/*! For license information please see panel.bundle.js.LICENSE.txt */ (()=>{var e,t,n,a={64792:function(e,t,n){"use strict";var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.jUnitXmlExport=t.universalExport=t.exportIssues=void 0;const r=a(n(38362)),i=a(n(98864)),o=a(n(2)),s=a(n(86808)),l=a(n(63643));function c(e,t){switch(t){case"json":return(0,r.default)(e);case"csv-axe-devtools":return(0,i.default)(e);case"csv-axe-reports":return(0,o.default)(e);default:return function(e){throw new Error(`Unknown export format: ${e}`)}(t)}}function u(e,t,n){const a=new Blob([t],{type:n}),r=window.URL.createObjectURL(a),i=document.createElement("a");i.href=r,i.setAttribute("download",e),i.click()}t.exportIssues=async function({filename:e,issues:t,format:n}){u(e,await c(t,n),"json"===n?"application/json":"text/csv")},t.universalExport=function({filename:e,test:t,manifests:n,issues:a,additionalProperties:r}){u(e,(0,s.default)(t,n,a,r),"application/json")},t.jUnitXmlExport=function({filename:e,issues:t,additionalProperties:n}){u(e,(0,l.default)(t,n),"application/json")}},98864:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=n(1331),r=n(37574),i=n(72623);t.default=function(e,t={delimiter:","}){const n=[{label:"Rule ID",value:"rule"},{label:"Description",value:"description"},{label:"Help",value:"helpText"},{label:"Help URL",value:"helpUrl"},{label:"Impact",value:e=>e.isNeedsReview?"":e.impact},{label:"Manual",value:e=>e.isManual?"Yes":"No"},{label:"Needs Review",value:e=>e.isNeedsReview?"Yes":"No"},{label:"IGT",value:e=>(0,r.getIgtName)(e.igtTool)},{label:"Selector",value:"selector"},{label:"Summary",value:"summary"},{label:"Source Code",value:"source"},{label:"Tags",value:e=>(0,i.getIssueTags)(e).join(",")},{label:"Found By",value:"foundBy"},{label:"Test Title",value:"testName"},{label:"Test URL",value:"testUrl"},{label:"Share URL",value:"shareURL"},{label:"Created At",value:"createdAt"}];return(0,a.parseAsync)(e,{delimiter:t.delimiter,excelStrings:!1,fields:n})}},2:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=n(1331),r=n(37574),i=n(72623);t.default=function(e,t={delimiter:","}){const n=[{label:"Page URL",value:"testUrl"},{label:"Page Title",value:"testPageTitle"},{label:"Outcome",value:""},{label:"Impact",value:e=>e.isNeedsReview?"":e.impact},{label:"Code Snippet",value:"source"},{label:"Selector",value:"selector"},{label:"Remediation",value:"summary"},{label:"Manual",value:e=>e.isManual?"Yes":"No"},{label:"Rule ID",value:"rule"},{label:"Help",value:"helpText"},{label:"Description",value:"description"},{label:"Help URL",value:"helpUrl"},{label:"Standard",value:""},{label:"WCAG 2 Success Criteria",value:""},{label:"Section 508 Paragraph",value:""},{label:"Tags",value:e=>(0,i.getIssueTags)(e).join(",")},{label:"Date",value:"createdAt"},{label:"axe-core",value:"axeVersion"},{label:"Needs Review",value:e=>e.isNeedsReview?"Yes":"No"},{label:"IGT",value:e=>(0,r.getIgtName)(e.igtTool)},{label:"Found By",value:"foundBy"},{label:"Test Title",value:"testName"},{label:"Share URL",value:"shareURL"}];return(0,a.parseAsync)(e,{delimiter:t.delimiter,excelStrings:!1,fields:n})}},63643:function(e,t,n){"use strict";var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const r=n(42803),i=a(n(9909));t.default=function(e,{ruleset:t,name:n,timestamp:a=(new Date).toISOString()}){const o=e.reduce(((e,t)=>(e[t.rule]=e[t.rule]||{igt:[],manual:[],automatic:[]},t.isManual&&t.igtTool?e[t.rule].igt.push(t):t.isManual&&!t.igtTool?e[t.rule].manual.push(t):e[t.rule].automatic.push(t),e)),{});return r.html` ${Object.entries(o).map((([e,t])=>Object.entries(t).map((([t,n])=>{if(!n.length)return"";const a=n[0];let i;return"igt"===t?i=`igt:${a.igtTool.replace(/\s+/g,"-").toLowerCase()}`:"manual"===t&&(i="manual"),r.html` ${n.map((e=>{var t;return[`CSS Path: ${1===e.selector?.length?e.selector[0]:JSON.stringify(e.selector)}`,`HTML: ${t=e.source,String(t).replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}`].join("\n")})).join("\n\n--------\n\n")} `})).join("\n"))).join("\n")} `}},38362:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=n(37574),r=n(72623);t.default=function(e){const t=(new Date).toISOString();return JSON.stringify(e.map((e=>({ruleId:e.rule,description:e.description,help:e.helpText,helpUrl:e.helpUrl,impact:e.impact,needsReview:!!e.isNeedsReview,isManual:e.isManual,selector:e.selector,summary:e.summary,source:e.source,tags:(0,r.getIssueTags)(e),igt:(0,a.getIgtName)(e.igtTool),testName:e.testName,shareURL:e.shareURL,createdAt:e.createdAt||t,testUrl:e.testUrl,testPageTitle:e.testPageTitle,foundBy:e.foundBy,axeVersion:e.axeVersion})))).replace(/\\n/g,"\\\\n")}},86808:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.deprecatedIgtTools=void 0;const a=n(72623),r=n(51393),i=n(37574);t.deprecatedIgtTools=["page-info","buttons-and-links","lists","headings"],t.default=function(e,t,n,o){const s=(new Date).toISOString(),l=(0,r.getIssueSummary)(n),c=(0,r.getIgtSummary)(e,t,n),u=(0,r.getIssueRules)(n),d=(0,r.getIssueRules)(n,!0),p=o.startDate?new Date(o.startDate).toISOString():null,h=o.endDate?new Date(o.endDate).toISOString():null,f=e.metadata.axeVersion,m=o.bestPracticesEnabled,g=o.experimentalEnabled,b={url:e.url,extensionVersion:o.extensionVersion,axeVersion:f,standard:o.standard,testingStartDate:p,testingEndDate:h,bestPracticesEnabled:m,experimentalEnabled:g,issueSummary:l,remainingTestingSummary:{run:!!e.manual_tests_completed_at},igtSummary:c,failedRules:u,needsReview:d,source:o.source,testDetails:{testId:e.id,axeVersion:f,engine:o.engine,standard:o.standard,startDate:p,endDate:h,bestPracticesEnabled:m,experimentalEnabled:g},allIssues:n.map((t=>{const n=(0,a.getIssueTags)(t),r=(0,i.getIgtName)(t.igtTool);return{issueId:t.id||null,ruleId:t.rule,description:t.description,help:t.helpText,helpUrl:t.helpUrl,impact:t.impact,needsReview:t.isNeedsReview,isManual:t.isManual,selector:t.selector,summary:t.summary,source:t.source,tags:n,igt:r,testName:t.testName,shareURL:t.shareURL||null,createdAt:t.createdAt?new Date(t.createdAt).toISOString():s,isExperimental:n.includes("experimental"),appIdentifier:t.appIdentifier,screenTitle:t.screenTitle,foundBy:t.foundBy||o.foundBy,testUrl:t.testUrl||e.url,analyzedValues:t.analyzedValues,axeVersion:t.axeVersion||f,testPageTitle:t.testPageTitle}}))};return JSON.stringify(b).replace(/\\n/g,"\\\\n")}},21274:function(e,t,n){"use strict";var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getFriendlyFilename=t.jUnitXmlExport=t.universalExport=t.exportIssues=t.filterIssues=t.mapIssueToSavedIssue=t.mapAxeResultsToIssues=void 0;const r=n(72623);Object.defineProperty(t,"mapAxeResultsToIssues",{enumerable:!0,get:function(){return r.mapAxeResultsToIssues}}),Object.defineProperty(t,"mapIssueToSavedIssue",{enumerable:!0,get:function(){return r.mapIssueToSavedIssue}});const i=a(n(88183));Object.defineProperty(t,"filterIssues",{enumerable:!0,get:function(){return i.default}});const o=n(64792);Object.defineProperty(t,"exportIssues",{enumerable:!0,get:function(){return o.exportIssues}}),Object.defineProperty(t,"universalExport",{enumerable:!0,get:function(){return o.universalExport}}),Object.defineProperty(t,"jUnitXmlExport",{enumerable:!0,get:function(){return o.jUnitXmlExport}});const s=n(33247);Object.defineProperty(t,"getFriendlyFilename",{enumerable:!0,get:function(){return s.getFriendlyFilename}})},33247:function(e,t,n){"use strict";var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getFriendlyFilename=void 0;const r=a(n(61485));t.getFriendlyFilename=function(e,t){let n;try{n=new URL(e).host}catch(e){}const a=(new Date).toISOString().substring(0,10);return`${[n,t].filter(Boolean).map((e=>(0,r.default)(e))).join("-").substring(0,64)}-${a}`}},37574:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getIgtName=t.igtNameMap=void 0,t.igtNameMap={table:"Table",keyboard:"Keyboard","aria-modal":"Modal Dialog","interactive-elements":"Interactive Elements",structure:"Structure","page-info":"Page Information","buttons-and-links":"Buttons and Links",lists:"Lists",images:"Images",headings:"Headings",forms:"Forms"};t.getIgtName=e=>e?t.igtNameMap[e]:"",t.default=t.igtNameMap},88183:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){const n=Object.entries(t);return e.filter((e=>{for(const[t,a]of n){const n=e[t];if(void 0===n)return!1;const r=Array.isArray(a);if(Array.isArray(n))return r?a.some((e=>n.includes(e))):n.includes(a);if(r)return a.some((e=>e===n));if(n!==a)return!1}return!0}))}},72623:function(e,t,n){"use strict";var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.mapIssueToSavedIssue=t.getIssueTags=t.mapAxeResultsToIssues=void 0;const r=a(n(48405)),i=a(n(24379)),o=/^wcag\d{1,2}a{1,3}$/,s={"keyboard-inaccessible":"wcag211a","alt-text-essential-image-text":"wcag111b","alt-text-missing":"wcag111b"},l=(e,t)=>e.map((e=>{return e.checkpoint&&e.standards.find((e=>o.test(e)))?(t=e.checkpoint)?`wcag${t.replace(/\./g,"")}`:"":"";var t})).filter(Boolean).filter((e=>!s[t]||s[t]===e));function c({rule:e,tags:t}){if(Array.isArray(t))return t;const n=r.default.getRules().find((t=>t.ruleId===e));if(n?.tags?.length)return n.tags;const a=i.default.find((({id:t})=>t===e));return a?[...(s=a.data,s.find((e=>e.standards.find((e=>o.test(e)))))?.standards||[]),...l(a.data,e)]:[];var s}t.mapAxeResultsToIssues=function(e){const t=(t,n)=>t.map((t=>t.nodes.map((a=>({rule:t.id,description:t.description,helpText:t.help,helpUrl:t.helpUrl,impact:t.impact,potentialImpact:n?.isNeedsReview?t.impact:null,selector:a.target,source:a.html,summary:a.failureSummary,tags:t.tags,isBestPractice:t.tags.includes("best-practice"),isNeedsReview:!1,isManual:!1,remediation:{any:a.any,all:a.all,none:a.none},createdAt:e.timestamp,...n}))))).flat();return[...t(e.violations),...t(e.incomplete,{isNeedsReview:!0,impact:null})]},t.getIssueTags=c,t.mapIssueToSavedIssue=function(e,t={}){const n=c(e);return{rule:e.rule,description:e.description,helpText:e.help,helpUrl:e.help_url,impact:e.needs_review?null:e.impact,potentialImpact:e.needs_review?e.impact:null,selector:e.selector,source:e.source,summary:e.summary,tags:n,isBestPractice:"best-practice"===e.variant||n.includes("best-practice"),isNeedsReview:e.needs_review,isManual:e.is_manual,id:e.id,testId:e.test_id,testName:e.test_name,foundBy:e.found_by,createdAt:e.created_at,updatedAt:e.updated_at,remediation:e.remediation,igtTool:e.manifest_guide,sharedWith:e.shared_with,screenshotId:e.screenshot_id,boundingBox:e.bounding_box,manifestId:e.manifest_id,...t}}},9909:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.validate=t.rulesets=void 0,t.rulesets={all:{value:"all",name:"All",tags:[]},wcag22aaa:{value:"wcag22aaa",name:"WCAG 2.2 AAA",tags:["wcag22aaa","wcag22aa","wcag22a","wcag21aaa","wcag21aa","wcag21a","wcag2aaa","wcag2aa","wcag2a"]},wcag22aa:{value:"wcag22aa",name:"WCAG 2.2 AA",tags:["wcag22aa","wcag22a","wcag21aa","wcag21a","wcag2aa","wcag2a"]},wcag22a:{value:"wcag22a",name:"WCAG 2.2 A",tags:["wcag22a","wcag21a","wcag2a"]},wcag21aaa:{value:"wcag21aaa",name:"WCAG 2.1 AAA",tags:["wcag21aaa","wcag21aa","wcag21a","wcag2aaa","wcag2aa","wcag2a"]},wcag21aa:{value:"wcag21aa",name:"WCAG 2.1 AA",tags:["wcag21aa","wcag21a","wcag2aa","wcag2a"]},wcag21a:{value:"wcag21a",name:"WCAG 2.1 A",tags:["wcag21a","wcag2a"]},wcag2aaa:{value:"wcag2aaa",name:"WCAG 2.0 AAA",tags:["wcag2aaa","wcag2aa","wcag2a"]},wcag2aa:{value:"wcag2aa",name:"WCAG 2.0 AA",tags:["wcag2aa","wcag2a"]},wcag2a:{value:"wcag2a",name:"WCAG 2.0 A",tags:["wcag2a"]},TTv5:{value:"TTv5",name:"Trusted Tester v5",tags:["TTv5"]}};t.validate=e=>-1!==Object.keys(t.rulesets).indexOf(e),t.default=t.rulesets},51393:function(e,t,n){"use strict";var a=this&&this.__createBinding||(Object.create?function(e,t,n,a){void 0===a&&(a=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,a,r)}:function(e,t,n,a){void 0===a&&(a=n),e[a]=t[n]}),r=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&a(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.getIssueSummary=t.getIssueRules=t.getIgtSummary=void 0;const o=n(86808),s=i(n(37574));t.getIgtSummary=(e,n,a)=>{if(!Object.keys(n||{}).length)return[];return Object.keys(s.default).filter((e=>!o.deprecatedIgtTools.includes(e))).flatMap((r=>{const i=n[r],o={tool:(0,s.getIgtName)(r),skipped:!!e.skipped_guides?.includes(r)};return i?.length?i.map((e=>{const n={...o,name:e.name||null,run:!!e.body?.metadata?.complete};if(n.run){const r=a.filter((t=>t.manifestId===e.id));n.issues=(0,t.getIssueSummary)(r,!0),n.duration=e.body?.metadata?.duration}return n})):{...o,name:null,run:!1}}))};t.getIssueRules=(e,t=!1)=>{const n={};e.forEach((e=>{if(t&&!e.isNeedsReview)return;const a=e.rule;n[a]?n[a].count++:(n[a]={},n[a].count=1,n[a].mode=e.isManual?"manual":"automated")}));const a=[];for(const e in n)a.push({name:e,count:n[e].count,mode:n[e].mode});return a};t.getIssueSummary=(e,t=!1)=>{const n={};return n.critical=e.filter((e=>"critical"===e.impact)).length||0,n.serious=e.filter((e=>"serious"===e.impact)).length||0,n.moderate=e.filter((e=>"moderate"===e.impact)).length||0,n.minor=e.filter((e=>"minor"===e.impact)).length||0,t||(n.bestPractices=e.filter((e=>e.isBestPractice)).length||0,n.needsReview=e.filter((e=>e.isNeedsReview)).length||0),n}},97968:(e,t)=>{"use strict";var n;t.$O=t.wp=t.wU=t.tt=void 0,function(e){e.axeDevToolsHTML="axe-devtools-html",e.axeDevToolsMobile="axe-devtools-mobile",e.axeDevToolsPro="axe-devtools-pro",e.axeDevToolsWatcher="axe-devtools-watcher",e.axeLinter="axe-linter",e.axeReports="axe-reports"}(n=t.tt||(t.tt={}));const a="none",r={[n.axeDevToolsHTML]:a,[n.axeDevToolsMobile]:a,[n.axeDevToolsPro]:a,[n.axeDevToolsWatcher]:a,[n.axeLinter]:a,[n.axeReports]:a},i={none:1,free:2,free_payment_failed:3,trial_ended:4,trial_payment_failed:5,paid_payment_failed:6,trialing:7,paid:8};t.wU=e=>{if(!Array.isArray(e))throw new TypeError("`subscriptions` must be an array");const t=Object.assign({},r);for(const n of e){const e=n.purchase_state,a=n.product_slug,r=t[a],o=i[r],s=i[e];r?s>o&&(t[a]=e):t[a]=e}if(t[n.axeDevToolsHTML]!==a){const e=i[t[n.axeDevToolsHTML]];i[t[n.axeDevToolsPro]]e.product_slug===n.axeDevToolsHTML)),a=e.find((e=>e.product_slug===n.axeDevToolsPro));if(t&&a){return i[t.purchase_state]>i[a.purchase_state]?t:a}return a||t||null}return e.find((e=>e.product_slug===t))||null};t.$O=({user:e,productSlug:n,enterprise:a,isEnterpriseAdmin:r=!1})=>{if(a){return"none"===(0,t.wU)(a.subscriptions)[n]&&r}return"none"===(0,t.wU)(e.subscriptions)[n]}},4874:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-9-2V7H4v3H1v2h3v3h2v-3h3v-2H6zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},76187:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M17.37 12c0 .18-.06.35-.19.47l-4.71 4.73c-.26.25-.68.25-.94 0l-4.71-4.72a.683.683 0 0 1 0-.94l.95-.95c.25-.26.66-.27.92-.02l.02.02 2 2V7.34c.01-.37.3-.66.67-.67h1.33c.37.01.66.3.67.67v5.23l2-2c.26-.25.68-.25.94 0l.95.95c.13.12.19.29.19.47l-.09.01zm1.55-4A8.016 8.016 0 0 0 16 5.08 7.798 7.798 0 0 0 12 4c-1.41-.01-2.79.37-4 1.08-1.21.7-2.22 1.71-2.92 2.92A7.798 7.798 0 0 0 4 12c-.01 1.41.36 2.79 1.07 4 .7 1.21 1.71 2.22 2.93 2.92 1.21.71 2.59 1.09 4 1.08 1.41.01 2.79-.36 4-1.07 1.21-.7 2.22-1.71 2.92-2.93A7.798 7.798 0 0 0 20 12c.01-1.41-.37-2.79-1.08-4z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},75523:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},65782:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 512 512",height:24,width:24},e),r||(r=i.createElement("path",{d:"m352.201 425.775-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},52923:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M7 2v11h3v9l7-12h-4l4-8z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},5072:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},78541:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},12545:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},74600:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 512 512",height:24,width:24},e),r||(r=i.createElement("path",{d:"m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},29686:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 512 512",height:24,width:24},e),r||(r=i.createElement("path",{d:"M435.848 83.466 172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},49142:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"1 1 22 22",height:24,width:24},e),r||(r=i.createElement("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 14-5-5 1.4-1.4 3.6 3.6 7.6-7.6L19 8l-9 9z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},77432:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"1 1 22 22",height:24,width:24},e),r||(r=i.createElement("path",{d:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},10285:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M17.2 11.84a.35.35 0 0 0-.1-.24l-.52-.52a.332.332 0 0 0-.47-.01l-.01.01-4.1 4.1-4.09-4.1a.332.332 0 0 0-.47-.01l-.01.01-.52.52c-.13.13-.14.33-.01.47l.01.01 4.85 4.85c.13.13.33.14.47.01l.01-.01 4.85-4.85c.06-.06.1-.15.1-.24h.01zm0-4a.35.35 0 0 0-.1-.24l-.52-.52a.332.332 0 0 0-.47-.01l-.01.01-4.1 4.1-4.09-4.09a.333.333 0 0 0-.47-.02l-.01.01-.52.53a.32.32 0 0 0-.02.46l.01.01 4.85 4.85c.13.13.33.14.47.01l.01-.01 4.85-4.85c.06-.06.1-.15.1-.24h.02z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},26557:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M17.2 9.84a.35.35 0 0 0-.1-.24l-.52-.52a.332.332 0 0 0-.47-.01l-.01.01-4.1 4.1-4.09-4.1a.333.333 0 0 0-.47-.02l-.01.01-.52.53c-.13.13-.14.33-.01.47l.01.01 4.85 4.85c.13.13.33.14.47.01l.01-.01 4.85-4.85c.06-.06.1-.15.1-.24h.01z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},67702:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},34081:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 72 72",height:24,width:24},e),r||(r=i.createElement("path",{d:"M65.25 36c0 16.154-13.096 29.25-29.25 29.25S6.75 52.154 6.75 36 19.846 6.75 36 6.75 65.25 19.846 65.25 36zM0 36c0 19.882 16.118 36 36 36s36-16.118 36-36S55.882 0 36 0 0 16.118 0 36zm32.625-19.125V36a3.39 3.39 0 0 0 1.505 2.813l13.5 9a3.367 3.367 0 0 0 4.682-.943 3.364 3.364 0 0 0-.942-4.682L39.375 34.2V16.875A3.367 3.367 0 0 0 36 13.5a3.367 3.367 0 0 0-3.375 3.375z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},42912:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},62345:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M8.43 16.59c.13-.13.14-.33.01-.47l-.01-.01-4.09-4.09 4.09-4.09c.13-.13.14-.33.01-.47l-.01-.01-.52-.52a.332.332 0 0 0-.47-.01l-.01.01-4.85 4.85c-.13.13-.14.33-.01.47l.01.01 4.85 4.85c.13.13.33.14.47.01l.01-.01.52-.52zm6.15-11.11c.04-.08.04-.18 0-.26a.353.353 0 0 0-.23-.2l-.65-.18a.331.331 0 0 0-.24 0c-.08.04-.13.12-.16.2L9.42 18.56c-.04.08-.04.18 0 .26.04.08.12.13.2.16l.65.18c.08.03.16.03.24 0 .08-.04.13-.12.16-.2l3.91-13.48zm6.84 6.78c.13-.13.14-.33.01-.47l-.01-.01-4.85-4.85a.332.332 0 0 0-.47-.01l-.01.01-.52.52c-.13.13-.14.33-.01.47l.01.01 4.09 4.09-4.09 4.09c-.13.13-.14.33-.01.47l.01.01.52.52c.13.13.33.14.47.01l.01-.01 4.85-4.85z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},8208:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},3687:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},46488:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"m20.71 5.63-2.34-2.34a.996.996 0 0 0-1.41 0l-3.12 3.12-1.93-1.91-1.41 1.41 1.42 1.42L3 16.25V21h4.75l8.92-8.92 1.42 1.42 1.41-1.41-1.92-1.92 3.12-3.12c.4-.4.4-1.03.01-1.42zM6.92 19 5 17.08l8.06-8.06 1.92 1.92L6.92 19z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},92448:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M21.33 14.34a.347.347 0 0 0-.33-.33H6.67v-2a.347.347 0 0 0-.33-.33.34.34 0 0 0-.24.09L2.77 15.1a.34.34 0 0 0-.09.24c0 .09.03.17.09.23l3.32 3.33c.07.06.16.1.25.1.18-.01.32-.15.33-.33v-2H21c.18-.01.32-.15.33-.33v-2zm0-5.66a.34.34 0 0 0-.09-.24l-3.33-3.32a.407.407 0 0 0-.25-.11.314.314 0 0 0-.33.3v2.02H3c-.18.01-.33.16-.33.34v2c0 .18.15.33.33.34h14.33v2c.01.18.15.32.33.33.09 0 .18-.03.24-.09l3.33-3.33a.34.34 0 0 0 .09-.24h.01z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},84162:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M16.47 18.47c-.26.25-.67.24-.92-.02a.649.649 0 0 1 .02-.92.649.649 0 0 1 1.1.47c0 .18-.08.35-.2.47zm2.66 0c-.26.25-.67.24-.92-.02a.649.649 0 0 1 .02-.92.649.649 0 0 1 1.1.47c0 .18-.07.35-.2.47zm1.54-2.8c0-.55-.45-1-1-1h-4.84l-1.42 1.42c-.78.78-2.05.78-2.83 0l-1.4-1.42H4.34c-.55 0-1 .45-1 1V19c0 .55.45 1 1 1h15.32c.55 0 1-.45 1-1v-3.34l.01.01zm-4-6.33H14V4.67a.692.692 0 0 0-.68-.67h-2.66a.69.69 0 0 0-.67.67v4.66H7.34a.628.628 0 0 0-.62.41c-.13.25-.06.55.15.73l4.66 4.66c.25.26.66.27.92.02l.02-.02 4.66-4.66c.21-.18.28-.48.15-.73a.62.62 0 0 0-.63-.41l.02.01z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},80318:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M17.33 13.67a.317.317 0 0 0-.3-.34h-.7c-.18-.01-.32.13-.33.31V17c0 .92-.75 1.67-1.67 1.67H5.67C4.75 18.67 4 17.92 4 17V8.34c0-.92.75-1.67 1.67-1.67H13c.18.01.32-.13.33-.31v-.69c.01-.18-.13-.32-.31-.33H5.67a2.9 2.9 0 0 0-2.12.88 2.9 2.9 0 0 0-.88 2.12V17c-.01.8.31 1.57.88 2.12a2.9 2.9 0 0 0 2.12.88h8.66c1.66 0 3-1.34 3-3v-3.33zm4-9a.683.683 0 0 0-.67-.67h-5.33c-.36 0-.66.29-.67.65 0 .18.07.35.2.48L16.7 7l-6.79 6.76c-.13.13-.14.33-.01.47l.01.01 1.19 1.19c.13.13.33.14.47.01l.01-.01 6.79-6.79 1.83 1.83c.27.25.69.24.95-.03.11-.12.18-.28.18-.44V4.67z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},79306:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},11635:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M18.65 4.67H5.34a.616.616 0 0 0-.62.41c-.12.24-.06.55.16.73L10 10.94V16c0 .18.07.35.2.47l2.67 2.67c.12.13.29.2.47.2.09 0 .18-.02.26-.05.26-.1.42-.35.4-.63v-7.72l5.13-5.13c.21-.18.28-.48.15-.73a.628.628 0 0 0-.63-.41z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},8063:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},31015:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M5.67 5.34c.01-.73-.59-1.33-1.32-1.34h-.01c-.73-.01-1.33.59-1.34 1.32v.02c-.01.48.25.93.67 1.15v13.17c0 .18.15.33.33.34h.67c.18-.01.33-.16.33-.34V6.48c.42-.22.68-.67.67-1.15v.01zM21 6a.683.683 0 0 0-.67-.67c-.2.04-.39.11-.57.22l-.91.45c-.37.2-.75.36-1.15.49-.39.14-.8.21-1.22.22-.32.01-.63-.06-.92-.2-.74-.36-1.5-.66-2.28-.92a6.98 6.98 0 0 0-2.08-.3 9.95 9.95 0 0 0-4.38 1.3c-.28.12-.55.26-.82.41a.73.73 0 0 0-.32.57v7.73c.01.37.3.66.67.67.12 0 .24-.03.34-.09 1.46-.89 3.12-1.41 4.83-1.52.5 0 1 .08 1.48.23.42.13.82.29 1.2.5.36.2.74.37 1.13.5.41.15.85.23 1.29.23 1.36-.09 2.68-.5 3.84-1.21.15-.07.29-.17.41-.29.09-.11.14-.25.13-.4V6z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},60058:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r=a(n(27378));function i(){return i=Object.assign?Object.assign.bind():function(e){for(var t=1;tr.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 29.74 26.88",height:24,width:24},e),r.createElement("path",{d:"M19.22 15.56a.38.38 0 0 0-.22-.16l-2.31-.35a6.79 6.79 0 0 0-.52-1.21l.68-.88c.3-.37.51-.65.64-.83a.51.51 0 0 0 .1-.29.41.41 0 0 0-.09-.28 17.53 17.53 0 0 0-2.08-2.14.48.48 0 0 0-.31-.12.41.41 0 0 0-.3.11L13 10.7a9.28 9.28 0 0 0-1.13-.47l-.35-2.31a.37.37 0 0 0-.15-.26.39.39 0 0 0-.3-.12h-2.8a.41.41 0 0 0-.45.35 18.64 18.64 0 0 0-.36 2.34 7.33 7.33 0 0 0-1.15.48L4.57 9.36a.58.58 0 0 0-.33-.12 3.06 3.06 0 0 0-1.24.89 14.32 14.32 0 0 0-1.21 1.36.53.53 0 0 0-.1.29.42.42 0 0 0 .12.3c.55.68 1 1.26 1.34 1.74A6.06 6.06 0 0 0 2.68 15l-2.34.35a.35.35 0 0 0-.24.17.46.46 0 0 0-.1.29v2.79a.51.51 0 0 0 .1.29.42.42 0 0 0 .26.16l2.31.33a5.66 5.66 0 0 0 .52 1.21c-.16.21-.37.5-.68.88s-.5.66-.64.84a.48.48 0 0 0-.09.29.49.49 0 0 0 .08.29A17.27 17.27 0 0 0 3.94 25a.41.41 0 0 0 .31.14.52.52 0 0 0 .32-.11l1.77-1.34a11.37 11.37 0 0 0 1.14.47l.35 2.32a.34.34 0 0 0 .15.26.44.44 0 0 0 .31.11h2.79a.43.43 0 0 0 .45-.35 18.64 18.64 0 0 0 .36-2.34A7.36 7.36 0 0 0 13 23.7l1.74 1.36a.52.52 0 0 0 .32.11 2.94 2.94 0 0 0 1.21-.9 11.9 11.9 0 0 0 1.21-1.35.46.46 0 0 0 .11-.29.53.53 0 0 0-.12-.32c-.61-.73-1.05-1.31-1.34-1.74a7.68 7.68 0 0 0 .49-1.14l2.38-.35a.43.43 0 0 0 .34-.45v-2.79a.43.43 0 0 0-.12-.28zm-7.28 3.91a3.22 3.22 0 0 1-4.54 0 3.23 3.23 0 0 1 0-4.54 3.22 3.22 0 0 1 4.55 0 3.56 3.56 0 0 1-.01 4.54zM29.73 5.16a.28.28 0 0 0-.06-.16.27.27 0 0 0-.16-.1l-1.44-.21a3.85 3.85 0 0 0-.32-.75c.1-.13.23-.32.42-.55s.32-.41.4-.52a.28.28 0 0 0 .06-.18.26.26 0 0 0-.05-.17 11.58 11.58 0 0 0-1.29-1.33.35.35 0 0 0-.2-.07.27.27 0 0 0-.19.06L25.81 2a6.29 6.29 0 0 0-.71-.3L24.89.24a.22.22 0 0 0-.09-.16.25.25 0 0 0-.19-.08h-1.74a.26.26 0 0 0-.28.22 12.1 12.1 0 0 0-.22 1.45 5.74 5.74 0 0 0-.72.3l-1.08-.84a.35.35 0 0 0-.2-.07 2 2 0 0 0-.75.55 8.49 8.49 0 0 0-.75.84.4.4 0 0 0-.07.18.27.27 0 0 0 .08.19c.34.42.62.78.83 1.08a4.09 4.09 0 0 0-.31.75l-1.4.22a.23.23 0 0 0-.15.1.3.3 0 0 0-.06.18v1.74a.32.32 0 0 0 .06.18.22.22 0 0 0 .16.09l1.44.21a3.32 3.32 0 0 0 .32.75l-.42.55c-.19.23-.32.41-.4.52a.28.28 0 0 0-.06.18.35.35 0 0 0 .05.18 11.4 11.4 0 0 0 1.29 1.31.3.3 0 0 0 .2.08.31.31 0 0 0 .19-.06l1.06-.88a5.46 5.46 0 0 0 .7.3l.22 1.44a.26.26 0 0 0 .09.16.28.28 0 0 0 .19.07h1.74a.25.25 0 0 0 .27-.22 12.13 12.13 0 0 0 .23-1.45 5 5 0 0 0 .71-.3l1.08.84a.36.36 0 0 0 .2.06 1.73 1.73 0 0 0 .75-.55 7.49 7.49 0 0 0 .75-.84.24.24 0 0 0 .07-.18.35.35 0 0 0-.07-.2 12.91 12.91 0 0 1-.84-1.08 4.49 4.49 0 0 0 .31-.71l1.45-.22a.25.25 0 0 0 .16-.1.34.34 0 0 0 0-.17v-1.7zm-4.58 2.25a2 2 0 0 1-2.82 0 2 2 0 0 1 0-2.82 2 2 0 0 1 2.82 0 2.23 2.23 0 0 1 0 2.82z",style:{fill:"currentColor"}}))},93250:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M8.03 19.14c0 .1-.11.17-.25.17-.16.01-.27-.06-.27-.17 0-.1.11-.17.25-.17.15-.01.27.06.27.17Zm-1.5-.22c-.03.1.06.21.21.24.13.05.27 0 .3-.1s-.06-.21-.21-.25c-.13-.03-.27.01-.3.11Zm2.14-.08c-.14.03-.24.13-.22.24.01.1.14.16.29.13.14-.03.24-.13.22-.22-.01-.09-.15-.15-.29-.14ZM11.85.3C5.13.3 0 5.39 0 12.11c0 5.37 3.38 9.96 8.2 11.57.62.11.84-.27.84-.59s-.01-1.95-.01-2.97c0 0-3.39.73-4.1-1.44 0 0-.55-1.41-1.35-1.77 0 0-1.11-.76.08-.75 0 0 1.2.1 1.87 1.25 1.06 1.87 2.84 1.33 3.53 1.01.11-.77.43-1.31.77-1.63-2.7-.3-5.43-.69-5.43-5.35 0-1.33.37-2 1.14-2.85-.13-.31-.54-1.61.13-3.29 1.01-.31 3.34 1.31 3.34 1.31.97-.27 2.01-.41 3.04-.41s2.07.14 3.04.41c0 0 2.33-1.63 3.34-1.31.66 1.68.25 2.97.13 3.29.77.86 1.25 1.52 1.25 2.85 0 4.67-2.85 5.04-5.55 5.35.45.38.82 1.11.82 2.25 0 1.63-.01 3.65-.01 4.05 0 .31.22.7.84.59 4.84-1.61 8.12-6.2 8.12-11.56C24 5.39 18.56.3 11.85.3ZM4.71 16.99c-.06.05-.05.16.03.25.08.08.19.11.25.05.06-.05.05-.16-.03-.25-.08-.08-.19-.11-.25-.05Zm-.52-.39c-.03.06.01.14.11.19.08.05.17.03.21-.03.03-.06-.01-.14-.11-.19-.1-.03-.17-.01-.21.03Zm1.57 1.72c-.08.06-.05.21.06.3.11.11.25.13.31.05.06-.06.03-.21-.06-.3-.11-.11-.25-.13-.31-.05Zm-.55-.71c-.08.05-.08.17 0 .29s.21.16.27.11c.08-.06.08-.19 0-.3-.07-.11-.19-.16-.27-.1Z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},33593:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z",fill:"currentColor"})))},88404:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 20 20",height:24,width:24},e),r||(r=i.createElement("g",{fill:"currentColor"},i.createElement("rect",{x:1,y:2,width:18,height:3,rx:1}),i.createElement("rect",{x:1,y:8,width:18,height:3,rx:1}),i.createElement("rect",{x:1,y:14,width:18,height:3,rx:1}))))},12457:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M9.71.02c.93.16 1.56 1.04 1.41 1.97l-.52 3.15h5.09l.62-3.71C16.47.5 17.35-.13 18.28.02s1.56 1.04 1.41 1.97l-.52 3.15h3.12a1.71 1.71 0 1 1 0 3.42H18.6l-1.14 6.85h3.12a1.71 1.71 0 1 1 0 3.42h-3.69l-.62 3.71c-.16.93-1.04 1.56-1.97 1.41s-1.56-1.04-1.41-1.97l.52-3.14h-5.1l-.62 3.71c-.16.93-1.04 1.56-1.97 1.41s-1.56-1.04-1.41-1.97l.52-3.15H1.72c-.95.01-1.72-.75-1.72-1.7s.77-1.71 1.71-1.71H5.4l1.14-6.85H3.42a1.71 1.71 0 1 1 0-3.42h3.69l.62-3.71C7.89.52 8.77-.11 9.7.04Zm.31 8.55-1.14 6.85h5.09l1.14-6.85h-5.09Z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},67177:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M15.3 15.3c-.56.56-1.24.96-2 1.17v-1.14a.683.683 0 0 0-.67-.67h-1.3c-.37.01-.66.3-.67.67v1.13a4.677 4.677 0 0 1-3.13-3.13h1.14c.37-.01.66-.3.67-.67v-1.33a.683.683 0 0 0-.67-.67H7.53c.45-1.5 1.63-2.68 3.13-3.13v1.14c.01.37.3.66.67.67h1.33c.37-.01.66-.3.67-.67V7.53c1.5.45 2.68 1.63 3.13 3.13h-1.13c-.37.01-.66.3-.67.67v1.33c.01.37.3.66.67.67h1.13c-.21.74-.61 1.42-1.16 1.97zm4.7-4a.683.683 0 0 0-.67-.67h-1.49c-.51-2.24-2.27-4-4.51-4.51V4.66a.688.688 0 0 0-.66-.67h-1.34a.69.69 0 0 0-.67.67v1.49c-2.24.51-4 2.27-4.51 4.51H4.67c-.37.01-.66.31-.67.68v1.33c.01.37.3.66.67.67h1.49c.51 2.24 2.27 4 4.51 4.51v1.49c.01.37.3.66.67.67h1.33c.37-.01.66-.3.67-.67v-1.5c2.24-.51 4-2.27 4.51-4.51h1.49c.36-.01.65-.3.66-.66V11.3z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},83037:(e,t,n)=>{"use strict";var a=n(21534),r=n(27378),i=n(60042),o=n(93649),s=n(23269),l=n(31542),c=n(94173),u=n(84989),d=n(10676),p=n(90430),h=n(74284),f=n(54208),m=n(59609);function g(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var b=g(r),v=g(i),y=g(o),w=g(s),A=g(c),D=g(d),E=g(p),k=g(h),x=g(f),T=g(m),C=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a.__extends(t,e),t.prototype.render=function(){var e=this.props,t=e.mainRef,n=e.children,r=a.__rest(e,["mainRef","children"]);return b.default.createElement("main",a.__assign({className:"Main",ref:t},r),n)},t.defaultProps={mainRef:function(){}},t}(r.Component),S=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a.__extends(t,e),t.prototype.render=function(){var e=this.props,t=e.layoutRef,n=e.children,r=a.__rest(e,["layoutRef","children"]);return b.default.createElement("div",a.__assign({className:"Layout",ref:t},r),n)},t.defaultProps={layoutRef:function(){}},t}(b.default.Component),O=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a.__extends(t,e),t.prototype.componentDidMount=function(){document.body.classList.toggle("Page--no-sidebar",this.props.noSideBar)},t.prototype.componentDidUpdate=function(e){e.noSideBar!==this.props.noSideBar&&document.body.classList.toggle("Page--no-sidebar",this.props.noSideBar)},t.prototype.componentWillUnmount=function(){document.body.classList.remove("Page--no-sidebar")},t.prototype.render=function(){var e=this.props;e.noSideBar;var t=e.children,n=e.workspaceRef,r=e.layoutRef,i=a.__rest(e,["noSideBar","children","workspaceRef","layoutRef"]);return b.default.createElement(S,{layoutRef:r},b.default.createElement(C,a.__assign({mainRef:n},i),t))},t.defaultProps={workspaceRef:function(){},layoutRef:function(){},noSideBar:!1},t}(b.default.Component),M=function(e){return b.default.createElement("span",a.__assign({className:"Offscreen"},e))};var P=r.forwardRef((function(e,t){var i,o=e.label,s=e.className,l=e.type,c=a.__rest(e,["label","className","type"]),u=r.useRef(!0),d=a.__read(l.match(/(.*)-(right|left|up|down)$/)||["",l],3),p=d[1],h=d[2],f=a.__read(r.useState(null),2),m=f[0],g=f[1];r.useEffect((function(){return u.current=!0,function(e){switch(e){case"./icons/add-user.svg":return Promise.resolve().then((function(){return n(4874)}));case"./icons/arrow-circle.svg":return Promise.resolve().then((function(){return n(76187)}));case"./icons/arrow.svg":return Promise.resolve().then((function(){return n(75523)}));case"./icons/arrows-alt.svg":return Promise.resolve().then((function(){return n(65782)}));case"./icons/bolt.svg":return Promise.resolve().then((function(){return n(52923)}));case"./icons/caution.svg":return Promise.resolve().then((function(){return n(5072)}));case"./icons/check-circle.svg":return Promise.resolve().then((function(){return n(78541)}));case"./icons/check-shield.svg":return Promise.resolve().then((function(){return n(12545)}));case"./icons/check-solid.svg":return Promise.resolve().then((function(){return n(74600)}));case"./icons/check.svg":return Promise.resolve().then((function(){return n(29686)}));case"./icons/checkbox-checked.svg":return Promise.resolve().then((function(){return n(49142)}));case"./icons/checkbox-unchecked.svg":return Promise.resolve().then((function(){return n(77432)}));case"./icons/chevron-double.svg":return Promise.resolve().then((function(){return n(10285)}));case"./icons/chevron.svg":return Promise.resolve().then((function(){return n(26557)}));case"./icons/clipboard.svg":return Promise.resolve().then((function(){return n(67702)}));case"./icons/clock.svg":return Promise.resolve().then((function(){return n(34081)}));case"./icons/close.svg":return Promise.resolve().then((function(){return n(42912)}));case"./icons/code.svg":return Promise.resolve().then((function(){return n(62345)}));case"./icons/copy.svg":return Promise.resolve().then((function(){return n(8208)}));case"./icons/download.svg":return Promise.resolve().then((function(){return n(3687)}));case"./icons/dropper.svg":return Promise.resolve().then((function(){return n(46488)}));case"./icons/exchange.svg":return Promise.resolve().then((function(){return n(92448)}));case"./icons/export-solid.svg":return Promise.resolve().then((function(){return n(84162)}));case"./icons/external-link.svg":return Promise.resolve().then((function(){return n(80318)}));case"./icons/eye.svg":return Promise.resolve().then((function(){return n(79306)}));case"./icons/filter-solid.svg":return Promise.resolve().then((function(){return n(11635)}));case"./icons/filter.svg":return Promise.resolve().then((function(){return n(8063)}));case"./icons/flag.svg":return Promise.resolve().then((function(){return n(31015)}));case"./icons/gears.svg":return Promise.resolve().then((function(){return n(60058)}));case"./icons/github.svg":return Promise.resolve().then((function(){return n(93250)}));case"./icons/grid.svg":return Promise.resolve().then((function(){return n(33593)}));case"./icons/hamburger-menu.svg":return Promise.resolve().then((function(){return n(88404)}));case"./icons/hashtag.svg":return Promise.resolve().then((function(){return n(12457)}));case"./icons/highlight.svg":return Promise.resolve().then((function(){return n(67177)}));case"./icons/info-circle-alt.svg":return Promise.resolve().then((function(){return n(84233)}));case"./icons/info-circle.svg":return Promise.resolve().then((function(){return n(7592)}));case"./icons/info-square.svg":return Promise.resolve().then((function(){return n(90359)}));case"./icons/kabob.svg":return Promise.resolve().then((function(){return n(48632)}));case"./icons/link.svg":return Promise.resolve().then((function(){return n(59082)}));case"./icons/linkedin.svg":return Promise.resolve().then((function(){return n(26443)}));case"./icons/list.svg":return Promise.resolve().then((function(){return n(95672)}));case"./icons/lock.svg":return Promise.resolve().then((function(){return n(21440)}));case"./icons/magnifying-glass.svg":return Promise.resolve().then((function(){return n(75035)}));case"./icons/menu.svg":return Promise.resolve().then((function(){return n(37101)}));case"./icons/minus.svg":return Promise.resolve().then((function(){return n(6092)}));case"./icons/new-releases.svg":return Promise.resolve().then((function(){return n(18740)}));case"./icons/new.svg":return Promise.resolve().then((function(){return n(86902)}));case"./icons/no.svg":return Promise.resolve().then((function(){return n(2979)}));case"./icons/pencil.svg":return Promise.resolve().then((function(){return n(65134)}));case"./icons/person-running.svg":return Promise.resolve().then((function(){return n(16509)}));case"./icons/play.svg":return Promise.resolve().then((function(){return n(23292)}));case"./icons/plus.svg":return Promise.resolve().then((function(){return n(28116)}));case"./icons/question-circle-alt.svg":return Promise.resolve().then((function(){return n(85980)}));case"./icons/question-circle.svg":return Promise.resolve().then((function(){return n(51048)}));case"./icons/radio-checked.svg":return Promise.resolve().then((function(){return n(96424)}));case"./icons/radio-unchecked.svg":return Promise.resolve().then((function(){return n(2597)}));case"./icons/recycle-square.svg":return Promise.resolve().then((function(){return n(41504)}));case"./icons/recycle.svg":return Promise.resolve().then((function(){return n(28303)}));case"./icons/resend.svg":return Promise.resolve().then((function(){return n(68402)}));case"./icons/robot.svg":return Promise.resolve().then((function(){return n(94926)}));case"./icons/run-again.svg":return Promise.resolve().then((function(){return n(5040)}));case"./icons/save.svg":return Promise.resolve().then((function(){return n(96389)}));case"./icons/share-nodes.svg":return Promise.resolve().then((function(){return n(67018)}));case"./icons/share.svg":return Promise.resolve().then((function(){return n(35793)}));case"./icons/sort-triangle.svg":return Promise.resolve().then((function(){return n(23704)}));case"./icons/sort.svg":return Promise.resolve().then((function(){return n(68854)}));case"./icons/star.svg":return Promise.resolve().then((function(){return n(373)}));case"./icons/step-back.svg":return Promise.resolve().then((function(){return n(89812)}));case"./icons/step-forward.svg":return Promise.resolve().then((function(){return n(47171)}));case"./icons/sun.svg":return Promise.resolve().then((function(){return n(65197)}));case"./icons/table-sort-ascending.svg":return Promise.resolve().then((function(){return n(19355)}));case"./icons/table-sort-descending.svg":return Promise.resolve().then((function(){return n(14670)}));case"./icons/tag.svg":return Promise.resolve().then((function(){return n(20298)}));case"./icons/target.svg":return Promise.resolve().then((function(){return n(3860)}));case"./icons/trash.svg":return Promise.resolve().then((function(){return n(79831)}));case"./icons/triangle.svg":return Promise.resolve().then((function(){return n(70327)}));case"./icons/twitter.svg":return Promise.resolve().then((function(){return n(80467)}));case"./icons/upload.svg":return Promise.resolve().then((function(){return n(97839)}));default:return new Promise((function(t,n){("function"==typeof queueMicrotask?queueMicrotask:setTimeout)(n.bind(null,new Error("Unknown variable dynamic import: "+e)))}))}}("./icons/".concat(p,".svg")).then((function(e){u.current&&g((function(){return e.default}))})).catch((function(){console.error('Could not find icon type "'.concat(l,'".')),u.current&&g(null)})),function(){u.current=!1}}),[l]);var y=a.__assign(a.__assign({},c),{"aria-hidden":!o,className:v.default("Icon","Icon--".concat(l),s,(i={},i["Icon__".concat(h)]=!!h,i))});return b.default.createElement("span",a.__assign({ref:t},y),o&&b.default.createElement(M,null,o),m&&b.default.createElement(m,null))}));P.displayName="Icon";var I=function(e){var t=e.children,n=e.className,r=e.open,i=e.fullWidth,o=e.onClick,s=e.iconExpanded,l=void 0===s?"chevron-down":s,c=e.iconCollapsed,u=void 0===c?"chevron-right":c,d=e.heading,p=a.__rest(e,["children","className","open","fullWidth","onClick","iconExpanded","iconCollapsed","heading"]),h="object"==typeof d&&"level"in d&&d.level?"h".concat(d.level):b.default.Fragment;return b.default.createElement(h,null,b.default.createElement("button",a.__assign({className:v.default(n,"ExpandCollapse__trigger",{fullWidth:i}),type:"button","aria-expanded":r,onClick:o},p),b.default.createElement("span",{className:"ExpandCollapse__trigger-title"},"function"==typeof t?t({open:!!r}):t),b.default.createElement(P,{type:r?l:u})))};I.displayName="PanelTrigger";var N=b.default.memo(I),F=function(){var e=document.createElement("style");return document.head.appendChild(e),e},_=function(e,t){e.textContent=t},j=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={controlled:void 0!==t.props.open,isOpen:void 0!==t.props.open&&t.props.open},t.panel=b.default.createRef(),t.handleToggle=function(e){var n=t.props.onToggle,a=void 0===n?function(){}:n,r=t.state,i=r.isOpen,o=r.controlled;a(e),o||t.setState({isOpen:!i,isAnimating:!0})},t.animateOpen=function(){var e=t.panel.current,n=t.props.animationTiming,a=matchMedia("(prefers-reduced-motion: reduce)").matches;if(n&&!a){var r=null==e?void 0:e.getBoundingClientRect();r&&(t.styleTag||(t.styleTag=F()),_(t.styleTag,"\n @keyframes expandOpenAnimation {\n 0% { opacity: 0; height: 0; }\n 100% { opacity: 1; height: ".concat(r.height,"px; }\n }\n\n .cauldron-expand-open {\n will-change: opacity, height;\n overflow: hidden;\n animation: expandOpenAnimation ease-in-out ").concat(n,"ms forwards;\n }\n ")),t.setState({animationClass:"cauldron-expand-open"},(function(){setTimeout((function(){t.setState({animationClass:"",isAnimating:!1}),_(t.styleTag,"")}),n)})))}else t.setState({isAnimating:!1})},t.animateClose=function(){var e=t.panel.current,n=t.props.animationTiming,a=matchMedia("(prefers-reduced-motion: reduce)").matches;if(n&&!a){t.styleTag||(t.styleTag=F());var r=null==e?void 0:e.getBoundingClientRect();r&&(_(t.styleTag,"\n @keyframes collapseCloseAnimation {\n 0% { opacity: 1; height: ".concat(r.height,"px; }\n 100% { opacity: 0; height: 0; }\n }\n\n .cauldron-collapse-close {\n will-change: opacity, height;\n overflow: hidden;\n animation: collapseCloseAnimation ease-in-out ").concat(n,"ms forwards;\n }\n ")),t.setState({animationClass:"cauldron-collapse-close"},(function(){setTimeout((function(){t.setState({animationClass:"",isAnimating:!1}),_(t.styleTag,"")}),n)})))}else t.setState({isAnimating:!1})},t}return a.__extends(t,e),t.prototype.componentWillUnmount=function(){var e,t=this.styleTag;t&&(e=t,document.head.removeChild(e))},t.prototype.componentDidUpdate=function(e,t){var n=this.state,a=n.isOpen,r=n.controlled,i=this.props.open;r&&a!==i&&this.setState({isOpen:!!i,isAnimating:!0}),typeof i!=typeof e.open&&this.setState({controlled:void 0!==i}),t.isOpen!==a&&a?this.animateOpen():t.isOpen===a||a||this.animateClose()},t.prototype.render=function(){var e=this.props,t=e.children;e.animationTiming;var n=e.className;e.onToggle,e.open;var r=a.__rest(e,["children","animationTiming","className","onToggle","open"]),i=this.state,o=i.isOpen,s=i.isAnimating,l=i.animationClass,c=b.default.Children.toArray(t).find((function(e){return e.type===N})),u=b.default.Children.toArray(t).filter((function(e){return"string"==typeof e||e.type!==N}));return b.default.createElement(b.default.Fragment,null,c&&b.default.cloneElement(c,{open:o,onClick:this.handleToggle}),b.default.createElement("div",a.__assign({className:v.default(n,"ExpandCollapse__panel",l,{"is--hidden":!o&&!s}),ref:this.panel},r),u))},t.defaultProps={animationTiming:250,onToggle:function(){}},t}(b.default.Component),R=function(e){var t=e.children;return a.__rest(e,["children"]),b.default.createElement(b.default.Fragment,null,t)},B=function(e){var t=e.children,n=e.className,r=a.__rest(e,["children","className"]);return b.default.createElement("div",a.__assign({className:v.default("Accordion__panel",n)},r),t)},L=function(e){var t=e.children,n=e.open,r=e.onToggle,i=e.animationTiming,s=a.__rest(e,["children","open","onToggle","animationTiming"]),l=o.useId(),c=b.default.Children.toArray(t),u=c.find((function(e){return"string"==typeof e||e.type===R})),d=c.find((function(e){return"string"==typeof e||e.type===B})),p=!(!b.default.isValidElement(u)||!b.default.isValidElement(d));return p?b.default.createElement("div",a.__assign({className:"Accordion"},s),b.default.createElement(j,a.__assign({id:d.props.id||"".concat(l,"-panel"),open:n,onToggle:r,animationTiming:i},d.props),b.default.createElement(N,a.__assign({iconCollapsed:"triangle-right",iconExpanded:"triangle-down",className:v.default("Accordion__trigger",u.props.className),"aria-controls":d.props.id||"".concat(l,"-panel"),heading:u.props.heading},u.props),u),d)):(console.warn("Must provide and element(s). You provided:",{trigger:u,panelElement:d,isValid:p}),null)};L.displayName="Accordion",B.displayName="AccordionContent",R.displayName="AccordionTrigger";var z=function(e){function t(t){var n=e.call(this,t)||this;return n.state={animationClass:"",destroy:!t.show},n}return a.__extends(t,e),t.prototype.componentDidMount=function(){this.props.show&&this.fadeIn()},t.prototype.fadeIn=function(){var e=this;this.setState({destroy:!1},(function(){e.setState({animationClass:"Scrim--show"}),setTimeout((function(){e.el&&e.setState({animationClass:"Scrim--show Scrim--fade-in"})}))}))},t.prototype.fadeOut=function(){var e=this;this.setState({animationClass:"Scrim--show"},(function(){setTimeout((function(){e.setState({animationClass:""},(function(){e.setState({destroy:!0})}))}),100)}))},t.prototype.componentDidUpdate=function(e){var t=this.props.show;if(void 0!==t&&e.show!==t){if(!e.show)return this.fadeIn();this.fadeOut()}},t.prototype.render=function(){var e=this,t=this.state,n=t.animationClass;return t.destroy?null:b.default.createElement("div",{ref:function(t){return e.el=t},className:"Scrim ".concat(n)})},t}(b.default.Component);function U(e,t){t=t||e;var n="A"!==e.tagName&&t.querySelector("a");n&&n.click()}function q(e,t){e&&("function"==typeof e?e(t):e.current=t)}var Z=function(e){function t(t){var n=e.call(this,t)||this;return n.onClick=n.onClick.bind(n),n.onKeyDown=n.onKeyDown.bind(n),n}return a.__extends(t,e),t.prototype.onClick=function(e){var t=this.props,n=t.autoClickLink,a=t.onClick;n&&U(e.target,this.item),a(e)},t.prototype.onKeyDown=function(e){var t,n=w.default(e.which);"enter"!==n&&"space"!==n||(e.preventDefault(),null===(t=this.item)||void 0===t||t.click()),this.props.onKeyDown(e)},t.prototype.render=function(){var e=this,t=this.props,n=t.children,r=t.menuItemRef;t.autoClickLink;var i=a.__rest(t,["children","menuItemRef","autoClickLink"]);return b.default.createElement("li",a.__assign({},i,{role:"menuitem",ref:function(t){e.item=t,q(r,t)},onClick:this.onClick,onKeyDown:this.onKeyDown}),n)},t.defaultProps={menuItemRef:function(){},onClick:function(){},onKeyDown:function(){},autoClickLink:!0},t}(r.Component);function G(){return!!window.document&&!!window.document.createElement}var Y=function(){return!!G()&&window.innerWidth>=1024},W=function(e){function t(t){var n=e.call(this,t)||this;n.menuItems=[],n.onResize=function(){var e=Y();e!==n.state.wide&&n.setState({wide:e})},n.handleThin=function(){n.props.thin?document.body.classList.add("TopBar--thin"):document.body.classList.remove("TopBar--thin")},n.renderChild=function(e,t){return e?r.cloneElement(e,{key:t,onKeyDown:function(){for(var t,r=[],i=0;i [role="tablist"] > [aria-selected="true"]');null==t||t.focus(),"function"==typeof d&&d({activeTabIndex:f,target:t})}),[f]),b.default.createElement("div",{className:v.default("Tabs",u,{"Tabs--thin":n,"Tabs--vertical":"vertical"===s,"Tabs--horizontal":"horizontal"===s}),ref:g},b.default.createElement("ul",a.__assign({role:"tablist",className:"Tablist"},p,{onKeyDown:function(e){var t,n,a=e.key,r=f;switch("horizontal"===s?(t="ArrowRight",n="ArrowLeft"):(t="ArrowDown",n="ArrowUp"),a){case n:-1===(r=f-1)&&(r=w-1),m(r),e.preventDefault();break;case t:(r=f+1)===w&&(r=0),m(r),e.preventDefault();break;case"Home":m(r=0),e.preventDefault();break;case"End":e.preventDefault(),m(r=w-1),e.preventDefault()}}}),A))};vt.displayName="Tabs";var yt=r.forwardRef((function(e,t){var n=e.children,r=e.id,i=e.className,s=a.__rest(e,["children","id","className"]),l=a.__read(r?[r]:o.useId(1,"tabpanel"),1)[0];return b.default.createElement("div",a.__assign({role:"tabpanel",className:v.default("TabPanel",i),id:l,ref:t},s),n)}));yt.displayName="TabPanel";var wt=function(e){var t=e.children,n=e.className,r=e.collapsed,i=void 0!==r&&r,o=a.__rest(e,["children","className","collapsed"]);return b.default.createElement("dl",a.__assign({className:v.default("DescriptionList",n,{"DescriptionList--collapsed":i})},o),t)};wt.displayName="DescriptionList";var At=function(e){var t=e.children,n=e.className,r=a.__rest(e,["children","className"]);return b.default.createElement("div",a.__assign({className:v.default("DescriptionList__item",n)},r),t)};At.displayName="DescriptionListItem";var Dt=function(e){var t=e.children,n=e.className,r=a.__rest(e,["children","className"]);return b.default.createElement("dt",a.__assign({className:v.default("DescriptionList__term",n)},r),t)};Dt.displayName="DescriptionTerm";var Et=function(e){var t=e.children,n=e.className,r=a.__rest(e,["children","className"]);return b.default.createElement("dd",a.__assign({className:v.default("DescriptionList__details",n)},r),t)};Et.displayName="DescriptionDetails";var kt=function(e){var t,n,r,i,o=e.children,s=e.status,l=e.className,c=a.__rest(e,["children","status","className"]),u=function(e){return!!e.tooltip}(c);return u?(n=(t=c).tooltip,r=t.tooltipText,i=a.__rest(t,["tooltip","tooltipText"])):i=c,b.default.createElement("li",a.__assign({className:v.default("Stepper__step","Stepper__step--".concat(s),l),"aria-current":"current"===s?"step":"false"},i),b.default.createElement("div",{className:v.default("Stepper__step-line","Stepper__step--".concat(s,"-line"))}),b.default.createElement("div",{className:"Stepper__step-content"},u?b.default.createElement(Qe,{placement:"bottom",tooltip:n,association:"aria-labelledby","aria-label":r},b.default.createElement("div",{className:v.default("Stepper__step-indicator","Stepper__step--".concat(s,"-indicator"))},"complete"===s&&b.default.createElement(P,{type:"check"}))):b.default.createElement(b.default.Fragment,null,b.default.createElement("div",{className:v.default("Stepper__step-indicator","Stepper__step--".concat(s,"-indicator"))},"complete"===s&&b.default.createElement(P,{type:"check"})),o?b.default.createElement("div",{className:v.default("Stepper__step-label","Stepper__step--".concat(s,"-label"))},o):null)))};kt.displayName="Step";var xt=function(e){var t=e.children,n=e.className,r=a.__rest(e,["children","className"]);return b.default.createElement("ol",a.__assign({className:v.default("Stepper",n)},r),t)};xt.displayName="Stepper";var Tt=r.forwardRef((function(e,t){var n=e.progress,r=void 0===n?0:n,i=e.progressMax,o=void 0===i?100:i,s=e.progressMin,l=void 0===s?0:s,c=a.__rest(e,["progress","progressMax","progressMin"]),u=c.className,d=a.__rest(c,["className"]);return b.default.createElement("div",a.__assign({className:v.default("ProgressBar",u),role:"progressbar","aria-valuemin":l,"aria-valuemax":o,"aria-valuenow":r,ref:t},d),b.default.createElement("div",{className:"ProgressBar--fill",style:{width:"".concat(Math.min(r/o*100,100),"%")}}))}));Tt.displayName="ProgressBar";var Ct=function(e){var t=e.children,n=e.className,r=a.__rest(e,["children","className"]);return b.default.createElement("address",a.__assign({className:v.default("Address",n)},r),t)};Ct.displayName="Address";var St=function(e){var t=e.children,n=e.className,r=a.__rest(e,["children","className"]);return t?b.default.createElement("div",a.__assign({className:v.default("Address__line",n)},r),t):null};St.displayName="AddressLine";var Ot=function(e){var t=e.city,n=e.state,r=e.zip,i=e.className,o=a.__rest(e,["city","state","zip","className"]);return t||n||r?b.default.createElement("div",a.__assign({className:v.default("Address__city-state-zip",i)},o),[[t,n].filter(Boolean).join(", "),r].filter(Boolean).join(" ")):null};Ot.displayName="AddressCityStateZip";var Mt=b.default.forwardRef((function(e,t){var n=e.totalItems,r=e.itemsPerPage,i=void 0===r?10:r,o=e.currentPage,s=void 0===o?1:o,l=e.statusLabel,c=e.firstPageLabel,u=void 0===c?"First page":c,d=e.previousPageLabel,p=void 0===d?"Previous page":d,h=e.nextPageLabel,f=void 0===h?"Next page":h,m=e.lastPageLabel,g=void 0===m?"Last page":m,y=e.tooltipPlacement,w=void 0===y?"bottom":y,A=e.onNextPageClick,D=e.onPreviousPageClick,E=e.onFirstPageClick,k=e.onLastPageClick,x=e.className,T=e.thin,C=void 0!==T&&T,S=a.__rest(e,["totalItems","itemsPerPage","currentPage","statusLabel","firstPageLabel","previousPageLabel","nextPageLabel","lastPageLabel","tooltipPlacement","onNextPageClick","onPreviousPageClick","onFirstPageClick","onLastPageClick","className","thin"]),O=s*i-i+1,M=Math.min(O+i-1,n),P=M===n,I=1===s;return b.default.createElement("div",a.__assign({ref:t,className:v.default("Pagination",x,{"Pagination--thin":C})},S),b.default.createElement("ul",null,b.default.createElement("li",null,b.default.createElement(Fe,{icon:"chevron-double-left",tooltipPlacement:w,label:u,"aria-disabled":I,onClick:I?void 0:E})),b.default.createElement("li",null,b.default.createElement(Fe,{icon:"chevron-left",tooltipPlacement:w,label:p,"aria-disabled":I,onClick:I?void 0:D})),b.default.createElement("li",null,b.default.createElement("span",{role:"log","aria-atomic":"true"},l||b.default.createElement("span",null,"Showing ",b.default.createElement("strong",null,O)," to"," ",b.default.createElement("strong",null,M)," of ",b.default.createElement("strong",null,n)))),b.default.createElement("li",null,b.default.createElement(Fe,{icon:"chevron-right",tooltipPlacement:w,label:f,"aria-disabled":P,onClick:P?void 0:A})),b.default.createElement("li",null,b.default.createElement(Fe,{icon:"chevron-double-right",tooltipPlacement:w,label:g,"aria-disabled":P,onClick:P?void 0:k}))))}));Mt.displayName="Pagination";var Pt=b.default.forwardRef((function(e,t){var n=e.children,r=e.className,i=e.as,o=void 0===i?"div":i,s=a.__rest(e,["children","className","as"]);return b.default.createElement(o,a.__assign({ref:t,className:v.default("Panel",r)},s),n)}));Pt.displayName="FieldWrap";var It=r.forwardRef((function(e,t){var n=e.separator,r=void 0===n?"/":n,i=e.className,o=e.children,s=a.__rest(e,["separator","className","children"]),l=b.default.Children.toArray(o),c=[];return l.forEach((function(e,t){t!==l.length-1?c.push(b.default.createElement(b.default.Fragment,null,e,b.default.createElement("span",{className:"Breadcrumb__Separator","aria-hidden":"true"},r))):c.push(e)})),b.default.createElement("nav",a.__assign({className:v.default("Breadcrumb",i),ref:t},s),b.default.createElement("ol",null,c.map((function(e,t){return b.default.createElement("li",{className:"Breadcrumb__Item",key:"breadcrumb-".concat(t)},e)}))))}));It.displayName="Breadcrumb";var Nt=r.forwardRef((function(e,t){var n=e.className,r=e.children,i=a.__rest(e,["className","children"]);return b.default.createElement("span",a.__assign({className:v.default("Breadcrumb__Item",n),ref:t,"aria-current":"location"},i),r)})),Ft=r.forwardRef((function(e,t){var n=e.className,r=e.as,i=void 0===r?"a":r,o=e.children,s=a.__rest(e,["className","as","children"]);return b.default.createElement(i,a.__assign({className:v.default("Link","Breadcrumb__Link",n),ref:t},s),o)}));Ft.displayName="BreadcrumbLink";var _t=r.forwardRef((function(e,t){var n=e.className,r=e.children,i=a.__rest(e,["className","children"]);return b.default.createElement("section",a.__assign({className:v.default("TwoColumnPanel__Left",n)},i,{ref:t}),r)}));_t.displayName="ColumnLeft";var jt=r.forwardRef((function(e,t){var n=e.className,r=e.children,i=a.__rest(e,["className","children"]);return b.default.createElement("section",a.__assign({className:v.default("TwoColumnPanel__Right",n)},i,{ref:t}),r)}));jt.displayName="ColumnRight";var Rt=r.forwardRef((function(e,t){var n,i,s=e.className,l=e.children,c=e.initialCollapsed,u=void 0!==c&&c,d=e.showCollapsedPanelLabel,p=void 0===d?"Show Panel":d,h=e.hideCollapsedPanelLabel,f=void 0===h?"Hide Panel":h,m=e.skipLink,g=void 0===m?null:m,y=e.collapsedMediaQuery,w=void 0===y?"(max-width: 45rem)":y,D=a.__rest(e,["className","children","initialCollapsed","showCollapsedPanelLabel","hideCollapsedPanelLabel","skipLink","collapsedMediaQuery"]),E=a.__read(r.useState(u),2),k=E[0],x=E[1],T=a.__read(r.useState(!1),2),C=T[0],S=T[1],O=a.__read(r.useState(!u),2),M=O[0],I=O[1],N=r.useRef(null),F=r.useRef(null),_=r.useRef(null),j=r.useRef(null),R=b.default.Children.toArray(l).find((function(e){return e.type===_t})),B=function(){var e="matchMedia"in window&&"function"==typeof matchMedia&&matchMedia("(prefers-reduced-motion: reduce)").matches;k?I(!0):e&&I(!1),requestAnimationFrame((function(){var e,t,n=!k;x(n),n?null===(t=j.current)||void 0===t||t.focus():null===(e=_.current)||void 0===e||e.focus()}))};if(r.isValidElement(R)){var L=R.props.ref||_,z=i=R.props.id||o.useId(void 0,"sidebar-")[0],U=b.default.createElement("div",{className:"TwoColumnPanel__Close"},b.default.createElement("button",{type:"button",onClick:B,ref:F,"aria-label":f},b.default.createElement(P,{type:"close"})),b.default.createElement(Ne,{target:F,association:"aria-labelledby",hideElementOnHidden:!0},f)),q=a.__spreadArray([U],a.__read(b.default.Children.toArray(R.props.children)),!1);n=r.cloneElement(R,{id:z,ref:L,tabIndex:-1},q.map((function(e,t){return r.cloneElement(e,{key:e.key?e.key:"left-".concat(t)})})))}var Z,G=b.default.Children.toArray(l).find((function(e){return e.type===jt}));if(r.isValidElement(G)){var Y=G.props.ref||j,W=b.default.createElement("div",{className:"TwoColumnPanel__ButtonToggle"},b.default.createElement("button",{type:"button",onClick:B,ref:N,"aria-label":k?p:f,"aria-expanded":!k,"aria-controls":i},b.default.createElement(P,{type:k?"chevron-double-right":"chevron-double-left"})),b.default.createElement(Ne,{target:N,association:"aria-labelledby",hideElementOnHidden:!0},k?p:f)),H=a.__spreadArray([W],a.__read(b.default.Children.toArray(G.props.children)),!1);Z=r.cloneElement(G,{ref:Y,tabIndex:-1},H.map((function(e,t){return r.cloneElement(e,{key:e.key?e.key:"right-".concat(t)})})))}r.useLayoutEffect((function(){var e,t=function(){_.current&&k&&I(!1)};return null===(e=_.current)||void 0===e||e.addEventListener("transitionend",t),function(){var e;null===(e=_.current)||void 0===e||e.removeEventListener("transitionend",t)}}),[_.current,k]),r.useLayoutEffect((function(){var e=matchMedia(w),t=function(e){S(e);var t=!!e||k;x(t),I(!t)},n=function(e){var n=e.matches;return t(n)};return e.matches&&t(e.matches),e.addEventListener("change",n),function(){e.removeEventListener("change",n)}}),[]),r.useEffect((function(){var e=function(e){"Escape"!==e.key&&"Esc"!==e.key&&27!==e.keyCode||x(!0)},t=document.body;return C?t.addEventListener("keyup",e):t.removeEventListener("keyup",e),function(){t.removeEventListener("keyup",e)}}),[C]);return b.default.createElement("div",a.__assign({className:v.default("TwoColumnPanel",s,{"TwoColumnPanel--show":!k,"TwoColumnPanel--hide":k})},D,{ref:t}),b.default.createElement(b.default.Fragment,null,b.default.createElement(A.default,{active:!k&&C,focusTrapOptions:{escapeDeactivates:!0,allowOutsideClick:!0,fallbackFocus:_.current},containerElements:[_.current]}),b.default.createElement(Q,{onClickOutside:function(){!k&&C&&x(!0)},target:_.current}),k?null:g,M?n:null,Z))}));Rt.displayName="TwoColumnPanel";var Bt=r.forwardRef((function(e,t){var n=e.className,r=e.children,i=a.__rest(e,["className","children"]);return b.default.createElement("div",a.__assign({className:v.default("TwoColumnPanel__Header",n)},i,{ref:t}),r)}));Bt.displayName="ColumnHeader";var Lt=r.forwardRef((function(e,t){var n=e.className,r=e.children,i=a.__rest(e,["className","children"]);return b.default.createElement("div",a.__assign({className:v.default("TwoColumnPanel__GroupHeader",n)},i,{ref:t}),r)}));Lt.displayName="ColumnGroupHeader";var zt=r.forwardRef((function(e,t){var n=e.className,r=e.children,i=a.__rest(e,["className","children"]);return b.default.createElement("div",a.__assign({className:v.default("TwoColumnPanel__List",n)},i,{ref:t}),r)}));zt.displayName="ColumnList";var Ut={caution:"caution",danger:"caution",info:"info-circle"},qt=r.forwardRef((function(e,t){var n,r=e.type,i=void 0===r?"info":r,o=e.title,s=e.icon,l=e.children,c=a.__rest(e,["type","title","icon","children"]);return b.default.createElement("div",a.__assign({className:v.default("Notice",(n={},n["Notice--".concat(i)]=i,n)),ref:t},c),b.default.createElement("div",{className:"Notice__title"},b.default.createElement(P,{type:s||Ut[i]}),o),l&&b.default.createElement("div",{className:"Notice__content"},l))}));qt.displayName="Notice";var Zt=r.createContext({options:[],active:null,selected:null,setOptions:function(){return null},onSelect:function(){return null}});function Gt(e){var t=e.options,n=e.active,a=e.selected,i=e.setOptions,o=e.onSelect,s=e.children,l=Zt.Provider,c=r.useMemo((function(){return{options:t,active:n,selected:a,setOptions:i,onSelect:o}}),[t,n,a,i]);return b.default.createElement(l,{value:c},s)}function Yt(){return r.useContext(Zt)}var Wt=["ArrowUp","ArrowDown","Home","End","Enter"," "],Ht=function(e){return"true"===e.element.getAttribute("aria-disabled")},Vt=r.forwardRef((function(e,t){var n=e.as,i=void 0===n?"ul":n,o=e.children,s=e.defaultValue,l=e.value,c=e.navigation,u=void 0===c?"bound":c,d=e.onKeyDown,p=e.onFocus,h=e.onSelectionChange,f=e.onActiveChange,m=a.__rest(e,["as","children","defaultValue","value","navigation","onKeyDown","onFocus","onSelectionChange","onActiveChange"]),g=a.__read(r.useState([]),2),v=g[0],y=g[1],w=a.__read(r.useState(null),2),A=w[0],D=w[1],E=a.__read(r.useState(null),2),k=E[0],x=E[1],T=at(t),C=void 0!==l;r.useLayoutEffect((function(){if(C||!k){var e=C?l:s,t=v.find((function(t){return function(e,t){return null!==typeof e.value&&void 0!==e.value&&e.value===t}(t,e)}));x(t||null),D(t||null)}}),[C,v,l]),r.useEffect((function(){A&&(null==f||f(A))}),[A]);var S,O=r.useCallback((function(e){D(e),C||x(e),null==h||h({target:e.element,value:e.value,previousValue:null==k?void 0:k.value})}),[C,k]),M=r.useCallback((function(e){if(null==d||d(e),Wt.includes(e.key)){e.preventDefault();var t=v.filter((function(e){return!Ht(e)}));if(t.length){var n=a.__read(Wt,6),r=n[0],i=n[1],o=n[2],s=n[3],l=n[4],c=n[5],p=t[0];if(A){var h=t[t.length-1],f=A,m=t.findIndex((function(e){return e.element===f.element})),g="cycle"===u;switch(e.key){case r:var b=0===m&&g?h:t[Math.max(m-1,0)];D(b);break;case i:var y=m===t.length-1&&g?p:t[Math.min(m+1,t.length-1)];D(y);break;case o:D(p);break;case s:D(h);break;case l:case c:A&&O(A)}}else D(p)}}}),[v,A,u]),P=r.useCallback((function(e){if(A||k)e.target===T.current&&D(k);else{var t=v.find((function(e){return!Ht(e)}));t&&D(t)}null==p||p(e)}),[v,A,k]);return b.default.createElement(i,a.__assign({role:"listbox",ref:T,tabIndex:"0",onKeyDown:M,onFocus:P,"aria-activedescendant":A?(S=A,S.element.getAttribute("id")):void 0},m),b.default.createElement(Gt,{options:v,active:A,selected:k,setOptions:y,onSelect:O},o))}));function Jt(e,t){return!!(t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_PRECEDING)}Vt.displayName="Listbox";var Qt=r.forwardRef((function(e,t){var n,i,s=e.id,l=e.className,c=e.as,u=void 0===c?"li":c,d=e.children,p=e.value,h=e.disabled,f=e.activeClass,m=void 0===f?"ListboxOption--active":f,g=e.onClick,y=a.__rest(e,["id","className","as","children","value","disabled","activeClass","onClick"]),w=Yt(),A=w.active,D=w.selected,E=w.setOptions,k=w.onSelect,x=at(t),T=a.__read(s?[s]:o.useId(1,"listbox-option"),1)[0],C=null!==A&&A.element===x.current,S=null!==D&&D.element===x.current,O=void 0!==p?p:null===(i=x.current)||void 0===i?void 0:i.innerText;r.useEffect((function(){var e=x.current;return E((function(t){var n,r,i={element:e,value:O};if(!e)return t;if(!t.length||Jt(t[t.length-1].element,i.element))return a.__spreadArray(a.__spreadArray([],a.__read(t),!1),[i],!1);try{for(var o=a.__values(t),s=o.next();!s.done;s=o.next()){var l=s.value;if(Jt(e,l.element)){var c=t.indexOf(l);return a.__spreadArray(a.__spreadArray(a.__spreadArray([],a.__read(t.slice(0,c)),!1),[i],!1),a.__read(t.slice(c)),!1)}}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return t})),function(){E((function(t){return t.filter((function(t){return t.element!==e}))}))}}),[O]);var M=r.useCallback((function(e){h||(k({element:x.current,value:O}),null==g||g(e))}),[O]);return b.default.createElement(u,a.__assign({id:T,className:v.default(l,(n={},n[m]=C,n)),role:"option",ref:x,"aria-disabled":"boolean"==typeof h?h:void 0,"aria-selected":S,onClick:M},y),d)}));Qt.displayName="ListboxOption";var Xt=r.forwardRef((function(e,t){var n=e.as,r=void 0===n?"ul":n,i=e.children,s=e.id,l=e.label,c=e.groupLabelProps,u=a.__rest(e,["as","children","id","label","groupLabelProps"]),d=a.__read(s?[s]:o.useId(1,"listbox-group-label"),1)[0];return b.default.createElement(r,a.__assign({role:"group",ref:t,"aria-labelledby":d},u),b.default.createElement("li",a.__assign({role:"presentation",id:d},c),l),i)}));Xt.displayName="ListboxGroup";var Kt=r.createContext({autocomplete:"manual",inputValue:void 0,formValue:void 0,selectedValue:void 0,matches:!0,matchingOptions:new Map,setMatchingOptions:function(){return null},setFormValue:function(){return null}});function $t(e){var t=e.autocomplete,n=e.inputValue,a=e.formValue,i=e.selectedValue,o=e.matches,s=e.matchingOptions,l=e.setMatchingOptions,c=e.setFormValue,u=e.children,d=Kt.Provider,p=r.useMemo((function(){return{autocomplete:t,inputValue:n,formValue:a,selectedValue:i,matches:"function"!=typeof o||!n||function(e){return o(n,e)},matchingOptions:s,setMatchingOptions:l,setFormValue:c}}),[t,n,a,i,o,s,l,c]);return b.default.createElement(d,{value:p},u)}function en(){return r.useContext(Kt)}var tn=function(e){var t=e.children,n=en().inputValue;if(!t)return b.default.createElement("span",null);if(!(null==n?void 0:n.length))return b.default.createElement("span",null,t);var a=t.toLowerCase().indexOf(null==n?void 0:n.toLowerCase());if(-1===a)return b.default.createElement("span",null,t);var r=n.length,i=t.substring(0,a),o=t.substring(a,r+a),s=t.substring(a+r);return b.default.createElement(b.default.Fragment,null,b.default.createElement("span",null,i),b.default.createElement("em",{className:"ComboboxOption__match"},o),b.default.createElement("span",null,s))},nn=r.forwardRef((function(e,t){var n=e.className,i=e.children,s=e.disabled,l=e.id,c=e.description,u=e.value,d=e.formValue,p=a.__rest(e,["className","children","disabled","id","description","value","formValue"]),h=a.__read(l?[l]:o.useId(1,"combobox-option"),1)[0],f=Yt(),m=f.selected,g=f.active,y=en(),w=y.selectedValue,A=y.matches,D=y.setMatchingOptions,E=y.setFormValue,k=at(t),x=function(e,t){void 0===t&&(t={root:null,threshold:1});var n=r.useRef(null);return r.useEffect((function(){if("IntersectionObserver"in globalThis&&"function"==typeof IntersectionObserver){if(null==e)return;if(!(e instanceof HTMLElement||e.current instanceof HTMLElement))return void console.warn("An element or ref was provided to useIntersectionRef that was not an HTMLElement.");var r=new IntersectionObserver((function(e){var t=a.__read(e,1)[0];n.current=t}),t);return r.observe(e instanceof HTMLElement?e:e.current),function(){r.disconnect()}}}),[e]),n}(k,{root:null,threshold:1}),T=!!(null==g?void 0:g.element)&&g.element===k.current,C=!!(null==m?void 0:m.element)&&m.element===k.current,S="boolean"==typeof A&&A||"function"==typeof A&&A(i);return r.useLayoutEffect((function(){var e=x.current;if(e&&T){var t=k.current.getBoundingClientRect();t.top>=0&&t.left>=0&&t.bottom<=window.innerHeight&&t.right<=window.innerWidth&&e.isIntersecting||k.current.scrollIntoView({inline:"nearest",block:t.top<=0?"end":"nearest"})}}),[T]),r.useEffect((function(){var e,t=void 0!==u?u:null===(e=k.current)||void 0===e?void 0:e.innerText;w===t&&E(void 0===d?t:d)}),[w,d]),r.useEffect((function(){return S&&D((function(e){return new Map(e.set(k.current,{value:i,selected:C}))})),function(){D((function(e){return e.forEach((function(t,n){n.isConnected||e.delete(n)})),new Map(e)}))}}),[S,C]),S?b.default.createElement(Qt,a.__assign({as:"li",className:v.default("ComboboxOption",n,{"ComboboxOption--disabled":s}),activeClass:"ComboboxOption--active",ref:k,disabled:s,id:h,value:u},p),b.default.createElement("span",null,b.default.createElement(tn,null,i),c&&b.default.createElement("div",{className:"ComboboxOption__description"},c)),C?b.default.createElement(P,{type:"check-solid"}):null):null}));nn.displayName="ComboboxOption";var an=a.__read(["Enter","Escape","Home","End"],4),rn=an[0],on=an[1],sn=an[2],ln=an[3],cn=function(e,t){return!t||t.toLowerCase().includes(e.toLowerCase())},un=function(e){var t=e.children;return b.default.createElement("div",{className:"ComboboxListbox__empty",role:"alert","aria-live":"polite"},t||"No results found.")},dn=r.forwardRef((function(e,t){var n=e.id,i=e.className,s=e.label,c=e.children,u=e.options,d=void 0===u?[]:u,p=e.value,h=e.defaultValue,f=e.requiredText,m=void 0===f?"Required":f,g=e.error,y=e.autocomplete,w=void 0===y?"manual":y,A=e.onSelectionChange,D=e.onActiveChange,E=e.onChange,k=e.onKeyDown,x=e.onFocus,T=e.onBlur,C=e.name,S=e.renderNoResults,O=e.portal,M=e.inputRef,P=void 0===M?null:M,I=e["aria-describedby"],N=a.__rest(e,["id","className","label","children","options","value","defaultValue","requiredText","error","autocomplete","onSelectionChange","onActiveChange","onChange","onKeyDown","onFocus","onBlur","name","renderNoResults","portal","inputRef","aria-describedby"]),F=a.__read(r.useState(h||p||""),2),_=F[0],j=F[1],R=a.__read(r.useState(new Map),2),B=R[0],L=R[1],z=a.__read(r.useState(_||""),2),U=z[0],q=z[1],Z=a.__read(r.useState(""),2),G=Z[0],Y=Z[1],W=a.__read(r.useState(!1),2),H=W[0],V=W[1],J=a.__read(r.useState(null),2),Q=J[0],X=J[1],K=a.__read(n?[n]:o.useId(1,"combobox"),1)[0],$=at(t),ee=at(P),te=r.useRef(null),ne=void 0!==p,ae=!!N.required,re="none"!==w,ie=!!g,oe=c||d.map((function(e,t){return b.default.createElement(nn,{key:e.key||t,id:"".concat(K,"-option-").concat(t+1),description:e.description},e.label)})),se=b.default.useCallback((function(e){var t;null===(t=te.current)||void 0===t||t.dispatchEvent(new KeyboardEvent("keydown",{key:e,bubbles:!0,cancelable:!0}))}),[te]);r.useEffect((function(){re&&(!H&&U&&_!==U&&j(U),H||X(null),H&&"automatic"===w&&!U&&se(sn))}),[H]),r.useEffect((function(){var e=a.__read(Array.from(B.entries()).find((function(e){return a.__read(e,2)[1].selected}))||[],2),t=e[0],n=e[1];"manual"===w?X(t?a.__assign({element:t},n):null):"automatic"===w&&B.size&&!U&&requestAnimationFrame((function(){se(sn)}))}),[B]);var le=r.useCallback((function(e){null==x||x(e),e.defaultPrevented||(V(!0),U&&_===U&&re&&j(""))}),[x,_,U]),ce=r.useCallback((function(e){var t;V(!0),U&&_===U&&re&&j(""),e.target!==ee.current&&(null===(t=ee.current)||void 0===t||t.focus())}),[_,U]),ue=r.useCallback((function(e){e.preventDefault()}),[]),de=r.useCallback((function(){var e;ee.current!==document.activeElement&&(null===(e=ee.current)||void 0===e||e.focus())}),[]),pe=r.useCallback((function(e){var t;if(null==T||T(e),V(!1),"automatic"===w&&Q){var n=(null===(t=Q.value)||void 0===t?void 0:t.toString())||"";j(n),q(n)}}),[w,Q,T]),he=r.useCallback((function(e){null==k||k(e);var t=e.key===rn,n=e.key===on,a=["ArrowDown","ArrowUp"].includes(e.key);([sn,ln].includes(e.key)||t&&H)&&e.preventDefault(),n?V(!1):t&&!H||(V(!0),!H&&a&&U&&re&&j("")," "===e.key||!H&&Q||t&&!Q||(se(e.key),t&&Q&&V(!1)))}),[k,re,H,U,Q]);r.useEffect((function(){void 0!==p&&j(p)}),[p]);var fe=r.useCallback((function(e){null==E||E(e),ne||j(e.target.value)}),[ne,E]),me=r.useCallback((function(e){var t=e.target,n=e.value,a=e.previousValue,r=(null==n?void 0:n.toString())||"";ne||j(r),q(r),null==A||A({target:t,value:r,previousValue:null==a?void 0:a.toString()}),V(!1)}),[ne,A]),ge=r.useCallback((function(e){e.element&&X(e),null==D||D(e)}),[]),be=b.default.useMemo((function(){return b.default.isValidElement(S)?function(){return b.default.createElement(un,null,S)}:"function"==typeof S?function(){return b.default.createElement(un,null,S())}:un}),[S]),ve=!!(null==_?void 0:_.length)&&!B.size&&b.default.createElement(be,null),ye=b.default.createElement(Vt,{className:v.default("Combobox__listbox",{"Combobox__listbox--open":H}),role:ve?"presentation":"listbox","aria-labelledby":ve?void 0:"".concat(K,"-label"),id:"".concat(K,"-listbox"),value:U,onMouseDown:ue,onClick:de,onSelectionChange:me,onActiveChange:ge,ref:te,tabIndex:void 0,"aria-activedescendant":void 0},oe,ve),we="".concat(K,"-error"),Ae=a.__assign(a.__assign({},N),{"aria-describedby":g?Oe(I,we):I});return b.default.createElement("div",{id:K,className:v.default("Combobox",i),ref:$},C&&b.default.createElement("input",{type:"hidden",name:C,value:G}),b.default.createElement("label",{className:v.default("Field__label",{"Field__label--is-required":ae,"Field__label--has-error":ie}),id:"".concat(K,"-label"),htmlFor:"".concat(K,"-input")},b.default.createElement("span",null,s),ae&&b.default.createElement("span",{className:"Field__required-text"},m)),b.default.createElement(Ke,{className:v.default({"TextFieldWrapper--error":ie}),onClick:ce},b.default.createElement("input",a.__assign({type:"text",id:"".concat(K,"-input"),ref:ee,value:_,role:"combobox","aria-autocomplete":re?"list":"none","aria-controls":"".concat(K,"-listbox"),"aria-expanded":H,"aria-haspopup":"listbox","aria-activedescendant":H&&Q?Q.element.id:void 0},Ae,{onChange:fe,onKeyDown:he,onFocus:le,onBlur:pe})),b.default.createElement("span",{className:"Combobox__arrow"})),b.default.createElement($t,{autocomplete:w,inputValue:_,formValue:G,selectedValue:U,matches:!re||cn,matchingOptions:B,setMatchingOptions:L,setFormValue:Y},O&&"undefined"!=typeof document?l.createPortal(ye,O instanceof HTMLElement?O:O.current||document.body):ye),ie&&b.default.createElement("div",{className:"Error",id:we},g))}));dn.displayName="Combobox";var pn=r.forwardRef((function(e,t){var n=e.className,i=e.children,o=e.label,s=a.__rest(e,["className","children","label"]),l=en(),c=l.inputValue,u=l.autocomplete,d=l.matchingOptions,p=at(t),h=r.useMemo((function(){return"none"===u||!(null==c?void 0:c.length)||!!Array.from(d.keys()).find((function(e){var t;return null===(t=p.current)||void 0===t?void 0:t.contains(e)}))}),[c,u,d]);return b.default.createElement(Xt,a.__assign({as:"ul",className:v.default("ComboboxGroup",n,{"ComboboxGroup--hidden":!h}),"aria-hidden":!h,ref:p,label:o,groupLabelProps:{className:"ComboboxGroup__label"}},s),i)}));pn.displayName="ComboboxGroup";var hn=function(e){var t=e.onClose,n=e.applyButtonText,a=void 0===n?"Apply":n,r=e.onApply,i=e.closeButtonText,o=void 0===i?"Close":i,s=e.infoText,l=e.infoTextId;return b.default.createElement(b.default.Fragment,null,b.default.createElement("span",{id:l},s),b.default.createElement(Ce,{className:"Popover__apply",onClick:r,thin:!0},a),b.default.createElement(Ce,{className:"Popover__close",variant:"secondary",onClick:t,thin:!0},o))},fn=r.forwardRef((function(e,t){var n=e.id,i=e.placement,s=void 0===i?"auto":i,c=e.children,d=e.portal,p=e.target,h=e.variant,f=void 0===h?"custom":h,m=e.show,g=void 0!==m&&m,y=e.onClose,w=e.className,D=e.applyButtonText,E=e.closeButtonText,k=e.infoText,x=e.onApply,T=a.__rest(e,["id","placement","children","portal","target","variant","show","onClose","className","applyButtonText","closeButtonText","infoText","onApply"]),C=a.__read(n?[n]:o.useId(1,"popover"),1)[0],S=a.__read(r.useState(null),2),O=S[0],M=S[1],P=a.__read(r.useState(null),2),I=P[0],N=P[1],F=at(t),_=a.__read(r.useState(null),2),j=_[0],R=_[1],B=u.usePopper(O,null==F?void 0:F.current,{placement:s,modifiers:[{name:"preventOverflow",options:{padding:8}},{name:"flip"},{name:"offset",options:{offset:[0,8]}},{name:"arrow",options:{padding:5,element:j}}]}),L=B.styles,z=B.attributes,U=z.popper&&z.popper["data-popper-placement"]||s,q="prompt"!==f||T["aria-label"]?{}:{"aria-labelledby":"".concat(C,"-label")};r.useEffect((function(){var e=p&&"current"in p?p.current:p;M(e)}),[p]),r.useEffect((function(){return function(){null==I||I.deactivate()}}),[]),r.useEffect((function(){if(I)return g?I.activate():I.deactivate(),function(){null==I||I.deactivate()}}),[g,I]),r.useEffect((function(){F.current&&Z()}),[F.current]),r.useEffect((function(){if(g&&F.current){var e=F.current.querySelector(fe);e instanceof HTMLElement&&e.focus()}null==O||O.setAttribute("aria-expanded",Boolean(g).toString())}),[g,F.current]),r.useEffect((function(){var e=function(e){"Escape"!==e.key&&"Esc"!==e.key&&27!==e.keyCode||Y()};return g?document.body.addEventListener("keyup",e):document.body.removeEventListener("keyup",e),function(){document.body.removeEventListener("keyup",e)}}),[g]),r.useEffect((function(){var e=null==O?void 0:O.getAttribute("aria-controls"),t=null==O?void 0:O.getAttribute("aria-haspopup");!(null==e?void 0:e.includes(C))&&g&&(null==O||O.setAttribute("aria-controls",C)),t||null==O||O.setAttribute("aria-haspopup","true")}),[O,C,g]);var Z=function(){(null==F?void 0:F.current)&&N(new be(null==F?void 0:F.current))},Y=function(){null==I||I.deactivate(),g&&y()};return g&&G()?l.createPortal(b.default.createElement(A.default,{focusTrapOptions:{allowOutsideClick:!0,fallbackFocus:".Popover__borderLeft"}},b.default.createElement(Q,{onClickOutside:function(){g&&Y()}},b.default.createElement("div",a.__assign({id:C,className:v.default("Popover","Popover--".concat(U),w,{"Popover--hidden":!g,"Popover--prompt":"prompt"===f}),ref:F,role:"dialog",style:L.popper},z.popper,q,T),b.default.createElement("div",{className:"Popover__popoverArrow",ref:R,style:L.arrow}),b.default.createElement("div",{className:"Popover__borderLeft"}),"prompt"===f?b.default.createElement(hn,{applyButtonText:D,onApply:x,closeButtonText:E,infoText:k||"",onClose:Y,infoTextId:"".concat(C,"-label")}):c))),(d&&"current"in d?d.current:d)||document.body):null}));fn.displayName="Popover";var mn=b.default.forwardRef((function(e,t){var n=e.className,i=e.children,o=e.maxLines,s=e.as,l=e.tooltipProps,c=a.__rest(e,["className","children","maxLines","as","tooltipProps"]),u="div",d=at(t),p=a.__read(r.useState(!1),2),h=p[0],f=p[1];return s?u=s:h&&(c=Object.assign({role:"button","aria-disabled":!0,tabIndex:0},c)),"number"==typeof o&&(c.style=a.__assign({WebkitLineClamp:o||2},c.style)),r.useEffect((function(){var e=new ResizeObserver((function(){requestAnimationFrame((function(){var e=d.current;if(e){var t="number"==typeof o?e.clientHeight{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},7592:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},90359:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 9h-2V5h2v6zm0 4h-2v-2h2v2z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},48632:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M13.71 15.62a.99.99 0 0 0-.71-.29h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2c0-.27-.1-.52-.29-.71zm0-5.33A.99.99 0 0 0 13 10h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2c0-.27-.1-.52-.29-.71zm0-5.33a.99.99 0 0 0-.71-.29h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2c-.01-.25-.11-.49-.29-.67v-.04z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},59082:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M18.5 16.01c0 .26-.11.51-.29.7l-1.53 1.52c-.19.18-.45.28-.71.27-.26 0-.52-.1-.71-.28l-2.14-2.16a.99.99 0 0 1-.29-.71c0-.29.12-.57.34-.76l.19.2.22.22.2.16c.08.06.17.11.27.14.1.01.19.01.29 0 .55 0 1-.45 1-1 .01-.1.01-.19 0-.29a.867.867 0 0 0-.14-.27l-.2-.16-.22-.22-.2-.19c.19-.21.46-.33.75-.33.27 0 .52.1.71.29l2.17 2.17c.19.19.29.44.29.71v-.01zm-7.32-7.34c0 .29-.12.57-.34.76l-.19-.2-.23-.22-.2-.16a.744.744 0 0 0-.22-.14c-.1-.01-.19-.01-.29 0-.55 0-1 .45-1 1-.01.09-.01.19 0 .29.03.1.08.19.14.27l.15.16.22.22.2.19c-.19.21-.47.32-.75.32a.98.98 0 0 1-.67-.27L5.79 8.72c-.19-.19-.29-.45-.29-.71 0-.26.11-.51.29-.7l1.54-1.52c.18-.18.42-.28.67-.28.27 0 .52.1.71.29l2.14 2.16c.19.19.29.44.29.71h.04zm9.32 7.34c.01-.8-.3-1.56-.87-2.12l-2.17-2.17c-1.16-1.18-3.06-1.21-4.24-.05l-.05.05-.92-.92c.6-.57.93-1.36.92-2.18.02-.79-.29-1.56-.86-2.11L10.16 4.4C9.6 3.81 8.81 3.48 8 3.51c-.79-.02-1.56.29-2.11.86L4.39 5.9c-.58.54-.9 1.31-.89 2.11-.01.8.3 1.56.87 2.12l2.17 2.17c.56.57 1.32.88 2.12.87.82.01 1.61-.32 2.17-.92l.92.92c-.6.57-.93 1.36-.92 2.18-.02.79.29 1.56.86 2.11l2.14 2.16a3 3 0 0 0 4.24 0l1.53-1.52c.58-.54.9-1.3.9-2.09z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},26443:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M5.37 24H.4V7.98h4.98V24ZM2.88 5.79C1.29 5.79 0 4.47 0 2.88a2.88 2.88 0 0 1 5.76 0c0 1.59-1.29 2.91-2.88 2.91ZM23.99 24h-4.96v-7.8c0-1.86-.04-4.24-2.59-4.24s-2.98 2.02-2.98 4.11V24H8.49V7.98h4.77v2.19h.07c.66-1.26 2.29-2.59 4.71-2.59 5.04 0 5.96 3.32 5.96 7.62V24Z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},95672:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("g",{fill:"currentColor"},i.createElement("rect",{y:1,width:6,height:5,rx:1}),i.createElement("rect",{x:9,y:1,width:16,height:5,rx:1}),i.createElement("rect",{y:9,width:6,height:5,rx:1}),i.createElement("rect",{x:9,y:9,width:16,height:5,rx:1}),i.createElement("rect",{y:17,width:6,height:5,rx:1}),i.createElement("rect",{x:9,y:17,width:16,height:5,rx:1}))))},21440:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M9.33 11.35v-2c.01-1.47 1.2-2.66 2.67-2.66s2.67 1.2 2.67 2.67v2H9.33v-.01zm8.66 1c0-.55-.45-1-1-1h-.33v-2a4.49 4.49 0 0 0-1.37-3.33 4.63 4.63 0 0 0-6.55-.03l-.03.03c-.9.87-1.4 2.08-1.37 3.33v2H7c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-6h-.01z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},75035:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z",fill:"currentColor"})))},37101:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M20 9H4v2h16V9zM4 15h16v-2H4v2z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},6092:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M19 13H5v-2h14v2z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},18740:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i,o=a(n(27378));function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;to.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=o.createElement("path",{d:"M0 0h24v24H0z",fill:"none"})),i||(i=o.createElement("path",{d:"m23 12-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},86902:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},2979:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31A7.902 7.902 0 0 1 12 20zm6.31-3.1L7.1 5.69A7.902 7.902 0 0 1 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},65134:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a.996.996 0 0 0 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},16509:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",height:24,width:24},e),r||(r=i.createElement("path",{fill:"currentColor",d:"M288 96c26.5 0 48-21.5 48-48S314.5 0 288 0s-48 21.5-48 48 21.5 48 48 48zm-144 0h-13.3l-9.4 9.4-48 48L50.7 176 96 221.3l22.6-22.6 38.7-38.7H185l-31.3 94c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9-9.4 32.8-16 56-11.7 40.8h66.6l6.6-23.2 16-56 16-56 6.6-23.2-20.4-12.7-67-41.9 29-77.4 24.3 48.6 8.8 17.7H416V224h-60.2l-39.2-78.3-5.4-10.9-11.3-4.5-80-32-5.7-2.3H144zm-18.5 214.7L107.2 352H16v64h132.8l8.4-19 15.8-35.4-9.5-6a95.394 95.394 0 0 1-37.9-44.9z"})))},23292:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M8 5v14l11-7z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},28116:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},85980:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M13.07 14.93a.34.34 0 0 0-.24-.09h-1.66c-.18-.01-.32.13-.33.31v1.69c-.01.18.13.32.31.33h1.69c.18.01.32-.13.33-.31v-1.69a.31.31 0 0 0-.1-.24zM15.83 10c-.01-.88-.43-1.71-1.14-2.23-.69-.59-1.57-.92-2.48-.93-1.48-.05-2.88.72-3.63 2-.05.07-.07.16-.05.24.01.08.05.16.12.21l1.12.85c.06.04.13.06.2.06.1 0 .2-.04.26-.12.24-.32.52-.61.83-.86.3-.2.65-.29 1-.28.36 0 .71.11 1 .31.27.15.44.43.45.74.01.2-.08.39-.23.51-.24.18-.5.33-.78.45l-.5.21c-.15.08-.29.17-.43.27-.16.1-.29.23-.41.37-.11.15-.19.32-.25.49-.07.22-.11.44-.11.67v.71c-.01.18.13.32.31.33h1.69c.18.01.32-.13.33-.31V13.33c0-.11.05-.22.12-.3.08-.1.17-.18.27-.25l.48-.29c.27-.15.47-.27.62-.37.19-.14.37-.29.54-.46.21-.2.37-.45.47-.72.12-.3.19-.62.2-.94zm-1.24-4.13a6.57 6.57 0 0 1 3.55 3.55 6.54 6.54 0 0 1 0 5.17 6.57 6.57 0 0 1-3.55 3.55 6.54 6.54 0 0 1-5.17 0 6.57 6.57 0 0 1-3.55-3.55 6.54 6.54 0 0 1 0-5.17c.66-1.6 1.94-2.88 3.54-3.55 1.65-.71 3.53-.71 5.18 0zM18.92 8A8.016 8.016 0 0 0 16 5.08 7.798 7.798 0 0 0 12 4c-1.41-.01-2.79.37-4 1.08-1.21.7-2.22 1.71-2.92 2.92A7.798 7.798 0 0 0 4 12c-.01 1.41.36 2.79 1.07 4 .7 1.21 1.71 2.22 2.93 2.92 1.21.71 2.59 1.09 4 1.08 1.41.01 2.79-.36 4-1.07 1.21-.7 2.22-1.71 2.92-2.93A7.798 7.798 0 0 0 20 12c.01-1.41-.37-2.79-1.08-4z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},51048:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},96424:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},2597:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},41504:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},28303:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8A5.87 5.87 0 0 1 6 12c0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},68402:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M5.19 10.13a.649.649 0 0 1-.02-.92c.01 0 .01-.01.02-.02l4.13-4.14v-.72a.616.616 0 0 0-.41-.61.612.612 0 0 0-.73.15L2.86 9.19c-.26.25-.27.66-.02.92l.02.02 5.33 5.33c.12.13.29.2.47.2.09 0 .18-.02.26-.05.26-.1.42-.35.4-.62v-.72l-4.13-4.14zm16.13 4.53c.14-1.93-.49-3.84-1.76-5.3-1.33-1.33-3.41-2.1-6.24-2.3V4.33a.616.616 0 0 0-.41-.61.598.598 0 0 0-.73.15L6.86 9.19c-.26.25-.27.66-.02.92l.02.02 5.33 5.33c.12.13.29.2.47.2.09 0 .18-.02.26-.05.26-.1.42-.35.4-.62v-2.61c.95.06 1.89.24 2.79.55.68.23 1.29.63 1.78 1.15 1.03 1.15 1.39 3.12 1.1 5.91-.02.16.08.31.24.35h.09c.12.01.24-.07.29-.18l.21-.42c.1-.19.24-.51.42-.94.18-.43.35-.87.5-1.3.16-.47.29-.95.4-1.44.11-.45.17-.92.18-1.4z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},94926:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i,o=a(n(27378));function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;to.createElement("svg",s({viewBox:"0 0 29 29",height:24,width:24},e),r||(r=o.createElement("circle",{cx:14.5,cy:14.5,r:13.5,fill:"currentColor"})),i||(i=o.createElement("path",{d:"M6.23 12.58h.92v5.51h-.92a.91.91 0 0 1-.92-.91V13.5a.92.92 0 0 1 .92-.92Zm14.7-1.38V19a1.84 1.84 0 0 1-1.84 1.84H9.91A1.84 1.84 0 0 1 8.07 19v-7.8a2.29 2.29 0 0 1 2.29-2.29h3.22V7.07a.92.92 0 0 1 1.84 0v1.84h3.22a2.29 2.29 0 0 1 2.29 2.29Zm-8 2.3a1.15 1.15 0 1 0-1.15 1.15 1.15 1.15 0 0 0 1.15-1.15Zm-.23 3.68h-1.88v.91h1.84Zm2.76 0h-1.88v.91h1.84Zm3-3.68a1.15 1.15 0 1 0-1.15 1.15 1.16 1.16 0 0 0 1.15-1.15Zm-.23 3.68h-1.89v.91h1.84Zm5.51-3.68v3.68a.92.92 0 0 1-.92.91h-.92v-5.51h.92a.92.92 0 0 1 .92.92Z",fill:"currentColor"})))},5040:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M20 12c0-1.07-.22-2.12-.64-3.1a7.87 7.87 0 0 0-4.26-4.26A7.87 7.87 0 0 0 9 4.58c-.93.38-1.78.94-2.51 1.63L5.14 4.87a.598.598 0 0 0-.72-.15c-.26.09-.43.34-.42.62V10c.01.37.3.66.67.67h4.66c.27.01.52-.16.61-.42.13-.24.07-.54-.14-.72L8.38 8.1C8.85 7.64 9.4 7.26 10 7c.64-.25 1.32-.38 2-.37a5.334 5.334 0 0 1 4.91 3.26c.56 1.32.56 2.81 0 4.13A5.334 5.334 0 0 1 12 17.28c-1.65.01-3.21-.76-4.21-2.07a.33.33 0 0 0-.24-.12c-.1 0-.19.03-.26.09l-1.42 1.48c-.06.06-.09.13-.09.21 0 .08.02.16.07.23a7.79 7.79 0 0 0 2.75 2.14c1.06.5 2.22.76 3.4.76 1.07 0 2.12-.22 3.1-.64a7.87 7.87 0 0 0 4.26-4.26c.42-.98.64-2.03.64-3.1z",fill:"currentColor"})))},96389:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-10H5V5h10v4z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},67018:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",overflow:"visible",height:24,width:24},e),r||(r=i.createElement("path",{d:"M352 224c53 0 96-43 96-96s-43-96-96-96-96 43-96 96c0 4 .2 8 .7 11.9l-94.1 47C145.4 170.2 121.9 160 96 160c-53 0-96 43-96 96s43 96 96 96c25.9 0 49.4-10.2 66.6-26.9l94.1 47c-.5 3.9-.7 7.8-.7 11.9 0 53 43 96 96 96s96-43 96-96-43-96-96-96c-25.9 0-49.4 10.2-66.6 26.9l-94.1-47c.5-3.9.7-7.8.7-11.9s-.2-8-.7-11.9l94.1-47c17.2 16.7 40.7 26.9 66.6 26.9z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},35793:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M21.33 9.66c0-.18-.07-.35-.2-.47L15.8 3.86a.677.677 0 0 0-.95.03c-.11.12-.18.28-.18.44v2.66h-2.34c-4.95 0-7.98 1.4-9.11 4.2-.4 1.11-.58 2.29-.55 3.47.13 1.64.59 3.23 1.33 4.69l.1.25.14.31c.04.08.08.16.14.23.06.1.17.17.29.18.09 0 .18-.03.24-.1.06-.06.09-.14.09-.23.01-.09.01-.19 0-.28v-.24c-.07-.49-.1-.93-.1-1.32a8.5 8.5 0 0 1 .18-1.88c.1-.5.27-.98.5-1.44.21-.4.49-.75.83-1.05.33-.29.7-.53 1.1-.72.44-.2.9-.35 1.38-.44.53-.11 1.06-.18 1.6-.22.54-.04 1.15-.06 1.83-.06h2.33v2.65c0 .36.29.66.65.67.18 0 .35-.07.48-.2l5.33-5.33c.13-.12.2-.29.2-.47h.02z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},23704:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M17.13 13.54a.634.634 0 0 0-.47-.2H7.34c-.36 0-.66.29-.67.65 0 .18.07.35.2.48l4.66 4.66c.25.26.66.27.92.02l.02-.02 4.66-4.66c.26-.25.28-.65.03-.91-.01-.02-.02-.02-.03-.02zm0-4-4.66-4.66a.649.649 0 0 0-.92-.02l-.02.02-4.66 4.66c-.25.27-.24.69.03.95.12.11.28.18.44.18h9.33c.36 0 .66-.3.66-.66a.72.72 0 0 0-.2-.47z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},68854:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M9 3 5 6.99h3V14h2V6.99h3L9 3zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3z",fill:"currentColor"})))},373:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},89812:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 26 26",style:{transform:"scaleX(-1) rotate(90deg)"},height:24,width:24},e),r||(r=i.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3h-6l6 6H7a7 7 0 1 0 0 14v-4a3 3 0 1 1 0-6h11l-6 6h6l8-8-8-8z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},47171:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 26 26",style:{transform:"rotate(90deg)"},height:24,width:24},e),r||(r=i.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3h-6l6 6H7a7 7 0 1 0 0 14v-4a3 3 0 1 1 0-6h11l-6 6h6l8-8-8-8z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},65197:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M17.5 14.35c-.6 1.45-1.75 2.6-3.2 3.2-1.49.63-3.16.63-4.65 0-1.45-.6-2.6-1.75-3.2-3.2a5.956 5.956 0 0 1 0-4.65c.6-1.45 1.75-2.6 3.2-3.2 1.49-.63 3.16-.63 4.65 0 1.45.6 2.6 1.75 3.2 3.2.63 1.49.63 3.16 0 4.65zm3.35.56c.05-.09.05-.21 0-.3l-1.87-2.58 1.87-2.58c.05-.09.05-.21 0-.3a.316.316 0 0 0-.21-.21l-3-1V4.75c0-.11-.05-.21-.14-.27a.319.319 0 0 0-.3 0l-3 1-1.95-2.65a.363.363 0 0 0-.51-.03l-.03.03-1.87 2.58-3-1a.319.319 0 0 0-.3 0c-.09.06-.14.16-.14.27v3.25l-3 1c-.1.03-.18.11-.21.21-.05.09-.05.21 0 .3l1.79 2.59-1.83 2.58c-.05.09-.05.21 0 .3.03.1.11.18.21.21l3 1v3.19c0 .11.05.21.14.27.09.05.21.05.3 0l3-1 1.87 2.58c.11.15.33.18.48.06.02-.02.05-.04.06-.06l1.87-2.58 3 1c.09.05.21.05.3 0 .09-.06.14-.16.14-.27v-3.19l3-1c.1-.03.18-.11.21-.21h.12z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},19355:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 -100 320 720",height:24,width:24},e),r||(r=i.createElement("path",{fill:"currentColor",d:"M182.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9S19 224.1 32 224.1h256c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"})))},14670:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 -100 320 720",height:24,width:24},e),r||(r=i.createElement("path",{fill:"currentColor",d:"M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9S19 287.9 32 287.9h256c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z"})))},20298:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"m21.41 11.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},3860:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i,o,s,l=a(n(27378));function c(){return c=Object.assign?Object.assign.bind():function(e){for(var t=1;tl.createElement("svg",c({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 239.97 239.95",height:24,width:24},e),r||(r=l.createElement("defs",null,l.createElement("style",null,".cls-1{fill:currentColor}"))),i||(i=l.createElement("path",{className:"cls-1",d:"M0 119.77A119.89 119.89 0 0 1 120.26 0C187.31.16 240.15 54.93 240 120.1a120 120 0 1 1-240-.33zm20 .14c.42 55.4 44.42 100 100.08 100a99.92 99.92 0 0 0-.14-199.84c-55.4.03-99.51 44.42-99.94 99.84z"})),o||(o=l.createElement("path",{className:"cls-1",d:"M119.89 200c-43.65.46-79.94-36.33-80-79.94s36.62-80.2 80.2-80.12c43.79.09 80.17 36.71 80 80.32-.22 43.82-36.65 80.22-80.2 79.74zm-1.26-20c32.82 1.19 60.48-25.85 61.42-58.46.95-32.87-26.24-60.74-58.33-61.63C88.8 59 60.74 86 59.89 118.29 59 151.15 86 179.77 118.63 180z"})),s||(s=l.createElement("path",{className:"cls-1",d:"M119.88 80A40 40 0 1 1 80 120a40 40 0 0 1 39.88-40z"})))},79831:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M9.91 17.24a.34.34 0 0 1-.24.09H9c-.18.01-.32-.13-.33-.31V9.67c-.01-.18.12-.33.3-.34h.7c.18-.01.32.13.33.31V17c0 .09-.03.18-.09.24zm2.67 0a.34.34 0 0 1-.24.09h-.67a.317.317 0 0 1-.34-.3V9.67c-.01-.18.13-.32.31-.33h.69c.18-.01.32.13.33.31V17c0 .09-.03.18-.09.24h.01zm2.67 0a.34.34 0 0 1-.24.09h-.68c-.18.01-.32-.13-.33-.31V9.67c-.01-.18.13-.32.31-.33H15c.18-.01.32.13.33.31V17c0 .09-.03.18-.09.24h.01zM10.18 5.45c.04-.06.11-.1.18-.11h3.3c.07.01.14.05.18.11l.5 1.22H9.67l.51-1.22zM19.33 7c.01-.18-.13-.32-.31-.33h-3.24l-.73-1.74c-.11-.27-.31-.5-.56-.66-.24-.17-.53-.26-.82-.27h-3.34c-.29.01-.58.1-.82.27-.25.16-.45.39-.56.66l-.73 1.74H5c-.18-.01-.32.13-.33.31v.69c-.01.18.13.32.31.33H6v9.91c-.01.53.16 1.05.49 1.47.27.38.71.61 1.18.62h8.66c.47-.01.91-.24 1.18-.63.33-.43.5-.96.49-1.5V8h1c.18.01.32-.13.33-.31V7z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},70327:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"m7 10 5 5 5-5z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},80467:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 24 24",height:24,width:24},e),r||(r=i.createElement("path",{d:"M21.53 7.11c.02.21.02.43.02.64 0 6.5-4.95 13.99-13.99 13.99-2.79 0-5.38-.81-7.55-2.21.4.05.78.06 1.19.06 2.3 0 4.42-.78 6.11-2.1a4.94 4.94 0 0 1-4.6-3.41c.3.05.61.08.93.08.44 0 .88-.06 1.29-.17A4.926 4.926 0 0 1 .99 9.16V9.1c.65.37 1.42.59 2.22.62a4.92 4.92 0 0 1-2.19-4.1c0-.91.24-1.75.67-2.48a14.02 14.02 0 0 0 10.14 5.15c-.08-.37-.12-.75-.12-1.13 0-2.71 2.19-4.92 4.92-4.92 1.42 0 2.7.59 3.59 1.55 1.11-.21 2.18-.62 3.12-1.19a4.93 4.93 0 0 1-2.16 2.71c.99-.11 1.95-.38 2.83-.76-.67.97-1.51 1.84-2.47 2.54Z",fill:"currentColor",vectorEffect:"non-scaling-stroke"})))},97839:(e,t,n)=>{"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r,i=a(n(27378));function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;ti.createElement("svg",o({overflow:"visible",preserveAspectRatio:"none",viewBox:"0 0 512 512",height:24,width:24},e),r||(r=i.createElement("path",{d:"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z",vectorEffect:"non-scaling-stroke",fill:"currentColor"})))},39956:(e,t,n)=>{"use strict";n.r(t),n.d(t,{AxeDevToolsProSettingsSchemaFromJSON:()=>Bt,AxeDevToolsProSettingsSchemaFromJSONTyped:()=>Lt,AxeDevToolsProSettingsSchemaToJSON:()=>zt,BASE_PATH:()=>r,BaseAPI:()=>s,BlobApiResponse:()=>w,COLLECTION_FORMATS:()=>p,ClientApi:()=>Mt,Configuration:()=>i,DefaultApi:()=>jt,DefaultConfig:()=>o,FetchError:()=>u,GeneralSettingsSchemaFromJSON:()=>qt,GeneralSettingsSchemaFromJSONTyped:()=>Zt,GeneralSettingsSchemaToJSON:()=>Gt,GroupsEnum:()=>Yt,GroupsEnumFromJSON:()=>Wt,GroupsEnumFromJSONTyped:()=>Ht,GroupsEnumToJSON:()=>Vt,HealthcheckResponseFromJSON:()=>It,HealthcheckResponseFromJSONTyped:()=>Nt,HealthcheckResponseToJSON:()=>Ft,HttpErrorFromJSON:()=>Qt,HttpErrorFromJSONTyped:()=>Xt,HttpErrorToJSON:()=>Kt,JSONApiResponse:()=>v,PartialSettingsSchemaAxeDevtoolsProFromJSON:()=>rt,PartialSettingsSchemaAxeDevtoolsProFromJSONTyped:()=>it,PartialSettingsSchemaAxeDevtoolsProToJSON:()=>ot,PartialSettingsSchemaAxeDevtoolsWatcherFromJSON:()=>lt,PartialSettingsSchemaAxeDevtoolsWatcherFromJSONTyped:()=>ct,PartialSettingsSchemaAxeDevtoolsWatcherToJSON:()=>ut,PartialSettingsSchemaFromJSON:()=>Tt,PartialSettingsSchemaFromJSONTyped:()=>Ct,PartialSettingsSchemaGeneralFromJSON:()=>Dt,PartialSettingsSchemaGeneralFromJSONTyped:()=>Et,PartialSettingsSchemaGeneralToJSON:()=>kt,PartialSettingsSchemaGeneralUsageServiceFromJSON:()=>vt,PartialSettingsSchemaGeneralUsageServiceFromJSONTyped:()=>yt,PartialSettingsSchemaGeneralUsageServiceToJSON:()=>wt,PartialSettingsSchemaGeneralUsageServiceTypeEnum:()=>gt,PartialSettingsSchemaGeneralUsageServiceValueFromJSON:()=>ht,PartialSettingsSchemaGeneralUsageServiceValueFromJSONTyped:()=>ft,PartialSettingsSchemaGeneralUsageServiceValueStatusEnum:()=>dt,PartialSettingsSchemaGeneralUsageServiceValueToJSON:()=>mt,PartialSettingsSchemaToJSON:()=>St,RequiredError:()=>d,ResponseError:()=>c,SettingTypeEnum:()=>$t,SettingTypeEnumFromJSON:()=>en,SettingTypeEnumFromJSONTyped:()=>tn,SettingTypeEnumToJSON:()=>nn,SettingsSchemaAxeDevtoolsProAutoContrastFromJSON:()=>x,SettingsSchemaAxeDevtoolsProAutoContrastFromJSONTyped:()=>T,SettingsSchemaAxeDevtoolsProAutoContrastToJSON:()=>C,SettingsSchemaAxeDevtoolsProAutoContrastTypeEnum:()=>E,SettingsSchemaAxeDevtoolsProAutoContrastValueEnum:()=>D,SettingsSchemaAxeDevtoolsProFromJSON:()=>_,SettingsSchemaAxeDevtoolsProFromJSONTyped:()=>j,SettingsSchemaAxeDevtoolsProToJSON:()=>R,SettingsSchemaAxeDevtoolsWatcherFromJSON:()=>re,SettingsSchemaAxeDevtoolsWatcherFromJSONTyped:()=>ie,SettingsSchemaAxeDevtoolsWatcherImpactsFromJSON:()=>G,SettingsSchemaAxeDevtoolsWatcherImpactsFromJSONTyped:()=>Y,SettingsSchemaAxeDevtoolsWatcherImpactsToJSON:()=>W,SettingsSchemaAxeDevtoolsWatcherImpactsTypeEnum:()=>q,SettingsSchemaAxeDevtoolsWatcherImpactsValueFromJSON:()=>L,SettingsSchemaAxeDevtoolsWatcherImpactsValueFromJSONTyped:()=>z,SettingsSchemaAxeDevtoolsWatcherImpactsValueToJSON:()=>U,SettingsSchemaAxeDevtoolsWatcherIssueThresholdFromJSON:()=>J,SettingsSchemaAxeDevtoolsWatcherIssueThresholdFromJSONTyped:()=>Q,SettingsSchemaAxeDevtoolsWatcherIssueThresholdToJSON:()=>X,SettingsSchemaAxeDevtoolsWatcherIssueThresholdTypeEnum:()=>H,SettingsSchemaAxeDevtoolsWatcherOnlyNewIssuesFromJSON:()=>ee,SettingsSchemaAxeDevtoolsWatcherOnlyNewIssuesFromJSONTyped:()=>te,SettingsSchemaAxeDevtoolsWatcherOnlyNewIssuesToJSON:()=>ne,SettingsSchemaAxeDevtoolsWatcherOnlyNewIssuesTypeEnum:()=>K,SettingsSchemaAxeDevtoolsWatcherToJSON:()=>oe,SettingsSchemaFromJSON:()=>et,SettingsSchemaFromJSONTyped:()=>tt,SettingsSchemaGeneralAccessibilityStandardFromJSON:()=>de,SettingsSchemaGeneralAccessibilityStandardFromJSONTyped:()=>pe,SettingsSchemaGeneralAccessibilityStandardOptionsEnum:()=>ce,SettingsSchemaGeneralAccessibilityStandardToJSON:()=>he,SettingsSchemaGeneralAccessibilityStandardTypeEnum:()=>le,SettingsSchemaGeneralAccessibilityStandardValueEnum:()=>se,SettingsSchemaGeneralAxeCoreVersionFromJSON:()=>ve,SettingsSchemaGeneralAxeCoreVersionFromJSONTyped:()=>ye,SettingsSchemaGeneralAxeCoreVersionOptionsEnum:()=>ge,SettingsSchemaGeneralAxeCoreVersionToJSON:()=>we,SettingsSchemaGeneralAxeCoreVersionTypeEnum:()=>me,SettingsSchemaGeneralAxeCoreVersionValueEnum:()=>fe,SettingsSchemaGeneralExpiredProductVisibilityFromJSON:()=>ke,SettingsSchemaGeneralExpiredProductVisibilityFromJSONTyped:()=>xe,SettingsSchemaGeneralExpiredProductVisibilityToJSON:()=>Te,SettingsSchemaGeneralExpiredProductVisibilityTypeEnum:()=>De,SettingsSchemaGeneralExpiredProductVisibilityValueEnum:()=>Ae,SettingsSchemaGeneralFromJSON:()=>Qe,SettingsSchemaGeneralFromJSONTyped:()=>Xe,SettingsSchemaGeneralMlFromJSON:()=>P,SettingsSchemaGeneralMlFromJSONTyped:()=>I,SettingsSchemaGeneralMlToJSON:()=>N,SettingsSchemaGeneralMlTypeEnum:()=>O,SettingsSchemaGeneralMlValueEnum:()=>S,SettingsSchemaGeneralNeedsReviewFromJSON:()=>Me,SettingsSchemaGeneralNeedsReviewFromJSONTyped:()=>Pe,SettingsSchemaGeneralNeedsReviewToJSON:()=>Ie,SettingsSchemaGeneralNeedsReviewTypeEnum:()=>Se,SettingsSchemaGeneralNeedsReviewValueEnum:()=>Ce,SettingsSchemaGeneralSharedReportAccessControlFromJSON:()=>je,SettingsSchemaGeneralSharedReportAccessControlFromJSONTyped:()=>Re,SettingsSchemaGeneralSharedReportAccessControlToJSON:()=>Be,SettingsSchemaGeneralSharedReportAccessControlTypeEnum:()=>Fe,SettingsSchemaGeneralSharedReportAccessControlValueEnum:()=>Ne,SettingsSchemaGeneralToJSON:()=>Ke,SettingsSchemaGeneralUsageServiceFromJSON:()=>We,SettingsSchemaGeneralUsageServiceFromJSONTyped:()=>He,SettingsSchemaGeneralUsageServiceToJSON:()=>Ve,SettingsSchemaGeneralUsageServiceTypeEnum:()=>Ge,SettingsSchemaGeneralUsageServiceValueFromJSON:()=>Ue,SettingsSchemaGeneralUsageServiceValueFromJSONTyped:()=>qe,SettingsSchemaGeneralUsageServiceValueStatusEnum:()=>Le,SettingsSchemaGeneralUsageServiceValueToJSON:()=>Ze,SettingsSchemaToJSON:()=>nt,TextApiResponse:()=>A,VoidApiResponse:()=>y,canConsumeForm:()=>b,exists:()=>h,instanceOfAxeDevToolsProSettingsSchema:()=>Rt,instanceOfGeneralSettingsSchema:()=>Ut,instanceOfHealthcheckResponse:()=>Pt,instanceOfHttpError:()=>Jt,instanceOfPartialSettingsSchema:()=>xt,instanceOfPartialSettingsSchemaAxeDevtoolsPro:()=>at,instanceOfPartialSettingsSchemaAxeDevtoolsWatcher:()=>st,instanceOfPartialSettingsSchemaGeneral:()=>At,instanceOfPartialSettingsSchemaGeneralUsageService:()=>bt,instanceOfPartialSettingsSchemaGeneralUsageServiceValue:()=>pt,instanceOfSettingsSchema:()=>$e,instanceOfSettingsSchemaAxeDevtoolsPro:()=>F,instanceOfSettingsSchemaAxeDevtoolsProAutoContrast:()=>k,instanceOfSettingsSchemaAxeDevtoolsWatcher:()=>ae,instanceOfSettingsSchemaAxeDevtoolsWatcherImpacts:()=>Z,instanceOfSettingsSchemaAxeDevtoolsWatcherImpactsValue:()=>B,instanceOfSettingsSchemaAxeDevtoolsWatcherIssueThreshold:()=>V,instanceOfSettingsSchemaAxeDevtoolsWatcherOnlyNewIssues:()=>$,instanceOfSettingsSchemaGeneral:()=>Je,instanceOfSettingsSchemaGeneralAccessibilityStandard:()=>ue,instanceOfSettingsSchemaGeneralAxeCoreVersion:()=>be,instanceOfSettingsSchemaGeneralExpiredProductVisibility:()=>Ee,instanceOfSettingsSchemaGeneralMl:()=>M,instanceOfSettingsSchemaGeneralNeedsReview:()=>Oe,instanceOfSettingsSchemaGeneralSharedReportAccessControl:()=>_e,instanceOfSettingsSchemaGeneralUsageService:()=>Ye,instanceOfSettingsSchemaGeneralUsageServiceValue:()=>ze,mapValues:()=>g,querystring:()=>f});var a=function(e,t,n,a){return new(n||(n=Promise))((function(r,i){function o(e){try{l(a.next(e))}catch(e){i(e)}}function s(e){try{l(a.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,s)}l((a=a.apply(e,t||[])).next())}))};const r="http://localhost:3000".replace(/\/+$/,"");class i{constructor(e={}){this.configuration=e}set config(e){this.configuration=e}get basePath(){return null!=this.configuration.basePath?this.configuration.basePath:r}get fetchApi(){return this.configuration.fetchApi}get middleware(){return this.configuration.middleware||[]}get queryParamsStringify(){return this.configuration.queryParamsStringify||f}get username(){return this.configuration.username}get password(){return this.configuration.password}get apiKey(){const e=this.configuration.apiKey;if(e)return"function"==typeof e?e:()=>e}get accessToken(){const e=this.configuration.accessToken;if(e)return"function"==typeof e?e:()=>a(this,void 0,void 0,(function*(){return e}))}get headers(){return this.configuration.headers}get credentials(){return this.configuration.credentials}}const o=new i;class s{constructor(e=o){this.configuration=e,this.fetchApi=(e,t)=>a(this,void 0,void 0,(function*(){let n,a={url:e,init:t};for(const e of this.middleware)e.pre&&(a=(yield e.pre(Object.assign({fetch:this.fetchApi},a)))||a);try{n=yield(this.configuration.fetchApi||fetch)(a.url,a.init)}catch(e){for(const t of this.middleware)t.onError&&(n=(yield t.onError({fetch:this.fetchApi,url:a.url,init:a.init,error:e,response:n?n.clone():void 0}))||n);if(void 0===n)throw e instanceof Error?new u(e,"The request failed and the interceptors did not return an alternative response"):e}for(const e of this.middleware)e.post&&(n=(yield e.post({fetch:this.fetchApi,url:a.url,init:a.init,response:n.clone()}))||n);return n})),this.middleware=e.middleware}withMiddleware(...e){const t=this.clone();return t.middleware=t.middleware.concat(...e),t}withPreMiddleware(...e){const t=e.map((e=>({pre:e})));return this.withMiddleware(...t)}withPostMiddleware(...e){const t=e.map((e=>({post:e})));return this.withMiddleware(...t)}isJsonMime(e){return!!e&&s.jsonRegex.test(e)}request(e,t){return a(this,void 0,void 0,(function*(){const{url:n,init:a}=yield this.createFetchParams(e,t),r=yield this.fetchApi(n,a);if(r&&r.status>=200&&r.status<300)return r;throw new c(r,"Response returned an error code")}))}createFetchParams(e,t){return a(this,void 0,void 0,(function*(){let n=this.configuration.basePath+e.path;void 0!==e.query&&0!==Object.keys(e.query).length&&(n+="?"+this.configuration.queryParamsStringify(e.query));const r=Object.assign({},this.configuration.headers,e.headers);Object.keys(r).forEach((e=>void 0===r[e]?delete r[e]:{}));const i="function"==typeof t?t:()=>a(this,void 0,void 0,(function*(){return t})),o={method:e.method,headers:r,body:e.body,credentials:this.configuration.credentials},s=Object.assign(Object.assign({},o),yield i({init:o,context:e}));var c;return{url:n,init:Object.assign(Object.assign({},s),{body:(c=s.body,"undefined"!=typeof FormData&&c instanceof FormData||s.body instanceof URLSearchParams||l(s.body)?s.body:JSON.stringify(s.body))})}}))}clone(){const e=new(0,this.constructor)(this.configuration);return e.middleware=this.middleware.slice(),e}}function l(e){return"undefined"!=typeof Blob&&e instanceof Blob}s.jsonRegex=new RegExp("^(:?application/json|[^;/ \t]+/[^;/ \t]+[+]json)[ \t]*(:?;.*)?$","i");class c extends Error{constructor(e,t){super(t),this.response=e,this.name="ResponseError"}}class u extends Error{constructor(e,t){super(t),this.cause=e,this.name="FetchError"}}class d extends Error{constructor(e,t){super(t),this.field=e,this.name="RequiredError"}}const p={csv:",",ssv:" ",tsv:"\t",pipes:"|"};function h(e,t){const n=e[t];return null!=n}function f(e,t=""){return Object.keys(e).map((n=>m(n,e[n],t))).filter((e=>e.length>0)).join("&")}function m(e,t,n=""){const a=n+(n.length?`[${e}]`:e);if(t instanceof Array){const e=t.map((e=>encodeURIComponent(String(e)))).join(`&${encodeURIComponent(a)}=`);return`${encodeURIComponent(a)}=${e}`}if(t instanceof Set){return m(e,Array.from(t),n)}return t instanceof Date?`${encodeURIComponent(a)}=${encodeURIComponent(t.toISOString())}`:t instanceof Object?f(t,a):`${encodeURIComponent(a)}=${encodeURIComponent(String(t))}`}function g(e,t){return Object.keys(e).reduce(((n,a)=>Object.assign(Object.assign({},n),{[a]:t(e[a])})),{})}function b(e){for(const t of e)if("multipart/form-data"===t.contentType)return!0;return!1}class v{constructor(e,t=(e=>e)){this.raw=e,this.transformer=t}value(){return a(this,void 0,void 0,(function*(){return this.transformer(yield this.raw.json())}))}}class y{constructor(e){this.raw=e}value(){return a(this,void 0,void 0,(function*(){}))}}class w{constructor(e){this.raw=e}value(){return a(this,void 0,void 0,(function*(){return yield this.raw.blob()}))}}class A{constructor(e){this.raw=e}value(){return a(this,void 0,void 0,(function*(){return yield this.raw.text()}))}}const D={Manual:"manual",Automatic:"automatic",Disabled:"disabled"},E={Fixed:"fixed",Default:"default",OneOf:"oneOf"};function k(e){let t=!0;return t=t&&"value"in e,t=t&&"type"in e,t}function x(e){return T(e,!1)}function T(e,t){return null==e?e:{value:e.value,type:e.type,options:h(e,"options")?e.options:void 0}}function C(e){if(void 0!==e)return null===e?null:{value:e.value,type:e.type,options:e.options}}const S={Enabled:"enabled",Disabled:"disabled"},O={Fixed:"fixed",Default:"default",OneOf:"oneOf"};function M(e){let t=!0;return t=t&&"value"in e,t=t&&"type"in e,t}function P(e){return I(e,!1)}function I(e,t){return null==e?e:{value:e.value,type:e.type,options:h(e,"options")?e.options:void 0}}function N(e){if(void 0!==e)return null===e?null:{value:e.value,type:e.type,options:e.options}}function F(e){let t=!0;return t=t&&"autoContrast"in e,t=t&&"igt"in e,t}function _(e){return j(e,!1)}function j(e,t){return null==e?e:{autoContrast:x(e.autoContrast),igt:P(e.igt)}}function R(e){if(void 0!==e)return null===e?null:{autoContrast:C(e.autoContrast),igt:N(e.igt)}}function B(e){let t=!0;return t=t&&"critical"in e,t=t&&"serious"in e,t=t&&"moderate"in e,t=t&&"minor"in e,t}function L(e){return z(e,!1)}function z(e,t){return null==e?e:{critical:e.critical,serious:e.serious,moderate:e.moderate,minor:e.minor}}function U(e){if(void 0!==e)return null===e?null:{critical:e.critical,serious:e.serious,moderate:e.moderate,minor:e.minor}}const q={Fixed:"fixed",Default:"default",OneOf:"oneOf"};function Z(e){let t=!0;return t=t&&"value"in e,t=t&&"type"in e,t}function G(e){return Y(e,!1)}function Y(e,t){return null==e?e:{value:L(e.value),type:e.type,options:h(e,"options")?e.options:void 0}}function W(e){if(void 0!==e)return null===e?null:{value:U(e.value),type:e.type,options:e.options}}const H={Fixed:"fixed",Default:"default",OneOf:"oneOf"};function V(e){let t=!0;return t=t&&"value"in e,t=t&&"type"in e,t}function J(e){return Q(e,!1)}function Q(e,t){return null==e?e:{value:e.value,type:e.type,options:h(e,"options")?e.options:void 0}}function X(e){if(void 0!==e)return null===e?null:{value:e.value,type:e.type,options:e.options}}const K={Fixed:"fixed",Default:"default",OneOf:"oneOf"};function $(e){let t=!0;return t=t&&"value"in e,t=t&&"type"in e,t}function ee(e){return te(e,!1)}function te(e,t){return null==e?e:{value:e.value,type:e.type,options:h(e,"options")?e.options:void 0}}function ne(e){if(void 0!==e)return null===e?null:{value:e.value,type:e.type,options:e.options}}function ae(e){let t=!0;return t=t&&"onlyNewIssues"in e,t=t&&"impacts"in e,t=t&&"issueThreshold"in e,t}function re(e){return ie(e,!1)}function ie(e,t){return null==e?e:{onlyNewIssues:ee(e.onlyNewIssues),impacts:G(e.impacts),issueThreshold:J(e.issueThreshold)}}function oe(e){if(void 0!==e)return null===e?null:{onlyNewIssues:ne(e.onlyNewIssues),impacts:W(e.impacts),issueThreshold:X(e.issueThreshold)}}const se={All:"all",Wcag22aaa:"wcag22aaa",Wcag22aa:"wcag22aa",Wcag22a:"wcag22a",Wcag21aaa:"wcag21aaa",Wcag21aa:"wcag21aa",Wcag21a:"wcag21a",Wcag2aaa:"wcag2aaa",Wcag2aa:"wcag2aa",Wcag2a:"wcag2a",Ttv5:"TTv5"},le={Fixed:"fixed",Default:"default",OneOf:"oneOf"},ce={All:"all",Wcag22aaa:"wcag22aaa",Wcag22aa:"wcag22aa",Wcag22a:"wcag22a",Wcag21aaa:"wcag21aaa",Wcag21aa:"wcag21aa",Wcag21a:"wcag21a",Wcag2aaa:"wcag2aaa",Wcag2aa:"wcag2aa",Wcag2a:"wcag2a",Ttv5:"TTv5"};function ue(e){let t=!0;return t=t&&"value"in e,t=t&&"type"in e,t}function de(e){return pe(e,!1)}function pe(e,t){return null==e?e:{value:e.value,type:e.type,options:h(e,"options")?e.options:void 0}}function he(e){if(void 0!==e)return null===e?null:{value:e.value,type:e.type,options:e.options}}const fe={Latest:"latest",_472:"4.7.2",_471:"4.7.1",_470:"4.7.0",_47:"4.7",_463:"4.6.3",_462:"4.6.2",_461:"4.6.1",_460:"4.6.0",_46:"4.6",_452:"4.5.2",_451:"4.5.1",_450:"4.5.0",_45:"4.5",_443:"4.4.3",_442:"4.4.2",_441:"4.4.1",_440:"4.4.0",_44:"4.4"},me={Fixed:"fixed",Default:"default",OneOf:"oneOf"},ge={Latest:"latest",_472:"4.7.2",_471:"4.7.1",_470:"4.7.0",_47:"4.7",_463:"4.6.3",_462:"4.6.2",_461:"4.6.1",_460:"4.6.0",_46:"4.6",_452:"4.5.2",_451:"4.5.1",_450:"4.5.0",_45:"4.5",_443:"4.4.3",_442:"4.4.2",_441:"4.4.1",_440:"4.4.0",_44:"4.4"};function be(e){let t=!0;return t=t&&"value"in e,t=t&&"type"in e,t}function ve(e){return ye(e,!1)}function ye(e,t){return null==e?e:{value:e.value,type:e.type,options:h(e,"options")?e.options:void 0}}function we(e){if(void 0!==e)return null===e?null:{value:e.value,type:e.type,options:e.options}}const Ae={All:"all",None:"none"},De={Fixed:"fixed",Default:"default",OneOf:"oneOf"};function Ee(e){let t=!0;return t=t&&"value"in e,t=t&&"type"in e,t}function ke(e){return xe(e,!1)}function xe(e,t){return null==e?e:{value:e.value,type:e.type,options:h(e,"options")?e.options:void 0}}function Te(e){if(void 0!==e)return null===e?null:{value:e.value,type:e.type,options:e.options}}const Ce={Enabled:"enabled",Disabled:"disabled",Excluded:"excluded"},Se={Fixed:"fixed",Default:"default",OneOf:"oneOf"};function Oe(e){let t=!0;return t=t&&"value"in e,t=t&&"type"in e,t}function Me(e){return Pe(e,!1)}function Pe(e,t){return null==e?e:{value:e.value,type:e.type,options:h(e,"options")?e.options:void 0}}function Ie(e){if(void 0!==e)return null===e?null:{value:e.value,type:e.type,options:e.options}}const Ne={Anyone:"anyone",Enterprise:"enterprise",Users:"users"},Fe={Fixed:"fixed",Default:"default",OneOf:"oneOf"};function _e(e){let t=!0;return t=t&&"value"in e,t=t&&"type"in e,t}function je(e){return Re(e,!1)}function Re(e,t){return null==e?e:{value:e.value,type:e.type,options:h(e,"options")?e.options:void 0}}function Be(e){if(void 0!==e)return null===e?null:{value:e.value,type:e.type,options:e.options}}const Le={Enabled:"enabled",Disabled:"disabled"};function ze(e){let t=!0;return t=t&&"status"in e,t}function Ue(e){return qe(e,!1)}function qe(e,t){return null==e?e:{status:e.status,url:h(e,"url")?e.url:void 0,organization:h(e,"organization")?e.organization:void 0,department:h(e,"department")?e.department:void 0,application:h(e,"application")?e.application:void 0}}function Ze(e){if(void 0!==e)return null===e?null:{status:e.status,url:e.url,organization:e.organization,department:e.department,application:e.application}}const Ge={Fixed:"fixed",Default:"default",OneOf:"oneOf"};function Ye(e){let t=!0;return t=t&&"value"in e,t=t&&"type"in e,t}function We(e){return He(e,!1)}function He(e,t){return null==e?e:{value:Ue(e.value),type:e.type,options:h(e,"options")?e.options:void 0}}function Ve(e){if(void 0!==e)return null===e?null:{value:Ze(e.value),type:e.type,options:e.options}}function Je(e){let t=!0;return t=t&&"accessibilityStandard"in e,t=t&&"axeCoreVersion"in e,t=t&&"needsReview"in e,t=t&&"ml"in e,t=t&&"bestPractices"in e,t=t&&"experimentalRules"in e,t=t&&"issueScreenshotSharing"in e,t=t&&"sharedReportAccessControl"in e,t=t&&"usageService"in e,t=t&&"expiredProductVisibility"in e,t}function Qe(e){return Xe(e,!1)}function Xe(e,t){return null==e?e:{accessibilityStandard:de(e.accessibilityStandard),axeCoreVersion:ve(e.axeCoreVersion),needsReview:Me(e.needsReview),ml:P(e.ml),bestPractices:P(e.bestPractices),experimentalRules:P(e.experimentalRules),issueScreenshotSharing:P(e.issueScreenshotSharing),sharedReportAccessControl:je(e.sharedReportAccessControl),usageService:We(e.usageService),expiredProductVisibility:ke(e.expiredProductVisibility)}}function Ke(e){if(void 0!==e)return null===e?null:{accessibilityStandard:he(e.accessibilityStandard),axeCoreVersion:we(e.axeCoreVersion),needsReview:Ie(e.needsReview),ml:N(e.ml),bestPractices:N(e.bestPractices),experimentalRules:N(e.experimentalRules),issueScreenshotSharing:N(e.issueScreenshotSharing),sharedReportAccessControl:Be(e.sharedReportAccessControl),usageService:Ve(e.usageService),expiredProductVisibility:Te(e.expiredProductVisibility)}}function $e(e){return!0}function et(e){return tt(e,!1)}function tt(e,t){return null==e?e:{id:h(e,"id")?e.id:void 0,userId:h(e,"user_id")?e.user_id:void 0,enterpriseId:h(e,"enterprise_id")?e.enterprise_id:void 0,general:h(e,"general")?Qe(e.general):void 0,axeDevtoolsPro:h(e,"axe-devtools-pro")?_(e["axe-devtools-pro"]):void 0,axeDevtoolsWatcher:h(e,"axe-devtools-watcher")?re(e["axe-devtools-watcher"]):void 0,createdAt:h(e,"created_at")?e.created_at:void 0,updatedAt:h(e,"updated_at")?e.updated_at:void 0}}function nt(e){if(void 0!==e)return null===e?null:{id:e.id,user_id:e.userId,enterprise_id:e.enterpriseId,general:Ke(e.general),"axe-devtools-pro":R(e.axeDevtoolsPro),"axe-devtools-watcher":oe(e.axeDevtoolsWatcher),created_at:e.createdAt,updated_at:e.updatedAt}}function at(e){return!0}function rt(e){return it(e,!1)}function it(e,t){return null==e?e:{autoContrast:h(e,"autoContrast")?x(e.autoContrast):void 0,igt:h(e,"igt")?P(e.igt):void 0}}function ot(e){if(void 0!==e)return null===e?null:{autoContrast:C(e.autoContrast),igt:N(e.igt)}}function st(e){return!0}function lt(e){return ct(e,!1)}function ct(e,t){return null==e?e:{onlyNewIssues:h(e,"onlyNewIssues")?ee(e.onlyNewIssues):void 0,impacts:h(e,"impacts")?G(e.impacts):void 0,issueThreshold:h(e,"issueThreshold")?J(e.issueThreshold):void 0}}function ut(e){if(void 0!==e)return null===e?null:{onlyNewIssues:ne(e.onlyNewIssues),impacts:W(e.impacts),issueThreshold:X(e.issueThreshold)}}const dt={Enabled:"enabled",Disabled:"disabled"};function pt(e){return!0}function ht(e){return ft(e,!1)}function ft(e,t){return null==e?e:{status:h(e,"status")?e.status:void 0,url:h(e,"url")?e.url:void 0,organization:h(e,"organization")?e.organization:void 0,department:h(e,"department")?e.department:void 0,application:h(e,"application")?e.application:void 0}}function mt(e){if(void 0!==e)return null===e?null:{status:e.status,url:e.url,organization:e.organization,department:e.department,application:e.application}}const gt={Fixed:"fixed",Default:"default",OneOf:"oneOf"};function bt(e){let t=!0;return t=t&&"value"in e,t=t&&"type"in e,t}function vt(e){return yt(e,!1)}function yt(e,t){return null==e?e:{value:ht(e.value),type:e.type,options:h(e,"options")?e.options:void 0}}function wt(e){if(void 0!==e)return null===e?null:{value:mt(e.value),type:e.type,options:e.options}}function At(e){return!0}function Dt(e){return Et(e,!1)}function Et(e,t){return null==e?e:{accessibilityStandard:h(e,"accessibilityStandard")?de(e.accessibilityStandard):void 0,axeCoreVersion:h(e,"axeCoreVersion")?ve(e.axeCoreVersion):void 0,needsReview:h(e,"needsReview")?Me(e.needsReview):void 0,ml:h(e,"ml")?P(e.ml):void 0,bestPractices:h(e,"bestPractices")?P(e.bestPractices):void 0,experimentalRules:h(e,"experimentalRules")?P(e.experimentalRules):void 0,issueScreenshotSharing:h(e,"issueScreenshotSharing")?P(e.issueScreenshotSharing):void 0,sharedReportAccessControl:h(e,"sharedReportAccessControl")?je(e.sharedReportAccessControl):void 0,expiredProductVisibility:h(e,"expiredProductVisibility")?ke(e.expiredProductVisibility):void 0,usageService:h(e,"usageService")?vt(e.usageService):void 0}}function kt(e){if(void 0!==e)return null===e?null:{accessibilityStandard:he(e.accessibilityStandard),axeCoreVersion:we(e.axeCoreVersion),needsReview:Ie(e.needsReview),ml:N(e.ml),bestPractices:N(e.bestPractices),experimentalRules:N(e.experimentalRules),issueScreenshotSharing:N(e.issueScreenshotSharing),sharedReportAccessControl:Be(e.sharedReportAccessControl),expiredProductVisibility:Te(e.expiredProductVisibility),usageService:wt(e.usageService)}}function xt(e){return!0}function Tt(e){return Ct(e,!1)}function Ct(e,t){return null==e?e:{general:h(e,"general")?Dt(e.general):void 0,axeDevtoolsPro:h(e,"axe-devtools-pro")?rt(e["axe-devtools-pro"]):void 0,axeDevtoolsWatcher:h(e,"axe-devtools-watcher")?lt(e["axe-devtools-watcher"]):void 0}}function St(e){if(void 0!==e)return null===e?null:{general:kt(e.general),"axe-devtools-pro":ot(e.axeDevtoolsPro),"axe-devtools-watcher":ut(e.axeDevtoolsWatcher)}}var Ot=function(e,t,n,a){return new(n||(n=Promise))((function(r,i){function o(e){try{l(a.next(e))}catch(e){i(e)}}function s(e){try{l(a.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,s)}l((a=a.apply(e,t||[])).next())}))};class Mt extends s{getEnterpriseSettingsRaw(e,t){return Ot(this,void 0,void 0,(function*(){if(null===e.enterpriseId||void 0===e.enterpriseId)throw new d("enterpriseId","Required parameter requestParameters.enterpriseId was null or undefined when calling getEnterpriseSettings.");const n={};e.groups&&(n.groups=e.groups.join(p.csv));const a={};if(this.configuration&&this.configuration.accessToken){const e=this.configuration.accessToken,t=yield e("bearerAuth",[]);t&&(a.Authorization=`Bearer ${t}`)}const r=yield this.request({path:"/api/settings/enterprises/{enterprise_id}".replace("{enterprise_id}",encodeURIComponent(String(e.enterpriseId))),method:"GET",headers:a,query:n},t);return new v(r,(e=>et(e)))}))}getEnterpriseSettings(e,t){return Ot(this,void 0,void 0,(function*(){const n=yield this.getEnterpriseSettingsRaw(e,t);return yield n.value()}))}getEnterpriseUserSettingsRaw(e,t){return Ot(this,void 0,void 0,(function*(){if(null===e.enterpriseId||void 0===e.enterpriseId)throw new d("enterpriseId","Required parameter requestParameters.enterpriseId was null or undefined when calling getEnterpriseUserSettings.");const n={};e.groups&&(n.groups=e.groups.join(p.csv));const a={};if(this.configuration&&this.configuration.accessToken){const e=this.configuration.accessToken,t=yield e("bearerAuth",[]);t&&(a.Authorization=`Bearer ${t}`)}const r=yield this.request({path:"/api/settings/enterprises/{enterprise_id}/user".replace("{enterprise_id}",encodeURIComponent(String(e.enterpriseId))),method:"GET",headers:a,query:n},t);return new v(r,(e=>et(e)))}))}getEnterpriseUserSettings(e,t){return Ot(this,void 0,void 0,(function*(){const n=yield this.getEnterpriseUserSettingsRaw(e,t);return yield n.value()}))}getUserSettingsRaw(e,t){return Ot(this,void 0,void 0,(function*(){const n={};e.groups&&(n.groups=e.groups.join(p.csv));const a={};if(this.configuration&&this.configuration.accessToken){const e=this.configuration.accessToken,t=yield e("bearerAuth",[]);t&&(a.Authorization=`Bearer ${t}`)}const r=yield this.request({path:"/api/settings/user",method:"GET",headers:a,query:n},t);return new v(r,(e=>et(e)))}))}getUserSettings(e={},t){return Ot(this,void 0,void 0,(function*(){const n=yield this.getUserSettingsRaw(e,t);return yield n.value()}))}patchEnterpriseSettingsRaw(e,t){return Ot(this,void 0,void 0,(function*(){if(null===e.enterpriseId||void 0===e.enterpriseId)throw new d("enterpriseId","Required parameter requestParameters.enterpriseId was null or undefined when calling patchEnterpriseSettings.");if(null===e.partialSettingsSchema||void 0===e.partialSettingsSchema)throw new d("partialSettingsSchema","Required parameter requestParameters.partialSettingsSchema was null or undefined when calling patchEnterpriseSettings.");const n={"Content-Type":"application/json"};if(this.configuration&&this.configuration.accessToken){const e=this.configuration.accessToken,t=yield e("bearerAuth",[]);t&&(n.Authorization=`Bearer ${t}`)}const a=yield this.request({path:"/api/settings/enterprises/{enterprise_id}".replace("{enterprise_id}",encodeURIComponent(String(e.enterpriseId))),method:"PATCH",headers:n,query:{},body:St(e.partialSettingsSchema)},t);return new v(a,(e=>et(e)))}))}patchEnterpriseSettings(e,t){return Ot(this,void 0,void 0,(function*(){const n=yield this.patchEnterpriseSettingsRaw(e,t);return yield n.value()}))}patchUserSettingsRaw(e,t){return Ot(this,void 0,void 0,(function*(){if(null===e.partialSettingsSchema||void 0===e.partialSettingsSchema)throw new d("partialSettingsSchema","Required parameter requestParameters.partialSettingsSchema was null or undefined when calling patchUserSettings.");const n={"Content-Type":"application/json"};if(this.configuration&&this.configuration.accessToken){const e=this.configuration.accessToken,t=yield e("bearerAuth",[]);t&&(n.Authorization=`Bearer ${t}`)}const a=yield this.request({path:"/api/settings/user",method:"PATCH",headers:n,query:{},body:St(e.partialSettingsSchema)},t);return new v(a,(e=>et(e)))}))}patchUserSettings(e,t){return Ot(this,void 0,void 0,(function*(){const n=yield this.patchUserSettingsRaw(e,t);return yield n.value()}))}}function Pt(e){let t=!0;return t=t&&"version"in e,t}function It(e){return Nt(e,!1)}function Nt(e,t){return null==e?e:{version:e.version}}function Ft(e){if(void 0!==e)return null===e?null:{version:e.version}}var _t=function(e,t,n,a){return new(n||(n=Promise))((function(r,i){function o(e){try{l(a.next(e))}catch(e){i(e)}}function s(e){try{l(a.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,s)}l((a=a.apply(e,t||[])).next())}))};class jt extends s{getHealthcheckRaw(e){return _t(this,void 0,void 0,(function*(){const t=yield this.request({path:"/healthcheck",method:"GET",headers:{},query:{}},e);return new v(t,(e=>It(e)))}))}getHealthcheck(e){return _t(this,void 0,void 0,(function*(){const t=yield this.getHealthcheckRaw(e);return yield t.value()}))}}function Rt(e){let t=!0;return t=t&&"autoContrast"in e,t=t&&"igt"in e,t}function Bt(e){return Lt(e,!1)}function Lt(e,t){return null==e?e:{autoContrast:x(e.autoContrast),igt:P(e.igt)}}function zt(e){if(void 0!==e)return null===e?null:{autoContrast:C(e.autoContrast),igt:N(e.igt)}}function Ut(e){let t=!0;return t=t&&"accessibilityStandard"in e,t=t&&"axeCoreVersion"in e,t=t&&"needsReview"in e,t=t&&"ml"in e,t=t&&"bestPractices"in e,t=t&&"experimentalRules"in e,t=t&&"issueScreenshotSharing"in e,t=t&&"sharedReportAccessControl"in e,t=t&&"usageService"in e,t=t&&"expiredProductVisibility"in e,t}function qt(e){return Zt(e,!1)}function Zt(e,t){return null==e?e:{accessibilityStandard:de(e.accessibilityStandard),axeCoreVersion:ve(e.axeCoreVersion),needsReview:Me(e.needsReview),ml:P(e.ml),bestPractices:P(e.bestPractices),experimentalRules:P(e.experimentalRules),issueScreenshotSharing:P(e.issueScreenshotSharing),sharedReportAccessControl:je(e.sharedReportAccessControl),usageService:We(e.usageService),expiredProductVisibility:ke(e.expiredProductVisibility)}}function Gt(e){if(void 0!==e)return null===e?null:{accessibilityStandard:he(e.accessibilityStandard),axeCoreVersion:we(e.axeCoreVersion),needsReview:Ie(e.needsReview),ml:N(e.ml),bestPractices:N(e.bestPractices),experimentalRules:N(e.experimentalRules),issueScreenshotSharing:N(e.issueScreenshotSharing),sharedReportAccessControl:Be(e.sharedReportAccessControl),usageService:Ve(e.usageService),expiredProductVisibility:Te(e.expiredProductVisibility)}}const Yt={General:"general",AxeDevtoolsHtml:"axe-devtools-html",AxeDevtoolsMobile:"axe-devtools-mobile",AxeDevtoolsPro:"axe-devtools-pro",AxeDevtoolsWatcher:"axe-devtools-watcher",AxeDevtoolsLinter:"axe-devtools-linter",AxeReports:"axe-reports",AxeMonitor:"axe-monitor",AxeAuditor:"axe-auditor",DequeUniversity:"deque-university"};function Wt(e){return Ht(e,!1)}function Ht(e,t){return e}function Vt(e){return e}function Jt(e){let t=!0;return t=t&&"statusCode"in e,t=t&&"error"in e,t=t&&"message"in e,t}function Qt(e){return Xt(e,!1)}function Xt(e,t){return null==e?e:{statusCode:e.statusCode,error:e.error,message:e.message}}function Kt(e){if(void 0!==e)return null===e?null:{statusCode:e.statusCode,error:e.error,message:e.message}}const $t={Fixed:"fixed",Default:"default",OneOf:"oneOf"};function en(e){return tn(e,!1)}function tn(e,t){return e}function nn(e){return e}},48405:(e,t,n)=>{var a,r;e=n.nmd(e),function i(o){var s=o,l=o.document;function c(e){return c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},c(e)}var u=u||{};function d(e){this.name="SupportError",this.cause=e.cause,this.message="`".concat(e.cause,"` - feature unsupported in your environment."),e.ruleId&&(this.ruleId=e.ruleId,this.message+=" Skipping ".concat(this.ruleId," rule.")),this.stack=(new Error).stack}u.version="4.9.0",void 0===(r=function(){return u}.apply(t,[]))||(e.exports=r),"object"===c(e)&&e.exports&&"function"==typeof i.toString&&(u.source="("+i.toString()+')(typeof window === "object" ? window : this);',e.exports=u),"function"==typeof o.getComputedStyle&&(o.axe=u),d.prototype=Object.create(Error.prototype),d.prototype.constructor=d;var p=["node"],h=["relatedNodes"],f=["node"],m=["variant"],g=["matches"],b=["chromium"],v=["noImplicit"],y=["noPresentational"],w=["precision","format","inGamut"],A=["space"],D=["algorithm"],E=["method"],k=["maxDeltaE","deltaEMethod","steps","maxSteps"],x=["node"],T=["environmentData"],C=["environmentData"],S=["environmentData"],O=["environmentData"],M=["environmentData"];function P(e,t){N(e,t),t.add(e)}function I(e,t,n){N(e,t),t.set(e,n)}function N(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function F(e,t,n){return function(e,t,n){if(t.set)t.set.call(e,n);else{if(!t.writable)throw new TypeError("attempted to set read only private field");t.value=n}}(e,j(t,e),n),n}function _(e,t){return function(e,t){if(t.get)return t.get.call(e);return t.value}(e,j(t,e))}function j(e,t){return e.get(R(e,t))}function R(e,t,n){if("function"==typeof e?e===t:e.has(t))return arguments.length<3?t:n;throw new TypeError("Private element is not present on this object")}function B(e,t,n){if(U())return Reflect.construct.apply(null,arguments);var a=[null];a.push.apply(a,t);var r=new(e.bind.apply(e,a));return n&&G(r,n.prototype),r}function L(e,t,n){return t=q(t),function(e,t){if(t&&("object"===c(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return z(e)}(e,U()?Reflect.construct(t,n||[],q(e).constructor):t.apply(e,n))}function z(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function U(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(U=function(){return!!e})()}function q(e){return q=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},q(e)}function Z(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&G(e,t)}function G(e,t){return G=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},G(e,t)}function Y(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},i=Object.keys(e);for(a=0;a=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function W(e){return function(e){if(Array.isArray(e))return re(e)}(e)||H(e)||ae(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function H(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function V(){return V=Object.assign?Object.assign.bind():function(e){for(var t=1;t=e.length?{done:!0}:{done:!1,value:e[a++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,o=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){s=!0,i=e},f:function(){try{o||null==n.return||n.return()}finally{if(s)throw i}}}}function ae(e,t){if(e){if("string"==typeof e)return re(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?re(e,t):void 0}}function re(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n0?1:-1}})),ve=ce((function(e,t){"use strict";t.exports=ge()()?Math.sign:be()})),ye=ce((function(e,t){"use strict";var n=ve(),a=Math.abs,r=Math.floor;t.exports=function(e){return isNaN(e)?0:0!==(e=Number(e))&&isFinite(e)?n(e)*r(a(e)):e}})),we=ce((function(e,t){"use strict";var n=ye(),a=Math.max;t.exports=function(e){return a(0,n(e))}})),Ae=ce((function(e,t){"use strict";var n=we();t.exports=function(e,t,a){var r;return isNaN(e)?(r=t)>=0?a&&r?r-1:r:1:!1!==e&&n(e)}})),De=ce((function(e,t){"use strict";t.exports=function(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e}})),Ee=ce((function(e,t){"use strict";var n=fe();t.exports=function(e){if(!n(e))throw new TypeError("Cannot use null or undefined");return e}})),ke=ce((function(e,t){"use strict";var n=De(),a=Ee(),r=Function.prototype.bind,i=Function.prototype.call,o=Object.keys,s=Object.prototype.propertyIsEnumerable;t.exports=function(e,t){return function(l,c){var u,d=arguments[2],p=arguments[3];return l=Object(a(l)),n(c),u=o(l),p&&u.sort("function"==typeof p?r.call(p,l):void 0),"function"!=typeof e&&(e=u[e]),i.call(e,u,(function(e,n){return s.call(l,e)?i.call(c,d,l[e],e,l,n):t}))}}})),xe=ce((function(e,t){"use strict";t.exports=ke()("forEach")})),Te=ce((function(){})),Ce=ce((function(e,t){"use strict";t.exports=function(){var e,t=Object.assign;return"function"==typeof t&&(t(e={foo:"raz"},{bar:"dwa"},{trzy:"trzy"}),e.foo+e.bar+e.trzy==="razdwatrzy")}})),Se=ce((function(e,t){"use strict";t.exports=function(){try{return Object.keys("primitive"),!0}catch(e){return!1}}})),Oe=ce((function(e,t){"use strict";var n=fe(),a=Object.keys;t.exports=function(e){return a(n(e)?Object(e):e)}})),Me=ce((function(e,t){"use strict";t.exports=Se()()?Object.keys:Oe()})),Pe=ce((function(e,t){"use strict";var n=Me(),a=Ee(),r=Math.max;t.exports=function(e,t){var i,o,s,l=r(arguments.length,2);for(e=Object(a(e)),s=function(n){try{e[n]=t[n]}catch(e){i||(i=e)}},o=1;o-1}})),Ge=ce((function(e,t){"use strict";t.exports=qe()()?String.prototype.contains:Ze()})),Ye=ce((function(e,t){"use strict";var n=Re(),a=Ue(),r=Ie(),i=me(),o=Ge(),s=t.exports=function(e,t){var a,s,l,c,u;return arguments.length<2||"string"!=typeof e?(c=t,t=e,e=null):c=arguments[2],n(e)?(a=o.call(e,"c"),s=o.call(e,"e"),l=o.call(e,"w")):(a=l=!0,s=!1),u={value:t,configurable:a,enumerable:s,writable:l},c?r(i(c),u):u};s.gs=function(e,t,s){var l,c,u,d;return"string"!=typeof e?(u=s,s=t,t=e,e=null):u=arguments[3],n(t)?a(t)?n(s)?a(s)||(u=s,s=void 0):s=void 0:(u=t,t=s=void 0):t=void 0,n(e)?(l=o.call(e,"c"),c=o.call(e,"e")):(l=!0,c=!1),d={get:t,set:s,configurable:l,enumerable:c},u?r(i(u),d):d}})),We=ce((function(e,t){"use strict";var n,a,r,i,o,s,l,u=Ye(),d=De(),p=Function.prototype.apply,h=Function.prototype.call,f=Object.create,m=Object.defineProperty,g=Object.defineProperties,b=Object.prototype.hasOwnProperty,v={configurable:!0,enumerable:!1,writable:!0};a=function(e,t){var a,i;return d(t),i=this,n.call(this,e,a=function(){r.call(i,e,a),p.call(t,this,arguments)}),a.__eeOnceListener__=t,this},r=function(e,t){var n,a,r,i;if(d(t),!b.call(this,"__ee__"))return this;if(!(n=this.__ee__)[e])return this;if(a=n[e],"object"===c(a))for(i=0;r=a[i];++i)r!==t&&r.__eeOnceListener__!==t||(2===a.length?n[e]=a[i?0:1]:a.splice(i,1));else a!==t&&a.__eeOnceListener__!==t||delete n[e];return this},i=function(e){var t,n,a,r,i;if(b.call(this,"__ee__")&&(r=this.__ee__[e]))if("object"===c(r)){for(n=arguments.length,i=new Array(n-1),t=1;t=55296&&v<=56319&&(D+=e[++f]),D=E?d.call(E,k,D,m):D,t?(p.value=D,h(g,m,p)):g[m]=D,++m;b=m}if(void 0===b)for(b=i(e.length),t&&(g=new t(b)),f=0;f=0?l(u):a(this.length)-l(s(u));t"}}})),It=ce((function(e,t){"use strict";var n=Pt(),a=/[\n\r\u2028\u2029]/g;t.exports=function(e){var t=n(e);return t.length>100&&(t=t.slice(0,99)+"…"),t=t.replace(a,(function(e){return JSON.stringify(e).slice(1,-1)}))}})),Nt=ce((function(e,t){function n(e){return!!e&&("object"===c(e)||"function"==typeof e)&&"function"==typeof e.then}t.exports=n,t.exports.default=n})),Ft=ce((function(){"use strict";var e=kt(),t=Ct(),n=Mt(),a=It(),r=Nt(),i=xt(),o=Object.create,s=t("then","then:finally","done","done:finally");Te().promise=function(t,l){var c=o(null),u=o(null),d=o(null);if(!0===t)t=null;else if(t=n(t),!s[t])throw new TypeError("'"+a(t)+"' is not valid promise mode");l.on("set",(function(e,n,a){var o=!1;if(!r(a))return u[e]=a,void l.emit("setasync",e,1);c[e]=1,d[e]=a;var s=function(t){var n=c[e];if(o)throw new Error("Memoizee error: Detected unordered then|done & finally resolution, which in turn makes proper detection of success/failure impossible (when in 'done:finally' mode)\nConsider to rely on 'then' or 'done' mode instead.");n&&(delete c[e],u[e]=t,l.emit("setasync",e,n))},p=function(){o=!0,c[e]&&(delete c[e],delete d[e],l.delete(e))},h=t;if(h||(h="then"),"then"===h){var f=function(){i(p)};"function"==typeof(a=a.then((function(e){i(s.bind(this,e))}),f)).finally&&a.finally(f)}else if("done"===h){if("function"!=typeof a.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done' mode");a.done(s,p)}else if("done:finally"===h){if("function"!=typeof a.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done:finally' mode");if("function"!=typeof a.finally)throw new Error("Memoizee error: Retrieved promise does not implement 'finally' in 'done:finally' mode");a.done(s),a.finally(p)}})),l.on("get",(function(e,t,n){var a;if(c[e])++c[e];else{a=d[e];var o=function(){l.emit("getasync",e,t,n)};r(a)?"function"==typeof a.done?a.done(o):a.then((function(){i(o)})):o()}})),l.on("delete",(function(e){if(delete d[e],c[e])delete c[e];else if(hasOwnProperty.call(u,e)){var t=u[e];delete u[e],l.emit("deleteasync",e,[t])}})),l.on("clear",(function(){var t=u;u=o(null),c=o(null),d=o(null),l.emit("clearasync",e(t,(function(e){return[e]})))}))}})),_t=ce((function(){"use strict";var e=De(),t=xe(),n=Te(),a=Function.prototype.apply;n.dispose=function(r,i,o){var s;if(e(r),o.async&&n.async||o.promise&&n.promise)return i.on("deleteasync",s=function(e,t){a.call(r,null,t)}),void i.on("clearasync",(function(e){t(e,(function(e,t){s(t,e)}))}));i.on("delete",s=function(e,t){r(t)}),i.on("clear",(function(e){t(e,(function(e,t){s(t,e)}))}))}})),jt=ce((function(e,t){"use strict";t.exports=2147483647})),Rt=ce((function(e,t){"use strict";var n=we(),a=jt();t.exports=function(e){if((e=n(e))>a)throw new TypeError(e+" exceeds maximum possible timeout");return e}})),Bt=ce((function(){"use strict";var e=ct(),t=xe(),n=xt(),a=Nt(),r=Rt(),i=Te(),o=Function.prototype,s=Math.max,l=Math.min,c=Object.create;i.maxAge=function(u,d,p){var h,f,m,g;(u=r(u))&&(h=c(null),f=p.async&&i.async||p.promise&&i.promise?"async":"",d.on("set"+f,(function(e){h[e]=setTimeout((function(){d.delete(e)}),u),"function"==typeof h[e].unref&&h[e].unref(),g&&(g[e]&&"nextTick"!==g[e]&&clearTimeout(g[e]),g[e]=setTimeout((function(){delete g[e]}),m),"function"==typeof g[e].unref&&g[e].unref())})),d.on("delete"+f,(function(e){clearTimeout(h[e]),delete h[e],g&&("nextTick"!==g[e]&&clearTimeout(g[e]),delete g[e])})),p.preFetch&&(m=!0===p.preFetch||isNaN(p.preFetch)?.333:s(l(Number(p.preFetch),1),0))&&(g={},m=(1-m)*u,d.on("get"+f,(function(t,r,i){g[t]||(g[t]="nextTick",n((function(){var n;"nextTick"===g[t]&&(delete g[t],d.delete(t),p.async&&(r=e(r)).push(o),n=d.memoized.apply(i,r),p.promise&&a(n)&&("function"==typeof n.done?n.done(o,o):n.then(o,o)))})))}))),d.on("clear"+f,(function(){t(h,(function(e){clearTimeout(e)})),h={},g&&(t(g,(function(e){"nextTick"!==e&&clearTimeout(e)})),g={})})))}})),Lt=ce((function(e,t){"use strict";var n=we(),a=Object.create,r=Object.prototype.hasOwnProperty;t.exports=function(e){var t,i=0,o=1,s=a(null),l=a(null),c=0;return e=n(e),{hit:function(n){var a=l[n],u=++c;if(s[u]=n,l[n]=u,!a){if(++i<=e)return;return n=s[o],t(n),n}if(delete s[a],o===a)for(;!r.call(s,++o););},delete:t=function(e){var t=l[e];if(t&&(delete s[t],delete l[e],--i,o===t)){if(!i)return c=0,void(o=1);for(;!r.call(s,++o););}},clear:function(){i=0,o=1,s=a(null),l=a(null),c=0}}}})),zt=ce((function(){"use strict";var e=we(),t=Lt(),n=Te();n.max=function(a,r,i){var o,s,l;(a=e(a))&&(s=t(a),o=i.async&&n.async||i.promise&&n.promise?"async":"",r.on("set"+o,l=function(e){void 0!==(e=s.hit(e))&&r.delete(e)}),r.on("get"+o,l),r.on("delete"+o,s.delete),r.on("clear"+o,s.clear))}})),Ut=ce((function(){"use strict";var e=Ye(),t=Te(),n=Object.create,a=Object.defineProperties;t.refCounter=function(r,i,o){var s,l;s=n(null),l=o.async&&t.async||o.promise&&t.promise?"async":"",i.on("set"+l,(function(e,t){s[e]=t||1})),i.on("get"+l,(function(e){++s[e]})),i.on("delete"+l,(function(e){delete s[e]})),i.on("clear"+l,(function(){s={}})),a(i.memoized,{deleteRef:e((function(){var e=i.get(arguments);return null===e?null:s[e]?!--s[e]&&(i.delete(e),!0):null})),getRefCount:e((function(){var e=i.get(arguments);return null===e?0:s[e]?s[e]:0}))})}})),qt=ce((function(e,t){"use strict";var n=me(),a=Ae(),r=ft();t.exports=function(e){var t,i=n(arguments[1]);return i.normalizer||0!==(t=i.length=a(i.length,e.length,i.async))&&(i.primitive?!1===t?i.normalizer=mt():t>1&&(i.normalizer=gt()(t)):i.normalizer=!1===t?At()():1===t?Dt()():Et()(t)),i.async&&Tt(),i.promise&&Ft(),i.dispose&&_t(),i.maxAge&&Bt(),i.max&&zt(),i.refCounter&&Ut(),r(e,i)}})),Zt=ce((function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.isIdentStart=function(e){return e>="a"&&e<="z"||e>="A"&&e<="Z"||"-"===e||"_"===e},e.isIdent=function(e){return e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"-"===e||"_"===e},e.isHex=function(e){return e>="a"&&e<="f"||e>="A"&&e<="F"||e>="0"&&e<="9"},e.escapeIdentifier=function(t){for(var n=t.length,a="",r=0;r="A"&&i<="Z"||i>="a"&&i<="z"||0!==r&&i>="0"&&i<="9")a+=i;else{var o=i.charCodeAt(0);if(55296==(63488&o)){var s=t.charCodeAt(r++);if(55296!=(64512&o)||56320!=(64512&s))throw Error("UCS-2(decode): illegal sequence");o=((1023&o)<<10)+(1023&s)+65536}a+="\\"+o.toString(16)+" "}r++}return a},e.escapeStr=function(t){for(var n,a=t.length,r="",i=0;i":!0,"?":!0,"@":!0,"[":!0,"\\":!0,"]":!0,"^":!0,"`":!0,"{":!0,"|":!0,"}":!0,"~":!0},e.strReplacementsRev={"\n":"\\n","\r":"\\r","\t":"\\t","\f":"\\f","\v":"\\v"},e.singleQuoteEscapeChars={n:"\n",r:"\r",t:"\t",f:"\f","\\":"\\","'":"'"},e.doubleQuotesEscapeChars={n:"\n",r:"\r",t:"\t",f:"\f","\\":"\\",'"':'"'}})),Gt=ce((function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var t=Zt();e.parseCssSelector=function(e,n,a,r,i,o){var s=e.length,l="";function c(a,r){var i="";for(n++,l=e.charAt(n);n=s)throw Error("Expected symbol but end of file reached.");if(l=e.charAt(n),t.identSpecialChars[l])a+=l;else{if(t.isHex(l)){var r=l;for(n++,l=e.charAt(n);t.isHex(l);)r+=l,n++,l=e.charAt(n);" "===l&&(n++,l=e.charAt(n)),a+=String.fromCharCode(parseInt(r,16));continue}a+=l}}n++,l=e.charAt(n)}return a}function d(){l=e.charAt(n);for(var t=!1;" "===l||"\t"===l||"\n"===l||"\r"===l||"\f"===l;)t=!0,n++,l=e.charAt(n);return t}function p(){var t=h();if(!t)return null;var a=t;for(l=e.charAt(n);","===l;){if(n++,d(),"selectors"!==a.type&&(a={type:"selectors",selectors:[t]}),!(t=h()))throw Error('Rule expected after ",".');a.selectors.push(t)}return a}function h(){d();var t={type:"ruleSet"},a=f();if(!a)return null;for(var r=t;a&&(a.type="rule",r.rule=a,r=a,d(),l=e.charAt(n),!(n>=s||","===l||")"===l));)if(i[l]){var o=l;if(n++,d(),!(a=f()))throw Error('Rule expected after "'+o+'".');a.nestingOperator=o}else(a=f())&&(a.nestingOperator=null);return t}function f(){for(var i=null;n=s)throw Error('Expected "=" but end of file reached.');if("="!==l)throw Error('Expected "=" but "'+l+'" found.');h.operator=f+"=",n++,d();var m="";if(h.valueType="string",'"'===l)m=c('"',t.doubleQuotesEscapeChars);else if("'"===l)m=c("'",t.singleQuoteEscapeChars);else if(o&&"$"===l)n++,m=u(),h.valueType="substitute";else{for(;n=s)throw Error('Expected "]" but end of file reached.');if("]"!==l)throw Error('Expected "]" but "'+l+'" found.');n++,h.value=m}((i=i||{}).attrs=i.attrs||[]).push(h)}else{if(":"!==l)break;n++;var g=u(),b={name:g};if("("===l){n++;var v="";if(d(),"selector"===a[g])b.valueType="selector",v=p();else{if(b.valueType=a[g]||"string",'"'===l)v=c('"',t.doubleQuotesEscapeChars);else if("'"===l)v=c("'",t.singleQuoteEscapeChars);else if(o&&"$"===l)n++,v=u(),b.valueType="substitute";else{for(;n=s)throw Error('Expected ")" but end of file reached.');if(")"!==l)throw Error('Expected ")" but "'+l+'" found.');n++,b.value=v}((i=i||{}).pseudos=i.pseudos||[]).push(b)}return i}return function(){var t=p();if(n>0},ToUint32:function(e){return e>>>0}}),r=Math.LN2,i=Math.abs,o=Math.floor,s=Math.log,l=Math.min,u=Math.pow,d=Math.round;function p(e,t,n){return en?n:e}var h,f=Object.getOwnPropertyNames||function(e){if(e!==Object(e))throw new TypeError("Object.getOwnPropertyNames called on non-object");var t,n=[];for(t in e)a.HasOwnProperty(e,t)&&n.push(t);return n};function m(e){if(f&&h){var t,n=f(e);for(t=0;t1e5)throw new RangeError("Array too large for polyfill");var t;for(t=0;t>n}function v(e,t){var n=32-t;return e<>>n}function y(e){return[255&e]}function w(e){return b(e[0],8)}function A(e){return[255&e]}function D(e){return v(e[0],8)}function E(e){return[(e=d(Number(e)))<0?0:e>255?255:255&e]}function k(e){return[e>>8&255,255&e]}function x(e){return b(e[0]<<8|e[1],16)}function T(e){return[e>>8&255,255&e]}function C(e){return v(e[0]<<8|e[1],16)}function S(e){return[e>>24&255,e>>16&255,e>>8&255,255&e]}function O(e){return b(e[0]<<24|e[1]<<16|e[2]<<8|e[3],32)}function M(e){return[e>>24&255,e>>16&255,e>>8&255,255&e]}function P(e){return v(e[0]<<24|e[1]<<16|e[2]<<8|e[3],32)}function I(e,t,n){var a,c,d,p,h,f,m,g=(1<.5||t%2?t+1:t}for(e!=e?(c=(1<=u(2,1-g)?(c=l(o(s(e)/r),1023),(d=b(e/u(2,c)*u(2,n)))/u(2,n)>=2&&(c+=1,d=1),c>g?(c=(1<>=1;return p.reverse(),o=p.join(""),s=(1<0?l*u(2,c-s)*(1+d/u(2,n)):0!==d?l*u(2,-(s-1))*(d/u(2,n)):l<0?-0:0}function F(e){return N(e,11,52)}function _(e){return I(e,11,52)}function j(e){return N(e,8,23)}function R(e){return I(e,8,23)}h=Object.defineProperty&&function(){try{return Object.defineProperty({},"x",{}),!0}catch(e){return!1}}()?Object.defineProperty:function(e,t,n){if(!e===Object(e))throw new TypeError("Object.defineProperty called on non-object");return a.HasProperty(n,"get")&&Object.prototype.__defineGetter__&&Object.prototype.__defineGetter__.call(e,t,n.get),a.HasProperty(n,"set")&&Object.prototype.__defineSetter__&&Object.prototype.__defineSetter__.call(e,t,n.set),a.HasProperty(n,"value")&&(e[t]=n.value),e},function(){function t(e){if((e=a.ToInt32(e))<0)throw new RangeError("ArrayBuffer size is not a small enough positive integer");var t;for(this.byteLength=e,this._bytes=[],this._bytes.length=e,t=0;tthis.buffer.byteLength)throw new RangeError("byteOffset out of range");if(this.byteOffset%this.BYTES_PER_ELEMENT)throw new RangeError("ArrayBuffer length minus the byteOffset is not a multiple of the element size.");if(arguments.length<3){if(this.byteLength=this.buffer.byteLength-this.byteOffset,this.byteLength%this.BYTES_PER_ELEMENT)throw new RangeError("length of buffer minus byteOffset not a multiple of the element size");this.length=this.byteLength/this.BYTES_PER_ELEMENT}else this.length=a.ToUint32(r),this.byteLength=this.length*this.BYTES_PER_ELEMENT;if(this.byteOffset+this.byteLength>this.buffer.byteLength)throw new RangeError("byteOffset and length reference an area beyond the end of the buffer")}else for(s=arguments[0],this.length=a.ToUint32(s.length),this.byteLength=this.length*this.BYTES_PER_ELEMENT,this.buffer=new t(this.byteLength),this.byteOffset=0,l=0;l=this.length)){for(var t=[],n=0,r=this.byteOffset+e*this.BYTES_PER_ELEMENT;nthis.length)throw new RangeError("Offset plus length of array is out of range");if(d=this.byteOffset+i*this.BYTES_PER_ELEMENT,p=n.length*this.BYTES_PER_ELEMENT,n.buffer===this.buffer){for(h=[],s=0,l=n.byteOffset;sthis.length)throw new RangeError("Offset plus length of array is out of range");for(s=0;sthis.buffer.byteLength)throw new RangeError("byteOffset out of range");if(this.byteLength=arguments.length<3?this.buffer.byteLength-this.byteOffset:a.ToUint32(r),this.byteOffset+this.byteLength>this.buffer.byteLength)throw new RangeError("byteOffset and length reference an area beyond the end of the buffer");m(this)}function o(n){return function(i,o){if((i=a.ToUint32(i))+n.BYTES_PER_ELEMENT>this.byteLength)throw new RangeError("Array index out of range");i+=this.byteOffset;var s,l=new e.Uint8Array(this.buffer,i,n.BYTES_PER_ELEMENT),c=[];for(s=0;sthis.byteLength)throw new RangeError("Array index out of range");var l,c=new n([o]),u=new e.Uint8Array(c.buffer),d=[];for(l=0;l0)throw new TypeError("WeakMap iterable is not supported")}function n(e,n){if(!r(e)||!t.call(e,"_id"))throw new TypeError(n+" method called on incompatible receiver "+c(e))}function i(e){return e+"_"+o()+"."+o()}function o(){return Math.random().toString().substring(2)}return a(e.prototype,"delete",(function(e){if(n(this,"delete"),!r(e))return!1;var t=e[this._id];return!(!t||t[0]!==e)&&(delete e[this._id],!0)})),a(e.prototype,"get",(function(e){if(n(this,"get"),r(e)){var t=e[this._id];return t&&t[0]===e?t[1]:void 0}})),a(e.prototype,"has",(function(e){if(n(this,"has"),!r(e))return!1;var t=e[this._id];return!(!t||t[0]!==e)})),a(e.prototype,"set",(function(e,t){if(n(this,"set"),!r(e))throw new TypeError("Invalid value used as weak map key");var i=e[this._id];return i&&i[0]===e?(i[1]=t,this):(a(e,this._id,[e,t]),this)})),a(e,"_polyfill",!0),e}()}function r(e){return Object(e)===e}}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:void 0!==o?o:void 0!==s?s:e)})),Qt=ce((function(e,t){"use strict";var n=function(e){return e&&e.Math===Math&&e};t.exports=n("object"==("undefined"==typeof globalThis?"undefined":c(globalThis))&&globalThis)||n("object"==(void 0===o?"undefined":c(o))&&o)||n("object"==("undefined"==typeof self?"undefined":c(self))&&self)||n("object"==(void 0===s?"undefined":c(s))&&s)||function(){return this}()||e||Function("return this")()})),Xt=ce((function(e,t){"use strict";t.exports=function(e){try{return!!e()}catch(e){return!0}}})),Kt=ce((function(e,t){"use strict";var n=Xt();t.exports=!n((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))})),$t=ce((function(e,t){"use strict";var n=Kt(),a=Function.prototype,r=a.apply,i=a.call;t.exports="object"==("undefined"==typeof Reflect?"undefined":c(Reflect))&&Reflect.apply||(n?i.bind(r):function(){return i.apply(r,arguments)})})),en=ce((function(e,t){"use strict";var n=Kt(),a=Function.prototype,r=a.call,i=n&&a.bind.bind(r,r);t.exports=n?i:function(e){return function(){return r.apply(e,arguments)}}})),tn=ce((function(e,t){"use strict";var n=en(),a=n({}.toString),r=n("".slice);t.exports=function(e){return r(a(e),8,-1)}})),nn=ce((function(e,t){"use strict";var n=tn(),a=en();t.exports=function(e){if("Function"===n(e))return a(e)}})),an=ce((function(e,t){"use strict";var n="object"==(void 0===l?"undefined":c(l))&&l.all,a=void 0===n&&void 0!==n;t.exports={all:n,IS_HTMLDDA:a}})),rn=ce((function(e,t){"use strict";var n=an(),a=n.all;t.exports=n.IS_HTMLDDA?function(e){return"function"==typeof e||e===a}:function(e){return"function"==typeof e}})),on=ce((function(e,t){"use strict";var n=Xt();t.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))})),sn=ce((function(e,t){"use strict";var n=Kt(),a=Function.prototype.call;t.exports=n?a.bind(a):function(){return a.apply(a,arguments)}})),ln=ce((function(e){"use strict";var t={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,a=n&&!t.call({1:2},1);e.f=a?function(e){var t=n(this,e);return!!t&&t.enumerable}:t})),cn=ce((function(e,t){"use strict";t.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}})),un=ce((function(e,t){"use strict";var n=en(),a=Xt(),r=tn(),i=Object,o=n("".split);t.exports=a((function(){return!i("z").propertyIsEnumerable(0)}))?function(e){return"String"===r(e)?o(e,""):i(e)}:i})),dn=ce((function(e,t){"use strict";t.exports=function(e){return null==e}})),pn=ce((function(e,t){"use strict";var n=dn(),a=TypeError;t.exports=function(e){if(n(e))throw new a("Can't call method on "+e);return e}})),hn=ce((function(e,t){"use strict";var n=un(),a=pn();t.exports=function(e){return n(a(e))}})),fn=ce((function(e,t){"use strict";var n=rn(),a=an(),r=a.all;t.exports=a.IS_HTMLDDA?function(e){return"object"==c(e)?null!==e:n(e)||e===r}:function(e){return"object"==c(e)?null!==e:n(e)}})),mn=ce((function(e,t){"use strict";t.exports={}})),gn=ce((function(e,t){"use strict";var n=mn(),a=Qt(),r=rn(),i=function(e){return r(e)?e:void 0};t.exports=function(e,t){return arguments.length<2?i(n[e])||i(a[e]):n[e]&&n[e][t]||a[e]&&a[e][t]}})),bn=ce((function(e,t){"use strict";var n=en();t.exports=n({}.isPrototypeOf)})),vn=ce((function(e,t){"use strict";t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""})),yn=ce((function(e,t){"use strict";var n,a,r=Qt(),i=vn(),o=r.process,s=r.Deno,l=o&&o.versions||s&&s.version,c=l&&l.v8;c&&(a=(n=c.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!a&&i&&(!(n=i.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=i.match(/Chrome\/(\d+)/))&&(a=+n[1]),t.exports=a})),wn=ce((function(e,t){"use strict";var n=yn(),a=Xt(),r=Qt().String;t.exports=!!Object.getOwnPropertySymbols&&!a((function(){var e=Symbol("symbol detection");return!r(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41}))})),An=ce((function(e,t){"use strict";var n=wn();t.exports=n&&!Symbol.sham&&"symbol"==c(Symbol.iterator)})),Dn=ce((function(e,t){"use strict";var n=gn(),a=rn(),r=bn(),i=An(),o=Object;t.exports=i?function(e){return"symbol"==c(e)}:function(e){var t=n("Symbol");return a(t)&&r(t.prototype,o(e))}})),En=ce((function(e,t){"use strict";var n=String;t.exports=function(e){try{return n(e)}catch(e){return"Object"}}})),kn=ce((function(e,t){"use strict";var n=rn(),a=En(),r=TypeError;t.exports=function(e){if(n(e))return e;throw new r(a(e)+" is not a function")}})),xn=ce((function(e,t){"use strict";var n=kn(),a=dn();t.exports=function(e,t){var r=e[t];return a(r)?void 0:n(r)}})),Tn=ce((function(e,t){"use strict";var n=sn(),a=rn(),r=fn(),i=TypeError;t.exports=function(e,t){var o,s;if("string"===t&&a(o=e.toString)&&!r(s=n(o,e)))return s;if(a(o=e.valueOf)&&!r(s=n(o,e)))return s;if("string"!==t&&a(o=e.toString)&&!r(s=n(o,e)))return s;throw new i("Can't convert object to primitive value")}})),Cn=ce((function(e,t){"use strict";t.exports=!0})),Sn=ce((function(e,t){"use strict";var n=Qt(),a=Object.defineProperty;t.exports=function(e,t){try{a(n,e,{value:t,configurable:!0,writable:!0})}catch(a){n[e]=t}return t}})),On=ce((function(e,t){"use strict";var n=Qt(),a=Sn(),r="__core-js_shared__",i=n[r]||a(r,{});t.exports=i})),Mn=ce((function(e,t){"use strict";var n=Cn(),a=On();(t.exports=function(e,t){return a[e]||(a[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.33.0",mode:n?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.33.0/LICENSE",source:"https://github.com/zloirock/core-js"})})),Pn=ce((function(e,t){"use strict";var n=pn(),a=Object;t.exports=function(e){return a(n(e))}})),In=ce((function(e,t){"use strict";var n=en(),a=Pn(),r=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(e,t){return r(a(e),t)}})),Nn=ce((function(e,t){"use strict";var n=en(),a=0,r=Math.random(),i=n(1..toString);t.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+i(++a+r,36)}})),Fn=ce((function(e,t){"use strict";var n=Qt(),a=Mn(),r=In(),i=Nn(),o=wn(),s=An(),l=n.Symbol,c=a("wks"),u=s?l.for||l:l&&l.withoutSetter||i;t.exports=function(e){return r(c,e)||(c[e]=o&&r(l,e)?l[e]:u("Symbol."+e)),c[e]}})),_n=ce((function(e,t){"use strict";var n=sn(),a=fn(),r=Dn(),i=xn(),o=Tn(),s=Fn(),l=TypeError,c=s("toPrimitive");t.exports=function(e,t){if(!a(e)||r(e))return e;var s,u=i(e,c);if(u){if(void 0===t&&(t="default"),s=n(u,e,t),!a(s)||r(s))return s;throw new l("Can't convert object to primitive value")}return void 0===t&&(t="number"),o(e,t)}})),jn=ce((function(e,t){"use strict";var n=_n(),a=Dn();t.exports=function(e){var t=n(e,"string");return a(t)?t:t+""}})),Rn=ce((function(e,t){"use strict";var n=Qt(),a=fn(),r=n.document,i=a(r)&&a(r.createElement);t.exports=function(e){return i?r.createElement(e):{}}})),Bn=ce((function(e,t){"use strict";var n=on(),a=Xt(),r=Rn();t.exports=!n&&!a((function(){return 7!==Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a}))})),Ln=ce((function(e){"use strict";var t=on(),n=sn(),a=ln(),r=cn(),i=hn(),o=jn(),s=In(),l=Bn(),c=Object.getOwnPropertyDescriptor;e.f=t?c:function(e,t){if(e=i(e),t=o(t),l)try{return c(e,t)}catch(e){}if(s(e,t))return r(!n(a.f,e,t),e[t])}})),zn=ce((function(e,t){"use strict";var n=Xt(),a=rn(),r=/#|\.prototype\./,i=function(e,t){var r=s[o(e)];return r===c||r!==l&&(a(t)?n(t):!!t)},o=i.normalize=function(e){return String(e).replace(r,".").toLowerCase()},s=i.data={},l=i.NATIVE="N",c=i.POLYFILL="P";t.exports=i})),Un=ce((function(e,t){"use strict";var n=nn(),a=kn(),r=Kt(),i=n(n.bind);t.exports=function(e,t){return a(e),void 0===t?e:r?i(e,t):function(){return e.apply(t,arguments)}}})),qn=ce((function(e,t){"use strict";var n=on(),a=Xt();t.exports=n&&a((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))})),Zn=ce((function(e,t){"use strict";var n=fn(),a=String,r=TypeError;t.exports=function(e){if(n(e))return e;throw new r(a(e)+" is not an object")}})),Gn=ce((function(e){"use strict";var t=on(),n=Bn(),a=qn(),r=Zn(),i=jn(),o=TypeError,s=Object.defineProperty,l=Object.getOwnPropertyDescriptor,c="enumerable",u="configurable",d="writable";e.f=t?a?function(e,t,n){if(r(e),t=i(t),r(n),"function"==typeof e&&"prototype"===t&&"value"in n&&d in n&&!n.writable){var a=l(e,t);a&&a.writable&&(e[t]=n.value,n={configurable:u in n?n.configurable:a.configurable,enumerable:c in n?n.enumerable:a.enumerable,writable:!1})}return s(e,t,n)}:s:function(e,t,a){if(r(e),t=i(t),r(a),n)try{return s(e,t,a)}catch(e){}if("get"in a||"set"in a)throw new o("Accessors not supported");return"value"in a&&(e[t]=a.value),e}})),Yn=ce((function(e,t){"use strict";var n=on(),a=Gn(),r=cn();t.exports=n?function(e,t,n){return a.f(e,t,r(1,n))}:function(e,t,n){return e[t]=n,e}})),Wn=ce((function(e,t){"use strict";var n=Qt(),a=$t(),r=nn(),i=rn(),o=Ln().f,s=zn(),l=mn(),u=Un(),d=Yn(),p=In(),h=function(e){var t=function t(n,r,i){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(n);case 2:return new e(n,r)}return new e(n,r,i)}return a(e,this,arguments)};return t.prototype=e.prototype,t};t.exports=function(e,t){var a,f,m,g,b,v,y,w,A,D=e.target,E=e.global,k=e.stat,x=e.proto,T=E?n:k?n[D]:(n[D]||{}).prototype,C=E?l:l[D]||d(l,D,{})[D],S=C.prototype;for(g in t)f=!(a=s(E?g:D+(k?".":"#")+g,e.forced))&&T&&p(T,g),v=C[g],f&&(y=e.dontCallGetSet?(A=o(T,g))&&A.value:T[g]),b=f&&y?y:t[g],f&&c(v)==c(b)||(w=e.bind&&f?u(b,n):e.wrap&&f?h(b):x&&i(b)?r(b):b,(e.sham||b&&b.sham||v&&v.sham)&&d(w,"sham",!0),d(C,g,w),x&&(p(l,m=D+"Prototype")||d(l,m,{}),d(l[m],g,b),e.real&&S&&(a||!S[g])&&d(S,g,b)))}})),Hn=ce((function(){"use strict";Wn()({target:"Object",stat:!0},{hasOwn:In()})})),Vn=ce((function(e,t){"use strict";Hn();var n=mn();t.exports=n.Object.hasOwn})),Jn=ce((function(e,t){"use strict";var n=Vn();t.exports=n})),Qn=ce((function(e,t){"use strict";var n=Jn();t.exports=n})),Xn=ce((function(e,t){"use strict";var n=Mn(),a=Nn(),r=n("keys");t.exports=function(e){return r[e]||(r[e]=a(e))}})),Kn=ce((function(e,t){"use strict";var n=Xt();t.exports=!n((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))})),$n=ce((function(e,t){"use strict";var n=In(),a=rn(),r=Pn(),i=Xn(),o=Kn(),s=i("IE_PROTO"),l=Object,c=l.prototype;t.exports=o?l.getPrototypeOf:function(e){var t=r(e);if(n(t,s))return t[s];var i=t.constructor;return a(i)&&t instanceof i?i.prototype:t instanceof l?c:null}})),ea=ce((function(e,t){"use strict";var n=Math.ceil,a=Math.floor;t.exports=Math.trunc||function(e){var t=+e;return(t>0?a:n)(t)}})),ta=ce((function(e,t){"use strict";var n=ea();t.exports=function(e){var t=+e;return t!=t||0===t?0:n(t)}})),na=ce((function(e,t){"use strict";var n=ta(),a=Math.max,r=Math.min;t.exports=function(e,t){var i=n(e);return i<0?a(i+t,0):r(i,t)}})),aa=ce((function(e,t){"use strict";var n=ta(),a=Math.min;t.exports=function(e){return e>0?a(n(e),9007199254740991):0}})),ra=ce((function(e,t){"use strict";var n=aa();t.exports=function(e){return n(e.length)}})),ia=ce((function(e,t){"use strict";var n=hn(),a=na(),r=ra(),i=function(e){return function(t,i,o){var s,l=n(t),c=r(l),u=a(o,c);if(e&&i!=i){for(;c>u;)if((s=l[u++])!=s)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===i)return e||u||0;return!e&&-1}};t.exports={includes:i(!0),indexOf:i(!1)}})),oa=ce((function(e,t){"use strict";t.exports={}})),sa=ce((function(e,t){"use strict";var n=en(),a=In(),r=hn(),i=ia().indexOf,o=oa(),s=n([].push);t.exports=function(e,t){var n,l=r(e),c=0,u=[];for(n in l)!a(o,n)&&a(l,n)&&s(u,n);for(;t.length>c;)a(l,n=t[c++])&&(~i(u,n)||s(u,n));return u}})),la=ce((function(e,t){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]})),ca=ce((function(e,t){"use strict";var n=sa(),a=la();t.exports=Object.keys||function(e){return n(e,a)}})),ua=ce((function(e,t){"use strict";var n=on(),a=Xt(),r=en(),i=$n(),o=ca(),s=hn(),l=r(ln().f),c=r([].push),u=n&&a((function(){var e=Object.create(null);return e[2]=2,!l(e,2)})),d=function(e){return function(t){for(var a,r=s(t),d=o(r),p=u&&null===i(r),h=d.length,f=0,m=[];h>f;)a=d[f++],n&&!(p?a in r:l(r,a))||c(m,e?[a,r[a]]:r[a]);return m}};t.exports={entries:d(!0),values:d(!1)}})),da=ce((function(){"use strict";var e=Wn(),t=ua().values;e({target:"Object",stat:!0},{values:function(e){return t(e)}})})),pa=ce((function(e,t){"use strict";da();var n=mn();t.exports=n.Object.values})),ha=ce((function(e,t){"use strict";var n=pa();t.exports=n})),fa=ce((function(e,t){"use strict";var n=ha();t.exports=n})),ma=ce((function(e,t){!function(){"use strict";var a={name:"doT",version:"1.1.1",templateSettings:{evaluate:/\{\{([\s\S]+?(\}?)+)\}\}/g,interpolate:/\{\{=([\s\S]+?)\}\}/g,encode:/\{\{!([\s\S]+?)\}\}/g,use:/\{\{#([\s\S]+?)\}\}/g,useParams:/(^|[^\w$])def(?:\.|\[[\'\"])([\w$\.]+)(?:[\'\"]\])?\s*\:\s*([\w$\.]+|\"[^\"]+\"|\'[^\']+\'|\{[^\}]+\})/g,define:/\{\{##\s*([\w\.$]+)\s*(\:|=)([\s\S]+?)#\}\}/g,defineParams:/^\s*([\w$]+):([\s\S]+)/,conditional:/\{\{\?(\?)?\s*([\s\S]*?)\s*\}\}/g,iterate:/\{\{~\s*(?:\}\}|([\s\S]+?)\s*\:\s*([\w$]+)\s*(?:\:\s*([\w$]+))?\s*\}\})/g,varname:"it",strip:!0,append:!0,selfcontained:!1,doNotSkipEncoded:!1},template:void 0,compile:void 0,log:!0};!function(){if("object"!==("undefined"==typeof globalThis?"undefined":c(globalThis)))try{Object.defineProperty(Object.prototype,"__magic__",{get:function(){return this},configurable:!0}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__}catch(e){o.globalThis=function(){if("undefined"!=typeof self)return self;if(void 0!==o)return o;if(void 0!==s)return s;if(void 0!==this)return this;throw new Error("Unable to locate global `this`")}()}}(),a.encodeHTMLSource=function(e){var t={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},n=e?/[&<>"'\/]/g:/&(?!#?\w+;)|<|>|"|'|\//g;return function(e){return e?e.toString().replace(n,(function(e){return t[e]||e})):""}},void 0!==t&&t.exports?t.exports=a:void 0===(r=function(){return a}.call(e,n,e,t))||(t.exports=r);var i={append:{start:"'+(",end:")+'",startencode:"'+encodeHTML("},split:{start:"';out+=(",end:");out+='",startencode:"';out+=encodeHTML("}},l=/$^/;function u(e,t,n){return("string"==typeof t?t:t.toString()).replace(e.define||l,(function(t,a,r,i){return 0===a.indexOf("def.")&&(a=a.substring(4)),a in n||(":"===r?(e.defineParams&&i.replace(e.defineParams,(function(e,t,r){n[a]={arg:t,text:r}})),a in n||(n[a]=i)):new Function("def","def['"+a+"']="+i)(n)),""})).replace(e.use||l,(function(t,a){e.useParams&&(a=a.replace(e.useParams,(function(e,t,a,r){if(n[a]&&n[a].arg&&r){var i=(a+":"+r).replace(/'|\\/g,"_");return n.__exp=n.__exp||{},n.__exp[i]=n[a].text.replace(new RegExp("(^|[^\\w$])"+n[a].arg+"([^\\w$])","g"),"$1"+r+"$2"),t+"def.__exp['"+i+"']"}})));var r=new Function("def","return "+a)(n);return r?u(e,r,n):r}))}function d(e){return e.replace(/\\('|\\)/g,"$1").replace(/[\r\t\n]/g," ")}a.template=function(e,t,n){var r,o,s=(t=t||a.templateSettings).append?i.append:i.split,c=0,p=t.use||t.define?u(t,e,n||{}):e;p=("var out='"+(t.strip?p.replace(/(^|\r|\n)\t* +| +\t*(\r|\n|$)/g," ").replace(/\r|\n|\t|\/\*[\s\S]*?\*\//g,""):p).replace(/'|\\/g,"\\$&").replace(t.interpolate||l,(function(e,t){return s.start+d(t)+s.end})).replace(t.encode||l,(function(e,t){return r=!0,s.startencode+d(t)+s.end})).replace(t.conditional||l,(function(e,t,n){return t?n?"';}else if("+d(n)+"){out+='":"';}else{out+='":n?"';if("+d(n)+"){out+='":"';}out+='"})).replace(t.iterate||l,(function(e,t,n,a){return t?(c+=1,o=a||"i"+c,t=d(t),"';var arr"+c+"="+t+";if(arr"+c+"){var "+n+","+o+"=-1,l"+c+"=arr"+c+".length-1;while("+o+"",sameOrigin:""};[{name:"NA",value:"inapplicable",priority:0,group:"inapplicable"},{name:"PASS",value:"passed",priority:1,group:"passes"},{name:"CANTTELL",value:"cantTell",priority:2,group:"incomplete"},{name:"FAIL",value:"failed",priority:3,group:"violations"}].forEach((function(e){var t=e.name,n=e.value,a=e.priority,r=e.group;ga[t]=n,ga[t+"_PRIO"]=a,ga[t+"_GROUP"]=r,ga.results[a]=n,ga.resultGroups[a]=r,ga.resultGroupMap[n]=r})),Object.freeze(ga.results),Object.freeze(ga.resultGroups),Object.freeze(ga.resultGroupMap),Object.freeze(ga);var ba=ga;var va=function(){"object"===("undefined"==typeof console?"undefined":c(console))&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},ya=/[\t\r\n\f]/g,wa=function(){function e(){K(this,e),this.parent=void 0}return ee(e,[{key:"props",get:function(){throw new Error('VirtualNode class must have a "props" object consisting of "nodeType" and "nodeName" properties')}},{key:"attrNames",get:function(){throw new Error('VirtualNode class must have an "attrNames" property')}},{key:"attr",value:function(){throw new Error('VirtualNode class must have an "attr" function')}},{key:"hasAttr",value:function(){throw new Error('VirtualNode class must have a "hasAttr" function')}},{key:"hasClass",value:function(e){var t=this.attr("class");if(!t)return!1;var n=" "+e+" ";return(" "+t+" ").replace(ya," ").indexOf(n)>=0}}]),e}(),Aa={};ue(Aa,{DqElement:function(){return wr},aggregate:function(){return Da},aggregateChecks:function(){return Sa},aggregateNodeResults:function(){return Ma},aggregateResult:function(){return Ia},areStylesSet:function(){return Na},assert:function(){return Fa},checkHelper:function(){return Ar},clone:function(){return Dr},closest:function(){return Br},collectResultsFromFrames:function(){return _i},contains:function(){return ji},convertSelector:function(){return _r},cssParser:function(){return xr},deepMerge:function(){return Ri},escapeSelector:function(){return ja},extendMetaData:function(){return Bi},filterHtmlAttrs:function(){return ag},finalizeRuleResult:function(){return Oa},findBy:function(){return Ii},getAllChecks:function(){return Pi},getAncestry:function(){return ur},getBaseLang:function(){return Uf},getCheckMessage:function(){return Qf},getCheckOption:function(){return Xf},getEnvironmentData:function(){return Kf},getFlattenedTree:function(){return Bf},getFrameContexts:function(){return bm},getFriendlyUriEnd:function(){return Ua},getNodeAttributes:function(){return Za},getNodeFromTree:function(){return gr},getPreloadConfig:function(){return Xm},getRootNode:function(){return qi},getRule:function(){return vm},getScroll:function(){return wm},getScrollState:function(){return Dm},getSelector:function(){return lr},getSelectorData:function(){return nr},getShadowSelector:function(){return Va},getStandards:function(){return Em},getStyleSheetFactory:function(){return xm},getXpath:function(){return pr},injectStyle:function(){return Tm},isHidden:function(){return Cm},isHtmlElement:function(){return Sm},isNodeInContext:function(){return Om},isShadowRoot:function(){return zi},isValidLang:function(){return mg},isXHTML:function(){return Ha},matchAncestry:function(){return Pm},matches:function(){return Tr},matchesExpression:function(){return Rr},matchesSelector:function(){return Ga},memoize:function(){return Wa},mergeResults:function(){return Fi},nodeLookup:function(){return Nm},nodeSerializer:function(){return Mi},nodeSorter:function(){return Im},parseCrossOriginStylesheet:function(){return Rm},parseSameOriginStylesheet:function(){return Fm},parseStylesheet:function(){return jm},performanceTimer:function(){return Lm},pollyfillElementsFromPoint:function(){return zm},preload:function(){return Jm},preloadCssom:function(){return Gm},preloadMedia:function(){return Vm},processMessage:function(){return Jf},publishMetaData:function(){return Km},querySelectorAll:function(){return eg},querySelectorAllFilter:function(){return Zm},queue:function(){return Yr},respondable:function(){return Ei},ruleShouldRun:function(){return ng},select:function(){return ig},sendCommandToFrame:function(){return xi},setScrollState:function(){return sg},shadowSelect:function(){return lg},shadowSelectAll:function(){return ug},shouldPreload:function(){return Qm},toArray:function(){return _a},tokenList:function(){return Pf},uniqueArray:function(){return Um},uuid:function(){return ii},validInputTypes:function(){return pg},validLangs:function(){return fg}});var Da=function(e,t,n){t=t.slice(),n&&t.push(n);var a=t.map((function(t){return e.indexOf(t)})).sort();return e[a.pop()]},Ea=ba.CANTTELL_PRIO,ka=ba.FAIL_PRIO,xa=[];xa[ba.PASS_PRIO]=!0,xa[ba.CANTTELL_PRIO]=null,xa[ba.FAIL_PRIO]=!1;var Ta=["any","all","none"];function Ca(e,t){return Ta.reduce((function(n,a){return n[a]=(e[a]||[]).map((function(e){return t(e,a)})),n}),{})}var Sa=function(e){var t=Object.assign({},e);Ca(t,(function(e,t){var n=void 0===e.result?-1:xa.indexOf(e.result);e.priority=-1!==n?n:ba.CANTTELL_PRIO,"none"===t&&(e.priority===ba.PASS_PRIO?e.priority=ba.FAIL_PRIO:e.priority===ba.FAIL_PRIO&&(e.priority=ba.PASS_PRIO))}));var n={all:t.all.reduce((function(e,t){return Math.max(e,t.priority)}),0),none:t.none.reduce((function(e,t){return Math.max(e,t.priority)}),0),any:t.any.reduce((function(e,t){return Math.min(e,t.priority)}),4)%4};t.priority=Math.max(n.all,n.none,n.any);var a=[];return Ta.forEach((function(e){t[e]=t[e].filter((function(a){return a.priority===t.priority&&a.priority===n[e]})),t[e].forEach((function(e){return a.push(e.impact)}))})),[Ea,ka].includes(t.priority)?t.impact=Da(ba.impact,a):t.impact=null,Ca(t,(function(e){delete e.result,delete e.priority})),t.result=ba.results[t.priority],delete t.priority,t};function Oa(e){var t=u._audit.rules.find((function(t){return t.id===e.id}));return t&&t.impact&&e.nodes.forEach((function(e){["any","all","none"].forEach((function(n){(e[n]||[]).forEach((function(e){e.impact=t.impact}))}))})),Object.assign(e,Ma(e.nodes)),delete e.nodes,e}var Ma=function(e){var t={};if((e=e.map((function(e){if(e.any&&e.all&&e.none)return Sa(e);if(Array.isArray(e.node))return Oa(e);throw new TypeError("Invalid Result type")})))&&e.length){var n=e.map((function(e){return e.result}));t.result=Da(ba.results,n,t.result)}else t.result="inapplicable";ba.resultGroups.forEach((function(e){return t[e]=[]})),e.forEach((function(e){var n=ba.resultGroupMap[e.result];t[n].push(e)}));var a=ba.FAIL_GROUP;if(0===t[a].length&&(a=ba.CANTTELL_GROUP),t[a].length>0){var r=t[a].map((function(e){return e.impact}));t.impact=Da(ba.impact,r)||null}else t.impact=null;return t};function Pa(e,t,n){var a=Object.assign({},t);a.nodes=(a[n]||[]).concat(),ba.resultGroups.forEach((function(e){delete a[e]})),e[n].push(a)}var Ia=function(e){var t={};return ba.resultGroups.forEach((function(e){return t[e]=[]})),e.forEach((function(e){e.error?Pa(t,e,ba.CANTTELL_GROUP):e.result===ba.NA?Pa(t,e,ba.NA_GROUP):ba.resultGroups.forEach((function(n){Array.isArray(e[n])&&e[n].length>0&&Pa(t,e,n)}))})),t};var Na=function e(t,n,a){var r=o.getComputedStyle(t,null);if(!r)return!1;for(var i=0;i=1&&t<=31||127==t||0==r&&t>=48&&t<=57||1==r&&t>=48&&t<=57&&45==o?"\\"+t.toString(16)+" ":(0!=r||1!=a||45!=t)&&(t>=128||45==t||95==t||t>=48&&t<=57||t>=65&&t<=90||t>=97&&t<=122)?n.charAt(r):"\\"+n.charAt(r):i+="�";return i};function Ra(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return 0!==e.length&&(e.match(/[0-9]/g)||"").length>=e.length/2}function Ba(e,t){return[e.substring(0,t),e.substring(t)]}function La(e){return e.replace(/\s+$/,"")}function za(e){var t=e,n="",a="",r="",i="",o="";if(e.includes("#")){var s=J(Ba(e,e.indexOf("#")),2);e=s[0],o=s[1]}if(e.includes("?")){var l=J(Ba(e,e.indexOf("?")),2);e=l[0],i=l[1]}if(e.includes("://")){var c=J(e.split("://"),2);n=c[0];var u=J(Ba(e=c[1],e.indexOf("/")),2);a=u[0],e=u[1]}else if("//"===e.substr(0,2)){var d=J(Ba(e=e.substr(2),e.indexOf("/")),2);a=d[0],e=d[1]}if("www."===a.substr(0,4)&&(a=a.substr(4)),a&&a.includes(":")){var p=J(Ba(a,a.indexOf(":")),2);a=p[0],r=p[1]}return{original:t,protocol:n,domain:a,port:r,path:e,query:i,hash:o}}var Ua=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!(e.length<=1||"data:"===e.substr(0,5)||"javascript:"===e.substr(0,11)||e.includes("?"))){var n=t.currentDomain,a=t.maxLength,r=void 0===a?25:a,i=za(e),o=i.path,s=i.domain,l=i.hash,c=o.substr(o.substr(0,o.length-2).lastIndexOf("/")+1);if(l)return c&&(c+l).length<=r?La(c+l):c.length<2&&l.length>2&&l.length<=r?La(l):void 0;if(s&&s.length1)&&(-1!==u||c.length>2)&&c.length<=r&&!c.match(/index(\.[a-zA-Z]{2-4})?/)&&!Ra(c)?La(c):void 0}};var qa,Za=function(e){return e.attributes instanceof o.NamedNodeMap?e.attributes:e.cloneNode(!1).attributes},Ga=function(e,t){return qa&&e[qa]||(qa=function(e){var t,n,a=["matches","matchesSelector","mozMatchesSelector","webkitMatchesSelector","msMatchesSelector"],r=a.length;for(t=0;t2&&void 0!==arguments[2]?arguments[2]:{};if(!t)return"";var a=t.getRootNode&&t.getRootNode()||l;if(11!==a.nodeType)return e(t,n,a);for(var r=[];11===a.nodeType;){if(!a.host)return"";r.unshift({elm:t,doc:a}),a=(t=a.host).getRootNode()}return r.unshift({elm:t,doc:a}),r.map((function(t){return e(t.elm,n,t.doc)}))}var Ja=["class","style","id","selected","checked","disabled","tabindex","aria-checked","aria-selected","aria-invalid","aria-activedescendant","aria-busy","aria-disabled","aria-expanded","aria-grabbed","aria-pressed","aria-valuenow","xmlns"],Qa=/([\\"])/g,Xa=/(\r\n|\r|\n)/g;function Ka(e){return e.replace(Qa,"\\$1").replace(Xa,"\\a ")}function $a(e,t){var n,a=t.name;if(-1!==a.indexOf("href")||-1!==a.indexOf("src")){var r=Ua(e.getAttribute(a));n=r?ja(t.name)+'$="'+Ka(r)+'"':ja(t.name)+'="'+Ka(e.getAttribute(a))+'"'}else n=ja(a)+'="'+Ka(t.value)+'"';return n}function er(e,t){return e.count "+a:s,r=r?r.filter((function(e){return Ga(e,a)})):Array.from(n.querySelectorAll(a)),e=e.parentElement}while((r.length>1||o)&&e&&11!==e.nodeType);return 1===r.length?a:-1!==a.indexOf(" > ")?":root"+a.substring(a.indexOf(" > ")):":root"}function lr(e,t){return Va(sr,e,t)}function cr(e){var t=e.nodeName.toLowerCase(),n=e.parentElement;if(!n)return t;var a="";if("head"!==t&&"body"!==t&&n.children.length>1){var r=Array.prototype.indexOf.call(n.children,e)+1;a=":nth-child(".concat(r,")")}return cr(n)+" > "+t+a}function ur(e,t){return Va(cr,e,t)}function dr(e,t){var n,a;if(!e)return[];if(!t&&9===e.nodeType)return t=[{str:"html"}];if(t=t||[],e.parentNode&&e.parentNode!==e&&(t=dr(e.parentNode,t)),e.previousSibling){a=1,n=e.previousSibling;do{1===n.nodeType&&n.nodeName===e.nodeName&&a++,n=n.previousSibling}while(n);1===a&&(a=null)}else if(e.nextSibling){n=e.nextSibling;do{1===n.nodeType&&n.nodeName===e.nodeName?(a=1,n=null):(a=null,n=n.previousSibling)}while(n)}if(1===e.nodeType){var r={};r.str=e.nodeName.toLowerCase();var i=e.getAttribute&&ja(e.getAttribute("id"));i&&1===e.ownerDocument.querySelectorAll("#"+i).length&&(r.id=e.getAttribute("id")),a>1&&(r.count=a),t.push(r)}return t}var pr=function(e){return function(e){return e.reduce((function(e,t){return t.id?"/".concat(t.str,"[@id='").concat(t.id,"']"):e+"/".concat(t.str)+(t.count>0?"[".concat(t.count,"]"):"")}),"")}(dr(e))},hr={},fr={set:function(e,t){!function(e){Fa("string"==typeof e,"key must be a string, "+c(e)+" given"),Fa(""!==e,"key must not be empty")}(e),hr[e]=t},get:function(e,t){if(function(e){Fa("function"==typeof e||void 0===e,"creator must be a function or undefined, "+c(e)+" given")}(t),e in hr)return hr[e];if("function"==typeof t){var n=t();return Fa(void 0!==n,"Cache creator function should not return undefined"),this.set(e,n),hr[e]}},clear:function(){hr={}}};var mr=fr;var gr=function(e,t){var n=t||e;return mr.get("nodeMap")?mr.get("nodeMap").get(n):null},br="DqElm.RunOptions";function vr(e){if(null==e||!e.outerHTML)return"";var t=e.outerHTML;return t||"function"!=typeof o.XMLSerializer||(t=(new o.XMLSerializer).serializeToString(e)),function(e,t){if(t=t||300,e.length>t){var n=e.indexOf(">");e=e.substring(0,n+1)}return e}(t||"")}function yr(e){var t,n,a,r,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};i||(i=null!==(a=mr.get(br))&&void 0!==a?a:{});(this.spec=o,e instanceof wa?(this._virtualNode=e,this._element=e.actualNode):(this._element=e,this._virtualNode=gr(e)),this.fromFrame=(null===(t=this.spec.selector)||void 0===t?void 0:t.length)>1,this._includeElementInJson=i.elementRef,i.absolutePaths&&(this._options={toRoot:!0}),this.nodeIndexes=[],Array.isArray(this.spec.nodeIndexes)?this.nodeIndexes=this.spec.nodeIndexes:"number"==typeof(null===(n=this._virtualNode)||void 0===n?void 0:n.nodeIndex)&&(this.nodeIndexes=[this._virtualNode.nodeIndex]),this.source=null,u._audit.noHtml)||(this.source=null!==(r=this.spec.source)&&void 0!==r?r:vr(this._element))}yr.prototype={get selector(){return this.spec.selector||[lr(this.element,this._options)]},get ancestry(){return this.spec.ancestry||[ur(this.element)]},get xpath(){return this.spec.xpath||[pr(this.element)]},get element(){return this._element},toJSON:function(){var e={selector:this.selector,source:this.source,xpath:this.xpath,ancestry:this.ancestry,nodeIndexes:this.nodeIndexes,fromFrame:this.fromFrame};return this._includeElementInJson&&(e.element=this._element),e}},yr.fromFrame=function(e,t,n){var a=yr.mergeSpecs(e,n);return new yr(n.element,t,a)},yr.mergeSpecs=function(e,t){return V({},e,{selector:[].concat(W(t.selector),W(e.selector)),ancestry:[].concat(W(t.ancestry),W(e.ancestry)),xpath:[].concat(W(t.xpath),W(e.xpath)),nodeIndexes:[].concat(W(t.nodeIndexes),W(e.nodeIndexes)),fromFrame:!0})},yr.setRunOptions=function(e){var t=e.elementRef,n=e.absolutePaths;mr.set(br,{elementRef:t,absolutePaths:n})};var wr=yr;var Ar=function(e,t,n,a){return{isAsync:!1,async:function(){return this.isAsync=!0,function(t){t instanceof Error==!1?(e.result=t,n(e)):a(t)}},data:function(t){e.data=t},relatedNodes:function(t){o.Node&&(t=t instanceof o.Node||t instanceof wa?[t]:_a(t),e.relatedNodes=[],t.forEach((function(t){if(t instanceof wa&&(t=t.actualNode),t instanceof o.Node){var n=new wr(t);e.relatedNodes.push(n)}})))}}};function Dr(e){return Er(e,new Map)}function Er(e,t){var n,a;if(null===e||"object"!==c(e))return e;if(null!==(n=o)&&void 0!==n&&n.Node&&e instanceof o.Node||null!==(a=o)&&void 0!==a&&a.HTMLCollection&&e instanceof o.HTMLCollection||"nodeName"in e&&"nodeType"in e&&"ownerDocument"in e)return e;if(t.has(e))return t.get(e);if(Array.isArray(e)){var r=[];return t.set(e,r),e.forEach((function(e){r.push(Er(e,t))})),r}var i={};for(var s in t.set(e,i),e)i[s]=Er(e[s],t);return i}var kr=new(de(Wt()).CssSelectorParser);kr.registerSelectorPseudos("not"),kr.registerSelectorPseudos("is"),kr.registerNestingOperators(">"),kr.registerAttrEqualityMods("^","$","*","~");var xr=kr;function Tr(e,t){return _r(t).some((function(t){return Rr(e,t)}))}function Cr(e,t){return function(e,t){return 1===e.props.nodeType&&("*"===t.tag||e.props.nodeName===t.tag)}(e,t)&&function(e,t){return!t.classes||t.classes.every((function(t){return e.hasClass(t.value)}))}(e,t)&&function(e,t){return!t.attributes||t.attributes.every((function(t){var n=e.attr(t.key);return null!==n&&t.test(n)}))}(e,t)&&function(e,t){return!t.id||e.props.id===t.id}(e,t)&&(n=e,!((a=t).pseudos&&!a.pseudos.every((function(e){if("not"===e.name)return!e.expressions.some((function(e){return Rr(n,e)}));if("is"===e.name)return e.expressions.some((function(e){return Rr(n,e)}));throw new Error("the pseudo selector "+e.name+" has not yet been implemented")}))));var n,a}var Sr,Or=(Sr=/(?=[\-\[\]{}()*+?.\\\^$|,#\s])/g,function(e){return e.replace(Sr,"\\")}),Mr=/\\/g;function Pr(e){if(e)return e.map((function(e){var t,n,a=e.name.replace(Mr,""),r=(e.value||"").replace(Mr,"");switch(e.operator){case"^=":n=new RegExp("^"+Or(r));break;case"$=":n=new RegExp(Or(r)+"$");break;case"~=":n=new RegExp("(^|\\s)"+Or(r)+"(\\s|$)");break;case"|=":n=new RegExp("^"+Or(r)+"(-|$)");break;case"=":t=function(e){return r===e};break;case"*=":t=function(e){return e&&e.includes(r)};break;case"!=":t=function(e){return r!==e};break;default:t=function(e){return null!==e}}return""===r&&/^[*$^]=$/.test(e.operator)&&(t=function(){return!1}),t||(t=function(e){return e&&n.test(e)}),{key:a,value:r,type:void 0===e.value?"attrExist":"attrValue",test:t}}))}function Ir(e){if(e)return e.map((function(e){return{value:e=e.replace(Mr,""),regexp:new RegExp("(^|\\s)"+Or(e)+"(\\s|$)")}}))}function Nr(e){if(e)return e.map((function(e){var t;return["is","not"].includes(e.name)&&(t=Fr(t=(t=e.value).selectors?t.selectors:[t])),{name:e.name,expressions:t,value:e.value}}))}function Fr(e){return e.map((function(e){for(var t=[],n=e.rule;n;)t.push({tag:n.tagName?n.tagName.toLowerCase():"*",combinator:n.nestingOperator?n.nestingOperator:" ",id:n.id,attributes:Pr(n.attrs),classes:Ir(n.classNames),pseudos:Nr(n.pseudos)}),n=n.rule;return t}))}function _r(e){var t=xr.parse(e);return Fr(t=t.selectors?t.selectors:[t])}function jr(e,t,n,a){if(!e)return!1;for(var r=Array.isArray(t)?t[n]:t,i=Cr(e,r);!i&&a&&e.parent;)i=Cr(e=e.parent,r);if(n>0){if(!1===[" ",">"].includes(r.combinator))throw new Error("axe.utils.matchesExpression does not support the combinator: "+r.combinator);i=i&&jr(e.parent,t,n-1," "===r.combinator)}return i}function Rr(e,t,n){return jr(e,t,t.length-1,n)}var Br=function(e,t){for(;e;){if(Tr(e,t))return e;if(void 0===e.parent)throw new TypeError("Cannot resolve parent for non-DOM nodes");e=e.parent}return null};function Lr(){}function zr(e){if("function"!=typeof e)throw new TypeError("Queue methods require functions as arguments")}var Ur,qr,Zr,Gr,Yr=function(){var e,t=[],n=0,a=0,r=Lr,i=!1,o=function(t){e=t,setTimeout((function(){null!=e&&va("Uncaught error (of queue)",e)}),1)},s=o;function l(e){return function(n){t[e]=n,(a-=1)||r===Lr||(i=!0,r(t))}}function u(e){return r=Lr,s(e),t}var d={defer:function(r){if("object"===c(r)&&r.then&&r.catch){var o=r;r=function(e,t){o.then(e).catch(t)}}if(zr(r),void 0===e){if(i)throw new Error("Queue already completed");return t.push(r),++a,function(){for(var e=t.length;n>>((3&t)<<3)&255;return Gr});for(var Hr="function"==typeof o.Buffer?o.Buffer:Array,Vr=[],Jr={},Qr=0;Qr<256;Qr++)Vr[Qr]=(Qr+256).toString(16).substr(1),Jr[Vr[Qr]]=Qr;function Xr(e,t){var n=t||0,a=Vr;return a[e[n++]]+a[e[n++]]+a[e[n++]]+a[e[n++]]+"-"+a[e[n++]]+a[e[n++]]+"-"+a[e[n++]]+a[e[n++]]+"-"+a[e[n++]]+a[e[n++]]+"-"+a[e[n++]]+a[e[n++]]+a[e[n++]]+a[e[n++]]+a[e[n++]]+a[e[n++]]}var Kr=qr(),$r=[1|Kr[0],Kr[1],Kr[2],Kr[3],Kr[4],Kr[5]],ei=16383&(Kr[6]<<8|Kr[7]),ti=0,ni=0;function ai(e,t,n){var a=t&&n||0,r=t||[],i=null!=(e=e||{}).clockseq?e.clockseq:ei,o=null!=e.msecs?e.msecs:(new Date).getTime(),s=null!=e.nsecs?e.nsecs:ni+1,l=o-ti+(s-ni)/1e4;if(l<0&&null==e.clockseq&&(i=i+1&16383),(l<0||o>ti)&&null==e.nsecs&&(s=0),s>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");ti=o,ni=s,ei=i;var c=(1e4*(268435455&(o+=122192928e5))+s)%4294967296;r[a++]=c>>>24&255,r[a++]=c>>>16&255,r[a++]=c>>>8&255,r[a++]=255&c;var u=o/4294967296*1e4&268435455;r[a++]=u>>>8&255,r[a++]=255&u,r[a++]=u>>>24&15|16,r[a++]=u>>>16&255,r[a++]=i>>>8|128,r[a++]=255&i;for(var d=e.node||$r,p=0;p<6;p++)r[a+p]=d[p];return t||Xr(r)}function ri(e,t,n){var a=t&&n||0;"string"==typeof e&&(t="binary"==e?new Hr(16):null,e=null);var r=(e=e||{}).random||(e.rng||qr)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t)for(var i=0;i<16;i++)t[a+i]=r[i];return t||Xr(r)}(Ur=ri).v1=ai,Ur.v4=ri,Ur.parse=function(e,t,n){var a=t&&n||0,r=0;for(t=t||[],e.toLowerCase().replace(/[0-9a-f]{2}/g,(function(e){r<16&&(t[a+r++]=Jr[e])}));r<16;)t[a+r++]=0;return t},Ur.unparse=Xr,Ur.BufferClass=Hr,u._uuid=ai();var ii=ri,oi=Object.freeze(["EvalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);function si(e){var t;try{t=JSON.parse(e)}catch(e){return}if(null!==(n=t)&&"object"===c(n)&&"string"==typeof n.channelId&&n.source===li()){var n,a=t,r=a.topic,i=a.channelId,s=a.messageId,l=a.keepalive;return{topic:r,message:"object"===c(t.error)?function(e){var t=e.message||"Unknown error occurred",n=oi.includes(e.name)?e.name:"Error",a=o[n]||Error;e.stack&&(t+="\n"+e.stack.replace(e.message,""));return new a(t)}(t.error):t.payload,messageId:s,channelId:i,keepalive:!!l}}}function li(){var e="axeAPI",t="";return void 0!==u&&u._audit&&u._audit.application&&(e=u._audit.application),void 0!==u&&(t=u.version),e+"."+t}function ci(e){di(e),Fa(o.parent===e,"Source of the response must be the parent window.")}function ui(e){di(e),Fa(e.parent===o,"Respondable target must be a frame in the current window")}function di(e){Fa(o!==e,"Messages can not be sent to the same window.")}var pi={};var hi=[];function fi(){var e="".concat(ri(),":").concat(ri());return hi.includes(e)?fi():(hi.push(e),e)}function mi(e,t,n,a){if(n?ci(e):ui(e),t.message instanceof Error&&!n)return u.log(t.message),!1;var r=function(e){var t=e.topic,n=e.channelId,a=e.message,r={channelId:n,topic:t,messageId:e.messageId,keepalive:!!e.keepalive,source:li()};return a instanceof Error?r.error={name:a.name,message:a.message,stack:a.stack}:r.payload=a,JSON.stringify(r)}(V({messageId:fi()},t)),i=u._audit.allowedOrigins;return!(!i||!i.length)&&("function"==typeof a&&function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];Fa(!pi[e],"A replyHandler already exists for this message channel."),pi[e]={replyHandler:t,sendToParent:n}}(t.channelId,a,n),i.forEach((function(t){try{e.postMessage(r,t)}catch(n){if(n instanceof e.DOMException)throw new Error('allowedOrigins value "'.concat(t,'" is not a valid origin'));throw n}})),!0)}function gi(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return function(a,r,i){mi(e,{channelId:t,message:a,keepalive:r},n,i)}}function bi(e,t){var n,a=e.origin,r=e.data,i=e.source;try{var s=si(r)||{},l=s.channelId,c=s.message,d=s.messageId;if(!function(e){var t=u._audit.allowedOrigins;return t&&t.includes("*")||t.includes(e)}(a)||(n=d,hi.includes(n)||(hi.push(n),0)))return;if(c instanceof Error&&i.parent!==o)return u.log(c),!1;try{if(s.topic){var p=gi(i,l);ci(i),t(s,p)}else!function(e,t){var n=t.channelId,a=t.message,r=t.keepalive,i=function(e){return pi[e]}(n)||{},o=i.replyHandler,s=i.sendToParent;if(!o)return;s?ci(e):ui(e);var l=gi(e,n,s);!r&&n&&function(e){delete pi[e]}(n);try{o(a,r,l)}catch(e){u.log(e),l(e,r)}}(i,s)}catch(e){!function(e,t,n){if(!e.parent!==o)return u.log(t);try{mi(e,{topic:null,channelId:n,message:t,messageId:fi(),keepalive:!0},!0)}catch(e){return u.log(e)}}(i,e,l)}}catch(e){return u.log(e),!1}}var vi,yi,wi={open:function(e){if("function"==typeof o.addEventListener){var t=function(t){bi(t,e)};return o.addEventListener("message",t,!1),function(){o.removeEventListener("message",t,!1)}}},post:function(e,t,n){return"function"==typeof o.addEventListener&&mi(e,t,!1,n)}};function Ai(e){e.updateMessenger(wi)}var Di={};function Ei(e,t,n,a,r){var i={topic:t,message:n,channelId:"".concat(ri(),":").concat(ri()),keepalive:a};return yi(e,i,r)}function ki(e,t){var n=e.topic,a=e.message,r=e.keepalive,i=Di[n];if(i)try{i(a,r,t)}catch(e){u.log(e),t(e,r)}}function xi(e,t,n,a){var r,i,o=e.contentWindow,s=null!==(r=null===(i=t.options)||void 0===i?void 0:i.pingWaitTime)&&void 0!==r?r:500;if(!o)return va("Frame does not have a content window",e),void n(null);if(0!==s){var l=setTimeout((function(){l=setTimeout((function(){t.debug?a(Ci("No response from frame",e)):n(null)}),0)}),s);Ei(o,"axe.ping",null,void 0,(function(){clearTimeout(l),Ti(e,t,n,a)}))}else Ti(e,t,n,a)}function Ti(e,t,n,a){var r,i,o=null!==(r=null===(i=t.options)||void 0===i?void 0:i.frameWaitTime)&&void 0!==r?r:6e4,s=e.contentWindow,l=setTimeout((function(){a(Ci("Axe in frame timed out",e))}),o);Ei(s,"axe.start",t,void 0,(function(e){clearTimeout(l),e instanceof Error==!1?n(e):a(e)}))}function Ci(e,t){var n;return u._tree&&(n=lr(t)),new Error(e+": "+(n||t))}Ei.updateMessenger=function(e){var t=e.open,n=e.post;Fa("function"==typeof t,"open callback must be a function"),Fa("function"==typeof n,"post callback must be a function"),vi&&vi();var a=t(ki);a?(Fa("function"==typeof a,"open callback must return a cleanup function"),vi=a):vi=null,yi=n},Ei.subscribe=function(e,t){Fa("function"==typeof t,"Subscriber callback must be a function"),Fa(!Di[e],"Topic ".concat(e," is already registered to.")),Di[e]=t},Ei.isInFrame=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o;return!!e.frameElement},Ai(Ei);var Si=null,Oi={update:function(e){Fa("object"===c(e),"serializer must be an object"),Si=e},toSpec:function(e){return Oi.dqElmToSpec(new wr(e))},dqElmToSpec:function(e,t){var n;return e instanceof wr==!1?e:(t&&(e=function(e,t){var n=e.fromFrame,a=t.ancestry,r=t.xpath,i=!1!==t.selectors||n;return(e=new wr(e.element,t,{source:e.source,nodeIndexes:e.nodeIndexes,selector:i?e.selector:[":root"],ancestry:a?e.ancestry:[":root"],xpath:r?e.xpath:"/"})).fromFrame=n,e}(e,t)),"function"==typeof(null===(n=Si)||void 0===n?void 0:n.toSpec)?Si.toSpec(e):e.toJSON())},mergeSpecs:function(e,t){var n;return"function"==typeof(null===(n=Si)||void 0===n?void 0:n.mergeSpecs)?Si.mergeSpecs(e,t):wr.mergeSpecs(e,t)},mapRawResults:function(e){return e.map((function(e){return V({},e,{nodes:Oi.mapRawNodeResults(e.nodes)})}))},mapRawNodeResults:function(e){return null==e?void 0:e.map((function(e){var t=e.node,n=Y(e,p);n.node=Oi.dqElmToSpec(t);for(var a=0,r=["any","all","none"];a0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=Math.max(null==e?void 0:e.length,null==t?void 0:t.length),a=0;a0||0===i&&n.selector.length(0|t.left)&&(0|e.top)<(0|t.bottom)&&(0|e.bottom)>(0|t.top)}var Vi=Wa((function(e){var t=[];return e?("hidden"===e.getComputedStylePropertyValue("overflow")&&t.push(e),t.concat(Vi(e.parent))):t})),Ji=Vi,Qi=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,Xi=/(\w+)\((\d+)/;function Ki(e){return["style","script","noscript","template"].includes(e.props.nodeName)}function $i(e){return"area"!==e.props.nodeName&&"none"===e.getComputedStylePropertyValue("display")}function eo(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.isAncestor;return!n&&["hidden","collapse"].includes(e.getComputedStylePropertyValue("visibility"))}function to(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.isAncestor;return!!n&&"hidden"===e.getComputedStylePropertyValue("content-visibility")}function no(e){return"true"===e.attr("aria-hidden")}function ao(e){return"0"===e.getComputedStylePropertyValue("opacity")}function ro(e){var t=wm(e.actualNode),n=parseInt(e.getComputedStylePropertyValue("height")),a=parseInt(e.getComputedStylePropertyValue("width"));return!!t&&(0===n||0===a)}function io(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.isAncestor;if(n)return!1;var a=e.boundingClientRect,r=Ji(e);return!!r.length&&r.some((function(e){var t=e.boundingClientRect;return t.width<2||t.height<2||!Hi(a,t)}))}function oo(e){var t=e.getComputedStylePropertyValue("clip").match(Qi),n=e.getComputedStylePropertyValue("clip-path").match(Xi);if(t&&5===t.length){var a=e.getComputedStylePropertyValue("position");if(["fixed","absolute"].includes(a))return t[3]-t[1]<=0&&t[2]-t[4]<=0}if(n){var r=n[1],i=parseInt(n[2],10);switch(r){case"inset":return i>=50;case"circle":return 0===i}}return!1}function so(e,t){var n=Br(e,"map");if(!n)return!0;var a=n.attr("name");if(!a)return!0;var r=qi(e.actualNode);if(!r||9!==r.nodeType)return!0;var i=eg(u._tree,'img[usemap="#'.concat(ja(a),'"]'));return!i||!i.length||i.some((function(e){return!t(e)}))}function lo(e){var t;if("details"!==(null===(t=e.parent)||void 0===t?void 0:t.props.nodeName))return!1;if("summary"===e.props.nodeName&&e.parent.children.find((function(e){return"summary"===e.props.nodeName}))===e)return!1;return!e.parent.hasAttr("open")}var co=[$i,eo,to,lo];function uo(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.skipAncestors,a=t.isAncestor,r=void 0!==a&&a;return e=Nm(e).vNode,n?po(e,r):ho(e,r)}var po=Wa((function(e,t){return!!Ki(e)||!!e.actualNode&&(!!co.some((function(n){return n(e,{isAncestor:t})}))||!e.actualNode.isConnected)})),ho=Wa((function(e,t){return!!po(e,t)||!!e.parent&&ho(e.parent,!0)}));var fo=function e(t){if(t.assignedSlot)return e(t.assignedSlot);if(t.parentNode){var n=t.parentNode;if(1===n.nodeType)return n;if(n.host)return n.host}return null};var mo=function(e){if(!e.nodeType&&e.document&&(e=e.document),9===e.nodeType){var t=e.documentElement,n=e.body;return{left:t&&t.scrollLeft||n&&n.scrollLeft||0,top:t&&t.scrollTop||n&&n.scrollTop||0}}return{left:e.scrollLeft,top:e.scrollTop}};var go=function(e){var t=mo(l),n=t.left,a=t.top,r=e.getBoundingClientRect();return{top:r.top+a,right:r.right+n,bottom:r.bottom+a,left:r.left+n,width:r.right-r.left,height:r.bottom-r.top}};var bo=function(e){var t=e.document,n=t.documentElement;if(e.innerWidth)return{width:e.innerWidth,height:e.innerHeight};if(n)return{width:n.clientWidth,height:n.clientHeight};var a=t.body;return{width:a.clientWidth,height:a.clientHeight}};function vo(e,t){for(e=fo(e);e&&"html"!==e.nodeName.toLowerCase();){if(e.scrollTop&&(t+=e.scrollTop)>=0)return!1;e=fo(e)}return!0}var yo=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.isAncestor;if(n)return!1;var a=Nm(e),r=a.domNode;if(r){var i,s=l.documentElement,c=o.getComputedStyle(r),u=o.getComputedStyle(l.body||s).getPropertyValue("direction"),d=go(r);if(d.bottom<0&&(vo(r,d.bottom)||"absolute"===c.position))return!0;if(0===d.left&&0===d.right)return!1;if("ltr"===u){if(d.right<=0)return!0}else if(i=Math.max(s.scrollWidth,bo(o).width),d.left>=i)return!0;return!1}},wo=[ao,ro,io,oo,yo];function Ao(e){return e=Nm(e).vNode,Do(e)}var Do=Wa((function(e,t){return e.actualNode&&"area"===e.props.nodeName?!so(e,Do):!uo(e,{skipAncestors:!0,isAncestor:t})&&((!e.actualNode||!wo.some((function(n){return n(e,{isAncestor:t})})))&&(!e.parent||Do(e.parent,!0)))}));function Eo(e,t){var n=Math.min(e.top,t.top),a=Math.max(e.right,t.right),r=Math.max(e.bottom,t.bottom),i=Math.min(e.left,t.left);return new o.DOMRect(i,n,a-i,r-n)}function ko(e,t){var n=e.x,a=e.y,r=t.top,i=t.right,o=t.bottom,s=t.left;return a>=r&&n<=i&&a<=o&&n>=s}var xo={};function To(e,t){var n=Math.max(e.left,t.left),a=Math.min(e.right,t.right),r=Math.max(e.top,t.top),i=Math.min(e.bottom,t.bottom);return n>=a||r>=i?null:new o.DOMRect(n,r,a-n,i-r)}function Co(e){var t=e.left,n=e.top,a=e.width,r=e.height;return new o.DOMPoint(t+a/2,n+r/2)}ue(xo,{getBoundingRect:function(){return Eo},getIntersectionRect:function(){return To},getOffset:function(){return Oo},getRectCenter:function(){return Co},hasVisualOverlap:function(){return Io},isPointInRect:function(){return ko},rectHasMinimumSize:function(){return So},rectsOverlap:function(){return Hi},splitRects:function(){return No}});function So(e,t){var n=t.width,a=t.height;return n+.05>=e&&a+.05>=e}function Oo(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:12,a=gs(e),r=gs(t);if(!a.length||!r.length)return 0;var i,o=a.reduce(Eo),s=Co(o),l=1/0,c=ne(r);try{for(c.s();!(i=c.n()).done;){var u=i.value;if(ko(s,u))return 0;var d=Mo(s,u),p=Po(s,d);l=Math.min(l,p)}}catch(e){c.e(e)}finally{c.f()}var h=bs(t);if(So(2*n,h))return l;var f=r.reduce(Eo),m=Co(f),g=Po(s,m)-n;return Math.max(0,Math.min(l,g))}function Mo(e,t){return{x:e.xt.right?t.right:e.x,y:e.yt.bottom?t.bottom:e.y}}function Po(e,t){return Math.hypot(e.x-t.x,e.y-t.y)}function Io(e,t){var n=e.boundingClientRect,a=t.boundingClientRect;return!(n.left>=a.right||n.right<=a.left||n.top>=a.bottom||n.bottom<=a.top)&&ss(e,t)>0}function No(e,t){var n,a=[e],r=ne(t);try{var i,o=function(){var e=n.value;if((a=a.reduce((function(t,n){return t.concat(function(e,t){var n=e.top,a=e.left,r=e.bottom,i=e.right,o=nt.top,s=at.left,l=[];Fo(t.top,n,r)&&s&&l.push({top:n,left:a,bottom:t.top,right:i});Fo(t.right,a,i)&&o&&l.push({top:n,left:t.right,bottom:r,right:i});Fo(t.bottom,n,r)&&s&&l.push({top:t.bottom,right:i,bottom:r,left:a});Fo(t.left,a,i)&&o&&l.push({top:n,left:a,bottom:r,right:t.left});if(0===l.length){if(u=t,(c=e).top>=u.top&&c.left>=u.left&&c.bottom<=u.bottom&&c.right<=u.right)return[];l.push(e)}var c,u;return l.map(_o)}(n,e))}),[])).length>4e3)return{v:[]}};for(r.s();!(n=r.n()).done;)if(i=o())return i.v}catch(e){r.e(e)}finally{r.f()}return a}var Fo=function(e,t,n){return e>t&&e0&&void 0!==arguments[0]?arguments[0]:l.body,t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(mr.get("gridCreated")&&!n)return ba.gridSize;if(mr.set("gridCreated",!0),!n){var a,r=gr(l.documentElement);if(r||(r=new Of(l.documentElement)),Lo=0,r._stackingOrder=[Go(jo,Lo++,null)],null!==(a=t)&&void 0!==a||(t=new Ho),Wo(t,r),wm(r.actualNode)){var i=new Ho(r);r._subGrid=i}}for(var s=l.createTreeWalker(e,o.NodeFilter.SHOW_ELEMENT,null,!1),c=n?s.nextNode():s.currentNode;c;){var d=gr(c);d&&d.parent?n=d.parent:c.assignedSlot?n=gr(c.assignedSlot):c.parentElement?n=gr(c.parentElement):c.parentNode&&gr(c.parentNode)&&(n=gr(c.parentNode)),d||(d=new u.VirtualNode(c,n)),d._stackingOrder=Zo(d,n,Lo++);var p=Yo(d,n),h=p?p._subGrid:t;if(wm(d.actualNode)){var f=new Ho(d);d._subGrid=f}var m=d.boundingClientRect;0!==m.width&&0!==m.height&&Ao(c)&&Wo(h,d),zi(c)&&zo(c.shadowRoot,h,d),c=s.nextNode()}return ba.gridSize}function Uo(e,t){var n=e.getComputedStylePropertyValue("position"),a=e.getComputedStylePropertyValue("z-index");if("fixed"===n||"sticky"===n)return!0;if("auto"!==a&&"static"!==n)return!0;if("1"!==e.getComputedStylePropertyValue("opacity"))return!0;if("none"!==(e.getComputedStylePropertyValue("-webkit-transform")||e.getComputedStylePropertyValue("-ms-transform")||e.getComputedStylePropertyValue("transform")||"none"))return!0;var r=e.getComputedStylePropertyValue("mix-blend-mode");if(r&&"normal"!==r)return!0;var i=e.getComputedStylePropertyValue("filter");if(i&&"none"!==i)return!0;var o=e.getComputedStylePropertyValue("perspective");if(o&&"none"!==o)return!0;var s=e.getComputedStylePropertyValue("clip-path");if(s&&"none"!==s)return!0;if("none"!==(e.getComputedStylePropertyValue("-webkit-mask")||e.getComputedStylePropertyValue("mask")||"none"))return!0;if("none"!==(e.getComputedStylePropertyValue("-webkit-mask-image")||e.getComputedStylePropertyValue("mask-image")||"none"))return!0;if("none"!==(e.getComputedStylePropertyValue("-webkit-mask-border")||e.getComputedStylePropertyValue("mask-border")||"none"))return!0;if("isolate"===e.getComputedStylePropertyValue("isolation"))return!0;var l=e.getComputedStylePropertyValue("will-change");if("transform"===l||"opacity"===l)return!0;if("touch"===e.getComputedStylePropertyValue("-webkit-overflow-scrolling"))return!0;var c=e.getComputedStylePropertyValue("contain");return!!["layout","paint","strict","content"].includes(c)||!("auto"===a||!qo(t))}function qo(e){if(!e)return!1;var t=e.getComputedStylePropertyValue("display");return["flex","inline-flex","grid","inline-grid"].includes(t)}function Zo(e,t,n){var a=t._stackingOrder.slice();if(Uo(e,t)){var r=a.findIndex((function(e){var t=e.stackLevel;return[jo,Ro,Bo].includes(t)}));-1!==r&&a.splice(r,a.length-r)}var i=function(e,t){var n=function(e,t){if("static"===e.getComputedStylePropertyValue("position")&&!qo(t))return"auto";return e.getComputedStylePropertyValue("z-index")}(e,t);if(!["auto","0"].includes(n))return parseInt(n);if("static"!==e.getComputedStylePropertyValue("position"))return Bo;if("none"!==e.getComputedStylePropertyValue("float"))return Ro;if(Uo(e,t))return.1;return null}(e,t);return null!==i&&a.push(Go(i,n,e)),a}function Go(e,t,n){return{stackLevel:e,treeOrder:t,vNode:n}}function Yo(e,t){for(var n=null,a=[e];t;){if(wm(t.actualNode)){n=t;break}if(t._scrollRegionParent){n=t._scrollRegionParent;break}a.push(t),t=gr(t.actualNode.parentElement||t.actualNode.parentNode)}return a.forEach((function(e){return e._scrollRegionParent=n})),n}function Wo(e,t){var n=Ji(t);t.clientRects.forEach((function(a){var r,i=n.reduce((function(e,t){return e&&To(e,t.boundingClientRect)}),a);if(i){null!==(r=t._grid)&&void 0!==r||(t._grid=e);var o=e.getGridPositionOfRect(i);e.loopGridPosition(o,(function(e){e.includes(t)||e.push(t)}))}}))}var Ho=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;K(this,e),this.container=t,this.cells=[]}return ee(e,[{key:"toGridIndex",value:function(e){return Math.floor(e/ba.gridSize)}},{key:"getCellFromPoint",value:function(e){var t,n,a=e.x,r=e.y;Fa(this.boundaries,"Grid does not have cells added");var i=this.toGridIndex(r),o=this.toGridIndex(a);Fa(ko({y:i,x:o},this.boundaries),"Element midpoint exceeds the grid bounds");var s=null!==(t=this.cells[i-this.cells._negativeIndex])&&void 0!==t?t:[];return null!==(n=s[o-s._negativeIndex])&&void 0!==n?n:[]}},{key:"loopGridPosition",value:function(e,t){var n=e,a=n.left,r=n.right,i=n.top,o=n.bottom;this.boundaries&&(e=Eo(this.boundaries,e)),this.boundaries=e,Vo(this.cells,i,o,(function(e,n){Vo(e,a,r,(function(e,a){t(e,{row:n,col:a})}))}))}},{key:"getGridPositionOfRect",value:function(e){var t=e.top,n=e.right,a=e.bottom,r=e.left,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return t=this.toGridIndex(t-i),n=this.toGridIndex(n+i-1),a=this.toGridIndex(a+i-1),r=this.toGridIndex(r-i),new o.DOMRect(r,t,n-r,a-t)}}]),e}();function Vo(e,t,n,a){var r;if(null!==(r=e._negativeIndex)&&void 0!==r||(e._negativeIndex=0),t1&&void 0!==arguments[1]?arguments[1]:0;if(zo(),null===(t=e._grid)||void 0===t||null===(t=t.cells)||void 0===t||!t.length)return[];var a=e.boundingClientRect,r=e._grid,i=Qo(e),o=r.getGridPositionOfRect(a,n),s=[];return r.loopGridPosition(o,(function(t){var n,a=ne(t);try{for(a.s();!(n=a.n()).done;){var r=n.value;r&&r!==e&&!s.includes(r)&&i===Qo(r)&&s.push(r)}}catch(e){a.e(e)}finally{a.f()}})),s}var Qo=Wa((function(e){return!!e&&("fixed"===e.getComputedStylePropertyValue("position")||Qo(e.parent))})),Xo=Wa((function(){var e;if(!u._tree)return null;var t=Zm(u._tree[0],"dialog[open]",(function(e){var t=e.boundingClientRect;return l.elementsFromPoint(t.left+1,t.top+1).includes(e.actualNode)&&Ao(e)}));if(!t.length)return null;var n=t.find((function(e){var t=e.boundingClientRect;return l.elementsFromPoint(t.left-10,t.top-10).includes(e.actualNode)}));return n||(null!==(e=t.find((function(e){var t,n=null!==(t=function(e){zo();var t=u._tree[0]._grid,n=new o.DOMRect(0,0,o.innerWidth,o.innerHeight);if(!t)return;for(var a=0;a1&&void 0!==arguments[1]?arguments[1]:{},n=t.skipAncestors,a=t.isAncestor;return n?$o(e,a):es(e,a)}var $o=Wa((function(e,t){if(e.hasAttr("inert"))return!0;if(!t&&e.actualNode){var n=Xo();if(n&&!ji(n,e))return!0}return!1})),es=Wa((function(e,t){return!!$o(e,t)||!!e.parent&&es(e.parent,!0)})),ts=["button","command","fieldset","keygen","optgroup","option","select","textarea","input"];var ns=function(e){var t,n=Nm(e).vNode;if(t=n.props.nodeName,ts.includes(t)&&n.hasAttr("disabled")||Ko(n))return!0;for(var a=n.parent,r=[],i=!1;a&&a.shadowId===n.shadowId&&!i&&(r.push(a),"legend"!==a.props.nodeName);){if(void 0!==a._inDisabledFieldset){i=a._inDisabledFieldset;break}"fieldset"===a.props.nodeName&&a.hasAttr("disabled")&&(i=!0),a=a.parent}return r.forEach((function(e){return e._inDisabledFieldset=i})),!!i||"area"!==n.props.nodeName&&(!!n.actualNode&&uo(n))},as=/^\/\#/,rs=/^#[!/]/;function is(e){var t,n=e.getAttribute("href");if(!n||"#"===n)return!1;if(as.test(n))return!0;var a=e.hash,r=e.protocol,i=e.hostname,s=e.port,l=e.pathname;if(rs.test(a))return!1;if("#"===n.charAt(0))return!0;if("string"!=typeof(null===(t=o.location)||void 0===t?void 0:t.origin)||-1===o.location.origin.indexOf("://"))return null;var c,u=o.location.origin+o.location.pathname;return c=i?"".concat(r,"//").concat(i).concat(s?":".concat(s):""):o.location.origin,(c+=l?("/"!==l[0]?"/":"")+l:o.location.pathname)===u}var os=function(e,t){var n=e.getAttribute(t);if(!n)return null;if("href"===t&&!is(e))return null;-1!==n.indexOf("#")&&(n=decodeURIComponent(n.substr(n.indexOf("#")+1)));var a=l.getElementById(n);return a||((a=l.getElementsByName(n)).length?a[0]:null)};function ss(e,t){zo();for(var n=Math.max(e._stackingOrder.length,t._stackingOrder.length),a=0;ae._stackingOrder[a].stackLevel)return 1;if(t._stackingOrder[a].stackLevel2&&void 0!==arguments[2]&&arguments[2],a=Co(t),r=e.getCellFromPoint(a)||[],i=Math.floor(a.x),o=Math.floor(a.y),s=r.filter((function(e){return e.clientRects.some((function(e){var t=e.left,n=e.top;return i=Math.floor(t)&&o=Math.floor(n)}))})),c=e.container;return c&&(s=us(c._grid,c.boundingClientRect,!0).concat(s)),n||(s=s.sort(ss).map((function(e){return e.actualNode})).concat(l.documentElement).filter((function(e,t,n){return n.indexOf(e)===t}))),s}var ds=function(e){zo();var t=gr(e),n=t._grid;return n?us(n,t.boundingClientRect):[]};var ps=function(e){return eg(e,"*").filter((function(e){var t=e.isFocusable,n=e.actualNode.getAttribute("tabindex");return(n=n&&!isNaN(parseInt(n,10))?parseInt(n):null)?t&&n>=0:t}))};var hs=function(e){var t=Nm(e).vNode;if(!t||ns(t))return!1;switch(t.props.nodeName){case"a":case"area":if(t.hasAttr("href"))return!0;break;case"input":return"hidden"!==t.props.type;case"textarea":case"select":case"summary":case"button":return!0;case"details":return!eg(t,"summary").length}return!1};function fs(e){var t=Nm(e).vNode;if(1!==t.props.nodeType)return!1;if(ns(t))return!1;if(hs(t))return!0;var n=t.attr("tabindex");return!(!n||isNaN(parseInt(n,10)))}function ms(e){var t=Nm(e).vNode;return 1===t.props.nodeType&&(!(parseInt(t.attr("tabindex",10))<=-1)&&fs(t))}var gs=Wa((function(e){var t=e.boundingClientRect,n=Jo(e).filter((function(t){return Io(e,t)&&"none"!==t.getComputedStylePropertyValue("pointer-events")&&!function(e,t){return e.actualNode.contains(t.actualNode)&&!ms(t)}(e,t)}));if(!n.length)return[t];var a=n.map((function(e){return e.boundingClientRect}));return No(t,a)}));var bs=Wa((function(e,t){return function(e,t){return e.reduce((function(e,n){var a=So(t,e);return a!==So(t,n)?a?e:n:e.width*e.height>n.width*n.height?e:n}))}(gs(e),t)}));var vs={};ue(vs,{accessibleText:function(){return ws},accessibleTextVirtual:function(){return Wl},autocomplete:function(){return $l},formControlValue:function(){return Pl},formControlValueMethods:function(){return Ol},hasUnicode:function(){return Gl},isHumanInterpretable:function(){return Kl},isIconLigature:function(){return Yl},isValidAutocomplete:function(){return ec},label:function(){return rc},labelText:function(){return jl},labelVirtual:function(){return ac},nativeElementType:function(){return ic},nativeTextAlternative:function(){return Ul},nativeTextMethods:function(){return zl},removeUnicode:function(){return Xl},sanitize:function(){return zs},subtreeText:function(){return Fl},titleText:function(){return hl},unsupported:function(){return gl},visible:function(){return nc},visibleTextNodes:function(){return oc},visibleVirtual:function(){return yl}});var ys=function(e,t){e=e.actualNode||e;try{var n=Zi(e),a=[],r=e.getAttribute(t);if(r){r=Pf(r);for(var i=0;i1&&void 0!==arguments[1]?arguments[1]:{},n=Nm(e),a=n.vNode;if(1!==(null==a?void 0:a.props.nodeType))return"";if(1!==a.props.nodeType||t.inLabelledByContext||t.inControlContext||!a.attr("aria-labelledby"))return"";var r=ys(a,"aria-labelledby").filter((function(e){return e}));return r.reduce((function(e,n){var r=ws(n,V({inLabelledByContext:!0,startNode:t.startNode||a},t));return e?"".concat(e," ").concat(r):r}),"")};function Ds(e){var t=Nm(e).vNode;return 1!==(null==t?void 0:t.props.nodeType)?"":t.attr("aria-label")||""}var Es={"aria-activedescendant":{type:"idref",allowEmpty:!0},"aria-atomic":{type:"boolean",global:!0},"aria-autocomplete":{type:"nmtoken",values:["inline","list","both","none"]},"aria-braillelabel":{type:"string",allowEmpty:!0,global:!0},"aria-brailleroledescription":{type:"string",allowEmpty:!0,global:!0},"aria-busy":{type:"boolean",global:!0},"aria-checked":{type:"nmtoken",values:["false","mixed","true","undefined"]},"aria-colcount":{type:"int",minValue:-1},"aria-colindex":{type:"int",minValue:1},"aria-colspan":{type:"int",minValue:1},"aria-controls":{type:"idrefs",allowEmpty:!0,global:!0},"aria-current":{type:"nmtoken",allowEmpty:!0,values:["page","step","location","date","time","true","false"],global:!0},"aria-describedby":{type:"idrefs",allowEmpty:!0,global:!0},"aria-description":{type:"string",allowEmpty:!0,global:!0},"aria-details":{type:"idref",allowEmpty:!0,global:!0},"aria-disabled":{type:"boolean",global:!0},"aria-dropeffect":{type:"nmtokens",values:["copy","execute","link","move","none","popup"],global:!0},"aria-errormessage":{type:"idref",allowEmpty:!0,global:!0},"aria-expanded":{type:"nmtoken",values:["true","false","undefined"]},"aria-flowto":{type:"idrefs",allowEmpty:!0,global:!0},"aria-grabbed":{type:"nmtoken",values:["true","false","undefined"],global:!0},"aria-haspopup":{type:"nmtoken",allowEmpty:!0,values:["true","false","menu","listbox","tree","grid","dialog"],global:!0},"aria-hidden":{type:"nmtoken",values:["true","false","undefined"],global:!0},"aria-invalid":{type:"nmtoken",values:["grammar","false","spelling","true"],global:!0},"aria-keyshortcuts":{type:"string",allowEmpty:!0,global:!0},"aria-label":{type:"string",allowEmpty:!0,global:!0},"aria-labelledby":{type:"idrefs",allowEmpty:!0,global:!0},"aria-level":{type:"int",minValue:1},"aria-live":{type:"nmtoken",values:["assertive","off","polite"],global:!0},"aria-modal":{type:"boolean"},"aria-multiline":{type:"boolean"},"aria-multiselectable":{type:"boolean"},"aria-orientation":{type:"nmtoken",values:["horizontal","undefined","vertical"]},"aria-owns":{type:"idrefs",allowEmpty:!0,global:!0},"aria-placeholder":{type:"string",allowEmpty:!0},"aria-posinset":{type:"int",minValue:1},"aria-pressed":{type:"nmtoken",values:["false","mixed","true","undefined"]},"aria-readonly":{type:"boolean"},"aria-relevant":{type:"nmtokens",values:["additions","all","removals","text"],global:!0},"aria-required":{type:"boolean"},"aria-roledescription":{type:"string",allowEmpty:!0,global:!0},"aria-rowcount":{type:"int",minValue:-1},"aria-rowindex":{type:"int",minValue:1},"aria-rowspan":{type:"int",minValue:0},"aria-selected":{type:"nmtoken",values:["false","true","undefined"]},"aria-setsize":{type:"int",minValue:-1},"aria-sort":{type:"nmtoken",values:["ascending","descending","none","other"]},"aria-valuemax":{type:"decimal"},"aria-valuemin":{type:"decimal"},"aria-valuenow":{type:"decimal"},"aria-valuetext":{type:"string",allowEmpty:!0}},ks={alert:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["section"]},alertdialog:{type:"widget",allowedAttrs:["aria-expanded","aria-modal"],superclassRole:["alert","dialog"],accessibleNameRequired:!0},application:{type:"landmark",allowedAttrs:["aria-activedescendant","aria-expanded"],superclassRole:["structure"],accessibleNameRequired:!0},article:{type:"structure",allowedAttrs:["aria-posinset","aria-setsize","aria-expanded"],superclassRole:["document"]},banner:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},blockquote:{type:"structure",superclassRole:["section"]},button:{type:"widget",allowedAttrs:["aria-expanded","aria-pressed"],superclassRole:["command"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},caption:{type:"structure",requiredContext:["figure","table","grid","treegrid"],superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},cell:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-colindex","aria-colspan","aria-rowindex","aria-rowspan","aria-expanded"],superclassRole:["section"],nameFromContent:!0},checkbox:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-readonly","aria-expanded","aria-required"],superclassRole:["input"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},code:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},columnheader:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-sort","aria-colindex","aria-colspan","aria-expanded","aria-readonly","aria-required","aria-rowindex","aria-rowspan","aria-selected"],superclassRole:["cell","gridcell","sectionhead"],accessibleNameRequired:!1,nameFromContent:!0},combobox:{type:"widget",requiredAttrs:["aria-expanded","aria-controls"],allowedAttrs:["aria-owns","aria-autocomplete","aria-readonly","aria-required","aria-activedescendant","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!0},command:{type:"abstract",superclassRole:["widget"]},complementary:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},composite:{type:"abstract",superclassRole:["widget"]},contentinfo:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},comment:{type:"structure",allowedAttrs:["aria-level","aria-posinset","aria-setsize"],superclassRole:["article"]},definition:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},deletion:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},dialog:{type:"widget",allowedAttrs:["aria-expanded","aria-modal"],superclassRole:["window"],accessibleNameRequired:!0},directory:{type:"structure",deprecated:!0,allowedAttrs:["aria-expanded"],superclassRole:["list"],nameFromContent:!0},document:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["structure"]},emphasis:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},feed:{type:"structure",requiredOwned:["article"],allowedAttrs:["aria-expanded"],superclassRole:["list"]},figure:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],nameFromContent:!0},form:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},grid:{type:"composite",requiredOwned:["rowgroup","row"],allowedAttrs:["aria-level","aria-multiselectable","aria-readonly","aria-activedescendant","aria-colcount","aria-expanded","aria-rowcount"],superclassRole:["composite","table"],accessibleNameRequired:!1},gridcell:{type:"widget",requiredContext:["row"],allowedAttrs:["aria-readonly","aria-required","aria-selected","aria-colindex","aria-colspan","aria-expanded","aria-rowindex","aria-rowspan"],superclassRole:["cell","widget"],nameFromContent:!0},group:{type:"structure",allowedAttrs:["aria-activedescendant","aria-expanded"],superclassRole:["section"]},heading:{type:"structure",requiredAttrs:["aria-level"],allowedAttrs:["aria-expanded"],superclassRole:["sectionhead"],accessibleNameRequired:!1,nameFromContent:!0},img:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],accessibleNameRequired:!0,childrenPresentational:!0},input:{type:"abstract",superclassRole:["widget"]},insertion:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},landmark:{type:"abstract",superclassRole:["section"]},link:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["command"],accessibleNameRequired:!0,nameFromContent:!0},list:{type:"structure",requiredOwned:["listitem"],allowedAttrs:["aria-expanded"],superclassRole:["section"]},listbox:{type:"widget",requiredOwned:["group","option"],allowedAttrs:["aria-multiselectable","aria-readonly","aria-required","aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!0},listitem:{type:"structure",requiredContext:["list"],allowedAttrs:["aria-level","aria-posinset","aria-setsize","aria-expanded"],superclassRole:["section"],nameFromContent:!0},log:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["section"]},main:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},marquee:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["section"]},math:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],childrenPresentational:!0},menu:{type:"composite",requiredOwned:["group","menuitemradio","menuitem","menuitemcheckbox","menu","separator"],allowedAttrs:["aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"]},menubar:{type:"composite",requiredOwned:["group","menuitemradio","menuitem","menuitemcheckbox","menu","separator"],allowedAttrs:["aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["menu"]},menuitem:{type:"widget",requiredContext:["menu","menubar","group"],allowedAttrs:["aria-posinset","aria-setsize","aria-expanded"],superclassRole:["command"],accessibleNameRequired:!0,nameFromContent:!0},menuitemcheckbox:{type:"widget",requiredContext:["menu","menubar","group"],requiredAttrs:["aria-checked"],allowedAttrs:["aria-expanded","aria-posinset","aria-readonly","aria-setsize"],superclassRole:["checkbox","menuitem"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},menuitemradio:{type:"widget",requiredContext:["menu","menubar","group"],requiredAttrs:["aria-checked"],allowedAttrs:["aria-expanded","aria-posinset","aria-readonly","aria-setsize"],superclassRole:["menuitemcheckbox","radio"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},meter:{type:"structure",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-valuemax","aria-valuemin","aria-valuetext"],superclassRole:["range"],accessibleNameRequired:!0,childrenPresentational:!0},mark:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},navigation:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},none:{type:"structure",superclassRole:["structure"],prohibitedAttrs:["aria-label","aria-labelledby"]},note:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},option:{type:"widget",requiredContext:["group","listbox"],allowedAttrs:["aria-selected","aria-checked","aria-posinset","aria-setsize"],superclassRole:["input"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},paragraph:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},presentation:{type:"structure",superclassRole:["structure"],prohibitedAttrs:["aria-label","aria-labelledby"]},progressbar:{type:"widget",allowedAttrs:["aria-expanded","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext"],superclassRole:["range"],accessibleNameRequired:!0,childrenPresentational:!0},radio:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-posinset","aria-setsize","aria-required"],superclassRole:["input"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},radiogroup:{type:"composite",allowedAttrs:["aria-readonly","aria-required","aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!1},range:{type:"abstract",superclassRole:["widget"]},region:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"],accessibleNameRequired:!1},roletype:{type:"abstract",superclassRole:[]},row:{type:"structure",requiredContext:["grid","rowgroup","table","treegrid"],requiredOwned:["cell","columnheader","gridcell","rowheader"],allowedAttrs:["aria-colindex","aria-level","aria-rowindex","aria-selected","aria-activedescendant","aria-expanded","aria-posinset","aria-setsize"],superclassRole:["group","widget"],nameFromContent:!0},rowgroup:{type:"structure",requiredContext:["grid","table","treegrid"],requiredOwned:["row"],superclassRole:["structure"],nameFromContent:!0},rowheader:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-sort","aria-colindex","aria-colspan","aria-expanded","aria-readonly","aria-required","aria-rowindex","aria-rowspan","aria-selected"],superclassRole:["cell","gridcell","sectionhead"],accessibleNameRequired:!1,nameFromContent:!0},scrollbar:{type:"widget",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-controls","aria-orientation","aria-valuemax","aria-valuemin","aria-valuetext"],superclassRole:["range"],childrenPresentational:!0},search:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},searchbox:{type:"widget",allowedAttrs:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-placeholder","aria-readonly","aria-required"],superclassRole:["textbox"],accessibleNameRequired:!0},section:{type:"abstract",superclassRole:["structure"],nameFromContent:!0},sectionhead:{type:"abstract",superclassRole:["structure"],nameFromContent:!0},select:{type:"abstract",superclassRole:["composite","group"]},separator:{type:"structure",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-valuemax","aria-valuemin","aria-orientation","aria-valuetext"],superclassRole:["structure","widget"],childrenPresentational:!0},slider:{type:"widget",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-valuemax","aria-valuemin","aria-orientation","aria-readonly","aria-required","aria-valuetext"],superclassRole:["input","range"],accessibleNameRequired:!0,childrenPresentational:!0},spinbutton:{type:"widget",allowedAttrs:["aria-valuemax","aria-valuemin","aria-readonly","aria-required","aria-activedescendant","aria-valuetext","aria-valuenow"],superclassRole:["composite","input","range"],accessibleNameRequired:!0},status:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["section"]},strong:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},structure:{type:"abstract",superclassRole:["roletype"]},subscript:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},superscript:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},switch:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-expanded","aria-readonly","aria-required"],superclassRole:["checkbox"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},suggestion:{type:"structure",requiredOwned:["insertion","deletion"],superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},tab:{type:"widget",requiredContext:["tablist"],allowedAttrs:["aria-posinset","aria-selected","aria-setsize","aria-expanded"],superclassRole:["sectionhead","widget"],nameFromContent:!0,childrenPresentational:!0},table:{type:"structure",requiredOwned:["rowgroup","row"],allowedAttrs:["aria-colcount","aria-rowcount","aria-expanded"],superclassRole:["section"],accessibleNameRequired:!1,nameFromContent:!0},tablist:{type:"composite",requiredOwned:["tab"],allowedAttrs:["aria-level","aria-multiselectable","aria-orientation","aria-activedescendant","aria-expanded"],superclassRole:["composite"]},tabpanel:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["section"],accessibleNameRequired:!1},term:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],nameFromContent:!0},text:{type:"structure",superclassRole:["section"],nameFromContent:!0},textbox:{type:"widget",allowedAttrs:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-placeholder","aria-readonly","aria-required"],superclassRole:["input"],accessibleNameRequired:!0},time:{type:"structure",superclassRole:["section"]},timer:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["status"]},toolbar:{type:"structure",allowedAttrs:["aria-orientation","aria-activedescendant","aria-expanded"],superclassRole:["group"],accessibleNameRequired:!0},tooltip:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],nameFromContent:!0},tree:{type:"composite",requiredOwned:["group","treeitem"],allowedAttrs:["aria-multiselectable","aria-required","aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!1},treegrid:{type:"composite",requiredOwned:["rowgroup","row"],allowedAttrs:["aria-activedescendant","aria-colcount","aria-expanded","aria-level","aria-multiselectable","aria-orientation","aria-readonly","aria-required","aria-rowcount"],superclassRole:["grid","tree"],accessibleNameRequired:!1},treeitem:{type:"widget",requiredContext:["group","tree"],allowedAttrs:["aria-checked","aria-expanded","aria-level","aria-posinset","aria-selected","aria-setsize"],superclassRole:["listitem","option"],accessibleNameRequired:!0,nameFromContent:!0},widget:{type:"abstract",superclassRole:["roletype"]},window:{type:"abstract",superclassRole:["roletype"]}},xs={a:{variant:{href:{matches:"[href]",contentTypes:["interactive","phrasing","flow"],allowedRoles:["button","checkbox","menuitem","menuitemcheckbox","menuitemradio","option","radio","switch","tab","treeitem","doc-backlink","doc-biblioref","doc-glossref","doc-noteref"],namingMethods:["subtreeText"]},default:{contentTypes:["phrasing","flow"],allowedRoles:!0}}},abbr:{contentTypes:["phrasing","flow"],allowedRoles:!0},address:{contentTypes:["flow"],allowedRoles:!0},area:{variant:{href:{matches:"[href]",allowedRoles:!1},default:{allowedRoles:["button","link"]}},contentTypes:["phrasing","flow"],namingMethods:["altText"]},article:{contentTypes:["sectioning","flow"],allowedRoles:["feed","presentation","none","document","application","main","region"],shadowRoot:!0},aside:{contentTypes:["sectioning","flow"],allowedRoles:["feed","note","presentation","none","region","search","doc-dedication","doc-example","doc-footnote","doc-glossary","doc-pullquote","doc-tip"]},audio:{variant:{controls:{matches:"[controls]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application"],chromiumRole:"Audio"},b:{contentTypes:["phrasing","flow"],allowedRoles:!0},base:{allowedRoles:!1,noAriaAttrs:!0},bdi:{contentTypes:["phrasing","flow"],allowedRoles:!0},bdo:{contentTypes:["phrasing","flow"],allowedRoles:!0},blockquote:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},body:{allowedRoles:!1,shadowRoot:!0},br:{contentTypes:["phrasing","flow"],allowedRoles:["presentation","none"],namingMethods:["titleText","singleSpace"]},button:{contentTypes:["interactive","phrasing","flow"],allowedRoles:["checkbox","combobox","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","switch","tab"],namingMethods:["subtreeText"]},canvas:{allowedRoles:!0,contentTypes:["embedded","phrasing","flow"],chromiumRole:"Canvas"},caption:{allowedRoles:!1},cite:{contentTypes:["phrasing","flow"],allowedRoles:!0},code:{contentTypes:["phrasing","flow"],allowedRoles:!0},col:{allowedRoles:!1,noAriaAttrs:!0},colgroup:{allowedRoles:!1,noAriaAttrs:!0},data:{contentTypes:["phrasing","flow"],allowedRoles:!0},datalist:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0,implicitAttrs:{"aria-multiselectable":"false"}},dd:{allowedRoles:!1},del:{contentTypes:["phrasing","flow"],allowedRoles:!0},dfn:{contentTypes:["phrasing","flow"],allowedRoles:!0},details:{contentTypes:["interactive","flow"],allowedRoles:!1},dialog:{contentTypes:["flow"],allowedRoles:["alertdialog"]},div:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},dl:{contentTypes:["flow"],allowedRoles:["group","list","presentation","none"],chromiumRole:"DescriptionList"},dt:{allowedRoles:["listitem"]},em:{contentTypes:["phrasing","flow"],allowedRoles:!0},embed:{contentTypes:["interactive","embedded","phrasing","flow"],allowedRoles:["application","document","img","presentation","none"],chromiumRole:"EmbeddedObject"},fieldset:{contentTypes:["flow"],allowedRoles:["none","presentation","radiogroup"],namingMethods:["fieldsetLegendText"]},figcaption:{allowedRoles:["group","none","presentation"]},figure:{contentTypes:["flow"],allowedRoles:!0,namingMethods:["figureText","titleText"]},footer:{contentTypes:["flow"],allowedRoles:["group","none","presentation","doc-footnote"],shadowRoot:!0},form:{contentTypes:["flow"],allowedRoles:["search","none","presentation"]},h1:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"1"}},h2:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"2"}},h3:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"3"}},h4:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"4"}},h5:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"5"}},h6:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"6"}},head:{allowedRoles:!1,noAriaAttrs:!0},header:{contentTypes:["flow"],allowedRoles:["group","none","presentation","doc-footnote"],shadowRoot:!0},hgroup:{contentTypes:["heading","flow"],allowedRoles:!0},hr:{contentTypes:["flow"],allowedRoles:["none","presentation","doc-pagebreak"],namingMethods:["titleText","singleSpace"]},html:{allowedRoles:!1,noAriaAttrs:!0},i:{contentTypes:["phrasing","flow"],allowedRoles:!0},iframe:{contentTypes:["interactive","embedded","phrasing","flow"],allowedRoles:["application","document","img","none","presentation"],chromiumRole:"Iframe"},img:{variant:{nonEmptyAlt:{matches:[{attributes:{alt:"/.+/"}},{hasAccessibleName:!0}],allowedRoles:["button","checkbox","link","menuitem","menuitemcheckbox","menuitemradio","meter","option","progressbar","radio","scrollbar","separator","slider","switch","tab","treeitem","doc-cover"]},usemap:{matches:"[usemap]",contentTypes:["interactive","embedded","flow"]},default:{allowedRoles:["presentation","none"],contentTypes:["embedded","flow"]}},namingMethods:["altText"]},input:{variant:{button:{matches:{properties:{type:"button"}},allowedRoles:["checkbox","combobox","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","switch","tab"]},buttonType:{matches:{properties:{type:["button","submit","reset"]}},namingMethods:["valueText","titleText","buttonDefaultText"]},checkboxPressed:{matches:{properties:{type:"checkbox"},attributes:{"aria-pressed":"/.*/"}},allowedRoles:["button","menuitemcheckbox","option","switch"],implicitAttrs:{"aria-checked":"false"}},checkbox:{matches:{properties:{type:"checkbox"},attributes:{"aria-pressed":null}},allowedRoles:["menuitemcheckbox","option","switch"],implicitAttrs:{"aria-checked":"false"}},noRoles:{matches:{properties:{type:["color","date","datetime-local","file","month","number","password","range","reset","submit","time","week"]}},allowedRoles:!1},hidden:{matches:{properties:{type:"hidden"}},contentTypes:["flow"],allowedRoles:!1,noAriaAttrs:!0},image:{matches:{properties:{type:"image"}},allowedRoles:["link","menuitem","menuitemcheckbox","menuitemradio","radio","switch"],namingMethods:["altText","valueText","labelText","titleText","buttonDefaultText"]},radio:{matches:{properties:{type:"radio"}},allowedRoles:["menuitemradio"],implicitAttrs:{"aria-checked":"false"}},textWithList:{matches:{properties:{type:"text"},attributes:{list:"/.*/"}},allowedRoles:!1},default:{contentTypes:["interactive","flow"],allowedRoles:["combobox","searchbox","spinbutton"],implicitAttrs:{"aria-valuenow":""},namingMethods:["labelText","placeholderText"]}}},ins:{contentTypes:["phrasing","flow"],allowedRoles:!0},kbd:{contentTypes:["phrasing","flow"],allowedRoles:!0},label:{contentTypes:["interactive","phrasing","flow"],allowedRoles:!1,chromiumRole:"Label"},legend:{allowedRoles:!1},li:{allowedRoles:["menuitem","menuitemcheckbox","menuitemradio","option","none","presentation","radio","separator","tab","treeitem","doc-biblioentry","doc-endnote"],implicitAttrs:{"aria-setsize":"1","aria-posinset":"1"}},link:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},main:{contentTypes:["flow"],allowedRoles:!1,shadowRoot:!0},map:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},math:{contentTypes:["embedded","phrasing","flow"],allowedRoles:!1},mark:{contentTypes:["phrasing","flow"],allowedRoles:!0},menu:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},meta:{variant:{itemprop:{matches:"[itemprop]",contentTypes:["phrasing","flow"]}},allowedRoles:!1,noAriaAttrs:!0},meter:{contentTypes:["phrasing","flow"],allowedRoles:!1,chromiumRole:"progressbar"},nav:{contentTypes:["sectioning","flow"],allowedRoles:["doc-index","doc-pagelist","doc-toc","menu","menubar","none","presentation","tablist"],shadowRoot:!0},noscript:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},object:{variant:{usemap:{matches:"[usemap]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application","document","img"],chromiumRole:"PluginObject"},ol:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},optgroup:{allowedRoles:!1},option:{allowedRoles:!1,implicitAttrs:{"aria-selected":"false"}},output:{contentTypes:["phrasing","flow"],allowedRoles:!0,namingMethods:["subtreeText"]},p:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},param:{allowedRoles:!1,noAriaAttrs:!0},picture:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},pre:{contentTypes:["flow"],allowedRoles:!0},progress:{contentTypes:["phrasing","flow"],allowedRoles:!1,implicitAttrs:{"aria-valuemax":"100","aria-valuemin":"0","aria-valuenow":"0"}},q:{contentTypes:["phrasing","flow"],allowedRoles:!0},rp:{allowedRoles:!0},rt:{allowedRoles:!0},ruby:{contentTypes:["phrasing","flow"],allowedRoles:!0},s:{contentTypes:["phrasing","flow"],allowedRoles:!0},samp:{contentTypes:["phrasing","flow"],allowedRoles:!0},script:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},search:{contentTypes:["flow"],allowedRoles:["form","group","none","presentation","region","search"]},section:{contentTypes:["sectioning","flow"],allowedRoles:["alert","alertdialog","application","banner","complementary","contentinfo","dialog","document","feed","group","log","main","marquee","navigation","none","note","presentation","search","status","tabpanel","doc-abstract","doc-acknowledgments","doc-afterword","doc-appendix","doc-bibliography","doc-chapter","doc-colophon","doc-conclusion","doc-credit","doc-credits","doc-dedication","doc-endnotes","doc-epigraph","doc-epilogue","doc-errata","doc-example","doc-foreword","doc-glossary","doc-index","doc-introduction","doc-notice","doc-pagelist","doc-part","doc-preface","doc-prologue","doc-pullquote","doc-qna","doc-toc"],shadowRoot:!0},select:{variant:{combobox:{matches:{attributes:{multiple:null,size:[null,"1"]}},allowedRoles:["menu"]},default:{allowedRoles:!1}},contentTypes:["interactive","phrasing","flow"],implicitAttrs:{"aria-valuenow":""},namingMethods:["labelText"]},slot:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},small:{contentTypes:["phrasing","flow"],allowedRoles:!0},source:{allowedRoles:!1,noAriaAttrs:!0},span:{contentTypes:["phrasing","flow"],allowedRoles:!0,shadowRoot:!0},strong:{contentTypes:["phrasing","flow"],allowedRoles:!0},style:{allowedRoles:!1,noAriaAttrs:!0},svg:{contentTypes:["embedded","phrasing","flow"],allowedRoles:!0,chromiumRole:"SVGRoot",namingMethods:["svgTitleText"]},sub:{contentTypes:["phrasing","flow"],allowedRoles:!0},summary:{allowedRoles:!1,namingMethods:["subtreeText"]},sup:{contentTypes:["phrasing","flow"],allowedRoles:!0},table:{contentTypes:["flow"],allowedRoles:!0,namingMethods:["tableCaptionText","tableSummaryText"]},tbody:{allowedRoles:!0},template:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},textarea:{contentTypes:["interactive","phrasing","flow"],allowedRoles:!1,implicitAttrs:{"aria-valuenow":"","aria-multiline":"true"},namingMethods:["labelText","placeholderText"]},tfoot:{allowedRoles:!0},thead:{allowedRoles:!0},time:{contentTypes:["phrasing","flow"],allowedRoles:!0},title:{allowedRoles:!1,noAriaAttrs:!0},td:{allowedRoles:!0},th:{allowedRoles:!0},tr:{allowedRoles:!0},track:{allowedRoles:!1,noAriaAttrs:!0},u:{contentTypes:["phrasing","flow"],allowedRoles:!0},ul:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},var:{contentTypes:["phrasing","flow"],allowedRoles:!0},video:{variant:{controls:{matches:"[controls]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application"],chromiumRole:"video"},wbr:{contentTypes:["phrasing","flow"],allowedRoles:["presentation","none"]}},Ts={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},Cs={ariaAttrs:Es,ariaRoles:V({},ks,{"doc-abstract":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-acknowledgments":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-afterword":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-appendix":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-backlink":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-biblioentry":{type:"listitem",allowedAttrs:["aria-expanded","aria-level","aria-posinset","aria-setsize"],superclassRole:["listitem"],deprecated:!0},"doc-bibliography":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-biblioref":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-chapter":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-colophon":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-conclusion":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-cover":{type:"img",allowedAttrs:["aria-expanded"],superclassRole:["img"]},"doc-credit":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-credits":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-dedication":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-endnote":{type:"listitem",allowedAttrs:["aria-expanded","aria-level","aria-posinset","aria-setsize"],superclassRole:["listitem"],deprecated:!0},"doc-endnotes":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-epigraph":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-epilogue":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-errata":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-example":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-footnote":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-foreword":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-glossary":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-glossref":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-index":{type:"navigation",allowedAttrs:["aria-expanded"],superclassRole:["navigation"]},"doc-introduction":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-noteref":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-notice":{type:"note",allowedAttrs:["aria-expanded"],superclassRole:["note"]},"doc-pagebreak":{type:"separator",allowedAttrs:["aria-expanded","aria-orientation"],superclassRole:["separator"],childrenPresentational:!0},"doc-pagelist":{type:"navigation",allowedAttrs:["aria-expanded"],superclassRole:["navigation"]},"doc-part":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-preface":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-prologue":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-pullquote":{type:"none",superclassRole:["none"]},"doc-qna":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-subtitle":{type:"sectionhead",allowedAttrs:["aria-expanded"],superclassRole:["sectionhead"]},"doc-tip":{type:"note",allowedAttrs:["aria-expanded"],superclassRole:["note"]},"doc-toc":{type:"navigation",allowedAttrs:["aria-expanded"],superclassRole:["navigation"]}},{"graphics-document":{type:"structure",superclassRole:["document"],accessibleNameRequired:!0},"graphics-object":{type:"structure",superclassRole:["group"],nameFromContent:!0},"graphics-symbol":{type:"structure",superclassRole:["img"],accessibleNameRequired:!0,childrenPresentational:!0}}),htmlElms:xs,cssColors:Ts},Ss=V({},Cs);var Os=Ss;var Ms=function(e){var t=Os.ariaRoles[e];return!!t&&!!t.unsupported};var Ps=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.allowAbstract,a=t.flagUnsupported,r=void 0!==a&&a,i=Os.ariaRoles[e],o=Ms(e);return!(!i||r&&o)&&(!!n||"abstract"!==i.type)};var Is=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.fallback,a=t.abstracts,r=t.dpub;if(1!==(e=e instanceof wa?e:gr(e)).props.nodeType)return null;var i=(e.attr("role")||"").trim().toLowerCase(),o=n?Pf(i):[i],s=o.find((function(e){return!(!r&&"doc-"===e.substr(0,4))&&Ps(e,{allowAbstract:a})}));return s||null};var Ns=function(e){return Object.keys(Os.htmlElms).filter((function(t){var n=Os.htmlElms[t];return n.contentTypes?n.contentTypes.includes(e):!!n.variant&&(!(!n.variant.default||!n.variant.default.contentTypes)&&n.variant.default.contentTypes.includes(e))}))};var Fs=function(){return mr.get("globalAriaAttrs",(function(){return Object.keys(Os.ariaAttrs).filter((function(e){return Os.ariaAttrs[e].global}))}))};var _s=Wa((function(e){for(var t=[],n=e.rows,a=0,r=n.length;a1?"listbox":"combobox"},summary:"button",table:"table",tbody:"rowgroup",td:function(e){var t=Br(e,"table"),n=Is(t);return["grid","treegrid"].includes(n)?"gridcell":"cell"},textarea:"textbox",tfoot:"rowgroup",th:function(e){return Bs(e)?"columnheader":Ls(e)?"rowheader":void 0},thead:"rowgroup",tr:"row",ul:"list"};var Gs=function(e,t){var n=c(t);if(Array.isArray(t)&&void 0!==e)return t.includes(e);if("function"===n)return!!t(e);if(null!=e){if(t instanceof RegExp)return t.test(e);if(/^\/.*\/$/.test(t)){var a=t.substring(1,t.length-1);return new RegExp(a).test(e)}}return t===e};var Ys=function(e,t){return Gs(!!Wl(e),t)};var Ws=function(e,t){if("object"!==c(t)||Array.isArray(t)||t instanceof RegExp)throw new Error("Expect matcher to be an object");return Object.keys(t).every((function(n){return Gs(e(n),t[n])}))};var Hs=function(e,t){return e=Nm(e).vNode,Ws((function(t){return e.attr(t)}),t)};function Vs(e,t){return!!t(e)}var Js=function(e,t){return Gs(Is(e),t)};var Qs=function(e,t){return Gs(il(e),t)};var Xs=function(e,t){return e=Nm(e).vNode,Gs(e.props.nodeName,t)};var Ks=function(e,t){return e=Nm(e).vNode,Ws((function(t){return e.props[t]}),t)};var $s=function(e,t){return Gs(dl(e),t)},el={hasAccessibleName:Ys,attributes:Hs,condition:Vs,explicitRole:Js,implicitRole:Qs,nodeName:Xs,properties:Ks,semanticRole:$s};var tl=function e(t,n){return t=Nm(t).vNode,Array.isArray(n)?n.some((function(n){return e(t,n)})):"string"==typeof n?Tr(t,n):Object.keys(n).every((function(e){if(!el[e])throw new Error('Unknown matcher type "'.concat(e,'"'));var a=el[e],r=n[e];return a(t,r)}))};var nl=function(e,t){return tl(e,t)};nl.hasAccessibleName=Ys,nl.attributes=Hs,nl.condition=Vs,nl.explicitRole=Js,nl.fromDefinition=tl,nl.fromFunction=Ws,nl.fromPrimative=Gs,nl.implicitRole=Qs,nl.nodeName=Xs,nl.properties=Ks,nl.semanticRole=$s;var al=nl;var rl=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.noMatchAccessibleName,a=void 0!==n&&n,r=Os.htmlElms[e.props.nodeName];if(!r)return{};if(!r.variant)return r;var i=r.variant,o=Y(r,m);for(var s in i)if(i.hasOwnProperty(s)&&"default"!==s){for(var l=i[s],c=l.matches,u=Y(l,g),d=Array.isArray(c)?c:[c],p=0;p1&&void 0!==arguments[1]?arguments[1]:{},n=t.chromium,a=e instanceof wa?e:gr(e);if(e=a.actualNode,!a)throw new ReferenceError("Cannot get implicit role of a node outside the current scope.");var r=a.props.nodeName,i=Zs[r];if(!i&&n){var o=rl(a),s=o.chromiumRole;return s||null}return"function"==typeof i?i(a):i||null},ol={td:["tr"],th:["tr"],tr:["thead","tbody","tfoot","table"],thead:["table"],tbody:["table"],tfoot:["table"],li:["ol","ul"],dt:["dl","div"],dd:["dl","div"],div:["dl"]};function sl(e,t){var n=ol[e.props.nodeName];if(!n)return null;if(!e.parent){if(!e.actualNode)return null;throw new ReferenceError("Cannot determine role presentational inheritance of a required parent outside the current scope.")}if(!n.includes(e.parent.props.nodeName))return null;var a=Is(e.parent,t);return["none","presentation"].includes(a)&&!cl(e.parent)?a:a?null:sl(e.parent,t)}function ll(e,t){var n=t.chromium,a=Y(t,b),r=il(e,{chromium:n});if(!r)return null;var i=sl(e,a);return i||r}function cl(e){return Fs().some((function(t){return e.hasAttr(t)}))||fs(e)}function ul(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.noImplicit,a=Y(t,v),r=Nm(e),i=r.vNode;if(1!==i.props.nodeType)return null;var o=Is(i,a);return o?["presentation","none"].includes(o)&&cl(i)?n?null:ll(i,a):o:n?null:ll(i,a)}var dl=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.noPresentational,a=Y(t,y),r=ul(e,a);return n&&["presentation","none"].includes(r)?null:r},pl=["iframe"];var hl=function(e){var t=Nm(e).vNode;return 1===t.props.nodeType&&e.hasAttr("title")?!nl(t,pl)&&["none","presentation"].includes(dl(t))?"":t.attr("title"):""};var fl=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.strict;if(1!==(e=e instanceof wa?e:gr(e)).props.nodeType)return!1;var a=dl(e),r=Os.ariaRoles[a];return!(!r||!r.nameFromContent)||!n&&(!r||["presentation","none"].includes(a))};var ml=function(e){var t=e.actualNode,n=e.children;if(!n)throw new Error("getOwnedVirtual requires a virtual node");if(e.hasAttr("aria-owns")){var a=ys(t,"aria-owns").filter((function(e){return!!e})).map((function(e){return u.utils.getNodeFromTree(e)}));return[].concat(W(n),W(a))}return W(n)},gl={accessibleNameFromFieldValue:["progressbar"]};function bl(e){return e=Nm(e).vNode,vl(e)}var vl=Wa((function(e,t){return!no(e)&&!Ko(e,{skipAncestors:!0,isAncestor:t})&&(e.actualNode&&"area"===e.props.nodeName?!so(e,vl):!uo(e,{skipAncestors:!0,isAncestor:t})&&(!e.parent||vl(e.parent,!0)))}));var yl=function e(t,n,a){var r=Nm(t).vNode,i=n?bl:Ao,o=!t.actualNode||t.actualNode&&i(t),s=r.children.map((function(t){var r=t.props,i=r.nodeType,s=r.nodeValue;if(3===i){if(s&&o)return s}else if(!a)return e(t,n)})).join("");return zs(s)},wl=["button","checkbox","color","file","hidden","image","password","radio","reset","submit"];var Al=function(e){var t=(e=e instanceof wa?e:gr(e)).props.nodeName;return"textarea"===t||"input"===t&&!wl.includes((e.attr("type")||"").toLowerCase())};var Dl=function(e){return"select"===(e=e instanceof wa?e:gr(e)).props.nodeName};var El=function(e){return"textbox"===Is(e)};var kl=function(e){return"listbox"===Is(e)};var xl=function(e){return"combobox"===Is(e)},Tl=["progressbar","scrollbar","slider","spinbutton"];var Cl=function(e){var t=Is(e);return Tl.includes(t)},Sl=["textbox","progressbar","scrollbar","slider","spinbutton","combobox","listbox"],Ol={nativeTextboxValue:function(e){var t=Nm(e).vNode;if(Al(t))return t.props.value||"";return""},nativeSelectValue:function(e){var t=Nm(e).vNode;if(!Dl(t))return"";var n=eg(t,"option"),a=n.filter((function(e){return e.props.selected}));a.length||a.push(n[0]);return a.map((function(e){return yl(e)})).join(" ")||""},ariaTextboxValue:function(e){var t=Nm(e),n=t.vNode,a=t.domNode;if(!El(n))return"";return!a||a&&!uo(a)?yl(n,!0):a.textContent},ariaListboxValue:Ml,ariaComboboxValue:function(e,t){var n=Nm(e).vNode;if(!xl(n))return"";var a=ml(n).filter((function(e){return"listbox"===dl(e)}))[0];return a?Ml(a,t):""},ariaRangeValue:function(e){var t=Nm(e).vNode;if(!Cl(t)||!t.hasAttr("aria-valuenow"))return"";var n=+t.attr("aria-valuenow");return isNaN(n)?"0":String(n)}};function Ml(e,t){var n=Nm(e).vNode;if(!kl(n))return"";var a=ml(n).filter((function(e){return"option"===dl(e)&&"true"===e.attr("aria-selected")}));return 0===a.length?"":Wl(a[0],t)}var Pl=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.actualNode,a=gl.accessibleNameFromFieldValue||[],r=dl(e);if(t.startNode===e||!Sl.includes(r)||a.includes(r))return"";var i=Object.keys(Ol).map((function(e){return Ol[e]})),o=i.reduce((function(n,a){return n||a(e,t)}),"");return t.debug&&va(o||"{empty-value}",n,t),o};var Il=Ns("phrasing").concat(["#text"]);function Nl(e,t,n){var a=t.props.nodeName,r=Wl(t,n);return r?(Il.includes(a)||(" "!==r[0]&&(r+=" "),e&&" "!==e[e.length-1]&&(r=" "+r)),e+r):e}var Fl=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Wl.alreadyProcessed;t.startNode=t.startNode||e;var a=t,r=a.strict,i=a.inControlContext,o=a.inLabelledByContext,s=dl(e),l=rl(e,{noMatchAccessibleName:!0}),c=l.contentTypes;if(n(e,t)||1!==e.props.nodeType||null!=c&&c.includes("embedded")||Sl.includes(s))return"";if(!t.subtreeDescendant&&!t.inLabelledByContext&&!fl(e,{strict:r}))return"";if(!r){var u=!i&&!o;t=V({subtreeDescendant:u},t)}return ml(e).reduce((function(e,n){return Nl(e,n,t)}),"")};function _l(e){if(!e.attr("id"))return[];if(!e.actualNode)throw new TypeError("Cannot resolve explicit label reference for non-DOM nodes");return Gi({elm:"label",attr:"for",value:e.attr("id"),context:e.actualNode})}var jl=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Wl.alreadyProcessed;if(t.inControlContext||t.inLabelledByContext||n(e,t))return"";t.startNode||(t.startNode=e);var a,r=V({inControlContext:!0},t),i=_l(e),o=Br(e,"label");return o?(a=[].concat(W(i),[o.actualNode])).sort(Im):a=i,a.map((function(e){return ws(e,r)})).filter((function(e){return""!==e})).join(" ")},Rl={submit:"Submit",image:"Submit",reset:"Reset",button:""};function Bl(e,t){return t.attr(e)||""}function Ll(e,t,n){var a=t.actualNode,r=[e=e.toLowerCase(),a.nodeName.toLowerCase()].join(","),i=a.querySelector(r);return i&&i.nodeName.toLowerCase()===e?ws(i,n):""}var zl={valueText:function(e){return e.actualNode.value||""},buttonDefaultText:function(e){var t=e.actualNode;return Rl[t.type]||""},tableCaptionText:Ll.bind(null,"caption"),figureText:Ll.bind(null,"figcaption"),svgTitleText:Ll.bind(null,"title"),fieldsetLegendText:Ll.bind(null,"legend"),altText:Bl.bind(null,"alt"),tableSummaryText:Bl.bind(null,"summary"),titleText:hl,subtreeText:Fl,labelText:jl,singleSpace:function(){return" "},placeholderText:Bl.bind(null,"placeholder")};function Ul(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.actualNode;if(1!==e.props.nodeType||["presentation","none"].includes(dl(e)))return"";var a=ql(e),r=a.reduce((function(n,a){return n||a(e,t)}),"");return t.debug&&u.log(r||"{empty-value}",n,t),r}function ql(e){return(rl(e,{noMatchAccessibleName:!0}).namingMethods||[]).map((function(e){return zl[e]}))}var Zl=function(){return/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g};var Gl=function(e,t){var n=t.emoji,a=t.nonBmp,r=t.punctuations,i=!1;return n&&(i||(i=/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g.test(e))),a&&(i||(i=/[\u1D00-\u1D7F\u1D80-\u1DBF\u1DC0-\u1DFF\u20A0-\u20CF\u20D0-\u20FF\u2100-\u214F\u2150-\u218F\u2190-\u21FF\u2200-\u22FF\u2300-\u23FF\u2400-\u243F\u2440-\u245F\u2460-\u24FF\u2500-\u257F\u2580-\u259F\u25A0-\u25FF\u2600-\u26FF\u2700-\u27BF\uE000-\uF8FF]/g.test(e)||/[\uDB80-\uDBBF][\uDC00-\uDFFF]/g.test(e)||/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC38]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/g.test(e))),r&&(i||(i=/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&\xa3\xa2\xa5\xa7\u20ac()*+,\-.\/:;<=>?@\[\]^_`{|}~\xb1]/g.test(e))),i};function Yl(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:.15,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:3,a=e.actualNode.nodeValue.trim();if(!zs(a)||Gl(a,{emoji:!0,nonBmp:!0}))return!1;var r=mr.get("canvasContext",(function(){return l.createElement("canvas").getContext("2d",{willReadFrequently:!0})})),i=r.canvas,s=mr.get("fonts",(function(){return{}})),c=o.getComputedStyle(e.parent.actualNode),u=c.getPropertyValue("font-family");s[u]||(s[u]={occurrences:0,numLigatures:0});var d=s[u];if(d.occurrences>=n){if(d.numLigatures/d.occurrences==1)return!0;if(0===d.numLigatures)return!1}d.occurrences++;var p=30,h="".concat(p,"px ").concat(u);r.font=h;var f=a.charAt(0),m=r.measureText(f).width;if(0===m)return d.numLigatures++,!0;if(m<30){var g=30/m;m*=g,h="".concat(p*=g,"px ").concat(u)}i.width=m,i.height=p,r.font=h,r.textAlign="left",r.textBaseline="top",r.fillText(f,0,0);var b=new Uint32Array(r.getImageData(0,0,m,p).data.buffer);if(!b.some((function(e){return e})))return d.numLigatures++,!0;r.clearRect(0,0,m,p),r.fillText(a,0,0);var v=new Uint32Array(r.getImageData(0,0,m,p).data.buffer),y=b.reduce((function(e,t,n){return 0===t&&0===v[n]||0!==t&&0!==v[n]?e:++e}),0),w=a.split("").reduce((function(e,t){return e+r.measureText(t).width}),0),A=r.measureText(a).width,D=y/b.length,E=1-A/w;return D>=t&&E>=t&&(d.numLigatures++,!0)}function Wl(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(t=Ql(e,t),Vl(e,t))return"";if(Jl(e,t))return"";var n=[As,Ds,Ul,Pl,Fl,Hl,hl],a=n.reduce((function(n,a){return t.startNode===e&&(n=zs(n)),""!==n?n:a(e,t)}),"");return t.debug&&u.log(a||"{empty-value}",e.actualNode,t),a}function Hl(e){return 3!==e.props.nodeType?"":e.props.nodeValue}function Vl(e,t){return!!e&&(1===e.props.nodeType&&!t.includeHidden&&!bl(e))}function Jl(e,t){var n,a=t.ignoreIconLigature,r=t.pixelThreshold,i=null!==(n=t.occurrenceThreshold)&&void 0!==n?n:t.occuranceThreshold;return!(3!==e.props.nodeType||!a)&&Yl(e,r,i)}function Ql(e,t){return t.startNode||(t=V({startNode:e},t)),1===e.props.nodeType&&t.inLabelledByContext&&void 0===t.includeHidden&&(t=V({includeHidden:!bl(e)},t)),t}Wl.alreadyProcessed=function(e,t){return t.processed=t.processed||[],!!t.processed.includes(e)||(t.processed.push(e),!1)};var Xl=function(e,t){var n=t.emoji,a=t.nonBmp,r=t.punctuations;return n&&(e=e.replace(/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g,"")),a&&(e=e.replace(/[\u1D00-\u1D7F\u1D80-\u1DBF\u1DC0-\u1DFF\u20A0-\u20CF\u20D0-\u20FF\u2100-\u214F\u2150-\u218F\u2190-\u21FF\u2200-\u22FF\u2300-\u23FF\u2400-\u243F\u2440-\u245F\u2460-\u24FF\u2500-\u257F\u2580-\u259F\u25A0-\u25FF\u2600-\u26FF\u2700-\u27BF\uE000-\uF8FF]/g,"").replace(/[\uDB80-\uDBBF][\uDC00-\uDFFF]/g,"").replace(/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC38]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/g,"")),r&&(e=e.replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&\xa3\xa2\xa5\xa7\u20ac()*+,\-.\/:;<=>?@\[\]^_`{|}~\xb1]/g,"")),e};var Kl=function(e){if(!e.length)return 0;if(["x","i"].includes(e))return 0;var t=Xl(e,{emoji:!0,nonBmp:!0,punctuations:!0});return zs(t)?1:0},$l={stateTerms:["on","off"],standaloneTerms:["name","honorific-prefix","given-name","additional-name","family-name","honorific-suffix","nickname","username","new-password","current-password","organization-title","organization","street-address","address-line1","address-line2","address-line3","address-level4","address-level3","address-level2","address-level1","country","country-name","postal-code","cc-name","cc-given-name","cc-additional-name","cc-family-name","cc-number","cc-exp","cc-exp-month","cc-exp-year","cc-csc","cc-type","transaction-currency","transaction-amount","language","bday","bday-day","bday-month","bday-year","sex","url","photo","one-time-code"],qualifiers:["home","work","mobile","fax","pager"],qualifiedTerms:["tel","tel-country-code","tel-national","tel-area-code","tel-local","tel-local-prefix","tel-local-suffix","tel-extension","email","impp"],locations:["billing","shipping"]};var ec=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.looseTyped,a=void 0!==n&&n,r=t.stateTerms,i=void 0===r?[]:r,o=t.locations,s=void 0===o?[]:o,l=t.qualifiers,c=void 0===l?[]:l,u=t.standaloneTerms,d=void 0===u?[]:u,p=t.qualifiedTerms,h=void 0===p?[]:p;if(e=e.toLowerCase().trim(),(i=i.concat($l.stateTerms)).includes(e)||""===e)return!0;c=c.concat($l.qualifiers),s=s.concat($l.locations),d=d.concat($l.standaloneTerms),h=h.concat($l.qualifiedTerms);var f=e.split(/\s+/g);if("webauthn"===f[f.length-1]&&(f.pop(),0===f.length))return!1;if(!a&&(f[0].length>8&&"section-"===f[0].substr(0,8)&&f.shift(),s.includes(f[0])&&f.shift(),c.includes(f[0])&&(f.shift(),d=[]),1!==f.length))return!1;var m=f[f.length-1];return d.includes(m)||h.includes(m)};var tc=function(e){var t;return e.attr("aria-labelledby")&&(t=ys(e.actualNode,"aria-labelledby").map((function(e){var t=gr(e);return t?yl(t):""})).join(" ").trim())||(t=e.attr("aria-label"))&&(t=zs(t))?t:null};var nc=function(e,t,n){return e=gr(e),yl(e,t,n)};var ac=function(e){var t,n;if(n=tc(e))return n;if(e.attr("id")){if(!e.actualNode)throw new TypeError("Cannot resolve explicit label reference for non-DOM nodes");var a=ja(e.attr("id"));if(n=(t=Zi(e.actualNode).querySelector('label[for="'+a+'"]'))&&nc(t,!0))return n}return(n=(t=Br(e,"label"))&&yl(t,!0))||null};var rc=function(e){return e=gr(e),ac(e)},ic=[{matches:[{nodeName:"textarea"},{nodeName:"input",properties:{type:["text","password","search","tel","email","url"]}}],namingMethods:"labelText"},{matches:{nodeName:"input",properties:{type:["button","submit","reset"]}},namingMethods:["valueText","titleText","buttonDefaultText"]},{matches:{nodeName:"input",properties:{type:"image"}},namingMethods:["altText","valueText","labelText","titleText","buttonDefaultText"]},{matches:"button",namingMethods:"subtreeText"},{matches:"fieldset",namingMethods:"fieldsetLegendText"},{matches:"OUTPUT",namingMethods:"subtreeText"},{matches:[{nodeName:"select"},{nodeName:"input",properties:{type:/^(?!text|password|search|tel|email|url|button|submit|reset)/}}],namingMethods:"labelText"},{matches:"summary",namingMethods:"subtreeText"},{matches:"figure",namingMethods:["figureText","titleText"]},{matches:"img",namingMethods:"altText"},{matches:"table",namingMethods:["tableCaptionText","tableSummaryText"]},{matches:["hr","br"],namingMethods:["titleText","singleSpace"]}];var oc=function e(t){var n=Ao(t),a=[];return t.children.forEach((function(t){3===t.actualNode.nodeType?n&&a.push(t):a=a.concat(e(t))})),a},sc=Wa((function(e){var t=gr(e),n=t.boundingClientRect,a=[],r=Ji(t);return e.childNodes.forEach((function(e){if(3===e.nodeType&&""!==zs(e.nodeValue)){var t=function(e){var t=l.createRange();return t.selectNodeContents(e),Array.from(t.getClientRects())}(e);(function(e,t){return e.some((function(e){return!ko(Co(e),t)}))})(t,n)||a.push.apply(a,W(lc(t,r)))}})),a.length?a:lc([n],r)}));function lc(e,t){var n=[];return e.forEach((function(e){if(!(e.width<1||e.height<1)){var a=t.reduce((function(e,t){return e&&To(e,t.boundingClientRect)}),e);a&&n.push(a)}})),n}var cc=function(e){zo();var t=gr(e)._grid;return t?sc(e).map((function(e){return us(t,e)})):[]},uc=["checkbox","img","meter","progressbar","scrollbar","radio","slider","spinbutton","textbox"];var dc=function(e){var t=Nm(e).vNode,n=u.commons.aria.getExplicitRole(t);if(n)return-1!==uc.indexOf(n);switch(t.props.nodeName){case"img":case"iframe":case"object":case"video":case"audio":case"canvas":case"svg":case"math":case"button":case"select":case"textarea":case"keygen":case"progress":case"meter":return!0;case"input":return"hidden"!==t.props.type;default:return!1}},pc=["head","title","template","script","style","iframe","object","video","audio","noscript"];function hc(e){return!pc.includes(e.props.nodeName)&&e.children.some((function(e){var t=e.props;return 3===t.nodeType&&t.nodeValue.trim()}))}var fc=function e(t,n,a){return hc(t)||dc(t.actualNode)||!a&&!!tc(t)||!n&&t.children.some((function(t){return 1===t.actualNode.nodeType&&e(t)}))};var mc=function(e,t,n){return e=gr(e),fc(e,t,n)};function gc(e){return!(void 0!==e.children&&!hc(e))||(1===e.props.nodeType&&dc(e)?!!u.commons.text.accessibleTextVirtual(e):e.children.some((function(e){return!e.attr("lang")&&gc(e)&&!uo(e)})))}var bc=function(e){return parseInt(e.getAttribute("tabindex"),10)>-1&&fs(e)&&!hs(e)};function vc(e,t){var n=Nm(e),a=n.vNode,r=n.domNode;return a?(void 0===a._isHiddenWithCSS&&(a._isHiddenWithCSS=yc(r,t)),a._isHiddenWithCSS):yc(r,t)}function yc(e,t){if(9===e.nodeType)return!1;if(11===e.nodeType&&(e=e.host),["STYLE","SCRIPT"].includes(e.nodeName.toUpperCase()))return!1;var n=o.getComputedStyle(e,null);if(!n)throw new Error("Style does not exist for the given element.");if("none"===n.getPropertyValue("display"))return!0;var a=["hidden","collapse"],r=n.getPropertyValue("visibility");if(a.includes(r)&&!t)return!0;if(a.includes(r)&&t&&a.includes(t))return!0;var i=fo(e);return!(!i||a.includes(r))&&vc(i,r)}var wc=vc;var Ac=function(e){var t=e.doctype;return null!==t&&("html"===t.name&&!t.publicId&&!t.systemId)};var Dc=function(e){var t;(e instanceof wa||null!==(t=o)&&void 0!==t&&t.Node&&e instanceof o.Node)&&(e=u.commons.aria.getRole(e));var n=Os.ariaRoles[e];return(null==n?void 0:n.type)||null};function Ec(e,t){!1!==t(e.actualNode)&&e.children.forEach((function(e){return Ec(e,t)}))}var kc=["block","list-item","table","flex","grid","inline-block"];function xc(e){var t=o.getComputedStyle(e).getPropertyValue("display");return kc.includes(t)||"table-"===t.substr(0,6)}var Tc=function(e,t){if(xc(e))return!1;var n=function(e){for(var t=fo(e);t&&!xc(t);)t=fo(t);return gr(t)}(e),a="",r="",i=0;return Ec(n,(function(t){if(2===i)return!1;if(3===t.nodeType&&(a+=t.nodeValue),1===t.nodeType){var n=(t.nodeName||"").toUpperCase();if(t===e&&(i=1),["BR","HR"].includes(n))0===i?(a="",r=""):i=2;else{if("none"===t.style.display||"hidden"===t.style.overflow||!["",null,"none"].includes(t.style.float)||!["",null,"relative"].includes(t.style.position))return!1;if("widget"===Dc(t))return r+=t.textContent,!1}}})),a=zs(a),null!=t&&t.noLengthCompare?0!==a.length:(r=zs(r),a.length>r.length)};var Cc=function(e){var t=(e=e||{}).modalPercent||.75;if(mr.get("isModalOpen"))return mr.get("isModalOpen");if(Zm(u._tree[0],"dialog, [role=dialog], [aria-modal=true]",Ao).length)return mr.set("isModalOpen",!0),!0;for(var n,a=bo(o),r=a.width*t,i=a.height*t,s=(a.width-r)/2,c=(a.height-i)/2,d=[{x:s,y:c},{x:a.width-s,y:c},{x:a.width/2,y:a.height/2},{x:s,y:a.height-c},{x:a.width-s,y:a.height-c}].map((function(e){return Array.from(l.elementsFromPoint(e.x,e.y))})),p=function(){var e=d[h].find((function(e){var t=o.getComputedStyle(e);return parseInt(t.width,10)>=r&&parseInt(t.height,10)>=i&&"none"!==t.getPropertyValue("pointer-events")&&("absolute"===t.position||"fixed"===t.position)}));if(e&&d.every((function(t){return t.includes(e)})))return mr.set("isModalOpen",!0),{v:!0}},h=0;h1&&void 0!==arguments[1]?arguments[1]:2,n=e.ownerDocument.createRange();n.setStart(e,0),n.setEnd(e,e.childNodes.length);var a,r=0,i=0,o=ne(n.getClientRects());try{for(o.s();!(a=o.n()).done;){var s=a.value;if(!(s.height<=t))if(r>s.top+t)r=Math.max(r,s.bottom);else{if(0!==i)return!0;r=s.bottom,i++}}}catch(e){o.e(e)}finally{o.f()}return!1}var Oc=function(e){return e instanceof o.Node},Mc="color.incompleteData",Pc={set:function(e,t){if("string"!=typeof e)throw new Error("Incomplete data: key must be a string");var n=mr.get(Mc,(function(){return{}}));return t&&(n[e]=t),n[e]},get:function(e){var t=mr.get(Mc);return null==t?void 0:t[e]},clear:function(){mr.set(Mc,{})}},Ic=Pc;var Nc=function(e,t){var n=e.nodeName.toUpperCase();if(["IMG","CANVAS","OBJECT","IFRAME","VIDEO","SVG"].includes(n))return Ic.set("bgColor","imgNode"),!0;var a=(t=t||o.getComputedStyle(e)).getPropertyValue("background-image"),r="none"!==a;if(r){var i=/gradient/.test(a);Ic.set("bgColor",i?"bgGradient":"bgImage")}return r},Fc={};ue(Fc,{Colorjs:function(){return Kh},CssSelectorParser:function(){return Zc.CssSelectorParser},doT:function(){return Gc.default},emojiRegexText:function(){return Zl},memoize:function(){return Yc.default}});var _c,jc,Rc,Bc,Lc=de(Ht()),zc=de(Vt()),Uc=(de(Jt()),de(Qn())),qc=de(fa());"hasOwn"in Object||(Object.hasOwn=Uc.default),"values"in Object||(Object.values=qc.default),"Promise"in o||Lc.default.polyfill(),"Uint32Array"in o||(o.Uint32Array=zc.Uint32Array),o.Uint32Array&&("some"in o.Uint32Array.prototype||Object.defineProperty(o.Uint32Array.prototype,"some",{value:Array.prototype.some}),"reduce"in o.Uint32Array.prototype||Object.defineProperty(o.Uint32Array.prototype,"reduce",{value:Array.prototype.reduce})),"function"!=typeof Object.assign&&(Object.assign=function(e){if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var t=Object(e),n=1;n>>0,r=arguments[1],i=0;i>>0,i=0;i=0?a=i:(a=n+i)<0&&(a=0);a>>0,a=arguments.length>=2?arguments[1]:void 0,r=0;r0?1:-1)*Math.floor(Math.abs(t)):t}(e);return Math.min(Math.max(t,0),Rc)},function(e){var t=this,n=Object(e);if(null==e)throw new TypeError("Array.from requires an array-like object - not null or undefined");var a,r=arguments.length>1?arguments[1]:void 0;if(void 0!==r){if(!jc(r))throw new TypeError("Array.from: when provided, the second argument must be a function");arguments.length>2&&(a=arguments[2])}for(var i,o=Bc(n.length),s=jc(t)?Object(new t(o)):new Array(o),l=0;lthis.length)&&-1!==this.indexOf(e,t)}),Array.prototype.flat||Object.defineProperty(Array.prototype,"flat",{configurable:!0,value:function e(){var t=isNaN(arguments[0])?1:Number(arguments[0]);return t?Array.prototype.reduce.call(this,(function(n,a){return Array.isArray(a)?n.push.apply(n,e.call(a,t-1)):n.push(a),n}),[]):Array.prototype.slice.call(this)},writable:!0}),o.Node&&!("isConnected"in o.Node.prototype)&&Object.defineProperty(o.Node.prototype,"isConnected",{get:function(){return!(this.ownerDocument&&this.ownerDocument.compareDocumentPosition(this)&this.DOCUMENT_POSITION_DISCONNECTED)}});var Zc=de(Wt()),Gc=de(ma()),Yc=de(qt());function Wc(e,t){var n=e.length;Array.isArray(e[0])||(e=[e]),Array.isArray(t[0])||(t=t.map((function(e){return[e]})));var a=t[0].length,r=t[0].map((function(e,n){return t.map((function(e){return e[n]}))})),i=e.map((function(e){return r.map((function(t){var n=0;if(!Array.isArray(e)){var a,r=ne(t);try{for(r.s();!(a=r.n()).done;){var i=a.value;n+=e*i}}catch(e){r.e(e)}finally{r.f()}return n}for(var o=0;o)\[(-?[.\d]+),\s*(-?[.\d]+)\]?$/);if(t){var n=new String(t[1]);return n.range=[+t[2],+t[3]],n}return e}))}))}function ou(e,t,n){return Math.max(Math.min(n,t),e)}function su(e,t){return Math.sign(e)===Math.sign(t)?e:-e}function lu(e,t){return su(Math.pow(Math.abs(e),t),e)}function cu(e,t){return 0===t?0:e/t}function uu(e,t){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.length;n>1;e[r]3&&void 0!==arguments[3]?arguments[3]:{};if(e=gu(e),t=gu(t),!e||!t)throw new TypeError("Missing white point to convert ".concat(e?"":"from").concat(e||t?"":"/").concat(t?"":"to"));if(e===t)return n;var r={W1:e,W2:t,XYZ:n,options:a};if(hu.run("chromatic-adaptation-start",r),r.M||(r.W1===mu.D65&&r.W2===mu.D50?r.M=[[1.0479297925449969,.022946870601609652,-.05019226628920524],[.02962780877005599,.9904344267538799,-.017073799063418826],[-.009243040646204504,.015055191490298152,.7518742814281371]]:r.W1===mu.D50&&r.W2===mu.D65&&(r.M=[[.955473421488075,-.02309845494876471,.06325924320057072],[-.0283697093338637,1.0099953980813041,.021041441191917323],[.012314014864481998,-.020507649298898964,1.330365926242124]])),hu.run("chromatic-adaptation-end",r),r.M)return Wc(r.M,r.XYZ);throw new TypeError("Only Bradford CAT with white points D50 and D65 supported for now.")}var vu=new Set(["","",""]);function yu(e,t,n,a){var r=Object.entries(e.coords).map((function(e,r){var i,o=J(e,2),s=o[0],l=o[1],c=t.coordGrammar[r],u=a[r],d=null==u?void 0:u.type;if(!(i=u.none?c.find((function(e){return vu.has(e)})):c.find((function(e){return e==d})))){var p=l.name||s;throw new TypeError("".concat(null!=d?d:u.raw," not allowed for ").concat(p," in ").concat(n,"()"))}var h=i.range;""===d&&(h||(h=[0,1]));var f=l.range||l.refRange;return h&&f&&(a[r]=ru(h,f,a[r])),i}));return r}function wu(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=n.meta,r={str:null===(t=String(e))||void 0===t?void 0:t.trim()};if(hu.run("parse-start",r),r.color)return r.color;if(r.parsed=eu(r.str),r.parsed){var i=r.parsed.name;if("color"===i){var o,s=r.parsed.args.shift(),l=s.startsWith("--")?s.substring(2):"--".concat(s),c=[s,l],u=r.parsed.rawArgs.indexOf("/")>0?r.parsed.args.pop():1,d=ne(ku.all);try{for(d.s();!(o=d.n()).done;){var p,h=o.value,f=h.getFormat("color");if(f)if(c.includes(f.id)||null!==(p=f.ids)&&void 0!==p&&p.filter((function(e){return c.includes(e)})).length){var m=Object.keys(h.coords).map((function(e,t){return r.parsed.args[t]||0})),g=void 0;return f.coordGrammar&&(g=yu(h,f,"color",m)),a&&Object.assign(a,{formatId:"color",types:g}),f.id.startsWith("--")&&!s.startsWith("--")&&fu.warn("".concat(h.name," is a non-standard space and not currently supported in the CSS spec. Use prefixed color(").concat(f.id,") instead of color(").concat(s,").")),s.startsWith("--")&&!f.id.startsWith("--")&&fu.warn("".concat(h.name," is a standard space and supported in the CSS spec. Use color(").concat(f.id,") instead of prefixed color(").concat(s,").")),{spaceId:h.id,coords:m,alpha:u}}}}catch(e){d.e(e)}finally{d.f()}var b="",v=s in ku.registry?s:l;if(v in ku.registry){var y,w=null===(y=ku.registry[v].formats)||void 0===y||null===(y=y.color)||void 0===y?void 0:y.id;w&&(b="Did you mean color(".concat(w,")?"))}throw new TypeError("Cannot parse color(".concat(s,"). ")+(b||"Missing a plugin?"))}var A,D=ne(ku.all);try{for(D.s();!(A=D.n()).done;){var E=A.value,k=E.getFormat(i);if(k&&"function"===k.type){var x=1;(k.lastAlpha||tu(r.parsed.args).alpha)&&(x=r.parsed.args.pop());var T=r.parsed.args,C=void 0;return k.coordGrammar&&(C=yu(E,k,i,T)),a&&Object.assign(a,{formatId:k.name,types:C}),{spaceId:E.id,coords:T,alpha:x}}}}catch(e){D.e(e)}finally{D.f()}}else{var S,O=ne(ku.all);try{for(O.s();!(S=O.n()).done;){var M=S.value;for(var P in M.formats){var I=M.formats[P];if("custom"===I.type&&(!I.test||I.test(r.str))){var N,F=I.parse(r.str);if(F)return null!==(N=F.alpha)&&void 0!==N||(F.alpha=1),a&&(a.formatId=P),F}}}}catch(e){O.e(e)}finally{O.f()}}throw new TypeError("Could not parse ".concat(e," as a color. Missing a plugin?"))}function Au(e){if(Array.isArray(e))return e.map(Au);if(!e)throw new TypeError("Empty color reference");Hc(e)&&(e=wu(e));var t=e.space||e.spaceId;return t instanceof ku||(e.space=ku.get(t)),void 0===e.alpha&&(e.alpha=1),e}var Du=75e-6,Eu=function(){function e(t){var n,a,r,i,o;K(this,e),this.id=t.id,this.name=t.name,this.base=t.base?e.get(t.base):null,this.aliases=t.aliases,this.base&&(this.fromBase=t.fromBase,this.toBase=t.toBase);var s=null!==(n=t.coords)&&void 0!==n?n:this.base.coords;for(var l in s)"name"in s[l]||(s[l].name=l);this.coords=s;var c,u=null!==(a=null!==(r=t.white)&&void 0!==r?r:this.base.white)&&void 0!==a?a:"D65";for(var d in this.white=gu(u),this.formats=null!==(i=t.formats)&&void 0!==i?i:{},this.formats){var p=this.formats[d];p.type||(p.type="function"),p.name||(p.name=d)}null!==(o=this.formats.color)&&void 0!==o&&o.id||(this.formats.color=V({},null!==(c=this.formats.color)&&void 0!==c?c:{},{id:t.cssId||this.id}));t.gamutSpace?this.gamutSpace="self"===t.gamutSpace?this:e.get(t.gamutSpace):this.isPolar?this.gamutSpace=this.base:this.gamutSpace=this,this.gamutSpace.isUnbounded&&(this.inGamut=function(e,t){return!0}),this.referred=t.referred,Object.defineProperty(this,"path",{value:xu(this).reverse(),writable:!1,enumerable:!0,configurable:!0}),hu.run("colorspace-init-end",this)}return ee(e,[{key:"inGamut",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.epsilon,a=void 0===n?Du:n;if(!this.equals(this.gamutSpace))return e=this.to(this.gamutSpace,e),this.gamutSpace.inGamut(e,{epsilon:a});var r=Object.values(this.coords);return e.every((function(e,t){var n=r[t];if("angle"!==n.type&&n.range){if(Number.isNaN(e))return!0;var i=J(n.range,2),o=i[0],s=i[1];return(void 0===o||e>=o-a)&&(void 0===s||e<=s+a)}return!0}))}},{key:"isUnbounded",get:function(){return Object.values(this.coords).every((function(e){return!("range"in e)}))}},{key:"cssId",get:function(){var e;return(null===(e=this.formats)||void 0===e||null===(e=e.color)||void 0===e?void 0:e.id)||this.id}},{key:"isPolar",get:function(){for(var e in this.coords)if("angle"===this.coords[e].type)return!0;return!1}},{key:"getFormat",value:function(e){return"object"===c(e)?e=Tu(e,this):(t="default"===e?Object.values(this.formats)[0]:this.formats[e])?t=Tu(t,this):null;var t}},{key:"equals",value:function(e){return!!e&&(this===e||this.id===e||this.id===e.id)}},{key:"to",value:function(t,n){if(1===arguments.length){var a=Au(t),r=[a.space,a.coords];t=r[0],n=r[1]}if(t=e.get(t),this.equals(t))return n;n=n.map((function(e){return Number.isNaN(e)?0:e}));for(var i,o,s=this.path,l=t.path,c=0;co;u--)n=s[u].toBase(n);for(var d=o+1;d1?r-1:0),o=1;o=0){var l=Object.entries(a.coords)[r];if(l)return V({space:a,id:l[0],index:r},l[1])}a=e.get(a);var c=r.toLowerCase(),u=0;for(var d in a.coords){var p,h=a.coords[d];if(d.toLowerCase()===c||(null===(p=h.name)||void 0===p?void 0:p.toLowerCase())===c)return V({space:a,id:d,index:u},h);u++}throw new TypeError('No "'.concat(r,'" coordinate found in ').concat(a.name,". Its coordinates are: ").concat(Object.keys(a.coords).join(", ")))}}]),e}(),ku=Eu;function xu(e){for(var t=[e],n=e;n=n.base;)t.push(n);return t}function Tu(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.coords;if(e.coords&&!e.coordGrammar){e.type||(e.type="function"),e.name||(e.name="color"),e.coordGrammar=iu(e.coords);var a=Object.entries(n).map((function(t,n){var a=J(t,2),r=(a[0],a[1]),i=e.coordGrammar[n][0],o=r.range||r.refRange,s=i.range,l="";return""==i?(s=[0,100],l="%"):""==i&&(l="deg"),{fromRange:o,toRange:s,suffix:l}}));e.serializeCoords=function(e,t){return e.map((function(e,n){var r=a[n],i=r.fromRange,o=r.toRange,s=r.suffix;return i&&o&&(e=ru(i,o,e)),e=Jc(e,{precision:t,unit:s})}))}}return e}pe(ku,"registry",{}),pe(ku,"DEFAULT_FORMAT",{type:"functions",name:"color"});var Cu=new ku({id:"xyz-d65",name:"XYZ D65",coords:{x:{name:"X"},y:{name:"Y"},z:{name:"Z"}},white:"D65",formats:{color:{ids:["xyz-d65","xyz"]}},aliases:["xyz"]}),Su=function(e){function t(e){var n,a,r,i;(K(this,t),e.coords||(e.coords={r:{range:[0,1],name:"Red"},g:{range:[0,1],name:"Green"},b:{range:[0,1],name:"Blue"}}),e.base||(e.base=Cu),e.toXYZ_M&&e.fromXYZ_M)&&(null!==(r=e.toBase)&&void 0!==r||(e.toBase=function(t){var n=Wc(e.toXYZ_M,t);return a.white!==a.base.white&&(n=bu(a.white,a.base.white,n)),n}),null!==(i=e.fromBase)&&void 0!==i||(e.fromBase=function(t){return t=bu(a.base.white,a.white,t),Wc(e.fromXYZ_M,t)}));return null!==(n=e.referred)&&void 0!==n||(e.referred="display"),a=L(this,t,[e])}return Z(t,e),ee(t)}(ku);function Ou(e,t){return e=Au(e),!t||e.space.equals(t)?e.coords.slice():(t=ku.get(t)).from(e)}function Mu(e,t){e=Au(e);var n=ku.resolveCoord(t,e.space),a=n.space,r=n.index;return Ou(e,a)[r]}function Pu(e,t,n){return e=Au(e),t=ku.get(t),e.coords=t.to(e.space,n),e}function Iu(e,t,n){if(e=Au(e),2===arguments.length&&"object"===Vc(arguments[1])){var a=arguments[1];for(var r in a)Iu(e,r,a[r])}else{"function"==typeof n&&(n=n(Mu(e,t)));var i=ku.resolveCoord(t,e.space),o=i.space,s=i.index,l=Ou(e,o);l[s]=n,Pu(e,o,l)}return e}Pu.returns="color",Iu.returns="color";var Nu=new ku({id:"xyz-d50",name:"XYZ D50",white:"D50",base:Cu,fromBase:function(e){return bu(Cu.white,"D50",e)},toBase:function(e){return bu("D50",Cu.white,e)}}),Fu=24/116,_u=24389/27,ju=mu.D50,Ru=new ku({id:"lab",name:"Lab",coords:{l:{refRange:[0,100],name:"Lightness"},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:ju,base:Nu,fromBase:function(e){var t=e.map((function(e,t){return e/ju[t]})),n=t.map((function(e){return e>.008856451679035631?Math.cbrt(e):(_u*e+16)/116}));return[116*n[1]-16,500*(n[0]-n[1]),200*(n[1]-n[2])]},toBase:function(e){var t=[];return t[1]=(e[0]+16)/116,t[0]=e[1]/500+t[1],t[2]=t[1]-e[2]/200,[t[0]>Fu?Math.pow(t[0],3):(116*t[0]-16)/_u,e[0]>8?Math.pow((e[0]+16)/116,3):e[0]/_u,t[2]>Fu?Math.pow(t[2],3):(116*t[2]-16)/_u].map((function(e,t){return e*ju[t]}))},formats:{lab:{coords:[" | "," | [-1,1]"," | [-1,1]"]}}});function Bu(e){return(e%360+360)%360}function Lu(e,t){if("raw"===e)return t;var n=J(t.map(Bu),2),a=n[0],r=n[1],i=r-a;return"increasing"===e?i<0&&(r+=360):"decreasing"===e?i>0&&(a+=360):"longer"===e?-1800?a+=360:r+=360):"shorter"===e&&(i>180?a+=360:i<-180&&(r+=360)),[a,r]}var zu=new ku({id:"lch",name:"LCH",coords:{l:{refRange:[0,100],name:"Lightness"},c:{refRange:[0,150],name:"Chroma"},h:{refRange:[0,360],type:"angle",name:"Hue"}},base:Ru,fromBase:function(e){var t,n=J(e,3),a=n[0],r=n[1],i=n[2];return t=Math.abs(r)<.02&&Math.abs(i)<.02?NaN:180*Math.atan2(i,r)/Math.PI,[a,Math.sqrt(Math.pow(r,2)+Math.pow(i,2)),Bu(t)]},toBase:function(e){var t=J(e,3),n=t[0],a=t[1],r=t[2];return a<0&&(a=0),isNaN(r)&&(r=0),[n,a*Math.cos(r*Math.PI/180),a*Math.sin(r*Math.PI/180)]},formats:{lch:{coords:[" | "," | "," | "]}}}),Uu=Math.pow(25,7),qu=Math.PI,Zu=180/qu,Gu=qu/180;function Yu(e){var t=e*e;return t*t*t*e}function Wu(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=n.kL,r=void 0===a?1:a,i=n.kC,o=void 0===i?1:i,s=n.kH,l=void 0===s?1:s,c=Au([e,t]),u=J(c,2);e=u[0],t=u[1];var d=Ru.from(e),p=J(d,3),h=p[0],f=p[1],m=p[2],g=zu.from(Ru,[h,f,m])[1],b=Ru.from(t),v=J(b,3),y=v[0],w=v[1],A=v[2],D=zu.from(Ru,[y,w,A])[1];g<0&&(g=0),D<0&&(D=0);var E=(g+D)/2,k=Yu(E),x=.5*(1-Math.sqrt(k/(k+Uu))),T=(1+x)*f,C=(1+x)*w,S=Math.sqrt(Math.pow(T,2)+Math.pow(m,2)),O=Math.sqrt(Math.pow(C,2)+Math.pow(A,2)),M=0===T&&0===m?0:Math.atan2(m,T),P=0===C&&0===A?0:Math.atan2(A,C);M<0&&(M+=2*qu),P<0&&(P+=2*qu);var I,N=y-h,F=O-S,_=(P*=Zu)-(M*=Zu),j=M+P,R=Math.abs(_);S*O==0?I=0:R<=180?I=_:_>180?I=_-360:_<-180?I=_+360:fu.warn("the unthinkable has happened");var B,L=2*Math.sqrt(O*S)*Math.sin(I*Gu/2),z=(h+y)/2,U=(S+O)/2,q=Yu(U);B=S*O==0?j:R<=180?j/2:j<360?(j+360)/2:(j-360)/2;var Z=Math.pow(z-50,2),G=1+.015*Z/Math.sqrt(20+Z),Y=1+.045*U,W=1;W-=.17*Math.cos((B-30)*Gu),W+=.24*Math.cos(2*B*Gu),W+=.32*Math.cos((3*B+6)*Gu);var H=1+.015*U*(W-=.2*Math.cos((4*B-63)*Gu)),V=30*Math.exp(-1*Math.pow((B-275)/25,2)),Q=2*Math.sqrt(q/(q+Uu)),X=-1*Math.sin(2*V*Gu)*Q,K=Math.pow(N/(r*G),2);return K+=Math.pow(F/(o*Y),2),K+=Math.pow(L/(l*H),2),K+=X*(F/(o*Y))*(L/(l*H)),Math.sqrt(K)}var Hu=[[.819022437996703,.3619062600528904,-.1288737815209879],[.0329836539323885,.9292868615863434,.0361446663506424],[.0481771893596242,.2642395317527308,.6335478284694309]],Vu=[[1.2268798758459243,-.5578149944602171,.2813910456659647],[-.0405757452148008,1.112286803280317,-.0717110580655164],[-.0763729366746601,-.4214933324022432,1.5869240198367816]],Ju=[[.210454268309314,.7936177747023054,-.0040720430116193],[1.9779985324311684,-2.42859224204858,.450593709617411],[.0259040424655478,.7827717124575296,-.8086757549230774]],Qu=[[1,.3963377773761749,.2158037573099136],[1,-.1055613458156586,-.0638541728258133],[1,-.0894841775298119,-1.2914855480194092]],Xu=new ku({id:"oklab",name:"Oklab",coords:{l:{refRange:[0,1],name:"Lightness"},a:{refRange:[-.4,.4]},b:{refRange:[-.4,.4]}},white:"D65",base:Cu,fromBase:function(e){var t=Wc(Hu,e).map((function(e){return Math.cbrt(e)}));return Wc(Ju,t)},toBase:function(e){var t=Wc(Qu,e).map((function(e){return Math.pow(e,3)}));return Wc(Vu,t)},formats:{oklab:{coords:[" | "," | [-1,1]"," | [-1,1]"]}}});function Ku(e,t){var n=J(Au([e,t]),2);e=n[0],t=n[1];var a=J(Xu.from(e),3),r=a[0],i=a[1],o=a[2],s=J(Xu.from(t),3),l=r-s[0],c=i-s[1],u=o-s[2];return Math.sqrt(Math.pow(l,2)+Math.pow(c,2)+Math.pow(u,2))}var $u=75e-6;function ed(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=n.epsilon,r=void 0===a?$u:a;e=Au(e),t||(t=e.space),t=ku.get(t);var i=e.coords;return t!==e.space&&(i=t.from(e)),t.inGamut(i,{epsilon:r})}function td(e){return{space:e.space,coords:e.coords.slice(),alpha:e.alpha}}function nd(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"lab",a=(n=ku.get(n)).from(e),r=n.from(t);return Math.sqrt(a.reduce((function(e,t,n){var a=r[n];return isNaN(t)||isNaN(a)?e:e+Math.pow(a-t,2)}),0))}var ad=Math.PI/180;var rd=new ku({id:"xyz-abs-d65",cssId:"--xyz-abs-d65",name:"Absolute XYZ D65",coords:{x:{refRange:[0,9504.7],name:"Xa"},y:{refRange:[0,1e4],name:"Ya"},z:{refRange:[0,10888.3],name:"Za"}},base:Cu,fromBase:function(e){return e.map((function(e){return Math.max(203*e,0)}))},toBase:function(e){return e.map((function(e){return Math.max(e/203,0)}))}}),id=1.15,od=.66,sd=2610/Math.pow(2,14),ld=Math.pow(2,14)/2610,cd=3424/Math.pow(2,12),ud=2413/Math.pow(2,7),dd=2392/Math.pow(2,7),pd=1.7*2523/Math.pow(2,5),hd=Math.pow(2,5)/(1.7*2523),fd=-.56,md=16295499532821565e-27,gd=[[.41478972,.579999,.014648],[-.20151,1.120649,.0531008],[-.0166008,.2648,.6684799]],bd=[[1.9242264357876067,-1.0047923125953657,.037651404030618],[.35031676209499907,.7264811939316552,-.06538442294808501],[-.09098281098284752,-.3127282905230739,1.5227665613052603]],vd=[[.5,.5,0],[3.524,-4.066708,.542708],[.199076,1.096799,-1.295875]],yd=[[1,.1386050432715393,.05804731615611886],[.9999999999999999,-.1386050432715393,-.05804731615611886],[.9999999999999998,-.09601924202631895,-.8118918960560388]],wd=new ku({id:"jzazbz",name:"Jzazbz",coords:{jz:{refRange:[0,1],name:"Jz"},az:{refRange:[-.5,.5]},bz:{refRange:[-.5,.5]}},base:rd,fromBase:function(e){var t=J(e,3),n=t[0],a=t[1],r=t[2],i=Wc(gd,[id*n-(id-1)*r,od*a-(od-1)*n,r]).map((function(e){var t=cd+ud*Math.pow(e/1e4,sd),n=1+dd*Math.pow(e/1e4,sd);return Math.pow(t/n,pd)})),o=J(Wc(vd,i),3),s=o[0],l=o[1],c=o[2];return[(1+fd)*s/(1+fd*s)-md,l,c]},toBase:function(e){var t=J(e,3),n=t[0],a=t[1],r=t[2],i=Wc(yd,[(n+md)/(1+fd-fd*(n+md)),a,r]).map((function(e){var t=cd-Math.pow(e,hd),n=dd*Math.pow(e,hd)-ud;return 1e4*Math.pow(t/n,ld)})),o=J(Wc(bd,i),3),s=o[0],l=o[1],c=o[2],u=(s+(id-1)*c)/id;return[u,(l+(od-1)*u)/od,c]},formats:{color:{coords:[" | "," | [-1,1]"," | [-1,1]"]}}}),Ad=new ku({id:"jzczhz",name:"JzCzHz",coords:{jz:{refRange:[0,1],name:"Jz"},cz:{refRange:[0,1],name:"Chroma"},hz:{refRange:[0,360],type:"angle",name:"Hue"}},base:wd,fromBase:function(e){var t,n=J(e,3),a=n[0],r=n[1],i=n[2],o=2e-4;return t=Math.abs(r)8?Math.pow((e+16)/116,3):e/Xd}function $d(e,t){var n,a=116*((n=e[1])>.008856451679035631?Math.cbrt(n):(Xd*n+16)/116)-16;if(0===a)return[0,0,0];var r=Vd(e,ep);return[Bu(r.h),r.C,a]}var ep=Yd(Qd,200/Math.PI*Kd(50),100*Kd(50),"average",!1),tp=new ku({id:"hct",name:"HCT",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},c:{refRange:[0,145],name:"Colorfulness"},t:{refRange:[0,100],name:"Tone"}},base:Cu,fromBase:function(e){return $d(e)},toBase:function(e){return function(e,t){var n=J(e,3),a=n[0],r=n[1],i=n[2],o=[],s=0;if(0===i)return[0,0,0];var l=Kd(i);s=i>0?.00379058511492914*Math.pow(i,2)+.608983189401032*i+.9155088574762233:9514440756550361e-21*Math.pow(i,2)+.08693057439788597*i-21.928975842194614;for(var c=0,u=1/0;c<=15;){o=Hd({J:s,C:r,h:a},t);var d=Math.abs(o[1]-l);if(d | "," | "," | "]}}}),np=Math.PI/180,ap=[1,.007,.0228];function rp(e){e[1]<0&&(e=tp.fromBase(tp.toBase(e)));var t=Math.log(Math.max(1+ap[2]*e[1]*ep.flRoot,1))/ap[2],n=e[0]*np,a=t*Math.cos(n),r=t*Math.sin(n);return[e[2],a,r]}var ip={deltaE76:function(e,t){return nd(e,t,"lab")},deltaECMC:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=n.l,r=void 0===a?2:a,i=n.c,o=void 0===i?1:i,s=Au([e,t]),l=J(s,2);e=l[0],t=l[1];var c=Ru.from(e),u=J(c,3),d=u[0],p=u[1],h=u[2],f=zu.from(Ru,[d,p,h]),m=J(f,3),g=m[1],b=m[2],v=Ru.from(t),y=J(v,3),w=y[0],A=y[1],D=y[2],E=zu.from(Ru,[w,A,D])[1];g<0&&(g=0),E<0&&(E=0);var k=d-w,x=g-E,T=p-A,C=h-D,S=Math.pow(T,2)+Math.pow(C,2)-Math.pow(x,2),O=.511;d>=16&&(O=.040975*d/(1+.01765*d));var M,P=.0638*g/(1+.0131*g)+.638;Number.isNaN(b)&&(b=0),M=b>=164&&b<=345?.56+Math.abs(.2*Math.cos((b+168)*ad)):.36+Math.abs(.4*Math.cos((b+35)*ad));var I=Math.pow(g,4),N=Math.sqrt(I/(I+1900)),F=P*(N*M+1-N),_=Math.pow(k/(r*O),2);return _+=Math.pow(x/(o*P),2),_+=S/Math.pow(F,2),Math.sqrt(_)},deltaE2000:Wu,deltaEJz:function(e,t){var n=J(Au([e,t]),2);e=n[0],t=n[1];var a=J(Ad.from(e),3),r=a[0],i=a[1],o=a[2],s=J(Ad.from(t),3),l=s[0],c=s[1],u=s[2],d=r-l,p=i-c;Number.isNaN(o)&&Number.isNaN(u)?(o=0,u=0):Number.isNaN(o)?o=u:Number.isNaN(u)&&(u=o);var h=o-u,f=2*Math.sqrt(i*c)*Math.sin(h/2*(Math.PI/180));return Math.sqrt(Math.pow(d,2)+Math.pow(p,2)+Math.pow(f,2))},deltaEITP:function(e,t){var n=J(Au([e,t]),2);e=n[0],t=n[1];var a=J(Nd.from(e),3),r=a[0],i=a[1],o=a[2],s=J(Nd.from(t),3),l=s[0],c=s[1],u=s[2];return 720*Math.sqrt(Math.pow(r-l,2)+.25*Math.pow(i-c,2)+Math.pow(o-u,2))},deltaEOK:Ku,deltaEHCT:function(e,t){var n=J(Au([e,t]),2);e=n[0],t=n[1];var a=J(rp(tp.from(e)),3),r=a[0],i=a[1],o=a[2],s=J(rp(tp.from(t)),3),l=s[0],c=s[1],u=s[2];return Math.sqrt(Math.pow(r-l,2)+Math.pow(i-c,2)+Math.pow(o-u,2))}};function op(e){var t=e?Math.floor(Math.log10(Math.abs(e))):0;return Math.max(parseFloat("1e".concat(t-2)),1e-6)}var sp={hct:{method:"hct.c",jnd:2,deltaEMethod:"hct",blackWhiteClamp:{}},"hct-tonal":{method:"hct.c",jnd:0,deltaEMethod:"hct",blackWhiteClamp:{channel:"hct.t",min:0,max:100}}};function lp(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=n.method,r=void 0===a?fu.gamut_mapping:a,i=n.space,o=void 0===i?void 0:i,s=n.deltaEMethod,l=void 0===s?"":s,c=n.jnd,u=void 0===c?2:c,d=n.blackWhiteClamp,p=void 0===d?{}:d;if(e=Au(e),Hc(arguments[1])?o=arguments[1]:o||(o=e.space),ed(e,o=ku.get(o),{epsilon:0}))return e;if("css"===r)t=up(e,{space:o});else{if("clip"===r||ed(e,o))t=dp(e,o);else{if(Object.prototype.hasOwnProperty.call(sp,r)){var h=sp[r];r=h.method,u=h.jnd,l=h.deltaEMethod,p=h.blackWhiteClamp}var f=Wu;if(""!==l)for(var m in ip)if("deltae"+l.toLowerCase()===m.toLowerCase()){f=ip[m];break}var g=lp(dp(e,o),{method:"clip",space:o});if(f(e,g)>u){if(3===Object.keys(p).length){var b=ku.resolveCoord(p.channel),v=Mu(dp(e,b.space),b.id);if(Qc(v)&&(v=0),v>=p.max)return dp({space:"xyz-d65",coords:mu.D65},e.space);if(v<=p.min)return dp({space:"xyz-d65",coords:[0,0,0]},e.space)}var y=ku.resolveCoord(r),w=y.space,A=y.id,D=dp(e,w);D.coords.forEach((function(e,t){Qc(e)&&(D.coords[t]=0)}));for(var E=y.range||y.refRange,k=E[0],x=op(u),T=k,C=Mu(D,A);C-T>x;){var S=td(D);S=lp(S,{space:o,method:"clip"});var O=f(D,S);O-u1&&void 0!==arguments[1]?arguments[1]:{},n=t.space,a=.02,r=1e-4;e=Au(e),n||(n=e.space),n=ku.get(n);var i=ku.get("oklch");if(n.isUnbounded)return dp(e,n);var o=dp(e,i),s=o.coords[0];if(s>=1){var l=dp(cp.WHITE,n);return l.alpha=e.alpha,dp(l,n)}if(s<=0){var c=dp(cp.BLACK,n);return c.alpha=e.alpha,dp(c,n)}if(ed(o,n,{epsilon:0}))return dp(o,n);function u(e){var t=dp(e,n),a=Object.values(n.coords);return t.coords=t.coords.map((function(e,t){if("range"in a[t]){var n=J(a[t].range,2);return ou(n[0],e,n[1])}return e})),t}var d=0,p=o.coords[1],h=!0,f=td(o),m=u(f),g=Ku(m,f);if(gr;){var b=(d+p)/2;if(f.coords[1]=b,h&&ed(f,n,{epsilon:0}))d=b;else if((g=Ku(m=u(f),f))2&&void 0!==arguments[2]?arguments[2]:{},a=n.inGamut;e=Au(e);var r=(t=ku.get(t)).from(e),i={space:t,coords:r,alpha:e.alpha};return a&&(i=lp(i,!0===a?void 0:a)),i}function pp(e){var t,n,a,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=r.precision,o=void 0===i?fu.precision:i,s=r.format,l=void 0===s?"default":s,c=r.inGamut,u=void 0===c||c,d=Y(r,w),p=l;l=null!==(t=null!==(n=(e=Au(e)).space.getFormat(l))&&void 0!==n?n:e.space.getFormat("default"))&&void 0!==t?t:ku.DEFAULT_FORMAT;var h=e.coords.slice();if(u||(u=l.toGamut),u&&!ed(e)&&(h=lp(td(e),!0===u?void 0:u).coords),"custom"===l.type){if(d.precision=o,!l.serialize)throw new TypeError("format ".concat(p," can only be used to parse colors, not for serialization"));a=l.serialize(h,e.alpha,d)}else{var f=l.name||"color";l.serializeCoords?h=l.serializeCoords(h,o):null!==o&&(h=h.map((function(e){return Jc(e,{precision:o})})));var m=W(h);if("color"===f){var g,b=l.id||(null===(g=l.ids)||void 0===g?void 0:g[0])||e.space.id;m.unshift(b)}var v=e.alpha;null!==o&&(v=Jc(v,{precision:o}));var y=e.alpha>=1||l.noAlpha?"":"".concat(l.commas?",":" /"," ").concat(v);a="".concat(f,"(").concat(m.join(l.commas?", ":" ")).concat(y,")")}return a}dp.returns="color";var hp,fp=new Su({id:"rec2020-linear",cssId:"--rec2020-linear",name:"Linear REC.2020",white:"D65",toXYZ_M:[[.6369580483012914,.14461690358620832,.1688809751641721],[.2627002120112671,.6779980715188708,.05930171646986196],[0,.028072693049087428,1.060985057710791]],fromXYZ_M:[[1.716651187971268,-.355670783776392,-.25336628137366],[-.666684351832489,1.616481236634939,.0157685458139111],[.017639857445311,-.042770613257809,.942103121235474]]}),mp=1.09929682680944,gp=.018053968510807,bp=new Su({id:"rec2020",name:"REC.2020",base:fp,toBase:function(e){return e.map((function(e){return e<4.5*gp?e/4.5:Math.pow((e+mp-1)/mp,1/.45)}))},fromBase:function(e){return e.map((function(e){return e>=gp?mp*Math.pow(e,.45)-(mp-1):4.5*e}))}}),vp=new Su({id:"p3-linear",cssId:"--display-p3-linear",name:"Linear P3",white:"D65",toXYZ_M:[[.4865709486482162,.26566769316909306,.1982172852343625],[.2289745640697488,.6917385218365064,.079286914093745],[0,.04511338185890264,1.043944368900976]],fromXYZ_M:[[2.493496911941425,-.9313836179191239,-.40271078445071684],[-.8294889695615747,1.7626640603183463,.023624685841943577],[.03584583024378447,-.07617238926804182,.9568845240076872]]}),yp=[[3.2409699419045226,-1.537383177570094,-.4986107602930034],[-.9692436362808796,1.8759675015077202,.04155505740717559],[.05563007969699366,-.20397695888897652,1.0569715142428786]],wp=new Su({id:"srgb-linear",name:"Linear sRGB",white:"D65",toXYZ_M:[[.41239079926595934,.357584339383878,.1804807884018343],[.21263900587151027,.715168678767756,.07219231536073371],[.01933081871559182,.11919477979462598,.9505321522496607]],fromXYZ_M:yp}),Ap={aliceblue:[240/255,248/255,1],antiquewhite:[250/255,235/255,215/255],aqua:[0,1,1],aquamarine:[127/255,1,212/255],azure:[240/255,1,1],beige:[245/255,245/255,220/255],bisque:[1,228/255,196/255],black:[0,0,0],blanchedalmond:[1,235/255,205/255],blue:[0,0,1],blueviolet:[138/255,43/255,226/255],brown:[165/255,42/255,42/255],burlywood:[222/255,184/255,135/255],cadetblue:[95/255,158/255,160/255],chartreuse:[127/255,1,0],chocolate:[210/255,105/255,30/255],coral:[1,127/255,80/255],cornflowerblue:[100/255,149/255,237/255],cornsilk:[1,248/255,220/255],crimson:[220/255,20/255,60/255],cyan:[0,1,1],darkblue:[0,0,139/255],darkcyan:[0,139/255,139/255],darkgoldenrod:[184/255,134/255,11/255],darkgray:[169/255,169/255,169/255],darkgreen:[0,100/255,0],darkgrey:[169/255,169/255,169/255],darkkhaki:[189/255,183/255,107/255],darkmagenta:[139/255,0,139/255],darkolivegreen:[85/255,107/255,47/255],darkorange:[1,140/255,0],darkorchid:[.6,50/255,.8],darkred:[139/255,0,0],darksalmon:[233/255,150/255,122/255],darkseagreen:[143/255,188/255,143/255],darkslateblue:[72/255,61/255,139/255],darkslategray:[47/255,79/255,79/255],darkslategrey:[47/255,79/255,79/255],darkturquoise:[0,206/255,209/255],darkviolet:[148/255,0,211/255],deeppink:[1,20/255,147/255],deepskyblue:[0,191/255,1],dimgray:[105/255,105/255,105/255],dimgrey:[105/255,105/255,105/255],dodgerblue:[30/255,144/255,1],firebrick:[178/255,34/255,34/255],floralwhite:[1,250/255,240/255],forestgreen:[34/255,139/255,34/255],fuchsia:[1,0,1],gainsboro:[220/255,220/255,220/255],ghostwhite:[248/255,248/255,1],gold:[1,215/255,0],goldenrod:[218/255,165/255,32/255],gray:[128/255,128/255,128/255],green:[0,128/255,0],greenyellow:[173/255,1,47/255],grey:[128/255,128/255,128/255],honeydew:[240/255,1,240/255],hotpink:[1,105/255,180/255],indianred:[205/255,92/255,92/255],indigo:[75/255,0,130/255],ivory:[1,1,240/255],khaki:[240/255,230/255,140/255],lavender:[230/255,230/255,250/255],lavenderblush:[1,240/255,245/255],lawngreen:[124/255,252/255,0],lemonchiffon:[1,250/255,205/255],lightblue:[173/255,216/255,230/255],lightcoral:[240/255,128/255,128/255],lightcyan:[224/255,1,1],lightgoldenrodyellow:[250/255,250/255,210/255],lightgray:[211/255,211/255,211/255],lightgreen:[144/255,238/255,144/255],lightgrey:[211/255,211/255,211/255],lightpink:[1,182/255,193/255],lightsalmon:[1,160/255,122/255],lightseagreen:[32/255,178/255,170/255],lightskyblue:[135/255,206/255,250/255],lightslategray:[119/255,136/255,.6],lightslategrey:[119/255,136/255,.6],lightsteelblue:[176/255,196/255,222/255],lightyellow:[1,1,224/255],lime:[0,1,0],limegreen:[50/255,205/255,50/255],linen:[250/255,240/255,230/255],magenta:[1,0,1],maroon:[128/255,0,0],mediumaquamarine:[.4,205/255,170/255],mediumblue:[0,0,205/255],mediumorchid:[186/255,85/255,211/255],mediumpurple:[147/255,112/255,219/255],mediumseagreen:[60/255,179/255,113/255],mediumslateblue:[123/255,104/255,238/255],mediumspringgreen:[0,250/255,154/255],mediumturquoise:[72/255,209/255,.8],mediumvioletred:[199/255,21/255,133/255],midnightblue:[25/255,25/255,112/255],mintcream:[245/255,1,250/255],mistyrose:[1,228/255,225/255],moccasin:[1,228/255,181/255],navajowhite:[1,222/255,173/255],navy:[0,0,128/255],oldlace:[253/255,245/255,230/255],olive:[128/255,128/255,0],olivedrab:[107/255,142/255,35/255],orange:[1,165/255,0],orangered:[1,69/255,0],orchid:[218/255,112/255,214/255],palegoldenrod:[238/255,232/255,170/255],palegreen:[152/255,251/255,152/255],paleturquoise:[175/255,238/255,238/255],palevioletred:[219/255,112/255,147/255],papayawhip:[1,239/255,213/255],peachpuff:[1,218/255,185/255],peru:[205/255,133/255,63/255],pink:[1,192/255,203/255],plum:[221/255,160/255,221/255],powderblue:[176/255,224/255,230/255],purple:[128/255,0,128/255],rebeccapurple:[.4,.2,.6],red:[1,0,0],rosybrown:[188/255,143/255,143/255],royalblue:[65/255,105/255,225/255],saddlebrown:[139/255,69/255,19/255],salmon:[250/255,128/255,114/255],sandybrown:[244/255,164/255,96/255],seagreen:[46/255,139/255,87/255],seashell:[1,245/255,238/255],sienna:[160/255,82/255,45/255],silver:[192/255,192/255,192/255],skyblue:[135/255,206/255,235/255],slateblue:[106/255,90/255,205/255],slategray:[112/255,128/255,144/255],slategrey:[112/255,128/255,144/255],snow:[1,250/255,250/255],springgreen:[0,1,127/255],steelblue:[70/255,130/255,180/255],tan:[210/255,180/255,140/255],teal:[0,128/255,128/255],thistle:[216/255,191/255,216/255],tomato:[1,99/255,71/255],turquoise:[64/255,224/255,208/255],violet:[238/255,130/255,238/255],wheat:[245/255,222/255,179/255],white:[1,1,1],whitesmoke:[245/255,245/255,245/255],yellow:[1,1,0],yellowgreen:[154/255,205/255,50/255]},Dp=Array(3).fill(" | [0, 255]"),Ep=Array(3).fill("[0, 255]"),kp=new Su({id:"srgb",name:"sRGB",base:wp,fromBase:function(e){return e.map((function(e){var t=e<0?-1:1,n=e*t;return n>.0031308?t*(1.055*Math.pow(n,1/2.4)-.055):12.92*e}))},toBase:function(e){return e.map((function(e){var t=e<0?-1:1,n=e*t;return n<=.04045?e/12.92:t*Math.pow((n+.055)/1.055,2.4)}))},formats:{rgb:{coords:Dp},rgb_number:{name:"rgb",commas:!0,coords:Ep,noAlpha:!0},color:{},rgba:{coords:Dp,commas:!0,lastAlpha:!0},rgba_number:{name:"rgba",commas:!0,coords:Ep},hex:{type:"custom",toGamut:!0,test:function(e){return/^#([a-f0-9]{3,4}){1,2}$/i.test(e)},parse:function(e){e.length<=5&&(e=e.replace(/[a-f0-9]/gi,"$&$&"));var t=[];return e.replace(/[a-f0-9]{2}/gi,(function(e){t.push(parseInt(e,16)/255)})),{spaceId:"srgb",coords:t.slice(0,3),alpha:t.slice(3)[0]}},serialize:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=n.collapse,r=void 0===a||a;t<1&&e.push(t),e=e.map((function(e){return Math.round(255*e)}));var i=r&&e.every((function(e){return e%17==0})),o=e.map((function(e){return i?(e/17).toString(16):e.toString(16).padStart(2,"0")})).join("");return"#"+o}},keyword:{type:"custom",test:function(e){return/^[a-z]+$/i.test(e)},parse:function(e){var t={spaceId:"srgb",coords:null,alpha:1};if("transparent"===(e=e.toLowerCase())?(t.coords=Ap.black,t.alpha=0):t.coords=Ap[e],t.coords)return t}}}}),xp=new Su({id:"p3",cssId:"display-p3",name:"P3",base:vp,fromBase:kp.fromBase,toBase:kp.toBase});if(fu.display_space=kp,"undefined"!=typeof CSS&&CSS.supports)for(var Tp=0,Cp=[Ru,bp,xp];Tp1&&void 0!==arguments[1]?arguments[1]:{},n=t.space,a=void 0===n?fu.display_space:n,r=Y(t,A),i=pp(e,r);if("undefined"==typeof CSS||CSS.supports("color",i)||!fu.display_space)(i=new String(i)).color=e;else{var o,s=e,l=e.coords.some(Qc)||Qc(e.alpha);if(l)if(!(null!==(o=hp)&&void 0!==o?o:hp=CSS.supports("color","hsl(none 50% 50%)"))&&((s=td(e)).coords=s.coords.map(Xc),s.alpha=Xc(s.alpha),i=pp(s,r),CSS.supports("color",i)))return(i=new String(i)).color=s,i;s=dp(s,a),(i=new String(pp(s,r))).color=s}return i}function Ip(e){return Mu(e,[Cu,"y"])}function Np(e,t){Iu(e,[Cu,"y"],t)}var Fp=Object.freeze({__proto__:null,getLuminance:Ip,register:function(e){Object.defineProperty(e.prototype,"luminance",{get:function(){return Ip(this)},set:function(e){Np(this,e)}})},setLuminance:Np});function _p(e){return e>=.022?e:e+Math.pow(.022-e,1.414)}function jp(e){var t=e<0?-1:1,n=Math.abs(e);return t*Math.pow(n,2.4)}var Rp=24/116,Bp=24389/27,Lp=mu.D65,zp=new ku({id:"lab-d65",name:"Lab D65",coords:{l:{refRange:[0,100],name:"Lightness"},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:Lp,base:Cu,fromBase:function(e){var t=e.map((function(e,t){return e/Lp[t]})),n=t.map((function(e){return e>.008856451679035631?Math.cbrt(e):(Bp*e+16)/116}));return[116*n[1]-16,500*(n[0]-n[1]),200*(n[1]-n[2])]},toBase:function(e){var t=[];return t[1]=(e[0]+16)/116,t[0]=e[1]/500+t[1],t[2]=t[1]-e[2]/200,[t[0]>Rp?Math.pow(t[0],3):(116*t[0]-16)/Bp,e[0]>8?Math.pow((e[0]+16)/116,3):e[0]/Bp,t[2]>Rp?Math.pow(t[2],3):(116*t[2]-16)/Bp].map((function(e,t){return e*Lp[t]}))},formats:{"lab-d65":{coords:[" | "," | [-1,1]"," | [-1,1]"]}}}),Up=.5*Math.pow(5,.5)+.5;var qp=Object.freeze({__proto__:null,contrastAPCA:function(e,t){var n,a,r,i;t=Au(t),e=Au(e);var o=J((t=dp(t,"srgb")).coords,3);a=o[0],r=o[1],i=o[2];var s=.2126729*jp(a)+.7151522*jp(r)+.072175*jp(i),l=J((e=dp(e,"srgb")).coords,3);a=l[0],r=l[1],i=l[2];var c=.2126729*jp(a)+.7151522*jp(r)+.072175*jp(i),u=_p(s),d=_p(c),p=d>u;return n=Math.abs(d-u)<5e-4?0:p?1.14*(Math.pow(d,.56)-Math.pow(u,.57)):1.14*(Math.pow(d,.65)-Math.pow(u,.62)),100*(Math.abs(n)<.1?0:n>0?n-.027:n+.027)},contrastDeltaPhi:function(e,t){e=Au(e),t=Au(t);var n=Mu(e,[zp,"l"]),a=Mu(t,[zp,"l"]),r=Math.abs(Math.pow(n,Up)-Math.pow(a,Up)),i=Math.pow(r,1/Up)*Math.SQRT2-40;return i<7.5?0:i},contrastLstar:function(e,t){e=Au(e),t=Au(t);var n=Mu(e,[Ru,"l"]),a=Mu(t,[Ru,"l"]);return Math.abs(n-a)},contrastMichelson:function(e,t){e=Au(e),t=Au(t);var n=Math.max(Ip(e),0),a=Math.max(Ip(t),0);if(a>n){var r=[a,n];n=r[0],a=r[1]}var i=n+a;return 0===i?0:(n-a)/i},contrastWCAG21:function(e,t){e=Au(e),t=Au(t);var n=Math.max(Ip(e),0),a=Math.max(Ip(t),0);if(a>n){var r=[a,n];n=r[0],a=r[1]}return(n+.05)/(a+.05)},contrastWeber:function(e,t){e=Au(e),t=Au(t);var n=Math.max(Ip(e),0),a=Math.max(Ip(t),0);if(a>n){var r=[a,n];n=r[0],a=r[1]}return 0===a?5e4:(n-a)/a}});function Zp(e){var t=J(Ou(e,Cu),3),n=t[0],a=t[1],r=n+15*a+3*t[2];return[4*n/r,9*a/r]}function Gp(e){var t=J(Ou(e,Cu),3),n=t[0],a=t[1],r=n+a+t[2];return[n/r,a/r]}var Yp=Object.freeze({__proto__:null,register:function(e){Object.defineProperty(e.prototype,"uv",{get:function(){return Zp(this)}}),Object.defineProperty(e.prototype,"xy",{get:function(){return Gp(this)}})},uv:Zp,xy:Gp});function Wp(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Hc(n)&&(n={method:n});var a=n,r=a.method,i=void 0===r?fu.deltaE:r,o=Y(a,E);for(var s in ip)if("deltae"+i.toLowerCase()===s.toLowerCase())return ip[s](e,t,o);throw new TypeError("Unknown deltaE method: ".concat(i))}var Hp=Object.freeze({__proto__:null,darken:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:.25,n=ku.get("oklch","lch"),a=[n,"l"];return Iu(e,a,(function(e){return e*(1-t)}))},lighten:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:.25,n=ku.get("oklch","lch"),a=[n,"l"];return Iu(e,a,(function(e){return e*(1+t)}))}});function Vp(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:.5,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},r=[Au(e),Au(t)];if(e=r[0],t=r[1],"object"===Vc(n)){var i=[.5,n];n=i[0],a=i[1]}var o=Qp(e,t,a);return o(n)}function Jp(e,t){var n,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(Xp(e)){a=t;var r=J((n=e).rangeArgs.colors,2);e=r[0],t=r[1]}var i=a,o=i.maxDeltaE,s=i.deltaEMethod,l=i.steps,c=void 0===l?2:l,u=i.maxSteps,d=void 0===u?1e3:u,p=Y(i,k);if(!n){var h=[Au(e),Au(t)];e=h[0],t=h[1],n=Qp(e,t,p)}var f=Wp(e,t),m=o>0?Math.max(c,Math.ceil(f/o)+1):c,g=[];if(void 0!==d&&(m=Math.min(m,d)),1===m)g=[{p:.5,color:n(.5)}];else{var b=1/(m-1);g=Array.from({length:m},(function(e,t){var a=t*b;return{p:a,color:n(a)}}))}if(o>0)for(var v=g.reduce((function(e,t,n){if(0===n)return 0;var a=Wp(t.color,g[n-1].color,s);return Math.max(e,a)}),0);v>o;){v=0;for(var y=1;y2&&void 0!==arguments[2]?arguments[2]:{};if(Xp(e)){var a=e,r=t;return Qp.apply(void 0,W(a.rangeArgs.colors).concat([V({},a.rangeArgs.options,r)]))}var i=n.space,o=n.outputSpace,s=n.progression,l=n.premultiplied;e=Au(e),t=Au(t),e=td(e),t=td(t);var c={colors:[e,t],options:n};if(i=i?ku.get(i):ku.registry[fu.interpolationSpace]||e.space,o=o?ku.get(o):i,e=dp(e,i),t=dp(t,i),e=lp(e),t=lp(t),i.coords.h&&"angle"===i.coords.h.type){var u=n.hue=n.hue||"shorter",d=[i,"h"],p=[Mu(e,d),Mu(t,d)],h=p[0],f=p[1];isNaN(h)&&!isNaN(f)?h=f:isNaN(f)&&!isNaN(h)&&(f=h);var m=Lu(u,[h,f]),g=J(m,2);h=g[0],f=g[1],Iu(e,d,h),Iu(t,d,f)}return l&&(e.coords=e.coords.map((function(t){return t*e.alpha})),t.coords=t.coords.map((function(e){return e*t.alpha}))),Object.assign((function(n){n=s?s(n):n;var a=e.coords.map((function(e,a){return nu(e,t.coords[a],n)})),r=nu(e.alpha,t.alpha,n),c={space:i,coords:a,alpha:r};return l&&(c.coords=c.coords.map((function(e){return e/r}))),o!==i&&(c=dp(c,o)),c}),{rangeArgs:c})}function Xp(e){return"function"===Vc(e)&&!!e.rangeArgs}fu.interpolationSpace="lab";var Kp=Object.freeze({__proto__:null,isRange:Xp,mix:Vp,range:Qp,register:function(e){e.defineFunction("mix",Vp,{returns:"color"}),e.defineFunction("range",Qp,{returns:"function"}),e.defineFunction("steps",Jp,{returns:"array"})},steps:Jp}),$p=new ku({id:"hsl",name:"HSL",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},s:{range:[0,100],name:"Saturation"},l:{range:[0,100],name:"Lightness"}},base:kp,fromBase:function(e){var t=Math.max.apply(Math,W(e)),n=Math.min.apply(Math,W(e)),a=J(e,3),r=a[0],i=a[1],o=a[2],s=NaN,l=0,c=(n+t)/2,u=t-n;if(0!==u){switch(l=0===c||1===c?0:(t-c)/Math.min(c,1-c),t){case r:s=(i-o)/u+(i=360&&(s-=360),[s,100*l,100*c]},toBase:function(e){var t=J(e,3),n=t[0],a=t[1],r=t[2];function i(e){var t=(e+n/30)%12,i=a*Math.min(r,1-r);return r-i*Math.max(-1,Math.min(t-3,9-t,1))}return(n%=360)<0&&(n+=360),a/=100,r/=100,[i(0),i(8),i(4)]},formats:{hsl:{coords:[" | ","",""]},hsla:{coords:[" | ","",""],commas:!0,lastAlpha:!0}}}),eh=new ku({id:"hsv",name:"HSV",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},s:{range:[0,100],name:"Saturation"},v:{range:[0,100],name:"Value"}},base:$p,fromBase:function(e){var t=J(e,3),n=t[0],a=t[1],r=t[2],i=(r/=100)+(a/=100)*Math.min(r,1-r);return[n,0===i?0:200*(1-r/i),100*i]},toBase:function(e){var t=J(e,3),n=t[0],a=t[1],r=t[2],i=(r/=100)*(1-(a/=100)/2);return[n,0===i||1===i?0:(r-i)/Math.min(i,1-i)*100,100*i]},formats:{color:{id:"--hsv",coords:[" | "," | "," | "]}}}),th=new ku({id:"hwb",name:"HWB",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},w:{range:[0,100],name:"Whiteness"},b:{range:[0,100],name:"Blackness"}},base:eh,fromBase:function(e){var t=J(e,3),n=t[0],a=t[1],r=t[2];return[n,r*(100-a)/100,100-r]},toBase:function(e){var t=J(e,3),n=t[0],a=t[1],r=t[2],i=(a/=100)+(r/=100);if(i>=1)return[n,0,100*(a/i)];var o=1-r;return[n,100*(0===o?0:1-a/o),100*o]},formats:{hwb:{coords:[" | "," | "," | "]}}}),nh=new Su({id:"a98rgb-linear",cssId:"--a98-rgb-linear",name:"Linear Adobe® 98 RGB compatible",white:"D65",toXYZ_M:[[.5766690429101305,.1855582379065463,.1882286462349947],[.29734497525053605,.6273635662554661,.07529145849399788],[.02703136138641234,.07068885253582723,.9913375368376388]],fromXYZ_M:[[2.0415879038107465,-.5650069742788596,-.34473135077832956],[-.9692436362808795,1.8759675015077202,.04155505740717557],[.013444280632031142,-.11836239223101838,1.0151749943912054]]}),ah=new Su({id:"a98rgb",cssId:"a98-rgb",name:"Adobe® 98 RGB compatible",base:nh,toBase:function(e){return e.map((function(e){return Math.pow(Math.abs(e),563/256)*Math.sign(e)}))},fromBase:function(e){return e.map((function(e){return Math.pow(Math.abs(e),256/563)*Math.sign(e)}))}}),rh=new Su({id:"prophoto-linear",cssId:"--prophoto-rgb-linear",name:"Linear ProPhoto",white:"D50",base:Nu,toXYZ_M:[[.7977666449006423,.13518129740053308,.0313477341283922],[.2880748288194013,.711835234241873,8993693872564e-17],[0,0,.8251046025104602]],fromXYZ_M:[[1.3457868816471583,-.25557208737979464,-.05110186497554526],[-.5446307051249019,1.5082477428451468,.02052744743642139],[0,0,1.2119675456389452]]}),ih=new Su({id:"prophoto",cssId:"prophoto-rgb",name:"ProPhoto",base:rh,toBase:function(e){return e.map((function(e){return e<.03125?e/16:Math.pow(e,1.8)}))},fromBase:function(e){return e.map((function(e){return e>=.001953125?Math.pow(e,1/1.8):16*e}))}}),oh=new ku({id:"oklch",name:"Oklch",coords:{l:{refRange:[0,1],name:"Lightness"},c:{refRange:[0,.4],name:"Chroma"},h:{refRange:[0,360],type:"angle",name:"Hue"}},white:"D65",base:Xu,fromBase:function(e){var t,n=J(e,3),a=n[0],r=n[1],i=n[2],o=2e-4;return t=Math.abs(r) | "," | [0,1]"," | "]}}}),sh=mu.D65,lh=24389/27,ch=J(Zp({space:Cu,coords:sh}),2),uh=ch[0],dh=ch[1],ph=new ku({id:"luv",name:"Luv",coords:{l:{refRange:[0,100],name:"Lightness"},u:{refRange:[-215,215]},v:{refRange:[-215,215]}},white:sh,base:Cu,fromBase:function(e){var t=[Xc(e[0]),Xc(e[1]),Xc(e[2])],n=t[1],a=J(Zp({space:Cu,coords:t}),2),r=a[0],i=a[1];if(!Number.isFinite(r)||!Number.isFinite(i))return[0,0,0];var o=n<=.008856451679035631?lh*n:116*Math.cbrt(n)-16;return[o,13*o*(r-uh),13*o*(i-dh)]},toBase:function(e){var t=J(e,3),n=t[0],a=t[1],r=t[2];if(0===n||Qc(n))return[0,0,0];a=Xc(a),r=Xc(r);var i=a/(13*n)+uh,o=r/(13*n)+dh,s=n<=8?n/lh:Math.pow((n+16)/116,3);return[s*(9*i/(4*o)),s,s*((12-3*i-20*o)/(4*o))]},formats:{color:{id:"--luv",coords:[" | "," | [-1,1]"," | [-1,1]"]}}}),hh=new ku({id:"lchuv",name:"LChuv",coords:{l:{refRange:[0,100],name:"Lightness"},c:{refRange:[0,220],name:"Chroma"},h:{refRange:[0,360],type:"angle",name:"Hue"}},base:ph,fromBase:function(e){var t,n=J(e,3),a=n[0],r=n[1],i=n[2];return t=Math.abs(r)<.02&&Math.abs(i)<.02?NaN:180*Math.atan2(i,r)/Math.PI,[a,Math.sqrt(Math.pow(r,2)+Math.pow(i,2)),Bu(t)]},toBase:function(e){var t=J(e,3),n=t[0],a=t[1],r=t[2];return a<0&&(a=0),isNaN(r)&&(r=0),[n,a*Math.cos(r*Math.PI/180),a*Math.sin(r*Math.PI/180)]},formats:{color:{id:"--lchuv",coords:[" | "," | "," | "]}}}),fh=yp[0][0],mh=yp[0][1],gh=yp[0][2],bh=yp[1][0],vh=yp[1][1],yh=yp[1][2],wh=yp[2][0],Ah=yp[2][1],Dh=yp[2][2];function Eh(e,t,n){var a=t/(Math.sin(n)-e*Math.cos(n));return a<0?1/0:a}function kh(e){var t=Math.pow(e+16,3)/1560896,n=t>.008856451679035631?t:e/903.2962962962963,a=n*(284517*fh-94839*gh),r=n*(838422*gh+769860*mh+731718*fh),i=n*(632260*gh-126452*mh),o=n*(284517*bh-94839*yh),s=n*(838422*yh+769860*vh+731718*bh),l=n*(632260*yh-126452*vh),c=n*(284517*wh-94839*Dh),u=n*(838422*Dh+769860*Ah+731718*wh),d=n*(632260*Dh-126452*Ah);return{r0s:a/i,r0i:r*e/i,r1s:a/(i+126452),r1i:(r-769860)*e/(i+126452),g0s:o/l,g0i:s*e/l,g1s:o/(l+126452),g1i:(s-769860)*e/(l+126452),b0s:c/d,b0i:u*e/d,b1s:c/(d+126452),b1i:(u-769860)*e/(d+126452)}}function xh(e,t){var n=t/360*Math.PI*2,a=Eh(e.r0s,e.r0i,n),r=Eh(e.r1s,e.r1i,n),i=Eh(e.g0s,e.g0i,n),o=Eh(e.g1s,e.g1i,n),s=Eh(e.b0s,e.b0i,n),l=Eh(e.b1s,e.b1i,n);return Math.min(a,r,i,o,s,l)}var Th=new ku({id:"hsluv",name:"HSLuv",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},s:{range:[0,100],name:"Saturation"},l:{range:[0,100],name:"Lightness"}},base:hh,gamutSpace:kp,fromBase:function(e){var t,n=[Xc(e[0]),Xc(e[1]),Xc(e[2])],a=n[0],r=n[2];if(a>99.9999999)t=0,a=100;else if(a<1e-8)t=0,a=0;else{t=n[1]/xh(kh(a),r)*100}return[r,t,a]},toBase:function(e){var t,n=[Xc(e[0]),Xc(e[1]),Xc(e[2])],a=n[0],r=n[1],i=n[2];if(i>99.9999999)i=100,t=0;else if(i<1e-8)i=0,t=0;else{t=xh(kh(i),a)/100*r}return[i,t,a]},formats:{color:{id:"--hsluv",coords:[" | "," | "," | "]}}});function Ch(e,t){return Math.abs(t)/Math.sqrt(Math.pow(e,2)+1)}function Sh(e){var t=Ch(e.r0s,e.r0i),n=Ch(e.r1s,e.r1i),a=Ch(e.g0s,e.g0i),r=Ch(e.g1s,e.g1i),i=Ch(e.b0s,e.b0i),o=Ch(e.b1s,e.b1i);return Math.min(t,n,a,r,i,o)}yp[0][0],yp[0][1],yp[0][2],yp[1][0],yp[1][1],yp[1][2],yp[2][0],yp[2][1],yp[2][2];var Oh=new ku({id:"hpluv",name:"HPLuv",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},s:{range:[0,100],name:"Saturation"},l:{range:[0,100],name:"Lightness"}},base:hh,gamutSpace:"self",fromBase:function(e){var t,n=[Xc(e[0]),Xc(e[1]),Xc(e[2])],a=n[0],r=n[2];if(a>99.9999999)t=0,a=100;else if(a<1e-8)t=0,a=0;else{t=n[1]/Sh(kh(a))*100}return[r,t,a]},toBase:function(e){var t,n=[Xc(e[0]),Xc(e[1]),Xc(e[2])],a=n[0],r=n[1],i=n[2];if(i>99.9999999)i=100,t=0;else if(i<1e-8)i=0,t=0;else{t=Sh(kh(i))/100*r}return[i,t,a]},formats:{color:{id:"--hpluv",coords:[" | "," | "," | "]}}}),Mh=2610/Math.pow(2,14),Ph=Math.pow(2,14)/2610,Ih=2523/Math.pow(2,5),Nh=Math.pow(2,5)/2523,Fh=3424/Math.pow(2,12),_h=2413/Math.pow(2,7),jh=2392/Math.pow(2,7),Rh=new Su({id:"rec2100pq",cssId:"rec2100-pq",name:"REC.2100-PQ",base:fp,toBase:function(e){return e.map((function(e){return 1e4*Math.pow(Math.max(Math.pow(e,Nh)-Fh,0)/(_h-jh*Math.pow(e,Nh)),Ph)/203}))},fromBase:function(e){return e.map((function(e){var t=Math.max(203*e/1e4,0),n=Fh+_h*Math.pow(t,Mh),a=1+jh*Math.pow(t,Mh);return Math.pow(n/a,Ih)}))}}),Bh=.17883277,Lh=.28466892,zh=.55991073,Uh=3.7743,qh=new Su({id:"rec2100hlg",cssId:"rec2100-hlg",name:"REC.2100-HLG",referred:"scene",base:fp,toBase:function(e){return e.map((function(e){return e<=.5?Math.pow(e,2)/3*Uh:(Math.exp((e-zh)/Bh)+Lh)/12*Uh}))},fromBase:function(e){return e.map((function(e){return(e/=Uh)<=1/12?Math.sqrt(3*e):Bh*Math.log(12*e-Lh)+zh}))}}),Zh={};function Gh(e){var t=e.id;e.toCone_M,e.fromCone_M;Zh[t]=arguments[0]}function Yh(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"Bradford",a=Zh[n],r=Wc(a.toCone_M,e),i=J(r,3),o=i[0],s=i[1],l=i[2],c=Wc(a.toCone_M,t),u=J(c,3),d=u[0],p=u[1],h=u[2],f=[[d/o,0,0],[0,p/s,0],[0,0,h/l]],m=Wc(f,a.toCone_M),g=Wc(a.fromCone_M,m);return g}hu.add("chromatic-adaptation-start",(function(e){e.options.method&&(e.M=Yh(e.W1,e.W2,e.options.method))})),hu.add("chromatic-adaptation-end",(function(e){e.M||(e.M=Yh(e.W1,e.W2,e.options.method))})),Gh({id:"von Kries",toCone_M:[[.40024,.7076,-.08081],[-.2263,1.16532,.0457],[0,0,.91822]],fromCone_M:[[1.8599363874558397,-1.1293816185800916,.21989740959619328],[.3611914362417676,.6388124632850422,-6370596838649899e-21],[0,0,1.0890636230968613]]}),Gh({id:"Bradford",toCone_M:[[.8951,.2664,-.1614],[-.7502,1.7135,.0367],[.0389,-.0685,1.0296]],fromCone_M:[[.9869929054667121,-.14705425642099013,.15996265166373122],[.4323052697233945,.5183602715367774,.049291228212855594],[-.00852866457517732,.04004282165408486,.96848669578755]]}),Gh({id:"CAT02",toCone_M:[[.7328,.4296,-.1624],[-.7036,1.6975,.0061],[.003,.0136,.9834]],fromCone_M:[[1.0961238208355142,-.27886900021828726,.18274517938277307],[.4543690419753592,.4735331543074117,.07209780371722911],[-.009627608738429355,-.00569803121611342,1.0153256399545427]]}),Gh({id:"CAT16",toCone_M:[[.401288,.650173,-.051461],[-.250268,1.204414,.045854],[-.002079,.048952,.953127]],fromCone_M:[[1.862067855087233,-1.0112546305316845,.14918677544445172],[.3875265432361372,.6214474419314753,-.008973985167612521],[-.01584149884933386,-.03412293802851557,1.0499644368778496]]}),Object.assign(mu,{A:[1.0985,1,.35585],C:[.98074,1,1.18232],D55:[.95682,1,.92149],D75:[.94972,1,1.22638],E:[1,1,1],F2:[.99186,1,.67393],F7:[.95041,1,1.08747],F11:[1.00962,1,.6435]}),mu.ACES=[.32168/.33767,1,.34065/.33767];var Wh=new Su({id:"acescg",cssId:"--acescg",name:"ACEScg",coords:{r:{range:[0,65504],name:"Red"},g:{range:[0,65504],name:"Green"},b:{range:[0,65504],name:"Blue"}},referred:"scene",white:mu.ACES,toXYZ_M:[[.6624541811085053,.13400420645643313,.1561876870049078],[.27222871678091454,.6740817658111484,.05368951740793705],[-.005574649490394108,.004060733528982826,1.0103391003129971]],fromXYZ_M:[[1.6410233796943257,-.32480329418479,-.23642469523761225],[-.6636628587229829,1.6153315916573379,.016756347685530137],[.011721894328375376,-.008284441996237409,.9883948585390215]]}),Hh=Math.pow(2,-16),Vh=-.35828683,Jh=(Math.log2(65504)+9.72)/17.52,Qh=new Su({id:"acescc",cssId:"--acescc",name:"ACEScc",coords:{r:{range:[Vh,Jh],name:"Red"},g:{range:[Vh,Jh],name:"Green"},b:{range:[Vh,Jh],name:"Blue"}},referred:"scene",base:Wh,toBase:function(e){return e.map((function(e){return e<=-.3013698630136986?2*(Math.pow(2,17.52*e-9.72)-Hh):e1||void 0===r?1:r<0?0:r;for(var c=0;c1?n-1:0),r=1;r2&&void 0!==arguments[2]?arguments[2]:n,r=a.instance,i=void 0===r||r,o=a.returns,s=function(){var t=n.apply(void 0,arguments);if("color"===o)t=e.get(t);else if("function"===o){var a=t;t=function(){var t=a.apply(void 0,arguments);return e.get(t)},Object.assign(t,a)}else"array"===o&&(t=t.map((function(t){return e.get(t)})));return t};t in e||(e[t]=s),i&&(e.prototype[t]=function(){for(var e=arguments.length,t=new Array(e),n=0;n=0)return e[r]}return Reflect.get(e,n,a)},set:function(a,r,i,o){if(r&&"symbol"!==c(r)&&!(r in a)||r>=0){var s=ku.resolveCoord([t,r]).index;if(s>=0)return a[s]=i,n.setAll(e,a),!0}return Reflect.set(a,r,i,o)}})},set:function(t){this.setAll(e,t)},configurable:!0,enumerable:!0})}hu.add("colorspace-init-end",(function(e){var t;af(e.id,e),null===(t=e.aliases)||void 0===t||t.forEach((function(t){af(t,e)}))})),Kh.extend(ip),Kh.extend({deltaE:Wp}),Object.assign(Kh,{deltaEMethods:ip}),Kh.extend(Hp),Kh.extend({contrast:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Hc(n)&&(n={algorithm:n});var a=n,r=a.algorithm,i=Y(a,D);if(!r){var o=Object.keys(qp).map((function(e){return e.replace(/^contrast/,"")})).join(", ");throw new TypeError("contrast() function needs a contrast algorithm. Please specify one of: ".concat(o))}for(var s in e=Au(e),t=Au(t),qp)if("contrast"+r.toLowerCase()===s.toLowerCase())return qp[s](e,t,i);throw new TypeError("Unknown contrast algorithm: ".concat(r))}}),Kh.extend(Yp),Kh.extend(Fp),Kh.extend(Kp),Kh.extend(qp),Gc.default.templateSettings.strip=!1;var rf=/^#[0-9a-f]{3,8}$/i,of=(t=new WeakMap,i=new WeakMap,N=new WeakMap,j=new WeakMap,U=new WeakMap,q=new WeakMap,G=new WeakSet,function(){function e(n,a,r){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;if(K(this,e),P(this,G),I(this,t,{writable:!0,value:void 0}),I(this,i,{writable:!0,value:void 0}),I(this,N,{writable:!0,value:void 0}),I(this,j,{writable:!0,value:void 0}),I(this,U,{writable:!0,value:void 0}),I(this,q,{writable:!0,value:void 0}),n instanceof e){var s=n.r,l=n.g,c=n.b;return this.r=s,this.g=l,this.b=c,void(this.alpha=n.alpha)}this.red=n,this.green=a,this.blue=r,this.alpha=o}return ee(e,[{key:"r",get:function(){return _(this,t)},set:function(e){F(this,t,e),F(this,j,Math.round(255*cf(e,0,1)))}},{key:"g",get:function(){return _(this,i)},set:function(e){F(this,i,e),F(this,U,Math.round(255*cf(e,0,1)))}},{key:"b",get:function(){return _(this,N)},set:function(e){F(this,N,e),F(this,q,Math.round(255*cf(e,0,1)))}},{key:"red",get:function(){return _(this,j)},set:function(e){F(this,t,e/255),F(this,j,cf(e,0,255))}},{key:"green",get:function(){return _(this,U)},set:function(e){F(this,i,e/255),F(this,U,cf(e,0,255))}},{key:"blue",get:function(){return _(this,q)},set:function(e){F(this,N,e/255),F(this,q,cf(e,0,255))}},{key:"toHexString",value:function(){var e=Math.round(this.red).toString(16),t=Math.round(this.green).toString(16),n=Math.round(this.blue).toString(16);return"#"+(this.red>15.5?e:"0"+e)+(this.green>15.5?t:"0"+t)+(this.blue>15.5?n:"0"+n)}},{key:"toJSON",value:function(){return{red:this.red,green:this.green,blue:this.blue,alpha:this.alpha}}},{key:"parseString",value:function(e){try{var t=new Kh(e).to("srgb");this.r=t.r,this.g=t.g,this.b=t.b,this.alpha=+t.alpha}catch(t){throw new Error('Unable to parse color "'.concat(e,'"'))}return this}},{key:"parseRgbString",value:function(e){this.parseString(e)}},{key:"parseHexString",value:function(e){e.match(rf)&&![6,8].includes(e.length)&&this.parseString(e)}},{key:"parseColorFnString",value:function(e){this.parseString(e)}},{key:"getRelativeLuminance",value:function(){var e=this.r,t=this.g,n=this.b;return.2126*(e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.7152*(t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))+.0722*(n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4))}},{key:"getLuminosity",value:function(){return.3*this.r+.59*this.g+.11*this.b}},{key:"setLuminosity",value:function(e){var t,n,a,r=e-this.getLuminosity();return(t=this,n=G,a=sf,R(n,t),a).call(this,r).clip()}},{key:"getSaturation",value:function(){return Math.max(this.r,this.g,this.b)-Math.min(this.r,this.g,this.b)}},{key:"setSaturation",value:function(t){var n=new e(this),a=J([{name:"r",value:n.r},{name:"g",value:n.g},{name:"b",value:n.b}].sort((function(e,t){return e.value-t.value})),3),r=a[0],i=a[1],o=a[2];return o.value>r.value?(i.value=(i.value-r.value)*t/(o.value-r.value),o.value=t):i.value=o.value=0,r.value=0,n[o.name]=o.value,n[r.name]=r.value,n[i.name]=i.value,n}},{key:"clip",value:function(){var t=new e(this),n=t.getLuminosity(),a=Math.min(t.r,t.g,t.b),r=Math.max(t.r,t.g,t.b);return a<0&&(t.r=n+(t.r-n)*n/(n-a),t.g=n+(t.g-n)*n/(n-a),t.b=n+(t.b-n)*n/(n-a)),r>1&&(t.r=n+(t.r-n)*(1-n)/(r-n),t.g=n+(t.g-n)*(1-n)/(r-n),t.b=n+(t.b-n)*(1-n)/(r-n)),t}}]),e}());function sf(e){var t=new of(this);return t.r+=e,t.g+=e,t.b+=e,t}var lf=of;function cf(e,t,n){return Math.min(Math.max(t,e),n)}var uf=function(e){var t=new lf;if(t.parseString(e.getPropertyValue("background-color")),0!==t.alpha){var n=e.getPropertyValue("opacity");t.alpha=t.alpha*n}return t};var df=function(e){var t=o.getComputedStyle(e);return Nc(e,t)||1===uf(t).alpha};function pf(e){if(!e.href)return!1;var t=mr.get("firstPageLink",hf);return!t||e.compareDocumentPosition(t.actualNode)===e.DOCUMENT_POSITION_FOLLOWING}function hf(){return(o.location.origin?eg(u._tree,'a[href]:not([href^="javascript:"])').find((function(e){return!is(e.actualNode)})):eg(u._tree,'a:not([href^="#"]):not([href^="/#"]):not([href^="javascript:"])')[0])||null}var ff=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,mf=/(\w+)\((\d+)/;function gf(e,t,n){var a;if(!e)throw new TypeError("Cannot determine if element is visible for non-DOM nodes");var r=e instanceof wa?e:gr(e);e=r?r.actualNode:e;var i="_isVisible"+(t?"ScreenReader":""),s=null!==(a=o.Node)&&void 0!==a?a:{},l=s.DOCUMENT_NODE,c=s.DOCUMENT_FRAGMENT_NODE,d=r?r.props.nodeType:e.nodeType,p=r?r.props.nodeName:e.nodeName.toLowerCase();if(r&&void 0!==r[i])return r[i];if(d===l)return!0;if(["style","script","noscript","template"].includes(p))return!1;if((e&&d===c&&(e=e.host),t)&&"true"===(r?r.attr("aria-hidden"):e.getAttribute("aria-hidden")))return!1;if(!e){var h=r.parent,f=!0;return h&&(f=gf(h,t,!0)),r&&(r[i]=f),f}var m=o.getComputedStyle(e,null);if(null===m)return!1;if("area"===p)return function(e,t,n){var a=Wi(e,"map");if(!a)return!1;var r=a.getAttribute("name");if(!r)return!1;var i=Zi(e);if(!i||9!==i.nodeType)return!1;var o=eg(u._tree,'img[usemap="#'.concat(ja(r),'"]'));return!(!o||!o.length)&&o.some((function(e){return gf(e.actualNode,t,n)}))}(e,t,n);if("none"===m.getPropertyValue("display"))return!1;var g=parseInt(m.getPropertyValue("height")),b=parseInt(m.getPropertyValue("width")),v=wm(e),y=v&&0===g,w=v&&0===b,A="absolute"===m.getPropertyValue("position")&&(g<2||b<2)&&"hidden"===m.getPropertyValue("overflow");if(!t&&(function(e){var t=e.getPropertyValue("clip").match(ff),n=e.getPropertyValue("clip-path").match(mf);if(t&&5===t.length){var a=e.getPropertyValue("position");if(["fixed","absolute"].includes(a))return t[3]-t[1]<=0&&t[2]-t[4]<=0}if(n){var r=n[1],i=parseInt(n[2],10);switch(r){case"inset":return i>=50;case"circle":return 0===i}}return!1}(m)||"0"===m.getPropertyValue("opacity")||y||w||A))return!1;if(!n&&("hidden"===m.getPropertyValue("visibility")||!t&&yo(e)))return!1;var D=e.assignedSlot?e.assignedSlot:e.parentNode,E=!1;return D&&(E=gf(D,t,!0)),r&&(r[i]=E),E}var bf=gf;var vf=function(e,t){for(var n=["fixed","sticky"],a=[],r=!1,i=0;iMath.ceil(s.left+s.width)||Math.floor(e.top+e.height)>Math.ceil(s.top+s.height))}))}var Df=function e(t,n){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:l,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;if(r>999)throw new Error("Infinite loop detected");return Array.from(a.elementsFromPoint(t,n)||[]).filter((function(e){return Zi(e)===a})).reduce((function(a,i){if(zi(i)){var o=e(t,n,i.shadowRoot,r+1);(a=a.concat(o)).length&&yf(a[0],i)&&a.push(i)}else a.push(i);return a}),[])};function Ef(e){var t={};if(!e||!e.length)return t;var n=e.substring(1).split("&");if(!n||!n.length)return t;for(var a=0;ac&&e.left>n.right||e.top>s&&e.top>n.bottom||e.rightn.right||e.top>n.bottom)||("scroll"===u.overflow||"auto"===u.overflow||t instanceof o.HTMLBodyElement||t instanceof o.HTMLHtmlElement)},Cf=0,Sf=function(e){function t(e,n,a){var r;if(K(this,t),(r=L(this,t)).shadowId=a,r.children=[],r.actualNode=e,r.parent=n,n||(Cf=0),r.nodeIndex=Cf++,r._isHidden=null,r._cache={},r._isXHTML=Ha(e.ownerDocument),"input"===e.nodeName.toLowerCase()){var i=e.getAttribute("type");i=r._isXHTML?i:(i||"").toLowerCase(),pg().includes(i)||(i="text"),r._type=i}return mr.get("nodeMap")&&mr.get("nodeMap").set(e,z(r)),r}return Z(t,e),ee(t,[{key:"props",get:function(){if(!this._cache.hasOwnProperty("props")){var e=this.actualNode,t=e.nodeType,n=e.nodeName,a=e.id,r=e.nodeValue;this._cache.props={nodeType:t,nodeName:this._isXHTML?n:n.toLowerCase(),id:a,type:this._type,nodeValue:r},1===t&&(this._cache.props.multiple=this.actualNode.multiple,this._cache.props.value=this.actualNode.value,this._cache.props.selected=this.actualNode.selected,this._cache.props.checked=this.actualNode.checked,this._cache.props.indeterminate=this.actualNode.indeterminate)}return this._cache.props}},{key:"attr",value:function(e){return"function"!=typeof this.actualNode.getAttribute?null:this.actualNode.getAttribute(e)}},{key:"hasAttr",value:function(e){return"function"==typeof this.actualNode.hasAttribute&&this.actualNode.hasAttribute(e)}},{key:"attrNames",get:function(){var e;this._cache.hasOwnProperty("attrNames")||(e=this.actualNode.attributes instanceof o.NamedNodeMap?this.actualNode.attributes:this.actualNode.cloneNode(!1).attributes,this._cache.attrNames=Array.from(e).map((function(e){return e.name})));return this._cache.attrNames}},{key:"getComputedStylePropertyValue",value:function(e){var t="computedStyle_"+e;return this._cache.hasOwnProperty(t)||(this._cache.hasOwnProperty("computedStyle")||(this._cache.computedStyle=o.getComputedStyle(this.actualNode)),this._cache[t]=this._cache.computedStyle.getPropertyValue(e)),this._cache[t]}},{key:"isFocusable",get:function(){return this._cache.hasOwnProperty("isFocusable")||(this._cache.isFocusable=fs(this.actualNode)),this._cache.isFocusable}},{key:"tabbableElements",get:function(){return this._cache.hasOwnProperty("tabbableElements")||(this._cache.tabbableElements=ps(this)),this._cache.tabbableElements}},{key:"clientRects",get:function(){return this._cache.hasOwnProperty("clientRects")||(this._cache.clientRects=Array.from(this.actualNode.getClientRects()).filter((function(e){return e.width>0}))),this._cache.clientRects}},{key:"boundingClientRect",get:function(){return this._cache.hasOwnProperty("boundingClientRect")||(this._cache.boundingClientRect=this.actualNode.getBoundingClientRect()),this._cache.boundingClientRect}}]),t}(wa),Of=Sf;var Mf,Pf=function(e){return(e||"").trim().replace(/\s{2,}/g," ").split(" ")},If=" [idsMap]";function Nf(e,t,n){var a=e[0]._selectorMap;if(a){for(var r=e[0].shadowId,i=0;i1&&t[i].some((function(e){return Ff(e)})))return;var o=new Set;t.forEach((function(e){var t,n=function(e,t,n){var a=e[e.length-1],r=null,i=e.length>1||!!a.pseudos||!!a.classes;if(Ff(a))r=t["*"];else{if(a.id){var o;if(!t[If]||!Object.hasOwn(t[If],a.id)||null===(o=t[If][a.id])||void 0===o||!o.length)return;r=t[If][a.id].filter((function(e){return e.shadowId===n}))}if(a.tag&&"*"!==a.tag){var s;if(null===(s=t[a.tag])||void 0===s||!s.length)return;var l=t[a.tag];r=r?_f(l,r):l}if(a.classes){var c;if(null===(c=t["[class]"])||void 0===c||!c.length)return;var u=t["[class]"];r=r?_f(u,r):u}if(a.attributes)for(var d=0;d0&&void 0!==arguments[0]?arguments[0]:l.documentElement,t=arguments.length>1?arguments[1]:void 0;Mf=!1;var n={};mr.set("nodeMap",new WeakMap),mr.set("selectorMap",n);var a=zf(e,t,null);return a[0]._selectorMap=n,a[0]._hasShadowRoot=Mf,a}function Lf(e,t,n){var a=new Of(e,t,n);return Rf(a,mr.get("selectorMap")),a}function zf(e,t,n){var a,r,i;function s(e,n,a){var r=zf(n,t,a);return r&&(e=e.concat(r)),e}if(e.documentElement&&(e=e.documentElement),i=e.nodeName.toLowerCase(),zi(e))return Mf=!0,a=Lf(e,n,t),t="a"+Math.random().toString().substring(2),r=Array.from(e.shadowRoot.childNodes),a.children=r.reduce((function(e,t){return s(e,t,a)}),[]),[a];if("content"===i&&"function"==typeof e.getDistributedNodes)return(r=Array.from(e.getDistributedNodes())).reduce((function(e,t){return s(e,t,n)}),[]);if("slot"===i&&"function"==typeof e.assignedNodes){(r=Array.from(e.assignedNodes())).length||(r=function(e){var t=[];for(e=e.firstChild;e;)t.push(e),e=e.nextSibling;return t}(e));o.getComputedStyle(e);return r.reduce((function(e,t){return s(e,t,n)}),[])}return 1===e.nodeType?(a=Lf(e,n,t),r=Array.from(e.childNodes),a.children=r.reduce((function(e,t){return s(e,t,a)}),[]),[a]):3===e.nodeType?[Lf(e,n)]:void 0}var Uf=function(e){return e?e.trim().split("-")[0].toLowerCase():""};var qf=function(e){var t={};return t.none=e.none.concat(e.all),t.any=e.any,Object.keys(t).map((function(e){if(t[e].length){var n=u._audit.data.failureSummaries[e];return n&&"function"==typeof n.failureMessage?n.failureMessage(t[e].map((function(e){return e.message||""}))):void 0}})).filter((function(e){return void 0!==e})).join("\n\n")};function Zf(){var e=u._audit.data.incompleteFallbackMessage;return"function"==typeof e&&(e=e()),"string"!=typeof e?"":e}var Gf=ba.resultGroups;function Yf(e,t){var n=u.utils.aggregateResult(e);return Gf.forEach((function(e){t.resultTypes&&!t.resultTypes.includes(e)&&(n[e]||[]).forEach((function(e){Array.isArray(e.nodes)&&e.nodes.length>0&&(e.nodes=[e.nodes[0]])})),n[e]=(n[e]||[]).map((function(e){return e=Object.assign({},e),Array.isArray(e.nodes)&&e.nodes.length>0&&(e.nodes=e.nodes.map((function(e){if("object"===c(e.node)){var n=Wf(e.node,t);Object.assign(e,n)}return delete e.result,delete e.node,function(e,t){["any","all","none"].forEach((function(n){Array.isArray(e[n])&&e[n].filter((function(e){return Array.isArray(e.relatedNodes)})).forEach((function(e){e.relatedNodes=e.relatedNodes.map((function(e){return Wf(e,t)}))}))}))}(e,t),e}))),Gf.forEach((function(t){return delete e[t]})),delete e.pageLevel,delete e.result,e}))})),n}function Wf(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;e=Mi.dqElmToSpec(e,t);var n,a,r,i,o,s={};u._audit.noHtml?s.html=null:s.html=null!==(n=e.source)&&void 0!==n?n:"Undefined";t.elementRef&&!e.fromFrame&&(s.element=null!==(a=e.element)&&void 0!==a?a:null);(!1!==t.selectors||e.fromFrame)&&(s.target=null!==(r=e.selector)&&void 0!==r?r:[":root"]);t.ancestry&&(s.ancestry=null!==(i=e.ancestry)&&void 0!==i?i:[":root"]);t.xpath&&(s.xpath=null!==(o=e.xpath)&&void 0!==o?o:["/"]);return s}var Hf=/\$\{\s?data\s?\}/g;function Vf(e,t){if("string"==typeof t)return e.replace(Hf,t);for(var n in t)if(t.hasOwnProperty(n)){var a=new RegExp("\\${\\s?data\\."+n+"\\s?}","g"),r=void 0===t[n]?"":String(t[n]);e=e.replace(a,r)}return e}var Jf=function e(t,n){if(t){if(Array.isArray(n))return n.values=n.join(", "),"string"==typeof t.singular&&"string"==typeof t.plural?Vf(1===n.length?t.singular:t.plural,n):Vf(t,n);if("string"==typeof t)return Vf(t,n);if("string"==typeof n)return Vf(t[n],n);var a=t.default||Zf();return n&&n.messageKey&&t[n.messageKey]&&(a=t[n.messageKey]),e(a,n)}};var Qf=function(e,t,n){var a=u._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 Jf(a.messages[t],n)};var Xf=function(e,t,n){var a=((n.rules&&n.rules[t]||{}).checks||{})[e.id],r=(n.checks||{})[e.id],i=e.enabled,o=e.options;return r&&(r.hasOwnProperty("enabled")&&(i=r.enabled),r.hasOwnProperty("options")&&(o=r.options)),a&&(a.hasOwnProperty("enabled")&&(i=a.enabled),a.hasOwnProperty("options")&&(o=a.options)),{enabled:i,options:o,absolutePaths:n.absolutePaths}};function Kf(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:o;return t&&"object"===c(t)?t:"object"!==c(n)?{}:{testEngine:{name:"axe-core",version:u.version},testRunner:{name:u._audit.brand},testEnvironment:$f(n),timestamp:(new Date).toISOString(),url:null===(e=n.location)||void 0===e?void 0:e.href}}function $f(e){if(!e.navigator||"object"!==c(e.navigator))return{};var t,n=e.navigator,a=e.innerHeight,r=e.innerWidth,i=(t=e.screen).orientation||t.msOrientation||t.mozOrientation||{},o=i.angle,s=i.type;return{userAgent:n.userAgent,windowWidth:r,windowHeight:a,orientationAngle:o,orientationType:s}}function em(e,t){var n=t.focusable,a=t.page;return{node:e,include:[],exclude:[],initiator:!1,focusable:n&&tm(e),size:nm(e),page:a}}function tm(e){var t=e.getAttribute("tabindex");if(!t)return!0;var n=parseInt(t,10);return isNaN(n)||n>=0}function nm(e){var t=parseInt(e.getAttribute("width"),10),n=parseInt(e.getAttribute("height"),10);if(isNaN(t)||isNaN(n)){var a=e.getBoundingClientRect();t=isNaN(t)?a.width:t,n=isNaN(n)?a.height:n}return{width:t,height:n}}function am(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=[];dm(e)||(e=[e]);for(var n=0;n1)mm(e,t,i);else{var s=ug(i[0]);n.push.apply(n,W(s.map((function(e){return gr(e)}))))}}return n.filter((function(e){return e}))}function mm(e,t,n){e.frames=e.frames||[],ug(n.shift()).forEach((function(a){var r=e.frames.find((function(e){return e.node===a}));r||(r=em(a,e),e.frames.push(r)),r[t].push(n)}))}function gm(e,t){var n,a,r,i,s,u=this;e=Dr(e),this.frames=[],this.page="boolean"==typeof(null===(n=e)||void 0===n?void 0:n.page)?e.page:void 0,this.initiator="boolean"!=typeof(null===(a=e)||void 0===a?void 0:a.initiator)||e.initiator,this.focusable="boolean"!=typeof(null===(r=e)||void 0===r?void 0:r.focusable)||e.focusable,this.size="object"===c(null===(i=e)||void 0===i?void 0:i.size)?e.size:{},e=function(e){if(im(e)){var t=" must be used inside include or exclude. It should not be on the same object.";pm(!hm(e,"fromFrames"),"fromFrames"+t),pm(!hm(e,"fromShadowDom"),"fromShadowDom"+t)}else{if(!om(e))return{include:[l],exclude:[]};e={include:e,exclude:[]}}var n=am(e.include);return 0===n.length&&n.push(l),{include:n,exclude:am(e.exclude)}}(e),this.flatTree=null!=t?t:Bf(function(e){for(var t=e.include,n=e.exclude,a=Array.from(t).concat(Array.from(n)),r=0;r1&&void 0!==arguments[1]?arguments[1]:{};if(!1===t.iframes)return[];var n=new gm(e),a=n.frames;return a.map((function(e){var t=e.node,n=Y(e,x);return n.initiator=!1,{frameSelector:ur(t),frameContext:n}}))}function vm(e){var t=u._audit.rules.find((function(t){return t.id===e}));if(!t)throw new Error("Cannot find rule by id: ".concat(e));return t}function ym(e,t){var n=e.getPropertyValue(t);return["scroll","auto"].includes(n)}var wm=Wa((function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=e.scrollWidth>e.clientWidth+t,a=e.scrollHeight>e.clientHeight+t;if(n||a){var r=o.getComputedStyle(e),i=ym(r,"overflow-x"),s=ym(r,"overflow-y");return n&&i||a&&s?{elm:e,top:e.scrollTop,left:e.scrollLeft}:void 0}}));function Am(e){return Array.from(e.children||e.childNodes||[]).reduce((function(e,t){var n=wm(t);return n&&e.push(n),e.concat(Am(t))}),[])}var Dm=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o,t=e.document.documentElement,n=[void 0!==e.pageXOffset?{elm:e,top:e.pageYOffset,left:e.pageXOffset}:{elm:t,top:t.scrollTop,left:t.scrollLeft}];return n.concat(Am(l.body))};function Em(){return Dr(Os)}var km,xm=function(e){if(!e)throw new Error("axe.utils.getStyleSheetFactory should be invoked with an argument");return function(t){var n=t.data,a=t.isCrossOrigin,r=void 0!==a&&a,i=t.shadowId,o=t.root,s=t.priority,l=t.isLink,c=void 0!==l&&l,u=e.createElement("style");if(c){var d=e.createTextNode('@import "'.concat(n.href,'"'));u.appendChild(d)}else u.appendChild(e.createTextNode(n));return e.head.appendChild(u),{sheet:u.sheet,isCrossOrigin:r,shadowId:i,root:o,priority:s}}};var Tm=function(e){if(km&&km.parentNode)return void 0===km.styleSheet?km.appendChild(l.createTextNode(e)):km.styleSheet.cssText+=e,km;if(e){var t=l.head||l.getElementsByTagName("head")[0];return(km=l.createElement("style")).type="text/css",void 0===km.styleSheet?km.appendChild(l.createTextNode(e)):km.styleSheet.cssText=e,t.appendChild(km),km}};var Cm=function e(t,n){var a=gr(t);if(9===t.nodeType)return!1;if(11===t.nodeType&&(t=t.host),a&&null!==a._isHidden)return a._isHidden;var r=o.getComputedStyle(t,null);if(!r||!t.parentNode||"none"===r.getPropertyValue("display")||!n&&"hidden"===r.getPropertyValue("visibility")||"true"===t.getAttribute("aria-hidden"))return!0;var i=e(t.assignedSlot?t.assignedSlot:t.parentNode,!0);return a&&(a._isHidden=i),i};var Sm=function(e){var t,n,a=null!==(t=null===(n=e.props)||void 0===n?void 0:n.nodeName)&&void 0!==t?t:e.nodeName.toLowerCase();return"http://www.w3.org/2000/svg"!==e.namespaceURI&&!!Os.htmlElms[a]};function Om(e,t){var n=t.include,a=void 0===n?[]:n,r=t.exclude,i=void 0===r?[]:r,o=a.filter((function(t){return ji(t,e)}));if(0===o.length)return!1;var s=i.filter((function(t){return ji(t,e)}));if(0===s.length)return!0;var l=Mm(o);return ji(Mm(s),l)}function Mm(e){var t,n,a=ne(e);try{for(a.s();!(n=a.n()).done;){var r=n.value;t&&ji(r,t)||(t=r)}}catch(e){a.e(e)}finally{a.f()}return t}function Pm(e,t){return e.length===t.length&&e.every((function(e,n){var a=t[n];return Array.isArray(e)?e.length===a.length&&e.every((function(e,t){return a[t]===e})):e===a}))}var Im=function(e,t){return(e=e.actualNode||e)===(t=t.actualNode||t)?0:4&e.compareDocumentPosition(t)?-1:1};function Nm(e){return e instanceof wa?{vNode:e,domNode:e.actualNode}:{vNode:gr(e),domNode:e}}var Fm=function(e,t,n,a){var r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i=Array.from(e.cssRules);if(!i)return Promise.resolve();var o=i.filter((function(e){return 3===e.type}));if(!o.length)return Promise.resolve({isCrossOrigin:r,priority:n,root:t.rootNode,shadowId:t.shadowId,sheet:e});var s=o.filter((function(e){return e.href})).map((function(e){return e.href})).filter((function(e){return!a.includes(e)})),l=s.map((function(e,r){var i=[].concat(W(n),[r]),o=/^https?:\/\/|^\/\//i.test(e);return Rm(e,t,i,a,o)})),c=i.filter((function(e){return 3!==e.type}));return c.length?(l.push(Promise.resolve(t.convertDataToStylesheet({data:c.map((function(e){return e.cssText})).join(),isCrossOrigin:r,priority:n,root:t.rootNode,shadowId:t.shadowId}))),Promise.all(l)):Promise.all(l)};function _m(e){try{return!(!e.cssRules&&e.href)}catch(e){return!1}}var jm=function(e,t,n,a){var r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i=_m(e);return i?Fm(e,t,n,a,r):Rm(e.href,t,n,a,!0)};var Rm=function(e,t,n,a,r){return a.push(e),new Promise((function(t,n){var a=new o.XMLHttpRequest;a.open("GET",e),a.timeout=ba.preload.timeout,a.addEventListener("error",n),a.addEventListener("timeout",n),a.addEventListener("loadend",(function(e){if(e.loaded&&a.responseText)return t(a.responseText);n(a.responseText)})),a.send()})).then((function(e){var i=t.convertDataToStylesheet({data:e,isCrossOrigin:r,priority:n,root:t.rootNode,shadowId:t.shadowId});return jm(i.sheet,t,n,a,i.isCrossOrigin)}))},Bm=function(){function e(){if(o.performance&&o.performance)return o.performance.now()}var t=null,n=e();return{start:function(){this.mark("mark_axe_start")},end:function(){this.mark("mark_axe_end"),this.measure("axe","mark_axe_start","mark_axe_end"),this.logMeasures("axe")},auditStart:function(){this.mark("mark_audit_start")},auditEnd:function(){this.mark("mark_audit_end"),this.measure("audit_start_to_end","mark_audit_start","mark_audit_end"),this.logMeasures()},mark:function(e){o.performance&&void 0!==o.performance.mark&&o.performance.mark(e)},measure:function(e,t,n){o.performance&&void 0!==o.performance.measure&&o.performance.measure(e,t,n)},logMeasures:function(e){function t(e){va("Measure "+e.name+" took "+e.duration+"ms")}if(o.performance&&void 0!==o.performance.getEntriesByType)for(var n=o.performance.getEntriesByName("mark_axe_start")[0],a=o.performance.getEntriesByType("measure").filter((function(e){return e.startTime>=n.startTime})),r=0;r"].includes(y[0].combinator))throw new Error("axe.utils.querySelectorAll does not support the combinator: "+v[1].combinator);">"===y[0].combinator?(u=u||[]).push(y):(d=d||[]).push(y)}v[0].id&&c.shadowId!==i.parentShadowId||null===(b=i.anyLevel)||void 0===b||!b.includes(v)||(d=d||[]).push(v)}for(c.children&&c.children.length&&(r.push(i),i=qm(c.children,d,u,c.shadowId,a.pop()));i.vNodesIndex===i.vNodes.length&&r.length;)a.push(i),i=r.pop()}return o}(e,a,n)};var Gm=function(e){var t=e.treeRoot,n=function(e){var t=[],n=Zm(e,"*",(function(e){return!t.includes(e.shadowId)&&(t.push(e.shadowId),!0)})).map((function(e){return{shadowId:e.shadowId,rootNode:qi(e.actualNode)}}));return Um(n,[])}(void 0===t?u._tree[0]:t);if(!n.length)return Promise.resolve();var a=l.implementation.createHTMLDocument("Dynamic document for loading cssom");return function(e,t){var n=[];return e.forEach((function(e,a){var r=e.rootNode,i=e.shadowId,o=function(e,t,n){var a;a=11===e.nodeType&&t?function(e,t){return Array.from(e.children).filter(Wm).reduce((function(n,a){var r=a.nodeName.toUpperCase(),i="STYLE"===r?a.textContent:a,o=t({data:i,isLink:"LINK"===r,root:e});return o.sheet&&n.push(o.sheet),n}),[])}(e,n):function(e){return Array.from(e.styleSheets).filter((function(e){return!!e.media&&Hm(e.media.mediaText)}))}(e);return function(e){var t=[];return e.filter((function(e){return!e.href||!t.includes(e.href)&&(t.push(e.href),!0)}))}(a)}(r,i,t);if(!o)return Promise.all(n);var s=a+1,l={rootNode:r,shadowId:i,convertDataToStylesheet:t,rootIndex:s},c=[],u=Promise.all(o.map((function(e,t){return jm(e,l,[s,t],c)})));n.push(u)})),Promise.all(n)}(n,xm(a)).then((function(e){return Ym(e)}))};function Ym(e){return e.reduce((function(e,t){return Array.isArray(t)?e.concat(Ym(t)):e.concat(t)}),[])}function Wm(e){var t=e.nodeName.toUpperCase(),n=e.getAttribute("href"),a=e.getAttribute("rel"),r="LINK"===t&&n&&a&&e.rel.toUpperCase().includes("STYLESHEET");return"STYLE"===t||r&&Hm(e.media)}function Hm(e){return!e||!e.toUpperCase().includes("PRINT")}var Vm=function(e){var t=e.treeRoot,n=void 0===t?u._tree[0]:t,a=Zm(n,"video, audio",(function(e){var t=e.actualNode;return t.hasAttribute("src")?!!t.getAttribute("src"):!(Array.from(t.getElementsByTagName("source")).filter((function(e){return!!e.getAttribute("src")})).length<=0)}));return Promise.all(a.map((function(e){var t,n=e.actualNode;return t=n,new Promise((function(e){function n(){t.removeEventListener("loadedmetadata",n),e(t)}t.readyState>0&&e(t),t.addEventListener("loadedmetadata",n)}))})))};function Jm(e){var t={cssom:Gm,media:Vm};return Qm(e)?new Promise((function(n,a){var r=Xm(e),i=r.assets,o=r.timeout,s=setTimeout((function(){return a(new Error("Preload assets timed out."))}),o);Promise.all(i.map((function(n){return t[n](e).then((function(e){return function(e,t,n){return(t=te(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}({},n,e)}))}))).then((function(e){var t=e.reduce((function(e,t){return V({},e,t)}),{});clearTimeout(s),n(t)})).catch((function(e){clearTimeout(s),a(e)}))})):Promise.resolve()}function Qm(e){return!e||void 0===e.preload||null===e.preload||("boolean"==typeof e.preload?e.preload:(t=e.preload,"object"===c(t)&&Array.isArray(t.assets)));var t}function Xm(e){var t=ba.preload,n=t.assets,a=t.timeout,r={assets:n,timeout:a};if(!e.preload)return r;if("boolean"==typeof e.preload)return r;if(!e.preload.assets.every((function(e){return n.includes(e.toLowerCase())})))throw new Error("Requested assets, not supported. Supported assets are: ".concat(n.join(", "),"."));return r.assets=Um(e.preload.assets.map((function(e){return e.toLowerCase()})),[]),e.preload.timeout&&"number"==typeof e.preload.timeout&&!isNaN(e.preload.timeout)&&(r.timeout=e.preload.timeout),r}function Km(e){var t=u._audit.data.checks||{},n=u._audit.data.rules||{},a=Ii(u._audit.rules,"id",e.id)||{};e.tags=Dr(a.tags||[]);var r=$m(t,!0,a),i=$m(t,!1,a);e.nodes.forEach((function(e){e.any.forEach(r),e.all.forEach(r),e.none.forEach(i)})),Bi(e,Dr(n[e.id]||{}))}function $m(e,t,n){return function(a){var r=e[a.id]||{},i=r.messages||{},o=Object.assign({},r);delete o.messages,n.reviewOnFail||void 0!==a.result?o.message=a.result===t?i.pass:i.fail:("object"!==c(i.incomplete)||Array.isArray(a.data)||(o.message=function(e,t){function n(e){return e.incomplete&&e.incomplete.default?e.incomplete.default:Zf()}if(!e||!e.missingData)return e&&e.messageKey?t.incomplete[e.messageKey]:n(t);try{var a=t.incomplete[e.missingData[0].reason];if(!a)throw new Error;return a}catch(a){return"string"==typeof e.missingData?t.incomplete[e.missingData]:n(t)}}(a.data,i)),o.message||(o.message=i.incomplete)),"function"!=typeof o.message&&(o.message=Jf(o.message,a.data)),Bi(a,o)}}var eg=function(e,t){return Zm(e,t)};function tg(e,t){var n,a,r=u._audit&&u._audit.tagExclude?u._audit.tagExclude:[];return t.hasOwnProperty("include")||t.hasOwnProperty("exclude")?(n=t.include||[],n=Array.isArray(n)?n:[n],a=t.exclude||[],a=(a=Array.isArray(a)?a:[a]).concat(r.filter((function(e){return-1===n.indexOf(e)})))):(n=Array.isArray(t)?t:[t],a=r.filter((function(e){return-1===n.indexOf(e)}))),!!(n.some((function(t){return-1!==e.tags.indexOf(t)}))||0===n.length&&!1!==e.enabled)&&a.every((function(t){return-1===e.tags.indexOf(t)}))}var ng=function(e,t,n){var a=n.runOnly||{},r=(n.rules||{})[e.id];return!(e.pageLevel&&!t.page)&&("rule"===a.type?-1!==a.values.indexOf(e.id):r&&"boolean"==typeof r.enabled?r.enabled:"tag"===a.type&&a.values?tg(e,a.values):tg(e,[]))};function ag(e,t){if(!t)return e;var n=e.cloneNode(!1),a=Za(n);if(1===n.nodeType){var r=n.outerHTML;n=mr.get(r,(function(){return rg(n,a,e,t)}))}else n=rg(n,a,e,t);return Array.from(e.childNodes).forEach((function(e){n.appendChild(ag(e,t))})),n}function rg(e,t,n,a){return t?(e=l.createElement(e.nodeName),Array.from(t).forEach((function(t){(function(e,t,n){if(void 0===n[t])return!1;if(!0===n[t])return!0;return Ga(e,n[t])})(n,t.name,a)||e.setAttribute(t.name,t.value)})),e):e}function ig(e,t){var n,a=[];if(u._selectCache)for(var r=0,i=u._selectCache.length;r1&&void 0!==arguments[1]?arguments[1]:l,n=Array.isArray(e)?W(e):[e];return 0===e.length?[]:dg(n,t)}function dg(e,t){var n,a=X(n=e)||H(n)||ae(n)||Q(),r=a[0],i=a.slice(1),o=t.querySelectorAll(r);if(0===i.length)return Array.from(o);var s,l=[],c=ne(o);try{for(c.s();!(s=c.n()).done;){var u=s.value;null!=u&&u.shadowRoot&&l.push.apply(l,W(dg(i,u.shadowRoot)))}}catch(e){c.e(e)}finally{c.f()}return l}var pg=function(){return["hidden","text","search","tel","url","email","password","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"]},hg=[,[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,,,,,1,1,1,1,,,1,1,1,,1,,1,,1,1],[1,1,1,,1,1,,1,1,1,,1,,,1,1,1,,,1,1,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,,,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1],[,1,,,,,,1,,1,,,,,1,,1,,,,1,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,,,1,,,,,1,1,1,,1,,1,,1,,,,,,1],[1,,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,,1,,1,,,,,1,,1,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,,1,1,1,,1,,1,1,1,,,1,1,1,1,1,1,1,1],[,,1,,,1,,1,,,,1,1,1,,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1,1,1,1,1,,,1,1,1],[1,1,1,1,1,,,1,,,1,,,1,1,1,,,,,1,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1],[,1,,1,1,1,,1,1,,1,,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,,,1,1,1,,,1,1,,,,,,1,1],[1,1,1,,,,,1,,,,1,1,,1,,,,,,1,,,,,1],[,1,,,1,,,1,,,,,,1],[,1,,1,,,,1,,,,1],[1,,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,,1,,,1,1,1,1],[,1,1,1,1,1,,,1,,,1,,1,1,,1,,1,,,,,1,,1],[,1,,,,1,,,1,1,,1,,1,1,1,1,,1,1,,,1,,,1],[,1,1,,,,,,1,,,,1,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,,1,1,1,,,1,1,1,1,1,1,,1,,,,,1,1,,1,,1],[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,1,1],[,1,1,1,,,,1,1,1,,1,1,,,1,1,,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,,1,,,,,1,1,1,,,1,,1,,,1,1],[,,,,1,,,,,,,,,,,,,,,,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,,1,1,1,,1,1,,,,1,1,1,1,1,,,1,1,1,,,,,1],[1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,1,,,,,,,1],[,1,1,,1,1,,1,,,,,,,,,,,,,1],,[1,1,1,,,,,,,,,,,,,1],[,,,,,,,,1,,,1,,,1,1,,,,,1]],[,[1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,,1],[,,,1,,,,,,,,,,,,,,,1],[,1,,,1,1,,1,,1,1,,,,1,1,,,1,1,,,,1],[1,,,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,,,,1],,[,1,1,1,1,1,,1,1,1,,1,1,,1,1,,,1,1,1,1,,1,1,,1],[,1,,,1,,,1,,1,,,1,1,1,1,,,1,1,,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,,,1,1,1,1,1,1,1,,,1,,,1,,1],[,1,,,,,,,,,,1,1,,,,,,1,1,,,,,1],[,,,,,,,1,,,,1,,1,1],[,1,1,1,1,1,1,1,,,,1,1,1,1,1,,,1,1,,1,1,1,1,1],[,1,,,1,1,,1,,1,1,1,,,1,1,,,1,,1,1,1,1,,1],[,1,1,1,,1,1,,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1],[,,,,,,,,,,,,,,,,1],,[,1,1,1,1,1,,1,1,1,,,1,,1,1,,1,1,1,1,1,,1,,1],[,,1,,,1,,,1,1,,,1,,1,1,,1],[,1,1,,1,,,,1,1,,1,,1,1,1,1,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1],[,1,,,,,,,,,,1,1,,,,,,1,1,,1,,1,,1,1],,[,1,1,,1,,,1,,1,,,,1,1,1,,,,,,1,,,,1],[1,1,,,1,1,,1,,,,,1,,1]],[,[,1],[,,,1,,,,1,,,,1,,,,1,,,1,,,1],[,,,,,,,,,,,,,,,,,,1,1,,,,,,1],,[1,,,,,1],[,1,,,,1,,,,1],[,1,,,,,,,,,,,1,,,1,,,,,,,,,1,1],[,,,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,1,,,,1,,1],[,1],[,1,,1,,1,,1,,1,,1,1,1,,1,1,,1,,,,,,,1],[1,,,,,1,,,1,1,,1,,1,,1,1,,,,,1,,,1],[,1,1,,,1,,1,,1,,1,,1,1,1,1,,,1,,1,,1,1,1],[1,1,1,1,1,,1,,1,,,,1,1,1,1,,1,1,,,1,1,1,1],[1,,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],,[,1,,,,,,1,1,1,,1,,,,1,,,1,1,1,,,1],[1,,,,,1,,1,1,1,,1,1,1,1,1,,1,,1,,1,,,1,1],[1,,1,1,,,,,1,,,,,,1,1,,,1,1,1,1,,,1,,1],[1,,,,,,,,,,,,,,,,,1],[,,,,,1,,,1,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,,,1],[,1,,,,1]],[,[1,1,1,,1,,1,1,1,1,1,1,1,1,1,,1,,1,,1,1,,,1,1,1],[,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],,[,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1],,[1,1,,,,1,1,,,,,,1,,,,1,,1,,1,1,,1],[1],[,,,,,,,,,,,1,,,,,,,,,,,1],[,1,,,,,,,1,1,,,1,,1,,,,1,,,,,,,1],[,,,,,,,,,,,,,,,,1,,,,,1],[,,1,,,,,1,,1],[1,,,,1,,,,,1,,,,1,1,,,,1,1,,,,,1],[,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[1,,,1,1,,,,,,,1,,1,,1,1,1,1,1,1],[,,,,,1,,,,,,,1,,,,,,,1],,[,,1,1,1,1,1,,1,1,1,,,1,1,,,1,1,,1,1,1,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,,,,1],,[1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,,,1,1,1,1,,,,,,1,,1,,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,,,,1,,1,,,1,1,1,1,1],[,,,,,,,,,,,1,,,,,,,,,1,,,,1],[,1,1,,1,1,,1,,,,1,1,,1,1,,,1,,1,1,,1],[,1,,1,,1,,,1,,,1,1,,1,1,,,1,1,1],[,1,1,1,1,1,,1,1,,,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,,,,,,,,,1,,1,,1,1,,,,1,,,1],[,1,,,1,1,,,,,,,,,1,1,1,,,,,1],[1,,,1,1,,,,1,1,1,1,1,,,1,,,1,,,1,,1,,1],[,1,1,,1,1,,1,1,,,,1,1,1,,,1,1,,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,,,,1,,,,,,,,,1],[,1,,,,,,,,1,,,,,1,,,,1,,,1],[,1,1,1,1,,,1,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1],[,,,,,1,,1,,,,,1,1,1,1,1,,,1,,,,1],[,1,,,,,,,,1,,,,,,,,,,,,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,1,,,,1,,1,1,1,1,1,,1,1,,,,,,1],[,1,1,1,1,1,1,1,,1,1,,,1,1,,,,1,,1,1,,1,1],[,,,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,1,1,,1,,,1,1,1,1,,,1,,,,,,,1],[,1,,,,,,,,1,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1],[,1,1,,,,,,,,,,,,1,1,,,,,,1],[,1,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,,,,,1],[1,1,,,1,,,1,1,1,,,,1],,[,,,,,,,,,,,,,1,,,,,,,,,,1],[,,,,,,,,,1,,,,,,,,,1,,,,,,,1],[1,1,1,,1,,1,1,1,1,1,1,1,1,,1,,,1,,1,,,1,1],[,,,,,,,,,1],[,1,,,,1,,,,,,1,,,1,,,,,1],[,1,1,,1,1,,,,,,,,,,,,,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,1,1,1,,,,1,1,,,,1,,1],[1,1,1,1,1,1,,,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,,1,1],[,,,,,,,,,,,,,,,1,,,,1],,[1,1,,1,,1,,,,,,1,,1,,1,1,,1,,1,1,,1,1,,1],[,,1,,,,,,1,,,,1,,1,,,,,1],[1,,,,,,,,,1,,,,,,1,,,,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,,1,,,,,,1,,,1,,,,,,,,1],[,1,,1,,,,,,,,,,,,1],,[1,1,,,,,,,,,,,,,,,,,,,,,,1,1],[1]],[,[1,,,,,,,,,1,,,,,1,,1,,1],[,1,1,,1,1,,1,1,1,,,1,1,1,,,,1,,,1,,,,1],[,1,,,,,,,1,,,,1,,,,,,1],[1,1,1,1,1,1,,,,1,,,,,,,,,1,1,1,1],[1],[,1,1,,,1,1,,,,,1,,1,,,,,,,,1,,,,1],[1,,1,,,1,,1,,,,,1,1,1,1,,,,1,,,,1],[,,1,,,,,,,1,,,,,,,1,,,,,,,1],[1,,,,,,,,,,,,,,1,,,,1],[,,,1,,1,,,,,1,,,,1,1,,,,1],[1,,,,,1,,,,1,,1,1,,,1,1,,1,1,1,,1,1,1,,1],[,1,1,,,,,1,,1,,1,1,1,,1,1,,,1,,1,1,1],[,1,,,,1,,,,1,,,1,,1,1,,,1,1,,,,,,1],[1,,1,1,,1,,1,1,,1,,1,1,1,1,1,,,1,1,,,,,,1],[1,,,,,,,,,,,,,,,,,,1,,,1,,1],[,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,,1,,1],[,1,,,,1,,,1,1,,1,,,1,1,,,1,,,1,,,1,1],[1,1,,1,1,1,,1,1,1,,1,,1,1,1,,,1,,1,1],[1,,1,1,1,1,,,,1,,1,1,1,,1,,,1,1,1,,1,1,1,1,1],[1,,,,,,,,,,,,,1],[,,1,,,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,,,1,,1,,1,,,,1],[,,,1,,,,,,,,,1],[,1,,,,,,,,,,,,,,1,,,,,,,,,1],[,,,,,,,,1,1,,,,,,,,,1,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,,,1,1,1],[,,,,,1,,,,1,1,1,,,1,1,,,1,,1,1,,1],[,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,,,1,,,,,,,,,,,,,1],[,,1,,,1,,1,1,1,,1,1,,1,,,,1,,1,1],,[,,1,,,1,,,,,,1,,,,1],[,,,,,,,,,1,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,,1,1,,1,,1,,,1,1,1,,,1],[,,,,,1,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,1,,1,1,,1,,,1],[,,,,,1,,,,,,,,,,,,,,1],[,1,1,1,1,,,,,1,,,1,,1,,,,1,1,,,,1,1],[,1,,,1,,,1,,1,1,,1,,,,,,,1],[,,1,,1,,,1,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,,,,,,,,,,1,,1,1],[,,,,,,,,,,,,1],,[,1,1,1,1,,,,1,1,,1,1,1,1,1,1,,1,1,1,1,,1,,1],[1,,,,1,,,,,,,,,,1],[1,,,,,,,,,1],,[,1,,,,1,,,,,,,,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,,1,,,,1,1,,,1,1,,1],[,1,1,,1,,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,1],[1,1,1,,,,,1,1,1,,1,1,1,1,,,1,1,,1,1,,,,,1],[,1,,,,,,,1,1,,,1,1,1,,1,,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,,,1,,,,1,,,1,,,,1,,,,,,,1,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1],[1,1,1,,1,,,1,1,1,1,,1,1,1,1,,,,1,,1,,1,,,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,,1,1,,,,,,,,,1],,[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,,1,,1,,,,1],[,1,,,1,1,,1,1,1,,,1,1,1,1,1,,1,1,1,,1,,,1],[1,,,1,,,,1,1,1,,,,,1,1,,,,1,,1],[1,1,,1,1,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,,1,,1,,,,,,,,1,,1],[,1,,,,1,,1,1,,,,1,1,,1,,,,1,1,1,,1],,[,1,,,,,,1,,,,,,,1],[,,,,,,,,1,,,,1,,1,,,,,,,,,,,,1]],[,[,1,1,,1,1,1,1,,1,1,1,,1,1,,1,1,,1,1,1,1,1,1,,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,,,1,,,,,,,,1,,,,,,1,,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,,1,,1,1,1,1,1,1,1,,1,1,,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1],[,1,1,,,,,1,1,1,,,1,,1,1,,,,1,,1,,,1,1],[,,,,,,,1,,,,1,1,1,1,1,,1,,,,,,,,1],[1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,,1,,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,1,1,,1,,1,1,1,,1,,1,1,,1,1,,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,,1,,,,,1,,1],[,1,1,1,,1,,1,,1,,,,1,,1,,,1,,,,,,1,1],[,1,,,1,1,,1,,1,,1,1,1,1,1,,1,1,,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,,1,,1,,1,,,,,,1,,1,,,,1,1]],[,[,1,,1,,,,,,,,,,,,,,,1,,,,1],[,,,,,,,,,1,,1,1,1,,1,,,1,,1,1],[1,1,,,,,,,1,,,,,,,1,,,,,,1],[,1,,,,,,,,,,1,,,,,,,,,1,1],,[,,,,,,,,,,,,,,,1,,,,1,,1],[,,1,1,,1,,1,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,,,,,,,,,,1],[1,,1,1,,,,1,,,,,,,,,1,,,1,,,1,1],[,1,1,,1,1,,1,1,1,1,1,1,1,1,1,,,1,1,,1,1,,1],[,1,,,1,1,,,,,,1,,1,,1,,,1,,1,1],[1,1,1,1,,1,,1,,1,,1,1,,1,1,1,1,1,,1,1,1,1,1],[,1,1,,,1,,1,,1,1,1,,,1,1,1,,1,1,1,1,,1,1],[,,,,1,,,1,,,,,,,1,,,,1,1],[,1,,,,,,,,,,1,,1,,1,,,,,1,,,,,1],,[1,1,,1,,1,,1,1,,,,,,1,1,,,1,1,1,1,1,1,1,1,1],[1,1,,1,,,,,,1,,,,,,1,1,,,,1,1,,,1],[,1,1,,1,1,,,,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,,,1,,,,1,,,,1,1],[,,,,1],[,,,,,,,,,1,,,1],,[,,1,,1,,,,,,,,,1,,,,,,,,,,,,1],[,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,,,1],[,1,,1,,,,,,1,,,,,1,1,,,,,1,1],[,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,,,1,,1,1,1],[,1,,,,1,,,,,,,1],[,1,,,1,,,1,,1,,1,1,,1,,,,,1,,1,,,,1,1],[,1,,,1,,,1,1,1,,1,1,1,1,1,,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,1,1,,,,1,1,,,,,,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,,1,1,,1,1,1,1,1],[,1,,,,1,,,,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,1,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,,1,1,1,,1,1,1,,,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,,,,,,,1,1,,,,,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,1,,1,1,1,1],,[,1,1,,,,,1,,1,,,,1,1,1,,,1,,,,,1],[,,,,,,,,,,,,,1],[,,,,,1,,,,,,,,1,1,,,,,1,,1,,,1,1],[,,,,,,,,,,,,,,1]],[,[,1],,,,,,,,,,,,,,,,,,,,[1,1,1,1,1,,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,1,1,1,1],[,1,,1,,1,,,1,1,1,,1,1,1,1,1,,,1,,,,1,,1,1],[,1,,1,,1,,,1,,,,,1,,,,,,1,1],[,1,,1,,,,,1,,,,1,,1,1,1,1,1,1,1,1,,1],[,1,,,,,,,,,,,,,,,1]],[,[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,,,,,,,,,1,1,,,,1],[,,,,,,1],[,,1],[,1,1,,,1,,1,,1,1,,1,1,1,,,,1,1,1,,,,,1],,[,1,,,,1,,,,,,1,,,1,,,,1,1,,1],[,,,,,,,1,,,,,,,,,1],[,1,,,,1,1,,,,,,1,1,1,,,,1,,1,1],[,,,,,,,1,,1,,,,,,,,,,1],[,1,1,,,,,,1,1,,,,1,,,,,,,1,,,1],,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,,1,,,1,,,,,1,,1,,1,,1,,,,,1],[1,1,1,1,1,1,1,1,,,,,1,1,,1,1,,1,,,1,,1],[,,,,,,,,,,,,,,1,,,,,,1],,[,,,,,,,,,1,,,,,,1,,,,,1],[,,1,,,,,,,1,,,1,1],[,,,1,,,,,1,,,,,1,,,,,,1,,,,1],[1,,1,1,,1,1,1,1,1,,1,,,,1,1,1,,,1,1,,,,1,1],,[1,1,,,,,,,,,,1,,1,,1,,,1],[,,,,1,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,1],[,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,,1,,,1,,,,,,,,1,,,,,,1,,,,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,,1,,,,1,1,1,1,1,1,,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,1,,1,1,,1,1,1,,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,,1,,1,,1,1,1,1,1,,,,1,1,1,1,,1,1,1,1,1],[1,1,1,1,,1,,,,,,1,,1,,,,,1,1,,,,,1],[1,,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,,1,,,,1,1,1,1,1,,,1,1,,1,,1],[,1,1,1,1,,,,,1,,1,1,1,1,1,,,1,1,,,,1,1,1],[,1,1,1,1,1,,1,,,,,1,,1,,1,,,1,,,1,1,,1]],[,[1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,,,,,1,,,,,1,1,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,,,,1,,1,1,,1,1,1,1,1,,,1,,1,,1],[1,1,1,,1,1,1,1,,,,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,,1,,,,,,,,,,1,1,1,1,1,1,1,,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,1,1,,,,,,1,1,1,1,1,,,,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,,1,1,1],[,1,1,1,,1,,1,1,1,1,,,1,1,1,,1,1,1,1,1,,,1,1],[1,1,,,,1,,,1,1,1,,1,,1,,1,,1,1,1,1,1,,1,,1],[,1,,,,,,,1,,1,,1,1,1,1,,,,,,,,,1]],[,[,,,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,1,,,1,,,,,,1,,,1,,,,1],,[,1,,,,1,,1,,1,1,,1,1,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],[1,1,1,,,1,,,,,,,,,1,1,,,,,,,,,,1],[,1,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1,,,1],[,,,,,,,,,1],[1,1,,,,,,1,1,1,,1,1,,,,1,1,,1,,1,1,1,,1],[,1,1,1,,1,1,,,1,,1,1,1,1,,,,,,,1,,1],[,1,1,1,1,,,1,,1,,,,1,1,1,1,,1,1,,1],[,1,,,1,1,,1,,,,1,,1,1,,1,,1,,,1,,,1,,1],[,,,,,,,,,,,1],[,,,,,,,,,1,,,,,,,,,,,,,1],,[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1],[,1,,,,,,,1,1,,1,,,,,1,,,1,,1],[,1,,,,1,,,1,,,,,,,,1,,1,,,1],[,,,,,,,,,,,,,1,1,,,,1,,,1],[,,,,,1,,,1,,,,1],[,1],,[,1],[1,,,,,,,,,,,,,,1,,,,,1]],[,[,1,,,,1,1,1,1,1,1,,1,1,1,1,1,,1,1,,1,1,,,1],[,,1,,,,,,,,,1],,,[1,,,1,1,,,,,,,,1,1,,1,1,,1],,[,,,,,,,,,,,,,,,,,,1,,1],,[1,,,1,1,,1,1,,,,,1,,1,,,,,1,1,,1],,[,1,,,,,,,,1,1,1,1,1,,1,1,,,,1,1],[,,,,,,,,,,,,,,,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,,1,1,1,1,1,1],[,,,,,,,,,,,1,,1,,,1],[1,,,,,,,,,,,,,,,,,,1,,1],,,[,1,,,,,,,,,,,,,,1,,,,1,1],[,,,,,,,,,1,,,1,,,,,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,1,1,,,,,,1],,[,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,1,1,,1,1,1,1,1,1,,,1,1,1,1,1,,1,1],[,1,,,,,,,,1],[,,,,1,,,1,,,1,1,,,,,,,,,,1,,,,1],[,1,,1,1,,,1,1,1,,,,1,1,1,1,,1,1,1,1,,1],[,,,,,,,1],[,1,1,,,,,1,,1,,,,,,1,,,,,,1,,1,,1],[,1,,,,,,1,,,,1,,,,,,,,,,1],[,,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1,1,1,1,,1],[,1,,,,,,,,1],[,1,1,,1,,,,,,,,1,,,,,,1,,,1,,1,,1],[,1,,1,,1,,1,1,1,,1,1,1,,1,,,1,1,,1,1,1,1,1],[,1,1,1,1,1,,,1,1,,,,1,1,1,,,,1,1,,,1,1],[,,1,1,1,1,,1,,1,,1,,1,1,1,1,,,,,1,,1,,1],[1,1,1,1,1,1,1,1,,1,,1,,1,1,1,,,1,1,,,,1,,1],[,,,1],,[,1,1,,1,,,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1],[,1,,,,,,1,,1,,1,,,,,,,1,1,,1,1],[,,,,,,1,,1,1,,1,,1,,,,,,,,,,1],[,1,1,,1,,,,1,,,,1,1,1,,,,1,,1,1,1,,1,1],,[,1,1,,,,,,,,,,,,,1,,,1,,,,,1],[,1,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,1,,,,1,,,,,1,,,,,,,1]],[,[,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[,1,1,1,1,1,,1,,1,1,,,1,1,1,1,,1,,,,,1,1,1],[,,1,1,,1,,1,1,,,,1,1,1,1,,,1,,1,1,1,1,,1],[,1,,1,,,,,,,,1,,1,,1,,,,,,,,,,1],[,,1,,1,,,1,,,,,1,1,,,1,,1,1,1,1],[,1],[,1,1,,1,,1,1,,1,,,1,1,1,,,,1,,,1,,1],[1,1,,1,1,1,,,,,,,,,,,,,1,,1,1,1],[,1,1,,,,,,,1,,,1,,1,,1,,1,1,,,1,,,1],[,,1,,,,,,,,,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,,1,,,,,1,1,1,,,1,,1,,,,1],[,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,1,1,1,,1,,1,1,1,,,1,1,1,1,,,,1,1],[,,,1,1,,,1,,1,,1,,1,1,1,1,,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,,1,,1,,,,1,1,,,1,1,,1,1,,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1,,1,1,,,1],[,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,,1,,,1,,,1,,1,1,1,1,1,,1,,1,1],[,,,,,1,,,,1,,,,,1,1,,,,1],[,1,,1,1,1,,1,,,1,1,1,,,1,,,1,,1,,,1],[,,1,,,,,,,,,1,,1,,,,,1,,1],[,1,1,,,,,,,,1,1,1,,,,,,,,1,,,,,1],[,,,,,,,,1,,,,,1,,,1]],[,[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,,,1,1,1,1,1,1,1,1,,,,,,,,,1,1],[,,,,,,,,1,,,,1,,1,,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,1,,1,,1,,,,1,1,,1,,1,,,,1,1,1,1,1,,,1],,[,1,,,,,,,,1,,,1,1,,,1,,1,1,,1,,1],[,1,,,1,,,,,,,,1,,,,,,,1],[1,1,,,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1],,[,1,,,,,,1,,1,,1,1,1,1,1,,,1,,1,1,,,,1],[,1,1,,,1,,1,,1,,,1,1,1,1,,,1,,,1,,,,1],[,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1],[,1,,,1,1,,1,1,,,1,1,,1,1,,1,,1,,1],[1,,1,,,,,1,,1,,1,1,1,1,,,,,1,1,,,,1,1],[,1,1,,,,,1,1,,,1,,1,1,1,1,,,,,,,,,,1],,[,1,1,,,1,,,,1,,1,1,1,1,1,,,,1,,,,1,,1],[,,,1,1,,,1,,,,,1,,1,1,1,,1,1,,,,,,1],[,1,,,,,,,,,,,1,,,,1,,,,,,,1,,1],[,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,1,,,,,1,,1,,,1,1,,1,1,,1],[,1,,,,,,1,,,,,1,1,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1,,,1,,,,,1],[,,,,,,,1,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,,1,,,,,,,1,,,,,,,,1,,,1],[,1,,,,,,,1],[,,,,,,,,,,1],[,1,,,,,,1,1,,,,,,1],,[,1,1,,,,,,1,,,,,1,1,,,,1],[1,,1,,1,,,,,1,,,,,1,,,,,,,,,1,1],[,1,1,,,,,,,,,1,1,1,1,,,,1,,,,,1,,,1],,[,1,1,,1,,,1,1,,,1,,,1,1,1,,1,,1,1,1,,,,1],[,,,,,1,,,,,1,,,1,1,,,1,,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,,,1,,,,,1,,,,,1,,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,1],[,1,,,,,,1,,,,,,,1,1,1,,,1],[,1,,,,,,,,,,1,1,1,,,,,1,,,1],[,,,,,1,,1,,,,,1,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 fg(e){e=Array.isArray(e)?e:hg;var t=[];return e.forEach((function(e,n){var a=String.fromCharCode(n+96).replace("`","");Array.isArray(e)?t=t.concat(fg(e).map((function(e){return a+e}))):t.push(a)})),t}var mg=function(e){for(var t=hg;e.length<3;)e+="`";for(var n=0;n<=e.length-1;n++){if(!(t=t[e.charCodeAt(n)-96]))return!1}return!0},gg=function(e){function t(e){var n,a,r,i;return K(this,t),(n=L(this,t))._props=function(e){var t,n,a,r=null!==(t=e.nodeName)&&void 0!==t?t:vg[e.nodeType],i=null!==(n=null!==(a=e.nodeType)&&void 0!==a?a:bg[e.nodeName])&&void 0!==n?n:1;Fa("number"==typeof i,"nodeType has to be a number, got '".concat(i,"'")),Fa("string"==typeof r,"nodeName has to be a string, got '".concat(r,"'")),r=r.toLowerCase();var o=null;"input"===r&&(o=(e.type||e.attributes&&e.attributes.type||"").toLowerCase(),pg().includes(o)||(o="text"));var s=V({},e,{nodeType:i,nodeName:r});o&&(s.type=o);return delete s.attributes,Object.freeze(s)}(e),n._attrs=(a=e.attributes,r=void 0===a?{}:a,i={htmlFor:"for",className:"class"},Object.keys(r).reduce((function(e,t){var n=r[t];return Fa("object"!==c(n)||null===n,"expects attributes not to be an object, '".concat(t,"' was")),void 0!==n&&(e[i[t]||t]=null!==n?String(n):null),e}),{})),n}return Z(t,e),ee(t,[{key:"props",get:function(){return this._props}},{key:"attr",value:function(e){var t;return null!==(t=this._attrs[e])&&void 0!==t?t:null}},{key:"hasAttr",value:function(e){return void 0!==this._attrs[e]}},{key:"attrNames",get:function(){return Object.keys(this._attrs)}}]),t}(wa),bg={"#cdata-section":2,"#text":3,"#comment":8,"#document":9,"#document-fragment":11},vg={};Object.keys(bg).forEach((function(e){vg[bg[e]]=e}));var yg=gg;var wg,Ag=function(e,t){if(e=e||function(){},t=t||u.log,!u._audit)throw new Error("No audit configured");var n=u.utils.queue(),a=[];Object.keys(u.plugins).forEach((function(e){n.defer((function(t){var n=function(e){a.push(e),t()};try{u.plugins[e].cleanup(t,n)}catch(e){n(e)}}))}));var r=u.utils.getFlattenedTree(l.body);u.utils.querySelectorAll(r,"iframe, frame").forEach((function(e){n.defer((function(t,n){return u.utils.sendCommandToFrame(e.actualNode,{command:"cleanup-plugin"},t,n)}))})),n.then((function(n){0===a.length?e(n):t(a)})).catch(t)},Dg={};function Eg(e){return Dg.hasOwnProperty(e)}function kg(e){return"string"==typeof e&&Dg[e]?Dg[e]:"function"==typeof e?e:wg}var xg=function(e){var t;if(!(t=u._audit))throw new Error("No audit configured");if(e.axeVersion||e.ver){var n=e.axeVersion||e.ver;if(!/^\d+\.\d+\.\d+(-canary)?/.test(n))throw new Error("Invalid configured version ".concat(n));var a=J(n.split("-"),2),r=a[0],i=a[1],o=J(r.split(".").map(Number),3),s=o[0],l=o[1],c=o[2],d=J(u.version.split("-"),2),p=d[0],h=d[1],f=J(p.split(".").map(Number),3),m=f[0],g=f[1],b=f[2];if(s!==m||g=h&&!a;g--)for(var b=p;b>=f;b--){var v=n[g]?n[g][b]:void 0;if(v){var y=u.utils.getNodeFromTree(v);if(y[r]){a=y[r];break}m.push(v)}}return a=(a||[]).concat(m.filter(i)),m.forEach((function(e){u.utils.getNodeFromTree(e)[r]=a})),a}var Pg=function(e,t){if(e.getAttribute("headers")){var n=ys(e,"headers");if(n.filter((function(e){return e})).length)return n}t||(t=_s(Wi(e,"table")));var a=js(e,t),r=Mg("row",a,t),i=Mg("col",a,t);return[].concat(r,i).reverse()};var Ig=function(e){if(!e.children.length&&!e.textContent.trim())return!1;var t=e.getAttribute("role");return Ps(t)?["cell","gridcell"].includes(t):"TD"===e.nodeName.toUpperCase()};var Ng=function(e){var t=(e.getAttribute("role")||"").toLowerCase();if(("presentation"===t||"none"===t)&&!fs(e))return!1;if("true"===e.getAttribute("contenteditable")||Wi(e,'[contenteditable="true"]'))return!0;if("grid"===t||"treegrid"===t||"table"===t)return!0;if("landmark"===Dc(t))return!0;if("0"===e.getAttribute("datatable"))return!1;if(e.getAttribute("summary"))return!0;if(e.tHead||e.tFoot||e.caption)return!0;for(var n=0,a=e.children.length;n=5)return!0;if(c)return!0;for(u=0;u=20||!(go(e).width>.95*bo(o).width)&&(!(s<10)&&!e.querySelector("object, embed, iframe, applet"))};var Fg=function(e){if(Bs(e)||Ls(e))return!0;if(e.getAttribute("id")){var t=ja(e.getAttribute("id"));return!!l.querySelector('[headers~="'.concat(t,'"]'))}return!1};function _g(e,t,n,a){var r,i=n[t.y]?n[t.y][t.x]:void 0;return i?"function"==typeof a&&!0===(r=a(i,t,n))?[i]:((r=_g(e,{x:t.x+e.x,y:t.y+e.y},n,a)).unshift(i),r):[]}var jg=function(e,t,n,a){if(Array.isArray(t)&&(a=n,n=t,t={x:0,y:0}),"string"==typeof e)switch(e){case"left":e={x:-1,y:0};break;case"up":e={x:0,y:-1};break;case"right":e={x:1,y:0};break;case"down":e={x:0,y:1}}return _g(e,{x:t.x+e.x,y:t.y+e.y},n,a)};var Rg=function(e){var t=Og(e),n=this,a=[];t.forEach((function(e){var t=e.getAttribute("headers");t&&(a=a.concat(t.split(/\s+/)));var n=e.getAttribute("aria-labelledby");n&&(a=a.concat(n.split(/\s+/)))}));var r=t.filter((function(e){return""!==zs(e.textContent)&&("TH"===e.nodeName.toUpperCase()||-1!==["rowheader","columnheader"].indexOf(e.getAttribute("role")))})),i=_s(e),o=!0;return r.forEach((function(e){if(!e.getAttribute("id")||!a.includes(e.getAttribute("id"))){var t=js(e,i),r=!1;Bs(e)&&(r=jg("down",t,i).find((function(t){return!Bs(t)&&Pg(t,i).includes(e)}))),!r&&Ls(e)&&(r=jg("right",t,i).find((function(t){return!Ls(t)&&Pg(t,i).includes(e)}))),r||n.relatedNodes(e),o=o&&r}})),!!o||void 0};var Bg={};ue(Bg,{allowedAttr:function(){return Lg},arialabelText:function(){return Ds},arialabelledbyText:function(){return As},getAccessibleRefs:function(){return qg},getElementUnallowedRoles:function(){return Vg},getExplicitRole:function(){return Is},getImplicitRole:function(){return il},getOwnedVirtual:function(){return ml},getRole:function(){return dl},getRoleType:function(){return Dc},getRolesByType:function(){return Qg},getRolesWithNameFromContents:function(){return Kg},implicitNodes:function(){return ab},implicitRole:function(){return il},isAccessibleRef:function(){return rb},isAriaRoleAllowedOnElement:function(){return Zg},isComboboxPopup:function(){return ib},isUnsupportedRole:function(){return Ms},isValidRole:function(){return Ps},label:function(){return lb},labelVirtual:function(){return tc},lookupTable:function(){return nb},namedFromContents:function(){return fl},requiredAttr:function(){return cb},requiredContext:function(){return ub},requiredOwned:function(){return db},validateAttr:function(){return hb},validateAttrValue:function(){return pb}});var Lg=function(e){var t=Os.ariaRoles[e],n=W(Fs());return t?(t.allowedAttrs&&n.push.apply(n,W(t.allowedAttrs)),t.requiredAttrs&&n.push.apply(n,W(t.requiredAttrs)),n):n},zg=/^idrefs?$/;function Ug(e,t,n){if(e.hasAttribute){if("LABEL"===e.nodeName.toUpperCase()&&e.hasAttribute("for")){var a=e.getAttribute("for");t.has(a)?t.get(a).push(e):t.set(a,[e])}for(var r=0;r1&&void 0!==arguments[1])||arguments[1],n=Nm(e),a=n.vNode;if(!Sm(a))return[];var r=a.props.nodeName,i=il(a)||Yg[r],o=Wg(a);return o.filter((function(e){return!Hg(e,a,t,i)}))};var Jg=function(e){return Object.keys(Os.ariaRoles).filter((function(t){return Os.ariaRoles[t].type===e}))};var Qg=function(e){return Jg(e)};var Xg=function(){return mr.get("ariaRolesNameFromContent",(function(){return Object.keys(Os.ariaRoles).filter((function(e){return Os.ariaRoles[e].nameFromContent}))}))};var Kg=function(){return Xg()},$g=function(e){return null===e},eb=function(e){return null!==e},tb={attributes:{"aria-activedescendant":{type:"idref",allowEmpty:!0,unsupported:!1},"aria-atomic":{type:"boolean",values:["true","false"],unsupported:!1},"aria-autocomplete":{type:"nmtoken",values:["inline","list","both","none"],unsupported:!1},"aria-busy":{type:"boolean",values:["true","false"],unsupported:!1},"aria-checked":{type:"nmtoken",values:["true","false","mixed","undefined"],unsupported:!1},"aria-colcount":{type:"int",unsupported:!1},"aria-colindex":{type:"int",unsupported:!1},"aria-colspan":{type:"int",unsupported:!1},"aria-controls":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-current":{type:"nmtoken",allowEmpty:!0,values:["page","step","location","date","time","true","false"],unsupported:!1},"aria-describedby":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-describedat":{unsupported:!0,unstandardized:!0},"aria-details":{type:"idref",allowEmpty:!0,unsupported:!1},"aria-disabled":{type:"boolean",values:["true","false"],unsupported:!1},"aria-dropeffect":{type:"nmtokens",values:["copy","move","reference","execute","popup","none"],unsupported:!1},"aria-errormessage":{type:"idref",allowEmpty:!0,unsupported:!1},"aria-expanded":{type:"nmtoken",values:["true","false","undefined"],unsupported:!1},"aria-flowto":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-grabbed":{type:"nmtoken",values:["true","false","undefined"],unsupported:!1},"aria-haspopup":{type:"nmtoken",allowEmpty:!0,values:["true","false","menu","listbox","tree","grid","dialog"],unsupported:!1},"aria-hidden":{type:"boolean",values:["true","false"],unsupported:!1},"aria-invalid":{type:"nmtoken",allowEmpty:!0,values:["true","false","spelling","grammar"],unsupported:!1},"aria-keyshortcuts":{type:"string",allowEmpty:!0,unsupported:!1},"aria-label":{type:"string",allowEmpty:!0,unsupported:!1},"aria-labelledby":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-level":{type:"int",unsupported:!1},"aria-live":{type:"nmtoken",values:["off","polite","assertive"],unsupported:!1},"aria-modal":{type:"boolean",values:["true","false"],unsupported:!1},"aria-multiline":{type:"boolean",values:["true","false"],unsupported:!1},"aria-multiselectable":{type:"boolean",values:["true","false"],unsupported:!1},"aria-orientation":{type:"nmtoken",values:["horizontal","vertical"],unsupported:!1},"aria-owns":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-placeholder":{type:"string",allowEmpty:!0,unsupported:!1},"aria-posinset":{type:"int",unsupported:!1},"aria-pressed":{type:"nmtoken",values:["true","false","mixed","undefined"],unsupported:!1},"aria-readonly":{type:"boolean",values:["true","false"],unsupported:!1},"aria-relevant":{type:"nmtokens",values:["additions","removals","text","all"],unsupported:!1},"aria-required":{type:"boolean",values:["true","false"],unsupported:!1},"aria-roledescription":{type:"string",allowEmpty:!0,unsupported:!1},"aria-rowcount":{type:"int",unsupported:!1},"aria-rowindex":{type:"int",unsupported:!1},"aria-rowspan":{type:"int",unsupported:!1},"aria-selected":{type:"nmtoken",values:["true","false","undefined"],unsupported:!1},"aria-setsize":{type:"int",unsupported:!1},"aria-sort":{type:"nmtoken",values:["ascending","descending","other","none"],unsupported:!1},"aria-valuemax":{type:"decimal",unsupported:!1},"aria-valuemin":{type:"decimal",unsupported:!1},"aria-valuenow":{type:"decimal",unsupported:!1},"aria-valuetext":{type:"string",unsupported:!1}},globalAttributes:["aria-atomic","aria-busy","aria-controls","aria-current","aria-describedby","aria-details","aria-disabled","aria-dropeffect","aria-flowto","aria-grabbed","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-live","aria-owns","aria-relevant","aria-roledescription"]};tb.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:eb}}]},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:eb}}]},"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:eb}}]},"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:eb}}]},"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:eb}}]},"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:eb}}]},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:eb}}]},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:eb}}]},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:eb}}]},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:eb}}]},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:eb}}]},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:eb}}]},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:eb}}]},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:eb}}]},widget:{type:"abstract",unsupported:!1},window:{nameFrom:["author"],type:"abstract",unsupported:!1}},tb.implicitHtmlRole=Zs,tb.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:eb}},{nodeName:"input",properties:{type:["color","data","datatime","file","hidden","month","number","password","range","reset","submit","time","week"]}},{nodeName:"link",attributes:{href:eb}},{nodeName:"menu",attributes:{type:"context"}},{nodeName:"menuitem",attributes:{type:["command","checkbox","radio"]}},{nodeName:"select",condition:function(e){return e instanceof u.AbstractVirtualNode||(e=u.utils.getNodeFromTree(e)),Number(e.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"]}],tb.elementsAllowedAnyRole=[{nodeName:"a",attributes:{href:$g}},{nodeName:"img",attributes:{alt:$g}},{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"]}],tb.evaluateRoleForElement={A:function(e){var t=e.node,n=e.out;return"http://www.w3.org/2000/svg"===t.namespaceURI||(!t.href.length||n)},AREA:function(e){return!e.node.href},BUTTON:function(e){var t=e.node,n=e.role,a=e.out;return"menu"===t.getAttribute("type")?"menuitem"===n:a},IMG:function(e){var t=e.node,n=e.role,a=e.out;switch(t.alt){case null:return a;case"":return"presentation"===n||"none"===n;default:return"presentation"!==n&&"none"!==n}},INPUT:function(e){var t=e.node,n=e.role,a=e.out;switch(t.type){case"button":case"image":return a;case"checkbox":return!("button"!==n||!t.hasAttribute("aria-pressed"))||a;case"radio":return"menuitemradio"===n;case"text":return"combobox"===n||"searchbox"===n||"spinbutton"===n;case"tel":return"combobox"===n||"spinbutton"===n;case"url":case"search":case"email":return"combobox"===n;default:return!1}},LI:function(e){var t=e.node,n=e.out;return!u.utils.matchesSelector(t,"ol li, ul li")||n},MENU:function(e){return"context"!==e.node.getAttribute("type")},OPTION:function(e){var t=e.node;return!u.utils.matchesSelector(t,"select > option, datalist > option, optgroup > option")},SELECT:function(e){var t=e.node,n=e.role;return!t.multiple&&t.size<=1&&"menu"===n},SVG:function(e){var t=e.node,n=e.out;return!(!t.parentNode||"http://www.w3.org/2000/svg"!==t.parentNode.namespaceURI)||n}},tb.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 nb=tb;var ab=function(e){var t=null,n=nb.role[e];return n&&n.implicit&&(t=Dr(n.implicit)),t};var rb=function(e){return!!qg(e).length};function ib(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=n.popupRoles,r=dl(e);if(null!==(t=a)&&void 0!==t||(a=Es["aria-haspopup"].values),!a.includes(r))return!1;var i=sb(e);if(ob(i))return!0;var o=e.props.id;if(!o)return!1;if(!e.actualNode)throw new Error("Unable to determine combobox popup without an actualNode");var s=qi(e.actualNode),l=s.querySelectorAll('[aria-owns~="'.concat(o,'"][role~="combobox"]:not(select),\n [aria-controls~="').concat(o,'"][role~="combobox"]:not(select)'));return Array.from(l).some(ob)}var ob=function(e){return e&&"combobox"===dl(e)};function sb(e){for(;e=e.parent;)if(null!==dl(e,{noPresentational:!0}))return e;return null}var lb=function(e){return e=gr(e),tc(e)};var cb=function(e){var t=Os.ariaRoles[e];return t&&Array.isArray(t.requiredAttrs)?W(t.requiredAttrs):[]};var ub=function(e){var t=Os.ariaRoles[e];return t&&Array.isArray(t.requiredContext)?W(t.requiredContext):null};var db=function(e){var t=Os.ariaRoles[e];return t&&Array.isArray(t.requiredOwned)?W(t.requiredOwned):null};var pb=function(e,t){var n,a,r=(e=e instanceof wa?e:gr(e)).attr(t),i=Os.ariaAttrs[t];if(!i)return!0;if(i.allowEmpty&&(!r||""===r.trim()))return!0;switch(i.type){case"boolean":return["true","false"].includes(r.toLowerCase());case"nmtoken":return"string"==typeof r&&i.values.includes(r.toLowerCase());case"nmtokens":return(a=Pf(r)).reduce((function(e,t){return e&&i.values.includes(t)}),0!==a.length);case"idref":try{var o=Zi(e.actualNode);return!(!r||!o.getElementById(r))}catch(e){throw new TypeError("Cannot resolve id references for partial DOM")}case"idrefs":return ys(e,t).some((function(e){return!!e}));case"string":return""!==r.trim();case"decimal":return!(!(n=r.match(/^[-+]?([0-9]*)\.?([0-9]*)$/))||!n[1]&&!n[2]);case"int":var s=void 0!==i.minValue?i.minValue:-1/0;return/^[-+]?[0-9]+$/.test(r)&&parseInt(r)>=s}};var hb=function(e){return!!Os.ariaAttrs[e]};var fb=function(e){var t=[],n=Og(e),a=_s(e);return n.forEach((function(e){mc(e)&&Ig(e)&&!lb(e)&&(Pg(e,a).some((function(e){return null!==e&&!!mc(e)}))||t.push(e))})),!t.length||(this.relatedNodes(t),!1)};var mb=function(e,t){var n=e.getAttribute("scope").toLowerCase();return-1!==t.values.indexOf(n)},gb=function(e,t,n){if(void 0===n.children)return;var a=n.attr("summary"),r=n.children.find(bb),i=!!r&&zs(Fl(r));if(!i||!a)return!1;return zs(a).toLowerCase()===zs(i).toLowerCase()};function bb(e){return"caption"===e.props.nodeName}var vb=function(e){return!Ac(l)||"TH"===e.nodeName.toUpperCase()};var yb=function(e){var t=_s(e),n=t[0];return t.length<=1||n.length<=1||e.rows.length<=1||n.reduce((function(e,t,a){return e||t!==n[a+1]&&void 0!==n[a+1]}),!1)};var wb=function(e,t,n){if(n.children){var a=n.children.find((function(e){return"title"===e.props.nodeName}));if(!a)return this.data({messageKey:"noTitle"}),!1;try{if(""===Fl(a,{includeHidden:!0}).trim())return this.data({messageKey:"emptyTitle"}),!1}catch(e){return}return!0}},Ab={};ue(Ab,{getAriaRolesByType:function(){return Jg},getAriaRolesSupportingNameFromContent:function(){return Xg},getElementSpec:function(){return rl},getElementsByContentType:function(){return Ns},getGlobalAriaAttrs:function(){return Fs},implicitHtmlRoles:function(){return Zs}});var Db=function(e,t,n){var a=n.props.nodeName,r=(n.attr("type")||"").toLowerCase(),i=n.attr("value");return i&&this.data({messageKey:"has-label"}),!("input"!==a||!["submit","reset"].includes(r))&&null===i};var Eb=function(e){return Ao(e)};var kb=function(e,t,n){var a=n.props.nodeName;return!!["img","input","area"].includes(a)&&n.hasAttr("alt")};var xb=function(){};var Tb=function(){var e=l.title;return!!zs(e)};var Cb=function(e,t){var n=t.cssProperties.filter((function(t){if("important"===e.style.getPropertyPriority(t))return t}));return!(n.length>0)||(this.data(n),!1)};var Sb=function(e,t,n){try{return!!zs(As(n))}catch(e){return}};var Ob=function(e,t,n){return!!zs(Ds(n))};var Mb=function(e){var t=e.getAttribute("id").trim();if(!t)return!0;var n=Zi(e),a=Array.from(n.querySelectorAll('[id="'.concat(ja(t),'"]'))).filter((function(t){return t!==e}));return a.length&&this.relatedNodes(a),this.data(t),0===a.length};var Pb=function(e){var t=[];return e.filter((function(e){return-1===t.indexOf(e.data)&&(t.push(e.data),!0)}))};var Ib=function(e,t,n){var a=zs(n.attr("title")).toLowerCase();return this.data(a),!0};var Nb=function(e){var t={};return e.forEach((function(e){t[e.data]=void 0!==t[e.data]?++t[e.data]:0})),e.forEach((function(e){e.result=!!t[e.data]})),e};var Fb=function(e){var t=os(e,"href");return!!t&&(bl(t)||void 0)},_b=["alert","log","status"];function jb(e,t){var n=e.actualNode;if("button"===dl(e)||function(e,t){var n=e.actualNode,a=dl(e),r=(n.getAttribute("aria-live")||"").toLowerCase().trim(),i=Jg("landmark");if(["assertive","polite"].includes(r)||_b.includes(a))return!0;if(i.includes(a))return!0;if(t.regionMatcher&&al(e,t.regionMatcher))return!0;return!1}(e,t)||["iframe","frame"].includes(e.props.nodeName)||pf(e.actualNode)&&os(e.actualNode,"href")||!bl(n)){for(var a=e;a;)a._hasRegionDescendant=!0,a=a.parent;return["iframe","frame"].includes(e.props.nodeName)?[e]:[]}return n!==l.body&&mc(n,!0)?[e]:e.children.filter((function(e){return 1===e.actualNode.nodeType})).map((function(e){return jb(e,t)})).reduce((function(e,t){return e.concat(t)}),[])}var Rb=function(e){var t=e.filter((function(e){return e.data.isIframe}));return e.forEach((function(e){if(!e.result&&1!==e.node.ancestry.length){var n,a=e.node.ancestry.slice(0,-1),r=ne(t);try{for(r.s();!(n=r.n()).done;){var i=n.value;if(Pm(a,i.node.ancestry)){e.result=i.result;break}}}catch(e){r.e(e)}finally{r.f()}}})),t.forEach((function(e){e.result||(e.result=!0)})),e};function Bb(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 Lb(e){var t=o.getComputedStyle(function(e){for(var t=e,n=e.textContent.trim(),a=n;a===n&&void 0!==t;){var r=-1;if(0===(e=t).children.length)return e;do{r++,a=e.children[r].textContent.trim()}while(""===a&&r+1t.fontSize)&&(!a.weight||e.fontWeight-a.weight>t.fontWeight)&&(!a.italic||e.isItalic&&!t.isItalic)}),!1)}var Ub=function(e,t,n){var a=Array.from(e.parentNode.children),r=a.indexOf(e),i=(t=t||{}).margins||[],o=a.slice(r+1).find((function(e){return"P"===e.nodeName.toUpperCase()})),s=a.slice(0,r).reverse().find((function(e){return"P"===e.nodeName.toUpperCase()})),l=Lb(e),c=o?Lb(o):null,u=s?Lb(s):null,d=t.passLength,p=t.failLength,h=e.textContent.trim().length,f=null==o?void 0:o.textContent.trim().length;if(h>f*d)return!0;if(!c||!zb(l,c,i))return!0;var m=Yi(n,"blockquote");return!!(m&&"BLOCKQUOTE"===m.nodeName.toUpperCase()||u&&!zb(l,u,i)||h>f*p)&&void 0},qb=/[;,\s]/,Zb=/^[0-9.]+$/;var Gb=function(e,t,n){return eg(n,"a[href]").some((function(e){return/^#[^/!]/.test(e.attr("href"))}))},Yb={};ue(Yb,{aria:function(){return Bg},color:function(){return Wb},dom:function(){return Ui},forms:function(){return Pv},matches:function(){return al},math:function(){return xo},standards:function(){return Ab},table:function(){return Sg},text:function(){return vs},utils:function(){return Aa}});var Wb={};ue(Wb,{Color:function(){return lf},centerPointOfRect:function(){return Hb},elementHasImage:function(){return Nc},elementIsDistinct:function(){return Jb},filteredRectStack:function(){return Xb},flattenColors:function(){return ev},flattenShadowColors:function(){return rv},getBackgroundColor:function(){return wv},getBackgroundStack:function(){return iv},getContrast:function(){return kv},getForegroundColor:function(){return xv},getOwnBackgroundColor:function(){return uf},getRectStack:function(){return Qb},getStackingContext:function(){return mv},getStrokeColorsFromShadows:function(){return cv},getTextShadowColors:function(){return hv},hasValidContrastRatio:function(){return Mv},incompleteData:function(){return Ic},parseTextShadows:function(){return pv},stackingContextToColor:function(){return gv}});var Hb=function(e){if(!(e.left>o.innerWidth||e.top>o.innerHeight))return{x:Math.min(Math.ceil(e.left+e.width/2),o.innerWidth-1),y:Math.min(Math.ceil(e.top+e.height/2),o.innerHeight-1)}};function Vb(e){return e.getPropertyValue("font-family").split(/[,;]/g).map((function(e){return e.trim().toLowerCase()}))}var Jb=function(e,t){var n=o.getComputedStyle(e);if("none"!==n.getPropertyValue("background-image"))return!0;if(["border-bottom","border-top","outline"].reduce((function(e,t){var a=new lf;return a.parseString(n.getPropertyValue(t+"-color")),e||"none"!==n.getPropertyValue(t+"-style")&&parseFloat(n.getPropertyValue(t+"-width"))>0&&0!==a.alpha}),!1))return!0;var a=o.getComputedStyle(t);if(Vb(n)[0]!==Vb(a)[0])return!0;var r=["text-decoration-line","text-decoration-style","font-weight","font-style","font-size"].reduce((function(e,t){return e||n.getPropertyValue(t)!==a.getPropertyValue(t)}),!1),i=n.getPropertyValue("text-decoration");return i.split(" ").length<3&&(r=r||i!==a.getPropertyValue("text-decoration")),r};var Qb=function(e){var t=ds(e),n=cc(e);return!n||n.length<=1?[t]:n.some((function(e){return void 0===e}))?null:(n.splice(0,0,t),n)};var Xb=function(e){var t=Qb(e);if(t&&1===t.length)return t[0];if(t&&t.length>1){var n,a=t.shift();return t.forEach((function(r,i){if(0!==i){var o=t[i-1],s=t[i];n=o.every((function(e,t){return e===s[t]}))||a.includes(e)}})),n?t[0]:(Ic.set("bgColor","elmPartiallyObscuring"),null)}return Ic.set("bgColor","outsideViewport"),null},Kb=["hue","saturation","color","luminosity"],$b={normal:function(e,t){return t},multiply:function(e,t){return t*e},screen:function(e,t){return e+t-e*t},overlay:function(e,t){return this["hard-light"](t,e)},darken:function(e,t){return Math.min(e,t)},lighten:function(e,t){return Math.max(e,t)},"color-dodge":function(e,t){return 0===e?0:1===t?1:Math.min(1,e/(1-t))},"color-burn":function(e,t){return 1===e?1:0===t?0:1-Math.min(1,(1-e)/t)},"hard-light":function(e,t){return t<=.5?this.multiply(e,2*t):this.screen(e,2*t-1)},"soft-light":function(e,t){return t<=.5?e-(1-2*t)*e*(1-e):e+(2*t-1)*((e<=.25?((16*e-12)*e+4)*e:Math.sqrt(e))-e)},difference:function(e,t){return Math.abs(e-t)},exclusion:function(e,t){return e+t-2*e*t},hue:function(e,t){return t.setSaturation(e.getSaturation()).setLuminosity(e.getLuminosity())},saturation:function(e,t){return e.setSaturation(t.getSaturation()).setLuminosity(e.getLuminosity())},color:function(e,t){return t.setLuminosity(e.getLuminosity())},luminosity:function(e,t){return e.setLuminosity(t.getLuminosity())}};function ev(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"normal",a=av(t,e,n),r=tv(e.red,e.alpha,t.red,t.alpha,255*a.r),i=tv(e.green,e.alpha,t.green,t.alpha,255*a.g),o=tv(e.blue,e.alpha,t.blue,t.alpha,255*a.b),s=nv(e.alpha+t.alpha*(1-e.alpha),0,1);if(0===s)return new lf(r,i,o,s);var l=Math.round(r/s),c=Math.round(i/s),u=Math.round(o/s);return new lf(l,c,u,s)}function tv(e,t,n,a,r){return t*(1-a)*e+t*a*r+(1-t)*a*n}function nv(e,t,n){return Math.min(Math.max(t,e),n)}function av(e,t,n){if(Kb.includes(n))return $b[n](e,t);var a=new lf;return["r","g","b"].forEach((function(r){a[r]=$b[n](e[r],t[r])})),a}function rv(e,t){var n=e.alpha,a=(1-n)*t.red+n*e.red,r=(1-n)*t.green+n*e.green,i=(1-n)*t.blue+n*e.blue,o=e.alpha+t.alpha*(1-e.alpha);return new lf(a,r,i,o)}function iv(e){for(var t=cc(e).map((function(t){return t=function(e){var t=e.indexOf(l.body),n=e,a=uf(o.getComputedStyle(l.documentElement));if(t>1&&0===a.alpha&&!Nc(l.documentElement)){t>1&&(n.splice(t,1),n.push(l.body));var r=n.indexOf(l.documentElement);r>0&&(n.splice(r,1),n.push(l.documentElement))}return n}(t=vf(t,e))})),n=0;n1&&void 0!==arguments[1]?arguments[1]:{},n=t.ignoreEdgeCount,a=void 0!==n&&n,r=uv(e),i=Object.entries(r).map((function(e){var t=J(e,2),n=t[0],a=t[1],r=lv.filter((function(e){return 0!==a[e].length})).length;return{colorStr:n,sides:a,edgeCount:r}}));return!a&&i.some((function(e){var t=e.edgeCount;return t>1&&t<4}))?null:i.map(dv).filter((function(e){return null!==e}))}function uv(e){var t,n={},a=ne(e);try{for(a.s();!(t=a.n()).done;){var r,i=t.value,o=i.colorStr,s=i.pixels;null!==(r=n[o])&&void 0!==r||(n[o]={top:[],right:[],bottom:[],left:[]});var l=n[o],c=J(s,2),u=c[0],d=c[1];u>sv?l.right.push(u):-u>sv&&l.left.push(-u),d>sv?l.bottom.push(d):-d>sv&&l.top.push(-d)}}catch(e){a.e(e)}finally{a.f()}return n}function dv(e){var t=e.colorStr,n=e.sides;if(4!==e.edgeCount)return null;var a=new lf;a.parseString(t);var r=0,i=!0;return lv.forEach((function(e){r+=n[e].length/4,i&&(i=n[e].every((function(e){return e>1.5})))})),i||(a.alpha=1-Math.pow(.54,r)),a}function pv(e){var t={pixels:[]},n=e.trim(),a=[t];if(!n)return[];for(;n;){var r=n.match(/^[a-z]+(\([^)]+\))?/i)||n.match(/^#[0-9a-f]+/i),i=n.match(/^([0-9.-]+)px/i)||n.match(/^(0)/);if(r)Fa(!t.colorStr,"Multiple colors identified in text-shadow: ".concat(e)),n=n.replace(r[0],"").trim(),t.colorStr=r[0];else if(i){Fa(t.pixels.length<3,"Too many pixel units in text-shadow: ".concat(e)),n=n.replace(i[0],"").trim();var o=parseFloat(("."===i[1][0]?"0":"")+i[1]);t.pixels.push(o)}else{if(","!==n[0])throw new Error("Unable to process text-shadows: ".concat(n));Fa(t.pixels.length>=2,"Missing pixel value in text-shadow: ".concat(e)),t={pixels:[]},a.push(t),n=n.substr(1).trim()}}return a.forEach((function(e){var t=e.pixels;2===t.length&&t.push(0)})),a}function hv(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minRatio,a=t.maxRatio,r=t.ignoreEdgeCount,i=[],s=o.getComputedStyle(e),l=s.getPropertyValue("text-shadow");if("none"===l)return i;var c=s.getPropertyValue("font-size"),u=parseInt(c);Fa(!1===isNaN(u),"Unable to determine font-size value ".concat(c));var d,p=[],h=pv(l),f=ne(h);try{for(f.s();!(d=f.n()).done;){var m=d.value,g=m.colorStr||s.getPropertyValue("color"),b=J(m.pixels,3),v=b[0],y=b[1],w=b[2],A=void 0===w?0:w;if(!(a&&A>=u*a))if(n&&A0){var D=cv(p,{ignoreEdgeCount:r});if(null===D)return null;i.push.apply(i,W(D)),p.splice(0,p.length)}var E=fv({colorStr:g,offsetX:v,offsetY:y,blurRadius:A,fontSize:u});i.push(E)}}}catch(e){f.e(e)}finally{f.f()}if(p.length>0){var k=cv(p,{ignoreEdgeCount:r});if(null===k)return null;i.push.apply(i,W(k))}return i}function fv(e){var t=e.colorStr,n=e.offsetX,a=e.offsetY,r=e.blurRadius,i=e.fontSize;if(n>r||a>r)return new lf(0,0,0,0);var o=new lf;return o.parseString(t),o.alpha*=function(e,t){if(0===e)return 1;return.185/(e/t+.4)}(r,i),o}function mv(e,t){var n,a=gr(e);if(a._stackingContext)return a._stackingContext;var r=[],i=new Map;return(t=null!==(n=t)&&void 0!==n?n:iv(e)).forEach((function(e){var t,n=gr(e),a=function(e){var t=new lf;return t.parseString(e.getComputedStylePropertyValue("background-color")),t}(n),o=n._stackingOrder.filter((function(e){return!!e.vNode}));o.forEach((function(e,t){var n,a=e.vNode,s=null===(n=o[t-1])||void 0===n?void 0:n.vNode,l=yv(i,a,s);0!==t||i.get(a)||r.unshift(l),i.set(a,l)}));var s=null===(t=o[o.length-1])||void 0===t?void 0:t.vNode,l=yv(i,n,s);o.length||r.unshift(l),l.bgColor=a})),a._stackingContext=r,r}function gv(e){var t;if(null===(t=e.descendants)||void 0===t||!t.length){var n=e.bgColor;return n.alpha*=e.opacity,{color:n,blendMode:e.blendMode}}var a=ev(e.descendants.reduce(bv,vv()),e.bgColor,e.descendants[0].blendMode);return a.alpha*=e.opacity,{color:a,blendMode:e.blendMode}}function bv(e,t){var n;return n=e instanceof lf?e:gv(e).color,ev(gv(t).color,n,t.blendMode)}function vv(e,t){var n,a;return{vNode:e,ancestor:t,opacity:parseFloat(null!==(n=null==e?void 0:e.getComputedStylePropertyValue("opacity"))&&void 0!==n?n:1),bgColor:new lf(0,0,0,0),blendMode:(a=null==e?void 0:e.getComputedStylePropertyValue("mix-blend-mode"),a||void 0),descendants:[]}}function yv(e,t,n){var a,r=e.get(n),i=null!==(a=e.get(t))&&void 0!==a?a:vv(t,r);return r&&n!==t&&!r.descendants.includes(i)&&r.descendants.unshift(i),i}function wv(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:.1,a=gr(e),r=a._cache.getBackgroundColor;if(r)return t.push.apply(t,W(r.bgElms)),Ic.set("bgColor",r.incompleteData),r.bgColor;var i=Av(e,t,n);return a._cache.getBackgroundColor={bgColor:i,bgElms:t,incompleteData:Ic.get("bgColor")},i}function Av(e,t,n){var a,r,i=iv(e);if(!i)return null;var s=sc(e),c=null!==(a=hv(e,{minRatio:n,ignoreEdgeCount:!0}))&&void 0!==a?a:[];c.length&&(c=[{color:c.reduce(rv)}]);for(var u=0;u=n.top&&e.bottom<=r&&e.left>=n.left&&e.right<=a}))}function Ev(e){return e||void 0}var kv=function(e,t){if(!t||!e)return null;t.alpha<1&&(t=ev(t,e));var n=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(a,n)+.05)/(Math.min(a,n)+.05)};function xv(e,t,n){for(var a,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=o.getComputedStyle(e),s=[function(){return Cv(i,r)},function(){return Tv(i)},function(){return hv(e,{minRatio:0})}],l=[],c=0,u=s;ci,contrastRatio:r,expectedContrastRatio:i}},Pv={};ue(Pv,{isAriaCombobox:function(){return xl},isAriaListbox:function(){return kl},isAriaRange:function(){return Cl},isAriaTextbox:function(){return El},isDisabled:function(){return Nv},isNativeSelect:function(){return Dl},isNativeTextbox:function(){return Al}});var Iv=["fieldset","button","select","input","textarea"];var Nv=function e(t){var n=t._isDisabled;if("boolean"==typeof n)return n;var a=t.props.nodeName,r=t.attr("aria-disabled");return n=!(!Iv.includes(a)||!t.hasAttr("disabled"))||(r?"true"===r.toLowerCase():!!t.parent&&e(t.parent)),t._isDisabled=n,n};var Fv=function(e,t,n){var a=vs.accessibleTextVirtual(n),r=vs.sanitize(vs.removeUnicode(a,{emoji:!0,nonBmp:!0,punctuations:!0})).toLowerCase();if(r){var i={name:r,urlProps:Ui.urlPropsFromAttribute(e,"href")};return this.data(i),this.relatedNodes([e]),!0}};function _v(e,t){if(!e||!t)return!1;var n=Object.getOwnPropertyNames(e),a=Object.getOwnPropertyNames(t);return n.length===a.length&&n.every((function(n){var a=e[n],r=t[n];return c(a)===c(r)&&("object"===c(a)||"object"===c(r)?_v(a,r):a===r)}))}var jv=function(e){if(e.length<2)return e;for(var t=e.filter((function(e){return void 0!==e.result})),n=[],a={},r=function(e){var r,i=t[e],o=i.data,s=o.name,l=o.urlProps;if(a[s])return 1;var c=t.filter((function(t,n){return t.data.name===s&&n!==e})),u=c.every((function(e){return _v(e.data.urlProps,l)}));c.length&&!u&&(i.result=void 0),i.relatedNodes=[],(r=i.relatedNodes).push.apply(r,W(c.map((function(e){return e.relatedNodes[0]})))),a[s]=c,n.push(i)},i=0;i=a.top&&n.left>=a.left&&n.bottom<=a.bottom&&n.right<=a.right}function Zv(e){return e.getComputedStylePropertyValue("pointer-events")}function Gv(e){return{width:Math.round(10*e.width)/10,height:Math.round(10*e.height)/10}}function Yv(e,t){return e.actualNode.contains(t.actualNode)&&!ms(t)}function Wv(e){return e.map((function(e){return e.actualNode}))}var Hv=function(e,t,n){var a=t||{},r=a.scaleMinimum,i=void 0===r?2:r,o=a.lowerBound,s=void 0!==o&&o,l=n.attr("content")||"";if(!l)return!0;var c=l.split(/[;,]/).reduce((function(e,t){var n=t.trim();if(!n)return e;var a=J(n.split("="),2),r=a[0],i=a[1];if(!r||!i)return e;var o=r.toLowerCase().trim(),s=i.toLowerCase().trim();return"maximum-scale"===o&&"yes"===s&&(s=1),"maximum-scale"===o&&parseFloat(s)<0||(e[o]=s),e}),{});if(s&&c["maximum-scale"]&&parseFloat(c["maximum-scale"])-1&&u<1?(this.data("user-scalable"),!1):!(c["maximum-scale"]&&parseFloat(c["maximum-scale"])0;)n+=a*parseInt(t.pop(),10),a*=60;return parseFloat(n)}(e):parseFloat(e)}))}(e.currentSrc);if(!t)return Math.abs(e.duration-(e.currentTime||0));if(1===t.length)return Math.abs(e.duration-t[0]);return Math.abs(t[1]-t[0])}(e)<=a&&!e.hasAttribute("loop")||!!e.hasAttribute("controls")}console.warn("axe.utils.preloadMedia did not load metadata")};var Qv=function(e,t){return!t.isViolation&&void 0};var Xv=function(e){var t={};return e.filter((function(e){if("html"!==e.node.ancestry[e.node.ancestry.length-1]){var n=e.node.ancestry.flat(1/0).join(" > ");return t[n]=e,!0}var a=e.node.ancestry.slice(0,e.node.ancestry.length-1).flat(1/0).join(" > ");return t[a]&&(t[a].result=!0),!1}))};var Kv=function(e,t,n){return!eg(n,"track").some((function(e){return"captions"===(e.attr("kind")||"").toLowerCase()}))&&void 0};var $v=function(e,t,n){var a=n.children;if(!a||!a.length)return!1;for(var r,i=!1,o=!1,s=0;s ":"";if(3===c&&""!==u.trim())return d+"#text";if(1!==c||!bl(e))return!1;var p=Is(e);return p?!r.includes(p)&&d+"[role=".concat(p,"]"):!o.includes(l)&&d+l}function ny(e){return"div"===e.props.nodeName&&null===Is(e)}function ay(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return e.map((function(e){return{vChild:e,nested:t}}))}var ry=function(e){var t=fo(e),n=t.nodeName.toUpperCase(),a=Is(t);return"DIV"===n&&["presentation","none",null].includes(a)&&(n=(t=fo(t)).nodeName.toUpperCase(),a=Is(t)),"DL"===n&&!(a&&!["presentation","none","list"].includes(a))};var iy=function(e,t,n){return Uf(n.attr("lang"))===Uf(n.attr("xml:lang"))};var oy=function(e,t,n){var a=[];return t.attributes.forEach((function(e){var r=n.attr(e);if("string"==typeof r){var i=Uf(r),o=t.value?!t.value.map(Uf).includes(i):!mg(i);(""!==i&&o||""!==r&&!zs(r))&&a.push(e+'="'+n.attr(e)+'"')}})),!!a.length&&(!("html"!==n.props.nodeName&&!gc(n))&&(this.data(a),!0))};function sy(e){return""!==(e||"").trim()}var ly=function(e,t,n){var a=void 0!==l&&Ha(l);return t.attributes.includes("xml:lang")&&t.attributes.includes("lang")&&sy(n.attr("xml:lang"))&&!sy(n.attr("lang"))&&!a?(this.data({messageKey:"noXHTML"}),!1):!!t.attributes.some((function(e){return sy(n.attr(e))}))||(this.data({messageKey:"noLang"}),!1)};var cy=function(e,t,n){var a=dl(e),r=Wl(n);return r=r?r.toLowerCase():null,this.data({role:a,accessibleText:r}),this.relatedNodes([e]),!0};var uy=function(e){var t=[];return e.filter((function(e){var n=t.find((function(t){return e.data.role===t.data.role&&e.data.accessibleText===t.data.accessibleText}));return n?(n.result=!1,n.relatedNodes.push(e.relatedNodes[0]),!1):(t.push(e),e.relatedNodes=[],!0)}))};var dy=function(e,t,n){var a=ac(n),r=hl(n),i=n.attr("aria-describedby");return!(a||!r&&!i)};var py=function(e){var t=ja(e.getAttribute("id")),n=e.parentNode,a=Zi(e);a=a.documentElement||a;var r=Array.from(a.querySelectorAll('label[for="'.concat(t,'"]')));for(r.length&&(r=r.filter((function(e){return!uo(e)})));n;)"LABEL"===n.nodeName.toUpperCase()&&-1===r.indexOf(n)&&r.push(n),n=n.parentNode;if(this.relatedNodes(r),r.length>1){var i=r.filter((function(e){return bl(e)}));if(i.length>1)return;return!ys(e,"aria-labelledby").includes(i[0])&&void 0}return!1};function hy(e,t){var n=fy(t),a=fy(e);return!(!n||!a)&&n.includes(a)}function fy(e){var t=Xl(e,{emoji:!0,nonBmp:!0,punctuations:!0});return zs(t)}var my=function(e,t,n){var a,r=null==t?void 0:t.pixelThreshold,i=null!==(a=null==t?void 0:t.occurrenceThreshold)&&void 0!==a?a:null==t?void 0:t.occuranceThreshold,o=ws(e).toLowerCase();if(!(Kl(o)<1)){var s=zs(Fl(n,{subtreeDescendant:!0,ignoreIconLigature:!0,pixelThreshold:r,occurrenceThreshold:i})).toLowerCase();return!s||(Kl(s)<1?!!hy(s,o)||void 0:hy(s,o))}};var gy=function(e,t,n){try{var a=Br(n,"label");if(a){var r=zs(Wl(a,{inControlContext:!0,startNode:n}));return a.actualNode&&this.relatedNodes([a.actualNode]),this.data({implicitLabel:r}),!!r}return!1}catch(e){return}};var by=function(e,t,n){if(n.hasAttr("id")){if(!n.actualNode)return;var a=Zi(e),r=ja(e.getAttribute("id")),i=a.querySelector('label[for="'.concat(r,'"]'));if(i&&!bl(i)){var o;try{o=Wl(n).trim()}catch(e){return}return""===o}}return!1};var vy=function(e,t,n){var a=ac(n),r=e.getAttribute("title");return!!a&&(r||(r="",e.getAttribute("aria-describedby")&&(r=ys(e,"aria-describedby").map((function(e){return e?ws(e):""})).join(""))),zs(r)===zs(a))};var yy=function(e,t,n){var a=this;if(!n.attr("id"))return!1;if(n.actualNode){var r=Zi(n.actualNode),i=ja(n.attr("id")),o=Array.from(r.querySelectorAll('label[for="'.concat(i,'"]')));if(this.relatedNodes(o),!o.length)return!1;try{return o.some((function(e){if(Ao(e)){var t=zs(ws(e,{inControlContext:!0,startNode:n}));return a.data({explicitLabel:t}),!!t}return!0}))}catch(e){return}}};var wy=function(e,t,n){if(["none","presentation"].includes(dl(n)))return!1;var a=Br(n,t.parentSelector);if(!a)return!1;var r=yl(a,!0).toLowerCase();return""!==r&&r===Wl(n).toLowerCase()};var Ay=function(e,t,n){var a=n.attr("alt");return"string"==typeof a&&/^\s+$/.test(a)};var Dy=function(e,t,n){var a=parseInt(n.attr("tabindex"),10);return!!isNaN(a)||a<=0};function Ey(e){if(!e.children){if(1===e.props.nodeType)throw new Error("Cannot determine children");return[]}var t=[];return e.children.forEach((function(e){"widget"===Dc(e)&&fs(e)?t.push(e):t.push.apply(t,W(Ey(e)))})),t}function ky(e){var t=parseInt(e.attr("tabindex"),10);return!isNaN(t)&&t<0}var xy=function(e){var t=Jg("landmark"),n=fo(e),a=dl(e);for(this.data({role:a});n;){var r=n.getAttribute("role");if(r||"FORM"===n.nodeName.toUpperCase()||(r=il(n)),r&&t.includes(r)&&("main"!==r||"complementary"!==a))return!1;n=fo(n)}return!0};function Ty(e){if(ms(e))return!0;if(!e.children){if(1===e.props.nodeType)throw new Error("Cannot determine children");return!1}return e.children.some((function(e){return Ty(e)}))}var Cy=function(e,t,n){var a=["button","fieldset","input","select","textarea"],r=n.tabbableElements;if(!r||!r.length)return!0;var i=r.filter((function(e){return!a.includes(e.props.nodeName)}));return this.relatedNodes(i.map((function(e){return e.actualNode}))),!(0!==i.length&&!Cc())||!!i.every((function(e){var t=e.getComputedStylePropertyValue("pointer-events"),n=parseInt(e.getComputedStylePropertyValue("width")),a=parseInt(e.getComputedStylePropertyValue("height"));return e.actualNode.onfocus||(0===n||0===a)&&"none"===t}))&&void 0};var Sy=function(e,t,n){var a=n.attr("tabindex");if(!(fs(n)&&a>-1))return!1;try{return!Wl(n)}catch(e){return}};var Oy=function(e,t,n){var a=n.tabbableElements.map((function(e){return e.actualNode}));return!a||!a.length||(!Cc()||void this.relatedNodes(a))};var My=function(e,t,n){return!(!n.hasAttr("contenteditable")||!function e(t){var a=t.attr("contenteditable");if("true"===a||""===a)return!0;if("false"===a)return!1;var r=Br(n.parent,"[contenteditable]");if(!r)return!1;return e(r)}(n))||ms(n)};var Py=function(e,t,n){var a=["button","fieldset","input","select","textarea"],r=n.tabbableElements;if(!r||!r.length)return!0;var i=r.filter((function(e){return a.includes(e.props.nodeName)}));return this.relatedNodes(i.map((function(e){return e.actualNode}))),!(0!==i.length&&!Cc())||!!i.every((function(e){var t=e.getComputedStylePropertyValue("pointer-events"),n=parseInt(e.getComputedStylePropertyValue("width")),a=parseInt(e.getComputedStylePropertyValue("height"));return e.actualNode.onfocus||(0===n||0===a)&&"none"===t}))&&void 0};var Iy=function(e,t,n){var a=n.tabbableElements;return!!a&&a.filter((function(e){return e!==n})).length>0};var Ny=function(e,t,n){return uo(n)||(this.data(n.attr("accesskey")),this.relatedNodes([e])),!0};var Fy=function(e){var t={};return e.filter((function(e){if(!e.data)return!1;var n=e.data.toUpperCase();return t[n]?(t[n].relatedNodes.push(e.relatedNodes[0]),!1):(t[n]=e,e.relatedNodes=[],!0)})).map((function(e){return e.result=!!e.relatedNodes.length,e}))};var _y=function(e,t,n){if(!t||!t.selector||"string"!=typeof t.selector)throw new TypeError("page-no-duplicate requires options.selector to be a string");var a="page-no-duplicate;"+t.selector;if(!mr.get(a)){mr.set(a,!0);var r=Zm(u._tree[0],t.selector,(function(e){return bl(e)}));return"string"==typeof t.nativeScopeFilter&&(r=r.filter((function(e){return e.actualNode.hasAttribute("role")||!Yi(e,t.nativeScopeFilter)}))),"string"==typeof t.role&&(r=r.filter((function(e){return dl(e)===t.role}))),this.relatedNodes(r.filter((function(e){return e!==n})).map((function(e){return e.actualNode}))),r.length<=1}this.data("ignored")};var jy=function(e){return e.filter((function(e){return"ignored"!==e.data}))};var Ry=function(e,t,n){return al(n,t.matcher)};var By=function(e,t,n){if(!t||!t.selector||"string"!=typeof t.selector)throw new TypeError("has-descendant requires options.selector to be a string");if(t.passForModal&&Cc())return!0;var a=Zm(n,t.selector,(function(e){return bl(e)}));return this.relatedNodes(a.map((function(e){return e.actualNode}))),a.length>0};var Ly=function(e){return e.some((function(e){return!0===e.result}))&&e.forEach((function(e){e.result=!0})),e};var zy=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;if(!t.attribute||"string"!=typeof t.attribute)throw new TypeError("attr-non-space-content requires options.attribute to be a string");if(!n.hasAttr(t.attribute))return this.data({messageKey:"noAttr"}),!1;var a=n.attr(t.attribute),r=!zs(a);return!r||(this.data({messageKey:"emptyAttr"}),!1)};var Uy=function(e,t,n){var a=n.attr("autocomplete")||"";return ec(a,t)};var qy=function(e,t,n){if("input"!==n.props.nodeName)return!0;var a=["text","search","number","tel"],r=["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:r,photo:r,impp:r};"object"===c(t)&&Object.keys(t).forEach((function(e){i[e]||(i[e]=[]),i[e]=i[e].concat(t[e])}));var o=n.attr("autocomplete").split(/\s+/g).map((function(e){return e.toLowerCase()})),s=o[o.length-1];if($l.stateTerms.includes(s))return!0;var l=i[s],u=n.hasAttr("type")?zs(n.attr("type")).toLowerCase():"text";return u=pg().includes(u)?u:"text",void 0===l?"text"===u:l.includes(u)},Zy=["block","list-item","table","flex","grid","inline-block"];function Gy(e){var t=o.getComputedStyle(e).getPropertyValue("display");return-1!==Zy.indexOf(t)||"table-"===t.substr(0,6)}function Yy(e,t){var n=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(n,a)+.05)/(Math.min(n,a)+.05)}var Wy=["block","list-item","table","flex","grid","inline-block"];function Hy(e){var t=o.getComputedStyle(e).getPropertyValue("display");return-1!==Wy.indexOf(t)||"table-"===t.substr(0,6)}var Vy=function(e,t){var n=t.requiredContrastRatio,a=t.allowSameColor;if(Hy(e))return!1;for(var r=fo(e);r&&1===r.nodeType&&!Hy(r);)r=fo(r);if(r){this.relatedNodes([r]);var i=xv(e),o=xv(r),s=wv(e),l=wv(r),c=i&&o?Yy(i,o):void 0;if(c&&(c=Math.floor(100*c)/100),c&&c>=n)return!0;var u=s&&l?Yy(s,l):void 0;if(u&&(u=Math.floor(100*u)/100),u&&u>=n)return!0;if(!u){var d,p=null!==(d=Ic.get("bgColor"))&&void 0!==d?d:"bgContrast";return this.data({messageKey:p}),void Ic.clear()}if(c)return!(!a||1!==c||1!==u)||(1===c&&u>1?(this.data({messageKey:"bgContrast",contrastRatio:u,requiredContrastRatio:n,nodeBackgroundColor:s?s.toHexString():void 0,parentBackgroundColor:l?l.toHexString():void 0}),!1):(this.data({messageKey:"fgContrast",contrastRatio:c,requiredContrastRatio:n,nodeColor:i?i.toHexString():void 0,parentColor:o?o.toHexString():void 0}),!1))}};var Jy=Wa((function(e,t){var n=o.getComputedStyle(e,t),a=function(e,t){return n.getPropertyValue(e)===t};if(a("content","none")||a("display","none")||a("visibility","hidden")||!1===a("position","absolute"))return 0;if(0===uf(n).alpha&&a("background-image","none"))return 0;var r=Qy(n.getPropertyValue("width")),i=Qy(n.getPropertyValue("height"));return"px"!==r.unit||"px"!==i.unit?0===r.value||0===i.value?0:1/0:r.value*i.value}));function Qy(e){var t=J(e.match(/^([0-9.]+)([a-z]+)$/i)||[],3),n=t[1],a=void 0===n?"":n,r=t[2],i=void 0===r?"":r;return{value:parseFloat(a),unit:i.toLowerCase()}}var Xy={ARTICLE:!0,ASIDE:!0,NAV:!0,SECTION:!0},Ky={application:!0,article:!0,banner:!1,complementary:!0,contentinfo:!0,form:!0,main:!0,navigation:!0,region:!0,search:!1};var $y=function(e,t){return function(e,t){var n=Is(e);return n&&(Ky[n]||t.roles.includes(n))||!1}(e,t)||function(e){var t=e.nodeName.toUpperCase();return Xy[t]||!1}(e)};var ew=function(e,t,n){var a=dl(n,{dpub:!0,fallback:!0}),r=Ms(a);return r&&this.data(a),r};var tw=function(e,t,n){var a,r,i=dl(n,{noImplicit:!0});this.data(i);try{a=zs(jl(n)).toLowerCase(),r=zs(Wl(n)).toLowerCase()}catch(e){return}return!(!r&&!a)&&(!((r||!a)&&r.includes(a))&&void 0)};var nw=function(e,t,n){return fs(n)};var aw=function(e,t,n){var a=Pf(n.attr("role"));return!!a.every((function(e){return!Ps(e,{allowAbstract:!0})}))&&(this.data(a),!0)};var rw=function(e){var t=e.getAttribute("role");if(null===t)return!1;var n=Dc(t);return"widget"===n||"composite"===n};var iw=function(e,t,n){var a=Fs().filter((function(e){return n.hasAttr(e)}));return this.data(a),a.length>0};var ow=function(e,t,n){var a=Pf(n.attr("role"));return!(a.length<=1)&&(!function(e,t){return!il(e)&&2===t.length&&t.includes("none")&&t.includes("presentation")}(n,a)||void 0)};var sw=function(e,t,n){t=Array.isArray(t.value)?t.value:[];var a=[],r=/^aria-/;return n.attrNames.forEach((function(e){-1===t.indexOf(e)&&r.test(e)&&!hb(e)&&a.push(e)})),!a.length||(this.data(a),!1)};var lw=function(e,t,n){var a=n.attrNames.filter((function(t){var n=Os.ariaAttrs[t];if(!hb(t))return!1;var a=n.unsupported;return"object"!==c(a)?!!a:!al(e,a.exceptions)}));return!!a.length&&(this.data(a),!0)};var cw=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,a=dl(n),r=t.supportedRoles||[];return!!r.includes(a)||!(!a||"presentation"===a||"none"===a)&&void 0};function uw(e,t,n,a){var r=Is(e);if(n||(n=ub(r)),!n)return null;for(var i=n.includes("group"),o=a?e:e.parent;o;){var s=dl(o,{noPresentational:!0});if(s){if("group"!==s||!i)return n.includes(s)?null:n;t.includes(r)&&n.push(r),n=n.filter((function(e){return"group"!==e})),o=o.parent}else o=o.parent}return n}var dw=function(e,t,n){var a=t&&Array.isArray(t.ownGroupRoles)?t.ownGroupRoles:[],r=uw(n,a);if(!r)return!0;var i=function(e){for(var t=[],n=null;e;){if(e.getAttribute("id")){var a=ja(e.getAttribute("id"));(n=Zi(e).querySelector("[aria-owns~=".concat(a,"]")))&&t.push(n)}e=e.parentElement}return t.length?t:null}(e);if(i)for(var o=0,s=i.length;o0:fc(t,!1,!0)}function hw(e,t){return"separator"===t&&!fs(e)}function fw(e,t){var n;return void 0!==(null===(n=e.implicitAttrs)||void 0===n?void 0:n[t])}function mw(e,t){return"combobox"===t&&"false"===e.attr("aria-expanded")}function gw(e,t,n){var a=Os.ariaRoles[e];return a?a.prohibitedAttrs||[]:e||n.includes(t)?[]:["aria-label","aria-labelledby"]}var bw=function(e,t,n){var a=n.attr("aria-level");if(!(parseInt(a,10)>6))return!0};var vw=function(e,t,n){return"true"!==n.attr("aria-hidden")};function yw(e){var t,n,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=a.invalidTableRowAttrs,i=arguments.length>2?arguments[2]:void 0,o=null!==(t=null==r||null===(n=r.filter)||void 0===n?void 0:n.call(r,(function(e){return i.hasAttr(e)})))&&void 0!==t?t:[];if(0===o.length)return!0;var s=ww(i),l=s&&dl(s);if(!l||"treegrid"===l)return!0;var c="row".concat(o.length>1?"Plural":"Singular");return this.data({messageKey:c,invalidAttrs:o,ownerRole:l}),!1}function ww(e){if(e.parent){return Br(e,'table:not([role]), [role~="treegrid"], [role~="table"], [role~="grid"]')}}function Aw(e,t,n){var a=n.props,r=a.nodeName,i=a.type,o=function(e){if(!e)return"";if(e=e.toLowerCase(),["mixed","true"].includes(e))return e;return"false"}(n.attr("aria-checked"));if("input"!==r||"checkbox"!==i||!o)return!0;var s=function(e){if(e.props.indeterminate)return"mixed";return e.props.checked?"true":"false"}(n);return o===s||(this.data({messageKey:"checkbox",checkState:s}),!1)}var Dw={row:yw,checkbox:Aw};var Ew=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,a=t.allowImplicit,r=void 0===a||a,i=t.ignoredTags,o=void 0===i?[]:i,s=n.props.nodeName;if(o.map((function(e){return e.toLowerCase()})).includes(s))return!0;var l=Vg(n,r);if(l.length){if(this.data(l),!bl(n))return;return!1}return!0};var kw=function(e,t,n){var a=Pf(n.attr("role")).filter((function(e){return"abstract"===Dc(e)}));return a.length>0&&(this.data(a),!0)};var xw=function(e){var t=Uf(e.getAttribute("lang")),n=Uf(e.getAttribute("xml:lang"));return mg(t)&&mg(n)};var Tw=function(e){return e.ownerDocument.defaultView.self===e.ownerDocument.defaultView.top};var Cw=function(e,t){try{return"svg"===t.props.nodeName||!!Br(t,"svg")}catch(e){return!1}};var Sw=[function(e,t){return Ow(t)},function(e,t){return function(e){return"area"!==e.props.nodeName}(t)},function(e,t){return!Cw(e,t)},function(e,t){return fs(t)},function(e,t){return ms(t)||!Mw(t)},function(e){return!Tc(e,{noLengthCompare:!0})}];function Ow(e){return"widget"===Dc(e)}var Mw=Wa((function e(t){return!(null==t||!t.parent)&&(!(!Ow(t.parent)||!ms(t.parent))||e(t.parent))}));var Pw=function(e){return pf(e)&&yo(e)};var Iw=function(e,t){return null!==il(t,{chromiumRoles:!0})};var Nw=function(e){var t=Array.from(e.parentNode.childNodes),n=e.textContent.trim();return!(0===n.length||(n.match(/[.!?:;](?![.!?:;])/g)||[]).length>=2)&&0!==t.slice(t.indexOf(e)+1).filter((function(e){return"P"===e.nodeName.toUpperCase()&&""!==e.textContent.trim()})).length};var Fw=function(e,t){var n=Is(t);return!(n&&!["none","presentation"].includes(n))||!(!(ks[n]||{}).accessibleNameRequired&&!fs(t))};function _w(e){var t;if(null==e||null===(t=e.ownerDocument)||void 0===t||!t.createRange)return!0;var n=e.ownerDocument.createRange();return n.setStart(e,0),n.setEnd(e,e.childNodes.length),0===n.getClientRects().length}var jw=function(e,t){return"html"!==t.props.nodeName};var Rw=function(e,t){return!t.attr("role")};var Bw=function(e,t){var n=parseInt(t.attr("tabindex"),10);return isNaN(n)||n>=0};var Lw=function(e,t){var n=rl(t).namingMethods;return(!n||0===n.length)&&(("combobox"!==Is(t)||!eg(t,'input:not([type="hidden"])').length)&&!ib(t,{popupRoles:["listbox"]}))};var zw=function(e,t){return!!t.hasAttr("role")&&!!t.attr("role").trim()};var Uw=function(e){return!!e.currentSrc&&(!e.hasAttribute("paused")&&!e.hasAttribute("muted"))};var qw=function(e,t){var n=dl(t);return!!n&&!!Os.ariaRoles[n].childrenPresentational};var Zw=function(e){var t=zs(e.innerText),n=e.getAttribute("role");return(!n||"link"===n)&&(!!t&&(!!Ao(e)&&Tc(e)))};var Gw=function(e){return!Ng(e)&&!fs(e)},Yw=["article","aside","main","nav","section"].join(",");var Ww=function(e,t,n){return n.initiator};var Hw=function(e){var t=e.getAttribute("id").trim(),n='*[id="'.concat(ja(t),'"]'),a=Array.from(Zi(e).querySelectorAll(n));return!rb(e)&&a.every((function(e){return!fs(e)}))};var Vw=function(e){var t=e.getAttribute("id").trim(),n='*[id="'.concat(ja(t),'"]'),a=Array.from(Zi(e).querySelectorAll(n));return!rb(e)&&a.some(fs)};var Jw=function(e,t){var n=t.props,a=n.nodeName,r=n.type;if("option"===a)return!1;if("select"===a&&!e.options.length)return!1;if("input"===a&&["hidden","range","color","checkbox","radio","image"].includes(r))return!1;if(Nv(t)||Ko(t))return!1;if(["input","select","textarea"].includes(a)){var i=o.getComputedStyle(e),s=parseInt(i.getPropertyValue("text-indent"),10);if(s){var c=e.getBoundingClientRect();if(c={top:c.top,bottom:c.bottom,left:c.left+s,right:c.right+s},!Tf(c,e))return!1}return!0}var u=Yi(t,"label");if("label"===a||u){var d=u||e,p=u?gr(u):t;if(d.htmlFor){var h=Zi(d).getElementById(d.htmlFor),f=h&&gr(h);if(f&&Nv(f))return!1}var m=eg(p,'input:not([type="hidden"],[type="image"],[type="button"],[type="submit"],[type="reset"]), select, textarea')[0];if(m&&Nv(m))return!1}for(var g=[],b=t;b;){if(b.props.id){var v=qg(b).filter((function(e){return Pf(e.getAttribute("aria-labelledby")||"").includes(b.props.id)})).map((function(e){return gr(e)}));g.push.apply(g,W(v))}b=b.parent}if(g.length>0&&g.every(Nv))return!1;if(!function(e){var t=yl(e,!1,!0);if(""===t||""===Xl(t,Qw))return!1;return e.children.some((function(e){return"#text"===e.props.nodeName&&!Yl(e)}))}(t))return!1;for(var y=l.createRange(),w=t.children,A=0;A-1:(this.data({messageKey:"hidden",values:Pf(e)}),!1):void 0}.call(this,a)))},"aria-has-attr-matches":function(e,t){var n=/^aria-/;return t.attrNames.some((function(e){return n.test(e)}))},"aria-hidden-body-evaluate":vw,"aria-hidden-focus-matches":function(e){return Xw(fo(e))},"aria-label-evaluate":Ob,"aria-labelledby-evaluate":Sb,"aria-level-evaluate":bw,"aria-prohibited-attr-evaluate":function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,a=(null==t?void 0:t.elementsAllowedAriaLabel)||[],r=n.props.nodeName,i=dl(n,{chromium:!0}),o=gw(i,r,a),s=o.filter((function(e){return!!n.attrNames.includes(e)&&""!==zs(n.attr(e))}));if(0===s.length)return!1;var l=n.hasAttr("role")?"hasRole":"noRole";l+=s.length>1?"Plural":"Singular",this.data({role:i,nodeName:r,messageKey:l,prohibited:s});var c=Fl(n,{subtreeDescendant:!0});return""===zs(c)||void 0},"aria-required-attr-evaluate":function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,a=Is(n),r=n.attrNames,i=cb(a);if(Array.isArray(t[a])&&(i=Um(t[a],i)),!a||!r.length||!i.length)return!0;if(hw(n,a)||mw(n,a))return!0;var o=rl(n),s=i.filter((function(e){return!n.attr(e)&&!fw(o,e)}));return!s.length||(this.data(s),!1)},"aria-required-children-evaluate":function(e,t,n){var a=t&&Array.isArray(t.reviewEmpty)?t.reviewEmpty:[],r=Is(n,{dpub:!0}),i=db(r);if(null===i)return!0;var o=function(e,t){var n,a=[],r=ml(e),i=function(){if(3===n.props.nodeType&&a.push({vNode:n,role:null}),1!==n.props.nodeType||!bl(n))return 1;var e=dl(n,{noPresentational:!0}),i=function(e){return Fs().find((function(t){return e.hasAttr(t)}))}(n),o=!!i||fs(n);if(!e&&!o||["group","rowgroup"].includes(e)&&t.some((function(t){return t===e})))r.push.apply(r,W(n.children));else if(e||o){var s=i||"tabindex";a.push({role:e,attr:s,vNode:n})}};for(;n=r.shift();)i();return a}(n,i),s=o.filter((function(e){var t=e.role;return 1===e.vNode.props.nodeType&&!i.includes(t)}));return s.length?(this.relatedNodes(s.map((function(e){return e.vNode}))),this.data({messageKey:"unallowed",values:s.map((function(e){return function(e,t){var n=e.props,a=n.nodeName;if(3===n.nodeType)return"#text";var r=Is(e,{dpub:!0});if(r)return"[role=".concat(r,"]");if(t)return a+"[".concat(t,"]");return a}(e.vNode,e.attr)})).filter((function(e,t,n){return n.indexOf(e)===t})).join(", ")}),!1):!!function(e,t){return t.some((function(t){var n=t.role;return n&&e.includes(n)}))}(i,o)||("true"===n.attr("aria-busy")?(this.data({messageKey:"aria-busy"}),!0):(this.data(i),!(!a.includes(r)||o.some(pw))&&void 0))},"aria-required-children-matches":function(e,t){var n=Is(t,{dpub:!0});return!!db(n)},"aria-required-parent-evaluate":dw,"aria-required-parent-matches":function(e,t){var n=Is(t);return!!ub(n)},"aria-roledescription-evaluate":cw,"aria-unsupported-attr-evaluate":lw,"aria-valid-attr-evaluate":sw,"aria-valid-attr-value-evaluate":function(e,t,n){t=Array.isArray(t.value)?t.value:[];var a="",r="",i=[],o=/^aria-/,s=["aria-errormessage"],l={"aria-controls":function(){return"false"!==n.attr("aria-expanded")&&"false"!==n.attr("aria-selected")},"aria-current":function(e){e||(a='aria-current="'.concat(n.attr("aria-current"),'"'),r="ariaCurrent")},"aria-owns":function(){return"false"!==n.attr("aria-expanded")},"aria-describedby":function(e){e||(a='aria-describedby="'.concat(n.attr("aria-describedby"),'"'),r=u._tree&&u._tree[0]._hasShadowRoot?"noIdShadow":"noId")},"aria-labelledby":function(e){e||(a='aria-labelledby="'.concat(n.attr("aria-labelledby"),'"'),r=u._tree&&u._tree[0]._hasShadowRoot?"noIdShadow":"noId")}};return n.attrNames.forEach((function(e){if(!s.includes(e)&&!t.includes(e)&&o.test(e)){var c,u=n.attr(e);try{c=pb(n,e)}catch(t){return a="".concat(e,'="').concat(u,'"'),void(r="idrefs")}l[e]&&!l[e](c)||c||(""!==u||function(e){var t;return"string"===(null===(t=Os.ariaAttrs[e])||void 0===t?void 0:t.type)}(e)?i.push("".concat(e,'="').concat(u,'"')):(a=e,r="empty"))}})),i.length?(this.data(i),!1):!a||void this.data({messageKey:r,needsReview:a})},"attr-non-space-content-evaluate":zy,"autocomplete-appropriate-evaluate":qy,"autocomplete-matches":function(e,t){var n=t.attr("autocomplete");if(!n||""===zs(n))return!1;var a=t.props.nodeName;if(!1===["textarea","input","select"].includes(a))return!1;if("input"===a&&["submit","reset","button","hidden"].includes(t.props.type))return!1;var r=t.attr("aria-disabled")||"false";if(t.hasAttr("disabled")||"true"===r.toLowerCase())return!1;var i=t.attr("role"),o=t.attr("tabindex");if("-1"===o&&i){var s=Os.ariaRoles[i];if(void 0===s||"widget"!==s.type)return!1}return!("-1"===o&&t.actualNode&&!Ao(t)&&!bl(t))},"autocomplete-valid-evaluate":Uy,"avoid-inline-spacing-evaluate":Cb,"braille-label-equivalent-evaluate":function(e,t,n){var a;if(!(null!==(a=n.attr("aria-braillelabel"))&&void 0!==a?a:"").trim())return!0;try{return""!==zs(Wl(n))}catch(e){return}},"braille-roledescription-equivalent-evaluate":function(e,t,n){var a,r=null!==(a=n.attr("aria-brailleroledescription"))&&void 0!==a?a:"";if(""===zs(r))return!0;var i=n.attr("aria-roledescription");return"string"!=typeof i?(this.data({messageKey:"noRoleDescription"}),!1):""!==zs(i)||(this.data({messageKey:"emptyRoleDescription"}),!1)},"bypass-matches":function(e,t,n){return!Ww(e,t,n)||!!e.querySelector("a[href]")},"caption-evaluate":Kv,"caption-faked-evaluate":yb,"color-contrast-evaluate":function(e,t,n){var a=t.ignoreUnicode,r=t.ignoreLength,i=t.ignorePseudo,s=t.boldValue,l=t.boldTextPt,c=t.largeTextPt,u=t.contrastRatio,d=t.shadowOutlineEmMax,p=t.pseudoSizeThreshold;if(!Ao(e))return this.data({messageKey:"hidden"}),!0;var h=yl(n,!1,!0);if(a&&function(e){var t={nonBmp:!0},n=Gl(e,t),a=""===zs(Xl(e,t));return n&&a}(h))this.data({messageKey:"nonBmp"});else{var f=o.getComputedStyle(e),m=parseFloat(f.getPropertyValue("font-size")),g=f.getPropertyValue("font-weight"),b=parseFloat(g)>=s||"bold"===g,v=Math.ceil(72*m)/96,y=b&&vo)return e}while(e=e.parent)}(n,{ignorePseudo:i,pseudoSizeThreshold:p});if(E)return this.data({fontSize:"".concat((72*m/96).toFixed(1),"pt (").concat(m,"px)"),fontWeight:b?"bold":"normal",messageKey:"pseudoContent",expectedContrastRatio:w+":1"}),void this.relatedNodes(E.actualNode);var k=hv(e,{minRatio:.001,maxRatio:d});if(null!==k){var x=[],T=wv(e,x,d),C=xv(e,!1,T,t),S=null,O=null,M=null;if(0===k.length)S=kv(T,C);else if(C&&T){M=[].concat(W(k),[T]).reduce(rv);var P=kv(T,C),I=kv(T,M),N=kv(M,C);(S=Math.max(P,I,N))!==P&&(O=I>N?"shadowOnBgColor":"fgOnShadowColor")}var F=S>w;if("number"==typeof A&&("number"!=typeof S||SD))return this.data({contrastRatio:S}),!0;var _,j=Math.floor(100*S)/100;null===T?_=Ic.get("bgColor"):F||(_=O);var R=1===j,B=1===h.length;return R?_=Ic.set("bgColor","equalRatio"):F||!B||r||(_="shortTextContent"),this.data({fgColor:C?C.toHexString():void 0,bgColor:T?T.toHexString():void 0,contrastRatio:j,fontSize:"".concat((72*m/96).toFixed(1),"pt (").concat(m,"px)"),fontWeight:b?"bold":"normal",messageKey:_,expectedContrastRatio:w+":1",shadowColor:M?M.toHexString():void 0}),null===C||null===T||R||B&&!r&&!F?(_=null,Ic.clear(),void this.relatedNodes(x)):(F||this.relatedNodes(x),F)}this.data({messageKey:"complexTextShadows"})}},"color-contrast-matches":Jw,"css-orientation-lock-evaluate":Vv,"data-table-large-matches":function(e){if(Ng(e)){var t=_s(e);return t.length>=3&&t[0].length>=3&&t[1].length>=3&&t[2].length>=3}return!1},"data-table-matches":function(e){return Ng(e)},"deprecatedrole-evaluate":function(e,t,n){var a=dl(n,{dpub:!0,fallback:!0}),r=Os.ariaRoles[a];return!(null==r||!r.deprecated)&&(this.data(a),!0)},"dlitem-evaluate":ry,"doc-has-title-evaluate":Tb,"duplicate-id-active-matches":Vw,"duplicate-id-after":Pb,"duplicate-id-aria-matches":function(e){return rb(e)},"duplicate-id-evaluate":Mb,"duplicate-id-misc-matches":Hw,"duplicate-img-label-evaluate":wy,"exists-evaluate":xb,"explicit-evaluate":yy,"fallbackrole-evaluate":ow,"focusable-content-evaluate":Iy,"focusable-disabled-evaluate":Py,"focusable-element-evaluate":My,"focusable-modal-open-evaluate":Oy,"focusable-no-name-evaluate":Sy,"focusable-not-tabbable-evaluate":Cy,"frame-focusable-content-evaluate":function(e,t,n){if(n.children)try{return!n.children.some((function(e){return Ty(e)}))}catch(e){return}},"frame-focusable-content-matches":function(e,t,n){var a,r;return!n.initiator&&!n.focusable&&(null===(a=n.size)||void 0===a?void 0:a.width)*(null===(r=n.size)||void 0===r?void 0:r.height)>1},"frame-tested-after":Xv,"frame-tested-evaluate":Qv,"frame-title-has-text-matches":function(e){var t=e.getAttribute("title");return!!zs(t)},"has-alt-evaluate":kb,"has-descendant-after":Ly,"has-descendant-evaluate":By,"has-global-aria-attribute-evaluate":iw,"has-implicit-chromium-role-matches":function(e,t){return null!==il(t,{chromium:!0})},"has-lang-evaluate":ly,"has-text-content-evaluate":function(e,t,n){try{return""!==zs(Fl(n))}catch(e){return}},"has-widget-role-evaluate":rw,"heading-matches":function(e,t){return"heading"===dl(t)},"heading-order-after":function(e){var t=function(e){return(e=W(e)).sort((function(e,t){var n=e.node,a=t.node;return n.ancestry.length-a.ancestry.length})),e.reduce(Lv,[]).filter((function(e){return-1!==e.level}))}(e);return e.forEach((function(e){e.result=function(e,t){var n,a,r,i,o=zv(t,e.node.ancestry),s=null!==(n=null===(a=t[o])||void 0===a?void 0:a.level)&&void 0!==n?n:-1,l=null!==(r=null===(i=t[o-1])||void 0===i?void 0:i.level)&&void 0!==r?r:-1;if(0===o)return!0;if(-1===s)return;return s-l<=1}(e,t)})),e},"heading-order-evaluate":Bv,"help-same-as-label-evaluate":vy,"hidden-content-evaluate":Cg,"hidden-explicit-label-evaluate":by,"html-namespace-matches":function(e,t){return!Cw(e,t)},"html5-scope-evaluate":vb,"identical-links-same-purpose-after":jv,"identical-links-same-purpose-evaluate":Fv,"identical-links-same-purpose-matches":function(e,t){if(!!!Wl(t))return!1;var n=dl(e);return!n||"link"===n},"implicit-evaluate":gy,"inline-style-property-evaluate":function(e,t){var n=t.cssProperty,a=t.absoluteValues,r=t.minValue,i=t.maxValue,s=t.normalValue,l=void 0===s?0:s,c=t.noImportant,u=t.multiLineOnly;if(!c&&"important"!==e.style.getPropertyPriority(n)||u&&!Sc(e))return!0;var d={};"number"==typeof r&&(d.minValue=r),"number"==typeof i&&(d.maxValue=i);var p=e.style.getPropertyValue(n);if(["inherit","unset","revert","revert-layer"].includes(p))return this.data(V({value:p},d)),!0;var h=function(e,t){var n=t.cssProperty,a=t.absoluteValues,r=t.normalValue,i=o.getComputedStyle(e),s=i.getPropertyValue(n);if("normal"===s)return r;var l=parseFloat(s);if(a)return l;var c=parseFloat(i.getPropertyValue("font-size")),u=Math.round(l/c*100)/100;if(isNaN(u))return s;return u}(e,{absoluteValues:a,cssProperty:n,normalValue:l});return this.data(V({value:h},d)),"number"==typeof h?("number"!=typeof r||h>=r)&&("number"!=typeof i||h<=i):void 0},"inserted-into-focus-order-matches":function(e){return bc(e)},"internal-link-present-evaluate":Gb,"invalid-children-evaluate":function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,a=[],r=[];if(n.children){for(var i=ay(n.children);i.length;){var o,s=i.shift(),l=s.vChild,c=s.nested;if(t.divGroups&&!c&&ny(l)){if(!l.children)return;var u=ay(l.children,!0);i.push.apply(i,W(u))}else{var d=ty(l,c,t);d&&(r.includes(d)||r.push(d),1===(null==l||null===(o=l.actualNode)||void 0===o?void 0:o.nodeType)&&a.push(l.actualNode))}}return 0!==r.length&&(this.data({values:r.join(", ")}),this.relatedNodes(a),!0)}},"invalidrole-evaluate":aw,"is-element-focusable-evaluate":nw,"is-initiator-matches":Ww,"is-on-screen-evaluate":Eb,"is-visible-matches":function(e){return Ao(e)},"is-visible-on-screen-matches":function(e,t){return Ao(t)},"label-content-name-mismatch-evaluate":my,"label-content-name-mismatch-matches":function(e,t){var n=dl(e);return!!n&&(!!Jg("widget").includes(n)&&(!!Xg().includes(n)&&(!(!zs(Ds(t))&&!zs(As(e)))&&!!zs(yl(t)))))},"label-matches":function(e,t){if("input"!==t.props.nodeName||!1===t.hasAttr("type"))return!0;var n=t.attr("type").toLowerCase();return!1===["hidden","image","button","submit","reset"].includes(n)},"landmark-has-body-context-matches":function(e,t){return e.hasAttribute("role")||!Yi(t,"article, aside, main, nav, section")},"landmark-is-top-level-evaluate":xy,"landmark-is-unique-after":uy,"landmark-is-unique-evaluate":cy,"landmark-unique-matches":function(e,t){return function(e){var t=Jg("landmark"),n=dl(e);if(!n)return!1;var a=e.props.nodeName;if("header"===a||"footer"===a)return!Br(e,Yw);if("section"===a||"form"===a){return!!Wl(e)}return t.indexOf(n)>=0||"region"===n}(t)&&bl(t)},"layout-table-matches":Gw,"link-in-text-block-evaluate":Vy,"link-in-text-block-matches":Zw,"link-in-text-block-style-evaluate":function(e){if(Gy(e))return!1;for(var t=fo(e);t&&1===t.nodeType&&!Gy(t);)t=fo(t);if(t){if(this.relatedNodes([t]),Jb(e,t))return!0;if(!function(e){for(var t=0,n=["before","after"];tt.maxDelay},"meta-viewport-scale-evaluate":Hv,"multiple-label-evaluate":py,"nested-interactive-matches":qw,"no-autoplay-audio-evaluate":Jv,"no-autoplay-audio-matches":Uw,"no-empty-role-matches":zw,"no-explicit-name-required-matches":Fw,"no-focusable-content-evaluate":function(e,t,n){if(n.children)try{var a=Ey(n);if(!a.length)return!0;var r=a.filter(ky);return r.length>0?(this.data({messageKey:"notHidden"}),this.relatedNodes(r)):this.relatedNodes(a),!1}catch(e){return}},"no-implicit-explicit-label-evaluate":tw,"no-naming-method-matches":Lw,"no-negative-tabindex-matches":Bw,"no-role-matches":Rw,"non-empty-if-present-evaluate":Db,"not-html-matches":jw,"object-is-loaded-matches":function(e,t){return[Fw,_w].every((function(n){return n(e,t)}))},"only-dlitems-evaluate":function(e,t,n){var a=["definition","term","list"],r=n.children.reduce((function(e,t){var n=t.actualNode;return"DIV"===n.nodeName.toUpperCase()&&null===dl(n)?e.concat(t.children):e.concat(t)}),[]).reduce((function(e,t){var n=t.actualNode,r=n.nodeName.toUpperCase();if(1===n.nodeType&&bl(n)){var i=Is(n);("DT"!==r&&"DD"!==r||i)&&(a.includes(i)||e.badNodes.push(n))}else 3===n.nodeType&&""!==n.nodeValue.trim()&&(e.hasNonEmptyTextNode=!0);return e}),{badNodes:[],hasNonEmptyTextNode:!1});return r.badNodes.length&&this.relatedNodes(r.badNodes),!!r.badNodes.length||r.hasNonEmptyTextNode},"only-listitems-evaluate":ey,"p-as-heading-evaluate":Ub,"p-as-heading-matches":Nw,"page-no-duplicate-after":jy,"page-no-duplicate-evaluate":_y,"presentation-role-conflict-matches":Iw,"presentational-role-evaluate":function(e,t,n){var a=Is(n);if(["presentation","none"].includes(a)&&["iframe","frame"].includes(n.props.nodeName)&&n.hasAttr("title"))return this.data({messageKey:"iframe",nodeName:n.props.nodeName}),!1;var r=dl(n);if(["presentation","none"].includes(r))return this.data({role:r}),!0;if(!["presentation","none"].includes(a))return!1;var i,o=Fs().some((function(e){return n.hasAttr(e)})),s=fs(n);return i=o&&!s?"globalAria":!o&&s?"focusable":"both",this.data({messageKey:i,role:r}),!1},"region-after":Rb,"region-evaluate":function(e,t,n){this.data({isIframe:["iframe","frame"].includes(n.props.nodeName)});var a=mr.get("regionlessNodes",(function(){return function(e){return jb(u._tree[0],e).map((function(e){for(;e.parent&&!e.parent._hasRegionDescendant&&e.parent.actualNode!==l.body;)e=e.parent;return e})).filter((function(e,t,n){return n.indexOf(e)===t}))}(t)}));return!a.includes(n)},"same-caption-summary-evaluate":gb,"scope-value-evaluate":mb,"scrollable-region-focusable-matches":function(e,t){return void 0!==wm(e,13)&&!1===ib(t)&&eg(t,"*").some((function(e){return fc(e,!0,!0)}))},"skip-link-evaluate":Fb,"skip-link-matches":Pw,"structured-dlitems-evaluate":$v,"svg-namespace-matches":Cw,"svg-non-empty-title-evaluate":wb,"tabindex-evaluate":Dy,"table-or-grid-role-matches":function(e,t){var n=dl(t);return["treegrid","grid","table"].includes(n)},"target-offset-evaluate":function(e,t,n){var a=(null==t?void 0:t.minOffset)||24;if(So(10*a,n.boundingClientRect))return this.data({messageKey:"large",minOffset:a}),!0;var r,i,o=[],s=a,l=ne(Jo(n,a));try{for(l.s();!(r=l.n()).done;){var c=r.value;if("widget"===Dc(c)&&fs(c)){var u=2*(i=Oo(n,c,a/2),Math.round(10*i)/10);u+.05>=a||(s=Math.min(s,u),o.push(c))}}}catch(e){l.e(e)}finally{l.f()}return 0===o.length?(this.data({closestOffset:s,minOffset:a}),!0):(this.relatedNodes(o.map((function(e){return e.actualNode}))),o.some(ms)?(this.data({closestOffset:s,minOffset:a}),!ms(n)&&void 0):void this.data({messageKey:"nonTabbableNeighbor",closestOffset:s,minOffset:a}))},"target-size-evaluate":function(e,t,n){var a=(null==t?void 0:t.minSize)||24,r=n.boundingClientRect;if(So(10*a,r))return this.data({messageKey:"large",minSize:a}),!0;var i=So.bind(null,a),o=Jo(n),s=function(e,t){return t.filter((function(t){return!qv(t,e)&&Yv(e,t)}))}(n,o),l=function(e,t){var n,a=[],r=[],i=ne(t);try{for(i.s();!(n=i.n()).done;){var o=n.value;!Yv(e,o)&&Io(e,o)&&"none"!==Zv(o)&&(qv(e,o)?a.push(o):r.push(o))}}catch(e){i.e(e)}finally{i.f()}return{fullyObscuringElms:a,partialObscuringElms:r}}(n,o),c=l.fullyObscuringElms,u=l.partialObscuringElms;if(s.length&&(c.length||!i(r)))return this.data({minSize:a,messageKey:"contentOverflow"}),void this.relatedNodes(Wv(s));if(c.length)return this.relatedNodes(Wv(c)),this.data({messageKey:"obscured"}),!0;var d=!ms(n)&&void 0;if(!i(r))return this.data(V({minSize:a},Gv(r))),d;var p=u.filter((function(e){return"widget"===Dc(e)&&fs(e)}));if(!p.length)return this.data(V({minSize:a},Gv(r))),!0;var h=function(e,t){var n=e.boundingClientRect,a=t.map((function(e){return e.boundingClientRect})),r=No(n,a);if(0===r.length)return null;return function(e,t){return e.reduce((function(e,n){var a=So(t,e);return a!==So(t,n)?a?e:n:e.width*e.height>n.width*n.height?e:n}))}(r)}(n,p);if(h){if(!i(h)){if(s.length)return this.data({minSize:a,messageKey:"contentOverflow"}),void this.relatedNodes(Wv(s));var f=p.every(ms),m="partiallyObscured".concat(f?"":"NonTabbable");return this.data(V({messageKey:m,minSize:a},Gv(h))),this.relatedNodes(Wv(p)),f?d:void 0}return this.data(V({minSize:a},Gv(h||r))),this.relatedNodes(Wv(p)),!0}this.data({minSize:a,messageKey:"tooManyRects"})},"td-has-header-evaluate":fb,"td-headers-attr-evaluate":function(e){for(var t=[],n=[],a=[],r=0;r0?(this.relatedNodes(a),!1):!n.length||void this.relatedNodes(n)},"th-has-data-cells-evaluate":Rg,"title-only-evaluate":dy,"unique-frame-title-after":Nb,"unique-frame-title-evaluate":Ib,"unsupportedrole-evaluate":ew,"valid-lang-evaluate":oy,"valid-scrollable-semantics-evaluate":$y,"widget-not-inline-matches":function(e,t){return Sw.every((function(n){return n(e,t)}))},"window-is-top-matches":Tw,"xml-lang-mismatch-evaluate":iy,"xml-lang-mismatch-matches":xw},$w=Kw;var eA=function(e){this.id=e.id,this.data=null,this.relatedNodes=[],this.result=null};function tA(e){if("string"==typeof e){if($w[e])return $w[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 nA(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return(Array.isArray(e)||"object"!==c(e))&&(e={value:e}),e}function aA(e){e&&(this.id=e.id,this.configure(e))}aA.prototype.enabled=!0,aA.prototype.run=function(e,t,n,a,r){var i=(t=t||{}).hasOwnProperty("enabled")?t.enabled:this.enabled,o=this.getOptions(t.options);if(i){var s,l=new eA(this),c=Ar(l,t,a,r);try{s=this.evaluate.call(c,e.actualNode,o,e,n)}catch(t){return e&&e.actualNode&&(t.errorNode=Mi.toSpec(e)),void r(t)}c.isAsync||(l.result=s,a(l))}else a(null)},aA.prototype.runSync=function(e,t,n){var a=(t=t||{}).enabled;if(!(void 0===a?this.enabled:a))return null;var r,i=this.getOptions(t.options),o=new eA(this),s=Ar(o,t);s.async=function(){throw new Error("Cannot run async check while in a synchronous run")};try{r=this.evaluate.call(s,e.actualNode,i,e,n)}catch(t){throw e&&e.actualNode&&(t.errorNode=Mi.toSpec(e)),t}return o.result=r,o},aA.prototype.configure=function(e){var t=this;e.evaluate&&!$w[e.evaluate]||(this._internalCheck=!0),e.hasOwnProperty("enabled")&&(this.enabled=e.enabled),e.hasOwnProperty("options")&&(this._internalCheck?this.options=nA(e.options):this.options=e.options),["evaluate","after"].filter((function(t){return e.hasOwnProperty(t)})).forEach((function(n){return t[n]=tA(e[n])}))},aA.prototype.getOptions=function(e){return this._internalCheck?Ri(this.options,nA(e||{})):e||this.options};var rA=aA;var iA=function(e){this.id=e.id,this.result=ba.NA,this.pageLevel=e.pageLevel,this.impact=null,this.nodes=[]};function oA(e,t){this._audit=t,this.id=e.id,this.selector=e.selector||"*",e.impact&&(Fa(ba.impact.includes(e.impact),"Impact ".concat(e.impact," is not a valid impact")),this.impact=e.impact),this.excludeHidden="boolean"!=typeof e.excludeHidden||e.excludeHidden,this.enabled="boolean"!=typeof e.enabled||e.enabled,this.pageLevel="boolean"==typeof e.pageLevel&&e.pageLevel,this.reviewOnFail="boolean"==typeof e.reviewOnFail&&e.reviewOnFail,this.any=e.any||[],this.all=e.all||[],this.none=e.none||[],this.tags=e.tags||[],this.preload=!!e.preload,this.actIds=e.actIds,e.matches&&(this.matches=tA(e.matches))}function sA(e){if(e.length){var t=!1,n={};return e.forEach((function(e){var a=e.results.filter((function(e){return e}));n[e.type]=a,a.length&&(t=!0)})),t?n:null}}oA.prototype.matches=function(){return!0},oA.prototype.gather=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n="mark_gather_start_"+this.id,a="mark_gather_end_"+this.id,r="mark_isVisibleToScreenReaders_start_"+this.id,i="mark_isVisibleToScreenReaders_end_"+this.id;t.performanceTimer&&Lm.mark(n);var o=ig(this.selector,e);return this.excludeHidden&&(t.performanceTimer&&Lm.mark(r),o=o.filter((function(e){return bl(e)})),t.performanceTimer&&(Lm.mark(i),Lm.measure("rule_"+this.id+"#gather_axe.utils.isVisibleToScreenReaders",r,i))),t.performanceTimer&&(Lm.mark(a),Lm.measure("rule_"+this.id+"#gather",n,a)),o},oA.prototype.runChecks=function(e,t,n,a,r,i){var o=this,s=Yr();this[e].forEach((function(e){var r=o._audit.checks[e.id||e],i=Xf(r,o.id,n);s.defer((function(e,n){r.run(t,i,a,e,n)}))})),s.then((function(t){t=t.filter((function(e){return e})),r({type:e,results:t})})).catch(i)},oA.prototype.runChecksSync=function(e,t,n,a){var r=this,i=[];return this[e].forEach((function(e){var o=r._audit.checks[e.id||e],s=Xf(o,r.id,n);i.push(o.runSync(t,s,a))})),{type:e,results:i=i.filter((function(e){return e}))}},oA.prototype.run=function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0;n.performanceTimer&&this._trackPerformance();var i,o=Yr(),s=new iA(this);try{i=this.gatherAndMatchNodes(e,n)}catch(e){return void r(new d({cause:e,ruleId:this.id}))}n.performanceTimer&&this._logGatherPerformance(i),i.forEach((function(a){o.defer((function(r,i){var o=Yr();["any","all","none"].forEach((function(r){o.defer((function(i,o){t.runChecks(r,a,n,e,i,o)}))})),o.then((function(e){var n=sA(e);n&&(n.node=new wr(a),s.nodes.push(n),t.reviewOnFail&&(["any","all"].forEach((function(e){n[e].forEach((function(e){!1===e.result&&(e.result=void 0)}))})),n.none.forEach((function(e){!0===e.result&&(e.result=void 0)})))),r()})).catch((function(e){return i(e)}))}))})),o.defer((function(e){return setTimeout(e,0)})),n.performanceTimer&&this._logRulePerformance(),o.then((function(){return a(s)})).catch((function(e){return r(e)}))},oA.prototype.runSync=function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};n.performanceTimer&&this._trackPerformance();var a,r=new iA(this);try{a=this.gatherAndMatchNodes(e,n)}catch(e){throw new d({cause:e,ruleId:this.id})}return n.performanceTimer&&this._logGatherPerformance(a),a.forEach((function(a){var i=[];["any","all","none"].forEach((function(r){i.push(t.runChecksSync(r,a,n,e))}));var o=sA(i);o&&(o.node=a.actualNode?new wr(a):null,r.nodes.push(o),t.reviewOnFail&&(["any","all"].forEach((function(e){o[e].forEach((function(e){!1===e.result&&(e.result=void 0)}))})),o.none.forEach((function(e){!0===e.result&&(e.result=void 0)}))))})),n.performanceTimer&&this._logRulePerformance(),r},oA.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},oA.prototype._logGatherPerformance=function(e){va("gather (",e.length,"):",Lm.timeElapsed()+"ms"),Lm.mark(this._markChecksStart)},oA.prototype._logRulePerformance=function(){Lm.mark(this._markChecksEnd),Lm.mark(this._markEnd),Lm.measure("runchecks_"+this.id,this._markChecksStart,this._markChecksEnd),Lm.measure("rule_"+this.id,this._markStart,this._markEnd)},oA.prototype.gatherAndMatchNodes=function(e,t){var n=this,a="mark_matches_start_"+this.id,r="mark_matches_end_"+this.id,i=this.gather(e,t);return t.performanceTimer&&Lm.mark(a),i=i.filter((function(t){return n.matches(t.actualNode,t,e)})),t.performanceTimer&&(Lm.mark(r),Lm.measure("rule_"+this.id+"#matches",a,r)),i},oA.prototype.after=function(e,t){var n,a=this,r=Pi(n=this).map((function(e){var t=n._audit.checks[e.id||e];return t&&"function"==typeof t.after?t:null})).filter(Boolean),i=this.id;return r.forEach((function(n){var r,o,s,l=(r=e.nodes,o=n.id,s=[],r.forEach((function(e){Pi(e).forEach((function(t){t.id===o&&(t.node=e.node,s.push(t))}))})),s),c=Xf(n,i,t),u=n.after(l,c.options);a.reviewOnFail&&u.forEach((function(e){var t=(a.any.includes(e.id)||a.all.includes(e.id))&&!1===e.result,n=a.none.includes(e.id)&&!0===e.result;(t||n)&&(e.result=void 0)})),l.forEach((function(e){delete e.node,-1===u.indexOf(e)&&(e.filtered=!0)}))})),e.nodes=function(e){var t=["any","all","none"],n=e.nodes.filter((function(e){var n=0;return t.forEach((function(t){e[t]=e[t].filter((function(e){return!0!==e.filtered})),n+=e[t].length})),n>0}));return e.pageLevel&&n.length&&(n=[n.reduce((function(e,n){if(e)return t.forEach((function(t){e[t].push.apply(e[t],n[t])})),e}))]),n}(e),e},oA.prototype.configure=function(e){e.hasOwnProperty("selector")&&(this.selector=e.selector),e.hasOwnProperty("excludeHidden")&&(this.excludeHidden="boolean"!=typeof e.excludeHidden||e.excludeHidden),e.hasOwnProperty("enabled")&&(this.enabled="boolean"!=typeof e.enabled||e.enabled),e.hasOwnProperty("pageLevel")&&(this.pageLevel="boolean"==typeof e.pageLevel&&e.pageLevel),e.hasOwnProperty("reviewOnFail")&&(this.reviewOnFail="boolean"==typeof e.reviewOnFail&&e.reviewOnFail),e.hasOwnProperty("any")&&(this.any=e.any),e.hasOwnProperty("all")&&(this.all=e.all),e.hasOwnProperty("none")&&(this.none=e.none),e.hasOwnProperty("tags")&&(this.tags=e.tags),e.hasOwnProperty("actIds")&&(this.actIds=e.actIds),e.hasOwnProperty("matches")&&(this.matches=tA(e.matches)),e.impact&&(Fa(ba.impact.includes(e.impact),"Impact ".concat(e.impact," is not a valid impact")),this.impact=e.impact)};var lA=de(ma()),cA=/\{\{.+?\}\}/g,uA=function(){function e(t){K(this,e),this.lang="en",this.defaultConfig=t,this.standards=Os,this._init(),this._defaultLocale=null}return ee(e,[{key:"_setDefaultLocale",value:function(){if(!this._defaultLocale){for(var e={checks:{},rules:{},failureSummaries:{},incompleteFallbackMessage:"",lang:this.lang},t=Object.keys(this.data.checks),n=0;n0&&void 0!==arguments[0]?arguments[0]:null,n=(u.version.match(/^[1-9][0-9]*\.[0-9]+/)||["x.y"])[0];this.rules.forEach((function(a){e.data.rules[a.id]||(e.data.rules[a.id]={});var r=e.data.rules[a.id];("string"!=typeof r.helpUrl||t&&r.helpUrl===yA(t,a.id,n))&&(r.helpUrl=yA(e,a.id,n))}))}},{key:"resetRulesAndChecks",value:function(){this._init(),this._resetLocale()}}]),e}(),dA=uA;function pA(){return o.origin&&"null"!==o.origin?o.origin:o.location&&o.location.origin&&"null"!==o.location.origin?o.location.origin:void 0}function hA(e,t,n){var a,r;for(a=0,r=e.length;a2&&void 0!==arguments[2]?arguments[2]:{};n.reporter=n.reporter||u._audit.reporter||"v1",u._selectorData={},t instanceof wa||(t=new yg(t));var a=vm(e);if(!a)throw new Error("unknown rule `"+e+"`");var r={initiator:!0,include:[t],exclude:[],frames:[],page:!1,focusable:!0,size:{},flatTree:[]},i=(a=Object.create(a,{excludeHidden:{value:!1}})).runSync(r,n);Km(i),Oa(i);var o=Ia([i]);return o.violations.forEach((function(e){return e.nodes.forEach((function(e){e.failureSummary=qf(e)}))})),V({},Kf(),o,{toolOptions:n})},u.run=function(){for(var e=arguments.length,t=new Array(e),n=0;n1&&void 0!==arguments[1]?arguments[1]:{};r=Dr(r);var i=e.find((function(e){return e.environmentData}))||{},o=i.environmentData;u._audit.normalizeOptions(r),r.reporter=null!==(t=null!==(n=r.reporter)&&void 0!==n?n:null===(a=u._audit)||void 0===a?void 0:a.reporter)&&void 0!==t?t:"v1",PA(e);var s=Fi(e);return(s=u._audit.after(s,r)).forEach(Km),NA(s=s.map(Oa),V({environmentData:o},r))},u.commons=Yb,u.utils=Aa,u.addReporter("na",_A),u.addReporter("no-passes",jA),u.addReporter("rawEnv",BA),u.addReporter("raw",RA),u.addReporter("v1",LA),u.addReporter("v2",zA,!0)}(),u._load({lang:"en",data:{rules:{accesskeys:{description:"Ensures every accesskey attribute value is unique",help:"accesskey attribute value should be unique"},"area-alt":{description:"Ensures elements of image maps have alternate text",help:"Active elements must have alternate text"},"aria-allowed-attr":{description:"Ensures an element's role supports its ARIA attributes",help:"Elements must only use supported ARIA attributes"},"aria-allowed-role":{description:"Ensures role attribute has an appropriate value for the element",help:"ARIA role should be appropriate for the element"},"aria-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:"Ensures every ARIA button, link and menuitem has an accessible name",help:"ARIA commands must have an accessible name"},"aria-conditional-attr":{description:"Ensures 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:"Ensures elements do not use deprecated roles",help:"Deprecated ARIA roles must not be used"},"aria-dialog-name":{description:"Ensures every ARIA dialog and alertdialog node has an accessible name",help:"ARIA dialog and alertdialog nodes should have an accessible name"},"aria-hidden-body":{description:'Ensures aria-hidden="true" is not present on the document body.',help:'aria-hidden="true" must not be present on the document body'},"aria-hidden-focus":{description:"Ensures aria-hidden elements are not focusable nor contain focusable elements",help:"ARIA hidden element must not be focusable or contain focusable elements"},"aria-input-field-name":{description:"Ensures every ARIA input field has an accessible name",help:"ARIA input fields must have an accessible name"},"aria-meter-name":{description:"Ensures every ARIA meter node has an accessible name",help:"ARIA meter nodes must have an accessible name"},"aria-progressbar-name":{description:"Ensures every ARIA progressbar node has an accessible name",help:"ARIA progressbar nodes must have an accessible name"},"aria-prohibited-attr":{description:"Ensures ARIA attributes are not prohibited for an element's role",help:"Elements must only use permitted ARIA attributes"},"aria-required-attr":{description:"Ensures elements with ARIA roles have all required ARIA attributes",help:"Required ARIA attributes must be provided"},"aria-required-children":{description:"Ensures elements with an ARIA role that require child roles contain them",help:"Certain ARIA roles must contain particular children"},"aria-required-parent":{description:"Ensures elements with an ARIA role that require parent roles are contained by them",help:"Certain ARIA roles must be contained by particular parents"},"aria-roledescription":{description:"Ensure aria-roledescription is only used on elements with an implicit or explicit role",help:"aria-roledescription must be on elements with a semantic role"},"aria-roles":{description:"Ensures all elements with a role attribute use a valid value",help:"ARIA roles used must conform to valid values"},"aria-text":{description:'Ensures role="text" is used on elements with no focusable descendants',help:'"role=text" should have no focusable descendants'},"aria-toggle-field-name":{description:"Ensures every ARIA toggle field has an accessible name",help:"ARIA toggle fields must have an accessible name"},"aria-tooltip-name":{description:"Ensures every ARIA tooltip node has an accessible name",help:"ARIA tooltip nodes must have an accessible name"},"aria-treeitem-name":{description:"Ensures every ARIA treeitem node has an accessible name",help:"ARIA treeitem nodes should have an accessible name"},"aria-valid-attr-value":{description:"Ensures all ARIA attributes have valid values",help:"ARIA attributes must conform to valid values"},"aria-valid-attr":{description:"Ensures attributes that begin with aria- are valid ARIA attributes",help:"ARIA attributes must conform to valid names"},"audio-caption":{description:"Ensures