From ffef2201b68e7d03dd89d512d22f46b3f0b61997 Mon Sep 17 00:00:00 2001 From: Jimmy Juarez Date: Mon, 11 Mar 2024 21:19:31 -0700 Subject: [PATCH] Create ci/cd for vite dev environment --- frontend/.dockerignore | 2 + frontend/.gitignore | 3 +- frontend/Dockerfile | 29 +++++ .../assets/QualifierComponents-5WGFz71t.js | 1 - .../assets/QualifierPageCalendar-rk_-nAza.js | 1 - .../assets/QualifierPageRoles-gCbCKaDL.js | 1 - frontend/dist/assets/index-VfS-tgyG.js | 108 ------------------ frontend/dist/assets/index-pWwPImNM.css | 1 - frontend/nginx.conf | 20 ++++ frontend/package.json | 4 +- 10 files changed, 55 insertions(+), 115 deletions(-) create mode 100644 frontend/.dockerignore create mode 100644 frontend/Dockerfile delete mode 100644 frontend/dist/assets/QualifierComponents-5WGFz71t.js delete mode 100644 frontend/dist/assets/QualifierPageCalendar-rk_-nAza.js delete mode 100644 frontend/dist/assets/QualifierPageRoles-gCbCKaDL.js delete mode 100644 frontend/dist/assets/index-VfS-tgyG.js delete mode 100644 frontend/dist/assets/index-pWwPImNM.css create mode 100644 frontend/nginx.conf diff --git a/frontend/.dockerignore b/frontend/.dockerignore new file mode 100644 index 00000000..5576ca50 --- /dev/null +++ b/frontend/.dockerignore @@ -0,0 +1,2 @@ +node_modules +.npm \ No newline at end of file diff --git a/frontend/.gitignore b/frontend/.gitignore index 9fc0d7cc..dd3161db 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -1,3 +1,4 @@ frontend/static frontend/templates -node_modules \ No newline at end of file +node_modules +dist/ \ No newline at end of file diff --git a/frontend/Dockerfile b/frontend/Dockerfile new file mode 100644 index 00000000..279b3189 --- /dev/null +++ b/frontend/Dockerfile @@ -0,0 +1,29 @@ +# syntax=docker/dockerfile:1 + +FROM node:20.11.1-bullseye AS build + +# # Specify working directory other than / +WORKDIR /usr/src/app + +# # Copy only files required to install +# # dependencies (better layer caching) +COPY package*.json ./ + +# # Use cache mount to speed up install of existing dependencies +RUN --mount=type=cache,target=/usr/src/app/.npm \ + npm set cache /usr/src/app/.npm && \ + npm install + +COPY . . + +RUN npm run build + +# # Use separate stage for deployable image +FROM nginxinc/nginx-unprivileged:1.23-alpine-perl + +# # Use COPY --link to avoid breaking cache if we change the second stage base image +COPY --link nginx.conf /etc/nginx/conf.d/default.conf + +COPY --link --from=build usr/src/app/dist/ /usr/share/nginx/html + +EXPOSE 8080 diff --git a/frontend/dist/assets/QualifierComponents-5WGFz71t.js b/frontend/dist/assets/QualifierComponents-5WGFz71t.js deleted file mode 100644 index c8138be2..00000000 --- a/frontend/dist/assets/QualifierComponents-5WGFz71t.js +++ /dev/null @@ -1 +0,0 @@ -import{j as a,r,c as t}from"./index-VfS-tgyG.js";function n({children:e,title:s}){return a.jsxs(r.Fragment,{children:[a.jsx("h1",{className:"title-2 mt-6",children:s}),a.jsx("p",{className:"paragraph-1 row justify-center my-3",children:e})]})}function c({addClass:e,children:s}){return a.jsx("div",{className:t("flex-center-y px-3 qualifier-nav",e),children:s})}export{n as Q,c as a}; diff --git a/frontend/dist/assets/QualifierPageCalendar-rk_-nAza.js b/frontend/dist/assets/QualifierPageCalendar-rk_-nAza.js deleted file mode 100644 index a06a16d2..00000000 --- a/frontend/dist/assets/QualifierPageCalendar-rk_-nAza.js +++ /dev/null @@ -1 +0,0 @@ -import{r as S,j as v,c as ue,a as Ue,o as De,g as Sa,b as ya,P as xa,S as Ca,u as wa,I as Ea,i as Ma,B as Ua}from"./index-VfS-tgyG.js";import{Q as Pa,a as ka}from"./QualifierComponents-5WGFz71t.js";const Da=e=>S.createElement("svg",{width:14,height:9,viewBox:"0 0 14 9",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},S.createElement("path",{d:"M13.7064 8.20679C13.5189 8.39426 13.2646 8.49957 12.9994 8.49957C12.7343 8.49957 12.48 8.39426 12.2924 8.20679L6.99943 2.91379L1.70643 8.20679C1.51783 8.38894 1.26523 8.48974 1.00303 8.48746C0.740833 8.48518 0.49002 8.38001 0.304612 8.1946C0.119204 8.0092 0.014035 7.75838 0.0117566 7.49619C0.00947813 7.23399 0.110273 6.98139 0.292431 6.79279L6.29243 0.792787C6.47996 0.605316 6.73427 0.5 6.99943 0.5C7.2646 0.5 7.5189 0.605316 7.70643 0.792787L13.7064 6.79279C13.8939 6.98031 13.9992 7.23462 13.9992 7.49979C13.9992 7.76495 13.8939 8.01926 13.7064 8.20679Z",fill:"#333333"})),Oa=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function ja(){const e=[];for(const a of["AM","PM"]){e.push(`12:00 ${a}`);for(let t=1;t<=11;t++)e.push(`${t}:00 ${a}`)}return e.push("12:00 AM"),e}function qe(e,a=7){const t=e.match(new RegExp(`.{1,${a}}`,"g")),r=[];if(t)for(const i of t)r.push(i.split(""));return r}function Ba(e){const a=[];for(const t of e)a.push(t.join(""));return a.join("")}function Na(){const[e,a]=S.useState(!1),[t,r]=S.useState(!1);return[e,a,t,r]}function La(e,a,t){const[r,i]=S.useState(a);let{row:n,col:u}=e;const[o,s]=S.useState(c()),f=d=>{if(d){let p=n-1,l=u-1;const A=qe(a);A&&(A[p][l]=t?"1":"0",i(Ba(A)),s(A[p][l]==="1"))}};function c(){let d=n-1,p=u-1;const l=qe(r);return l?l[d][p]==="1":!1}return[o,r,f]}function Ra({value:e="0".repeat(24*2*7),...a}){const[t,r]=S.useState(e),[i,n,u,o]=Na();return S.useEffect(()=>{a.onChange(t)},[t]),v.jsxs("div",{className:ue("flex-container fill",a.addClass),"data-testid":"calendar-root",children:[v.jsx(Ia,{rowNames:ja()}),v.jsx("div",{style:{flex:"2 1 0"},children:v.jsxs("table",{className:"calendar",children:[v.jsx("thead",{children:v.jsx(Ga,{columnNames:Oa})}),v.jsxs("tbody",{children:[v.jsxs("tr",{"aria-hidden":!0,children:[v.jsx("td",{}),Ue(1,7).map((s,f)=>v.jsx("td",{className:"calendar-ticks-top"},f))]}),Ue(1,48).map((s,f)=>v.jsx(_a,{rowNum:s,children:Ue(1,7).map((c,d)=>v.jsx(Wa,{cell:{row:s,col:c},data:t,setData:r,isMouseDown:i,setIsMouseDown:n,toSelect:u,setToSelect:o},d))},f))]})]})})]})}function Ia(e){var a;return v.jsxs("div",{className:"calendar-header-column pr-1",children:[v.jsx("div",{"aria-hidden":"true"}),(a=e.rowNames)==null?void 0:a.map((t,r)=>v.jsx("div",{className:"paragraph-2",children:t},r))]})}function Ga(e){return v.jsxs("tr",{className:"calendar-header-row",children:[v.jsx("th",{"aria-hidden":"true"}),e.columnNames.map((a,t)=>v.jsx("th",{scope:"col",children:a},t))]})}function _a(e){return v.jsxs("tr",{className:ue("calendar-row",e.rowNum%2==0?"dashed":"solid"),children:[v.jsx("td",{className:ue("calendar-ticks-left",e.rowNum%2==0?"dashed":"solid"),"aria-hidden":!0}),e.children]})}function Wa({cell:e,setToSelect:a,setIsMouseDown:t,isMouseDown:r,data:i,setData:n,toSelect:u}){const[o,s,f]=La(e,i,u);S.useEffect(()=>{n(s)},[o]);function c(p){a(!o),t(!0)}function d(p){p.preventDefault(),f(r)}return v.jsx("td",{tabIndex:-1,className:ue("calendar-cell",e.row%2==0?"dashed":"solid",o&&"selected"),children:v.jsx("div",{tabIndex:0,role:"checkbox","aria-checked":o,"aria-label":`I am available on ${e.row}, ${e.col}`,onClick:()=>f(!r),onMouseUp:()=>t(!1),onMouseMove:d,onMouseDown:c,onKeyDown:p=>De(c,"Enter")(p)})})}var Ye=function(a){return a.reduce(function(t,r){var i=r[0],n=r[1];return t[i]=n,t},{})},Je=typeof window<"u"&&window.document&&window.document.createElement?S.useLayoutEffect:S.useEffect,D="top",N="bottom",L="right",O="left",Oe="auto",de=[D,N,L,O],Q="start",fe="end",Ka="clippingParents",oa="viewport",ne="popper",Va="reference",Ze=de.reduce(function(e,a){return e.concat([a+"-"+Q,a+"-"+fe])},[]),sa=[].concat(de,[Oe]).reduce(function(e,a){return e.concat([a,a+"-"+Q,a+"-"+fe])},[]),Ha="beforeRead",$a="read",za="afterRead",Fa="beforeMain",qa="main",Ya="afterMain",Ja="beforeWrite",Za="write",Xa="afterWrite",Qa=[Ha,$a,za,Fa,qa,Ya,Ja,Za,Xa];function W(e){return e?(e.nodeName||"").toLowerCase():null}function R(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var a=e.ownerDocument;return a&&a.defaultView||window}return e}function Z(e){var a=R(e).Element;return e instanceof a||e instanceof Element}function B(e){var a=R(e).HTMLElement;return e instanceof a||e instanceof HTMLElement}function je(e){if(typeof ShadowRoot>"u")return!1;var a=R(e).ShadowRoot;return e instanceof a||e instanceof ShadowRoot}function et(e){var a=e.state;Object.keys(a.elements).forEach(function(t){var r=a.styles[t]||{},i=a.attributes[t]||{},n=a.elements[t];!B(n)||!W(n)||(Object.assign(n.style,r),Object.keys(i).forEach(function(u){var o=i[u];o===!1?n.removeAttribute(u):n.setAttribute(u,o===!0?"":o)}))})}function at(e){var a=e.state,t={popper:{position:a.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(a.elements.popper.style,t.popper),a.styles=t,a.elements.arrow&&Object.assign(a.elements.arrow.style,t.arrow),function(){Object.keys(a.elements).forEach(function(r){var i=a.elements[r],n=a.attributes[r]||{},u=Object.keys(a.styles.hasOwnProperty(r)?a.styles[r]:t[r]),o=u.reduce(function(s,f){return s[f]="",s},{});!B(i)||!W(i)||(Object.assign(i.style,o),Object.keys(n).forEach(function(s){i.removeAttribute(s)}))})}}const tt={name:"applyStyles",enabled:!0,phase:"write",fn:et,effect:at,requires:["computeStyles"]};function _(e){return e.split("-")[0]}var J=Math.max,ye=Math.min,ee=Math.round;function Pe(){var e=navigator.userAgentData;return e!=null&&e.brands?e.brands.map(function(a){return a.brand+"/"+a.version}).join(" "):navigator.userAgent}function ca(){return!/^((?!chrome|android).)*safari/i.test(Pe())}function ae(e,a,t){a===void 0&&(a=!1),t===void 0&&(t=!1);var r=e.getBoundingClientRect(),i=1,n=1;a&&B(e)&&(i=e.offsetWidth>0&&ee(r.width)/e.offsetWidth||1,n=e.offsetHeight>0&&ee(r.height)/e.offsetHeight||1);var u=Z(e)?R(e):window,o=u.visualViewport,s=!ca()&&t,f=(r.left+(s&&o?o.offsetLeft:0))/i,c=(r.top+(s&&o?o.offsetTop:0))/n,d=r.width/i,p=r.height/n;return{width:d,height:p,top:c,right:f+d,bottom:c+p,left:f,x:f,y:c}}function Be(e){var a=ae(e),t=e.offsetWidth,r=e.offsetHeight;return Math.abs(a.width-t)<=1&&(t=a.width),Math.abs(a.height-r)<=1&&(r=a.height),{x:e.offsetLeft,y:e.offsetTop,width:t,height:r}}function ua(e,a){var t=a.getRootNode&&a.getRootNode();if(e.contains(a))return!0;if(t&&je(t)){var r=a;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function K(e){return R(e).getComputedStyle(e)}function rt(e){return["table","td","th"].indexOf(W(e))>=0}function H(e){return((Z(e)?e.ownerDocument:e.document)||window.document).documentElement}function xe(e){return W(e)==="html"?e:e.assignedSlot||e.parentNode||(je(e)?e.host:null)||H(e)}function Xe(e){return!B(e)||K(e).position==="fixed"?null:e.offsetParent}function it(e){var a=/firefox/i.test(Pe()),t=/Trident/i.test(Pe());if(t&&B(e)){var r=K(e);if(r.position==="fixed")return null}var i=xe(e);for(je(i)&&(i=i.host);B(i)&&["html","body"].indexOf(W(i))<0;){var n=K(i);if(n.transform!=="none"||n.perspective!=="none"||n.contain==="paint"||["transform","perspective"].indexOf(n.willChange)!==-1||a&&n.willChange==="filter"||a&&n.filter&&n.filter!=="none")return i;i=i.parentNode}return null}function pe(e){for(var a=R(e),t=Xe(e);t&&rt(t)&&K(t).position==="static";)t=Xe(t);return t&&(W(t)==="html"||W(t)==="body"&&K(t).position==="static")?a:t||it(e)||a}function Ne(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function se(e,a,t){return J(e,ye(a,t))}function nt(e,a,t){var r=se(e,a,t);return r>t?t:r}function fa(){return{top:0,right:0,bottom:0,left:0}}function la(e){return Object.assign({},fa(),e)}function da(e,a){return a.reduce(function(t,r){return t[r]=e,t},{})}var ot=function(a,t){return a=typeof a=="function"?a(Object.assign({},t.rects,{placement:t.placement})):a,la(typeof a!="number"?a:da(a,de))};function st(e){var a,t=e.state,r=e.name,i=e.options,n=t.elements.arrow,u=t.modifiersData.popperOffsets,o=_(t.placement),s=Ne(o),f=[O,L].indexOf(o)>=0,c=f?"height":"width";if(!(!n||!u)){var d=ot(i.padding,t),p=Be(n),l=s==="y"?D:O,A=s==="y"?N:L,b=t.rects.reference[c]+t.rects.reference[s]-u[s]-t.rects.popper[c],m=u[s]-t.rects.reference[s],y=pe(n),C=y?s==="y"?y.clientHeight||0:y.clientWidth||0:0,w=b/2-m/2,T=d[l],h=C-p[c]-d[A],g=C/2-p[c]/2+w,x=se(T,g,h),U=s;t.modifiersData[r]=(a={},a[U]=x,a.centerOffset=x-g,a)}}function ct(e){var a=e.state,t=e.options,r=t.element,i=r===void 0?"[data-popper-arrow]":r;i!=null&&(typeof i=="string"&&(i=a.elements.popper.querySelector(i),!i)||ua(a.elements.popper,i)&&(a.elements.arrow=i))}const ut={name:"arrow",enabled:!0,phase:"main",fn:st,effect:ct,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function te(e){return e.split("-")[1]}var ft={top:"auto",right:"auto",bottom:"auto",left:"auto"};function lt(e){var a=e.x,t=e.y,r=window,i=r.devicePixelRatio||1;return{x:ee(a*i)/i||0,y:ee(t*i)/i||0}}function Qe(e){var a,t=e.popper,r=e.popperRect,i=e.placement,n=e.variation,u=e.offsets,o=e.position,s=e.gpuAcceleration,f=e.adaptive,c=e.roundOffsets,d=e.isFixed,p=u.x,l=p===void 0?0:p,A=u.y,b=A===void 0?0:A,m=typeof c=="function"?c({x:l,y:b}):{x:l,y:b};l=m.x,b=m.y;var y=u.hasOwnProperty("x"),C=u.hasOwnProperty("y"),w=O,T=D,h=window;if(f){var g=pe(t),x="clientHeight",U="clientWidth";if(g===R(t)&&(g=H(t),K(g).position!=="static"&&o==="absolute"&&(x="scrollHeight",U="scrollWidth")),g=g,i===D||(i===O||i===L)&&n===fe){T=N;var M=d&&g===h&&h.visualViewport?h.visualViewport.height:g[x];b-=M-r.height,b*=s?1:-1}if(i===O||(i===D||i===N)&&n===fe){w=L;var E=d&&g===h&&h.visualViewport?h.visualViewport.width:g[U];l-=E-r.width,l*=s?1:-1}}var P=Object.assign({position:o},f&&ft),I=c===!0?lt({x:l,y:b}):{x:l,y:b};if(l=I.x,b=I.y,s){var k;return Object.assign({},P,(k={},k[T]=C?"0":"",k[w]=y?"0":"",k.transform=(h.devicePixelRatio||1)<=1?"translate("+l+"px, "+b+"px)":"translate3d("+l+"px, "+b+"px, 0)",k))}return Object.assign({},P,(a={},a[T]=C?b+"px":"",a[w]=y?l+"px":"",a.transform="",a))}function dt(e){var a=e.state,t=e.options,r=t.gpuAcceleration,i=r===void 0?!0:r,n=t.adaptive,u=n===void 0?!0:n,o=t.roundOffsets,s=o===void 0?!0:o,f={placement:_(a.placement),variation:te(a.placement),popper:a.elements.popper,popperRect:a.rects.popper,gpuAcceleration:i,isFixed:a.options.strategy==="fixed"};a.modifiersData.popperOffsets!=null&&(a.styles.popper=Object.assign({},a.styles.popper,Qe(Object.assign({},f,{offsets:a.modifiersData.popperOffsets,position:a.options.strategy,adaptive:u,roundOffsets:s})))),a.modifiersData.arrow!=null&&(a.styles.arrow=Object.assign({},a.styles.arrow,Qe(Object.assign({},f,{offsets:a.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:s})))),a.attributes.popper=Object.assign({},a.attributes.popper,{"data-popper-placement":a.placement})}const pt={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:dt,data:{}};var he={passive:!0};function mt(e){var a=e.state,t=e.instance,r=e.options,i=r.scroll,n=i===void 0?!0:i,u=r.resize,o=u===void 0?!0:u,s=R(a.elements.popper),f=[].concat(a.scrollParents.reference,a.scrollParents.popper);return n&&f.forEach(function(c){c.addEventListener("scroll",t.update,he)}),o&&s.addEventListener("resize",t.update,he),function(){n&&f.forEach(function(c){c.removeEventListener("scroll",t.update,he)}),o&&s.removeEventListener("resize",t.update,he)}}const vt={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:mt,data:{}};var At={left:"right",right:"left",bottom:"top",top:"bottom"};function ge(e){return e.replace(/left|right|bottom|top/g,function(a){return At[a]})}var bt={start:"end",end:"start"};function ea(e){return e.replace(/start|end/g,function(a){return bt[a]})}function Le(e){var a=R(e),t=a.pageXOffset,r=a.pageYOffset;return{scrollLeft:t,scrollTop:r}}function Re(e){return ae(H(e)).left+Le(e).scrollLeft}function Tt(e,a){var t=R(e),r=H(e),i=t.visualViewport,n=r.clientWidth,u=r.clientHeight,o=0,s=0;if(i){n=i.width,u=i.height;var f=ca();(f||!f&&a==="fixed")&&(o=i.offsetLeft,s=i.offsetTop)}return{width:n,height:u,x:o+Re(e),y:s}}function ht(e){var a,t=H(e),r=Le(e),i=(a=e.ownerDocument)==null?void 0:a.body,n=J(t.scrollWidth,t.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),u=J(t.scrollHeight,t.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),o=-r.scrollLeft+Re(e),s=-r.scrollTop;return K(i||t).direction==="rtl"&&(o+=J(t.clientWidth,i?i.clientWidth:0)-n),{width:n,height:u,x:o,y:s}}function Ie(e){var a=K(e),t=a.overflow,r=a.overflowX,i=a.overflowY;return/auto|scroll|overlay|hidden/.test(t+i+r)}function pa(e){return["html","body","#document"].indexOf(W(e))>=0?e.ownerDocument.body:B(e)&&Ie(e)?e:pa(xe(e))}function ce(e,a){var t;a===void 0&&(a=[]);var r=pa(e),i=r===((t=e.ownerDocument)==null?void 0:t.body),n=R(r),u=i?[n].concat(n.visualViewport||[],Ie(r)?r:[]):r,o=a.concat(u);return i?o:o.concat(ce(xe(u)))}function ke(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function gt(e,a){var t=ae(e,!1,a==="fixed");return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}function aa(e,a,t){return a===oa?ke(Tt(e,t)):Z(a)?gt(a,t):ke(ht(H(e)))}function St(e){var a=ce(xe(e)),t=["absolute","fixed"].indexOf(K(e).position)>=0,r=t&&B(e)?pe(e):e;return Z(r)?a.filter(function(i){return Z(i)&&ua(i,r)&&W(i)!=="body"}):[]}function yt(e,a,t,r){var i=a==="clippingParents"?St(e):[].concat(a),n=[].concat(i,[t]),u=n[0],o=n.reduce(function(s,f){var c=aa(e,f,r);return s.top=J(c.top,s.top),s.right=ye(c.right,s.right),s.bottom=ye(c.bottom,s.bottom),s.left=J(c.left,s.left),s},aa(e,u,r));return o.width=o.right-o.left,o.height=o.bottom-o.top,o.x=o.left,o.y=o.top,o}function ma(e){var a=e.reference,t=e.element,r=e.placement,i=r?_(r):null,n=r?te(r):null,u=a.x+a.width/2-t.width/2,o=a.y+a.height/2-t.height/2,s;switch(i){case D:s={x:u,y:a.y-t.height};break;case N:s={x:u,y:a.y+a.height};break;case L:s={x:a.x+a.width,y:o};break;case O:s={x:a.x-t.width,y:o};break;default:s={x:a.x,y:a.y}}var f=i?Ne(i):null;if(f!=null){var c=f==="y"?"height":"width";switch(n){case Q:s[f]=s[f]-(a[c]/2-t[c]/2);break;case fe:s[f]=s[f]+(a[c]/2-t[c]/2);break}}return s}function le(e,a){a===void 0&&(a={});var t=a,r=t.placement,i=r===void 0?e.placement:r,n=t.strategy,u=n===void 0?e.strategy:n,o=t.boundary,s=o===void 0?Ka:o,f=t.rootBoundary,c=f===void 0?oa:f,d=t.elementContext,p=d===void 0?ne:d,l=t.altBoundary,A=l===void 0?!1:l,b=t.padding,m=b===void 0?0:b,y=la(typeof m!="number"?m:da(m,de)),C=p===ne?Va:ne,w=e.rects.popper,T=e.elements[A?C:p],h=yt(Z(T)?T:T.contextElement||H(e.elements.popper),s,c,u),g=ae(e.elements.reference),x=ma({reference:g,element:w,strategy:"absolute",placement:i}),U=ke(Object.assign({},w,x)),M=p===ne?U:g,E={top:h.top-M.top+y.top,bottom:M.bottom-h.bottom+y.bottom,left:h.left-M.left+y.left,right:M.right-h.right+y.right},P=e.modifiersData.offset;if(p===ne&&P){var I=P[i];Object.keys(E).forEach(function(k){var $=[L,N].indexOf(k)>=0?1:-1,z=[D,N].indexOf(k)>=0?"y":"x";E[k]+=I[z]*$})}return E}function xt(e,a){a===void 0&&(a={});var t=a,r=t.placement,i=t.boundary,n=t.rootBoundary,u=t.padding,o=t.flipVariations,s=t.allowedAutoPlacements,f=s===void 0?sa:s,c=te(r),d=c?o?Ze:Ze.filter(function(A){return te(A)===c}):de,p=d.filter(function(A){return f.indexOf(A)>=0});p.length===0&&(p=d);var l=p.reduce(function(A,b){return A[b]=le(e,{placement:b,boundary:i,rootBoundary:n,padding:u})[_(b)],A},{});return Object.keys(l).sort(function(A,b){return l[A]-l[b]})}function Ct(e){if(_(e)===Oe)return[];var a=ge(e);return[ea(e),a,ea(a)]}function wt(e){var a=e.state,t=e.options,r=e.name;if(!a.modifiersData[r]._skip){for(var i=t.mainAxis,n=i===void 0?!0:i,u=t.altAxis,o=u===void 0?!0:u,s=t.fallbackPlacements,f=t.padding,c=t.boundary,d=t.rootBoundary,p=t.altBoundary,l=t.flipVariations,A=l===void 0?!0:l,b=t.allowedAutoPlacements,m=a.options.placement,y=_(m),C=y===m,w=s||(C||!A?[ge(m)]:Ct(m)),T=[m].concat(w).reduce(function(X,V){return X.concat(_(V)===Oe?xt(a,{placement:V,boundary:c,rootBoundary:d,padding:f,flipVariations:A,allowedAutoPlacements:b}):V)},[]),h=a.rects.reference,g=a.rects.popper,x=new Map,U=!0,M=T[0],E=0;E=0,z=$?"width":"height",j=le(a,{placement:P,boundary:c,rootBoundary:d,altBoundary:p,padding:f}),G=$?k?L:O:k?N:D;h[z]>g[z]&&(G=ge(G));var me=ge(G),F=[];if(n&&F.push(j[I]<=0),o&&F.push(j[G]<=0,j[me]<=0),F.every(function(X){return X})){M=P,U=!1;break}x.set(P,F)}if(U)for(var ve=A?3:1,Ce=function(V){var ie=T.find(function(be){var q=x.get(be);if(q)return q.slice(0,V).every(function(we){return we})});if(ie)return M=ie,"break"},re=ve;re>0;re--){var Ae=Ce(re);if(Ae==="break")break}a.placement!==M&&(a.modifiersData[r]._skip=!0,a.placement=M,a.reset=!0)}}const Et={name:"flip",enabled:!0,phase:"main",fn:wt,requiresIfExists:["offset"],data:{_skip:!1}};function ta(e,a,t){return t===void 0&&(t={x:0,y:0}),{top:e.top-a.height-t.y,right:e.right-a.width+t.x,bottom:e.bottom-a.height+t.y,left:e.left-a.width-t.x}}function ra(e){return[D,L,N,O].some(function(a){return e[a]>=0})}function Mt(e){var a=e.state,t=e.name,r=a.rects.reference,i=a.rects.popper,n=a.modifiersData.preventOverflow,u=le(a,{elementContext:"reference"}),o=le(a,{altBoundary:!0}),s=ta(u,r),f=ta(o,i,n),c=ra(s),d=ra(f);a.modifiersData[t]={referenceClippingOffsets:s,popperEscapeOffsets:f,isReferenceHidden:c,hasPopperEscaped:d},a.attributes.popper=Object.assign({},a.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":d})}const Ut={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Mt};function Pt(e,a,t){var r=_(e),i=[O,D].indexOf(r)>=0?-1:1,n=typeof t=="function"?t(Object.assign({},a,{placement:e})):t,u=n[0],o=n[1];return u=u||0,o=(o||0)*i,[O,L].indexOf(r)>=0?{x:o,y:u}:{x:u,y:o}}function kt(e){var a=e.state,t=e.options,r=e.name,i=t.offset,n=i===void 0?[0,0]:i,u=sa.reduce(function(c,d){return c[d]=Pt(d,a.rects,n),c},{}),o=u[a.placement],s=o.x,f=o.y;a.modifiersData.popperOffsets!=null&&(a.modifiersData.popperOffsets.x+=s,a.modifiersData.popperOffsets.y+=f),a.modifiersData[r]=u}const Dt={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:kt};function Ot(e){var a=e.state,t=e.name;a.modifiersData[t]=ma({reference:a.rects.reference,element:a.rects.popper,strategy:"absolute",placement:a.placement})}const jt={name:"popperOffsets",enabled:!0,phase:"read",fn:Ot,data:{}};function Bt(e){return e==="x"?"y":"x"}function Nt(e){var a=e.state,t=e.options,r=e.name,i=t.mainAxis,n=i===void 0?!0:i,u=t.altAxis,o=u===void 0?!1:u,s=t.boundary,f=t.rootBoundary,c=t.altBoundary,d=t.padding,p=t.tether,l=p===void 0?!0:p,A=t.tetherOffset,b=A===void 0?0:A,m=le(a,{boundary:s,rootBoundary:f,padding:d,altBoundary:c}),y=_(a.placement),C=te(a.placement),w=!C,T=Ne(y),h=Bt(T),g=a.modifiersData.popperOffsets,x=a.rects.reference,U=a.rects.popper,M=typeof b=="function"?b(Object.assign({},a.rects,{placement:a.placement})):b,E=typeof M=="number"?{mainAxis:M,altAxis:M}:Object.assign({mainAxis:0,altAxis:0},M),P=a.modifiersData.offset?a.modifiersData.offset[a.placement]:null,I={x:0,y:0};if(g){if(n){var k,$=T==="y"?D:O,z=T==="y"?N:L,j=T==="y"?"height":"width",G=g[T],me=G+m[$],F=G-m[z],ve=l?-U[j]/2:0,Ce=C===Q?x[j]:U[j],re=C===Q?-U[j]:-x[j],Ae=a.elements.arrow,X=l&&Ae?Be(Ae):{width:0,height:0},V=a.modifiersData["arrow#persistent"]?a.modifiersData["arrow#persistent"].padding:fa(),ie=V[$],be=V[z],q=se(0,x[j],X[j]),we=w?x[j]/2-ve-q-ie-E.mainAxis:Ce-q-ie-E.mainAxis,va=w?-x[j]/2+ve+q+be+E.mainAxis:re+q+be+E.mainAxis,Ee=a.elements.arrow&&pe(a.elements.arrow),Aa=Ee?T==="y"?Ee.clientTop||0:Ee.clientLeft||0:0,Ge=(k=P==null?void 0:P[T])!=null?k:0,ba=G+we-Ge-Aa,Ta=G+va-Ge,_e=se(l?ye(me,ba):me,G,l?J(F,Ta):F);g[T]=_e,I[T]=_e-G}if(o){var We,ha=T==="x"?D:O,ga=T==="x"?N:L,Y=g[h],Te=h==="y"?"height":"width",Ke=Y+m[ha],Ve=Y-m[ga],Me=[D,O].indexOf(y)!==-1,He=(We=P==null?void 0:P[h])!=null?We:0,$e=Me?Ke:Y-x[Te]-U[Te]-He+E.altAxis,ze=Me?Y+x[Te]+U[Te]-He-E.altAxis:Ve,Fe=l&&Me?nt($e,Y,ze):se(l?$e:Ke,Y,l?ze:Ve);g[h]=Fe,I[h]=Fe-Y}a.modifiersData[r]=I}}const Lt={name:"preventOverflow",enabled:!0,phase:"main",fn:Nt,requiresIfExists:["offset"]};function Rt(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function It(e){return e===R(e)||!B(e)?Le(e):Rt(e)}function Gt(e){var a=e.getBoundingClientRect(),t=ee(a.width)/e.offsetWidth||1,r=ee(a.height)/e.offsetHeight||1;return t!==1||r!==1}function _t(e,a,t){t===void 0&&(t=!1);var r=B(a),i=B(a)&&Gt(a),n=H(a),u=ae(e,i,t),o={scrollLeft:0,scrollTop:0},s={x:0,y:0};return(r||!r&&!t)&&((W(a)!=="body"||Ie(n))&&(o=It(a)),B(a)?(s=ae(a,!0),s.x+=a.clientLeft,s.y+=a.clientTop):n&&(s.x=Re(n))),{x:u.left+o.scrollLeft-s.x,y:u.top+o.scrollTop-s.y,width:u.width,height:u.height}}function Wt(e){var a=new Map,t=new Set,r=[];e.forEach(function(n){a.set(n.name,n)});function i(n){t.add(n.name);var u=[].concat(n.requires||[],n.requiresIfExists||[]);u.forEach(function(o){if(!t.has(o)){var s=a.get(o);s&&i(s)}}),r.push(n)}return e.forEach(function(n){t.has(n.name)||i(n)}),r}function Kt(e){var a=Wt(e);return Qa.reduce(function(t,r){return t.concat(a.filter(function(i){return i.phase===r}))},[])}function Vt(e){var a;return function(){return a||(a=new Promise(function(t){Promise.resolve().then(function(){a=void 0,t(e())})})),a}}function Ht(e){var a=e.reduce(function(t,r){var i=t[r.name];return t[r.name]=i?Object.assign({},i,r,{options:Object.assign({},i.options,r.options),data:Object.assign({},i.data,r.data)}):r,t},{});return Object.keys(a).map(function(t){return a[t]})}var ia={placement:"bottom",modifiers:[],strategy:"absolute"};function na(){for(var e=arguments.length,a=new Array(e),t=0;t{const l=c==null?void 0:c.elements.popper,A=c==null?void 0:c.elements.reference;function b(m){if(m.target instanceof HTMLElement)if(l!=null&&l.contains(m.target))r(!1);else{if(A instanceof HTMLElement&&(A!=null&&A.contains(m.target)))return;r(!1)}}return document.body.addEventListener("click",b),()=>{document.body.removeEventListener("click",b)}},[c]),v.jsxs(S.Fragment,{children:[v.jsx(xa,{addClass:a.addClass,icon:t?Da:Ca,iconPosition:"right",id:d,label:a.label,labelHidden:e,passRef:n,children:v.jsx("div",{"aria-controls":p,"aria-expanded":t,"aria-label":a.ariaLabel,"aria-owns":p,id:d,className:"dropdown",onClick:()=>r(!t),onKeyDown:l=>De(()=>r(!t),"Enter")(l),onMouseDown:l=>l.preventDefault(),role:"combobox",tabIndex:0,children:a.value})}),v.jsx("ul",{className:ue("dropdown-box p-0 m-0",t||"hidden"),id:p,ref:o,role:"listbox",style:s.popper,...f.popper,children:a.children})]})}function rr({...e}){return v.jsx("li",{"aria-selected":e.selected,className:"dropdown-row px-2",onClick:()=>e.onClick(e.value),onKeyDown:a=>De(e.onClick,"Enter")(a),role:"option",children:v.jsx("div",{children:e.children})})}const oe=[{value:"Dateline Standard Time",abbr:"DST",offset:-12,isdst:!1,text:"(UTC-12:00) International Date Line West",utc:["Etc/GMT+12"]},{value:"UTC-11",abbr:"U",offset:-11,isdst:!1,text:"(UTC-11:00) Coordinated Universal Time-11",utc:["Etc/GMT+11","Pacific/Midway","Pacific/Niue","Pacific/Pago_Pago"]},{value:"Hawaiian Standard Time",abbr:"HST",offset:-10,isdst:!1,text:"(UTC-10:00) Hawaii",utc:["Etc/GMT+10","Pacific/Honolulu","Pacific/Johnston","Pacific/Rarotonga","Pacific/Tahiti"]},{value:"Alaskan Standard Time",abbr:"AKDT",offset:-8,isdst:!0,text:"(UTC-09:00) Alaska",utc:["America/Anchorage","America/Juneau","America/Nome","America/Sitka","America/Yakutat"]},{value:"Pacific Standard Time (Mexico)",abbr:"PDT",offset:-7,isdst:!0,text:"(UTC-08:00) Baja California",utc:["America/Santa_Isabel"]},{value:"Pacific Daylight Time",abbr:"PDT",offset:-7,isdst:!0,text:"(UTC-07:00) Pacific Daylight Time (US & Canada)",utc:["America/Los_Angeles","America/Tijuana","America/Vancouver"]},{value:"Pacific Standard Time",abbr:"PST",offset:-8,isdst:!1,text:"(UTC-08:00) Pacific Standard Time (US & Canada)",utc:["America/Los_Angeles","America/Tijuana","America/Vancouver","PST8PDT"]},{value:"US Mountain Standard Time",abbr:"UMST",offset:-7,isdst:!1,text:"(UTC-07:00) Arizona",utc:["America/Creston","America/Dawson","America/Dawson_Creek","America/Hermosillo","America/Phoenix","America/Whitehorse","Etc/GMT+7"]},{value:"Mountain Standard Time (Mexico)",abbr:"MDT",offset:-6,isdst:!0,text:"(UTC-07:00) Chihuahua, La Paz, Mazatlan",utc:["America/Chihuahua","America/Mazatlan"]},{value:"Mountain Standard Time",abbr:"MDT",offset:-6,isdst:!0,text:"(UTC-07:00) Mountain Time (US & Canada)",utc:["America/Boise","America/Cambridge_Bay","America/Denver","America/Edmonton","America/Inuvik","America/Ojinaga","America/Yellowknife","MST7MDT"]},{value:"Central America Standard Time",abbr:"CAST",offset:-6,isdst:!1,text:"(UTC-06:00) Central America",utc:["America/Belize","America/Costa_Rica","America/El_Salvador","America/Guatemala","America/Managua","America/Tegucigalpa","Etc/GMT+6","Pacific/Galapagos"]},{value:"Central Standard Time",abbr:"CDT",offset:-5,isdst:!0,text:"(UTC-06:00) Central Time (US & Canada)",utc:["America/Chicago","America/Indiana/Knox","America/Indiana/Tell_City","America/Matamoros","America/Menominee","America/North_Dakota/Beulah","America/North_Dakota/Center","America/North_Dakota/New_Salem","America/Rainy_River","America/Rankin_Inlet","America/Resolute","America/Winnipeg","CST6CDT"]},{value:"Central Standard Time (Mexico)",abbr:"CDT",offset:-5,isdst:!0,text:"(UTC-06:00) Guadalajara, Mexico City, Monterrey",utc:["America/Bahia_Banderas","America/Cancun","America/Merida","America/Mexico_City","America/Monterrey"]},{value:"Canada Central Standard Time",abbr:"CCST",offset:-6,isdst:!1,text:"(UTC-06:00) Saskatchewan",utc:["America/Regina","America/Swift_Current"]},{value:"SA Pacific Standard Time",abbr:"SPST",offset:-5,isdst:!1,text:"(UTC-05:00) Bogota, Lima, Quito",utc:["America/Bogota","America/Cayman","America/Coral_Harbour","America/Eirunepe","America/Guayaquil","America/Jamaica","America/Lima","America/Panama","America/Rio_Branco","Etc/GMT+5"]},{value:"Eastern Standard Time",abbr:"EST",offset:-5,isdst:!1,text:"(UTC-05:00) Eastern Time (US & Canada)",utc:["America/Detroit","America/Havana","America/Indiana/Petersburg","America/Indiana/Vincennes","America/Indiana/Winamac","America/Iqaluit","America/Kentucky/Monticello","America/Louisville","America/Montreal","America/Nassau","America/New_York","America/Nipigon","America/Pangnirtung","America/Port-au-Prince","America/Thunder_Bay","America/Toronto"]},{value:"Eastern Daylight Time",abbr:"EDT",offset:-4,isdst:!0,text:"(UTC-04:00) Eastern Daylight Time (US & Canada)",utc:["America/Detroit","America/Havana","America/Indiana/Petersburg","America/Indiana/Vincennes","America/Indiana/Winamac","America/Iqaluit","America/Kentucky/Monticello","America/Louisville","America/Montreal","America/Nassau","America/New_York","America/Nipigon","America/Pangnirtung","America/Port-au-Prince","America/Thunder_Bay","America/Toronto"]},{value:"US Eastern Standard Time",abbr:"UEDT",offset:-5,isdst:!1,text:"(UTC-05:00) Indiana (East)",utc:["America/Indiana/Marengo","America/Indiana/Vevay","America/Indianapolis"]},{value:"Venezuela Standard Time",abbr:"VST",offset:-4.5,isdst:!1,text:"(UTC-04:30) Caracas",utc:["America/Caracas"]},{value:"Paraguay Standard Time",abbr:"PYT",offset:-4,isdst:!1,text:"(UTC-04:00) Asuncion",utc:["America/Asuncion"]},{value:"Atlantic Standard Time",abbr:"ADT",offset:-3,isdst:!0,text:"(UTC-04:00) Atlantic Time (Canada)",utc:["America/Glace_Bay","America/Goose_Bay","America/Halifax","America/Moncton","America/Thule","Atlantic/Bermuda"]},{value:"Central Brazilian Standard Time",abbr:"CBST",offset:-4,isdst:!1,text:"(UTC-04:00) Cuiaba",utc:["America/Campo_Grande","America/Cuiaba"]},{value:"SA Western Standard Time",abbr:"SWST",offset:-4,isdst:!1,text:"(UTC-04:00) Georgetown, La Paz, Manaus, San Juan",utc:["America/Anguilla","America/Antigua","America/Aruba","America/Barbados","America/Blanc-Sablon","America/Boa_Vista","America/Curacao","America/Dominica","America/Grand_Turk","America/Grenada","America/Guadeloupe","America/Guyana","America/Kralendijk","America/La_Paz","America/Lower_Princes","America/Manaus","America/Marigot","America/Martinique","America/Montserrat","America/Port_of_Spain","America/Porto_Velho","America/Puerto_Rico","America/Santo_Domingo","America/St_Barthelemy","America/St_Kitts","America/St_Lucia","America/St_Thomas","America/St_Vincent","America/Tortola","Etc/GMT+4"]},{value:"Pacific SA Standard Time",abbr:"PSST",offset:-4,isdst:!1,text:"(UTC-04:00) Santiago",utc:["America/Santiago","Antarctica/Palmer"]},{value:"Newfoundland Standard Time",abbr:"NDT",offset:-2.5,isdst:!0,text:"(UTC-03:30) Newfoundland",utc:["America/St_Johns"]},{value:"E. South America Standard Time",abbr:"ESAST",offset:-3,isdst:!1,text:"(UTC-03:00) Brasilia",utc:["America/Sao_Paulo"]},{value:"Argentina Standard Time",abbr:"AST",offset:-3,isdst:!1,text:"(UTC-03:00) Buenos Aires",utc:["America/Argentina/La_Rioja","America/Argentina/Rio_Gallegos","America/Argentina/Salta","America/Argentina/San_Juan","America/Argentina/San_Luis","America/Argentina/Tucuman","America/Argentina/Ushuaia","America/Buenos_Aires","America/Catamarca","America/Cordoba","America/Jujuy","America/Mendoza"]},{value:"SA Eastern Standard Time",abbr:"SEST",offset:-3,isdst:!1,text:"(UTC-03:00) Cayenne, Fortaleza",utc:["America/Araguaina","America/Belem","America/Cayenne","America/Fortaleza","America/Maceio","America/Paramaribo","America/Recife","America/Santarem","Antarctica/Rothera","Atlantic/Stanley","Etc/GMT+3"]},{value:"Greenland Standard Time",abbr:"GDT",offset:-3,isdst:!0,text:"(UTC-03:00) Greenland",utc:["America/Godthab"]},{value:"Montevideo Standard Time",abbr:"MST",offset:-3,isdst:!1,text:"(UTC-03:00) Montevideo",utc:["America/Montevideo"]},{value:"Bahia Standard Time",abbr:"BST",offset:-3,isdst:!1,text:"(UTC-03:00) Salvador",utc:["America/Bahia"]},{value:"UTC-02",abbr:"U",offset:-2,isdst:!1,text:"(UTC-02:00) Coordinated Universal Time-02",utc:["America/Noronha","Atlantic/South_Georgia","Etc/GMT+2"]},{value:"Mid-Atlantic Standard Time",abbr:"MDT",offset:-1,isdst:!0,text:"(UTC-02:00) Mid-Atlantic - Old",utc:[]},{value:"Azores Standard Time",abbr:"ADT",offset:0,isdst:!0,text:"(UTC-01:00) Azores",utc:["America/Scoresbysund","Atlantic/Azores"]},{value:"Cape Verde Standard Time",abbr:"CVST",offset:-1,isdst:!1,text:"(UTC-01:00) Cape Verde Is.",utc:["Atlantic/Cape_Verde","Etc/GMT+1"]},{value:"Morocco Standard Time",abbr:"MDT",offset:1,isdst:!0,text:"(UTC) Casablanca",utc:["Africa/Casablanca","Africa/El_Aaiun"]},{value:"UTC",abbr:"UTC",offset:0,isdst:!1,text:"(UTC) Coordinated Universal Time",utc:["America/Danmarkshavn","Etc/GMT"]},{value:"GMT Standard Time",abbr:"GMT",offset:0,isdst:!1,text:"(UTC) Edinburgh, London",utc:["Europe/Isle_of_Man","Europe/Guernsey","Europe/Jersey","Europe/London"]},{value:"British Summer Time",abbr:"BST",offset:1,isdst:!0,text:"(UTC+01:00) Edinburgh, London",utc:["Europe/Isle_of_Man","Europe/Guernsey","Europe/Jersey","Europe/London"]},{value:"GMT Standard Time",abbr:"GDT",offset:1,isdst:!0,text:"(UTC) Dublin, Lisbon",utc:["Atlantic/Canary","Atlantic/Faeroe","Atlantic/Madeira","Europe/Dublin","Europe/Lisbon"]},{value:"Greenwich Standard Time",abbr:"GST",offset:0,isdst:!1,text:"(UTC) Monrovia, Reykjavik",utc:["Africa/Abidjan","Africa/Accra","Africa/Bamako","Africa/Banjul","Africa/Bissau","Africa/Conakry","Africa/Dakar","Africa/Freetown","Africa/Lome","Africa/Monrovia","Africa/Nouakchott","Africa/Ouagadougou","Africa/Sao_Tome","Atlantic/Reykjavik","Atlantic/St_Helena"]},{value:"W. Europe Standard Time",abbr:"WEDT",offset:2,isdst:!0,text:"(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna",utc:["Arctic/Longyearbyen","Europe/Amsterdam","Europe/Andorra","Europe/Berlin","Europe/Busingen","Europe/Gibraltar","Europe/Luxembourg","Europe/Malta","Europe/Monaco","Europe/Oslo","Europe/Rome","Europe/San_Marino","Europe/Stockholm","Europe/Vaduz","Europe/Vatican","Europe/Vienna","Europe/Zurich"]},{value:"Central Europe Standard Time",abbr:"CEDT",offset:2,isdst:!0,text:"(UTC+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague",utc:["Europe/Belgrade","Europe/Bratislava","Europe/Budapest","Europe/Ljubljana","Europe/Podgorica","Europe/Prague","Europe/Tirane"]},{value:"Romance Standard Time",abbr:"RDT",offset:2,isdst:!0,text:"(UTC+01:00) Brussels, Copenhagen, Madrid, Paris",utc:["Africa/Ceuta","Europe/Brussels","Europe/Copenhagen","Europe/Madrid","Europe/Paris"]},{value:"Central European Standard Time",abbr:"CEDT",offset:2,isdst:!0,text:"(UTC+01:00) Sarajevo, Skopje, Warsaw, Zagreb",utc:["Europe/Sarajevo","Europe/Skopje","Europe/Warsaw","Europe/Zagreb"]},{value:"W. Central Africa Standard Time",abbr:"WCAST",offset:1,isdst:!1,text:"(UTC+01:00) West Central Africa",utc:["Africa/Algiers","Africa/Bangui","Africa/Brazzaville","Africa/Douala","Africa/Kinshasa","Africa/Lagos","Africa/Libreville","Africa/Luanda","Africa/Malabo","Africa/Ndjamena","Africa/Niamey","Africa/Porto-Novo","Africa/Tunis","Etc/GMT-1"]},{value:"Namibia Standard Time",abbr:"NST",offset:1,isdst:!1,text:"(UTC+01:00) Windhoek",utc:["Africa/Windhoek"]},{value:"GTB Standard Time",abbr:"GDT",offset:3,isdst:!0,text:"(UTC+02:00) Athens, Bucharest",utc:["Asia/Nicosia","Europe/Athens","Europe/Bucharest","Europe/Chisinau"]},{value:"Middle East Standard Time",abbr:"MEDT",offset:3,isdst:!0,text:"(UTC+02:00) Beirut",utc:["Asia/Beirut"]},{value:"Egypt Standard Time",abbr:"EST",offset:2,isdst:!1,text:"(UTC+02:00) Cairo",utc:["Africa/Cairo"]},{value:"Syria Standard Time",abbr:"SDT",offset:3,isdst:!0,text:"(UTC+02:00) Damascus",utc:["Asia/Damascus"]},{value:"E. Europe Standard Time",abbr:"EEDT",offset:3,isdst:!0,text:"(UTC+02:00) E. Europe",utc:["Asia/Nicosia","Europe/Athens","Europe/Bucharest","Europe/Chisinau","Europe/Helsinki","Europe/Kiev","Europe/Mariehamn","Europe/Nicosia","Europe/Riga","Europe/Sofia","Europe/Tallinn","Europe/Uzhgorod","Europe/Vilnius","Europe/Zaporozhye"]},{value:"South Africa Standard Time",abbr:"SAST",offset:2,isdst:!1,text:"(UTC+02:00) Harare, Pretoria",utc:["Africa/Blantyre","Africa/Bujumbura","Africa/Gaborone","Africa/Harare","Africa/Johannesburg","Africa/Kigali","Africa/Lubumbashi","Africa/Lusaka","Africa/Maputo","Africa/Maseru","Africa/Mbabane","Etc/GMT-2"]},{value:"FLE Standard Time",abbr:"FDT",offset:3,isdst:!0,text:"(UTC+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius",utc:["Europe/Helsinki","Europe/Kiev","Europe/Mariehamn","Europe/Riga","Europe/Sofia","Europe/Tallinn","Europe/Uzhgorod","Europe/Vilnius","Europe/Zaporozhye"]},{value:"Turkey Standard Time",abbr:"TDT",offset:3,isdst:!1,text:"(UTC+03:00) Istanbul",utc:["Europe/Istanbul"]},{value:"Israel Standard Time",abbr:"JDT",offset:3,isdst:!0,text:"(UTC+02:00) Jerusalem",utc:["Asia/Jerusalem"]},{value:"Libya Standard Time",abbr:"LST",offset:2,isdst:!1,text:"(UTC+02:00) Tripoli",utc:["Africa/Tripoli"]},{value:"Jordan Standard Time",abbr:"JST",offset:3,isdst:!1,text:"(UTC+03:00) Amman",utc:["Asia/Amman"]},{value:"Arabic Standard Time",abbr:"AST",offset:3,isdst:!1,text:"(UTC+03:00) Baghdad",utc:["Asia/Baghdad"]},{value:"Kaliningrad Standard Time",abbr:"KST",offset:3,isdst:!1,text:"(UTC+02:00) Kaliningrad",utc:["Europe/Kaliningrad"]},{value:"Arab Standard Time",abbr:"AST",offset:3,isdst:!1,text:"(UTC+03:00) Kuwait, Riyadh",utc:["Asia/Aden","Asia/Bahrain","Asia/Kuwait","Asia/Qatar","Asia/Riyadh"]},{value:"E. Africa Standard Time",abbr:"EAST",offset:3,isdst:!1,text:"(UTC+03:00) Nairobi",utc:["Africa/Addis_Ababa","Africa/Asmera","Africa/Dar_es_Salaam","Africa/Djibouti","Africa/Juba","Africa/Kampala","Africa/Khartoum","Africa/Mogadishu","Africa/Nairobi","Antarctica/Syowa","Etc/GMT-3","Indian/Antananarivo","Indian/Comoro","Indian/Mayotte"]},{value:"Moscow Standard Time",abbr:"MSK",offset:3,isdst:!1,text:"(UTC+03:00) Moscow, St. Petersburg, Volgograd, Minsk",utc:["Europe/Kirov","Europe/Moscow","Europe/Simferopol","Europe/Volgograd","Europe/Minsk"]},{value:"Samara Time",abbr:"SAMT",offset:4,isdst:!1,text:"(UTC+04:00) Samara, Ulyanovsk, Saratov",utc:["Europe/Astrakhan","Europe/Samara","Europe/Ulyanovsk"]},{value:"Iran Standard Time",abbr:"IDT",offset:4.5,isdst:!0,text:"(UTC+03:30) Tehran",utc:["Asia/Tehran"]},{value:"Arabian Standard Time",abbr:"AST",offset:4,isdst:!1,text:"(UTC+04:00) Abu Dhabi, Muscat",utc:["Asia/Dubai","Asia/Muscat","Etc/GMT-4"]},{value:"Azerbaijan Standard Time",abbr:"ADT",offset:5,isdst:!0,text:"(UTC+04:00) Baku",utc:["Asia/Baku"]},{value:"Mauritius Standard Time",abbr:"MST",offset:4,isdst:!1,text:"(UTC+04:00) Port Louis",utc:["Indian/Mahe","Indian/Mauritius","Indian/Reunion"]},{value:"Georgian Standard Time",abbr:"GET",offset:4,isdst:!1,text:"(UTC+04:00) Tbilisi",utc:["Asia/Tbilisi"]},{value:"Caucasus Standard Time",abbr:"CST",offset:4,isdst:!1,text:"(UTC+04:00) Yerevan",utc:["Asia/Yerevan"]},{value:"Afghanistan Standard Time",abbr:"AST",offset:4.5,isdst:!1,text:"(UTC+04:30) Kabul",utc:["Asia/Kabul"]},{value:"West Asia Standard Time",abbr:"WAST",offset:5,isdst:!1,text:"(UTC+05:00) Ashgabat, Tashkent",utc:["Antarctica/Mawson","Asia/Aqtau","Asia/Aqtobe","Asia/Ashgabat","Asia/Dushanbe","Asia/Oral","Asia/Samarkand","Asia/Tashkent","Etc/GMT-5","Indian/Kerguelen","Indian/Maldives"]},{value:"Yekaterinburg Time",abbr:"YEKT",offset:5,isdst:!1,text:"(UTC+05:00) Yekaterinburg",utc:["Asia/Yekaterinburg"]},{value:"Pakistan Standard Time",abbr:"PKT",offset:5,isdst:!1,text:"(UTC+05:00) Islamabad, Karachi",utc:["Asia/Karachi"]},{value:"India Standard Time",abbr:"IST",offset:5.5,isdst:!1,text:"(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi",utc:["Asia/Kolkata","Asia/Calcutta"]},{value:"Sri Lanka Standard Time",abbr:"SLST",offset:5.5,isdst:!1,text:"(UTC+05:30) Sri Jayawardenepura",utc:["Asia/Colombo"]},{value:"Nepal Standard Time",abbr:"NST",offset:5.75,isdst:!1,text:"(UTC+05:45) Kathmandu",utc:["Asia/Kathmandu"]},{value:"Central Asia Standard Time",abbr:"CAST",offset:6,isdst:!1,text:"(UTC+06:00) Nur-Sultan (Astana)",utc:["Antarctica/Vostok","Asia/Almaty","Asia/Bishkek","Asia/Qyzylorda","Asia/Urumqi","Etc/GMT-6","Indian/Chagos"]},{value:"Bangladesh Standard Time",abbr:"BST",offset:6,isdst:!1,text:"(UTC+06:00) Dhaka",utc:["Asia/Dhaka","Asia/Thimphu"]},{value:"Myanmar Standard Time",abbr:"MST",offset:6.5,isdst:!1,text:"(UTC+06:30) Yangon (Rangoon)",utc:["Asia/Rangoon","Indian/Cocos"]},{value:"SE Asia Standard Time",abbr:"SAST",offset:7,isdst:!1,text:"(UTC+07:00) Bangkok, Hanoi, Jakarta",utc:["Antarctica/Davis","Asia/Bangkok","Asia/Hovd","Asia/Jakarta","Asia/Phnom_Penh","Asia/Pontianak","Asia/Saigon","Asia/Vientiane","Etc/GMT-7","Indian/Christmas"]},{value:"N. Central Asia Standard Time",abbr:"NCAST",offset:7,isdst:!1,text:"(UTC+07:00) Novosibirsk",utc:["Asia/Novokuznetsk","Asia/Novosibirsk","Asia/Omsk"]},{value:"China Standard Time",abbr:"CST",offset:8,isdst:!1,text:"(UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi",utc:["Asia/Hong_Kong","Asia/Macau","Asia/Shanghai"]},{value:"North Asia Standard Time",abbr:"NAST",offset:8,isdst:!1,text:"(UTC+08:00) Krasnoyarsk",utc:["Asia/Krasnoyarsk"]},{value:"Singapore Standard Time",abbr:"MPST",offset:8,isdst:!1,text:"(UTC+08:00) Kuala Lumpur, Singapore",utc:["Asia/Brunei","Asia/Kuala_Lumpur","Asia/Kuching","Asia/Makassar","Asia/Manila","Asia/Singapore","Etc/GMT-8"]},{value:"W. Australia Standard Time",abbr:"WAST",offset:8,isdst:!1,text:"(UTC+08:00) Perth",utc:["Antarctica/Casey","Australia/Perth"]},{value:"Taipei Standard Time",abbr:"TST",offset:8,isdst:!1,text:"(UTC+08:00) Taipei",utc:["Asia/Taipei"]},{value:"Ulaanbaatar Standard Time",abbr:"UST",offset:8,isdst:!1,text:"(UTC+08:00) Ulaanbaatar",utc:["Asia/Choibalsan","Asia/Ulaanbaatar"]},{value:"North Asia East Standard Time",abbr:"NAEST",offset:8,isdst:!1,text:"(UTC+08:00) Irkutsk",utc:["Asia/Irkutsk"]},{value:"Japan Standard Time",abbr:"JST",offset:9,isdst:!1,text:"(UTC+09:00) Osaka, Sapporo, Tokyo",utc:["Asia/Dili","Asia/Jayapura","Asia/Tokyo","Etc/GMT-9","Pacific/Palau"]},{value:"Korea Standard Time",abbr:"KST",offset:9,isdst:!1,text:"(UTC+09:00) Seoul",utc:["Asia/Pyongyang","Asia/Seoul"]},{value:"Cen. Australia Standard Time",abbr:"CAST",offset:9.5,isdst:!1,text:"(UTC+09:30) Adelaide",utc:["Australia/Adelaide","Australia/Broken_Hill"]},{value:"AUS Central Standard Time",abbr:"ACST",offset:9.5,isdst:!1,text:"(UTC+09:30) Darwin",utc:["Australia/Darwin"]},{value:"E. Australia Standard Time",abbr:"EAST",offset:10,isdst:!1,text:"(UTC+10:00) Brisbane",utc:["Australia/Brisbane","Australia/Lindeman"]},{value:"AUS Eastern Standard Time",abbr:"AEST",offset:10,isdst:!1,text:"(UTC+10:00) Canberra, Melbourne, Sydney",utc:["Australia/Melbourne","Australia/Sydney"]},{value:"West Pacific Standard Time",abbr:"WPST",offset:10,isdst:!1,text:"(UTC+10:00) Guam, Port Moresby",utc:["Antarctica/DumontDUrville","Etc/GMT-10","Pacific/Guam","Pacific/Port_Moresby","Pacific/Saipan","Pacific/Truk"]},{value:"Tasmania Standard Time",abbr:"TST",offset:10,isdst:!1,text:"(UTC+10:00) Hobart",utc:["Australia/Currie","Australia/Hobart"]},{value:"Yakutsk Standard Time",abbr:"YST",offset:9,isdst:!1,text:"(UTC+09:00) Yakutsk",utc:["Asia/Chita","Asia/Khandyga","Asia/Yakutsk"]},{value:"Central Pacific Standard Time",abbr:"CPST",offset:11,isdst:!1,text:"(UTC+11:00) Solomon Is., New Caledonia",utc:["Antarctica/Macquarie","Etc/GMT-11","Pacific/Efate","Pacific/Guadalcanal","Pacific/Kosrae","Pacific/Noumea","Pacific/Ponape"]},{value:"Vladivostok Standard Time",abbr:"VST",offset:11,isdst:!1,text:"(UTC+11:00) Vladivostok",utc:["Asia/Sakhalin","Asia/Ust-Nera","Asia/Vladivostok"]},{value:"New Zealand Standard Time",abbr:"NZST",offset:12,isdst:!1,text:"(UTC+12:00) Auckland, Wellington",utc:["Antarctica/McMurdo","Pacific/Auckland"]},{value:"UTC+12",abbr:"U",offset:12,isdst:!1,text:"(UTC+12:00) Coordinated Universal Time+12",utc:["Etc/GMT-12","Pacific/Funafuti","Pacific/Kwajalein","Pacific/Majuro","Pacific/Nauru","Pacific/Tarawa","Pacific/Wake","Pacific/Wallis"]},{value:"Fiji Standard Time",abbr:"FST",offset:12,isdst:!1,text:"(UTC+12:00) Fiji",utc:["Pacific/Fiji"]},{value:"Magadan Standard Time",abbr:"MST",offset:12,isdst:!1,text:"(UTC+12:00) Magadan",utc:["Asia/Anadyr","Asia/Kamchatka","Asia/Magadan","Asia/Srednekolymsk"]},{value:"Kamchatka Standard Time",abbr:"KDT",offset:13,isdst:!0,text:"(UTC+12:00) Petropavlovsk-Kamchatsky - Old",utc:["Asia/Kamchatka"]},{value:"Tonga Standard Time",abbr:"TST",offset:13,isdst:!1,text:"(UTC+13:00) Nuku'alofa",utc:["Etc/GMT-13","Pacific/Enderbury","Pacific/Fakaofo","Pacific/Tongatapu"]},{value:"Samoa Standard Time",abbr:"SST",offset:13,isdst:!1,text:"(UTC+13:00) Samoa",utc:["Pacific/Apia"]}];function sr(){const e=wa();return v.jsxs(S.Fragment,{children:[v.jsxs(Pa,{title:"What is your weekly availability?",children:["Drag to select.  ",v.jsx("span",{className:"qcalendar-green-square"})," = available"]}),v.jsx(ir,{}),v.jsx(Ra,{addClass:"mt-5",onChange:a=>{console.log(a)}}),v.jsxs(ka,{addClass:"justify-between",children:[v.jsx(Ea,{label:"previous page",iconUrl:Ma,onClick:()=>e("../1")}),v.jsx(Ua,{size:"lg",length:"long",color:"primary",href:"/",children:"View available roles"})]})]})}function ir(){const[e,a]=S.useState(0);return S.useEffect(()=>{const t=Intl.DateTimeFormat().resolvedOptions().timeZone;for(const[r,i]of oe.entries())if(i.utc.includes(t)){a(r);break}},[]),v.jsx("div",{className:"qcalendar-dropdown flex-container justify-right",children:v.jsx(tr,{addClass:"col-3 ovflow-hidden",ariaLabel:"timezone-dropdown",label:"Your timezone:",labelHidden:!1,value:oe[e].text,children:oe.map((t,r)=>v.jsx(rr,{value:r,selected:oe[r].value==oe[e].value,onClick:i=>{typeof i=="number"&&a(i)},children:t.text},r))})})}export{sr as default}; diff --git a/frontend/dist/assets/QualifierPageRoles-gCbCKaDL.js b/frontend/dist/assets/QualifierPageRoles-gCbCKaDL.js deleted file mode 100644 index 1340365e..00000000 --- a/frontend/dist/assets/QualifierPageRoles-gCbCKaDL.js +++ /dev/null @@ -1 +0,0 @@ -import{r as a,u,f,j as e,B as m,o as x,C as j}from"./index-VfS-tgyG.js";import{Q as p,a as g}from"./QualifierComponents-5WGFz71t.js";function N(){const[s,l]=a.useState([]),o=u();return a.useEffect(()=>{l(f())},[]),e.jsxs(a.Fragment,{children:[e.jsx(p,{title:"What type of role are you looking for?",children:"Select as many roles as you'd like to find opportunities in."}),e.jsx("div",{className:"flex-center-x",children:s.map((t,r)=>e.jsxs(a.Fragment,{children:[e.jsx(y,{copDatum:t}),ro("../2"),children:"Next"})})]})}function y({copDatum:s}){const[l,o]=a.useState(!1),[t,r]=a.useState(Array(s.roles.length).fill(!1));function c(){const i=t.map(n=>!l);r(i),o(!l)}return e.jsx("div",{className:"row fill flex-center-x my-1",children:e.jsxs("div",{className:"col-8",children:[e.jsxs("div",{className:"row align-center my-3 justify-between",children:[e.jsxs("div",{className:"flex items-center",children:[e.jsx(s.icon,{fill:"black",strokeWidth:"0.2",height:"21","aria-hidden":"true"}),e.jsx("span",{className:"title-4 ml-1",children:s.title})]}),e.jsx("span",{className:"links",tabIndex:0,role:"button","aria-pressed":l,onClick:c,onKeyDown:i=>x(c,"Enter")(i),children:l?"Deselect all":"Select all"})]}),e.jsx("div",{children:s.roles.map((i,n)=>e.jsx(j,{variant:"multi",addClass:"mr-4 mb-4",checked:t[n],value:i,onClick:(h,v)=>{const d=[...t];d[n]=h,r(d),console.log(t)}},n))})]})})}export{N as default}; diff --git a/frontend/dist/assets/index-VfS-tgyG.js b/frontend/dist/assets/index-VfS-tgyG.js deleted file mode 100644 index 9a5380ef..00000000 --- a/frontend/dist/assets/index-VfS-tgyG.js +++ /dev/null @@ -1,108 +0,0 @@ -function eF(e,r){for(var i=0;iu[c]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}var pi=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function v0(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var k3={exports:{}},dc={},S3={exports:{}},nt={};/** - * @license React - * react.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var Yl=Symbol.for("react.element"),tF=Symbol.for("react.portal"),rF=Symbol.for("react.fragment"),nF=Symbol.for("react.strict_mode"),aF=Symbol.for("react.profiler"),iF=Symbol.for("react.provider"),oF=Symbol.for("react.context"),lF=Symbol.for("react.forward_ref"),sF=Symbol.for("react.suspense"),uF=Symbol.for("react.memo"),cF=Symbol.for("react.lazy"),Pg=Symbol.iterator;function dF(e){return e===null||typeof e!="object"?null:(e=Pg&&e[Pg]||e["@@iterator"],typeof e=="function"?e:null)}var F3={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},B3=Object.assign,R3={};function Bo(e,r,i){this.props=e,this.context=r,this.refs=R3,this.updater=i||F3}Bo.prototype.isReactComponent={};Bo.prototype.setState=function(e,r){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,r,"setState")};Bo.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function I3(){}I3.prototype=Bo.prototype;function y0(e,r,i){this.props=e,this.context=r,this.refs=R3,this.updater=i||F3}var x0=y0.prototype=new I3;x0.constructor=y0;B3(x0,Bo.prototype);x0.isPureReactComponent=!0;var Ng=Array.isArray,O3=Object.prototype.hasOwnProperty,b0={current:null},T3={key:!0,ref:!0,__self:!0,__source:!0};function M3(e,r,i){var u,c={},f=null,v=null;if(r!=null)for(u in r.ref!==void 0&&(v=r.ref),r.key!==void 0&&(f=""+r.key),r)O3.call(r,u)&&!T3.hasOwnProperty(u)&&(c[u]=r[u]);var x=arguments.length-2;if(x===1)c.children=i;else if(1>>1,De=$[vt];if(0>>1;vtc(Hn,Te))crc(Fr,Hn)?($[vt]=Fr,$[cr]=Te,vt=cr):($[vt]=Hn,$[Sr]=Te,vt=Sr);else if(crc(Fr,Te))$[vt]=Fr,$[cr]=Te,vt=cr;else break e}}return ge}function c($,ge){var Te=$.sortIndex-ge.sortIndex;return Te!==0?Te:$.id-ge.id}if(typeof performance=="object"&&typeof performance.now=="function"){var f=performance;e.unstable_now=function(){return f.now()}}else{var v=Date,x=v.now();e.unstable_now=function(){return v.now()-x}}var b=[],_=[],S=1,k=null,F=3,W=!1,q=!1,B=!1,se=typeof setTimeout=="function"?setTimeout:null,R=typeof clearTimeout=="function"?clearTimeout:null,E=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function I($){for(var ge=i(_);ge!==null;){if(ge.callback===null)u(_);else if(ge.startTime<=$)u(_),ge.sortIndex=ge.expirationTime,r(b,ge);else break;ge=i(_)}}function G($){if(B=!1,I($),!q)if(i(b)!==null)q=!0,We(X);else{var ge=i(_);ge!==null&&_t(G,ge.startTime-$)}}function X($,ge){q=!1,B&&(B=!1,R(me),me=-1),W=!0;var Te=F;try{for(I(ge),k=i(b);k!==null&&(!(k.expirationTime>ge)||$&&!dt());){var vt=k.callback;if(typeof vt=="function"){k.callback=null,F=k.priorityLevel;var De=vt(k.expirationTime<=ge);ge=e.unstable_now(),typeof De=="function"?k.callback=De:k===i(b)&&u(b),I(ge)}else u(b);k=i(b)}if(k!==null)var ze=!0;else{var Sr=i(_);Sr!==null&&_t(G,Sr.startTime-ge),ze=!1}return ze}finally{k=null,F=Te,W=!1}}var ue=!1,ee=null,me=-1,Ue=5,ke=-1;function dt(){return!(e.unstable_now()-ke$||125<$?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):Ue=0<$?Math.floor(1e3/$):5},e.unstable_getCurrentPriorityLevel=function(){return F},e.unstable_getFirstCallbackNode=function(){return i(b)},e.unstable_next=function($){switch(F){case 1:case 2:case 3:var ge=3;break;default:ge=F}var Te=F;F=ge;try{return $()}finally{F=Te}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function($,ge){switch($){case 1:case 2:case 3:case 4:case 5:break;default:$=3}var Te=F;F=$;try{return ge()}finally{F=Te}},e.unstable_scheduleCallback=function($,ge,Te){var vt=e.unstable_now();switch(typeof Te=="object"&&Te!==null?(Te=Te.delay,Te=typeof Te=="number"&&0vt?($.sortIndex=Te,r(_,$),i(b)===null&&$===i(_)&&(B?(R(me),me=-1):B=!0,_t(G,Te-vt))):($.sortIndex=De,r(b,$),q||W||(q=!0,We(X))),$},e.unstable_shouldYield=dt,e.unstable_wrapCallback=function($){var ge=F;return function(){var Te=F;F=ge;try{return $.apply(this,arguments)}finally{F=Te}}}})(U3);L3.exports=U3;var CF=L3.exports;/** - * @license React - * react-dom.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var z3=P,Kr=CF;function oe(e){for(var r="https://reactjs.org/docs/error-decoder.html?invariant="+e,i=1;i"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),mf=Object.prototype.hasOwnProperty,_F=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,Ug={},zg={};function AF(e){return mf.call(zg,e)?!0:mf.call(Ug,e)?!1:_F.test(e)?zg[e]=!0:(Ug[e]=!0,!1)}function DF(e,r,i,u){if(i!==null&&i.type===0)return!1;switch(typeof r){case"function":case"symbol":return!0;case"boolean":return u?!1:i!==null?!i.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function EF(e,r,i,u){if(r===null||typeof r>"u"||DF(e,r,i,u))return!0;if(u)return!1;if(i!==null)switch(i.type){case 3:return!r;case 4:return r===!1;case 5:return isNaN(r);case 6:return isNaN(r)||1>r}return!1}function Mr(e,r,i,u,c,f,v){this.acceptsBooleans=r===2||r===3||r===4,this.attributeName=u,this.attributeNamespace=c,this.mustUseProperty=i,this.propertyName=e,this.type=r,this.sanitizeURL=f,this.removeEmptyString=v}var br={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){br[e]=new Mr(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var r=e[0];br[r]=new Mr(r,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){br[e]=new Mr(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){br[e]=new Mr(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){br[e]=new Mr(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){br[e]=new Mr(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){br[e]=new Mr(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){br[e]=new Mr(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){br[e]=new Mr(e,5,!1,e.toLowerCase(),null,!1,!1)});var C0=/[\-:]([a-z])/g;function _0(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var r=e.replace(C0,_0);br[r]=new Mr(r,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var r=e.replace(C0,_0);br[r]=new Mr(r,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var r=e.replace(C0,_0);br[r]=new Mr(r,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){br[e]=new Mr(e,1,!1,e.toLowerCase(),null,!1,!1)});br.xlinkHref=new Mr("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){br[e]=new Mr(e,1,!1,e.toLowerCase(),null,!0,!0)});function A0(e,r,i,u){var c=br.hasOwnProperty(r)?br[r]:null;(c!==null?c.type!==0:u||!(2x||c[v]!==f[x]){var b=` -`+c[v].replace(" at new "," at ");return e.displayName&&b.includes("")&&(b=b.replace("",e.displayName)),b}while(1<=v&&0<=x);break}}}finally{Rd=!1,Error.prepareStackTrace=i}return(e=e?e.displayName||e.name:"")?yl(e):""}function jF(e){switch(e.tag){case 5:return yl(e.type);case 16:return yl("Lazy");case 13:return yl("Suspense");case 19:return yl("SuspenseList");case 0:case 2:case 15:return e=Id(e.type,!1),e;case 11:return e=Id(e.type.render,!1),e;case 1:return e=Id(e.type,!0),e;default:return""}}function xf(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case $i:return"Fragment";case Ki:return"Portal";case gf:return"Profiler";case D0:return"StrictMode";case vf:return"Suspense";case yf:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case G3:return(e.displayName||"Context")+".Consumer";case H3:return(e._context.displayName||"Context")+".Provider";case E0:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case j0:return r=e.displayName||null,r!==null?r:xf(e.type)||"Memo";case Aa:r=e._payload,e=e._init;try{return xf(e(r))}catch{}}return null}function kF(e){var r=e.type;switch(e.tag){case 24:return"Cache";case 9:return(r.displayName||"Context")+".Consumer";case 10:return(r._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=r.render,e=e.displayName||e.name||"",r.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return r;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return xf(r);case 8:return r===D0?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof r=="function")return r.displayName||r.name||null;if(typeof r=="string")return r}return null}function La(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function Q3(e){var r=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(r==="checkbox"||r==="radio")}function SF(e){var r=Q3(e)?"checked":"value",i=Object.getOwnPropertyDescriptor(e.constructor.prototype,r),u=""+e[r];if(!e.hasOwnProperty(r)&&typeof i<"u"&&typeof i.get=="function"&&typeof i.set=="function"){var c=i.get,f=i.set;return Object.defineProperty(e,r,{configurable:!0,get:function(){return c.call(this)},set:function(v){u=""+v,f.call(this,v)}}),Object.defineProperty(e,r,{enumerable:i.enumerable}),{getValue:function(){return u},setValue:function(v){u=""+v},stopTracking:function(){e._valueTracker=null,delete e[r]}}}}function au(e){e._valueTracker||(e._valueTracker=SF(e))}function W3(e){if(!e)return!1;var r=e._valueTracker;if(!r)return!0;var i=r.getValue(),u="";return e&&(u=Q3(e)?e.checked?"true":"false":e.value),e=u,e!==i?(r.setValue(e),!0):!1}function Mu(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function bf(e,r){var i=r.checked;return It({},r,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:i??e._wrapperState.initialChecked})}function Hg(e,r){var i=r.defaultValue==null?"":r.defaultValue,u=r.checked!=null?r.checked:r.defaultChecked;i=La(r.value!=null?r.value:i),e._wrapperState={initialChecked:u,initialValue:i,controlled:r.type==="checkbox"||r.type==="radio"?r.checked!=null:r.value!=null}}function Z3(e,r){r=r.checked,r!=null&&A0(e,"checked",r,!1)}function wf(e,r){Z3(e,r);var i=La(r.value),u=r.type;if(i!=null)u==="number"?(i===0&&e.value===""||e.value!=i)&&(e.value=""+i):e.value!==""+i&&(e.value=""+i);else if(u==="submit"||u==="reset"){e.removeAttribute("value");return}r.hasOwnProperty("value")?Cf(e,r.type,i):r.hasOwnProperty("defaultValue")&&Cf(e,r.type,La(r.defaultValue)),r.checked==null&&r.defaultChecked!=null&&(e.defaultChecked=!!r.defaultChecked)}function Gg(e,r,i){if(r.hasOwnProperty("value")||r.hasOwnProperty("defaultValue")){var u=r.type;if(!(u!=="submit"&&u!=="reset"||r.value!==void 0&&r.value!==null))return;r=""+e._wrapperState.initialValue,i||r===e.value||(e.value=r),e.defaultValue=r}i=e.name,i!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,i!==""&&(e.name=i)}function Cf(e,r,i){(r!=="number"||Mu(e.ownerDocument)!==e)&&(i==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+i&&(e.defaultValue=""+i))}var xl=Array.isArray;function mo(e,r,i,u){if(e=e.options,r){r={};for(var c=0;c"+r.valueOf().toString()+"",r=iu.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;r.firstChild;)e.appendChild(r.firstChild)}});function Ol(e,r){if(r){var i=e.firstChild;if(i&&i===e.lastChild&&i.nodeType===3){i.nodeValue=r;return}}e.textContent=r}var _l={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},FF=["Webkit","ms","Moz","O"];Object.keys(_l).forEach(function(e){FF.forEach(function(r){r=r+e.charAt(0).toUpperCase()+e.substring(1),_l[r]=_l[e]})});function K3(e,r,i){return r==null||typeof r=="boolean"||r===""?"":i||typeof r!="number"||r===0||_l.hasOwnProperty(e)&&_l[e]?(""+r).trim():r+"px"}function $3(e,r){e=e.style;for(var i in r)if(r.hasOwnProperty(i)){var u=i.indexOf("--")===0,c=K3(i,r[i],u);i==="float"&&(i="cssFloat"),u?e.setProperty(i,c):e[i]=c}}var BF=It({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Df(e,r){if(r){if(BF[e]&&(r.children!=null||r.dangerouslySetInnerHTML!=null))throw Error(oe(137,e));if(r.dangerouslySetInnerHTML!=null){if(r.children!=null)throw Error(oe(60));if(typeof r.dangerouslySetInnerHTML!="object"||!("__html"in r.dangerouslySetInnerHTML))throw Error(oe(61))}if(r.style!=null&&typeof r.style!="object")throw Error(oe(62))}}function Ef(e,r){if(e.indexOf("-")===-1)return typeof r.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var jf=null;function k0(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var kf=null,go=null,vo=null;function Wg(e){if(e=es(e)){if(typeof kf!="function")throw Error(oe(280));var r=e.stateNode;r&&(r=gc(r),kf(e.stateNode,e.type,r))}}function ey(e){go?vo?vo.push(e):vo=[e]:go=e}function ty(){if(go){var e=go,r=vo;if(vo=go=null,Wg(e),r)for(e=0;e>>=0,e===0?32:31-(VF(e)/HF|0)|0}var ou=64,lu=4194304;function bl(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function Uu(e,r){var i=e.pendingLanes;if(i===0)return 0;var u=0,c=e.suspendedLanes,f=e.pingedLanes,v=i&268435455;if(v!==0){var x=v&~c;x!==0?u=bl(x):(f&=v,f!==0&&(u=bl(f)))}else v=i&~c,v!==0?u=bl(v):f!==0&&(u=bl(f));if(u===0)return 0;if(r!==0&&r!==u&&!(r&c)&&(c=u&-u,f=r&-r,c>=f||c===16&&(f&4194240)!==0))return r;if(u&4&&(u|=i&16),r=e.entangledLanes,r!==0)for(e=e.entanglements,r&=u;0i;i++)r.push(e);return r}function Kl(e,r,i){e.pendingLanes|=r,r!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,r=31-Dn(r),e[r]=i}function WF(e,r){var i=e.pendingLanes&~r;e.pendingLanes=r,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=r,e.mutableReadLanes&=r,e.entangledLanes&=r,r=e.entanglements;var u=e.eventTimes;for(e=e.expirationTimes;0=Dl),rv=" ",nv=!1;function wy(e,r){switch(e){case"keyup":return wB.indexOf(r.keyCode)!==-1;case"keydown":return r.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Cy(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var eo=!1;function _B(e,r){switch(e){case"compositionend":return Cy(r);case"keypress":return r.which!==32?null:(nv=!0,rv);case"textInput":return e=r.data,e===rv&&nv?null:e;default:return null}}function AB(e,r){if(eo)return e==="compositionend"||!M0&&wy(e,r)?(e=xy(),Eu=I0=ka=null,eo=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(r.ctrlKey||r.altKey||r.metaKey)||r.ctrlKey&&r.altKey){if(r.char&&1=r)return{node:i,offset:r-e};e=u}e:{for(;i;){if(i.nextSibling){i=i.nextSibling;break e}i=i.parentNode}i=void 0}i=lv(i)}}function Ey(e,r){return e&&r?e===r?!0:e&&e.nodeType===3?!1:r&&r.nodeType===3?Ey(e,r.parentNode):"contains"in e?e.contains(r):e.compareDocumentPosition?!!(e.compareDocumentPosition(r)&16):!1:!1}function jy(){for(var e=window,r=Mu();r instanceof e.HTMLIFrameElement;){try{var i=typeof r.contentWindow.location.href=="string"}catch{i=!1}if(i)e=r.contentWindow;else break;r=Mu(e.document)}return r}function P0(e){var r=e&&e.nodeName&&e.nodeName.toLowerCase();return r&&(r==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||r==="textarea"||e.contentEditable==="true")}function IB(e){var r=jy(),i=e.focusedElem,u=e.selectionRange;if(r!==i&&i&&i.ownerDocument&&Ey(i.ownerDocument.documentElement,i)){if(u!==null&&P0(i)){if(r=u.start,e=u.end,e===void 0&&(e=r),"selectionStart"in i)i.selectionStart=r,i.selectionEnd=Math.min(e,i.value.length);else if(e=(r=i.ownerDocument||document)&&r.defaultView||window,e.getSelection){e=e.getSelection();var c=i.textContent.length,f=Math.min(u.start,c);u=u.end===void 0?f:Math.min(u.end,c),!e.extend&&f>u&&(c=u,u=f,f=c),c=sv(i,f);var v=sv(i,u);c&&v&&(e.rangeCount!==1||e.anchorNode!==c.node||e.anchorOffset!==c.offset||e.focusNode!==v.node||e.focusOffset!==v.offset)&&(r=r.createRange(),r.setStart(c.node,c.offset),e.removeAllRanges(),f>u?(e.addRange(r),e.extend(v.node,v.offset)):(r.setEnd(v.node,v.offset),e.addRange(r)))}}for(r=[],e=i;e=e.parentNode;)e.nodeType===1&&r.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof i.focus=="function"&&i.focus(),i=0;i=document.documentMode,to=null,Of=null,jl=null,Tf=!1;function uv(e,r,i){var u=i.window===i?i.document:i.nodeType===9?i:i.ownerDocument;Tf||to==null||to!==Mu(u)||(u=to,"selectionStart"in u&&P0(u)?u={start:u.selectionStart,end:u.selectionEnd}:(u=(u.ownerDocument&&u.ownerDocument.defaultView||window).getSelection(),u={anchorNode:u.anchorNode,anchorOffset:u.anchorOffset,focusNode:u.focusNode,focusOffset:u.focusOffset}),jl&&Ul(jl,u)||(jl=u,u=Hu(Of,"onSelect"),0ao||(e.current=zf[ao],zf[ao]=null,ao--)}function Ct(e,r){ao++,zf[ao]=e.current,e.current=r}var Ua={},kr=Va(Ua),zr=Va(!1),hi=Ua;function _o(e,r){var i=e.type.contextTypes;if(!i)return Ua;var u=e.stateNode;if(u&&u.__reactInternalMemoizedUnmaskedChildContext===r)return u.__reactInternalMemoizedMaskedChildContext;var c={},f;for(f in i)c[f]=r[f];return u&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=r,e.__reactInternalMemoizedMaskedChildContext=c),c}function Vr(e){return e=e.childContextTypes,e!=null}function qu(){Dt(zr),Dt(kr)}function gv(e,r,i){if(kr.current!==Ua)throw Error(oe(168));Ct(kr,r),Ct(zr,i)}function My(e,r,i){var u=e.stateNode;if(r=r.childContextTypes,typeof u.getChildContext!="function")return i;u=u.getChildContext();for(var c in u)if(!(c in r))throw Error(oe(108,kF(e)||"Unknown",c));return It({},i,u)}function Qu(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Ua,hi=kr.current,Ct(kr,e),Ct(zr,zr.current),!0}function vv(e,r,i){var u=e.stateNode;if(!u)throw Error(oe(169));i?(e=My(e,r,hi),u.__reactInternalMemoizedMergedChildContext=e,Dt(zr),Dt(kr),Ct(kr,e)):Dt(zr),Ct(zr,i)}var ea=null,vc=!1,Wd=!1;function Py(e){ea===null?ea=[e]:ea.push(e)}function qB(e){vc=!0,Py(e)}function Ha(){if(!Wd&&ea!==null){Wd=!0;var e=0,r=bt;try{var i=ea;for(bt=1;e>=v,c-=v,ta=1<<32-Dn(r)+c|i<me?(Ue=ee,ee=null):Ue=ee.sibling;var ke=F(R,ee,I[me],G);if(ke===null){ee===null&&(ee=Ue);break}e&&ee&&ke.alternate===null&&r(R,ee),E=f(ke,E,me),ue===null?X=ke:ue.sibling=ke,ue=ke,ee=Ue}if(me===I.length)return i(R,ee),kt&&ti(R,me),X;if(ee===null){for(;meme?(Ue=ee,ee=null):Ue=ee.sibling;var dt=F(R,ee,ke.value,G);if(dt===null){ee===null&&(ee=Ue);break}e&&ee&&dt.alternate===null&&r(R,ee),E=f(dt,E,me),ue===null?X=dt:ue.sibling=dt,ue=dt,ee=Ue}if(ke.done)return i(R,ee),kt&&ti(R,me),X;if(ee===null){for(;!ke.done;me++,ke=I.next())ke=k(R,ke.value,G),ke!==null&&(E=f(ke,E,me),ue===null?X=ke:ue.sibling=ke,ue=ke);return kt&&ti(R,me),X}for(ee=u(R,ee);!ke.done;me++,ke=I.next())ke=W(ee,R,me,ke.value,G),ke!==null&&(e&&ke.alternate!==null&&ee.delete(ke.key===null?me:ke.key),E=f(ke,E,me),ue===null?X=ke:ue.sibling=ke,ue=ke);return e&&ee.forEach(function(Ae){return r(R,Ae)}),kt&&ti(R,me),X}function se(R,E,I,G){if(typeof I=="object"&&I!==null&&I.type===$i&&I.key===null&&(I=I.props.children),typeof I=="object"&&I!==null){switch(I.$$typeof){case nu:e:{for(var X=I.key,ue=E;ue!==null;){if(ue.key===X){if(X=I.type,X===$i){if(ue.tag===7){i(R,ue.sibling),E=c(ue,I.props.children),E.return=R,R=E;break e}}else if(ue.elementType===X||typeof X=="object"&&X!==null&&X.$$typeof===Aa&&Av(X)===ue.type){i(R,ue.sibling),E=c(ue,I.props),E.ref=dl(R,ue,I),E.return=R,R=E;break e}i(R,ue);break}else r(R,ue);ue=ue.sibling}I.type===$i?(E=fi(I.props.children,R.mode,G,I.key),E.return=R,R=E):(G=Ou(I.type,I.key,I.props,null,R.mode,G),G.ref=dl(R,E,I),G.return=R,R=G)}return v(R);case Ki:e:{for(ue=I.key;E!==null;){if(E.key===ue)if(E.tag===4&&E.stateNode.containerInfo===I.containerInfo&&E.stateNode.implementation===I.implementation){i(R,E.sibling),E=c(E,I.children||[]),E.return=R,R=E;break e}else{i(R,E);break}else r(R,E);E=E.sibling}E=tf(I,R.mode,G),E.return=R,R=E}return v(R);case Aa:return ue=I._init,se(R,E,ue(I._payload),G)}if(xl(I))return q(R,E,I,G);if(ol(I))return B(R,E,I,G);hu(R,I)}return typeof I=="string"&&I!==""||typeof I=="number"?(I=""+I,E!==null&&E.tag===6?(i(R,E.sibling),E=c(E,I),E.return=R,R=E):(i(R,E),E=ef(I,R.mode,G),E.return=R,R=E),v(R)):i(R,E)}return se}var Do=qy(!0),Qy=qy(!1),ts={},Vn=Va(ts),Gl=Va(ts),ql=Va(ts);function li(e){if(e===ts)throw Error(oe(174));return e}function Q0(e,r){switch(Ct(ql,r),Ct(Gl,e),Ct(Vn,ts),e=r.nodeType,e){case 9:case 11:r=(r=r.documentElement)?r.namespaceURI:Af(null,"");break;default:e=e===8?r.parentNode:r,r=e.namespaceURI||null,e=e.tagName,r=Af(r,e)}Dt(Vn),Ct(Vn,r)}function Eo(){Dt(Vn),Dt(Gl),Dt(ql)}function Wy(e){li(ql.current);var r=li(Vn.current),i=Af(r,e.type);r!==i&&(Ct(Gl,e),Ct(Vn,i))}function W0(e){Gl.current===e&&(Dt(Vn),Dt(Gl))}var Bt=Va(0);function Ku(e){for(var r=e;r!==null;){if(r.tag===13){var i=r.memoizedState;if(i!==null&&(i=i.dehydrated,i===null||i.data==="$?"||i.data==="$!"))return r}else if(r.tag===19&&r.memoizedProps.revealOrder!==void 0){if(r.flags&128)return r}else if(r.child!==null){r.child.return=r,r=r.child;continue}if(r===e)break;for(;r.sibling===null;){if(r.return===null||r.return===e)return null;r=r.return}r.sibling.return=r.return,r=r.sibling}return null}var Zd=[];function Z0(){for(var e=0;ei?i:4,e(!0);var u=Jd.transition;Jd.transition={};try{e(!1),r()}finally{bt=i,Jd.transition=u}}function ux(){return pn().memoizedState}function JB(e,r,i){var u=Pa(e);if(i={lane:u,action:i,hasEagerState:!1,eagerState:null,next:null},cx(e))dx(r,i);else if(i=zy(e,r,i,u),i!==null){var c=Or();En(i,e,u,c),fx(i,r,u)}}function XB(e,r,i){var u=Pa(e),c={lane:u,action:i,hasEagerState:!1,eagerState:null,next:null};if(cx(e))dx(r,c);else{var f=e.alternate;if(e.lanes===0&&(f===null||f.lanes===0)&&(f=r.lastRenderedReducer,f!==null))try{var v=r.lastRenderedState,x=f(v,i);if(c.hasEagerState=!0,c.eagerState=x,jn(x,v)){var b=r.interleaved;b===null?(c.next=c,G0(r)):(c.next=b.next,b.next=c),r.interleaved=c;return}}catch{}finally{}i=zy(e,r,c,u),i!==null&&(c=Or(),En(i,e,u,c),fx(i,r,u))}}function cx(e){var r=e.alternate;return e===Rt||r!==null&&r===Rt}function dx(e,r){kl=$u=!0;var i=e.pending;i===null?r.next=r:(r.next=i.next,i.next=r),e.pending=r}function fx(e,r,i){if(i&4194240){var u=r.lanes;u&=e.pendingLanes,i|=u,r.lanes=i,F0(e,i)}}var ec={readContext:fn,useCallback:Dr,useContext:Dr,useEffect:Dr,useImperativeHandle:Dr,useInsertionEffect:Dr,useLayoutEffect:Dr,useMemo:Dr,useReducer:Dr,useRef:Dr,useState:Dr,useDebugValue:Dr,useDeferredValue:Dr,useTransition:Dr,useMutableSource:Dr,useSyncExternalStore:Dr,useId:Dr,unstable_isNewReconciler:!1},YB={readContext:fn,useCallback:function(e,r){return Pn().memoizedState=[e,r===void 0?null:r],e},useContext:fn,useEffect:Ev,useImperativeHandle:function(e,r,i){return i=i!=null?i.concat([e]):null,Fu(4194308,4,ax.bind(null,r,e),i)},useLayoutEffect:function(e,r){return Fu(4194308,4,e,r)},useInsertionEffect:function(e,r){return Fu(4,2,e,r)},useMemo:function(e,r){var i=Pn();return r=r===void 0?null:r,e=e(),i.memoizedState=[e,r],e},useReducer:function(e,r,i){var u=Pn();return r=i!==void 0?i(r):r,u.memoizedState=u.baseState=r,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:r},u.queue=e,e=e.dispatch=JB.bind(null,Rt,e),[u.memoizedState,e]},useRef:function(e){var r=Pn();return e={current:e},r.memoizedState=e},useState:Dv,useDebugValue:$0,useDeferredValue:function(e){return Pn().memoizedState=e},useTransition:function(){var e=Dv(!1),r=e[0];return e=ZB.bind(null,e[1]),Pn().memoizedState=e,[r,e]},useMutableSource:function(){},useSyncExternalStore:function(e,r,i){var u=Rt,c=Pn();if(kt){if(i===void 0)throw Error(oe(407));i=i()}else{if(i=r(),ur===null)throw Error(oe(349));gi&30||Xy(u,r,i)}c.memoizedState=i;var f={value:i,getSnapshot:r};return c.queue=f,Ev(Ky.bind(null,u,f,e),[e]),u.flags|=2048,Zl(9,Yy.bind(null,u,f,i,r),void 0,null),i},useId:function(){var e=Pn(),r=ur.identifierPrefix;if(kt){var i=ra,u=ta;i=(u&~(1<<32-Dn(u)-1)).toString(32)+i,r=":"+r+"R"+i,i=Ql++,0<\/script>",e=e.removeChild(e.firstChild)):typeof u.is=="string"?e=v.createElement(i,{is:u.is}):(e=v.createElement(i),i==="select"&&(v=e,u.multiple?v.multiple=!0:u.size&&(v.size=u.size))):e=v.createElementNS(e,i),e[Ln]=r,e[Hl]=u,wx(e,r,!1,!1),r.stateNode=e;e:{switch(v=Ef(i,u),i){case"dialog":At("cancel",e),At("close",e),c=u;break;case"iframe":case"object":case"embed":At("load",e),c=u;break;case"video":case"audio":for(c=0;cko&&(r.flags|=128,u=!0,fl(f,!1),r.lanes=4194304)}else{if(!u)if(e=Ku(v),e!==null){if(r.flags|=128,u=!0,i=e.updateQueue,i!==null&&(r.updateQueue=i,r.flags|=4),fl(f,!0),f.tail===null&&f.tailMode==="hidden"&&!v.alternate&&!kt)return Er(r),null}else 2*Gt()-f.renderingStartTime>ko&&i!==1073741824&&(r.flags|=128,u=!0,fl(f,!1),r.lanes=4194304);f.isBackwards?(v.sibling=r.child,r.child=v):(i=f.last,i!==null?i.sibling=v:r.child=v,f.last=v)}return f.tail!==null?(r=f.tail,f.rendering=r,f.tail=r.sibling,f.renderingStartTime=Gt(),r.sibling=null,i=Bt.current,Ct(Bt,u?i&1|2:i&1),r):(Er(r),null);case 22:case 23:return ip(),u=r.memoizedState!==null,e!==null&&e.memoizedState!==null!==u&&(r.flags|=8192),u&&r.mode&1?Jr&1073741824&&(Er(r),r.subtreeFlags&6&&(r.flags|=8192)):Er(r),null;case 24:return null;case 25:return null}throw Error(oe(156,r.tag))}function iR(e,r){switch(L0(r),r.tag){case 1:return Vr(r.type)&&qu(),e=r.flags,e&65536?(r.flags=e&-65537|128,r):null;case 3:return Eo(),Dt(zr),Dt(kr),Z0(),e=r.flags,e&65536&&!(e&128)?(r.flags=e&-65537|128,r):null;case 5:return W0(r),null;case 13:if(Dt(Bt),e=r.memoizedState,e!==null&&e.dehydrated!==null){if(r.alternate===null)throw Error(oe(340));Ao()}return e=r.flags,e&65536?(r.flags=e&-65537|128,r):null;case 19:return Dt(Bt),null;case 4:return Eo(),null;case 10:return H0(r.type._context),null;case 22:case 23:return ip(),null;case 24:return null;default:return null}}var gu=!1,jr=!1,oR=typeof WeakSet=="function"?WeakSet:Set,xe=null;function so(e,r){var i=e.ref;if(i!==null)if(typeof i=="function")try{i(null)}catch(u){Mt(e,r,u)}else i.current=null}function $f(e,r,i){try{i()}catch(u){Mt(e,r,u)}}var Tv=!1;function lR(e,r){if(Mf=zu,e=jy(),P0(e)){if("selectionStart"in e)var i={start:e.selectionStart,end:e.selectionEnd};else e:{i=(i=e.ownerDocument)&&i.defaultView||window;var u=i.getSelection&&i.getSelection();if(u&&u.rangeCount!==0){i=u.anchorNode;var c=u.anchorOffset,f=u.focusNode;u=u.focusOffset;try{i.nodeType,f.nodeType}catch{i=null;break e}var v=0,x=-1,b=-1,_=0,S=0,k=e,F=null;t:for(;;){for(var W;k!==i||c!==0&&k.nodeType!==3||(x=v+c),k!==f||u!==0&&k.nodeType!==3||(b=v+u),k.nodeType===3&&(v+=k.nodeValue.length),(W=k.firstChild)!==null;)F=k,k=W;for(;;){if(k===e)break t;if(F===i&&++_===c&&(x=v),F===f&&++S===u&&(b=v),(W=k.nextSibling)!==null)break;k=F,F=k.parentNode}k=W}i=x===-1||b===-1?null:{start:x,end:b}}else i=null}i=i||{start:0,end:0}}else i=null;for(Pf={focusedElem:e,selectionRange:i},zu=!1,xe=r;xe!==null;)if(r=xe,e=r.child,(r.subtreeFlags&1028)!==0&&e!==null)e.return=r,xe=e;else for(;xe!==null;){r=xe;try{var q=r.alternate;if(r.flags&1024)switch(r.tag){case 0:case 11:case 15:break;case 1:if(q!==null){var B=q.memoizedProps,se=q.memoizedState,R=r.stateNode,E=R.getSnapshotBeforeUpdate(r.elementType===r.type?B:wn(r.type,B),se);R.__reactInternalSnapshotBeforeUpdate=E}break;case 3:var I=r.stateNode.containerInfo;I.nodeType===1?I.textContent="":I.nodeType===9&&I.documentElement&&I.removeChild(I.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(oe(163))}}catch(G){Mt(r,r.return,G)}if(e=r.sibling,e!==null){e.return=r.return,xe=e;break}xe=r.return}return q=Tv,Tv=!1,q}function Sl(e,r,i){var u=r.updateQueue;if(u=u!==null?u.lastEffect:null,u!==null){var c=u=u.next;do{if((c.tag&e)===e){var f=c.destroy;c.destroy=void 0,f!==void 0&&$f(r,i,f)}c=c.next}while(c!==u)}}function bc(e,r){if(r=r.updateQueue,r=r!==null?r.lastEffect:null,r!==null){var i=r=r.next;do{if((i.tag&e)===e){var u=i.create;i.destroy=u()}i=i.next}while(i!==r)}}function e0(e){var r=e.ref;if(r!==null){var i=e.stateNode;switch(e.tag){case 5:e=i;break;default:e=i}typeof r=="function"?r(e):r.current=e}}function Ax(e){var r=e.alternate;r!==null&&(e.alternate=null,Ax(r)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(r=e.stateNode,r!==null&&(delete r[Ln],delete r[Hl],delete r[Uf],delete r[HB],delete r[GB])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function Dx(e){return e.tag===5||e.tag===3||e.tag===4}function Mv(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||Dx(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function t0(e,r,i){var u=e.tag;if(u===5||u===6)e=e.stateNode,r?i.nodeType===8?i.parentNode.insertBefore(e,r):i.insertBefore(e,r):(i.nodeType===8?(r=i.parentNode,r.insertBefore(e,i)):(r=i,r.appendChild(e)),i=i._reactRootContainer,i!=null||r.onclick!==null||(r.onclick=Gu));else if(u!==4&&(e=e.child,e!==null))for(t0(e,r,i),e=e.sibling;e!==null;)t0(e,r,i),e=e.sibling}function r0(e,r,i){var u=e.tag;if(u===5||u===6)e=e.stateNode,r?i.insertBefore(e,r):i.appendChild(e);else if(u!==4&&(e=e.child,e!==null))for(r0(e,r,i),e=e.sibling;e!==null;)r0(e,r,i),e=e.sibling}var yr=null,Cn=!1;function Ca(e,r,i){for(i=i.child;i!==null;)Ex(e,r,i),i=i.sibling}function Ex(e,r,i){if(zn&&typeof zn.onCommitFiberUnmount=="function")try{zn.onCommitFiberUnmount(fc,i)}catch{}switch(i.tag){case 5:jr||so(i,r);case 6:var u=yr,c=Cn;yr=null,Ca(e,r,i),yr=u,Cn=c,yr!==null&&(Cn?(e=yr,i=i.stateNode,e.nodeType===8?e.parentNode.removeChild(i):e.removeChild(i)):yr.removeChild(i.stateNode));break;case 18:yr!==null&&(Cn?(e=yr,i=i.stateNode,e.nodeType===8?Qd(e.parentNode,i):e.nodeType===1&&Qd(e,i),Nl(e)):Qd(yr,i.stateNode));break;case 4:u=yr,c=Cn,yr=i.stateNode.containerInfo,Cn=!0,Ca(e,r,i),yr=u,Cn=c;break;case 0:case 11:case 14:case 15:if(!jr&&(u=i.updateQueue,u!==null&&(u=u.lastEffect,u!==null))){c=u=u.next;do{var f=c,v=f.destroy;f=f.tag,v!==void 0&&(f&2||f&4)&&$f(i,r,v),c=c.next}while(c!==u)}Ca(e,r,i);break;case 1:if(!jr&&(so(i,r),u=i.stateNode,typeof u.componentWillUnmount=="function"))try{u.props=i.memoizedProps,u.state=i.memoizedState,u.componentWillUnmount()}catch(x){Mt(i,r,x)}Ca(e,r,i);break;case 21:Ca(e,r,i);break;case 22:i.mode&1?(jr=(u=jr)||i.memoizedState!==null,Ca(e,r,i),jr=u):Ca(e,r,i);break;default:Ca(e,r,i)}}function Pv(e){var r=e.updateQueue;if(r!==null){e.updateQueue=null;var i=e.stateNode;i===null&&(i=e.stateNode=new oR),r.forEach(function(u){var c=gR.bind(null,e,u);i.has(u)||(i.add(u),u.then(c,c))})}}function bn(e,r){var i=r.deletions;if(i!==null)for(var u=0;uc&&(c=v),u&=~f}if(u=c,u=Gt()-u,u=(120>u?120:480>u?480:1080>u?1080:1920>u?1920:3e3>u?3e3:4320>u?4320:1960*uR(u/1960))-u,10e?16:e,Sa===null)var u=!1;else{if(e=Sa,Sa=null,nc=0,ct&6)throw Error(oe(331));var c=ct;for(ct|=4,xe=e.current;xe!==null;){var f=xe,v=f.child;if(xe.flags&16){var x=f.deletions;if(x!==null){for(var b=0;bGt()-np?di(e,0):rp|=i),Hr(e,r)}function Ox(e,r){r===0&&(e.mode&1?(r=lu,lu<<=1,!(lu&130023424)&&(lu=4194304)):r=1);var i=Or();e=la(e,r),e!==null&&(Kl(e,r,i),Hr(e,i))}function mR(e){var r=e.memoizedState,i=0;r!==null&&(i=r.retryLane),Ox(e,i)}function gR(e,r){var i=0;switch(e.tag){case 13:var u=e.stateNode,c=e.memoizedState;c!==null&&(i=c.retryLane);break;case 19:u=e.stateNode;break;default:throw Error(oe(314))}u!==null&&u.delete(r),Ox(e,i)}var Tx;Tx=function(e,r,i){if(e!==null)if(e.memoizedProps!==r.pendingProps||zr.current)Ur=!0;else{if(!(e.lanes&i)&&!(r.flags&128))return Ur=!1,nR(e,r,i);Ur=!!(e.flags&131072)}else Ur=!1,kt&&r.flags&1048576&&Ny(r,Zu,r.index);switch(r.lanes=0,r.tag){case 2:var u=r.type;Bu(e,r),e=r.pendingProps;var c=_o(r,kr.current);xo(r,i),c=X0(null,r,u,e,c,i);var f=Y0();return r.flags|=1,typeof c=="object"&&c!==null&&typeof c.render=="function"&&c.$$typeof===void 0?(r.tag=1,r.memoizedState=null,r.updateQueue=null,Vr(u)?(f=!0,Qu(r)):f=!1,r.memoizedState=c.state!==null&&c.state!==void 0?c.state:null,q0(r),c.updater=yc,r.stateNode=c,c._reactInternals=r,Qf(r,u,e,i),r=Jf(null,r,u,!0,f,i)):(r.tag=0,kt&&f&&N0(r),Rr(null,r,c,i),r=r.child),r;case 16:u=r.elementType;e:{switch(Bu(e,r),e=r.pendingProps,c=u._init,u=c(u._payload),r.type=u,c=r.tag=yR(u),e=wn(u,e),c){case 0:r=Zf(null,r,u,e,i);break e;case 1:r=Rv(null,r,u,e,i);break e;case 11:r=Fv(null,r,u,e,i);break e;case 14:r=Bv(null,r,u,wn(u.type,e),i);break e}throw Error(oe(306,u,""))}return r;case 0:return u=r.type,c=r.pendingProps,c=r.elementType===u?c:wn(u,c),Zf(e,r,u,c,i);case 1:return u=r.type,c=r.pendingProps,c=r.elementType===u?c:wn(u,c),Rv(e,r,u,c,i);case 3:e:{if(yx(r),e===null)throw Error(oe(387));u=r.pendingProps,f=r.memoizedState,c=f.element,Vy(e,r),Yu(r,u,null,i);var v=r.memoizedState;if(u=v.element,f.isDehydrated)if(f={element:u,isDehydrated:!1,cache:v.cache,pendingSuspenseBoundaries:v.pendingSuspenseBoundaries,transitions:v.transitions},r.updateQueue.baseState=f,r.memoizedState=f,r.flags&256){c=jo(Error(oe(423)),r),r=Iv(e,r,u,i,c);break e}else if(u!==c){c=jo(Error(oe(424)),r),r=Iv(e,r,u,i,c);break e}else for(Xr=Oa(r.stateNode.containerInfo.firstChild),Yr=r,kt=!0,_n=null,i=Qy(r,null,u,i),r.child=i;i;)i.flags=i.flags&-3|4096,i=i.sibling;else{if(Ao(),u===c){r=sa(e,r,i);break e}Rr(e,r,u,i)}r=r.child}return r;case 5:return Wy(r),e===null&&Hf(r),u=r.type,c=r.pendingProps,f=e!==null?e.memoizedProps:null,v=c.children,Nf(u,c)?v=null:f!==null&&Nf(u,f)&&(r.flags|=32),vx(e,r),Rr(e,r,v,i),r.child;case 6:return e===null&&Hf(r),null;case 13:return xx(e,r,i);case 4:return Q0(r,r.stateNode.containerInfo),u=r.pendingProps,e===null?r.child=Do(r,null,u,i):Rr(e,r,u,i),r.child;case 11:return u=r.type,c=r.pendingProps,c=r.elementType===u?c:wn(u,c),Fv(e,r,u,c,i);case 7:return Rr(e,r,r.pendingProps,i),r.child;case 8:return Rr(e,r,r.pendingProps.children,i),r.child;case 12:return Rr(e,r,r.pendingProps.children,i),r.child;case 10:e:{if(u=r.type._context,c=r.pendingProps,f=r.memoizedProps,v=c.value,Ct(Ju,u._currentValue),u._currentValue=v,f!==null)if(jn(f.value,v)){if(f.children===c.children&&!zr.current){r=sa(e,r,i);break e}}else for(f=r.child,f!==null&&(f.return=r);f!==null;){var x=f.dependencies;if(x!==null){v=f.child;for(var b=x.firstContext;b!==null;){if(b.context===u){if(f.tag===1){b=na(-1,i&-i),b.tag=2;var _=f.updateQueue;if(_!==null){_=_.shared;var S=_.pending;S===null?b.next=b:(b.next=S.next,S.next=b),_.pending=b}}f.lanes|=i,b=f.alternate,b!==null&&(b.lanes|=i),Gf(f.return,i,r),x.lanes|=i;break}b=b.next}}else if(f.tag===10)v=f.type===r.type?null:f.child;else if(f.tag===18){if(v=f.return,v===null)throw Error(oe(341));v.lanes|=i,x=v.alternate,x!==null&&(x.lanes|=i),Gf(v,i,r),v=f.sibling}else v=f.child;if(v!==null)v.return=f;else for(v=f;v!==null;){if(v===r){v=null;break}if(f=v.sibling,f!==null){f.return=v.return,v=f;break}v=v.return}f=v}Rr(e,r,c.children,i),r=r.child}return r;case 9:return c=r.type,u=r.pendingProps.children,xo(r,i),c=fn(c),u=u(c),r.flags|=1,Rr(e,r,u,i),r.child;case 14:return u=r.type,c=wn(u,r.pendingProps),c=wn(u.type,c),Bv(e,r,u,c,i);case 15:return mx(e,r,r.type,r.pendingProps,i);case 17:return u=r.type,c=r.pendingProps,c=r.elementType===u?c:wn(u,c),Bu(e,r),r.tag=1,Vr(u)?(e=!0,Qu(r)):e=!1,xo(r,i),Gy(r,u,c),Qf(r,u,c,i),Jf(null,r,u,!0,e,i);case 19:return bx(e,r,i);case 22:return gx(e,r,i)}throw Error(oe(156,r.tag))};function Mx(e,r){return sy(e,r)}function vR(e,r,i,u){this.tag=e,this.key=i,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=r,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=u,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function cn(e,r,i,u){return new vR(e,r,i,u)}function lp(e){return e=e.prototype,!(!e||!e.isReactComponent)}function yR(e){if(typeof e=="function")return lp(e)?1:0;if(e!=null){if(e=e.$$typeof,e===E0)return 11;if(e===j0)return 14}return 2}function Na(e,r){var i=e.alternate;return i===null?(i=cn(e.tag,r,e.key,e.mode),i.elementType=e.elementType,i.type=e.type,i.stateNode=e.stateNode,i.alternate=e,e.alternate=i):(i.pendingProps=r,i.type=e.type,i.flags=0,i.subtreeFlags=0,i.deletions=null),i.flags=e.flags&14680064,i.childLanes=e.childLanes,i.lanes=e.lanes,i.child=e.child,i.memoizedProps=e.memoizedProps,i.memoizedState=e.memoizedState,i.updateQueue=e.updateQueue,r=e.dependencies,i.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext},i.sibling=e.sibling,i.index=e.index,i.ref=e.ref,i}function Ou(e,r,i,u,c,f){var v=2;if(u=e,typeof e=="function")lp(e)&&(v=1);else if(typeof e=="string")v=5;else e:switch(e){case $i:return fi(i.children,c,f,r);case D0:v=8,c|=8;break;case gf:return e=cn(12,i,r,c|2),e.elementType=gf,e.lanes=f,e;case vf:return e=cn(13,i,r,c),e.elementType=vf,e.lanes=f,e;case yf:return e=cn(19,i,r,c),e.elementType=yf,e.lanes=f,e;case q3:return Cc(i,c,f,r);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case H3:v=10;break e;case G3:v=9;break e;case E0:v=11;break e;case j0:v=14;break e;case Aa:v=16,u=null;break e}throw Error(oe(130,e==null?e:typeof e,""))}return r=cn(v,i,r,c),r.elementType=e,r.type=u,r.lanes=f,r}function fi(e,r,i,u){return e=cn(7,e,u,r),e.lanes=i,e}function Cc(e,r,i,u){return e=cn(22,e,u,r),e.elementType=q3,e.lanes=i,e.stateNode={isHidden:!1},e}function ef(e,r,i){return e=cn(6,e,null,r),e.lanes=i,e}function tf(e,r,i){return r=cn(4,e.children!==null?e.children:[],e.key,r),r.lanes=i,r.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},r}function xR(e,r,i,u,c){this.tag=r,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Td(0),this.expirationTimes=Td(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Td(0),this.identifierPrefix=u,this.onRecoverableError=c,this.mutableSourceEagerHydrationData=null}function sp(e,r,i,u,c,f,v,x,b){return e=new xR(e,r,i,x,b),r===1?(r=1,f===!0&&(r|=8)):r=0,f=cn(3,null,null,r),e.current=f,f.stateNode=e,f.memoizedState={element:u,isDehydrated:i,cache:null,transitions:null,pendingSuspenseBoundaries:null},q0(f),e}function bR(e,r,i){var u=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(Ux)}catch(e){console.error(e)}}Ux(),N3.exports=$r;var zx=N3.exports;const xu=v0(zx);var Vx,qv=zx;Vx=qv.createRoot,qv.hydrateRoot;/** - * @remix-run/router v1.4.0 - * - * Copyright (c) Remix Software Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE.md file in the root directory of this source tree. - * - * @license MIT - */function ut(){return ut=Object.assign?Object.assign.bind():function(e){for(var r=1;r"u")throw new Error(r)}function So(e,r){if(!e){typeof console<"u"&&console.warn(r);try{throw new Error(r)}catch{}}}function ER(){return Math.random().toString(36).substr(2,8)}function Wv(e,r){return{usr:e.state,key:e.key,idx:r}}function Xl(e,r,i,u){return i===void 0&&(i=null),ut({pathname:typeof e=="string"?e:e.pathname,search:"",hash:""},typeof r=="string"?da(r):r,{state:i,key:r&&r.key||u||ER()})}function ua(e){let{pathname:r="/",search:i="",hash:u=""}=e;return i&&i!=="?"&&(r+=i.charAt(0)==="?"?i:"?"+i),u&&u!=="#"&&(r+=u.charAt(0)==="#"?u:"#"+u),r}function da(e){let r={};if(e){let i=e.indexOf("#");i>=0&&(r.hash=e.substr(i),e=e.substr(0,i));let u=e.indexOf("?");u>=0&&(r.search=e.substr(u),e=e.substr(0,u)),e&&(r.pathname=e)}return r}function jR(e,r,i,u){u===void 0&&(u={});let{window:c=document.defaultView,v5Compat:f=!1}=u,v=c.history,x=Ht.Pop,b=null,_=S();_==null&&(_=0,v.replaceState(ut({},v.state,{idx:_}),""));function S(){return(v.state||{idx:null}).idx}function k(){x=Ht.Pop;let se=S(),R=se==null?null:se-_;_=se,b&&b({action:x,location:B.location,delta:R})}function F(se,R){x=Ht.Push;let E=Xl(B.location,se,R);i&&i(E,se),_=S()+1;let I=Wv(E,_),G=B.createHref(E);try{v.pushState(I,"",G)}catch{c.location.assign(G)}f&&b&&b({action:x,location:B.location,delta:1})}function W(se,R){x=Ht.Replace;let E=Xl(B.location,se,R);i&&i(E,se),_=S();let I=Wv(E,_),G=B.createHref(E);v.replaceState(I,"",G),f&&b&&b({action:x,location:B.location,delta:0})}function q(se){let R=c.location.origin!=="null"?c.location.origin:c.location.href,E=typeof se=="string"?se:ua(se);return Je(R,"No window.location.(origin|href) available to create URL for href: "+E),new URL(E,R)}let B={get action(){return x},get location(){return e(c,v)},listen(se){if(b)throw new Error("A history only accepts one active listener");return c.addEventListener(Qv,k),b=se,()=>{c.removeEventListener(Qv,k),b=null}},createHref(se){return r(c,se)},createURL:q,encodeLocation(se){let R=q(se);return{pathname:R.pathname,search:R.search,hash:R.hash}},push:F,replace:W,go(se){return v.go(se)}};return B}var $t;(function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"})($t||($t={}));const kR=new Set(["lazy","caseSensitive","path","id","index","children"]);function SR(e){return e.index===!0}function Hx(e,r,i,u){return i===void 0&&(i=[]),u===void 0&&(u={}),e.map((c,f)=>{let v=[...i,f],x=typeof c.id=="string"?c.id:v.join("-");if(Je(c.index!==!0||!c.children,"Cannot specify children on an index route"),Je(!u[x],'Found a route id collision on id "'+x+`". Route id's must be globally unique within Data Router usages`),SR(c)){let b=ut({},c,{hasErrorBoundary:r(c),id:x});return u[x]=b,b}else{let b=ut({},c,{id:x,hasErrorBoundary:r(c),children:void 0});return u[x]=b,c.children&&(b.children=Hx(c.children,r,v,u)),b}})}function co(e,r,i){i===void 0&&(i="/");let u=typeof r=="string"?da(r):r,c=rs(u.pathname||"/",i);if(c==null)return null;let f=Gx(e);FR(f);let v=null;for(let x=0;v==null&&x{let b={relativePath:x===void 0?f.path||"":x,caseSensitive:f.caseSensitive===!0,childrenIndex:v,route:f};b.relativePath.startsWith("/")&&(Je(b.relativePath.startsWith(u),'Absolute route path "'+b.relativePath+'" nested under path '+('"'+u+'" is not valid. An absolute child route path ')+"must start with the combined path of all its parent routes."),b.relativePath=b.relativePath.slice(u.length));let _=aa([u,b.relativePath]),S=i.concat(b);f.children&&f.children.length>0&&(Je(f.index!==!0,"Index routes must not have child routes. Please remove "+('all child routes from route path "'+_+'".')),Gx(f.children,r,S,_)),!(f.path==null&&!f.index)&&r.push({path:_,score:PR(_,f.index),routesMeta:S})};return e.forEach((f,v)=>{var x;if(f.path===""||!((x=f.path)!=null&&x.includes("?")))c(f,v);else for(let b of qx(f.path))c(f,v,b)}),r}function qx(e){let r=e.split("/");if(r.length===0)return[];let[i,...u]=r,c=i.endsWith("?"),f=i.replace(/\?$/,"");if(u.length===0)return c?[f,""]:[f];let v=qx(u.join("/")),x=[];return x.push(...v.map(b=>b===""?f:[f,b].join("/"))),c&&x.push(...v),x.map(b=>e.startsWith("/")&&b===""?"/":b)}function FR(e){e.sort((r,i)=>r.score!==i.score?i.score-r.score:NR(r.routesMeta.map(u=>u.childrenIndex),i.routesMeta.map(u=>u.childrenIndex)))}const BR=/^:\w+$/,RR=3,IR=2,OR=1,TR=10,MR=-2,Zv=e=>e==="*";function PR(e,r){let i=e.split("/"),u=i.length;return i.some(Zv)&&(u+=MR),r&&(u+=IR),i.filter(c=>!Zv(c)).reduce((c,f)=>c+(BR.test(f)?RR:f===""?OR:TR),u)}function NR(e,r){return e.length===r.length&&e.slice(0,-1).every((u,c)=>u===r[c])?e[e.length-1]-r[r.length-1]:0}function LR(e,r){let{routesMeta:i}=e,u={},c="/",f=[];for(let v=0;v{if(S==="*"){let F=x[k]||"";v=f.slice(0,f.length-F.length).replace(/(.)\/+$/,"$1")}return _[S]=HR(x[k]||"",S),_},{}),pathname:f,pathnameBase:v,pattern:e}}function zR(e,r,i){r===void 0&&(r=!1),i===void 0&&(i=!0),So(e==="*"||!e.endsWith("*")||e.endsWith("/*"),'Route path "'+e+'" will be treated as if it were '+('"'+e.replace(/\*$/,"/*")+'" because the `*` character must ')+"always follow a `/` in the pattern. To get rid of this warning, "+('please change the route path to "'+e.replace(/\*$/,"/*")+'".'));let u=[],c="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/\/:(\w+)/g,(v,x)=>(u.push(x),"/([^\\/]+)"));return e.endsWith("*")?(u.push("*"),c+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):i?c+="\\/*$":e!==""&&e!=="/"&&(c+="(?:(?=\\/|$))"),[new RegExp(c,r?void 0:"i"),u]}function VR(e){try{return decodeURI(e)}catch(r){return So(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent '+("encoding ("+r+").")),e}}function HR(e,r){try{return decodeURIComponent(e)}catch(i){return So(!1,'The value for the URL param "'+r+'" will not be decoded because'+(' the string "'+e+'" is a malformed URL segment. This is probably')+(" due to a bad percent encoding ("+i+").")),e}}function rs(e,r){if(r==="/")return e;if(!e.toLowerCase().startsWith(r.toLowerCase()))return null;let i=r.endsWith("/")?r.length-1:r.length,u=e.charAt(i);return u&&u!=="/"?null:e.slice(i)||"/"}function GR(e,r){r===void 0&&(r="/");let{pathname:i,search:u="",hash:c=""}=typeof e=="string"?da(e):e;return{pathname:i?i.startsWith("/")?i:qR(i,r):r,search:WR(u),hash:ZR(c)}}function qR(e,r){let i=r.replace(/\/+$/,"").split("/");return e.split("/").forEach(c=>{c===".."?i.length>1&&i.pop():c!=="."&&i.push(c)}),i.length>1?i.join("/"):"/"}function rf(e,r,i,u){return"Cannot include a '"+e+"' character in a manually specified "+("`to."+r+"` field ["+JSON.stringify(u)+"]. Please separate it out to the ")+("`to."+i+"` field. Alternatively you may provide the full path as ")+'a string in and the router will parse it for you.'}function jc(e){return e.filter((r,i)=>i===0||r.route.path&&r.route.path.length>0)}function fp(e,r,i,u){u===void 0&&(u=!1);let c;typeof e=="string"?c=da(e):(c=ut({},e),Je(!c.pathname||!c.pathname.includes("?"),rf("?","pathname","search",c)),Je(!c.pathname||!c.pathname.includes("#"),rf("#","pathname","hash",c)),Je(!c.search||!c.search.includes("#"),rf("#","search","hash",c)));let f=e===""||c.pathname==="",v=f?"/":c.pathname,x;if(u||v==null)x=i;else{let k=r.length-1;if(v.startsWith("..")){let F=v.split("/");for(;F[0]==="..";)F.shift(),k-=1;c.pathname=F.join("/")}x=k>=0?r[k]:"/"}let b=GR(c,x),_=v&&v!=="/"&&v.endsWith("/"),S=(f||v===".")&&i.endsWith("/");return!b.pathname.endsWith("/")&&(_||S)&&(b.pathname+="/"),b}const aa=e=>e.join("/").replace(/\/\/+/g,"/"),QR=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),WR=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,ZR=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e;class Jv extends Error{}class JR{constructor(r,i){this.pendingKeysSet=new Set,this.subscribers=new Set,this.deferredKeys=[],Je(r&&typeof r=="object"&&!Array.isArray(r),"defer() only accepts plain objects");let u;this.abortPromise=new Promise((f,v)=>u=v),this.controller=new AbortController;let c=()=>u(new Jv("Deferred data aborted"));this.unlistenAbortSignal=()=>this.controller.signal.removeEventListener("abort",c),this.controller.signal.addEventListener("abort",c),this.data=Object.entries(r).reduce((f,v)=>{let[x,b]=v;return Object.assign(f,{[x]:this.trackPromise(x,b)})},{}),this.done&&this.unlistenAbortSignal(),this.init=i}trackPromise(r,i){if(!(i instanceof Promise))return i;this.deferredKeys.push(r),this.pendingKeysSet.add(r);let u=Promise.race([i,this.abortPromise]).then(c=>this.onSettle(u,r,null,c),c=>this.onSettle(u,r,c));return u.catch(()=>{}),Object.defineProperty(u,"_tracked",{get:()=>!0}),u}onSettle(r,i,u,c){return this.controller.signal.aborted&&u instanceof Jv?(this.unlistenAbortSignal(),Object.defineProperty(r,"_error",{get:()=>u}),Promise.reject(u)):(this.pendingKeysSet.delete(i),this.done&&this.unlistenAbortSignal(),u?(Object.defineProperty(r,"_error",{get:()=>u}),this.emit(!1,i),Promise.reject(u)):(Object.defineProperty(r,"_data",{get:()=>c}),this.emit(!1,i),c))}emit(r,i){this.subscribers.forEach(u=>u(r,i))}subscribe(r){return this.subscribers.add(r),()=>this.subscribers.delete(r)}cancel(){this.controller.abort(),this.pendingKeysSet.forEach((r,i)=>this.pendingKeysSet.delete(i)),this.emit(!0)}async resolveData(r){let i=!1;if(!this.done){let u=()=>this.cancel();r.addEventListener("abort",u),i=await new Promise(c=>{this.subscribe(f=>{r.removeEventListener("abort",u),(f||this.done)&&c(f)})})}return i}get done(){return this.pendingKeysSet.size===0}get unwrappedData(){return Je(this.data!==null&&this.done,"Can only unwrap data on initialized and settled deferreds"),Object.entries(this.data).reduce((r,i)=>{let[u,c]=i;return Object.assign(r,{[u]:YR(c)})},{})}get pendingKeys(){return Array.from(this.pendingKeysSet)}}function XR(e){return e instanceof Promise&&e._tracked===!0}function YR(e){if(!XR(e))return e;if(e._error)throw e._error;return e._data}class pp{constructor(r,i,u,c){c===void 0&&(c=!1),this.status=r,this.statusText=i||"",this.internal=c,u instanceof Error?(this.data=u.toString(),this.error=u):this.data=u}}function Qx(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}const Wx=["post","put","patch","delete"],KR=new Set(Wx),$R=["get",...Wx],eI=new Set($R),tI=new Set([301,302,303,307,308]),rI=new Set([307,308]),nf={state:"idle",location:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0},nI={state:"idle",data:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0},Xv={state:"unblocked",proceed:void 0,reset:void 0,location:void 0},Zx=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Jx=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",aI=!Jx,iI=e=>!!e.hasErrorBoundary;function oI(e){Je(e.routes.length>0,"You must provide a non-empty routes array to createRouter");let r=e.detectErrorBoundary||iI,i={},u=Hx(e.routes,r,void 0,i),c,f=null,v=new Set,x=null,b=null,_=null,S=e.hydrationData!=null,k=co(u,e.history.location,e.basename),F=null;if(k==null){let H=Nn(404,{pathname:e.history.location.pathname}),{matches:J,route:re}=r3(u);k=J,F={[re.id]:H}}let W=!k.some(H=>H.route.lazy)&&(!k.some(H=>H.route.loader)||e.hydrationData!=null),q,B={historyAction:e.history.action,location:e.history.location,matches:k,initialized:W,navigation:nf,restoreScrollPosition:e.hydrationData!=null?!1:null,preventScrollReset:!1,revalidation:"idle",loaderData:e.hydrationData&&e.hydrationData.loaderData||{},actionData:e.hydrationData&&e.hydrationData.actionData||null,errors:e.hydrationData&&e.hydrationData.errors||F,fetchers:new Map,blockers:new Map},se=Ht.Pop,R=!1,E,I=!1,G=!1,X=[],ue=[],ee=new Map,me=0,Ue=-1,ke=new Map,dt=new Set,Ae=new Map,ve=new Map,Le=new Map,tt=!1;function We(){if(f=e.history.listen(re=>{let{action:we,location:ye,delta:Fe}=re;if(tt){tt=!1;return}So(Le.size===0||Fe!=null,"You are trying to use a blocker on a POP navigation to a location that was not created by @remix-run/router. This will fail silently in production. This can happen if you are navigating outside the router via `window.history.pushState`/`window.location.hash` instead of using router navigation APIs. This can also happen if you are using createHashRouter and the user manually changes the URL.");let Be=ne({currentLocation:B.location,nextLocation:ye,historyAction:we});if(Be&&Fe!=null){tt=!0,e.history.go(Fe*-1),te(Be,{state:"blocked",location:ye,proceed(){te(Be,{state:"proceeding",proceed:void 0,reset:void 0,location:ye}),e.history.go(Fe)},reset(){ie(Be),ge({blockers:new Map(q.state.blockers)})}});return}return ze(we,ye)}),B.initialized)return q;let H=B.matches.filter(re=>re.route.lazy);if(H.length===0)return ze(Ht.Pop,B.location),q;let J=H.map(re=>l0(re.route,r,i));return Promise.all(J).then(()=>{!B.matches.some(we=>we.route.loader)||e.hydrationData!=null?ge({initialized:!0}):ze(Ht.Pop,B.location)}),q}function _t(){f&&f(),v.clear(),E&&E.abort(),B.fetchers.forEach((H,J)=>ha(J)),B.blockers.forEach((H,J)=>ie(J))}function $(H){return v.add(H),()=>v.delete(H)}function ge(H){B=ut({},B,H),v.forEach(J=>J(B))}function Te(H,J){var re,we;let ye=B.actionData!=null&&B.navigation.formMethod!=null&&$n(B.navigation.formMethod)&&B.navigation.state==="loading"&&((re=H.state)==null?void 0:re._isRedirect)!==!0,Fe;J.actionData?Object.keys(J.actionData).length>0?Fe=J.actionData:Fe=null:ye?Fe=B.actionData:Fe=null;let Be=J.loaderData?t3(B.loaderData,J.loaderData,J.matches||[],J.errors):B.loaderData;for(let[Se]of Le)ie(Se);let Ge=R===!0||B.navigation.formMethod!=null&&$n(B.navigation.formMethod)&&((we=H.state)==null?void 0:we._isRedirect)!==!0;c&&(u=c,c=void 0),ge(ut({},J,{actionData:Fe,loaderData:Be,historyAction:se,location:H,initialized:!0,navigation:nf,revalidation:"idle",restoreScrollPosition:Nt(H,J.matches||B.matches),preventScrollReset:Ge,blockers:new Map(B.blockers)})),I||se===Ht.Pop||(se===Ht.Push?e.history.push(H,H.state):se===Ht.Replace&&e.history.replace(H,H.state)),se=Ht.Pop,R=!1,I=!1,G=!1,X=[],ue=[]}async function vt(H,J){if(typeof H=="number"){e.history.go(H);return}let{path:re,submission:we,error:ye}=Yv(H,J),Fe=B.location,Be=Xl(B.location,re,J&&J.state);Be=ut({},Be,e.history.encodeLocation(Be));let Ge=J&&J.replace!=null?J.replace:void 0,Se=Ht.Push;Ge===!0?Se=Ht.Replace:Ge===!1||we!=null&&$n(we.formMethod)&&we.formAction===B.location.pathname+B.location.search&&(Se=Ht.Replace);let nr=J&&"preventScrollReset"in J?J.preventScrollReset===!0:void 0,Ye=ne({currentLocation:Fe,nextLocation:Be,historyAction:Se});if(Ye){te(Ye,{state:"blocked",location:Be,proceed(){te(Ye,{state:"proceeding",proceed:void 0,reset:void 0,location:Be}),vt(H,J)},reset(){ie(Ye),ge({blockers:new Map(B.blockers)})}});return}return await ze(Se,Be,{submission:we,pendingError:ye,preventScrollReset:nr,replace:J&&J.replace})}function De(){if(Zt(),ge({revalidation:"loading"}),B.navigation.state!=="submitting"){if(B.navigation.state==="idle"){ze(B.historyAction,B.location,{startUninterruptedRevalidation:!0});return}ze(se||B.historyAction,B.navigation.location,{overrideNavigation:B.navigation})}}async function ze(H,J,re){E&&E.abort(),E=null,se=H,I=(re&&re.startUninterruptedRevalidation)===!0,at(B.location,B.matches),R=(re&&re.preventScrollReset)===!0;let we=c||u,ye=re&&re.overrideNavigation,Fe=co(we,J,e.basename);if(!Fe){let ht=Nn(404,{pathname:J.pathname}),{matches:dr,route:Gr}=r3(we);U(),Te(J,{matches:dr,loaderData:{},errors:{[Gr.id]:ht}});return}if(dI(B.location,J)&&!(re&&re.submission&&$n(re.submission.formMethod))){Te(J,{matches:Fe});return}E=new AbortController;let Be=ml(e.history,J,E.signal,re&&re.submission),Ge,Se;if(re&&re.pendingError)Se={[fo(Fe).route.id]:re.pendingError};else if(re&&re.submission&&$n(re.submission.formMethod)){let ht=await Sr(Be,J,re.submission,Fe,{replace:re.replace});if(ht.shortCircuited)return;Ge=ht.pendingActionData,Se=ht.pendingActionError,ye=ut({state:"loading",location:J},re.submission),Be=new Request(Be.url,{signal:Be.signal})}let{shortCircuited:nr,loaderData:Ye,errors:ar}=await Hn(Be,J,Fe,ye,re&&re.submission,re&&re.replace,Ge,Se);nr||(E=null,Te(J,ut({matches:Fe},Ge?{actionData:Ge}:{},{loaderData:Ye,errors:ar})))}async function Sr(H,J,re,we,ye){Zt();let Fe=ut({state:"submitting",location:J},re);ge({navigation:Fe});let Be,Ge=s0(we,J);if(!Ge.route.action&&!Ge.route.lazy)Be={type:$t.error,error:Nn(405,{method:H.method,pathname:J.pathname,routeId:Ge.route.id})};else if(Be=await hl("action",H,Ge,we,i,r,q.basename),H.signal.aborted)return{shortCircuited:!0};if(wo(Be)){let Se;return ye&&ye.replace!=null?Se=ye.replace:Se=Be.location===B.location.pathname+B.location.search,await hn(B,Be,{submission:re,replace:Se}),{shortCircuited:!0}}if(Rl(Be)){let Se=fo(we,Ge.route.id);return(ye&&ye.replace)!==!0&&(se=Ht.Push),{pendingActionData:{},pendingActionError:{[Se.route.id]:Be.error}}}if(si(Be))throw Nn(400,{type:"defer-action"});return{pendingActionData:{[Ge.route.id]:Be.data}}}async function Hn(H,J,re,we,ye,Fe,Be,Ge){let Se=we;Se||(Se=ut({state:"loading",location:J,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0},ye));let nr=ye||(Se.formMethod&&Se.formAction&&Se.formData&&Se.formEncType?{formMethod:Se.formMethod,formAction:Se.formAction,formData:Se.formData,formEncType:Se.formEncType}:void 0),Ye=c||u,[ar,ht]=Kv(e.history,B,re,nr,J,G,X,ue,Ae,Ye,e.basename,Be,Ge);if(U(ir=>!(re&&re.some(rn=>rn.route.id===ir))||ar&&ar.some(rn=>rn.route.id===ir)),ar.length===0&&ht.length===0)return Te(J,ut({matches:re,loaderData:{},errors:Ge||null},Be?{actionData:Be}:{})),{shortCircuited:!0};if(!I){ht.forEach(rn=>{let Fn=B.fetchers.get(rn.key),Di={state:"loading",data:Fn&&Fn.data,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0," _hasFetcherDoneAnything ":!0};B.fetchers.set(rn.key,Di)});let ir=Be||B.actionData;ge(ut({navigation:Se},ir?Object.keys(ir).length===0?{actionData:null}:{actionData:ir}:{},ht.length>0?{fetchers:new Map(B.fetchers)}:{}))}Ue=++me,ht.forEach(ir=>ee.set(ir.key,E));let{results:dr,loaderResults:Gr,fetcherResults:Sn}=await Ci(B.matches,re,ar,ht,H);if(H.signal.aborted)return{shortCircuited:!0};ht.forEach(ir=>ee.delete(ir.key));let tn=n3(dr);if(tn)return await hn(B,tn,{replace:Fe}),{shortCircuited:!0};let{loaderData:Ai,errors:ma}=e3(B,re,ar,Gr,Ge,ht,Sn,ve);ve.forEach((ir,rn)=>{ir.subscribe(Fn=>{(Fn||ir.done)&&ve.delete(rn)})}),D();let Oo=O(Ue);return ut({loaderData:Ai,errors:ma},Oo||ht.length>0?{fetchers:new Map(B.fetchers)}:{})}function cr(H){return B.fetchers.get(H)||nI}function Fr(H,J,re,we){if(aI)throw new Error("router.fetch() was called during the server render, but it shouldn't be. You are likely calling a useFetcher() method in the body of your component. Try moving it to a useEffect or a callback.");ee.has(H)&&de(H);let Fe=co(c||u,re,e.basename);if(!Fe){mn(H,J,Nn(404,{pathname:re}));return}let{path:Be,submission:Ge}=Yv(re,we,!0),Se=s0(Fe,Be);if(R=(we&&we.preventScrollReset)===!0,Ge&&$n(Ge.formMethod)){pa(H,J,Be,Se,Fe,Ge);return}Ae.set(H,{routeId:J,path:Be}),kn(H,J,Be,Se,Fe,Ge)}async function pa(H,J,re,we,ye,Fe){if(Zt(),Ae.delete(H),!we.route.action&&!we.route.lazy){let nn=Nn(405,{method:Fe.formMethod,pathname:re,routeId:J});mn(H,J,nn);return}let Be=B.fetchers.get(H),Ge=ut({state:"submitting"},Fe,{data:Be&&Be.data," _hasFetcherDoneAnything ":!0});B.fetchers.set(H,Ge),ge({fetchers:new Map(B.fetchers)});let Se=new AbortController,nr=ml(e.history,re,Se.signal,Fe);ee.set(H,Se);let Ye=await hl("action",nr,we,ye,i,r,q.basename);if(nr.signal.aborted){ee.get(H)===Se&&ee.delete(H);return}if(wo(Ye)){ee.delete(H),dt.add(H);let nn=ut({state:"loading"},Fe,{data:void 0," _hasFetcherDoneAnything ":!0});return B.fetchers.set(H,nn),ge({fetchers:new Map(B.fetchers)}),hn(B,Ye,{isFetchActionRedirect:!0})}if(Rl(Ye)){mn(H,J,Ye.error);return}if(si(Ye))throw Nn(400,{type:"defer-action"});let ar=B.navigation.location||B.location,ht=ml(e.history,ar,Se.signal),dr=c||u,Gr=B.navigation.state!=="idle"?co(dr,B.navigation.location,e.basename):B.matches;Je(Gr,"Didn't find any matches after fetcher action");let Sn=++me;ke.set(H,Sn);let tn=ut({state:"loading",data:Ye.data},Fe,{" _hasFetcherDoneAnything ":!0});B.fetchers.set(H,tn);let[Ai,ma]=Kv(e.history,B,Gr,Fe,ar,G,X,ue,Ae,dr,e.basename,{[we.route.id]:Ye.data},void 0);ma.filter(nn=>nn.key!==H).forEach(nn=>{let Mo=nn.key,ds=B.fetchers.get(Mo),Rc={state:"loading",data:ds&&ds.data,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0," _hasFetcherDoneAnything ":!0};B.fetchers.set(Mo,Rc),ee.set(Mo,Se)}),ge({fetchers:new Map(B.fetchers)});let{results:Oo,loaderResults:ir,fetcherResults:rn}=await Ci(B.matches,Gr,Ai,ma,ht);if(Se.signal.aborted)return;ke.delete(H),ee.delete(H),ma.forEach(nn=>ee.delete(nn.key));let Fn=n3(Oo);if(Fn)return hn(B,Fn);let{loaderData:Di,errors:To}=e3(B,B.matches,Ai,ir,void 0,ma,rn,ve),us={state:"idle",data:Ye.data,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0," _hasFetcherDoneAnything ":!0};B.fetchers.set(H,us);let cs=O(Sn);B.navigation.state==="loading"&&Sn>Ue?(Je(se,"Expected pending action"),E&&E.abort(),Te(B.navigation.location,{matches:Gr,loaderData:Di,errors:To,fetchers:new Map(B.fetchers)})):(ge(ut({errors:To,loaderData:t3(B.loaderData,Di,Gr,To)},cs?{fetchers:new Map(B.fetchers)}:{})),G=!1)}async function kn(H,J,re,we,ye,Fe){let Be=B.fetchers.get(H),Ge=ut({state:"loading",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0},Fe,{data:Be&&Be.data," _hasFetcherDoneAnything ":!0});B.fetchers.set(H,Ge),ge({fetchers:new Map(B.fetchers)});let Se=new AbortController,nr=ml(e.history,re,Se.signal);ee.set(H,Se);let Ye=await hl("loader",nr,we,ye,i,r,q.basename);if(si(Ye)&&(Ye=await $x(Ye,nr.signal,!0)||Ye),ee.get(H)===Se&&ee.delete(H),nr.signal.aborted)return;if(wo(Ye)){await hn(B,Ye);return}if(Rl(Ye)){let ht=fo(B.matches,J);B.fetchers.delete(H),ge({fetchers:new Map(B.fetchers),errors:{[ht.route.id]:Ye.error}});return}Je(!si(Ye),"Unhandled fetcher deferred data");let ar={state:"idle",data:Ye.data,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0," _hasFetcherDoneAnything ":!0};B.fetchers.set(H,ar),ge({fetchers:new Map(B.fetchers)})}async function hn(H,J,re){var we;let{submission:ye,replace:Fe,isFetchActionRedirect:Be}=re===void 0?{}:re;J.revalidate&&(G=!0);let Ge=Xl(H.location,J.location,ut({_isRedirect:!0},Be?{_isFetchActionRedirect:!0}:{}));if(Je(Ge,"Expected a location on the redirect navigation"),Zx.test(J.location)&&Jx&&typeof((we=window)==null?void 0:we.location)<"u"){let dr=e.history.createURL(J.location),Gr=rs(dr.pathname,e.basename||"/")==null;if(window.location.origin!==dr.origin||Gr){Fe?window.location.replace(J.location):window.location.assign(J.location);return}}E=null;let Se=Fe===!0?Ht.Replace:Ht.Push,{formMethod:nr,formAction:Ye,formEncType:ar,formData:ht}=H.navigation;!ye&&nr&&Ye&&ht&&ar&&(ye={formMethod:nr,formAction:Ye,formEncType:ar,formData:ht}),rI.has(J.status)&&ye&&$n(ye.formMethod)?await ze(Se,Ge,{submission:ut({},ye,{formAction:J.location}),preventScrollReset:R}):await ze(Se,Ge,{overrideNavigation:{state:"loading",location:Ge,formMethod:ye?ye.formMethod:void 0,formAction:ye?ye.formAction:void 0,formEncType:ye?ye.formEncType:void 0,formData:ye?ye.formData:void 0},preventScrollReset:R})}async function Ci(H,J,re,we,ye){let Fe=await Promise.all([...re.map(Se=>hl("loader",ye,Se,J,i,r,q.basename)),...we.map(Se=>Se.matches&&Se.match?hl("loader",ml(e.history,Se.path,ye.signal),Se.match,Se.matches,i,r,q.basename):{type:$t.error,error:Nn(404,{pathname:Se.path})})]),Be=Fe.slice(0,re.length),Ge=Fe.slice(re.length);return await Promise.all([a3(H,re,Be,ye.signal,!1,B.loaderData),a3(H,we.map(Se=>Se.match),Ge,ye.signal,!0)]),{results:Fe,loaderResults:Be,fetcherResults:Ge}}function Zt(){G=!0,X.push(...U()),Ae.forEach((H,J)=>{ee.has(J)&&(ue.push(J),de(J))})}function mn(H,J,re){let we=fo(B.matches,J);ha(H),ge({errors:{[we.route.id]:re},fetchers:new Map(B.fetchers)})}function ha(H){ee.has(H)&&de(H),Ae.delete(H),ke.delete(H),dt.delete(H),B.fetchers.delete(H)}function de(H){let J=ee.get(H);Je(J,"Expected fetch controller: "+H),J.abort(),ee.delete(H)}function Y(H){for(let J of H){let we={state:"idle",data:cr(J).data,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0," _hasFetcherDoneAnything ":!0};B.fetchers.set(J,we)}}function D(){let H=[];for(let J of dt){let re=B.fetchers.get(J);Je(re,"Expected fetcher: "+J),re.state==="loading"&&(dt.delete(J),H.push(J))}Y(H)}function O(H){let J=[];for(let[re,we]of ke)if(we0}function L(H,J){let re=B.blockers.get(H)||Xv;return Le.get(H)!==J&&Le.set(H,J),re}function ie(H){B.blockers.delete(H),Le.delete(H)}function te(H,J){let re=B.blockers.get(H)||Xv;Je(re.state==="unblocked"&&J.state==="blocked"||re.state==="blocked"&&J.state==="blocked"||re.state==="blocked"&&J.state==="proceeding"||re.state==="blocked"&&J.state==="unblocked"||re.state==="proceeding"&&J.state==="unblocked","Invalid blocker state transition: "+re.state+" -> "+J.state),B.blockers.set(H,J),ge({blockers:new Map(B.blockers)})}function ne(H){let{currentLocation:J,nextLocation:re,historyAction:we}=H;if(Le.size===0)return;Le.size>1&&So(!1,"A router only supports one blocker at a time");let ye=Array.from(Le.entries()),[Fe,Be]=ye[ye.length-1],Ge=B.blockers.get(Fe);if(!(Ge&&Ge.state==="proceeding")&&Be({currentLocation:J,nextLocation:re,historyAction:we}))return Fe}function U(H){let J=[];return ve.forEach((re,we)=>{(!H||H(we))&&(re.cancel(),J.push(we),ve.delete(we))}),J}function Pe(H,J,re){if(x=H,_=J,b=re||(we=>we.key),!S&&B.navigation===nf){S=!0;let we=Nt(B.location,B.matches);we!=null&&ge({restoreScrollPosition:we})}return()=>{x=null,_=null,b=null}}function at(H,J){if(x&&b&&_){let re=J.map(ye=>i3(ye,B.loaderData)),we=b(H,re)||H.key;x[we]=_()}}function Nt(H,J){if(x&&b&&_){let re=J.map(Fe=>i3(Fe,B.loaderData)),we=b(H,re)||H.key,ye=x[we];if(typeof ye=="number")return ye}return null}function _i(H){c=H}return q={get basename(){return e.basename},get state(){return B},get routes(){return u},initialize:We,subscribe:$,enableScrollRestoration:Pe,navigate:vt,fetch:Fr,revalidate:De,createHref:H=>e.history.createHref(H),encodeLocation:H=>e.history.encodeLocation(H),getFetcher:cr,deleteFetcher:ha,dispose:_t,getBlocker:L,deleteBlocker:ie,_internalFetchControllers:ee,_internalActiveDeferreds:ve,_internalSetRoutes:_i},q}function lI(e){return e!=null&&"formData"in e}function Yv(e,r,i){i===void 0&&(i=!1);let u=typeof e=="string"?e:ua(e);if(!r||!lI(r))return{path:u};if(r.formMethod&&!pI(r.formMethod))return{path:u,error:Nn(405,{method:r.formMethod})};let c;if(r.formData&&(c={formMethod:r.formMethod||"get",formAction:Kx(u),formEncType:r&&r.formEncType||"application/x-www-form-urlencoded",formData:r.formData},$n(c.formMethod)))return{path:u,submission:c};let f=da(u),v=Yx(r.formData);return i&&f.search&&e7(f.search)&&v.append("index",""),f.search="?"+v,{path:ua(f),submission:c}}function sI(e,r){let i=e;if(r){let u=e.findIndex(c=>c.route.id===r);u>=0&&(i=e.slice(0,u))}return i}function Kv(e,r,i,u,c,f,v,x,b,_,S,k,F){let W=F?Object.values(F)[0]:k?Object.values(k)[0]:void 0,q=e.createURL(r.location),B=e.createURL(c),se=f||q.toString()===B.toString()||q.search!==B.search,R=F?Object.keys(F)[0]:void 0,I=sI(i,R).filter((X,ue)=>{if(X.route.lazy)return!0;if(X.route.loader==null)return!1;if(uI(r.loaderData,r.matches[ue],X)||v.some(Ue=>Ue===X.route.id))return!0;let ee=r.matches[ue],me=X;return $v(X,ut({currentUrl:q,currentParams:ee.params,nextUrl:B,nextParams:me.params},u,{actionResult:W,defaultShouldRevalidate:se||Xx(ee,me)}))}),G=[];return b.forEach((X,ue)=>{if(!i.some(ke=>ke.route.id===X.routeId))return;let ee=co(_,X.path,S);if(!ee){G.push(ut({key:ue},X,{matches:null,match:null}));return}let me=s0(ee,X.path);if(x.includes(ue)){G.push(ut({key:ue,matches:ee,match:me},X));return}$v(me,ut({currentUrl:q,currentParams:r.matches[r.matches.length-1].params,nextUrl:B,nextParams:i[i.length-1].params},u,{actionResult:W,defaultShouldRevalidate:se}))&&G.push(ut({key:ue,matches:ee,match:me},X))}),[I,G]}function uI(e,r,i){let u=!r||i.route.id!==r.route.id,c=e[i.route.id]===void 0;return u||c}function Xx(e,r){let i=e.route.path;return e.pathname!==r.pathname||i!=null&&i.endsWith("*")&&e.params["*"]!==r.params["*"]}function $v(e,r){if(e.route.shouldRevalidate){let i=e.route.shouldRevalidate(r);if(typeof i=="boolean")return i}return r.defaultShouldRevalidate}async function l0(e,r,i){if(!e.lazy)return;let u=await e.lazy();if(!e.lazy)return;let c=i[e.id];Je(c,"No route found in manifest");let f={};for(let v in u){let b=c[v]!==void 0&&v!=="hasErrorBoundary";So(!b,'Route "'+c.id+'" has a static property "'+v+'" defined but its lazy function is also returning a value for this property. '+('The lazy route property "'+v+'" will be ignored.')),!b&&!kR.has(v)&&(f[v]=u[v])}Object.assign(c,f),Object.assign(c,{hasErrorBoundary:r(ut({},c)),lazy:void 0})}async function hl(e,r,i,u,c,f,v,x,b,_){v===void 0&&(v="/"),x===void 0&&(x=!1),b===void 0&&(b=!1);let S,k,F,W=se=>{let R,E=new Promise((I,G)=>R=G);return F=()=>R(),r.signal.addEventListener("abort",F),Promise.race([se({request:r,params:i.params,context:_}),E])};try{let se=i.route[e];if(i.route.lazy)if(se)k=(await Promise.all([W(se),l0(i.route,f,c)]))[0];else if(await l0(i.route,f,c),se=i.route[e],se)k=await W(se);else{if(e==="action")throw Nn(405,{method:r.method,pathname:new URL(r.url).pathname,routeId:i.route.id});return{type:$t.data,data:void 0}}else Je(se,"Could not find the "+e+' to run on the "'+i.route.id+'" route'),k=await W(se);Je(k!==void 0,"You defined "+(e==="action"?"an action":"a loader")+" for route "+('"'+i.route.id+"\" but didn't return anything from your `"+e+"` ")+"function. Please return a value or `null`.")}catch(se){S=$t.error,k=se}finally{F&&r.signal.removeEventListener("abort",F)}if(fI(k)){let se=k.status;if(tI.has(se)){let I=k.headers.get("Location");if(Je(I,"Redirects returned/thrown from loaders/actions must have a Location header"),Zx.test(I)){if(!x){let G=new URL(r.url),X=I.startsWith("//")?new URL(G.protocol+I):new URL(I),ue=rs(X.pathname,v)!=null;X.origin===G.origin&&ue&&(I=X.pathname+X.search+X.hash)}}else{let G=u.slice(0,u.indexOf(i)+1),X=jc(G).map(ee=>ee.pathnameBase),ue=fp(I,X,new URL(r.url).pathname);if(Je(ua(ue),"Unable to resolve redirect location: "+I),v){let ee=ue.pathname;ue.pathname=ee==="/"?v:aa([v,ee])}I=ua(ue)}if(x)throw k.headers.set("Location",I),k;return{type:$t.redirect,status:se,location:I,revalidate:k.headers.get("X-Remix-Revalidate")!==null}}if(b)throw{type:S||$t.data,response:k};let R,E=k.headers.get("Content-Type");return E&&/\bapplication\/json\b/.test(E)?R=await k.json():R=await k.text(),S===$t.error?{type:S,error:new pp(se,k.statusText,R),headers:k.headers}:{type:$t.data,data:R,statusCode:k.status,headers:k.headers}}if(S===$t.error)return{type:S,error:k};if(k instanceof JR){var q,B;return{type:$t.deferred,deferredData:k,statusCode:(q=k.init)==null?void 0:q.status,headers:((B=k.init)==null?void 0:B.headers)&&new Headers(k.init.headers)}}return{type:$t.data,data:k}}function ml(e,r,i,u){let c=e.createURL(Kx(r)).toString(),f={signal:i};if(u&&$n(u.formMethod)){let{formMethod:v,formEncType:x,formData:b}=u;f.method=v.toUpperCase(),f.body=x==="application/x-www-form-urlencoded"?Yx(b):b}return new Request(c,f)}function Yx(e){let r=new URLSearchParams;for(let[i,u]of e.entries())r.append(i,u instanceof File?u.name:u);return r}function cI(e,r,i,u,c){let f={},v=null,x,b=!1,_={};return i.forEach((S,k)=>{let F=r[k].route.id;if(Je(!wo(S),"Cannot handle redirect results in processLoaderData"),Rl(S)){let W=fo(e,F),q=S.error;u&&(q=Object.values(u)[0],u=void 0),v=v||{},v[W.route.id]==null&&(v[W.route.id]=q),f[F]=void 0,b||(b=!0,x=Qx(S.error)?S.error.status:500),S.headers&&(_[F]=S.headers)}else si(S)?(c.set(F,S.deferredData),f[F]=S.deferredData.data):f[F]=S.data,S.statusCode!=null&&S.statusCode!==200&&!b&&(x=S.statusCode),S.headers&&(_[F]=S.headers)}),u&&(v=u,f[Object.keys(u)[0]]=void 0),{loaderData:f,errors:v,statusCode:x||200,loaderHeaders:_}}function e3(e,r,i,u,c,f,v,x){let{loaderData:b,errors:_}=cI(r,i,u,c,x);for(let S=0;Su.route.id===r)+1):[...e]).reverse().find(u=>u.route.hasErrorBoundary===!0)||e[0]}function r3(e){let r=e.find(i=>i.index||!i.path||i.path==="/")||{id:"__shim-error-route__"};return{matches:[{params:{},pathname:"",pathnameBase:"",route:r}],route:r}}function Nn(e,r){let{pathname:i,routeId:u,method:c,type:f}=r===void 0?{}:r,v="Unknown Server Error",x="Unknown @remix-run/router error";return e===400?(v="Bad Request",c&&i&&u?x="You made a "+c+' request to "'+i+'" but '+('did not provide a `loader` for route "'+u+'", ')+"so there is no way to handle the request.":f==="defer-action"&&(x="defer() is not supported in actions")):e===403?(v="Forbidden",x='Route "'+u+'" does not match URL "'+i+'"'):e===404?(v="Not Found",x='No route matches URL "'+i+'"'):e===405&&(v="Method Not Allowed",c&&i&&u?x="You made a "+c.toUpperCase()+' request to "'+i+'" but '+('did not provide an `action` for route "'+u+'", ')+"so there is no way to handle the request.":c&&(x='Invalid request method "'+c.toUpperCase()+'"')),new pp(e||500,v,new Error(x),!0)}function n3(e){for(let r=e.length-1;r>=0;r--){let i=e[r];if(wo(i))return i}}function Kx(e){let r=typeof e=="string"?da(e):e;return ua(ut({},r,{hash:""}))}function dI(e,r){return e.pathname===r.pathname&&e.search===r.search&&e.hash!==r.hash}function si(e){return e.type===$t.deferred}function Rl(e){return e.type===$t.error}function wo(e){return(e&&e.type)===$t.redirect}function fI(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.headers=="object"&&typeof e.body<"u"}function pI(e){return eI.has(e)}function $n(e){return KR.has(e)}async function a3(e,r,i,u,c,f){for(let v=0;vk.route.id===b.route.id),S=_!=null&&!Xx(_,b)&&(f&&f[b.route.id])!==void 0;si(x)&&(c||S)&&await $x(x,u,c).then(k=>{k&&(i[v]=k||i[v])})}}async function $x(e,r,i){if(i===void 0&&(i=!1),!await e.deferredData.resolveData(r)){if(i)try{return{type:$t.data,data:e.deferredData.unwrappedData}}catch(c){return{type:$t.error,error:c}}return{type:$t.data,data:e.deferredData.data}}}function e7(e){return new URLSearchParams(e).getAll("index").some(r=>r==="")}function i3(e,r){let{route:i,pathname:u,params:c}=e;return{id:i.id,pathname:u,params:c,data:r[i.id],handle:i.handle}}function s0(e,r){let i=typeof r=="string"?da(r).search:r.search;if(e[e.length-1].route.index&&e7(i||""))return e[e.length-1];let u=jc(e);return u[u.length-1]}/** - * React Router v6.9.0 - * - * Copyright (c) Remix Software Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE.md file in the root directory of this source tree. - * - * @license MIT - */function hI(e,r){return e===r&&(e!==0||1/e===1/r)||e!==e&&r!==r}const mI=typeof Object.is=="function"?Object.is:hI,{useState:gI,useEffect:vI,useLayoutEffect:yI,useDebugValue:xI}=hf;function bI(e,r,i){const u=r(),[{inst:c},f]=gI({inst:{value:u,getSnapshot:r}});return yI(()=>{c.value=u,c.getSnapshot=r,af(c)&&f({inst:c})},[e,u,r]),vI(()=>(af(c)&&f({inst:c}),e(()=>{af(c)&&f({inst:c})})),[e]),xI(u),u}function af(e){const r=e.getSnapshot,i=e.value;try{const u=r();return!mI(i,u)}catch{return!0}}function wI(e,r,i){return r()}const CI=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",_I=!CI,AI=_I?wI:bI,DI="useSyncExternalStore"in hf?(e=>e.useSyncExternalStore)(hf):AI,hp=P.createContext(null),mp=P.createContext(null),ns=P.createContext(null),kc=P.createContext(null),wi=P.createContext({outlet:null,matches:[]}),t7=P.createContext(null);function u0(){return u0=Object.assign?Object.assign.bind():function(e){for(var r=1;rx.pathnameBase)),f=P.useRef(!1);return P.useEffect(()=>{f.current=!0}),P.useCallback(function(x,b){if(b===void 0&&(b={}),!f.current)return;if(typeof x=="number"){r.go(x);return}let _=fp(x,JSON.parse(c),u,b.relative==="path");e!=="/"&&(_.pathname=_.pathname==="/"?e:aa([e,_.pathname])),(b.replace?r.replace:r.push)(_,b.state,b)},[e,r,c,u])}const jI=P.createContext(null);function kI(e){let r=P.useContext(wi).outlet;return r&&P.createElement(jI.Provider,{value:e},r)}function n7(e,r){let{relative:i}=r===void 0?{}:r,{matches:u}=P.useContext(wi),{pathname:c}=is(),f=JSON.stringify(jc(u).map(v=>v.pathnameBase));return P.useMemo(()=>fp(e,JSON.parse(f),c,i==="path"),[e,f,c,i])}function SI(e,r){as()||Je(!1);let{navigator:i}=P.useContext(ns),u=P.useContext(mp),{matches:c}=P.useContext(wi),f=c[c.length-1],v=f?f.params:{};f&&f.pathname;let x=f?f.pathnameBase:"/";f&&f.route;let b=is(),_;if(r){var S;let B=typeof r=="string"?da(r):r;x==="/"||(S=B.pathname)!=null&&S.startsWith(x)||Je(!1),_=B}else _=b;let k=_.pathname||"/",F=x==="/"?k:k.slice(x.length)||"/",W=co(e,{pathname:F}),q=II(W&&W.map(B=>Object.assign({},B,{params:Object.assign({},v,B.params),pathname:aa([x,i.encodeLocation?i.encodeLocation(B.pathname).pathname:B.pathname]),pathnameBase:B.pathnameBase==="/"?x:aa([x,i.encodeLocation?i.encodeLocation(B.pathnameBase).pathname:B.pathnameBase])})),c,u||void 0);return r&&q?P.createElement(kc.Provider,{value:{location:u0({pathname:"/",search:"",hash:"",state:null,key:"default"},_),navigationType:Ht.Pop}},q):q}function FI(){let e=MI(),r=Qx(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),i=e instanceof Error?e.stack:null,c={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"};return P.createElement(P.Fragment,null,P.createElement("h2",null,"Unexpected Application Error!"),P.createElement("h3",{style:{fontStyle:"italic"}},r),i?P.createElement("pre",{style:c},i):null,null)}class BI extends P.Component{constructor(r){super(r),this.state={location:r.location,error:r.error}}static getDerivedStateFromError(r){return{error:r}}static getDerivedStateFromProps(r,i){return i.location!==r.location?{error:r.error,location:r.location}:{error:r.error||i.error,location:i.location}}componentDidCatch(r,i){console.error("React Router caught the following error during render",r,i)}render(){return this.state.error?P.createElement(wi.Provider,{value:this.props.routeContext},P.createElement(t7.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function RI(e){let{routeContext:r,match:i,children:u}=e,c=P.useContext(hp);return c&&c.static&&c.staticContext&&(i.route.errorElement||i.route.ErrorBoundary)&&(c.staticContext._deepestRenderedBoundaryId=i.route.id),P.createElement(wi.Provider,{value:r},u)}function II(e,r,i){if(r===void 0&&(r=[]),e==null)if(i!=null&&i.errors)e=i.matches;else return null;let u=e,c=i==null?void 0:i.errors;if(c!=null){let f=u.findIndex(v=>v.route.id&&(c==null?void 0:c[v.route.id]));f>=0||Je(!1),u=u.slice(0,Math.min(u.length,f+1))}return u.reduceRight((f,v,x)=>{let b=v.route.id?c==null?void 0:c[v.route.id]:null,_=null;i&&(v.route.ErrorBoundary?_=P.createElement(v.route.ErrorBoundary,null):v.route.errorElement?_=v.route.errorElement:_=P.createElement(FI,null));let S=r.concat(u.slice(0,x+1)),k=()=>{let F=f;return b?F=_:v.route.Component?F=P.createElement(v.route.Component,null):v.route.element&&(F=v.route.element),P.createElement(RI,{match:v,routeContext:{outlet:f,matches:S},children:F})};return i&&(v.route.ErrorBoundary||v.route.errorElement||x===0)?P.createElement(BI,{location:i.location,component:_,error:b,children:k(),routeContext:{outlet:null,matches:S}}):k()},null)}var o3;(function(e){e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator"})(o3||(o3={}));var Fo;(function(e){e.UseBlocker="useBlocker",e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator"})(Fo||(Fo={}));function a7(e){let r=P.useContext(mp);return r||Je(!1),r}function OI(e){let r=P.useContext(wi);return r||Je(!1),r}function i7(e){let r=OI(),i=r.matches[r.matches.length-1];return i.route.id||Je(!1),i.route.id}function TI(){let e=a7(Fo.UseLoaderData),r=i7(Fo.UseLoaderData);if(e.errors&&e.errors[r]!=null){console.error("You cannot `useLoaderData` in an errorElement (routeId: "+r+")");return}return e.loaderData[r]}function MI(){var e;let r=P.useContext(t7),i=a7(Fo.UseRouteError),u=i7(Fo.UseRouteError);return r||((e=i.errors)==null?void 0:e[u])}function PI(e){let{fallbackElement:r,router:i}=e,u=P.useCallback(()=>i.state,[i]),c=DI(i.subscribe,u,u),f=P.useMemo(()=>({createHref:i.createHref,encodeLocation:i.encodeLocation,go:b=>i.navigate(b),push:(b,_,S)=>i.navigate(b,{state:_,preventScrollReset:S==null?void 0:S.preventScrollReset}),replace:(b,_,S)=>i.navigate(b,{replace:!0,state:_,preventScrollReset:S==null?void 0:S.preventScrollReset})}),[i]),v=i.basename||"/",x=P.useMemo(()=>({router:i,navigator:f,static:!1,basename:v}),[i,f,v]);return P.createElement(P.Fragment,null,P.createElement(hp.Provider,{value:x},P.createElement(mp.Provider,{value:c},P.createElement(LI,{basename:i.basename,location:i.state.location,navigationType:i.state.historyAction,navigator:f},i.state.initialized?P.createElement(UI,null):r))),null)}function gp(e){return kI(e.context)}function NI(e){Je(!1)}function LI(e){let{basename:r="/",children:i=null,location:u,navigationType:c=Ht.Pop,navigator:f,static:v=!1}=e;as()&&Je(!1);let x=r.replace(/^\/*/,"/"),b=P.useMemo(()=>({basename:x,navigator:f,static:v}),[x,f,v]);typeof u=="string"&&(u=da(u));let{pathname:_="/",search:S="",hash:k="",state:F=null,key:W="default"}=u,q=P.useMemo(()=>{let B=rs(_,x);return B==null?null:{location:{pathname:B,search:S,hash:k,state:F,key:W},navigationType:c}},[x,_,S,k,F,W,c]);return q==null?null:P.createElement(ns.Provider,{value:b},P.createElement(kc.Provider,{children:i,value:q}))}function UI(e){let{children:r,location:i}=e,u=P.useContext(hp),c=u&&!r?u.router.routes:c0(r);return SI(c,i)}var l3;(function(e){e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error"})(l3||(l3={}));new Promise(()=>{});function c0(e,r){r===void 0&&(r=[]);let i=[];return P.Children.forEach(e,(u,c)=>{if(!P.isValidElement(u))return;if(u.type===P.Fragment){i.push.apply(i,c0(u.props.children,r));return}u.type!==NI&&Je(!1),!u.props.index||!u.props.children||Je(!1);let f=[...r,c],v={id:u.props.id||f.join("-"),caseSensitive:u.props.caseSensitive,element:u.props.element,Component:u.props.Component,index:u.props.index,path:u.props.path,loader:u.props.loader,action:u.props.action,errorElement:u.props.errorElement,ErrorBoundary:u.props.ErrorBoundary,hasErrorBoundary:u.props.ErrorBoundary!=null||u.props.errorElement!=null,shouldRevalidate:u.props.shouldRevalidate,handle:u.props.handle,lazy:u.props.lazy};u.props.children&&(v.children=c0(u.props.children,f)),i.push(v)}),i}function zI(e){return!!e.ErrorBoundary||!!e.errorElement}/** - * React Router DOM v6.9.0 - * - * Copyright (c) Remix Software Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE.md file in the root directory of this source tree. - * - * @license MIT - */function oc(){return oc=Object.assign?Object.assign.bind():function(e){for(var r=1;r=0)&&(i[c]=e[c]);return i}function HI(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function GI(e,r){return e.button===0&&(!r||r==="_self")&&!HI(e)}const qI=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset"];function QI(e,r){return oI({basename:r==null?void 0:r.basename,history:DR({window:r==null?void 0:r.window}),hydrationData:(r==null?void 0:r.hydrationData)||WI(),routes:e,detectErrorBoundary:zI}).initialize()}function WI(){var e;let r=(e=window)==null?void 0:e.__staticRouterHydrationData;return r&&r.errors&&(r=oc({},r,{errors:ZI(r.errors)})),r}function ZI(e){if(!e)return null;let r=Object.entries(e),i={};for(let[u,c]of r)if(c&&c.__type==="RouteErrorResponse")i[u]=new pp(c.status,c.statusText,c.data,c.internal===!0);else if(c&&c.__type==="Error"){let f=new Error(c.message);f.stack="",i[u]=f}else i[u]=c;return i}const JI=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",XI=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Sc=P.forwardRef(function(r,i){let{onClick:u,relative:c,reloadDocument:f,replace:v,state:x,target:b,to:_,preventScrollReset:S}=r,k=VI(r,qI),{basename:F}=P.useContext(ns),W,q=!1;if(typeof _=="string"&&XI.test(_)&&(W=_,JI)){let E=new URL(window.location.href),I=_.startsWith("//")?new URL(E.protocol+_):new URL(_),G=rs(I.pathname,F);I.origin===E.origin&&G!=null?_=G+I.search+I.hash:q=!0}let B=EI(_,{relative:c}),se=YI(_,{replace:v,state:x,target:b,preventScrollReset:S,relative:c});function R(E){u&&u(E),E.defaultPrevented||se(E)}return P.createElement("a",oc({},k,{href:W||B,onClick:q||f?u:R,ref:i,target:b}))});var s3;(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmitImpl="useSubmitImpl",e.UseFetcher="useFetcher"})(s3||(s3={}));var u3;(function(e){e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"})(u3||(u3={}));function YI(e,r){let{target:i,replace:u,state:c,preventScrollReset:f,relative:v}=r===void 0?{}:r,x=r7(),b=is(),_=n7(e,{relative:v});return P.useCallback(S=>{if(GI(S,i)){S.preventDefault();let k=u!==void 0?u:ua(b)===ua(_);x(e,{replace:k,state:c,preventScrollReset:f,relative:v})}},[b,x,_,u,c,i,e,f,v])}const KI=e=>P.createElement("svg",{viewBox:"0 0 41 36",fill:"#3450A1",stroke:"#3450A1",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("path",{d:"M39.448 34.4697H4.34077C16.7162 30.6859 33.7026 24.3907 38.192 2.2421C38.24 2.00901 38.1034 1.77938 37.8879 1.72844C37.6707 1.67923 37.4591 1.82513 37.412 2.05736C32.7516 25.0512 14.1932 30.6203 1.91279 34.3065L1.82576 34.3324V1.55665C1.82576 1.31838 1.64692 1.125 1.42655 1.125C1.20619 1.125 1.02734 1.31838 1.02734 1.55665V34.9013C1.02734 34.9212 1.03533 34.9384 1.03772 34.9574C1.04012 34.9773 1.03693 34.9972 1.04172 35.0161C1.04331 35.0231 1.0497 35.0256 1.05209 35.0325C1.07605 35.112 1.11836 35.1784 1.17665 35.2302C1.18862 35.2406 1.199 35.2475 1.21178 35.2553C1.27405 35.3002 1.34511 35.333 1.42655 35.333H39.448C39.6683 35.333 39.8472 35.1396 39.8472 34.9013C39.8472 34.6631 39.6683 34.4697 39.448 34.4697Z",fill:"current",stroke:"current",strokeWidth:.48338}),P.createElement("path",{d:"M20.5122 16.7467C21.1878 16.7467 21.7354 16.1546 21.7354 15.4241C21.7354 14.6937 21.1878 14.1016 20.5122 14.1016C19.8367 14.1016 19.2891 14.6937 19.2891 15.4241C19.2891 16.1546 19.8367 16.7467 20.5122 16.7467Z",fill:"current",stroke:"current",strokeWidth:.48338}),P.createElement("path",{d:"M24.8716 15.8561C25.5472 15.8561 26.0948 15.2639 26.0948 14.5335C26.0948 13.8031 25.5472 13.2109 24.8716 13.2109C24.1961 13.2109 23.6484 13.8031 23.6484 14.5335C23.6484 15.2639 24.1961 15.8561 24.8716 15.8561Z",fill:"current",stroke:"current",strokeWidth:.48338}),P.createElement("path",{d:"M23.2271 20.2311C23.9026 20.2311 24.4502 19.6389 24.4502 18.9085C24.4502 18.1781 23.9026 17.5859 23.2271 17.5859C22.5515 17.5859 22.0039 18.1781 22.0039 18.9085C22.0039 19.6389 22.5515 20.2311 23.2271 20.2311Z",fill:"current",stroke:"current",strokeWidth:.48338}),P.createElement("path",{d:"M22.6704 12.2701C23.346 12.2701 23.8936 11.678 23.8936 10.9476C23.8936 10.2171 23.346 9.625 22.6704 9.625C21.9949 9.625 21.4473 10.2171 21.4473 10.9476C21.4473 11.678 21.9949 12.2701 22.6704 12.2701Z",fill:"current",stroke:"current",strokeWidth:.48338}),P.createElement("path",{d:"M28.7974 13.5748C29.4729 13.5748 30.0206 12.9827 30.0206 12.2523C30.0206 11.5218 29.4729 10.9297 28.7974 10.9297C28.1219 10.9297 27.5742 11.5218 27.5742 12.2523C27.5742 12.9827 28.1219 13.5748 28.7974 13.5748Z",fill:"current",stroke:"current",strokeWidth:.48338}),P.createElement("path",{d:"M18.3521 13.5748C19.0276 13.5748 19.5752 12.9827 19.5752 12.2523C19.5752 11.5218 19.0276 10.9297 18.3521 10.9297C17.6765 10.9297 17.1289 11.5218 17.1289 12.2523C17.1289 12.9827 17.6765 13.5748 18.3521 13.5748Z",fill:"current",stroke:"current",strokeWidth:.48338}),P.createElement("path",{d:"M18.3521 20.7389C19.0276 20.7389 19.5752 20.1467 19.5752 19.4163C19.5752 18.6859 19.0276 18.0938 18.3521 18.0938C17.6765 18.0938 17.1289 18.6859 17.1289 19.4163C17.1289 20.1467 17.6765 20.7389 18.3521 20.7389Z",fill:"current",stroke:"current",strokeWidth:.48338}),P.createElement("path",{d:"M14.9575 17.1022C15.6331 17.1022 16.1807 16.51 16.1807 15.7796C16.1807 15.0492 15.6331 14.457 14.9575 14.457C14.282 14.457 13.7344 15.0492 13.7344 15.7796C13.7344 16.51 14.282 17.1022 14.9575 17.1022Z",fill:"current",stroke:"current",strokeWidth:.48338}),P.createElement("path",{d:"M19.9986 24.2936C20.6741 24.2936 21.2217 23.7014 21.2217 22.971C21.2217 22.2406 20.6741 21.6484 19.9986 21.6484C19.323 21.6484 18.7754 22.2406 18.7754 22.971C18.7754 23.7014 19.323 24.2936 19.9986 24.2936Z",fill:"current",stroke:"current",strokeWidth:.48338}),P.createElement("path",{d:"M14.5533 23.4029C15.2288 23.4029 15.7764 22.8108 15.7764 22.0804C15.7764 21.3499 15.2288 20.7578 14.5533 20.7578C13.8777 20.7578 13.3301 21.3499 13.3301 22.0804C13.3301 22.8108 13.8777 23.4029 14.5533 23.4029Z",fill:"current",stroke:"current",strokeWidth:.48338}),P.createElement("path",{d:"M11.2564 20.2311C11.9319 20.2311 12.4796 19.6389 12.4796 18.9085C12.4796 18.1781 11.9319 17.5859 11.2564 17.5859C10.5808 17.5859 10.0332 18.1781 10.0332 18.9085C10.0332 19.6389 10.5808 20.2311 11.2564 20.2311Z",fill:"current",stroke:"current",strokeWidth:.48338}),P.createElement("path",{d:"M27.9732 18.4459C28.6487 18.4459 29.1964 17.8538 29.1964 17.1233C29.1964 16.3929 28.6487 15.8008 27.9732 15.8008C27.2976 15.8008 26.75 16.3929 26.75 17.1233C26.75 17.8538 27.2976 18.4459 27.9732 18.4459Z",fill:"current",stroke:"current",strokeWidth:.48338}),P.createElement("path",{d:"M14.5533 28.3287C15.2288 28.3287 15.7764 27.7366 15.7764 27.0062C15.7764 26.2757 15.2288 25.6836 14.5533 25.6836C13.8777 25.6836 13.3301 26.2757 13.3301 27.0062C13.3301 27.7366 13.8777 28.3287 14.5533 28.3287Z",fill:"current",stroke:"current",strokeWidth:.48338})),$I=e=>P.createElement("svg",{viewBox:"0 0 40 34",fill:"#3450A1",stroke:"#3450A1",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("path",{d:"M38.4914 1.59242V1.43129H38.3303H1.67143H1.51031V1.59242V5.99468V6.15581H1.67143H38.3303H38.4914V5.99468V1.59242ZM1.51031 32.4083V32.5694H1.67143H38.3303H38.4914V32.4083V7.4621V7.30098H38.3303H1.67143H1.51031V7.4621V32.4083ZM0.938255 0.286127H39.0635C39.3797 0.286127 39.6355 0.542475 39.6355 0.85871V33.142C39.6355 33.4588 39.3798 33.7146 39.0635 33.7146H0.938255C0.622535 33.7146 0.366205 33.4587 0.366205 33.142V0.85871C0.366205 0.54258 0.62264 0.286127 0.938255 0.286127Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M13.2171 20.0495L13.3309 19.9356L13.2171 19.8217L7.86999 14.4708C7.64619 14.2468 7.64619 13.8851 7.86999 13.6611C8.09373 13.4372 8.45502 13.4372 8.67876 13.6611L14.5442 19.5308C14.768 19.7547 14.768 20.1165 14.5442 20.3404L8.67876 26.2101C8.56714 26.3218 8.42094 26.3779 8.27438 26.3779C8.12781 26.3779 7.98161 26.3218 7.86999 26.2101C7.64619 25.9862 7.64619 25.6244 7.86999 25.4004L13.2171 20.0495Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M15.6043 25.2353H22.936C23.2524 25.2353 23.5081 25.4911 23.5081 25.8079C23.5081 26.1248 23.2524 26.3805 22.936 26.3805H15.6043C15.2885 26.3805 15.0322 26.1247 15.0322 25.8079C15.0322 25.4912 15.2885 25.2353 15.6043 25.2353Z",fill:"current",stroke:"current",strokeWidth:.322253})),eO=e=>P.createElement("svg",{viewBox:"0 0 42 42",fill:"#3450A1",stroke:"#3450A1",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("path",{d:"M20.9399 16.7148C18.5649 16.7148 16.6328 18.6382 16.6328 21.0022C16.6328 23.3661 18.5649 25.2895 20.9399 25.2895C23.3149 25.2895 25.2473 23.3661 25.2473 21.0022C25.2473 18.6382 23.3149 16.7148 20.9399 16.7148ZM20.9399 24.2958C19.1155 24.2958 17.6312 22.8183 17.6312 21.0022C17.6312 19.186 19.1155 17.7086 20.9399 17.7086C22.7645 17.7086 24.2489 19.186 24.2489 21.0022C24.2489 22.8183 22.7645 24.2958 20.9399 24.2958Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M29.1716 19.742C29.3122 19.7274 29.4402 19.6537 29.5233 19.5396C29.6064 19.4256 29.6369 19.2815 29.6072 19.1437C29.3834 18.1054 28.9747 17.1248 28.3926 16.2286C28.3156 16.1102 28.192 16.0301 28.0521 16.0078C27.911 15.9845 27.7694 16.0233 27.6594 16.1121C27.1544 16.5187 26.4261 16.4799 25.9662 16.0219C25.506 15.5638 25.467 14.8394 25.8753 14.3358C25.9642 14.2266 26.0023 14.0844 25.9798 13.9452C25.9574 13.8059 25.8767 13.6832 25.758 13.6065C24.8574 13.0272 23.8722 12.6205 22.8295 12.3978C22.6898 12.3682 22.5463 12.3983 22.4317 12.4813C22.3172 12.5638 22.2431 12.6914 22.2282 12.8316C22.1602 13.475 21.6176 13.9602 20.9664 13.9602C20.3151 13.9602 19.7725 13.475 19.7045 12.8316C19.6897 12.6914 19.6156 12.5638 19.501 12.4813C19.3865 12.3983 19.2427 12.3692 19.1032 12.3978C18.0605 12.6205 17.0753 13.0272 16.1747 13.6065C16.056 13.6832 15.9753 13.8059 15.9529 13.9452C15.9305 14.0844 15.9685 14.2266 16.0575 14.3358C16.4657 14.8394 16.4267 15.5638 15.9666 16.0219C15.5059 16.4799 14.7778 16.5187 14.2733 16.1121C14.1634 16.0233 14.0208 15.9835 13.8806 16.0078C13.7407 16.0301 13.6172 16.1102 13.5401 16.2286C12.9581 17.1248 12.5493 18.1054 12.3256 19.1437C12.2958 19.2815 12.3263 19.4256 12.4094 19.5396C12.4925 19.6537 12.6205 19.7274 12.7611 19.742C13.408 19.8099 13.8958 20.3499 13.8958 20.9982C13.8958 21.6464 13.408 22.1865 12.7611 22.2544C12.6205 22.269 12.4925 22.3427 12.4094 22.4567C12.3263 22.5708 12.2958 22.7149 12.3256 22.8527C12.5493 23.8905 12.9578 24.8711 13.5401 25.7678C13.6169 25.8862 13.7407 25.9663 13.8806 25.9886C14.0196 26.0119 14.1631 25.9735 14.2733 25.8843C14.7781 25.4777 15.5069 25.5165 15.9666 25.9745C16.4265 26.4325 16.4657 27.1575 16.0575 27.6606C15.9685 27.7698 15.9305 27.912 15.9529 28.0512C15.9753 28.1905 16.056 28.3132 16.1747 28.3899C17.0753 28.9692 18.0605 29.3758 19.1032 29.5985C19.2417 29.6267 19.3862 29.5981 19.501 29.5151C19.6156 29.4326 19.6897 29.305 19.7045 29.1648C19.7725 28.5214 20.3151 28.0362 20.9664 28.0362C21.6176 28.0362 22.1602 28.5214 22.2282 29.1648C22.2431 29.305 22.3172 29.4326 22.4317 29.5151C22.5178 29.5772 22.6204 29.6097 22.7247 29.6097C22.7596 29.6097 22.7947 29.6058 22.8295 29.5985C23.8722 29.3758 24.8574 28.9692 25.758 28.3899C25.8767 28.3132 25.9574 28.1905 25.9798 28.0512C26.0023 27.912 25.9642 27.7698 25.8753 27.6606C25.467 27.1575 25.5063 26.4325 25.9662 25.9745C26.4266 25.5165 27.1542 25.4772 27.6594 25.8843C27.7694 25.9731 27.9127 26.0124 28.0521 25.9886C28.192 25.9663 28.3158 25.8862 28.3926 25.7678C28.9749 24.8711 29.3834 23.8905 29.6072 22.8527C29.6369 22.7149 29.6064 22.5708 29.5233 22.4567C29.4402 22.3427 29.3122 22.269 29.1716 22.2544C28.5247 22.1865 28.037 21.6464 28.037 20.9982C28.037 20.3499 28.5247 19.8099 29.1716 19.742ZM28.5142 23.1142C28.347 23.7066 28.1099 24.2753 27.8057 24.8139C26.9628 24.4291 25.9452 24.5902 25.2603 25.2719C24.5757 25.9536 24.4131 26.9663 24.7999 27.8052C24.2588 28.1085 23.6875 28.3443 23.0923 28.5107C22.77 27.6446 21.9357 27.0425 20.9664 27.0425C19.997 27.0425 19.1627 27.6446 18.8405 28.5107C18.2453 28.3443 17.6739 28.1085 17.1328 27.8052C17.5197 26.9663 17.3571 25.9536 16.6724 25.2719C15.9873 24.5897 14.9697 24.4281 14.1271 24.8139C13.8229 24.2753 13.5857 23.7066 13.4185 23.1142C14.2889 22.7935 14.8941 21.9628 14.8941 20.9982C14.8941 20.0331 14.2891 19.2029 13.4185 18.8822C13.5857 18.2897 13.8229 17.7206 14.1271 17.1825C14.9699 17.5678 15.9873 17.4062 16.6724 16.7245C17.3573 16.0432 17.5199 15.0301 17.1328 14.1907C17.6739 13.8879 18.2455 13.6521 18.8405 13.4857C19.1625 14.3518 19.997 14.9539 20.9664 14.9539C21.9357 14.9539 22.7703 14.3518 23.0923 13.4857C23.6872 13.6521 24.2588 13.8879 24.7999 14.1907C24.4128 15.0301 24.5754 16.0432 25.2603 16.7245C25.945 17.4062 26.9621 17.5673 27.8057 17.1825C28.1099 17.7206 28.347 18.2897 28.5142 18.8822C27.6436 19.2029 27.0386 20.0331 27.0386 20.9982C27.0386 21.9628 27.6438 22.7935 28.5142 23.1142Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M7.75546 14.5731C11.4803 14.5731 14.5107 11.5565 14.5107 7.84905C14.5107 4.14155 11.4803 1.125 7.75546 1.125C4.0304 1.125 1 4.14155 1 7.84905C1 11.5565 4.0304 14.5731 7.75546 14.5731ZM4.33432 12.4471C4.40067 10.6086 5.92002 9.13243 7.78301 9.13243C9.63259 9.13243 11.1429 10.5875 11.2297 12.4075C10.2627 13.1395 9.0612 13.5794 7.75546 13.5794C6.47352 13.5794 5.29212 13.155 4.33432 12.4471ZM5.88282 6.24737C5.88282 5.20465 6.73517 4.35602 7.78301 4.35602C8.83084 4.35602 9.6832 5.20465 9.6832 6.24737C9.6832 7.29008 8.83084 8.13872 7.78301 8.13872C6.73517 8.13872 5.88282 7.29008 5.88282 6.24737ZM7.75546 2.11871C10.9299 2.11871 13.5123 4.68936 13.5123 7.84905C13.5123 9.27232 12.9852 10.5732 12.1191 11.5763C11.8008 10.2023 10.8415 9.0712 9.57019 8.51418C10.2455 7.98554 10.6815 7.16702 10.6815 6.24737C10.6815 4.65636 9.3812 3.36231 7.78301 3.36231C6.18481 3.36231 4.88447 4.65636 4.88447 6.24737C4.88447 7.16702 5.32051 7.98554 5.99582 8.51418C4.70986 9.07763 3.74154 10.2279 3.43468 11.6234C2.54357 10.614 1.99835 9.29516 1.99835 7.84905C1.99835 4.68936 4.58101 2.11871 7.75546 2.11871Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M34.181 1.125C30.4562 1.125 27.4258 4.14155 27.4258 7.84905C27.4258 11.5565 30.4562 14.5731 34.181 14.5731C37.9061 14.5731 40.9365 11.5565 40.9365 7.84905C40.9365 4.14155 37.9061 1.125 34.181 1.125ZM30.7601 12.4472C30.8264 10.6087 32.3458 9.13243 34.2088 9.13243C36.0583 9.13243 37.5687 10.5875 37.6554 12.4074C36.6885 13.1394 35.4868 13.5794 34.181 13.5794C32.8991 13.5794 31.7178 13.155 30.7601 12.4472ZM32.3086 6.24737C32.3086 5.20465 33.161 4.35602 34.2088 4.35602C35.2566 4.35602 36.109 5.20465 36.109 6.24737C36.109 7.29008 35.2566 8.13872 34.2088 8.13872C33.161 8.13872 32.3086 7.29008 32.3086 6.24737ZM38.5449 11.5762C38.2266 10.2022 37.2673 9.07117 35.996 8.51418C36.6713 7.98554 37.1073 7.16702 37.1073 6.24737C37.1073 4.65636 35.807 3.36231 34.2088 3.36231C32.6106 3.36231 31.3102 4.65636 31.3102 6.24737C31.3102 7.16702 31.7463 7.98554 32.4216 8.51418C31.1356 9.07763 30.1673 10.2279 29.8605 11.6235C28.9693 10.6141 28.4241 9.29522 28.4241 7.84905C28.4241 4.68936 31.0065 2.11871 34.181 2.11871C37.3555 2.11871 39.9381 4.68936 39.9381 7.84905C39.9381 9.27226 39.4109 10.5731 38.5449 11.5762Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M7.75546 40.8739C11.4803 40.8739 14.5107 37.8573 14.5107 34.1498C14.5107 30.4423 11.4803 27.4258 7.75546 27.4258C4.0304 27.4258 1 30.4423 1 34.1498C1 37.8573 4.0304 40.8739 7.75546 40.8739ZM4.33435 38.7479C4.40095 36.9096 5.92017 35.4332 7.78301 35.4332C9.63241 35.4332 11.1427 36.8885 11.2297 38.7083C10.2628 39.4402 9.0612 39.8802 7.75546 39.8802C6.47352 39.8802 5.29215 39.4558 4.33435 38.7479ZM5.88282 32.5481C5.88282 31.5054 6.73517 30.6568 7.78301 30.6568C8.83084 30.6568 9.6832 31.5054 9.6832 32.5481C9.6832 33.5909 8.83084 34.4395 7.78301 34.4395C6.73517 34.4395 5.88282 33.5909 5.88282 32.5481ZM7.75546 28.4195C10.9299 28.4195 13.5123 30.9901 13.5123 34.1498C13.5123 35.5731 12.9851 36.874 12.1191 37.8771C11.8007 36.503 10.8414 35.372 9.57019 34.8149C10.2455 34.2863 10.6815 33.4678 10.6815 32.5481C10.6815 30.9571 9.3812 29.6631 7.78301 29.6631C6.18481 29.6631 4.88447 30.9571 4.88447 32.5481C4.88447 33.4678 5.32051 34.2863 5.99582 34.8149C4.70992 35.3784 3.74167 36.5287 3.43474 37.9243C2.5436 36.9149 1.99835 35.596 1.99835 34.1498C1.99835 30.9901 4.58101 28.4195 7.75546 28.4195Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M34.181 27.4258C30.4562 27.4258 27.4258 30.4423 27.4258 34.1498C27.4258 37.8573 30.4562 40.8739 34.181 40.8739C37.9061 40.8739 40.9365 37.8573 40.9365 34.1498C40.9365 30.4423 37.9061 27.4258 34.181 27.4258ZM30.7601 38.748C30.8267 36.9096 32.3459 35.4332 34.2088 35.4332C36.0582 35.4332 37.5684 36.8885 37.6554 38.7081C36.6884 39.4402 35.4868 39.8802 34.181 39.8802C32.8991 39.8802 31.7179 39.4558 30.7601 38.748ZM32.3086 32.5481C32.3086 31.5054 33.161 30.6568 34.2088 30.6568C35.2566 30.6568 36.109 31.5054 36.109 32.5481C36.109 33.5909 35.2566 34.4395 34.2088 34.4395C33.161 34.4395 32.3086 33.5909 32.3086 32.5481ZM38.5448 37.877C38.2265 36.503 37.2672 35.372 35.996 34.8149C36.6713 34.2863 37.1073 33.4678 37.1073 32.5481C37.1073 30.9571 35.807 29.6631 34.2088 29.6631C32.6106 29.6631 31.3102 30.9571 31.3102 32.5481C31.3102 33.4678 31.7463 34.2863 32.4216 34.8149C31.1357 35.3784 30.1674 36.5287 29.8605 37.9243C28.9694 36.9149 28.4241 35.596 28.4241 34.1498C28.4241 30.9901 31.0065 28.4195 34.181 28.4195C37.3555 28.4195 39.9381 30.9901 39.9381 34.1498C39.9381 35.5731 39.4109 36.8739 38.5448 37.877Z",fill:"current",stroke:"current",strokeWidth:.322253})),tO=e=>P.createElement("svg",{viewBox:"0 0 38 37",fill:"#3450A1",stroke:"#3450A1",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("path",{d:"M8.97768 29.3799L8.82661 29.5508L9.0381 29.6361C10.1319 30.0774 11.0688 30.8338 11.7293 31.8087C12.3898 32.7836 12.7438 33.9327 12.7462 35.1092V35.8686C12.7462 36.0273 12.683 36.1795 12.5704 36.2918C12.4578 36.4041 12.305 36.4673 12.1455 36.4673H1.48053C1.32109 36.4673 1.16827 36.4041 1.05565 36.2918C0.943055 36.1795 0.879877 36.0273 0.879877 35.8686V35.109C0.882298 33.9326 1.23632 32.7836 1.89676 31.8087C2.55724 30.8338 3.49419 30.0774 4.58796 29.6361L4.79944 29.5508L4.64838 29.3799C4.28105 28.9645 4.04175 28.4523 3.95913 27.9047C3.87652 27.3571 3.95408 26.7974 4.18254 26.2926C4.411 25.7878 4.78068 25.3595 5.24727 25.059C5.71386 24.7585 6.25753 24.5986 6.81303 24.5986C7.36853 24.5986 7.91219 24.7585 8.37879 25.059C8.84538 25.3595 9.21505 25.7878 9.44352 26.2926C9.67198 26.7974 9.74954 27.3571 9.66692 27.9047C9.5843 28.4523 9.34501 28.9645 8.97768 29.3799ZM2.08119 35.1089V35.27H2.24232H11.3837H11.5449L11.5449 35.1089C11.5449 33.857 11.0462 32.6565 10.1588 31.7714C9.27137 30.8863 8.06785 30.3892 6.81303 30.3892C5.55821 30.3892 4.35469 30.8863 3.46727 31.7714C2.57983 32.6565 2.08119 33.857 2.08119 35.1089ZM5.41236 26.5774C5.22719 26.8538 5.12833 27.1788 5.12833 27.5113C5.12833 27.9572 5.30593 28.3847 5.62192 28.6998C5.93789 29.015 6.36636 29.1919 6.81303 29.1919C7.14613 29.1919 7.47179 29.0934 7.74883 28.9088C8.02587 28.7242 8.24186 28.4617 8.36943 28.1546C8.49699 27.8474 8.53038 27.5094 8.46534 27.1833C8.4003 26.8572 8.23978 26.5578 8.00414 26.3227C7.7685 26.0877 7.46833 25.9277 7.14162 25.8629C6.8149 25.7981 6.47625 25.8314 6.16846 25.9585C5.86067 26.0857 5.59753 26.301 5.41236 26.5774Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M33.3527 29.3799L33.2016 29.5508L33.4131 29.6361C34.5069 30.0774 35.4438 30.8338 36.1043 31.8087C36.7648 32.7836 37.1188 33.9327 37.1212 35.1092V35.8686C37.1212 36.0273 37.058 36.1795 36.9454 36.2918C36.8328 36.4041 36.68 36.4673 36.5205 36.4673H25.8555C25.6961 36.4673 25.5433 36.4041 25.4307 36.2918C25.3181 36.1795 25.2549 36.0273 25.2549 35.8686V35.109C25.2573 33.9326 25.6113 32.7836 26.2718 31.8087C26.9322 30.8338 27.8692 30.0774 28.963 29.6361L29.1744 29.5508L29.0234 29.3799C28.6561 28.9645 28.4168 28.4523 28.3341 27.9047C28.2515 27.3571 28.3291 26.7974 28.5575 26.2926C28.786 25.7878 29.1557 25.3595 29.6223 25.059C30.0889 24.7585 30.6325 24.5986 31.188 24.5986C31.7435 24.5986 32.2872 24.7585 32.7538 25.059C33.2204 25.3595 33.5901 25.7878 33.8185 26.2926C34.047 26.7974 34.1245 27.3571 34.0419 27.9047C33.9593 28.4523 33.72 28.9645 33.3527 29.3799ZM26.4562 35.1089V35.27H26.6173H35.7587H35.9199V35.1089C35.9199 33.857 35.4212 32.6565 34.5338 31.7714C33.6464 30.8863 32.4429 30.3892 31.188 30.3892C29.9332 30.3892 28.7297 30.8863 27.8423 31.7714C26.9548 32.6565 26.4562 33.857 26.4562 35.1089ZM29.7874 26.5774C29.6022 26.8538 29.5033 27.1788 29.5033 27.5113C29.5033 27.9572 29.6809 28.3847 29.9969 28.6998C30.3129 29.015 30.7414 29.1919 31.188 29.1919C31.5211 29.1919 31.8468 29.0934 32.1238 28.9088C32.4009 28.7242 32.6169 28.4617 32.7444 28.1546C32.872 27.8474 32.9054 27.5094 32.8403 27.1833C32.7753 26.8572 32.6148 26.5578 32.3791 26.3227C32.1435 26.0877 31.8433 25.9277 31.5166 25.8629C31.1899 25.7981 30.8513 25.8314 30.5435 25.9585C30.2357 26.0857 29.9725 26.301 29.7874 26.5774Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M21.1652 5.06743L21.0141 5.23827L21.2256 5.32359C22.3194 5.76486 23.2563 6.52131 23.9168 7.49621C24.5773 8.47111 24.9313 9.62021 24.9337 10.7967V11.5561C24.9337 11.7148 24.8705 11.867 24.7579 11.9793C24.6453 12.0916 24.4925 12.1548 24.333 12.1548H13.668C13.5086 12.1548 13.3558 12.0916 13.2432 11.9793C13.1306 11.867 13.0674 11.7148 13.0674 11.5561V10.7965C13.0698 9.62011 13.4238 8.47106 14.0843 7.49621C14.7447 6.52131 15.6817 5.76486 16.7755 5.32359L16.9869 5.23827L16.8359 5.06743C16.4686 4.65203 16.2293 4.13979 16.1466 3.59219C16.064 3.0446 16.1416 2.48485 16.37 1.9801C16.5985 1.47535 16.9682 1.04699 17.4348 0.746494C17.9014 0.445992 18.445 0.286127 19.0005 0.286127C19.556 0.286127 20.0997 0.445992 20.5663 0.746494C21.0329 1.04699 21.4026 1.47534 21.631 1.9801C21.8595 2.48485 21.937 3.0446 21.8544 3.59219C21.7718 4.13979 21.5325 4.65203 21.1652 5.06743ZM23.5712 10.9575H23.7324V10.7964C23.7324 9.5445 23.2337 8.34399 22.3463 7.45891C21.4589 6.57384 20.2554 6.0767 19.0005 6.0767C17.7457 6.0767 16.5422 6.57384 15.6548 7.45891C14.7673 8.34399 14.2687 9.5445 14.2687 10.7964V10.9575H14.4298H23.5712ZM17.5999 2.26491C17.4147 2.5413 17.3158 2.8663 17.3158 3.19879C17.3158 3.64467 17.4934 4.07219 17.8094 4.38734C18.1254 4.70247 18.5539 4.87944 19.0005 4.87944C19.3336 4.87944 19.6593 4.78092 19.9363 4.59631C20.2134 4.41169 20.4294 4.14923 20.5569 3.84209C20.6845 3.53494 20.7179 3.19693 20.6528 2.87083C20.5878 2.54474 20.4273 2.24526 20.1916 2.01025C19.956 1.77524 19.6558 1.61524 19.3291 1.55043C19.0024 1.48561 18.6637 1.51887 18.356 1.64602C18.0482 1.77317 17.785 1.98853 17.5999 2.26491Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M34.2632 11.1094C32.5024 7.4368 29.4701 4.52296 25.7253 2.90464C25.614 2.82614 25.5328 2.71216 25.4951 2.58141C25.4561 2.4462 25.4661 2.30162 25.5234 2.17303C25.5807 2.04443 25.6817 1.93999 25.8086 1.87815C25.9319 1.81814 26.0719 1.80202 26.2054 1.83226C30.2105 3.56659 33.4531 6.6848 35.3367 10.6135C37.2214 14.5444 37.6187 19.0219 36.4557 23.2216C36.4033 23.361 36.3006 23.4761 36.1675 23.5443C36.0326 23.6133 35.8764 23.6289 35.7304 23.588C35.5843 23.547 35.4594 23.4525 35.3804 23.3236C35.3024 23.1962 35.275 23.0445 35.3034 22.8982C36.3947 18.9723 36.0253 14.785 34.2632 11.1094Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M3.73811 11.1094C1.97597 14.785 1.60654 18.9723 2.69791 22.8982C2.72628 23.0445 2.69886 23.1963 2.62085 23.3236C2.5419 23.4525 2.41692 23.547 2.27089 23.588C2.12486 23.6289 1.9687 23.6133 1.83377 23.5443C1.70064 23.4761 1.59797 23.361 1.54561 23.2216C0.382551 19.0218 0.779856 14.5444 2.66455 10.6135C4.54819 6.6848 7.7908 3.56659 11.7958 1.83226C11.9294 1.80202 12.0694 1.81814 12.1926 1.87815C12.3196 1.93999 12.4206 2.04443 12.4779 2.17303C12.5352 2.30162 12.5452 2.44621 12.5062 2.58141C12.4685 2.71216 12.3872 2.82614 12.2759 2.90464C8.53121 4.52296 5.49885 7.4368 3.73811 11.1094Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M14.589 35.3117C14.6318 35.1369 14.6931 35.0376 14.7631 34.978C14.8329 34.9186 14.9306 34.882 15.0796 34.8715C15.2306 34.8607 15.4199 34.8776 15.6597 34.9131C15.8149 34.9361 15.9845 34.9657 16.1732 34.9987C16.2762 35.0167 16.385 35.0357 16.5001 35.0552C17.798 35.2744 19.7749 35.5252 22.6677 34.8653C22.8093 34.857 22.9493 34.8989 23.063 34.9838L23.1592 34.855L23.063 34.9838C23.1796 35.0709 23.2605 35.1972 23.2905 35.3392C23.3206 35.4812 23.298 35.6292 23.2267 35.7558C23.1568 35.8799 23.0449 35.9751 22.911 36.0244C20.3208 36.617 17.6296 36.6163 15.0396 36.0223C14.8855 35.9865 14.7518 35.8916 14.6676 35.7583C14.5836 35.6254 14.5554 35.465 14.589 35.3117Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M25.3659 28.8058L25.3651 28.8062C25.2439 28.8675 25.1559 28.8848 25.0505 28.8644C24.9331 28.8417 24.7794 28.7694 24.5372 28.6095C24.2454 28.4168 23.8557 28.1185 23.2864 27.6828C22.9088 27.3938 22.4523 27.0445 21.8931 26.6254L21.8501 26.5932H21.7965H17.4772C17.3177 26.5932 17.1649 26.53 17.0523 26.4177C16.9397 26.3054 16.8765 26.1532 16.8765 25.9946V23.7153V23.5542H16.7154H11.3829C11.2234 23.5542 11.0706 23.491 10.958 23.3787C10.8454 23.2664 10.7822 23.1142 10.7822 22.9555V16.8775C10.7822 16.7188 10.8454 16.5666 10.958 16.4543C11.0706 16.342 11.2234 16.2788 11.3829 16.2788H12.6551H12.7092L12.7523 16.2461C13.1301 15.96 13.4615 15.7075 13.7533 15.4852C14.6286 14.8184 15.1475 14.423 15.4931 14.2044C15.7238 14.0586 15.8548 14.0067 15.948 13.9956C16.0314 13.9856 16.1017 14.0059 16.2253 14.0666C16.3431 14.1245 16.4087 14.1781 16.4512 14.2394C16.4944 14.3016 16.5252 14.3881 16.5431 14.5325C16.5612 14.6784 16.5645 14.8685 16.5627 15.1303C16.5621 15.2201 16.5609 15.3183 16.5596 15.4251C16.5571 15.625 16.5542 15.8553 16.5542 16.1177V16.2788H16.7154H20.5243C20.6837 16.2788 20.8366 16.342 20.9492 16.4543C21.0618 16.5666 21.125 16.7188 21.125 16.8775V19.1567V19.3179H21.2861H26.6186C26.778 19.3179 26.9308 19.381 27.0435 19.4934C27.1561 19.6057 27.2192 19.7579 27.2192 19.9165V25.9946C27.2192 26.1532 27.1561 26.3054 27.0435 26.4177C26.9308 26.53 26.778 26.5932 26.6186 26.5932H25.8568H25.6957V26.7543C25.6957 27.0128 25.6999 27.2417 25.7035 27.4425C25.705 27.5217 25.7063 27.5965 25.7073 27.667C25.7109 27.9193 25.7097 28.1142 25.6928 28.2708C25.676 28.4267 25.6447 28.5316 25.5971 28.6096C25.5513 28.6847 25.4823 28.7478 25.3659 28.8058ZM11.9835 22.1958V22.3569H12.1447H16.7154H16.8765V22.1958V19.9165C16.8765 19.7579 16.9397 19.6057 17.0523 19.4934C17.1649 19.381 17.3177 19.3179 17.4772 19.3179H19.7625H19.9236V19.1567V17.6372V17.4761H19.7625H15.9536C15.7941 17.4761 15.6413 17.4129 15.5287 17.3006C15.4161 17.1883 15.3529 17.0361 15.3529 16.8775V16.1177V15.7955L15.0952 15.9888C14.7087 16.2785 14.3999 16.515 14.15 16.7064C14.0232 16.8036 13.9116 16.889 13.8128 16.9639C13.5147 17.1897 13.3361 17.3163 13.1943 17.3896C13.0622 17.4579 12.9632 17.4793 12.8206 17.4845C12.7451 17.4873 12.6588 17.4854 12.5472 17.4825C12.541 17.4824 12.5347 17.4822 12.5284 17.4821C12.422 17.4793 12.2961 17.4761 12.1447 17.4761H11.9835V17.6372V22.1958ZM24.2367 26.8834L24.4943 27.0761V26.7543V25.9946C24.4943 25.8359 24.5575 25.6837 24.6701 25.5714C24.7827 25.4591 24.9356 25.3959 25.095 25.3959H25.8568H26.0179V25.2348V20.6763V20.5151H25.8568H18.2389H18.0778V20.6763V25.2348V25.3959H18.2389C19.0882 25.3959 19.7558 25.3937 20.2831 25.3919C21.0306 25.3893 21.4965 25.3877 21.7993 25.3949C22.0599 25.4011 22.1829 25.4138 22.2557 25.4325C22.3149 25.4477 22.3387 25.4651 22.407 25.5147L22.4084 25.5158L22.4101 25.517L24.2367 26.8834Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M20.1006 22.5319C20.2132 22.4196 20.366 22.3564 20.5255 22.3564C20.6849 22.3564 20.8377 22.4196 20.9503 22.5319C21.0629 22.6442 21.1261 22.7964 21.1261 22.9551C21.1261 23.1137 21.0629 23.2659 20.9503 23.3782C20.8377 23.4905 20.6849 23.5537 20.5255 23.5537C20.366 23.5537 20.2132 23.4905 20.1006 23.3782C19.988 23.2659 19.9248 23.1137 19.9248 22.9551C19.9248 22.7964 19.988 22.6442 20.1006 22.5319Z",fill:"current",stroke:"current",strokeWidth:.322253}),P.createElement("path",{d:"M23.1455 22.5319C23.2581 22.4196 23.4109 22.3564 23.5704 22.3564C23.7298 22.3564 23.8827 22.4196 23.9953 22.5319C24.1079 22.6442 24.171 22.7964 24.171 22.9551C24.171 23.1137 24.1079 23.2659 23.9953 23.3782C23.8827 23.4905 23.7298 23.5537 23.5704 23.5537C23.4109 23.5537 23.2581 23.4905 23.1455 23.3782C23.0329 23.2659 22.9697 23.1137 22.9697 22.9551C22.9697 22.7964 23.0329 22.6442 23.1455 22.5319Z",fill:"current",stroke:"current",strokeWidth:.322253})),rO=e=>P.createElement("svg",{viewBox:"0 0 37 37",fill:"#3450A1",stroke:"#3450A1",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("mask",{id:"path-1-inside-1_1102_6687",fill:"white"},P.createElement("path",{d:"M34.6307 23.7326C34.4508 23.3018 34.5464 22.8121 34.8736 22.4845L35.7378 21.6204L33.2172 19.1017L32.3518 19.9658C32.0246 20.2934 31.534 20.3884 31.0802 20.1984C30.6538 20.0228 30.3782 19.6109 30.3782 19.1492V17.9295H29.1601C29.106 16.9723 28.9284 16.047 28.6338 15.1704L35.5068 8.30263C36.4125 7.39756 36.9114 6.19457 36.9114 4.91502C36.9114 2.27401 34.7608 0.125 32.1178 0.125C30.8373 0.125 29.6334 0.623527 28.7283 1.528L21.8625 8.38928C20.9745 8.09135 20.0332 7.91805 19.0609 7.86642C18.2413 6.43552 16.7012 5.46636 14.9361 5.46636C14.4841 5.46636 14.0482 5.53402 13.633 5.65212C12.6079 3.72627 10.6164 2.49894 8.40288 2.49894C5.12796 2.49894 2.4636 5.16131 2.4636 8.43379C2.4636 8.8884 2.51943 9.33588 2.62099 9.77388C1.15696 10.2166 0.0878906 11.5763 0.0878906 13.1817C0.0878906 15.1455 1.68615 16.7426 3.65146 16.7426H7.95981C7.86122 17.3295 7.80895 17.9254 7.80895 18.523C7.80895 19.8293 8.05068 20.8922 8.44089 21.8003L3.14246 27.0953L0.194204 34.7548C0.123526 34.9376 0.0878906 35.1299 0.0878906 35.3264C0.0878906 36.2059 0.804168 36.9211 1.68377 36.9211C1.88036 36.9211 2.0728 36.8849 2.25632 36.8148L9.92155 33.8688L13.7957 29.9969C13.7666 30.1245 13.7482 30.2562 13.7482 30.3927C13.7482 30.8503 13.927 31.264 14.2115 31.5797C13.9264 31.8954 13.7482 32.3091 13.7482 32.7667C13.7482 33.5916 14.3154 34.2812 15.0786 34.4818C15.5847 35.9299 16.94 36.9211 18.4996 36.9211C20.0593 36.9211 21.4146 35.9299 21.9207 34.4818C22.6839 34.2812 23.2511 33.5916 23.2511 32.7667C23.2511 32.7222 23.241 32.6806 23.238 32.6373L23.9757 33.3744L24.841 32.5103C25.1683 32.1827 25.6571 32.0871 26.112 32.2764C26.5385 32.4539 26.8146 32.8658 26.8146 33.3275V34.5471H30.3782V33.3275C30.3782 32.8658 30.6544 32.4533 31.104 32.2675C31.5352 32.0883 32.0252 32.1827 32.3524 32.5103L33.2172 33.3744L35.7378 30.8556L34.8736 29.9915C34.5464 29.6639 34.4508 29.1743 34.6402 28.7209C34.8166 28.2948 35.2288 28.0188 35.6909 28.0188H36.9114V24.4579H35.6909C35.2288 24.4579 34.8166 24.1819 34.6307 23.7326ZM25.7313 25.4822C26.3793 24.8502 27.0285 24.2045 27.5885 23.4579C27.9116 23.3403 28.2478 23.2709 28.5964 23.2709C30.2339 23.2709 31.5661 24.6021 31.5661 26.2383C31.5661 27.8746 30.2339 29.2058 28.5964 29.2058C26.959 29.2058 25.6268 27.8746 25.6268 26.2383C25.6268 25.9814 25.6666 25.7285 25.7313 25.4822ZM26.4446 11.4238L29.1903 8.67949L31.3202 10.8077L28.148 13.9775C27.7032 13.0446 27.1282 12.1864 26.4446 11.4238ZM27.0605 4.87288L28.0025 3.93161L33.102 9.02727L32.16 9.96854L27.0605 4.87288ZM32.1178 1.31197C34.1057 1.31197 35.7236 2.92862 35.7236 4.91502C35.7236 5.87706 35.3488 6.78212 34.6675 7.46285L33.9418 8.18808L28.8423 3.09242L29.5681 2.36719C30.2493 1.68705 31.1545 1.31197 32.1178 1.31197ZM26.2207 5.71207L28.3505 7.8403L25.606 10.5828C24.8434 9.8991 23.9852 9.32402 23.0515 8.8789L26.2207 5.71207ZM28.0025 18.523C28.0025 21.6109 26.4464 23.1279 24.7988 24.7333C23.6644 25.8389 22.4992 26.982 21.8209 28.6479C21.7075 28.6247 21.5899 28.6123 21.4693 28.6123H19.0936V25.6448C19.0936 24.6632 18.2942 23.8644 17.3118 23.8644H16.1239C15.7967 23.8644 15.53 23.5985 15.53 23.2709C15.53 22.9433 15.7967 22.6774 16.1239 22.6774H22.0632C23.0456 22.6774 23.845 21.8786 23.845 20.897C23.845 19.9153 23.0456 19.1165 22.0632 19.1165H17.3118C16.9845 19.1165 16.7179 18.8506 16.7179 18.523V16.7426H19.6875C21.325 16.7426 22.6571 15.4114 22.6571 13.7752C22.6571 12.1389 21.325 10.8077 19.6875 10.8077C19.6709 10.8077 19.6554 10.8125 19.6388 10.8125C19.6643 10.6143 19.6875 10.416 19.6875 10.2142C19.6875 9.8261 19.6352 9.45043 19.5473 9.08899C24.2821 9.61601 28.0025 13.6766 28.0025 18.523ZM14.9361 30.3927C14.9361 30.0651 15.2028 29.7992 15.53 29.7992H21.4693C21.7965 29.7992 22.0632 30.0651 22.0632 30.3927C22.0632 30.7203 21.7965 30.9862 21.4693 30.9862H15.53C15.2028 30.9862 14.9361 30.7203 14.9361 30.3927ZM7.46091 30.3927L11.8269 26.03C12.5574 26.7541 13.2357 27.4864 13.7358 28.3784L9.59073 32.521L7.46091 30.3927ZM1.27575 13.1817C1.27575 11.8724 2.34125 10.8077 3.65146 10.8077C4.96166 10.8077 6.02717 11.8724 6.02717 13.1817H7.21502C7.21502 11.2695 5.69754 9.70859 3.8035 9.62847C3.70253 9.24033 3.65146 8.83973 3.65146 8.43379C3.65146 5.81593 5.78306 3.68591 8.40288 3.68591C10.1401 3.68591 11.7081 4.62955 12.542 6.11979C11.2757 6.86224 10.3813 8.16969 10.2144 9.69554C9.17736 9.95073 8.40288 10.8807 8.40288 11.9947H9.59073C9.59073 11.3401 10.1235 10.8077 10.7786 10.8077C11.4337 10.8077 11.9664 11.3401 11.9664 11.9947H13.1543C13.1543 10.9057 12.4131 9.99584 11.4111 9.7169C11.6546 7.98867 13.14 6.65333 14.9361 6.65333C16.9014 6.65333 18.4996 8.2504 18.4996 10.2142C18.4996 10.5264 18.4486 10.8321 18.369 11.13C17.3949 11.6172 16.7179 12.6143 16.7179 13.7752H17.9057C17.9057 12.7935 18.7051 11.9947 19.6875 11.9947C20.6699 11.9947 21.4693 12.7935 21.4693 13.7752C21.4693 14.7568 20.6699 15.5556 19.6875 15.5556H3.65146C2.34125 15.5556 1.27575 14.4909 1.27575 13.1817ZM15.53 16.7426V18.523C15.53 19.5047 16.3294 20.3035 17.3118 20.3035H22.0632C22.3905 20.3035 22.6571 20.5694 22.6571 20.897C22.6571 21.2246 22.3905 21.4905 22.0632 21.4905H16.1239C15.1416 21.4905 14.3422 22.2893 14.3422 23.2709C14.3422 24.2525 15.1416 25.0514 16.1239 25.0514H17.3118C17.639 25.0514 17.9057 25.3172 17.9057 25.6448V28.6123H15.53C15.4094 28.6123 15.2918 28.6247 15.1784 28.6479C14.5001 26.982 13.3349 25.8389 12.2005 24.7333C10.5529 23.1279 8.99681 21.6109 8.99681 18.523C8.99681 17.923 9.06867 17.3283 9.17974 16.7426H15.53ZM10.9787 25.1991L6.6211 29.5535L4.49127 27.4253L9.02294 22.897C9.58064 23.7718 10.272 24.5018 10.9787 25.1991ZM3.87774 28.4906L8.52463 33.134L4.59046 34.6462L2.36442 32.4218L3.87774 28.4906ZM1.83047 35.7068C1.5733 35.8065 1.27575 35.6017 1.27575 35.3264C1.27575 35.2759 1.28525 35.2267 1.30247 35.1804L1.89759 33.6337L3.37706 35.1121L1.83047 35.7068ZM18.4996 35.7341C17.6224 35.7341 16.8402 35.2676 16.4066 34.5471H20.5926C20.1591 35.2676 19.3769 35.7341 18.4996 35.7341ZM21.4693 33.3601H15.53C15.2028 33.3601 14.9361 33.0943 14.9361 32.7667C14.9361 32.4391 15.2028 32.1732 15.53 32.1732H21.4693C21.7965 32.1732 22.0632 32.4391 22.0632 32.7667C22.0632 33.0943 21.7965 33.3601 21.4693 33.3601ZM35.7236 26.8318H35.6909C34.7459 26.8318 33.9026 27.3956 33.5343 28.287C33.1685 29.1636 33.3645 30.1619 34.0332 30.8307L34.0582 30.8556L33.2172 31.696L33.1922 31.6711C32.5223 31.0016 31.5221 30.8052 30.6271 31.1803C29.7546 31.5411 29.1903 32.3833 29.1903 33.3275V33.3601H28.0025V33.3275C28.0025 32.3833 27.4383 31.5405 26.5462 31.172C25.6678 30.8058 24.6688 31.0022 24 31.6711L23.9751 31.696L23.1703 30.8918C23.2178 30.7322 23.2511 30.5672 23.2511 30.3927C23.2511 29.9714 23.0978 29.5891 22.8519 29.2835C23.2214 28.287 23.8005 27.49 24.4746 26.7541C24.73 28.8016 26.4791 30.3927 28.5964 30.3927C30.889 30.3927 32.7539 28.5286 32.7539 26.2383C32.7539 23.9481 30.889 22.0839 28.5964 22.0839C28.5382 22.0839 28.4818 22.0899 28.4242 22.0922C28.8263 21.2584 29.1024 20.2916 29.1719 19.1165H29.1903V19.1492C29.1903 20.0934 29.7546 20.9367 30.6461 21.3041C31.5227 21.6709 32.5229 21.475 33.1922 20.8056L33.2172 20.7806L34.0582 21.621L34.0332 21.6459C33.3645 22.3148 33.1685 23.3136 33.5421 24.2086C33.9026 25.081 34.7459 25.6448 35.6909 25.6448H35.7236V26.8318Z"})),P.createElement("path",{d:"M34.6307 23.7326C34.4508 23.3018 34.5464 22.8121 34.8736 22.4845L35.7378 21.6204L33.2172 19.1017L32.3518 19.9658C32.0246 20.2934 31.534 20.3884 31.0802 20.1984C30.6538 20.0228 30.3782 19.6109 30.3782 19.1492V17.9295H29.1601C29.106 16.9723 28.9284 16.047 28.6338 15.1704L35.5068 8.30263C36.4125 7.39756 36.9114 6.19457 36.9114 4.91502C36.9114 2.27401 34.7608 0.125 32.1178 0.125C30.8373 0.125 29.6334 0.623527 28.7283 1.528L21.8625 8.38928C20.9745 8.09135 20.0332 7.91805 19.0609 7.86642C18.2413 6.43552 16.7012 5.46636 14.9361 5.46636C14.4841 5.46636 14.0482 5.53402 13.633 5.65212C12.6079 3.72627 10.6164 2.49894 8.40288 2.49894C5.12796 2.49894 2.4636 5.16131 2.4636 8.43379C2.4636 8.8884 2.51943 9.33588 2.62099 9.77388C1.15696 10.2166 0.0878906 11.5763 0.0878906 13.1817C0.0878906 15.1455 1.68615 16.7426 3.65146 16.7426H7.95981C7.86122 17.3295 7.80895 17.9254 7.80895 18.523C7.80895 19.8293 8.05068 20.8922 8.44089 21.8003L3.14246 27.0953L0.194204 34.7548C0.123526 34.9376 0.0878906 35.1299 0.0878906 35.3264C0.0878906 36.2059 0.804168 36.9211 1.68377 36.9211C1.88036 36.9211 2.0728 36.8849 2.25632 36.8148L9.92155 33.8688L13.7957 29.9969C13.7666 30.1245 13.7482 30.2562 13.7482 30.3927C13.7482 30.8503 13.927 31.264 14.2115 31.5797C13.9264 31.8954 13.7482 32.3091 13.7482 32.7667C13.7482 33.5916 14.3154 34.2812 15.0786 34.4818C15.5847 35.9299 16.94 36.9211 18.4996 36.9211C20.0593 36.9211 21.4146 35.9299 21.9207 34.4818C22.6839 34.2812 23.2511 33.5916 23.2511 32.7667C23.2511 32.7222 23.241 32.6806 23.238 32.6373L23.9757 33.3744L24.841 32.5103C25.1683 32.1827 25.6571 32.0871 26.112 32.2764C26.5385 32.4539 26.8146 32.8658 26.8146 33.3275V34.5471H30.3782V33.3275C30.3782 32.8658 30.6544 32.4533 31.104 32.2675C31.5352 32.0883 32.0252 32.1827 32.3524 32.5103L33.2172 33.3744L35.7378 30.8556L34.8736 29.9915C34.5464 29.6639 34.4508 29.1743 34.6402 28.7209C34.8166 28.2948 35.2288 28.0188 35.6909 28.0188H36.9114V24.4579H35.6909C35.2288 24.4579 34.8166 24.1819 34.6307 23.7326ZM25.7313 25.4822C26.3793 24.8502 27.0285 24.2045 27.5885 23.4579C27.9116 23.3403 28.2478 23.2709 28.5964 23.2709C30.2339 23.2709 31.5661 24.6021 31.5661 26.2383C31.5661 27.8746 30.2339 29.2058 28.5964 29.2058C26.959 29.2058 25.6268 27.8746 25.6268 26.2383C25.6268 25.9814 25.6666 25.7285 25.7313 25.4822ZM26.4446 11.4238L29.1903 8.67949L31.3202 10.8077L28.148 13.9775C27.7032 13.0446 27.1282 12.1864 26.4446 11.4238ZM27.0605 4.87288L28.0025 3.93161L33.102 9.02727L32.16 9.96854L27.0605 4.87288ZM32.1178 1.31197C34.1057 1.31197 35.7236 2.92862 35.7236 4.91502C35.7236 5.87706 35.3488 6.78212 34.6675 7.46285L33.9418 8.18808L28.8423 3.09242L29.5681 2.36719C30.2493 1.68705 31.1545 1.31197 32.1178 1.31197ZM26.2207 5.71207L28.3505 7.8403L25.606 10.5828C24.8434 9.8991 23.9852 9.32402 23.0515 8.8789L26.2207 5.71207ZM28.0025 18.523C28.0025 21.6109 26.4464 23.1279 24.7988 24.7333C23.6644 25.8389 22.4992 26.982 21.8209 28.6479C21.7075 28.6247 21.5899 28.6123 21.4693 28.6123H19.0936V25.6448C19.0936 24.6632 18.2942 23.8644 17.3118 23.8644H16.1239C15.7967 23.8644 15.53 23.5985 15.53 23.2709C15.53 22.9433 15.7967 22.6774 16.1239 22.6774H22.0632C23.0456 22.6774 23.845 21.8786 23.845 20.897C23.845 19.9153 23.0456 19.1165 22.0632 19.1165H17.3118C16.9845 19.1165 16.7179 18.8506 16.7179 18.523V16.7426H19.6875C21.325 16.7426 22.6571 15.4114 22.6571 13.7752C22.6571 12.1389 21.325 10.8077 19.6875 10.8077C19.6709 10.8077 19.6554 10.8125 19.6388 10.8125C19.6643 10.6143 19.6875 10.416 19.6875 10.2142C19.6875 9.8261 19.6352 9.45043 19.5473 9.08899C24.2821 9.61601 28.0025 13.6766 28.0025 18.523ZM14.9361 30.3927C14.9361 30.0651 15.2028 29.7992 15.53 29.7992H21.4693C21.7965 29.7992 22.0632 30.0651 22.0632 30.3927C22.0632 30.7203 21.7965 30.9862 21.4693 30.9862H15.53C15.2028 30.9862 14.9361 30.7203 14.9361 30.3927ZM7.46091 30.3927L11.8269 26.03C12.5574 26.7541 13.2357 27.4864 13.7358 28.3784L9.59073 32.521L7.46091 30.3927ZM1.27575 13.1817C1.27575 11.8724 2.34125 10.8077 3.65146 10.8077C4.96166 10.8077 6.02717 11.8724 6.02717 13.1817H7.21502C7.21502 11.2695 5.69754 9.70859 3.8035 9.62847C3.70253 9.24033 3.65146 8.83973 3.65146 8.43379C3.65146 5.81593 5.78306 3.68591 8.40288 3.68591C10.1401 3.68591 11.7081 4.62955 12.542 6.11979C11.2757 6.86224 10.3813 8.16969 10.2144 9.69554C9.17736 9.95073 8.40288 10.8807 8.40288 11.9947H9.59073C9.59073 11.3401 10.1235 10.8077 10.7786 10.8077C11.4337 10.8077 11.9664 11.3401 11.9664 11.9947H13.1543C13.1543 10.9057 12.4131 9.99584 11.4111 9.7169C11.6546 7.98867 13.14 6.65333 14.9361 6.65333C16.9014 6.65333 18.4996 8.2504 18.4996 10.2142C18.4996 10.5264 18.4486 10.8321 18.369 11.13C17.3949 11.6172 16.7179 12.6143 16.7179 13.7752H17.9057C17.9057 12.7935 18.7051 11.9947 19.6875 11.9947C20.6699 11.9947 21.4693 12.7935 21.4693 13.7752C21.4693 14.7568 20.6699 15.5556 19.6875 15.5556H3.65146C2.34125 15.5556 1.27575 14.4909 1.27575 13.1817ZM15.53 16.7426V18.523C15.53 19.5047 16.3294 20.3035 17.3118 20.3035H22.0632C22.3905 20.3035 22.6571 20.5694 22.6571 20.897C22.6571 21.2246 22.3905 21.4905 22.0632 21.4905H16.1239C15.1416 21.4905 14.3422 22.2893 14.3422 23.2709C14.3422 24.2525 15.1416 25.0514 16.1239 25.0514H17.3118C17.639 25.0514 17.9057 25.3172 17.9057 25.6448V28.6123H15.53C15.4094 28.6123 15.2918 28.6247 15.1784 28.6479C14.5001 26.982 13.3349 25.8389 12.2005 24.7333C10.5529 23.1279 8.99681 21.6109 8.99681 18.523C8.99681 17.923 9.06867 17.3283 9.17974 16.7426H15.53ZM10.9787 25.1991L6.6211 29.5535L4.49127 27.4253L9.02294 22.897C9.58064 23.7718 10.272 24.5018 10.9787 25.1991ZM3.87774 28.4906L8.52463 33.134L4.59046 34.6462L2.36442 32.4218L3.87774 28.4906ZM1.83047 35.7068C1.5733 35.8065 1.27575 35.6017 1.27575 35.3264C1.27575 35.2759 1.28525 35.2267 1.30247 35.1804L1.89759 33.6337L3.37706 35.1121L1.83047 35.7068ZM18.4996 35.7341C17.6224 35.7341 16.8402 35.2676 16.4066 34.5471H20.5926C20.1591 35.2676 19.3769 35.7341 18.4996 35.7341ZM21.4693 33.3601H15.53C15.2028 33.3601 14.9361 33.0943 14.9361 32.7667C14.9361 32.4391 15.2028 32.1732 15.53 32.1732H21.4693C21.7965 32.1732 22.0632 32.4391 22.0632 32.7667C22.0632 33.0943 21.7965 33.3601 21.4693 33.3601ZM35.7236 26.8318H35.6909C34.7459 26.8318 33.9026 27.3956 33.5343 28.287C33.1685 29.1636 33.3645 30.1619 34.0332 30.8307L34.0582 30.8556L33.2172 31.696L33.1922 31.6711C32.5223 31.0016 31.5221 30.8052 30.6271 31.1803C29.7546 31.5411 29.1903 32.3833 29.1903 33.3275V33.3601H28.0025V33.3275C28.0025 32.3833 27.4383 31.5405 26.5462 31.172C25.6678 30.8058 24.6688 31.0022 24 31.6711L23.9751 31.696L23.1703 30.8918C23.2178 30.7322 23.2511 30.5672 23.2511 30.3927C23.2511 29.9714 23.0978 29.5891 22.8519 29.2835C23.2214 28.287 23.8005 27.49 24.4746 26.7541C24.73 28.8016 26.4791 30.3927 28.5964 30.3927C30.889 30.3927 32.7539 28.5286 32.7539 26.2383C32.7539 23.9481 30.889 22.0839 28.5964 22.0839C28.5382 22.0839 28.4818 22.0899 28.4242 22.0922C28.8263 21.2584 29.1024 20.2916 29.1719 19.1165H29.1903V19.1492C29.1903 20.0934 29.7546 20.9367 30.6461 21.3041C31.5227 21.6709 32.5229 21.475 33.1922 20.8056L33.2172 20.7806L34.0582 21.621L34.0332 21.6459C33.3645 22.3148 33.1685 23.3136 33.5421 24.2086C33.9026 25.081 34.7459 25.6448 35.6909 25.6448H35.7236V26.8318Z",fill:"current",stroke:"current",strokeWidth:.644506,mask:"url(#path-1-inside-1_1102_6687)"})),nO=e=>P.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("path",{d:"M6 4H8H16H18C18.5304 4 19.0391 4.21071 19.4142 4.58579C19.7893 4.96086 20 5.46957 20 6V18C20 18.5304 19.7893 19.0391 19.4142 19.4142C19.0391 19.7893 18.5304 20 18 20H6C5.46957 20 4.96086 19.7893 4.58579 19.4142C4.21071 19.0391 4 18.5304 4 18V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4Z",fill:"current",stroke:"current",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),P.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.7009 10.1132C16.8095 9.98272 16.8915 9.83114 16.9419 9.66751C16.9923 9.50387 17.0102 9.33151 16.9945 9.16065C16.9787 8.98979 16.9297 8.82391 16.8502 8.67287C16.7708 8.52183 16.6626 8.3887 16.5321 8.28138C16.4015 8.17407 16.2513 8.09475 16.0903 8.04815C15.9293 8.00154 15.7608 7.9886 15.5948 8.01008C15.4288 8.03156 15.2688 8.08703 15.1241 8.17319C14.9794 8.25936 14.8531 8.37447 14.7526 8.51168L10.6276 13.8006L9.11647 12.2503C8.88094 12.0169 8.56547 11.8878 8.23802 11.8907C7.91057 11.8936 7.59734 12.0284 7.36579 12.2659C7.13423 12.5035 7.00289 12.8248 7.00005 13.1608C6.9972 13.4967 7.12308 13.8204 7.35057 14.062L9.84831 16.6245C9.97248 16.7519 10.1214 16.8511 10.2855 16.9155C10.4495 16.9798 10.625 17.008 10.8004 16.9981C10.9757 16.9881 11.1471 16.9404 11.3033 16.8579C11.4594 16.7754 11.5969 16.6601 11.7066 16.5194L16.7021 10.1132H16.7009Z",fill:"white"})),aO=e=>P.createElement("svg",{width:25,height:24,viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("path",{d:"M6.67249 4H8.68677H16.7439H18.7582C19.2924 4 19.8048 4.21071 20.1825 4.58579C20.5603 4.96086 20.7725 5.46957 20.7725 6V18C20.7725 18.5304 20.5603 19.0391 20.1825 19.4142C19.8048 19.7893 19.2924 20 18.7582 20H6.67249C6.13827 20 5.62593 19.7893 5.24817 19.4142C4.87042 19.0391 4.6582 18.5304 4.6582 18V6C4.6582 5.46957 4.87042 4.96086 5.24817 4.58579C5.62593 4.21071 6.13827 4 6.67249 4Z",stroke:"current",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),iO=e=>P.createElement("svg",{width:15,height:9,viewBox:"0 0 15 9",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("path",{d:"M14.7072 0.79357C14.5197 0.606099 14.2654 0.500783 14.0002 0.500783C13.735 0.500783 13.4807 0.606099 13.2932 0.79357L8.00021 6.08657L2.70721 0.79357C2.61497 0.698059 2.50462 0.621877 2.38262 0.569468C2.26061 0.517059 2.12939 0.489473 1.99661 0.488319C1.86384 0.487165 1.73216 0.512467 1.60926 0.562748C1.48636 0.613029 1.37471 0.687282 1.28082 0.781175C1.18693 0.875067 1.11267 0.986719 1.06239 1.10962C1.01211 1.23251 0.986809 1.36419 0.987963 1.49697C0.989117 1.62975 1.0167 1.76097 1.06911 1.88297C1.12152 2.00498 1.1977 2.11532 1.29321 2.20757L7.29321 8.20757C7.48074 8.39504 7.73505 8.50036 8.00021 8.50036C8.26538 8.50036 8.51969 8.39504 8.70721 8.20757L14.7072 2.20757C14.8947 2.02004 15 1.76573 15 1.50057C15 1.23541 14.8947 0.981097 14.7072 0.79357V0.79357Z",fill:"#333333"})),oO=e=>P.createElement("svg",{width:22,height:20,viewBox:"0 0 22 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("path",{d:"M2 1L20 19",stroke:"#3450A1",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),P.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.40039 4.23003C3.96039 4.56003 3.55739 4.90803 3.19039 5.26203C1.96456 6.45224 0.9498 7.842 0.189391 9.37203C0.094322 9.56756 0.0449219 9.78213 0.0449219 9.99954C0.0449219 10.2169 0.094322 10.4315 0.189391 10.627C0.949401 12.1574 1.96383 13.5475 3.18939 14.738C4.94039 16.423 7.51839 18 11.0004 18C13.2364 18 15.1004 17.35 16.6104 16.438L12.6664 12.495C12.0893 12.8805 11.3964 13.054 10.7058 12.9859C10.0151 12.9178 9.36945 12.6124 8.87872 12.1217C8.388 11.631 8.08258 10.9853 8.01451 10.2947C7.94643 9.60401 8.11991 8.91112 8.50539 8.33403L4.40139 4.22903L4.40039 4.23003ZM19.6664 13.838C20.5161 12.8645 21.2371 11.7856 21.8114 10.628C21.9065 10.4325 21.9559 10.2179 21.9559 10.0005C21.9559 9.78312 21.9065 9.56856 21.8114 9.37303C21.0514 7.8427 20.037 6.45259 18.8114 5.26203C17.0604 3.57703 14.4834 2.00003 11.0004 2.00003C10.0525 1.99763 9.10847 2.11968 8.19239 2.36303L19.6664 13.838Z",fill:"#3450A1"})),o7=e=>P.createElement("svg",{width:22,height:16,viewBox:"0 0 22 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.0004 0C7.51739 0 4.94039 1.577 3.19039 3.262C1.96456 4.4522 0.9498 5.84196 0.189391 7.372C0.094322 7.56752 0.0449219 7.78209 0.0449219 7.9995C0.0449219 8.21691 0.094322 8.43148 0.189391 8.627C0.949418 10.1573 1.96384 11.5474 3.18939 12.738C4.94039 14.423 7.51839 16 11.0004 16C14.4834 16 17.0604 14.423 18.8104 12.738C20.0362 11.5478 21.051 10.1581 21.8114 8.628C21.9065 8.43248 21.9559 8.21791 21.9559 8.0005C21.9559 7.78309 21.9065 7.56852 21.8114 7.373C21.0514 5.84266 20.037 4.45255 18.8114 3.262C17.0604 1.577 14.4834 0 11.0004 0ZM11.0004 4C9.93952 4 8.92211 4.42143 8.17196 5.17157C7.42182 5.92172 7.00039 6.93913 7.00039 8C7.00039 9.06087 7.42182 10.0783 8.17196 10.8284C8.92211 11.5786 9.93952 12 11.0004 12C12.0613 12 13.0787 11.5786 13.8288 10.8284C14.579 10.0783 15.0004 9.06087 15.0004 8C15.0004 6.93913 14.579 5.92172 13.8288 5.17157C13.0787 4.42143 12.0613 4 11.0004 4ZM11.0004 10C11.5308 10 12.0395 9.78929 12.4146 9.41421C12.7897 9.03914 13.0004 8.53043 13.0004 8C13.0004 7.46957 12.7897 6.96086 12.4146 6.58579C12.0395 6.21071 11.5308 6 11.0004 6C10.47 6 9.96125 6.21071 9.58618 6.58579C9.21111 6.96086 9.00039 7.46957 9.00039 8C9.00039 8.53043 9.21111 9.03914 9.58618 9.41421C9.96125 9.78929 10.47 10 11.0004 10Z",fill:"#3450A1"})),lO=e=>P.createElement("svg",{width:18,height:14,viewBox:"0 0 18 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("path",{d:"M0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H17C17.2652 0 17.5196 0.105357 17.7071 0.292893C17.8946 0.48043 18 0.734784 18 1C18 1.26522 17.8946 1.51957 17.7071 1.70711C17.5196 1.89464 17.2652 2 17 2H1C0.734784 2 0.48043 1.89464 0.292893 1.70711C0.105357 1.51957 0 1.26522 0 1ZM0 7C0 6.73479 0.105357 6.48043 0.292893 6.29289C0.48043 6.10536 0.734784 6 1 6H17C17.2652 6 17.5196 6.10536 17.7071 6.29289C17.8946 6.48043 18 6.73479 18 7C18 7.26522 17.8946 7.51957 17.7071 7.70711C17.5196 7.89464 17.2652 8 17 8H1C0.734784 8 0.48043 7.89464 0.292893 7.70711C0.105357 7.51957 0 7.26522 0 7ZM0 13C0 12.7348 0.105357 12.4804 0.292893 12.2929C0.48043 12.1054 0.734784 12 1 12H17C17.2652 12 17.5196 12.1054 17.7071 12.2929C17.8946 12.4804 18 12.7348 18 13C18 13.2652 17.8946 13.5196 17.7071 13.7071C17.5196 13.8946 17.2652 14 17 14H1C0.734784 14 0.48043 13.8946 0.292893 13.7071C0.105357 13.5196 0 13.2652 0 13Z",fill:"black"})),sO=e=>P.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("path",{d:"M8 1.99886C7.21207 1.99886 6.43185 2.15405 5.7039 2.45558C4.97595 2.75711 4.31451 3.19906 3.75736 3.75622C3.20021 4.31337 2.75825 4.9748 2.45672 5.70276C2.15519 6.43071 2 7.21092 2 7.99886C2 8.78679 2.15519 9.567 2.45672 10.295C2.75825 11.0229 3.20021 11.6843 3.75736 12.2415C4.31451 12.7986 4.97595 13.2406 5.7039 13.5421C6.43185 13.8437 7.21207 13.9989 8 13.9989C9.5913 13.9989 11.1174 13.3667 12.2426 12.2415C13.3679 11.1163 14 9.59015 14 7.99886C14 6.40756 13.3679 4.88143 12.2426 3.75622C11.1174 2.631 9.5913 1.99886 8 1.99886ZM4.94163e-08 7.99886C0.000182326 6.72572 0.304218 5.471 0.886839 4.339C1.46946 3.20699 2.31384 2.23038 3.3498 1.49034C4.38577 0.750296 5.5834 0.268189 6.84315 0.0840862C8.10291 -0.100017 9.38842 0.0192008 10.5928 0.431832C11.7973 0.844462 12.8858 1.53859 13.768 2.45652C14.6502 3.37446 15.3006 4.48969 15.6651 5.70953C16.0296 6.92938 16.0977 8.2186 15.8638 9.47006C15.6298 10.7215 15.1006 11.8991 14.32 12.9049L17.707 16.2919C17.8892 16.4805 17.99 16.7331 17.9877 16.9953C17.9854 17.2575 17.8802 17.5083 17.6948 17.6937C17.5094 17.8791 17.2586 17.9843 16.9964 17.9865C16.7342 17.9888 16.4816 17.888 16.293 17.7059L12.906 14.3189C11.7235 15.237 10.307 15.8048 8.81777 15.9578C7.32851 16.1109 5.82619 15.8429 4.48165 15.1845C3.1371 14.5261 2.00429 13.5036 1.21202 12.2333C0.419759 10.9631 -0.00016632 9.49596 4.94163e-08 7.99886Z",fill:"#333333"})),uO=e=>P.createElement("svg",{width:11,height:19,viewBox:"0 0 11 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("path",{d:"M9.33333 1.1665L1 9.49984L9.33333 17.8332",stroke:"#333333",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),cO=e=>P.createElement("svg",{width:11,height:19,viewBox:"0 0 11 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},P.createElement("path",{d:"M1.66797 1.1665L10.0013 9.49984L1.66797 17.8332",stroke:"#333333",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})),l7="data:image/svg+xml,%3csvg%20width='44'%20height='38'%20viewBox='0%200%2044%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.2184%201.11463C20.7183%200.614704%2020.0402%200.333862%2019.3331%200.333862C18.626%200.333862%2017.9478%200.614704%2017.4478%201.11463L1.44776%2017.1146C0.947834%2017.6147%200.666992%2018.2929%200.666992%2019C0.666992%2019.7071%200.947834%2020.3852%201.44776%2020.8853L17.4478%2036.8853C17.9507%2037.371%2018.6243%2037.6398%2019.3235%2037.6338C20.0227%2037.6277%2020.6915%2037.3472%2021.1859%2036.8528C21.6804%2036.3584%2021.9608%2035.6896%2021.9669%2034.9904C21.973%2034.2912%2021.7042%2033.6176%2021.2184%2033.1146L9.77042%2021.6666H40.6664C41.3737%2021.6666%2042.0519%2021.3857%2042.552%2020.8856C43.0521%2020.3855%2043.3331%2019.7072%2043.3331%2019C43.3331%2018.2927%2043.0521%2017.6144%2042.552%2017.1143C42.0519%2016.6142%2041.3737%2016.3333%2040.6664%2016.3333H9.77042L21.2184%204.88529C21.7183%204.38522%2021.9992%203.70706%2021.9992%202.99996C21.9992%202.29285%2021.7183%201.6147%2021.2184%201.11463Z'%20fill='%23333333'/%3e%3c/svg%3e",dO="data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.1442%200.201522C11.4011%200.465283%2011.3956%200.887356%2011.1318%201.14425L4.26907%207.81092C4.00657%208.06658%203.58694%208.06246%203.3295%207.8017L0.192247%204.62393C-0.0664265%204.36191%20-0.0637179%203.93981%200.198297%203.68114C0.460312%203.42246%200.882413%203.42517%201.14109%203.68719L3.81313%206.39375L10.2015%200.189085C10.4653%20-0.0678075%2010.8874%20-0.0622392%2011.1442%200.201522Z'%20fill='white'/%3e%3c/svg%3e",fO="data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.1442%200.201522C11.4011%200.465283%2011.3956%200.887356%2011.1318%201.14425L4.26907%207.81092C4.00657%208.06658%203.58694%208.06246%203.3295%207.8017L0.192247%204.62393C-0.0664265%204.36191%20-0.0637179%203.93981%200.198297%203.68114C0.460312%203.42246%200.882413%203.42517%201.14109%203.68719L3.81313%206.39375L10.2015%200.189085C10.4653%20-0.0678075%2010.8874%20-0.0622392%2011.1442%200.201522Z'%20fill='%23333333'/%3e%3c/svg%3e",pO="data:image/svg+xml,%3csvg%20width='15'%20height='9'%20viewBox='0%200%2015%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.7072%200.79357C14.5197%200.606099%2014.2654%200.500783%2014.0002%200.500783C13.735%200.500783%2013.4807%200.606099%2013.2932%200.79357L8.00021%206.08657L2.70721%200.79357C2.61497%200.698059%202.50462%200.621877%202.38262%200.569468C2.26061%200.517059%202.12939%200.489473%201.99661%200.488319C1.86384%200.487165%201.73216%200.512467%201.60926%200.562748C1.48636%200.613029%201.37471%200.687282%201.28082%200.781175C1.18693%200.875067%201.11267%200.986719%201.06239%201.10962C1.01211%201.23251%200.986809%201.36419%200.987963%201.49697C0.989117%201.62975%201.0167%201.76097%201.06911%201.88297C1.12152%202.00498%201.1977%202.11532%201.29321%202.20757L7.29321%208.20757C7.48074%208.39504%207.73505%208.50036%208.00021%208.50036C8.26538%208.50036%208.51969%208.39504%208.70721%208.20757L14.7072%202.20757C14.8947%202.02004%2015%201.76573%2015%201.50057C15%201.23541%2014.8947%200.981097%2014.7072%200.79357V0.79357Z'%20fill='%23333333'/%3e%3c/svg%3e",hO="data:image/svg+xml,%3csvg%20width='14'%20height='9'%20viewBox='0%200%2014%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.7064%208.20679C13.5189%208.39426%2013.2646%208.49957%2012.9994%208.49957C12.7343%208.49957%2012.48%208.39426%2012.2924%208.20679L6.99943%202.91379L1.70643%208.20679C1.51783%208.38894%201.26523%208.48974%201.00303%208.48746C0.740833%208.48518%200.49002%208.38001%200.304612%208.1946C0.119204%208.0092%200.014035%207.75838%200.0117566%207.49619C0.00947813%207.23399%200.110273%206.98139%200.292431%206.79279L6.29243%200.792787C6.47996%200.605316%206.73427%200.5%206.99943%200.5C7.2646%200.5%207.5189%200.605316%207.70643%200.792787L13.7064%206.79279C13.8939%206.98031%2013.9992%207.23462%2013.9992%207.49979C13.9992%207.76495%2013.8939%208.01926%2013.7064%208.20679Z'%20fill='%23333333'/%3e%3c/svg%3e",mO="data:image/svg+xml,%3csvg%20width='18'%20height='14'%20viewBox='0%200%2018%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%201C0%200.734784%200.105357%200.48043%200.292893%200.292893C0.48043%200.105357%200.734784%200%201%200H17C17.2652%200%2017.5196%200.105357%2017.7071%200.292893C17.8946%200.48043%2018%200.734784%2018%201C18%201.26522%2017.8946%201.51957%2017.7071%201.70711C17.5196%201.89464%2017.2652%202%2017%202H1C0.734784%202%200.48043%201.89464%200.292893%201.70711C0.105357%201.51957%200%201.26522%200%201ZM0%207C0%206.73479%200.105357%206.48043%200.292893%206.29289C0.48043%206.10536%200.734784%206%201%206H17C17.2652%206%2017.5196%206.10536%2017.7071%206.29289C17.8946%206.48043%2018%206.73479%2018%207C18%207.26522%2017.8946%207.51957%2017.7071%207.70711C17.5196%207.89464%2017.2652%208%2017%208H1C0.734784%208%200.48043%207.89464%200.292893%207.70711C0.105357%207.51957%200%207.26522%200%207ZM0%2013C0%2012.7348%200.105357%2012.4804%200.292893%2012.2929C0.48043%2012.1054%200.734784%2012%201%2012H17C17.2652%2012%2017.5196%2012.1054%2017.7071%2012.2929C17.8946%2012.4804%2018%2012.7348%2018%2013C18%2013.2652%2017.8946%2013.5196%2017.7071%2013.7071C17.5196%2013.8946%2017.2652%2014%2017%2014H1C0.734784%2014%200.48043%2013.8946%200.292893%2013.7071C0.105357%2013.5196%200%2013.2652%200%2013Z'%20fill='black'/%3e%3c/svg%3e",s7="data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.00033%200.666748C6.17714%200.666748%206.34671%200.736986%206.47173%200.86201C6.59675%200.987035%206.66699%201.1566%206.66699%201.33341V5.33341H10.667C10.8438%205.33341%2011.0134%205.40365%2011.1384%205.52868C11.2634%205.6537%2011.3337%205.82327%2011.3337%206.00008C11.3337%206.17689%2011.2634%206.34646%2011.1384%206.47149C11.0134%206.59651%2010.8438%206.66675%2010.667%206.66675H6.66699V10.6667C6.66699%2010.8436%206.59675%2011.0131%206.47173%2011.1382C6.34671%2011.2632%206.17714%2011.3334%206.00033%2011.3334C5.82351%2011.3334%205.65394%2011.2632%205.52892%2011.1382C5.4039%2011.0131%205.33366%2010.8436%205.33366%2010.6667V6.66675H1.33366C1.15685%206.66675%200.987279%206.59651%200.862254%206.47149C0.73723%206.34646%200.666992%206.17689%200.666992%206.00008C0.666992%205.82327%200.73723%205.6537%200.862254%205.52868C0.987279%205.40365%201.15685%205.33341%201.33366%205.33341H5.33366V1.33341C5.33366%201.1566%205.4039%200.987035%205.52892%200.86201C5.65394%200.736986%205.82351%200.666748%206.00033%200.666748Z'%20fill='%23333333'/%3e%3c/svg%3e",gO="data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%201.99886C7.21207%201.99886%206.43185%202.15405%205.7039%202.45558C4.97595%202.75711%204.31451%203.19906%203.75736%203.75622C3.20021%204.31337%202.75825%204.9748%202.45672%205.70276C2.15519%206.43071%202%207.21092%202%207.99886C2%208.78679%202.15519%209.567%202.45672%2010.295C2.75825%2011.0229%203.20021%2011.6843%203.75736%2012.2415C4.31451%2012.7986%204.97595%2013.2406%205.7039%2013.5421C6.43185%2013.8437%207.21207%2013.9989%208%2013.9989C9.5913%2013.9989%2011.1174%2013.3667%2012.2426%2012.2415C13.3679%2011.1163%2014%209.59015%2014%207.99886C14%206.40756%2013.3679%204.88143%2012.2426%203.75622C11.1174%202.631%209.5913%201.99886%208%201.99886ZM4.94163e-08%207.99886C0.000182326%206.72572%200.304218%205.471%200.886839%204.339C1.46946%203.20699%202.31384%202.23038%203.3498%201.49034C4.38577%200.750296%205.5834%200.268189%206.84315%200.0840862C8.10291%20-0.100017%209.38842%200.0192008%2010.5928%200.431832C11.7973%200.844462%2012.8858%201.53859%2013.768%202.45652C14.6502%203.37446%2015.3006%204.48969%2015.6651%205.70953C16.0296%206.92938%2016.0977%208.2186%2015.8638%209.47006C15.6298%2010.7215%2015.1006%2011.8991%2014.32%2012.9049L17.707%2016.2919C17.8892%2016.4805%2017.99%2016.7331%2017.9877%2016.9953C17.9854%2017.2575%2017.8802%2017.5083%2017.6948%2017.6937C17.5094%2017.8791%2017.2586%2017.9843%2016.9964%2017.9865C16.7342%2017.9888%2016.4816%2017.888%2016.293%2017.7059L12.906%2014.3189C11.7235%2015.237%2010.307%2015.8048%208.81777%2015.9578C7.32851%2016.1109%205.82619%2015.8429%204.48165%2015.1845C3.1371%2014.5261%202.00429%2013.5036%201.21202%2012.2333C0.419759%2010.9631%20-0.00016632%209.49596%204.94163e-08%207.99886Z'%20fill='%23333333'/%3e%3c/svg%3e",Fc="data:image/svg+xml,%3csvg%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.292787%201.29357C0.480314%201.1061%200.734622%201.00078%200.999786%201.00078C1.26495%201.00078%201.51926%201.1061%201.70679%201.29357L6.99979%206.58657L12.2928%201.29357C12.385%201.19806%2012.4954%201.12188%2012.6174%201.06947C12.7394%201.01706%2012.8706%200.989473%2013.0034%200.988319C13.1362%200.987165%2013.2678%201.01247%2013.3907%201.06275C13.5136%201.11303%2013.6253%201.18728%2013.7192%201.28117C13.8131%201.37507%2013.8873%201.48672%2013.9376%201.60962C13.9879%201.73251%2014.0132%201.86419%2014.012%201.99697C14.0109%202.12975%2013.9833%202.26097%2013.9309%202.38297C13.8785%202.50498%2013.8023%202.61532%2013.7068%202.70757L8.41379%208.00057L13.7068%2013.2936C13.8889%2013.4822%2013.9897%2013.7348%2013.9875%2013.997C13.9852%2014.2592%2013.88%2014.51%2013.6946%2014.6954C13.5092%2014.8808%2013.2584%2014.986%2012.9962%2014.9882C12.734%2014.9905%2012.4814%2014.8897%2012.2928%2014.7076L6.99979%209.41457L1.70679%2014.7076C1.51818%2014.8897%201.26558%2014.9905%201.00339%2014.9882C0.741188%2014.986%200.490376%2014.8808%200.304968%2014.6954C0.11956%2014.51%200.0143906%2014.2592%200.0121121%2013.997C0.00983372%2013.7348%200.110629%2013.4822%200.292787%2013.2936L5.58579%208.00057L0.292787%202.70757C0.105316%202.52004%200%202.26573%200%202.00057C0%201.73541%200.105316%201.4811%200.292787%201.29357Z'%20fill='black'/%3e%3c/svg%3e",u7="/assets/not-found-page--OTHJV0p.svg",c7="/assets/logo-horizontal-l9lEMkry.svg",vO="/assets/logo-horizontal-on-dark-T5xhE8ym.svg",yO="/assets/logo-stacked-on-dark-a23S-YCp.svg",xO="/assets/logo-hfla-EOXDHynE.svg",bO="data:image/svg+xml,%3csvg%20width='705'%20height='402'%20viewBox='0%200%20705%20402'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M116.887%204.70189C54.5666%20-8.96859%2010.9694%2010.3979%20-3.03906%2021.79V402H706.563V59.8017C670.122%2059.8017%20587.511%2097.2952%20550.953%20107.975C447.048%20143.69%20356.398%20107.23%20319.84%2090.1422C278.156%2067.3581%20179.208%2018.3724%20116.887%204.70189Z'%20fill='%23FFE0B9'/%3e%3c/svg%3e",c3="data:image/svg+xml,%3csvg%20width='181'%20height='181'%20viewBox='0%200%20181%20181'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cellipse%20cx='10.9756'%20cy='11.4209'%20rx='10.9756'%20ry='11.4209'%20transform='matrix(1%200%20-0.000269921%201%200.228516%200.784912)'%20fill='white'/%3e%3cellipse%20cx='10.5707'%20cy='10.9996'%20rx='10.5707'%20ry='10.9996'%20transform='matrix(1%200%20-0.000269921%201%2039.7402%200.784912)'%20fill='white'/%3e%3cellipse%20cx='9.60975'%20cy='9.99965'%20rx='9.60975'%20ry='9.99965'%20transform='matrix(1%200%20-0.000269921%201%2079.2539%200.784912)'%20fill='white'/%3e%3cellipse%20cx='8.64878'%20cy='8.99969'%20rx='8.64878'%20ry='8.99969'%20transform='matrix(1%200%20-0.000269921%201%20118.766%200.784668)'%20fill='white'/%3e%3cellipse%20cx='7.20731'%20cy='7.49974'%20rx='7.20731'%20ry='7.49974'%20transform='matrix(1%200%20-0.000269921%201%20158.277%200.784668)'%20fill='white'/%3e%3cellipse%20cx='10.9756'%20cy='11.4209'%20rx='10.9756'%20ry='11.4209'%20transform='matrix(1%200%20-0.000269921%201%200.21875%2040.0723)'%20fill='white'/%3e%3cellipse%20cx='11.5317'%20cy='11.9996'%20rx='11.5317'%20ry='11.9996'%20transform='matrix(1%200%20-0.000269921%201%2039.7305%2040.0723)'%20fill='white'/%3e%3cellipse%20cx='10.5707'%20cy='10.9996'%20rx='10.5707'%20ry='10.9996'%20transform='matrix(1%200%20-0.000269921%201%2079.2441%2040.0723)'%20fill='white'/%3e%3cellipse%20cx='9.60975'%20cy='9.99965'%20rx='9.60975'%20ry='9.99965'%20transform='matrix(1%200%20-0.000269921%201%20118.756%2040.072)'%20fill='white'/%3e%3cellipse%20cx='8.64878'%20cy='8.99969'%20rx='8.64878'%20ry='8.99969'%20transform='matrix(1%200%20-0.000269921%201%20158.268%2040.072)'%20fill='white'/%3e%3cellipse%20cx='10.9756'%20cy='11.4209'%20rx='10.9756'%20ry='11.4209'%20transform='matrix(1%200%20-0.000269921%201%200.207031%2079.3633)'%20fill='white'/%3e%3cellipse%20cx='10.9756'%20cy='11.4209'%20rx='10.9756'%20ry='11.4209'%20transform='matrix(1%200%20-0.000269921%201%2039.7188%2079.3633)'%20fill='white'/%3e%3cellipse%20cx='11.5317'%20cy='11.9996'%20rx='11.5317'%20ry='11.9996'%20transform='matrix(1%200%20-0.000269921%201%2079.2324%2079.3633)'%20fill='white'/%3e%3cellipse%20cx='10.5707'%20cy='10.9996'%20rx='10.5707'%20ry='10.9996'%20transform='matrix(1%200%20-0.000269921%201%20118.744%2079.363)'%20fill='white'/%3e%3cellipse%20cx='9.60975'%20cy='9.99965'%20rx='9.60975'%20ry='9.99965'%20transform='matrix(1%200%20-0.000269921%201%20158.256%2079.363)'%20fill='white'/%3e%3cellipse%20cx='10.9756'%20cy='11.4209'%20rx='10.9756'%20ry='11.4209'%20transform='matrix(1%200%20-0.000269921%201%200.197266%20118.652)'%20fill='white'/%3e%3cellipse%20cx='10.9756'%20cy='11.4209'%20rx='10.9756'%20ry='11.4209'%20transform='matrix(1%200%20-0.000269921%201%2039.709%20118.652)'%20fill='white'/%3e%3cellipse%20cx='10.9756'%20cy='11.4209'%20rx='10.9756'%20ry='11.4209'%20transform='matrix(1%200%20-0.000269921%201%2079.2227%20118.652)'%20fill='white'/%3e%3cellipse%20cx='11.5317'%20cy='11.9996'%20rx='11.5317'%20ry='11.9996'%20transform='matrix(1%200%20-0.000269921%201%20118.734%20118.652)'%20fill='white'/%3e%3cellipse%20cx='10.5707'%20cy='10.9996'%20rx='10.5707'%20ry='10.9996'%20transform='matrix(1%200%20-0.000269921%201%20158.246%20118.652)'%20fill='white'/%3e%3cellipse%20cx='10.9756'%20cy='11.4209'%20rx='10.9756'%20ry='11.4209'%20transform='matrix(1%200%20-0.000269921%201%200.185547%20157.943)'%20fill='white'/%3e%3cellipse%20cx='10.9756'%20cy='11.4209'%20rx='10.9756'%20ry='11.4209'%20transform='matrix(1%200%20-0.000269921%201%2039.6973%20157.943)'%20fill='white'/%3e%3cellipse%20cx='10.9756'%20cy='11.4209'%20rx='10.9756'%20ry='11.4209'%20transform='matrix(1%200%20-0.000269921%201%2079.2109%20157.943)'%20fill='white'/%3e%3cellipse%20cx='10.9756'%20cy='11.4209'%20rx='10.9756'%20ry='11.4209'%20transform='matrix(1%200%20-0.000269921%201%20118.723%20157.943)'%20fill='white'/%3e%3cellipse%20cx='10.9756'%20cy='11.4209'%20rx='10.9756'%20ry='11.4209'%20transform='matrix(1%200%20-0.000269921%201%20158.234%20157.943)'%20fill='white'/%3e%3c/svg%3e",d7="/assets/login-illustration-EKIdtyxM.svg",wO="data:image/svg+xml,%3csvg%20width='1460'%20height='546'%20viewBox='0%200%201460%20546'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_6486_62995)'%3e%3cpath%20d='M10%208H1450V510C1450%20510%201124%20562%20730%20510C336%20458%2010%20510%2010%20510V8Z'%20fill='%23FFEFDB'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_6486_62995'%20x='0'%20y='0'%20width='1460'%20height='545.111'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='2'/%3e%3cfeGaussianBlur%20stdDeviation='5'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%201%200%200%200%200%200.878431%200%200%200%200%200.72549%200%200%200%201%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_6486_62995'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_6486_62995'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e",f7="/assets/privacy-policy-illustration-7jDhWTD4.svg",p7="/assets/credits-page-high-five-eA-qJfER.svg",CO="/assets/landing-page-creative-team-HUO04EIv.svg",_O="data:image/svg+xml,%3csvg%20width='1442'%20height='875'%20viewBox='0%200%201442%20875'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%20468H1442V875H0V468Z'%20fill='%23FFEFDB'/%3e%3cpath%20d='M243.536%205.47384C116.981%20-10.441%2028.4473%2012.105%200%2025.3674V468H1441V69.6198C1367%2069.6198%201199.24%20113.269%201125%20125.702C914%20167.281%20729.916%20124.835%20655.675%20104.942C571.027%2078.4169%20370.092%2021.3887%20243.536%205.47384Z'%20fill='%23FFE0B9'/%3e%3c/svg%3e",AO="/assets/landing-page-fg-5EmT7pjp.svg",h7="data:image/svg+xml,%3csvg%20width='15'%20height='16'%20viewBox='0%200%2015%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.7076%208.293C14.895%208.48053%2015.0004%208.73484%2015.0004%209C15.0004%209.26516%2014.895%209.51947%2014.7076%209.707L8.70757%2015.707C8.52004%2015.8945%208.26573%2015.9998%208.00057%2015.9998C7.7354%2015.9998%207.4811%2015.8945%207.29357%2015.707L1.29357%209.707C1.19806%209.61475%201.12188%209.50441%201.06947%209.3824C1.01706%209.2604%200.989473%209.12918%200.988319%208.9964C0.987165%208.86362%201.01247%208.73194%201.06275%208.60905C1.11303%208.48615%201.18728%208.3745%201.28117%208.28061C1.37507%208.18671%201.48672%208.11246%201.60962%208.06218C1.73251%208.0119%201.86419%207.9866%201.99697%207.98775C2.12975%207.9889%202.26097%208.01649%202.38297%208.0689C2.50498%208.12131%202.61532%208.19749%202.70757%208.293L7.00057%2012.586V1C7.00057%200.734784%207.10593%200.48043%207.29346%200.292893C7.481%200.105357%207.73535%200%208.00057%200C8.26579%200%208.52014%200.105357%208.70768%200.292893C8.89521%200.48043%209.00057%200.734784%209.00057%201V12.586L13.2936%208.293C13.4811%208.10553%2013.7354%208.00021%2014.0006%208.00021C14.2657%208.00021%2014.52%208.10553%2014.7076%208.293Z'%20fill='black'/%3e%3c/svg%3e";function os(e,r){return i=>{const u=P.useId(),c=P.useId();return"title"in r&&(r.titleId=u),"desc"in r&&(r.descId=c),o.jsx(e,{...r,...i})}}const DO=os(KI,{title:"Data Science Community of Practice Logo",desc:"icon representing the scatter plot and line graph"}),EO=os($I,{title:"Engineering Community of Practice Logo",desc:"an engineering icon that represents the terminal"}),jO=os(eO,{title:"Ops Community of Practice Logo",desc:"an operations icon that represents a running operation being managed"}),kO=os(tO,{title:"Product Management Community of Practice Logo",desc:"a product icon that represents a team communicating with each other"}),SO=os(rO,{title:"UI/UX Community of Practice Logo",desc:"an icon for uiux representing a variety of ideas"}),FO=[{id:1,imgSrc:mO,name:"Menu line",usedIn:"Multiple pages",provider:"Majesticons",link:"https://www.majesticons.com/"},{id:2,imgSrc:Fc,name:"Cross line",usedIn:"Multiple pages",provider:"Majesticons",link:"https://www.majesticons.com/"},{id:3,imgSrc:h7,name:"Arrow down line",usedIn:"How to Join",provider:"Majesticons",link:"https://www.majesticons.com/"},{id:4,imgSrc:l7,name:"Arrow left line",usedIn:"How to Join",provider:"Majesticons",link:"https://www.majesticons.com/"},{id:5,imgSrc:pO,name:"Chevron down",usedIn:"How to Join",provider:"Majesticons",link:"https://www.majesticons.com/"},{id:6,imgSrc:hO,name:"Chevron up",usedIn:"How to Join",provider:"Majesticons",link:"https://www.majesticons.com/"},{id:9,imgSrc:gO,name:"Search line",usedIn:"How to Join",provider:"Majesticons",link:"https://www.majesticons.com/"},{id:11,imgSrc:fO,name:"Check line",usedIn:"How to Join",provider:"Majesticons",link:"https://www.majesticons.com/"},{id:13,imgSrc:s7,name:"Plus line",usedIn:"How to Join",provider:"Majesticons",link:"https://www.majesticons.com/"}],d3=[{id:8,imgSrc:p7,name:"High Five",usedIn:"Credits",provider:"Storyset",link:"https://storyset.com/illustration/high-five/pana"},{id:9,imgSrc:CO,name:"Creative Team",usedIn:"Landing",provider:"Storyset",link:"https://storyset.com/illustration/creative-team/pana"},{id:10,imgSrc:d7,name:"Team Work",usedIn:"Login",provider:"Storyset",link:"https://storyset.com/illustration/team-work/pana"},{id:11,imgSrc:u7,name:"404 Error",usedIn:"404 Page",provider:"Storyset",link:"https://storyset.com/illustration/404-error-with-a-tired-person/pana"},{id:12,imgSrc:f7,name:"Privacy Policy",usedIn:"Privacy",provider:"Storyset",link:"https://storyset.com/illustration/privacy-policy/pana"}],BO=({name:e,usedIn:r,provider:i,imgSrc:u,imgContainerStyleClasses:c,imgStyleClasses:f,learnMoreLink:v})=>o.jsxs("div",{className:"auto-cols-max rounded-xl shadow-md p-3 md:p-6 flex flex-row sm:flex-col items-center justify-center md:justify-evenly gap-4",children:[o.jsx("div",{className:c,children:o.jsx("img",{className:f,src:u,alt:e})}),o.jsxs("div",{children:[o.jsx("table",{className:"table-fixed text-left text-xs sm:text-sm lg:text-base xl:text-lg",children:o.jsxs("tbody",{children:[o.jsxs("tr",{className:"pb-1",children:[o.jsx("th",{className:"pr-2",children:"Name:"}),o.jsx("td",{children:e})]}),o.jsxs("tr",{className:"pb-1",children:[o.jsx("th",{className:"pr-2",children:"Used In:"}),o.jsx("td",{children:r})]}),o.jsxs("tr",{className:"pb-1",children:[o.jsx("th",{className:"pr-2",children:"Provider:"}),o.jsx("td",{children:i})]})]})}),o.jsx("div",{className:"mt-3 md:mt-6",children:o.jsx("a",{href:v,className:"text-blue-link underline font-semibold text-sm sm:text-base md:text-lg lx:text-xl",children:"Learn more"})})]})]}),RO=e=>o.jsxs("svg",{viewBox:"0 0 1440 520",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,className:"w-full h-1/3",children:[o.jsxs("g",{"clip-path":"url(#clip0_6412_58802)",children:[o.jsx("path",{opacity:"0.5",d:"M644 374.717C999.77 437.091 1245.5 429.53 1441 355L1441 785L-3.75918e-05 785L-3.45772e-06 394.552C-3.45772e-06 394.552 426.5 336.584 644 374.717Z",fill:"url(#paint0_linear_6412_58802)"}),o.jsx("path",{d:"M915.783 410.283C449.407 347.909 127.28 355.47 -129 430V0H1760V390.448C1760 390.448 1200.9 448.416 915.783 410.283Z",fill:"#FFE0B9"}),o.jsx("path",{opacity:"0.5",d:"M797 410.283C441.23 347.909 195.5 355.47 0 430V0H1441V390.448C1441 390.448 1014.5 448.416 797 410.283Z",fill:"#FFEFDB"})]}),o.jsxs("defs",{children:[o.jsxs("linearGradient",{id:"paint0_linear_6412_58802",x1:"720.5",y1:"355",x2:"720.5",y2:"785",gradientUnits:"userSpaceOnUse",children:[o.jsx("stop",{"stop-color":"#FFEFDB"}),o.jsx("stop",{offset:"0.339691","stop-color":"#FFEFDB","stop-opacity":"0"})]}),o.jsx("clipPath",{id:"clip0_6412_58802",children:o.jsx("rect",{width:"1440",height:"520",fill:"white"})})]})]}),IO=e=>o.jsxs("svg",{viewBox:"0 0 1440 595",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsx("path",{opacity:"0.1",d:"M496.503 535.661C935.969 461.827 1239.51 470.778 1481 559V50H-299V512.182C-299 512.182 227.835 580.8 496.503 535.661Z",fill:"url(#paint0_linear_5167_51077)","fill-opacity":"0.8"}),o.jsx("path",{d:"M644 115.743C999.77 187.692 1245.5 178.969 1441 93V589H0V138.622C0 138.622 426.5 71.757 644 115.743Z",fill:"white"}),o.jsxs("g",{opacity:"0.1",children:[o.jsx("g",{filter:"url(#filter0_i_5167_51077)",children:o.jsx("circle",{cx:"817",cy:"187",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{filter:"url(#filter1_i_5167_51077)",children:o.jsx("circle",{cx:"881",cy:"187",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter2_i_5167_51077)",children:o.jsx("circle",{cx:"945",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter3_i_5167_51077)",children:o.jsx("circle",{cx:"1009",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter4_i_5167_51077)",children:o.jsx("circle",{cx:"1073",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter5_i_5167_51077)",children:o.jsx("circle",{cx:"1137",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter6_i_5167_51077)",children:o.jsx("circle",{cx:"1201",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter7_i_5167_51077)",children:o.jsx("circle",{cx:"1265",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter8_i_5167_51077)",children:o.jsx("circle",{cx:"1329",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter9_i_5167_51077)",children:o.jsx("circle",{cx:"1393",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter10_i_5167_51077)",children:o.jsx("circle",{cx:"817",cy:"251",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{filter:"url(#filter11_i_5167_51077)",children:o.jsx("circle",{cx:"881",cy:"251",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter12_i_5167_51077)",children:o.jsx("circle",{cx:"945",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter13_i_5167_51077)",children:o.jsx("circle",{cx:"1009",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter14_i_5167_51077)",children:o.jsx("circle",{cx:"1073",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter15_i_5167_51077)",children:o.jsx("circle",{cx:"1137",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter16_i_5167_51077)",children:o.jsx("circle",{cx:"1201",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter17_i_5167_51077)",children:o.jsx("circle",{cx:"1265",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter18_i_5167_51077)",children:o.jsx("circle",{cx:"1329",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter19_i_5167_51077)",children:o.jsx("circle",{cx:"1393",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter20_i_5167_51077)",children:o.jsx("circle",{cx:"817",cy:"315",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{filter:"url(#filter21_i_5167_51077)",children:o.jsx("circle",{cx:"881",cy:"315",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter22_i_5167_51077)",children:o.jsx("circle",{cx:"945",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter23_i_5167_51077)",children:o.jsx("circle",{cx:"1009",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter24_i_5167_51077)",children:o.jsx("circle",{cx:"1073",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter25_i_5167_51077)",children:o.jsx("circle",{cx:"1137",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter26_i_5167_51077)",children:o.jsx("circle",{cx:"1201",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter27_i_5167_51077)",children:o.jsx("circle",{cx:"1265",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter28_i_5167_51077)",children:o.jsx("circle",{cx:"1329",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter29_i_5167_51077)",children:o.jsx("circle",{cx:"1393",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter30_i_5167_51077)",children:o.jsx("circle",{cx:"817",cy:"379",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{filter:"url(#filter31_i_5167_51077)",children:o.jsx("circle",{cx:"881",cy:"379",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter32_i_5167_51077)",children:o.jsx("circle",{cx:"945",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter33_i_5167_51077)",children:o.jsx("circle",{cx:"1009",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter34_i_5167_51077)",children:o.jsx("circle",{cx:"1073",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter35_i_5167_51077)",children:o.jsx("circle",{cx:"1137",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter36_i_5167_51077)",children:o.jsx("circle",{cx:"1201",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter37_i_5167_51077)",children:o.jsx("circle",{cx:"1265",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter38_i_5167_51077)",children:o.jsx("circle",{cx:"1329",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter39_i_5167_51077)",children:o.jsx("circle",{cx:"1393",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter40_i_5167_51077)",children:o.jsx("circle",{cx:"817",cy:"443",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{filter:"url(#filter41_i_5167_51077)",children:o.jsx("circle",{cx:"881",cy:"443",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter42_i_5167_51077)",children:o.jsx("circle",{cx:"945",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter43_i_5167_51077)",children:o.jsx("circle",{cx:"1009",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter44_i_5167_51077)",children:o.jsx("circle",{cx:"1073",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter45_i_5167_51077)",children:o.jsx("circle",{cx:"1137",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter46_i_5167_51077)",children:o.jsx("circle",{cx:"1201",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter47_i_5167_51077)",children:o.jsx("circle",{cx:"1265",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter48_i_5167_51077)",children:o.jsx("circle",{cx:"1329",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter49_i_5167_51077)",children:o.jsx("circle",{cx:"1393",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter50_i_5167_51077)",children:o.jsx("circle",{cx:"817",cy:"507",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{filter:"url(#filter51_i_5167_51077)",children:o.jsx("circle",{cx:"881",cy:"507",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter52_i_5167_51077)",children:o.jsx("circle",{cx:"945",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter53_i_5167_51077)",children:o.jsx("circle",{cx:"1009",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter54_i_5167_51077)",children:o.jsx("circle",{cx:"1073",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter55_i_5167_51077)",children:o.jsx("circle",{cx:"1137",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter56_i_5167_51077)",children:o.jsx("circle",{cx:"1201",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter57_i_5167_51077)",children:o.jsx("circle",{cx:"1265",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter58_i_5167_51077)",children:o.jsx("circle",{cx:"1329",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter59_i_5167_51077)",children:o.jsx("circle",{cx:"1393",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter60_i_5167_51077)",children:o.jsx("circle",{cx:"817",cy:"571",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{filter:"url(#filter61_i_5167_51077)",children:o.jsx("circle",{cx:"881",cy:"571",r:"16",fill:"#D9D9D9","fill-opacity":"0.6"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter62_i_5167_51077)",children:o.jsx("circle",{cx:"945",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.7",filter:"url(#filter63_i_5167_51077)",children:o.jsx("circle",{cx:"1009",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter64_i_5167_51077)",children:o.jsx("circle",{cx:"1073",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.8",filter:"url(#filter65_i_5167_51077)",children:o.jsx("circle",{cx:"1137",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter66_i_5167_51077)",children:o.jsx("circle",{cx:"1201",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.9",filter:"url(#filter67_i_5167_51077)",children:o.jsx("circle",{cx:"1265",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter68_i_5167_51077)",children:o.jsx("circle",{cx:"1329",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{filter:"url(#filter69_i_5167_51077)",children:o.jsx("circle",{cx:"1393",cy:"571",r:"16",fill:"#D9D9D9"})})]}),o.jsxs("g",{opacity:"0.1",children:[o.jsx("g",{opacity:"0.1",filter:"url(#filter70_d_5167_51077)",children:o.jsx("circle",{cx:"177",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.1",filter:"url(#filter71_d_5167_51077)",children:o.jsx("circle",{cx:"241",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter72_d_5167_51077)",children:o.jsx("circle",{cx:"305",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter73_d_5167_51077)",children:o.jsx("circle",{cx:"369",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter74_d_5167_51077)",children:o.jsx("circle",{cx:"433",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter75_d_5167_51077)",children:o.jsx("circle",{cx:"497",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter76_d_5167_51077)",children:o.jsx("circle",{cx:"561",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter77_d_5167_51077)",children:o.jsx("circle",{cx:"625",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter78_d_5167_51077)",children:o.jsx("circle",{cx:"689",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter79_d_5167_51077)",children:o.jsx("circle",{cx:"753",cy:"187",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.1",filter:"url(#filter80_d_5167_51077)",children:o.jsx("circle",{cx:"177",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.1",filter:"url(#filter81_d_5167_51077)",children:o.jsx("circle",{cx:"241",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter82_d_5167_51077)",children:o.jsx("circle",{cx:"305",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter83_d_5167_51077)",children:o.jsx("circle",{cx:"369",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter84_d_5167_51077)",children:o.jsx("circle",{cx:"433",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter85_d_5167_51077)",children:o.jsx("circle",{cx:"497",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter86_d_5167_51077)",children:o.jsx("circle",{cx:"561",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter87_d_5167_51077)",children:o.jsx("circle",{cx:"625",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter88_d_5167_51077)",children:o.jsx("circle",{cx:"689",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter89_d_5167_51077)",children:o.jsx("circle",{cx:"753",cy:"251",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.1",filter:"url(#filter90_d_5167_51077)",children:o.jsx("circle",{cx:"177",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.1",filter:"url(#filter91_d_5167_51077)",children:o.jsx("circle",{cx:"241",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter92_d_5167_51077)",children:o.jsx("circle",{cx:"305",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter93_d_5167_51077)",children:o.jsx("circle",{cx:"369",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter94_d_5167_51077)",children:o.jsx("circle",{cx:"433",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter95_d_5167_51077)",children:o.jsx("circle",{cx:"497",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter96_d_5167_51077)",children:o.jsx("circle",{cx:"561",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter97_d_5167_51077)",children:o.jsx("circle",{cx:"625",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter98_d_5167_51077)",children:o.jsx("circle",{cx:"689",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter99_d_5167_51077)",children:o.jsx("circle",{cx:"753",cy:"315",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.1",filter:"url(#filter100_d_5167_51077)",children:o.jsx("circle",{cx:"177",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.1",filter:"url(#filter101_d_5167_51077)",children:o.jsx("circle",{cx:"241",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter102_d_5167_51077)",children:o.jsx("circle",{cx:"305",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter103_d_5167_51077)",children:o.jsx("circle",{cx:"369",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter104_d_5167_51077)",children:o.jsx("circle",{cx:"433",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter105_d_5167_51077)",children:o.jsx("circle",{cx:"497",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter106_d_5167_51077)",children:o.jsx("circle",{cx:"561",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter107_d_5167_51077)",children:o.jsx("circle",{cx:"625",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter108_d_5167_51077)",children:o.jsx("circle",{cx:"689",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter109_d_5167_51077)",children:o.jsx("circle",{cx:"753",cy:"379",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.1",filter:"url(#filter110_d_5167_51077)",children:o.jsx("circle",{cx:"177",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.1",filter:"url(#filter111_d_5167_51077)",children:o.jsx("circle",{cx:"241",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter112_d_5167_51077)",children:o.jsx("circle",{cx:"305",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter113_d_5167_51077)",children:o.jsx("circle",{cx:"369",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter114_d_5167_51077)",children:o.jsx("circle",{cx:"433",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter115_d_5167_51077)",children:o.jsx("circle",{cx:"497",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter116_d_5167_51077)",children:o.jsx("circle",{cx:"561",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter117_d_5167_51077)",children:o.jsx("circle",{cx:"625",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter118_d_5167_51077)",children:o.jsx("circle",{cx:"689",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter119_d_5167_51077)",children:o.jsx("circle",{cx:"753",cy:"443",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.1",filter:"url(#filter120_d_5167_51077)",children:o.jsx("circle",{cx:"177",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.1",filter:"url(#filter121_d_5167_51077)",children:o.jsx("circle",{cx:"241",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter122_d_5167_51077)",children:o.jsx("circle",{cx:"305",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter123_d_5167_51077)",children:o.jsx("circle",{cx:"369",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter124_d_5167_51077)",children:o.jsx("circle",{cx:"433",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter125_d_5167_51077)",children:o.jsx("circle",{cx:"497",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter126_d_5167_51077)",children:o.jsx("circle",{cx:"561",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter127_d_5167_51077)",children:o.jsx("circle",{cx:"625",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter128_d_5167_51077)",children:o.jsx("circle",{cx:"689",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter129_d_5167_51077)",children:o.jsx("circle",{cx:"753",cy:"507",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.1",filter:"url(#filter130_d_5167_51077)",children:o.jsx("circle",{cx:"177",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.1",filter:"url(#filter131_d_5167_51077)",children:o.jsx("circle",{cx:"241",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter132_d_5167_51077)",children:o.jsx("circle",{cx:"305",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.2",filter:"url(#filter133_d_5167_51077)",children:o.jsx("circle",{cx:"369",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter134_d_5167_51077)",children:o.jsx("circle",{cx:"433",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.3",filter:"url(#filter135_d_5167_51077)",children:o.jsx("circle",{cx:"497",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter136_d_5167_51077)",children:o.jsx("circle",{cx:"561",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.4",filter:"url(#filter137_d_5167_51077)",children:o.jsx("circle",{cx:"625",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter138_d_5167_51077)",children:o.jsx("circle",{cx:"689",cy:"571",r:"16",fill:"#D9D9D9"})}),o.jsx("g",{opacity:"0.5",filter:"url(#filter139_d_5167_51077)",children:o.jsx("circle",{cx:"753",cy:"571",r:"16",fill:"#D9D9D9"})})]}),o.jsxs("defs",{children:[o.jsxs("filter",{id:"filter0_i_5167_51077",x:"801",y:"171",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter1_i_5167_51077",x:"865",y:"171",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter2_i_5167_51077",x:"929",y:"171",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter3_i_5167_51077",x:"993",y:"171",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter4_i_5167_51077",x:"1057",y:"171",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter5_i_5167_51077",x:"1121",y:"171",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter6_i_5167_51077",x:"1185",y:"171",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter7_i_5167_51077",x:"1249",y:"171",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter8_i_5167_51077",x:"1313",y:"171",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter9_i_5167_51077",x:"1377",y:"171",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter10_i_5167_51077",x:"801",y:"235",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter11_i_5167_51077",x:"865",y:"235",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter12_i_5167_51077",x:"929",y:"235",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter13_i_5167_51077",x:"993",y:"235",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter14_i_5167_51077",x:"1057",y:"235",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter15_i_5167_51077",x:"1121",y:"235",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter16_i_5167_51077",x:"1185",y:"235",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter17_i_5167_51077",x:"1249",y:"235",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter18_i_5167_51077",x:"1313",y:"235",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter19_i_5167_51077",x:"1377",y:"235",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter20_i_5167_51077",x:"801",y:"299",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter21_i_5167_51077",x:"865",y:"299",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter22_i_5167_51077",x:"929",y:"299",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter23_i_5167_51077",x:"993",y:"299",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter24_i_5167_51077",x:"1057",y:"299",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter25_i_5167_51077",x:"1121",y:"299",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter26_i_5167_51077",x:"1185",y:"299",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter27_i_5167_51077",x:"1249",y:"299",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter28_i_5167_51077",x:"1313",y:"299",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter29_i_5167_51077",x:"1377",y:"299",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter30_i_5167_51077",x:"801",y:"363",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter31_i_5167_51077",x:"865",y:"363",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter32_i_5167_51077",x:"929",y:"363",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter33_i_5167_51077",x:"993",y:"363",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter34_i_5167_51077",x:"1057",y:"363",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter35_i_5167_51077",x:"1121",y:"363",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter36_i_5167_51077",x:"1185",y:"363",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter37_i_5167_51077",x:"1249",y:"363",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter38_i_5167_51077",x:"1313",y:"363",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter39_i_5167_51077",x:"1377",y:"363",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter40_i_5167_51077",x:"801",y:"427",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter41_i_5167_51077",x:"865",y:"427",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter42_i_5167_51077",x:"929",y:"427",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter43_i_5167_51077",x:"993",y:"427",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter44_i_5167_51077",x:"1057",y:"427",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter45_i_5167_51077",x:"1121",y:"427",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter46_i_5167_51077",x:"1185",y:"427",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter47_i_5167_51077",x:"1249",y:"427",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter48_i_5167_51077",x:"1313",y:"427",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter49_i_5167_51077",x:"1377",y:"427",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter50_i_5167_51077",x:"801",y:"491",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter51_i_5167_51077",x:"865",y:"491",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter52_i_5167_51077",x:"929",y:"491",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter53_i_5167_51077",x:"993",y:"491",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter54_i_5167_51077",x:"1057",y:"491",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter55_i_5167_51077",x:"1121",y:"491",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter56_i_5167_51077",x:"1185",y:"491",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter57_i_5167_51077",x:"1249",y:"491",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter58_i_5167_51077",x:"1313",y:"491",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter59_i_5167_51077",x:"1377",y:"491",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter60_i_5167_51077",x:"801",y:"555",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter61_i_5167_51077",x:"865",y:"555",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter62_i_5167_51077",x:"929",y:"555",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter63_i_5167_51077",x:"993",y:"555",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter64_i_5167_51077",x:"1057",y:"555",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter65_i_5167_51077",x:"1121",y:"555",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter66_i_5167_51077",x:"1185",y:"555",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter67_i_5167_51077",x:"1249",y:"555",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter68_i_5167_51077",x:"1313",y:"555",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter69_i_5167_51077",x:"1377",y:"555",width:"32",height:"36",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_5167_51077"})]}),o.jsxs("filter",{id:"filter70_d_5167_51077",x:"157",y:"171",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter71_d_5167_51077",x:"221",y:"171",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter72_d_5167_51077",x:"285",y:"171",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter73_d_5167_51077",x:"349",y:"171",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter74_d_5167_51077",x:"413",y:"171",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter75_d_5167_51077",x:"477",y:"171",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter76_d_5167_51077",x:"541",y:"171",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter77_d_5167_51077",x:"605",y:"171",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter78_d_5167_51077",x:"669",y:"171",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter79_d_5167_51077",x:"733",y:"171",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter80_d_5167_51077",x:"157",y:"235",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter81_d_5167_51077",x:"221",y:"235",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter82_d_5167_51077",x:"285",y:"235",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter83_d_5167_51077",x:"349",y:"235",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter84_d_5167_51077",x:"413",y:"235",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter85_d_5167_51077",x:"477",y:"235",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter86_d_5167_51077",x:"541",y:"235",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter87_d_5167_51077",x:"605",y:"235",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter88_d_5167_51077",x:"669",y:"235",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter89_d_5167_51077",x:"733",y:"235",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter90_d_5167_51077",x:"157",y:"299",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter91_d_5167_51077",x:"221",y:"299",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter92_d_5167_51077",x:"285",y:"299",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter93_d_5167_51077",x:"349",y:"299",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter94_d_5167_51077",x:"413",y:"299",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter95_d_5167_51077",x:"477",y:"299",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter96_d_5167_51077",x:"541",y:"299",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter97_d_5167_51077",x:"605",y:"299",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter98_d_5167_51077",x:"669",y:"299",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter99_d_5167_51077",x:"733",y:"299",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter100_d_5167_51077",x:"157",y:"363",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter101_d_5167_51077",x:"221",y:"363",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter102_d_5167_51077",x:"285",y:"363",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter103_d_5167_51077",x:"349",y:"363",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter104_d_5167_51077",x:"413",y:"363",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter105_d_5167_51077",x:"477",y:"363",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter106_d_5167_51077",x:"541",y:"363",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter107_d_5167_51077",x:"605",y:"363",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter108_d_5167_51077",x:"669",y:"363",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter109_d_5167_51077",x:"733",y:"363",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter110_d_5167_51077",x:"157",y:"427",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter111_d_5167_51077",x:"221",y:"427",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter112_d_5167_51077",x:"285",y:"427",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter113_d_5167_51077",x:"349",y:"427",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter114_d_5167_51077",x:"413",y:"427",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter115_d_5167_51077",x:"477",y:"427",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter116_d_5167_51077",x:"541",y:"427",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter117_d_5167_51077",x:"605",y:"427",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter118_d_5167_51077",x:"669",y:"427",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter119_d_5167_51077",x:"733",y:"427",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter120_d_5167_51077",x:"157",y:"491",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter121_d_5167_51077",x:"221",y:"491",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter122_d_5167_51077",x:"285",y:"491",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter123_d_5167_51077",x:"349",y:"491",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter124_d_5167_51077",x:"413",y:"491",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter125_d_5167_51077",x:"477",y:"491",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter126_d_5167_51077",x:"541",y:"491",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter127_d_5167_51077",x:"605",y:"491",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter128_d_5167_51077",x:"669",y:"491",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter129_d_5167_51077",x:"733",y:"491",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter130_d_5167_51077",x:"157",y:"555",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter131_d_5167_51077",x:"221",y:"555",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter132_d_5167_51077",x:"285",y:"555",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter133_d_5167_51077",x:"349",y:"555",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter134_d_5167_51077",x:"413",y:"555",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter135_d_5167_51077",x:"477",y:"555",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter136_d_5167_51077",x:"541",y:"555",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter137_d_5167_51077",x:"605",y:"555",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter138_d_5167_51077",x:"669",y:"555",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsxs("filter",{id:"filter139_d_5167_51077",x:"733",y:"555",width:"40",height:"40",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[o.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),o.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),o.jsx("feOffset",{dy:"4"}),o.jsx("feGaussianBlur",{stdDeviation:"2"}),o.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),o.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),o.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_5167_51077"}),o.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_5167_51077",result:"shape"})]}),o.jsx("pattern",{id:"pattern0",patternContentUnits:"objectBoundingBox",width:"1",height:"1",children:o.jsx("use",{xlinkHref:"#image0_5167_51077",transform:"matrix(0.00370546 0 0 0.00370175 -0.735015 -0.195175)"})}),o.jsxs("linearGradient",{id:"paint0_linear_5167_51077",x1:"591",y1:"559",x2:"591",y2:"50",gradientUnits:"userSpaceOnUse",children:[o.jsx("stop",{offset:"0.822917","stop-color":"#C1C1C1"}),o.jsx("stop",{offset:"1","stop-color":"#C1C1C1","stop-opacity":"0"})]}),o.jsx("image",{id:"image0_5167_51077",width:"666",height:"375",xlinkHref:"data:image/png;base64,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IAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgECNBP4fTpbRmbeqceAAAAAASUVORK5CYII="})]})]}),OO=()=>{const[e,r]=P.useState(d3),[i,u]=P.useState("32"),[c,f]=P.useState("illustrations"),v=()=>{f("illustrations"),r(d3),u("32")},x=()=>{r(FO),f("icons"),u("2")},b={buttonDefault:"h-6 px-4 sm:h-10 sm:px-7 rounded text-xs sm:text-base border hover:bg-blue-dark-hover hover:border-blue-dark-hover hover:text-white focus:border-blue-dark-focused focus:bg-blue-dark-focused focus:text-white",buttonActive:"border-blue-dark bg-blue-dark text-white",buttonInactive:"border-grey-dark bg-white text-grey-dark"};return o.jsxs("div",{className:"relative flex flex-col",children:[o.jsxs("div",{className:"relative z-0",style:{minHeight:"300px"},children:[o.jsxs("div",{className:"absolute top-5 sm:top-8 md:top-10 lg:top-16 xl:top-22 left-0 right-0 z-10 flex flex-col items-center justify-around sm:flex-row sm:items-start pl-16 pr-8",children:[o.jsxs("div",{className:"flex-column text-center sm:text-left w-full sm:w-1/2 md:w-1/2",children:[o.jsx("h3",{className:"font-bold mt-3 mb-2 md:mb-3 text-2xl sm:text-3xl md:text-4xl lg:text-5xl xl:text-6xl",children:"Credits"}),o.jsx("p",{className:"mt-2 md:mt-3 text-xs sm:text-sm md:text-base lg:text-lg xl:text-2xl",children:"Thank you to all of the artists and sponsors who help make our projects successful. Check out all of the illustrations and iconography we have used on our site."})]}),o.jsx("img",{className:"w-1/2 md:w-2/5 md:mx-2 md:mr-4",src:p7,alt:"High Five Illustration"})]}),o.jsx("div",{className:"flex-none w-full h-24 sm:h-8 bg-tan-bg"}),o.jsx(RO,{className:"flex-none w-full"})]}),o.jsxs("div",{className:"flex-1 bg-white4",children:[o.jsxs("div",{className:"my-4 py-6 px-16 md:px-24 lg:px-32",children:[o.jsx("h1",{className:"text-xl sm:text-2xl md:text-3xl lg:text-4xl xl:text-5xl font-bold",children:"Illustrations & Icongraphy"}),o.jsx("div",{className:"my-5",children:o.jsxs("div",{children:[o.jsx("button",{className:` - ${b.buttonDefault} - ${c==="illustrations"?b.buttonActive:b.buttonInactive} - mr-4`,onClick:v,children:"Illustrations"}),o.jsx("button",{className:` - ${b.buttonDefault} - ${c==="icons"?b.buttonActive:b.buttonInactive}`,onClick:x,children:"Iconography"})]})})]}),o.jsx("div",{className:"grid grid-cols-1 sm:grid-cols-2 content-center md:grid-cols-3 gap-x-8 md:gap-x-8 gap-y-10 lg:gap-x-12 xl:gap-x-20 place-items-stretch mx-auto px-8 sm:px-0 w-full xs:w-10/12 sm:w-4/5 md:w-4/5 ",children:e.map(_=>o.jsx(BO,{name:_.name,usedIn:_.usedIn,provider:_.provider,imgSrc:_.imgSrc,imgStyleClasses:`${c==="icons"?"w-1/6":"w-2/3"} h-auto place-self-center`,imgContainerStyleClasses:`${c==="illustrations"?"bg-grey-light":"bg-tan-light"} - w-24 h-24 sm:w-36 sm:h-36 md:w-36 md:w-36 md:h-36 lg:w-44 lg:h-44 rounded-full grid - `,learnMoreLink:_.link},_.id))})]}),o.jsxs("div",{className:"relative",style:{minHeight:"200px"},children:[o.jsxs("div",{className:"absolute bottom-5 sm:bottom-1/4 left-0 right-0 z-10 flex flex-col items-center justify-center sm:flex-row sm:items-center",children:[o.jsx("img",{className:"flex-column mb-0 mr-2 w-8 sm:w-16 md:w-24 md:mb-2 md:mr-4 lg:w-32",src:xO,alt:"Hack for LA logo"}),o.jsxs("div",{className:"flex-column text-center sm:text-left",children:[o.jsx("h3",{className:"font-semi-bold mb-1 sm:text-lg md:mb-3 md:text-2xl lg:text-3xl",children:"Join us!"}),o.jsxs("p",{className:"text-xs sm:text-sm md:text-base lg:text-lg",children:["Civic Tech Jobs is one of the many projects at"," ",o.jsx("a",{className:"links",href:"https://www.hackforla.org/",children:"Hack for LA"}),",",o.jsx("br",{}),"Code for America's Los Angeles chapter."]})]})]}),o.jsx(IO,{className:"flex-none md:w-full relative"})]})]})};function St(...e){return e.filter(r=>typeof r=="string").join(" ")}function m7(e,...r){return i=>{r.includes(i.key)&&(i.preventDefault(),e(i))}}function TO(e,r,i=1){return Array.from({length:(r-e)/i+1},(u,c)=>e+c*i)}function Bc({size:e="sm",color:r="primary",length:i="",rel:u="noopener noreferrer",...c}){const f="href"in c?"a":"button";return o.jsx(f,{className:St("btn",`btn-${e}`,`btn-${r}`,i&&`btn-${e}-${i}`,c.disabled&&"disabled",c.addClass),href:c.href,target:c.href?c.target:void 0,rel:c.href?u:void 0,onClick:c.onClick,children:c.children})}function vp(e){return o.jsx("div",{className:St("icon-btn",e.addClass),onClick:e.onClick,onKeyDown:r=>m7(e.onClick,"Enter")(r),role:"button","aria-label":e.label,tabIndex:0,children:o.jsx("img",{src:e.iconUrl,alt:""})})}function g7({...e}){return o.jsx("div",{className:St("card",e.addClass),children:e.children})}function MO({size:e="sm",...r}){return o.jsx("div",{className:St("circle-card",`circle-card-${e}`,r.onClick&&"circle-card-button",r.addClass),onClick:r.onClick,onKeyDown:r.onClick&&m7(r.onClick,"Enter"),role:r.role,children:o.jsx("div",{className:"circle-card-content align-center justify-center",children:r.children})})}var v7={exports:{}},PO="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",NO=PO,LO=NO;function y7(){}function x7(){}x7.resetWarningCache=y7;var UO=function(){function e(u,c,f,v,x,b){if(b!==LO){var _=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw _.name="Invariant Violation",_}}e.isRequired=e;function r(){return e}var i={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:r,element:e,elementType:e,instanceOf:r,node:e,objectOf:r,oneOf:r,oneOfType:r,shape:r,exact:r,checkPropTypes:x7,resetWarningCache:y7};return i.PropTypes=i,i};v7.exports=UO();var zO=v7.exports;const bu=v0(zO);bu.string,bu.bool,bu.number.isRequired,bu.number.isRequired;function d0(){return d0=Object.assign?Object.assign.bind():function(e){for(var r=1;r=0)&&(i[c]=e[c]);return i}function f0(e,r){return f0=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(u,c){return u.__proto__=c,u},f0(e,r)}function w7(e,r){e.prototype=Object.create(r.prototype),e.prototype.constructor=e,f0(e,r)}function VO(e,r){return e.classList?!!r&&e.classList.contains(r):(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+r+" ")!==-1}function HO(e,r){e.classList?e.classList.add(r):VO(e,r)||(typeof e.className=="string"?e.className=e.className+" "+r:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+r))}function f3(e,r){return e.replace(new RegExp("(^|\\s)"+r+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function GO(e,r){e.classList?e.classList.remove(r):typeof e.className=="string"?e.className=f3(e.className,r):e.setAttribute("class",f3(e.className&&e.className.baseVal||"",r))}const p3={disabled:!1},C7=Pt.createContext(null);var _7=function(r){return r.scrollTop},Cl="unmounted",ni="exited",ai="entering",Yi="entered",p0="exiting",fa=function(e){w7(r,e);function r(u,c){var f;f=e.call(this,u,c)||this;var v=c,x=v&&!v.isMounting?u.enter:u.appear,b;return f.appearStatus=null,u.in?x?(b=ni,f.appearStatus=ai):b=Yi:u.unmountOnExit||u.mountOnEnter?b=Cl:b=ni,f.state={status:b},f.nextCallback=null,f}r.getDerivedStateFromProps=function(c,f){var v=c.in;return v&&f.status===Cl?{status:ni}:null};var i=r.prototype;return i.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},i.componentDidUpdate=function(c){var f=null;if(c!==this.props){var v=this.state.status;this.props.in?v!==ai&&v!==Yi&&(f=ai):(v===ai||v===Yi)&&(f=p0)}this.updateStatus(!1,f)},i.componentWillUnmount=function(){this.cancelNextCallback()},i.getTimeouts=function(){var c=this.props.timeout,f,v,x;return f=v=x=c,c!=null&&typeof c!="number"&&(f=c.exit,v=c.enter,x=c.appear!==void 0?c.appear:v),{exit:f,enter:v,appear:x}},i.updateStatus=function(c,f){if(c===void 0&&(c=!1),f!==null)if(this.cancelNextCallback(),f===ai){if(this.props.unmountOnExit||this.props.mountOnEnter){var v=this.props.nodeRef?this.props.nodeRef.current:xu.findDOMNode(this);v&&_7(v)}this.performEnter(c)}else this.performExit();else this.props.unmountOnExit&&this.state.status===ni&&this.setState({status:Cl})},i.performEnter=function(c){var f=this,v=this.props.enter,x=this.context?this.context.isMounting:c,b=this.props.nodeRef?[x]:[xu.findDOMNode(this),x],_=b[0],S=b[1],k=this.getTimeouts(),F=x?k.appear:k.enter;if(!c&&!v||p3.disabled){this.safeSetState({status:Yi},function(){f.props.onEntered(_)});return}this.props.onEnter(_,S),this.safeSetState({status:ai},function(){f.props.onEntering(_,S),f.onTransitionEnd(F,function(){f.safeSetState({status:Yi},function(){f.props.onEntered(_,S)})})})},i.performExit=function(){var c=this,f=this.props.exit,v=this.getTimeouts(),x=this.props.nodeRef?void 0:xu.findDOMNode(this);if(!f||p3.disabled){this.safeSetState({status:ni},function(){c.props.onExited(x)});return}this.props.onExit(x),this.safeSetState({status:p0},function(){c.props.onExiting(x),c.onTransitionEnd(v.exit,function(){c.safeSetState({status:ni},function(){c.props.onExited(x)})})})},i.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},i.safeSetState=function(c,f){f=this.setNextCallback(f),this.setState(c,f)},i.setNextCallback=function(c){var f=this,v=!0;return this.nextCallback=function(x){v&&(v=!1,f.nextCallback=null,c(x))},this.nextCallback.cancel=function(){v=!1},this.nextCallback},i.onTransitionEnd=function(c,f){this.setNextCallback(f);var v=this.props.nodeRef?this.props.nodeRef.current:xu.findDOMNode(this),x=c==null&&!this.props.addEndListener;if(!v||x){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var b=this.props.nodeRef?[this.nextCallback]:[v,this.nextCallback],_=b[0],S=b[1];this.props.addEndListener(_,S)}c!=null&&setTimeout(this.nextCallback,c)},i.render=function(){var c=this.state.status;if(c===Cl)return null;var f=this.props,v=f.children;f.in,f.mountOnEnter,f.unmountOnExit,f.appear,f.enter,f.exit,f.timeout,f.addEndListener,f.onEnter,f.onEntering,f.onEntered,f.onExit,f.onExiting,f.onExited,f.nodeRef;var x=b7(f,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return Pt.createElement(C7.Provider,{value:null},typeof v=="function"?v(c,x):Pt.cloneElement(Pt.Children.only(v),x))},r}(Pt.Component);fa.contextType=C7;fa.propTypes={};function Ji(){}fa.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:Ji,onEntering:Ji,onEntered:Ji,onExit:Ji,onExiting:Ji,onExited:Ji};fa.UNMOUNTED=Cl;fa.EXITED=ni;fa.ENTERING=ai;fa.ENTERED=Yi;fa.EXITING=p0;const qO=fa;var QO=function(r,i){return r&&i&&i.split(" ").forEach(function(u){return HO(r,u)})},of=function(r,i){return r&&i&&i.split(" ").forEach(function(u){return GO(r,u)})},yp=function(e){w7(r,e);function r(){for(var u,c=arguments.length,f=new Array(c),v=0;v{if(i){const x=Math.abs(window.innerWidth-document.documentElement.clientWidth);document.body.style.paddingRight=`${x}px`,document.body.style.overflow="hidden"}else document.body.style.removeProperty("padding-right"),document.body.style.overflow="auto"},[i]),P.useEffect(()=>{e&&u(!0)});function v(x){x.target===c.current&&r.onClose()}return o.jsx("div",{className:St("dialog-backdrop",!i&&"hidden",r.addClass),ref:c,onClick:v,role:"presentation",children:o.jsx(xp,{in:e,classNames:"dialog",timeout:400,unmountOnExit:!0,onEnter:()=>u(!0),onExited:()=>{u(!1)},nodeRef:f,children:o.jsx("div",{className:St(r.addClass),role:"dialog","aria-label":r.ariaLabel,tabIndex:-1,ref:f,children:r.children})})})}function gl({defaultChecked:e=!1,disabled:r=!1,labelHidden:i=!1,...u}){const c="#C1C1C1",f="#3450A1",v="#585858",x=P.useId(),b=P.useRef(null),_=P.useRef(null),[S,k]=P.useState(e);P.useLayoutEffect(()=>{b.current&&(b.current.checked=S)},[S]);function F(W){r||k(W.target.checked),u.onChange&&u.onChange(W)}return o.jsxs("div",{className:St("checkbox",u.addClass),children:[o.jsx("input",{className:St("checkbox-input","sr-only",u.addClass),id:x,type:"checkbox",defaultChecked:e,disabled:r,ref:b,onChange:F}),o.jsxs("label",{className:St("checkbox-label",r&&"checkbox-disabled"),htmlFor:x,children:[o.jsx(xp,{in:S,classNames:"checkbox-icon",timeout:300,nodeRef:_,children:o.jsx("span",{className:"checkbox-icon",ref:_,children:S?o.jsx(nO,{height:"24",width:"24",fill:r?c:f,stroke:r?c:f,viewBox:"0 0 24 24","aria-hidden":"true"}):o.jsx(aO,{height:"24",width:"24",fill:"#fff",stroke:r?c:v,viewBox:"0 0 24 24","aria-hidden":"true"})})}),o.jsx("span",{className:St(i&&"sr-only"),children:u.label})]})]})}function h3({addClass:e,checked:r=!1,onClick:i,value:u,variant:c="single"}){const[f,v]=P.useState(r);P.useEffect(()=>{v(r)},[r]);function x(){i&&i(!f,u),v(!f)}function b(){return f?o.jsx("img",{src:dO,alt:"Checkmark",className:"pr-1","aria-hidden":"true"}):o.jsx("img",{src:s7,alt:"Plus sign",className:"pr-1","aria-hidden":"true"})}return o.jsxs("button",{onClick:x,className:St(`${c}-chip`,"px-4","paragraph-3",f&&"active",e),role:"checkbox","aria-checked":f,children:[c=="multi"&&o.jsx(b,{}),u]})}function ZO({iconPosition:e="left",labelHidden:r=!1,...i}){return o.jsxs("div",{className:St(i.addClass),ref:i.passRef,children:[o.jsx("label",{className:St("title-6","mb-1",r&&"sr-only"),htmlFor:i.id,children:i.label}),o.jsxs("div",{className:"flex-center-y",children:[e=="left"&&i.icon&&o.jsx("span",{className:`input-icon-${e}`,children:o.jsx(i.icon,{})}),i.children,e=="right"&&i.icon&&o.jsx("span",{className:`input-icon-${e}`,children:o.jsx(i.icon,{})})]})]})}function _a({iconPosition:e="left",labelHidden:r=!1,type:i="text",...u}){const c=P.useId();return o.jsx(ZO,{addClass:u.addClass,icon:u.icon,id:c,iconPosition:e,label:u.label,labelHidden:r,children:o.jsx("input",{id:c,type:i,className:St(u.icon?`textfield-${e=="left"?"right":"left"}`:"textfield",u.addInputClass),onChange:f=>{u.onChange&&u.onChange(f)},placeholder:u.placeholder})})}const JO=[{name:"Credits",link:"/credits"},{name:"Sitemap",link:"/"},{name:"Join Us",link:"/"}];function XO(){const e=()=>o.jsxs("a",{className:"footer-icons-on-dark",href:"/",rel:"noopener noreferrer",children:[o.jsx("img",{className:"logo-desktop-footer",src:vO,alt:"Civic Tech Jobs - Home"}),o.jsx("img",{className:"logo-mobile-footer",src:yO,alt:"Civic Tech Jobs - Home"})]});return o.jsxs("footer",{className:"footer-nav flex-container",children:[o.jsx(e,{}),o.jsx("nav",{className:"footer-menu flex-container","aria-label":"footer-navigation",children:JO.map((r,i)=>o.jsxs(P.Fragment,{children:[o.jsx("div",{className:"footer-menu-vertical-line"}),o.jsx("a",{className:"footer-links",href:r.link,rel:"noopener noreferrer",children:r.name})]},i))}),o.jsx("div",{className:"footer-donate-button flex-container",children:o.jsx(Bc,{color:"primary-dark",href:"https://www.hackforla.org/donate/",size:"sm",children:"Donate"})})]})}function YO({labelHidden:e=!0,max:r=2,value:i=1,...u}){const c=P.useId();return o.jsxs(P.Fragment,{children:[o.jsx("label",{id:c,className:St(e&&"sr-only"),children:u.label}),o.jsx("div",{className:St("flex-container","progress-bar",u.addClass),role:"progressbar","aria-labelledby":c,"aria-valuemin":1,"aria-valuemax":r,"aria-valuenow":i,children:TO(1,r).map((f,v)=>o.jsx("div",{className:St(`progress-bar-${r}`,f<=i&&"active")},v))})]})}function lf({autoHidden:e=!1,closable:r=!1,fade:i=!1,role:u="status",show:c=!0,...f}){const[v,x]=P.useState(!1),[b,_]=P.useState(c);P.useEffect(()=>{_(c),c||x(!0)},[c]);const S=()=>{function F(){e||i?_(!1):x(!0)}return o.jsx(vp,{addClass:"notification-x",iconUrl:Fc,label:"close",onClick:()=>{F()}})},k=()=>o.jsxs("div",{className:St("flex-center-x","align-center","notification",v&&"hidden"),"aria-hidden":v,role:u,children:[r&&o.jsx(S,{}),o.jsx("div",{className:"paragraph-3 text-center",children:f.children})]});return i||e?o.jsx(KO,{show:b,autoExit:e,children:o.jsx(k,{})}):o.jsx(k,{})}const KO=({autoExit:e=!1,show:r=!0,...i})=>{const[u,c]=P.useState(r),f=P.useRef(null),v=500;return P.useEffect(()=>{c(r)},[r]),o.jsx(xp,{in:u,nodeRef:f,classNames:"fade",timeout:1e3,unmountOnExit:!0,appear:!0,onEntered:()=>{e&&window.setTimeout(()=>{c(!1)},v)},onExited:()=>{i.onExited&&i.onExited()},children:o.jsx("div",{ref:f,children:i.children})})};function $O(e){const[r,i]=Pt.useState(!0),[u,c]=Pt.useState(!1),[f,v]=Pt.useState(0),x=P.useRef(null),b=P.useCallback(S=>{const{scrollLeft:k,scrollWidth:F,clientWidth:W}=S.currentTarget,q=F-W-1;c(k!==0),i(k{if(x.current){const{children:k}=x.current;S==="right"?(x.current.scrollBy({left:k[f].scrollWidth,behavior:"smooth"}),v(f+1)):S==="left"&&(r?x.current.scrollBy({left:-k[f-1].scrollWidth,behavior:"smooth"}):x.current.scrollBy({left:-1,behavior:"smooth"}),v(f-1))}};return o.jsxs("div",{className:"chevron-scroll-outer-container",children:[o.jsx("button",{className:St("chevron-scroll-left-btn","align-center","justify-center","row",u?void 0:"hidden"),onClick:()=>_("left"),"aria-label":"Scroll left",children:o.jsx(uO,{})}),o.jsx("div",{ref:x,onScroll:b,className:"chevron-scroll-child-container",children:e.children}),o.jsx("button",{className:St("chevron-scroll-right-btn","align-center","row",r?void 0:"hidden"),onClick:()=>_("right"),"aria-label":"Scroll right",children:o.jsx(cO,{})}),o.jsx("button",{className:"chevron-scroll-clear-btn",children:"Clear all"})]})}function eT(){function e(i){console.log(i.target.value)}function r(i){console.log(i.target.checked)}return o.jsxs(P.Fragment,{children:[o.jsxs(lf,{closable:!0,fade:!0,children:["This is a limited view. Please"," ",o.jsx("a",{href:"https://www.hackforla.org/getting-started",rel:"noopener noreferrer",children:"attend onboarding"})," ","with Hack for LA or log in to see full opportunities."]}),o.jsx("br",{}),o.jsxs(lf,{closable:!0,children:["This is a limited view. Please"," ",o.jsx("a",{href:"https://www.hackforla.org/getting-started",rel:"noopener noreferrer",children:"attend onboarding"})," ","with Hack for LA or log in to see full opportunities."]}),o.jsx("br",{}),o.jsxs(lf,{autoHidden:!0,children:["This is a limited view. Please"," ",o.jsx("a",{href:"https://www.hackforla.org/getting-started",rel:"noopener noreferrer",children:"attend onboarding"})," ","with Hack for LA or log in to see full opportunities."]}),o.jsx("br",{}),o.jsx("div",{className:"m-5"}),o.jsxs("div",{className:"m-5",children:[o.jsx("h1",{children:"Hello World! Feel free to use this page as a playground to test code!"}),o.jsx("h2",{children:"Chevron Scroll"}),o.jsx($O,{children:["Roles","Availability","Experience Level","Program Areas","Languages/Technologies","Location"].map((i,u)=>o.jsxs("button",{value:i,className:"demo-chevron-scroll-btn",children:[i," ",o.jsx(iO,{className:"ml-2 mr-1"})]},u))}),o.jsxs("div",{style:{width:"720px"},children:[o.jsx("h2",{children:"Single Chips"}),o.jsx("div",{style:{width:"500px"},children:["Designer","Engineer","Researcher","PM"].map((i,u)=>o.jsx(h3,{addClass:St("mr-3",u>=2&&"fill"),onChange:(c,f)=>{console.log(`${f} was ${c?"selected":"deselected"}`)},value:i},u))}),o.jsx("h2",{children:"Multi Chips"}),o.jsx("div",{children:["Designer","Engineer","Researcher","PM"].map((i,u)=>o.jsx(h3,{variant:"multi",addClass:"mr-3",onChange:(c,f)=>{console.log(`${f} was ${c?"selected":"deselected"}`)},value:i},u))}),o.jsx("h2",{children:"Checkboxes"}),o.jsx(gl,{label:"Enabled selected",defaultChecked:!0}),o.jsx(gl,{label:"Enabled unselected"}),o.jsx(gl,{label:"Disabled selected",defaultChecked:!0,disabled:!0}),o.jsx(gl,{label:"Disabled unselected",disabled:!0}),o.jsx(gl,{label:"Enabled selected",defaultChecked:!0,labelHidden:!0,onChange:r}),o.jsx("h2",{children:"Textfields"}),o.jsx(_a,{type:"email",label:"Login",placeholder:"email here",onChange:e,addClass:"m-1"}),o.jsx(_a,{type:"password",label:"Password",addClass:"m-1",icon:tT,iconPosition:"right"}),o.jsx(_a,{type:"date",label:"What is today's date?",addClass:"m-1"}),o.jsx(_a,{type:"number",label:"How old are you?",addClass:"m-1"}),o.jsx(_a,{type:"search",label:"Search",addClass:"m-1",icon:sO}),o.jsx(_a,{type:"tel",label:"What is your number?",addClass:"m-1"}),o.jsx(_a,{type:"time",label:"What is the current time?",addClass:"m-1",addInputClass:"textfield-fit"}),o.jsx(_a,{type:"url",label:"Personal website",addClass:"m-1"})]})]})]})}function tT(){const[e,r]=P.useState(!0);function i(){r(!e)}return o.jsx("button",{onClick:i,style:{border:"none",backgroundColor:"#fff"},children:e?o.jsx(o7,{}):o.jsx(oO,{})})}const rT=()=>o.jsxs("div",{className:"container p-6",children:[o.jsx("h2",{children:"Tailwind Styled Components"}),o.jsx("a",{className:"underline",href:"https://tailwindcss.com/docs/installation",children:"Docs"}),o.jsx("br",{}),o.jsx("a",{className:"font-medium text-blue-600 dark:text-blue-500 hover:underline",href:"https://v1.tailwindcss.com/components/buttons",children:"Buttons"}),o.jsx("br",{}),o.jsxs("div",{className:"m-3 flex flex-wrap",children:[o.jsx("button",{className:"h-8 px-3 rounded text-base font-bold leading-extra-tight bg-blue-dark hover:bg-blue-dark-hover hover:shadow-lg focus:bg-blue-dark-focused text-white ",children:"Small"}),o.jsx("button",{className:"h-10 px-5 rounded text-base font-bold bg-blue-dark hover:bg-blue-dark-hover hover:shadow-lg focus:bg-blue-dark-focused text-white ",children:"Medium-Long"}),o.jsx("button",{className:"h-10 px-3 rounded text-base font-bold bg-blue-dark hover:bg-blue-dark-hover hover:shadow-lg focus:bg-blue-dark-focused text-white ",children:"Medium-Narrow"}),o.jsx("button",{className:"h-10 px-4 rounded text-base font-bold bg-blue-dark hover:bg-blue-dark-hover hover:shadow-lg focus:bg-blue-dark-focused text-white ",children:"Medium"}),o.jsx("button",{className:"h-14 px-6 rounded-large text-xl font-bold bg-blue-dark hover:bg-blue-dark-hover hover:shadow-lg focus:bg-blue-dark-focused text-white ",children:"Large"}),o.jsx("button",{className:"h-16 px-6 rounded-x-large text-2xl font-bold bg-blue-dark hover:bg-blue-dark-hover hover:shadow-lg focus:bg-blue-dark-focused text-white ",children:"X-Large-Long"})]}),o.jsxs("div",{className:"max-w-sm rounded overflow-hidden shadow-lg",children:[o.jsx("img",{className:"w-full",src:"https://images.pexels.com/photos/17021500/pexels-photo-17021500/free-photo-of-cat-looking-up.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2",alt:"Sunset in the mountains"}),o.jsxs("div",{className:"px-6 py-4",children:[o.jsx("div",{className:"font-bold text-xl mb-2",children:"Card"}),o.jsx("p",{className:"text-gray-700 text-base",children:"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatibus quia, nulla! Maiores et perferendis eaque, exercitationem praesentium nihil."})]}),o.jsxs("div",{className:"px-6 pt-4 pb-2",children:[o.jsx("span",{className:"inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 mr-2 mb-2",children:"#photography"}),o.jsx("span",{className:"inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 mr-2 mb-2",children:"#cat"}),o.jsx("span",{className:"inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 mr-2 mb-2",children:"#pet"})]})]}),o.jsx("img",{src:"https://cdn-icons-png.flaticon.com/128/1082/1082240.png",alt:""}),o.jsx("span",{children:"Testing whether img has display:block set by tailwind preflight"})]});function nT(){const e=r7();return o.jsx(P.Fragment,{children:o.jsx("main",{children:o.jsxs("div",{className:"not-found-container flex-container justify-between align-center gap-3",children:[o.jsxs("div",{className:"not-found-box",children:[o.jsx("h1",{className:"not-found-title mt-0 mb-3",children:"Page not found"}),o.jsx("p",{className:"not-found-paragraph mb-3",children:"We can't seem to find the page you're looking for. Try going back to the previous page."}),o.jsx(Bc,{length:"long",size:"lg",onClick:()=>e(-1),children:"Go Back"})]}),o.jsx("div",{children:o.jsx("img",{src:u7,alt:""})})]})})})}function aT(){return o.jsxs("div",{className:"my-10 flex flex-col",children:[o.jsxs("div",{className:"flex-grow flex flex-col align-center text-center",children:[o.jsxs("h1",{className:"px-10 text-3xl md:text-5xl font-bold md:leading-snug my-8",children:["Together,",o.jsx("br",{}),"we can create greater civic change"]}),o.jsx("p",{className:"w-4/5 md:w-1/2 text-xl md:text-2xl mb-10",children:"CivicTechJobs unites ambitious technology practitioners with volunteer opportunities from a central hub of listings to build digital products, programs, and services."}),o.jsx(Sc,{to:"qualifier/1",className:"h-min-12 px-14 py-3 mb-10 rounded-x-large text-xl font-bold bg-blue-dark hover:bg-blue-dark-hover hover:shadow-lg focus:bg-blue-dark-focused text-white",children:"Join us"}),o.jsx("div",{className:"w-full h-fit bg-cover bg-no-repeat flex items-center justify-center -z-20",style:{backgroundImage:`url(${_O})`},children:o.jsx("img",{className:"mt-[-10%] w-10/12 -z-10",src:AO,alt:""})})]}),o.jsxs("div",{className:"flex-grow flex flex-col align-center text-center bg-tan-light py-10",children:[o.jsx("img",{className:"arrow-down mb-6 md:hidden",src:h7,alt:"Arrow Down Icon"}),o.jsx("h2",{className:"text-2xl md:text-4xl font-bold leading-normal mb-8",children:"Our Mission"}),o.jsx("p",{className:"w-4/5 md:w-3/5 text-xl md:text-2xl",children:"We bring together civic-minded volunteers from diverse backgrounds such as YOU to help local communities and governments. Thanks to the power of our volunteers, we are able to positively impact the communities of Los Angeles region and beyond!"})]})]})}function iT({hidden:e=!0,size:r="sm",...i}){const[u,c]=P.useState(e);return P.useEffect(()=>{c(e)},[u]),o.jsxs(g7,{addClass:St(`cop-card-${r}`,i.addClass,u?"hidden":void 0),children:[o.jsx(vp,{addClass:`cop-card-${r}-x`,iconUrl:Fc,label:"close",onClick:i.onClick}),o.jsx("div",{className:`cop-card-${r}-content`,children:i.children})]})}function oT(e){return o.jsx(g7,{addClass:St("inner-cop-card",e.addClass),children:o.jsx("div",{className:"inner-cop-card-content",children:e.children})})}function lT({isActive:e=!1,...r}){const i="href"in r?"a":"button";return o.jsx(i,{className:St("inner-cop-nav-card",e?"active":void 0,r.addClass),onClick:r.onClick,children:r.children})}const A7=[{id:0,title:"UI/UX",icon:SO,description:"The User Interface/User Experience (UI/UX) Community of Practice (CoP) is a space for UI and UX designers and research professionals to share effective practices, and give and receive mentorship, set design and research standards, and to create guides for new projects. Recent meeting topics include how to create a professional online portfolio, a meet and greet with a Hack for LA alum who landed a job at Google, how to effectively network, and training in Figma.",roles:["UI/UX Designer","UX Researcher","UX Writing","UX Practice Lead"]},{id:1,title:"Engineering",icon:EO,description:"The Engineering Community of Practice (CoP) is a space for developers to share effective practices and set development standards and give and receive mentorship. Recent meeting topics include career advancement strategy workshops and “tech talks” with discussions on architecture paradigms, testing, and new technology.",roles:["Back End Developer","Front End Developer","Full Stack Developer","Engineering Practice Lead"]},{id:2,title:"Data Science",icon:DO,description:"The Data Science Community of Practice (CoP) is a space for data science professionals to discuss the current state of the field, share effective practices, give and receive mentorship, and to workshop projects. Recent meeting topics include reviewing popular tools for data analysis, using data science to improve Hack for LA workflows, and presenting research results to peers and leadership for feedback and mentoring.",roles:["Data Scientist","Data Analyst","Data Engineer","Data Science Practice Lead"]},{id:3,title:"Project/Product Management",icon:kO,description:"The Product Managers (PM) Community of Practice (CoP) is a space for product management professionals to share effective practices, and give and receive mentorship, set product management standards, and to create guides and templates for new projects. Recent meeting topics include a project management focused book club, discussing how to best manage knowledge and issues, and brainstorming solutions to various PM issues.",roles:["Product Manager","Project Manager","Business Analyst","Product Owner","Special Projects Coordinator","Product Management Practice Lead"]},{id:4,title:"DevOps",icon:jO,description:"The Operations (Ops) Community of Practice (CoP) is a space for operations professionals to discuss all areas of dev-ops, coordinate infrastructure improvement, and share effective practices, and give and receive mentorship. Recent meeting topics include improving AWS hosting, password vaults, and multi-tenant product architecture.",roles:["Site Reliability Engineer","Data Engineer","Database Architect","Security Engineer","DevOps Practice Lead"]}];function sT(e){for(const r of A7)if(r.id==e)return r}function uT(){return A7}function cT(){const[e,r]=P.useState(!1),[i,u]=P.useState([]),[c,f]=P.useState({});P.useEffect(()=>{u(uT())},[]);function v(x){const b=sT(x);b&&f(b)}return o.jsxs("div",{className:"flex-container align-center justify-center py-5",children:[o.jsx("h2",{className:"col-12 text-center text-4xl font-bold leading-normal my-8",children:"Communities of Practice (COP)"}),o.jsx("div",{className:"row paragraph-1 text-center mb-5 landing-cop-description",children:"A Community of Practice (CoP) is a group of volunteers who share a common interest in a topic and meet regularly to fulfill both individual and group goals. We use CoPs to share effective practices and relevant domain knowledge to help our members grow."}),o.jsx("div",{className:"row m-10 landing-cop-circle-container",children:i.map(x=>o.jsx(MO,{size:"lg",addClass:"m-8",onClick:()=>{v(x.id),r(!0)},role:"button",children:o.jsxs("div",{className:"flex-column",children:[o.jsx("div",{className:"pb-6 row justify-center",children:o.jsx(x.icon,{strokeWidth:"0.2",height:"65","aria-hidden":"true"})}),o.jsx("div",{className:"title-4 landing-cop-circle-title text-center",children:x.title})]})},x.id))}),o.jsx(WO,{open:e,onClose:()=>{r(!1)},addClass:"flex-container justify-center align-center",ariaLabel:"Communities of Practice (COP)",children:o.jsx(iT,{hidden:!1,size:"lg",onClick:()=>r(!1),children:o.jsxs("div",{className:"flex-container",children:[o.jsx("nav",{className:"flex-column col-3 landing-inner-cop-nav",children:i.map(x=>{const b=x.id==c.id;return o.jsxs(lT,{isActive:b,onClick:()=>v(x.id),addClass:"flex-container justify-center align-center p-2",children:[o.jsx("div",{className:"pr-2",children:o.jsx(x.icon,{fill:b?"white":"black",stroke:b?"white":"black",strokeWidth:"0.2",height:"24",width:"24","aria-hidden":"true"})}),o.jsx("span",{className:"title-6 landing-cop-nav-title",children:x.title})]},x.id)})}),o.jsx("div",{className:"col-9 ml-4",children:o.jsxs(oT,{addClass:"landing-inner-cop-card-content",children:[o.jsxs("div",{children:[o.jsxs("div",{className:"title-3 flex-container pb-4 align-bottom",children:[o.jsx("div",{className:"pr-4",children:c.icon&&o.jsx(c.icon,{fill:"black",stroke:"black",strokeWidth:"0.2",height:"50",width:"50","aria-hidden":"true"})}),c.title," CoP"]}),c.description]}),o.jsx("div",{children:o.jsx(Bc,{color:"primary",size:"md",length:"long",href:"/qualifier/1",children:"Join Us"})})]})})]})})})]})}function dT(){return o.jsx(P.Fragment,{children:o.jsxs("main",{children:[o.jsx(aT,{}),o.jsx(cT,{})]})})}const fT="modulepreload",pT=function(e){return"/"+e},m3={},D7=function(r,i,u){let c=Promise.resolve();if(i&&i.length>0){const f=document.getElementsByTagName("link");c=Promise.all(i.map(v=>{if(v=pT(v),v in m3)return;m3[v]=!0;const x=v.endsWith(".css"),b=x?'[rel="stylesheet"]':"";if(!!u)for(let k=f.length-1;k>=0;k--){const F=f[k];if(F.href===v&&(!x||F.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${v}"]${b}`))return;const S=document.createElement("link");if(S.rel=x?"stylesheet":fT,x||(S.as="script",S.crossOrigin=""),S.href=v,document.head.appendChild(S),x)return new Promise((k,F)=>{S.addEventListener("load",k),S.addEventListener("error",()=>F(new Error(`Unable to preload CSS for ${v}`)))})}))}return c.then(()=>r()).catch(f=>{const v=new Event("vite:preloadError",{cancelable:!0});if(v.payload=f,window.dispatchEvent(v),!v.defaultPrevented)throw f})},hT=Pt.lazy(()=>D7(()=>import("./QualifierPageRoles-gCbCKaDL.js"),__vite__mapDeps([0,1]))),mT=Pt.lazy(()=>D7(()=>import("./QualifierPageCalendar-rk_-nAza.js"),__vite__mapDeps([2,1])));function gT({params:e}){return e.page}function vT({page:e}){switch(e){case"1":return o.jsx(hT,{});case"2":return o.jsx(mT,{});default:return o.jsx("div",{children:"404 page..."})}}function yT(){const e=TI();return o.jsxs(P.Fragment,{children:[o.jsx(YO,{label:`Page ${e}`,value:parseInt(e),addClass:"px-5"}),o.jsx("div",{className:"flex-center-x",children:o.jsx("div",{className:"flex-column qualifier-content align-center px-5",children:o.jsx(vT,{page:e})})})," "]})}function xT(){return o.jsx(P.Fragment,{children:o.jsx(P.Suspense,{fallback:o.jsx("div",{children:"...Loading"}),children:o.jsx("main",{className:"mx-6",children:o.jsx(gp,{})})})})}function bT(){P.useState(window.location.pathname);const e=()=>o.jsx("a",{href:"/",rel:"noopener noreferrer",children:o.jsx("img",{className:"max-h-[24px] md:max-h-[32px]",src:c7,alt:"Civic Tech Jobs - Home"})});return o.jsxs("header",{className:"h-16 py-1 px-3 w-full flex items-center justify-center shadow-[-1px_1px_2px_rgb(51,51,51,0.2)]",children:[o.jsx("div",{className:"grow flex justify-center",children:o.jsx("a",{href:"/",children:o.jsx("img",{src:l7,alt:"Back to home arrow",className:"w-5"})})}),o.jsx("div",{children:o.jsx(e,{})}),o.jsx("div",{className:"grow"})]})}const wT=[{name:"Hack for LA",link:"https://www.hackforla.org/"},{name:"How to Join",link:"https://www.hackforla.org/getting-started"},{name:"Projects",link:"https://www.hackforla.org/projects/"}];function CT(){const e=()=>o.jsx("a",{href:"/",rel:"noopener noreferrer",children:o.jsx("img",{className:"max-h-[24px] md:max-h-[32px]",src:c7,alt:"Civic Tech Jobs - Home"})});return o.jsxs("header",{className:"h-16 py-1 px-3 w-full flex items-center justify-between lg:justify-around shadow-[-1px_1px_2px_rgb(51,51,51,0.2)]",children:[o.jsx("div",{children:o.jsx(e,{})}),o.jsxs("div",{className:"flex items-center",children:[o.jsx("nav",{className:"max-md:hidden flex items-center justify-center","aria-label":"header-navigation",children:wT.map((r,i)=>o.jsx("a",{className:"hover:underline font-bold md:mx-6 lg:mx-8",href:r.link,rel:"noopener noreferrer",children:r.name},i))}),o.jsx(Sc,{to:"/login",className:"mg:ml-6 lg:ml-8",children:o.jsx(Bc,{color:"primary",size:"sm",children:"Log In"})}),o.jsx("button",{className:"md:hidden ml-3","aria-expanded":"false","aria-controls":"menu",children:o.jsx(lO,{})})]})]})}/*! js-cookie v3.0.5 | MIT */function wu(e){for(var r=1;r"u")){v=wu({},r,v),typeof v.expires=="number"&&(v.expires=new Date(Date.now()+v.expires*864e5)),v.expires&&(v.expires=v.expires.toUTCString()),c=encodeURIComponent(c).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var x="";for(var b in v)v[b]&&(x+="; "+b,v[b]!==!0&&(x+="="+v[b].split(";")[0]));return document.cookie=c+"="+e.write(f,c)+x}}function u(c){if(!(typeof document>"u"||arguments.length&&!c)){for(var f=document.cookie?document.cookie.split("; "):[],v={},x=0;x{sf.set("cookieConsent","true",{expires:365}),i(!0)},c=()=>{sf.set("cookieConsent","false",{expires:365}),i(!0)};return o.jsx("div",{role:"dialog","aria-label":"cookies banner",className:`${r?"hidden":""} fixed flex flex-col bottom-12 left-1/2 transform -translate-x-1/2 bg-white w-3/4 p-4 z-50 rounded-lg shadow-2xl shadow-inner`,children:o.jsxs("div",{className:"min-h-48 max-h-64 justify-between space-y-5 p-6",children:[o.jsxs("div",{className:"flex flex-row justify-between items-center",children:[o.jsx("p",{className:"text-xl font-bold text-charcoal",children:"This site use cookies!"}),o.jsx(vp,{iconUrl:Fc,label:"close",onClick:f=>{i(!0)}})," "]}),o.jsxs("p",{className:"max-w-[80%]",children:['We use cookies to improve your experience. By clicking "Accept Cookies", you are agreeing to the collection of data as described in our ',o.jsx("a",{href:"/privacypolicy",className:"text-blue-dark underline cursor-pointer hover:text-blue-dark-hover focus:bg-blue-dark-focused",children:"Cookie Policy"})]}),o.jsxs("div",{className:"flex flex-row items-center space-x-12",children:[o.jsx("button",{className:"rounded px-10 py-1 bg-blue-dark text-white hover:bg-blue-dark-hover hover:shadow-lg focus:bg-blue-dark-focused",onClick:u,children:"Accept"}),o.jsx("button",{onClick:c,className:"text-blue-dark cursor-pointer hover:text-blue-dark-hover focus:bg-blue-dark-focused hover:drop-shadow-lg",children:"No Thanks"})]})]})})}function po({label:e,id:r,type:i,register:u,validations:c,errors:f}){return o.jsxs("div",{className:"w-full",children:[o.jsxs("div",{className:"mb-1 font-bold text-base",children:[o.jsx("label",{htmlFor:r,children:e}),i==="password"&&o.jsx("span",{className:"text-blue-dark font-bold underline float-right cursor-pointer",children:"Forgot password?"})]}),o.jsxs("div",{className:"relative",children:[o.jsx("input",{id:r,type:i,...u(r,c),className:`h-11 w-full px-2 border rounded-lg ${f?"border-red focus:outline-red":"border-grey focus:outline-blue-dark"}`}),i==="password"&&o.jsx("div",{className:"absolute inset-y-0 right-0 pr-2 flex items-center",children:o.jsx(o7,{})})]}),o.jsx("div",{className:"h-8 text-red font-gothic font-bold flex flex-col justify-center",children:f&&f.message})]})}var ls=e=>e.type==="checkbox",ho=e=>e instanceof Date,Ir=e=>e==null;const E7=e=>typeof e=="object";var rr=e=>!Ir(e)&&!Array.isArray(e)&&E7(e)&&!ho(e),DT=e=>rr(e)&&e.target?ls(e.target)?e.target.checked:e.target.value:e,ET=e=>e.substring(0,e.search(/\.\d+(\.|$)/))||e,jT=(e,r)=>e.has(ET(r)),kT=e=>{const r=e.constructor&&e.constructor.prototype;return rr(r)&&r.hasOwnProperty("isPrototypeOf")},bp=typeof window<"u"&&typeof window.HTMLElement<"u"&&typeof document<"u";function Yn(e){let r;const i=Array.isArray(e);if(e instanceof Date)r=new Date(e);else if(e instanceof Set)r=new Set(e);else if(!(bp&&(e instanceof Blob||e instanceof FileList))&&(i||rr(e)))if(r=i?[]:{},!i&&!kT(e))r=e;else for(const u in e)e.hasOwnProperty(u)&&(r[u]=Yn(e[u]));else return e;return r}var ss=e=>Array.isArray(e)?e.filter(Boolean):[],Qt=e=>e===void 0,Ee=(e,r,i)=>{if(!r||!rr(e))return i;const u=ss(r.split(/[,[\].]+?/)).reduce((c,f)=>Ir(c)?c:c[f],e);return Qt(u)||u===e?Qt(e[r])?i:e[r]:u};const g3={BLUR:"blur",FOCUS_OUT:"focusout",CHANGE:"change"},An={onBlur:"onBlur",onChange:"onChange",onSubmit:"onSubmit",onTouched:"onTouched",all:"all"},Xn={max:"max",min:"min",maxLength:"maxLength",minLength:"minLength",pattern:"pattern",required:"required",validate:"validate"};Pt.createContext(null);var ST=(e,r,i,u=!0)=>{const c={defaultValues:r._defaultValues};for(const f in e)Object.defineProperty(c,f,{get:()=>{const v=f;return r._proxyFormState[v]!==An.all&&(r._proxyFormState[v]=!u||An.all),i&&(i[v]=!0),e[v]}});return c},ln=e=>rr(e)&&!Object.keys(e).length,FT=(e,r,i,u)=>{i(e);const{name:c,...f}=e;return ln(f)||Object.keys(f).length>=Object.keys(r).length||Object.keys(f).find(v=>r[v]===(!u||An.all))},uf=e=>Array.isArray(e)?e:[e];function BT(e){const r=Pt.useRef(e);r.current=e,Pt.useEffect(()=>{const i=!e.disabled&&r.current.subject&&r.current.subject.subscribe({next:r.current.next});return()=>{i&&i.unsubscribe()}},[e.disabled])}var Un=e=>typeof e=="string",RT=(e,r,i,u,c)=>Un(e)?(u&&r.watch.add(e),Ee(i,e,c)):Array.isArray(e)?e.map(f=>(u&&r.watch.add(f),Ee(i,f))):(u&&(r.watchAll=!0),i),wp=e=>/^\w*$/.test(e),j7=e=>ss(e.replace(/["|']|\]/g,"").split(/\.|\[/));function jt(e,r,i){let u=-1;const c=wp(r)?[r]:j7(r),f=c.length,v=f-1;for(;++ur?{...i[e],types:{...i[e]&&i[e].types?i[e].types:{},[u]:c||!0}}:{};const m0=(e,r,i)=>{for(const u of i||Object.keys(e)){const c=Ee(e,u);if(c){const{_f:f,...v}=c;if(f&&r(f.name)){if(f.ref.focus){f.ref.focus();break}else if(f.refs&&f.refs[0].focus){f.refs[0].focus();break}}else rr(v)&&m0(v,r)}}};var v3=e=>({isOnSubmit:!e||e===An.onSubmit,isOnBlur:e===An.onBlur,isOnChange:e===An.onChange,isOnAll:e===An.all,isOnTouch:e===An.onTouched}),y3=(e,r,i)=>!i&&(r.watchAll||r.watch.has(e)||[...r.watch].some(u=>e.startsWith(u)&&/^\.\w+/.test(e.slice(u.length)))),OT=(e,r,i)=>{const u=ss(Ee(e,i));return jt(u,"root",r[i]),jt(e,i,u),e},ui=e=>typeof e=="boolean",Cp=e=>e.type==="file",Fa=e=>typeof e=="function",lc=e=>{if(!bp)return!1;const r=e?e.ownerDocument:0;return e instanceof(r&&r.defaultView?r.defaultView.HTMLElement:HTMLElement)},Tu=e=>Un(e),_p=e=>e.type==="radio",sc=e=>e instanceof RegExp;const x3={value:!1,isValid:!1},b3={value:!0,isValid:!0};var k7=e=>{if(Array.isArray(e)){if(e.length>1){const r=e.filter(i=>i&&i.checked&&!i.disabled).map(i=>i.value);return{value:r,isValid:!!r.length}}return e[0].checked&&!e[0].disabled?e[0].attributes&&!Qt(e[0].attributes.value)?Qt(e[0].value)||e[0].value===""?b3:{value:e[0].value,isValid:!0}:b3:x3}return x3};const w3={isValid:!1,value:null};var S7=e=>Array.isArray(e)?e.reduce((r,i)=>i&&i.checked&&!i.disabled?{isValid:!0,value:i.value}:r,w3):w3;function C3(e,r,i="validate"){if(Tu(e)||Array.isArray(e)&&e.every(Tu)||ui(e)&&!e)return{type:i,message:Tu(e)?e:"",ref:r}}var Xi=e=>rr(e)&&!sc(e)?e:{value:e,message:""},_3=async(e,r,i,u,c)=>{const{ref:f,refs:v,required:x,maxLength:b,minLength:_,min:S,max:k,pattern:F,validate:W,name:q,valueAsNumber:B,mount:se,disabled:R}=e._f,E=Ee(r,q);if(!se||R)return{};const I=v?v[0]:f,G=Ae=>{u&&I.reportValidity&&(I.setCustomValidity(ui(Ae)?"":Ae||""),I.reportValidity())},X={},ue=_p(f),ee=ls(f),me=ue||ee,Ue=(B||Cp(f))&&Qt(f.value)&&Qt(E)||lc(f)&&f.value===""||E===""||Array.isArray(E)&&!E.length,ke=IT.bind(null,q,i,X),dt=(Ae,ve,Le,tt=Xn.maxLength,We=Xn.minLength)=>{const _t=Ae?ve:Le;X[q]={type:Ae?tt:We,message:_t,ref:f,...ke(Ae?tt:We,_t)}};if(c?!Array.isArray(E)||!E.length:x&&(!me&&(Ue||Ir(E))||ui(E)&&!E||ee&&!k7(v).isValid||ue&&!S7(v).isValid)){const{value:Ae,message:ve}=Tu(x)?{value:!!x,message:x}:Xi(x);if(Ae&&(X[q]={type:Xn.required,message:ve,ref:I,...ke(Xn.required,ve)},!i))return G(ve),X}if(!Ue&&(!Ir(S)||!Ir(k))){let Ae,ve;const Le=Xi(k),tt=Xi(S);if(!Ir(E)&&!isNaN(E)){const We=f.valueAsNumber||E&&+E;Ir(Le.value)||(Ae=We>Le.value),Ir(tt.value)||(ve=Wenew Date(new Date().toDateString()+" "+Te),$=f.type=="time",ge=f.type=="week";Un(Le.value)&&E&&(Ae=$?_t(E)>_t(Le.value):ge?E>Le.value:We>new Date(Le.value)),Un(tt.value)&&E&&(ve=$?_t(E)<_t(tt.value):ge?E+Ae.value,tt=!Ir(ve.value)&&E.length<+ve.value;if((Le||tt)&&(dt(Le,Ae.message,ve.message),!i))return G(X[q].message),X}if(F&&!Ue&&Un(E)){const{value:Ae,message:ve}=Xi(F);if(sc(Ae)&&!E.match(Ae)&&(X[q]={type:Xn.pattern,message:ve,ref:f,...ke(Xn.pattern,ve)},!i))return G(ve),X}if(W){if(Fa(W)){const Ae=await W(E,r),ve=C3(Ae,I);if(ve&&(X[q]={...ve,...ke(Xn.validate,ve.message)},!i))return G(ve.message),X}else if(rr(W)){let Ae={};for(const ve in W){if(!ln(Ae)&&!i)break;const Le=C3(await W[ve](E,r),I,ve);Le&&(Ae={...Le,...ke(ve,Le.message)},G(Le.message),i&&(X[q]=Ae))}if(!ln(Ae)&&(X[q]={ref:I,...Ae},!i))return X}}return G(!0),X};function TT(e,r){const i=r.slice(0,-1).length;let u=0;for(;u{for(const f of e)f.next&&f.next(c)},subscribe:c=>(e.push(c),{unsubscribe:()=>{e=e.filter(f=>f!==c)}}),unsubscribe:()=>{e=[]}}}var uc=e=>Ir(e)||!E7(e);function ci(e,r){if(uc(e)||uc(r))return e===r;if(ho(e)&&ho(r))return e.getTime()===r.getTime();const i=Object.keys(e),u=Object.keys(r);if(i.length!==u.length)return!1;for(const c of i){const f=e[c];if(!u.includes(c))return!1;if(c!=="ref"){const v=r[c];if(ho(f)&&ho(v)||rr(f)&&rr(v)||Array.isArray(f)&&Array.isArray(v)?!ci(f,v):f!==v)return!1}}return!0}var F7=e=>e.type==="select-multiple",PT=e=>_p(e)||ls(e),df=e=>lc(e)&&e.isConnected,B7=e=>{for(const r in e)if(Fa(e[r]))return!0;return!1};function cc(e,r={}){const i=Array.isArray(e);if(rr(e)||i)for(const u in e)Array.isArray(e[u])||rr(e[u])&&!B7(e[u])?(r[u]=Array.isArray(e[u])?[]:{},cc(e[u],r[u])):Ir(e[u])||(r[u]=!0);return r}function R7(e,r,i){const u=Array.isArray(e);if(rr(e)||u)for(const c in e)Array.isArray(e[c])||rr(e[c])&&!B7(e[c])?Qt(r)||uc(i[c])?i[c]=Array.isArray(e[c])?cc(e[c],[]):{...cc(e[c])}:R7(e[c],Ir(r)?{}:r[c],i[c]):i[c]=!ci(e[c],r[c]);return i}var ff=(e,r)=>R7(e,r,cc(r)),I7=(e,{valueAsNumber:r,valueAsDate:i,setValueAs:u})=>Qt(e)?e:r?e===""?NaN:e&&+e:i&&Un(e)?new Date(e):u?u(e):e;function pf(e){const r=e.ref;if(!(e.refs?e.refs.every(i=>i.disabled):r.disabled))return Cp(r)?r.files:_p(r)?S7(e.refs).value:F7(r)?[...r.selectedOptions].map(({value:i})=>i):ls(r)?k7(e.refs).value:I7(Qt(r.value)?e.ref.value:r.value,e)}var NT=(e,r,i,u)=>{const c={};for(const f of e){const v=Ee(r,f);v&&jt(c,f,v._f)}return{criteriaMode:i,names:[...e],fields:c,shouldUseNativeValidation:u}},vl=e=>Qt(e)?e:sc(e)?e.source:rr(e)?sc(e.value)?e.value.source:e.value:e,LT=e=>e.mount&&(e.required||e.min||e.max||e.maxLength||e.minLength||e.pattern||e.validate);function A3(e,r,i){const u=Ee(e,i);if(u||wp(i))return{error:u,name:i};const c=i.split(".");for(;c.length;){const f=c.join("."),v=Ee(r,f),x=Ee(e,f);if(v&&!Array.isArray(v)&&i!==f)return{name:i};if(x&&x.type)return{name:f,error:x};c.pop()}return{name:i}}var UT=(e,r,i,u,c)=>c.isOnAll?!1:!i&&c.isOnTouch?!(r||e):(i?u.isOnBlur:c.isOnBlur)?!e:(i?u.isOnChange:c.isOnChange)?e:!0,zT=(e,r)=>!ss(Ee(e,r)).length&&vr(e,r);const VT={mode:An.onSubmit,reValidateMode:An.onChange,shouldFocusError:!0};function HT(e={},r){let i={...VT,...e},u={submitCount:0,isDirty:!1,isLoading:Fa(i.defaultValues),isValidating:!1,isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,touchedFields:{},dirtyFields:{},errors:{}},c={},f=rr(i.defaultValues)||rr(i.values)?Yn(i.defaultValues||i.values)||{}:{},v=i.shouldUnregister?{}:Yn(f),x={action:!1,mount:!1,watch:!1},b={mount:new Set,unMount:new Set,array:new Set,watch:new Set},_,S=0;const k={isDirty:!1,dirtyFields:!1,touchedFields:!1,isValidating:!1,isValid:!1,errors:!1},F={values:cf(),array:cf(),state:cf()},W=e.resetOptions&&e.resetOptions.keepDirtyValues,q=v3(i.mode),B=v3(i.reValidateMode),se=i.criteriaMode===An.all,R=D=>O=>{clearTimeout(S),S=setTimeout(D,O)},E=async D=>{if(k.isValid||D){const O=i.resolver?ln((await Ue()).errors):await dt(c,!0);O!==u.isValid&&F.state.next({isValid:O})}},I=D=>k.isValidating&&F.state.next({isValidating:D}),G=(D,O=[],L,ie,te=!0,ne=!0)=>{if(ie&&L){if(x.action=!0,ne&&Array.isArray(Ee(c,D))){const U=L(Ee(c,D),ie.argA,ie.argB);te&&jt(c,D,U)}if(ne&&Array.isArray(Ee(u.errors,D))){const U=L(Ee(u.errors,D),ie.argA,ie.argB);te&&jt(u.errors,D,U),zT(u.errors,D)}if(k.touchedFields&&ne&&Array.isArray(Ee(u.touchedFields,D))){const U=L(Ee(u.touchedFields,D),ie.argA,ie.argB);te&&jt(u.touchedFields,D,U)}k.dirtyFields&&(u.dirtyFields=ff(f,v)),F.state.next({name:D,isDirty:ve(D,O),dirtyFields:u.dirtyFields,errors:u.errors,isValid:u.isValid})}else jt(v,D,O)},X=(D,O)=>{jt(u.errors,D,O),F.state.next({errors:u.errors})},ue=(D,O,L,ie)=>{const te=Ee(c,D);if(te){const ne=Ee(v,D,Qt(L)?Ee(f,D):L);Qt(ne)||ie&&ie.defaultChecked||O?jt(v,D,O?ne:pf(te._f)):We(D,ne),x.mount&&E()}},ee=(D,O,L,ie,te)=>{let ne=!1,U=!1;const Pe={name:D};if(!L||ie){k.isDirty&&(U=u.isDirty,u.isDirty=Pe.isDirty=ve(),ne=U!==Pe.isDirty);const at=ci(Ee(f,D),O);U=Ee(u.dirtyFields,D),at?vr(u.dirtyFields,D):jt(u.dirtyFields,D,!0),Pe.dirtyFields=u.dirtyFields,ne=ne||k.dirtyFields&&U!==!at}if(L){const at=Ee(u.touchedFields,D);at||(jt(u.touchedFields,D,L),Pe.touchedFields=u.touchedFields,ne=ne||k.touchedFields&&at!==L)}return ne&&te&&F.state.next(Pe),ne?Pe:{}},me=(D,O,L,ie)=>{const te=Ee(u.errors,D),ne=k.isValid&&ui(O)&&u.isValid!==O;if(e.delayError&&L?(_=R(()=>X(D,L)),_(e.delayError)):(clearTimeout(S),_=null,L?jt(u.errors,D,L):vr(u.errors,D)),(L?!ci(te,L):te)||!ln(ie)||ne){const U={...ie,...ne&&ui(O)?{isValid:O}:{},errors:u.errors,name:D};u={...u,...U},F.state.next(U)}I(!1)},Ue=async D=>i.resolver(v,i.context,NT(D||b.mount,c,i.criteriaMode,i.shouldUseNativeValidation)),ke=async D=>{const{errors:O}=await Ue(D);if(D)for(const L of D){const ie=Ee(O,L);ie?jt(u.errors,L,ie):vr(u.errors,L)}else u.errors=O;return O},dt=async(D,O,L={valid:!0})=>{for(const ie in D){const te=D[ie];if(te){const{_f:ne,...U}=te;if(ne){const Pe=b.array.has(ne.name),at=await _3(te,v,se,i.shouldUseNativeValidation&&!O,Pe);if(at[ne.name]&&(L.valid=!1,O))break;!O&&(Ee(at,ne.name)?Pe?OT(u.errors,at,ne.name):jt(u.errors,ne.name,at[ne.name]):vr(u.errors,ne.name))}U&&await dt(U,O,L)}}return L.valid},Ae=()=>{for(const D of b.unMount){const O=Ee(c,D);O&&(O._f.refs?O._f.refs.every(L=>!df(L)):!df(O._f.ref))&&cr(D)}b.unMount=new Set},ve=(D,O)=>(D&&O&&jt(v,D,O),!ci(vt(),f)),Le=(D,O,L)=>RT(D,b,{...x.mount?v:Qt(O)?f:Un(D)?{[D]:O}:O},L,O),tt=D=>ss(Ee(x.mount?v:f,D,e.shouldUnregister?Ee(f,D,[]):[])),We=(D,O,L={})=>{const ie=Ee(c,D);let te=O;if(ie){const ne=ie._f;ne&&(!ne.disabled&&jt(v,D,I7(O,ne)),te=lc(ne.ref)&&Ir(O)?"":O,F7(ne.ref)?[...ne.ref.options].forEach(U=>U.selected=te.includes(U.value)):ne.refs?ls(ne.ref)?ne.refs.length>1?ne.refs.forEach(U=>(!U.defaultChecked||!U.disabled)&&(U.checked=Array.isArray(te)?!!te.find(Pe=>Pe===U.value):te===U.value)):ne.refs[0]&&(ne.refs[0].checked=!!te):ne.refs.forEach(U=>U.checked=U.value===te):Cp(ne.ref)?ne.ref.value="":(ne.ref.value=te,ne.ref.type||F.values.next({name:D,values:{...v}})))}(L.shouldDirty||L.shouldTouch)&&ee(D,te,L.shouldTouch,L.shouldDirty,!0),L.shouldValidate&&Te(D)},_t=(D,O,L)=>{for(const ie in O){const te=O[ie],ne=`${D}.${ie}`,U=Ee(c,ne);(b.array.has(D)||!uc(te)||U&&!U._f)&&!ho(te)?_t(ne,te,L):We(ne,te,L)}},$=(D,O,L={})=>{const ie=Ee(c,D),te=b.array.has(D),ne=Yn(O);jt(v,D,ne),te?(F.array.next({name:D,values:{...v}}),(k.isDirty||k.dirtyFields)&&L.shouldDirty&&F.state.next({name:D,dirtyFields:ff(f,v),isDirty:ve(D,ne)})):ie&&!ie._f&&!Ir(ne)?_t(D,ne,L):We(D,ne,L),y3(D,b)&&F.state.next({...u}),F.values.next({name:D,values:{...v}}),!x.mount&&r()},ge=async D=>{const O=D.target;let L=O.name,ie=!0;const te=Ee(c,L),ne=()=>O.type?pf(te._f):DT(D);if(te){let U,Pe;const at=ne(),Nt=D.type===g3.BLUR||D.type===g3.FOCUS_OUT,_i=!LT(te._f)&&!i.resolver&&!Ee(u.errors,L)&&!te._f.deps||UT(Nt,Ee(u.touchedFields,L),u.isSubmitted,B,q),H=y3(L,b,Nt);jt(v,L,at),Nt?(te._f.onBlur&&te._f.onBlur(D),_&&_(0)):te._f.onChange&&te._f.onChange(D);const J=ee(L,at,Nt,!1),re=!ln(J)||H;if(!Nt&&F.values.next({name:L,type:D.type,values:{...v}}),_i)return k.isValid&&E(),re&&F.state.next({name:L,...H?{}:J});if(!Nt&&H&&F.state.next({...u}),I(!0),i.resolver){const{errors:we}=await Ue([L]),ye=A3(u.errors,c,L),Fe=A3(we,c,ye.name||L);U=Fe.error,L=Fe.name,Pe=ln(we)}else U=(await _3(te,v,se,i.shouldUseNativeValidation))[L],ie=isNaN(at)||at===Ee(v,L,at),ie&&(U?Pe=!1:k.isValid&&(Pe=await dt(c,!0)));ie&&(te._f.deps&&Te(te._f.deps),me(L,Pe,U,J))}},Te=async(D,O={})=>{let L,ie;const te=uf(D);if(I(!0),i.resolver){const ne=await ke(Qt(D)?D:te);L=ln(ne),ie=D?!te.some(U=>Ee(ne,U)):L}else D?(ie=(await Promise.all(te.map(async ne=>{const U=Ee(c,ne);return await dt(U&&U._f?{[ne]:U}:U)}))).every(Boolean),!(!ie&&!u.isValid)&&E()):ie=L=await dt(c);return F.state.next({...!Un(D)||k.isValid&&L!==u.isValid?{}:{name:D},...i.resolver||!D?{isValid:L}:{},errors:u.errors,isValidating:!1}),O.shouldFocus&&!ie&&m0(c,ne=>ne&&Ee(u.errors,ne),D?te:b.mount),ie},vt=D=>{const O={...f,...x.mount?v:{}};return Qt(D)?O:Un(D)?Ee(O,D):D.map(L=>Ee(O,L))},De=(D,O)=>({invalid:!!Ee((O||u).errors,D),isDirty:!!Ee((O||u).dirtyFields,D),isTouched:!!Ee((O||u).touchedFields,D),error:Ee((O||u).errors,D)}),ze=D=>{D&&uf(D).forEach(O=>vr(u.errors,O)),F.state.next({errors:D?u.errors:{}})},Sr=(D,O,L)=>{const ie=(Ee(c,D,{_f:{}})._f||{}).ref;jt(u.errors,D,{...O,ref:ie}),F.state.next({name:D,errors:u.errors,isValid:!1}),L&&L.shouldFocus&&ie&&ie.focus&&ie.focus()},Hn=(D,O)=>Fa(D)?F.values.subscribe({next:L=>D(Le(void 0,O),L)}):Le(D,O,!0),cr=(D,O={})=>{for(const L of D?uf(D):b.mount)b.mount.delete(L),b.array.delete(L),O.keepValue||(vr(c,L),vr(v,L)),!O.keepError&&vr(u.errors,L),!O.keepDirty&&vr(u.dirtyFields,L),!O.keepTouched&&vr(u.touchedFields,L),!i.shouldUnregister&&!O.keepDefaultValue&&vr(f,L);F.values.next({values:{...v}}),F.state.next({...u,...O.keepDirty?{isDirty:ve()}:{}}),!O.keepIsValid&&E()},Fr=({disabled:D,name:O,field:L,fields:ie})=>{if(ui(D)){const te=D?void 0:Ee(v,O,pf(L?L._f:Ee(ie,O)._f));jt(v,O,te),ee(O,te,!1,!1,!0)}},pa=(D,O={})=>{let L=Ee(c,D);const ie=ui(O.disabled);return jt(c,D,{...L||{},_f:{...L&&L._f?L._f:{ref:{name:D}},name:D,mount:!0,...O}}),b.mount.add(D),L?Fr({field:L,disabled:O.disabled,name:D}):ue(D,!0,O.value),{...ie?{disabled:O.disabled}:{},...i.progressive?{required:!!O.required,min:vl(O.min),max:vl(O.max),minLength:vl(O.minLength),maxLength:vl(O.maxLength),pattern:vl(O.pattern)}:{},name:D,onChange:ge,onBlur:ge,ref:te=>{if(te){pa(D,O),L=Ee(c,D);const ne=Qt(te.value)&&te.querySelectorAll&&te.querySelectorAll("input,select,textarea")[0]||te,U=PT(ne),Pe=L._f.refs||[];if(U?Pe.find(at=>at===ne):ne===L._f.ref)return;jt(c,D,{_f:{...L._f,...U?{refs:[...Pe.filter(df),ne,...Array.isArray(Ee(f,D))?[{}]:[]],ref:{type:ne.type,name:D}}:{ref:ne}}}),ue(D,!1,void 0,ne)}else L=Ee(c,D,{}),L._f&&(L._f.mount=!1),(i.shouldUnregister||O.shouldUnregister)&&!(jT(b.array,D)&&x.action)&&b.unMount.add(D)}}},kn=()=>i.shouldFocusError&&m0(c,D=>D&&Ee(u.errors,D),b.mount),hn=(D,O)=>async L=>{L&&(L.preventDefault&&L.preventDefault(),L.persist&&L.persist());let ie=Yn(v);if(F.state.next({isSubmitting:!0}),i.resolver){const{errors:te,values:ne}=await Ue();u.errors=te,ie=ne}else await dt(c);vr(u.errors,"root"),ln(u.errors)?(F.state.next({errors:{}}),await D(ie,L)):(O&&await O({...u.errors},L),kn(),setTimeout(kn)),F.state.next({isSubmitted:!0,isSubmitting:!1,isSubmitSuccessful:ln(u.errors),submitCount:u.submitCount+1,errors:u.errors})},Ci=(D,O={})=>{Ee(c,D)&&(Qt(O.defaultValue)?$(D,Ee(f,D)):($(D,O.defaultValue),jt(f,D,O.defaultValue)),O.keepTouched||vr(u.touchedFields,D),O.keepDirty||(vr(u.dirtyFields,D),u.isDirty=O.defaultValue?ve(D,Ee(f,D)):ve()),O.keepError||(vr(u.errors,D),k.isValid&&E()),F.state.next({...u}))},Zt=(D,O={})=>{const L=D?Yn(D):f,ie=Yn(L),te=D&&!ln(D)?ie:f;if(O.keepDefaultValues||(f=L),!O.keepValues){if(O.keepDirtyValues||W)for(const ne of b.mount)Ee(u.dirtyFields,ne)?jt(te,ne,Ee(v,ne)):$(ne,Ee(te,ne));else{if(bp&&Qt(D))for(const ne of b.mount){const U=Ee(c,ne);if(U&&U._f){const Pe=Array.isArray(U._f.refs)?U._f.refs[0]:U._f.ref;if(lc(Pe)){const at=Pe.closest("form");if(at){at.reset();break}}}}c={}}v=e.shouldUnregister?O.keepDefaultValues?Yn(f):{}:Yn(te),F.array.next({values:{...te}}),F.values.next({values:{...te}})}b={mount:new Set,unMount:new Set,array:new Set,watch:new Set,watchAll:!1,focus:""},!x.mount&&r(),x.mount=!k.isValid||!!O.keepIsValid,x.watch=!!e.shouldUnregister,F.state.next({submitCount:O.keepSubmitCount?u.submitCount:0,isDirty:O.keepDirty?u.isDirty:!!(O.keepDefaultValues&&!ci(D,f)),isSubmitted:O.keepIsSubmitted?u.isSubmitted:!1,dirtyFields:O.keepDirtyValues?u.dirtyFields:O.keepDefaultValues&&D?ff(f,D):{},touchedFields:O.keepTouched?u.touchedFields:{},errors:O.keepErrors?u.errors:{},isSubmitting:!1,isSubmitSuccessful:!1})},mn=(D,O)=>Zt(Fa(D)?D(v):D,O);return{control:{register:pa,unregister:cr,getFieldState:De,handleSubmit:hn,setError:Sr,_executeSchema:Ue,_getWatch:Le,_getDirty:ve,_updateValid:E,_removeUnmounted:Ae,_updateFieldArray:G,_updateDisabledField:Fr,_getFieldArray:tt,_reset:Zt,_resetDefaultValues:()=>Fa(i.defaultValues)&&i.defaultValues().then(D=>{mn(D,i.resetOptions),F.state.next({isLoading:!1})}),_updateFormState:D=>{u={...u,...D}},_subjects:F,_proxyFormState:k,get _fields(){return c},get _formValues(){return v},get _state(){return x},set _state(D){x=D},get _defaultValues(){return f},get _names(){return b},set _names(D){b=D},get _formState(){return u},set _formState(D){u=D},get _options(){return i},set _options(D){i={...i,...D}}},trigger:Te,register:pa,handleSubmit:hn,watch:Hn,setValue:$,getValues:vt,reset:mn,resetField:Ci,clearErrors:ze,unregister:cr,setError:Sr,setFocus:(D,O={})=>{const L=Ee(c,D),ie=L&&L._f;if(ie){const te=ie.refs?ie.refs[0]:ie.ref;te.focus&&(te.focus(),O.shouldSelect&&te.select())}},getFieldState:De}}function O7(e={}){const r=Pt.useRef(),i=Pt.useRef(),[u,c]=Pt.useState({isDirty:!1,isValidating:!1,isLoading:Fa(e.defaultValues),isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,submitCount:0,dirtyFields:{},touchedFields:{},errors:{},defaultValues:Fa(e.defaultValues)?void 0:e.defaultValues});r.current||(r.current={...HT(e,()=>c(v=>({...v}))),formState:u});const f=r.current.control;return f._options=e,BT({subject:f._subjects.state,next:v=>{FT(v,f._proxyFormState,f._updateFormState,!0)&&c({...f._formState})}}),Pt.useEffect(()=>{e.values&&!ci(e.values,i.current)?(f._reset(e.values,f._options.resetOptions),i.current=e.values):f._resetDefaultValues()},[e.values,f]),Pt.useEffect(()=>{f._state.mount||(f._updateValid(),f._state.mount=!0),f._state.watch&&(f._state.watch=!1,f._subjects.state.next({...f._formState})),f._removeUnmounted()}),r.current.formState=ST(u,f),r.current}function GT(){const{register:e,handleSubmit:r,formState:{errors:i}}=O7(),u=c=>{console.log("Sending form data to server...",c)};return o.jsxs("div",{children:[o.jsx("h3",{className:"mb-8 text-4xl font-bold",children:"Log in"}),o.jsxs("form",{onSubmit:r(u),noValidate:!0,children:[o.jsx(po,{label:"Email",id:"email",type:"email",register:e,validations:{required:"Please enter your email address",pattern:{value:/^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i,message:"Please enter a valid email address"}},errors:i.email}),o.jsx(po,{label:"Password",id:"password",type:"password",register:e,validations:{required:"Please enter your password",pattern:{value:/^(?=.*\d)(?=.*[!@#$%^&*]).{8,}$/,message:"Must be 8 or more characters and contain at least 1 number and 1 special character"}},errors:i.password}),o.jsxs("div",{className:"flex mb-4",children:[o.jsx("input",{type:"checkbox",className:"mr-2"}),o.jsx("p",{className:"text-grey-dark",children:"Keep me signed in"})]}),o.jsx("button",{className:"font-bold w-full text-white py-[12px] rounded-3xl bg-blue-dark hover:bg-blue-dark-hover hover:shadow-lg focus:bg-blue-dark-focused",children:"Login"})]}),o.jsx("div",{className:"text-center mt-4",children:o.jsxs("p",{children:["New to Civic Tech Jobs?"," ",o.jsx(Sc,{to:"/signup",className:"text-blue-dark font-bold underline",children:"Sign up"})]})})]})}function qT(){const{register:e,handleSubmit:r,formState:{errors:i}}=O7(),u=c=>{console.log("Sending form data to server...",c)};return o.jsxs("div",{children:[o.jsx("h3",{className:"mb-10 text-4xl font-bold",children:"Sign up"}),o.jsxs("form",{onSubmit:r(u),children:[o.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 md:gap-4",children:[o.jsx(po,{label:"First name",id:"firstName",type:"text",register:e,errors:i.firstName,validations:{required:"Please enter first name"}}),o.jsx(po,{label:"Last Name",id:"lastName",type:"text",register:e,errors:i.lastName,validations:{required:"Please enter last name"}})]}),o.jsx(po,{label:"Email",id:"email",type:"email",register:e,errors:i.email,validations:{required:"Please enter your email address",pattern:{value:/^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i,message:"Please enter a valid email address"}}}),o.jsx(po,{label:"Password",id:"password",type:"password",register:e,validations:{required:"Please enter your password",pattern:{value:/^(?=.*\d)(?=.*[!@#$%^&*]).{8,}$/,message:"Must be 8 or more characters and contain at least 1 number and 1 special character"}},errors:i.password}),o.jsx("button",{className:"font-bold w-full text-white py-[12px] rounded-3xl bg-blue-dark hover:bg-blue-dark-hover hover:shadow-lg focus:bg-blue-dark-focused",children:"Sign Up"})]}),o.jsx("div",{className:"text-center mt-4",children:o.jsxs("p",{children:["Already on Civic Tech Jobs?"," ",o.jsx(Sc,{to:"/login",className:"text-blue-dark font-bold underline",children:"Log In"})]})})]})}function D3(){const{pathname:e}=is();return o.jsxs(o.Fragment,{children:[o.jsx(bT,{}),o.jsxs("div",{className:"flex flex-row",style:{height:"calc(100vh - 64px)",overflow:"hidden"},children:[o.jsxs("div",{className:"max-lg:hidden lg:basis-1/2 bg-tan-light relative",children:[o.jsx("img",{src:d7,alt:"Team work Pana Illustration",className:"absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-4/5 z-20"}),o.jsx("img",{src:bO,alt:"Tan background for login/register page",className:"absolute inset-x-0 bottom-0 w-full"}),o.jsx("img",{src:c3,alt:"Corner dots pattern",className:"absolute -top-4 -right-4 w-1/6 h-1/6 transform rotate-290 z-10"}),o.jsx("img",{src:c3,alt:"Corner dots pattern",className:"absolute -bottom-4 -left-4 w-1/6 h-1/6 transform rotate-345 z-10"})]}),o.jsx("div",{className:"w-full lg:basis-1/2 bg-tan",children:o.jsx("div",{className:"flex flex-col justify-center items-center h-full lg:bg-white",children:o.jsx("div",{className:"w-10/12 lg:w-[439px]",children:o.jsxs("div",{className:"bg-white rounded-2xl lg:bg-transparent max-lg:p-7",children:[e==="/login"&&o.jsx(GT,{}),e==="/signup"&&o.jsx(qT,{})]})})})})]})]})}const QT=()=>o.jsx(o.Fragment,{children:o.jsx(gp,{})}),WT=()=>o.jsxs(o.Fragment,{children:[o.jsx(CT,{}),o.jsx(gp,{}),o.jsx(XO,{})]}),ZT=()=>{const e="localhost:8000",r={hyperlink:"text-blue-dark-hover cursor-pointer hover:text-blue-dark-focused font-bold",h2:"my-6 pt-6 text-2xl font-bold text-charcoal",h3:"my-6 font-bold text-charcoal",bullets:"list-disc list-outside pl-4 ml-4 text-grey-dark",p:"text-grey-dark"};return o.jsxs("div",{className:"flex flex-col justify-between",role:"main",children:[o.jsx("div",{className:"bg-no-repeat bg-bottom pb-24 bg-cover",style:{backgroundImage:`url(${wO})`},children:o.jsx("div",{className:"flex justify-center",children:o.jsx("div",{className:"w-4/5 mb-4",children:o.jsxs("div",{className:"flex flex-row items-end",children:[o.jsxs("div",{className:"space-y-8",children:[o.jsx("h1",{className:"my-6 text-4xl font-bold text-grey-dark py-8",children:"Privacy Policy"}),o.jsx("p",{className:"text-grey-dark",children:"We respect your privacy and recognize that we must maintain and use your information responsibly."}),o.jsxs("p",{className:"text-grey-dark",children:[o.jsx("a",{href:"/",className:r.hyperlink,children:"civictechjobs.org"})," ",'is an informational website managed by Hack for LA which is a project of Code for America Labs, Inc. ("Code for America", "we", "us", "our"). This Privacy Policy describes how we collect, use, and protect your personal information on this website. By submitting your personal information on our websites, you agree to the terms in this Privacy Policy. If you do not agree with these terms, please do not use our websites.']})]}),o.jsx("img",{src:f7,alt:"Privacy Policiy Pana Illustration",className:"float-right w-52 ml-24 hidden lg:block"})]})})})}),o.jsx("div",{className:"flex justify-center mb-12",children:o.jsxs("div",{className:"w-4/5 mb-4 space-y-6",children:[o.jsx("h2",{className:r.h2,children:"Overview"}),o.jsxs("ul",{className:`${r.bullets} space-y-4`,children:[o.jsx("li",{children:"We may collect information from you when you visit and take actions on our website. We use this information to provide the services you've requested."}),o.jsx("li",{children:"We utilize cookies (such as those stored by Google Analytics) to provide a better experiencce and improve our review tool website for your use."}),o.jsx("li",{children:"We will not knowingly disclose or sell your personal information to any third party, except as provided in this privacy policy."}),o.jsx("li",{children:"Protecting your personal information is extremely important to us, and we take all reasonable measures to do so."})]}),o.jsx("h2",{className:r.h2,children:"The personal information we collect"}),o.jsxs("p",{className:r.p,children:["Visiting"," ",o.jsx("a",{href:"/",className:r.hyperlink,children:"civictechjobs.org"})]}),o.jsxs("ul",{className:r.bullets,children:[o.jsxs("li",{children:["We may automatically collect and store data about your visit to"," ",e,o.jsxs("ul",{className:r.bullets,children:[o.jsx("li",{children:"Domain from which you access the Internet"}),o.jsx("li",{children:"Operating system on your computer and information about the browser you used when visiting the site"}),o.jsx("li",{children:"Date and time of your visit"}),o.jsx("li",{children:"Pages you visited"}),o.jsx("li",{children:"Address of the website that connects you to the Site (such as google.com or bing.com)"}),o.jsx("li",{children:"The queries you make on our site "})]})]}),o.jsxs("li",{children:["None of the information we collect about you when you visit"," ",e," is personally identifiable."]}),o.jsxs("li",{children:["We use this non personally identifiable information to understand how the ",e," website is used, to improve the website, and to monitor usage for security purposes."]}),o.jsx("li",{children:"We will not collect personal information from you without your knowledge and consent, except in a few limited circumstances as described in this policy."})]}),o.jsx("h2",{className:r.h2,children:"E-mail Addresses"}),o.jsx("p",{className:r.p,children:"E-mail addresses obtained through the web site will not be sold or given to private companies for marketing purposes. The information collected is subject to the access and confidentiality provisions of the Public Records Act, other applicable sections of the California code as well as federal laws. E-mail or other information requests sent to the City web site may be maintained in order to respond to the request, forward that request to the appropriate agency within the City, communicate updates to the City page that may be of interest to citizens, or to provide the City or Hack for LA with valuable customer feedback to assist in improving the site. Individuals can cancel any communications regarding new service updates at any time."}),o.jsx("h2",{className:r.h2,children:"Google Analytics"}),o.jsxs("ul",{className:r.bullets,children:[o.jsx("li",{children:"We use Google Analytics to understand how visitors use our site and to gather aggregate performance metrics."}),o.jsx("li",{children:"We’ve set up Google Analytics so that it doesn’t collect your full IP address."}),o.jsx("li",{children:"We don’t collect any personally identifiable information using Google Analytics, and we do not combine the information collected through Google Analytics with any personally identifiable information."}),o.jsxs("li",{children:["Google Analytics places a cookie on your web browser to identify you as a unique user. This cookie cannot be used by anyone but Google. Google's ability to use and share information collected by Google Analytics about your visits to this site is restricted by the"," ",o.jsx("a",{href:"http://www.google.com/analytics/terms/us.html",className:r.hyperlink,children:"Google Analytics Terms of Use"})," ","and the"," ",o.jsx("a",{href:"http://www.google.com/policies/privacy/",className:r.hyperlink,children:"Google Privacy Policy"}),"."]})]}),o.jsx("p",{className:r.p,children:"To provide website visitors the ability to prevent their data from being used by Google Analytics, Google has developed the Google Analytics opt-out browser add-on for the Google Analytics JavaScript (ga.js, analytics.js, dc.js). This add-on instructs the Google Analytics JavaScript (ga.js, analytics.js, and dc.js) running on websites to prohibit sending information to Google Analytics. However, the Google Analytics opt-out browser add-on does not prevent data from being sent to the City’s site."}),o.jsxs("p",{className:r.p,children:["Visit"," ",o.jsx("a",{href:"https://tools.google.com/dlpage/gaoptout/",className:r.hyperlink,children:"https://tools.google.com/dlpage/gaoptout/"})," ","for more info on how to opt out."]}),o.jsx("h2",{className:r.h2,children:"Cookies and other tracking technologies"}),o.jsxs("ul",{className:r.bullets,children:[o.jsx("li",{children:"Cookies are small text files that websites place on the computers and mobile devices of people who visit those websites. Pixel tags (also called web beacons) are small blocks of code placed on websites and emails."}),o.jsx("li",{children:"We use cookies and other technologies like pixel tags to remember your preferences, enhance your online experience, and to gather data on how you use our Sites to improve the way we promote our content, programs, and events."}),o.jsx("li",{children:"Your use of our Sites indicates your consent to such use of Cookies."})]}),o.jsx("h3",{className:r.h3,children:"Third party service providers"}),o.jsxs("p",{className:r.p,children:["We use third-party service providers to track and analyze statistical usage and volume information from our Site users. These third-party service providers use persistent Cookies to help us to improve the user experience, manage the content on our Sites, and analyze how users navigate and use the Sites.",o.jsx("br",{})," Third-party service providers we may use include"," ",o.jsx("a",{href:"https://analytics.google.com/",className:r.hyperlink,children:"Google Analytics"}),","," ",o.jsx("a",{href:"https://mixpanel.com/",className:r.hyperlink,children:"Mixpanel"}),","," ",o.jsx("a",{href:"https://www.hotjar.com/",className:r.hyperlink,children:"Hotjar"}),"."]}),o.jsx("h3",{className:r.h3,children:"How to opt-out of the use of cookies"}),o.jsxs("p",{className:r.p,children:["Most browsers are initially set up to accept HTTP cookies. If you want to restrict or block the cookies that are set by our Site, or any other site, you can do so through your browser setting. The ‘Help’ function in your browser should explain how. Alternatively, you can visit"," ",o.jsx("a",{href:"http://www.aboutcookies.org",className:r.hyperlink,children:"www.aboutcookies.org"}),", which contains comprehensive information on how to do this on a wide variety of browsers. You will find general information about cookies and details on how to delete cookies from your machine."]}),o.jsx("h2",{className:r.h2,children:"As required by law and similar disclosures"}),o.jsxs("ul",{className:r.bullets,children:[o.jsxs("li",{children:["We may access, preserve, and disclose your information if we believe doing so is required or appropriate to:",o.jsxs("ul",{className:r.bullets,children:[o.jsx("li",{children:"comply with law enforcement requests and legal process, such as a court order or subpoena;"}),o.jsx("li",{children:"respond to your requests; or"}),o.jsx("li",{children:"protect your, our, or others’ rights, property, or safety."})]})]}),o.jsx("li",{children:"For the avoidance of doubt, the disclosure of your information may occur if you post any objectionable content on or through the Site."})]}),o.jsx("h2",{className:r.h2,children:"Consent"}),o.jsx("ul",{className:r.bullets,children:o.jsx("li",{children:"We may also disclose information from you or about you or your devices with your permission."})}),o.jsx("h2",{className:r.h2,children:"Children's Privacy"}),o.jsxs("ul",{className:r.bullets,children:[o.jsx("li",{children:"We do not knowingly collect, maintain, or use personal information from children under 13 years of age, and no part of our Site is directed to children."}),o.jsxs("li",{children:["If you learn that a child has provided us with personal information in violation of this Privacy Policy, then you may alert us at"," ",o.jsx("a",{href:"mailto:privacy@hackforla.org?subject=HfLA%20TDM%20Calculator",className:r.hyperlink,children:"privacy@hackforla.org"})," ",'and reference “Child Privacy Report" in the subject line.']})]}),o.jsx("h2",{className:r.h2,children:"Security"}),o.jsxs("ul",{className:r.bullets,children:[o.jsxs("li",{children:[e,' utilizes Amazon Web Servcies (AWS). AWS operates "secure data networks" protected by industry standard firewalls and password protection systems. Only authorized individuals have access to the information provided by our users.']}),o.jsx("li",{children:"We make reasonable efforts to protect your information by using physical and electronic safeguards designed to improve the security of the information we maintain. However, as our Services are hosted electronically, we make no guarantees as to the security or privacy of your information."})]}),o.jsx("h2",{className:r.h2,children:"Right to be forgotten and rectification"}),o.jsx("ul",{className:r.bullets,children:o.jsxs("li",{children:["You may request that we make corrections to any personal data that is stored on our internal databases at any time. You may request that incomplete data be completed or that incorrect data be corrected. Requests can be submitted to"," ",o.jsx("a",{href:"mailto:privacy@HackforLa.org?subject=HfLA%20TDM%20Calculator%20-%20Public%20Website",className:r.hyperlink,children:"privacy@HackforLA.org"})," ","and reference “",e," Public Website” in the subject line."]})}),o.jsx("h2",{className:r.h2,children:"Changes"}),o.jsxs("p",{className:r.p,children:["This ",e," Privacy Policy is subject to change from time to time in response to, or as a result of changes in federal, state, and/or local law. Please check this page frequently for updates as your continued use of this site after any changes in this Privacy Policy will constitute your acceptance of the changes."]}),o.jsx("h2",{className:r.h2,children:"Effective Date"}),o.jsx("p",{className:r.p,children:"This version of the policy is effective October 1, 2020."}),o.jsx("h2",{className:r.h2,children:"Questions"}),o.jsxs("p",{className:r.p,children:["If you have any questions, comments, concerns, or complaints related to our Review Tool websites, please contact us by email at"," ",o.jsx("a",{href:"mailto:privacy@hackforla.org",className:r.hyperlink,children:"privacy@hackforla.org"}),", or by mail at:"]}),o.jsxs("p",{className:r.p,children:["Code for America ",o.jsx("br",{}),"Ref: Hack for LA, ",e,o.jsx("br",{}),"155 9th Street",o.jsx("br",{}),"San Francisco, CA 94103"]})]})})]})},JT=QI([{path:"/",element:o.jsx(QT,{}),children:[{path:"/",element:o.jsx(WT,{}),children:[{index:!0,element:o.jsx(dT,{})},{path:"qualifier",element:o.jsx(xT,{}),children:[{path:":page",element:o.jsx(yT,{}),loader:gT}]},{path:"credits",element:o.jsx(OO,{})},{path:"demo",element:o.jsx(eT,{})},{path:"demo-tailwind",element:o.jsx(rT,{})},{path:"*",element:o.jsx(nT,{})},{path:"privacypolicy",element:o.jsx(ZT,{})}]}]},{path:"login",element:o.jsx(D3,{})},{path:"signup",element:o.jsx(D3,{})}]);function XT(){return o.jsxs(o.Fragment,{children:[o.jsx(PI,{router:JT}),o.jsx(AT,{})]})}var Ap={exports:{}};/*! axe v4.6.3 - * Copyright (c) 2023 Deque Systems, Inc. - * - * Your use of this Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This entire copyright notice must appear in every copy of this file you - * distribute or in any file that contains substantial portions of this source - * code. - */Ap.exports;(function(e){(function r(i){var u=i,c=i.document,f=f||{};f.version="4.6.3",de(e)==="object"&&e.exports&&typeof r.toString=="function"&&(f.source="("+r.toString()+')(typeof window === "object" ? window : this);',e.exports=f),typeof i.getComputedStyle=="function"&&(i.axe=f);function v(Y){this.name="SupportError",this.cause=Y.cause,this.message="`".concat(Y.cause,"` - feature unsupported in your environment."),Y.ruleId&&(this.ruleId=Y.ruleId,this.message+=" Skipping ".concat(this.ruleId," rule.")),this.stack=new Error().stack}v.prototype=Object.create(Error.prototype),v.prototype.constructor=v;var x=["node"],b=["variant"],_=["matches"],S=["chromium"],k=["noImplicit"],F=["noPresentational"],W=["node"],q=["nodes"],B=["node"],se=["relatedNodes"],R=["environmentData"],E=["environmentData"],I=["node"],G=["environmentData"],X=["environmentData"],ue=["environmentData"];function ee(Y){return cr(Y)||Te(Y)||mn(Y)||Sr()}function me(Y,D,O){return D=hn(D),D in Y?Object.defineProperty(Y,D,{value:O,enumerable:!0,configurable:!0,writable:!0}):Y[D]=O,Y}function Ue(Y,D){if(typeof D!="function"&&D!==null)throw new TypeError("Super expression must either be null or a function");Y.prototype=Object.create(D&&D.prototype,{constructor:{value:Y,writable:!0,configurable:!0}}),Object.defineProperty(Y,"prototype",{writable:!1}),D&&ke(Y,D)}function ke(Y,D){return ke=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(L,ie){return L.__proto__=ie,L},ke(Y,D)}function dt(Y){var D=Le();return function(){var L=tt(Y),ie;if(D){var te=tt(this).constructor;ie=Reflect.construct(L,arguments,te)}else ie=L.apply(this,arguments);return Ae(this,ie)}}function Ae(Y,D){if(D&&(de(D)==="object"||typeof D=="function"))return D;if(D!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return ve(Y)}function ve(Y){if(Y===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Y}function Le(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function tt(Y){return tt=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(O){return O.__proto__||Object.getPrototypeOf(O)},tt(Y)}function We(Y,D){if(Y==null)return{};var O=_t(Y,D),L,ie;if(Object.getOwnPropertySymbols){var te=Object.getOwnPropertySymbols(Y);for(ie=0;ie=0)&&Object.prototype.propertyIsEnumerable.call(Y,L)&&(O[L]=Y[L])}return O}function _t(Y,D){if(Y==null)return{};var O={},L=Object.keys(Y),ie,te;for(te=0;te=0)&&(O[ie]=Y[ie]);return O}function $(Y){return vt(Y)||Te(Y)||mn(Y)||ge()}function ge(){throw new TypeError(`Invalid attempt to spread non-iterable instance. -In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Te(Y){if(typeof Symbol<"u"&&Y[Symbol.iterator]!=null||Y["@@iterator"]!=null)return Array.from(Y)}function vt(Y){if(Array.isArray(Y))return ha(Y)}function De(){return De=Object.assign?Object.assign.bind():function(Y){for(var D=1;D=Y.length?{done:!0}:{done:!1,value:Y[L++]}},e:function(at){throw at},f:ie}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. -In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var te=!0,ne=!1,U;return{s:function(){O=O.call(Y)},n:function(){var at=O.next();return te=at.done,at},e:function(at){ne=!0,U=at},f:function(){try{!te&&O.return!=null&&O.return()}finally{if(ne)throw U}}}}function mn(Y,D){if(Y){if(typeof Y=="string")return ha(Y,D);var O=Object.prototype.toString.call(Y).slice(8,-1);if(O==="Object"&&Y.constructor&&(O=Y.constructor.name),O==="Map"||O==="Set")return Array.from(Y);if(O==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(O))return ha(Y,D)}}function ha(Y,D){(D==null||D>Y.length)&&(D=Y.length);for(var O=0,L=new Array(D);O="a"&&p<="z"||p>="A"&&p<="Z"||p==="-"||p==="_"}t.isIdentStart=n;function a(p){return p>="a"&&p<="z"||p>="A"&&p<="Z"||p>="0"&&p<="9"||p==="-"||p==="_"}t.isIdent=a;function l(p){return p>="a"&&p<="f"||p>="A"&&p<="F"||p>="0"&&p<="9"}t.isHex=l;function s(p){for(var h=p.length,m="",g=0;g="A"&&y<="Z"||y>="a"&&y<="z"||g!==0&&y>="0"&&y<="9")m+=y;else{var w=y.charCodeAt(0);if((w&63488)===55296){var C=p.charCodeAt(g++);if((w&64512)!==55296||(C&64512)!==56320)throw Error("UCS-2(decode): illegal sequence");w=((w&1023)<<10)+(C&1023)+65536}m+="\\"+w.toString(16)+" "}g++}return m}t.escapeIdentifier=s;function d(p){for(var h=p.length,m="",g=0,y;g":!0,"?":!0,"@":!0,"[":!0,"\\":!0,"]":!0,"^":!0,"`":!0,"{":!0,"|":!0,"}":!0,"~":!0},t.strReplacementsRev={"\n":"\\n","\r":"\\r"," ":"\\t","\f":"\\f","\v":"\\v"},t.singleQuoteEscapeChars={n:` -`,r:"\r",t:" ",f:"\f","\\":"\\","'":"'"},t.doubleQuotesEscapeChars={n:` -`,r:"\r",t:" ",f:"\f","\\":"\\",'"':'"'}}),H=U(function(t){Object.defineProperty(t,"__esModule",{value:!0});var n=_i();function a(l,s,d,p,h,m){var g=l.length,y="";function w(M,Z){var K="";for(s++,y=l.charAt(s);s=g)throw Error("Expected symbol but end of file reached.");if(y=l.charAt(s),n.identSpecialChars[y])M+=y;else if(n.isHex(y)){var Z=y;for(s++,y=l.charAt(s);n.isHex(y);)Z+=y,s++,y=l.charAt(s);y===" "&&(s++,y=l.charAt(s)),M+=String.fromCharCode(parseInt(Z,16));continue}else M+=y}else return M;s++,y=l.charAt(s)}return M}function A(){y=l.charAt(s);for(var M=!1;y===" "||y===" "||y===` -`||y==="\r"||y==="\f";)M=!0,s++,y=l.charAt(s);return M}function j(){var M=N();if(s=g||y===","||y===")"));)if(h[y]){var ae=y;if(s++,A(),Z=T(),!Z)throw Error('Rule expected after "'+ae+'".');Z.nestingOperator=ae}else Z=T(),Z&&(Z.nestingOperator=null);return M}function T(){for(var M=null;s=g)throw Error('Expected "=" but end of file reached.');if(y!=="=")throw Error('Expected "=" but "'+y+'" found.');Z.operator=K+"=",s++,A();var ae="";if(Z.valueType="string",y==='"')ae=w('"',n.doubleQuotesEscapeChars);else if(y==="'")ae=w("'",n.singleQuoteEscapeChars);else if(m&&y==="$")s++,ae=C(),Z.valueType="substitute";else{for(;s=g)throw Error('Expected "]" but end of file reached.');if(y!=="]")throw Error('Expected "]" but "'+y+'" found.');s++,Z.value=ae}M=M||{},(M.attrs=M.attrs||[]).push(Z)}else if(y===":"){s++;var he=C(),be={name:he};if(y==="("){s++;var Re="";if(A(),d[he]==="selector")be.valueType="selector",Re=N();else{if(be.valueType=d[he]||"string",y==='"')Re=w('"',n.doubleQuotesEscapeChars);else if(y==="'")Re=w("'",n.singleQuoteEscapeChars);else if(m&&y==="$")s++,Re=C(),be.valueType="substitute";else{for(;s=g)throw Error('Expected ")" but end of file reached.');if(y!==")")throw Error('Expected ")" but "'+y+'" found.');s++,be.value=Re}M=M||{},(M.pseudos=M.pseudos||[]).push(be)}else break;return M}return j()}t.parseCssSelector=a}),J=U(function(t){Object.defineProperty(t,"__esModule",{value:!0});var n=_i();function a(l){var s="";switch(l.type){case"ruleSet":for(var d=l.rule,p=[];d;)d.nestingOperator&&p.push(d.nestingOperator),p.push(a(d)),d=d.rule;s=p.join(" ");break;case"selectors":s=l.selectors.map(a).join(", ");break;case"rule":l.tagName&&(l.tagName==="*"?s="*":s=n.escapeIdentifier(l.tagName)),l.id&&(s+="#"+n.escapeIdentifier(l.id)),l.classNames&&(s+=l.classNames.map(function(h){return"."+n.escapeIdentifier(h)}).join("")),l.attrs&&(s+=l.attrs.map(function(h){return"operator"in h?h.valueType==="substitute"?"["+n.escapeIdentifier(h.name)+h.operator+"$"+h.value+"]":"["+n.escapeIdentifier(h.name)+h.operator+n.escapeStr(h.value)+"]":"["+n.escapeIdentifier(h.name)+"]"}).join("")),l.pseudos&&(s+=l.pseudos.map(function(h){return h.valueType?h.valueType==="selector"?":"+n.escapeIdentifier(h.name)+"("+a(h.value)+")":h.valueType==="substitute"?":"+n.escapeIdentifier(h.name)+"($"+h.value+")":h.valueType==="numeric"?":"+n.escapeIdentifier(h.name)+"("+h.value+")":":"+n.escapeIdentifier(h.name)+"("+n.escapeIdentifier(h.value)+")":":"+n.escapeIdentifier(h.name)}).join(""));break;default:throw Error('Unknown entity type: "'+l.type+'".')}return s}t.renderEntity=a}),re=U(function(t){Object.defineProperty(t,"__esModule",{value:!0});var n=H(),a=J(),l=function(){function s(){this.pseudos={},this.attrEqualityMods={},this.ruleNestingOperators={},this.substitutesEnabled=!1}return s.prototype.registerSelectorPseudos=function(){for(var d=[],p=0;p0?1:-1}}),Se=U(function(t,n){n.exports=Be()()?Math.sign:Ge()}),nr=U(function(t,n){var a=Se(),l=Math.abs,s=Math.floor;n.exports=function(d){return isNaN(d)?0:(d=Number(d),d===0||!isFinite(d)?d:a(d)*s(l(d)))}}),Ye=U(function(t,n){var a=nr(),l=Math.max;n.exports=function(s){return l(0,a(s))}}),ar=U(function(t,n){var a=Ye();n.exports=function(l,s,d){var p;return isNaN(l)?(p=s,p>=0?d&&p?p-1:p:1):l===!1?!1:a(l)}}),ht=U(function(t,n){n.exports=function(a){if(typeof a!="function")throw new TypeError(a+" is not a function");return a}}),dr=U(function(t,n){var a=ye();n.exports=function(l){if(!a(l))throw new TypeError("Cannot use null or undefined");return l}}),Gr=U(function(t,n){var a=ht(),l=dr(),s=Function.prototype.bind,d=Function.prototype.call,p=Object.keys,h=Object.prototype.propertyIsEnumerable;n.exports=function(m,g){return function(y,w){var C,A=arguments[2],j=arguments[3];return y=Object(l(y)),a(w),C=p(y),j&&C.sort(typeof j=="function"?s.call(j,y):void 0),typeof m!="function"&&(m=C[m]),d.call(m,C,function(N,z){return h.call(y,N)?d.call(w,A,y[N],N,y,z):g})}}}),Sn=U(function(t,n){n.exports=Gr()("forEach")}),tn=U(function(){}),Ai=U(function(t,n){n.exports=function(){var a=Object.assign,l;return typeof a!="function"?!1:(l={foo:"raz"},a(l,{bar:"dwa"},{trzy:"trzy"}),l.foo+l.bar+l.trzy==="razdwatrzy")}}),ma=U(function(t,n){n.exports=function(){try{return Object.keys("primitive"),!0}catch{return!1}}}),Oo=U(function(t,n){var a=ye(),l=Object.keys;n.exports=function(s){return l(a(s)?Object(s):s)}}),ir=U(function(t,n){n.exports=ma()()?Object.keys:Oo()}),rn=U(function(t,n){var a=ir(),l=dr(),s=Math.max;n.exports=function(d,p){var h,m,g=s(arguments.length,2),y;for(d=Object(l(d)),y=function(C){try{d[C]=p[C]}catch(A){h||(h=A)}},m=1;m-1}}),U7=U(function(t,n){n.exports=N7()()?String.prototype.contains:L7()}),Ga=U(function(t,n){var a=nn(),l=P7(),s=Fn(),d=Fe(),p=U7(),h=n.exports=function(m,g){var y,w,C,A,j;return arguments.length<2||typeof m!="string"?(A=g,g=m,m=null):A=arguments[2],a(m)?(y=p.call(m,"c"),w=p.call(m,"e"),C=p.call(m,"w")):(y=C=!0,w=!1),j={value:g,configurable:y,enumerable:w,writable:C},A?s(d(A),j):j};h.gs=function(m,g,y){var w,C,A,j;return typeof m!="string"?(A=y,y=g,g=m,m=null):A=arguments[3],a(g)?l(g)?a(y)?l(y)||(A=y,y=void 0):y=void 0:(A=g,g=y=void 0):g=void 0,a(m)?(w=p.call(m,"c"),C=p.call(m,"e")):(w=!0,C=!1),j={get:g,set:y,configurable:w,enumerable:C},A?s(d(A),j):j}}),z7=U(function(t,n){var a=Ga(),l=ht(),s=Function.prototype.apply,d=Function.prototype.call,p=Object.create,h=Object.defineProperty,m=Object.defineProperties,g=Object.prototype.hasOwnProperty,y={configurable:!0,enumerable:!1,writable:!0},w,C,A,j,N,z,T;w=function(Z,K){var ae;return l(K),g.call(this,"__ee__")?ae=this.__ee__:(ae=y.value=p(null),h(this,"__ee__",y),y.value=null),ae[Z]?de(ae[Z])==="object"?ae[Z].push(K):ae[Z]=[ae[Z],K]:ae[Z]=K,this},C=function(Z,K){var ae,he;return l(K),he=this,w.call(this,Z,ae=function(){A.call(he,Z,ae),s.call(K,this,arguments)}),ae.__eeOnceListener__=K,this},A=function(Z,K){var ae,he,be,Re;if(l(K),!g.call(this,"__ee__"))return this;if(ae=this.__ee__,!ae[Z])return this;if(he=ae[Z],de(he)==="object")for(Re=0;be=he[Re];++Re)(be===K||be.__eeOnceListener__===K)&&(he.length===2?ae[Z]=he[Re?0:1]:he.splice(Re,1));else(he===K||he.__eeOnceListener__===K)&&delete ae[Z];return this},j=function(Z){var K,ae,he,be,Re;if(g.call(this,"__ee__")&&(be=this.__ee__[Z],!!be))if(de(be)==="object"){for(ae=arguments.length,Re=new Array(ae-1),K=1;K"u"?"undefined":de(globalThis))!=="object"||!globalThis?!1:globalThis.Array===Array}}),G7=U(function(t,n){var a=function(){if((typeof self>"u"?"undefined":de(self))==="object"&&self)return self;if((typeof i>"u"?"undefined":de(i))==="object"&&i)return i;throw new Error("Unable to resolve global `this`")};n.exports=function(){if(this)return this;try{Object.defineProperty(Object.prototype,"__global__",{get:function(){return this},configurable:!0})}catch{return a()}try{return __global__||a()}finally{delete Object.prototype.__global__}}()}),fs=U(function(t,n){n.exports=H7()()?globalThis:G7()}),q7=U(function(t,n){var a=fs(),l={object:!0,symbol:!0};n.exports=function(){var s=a.Symbol,d;if(typeof s!="function")return!1;d=s("test symbol");try{String(d)}catch{return!1}return!(!l[de(s.iterator)]||!l[de(s.toPrimitive)]||!l[de(s.toStringTag)])}}),Q7=U(function(t,n){n.exports=function(a){return a?de(a)==="symbol"?!0:!a.constructor||a.constructor.name!=="Symbol"?!1:a[a.constructor.toStringTag]==="Symbol":!1}}),Ep=U(function(t,n){var a=Q7();n.exports=function(l){if(!a(l))throw new TypeError(l+" is not a symbol");return l}}),W7=U(function(t,n){var a=Ga(),l=Object.create,s=Object.defineProperty,d=Object.prototype,p=l(null);n.exports=function(h){for(var m=0,g,y;p[h+(m||"")];)++m;return h+=m||"",p[h]=!0,g="@@"+h,s(d,g,a.gs(null,function(w){y||(y=!0,s(this,g,a(w)),y=!1)})),g}}),Z7=U(function(t,n){var a=Ga(),l=fs().Symbol;n.exports=function(s){return Object.defineProperties(s,{hasInstance:a("",l&&l.hasInstance||s("hasInstance")),isConcatSpreadable:a("",l&&l.isConcatSpreadable||s("isConcatSpreadable")),iterator:a("",l&&l.iterator||s("iterator")),match:a("",l&&l.match||s("match")),replace:a("",l&&l.replace||s("replace")),search:a("",l&&l.search||s("search")),species:a("",l&&l.species||s("species")),split:a("",l&&l.split||s("split")),toPrimitive:a("",l&&l.toPrimitive||s("toPrimitive")),toStringTag:a("",l&&l.toStringTag||s("toStringTag")),unscopables:a("",l&&l.unscopables||s("unscopables"))})}}),J7=U(function(t,n){var a=Ga(),l=Ep(),s=Object.create(null);n.exports=function(d){return Object.defineProperties(d,{for:a(function(p){return s[p]?s[p]:s[p]=d(String(p))}),keyFor:a(function(p){var h;l(p);for(h in s)if(s[h]===p)return h})})}}),X7=U(function(t,n){var a=Ga(),l=Ep(),s=fs().Symbol,d=W7(),p=Z7(),h=J7(),m=Object.create,g=Object.defineProperties,y=Object.defineProperty,w,C,A;if(typeof s=="function")try{String(s()),A=!0}catch{}else s=null;C=function(N){if(this instanceof C)throw new TypeError("Symbol is not a constructor");return w(N)},n.exports=w=function j(N){var z;if(this instanceof j)throw new TypeError("Symbol is not a constructor");return A?s(N):(z=m(C.prototype),N=N===void 0?"":String(N),g(z,{__description__:a("",N),__name__:a("",d(N))}))},p(w),h(w),g(C.prototype,{constructor:a(w),toString:a("",function(){return this.__name__})}),g(w.prototype,{toString:a(function(){return"Symbol ("+l(this).__description__+")"}),valueOf:a(function(){return l(this)})}),y(w.prototype,w.toPrimitive,a("",function(){var j=l(this);return de(j)==="symbol"?j:j.toString()})),y(w.prototype,w.toStringTag,a("c","Symbol")),y(C.prototype,w.toStringTag,a("c",w.prototype[w.toStringTag])),y(C.prototype,w.toPrimitive,a("c",w.prototype[w.toPrimitive]))}),Y7=U(function(t,n){n.exports=q7()()?fs().Symbol:X7()}),K7=U(function(t,n){var a=Object.prototype.toString,l=a.call(function(){return arguments}());n.exports=function(s){return a.call(s)===l}}),$7=U(function(t,n){var a=Object.prototype.toString,l=RegExp.prototype.test.bind(/^[object [A-Za-z0-9]*Function]$/);n.exports=function(s){return typeof s=="function"&&l(a.call(s))}}),e5=U(function(t,n){var a=Object.prototype.toString,l=a.call("");n.exports=function(s){return typeof s=="string"||s&&de(s)==="object"&&(s instanceof String||a.call(s)===l)||!1}}),t5=U(function(t,n){var a=Y7().iterator,l=K7(),s=$7(),d=Ye(),p=ht(),h=dr(),m=ye(),g=e5(),y=Array.isArray,w=Function.prototype.call,C={configurable:!0,enumerable:!0,writable:!0,value:null},A=Object.defineProperty;n.exports=function(j){var N=arguments[1],z=arguments[2],T,M,Z,K,ae,he,be,Re,$e,_e;if(j=Object(h(j)),m(N)&&p(N),!this||this===Array||!s(this)){if(!N){if(l(j))return ae=j.length,ae!==1?Array.apply(null,j):(K=new Array(1),K[0]=j[0],K);if(y(j)){for(K=new Array(ae=j.length),M=0;M=55296&&he<=56319&&(_e+=j[++M])),_e=N?w.call(N,z,_e,Z):_e,T?(C.value=_e,A(K,Z,C)):K[Z]=_e,++Z;ae=Z}}if(ae===void 0)for(ae=d(j.length),T&&(K=new T(ae)),M=0;M=0?C=m(C):C=l(this.length)-m(h(C)),y=C;y"u"?"undefined":de(process))==="object"&&process&&typeof process.nextTick=="function")return process.nextTick;if(typeof queueMicrotask=="function")return function(s){queueMicrotask(a(s))};if((typeof c>"u"?"undefined":de(c))==="object"&&c){if(typeof MutationObserver=="function")return l(MutationObserver);if(typeof WebKitMutationObserver=="function")return l(WebKitMutationObserver)}return typeof setImmediate=="function"?function(s){setImmediate(a(s))}:typeof setTimeout=="function"||(typeof setTimeout>"u"?"undefined":de(setTimeout))==="object"?function(s){setTimeout(a(s),0)}:null}()}),m5=U(function(){var t=Ic(),n=jp(),a=us(),l=cs(),s=Tc(),d=Array.prototype.slice,p=Function.prototype.apply,h=Object.create;tn().async=function(m,g){var y=h(null),w=h(null),C=g.memoized,A=g.original,j,N,z;g.memoized=l(function(T){var M=arguments,Z=M[M.length-1];return typeof Z=="function"&&(j=Z,M=d.call(M,0,-1)),C.apply(N=this,z=M)},C);try{a(g.memoized,C)}catch{}g.on("get",function(T){var M,Z,K;if(j){if(y[T]){typeof y[T]=="function"?y[T]=[y[T],j]:y[T].push(j),j=null;return}M=j,Z=N,K=z,j=N=z=null,s(function(){var ae;hasOwnProperty.call(w,T)?(ae=w[T],g.emit("getasync",T,K,Z),p.call(M,ae.context,ae.args)):(j=M,N=Z,z=K,C.apply(Z,K))})}}),g.original=function(){var T,M,Z,K;return j?(T=t(arguments),M=function ae(he){var be,Re,$e=ae.id;if($e==null){s(p.bind(ae,this,arguments));return}if(delete ae.id,be=y[$e],delete y[$e],!!be)return Re=t(arguments),g.has($e)&&(he?g.delete($e):(w[$e]={context:this,args:Re},g.emit("setasync",$e,typeof be=="function"?1:be.length))),typeof be=="function"?K=p.call(be,this,Re):be.forEach(function(_e){K=p.call(_e,this,Re)},this),K},Z=j,j=N=z=null,T.push(M),K=p.call(A,this,T),M.cb=Z,j=M,K):p.call(A,this,arguments)},g.on("set",function(T){if(!j){g.delete(T);return}y[T]?typeof y[T]=="function"?y[T]=[y[T],j.cb]:y[T].push(j.cb):y[T]=j.cb,delete j.cb,j.id=T,j=null}),g.on("delete",function(T){var M;hasOwnProperty.call(y,T)||w[T]&&(M=w[T],delete w[T],g.emit("deleteasync",T,d.call(M.args,1)))}),g.on("clear",function(){var T=w;w=h(null),g.emit("clearasync",n(T,function(M){return d.call(M.args,1)}))})}}),g5=U(function(t,n){var a=Array.prototype.forEach,l=Object.create;n.exports=function(s){var d=l(null);return a.call(arguments,function(p){d[p]=!0}),d}}),kp=U(function(t,n){n.exports=function(a){return typeof a=="function"}}),v5=U(function(t,n){var a=kp();n.exports=function(l){try{return l&&a(l.toString)?l.toString():String(l)}catch{throw new TypeError("Passed argument cannot be stringifed")}}}),y5=U(function(t,n){var a=dr(),l=v5();n.exports=function(s){return l(a(s))}}),x5=U(function(t,n){var a=kp();n.exports=function(l){try{return l&&a(l.toString)?l.toString():String(l)}catch{return""}}}),b5=U(function(t,n){var a=x5(),l=/[\n\r\u2028\u2029]/g;n.exports=function(s){var d=a(s);return d.length>100&&(d=d.slice(0,99)+"…"),d=d.replace(l,function(p){return JSON.stringify(p).slice(1,-1)}),d}}),Sp=U(function(t,n){n.exports=a,n.exports.default=a;function a(l){return!!l&&(de(l)==="object"||typeof l=="function")&&typeof l.then=="function"}}),w5=U(function(){var t=jp(),n=g5(),a=y5(),l=b5(),s=Sp(),d=Tc(),p=Object.create,h=n("then","then:finally","done","done:finally");tn().promise=function(m,g){var y=p(null),w=p(null),C=p(null);if(m===!0)m=null;else if(m=a(m),!h[m])throw new TypeError("'"+l(m)+"' is not valid promise mode");g.on("set",function(A,j,N){var z=!1;if(!s(N)){w[A]=N,g.emit("setasync",A,1);return}y[A]=1,C[A]=N;var T=function(he){var be=y[A];if(z)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) -Consider to rely on 'then' or 'done' mode instead.`);be&&(delete y[A],w[A]=he,g.emit("setasync",A,be))},M=function(){z=!0,y[A]&&(delete y[A],delete C[A],g.delete(A))},Z=m;if(Z||(Z="then"),Z==="then"){var K=function(){d(M)};N=N.then(function(ae){d(T.bind(this,ae))},K),typeof N.finally=="function"&&N.finally(K)}else if(Z==="done"){if(typeof N.done!="function")throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done' mode");N.done(T,M)}else if(Z==="done:finally"){if(typeof N.done!="function")throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done:finally' mode");if(typeof N.finally!="function")throw new Error("Memoizee error: Retrieved promise does not implement 'finally' in 'done:finally' mode");N.done(T),N.finally(M)}}),g.on("get",function(A,j,N){var z;if(y[A]){++y[A];return}z=C[A];var T=function(){g.emit("getasync",A,j,N)};s(z)?typeof z.done=="function"?z.done(T):z.then(function(){d(T)}):T()}),g.on("delete",function(A){if(delete C[A],y[A]){delete y[A];return}if(hasOwnProperty.call(w,A)){var j=w[A];delete w[A],g.emit("deleteasync",A,[j])}}),g.on("clear",function(){var A=w;w=p(null),y=p(null),C=p(null),g.emit("clearasync",t(A,function(j){return[j]}))})}}),C5=U(function(){var t=ht(),n=Sn(),a=tn(),l=Function.prototype.apply;a.dispose=function(s,d,p){var h;if(t(s),p.async&&a.async||p.promise&&a.promise){d.on("deleteasync",h=function(g,y){l.call(s,null,y)}),d.on("clearasync",function(m){n(m,function(g,y){h(y,g)})});return}d.on("delete",h=function(g,y){s(y)}),d.on("clear",function(m){n(m,function(g,y){h(y,g)})})}}),_5=U(function(t,n){n.exports=2147483647}),A5=U(function(t,n){var a=Ye(),l=_5();n.exports=function(s){if(s=a(s),s>l)throw new TypeError(s+" exceeds maximum possible timeout");return s}}),D5=U(function(){var t=Ic(),n=Sn(),a=Tc(),l=Sp(),s=A5(),d=tn(),p=Function.prototype,h=Math.max,m=Math.min,g=Object.create;d.maxAge=function(y,w,C){var A,j,N,z;y=s(y),y&&(A=g(null),j=C.async&&d.async||C.promise&&d.promise?"async":"",w.on("set"+j,function(T){A[T]=setTimeout(function(){w.delete(T)},y),typeof A[T].unref=="function"&&A[T].unref(),z&&(z[T]&&z[T]!=="nextTick"&&clearTimeout(z[T]),z[T]=setTimeout(function(){delete z[T]},N),typeof z[T].unref=="function"&&z[T].unref())}),w.on("delete"+j,function(T){clearTimeout(A[T]),delete A[T],z&&(z[T]!=="nextTick"&&clearTimeout(z[T]),delete z[T])}),C.preFetch&&(C.preFetch===!0||isNaN(C.preFetch)?N=.333:N=h(m(Number(C.preFetch),1),0),N&&(z={},N=(1-N)*y,w.on("get"+j,function(T,M,Z){z[T]||(z[T]="nextTick",a(function(){var K;z[T]==="nextTick"&&(delete z[T],w.delete(T),C.async&&(M=t(M),M.push(p)),K=w.memoized.apply(Z,M),C.promise&&l(K)&&(typeof K.done=="function"?K.done(p,p):K.then(p,p)))}))}))),w.on("clear"+j,function(){n(A,function(T){clearTimeout(T)}),A={},z&&(n(z,function(T){T!=="nextTick"&&clearTimeout(T)}),z={})}))}}),E5=U(function(t,n){var a=Ye(),l=Object.create,s=Object.prototype.hasOwnProperty;n.exports=function(d){var p=0,h=1,m=l(null),g=l(null),y=0,w;return d=a(d),{hit:function(A){var j=g[A],N=++y;if(m[N]=A,g[A]=N,!j)return++p,p<=d?void 0:(A=m[h],w(A),A);if(delete m[j],h===j)for(;!s.call(m,++h););},delete:w=function(A){var j=g[A];if(j&&(delete m[j],delete g[A],--p,h===j)){if(!p){y=0,h=1;return}for(;!s.call(m,++h););}},clear:function(){p=0,h=1,m=l(null),g=l(null),y=0}}}}),j5=U(function(){var t=Ye(),n=E5(),a=tn();a.max=function(l,s,d){var p,h,m;l=t(l),l&&(h=n(l),p=d.async&&a.async||d.promise&&a.promise?"async":"",s.on("set"+p,m=function(y){y=h.hit(y),y!==void 0&&s.delete(y)}),s.on("get"+p,m),s.on("delete"+p,h.delete),s.on("clear"+p,h.clear))}}),k5=U(function(){var t=Ga(),n=tn(),a=Object.create,l=Object.defineProperties;n.refCounter=function(s,d,p){var h,m;h=a(null),m=p.async&&n.async||p.promise&&n.promise?"async":"",d.on("set"+m,function(g,y){h[g]=y||1}),d.on("get"+m,function(g){++h[g]}),d.on("delete"+m,function(g){delete h[g]}),d.on("clear"+m,function(){h={}}),l(d.memoized,{deleteRef:t(function(){var g=d.get(arguments);return g===null||!h[g]?null:--h[g]?!1:(d.delete(g),!0)}),getRefCount:t(function(){var g=d.get(arguments);return g===null||!h[g]?0:h[g]})})}}),Fp=U(function(t,n){var a=Fe(),l=ar(),s=o5();n.exports=function(d){var p=a(arguments[1]),h;return p.normalizer||(h=p.length=l(p.length,d.length,p.async),h!==0&&(p.primitive?h===!1?p.normalizer=l5():h>1&&(p.normalizer=s5()(h)):h===!1?p.normalizer=f5()():h===1?p.normalizer=p5()():p.normalizer=h5()(h))),p.async&&m5(),p.promise&&w5(),p.dispose&&C5(),p.maxAge&&D5(),p.max&&j5(),p.refCounter&&k5(),s(d,p)}}),Bp=U(function(t,n){(function(){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((typeof globalThis>"u"?"undefined":de(globalThis))!=="object")try{Object.defineProperty(Object.prototype,"__magic__",{get:function(){return this},configurable:!0}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__}catch{i.globalThis=function(){if(typeof self<"u")return self;if(typeof i<"u")return i;if(typeof u<"u")return u;if(typeof this<"u")return this;throw new Error("Unable to locate global `this`")}()}})(),a.encodeHTMLSource=function(h){var m={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},g=h?/[&<>"'\/]/g:/&(?!#?\w+;)|<|>|"|'|\//g;return function(y){return y?y.toString().replace(g,function(w){return m[w]||w}):""}},typeof n<"u"&&n.exports?n.exports=a:globalThis.doT=a;var l={append:{start:"'+(",end:")+'",startencode:"'+encodeHTML("},split:{start:"';out+=(",end:");out+='",startencode:"';out+=encodeHTML("}},s=/$^/;function d(h,m,g){return(typeof m=="string"?m:m.toString()).replace(h.define||s,function(y,w,C,A){return w.indexOf("def.")===0&&(w=w.substring(4)),w in g||(C===":"?(h.defineParams&&A.replace(h.defineParams,function(j,N,z){g[w]={arg:N,text:z}}),w in g||(g[w]=A)):new Function("def","def['"+w+"']="+A)(g)),""}).replace(h.use||s,function(y,w){h.useParams&&(w=w.replace(h.useParams,function(A,j,N,z){if(g[N]&&g[N].arg&&z){var T=(N+":"+z).replace(/'|\\/g,"_");return g.__exp=g.__exp||{},g.__exp[T]=g[N].text.replace(new RegExp("(^|[^\\w$])"+g[N].arg+"([^\\w$])","g"),"$1"+z+"$2"),j+"def.__exp['"+T+"']"}}));var C=new Function("def","return "+w)(g);return C&&d(h,C,g)})}function p(h){return h.replace(/\\('|\\)/g,"$1").replace(/[\r\t\n]/g," ")}a.template=function(h,m,g){m=m||a.templateSettings;var y=m.append?l.append:l.split,w,C=0,A,j=m.use||m.define?d(m,h,g||{}):h;j=("var out='"+(m.strip?j.replace(/(^|\r|\n)\t* +| +\t*(\r|\n|$)/g," ").replace(/\r|\n|\t|\/\*[\s\S]*?\*\//g,""):j).replace(/'|\\/g,"\\$&").replace(m.interpolate||s,function(N,z){return y.start+p(z)+y.end}).replace(m.encode||s,function(N,z){return w=!0,y.startencode+p(z)+y.end}).replace(m.conditional||s,function(N,z,T){return z?T?"';}else if("+p(T)+"){out+='":"';}else{out+='":T?"';if("+p(T)+"){out+='":"';}out+='"}).replace(m.iterate||s,function(N,z,T,M){return z?(C+=1,A=M||"i"+C,z=p(z),"';var arr"+C+"="+z+";if(arr"+C+"){var "+T+","+A+"=-1,l"+C+"=arr"+C+".length-1;while("+A+""u"&&typeof process<"u"&&{}.toString.call(process)==="[object process]",z=typeof Uint8ClampedArray<"u"&&typeof importScripts<"u"&&typeof MessageChannel<"u";function T(){return function(){return process.nextTick(be)}}function M(){return typeof h<"u"?function(){h(be)}:ae()}function Z(){var Q=0,le=new j(be),ce=c.createTextNode("");return le.observe(ce,{characterData:!0}),function(){ce.data=Q=++Q%2}}function K(){var Q=new MessageChannel;return Q.port1.onmessage=be,function(){return Q.port2.postMessage(0)}}function ae(){var Q=setTimeout;return function(){return Q(be,1)}}var he=new Array(1e3);function be(){for(var Q=0;Q>0},ToUint32:function(Ne){return Ne>>>0}}}(),l=Math.LN2,s=Math.abs,d=Math.floor,p=Math.log,h=Math.min,m=Math.pow,g=Math.round;function y(V,Me,pe){return Vpe?pe:V}var w=Object.getOwnPropertyNames||function(V){if(V!==Object(V))throw new TypeError("Object.getOwnPropertyNames called on non-object");var Me=[],pe;for(pe in V)a.HasOwnProperty(V,pe)&&Me.push(pe);return Me},C;Object.defineProperty&&function(){try{return Object.defineProperty({},"x",{}),!0}catch{return!1}}()?C=Object.defineProperty:C=function(Me,pe,Ne){if(!Me===Object(Me))throw new TypeError("Object.defineProperty called on non-object");return a.HasProperty(Ne,"get")&&Object.prototype.__defineGetter__&&Object.prototype.__defineGetter__.call(Me,pe,Ne.get),a.HasProperty(Ne,"set")&&Object.prototype.__defineSetter__&&Object.prototype.__defineSetter__.call(Me,pe,Ne.set),a.HasProperty(Ne,"value")&&(Me[pe]=Ne.value),Me};function A(V){if(w&&C){var Me=w(V),pe;for(pe=0;pen)throw new RangeError("Array too large for polyfill");function Me(Ne){C(V,Ne,{get:function(){return V._getter(Ne)},set:function(Ie){V._setter(Ne,Ie)},enumerable:!0,configurable:!1})}var pe;for(pe=0;pe>pe}function z(V,Me){var pe=32-Me;return V<>>pe}function T(V){return[V&255]}function M(V){return N(V[0],8)}function Z(V){return[V&255]}function K(V){return z(V[0],8)}function ae(V){return V=g(Number(V)),[V<0?0:V>255?255:V&255]}function he(V){return[V>>8&255,V&255]}function be(V){return N(V[0]<<8|V[1],16)}function Re(V){return[V>>8&255,V&255]}function $e(V){return z(V[0]<<8|V[1],16)}function _e(V){return[V>>24&255,V>>16&255,V>>8&255,V&255]}function Qe(V){return N(V[0]<<24|V[1]<<16|V[2]<<8|V[3],32)}function Ve(V){return[V>>24&255,V>>16&255,V>>8&255,V&255]}function ot(V){return z(V[0]<<24|V[1]<<16|V[2]<<8|V[3],32)}function lt(V,Me,pe){var Ne=(1<.5||Yt%2?Yt+1:Yt}for(V!==V?(Ie=(1<=m(2,1-Ne)?(Ie=h(d(p(V)/l),1023),Oe=mr(V/m(2,Ie)*m(2,pe)),Oe/m(2,pe)>=2&&(Ie=Ie+1,Oe=1),Ie>Ne?(Ie=(1<>1;return Ne.reverse(),Ft=Ne.join(""),qt=(1<0?Ot*m(2,Xt-qt)*(1+mr/m(2,pe)):mr!==0?Ot*m(2,-(qt-1))*(mr/m(2,pe)):Ot<0?-0:0}function Xe(V){return gt(V,11,52)}function it(V){return lt(V,11,52)}function fe(V){return gt(V,8,23)}function pt(V){return lt(V,8,23)}(function(){function V(or){if(or=a.ToInt32(or),or<0)throw new RangeError("ArrayBuffer size is not a small enough positive integer");this.byteLength=or,this._bytes=[],this._bytes.length=or;var Yt;for(Yt=0;Ytthis.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 throw new TypeError("Unexpected argument type(s)");this.constructor=gr,A(this),j(this)},gr.prototype=new Me,gr.prototype.BYTES_PER_ELEMENT=or,gr.prototype._pack=Yt,gr.prototype._unpack=Qi,gr.BYTES_PER_ELEMENT=or,gr.prototype._getter=function(Et){if(arguments.length<1)throw new SyntaxError("Not enough arguments");if(Et=a.ToUint32(Et),!(Et>=this.length)){for(var Kt=[],Vt=0,_r=this.byteOffset+Et*this.BYTES_PER_ELEMENT;Vtthis.length)throw new RangeError("Offset plus length of array is out of range");if(ce=this.byteOffset+Ar*this.BYTES_PER_ELEMENT,je=Vt.length*this.BYTES_PER_ELEMENT,Vt.buffer===this.buffer){for(He=[],xt=0,Q=Vt.byteOffset;xtthis.length)throw new RangeError("Offset plus length of array is out of range");for(xt=0;xtthis.buffer.byteLength)throw new RangeError("byteOffset out of range");if(arguments.length<3?this.byteLength=this.buffer.byteLength-this.byteOffset:this.byteLength=a.ToUint32(Ft),this.byteOffset+this.byteLength>this.buffer.byteLength)throw new RangeError("byteOffset and length reference an area beyond the end of the buffer");A(this)}function Ne(Ie){return function(Oe,Ft){if(Oe=a.ToUint32(Oe),Oe+Ie.BYTES_PER_ELEMENT>this.byteLength)throw new RangeError("Array index out of range");Oe+=this.byteOffset;var qt=new t.Uint8Array(this.buffer,Oe,Ie.BYTES_PER_ELEMENT),Ot=[],Xt;for(Xt=0;Xtthis.byteLength)throw new RangeError("Array index out of range");var Ot=new Ie([Ft]),Xt=new t.Uint8Array(Ot.buffer),mr=[],or,Yt;for(or=0;or0)throw new TypeError("WeakMap iterable is not supported")}s(p.prototype,"delete",function(y){if(h(this,"delete"),!d(y))return!1;var w=y[this._id];return w&&w[0]===y?(delete y[this._id],!0):!1}),s(p.prototype,"get",function(y){if(h(this,"get"),!!d(y)){var w=y[this._id];if(w&&w[0]===y)return w[1]}}),s(p.prototype,"has",function(y){if(h(this,"has"),!d(y))return!1;var w=y[this._id];return!!(w&&w[0]===y)}),s(p.prototype,"set",function(y,w){if(h(this,"set"),!d(y))throw new TypeError("Invalid value used as weak map key");var C=y[this._id];return C&&C[0]===y?(C[1]=w,this):(s(y,this._id,[y,w]),this)});function h(y,w){if(!d(y)||!a.call(y,"_id"))throw new TypeError(w+" method called on incompatible receiver "+de(y))}function m(y){return y+"_"+g()+"."+g()}function g(){return Math.random().toString().substring(2)}return s(p,"_polyfill",!0),p}();function d(p){return Object(p)===p}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof i<"u"?i:typeof u<"u"?u:t)}),R5=[{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"}],gn={helpUrlBase:"https://dequeuniversity.com/rules/",gridSize:200,results:[],resultGroups:[],resultGroupMap:{},impact:Object.freeze(["minor","moderate","serious","critical"]),preload:Object.freeze({assets:["cssom","media"],timeout:1e4}),allOrigins:"",sameOrigin:""};R5.forEach(function(t){var n=t.name,a=t.value,l=t.priority,s=t.group;gn[n]=a,gn[n+"_PRIO"]=l,gn[n+"_GROUP"]=s,gn.results[l]=a,gn.resultGroups[l]=s,gn.resultGroupMap[a]=s}),Object.freeze(gn.results),Object.freeze(gn.resultGroups),Object.freeze(gn.resultGroupMap),Object.freeze(gn);var Ke=gn;function I5(){(typeof console>"u"?"undefined":de(console))==="object"&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}var qa=I5,O5=/[\t\r\n\f]/g,T5=function(){function t(){Fr(this,t),this.parent=void 0}return kn(t,[{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(a){var l=this.attr("class");if(!l)return!1;var s=" "+a+" ";return(" "+l+" ").replace(O5," ").indexOf(s)>=0}}]),t}(),Ze=T5,Mc={};Pe(Mc,{DqElement:function(){return vn},aggregate:function(){return ps},aggregateChecks:function(){return Op},aggregateNodeResults:function(){return Tp},aggregateResult:function(){return Mp},areStylesSet:function(){return H5},assert:function(){return mt},checkHelper:function(){return Hc},clone:function(){return Gn},closest:function(){return Pr},collectResultsFromFrames:function(){return ch},contains:function(){return Ri},convertSelector:function(){return xs},cssParser:function(){return Qp},deepMerge:function(){return i1},escapeSelector:function(){return Lt},extendMetaData:function(){return o1},filterHtmlAttrs:function(){return v2},finalizeRuleResult:function(){return Po},findBy:function(){return Ho},getAllChecks:function(){return As},getAncestry:function(){return ys},getBaseLang:function(){return $a},getCheckMessage:function(){return wb},getCheckOption:function(){return zs},getEnvironmentData:function(){return xa},getFlattenedTree:function(){return Z1},getFrameContexts:function(){return Lb},getFriendlyUriEnd:function(){return Lp},getNodeAttributes:function(){return ms},getNodeFromTree:function(){return Ce},getPreloadConfig:function(){return f2},getRootNode:function(){return Go},getRule:function(){return Km},getScroll:function(){return Wn},getScrollState:function(){return Vb},getSelector:function(){return Vc},getSelectorData:function(){return vs},getShadowSelector:function(){return Nc},getStandards:function(){return Hb},getStyleSheetFactory:function(){return t2},getXpath:function(){return qp},injectStyle:function(){return Qb},isHidden:function(){return Wb},isHtmlElement:function(){return ed},isNodeInContext:function(){return td},isShadowRoot:function(){return Es},isValidLang:function(){return qs},isXHTML:function(){return gs},matchAncestry:function(){return rd},matches:function(){return Qc},matchesExpression:function(){return ki},matchesSelector:function(){return Ei},memoize:function(){return an},mergeResults:function(){return Ds},nodeSorter:function(){return nd},parseCrossOriginStylesheet:function(){return id},parseSameOriginStylesheet:function(){return a2},parseStylesheet:function(){return ad},performanceTimer:function(){return Jt},pollyfillElementsFromPoint:function(){return i2},preload:function(){return p2},preloadCssom:function(){return l2},preloadMedia:function(){return c2},processMessage:function(){return Y1},publishMetaData:function(){return Hs},querySelectorAll:function(){return Wr},querySelectorAllFilter:function(){return Zn},queue:function(){return Bn},respondable:function(){return yn},ruleShouldRun:function(){return g2},select:function(){return ld},sendCommandToFrame:function(){return oh},setScrollState:function(){return jw},shadowSelect:function(){return kw},shadowSelectAll:function(){return sd},shouldPreload:function(){return d2},toArray:function(){return Np},tokenList:function(){return hr},uniqueArray:function(){return el},uuid:function(){return I6},validInputTypes:function(){return Gs},validLangs:function(){return C2}});function M5(t,n,a){n=n.slice(),a&&n.push(a);var l=n.map(function(s){return t.indexOf(s)}).sort();return t[l.pop()]}var ps=M5,P5=Ke.CANTTELL_PRIO,N5=Ke.FAIL_PRIO,hs=[];hs[Ke.PASS_PRIO]=!0,hs[Ke.CANTTELL_PRIO]=null,hs[Ke.FAIL_PRIO]=!1;var Rp=["any","all","none"];function Ip(t,n){return Rp.reduce(function(a,l){return a[l]=(t[l]||[]).map(function(s){return n(s,l)}),a},{})}function L5(t){var n=Object.assign({},t);Ip(n,function(s,d){var p=typeof s.result>"u"?-1:hs.indexOf(s.result);s.priority=p!==-1?p:Ke.CANTTELL_PRIO,d==="none"&&(s.priority===Ke.PASS_PRIO?s.priority=Ke.FAIL_PRIO:s.priority===Ke.FAIL_PRIO&&(s.priority=Ke.PASS_PRIO))});var a={all:n.all.reduce(function(s,d){return Math.max(s,d.priority)},0),none:n.none.reduce(function(s,d){return Math.max(s,d.priority)},0),any:n.any.reduce(function(s,d){return Math.min(s,d.priority)},4)%4};n.priority=Math.max(a.all,a.none,a.any);var l=[];return Rp.forEach(function(s){n[s]=n[s].filter(function(d){return d.priority===n.priority&&d.priority===a[s]}),n[s].forEach(function(d){return l.push(d.impact)})}),[P5,N5].includes(n.priority)?n.impact=ps(Ke.impact,l):n.impact=null,Ip(n,function(s){delete s.result,delete s.priority}),n.result=Ke.results[n.priority],delete n.priority,n}var Op=L5;function U5(t){var n=f._audit.rules.find(function(a){return a.id===t.id});return n&&n.impact&&t.nodes.forEach(function(a){["any","all","none"].forEach(function(l){(a[l]||[]).forEach(function(s){s.impact=n.impact})})}),Object.assign(t,Tp(t.nodes)),delete t.nodes,t}var Po=U5;function z5(t){var n={};if(t=t.map(function(d){if(d.any&&d.all&&d.none)return Op(d);if(Array.isArray(d.node))return Po(d);throw new TypeError("Invalid Result type")}),t&&t.length){var a=t.map(function(d){return d.result});n.result=ps(Ke.results,a,n.result)}else n.result="inapplicable";Ke.resultGroups.forEach(function(d){return n[d]=[]}),t.forEach(function(d){var p=Ke.resultGroupMap[d.result];n[p].push(d)});var l=Ke.FAIL_GROUP;if(n[l].length===0&&(l=Ke.CANTTELL_GROUP),n[l].length>0){var s=n[l].map(function(d){return d.impact});n.impact=ps(Ke.impact,s)||null}else n.impact=null;return n}var Tp=z5;function Pc(t,n,a){var l=Object.assign({},n);l.nodes=(l[a]||[]).concat(),Ke.resultGroups.forEach(function(s){delete l[s]}),t[a].push(l)}function V5(t){var n={};return Ke.resultGroups.forEach(function(a){return n[a]=[]}),t.forEach(function(a){a.error?Pc(n,a,Ke.CANTTELL_GROUP):a.result===Ke.NA?Pc(n,a,Ke.NA_GROUP):Ke.resultGroups.forEach(function(l){Array.isArray(a[l])&&a[l].length>0&&Pc(n,a,l)})}),n}var Mp=V5;function Pp(t,n,a){var l=i.getComputedStyle(t,null);if(!l)return!1;for(var s=0;s=1&&s<=31||s==127||l==0&&s>=48&&s<=57||l==1&&s>=48&&s<=57&&p==45){d+="\\"+s.toString(16)+" ";continue}if(l==0&&a==1&&s==45){d+="\\"+n.charAt(l);continue}if(s>=128||s==45||s==95||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122){d+=n.charAt(l);continue}d+="\\"+n.charAt(l)}return d}var Lt=Q5;function W5(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return t.length!==0&&(t.match(/[0-9]/g)||"").length>=t.length/2}function No(t,n){return[t.substring(0,n),t.substring(n)]}function Lo(t){return t.replace(/\s+$/,"")}function Z5(t){var n=t,a="",l="",s="",d="",p="",h="";if(t.includes("#")){var m=No(t,t.indexOf("#")),g=ze(m,2);t=g[0],h=g[1]}if(t.includes("?")){var y=No(t,t.indexOf("?")),w=ze(y,2);t=w[0],p=w[1]}if(t.includes("://")){var C=t.split("://"),A=ze(C,2);a=A[0],t=A[1];var j=No(t,t.indexOf("/")),N=ze(j,2);l=N[0],t=N[1]}else if(t.substr(0,2)==="//"){t=t.substr(2);var z=No(t,t.indexOf("/")),T=ze(z,2);l=T[0],t=T[1]}if(l.substr(0,4)==="www."&&(l=l.substr(4)),l&&l.includes(":")){var M=No(l,l.indexOf(":")),Z=ze(M,2);l=Z[0],s=Z[1]}return d=t,{original:n,protocol:a,domain:l,port:s,path:d,query:p,hash:h}}function J5(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!(t.length<=1||t.substr(0,5)==="data:"||t.substr(0,11)==="javascript:"||t.includes("?"))){var a=n.currentDomain,l=n.maxLength,s=l===void 0?25:l,d=Z5(t),p=d.path,h=d.domain,m=d.hash,g=p.substr(p.substr(0,p.length-2).lastIndexOf("/")+1);if(m)return g&&(g+m).length<=s?Lo(g+m):g.length<2&&m.length>2&&m.length<=s?Lo(m):void 0;if(h&&h.length1)&&(y!==-1||g.length>2)&&g.length<=s&&!g.match(/index(\.[a-zA-Z]{2-4})?/)&&!W5(g))return Lo(g)}}var Lp=J5;function X5(t){return t.attributes instanceof i.NamedNodeMap?t.attributes:t.cloneNode(!1).attributes}var ms=X5,Y5=function(){var t;function n(a){var l,s,d=["matches","matchesSelector","mozMatchesSelector","webkitMatchesSelector","msMatchesSelector"],p=d.length;for(l=0;l2&&arguments[2]!==void 0?arguments[2]:{};if(!n)return"";var l=n.getRootNode&&n.getRootNode()||c;if(l.nodeType!==11)return t(n,a,l);for(var s=[];l.nodeType===11;){if(!l.host)return"";s.unshift({elm:n,doc:l}),n=l.host,l=n.getRootNode()}return s.unshift({elm:n,doc:l}),s.map(function(d){var p=d.elm,h=d.doc;return t(p,a,h)})}var Nc=$5,Lc,e6=["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"],t6=31,r6=/([\\"])/g,n6=/(\r\n|\r|\n)/g;function Uc(t){return t.replace(r6,"\\$1").replace(n6,"\\a ")}function Up(t,n){var a=n.name,l;if(a.indexOf("href")!==-1||a.indexOf("src")!==-1){var s=Lp(t.getAttribute(a));s?l=Lt(n.name)+'$="'+Uc(s)+'"':l=Lt(n.name)+'="'+Uc(t.getAttribute(a))+'"'}else l=Lt(a)+'="'+Uc(n.value)+'"';return l}function zc(t,n){return t.count"u"&&(Lc=gs(c)),Lt(Lc?t.localName:t.nodeName.toLowerCase())}function l6(t,n){var a=[],l=n.attributes,s=n.tags;return t.hasAttributes()&&Array.from(ms(t)).filter(zp).forEach(function(d){var p=Up(t,d);p&&l[p] "+d:d=h,p?p=p.filter(function(m){return Ei(m,d)}):p=Array.from(a.querySelectorAll(d)),t=t.parentElement}while((p.length>1||s)&&t&&t.nodeType!==11);return p.length===1?d:d.indexOf(" > ")!==-1?":root"+d.substring(d.indexOf(" > ")):":root"}function Vc(t,n){return Nc(u6,t,n)}function Hp(t){var n=t.nodeName.toLowerCase(),a=t.parentElement;if(!a)return n;var l="";if(n!=="head"&&n!=="body"&&a.children.length>1){var s=Array.prototype.indexOf.call(a.children,t)+1;l=":nth-child(".concat(s,")")}return Hp(a)+" > "+n+l}function ys(t,n){return Nc(Hp,t,n)}function Gp(t,n){var a,l;if(!t)return[];if(!n&&t.nodeType===9)return n=[{str:"html"}],n;if(n=n||[],t.parentNode&&t.parentNode!==t&&(n=Gp(t.parentNode,n)),t.previousSibling){l=1,a=t.previousSibling;do a.nodeType===1&&a.nodeName===t.nodeName&&l++,a=a.previousSibling;while(a);l===1&&(l=null)}else if(t.nextSibling){a=t.nextSibling;do a.nodeType===1&&a.nodeName===t.nodeName?(l=1,a=null):(l=null,a=a.previousSibling);while(a)}if(t.nodeType===1){var s={};s.str=t.nodeName.toLowerCase();var d=t.getAttribute&&Lt(t.getAttribute("id"));d&&t.ownerDocument.querySelectorAll("#"+d).length===1&&(s.id=t.getAttribute("id")),l>1&&(s.count=l),n.push(s)}return n}function c6(t){return t.reduce(function(n,a){return a.id?"/".concat(a.str,"[@id='").concat(a.id,"']"):n+"/".concat(a.str)+(a.count>0?"[".concat(a.count,"]"):"")},"")}function d6(t){var n=Gp(t);return c6(n)}var qp=d6,Uo={},f6={set:function(n,a){p6(n),Uo[n]=a},get:function(n,a){if(h6(a),n in Uo)return Uo[n];if(typeof a=="function"){var l=a();return mt(l!==void 0,"Cache creator function should not return undefined"),this.set(n,l),Uo[n]}},clear:function(){Uo={}}};function p6(t){mt(typeof t=="string","key must be a string, "+de(t)+" given"),mt(t!=="","key must not be empty")}function h6(t){mt(typeof t=="function"||typeof t>"u","creator must be a function or undefined, "+de(t)+" given")}var rt=f6;function m6(t,n){var a=n||t;return rt.get("nodeMap")?rt.get("nodeMap").get(a):null}var Ce=m6;function g6(t,n){if(n=n||300,t.length>n){var a=t.indexOf(">");t=t.substring(0,a+1)}return t}function v6(t){if(!(t!=null&&t.outerHTML))return"";var n=t.outerHTML;return!n&&typeof i.XMLSerializer=="function"&&(n=new i.XMLSerializer().serializeToString(t)),g6(n||"")}function ji(t){var n,a,l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(this.spec=s,t instanceof Ze?(this._virtualNode=t,this._element=t.actualNode):(this._element=t,this._virtualNode=Ce(t)),this.fromFrame=((n=this.spec.selector)===null||n===void 0?void 0:n.length)>1,l.absolutePaths&&(this._options={toRoot:!0}),this.nodeIndexes=[],Array.isArray(this.spec.nodeIndexes)?this.nodeIndexes=this.spec.nodeIndexes:typeof((a=this._virtualNode)===null||a===void 0?void 0:a.nodeIndex)=="number"&&(this.nodeIndexes=[this._virtualNode.nodeIndex]),this.source=null,!f._audit.noHtml){var d;this.source=(d=this.spec.source)!==null&&d!==void 0?d:v6(this._element)}}ji.prototype={get selector(){return this.spec.selector||[Vc(this.element,this._options)]},get ancestry(){return this.spec.ancestry||[ys(this.element)]},get xpath(){return this.spec.xpath||[qp(this.element)]},get element(){return this._element},toJSON:function(){return{selector:this.selector,source:this.source,xpath:this.xpath,ancestry:this.ancestry,nodeIndexes:this.nodeIndexes}}},ji.fromFrame=function(n,a,l){var s=ji.mergeSpecs(n,l);return new ji(l.element,a,s)},ji.mergeSpecs=function(n,a){return De({},n,{selector:[].concat($(a.selector),$(n.selector)),ancestry:[].concat($(a.ancestry),$(n.ancestry)),xpath:[].concat($(a.xpath),$(n.xpath)),nodeIndexes:[].concat($(a.nodeIndexes),$(n.nodeIndexes))})};var vn=ji;function y6(t,n,a,l){return{isAsync:!1,async:function(){return this.isAsync=!0,function(d){d instanceof Error?l(d):(t.result=d,a(t))}},data:function(d){t.data=d},relatedNodes:function(d){i.Node&&(d=d instanceof i.Node?[d]:Np(d),d.every(function(p){return p instanceof i.Node||p.actualNode})&&(t.relatedNodes=d.map(function(p){return new vn(p,n)})))}}}var Hc=y6;function Gc(t){var n,a,l,s,d=t;if((n=i)!==null&&n!==void 0&&n.Node&&t instanceof i.Node||(a=i)!==null&&a!==void 0&&a.HTMLCollection&&t instanceof i.HTMLCollection)return t;if(t!==null&&de(t)==="object")if(Array.isArray(t))for(d=[],l=0,s=t.length;l"),zo.registerAttrEqualityMods("^","$","*","~");var Qp=zo;function b6(t,n){return t.props.nodeType===1&&(n.tag==="*"||t.props.nodeName===n.tag)}function w6(t,n){return!n.classes||n.classes.every(function(a){return t.hasClass(a.value)})}function C6(t,n){return!n.attributes||n.attributes.every(function(a){var l=t.attr(a.key);return l!==null&&a.test(l)})}function _6(t,n){return!n.id||t.props.id===n.id}function A6(t,n){return!!(!n.pseudos||n.pseudos.every(function(a){if(a.name==="not")return!a.expressions.some(function(l){return ki(t,l)});if(a.name==="is")return a.expressions.some(function(l){return ki(t,l)});throw new Error("the pseudo selector "+a.name+" has not yet been implemented")}))}function Wp(t,n){return b6(t,n)&&w6(t,n)&&C6(t,n)&&_6(t,n)&&A6(t,n)}var Vo=function(){var t=/(?=[\-\[\]{}()*+?.\\\^$|,#\s])/g,n="\\";return function(a){return a.replace(t,n)}}(),qc=/\\/g;function D6(t){if(t)return t.map(function(n){var a=n.name.replace(qc,""),l=(n.value||"").replace(qc,""),s,d;switch(n.operator){case"^=":d=new RegExp("^"+Vo(l));break;case"$=":d=new RegExp(Vo(l)+"$");break;case"~=":d=new RegExp("(^|\\s)"+Vo(l)+"(\\s|$)");break;case"|=":d=new RegExp("^"+Vo(l)+"(-|$)");break;case"=":s=function(h){return l===h};break;case"*=":s=function(h){return h&&h.includes(l)};break;case"!=":s=function(h){return l!==h};break;default:s=function(h){return h!==null}}return l===""&&/^[*$^]=$/.test(n.operator)&&(s=function(){return!1}),s||(s=function(h){return h&&d.test(h)}),{key:a,value:l,type:typeof n.value>"u"?"attrExist":"attrValue",test:s}})}function E6(t){if(t)return t.map(function(n){return n=n.replace(qc,""),{value:n,regexp:new RegExp("(^|\\s)"+Vo(n)+"(\\s|$)")}})}function j6(t){if(t)return t.map(function(n){var a;return["is","not"].includes(n.name)&&(a=n.value,a=a.selectors?a.selectors:[a],a=Zp(a)),{name:n.name,expressions:a,value:n.value}})}function Zp(t){return t.map(function(n){for(var a=[],l=n.rule;l;)a.push({tag:l.tagName?l.tagName.toLowerCase():"*",combinator:l.nestingOperator?l.nestingOperator:" ",id:l.id,attributes:D6(l.attrs),classes:E6(l.classNames),pseudos:j6(l.pseudos)}),l=l.rule;return a})}function xs(t){var n=Qp.parse(t);return n=n.selectors?n.selectors:[n],Zp(n)}function Jp(t,n,a,l){if(!t)return!1;for(var s=Array.isArray(n),d=s?n[a]:n,p=Wp(t,d);!p&&l&&t.parent;)t=t.parent,p=Wp(t,d);if(a>0){if([" ",">"].includes(d.combinator)===!1)throw new Error("axe.utils.matchesExpression does not support the combinator: "+d.combinator);p=p&&Jp(t.parent,n,a-1,d.combinator===" ")}return p}function ki(t,n,a){return Jp(t,n,n.length-1,a)}function k6(t,n){var a=xs(n);return a.some(function(l){return ki(t,l)})}var Qc=k6;function S6(t,n){for(;t;){if(Qc(t,n))return t;if(typeof t.parent>"u")throw new TypeError("Cannot resolve parent for non-DOM nodes");t=t.parent}return null}var Pr=S6;function bs(){}function Wc(t){if(typeof t!="function")throw new TypeError("Queue methods require functions as arguments")}function F6(){var t=[],n=0,a=0,l=bs,s=!1,d,p=function(A){d=A,setTimeout(function(){d!=null&&qa("Uncaught error (of queue)",d)},1)},h=p;function m(C){return function(A){t[C]=A,a-=1,!a&&l!==bs&&(s=!0,l(t))}}function g(C){return l=bs,h(C),t}function y(){for(var C=t.length;n>>((n&3)<<3)&255;return Xc});for(var Xc,Xp=typeof i.Buffer=="function"?i.Buffer:Array,Yc=[],Yp={},Bi=0;Bi<256;Bi++)Yc[Bi]=(Bi+256).toString(16).substr(1),Yp[Yc[Bi]]=Bi;function B6(t,n,a){var l=n&&a||0,s=0;for(n=n||[],t.toLowerCase().replace(/[0-9a-f]{2}/g,function(d){s<16&&(n[l+s++]=Yp[d])});s<16;)n[l+s++]=0;return n}function Kc(t,n){var a=n||0,l=Yc;return l[t[a++]]+l[t[a++]]+l[t[a++]]+l[t[a++]]+"-"+l[t[a++]]+l[t[a++]]+"-"+l[t[a++]]+l[t[a++]]+"-"+l[t[a++]]+l[t[a++]]+"-"+l[t[a++]]+l[t[a++]]+l[t[a++]]+l[t[a++]]+l[t[a++]]+l[t[a++]]}var ga=Fi(),R6=[ga[0]|1,ga[1],ga[2],ga[3],ga[4],ga[5]],Kp=(ga[6]<<8|ga[7])&16383,$c=0,e1=0;function $p(t,n,a){var l=n&&a||0,s=n||[];t=t||{};var d=t.clockseq!=null?t.clockseq:Kp,p=t.msecs!=null?t.msecs:new Date().getTime(),h=t.nsecs!=null?t.nsecs:e1+1,m=p-$c+(h-e1)/1e4;if(m<0&&t.clockseq==null&&(d=d+1&16383),(m<0||p>$c)&&t.nsecs==null&&(h=0),h>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");$c=p,e1=h,Kp=d,p+=122192928e5;var g=((p&268435455)*1e4+h)%4294967296;s[l++]=g>>>24&255,s[l++]=g>>>16&255,s[l++]=g>>>8&255,s[l++]=g&255;var y=p/4294967296*1e4&268435455;s[l++]=y>>>8&255,s[l++]=y&255,s[l++]=y>>>24&15|16,s[l++]=y>>>16&255,s[l++]=d>>>8|128,s[l++]=d&255;for(var w=t.node||R6,C=0;C<6;C++)s[l+C]=w[C];return n||Kc(s)}function Qa(t,n,a){var l=n&&a||0;typeof t=="string"&&(n=t=="binary"?new Xp(16):null,t=null),t=t||{};var s=t.random||(t.rng||Fi)();if(s[6]=s[6]&15|64,s[8]=s[8]&63|128,n)for(var d=0;d<16;d++)n[l+d]=s[d];return n||Kc(s)}Si=Qa,Si.v1=$p,Si.v4=Qa,Si.parse=B6,Si.unparse=Kc,Si.BufferClass=Xp,f._uuid=$p();var I6=Qa,O6=Object.freeze(["EvalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);function T6(t){var n=t.topic,a=t.channelId,l=t.message,s=t.messageId,d=t.keepalive,p={channelId:a,topic:n,messageId:s,keepalive:!!d,source:eh()};return l instanceof Error?p.error={name:l.name,message:l.message,stack:l.stack}:p.payload=l,JSON.stringify(p)}function M6(t){var n;try{n=JSON.parse(t)}catch{return}if(P6(n)){var a=n,l=a.topic,s=a.channelId,d=a.messageId,p=a.keepalive,h=de(n.error)==="object"?N6(n.error):n.payload;return{topic:l,message:h,messageId:d,channelId:s,keepalive:!!p}}}function P6(t){return t!==null&&de(t)==="object"&&typeof t.channelId=="string"&&t.source===eh()}function N6(t){var n=t.message||"Unknown error occurred",a=O6.includes(t.name)?t.name:"Error",l=i[a]||Error;return t.stack&&(n+=` -`+t.stack.replace(t.message,"")),new l(n)}function eh(){var t="axeAPI",n="";return typeof f<"u"&&f._audit&&f._audit.application&&(t=f._audit.application),typeof f<"u"&&(n=f.version),t+"."+n}function t1(t){rh(t),mt(i.parent===t,"Source of the response must be the parent window.")}function th(t){rh(t),mt(t.parent===i,"Respondable target must be a frame in the current window")}function rh(t){mt(i!==t,"Messages can not be sent to the same window.")}var ws={};function L6(t,n){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;mt(!ws[t],"A replyHandler already exists for this message channel."),ws[t]={replyHandler:n,sendToParent:a}}function U6(t){return ws[t]}function z6(t){delete ws[t]}var Cs=[];function r1(){var t="".concat(Qa(),":").concat(Qa());return Cs.includes(t)?r1():(Cs.push(t),t)}function V6(t){return Cs.includes(t)?!1:(Cs.push(t),!0)}function n1(t,n,a,l){if(typeof l=="function"&&L6(n.channelId,l,a),a?t1(t):th(t),n.message instanceof Error&&!a)return f.log(n.message),!1;var s=T6(De({messageId:r1()},n)),d=f._audit.allowedOrigins;return!d||!d.length?!1:(d.forEach(function(p){try{t.postMessage(s,p)}catch(h){throw h instanceof t.DOMException?new Error('allowedOrigins value "'.concat(p,'" is not a valid origin')):h}}),!0)}function H6(t,n,a){if(!t.parent!==i)return f.log(n);try{n1(t,{topic:null,channelId:a,message:n,messageId:r1(),keepalive:!0},!0)}catch(l){return f.log(l)}}function nh(t,n){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;return function(s,d,p){var h={channelId:n,message:s,keepalive:d};n1(t,h,a,p)}}function G6(t){var n=f._audit.allowedOrigins;return n&&n.includes("*")||n.includes(t)}function q6(t,n){var a=t.origin,l=t.data,s=t.source;try{var d=M6(l)||{},p=d.channelId,h=d.message,m=d.messageId;if(!G6(a)||!V6(m))return;if(h instanceof Error&&s.parent!==i)return f.log(h),!1;try{if(d.topic){var g=nh(s,p);t1(s),n(d,g)}else Q6(s,d)}catch(y){H6(s,y,p)}}catch(y){return f.log(y),!1}}function Q6(t,n){var a=n.channelId,l=n.message,s=n.keepalive,d=U6(a)||{},p=d.replyHandler,h=d.sendToParent;if(p){h?t1(t):th(t);var m=nh(t,a,h);!s&&a&&z6(a);try{p(l,s,m)}catch(g){f.log(g),m(g,s)}}}var W6={open:function(n){if(typeof i.addEventListener=="function"){var a=function(s){q6(s,n)};return i.addEventListener("message",a,!1),function(){i.removeEventListener("message",a,!1)}}},post:function(n,a,l){return typeof i.addEventListener!="function"?!1:n1(n,a,!1,l)}};function ah(t){t.updateMessenger(W6)}var _s,ih,a1={};function yn(t,n,a,l,s){var d={topic:n,message:a,channelId:"".concat(Qa(),":").concat(Qa()),keepalive:l};return ih(t,d,s)}function Z6(t,n){var a=t.topic,l=t.message,s=t.keepalive,d=a1[a];if(d)try{d(l,s,n)}catch(p){f.log(p),n(p,s)}}yn.updateMessenger=function(n){var a=n.open,l=n.post;mt(typeof a=="function","open callback must be a function"),mt(typeof l=="function","post callback must be a function"),_s&&_s();var s=a(Z6);s?(mt(typeof s=="function","open callback must return a cleanup function"),_s=s):_s=null,ih=l},yn.subscribe=function(n,a){mt(typeof a=="function","Subscriber callback must be a function"),mt(!a1[n],"Topic ".concat(n," is already registered to.")),a1[n]=a},yn.isInFrame=function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:i;return!!n.frameElement},ah(yn);function oh(t,n,a,l){var s,d,p=t.contentWindow,h=(s=(d=n.options)===null||d===void 0?void 0:d.pingWaitTime)!==null&&s!==void 0?s:500;if(!p){qa("Frame does not have a content window",t),a(null);return}if(h===0){lh(t,n,a,l);return}var m=setTimeout(function(){m=setTimeout(function(){n.debug?l(sh("No response from frame",t)):a(null)},0)},h);yn(p,"axe.ping",null,void 0,function(){clearTimeout(m),lh(t,n,a,l)})}function lh(t,n,a,l){var s,d,p=(s=(d=n.options)===null||d===void 0?void 0:d.frameWaitTime)!==null&&s!==void 0?s:6e4,h=t.contentWindow,m=setTimeout(function(){l(sh("Axe in frame timed out",t))},p);yn(h,"axe.start",n,void 0,function(g){clearTimeout(m),g instanceof Error?l(g):a(g)})}function sh(t,n){var a;return f._tree&&(a=Vc(n)),new Error(t+": "+(a||n))}function J6(t){var n=[];return n.concat(t.any||[]).concat(t.all||[]).concat(t.none||[])}var As=J6;function X6(t,n,a){if(Array.isArray(t))return t.find(function(l){return de(l)==="object"&&l[n]===a})}var Ho=X6;function Y6(t,n,a){t.forEach(function(l){l.node=vn.fromFrame(l.node,n,a);var s=As(l);s.forEach(function(d){d.relatedNodes=d.relatedNodes.map(function(p){return vn.fromFrame(p,n,a)})})})}function K6(t,n){for(var a=n[0].node,l=0;l0||d===0&&a.selector.length0&&arguments[0]!==void 0?arguments[0]:[],n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],a=Math.max(t==null?void 0:t.length,n==null?void 0:n.length),l=0;l(n.left|0)&&(t.top|0)<(n.bottom|0)&&(t.bottom|0)>(n.top|0)}var hh=an(function(n){var a=[];if(!n)return a;var l=n.getComputedStylePropertyValue("overflow");return l==="hidden"&&a.push(n),a.concat(hh(n.parent))}),s1=hh,d9=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,f9=/(\w+)\((\d+)/;function mh(t){return["style","script","noscript","template"].includes(t.props.nodeName)}function gh(t){return t.props.nodeName==="area"?!1:t.getComputedStylePropertyValue("display")==="none"}function vh(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.isAncestor;return!a&&["hidden","collapse"].includes(t.getComputedStylePropertyValue("visibility"))}function yh(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.isAncestor;return!!a&&t.getComputedStylePropertyValue("content-visibility")==="hidden"}function xh(t){return t.attr("aria-hidden")==="true"}function bh(t){return t.getComputedStylePropertyValue("opacity")==="0"}function wh(t){var n=Wn(t.actualNode),a=parseInt(t.getComputedStylePropertyValue("height")),l=parseInt(t.getComputedStylePropertyValue("width"));return!!n&&(a===0||l===0)}function Ch(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.isAncestor;if(a)return!1;var l=t.boundingClientRect,s=s1(t);return s.length?s.some(function(d){var p=d.boundingClientRect;return p.width<2||p.height<2?!0:!ph(l,p)}):!1}function _h(t){var n=t.getComputedStylePropertyValue("clip").match(d9),a=t.getComputedStylePropertyValue("clip-path").match(f9);if(n&&n.length===5){var l=t.getComputedStylePropertyValue("position");if(["fixed","absolute"].includes(l))return n[3]-n[1]<=0&&n[2]-n[4]<=0}if(a){var s=a[1],d=parseInt(a[2],10);switch(s){case"inset":return d>=50;case"circle":return d===0}}return!1}function u1(t,n){var a=Pr(t,"map");if(!a)return!0;var l=a.attr("name");if(!l)return!0;var s=Go(t.actualNode);if(!s||s.nodeType!==9)return!0;var d=Wr(f._tree,'img[usemap="#'.concat(Lt(l),'"]'));return!d||!d.length?!0:d.some(function(p){return!n(p)})}function Ah(t){var n;if(((n=t.parent)===null||n===void 0?void 0:n.props.nodeName)!=="details")return!1;if(t.props.nodeName==="summary"){var a=t.parent.children.find(function(l){return l.props.nodeName==="summary"});if(a===t)return!1}return!t.parent.hasAttr("open")}var p9=[gh,vh,yh,Ah];function va(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.skipAncestors,l=n.isAncestor,s=l===void 0?!1:l;return t=t instanceof Ze?t:Ce(t),a?Dh(t,s):Eh(t,s)}var Dh=an(function(n,a){return mh(n)?!0:n.actualNode?!!(p9.some(function(l){return l(n,{isAncestor:a})})||!n.actualNode.isConnected):!1}),Eh=an(function(n,a){return Dh(n,a)?!0:n.parent?Eh(n.parent,!0):!1});function jh(t){if(t.assignedSlot)return jh(t.assignedSlot);if(t.parentNode){var n=t.parentNode;if(n.nodeType===1)return n;if(n.host)return n.host}return null}var fr=jh;function h9(t){if(!t.nodeType&&t.document&&(t=t.document),t.nodeType===9){var n=t.documentElement,a=t.body;return{left:n&&n.scrollLeft||a&&a.scrollLeft||0,top:n&&n.scrollTop||a&&a.scrollTop||0}}return{left:t.scrollLeft,top:t.scrollTop}}var kh=h9;function m9(t){var n=kh(c),a=n.left,l=n.top,s=t.getBoundingClientRect();return{top:s.top+l,right:s.right+a,bottom:s.bottom+l,left:s.left+a,width:s.right-s.left,height:s.bottom-s.top}}var c1=m9;function g9(t){var n=t.document,a=n.documentElement;if(t.innerWidth)return{width:t.innerWidth,height:t.innerHeight};if(a)return{width:a.clientWidth,height:a.clientHeight};var l=n.body;return{width:l.clientWidth,height:l.clientHeight}}var js=g9;function v9(t,n){for(t=fr(t);t&&t.nodeName.toLowerCase()!=="html";){if(t.scrollTop&&(n+=t.scrollTop,n>=0))return!1;t=fr(t)}return!0}function y9(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.isAncestor;if(a)return!1;if(t=t instanceof Ze?t.actualNode:t,!!t){var l,s=c.documentElement,d=i.getComputedStyle(t),p=i.getComputedStyle(c.body||s).getPropertyValue("direction"),h=c1(t);if(h.bottom<0&&(v9(t,h.bottom)||d.position==="absolute"))return!0;if(h.left===0&&h.right===0)return!1;if(p==="ltr"){if(h.right<=0)return!0}else if(l=Math.max(s.scrollWidth,js(i).width),h.left>=l)return!0;return!1}}var ks=y9,x9=[bh,wh,Ch,_h,ks];function on(t){return t=t instanceof Ze?t:Ce(t),d1(t)}var d1=an(function(n,a){return n.actualNode&&n.props.nodeName==="area"?!u1(n,d1):va(n,{skipAncestors:!0,isAncestor:a})||n.actualNode&&x9.some(function(l){return l(n,{isAncestor:a})})?!1:n.parent?d1(n.parent,!0):!0});function Sh(t,n){var a=Math.min(t.top,n.top),l=Math.max(t.right,n.right),s=Math.max(t.bottom,n.bottom),d=Math.min(t.left,n.left);return new i.DOMRect(d,a,l-d,s-a)}function f1(t,n){var a=t.x,l=t.y,s=n.top,d=n.right,p=n.bottom,h=n.left;return l>=s&&a<=d&&l<=p&&a>=h}function Ti(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:c.body,n=arguments.length>1?arguments[1]:void 0,a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(rt.get("gridCreated")&&!a)return Ke.gridSize;if(rt.set("gridCreated",!0),!a){var l,s=Ce(c.documentElement);if(s||(s=new G1(c.documentElement)),s._stackingOrder=[0],(l=n)!==null&&l!==void 0||(n=new p1),Fh(n,s),Wn(s.actualNode)){var d=new p1(s);s._subGrid=d}}for(var p=c.createTreeWalker(t,i.NodeFilter.SHOW_ELEMENT,null,!1),h=a?p.nextNode():p.currentNode;h;){var m=Ce(h);m&&m.parent?a=m.parent:h.assignedSlot?a=Ce(h.assignedSlot):h.parentElement?a=Ce(h.parentElement):h.parentNode&&Ce(h.parentNode)&&(a=Ce(h.parentNode)),m||(m=new f.VirtualNode(h,a)),m._stackingOrder=w9(m,a);var g=C9(m,a),y=g?g._subGrid:n;if(Wn(m.actualNode)){var w=new p1(m);m._subGrid=w}var C=m.boundingClientRect;C.width!==0&&C.height!==0&&on(h)&&Fh(y,m),Es(h)&&Ti(h.shadowRoot,y,m),h=p.nextNode()}return Ke.gridSize}function b9(t,n){var a=t.getComputedStylePropertyValue("position"),l=t.getComputedStylePropertyValue("z-index");if(a==="fixed"||a==="sticky"||l!=="auto"&&a!=="static"||t.getComputedStylePropertyValue("opacity")!=="1")return!0;var s=t.getComputedStylePropertyValue("-webkit-transform")||t.getComputedStylePropertyValue("-ms-transform")||t.getComputedStylePropertyValue("transform")||"none";if(s!=="none")return!0;var d=t.getComputedStylePropertyValue("mix-blend-mode");if(d&&d!=="normal")return!0;var p=t.getComputedStylePropertyValue("filter");if(p&&p!=="none")return!0;var h=t.getComputedStylePropertyValue("perspective");if(h&&h!=="none")return!0;var m=t.getComputedStylePropertyValue("clip-path");if(m&&m!=="none")return!0;var g=t.getComputedStylePropertyValue("-webkit-mask")||t.getComputedStylePropertyValue("mask")||"none";if(g!=="none")return!0;var y=t.getComputedStylePropertyValue("-webkit-mask-image")||t.getComputedStylePropertyValue("mask-image")||"none";if(y!=="none")return!0;var w=t.getComputedStylePropertyValue("-webkit-mask-border")||t.getComputedStylePropertyValue("mask-border")||"none";if(w!=="none"||t.getComputedStylePropertyValue("isolation")==="isolate")return!0;var C=t.getComputedStylePropertyValue("will-change");if(C==="transform"||C==="opacity"||t.getComputedStylePropertyValue("-webkit-overflow-scrolling")==="touch")return!0;var A=t.getComputedStylePropertyValue("contain");if(["layout","paint","strict","content"].includes(A))return!0;if(l!=="auto"&&n){var j=n.getComputedStylePropertyValue("display");if(["flex","inline-flex","inline flex","grid","inline-grid","inline grid"].includes(j))return!0}return!1}function w9(t,n){var a=n._stackingOrder.slice(),l=t.getComputedStylePropertyValue("z-index"),s=t.getComputedStylePropertyValue("position")!=="static",d=t.getComputedStylePropertyValue("float")!=="none";if(s&&!["auto","0"].includes(l)){for(;a.find(function(h){return h%1!==0});){var p=a.findIndex(function(h){return h%1!==0});a.splice(p,1)}a[a.length-1]=parseInt(l)}return b9(t,n)?a.push(0):s?a.push(.5):d&&a.push(.25),a}function C9(t,n){for(var a=null,l=[t];n;){if(Wn(n.actualNode)){a=n;break}if(n._scrollRegionParent){a=n._scrollRegionParent;break}l.push(n),n=Ce(n.actualNode.parentElement||n.actualNode.parentNode)}return l.forEach(function(s){return s._scrollRegionParent=a}),a}function Fh(t,n){n.clientRects.forEach(function(a){var l;(l=n._grid)!==null&&l!==void 0||(n._grid=t);var s=t.getGridPositionOfRect(a);t.loopGridPosition(s,function(d){d.includes(n)||d.push(n)})})}var p1=function(){function t(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null;Fr(this,t),this.container=n,this.cells=[]}return kn(t,[{key:"toGridIndex",value:function(a){return Math.floor(a/Ke.gridSize)}},{key:"getCellFromPoint",value:function(a){var l,s,d=a.x,p=a.y;mt(this.boundaries,"Grid does not have cells added");var h=this.toGridIndex(p),m=this.toGridIndex(d);mt(f1({y:h,x:m},this.boundaries),"Element midpoint exceeds the grid bounds");var g=(l=this.cells[h-this.cells._negativeIndex])!==null&&l!==void 0?l:[];return(s=g[m-g._negativeIndex])!==null&&s!==void 0?s:[]}},{key:"loopGridPosition",value:function(a,l){var s=a,d=s.left,p=s.right,h=s.top,m=s.bottom;this.boundaries&&(a=Sh(this.boundaries,a)),this.boundaries=a,Bh(this.cells,h,m,function(g,y){Bh(g,d,p,function(w,C){l(w,{row:y,col:C})})})}},{key:"getGridPositionOfRect",value:function(a){var l=a.top,s=a.right,d=a.bottom,p=a.left,h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return l=this.toGridIndex(l-h),s=this.toGridIndex(s+h-1),d=this.toGridIndex(d+h-1),p=this.toGridIndex(p-h),new i.DOMRect(p,l,s-p,d-l)}}]),t}();function Bh(t,n,a,l){var s;if((s=t._negativeIndex)!==null&&s!==void 0||(t._negativeIndex=0),n1&&arguments[1]!==void 0?arguments[1]:0;if(Ti(),!((n=t._grid)!==null&&n!==void 0&&(a=n.cells)!==null&&a!==void 0&&a.length))return[];var s=t.boundingClientRect,d=t._grid,p=m1(t),h=d.getGridPositionOfRect(s,l),m=[];return d.loopGridPosition(h,function(g){var y=Zt(g),w;try{for(y.s();!(w=y.n()).done;){var C=w.value;C&&C!==t&&!m.includes(C)&&p===m1(C)&&m.push(C)}}catch(A){y.e(A)}finally{y.f()}}),m}var m1=an(function(t){return t?t.getComputedStylePropertyValue("position")==="fixed"?!0:m1(t.parent):!1}),_9=["button","command","fieldset","keygen","optgroup","option","select","textarea","input"];function A9(t){return _9.includes(t)}function D9(t){var n=t instanceof Ze?t:Ce(t);if(A9(n.props.nodeName)&&n.hasAttr("disabled"))return!0;for(var a=n.parent,l=[],s=!1;a&&a.shadowId===n.shadowId&&!s&&(l.push(a),a.props.nodeName!=="legend");){if(a._inDisabledFieldset!==void 0){s=a._inDisabledFieldset;break}a.props.nodeName==="fieldset"&&a.hasAttr("disabled")&&(s=!0),a=a.parent}return l.forEach(function(d){return d._inDisabledFieldset=s}),s?!0:n.props.nodeName!=="area"&&n.actualNode?va(n):!1}var g1=D9,E9=/^\/\#/,j9=/^#[!/]/;function v1(t){var n,a=t.getAttribute("href");if(!a||a==="#")return!1;if(E9.test(a))return!0;var l=t.hash,s=t.protocol,d=t.hostname,p=t.port,h=t.pathname;if(j9.test(l))return!1;if(a.charAt(0)==="#")return!0;if(typeof((n=i.location)===null||n===void 0?void 0:n.origin)!="string"||i.location.origin.indexOf("://")===-1)return null;var m=i.location.origin+i.location.pathname,g;return d?g="".concat(s,"//").concat(d).concat(p?":".concat(p):""):g=i.location.origin,h?g+=(h[0]!=="/"?"/":"")+h:g+=i.location.pathname,g===m}function k9(t,n){var a=t.getAttribute(n);if(!a||n==="href"&&!v1(t))return null;a.indexOf("#")!==-1&&(a=decodeURIComponent(a.substr(a.indexOf("#")+1)));var l=c.getElementById(a);return l||(l=c.getElementsByName(a),l.length?l[0]:null)}var y1=k9;function x1(t,n){Ti();for(var a=Math.max(t._stackingOrder.length,n._stackingOrder.length),l=0;l"u")return-1;if(typeof t._stackingOrder[l]>"u"||n._stackingOrder[l]>t._stackingOrder[l])return 1;if(n._stackingOrder[l]=l||s>=d?null:new i.DOMRect(a,s,l-a,d-s)}function Mh(t,n){var a=t.boundingClientRect,l=n.boundingClientRect,s=S9(a,l),d=F9(s,a,l);return B9(s,d)}function S9(t,n){var a=[["x","left","right","width"],["y","top","bottom","height"]],l={};return a.forEach(function(s){var d=ze(s,4),p=d[0],h=d[1],m=d[2],g=d[3];if(n[h]t[m]){l[p]=t[h]+t[g]/2;return}var y=n[h]+n[g]/2,w=Math.abs(y-t[h]),C=Math.abs(y-t[m]);w>=C?l[p]=t[h]:l[p]=t[m]}),l}function F9(t,n,a){var l=t.x,s=t.y;if(R9({x:l,y:s},a)){var d=I9({x:l,y:s},n,a);if(d!==null)return d;a=n}var p=a,h=p.top,m=p.right,g=p.bottom,y=p.left,w=l>=y&&l<=m,C=s>=h&&s<=g,A=Math.abs(y-l)=n.top&&a<=n.right&&l<=n.bottom&&a>=n.left}function I9(t,n,a){var l=t.x,s=t.y,d,p;if(l===n.left&&n.righta.left&&(d=n.left),s===n.top&&n.bottoma.top&&(p=n.top),!d&&!p)return null;if(p){if(!d)return{x:l,y:p}}else return{x:d,y:s};return Math.abs(l-d)=l.right||a.right<=l.left||a.top>=l.bottom||a.bottom<=l.top?!1:x1(t,n)>0}function Nh(t,n){var a=[t],l=Zt(n),s;try{var d=function(){var h=s.value;a=a.reduce(function(m,g){return m.concat(O9(g,h))},[])};for(l.s();!(s=l.n()).done;)d()}catch(p){l.e(p)}finally{l.f()}return a}function O9(t,n){var a=t.top,l=t.left,s=t.bottom,d=t.right,p=an.top,h=ln.left,m=[];return Ss(n.top,a,s)&&h&&m.push({top:a,left:l,bottom:n.top,right:d}),Ss(n.right,l,d)&&p&&m.push({top:a,left:n.right,bottom:s,right:d}),Ss(n.bottom,a,s)&&h&&m.push({top:n.bottom,right:d,bottom:s,left:l}),Ss(n.left,l,d)&&p&&m.push({top:a,left:l,bottom:s,right:n.left}),m.length===0&&m.push(t),m.map(T9)}var Ss=function(n,a,l){return n>a&&n2&&arguments[2]!==void 0?arguments[2]:!1,l=b1(n),s=t.getCellFromPoint(l)||[],d=Math.floor(l.x),p=Math.floor(l.y),h=s.filter(function(g){return g.clientRects.some(function(y){var w=y.left,C=y.top;return d=Math.floor(w)&&p=Math.floor(C)})}),m=t.container;return m&&(h=w1(m._grid,m.boundingClientRect,!0).concat(h)),a||(h=h.sort(x1).map(function(g){return g.actualNode}).concat(c.documentElement).filter(function(g,y,w){return w.indexOf(g)===y})),h}function M9(t){Ti();var n=Ce(t),a=n._grid;return a?w1(a,n.boundingClientRect):[]}var Lh=M9;function P9(t){var n=Wr(t,"*"),a=n.filter(function(l){var s=l.isFocusable,d=l.actualNode.getAttribute("tabindex");return d=d&&!isNaN(parseInt(d,10))?parseInt(d):null,d?s&&d>=0:s});return a}var Uh=P9,qo={};Pe(qo,{accessibleText:function(){return Wa},accessibleTextVirtual:function(){return Br},autocomplete:function(){return Ya},formControlValue:function(){return ym},formControlValueMethods:function(){return B1},hasUnicode:function(){return I1},isHumanInterpretable:function(){return T1},isIconLigature:function(){return O1},isValidAutocomplete:function(){return _m},label:function(){return v8},labelText:function(){return k1},labelVirtual:function(){return Os},nativeElementType:function(){return x8},nativeTextAlternative:function(){return sm},nativeTextMethods:function(){return lm},removeUnicode:function(){return Xo},sanitize:function(){return qe},subtreeText:function(){return ya},titleText:function(){return Bs},unsupported:function(){return um},visible:function(){return Am},visibleTextNodes:function(){return b8},visibleVirtual:function(){return In}});function N9(t,n){t=t.actualNode||t;try{var a=wr(t),l=[],s=t.getAttribute(n);if(s){s=hr(s);for(var d=0;d1&&arguments[1]!==void 0?arguments[1]:{};if(!(t instanceof Ze)){if(t.nodeType!==1)return"";t=Ce(t)}if(t.props.nodeType!==1||n.inLabelledByContext||n.inControlContext||!t.attr("aria-labelledby"))return"";var a=xn(t,"aria-labelledby").filter(function(l){return l});return a.reduce(function(l,s){var d=Wa(s,De({inLabelledByContext:!0,startNode:n.startNode||t},n));return l?"".concat(l," ").concat(d):d},"")}var Qo=U9;function z9(t){if(!(t instanceof Ze)){if(t.nodeType!==1)return"";t=Ce(t)}return t.attr("aria-label")||""}var Wo=z9,V9={"aria-activedescendant":{type:"idref",allowEmpty:!0},"aria-atomic":{type:"boolean",global:!0},"aria-autocomplete":{type:"nmtoken",values:["inline","list","both","none"]},"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-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"}},zh=V9,H9={alert:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["section"]},alertdialog:{type:"widget",allowedAttrs:["aria-expanded","aria-modal"],superclassRole:["alert","dialog"],accessibleNameRequired:!0},application:{type:"landmark",allowedAttrs:["aria-activedescendant","aria-expanded"],superclassRole:["structure"],accessibleNameRequired:!0},article:{type:"structure",allowedAttrs:["aria-posinset","aria-setsize","aria-expanded"],superclassRole:["document"]},banner:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},blockquote:{type:"structure",superclassRole:["section"]},button:{type:"widget",allowedAttrs:["aria-expanded","aria-pressed"],superclassRole:["command"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},caption:{type:"structure",requiredContext:["figure","table","grid","treegrid"],superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},cell:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-colindex","aria-colspan","aria-rowindex","aria-rowspan","aria-expanded"],superclassRole:["section"],nameFromContent:!0},checkbox:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-readonly","aria-required"],superclassRole:["input"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},code:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},columnheader:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-sort","aria-colindex","aria-colspan","aria-expanded","aria-readonly","aria-required","aria-rowindex","aria-rowspan","aria-selected"],superclassRole:["cell","gridcell","sectionhead"],accessibleNameRequired:!1,nameFromContent:!0},combobox:{type:"widget",requiredAttrs:["aria-expanded","aria-controls"],allowedAttrs:["aria-owns","aria-autocomplete","aria-readonly","aria-required","aria-activedescendant","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!0},command:{type:"abstract",superclassRole:["widget"]},complementary:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},composite:{type:"abstract",superclassRole:["widget"]},contentinfo:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},comment:{type:"structure",allowedAttrs:["aria-level","aria-posinset","aria-setsize"],superclassRole:["article"]},definition:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},deletion:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},dialog:{type:"widget",allowedAttrs:["aria-expanded","aria-modal"],superclassRole:["window"],accessibleNameRequired:!0},directory:{type:"structure",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-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-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-valuetext"],superclassRole:["input","range"],accessibleNameRequired:!0,childrenPresentational:!0},spinbutton:{type:"widget",allowedAttrs:["aria-valuemax","aria-valuemin","aria-readonly","aria-required","aria-activedescendant","aria-valuetext","aria-valuenow"],superclassRole:["composite","input","range"],accessibleNameRequired:!0},status:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["section"]},strong:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},structure:{type:"abstract",superclassRole:["roletype"]},subscript:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},superscript:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},switch:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-readonly"],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"]}},Vh=H9,G9={"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"]}},q9=G9,Q9={"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}},W9=Q9,Z9={a:{variant:{href:{matches:"[href]",contentTypes:["interactive","phrasing","flow"],allowedRoles:["button","checkbox","menuitem","menuitemcheckbox","menuitemradio","option","radio","switch","tab","treeitem","doc-backlink","doc-biblioref","doc-glossref","doc-noteref"],namingMethods:["subtreeText"]},default:{contentTypes:["phrasing","flow"],allowedRoles:!0}}},abbr:{contentTypes:["phrasing","flow"],allowedRoles:!0},address:{contentTypes:["flow"],allowedRoles:!0},area:{variant:{href:{matches:"[href]",allowedRoles:!1},default:{allowedRoles:["button","link"]}},contentTypes:["phrasing","flow"],namingMethods:["altText"]},article:{contentTypes:["sectioning","flow"],allowedRoles:["feed","presentation","none","document","application","main","region"],shadowRoot:!0},aside:{contentTypes:["sectioning","flow"],allowedRoles:["feed","note","presentation","none","region","search","doc-dedication","doc-example","doc-footnote","doc-pullquote","doc-tip"]},audio:{variant:{controls:{matches:"[controls]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application"],chromiumRole:"Audio"},b:{contentTypes:["phrasing","flow"],allowedRoles:!0},base:{allowedRoles:!1,noAriaAttrs:!0},bdi:{contentTypes:["phrasing","flow"],allowedRoles:!0},bdo:{contentTypes:["phrasing","flow"],allowedRoles:!0},blockquote:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},body:{allowedRoles:!1,shadowRoot:!0},br:{contentTypes:["phrasing","flow"],allowedRoles:["presentation","none"],namingMethods:["titleText","singleSpace"]},button:{contentTypes:["interactive","phrasing","flow"],allowedRoles:["checkbox","combobox","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","switch","tab"],namingMethods:["subtreeText"]},canvas:{allowedRoles:!0,contentTypes:["embedded","phrasing","flow"],chromiumRole:"Canvas"},caption:{allowedRoles:!1},cite:{contentTypes:["phrasing","flow"],allowedRoles:!0},code:{contentTypes:["phrasing","flow"],allowedRoles:!0},col:{allowedRoles:!1,noAriaAttrs:!0},colgroup:{allowedRoles:!1,noAriaAttrs:!0},data:{contentTypes:["phrasing","flow"],allowedRoles:!0},datalist:{contentTypes:["phrasing","flow"],allowedRoles:!1,implicitAttrs:{"aria-multiselectable":"false"}},dd:{allowedRoles:!1},del:{contentTypes:["phrasing","flow"],allowedRoles:!0},dfn:{contentTypes:["phrasing","flow"],allowedRoles:!0},details:{contentTypes:["interactive","flow"],allowedRoles:!1},dialog:{contentTypes:["flow"],allowedRoles:["alertdialog"]},div:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},dl:{contentTypes:["flow"],allowedRoles:["group","list","presentation","none"],chromiumRole:"DescriptionList"},dt:{allowedRoles:["listitem"]},em:{contentTypes:["phrasing","flow"],allowedRoles:!0},embed:{contentTypes:["interactive","embedded","phrasing","flow"],allowedRoles:["application","document","img","presentation","none"],chromiumRole:"EmbeddedObject"},fieldset:{contentTypes:["flow"],allowedRoles:["none","presentation","radiogroup"],namingMethods:["fieldsetLegendText"]},figcaption:{allowedRoles:["group","none","presentation"]},figure:{contentTypes:["flow"],allowedRoles:!0,namingMethods:["figureText","titleText"]},footer:{contentTypes:["flow"],allowedRoles:["group","none","presentation","doc-footnote"],shadowRoot:!0},form:{contentTypes:["flow"],allowedRoles:["search","none","presentation"]},h1:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"1"}},h2:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"2"}},h3:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"3"}},h4:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"4"}},h5:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"5"}},h6:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"6"}},head:{allowedRoles:!1,noAriaAttrs:!0},header:{contentTypes:["flow"],allowedRoles:["group","none","presentation","doc-footnote"],shadowRoot:!0},hgroup:{contentTypes:["heading","flow"],allowedRoles:!0},hr:{contentTypes:["flow"],allowedRoles:["none","presentation","doc-pagebreak"],namingMethods:["titleText","singleSpace"]},html:{allowedRoles:!1,noAriaAttrs:!0},i:{contentTypes:["phrasing","flow"],allowedRoles:!0},iframe:{contentTypes:["interactive","embedded","phrasing","flow"],allowedRoles:["application","document","img","none","presentation"],chromiumRole:"Iframe"},img:{variant:{nonEmptyAlt:{matches:[{attributes:{alt:"/.+/"}},{hasAccessibleName:!0}],allowedRoles:["button","checkbox","link","menuitem","menuitemcheckbox","menuitemradio","option","progressbar","radio","scrollbar","separator","slider","switch","tab","treeitem","doc-cover"]},usemap:{matches:"[usemap]",contentTypes:["interactive","embedded","flow"]},default:{allowedRoles:["presentation","none"],contentTypes:["embedded","flow"]}},namingMethods:["altText"]},input:{variant:{button:{matches:{properties:{type:"button"}},allowedRoles:["checkbox","combobox","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","switch","tab"]},buttonType:{matches:{properties:{type:["button","submit","reset"]}},namingMethods:["valueText","titleText","buttonDefaultText"]},checkboxPressed:{matches:{properties:{type:"checkbox"},attributes:{"aria-pressed":"/.*/"}},allowedRoles:["button","menuitemcheckbox","option","switch"],implicitAttrs:{"aria-checked":"false"}},checkbox:{matches:{properties:{type:"checkbox"},attributes:{"aria-pressed":null}},allowedRoles:["menuitemcheckbox","option","switch"],implicitAttrs:{"aria-checked":"false"}},noRoles:{matches:{properties:{type:["color","date","datetime-local","file","month","number","password","range","reset","submit","time","week"]}},allowedRoles:!1},hidden:{matches:{properties:{type:"hidden"}},contentTypes:["flow"],allowedRoles:!1,noAriaAttrs:!0},image:{matches:{properties:{type:"image"}},allowedRoles:["link","menuitem","menuitemcheckbox","menuitemradio","radio","switch"],namingMethods:["altText","valueText","labelText","titleText","buttonDefaultText"]},radio:{matches:{properties:{type:"radio"}},allowedRoles:["menuitemradio"],implicitAttrs:{"aria-checked":"false"}},textWithList:{matches:{properties:{type:"text"},attributes:{list:"/.*/"}},allowedRoles:!1},default:{contentTypes:["interactive","flow"],allowedRoles:["combobox","searchbox","spinbutton"],implicitAttrs:{"aria-valuenow":""},namingMethods:["labelText","placeholderText"]}}},ins:{contentTypes:["phrasing","flow"],allowedRoles:!0},kbd:{contentTypes:["phrasing","flow"],allowedRoles:!0},label:{contentTypes:["interactive","phrasing","flow"],allowedRoles:!1,chromiumRole:"Label"},legend:{allowedRoles:!1},li:{allowedRoles:["menuitem","menuitemcheckbox","menuitemradio","option","none","presentation","radio","separator","tab","treeitem","doc-biblioentry","doc-endnote"],implicitAttrs:{"aria-setsize":"1","aria-posinset":"1"}},link:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},main:{contentTypes:["flow"],allowedRoles:!1,shadowRoot:!0},map:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},math:{contentTypes:["embedded","phrasing","flow"],allowedRoles:!1},mark:{contentTypes:["phrasing","flow"],allowedRoles:!0},menu:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},meta:{variant:{itemprop:{matches:"[itemprop]",contentTypes:["phrasing","flow"]}},allowedRoles:!1,noAriaAttrs:!0},meter:{contentTypes:["phrasing","flow"],allowedRoles:!1,chromiumRole:"progressbar"},nav:{contentTypes:["sectioning","flow"],allowedRoles:["doc-index","doc-pagelist","doc-toc","menu","menubar","none","presentation","tablist"],shadowRoot:!0},noscript:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},object:{variant:{usemap:{matches:"[usemap]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application","document","img"],chromiumRole:"PluginObject"},ol:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},optgroup:{allowedRoles:!1},option:{allowedRoles:!1,implicitAttrs:{"aria-selected":"false"}},output:{contentTypes:["phrasing","flow"],allowedRoles:!0,namingMethods:["subtreeText"]},p:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},param:{allowedRoles:!1,noAriaAttrs:!0},picture:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},pre:{contentTypes:["flow"],allowedRoles:!0},progress:{contentTypes:["phrasing","flow"],allowedRoles:!1,implicitAttrs:{"aria-valuemax":"100","aria-valuemin":"0","aria-valuenow":"0"}},q:{contentTypes:["phrasing","flow"],allowedRoles:!0},rp:{allowedRoles:!0},rt:{allowedRoles:!0},ruby:{contentTypes:["phrasing","flow"],allowedRoles:!0},s:{contentTypes:["phrasing","flow"],allowedRoles:!0},samp:{contentTypes:["phrasing","flow"],allowedRoles:!0},script:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},section:{contentTypes:["sectioning","flow"],allowedRoles:["alert","alertdialog","application","banner","complementary","contentinfo","dialog","document","feed","group","log","main","marquee","navigation","none","note","presentation","search","status","tabpanel","doc-abstract","doc-acknowledgments","doc-afterword","doc-appendix","doc-bibliography","doc-chapter","doc-colophon","doc-conclusion","doc-credit","doc-credits","doc-dedication","doc-endnotes","doc-epigraph","doc-epilogue","doc-errata","doc-example","doc-foreword","doc-glossary","doc-index","doc-introduction","doc-notice","doc-pagelist","doc-part","doc-preface","doc-prologue","doc-pullquote","doc-qna","doc-toc"],shadowRoot:!0},select:{variant:{combobox:{matches:{attributes:{multiple:null,size:[null,"1"]}},allowedRoles:["menu"]},default:{allowedRoles:!1}},contentTypes:["interactive","phrasing","flow"],implicitAttrs:{"aria-valuenow":""},namingMethods:["labelText"]},slot:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},small:{contentTypes:["phrasing","flow"],allowedRoles:!0},source:{allowedRoles:!1,noAriaAttrs:!0},span:{contentTypes:["phrasing","flow"],allowedRoles:!0,shadowRoot:!0},strong:{contentTypes:["phrasing","flow"],allowedRoles:!0},style:{allowedRoles:!1,noAriaAttrs:!0},svg:{contentTypes:["embedded","phrasing","flow"],allowedRoles:!0,chromiumRole:"SVGRoot",namingMethods:["svgTitleText"]},sub:{contentTypes:["phrasing","flow"],allowedRoles:!0},summary:{allowedRoles:!1,namingMethods:["subtreeText"]},sup:{contentTypes:["phrasing","flow"],allowedRoles:!0},table:{contentTypes:["flow"],allowedRoles:!0,namingMethods:["tableCaptionText","tableSummaryText"]},tbody:{allowedRoles:!0},template:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},textarea:{contentTypes:["interactive","phrasing","flow"],allowedRoles:!1,implicitAttrs:{"aria-valuenow":"","aria-multiline":"true"},namingMethods:["labelText","placeholderText"]},tfoot:{allowedRoles:!0},thead:{allowedRoles:!0},time:{contentTypes:["phrasing","flow"],allowedRoles:!0},title:{allowedRoles:!1,noAriaAttrs:!0},td:{allowedRoles:!0},th:{allowedRoles:!0},tr:{allowedRoles:!0},track:{allowedRoles:!1,noAriaAttrs:!0},u:{contentTypes:["phrasing","flow"],allowedRoles:!0},ul:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},var:{contentTypes:["phrasing","flow"],allowedRoles:!0},video:{variant:{controls:{matches:"[controls]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application"],chromiumRole:"video"},wbr:{contentTypes:["phrasing","flow"],allowedRoles:["presentation","none"]}},J9=Z9,X9={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]},Y9=X9,Hh={ariaAttrs:zh,ariaRoles:De({},Vh,q9,W9),htmlElms:J9,cssColors:Y9},Mi=De({},Hh);function K9(t){Object.keys(Mi).forEach(function(n){t[n]&&(Mi[n]=i1(Mi[n],t[n]))})}function $9(){Object.keys(Mi).forEach(function(t){Mi[t]=Hh[t]})}var st=Mi;function e4(t){var n=st.ariaRoles[t];return n?!!n.unsupported:!1}var C1=e4;function t4(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.allowAbstract,l=n.flagUnsupported,s=l===void 0?!1:l,d=st.ariaRoles[t],p=C1(t);return!d||s&&p?!1:a?!0:d.type!=="abstract"}var Pi=t4;function r4(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.fallback,l=n.abstracts,s=n.dpub;if(t=t instanceof Ze?t:Ce(t),t.props.nodeType!==1)return null;var d=(t.attr("role")||"").trim().toLowerCase(),p=a?hr(d):[d],h=p.find(function(m){return!s&&m.substr(0,4)==="doc-"?!1:Pi(m,{allowAbstract:l})});return h||null}var wt=r4;function n4(t){return Object.keys(st.htmlElms).filter(function(n){var a=st.htmlElms[n];return a.contentTypes?a.contentTypes.includes(t):a.variant&&a.variant.default&&a.variant.default.contentTypes?a.variant.default.contentTypes.includes(t):!1})}var _1=n4;function a4(){return rt.get("globalAriaAttrs",function(){return Object.keys(st.ariaAttrs).filter(function(t){return st.ariaAttrs[t].global})})}var Za=a4;function i4(t){for(var n=[],a=t.rows,l=0,s=a.length;l1?"listbox":"combobox"},summary:"button",table:"table",tbody:"rowgroup",td:function(n){var a=Pr(n,"table"),l=wt(a);return["grid","treegrid"].includes(l)?"gridcell":"cell"},textarea:"textbox",tfoot:"rowgroup",th:function(n){if(Ni(n))return"columnheader";if(Li(n))return"rowheader"},thead:"rowgroup",tr:"row",ul:"list"},E1=f4;function p4(t,n){var a=de(n);if(Array.isArray(n)&&typeof t<"u")return n.includes(t);if(a==="function")return!!n(t);if(t!=null){if(n instanceof RegExp)return n.test(t);if(/^\/.*\/$/.test(n)){var l=n.substring(1,n.length-1);return new RegExp(l).test(t)}}return n===t}var Ja=p4;function h4(t,n){return Ja(!!Br(t),n)}var Qh=h4;function m4(t,n){var a=de(n);if(a!=="object"||Array.isArray(n)||n instanceof RegExp)throw new Error("Expect matcher to be an object");return Object.keys(n).every(function(l){return Ja(t(l),n[l])})}var j1=m4;function g4(t,n){return t instanceof Ze||(t=Ce(t)),j1(function(a){return t.attr(a)},n)}var Wh=g4;function v4(t,n){return!!n(t)}var Zh=v4;function y4(t,n){return Ja(wt(t),n)}var Jh=y4;function x4(t,n){return Ja(Rn(t),n)}var Xh=x4;function b4(t,n){return t instanceof Ze||(t=Ce(t)),Ja(t.props.nodeName,n)}var Yh=b4;function w4(t,n){return t instanceof Ze||(t=Ce(t)),j1(function(a){return t.props[a]},n)}var Kh=w4;function C4(t,n){return Ja(ft(t),n)}var $h=C4,em={hasAccessibleName:Qh,attributes:Wh,condition:Zh,explicitRole:Jh,implicitRole:Xh,nodeName:Yh,properties:Kh,semanticRole:$h};function tm(t,n){return t instanceof Ze||(t=Ce(t)),Array.isArray(n)?n.some(function(a){return tm(t,a)}):typeof n=="string"?Qc(t,n):Object.keys(n).every(function(a){if(!em[a])throw new Error('Unknown matcher type "'.concat(a,'"'));var l=em[a],s=n[a];return l(t,s)})}var rm=tm;function _4(t,n){return rm(t,n)}var qr=_4;qr.hasAccessibleName=Qh,qr.attributes=Wh,qr.condition=Zh,qr.explicitRole=Jh,qr.fromDefinition=rm,qr.fromFunction=j1,qr.fromPrimative=Ja,qr.implicitRole=Xh,qr.nodeName=Yh,qr.properties=Kh,qr.semanticRole=$h;var Zo=qr;function A4(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.noMatchAccessibleName,l=a===void 0?!1:a,s=st.htmlElms[t.props.nodeName];if(!s)return{};if(!s.variant)return s;var d=s.variant,p=We(s,b);for(var h in d)if(!(!d.hasOwnProperty(h)||h==="default")){for(var m=d[h],g=m.matches,y=We(m,_),w=Array.isArray(g)?g:[g],C=0;C"u"&&(p[j]=d.default[j]);return p}var Xa=A4;function D4(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.chromium,l=t instanceof Ze?t:Ce(t);if(t=l.actualNode,!l)throw new ReferenceError("Cannot get implicit role of a node outside the current scope.");var s=l.props.nodeName,d=E1[s];if(!d&&a){var p=Xa(l),h=p.chromiumRole;return h||null}return typeof d=="function"?d(l):d||null}var Rn=D4,E4={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 nm(t,n){var a=E4[t.props.nodeName];if(!a)return null;if(!t.parent){if(!t.actualNode)return null;throw new ReferenceError("Cannot determine role presentational inheritance of a required parent outside the current scope.")}if(!a.includes(t.parent.props.nodeName))return null;var l=wt(t.parent,n);return["none","presentation"].includes(l)&&!im(t.parent)?l:l?null:nm(t.parent,n)}function am(t,n){var a=n.chromium,l=We(n,S),s=Rn(t,{chromium:a});if(!s)return null;var d=nm(t,l);return d||s}function im(t){var n=Za().some(function(a){return t.hasAttr(a)});return n||Ut(t)}function j4(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.noImplicit,l=We(n,k),s=t instanceof Ze?t:Ce(t);if(s.props.nodeType!==1)return null;var d=wt(s,l);return d?["presentation","none"].includes(d)&&im(s)?a?null:am(s,l):d:a?null:am(s,l)}function k4(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.noPresentational,l=We(n,F),s=j4(t,l);return a&&["presentation","none"].includes(s)?null:s}var ft=k4,S4=["iframe"];function F4(t){var n=t instanceof Ze?t:Ce(t);return n.props.nodeType!==1||!t.hasAttr("title")||!qr(n,S4)&&["none","presentation"].includes(ft(n))?"":n.attr("title")}var Bs=F4;function B4(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.strict;if(t=t instanceof Ze?t:Ce(t),t.props.nodeType!==1)return!1;var l=ft(t),s=st.ariaRoles[l];return s&&s.nameFromContent?!0:a?!1:!s||["presentation","none"].includes(l)}var om=B4;function R4(t){var n=t.actualNode,a=t.children;if(!a)throw new Error("getOwnedVirtual requires a virtual node");if(t.hasAttr("aria-owns")){var l=xn(n,"aria-owns").filter(function(s){return!!s}).map(function(s){return f.utils.getNodeFromTree(s)});return[].concat($(a),$(l))}return $(a)}var Jo=R4;function I4(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=Br.alreadyProcessed;n.startNode=n.startNode||t;var l=n,s=l.strict,d=l.inControlContext,p=l.inLabelledByContext,h=Xa(t,{noMatchAccessibleName:!0}),m=h.contentTypes;if(a(t,n)||t.props.nodeType!==1||m!=null&&m.includes("embedded")||!om(t,{strict:s})&&!n.subtreeDescendant)return"";if(!s){var g=!d&&!p;n=De({subtreeDescendant:g},n)}return Jo(t).reduce(function(y,w){return T4(y,w,n)},"")}var O4=_1("phrasing").concat(["#text"]);function T4(t,n,a){var l=n.props.nodeName,s=Br(n,a);return s?(O4.includes(l)||(s[0]!==" "&&(s+=" "),t&&t[t.length-1]!==" "&&(s=" "+s)),t+s):t}var ya=I4;function M4(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=Br.alreadyProcessed;if(n.inControlContext||n.inLabelledByContext||a(t,n))return"";n.startNode||(n.startNode=t);var l=De({inControlContext:!0},n),s=P4(t),d=Pr(t,"label"),p;return d?(p=[].concat($(s),[d.actualNode]),p.sort(nd)):p=s,p.map(function(h){return Wa(h,l)}).filter(function(h){return h!==""}).join(" ")}function P4(t){if(!t.attr("id"))return[];if(!t.actualNode)throw new TypeError("Cannot resolve explicit label reference for non-DOM nodes");return fh({elm:"label",attr:"for",value:t.attr("id"),context:t.actualNode})}var k1=M4,N4={submit:"Submit",image:"Submit",reset:"Reset",button:""},L4={valueText:function(n){var a=n.actualNode;return a.value||""},buttonDefaultText:function(n){var a=n.actualNode;return N4[a.type]||""},tableCaptionText:Rs.bind(null,"caption"),figureText:Rs.bind(null,"figcaption"),svgTitleText:Rs.bind(null,"title"),fieldsetLegendText:Rs.bind(null,"legend"),altText:S1.bind(null,"alt"),tableSummaryText:S1.bind(null,"summary"),titleText:Bs,subtreeText:ya,labelText:k1,singleSpace:function(){return" "},placeholderText:S1.bind(null,"placeholder")};function S1(t,n){return n.attr(t)||""}function Rs(t,n,a){var l=n.actualNode;t=t.toLowerCase();var s=[t,l.nodeName.toLowerCase()].join(","),d=l.querySelector(s);return!d||d.nodeName.toLowerCase()!==t?"":Wa(d,a)}var lm=L4;function U4(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=t.actualNode;if(t.props.nodeType!==1||["presentation","none"].includes(ft(t)))return"";var l=z4(t),s=l.reduce(function(d,p){return d||p(t,n)},"");return n.debug&&f.log(s||"{empty-value}",a,n),s}function z4(t){var n=Xa(t,{noMatchAccessibleName:!0}),a=n.namingMethods||[];return a.map(function(l){return lm[l]})}var sm=U4,V4={accessibleNameFromFieldValue:["combobox","listbox","progressbar"]},um=V4;function zt(t){return t=t instanceof Ze?t:Ce(t),F1(t)}var F1=an(function(n,a){return xh(n)?!1:n.actualNode&&n.props.nodeName==="area"?!u1(n,F1):va(n,{skipAncestors:!0,isAncestor:a})?!1:n.parent?F1(n.parent,!0):!0});function cm(t,n,a){var l=t instanceof Ze?t:Ce(t),s=n?zt:on,d=!t.actualNode||t.actualNode&&s(t),p=l.children.map(function(h){var m=h.props,g=m.nodeType,y=m.nodeValue;if(g===3){if(y&&d)return y}else if(!a)return cm(h,n)}).join("");return qe(p)}var In=cm,H4=["button","checkbox","color","file","hidden","image","password","radio","reset","submit"];function G4(t){t=t instanceof Ze?t:Ce(t);var n=t.props.nodeName;return n==="textarea"||n==="input"&&!H4.includes((t.attr("type")||"").toLowerCase())}var dm=G4;function q4(t){t=t instanceof Ze?t:Ce(t);var n=t.props.nodeName;return n==="select"}var fm=q4;function Q4(t){var n=wt(t);return n==="textbox"}var pm=Q4;function W4(t){var n=wt(t);return n==="listbox"}var hm=W4;function Z4(t){var n=wt(t);return n==="combobox"}var mm=Z4,J4=["progressbar","scrollbar","slider","spinbutton"];function X4(t){var n=wt(t);return J4.includes(n)}var gm=X4,Y4=["textbox","progressbar","scrollbar","slider","spinbutton","combobox","listbox"],B1={nativeTextboxValue:$4,nativeSelectValue:e8,ariaTextboxValue:t8,ariaListboxValue:vm,ariaComboboxValue:r8,ariaRangeValue:n8};function K4(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=t.actualNode,l=um.accessibleNameFromFieldValue||[],s=ft(t);if(n.startNode===t||!Y4.includes(s)||l.includes(s))return"";var d=Object.keys(B1).map(function(h){return B1[h]}),p=d.reduce(function(h,m){return h||m(t,n)},"");return n.debug&&qa(p||"{empty-value}",a,n),p}function $4(t){var n=t instanceof Ze?t:Ce(t);return dm(n)&&n.props.value||""}function e8(t){var n=t instanceof Ze?t:Ce(t);if(!fm(n))return"";var a=Wr(n,"option"),l=a.filter(function(s){return s.props.selected});return l.length||l.push(a[0]),l.map(function(s){return In(s)}).join(" ")||""}function t8(t){var n=t instanceof Ze?t:Ce(t),a=n.actualNode;return pm(n)?!a||a&&!va(a)?In(n,!0):a.textContent:""}function vm(t,n){var a=t instanceof Ze?t:Ce(t);if(!hm(a))return"";var l=Jo(a).filter(function(s){return ft(s)==="option"&&s.attr("aria-selected")==="true"});return l.length===0?"":Br(l[0],n)}function r8(t,n){var a=t instanceof Ze?t:Ce(t);if(!mm(a))return"";var l=Jo(a).filter(function(s){return ft(s)==="listbox"})[0];return l?vm(l,n):""}function n8(t){var n=t instanceof Ze?t:Ce(t);if(!gm(n)||!n.hasAttr("aria-valuenow"))return"";var a=+n.attr("aria-valuenow");return isNaN(a)?"0":String(a)}var ym=K4;function xm(){return/[\u1D00-\u1D7F\u1D80-\u1DBF\u1DC0-\u1DFF\u20A0-\u20CF\u20D0-\u20FF\u2100-\u214F\u2150-\u218F\u2190-\u21FF\u2200-\u22FF\u2300-\u23FF\u2400-\u243F\u2440-\u245F\u2460-\u24FF\u2500-\u257F\u2580-\u259F\u25A0-\u25FF\u2600-\u26FF\u2700-\u27BF\uE000-\uF8FF]/g}function bm(){return/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&\xa3\xa2\xa5\xa7\u20ac()*+,\-.\/:;<=>?@\[\]^_`{|}~\xb1]/g}function wm(){return/[\uDB80-\uDBBF][\uDC00-\uDFFF]/g}var R1=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\u26D3\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC3\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC08\uDC26](?:\u200D\u2B1B)?|[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g};function a8(t,n){var a=n.emoji,l=n.nonBmp,s=n.punctuations;return a?R1().test(t):l?xm().test(t)||wm().test(t):s?bm().test(t):!1}var I1=a8;function i8(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:.15,a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:3,l=t.actualNode.nodeValue.trim();if(!qe(l)||I1(l,{emoji:!0,nonBmp:!0}))return!1;var s=rt.get("canvasContext",function(){return c.createElement("canvas").getContext("2d")}),d=s.canvas;rt.get("fonts")||rt.set("fonts",{});var p=rt.get("fonts"),h=i.getComputedStyle(t.parent.actualNode),m=h.getPropertyValue("font-family");p[m]||(p[m]={occurrences:0,numLigatures:0});var g=p[m];if(g.occurrences>=a){if(g.numLigatures/g.occurrences===1)return!0;if(g.numLigatures===0)return!1}g.occurrences++;var y=30,w="".concat(y,"px ").concat(m);s.font=w;var C=l.charAt(0),A=s.measureText(C).width;if(A<30){var j=30/A;A*=j,y*=j,w="".concat(y,"px ").concat(m)}d.width=A,d.height=y,s.font=w,s.textAlign="left",s.textBaseline="top",s.fillText(C,0,0);var N=new Uint32Array(s.getImageData(0,0,A,y).data.buffer);if(!N.some(function(he){return he}))return g.numLigatures++,!0;s.clearRect(0,0,A,y),s.fillText(l,0,0);var z=new Uint32Array(s.getImageData(0,0,A,y).data.buffer),T=N.reduce(function(he,be,Re){return be===0&&z[Re]===0||be!==0&&z[Re]!==0?he:++he},0),M=l.split("").reduce(function(he,be){return he+s.measureText(be).width},0),Z=s.measureText(l).width,K=T/N.length,ae=1-Z/M;return K>=n&&ae>=n?(g.numLigatures++,!0):!1}var O1=i8;function Cm(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(n=u8(t,n),l8(t,n)||s8(t,n))return"";var a=[Qo,Wo,sm,ym,ya,o8,Bs],l=a.reduce(function(s,d){return n.startNode===t&&(s=qe(s)),s!==""?s:d(t,n)},"");return n.debug&&f.log(l||"{empty-value}",t.actualNode,n),l}function o8(t){return t.props.nodeType!==3?"":t.props.nodeValue}function l8(t,n){return!t||t.props.nodeType!==1||n.includeHidden?!1:!zt(t)}function s8(t,n){var a,l=n.ignoreIconLigature,s=n.pixelThreshold,d=(a=n.occurrenceThreshold)!==null&&a!==void 0?a:n.occuranceThreshold;return t.props.nodeType!==3||!l?!1:O1(t,s,d)}function u8(t,n){return n.startNode||(n=De({startNode:t},n)),t.props.nodeType===1&&n.inLabelledByContext&&n.includeHidden===void 0&&(n=De({includeHidden:!zt(t)},n)),n}Cm.alreadyProcessed=function(n,a){return a.processed=a.processed||[],a.processed.includes(n)?!0:(a.processed.push(n),!1)};var Br=Cm;function c8(t,n){var a=n.emoji,l=n.nonBmp,s=n.punctuations;return a&&(t=t.replace(R1(),"")),l&&(t=t.replace(xm(),""),t=t.replace(wm(),"")),s&&(t=t.replace(bm(),"")),t}var Xo=c8;function d8(t){if(!t.length)return 0;var n=["x","i"];if(n.includes(t))return 0;var a=Xo(t,{emoji:!0,nonBmp:!0,punctuations:!0});return qe(a)?1:0}var T1=d8,Ya={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"]};function f8(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.looseTyped,l=a===void 0?!1:a,s=n.stateTerms,d=s===void 0?[]:s,p=n.locations,h=p===void 0?[]:p,m=n.qualifiers,g=m===void 0?[]:m,y=n.standaloneTerms,w=y===void 0?[]:y,C=n.qualifiedTerms,A=C===void 0?[]:C;if(t=t.toLowerCase().trim(),d=d.concat(Ya.stateTerms),d.includes(t)||t==="")return!0;g=g.concat(Ya.qualifiers),h=h.concat(Ya.locations),w=w.concat(Ya.standaloneTerms),A=A.concat(Ya.qualifiedTerms);var j=t.split(/\s+/g);if(j[j.length-1]==="webauthn"&&(j.pop(),j.length===0)||!l&&(j[0].length>8&&j[0].substr(0,8)==="section-"&&j.shift(),h.includes(j[0])&&j.shift(),g.includes(j[0])&&(j.shift(),w=[]),j.length!==1))return!1;var N=j[j.length-1];return w.includes(N)||A.includes(N)}var _m=f8;function p8(t){var n,a;return t.attr("aria-labelledby")&&(n=xn(t.actualNode,"aria-labelledby"),a=n.map(function(l){var s=Ce(l);return s?In(s):""}).join(" ").trim(),a)||(a=t.attr("aria-label"),a&&(a=qe(a),a))?a:null}var Is=p8;function h8(t,n,a){return t=Ce(t),In(t,n,a)}var Am=h8;function m8(t){var n,a,l;if(a=Is(t),a)return a;if(t.attr("id")){if(!t.actualNode)throw new TypeError("Cannot resolve explicit label reference for non-DOM nodes");var s=Lt(t.attr("id"));if(l=wr(t.actualNode),n=l.querySelector('label[for="'+s+'"]'),a=n&&Am(n,!0),a)return a}return n=Pr(t,"label"),a=n&&In(n,!0),a||null}var Os=m8;function g8(t){return t=Ce(t),Os(t)}var v8=g8,y8=[{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"]}],x8=y8;function Dm(t){var n=on(t),a=[];return t.children.forEach(function(l){l.actualNode.nodeType===3?n&&a.push(l):a=a.concat(Dm(l))}),a}var b8=Dm,w8=an(function(n){var a=Ce(n),l=a.boundingClientRect,s=[],d=s1(a);return n.childNodes.forEach(function(p){if(!(p.nodeType!==3||qe(p.nodeValue)==="")){var h=C8(p);_8(h,l)||s.push.apply(s,$(A8(h,d)))}}),s.length?s:[l]}),M1=w8;function C8(t){var n=c.createRange();return n.selectNodeContents(t),Array.from(n.getClientRects())}function _8(t,n){return t.some(function(a){var l=b1(a);return!f1(l,n)})}function A8(t,n){var a=[];return t.forEach(function(l){if(!(l.width<1||l.height<1)){var s=n.reduce(function(d,p){return d&&Th(d,p.boundingClientRect)},l);s&&a.push(s)}}),a}function D8(t){Ti();var n=Ce(t),a=n._grid;if(!a)return[];var l=M1(t);return l.map(function(s){return w1(a,s)})}var P1=D8,E8=["checkbox","img","meter","progressbar","scrollbar","radio","slider","spinbutton","textbox"];function j8(t){var n=t instanceof Ze?t:Ce(t),a=f.commons.aria.getExplicitRole(n);if(a)return E8.indexOf(a)!==-1;switch(n.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 n.props.type!=="hidden";default:return!1}}var N1=j8,k8=["head","title","template","script","style","iframe","object","video","audio","noscript"];function Em(t){return k8.includes(t.props.nodeName)?!1:t.children.some(function(n){var a=n.props;return a.nodeType===3&&a.nodeValue.trim()})}function jm(t,n,a){return Em(t)||N1(t.actualNode)||!a&&!!Is(t)||!n&&t.children.some(function(l){return l.actualNode.nodeType===1&&jm(l)})}var Yo=jm;function S8(t,n,a){return t=Ce(t),Yo(t,n,a)}var Ts=S8;function L1(t){return typeof t.children>"u"||Em(t)?!0:t.props.nodeType===1&&N1(t)?!!f.commons.text.accessibleTextVirtual(t):t.children.some(function(n){return!n.attr("lang")&&L1(n)&&!va(n)})}function F8(t){var n=parseInt(t.getAttribute("tabindex"),10);return n>-1&&Ut(t)&&!D1(t)}var km=F8;function Sm(t,n){var a=t instanceof Ze?t:Ce(t),l=t instanceof i.Node?t:a==null?void 0:a.actualNode;return a?(a._isHiddenWithCSS===void 0&&(a._isHiddenWithCSS=Fm(l,n)),a._isHiddenWithCSS):Fm(l,n)}function Fm(t,n){if(t.nodeType===9||(t.nodeType===11&&(t=t.host),["STYLE","SCRIPT"].includes(t.nodeName.toUpperCase())))return!1;var a=i.getComputedStyle(t,null);if(!a)throw new Error("Style does not exist for the given element.");var l=a.getPropertyValue("display");if(l==="none")return!0;var s=["hidden","collapse"],d=a.getPropertyValue("visibility");if(s.includes(d)&&!n||s.includes(d)&&n&&s.includes(n))return!0;var p=fr(t);return p&&!s.includes(d)?Sm(p,d):!1}var B8=Sm;function R8(t){var n=t.doctype;return n===null?!1:n.name==="html"&&!n.publicId&&!n.systemId}var Bm=R8;function On(t){var n=t instanceof Ze?t:Ce(t);if(n.props.nodeType!==1)return!1;var a=parseInt(n.attr("tabindex",10));return a<=-1?!1:Ut(n)}function I8(t){var n;(t instanceof Ze||(n=i)!==null&&n!==void 0&&n.Node&&t instanceof i.Node)&&(t=f.commons.aria.getRole(t));var a=st.ariaRoles[t];return(a==null?void 0:a.type)||null}var Tn=I8;function Rm(t,n){n(t.actualNode)!==!1&&t.children.forEach(function(a){return Rm(a,n)})}var O8=["block","list-item","table","flex","grid","inline-block"];function Im(t){var n=i.getComputedStyle(t).getPropertyValue("display");return O8.includes(n)||n.substr(0,6)==="table-"}function T8(t){for(var n=fr(t);n&&!Im(n);)n=fr(n);return Ce(n)}function M8(t,n){if(Im(t))return!1;var a=T8(t),l="",s="",d=0;return Rm(a,function(p){if(d===2)return!1;if(p.nodeType===3&&(l+=p.nodeValue),p.nodeType===1){var h=(p.nodeName||"").toUpperCase();if(p===t&&(d=1),["BR","HR"].includes(h))d===0?(l="",s=""):d=2;else{if(p.style.display==="none"||p.style.overflow==="hidden"||!["",null,"none"].includes(p.style.float)||!["",null,"relative"].includes(p.style.position))return!1;if(Tn(p)==="widget")return s+=p.textContent,!1}}}),l=qe(l),n!=null&&n.noLengthCompare?l.length!==0:(s=qe(s),l.length>s.length)}var U1=M8;function P8(t){t=t||{};var n=t.modalPercent||.75;if(rt.get("isModalOpen"))return rt.get("isModalOpen");var a=Zn(f._tree[0],"dialog, [role=dialog], [aria-modal=true]",on);if(a.length)return rt.set("isModalOpen",!0),!0;for(var l=js(i),s=l.width*n,d=l.height*n,p=(l.width-s)/2,h=(l.height-d)/2,m=[{x:p,y:h},{x:l.width-p,y:h},{x:l.width/2,y:l.height/2},{x:p,y:l.height-h},{x:l.width-p,y:l.height-h}],g=m.map(function(A){return Array.from(c.elementsFromPoint(A.x,A.y))}),y=function(j){var N=g[j].find(function(z){var T=i.getComputedStyle(z);return parseInt(T.width,10)>=s&&parseInt(T.height,10)>=d&&T.getPropertyValue("pointer-events")!=="none"&&(T.position==="absolute"||T.position==="fixed")});if(N&&g.every(function(z){return z.includes(N)}))return rt.set("isModalOpen",!0),{v:!0}},w=0;w1&&arguments[1]!==void 0?arguments[1]:2,a=t.ownerDocument.createRange();a.setStart(t,0),a.setEnd(t,t.childNodes.length);var l=0,s=0,d=Zt(a.getClientRects()),p;try{for(d.s();!(p=d.n()).done;){var h=p.value;if(!(h.height<=n))if(l>h.top+n)l=Math.max(l,h.bottom);else if(s===0)l=h.bottom,s++;else return!0}}catch(m){d.e(m)}finally{d.f()}return!1}function N8(t){return t instanceof i.Node}var L8=N8,Ms={},U8={set:function(n,a){if(typeof n!="string")throw new Error("Incomplete data: key must be a string");return a&&(Ms[n]=a),Ms[n]},get:function(n){return Ms[n]},clear:function(){Ms={}}},pr=U8;function z8(t,n){var a=["IMG","CANVAS","OBJECT","IFRAME","VIDEO","SVG"],l=t.nodeName.toUpperCase();if(a.includes(l))return pr.set("bgColor","imgNode"),!0;n=n||i.getComputedStyle(t);var s=n.getPropertyValue("background-image"),d=s!=="none";if(d){var p=/gradient/.test(s);pr.set("bgColor",p?"bgGradient":"bgImage")}return d}var Ps=z8;function V8(t,n,a){if(/%$/.test(n))return a===3?parseFloat(n)/100:parseFloat(n)*255/100;if(t[a]==="h"){if(/turn$/.test(n))return parseFloat(n)*360;if(/rad$/.test(n))return parseFloat(n)*57.3}return parseFloat(n)}function H8(t){var n=ze(t,4),a=n[0],l=n[1],s=n[2],d=n[3];l/=255,s/=255;var p=(1-Math.abs(2*s-1))*l,h=p*(1-Math.abs(a/60%2-1)),m=s-p/2,g;return a<60?g=[p,h,0]:a<120?g=[h,p,0]:a<180?g=[0,p,h]:a<240?g=[0,h,p]:a<300?g=[h,0,p]:g=[p,0,h],g.map(function(y){return Math.round((y+m)*255)}).concat(d)}function G8(t,n,a){var l=arguments.length>3&&arguments[3]!==void 0?arguments[3]:1;this.red=t,this.green=n,this.blue=a,this.alpha=l,this.toHexString=function(){var h=Math.round(this.red).toString(16),m=Math.round(this.green).toString(16),g=Math.round(this.blue).toString(16);return"#"+(this.red>15.5?h:"0"+h)+(this.green>15.5?m:"0"+m)+(this.blue>15.5?g:"0"+g)},this.toJSON=function(){var h=this.red,m=this.green,g=this.blue,y=this.alpha;return{red:h,green:m,blue:g,alpha:y}};var s=/^#[0-9a-f]{3,8}$/i,d=/^((?:rgb|hsl)a?)\s*\(([^\)]*)\)/i;this.parseString=function(h){if(st.cssColors[h]||h==="transparent"){var m=st.cssColors[h]||[0,0,0],g=ze(m,3),y=g[0],w=g[1],C=g[2];return this.red=y,this.green=w,this.blue=C,this.alpha=h==="transparent"?0:1,this}if(h.match(d))return this.parseColorFnString(h),this;if(h.match(s))return this.parseHexString(h),this;throw new Error('Unable to parse color "'.concat(h,'"'))},this.parseRgbString=function(h){if(h==="transparent"){this.red=0,this.green=0,this.blue=0,this.alpha=0;return}this.parseColorFnString(h)},this.parseHexString=function(h){if(!(!h.match(s)||[6,8].includes(h.length))){if(h=h.replace("#",""),h.length<6){var m=h,g=ze(m,4),y=g[0],w=g[1],C=g[2],A=g[3];h=y+y+w+w+C+C,A&&(h+=A+A)}var j=h.match(/.{1,2}/g);this.red=parseInt(j[0],16),this.green=parseInt(j[1],16),this.blue=parseInt(j[2],16),j[3]?this.alpha=parseInt(j[3],16)/255:this.alpha=1}},this.parseColorFnString=function(h){var m=h.match(d)||[],g=ze(m,3),y=g[1],w=g[2];if(!(!y||!w)){var C=w.split(/\s*[,\/\s]\s*/).map(function(j){return j.replace(",","").trim()}).filter(function(j){return j!==""}),A=C.map(function(j,N){return V8(y,j,N)});y.substr(0,3)==="hsl"&&(A=H8(A)),this.red=A[0],this.green=A[1],this.blue=A[2],this.alpha=typeof A[3]=="number"?A[3]:1}},this.getRelativeLuminance=function(){var h=this.red/255,m=this.green/255,g=this.blue/255,y=h<=.03928?h/12.92:Math.pow((h+.055)/1.055,2.4),w=m<=.03928?m/12.92:Math.pow((m+.055)/1.055,2.4),C=g<=.03928?g/12.92:Math.pow((g+.055)/1.055,2.4);return .2126*y+.7152*w+.0722*C}}var Nr=G8;function q8(t){var n=new Nr;if(n.parseString(t.getPropertyValue("background-color")),n.alpha!==0){var a=t.getPropertyValue("opacity");n.alpha=n.alpha*a}return n}var Ka=q8;function Q8(t){var n=i.getComputedStyle(t);return Ps(t,n)||Ka(n).alpha===1}var W8=Q8;function z1(t){if(!t.href)return!1;var n=rt.get("firstPageLink",Z8);return n?t.compareDocumentPosition(n.actualNode)===t.DOCUMENT_POSITION_FOLLOWING:!0}function Z8(){var t;return i.location.origin?t=Wr(f._tree,'a[href]:not([href^="javascript:"])').find(function(n){return!v1(n.actualNode)}):t=Wr(f._tree,'a:not([href^="#"]):not([href^="/#"]):not([href^="javascript:"])')[0],t||null}var J8=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,X8=/(\w+)\((\d+)/;function Y8(t){var n=t.getPropertyValue("clip").match(J8),a=t.getPropertyValue("clip-path").match(X8);if(n&&n.length===5){var l=t.getPropertyValue("position");if(["fixed","absolute"].includes(l))return n[3]-n[1]<=0&&n[2]-n[4]<=0}if(a){var s=a[1],d=parseInt(a[2],10);switch(s){case"inset":return d>=50;case"circle":return d===0}}return!1}function K8(t,n,a){var l=Oi(t,"map");if(!l)return!1;var s=l.getAttribute("name");if(!s)return!1;var d=wr(t);if(!d||d.nodeType!==9)return!1;var p=Wr(f._tree,'img[usemap="#'.concat(Lt(s),'"]'));return!p||!p.length?!1:p.some(function(h){var m=h.actualNode;return Ns(m,n,a)})}function Ns(t,n,a){var l;if(!t)throw new TypeError("Cannot determine if element is visible for non-DOM nodes");var s=t instanceof Ze?t:Ce(t);t=s?s.actualNode:t;var d="_isVisible"+(n?"ScreenReader":""),p=(l=i.Node)!==null&&l!==void 0?l:{},h=p.DOCUMENT_NODE,m=p.DOCUMENT_FRAGMENT_NODE,g=s?s.props.nodeType:t.nodeType,y=s?s.props.nodeName:t.nodeName.toLowerCase();if(s&&typeof s[d]<"u")return s[d];if(g===h)return!0;if(["style","script","noscript","template"].includes(y))return!1;if(t&&g===m&&(t=t.host),n){var w=s?s.attr("aria-hidden"):t.getAttribute("aria-hidden");if(w==="true")return!1}if(!t){var C=s.parent,A=!0;return C&&(A=Ns(C,n,!0)),s&&(s[d]=A),A}var j=i.getComputedStyle(t,null);if(j===null)return!1;if(y==="area")return K8(t,n,a);if(j.getPropertyValue("display")==="none")return!1;var N=parseInt(j.getPropertyValue("height")),z=parseInt(j.getPropertyValue("width")),T=Wn(t),M=T&&N===0,Z=T&&z===0,K=j.getPropertyValue("position")==="absolute"&&(N<2||z<2)&&j.getPropertyValue("overflow")==="hidden";if(!n&&(Y8(j)||j.getPropertyValue("opacity")==="0"||M||Z||K)||!a&&(j.getPropertyValue("visibility")==="hidden"||!n&&ks(t)))return!1;var ae=t.assignedSlot?t.assignedSlot:t.parentNode,he=!1;return ae&&(he=Ns(ae,n,!0)),s&&(s[d]=he),he}var $8=Ns;function eb(t,n){for(var a=["fixed","sticky"],l=[],s=!1,d=0;dMath.ceil(p.left+p.width)||Math.floor(h.top+h.height)>Math.ceil(p.top+p.height))})}function Nm(t,n){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:c,l=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0;if(l>999)throw new Error("Infinite loop detected");return Array.from(a.elementsFromPoint(t,n)||[]).filter(function(s){return wr(s)===a}).reduce(function(s,d){if(Es(d)){var p=Nm(t,n,d.shadowRoot,l+1);s=s.concat(p),s.length&&Mm(s[0],d)&&s.push(d)}else s.push(d);return s},[])}var rb=Nm;function nb(t,n){if(t.hasAttribute(n)){var a=t.nodeName.toUpperCase(),l=t;(!["A","AREA"].includes(a)||t.ownerSVGElement)&&(l=c.createElement("a"),l.href=t.getAttribute(n));var s=["https:","ftps:"].includes(l.protocol)?l.protocol.replace(/s:$/,":"):l.protocol,d=/^\//.test(l.pathname)?l.pathname:"/".concat(l.pathname),p=ib(d),h=p.pathname,m=p.filename;return{protocol:s,hostname:l.hostname,port:ab(l.port),pathname:/\/$/.test(h)?h:"".concat(h,"/"),search:ob(l.search),hash:lb(l.hash),filename:m}}}function ab(t){var n=["443","80"];return n.includes(t)?"":t}function ib(t){var n=t.split("/").pop();return!n||n.indexOf(".")===-1?{pathname:t,filename:""}:{pathname:t.replace(n,""),filename:/index./.test(n)?"":n}}function ob(t){var n={};if(!t||!t.length)return n;var a=t.substring(1).split("&");if(!a||!a.length)return n;for(var l=0;ld.right&&t.left>a.right||t.top>d.bottom&&t.top>a.bottom||t.righta.right||t.top>a.bottom?p.overflow==="scroll"||p.overflow==="auto"||n instanceof i.HTMLBodyElement||n instanceof i.HTMLHtmlElement:!0}var V1=ub,H1,Lm=0,cb=function(t){Ue(a,t);var n=dt(a);function a(l,s,d){var p;if(Fr(this,a),p=n.call(this),p.shadowId=d,p.children=[],p.actualNode=l,p.parent=s,s||(Lm=0),p.nodeIndex=Lm++,p._isHidden=null,p._cache={},typeof H1>"u"&&(H1=gs(l.ownerDocument)),p._isXHTML=H1,l.nodeName.toLowerCase()==="input"){var h=l.getAttribute("type");h=p._isXHTML?h:(h||"").toLowerCase(),Gs().includes(h)||(h="text"),p._type=h}return rt.get("nodeMap")&&rt.get("nodeMap").set(l,ve(p)),p}return kn(a,[{key:"props",get:function(){if(!this._cache.hasOwnProperty("props")){var s=this.actualNode,d=s.nodeType,p=s.nodeName,h=s.id,m=s.multiple,g=s.nodeValue,y=s.value,w=s.selected;this._cache.props={nodeType:d,nodeName:this._isXHTML?p:p.toLowerCase(),id:h,type:this._type,multiple:m,nodeValue:g,value:y,selected:w}}return this._cache.props}},{key:"attr",value:function(s){return typeof this.actualNode.getAttribute!="function"?null:this.actualNode.getAttribute(s)}},{key:"hasAttr",value:function(s){return typeof this.actualNode.hasAttribute!="function"?!1:this.actualNode.hasAttribute(s)}},{key:"attrNames",get:function(){if(!this._cache.hasOwnProperty("attrNames")){var s;this.actualNode.attributes instanceof i.NamedNodeMap?s=this.actualNode.attributes:s=this.actualNode.cloneNode(!1).attributes,this._cache.attrNames=Array.from(s).map(function(d){return d.name})}return this._cache.attrNames}},{key:"getComputedStylePropertyValue",value:function(s){var d="computedStyle_"+s;return this._cache.hasOwnProperty(d)||(this._cache.hasOwnProperty("computedStyle")||(this._cache.computedStyle=i.getComputedStyle(this.actualNode)),this._cache[d]=this._cache.computedStyle.getPropertyValue(s)),this._cache[d]}},{key:"isFocusable",get:function(){return this._cache.hasOwnProperty("isFocusable")||(this._cache.isFocusable=Ut(this.actualNode)),this._cache.isFocusable}},{key:"tabbableElements",get:function(){return this._cache.hasOwnProperty("tabbableElements")||(this._cache.tabbableElements=Uh(this)),this._cache.tabbableElements}},{key:"clientRects",get:function(){return this._cache.hasOwnProperty("clientRects")||(this._cache.clientRects=Array.from(this.actualNode.getClientRects()).filter(function(s){return s.width>0})),this._cache.clientRects}},{key:"boundingClientRect",get:function(){return this._cache.hasOwnProperty("boundingClientRect")||(this._cache.boundingClientRect=this.actualNode.getBoundingClientRect()),this._cache.boundingClientRect}}]),a}(Ze),G1=cb;function db(t){return(t||"").trim().replace(/\s{2,}/g," ").split(" ")}var hr=db,Ui=" [idsMap]";function Um(t,n,a){var l=t[0]._selectorMap;if(l){for(var s=t[0].shadowId,d=0;d1&&n[d].some(function(m){return zm(m)}))return;var p=new Set;n.forEach(function(m){var g,y=fb(m,l,s);y==null||(g=y.nodes)===null||g===void 0||g.forEach(function(w){y.isComplexSelector&&!ki(w,m)||p.add(w)})});var h=[];return p.forEach(function(m){return h.push(m)}),a&&(h=h.filter(a)),h.sort(function(m,g){return m.nodeIndex-g.nodeIndex})}}function fb(t,n,a){var l=t[t.length-1],s=null,d=t.length>1||!!l.pseudos||!!l.classes;if(zm(l))s=n["*"];else{if(l.id){var p;if(!n[Ui]||!((p=n[Ui][l.id])!==null&&p!==void 0&&p.length))return;s=n[Ui][l.id].filter(function(N){return N.shadowId===a})}if(l.tag&&l.tag!=="*"){var h;if(!((h=n[l.tag])!==null&&h!==void 0&&h.length))return;var m=n[l.tag];s=s?q1(m,s):m}if(l.classes){var g;if(!((g=n["[class]"])!==null&&g!==void 0&&g.length))return;var y=n["[class]"];s=s?q1(y,s):y}if(l.attributes)for(var w=0;w0&&arguments[0]!==void 0?arguments[0]:c.documentElement,n=arguments.length>1?arguments[1]:void 0;Q1=!1;var a={};rt.set("nodeMap",new WeakMap),rt.set("selectorMap",a);var l=Hm(t,n,null);return l[0]._selectorMap=a,l[0]._hasShadowRoot=Q1,l}var Z1=hb;function mb(t){return t?t.trim().split("-")[0].toLowerCase():""}var $a=mb;function gb(t){var n={};return n.none=t.none.concat(t.all),n.any=t.any,Object.keys(n).map(function(a){if(n[a].length){var l=f._audit.data.failureSummaries[a];if(l&&typeof l.failureMessage=="function")return l.failureMessage(n[a].map(function(s){return s.message||""}))}}).filter(function(a){return a!==void 0}).join(` - -`)}var J1=gb;function X1(){var t=f._audit.data.incompleteFallbackMessage;return typeof t=="function"&&(t=t()),typeof t!="string"?"":t}function vb(t,n){["any","all","none"].forEach(function(a){Array.isArray(t[a])&&t[a].filter(function(l){return Array.isArray(l.relatedNodes)}).forEach(function(l){l.relatedNodes=l.relatedNodes.map(function(s){var d,p={html:(d=s==null?void 0:s.source)!==null&&d!==void 0?d:"Undefined"};if(n.elementRef&&!(s!=null&&s.fromFrame)){var h;p.element=(h=s==null?void 0:s.element)!==null&&h!==void 0?h:null}if(n.selectors!==!1||s!=null&&s.fromFrame){var m;p.target=(m=s==null?void 0:s.selector)!==null&&m!==void 0?m:[":root"]}if(n.ancestry){var g;p.ancestry=(g=s==null?void 0:s.ancestry)!==null&&g!==void 0?g:[":root"]}if(n.xpath){var y;p.xpath=(y=s==null?void 0:s.xpath)!==null&&y!==void 0?y:["/"]}return p})})})}var Gm=Ke.resultGroups;function yb(t,n){var a=f.utils.aggregateResult(t);return Gm.forEach(function(l){n.resultTypes&&!n.resultTypes.includes(l)&&(a[l]||[]).forEach(function(s){Array.isArray(s.nodes)&&s.nodes.length>0&&(s.nodes=[s.nodes[0]])}),a[l]=(a[l]||[]).map(function(s){return s=Object.assign({},s),Array.isArray(s.nodes)&&s.nodes.length>0&&(s.nodes=s.nodes.map(function(d){return de(d.node)==="object"&&(d.html=d.node.source,n.elementRef&&!d.node.fromFrame&&(d.element=d.node.element),(n.selectors!==!1||d.node.fromFrame)&&(d.target=d.node.selector),n.ancestry&&(d.ancestry=d.node.ancestry),n.xpath&&(d.xpath=d.node.xpath)),delete d.result,delete d.node,vb(d,n),d})),Gm.forEach(function(d){return delete s[d]}),delete s.pageLevel,delete s.result,s})}),a}var $o=yb,xb=/\$\{\s?data\s?\}/g;function Us(t,n){if(typeof n=="string")return t.replace(xb,n);for(var a in n)if(n.hasOwnProperty(a)){var l=new RegExp("\\${\\s?data\\."+a+"\\s?}","g"),s=typeof n[a]>"u"?"":String(n[a]);t=t.replace(l,s)}return t}function qm(t,n){if(t){if(Array.isArray(n)){if(n.values=n.join(", "),typeof t.singular=="string"&&typeof t.plural=="string"){var a=n.length===1?t.singular:t.plural;return Us(a,n)}return Us(t,n)}if(typeof t=="string")return Us(t,n);if(typeof n=="string"){var l=t[n];return Us(l,n)}var s=t.default||X1();return n&&n.messageKey&&t[n.messageKey]&&(s=t[n.messageKey]),qm(s,n)}}var Y1=qm;function bb(t,n,a){var l=f._audit.data.checks[t];if(!l)throw new Error("Cannot get message for unknown check: ".concat(t,"."));if(!l.messages[n])throw new Error('Check "'.concat(t,'"" does not have a "').concat(n,'" message.'));return Y1(l.messages[n],a)}var wb=bb;function Cb(t,n,a){var l=((a.rules&&a.rules[n]||{}).checks||{})[t.id],s=(a.checks||{})[t.id],d=t.enabled,p=t.options;return s&&(s.hasOwnProperty("enabled")&&(d=s.enabled),s.hasOwnProperty("options")&&(p=s.options)),l&&(l.hasOwnProperty("enabled")&&(d=l.enabled),l.hasOwnProperty("options")&&(p=l.options)),{enabled:d,options:p,absolutePaths:a.absolutePaths}}var zs=Cb;function xa(){var t,n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:i;return n&&de(n)==="object"?n:de(a)!=="object"?{}:{testEngine:{name:"axe-core",version:f.version},testRunner:{name:f._audit.brand},testEnvironment:_b(a),timestamp:new Date().toISOString(),url:(t=a.location)===null||t===void 0?void 0:t.href}}function _b(t){if(!t.navigator||de(t.navigator)!=="object")return{};var n=t.navigator,a=t.innerHeight,l=t.innerWidth,s=Ab(t)||{},d=s.angle,p=s.type;return{userAgent:n.userAgent,windowWidth:l,windowHeight:a,orientationAngle:d,orientationType:p}}function Ab(t){var n=t.screen;return n.orientation||n.msOrientation||n.mozOrientation}function Qm(t,n){var a=n.focusable,l=n.page;return{node:t,include:[],exclude:[],initiator:!1,focusable:a&&Db(t),size:Eb(t),page:l}}function Db(t){var n=t.getAttribute("tabindex");if(!n)return!0;var a=parseInt(n,10);return isNaN(a)||a>=0}function Eb(t){var n=parseInt(t.getAttribute("width"),10),a=parseInt(t.getAttribute("height"),10);if(isNaN(n)||isNaN(a)){var l=t.getBoundingClientRect();n=isNaN(n)?l.width:n,a=isNaN(a)?l.height:a}return{width:n,height:a}}function jb(t){if(Zm(t)){var n=" must be used inside include or exclude. It should not be on the same object.";ba(!Qn(t,"fromFrames"),"fromFrames"+n),ba(!Qn(t,"fromShadowDom"),"fromShadowDom"+n)}else if(K1(t))t={include:t,exclude:[]};else return{include:[c],exclude:[]};var a=Wm(t.include);a.length===0&&a.push(c);var l=Wm(t.exclude);return{include:a,exclude:l}}function kb(t){return Zm(t)||K1(t)}function Wm(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],n=[];Xm(t)||(t=[t]);for(var a=0;a1)Ob(t,n,d);else{var p=sd(d[0]);a.push.apply(a,$(p.map(function(h){return Ce(h)})))}}return a.filter(function(h){return h})}function Ob(t,n,a){t.frames=t.frames||[];var l=a.shift(),s=sd(l);s.forEach(function(d){var p=t.frames.find(function(h){return h.node===d});p||(p=Qm(d,t),t.frames.push(p)),p[n].push(a)})}function Vs(t,n){var a,l,s,d,p=this;t=Gn(t),this.frames=[],this.page=typeof((a=t)===null||a===void 0?void 0:a.page)=="boolean"?t.page:void 0,this.initiator=typeof((l=t)===null||l===void 0?void 0:l.initiator)=="boolean"?t.initiator:!0,this.focusable=typeof((s=t)===null||s===void 0?void 0:s.focusable)=="boolean"?t.focusable:!0,this.size=de((d=t)===null||d===void 0?void 0:d.size)==="object"?t.size:{},t=jb(t),this.flatTree=n??Z1(Nb(t)),this.exclude=t.exclude,this.include=t.include,this.include=Ym(this,"include"),this.exclude=Ym(this,"exclude"),ld("frame, iframe",this).forEach(function(h){td(h,p)&&Tb(p,h.actualNode)}),typeof this.page>"u"&&(this.page=Mb(this),this.frames.forEach(function(h){h.page=p.page})),Pb(this),Array.isArray(this.include)||(this.include=Array.from(this.include)),this.include.sort(nd)}function Tb(t,n){!zt(n)||Ho(t.frames,"node",n)||t.frames.push(Qm(n,t))}function Mb(t){var n=t.include;return n.length===1&&n[0].actualNode===c.documentElement}function Pb(t){if(t.include.length===0&&t.frames.length===0){var n=yn.isInFrame()?"frame":"page";throw new Error("No elements found for include in "+n+" Context")}}function Nb(t){for(var n=t.include,a=t.exclude,l=Array.from(n).concat(Array.from(a)),s=0;s1&&arguments[1]!==void 0?arguments[1]:{};if(n.iframes===!1)return[];var a=new Vs(t),l=a.frames;return l.map(function(s){var d=s.node,p=We(s,W);p.initiator=!1;var h=ys(d);return{frameSelector:h,frameContext:p}})}function Ub(t){var n=f._audit.rules.find(function(a){return a.id===t});if(!n)throw new Error("Cannot find rule by id: ".concat(t));return n}var Km=Ub;function Wn(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,a=t.scrollWidth>t.clientWidth+n,l=t.scrollHeight>t.clientHeight+n;if(a||l){var s=i.getComputedStyle(t),d=$m(s,"overflow-x"),p=$m(s,"overflow-y");if(a&&d||l&&p)return{elm:t,top:t.scrollTop,left:t.scrollLeft}}}function $m(t,n){var a=t.getPropertyValue(n);return["scroll","auto"].includes(a)}function e2(t){return Array.from(t.children||t.childNodes||[]).reduce(function(n,a){var l=Wn(a);return l&&n.push(l),n.concat(e2(a))},[])}function zb(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:i,n=t.document.documentElement,a=[t.pageXOffset!==void 0?{elm:t,top:t.pageYOffset,left:t.pageXOffset}:{elm:n,top:n.scrollTop,left:n.scrollLeft}];return a.concat(e2(c.body))}var Vb=zb;function Hb(){return Gn(st)}function Gb(t){if(!t)throw new Error("axe.utils.getStyleSheetFactory should be invoked with an argument");return function(n){var a=n.data,l=n.isCrossOrigin,s=l===void 0?!1:l,d=n.shadowId,p=n.root,h=n.priority,m=n.isLink,g=m===void 0?!1:m,y=t.createElement("style");if(g){var w=t.createTextNode('@import "'.concat(a.href,'"'));y.appendChild(w)}else y.appendChild(t.createTextNode(a));return t.head.appendChild(y),{sheet:y.sheet,isCrossOrigin:s,shadowId:d,root:p,priority:h}}}var t2=Gb,Qr;function qb(t){if(Qr&&Qr.parentNode)return Qr.styleSheet===void 0?Qr.appendChild(c.createTextNode(t)):Qr.styleSheet.cssText+=t,Qr;if(t){var n=c.head||c.getElementsByTagName("head")[0];return Qr=c.createElement("style"),Qr.type="text/css",Qr.styleSheet===void 0?Qr.appendChild(c.createTextNode(t)):Qr.styleSheet.cssText=t,n.appendChild(Qr),Qr}}var Qb=qb;function r2(t,n){var a=Ce(t);if(t.nodeType===9)return!1;if(t.nodeType===11&&(t=t.host),a&&a._isHidden!==null)return a._isHidden;var l=i.getComputedStyle(t,null);if(!l||!t.parentNode||l.getPropertyValue("display")==="none"||!n&&l.getPropertyValue("visibility")==="hidden"||t.getAttribute("aria-hidden")==="true")return!0;var s=t.assignedSlot?t.assignedSlot:t.parentNode,d=r2(s,!0);return a&&(a._isHidden=d),d}var Wb=r2;function Zb(t){var n,a,l=(n=(a=t.props)===null||a===void 0?void 0:a.nodeName)!==null&&n!==void 0?n:t.nodeName.toLowerCase();return t.namespaceURI==="http://www.w3.org/2000/svg"?!1:!!st.htmlElms[l]}var ed=Zb;function td(t,n){var a=n.include,l=a===void 0?[]:a,s=n.exclude,d=s===void 0?[]:s,p=l.filter(function(y){return Ri(y,t)});if(p.length===0)return!1;var h=d.filter(function(y){return Ri(y,t)});if(h.length===0)return!0;var m=n2(p),g=n2(h);return Ri(g,m)}function n2(t){var n,a=Zt(t),l;try{for(a.s();!(l=a.n()).done;){var s=l.value;(!n||!Ri(s,n))&&(n=s)}}catch(d){a.e(d)}finally{a.f()}return n}function Jb(t,n){return t.length!==n.length?!1:t.every(function(a,l){var s=n[l];return Array.isArray(a)?a.length!==s.length?!1:a.every(function(d,p){return s[p]===d}):a===s})}var rd=Jb;function Xb(t,n){return t=t.actualNode||t,n=n.actualNode||n,t===n?0:t.compareDocumentPosition(n)&4?-1:1}var nd=Xb;function Yb(t,n,a,l){var s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,d=Array.from(t.cssRules);if(!d)return Promise.resolve();var p=d.filter(function(y){return y.type===3});if(!p.length)return Promise.resolve({isCrossOrigin:s,priority:a,root:n.rootNode,shadowId:n.shadowId,sheet:t});var h=p.filter(function(y){return y.href}).map(function(y){return y.href}).filter(function(y){return!l.includes(y)}),m=h.map(function(y,w){var C=[].concat($(a),[w]),A=/^https?:\/\/|^\/\//i.test(y);return id(y,n,C,l,A)}),g=d.filter(function(y){return y.type!==3});return g.length&&m.push(Promise.resolve(n.convertDataToStylesheet({data:g.map(function(y){return y.cssText}).join(),isCrossOrigin:s,priority:a,root:n.rootNode,shadowId:n.shadowId}))),Promise.all(m)}var a2=Yb;function Kb(t,n,a,l){var s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,d=$b(t);return d?a2(t,n,a,l,s):id(t.href,n,a,l,!0)}function $b(t){try{var n=t.cssRules;return!(!n&&t.href)}catch{return!1}}var ad=Kb;function ew(t,n,a,l,s){return l.push(t),new Promise(function(d,p){var h=new i.XMLHttpRequest;h.open("GET",t),h.timeout=Ke.preload.timeout,h.addEventListener("error",p),h.addEventListener("timeout",p),h.addEventListener("loadend",function(m){if(m.loaded&&h.responseText)return d(h.responseText);p(h.responseText)}),h.send()}).then(function(d){var p=n.convertDataToStylesheet({data:d,isCrossOrigin:s,priority:a,root:n.rootNode,shadowId:n.shadowId});return ad(p.sheet,n,a,l,p.isCrossOrigin)})}var id=ew,tw=function(){function t(){if(i.performance&&i.performance)return i.performance.now()}var n=null,a=t();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(s){i.performance&&i.performance.mark!==void 0&&i.performance.mark(s)},measure:function(s,d,p){i.performance&&i.performance.measure!==void 0&&i.performance.measure(s,d,p)},logMeasures:function(s){function d(y){qa("Measure "+y.name+" took "+y.duration+"ms")}if(i.performance&&i.performance.getEntriesByType!==void 0)for(var p=i.performance.getEntriesByName("mark_axe_start")[0],h=i.performance.getEntriesByType("measure").filter(function(y){return y.startTime>=p.startTime}),m=0;m>>0,s=arguments[1],d,p=0;p>>0,d,p=0;p=0?d=s:(d=l+s,d<0&&(d=0));for(var p;d>>0,s=arguments.length>=2?arguments[1]:void 0,d=0;d0?1:-1)*Math.floor(Math.abs(h))},l=Math.pow(2,53)-1,s=function(p){var h=a(p);return Math.min(Math.max(h,0),l)};return function(p){var h=this,m=Object(p);if(p==null)throw new TypeError("Array.from requires an array-like object - not null or undefined");var g=arguments.length>1?arguments[1]:void 0,y;if(typeof g<"u"){if(!n(g))throw new TypeError("Array.from: when provided, the second argument must be a function");arguments.length>2&&(y=arguments[2])}for(var w=s(m.length),C=n(h)?Object(new h(w)):new Array(w),A=0,j;A"u"?g(j,A):g.call(y,j,A):C[A]=j,A+=1;return C.length=w,C}}()}),String.prototype.includes||(String.prototype.includes=function(t,n){return typeof n!="number"&&(n=0),n+t.length>this.length?!1:this.indexOf(t,n)!==-1}),Array.prototype.flat||Object.defineProperty(Array.prototype,"flat",{configurable:!0,value:function t(){var n=isNaN(arguments[0])?1:Number(arguments[0]);return n?Array.prototype.reduce.call(this,function(a,l){return Array.isArray(l)?a.push.apply(a,t.call(l,n-1)):a.push(l),a},[]):Array.prototype.slice.call(this)},writable:!0}),i.Node&&!("isConnected"in i.Node.prototype)&&Object.defineProperty(i.Node.prototype,"isConnected",{get:function(){return!this.ownerDocument||!(this.ownerDocument.compareDocumentPosition(this)&this.DOCUMENT_POSITION_DISCONNECTED)}});function rw(t,n){return t.concat(n).filter(function(a,l,s){return s.indexOf(a)===l})}var el=rw;function o2(t,n,a,l,s){var d=s||{};return d.vNodes=t,d.vNodesIndex=0,d.anyLevel=n,d.thisLevel=a,d.parentShadowId=l,d}var od=[];function nw(t,n,a){for(var l=[],s=Array.isArray(t)?t:[t],d=o2(s,n,null,t[0].shadowId,od.pop()),p=[];d.vNodesIndex"].includes(Z[0].combinator)===!1)throw new Error("axe.utils.querySelectorAll does not support the combinator: "+M[1].combinator);Z[0].combinator===">"?(y=y||[]).push(Z):(w=w||[]).push(Z)}(!M[0].id||g.shadowId===d.parentShadowId)&&(T=d.anyLevel)!==null&&T!==void 0&&T.includes(M)&&(w=w||[]).push(M)}for(g.children&&g.children.length&&(l.push(d),d=o2(g.children,w,y,g.shadowId,od.pop()));d.vNodesIndex===d.vNodes.length&&l.length;)od.push(d),d=l.pop()}return p}function aw(t,n,a){t=Array.isArray(t)?t:[t];var l=xs(n),s=Um(t,l,a);return s||nw(t,l,a)}var Zn=aw;function iw(t){var n=t.treeRoot,a=n===void 0?f._tree[0]:n,l=ow(a);if(!l.length)return Promise.resolve();var s=c.implementation.createHTMLDocument("Dynamic document for loading cssom"),d=t2(s);return lw(l,d).then(function(p){return s2(p)})}var l2=iw;function ow(t){var n=[],a=Zn(t,"*",function(l){return n.includes(l.shadowId)?!1:(n.push(l.shadowId),!0)}).map(function(l){return{shadowId:l.shadowId,rootNode:Go(l.actualNode)}});return el(a,[])}function lw(t,n){var a=[];return t.forEach(function(l,s){var d=l.rootNode,p=l.shadowId,h=sw(d,p,n);if(!h)return Promise.all(a);var m=s+1,g={rootNode:d,shadowId:p,convertDataToStylesheet:n,rootIndex:m},y=[],w=Promise.all(h.map(function(C,A){var j=[m,A];return ad(C,g,j,y)}));a.push(w)}),Promise.all(a)}function s2(t){return t.reduce(function(n,a){return Array.isArray(a)?n.concat(s2(a)):n.concat(a)},[])}function sw(t,n,a){var l;return t.nodeType===11&&n?l=uw(t,a):l=cw(t),fw(l)}function uw(t,n){return Array.from(t.children).filter(dw).reduce(function(a,l){var s=l.nodeName.toUpperCase(),d=s==="STYLE"?l.textContent:l,p=s==="LINK",h=n({data:d,isLink:p,root:t});return a.push(h.sheet),a},[])}function cw(t){return Array.from(t.styleSheets).filter(function(n){return n.media?u2(n.media.mediaText):!1})}function dw(t){var n=t.nodeName.toUpperCase(),a=t.getAttribute("href"),l=t.getAttribute("rel"),s=n==="LINK"&&a&&l&&t.rel.toUpperCase().includes("STYLESHEET"),d=n==="STYLE";return d||s&&u2(t.media)}function u2(t){return t?!t.toUpperCase().includes("PRINT"):!0}function fw(t){var n=[];return t.filter(function(a){return a.href?n.includes(a.href)?!1:(n.push(a.href),!0):!0})}function pw(t){var n=t.treeRoot,a=n===void 0?f._tree[0]:n,l=Zn(a,"video, audio",function(s){var d=s.actualNode;if(d.hasAttribute("src"))return!!d.getAttribute("src");var p=Array.from(d.getElementsByTagName("source")).filter(function(h){return!!h.getAttribute("src")});return!(p.length<=0)});return Promise.all(l.map(function(s){var d=s.actualNode;return hw(d)}))}var c2=pw;function hw(t){return new Promise(function(n){t.readyState>0&&n(t);function a(){t.removeEventListener("loadedmetadata",a),n(t)}t.addEventListener("loadedmetadata",a)})}function mw(t){return de(t)==="object"&&Array.isArray(t.assets)}function d2(t){return!t||t.preload===void 0||t.preload===null?!0:typeof t.preload=="boolean"?t.preload:mw(t.preload)}function f2(t){var n=Ke.preload,a=n.assets,l=n.timeout,s={assets:a,timeout:l};if(!t.preload||typeof t.preload=="boolean")return s;var d=t.preload.assets.every(function(p){return a.includes(p.toLowerCase())});if(!d)throw new Error("Requested assets, not supported. Supported assets are: ".concat(a.join(", "),"."));return s.assets=el(t.preload.assets.map(function(p){return p.toLowerCase()}),[]),t.preload.timeout&&typeof t.preload.timeout=="number"&&!isNaN(t.preload.timeout)&&(s.timeout=t.preload.timeout),s}function gw(t){var n={cssom:l2,media:c2};return d2(t)?new Promise(function(a,l){var s=f2(t),d=s.assets,p=s.timeout,h=setTimeout(function(){return l(new Error("Preload assets timed out."))},p);Promise.all(d.map(function(m){return n[m](t).then(function(g){return me({},m,g)})})).then(function(m){var g=m.reduce(function(y,w){return De({},y,w)},{});clearTimeout(h),a(g)}).catch(function(m){clearTimeout(h),l(m)})}):Promise.resolve()}var p2=gw;function vw(t,n){function a(s){return s.incomplete&&s.incomplete.default?s.incomplete.default:X1()}if(t&&t.missingData)try{var l=n.incomplete[t.missingData[0].reason];if(!l)throw new Error;return l}catch{return typeof t.missingData=="string"?n.incomplete[t.missingData]:a(n)}else return t&&t.messageKey?n.incomplete[t.messageKey]:a(n)}function h2(t,n,a){return function(l){var s=t[l.id]||{},d=s.messages||{},p=Object.assign({},s);delete p.messages,!a.reviewOnFail&&l.result===void 0?(de(d.incomplete)==="object"&&!Array.isArray(l.data)&&(p.message=vw(l.data,d)),p.message||(p.message=d.incomplete)):p.message=l.result===n?d.pass:d.fail,typeof p.message!="function"&&(p.message=Y1(p.message,l.data)),o1(l,p)}}function yw(t){var n=f._audit.data.checks||{},a=f._audit.data.rules||{},l=Ho(f._audit.rules,"id",t.id)||{};t.tags=Gn(l.tags||[]);var s=h2(n,!0,l),d=h2(n,!1,l);t.nodes.forEach(function(p){p.any.forEach(s),p.all.forEach(s),p.none.forEach(d)}),o1(t,Gn(a[t.id]||{}))}var Hs=yw;function xw(t,n){return Zn(t,n)}var Wr=xw;function m2(t,n){var a,l,s,d=f._audit&&f._audit.tagExclude?f._audit.tagExclude:[];return n.hasOwnProperty("include")||n.hasOwnProperty("exclude")?(a=n.include||[],a=Array.isArray(a)?a:[a],l=n.exclude||[],l=Array.isArray(l)?l:[l],l=l.concat(d.filter(function(p){return a.indexOf(p)===-1}))):(a=Array.isArray(n)?n:[n],l=d.filter(function(p){return a.indexOf(p)===-1})),s=a.some(function(p){return t.tags.indexOf(p)!==-1}),s||a.length===0&&t.enabled!==!1?l.every(function(p){return t.tags.indexOf(p)===-1}):!1}function bw(t,n,a){var l=a.runOnly||{},s=(a.rules||{})[t.id];return t.pageLevel&&!n.page?!1:l.type==="rule"?l.values.indexOf(t.id)!==-1:s&&typeof s.enabled=="boolean"?s.enabled:l.type==="tag"&&l.values?m2(t,l.values):m2(t,[])}var g2=bw;function v2(t,n){if(!n)return t;var a=t.cloneNode(!1),l=ms(a);if(a.nodeType===1){var s=a.outerHTML;a=rt.get(s,function(){return y2(a,l,t,n)})}else a=y2(a,l,t,n);return Array.from(t.childNodes).forEach(function(d){a.appendChild(v2(d,n))}),a}function y2(t,n,a,l){return n&&(t=c.createElement(t.nodeName),Array.from(n).forEach(function(s){ww(a,s.name,l)||t.setAttribute(s.name,s.value)})),t}function ww(t,n,a){return typeof a[n]>"u"?!1:a[n]===!0?!0:Ei(t,a[n])}function ld(t,n){var a=[],l;if(f._selectCache)for(var s=0,d=f._selectCache.length;s1&&arguments[1]!==void 0?arguments[1]:c,a=Array.isArray(t)?$(t):[t];return t.length===0?[]:b2(a,n)}function b2(t,n){var a=ee(t),l=a[0],s=a.slice(1),d=n.querySelectorAll(l);if(s.length===0)return Array.from(d);var p=[],h=Zt(d),m;try{for(h.s();!(m=h.n()).done;){var g=m.value;g!=null&&g.shadowRoot&&p.push.apply(p,$(b2(s,g.shadowRoot)))}}catch(y){h.e(y)}finally{h.f()}return p}function Sw(){return["hidden","text","search","tel","url","email","password","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"]}var Gs=Sw,w2=[,[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,,,,,1,1,1,1,,,1,1,1,,1,,1,,1,1],[1,1,1,,1,1,,1,1,1,,1,,,1,1,1,,,1,1,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,,,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1],[,1,,,,,,1,,1,,,,,1,,1,,,,1,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,,,1,,,,,1,1,1,,1,,1,,1,,,,,,1],[1,,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,,1,,1,,,,,1,,1,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,,1,1,1,,1,,1,1,1,,,1,1,1,1,1,1,1,1],[,,1,,,1,,1,,,,1,1,1,,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1,1,1,1,1,,,1,1,1],[1,1,1,1,1,,,1,,,1,,,1,1,1,,,,,1,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1],[,1,,1,1,1,,1,1,,1,,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,,,1,1,1,,,1,1,,,,,,1,1],[1,1,1,,,,,1,,,,1,1,,1,,,,,,1,,,,,1],[,1,,,1,,,1,,,,,,1],[,1,,1,,,,1,,,,1],[1,,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,,1,,,1,1,1,1],[,1,1,1,1,1,,,1,,,1,,1,1,,1,,1,,,,,1,,1],[,1,,,,1,,,1,1,,1,,1,1,1,1,,1,1,,,1,,,1],[,1,1,,,,,,1,,,,1,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,,1,1,1,,,1,1,1,1,1,1,,1,,,,,1,1,,1,,1],[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,1,1],[,1,1,1,,,,1,1,1,,1,1,,,1,1,,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,,1,,,,,1,1,1,,,1,,1,,,1,1],[,,,,1,,,,,,,,,,,,,,,,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,,1,1,1,,1,1,,,,1,1,1,1,1,,,1,1,1,,,,,1],[1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,1,,,,,,,1],[,1,1,,1,1,,1,,,,,,,,,,,,,1],,[1,1,1,,,,,,,,,,,,,1],[,,,,,,,,1,,,1,,,1,1,,,,,1]],[,[1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,,1],[,,,1,,,,,,,,,,,,,,,1],[,1,,,1,1,,1,,1,1,,,,1,1,,,1,1,,,,1],[1,,,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,,,,1],,[,1,1,1,1,1,,1,1,1,,1,1,,1,1,,,1,1,1,1,,1,1,,1],[,1,,,1,,,1,,1,,,1,1,1,1,,,1,1,,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,,,1,1,1,1,1,1,1,,,1,,,1,,1],[,1,,,,,,,,,,1,1,,,,,,1,1,,,,,1],[,,,,,,,1,,,,1,,1,1],[,1,1,1,1,1,1,1,,,,1,1,1,1,1,,,1,1,,1,1,1,1,1],[,1,,,1,1,,1,,1,1,1,,,1,1,,,1,,1,1,1,1,,1],[,1,1,1,,1,1,,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1],[,,,,,,,,,,,,,,,,1],,[,1,1,1,1,1,,1,1,1,,,1,,1,1,,1,1,1,1,1,,1,,1],[,,1,,,1,,,1,1,,,1,,1,1,,1],[,1,1,,1,,,,1,1,,1,,1,1,1,1,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1],[,1,,,,,,,,,,1,1,,,,,,1,1,,1,,1,,1,1],,[,1,1,,1,,,1,,1,,,,1,1,1,,,,,,1,,,,1],[1,1,,,1,1,,1,,,,,1,,1]],[,[,1],[,,,1,,,,1,,,,1,,,,1,,,1,,,1],[,,,,,,,,,,,,,,,,,,1,1,,,,,,1],,[1,,,,,1],[,1,,,,1,,,,1],[,1,,,,,,,,,,,1,,,1,,,,,,,,,1,1],[,,,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,1,,,,1,,1],[,1],[,1,,1,,1,,1,,1,,1,1,1,,1,1,,1,,,,,,,1],[1,,,,,1,,,1,1,,1,,1,,1,1,,,,,1,,,1],[,1,1,,,1,,1,,1,,1,,1,1,1,1,,,1,,1,,1,1,1],[1,1,1,1,1,,1,,1,,,,1,1,1,1,,1,1,,,1,1,1,1],[1,,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],,[,1,,,,,,1,1,1,,1,,,,1,,,1,1,1,,,1],[1,,,,,1,,1,1,1,,1,1,1,1,1,,1,,1,,1,,,1,1],[1,,1,1,,,,,1,,,,,,1,1,,,1,1,1,1,,,1,,1],[1,,,,,,,,,,,,,,,,,1],[,,,,,1,,,1,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,,,1],[,1,,,,1]],[,[1,1,1,,1,,1,1,1,1,1,1,1,1,1,,1,,1,,1,1,,,1,1,1],[,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],,[,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1],,[1,1,,,,1,1,,,,,,1,,,,1,,1,,1,1,,1],[1],[,,,,,,,,,,,1,,,,,,,,,,,1],[,1,,,,,,,1,1,,,1,,1,,,,1,,,,,,,1],[,,,,,,,,,,,,,,,,1,,,,,1],[,,1,,,,,1,,1],[1,,,,1,,,,,1,,,,1,1,,,,1,1,,,,,1],[,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[1,,,1,1,,,,,,,1,,1,,1,1,1,1,1,1],[,,,,,1,,,,,,,1,,,,,,,1],,[,,1,1,1,1,1,,1,1,1,,,1,1,,,1,1,,1,1,1,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,,,,1],,[1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,,,1,1,1,1,,,,,,1,,1,,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,,,,1,,1,,,1,1,1,1,1],[,,,,,,,,,,,1,,,,,,,,,1,,,,1],[,1,1,,1,1,,1,,,,1,1,,1,1,,,1,,1,1,,1],[,1,,1,,1,,,1,,,1,1,,1,1,,,1,1,1],[,1,1,1,1,1,,1,1,,,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,,,,,,,,,1,,1,,1,1,,,,1,,,1],[,1,,,1,1,,,,,,,,,1,1,1,,,,,1],[1,,,1,1,,,,1,1,1,1,1,,,1,,,1,,,1,,1,,1],[,1,1,,1,1,,1,1,,,,1,1,1,,,1,1,,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,,,,1,,,,,,,,,1],[,1,,,,,,,,1,,,,,1,,,,1,,,1],[,1,1,1,1,,,1,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1],[,,,,,1,,1,,,,,1,1,1,1,1,,,1,,,,1],[,1,,,,,,,,1,,,,,,,,,,,,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,1,,,,1,,1,1,1,1,1,,1,1,,,,,,1],[,1,1,1,1,1,1,1,,1,1,,,1,1,,,,1,,1,1,,1,1],[,,,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,1,1,,1,,,1,1,1,1,,,1,,,,,,,1],[,1,,,,,,,,1,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1],[,1,1,,,,,,,,,,,,1,1,,,,,,1],[,1,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,,,,,1],[1,1,,,1,,,1,1,1,,,,1],,[,,,,,,,,,,,,,1,,,,,,,,,,1],[,,,,,,,,,1,,,,,,,,,1,,,,,,,1],[1,1,1,,1,,1,1,1,1,1,1,1,1,,1,,,1,,1,,,1,1],[,,,,,,,,,1],[,1,,,,1,,,,,,1,,,1,,,,,1],[,1,1,,1,1,,,,,,,,,,,,,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,1,1,1,,,,1,1,,,,1,,1],[1,1,1,1,1,1,,,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,,1,1],[,,,,,,,,,,,,,,,1,,,,1],,[1,1,,1,,1,,,,,,1,,1,,1,1,,1,,1,1,,1,1,,1],[,,1,,,,,,1,,,,1,,1,,,,,1],[1,,,,,,,,,1,,,,,,1,,,,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,,1,,,,,,1,,,1,,,,,,,,1],[,1,,1,,,,,,,,,,,,1],,[1,1,,,,,,,,,,,,,,,,,,,,,,1,1],[1]],[,[1,,,,,,,,,1,,,,,1,,1,,1],[,1,1,,1,1,,1,1,1,,,1,1,1,,,,1,,,1,,,,1],[,1,,,,,,,1,,,,1,,,,,,1],[1,1,1,1,1,1,,,,1,,,,,,,,,1,1,1,1],[1],[,1,1,,,1,1,,,,,1,,1,,,,,,,,1,,,,1],[1,,1,,,1,,1,,,,,1,1,1,1,,,,1,,,,1],[,,1,,,,,,,1,,,,,,,1,,,,,,,1],[1,,,,,,,,,,,,,,1,,,,1],[,,,1,,1,,,,,1,,,,1,1,,,,1],[1,,,,,1,,,,1,,1,1,,,1,1,,1,1,1,,1,1,1,,1],[,1,1,,,,,1,,1,,1,1,1,,1,1,,,1,,1,1,1],[,1,,,,1,,,,1,,,1,,1,1,,,1,1,,,,,,1],[1,,1,1,,1,,1,1,,1,,1,1,1,1,1,,,1,1,,,,,,1],[1,,,,,,,,,,,,,,,,,,1,,,1,,1],[,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,,1,,1],[,1,,,,1,,,1,1,,1,,,1,1,,,1,,,1,,,1,1],[1,1,,1,1,1,,1,1,1,,1,,1,1,1,,,1,,1,1],[1,,1,1,1,1,,,,1,,1,1,1,,1,,,1,1,1,,1,1,1,1,1],[1,,,,,,,,,,,,,1],[,,1,,,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,,,1,,1,,1,,,,1],[,,,1,,,,,,,,,1],[,1,,,,,,,,,,,,,,1,,,,,,,,,1],[,,,,,,,,1,1,,,,,,,,,1,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,,,1,1,1],[,,,,,1,,,,1,1,1,,,1,1,,,1,,1,1,,1],[,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,,,1,,,,,,,,,,,,,1],[,,1,,,1,,1,1,1,,1,1,,1,,,,1,,1,1],,[,,1,,,1,,,,,,1,,,,1],[,,,,,,,,,1,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,,1,1,,1,,1,,,1,1,1,,,1],[,,,,,1,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,1,,1,1,,1,,,1],[,,,,,1,,,,,,,,,,,,,,1],[,1,1,1,1,,,,,1,,,1,,1,,,,1,1,,,,1,1],[,1,,,1,,,1,,1,1,,1,,,,,,,1],[,,1,,1,,,1,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,,,,,,,,,,1,,1,1],[,,,,,,,,,,,,1],,[,1,1,1,1,,,,1,1,,1,1,1,1,1,1,,1,1,1,1,,1,,1],[1,,,,1,,,,,,,,,,1],[1,,,,,,,,,1],,[,1,,,,1,,,,,,,,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,,1,,,,1,1,,,1,1,,1],[,1,1,,1,,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,1],[1,1,1,,,,,1,1,1,,1,1,1,1,,,1,1,,1,1,,,,,1],[,1,,,,,,,1,1,,,1,1,1,,1,,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,,,1,,,,1,,,1,,,,1,,,,,,,1,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1],[1,1,1,,1,,,1,1,1,1,,1,1,1,1,,,,1,,1,,1,,,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,,1,1,,,,,,,,,1],,[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,,1,,1,,,,1],[,1,,,1,1,,1,1,1,,,1,1,1,1,1,,1,1,1,,1,,,1],[1,,,1,,,,1,1,1,,,,,1,1,,,,1,,1],[1,1,,1,1,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,,1,,1,,,,,,,,1,,1],[,1,,,,1,,1,1,,,,1,1,,1,,,,1,1,1,,1],,[,1,,,,,,1,,,,,,,1],[,,,,,,,,1,,,,1,,1,,,,,,,,,,,,1]],[,[,1,1,,1,1,1,1,,1,1,1,,1,1,,1,1,,1,1,1,1,1,1,,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,,,1,,,,,,,,1,,,,,,1,,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,,1,,1,1,1,1,1,1,1,,1,1,,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1],[,1,1,,,,,1,1,1,,,1,,1,1,,,,1,,1,,,1,1],[,,,,,,,1,,,,1,1,1,1,1,,1,,,,,,,,1],[1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,,1,,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,1,1,,1,,1,1,1,,1,,1,1,,1,1,,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,,1,,,,,1,,1],[,1,1,1,,1,,1,,1,,,,1,,1,,,1,,,,,,1,1],[,1,,,1,1,,1,,1,,1,1,1,1,1,,1,1,,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,,1,,1,,1,,,,,,1,,1,,,,1,1]],[,[,1,,1,,,,,,,,,,,,,,,1,,,,1],[,,,,,,,,,1,,1,1,1,,1,,,1,,1,1],[1,1,,,,,,,1,,,,,,,1,,,,,,1],[,1,,,,,,,,,,1,,,,,,,,,1,1],,[,,,,,,,,,,,,,,,1,,,,1,,1],[,,1,1,,1,,1,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,,,,,,,,,,1],[1,,1,1,,,,1,,,,,,,,,1,,,1,,,1,1],[,1,1,,1,1,,1,1,1,1,1,1,1,1,1,,,1,1,,1,1,,1],[,1,,,1,1,,,,,,1,,1,,1,,,1,,1,1],[1,1,1,1,,1,,1,,1,,1,1,,1,1,1,1,1,,1,1,1,1,1],[,1,1,,,1,,1,,1,1,1,,,1,1,1,,1,1,1,1,,1,1],[,,,,1,,,1,,,,,,,1,,,,1,1],[,1,,,,,,,,,,1,,1,,1,,,,,1,,,,,1],,[1,1,,1,,1,,1,1,,,,,,1,1,,,1,1,1,1,1,1,1,1,1],[1,1,,1,,,,,,1,,,,,,1,1,,,,1,1,,,1],[,1,1,,1,1,,,,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,,,1,,,,1,,,,1,1],[,,,,1],[,,,,,,,,,1,,,1],,[,,1,,1,,,,,,,,,1,,,,,,,,,,,,1],[,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,,,1],[,1,,1,,,,,,1,,,,,1,1,,,,,1,1],[,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,,,1,,1,1,1],[,1,,,,1,,,,,,,1],[,1,,,1,,,1,,1,,1,1,,1,,,,,1,,1,,,,1,1],[,1,,,1,,,1,1,1,,1,1,1,1,1,,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,1,1,,,,1,1,,,,,,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,,1,1,,1,1,1,1,1],[,1,,,,1,,,,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,1,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,,1,1,1,,1,1,1,,,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,,,,,,,1,1,,,,,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,1,,1,1,1,1],,[,1,1,,,,,1,,1,,,,1,1,1,,,1,,,,,1],[,,,,,,,,,,,,,1],[,,,,,1,,,,,,,,1,1,,,,,1,,1,,,1,1],[,,,,,,,,,,,,,,1]],[,[,1],,,,,,,,,,,,,,,,,,,,[1,1,1,1,1,,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,1,1,1,1],[,1,,1,,1,,,1,1,1,,1,1,1,1,1,,,1,,,,1,,1,1],[,1,,1,,1,,,1,,,,,1,,,,,,1,1],[,1,,1,,,,,1,,,,1,,1,1,1,1,1,1,1,1,,1],[,1,,,,,,,,,,,,,,,1]],[,[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,,,,,,,,,1,1,,,,1],[,,,,,,1],[,,1],[,1,1,,,1,,1,,1,1,,1,1,1,,,,1,1,1,,,,,1],,[,1,,,,1,,,,,,1,,,1,,,,1,1,,1],[,,,,,,,1,,,,,,,,,1],[,1,,,,1,1,,,,,,1,1,1,,,,1,,1,1],[,,,,,,,1,,1,,,,,,,,,,1],[,1,1,,,,,,1,1,,,,1,,,,,,,1,,,1],,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,,1,,,1,,,,,1,,1,,1,,1,,,,,1],[1,1,1,1,1,1,1,1,,,,,1,1,,1,1,,1,,,1,,1],[,,,,,,,,,,,,,,1,,,,,,1],,[,,,,,,,,,1,,,,,,1,,,,,1],[,,1,,,,,,,1,,,1,1],[,,,1,,,,,1,,,,,1,,,,,,1,,,,1],[1,,1,1,,1,1,1,1,1,,1,,,,1,1,1,,,1,1,,,,1,1],,[1,1,,,,,,,,,,1,,1,,1,,,1],[,,,,1,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,1],[,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,,1,,,1,,,,,,,,1,,,,,,1,,,,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,,1,,,,1,1,1,1,1,1,,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,1,,1,1,,1,1,1,,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,,1,,1,,1,1,1,1,1,,,,1,1,1,1,,1,1,1,1,1],[1,1,1,1,,1,,,,,,1,,1,,,,,1,1,,,,,1],[1,,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,,1,,,,1,1,1,1,1,,,1,1,,1,,1],[,1,1,1,1,,,,,1,,1,1,1,1,1,,,1,1,,,,1,1,1],[,1,1,1,1,1,,1,,,,,1,,1,,1,,,1,,,1,1,,1]],[,[1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,,,,,1,,,,,1,1,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,,,,1,,1,1,,1,1,1,1,1,,,1,,1,,1],[1,1,1,,1,1,1,1,,,,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,,1,,,,,,,,,,1,1,1,1,1,1,1,,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,1,1,,,,,,1,1,1,1,1,,,,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,,1,1,1],[,1,1,1,,1,,1,1,1,1,,,1,1,1,,1,1,1,1,1,,,1,1],[1,1,,,,1,,,1,1,1,,1,,1,,1,,1,1,1,1,1,,1,,1],[,1,,,,,,,1,,1,,1,1,1,1,,,,,,,,,1]],[,[,,,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,1,,,1,,,,,,1,,,1,,,,1],,[,1,,,,1,,1,,1,1,,1,1,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],[1,1,1,,,1,,,,,,,,,1,1,,,,,,,,,,1],[,1,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1,,,1],[,,,,,,,,,1],[1,1,,,,,,1,1,1,,1,1,,,,1,1,,1,,1,1,1,,1],[,1,1,1,,1,1,,,1,,1,1,1,1,,,,,,,1,,1],[,1,1,1,1,,,1,,1,,,,1,1,1,1,,1,1,,1],[,1,,,1,1,,1,,,,1,,1,1,,1,,1,,,1,,,1,,1],[,,,,,,,,,,,1],[,,,,,,,,,1,,,,,,,,,,,,,1],,[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1],[,1,,,,,,,1,1,,1,,,,,1,,,1,,1],[,1,,,,1,,,1,,,,,,,,1,,1,,,1],[,,,,,,,,,,,,,1,1,,,,1,,,1],[,,,,,1,,,1,,,,1],[,1],,[,1],[1,,,,,,,,,,,,,,1,,,,,1]],[,[,1,,,,1,1,1,1,1,1,,1,1,1,1,1,,1,1,,1,1,,,1],[,,1,,,,,,,,,1],,,[1,,,1,1,,,,,,,,1,1,,1,1,,1],,[,,,,,,,,,,,,,,,,,,1,,1],,[1,,,1,1,,1,1,,,,,1,,1,,,,,1,1,,1],,[,1,,,,,,,,1,1,1,1,1,,1,1,,,,1,1],[,,,,,,,,,,,,,,,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,,1,1,1,1,1,1],[,,,,,,,,,,,1,,1,,,1],[1,,,,,,,,,,,,,,,,,,1,,1],,,[,1,,,,,,,,,,,,,,1,,,,1,1],[,,,,,,,,,1,,,1,,,,,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,1,1,,,,,,1],,[,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,1,1,,1,1,1,1,1,1,,,1,1,1,1,1,,1,1],[,1,,,,,,,,1],[,,,,1,,,1,,,1,1,,,,,,,,,,1,,,,1],[,1,,1,1,,,1,1,1,,,,1,1,1,1,,1,1,1,1,,1],[,,,,,,,1],[,1,1,,,,,1,,1,,,,,,1,,,,,,1,,1,,1],[,1,,,,,,1,,,,1,,,,,,,,,,1],[,,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1,1,1,1,,1],[,1,,,,,,,,1],[,1,1,,1,,,,,,,,1,,,,,,1,,,1,,1,,1],[,1,,1,,1,,1,1,1,,1,1,1,,1,,,1,1,,1,1,1,1,1],[,1,1,1,1,1,,,1,1,,,,1,1,1,,,,1,1,,,1,1],[,,1,1,1,1,,1,,1,,1,,1,1,1,1,,,,,1,,1,,1],[1,1,1,1,1,1,1,1,,1,,1,,1,1,1,,,1,1,,,,1,,1],[,,,1],,[,1,1,,1,,,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1],[,1,,,,,,1,,1,,1,,,,,,,1,1,,1,1],[,,,,,,1,,1,1,,1,,1,,,,,,,,,,1],[,1,1,,1,,,,1,,,,1,1,1,,,,1,,1,1,1,,1,1],,[,1,1,,,,,,,,,,,,,1,,,1,,,,,1],[,1,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,1,,,,1,,,,,1,,,,,,,1]],[,[,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[,1,1,1,1,1,,1,,1,1,,,1,1,1,1,,1,,,,,1,1,1],[,,1,1,,1,,1,1,,,,1,1,1,1,,,1,,1,1,1,1,,1],[,1,,1,,,,,,,,1,,1,,1,,,,,,,,,,1],[,,1,,1,,,1,,,,,1,1,,,1,,1,1,1,1],[,1],[,1,1,,1,,1,1,,1,,,1,1,1,,,,1,,,1,,1],[1,1,,1,1,1,,,,,,,,,,,,,1,,1,1,1],[,1,1,,,,,,,1,,,1,,1,,1,,1,1,,,1,,,1],[,,1,,,,,,,,,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,,1,,,,,1,1,1,,,1,,1,,,,1],[,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,1,1,1,,1,,1,1,1,,,1,1,1,1,,,,1,1],[,,,1,1,,,1,,1,,1,,1,1,1,1,,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,,1,,1,,,,1,1,,,1,1,,1,1,,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1,,1,1,,,1],[,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,,1,,,1,,,1,,1,1,1,1,1,,1,,1,1],[,,,,,1,,,,1,,,,,1,1,,,,1],[,1,,1,1,1,,1,,,1,1,1,,,1,,,1,,1,,,1],[,,1,,,,,,,,,1,,1,,,,,1,,1],[,1,1,,,,,,,,1,1,1,,,,,,,,1,,,,,1],[,,,,,,,,1,,,,,1,,,1]],[,[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,,,1,1,1,1,1,1,1,1,,,,,,,,,1,1],[,,,,,,,,1,,,,1,,1,,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,1,,1,,1,,,,1,1,,1,,1,,,,1,1,1,1,1,,,1],,[,1,,,,,,,,1,,,1,1,,,1,,1,1,,1,,1],[,1,,,1,,,,,,,,1,,,,,,,1],[1,1,,,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1],,[,1,,,,,,1,,1,,1,1,1,1,1,,,1,,1,1,,,,1],[,1,1,,,1,,1,,1,,,1,1,1,1,,,1,,,1,,,,1],[,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1],[,1,,,1,1,,1,1,,,1,1,,1,1,,1,,1,,1],[1,,1,,,,,1,,1,,1,1,1,1,,,,,1,1,,,,1,1],[,1,1,,,,,1,1,,,1,,1,1,1,1,,,,,,,,,,1],,[,1,1,,,1,,,,1,,1,1,1,1,1,,,,1,,,,1,,1],[,,,1,1,,,1,,,,,1,,1,1,1,,1,1,,,,,,1],[,1,,,,,,,,,,,1,,,,1,,,,,,,1,,1],[,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,1,,,,,1,,1,,,1,1,,1,1,,1],[,1,,,,,,1,,,,,1,1,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1,,,1,,,,,1],[,,,,,,,1,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,,1,,,,,,,1,,,,,,,,1,,,1],[,1,,,,,,,1],[,,,,,,,,,,1],[,1,,,,,,1,1,,,,,,1],,[,1,1,,,,,,1,,,,,1,1,,,,1],[1,,1,,1,,,,,1,,,,,1,,,,,,,,,1,1],[,1,1,,,,,,,,,1,1,1,1,,,,1,,,,,1,,,1],,[,1,1,,1,,,1,1,,,1,,,1,1,1,,1,,1,1,1,,,,1],[,,,,,1,,,,,1,,,1,1,,,1,,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,,,1,,,,,1,,,,,1,,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,1],[,1,,,,,,1,,,,,,,1,1,1,,,1],[,1,,,,,,,,,,1,1,1,,,,,1,,,1],[,,,,,1,,1,,,,,1,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 Fw(t){for(var n=w2;t.length<3;)t+="`";for(var a=0;a<=t.length-1;a++){var l=t.charCodeAt(a)-96;if(n=n[l],!n)return!1}return!0}function C2(t){t=Array.isArray(t)?t:w2;var n=[];return t.forEach(function(a,l){var s=String.fromCharCode(l+96).replace("`","");Array.isArray(a)?n=n.concat(C2(a).map(function(d){return s+d})):n.push(s)}),n}var qs=Fw,Bw=function(t){Ue(a,t);var n=dt(a);function a(l){var s;return Fr(this,a),s=n.call(this),s._props=Iw(l),s._attrs=Ow(l),s}return kn(a,[{key:"props",get:function(){return this._props}},{key:"attr",value:function(s){var d;return(d=this._attrs[s])!==null&&d!==void 0?d:null}},{key:"hasAttr",value:function(s){return this._attrs[s]!==void 0}},{key:"attrNames",get:function(){return Object.keys(this._attrs)}}]),a}(Ze),ud={"#cdata-section":2,"#text":3,"#comment":8,"#document":9,"#document-fragment":11},_2={},Rw=Object.keys(ud);Rw.forEach(function(t){_2[ud[t]]=t});function Iw(t){var n,a,l,s=(n=t.nodeName)!==null&&n!==void 0?n:_2[t.nodeType],d=(a=(l=t.nodeType)!==null&&l!==void 0?l:ud[t.nodeName])!==null&&a!==void 0?a:1;mt(typeof d=="number","nodeType has to be a number, got '".concat(d,"'")),mt(typeof s=="string","nodeName has to be a string, got '".concat(s,"'")),s=s.toLowerCase();var p=null;s==="input"&&(p=(t.type||t.attributes&&t.attributes.type||"").toLowerCase(),Gs().includes(p)||(p="text"));var h=De({},t,{nodeType:d,nodeName:s});return p&&(h.type=p),delete h.attributes,Object.freeze(h)}function Ow(t){var n=t.attributes,a=n===void 0?{}:n,l={htmlFor:"for",className:"class"};return Object.keys(a).reduce(function(s,d){var p=a[d];if(mt(de(p)!=="object"||p===null,"expects attributes not to be an object, '".concat(d,"' was")),p!==void 0){var h=l[d]||d;s[h]=p!==null?String(p):null}return s},{})}var A2=Bw,D2={};Pe(D2,{CssSelectorParser:function(){return Tw.CssSelectorParser},doT:function(){return E2.default},emojiRegexText:function(){return R1},memoize:function(){return Mw.default}});var Tw=Nt(re()),E2=Nt(Bp()),Mw=Nt(Fp()),Pw=Nt(S5()),Nw=Nt(F5());Nt(B5()),E2.default.templateSettings.strip=!1,"Promise"in i||Pw.default.polyfill(),"Uint32Array"in i||(i.Uint32Array=Nw.Uint32Array),i.Uint32Array&&("some"in i.Uint32Array.prototype||Object.defineProperty(i.Uint32Array.prototype,"some",{value:Array.prototype.some}),"reduce"in i.Uint32Array.prototype||Object.defineProperty(i.Uint32Array.prototype,"reduce",{value:Array.prototype.reduce}));function Lw(t,n){if(t=t||function(){},n=n||f.log,!f._audit)throw new Error("No audit configured");var a=f.utils.queue(),l=[];Object.keys(f.plugins).forEach(function(d){a.defer(function(p){var h=function(g){l.push(g),p()};try{f.plugins[d].cleanup(p,h)}catch(m){h(m)}})});var s=f.utils.getFlattenedTree(c.body);f.utils.querySelectorAll(s,"iframe, frame").forEach(function(d){a.defer(function(p,h){return f.utils.sendCommandToFrame(d.actualNode,{command:"cleanup-plugin"},p,h)})}),a.then(function(d){l.length===0?t(d):n(l)}).catch(n)}var j2=Lw,tl={},k2;function S2(t){return tl.hasOwnProperty(t)}function cd(t){return typeof t=="string"&&tl[t]?tl[t]:typeof t=="function"?t:k2}function Uw(t,n,a){tl[t]=n,a&&(k2=n)}function zw(t){var n;if(n=f._audit,!n)throw new Error("No audit configured");if(t.axeVersion||t.ver){var a=t.axeVersion||t.ver;if(!/^\d+\.\d+\.\d+(-canary)?/.test(a))throw new Error("Invalid configured version ".concat(a));var l=a.split("-"),s=ze(l,2),d=s[0],p=s[1],h=d.split(".").map(Number),m=ze(h,3),g=m[0],y=m[1],w=m[2],C=f.version.split("-"),A=ze(C,2),j=A[0],N=A[1],z=j.split(".").map(Number),T=ze(z,3),M=T[0],Z=T[1],K=T[2];if(g!==M||Z1&&arguments[1]!==void 0?arguments[1]:!0,a=t instanceof Ze?t:Ce(t);if(!ed(a))return[];var l=a.props.nodeName,s=Rn(a)||Yw[l],d=Kw(a);return d.filter(function(p){return!eC(p,a,n,s)})}function eC(t,n,a,l){return a&&t===l?!0:Xw.includes(t)&&Tn(t)!==l?!1:I2(n,t)}var O2=$w;function tC(t){return Object.keys(st.ariaRoles).filter(function(n){return st.ariaRoles[n].type===t})}var zi=tC;function rC(t){return zi(t)}var nC=rC;function aC(){return rt.get("ariaRolesNameFromContent",function(){return Object.keys(st.ariaRoles).filter(function(t){return st.ariaRoles[t].nameFromContent})})}var fd=aC;function iC(){return fd()}var oC=iC,T2=function(n){return n===null},Cr=function(n){return n!==null},Jn={};Jn.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}},Jn.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"],Jn.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:Cr}}]},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:Cr}}]},"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:Cr}}]},"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:Cr}}]},"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:Cr}}]},"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:Cr}}]},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:Cr}}]},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:Cr}}]},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:Cr}}]},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:Cr}}]},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:Cr}}]},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:Cr}}]},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:Cr}}]},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:Cr}}]},widget:{type:"abstract",unsupported:!1},window:{nameFrom:["author"],type:"abstract",unsupported:!1}},Jn.implicitHtmlRole=E1,Jn.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:Cr}},{nodeName:"input",properties:{type:["color","data","datatime","file","hidden","month","number","password","range","reset","submit","time","week"]}},{nodeName:"link",attributes:{href:Cr}},{nodeName:"menu",attributes:{type:"context"}},{nodeName:"menuitem",attributes:{type:["command","checkbox","radio"]}},{nodeName:"select",condition:function(n){return n instanceof f.AbstractVirtualNode||(n=f.utils.getNodeFromTree(n)),Number(n.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"]}],Jn.elementsAllowedAnyRole=[{nodeName:"a",attributes:{href:T2}},{nodeName:"img",attributes:{alt:T2}},{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"]}],Jn.evaluateRoleForElement={A:function(n){var a=n.node,l=n.out;return a.namespaceURI==="http://www.w3.org/2000/svg"?!0:a.href.length?l:!0},AREA:function(n){var a=n.node;return!a.href},BUTTON:function(n){var a=n.node,l=n.role,s=n.out;return a.getAttribute("type")==="menu"?l==="menuitem":s},IMG:function(n){var a=n.node,l=n.role,s=n.out;switch(a.alt){case null:return s;case"":return l==="presentation"||l==="none";default:return l!=="presentation"&&l!=="none"}},INPUT:function(n){var a=n.node,l=n.role,s=n.out;switch(a.type){case"button":case"image":return s;case"checkbox":return l==="button"&&a.hasAttribute("aria-pressed")?!0:s;case"radio":return l==="menuitemradio";case"text":return l==="combobox"||l==="searchbox"||l==="spinbutton";case"tel":return l==="combobox"||l==="spinbutton";case"url":case"search":case"email":return l==="combobox";default:return!1}},LI:function(n){var a=n.node,l=n.out,s=f.utils.matchesSelector(a,"ol li, ul li");return s?l:!0},MENU:function(n){var a=n.node;return a.getAttribute("type")!=="context"},OPTION:function(n){var a=n.node,l=f.utils.matchesSelector(a,"select > option, datalist > option, optgroup > option");return!l},SELECT:function(n){var a=n.node,l=n.role;return!a.multiple&&a.size<=1&&l==="menu"},SVG:function(n){var a=n.node,l=n.out;return a.parentNode&&a.parentNode.namespaceURI==="http://www.w3.org/2000/svg"?!0:l}},Jn.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 M2=Jn;function lC(t){var n=null,a=M2.role[t];return a&&a.implicit&&(n=Gn(a.implicit)),n}var sC=lC;function uC(t){return!!dd(t).length}var Qs=uC;function cC(t){return t=Ce(t),Is(t)}var P2=cC;function dC(t){var n=st.ariaRoles[t];return!n||!Array.isArray(n.requiredAttrs)?[]:$(n.requiredAttrs)}var N2=dC;function fC(t){var n=st.ariaRoles[t];return!n||!Array.isArray(n.requiredContext)?null:$(n.requiredContext)}var pd=fC;function pC(t){var n=st.ariaRoles[t];return!n||!Array.isArray(n.requiredOwned)?null:$(n.requiredOwned)}var hd=pC;function hC(t,n){t=t instanceof Ze?t:Ce(t);var a,l,s=t.attr(n),d=st.ariaAttrs[n];if(!d||d.allowEmpty&&(!s||s.trim()===""))return!0;switch(d.type){case"boolean":return["true","false"].includes(s.toLowerCase());case"nmtoken":return typeof s=="string"&&d.values.includes(s.toLowerCase());case"nmtokens":return l=hr(s),l.reduce(function(m,g){return m&&d.values.includes(g)},l.length!==0);case"idref":try{var p=wr(t.actualNode);return!!(s&&p.getElementById(s))}catch{throw new TypeError("Cannot resolve id references for partial DOM")}case"idrefs":return xn(t,n).some(function(m){return!!m});case"string":return s.trim()!=="";case"decimal":return a=s.match(/^[-+]?([0-9]*)\.?([0-9]*)$/),!!(a&&(a[1]||a[2]));case"int":var h=typeof d.minValue<"u"?d.minValue:-1/0;return/^[-+]?[0-9]+$/.test(s)&&parseInt(s)>=h}}var L2=hC;function mC(t){var n=st.ariaAttrs[t];return!!n}var rl=mC;function gC(t,n,a){var l=hr(a.attr("role")).filter(function(s){return Tn(s)==="abstract"});return l.length>0?(this.data(l),!0):!1}var vC=gC;function yC(t,n,a){var l=[],s=ft(a),d=a.attrNames,p=B2(s);Array.isArray(n[s])&&(p=el(n[s].concat(p)));var h=rt.get("aria-allowed-attr-table",function(){return new WeakMap});function m(){if(a.parent&&s==="row"){var j=Pr(a,'table, [role="treegrid"], [role="table"], [role="grid"]'),N=h.get(j);if(j&&!N&&(N=ft(j),h.set(j,N)),["table","grid"].includes(N)&&s==="row")return!0}}var g=Array.isArray(n.validTreeRowAttrs)?n.validTreeRowAttrs:[],y={};if(g.forEach(function(j){y[j]=m}),p)for(var w=0;w1&&arguments[1]!==void 0?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0,l=n.allowImplicit,s=l===void 0?!0:l,d=n.ignoredTags,p=d===void 0?[]:d,h=a.props.nodeName;if(p.map(function(g){return g.toLowerCase()}).includes(h))return!0;var m=O2(a,s);return m.length?(this.data(m),zt(a)?!1:void 0):!0}var bC=xC;function wC(t,n,a){return a.attr("aria-busy")==="true"}function CC(t,n,a){n=Array.isArray(n)?n:[];var l=a.attr("aria-errormessage"),s=a.hasAttr("aria-errormessage"),d=a.attr("aria-invalid"),p=a.hasAttr("aria-invalid");if(!p||d==="false")return!0;function h(m){if(m.trim()==="")return st.ariaAttrs["aria-errormessage"].allowEmpty;var g;try{g=m&&xn(a,"aria-errormessage")[0]}catch{this.data({messageKey:"idrefs",values:hr(m)});return}if(g)return zt(g)?g.getAttribute("role")==="alert"||g.getAttribute("aria-live")==="assertive"||g.getAttribute("aria-live")==="polite"||hr(a.attr("aria-describedby")).indexOf(m)>-1:(this.data({messageKey:"hidden",values:hr(m)}),!1)}return n.indexOf(l)===-1&&s?(this.data(hr(l)),h.call(this,l)):!0}var _C=CC;function AC(t,n,a){return a.attr("aria-hidden")!=="true"}var DC=AC;function EC(t,n,a){var l=a.attr("aria-level"),s=parseInt(l,10);if(!(s>6))return!0}var jC=EC;function kC(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0,l=(n==null?void 0:n.elementsAllowedAriaLabel)||[],s=a.props.nodeName,d=ft(a,{chromium:!0}),p=SC(d,s,l),h=p.filter(function(y){return a.attrNames.includes(y)?qe(a.attr(y))!=="":!1});if(h.length===0)return!1;var m=a.hasAttr("role")?"hasRole":"noRole";m+=h.length>1?"Plural":"Singular",this.data({role:d,nodeName:s,messageKey:m,prohibited:h});var g=ya(a,{subtreeDescendant:!0});if(qe(g)==="")return!0}function SC(t,n,a){var l=st.ariaRoles[t];return l?l.prohibitedAttrs||[]:t||a.includes(n)?[]:["aria-label","aria-labelledby"]}var U2={};Pe(U2,{getAriaRolesByType:function(){return zi},getAriaRolesSupportingNameFromContent:function(){return fd},getElementSpec:function(){return Xa},getElementsByContentType:function(){return _1},getGlobalAriaAttrs:function(){return Za},implicitHtmlRoles:function(){return E1}});function FC(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0,l=wt(a),s=a.attrNames,d=N2(l);if(Array.isArray(n[l])&&(d=el(n[l],d)),!l||!s.length||!d.length||BC(a,l)||IC(a,l))return!0;var p=Xa(a),h=d.filter(function(m){return!a.attr(m)&&!RC(p,m)});return h.length?(this.data(h),!1):!0}function BC(t,n){return n==="separator"&&!Ut(t)}function RC(t,n){var a;return((a=t.implicitAttrs)===null||a===void 0?void 0:a[n])!==void 0}function IC(t,n){return n==="combobox"&&t.attr("aria-expanded")==="false"}function OC(t,n){for(var a=[],l=Jo(t),s=function(h){var m=l[h],g=ft(m,{noPresentational:!0}),y=Za().some(function(C){return m.hasAttr(C)}),w=y||Ut(m);!g&&!w||["group","rowgroup"].includes(g)&&n.some(function(C){return C===g})?l.push.apply(l,$(m.children)):(g||w)&&a.push({role:g,ownedElement:m})},d=0;d1&&arguments[1]!==void 0?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0,l=ft(a),s=n.supportedRoles||[];if(s.includes(l))return!0;if(!(l&&l!=="presentation"&&l!=="none"))return!1}var VC=zC;function HC(t,n,a){var l=a.attrNames.filter(function(s){var d=st.ariaAttrs[s];if(!rl(s))return!1;var p=d.unsupported;return de(p)!=="object"?!!p:!Zo(t,p.exceptions)});return l.length?(this.data(l),!0):!1}var GC=HC;function qC(t,n,a){n=Array.isArray(n.value)?n.value:[];var l=[],s=/^aria-/;return a.attrNames.forEach(function(d){n.indexOf(d)===-1&&s.test(d)&&!rl(d)&&l.push(d)}),l.length?(this.data(l),!1):!0}var QC=qC;function WC(t,n,a){n=Array.isArray(n.value)?n.value:[];var l="",s="",d=[],p=/^aria-/,h=["aria-errormessage"],m={"aria-controls":function(){return a.attr("aria-expanded")!=="false"&&a.attr("aria-selected")!=="false"},"aria-current":function(y){y||(l='aria-current="'.concat(a.attr("aria-current"),'"'),s="ariaCurrent")},"aria-owns":function(){return a.attr("aria-expanded")!=="false"},"aria-describedby":function(y){y||(l='aria-describedby="'.concat(a.attr("aria-describedby"),'"'),s=f._tree&&f._tree[0]._hasShadowRoot?"noIdShadow":"noId")},"aria-labelledby":function(y){y||(l='aria-labelledby="'.concat(a.attr("aria-labelledby"),'"'),s=f._tree&&f._tree[0]._hasShadowRoot?"noIdShadow":"noId")}};if(a.attrNames.forEach(function(g){if(!(h.includes(g)||n.includes(g)||!p.test(g))){var y,w=a.attr(g);try{y=L2(a,g)}catch{l="".concat(g,'="').concat(w,'"'),s="idrefs";return}(!m[g]||m[g](y))&&!y&&(w===""&&!ZC(g)?(l=g,s="empty"):d.push("".concat(g,'="').concat(w,'"')))}}),d.length)return this.data(d),!1;if(l){this.data({messageKey:s,needsReview:l});return}return!0}function ZC(t){var n;return((n=st.ariaAttrs[t])===null||n===void 0?void 0:n.type)==="string"}function JC(t,n,a){var l=ft(a,{dpub:!0,fallback:!0}),s=st.ariaRoles[l];return s!=null&&s.deprecated?(this.data(l),!0):!1}function XC(t,n){var a=Rn(t);return!a&&n.length===2&&n.includes("none")&&n.includes("presentation")}function YC(t,n,a){var l=hr(a.attr("role"));return l.length<=1?!1:XC(a,l)?void 0:!0}var KC=YC;function $C(t,n,a){var l=Za().filter(function(s){return a.hasAttr(s)});return this.data(l),l.length>0}var e_=$C;function t_(t){var n=t.getAttribute("role");if(n===null)return!1;var a=Tn(n);return a==="widget"||a==="composite"}var r_=t_;function n_(t,n,a){var l=hr(a.attr("role")),s=l.every(function(d){return!Pi(d,{allowAbstract:!0})});return s?(this.data(l),!0):!1}var a_=n_;function i_(t,n,a){return Ut(a)}var o_=i_;function l_(t,n,a){var l=ft(a,{noImplicit:!0});this.data(l);var s,d;try{s=qe(k1(a)).toLowerCase(),d=qe(Br(a)).toLowerCase()}catch{return}if(!d&&!s)return!1;if(!(!d&&s)&&d.includes(s))return!1}var s_=l_;function u_(t,n,a){var l=ft(a,{dpub:!0,fallback:!0}),s=C1(l);return s&&this.data(l),s}var c_=u_,d_={ARTICLE:!0,ASIDE:!0,NAV:!0,SECTION:!0},f_={application:!0,banner:!1,complementary:!0,contentinfo:!0,form:!0,main:!0,navigation:!0,region:!0,search:!1};function p_(t){var n=t.nodeName.toUpperCase();return d_[n]||!1}function h_(t,n){var a=wt(t);return a&&(f_[a]||n.roles.includes(a))||!1}function m_(t,n){return h_(t,n)||p_(t)}var g_=m_,V2={};Pe(V2,{Color:function(){return Nr},centerPointOfRect:function(){return y_},elementHasImage:function(){return Ps},elementIsDistinct:function(){return G2},filteredRectStack:function(){return C_},flattenColors:function(){return ei},flattenShadowColors:function(){return gd},getBackgroundColor:function(){return nl},getBackgroundStack:function(){return Q2},getContrast:function(){return Vi},getForegroundColor:function(){return Zs},getOwnBackgroundColor:function(){return Ka},getRectStack:function(){return q2},getTextShadowColors:function(){return Ws},hasValidContrastRatio:function(){return N_},incompleteData:function(){return pr}});function v_(t){if(!(t.left>i.innerWidth)&&!(t.top>i.innerHeight)){var n=Math.min(Math.ceil(t.left+t.width/2),i.innerWidth-1),a=Math.min(Math.ceil(t.top+t.height/2),i.innerHeight-1);return{x:n,y:a}}}var y_=v_;function H2(t){return t.getPropertyValue("font-family").split(/[,;]/g).map(function(n){return n.trim().toLowerCase()})}function x_(t,n){var a=i.getComputedStyle(t);if(a.getPropertyValue("background-image")!=="none")return!0;var l=["border-bottom","border-top","outline"].reduce(function(h,m){var g=new Nr;return g.parseString(a.getPropertyValue(m+"-color")),h||a.getPropertyValue(m+"-style")!=="none"&&parseFloat(a.getPropertyValue(m+"-width"))>0&&g.alpha!==0},!1);if(l)return!0;var s=i.getComputedStyle(n);if(H2(a)[0]!==H2(s)[0])return!0;var d=["text-decoration-line","text-decoration-style","font-weight","font-style","font-size"].reduce(function(h,m){return h||a.getPropertyValue(m)!==s.getPropertyValue(m)},!1),p=a.getPropertyValue("text-decoration");return p.split(" ").length<3&&(d=d||p!==s.getPropertyValue("text-decoration")),d}var G2=x_;function b_(t){var n=Lh(t),a=P1(t);return!a||a.length<=1?[n]:a.some(function(l){return l===void 0})?null:(a.splice(0,0,n),a)}var q2=b_;function w_(t){var n=q2(t);if(n&&n.length===1)return n[0];if(n&&n.length>1){var a=n.shift(),l;return n.forEach(function(s,d){if(d!==0){var p=n[d-1],h=n[d];l=p.every(function(m,g){return m===h[g]})||a.includes(t)}}),l?n[0]:(pr.set("bgColor","elmPartiallyObscuring"),null)}return pr.set("bgColor","outsideViewport"),null}var C_=w_;function __(t,n,a){return Math.min(Math.max(n,t),a)}var A_={normal:function(n,a){return a},multiply:function(n,a){return a*n},screen:function(n,a){return n+a-n*a},overlay:function(n,a){return this["hard-light"](a,n)},darken:function(n,a){return Math.min(n,a)},lighten:function(n,a){return Math.max(n,a)},"color-dodge":function(n,a){return n===0?0:a===1?1:Math.min(1,n/(1-a))},"color-burn":function(n,a){return n===1?1:a===0?0:1-Math.min(1,(1-n)/a)},"hard-light":function(n,a){return a<=.5?this.multiply(n,2*a):this.screen(n,2*a-1)},"soft-light":function(n,a){if(a<=.5)return n-(1-2*a)*n*(1-n);var l=n<=.25?((16*n-12)*n+4)*n:Math.sqrt(n);return n+(2*a-1)*(l-n)},difference:function(n,a){return Math.abs(n-a)},exclusion:function(n,a){return n+a-2*n*a}};function md(t,n,a,l,s){return n*(1-l)*t+n*l*A_[s](a/255,t/255)*255+(1-n)*l*a}function D_(t,n){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"normal",l=md(t.red,t.alpha,n.red,n.alpha,a),s=md(t.green,t.alpha,n.green,n.alpha,a),d=md(t.blue,t.alpha,n.blue,n.alpha,a),p=__(t.alpha+n.alpha*(1-t.alpha),0,1);if(p===0)return new Nr(l,s,d,p);var h=Math.round(l/p),m=Math.round(s/p),g=Math.round(d/p);return new Nr(h,m,g,p)}var ei=D_;function gd(t,n){var a=t.alpha,l=(1-a)*n.red+a*t.red,s=(1-a)*n.green+a*t.green,d=(1-a)*n.blue+a*t.blue,p=t.alpha+n.alpha*(1-t.alpha);return new Nr(l,s,d,p)}function Q2(t){for(var n=P1(t).map(function(s){return s=Tm(s,t),s=E_(s),s}),a=0;a1&&l.alpha===0&&!Ps(c.documentElement)){n>1&&(a.splice(n,1),a.push(c.body));var s=a.indexOf(c.documentElement);s>0&&(a.splice(s,1),a.push(c.documentElement))}return a}function j_(t,n){if(t===n)return!0;if(t===null||n===null||t.length!==n.length)return!1;for(var a=0;a1&&arguments[1]!==void 0?arguments[1]:{},a=n.minRatio,l=n.maxRatio,s=i.getComputedStyle(t),d=s.getPropertyValue("text-shadow");if(d==="none")return[];var p=s.getPropertyValue("font-size"),h=parseInt(p);mt(isNaN(h)===!1,"Unable to determine font-size value ".concat(p));var m=[],g=S_(d);return g.forEach(function(y){var w=y.colorStr,C=y.pixels;w=w||s.getPropertyValue("color");var A=ze(C,3),j=A[0],N=A[1],z=A[2],T=z===void 0?0:z;if((!a||T>=h*a)&&(!l||T=2,"Missing pixel value in text-shadow: ".concat(t)),n={pixels:[]},l.push(n),a=a.substr(1).trim();else throw new Error("Unable to process text-shadows: ".concat(t))}return l}function F_(t){var n=t.colorStr,a=t.offsetX,l=t.offsetY,s=t.blurRadius,d=t.fontSize;if(a>s||l>s)return new Nr(0,0,0,0);var p=new Nr;return p.parseString(n),p.alpha*=B_(s,d),p}function B_(t,n){if(t===0)return 1;var a=t/n;return .185/(a+.4)}var Ws=k_;function nl(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:.1,l=Ce(t),s=l._cache.getBackgroundColor;if(s)return n.push.apply(n,$(s.bgElms)),pr.set("bgColor",s.incompleteData),s.bgColor;var d=R_(t,n,a);return l._cache.getBackgroundColor={bgColor:d,bgElms:n,incompleteData:pr.get("bgColor")},d}function R_(t,n,a){var l,s=Ws(t,{minRatio:a});s.length&&(s=[{color:s.reduce(gd)}]);var d=Q2(t),p=M1(t);if((d||[]).some(function(g){var y=i.getComputedStyle(g);if(Ps(g,y))return s=null,n.push(g),!0;var w=Ka(y);if(w.alpha===0)return!1;if(y.getPropertyValue("display")!=="inline"&&!W2(g,p))return s=null,n.push(g),pr.set("bgColor","elmPartiallyObscured"),!0;n.push(g);var C=y.getPropertyValue("mix-blend-mode");return s.unshift({color:w,blendMode:vd(C)}),w.alpha===1}),s===null||d===null)return null;var h=I_(t,d.includes(c.body));if((l=s).unshift.apply(l,$(h)),s.length===0)return new Nr(255,255,255,1);var m=s.reduce(function(g,y){return ei(y.color,g.color instanceof Nr?g.color:g,y.blendMode)});return ei(m.color instanceof Nr?m.color:m,new Nr(255,255,255,1))}function W2(t,n){n=Array.isArray(n)?n:[n];var a=t.getBoundingClientRect(),l=a.right,s=a.bottom,d=i.getComputedStyle(t),p=d.getPropertyValue("overflow");return(["scroll","auto"].includes(p)||t instanceof i.HTMLHtmlElement)&&(l=a.left+t.scrollWidth,s=a.top+t.scrollHeight),n.every(function(h){return h.top>=a.top&&h.bottom<=s&&h.left>=a.left&&h.right<=l})}function vd(t){return t||void 0}function I_(t,n){var a=[];if(!n){var l=c.documentElement,s=c.body,d=i.getComputedStyle(l),p=i.getComputedStyle(s),h=Ka(d),m=Ka(p),g=m.alpha!==0&&W2(s,t.getBoundingClientRect());(m.alpha!==0&&h.alpha===0||g&&m.alpha!==1)&&a.unshift({color:m,blendMode:vd(p.getPropertyValue("mix-blend-mode"))}),h.alpha!==0&&(!g||g&&m.alpha!==1)&&a.unshift({color:h,blendMode:vd(d.getPropertyValue("mix-blend-mode"))})}return a}function O_(t,n){if(!n||!t)return null;n.alpha<1&&(n=ei(n,t));var a=t.getRelativeLuminance(),l=n.getRelativeLuminance();return(Math.max(l,a)+.05)/(Math.min(l,a)+.05)}var Vi=O_;function Zs(t,n,a){var l,s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},d=i.getComputedStyle(t),p=Z2(t,d),h=M_(d,s);if(h&&h.alpha*p===1)return h.alpha=1,h;var m=T_(d),g=h?ei(h,m):m;if(g.alpha*p===1)return g.alpha=1,g;var y=Ws(t,{minRatio:0});if(g=y.reduce(function(C,A){return ei(C,A)},g),g.alpha*p===1)return g.alpha=1,g;if((l=a)!==null&&l!==void 0||(a=nl(t,[])),a===null){var w=pr.get("bgColor");return pr.set("fgColor",w),null}return g.alpha=g.alpha*p,ei(g,a)}function T_(t){return new Nr().parseString(t.getPropertyValue("-webkit-text-fill-color")||t.getPropertyValue("color"))}function M_(t,n){var a=n.textStrokeEmMin,l=a===void 0?0:a,s=parseFloat(t.getPropertyValue("-webkit-text-stroke-width"));if(s===0)return null;var d=t.getPropertyValue("font-size"),p=s/parseFloat(d);if(isNaN(p)||pp,contrastRatio:s,expectedContrastRatio:p}}var N_=P_;function L_(t,n,a){var l=n.ignoreUnicode,s=n.ignoreLength,d=n.ignorePseudo,p=n.boldValue,h=n.boldTextPt,m=n.largeTextPt,g=n.contrastRatio,y=n.shadowOutlineEmMax,w=n.pseudoSizeThreshold;if(!on(t))return this.data({messageKey:"hidden"}),!0;var C=In(a,!1,!0);if(l&&z_(C)){this.data({messageKey:"nonBmp"});return}var A=i.getComputedStyle(t),j=parseFloat(A.getPropertyValue("font-size")),N=A.getPropertyValue("font-weight"),z=parseFloat(N)>=p||N==="bold",T=Math.ceil(j*72)/96,M=z&&Tit?"shadowOnBgColor":"fgOnShadowColor")}var fe=Ve>K;if(typeof ae=="number"&&(typeof Ve!="number"||Vehe))return this.data({contrastRatio:Ve}),!0;var pt=Math.floor(Ve*100)/100,V;$e===null?V=pr.get("bgColor"):fe||(V=ot);var Me=pt===1,pe=C.length===1;if(Me?V=pr.set("bgColor","equalRatio"):!fe&&pe&&!s&&(V="shortTextContent"),this.data({fgColor:_e?_e.toHexString():void 0,bgColor:$e?$e.toHexString():void 0,contrastRatio:pt,fontSize:"".concat((j*72/96).toFixed(1),"pt (").concat(j,"px)"),fontWeight:z?"bold":"normal",messageKey:V,expectedContrastRatio:K+":1",shadowColor:lt?lt.toHexString():void 0}),_e===null||$e===null||Me||pe&&!s&&!fe){V=null,pr.clear(),this.relatedNodes(Re);return}return fe||this.relatedNodes(Re),fe}function U_(t,n){var a=n.pseudoSizeThreshold,l=a===void 0?.25:a,s=n.ignorePseudo,d=s===void 0?!1:s;if(!d){var p=t.boundingClientRect,h=p.width*p.height*l;do{var m=J2(t.actualNode,":before"),g=J2(t.actualNode,":after");if(m+g>h)return t}while(t=t.parent)}}var J2=an(function(n,a){var l=i.getComputedStyle(n,a),s=function(m,g){return l.getPropertyValue(m)===g};if(s("content","none")||s("display","none")||s("visibility","hidden")||s("position","absolute")===!1||Ka(l).alpha===0&&s("background-image","none"))return 0;var d=X2(l.getPropertyValue("width")),p=X2(l.getPropertyValue("height"));return d.unit!=="px"||p.unit!=="px"?d.value===0||p.value===0?0:1/0:d.value*p.value});function z_(t){var n={nonBmp:!0},a=I1(t,n),l=qe(Xo(t,n))==="";return a&&l}function X2(t){var n=/^([0-9.]+)([a-z]+)$/i,a=t.match(n)||[],l=ze(a,3),s=l[1],d=s===void 0?"":s,p=l[2],h=p===void 0?"":p;return{value:parseFloat(d),unit:h.toLowerCase()}}function Y2(t,n){var a=t.getRelativeLuminance(),l=n.getRelativeLuminance();return(Math.max(a,l)+.05)/(Math.min(a,l)+.05)}var V_=["block","list-item","table","flex","grid","inline-block"];function K2(t){var n=i.getComputedStyle(t).getPropertyValue("display");return V_.indexOf(n)!==-1||n.substr(0,6)==="table-"}function H_(t,n){var a=n.requiredContrastRatio,l=n.allowSameColor;if(K2(t))return!1;for(var s=fr(t);s&&s.nodeType===1&&!K2(s);)s=fr(s);if(s){this.relatedNodes([s]);var d=Zs(t),p=Zs(s),h=nl(t),m=nl(s),g=d&&p?Y2(d,p):void 0;if(g&&(g=Math.floor(g*100)/100),g&&g>=a)return!0;var y=h&&m?Y2(h,m):void 0;if(y&&(y=Math.floor(y*100)/100),y&&y>=a)return!0;if(!y){var w,C=(w=pr.get("bgColor"))!==null&&w!==void 0?w:"bgContrast";this.data({messageKey:C}),pr.clear();return}if(g)return l&&g===1&&y===1?!0:g===1&&y>1?(this.data({messageKey:"bgContrast",contrastRatio:y,requiredContrastRatio:a,nodeBackgroundColor:h?h.toHexString():void 0,parentBackgroundColor:m?m.toHexString():void 0}),!1):(this.data({messageKey:"fgContrast",contrastRatio:g,requiredContrastRatio:a,nodeColor:d?d.toHexString():void 0,parentColor:p?p.toHexString():void 0}),!1)}}var G_=H_,q_=["block","list-item","table","flex","grid","inline-block"];function $2(t){var n=i.getComputedStyle(t).getPropertyValue("display");return q_.indexOf(n)!==-1||n.substr(0,6)==="table-"}function Q_(t){if($2(t))return!1;for(var n=fr(t);n&&n.nodeType===1&&!$2(n);)n=fr(n);if(n)return this.relatedNodes([n]),G2(t,n)}var W_=Q_;function Z_(t,n,a){if(a.props.nodeName!=="input")return!0;var l=["text","search","number","tel"],s=["text","search","url"],d={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":l,"cc-exp":["text","search","month","tel"],"cc-exp-month":l,"cc-exp-year":l,"cc-csc":l,"transaction-amount":l,"bday-day":l,"bday-month":l,"bday-year":l,"new-password":["text","search","password"],"current-password":["text","search","password"],url:s,photo:s,impp:s};de(n)==="object"&&Object.keys(n).forEach(function(w){d[w]||(d[w]=[]),d[w]=d[w].concat(n[w])});var p=a.attr("autocomplete"),h=p.split(/\s+/g).map(function(w){return w.toLowerCase()}),m=h[h.length-1];if(Ya.stateTerms.includes(m))return!0;var g=d[m],y=a.hasAttr("type")?qe(a.attr("type")).toLowerCase():"text";return y=Gs().includes(y)?y:"text",typeof g>"u"?y==="text":g.includes(y)}var J_=Z_;function X_(t,n,a){var l=a.attr("autocomplete")||"";return _m(l,n)}var Y_=X_;function K_(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0;if(!n.attribute||typeof n.attribute!="string")throw new TypeError("attr-non-space-content requires options.attribute to be a string");if(!a.hasAttr(n.attribute))return this.data({messageKey:"noAttr"}),!1;var l=a.attr(n.attribute),s=!qe(l);return s?(this.data({messageKey:"emptyAttr"}),!1):!0}var $_=K_;function eA(t){var n=t.some(function(a){return a.result===!0});return n&&t.forEach(function(a){a.result=!0}),t}var tA=eA;function rA(t,n,a){if(!n||!n.selector||typeof n.selector!="string")throw new TypeError("has-descendant requires options.selector to be a string");if(n.passForModal&&Ko())return!0;var l=Zn(a,n.selector,function(s){return zt(s)});return this.relatedNodes(l.map(function(s){return s.actualNode})),l.length>0}var nA=rA;function aA(t,n,a){try{return qe(ya(a))!==""}catch{return}}function iA(t,n,a){return Zo(a,n.matcher)}var oA=iA;function lA(t){return t.filter(function(n){return n.data!=="ignored"})}var sA=lA;function uA(t,n,a){if(!n||!n.selector||typeof n.selector!="string")throw new TypeError("page-no-duplicate requires options.selector to be a string");var l="page-no-duplicate;"+n.selector;if(rt.get(l)){this.data("ignored");return}rt.set(l,!0);var s=Zn(f._tree[0],n.selector,function(d){return zt(d)});return typeof n.nativeScopeFilter=="string"&&(s=s.filter(function(d){return d.actualNode.hasAttribute("role")||!Ii(d,n.nativeScopeFilter)})),this.relatedNodes(s.filter(function(d){return d!==a}).map(function(d){return d.actualNode})),s.length<=1}var cA=uA;function dA(t){var n={};return t.filter(function(a){if(!a.data)return!1;var l=a.data.toUpperCase();return n[l]?(n[l].relatedNodes.push(a.relatedNodes[0]),!1):(n[l]=a,a.relatedNodes=[],!0)}).map(function(a){return a.result=!!a.relatedNodes.length,a})}var fA=dA;function pA(t,n,a){return va(a)||(this.data(a.attr("accesskey")),this.relatedNodes([t])),!0}var hA=pA;function mA(t,n,a){var l=a.tabbableElements;if(!l)return!1;var s=l.filter(function(d){return d!==a});return s.length>0}var gA=mA;function vA(t,n,a){var l=["button","fieldset","input","select","textarea"],s=a.tabbableElements;if(!s||!s.length)return!0;var d=s.filter(function(p){return l.includes(p.props.nodeName)});return this.relatedNodes(d.map(function(p){return p.actualNode})),d.length===0||Ko()?!0:d.every(function(p){var h=p.getComputedStylePropertyValue("pointer-events"),m=parseInt(p.getComputedStylePropertyValue("width")),g=parseInt(p.getComputedStylePropertyValue("height"));return p.actualNode.onfocus||(m===0||g===0)&&h==="none"})?void 0:!1}var yA=vA;function xA(t,n,a){if(a.hasAttr("contenteditable")&&l(a))return!0;return On(a);function l(s){var d=s.attr("contenteditable");if(d==="true"||d==="")return!0;if(d==="false")return!1;var p=Pr(a.parent,"[contenteditable]");return p?l(p):!1}}var bA=xA;function wA(t,n,a){var l=a.tabbableElements.map(function(s){var d=s.actualNode;return d});if(!l||!l.length)return!0;if(Ko()){this.relatedNodes(l);return}return!0}var CA=wA;function _A(t,n,a){var l=a.attr("tabindex"),s=Ut(a)&&l>-1;if(!s)return!1;try{return!Br(a)}catch{return}}var AA=_A;function DA(t,n,a){var l=["button","fieldset","input","select","textarea"],s=a.tabbableElements;if(!s||!s.length)return!0;var d=s.filter(function(p){return!l.includes(p.props.nodeName)});return this.relatedNodes(d.map(function(p){return p.actualNode})),d.length===0||Ko()?!0:d.every(function(p){var h=p.getComputedStylePropertyValue("pointer-events"),m=parseInt(p.getComputedStylePropertyValue("width")),g=parseInt(p.getComputedStylePropertyValue("height"));return p.actualNode.onfocus||(m===0||g===0)&&h==="none"})?void 0:!1}var EA=DA;function jA(t,n,a){if(a.children)try{return!a.children.some(function(l){return eg(l)})}catch{return}}function eg(t){if(On(t))return!0;if(!t.children){if(t.props.nodeType===1)throw new Error("Cannot determine children");return!1}return t.children.some(function(n){return eg(n)})}function kA(t){var n=zi("landmark"),a=fr(t),l=ft(t);for(this.data({role:l});a;){var s=a.getAttribute("role");if(!s&&a.nodeName.toUpperCase()!=="FORM"&&(s=Rn(a)),s&&n.includes(s)&&!(s==="main"&&l==="complementary"))return!1;a=fr(a)}return!0}var SA=kA;function FA(t,n,a){if(a.children)try{var l=tg(a);if(!l.length)return!0;var s=l.filter(BA);return s.length>0?(this.data({messageKey:"notHidden"}),this.relatedNodes(s)):this.relatedNodes(l),!1}catch{return}}function tg(t){if(!t.children){if(t.props.nodeType===1)throw new Error("Cannot determine children");return[]}var n=[];return t.children.forEach(function(a){Tn(a)==="widget"&&Ut(a)?n.push(a):n.push.apply(n,$(tg(a)))}),n}function BA(t){var n=parseInt(t.attr("tabindex"),10);return!isNaN(n)&&n<0}function RA(t,n,a){var l=parseInt(a.attr("tabindex"),10);return isNaN(l)?!0:l<=0}var IA=RA;function OA(t,n,a){var l=a.attr("alt"),s=/^\s+$/;return typeof l=="string"&&s.test(l)}var TA=OA;function MA(t,n,a){if(["none","presentation"].includes(ft(a)))return!1;var l=Pr(a,n.parentSelector);if(!l)return!1;var s=In(l,!0).toLowerCase();return s===""?!1:s===Br(a).toLowerCase()}var PA=MA;function NA(t,n,a){var l=this;if(!a.attr("id"))return!1;if(a.actualNode){var s=wr(a.actualNode),d=Lt(a.attr("id")),p=Array.from(s.querySelectorAll('label[for="'.concat(d,'"]')));if(this.relatedNodes(p),!p.length)return!1;try{return p.some(function(h){if(on(h)){var m=qe(Wa(h,{inControlContext:!0,startNode:a}));return l.data({explicitLabel:m}),!!m}else return!0})}catch{return}}}var LA=NA;function UA(t,n,a){var l=Os(a),s=t.getAttribute("title");if(!l)return!1;if(!s&&(s="",t.getAttribute("aria-describedby"))){var d=xn(t,"aria-describedby");s=d.map(function(p){return p?Wa(p):""}).join("")}return qe(s)===qe(l)}var zA=UA;function VA(t,n,a){if(a.hasAttr("id")){if(!a.actualNode)return;var l=wr(t),s=Lt(t.getAttribute("id")),d=l.querySelector('label[for="'.concat(s,'"]'));if(d&&!zt(d)){var p;try{p=Br(a).trim()}catch{return}var h=p==="";return h}}return!1}var HA=VA;function GA(t,n,a){try{var l=Pr(a,"label");if(l){var s=qe(Br(l,{inControlContext:!0,startNode:a}));return l.actualNode&&this.relatedNodes([l.actualNode]),this.data({implicitLabel:s}),!!s}return!1}catch{return}}var qA=GA;function rg(t,n){var a=ng(n),l=ng(t);return!a||!l?!1:a.includes(l)}function ng(t){var n=Xo(t,{emoji:!0,nonBmp:!0,punctuations:!0});return qe(n)}function QA(t,n,a){var l,s=n==null?void 0:n.pixelThreshold,d=(l=n==null?void 0:n.occurrenceThreshold)!==null&&l!==void 0?l:n==null?void 0:n.occuranceThreshold,p=Wa(t).toLowerCase();if(!(T1(p)<1)){var h=qe(ya(a,{subtreeDescendant:!0,ignoreIconLigature:!0,pixelThreshold:s,occurrenceThreshold:d})).toLowerCase();return h?T1(h)<1?rg(h,p)?!0:void 0:rg(h,p):!0}}var WA=QA;function ZA(t){var n=Lt(t.getAttribute("id")),a=t.parentNode,l=wr(t);l=l.documentElement||l;var s=Array.from(l.querySelectorAll('label[for="'.concat(n,'"]')));for(s.length&&(s=s.filter(function(h){return!va(h)}));a;)a.nodeName.toUpperCase()==="LABEL"&&s.indexOf(a)===-1&&s.push(a),a=a.parentNode;if(this.relatedNodes(s),s.length>1){var d=s.filter(function(h){return zt(h)});if(d.length>1)return;var p=xn(t,"aria-labelledby");return p.includes(d[0])?!1:void 0}return!1}var JA=ZA;function XA(t,n,a){var l=Os(a),s=Bs(a),d=a.attr("aria-describedby");return!l&&!!(s||d)}var YA=XA;function KA(t){var n=[];return t.filter(function(a){var l=function(p){return a.data.role===p.data.role&&a.data.accessibleText===p.data.accessibleText},s=n.find(l);return s?(s.result=!1,s.relatedNodes.push(a.relatedNodes[0]),!1):(n.push(a),a.relatedNodes=[],!0)})}var $A=KA;function eD(t,n,a){var l=ft(t),s=Br(a);return s=s?s.toLowerCase():null,this.data({role:l,accessibleText:s}),this.relatedNodes([t]),!0}var tD=eD;function yd(t){return(t||"").trim()!==""}function rD(t,n,a){var l=typeof c<"u"?gs(c):!1;if(n.attributes.includes("xml:lang")&&n.attributes.includes("lang")&&yd(a.attr("xml:lang"))&&!yd(a.attr("lang"))&&!l)return this.data({messageKey:"noXHTML"}),!1;var s=n.attributes.some(function(d){return yd(a.attr(d))});return s?!0:(this.data({messageKey:"noLang"}),!1)}var nD=rD;function aD(t,n,a){var l=[];return n.attributes.forEach(function(s){var d=a.attr(s);if(typeof d=="string"){var p=$a(d),h=n.value?!n.value.map($a).includes(p):!qs(p);(p!==""&&h||d!==""&&!qe(d))&&l.push(s+'="'+a.attr(s)+'"')}}),!l.length||a.props.nodeName!=="html"&&!L1(a)?!1:(this.data(l),!0)}var iD=aD;function oD(t,n,a){var l=$a(a.attr("lang")),s=$a(a.attr("xml:lang"));return l===s}var lD=oD;function sD(t){var n=fr(t),a=n.nodeName.toUpperCase(),l=wt(n);return a==="DIV"&&["presentation","none",null].includes(l)&&(n=fr(n),a=n.nodeName.toUpperCase(),l=wt(n)),a!=="DL"?!1:!!(!l||["presentation","none","list"].includes(l))}var uD=sD;function cD(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0,l=[],s=[];if(a.children){for(var d=ag(a.children);d.length;){var p,h=d.shift(),m=h.vChild,g=h.nested;if(n.divGroups&&!g&&fD(m)){if(!m.children)return;var y=ag(m.children,!0);d.push.apply(d,$(y));continue}var w=dD(m,g,n);w&&(s.includes(w)||s.push(w),(m==null||(p=m.actualNode)===null||p===void 0?void 0:p.nodeType)===1&&l.push(m.actualNode))}return s.length===0?!1:(this.data({values:s.join(", ")}),this.relatedNodes(l),!0)}}function dD(t,n,a){var l=a.validRoles,s=l===void 0?[]:l,d=a.validNodeNames,p=d===void 0?[]:d,h=t.props,m=h.nodeName,g=h.nodeType,y=h.nodeValue,w=n?"div > ":"";if(g===3&&y.trim()!=="")return w+"#text";if(g!==1||!zt(t))return!1;var C=wt(t);return C?s.includes(C)?!1:w+"[role=".concat(C,"]"):p.includes(m)?!1:w+m}function fD(t){return t.props.nodeName==="div"&&wt(t)===null}function ag(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return t.map(function(a){return{vChild:a,nested:n}})}function pD(t,n,a){var l=a.parent;if(l){var s=l.props.nodeName,d=wt(l);return["presentation","none","list"].includes(d)?!0:d&&Pi(d)?(this.data({messageKey:"roleNotValid"}),!1):["ul","ol","menu"].includes(s)}}function hD(t,n,a){var l=["definition","term","list"],s={badNodes:[],hasNonEmptyTextNode:!1},d=a.children.reduce(function(h,m){var g=m.actualNode;return g.nodeName.toUpperCase()==="DIV"&&ft(g)===null?h.concat(m.children):h.concat(m)},[]),p=d.reduce(function(h,m){var g=m.actualNode,y=g.nodeName.toUpperCase();if(g.nodeType===1&&zt(g)){var w=wt(g);(y!=="DT"&&y!=="DD"||w)&&(l.includes(w)||h.badNodes.push(g))}else g.nodeType===3&&g.nodeValue.trim()!==""&&(h.hasNonEmptyTextNode=!0);return h},s);return p.badNodes.length&&this.relatedNodes(p.badNodes),!!p.badNodes.length||p.hasNonEmptyTextNode}var mD=hD;function gD(t,n,a){var l=!1,s=!1,d=!0,p=[],h=[],m=[];return a.children.forEach(function(g){var y=g.actualNode;if(y.nodeType===3&&y.nodeValue.trim()!==""){l=!0;return}if(!(y.nodeType!==1||!zt(y))){d=!1;var w=y.nodeName.toUpperCase()==="LI",C=ft(g),A=C==="listitem";!w&&!A&&p.push(y),w&&!A&&(h.push(y),m.includes(C)||m.push(C)),A&&(s=!0)}}),l||p.length?(this.relatedNodes(p),!0):d||s?!1:(this.relatedNodes(h),this.data({messageKey:"roleNotValid",roles:m.join(", ")}),!0)}var vD=gD;function yD(t,n,a){var l=a.children;if(!l||!l.length)return!1;for(var s=!1,d=!1,p,h=0;h ";function CD(t){var n={};return t.filter(function(a){var l=a.node.ancestry[a.node.ancestry.length-1]!=="html";if(l){var s=a.node.ancestry.flat(1/0).join(ig);return n[s]=a,!0}var d=a.node.ancestry.slice(0,a.node.ancestry.length-1).flat(1/0).join(ig);return n[d]&&(n[d].result=!0),!1})}var _D=CD;function AD(t,n){return n.isViolation?!1:void 0}var DD=AD;function ED(t,n){if(!t.duration){console.warn("axe.utils.preloadMedia did not load metadata");return}var a=n.allowedDuration,l=a===void 0?3:a,s=d(t);if(s<=l&&!t.hasAttribute("loop"))return!0;if(!t.hasAttribute("controls"))return!1;return!0;function d(m){if(!m.currentSrc)return 0;var g=p(m.currentSrc);return g?g.length===1?Math.abs(m.duration-g[0]):Math.abs(g[1]-g[0]):Math.abs(m.duration-(m.currentTime||0))}function p(m){var g=m.match(/#t=(.*)/);if(g){var y=ze(g,2),w=y[1],C=w.split(",");return C.map(function(A){return/:/.test(A)?h(A):parseFloat(A)})}}function h(m){for(var g=m.split(":"),y=0,w=1;g.length>0;)y+=w*parseInt(g.pop(),10),w*=60;return parseFloat(y)}}var jD=ED;function kD(t,n,a,l){var s=l||{},d=s.cssom,p=d===void 0?void 0:d,h=n||{},m=h.degreeThreshold,g=m===void 0?0:m;if(!p||!p.length)return;for(var y=!1,w=[],C=T(p),A=function(){var Qe=N[j],Ve=C[Qe],ot=Ve.root,lt=Ve.rules,gt=lt.filter(M);if(!gt.length)return"continue";gt.forEach(function(Xe){var it=Xe.cssRules;Array.from(it).forEach(function(fe){var pt=Z(fe);if(pt&&fe.selectorText.toUpperCase()!=="HTML"){var V=Array.from(ot.querySelectorAll(fe.selectorText))||[];w=w.concat(V)}y=y||pt})})},j=0,N=Object.keys(C);j-1&&y<1?(this.data("user-scalable"),!1):g["maximum-scale"]&&parseFloat(g["maximum-scale"])=l||(d=Math.min(d,g),s.push(m))}}}catch(y){p.e(y)}finally{p.f()}if(s.length===0)return this.data({closestOffset:d,minOffset:l}),!0;if(this.relatedNodes(s.map(function(y){var w=y.actualNode;return w})),!s.some(On)){this.data({messageKey:"nonTabbableNeighbor",closestOffset:d,minOffset:l});return}return this.data({closestOffset:d,minOffset:l}),On(a)?!1:void 0}function OD(t){return Math.round(t*10)/10}var og=.05;function TD(t,n,a){var l=(n==null?void 0:n.minSize)||24,s=a.boundingClientRect,d=bd.bind(null,l),p=h1(a),h=MD(a,p),m=PD(a,p),g=m.fullyObscuringElms,y=m.partialObscuringElms;if(g.length&&!h.length)return this.relatedNodes(Js(g)),this.data({messageKey:"obscured"}),!0;var w=On(a)?!1:void 0;if(!d(s)&&!h.length)return this.data(De({minSize:l},xd(s))),w;var C=UD(y),A=ND(a,C);if(h.length&&(g.length||!d(A||s))){this.data({minSize:l,messageKey:"contentOverflow"}),this.relatedNodes(Js(h));return}if(C.length!==0&&!d(A)){var j=C.every(On),N="partiallyObscured".concat(j?"":"NonTabbable");return this.data(De({messageKey:N,minSize:l},xd(A))),this.relatedNodes(Js(C)),j?w:void 0}return this.data(De({minSize:l},xd(A||s))),this.relatedNodes(Js(C)),!0}function MD(t,n){return n.filter(function(a){return!lg(a,t)&&sg(t,a)})}function PD(t,n){var a=[],l=[],s=Zt(n),d;try{for(s.s();!(d=s.n()).done;){var p=d.value;!sg(t,p)&&Ph(t,p)&&zD(p)!=="none"&&(lg(t,p)?a.push(p):l.push(p))}}catch(h){s.e(h)}finally{s.f()}return{fullyObscuringElms:a,partialObscuringElms:l}}function ND(t,n){var a=t.boundingClientRect;if(n.length===0)return null;var l=n.map(function(d){var p=d.boundingClientRect;return p}),s=Nh(a,l);return LD(s)}function LD(t,n){return t.reduce(function(a,l){var s=bd(n,a),d=bd(n,l);if(s!==d)return s?a:l;var p=a.width*a.height,h=l.width*l.height;return p>h?a:l})}function UD(t){return t.filter(function(n){return Tn(n)==="widget"&&Ut(n)})}function lg(t,n){var a=t.boundingClientRect,l=n.boundingClientRect;return a.top>=l.top&&a.left>=l.left&&a.bottom<=l.bottom&&a.right<=l.right}function zD(t){return t.getComputedStylePropertyValue("pointer-events")}function xd(t){return{width:Math.round(t.width*10)/10,height:Math.round(t.height*10)/10}}function sg(t,n){return t.actualNode.contains(n.actualNode)&&!On(n)}function bd(t,n){var a=n.width,l=n.height;return a+og>=t&&l+og>=t}function Js(t){return t.map(function(n){var a=n.actualNode;return a})}function VD(t){var n=GD(t);return t.forEach(function(a){a.result=HD(a,n)}),t}function HD(t,n){var a,l,s,d,p=ug(n,t.node.ancestry),h=(a=(l=n[p])===null||l===void 0?void 0:l.level)!==null&&a!==void 0?a:-1,m=(s=(d=n[p-1])===null||d===void 0?void 0:d.level)!==null&&s!==void 0?s:-1;if(p===0)return!0;if(h!==-1)return h-m<=1}function GD(t){t=$(t),t.sort(function(a,l){var s=a.node,d=l.node;return s.ancestry.length-d.ancestry.length});var n=t.reduce(qD,[]);return n.filter(function(a){var l=a.level;return l!==-1})}function qD(t,n){var a,l=(a=n.data)===null||a===void 0?void 0:a.headingOrder,s=cg(n.node.ancestry,1);if(!l)return t;var d=l.map(function(h){return WD(h,s)}),p=QD(t,s);return p===-1?t.push.apply(t,$(d)):t.splice.apply(t,[p,0].concat($(d))),t}function QD(t,n){for(;n.length;){var a=ug(t,n);if(a!==-1)return a;n=cg(n,1)}return-1}function ug(t,n){return t.findIndex(function(a){return rd(a.ancestry,n)})}function WD(t,n){var a=n.concat(t.ancestry);return De({},t,{ancestry:a})}function cg(t,n){return t.slice(0,t.length-n)}function ZD(t){var n=ft(t),a=n&&n.includes("heading"),l=t.attr("aria-level"),s=parseInt(l,10),d=t.props.nodeName.match(/h(\d)/)||[],p=ze(d,2),h=p[1];return a?h&&!l?parseInt(h,10):isNaN(s)||s<1?h?parseInt(h,10):2:s||-1:-1}function JD(){var t=rt.get("headingOrder");if(t)return!0;var n="h1, h2, h3, h4, h5, h6, [role=heading], iframe, frame",a=Zn(f._tree[0],n,zt);return t=a.map(function(l){return{ancestry:[ys(l.actualNode)],level:ZD(l)}}),this.data({headingOrder:t}),rt.set("headingOrder",a),!0}var XD=JD;function dg(t,n){if(!t||!n)return!1;var a=Object.getOwnPropertyNames(t),l=Object.getOwnPropertyNames(n);if(a.length!==l.length)return!1;var s=a.every(function(d){var p=t[d],h=n[d];return de(p)!==de(h)?!1:de(p)==="object"||de(h)==="object"?dg(p,h):p===h});return s}function YD(t){if(t.length<2)return t;for(var n=t.filter(function(h){var m=h.result;return m!==void 0}),a=[],l={},s=function(m){var g,y=n[m],w=y.data,C=w.name,A=w.urlProps;if(l[C])return"continue";var j=n.filter(function(z,T){var M=z.data;return M.name===C&&T!==m}),N=j.every(function(z){var T=z.data;return dg(T.urlProps,A)});j.length&&!N&&(y.result=void 0),y.relatedNodes=[],(g=y.relatedNodes).push.apply(g,$(j.map(function(z){return z.relatedNodes[0]}))),l[C]=j,a.push(y)},d=0;d=C&&!j;z--)for(var T=w;T>=A;T--){var M=a[z]?a[z][T]:void 0;if(M){var Z=f.utils.getNodeFromTree(M);if(Z[l]){j=Z[l];break}N.push(M)}}return j=(j||[]).concat(N.filter(s)),N.forEach(function(K){var ae=f.utils.getNodeFromTree(K);ae[l]=j}),j}function tE(t,n){if(t.getAttribute("headers")){var a=xn(t,"headers");if(a.filter(function(p){return p}).length)return a}n||(n=qn(Oi(t,"table")));var l=Fs(t,n),s=gg("row",l,n),d=gg("col",l,n);return[].concat(s,d).reverse()}var Xs=tE;function rE(t){if(!t.children.length&&!t.textContent.trim())return!1;var n=t.getAttribute("role");return Pi(n)?["cell","gridcell"].includes(n):t.nodeName.toUpperCase()==="TD"}var vg=rE;function nE(t){var n=(t.getAttribute("role")||"").toLowerCase();if((n==="presentation"||n==="none")&&!Ut(t))return!1;if(t.getAttribute("contenteditable")==="true"||Oi(t,'[contenteditable="true"]')||n==="grid"||n==="treegrid"||n==="table"||Tn(n)==="landmark")return!0;if(t.getAttribute("datatable")==="0")return!1;if(t.getAttribute("summary")||t.tHead||t.tFoot||t.caption)return!0;for(var a=0,l=t.children.length;a=5||m)return!0;var A,j;for(g=0;g=20?!0:!(c1(t).width>js(i).width*.95||s<10||t.querySelector("object, embed, iframe, applet"))}var Ys=nE;function aE(t){if(Ni(t)||Li(t))return!0;if(t.getAttribute("id")){var n=Lt(t.getAttribute("id"));return!!c.querySelector('[headers~="'.concat(n,'"]'))}return!1}var iE=aE;function yg(t,n,a,l){var s,d=a[n.y]?a[n.y][n.x]:void 0;return d?typeof l=="function"&&(s=l(d,n,a),s===!0)?[d]:(s=yg(t,{x:n.x+t.x,y:n.y+t.y},a,l),s.unshift(d),s):[]}function oE(t,n,a,l){if(Array.isArray(n)&&(l=a,a=n,n={x:0,y:0}),typeof t=="string")switch(t){case"left":t={x:-1,y:0};break;case"up":t={x:0,y:-1};break;case"right":t={x:1,y:0};break;case"down":t={x:0,y:1};break}return yg(t,{x:n.x+t.x,y:n.y+t.y},a,l)}var Cd=oE;function lE(t,n,a){var l=qo.accessibleTextVirtual(a),s=qo.sanitize(qo.removeUnicode(l,{emoji:!0,nonBmp:!0,punctuations:!0})).toLowerCase();if(s){var d={name:s,urlProps:l1.urlPropsFromAttribute(t,"href")};return this.data(d),this.relatedNodes([t]),!0}}var sE=lE;function uE(t,n,a){var l=Wr(a,"a[href]");return l.some(function(s){return/^#[^/!]/.test(s.attr("href"))})}var cE=uE,dE=/[;,\s]/,fE=/^[0-9.]+$/;function pE(t,n,a){var l=n||{},s=l.minDelay,d=l.maxDelay,p=(a.attr("content")||"").trim(),h=p.split(dE),m=ze(h,1),g=m[0];if(!g.match(fE))return!0;var y=parseFloat(g);return this.data({redirectDelay:y}),typeof s=="number"&&y<=n.minDelay||typeof d=="number"&&y>n.maxDelay}function hE(t){switch(t){case"lighter":return 100;case"normal":return 400;case"bold":return 700;case"bolder":return 900}return t=parseInt(t),isNaN(t)?400:t}function mE(t){for(var n=t,a=t.textContent.trim(),l=a;l===a&&n!==void 0;){var s=-1;if(t=n,t.children.length===0)return t;do s++,l=t.children[s].textContent.trim();while(l===""&&s+1n.fontSize)&&(!s.weight||t.fontWeight-s.weight>n.fontWeight)&&(!s.italic||t.isItalic&&!n.isItalic)},!1)}function gE(t,n,a){var l=Array.from(t.parentNode.children),s=l.indexOf(t);n=n||{};var d=n.margins||[],p=l.slice(s+1).find(function(z){return z.nodeName.toUpperCase()==="P"}),h=l.slice(0,s).reverse().find(function(z){return z.nodeName.toUpperCase()==="P"}),m=_d(t),g=p?_d(p):null,y=h?_d(h):null,w=n.passLength,C=n.failLength,A=t.textContent.trim().length,j=p==null?void 0:p.textContent.trim().length;if(A>j*w||!g||!xg(m,g,d))return!0;var N=Ii(a,"blockquote");if(!(N&&N.nodeName.toUpperCase()==="BLOCKQUOTE")&&!(y&&!xg(m,y,d))&&!(A>j*C))return!1}var vE=gE;function yE(t){var n=t.filter(function(a){return a.data.isIframe});return t.forEach(function(a){if(!(a.result||a.node.ancestry.length===1)){var l=a.node.ancestry.slice(0,-1),s=Zt(n),d;try{for(s.s();!(d=s.n()).done;){var p=d.value;if(rd(l,p.node.ancestry)){a.result=p.result;break}}}catch(h){s.e(h)}finally{s.f()}}}),n.forEach(function(a){a.result||(a.result=!0)}),t}var xE=yE,bE=zi("landmark"),wE=["alert","log","status"];function CE(t,n,a){this.data({isIframe:["iframe","frame"].includes(a.props.nodeName)});var l=rt.get("regionlessNodes",function(){return _E(n)});return!l.includes(a)}function _E(t){var n=bg(f._tree[0],t).map(function(a){for(;a.parent&&!a.parent._hasRegionDescendant&&a.parent.actualNode!==c.body;)a=a.parent;return a}).filter(function(a,l,s){return s.indexOf(a)===l});return n}function bg(t,n){var a=t.actualNode;if(ft(t)==="button"||AE(t,n)||["iframe","frame"].includes(t.props.nodeName)||z1(t.actualNode)&&y1(t.actualNode,"href")||!zt(a)){for(var l=t;l;)l._hasRegionDescendant=!0,l=l.parent;return["iframe","frame"].includes(t.props.nodeName)?[t]:[]}else return a!==c.body&&Ts(a,!0)?[t]:t.children.filter(function(s){var d=s.actualNode;return d.nodeType===1}).map(function(s){return bg(s,n)}).reduce(function(s,d){return s.concat(d)},[])}function AE(t,n){var a=t.actualNode,l=ft(t),s=(a.getAttribute("aria-live")||"").toLowerCase().trim();return!!(["assertive","polite"].includes(s)||wE.includes(l)||bE.includes(l)||n.regionMatcher&&Zo(t,n.regionMatcher))}function DE(t){var n=y1(t,"href");return n?zt(n)||void 0:!1}var EE=DE;function jE(t){var n={};return t.forEach(function(a){n[a.data]=n[a.data]!==void 0?++n[a.data]:0}),t.forEach(function(a){a.result=!!n[a.data]}),t}var kE=jE;function SE(t,n,a){var l=qe(a.attr("title")).toLowerCase();return this.data(l),!0}var FE=SE;function BE(t){var n=[];return t.filter(function(a){return n.indexOf(a.data)===-1?(n.push(a.data),!0):!1})}var RE=BE;function IE(t){var n=t.getAttribute("id").trim();if(!n)return!0;var a=wr(t),l=Array.from(a.querySelectorAll('[id="'.concat(Lt(n),'"]'))).filter(function(s){return s!==t});return l.length&&this.relatedNodes(l),this.data(n),l.length===0}var OE=IE;function TE(t,n,a){return!!qe(Wo(a))}var ME=TE;function PE(t,n,a){try{return!!qe(Qo(a))}catch{return}}var NE=PE;function LE(t,n){var a=n.cssProperties.filter(function(l){if(t.style.getPropertyPriority(l)==="important")return l});return a.length>0?(this.data(a),!1):!0}var UE=LE;function zE(){var t=c.title;return!!qe(t)}var VE=zE;function HE(){}var GE=HE;function qE(t,n,a){var l=a.props.nodeName;return["img","input","area"].includes(l)?a.hasAttr("alt"):!1}var QE=qE;function WE(t,n){var a=n.cssProperty,l=n.absoluteValues,s=n.minValue,d=n.maxValue,p=n.normalValue,h=p===void 0?0:p,m=n.noImportant,g=n.multiLineOnly;if(!m&&t.style.getPropertyPriority(a)!=="important"||g&&!Om(t))return!0;var y={};typeof s=="number"&&(y.minValue=s),typeof d=="number"&&(y.maxValue=d);var w=t.style.getPropertyValue(a);if(["inherit","unset","revert","revert-layer"].includes(w))return this.data(De({value:w},y)),!0;var C=ZE(t,{absoluteValues:l,cssProperty:a,normalValue:h});if(this.data(De({value:C},y)),typeof C=="number")return(typeof s!="number"||C>=s)&&(typeof d!="number"||C<=d)}function ZE(t,n){var a=n.cssProperty,l=n.absoluteValues,s=n.normalValue,d=i.getComputedStyle(t),p=d.getPropertyValue(a);if(p==="normal")return s;var h=parseFloat(p);if(l)return h;var m=parseFloat(d.getPropertyValue("font-size")),g=Math.round(h/m*100)/100;return isNaN(g)?p:g}function JE(t){return on(t)}var XE=JE;function YE(t,n,a){var l=a.props.nodeName,s=(a.attr("type")||"").toLowerCase(),d=a.attr("value");return d&&this.data({messageKey:"has-label"}),l==="input"&&["submit","reset"].includes(s)?d===null:!1}var KE=YE;function $E(t,n,a){var l=wt(a);if(["presentation","none"].includes(l)&&["iframe","frame"].includes(a.props.nodeName)&&a.hasAttr("title"))return this.data({messageKey:"iframe",nodeName:a.props.nodeName}),!1;var s=ft(a);if(["presentation","none"].includes(s))return this.data({role:s}),!0;if(!["presentation","none"].includes(l))return!1;var d=Za().some(function(m){return a.hasAttr(m)}),p=Ut(a),h;return d&&!p?h="globalAria":!d&&p?h="focusable":h="both",this.data({messageKey:h,role:s}),!1}function ej(t,n,a){if(a.children){var l=a.children.find(function(d){var p=d.props;return p.nodeName==="title"});if(!l)return this.data({messageKey:"noTitle"}),!1;try{var s=ya(l,{includeHidden:!0}).trim();if(s==="")return this.data({messageKey:"emptyTitle"}),!1}catch{return}return!0}}var tj=ej;function rj(t){var n=qn(t),a=n[0];return n.length<=1||a.length<=1||t.rows.length<=1?!0:a.reduce(function(l,s,d){return l||s!==a[d+1]&&a[d+1]!==void 0},!1)}var nj=rj;function aj(t){return Bm(c)?t.nodeName.toUpperCase()==="TH":!0}var ij=aj,oj=lj;function lj(t,n,a){if(a.children!==void 0){var l=a.attr("summary"),s=a.children.find(sj),d=s?qe(ya(s)):!1;return!d||!l?!1:qe(l).toLowerCase()===qe(d).toLowerCase()}}function sj(t){return t.props.nodeName==="caption"}function uj(t,n){var a=t.getAttribute("scope").toLowerCase();return n.values.indexOf(a)!==-1}var cj=uj;function dj(t){var n=[],a=wd(t),l=qn(t);return a.forEach(function(s){if(Ts(s)&&vg(s)&&!P2(s)){var d=Xs(s,l).some(function(p){return p!==null&&!!Ts(p)});d||n.push(s)}}),n.length?(this.relatedNodes(n),!1):!0}var fj=dj;function pj(t){for(var n=[],a=[],l=[],s=0;s0)return this.relatedNodes(l),!1;if(a.length){this.relatedNodes(a);return}return!0}var hj=pj;function mj(t){var n=wd(t),a=this,l=[];n.forEach(function(h){var m=h.getAttribute("headers");m&&(l=l.concat(m.split(/\s+/)));var g=h.getAttribute("aria-labelledby");g&&(l=l.concat(g.split(/\s+/)))});var s=n.filter(function(h){return qe(h.textContent)===""?!1:h.nodeName.toUpperCase()==="TH"||["rowheader","columnheader"].indexOf(h.getAttribute("role"))!==-1}),d=qn(t),p=!0;return s.forEach(function(h){if(!(h.getAttribute("id")&&l.includes(h.getAttribute("id")))){var m=Fs(h,d),g=!1;Ni(h)&&(g=Cd("down",m,d).find(function(y){return!Ni(y)&&Xs(y,d).includes(h)})),!g&&Li(h)&&(g=Cd("right",m,d).find(function(y){return!Li(y)&&Xs(y,d).includes(h)})),g||a.relatedNodes(h),p=p&&g}}),p?!0:void 0}var gj=mj;function vj(t,n,a){var l=["SCRIPT","HEAD","TITLE","NOSCRIPT","STYLE","TEMPLATE"];if(!l.includes(t.nodeName.toUpperCase())&&Yo(a)){var s=i.getComputedStyle(t);if(s.getPropertyValue("display")==="none")return;if(s.getPropertyValue("visibility")==="hidden"){var d=fr(t),p=d&&i.getComputedStyle(d);if(!p||p.getPropertyValue("visibility")!=="hidden")return}}return!0}var yj=vj;function xj(t,n){var a=/^aria-/,l=n.attrNames;if(l.length){for(var s=0,d=l.length;s0&&M.every(al)||!Lj(n))return!1;for(var ae=c.createRange(),he=n.children,be=0;be=3&&n[0].length>=3&&n[1].length>=3&&n[2].length>=3}return!1}var zj=Uj;function Vj(t){return Ys(t)}var Hj=Vj;function Gj(t){var n=t.getAttribute("id").trim(),a='*[id="'.concat(Lt(n),'"]'),l=Array.from(wr(t).querySelectorAll(a));return!Qs(t)&&l.some(Ut)}var qj=Gj;function Qj(t){return Qs(t)}var Wj=Qj;function Zj(t){var n=t.getAttribute("id").trim(),a='*[id="'.concat(Lt(n),'"]'),l=Array.from(wr(t).querySelectorAll(a));return!Qs(t)&&l.every(function(s){return!Ut(s)})}var Jj=Zj;function Xj(t,n,a){var l,s;return!a.initiator&&!a.focusable&&((l=a.size)===null||l===void 0?void 0:l.width)*((s=a.size)===null||s===void 0?void 0:s.height)>1}var Yj=Xj;function Kj(t){var n=t.getAttribute("title");return!!qe(n)}var $j=Kj;function ek(t,n){return Rn(n,{chromium:!0})!==null}var tk=ek;function rk(t,n){return ft(n)==="heading"}function nk(t,n){try{var a=n.props.nodeName;return a==="svg"?!0:!!Pr(n,"svg")}catch{return!1}}var Ad=nk;function ak(t,n){return!Ad(t,n)}var ik=ak;function ok(t,n){var a=!!Br(n);if(!a)return!1;var l=ft(t);return!(l&&l!=="link")}var lk=ok;function sk(t){return km(t)}var uk=sk;function ck(t){return on(t)}function dk(t,n){return on(n)}function fk(t,n){var a=ft(t);if(!a)return!1;var l=zi("widget"),s=l.includes(a);if(!s)return!1;var d=fd();return!(!d.includes(a)||!qe(Wo(n))&&!qe(Qo(t))||!qe(In(n)))}var pk=fk;function hk(t,n){if(n.props.nodeName!=="input"||n.hasAttr("type")===!1)return!0;var a=n.attr("type").toLowerCase();return["hidden","image","button","submit","reset"].includes(a)===!1}var mk=hk;function gk(t,n){var a="article, aside, main, nav, section";return t.hasAttribute("role")||!Ii(n,a)}var vk=gk;function yk(t,n){var a=["article","aside","main","nav","section"].join(",");function l(d){return!Pr(d,a)}function s(d){var p=d.actualNode,h=zi("landmark"),m=ft(p);if(!m)return!1;var g=p.nodeName.toUpperCase();if(g==="HEADER"||g==="FOOTER")return l(d);if(g==="SECTION"||g==="FORM"){var y=Br(d);return!!y}return h.indexOf(m)>=0||m==="region"}return s(n)&&zt(t)}var xk=yk;function bk(t){return!Ys(t)&&!Ut(t)}var wk=bk;function Ck(t){var n=qe(t.innerText),a=t.getAttribute("role");return a&&a!=="link"||!n||!on(t)?!1:U1(t)}var _k=Ck;function Ak(t,n){var a=ft(n);return a?!!st.ariaRoles[a].childrenPresentational:!1}var Dk=Ak;function Ek(t){return!(!t.currentSrc||t.hasAttribute("paused")||t.hasAttribute("muted"))}var jk=Ek;function kk(t,n){return!(!n.hasAttr("role")||!n.attr("role").trim())}var Sk=kk;function Fk(t,n){var a=wt(n);if(!a||["none","presentation"].includes(a))return!0;var l=Vh[a]||{},s=l.accessibleNameRequired;return!!(s||Ut(n))}var _g=Fk;function Bk(t,n){var a=Xa(n),l=a.namingMethods;return!(l&&l.length!==0||wt(n)==="combobox"&&Wr(n,'input:not([type="hidden"])').length)}var Rk=Bk;function Ik(t,n){var a=parseInt(n.attr("tabindex"),10);return isNaN(a)||a>=0}var Ok=Ik;function Tk(t,n){return!n.attr("role")}var Mk=Tk;function Pk(t,n){return n.props.nodeName!=="html"}var Nk=Pk,Lk=function(n,a){return[_g,Uk].every(function(l){return l(n,a)})};function Uk(t){var n;if(!(t!=null&&(n=t.ownerDocument)!==null&&n!==void 0&&n.createRange))return!0;var a=t.ownerDocument.createRange();return a.setStart(t,0),a.setEnd(t,t.childNodes.length),a.getClientRects().length===0}function zk(t){var n=Array.from(t.parentNode.childNodes),a=t.textContent.trim(),l=/[.!?:;](?![.!?:;])/g;if(a.length===0||(a.match(l)||[]).length>=2)return!1;var s=n.slice(n.indexOf(t)+1).filter(function(d){return d.nodeName.toUpperCase()==="P"&&d.textContent.trim()!==""});return s.length!==0}var Vk=zk;function Hk(t,n){return Rn(n,{chromiumRoles:!0})!==null}var Gk=Hk;function qk(t,n){if(!Wn(t,13))return!1;var a=wt(n);if(zh["aria-haspopup"].values.includes(a)){if(Pr(n,'[role~="combobox"]'))return!1;var l=n.attr("id");if(l){var s=Go(t),d=Array.from(s.querySelectorAll('[aria-owns~="'.concat(l,'"], [aria-controls~="').concat(l,'"]'))),p=d.some(function(g){var y=hr(g.getAttribute("role"));return y.includes("combobox")});if(p)return!1}}var h=Wr(n,"*"),m=h.some(function(g){return Yo(g,!0,!0)});return!!m}var Qk=qk;function Wk(t){return z1(t)&&ks(t)}var Zk=Wk;function Jk(t,n){var a=ft(n);return["treegrid","grid","table"].includes(a)}function Xk(t,n){return Yk.every(function(a){return a(t,n)})}var Yk=[function(t,n){return Ag(n)},function(t,n){return Kk(n)},function(t,n){return!Ad(t,n)},function(t,n){return Ut(n)},function(t,n){return On(n)||!$k(n)},function(t){return!U1(t,{noLengthCompare:!0})}];function Ag(t){return Tn(t)==="widget"}function Kk(t){return t.props.nodeName!=="area"}var $k=an(function t(n){return n!=null&&n.parent?Ag(n.parent)&&On(n.parent)?!0:t(n.parent):!1});function eS(t){return t.ownerDocument.defaultView.self===t.ownerDocument.defaultView.top}var tS=eS;function rS(t){var n=$a(t.getAttribute("lang")),a=$a(t.getAttribute("xml:lang"));return qs(n)&&qs(a)}var nS=rS,aS={"abstractrole-evaluate":vC,"accesskeys-after":fA,"accesskeys-evaluate":hA,"alt-space-value-evaluate":TA,"aria-allowed-attr-evaluate":yC,"aria-allowed-attr-matches":bj,"aria-allowed-role-evaluate":bC,"aria-allowed-role-matches":Cj,"aria-busy-evaluate":wC,"aria-errormessage-evaluate":_C,"aria-has-attr-matches":Aj,"aria-hidden-body-evaluate":DC,"aria-hidden-focus-matches":Ej,"aria-label-evaluate":ME,"aria-labelledby-evaluate":NE,"aria-level-evaluate":jC,"aria-prohibited-attr-evaluate":kC,"aria-required-attr-evaluate":FC,"aria-required-children-evaluate":PC,"aria-required-children-matches":kj,"aria-required-parent-evaluate":UC,"aria-required-parent-matches":Fj,"aria-roledescription-evaluate":VC,"aria-unsupported-attr-evaluate":GC,"aria-valid-attr-evaluate":QC,"aria-valid-attr-value-evaluate":WC,"attr-non-space-content-evaluate":$_,"autocomplete-appropriate-evaluate":J_,"autocomplete-matches":Rj,"autocomplete-valid-evaluate":Y_,"avoid-inline-spacing-evaluate":UE,"bypass-matches":Tj,"caption-evaluate":wD,"caption-faked-evaluate":nj,"color-contrast-evaluate":L_,"color-contrast-matches":Pj,"css-orientation-lock-evaluate":SD,"data-table-large-matches":zj,"data-table-matches":Hj,"deprecatedrole-evaluate":JC,"dlitem-evaluate":uD,"doc-has-title-evaluate":VE,"duplicate-id-active-matches":qj,"duplicate-id-after":RE,"duplicate-id-aria-matches":Wj,"duplicate-id-evaluate":OE,"duplicate-id-misc-matches":Jj,"duplicate-img-label-evaluate":PA,"exists-evaluate":GE,"explicit-evaluate":LA,"fallbackrole-evaluate":KC,"focusable-content-evaluate":gA,"focusable-disabled-evaluate":yA,"focusable-element-evaluate":bA,"focusable-modal-open-evaluate":CA,"focusable-no-name-evaluate":AA,"focusable-not-tabbable-evaluate":EA,"frame-focusable-content-evaluate":jA,"frame-focusable-content-matches":Yj,"frame-tested-after":_D,"frame-tested-evaluate":DD,"frame-title-has-text-matches":$j,"has-alt-evaluate":QE,"has-descendant-after":tA,"has-descendant-evaluate":nA,"has-global-aria-attribute-evaluate":e_,"has-implicit-chromium-role-matches":tk,"has-lang-evaluate":nD,"has-text-content-evaluate":aA,"has-widget-role-evaluate":r_,"heading-matches":rk,"heading-order-after":VD,"heading-order-evaluate":XD,"help-same-as-label-evaluate":zA,"hidden-content-evaluate":yj,"hidden-explicit-label-evaluate":HA,"html-namespace-matches":ik,"html5-scope-evaluate":ij,"identical-links-same-purpose-after":KD,"identical-links-same-purpose-evaluate":sE,"identical-links-same-purpose-matches":lk,"implicit-evaluate":qA,"inline-style-property-evaluate":WE,"inserted-into-focus-order-matches":uk,"internal-link-present-evaluate":cE,"invalid-children-evaluate":cD,"invalidrole-evaluate":a_,"is-element-focusable-evaluate":o_,"is-initiator-matches":Cg,"is-on-screen-evaluate":XE,"is-visible-matches":ck,"is-visible-on-screen-matches":dk,"label-content-name-mismatch-evaluate":WA,"label-content-name-mismatch-matches":pk,"label-matches":mk,"landmark-has-body-context-matches":vk,"landmark-is-top-level-evaluate":SA,"landmark-is-unique-after":$A,"landmark-is-unique-evaluate":tD,"landmark-unique-matches":xk,"layout-table-matches":wk,"link-in-text-block-evaluate":G_,"link-in-text-block-matches":_k,"link-in-text-block-style-evaluate":W_,"listitem-evaluate":pD,"matches-definition-evaluate":oA,"meta-refresh-evaluate":pE,"meta-viewport-scale-evaluate":BD,"multiple-label-evaluate":JA,"nested-interactive-matches":Dk,"no-autoplay-audio-evaluate":jD,"no-autoplay-audio-matches":jk,"no-empty-role-matches":Sk,"no-explicit-name-required-matches":_g,"no-focusable-content-evaluate":FA,"no-implicit-explicit-label-evaluate":s_,"no-naming-method-matches":Rk,"no-negative-tabindex-matches":Ok,"no-role-matches":Mk,"non-empty-if-present-evaluate":KE,"not-html-matches":Nk,"object-is-loaded-matches":Lk,"only-dlitems-evaluate":mD,"only-listitems-evaluate":vD,"p-as-heading-evaluate":vE,"p-as-heading-matches":Vk,"page-no-duplicate-after":sA,"page-no-duplicate-evaluate":cA,"presentation-role-conflict-matches":Gk,"presentational-role-evaluate":$E,"region-after":xE,"region-evaluate":CE,"same-caption-summary-evaluate":oj,"scope-value-evaluate":cj,"scrollable-region-focusable-matches":Qk,"skip-link-evaluate":EE,"skip-link-matches":Zk,"structured-dlitems-evaluate":xD,"svg-namespace-matches":Ad,"svg-non-empty-title-evaluate":tj,"tabindex-evaluate":IA,"table-or-grid-role-matches":Jk,"target-offset-evaluate":ID,"target-size-evaluate":TD,"td-has-header-evaluate":fj,"td-headers-attr-evaluate":hj,"th-has-data-cells-evaluate":gj,"title-only-evaluate":YA,"unique-frame-title-after":kE,"unique-frame-title-evaluate":FE,"unsupportedrole-evaluate":c_,"valid-lang-evaluate":iD,"valid-scrollable-semantics-evaluate":g_,"widget-not-inline-matches":Xk,"window-is-top-matches":tS,"xml-lang-mismatch-evaluate":lD,"xml-lang-mismatch-matches":nS},Ks=aS;function iS(t){this.id=t.id,this.data=null,this.relatedNodes=[],this.result=null}var Dd=iS;function Ed(t){if(typeof t=="string"){if(Ks[t])return Ks[t];if(/^\s*function[\s\w]*\(/.test(t))return new Function("return "+t+";")();throw new ReferenceError("Function ID does not exist in the metadata-function-map: ".concat(t))}return t}function Dg(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return(Array.isArray(t)||de(t)!=="object")&&(t={value:t}),t}function Hi(t){t&&(this.id=t.id,this.configure(t))}Hi.prototype.enabled=!0,Hi.prototype.run=function(n,a,l,s,d){a=a||{};var p=a.hasOwnProperty("enabled")?a.enabled:this.enabled,h=this.getOptions(a.options);if(p){var m=new Dd(this),g=Hc(m,a,s,d),y;try{y=this.evaluate.call(g,n.actualNode,h,n,l)}catch(w){n&&n.actualNode&&(w.errorNode=new vn(n).toJSON()),d(w);return}g.isAsync||(m.result=y,s(m))}else s(null)},Hi.prototype.runSync=function(n,a,l){a=a||{};var s=a,d=s.enabled,p=d===void 0?this.enabled:d;if(!p)return null;var h=this.getOptions(a.options),m=new Dd(this),g=Hc(m,a);g.async=function(){throw new Error("Cannot run async check while in a synchronous run")};var y;try{y=this.evaluate.call(g,n.actualNode,h,n,l)}catch(w){throw n&&n.actualNode&&(w.errorNode=new vn(n).toJSON()),w}return m.result=y,m},Hi.prototype.configure=function(n){var a=this;(!n.evaluate||Ks[n.evaluate])&&(this._internalCheck=!0),n.hasOwnProperty("enabled")&&(this.enabled=n.enabled),n.hasOwnProperty("options")&&(this._internalCheck?this.options=Dg(n.options):this.options=n.options),["evaluate","after"].filter(function(l){return n.hasOwnProperty(l)}).forEach(function(l){return a[l]=Ed(n[l])})},Hi.prototype.getOptions=function(n){return this._internalCheck?i1(this.options,Dg(n||{})):n||this.options};var Eg=Hi;function oS(t){this.id=t.id,this.result=Ke.NA,this.pageLevel=t.pageLevel,this.impact=null,this.nodes=[]}var $s=oS;function Zr(t,n){this._audit=n,this.id=t.id,this.selector=t.selector||"*",t.impact&&(mt(Ke.impact.includes(t.impact),"Impact ".concat(t.impact," is not a valid impact")),this.impact=t.impact),this.excludeHidden=typeof t.excludeHidden=="boolean"?t.excludeHidden:!0,this.enabled=typeof t.enabled=="boolean"?t.enabled:!0,this.pageLevel=typeof t.pageLevel=="boolean"?t.pageLevel:!1,this.reviewOnFail=typeof t.reviewOnFail=="boolean"?t.reviewOnFail:!1,this.any=t.any||[],this.all=t.all||[],this.none=t.none||[],this.tags=t.tags||[],this.preload=!!t.preload,this.actIds=t.actIds,t.matches&&(this.matches=Ed(t.matches))}Zr.prototype.matches=function(){return!0},Zr.prototype.gather=function(n){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},l="mark_gather_start_"+this.id,s="mark_gather_end_"+this.id,d="mark_isVisibleToScreenReaders_start_"+this.id,p="mark_isVisibleToScreenReaders_end_"+this.id;a.performanceTimer&&Jt.mark(l);var h=ld(this.selector,n);return this.excludeHidden&&(a.performanceTimer&&Jt.mark(d),h=h.filter(function(m){return zt(m)}),a.performanceTimer&&(Jt.mark(p),Jt.measure("rule_"+this.id+"#gather_axe.utils.isVisibleToScreenReaders",d,p))),a.performanceTimer&&(Jt.mark(s),Jt.measure("rule_"+this.id+"#gather",l,s)),h},Zr.prototype.runChecks=function(n,a,l,s,d,p){var h=this,m=Bn();this[n].forEach(function(g){var y=h._audit.checks[g.id||g],w=zs(y,h.id,l);m.defer(function(C,A){y.run(a,w,s,C,A)})}),m.then(function(g){g=g.filter(function(y){return y}),d({type:n,results:g})}).catch(p)},Zr.prototype.runChecksSync=function(n,a,l,s){var d=this,p=[];return this[n].forEach(function(h){var m=d._audit.checks[h.id||h],g=zs(m,d.id,l);p.push(m.runSync(a,g,s))}),p=p.filter(function(h){return h}),{type:n,results:p}},Zr.prototype.run=function(n){var a=this,l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=arguments.length>2?arguments[2]:void 0,d=arguments.length>3?arguments[3]:void 0;l.performanceTimer&&this._trackPerformance();var p=Bn(),h=new $s(this),m;try{m=this.gatherAndMatchNodes(n,l)}catch(g){d(new v({cause:g,ruleId:this.id}));return}l.performanceTimer&&this._logGatherPerformance(m),m.forEach(function(g){p.defer(function(y,w){var C=Bn();["any","all","none"].forEach(function(A){C.defer(function(j,N){a.runChecks(A,g,l,n,j,N)})}),C.then(function(A){var j=jg(A);j&&(j.node=new vn(g,l),h.nodes.push(j),a.reviewOnFail&&(["any","all"].forEach(function(N){j[N].forEach(function(z){z.result===!1&&(z.result=void 0)})}),j.none.forEach(function(N){N.result===!0&&(N.result=void 0)}))),y()}).catch(function(A){return w(A)})})}),p.defer(function(g){return setTimeout(g,0)}),l.performanceTimer&&this._logRulePerformance(),p.then(function(){return s(h)}).catch(function(g){return d(g)})},Zr.prototype.runSync=function(n){var a=this,l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};l.performanceTimer&&this._trackPerformance();var s=new $s(this),d;try{d=this.gatherAndMatchNodes(n,l)}catch(p){throw new v({cause:p,ruleId:this.id})}return l.performanceTimer&&this._logGatherPerformance(d),d.forEach(function(p){var h=[];["any","all","none"].forEach(function(g){h.push(a.runChecksSync(g,p,l,n))});var m=jg(h);m&&(m.node=p.actualNode?new vn(p,l):null,s.nodes.push(m),a.reviewOnFail&&(["any","all"].forEach(function(g){m[g].forEach(function(y){y.result===!1&&(y.result=void 0)})}),m.none.forEach(function(g){g.result===!0&&(g.result=void 0)})))}),l.performanceTimer&&this._logRulePerformance(),s},Zr.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},Zr.prototype._logGatherPerformance=function(n){qa("gather (",n.length,"):",Jt.timeElapsed()+"ms"),Jt.mark(this._markChecksStart)},Zr.prototype._logRulePerformance=function(){Jt.mark(this._markChecksEnd),Jt.mark(this._markEnd),Jt.measure("runchecks_"+this.id,this._markChecksStart,this._markChecksEnd),Jt.measure("rule_"+this.id,this._markStart,this._markEnd)};function jg(t){if(t.length){var n=!1,a={};return t.forEach(function(l){var s=l.results.filter(function(d){return d});a[l.type]=s,s.length&&(n=!0)}),n?a:null}}Zr.prototype.gatherAndMatchNodes=function(n,a){var l=this,s="mark_matches_start_"+this.id,d="mark_matches_end_"+this.id,p=this.gather(n,a);return a.performanceTimer&&Jt.mark(s),p=p.filter(function(h){return l.matches(h.actualNode,h,n)}),a.performanceTimer&&(Jt.mark(d),Jt.measure("rule_"+this.id+"#matches",s,d)),p};function lS(t){return As(t).map(function(n){var a=t._audit.checks[n.id||n];return a&&typeof a.after=="function"?a:null}).filter(Boolean)}function sS(t,n){var a=[];return t.forEach(function(l){var s=As(l);s.forEach(function(d){d.id===n&&(d.node=l.node,a.push(d))})}),a}function uS(t){return t.filter(function(n){return n.filtered!==!0})}function cS(t){var n=["any","all","none"],a=t.nodes.filter(function(l){var s=0;return n.forEach(function(d){l[d]=uS(l[d]),s+=l[d].length}),s>0});return t.pageLevel&&a.length&&(a=[a.reduce(function(l,s){if(l)return n.forEach(function(d){l[d].push.apply(l[d],s[d])}),l})]),a}Zr.prototype.after=function(n,a){var l=this,s=lS(this),d=this.id;return s.forEach(function(p){var h=sS(n.nodes,p.id),m=zs(p,d,a),g=p.after(h,m);l.reviewOnFail&&g.forEach(function(y){var w=(l.any.includes(y.id)||l.all.includes(y.id))&&y.result===!1,C=l.none.includes(y.id)&&y.result===!0;(w||C)&&(y.result=void 0)}),h.forEach(function(y){delete y.node,g.indexOf(y)===-1&&(y.filtered=!0)})}),n.nodes=cS(n),n},Zr.prototype.configure=function(n){n.hasOwnProperty("selector")&&(this.selector=n.selector),n.hasOwnProperty("excludeHidden")&&(this.excludeHidden=typeof n.excludeHidden=="boolean"?n.excludeHidden:!0),n.hasOwnProperty("enabled")&&(this.enabled=typeof n.enabled=="boolean"?n.enabled:!0),n.hasOwnProperty("pageLevel")&&(this.pageLevel=typeof n.pageLevel=="boolean"?n.pageLevel:!1),n.hasOwnProperty("reviewOnFail")&&(this.reviewOnFail=typeof n.reviewOnFail=="boolean"?n.reviewOnFail:!1),n.hasOwnProperty("any")&&(this.any=n.any),n.hasOwnProperty("all")&&(this.all=n.all),n.hasOwnProperty("none")&&(this.none=n.none),n.hasOwnProperty("tags")&&(this.tags=n.tags),n.hasOwnProperty("actIds")&&(this.actIds=n.actIds),n.hasOwnProperty("matches")&&(this.matches=Ed(n.matches)),n.impact&&(mt(Ke.impact.includes(n.impact),"Impact ".concat(n.impact," is not a valid impact")),this.impact=n.impact)};var kg=Zr,Gi=Nt(Bp()),qi=/\{\{.+?\}\}/g;function Sg(){if(i.origin)return i.origin;if(i.location&&i.location.origin)return i.location.origin}function dS(t){var n;if(t?(n=Gn(t),n.commons=t.commons):n={},n.reporter=n.reporter||null,n.noHtml=n.noHtml||!1,!n.allowedOrigins){var a=Sg();n.allowedOrigins=a?[a]:[]}return n.rules=n.rules||[],n.checks=n.checks||[],n.data=De({checks:{},rules:{}},n.data),n}function Fg(t,n,a){var l,s;for(l=0,s=t.length;l0&&arguments[0]!==void 0?arguments[0]:null,s=(f.version.match(/^[1-9][0-9]*\.[0-9]+/)||["x.y"])[0];this.rules.forEach(function(d){a.data.rules[d.id]||(a.data.rules[d.id]={});var p=a.data.rules[d.id];(typeof p.helpUrl!="string"||l&&p.helpUrl===Rg(l,d.id,s))&&(p.helpUrl=Rg(a,d.id,s))})}},{key:"resetRulesAndChecks",value:function(){this._init(),this._resetLocale()}}]),t}();function vS(t,n,a){var l={now:[],later:[]},s=t.reduce(function(d,p){return g2(p,n,a)?p.preload?(d.later.push(p),d):(d.now.push(p),d):d},l);return s}function Bg(t,n,a){return a.performanceTimer&&Jt.mark("mark_rule_start_"+t.id),function(l,s){t.run(n,a,function(d){l(d)},function(d){if(a.debug)s(d);else{var p=Object.assign(new $s(t),{result:Ke.CANTTELL,description:"An error occured while running this rule",message:d.message,stack:d.stack,error:d,errorNode:d.errorNode});l(p)}})}}function Rg(t,n,a){var l=t.brand,s=t.application,d=t.lang;return Ke.helpUrlBase+l+"/"+(a||f.version.substring(0,f.version.lastIndexOf(".")))+"/"+n+"?application="+encodeURIComponent(s)+(d&&d!=="en"?"&lang="+encodeURIComponent(d):"")}var Ig=gS;function yS(t){var n=i&&"Node"in i&&"NodeList"in i,a=!!c;if(!(n&&a)){if(!t||!t.ownerDocument)throw new Error('Required "window" or "document" globals not defined and cannot be deduced from the context. Either set the globals before running or pass in a valid Element.');a||(rt.set("globalDocumentSet",!0),c=t.ownerDocument),n||(rt.set("globalWindowSet",!0),i=c.defaultView)}}function jd(){rt.get("globalDocumentSet")&&(rt.set("globalDocumentSet",!1),c=null),rt.get("globalWindowSet")&&(rt.set("globalWindowSet",!1),i=null)}function xS(){jd(),f._memoizedFns.forEach(function(t){return t.clear()}),rt.clear(),f._tree=void 0,f._selectorData=void 0,f._selectCache=void 0}var wa=xS;function bS(t,n,a,l){try{t=new Vs(t),f._tree=t.flatTree,f._selectorData=vs(t.flatTree)}catch(p){return wa(),l(p)}var s=Bn(),d=f._audit;n.performanceTimer&&Jt.auditStart(),t.frames.length&&n.iframes!==!1&&s.defer(function(p,h){ch(t,n,"rules",null,p,h)}),s.defer(function(p,h){d.run(t,n,p,h)}),s.then(function(p){try{n.performanceTimer&&Jt.auditEnd();var h=Ds(p.map(function(m){return{results:m}}));t.initiator&&(h=d.after(h,n),h.forEach(Hs),h=h.map(Po));try{a(h,wa)}catch(m){wa(),qa(m)}}catch(m){wa(),l(m)}}).catch(function(p){wa(),l(p)})}var Og=bS;function wS(t,n,a){var l=a,s=function(m){m instanceof Error||(m=new Error(m)),a(m)},d=t&&t.context||{};d.hasOwnProperty("include")&&!d.include.length&&(d.include=[c]);var p=t&&t.options||{};switch(t.command){case"rules":return Og(d,p,function(h,m){l(h),m()},s);case"cleanup-plugin":return j2(l,s);default:if(f._audit&&f._audit.commands&&f._audit.commands[t.command])return f._audit.commands[t.command](t,a)}}i.top!==i&&(yn.subscribe("axe.start",wS),yn.subscribe("axe.ping",function(t,n,a){a({axe:!0})}));function CS(t){f._audit=new Ig(t)}var _S=CS;function il(t){this._run=t.run,this._collect=t.collect,this._registry={},t.commands.forEach(function(n){f._audit.registerCommand(n)})}il.prototype.run=function(){return this._run.apply(this,arguments)},il.prototype.collect=function(){return this._collect.apply(this,arguments)},il.prototype.cleanup=function(n){var a=f.utils.queue(),l=this;Object.keys(this._registry).forEach(function(s){a.defer(function(d){l._registry[s].cleanup(d)})}),a.then(n)},il.prototype.add=function(n){this._registry[n.id]=n};function AS(t){f.plugins[t.id]=new il(t)}var DS=AS;function ES(){var t=f._audit;if(!t)throw new Error("No audit configured");t.resetRulesAndChecks(),$9()}var jS=ES;function kS(t,n){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};a.reporter=a.reporter||f._audit.reporter||"v1",f._selectorData={},n instanceof Ze||(n=new A2(n));var l=Km(t);if(!l)throw new Error("unknown rule `"+t+"`");l=Object.create(l,{excludeHidden:{value:!1}});var s={initiator:!0,include:[n],exclude:[],frames:[],page:!1,focusable:!0,size:{},flatTree:[]},d=l.runSync(s,a);Hs(d),Po(d);var p=Mp([d]);return p.violations.forEach(function(h){return h.nodes.forEach(function(m){m.failureSummary=J1(m)})}),De({},xa(),p,{toolOptions:a})}function Tg(t){var n,a,l,s=ze(t,3),d=s[0],p=s[1],h=s[2],m=new TypeError("axe.run arguments are invalid");if(!kb(d)){if(h!==void 0)throw m;h=p,p=d,d=c}if(de(p)!=="object"){if(h!==void 0)throw m;h=p,p={}}if(typeof h!="function"&&h!==void 0)throw m;return p=Gn(p),p.reporter=(n=(a=p.reporter)!==null&&a!==void 0?a:(l=f._audit)===null||l===void 0?void 0:l.reporter)!==null&&n!==void 0?n:"v1",{context:d,options:p,callback:h}}var eu=function(){};function SS(){for(var t=arguments.length,n=new Array(t),a=0;a1&&arguments[1]!==void 0?arguments[1]:{};s=Gn(s);var d=t.find(function(m){return m.environmentData})||{},p=d.environmentData;f._audit.normalizeOptions(s),s.reporter=(n=(a=s.reporter)!==null&&a!==void 0?a:(l=f._audit)===null||l===void 0?void 0:l.reporter)!==null&&n!==void 0?n:"v1",MS(t);var h=Ds(t);return h=f._audit.after(h,s),h.forEach(Hs),h=h.map(Po),NS(h,De({environmentData:p},s))}function MS(t){var n=[],a=Zt(t),l;try{for(a.s();!(l=a.n()).done;){var s=l.value,d=n.shift();if(s){s.frameSpec=d??null;var p=PS(s);n.unshift.apply(n,$(p))}}}catch(h){a.e(h)}finally{a.f()}}function PS(t){var n=t.frames,a=t.frameSpec;return a?n.map(function(l){return vn.mergeSpecs(l,a)}):n}function NS(t,n){return new Promise(function(a){var l=cd(n.reporter);l(t,n,a)})}function LS(t){if(f._tree)throw new Error("Axe is already setup. Call `axe.teardown()` before calling `axe.setup` again.");return f._tree=Z1(t),f._selectorData=vs(f._tree),f._tree[0]}var US=LS,zS=function(n,a,l){console.warn('"na" reporter will be deprecated in axe v4.0. Use the "v2" reporter instead.'),typeof a=="function"&&(l=a,a={});var s=a,d=s.environmentData,p=We(s,R);l(De({},xa(d),{toolOptions:p},$o(n,a)))},VS=zS,HS=function(n,a,l){typeof a=="function"&&(l=a,a={});var s=a,d=s.environmentData,p=We(s,E);a.resultTypes=["violations"];var h=$o(n,a),m=h.violations;l(De({},xa(d),{toolOptions:p,violations:m}))},GS=HS,qS=function(n,a,l){if(typeof a=="function"&&(l=a,a={}),!n||!Array.isArray(n))return l(n);var s=n.map(function(d){for(var p=De({},d),h=["passes","violations","incomplete","inapplicable"],m=0,g=h;m elements of image maps have alternate text",help:"Active elements must have alternate text"},"aria-allowed-attr":{description:"Ensures ARIA attributes are allowed for an element's role",help:"Elements must only use allowed ARIA attributes"},"aria-allowed-role":{description:"Ensures role attribute has an appropriate value for the element",help:"ARIA role should be appropriate for the element"},"aria-command-name":{description:"Ensures every ARIA button, link and menuitem has an accessible name",help:"ARIA commands must have an accessible name"},"aria-dialog-name":{description:"Ensures every ARIA dialog and alertdialog node has an accessible name",help:"ARIA dialog and alertdialog nodes should have an accessible name"},"aria-hidden-body":{description:"Ensures aria-hidden='true' is not present on the document body.",help:"aria-hidden='true' must not be present on the document body"},"aria-hidden-focus":{description:"Ensures aria-hidden elements are not focusable nor contain focusable elements",help:"ARIA hidden element must not be focusable or contain focusable elements"},"aria-input-field-name":{description:"Ensures every ARIA input field has an accessible name",help:"ARIA input fields must have an accessible name"},"aria-meter-name":{description:"Ensures every ARIA meter node has an accessible name",help:"ARIA meter nodes must have an accessible name"},"aria-progressbar-name":{description:"Ensures every ARIA progressbar node has an accessible name",help:"ARIA progressbar nodes must have an accessible name"},"aria-required-attr":{description:"Ensures elements with ARIA roles have all required ARIA attributes",help:"Required ARIA attributes must be provided"},"aria-required-children":{description:"Ensures elements with an ARIA role that require child roles contain them",help:"Certain ARIA roles must contain particular children"},"aria-required-parent":{description:"Ensures elements with an ARIA role that require parent roles are contained by them",help:"Certain ARIA roles must be contained by particular parents"},"aria-roledescription":{description:"Ensure aria-roledescription is only used on elements with an implicit or explicit role",help:"aria-roledescription must be on elements with a semantic role"},"aria-roles":{description:"Ensures all elements with a role attribute use a valid value",help:"ARIA roles used must conform to valid values"},"aria-text":{description:'Ensures "role=text" is used on elements with no focusable descendants',help:'"role=text" should have no focusable descendants'},"aria-toggle-field-name":{description:"Ensures every ARIA toggle field has an accessible name",help:"ARIA toggle fields must have an accessible name"},"aria-tooltip-name":{description:"Ensures every ARIA tooltip node has an accessible name",help:"ARIA tooltip nodes must have an accessible name"},"aria-treeitem-name":{description:"Ensures every ARIA treeitem node has an accessible name",help:"ARIA treeitem nodes should have an accessible name"},"aria-valid-attr-value":{description:"Ensures all ARIA attributes have valid values",help:"ARIA attributes must conform to valid values"},"aria-valid-attr":{description:"Ensures attributes that begin with aria- are valid ARIA attributes",help:"ARIA attributes must conform to valid names"},"audio-caption":{description:"Ensures