"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3175],{78715:function(e){e.exports=function(){function e(o,a){if(!(this instanceof e))return new e(o,a);var s=Math.pow(10,(a=Object.assign({},r,a)).precision);this.intValue=o=t(o,a),this.value=o/s,a.increment=a.increment||1/s,a.groups=a.useVedic?i:n,this.s=a,this.p=s}function t(t,r){var n=!(2<arguments.length)||void 0===arguments[2]||arguments[2],i=r.decimal,o=r.errorOnInvalid,a=r.fromCents,s=Math.pow(10,r.precision),l=t instanceof e;if(l&&a)return t.intValue;if("number"==typeof t||l)i=l?t.value:t;else if("string"==typeof t)o=RegExp("[^-\\d"+i+"]","g"),i=RegExp("\\"+i,"g"),i=(i=t.replace(/\((.*)\)/,"-$1").replace(o,"").replace(i,"."))||0;else{if(o)throw Error("Invalid Input");i=0}return a||(i=(i*s).toFixed(4)),n?Math.round(i):i}var r={symbol:"$",separator:",",decimal:".",errorOnInvalid:!1,precision:2,pattern:"!#",negativePattern:"-!#",format:function(e,t){var r=t.pattern,n=t.negativePattern,i=t.symbol,o=t.separator,a=t.decimal;t=t.groups;var s=(""+e).replace(/^-/,"").split("."),l=s[0];return s=s[1],(0<=e.value?r:n).replace("!",i).replace("#",l.replace(t,"$1"+o)+(s?a+s:""))},fromCents:!1},n=/(\d)(?=(\d{3})+\b)/g,i=/(\d)(?=(\d\d)+\d\b)/g;return e.prototype={add:function(r){var n=this.s,i=this.p;return e((this.intValue+t(r,n))/(n.fromCents?1:i),n)},subtract:function(r){var n=this.s,i=this.p;return e((this.intValue-t(r,n))/(n.fromCents?1:i),n)},multiply:function(t){var r=this.s;return e(this.intValue*t/(r.fromCents?1:Math.pow(10,r.precision)),r)},divide:function(r){var n=this.s;return e(this.intValue/t(r,n,!1),n)},distribute:function(t){var r=this.intValue,n=this.p,i=this.s,o=[],a=Math[0<=r?"floor":"ceil"](r/t),s=Math.abs(r-a*t);for(n=i.fromCents?1:n;0!==t;t--){var l=e(a/n,i);0<s--&&(l=l[0<=r?"add":"subtract"](1/n)),o.push(l)}return o},dollars:function(){return~~this.value},cents:function(){return~~(this.intValue%this.p)},format:function(e){var t=this.s;return"function"==typeof e?e(this,t):t.format(this,Object.assign({},t,e))},toString:function(){var e=this.s,t=e.increment;return(Math.round(this.intValue/this.p/t)*t).toFixed(e.precision)},toJSON:function(){return this.value}},e}()},69498:function(e,t,r){r.d(t,{M:function(){return u}});var n=r(58063),i=r(88202),o=r(50286),a=r(70176),s=r(83402),l=r(91674),u=(0,i.G)(function(e,t){let{columns:r,spacingX:i,spacingY:u,spacing:c,minChildWidth:d,...f}=e,p=(0,o.F)(),h=d?(0,s.XQ)(d,e=>{let t=(0,a.LP)("sizes",e,"number"==typeof e?"".concat(e,"px"):e)(p);return null===e?null:"repeat(auto-fit, minmax(".concat(t,", 1fr))")}):(0,s.XQ)(r,e=>null===e?null:"repeat(".concat(e,", minmax(0, 1fr))"));return(0,l.jsx)(n.r,{ref:t,gap:c,columnGap:i,rowGap:u,templateColumns:h,...f})});u.displayName="SimpleGrid"},25058:function(e,t,r){r.d(t,{b:function(){return l}});var n=r(77943),i=r(88202),o=r(93104),a=r(5602),s=r(91674),l=(0,i.G)(function(e,t){let{getBodyProps:r}=(0,n.lp)(),i=(0,n.SV)();return(0,s.jsx)(o.m.div,{...r(e,t),className:(0,a.cx)("chakra-popover__body",e.className),__css:i.body})});l.displayName="PopoverBody"},37939:function(e,t,r){r.d(t,{x:function(){return o}});var n=r(77943),i=r(86655);function o(e){let t=i.Children.only(e.children),{getTriggerProps:r}=(0,n.lp)();return(0,i.cloneElement)(t,r(t.props,t.ref))}o.displayName="PopoverTrigger"},35770:function(e,t,r){r.d(t,{Y:function(){return l}});var n=r(77943),i=r(88202),o=r(93104),a=r(5602),s=r(91674),l=(0,i.G)(function(e,t){let{getHeaderProps:r}=(0,n.lp)(),i=(0,n.SV)();return(0,s.jsx)(o.m.header,{...r(e,t),className:(0,a.cx)("chakra-popover__header",e.className),__css:i.header})});l.displayName="PopoverHeader"},77943:function(e,t,r){r.d(t,{H2:function(){return i},SV:function(){return s},WG:function(){return a},lp:function(){return o}});var n=r(44023),[i,o]=(0,n.k)({name:"PopoverContext",errorMessage:"usePopoverContext: `context` is undefined. Seems you forgot to wrap all popover components within `<Popover />`"}),[a,s]=(0,n.k)({name:"PopoverStylesContext",errorMessage:"usePopoverStyles returned is 'undefined'. Seems you forgot to wrap the components in \"<Popover />\" "})},6616:function(e,t,r){r.d(t,{u:function(){return l}});var n=r(77943),i=r(60352),o=r(88202),a=r(5602),s=r(91674),l=(0,o.G)(function(e,t){let{onClose:r}=(0,n.lp)(),o=(0,n.SV)();return(0,s.jsx)(i.P,{size:"sm",onClick:r,className:(0,a.cx)("chakra-popover__close-btn",e.className),__css:o.closeButton,ref:t,...e})});l.displayName="PopoverCloseButton"},42130:function(e,t,r){r.d(t,{Ag:function(){return s},O2:function(){return i},U1:function(){return o},Wt:function(){return l},YD:function(){return a}});var n=r(71602),i=(0,n.F4)({"0%":{strokeDasharray:"1, 400",strokeDashoffset:"0"},"50%":{strokeDasharray:"400, 400",strokeDashoffset:"-100"},"100%":{strokeDasharray:"400, 400",strokeDashoffset:"-260"}}),o=(0,n.F4)({"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(360deg)"}}),a=(0,n.F4)({"0%":{left:"-40%"},"100%":{left:"100%"}}),s=(0,n.F4)({from:{backgroundPosition:"1rem 0"},to:{backgroundPosition:"0 0"}});function l(e){let{value:t=0,min:r,max:n,valueText:i,getValueText:o,isIndeterminate:a,role:s="progressbar"}=e,l=(t-r)*100/(n-r);return{bind:{"data-indeterminate":a?"":void 0,"aria-valuemax":n,"aria-valuemin":r,"aria-valuenow":a?void 0:t,"aria-valuetext":(()=>{if(null!=t)return"function"==typeof o?o(t,l):i})(),role:s},percent:l,value:t}}},39202:function(e,t,r){r.d(t,{D:function(){return l}});var n=r(93104),i=r(91674),o=e=>(0,i.jsx)(n.m.circle,{cx:50,cy:50,r:42,fill:"transparent",...e});o.displayName="Circle";var a=r(42130),s=e=>{let{size:t,isIndeterminate:r,...o}=e;return(0,i.jsx)(n.m.svg,{viewBox:"0 0 100 100",__css:{width:t,height:t,animation:r?"".concat(a.U1," 2s linear infinite"):void 0},...o})};s.displayName="Shape";var l=(0,r(88202).G)((e,t)=>{var r;let{size:l="48px",max:u=100,min:c=0,valueText:d,getValueText:f,value:p,capIsRound:h,children:v,thickness:m="10px",color:g="#0078d4",trackColor:y="#edebe9",isIndeterminate:b,...x}=e,k=(0,a.Wt)({min:c,max:u,value:p,valueText:d,getValueText:f,isIndeterminate:b}),w=b?void 0:(null!=(r=k.percent)?r:0)*2.64,_=null==w?void 0:"".concat(w," ").concat(264-w),P=b?{css:{animation:"".concat(a.O2," 1.5s linear infinite")}}:{strokeDashoffset:66,strokeDasharray:_,transitionProperty:"stroke-dasharray, stroke",transitionDuration:"0.6s",transitionTimingFunction:"ease"};return(0,i.jsxs)(n.m.div,{ref:t,className:"chakra-progress",...k.bind,...x,__css:{display:"inline-block",position:"relative",verticalAlign:"middle",fontSize:l},children:[(0,i.jsxs)(s,{size:l,isIndeterminate:b,children:[(0,i.jsx)(o,{stroke:y,strokeWidth:m,className:"chakra-progress__track"}),(0,i.jsx)(o,{stroke:g,strokeWidth:m,className:"chakra-progress__indicator",strokeLinecap:h?"round":void 0,opacity:0!==k.value||b?void 0:0,...P})]}),v]})});l.displayName="CircularProgress"},24930:function(e,t,r){r.d(t,{i:function(){return n}});var n=(0,r(93104).m)("div",{baseStyle:{fontSize:"0.24em",top:"50%",left:"50%",width:"100%",textAlign:"center",position:"absolute",transform:"translate(-50%, -50%)"}});n.displayName="CircularProgressLabel"},49606:function(e,t,r){r.d(t,{E:function(){return p}});var n=r(42130),i=r(88202),o=r(93104),a=r(11006),s=r(48370),l=r(44023),u=r(91674),[c,d]=(0,l.k)({name:"ProgressStylesContext",errorMessage:"useProgressStyles returned is 'undefined'. Seems you forgot to wrap the components in \"<Progress />\" "}),f=(0,i.G)((e,t)=>{let{min:r,max:i,value:a,isIndeterminate:s,role:l,...c}=e,f=(0,n.Wt)({value:a,min:r,max:i,isIndeterminate:s,role:l}),p={height:"100%",...d().filledTrack};return(0,u.jsx)(o.m.div,{ref:t,style:{width:"".concat(f.percent,"%"),...c.style},...f.bind,...c,__css:p})}),p=(0,i.G)((e,t)=>{var r;let{value:i,min:l=0,max:d=100,hasStripe:p,isAnimated:h,children:v,borderRadius:m,isIndeterminate:g,"aria-label":y,"aria-labelledby":b,"aria-valuetext":x,title:k,role:w,..._}=(0,a.Lr)(e),P=(0,s.jC)("Progress",e),S=null!=m?m:null==(r=P.track)?void 0:r.borderRadius,C={animation:"".concat(n.Ag," 1s linear infinite")},N={...!g&&p&&h&&C,...g&&{position:"absolute",willChange:"left",minWidth:"50%",animation:"".concat(n.YD," 1s ease infinite normal none running")}},V={overflow:"hidden",position:"relative",...P.track};return(0,u.jsx)(o.m.div,{ref:t,borderRadius:S,__css:V,..._,children:(0,u.jsxs)(c,{value:P,children:[(0,u.jsx)(f,{"aria-label":y,"aria-labelledby":b,"aria-valuetext":x,min:l,max:d,value:i,isIndeterminate:g,css:N,borderRadius:S,title:k,role:w}),v]})})});p.displayName="Progress"},12431:function(e,t,r){let n;r.d(t,{YD:function(){return l}});var i=r(86655);let o=new Map,a=new WeakMap,s=0;function l(){var e;let{threshold:t,delay:r,trackVisibility:l,rootMargin:u,root:c,triggerOnce:d,skip:f,initialInView:p,fallbackInView:h,onChange:v}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},[m,g]=i.useState(null),y=i.useRef(),[b,x]=i.useState({inView:!!p,entry:void 0});y.current=v,i.useEffect(()=>{let e;if(!f&&m)return e=function(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:n;if(void 0===window.IntersectionObserver&&void 0!==i){let n=e.getBoundingClientRect();return t(i,{isIntersecting:i,target:e,intersectionRatio:"number"==typeof r.threshold?r.threshold:0,time:0,boundingClientRect:n,intersectionRect:n,rootBounds:n}),()=>{}}let{id:l,observer:u,elements:c}=function(e){let t=Object.keys(e).sort().filter(t=>void 0!==e[t]).map(t=>{var r;return"".concat(t,"_").concat("root"===t?(r=e.root)?(a.has(r)||(s+=1,a.set(r,s.toString())),a.get(r)):"0":e[t])}).toString(),r=o.get(t);if(!r){let n;let i=new Map,a=new IntersectionObserver(t=>{t.forEach(t=>{var r;let o=t.isIntersecting&&n.some(e=>t.intersectionRatio>=e);e.trackVisibility&&void 0===t.isVisible&&(t.isVisible=o),null==(r=i.get(t.target))||r.forEach(e=>{e(o,t)})})},e);n=a.thresholds||(Array.isArray(e.threshold)?e.threshold:[e.threshold||0]),r={id:t,observer:a,elements:i},o.set(t,r)}return r}(r),d=c.get(e)||[];return c.has(e)||c.set(e,d),d.push(t),u.observe(e),function(){d.splice(d.indexOf(t),1),0===d.length&&(c.delete(e),u.unobserve(e)),0===c.size&&(u.disconnect(),o.delete(l))}}(m,(t,r)=>{x({inView:t,entry:r}),y.current&&y.current(t,r),r.isIntersecting&&d&&e&&(e(),e=void 0)},{root:c,rootMargin:u,threshold:t,trackVisibility:l,delay:r},h),()=>{e&&e()}},[Array.isArray(t)?t.toString():t,m,c,u,d,f,l,h,r]);let k=null==(e=b.entry)?void 0:e.target;i.useEffect(()=>{m||!k||d||f||x({inView:!!p,entry:void 0})},[m,k,d,f,p]);let w=[g,b.inView,b.entry];return w.ref=w[0],w.inView=w[1],w.entry=w[2],w}}}]);