Files
developer-roadmap/_next/static/chunks/pages/_app-981db2c906b1d6be.js
Kamran Ahmed 066c2e298b Updates
2022-06-14 12:27:29 +00:00

1 line
174 KiB
JavaScript

(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[888],{20949:function(e,r,t){"use strict";t.d(r,{SG:function(){return y},If:function(){return v}});var n=t(85393),o=t(15031),a=t(67294);var i="chakra-ui-light",s="chakra-ui-dark",l={classList:{add:o.ZT,remove:o.ZT}};function c(e,r){var t=function(e){return o.jU?e.body:l}(r);t.classList.add(e?s:i),t.classList.remove(e?i:s)}var u="(prefers-color-scheme: dark)";function d(e){var r;return(null!=(r=function(e){var r=null==window.matchMedia?void 0:window.matchMedia(e);if(r)return!!r.media===r.matches}(u))?r:"dark"===e)?"dark":"light"}var f=function(){return document.documentElement.style.getPropertyValue("--chakra-ui-color-mode")},p=function(e){o.jU&&document.documentElement.style.setProperty("--chakra-ui-color-mode",e)},h=function(){return"undefined"!==typeof Storage},m="chakra-ui-color-mode",g={get:function(e){if(!h())return e;try{var r=localStorage.getItem(m);return null!=r?r:e}catch(t){return o.Ts&&console.log(t),e}},set:function(e){if(h())try{localStorage.setItem(m,e)}catch(r){o.Ts&&console.log(r)}},type:"localStorage"},b=a.createContext({});o.Ts&&(b.displayName="ColorModeContext");var v=function(){var e=a.useContext(b);if(void 0===e)throw new Error("useColorMode must be used within a ColorModeProvider");return e};function y(e){var r=e.value,t=e.children,i=e.options,s=i.useSystemColorMode,l=i.initialColorMode,h=e.colorModeManager,m=void 0===h?g:h,v="dark"===l?"dark":"light",y=a.useState("cookie"===m.type?m.get(v):v),x=y[0],w=y[1],k=(0,n.O)().document;a.useEffect((function(){if(o.jU&&"localStorage"===m.type){var e=d(v);if(s)return w(e);var r=f(),t=m.get();return w(r?r:t||("system"===l?e:v))}}),[m,s,v,l]),a.useEffect((function(){var e="dark"===x;c(e,k),p(e?"dark":"light")}),[x,k]);var S=a.useCallback((function(e,r){if(void 0===r&&(r=!1),r){if(m.get()&&!s)return}else m.set(e);w(e)}),[m,s]),_=a.useCallback((function(){S("light"===x?"dark":"light")}),[x,S]);a.useEffect((function(){var e,r=s||"system"===l;return r&&(e=function(e){if(!("matchMedia"in window))return o.ZT;var r=window.matchMedia(u),t=function(){e(r.matches?"dark":"light",!0)};return r.addEventListener("change",t),function(){r.removeEventListener("change",t)}}(S)),function(){e&&r&&e()}}),[S,s,l]);var C=a.useMemo((function(){return{colorMode:null!=r?r:x,toggleColorMode:r?o.ZT:_,setColorMode:r?o.ZT:S}}),[x,S,_,r]);return a.createElement(b.Provider,{value:C},t)}o.Ts&&(y.displayName="ColorModeProvider");o.Ts;o.Ts},97375:function(e,r,t){"use strict";t.d(r,{vc:function(){return d},kt:function(){return a},qY:function(){return p},OR:function(){return h},NW:function(){return g},Me:function(){return f},qq:function(){return v},Gw:function(){return i}});var n=t(67294),o=t(15031);t(20640);function a(e){void 0===e&&(e=!1);var r=(0,n.useState)(e),t=r[0],o=r[1];return[t,{on:(0,n.useCallback)((function(){o(!0)}),[]),off:(0,n.useCallback)((function(){o(!1)}),[]),toggle:(0,n.useCallback)((function(){o((function(e){return!e}))}),[])}]}var i=o.jU?n.useLayoutEffect:n.useEffect;function s(e,r){void 0===r&&(r=[]);var t=n.useRef(e);return i((function(){t.current=e})),n.useCallback((function(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return null==t.current?void 0:t.current.apply(t,r)}),r)}function l(){return(l=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(this,arguments)}var c={current:1},u=n.createContext(c),d=n.memo((function(e){var r=e.children;return n.createElement(u.Provider,{value:{current:1}},r)}));function f(e,r){var t=n.useContext(u),o=n.useState(t.current),a=o[0],i=o[1];return n.useEffect((function(){i(function(e){return e.current++}(t))}),[t]),n.useMemo((function(){return e||[r,a].filter(Boolean).join("-")}),[e,r,a])}function p(e){void 0===e&&(e={});var r=e,t=r.onClose,a=r.onOpen,i=r.isOpen,c=r.id,u=s(a),d=s(t),p=n.useState(e.defaultIsOpen||!1),h=p[0],m=p[1],g=function(e,r){var t=void 0!==e;return[t,t&&"undefined"!==typeof e?e:r]}(i,h),b=g[0],v=g[1],y=f(c,"disclosure"),x=n.useCallback((function(){b||m(!1),null==d||d()}),[b,d]),w=n.useCallback((function(){b||m(!0),null==u||u()}),[b,u]),k=n.useCallback((function(){(v?x:w)()}),[v,w,x]);return{isOpen:!!v,onOpen:w,onClose:x,onToggle:k,isControlled:b,getButtonProps:function(e){return void 0===e&&(e={}),l({},e,{"aria-expanded":"true","aria-controls":y,onClick:(0,o.v0)(e.onClick,k)})},getDisclosureProps:function(e){return void 0===e&&(e={}),l({},e,{hidden:!v,id:y})}}}function h(e,r,t,a){var i=s(r);return n.useEffect((function(){var r,n=null!=(r=(0,o.Pu)(t))?r:document;return n.addEventListener(e,i,a),function(){n.removeEventListener(e,i,a)}}),[e,t,a,i]),function(){var r;(null!=(r=(0,o.Pu)(t))?r:document).removeEventListener(e,i,a)}}function m(e,r){return void 0===r&&(r=[]),n.useEffect((function(){return function(){return e()}}),r)}function g(){var e=n.useRef(!1),r=n.useState(0),t=r[0],o=r[1];return m((function(){e.current=!0})),n.useCallback((function(){e.current||o(t+1)}),[t])}function b(e,r){if(null!=e)if("function"!==typeof e)try{e.current=r}catch(t){throw new Error("Cannot assign value '"+r+"' to ref '"+e+"'")}else e(r)}function v(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return n.useMemo((function(){return r.every((function(e){return null==e}))?null:function(e){r.forEach((function(r){r&&b(r,e)}))}}),r)}},25115:function(e,r,t){"use strict";t.d(r,{Ct:function(){return b},xu:function(){return x},EK:function(){return C},W2:function(){return A},iz:function(){return B},kC:function(){return j},X6:function(){return O},rU:function(){return L},aV:function(){return U},DE:function(){return K},HC:function(){return Z},MI:function(){return J},Kq:function(){return ae},cX:function(){return ne},xv:function(){return ce},QI:function(){return Y},gC:function(){return se}});var n=t(42846),o=t(94244),a=t(15031),i=t(67294);function s(){return(s=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(this,arguments)}var l=["as","viewBox","color","focusable","children","className","__css"],c={path:i.createElement("g",{stroke:"currentColor",strokeWidth:"1.5"},i.createElement("path",{strokeLinecap:"round",fill:"none",d:"M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"}),i.createElement("path",{fill:"currentColor",strokeLinecap:"round",d:"M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"}),i.createElement("circle",{fill:"none",strokeMiterlimit:"10",cx:"12",cy:"12",r:"11.25"})),viewBox:"0 0 24 24"},u=(0,n.Gp)((function(e,r){var t=e.as,o=e.viewBox,u=e.color,d=void 0===u?"currentColor":u,f=e.focusable,p=void 0!==f&&f,h=e.children,m=e.className,g=e.__css,b=function(e,r){if(null==e)return{};var t,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)t=a[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,l),v={ref:r,focusable:p,className:(0,a.cx)("chakra-icon",m),__css:s({w:"1em",h:"1em",display:"inline-block",lineHeight:"1em",flexShrink:0,color:d},g)},y=null!=o?o:c.viewBox;if(t&&"string"!==typeof t)return i.createElement(n.m$.svg,s({as:t},v,b));var x=null!=h?h:c.path;return i.createElement(n.m$.svg,s({verticalAlign:"middle",viewBox:y},v,b),x)}));a.Ts&&(u.displayName="Icon");var d=t(26450);function f(){return(f=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(this,arguments)}function p(e,r){if(null==e)return{};var t,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)t=a[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}var h=["ratio","children","className"],m=(0,n.Gp)((function(e,r){var t=e.ratio,o=void 0===t?4/3:t,s=e.children,l=e.className,c=p(e,h),u=i.Children.only(s),d=(0,a.cx)("chakra-aspect-ratio",l);return i.createElement(n.m$.div,f({ref:r,position:"relative",className:d,_before:{height:0,content:'""',display:"block",paddingBottom:(0,a.XQ)(o,(function(e){return 1/e*100+"%"}))},__css:{"& > *:not(style)":{overflow:"hidden",position:"absolute",top:"0",right:"0",bottom:"0",left:"0",display:"flex",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"},"& > img, & > video":{objectFit:"cover"}}},c),u)}));a.Ts&&(m.displayName="AspectRatio");var g=["className"],b=(0,n.Gp)((function(e,r){var t=(0,n.mq)("Badge",e),o=(0,n.Lr)(e);o.className;var s=p(o,g);return i.createElement(n.m$.span,f({ref:r,className:(0,a.cx)("chakra-badge",e.className)},s,{__css:f({display:"inline-block",whiteSpace:"nowrap",verticalAlign:"middle"},t)}))}));a.Ts&&(b.displayName="Badge");var v=["size","centerContent"],y=["size"],x=(0,n.m$)("div");a.Ts&&(x.displayName="Box");var w=(0,n.Gp)((function(e,r){var t=e.size,n=e.centerContent,o=void 0===n||n,a=p(e,v),s=o?{display:"flex",alignItems:"center",justifyContent:"center"}:{};return i.createElement(x,f({ref:r,boxSize:t,__css:f({},s,{flexShrink:0,flexGrow:0})},a))}));a.Ts&&(w.displayName="Square");var k=(0,n.Gp)((function(e,r){var t=e.size,n=p(e,y);return i.createElement(w,f({size:t,ref:r,borderRadius:"9999px"},n))}));a.Ts&&(k.displayName="Circle");var S=(0,n.m$)("div",{baseStyle:{display:"flex",alignItems:"center",justifyContent:"center"}});a.Ts&&(S.displayName="Center");var _=["className"],C=(0,n.Gp)((function(e,r){var t=(0,n.mq)("Code",e),o=(0,n.Lr)(e);o.className;var s=p(o,_);return i.createElement(n.m$.code,f({ref:r,className:(0,a.cx)("chakra-code",e.className)},s,{__css:f({display:"inline-block"},t)}))}));a.Ts&&(C.displayName="Code");var E=["className","centerContent"],A=(0,n.Gp)((function(e,r){var t=(0,n.Lr)(e),o=t.className,s=t.centerContent,l=p(t,E),c=(0,n.mq)("Container",e);return i.createElement(n.m$.div,f({ref:r,className:(0,a.cx)("chakra-container",o)},l,{__css:f({},c,s&&{display:"flex",flexDirection:"column",alignItems:"center"})}))}));a.Ts&&(A.displayName="Container");var R=["borderLeftWidth","borderBottomWidth","borderTopWidth","borderRightWidth","borderWidth","borderStyle","borderColor"],T=["className","orientation","__css"],B=(0,n.Gp)((function(e,r){var t=(0,n.mq)("Divider",e),o=t.borderLeftWidth,s=t.borderBottomWidth,l=t.borderTopWidth,c=t.borderRightWidth,u=t.borderWidth,d=t.borderStyle,h=t.borderColor,m=p(t,R),g=(0,n.Lr)(e),b=g.className,v=g.orientation,y=void 0===v?"horizontal":v,x=g.__css,w=p(g,T),k={vertical:{borderLeftWidth:o||c||u||"1px",height:"100%"},horizontal:{borderBottomWidth:s||l||u||"1px",width:"100%"}};return i.createElement(n.m$.hr,f({ref:r,"aria-orientation":y},w,{__css:f({},m,{border:"0",borderColor:h,borderStyle:d},k[y],x),className:(0,a.cx)("chakra-divider",b)}))}));a.Ts&&(B.displayName="Divider");var z=["direction","align","justify","wrap","basis","grow","shrink"],j=(0,n.Gp)((function(e,r){var t=e.direction,o=e.align,a=e.justify,s=e.wrap,l=e.basis,c=e.grow,u=e.shrink,d=p(e,z),h={display:"flex",flexDirection:t,alignItems:o,justifyContent:a,flexWrap:s,flexBasis:l,flexGrow:c,flexShrink:u};return i.createElement(n.m$.div,f({ref:r,__css:h},d))}));a.Ts&&(j.displayName="Flex");var P=["area","templateAreas","gap","rowGap","columnGap","column","row","autoFlow","autoRows","templateRows","autoColumns","templateColumns"],M=(0,n.Gp)((function(e,r){var t=e.area,o=e.templateAreas,a=e.gap,s=e.rowGap,l=e.columnGap,c=e.column,u=e.row,d=e.autoFlow,h=e.autoRows,m=e.templateRows,g=e.autoColumns,b=e.templateColumns,v=p(e,P),y={display:"grid",gridArea:t,gridTemplateAreas:o,gridGap:a,gridRowGap:s,gridColumnGap:l,gridAutoColumns:g,gridColumn:c,gridRow:u,gridAutoFlow:d,gridAutoRows:h,gridTemplateRows:m,gridTemplateColumns:b};return i.createElement(n.m$.div,f({ref:r,__css:y},v))}));a.Ts&&(M.displayName="Grid");var F=["className"],O=(0,n.Gp)((function(e,r){var t=(0,n.mq)("Heading",e),o=(0,n.Lr)(e);o.className;var s=p(o,F);return i.createElement(n.m$.h2,f({ref:r,className:(0,a.cx)("chakra-heading",e.className)},s,{__css:t}))}));a.Ts&&(O.displayName="Heading");var I=["className"],W=(0,n.Gp)((function(e,r){var t=(0,n.mq)("Kbd",e),o=(0,n.Lr)(e),s=o.className,l=p(o,I);return i.createElement(n.m$.kbd,f({ref:r,className:(0,a.cx)("chakra-kbd",s)},l,{__css:f({fontFamily:"mono"},t)}))}));a.Ts&&(W.displayName="Kbd");var D=["className","isExternal"],L=(0,n.Gp)((function(e,r){var t=(0,n.mq)("Link",e),o=(0,n.Lr)(e),s=o.className,l=o.isExternal,c=p(o,D);return i.createElement(n.m$.a,f({target:l?"_blank":void 0,rel:l?"noopener noreferrer":void 0,ref:r,className:(0,a.cx)("chakra-link",s)},c,{__css:t}))}));a.Ts&&(L.displayName="Link");var N=["children","styleType","stylePosition","spacing"],H=["as"],$=["as"],G=(0,d.kr)({name:"StylesContext",errorMessage:"useStyles: `styles` is undefined. Seems you forgot to wrap the components in a `<*List />` "}),q=G[0],V=G[1],U=(0,n.Gp)((function(e,r){var t,o=(0,n.jC)("List",e),a=(0,n.Lr)(e),s=a.children,l=a.styleType,c=void 0===l?"none":l,u=a.stylePosition,h=a.spacing,m=p(a,N),g=(0,d.WR)(s),b=h?((t={})["& > *:not(style) ~ *:not(style)"]={mt:h},t):{};return i.createElement(q,{value:o},i.createElement(n.m$.ul,f({ref:r,listStyleType:c,listStylePosition:u,role:"list",__css:f({},o.container,b)},m),g))}));a.Ts&&(U.displayName="List");var X=(0,n.Gp)((function(e,r){e.as;var t=p(e,H);return i.createElement(U,f({ref:r,as:"ol",styleType:"decimal",marginStart:"1em"},t))}));a.Ts&&(X.displayName="OrderedList");var Y=(0,n.Gp)((function(e,r){e.as;var t=p(e,$);return i.createElement(U,f({ref:r,as:"ul",styleType:"initial",marginStart:"1em"},t))}));a.Ts&&(Y.displayName="UnorderedList");var Z=(0,n.Gp)((function(e,r){var t=V();return i.createElement(n.m$.li,f({ref:r},e,{__css:t.item}))}));a.Ts&&(Z.displayName="ListItem");var K=(0,n.Gp)((function(e,r){var t=V();return i.createElement(u,f({ref:r,role:"presentation"},e,{__css:t.icon}))}));a.Ts&&(K.displayName="ListIcon");var Q=["columns","spacingX","spacingY","spacing","minChildWidth"],J=(0,n.Gp)((function(e,r){var t,n,o=e.columns,s=e.spacingX,l=e.spacingY,c=e.spacing,u=e.minChildWidth,d=p(e,Q),h=u?(n=u,(0,a.XQ)(n,(function(e){return(0,a.Ft)(e)?null:"repeat(auto-fit, minmax("+(r=e,((0,a.hj)(r)?r+"px":r)+", 1fr))");var r}))):(t=o,(0,a.XQ)(t,(function(e){return(0,a.Ft)(e)?null:"repeat("+e+", minmax(0, 1fr))"})));return i.createElement(M,f({ref:r,gap:c,columnGap:s,rowGap:l,templateColumns:h},d))}));a.Ts&&(J.displayName="SimpleGrid");var ee=(0,n.m$)("div",{baseStyle:{flex:1,justifySelf:"stretch",alignSelf:"stretch"}});a.Ts&&(ee.displayName="Spacer");var re="& > *:not(style) ~ *:not(style)";var te=["isInline","direction","align","justify","spacing","wrap","children","divider","className","shouldWrapChildren"],ne=function(e){return i.createElement(n.m$.div,f({className:"chakra-stack__divider"},e,{__css:f({},e.__css,{borderWidth:0,alignSelf:"stretch",borderColor:"inherit",width:"auto",height:"auto"})}))},oe=function(e){return i.createElement(n.m$.div,f({className:"chakra-stack__item"},e,{__css:f({display:"inline-block",flex:"0 0 auto",minWidth:0},e.__css)}))},ae=(0,n.Gp)((function(e,r){var t,o=e.isInline,s=e.direction,l=e.align,c=e.justify,u=e.spacing,h=void 0===u?"0.5rem":u,m=e.wrap,g=e.children,b=e.divider,v=e.className,y=e.shouldWrapChildren,x=p(e,te),w=o?"row":null!=s?s:"column",k=i.useMemo((function(){return function(e){var r,t=e.spacing,n=e.direction,o={column:{marginTop:t,marginEnd:0,marginBottom:0,marginStart:0},row:{marginTop:0,marginEnd:0,marginBottom:0,marginStart:t},"column-reverse":{marginTop:0,marginEnd:0,marginBottom:t,marginStart:0},"row-reverse":{marginTop:0,marginEnd:t,marginBottom:0,marginStart:0}};return(r={flexDirection:n})[re]=(0,a.XQ)(n,(function(e){return o[e]})),r}({direction:w,spacing:h})}),[w,h]),S=i.useMemo((function(){return function(e){var r=e.spacing,t=e.direction,n={column:{my:r,mx:0,borderLeftWidth:0,borderBottomWidth:"1px"},"column-reverse":{my:r,mx:0,borderLeftWidth:0,borderBottomWidth:"1px"},row:{mx:r,my:0,borderLeftWidth:"1px",borderBottomWidth:0},"row-reverse":{mx:r,my:0,borderLeftWidth:"1px",borderBottomWidth:0}};return{"&":(0,a.XQ)(t,(function(e){return n[e]}))}}({spacing:h,direction:w})}),[h,w]),_=!!b,C=!y&&!_,E=(0,d.WR)(g),A=C?E:E.map((function(e,r){var t="undefined"!==typeof e.key?e.key:r,n=r+1===E.length,o=y?i.createElement(oe,{key:t},e):e;if(!_)return o;var a=n?null:i.cloneElement(b,{__css:S});return i.createElement(i.Fragment,{key:t},o,a)})),R=(0,a.cx)("chakra-stack",v);return i.createElement(n.m$.div,f({ref:r,display:"flex",alignItems:l,justifyContent:c,flexDirection:k.flexDirection,flexWrap:m,className:R,__css:_?{}:(t={},t[re]=k[re],t)},x),A)}));a.Ts&&(ae.displayName="Stack");var ie=(0,n.Gp)((function(e,r){return i.createElement(ae,f({align:"center"},e,{direction:"row",ref:r}))}));a.Ts&&(ie.displayName="HStack");var se=(0,n.Gp)((function(e,r){return i.createElement(ae,f({align:"center"},e,{direction:"column",ref:r}))}));a.Ts&&(se.displayName="VStack");var le=["className","align","decoration","casing"],ce=(0,n.Gp)((function(e,r){var t=(0,n.mq)("Text",e),o=(0,n.Lr)(e);o.className,o.align,o.decoration,o.casing;var s=p(o,le),l=(0,a.YU)({textAlign:e.align,textDecoration:e.decoration,textTransform:e.casing});return i.createElement(n.m$.p,f({ref:r,className:(0,a.cx)("chakra-text",e.className)},l,s,{__css:t}))}));a.Ts&&(ce.displayName="Text");var ue=["spacing","children","justify","direction","align","className","shouldWrapChildren"],de=["className"],fe=(0,n.Gp)((function(e,r){var t=e.spacing,s=void 0===t?"0.5rem":t,l=e.children,c=e.justify,u=e.direction,d=e.align,h=e.className,m=e.shouldWrapChildren,g=p(e,ue),b=i.useMemo((function(){return{"--chakra-wrap-spacing":function(e){return(0,a.XQ)(s,(function(r){return(0,o.fr)("space",r)(e)}))},"--wrap-spacing":"calc(var(--chakra-wrap-spacing) / 2)",display:"flex",flexWrap:"wrap",justifyContent:c,alignItems:d,flexDirection:u,listStyleType:"none",padding:"0",margin:"calc(var(--wrap-spacing) * -1)","& > *:not(style)":{margin:"var(--wrap-spacing)"}}}),[s,c,d,u]),v=m?i.Children.map(l,(function(e,r){return i.createElement(pe,{key:r},e)})):l;return i.createElement(n.m$.div,f({ref:r,className:(0,a.cx)("chakra-wrap",h)},g),i.createElement(n.m$.ul,{className:"chakra-wrap__list",__css:b},v))}));a.Ts&&(fe.displayName="Wrap");var pe=(0,n.Gp)((function(e,r){var t=e.className,o=p(e,de);return i.createElement(n.m$.li,f({ref:r,__css:{display:"flex",alignItems:"flex-start"},className:(0,a.cx)("chakra-wrap__listitem",t)},o))}));a.Ts&&(pe.displayName="WrapItem")},46871:function(e,r,t){"use strict";t.d(r,{h_:function(){return w},hE:function(){return d}});var n=t(15031),o=t(26450),a=t(67294),i=t(97375),s=t(73935),l=(0,o.kr)({strict:!1,name:"PortalManagerContext"}),c=l[0],u=l[1];function d(e){var r=e.children,t=e.zIndex;return a.createElement(c,{value:{zIndex:t}},r)}function f(){return(f=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(this,arguments)}n.Ts&&(d.displayName="PortalManager");var p=["containerRef"],h=(0,o.kr)({strict:!1,name:"PortalContext"}),m=h[0],g=h[1],b="chakra-portal",v=function(e){return a.createElement("div",{className:"chakra-portal-zIndex",style:{position:"absolute",zIndex:e.zIndex,top:0,left:0,right:0}},e.children)},y=function(e){var r=e.appendToParentPortal,t=e.children,n=a.useRef(null),o=a.useRef(null),l=(0,i.NW)(),c=g(),d=u();(0,i.Gw)((function(){if(n.current){var e=n.current.ownerDocument,t=r&&null!=c?c:e.body;if(t){o.current=e.createElement("div"),o.current.className=b,t.appendChild(o.current),l();var a=o.current;return function(){t.contains(a)&&t.removeChild(a)}}}}),[]);var f=null!=d&&d.zIndex?a.createElement(v,{zIndex:null==d?void 0:d.zIndex},t):t;return o.current?(0,s.createPortal)(a.createElement(m,{value:o.current},f),o.current):a.createElement("span",{ref:n})},x=function(e){var r=e.children,t=e.containerRef,o=e.appendToParentPortal,l=t.current,c=null!=l?l:n.jU?document.body:void 0,u=a.useMemo((function(){var e=null==l?void 0:l.ownerDocument.createElement("div");return e&&(e.className=b),e}),[l]),d=(0,i.NW)();return(0,i.Gw)((function(){d()}),[]),(0,i.Gw)((function(){if(u&&c)return c.appendChild(u),function(){c.removeChild(u)}}),[u,c]),c&&u?(0,s.createPortal)(a.createElement(m,{value:o?u:null},r),u):null};function w(e){var r=e.containerRef,t=function(e,r){if(null==e)return{};var t,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)t=a[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,p);return r?a.createElement(x,f({containerRef:r},t)):a.createElement(y,t)}w.defaultProps={appendToParentPortal:!0},w.className=b,w.selector=".chakra-portal",n.Ts&&(w.displayName="Portal")},85393:function(e,r,t){"use strict";t.d(r,{u:function(){return d},O:function(){return u}});var n=t(15031),o=t(67294),a={body:{classList:{add:function(){},remove:function(){}}},addEventListener:function(){},removeEventListener:function(){},activeElement:{blur:function(){},nodeName:""},querySelector:function(){return null},querySelectorAll:function(){return[]},getElementById:function(){return null},createEvent:function(){return{initEvent:function(){}}},createElement:function(){return{children:[],childNodes:[],style:{},setAttribute:function(){},getElementsByTagName:function(){return[]}}}},i=function(){},s={window:{document:a,navigator:{userAgent:""},CustomEvent:function(){return this},addEventListener:i,removeEventListener:i,getComputedStyle:function(){return{getPropertyValue:function(){return""}}},matchMedia:function(){return{matches:!1,addListener:i,removeListener:i}},requestAnimationFrame:function(e){return"undefined"===typeof setTimeout?(e(),null):setTimeout(e,0)},cancelAnimationFrame:function(e){"undefined"!==typeof setTimeout&&clearTimeout(e)},setTimeout:function(){return 0},clearTimeout:i,setInterval:function(){return 0},clearInterval:i},document:a},l=n.jU?{window:window,document:document}:s,c=(0,o.createContext)(l);function u(){return(0,o.useContext)(c)}function d(e){var r=e.children,t=e.environment,n=(0,o.useState)(null),a=n[0],i=n[1],s=(0,o.useMemo)((function(){var e,r=null==a?void 0:a.ownerDocument,n=null==a?void 0:a.ownerDocument.defaultView;return null!=(e=null!=t?t:r?{document:r,window:n}:void 0)?e:l}),[a,t]),u=!a&&!t;return o.createElement(c.Provider,{value:s},r,u&&o.createElement("span",{ref:function(e){e&&i(e)}}))}n.Ts&&(c.displayName="EnvironmentContext"),n.Ts&&(d.displayName="EnvironmentProvider")},26450:function(e,r,t){"use strict";t.d(r,{kr:function(){return s},WR:function(){return l},lq:function(){return i}});var n=t(15031),o=t(67294);function a(e,r){if(null!=e)if((0,n.mf)(e))e(r);else try{e.current=r}catch(t){throw new Error("Cannot assign value '"+r+"' to ref '"+e+"'")}}function i(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return function(e){r.forEach((function(r){return a(r,e)}))}}function s(e){void 0===e&&(e={});var r=e,t=r.strict,n=void 0===t||t,a=r.errorMessage,i=void 0===a?"useContext: `context` is undefined. Seems you forgot to wrap component within the Provider":a,s=r.name,l=o.createContext(void 0);return l.displayName=s,[l.Provider,function e(){var r=o.useContext(l);if(!r&&n){var t=new Error(i);throw t.name="ContextError",null==Error.captureStackTrace||Error.captureStackTrace(t,e),t}return r},l]}function l(e){return o.Children.toArray(e).filter((function(e){return o.isValidElement(e)}))}},63606:function(e,r,t){"use strict";t.d(r,{xjn:function(){return Xn},B1C:function(){return Yn}});var n=t(70917),o=t(67294),a=function(){return o.createElement(n.xB,{styles:'\n html {\n line-height: 1.5;\n -webkit-text-size-adjust: 100%;\n font-family: system-ui, sans-serif;\n -webkit-font-smoothing: antialiased;\n text-rendering: optimizeLegibility;\n -moz-osx-font-smoothing: grayscale;\n touch-action: manipulation;\n }\n\n body {\n position: relative;\n min-height: 100%;\n font-feature-settings: \'kern\';\n }\n\n *,\n *::before,\n *::after {\n border-width: 0;\n border-style: solid;\n box-sizing: border-box;\n }\n\n main {\n display: block;\n }\n\n hr {\n border-top-width: 1px;\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n }\n\n pre,\n code,\n kbd,\n samp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n font-size: 1em;\n }\n\n a {\n background-color: transparent;\n color: inherit;\n text-decoration: inherit;\n }\n\n abbr[title] {\n border-bottom: none;\n text-decoration: underline;\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n }\n\n b,\n strong {\n font-weight: bold;\n }\n\n small {\n font-size: 80%;\n }\n\n sub,\n sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n }\n\n sub {\n bottom: -0.25em;\n }\n\n sup {\n top: -0.5em;\n }\n\n img {\n border-style: none;\n }\n\n button,\n input,\n optgroup,\n select,\n textarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n }\n\n button,\n input {\n overflow: visible;\n }\n\n button,\n select {\n text-transform: none;\n }\n\n button::-moz-focus-inner,\n [type="button"]::-moz-focus-inner,\n [type="reset"]::-moz-focus-inner,\n [type="submit"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n }\n\n fieldset {\n padding: 0.35em 0.75em 0.625em;\n }\n\n legend {\n box-sizing: border-box;\n color: inherit;\n display: table;\n max-width: 100%;\n padding: 0;\n white-space: normal;\n }\n\n progress {\n vertical-align: baseline;\n }\n\n textarea {\n overflow: auto;\n }\n\n [type="checkbox"],\n [type="radio"] {\n box-sizing: border-box;\n padding: 0;\n }\n\n [type="number"]::-webkit-inner-spin-button,\n [type="number"]::-webkit-outer-spin-button {\n -webkit-appearance: none !important;\n }\n\n input[type="number"] {\n -moz-appearance: textfield;\n }\n\n [type="search"] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n }\n\n [type="search"]::-webkit-search-decoration {\n -webkit-appearance: none !important;\n }\n\n ::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n }\n\n details {\n display: block;\n }\n\n summary {\n display: list-item;\n }\n\n template {\n display: none;\n }\n\n [hidden] {\n display: none !important;\n }\n\n body,\n blockquote,\n dl,\n dd,\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n hr,\n figure,\n p,\n pre {\n margin: 0;\n }\n\n button {\n background: transparent;\n padding: 0;\n }\n\n fieldset {\n margin: 0;\n padding: 0;\n }\n\n ol,\n ul {\n margin: 0;\n padding: 0;\n }\n\n textarea {\n resize: vertical;\n }\n\n button,\n [role="button"] {\n cursor: pointer;\n }\n\n button::-moz-focus-inner {\n border: 0 !important;\n }\n\n table {\n border-collapse: collapse;\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n font-size: inherit;\n font-weight: inherit;\n }\n\n button,\n input,\n optgroup,\n select,\n textarea {\n padding: 0;\n line-height: inherit;\n color: inherit;\n }\n\n img,\n svg,\n video,\n canvas,\n audio,\n iframe,\n embed,\n object {\n display: block;\n }\n\n img,\n video {\n max-width: 100%;\n height: auto;\n }\n\n [data-js-focus-visible] :focus:not([data-focus-visible-added]) {\n outline: none;\n box-shadow: none;\n }\n\n select::-ms-expand {\n display: none;\n }\n '})},i=t(46871),s=t(42846),l=t(20949),c=t(85393),u=t(97375);function d(e,r){(function(e){return"string"===typeof e&&-1!==e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var t=function(e){return"string"===typeof e&&-1!==e.indexOf("%")}(e);return e=360===r?e:Math.min(r,Math.max(0,parseFloat(e))),t&&(e=parseInt(String(e*r),10)/100),Math.abs(e-r)<1e-6?1:e=360===r?(e<0?e%r+r:e%r)/parseFloat(String(r)):e%r/parseFloat(String(r))}function f(e){return Math.min(1,Math.max(0,e))}function p(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function h(e){return e<=1?100*Number(e)+"%":e}function m(e){return 1===e.length?"0"+e:String(e)}function g(e,r,t){e=d(e,255),r=d(r,255),t=d(t,255);var n=Math.max(e,r,t),o=Math.min(e,r,t),a=0,i=0,s=(n+o)/2;if(n===o)i=0,a=0;else{var l=n-o;switch(i=s>.5?l/(2-n-o):l/(n+o),n){case e:a=(r-t)/l+(r<t?6:0);break;case r:a=(t-e)/l+2;break;case t:a=(e-r)/l+4}a/=6}return{h:a,s:i,l:s}}function b(e,r,t){return t<0&&(t+=1),t>1&&(t-=1),t<1/6?e+6*t*(r-e):t<.5?r:t<2/3?e+(r-e)*(2/3-t)*6:e}function v(e,r,t){e=d(e,255),r=d(r,255),t=d(t,255);var n=Math.max(e,r,t),o=Math.min(e,r,t),a=0,i=n,s=n-o,l=0===n?0:s/n;if(n===o)a=0;else{switch(n){case e:a=(r-t)/s+(r<t?6:0);break;case r:a=(t-e)/s+2;break;case t:a=(e-r)/s+4}a/=6}return{h:a,s:l,v:i}}function y(e,r,t,n){var o=[m(Math.round(e).toString(16)),m(Math.round(r).toString(16)),m(Math.round(t).toString(16))];return n&&o[0].startsWith(o[0].charAt(1))&&o[1].startsWith(o[1].charAt(1))&&o[2].startsWith(o[2].charAt(1))?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0):o.join("")}function x(e){return Math.round(255*parseFloat(e)).toString(16)}function w(e){return k(e)/255}function k(e){return parseInt(e,16)}var S={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function _(e){var r,t,n,o={r:0,g:0,b:0},a=1,i=null,s=null,l=null,c=!1,u=!1;return"string"===typeof e&&(e=function(e){if(0===(e=e.trim().toLowerCase()).length)return!1;var r=!1;if(S[e])e=S[e],r=!0;else if("transparent"===e)return{r:0,g:0,b:0,a:0,format:"name"};var t=R.rgb.exec(e);if(t)return{r:t[1],g:t[2],b:t[3]};if(t=R.rgba.exec(e))return{r:t[1],g:t[2],b:t[3],a:t[4]};if(t=R.hsl.exec(e))return{h:t[1],s:t[2],l:t[3]};if(t=R.hsla.exec(e))return{h:t[1],s:t[2],l:t[3],a:t[4]};if(t=R.hsv.exec(e))return{h:t[1],s:t[2],v:t[3]};if(t=R.hsva.exec(e))return{h:t[1],s:t[2],v:t[3],a:t[4]};if(t=R.hex8.exec(e))return{r:k(t[1]),g:k(t[2]),b:k(t[3]),a:w(t[4]),format:r?"name":"hex8"};if(t=R.hex6.exec(e))return{r:k(t[1]),g:k(t[2]),b:k(t[3]),format:r?"name":"hex"};if(t=R.hex4.exec(e))return{r:k(t[1]+t[1]),g:k(t[2]+t[2]),b:k(t[3]+t[3]),a:w(t[4]+t[4]),format:r?"name":"hex8"};if(t=R.hex3.exec(e))return{r:k(t[1]+t[1]),g:k(t[2]+t[2]),b:k(t[3]+t[3]),format:r?"name":"hex"};return!1}(e)),"object"===typeof e&&(T(e.r)&&T(e.g)&&T(e.b)?(r=e.r,t=e.g,n=e.b,o={r:255*d(r,255),g:255*d(t,255),b:255*d(n,255)},c=!0,u="%"===String(e.r).substr(-1)?"prgb":"rgb"):T(e.h)&&T(e.s)&&T(e.v)?(i=h(e.s),s=h(e.v),o=function(e,r,t){e=6*d(e,360),r=d(r,100),t=d(t,100);var n=Math.floor(e),o=e-n,a=t*(1-r),i=t*(1-o*r),s=t*(1-(1-o)*r),l=n%6;return{r:255*[t,i,a,a,s,t][l],g:255*[s,t,t,i,a,a][l],b:255*[a,a,s,t,t,i][l]}}(e.h,i,s),c=!0,u="hsv"):T(e.h)&&T(e.s)&&T(e.l)&&(i=h(e.s),l=h(e.l),o=function(e,r,t){var n,o,a;if(e=d(e,360),r=d(r,100),t=d(t,100),0===r)o=t,a=t,n=t;else{var i=t<.5?t*(1+r):t+r-t*r,s=2*t-i;n=b(s,i,e+1/3),o=b(s,i,e),a=b(s,i,e-1/3)}return{r:255*n,g:255*o,b:255*a}}(e.h,i,l),c=!0,u="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(a=e.a)),a=p(a),{ok:c,format:e.format||u,r:Math.min(255,Math.max(o.r,0)),g:Math.min(255,Math.max(o.g,0)),b:Math.min(255,Math.max(o.b,0)),a:a}}var C="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)",E="[\\s|\\(]+("+C+")[,|\\s]+("+C+")[,|\\s]+("+C+")\\s*\\)?",A="[\\s|\\(]+("+C+")[,|\\s]+("+C+")[,|\\s]+("+C+")[,|\\s]+("+C+")\\s*\\)?",R={CSS_UNIT:new RegExp(C),rgb:new RegExp("rgb"+E),rgba:new RegExp("rgba"+A),hsl:new RegExp("hsl"+E),hsla:new RegExp("hsla"+A),hsv:new RegExp("hsv"+E),hsva:new RegExp("hsva"+A),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function T(e){return Boolean(R.CSS_UNIT.exec(String(e)))}var B=function(){function e(r,t){var n;if(void 0===r&&(r=""),void 0===t&&(t={}),r instanceof e)return r;"number"===typeof r&&(r=function(e){return{r:e>>16,g:(65280&e)>>8,b:255&e}}(r)),this.originalInput=r;var o=_(r);this.originalInput=r,this.r=o.r,this.g=o.g,this.b=o.b,this.a=o.a,this.roundA=Math.round(100*this.a)/100,this.format=null!==(n=t.format)&&void 0!==n?n:o.format,this.gradientType=t.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=o.ok}return e.prototype.isDark=function(){return this.getBrightness()<128},e.prototype.isLight=function(){return!this.isDark()},e.prototype.getBrightness=function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},e.prototype.getLuminance=function(){var e=this.toRgb(),r=e.r/255,t=e.g/255,n=e.b/255;return.2126*(r<=.03928?r/12.92:Math.pow((r+.055)/1.055,2.4))+.7152*(t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))+.0722*(n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4))},e.prototype.getAlpha=function(){return this.a},e.prototype.setAlpha=function(e){return this.a=p(e),this.roundA=Math.round(100*this.a)/100,this},e.prototype.toHsv=function(){var e=v(this.r,this.g,this.b);return{h:360*e.h,s:e.s,v:e.v,a:this.a}},e.prototype.toHsvString=function(){var e=v(this.r,this.g,this.b),r=Math.round(360*e.h),t=Math.round(100*e.s),n=Math.round(100*e.v);return 1===this.a?"hsv("+r+", "+t+"%, "+n+"%)":"hsva("+r+", "+t+"%, "+n+"%, "+this.roundA+")"},e.prototype.toHsl=function(){var e=g(this.r,this.g,this.b);return{h:360*e.h,s:e.s,l:e.l,a:this.a}},e.prototype.toHslString=function(){var e=g(this.r,this.g,this.b),r=Math.round(360*e.h),t=Math.round(100*e.s),n=Math.round(100*e.l);return 1===this.a?"hsl("+r+", "+t+"%, "+n+"%)":"hsla("+r+", "+t+"%, "+n+"%, "+this.roundA+")"},e.prototype.toHex=function(e){return void 0===e&&(e=!1),y(this.r,this.g,this.b,e)},e.prototype.toHexString=function(e){return void 0===e&&(e=!1),"#"+this.toHex(e)},e.prototype.toHex8=function(e){return void 0===e&&(e=!1),function(e,r,t,n,o){var a=[m(Math.round(e).toString(16)),m(Math.round(r).toString(16)),m(Math.round(t).toString(16)),m(x(n))];return o&&a[0].startsWith(a[0].charAt(1))&&a[1].startsWith(a[1].charAt(1))&&a[2].startsWith(a[2].charAt(1))&&a[3].startsWith(a[3].charAt(1))?a[0].charAt(0)+a[1].charAt(0)+a[2].charAt(0)+a[3].charAt(0):a.join("")}(this.r,this.g,this.b,this.a,e)},e.prototype.toHex8String=function(e){return void 0===e&&(e=!1),"#"+this.toHex8(e)},e.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},e.prototype.toRgbString=function(){var e=Math.round(this.r),r=Math.round(this.g),t=Math.round(this.b);return 1===this.a?"rgb("+e+", "+r+", "+t+")":"rgba("+e+", "+r+", "+t+", "+this.roundA+")"},e.prototype.toPercentageRgb=function(){var e=function(e){return Math.round(100*d(e,255))+"%"};return{r:e(this.r),g:e(this.g),b:e(this.b),a:this.a}},e.prototype.toPercentageRgbString=function(){var e=function(e){return Math.round(100*d(e,255))};return 1===this.a?"rgb("+e(this.r)+"%, "+e(this.g)+"%, "+e(this.b)+"%)":"rgba("+e(this.r)+"%, "+e(this.g)+"%, "+e(this.b)+"%, "+this.roundA+")"},e.prototype.toName=function(){if(0===this.a)return"transparent";if(this.a<1)return!1;for(var e="#"+y(this.r,this.g,this.b,!1),r=0,t=Object.entries(S);r<t.length;r++){var n=t[r],o=n[0];if(e===n[1])return o}return!1},e.prototype.toString=function(e){var r=Boolean(e);e=null!==e&&void 0!==e?e:this.format;var t=!1,n=this.a<1&&this.a>=0;return r||!n||!e.startsWith("hex")&&"name"!==e?("rgb"===e&&(t=this.toRgbString()),"prgb"===e&&(t=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(t=this.toHexString()),"hex3"===e&&(t=this.toHexString(!0)),"hex4"===e&&(t=this.toHex8String(!0)),"hex8"===e&&(t=this.toHex8String()),"name"===e&&(t=this.toName()),"hsl"===e&&(t=this.toHslString()),"hsv"===e&&(t=this.toHsvString()),t||this.toHexString()):"name"===e&&0===this.a?this.toName():this.toRgbString()},e.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},e.prototype.clone=function(){return new e(this.toString())},e.prototype.lighten=function(r){void 0===r&&(r=10);var t=this.toHsl();return t.l+=r/100,t.l=f(t.l),new e(t)},e.prototype.brighten=function(r){void 0===r&&(r=10);var t=this.toRgb();return t.r=Math.max(0,Math.min(255,t.r-Math.round(-r/100*255))),t.g=Math.max(0,Math.min(255,t.g-Math.round(-r/100*255))),t.b=Math.max(0,Math.min(255,t.b-Math.round(-r/100*255))),new e(t)},e.prototype.darken=function(r){void 0===r&&(r=10);var t=this.toHsl();return t.l-=r/100,t.l=f(t.l),new e(t)},e.prototype.tint=function(e){return void 0===e&&(e=10),this.mix("white",e)},e.prototype.shade=function(e){return void 0===e&&(e=10),this.mix("black",e)},e.prototype.desaturate=function(r){void 0===r&&(r=10);var t=this.toHsl();return t.s-=r/100,t.s=f(t.s),new e(t)},e.prototype.saturate=function(r){void 0===r&&(r=10);var t=this.toHsl();return t.s+=r/100,t.s=f(t.s),new e(t)},e.prototype.greyscale=function(){return this.desaturate(100)},e.prototype.spin=function(r){var t=this.toHsl(),n=(t.h+r)%360;return t.h=n<0?360+n:n,new e(t)},e.prototype.mix=function(r,t){void 0===t&&(t=50);var n=this.toRgb(),o=new e(r).toRgb(),a=t/100;return new e({r:(o.r-n.r)*a+n.r,g:(o.g-n.g)*a+n.g,b:(o.b-n.b)*a+n.b,a:(o.a-n.a)*a+n.a})},e.prototype.analogous=function(r,t){void 0===r&&(r=6),void 0===t&&(t=30);var n=this.toHsl(),o=360/t,a=[this];for(n.h=(n.h-(o*r>>1)+720)%360;--r;)n.h=(n.h+o)%360,a.push(new e(n));return a},e.prototype.complement=function(){var r=this.toHsl();return r.h=(r.h+180)%360,new e(r)},e.prototype.monochromatic=function(r){void 0===r&&(r=6);for(var t=this.toHsv(),n=t.h,o=t.s,a=t.v,i=[],s=1/r;r--;)i.push(new e({h:n,s:o,v:a})),a=(a+s)%1;return i},e.prototype.splitcomplement=function(){var r=this.toHsl(),t=r.h;return[this,new e({h:(t+72)%360,s:r.s,l:r.l}),new e({h:(t+216)%360,s:r.s,l:r.l})]},e.prototype.onBackground=function(r){var t=this.toRgb(),n=new e(r).toRgb();return new e({r:n.r+(t.r-n.r)*t.a,g:n.g+(t.g-n.g)*t.a,b:n.b+(t.b-n.b)*t.a})},e.prototype.triad=function(){return this.polyad(3)},e.prototype.tetrad=function(){return this.polyad(4)},e.prototype.polyad=function(r){for(var t=this.toHsl(),n=t.h,o=[this],a=360/r,i=1;i<r;i++)o.push(new e({h:(n+i*a)%360,s:t.s,l:t.l}));return o},e.prototype.equals=function(r){return this.toRgbString()===new e(r).toRgbString()},e}();function z(e){if(void 0===e&&(e={}),void 0!==e.count&&null!==e.count){var r=e.count,t=[];for(e.count=void 0;r>t.length;)e.count=null,e.seed&&(e.seed+=1),t.push(z(e));return e.count=r,t}var n=function(e,r){var t=P(function(e){var r=parseInt(e,10);if(!Number.isNaN(r)&&r<360&&r>0)return[r,r];if("string"===typeof e){var t=F.find((function(r){return r.name===e}));if(t){var n=M(t);if(n.hueRange)return n.hueRange}var o=new B(e);if(o.isValid){var a=o.toHsv().h;return[a,a]}}return[0,360]}(e),r);t<0&&(t=360+t);return t}(e.hue,e.seed),o=function(e,r){if("monochrome"===r.hue)return 0;if("random"===r.luminosity)return P([0,100],r.seed);var t=j(e).saturationRange,n=t[0],o=t[1];switch(r.luminosity){case"bright":n=55;break;case"dark":n=o-10;break;case"light":o=55}return P([n,o],r.seed)}(n,e),a={h:n,s:o,v:function(e,r,t){var n=function(e,r){for(var t=j(e).lowerBounds,n=0;n<t.length-1;n++){var o=t[n][0],a=t[n][1],i=t[n+1][0],s=t[n+1][1];if(r>=o&&r<=i){var l=(s-a)/(i-o);return l*r+(a-l*o)}}return 0}(e,r),o=100;switch(t.luminosity){case"dark":o=n+20;break;case"light":n=(o+n)/2;break;case"random":n=0,o=100}return P([n,o],t.seed)}(n,o,e)};return void 0!==e.alpha&&(a.a=e.alpha),new B(a)}function j(e){e>=334&&e<=360&&(e-=360);for(var r=0,t=F;r<t.length;r++){var n=M(t[r]);if(n.hueRange&&e>=n.hueRange[0]&&e<=n.hueRange[1])return n}throw Error("Color not found")}function P(e,r){if(void 0===r)return Math.floor(e[0]+Math.random()*(e[1]+1-e[0]));var t=e[1]||1,n=e[0]||0,o=(r=(9301*r+49297)%233280)/233280;return Math.floor(n+o*(t-n))}function M(e){var r=e.lowerBounds[0][0],t=e.lowerBounds[e.lowerBounds.length-1][0],n=e.lowerBounds[e.lowerBounds.length-1][1],o=e.lowerBounds[0][1];return{name:e.name,hueRange:e.hueRange,lowerBounds:e.lowerBounds,saturationRange:[r,t],brightnessRange:[n,o]}}var F=[{name:"monochrome",hueRange:null,lowerBounds:[[0,0],[100,0]]},{name:"red",hueRange:[-26,18],lowerBounds:[[20,100],[30,92],[40,89],[50,85],[60,78],[70,70],[80,60],[90,55],[100,50]]},{name:"orange",hueRange:[19,46],lowerBounds:[[20,100],[30,93],[40,88],[50,86],[60,85],[70,70],[100,70]]},{name:"yellow",hueRange:[47,62],lowerBounds:[[25,100],[40,94],[50,89],[60,86],[70,84],[80,82],[90,80],[100,75]]},{name:"green",hueRange:[63,178],lowerBounds:[[30,100],[40,90],[50,85],[60,81],[70,74],[80,64],[90,50],[100,40]]},{name:"blue",hueRange:[179,257],lowerBounds:[[20,100],[30,86],[40,80],[50,74],[60,60],[70,52],[80,44],[90,39],[100,35]]},{name:"purple",hueRange:[258,282],lowerBounds:[[20,100],[30,87],[40,79],[50,70],[60,65],[70,59],[80,52],[90,45],[100,42]]},{name:"pink",hueRange:[283,334],lowerBounds:[[20,100],[30,90],[40,86],[60,84],[80,80],[90,75],[100,73]]}],O=t(15031),I=function(e,r,t){var n=(0,O.Wf)(e,"colors."+r,r);return new B(n).isValid?n:t},W=function(e){return function(r){var t=I(r,e);return new B(t).isDark()?"dark":"light"}},D=function(e,r){return function(t){var n=I(t,e);return new B(n).setAlpha(r).toRgbString()}};function L(e,r){return void 0===e&&(e="1rem"),void 0===r&&(r="rgba(255, 255, 255, 0.15)"),{backgroundImage:"linear-gradient(\n 45deg,\n "+r+" 25%,\n transparent 25%,\n transparent 50%,\n "+r+" 50%,\n "+r+" 75%,\n transparent 75%,\n transparent\n )",backgroundSize:e+" "+e}}function N(e){var r,t=z().toHexString();return!e||(0,O.Qr)(e)?t:e.string&&e.colors?function(e,r){var t=0;if(0===e.length)return r[0];for(var n=0;n<e.length;n+=1)t=e.charCodeAt(n)+((t<<5)-t),t&=t;return t=(t%r.length+r.length)%r.length,r[t]}(e.string,e.colors):e.string&&!e.colors?function(e){var r=0;if(0===e.length)return r.toString();for(var t=0;t<e.length;t+=1)r=e.charCodeAt(t)+((r<<5)-r),r&=r;for(var n="#",o=0;o<3;o+=1){n+=("00"+(r>>8*o&255).toString(16)).substr(-2)}return n}(e.string):e.colors&&!e.string?(r=e.colors)[Math.floor(Math.random()*r.length)]:t}function H(e,r){return function(t){return"dark"===t.colorMode?r:e}}function $(e){var r=e.orientation,t=e.vertical,n=e.horizontal;return r?"vertical"===r?t:n:{}}function G(){return(G=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(this,arguments)}function q(e,r){for(var t=0;t<r.length;t++){var n=r[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var V=function(){function e(e){var r=this;this.map={},this.called=!1,this.assert=function(){if(r.called)throw new Error("[anatomy] .part(...) should only be called once. Did you mean to use .extend(...) ?");r.called=!0},this.parts=function(){r.assert();for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];for(var o=0,a=t;o<a.length;o++){var i=a[o];r.map[i]=r.toPart(i)}return r},this.extend=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];for(var o=0,a=t;o<a.length;o++){var i=a[o];i in r.map||(r.map[i]=r.toPart(i))}return r},this.toPart=function(e){var t="chakra-"+(["container","root"].includes(null!=e?e:"")?[r.name]:[r.name,e]).filter(Boolean).join("__");return{className:t,selector:"."+t,toString:function(){return e}}},this.__type={}}var r,t,n;return r=e,(t=[{key:"selectors",get:function(){return(0,O.sq)(Object.entries(this.map).map((function(e){return[e[0],e[1].selector]})))}},{key:"classNames",get:function(){return(0,O.sq)(Object.entries(this.map).map((function(e){return[e[0],e[1].className]})))}},{key:"keys",get:function(){return Object.keys(this.map)}}])&&q(r.prototype,t),n&&q(r,n),e}();function U(e){return new V(e)}function X(e){return(0,O.Kn)(e)&&e.reference?e.reference:String(e)}var Y=function(e){for(var r=arguments.length,t=new Array(r>1?r-1:0),n=1;n<r;n++)t[n-1]=arguments[n];return t.map(X).join(" "+e+" ").replace(/calc/g,"")},Z=function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return"calc("+Y.apply(void 0,["+"].concat(r))+")"},K=function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return"calc("+Y.apply(void 0,["-"].concat(r))+")"},Q=function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return"calc("+Y.apply(void 0,["*"].concat(r))+")"},J=function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return"calc("+Y.apply(void 0,["/"].concat(r))+")"},ee=function(e){var r=X(e);return null==r||Number.isNaN(parseFloat(r))?Q(r,-1):String(r).startsWith("-")?String(r).slice(1):"-"+r},re=Object.assign((function(e){return{add:function(){for(var r=arguments.length,t=new Array(r),n=0;n<r;n++)t[n]=arguments[n];return re(Z.apply(void 0,[e].concat(t)))},subtract:function(){for(var r=arguments.length,t=new Array(r),n=0;n<r;n++)t[n]=arguments[n];return re(K.apply(void 0,[e].concat(t)))},multiply:function(){for(var r=arguments.length,t=new Array(r),n=0;n<r;n++)t[n]=arguments[n];return re(Q.apply(void 0,[e].concat(t)))},divide:function(){for(var r=arguments.length,t=new Array(r),n=0;n<r;n++)t[n]=arguments[n];return re(J.apply(void 0,[e].concat(t)))},negate:function(){return re(ee(e))},toString:function(){return e.toString()}}}),{add:Z,subtract:K,multiply:Q,divide:J,negate:ee});function te(e){var r=function(e,r){return void 0===r&&(r="-"),e.replace(/\s+/g,r)}(e.toString());return r.includes("\\.")?e:function(e){return!Number.isInteger(parseFloat(e.toString()))}(e)?r.replace(".","\\."):e}function ne(e,r){return"var("+te(e)+(r?", "+r:"")+")"}function oe(e,r){return void 0===r&&(r=""),"--"+function(e,r){return void 0===r&&(r=""),[r,te(e)].filter(Boolean).join("-")}(e,r)}function ae(e,r){var t=oe(e,null==r?void 0:r.prefix);return{variable:t,reference:ne(t,ie(null==r?void 0:r.fallback))}}function ie(e){return"string"===typeof e?e:null==e?void 0:e.reference}var se=U("accordion").parts("container","item","button","panel").extend("icon"),le=U("alert").parts("title","description","container").extend("icon"),ce=U("avatar").parts("label","badge","container").extend("excessLabel","group"),ue=U("breadcrumb").parts("link","item","container").extend("separator"),de=(U("button").parts(),U("checkbox").parts("control","icon","container").extend("label")),fe=(U("progress").parts("track","filledTrack").extend("label"),U("drawer").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer")),pe=U("editable").parts("preview","input"),he=U("form").parts("container","requiredIndicator","helperText"),me=U("formError").parts("text","icon"),ge=U("input").parts("addon","field","element"),be=U("list").parts("container","item","icon"),ve=U("menu").parts("button","list","item").extend("groupTitle","command","divider"),ye=U("modal").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer"),xe=U("numberinput").parts("root","field","stepperGroup","stepper"),we=(U("pininput").parts("field"),U("popover").parts("content","header","body","footer").extend("popper","arrow","closeButton")),ke=U("progress").parts("label","filledTrack","track"),Se=U("radio").parts("container","control","label"),_e=U("select").parts("field","icon"),Ce=U("slider").parts("container","track","thumb","filledTrack"),Ee=U("stat").parts("container","label","helpText","number","icon"),Ae=U("switch").parts("container","track","thumb"),Re=U("table").parts("table","thead","tbody","tr","th","td","tfoot","caption"),Te=U("tabs").parts("root","tab","tablist","tabpanel","tabpanels","indicator"),Be=U("tag").parts("container","label","closeButton"),ze=t(38554),je=t.n(ze);function Pe(){return(Pe=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(this,arguments)}var Me={container:{borderTopWidth:"1px",borderColor:"inherit",_last:{borderBottomWidth:"1px"}},button:{transitionProperty:"common",transitionDuration:"normal",fontSize:"1rem",_focus:{boxShadow:"outline"},_hover:{bg:"blackAlpha.50"},_disabled:{opacity:.4,cursor:"not-allowed"},px:4,py:2},panel:{pt:2,px:4,pb:5},icon:{fontSize:"1.25em"}},Fe={parts:se.keys,baseStyle:Me};function Oe(e){var r=e.theme,t=e.colorScheme;return H(I(r,t+".100",t),D(t+".200",.16)(r))(e)}var Ie={subtle:function(e){var r=e.colorScheme;return{container:{bg:Oe(e)},icon:{color:H(r+".500",r+".200")(e)}}},"left-accent":function(e){var r=e.colorScheme;return{container:{paddingStart:3,borderStartWidth:"4px",borderStartColor:H(r+".500",r+".200")(e),bg:Oe(e)},icon:{color:H(r+".500",r+".200")(e)}}},"top-accent":function(e){var r=e.colorScheme;return{container:{pt:2,borderTopWidth:"4px",borderTopColor:H(r+".500",r+".200")(e),bg:Oe(e)},icon:{color:H(r+".500",r+".200")(e)}}},solid:function(e){var r=e.colorScheme;return{container:{bg:H(r+".500",r+".200")(e),color:H("white","gray.900")(e)}}}},We={parts:le.keys,baseStyle:{container:{px:4,py:3},title:{fontWeight:"bold",lineHeight:6,marginEnd:2},description:{lineHeight:6},icon:{flexShrink:0,marginEnd:3,w:5,h:6}},variants:Ie,defaultProps:{variant:"subtle",colorScheme:"blue"}},De={px:"1px",.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},Le=Pe({},De,{max:"max-content",min:"min-content",full:"100%","3xs":"14rem","2xs":"16rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem","8xl":"90rem"},{container:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px"}}),Ne=function(e){return{transform:"translate(25%, 25%)",borderRadius:"full",border:"0.2em solid",borderColor:H("white","gray.800")(e)}},He=function(e){return{bg:H("gray.200","whiteAlpha.400")(e)}},$e=function(e){var r=e.name,t=e.theme,n=r?N({string:r}):"gray.400",o=function(e){return function(r){return"dark"===W(e)(r)}}(n)(t),a="white";return o||(a="gray.800"),{bg:n,color:a,borderColor:H("white","gray.800")(e),verticalAlign:"top"}};function Ge(e){var r=Le[e];return{container:{width:e,height:e,fontSize:"calc("+(null!=r?r:e)+" / 2.5)"},excessLabel:{width:e,height:e},label:{fontSize:"calc("+(null!=r?r:e)+" / 2.5)",lineHeight:"100%"!==e?null!=r?r:e:void 0}}}var qe,Ve,Ue,Xe={"2xs":Ge("4"),xs:Ge("6"),sm:Ge("8"),md:Ge("12"),lg:Ge("16"),xl:Ge("24"),"2xl":Ge("32"),full:Ge("100%")},Ye={parts:ce.keys,baseStyle:function(e){return{badge:Ne(e),excessLabel:He(e),container:$e(e)}},sizes:Xe,defaultProps:{size:"md"}},Ze={baseStyle:{px:1,textTransform:"uppercase",fontSize:"xs",borderRadius:"sm",fontWeight:"bold"},variants:{solid:function(e){var r=e.colorScheme,t=e.theme;return{bg:H(r+".500",D(r+".500",.6)(t))(e),color:H("white","whiteAlpha.800")(e)}},subtle:function(e){var r=e.colorScheme,t=e.theme;return{bg:H(r+".100",D(r+".200",.16)(t))(e),color:H(r+".800",r+".200")(e)}},outline:function(e){var r=e.colorScheme,t=e.theme,n=D(r+".200",.8)(t),o=H(I(t,r+".500"),n)(e);return{color:o,boxShadow:"inset 0 0 0px 1px "+o}}},defaultProps:{variant:"subtle",colorScheme:"gray"}},Ke={link:{transitionProperty:"common",transitionDuration:"fast",transitionTimingFunction:"ease-out",cursor:"pointer",textDecoration:"none",outline:"none",color:"inherit",_hover:{textDecoration:"underline"},_focus:{boxShadow:"outline"}}},Qe={parts:ue.keys,baseStyle:Ke},Je=function(e){var r=e.colorScheme,t=e.theme;if("gray"===r)return{color:H("inherit","whiteAlpha.900")(e),_hover:{bg:H("gray.100","whiteAlpha.200")(e)},_active:{bg:H("gray.200","whiteAlpha.300")(e)}};var n=D(r+".200",.12)(t),o=D(r+".200",.24)(t);return{color:H(r+".600",r+".200")(e),bg:"transparent",_hover:{bg:H(r+".50",n)(e)},_active:{bg:H(r+".100",o)(e)}}},er={yellow:{bg:"yellow.400",color:"black",hoverBg:"yellow.500",activeBg:"yellow.600"},cyan:{bg:"cyan.400",color:"black",hoverBg:"cyan.500",activeBg:"cyan.600"}},rr={baseStyle:{lineHeight:"1.2",borderRadius:"md",fontWeight:"semibold",transitionProperty:"common",transitionDuration:"normal",_focus:{boxShadow:"outline"},_disabled:{opacity:.4,cursor:"not-allowed",boxShadow:"none"},_hover:{_disabled:{bg:"initial"}}},variants:{ghost:Je,outline:function(e){var r=e.colorScheme,t=H("gray.200","whiteAlpha.300")(e);return Pe({border:"1px solid",borderColor:"gray"===r?t:"currentColor"},Je(e))},solid:function(e){var r,t=e.colorScheme;if("gray"===t){var n=H("gray.100","whiteAlpha.200")(e);return{bg:n,_hover:{bg:H("gray.200","whiteAlpha.300")(e),_disabled:{bg:n}},_active:{bg:H("gray.300","whiteAlpha.400")(e)}}}var o=null!=(r=er[t])?r:{},a=o.bg,i=void 0===a?t+".500":a,s=o.color,l=void 0===s?"white":s,c=o.hoverBg,u=void 0===c?t+".600":c,d=o.activeBg,f=void 0===d?t+".700":d,p=H(i,t+".200")(e);return{bg:p,color:H(l,"gray.800")(e),_hover:{bg:H(u,t+".300")(e),_disabled:{bg:p}},_active:{bg:H(f,t+".400")(e)}}},link:function(e){var r=e.colorScheme;return{padding:0,height:"auto",lineHeight:"normal",verticalAlign:"baseline",color:H(r+".500",r+".200")(e),_hover:{textDecoration:"underline",_disabled:{textDecoration:"none"}},_active:{color:H(r+".700",r+".500")(e)}}},unstyled:{bg:"none",color:"inherit",display:"inline",lineHeight:"inherit",m:0,p:0}},sizes:{lg:{h:12,minW:12,fontSize:"lg",px:6},md:{h:10,minW:10,fontSize:"md",px:4},sm:{h:8,minW:8,fontSize:"sm",px:3},xs:{h:6,minW:6,fontSize:"xs",px:2}},defaultProps:{variant:"solid",size:"md",colorScheme:"gray"}},tr=function(e){var r=e.colorScheme;return{w:"100%",transitionProperty:"box-shadow",transitionDuration:"normal",border:"2px solid",borderRadius:"sm",borderColor:"inherit",color:"white",_checked:{bg:H(r+".500",r+".200")(e),borderColor:H(r+".500",r+".200")(e),color:H("white","gray.900")(e),_hover:{bg:H(r+".600",r+".300")(e),borderColor:H(r+".600",r+".300")(e)},_disabled:{borderColor:H("gray.200","transparent")(e),bg:H("gray.200","whiteAlpha.300")(e),color:H("gray.500","whiteAlpha.500")(e)}},_indeterminate:{bg:H(r+".500",r+".200")(e),borderColor:H(r+".500",r+".200")(e),color:H("white","gray.900")(e)},_disabled:{bg:H("gray.100","whiteAlpha.100")(e),borderColor:H("gray.100","transparent")(e)},_focus:{boxShadow:"outline"},_invalid:{borderColor:H("red.500","red.300")(e)}}},nr={userSelect:"none",_disabled:{opacity:.4}},or={transitionProperty:"transform",transitionDuration:"normal"},ar={parts:de.keys,baseStyle:function(e){return{icon:or,control:tr(e),label:nr}},sizes:{sm:{control:{h:3,w:3},label:{fontSize:"sm"},icon:{fontSize:"0.45rem"}},md:{control:{w:4,h:4},label:{fontSize:"md"},icon:{fontSize:"0.625rem"}},lg:{control:{w:5,h:5},label:{fontSize:"lg"},icon:{fontSize:"0.625rem"}}},defaultProps:{size:"md",colorScheme:"blue"}},ir=ae("close-button-size"),sr={baseStyle:function(e){var r=H("blackAlpha.100","whiteAlpha.100")(e),t=H("blackAlpha.200","whiteAlpha.200")(e);return{w:[ir.reference],h:[ir.reference],borderRadius:"md",transitionProperty:"common",transitionDuration:"normal",_disabled:{opacity:.4,cursor:"not-allowed",boxShadow:"none"},_hover:{bg:r},_active:{bg:t},_focus:{boxShadow:"outline"}}},sizes:{lg:(qe={},qe[ir.variable]="40px",qe.fontSize="16px",qe),md:(Ve={},Ve[ir.variable]="32px",Ve.fontSize="12px",Ve),sm:(Ue={},Ue[ir.variable]="24px",Ue.fontSize="10px",Ue)},defaultProps:{size:"md"}},lr={baseStyle:{fontFamily:"mono",fontSize:"sm",px:"0.2em",borderRadius:"sm"},variants:Ze.variants,defaultProps:Ze.defaultProps},cr={baseStyle:{w:"100%",mx:"auto",maxW:"60ch",px:"1rem"}},ur={baseStyle:{opacity:.6,borderColor:"inherit"},variants:{solid:{borderStyle:"solid"},dashed:{borderStyle:"dashed"}},defaultProps:{variant:"solid"}};function dr(e){return"full"===e?{dialog:{maxW:"100vw",h:"100vh"}}:{dialog:{maxW:e}}}var fr={bg:"blackAlpha.600",zIndex:"overlay"},pr={display:"flex",zIndex:"modal",justifyContent:"center"},hr=function(e){return Pe({},e.isFullHeight&&{height:"100vh"},{zIndex:"modal",maxH:"100vh",bg:H("white","gray.700")(e),color:"inherit",boxShadow:H("lg","dark-lg")(e)})},mr={px:6,py:4,fontSize:"xl",fontWeight:"semibold"},gr={position:"absolute",top:2,insetEnd:3},br={px:6,py:2,flex:1,overflow:"auto"},vr={px:6,py:4},yr={xs:dr("xs"),sm:dr("md"),md:dr("lg"),lg:dr("2xl"),xl:dr("4xl"),full:dr("full")},xr={parts:fe.keys,baseStyle:function(e){return{overlay:fr,dialogContainer:pr,dialog:hr(e),header:mr,closeButton:gr,body:br,footer:vr}},sizes:yr,defaultProps:{size:"xs"}},wr={preview:{borderRadius:"md",py:"3px",transitionProperty:"common",transitionDuration:"normal"},input:{borderRadius:"md",py:"3px",transitionProperty:"common",transitionDuration:"normal",width:"full",_focus:{boxShadow:"outline"},_placeholder:{opacity:.6}}},kr={parts:pe.keys,baseStyle:wr},Sr=function(e){return{marginStart:1,color:H("red.500","red.300")(e)}},_r=function(e){return{mt:2,color:H("gray.500","whiteAlpha.600")(e),lineHeight:"normal",fontSize:"sm"}},Cr={parts:he.keys,baseStyle:function(e){return{container:{width:"100%",position:"relative"},requiredIndicator:Sr(e),helperText:_r(e)}}},Er={baseStyle:{fontSize:"md",marginEnd:3,mb:2,fontWeight:"medium",transitionProperty:"common",transitionDuration:"normal",opacity:1,_disabled:{opacity:.4}}},Ar={baseStyle:{fontFamily:"heading",fontWeight:"bold"},sizes:{"4xl":{fontSize:["6xl",null,"7xl"],lineHeight:1},"3xl":{fontSize:["5xl",null,"6xl"],lineHeight:1},"2xl":{fontSize:["4xl",null,"5xl"],lineHeight:[1.2,null,1]},xl:{fontSize:["3xl",null,"4xl"],lineHeight:[1.33,null,1.2]},lg:{fontSize:["2xl",null,"3xl"],lineHeight:[1.33,null,1.2]},md:{fontSize:"xl",lineHeight:1.2},sm:{fontSize:"md",lineHeight:1.2},xs:{fontSize:"sm",lineHeight:1.2}},defaultProps:{size:"xl"}},Rr={lg:{fontSize:"lg",px:4,h:12,borderRadius:"md"},md:{fontSize:"md",px:4,h:10,borderRadius:"md"},sm:{fontSize:"sm",px:3,h:8,borderRadius:"sm"},xs:{fontSize:"xs",px:2,h:6,borderRadius:"sm"}},Tr={lg:{field:Rr.lg,addon:Rr.lg},md:{field:Rr.md,addon:Rr.md},sm:{field:Rr.sm,addon:Rr.sm},xs:{field:Rr.xs,addon:Rr.xs}};function Br(e){var r=e.focusBorderColor,t=e.errorBorderColor;return{focusBorderColor:r||H("blue.500","blue.300")(e),errorBorderColor:t||H("red.500","red.300")(e)}}var zr={outline:function(e){var r=e.theme,t=Br(e),n=t.focusBorderColor,o=t.errorBorderColor;return{field:{border:"1px solid",borderColor:"inherit",bg:"inherit",_hover:{borderColor:H("gray.300","whiteAlpha.400")(e)},_readOnly:{boxShadow:"none !important",userSelect:"all"},_disabled:{opacity:.4,cursor:"not-allowed"},_invalid:{borderColor:I(r,o),boxShadow:"0 0 0 1px "+I(r,o)},_focus:{zIndex:1,borderColor:I(r,n),boxShadow:"0 0 0 1px "+I(r,n)}},addon:{border:"1px solid",borderColor:H("inherit","whiteAlpha.50")(e),bg:H("gray.100","whiteAlpha.300")(e)}}},filled:function(e){var r=e.theme,t=Br(e),n=t.focusBorderColor,o=t.errorBorderColor;return{field:{border:"2px solid",borderColor:"transparent",bg:H("gray.100","whiteAlpha.50")(e),_hover:{bg:H("gray.200","whiteAlpha.100")(e)},_readOnly:{boxShadow:"none !important",userSelect:"all"},_disabled:{opacity:.4,cursor:"not-allowed"},_invalid:{borderColor:I(r,o)},_focus:{bg:"transparent",borderColor:I(r,n)}},addon:{border:"2px solid",borderColor:"transparent",bg:H("gray.100","whiteAlpha.50")(e)}}},flushed:function(e){var r=e.theme,t=Br(e),n=t.focusBorderColor,o=t.errorBorderColor;return{field:{borderBottom:"1px solid",borderColor:"inherit",borderRadius:0,px:0,bg:"transparent",_readOnly:{boxShadow:"none !important",userSelect:"all"},_invalid:{borderColor:I(r,o),boxShadow:"0px 1px 0px 0px "+I(r,o)},_focus:{borderColor:I(r,n),boxShadow:"0px 1px 0px 0px "+I(r,n)}},addon:{borderBottom:"2px solid",borderColor:"inherit",borderRadius:0,px:0,bg:"transparent"}}},unstyled:{field:{bg:"transparent",px:0,height:"auto"},addon:{bg:"transparent",px:0,height:"auto"}}},jr={parts:ge.keys,baseStyle:{field:{width:"100%",minWidth:0,outline:0,position:"relative",appearance:"none",transitionProperty:"common",transitionDuration:"normal"}},sizes:Tr,variants:zr,defaultProps:{size:"md",variant:"outline"}},Pr={baseStyle:function(e){return{bg:H("gray.100","whiteAlpha")(e),borderRadius:"md",borderWidth:"1px",borderBottomWidth:"3px",fontSize:"0.8em",fontWeight:"bold",lineHeight:"normal",px:"0.4em",whiteSpace:"nowrap"}}},Mr={baseStyle:{transitionProperty:"common",transitionDuration:"fast",transitionTimingFunction:"ease-out",cursor:"pointer",textDecoration:"none",outline:"none",color:"inherit",_hover:{textDecoration:"underline"},_focus:{boxShadow:"outline"}}},Fr={container:{},item:{},icon:{marginEnd:"0.5rem",display:"inline",verticalAlign:"text-bottom"}},Or={parts:be.keys,baseStyle:Fr},Ir=function(e){return{bg:H("#fff","gray.700")(e),boxShadow:H("sm","dark-lg")(e),color:"inherit",minW:"3xs",py:"2",zIndex:1,borderRadius:"md",borderWidth:"1px"}},Wr=function(e){return{py:"0.4rem",px:"0.8rem",transitionProperty:"background",transitionDuration:"ultra-fast",transitionTimingFunction:"ease-in",_focus:{bg:H("gray.100","whiteAlpha.100")(e)},_active:{bg:H("gray.200","whiteAlpha.200")(e)},_expanded:{bg:H("gray.100","whiteAlpha.100")(e)},_disabled:{opacity:.4,cursor:"not-allowed"}}},Dr={mx:4,my:2,fontWeight:"semibold",fontSize:"sm"},Lr={opacity:.6},Nr={border:0,borderBottom:"1px solid",borderColor:"inherit",my:"0.5rem",opacity:.6},Hr={transitionProperty:"common",transitionDuration:"normal"},$r={parts:ve.keys,baseStyle:function(e){return{button:Hr,list:Ir(e),item:Wr(e),groupTitle:Dr,command:Lr,divider:Nr}}},Gr={bg:"blackAlpha.600",zIndex:"modal"},qr=function(e){return{display:"flex",zIndex:"modal",justifyContent:"center",alignItems:e.isCentered?"center":"flex-start",overflow:"inside"===e.scrollBehavior?"hidden":"auto"}},Vr=function(e){var r=e.scrollBehavior;return{borderRadius:"md",bg:H("white","gray.700")(e),color:"inherit",my:"3.75rem",zIndex:"modal",maxH:"inside"===r?"calc(100% - 7.5rem)":void 0,boxShadow:H("lg","dark-lg")(e)}},Ur={px:6,py:4,fontSize:"xl",fontWeight:"semibold"},Xr={position:"absolute",top:2,insetEnd:3},Yr=function(e){return{px:6,py:2,flex:1,overflow:"inside"===e.scrollBehavior?"auto":void 0}},Zr={px:6,py:4};function Kr(e){return"full"===e?{dialog:{maxW:"100vw",minH:"100vh","@supports(min-height: -webkit-fill-available)":{minH:"-webkit-fill-available"},my:0}}:{dialog:{maxW:e}}}var Qr,Jr,et,rt={xs:Kr("xs"),sm:Kr("sm"),md:Kr("md"),lg:Kr("lg"),xl:Kr("xl"),"2xl":Kr("2xl"),"3xl":Kr("3xl"),"4xl":Kr("4xl"),"5xl":Kr("5xl"),"6xl":Kr("6xl"),full:Kr("full")},tt={parts:ye.keys,baseStyle:function(e){return{overlay:Gr,dialogContainer:qr(e),dialog:Vr(e),header:Ur,closeButton:Xr,body:Yr(e),footer:Zr}},sizes:rt,defaultProps:{size:"md"}},nt={letterSpacings:{tighter:"-0.05em",tight:"-0.025em",normal:"0",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeights:{normal:"normal",none:1,shorter:1.25,short:1.375,base:1.5,tall:1.625,taller:"2",3:".75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem"},fontWeights:{hairline:100,thin:200,light:300,normal:400,medium:500,semibold:600,bold:700,extrabold:800,black:900},fonts:{heading:'-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',body:'-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',mono:'SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'},fontSizes:{xs:"0.75rem",sm:"0.875rem",md:"1rem",lg:"1.125rem",xl:"1.25rem","2xl":"1.5rem","3xl":"1.875rem","4xl":"2.25rem","5xl":"3rem","6xl":"3.75rem","7xl":"4.5rem","8xl":"6rem","9xl":"8rem"}},ot=jr.variants,at=jr.defaultProps,it=ae("number-input-stepper-width"),st=ae("number-input-input-padding"),lt=re(it).add("0.5rem").toString(),ct=((Qr={})[it.variable]="24px",Qr[st.variable]=lt,Qr),ut=null!=(Jr=null==(et=jr.baseStyle)?void 0:et.field)?Jr:{},dt={width:[it.reference]},ft=function(e){return{borderStart:"1px solid",borderStartColor:H("inherit","whiteAlpha.300")(e),color:H("inherit","whiteAlpha.800")(e),_active:{bg:H("gray.200","whiteAlpha.300")(e)},_disabled:{opacity:.4,cursor:"not-allowed"}}};function pt(e){var r,t,n=jr.sizes[e],o={lg:"md",md:"md",sm:"sm",xs:"sm"},a=null!=(r=null==(t=n.field)?void 0:t.fontSize)?r:"md",i=nt.fontSizes[a.toString()];return{field:Pe({},n.field,{paddingInlineEnd:st.reference,verticalAlign:"top"}),stepper:{fontSize:re(i).multiply(.75).toString(),_first:{borderTopEndRadius:o[e]},_last:{borderBottomEndRadius:o[e],mt:"-1px",borderTopWidth:1}}}}var ht,mt={xs:pt("xs"),sm:pt("sm"),md:pt("md"),lg:pt("lg")},gt={parts:xe.keys,baseStyle:function(e){return{root:ct,field:ut,stepperGroup:dt,stepper:ft(e)}},sizes:mt,variants:ot,defaultProps:at},bt={baseStyle:Pe({},jr.baseStyle.field,{textAlign:"center"}),sizes:{lg:{fontSize:"lg",w:12,h:12,borderRadius:"md"},md:{fontSize:"md",w:10,h:10,borderRadius:"md"},sm:{fontSize:"sm",w:8,h:8,borderRadius:"sm"},xs:{fontSize:"xs",w:6,h:6,borderRadius:"sm"}},variants:{outline:function(e){var r;return null!=(r=jr.variants.outline(e).field)?r:{}},flushed:function(e){var r;return null!=(r=jr.variants.flushed(e).field)?r:{}},filled:function(e){var r;return null!=(r=jr.variants.filled(e).field)?r:{}},unstyled:null!=(ht=jr.variants.unstyled.field)?ht:{}},defaultProps:jr.defaultProps},vt=ae("popper-bg"),yt=ae("popper-arrow-bg"),xt=ae("popper-arrow-shadow-color"),wt={zIndex:10},kt=function(e){var r,t=H("white","gray.700")(e),n=H("gray.200","whiteAlpha.300")(e);return(r={})[vt.variable]="colors."+t,r.bg=vt.reference,r[yt.variable]=vt.reference,r[xt.variable]="colors."+n,r.width="xs",r.border="1px solid",r.borderColor="inherit",r.borderRadius="md",r.boxShadow="sm",r.zIndex="inherit",r._focus={outline:0,boxShadow:"outline"},r},St={px:3,py:2,borderBottomWidth:"1px"},_t={px:3,py:2},Ct={px:3,py:2,borderTopWidth:"1px"},Et={position:"absolute",borderRadius:"md",top:1,insetEnd:2,padding:2},At={parts:we.keys,baseStyle:function(e){return{popper:wt,content:kt(e),header:St,body:_t,footer:Ct,arrow:{},closeButton:Et}}};var Rt={lineHeight:"1",fontSize:"0.25em",fontWeight:"bold",color:"white"},Tt=function(e){return{bg:H("gray.100","whiteAlpha.300")(e)}},Bt=function(e){return Pe({transitionProperty:"common",transitionDuration:"slow"},function(e){var r=e.colorScheme,t=e.theme,n=e.isIndeterminate,o=e.hasStripe,a=H(L(),L("1rem","rgba(0,0,0,0.1)"))(e),i=H(r+".500",r+".200")(e),s="linear-gradient(\n to right,\n transparent 0%,\n "+I(t,i)+" 50%,\n transparent 100%\n )";return Pe({},!n&&o&&a,n?{bgImage:s}:{bgColor:i})}(e))},zt={parts:ke.keys,sizes:{xs:{track:{h:"0.25rem"}},sm:{track:{h:"0.5rem"}},md:{track:{h:"0.75rem"}},lg:{track:{h:"1rem"}}},baseStyle:function(e){return{label:Rt,filledTrack:Bt(e),track:Tt(e)}},defaultProps:{size:"md",colorScheme:"blue"}},jt=function(e){var r=ar.baseStyle(e).control,t=void 0===r?{}:r;return Pe({},t,{borderRadius:"full",_checked:Pe({},t._checked,{_before:{content:'""',display:"inline-block",pos:"relative",w:"50%",h:"50%",borderRadius:"50%",bg:"currentColor"}})})},Pt={parts:Se.keys,baseStyle:function(e){return{label:ar.baseStyle(e).label,control:jt(e)}},sizes:{md:{control:{w:4,h:4},label:{fontSize:"md"}},lg:{control:{w:5,h:5},label:{fontSize:"lg"}},sm:{control:{width:3,height:3},label:{fontSize:"sm"}}},defaultProps:{size:"md",colorScheme:"blue"}},Mt=function(e){return Pe({},jr.baseStyle.field,{bg:H("white","gray.700")(e),appearance:"none",paddingBottom:"1px",lineHeight:"normal","> option, > optgroup":{bg:H("white","gray.700")(e)}})},Ft={width:"1.5rem",height:"100%",insetEnd:"0.5rem",position:"relative",color:"currentColor",fontSize:"1.25rem",_disabled:{opacity:.5}},Ot={paddingInlineEnd:"2rem"},It=je()({},jr.sizes,{lg:{field:Ot},md:{field:Ot},sm:{field:Ot},xs:{field:Ot,icon:{insetEnd:"0.25rem"}}}),Wt={parts:_e.keys,baseStyle:function(e){return{field:Mt(e),icon:Ft}},sizes:It,variants:jr.variants,defaultProps:jr.defaultProps},Dt=function(e,r){return(0,n.F4)({from:{borderColor:e,background:e},to:{borderColor:r,background:r}})},Lt={baseStyle:function(e){var r=H("gray.100","gray.800")(e),t=H("gray.400","gray.600")(e),n=e.startColor,o=void 0===n?r:n,a=e.endColor,i=void 0===a?t:a,s=e.speed,l=e.theme,c=I(l,o),u=I(l,i);return{opacity:.7,borderRadius:"2px",borderColor:c,background:u,animation:s+"s linear infinite alternate "+Dt(c,u)}}},Nt={baseStyle:function(e){return{borderRadius:"md",fontWeight:"semibold",_focus:{boxShadow:"outline",padding:"1rem",position:"fixed",top:"1.5rem",insetStart:"1.5rem",bg:H("white","gray.700")(e)}}}};var Ht,$t,Gt,qt,Vt,Ut,Xt,Yt,Zt,Kt,Qt,Jt,en,rn=function(e){return Pe({display:"inline-block",position:"relative",cursor:"pointer",_disabled:{opacity:.6,cursor:"default",pointerEvents:"none"}},$({orientation:e.orientation,vertical:{h:"100%"},horizontal:{w:"100%"}}))},tn=function(e){return{overflow:"hidden",borderRadius:"sm",bg:H("gray.200","whiteAlpha.200")(e),_disabled:{bg:H("gray.300","whiteAlpha.300")(e)}}},nn=function(e){return Pe({display:"flex",alignItems:"center",justifyContent:"center",position:"absolute",outline:0,zIndex:1,borderRadius:"full",bg:"white",boxShadow:"base",border:"1px solid",borderColor:"transparent",transitionProperty:"transform",transitionDuration:"normal",_focus:{boxShadow:"outline"},_disabled:{bg:"gray.300"}},function(e){return $({orientation:e.orientation,vertical:{left:"50%",transform:"translateX(-50%)",_active:{transform:"translateX(-50%) scale(1.15)"}},horizontal:{top:"50%",transform:"translateY(-50%)",_active:{transform:"translateY(-50%) scale(1.15)"}}})}(e))},on=function(e){var r=e.colorScheme;return{width:"inherit",height:"inherit",bg:H(r+".500",r+".200")(e)}},an={lg:function(e){return{thumb:{w:"16px",h:"16px"},track:$({orientation:e.orientation,horizontal:{h:"4px"},vertical:{w:"4px"}})}},md:function(e){return{thumb:{w:"14px",h:"14px"},track:$({orientation:e.orientation,horizontal:{h:"4px"},vertical:{w:"4px"}})}},sm:function(e){return{thumb:{w:"10px",h:"10px"},track:$({orientation:e.orientation,horizontal:{h:"2px"},vertical:{w:"2px"}})}}},sn={parts:Ce.keys,sizes:an,baseStyle:function(e){return{container:rn(e),track:tn(e),thumb:nn(e),filledTrack:on(e)}},defaultProps:{size:"md",colorScheme:"blue"}},ln=ae("spinner-size"),cn={baseStyle:{width:[ln.reference],height:[ln.reference]},sizes:{xs:(Ht={},Ht[ln.variable]="0.75rem",Ht),sm:($t={},$t[ln.variable]="1rem",$t),md:(Gt={},Gt[ln.variable]="1.5rem",Gt),lg:(qt={},qt[ln.variable]="2rem",qt),xl:(Vt={},Vt[ln.variable]="3rem",Vt)},defaultProps:{size:"md"}},un={container:{},label:{fontWeight:"medium"},helpText:{opacity:.8,marginBottom:2},number:{verticalAlign:"baseline",fontWeight:"semibold"},icon:{marginEnd:1,w:"14px",h:"14px",verticalAlign:"middle"}},dn={parts:Ee.keys,baseStyle:un,sizes:{md:{label:{fontSize:"sm"},helpText:{fontSize:"sm"},number:{fontSize:"2xl"}}},defaultProps:{size:"md"}},fn=ae("switch-track-width"),pn=ae("switch-track-height"),hn=ae("switch-track-diff"),mn=re.subtract(fn,pn),gn=ae("switch-thumb-x"),bn=function(e){var r=e.colorScheme;return{borderRadius:"full",p:"2px",width:[fn.reference],height:[pn.reference],transitionProperty:"common",transitionDuration:"fast",bg:H("gray.300","whiteAlpha.400")(e),_focus:{boxShadow:"outline"},_disabled:{opacity:.4,cursor:"not-allowed"},_checked:{bg:H(r+".500",r+".200")(e)}}},vn={bg:"white",transitionProperty:"transform",transitionDuration:"normal",borderRadius:"inherit",width:[pn.reference],height:[pn.reference],_checked:{transform:"translateX("+gn.reference+")"}},yn={sm:{container:(Ut={},Ut[fn.variable]="1.375rem",Ut[pn.variable]="0.75rem",Ut)},md:{container:(Xt={},Xt[fn.variable]="1.875rem",Xt[pn.variable]="1rem",Xt)},lg:{container:(Yt={},Yt[fn.variable]="2.875rem",Yt[pn.variable]="1.5rem",Yt)}},xn={parts:Ae.keys,baseStyle:function(e){var r,t;return{container:(t={},t[hn.variable]=mn,t[gn.variable]=hn.reference,t._rtl=(r={},r[gn.variable]=re(hn).negate().toString(),r),t),track:bn(e),thumb:vn}},sizes:yn,defaultProps:{size:"md",colorScheme:"blue"}},wn={"&[data-is-numeric=true]":{textAlign:"end"}},kn={simple:function(e){var r=e.colorScheme;return{th:Pe({color:H("gray.600","gray.400")(e),borderBottom:"1px",borderColor:H(r+".100",r+".700")(e)},wn),td:Pe({borderBottom:"1px",borderColor:H(r+".100",r+".700")(e)},wn),caption:{color:H("gray.600","gray.100")(e)},tfoot:{tr:{"&:last-of-type":{th:{borderBottomWidth:0}}}}}},striped:function(e){var r=e.colorScheme;return{th:Pe({color:H("gray.600","gray.400")(e),borderBottom:"1px",borderColor:H(r+".100",r+".700")(e)},wn),td:Pe({borderBottom:"1px",borderColor:H(r+".100",r+".700")(e)},wn),caption:{color:H("gray.600","gray.100")(e)},tbody:{tr:{"&:nth-of-type(odd)":{"th, td":{borderBottomWidth:"1px",borderColor:H(r+".100",r+".700")(e)},td:{background:H(r+".100",r+".700")(e)}}}},tfoot:{tr:{"&:last-of-type":{th:{borderBottomWidth:0}}}}}},unstyled:{}},Sn={parts:Re.keys,baseStyle:{table:{fontVariantNumeric:"lining-nums tabular-nums",borderCollapse:"collapse",width:"full"},th:{fontFamily:"heading",fontWeight:"bold",textTransform:"uppercase",letterSpacing:"wider",textAlign:"start"},td:{textAlign:"start"},caption:{mt:4,fontFamily:"heading",textAlign:"center",fontWeight:"medium"}},variants:kn,sizes:{sm:{th:{px:"4",py:"1",lineHeight:"4",fontSize:"xs"},td:{px:"4",py:"2",fontSize:"sm",lineHeight:"4"},caption:{px:"4",py:"2",fontSize:"xs"}},md:{th:{px:"6",py:"3",lineHeight:"4",fontSize:"xs"},td:{px:"6",py:"4",lineHeight:"5"},caption:{px:"6",py:"2",fontSize:"sm"}},lg:{th:{px:"8",py:"4",lineHeight:"5",fontSize:"sm"},td:{px:"8",py:"5",lineHeight:"6"},caption:{px:"6",py:"2",fontSize:"md"}}},defaultProps:{variant:"simple",size:"md",colorScheme:"gray"}},_n=function(e){return{display:"vertical"===e.orientation?"flex":"block"}},Cn=function(e){return{flex:e.isFitted?1:void 0,transitionProperty:"common",transitionDuration:"normal",_focus:{zIndex:1,boxShadow:"outline"}}},En=function(e){var r=e.align,t=void 0===r?"start":r,n=e.orientation;return{justifyContent:{end:"flex-end",center:"center",start:"flex-start"}[t],flexDirection:"vertical"===n?"column":"row"}},An={p:4},Rn={line:function(e){var r,t,n=e.colorScheme,o=e.orientation,a="vertical"===o?"borderStart":"borderBottom",i="vertical"===o?"marginStart":"marginBottom";return{tablist:(r={},r[a]="2px solid",r.borderColor="inherit",r),tab:(t={},t[a]="2px solid",t.borderColor="transparent",t[i]="-2px",t._selected={color:H(n+".600",n+".300")(e),borderColor:"currentColor"},t._active={bg:H("gray.200","whiteAlpha.300")(e)},t._disabled={opacity:.4,cursor:"not-allowed"},t)}},enclosed:function(e){var r=e.colorScheme;return{tab:{borderTopRadius:"md",border:"1px solid",borderColor:"transparent",mb:"-1px",_selected:{color:H(r+".600",r+".300")(e),borderColor:"inherit",borderBottomColor:H("white","gray.800")(e)}},tablist:{mb:"-1px",borderBottom:"1px solid",borderColor:"inherit"}}},"enclosed-colored":function(e){var r=e.colorScheme;return{tab:{border:"1px solid",borderColor:"inherit",bg:H("gray.50","whiteAlpha.50")(e),mb:"-1px",_notLast:{marginEnd:"-1px"},_selected:{bg:H("#fff","gray.800")(e),color:H(r+".600",r+".300")(e),borderColor:"inherit",borderTopColor:"currentColor",borderBottomColor:"transparent"}},tablist:{mb:"-1px",borderBottom:"1px solid",borderColor:"inherit"}}},"soft-rounded":function(e){var r=e.colorScheme,t=e.theme;return{tab:{borderRadius:"full",fontWeight:"semibold",color:"gray.600",_selected:{color:I(t,r+".700"),bg:I(t,r+".100")}}}},"solid-rounded":function(e){var r=e.colorScheme;return{tab:{borderRadius:"full",fontWeight:"semibold",color:H("gray.600","inherit")(e),_selected:{color:H("#fff","gray.800")(e),bg:H(r+".600",r+".300")(e)}}}},unstyled:{}},Tn={parts:Te.keys,baseStyle:function(e){return{root:_n(e),tab:Cn(e),tablist:En(e),tabpanel:An}},sizes:{sm:{tab:{py:1,px:4,fontSize:"sm"}},md:{tab:{fontSize:"md",py:2,px:4}},lg:{tab:{fontSize:"lg",py:3,px:4}}},variants:Rn,defaultProps:{size:"md",variant:"line",colorScheme:"blue"}},Bn={container:{fontWeight:"medium",lineHeight:1.2,outline:0,_focus:{boxShadow:"outline"}},label:{lineHeight:1.2,overflow:"visible"},closeButton:{fontSize:"18px",w:"1.25rem",h:"1.25rem",transitionProperty:"common",transitionDuration:"normal",borderRadius:"full",marginStart:"0.375rem",marginEnd:"-1",opacity:.5,_disabled:{opacity:.4},_focus:{boxShadow:"outline",bg:"rgba(0, 0, 0, 0.14)"},_hover:{opacity:.8},_active:{opacity:1}}},zn={subtle:function(e){return{container:Ze.variants.subtle(e)}},solid:function(e){return{container:Ze.variants.solid(e)}},outline:function(e){return{container:Ze.variants.outline(e)}}},jn={parts:Be.keys,variants:zn,baseStyle:Bn,sizes:{sm:{container:{minH:"1.25rem",minW:"1.25rem",fontSize:"xs",px:2,borderRadius:"md"},closeButton:{marginEnd:"-2px",marginStart:"0.35rem"}},md:{container:{minH:"1.5rem",minW:"1.5rem",fontSize:"sm",borderRadius:"md",px:2}},lg:{container:{minH:8,minW:8,fontSize:"md",borderRadius:"md",px:3}}},defaultProps:{size:"md",variant:"subtle",colorScheme:"gray"}},Pn=Pe({},jr.baseStyle.field,{paddingY:"8px",minHeight:"80px",lineHeight:"short",verticalAlign:"top"}),Mn={outline:function(e){var r;return null!=(r=jr.variants.outline(e).field)?r:{}},flushed:function(e){var r;return null!=(r=jr.variants.flushed(e).field)?r:{}},filled:function(e){var r;return null!=(r=jr.variants.filled(e).field)?r:{}},unstyled:null!=(Zt=jr.variants.unstyled.field)?Zt:{}},Fn={baseStyle:Pn,sizes:{xs:null!=(Kt=jr.sizes.xs.field)?Kt:{},sm:null!=(Qt=jr.sizes.sm.field)?Qt:{},md:null!=(Jt=jr.sizes.md.field)?Jt:{},lg:null!=(en=jr.sizes.lg.field)?en:{}},variants:Mn,defaultProps:{size:"md",variant:"outline"}},On=ae("tooltip-bg"),In=ae("popper-arrow-bg"),Wn={baseStyle:function(e){var r,t=H("gray.700","gray.300")(e);return(r={})[On.variable]="colors."+t,r.px="8px",r.py="2px",r.bg=[On.reference],r[In.variable]=[On.reference],r.color=H("whiteAlpha.900","gray.900")(e),r.borderRadius="sm",r.fontWeight="medium",r.fontSize="sm",r.boxShadow="md",r.maxW="320px",r.zIndex="tooltip",r}},Dn=function(e){return{color:H("red.500","red.300")(e),mt:2,fontSize:"sm",lineHeight:"normal"}},Ln=function(e){return{marginEnd:"0.5em",color:H("red.500","red.300")(e)}},Nn={parts:me.keys,baseStyle:function(e){return{text:Dn(e),icon:Ln(e)}}},Hn={Accordion:Fe,Alert:We,Avatar:Ye,Badge:Ze,Breadcrumb:Qe,Button:rr,Checkbox:ar,CloseButton:sr,Code:lr,Container:cr,Divider:ur,Drawer:xr,Editable:kr,Form:Cr,FormLabel:Er,Heading:Ar,Input:jr,Kbd:Pr,Link:Mr,List:Or,Menu:$r,Modal:tt,NumberInput:gt,PinInput:bt,Popover:At,Progress:zt,Radio:Pt,Select:Wt,Skeleton:Lt,SkipLink:Nt,Slider:sn,Spinner:cn,Stat:dn,Switch:xn,Table:Sn,Tabs:Tn,Tag:jn,Textarea:Fn,Tooltip:Wn,FormError:Nn},$n={none:0,"1px":"1px solid","2px":"2px solid","4px":"4px solid","8px":"8px solid"},Gn=Pe({breakpoints:function(e){return(0,O.ZK)({condition:!0,message:["[chakra-ui]: createBreakpoints(...) will be deprecated pretty soon","simply pass the breakpoints as an object. Remove the createBreakpoint(..) call"].join("")}),G({base:"0em"},e)}({sm:"30em",md:"48em",lg:"62em",xl:"80em","2xl":"96em"}),zIndices:{hide:-1,auto:"auto",base:0,docked:10,dropdown:1e3,sticky:1100,banner:1200,overlay:1300,modal:1400,popover:1500,skipLink:1600,toast:1700,tooltip:1800},radii:{none:"0",sm:"0.125rem",base:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},blur:{none:0,sm:"4px",base:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},colors:{transparent:"transparent",current:"currentColor",black:"#000000",white:"#FFFFFF",whiteAlpha:{50:"rgba(255, 255, 255, 0.04)",100:"rgba(255, 255, 255, 0.06)",200:"rgba(255, 255, 255, 0.08)",300:"rgba(255, 255, 255, 0.16)",400:"rgba(255, 255, 255, 0.24)",500:"rgba(255, 255, 255, 0.36)",600:"rgba(255, 255, 255, 0.48)",700:"rgba(255, 255, 255, 0.64)",800:"rgba(255, 255, 255, 0.80)",900:"rgba(255, 255, 255, 0.92)"},blackAlpha:{50:"rgba(0, 0, 0, 0.04)",100:"rgba(0, 0, 0, 0.06)",200:"rgba(0, 0, 0, 0.08)",300:"rgba(0, 0, 0, 0.16)",400:"rgba(0, 0, 0, 0.24)",500:"rgba(0, 0, 0, 0.36)",600:"rgba(0, 0, 0, 0.48)",700:"rgba(0, 0, 0, 0.64)",800:"rgba(0, 0, 0, 0.80)",900:"rgba(0, 0, 0, 0.92)"},gray:{50:"#F7FAFC",100:"#EDF2F7",200:"#E2E8F0",300:"#CBD5E0",400:"#A0AEC0",500:"#718096",600:"#4A5568",700:"#2D3748",800:"#1A202C",900:"#171923"},red:{50:"#FFF5F5",100:"#FED7D7",200:"#FEB2B2",300:"#FC8181",400:"#F56565",500:"#E53E3E",600:"#C53030",700:"#9B2C2C",800:"#822727",900:"#63171B"},orange:{50:"#FFFAF0",100:"#FEEBC8",200:"#FBD38D",300:"#F6AD55",400:"#ED8936",500:"#DD6B20",600:"#C05621",700:"#9C4221",800:"#7B341E",900:"#652B19"},yellow:{50:"#FFFFF0",100:"#FEFCBF",200:"#FAF089",300:"#F6E05E",400:"#ECC94B",500:"#D69E2E",600:"#B7791F",700:"#975A16",800:"#744210",900:"#5F370E"},green:{50:"#F0FFF4",100:"#C6F6D5",200:"#9AE6B4",300:"#68D391",400:"#48BB78",500:"#38A169",600:"#2F855A",700:"#276749",800:"#22543D",900:"#1C4532"},teal:{50:"#E6FFFA",100:"#B2F5EA",200:"#81E6D9",300:"#4FD1C5",400:"#38B2AC",500:"#319795",600:"#2C7A7B",700:"#285E61",800:"#234E52",900:"#1D4044"},blue:{50:"#ebf8ff",100:"#bee3f8",200:"#90cdf4",300:"#63b3ed",400:"#4299e1",500:"#3182ce",600:"#2b6cb0",700:"#2c5282",800:"#2a4365",900:"#1A365D"},cyan:{50:"#EDFDFD",100:"#C4F1F9",200:"#9DECF9",300:"#76E4F7",400:"#0BC5EA",500:"#00B5D8",600:"#00A3C4",700:"#0987A0",800:"#086F83",900:"#065666"},purple:{50:"#FAF5FF",100:"#E9D8FD",200:"#D6BCFA",300:"#B794F4",400:"#9F7AEA",500:"#805AD5",600:"#6B46C1",700:"#553C9A",800:"#44337A",900:"#322659"},pink:{50:"#FFF5F7",100:"#FED7E2",200:"#FBB6CE",300:"#F687B3",400:"#ED64A6",500:"#D53F8C",600:"#B83280",700:"#97266D",800:"#702459",900:"#521B41"},linkedin:{50:"#E8F4F9",100:"#CFEDFB",200:"#9BDAF3",300:"#68C7EC",400:"#34B3E4",500:"#00A0DC",600:"#008CC9",700:"#0077B5",800:"#005E93",900:"#004471"},facebook:{50:"#E8F4F9",100:"#D9DEE9",200:"#B7C2DA",300:"#6482C0",400:"#4267B2",500:"#385898",600:"#314E89",700:"#29487D",800:"#223B67",900:"#1E355B"},messenger:{50:"#D0E6FF",100:"#B9DAFF",200:"#A2CDFF",300:"#7AB8FF",400:"#2E90FF",500:"#0078FF",600:"#0063D1",700:"#0052AC",800:"#003C7E",900:"#002C5C"},whatsapp:{50:"#dffeec",100:"#b9f5d0",200:"#90edb3",300:"#65e495",400:"#3cdd78",500:"#22c35e",600:"#179848",700:"#0c6c33",800:"#01421c",900:"#001803"},twitter:{50:"#E5F4FD",100:"#C8E9FB",200:"#A8DCFA",300:"#83CDF7",400:"#57BBF5",500:"#1DA1F2",600:"#1A94DA",700:"#1681BF",800:"#136B9E",900:"#0D4D71"},telegram:{50:"#E3F2F9",100:"#C5E4F3",200:"#A2D4EC",300:"#7AC1E4",400:"#47A9DA",500:"#0088CC",600:"#007AB8",700:"#006BA1",800:"#005885",900:"#003F5E"}}},nt,{sizes:Le,shadows:{xs:"0 0 0 1px rgba(0, 0, 0, 0.05)",sm:"0 1px 2px 0 rgba(0, 0, 0, 0.05)",base:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",md:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",lg:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",xl:"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)","2xl":"0 25px 50px -12px rgba(0, 0, 0, 0.25)",outline:"0 0 0 3px rgba(66, 153, 225, 0.6)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.06)",none:"none","dark-lg":"rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.4) 0px 15px 40px"},space:De,borders:$n,transition:{property:{common:"background-color, border-color, color, fill, stroke, opacity, box-shadow, transform",colors:"background-color, border-color, color, fill, stroke",dimensions:"width, height",position:"left, right, top, bottom",background:"background-color, background-image, background-position"},easing:{"ease-in":"cubic-bezier(0.4, 0, 1, 1)","ease-out":"cubic-bezier(0, 0, 0.2, 1)","ease-in-out":"cubic-bezier(0.4, 0, 0.2, 1)"},duration:{"ultra-fast":"50ms",faster:"100ms",fast:"150ms",normal:"200ms",slow:"300ms",slower:"400ms","ultra-slow":"500ms"}}}),qn=["borders","breakpoints","colors","components","config","direction","fonts","fontSizes","fontWeights","letterSpacings","lineHeights","radii","shadows","sizes","space","styles","transition","zIndices"];function Vn(e){return!!(0,O.Kn)(e)&&qn.every((function(r){return Object.prototype.hasOwnProperty.call(e,r)}))}var Un=Pe({direction:"ltr"},Gn,{components:Hn,styles:{global:function(e){return{body:{fontFamily:"body",color:H("gray.800","whiteAlpha.900")(e),bg:H("white","gray.800")(e),transitionProperty:"background-color",transitionDuration:"normal",lineHeight:"base"},"*::placeholder":{color:H("gray.400","whiteAlpha.400")(e)},"*, *::before, &::after":{borderColor:H("gray.200","whiteAlpha.300")(e),wordWrap:"break-word"}}}},config:{useSystemColorMode:!1,initialColorMode:"light",cssVarPrefix:"chakra"}}),Xn=function(e){var r=e.children,t=e.colorModeManager,n=e.portalZIndex,d=e.resetCSS,f=void 0===d||d,p=e.theme,h=void 0===p?{}:p,m=e.environment,g=e.cssVarsRoot,b=o.createElement(c.u,{environment:m},r);return o.createElement(u.vc,null,o.createElement(s.f6,{theme:h,cssVarsRoot:g},o.createElement(l.SG,{colorModeManager:t,options:h.config},f&&o.createElement(a,null),o.createElement(s.ZL,null),n?o.createElement(i.hE,{zIndex:n},b):b)))};function Yn(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];var n=[].concat(r),o=r[r.length-1];return Vn(o)&&n.length>1?n=n.slice(0,n.length-1):o=Un,O.zG.apply(void 0,n.map((function(e){return function(r){return(0,O.mf)(e)?e(r):Zn(r,e)}})))(o)}function Zn(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return je().apply(void 0,[{}].concat(r,[Kn]))}function Kn(e,r,t,n){if(((0,O.mf)(e)||(0,O.mf)(r))&&Object.prototype.hasOwnProperty.call(n,t))return function(){var t=(0,O.mf)(e)?e.apply(void 0,arguments):e,n=(0,O.mf)(r)?r.apply(void 0,arguments):r;return je()({},t,n,Kn)}}Xn.defaultProps={theme:Un}},94244:function(e,r,t){"use strict";t.d(r,{iv:function(){return Se},ZR:function(){return ye},cC:function(){return be},c0:function(){return Ne},fr:function(){return s}});var n=t(15031),o=t(38554),a=t.n(o);function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(this,arguments)}var s=function(e,r){return function(t){var o=String(r),a=e?e+"."+o:o;return(0,n.Kn)(t.__cssMap)&&a in t.__cssMap?t.__cssMap[a].varRef:r}};function l(e){var r=e.scale,t=e.transform,n=e.compose;return function(e,o){var a,i=s(r,e)(o),l=null!=(a=null==t?void 0:t(i,o))?a:i;return n&&(l=n(l,o)),l}}function c(e,r){return function(t){var n={property:t,scale:e};return n.transform=l({scale:e,transform:r}),n}}var u,d,f=function(e){var r=e.rtl,t=e.ltr;return function(e){return"rtl"===e.direction?r:t}};var p=["rotate(var(--chakra-rotate, 0))","scaleX(var(--chakra-scale-x, 1))","scaleY(var(--chakra-scale-y, 1))","skewX(var(--chakra-skew-x, 0))","skewY(var(--chakra-skew-y, 0))"];var h={"--chakra-blur":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-brightness":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-contrast":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-grayscale":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-hue-rotate":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-invert":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-saturate":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-sepia":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-drop-shadow":"var(--chakra-empty,/*!*/ /*!*/)",filter:["var(--chakra-blur)","var(--chakra-brightness)","var(--chakra-contrast)","var(--chakra-grayscale)","var(--chakra-hue-rotate)","var(--chakra-invert)","var(--chakra-saturate)","var(--chakra-sepia)","var(--chakra-drop-shadow)"].join(" ")},m={backdropFilter:["var(--chakra-backdrop-blur)","var(--chakra-backdrop-brightness)","var(--chakra-backdrop-contrast)","var(--chakra-backdrop-grayscale)","var(--chakra-backdrop-hue-rotate)","var(--chakra-backdrop-invert)","var(--chakra-backdrop-opacity)","var(--chakra-backdrop-saturate)","var(--chakra-backdrop-sepia)"].join(" "),"--chakra-backdrop-blur":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-brightness":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-contrast":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-grayscale":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-hue-rotate":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-invert":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-opacity":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-saturate":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-sepia":"var(--chakra-empty,/*!*/ /*!*/)"};var g={"row-reverse":{space:"--chakra-space-x-reverse",divide:"--chakra-divide-x-reverse"},"column-reverse":{space:"--chakra-space-y-reverse",divide:"--chakra-divide-y-reverse"}},b="& > :not(style) ~ :not(style)",v=((u={})[b]={marginInlineStart:"calc(var(--chakra-space-x) * calc(1 - var(--chakra-space-x-reverse)))",marginInlineEnd:"calc(var(--chakra-space-x) * var(--chakra-space-x-reverse))"},u),y=((d={})[b]={marginTop:"calc(var(--chakra-space-y) * calc(1 - var(--chakra-space-y-reverse)))",marginBottom:"calc(var(--chakra-space-y) * var(--chakra-space-y-reverse))"},d);function x(e,r){return(x=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function w(e,r){if("function"!==typeof r&&null!==r)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&x(e,r)}function k(){k=function(e,r){return new t(e,void 0,r)};var e=RegExp.prototype,r=new WeakMap;function t(e,n,o){var a=new RegExp(e,n);return r.set(a,o||r.get(e)),x(a,t.prototype)}function n(e,t){var n=r.get(t);return Object.keys(n).reduce((function(r,t){return r[t]=e[n[t]],r}),Object.create(null))}return w(t,RegExp),t.prototype.exec=function(r){var t=e.exec.call(this,r);return t&&(t.groups=n(t,this)),t},t.prototype[Symbol.replace]=function(t,o){if("string"===typeof o){var a=r.get(this);return e[Symbol.replace].call(this,t,o.replace(/\$<([^>]+)>/g,(function(e,r){return"$"+a[r]})))}if("function"===typeof o){var i=this;return e[Symbol.replace].call(this,t,(function(){var e=arguments;return"object"!==typeof e[e.length-1]&&(e=[].slice.call(e)).push(n(e,i)),o.apply(this,e)}))}return e[Symbol.replace].call(this,t,o)},k.apply(this,arguments)}var S={"to-t":"to top","to-tr":"to top right","to-r":"to right","to-br":"to bottom right","to-b":"to bottom","to-bl":"to bottom left","to-l":"to left","to-tl":"to top left"},_=new Set(Object.values(S)),C=new Set(["none","-moz-initial","inherit","initial","revert","unset"]),E=function(e){return e.trim()};var A=function(e){return(0,n.HD)(e)&&e.includes("(")&&e.includes(")")},R=function(e){return function(r){return e+"("+r+")"}},T={filter:function(e){return"auto"!==e?e:h},backdropFilter:function(e){return"auto"!==e?e:m},ring:function(e){return function(e){return{"--chakra-ring-offset-shadow":"var(--chakra-ring-inset) 0 0 0 var(--chakra-ring-offset-width) var(--chakra-ring-offset-color)","--chakra-ring-shadow":"var(--chakra-ring-inset) 0 0 0 calc(var(--chakra-ring-width) + var(--chakra-ring-offset-width)) var(--chakra-ring-color)","--chakra-ring-width":e,boxShadow:["var(--chakra-ring-offset-shadow)","var(--chakra-ring-shadow)","var(--chakra-shadow, 0 0 #0000)"].join(", ")}}(T.px(e))},bgClip:function(e){return"text"===e?{color:"transparent",backgroundClip:"text"}:{backgroundClip:e}},transform:function(e){return"auto"===e?["translateX(var(--chakra-translate-x, 0))","translateY(var(--chakra-translate-y, 0))"].concat(p).join(" "):"auto-gpu"===e?["translate3d(var(--chakra-translate-x, 0), var(--chakra-translate-y, 0), 0)"].concat(p).join(" "):e},px:function(e){return null==e?e:function(e){var r=parseFloat(e.toString()),t=e.toString().replace(String(r),"");return{unitless:!t,value:r,unit:t}}(e).unitless||(0,n.hj)(e)?e+"px":e},fraction:function(e){return!(0,n.hj)(e)||e>1?e:100*e+"%"},float:function(e,r){return"rtl"===r.direction?{left:"right",right:"left"}[e]:e},degree:function(e){if((0,n.FS)(e)||null==e)return e;var r=(0,n.HD)(e)&&!e.endsWith("deg");return(0,n.hj)(e)||r?e+"deg":e},gradient:function(e,r){return function(e,r){var t,n;if(null==e||C.has(e))return e;var o=null!=(t=null==(n=k(/(^[\x2DA-Za-z]+)\(((.*))\)/g,{type:1,values:2}).exec(e))?void 0:n.groups)?t:{},a=o.type,i=o.values;if(!a||!i)return e;var s=a.includes("-gradient")?a:a+"-gradient",l=i.split(",").map(E).filter(Boolean),c=l[0],u=l.slice(1);if(0===(null==u?void 0:u.length))return e;var d=c in S?S[c]:c;return u.unshift(d),s+"("+u.map((function(e){if(_.has(e))return e;var t=e.indexOf(" "),n=-1!==t?[e.substr(0,t),e.substr(t+1)]:[e],o=n[0],a=n[1],i=A(a)?a:a&&a.split(" "),s="colors."+o,l=s in r.__cssMap?r.__cssMap[s].varRef:o;return i?[l].concat(Array.isArray(i)?i:[i]).join(" "):l})).join(", ")+")"}(e,null!=r?r:{})},blur:R("blur"),opacity:R("opacity"),brightness:R("brightness"),contrast:R("contrast"),dropShadow:R("drop-shadow"),grayscale:R("grayscale"),hueRotate:R("hue-rotate"),invert:R("invert"),saturate:R("saturate"),sepia:R("sepia"),bgImage:function(e){return null==e||A(e)||C.has(e)?e:"url("+e+")"},outline:function(e){var r="0"===String(e)||"none"===String(e);return null!==e&&r?{outline:"2px solid transparent",outlineOffset:"2px"}:{outline:e}},flexDirection:function(e){var r,t=null!=(r=g[e])?r:{},n=t.space,o=t.divide,a={flexDirection:e};return n&&(a[n]=1),o&&(a[o]=1),a}},B={borderWidths:c("borderWidths"),borderStyles:c("borderStyles"),colors:c("colors"),borders:c("borders"),radii:c("radii",T.px),space:c("space",T.px),spaceT:c("space",T.px),degreeT:function(e){return{property:e,transform:T.degree}},prop:function(e,r,t){return i({property:e,scale:r},r&&{transform:l({scale:r,transform:t})})},propT:function(e,r){return{property:e,transform:r}},sizes:c("sizes",T.px),sizesT:c("sizes",T.fraction),shadows:c("shadows"),logical:function(e){var r=e.property,t=e.scale,n=e.transform;return{scale:t,property:f(r),transform:t?l({scale:t,compose:n}):n}},blur:c("blur",T.blur)},z={background:B.colors("background"),backgroundColor:B.colors("backgroundColor"),backgroundImage:B.propT("backgroundImage",T.bgImage),backgroundSize:!0,backgroundPosition:!0,backgroundRepeat:!0,backgroundAttachment:!0,backgroundClip:{transform:T.bgClip},bgSize:B.prop("backgroundSize"),bgPosition:B.prop("backgroundPosition"),bg:B.colors("background"),bgColor:B.colors("backgroundColor"),bgPos:B.prop("backgroundPosition"),bgRepeat:B.prop("backgroundRepeat"),bgAttachment:B.prop("backgroundAttachment"),bgGradient:B.propT("backgroundImage",T.gradient),bgClip:{transform:T.bgClip}};Object.assign(z,{bgImage:z.backgroundImage,bgImg:z.backgroundImage});var j={border:B.borders("border"),borderWidth:B.borderWidths("borderWidth"),borderStyle:B.borderStyles("borderStyle"),borderColor:B.colors("borderColor"),borderRadius:B.radii("borderRadius"),borderTop:B.borders("borderTop"),borderBlockStart:B.borders("borderBlockStart"),borderTopLeftRadius:B.radii("borderTopLeftRadius"),borderStartStartRadius:B.logical({scale:"radii",property:{ltr:"borderTopLeftRadius",rtl:"borderTopRightRadius"}}),borderEndStartRadius:B.logical({scale:"radii",property:{ltr:"borderBottomLeftRadius",rtl:"borderBottomRightRadius"}}),borderTopRightRadius:B.radii("borderTopRightRadius"),borderStartEndRadius:B.logical({scale:"radii",property:{ltr:"borderTopRightRadius",rtl:"borderTopLeftRadius"}}),borderEndEndRadius:B.logical({scale:"radii",property:{ltr:"borderBottomRightRadius",rtl:"borderBottomLeftRadius"}}),borderRight:B.borders("borderRight"),borderInlineEnd:B.borders("borderInlineEnd"),borderBottom:B.borders("borderBottom"),borderBlockEnd:B.borders("borderBlockEnd"),borderBottomLeftRadius:B.radii("borderBottomLeftRadius"),borderBottomRightRadius:B.radii("borderBottomRightRadius"),borderLeft:B.borders("borderLeft"),borderInlineStart:{property:"borderInlineStart",scale:"borders"},borderInlineStartRadius:B.logical({scale:"radii",property:{ltr:["borderTopLeftRadius","borderBottomLeftRadius"],rtl:["borderTopRightRadius","borderBottomRightRadius"]}}),borderInlineEndRadius:B.logical({scale:"radii",property:{ltr:["borderTopRightRadius","borderBottomRightRadius"],rtl:["borderTopLeftRadius","borderBottomLeftRadius"]}}),borderX:B.borders(["borderLeft","borderRight"]),borderInline:B.borders("borderInline"),borderY:B.borders(["borderTop","borderBottom"]),borderBlock:B.borders("borderBlock"),borderTopWidth:B.borderWidths("borderTopWidth"),borderBlockStartWidth:B.borderWidths("borderBlockStartWidth"),borderTopColor:B.colors("borderTopColor"),borderBlockStartColor:B.colors("borderBlockStartColor"),borderTopStyle:B.borderStyles("borderTopStyle"),borderBlockStartStyle:B.borderStyles("borderBlockStartStyle"),borderBottomWidth:B.borderWidths("borderBottomWidth"),borderBlockEndWidth:B.borderWidths("borderBlockEndWidth"),borderBottomColor:B.colors("borderBottomColor"),borderBlockEndColor:B.colors("borderBlockEndColor"),borderBottomStyle:B.borderStyles("borderBottomStyle"),borderBlockEndStyle:B.borderStyles("borderBlockEndStyle"),borderLeftWidth:B.borderWidths("borderLeftWidth"),borderInlineStartWidth:B.borderWidths("borderInlineStartWidth"),borderLeftColor:B.colors("borderLeftColor"),borderInlineStartColor:B.colors("borderInlineStartColor"),borderLeftStyle:B.borderStyles("borderLeftStyle"),borderInlineStartStyle:B.borderStyles("borderInlineStartStyle"),borderRightWidth:B.borderWidths("borderRightWidth"),borderInlineEndWidth:B.borderWidths("borderInlineEndWidth"),borderRightColor:B.colors("borderRightColor"),borderInlineEndColor:B.colors("borderInlineEndColor"),borderRightStyle:B.borderStyles("borderRightStyle"),borderInlineEndStyle:B.borderStyles("borderInlineEndStyle"),borderTopRadius:B.radii(["borderTopLeftRadius","borderTopRightRadius"]),borderBottomRadius:B.radii(["borderBottomLeftRadius","borderBottomRightRadius"]),borderLeftRadius:B.radii(["borderTopLeftRadius","borderBottomLeftRadius"]),borderRightRadius:B.radii(["borderTopRightRadius","borderBottomRightRadius"])};Object.assign(j,{rounded:j.borderRadius,roundedTop:j.borderTopRadius,roundedTopLeft:j.borderTopLeftRadius,roundedTopRight:j.borderTopRightRadius,roundedTopStart:j.borderStartStartRadius,roundedTopEnd:j.borderStartEndRadius,roundedBottom:j.borderBottomRadius,roundedBottomLeft:j.borderBottomLeftRadius,roundedBottomRight:j.borderBottomRightRadius,roundedBottomStart:j.borderEndStartRadius,roundedBottomEnd:j.borderEndEndRadius,roundedLeft:j.borderLeftRadius,roundedRight:j.borderRightRadius,roundedStart:j.borderInlineStartRadius,roundedEnd:j.borderInlineEndRadius,borderStart:j.borderInlineStart,borderEnd:j.borderInlineEnd,borderTopStartRadius:j.borderStartStartRadius,borderTopEndRadius:j.borderStartEndRadius,borderBottomStartRadius:j.borderEndStartRadius,borderBottomEndRadius:j.borderEndEndRadius,borderStartRadius:j.borderInlineStartRadius,borderEndRadius:j.borderInlineEndRadius,borderStartWidth:j.borderInlineStartWidth,borderEndWidth:j.borderInlineEndWidth,borderStartColor:j.borderInlineStartColor,borderEndColor:j.borderInlineEndColor,borderStartStyle:j.borderInlineStartStyle,borderEndStyle:j.borderInlineEndStyle});var P={color:B.colors("color"),textColor:B.colors("color"),fill:B.colors("fill"),stroke:B.colors("stroke")},M={boxShadow:B.shadows("boxShadow"),mixBlendMode:!0,blendMode:B.prop("mixBlendMode"),backgroundBlendMode:!0,bgBlendMode:B.prop("backgroundBlendMode"),opacity:!0};Object.assign(M,{shadow:M.boxShadow});var F={filter:{transform:T.filter},blur:B.blur("--chakra-blur"),brightness:B.propT("--chakra-brightness",T.brightness),contrast:B.propT("--chakra-contrast",T.contrast),hueRotate:B.degreeT("--chakra-hue-rotate"),invert:B.propT("--chakra-invert",T.invert),saturate:B.propT("--chakra-saturate",T.saturate),dropShadow:B.propT("--chakra-drop-shadow",T.dropShadow),backdropFilter:{transform:T.backdropFilter},backdropBlur:B.blur("--chakra-backdrop-blur"),backdropBrightness:B.propT("--chakra-backdrop-brightness",T.brightness),backdropContrast:B.propT("--chakra-backdrop-contrast",T.contrast),backdropHueRotate:B.degreeT("--chakra-backdrop-hue-rotate"),backdropInvert:B.propT("--chakra-backdrop-invert",T.invert),backdropSaturate:B.propT("--chakra-backdrop-saturate",T.saturate)},O={alignItems:!0,alignContent:!0,justifyItems:!0,justifyContent:!0,flexWrap:!0,flexDirection:{transform:T.flexDirection},experimental_spaceX:{static:v,transform:l({scale:"space",transform:function(e){return null!==e?{"--chakra-space-x":e}:null}})},experimental_spaceY:{static:y,transform:l({scale:"space",transform:function(e){return null!=e?{"--chakra-space-y":e}:null}})},flex:!0,flexFlow:!0,flexGrow:!0,flexShrink:!0,flexBasis:B.sizes("flexBasis"),justifySelf:!0,alignSelf:!0,order:!0,placeItems:!0,placeContent:!0,placeSelf:!0,gap:B.space("gap"),rowGap:B.space("rowGap"),columnGap:B.space("columnGap")};Object.assign(O,{flexDir:O.flexDirection});var I={gridGap:B.space("gridGap"),gridColumnGap:B.space("gridColumnGap"),gridRowGap:B.space("gridRowGap"),gridColumn:!0,gridRow:!0,gridAutoFlow:!0,gridAutoColumns:!0,gridColumnStart:!0,gridColumnEnd:!0,gridRowStart:!0,gridRowEnd:!0,gridAutoRows:!0,gridTemplate:!0,gridTemplateColumns:!0,gridTemplateRows:!0,gridTemplateAreas:!0,gridArea:!0},W={appearance:!0,cursor:!0,resize:!0,userSelect:!0,pointerEvents:!0,outline:{transform:T.outline},outlineOffset:!0,outlineColor:B.colors("outlineColor")},D={width:B.sizesT("width"),inlineSize:B.sizesT("inlineSize"),height:B.sizes("height"),blockSize:B.sizes("blockSize"),boxSize:B.sizes(["width","height"]),minWidth:B.sizes("minWidth"),minInlineSize:B.sizes("minInlineSize"),minHeight:B.sizes("minHeight"),minBlockSize:B.sizes("minBlockSize"),maxWidth:B.sizes("maxWidth"),maxInlineSize:B.sizes("maxInlineSize"),maxHeight:B.sizes("maxHeight"),maxBlockSize:B.sizes("maxBlockSize"),d:B.prop("display"),overflow:!0,overflowX:!0,overflowY:!0,overscrollBehavior:!0,overscrollBehaviorX:!0,overscrollBehaviorY:!0,display:!0,verticalAlign:!0,boxSizing:!0,boxDecorationBreak:!0,float:B.propT("float",T.float),objectFit:!0,objectPosition:!0,visibility:!0,isolation:!0};Object.assign(D,{w:D.width,h:D.height,minW:D.minWidth,maxW:D.maxWidth,minH:D.minHeight,maxH:D.maxHeight,overscroll:D.overscrollBehavior,overscrollX:D.overscrollBehaviorX,overscrollY:D.overscrollBehaviorY});var L={listStyleType:!0,listStylePosition:!0,listStylePos:B.prop("listStylePosition"),listStyleImage:!0,listStyleImg:B.prop("listStyleImage")},N={border:"0px",clip:"rect(0, 0, 0, 0)",width:"1px",height:"1px",margin:"-1px",padding:"0px",overflow:"hidden",whiteSpace:"nowrap",position:"absolute"},H={position:"static",width:"auto",height:"auto",clip:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal"},$=function(e,r,t){var o={},a=(0,n.Wf)(e,r,{});for(var i in a){i in t&&null!=t[i]||(o[i]=a[i])}return o},G={srOnly:{transform:function(e){return!0===e?N:"focusable"===e?H:{}}},layerStyle:{processResult:!0,transform:function(e,r,t){return $(r,"layerStyles."+e,t)}},textStyle:{processResult:!0,transform:function(e,r,t){return $(r,"textStyles."+e,t)}},apply:{processResult:!0,transform:function(e,r,t){return $(r,e,t)}}},q={position:!0,pos:B.prop("position"),zIndex:B.prop("zIndex","zIndices"),inset:B.spaceT("inset"),insetX:B.spaceT(["left","right"]),insetInline:B.spaceT("insetInline"),insetY:B.spaceT(["top","bottom"]),insetBlock:B.spaceT("insetBlock"),top:B.spaceT("top"),insetBlockStart:B.spaceT("insetBlockStart"),bottom:B.spaceT("bottom"),insetBlockEnd:B.spaceT("insetBlockEnd"),left:B.spaceT("left"),insetInlineStart:B.logical({scale:"space",property:{ltr:"left",rtl:"right"}}),right:B.spaceT("right"),insetInlineEnd:B.logical({scale:"space",property:{ltr:"right",rtl:"left"}})};Object.assign(q,{insetStart:q.insetInlineStart,insetEnd:q.insetInlineEnd});var V={ring:{transform:T.ring},ringColor:B.colors("--chakra-ring-color"),ringOffset:B.prop("--chakra-ring-offset-width"),ringOffsetColor:B.colors("--chakra-ring-offset-color"),ringInset:B.prop("--chakra-ring-inset")},U={margin:B.spaceT("margin"),marginTop:B.spaceT("marginTop"),marginBlockStart:B.spaceT("marginBlockStart"),marginRight:B.spaceT("marginRight"),marginInlineEnd:B.spaceT("marginInlineEnd"),marginBottom:B.spaceT("marginBottom"),marginBlockEnd:B.spaceT("marginBlockEnd"),marginLeft:B.spaceT("marginLeft"),marginInlineStart:B.spaceT("marginInlineStart"),marginX:B.spaceT(["marginInlineStart","marginInlineEnd"]),marginInline:B.spaceT("marginInline"),marginY:B.spaceT(["marginTop","marginBottom"]),marginBlock:B.spaceT("marginBlock"),padding:B.space("padding"),paddingTop:B.space("paddingTop"),paddingBlockStart:B.space("paddingBlockStart"),paddingRight:B.space("paddingRight"),paddingBottom:B.space("paddingBottom"),paddingBlockEnd:B.space("paddingBlockEnd"),paddingLeft:B.space("paddingLeft"),paddingInlineStart:B.space("paddingInlineStart"),paddingInlineEnd:B.space("paddingInlineEnd"),paddingX:B.space(["paddingInlineStart","paddingInlineEnd"]),paddingInline:B.space("paddingInline"),paddingY:B.space(["paddingTop","paddingBottom"]),paddingBlock:B.space("paddingBlock")};Object.assign(U,{m:U.margin,mt:U.marginTop,mr:U.marginRight,me:U.marginInlineEnd,marginEnd:U.marginInlineEnd,mb:U.marginBottom,ml:U.marginLeft,ms:U.marginInlineStart,marginStart:U.marginInlineStart,mx:U.marginX,my:U.marginY,p:U.padding,pt:U.paddingTop,py:U.paddingY,px:U.paddingX,pb:U.paddingBottom,pl:U.paddingLeft,ps:U.paddingInlineStart,paddingStart:U.paddingInlineStart,pr:U.paddingRight,pe:U.paddingInlineEnd,paddingEnd:U.paddingInlineEnd});var X={textDecorationColor:B.colors("textDecorationColor"),textDecoration:!0,textDecor:{property:"textDecoration"},textDecorationLine:!0,textDecorationStyle:!0,textDecorationThickness:!0,textUnderlineOffset:!0,textShadow:B.shadows("textShadow")},Y={clipPath:!0,transform:B.propT("transform",T.transform),transformOrigin:!0,translateX:B.spaceT("--chakra-translate-x"),translateY:B.spaceT("--chakra-translate-y"),skewX:B.degreeT("--chakra-skew-x"),skewY:B.degreeT("--chakra-skew-y"),scaleX:B.prop("--chakra-scale-x"),scaleY:B.prop("--chakra-scale-y"),scale:B.prop(["--chakra-scale-x","--chakra-scale-y"]),rotate:B.degreeT("--chakra-rotate")},Z={transition:!0,transitionDelay:!0,animation:!0,willChange:!0,transitionDuration:B.prop("transitionDuration","transition.duration"),transitionProperty:B.prop("transitionProperty","transition.property"),transitionTimingFunction:B.prop("transitionTimingFunction","transition.easing")},K={fontFamily:B.prop("fontFamily","fonts"),fontSize:B.prop("fontSize","fontSizes",T.px),fontWeight:B.prop("fontWeight","fontWeights"),lineHeight:B.prop("lineHeight","lineHeights"),letterSpacing:B.prop("letterSpacing","letterSpacings"),textAlign:!0,fontStyle:!0,wordBreak:!0,overflowWrap:!0,textOverflow:!0,textTransform:!0,whiteSpace:!0,noOfLines:{static:{overflow:"hidden",textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",WebkitLineClamp:"var(--chakra-line-clamp)"},property:"--chakra-line-clamp"},isTruncated:{transform:function(e){if(!0===e)return{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}}}},Q={scrollBehavior:!0,scrollSnapAlign:!0,scrollSnapStop:!0,scrollSnapType:!0,scrollMargin:B.spaceT("scrollMargin"),scrollMarginTop:B.spaceT("scrollMarginTop"),scrollMarginBottom:B.spaceT("scrollMarginBottom"),scrollMarginLeft:B.spaceT("scrollMarginLeft"),scrollMarginRight:B.spaceT("scrollMarginRight"),scrollMarginX:B.spaceT(["scrollMarginLeft","scrollMarginRight"]),scrollMarginY:B.spaceT(["scrollMarginTop","scrollMarginBottom"]),scrollPadding:B.spaceT("scrollPadding"),scrollPaddingTop:B.spaceT("scrollPaddingTop"),scrollPaddingBottom:B.spaceT("scrollPaddingBottom"),scrollPaddingLeft:B.spaceT("scrollPaddingLeft"),scrollPaddingRight:B.spaceT("scrollPaddingRight"),scrollPaddingX:B.spaceT(["scrollPaddingLeft","scrollPaddingRight"]),scrollPaddingY:B.spaceT(["scrollPaddingTop","scrollPaddingBottom"])};function J(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}function ee(e,r){var t="undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(t)return(t=t.call(e)).next.bind(t);if(Array.isArray(e)||(t=function(e,r){if(e){if("string"===typeof e)return J(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?J(e,r):void 0}}(e))||r&&e&&"number"===typeof e.length){t&&(e=t);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var re=function(e,r){return e+":hover "+r+", "+e+"[data-hover] "+r},te=function(e,r){return e+":focus "+r+", "+e+"[data-focus] "+r},ne=function(e,r){return e+":focus-visible "+r},oe=function(e,r){return e+":focus-within "+r},ae=function(e,r){return e+":active "+r+", "+e+"[data-active] "+r},ie=function(e,r){return e+":disabled "+r+", "+e+"[data-disabled] "+r},se=function(e,r){return e+":invalid "+r+", "+e+"[data-invalid] "+r},le=function(e,r){return e+":checked "+r+", "+e+"[data-checked] "+r},ce=function(e,r){return e+":placeholder-shown "+r},ue=function(e){return fe((function(r){return e(r,"&")}),"[role=group]","[data-group]",".group")},de=function(e){return fe((function(r){return e(r,"~ &")}),"[data-peer]",".peer")},fe=function(e){for(var r=arguments.length,t=new Array(r>1?r-1:0),n=1;n<r;n++)t[n-1]=arguments[n];return t.map(e).join(", ")},pe={_hover:"&:hover, &[data-hover]",_active:"&:active, &[data-active]",_focus:"&:focus, &[data-focus]",_highlighted:"&[data-highlighted]",_focusWithin:"&:focus-within",_focusVisible:"&:focus-visible",_disabled:"&[disabled], &[aria-disabled=true], &[data-disabled]",_readOnly:"&[aria-readonly=true], &[readonly], &[data-readonly]",_before:"&::before",_after:"&::after",_empty:"&:empty",_expanded:"&[aria-expanded=true], &[data-expanded]",_checked:"&[aria-checked=true], &[data-checked]",_grabbed:"&[aria-grabbed=true], &[data-grabbed]",_pressed:"&[aria-pressed=true], &[data-pressed]",_invalid:"&[aria-invalid=true], &[data-invalid]",_valid:"&[data-valid], &[data-state=valid]",_loading:"&[data-loading], &[aria-busy=true]",_selected:"&[aria-selected=true], &[data-selected]",_hidden:"&[hidden], &[data-hidden]",_autofill:"&:-webkit-autofill",_even:"&:nth-of-type(even)",_odd:"&:nth-of-type(odd)",_first:"&:first-of-type",_last:"&:last-of-type",_notFirst:"&:not(:first-of-type)",_notLast:"&:not(:last-of-type)",_visited:"&:visited",_activeLink:"&[aria-current=page]",_activeStep:"&[aria-current=step]",_indeterminate:"&:indeterminate, &[aria-checked=mixed], &[data-indeterminate]",_groupHover:ue(re),_peerHover:de(re),_groupFocus:ue(te),_peerFocus:de(te),_groupFocusVisible:ue(ne),_peerFocusVisible:de(ne),_groupActive:ue(ae),_peerActive:de(ae),_groupDisabled:ue(ie),_peerDisabled:de(ie),_groupInvalid:ue(se),_peerInvalid:de(se),_groupChecked:ue(le),_peerChecked:de(le),_groupFocusWithin:ue(oe),_peerFocusWithin:de(oe),_peerPlaceholderShown:de(ce),_placeholder:"&::placeholder",_placeholderShown:"&::placeholder-shown",_fullScreen:"&:fullscreen",_selection:"&::selection",_rtl:"[dir=rtl] &, &[dir=rtl]",_ltr:"[dir=ltr] &, &[dir=ltr]",_mediaDark:"@media (prefers-color-scheme: dark)",_mediaReduceMotion:"@media (prefers-reduced-motion: reduce)",_dark:".chakra-ui-dark &, [data-theme=dark] &, &[data-theme=dark]",_light:".chakra-ui-light &, [data-theme=light] &, &[data-theme=light]"},he=(0,n.Yd)(pe),me=a()({},z,j,P,O,D,F,V,W,I,G,q,M,U,Q,K,X,Y,L,Z),ge=Object.assign({},U,D,O,I,q),be=((0,n.Yd)(ge),[].concat((0,n.Yd)(me),he)),ve=i({},me,pe),ye=function(e){return e in ve},xe=function(e,r){return e.startsWith("--")&&(0,n.HD)(r)&&!(0,n.FS)(r)},we=function(e,r){var t,n;if(null==r)return r;var o=function(r){var t,n;return null==(t=e.__cssMap)||null==(n=t[r])?void 0:n.varRef},a=function(e){var r;return null!=(r=o(e))?r:e},i=r.split(",").map((function(e){return e.trim()})),s=i[0],l=i[1];return r=null!=(t=null!=(n=o(s))?n:a(l))?t:a(r)};function ke(e){var r=e.configs,t=void 0===r?{}:r,o=e.pseudos,i=void 0===o?{}:o,s=e.theme;return function e(r,o){void 0===o&&(o=!1);var l=(0,n.Pu)(r,s),c=function(e){return function(r){if(!r.__breakpoints)return e;var t=r.__breakpoints,o=t.isResponsive,a=t.toArrayValue,i=t.media,s={};for(var l in e){var c=(0,n.Pu)(e[l],r);if(null!=c)if(c=(0,n.Kn)(c)&&o(c)?a(c):c,Array.isArray(c))for(var u=c.slice(0,i.length).length,d=0;d<u;d+=1){var f=null==i?void 0:i[d];f?(s[f]=s[f]||{},null!=c[d]&&(s[f][l]=c[d])):s[l]=c[d]}else s[l]=c}return s}}(l)(s),u={};for(var d in c){var f,p,h,m,g,b=c[d],v=(0,n.Pu)(b,s);d in i&&(d=i[d]),xe(d,v)&&(v=we(s,v));var y=t[d];if(!0===y&&(y={property:d}),(0,n.Kn)(v)){var x;u[d]=null!=(x=u[d])?x:{},u[d]=a()({},u[d],e(v,!0))}else{var w=null!=(f=null==(p=y)||null==p.transform?void 0:p.transform(v,s,l))?f:v;w=null!=(h=y)&&h.processResult?e(w,!0):w;var k=(0,n.Pu)(null==(m=y)?void 0:m.property,s);if(!o&&null!=(g=y)&&g.static){var S=(0,n.Pu)(y.static,s);u=a()({},u,S)}if(k&&Array.isArray(k))for(var _,C=ee(k);!(_=C()).done;){u[_.value]=w}else k?"&"===k&&(0,n.Kn)(w)?u=a()({},u,w):u[k]=w:(0,n.Kn)(w)?u=a()({},u,w):u[d]=w}}return u}}var Se=function(e){return function(r){return ke({theme:r,pseudos:pe,configs:me})(e)}};function _e(e){return(0,n.Kn)(e)&&e.reference?e.reference:String(e)}var Ce=function(e){for(var r=arguments.length,t=new Array(r>1?r-1:0),n=1;n<r;n++)t[n-1]=arguments[n];return t.map(_e).join(" "+e+" ").replace(/calc/g,"")},Ee=function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return"calc("+Ce.apply(void 0,["+"].concat(r))+")"},Ae=function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return"calc("+Ce.apply(void 0,["-"].concat(r))+")"},Re=function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return"calc("+Ce.apply(void 0,["*"].concat(r))+")"},Te=function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return"calc("+Ce.apply(void 0,["/"].concat(r))+")"},Be=function(e){var r=_e(e);return null==r||Number.isNaN(parseFloat(r))?Re(r,-1):String(r).startsWith("-")?String(r).slice(1):"-"+r},ze=Object.assign((function(e){return{add:function(){for(var r=arguments.length,t=new Array(r),n=0;n<r;n++)t[n]=arguments[n];return ze(Ee.apply(void 0,[e].concat(t)))},subtract:function(){for(var r=arguments.length,t=new Array(r),n=0;n<r;n++)t[n]=arguments[n];return ze(Ae.apply(void 0,[e].concat(t)))},multiply:function(){for(var r=arguments.length,t=new Array(r),n=0;n<r;n++)t[n]=arguments[n];return ze(Re.apply(void 0,[e].concat(t)))},divide:function(){for(var r=arguments.length,t=new Array(r),n=0;n<r;n++)t[n]=arguments[n];return ze(Te.apply(void 0,[e].concat(t)))},negate:function(){return ze(Be(e))},toString:function(){return e.toString()}}}),{add:Ee,subtract:Ae,multiply:Re,divide:Te,negate:Be});function je(e){var r=function(e,r){return void 0===r&&(r="-"),e.replace(/\s+/g,r)}(e.toString());return r.includes("\\.")?e:!Number.isInteger(parseFloat(e.toString()))?r.replace(".","\\."):e}function Pe(e,r){return"var("+je(e)+(r?", "+r:"")+")"}function Me(e,r){return void 0===r&&(r=""),"--"+function(e,r){return void 0===r&&(r=""),[r,je(e)].filter(Boolean).join("-")}(e,r)}function Fe(e,r,t){var n=Me(e,t);return{variable:n,reference:Pe(n,r)}}var Oe={space:function(e,r,t){var n,o=Oe.defaultHandler(e,r,t),a=e[0]+".-"+e.slice(1).join("."),s=Fe(e.join("-"),void 0,t.cssVarPrefix),l=s.variable,c=s.reference,u=ze.negate(r),d=ze.negate(c);return{cssVars:o.cssVars,cssMap:i({},o.cssMap,(n={},n[a]={value:""+u,var:""+l,varRef:d},n))}},defaultHandler:function(e,r,t){var n,o,a=e.join("."),i=Fe(e.join("-"),void 0,t.cssVarPrefix),s=i.variable,l=i.reference;return{cssVars:(n={},n[s]=r,n),cssMap:(o={},o[a]={value:r,var:s,varRef:l},o)}}};var Ie=["__cssMap","__cssVars","__breakpoints"],We=["colors","borders","borderWidths","borderStyles","fonts","fontSizes","fontWeights","letterSpacings","lineHeights","radii","space","shadows","sizes","zIndices","transition","blur"];function De(e){var r=We;return(0,n.ei)(e,r)}function Le(e){return e.__cssMap,e.__cssVars,e.__breakpoints,function(e,r){if(null==e)return{};var t,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)t=a[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,Ie)}function Ne(e){var r,t=Le(e),o=function(e,r){var t={cssMap:{},cssVars:{}};return(0,n.Vg)(e,(function(e,n){var o,a=n[0],i=(null!=(o=Oe[a])?o:Oe.defaultHandler)(n,e,r),s=i.cssVars,l=i.cssMap;Object.assign(t.cssVars,s),Object.assign(t.cssMap,l)})),t}(De(t),{cssVarPrefix:null==(r=t.config)?void 0:r.cssVarPrefix}),a=o.cssMap,s=o.cssVars;return Object.assign(t,{__cssVars:i({},{"--chakra-ring-inset":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-ring-offset-width":"0px","--chakra-ring-offset-color":"#fff","--chakra-ring-color":"rgba(66, 153, 225, 0.6)","--chakra-ring-offset-shadow":"0 0 #0000","--chakra-ring-shadow":"0 0 #0000","--chakra-space-x-reverse":"0","--chakra-space-y-reverse":"0"},s),__cssMap:a,__breakpoints:(0,n.yn)(t.breakpoints)}),t}},42846:function(e,r,t){"use strict";t.d(r,{ZL:function(){return P},Fo:function(){return z},f6:function(){return R},m$:function(){return H},Gp:function(){return $},Lr:function(){return M},jC:function(){return V},mq:function(){return q},yK:function(){return j},Fg:function(){return T}});var n=t(20949),o=t(94244),a=t(70917),i=t(59394),s=t(15031),l=t(38554),c=t.n(l),u=t(67294),d=t(69590),f=t.n(d),p=t(26450),h=t(87462),m=t(67866),g=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,b=(0,m.Z)((function(e){return g.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91})),v=t(70444),y=t(44478),x=b,w=function(e){return"theme"!==e},k=function(e){return"string"===typeof e&&e.charCodeAt(0)>96?x:w},S=function(e,r,t){var n;if(r){var o=r.shouldForwardProp;n=e.__emotion_forwardProp&&o?function(r){return e.__emotion_forwardProp(r)&&o(r)}:o}return"function"!==typeof n&&t&&(n=e.__emotion_forwardProp),n},_=function(){return null},C=function e(r,t){var n,o,a=r.__emotion_real===r,s=a&&r.__emotion_base||r;void 0!==t&&(n=t.label,o=t.target);var l=S(r,t,a),c=l||k(s),d=!c("as");return function(){var f=arguments,p=a&&void 0!==r.__emotion_styles?r.__emotion_styles.slice(0):[];if(void 0!==n&&p.push("label:"+n+";"),null==f[0]||void 0===f[0].raw)p.push.apply(p,f);else{0,p.push(f[0][0]);for(var m=f.length,g=1;g<m;g++)p.push(f[g],f[0][g])}var b=(0,i.w)((function(e,r,t){var n=d&&e.as||s,a="",f=[],h=e;if(null==e.theme){for(var m in h={},e)h[m]=e[m];h.theme=(0,u.useContext)(i.T)}"string"===typeof e.className?a=(0,v.f)(r.registered,f,e.className):null!=e.className&&(a=e.className+" ");var g=(0,y.O)(p.concat(f),r.registered,h);(0,v.M)(r,g,"string"===typeof n);a+=r.key+"-"+g.name,void 0!==o&&(a+=" "+o);var b=d&&void 0===l?k(n):c,x={};for(var w in e)d&&"as"===w||b(w)&&(x[w]=e[w]);x.className=a,x.ref=t;var S=(0,u.createElement)(n,x),C=(0,u.createElement)(_,null);return(0,u.createElement)(u.Fragment,null,C,S)}));return b.displayName=void 0!==n?n:"Styled("+("string"===typeof s?s:s.displayName||s.name||"Component")+")",b.defaultProps=r.defaultProps,b.__emotion_real=b,b.__emotion_base=s,b.__emotion_styles=p,b.__emotion_forwardProp=l,Object.defineProperty(b,"toString",{value:function(){return"."+o}}),b.withComponent=function(r,n){return e(r,(0,h.Z)({},t,n,{shouldForwardProp:S(b,n,!0)})).apply(void 0,p)},b}}.bind();["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"].forEach((function(e){C[e]=C(e)}));var E=C;function A(){return(A=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(this,arguments)}var R=function(e){var r=e.cssVarsRoot,t=void 0===r?":host, :root":r,n=e.theme,s=e.children,l=u.useMemo((function(){return(0,o.c0)(n)}),[n]);return u.createElement(i.a,{theme:l},u.createElement(a.xB,{styles:function(e){var r;return(r={})[t]=e.__cssVars,r}}),s)};function T(){var e=u.useContext(i.T);if(!e)throw Error("useTheme: `theme` is undefined. Seems you forgot to wrap your app in `<ChakraProvider />` or `<ThemeProvider />`");return e}var B=(0,p.kr)({name:"StylesContext",errorMessage:"useStyles: `styles` is undefined. Seems you forgot to wrap the components in `<StylesProvider />` "}),z=B[0],j=B[1],P=function(){var e=(0,n.If)().colorMode;return u.createElement(a.xB,{styles:function(r){var t=(0,s.Wf)(r,"styles.global"),n=(0,s.Pu)(t,{theme:r,colorMode:e});if(n){var a=(0,o.iv)(n)(r);return a}}})};function M(e){return(0,s.CE)(e,["styleConfig","size","variant","colorScheme"])}function F(){return A({},(0,n.If)(),{theme:T()})}function O(e,r){if(null==e)return{};var t,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)t=a[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}var I=new Set([].concat(o.cC,["textStyle","layerStyle","apply","isTruncated","noOfLines","focusBorderColor","errorBorderColor","as","__css","css","sx"])),W=new Set(["htmlWidth","htmlHeight","htmlSize"]),D=function(e){return W.has(e)||!I.has(e)},L=["theme","css","__css","sx"],N=["baseStyle"];var H=function(e,r){var t=null!=r?r:{},n=t.baseStyle,a=O(t,N);a.shouldForwardProp||(a.shouldForwardProp=D);var i=function(e){var r=e.baseStyle;return function(e){e.theme;var t=e.css,n=e.__css,a=e.sx,i=O(e,L),l=(0,s.lw)(i,(function(e,r){return(0,o.ZR)(r)})),c=(0,s.Pu)(r,e),u=Object.assign({},n,c,(0,s.YU)(l),a),d=(0,o.iv)(u)(e.theme);return t?[d,t]:d}}({baseStyle:n});return E(e,a)(i)};function $(e){return u.forwardRef(e)}["a","b","article","aside","blockquote","button","caption","cite","circle","code","dd","div","dl","dt","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","img","input","kbd","label","li","main","mark","nav","ol","p","path","pre","q","rect","s","svg","section","select","strong","small","span","sub","sup","table","tbody","td","textarea","tfoot","th","thead","tr","ul"].forEach((function(e){H[e]=H(e)}));var G=["styleConfig"];function q(e,r,t){var n;void 0===r&&(r={}),void 0===t&&(t={});var o=r,a=o.styleConfig,i=O(o,G),l=F(),d=l.theme,p=l.colorMode,h=(0,s.Wf)(d,"components."+e),m=a||h,g=c()({theme:d,colorMode:p},null!=(n=null==m?void 0:m.defaultProps)?n:{},(0,s.YU)((0,s.CE)(i,["children"]))),b=(0,u.useRef)({});if(m){var v,y,x,w,k,S,_=(0,s.Pu)(null!=(v=m.baseStyle)?v:{},g),C=(0,s.Pu)(null!=(y=null==(x=m.variants)?void 0:x[g.variant])?y:{},g),E=(0,s.Pu)(null!=(w=null==(k=m.sizes)?void 0:k[g.size])?w:{},g),A=c()({},_,E,C);null!=(S=t)&&S.isMultiPart&&m.parts&&m.parts.forEach((function(e){var r;A[e]=null!=(r=A[e])?r:{}})),f()(b.current,A)||(b.current=A)}return b.current}function V(e,r){return q(e,r,{isMultiPart:!0})}},15031:function(e,r,t){"use strict";t.d(r,{Ts:function(){return h},yn:function(){return R},Qm:function(){return z},v0:function(){return M},cx:function(){return j},PB:function(){return B},YU:function(){return y},sq:function(){return w},K1:function(){return k},jU:function(){return T},FS:function(){return p},Qr:function(){return u},mf:function(){return l},Ft:function(){return d},hj:function(){return i},Kn:function(){return c},HD:function(){return f},XQ:function(){return D},Wf:function(){return b},ZT:function(){return O},lw:function(){return v},Yd:function(){return x},CE:function(){return m},ei:function(){return g},zG:function(){return W},px:function(){return S},Pu:function(){return P},Vg:function(){return L},ZK:function(){return I}});t(38554);var n=1/60*1e3,o="undefined"!==typeof performance?function(){return performance.now()}:function(){return Date.now()};function a(e){var r=null==e?0:e.length;return r?e[r-1]:void 0}function i(e){return"number"===typeof e}function s(e){return Array.isArray(e)}function l(e){return"function"===typeof e}function c(e){var r=typeof e;return null!=e&&("object"===r||"function"===r)&&!s(e)}function u(e){return c(e)&&0===Object.keys(e).length}function d(e){return null==e}function f(e){return"[object String]"===Object.prototype.toString.call(e)}function p(e){return/^var\(--.+\)$/.test(e)}var h=!1;function m(e,r){var t={};return Object.keys(e).forEach((function(n){r.includes(n)||(t[n]=e[n])})),t}function g(e,r){var t={};return r.forEach((function(r){r in e&&(t[r]=e[r])})),t}var b=function(e){var r=new WeakMap;return function(t,n,o,a){if("undefined"===typeof t)return e(t,n,o);r.has(t)||r.set(t,new Map);var i=r.get(t);if(i.has(n))return i.get(n);var s=e(t,n,o,a);return i.set(n,s),s}}((function(e,r,t,n){var o="string"===typeof r?r.split("."):[r];for(n=0;n<o.length&&e;n+=1)e=e[o[n]];return void 0===e?t:e}));function v(e,r){var t={};return Object.keys(e).forEach((function(n){var o=e[n];r(o,n,e)&&(t[n]=o)})),t}var y=function(e){return v(e,(function(e){return null!==e&&void 0!==e}))},x=function(e){return Object.keys(e)},w=function(e){return e.reduce((function(e,r){var t=r[0],n=r[1];return e[t]=n,e}),{})},k=function(e,r,t){var n,o;return null!=(n=null==(o=e.__cssMap[r+"."+t])?void 0:o.varRef)?n:t};function S(e){return null==e?e:function(e){var r=parseFloat(e.toString()),t=e.toString().replace(String(r),"");return{unitless:!t,value:r,unit:t}}(e).unitless||i(e)?e+"px":e}var _=function(e,r){return parseInt(e[1],10)>parseInt(r[1],10)?1:-1},C=function(e){return w(Object.entries(e).sort(_))};function E(e){var r=C(e);return Object.assign(Object.values(r),r)}function A(e,r){var t=[];return e&&t.push("@media screen and (min-width: "+S(e)+")"),t.length>0&&r&&t.push("and"),r&&t.push("@media screen and (max-width: "+S(r)+")"),t.join(" ")}function R(e){var r;if(!e)return null;e.base=null!=(r=e.base)?r:"0px";var t=E(e),n=Object.entries(e).sort(_).map((function(e,r,t){var n,o=e[0],a=e[1],s=(null!=(n=t[r+1])?n:[])[1];return{breakpoint:o,minW:a,maxW:s=parseFloat(s)>0?function(e){var r;if(!e)return e;var t=(e=null!=(r=S(e))?r:e).endsWith("px")?-1:-.0635;return i(e)?""+(e+t):e.replace(/([0-9]+\.?[0-9]*)/,(function(e){return""+(parseFloat(e)+t)}))}(s):void 0,maxWQuery:A(null,s),minWQuery:A(a),minMaxQuery:A(a,s)}})),o=function(e){var r=Object.keys(C(e));return new Set(r)}(e),s=Array.from(o.values());return{keys:o,normalized:t,isResponsive:function(e){var r=Object.keys(e);return r.length>0&&r.every((function(e){return o.has(e)}))},asObject:C(e),asArray:E(e),details:n,media:[null].concat(t.map((function(e){return A(e)})).slice(1)),toArrayValue:function(e){if(!c(e))throw new Error("toArrayValue: value must be an object");for(var r=s.map((function(r){var t;return null!=(t=e[r])?t:null}));null===a(r);)r.pop();return r},toObjectValue:function(e){if(!Array.isArray(e))throw new Error("toObjectValue: value must be an array");return e.reduce((function(e,r,t){var n=s[t];return null!=n&&null!=r&&(e[n]=r),e}),{})}}}var T=!("undefined"===typeof window||!window.document||!window.document.createElement),B=function(e){return e?"":void 0},z=function(e){return!!e||void 0},j=function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return r.filter(Boolean).join(" ")};["input:not([disabled])","select:not([disabled])","textarea:not([disabled])","embed","iframe","object","a[href]","area[href]","button:not([disabled])","[tabindex]","audio[controls]","video[controls]","*[tabindex]:not([aria-disabled])","*[contenteditable]"].join();function P(e){for(var r=arguments.length,t=new Array(r>1?r-1:0),n=1;n<r;n++)t[n-1]=arguments[n];return l(e)?e.apply(void 0,t):e}function M(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return function(e){r.some((function(r){return null==r||r(e),null==e?void 0:e.defaultPrevented}))}}function F(e){var r;return function(){if(e){for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];r=e.apply(this,n),e=null}return r}}var O=function(){},I=F((function(e){return function(){var r=e.condition,t=e.message;r&&h&&console.warn(t)}})),W=(F((function(e){return function(){var r=e.condition,t=e.message;r&&h&&console.error(t)}})),function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return function(e){return r.reduce((function(e,r){return r(e)}),e)}});Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER;Object.freeze(["base","sm","md","lg","xl","2xl"]);function D(e,r){return s(e)?e.map((function(e){return null===e?null:r(e)})):c(e)?x(e).reduce((function(t,n){return t[n]=r(e[n]),t}),{}):null!=e?r(e):null}function L(e,r){return function e(t,n){return void 0===n&&(n=[]),s(t)?t.map((function(r,t){return e(r,[].concat(n,[String(t)]))})):c(t)?w(Object.entries(t).map((function(r){var t=r[0];return[t,e(r[1],[].concat(n,[t]))]}))):r(t,n)}(e)}},34474:function(e,r,t){"use strict";t.d(r,{Z:function(){return oe}});var n=t(11526),o=Math.abs,a=String.fromCharCode,i=Object.assign;function s(e){return e.trim()}function l(e,r,t){return e.replace(r,t)}function c(e,r){return e.indexOf(r)}function u(e,r){return 0|e.charCodeAt(r)}function d(e,r,t){return e.slice(r,t)}function f(e){return e.length}function p(e){return e.length}function h(e,r){return r.push(e),e}var m=1,g=1,b=0,v=0,y=0,x="";function w(e,r,t,n,o,a,i){return{value:e,root:r,parent:t,type:n,props:o,children:a,line:m,column:g,length:i,return:""}}function k(e,r){return i(w("",null,null,"",null,null,0),e,{length:-e.length},r)}function S(){return y=v>0?u(x,--v):0,g--,10===y&&(g=1,m--),y}function _(){return y=v<b?u(x,v++):0,g++,10===y&&(g=1,m++),y}function C(){return u(x,v)}function E(){return v}function A(e,r){return d(x,e,r)}function R(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function T(e){return m=g=1,b=f(x=e),v=0,[]}function B(e){return x="",e}function z(e){return s(A(v-1,M(91===e?e+2:40===e?e+1:e)))}function j(e){for(;(y=C())&&y<33;)_();return R(e)>2||R(y)>3?"":" "}function P(e,r){for(;--r&&_()&&!(y<48||y>102||y>57&&y<65||y>70&&y<97););return A(e,E()+(r<6&&32==C()&&32==_()))}function M(e){for(;_();)switch(y){case e:return v;case 34:case 39:34!==e&&39!==e&&M(y);break;case 40:41===e&&M(e);break;case 92:_()}return v}function F(e,r){for(;_()&&e+y!==57&&(e+y!==84||47!==C()););return"/*"+A(r,v-1)+"*"+a(47===e?e:_())}function O(e){for(;!R(C());)_();return A(e,v)}var I="-ms-",W="-moz-",D="-webkit-",L="comm",N="rule",H="decl",$="@keyframes";function G(e,r){for(var t="",n=p(e),o=0;o<n;o++)t+=r(e[o],o,e,r)||"";return t}function q(e,r,t,n){switch(e.type){case"@import":case H:return e.return=e.return||e.value;case L:return"";case $:return e.return=e.value+"{"+G(e.children,n)+"}";case N:e.value=e.props.join(",")}return f(t=G(e.children,n))?e.return=e.value+"{"+t+"}":""}function V(e,r){switch(function(e,r){return(((r<<2^u(e,0))<<2^u(e,1))<<2^u(e,2))<<2^u(e,3)}(e,r)){case 5103:return D+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return D+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return D+e+W+e+I+e+e;case 6828:case 4268:return D+e+I+e+e;case 6165:return D+e+I+"flex-"+e+e;case 5187:return D+e+l(e,/(\w+).+(:[^]+)/,"-webkit-box-$1$2-ms-flex-$1$2")+e;case 5443:return D+e+I+"flex-item-"+l(e,/flex-|-self/,"")+e;case 4675:return D+e+I+"flex-line-pack"+l(e,/align-content|flex-|-self/,"")+e;case 5548:return D+e+I+l(e,"shrink","negative")+e;case 5292:return D+e+I+l(e,"basis","preferred-size")+e;case 6060:return D+"box-"+l(e,"-grow","")+D+e+I+l(e,"grow","positive")+e;case 4554:return D+l(e,/([^-])(transform)/g,"$1-webkit-$2")+e;case 6187:return l(l(l(e,/(zoom-|grab)/,D+"$1"),/(image-set)/,D+"$1"),e,"")+e;case 5495:case 3959:return l(e,/(image-set\([^]*)/,D+"$1$`$1");case 4968:return l(l(e,/(.+:)(flex-)?(.*)/,"-webkit-box-pack:$3-ms-flex-pack:$3"),/s.+-b[^;]+/,"justify")+D+e+e;case 4095:case 3583:case 4068:case 2532:return l(e,/(.+)-inline(.+)/,D+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(f(e)-1-r>6)switch(u(e,r+1)){case 109:if(45!==u(e,r+4))break;case 102:return l(e,/(.+:)(.+)-([^]+)/,"$1-webkit-$2-$3$1"+W+(108==u(e,r+3)?"$3":"$2-$3"))+e;case 115:return~c(e,"stretch")?V(l(e,"stretch","fill-available"),r)+e:e}break;case 4949:if(115!==u(e,r+1))break;case 6444:switch(u(e,f(e)-3-(~c(e,"!important")&&10))){case 107:return l(e,":",":"+D)+e;case 101:return l(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+D+(45===u(e,14)?"inline-":"")+"box$3$1"+D+"$2$3$1"+I+"$2box$3")+e}break;case 5936:switch(u(e,r+11)){case 114:return D+e+I+l(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return D+e+I+l(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return D+e+I+l(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return D+e+I+e+e}return e}function U(e){return B(X("",null,null,null,[""],e=T(e),0,[0],e))}function X(e,r,t,n,o,i,s,u,d){for(var p=0,m=0,g=s,b=0,v=0,y=0,x=1,w=1,k=1,A=0,R="",T=o,B=i,M=n,I=R;w;)switch(y=A,A=_()){case 40:if(108!=y&&58==I.charCodeAt(g-1)){-1!=c(I+=l(z(A),"&","&\f"),"&\f")&&(k=-1);break}case 34:case 39:case 91:I+=z(A);break;case 9:case 10:case 13:case 32:I+=j(y);break;case 92:I+=P(E()-1,7);continue;case 47:switch(C()){case 42:case 47:h(Z(F(_(),E()),r,t),d);break;default:I+="/"}break;case 123*x:u[p++]=f(I)*k;case 125*x:case 59:case 0:switch(A){case 0:case 125:w=0;case 59+m:v>0&&f(I)-g&&h(v>32?K(I+";",n,t,g-1):K(l(I," ","")+";",n,t,g-2),d);break;case 59:I+=";";default:if(h(M=Y(I,r,t,p,m,o,u,R,T=[],B=[],g),i),123===A)if(0===m)X(I,r,M,M,T,i,g,u,B);else switch(b){case 100:case 109:case 115:X(e,M,M,n&&h(Y(e,M,M,0,0,o,u,R,o,T=[],g),B),o,B,g,u,n?T:B);break;default:X(I,M,M,M,[""],B,0,u,B)}}p=m=v=0,x=k=1,R=I="",g=s;break;case 58:g=1+f(I),v=y;default:if(x<1)if(123==A)--x;else if(125==A&&0==x++&&125==S())continue;switch(I+=a(A),A*x){case 38:k=m>0?1:(I+="\f",-1);break;case 44:u[p++]=(f(I)-1)*k,k=1;break;case 64:45===C()&&(I+=z(_())),b=C(),m=g=f(R=I+=O(E())),A++;break;case 45:45===y&&2==f(I)&&(x=0)}}return i}function Y(e,r,t,n,a,i,c,u,f,h,m){for(var g=a-1,b=0===a?i:[""],v=p(b),y=0,x=0,k=0;y<n;++y)for(var S=0,_=d(e,g+1,g=o(x=c[y])),C=e;S<v;++S)(C=s(x>0?b[S]+" "+_:l(_,/&\f/g,b[S])))&&(f[k++]=C);return w(e,r,t,0===a?N:u,f,h,m)}function Z(e,r,t){return w(e,r,t,L,a(y),d(e,2,-2),0)}function K(e,r,t,n){return w(e,r,t,H,d(e,0,n),d(e,n+1,-1),n)}var Q=function(e,r,t){for(var n=0,o=0;n=o,o=C(),38===n&&12===o&&(r[t]=1),!R(o);)_();return A(e,v)},J=function(e,r){return B(function(e,r){var t=-1,n=44;do{switch(R(n)){case 0:38===n&&12===C()&&(r[t]=1),e[t]+=Q(v-1,r,t);break;case 2:e[t]+=z(n);break;case 4:if(44===n){e[++t]=58===C()?"&\f":"",r[t]=e[t].length;break}default:e[t]+=a(n)}}while(n=_());return e}(T(e),r))},ee=new WeakMap,re=function(e){if("rule"===e.type&&e.parent&&!(e.length<1)){for(var r=e.value,t=e.parent,n=e.column===t.column&&e.line===t.line;"rule"!==t.type;)if(!(t=t.parent))return;if((1!==e.props.length||58===r.charCodeAt(0)||ee.get(t))&&!n){ee.set(e,!0);for(var o=[],a=J(r,o),i=t.props,s=0,l=0;s<a.length;s++)for(var c=0;c<i.length;c++,l++)e.props[l]=o[s]?a[s].replace(/&\f/g,i[c]):i[c]+" "+a[s]}}},te=function(e){if("decl"===e.type){var r=e.value;108===r.charCodeAt(0)&&98===r.charCodeAt(2)&&(e.return="",e.value="")}},ne=[function(e,r,t,n){if(e.length>-1&&!e.return)switch(e.type){case H:e.return=V(e.value,e.length);break;case $:return G([k(e,{value:l(e.value,"@","@"+D)})],n);case N:if(e.length)return function(e,r){return e.map(r).join("")}(e.props,(function(r){switch(function(e,r){return(e=r.exec(e))?e[0]:e}(r,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return G([k(e,{props:[l(r,/:(read-\w+)/,":-moz-$1")]})],n);case"::placeholder":return G([k(e,{props:[l(r,/:(plac\w+)/,":-webkit-input-$1")]}),k(e,{props:[l(r,/:(plac\w+)/,":-moz-$1")]}),k(e,{props:[l(r,/:(plac\w+)/,I+"input-$1")]})],n)}return""}))}}],oe=function(e){var r=e.key;if("css"===r){var t=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(t,(function(e){-1!==e.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(e),e.setAttribute("data-s",""))}))}var o=e.stylisPlugins||ne;var a,i,s={},l=[];a=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+r+' "]'),(function(e){for(var r=e.getAttribute("data-emotion").split(" "),t=1;t<r.length;t++)s[r[t]]=!0;l.push(e)}));var c,u,d=[q,(u=function(e){c.insert(e)},function(e){e.root||(e=e.return)&&u(e)})],f=function(e){var r=p(e);return function(t,n,o,a){for(var i="",s=0;s<r;s++)i+=e[s](t,n,o,a)||"";return i}}([re,te].concat(o,d));i=function(e,r,t,n){c=t,G(U(e?e+"{"+r.styles+"}":r.styles),f),n&&(h.inserted[r.name]=!0)};var h={key:r,sheet:new n.m({key:r,container:a,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:s,registered:{},insert:i};return h.sheet.hydrate(l),h}},67866:function(e,r){"use strict";r.Z=function(e){var r=Object.create(null);return function(t){return void 0===r[t]&&(r[t]=e(t)),r[t]}}},59394:function(e,r,t){"use strict";t.d(r,{T:function(){return c},a:function(){return d},w:function(){return l}});var n=t(67294),o=t(34474),a=t(87462),i=function(e){var r=new WeakMap;return function(t){if(r.has(t))return r.get(t);var n=e(t);return r.set(t,n),n}},s=(t(44478),(0,n.createContext)("undefined"!==typeof HTMLElement?(0,o.Z)({key:"css"}):null));s.Provider;var l=function(e){return(0,n.forwardRef)((function(r,t){var o=(0,n.useContext)(s);return e(r,o,t)}))},c=(0,n.createContext)({});var u=i((function(e){return i((function(r){return function(e,r){return"function"===typeof r?r(e):(0,a.Z)({},e,r)}(e,r)}))})),d=function(e){var r=(0,n.useContext)(c);return e.theme!==r&&(r=u(r)(e.theme)),(0,n.createElement)(c.Provider,{value:r},e.children)}},70917:function(e,r,t){"use strict";t.d(r,{xB:function(){return l},iv:function(){return c},F4:function(){return u}});var n=t(67294),o=(t(34474),t(59394)),a=(t(8679),t(70444)),i=t(44478),s=t(11526),l=(0,o.w)((function(e,r){var t=e.styles,l=(0,i.O)([t],void 0,(0,n.useContext)(o.T)),c=(0,n.useRef)();return(0,n.useLayoutEffect)((function(){var e=r.key+"-global",t=new s.m({key:e,nonce:r.sheet.nonce,container:r.sheet.container,speedy:r.sheet.isSpeedy}),n=!1,o=document.querySelector('style[data-emotion="'+e+" "+l.name+'"]');return r.sheet.tags.length&&(t.before=r.sheet.tags[0]),null!==o&&(n=!0,o.setAttribute("data-emotion",e),t.hydrate([o])),c.current=[t,n],function(){t.flush()}}),[r]),(0,n.useLayoutEffect)((function(){var e=c.current,t=e[0];if(e[1])e[1]=!1;else{if(void 0!==l.next&&(0,a.M)(r,l.next,!0),t.tags.length){var n=t.tags[t.tags.length-1].nextElementSibling;t.before=n,t.flush()}r.insert("",l,t,!1)}}),[r,l.name]),null}));function c(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return(0,i.O)(r)}var u=function(){var e=c.apply(void 0,arguments),r="animation-"+e.name;return{name:r,styles:"@keyframes "+r+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}},44478:function(e,r,t){"use strict";t.d(r,{O:function(){return m}});var n=function(e){for(var r,t=0,n=0,o=e.length;o>=4;++n,o-=4)r=1540483477*(65535&(r=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))+(59797*(r>>>16)<<16),t=1540483477*(65535&(r^=r>>>24))+(59797*(r>>>16)<<16)^1540483477*(65535&t)+(59797*(t>>>16)<<16);switch(o){case 3:t^=(255&e.charCodeAt(n+2))<<16;case 2:t^=(255&e.charCodeAt(n+1))<<8;case 1:t=1540483477*(65535&(t^=255&e.charCodeAt(n)))+(59797*(t>>>16)<<16)}return(((t=1540483477*(65535&(t^=t>>>13))+(59797*(t>>>16)<<16))^t>>>15)>>>0).toString(36)},o=t(40351),a=t(67866),i=/[A-Z]|^ms/g,s=/_EMO_([^_]+?)_([^]*?)_EMO_/g,l=function(e){return 45===e.charCodeAt(1)},c=function(e){return null!=e&&"boolean"!==typeof e},u=(0,a.Z)((function(e){return l(e)?e:e.replace(i,"-$&").toLowerCase()})),d=function(e,r){switch(e){case"animation":case"animationName":if("string"===typeof r)return r.replace(s,(function(e,r,t){return p={name:r,styles:t,next:p},r}))}return 1===o.Z[e]||l(e)||"number"!==typeof r||0===r?r:r+"px"};function f(e,r,t){if(null==t)return"";if(void 0!==t.__emotion_styles)return t;switch(typeof t){case"boolean":return"";case"object":if(1===t.anim)return p={name:t.name,styles:t.styles,next:p},t.name;if(void 0!==t.styles){var n=t.next;if(void 0!==n)for(;void 0!==n;)p={name:n.name,styles:n.styles,next:p},n=n.next;return t.styles+";"}return function(e,r,t){var n="";if(Array.isArray(t))for(var o=0;o<t.length;o++)n+=f(e,r,t[o])+";";else for(var a in t){var i=t[a];if("object"!==typeof i)null!=r&&void 0!==r[i]?n+=a+"{"+r[i]+"}":c(i)&&(n+=u(a)+":"+d(a,i)+";");else if(!Array.isArray(i)||"string"!==typeof i[0]||null!=r&&void 0!==r[i[0]]){var s=f(e,r,i);switch(a){case"animation":case"animationName":n+=u(a)+":"+s+";";break;default:n+=a+"{"+s+"}"}}else for(var l=0;l<i.length;l++)c(i[l])&&(n+=u(a)+":"+d(a,i[l])+";")}return n}(e,r,t);case"function":if(void 0!==e){var o=p,a=t(e);return p=o,f(e,r,a)}break;case"string":}if(null==r)return t;var i=r[t];return void 0!==i?i:t}var p,h=/label:\s*([^\s;\n{]+)\s*(;|$)/g;var m=function(e,r,t){if(1===e.length&&"object"===typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var o=!0,a="";p=void 0;var i=e[0];null==i||void 0===i.raw?(o=!1,a+=f(t,r,i)):a+=i[0];for(var s=1;s<e.length;s++)a+=f(t,r,e[s]),o&&(a+=i[s]);h.lastIndex=0;for(var l,c="";null!==(l=h.exec(a));)c+="-"+l[1];return{name:n(a)+c,styles:a,next:p}}},11526:function(e,r,t){"use strict";t.d(r,{m:function(){return n}});var n=function(){function e(e){var r=this;this._insertTag=function(e){var t;t=0===r.tags.length?r.insertionPoint?r.insertionPoint.nextSibling:r.prepend?r.container.firstChild:r.before:r.tags[r.tags.length-1].nextSibling,r.container.insertBefore(e,t),r.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var r=e.prototype;return r.hydrate=function(e){e.forEach(this._insertTag)},r.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(function(e){var r=document.createElement("style");return r.setAttribute("data-emotion",e.key),void 0!==e.nonce&&r.setAttribute("nonce",e.nonce),r.appendChild(document.createTextNode("")),r.setAttribute("data-s",""),r}(this));var r=this.tags[this.tags.length-1];if(this.isSpeedy){var t=function(e){if(e.sheet)return e.sheet;for(var r=0;r<document.styleSheets.length;r++)if(document.styleSheets[r].ownerNode===e)return document.styleSheets[r]}(r);try{t.insertRule(e,t.cssRules.length)}catch(n){0}}else r.appendChild(document.createTextNode(e));this.ctr++},r.flush=function(){this.tags.forEach((function(e){return e.parentNode&&e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}()},40351:function(e,r){"use strict";r.Z={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1}},70444:function(e,r,t){"use strict";t.d(r,{f:function(){return n},M:function(){return o}});function n(e,r,t){var n="";return t.split(" ").forEach((function(t){void 0!==e[t]?r.push(e[t]+";"):n+=t+" "})),n}var o=function(e,r,t){var n=e.key+"-"+r.name;if(!1===t&&void 0===e.registered[n]&&(e.registered[n]=r.styles),void 0===e.inserted[r.name]){var o=r;do{e.insert(r===o?"."+n:"",o,e.sheet,!0);o=o.next}while(void 0!==o)}}},20640:function(e,r,t){"use strict";var n=t(11742),o={"text/plain":"Text","text/html":"Url",default:"Text"};e.exports=function(e,r){var t,a,i,s,l,c,u=!1;r||(r={}),t=r.debug||!1;try{if(i=n(),s=document.createRange(),l=document.getSelection(),(c=document.createElement("span")).textContent=e,c.style.all="unset",c.style.position="fixed",c.style.top=0,c.style.clip="rect(0, 0, 0, 0)",c.style.whiteSpace="pre",c.style.webkitUserSelect="text",c.style.MozUserSelect="text",c.style.msUserSelect="text",c.style.userSelect="text",c.addEventListener("copy",(function(n){if(n.stopPropagation(),r.format)if(n.preventDefault(),"undefined"===typeof n.clipboardData){t&&console.warn("unable to use e.clipboardData"),t&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var a=o[r.format]||o.default;window.clipboardData.setData(a,e)}else n.clipboardData.clearData(),n.clipboardData.setData(r.format,e);r.onCopy&&(n.preventDefault(),r.onCopy(n.clipboardData))})),document.body.appendChild(c),s.selectNodeContents(c),l.addRange(s),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");u=!0}catch(d){t&&console.error("unable to copy using execCommand: ",d),t&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(r.format||"text",e),r.onCopy&&r.onCopy(window.clipboardData),u=!0}catch(d){t&&console.error("unable to copy using clipboardData: ",d),t&&console.error("falling back to prompt"),a=function(e){var r=(/mac os x/i.test(navigator.userAgent)?"\u2318":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,r)}("message"in r?r.message:"Copy to clipboard: #{key}, Enter"),window.prompt(a,e)}}finally{l&&("function"==typeof l.removeRange?l.removeRange(s):l.removeAllRanges()),c&&document.body.removeChild(c),i()}return u}},35202:function(){!function(){"use strict";function e(e){var r=!0,t=!1,n=null,o={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function a(e){return!!(e&&e!==document&&"HTML"!==e.nodeName&&"BODY"!==e.nodeName&&"classList"in e&&"contains"in e.classList)}function i(e){var r=e.type,t=e.tagName;return!("INPUT"!==t||!o[r]||e.readOnly)||"TEXTAREA"===t&&!e.readOnly||!!e.isContentEditable}function s(e){e.classList.contains("focus-visible")||(e.classList.add("focus-visible"),e.setAttribute("data-focus-visible-added",""))}function l(e){e.hasAttribute("data-focus-visible-added")&&(e.classList.remove("focus-visible"),e.removeAttribute("data-focus-visible-added"))}function c(t){t.metaKey||t.altKey||t.ctrlKey||(a(e.activeElement)&&s(e.activeElement),r=!0)}function u(e){r=!1}function d(e){a(e.target)&&(r||i(e.target))&&s(e.target)}function f(e){a(e.target)&&(e.target.classList.contains("focus-visible")||e.target.hasAttribute("data-focus-visible-added"))&&(t=!0,window.clearTimeout(n),n=window.setTimeout((function(){t=!1}),100),l(e.target))}function p(e){"hidden"===document.visibilityState&&(t&&(r=!0),h())}function h(){document.addEventListener("mousemove",g),document.addEventListener("mousedown",g),document.addEventListener("mouseup",g),document.addEventListener("pointermove",g),document.addEventListener("pointerdown",g),document.addEventListener("pointerup",g),document.addEventListener("touchmove",g),document.addEventListener("touchstart",g),document.addEventListener("touchend",g)}function m(){document.removeEventListener("mousemove",g),document.removeEventListener("mousedown",g),document.removeEventListener("mouseup",g),document.removeEventListener("pointermove",g),document.removeEventListener("pointerdown",g),document.removeEventListener("pointerup",g),document.removeEventListener("touchmove",g),document.removeEventListener("touchstart",g),document.removeEventListener("touchend",g)}function g(e){e.target.nodeName&&"html"===e.target.nodeName.toLowerCase()||(r=!1,m())}document.addEventListener("keydown",c,!0),document.addEventListener("mousedown",u,!0),document.addEventListener("pointerdown",u,!0),document.addEventListener("touchstart",u,!0),document.addEventListener("visibilitychange",p,!0),h(),e.addEventListener("focus",d,!0),e.addEventListener("blur",f,!0),e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&e.host?e.host.setAttribute("data-js-focus-visible",""):e.nodeType===Node.DOCUMENT_NODE&&(document.documentElement.classList.add("js-focus-visible"),document.documentElement.setAttribute("data-js-focus-visible",""))}if("undefined"!==typeof window&&"undefined"!==typeof document){var r;window.applyFocusVisiblePolyfill=e;try{r=new CustomEvent("focus-visible-polyfill-ready")}catch(t){(r=document.createEvent("CustomEvent")).initCustomEvent("focus-visible-polyfill-ready",!1,!1,{})}window.dispatchEvent(r)}"undefined"!==typeof document&&e(document)}()},8679:function(e,r,t){"use strict";var n=t(21296),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?i:s[e.$$typeof]||o}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=i;var c=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(r,t,n){if("string"!==typeof t){if(h){var o=p(t);o&&o!==h&&e(r,o,n)}var i=u(t);d&&(i=i.concat(d(t)));for(var s=l(r),m=l(t),g=0;g<i.length;++g){var b=i[g];if(!a[b]&&(!n||!n[b])&&(!m||!m[b])&&(!s||!s[b])){var v=f(t,b);try{c(r,b,v)}catch(y){}}}}return r}},96103:function(e,r){"use strict";var t="function"===typeof Symbol&&Symbol.for,n=t?Symbol.for("react.element"):60103,o=t?Symbol.for("react.portal"):60106,a=t?Symbol.for("react.fragment"):60107,i=t?Symbol.for("react.strict_mode"):60108,s=t?Symbol.for("react.profiler"):60114,l=t?Symbol.for("react.provider"):60109,c=t?Symbol.for("react.context"):60110,u=t?Symbol.for("react.async_mode"):60111,d=t?Symbol.for("react.concurrent_mode"):60111,f=t?Symbol.for("react.forward_ref"):60112,p=t?Symbol.for("react.suspense"):60113,h=t?Symbol.for("react.suspense_list"):60120,m=t?Symbol.for("react.memo"):60115,g=t?Symbol.for("react.lazy"):60116,b=t?Symbol.for("react.block"):60121,v=t?Symbol.for("react.fundamental"):60117,y=t?Symbol.for("react.responder"):60118,x=t?Symbol.for("react.scope"):60119;function w(e){if("object"===typeof e&&null!==e){var r=e.$$typeof;switch(r){case n:switch(e=e.type){case u:case d:case a:case s:case i:case p:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return r}}case o:return r}}}function k(e){return w(e)===d}r.AsyncMode=u,r.ConcurrentMode=d,r.ContextConsumer=c,r.ContextProvider=l,r.Element=n,r.ForwardRef=f,r.Fragment=a,r.Lazy=g,r.Memo=m,r.Portal=o,r.Profiler=s,r.StrictMode=i,r.Suspense=p,r.isAsyncMode=function(e){return k(e)||w(e)===u},r.isConcurrentMode=k,r.isContextConsumer=function(e){return w(e)===c},r.isContextProvider=function(e){return w(e)===l},r.isElement=function(e){return"object"===typeof e&&null!==e&&e.$$typeof===n},r.isForwardRef=function(e){return w(e)===f},r.isFragment=function(e){return w(e)===a},r.isLazy=function(e){return w(e)===g},r.isMemo=function(e){return w(e)===m},r.isPortal=function(e){return w(e)===o},r.isProfiler=function(e){return w(e)===s},r.isStrictMode=function(e){return w(e)===i},r.isSuspense=function(e){return w(e)===p},r.isValidElementType=function(e){return"string"===typeof e||"function"===typeof e||e===a||e===d||e===s||e===i||e===p||e===h||"object"===typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===v||e.$$typeof===y||e.$$typeof===x||e.$$typeof===b)},r.typeOf=w},21296:function(e,r,t){"use strict";e.exports=t(96103)},38554:function(e,r,t){e=t.nmd(e);var n="__lodash_hash_undefined__",o=9007199254740991,a="[object Arguments]",i="[object Function]",s="[object Object]",l=/^\[object .+?Constructor\]$/,c=/^(?:0|[1-9]\d*)$/,u={};u["[object Float32Array]"]=u["[object Float64Array]"]=u["[object Int8Array]"]=u["[object Int16Array]"]=u["[object Int32Array]"]=u["[object Uint8Array]"]=u["[object Uint8ClampedArray]"]=u["[object Uint16Array]"]=u["[object Uint32Array]"]=!0,u[a]=u["[object Array]"]=u["[object ArrayBuffer]"]=u["[object Boolean]"]=u["[object DataView]"]=u["[object Date]"]=u["[object Error]"]=u[i]=u["[object Map]"]=u["[object Number]"]=u[s]=u["[object RegExp]"]=u["[object Set]"]=u["[object String]"]=u["[object WeakMap]"]=!1;var d="object"==typeof t.g&&t.g&&t.g.Object===Object&&t.g,f="object"==typeof self&&self&&self.Object===Object&&self,p=d||f||Function("return this")(),h=r&&!r.nodeType&&r,m=h&&e&&!e.nodeType&&e,g=m&&m.exports===h,b=g&&d.process,v=function(){try{var e=m&&m.require&&m.require("util").types;return e||b&&b.binding&&b.binding("util")}catch(r){}}(),y=v&&v.isTypedArray;function x(e,r,t){switch(t.length){case 0:return e.call(r);case 1:return e.call(r,t[0]);case 2:return e.call(r,t[0],t[1]);case 3:return e.call(r,t[0],t[1],t[2])}return e.apply(r,t)}var w,k,S=Array.prototype,_=Function.prototype,C=Object.prototype,E=p["__core-js_shared__"],A=_.toString,R=C.hasOwnProperty,T=function(){var e=/[^.]+$/.exec(E&&E.keys&&E.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),B=C.toString,z=A.call(Object),j=RegExp("^"+A.call(R).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),P=g?p.Buffer:void 0,M=p.Symbol,F=p.Uint8Array,O=P?P.allocUnsafe:void 0,I=(w=Object.getPrototypeOf,k=Object,function(e){return w(k(e))}),W=Object.create,D=C.propertyIsEnumerable,L=S.splice,N=M?M.toStringTag:void 0,H=function(){try{var e=pe(Object,"defineProperty");return e({},"",{}),e}catch(r){}}(),$=P?P.isBuffer:void 0,G=Math.max,q=Date.now,V=pe(p,"Map"),U=pe(Object,"create"),X=function(){function e(){}return function(r){if(!Ce(r))return{};if(W)return W(r);e.prototype=r;var t=new e;return e.prototype=void 0,t}}();function Y(e){var r=-1,t=null==e?0:e.length;for(this.clear();++r<t;){var n=e[r];this.set(n[0],n[1])}}function Z(e){var r=-1,t=null==e?0:e.length;for(this.clear();++r<t;){var n=e[r];this.set(n[0],n[1])}}function K(e){var r=-1,t=null==e?0:e.length;for(this.clear();++r<t;){var n=e[r];this.set(n[0],n[1])}}function Q(e){var r=this.__data__=new Z(e);this.size=r.size}function J(e,r){var t=xe(e),n=!t&&ye(e),o=!t&&!n&&ke(e),a=!t&&!n&&!o&&Ae(e),i=t||n||o||a,s=i?function(e,r){for(var t=-1,n=Array(e);++t<e;)n[t]=r(t);return n}(e.length,String):[],l=s.length;for(var c in e)!r&&!R.call(e,c)||i&&("length"==c||o&&("offset"==c||"parent"==c)||a&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||he(c,l))||s.push(c);return s}function ee(e,r,t){(void 0!==t&&!ve(e[r],t)||void 0===t&&!(r in e))&&ne(e,r,t)}function re(e,r,t){var n=e[r];R.call(e,r)&&ve(n,t)&&(void 0!==t||r in e)||ne(e,r,t)}function te(e,r){for(var t=e.length;t--;)if(ve(e[t][0],r))return t;return-1}function ne(e,r,t){"__proto__"==r&&H?H(e,r,{configurable:!0,enumerable:!0,value:t,writable:!0}):e[r]=t}Y.prototype.clear=function(){this.__data__=U?U(null):{},this.size=0},Y.prototype.delete=function(e){var r=this.has(e)&&delete this.__data__[e];return this.size-=r?1:0,r},Y.prototype.get=function(e){var r=this.__data__;if(U){var t=r[e];return t===n?void 0:t}return R.call(r,e)?r[e]:void 0},Y.prototype.has=function(e){var r=this.__data__;return U?void 0!==r[e]:R.call(r,e)},Y.prototype.set=function(e,r){var t=this.__data__;return this.size+=this.has(e)?0:1,t[e]=U&&void 0===r?n:r,this},Z.prototype.clear=function(){this.__data__=[],this.size=0},Z.prototype.delete=function(e){var r=this.__data__,t=te(r,e);return!(t<0)&&(t==r.length-1?r.pop():L.call(r,t,1),--this.size,!0)},Z.prototype.get=function(e){var r=this.__data__,t=te(r,e);return t<0?void 0:r[t][1]},Z.prototype.has=function(e){return te(this.__data__,e)>-1},Z.prototype.set=function(e,r){var t=this.__data__,n=te(t,e);return n<0?(++this.size,t.push([e,r])):t[n][1]=r,this},K.prototype.clear=function(){this.size=0,this.__data__={hash:new Y,map:new(V||Z),string:new Y}},K.prototype.delete=function(e){var r=fe(this,e).delete(e);return this.size-=r?1:0,r},K.prototype.get=function(e){return fe(this,e).get(e)},K.prototype.has=function(e){return fe(this,e).has(e)},K.prototype.set=function(e,r){var t=fe(this,e),n=t.size;return t.set(e,r),this.size+=t.size==n?0:1,this},Q.prototype.clear=function(){this.__data__=new Z,this.size=0},Q.prototype.delete=function(e){var r=this.__data__,t=r.delete(e);return this.size=r.size,t},Q.prototype.get=function(e){return this.__data__.get(e)},Q.prototype.has=function(e){return this.__data__.has(e)},Q.prototype.set=function(e,r){var t=this.__data__;if(t instanceof Z){var n=t.__data__;if(!V||n.length<199)return n.push([e,r]),this.size=++t.size,this;t=this.__data__=new K(n)}return t.set(e,r),this.size=t.size,this};var oe,ae=function(e,r,t){for(var n=-1,o=Object(e),a=t(e),i=a.length;i--;){var s=a[oe?i:++n];if(!1===r(o[s],s,o))break}return e};function ie(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":N&&N in Object(e)?function(e){var r=R.call(e,N),t=e[N];try{e[N]=void 0;var n=!0}catch(a){}var o=B.call(e);n&&(r?e[N]=t:delete e[N]);return o}(e):function(e){return B.call(e)}(e)}function se(e){return Ee(e)&&ie(e)==a}function le(e){return!(!Ce(e)||function(e){return!!T&&T in e}(e))&&(Se(e)?j:l).test(function(e){if(null!=e){try{return A.call(e)}catch(r){}try{return e+""}catch(r){}}return""}(e))}function ce(e){if(!Ce(e))return function(e){var r=[];if(null!=e)for(var t in Object(e))r.push(t);return r}(e);var r=me(e),t=[];for(var n in e)("constructor"!=n||!r&&R.call(e,n))&&t.push(n);return t}function ue(e,r,t,n,o){e!==r&&ae(r,(function(a,i){if(o||(o=new Q),Ce(a))!function(e,r,t,n,o,a,i){var l=ge(e,t),c=ge(r,t),u=i.get(c);if(u)return void ee(e,t,u);var d=a?a(l,c,t+"",e,r,i):void 0,f=void 0===d;if(f){var p=xe(c),h=!p&&ke(c),m=!p&&!h&&Ae(c);d=c,p||h||m?xe(l)?d=l:Ee(g=l)&&we(g)?d=function(e,r){var t=-1,n=e.length;r||(r=Array(n));for(;++t<n;)r[t]=e[t];return r}(l):h?(f=!1,d=function(e,r){if(r)return e.slice();var t=e.length,n=O?O(t):new e.constructor(t);return e.copy(n),n}(c,!0)):m?(f=!1,d=function(e,r){var t=r?function(e){var r=new e.constructor(e.byteLength);return new F(r).set(new F(e)),r}(e.buffer):e.buffer;return new e.constructor(t,e.byteOffset,e.length)}(c,!0)):d=[]:function(e){if(!Ee(e)||ie(e)!=s)return!1;var r=I(e);if(null===r)return!0;var t=R.call(r,"constructor")&&r.constructor;return"function"==typeof t&&t instanceof t&&A.call(t)==z}(c)||ye(c)?(d=l,ye(l)?d=function(e){return function(e,r,t,n){var o=!t;t||(t={});var a=-1,i=r.length;for(;++a<i;){var s=r[a],l=n?n(t[s],e[s],s,t,e):void 0;void 0===l&&(l=e[s]),o?ne(t,s,l):re(t,s,l)}return t}(e,Re(e))}(l):Ce(l)&&!Se(l)||(d=function(e){return"function"!=typeof e.constructor||me(e)?{}:X(I(e))}(c))):f=!1}var g;f&&(i.set(c,d),o(d,c,n,a,i),i.delete(c));ee(e,t,d)}(e,r,i,t,ue,n,o);else{var l=n?n(ge(e,i),a,i+"",e,r,o):void 0;void 0===l&&(l=a),ee(e,i,l)}}),Re)}function de(e,r){return be(function(e,r,t){return r=G(void 0===r?e.length-1:r,0),function(){for(var n=arguments,o=-1,a=G(n.length-r,0),i=Array(a);++o<a;)i[o]=n[r+o];o=-1;for(var s=Array(r+1);++o<r;)s[o]=n[o];return s[r]=t(i),x(e,this,s)}}(e,r,ze),e+"")}function fe(e,r){var t=e.__data__;return function(e){var r=typeof e;return"string"==r||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==e:null===e}(r)?t["string"==typeof r?"string":"hash"]:t.map}function pe(e,r){var t=function(e,r){return null==e?void 0:e[r]}(e,r);return le(t)?t:void 0}function he(e,r){var t=typeof e;return!!(r=null==r?o:r)&&("number"==t||"symbol"!=t&&c.test(e))&&e>-1&&e%1==0&&e<r}function me(e){var r=e&&e.constructor;return e===("function"==typeof r&&r.prototype||C)}function ge(e,r){if(("constructor"!==r||"function"!==typeof e[r])&&"__proto__"!=r)return e[r]}var be=function(e){var r=0,t=0;return function(){var n=q(),o=16-(n-t);if(t=n,o>0){if(++r>=800)return arguments[0]}else r=0;return e.apply(void 0,arguments)}}(H?function(e,r){return H(e,"toString",{configurable:!0,enumerable:!1,value:(t=r,function(){return t}),writable:!0});var t}:ze);function ve(e,r){return e===r||e!==e&&r!==r}var ye=se(function(){return arguments}())?se:function(e){return Ee(e)&&R.call(e,"callee")&&!D.call(e,"callee")},xe=Array.isArray;function we(e){return null!=e&&_e(e.length)&&!Se(e)}var ke=$||function(){return!1};function Se(e){if(!Ce(e))return!1;var r=ie(e);return r==i||"[object GeneratorFunction]"==r||"[object AsyncFunction]"==r||"[object Proxy]"==r}function _e(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=o}function Ce(e){var r=typeof e;return null!=e&&("object"==r||"function"==r)}function Ee(e){return null!=e&&"object"==typeof e}var Ae=y?function(e){return function(r){return e(r)}}(y):function(e){return Ee(e)&&_e(e.length)&&!!u[ie(e)]};function Re(e){return we(e)?J(e,!0):ce(e)}var Te,Be=(Te=function(e,r,t,n){ue(e,r,t,n)},de((function(e,r){var t=-1,n=r.length,o=n>1?r[n-1]:void 0,a=n>2?r[2]:void 0;for(o=Te.length>3&&"function"==typeof o?(n--,o):void 0,a&&function(e,r,t){if(!Ce(t))return!1;var n=typeof r;return!!("number"==n?we(t)&&he(r,t.length):"string"==n&&r in t)&&ve(t[r],e)}(r[0],r[1],a)&&(o=n<3?void 0:o,n=1),e=Object(e);++t<n;){var i=r[t];i&&Te(e,i,t,o)}return e})));function ze(e){return e}e.exports=Be},76363:function(e,r,t){(window.__NEXT_P=window.__NEXT_P||[]).push(["/_app",function(){return t(44800)}])},85657:function(e,r,t){"use strict";function n(e){window.gtag?window.gtag("config","UA-139582634-1",{page_path:e}):console.warn("Missing GTAG \u2013 Analytics disabled")}function o(e){var r=e.action,t=e.category,n=e.label,o=e.value;window.gtag?window.gtag("event",r,{event_category:t,event_label:n,value:o}):console.warn("Missing GTAG \u2013 Analytics disabled")}t.d(r,{$:function(){return n},B:function(){return o}})},44800:function(e,r,t){"use strict";t.r(r),t.d(r,{default:function(){return y}});var n,o=t(85893),a=t(67294),i=t(63606),s=t(70917),l=(t(71002),t(35202),t(68909)),c=t(85657),u=t(25115);function d(){return(d=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(this,arguments)}var f=function(e){return a.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,viewBox:"0 0 24 24",fill:"currentColor"},e),n||(n=a.createElement("path",{d:"M19.615 3.184c-3.604-.246-11.631-.245-15.23 0C.488 3.45.029 5.804 0 12c.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0C23.512 20.55 23.971 18.196 24 12c-.029-6.185-.484-8.549-4.385-8.816zM9 16V8l8 3.993L9 16z"})))},p=t(28641);function h(){return(0,o.jsxs)(u.kC,{as:u.rU,href:p.url.youtube,bg:"yellow.200",color:"gray.900",alignItems:"center",position:"sticky",top:0,zIndex:999,justifyContent:"center",py:"8px",_hover:{textDecoration:"none",bg:"yellow.400"},target:"_blank",onClick:function(){return(0,c.B)({category:"Subscription",action:"Clicked the YouTube banner",label:"Sticky YouTube banner on Top"})},children:[(0,o.jsx)(f,{style:{height:"20px",display:"inline-block",marginRight:"7px"}}),(0,o.jsx)(u.xv,{as:"span",fontWeight:500,fontSize:"14px",children:(0,o.jsxs)(u.xv,{as:"span",children:["We now have a YouTube Channel. ",(0,o.jsx)(u.xv,{as:"span",d:["none","inline"],children:"Subscribe for the video content."})]})})]})}function m(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function g(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{},n=Object.keys(t);"function"===typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(t).filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})))),n.forEach((function(r){m(e,r,t[r])}))}return e}function b(){var e,r,t=(e=['\n /*\n This will hide the focus indicator if the \n element receives focus via the mouse,\n but it will still show up on keyboard focus.\n */\n .js-focus-visible :focus:not([data-focus-visible-added]) {\n outline: none;\n box-shadow: none;\n }\n \n svg text tspan {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n text-rendering: optimizeSpeed;\n }\n \n code {\n background: #1e1e3f;\n color: #9efeff;\n padding: 3px 5px;\n font-size: 14px;\n border-radius: 3px;\n }\n \n svg .clickable-group {\n cursor: pointer;\n \n &:hover > [fill="rgb(65,53,214)"] { fill: #232381; stroke: #232381; }\n &:hover > [fill="rgb(255,255,0)"] { fill: #d6d700; }\n &:hover > [fill="rgb(255,229,153)"] { fill: #f3c950; }\n &:hover > [fill="rgb(153,153,153)"] { fill: #646464; }\n &:hover > [fill="rgb(255,255,255)"] { fill: #d7d7d7; }\n }\n \n svg .done {\n & rect { fill: #cbcbcb !important; }\n & text { text-decoration: line-through; }\n }\n'],r||(r=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(r)}})));return b=function(){return t},t}var v=(0,s.iv)(b());var y=function(e){var r=e.Component,t=e.pageProps;return(0,a.useEffect)((function(){(0,c.$)(window.location.pathname)}),[]),(0,o.jsxs)(i.xjn,{theme:l.y,children:[(0,o.jsx)(s.xB,{styles:v}),(0,o.jsx)(h,{}),(0,o.jsx)(r,g({},t))]})}},68909:function(e,r,t){"use strict";t.d(r,{y:function(){return n}});var n=(0,t(63606).B1C)({colors:{brand:{bg:"#06020d",hero:"#06020d",footer:"#0d041e"}}})},71002:function(){},69590:function(e){var r="undefined"!==typeof Element,t="function"===typeof Map,n="function"===typeof Set,o="function"===typeof ArrayBuffer&&!!ArrayBuffer.isView;function a(e,i){if(e===i)return!0;if(e&&i&&"object"==typeof e&&"object"==typeof i){if(e.constructor!==i.constructor)return!1;var s,l,c,u;if(Array.isArray(e)){if((s=e.length)!=i.length)return!1;for(l=s;0!==l--;)if(!a(e[l],i[l]))return!1;return!0}if(t&&e instanceof Map&&i instanceof Map){if(e.size!==i.size)return!1;for(u=e.entries();!(l=u.next()).done;)if(!i.has(l.value[0]))return!1;for(u=e.entries();!(l=u.next()).done;)if(!a(l.value[1],i.get(l.value[0])))return!1;return!0}if(n&&e instanceof Set&&i instanceof Set){if(e.size!==i.size)return!1;for(u=e.entries();!(l=u.next()).done;)if(!i.has(l.value[0]))return!1;return!0}if(o&&ArrayBuffer.isView(e)&&ArrayBuffer.isView(i)){if((s=e.length)!=i.length)return!1;for(l=s;0!==l--;)if(e[l]!==i[l])return!1;return!0}if(e.constructor===RegExp)return e.source===i.source&&e.flags===i.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===i.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===i.toString();if((s=(c=Object.keys(e)).length)!==Object.keys(i).length)return!1;for(l=s;0!==l--;)if(!Object.prototype.hasOwnProperty.call(i,c[l]))return!1;if(r&&e instanceof Element)return!1;for(l=s;0!==l--;)if(("_owner"!==c[l]&&"__v"!==c[l]&&"__o"!==c[l]||!e.$$typeof)&&!a(e[c[l]],i[c[l]]))return!1;return!0}return e!==e&&i!==i}e.exports=function(e,r){try{return a(e,r)}catch(t){if((t.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw t}}},11742:function(e){e.exports=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var r=document.activeElement,t=[],n=0;n<e.rangeCount;n++)t.push(e.getRangeAt(n));switch(r.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":r.blur();break;default:r=null}return e.removeAllRanges(),function(){"Caret"===e.type&&e.removeAllRanges(),e.rangeCount||t.forEach((function(r){e.addRange(r)})),r&&r.focus()}}},87462:function(e,r,t){"use strict";function n(){return(n=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(this,arguments)}t.d(r,{Z:function(){return n}})},28641:function(e){"use strict";e.exports=JSON.parse('{"author":"Kamran Ahmed","title":"Roadmaps to becoming a modern developer","name":"roadmap.sh","description":"Community driven roadmaps, articles, guides, quizzes, tips and resources for developers to learn from, identify their career paths, know what they don\'t know, find out the knowledge gaps, learn and improve.","twitter":"kamranahmedse","facebook":"kamranahmedse","logo":"/brand.png","logoSquare":"/brand-square.png","url":{"web":"https://roadmap.sh","twitter":"https://twitter.com/kamranahmedse","youtube":"https://youtube.com/theroadmap?sub_confirmation=1","repo":"https://github.com/kamranahmedse/developer-roadmap","sponsor":"https://github.com/sponsors/kamranahmedse","repoData":"https://github.com/kamranahmedse/developer-roadmap/tree/master/content","addGuide":"https://github.com/kamranahmedse/developer-roadmap/tree/master/contributing/guide.md","addRoadmap":"https://github.com/kamranahmedse/developer-roadmap/tree/master/contributing/roadmap.md","addResources":"https://github.com/kamranahmedse/developer-roadmap/tree/master/contributing/resources.md","contribute":"https://github.com/kamranahmedse/developer-roadmap/tree/master/contributing","issue":"https://github.com/kamranahmedse/developer-roadmap/issues/new"},"keywords":["roadmap","developer roadmaps","developer roadmap","frontend developer","frontend developer roadmap","frontend","frontend roadmap","backend","backend developer","backend developer roadmap","devops","devops roadmap","fullstack developer roadmap","guide to becoming a developer","sre roadmap","sre","operations roadmap","qa roadmap","android roadmap","android developer roadmap","react roadmap","react developer roadmap","dba roadmap","postgresql dba roadmap"]}')}},function(e){var r=function(r){return e(e.s=r)};e.O(0,[774,179],(function(){return r(76363),r(90387)}));var t=e.O();_N_E=t}]);