(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[20244],{76945:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BLANK_URL=t.relativeFirstCharacters=t.whitespaceEscapeCharsRegex=t.urlSchemeRegex=t.ctrlCharactersRegex=t.htmlCtrlEntityRegex=t.htmlEntitiesRegex=t.invalidProtocolRegex=void 0,t.invalidProtocolRegex=/^([^\w]*)(javascript|data|vbscript)/im,t.htmlEntitiesRegex=/&#(\w+)(^\w|;)?/g,t.htmlCtrlEntityRegex=/&(newline|tab);/gi,t.ctrlCharactersRegex=/[\u0000-\u001F\u007F-\u009F\u2000-\u200D\uFEFF]/gim,t.urlSchemeRegex=/^.+(:|&colon;)/gim,t.whitespaceEscapeCharsRegex=/(\\|%5[cC])((%(6[eE]|72|74))|[nrt])/g,t.relativeFirstCharacters=[".","/"],t.BLANK_URL="about:blank"},38644:function(e,t,r){"use strict";t.N=void 0;var o=r(76945);function n(e){try{return decodeURIComponent(e)}catch(t){return e}}t.N=function(e){if(!e)return o.BLANK_URL;var t,r,a=n(e.trim());do{t=(a=n(a=(r=a,r.replace(o.ctrlCharactersRegex,"").replace(o.htmlEntitiesRegex,(function(e,t){return String.fromCharCode(t)}))).replace(o.htmlCtrlEntityRegex,"").replace(o.ctrlCharactersRegex,"").replace(o.whitespaceEscapeCharsRegex,"").trim())).match(o.ctrlCharactersRegex)||a.match(o.htmlEntitiesRegex)||a.match(o.htmlCtrlEntityRegex)||a.match(o.whitespaceEscapeCharsRegex)}while(t&&t.length>0);var i=a;if(!i)return o.BLANK_URL;if(function(e){return o.relativeFirstCharacters.indexOf(e[0])>-1}(i))return i;var s=i.trimStart(),l=s.match(o.urlSchemeRegex);if(!l)return i;var c=l[0].toLowerCase().trim();if(o.invalidProtocolRegex.test(c))return o.BLANK_URL;var d=s.replace(/\\/g,"/");if("mailto:"===c||c.includes("://"))return d;if("http:"===c||"https:"===c){if(!function(e){return URL.canParse(e)}(d))return o.BLANK_URL;var u=new URL(d);return u.protocol=u.protocol.toLowerCase(),u.hostname=u.hostname.toLowerCase(),u.toString()}return d}},83076:function(e,t,r){"use strict";r.d(t,{do:function(){return _}});var o,n=[],a="ResizeObserver loop completed with undelivered notifications.";!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(o||(o={}));var i,s=function(e){return Object.freeze(e)},l=function(e,t){this.inlineSize=e,this.blockSize=t,s(this)},c=function(){function e(e,t,r,o){return this.x=e,this.y=t,this.width=r,this.height=o,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,s(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),d=function(e){return e instanceof SVGElement&&"getBBox"in e},u=function(e){if(d(e)){var t=e.getBBox(),r=t.width,o=t.height;return!r&&!o}var n=e,a=n.offsetWidth,i=n.offsetHeight;return!(a||i||e.getClientRects().length)},p=function(e){var t;if(e instanceof Element)return!0;var r=null===(t=null===e||void 0===e?void 0:e.ownerDocument)||void 0===t?void 0:t.defaultView;return!!(r&&e instanceof r.Element)},f="undefined"!==typeof window?window:{},h=new WeakMap,v=/auto|scroll/,m=/^tb|vertical/,g=/msie|trident/i.test(f.navigator&&f.navigator.userAgent),b=function(e){return parseFloat(e||"0")},y=function(e,t,r){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===r&&(r=!1),new l((r?t:e)||0,(r?e:t)||0)},x=s({devicePixelContentBoxSize:y(),borderBoxSize:y(),contentBoxSize:y(),contentRect:new c(0,0,0,0)}),w=function(e,t){if(void 0===t&&(t=!1),h.has(e)&&!t)return h.get(e);if(u(e))return h.set(e,x),x;var r=getComputedStyle(e),o=d(e)&&e.ownerSVGElement&&e.getBBox(),n=!g&&"border-box"===r.boxSizing,a=m.test(r.writingMode||""),i=!o&&v.test(r.overflowY||""),l=!o&&v.test(r.overflowX||""),p=o?0:b(r.paddingTop),f=o?0:b(r.paddingRight),w=o?0:b(r.paddingBottom),C=o?0:b(r.paddingLeft),R=o?0:b(r.borderTopWidth),Z=o?0:b(r.borderRightWidth),S=o?0:b(r.borderBottomWidth),z=C+f,E=p+w,M=(o?0:b(r.borderLeftWidth))+Z,k=R+S,P=l?e.offsetHeight-k-e.clientHeight:0,T=i?e.offsetWidth-M-e.clientWidth:0,B=n?z+M:0,j=n?E+k:0,O=o?o.width:b(r.width)-B-T,F=o?o.height:b(r.height)-j-P,A=O+z+T+M,N=F+E+P+k,H=s({devicePixelContentBoxSize:y(Math.round(O*devicePixelRatio),Math.round(F*devicePixelRatio),a),borderBoxSize:y(A,N,a),contentBoxSize:y(O,F,a),contentRect:new c(C,p,O,F)});return h.set(e,H),H},C=function(e,t,r){var n=w(e,r),a=n.borderBoxSize,i=n.contentBoxSize,s=n.devicePixelContentBoxSize;switch(t){case o.DEVICE_PIXEL_CONTENT_BOX:return s;case o.BORDER_BOX:return a;default:return i}},R=function(e){var t=w(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=s([t.borderBoxSize]),this.contentBoxSize=s([t.contentBoxSize]),this.devicePixelContentBoxSize=s([t.devicePixelContentBoxSize])},Z=function(e){if(u(e))return 1/0;for(var t=0,r=e.parentNode;r;)t+=1,r=r.parentNode;return t},S=function(){var e=1/0,t=[];n.forEach((function(r){if(0!==r.activeTargets.length){var o=[];r.activeTargets.forEach((function(t){var r=new R(t.target),n=Z(t.target);o.push(r),t.lastReportedSize=C(t.target,t.observedBox),n<e&&(e=n)})),t.push((function(){r.callback.call(r.observer,o,r.observer)})),r.activeTargets.splice(0,r.activeTargets.length)}}));for(var r=0,o=t;r<o.length;r++){(0,o[r])()}return e},z=function(e){n.forEach((function(t){t.activeTargets.splice(0,t.activeTargets.length),t.skippedTargets.splice(0,t.skippedTargets.length),t.observationTargets.forEach((function(r){r.isActive()&&(Z(r.target)>e?t.activeTargets.push(r):t.skippedTargets.push(r))}))}))},E=function(){var e=0;for(z(e);n.some((function(e){return e.activeTargets.length>0}));)e=S(),z(e);return n.some((function(e){return e.skippedTargets.length>0}))&&function(){var e;"function"===typeof ErrorEvent?e=new ErrorEvent("error",{message:a}):((e=document.createEvent("Event")).initEvent("error",!1,!1),e.message=a),window.dispatchEvent(e)}(),e>0},M=[],k=function(e){if(!i){var t=0,r=document.createTextNode("");new MutationObserver((function(){return M.splice(0).forEach((function(e){return e()}))})).observe(r,{characterData:!0}),i=function(){r.textContent="".concat(t?t--:t++)}}M.push(e),i()},P=0,T={attributes:!0,characterData:!0,childList:!0,subtree:!0},B=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],j=function(e){return void 0===e&&(e=0),Date.now()+e},O=!1,F=new(function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!O){O=!0;var r,o=j(e);r=function(){var r=!1;try{r=E()}finally{if(O=!1,e=o-j(),!P)return;r?t.run(1e3):e>0?t.run(e):t.start()}},k((function(){requestAnimationFrame(r)}))}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,T)};document.body?t():f.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),B.forEach((function(t){return f.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),B.forEach((function(t){return f.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),A=function(e){!P&&e>0&&F.start(),!(P+=e)&&F.stop()},N=function(){function e(e,t){this.target=e,this.observedBox=t||o.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e,t=C(this.target,this.observedBox,!0);return e=this.target,d(e)||function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(e)||"inline"!==getComputedStyle(e).display||(this.lastReportedSize=t),this.lastReportedSize.inlineSize!==t.inlineSize||this.lastReportedSize.blockSize!==t.blockSize},e}(),H=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},L=new WeakMap,I=function(e,t){for(var r=0;r<e.length;r+=1)if(e[r].target===t)return r;return-1},D=function(){function e(){}return e.connect=function(e,t){var r=new H(e,t);L.set(e,r)},e.observe=function(e,t,r){var o=L.get(e),a=0===o.observationTargets.length;I(o.observationTargets,t)<0&&(a&&n.push(o),o.observationTargets.push(new N(t,r&&r.box)),A(1),F.schedule())},e.unobserve=function(e,t){var r=L.get(e),o=I(r.observationTargets,t),a=1===r.observationTargets.length;o>=0&&(a&&n.splice(n.indexOf(r),1),r.observationTargets.splice(o,1),A(-1))},e.disconnect=function(e){var t=this,r=L.get(e);r.observationTargets.slice().forEach((function(r){return t.unobserve(e,r.target)})),r.activeTargets.splice(0,r.activeTargets.length)},e}(),_=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!==typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");D.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!p(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");D.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!p(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");D.unobserve(this,e)},e.prototype.disconnect=function(){D.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}()},4714:function(e,t,r){"use strict";var o=r(63742),n=r(27573);t.Z=(0,o.Z)((0,n.jsx)("path",{d:"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"}),"ExpandMore")},6278:function(e,t,r){"use strict";var o=r(63742),n=r(27573);t.Z=(0,o.Z)((0,n.jsx)("path",{d:"M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42M10 6.5h3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"}),"FormatBold")},30111:function(e,t,r){"use strict";var o=r(63742),n=r(27573);t.Z=(0,o.Z)((0,n.jsx)("path",{d:"M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z"}),"FormatItalic")},19855:function(e,t,r){"use strict";var o=r(63742),n=r(27573);t.Z=(0,o.Z)([(0,n.jsx)("path",{d:"M15.05 12.81 6.56 4.32a.996.996 0 0 0-1.41 0L2.32 7.15c-.39.39-.39 1.02 0 1.41l8.49 8.49c.39.39 1.02.39 1.41 0l2.83-2.83c.39-.39.39-1.02 0-1.41m-.7088 4.9462 1.4142-1.4142 4.2426 4.2426-1.4142 1.4142z"},"0"),(0,n.jsx)("circle",{cx:"18.5",cy:"5.5",r:"3.5"},"1")],"SportsCricket")},13179:function(e,t,r){"use strict";r.d(t,{default:function(){return w}});var o=r(7653),n=(r(97023),r(57908)),a=r(72157),i=r(21887),s=r(13514),l=r(62650),c=r(34766),d=r(35388),u=r(97581),p=r(31556),f=r(14934),h=r(46700),v=r(99408);function m(e){return(0,v.ZP)("MuiAccordion",e)}var g=(0,h.Z)("MuiAccordion",["root","heading","rounded","expanded","disabled","gutters","region"]),b=r(27573);const y=(0,i.ZP)(d.Z,{name:"MuiAccordion",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[{["& .".concat(g.region)]:t.region},t.root,!r.square&&t.rounded,!r.disableGutters&&t.gutters]}})((0,s.Z)((e=>{let{theme:t}=e;const r={duration:t.transitions.duration.shortest};return{position:"relative",transition:t.transitions.create(["margin"],r),overflowAnchor:"none","&::before":{position:"absolute",left:0,top:-1,right:0,height:1,content:'""',opacity:1,backgroundColor:(t.vars||t).palette.divider,transition:t.transitions.create(["opacity","background-color"],r)},"&:first-of-type":{"&::before":{display:"none"}},["&.".concat(g.expanded)]:{"&::before":{opacity:0},"&:first-of-type":{marginTop:0},"&:last-of-type":{marginBottom:0},"& + &":{"&::before":{display:"none"}}},["&.".concat(g.disabled)]:{backgroundColor:(t.vars||t).palette.action.disabledBackground}}})),(0,s.Z)((e=>{let{theme:t}=e;return{variants:[{props:e=>!e.square,style:{borderRadius:0,"&:first-of-type":{borderTopLeftRadius:(t.vars||t).shape.borderRadius,borderTopRightRadius:(t.vars||t).shape.borderRadius},"&:last-of-type":{borderBottomLeftRadius:(t.vars||t).shape.borderRadius,borderBottomRightRadius:(t.vars||t).shape.borderRadius,"@supports (-ms-ime-align: auto)":{borderBottomLeftRadius:0,borderBottomRightRadius:0}}}},{props:e=>!e.disableGutters,style:{["&.".concat(g.expanded)]:{margin:"16px 0"}}}]}}))),x=(0,i.ZP)("h3",{name:"MuiAccordion",slot:"Heading",overridesResolver:(e,t)=>t.heading})({all:"unset"});var w=o.forwardRef((function(e,t){const r=(0,l.i)({props:e,name:"MuiAccordion"}),{children:i,className:s,defaultExpanded:d=!1,disabled:h=!1,disableGutters:v=!1,expanded:g,onChange:w,square:C=!1,slots:R={},slotProps:Z={},TransitionComponent:S,TransitionProps:z,...E}=r,[M,k]=(0,p.Z)({controlled:g,default:d,name:"Accordion",state:"expanded"}),P=o.useCallback((e=>{k(!M),w&&w(e,!M)}),[M,w,k]),[T,...B]=o.Children.toArray(i),j=o.useMemo((()=>({expanded:M,disabled:h,disableGutters:v,toggle:P})),[M,h,v,P]),O={...r,square:C,disabled:h,disableGutters:v,expanded:M},F=(e=>{const{classes:t,square:r,expanded:o,disabled:n,disableGutters:i}=e,s={root:["root",!r&&"rounded",o&&"expanded",n&&"disabled",!i&&"gutters"],heading:["heading"],region:["region"]};return(0,a.Z)(s,m,t)})(O),A={slots:{transition:S,...R},slotProps:{transition:z,...Z}},[N,H]=(0,f.Z)("heading",{elementType:x,externalForwardedProps:A,className:F.heading,ownerState:O}),[L,I]=(0,f.Z)("transition",{elementType:c.Z,externalForwardedProps:A,ownerState:O});return(0,b.jsxs)(y,{className:(0,n.Z)(F.root,s),ref:t,ownerState:O,square:C,...E,children:[(0,b.jsx)(N,{...H,children:(0,b.jsx)(u.Z.Provider,{value:j,children:T})}),(0,b.jsx)(L,{in:M,timeout:"auto",...I,children:(0,b.jsx)("div",{"aria-labelledby":T.props.id,id:T.props["aria-controls"],role:"region",className:F.region,children:B})})]})}))},97581:function(e,t,r){"use strict";const o=r(7653).createContext({});t.Z=o},23809:function(e,t,r){"use strict";r.d(t,{default:function(){return h}});var o=r(7653),n=r(57908),a=r(72157),i=r(21887),s=r(13514),l=r(62650),c=r(46700),d=r(99408);function u(e){return(0,d.ZP)("MuiAccordionDetails",e)}(0,c.Z)("MuiAccordionDetails",["root"]);var p=r(27573);const f=(0,i.ZP)("div",{name:"MuiAccordionDetails",slot:"Root",overridesResolver:(e,t)=>t.root})((0,s.Z)((e=>{let{theme:t}=e;return{padding:t.spacing(1,2,2)}})));var h=o.forwardRef((function(e,t){const r=(0,l.i)({props:e,name:"MuiAccordionDetails"}),{className:o,...i}=r,s=r,c=(e=>{const{classes:t}=e;return(0,a.Z)({root:["root"]},u,t)})(s);return(0,p.jsx)(f,{className:(0,n.Z)(c.root,o),ref:t,ownerState:s,...i})}))},7351:function(e,t,r){"use strict";r.d(t,{default:function(){return y}});var o=r(7653),n=r(57908),a=r(72157),i=r(21887),s=r(13514),l=r(62650),c=r(22326),d=r(97581),u=r(46700),p=r(99408);function f(e){return(0,p.ZP)("MuiAccordionSummary",e)}var h=(0,u.Z)("MuiAccordionSummary",["root","expanded","focusVisible","disabled","gutters","contentGutters","content","expandIconWrapper"]),v=r(27573);const m=(0,i.ZP)(c.Z,{name:"MuiAccordionSummary",slot:"Root",overridesResolver:(e,t)=>t.root})((0,s.Z)((e=>{let{theme:t}=e;const r={duration:t.transitions.duration.shortest};return{display:"flex",minHeight:48,padding:t.spacing(0,2),transition:t.transitions.create(["min-height","background-color"],r),["&.".concat(h.focusVisible)]:{backgroundColor:(t.vars||t).palette.action.focus},["&.".concat(h.disabled)]:{opacity:(t.vars||t).palette.action.disabledOpacity},["&:hover:not(.".concat(h.disabled,")")]:{cursor:"pointer"},variants:[{props:e=>!e.disableGutters,style:{["&.".concat(h.expanded)]:{minHeight:64}}}]}}))),g=(0,i.ZP)("div",{name:"MuiAccordionSummary",slot:"Content",overridesResolver:(e,t)=>t.content})((0,s.Z)((e=>{let{theme:t}=e;return{display:"flex",flexGrow:1,margin:"12px 0",variants:[{props:e=>!e.disableGutters,style:{transition:t.transitions.create(["margin"],{duration:t.transitions.duration.shortest}),["&.".concat(h.expanded)]:{margin:"20px 0"}}}]}}))),b=(0,i.ZP)("div",{name:"MuiAccordionSummary",slot:"ExpandIconWrapper",overridesResolver:(e,t)=>t.expandIconWrapper})((0,s.Z)((e=>{let{theme:t}=e;return{display:"flex",color:(t.vars||t).palette.action.active,transform:"rotate(0deg)",transition:t.transitions.create("transform",{duration:t.transitions.duration.shortest}),["&.".concat(h.expanded)]:{transform:"rotate(180deg)"}}})));var y=o.forwardRef((function(e,t){const r=(0,l.i)({props:e,name:"MuiAccordionSummary"}),{children:i,className:s,expandIcon:c,focusVisibleClassName:u,onClick:p,...h}=r,{disabled:y=!1,disableGutters:x,expanded:w,toggle:C}=o.useContext(d.Z),R={...r,expanded:w,disabled:y,disableGutters:x},Z=(e=>{const{classes:t,expanded:r,disabled:o,disableGutters:n}=e,i={root:["root",r&&"expanded",o&&"disabled",!n&&"gutters"],focusVisible:["focusVisible"],content:["content",r&&"expanded",!n&&"contentGutters"],expandIconWrapper:["expandIconWrapper",r&&"expanded"]};return(0,a.Z)(i,f,t)})(R);return(0,v.jsxs)(m,{focusRipple:!1,disableRipple:!0,disabled:y,component:"div","aria-expanded":w,className:(0,n.Z)(Z.root,s),focusVisibleClassName:(0,n.Z)(Z.focusVisible,u),onClick:e=>{C&&C(e),p&&p(e)},ref:t,ownerState:R,...h,children:[(0,v.jsx)(g,{className:Z.content,ownerState:R,children:i}),c&&(0,v.jsx)(b,{className:Z.expandIconWrapper,ownerState:R,children:c})]})}))},82186:function(e,t,r){"use strict";var o=r(7653),n=(r(97023),r(57908)),a=r(72157),i=r(21887),s=r(13514),l=r(62650),c=r(70024),d=r(5697),u=r(55441),p=r(14934),f=r(27573);const h={small:-16,medium:-8},v=(0,i.ZP)("div",{name:"MuiAvatarGroup",slot:"Root",overridesResolver:(e,t)=>({["& .".concat(u.Z.avatar)]:t.avatar,...t.root})})((0,s.Z)((e=>{let{theme:t}=e;return{display:"flex",flexDirection:"row-reverse",["& .".concat(c.Z.root)]:{border:"2px solid ".concat((t.vars||t).palette.background.default),boxSizing:"content-box",marginLeft:"var(--AvatarGroup-spacing, -8px)","&:last-child":{marginLeft:0}}}}))),m=o.forwardRef((function(e,t){const r=(0,l.i)({props:e,name:"MuiAvatarGroup"}),{children:i,className:s,component:c="div",componentsProps:m,max:g=5,renderSurplus:b,slotProps:y={},slots:x={},spacing:w="medium",total:C,variant:R="circular",...Z}=r;let S=g<2?2:g;const z={...r,max:g,spacing:w,component:c,variant:R},E=(e=>{const{classes:t}=e;return(0,a.Z)({root:["root"],avatar:["avatar"]},u.m,t)})(z),M=o.Children.toArray(i).filter((e=>o.isValidElement(e))),k=C||M.length;k===S&&(S+=1),S=Math.min(k+1,S);const P=Math.min(M.length,S-1),T=Math.max(k-S,k-P,0),B=b?b(T):"+".concat(T),j=z.spacing&&void 0!==h[z.spacing]?h[z.spacing]:-z.spacing||-8;var O;const F={slots:x,slotProps:{surplus:null!==(O=y.additionalAvatar)&&void 0!==O?O:null===m||void 0===m?void 0:m.additionalAvatar,...m,...y}},[A,N]=(0,p.Z)("surplus",{elementType:d.Z,externalForwardedProps:F,className:E.avatar,ownerState:z,additionalProps:{variant:R,style:{"--AvatarRoot-spacing":j?"".concat(j,"px"):void 0,...Z.style}}});return(0,f.jsxs)(v,{as:c,ownerState:z,className:(0,n.Z)(E.root,s),ref:t,...Z,children:[T?(0,f.jsx)(A,{...N,children:B}):null,M.slice(0,P).reverse().map((e=>o.cloneElement(e,{className:(0,n.Z)(e.props.className,E.avatar),variant:e.props.variant||R})))]})}));t.Z=m},55441:function(e,t,r){"use strict";r.d(t,{m:function(){return a}});var o=r(46700),n=r(99408);function a(e){return(0,n.ZP)("MuiAvatarGroup",e)}const i=(0,o.Z)("MuiAvatarGroup",["root","avatar"]);t.Z=i},11489:function(e,t,r){"use strict";r.d(t,{Z:function(){return h}});var o=r(7653),n=r(57908),a=r(72157),i=r(21887),s=r(62650),l=r(35388),c=r(46700),d=r(99408);function u(e){return(0,d.ZP)("MuiCard",e)}(0,c.Z)("MuiCard",["root"]);var p=r(27573);const f=(0,i.ZP)(l.Z,{name:"MuiCard",slot:"Root",overridesResolver:(e,t)=>t.root})({overflow:"hidden"});var h=o.forwardRef((function(e,t){const r=(0,s.i)({props:e,name:"MuiCard"}),{className:o,raised:i=!1,...l}=r,c={...r,raised:i},d=(e=>{const{classes:t}=e;return(0,a.Z)({root:["root"]},u,t)})(c);return(0,p.jsx)(f,{className:(0,n.Z)(d.root,o),elevation:i?8:void 0,ref:t,ownerState:c,...l})}))},16472:function(e,t,r){"use strict";r.d(t,{Z:function(){return g}});var o=r(7653),n=r(57908),a=r(72157),i=r(21887),s=r(13514),l=r(62650),c=r(46700),d=r(99408);function u(e){return(0,d.ZP)("MuiCardActionArea",e)}var p=(0,c.Z)("MuiCardActionArea",["root","focusVisible","focusHighlight"]),f=r(22326),h=r(27573);const v=(0,i.ZP)(f.Z,{name:"MuiCardActionArea",slot:"Root",overridesResolver:(e,t)=>t.root})((0,s.Z)((e=>{let{theme:t}=e;return{display:"block",textAlign:"inherit",borderRadius:"inherit",width:"100%",["&:hover .".concat(p.focusHighlight)]:{opacity:(t.vars||t).palette.action.hoverOpacity,"@media (hover: none)":{opacity:0}},["&.".concat(p.focusVisible," .").concat(p.focusHighlight)]:{opacity:(t.vars||t).palette.action.focusOpacity}}}))),m=(0,i.ZP)("span",{name:"MuiCardActionArea",slot:"FocusHighlight",overridesResolver:(e,t)=>t.focusHighlight})((0,s.Z)((e=>{let{theme:t}=e;return{overflow:"hidden",pointerEvents:"none",position:"absolute",top:0,right:0,bottom:0,left:0,borderRadius:"inherit",opacity:0,backgroundColor:"currentcolor",transition:t.transitions.create("opacity",{duration:t.transitions.duration.short})}})));var g=o.forwardRef((function(e,t){const r=(0,l.i)({props:e,name:"MuiCardActionArea"}),{children:o,className:i,focusVisibleClassName:s,...c}=r,d=r,p=(e=>{const{classes:t}=e;return(0,a.Z)({root:["root"],focusHighlight:["focusHighlight"]},u,t)})(d);return(0,h.jsxs)(v,{className:(0,n.Z)(p.root,i),focusVisibleClassName:(0,n.Z)(s,p.focusVisible),ref:t,ownerState:d,...c,children:[o,(0,h.jsx)(m,{className:p.focusHighlight,ownerState:d})]})}))},2413:function(e,t,r){"use strict";var o=r(7653),n=r(57908),a=r(72157),i=r(21887),s=r(62650),l=r(84128),c=r(27573);const d=(0,i.ZP)("div",{name:"MuiCardActions",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,!r.disableSpacing&&t.spacing]}})({display:"flex",alignItems:"center",padding:8,variants:[{props:{disableSpacing:!1},style:{"& > :not(style) ~ :not(style)":{marginLeft:8}}}]}),u=o.forwardRef((function(e,t){const r=(0,s.i)({props:e,name:"MuiCardActions"}),{disableSpacing:o=!1,className:i,...u}=r,p={...r,disableSpacing:o},f=(e=>{const{classes:t,disableSpacing:r}=e,o={root:["root",!r&&"spacing"]};return(0,a.Z)(o,l.s,t)})(p);return(0,c.jsx)(d,{className:(0,n.Z)(f.root,i),ownerState:p,ref:t,...u})}));t.Z=u},84128:function(e,t,r){"use strict";r.d(t,{s:function(){return a}});var o=r(46700),n=r(99408);function a(e){return(0,n.ZP)("MuiCardActions",e)}const i=(0,o.Z)("MuiCardActions",["root","spacing"]);t.Z=i},43212:function(e,t,r){"use strict";var o=r(7653),n=r(57908),a=r(72157),i=r(27491),s=r(50209),l=r(21887),c=r(62650),d=r(76610),u=r(27573);const p=(0,l.ZP)("div",{name:"MuiCardHeader",slot:"Root",overridesResolver:(e,t)=>({["& .".concat(d.Z.title)]:t.title,["& .".concat(d.Z.subheader)]:t.subheader,...t.root})})({display:"flex",alignItems:"center",padding:16}),f=(0,l.ZP)("div",{name:"MuiCardHeader",slot:"Avatar",overridesResolver:(e,t)=>t.avatar})({display:"flex",flex:"0 0 auto",marginRight:16}),h=(0,l.ZP)("div",{name:"MuiCardHeader",slot:"Action",overridesResolver:(e,t)=>t.action})({flex:"0 0 auto",alignSelf:"flex-start",marginTop:-4,marginRight:-8,marginBottom:-4}),v=(0,l.ZP)("div",{name:"MuiCardHeader",slot:"Content",overridesResolver:(e,t)=>t.content})({flex:"1 1 auto",[".".concat(i.Z.root,":where(& .").concat(d.Z.title,")")]:{display:"block"},[".".concat(i.Z.root,":where(& .").concat(d.Z.subheader,")")]:{display:"block"}}),m=o.forwardRef((function(e,t){const r=(0,c.i)({props:e,name:"MuiCardHeader"}),{action:o,avatar:i,className:l,component:m="div",disableTypography:g=!1,subheader:b,subheaderTypographyProps:y,title:x,titleTypographyProps:w,...C}=r,R={...r,component:m,disableTypography:g},Z=(e=>{const{classes:t}=e;return(0,a.Z)({root:["root"],avatar:["avatar"],action:["action"],content:["content"],title:["title"],subheader:["subheader"]},d.J,t)})(R);let S=x;null==S||S.type===s.Z||g||(S=(0,u.jsx)(s.Z,{variant:i?"body2":"h5",className:Z.title,component:"span",...w,children:S}));let z=b;return null==z||z.type===s.Z||g||(z=(0,u.jsx)(s.Z,{variant:i?"body2":"body1",className:Z.subheader,color:"textSecondary",component:"span",...y,children:z})),(0,u.jsxs)(p,{className:(0,n.Z)(Z.root,l),as:m,ref:t,ownerState:R,...C,children:[i&&(0,u.jsx)(f,{className:Z.avatar,ownerState:R,children:i}),(0,u.jsxs)(v,{className:Z.content,ownerState:R,children:[S,z]}),o&&(0,u.jsx)(h,{className:Z.action,ownerState:R,children:o})]})}));t.Z=m},76610:function(e,t,r){"use strict";r.d(t,{J:function(){return a}});var o=r(46700),n=r(99408);function a(e){return(0,n.ZP)("MuiCardHeader",e)}const i=(0,o.Z)("MuiCardHeader",["root","avatar","action","content","title","subheader"]);t.Z=i},22926:function(e,t,r){"use strict";r.d(t,{Z:function(){return E}});var o=r(7653),n=r(57908),a=r(72157),i=r(86899),s=r(94790),l=r(63742),c=r(27573),d=(0,l.Z)((0,c.jsx)("path",{d:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}),"CheckBoxOutlineBlank"),u=(0,l.Z)((0,c.jsx)("path",{d:"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}),"CheckBox"),p=(0,l.Z)((0,c.jsx)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"}),"IndeterminateCheckBox"),f=r(63913),h=r(86675),v=r(46700),m=r(99408);function g(e){return(0,m.ZP)("MuiCheckbox",e)}var b=(0,v.Z)("MuiCheckbox",["root","checked","disabled","indeterminate","colorPrimary","colorSecondary","sizeSmall","sizeMedium"]),y=r(21887),x=r(13514),w=r(95098),C=r(62650);const R=(0,y.ZP)(s.Z,{shouldForwardProp:e=>(0,h.Z)(e)||"classes"===e,name:"MuiCheckbox",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.indeterminate&&t.indeterminate,t["size".concat((0,f.Z)(r.size))],"default"!==r.color&&t["color".concat((0,f.Z)(r.color))]]}})((0,x.Z)((e=>{let{theme:t}=e;return{color:(t.vars||t).palette.text.secondary,variants:[{props:{color:"default",disableRipple:!1},style:{"&:hover":{backgroundColor:t.vars?"rgba(".concat(t.vars.palette.action.activeChannel," / ").concat(t.vars.palette.action.hoverOpacity,")"):(0,i.Fq)(t.palette.action.active,t.palette.action.hoverOpacity)}}},...Object.entries(t.palette).filter((0,w.Z)()).map((e=>{let[r]=e;return{props:{color:r,disableRipple:!1},style:{"&:hover":{backgroundColor:t.vars?"rgba(".concat(t.vars.palette[r].mainChannel," / ").concat(t.vars.palette.action.hoverOpacity,")"):(0,i.Fq)(t.palette[r].main,t.palette.action.hoverOpacity)}}}})),...Object.entries(t.palette).filter((0,w.Z)()).map((e=>{let[r]=e;return{props:{color:r},style:{["&.".concat(b.checked,", &.").concat(b.indeterminate)]:{color:(t.vars||t).palette[r].main},["&.".concat(b.disabled)]:{color:(t.vars||t).palette.action.disabled}}}})),{props:{disableRipple:!1},style:{"&:hover":{"@media (hover: none)":{backgroundColor:"transparent"}}}}]}}))),Z=(0,c.jsx)(u,{}),S=(0,c.jsx)(d,{}),z=(0,c.jsx)(p,{});var E=o.forwardRef((function(e,t){const r=(0,C.i)({props:e,name:"MuiCheckbox"}),{checkedIcon:i=Z,color:s="primary",icon:l=S,indeterminate:d=!1,indeterminateIcon:u=z,inputProps:p,size:h="medium",disableRipple:v=!1,className:m,...b}=r,y=d?u:l,x=d?u:i,w={...r,disableRipple:v,color:s,indeterminate:d,size:h},E=(e=>{const{classes:t,indeterminate:r,color:o,size:n}=e,i={root:["root",r&&"indeterminate","color".concat((0,f.Z)(o)),"size".concat((0,f.Z)(n))]},s=(0,a.Z)(i,g,t);return{...t,...s}})(w);var M,k;return(0,c.jsx)(R,{type:"checkbox",inputProps:{"data-indeterminate":d,...p},icon:o.cloneElement(y,{fontSize:null!==(M=y.props.fontSize)&&void 0!==M?M:h}),checkedIcon:o.cloneElement(x,{fontSize:null!==(k=x.props.fontSize)&&void 0!==k?k:h}),ownerState:w,ref:t,className:(0,n.Z)(E.root,m),...b,classes:E})}))},43678:function(e,t,r){"use strict";r.d(t,{Z:function(){return y}});var o=r(7653),n=r(57908),a=r(72157),i=r(22326),s=r(63913),l=r(46700),c=r(99408);function d(e){return(0,c.ZP)("MuiFab",e)}var u=(0,l.Z)("MuiFab",["root","primary","secondary","extended","circular","focusVisible","disabled","colorInherit","sizeSmall","sizeMedium","sizeLarge","info","error","warning","success"]),p=r(86675),f=r(21887),h=r(13514),v=r(95098),m=r(62650),g=r(27573);const b=(0,f.ZP)(i.Z,{name:"MuiFab",slot:"Root",shouldForwardProp:e=>(0,p.Z)(e)||"classes"===e,overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[r.variant],t["size".concat((0,s.Z)(r.size))],"inherit"===r.color&&t.colorInherit,t[(0,s.Z)(r.size)],t[r.color]]}})((0,h.Z)((e=>{let{theme:t}=e;var r,o;return{...t.typography.button,minHeight:36,transition:t.transitions.create(["background-color","box-shadow","border-color"],{duration:t.transitions.duration.short}),borderRadius:"50%",padding:0,minWidth:0,width:56,height:56,zIndex:(t.vars||t).zIndex.fab,boxShadow:(t.vars||t).shadows[6],"&:active":{boxShadow:(t.vars||t).shadows[12]},color:t.vars?t.vars.palette.text.primary:null===(r=(o=t.palette).getContrastText)||void 0===r?void 0:r.call(o,t.palette.grey[300]),backgroundColor:(t.vars||t).palette.grey[300],"&:hover":{backgroundColor:(t.vars||t).palette.grey.A100,"@media (hover: none)":{backgroundColor:(t.vars||t).palette.grey[300]},textDecoration:"none"},["&.".concat(u.focusVisible)]:{boxShadow:(t.vars||t).shadows[6]},variants:[{props:{size:"small"},style:{width:40,height:40}},{props:{size:"medium"},style:{width:48,height:48}},{props:{variant:"extended"},style:{borderRadius:24,padding:"0 16px",width:"auto",minHeight:"auto",minWidth:48,height:48}},{props:{variant:"extended",size:"small"},style:{width:"auto",padding:"0 8px",borderRadius:17,minWidth:34,height:34}},{props:{variant:"extended",size:"medium"},style:{width:"auto",padding:"0 16px",borderRadius:20,minWidth:40,height:40}},{props:{color:"inherit"},style:{color:"inherit"}}]}})),(0,h.Z)((e=>{let{theme:t}=e;return{variants:[...Object.entries(t.palette).filter((0,v.Z)(["dark","contrastText"])).map((e=>{let[r]=e;return{props:{color:r},style:{color:(t.vars||t).palette[r].contrastText,backgroundColor:(t.vars||t).palette[r].main,"&:hover":{backgroundColor:(t.vars||t).palette[r].dark,"@media (hover: none)":{backgroundColor:(t.vars||t).palette[r].main}}}}}))]}})),(0,h.Z)((e=>{let{theme:t}=e;return{["&.".concat(u.disabled)]:{color:(t.vars||t).palette.action.disabled,boxShadow:(t.vars||t).shadows[0],backgroundColor:(t.vars||t).palette.action.disabledBackground}}})));var y=o.forwardRef((function(e,t){const r=(0,m.i)({props:e,name:"MuiFab"}),{children:o,className:i,color:l="default",component:c="button",disabled:u=!1,disableFocusRipple:p=!1,focusVisibleClassName:f,size:h="large",variant:v="circular",...y}=r,x={...r,color:l,component:c,disabled:u,disableFocusRipple:p,size:h,variant:v},w=(e=>{const{color:t,variant:r,classes:o,size:n}=e,i={root:["root",r,"size".concat((0,s.Z)(n)),"inherit"===t?"colorInherit":t]},l=(0,a.Z)(i,d,o);return{...o,...l}})(x);return(0,g.jsx)(b,{className:(0,n.Z)(w.root,i),component:c,disabled:u,focusRipple:!p,focusVisibleClassName:(0,n.Z)(w.focusVisible,f),ownerState:x,ref:t,...y,classes:w,children:o})}))},5078:function(e,t,r){"use strict";r.d(t,{Z:function(){return w}});var o=r(7653),n=r(57908),a=r(72157),i=r(57851),s=r(21887),l=r(13514),c=r(62650),d=r(50209),u=r(63913),p=r(46700),f=r(99408);function h(e){return(0,f.ZP)("MuiFormControlLabel",e)}var v=(0,p.Z)("MuiFormControlLabel",["root","labelPlacementStart","labelPlacementTop","labelPlacementBottom","disabled","label","error","required","asterisk"]),m=r(9109),g=r(14934),b=r(27573);const y=(0,s.ZP)("label",{name:"MuiFormControlLabel",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[{["& .".concat(v.label)]:t.label},t.root,t["labelPlacement".concat((0,u.Z)(r.labelPlacement))]]}})((0,l.Z)((e=>{let{theme:t}=e;return{display:"inline-flex",alignItems:"center",cursor:"pointer",verticalAlign:"middle",WebkitTapHighlightColor:"transparent",marginLeft:-11,marginRight:16,["&.".concat(v.disabled)]:{cursor:"default"},["& .".concat(v.label)]:{["&.".concat(v.disabled)]:{color:(t.vars||t).palette.text.disabled}},variants:[{props:{labelPlacement:"start"},style:{flexDirection:"row-reverse",marginRight:-11}},{props:{labelPlacement:"top"},style:{flexDirection:"column-reverse"}},{props:{labelPlacement:"bottom"},style:{flexDirection:"column"}},{props:e=>{let{labelPlacement:t}=e;return"start"===t||"top"===t||"bottom"===t},style:{marginLeft:16}}]}}))),x=(0,s.ZP)("span",{name:"MuiFormControlLabel",slot:"Asterisk",overridesResolver:(e,t)=>t.asterisk})((0,l.Z)((e=>{let{theme:t}=e;return{["&.".concat(v.error)]:{color:(t.vars||t).palette.error.main}}})));var w=o.forwardRef((function(e,t){const r=(0,c.i)({props:e,name:"MuiFormControlLabel"}),{checked:s,className:l,componentsProps:p={},control:f,disabled:v,disableTypography:w,inputRef:C,label:R,labelPlacement:Z="end",name:S,onChange:z,required:E,slots:M={},slotProps:k={},value:P,...T}=r,B=(0,i.Z)();var j;const O=null!==(j=null!==v&&void 0!==v?v:f.props.disabled)&&void 0!==j?j:null===B||void 0===B?void 0:B.disabled,F=null!==E&&void 0!==E?E:f.props.required,A={disabled:O,required:F};["checked","name","onChange","value","inputRef"].forEach((e=>{"undefined"===typeof f.props[e]&&"undefined"!==typeof r[e]&&(A[e]=r[e])}));const N=(0,m.Z)({props:r,muiFormControl:B,states:["error"]}),H={...r,disabled:O,labelPlacement:Z,required:F,error:N.error},L=(e=>{const{classes:t,disabled:r,labelPlacement:o,error:n,required:i}=e,s={root:["root",r&&"disabled","labelPlacement".concat((0,u.Z)(o)),n&&"error",i&&"required"],label:["label",r&&"disabled"],asterisk:["asterisk",n&&"error"]};return(0,a.Z)(s,h,t)})(H),I={slots:M,slotProps:{...p,...k}},[D,_]=(0,g.Z)("typography",{elementType:d.Z,externalForwardedProps:I,ownerState:H});let W=R;return null==W||W.type===d.Z||w||(W=(0,b.jsx)(D,{component:"span",..._,className:(0,n.Z)(L.label,null===_||void 0===_?void 0:_.className),children:W})),(0,b.jsxs)(y,{className:(0,n.Z)(L.root,l),ownerState:H,ref:t,...T,children:[o.cloneElement(f,A),F?(0,b.jsxs)("div",{children:[W,(0,b.jsxs)(x,{ownerState:H,"aria-hidden":!0,className:L.asterisk,children:["\u2009","*"]})]}):W]})}))},71163:function(e,t,r){"use strict";r.d(t,{Z:function(){return v}});var o=r(7653),n=r(57908),a=r(72157),i=r(21887),s=r(62650),l=r(46700),c=r(99408);function d(e){return(0,c.ZP)("MuiFormGroup",e)}(0,l.Z)("MuiFormGroup",["root","row","error"]);var u=r(57851),p=r(9109),f=r(27573);const h=(0,i.ZP)("div",{name:"MuiFormGroup",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.row&&t.row]}})({display:"flex",flexDirection:"column",flexWrap:"wrap",variants:[{props:{row:!0},style:{flexDirection:"row"}}]});var v=o.forwardRef((function(e,t){const r=(0,s.i)({props:e,name:"MuiFormGroup"}),{className:o,row:i=!1,...l}=r,c=(0,u.Z)(),v=(0,p.Z)({props:r,muiFormControl:c,states:["error"]}),m={...r,row:i,error:v.error},g=(e=>{const{classes:t,row:r,error:o}=e,n={root:["root",r&&"row",o&&"error"]};return(0,a.Z)(n,d,t)})(m);return(0,f.jsx)(h,{className:(0,n.Z)(g.root,o),ownerState:m,ref:t,...l})}))},12898:function(e,t,r){"use strict";r.d(t,{Z:function(){return x}});var o=r(7653),n=r(57908),a=r(72157),i=r(63913),s=r(50209),l=r(23503),c=r(57851),d=r(21887),u=r(13514),p=r(62650),f=r(46700),h=r(99408);function v(e){return(0,h.ZP)("MuiInputAdornment",e)}var m,g=(0,f.Z)("MuiInputAdornment",["root","filled","standard","outlined","positionStart","positionEnd","disablePointerEvents","hiddenLabel","sizeSmall"]),b=r(27573);const y=(0,d.ZP)("div",{name:"MuiInputAdornment",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t["position".concat((0,i.Z)(r.position))],!0===r.disablePointerEvents&&t.disablePointerEvents,t[r.variant]]}})((0,u.Z)((e=>{let{theme:t}=e;return{display:"flex",maxHeight:"2em",alignItems:"center",whiteSpace:"nowrap",color:(t.vars||t).palette.action.active,variants:[{props:{variant:"filled"},style:{["&.".concat(g.positionStart,"&:not(.").concat(g.hiddenLabel,")")]:{marginTop:16}}},{props:{position:"start"},style:{marginRight:8}},{props:{position:"end"},style:{marginLeft:8}},{props:{disablePointerEvents:!0},style:{pointerEvents:"none"}}]}})));var x=o.forwardRef((function(e,t){const r=(0,p.i)({props:e,name:"MuiInputAdornment"}),{children:d,className:u,component:f="div",disablePointerEvents:h=!1,disableTypography:g=!1,position:x,variant:w,...C}=r,R=(0,c.Z)()||{};let Z=w;w&&R.variant,R&&!Z&&(Z=R.variant);const S={...r,hiddenLabel:R.hiddenLabel,size:R.size,disablePointerEvents:h,position:x,variant:Z},z=(e=>{const{classes:t,disablePointerEvents:r,hiddenLabel:o,position:n,size:s,variant:l}=e,c={root:["root",r&&"disablePointerEvents",n&&"position".concat((0,i.Z)(n)),l,o&&"hiddenLabel",s&&"size".concat((0,i.Z)(s))]};return(0,a.Z)(c,v,t)})(S);return(0,b.jsx)(l.Z.Provider,{value:null,children:(0,b.jsx)(y,{as:f,ownerState:S,className:(0,n.Z)(z.root,u),ref:t,...C,children:"string"!==typeof d||g?(0,b.jsxs)(o.Fragment,{children:["start"===x?m||(m=(0,b.jsx)("span",{className:"notranslate",children:"\u200b"})):null,d]}):(0,b.jsx)(s.Z,{color:"textSecondary",children:d})})})}))},58387:function(e,t,r){"use strict";r.d(t,{Z:function(){return A}});var o=r(85565),n=r(7653),a=r(57908),i=r(72157),s=r(86899),l=r(340),c=r(40338),d=r(21887),u=r(13514),p=r(95098),f=r(62650),h=r(63913),v=r(46700),m=r(99408);function g(e){return(0,m.ZP)("MuiLinearProgress",e)}(0,v.Z)("MuiLinearProgress",["root","colorPrimary","colorSecondary","determinate","indeterminate","buffer","query","dashed","dashedColorPrimary","dashedColorSecondary","bar","barColorPrimary","barColorSecondary","bar1Indeterminate","bar1Determinate","bar1Buffer","bar2Indeterminate","bar2Buffer"]);var b=r(27573);function y(){const e=(0,o._)(["\n  0% {\n    left: -35%;\n    right: 100%;\n  }\n\n  60% {\n    left: 100%;\n    right: -90%;\n  }\n\n  100% {\n    left: 100%;\n    right: -90%;\n  }\n"]);return y=function(){return e},e}function x(){const e=(0,o._)(["\n        animation: "," 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n      "]);return x=function(){return e},e}function w(){const e=(0,o._)(["\n  0% {\n    left: -200%;\n    right: 100%;\n  }\n\n  60% {\n    left: 107%;\n    right: -8%;\n  }\n\n  100% {\n    left: 107%;\n    right: -8%;\n  }\n"]);return w=function(){return e},e}function C(){const e=(0,o._)(["\n        animation: "," 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;\n      "]);return C=function(){return e},e}function R(){const e=(0,o._)(["\n  0% {\n    opacity: 1;\n    background-position: 0 -23px;\n  }\n\n  60% {\n    opacity: 0;\n    background-position: 0 -23px;\n  }\n\n  100% {\n    opacity: 1;\n    background-position: -200px -23px;\n  }\n"]);return R=function(){return e},e}function Z(){const e=(0,o._)(["\n        animation: "," 3s infinite linear;\n      "]);return Z=function(){return e},e}const S=(0,c.F4)(y()),z="string"!==typeof S?(0,c.iv)(x(),S):null,E=(0,c.F4)(w()),M="string"!==typeof E?(0,c.iv)(C(),E):null,k=(0,c.F4)(R()),P="string"!==typeof k?(0,c.iv)(Z(),k):null,T=(e,t)=>e.vars?e.vars.palette.LinearProgress["".concat(t,"Bg")]:"light"===e.palette.mode?(0,s.$n)(e.palette[t].main,.62):(0,s._j)(e.palette[t].main,.5),B=(0,d.ZP)("span",{name:"MuiLinearProgress",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t["color".concat((0,h.Z)(r.color))],t[r.variant]]}})((0,u.Z)((e=>{let{theme:t}=e;return{position:"relative",overflow:"hidden",display:"block",height:4,zIndex:0,"@media print":{colorAdjust:"exact"},variants:[...Object.entries(t.palette).filter((0,p.Z)()).map((e=>{let[r]=e;return{props:{color:r},style:{backgroundColor:T(t,r)}}})),{props:e=>{let{ownerState:t}=e;return"inherit"===t.color&&"buffer"!==t.variant},style:{"&::before":{content:'""',position:"absolute",left:0,top:0,right:0,bottom:0,backgroundColor:"currentColor",opacity:.3}}},{props:{variant:"buffer"},style:{backgroundColor:"transparent"}},{props:{variant:"query"},style:{transform:"rotate(180deg)"}}]}}))),j=(0,d.ZP)("span",{name:"MuiLinearProgress",slot:"Dashed",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.dashed,t["dashedColor".concat((0,h.Z)(r.color))]]}})((0,u.Z)((e=>{let{theme:t}=e;return{position:"absolute",marginTop:0,height:"100%",width:"100%",backgroundSize:"10px 10px",backgroundPosition:"0 -23px",variants:[{props:{color:"inherit"},style:{opacity:.3,backgroundImage:"radial-gradient(currentColor 0%, currentColor 16%, transparent 42%)"}},...Object.entries(t.palette).filter((0,p.Z)()).map((e=>{let[r]=e;const o=T(t,r);return{props:{color:r},style:{backgroundImage:"radial-gradient(".concat(o," 0%, ").concat(o," 16%, transparent 42%)")}}}))]}})),P||{animation:"".concat(k," 3s infinite linear")}),O=(0,d.ZP)("span",{name:"MuiLinearProgress",slot:"Bar1",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.bar,t["barColor".concat((0,h.Z)(r.color))],("indeterminate"===r.variant||"query"===r.variant)&&t.bar1Indeterminate,"determinate"===r.variant&&t.bar1Determinate,"buffer"===r.variant&&t.bar1Buffer]}})((0,u.Z)((e=>{let{theme:t}=e;return{width:"100%",position:"absolute",left:0,bottom:0,top:0,transition:"transform 0.2s linear",transformOrigin:"left",variants:[{props:{color:"inherit"},style:{backgroundColor:"currentColor"}},...Object.entries(t.palette).filter((0,p.Z)()).map((e=>{let[r]=e;return{props:{color:r},style:{backgroundColor:(t.vars||t).palette[r].main}}})),{props:{variant:"determinate"},style:{transition:"transform .".concat(4,"s linear")}},{props:{variant:"buffer"},style:{zIndex:1,transition:"transform .".concat(4,"s linear")}},{props:e=>{let{ownerState:t}=e;return"indeterminate"===t.variant||"query"===t.variant},style:{width:"auto"}},{props:e=>{let{ownerState:t}=e;return"indeterminate"===t.variant||"query"===t.variant},style:z||{animation:"".concat(S," 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite")}}]}}))),F=(0,d.ZP)("span",{name:"MuiLinearProgress",slot:"Bar2",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.bar,t["barColor".concat((0,h.Z)(r.color))],("indeterminate"===r.variant||"query"===r.variant)&&t.bar2Indeterminate,"buffer"===r.variant&&t.bar2Buffer]}})((0,u.Z)((e=>{let{theme:t}=e;return{width:"100%",position:"absolute",left:0,bottom:0,top:0,transition:"transform 0.2s linear",transformOrigin:"left",variants:[...Object.entries(t.palette).filter((0,p.Z)()).map((e=>{let[r]=e;return{props:{color:r},style:{"--LinearProgressBar2-barColor":(t.vars||t).palette[r].main}}})),{props:e=>{let{ownerState:t}=e;return"buffer"!==t.variant&&"inherit"!==t.color},style:{backgroundColor:"var(--LinearProgressBar2-barColor, currentColor)"}},{props:e=>{let{ownerState:t}=e;return"buffer"!==t.variant&&"inherit"===t.color},style:{backgroundColor:"currentColor"}},{props:{color:"inherit"},style:{opacity:.3}},...Object.entries(t.palette).filter((0,p.Z)()).map((e=>{let[r]=e;return{props:{color:r,variant:"buffer"},style:{backgroundColor:T(t,r),transition:"transform .".concat(4,"s linear")}}})),{props:e=>{let{ownerState:t}=e;return"indeterminate"===t.variant||"query"===t.variant},style:{width:"auto"}},{props:e=>{let{ownerState:t}=e;return"indeterminate"===t.variant||"query"===t.variant},style:M||{animation:"".concat(E," 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite")}}]}})));var A=n.forwardRef((function(e,t){const r=(0,f.i)({props:e,name:"MuiLinearProgress"}),{className:o,color:n="primary",value:s,valueBuffer:c,variant:d="indeterminate",...u}=r,p={...r,color:n,variant:d},v=(e=>{const{classes:t,variant:r,color:o}=e,n={root:["root","color".concat((0,h.Z)(o)),r],dashed:["dashed","dashedColor".concat((0,h.Z)(o))],bar1:["bar","barColor".concat((0,h.Z)(o)),("indeterminate"===r||"query"===r)&&"bar1Indeterminate","determinate"===r&&"bar1Determinate","buffer"===r&&"bar1Buffer"],bar2:["bar","buffer"!==r&&"barColor".concat((0,h.Z)(o)),"buffer"===r&&"color".concat((0,h.Z)(o)),("indeterminate"===r||"query"===r)&&"bar2Indeterminate","buffer"===r&&"bar2Buffer"]};return(0,i.Z)(n,g,t)})(p),m=(0,l.V)(),y={},x={bar1:{},bar2:{}};if("determinate"===d||"buffer"===d)if(void 0!==s){y["aria-valuenow"]=Math.round(s),y["aria-valuemin"]=0,y["aria-valuemax"]=100;let e=s-100;m&&(e=-e),x.bar1.transform="translateX(".concat(e,"%)")}else 0;if("buffer"===d)if(void 0!==c){let e=(c||0)-100;m&&(e=-e),x.bar2.transform="translateX(".concat(e,"%)")}else 0;return(0,b.jsxs)(B,{className:(0,a.Z)(v.root,o),ownerState:p,role:"progressbar",...y,ref:t,...u,children:["buffer"===d?(0,b.jsx)(j,{className:v.dashed,ownerState:p}):null,(0,b.jsx)(O,{className:v.bar1,ownerState:p,style:x.bar1}),"determinate"===d?null:(0,b.jsx)(F,{className:v.bar2,ownerState:p,style:x.bar2})]})}))},60836:function(e,t,r){"use strict";r.d(t,{Z:function(){return x}});var o=r(7653),n=r(57908),a=r(35453),i=r(72157),s=r(86899),l=r(22326),c=r(63913),d=r(21887),u=r(13514),p=r(95098),f=r(62650),h=r(45271),v=r(48684),m=r(41392);function g(e,t){return void 0!==t&&void 0!==e&&(Array.isArray(t)?t.includes(e):e===t)}var b=r(27573);const y=(0,d.ZP)(l.Z,{name:"MuiToggleButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t["size".concat((0,c.Z)(r.size))]]}})((0,u.Z)((e=>{let{theme:t}=e;return{...t.typography.button,borderRadius:(t.vars||t).shape.borderRadius,padding:11,border:"1px solid ".concat((t.vars||t).palette.divider),color:(t.vars||t).palette.action.active,["&.".concat(h.Z.disabled)]:{color:(t.vars||t).palette.action.disabled,border:"1px solid ".concat((t.vars||t).palette.action.disabledBackground)},"&:hover":{textDecoration:"none",backgroundColor:t.vars?"rgba(".concat(t.vars.palette.text.primaryChannel," / ").concat(t.vars.palette.action.hoverOpacity,")"):(0,s.Fq)(t.palette.text.primary,t.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},variants:[{props:{color:"standard"},style:{["&.".concat(h.Z.selected)]:{color:(t.vars||t).palette.text.primary,backgroundColor:t.vars?"rgba(".concat(t.vars.palette.text.primaryChannel," / ").concat(t.vars.palette.action.selectedOpacity,")"):(0,s.Fq)(t.palette.text.primary,t.palette.action.selectedOpacity),"&:hover":{backgroundColor:t.vars?"rgba(".concat(t.vars.palette.text.primaryChannel," / calc(").concat(t.vars.palette.action.selectedOpacity," + ").concat(t.vars.palette.action.hoverOpacity,"))"):(0,s.Fq)(t.palette.text.primary,t.palette.action.selectedOpacity+t.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:t.vars?"rgba(".concat(t.vars.palette.text.primaryChannel," / ").concat(t.vars.palette.action.selectedOpacity,")"):(0,s.Fq)(t.palette.text.primary,t.palette.action.selectedOpacity)}}}}},...Object.entries(t.palette).filter((0,p.Z)()).map((e=>{let[r]=e;return{props:{color:r},style:{["&.".concat(h.Z.selected)]:{color:(t.vars||t).palette[r].main,backgroundColor:t.vars?"rgba(".concat(t.vars.palette[r].mainChannel," / ").concat(t.vars.palette.action.selectedOpacity,")"):(0,s.Fq)(t.palette[r].main,t.palette.action.selectedOpacity),"&:hover":{backgroundColor:t.vars?"rgba(".concat(t.vars.palette[r].mainChannel," / calc(").concat(t.vars.palette.action.selectedOpacity," + ").concat(t.vars.palette.action.hoverOpacity,"))"):(0,s.Fq)(t.palette[r].main,t.palette.action.selectedOpacity+t.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:t.vars?"rgba(".concat(t.vars.palette[r].mainChannel," / ").concat(t.vars.palette.action.selectedOpacity,")"):(0,s.Fq)(t.palette[r].main,t.palette.action.selectedOpacity)}}}}}})),{props:{fullWidth:!0},style:{width:"100%"}},{props:{size:"small"},style:{padding:7,fontSize:t.typography.pxToRem(13)}},{props:{size:"large"},style:{padding:15,fontSize:t.typography.pxToRem(15)}}]}})));var x=o.forwardRef((function(e,t){const{value:r,...s}=o.useContext(v.Z),l=o.useContext(m.Z),d=(0,a.Z)({...s,selected:g(e.value,r)},e),u=(0,f.i)({props:d,name:"MuiToggleButton"}),{children:p,className:x,color:w="standard",disabled:C=!1,disableFocusRipple:R=!1,fullWidth:Z=!1,onChange:S,onClick:z,selected:E,size:M="medium",value:k,...P}=u,T={...u,color:w,disabled:C,disableFocusRipple:R,fullWidth:Z,size:M},B=(e=>{const{classes:t,fullWidth:r,selected:o,disabled:n,size:a,color:s}=e,l={root:["root",o&&"selected",n&&"disabled",r&&"fullWidth","size".concat((0,c.Z)(a)),s]};return(0,i.Z)(l,h.a,t)})(T),j=l||"";return(0,b.jsx)(y,{className:(0,n.Z)(s.className,B.root,x,j),disabled:C,focusRipple:!R,ref:t,onClick:e=>{z&&(z(e,k),e.defaultPrevented)||S&&S(e,k)},onChange:S,value:k,ownerState:T,"aria-pressed":E,...P,children:p})}))},45271:function(e,t,r){"use strict";r.d(t,{a:function(){return a}});var o=r(46700),n=r(99408);function a(e){return(0,n.ZP)("MuiToggleButton",e)}const i=(0,o.Z)("MuiToggleButton",["root","disabled","selected","standard","primary","secondary","sizeSmall","sizeMedium","sizeLarge","fullWidth"]);t.Z=i},32900:function(e,t,r){"use strict";r.d(t,{Z:function(){return x}});var o=r(7653),n=(r(97023),r(57908)),a=r(72157),i=r(7794),s=r(21887),l=r(13514),c=r(62650),d=r(63913),u=r(46700),p=r(99408);function f(e){return(0,p.ZP)("MuiToggleButtonGroup",e)}var h=(0,u.Z)("MuiToggleButtonGroup",["root","selected","horizontal","vertical","disabled","grouped","groupedHorizontal","groupedVertical","fullWidth","firstButton","lastButton","middleButton"]),v=r(48684),m=r(41392),g=r(45271),b=r(27573);const y=(0,s.ZP)("div",{name:"MuiToggleButtonGroup",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[{["& .".concat(h.grouped)]:t.grouped},{["& .".concat(h.grouped)]:t["grouped".concat((0,d.Z)(r.orientation))]},{["& .".concat(h.firstButton)]:t.firstButton},{["& .".concat(h.lastButton)]:t.lastButton},{["& .".concat(h.middleButton)]:t.middleButton},t.root,"vertical"===r.orientation&&t.vertical,r.fullWidth&&t.fullWidth]}})((0,l.Z)((e=>{let{theme:t}=e;return{display:"inline-flex",borderRadius:(t.vars||t).shape.borderRadius,variants:[{props:{orientation:"vertical"},style:{flexDirection:"column",["& .".concat(h.grouped)]:{["&.".concat(h.selected," + .").concat(h.grouped,".").concat(h.selected)]:{borderTop:0,marginTop:0}},["& .".concat(h.firstButton,",& .").concat(h.middleButton)]:{borderBottomLeftRadius:0,borderBottomRightRadius:0},["& .".concat(h.lastButton,",& .").concat(h.middleButton)]:{marginTop:-1,borderTop:"1px solid transparent",borderTopLeftRadius:0,borderTopRightRadius:0},["& .".concat(h.lastButton,".").concat(g.Z.disabled,",& .").concat(h.middleButton,".").concat(g.Z.disabled)]:{borderTop:"1px solid transparent"}}},{props:{fullWidth:!0},style:{width:"100%"}},{props:{orientation:"horizontal"},style:{["& .".concat(h.grouped)]:{["&.".concat(h.selected," + .").concat(h.grouped,".").concat(h.selected)]:{borderLeft:0,marginLeft:0}},["& .".concat(h.firstButton,",& .").concat(h.middleButton)]:{borderTopRightRadius:0,borderBottomRightRadius:0},["& .".concat(h.lastButton,",& .").concat(h.middleButton)]:{marginLeft:-1,borderLeft:"1px solid transparent",borderTopLeftRadius:0,borderBottomLeftRadius:0},["& .".concat(h.lastButton,".").concat(g.Z.disabled,",& .").concat(h.middleButton,".").concat(g.Z.disabled)]:{borderLeft:"1px solid transparent"}}}]}})));var x=o.forwardRef((function(e,t){const r=(0,c.i)({props:e,name:"MuiToggleButtonGroup"}),{children:s,className:l,color:u="standard",disabled:p=!1,exclusive:h=!1,fullWidth:g=!1,onChange:x,orientation:w="horizontal",size:C="medium",value:R,...Z}=r,S={...r,disabled:p,fullWidth:g,orientation:w,size:C},z=(e=>{const{classes:t,orientation:r,fullWidth:o,disabled:n}=e,i={root:["root",r,o&&"fullWidth"],grouped:["grouped","grouped".concat((0,d.Z)(r)),n&&"disabled"],firstButton:["firstButton"],lastButton:["lastButton"],middleButton:["middleButton"]};return(0,a.Z)(i,f,t)})(S),E=o.useCallback(((e,t)=>{if(!x)return;const r=R&&R.indexOf(t);let o;R&&r>=0?(o=R.slice(),o.splice(r,1)):o=R?R.concat(t):[t],x(e,o)}),[x,R]),M=o.useCallback(((e,t)=>{x&&x(e,R===t?null:t)}),[x,R]),k=o.useMemo((()=>({className:z.grouped,onChange:h?M:E,value:R,size:C,fullWidth:g,color:u,disabled:p})),[z.grouped,h,M,E,R,C,g,u,p]),P=(0,i.Z)(s),T=P.length,B=e=>{const t=0===e,r=e===T-1;return t&&r?"":t?z.firstButton:r?z.lastButton:z.middleButton};return(0,b.jsx)(y,{role:"group",className:(0,n.Z)(z.root,l),ref:t,ownerState:S,...Z,children:(0,b.jsx)(v.Z.Provider,{value:k,children:P.map(((e,t)=>(0,b.jsx)(m.Z.Provider,{value:B(t),children:e},t)))})})}))},41392:function(e,t,r){"use strict";const o=r(7653).createContext(void 0);t.Z=o},48684:function(e,t,r){"use strict";const o=r(7653).createContext({});t.Z=o},94790:function(e,t,r){"use strict";r.d(t,{Z:function(){return b}});var o=r(7653),n=r(57908),a=r(72157),i=r(63913),s=r(86675),l=r(21887),c=r(31556),d=r(57851),u=r(22326),p=r(46700),f=r(99408);function h(e){return(0,f.ZP)("PrivateSwitchBase",e)}(0,p.Z)("PrivateSwitchBase",["root","checked","disabled","input","edgeStart","edgeEnd"]);var v=r(27573);const m=(0,l.ZP)(u.Z)({padding:9,borderRadius:"50%",variants:[{props:{edge:"start",size:"small"},style:{marginLeft:-3}},{props:e=>{let{edge:t,ownerState:r}=e;return"start"===t&&"small"!==r.size},style:{marginLeft:-12}},{props:{edge:"end",size:"small"},style:{marginRight:-3}},{props:e=>{let{edge:t,ownerState:r}=e;return"end"===t&&"small"!==r.size},style:{marginRight:-12}}]}),g=(0,l.ZP)("input",{shouldForwardProp:s.Z})({cursor:"inherit",position:"absolute",opacity:0,width:"100%",height:"100%",top:0,left:0,margin:0,padding:0,zIndex:1});var b=o.forwardRef((function(e,t){const{autoFocus:r,checked:o,checkedIcon:s,className:l,defaultChecked:u,disabled:p,disableFocusRipple:f=!1,edge:b=!1,icon:y,id:x,inputProps:w,inputRef:C,name:R,onBlur:Z,onChange:S,onFocus:z,readOnly:E,required:M=!1,tabIndex:k,type:P,value:T,...B}=e,[j,O]=(0,c.Z)({controlled:o,default:Boolean(u),name:"SwitchBase",state:"checked"}),F=(0,d.Z)();let A=p;F&&"undefined"===typeof A&&(A=F.disabled);const N="checkbox"===P||"radio"===P,H={...e,checked:j,disabled:A,disableFocusRipple:f,edge:b},L=(e=>{const{classes:t,checked:r,disabled:o,edge:n}=e,s={root:["root",r&&"checked",o&&"disabled",n&&"edge".concat((0,i.Z)(n))],input:["input"]};return(0,a.Z)(s,h,t)})(H);return(0,v.jsxs)(m,{component:"span",className:(0,n.Z)(L.root,l),centerRipple:!0,focusRipple:!f,disabled:A,tabIndex:null,role:void 0,onFocus:e=>{z&&z(e),F&&F.onFocus&&F.onFocus(e)},onBlur:e=>{Z&&Z(e),F&&F.onBlur&&F.onBlur(e)},ownerState:H,ref:t,...B,children:[(0,v.jsx)(g,{autoFocus:r,checked:o,defaultChecked:u,className:L.input,disabled:A,id:N?x:void 0,name:R,onChange:e=>{if(e.nativeEvent.defaultPrevented)return;const t=e.target.checked;O(t),S&&S(e,t)},readOnly:E,ref:C,required:M,ownerState:H,tabIndex:k,type:P,..."checkbox"===P&&void 0===T?{}:{value:T},...w}),j?s:y]})}))},7794:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var o=r(7653);function n(e){return o.Children.toArray(e).filter((e=>o.isValidElement(e)))}},7238:function(e,t,r){"use strict";var o=r(24806),n={"text/plain":"Text","text/html":"Url",default:"Text"};e.exports=function(e,t){var r,a,i,s,l,c,d=!1;t||(t={}),r=t.debug||!1;try{if(i=o(),s=document.createRange(),l=document.getSelection(),(c=document.createElement("span")).textContent=e,c.ariaHidden="true",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(o){if(o.stopPropagation(),t.format)if(o.preventDefault(),"undefined"===typeof o.clipboardData){r&&console.warn("unable to use e.clipboardData"),r&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var a=n[t.format]||n.default;window.clipboardData.setData(a,e)}else o.clipboardData.clearData(),o.clipboardData.setData(t.format,e);t.onCopy&&(o.preventDefault(),t.onCopy(o.clipboardData))})),document.body.appendChild(c),s.selectNodeContents(c),l.addRange(s),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");d=!0}catch(u){r&&console.error("unable to copy using execCommand: ",u),r&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),d=!0}catch(u){r&&console.error("unable to copy using clipboardData: ",u),r&&console.error("falling back to prompt"),a=function(e){var t=(/mac os x/i.test(navigator.userAgent)?"\u2318":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}("message"in t?t.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 d}},26284:function(e){"use strict";e.exports=function(e){if(e=String(e||""),o.test(e))return"rtl";if(n.test(e))return"ltr";return"neutral"};var t="\u0591-\u07ff\ufb1d-\ufdfd\ufe70-\ufefc",r="A-Za-z\xc0-\xd6\xd8-\xf6\xf8-\u02b8\u0300-\u0590\u0800-\u1fff\u200e\u2c00-\ufb1c\ufe00-\ufe6f\ufefd-\uffff",o=new RegExp("^[^"+r+"]*["+t+"]"),n=new RegExp("^[^"+t+"]*["+r+"]")},20157:function(e,t){"use strict";for(var r="undefined"!=typeof window&&/Mac|iPod|iPhone|iPad/.test(window.navigator.platform),o={alt:"altKey",control:"ctrlKey",meta:"metaKey",shift:"shiftKey"},n={add:"+",break:"pause",cmd:"meta",command:"meta",ctl:"control",ctrl:"control",del:"delete",down:"arrowdown",esc:"escape",ins:"insert",left:"arrowleft",mod:r?"meta":"control",opt:"alt",option:"alt",return:"enter",right:"arrowright",space:" ",spacebar:" ",up:"arrowup",win:"meta",windows:"meta"},a={backspace:8,tab:9,enter:13,shift:16,control:17,alt:18,pause:19,capslock:20,escape:27," ":32,pageup:33,pagedown:34,end:35,home:36,arrowleft:37,arrowup:38,arrowright:39,arrowdown:40,insert:45,delete:46,meta:91,numlock:144,scrolllock:145,";":186,"=":187,",":188,"-":189,".":190,"/":191,"`":192,"[":219,"\\":220,"]":221,"'":222},i=1;i<20;i++)a["f"+i]=111+i;function s(e,t,r){t&&!("byKey"in t)&&(r=t,t=null),Array.isArray(e)||(e=[e]);var o=e.map((function(e){return l(e,t)})),n=function(e){return o.some((function(t){return c(t,e)}))};return null==r?n:n(r)}function l(e,t){var r=t&&t.byKey,i={},s=(e=e.replace("++","+add")).split("+"),l=s.length;for(var c in o)i[o[c]]=!1;var p=!0,f=!1,h=void 0;try{for(var v,m=s[Symbol.iterator]();!(p=(v=m.next()).done);p=!0){var g=v.value,b=g.endsWith("?")&&g.length>1;b&&(g=g.slice(0,-1));var y=u(g),x=o[y];if(g.length>1&&!x&&!n[g]&&!a[y])throw new TypeError('Unknown modifier: "'+g+'"');1!==l&&x||(r?i.key=y:i.which=d(g)),x&&(i[x]=!b||null)}}catch(w){f=!0,h=w}finally{try{!p&&m.return&&m.return()}finally{if(f)throw h}}return i}function c(e,t){for(var r in e){var o=e[r],n=void 0;if(null!=o&&((null!=(n="key"===r&&null!=t.key?t.key.toLowerCase():"which"===r?91===o&&93===t.which?91:t.which:t[r])||!1!==o)&&n!==o))return!1}return!0}function d(e){return e=u(e),a[e]||e.toUpperCase().charCodeAt(0)}function u(e){return e=e.toLowerCase(),e=n[e]||e}t.ZP=s,t.P6=s,t.TB=function(e,t){return s(e,{byKey:!0},t)},t.LP=l,t.oM=c},18672:function(e,t,r){var o=r(81361).Symbol;e.exports=o},51140:function(e,t,r){var o=r(18672),n=r(43344),a=r(72031),i=o?o.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":i&&i in Object(e)?n(e):a(e)}},75544:function(e,t,r){var o=r(18510),n=/^\s+/;e.exports=function(e){return e?e.slice(0,o(e)+1).replace(n,""):e}},37970:function(e,t,r){var o="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=o},43344:function(e,t,r){var o=r(18672),n=Object.prototype,a=n.hasOwnProperty,i=n.toString,s=o?o.toStringTag:void 0;e.exports=function(e){var t=a.call(e,s),r=e[s];try{e[s]=void 0;var o=!0}catch(l){}var n=i.call(e);return o&&(t?e[s]=r:delete e[s]),n}},72031:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},81361:function(e,t,r){var o=r(37970),n="object"==typeof self&&self&&self.Object===Object&&self,a=o||n||Function("return this")();e.exports=a},18510:function(e){var t=/\s/;e.exports=function(e){for(var r=e.length;r--&&t.test(e.charAt(r)););return r}},94029:function(e,t,r){var o=r(83919),n=r(60513),a=r(25522),i=Math.max,s=Math.min;e.exports=function(e,t,r){var l,c,d,u,p,f,h=0,v=!1,m=!1,g=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function b(t){var r=l,o=c;return l=c=void 0,h=t,u=e.apply(o,r)}function y(e){var r=e-f;return void 0===f||r>=t||r<0||m&&e-h>=d}function x(){var e=n();if(y(e))return w(e);p=setTimeout(x,function(e){var r=t-(e-f);return m?s(r,d-(e-h)):r}(e))}function w(e){return p=void 0,g&&l?b(e):(l=c=void 0,u)}function C(){var e=n(),r=y(e);if(l=arguments,c=this,f=e,r){if(void 0===p)return function(e){return h=e,p=setTimeout(x,t),v?b(e):u}(f);if(m)return clearTimeout(p),p=setTimeout(x,t),b(f)}return void 0===p&&(p=setTimeout(x,t)),u}return t=a(t)||0,o(r)&&(v=!!r.leading,d=(m="maxWait"in r)?i(a(r.maxWait)||0,t):d,g="trailing"in r?!!r.trailing:g),C.cancel=function(){void 0!==p&&clearTimeout(p),h=0,l=f=c=p=void 0},C.flush=function(){return void 0===p?u:w(n())},C}},83919:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},31822:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},74277:function(e,t,r){var o=r(51140),n=r(31822);e.exports=function(e){return"symbol"==typeof e||n(e)&&"[object Symbol]"==o(e)}},60513:function(e,t,r){var o=r(81361);e.exports=function(){return o.Date.now()}},61735:function(e,t,r){var o=r(94029),n=r(83919);e.exports=function(e,t,r){var a=!0,i=!0;if("function"!=typeof e)throw new TypeError("Expected a function");return n(r)&&(a="leading"in r?!!r.leading:a,i="trailing"in r?!!r.trailing:i),o(e,t,{leading:a,maxWait:t,trailing:i})}},25522:function(e,t,r){var o=r(75544),n=r(83919),a=r(74277),i=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(a(e))return NaN;if(n(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=n(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=o(e);var r=s.test(e);return r||l.test(e)?c(e.slice(2),r?2:8):i.test(e)?NaN:+e}},65880:function(e,t,r){"use strict";r.d(t,{default:function(){return n.a}});var o=r(25839),n=r.n(o)},35658:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"Image",{enumerable:!0,get:function(){return y}});const o=r(84732),n=r(45622),a=r(27573),i=n._(r(7653)),s=o._(r(3458)),l=o._(r(64830)),c=r(84163),d=r(68703),u=r(9273),p=(r(81673),r(1917)),f=o._(r(43804)),h={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[16,32,48,57,60,64,72,76,96,114,120,128,144,152,180,192,256,384],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!1};function v(e,t,r,o,n,a,i){const s=null==e?void 0:e.src;if(!e||e["data-loaded-src"]===s)return;e["data-loaded-src"]=s;("decode"in e?e.decode():Promise.resolve()).catch((()=>{})).then((()=>{if(e.parentElement&&e.isConnected){if("empty"!==t&&n(!0),null==r?void 0:r.current){const t=new Event("load");Object.defineProperty(t,"target",{writable:!1,value:e});let o=!1,n=!1;r.current({...t,nativeEvent:t,currentTarget:e,target:e,isDefaultPrevented:()=>o,isPropagationStopped:()=>n,persist:()=>{},preventDefault:()=>{o=!0,t.preventDefault()},stopPropagation:()=>{n=!0,t.stopPropagation()}})}(null==o?void 0:o.current)&&o.current(e)}}))}function m(e){const[t,r]=i.version.split(".",2),o=parseInt(t,10),n=parseInt(r,10);return o>18||18===o&&n>=3?{fetchPriority:e}:{fetchpriority:e}}"undefined"===typeof window&&(globalThis.__NEXT_IMAGE_IMPORTED=!0);const g=(0,i.forwardRef)(((e,t)=>{let{src:r,srcSet:o,sizes:n,height:s,width:l,decoding:c,className:d,style:u,fetchPriority:p,placeholder:f,loading:h,unoptimized:g,fill:b,onLoadRef:y,onLoadingCompleteRef:x,setBlurComplete:w,setShowAltText:C,sizesInput:R,onLoad:Z,onError:S,...z}=e;return(0,a.jsx)("img",{...z,...m(p),loading:h,width:l,height:s,decoding:c,"data-nimg":b?"fill":"1",className:d,style:u,sizes:n,srcSet:o,src:r,ref:(0,i.useCallback)((e=>{t&&("function"===typeof t?t(e):"object"===typeof t&&(t.current=e)),e&&(S&&(e.src=e.src),e.complete&&v(e,f,y,x,w))}),[r,f,y,x,w,S,g,R,t]),onLoad:e=>{v(e.currentTarget,f,y,x,w)},onError:e=>{C(!0),"empty"!==f&&w(!0),S&&S(e)}})}));function b(e){let{isAppRouter:t,imgAttributes:r}=e;const o={as:"image",imageSrcSet:r.srcSet,imageSizes:r.sizes,crossOrigin:r.crossOrigin,referrerPolicy:r.referrerPolicy,...m(r.fetchPriority)};return t&&s.default.preload?(s.default.preload(r.src,o),null):(0,a.jsx)(l.default,{children:(0,a.jsx)("link",{rel:"preload",href:r.srcSet?void 0:r.src,...o},"__nimg-"+r.src+r.srcSet+r.sizes)})}const y=(0,i.forwardRef)(((e,t)=>{const r=!(0,i.useContext)(p.RouterContext),o=(0,i.useContext)(u.ImageConfigContext),n=(0,i.useMemo)((()=>{const e=h||o||d.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort(((e,t)=>e-t)),r=e.deviceSizes.sort(((e,t)=>e-t));return{...e,allSizes:t,deviceSizes:r}}),[o]),{onLoad:s,onLoadingComplete:l}=e,v=(0,i.useRef)(s);(0,i.useEffect)((()=>{v.current=s}),[s]);const m=(0,i.useRef)(l);(0,i.useEffect)((()=>{m.current=l}),[l]);const[y,x]=(0,i.useState)(!1),[w,C]=(0,i.useState)(!1),{props:R,meta:Z}=(0,c.getImgProps)(e,{defaultLoader:f.default,imgConf:n,blurComplete:y,showAltText:w});return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(g,{...R,unoptimized:Z.unoptimized,placeholder:Z.placeholder,fill:Z.fill,onLoadRef:v,onLoadingCompleteRef:m,setBlurComplete:x,setShowAltText:C,sizesInput:e.sizes,ref:t}),Z.priority?(0,a.jsx)(b,{isAppRouter:r,imgAttributes:R}):null]})}));("function"===typeof t.default||"object"===typeof t.default&&null!==t.default)&&"undefined"===typeof t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},84163:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getImgProps",{enumerable:!0,get:function(){return l}});r(81673);const o=r(31059),n=r(68703);function a(e){return void 0!==e.default}new Map;function i(e){return"undefined"===typeof e?e:"number"===typeof e?Number.isFinite(e)?e:NaN:"string"===typeof e&&/^[0-9]+$/.test(e)?parseInt(e,10):NaN}function s(e){let{config:t,src:r,unoptimized:o,width:n,quality:a,sizes:i,loader:s}=e;if(o)return{src:r,srcSet:void 0,sizes:void 0};const{widths:l,kind:c}=function(e,t,r){let{deviceSizes:o,allSizes:n}=e;if(r){const e=/(^|\s)(1?\d?\d)vw/g,t=[];for(let o;o=e.exec(r);o)t.push(parseInt(o[2]));if(t.length){const e=.01*Math.min(...t);return{widths:n.filter((t=>t>=o[0]*e)),kind:"w"}}return{widths:n,kind:"w"}}return"number"!==typeof t?{widths:o,kind:"w"}:{widths:[...new Set([t,2*t].map((e=>n.find((t=>t>=e))||n[n.length-1])))],kind:"x"}}(t,n,i),d=l.length-1;return{sizes:i||"w"!==c?i:"100vw",srcSet:l.map(((e,o)=>s({config:t,src:r,quality:a,width:e})+" "+("w"===c?e:o+1)+c)).join(", "),src:s({config:t,src:r,quality:a,width:l[d]})}}function l(e,t){let{src:r,sizes:l,unoptimized:c=!1,priority:d=!1,loading:u,className:p,quality:f,width:h,height:v,fill:m=!1,style:g,overrideSrc:b,onLoad:y,onLoadingComplete:x,placeholder:w="empty",blurDataURL:C,fetchPriority:R,layout:Z,objectFit:S,objectPosition:z,lazyBoundary:E,lazyRoot:M,...k}=e;const{imgConf:P,showAltText:T,blurComplete:B,defaultLoader:j}=t;let O,F=P||n.imageConfigDefault;if("allSizes"in F)O=F;else{const e=[...F.deviceSizes,...F.imageSizes].sort(((e,t)=>e-t)),t=F.deviceSizes.sort(((e,t)=>e-t));O={...F,allSizes:e,deviceSizes:t}}if("undefined"===typeof j)throw new Error("images.loaderFile detected but the file is missing default export.\nRead more: https://nextjs.org/docs/messages/invalid-images-config");let A=k.loader||j;delete k.loader,delete k.srcSet;const N="__next_img_default"in A;if(N){if("custom"===O.loader)throw new Error('Image with src "'+r+'" is missing "loader" prop.\nRead more: https://nextjs.org/docs/messages/next-image-missing-loader')}else{const e=A;A=t=>{const{config:r,...o}=t;return e(o)}}if(Z){"fill"===Z&&(m=!0);const e={responsive:"100vw",fill:"100vw"},t={intrinsic:{maxWidth:"100%",height:"auto"},responsive:{width:"100%",height:"auto"}}[Z];t&&(g={...g,...t});const r=e[Z];r&&!l&&(l=r)}let H,L,I="",D=i(h),_=i(v);if(function(e){return"object"===typeof e&&(a(e)||function(e){return void 0!==e.src}(e))}(r)){const e=a(r)?r.default:r;if(!e.src)throw new Error("An object should only be passed to the image component src parameter if it comes from a static image import. It must include src. Received "+JSON.stringify(e));if(!e.height||!e.width)throw new Error("An object should only be passed to the image component src parameter if it comes from a static image import. It must include height and width. Received "+JSON.stringify(e));if(H=e.blurWidth,L=e.blurHeight,C=C||e.blurDataURL,I=e.src,!m)if(D||_){if(D&&!_){const t=D/e.width;_=Math.round(e.height*t)}else if(!D&&_){const t=_/e.height;D=Math.round(e.width*t)}}else D=e.width,_=e.height}r="string"===typeof r?r:I;let W=!d&&("lazy"===u||"undefined"===typeof u);(!r||r.startsWith("data:")||r.startsWith("blob:"))&&(c=!0,W=!1),O.unoptimized&&(c=!0),N&&r.endsWith(".svg")&&!O.dangerouslyAllowSVG&&(c=!0),d&&(R="high");const V=i(f);const q=Object.assign(m?{position:"absolute",height:"100%",width:"100%",left:0,top:0,right:0,bottom:0,objectFit:S,objectPosition:z}:{},T?{}:{color:"transparent"},g),G=B||"empty"===w?null:"blur"===w?'url("data:image/svg+xml;charset=utf-8,'+(0,o.getImageBlurSvg)({widthInt:D,heightInt:_,blurWidth:H,blurHeight:L,blurDataURL:C||"",objectFit:q.objectFit})+'")':'url("'+w+'")';let U=G?{backgroundSize:q.objectFit||"cover",backgroundPosition:q.objectPosition||"50% 50%",backgroundRepeat:"no-repeat",backgroundImage:G}:{};const X=s({config:O,src:r,unoptimized:c,width:D,quality:V,sizes:l,loader:A});return{props:{...k,loading:W?"lazy":u,fetchPriority:R,width:D,height:_,decoding:"async",className:p,style:{...q,...U},sizes:X.sizes,srcSet:X.srcSet,src:b||X.src},meta:{unoptimized:c,priority:d,placeholder:w,fill:m}}}},31059:function(e,t){"use strict";function r(e){let{widthInt:t,heightInt:r,blurWidth:o,blurHeight:n,blurDataURL:a,objectFit:i}=e;const s=o?40*o:t,l=n?40*n:r,c=s&&l?"viewBox='0 0 "+s+" "+l+"'":"";return"%3Csvg xmlns='http://www.w3.org/2000/svg' "+c+"%3E%3Cfilter id='b' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 100 -1' result='s'/%3E%3CfeFlood x='0' y='0' width='100%25' height='100%25'/%3E%3CfeComposite operator='out' in='s'/%3E%3CfeComposite in2='SourceGraphic'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3C/filter%3E%3Cimage width='100%25' height='100%25' x='0' y='0' preserveAspectRatio='"+(c?"none":"contain"===i?"xMidYMid":"cover"===i?"xMidYMid slice":"none")+"' style='filter: url(%23b);' href='"+a+"'/%3E%3C/svg%3E"}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getImageBlurSvg",{enumerable:!0,get:function(){return r}})},25839:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(t,{default:function(){return l},getImageProps:function(){return s}});const o=r(84732),n=r(84163),a=r(35658),i=o._(r(43804));function s(e){const{props:t}=(0,n.getImgProps)(e,{defaultLoader:i.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[16,32,48,57,60,64,72,76,96,114,120,128,144,152,180,192,256,384],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!1}});for(const[r,o]of Object.entries(t))void 0===o&&delete t[r];return{props:t}}const l=a.Image},43804:function(e,t){"use strict";function r(e){let{config:t,src:r,width:o,quality:n}=e;return t.path+"?url="+encodeURIComponent(r)+"&w="+o+"&q="+(n||75)}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return o}}),r.__next_img_default=!0;const o=r},88120:function(e,t,r){"use strict";var o=r(53416);function n(){}function a(){}a.resetWarningCache=n,e.exports=function(){function e(e,t,r,n,a,i){if(i!==o){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:n};return r.PropTypes=r,r}},24523:function(e,t,r){e.exports=r(88120)()},53416:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},21312:function(e,t,r){"use strict";r.d(t,{a:function(){return D},j:function(){return _}});var o=r(7653),n=r(24523),a=r.n(n),i={grad:.9,turn:360,rad:360/(2*Math.PI)},s=function(e){return"string"==typeof e?e.length>0:"number"==typeof e},l=function(e,t,r){return void 0===t&&(t=0),void 0===r&&(r=Math.pow(10,t)),Math.round(r*e)/r+0},c=function(e,t,r){return void 0===t&&(t=0),void 0===r&&(r=1),e>r?r:e>t?e:t},d=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},u=function(e){return{r:c(e.r,0,255),g:c(e.g,0,255),b:c(e.b,0,255),a:c(e.a)}},p=function(e){return{r:l(e.r),g:l(e.g),b:l(e.b),a:l(e.a,3)}},f=/^#([0-9a-f]{3,8})$/i,h=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},v=function(e){var t=e.r,r=e.g,o=e.b,n=e.a,a=Math.max(t,r,o),i=a-Math.min(t,r,o),s=i?a===t?(r-o)/i:a===r?2+(o-t)/i:4+(t-r)/i:0;return{h:60*(s<0?s+6:s),s:a?i/a*100:0,v:a/255*100,a:n}},m=function(e){var t=e.h,r=e.s,o=e.v,n=e.a;t=t/360*6,r/=100,o/=100;var a=Math.floor(t),i=o*(1-r),s=o*(1-(t-a)*r),l=o*(1-(1-t+a)*r),c=a%6;return{r:255*[o,s,i,i,l,o][c],g:255*[l,o,o,s,i,i][c],b:255*[i,i,l,o,o,s][c],a:n}},g=function(e){return{h:d(e.h),s:c(e.s,0,100),l:c(e.l,0,100),a:c(e.a)}},b=function(e){return{h:l(e.h),s:l(e.s),l:l(e.l),a:l(e.a,3)}},y=function(e){return m((r=(t=e).s,{h:t.h,s:(r*=((o=t.l)<50?o:100-o)/100)>0?2*r/(o+r)*100:0,v:o+r,a:t.a}));var t,r,o},x=function(e){return{h:(t=v(e)).h,s:(n=(200-(r=t.s))*(o=t.v)/100)>0&&n<200?r*o/100/(n<=100?n:200-n)*100:0,l:n/2,a:t.a};var t,r,o,n},w=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,C=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,R=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Z=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,S={string:[[function(e){var t=f.exec(e);return t?(e=t[1]).length<=4?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:4===e.length?l(parseInt(e[3]+e[3],16)/255,2):1}:6===e.length||8===e.length?{r:parseInt(e.substr(0,2),16),g:parseInt(e.substr(2,2),16),b:parseInt(e.substr(4,2),16),a:8===e.length?l(parseInt(e.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(e){var t=R.exec(e)||Z.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:u({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(e){var t=w.exec(e)||C.exec(e);if(!t)return null;var r,o,n=g({h:(r=t[1],o=t[2],void 0===o&&(o="deg"),Number(r)*(i[o]||1)),s:Number(t[3]),l:Number(t[4]),a:void 0===t[5]?1:Number(t[5])/(t[6]?100:1)});return y(n)},"hsl"]],object:[[function(e){var t=e.r,r=e.g,o=e.b,n=e.a,a=void 0===n?1:n;return s(t)&&s(r)&&s(o)?u({r:Number(t),g:Number(r),b:Number(o),a:Number(a)}):null},"rgb"],[function(e){var t=e.h,r=e.s,o=e.l,n=e.a,a=void 0===n?1:n;if(!s(t)||!s(r)||!s(o))return null;var i=g({h:Number(t),s:Number(r),l:Number(o),a:Number(a)});return y(i)},"hsl"],[function(e){var t=e.h,r=e.s,o=e.v,n=e.a,a=void 0===n?1:n;if(!s(t)||!s(r)||!s(o))return null;var i=function(e){return{h:d(e.h),s:c(e.s,0,100),v:c(e.v,0,100),a:c(e.a)}}({h:Number(t),s:Number(r),v:Number(o),a:Number(a)});return m(i)},"hsv"]]},z=function(e,t){for(var r=0;r<t.length;r++){var o=t[r][0](e);if(o)return[o,t[r][1]]}return[null,void 0]},E=function(e){return"string"==typeof e?z(e.trim(),S.string):"object"==typeof e&&null!==e?z(e,S.object):[null,void 0]},M=function(e,t){var r=x(e);return{h:r.h,s:c(r.s+100*t,0,100),l:r.l,a:r.a}},k=function(e){return(299*e.r+587*e.g+114*e.b)/1e3/255},P=function(e,t){var r=x(e);return{h:r.h,s:r.s,l:c(r.l+100*t,0,100),a:r.a}},T=function(){function e(e){this.parsed=E(e)[0],this.rgba=this.parsed||{r:0,g:0,b:0,a:1}}return e.prototype.isValid=function(){return null!==this.parsed},e.prototype.brightness=function(){return l(k(this.rgba),2)},e.prototype.isDark=function(){return k(this.rgba)<.5},e.prototype.isLight=function(){return k(this.rgba)>=.5},e.prototype.toHex=function(){return t=(e=p(this.rgba)).r,r=e.g,o=e.b,a=(n=e.a)<1?h(l(255*n)):"","#"+h(t)+h(r)+h(o)+a;var e,t,r,o,n,a},e.prototype.toRgb=function(){return p(this.rgba)},e.prototype.toRgbString=function(){return t=(e=p(this.rgba)).r,r=e.g,o=e.b,(n=e.a)<1?"rgba("+t+", "+r+", "+o+", "+n+")":"rgb("+t+", "+r+", "+o+")";var e,t,r,o,n},e.prototype.toHsl=function(){return b(x(this.rgba))},e.prototype.toHslString=function(){return t=(e=b(x(this.rgba))).h,r=e.s,o=e.l,(n=e.a)<1?"hsla("+t+", "+r+"%, "+o+"%, "+n+")":"hsl("+t+", "+r+"%, "+o+"%)";var e,t,r,o,n},e.prototype.toHsv=function(){return e=v(this.rgba),{h:l(e.h),s:l(e.s),v:l(e.v),a:l(e.a,3)};var e},e.prototype.invert=function(){return B({r:255-(e=this.rgba).r,g:255-e.g,b:255-e.b,a:e.a});var e},e.prototype.saturate=function(e){return void 0===e&&(e=.1),B(M(this.rgba,e))},e.prototype.desaturate=function(e){return void 0===e&&(e=.1),B(M(this.rgba,-e))},e.prototype.grayscale=function(){return B(M(this.rgba,-1))},e.prototype.lighten=function(e){return void 0===e&&(e=.1),B(P(this.rgba,e))},e.prototype.darken=function(e){return void 0===e&&(e=.1),B(P(this.rgba,-e))},e.prototype.rotate=function(e){return void 0===e&&(e=15),this.hue(this.hue()+e)},e.prototype.alpha=function(e){return"number"==typeof e?B({r:(t=this.rgba).r,g:t.g,b:t.b,a:e}):l(this.rgba.a,3);var t},e.prototype.hue=function(e){var t=x(this.rgba);return"number"==typeof e?B({h:e,s:t.s,l:t.l,a:t.a}):l(t.h)},e.prototype.isEqual=function(e){return this.toHex()===B(e).toHex()},e}(),B=function(e){return e instanceof T?e:new T(e)},j=[];var O={"3d":o.createElement("path",{d:"M18 14.625V3.375L9 0 0 3.375v11.25L9 18l9-3.375zM9 2.136l5.918 2.22-5.98 2.242-5.919-2.22L9 2.137zM2 13.239V5.065l6.438 2.414v8.174L2 13.24zM9.438 15.7L16 13.239V5.018l-6.563 2.46V15.7z",transform:"translate(15 10)",fillRule:"evenodd"}),acrobat:o.createElement("path",{d:"M10.15 1.095C9.938.33 9.42-.051 8.984.005c-.528.068-1.09.382-1.314.876-.63 1.416.685 5.582.887 6.279-1.28 3.863-5.66 11.5-7.806 12.017-.045-.505.225-1.965 3.055-3.785.146-.157.315-.348.393-.472-2.392 1.168-5.492 3.044-3.628 4.448.102.079.259.146.439.213 1.426.528 3.425-1.201 5.435-5.121 2.213-.73 3.999-1.28 6.526-1.662 2.762 1.875 4.616 2.257 5.874 1.774.348-.135.898-.573 1.055-1.145-1.022 1.258-3.414.382-5.323-.82 1.763-.191 3.582-.303 4.369-.056 1 .314.965.808.954.876.079-.27.191-.708-.022-1.056-.842-1.37-4.706-.573-6.11-.427-2.212-1.336-3.74-3.717-4.358-5.436.573-2.212 1.19-3.818.742-5.413zm-.954 4.638C8.826 4.42 8.309 1.5 9.14.556c1.628.932.618 3.144.056 5.177zm3.044 6.514c-2.134.393-3.583.944-5.66 1.764.617-1.202 1.785-4.268 2.346-6.29.787 1.573 1.741 3.111 3.314 4.526z",transform:"translate(14 9)",fillRule:"evenodd"}),android:o.createElement("path",{d:"M17.6,9.48l1.84-3.18c0.16-0.31,0.04-0.69-0.26-0.85c-0.29-0.15-0.65-0.06-0.83,0.22l-1.88,3.24 c-2.86-1.21-6.08-1.21-8.94,0L5.65,5.67c-0.19-0.29-0.58-0.38-0.87-0.2C4.5,5.65,4.41,6.01,4.56,6.3L6.4,9.48 C3.3,11.25,1.28,14.44,1,18h22C22.72,14.44,20.7,11.25,17.6,9.48z M7,15.25c-0.69,0-1.25-0.56-1.25-1.25 c0-0.69,0.56-1.25,1.25-1.25S8.25,13.31,8.25,14C8.25,14.69,7.69,15.25,7,15.25z M17,15.25c-0.69,0-1.25-0.56-1.25-1.25 c0-0.69,0.56-1.25,1.25-1.25s1.25,0.56,1.25,1.25C18.25,14.69,17.69,15.25,17,15.25z",transform:"translate(12 8)"}),audio:o.createElement("path",{d:"M.25 4.75v4.5h3L7 13V1L3.25 4.75h-3zM10.375 7A3.375 3.375 0 0 0 8.5 3.977v6.037A3.355 3.355 0 0 0 10.375 7zM8.5.421v1.545A5.254 5.254 0 0 1 12.25 7a5.254 5.254 0 0 1-3.75 5.032v1.545A6.747 6.747 0 0 0 13.75 7 6.747 6.747 0 0 0 8.5.421z",transform:"translate(17 12)",fillRule:"evenodd"}),binary:o.createElement("path",{d:"M2.338 6.112c1.192 0 1.928-1.072 1.928-2.68 0-1.56-.576-2.504-1.8-2.504C1.274.928.538 2 .538 3.608c0 1.56.576 2.504 1.8 2.504zM1.61 3.408c0-1.008.24-1.568.776-1.568.376 0 .616.336.728.888l-1.504.776v-.096zM2.418 5.2c-.368 0-.608-.32-.72-.856l1.496-.768v.056c0 1.008-.24 1.568-.776 1.568zm7.03.8l.088-.944H8.36V.896L7.272.984v.592l-1.184.112.024.824h1.16v2.544h-1.32V6zm5.199 0l.088-.944h-1.176V.896L12.47.984v.592l-1.184.112.024.824h1.16v2.544h-1.32V6zM4.25 14l.088-.944H3.162v-4.16l-1.088.088v.592L.89 9.688l.024.824h1.16v2.544H.754V14zm5.198 0l.088-.944H8.36v-4.16l-1.088.088v.592l-1.184.112.024.824h1.16v2.544h-1.32V14zm3.287.112c1.192 0 1.928-1.072 1.928-2.68 0-1.56-.576-2.504-1.8-2.504-1.192 0-1.928 1.072-1.928 2.68 0 1.56.576 2.504 1.8 2.504zm-.728-2.704c0-1.008.24-1.568.776-1.568.376 0 .616.336.728.888l-1.504.776v-.096zm.808 1.792c-.368 0-.608-.32-.72-.856l1.496-.768v.056c0 1.008-.24 1.568-.776 1.568z",transform:"translate(16 11)",fillRule:"evenodd"}),code:o.createElement("path",{d:"M4.078 13.67c-1.875-.527-2.812-1.738-2.812-3.634V9.49C1.266 8.437.844 7.911 0 7.911V6.138c.844 0 1.266-.529 1.266-1.586v-.64c.015-.938.257-1.696.726-2.274C2.466 1.06 3.162.64 4.078.38l.492 1.375c-.656.25-.997.95-1.023 2.102v.695c0 1.167-.482 1.99-1.445 2.469.963.479 1.445 1.304 1.445 2.476v.688c.026 1.15.367 1.851 1.023 2.101l-.492 1.383zm7.844 0c1.875-.527 2.812-1.738 2.812-3.634V9.49c0-1.052.422-1.578 1.266-1.578V6.138c-.844 0-1.266-.529-1.266-1.586v-.64c-.015-.938-.257-1.696-.726-2.274-.474-.578-1.17-.998-2.086-1.258l-.492 1.375c.656.25.997.95 1.023 2.102v.695c0 1.167.482 1.99 1.445 2.469-.963.479-1.445 1.304-1.445 2.476v.688c-.026 1.15-.367 1.851-1.023 2.101l.492 1.383z",transform:"translate(16 13)",fillRule:"evenodd"}),code2:o.createElement("path",{d:"M7.4 10.6L2.8 6l4.6-4.6L6 0 0 6l6 6 1.4-1.4zm5.2 0L17.2 6l-4.6-4.6L14 0l6 6-6 6-1.4-1.4z",transform:"translate(14 14)",fillRule:"evenodd"}),compressed:o.createElement("path",{d:"M.25 0A.25.25 0 0 0 0 .25v1.5c0 .138.112.25.25.25h1.5A.25.25 0 0 0 2 1.75V.25A.25.25 0 0 0 1.75 0H.25zM1 17a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H1zm0 4v3h2v-3H1zM2 2.25A.25.25 0 0 1 2.25 2h1.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-1.5A.25.25 0 0 1 2 3.75v-1.5zM.25 4a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h1.5A.25.25 0 0 0 2 5.75v-1.5A.25.25 0 0 0 1.75 4H.25zM2 6.25A.25.25 0 0 1 2.25 6h1.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-1.5A.25.25 0 0 1 2 7.75v-1.5zM.25 8a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h1.5A.25.25 0 0 0 2 9.75v-1.5A.25.25 0 0 0 1.75 8H.25zM2 10.25a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1.5zM.25 12a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25H.25zM2 14.25a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1.5z",transform:"translate(15 1)",fillRule:"evenodd"}),document:o.createElement("path",{d:"M12 4H0v2h12V4zM0 10h18V8H0v2zM0 0v2h18V0H0z",transform:"translate(15 15)",fillRule:"evenodd"}),drive:o.createElement("path",{d:"M2.199.289A.5.5 0 0 1 2.652 0h8.696a.5.5 0 0 1 .453.289l1.867 4a.5.5 0 0 1-.453.711H.785a.5.5 0 0 1-.453-.711l1.867-4zM13 6H1a.752.752 0 0 0-.75.75v4.5c0 .412.338.75.75.75h12c.412 0 .75-.338.75-.75v-4.5A.752.752 0 0 0 13 6zm-9.75 4.5c-.825 0-1.5-.675-1.5-1.5s.675-1.5 1.5-1.5 1.5.675 1.5 1.5-.675 1.5-1.5 1.5z",transform:"translate(17 13)",fillRule:"evenodd"}),font:o.createElement("path",{d:"M3.722 8.702l-.686 1.89c-.053.14-.094.28-.123.421-.03.135-.044.252-.044.352 0 .304.097.527.29.668.2.14.501.21.905.21h.414V13H.083v-.756h.343c.176 0 .325-.018.448-.053a.81.81 0 0 0 .334-.22c.1-.105.193-.249.281-.43.094-.182.197-.416.308-.704L5.787.15h1.406l4.07 11.136c.07.187.14.343.21.466.077.123.165.222.264.298.1.07.214.12.343.15.129.03.281.044.457.044h.237V13H7.826v-.756h.413c.72 0 1.081-.287 1.081-.862 0-.1-.014-.202-.044-.307a3.274 3.274 0 0 0-.105-.36l-.72-2.013H3.72zM7.009 4.65c-.188-.533-.36-1.031-.519-1.494a15.92 15.92 0 0 1-.378-1.354 7.12 7.12 0 0 1-.15.633 16.95 16.95 0 0 1-.395 1.283c-.082.229-.175.484-.28.765L4.063 7.796h4.061L7.009 4.65zm8.411 5.74c0 .562.117.984.351 1.265.24.275.61.413 1.108.413.363 0 .691-.059.984-.176.3-.117.551-.284.756-.5.211-.218.372-.481.483-.792.112-.31.168-.656.168-1.037V8.104l-1.152.053c-.51.023-.937.088-1.283.193-.34.1-.615.243-.826.43a1.546 1.546 0 0 0-.457.678c-.088.27-.132.58-.132.931zm2.18-6.32c-.346 0-.627.05-.844.15a1.182 1.182 0 0 0-.501.404 1.594 1.594 0 0 0-.237.624c-.041.24-.062.5-.062.782-.498 0-.879-.085-1.143-.255-.257-.17-.386-.463-.386-.879 0-.31.085-.574.255-.79.17-.218.401-.393.694-.528.299-.14.644-.243 1.037-.308a7.76 7.76 0 0 1 1.257-.097c.55 0 1.031.056 1.441.167.41.106.753.282 1.029.528.275.246.48.568.615.967.14.392.21.876.21 1.45v4.667c0 .252.021.46.062.624a.928.928 0 0 0 .194.395c.088.1.202.17.343.211.146.041.319.062.518.062h.053V13H19.7l-.281-1.547h-.15c-.187.252-.369.483-.544.694-.176.211-.37.393-.58.545-.211.152-.452.27-.721.352a3.053 3.053 0 0 1-.958.131c-.399 0-.77-.058-1.116-.175a2.369 2.369 0 0 1-.888-.519 2.516 2.516 0 0 1-.58-.896c-.14-.364-.211-.791-.211-1.284 0-.955.34-1.664 1.02-2.127.68-.462 1.707-.714 3.084-.755l1.495-.053V6.285a6.93 6.93 0 0 0-.053-.888 1.778 1.778 0 0 0-.229-.703 1.14 1.14 0 0 0-.51-.457c-.216-.111-.51-.167-.878-.167z",transform:"translate(13 12)",fillRule:"evenodd"}),image:o.createElement("path",{d:"M13 0L9.25 5l2.85 3.8-1.6 1.2C8.81 7.75 6 4 6 4l-6 8h22L13 0z",transform:"translate(13 14)",fillRule:"evenodd"}),presentation:o.createElement("path",{d:"M2 4H0v10c0 1.1.9 2 2 2h14v-2H2V4zm16-4H6C4.9 0 4 .9 4 2v8c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm0 10H6V2h12v8z",transform:"matrix(-1 0 0 1 34 12)",fillRule:"evenodd"}),settings:o.createElement("path",{d:"M13.572 8.735c.03-.24.053-.48.053-.735s-.023-.495-.053-.735l1.583-1.237a.378.378 0 0 0 .09-.48l-1.5-2.595a.377.377 0 0 0-.457-.165l-1.868.75a5.48 5.48 0 0 0-1.268-.735L9.868.815A.366.366 0 0 0 9.5.5h-3a.366.366 0 0 0-.367.315l-.285 1.988a5.762 5.762 0 0 0-1.268.735l-1.868-.75a.366.366 0 0 0-.457.165l-1.5 2.595a.37.37 0 0 0 .09.48l1.583 1.237c-.03.24-.053.488-.053.735 0 .248.022.495.053.735L.845 9.973a.378.378 0 0 0-.09.48l1.5 2.595c.09.165.292.225.458.165l1.867-.75c.39.3.81.547 1.268.735l.285 1.987c.022.18.18.315.367.315h3a.366.366 0 0 0 .367-.315l.285-1.988a5.762 5.762 0 0 0 1.268-.734l1.867.75c.173.067.368 0 .458-.165l1.5-2.595a.378.378 0 0 0-.09-.48l-1.582-1.238zM8 10.625A2.628 2.628 0 0 1 5.375 8 2.628 2.628 0 0 1 8 5.375 2.628 2.628 0 0 1 10.625 8 2.628 2.628 0 0 1 8 10.625z",transform:"translate(16 11)",fillRule:"evenodd"}),spreadsheet:o.createElement("path",{d:"M0 8h6V5H0v3zm0 5h6v-3H0v3zM0 3h6V0H0v3zm8 5h12V5H8v3zm0 5h12v-3H8v3zM8 0v3h12V0H8z",transform:"translate(14 14)",fillRule:"evenodd"}),vector:o.createElement("path",{d:"M14.5 2V1a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1v1H3.937a2 2 0 1 0 0 1h3.936A9 9 0 0 0 3 11v1h2v-1a7.003 7.003 0 0 1 4.594-6.576A1 1 0 0 0 10.5 5h3a1 1 0 0 0 .906-.576A7.003 7.003 0 0 1 19 11v1h2v-1a9 9 0 0 0-4.873-8h3.936a2 2 0 1 0 0-1H14.5zm-1-1h-3v3h3V1zM2 1.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm19 1a1 1 0 1 0 2 0 1 1 0 0 0-2 0z",transform:"translate(12 14)",fillRule:"evenodd"}),video:o.createElement("path",{d:"M10.75 3.875V1.25A.752.752 0 0 0 10 .5H1a.752.752 0 0 0-.75.75v7.5c0 .412.338.75.75.75h9c.412 0 .75-.338.75-.75V6.125l3 3V.875l-3 3z",transform:"translate(17 14)"})};!function(e){e.forEach((function(e){j.indexOf(e)<0&&(e(T,S),j.push(e))}))}([function(e,t){var r={white:"#ffffff",bisque:"#ffe4c4",blue:"#0000ff",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",antiquewhite:"#faebd7",aqua:"#00ffff",azure:"#f0ffff",whitesmoke:"#f5f5f5",papayawhip:"#ffefd5",plum:"#dda0dd",blanchedalmond:"#ffebcd",black:"#000000",gold:"#ffd700",goldenrod:"#daa520",gainsboro:"#dcdcdc",cornsilk:"#fff8dc",cornflowerblue:"#6495ed",burlywood:"#deb887",aquamarine:"#7fffd4",beige:"#f5f5dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkkhaki:"#bdb76b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",peachpuff:"#ffdab9",darkmagenta:"#8b008b",darkred:"#8b0000",darkorchid:"#9932cc",darkorange:"#ff8c00",darkslateblue:"#483d8b",gray:"#808080",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",deeppink:"#ff1493",deepskyblue:"#00bfff",wheat:"#f5deb3",firebrick:"#b22222",floralwhite:"#fffaf0",ghostwhite:"#f8f8ff",darkviolet:"#9400d3",magenta:"#ff00ff",green:"#008000",dodgerblue:"#1e90ff",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",blueviolet:"#8a2be2",forestgreen:"#228b22",lawngreen:"#7cfc00",indianred:"#cd5c5c",indigo:"#4b0082",fuchsia:"#ff00ff",brown:"#a52a2a",maroon:"#800000",mediumblue:"#0000cd",lightcoral:"#f08080",darkturquoise:"#00ced1",lightcyan:"#e0ffff",ivory:"#fffff0",lightyellow:"#ffffe0",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",linen:"#faf0e6",mediumaquamarine:"#66cdaa",lemonchiffon:"#fffacd",lime:"#00ff00",khaki:"#f0e68c",mediumseagreen:"#3cb371",limegreen:"#32cd32",mediumspringgreen:"#00fa9a",lightskyblue:"#87cefa",lightblue:"#add8e6",midnightblue:"#191970",lightpink:"#ffb6c1",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",mintcream:"#f5fffa",lightslategray:"#778899",lightslategrey:"#778899",navajowhite:"#ffdead",navy:"#000080",mediumvioletred:"#c71585",powderblue:"#b0e0e6",palegoldenrod:"#eee8aa",oldlace:"#fdf5e6",paleturquoise:"#afeeee",mediumturquoise:"#48d1cc",mediumorchid:"#ba55d3",rebeccapurple:"#663399",lightsteelblue:"#b0c4de",mediumslateblue:"#7b68ee",thistle:"#d8bfd8",tan:"#d2b48c",orchid:"#da70d6",mediumpurple:"#9370db",purple:"#800080",pink:"#ffc0cb",skyblue:"#87ceeb",springgreen:"#00ff7f",palegreen:"#98fb98",red:"#ff0000",yellow:"#ffff00",slateblue:"#6a5acd",lavenderblush:"#fff0f5",peru:"#cd853f",palevioletred:"#db7093",violet:"#ee82ee",teal:"#008080",slategray:"#708090",slategrey:"#708090",aliceblue:"#f0f8ff",darkseagreen:"#8fbc8f",darkolivegreen:"#556b2f",greenyellow:"#adff2f",seagreen:"#2e8b57",seashell:"#fff5ee",tomato:"#ff6347",silver:"#c0c0c0",sienna:"#a0522d",lavender:"#e6e6fa",lightgreen:"#90ee90",orange:"#ffa500",orangered:"#ff4500",steelblue:"#4682b4",royalblue:"#4169e1",turquoise:"#40e0d0",yellowgreen:"#9acd32",salmon:"#fa8072",saddlebrown:"#8b4513",sandybrown:"#f4a460",rosybrown:"#bc8f8f",darksalmon:"#e9967a",lightgoldenrodyellow:"#fafad2",snow:"#fffafa",lightgrey:"#d3d3d3",lightgray:"#d3d3d3",dimgray:"#696969",dimgrey:"#696969",olivedrab:"#6b8e23",olive:"#808000"},o={};for(var n in r)o[r[n]]=n;var a={};e.prototype.toName=function(t){if(!(this.rgba.a||this.rgba.r||this.rgba.g||this.rgba.b))return"transparent";var n,i,s=o[this.toHex()];if(s)return s;if(null==t?void 0:t.closest){var l=this.toRgb(),c=1/0,d="black";if(!a.length)for(var u in r)a[u]=new e(r[u]).toRgb();for(var p in r){var f=(n=l,i=a[p],Math.pow(n.r-i.r,2)+Math.pow(n.g-i.g,2)+Math.pow(n.b-i.b,2));f<c&&(c=f,d=p)}return d}},t.string.push([function(t){var o=t.toLowerCase(),n="transparent"===o?"#0000":r[o];return n?new e(n).toRgb():null},"name"])}]);var F={color:a().string,extension:a().string,fold:a().bool,foldColor:a().string,glyphColor:a().string,gradientColor:a().string,gradientOpacity:a().number,labelColor:a().string,labelTextColor:a().string,labelUppercase:a().bool,radius:a().number,type:a().oneOf(["3d","acrobat","android","audio","binary","code","code2","compressed","document","drive","font","image","presentation","settings","spreadsheet","vector","video"])},A=40,N=48,H={WIDTH:A,HEIGHT:N,X_OFFSET:0},L=12,I=o.useId||function(){var e=0;return function(){return e++}}(),D=function(e){var t=e.color,r=void 0===t?"whitesmoke":t,n=e.extension,a=e.fold,i=void 0===a||a,s=e.foldColor,l=e.glyphColor,c=e.gradientColor,d=void 0===c?"white":c,u=e.gradientOpacity,p=void 0===u?.25:u,f=e.labelColor,h=e.labelTextColor,v=void 0===h?"white":h,m=e.labelUppercase,g=void 0!==m&&m,b=e.radius,y=void 0===b?4:b,x=e.type,w=I(),C="undefined"===typeof jest?w:"";return o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 "+A+" "+N,width:"100%",style:{maxWidth:"100%"}},o.createElement("defs",null,o.createElement("clipPath",{id:"pageRadius"+C},o.createElement("rect",{x:H.X_OFFSET,y:"0",rx:y,ry:y,width:H.WIDTH,height:H.HEIGHT})),o.createElement("clipPath",{id:"foldCrop"+C},o.createElement("rect",{width:H.WIDTH,height:L,transform:"rotate(-45 0 "+L+")"})),o.createElement("linearGradient",{x1:"100%",y1:"0%",y2:"100%",id:"pageGradient"+C},o.createElement("stop",{stopColor:d,stopOpacity:p,offset:"0%"}),o.createElement("stop",{stopColor:d,stopOpacity:"0",offset:"66.67%"}))),o.createElement("g",{id:"file",clipPath:"url(#pageRadius"+C+")"},i?o.createElement(o.Fragment,null,o.createElement("path",{d:"M"+H.X_OFFSET+" 0 h "+(H.WIDTH-L)+" L "+(H.WIDTH+H.X_OFFSET)+" "+L+" v "+(H.HEIGHT-L)+" H "+H.X_OFFSET+" Z",fill:r}),o.createElement("path",{d:"M"+H.X_OFFSET+" 0 h "+(H.WIDTH-L)+" L "+(H.WIDTH+H.X_OFFSET)+" "+L+" v "+(H.HEIGHT-L)+" H "+H.X_OFFSET+" Z",fill:"url(#pageGradient"+C+")"})):o.createElement(o.Fragment,null,o.createElement("rect",{x:H.X_OFFSET,y:"0",width:H.WIDTH,height:H.HEIGHT,fill:r}),o.createElement("rect",{x:H.X_OFFSET,y:"0",width:H.WIDTH,height:H.HEIGHT,fill:"url(#pageGradient"+C+")"}))),i&&o.createElement("g",{transform:"translate(28 "+L+") rotate(-90)"},o.createElement("rect",{width:H.WIDTH,height:H.HEIGHT,fill:s||B(r).darken(.1).toHex(),rx:y,ry:y,clipPath:"url(#foldCrop"+C+")"})),n&&o.createElement(o.Fragment,null,o.createElement("g",{id:"label"+C},o.createElement("rect",{fill:f||B(r).darken(.3).toHex(),x:H.X_OFFSET,y:H.HEIGHT-14,width:H.WIDTH,height:14,clipPath:"url(#pageRadius"+C+")"})),o.createElement("g",{id:"labelText"+C,transform:"translate("+H.X_OFFSET+" 34)"},o.createElement("text",{x:H.WIDTH/2,y:"10",fontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif",fontSize:"9",fill:v,textAnchor:"middle",style:{fontWeight:"bold",textAlign:"center",pointerEvents:"none",textTransform:g?"uppercase":"none",userSelect:"none"}},n))),x&&o.createElement("g",{transform:"translate(-4 "+(n?0:6)+")",fill:l||B(r).darken(.15).toHex()},O[x]))};D.propTypes=F;var _={"3dm":{labelColor:"#8D1A11",type:"3d"},"3ds":{labelColor:"#5FB9AD",type:"3d"},"3g2":{type:"video"},"3gp":{type:"video"},"7zip":{type:"compressed"},aab:{type:"android",labelColor:"#3DDC84"},aac:{type:"audio"},aep:{type:"video"},ai:{color:"#423325",gradientOpacity:0,labelColor:"#423325",labelTextColor:"#FF7F18",labelUppercase:!0,foldColor:"#FF7F18",radius:2},aif:{type:"audio"},aiff:{type:"audio"},apk:{type:"android",labelColor:"#3DDC84"},apkm:{type:"android",labelColor:"#3DDC84"},apks:{type:"android",labelColor:"#3DDC84"},asf:{type:"video"},asp:{type:"code"},aspx:{type:"code"},avi:{type:"video"},bin:{type:"binary"},bmp:{type:"image"},c:{type:"code"},cpp:{type:"code"},cs:{type:"code"},css:{type:"code"},csv:{type:"spreadsheet"},cue:{type:"document"},dll:{type:"settings"},dmg:{type:"drive"},doc:{color:"#2C5898",foldColor:"#254A80",glyphColor:"rgba(255,255,255,0.4)",labelColor:"#2C5898",labelUppercase:!0,type:"document"},docx:{color:"#2C5898",foldColor:"#254A80",glyphColor:"rgba(255,255,255,0.4)",labelColor:"#2C5898",labelUppercase:!0,type:"document"},dwg:{type:"vector"},dxf:{type:"vector"},eot:{type:"font"},eps:{type:"vector"},exe:{type:"settings"},flac:{type:"audio"},flv:{type:"video"},fnt:{type:"font"},fodp:{type:"presentation"},fods:{type:"spreadsheet"},fodt:{type:"document"},fon:{type:"font"},gif:{type:"image"},gz:{type:"compressed"},heic:{type:"image"},htm:{type:"code"},html:{type:"code"},indd:{color:"#4B2B36",gradientOpacity:0,labelColor:"#4B2B36",labelTextColor:"#FF408C",labelUppercase:!0,foldColor:"#FF408C",radius:2},ini:{type:"settings"},java:{type:"code"},jpeg:{type:"image"},jpg:{type:"image"},js:{labelColor:"#F7DF1E",type:"code"},json:{type:"code"},jsx:{labelColor:"#00D8FF",type:"code"},m4a:{type:"audio"},m4v:{type:"video"},max:{labelColor:"#5FB9AD",type:"3d"},md:{type:"document"},mid:{type:"audio"},mkv:{type:"video"},mov:{type:"video"},mp3:{type:"audio"},mp4:{type:"video"},mpeg:{type:"video"},mpg:{type:"video"},obj:{type:"3d"},odp:{type:"presentation"},ods:{type:"spreadsheet"},odt:{type:"document"},ogg:{type:"audio"},ogv:{type:"video"},otf:{type:"font"},pdf:{labelColor:"#D93831",type:"acrobat"},php:{labelColor:"#8892BE",type:"code"},pkg:{type:"3d"},plist:{type:"settings"},png:{type:"image"},ppt:{color:"#D14423",foldColor:"#AB381D",glyphColor:"rgba(255,255,255,0.4)",labelColor:"#D14423",labelUppercase:!0,type:"presentation"},pptx:{color:"#D14423",foldColor:"#AB381D",glyphColor:"rgba(255,255,255,0.4)",labelColor:"#D14423",labelUppercase:!0,type:"presentation"},pr:{type:"video"},ps:{type:"vector"},psd:{color:"#34364E",gradientOpacity:0,labelColor:"#34364E",labelTextColor:"#31C5F0",labelUppercase:!0,foldColor:"#31C5F0",radius:2},py:{labelColor:"#FFDE57",type:"code"},rar:{type:"compressed"},rb:{labelColor:"#BB271A",type:"code"},rm:{type:"video"},rtf:{type:"document"},scss:{labelColor:"#C16A98",type:"code"},sitx:{type:"compressed"},skp:{type:"3d"},svg:{type:"vector"},swf:{type:"video"},sys:{type:"settings"},tar:{type:"compressed"},tex:{type:"document"},tif:{type:"image"},tiff:{type:"image"},ts:{labelColor:"#3478C7",type:"code"},ttf:{type:"font"},txt:{type:"document"},wav:{type:"audio"},webm:{type:"video"},wmv:{type:"video"},woff:{type:"font"},wpd:{type:"document"},wps:{type:"document"},xapk:{type:"android",labelColor:"#3DDC84"},xlr:{type:"spreadsheet"},xls:{color:"#1A754C",foldColor:"#16613F",glyphColor:"rgba(255,255,255,0.4)",labelColor:"#1A754C",labelUppercase:!0,type:"spreadsheet"},xlsx:{color:"#1A754C",foldColor:"#16613F",glyphColor:"rgba(255,255,255,0.4)",labelColor:"#1A754C",labelUppercase:!0,type:"spreadsheet"},yml:{type:"code"},zip:{type:"compressed"},zipx:{type:"compressed"}}},19642:function(e,t,r){"use strict";r.d(t,{VC:function(){return c}});var o=r(48762),n=r(9177),a={isHistory:e=>(0,o.P)(e)&&Array.isArray(e.redos)&&Array.isArray(e.undos)&&(0===e.redos.length||n.OX.isOperationList(e.redos[0].operations))&&(0===e.undos.length||n.OX.isOperationList(e.undos[0].operations))},i=(new WeakMap,new WeakMap),s=new WeakMap,l={isHistoryEditor:e=>a.isHistory(e.history)&&n.ML.isEditor(e),isMerging:e=>s.get(e),isSaving:e=>i.get(e),redo(e){e.redo()},undo(e){e.undo()},withMerging(e,t){var r=l.isMerging(e);s.set(e,!0),t(),s.set(e,r)},withoutMerging(e,t){var r=l.isMerging(e);s.set(e,!1),t(),s.set(e,r)},withoutSaving(e,t){var r=l.isSaving(e);i.set(e,!1),t(),i.set(e,r)}},c=e=>{var t=e,{apply:r}=t;return t.history={undos:[],redos:[]},t.redo=()=>{var{history:e}=t,{redos:r}=e;if(r.length>0){var o=r[r.length-1];o.selectionBefore&&n.YR.setSelection(t,o.selectionBefore),l.withoutSaving(t,(()=>{n.ML.withoutNormalizing(t,(()=>{for(var e of o.operations)t.apply(e)}))})),e.redos.pop(),t.writeHistory("undos",o)}},t.undo=()=>{var{history:e}=t,{undos:r}=e;if(r.length>0){var o=r[r.length-1];l.withoutSaving(t,(()=>{n.ML.withoutNormalizing(t,(()=>{var e=o.operations.map(n.OX.inverse).reverse();for(var r of e)t.apply(r);o.selectionBefore&&n.YR.setSelection(t,o.selectionBefore)}))})),t.writeHistory("redos",o),e.undos.pop()}},t.apply=e=>{var{operations:o,history:n}=t,{undos:a}=n,i=a[a.length-1],s=i&&i.operations[i.operations.length-1],c=l.isSaving(t),p=l.isMerging(t);if(null==c&&(c=u(e)),c){if(null==p&&(p=null!=i&&(0!==o.length||d(e,s))),i&&p)i.operations.push(e);else{var f={operations:[e],selectionBefore:t.selection};t.writeHistory("undos",f)}for(;a.length>100;)a.shift();n.redos=[]}r(e)},t.writeHistory=(e,r)=>{t.history[e].push(r)},t},d=(e,t)=>!(!t||"insert_text"!==e.type||"insert_text"!==t.type||e.offset!==t.offset+t.text.length||!n.y$.equals(e.path,t.path))||!(!t||"remove_text"!==e.type||"remove_text"!==t.type||e.offset+e.text.length!==t.offset||!n.y$.equals(e.path,t.path)),u=(e,t)=>"set_selection"!==e.type},24806:function(e){e.exports=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,r=[],o=0;o<e.rangeCount;o++)r.push(e.getRangeAt(o));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRanges(),function(){"Caret"===e.type&&e.removeAllRanges(),e.rangeCount||r.forEach((function(t){e.addRange(t)})),t&&t.focus()}}},55204:function(e,t,r){"use strict";r.d(t,{y1:function(){return n}});var o=r(7653);function n(e,t,r){var n=this,a=(0,o.useRef)(null),i=(0,o.useRef)(0),s=(0,o.useRef)(null),l=(0,o.useRef)([]),c=(0,o.useRef)(),d=(0,o.useRef)(),u=(0,o.useRef)(e),p=(0,o.useRef)(!0);u.current=e;var f="undefined"!=typeof window,h=!t&&0!==t&&f;if("function"!=typeof e)throw new TypeError("Expected a function");t=+t||0;var v=!!(r=r||{}).leading,m=!("trailing"in r)||!!r.trailing,g="maxWait"in r,b="debounceOnServer"in r&&!!r.debounceOnServer,y=g?Math.max(+r.maxWait||0,t):null;(0,o.useEffect)((function(){return p.current=!0,function(){p.current=!1}}),[]);var x=(0,o.useMemo)((function(){var e=function(e){var t=l.current,r=c.current;return l.current=c.current=null,i.current=e,d.current=u.current.apply(r,t)},r=function(e,t){h&&cancelAnimationFrame(s.current),s.current=h?requestAnimationFrame(e):setTimeout(e,t)},o=function(e){if(!p.current)return!1;var r=e-a.current;return!a.current||r>=t||r<0||g&&e-i.current>=y},x=function(t){return s.current=null,m&&l.current?e(t):(l.current=c.current=null,d.current)},w=function e(){var n=Date.now();if(o(n))return x(n);if(p.current){var s=t-(n-a.current),l=g?Math.min(s,y-(n-i.current)):s;r(e,l)}},C=function(){if(f||b){var u=Date.now(),h=o(u);if(l.current=[].slice.call(arguments),c.current=n,a.current=u,h){if(!s.current&&p.current)return i.current=a.current,r(w,t),v?e(a.current):d.current;if(g)return r(w,t),e(a.current)}return s.current||r(w,t),d.current}};return C.cancel=function(){s.current&&(h?cancelAnimationFrame(s.current):clearTimeout(s.current)),i.current=0,l.current=a.current=c.current=s.current=null},C.isPending=function(){return!!s.current},C.flush=function(){return s.current?x(Date.now()):d.current},C}),[v,g,t,y,m,h,f,b]);return x}},5606:function(e,t,r){"use strict";r.d(t,{j:function(){return n}});var o=r(67876);function n(e,t,r){return(0,o.E)(e,7*t,r)}},68369:function(e,t,r){"use strict";r.d(t,{v:function(){return a}});var o=r(20894),n=r(77891);function a(e,t){var r,a,i,s;const l=(0,o.j)();var c,d,u,p;const f=null!==(p=null!==(u=null!==(d=null!==(c=null===t||void 0===t?void 0:t.weekStartsOn)&&void 0!==c?c:null===t||void 0===t||null===(a=t.locale)||void 0===a||null===(r=a.options)||void 0===r?void 0:r.weekStartsOn)&&void 0!==d?d:l.weekStartsOn)&&void 0!==u?u:null===(s=l.locale)||void 0===s||null===(i=s.options)||void 0===i?void 0:i.weekStartsOn)&&void 0!==p?p:0,h=(0,n.Q)(e,null===t||void 0===t?void 0:t.in),v=h.getDay(),m=6+(v<f?-7:0)-(v-f);return h.setDate(h.getDate()+m),h.setHours(23,59,59,999),h}},39350:function(e,t,r){"use strict";r.d(t,{w:function(){return n}});var o=r(77891);function n(e,t){const r=(0,o.Q)(e,null===t||void 0===t?void 0:t.in),n=r.getFullYear();return r.setFullYear(n+1,0,0),r.setHours(23,59,59,999),r}},4890:function(e,t,r){"use strict";r.d(t,{N:function(){return n}});var o=r(77891);function n(e,t){const r=(0,o.Q)(e,null===t||void 0===t?void 0:t.in);return r.setDate(1),r.setHours(0,0,0,0),r}},77675:function(e,t,r){"use strict";r.d(t,{W:function(){return n}});var o=r(1344);function n(e,t,r){return(0,o.z)(e,-t,r)}},43025:function(e,t,r){"use strict";r.d(t,{t:function(){return n}});var o=r(5606);function n(e,t,r){return(0,o.j)(e,-t,r)}},56392:function(e,t,r){"use strict";r.d(t,{S:function(){return f}});var o=r(27573),n=r(7653),a=r(71098);const i=(0,n.createContext)(null);var s=r(73800);var l=r(65364);function c(){const e=function(){const e=(0,n.useRef)(!1);return(0,s.L)((()=>(e.current=!0,()=>{e.current=!1})),[]),e}(),[t,r]=(0,n.useState)(0),o=(0,n.useCallback)((()=>{e.current&&r(t+1)}),[t]);return[(0,n.useCallback)((()=>l.Wi.postRender(o)),[o]),t]}const d=e=>!e.isLayoutDirty&&e.willUpdate(!1);function u(){const e=new Set,t=new WeakMap,r=()=>e.forEach(d);return{add:o=>{e.add(o),t.set(o,o.addEventListener("willUpdate",r))},remove:o=>{e.delete(o);const n=t.get(o);n&&(n(),t.delete(o)),r()},dirty:r}}const p=e=>!0===e,f=e=>{let{children:t,id:r,inherit:s=!0}=e;const l=(0,n.useContext)(a.p),d=(0,n.useContext)(i),[f,h]=c(),v=(0,n.useRef)(null),m=l.id||d;null===v.current&&((e=>p(!0===e)||"id"===e)(s)&&m&&(r=r?m+"-"+r:m),v.current={id:r,group:p(s)&&l.group||u()});const g=(0,n.useMemo)((()=>({...v.current,forceRender:f})),[h]);return(0,o.jsx)(a.p.Provider,{value:g,children:t})}},15880:function(e,t,r){"use strict";r.d(t,{Z:function(){return d}});const o=e=>"object"==typeof e&&null!=e&&1===e.nodeType,n=(e,t)=>(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e,a=(e,t)=>{if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){const r=getComputedStyle(e,null);return n(r.overflowY,t)||n(r.overflowX,t)||(e=>{const t=(e=>{if(!e.ownerDocument||!e.ownerDocument.defaultView)return null;try{return e.ownerDocument.defaultView.frameElement}catch(e){return null}})(e);return!!t&&(t.clientHeight<e.scrollHeight||t.clientWidth<e.scrollWidth)})(e)}return!1},i=(e,t,r,o,n,a,i,s)=>a<e&&i>t||a>e&&i<t?0:a<=e&&s<=r||i>=t&&s>=r?a-e-o:i>t&&s<r||a<e&&s>r?i-t+n:0,s=e=>{const t=e.parentElement;return null==t?e.getRootNode().host||null:t},l=(e,t)=>{var r,n,l,c;if("undefined"==typeof document)return[];const{scrollMode:d,block:u,inline:p,boundary:f,skipOverflowHiddenElements:h}=t,v="function"==typeof f?f:e=>e!==f;if(!o(e))throw new TypeError("Invalid target");const m=document.scrollingElement||document.documentElement,g=[];let b=e;for(;o(b)&&v(b);){if(b=s(b),b===m){g.push(b);break}null!=b&&b===document.body&&a(b)&&!a(document.documentElement)||null!=b&&a(b,h)&&g.push(b)}const y=null!=(n=null==(r=window.visualViewport)?void 0:r.width)?n:innerWidth,x=null!=(c=null==(l=window.visualViewport)?void 0:l.height)?c:innerHeight,{scrollX:w,scrollY:C}=window,{height:R,width:Z,top:S,right:z,bottom:E,left:M}=e.getBoundingClientRect(),{top:k,right:P,bottom:T,left:B}=(e=>{const t=window.getComputedStyle(e);return{top:parseFloat(t.scrollMarginTop)||0,right:parseFloat(t.scrollMarginRight)||0,bottom:parseFloat(t.scrollMarginBottom)||0,left:parseFloat(t.scrollMarginLeft)||0}})(e);let j="start"===u||"nearest"===u?S-k:"end"===u?E+T:S+R/2-k+T,O="center"===p?M+Z/2-B+P:"end"===p?z+P:M-B;const F=[];for(let o=0;o<g.length;o++){const e=g[o],{height:t,width:r,top:n,right:a,bottom:s,left:l}=e.getBoundingClientRect();if("if-needed"===d&&S>=0&&M>=0&&E<=x&&z<=y&&S>=n&&E<=s&&M>=l&&z<=a)return F;const c=getComputedStyle(e),f=parseInt(c.borderLeftWidth,10),h=parseInt(c.borderTopWidth,10),v=parseInt(c.borderRightWidth,10),b=parseInt(c.borderBottomWidth,10);let k=0,P=0;const T="offsetWidth"in e?e.offsetWidth-e.clientWidth-f-v:0,B="offsetHeight"in e?e.offsetHeight-e.clientHeight-h-b:0,A="offsetWidth"in e?0===e.offsetWidth?0:r/e.offsetWidth:0,N="offsetHeight"in e?0===e.offsetHeight?0:t/e.offsetHeight:0;if(m===e)k="start"===u?j:"end"===u?j-x:"nearest"===u?i(C,C+x,x,h,b,C+j,C+j+R,R):j-x/2,P="start"===p?O:"center"===p?O-y/2:"end"===p?O-y:i(w,w+y,y,f,v,w+O,w+O+Z,Z),k=Math.max(0,k+C),P=Math.max(0,P+w);else{k="start"===u?j-n-h:"end"===u?j-s+b+B:"nearest"===u?i(n,s,t,h,b+B,j,j+R,R):j-(n+t/2)+B/2,P="start"===p?O-l-f:"center"===p?O-(l+r/2)+T/2:"end"===p?O-a+v+T:i(l,a,r,f,v+T,O,O+Z,Z);const{scrollLeft:o,scrollTop:c}=e;k=0===N?0:Math.max(0,Math.min(c+k/N,e.scrollHeight-t/N+B)),P=0===A?0:Math.max(0,Math.min(o+P/A,e.scrollWidth-r/A+T)),j+=c-k,O+=o-P}F.push({el:e,top:k,left:P})}return F},c=e=>!1===e?{block:"end",inline:"nearest"}:(e=>e===Object(e)&&0!==Object.keys(e).length)(e)?e:{block:"start",inline:"nearest"};function d(e,t){if(!e.isConnected||!(e=>{let t=e;for(;t&&t.parentNode;){if(t.parentNode===document)return!0;t=t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}return!1})(e))return;const r=(e=>{const t=window.getComputedStyle(e);return{top:parseFloat(t.scrollMarginTop)||0,right:parseFloat(t.scrollMarginRight)||0,bottom:parseFloat(t.scrollMarginBottom)||0,left:parseFloat(t.scrollMarginLeft)||0}})(e);if((e=>"object"==typeof e&&"function"==typeof e.behavior)(t))return t.behavior(l(e,t));const o="boolean"==typeof t||null==t?void 0:t.behavior;for(const{el:n,top:a,left:i}of l(e,c(t))){const e=a-r.top+r.bottom,t=i-r.left+r.right;n.scroll({top:e,left:t,behavior:o})}}},34433:function(e){"use strict";e.exports=JSON.parse('["ase","art","bmp","blp","cd5","cit","cpt","cr2","cut","dds","dib","djvu","egt","exif","gif","gpl","grf","icns","ico","iff","jng","jpeg","jpg","jfif","jp2","jps","lbm","max","miff","mng","msp","nitf","ota","pbm","pc1","pc2","pc3","pcf","pcx","pdn","pgm","PI1","PI2","PI3","pict","pct","pnm","pns","ppm","psb","psd","pdd","psp","px","pxm","pxr","qfx","raw","rle","sct","sgi","rgb","int","bw","tga","tiff","tif","vtf","xbm","xcf","xpm","3dv","amf","ai","awg","cgm","cdr","cmx","dxf","e2d","egt","eps","fs","gbr","odg","svg","stl","vrml","x3d","sxd","v2d","vnd","wmf","emf","art","xar","png","webp","jxr","hdp","wdp","cur","ecw","iff","lbm","liff","nrrd","pam","pcx","pgf","sgi","rgb","rgba","bw","int","inta","sid","ras","sun","tga"]')}}]);