@secondstaxorg/sscomp 1.9.58 → 1.9.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -930,7 +930,7 @@ function Lt(e){return e+.5|0}const Rt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
930
930
  * https://www.chartjs.org
931
931
  * (c) 2022 Chart.js Contributors
932
932
  * Released under the MIT License
933
- */var Sn=new class{constructor(){this._request=null,this._charts=new Map,this._running=!1,this._lastDate=void 0}_notify(e,t,i,n){const r=t.listeners[n],o=t.duration;r.forEach((n=>n({chart:e,initial:t.initial,numSteps:o,currentStep:Math.min(i-t.start,o)})))}_refresh(){this._request||(this._running=!0,this._request=yt.call(window,(()=>{this._update(),this._request=null,this._running&&this._refresh()})))}_update(e=Date.now()){let t=0;this._charts.forEach(((i,n)=>{if(!i.running||!i.items.length)return;const r=i.items;let o,l=r.length-1,a=!1;for(;l>=0;--l)o=r[l],o._active?(o._total>i.duration&&(i.duration=o._total),o.tick(e),a=!0):(r[l]=r[r.length-1],r.pop());a&&(n.draw(),this._notify(n,i,e,"progress")),r.length||(i.running=!1,this._notify(n,i,e,"complete"),i.initial=!1),t+=r.length})),this._lastDate=e,0===t&&(this._running=!1)}_getAnims(e){const t=this._charts;let i=t.get(e);return i||(i={running:!1,initial:!0,items:[],listeners:{complete:[],progress:[]}},t.set(e,i)),i}listen(e,t,i){this._getAnims(e).listeners[t].push(i)}add(e,t){t&&t.length&&this._getAnims(e).items.push(...t)}has(e){return this._getAnims(e).items.length>0}start(e){const t=this._charts.get(e);t&&(t.running=!0,t.start=Date.now(),t.duration=t.items.reduce(((e,t)=>Math.max(e,t._duration)),0),this._refresh())}running(e){if(!this._running)return!1;const t=this._charts.get(e);return!!(t&&t.running&&t.items.length)}stop(e){const t=this._charts.get(e);if(!t||!t.items.length)return;const i=t.items;let n=i.length-1;for(;n>=0;--n)i[n].cancel();t.items=[],this._notify(e,t,Date.now(),"complete")}remove(e){return this._charts.delete(e)}};const Zn="transparent",Gn={boolean:(e,t,i)=>i>.5?t:e,color(e,t,i){const n=pi(e||Zn),r=n.valid&&pi(t||Zn);return r&&r.valid?r.mix(n,i).hexString():t},number:(e,t,i)=>e+(t-e)*i};class Kn{constructor(e,t,i,n){const r=t[i];n=Gi([e.to,n,r,e.from]);const o=Gi([e.from,r,n]);this._active=!0,this._fn=e.fn||Gn[e.type||typeof o],this._easing=Pt[e.easing]||Pt.linear,this._start=Math.floor(Date.now()+(e.delay||0)),this._duration=this._total=Math.floor(e.duration),this._loop=!!e.loop,this._target=t,this._prop=i,this._from=o,this._to=n,this._promises=void 0}active(){return this._active}update(e,t,i){if(this._active){this._notify(!1);const n=this._target[this._prop],r=i-this._start,o=this._duration-r;this._start=i,this._duration=Math.floor(Math.max(o,e.duration)),this._total+=r,this._loop=!!e.loop,this._to=Gi([e.to,t,n,e.from]),this._from=Gi([e.from,n,t])}}cancel(){this._active&&(this.tick(Date.now()),this._active=!1,this._notify(!1))}tick(e){const t=e-this._start,i=this._duration,n=this._prop,r=this._from,o=this._loop,l=this._to;let a;if(this._active=r!==l&&(o||t<i),!this._active)return this._target[n]=l,void this._notify(!0);t<0?this._target[n]=r:(a=t/i%2,a=o&&a>1?2-a:a,a=this._easing(Math.min(1,Math.max(0,a))),this._target[n]=this._fn(r,l,a))}wait(){const e=this._promises||(this._promises=[]);return new Promise(((t,i)=>{e.push({res:t,rej:i})}))}_notify(e){const t=e?"res":"rej",i=this._promises||[];for(let e=0;e<i.length;e++)i[e][t]()}}xi.set("animation",{delay:void 0,duration:1e3,easing:"easeOutQuart",fn:void 0,from:void 0,loop:void 0,to:void 0,type:void 0});const Wn=Object.keys(xi.animation);xi.describe("animation",{_fallback:!1,_indexable:!1,_scriptable:e=>"onProgress"!==e&&"onComplete"!==e&&"fn"!==e}),xi.set("animations",{colors:{type:"color",properties:["color","borderColor","backgroundColor"]},numbers:{type:"number",properties:["x","y","borderWidth","radius","tension"]}}),xi.describe("animations",{_fallback:"animation"}),xi.set("transitions",{active:{animation:{duration:400}},resize:{animation:{duration:0}},show:{animations:{colors:{from:"transparent"},visible:{type:"boolean",duration:0}}},hide:{animations:{colors:{to:"transparent"},visible:{type:"boolean",easing:"linear",fn:e=>0|e}}}});class Tn{constructor(e,t){this._chart=e,this._properties=new Map,this.configure(t)}configure(e){if(!De(e))return;const t=this._properties;Object.getOwnPropertyNames(e).forEach((i=>{const n=e[i];if(!De(n))return;const r={};for(const e of Wn)r[e]=n[e];(ke(n.properties)&&n.properties||[i]).forEach((e=>{e!==i&&t.has(e)||t.set(e,r)}))}))}_animateOptions(e,t){const i=t.options,n=function(e,t){if(!t)return;let i=e.options;if(!i)return void(e.options=t);i.$shared&&(e.options=i=Object.assign({},i,{$shared:!1,$animations:{}}));return i}(e,i);if(!n)return[];const r=this._createAnimations(n,i);return i.$shared&&function(e,t){const i=[],n=Object.keys(t);for(let t=0;t<n.length;t++){const r=e[n[t]];r&&r.active()&&i.push(r.wait())}return Promise.all(i)}(e.options.$animations,i).then((()=>{e.options=i}),(()=>{})),r}_createAnimations(e,t){const i=this._properties,n=[],r=e.$animations||(e.$animations={}),o=Object.keys(t),l=Date.now();let a;for(a=o.length-1;a>=0;--a){const s=o[a];if("$"===s.charAt(0))continue;if("options"===s){n.push(...this._animateOptions(e,t));continue}const c=t[s];let d=r[s];const u=i.get(s);if(d){if(u&&d.active()){d.update(u,c,l);continue}d.cancel()}u&&u.duration?(r[s]=d=new Kn(u,e,s,c),n.push(d)):e[s]=c}return n}update(e,t){if(0===this._properties.size)return void Object.assign(e,t);const i=this._createAnimations(e,t);return i.length?(Sn.add(this._chart,i),!0):void 0}}function Xn(e,t){const i=e&&e.options||{},n=i.reverse,r=void 0===i.min?t:0,o=void 0===i.max?t:0;return{start:n?o:r,end:n?r:o}}function qn(e,t){const i=[],n=e._getSortedDatasetMetas(t);let r,o;for(r=0,o=n.length;r<o;++r)i.push(n[r].index);return i}function Jn(e,t,i,n={}){const r=e.keys,o="single"===n.mode;let l,a,s,c;if(null!==t){for(l=0,a=r.length;l<a;++l){if(s=+r[l],s===i){if(n.all)continue;break}c=e.values[s],Be(c)&&(o||0===t||rt(t)===rt(c))&&(t+=c)}return t}}function $n(e,t){const i=e&&e.options.stacked;return i||void 0===i&&void 0!==t.stack}function er(e,t,i){const n=e[t]||(e[t]={});return n[i]||(n[i]={})}function tr(e,t,i,n){for(const r of t.getMatchingVisibleMetas(n).reverse()){const t=e[r.index];if(i&&t>0||!i&&t<0)return r.index}return null}function ir(e,t){const{chart:i,_cachedMeta:n}=e,r=i._stacks||(i._stacks={}),{iScale:o,vScale:l,index:a}=n,s=o.axis,c=l.axis,d=function(e,t,i){return`${e.id}.${t.id}.${i.stack||i.type}`}(o,l,n),u=t.length;let b;for(let e=0;e<u;++e){const i=t[e],{[s]:o,[c]:u}=i;b=(i._stacks||(i._stacks={}))[c]=er(r,d,o),b[a]=u,b._top=tr(b,l,!0,n.type),b._bottom=tr(b,l,!1,n.type)}}function nr(e,t){const i=e.scales;return Object.keys(i).filter((e=>i[e].axis===t)).shift()}function rr(e,t){const i=e.controller.index,n=e.vScale&&e.vScale.axis;if(n){t=t||e._parsed;for(const e of t){const t=e._stacks;if(!t||void 0===t[n]||void 0===t[n][i])return;delete t[n][i]}}}const or=e=>"reset"===e||"none"===e,lr=(e,t)=>t?e:Object.assign({},e);class ar{constructor(e,t){this.chart=e,this._ctx=e.ctx,this.index=t,this._cachedDataOpts={},this._cachedMeta=this.getMeta(),this._type=this._cachedMeta.type,this.options=void 0,this._parsing=!1,this._data=void 0,this._objectData=void 0,this._sharedOptions=void 0,this._drawStart=void 0,this._drawCount=void 0,this.enableOptionSharing=!1,this.supportsDecimation=!1,this.$context=void 0,this._syncList=[],this.initialize()}initialize(){const e=this._cachedMeta;this.configure(),this.linkScales(),e._stacked=$n(e.vScale,e),this.addElements()}updateIndex(e){this.index!==e&&rr(this._cachedMeta),this.index=e}linkScales(){const e=this.chart,t=this._cachedMeta,i=this.getDataset(),n=(e,t,i,n)=>"x"===e?t:"r"===e?n:i,r=t.xAxisID=He(i.xAxisID,nr(e,"x")),o=t.yAxisID=He(i.yAxisID,nr(e,"y")),l=t.rAxisID=He(i.rAxisID,nr(e,"r")),a=t.indexAxis,s=t.iAxisID=n(a,r,o,l),c=t.vAxisID=n(a,o,r,l);t.xScale=this.getScaleForId(r),t.yScale=this.getScaleForId(o),t.rScale=this.getScaleForId(l),t.iScale=this.getScaleForId(s),t.vScale=this.getScaleForId(c)}getDataset(){return this.chart.data.datasets[this.index]}getMeta(){return this.chart.getDatasetMeta(this.index)}getScaleForId(e){return this.chart.scales[e]}_getOtherScale(e){const t=this._cachedMeta;return e===t.iScale?t.vScale:t.iScale}reset(){this._update("reset")}_destroy(){const e=this._cachedMeta;this._data&&wt(this._data,this),e._stacked&&rr(e)}_dataCheck(){const e=this.getDataset(),t=e.data||(e.data=[]),i=this._data;if(De(t))this._data=function(e){const t=Object.keys(e),i=new Array(t.length);let n,r,o;for(n=0,r=t.length;n<r;++n)o=t[n],i[n]={x:o,y:e[o]};return i}(t);else if(i!==t){if(i){wt(i,this);const e=this._cachedMeta;rr(e),e._parsed=[]}t&&Object.isExtensible(t)&&(r=this,(n=t)._chartjs?n._chartjs.listeners.push(r):(Object.defineProperty(n,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[r]}}),xt.forEach((e=>{const t="_onData"+Ze(e),i=n[e];Object.defineProperty(n,e,{configurable:!0,enumerable:!1,value(...e){const r=i.apply(this,e);return n._chartjs.listeners.forEach((i=>{"function"==typeof i[t]&&i[t](...e)})),r}})})))),this._syncList=[],this._data=t}var n,r}addElements(){const e=this._cachedMeta;this._dataCheck(),this.datasetElementType&&(e.dataset=new this.datasetElementType)}buildOrUpdateElements(e){const t=this._cachedMeta,i=this.getDataset();let n=!1;this._dataCheck();const r=t._stacked;t._stacked=$n(t.vScale,t),t.stack!==i.stack&&(n=!0,rr(t),t.stack=i.stack),this._resyncElements(e),(n||r!==t._stacked)&&ir(this,t._parsed)}configure(){const e=this.chart.config,t=e.datasetScopeKeys(this._type),i=e.getOptionScopes(this.getDataset(),t,!0);this.options=e.createResolver(i,this.getContext()),this._parsing=this.options.parsing,this._cachedDataOpts={}}parse(e,t){const{_cachedMeta:i,_data:n}=this,{iScale:r,_stacked:o}=i,l=r.axis;let a,s,c,d=0===e&&t===n.length||i._sorted,u=e>0&&i._parsed[e-1];if(!1===this._parsing)i._parsed=n,i._sorted=!0,c=n;else{c=ke(n[e])?this.parseArrayData(i,n,e,t):De(n[e])?this.parseObjectData(i,n,e,t):this.parsePrimitiveData(i,n,e,t);const r=()=>null===s[l]||u&&s[l]<u[l];for(a=0;a<t;++a)i._parsed[a+e]=s=c[a],d&&(r()&&(d=!1),u=s);i._sorted=d}o&&ir(this,c)}parsePrimitiveData(e,t,i,n){const{iScale:r,vScale:o}=e,l=r.axis,a=o.axis,s=r.getLabels(),c=r===o,d=new Array(n);let u,b,f;for(u=0,b=n;u<b;++u)f=u+i,d[u]={[l]:c||r.parse(s[f],f),[a]:o.parse(t[f],f)};return d}parseArrayData(e,t,i,n){const{xScale:r,yScale:o}=e,l=new Array(n);let a,s,c,d;for(a=0,s=n;a<s;++a)c=a+i,d=t[c],l[a]={x:r.parse(d[0],c),y:o.parse(d[1],c)};return l}parseObjectData(e,t,i,n){const{xScale:r,yScale:o}=e,{xAxisKey:l="x",yAxisKey:a="y"}=this._parsing,s=new Array(n);let c,d,u,b;for(c=0,d=n;c<d;++c)u=c+i,b=t[u],s[c]={x:r.parse(Se(b,l),u),y:o.parse(Se(b,a),u)};return s}getParsed(e){return this._cachedMeta._parsed[e]}getDataElement(e){return this._cachedMeta.data[e]}applyStack(e,t,i){const n=this.chart,r=this._cachedMeta,o=t[e.axis];return Jn({keys:qn(n,!0),values:t._stacks[e.axis]},o,r.index,{mode:i})}updateRangeFromParsed(e,t,i,n){const r=i[t.axis];let o=null===r?NaN:r;const l=n&&i._stacks[t.axis];n&&l&&(n.values=l,o=Jn(n,r,this._cachedMeta.index)),e.min=Math.min(e.min,o),e.max=Math.max(e.max,o)}getMinMax(e,t){const i=this._cachedMeta,n=i._parsed,r=i._sorted&&e===i.iScale,o=n.length,l=this._getOtherScale(e),a=((e,t,i)=>e&&!t.hidden&&t._stacked&&{keys:qn(i,!0),values:null})(t,i,this.chart),s={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY},{min:c,max:d}=function(e){const{min:t,max:i,minDefined:n,maxDefined:r}=e.getUserBounds();return{min:n?t:Number.NEGATIVE_INFINITY,max:r?i:Number.POSITIVE_INFINITY}}(l);let u,b;function f(){b=n[u];const t=b[l.axis];return!Be(b[e.axis])||c>t||d<t}for(u=0;u<o&&(f()||(this.updateRangeFromParsed(s,e,b,a),!r));++u);if(r)for(u=o-1;u>=0;--u)if(!f()){this.updateRangeFromParsed(s,e,b,a);break}return s}getAllParsedValues(e){const t=this._cachedMeta._parsed,i=[];let n,r,o;for(n=0,r=t.length;n<r;++n)o=t[n][e.axis],Be(o)&&i.push(o);return i}getMaxOverflow(){return!1}getLabelAndValue(e){const t=this._cachedMeta,i=t.iScale,n=t.vScale,r=this.getParsed(e);return{label:i?""+i.getLabelForValue(r[i.axis]):"",value:n?""+n.getLabelForValue(r[n.axis]):""}}_update(e){const t=this._cachedMeta;this.update(e||"default"),t._clip=function(e){let t,i,n,r;return De(e)?(t=e.top,i=e.right,n=e.bottom,r=e.left):t=i=n=r=e,{top:t,right:i,bottom:n,left:r,disabled:!1===e}}(He(this.options.clip,function(e,t,i){if(!1===i)return!1;const n=Xn(e,i),r=Xn(t,i);return{top:r.end,right:n.end,bottom:r.start,left:n.start}}(t.xScale,t.yScale,this.getMaxOverflow())))}update(e){}draw(){const e=this._ctx,t=this.chart,i=this._cachedMeta,n=i.data||[],r=t.chartArea,o=[],l=this._drawStart||0,a=this._drawCount||n.length-l,s=this.options.drawActiveElementsOnTop;let c;for(i.dataset&&i.dataset.draw(e,r,l,a),c=l;c<l+a;++c){const t=n[c];t.hidden||(t.active&&s?o.push(t):t.draw(e,r))}for(c=0;c<o.length;++c)o[c].draw(e,r)}getStyle(e,t){const i=t?"active":"default";return void 0===e&&this._cachedMeta.dataset?this.resolveDatasetElementOptions(i):this.resolveDataElementOptions(e||0,i)}getContext(e,t,i){const n=this.getDataset();let r;if(e>=0&&e<this._cachedMeta.data.length){const t=this._cachedMeta.data[e];r=t.$context||(t.$context=function(e,t,i){return Ki(e,{active:!1,dataIndex:t,parsed:void 0,raw:void 0,element:i,index:t,mode:"default",type:"data"})}(this.getContext(),e,t)),r.parsed=this.getParsed(e),r.raw=n.data[e],r.index=r.dataIndex=e}else r=this.$context||(this.$context=function(e,t){return Ki(e,{active:!1,dataset:void 0,datasetIndex:t,index:t,mode:"default",type:"dataset"})}(this.chart.getContext(),this.index)),r.dataset=n,r.index=r.datasetIndex=this.index;return r.active=!!t,r.mode=i,r}resolveDatasetElementOptions(e){return this._resolveElementOptions(this.datasetElementType.id,e)}resolveDataElementOptions(e,t){return this._resolveElementOptions(this.dataElementType.id,t,e)}_resolveElementOptions(e,t="default",i){const n="active"===t,r=this._cachedDataOpts,o=e+"-"+t,l=r[o],a=this.enableOptionSharing&&Ge(i);if(l)return lr(l,a);const s=this.chart.config,c=s.datasetElementScopeKeys(this._type,e),d=n?[`${e}Hover`,"hover",e,""]:[e,""],u=s.getOptionScopes(this.getDataset(),c),b=Object.keys(xi.elements[e]),f=s.resolveNamedOptions(u,b,(()=>this.getContext(i,n)),d);return f.$shared&&(f.$shared=a,r[o]=Object.freeze(lr(f,a))),f}_resolveAnimations(e,t,i){const n=this.chart,r=this._cachedDataOpts,o=`animation-${t}`,l=r[o];if(l)return l;let a;if(!1!==n.options.animation){const n=this.chart.config,r=n.datasetAnimationScopeKeys(this._type,t),o=n.getOptionScopes(this.getDataset(),r);a=n.createResolver(o,this.getContext(e,i,t))}const s=new Tn(n,a&&a.animations);return a&&a._cacheable&&(r[o]=Object.freeze(s)),s}getSharedOptions(e){if(e.$shared)return this._sharedOptions||(this._sharedOptions=Object.assign({},e))}includeOptions(e,t){return!t||or(e)||this.chart._animationsDisabled}_getSharedOptions(e,t){const i=this.resolveDataElementOptions(e,t),n=this._sharedOptions,r=this.getSharedOptions(i),o=this.includeOptions(t,r)||r!==n;return this.updateSharedOptions(r,t,i),{sharedOptions:r,includeOptions:o}}updateElement(e,t,i,n){or(n)?Object.assign(e,i):this._resolveAnimations(t,n).update(e,i)}updateSharedOptions(e,t,i){e&&!or(t)&&this._resolveAnimations(void 0,t).update(e,i)}_setStyle(e,t,i,n){e.active=n;const r=this.getStyle(t,n);this._resolveAnimations(t,i,n).update(e,{options:!n&&this.getSharedOptions(r)||r})}removeHoverStyle(e,t,i){this._setStyle(e,i,"active",!1)}setHoverStyle(e,t,i){this._setStyle(e,i,"active",!0)}_removeDatasetHoverStyle(){const e=this._cachedMeta.dataset;e&&this._setStyle(e,void 0,"active",!1)}_setDatasetHoverStyle(){const e=this._cachedMeta.dataset;e&&this._setStyle(e,void 0,"active",!0)}_resyncElements(e){const t=this._data,i=this._cachedMeta.data;for(const[e,t,i]of this._syncList)this[e](t,i);this._syncList=[];const n=i.length,r=t.length,o=Math.min(r,n);o&&this.parse(0,o),r>n?this._insertElements(n,r-n,e):r<n&&this._removeElements(r,n-r)}_insertElements(e,t,i=!0){const n=this._cachedMeta,r=n.data,o=e+t;let l;const a=e=>{for(e.length+=t,l=e.length-1;l>=o;l--)e[l]=e[l-t]};for(a(r),l=e;l<o;++l)r[l]=new this.dataElementType;this._parsing&&a(n._parsed),this.parse(e,t),i&&this.updateElements(r,e,t,"reset")}updateElements(e,t,i,n){}_removeElements(e,t){const i=this._cachedMeta;if(this._parsing){const n=i._parsed.splice(e,t);i._stacked&&rr(i,n)}i.data.splice(e,t)}_sync(e){if(this._parsing)this._syncList.push(e);else{const[t,i,n]=e;this[t](i,n)}this.chart._dataChanges.push([this.index,...e])}_onDataPush(){const e=arguments.length;this._sync(["_insertElements",this.getDataset().data.length-e,e])}_onDataPop(){this._sync(["_removeElements",this._cachedMeta.data.length-1,1])}_onDataShift(){this._sync(["_removeElements",0,1])}_onDataSplice(e,t){t&&this._sync(["_removeElements",e,t]);const i=arguments.length-2;i&&this._sync(["_insertElements",e,i])}_onDataUnshift(){this._sync(["_insertElements",0,arguments.length])}}function sr(e){const t=e.iScale,i=function(e,t){if(!e._cache.$bar){const i=e.getMatchingVisibleMetas(t);let n=[];for(let t=0,r=i.length;t<r;t++)n=n.concat(i[t].controller.getAllParsedValues(e));e._cache.$bar=Et(n.sort(((e,t)=>e-t)))}return e._cache.$bar}(t,e.type);let n,r,o,l,a=t._length;const s=()=>{32767!==o&&-32768!==o&&(Ge(l)&&(a=Math.min(a,Math.abs(o-l)||a)),l=o)};for(n=0,r=i.length;n<r;++n)o=t.getPixelForValue(i[n]),s();for(l=void 0,n=0,r=t.ticks.length;n<r;++n)o=t.getPixelForTick(n),s();return a}function cr(e,t,i,n){return ke(e)?function(e,t,i,n){const r=i.parse(e[0],n),o=i.parse(e[1],n),l=Math.min(r,o),a=Math.max(r,o);let s=l,c=a;Math.abs(l)>Math.abs(a)&&(s=a,c=l),t[i.axis]=c,t._custom={barStart:s,barEnd:c,start:r,end:o,min:l,max:a}}(e,t,i,n):t[i.axis]=i.parse(e,n),t}function dr(e,t,i,n){const r=e.iScale,o=e.vScale,l=r.getLabels(),a=r===o,s=[];let c,d,u,b;for(c=i,d=i+n;c<d;++c)b=t[c],u={},u[r.axis]=a||r.parse(l[c],c),s.push(cr(b,u,o,c));return s}function ur(e){return e&&void 0!==e.barStart&&void 0!==e.barEnd}function br(e,t,i,n){let r=t.borderSkipped;const o={};if(!r)return void(e.borderSkipped=o);if(!0===r)return void(e.borderSkipped={top:!0,right:!0,bottom:!0,left:!0});const{start:l,end:a,reverse:s,top:c,bottom:d}=function(e){let t,i,n,r,o;return e.horizontal?(t=e.base>e.x,i="left",n="right"):(t=e.base<e.y,i="bottom",n="top"),t?(r="end",o="start"):(r="start",o="end"),{start:i,end:n,reverse:t,top:r,bottom:o}}(e);"middle"===r&&i&&(e.enableBorderRadius=!0,(i._top||0)===n?r=c:(i._bottom||0)===n?r=d:(o[fr(d,l,a,s)]=!0,r=c)),o[fr(r,l,a,s)]=!0,e.borderSkipped=o}function fr(e,t,i,n){var r,o,l;return n?(l=i,e=mr(e=(r=e)===(o=t)?l:r===l?o:r,i,t)):e=mr(e,t,i),e}function mr(e,t,i){return"start"===e?t:"end"===e?i:e}function hr(e,{inflateAmount:t},i){e.inflateAmount="auto"===t?1===i?.33:0:t}ar.defaults={},ar.prototype.datasetElementType=null,ar.prototype.dataElementType=null;class pr extends ar{parsePrimitiveData(e,t,i,n){return dr(e,t,i,n)}parseArrayData(e,t,i,n){return dr(e,t,i,n)}parseObjectData(e,t,i,n){const{iScale:r,vScale:o}=e,{xAxisKey:l="x",yAxisKey:a="y"}=this._parsing,s="x"===r.axis?l:a,c="x"===o.axis?l:a,d=[];let u,b,f,m;for(u=i,b=i+n;u<b;++u)m=t[u],f={},f[r.axis]=r.parse(Se(m,s),u),d.push(cr(Se(m,c),f,o,u));return d}updateRangeFromParsed(e,t,i,n){super.updateRangeFromParsed(e,t,i,n);const r=i._custom;r&&t===this._cachedMeta.vScale&&(e.min=Math.min(e.min,r.min),e.max=Math.max(e.max,r.max))}getMaxOverflow(){return 0}getLabelAndValue(e){const t=this._cachedMeta,{iScale:i,vScale:n}=t,r=this.getParsed(e),o=r._custom,l=ur(o)?"["+o.start+", "+o.end+"]":""+n.getLabelForValue(r[n.axis]);return{label:""+i.getLabelForValue(r[i.axis]),value:l}}initialize(){this.enableOptionSharing=!0,super.initialize();this._cachedMeta.stack=this.getDataset().stack}update(e){const t=this._cachedMeta;this.updateElements(t.data,0,t.data.length,e)}updateElements(e,t,i,n){const r="reset"===n,{index:o,_cachedMeta:{vScale:l}}=this,a=l.getBasePixel(),s=l.isHorizontal(),c=this._getRuler(),{sharedOptions:d,includeOptions:u}=this._getSharedOptions(t,n);for(let b=t;b<t+i;b++){const t=this.getParsed(b),i=r||Me(t[l.axis])?{base:a,head:a}:this._calculateBarValuePixels(b),f=this._calculateBarIndexPixels(b,c),m=(t._stacks||{})[l.axis],h={horizontal:s,base:i.base,enableBorderRadius:!m||ur(t._custom)||o===m._top||o===m._bottom,x:s?i.head:f.center,y:s?f.center:i.head,height:s?f.size:Math.abs(i.size),width:s?Math.abs(i.size):f.size};u&&(h.options=d||this.resolveDataElementOptions(b,e[b].active?"active":n));const p=h.options||e[b].options;br(h,p,m,o),hr(h,p,c.ratio),this.updateElement(e[b],b,h,n)}}_getStacks(e,t){const{iScale:i}=this._cachedMeta,n=i.getMatchingVisibleMetas(this._type).filter((e=>e.controller.options.grouped)),r=i.options.stacked,o=[],l=e=>{const i=e.controller.getParsed(t),n=i&&i[e.vScale.axis];if(Me(n)||isNaN(n))return!0};for(const i of n)if((void 0===t||!l(i))&&((!1===r||-1===o.indexOf(i.stack)||void 0===r&&void 0===i.stack)&&o.push(i.stack),i.index===e))break;return o.length||o.push(void 0),o}_getStackCount(e){return this._getStacks(void 0,e).length}_getStackIndex(e,t,i){const n=this._getStacks(e,i),r=void 0!==t?n.indexOf(t):-1;return-1===r?n.length-1:r}_getRuler(){const e=this.options,t=this._cachedMeta,i=t.iScale,n=[];let r,o;for(r=0,o=t.data.length;r<o;++r)n.push(i.getPixelForValue(this.getParsed(r)[i.axis],r));const l=e.barThickness;return{min:l||sr(t),pixels:n,start:i._startPixel,end:i._endPixel,stackCount:this._getStackCount(),scale:i,grouped:e.grouped,ratio:l?1:e.categoryPercentage*e.barPercentage}}_calculateBarValuePixels(e){const{_cachedMeta:{vScale:t,_stacked:i},options:{base:n,minBarLength:r}}=this,o=n||0,l=this.getParsed(e),a=l._custom,s=ur(a);let c,d,u=l[t.axis],b=0,f=i?this.applyStack(t,l,i):u;f!==u&&(b=f-u,f=u),s&&(u=a.barStart,f=a.barEnd-a.barStart,0!==u&&rt(u)!==rt(a.barEnd)&&(b=0),b+=u);const m=Me(n)||s?b:n;let h=t.getPixelForValue(m);if(c=this.chart.getDataVisibility(e)?t.getPixelForValue(b+f):h,d=c-h,Math.abs(d)<r){d=function(e,t,i){return 0!==e?rt(e):(t.isHorizontal()?1:-1)*(t.min>=i?1:-1)}(d,t,o)*r,u===o&&(h-=d/2);const e=t.getPixelForDecimal(0),i=t.getPixelForDecimal(1),n=Math.min(e,i),l=Math.max(e,i);h=Math.max(Math.min(h,l),n),c=h+d}if(h===t.getPixelForValue(o)){const e=rt(d)*t.getLineWidthForValue(o)/2;h+=e,d-=e}return{size:d,base:h,head:c,center:c+d/2}}_calculateBarIndexPixels(e,t){const i=t.scale,n=this.options,r=n.skipNull,o=He(n.maxBarThickness,1/0);let l,a;if(t.grouped){const i=r?this._getStackCount(e):t.stackCount,s="flex"===n.barThickness?function(e,t,i,n){const r=t.pixels,o=r[e];let l=e>0?r[e-1]:null,a=e<r.length-1?r[e+1]:null;const s=i.categoryPercentage;null===l&&(l=o-(null===a?t.end-t.start:a-o)),null===a&&(a=o+o-l);const c=o-(o-Math.min(l,a))/2*s;return{chunk:Math.abs(a-l)/2*s/n,ratio:i.barPercentage,start:c}}(e,t,n,i):function(e,t,i,n){const r=i.barThickness;let o,l;return Me(r)?(o=t.min*i.categoryPercentage,l=i.barPercentage):(o=r*n,l=1),{chunk:o/n,ratio:l,start:t.pixels[e]-o/2}}(e,t,n,i),c=this._getStackIndex(this.index,this._cachedMeta.stack,r?e:void 0);l=s.start+s.chunk*c+s.chunk/2,a=Math.min(o,s.chunk*s.ratio)}else l=i.getPixelForValue(this.getParsed(e)[i.axis],e),a=Math.min(o,t.min*t.ratio);return{base:l-a/2,head:l+a/2,center:l,size:a}}draw(){const e=this._cachedMeta,t=e.vScale,i=e.data,n=i.length;let r=0;for(;r<n;++r)null!==this.getParsed(r)[t.axis]&&i[r].draw(this._ctx)}}pr.id="bar",pr.defaults={datasetElementType:!1,dataElementType:"bar",categoryPercentage:.8,barPercentage:.9,grouped:!0,animations:{numbers:{type:"number",properties:["x","y","base","width","height"]}}},pr.overrides={scales:{_index_:{type:"category",offset:!0,grid:{offset:!0}},_value_:{type:"linear",beginAtZero:!0}}};class Ar extends ar{initialize(){this.enableOptionSharing=!0,super.initialize()}parsePrimitiveData(e,t,i,n){const r=super.parsePrimitiveData(e,t,i,n);for(let e=0;e<r.length;e++)r[e]._custom=this.resolveDataElementOptions(e+i).radius;return r}parseArrayData(e,t,i,n){const r=super.parseArrayData(e,t,i,n);for(let e=0;e<r.length;e++){const n=t[i+e];r[e]._custom=He(n[2],this.resolveDataElementOptions(e+i).radius)}return r}parseObjectData(e,t,i,n){const r=super.parseObjectData(e,t,i,n);for(let e=0;e<r.length;e++){const n=t[i+e];r[e]._custom=He(n&&n.r&&+n.r,this.resolveDataElementOptions(e+i).radius)}return r}getMaxOverflow(){const e=this._cachedMeta.data;let t=0;for(let i=e.length-1;i>=0;--i)t=Math.max(t,e[i].size(this.resolveDataElementOptions(i))/2);return t>0&&t}getLabelAndValue(e){const t=this._cachedMeta,{xScale:i,yScale:n}=t,r=this.getParsed(e),o=i.getLabelForValue(r.x),l=n.getLabelForValue(r.y),a=r._custom;return{label:t.label,value:"("+o+", "+l+(a?", "+a:"")+")"}}update(e){const t=this._cachedMeta.data;this.updateElements(t,0,t.length,e)}updateElements(e,t,i,n){const r="reset"===n,{iScale:o,vScale:l}=this._cachedMeta,{sharedOptions:a,includeOptions:s}=this._getSharedOptions(t,n),c=o.axis,d=l.axis;for(let u=t;u<t+i;u++){const t=e[u],i=!r&&this.getParsed(u),b={},f=b[c]=r?o.getPixelForDecimal(.5):o.getPixelForValue(i[c]),m=b[d]=r?l.getBasePixel():l.getPixelForValue(i[d]);b.skip=isNaN(f)||isNaN(m),s&&(b.options=a||this.resolveDataElementOptions(u,t.active?"active":n),r&&(b.options.radius=0)),this.updateElement(t,u,b,n)}}resolveDataElementOptions(e,t){const i=this.getParsed(e);let n=super.resolveDataElementOptions(e,t);n.$shared&&(n=Object.assign({},n,{$shared:!1}));const r=n.radius;return"active"!==t&&(n.radius=0),n.radius+=He(i&&i._custom,r),n}}Ar.id="bubble",Ar.defaults={datasetElementType:!1,dataElementType:"point",animations:{numbers:{type:"number",properties:["x","y","borderWidth","radius"]}}},Ar.overrides={scales:{x:{type:"linear"},y:{type:"linear"}},plugins:{tooltip:{callbacks:{title:()=>""}}}};class gr extends ar{constructor(e,t){super(e,t),this.enableOptionSharing=!0,this.innerRadius=void 0,this.outerRadius=void 0,this.offsetX=void 0,this.offsetY=void 0}linkScales(){}parse(e,t){const i=this.getDataset().data,n=this._cachedMeta;if(!1===this._parsing)n._parsed=i;else{let r,o,l=e=>+i[e];if(De(i[e])){const{key:e="value"}=this._parsing;l=t=>+Se(i[t],e)}for(r=e,o=e+t;r<o;++r)n._parsed[r]=l(r)}}_getRotation(){return ct(this.options.rotation-90)}_getCircumference(){return ct(this.options.circumference)}_getRotationExtents(){let e=Xe,t=-Xe;for(let i=0;i<this.chart.data.datasets.length;++i)if(this.chart.isDatasetVisible(i)){const n=this.chart.getDatasetMeta(i).controller,r=n._getRotation(),o=n._getCircumference();e=Math.min(e,r),t=Math.max(t,r+o)}return{rotation:e,circumference:t-e}}update(e){const t=this.chart,{chartArea:i}=t,n=this._cachedMeta,r=n.data,o=this.getMaxBorderWidth()+this.getMaxOffset(r)+this.options.spacing,l=Math.max((Math.min(i.width,i.height)-o)/2,0),a=Math.min((s=this.options.cutout,c=l,"string"==typeof s&&s.endsWith("%")?parseFloat(s)/100:s/c),1);var s,c;const d=this._getRingWeight(this.index),{circumference:u,rotation:b}=this._getRotationExtents(),{ratioX:f,ratioY:m,offsetX:h,offsetY:p}=function(e,t,i){let n=1,r=1,o=0,l=0;if(t<Xe){const a=e,s=a+t,c=Math.cos(a),d=Math.sin(a),u=Math.cos(s),b=Math.sin(s),f=(e,t,n)=>pt(e,a,s,!0)?1:Math.max(t,t*i,n,n*i),m=(e,t,n)=>pt(e,a,s,!0)?-1:Math.min(t,t*i,n,n*i),h=f(0,c,u),p=f(et,d,b),A=m(Te,c,u),g=m(Te+et,d,b);n=(h-A)/2,r=(p-g)/2,o=-(h+A)/2,l=-(p+g)/2}return{ratioX:n,ratioY:r,offsetX:o,offsetY:l}}(b,u,a),A=(i.width-o)/f,g=(i.height-o)/m,C=Math.max(Math.min(A,g)/2,0),v=Oe(this.options.radius,C),N=(v-Math.max(v*a,0))/this._getVisibleDatasetWeightTotal();this.offsetX=h*v,this.offsetY=p*v,n.total=this.calculateTotal(),this.outerRadius=v-N*this._getRingWeightOffset(this.index),this.innerRadius=Math.max(this.outerRadius-N*d,0),this.updateElements(r,0,r.length,e)}_circumference(e,t){const i=this.options,n=this._cachedMeta,r=this._getCircumference();return t&&i.animation.animateRotate||!this.chart.getDataVisibility(e)||null===n._parsed[e]||n.data[e].hidden?0:this.calculateCircumference(n._parsed[e]*r/Xe)}updateElements(e,t,i,n){const r="reset"===n,o=this.chart,l=o.chartArea,a=o.options.animation,s=(l.left+l.right)/2,c=(l.top+l.bottom)/2,d=r&&a.animateScale,u=d?0:this.innerRadius,b=d?0:this.outerRadius,{sharedOptions:f,includeOptions:m}=this._getSharedOptions(t,n);let h,p=this._getRotation();for(h=0;h<t;++h)p+=this._circumference(h,r);for(h=t;h<t+i;++h){const t=this._circumference(h,r),i=e[h],o={x:s+this.offsetX,y:c+this.offsetY,startAngle:p,endAngle:p+t,circumference:t,outerRadius:b,innerRadius:u};m&&(o.options=f||this.resolveDataElementOptions(h,i.active?"active":n)),p+=t,this.updateElement(i,h,o,n)}}calculateTotal(){const e=this._cachedMeta,t=e.data;let i,n=0;for(i=0;i<t.length;i++){const r=e._parsed[i];null===r||isNaN(r)||!this.chart.getDataVisibility(i)||t[i].hidden||(n+=Math.abs(r))}return n}calculateCircumference(e){const t=this._cachedMeta.total;return t>0&&!isNaN(e)?Xe*(Math.abs(e)/t):0}getLabelAndValue(e){const t=this._cachedMeta,i=this.chart,n=i.data.labels||[],r=On(t._parsed[e],i.options.locale);return{label:n[e]||"",value:r}}getMaxBorderWidth(e){let t=0;const i=this.chart;let n,r,o,l,a;if(!e)for(n=0,r=i.data.datasets.length;n<r;++n)if(i.isDatasetVisible(n)){o=i.getDatasetMeta(n),e=o.data,l=o.controller;break}if(!e)return 0;for(n=0,r=e.length;n<r;++n)a=l.resolveDataElementOptions(n),"inner"!==a.borderAlign&&(t=Math.max(t,a.borderWidth||0,a.hoverBorderWidth||0));return t}getMaxOffset(e){let t=0;for(let i=0,n=e.length;i<n;++i){const e=this.resolveDataElementOptions(i);t=Math.max(t,e.offset||0,e.hoverOffset||0)}return t}_getRingWeightOffset(e){let t=0;for(let i=0;i<e;++i)this.chart.isDatasetVisible(i)&&(t+=this._getRingWeight(i));return t}_getRingWeight(e){return Math.max(He(this.chart.data.datasets[e].weight,1),0)}_getVisibleDatasetWeightTotal(){return this._getRingWeightOffset(this.chart.data.datasets.length)||1}}gr.id="doughnut",gr.defaults={datasetElementType:!1,dataElementType:"arc",animation:{animateRotate:!0,animateScale:!1},animations:{numbers:{type:"number",properties:["circumference","endAngle","innerRadius","outerRadius","startAngle","x","y","offset","borderWidth","spacing"]}},cutout:"50%",rotation:0,circumference:360,radius:"100%",spacing:0,indexAxis:"r"},gr.descriptors={_scriptable:e=>"spacing"!==e,_indexable:e=>"spacing"!==e},gr.overrides={aspectRatio:1,plugins:{legend:{labels:{generateLabels(e){const t=e.data;if(t.labels.length&&t.datasets.length){const{labels:{pointStyle:i}}=e.legend.options;return t.labels.map(((t,n)=>{const r=e.getDatasetMeta(0).controller.getStyle(n);return{text:t,fillStyle:r.backgroundColor,strokeStyle:r.borderColor,lineWidth:r.borderWidth,pointStyle:i,hidden:!e.getDataVisibility(n),index:n}}))}return[]}},onClick(e,t,i){i.chart.toggleDataVisibility(t.index),i.chart.update()}},tooltip:{callbacks:{title:()=>"",label(e){let t=e.label;const i=": "+e.formattedValue;return ke(t)?(t=t.slice(),t[0]+=i):t+=i,t}}}}};class Cr extends ar{initialize(){this.enableOptionSharing=!0,this.supportsDecimation=!0,super.initialize()}update(e){const t=this._cachedMeta,{dataset:i,data:n=[],_dataset:r}=t,o=this.chart._animationsDisabled;let{start:l,count:a}=Dt(t,n,o);this._drawStart=l,this._drawCount=a,Bt(t)&&(l=0,a=n.length),i._chart=this.chart,i._datasetIndex=this.index,i._decimated=!!r._decimated,i.points=n;const s=this.resolveDatasetElementOptions(e);this.options.showLine||(s.borderWidth=0),s.segment=this.options.segment,this.updateElement(i,void 0,{animated:!o,options:s},e),this.updateElements(n,l,a,e)}updateElements(e,t,i,n){const r="reset"===n,{iScale:o,vScale:l,_stacked:a,_dataset:s}=this._cachedMeta,{sharedOptions:c,includeOptions:d}=this._getSharedOptions(t,n),u=o.axis,b=l.axis,{spanGaps:f,segment:m}=this.options,h=lt(f)?f:Number.POSITIVE_INFINITY,p=this.chart._animationsDisabled||r||"none"===n;let A=t>0&&this.getParsed(t-1);for(let f=t;f<t+i;++f){const t=e[f],i=this.getParsed(f),g=p?t:{},C=Me(i[b]),v=g[u]=o.getPixelForValue(i[u],f),N=g[b]=r||C?l.getBasePixel():l.getPixelForValue(a?this.applyStack(l,i,a):i[b],f);g.skip=isNaN(v)||isNaN(N)||C,g.stop=f>0&&Math.abs(i[u]-A[u])>h,m&&(g.parsed=i,g.raw=s.data[f]),d&&(g.options=c||this.resolveDataElementOptions(f,t.active?"active":n)),p||this.updateElement(t,f,g,n),A=i}}getMaxOverflow(){const e=this._cachedMeta,t=e.dataset,i=t.options&&t.options.borderWidth||0,n=e.data||[];if(!n.length)return i;const r=n[0].size(this.resolveDataElementOptions(0)),o=n[n.length-1].size(this.resolveDataElementOptions(n.length-1));return Math.max(i,r,o)/2}draw(){const e=this._cachedMeta;e.dataset.updateControlPoints(this.chart.chartArea,e.iScale.axis),super.draw()}}Cr.id="line",Cr.defaults={datasetElementType:"line",dataElementType:"point",showLine:!0,spanGaps:!1},Cr.overrides={scales:{_index_:{type:"category"},_value_:{type:"linear"}}};class vr extends ar{constructor(e,t){super(e,t),this.innerRadius=void 0,this.outerRadius=void 0}getLabelAndValue(e){const t=this._cachedMeta,i=this.chart,n=i.data.labels||[],r=On(t._parsed[e].r,i.options.locale);return{label:n[e]||"",value:r}}parseObjectData(e,t,i,n){return sn.bind(this)(e,t,i,n)}update(e){const t=this._cachedMeta.data;this._updateRadius(),this.updateElements(t,0,t.length,e)}getMinMax(){const e=this._cachedMeta,t={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY};return e.data.forEach(((e,i)=>{const n=this.getParsed(i).r;!isNaN(n)&&this.chart.getDataVisibility(i)&&(n<t.min&&(t.min=n),n>t.max&&(t.max=n))})),t}_updateRadius(){const e=this.chart,t=e.chartArea,i=e.options,n=Math.min(t.right-t.left,t.bottom-t.top),r=Math.max(n/2,0),o=(r-Math.max(i.cutoutPercentage?r/100*i.cutoutPercentage:1,0))/e.getVisibleDatasetCount();this.outerRadius=r-o*this.index,this.innerRadius=this.outerRadius-o}updateElements(e,t,i,n){const r="reset"===n,o=this.chart,l=o.options.animation,a=this._cachedMeta.rScale,s=a.xCenter,c=a.yCenter,d=a.getIndexAngle(0)-.5*Te;let u,b=d;const f=360/this.countVisibleElements();for(u=0;u<t;++u)b+=this._computeAngle(u,n,f);for(u=t;u<t+i;u++){const t=e[u];let i=b,m=b+this._computeAngle(u,n,f),h=o.getDataVisibility(u)?a.getDistanceFromCenterForValue(this.getParsed(u).r):0;b=m,r&&(l.animateScale&&(h=0),l.animateRotate&&(i=m=d));const p={x:s,y:c,innerRadius:0,outerRadius:h,startAngle:i,endAngle:m,options:this.resolveDataElementOptions(u,t.active?"active":n)};this.updateElement(t,u,p,n)}}countVisibleElements(){const e=this._cachedMeta;let t=0;return e.data.forEach(((e,i)=>{!isNaN(this.getParsed(i).r)&&this.chart.getDataVisibility(i)&&t++})),t}_computeAngle(e,t,i){return this.chart.getDataVisibility(e)?ct(this.resolveDataElementOptions(e,t).angle||i):0}}vr.id="polarArea",vr.defaults={dataElementType:"arc",animation:{animateRotate:!0,animateScale:!0},animations:{numbers:{type:"number",properties:["x","y","startAngle","endAngle","innerRadius","outerRadius"]}},indexAxis:"r",startAngle:0},vr.overrides={aspectRatio:1,plugins:{legend:{labels:{generateLabels(e){const t=e.data;if(t.labels.length&&t.datasets.length){const{labels:{pointStyle:i}}=e.legend.options;return t.labels.map(((t,n)=>{const r=e.getDatasetMeta(0).controller.getStyle(n);return{text:t,fillStyle:r.backgroundColor,strokeStyle:r.borderColor,lineWidth:r.borderWidth,pointStyle:i,hidden:!e.getDataVisibility(n),index:n}}))}return[]}},onClick(e,t,i){i.chart.toggleDataVisibility(t.index),i.chart.update()}},tooltip:{callbacks:{title:()=>"",label:e=>e.chart.data.labels[e.dataIndex]+": "+e.formattedValue}}},scales:{r:{type:"radialLinear",angleLines:{display:!1},beginAtZero:!0,grid:{circular:!0},pointLabels:{display:!1},startAngle:0}}};class Nr extends gr{}Nr.id="pie",Nr.defaults={cutout:0,rotation:0,circumference:360,radius:"100%"};class xr extends ar{getLabelAndValue(e){const t=this._cachedMeta.vScale,i=this.getParsed(e);return{label:t.getLabels()[e],value:""+t.getLabelForValue(i[t.axis])}}parseObjectData(e,t,i,n){return sn.bind(this)(e,t,i,n)}update(e){const t=this._cachedMeta,i=t.dataset,n=t.data||[],r=t.iScale.getLabels();if(i.points=n,"resize"!==e){const t=this.resolveDatasetElementOptions(e);this.options.showLine||(t.borderWidth=0);const o={_loop:!0,_fullLoop:r.length===n.length,options:t};this.updateElement(i,void 0,o,e)}this.updateElements(n,0,n.length,e)}updateElements(e,t,i,n){const r=this._cachedMeta.rScale,o="reset"===n;for(let l=t;l<t+i;l++){const t=e[l],i=this.resolveDataElementOptions(l,t.active?"active":n),a=r.getPointPositionForValue(l,this.getParsed(l).r),s=o?r.xCenter:a.x,c=o?r.yCenter:a.y,d={x:s,y:c,angle:a.angle,skip:isNaN(s)||isNaN(c),options:i};this.updateElement(t,l,d,n)}}}xr.id="radar",xr.defaults={datasetElementType:"line",dataElementType:"point",indexAxis:"r",showLine:!0,elements:{line:{fill:"start"}}},xr.overrides={aspectRatio:1,scales:{r:{type:"radialLinear"}}};let wr=class{constructor(){this.x=void 0,this.y=void 0,this.active=!1,this.options=void 0,this.$animations=void 0}tooltipPosition(e){const{x:t,y:i}=this.getProps(["x","y"],e);return{x:t,y:i}}hasValue(){return lt(this.x)&&lt(this.y)}getProps(e,t){const i=this.$animations;if(!t||!i)return this;const n={};return e.forEach((e=>{n[e]=i[e]&&i[e].active()?i[e]._to:this[e]})),n}};wr.defaults={},wr.defaultRoutes=void 0;const Er={values:e=>ke(e)?e:""+e,numeric(e,t,i){if(0===e)return"0";const n=this.chart.options.locale;let r,o=e;if(i.length>1){const t=Math.max(Math.abs(i[0].value),Math.abs(i[i.length-1].value));(t<1e-4||t>1e15)&&(r="scientific"),o=function(e,t){let i=t.length>3?t[2].value-t[1].value:t[1].value-t[0].value;Math.abs(i)>=1&&e!==Math.floor(e)&&(i=e-Math.floor(e));return i}(e,i)}const l=nt(Math.abs(o)),a=Math.max(Math.min(-1*Math.floor(l),20),0),s={notation:r,minimumFractionDigits:a,maximumFractionDigits:a};return Object.assign(s,this.options.ticks.format),On(e,n,s)},logarithmic(e,t,i){if(0===e)return"0";const n=e/Math.pow(10,Math.floor(nt(e)));return 1===n||2===n||5===n?Er.numeric.call(this,e,t,i):""}};var yr={formatters:Er};function _r(e,t){const i=e.options.ticks,n=i.maxTicksLimit||function(e){const t=e.options.offset,i=e._tickSize(),n=e._length/i+(t?0:1),r=e._maxLength/i;return Math.floor(Math.min(n,r))}(e),r=i.major.enabled?function(e){const t=[];let i,n;for(i=0,n=e.length;i<n;i++)e[i].major&&t.push(i);return t}(t):[],o=r.length,l=r[0],a=r[o-1],s=[];if(o>n)return function(e,t,i,n){let r,o=0,l=i[0];for(n=Math.ceil(n),r=0;r<e.length;r++)r===l&&(t.push(e[r]),o++,l=i[o*n])}(t,s,r,o/n),s;const c=function(e,t,i){const n=function(e){const t=e.length;let i,n;if(t<2)return!1;for(n=e[0],i=1;i<t;++i)if(e[i]-e[i-1]!==n)return!1;return n}(e),r=t.length/i;if(!n)return Math.max(r,1);const o=function(e){const t=[],i=Math.sqrt(e);let n;for(n=1;n<i;n++)e%n==0&&(t.push(n),t.push(e/n));return i===(0|i)&&t.push(i),t.sort(((e,t)=>e-t)).pop(),t}(n);for(let e=0,t=o.length-1;e<t;e++){const t=o[e];if(t>r)return t}return Math.max(r,1)}(r,t,n);if(o>0){let e,i;const n=o>1?Math.round((a-l)/(o-1)):null;for(Mr(t,s,c,Me(n)?0:l-n,l),e=0,i=o-1;e<i;e++)Mr(t,s,c,r[e],r[e+1]);return Mr(t,s,c,a,Me(n)?t.length:a+n),s}return Mr(t,s,c),s}function Mr(e,t,i,n,r){const o=He(n,0),l=Math.min(He(r,e.length),e.length);let a,s,c,d=0;for(i=Math.ceil(i),r&&(a=r-n,i=a/Math.floor(a/i)),c=o;c<0;)d++,c=Math.round(o+d*i);for(s=Math.max(o,0);s<l;s++)s===c&&(t.push(e[s]),d++,c=Math.round(o+d*i))}xi.set("scale",{display:!0,offset:!1,reverse:!1,beginAtZero:!1,bounds:"ticks",grace:0,grid:{display:!0,lineWidth:1,drawBorder:!0,drawOnChartArea:!0,drawTicks:!0,tickLength:8,tickWidth:(e,t)=>t.lineWidth,tickColor:(e,t)=>t.color,offset:!1,borderDash:[],borderDashOffset:0,borderWidth:1},title:{display:!1,text:"",padding:{top:4,bottom:4}},ticks:{minRotation:0,maxRotation:50,mirror:!1,textStrokeWidth:0,textStrokeColor:"",padding:3,display:!0,autoSkip:!0,autoSkipPadding:3,labelOffset:0,callback:yr.formatters.values,minor:{},major:{},align:"center",crossAlign:"near",showLabelBackdrop:!1,backdropColor:"rgba(255, 255, 255, 0.75)",backdropPadding:2}}),xi.route("scale.ticks","color","","color"),xi.route("scale.grid","color","","borderColor"),xi.route("scale.grid","borderColor","","borderColor"),xi.route("scale.title","color","","color"),xi.describe("scale",{_fallback:!1,_scriptable:e=>!e.startsWith("before")&&!e.startsWith("after")&&"callback"!==e&&"parser"!==e,_indexable:e=>"borderDash"!==e&&"tickBorderDash"!==e}),xi.describe("scales",{_fallback:"scale"}),xi.describe("scale.ticks",{_scriptable:e=>"backdropPadding"!==e&&"callback"!==e,_indexable:e=>"backdropPadding"!==e});const kr=(e,t,i)=>"top"===t||"left"===t?e[t]+i:e[t]-i;function Dr(e,t){const i=[],n=e.length/t,r=e.length;let o=0;for(;o<r;o+=n)i.push(e[Math.floor(o)]);return i}function Br(e,t,i){const n=e.ticks.length,r=Math.min(t,n-1),o=e._startPixel,l=e._endPixel,a=1e-6;let s,c=e.getPixelForTick(r);if(!(i&&(s=1===n?Math.max(c-o,l-c):0===t?(e.getPixelForTick(1)-c)/2:(c-e.getPixelForTick(r-1))/2,c+=r<t?s:-s,c<o-a||c>l+a)))return c}function Ir(e){return e.drawTicks?e.tickLength:0}function Hr(e,t){if(!e.display)return 0;const i=Zi(e.font,t),n=Si(e.padding);return(ke(e.text)?e.text.length:1)*i.lineHeight+n.height}function Or(e,t,i){let n=Mt(e);return(i&&"right"!==t||!i&&"right"===t)&&(n=(e=>"left"===e?"right":"right"===e?"left":e)(n)),n}class Pr extends wr{constructor(e){super(),this.id=e.id,this.type=e.type,this.options=void 0,this.ctx=e.ctx,this.chart=e.chart,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this._margins={left:0,right:0,top:0,bottom:0},this.maxWidth=void 0,this.maxHeight=void 0,this.paddingTop=void 0,this.paddingBottom=void 0,this.paddingLeft=void 0,this.paddingRight=void 0,this.axis=void 0,this.labelRotation=void 0,this.min=void 0,this.max=void 0,this._range=void 0,this.ticks=[],this._gridLineItems=null,this._labelItems=null,this._labelSizes=null,this._length=0,this._maxLength=0,this._longestTextCache={},this._startPixel=void 0,this._endPixel=void 0,this._reversePixels=!1,this._userMax=void 0,this._userMin=void 0,this._suggestedMax=void 0,this._suggestedMin=void 0,this._ticksLength=0,this._borderValue=0,this._cache={},this._dataLimitsCached=!1,this.$context=void 0}init(e){this.options=e.setContext(this.getContext()),this.axis=e.axis,this._userMin=this.parse(e.min),this._userMax=this.parse(e.max),this._suggestedMin=this.parse(e.suggestedMin),this._suggestedMax=this.parse(e.suggestedMax)}parse(e,t){return e}getUserBounds(){let{_userMin:e,_userMax:t,_suggestedMin:i,_suggestedMax:n}=this;return e=Ie(e,Number.POSITIVE_INFINITY),t=Ie(t,Number.NEGATIVE_INFINITY),i=Ie(i,Number.POSITIVE_INFINITY),n=Ie(n,Number.NEGATIVE_INFINITY),{min:Ie(e,i),max:Ie(t,n),minDefined:Be(e),maxDefined:Be(t)}}getMinMax(e){let t,{min:i,max:n,minDefined:r,maxDefined:o}=this.getUserBounds();if(r&&o)return{min:i,max:n};const l=this.getMatchingVisibleMetas();for(let a=0,s=l.length;a<s;++a)t=l[a].controller.getMinMax(this,e),r||(i=Math.min(i,t.min)),o||(n=Math.max(n,t.max));return i=o&&i>n?n:i,n=r&&i>n?i:n,{min:Ie(i,Ie(n,i)),max:Ie(n,Ie(i,n))}}getPadding(){return{left:this.paddingLeft||0,top:this.paddingTop||0,right:this.paddingRight||0,bottom:this.paddingBottom||0}}getTicks(){return this.ticks}getLabels(){const e=this.chart.data;return this.options.labels||(this.isHorizontal()?e.xLabels:e.yLabels)||e.labels||[]}beforeLayout(){this._cache={},this._dataLimitsCached=!1}beforeUpdate(){Pe(this.options.beforeUpdate,[this])}update(e,t,i){const{beginAtZero:n,grace:r,ticks:o}=this.options,l=o.sampleSize;this.beforeUpdate(),this.maxWidth=e,this.maxHeight=t,this._margins=i=Object.assign({left:0,right:0,top:0,bottom:0},i),this.ticks=null,this._labelSizes=null,this._gridLineItems=null,this._labelItems=null,this.beforeSetDimensions(),this.setDimensions(),this.afterSetDimensions(),this._maxLength=this.isHorizontal()?this.width+i.left+i.right:this.height+i.top+i.bottom,this._dataLimitsCached||(this.beforeDataLimits(),this.determineDataLimits(),this.afterDataLimits(),this._range=function(e,t,i){const{min:n,max:r}=e,o=Oe(t,(r-n)/2),l=(e,t)=>i&&0===e?0:e+t;return{min:l(n,-Math.abs(o)),max:l(r,o)}}(this,r,n),this._dataLimitsCached=!0),this.beforeBuildTicks(),this.ticks=this.buildTicks()||[],this.afterBuildTicks();const a=l<this.ticks.length;this._convertTicksToLabels(a?Dr(this.ticks,l):this.ticks),this.configure(),this.beforeCalculateLabelRotation(),this.calculateLabelRotation(),this.afterCalculateLabelRotation(),o.display&&(o.autoSkip||"auto"===o.source)&&(this.ticks=_r(this,this.ticks),this._labelSizes=null,this.afterAutoSkip()),a&&this._convertTicksToLabels(this.ticks),this.beforeFit(),this.fit(),this.afterFit(),this.afterUpdate()}configure(){let e,t,i=this.options.reverse;this.isHorizontal()?(e=this.left,t=this.right):(e=this.top,t=this.bottom,i=!i),this._startPixel=e,this._endPixel=t,this._reversePixels=i,this._length=t-e,this._alignToPixels=this.options.alignToPixels}afterUpdate(){Pe(this.options.afterUpdate,[this])}beforeSetDimensions(){Pe(this.options.beforeSetDimensions,[this])}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=0,this.right=this.width):(this.height=this.maxHeight,this.top=0,this.bottom=this.height),this.paddingLeft=0,this.paddingTop=0,this.paddingRight=0,this.paddingBottom=0}afterSetDimensions(){Pe(this.options.afterSetDimensions,[this])}_callHooks(e){this.chart.notifyPlugins(e,this.getContext()),Pe(this.options[e],[this])}beforeDataLimits(){this._callHooks("beforeDataLimits")}determineDataLimits(){}afterDataLimits(){this._callHooks("afterDataLimits")}beforeBuildTicks(){this._callHooks("beforeBuildTicks")}buildTicks(){return[]}afterBuildTicks(){this._callHooks("afterBuildTicks")}beforeTickToLabelConversion(){Pe(this.options.beforeTickToLabelConversion,[this])}generateTickLabels(e){const t=this.options.ticks;let i,n,r;for(i=0,n=e.length;i<n;i++)r=e[i],r.label=Pe(t.callback,[r.value,i,e],this)}afterTickToLabelConversion(){Pe(this.options.afterTickToLabelConversion,[this])}beforeCalculateLabelRotation(){Pe(this.options.beforeCalculateLabelRotation,[this])}calculateLabelRotation(){const e=this.options,t=e.ticks,i=this.ticks.length,n=t.minRotation||0,r=t.maxRotation;let o,l,a,s=n;if(!this._isVisible()||!t.display||n>=r||i<=1||!this.isHorizontal())return void(this.labelRotation=n);const c=this._getLabelSizes(),d=c.widest.width,u=c.highest.height,b=At(this.chart.width-d,0,this.maxWidth);o=e.offset?this.maxWidth/i:b/(i-1),d+6>o&&(o=b/(i-(e.offset?.5:1)),l=this.maxHeight-Ir(e.grid)-t.padding-Hr(e.title,this.chart.options.font),a=Math.sqrt(d*d+u*u),s=dt(Math.min(Math.asin(At((c.highest.height+6)/o,-1,1)),Math.asin(At(l/a,-1,1))-Math.asin(At(u/a,-1,1)))),s=Math.max(n,Math.min(r,s))),this.labelRotation=s}afterCalculateLabelRotation(){Pe(this.options.afterCalculateLabelRotation,[this])}afterAutoSkip(){}beforeFit(){Pe(this.options.beforeFit,[this])}fit(){const e={width:0,height:0},{chart:t,options:{ticks:i,title:n,grid:r}}=this,o=this._isVisible(),l=this.isHorizontal();if(o){const o=Hr(n,t.options.font);if(l?(e.width=this.maxWidth,e.height=Ir(r)+o):(e.height=this.maxHeight,e.width=Ir(r)+o),i.display&&this.ticks.length){const{first:t,last:n,widest:r,highest:o}=this._getLabelSizes(),a=2*i.padding,s=ct(this.labelRotation),c=Math.cos(s),d=Math.sin(s);if(l){const t=i.mirror?0:d*r.width+c*o.height;e.height=Math.min(this.maxHeight,e.height+t+a)}else{const t=i.mirror?0:c*r.width+d*o.height;e.width=Math.min(this.maxWidth,e.width+t+a)}this._calculatePadding(t,n,d,c)}}this._handleMargins(),l?(this.width=this._length=t.width-this._margins.left-this._margins.right,this.height=e.height):(this.width=e.width,this.height=this._length=t.height-this._margins.top-this._margins.bottom)}_calculatePadding(e,t,i,n){const{ticks:{align:r,padding:o},position:l}=this.options,a=0!==this.labelRotation,s="top"!==l&&"x"===this.axis;if(this.isHorizontal()){const l=this.getPixelForTick(0)-this.left,c=this.right-this.getPixelForTick(this.ticks.length-1);let d=0,u=0;a?s?(d=n*e.width,u=i*t.height):(d=i*e.height,u=n*t.width):"start"===r?u=t.width:"end"===r?d=e.width:"inner"!==r&&(d=e.width/2,u=t.width/2),this.paddingLeft=Math.max((d-l+o)*this.width/(this.width-l),0),this.paddingRight=Math.max((u-c+o)*this.width/(this.width-c),0)}else{let i=t.height/2,n=e.height/2;"start"===r?(i=0,n=e.height):"end"===r&&(i=t.height,n=0),this.paddingTop=i+o,this.paddingBottom=n+o}}_handleMargins(){this._margins&&(this._margins.left=Math.max(this.paddingLeft,this._margins.left),this._margins.top=Math.max(this.paddingTop,this._margins.top),this._margins.right=Math.max(this.paddingRight,this._margins.right),this._margins.bottom=Math.max(this.paddingBottom,this._margins.bottom))}afterFit(){Pe(this.options.afterFit,[this])}isHorizontal(){const{axis:e,position:t}=this.options;return"top"===t||"bottom"===t||"x"===e}isFullSize(){return this.options.fullSize}_convertTicksToLabels(e){let t,i;for(this.beforeTickToLabelConversion(),this.generateTickLabels(e),t=0,i=e.length;t<i;t++)Me(e[t].label)&&(e.splice(t,1),i--,t--);this.afterTickToLabelConversion()}_getLabelSizes(){let e=this._labelSizes;if(!e){const t=this.options.ticks.sampleSize;let i=this.ticks;t<i.length&&(i=Dr(i,t)),this._labelSizes=e=this._computeLabelSizes(i,i.length)}return e}_computeLabelSizes(e,t){const{ctx:i,_longestTextCache:n}=this,r=[],o=[];let l,a,s,c,d,u,b,f,m,h,p,A=0,g=0;for(l=0;l<t;++l){if(c=e[l].label,d=this._resolveTickFontOptions(l),i.font=u=d.string,b=n[u]=n[u]||{data:{},gc:[]},f=d.lineHeight,m=h=0,Me(c)||ke(c)){if(ke(c))for(a=0,s=c.length;a<s;++a)p=c[a],Me(p)||ke(p)||(m=wi(i,b.data,b.gc,m,p),h+=f)}else m=wi(i,b.data,b.gc,m,c),h=f;r.push(m),o.push(h),A=Math.max(m,A),g=Math.max(h,g)}!function(e,t){Le(e,(e=>{const i=e.gc,n=i.length/2;let r;if(n>t){for(r=0;r<n;++r)delete e.data[i[r]];i.splice(0,n)}}))}(n,t);const C=r.indexOf(A),v=o.indexOf(g),N=e=>({width:r[e]||0,height:o[e]||0});return{first:N(0),last:N(t-1),widest:N(C),highest:N(v),widths:r,heights:o}}getLabelForValue(e){return e}getPixelForValue(e,t){return NaN}getValueForPixel(e){}getPixelForTick(e){const t=this.ticks;return e<0||e>t.length-1?null:this.getPixelForValue(t[e].value)}getPixelForDecimal(e){this._reversePixels&&(e=1-e);const t=this._startPixel+e*this._length;return At(this._alignToPixels?yi(this.chart,t,0):t,-32768,32767)}getDecimalForPixel(e){const t=(e-this._startPixel)/this._length;return this._reversePixels?1-t:t}getBasePixel(){return this.getPixelForValue(this.getBaseValue())}getBaseValue(){const{min:e,max:t}=this;return e<0&&t<0?t:e>0&&t>0?e:0}getContext(e){const t=this.ticks||[];if(e>=0&&e<t.length){const i=t[e];return i.$context||(i.$context=function(e,t,i){return Ki(e,{tick:i,index:t,type:"tick"})}(this.getContext(),e,i))}return this.$context||(this.$context=Ki(this.chart.getContext(),{scale:this,type:"scale"}))}_tickSize(){const e=this.options.ticks,t=ct(this.labelRotation),i=Math.abs(Math.cos(t)),n=Math.abs(Math.sin(t)),r=this._getLabelSizes(),o=e.autoSkipPadding||0,l=r?r.widest.width+o:0,a=r?r.highest.height+o:0;return this.isHorizontal()?a*i>l*n?l/i:a/n:a*n<l*i?a/i:l/n}_isVisible(){const e=this.options.display;return"auto"!==e?!!e:this.getMatchingVisibleMetas().length>0}_computeGridLineItems(e){const t=this.axis,i=this.chart,n=this.options,{grid:r,position:o}=n,l=r.offset,a=this.isHorizontal(),s=this.ticks.length+(l?1:0),c=Ir(r),d=[],u=r.setContext(this.getContext()),b=u.drawBorder?u.borderWidth:0,f=b/2,m=function(e){return yi(i,e,b)};let h,p,A,g,C,v,N,x,w,E,y,_;if("top"===o)h=m(this.bottom),v=this.bottom-c,x=h-f,E=m(e.top)+f,_=e.bottom;else if("bottom"===o)h=m(this.top),E=e.top,_=m(e.bottom)-f,v=h+f,x=this.top+c;else if("left"===o)h=m(this.right),C=this.right-c,N=h-f,w=m(e.left)+f,y=e.right;else if("right"===o)h=m(this.left),w=e.left,y=m(e.right)-f,C=h+f,N=this.left+c;else if("x"===t){if("center"===o)h=m((e.top+e.bottom)/2+.5);else if(De(o)){const e=Object.keys(o)[0],t=o[e];h=m(this.chart.scales[e].getPixelForValue(t))}E=e.top,_=e.bottom,v=h+f,x=v+c}else if("y"===t){if("center"===o)h=m((e.left+e.right)/2);else if(De(o)){const e=Object.keys(o)[0],t=o[e];h=m(this.chart.scales[e].getPixelForValue(t))}C=h-f,N=C-c,w=e.left,y=e.right}const M=He(n.ticks.maxTicksLimit,s),k=Math.max(1,Math.ceil(s/M));for(p=0;p<s;p+=k){const e=r.setContext(this.getContext(p)),t=e.lineWidth,n=e.color,o=e.borderDash||[],s=e.borderDashOffset,c=e.tickWidth,u=e.tickColor,b=e.tickBorderDash||[],f=e.tickBorderDashOffset;A=Br(this,p,l),void 0!==A&&(g=yi(i,A,t),a?C=N=w=y=g:v=x=E=_=g,d.push({tx1:C,ty1:v,tx2:N,ty2:x,x1:w,y1:E,x2:y,y2:_,width:t,color:n,borderDash:o,borderDashOffset:s,tickWidth:c,tickColor:u,tickBorderDash:b,tickBorderDashOffset:f}))}return this._ticksLength=s,this._borderValue=h,d}_computeLabelItems(e){const t=this.axis,i=this.options,{position:n,ticks:r}=i,o=this.isHorizontal(),l=this.ticks,{align:a,crossAlign:s,padding:c,mirror:d}=r,u=Ir(i.grid),b=u+c,f=d?-c:b,m=-ct(this.labelRotation),h=[];let p,A,g,C,v,N,x,w,E,y,_,M,k="middle";if("top"===n)N=this.bottom-f,x=this._getXAxisLabelAlignment();else if("bottom"===n)N=this.top+f,x=this._getXAxisLabelAlignment();else if("left"===n){const e=this._getYAxisLabelAlignment(u);x=e.textAlign,v=e.x}else if("right"===n){const e=this._getYAxisLabelAlignment(u);x=e.textAlign,v=e.x}else if("x"===t){if("center"===n)N=(e.top+e.bottom)/2+b;else if(De(n)){const e=Object.keys(n)[0],t=n[e];N=this.chart.scales[e].getPixelForValue(t)+b}x=this._getXAxisLabelAlignment()}else if("y"===t){if("center"===n)v=(e.left+e.right)/2-b;else if(De(n)){const e=Object.keys(n)[0],t=n[e];v=this.chart.scales[e].getPixelForValue(t)}x=this._getYAxisLabelAlignment(u).textAlign}"y"===t&&("start"===a?k="top":"end"===a&&(k="bottom"));const D=this._getLabelSizes();for(p=0,A=l.length;p<A;++p){g=l[p],C=g.label;const e=r.setContext(this.getContext(p));w=this.getPixelForTick(p)+r.labelOffset,E=this._resolveTickFontOptions(p),y=E.lineHeight,_=ke(C)?C.length:1;const t=_/2,i=e.color,a=e.textStrokeColor,c=e.textStrokeWidth;let u,b=x;if(o?(v=w,"inner"===x&&(b=p===A-1?this.options.reverse?"left":"right":0===p?this.options.reverse?"right":"left":"center"),M="top"===n?"near"===s||0!==m?-_*y+y/2:"center"===s?-D.highest.height/2-t*y+y:-D.highest.height+y/2:"near"===s||0!==m?y/2:"center"===s?D.highest.height/2-t*y:D.highest.height-_*y,d&&(M*=-1)):(N=w,M=(1-_)*y/2),e.showLabelBackdrop){const t=Si(e.backdropPadding),i=D.heights[p],n=D.widths[p];let r=N+M-t.top,o=v-t.left;switch(k){case"middle":r-=i/2;break;case"bottom":r-=i}switch(x){case"center":o-=n/2;break;case"right":o-=n}u={left:o,top:r,width:n+t.width,height:i+t.height,color:e.backdropColor}}h.push({rotation:m,label:C,font:E,color:i,strokeColor:a,strokeWidth:c,textOffset:M,textAlign:b,textBaseline:k,translation:[v,N],backdrop:u})}return h}_getXAxisLabelAlignment(){const{position:e,ticks:t}=this.options;if(-ct(this.labelRotation))return"top"===e?"left":"right";let i="center";return"start"===t.align?i="left":"end"===t.align?i="right":"inner"===t.align&&(i="inner"),i}_getYAxisLabelAlignment(e){const{position:t,ticks:{crossAlign:i,mirror:n,padding:r}}=this.options,o=e+r,l=this._getLabelSizes().widest.width;let a,s;return"left"===t?n?(s=this.right+r,"near"===i?a="left":"center"===i?(a="center",s+=l/2):(a="right",s+=l)):(s=this.right-o,"near"===i?a="right":"center"===i?(a="center",s-=l/2):(a="left",s=this.left)):"right"===t?n?(s=this.left+r,"near"===i?a="right":"center"===i?(a="center",s-=l/2):(a="left",s-=l)):(s=this.left+o,"near"===i?a="left":"center"===i?(a="center",s+=l/2):(a="right",s=this.right)):a="right",{textAlign:a,x:s}}_computeLabelArea(){if(this.options.ticks.mirror)return;const e=this.chart,t=this.options.position;return"left"===t||"right"===t?{top:0,left:this.left,bottom:e.height,right:this.right}:"top"===t||"bottom"===t?{top:this.top,left:0,bottom:this.bottom,right:e.width}:void 0}drawBackground(){const{ctx:e,options:{backgroundColor:t},left:i,top:n,width:r,height:o}=this;t&&(e.save(),e.fillStyle=t,e.fillRect(i,n,r,o),e.restore())}getLineWidthForValue(e){const t=this.options.grid;if(!this._isVisible()||!t.display)return 0;const i=this.ticks.findIndex((t=>t.value===e));if(i>=0){return t.setContext(this.getContext(i)).lineWidth}return 0}drawGrid(e){const t=this.options.grid,i=this.ctx,n=this._gridLineItems||(this._gridLineItems=this._computeGridLineItems(e));let r,o;const l=(e,t,n)=>{n.width&&n.color&&(i.save(),i.lineWidth=n.width,i.strokeStyle=n.color,i.setLineDash(n.borderDash||[]),i.lineDashOffset=n.borderDashOffset,i.beginPath(),i.moveTo(e.x,e.y),i.lineTo(t.x,t.y),i.stroke(),i.restore())};if(t.display)for(r=0,o=n.length;r<o;++r){const e=n[r];t.drawOnChartArea&&l({x:e.x1,y:e.y1},{x:e.x2,y:e.y2},e),t.drawTicks&&l({x:e.tx1,y:e.ty1},{x:e.tx2,y:e.ty2},{color:e.tickColor,width:e.tickWidth,borderDash:e.tickBorderDash,borderDashOffset:e.tickBorderDashOffset})}}drawBorder(){const{chart:e,ctx:t,options:{grid:i}}=this,n=i.setContext(this.getContext()),r=i.drawBorder?n.borderWidth:0;if(!r)return;const o=i.setContext(this.getContext(0)).lineWidth,l=this._borderValue;let a,s,c,d;this.isHorizontal()?(a=yi(e,this.left,r)-r/2,s=yi(e,this.right,o)+o/2,c=d=l):(c=yi(e,this.top,r)-r/2,d=yi(e,this.bottom,o)+o/2,a=s=l),t.save(),t.lineWidth=n.borderWidth,t.strokeStyle=n.borderColor,t.beginPath(),t.moveTo(a,c),t.lineTo(s,d),t.stroke(),t.restore()}drawLabels(e){if(!this.options.ticks.display)return;const t=this.ctx,i=this._computeLabelArea();i&&Bi(t,i);const n=this._labelItems||(this._labelItems=this._computeLabelItems(e));let r,o;for(r=0,o=n.length;r<o;++r){const e=n[r],i=e.font,o=e.label;e.backdrop&&(t.fillStyle=e.backdrop.color,t.fillRect(e.backdrop.left,e.backdrop.top,e.backdrop.width,e.backdrop.height)),Pi(t,o,0,e.textOffset,i,e)}i&&Ii(t)}drawTitle(){const{ctx:e,options:{position:t,title:i,reverse:n}}=this;if(!i.display)return;const r=Zi(i.font),o=Si(i.padding),l=i.align;let a=r.lineHeight/2;"bottom"===t||"center"===t||De(t)?(a+=o.bottom,ke(i.text)&&(a+=r.lineHeight*(i.text.length-1))):a+=o.top;const{titleX:s,titleY:c,maxWidth:d,rotation:u}=function(e,t,i,n){const{top:r,left:o,bottom:l,right:a,chart:s}=e,{chartArea:c,scales:d}=s;let u,b,f,m=0;const h=l-r,p=a-o;if(e.isHorizontal()){if(b=kt(n,o,a),De(i)){const e=Object.keys(i)[0],n=i[e];f=d[e].getPixelForValue(n)+h-t}else f="center"===i?(c.bottom+c.top)/2+h-t:kr(e,i,t);u=a-o}else{if(De(i)){const e=Object.keys(i)[0],n=i[e];b=d[e].getPixelForValue(n)-p+t}else b="center"===i?(c.left+c.right)/2-p+t:kr(e,i,t);f=kt(n,l,r),m="left"===i?-et:et}return{titleX:b,titleY:f,maxWidth:u,rotation:m}}(this,a,t,l);Pi(e,i.text,0,0,r,{color:i.color,maxWidth:d,rotation:u,textAlign:Or(l,t,n),textBaseline:"middle",translation:[s,c]})}draw(e){this._isVisible()&&(this.drawBackground(),this.drawGrid(e),this.drawBorder(),this.drawTitle(),this.drawLabels(e))}_layers(){const e=this.options,t=e.ticks&&e.ticks.z||0,i=He(e.grid&&e.grid.z,-1);return this._isVisible()&&this.draw===Pr.prototype.draw?[{z:i,draw:e=>{this.drawBackground(),this.drawGrid(e),this.drawTitle()}},{z:i+1,draw:()=>{this.drawBorder()}},{z:t,draw:e=>{this.drawLabels(e)}}]:[{z:t,draw:e=>{this.draw(e)}}]}getMatchingVisibleMetas(e){const t=this.chart.getSortedVisibleDatasetMetas(),i=this.axis+"AxisID",n=[];let r,o;for(r=0,o=t.length;r<o;++r){const o=t[r];o[i]!==this.id||e&&o.type!==e||n.push(o)}return n}_resolveTickFontOptions(e){return Zi(this.options.ticks.setContext(this.getContext(e)).font)}_maxDigits(){const e=this._resolveTickFontOptions(0).lineHeight;return(this.isHorizontal()?this.width:this.height)/e}}class Lr{constructor(e,t,i){this.type=e,this.scope=t,this.override=i,this.items=Object.create(null)}isForType(e){return Object.prototype.isPrototypeOf.call(this.type.prototype,e.prototype)}register(e){const t=Object.getPrototypeOf(e);let i;(function(e){return"id"in e&&"defaults"in e})(t)&&(i=this.register(t));const n=this.items,r=e.id,o=this.scope+"."+r;if(!r)throw new Error("class does not have id: "+e);return r in n||(n[r]=e,function(e,t,i){const n=je(Object.create(null),[i?xi.get(i):{},xi.get(t),e.defaults]);xi.set(t,n),e.defaultRoutes&&function(e,t){Object.keys(t).forEach((i=>{const n=i.split("."),r=n.pop(),o=[e].concat(n).join("."),l=t[i].split("."),a=l.pop(),s=l.join(".");xi.route(o,r,s,a)}))}(t,e.defaultRoutes);e.descriptors&&xi.describe(t,e.descriptors)}(e,o,i),this.override&&xi.override(e.id,e.overrides)),o}get(e){return this.items[e]}unregister(e){const t=this.items,i=e.id,n=this.scope;i in t&&delete t[i],n&&i in xi[n]&&(delete xi[n][i],this.override&&delete gi[i])}}var Rr=new class{constructor(){this.controllers=new Lr(ar,"datasets",!0),this.elements=new Lr(wr,"elements"),this.plugins=new Lr(Object,"plugins"),this.scales=new Lr(Pr,"scales"),this._typedRegistries=[this.controllers,this.scales,this.elements]}add(...e){this._each("register",e)}remove(...e){this._each("unregister",e)}addControllers(...e){this._each("register",e,this.controllers)}addElements(...e){this._each("register",e,this.elements)}addPlugins(...e){this._each("register",e,this.plugins)}addScales(...e){this._each("register",e,this.scales)}getController(e){return this._get(e,this.controllers,"controller")}getElement(e){return this._get(e,this.elements,"element")}getPlugin(e){return this._get(e,this.plugins,"plugin")}getScale(e){return this._get(e,this.scales,"scale")}removeControllers(...e){this._each("unregister",e,this.controllers)}removeElements(...e){this._each("unregister",e,this.elements)}removePlugins(...e){this._each("unregister",e,this.plugins)}removeScales(...e){this._each("unregister",e,this.scales)}_each(e,t,i){[...t].forEach((t=>{const n=i||this._getRegistryForType(t);i||n.isForType(t)||n===this.plugins&&t.id?this._exec(e,n,t):Le(t,(t=>{const n=i||this._getRegistryForType(t);this._exec(e,n,t)}))}))}_exec(e,t,i){const n=Ze(e);Pe(i["before"+n],[],i),t[e](i),Pe(i["after"+n],[],i)}_getRegistryForType(e){for(let t=0;t<this._typedRegistries.length;t++){const i=this._typedRegistries[t];if(i.isForType(e))return i}return this.plugins}_get(e,t,i){const n=t.get(e);if(void 0===n)throw new Error('"'+e+'" is not a registered '+i+".");return n}};class Fr extends ar{update(e){const t=this._cachedMeta,{data:i=[]}=t,n=this.chart._animationsDisabled;let{start:r,count:o}=Dt(t,i,n);if(this._drawStart=r,this._drawCount=o,Bt(t)&&(r=0,o=i.length),this.options.showLine){const{dataset:r,_dataset:o}=t;r._chart=this.chart,r._datasetIndex=this.index,r._decimated=!!o._decimated,r.points=i;const l=this.resolveDatasetElementOptions(e);l.segment=this.options.segment,this.updateElement(r,void 0,{animated:!n,options:l},e)}this.updateElements(i,r,o,e)}addElements(){const{showLine:e}=this.options;!this.datasetElementType&&e&&(this.datasetElementType=Rr.getElement("line")),super.addElements()}updateElements(e,t,i,n){const r="reset"===n,{iScale:o,vScale:l,_stacked:a,_dataset:s}=this._cachedMeta,c=this.resolveDataElementOptions(t,n),d=this.getSharedOptions(c),u=this.includeOptions(n,d),b=o.axis,f=l.axis,{spanGaps:m,segment:h}=this.options,p=lt(m)?m:Number.POSITIVE_INFINITY,A=this.chart._animationsDisabled||r||"none"===n;let g=t>0&&this.getParsed(t-1);for(let c=t;c<t+i;++c){const t=e[c],i=this.getParsed(c),m=A?t:{},C=Me(i[f]),v=m[b]=o.getPixelForValue(i[b],c),N=m[f]=r||C?l.getBasePixel():l.getPixelForValue(a?this.applyStack(l,i,a):i[f],c);m.skip=isNaN(v)||isNaN(N)||C,m.stop=c>0&&Math.abs(i[b]-g[b])>p,h&&(m.parsed=i,m.raw=s.data[c]),u&&(m.options=d||this.resolveDataElementOptions(c,t.active?"active":n)),A||this.updateElement(t,c,m,n),g=i}this.updateSharedOptions(d,n,c)}getMaxOverflow(){const e=this._cachedMeta,t=e.data||[];if(!this.options.showLine){let e=0;for(let i=t.length-1;i>=0;--i)e=Math.max(e,t[i].size(this.resolveDataElementOptions(i))/2);return e>0&&e}const i=e.dataset,n=i.options&&i.options.borderWidth||0;if(!t.length)return n;const r=t[0].size(this.resolveDataElementOptions(0)),o=t[t.length-1].size(this.resolveDataElementOptions(t.length-1));return Math.max(n,r,o)/2}}Fr.id="scatter",Fr.defaults={datasetElementType:!1,dataElementType:"point",showLine:!1,fill:!1},Fr.overrides={interaction:{mode:"point"},plugins:{tooltip:{callbacks:{title:()=>"",label:e=>"("+e.label+", "+e.formattedValue+")"}}},scales:{x:{type:"linear"},y:{type:"linear"}}};var Qr=Object.freeze({__proto__:null,BarController:pr,BubbleController:Ar,DoughnutController:gr,LineController:Cr,PolarAreaController:vr,PieController:Nr,RadarController:xr,ScatterController:Fr});function zr(){throw new Error("This method is not implemented: Check that a complete date adapter is provided.")}class jr{constructor(e){this.options=e||{}}init(e){}formats(){return zr()}parse(e,t){return zr()}format(e,t){return zr()}add(e,t,i){return zr()}diff(e,t,i){return zr()}startOf(e,t,i){return zr()}endOf(e,t){return zr()}}jr.override=function(e){Object.assign(jr.prototype,e)};var Yr={_date:jr};function Ur(e,t,i,n){const{controller:r,data:o,_sorted:l}=e,a=r._cachedMeta.iScale;if(a&&t===a.axis&&"r"!==t&&l&&o.length){const e=a._reversePixels?Nt:vt;if(!n)return e(o,t,i);if(r._sharedOptions){const n=o[0],r="function"==typeof n.getRange&&n.getRange(t);if(r){const n=e(o,t,i-r),l=e(o,t,i+r);return{lo:n.lo,hi:l.hi}}}}return{lo:0,hi:o.length-1}}function Vr(e,t,i,n,r){const o=e.getSortedVisibleDatasetMetas(),l=i[t];for(let e=0,i=o.length;e<i;++e){const{index:i,data:a}=o[e],{lo:s,hi:c}=Ur(o[e],t,l,r);for(let e=s;e<=c;++e){const t=a[e];t.skip||n(t,i,e)}}}function Sr(e,t,i,n,r){const o=[];if(!r&&!e.isPointInArea(t))return o;return Vr(e,i,t,(function(i,l,a){(r||Di(i,e.chartArea,0))&&i.inRange(t.x,t.y,n)&&o.push({element:i,datasetIndex:l,index:a})}),!0),o}function Zr(e,t,i,n,r,o){let l=[];const a=function(e){const t=-1!==e.indexOf("x"),i=-1!==e.indexOf("y");return function(e,n){const r=t?Math.abs(e.x-n.x):0,o=i?Math.abs(e.y-n.y):0;return Math.sqrt(Math.pow(r,2)+Math.pow(o,2))}}(i);let s=Number.POSITIVE_INFINITY;return Vr(e,i,t,(function(i,c,d){const u=i.inRange(t.x,t.y,r);if(n&&!u)return;const b=i.getCenterPoint(r);if(!(!!o||e.isPointInArea(b))&&!u)return;const f=a(t,b);f<s?(l=[{element:i,datasetIndex:c,index:d}],s=f):f===s&&l.push({element:i,datasetIndex:c,index:d})})),l}function Gr(e,t,i,n,r,o){return o||e.isPointInArea(t)?"r"!==i||n?Zr(e,t,i,n,r,o):function(e,t,i,n){let r=[];return Vr(e,i,t,(function(e,i,o){const{startAngle:l,endAngle:a}=e.getProps(["startAngle","endAngle"],n),{angle:s}=bt(e,{x:t.x,y:t.y});pt(s,l,a)&&r.push({element:e,datasetIndex:i,index:o})})),r}(e,t,i,r):[]}function Kr(e,t,i,n,r){const o=[],l="x"===i?"inXRange":"inYRange";let a=!1;return Vr(e,i,t,((e,n,s)=>{e[l](t[i],r)&&(o.push({element:e,datasetIndex:n,index:s}),a=a||e.inRange(t.x,t.y,r))})),n&&!a?[]:o}var Wr={evaluateInteractionItems:Vr,modes:{index(e,t,i,n){const r=wn(t,e),o=i.axis||"x",l=i.includeInvisible||!1,a=i.intersect?Sr(e,r,o,n,l):Gr(e,r,o,!1,n,l),s=[];return a.length?(e.getSortedVisibleDatasetMetas().forEach((e=>{const t=a[0].index,i=e.data[t];i&&!i.skip&&s.push({element:i,datasetIndex:e.index,index:t})})),s):[]},dataset(e,t,i,n){const r=wn(t,e),o=i.axis||"xy",l=i.includeInvisible||!1;let a=i.intersect?Sr(e,r,o,n,l):Gr(e,r,o,!1,n,l);if(a.length>0){const t=a[0].datasetIndex,i=e.getDatasetMeta(t).data;a=[];for(let e=0;e<i.length;++e)a.push({element:i[e],datasetIndex:t,index:e})}return a},point:(e,t,i,n)=>Sr(e,wn(t,e),i.axis||"xy",n,i.includeInvisible||!1),nearest(e,t,i,n){const r=wn(t,e),o=i.axis||"xy",l=i.includeInvisible||!1;return Gr(e,r,o,i.intersect,n,l)},x:(e,t,i,n)=>Kr(e,wn(t,e),"x",i.intersect,n),y:(e,t,i,n)=>Kr(e,wn(t,e),"y",i.intersect,n)}};const Tr=["left","top","right","bottom"];function Xr(e,t){return e.filter((e=>e.pos===t))}function qr(e,t){return e.filter((e=>-1===Tr.indexOf(e.pos)&&e.box.axis===t))}function Jr(e,t){return e.sort(((e,i)=>{const n=t?i:e,r=t?e:i;return n.weight===r.weight?n.index-r.index:n.weight-r.weight}))}function $r(e,t){const i=function(e){const t={};for(const i of e){const{stack:e,pos:n,stackWeight:r}=i;if(!e||!Tr.includes(n))continue;const o=t[e]||(t[e]={count:0,placed:0,weight:0,size:0});o.count++,o.weight+=r}return t}(e),{vBoxMaxWidth:n,hBoxMaxHeight:r}=t;let o,l,a;for(o=0,l=e.length;o<l;++o){a=e[o];const{fullSize:l}=a.box,s=i[a.stack],c=s&&a.stackWeight/s.weight;a.horizontal?(a.width=c?c*n:l&&t.availableWidth,a.height=r):(a.width=n,a.height=c?c*r:l&&t.availableHeight)}return i}function eo(e,t,i,n){return Math.max(e[i],t[i])+Math.max(e[n],t[n])}function to(e,t){e.top=Math.max(e.top,t.top),e.left=Math.max(e.left,t.left),e.bottom=Math.max(e.bottom,t.bottom),e.right=Math.max(e.right,t.right)}function io(e,t,i,n){const{pos:r,box:o}=i,l=e.maxPadding;if(!De(r)){i.size&&(e[r]-=i.size);const t=n[i.stack]||{size:0,count:1};t.size=Math.max(t.size,i.horizontal?o.height:o.width),i.size=t.size/t.count,e[r]+=i.size}o.getPadding&&to(l,o.getPadding());const a=Math.max(0,t.outerWidth-eo(l,e,"left","right")),s=Math.max(0,t.outerHeight-eo(l,e,"top","bottom")),c=a!==e.w,d=s!==e.h;return e.w=a,e.h=s,i.horizontal?{same:c,other:d}:{same:d,other:c}}function no(e,t){const i=t.maxPadding;function n(e){const n={left:0,top:0,right:0,bottom:0};return e.forEach((e=>{n[e]=Math.max(t[e],i[e])})),n}return n(e?["left","right"]:["top","bottom"])}function ro(e,t,i,n){const r=[];let o,l,a,s,c,d;for(o=0,l=e.length,c=0;o<l;++o){a=e[o],s=a.box,s.update(a.width||t.w,a.height||t.h,no(a.horizontal,t));const{same:l,other:u}=io(t,i,a,n);c|=l&&r.length,d=d||u,s.fullSize||r.push(a)}return c&&ro(r,t,i,n)||d}function oo(e,t,i,n,r){e.top=i,e.left=t,e.right=t+n,e.bottom=i+r,e.width=n,e.height=r}function lo(e,t,i,n){const r=i.padding;let{x:o,y:l}=t;for(const a of e){const e=a.box,s=n[a.stack]||{count:1,placed:0,weight:1},c=a.stackWeight/s.weight||1;if(a.horizontal){const n=t.w*c,o=s.size||e.height;Ge(s.start)&&(l=s.start),e.fullSize?oo(e,r.left,l,i.outerWidth-r.right-r.left,o):oo(e,t.left+s.placed,l,n,o),s.start=l,s.placed+=n,l=e.bottom}else{const n=t.h*c,l=s.size||e.width;Ge(s.start)&&(o=s.start),e.fullSize?oo(e,o,r.top,l,i.outerHeight-r.bottom-r.top):oo(e,o,t.top+s.placed,l,n),s.start=o,s.placed+=n,o=e.right}}t.x=o,t.y=l}xi.set("layout",{autoPadding:!0,padding:{top:0,right:0,bottom:0,left:0}});var ao={addBox(e,t){e.boxes||(e.boxes=[]),t.fullSize=t.fullSize||!1,t.position=t.position||"top",t.weight=t.weight||0,t._layers=t._layers||function(){return[{z:0,draw(e){t.draw(e)}}]},e.boxes.push(t)},removeBox(e,t){const i=e.boxes?e.boxes.indexOf(t):-1;-1!==i&&e.boxes.splice(i,1)},configure(e,t,i){t.fullSize=i.fullSize,t.position=i.position,t.weight=i.weight},update(e,t,i,n){if(!e)return;const r=Si(e.options.layout.padding),o=Math.max(t-r.width,0),l=Math.max(i-r.height,0),a=function(e){const t=function(e){const t=[];let i,n,r,o,l,a;for(i=0,n=(e||[]).length;i<n;++i)r=e[i],({position:o,options:{stack:l,stackWeight:a=1}}=r),t.push({index:i,box:r,pos:o,horizontal:r.isHorizontal(),weight:r.weight,stack:l&&o+l,stackWeight:a});return t}(e),i=Jr(t.filter((e=>e.box.fullSize)),!0),n=Jr(Xr(t,"left"),!0),r=Jr(Xr(t,"right")),o=Jr(Xr(t,"top"),!0),l=Jr(Xr(t,"bottom")),a=qr(t,"x"),s=qr(t,"y");return{fullSize:i,leftAndTop:n.concat(o),rightAndBottom:r.concat(s).concat(l).concat(a),chartArea:Xr(t,"chartArea"),vertical:n.concat(r).concat(s),horizontal:o.concat(l).concat(a)}}(e.boxes),s=a.vertical,c=a.horizontal;Le(e.boxes,(e=>{"function"==typeof e.beforeLayout&&e.beforeLayout()}));const d=s.reduce(((e,t)=>t.box.options&&!1===t.box.options.display?e:e+1),0)||1,u=Object.freeze({outerWidth:t,outerHeight:i,padding:r,availableWidth:o,availableHeight:l,vBoxMaxWidth:o/2/d,hBoxMaxHeight:l/2}),b=Object.assign({},r);to(b,Si(n));const f=Object.assign({maxPadding:b,w:o,h:l,x:r.left,y:r.top},r),m=$r(s.concat(c),u);ro(a.fullSize,f,u,m),ro(s,f,u,m),ro(c,f,u,m)&&ro(s,f,u,m),function(e){const t=e.maxPadding;function i(i){const n=Math.max(t[i]-e[i],0);return e[i]+=n,n}e.y+=i("top"),e.x+=i("left"),i("right"),i("bottom")}(f),lo(a.leftAndTop,f,u,m),f.x+=f.w,f.y+=f.h,lo(a.rightAndBottom,f,u,m),e.chartArea={left:f.left,top:f.top,right:f.left+f.w,bottom:f.top+f.h,height:f.h,width:f.w},Le(a.chartArea,(t=>{const i=t.box;Object.assign(i,e.chartArea),i.update(f.w,f.h,{left:0,top:0,right:0,bottom:0})}))}};class so{acquireContext(e,t){}releaseContext(e){return!1}addEventListener(e,t,i){}removeEventListener(e,t,i){}getDevicePixelRatio(){return 1}getMaximumSize(e,t,i,n){return t=Math.max(0,t||e.width),i=i||e.height,{width:t,height:Math.max(0,n?Math.floor(t/n):i)}}isAttached(e){return!0}updateConfig(e){}}class co extends so{acquireContext(e){return e&&e.getContext&&e.getContext("2d")||null}updateConfig(e){e.options.animation=!1}}const uo="$chartjs",bo={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"},fo=e=>null===e||""===e;const mo=!!Mn&&{passive:!0};function ho(e,t,i){e.canvas.removeEventListener(t,i,mo)}function po(e,t){for(const i of e)if(i===t||i.contains(t))return!0}function Ao(e,t,i){const n=e.canvas,r=new MutationObserver((e=>{let t=!1;for(const i of e)t=t||po(i.addedNodes,n),t=t&&!po(i.removedNodes,n);t&&i()}));return r.observe(document,{childList:!0,subtree:!0}),r}function go(e,t,i){const n=e.canvas,r=new MutationObserver((e=>{let t=!1;for(const i of e)t=t||po(i.removedNodes,n),t=t&&!po(i.addedNodes,n);t&&i()}));return r.observe(document,{childList:!0,subtree:!0}),r}const Co=new Map;let vo=0;function No(){const e=window.devicePixelRatio;e!==vo&&(vo=e,Co.forEach(((t,i)=>{i.currentDevicePixelRatio!==e&&t()})))}function xo(e,t,i){const n=e.canvas,r=n&&An(n);if(!r)return;const o=_t(((e,t)=>{const n=r.clientWidth;i(e,t),n<r.clientWidth&&i()}),window),l=new ResizeObserver((e=>{const t=e[0],i=t.contentRect.width,n=t.contentRect.height;0===i&&0===n||o(i,n)}));return l.observe(r),function(e,t){Co.size||window.addEventListener("resize",No),Co.set(e,t)}(e,o),l}function wo(e,t,i){i&&i.disconnect(),"resize"===t&&function(e){Co.delete(e),Co.size||window.removeEventListener("resize",No)}(e)}function Eo(e,t,i){const n=e.canvas,r=_t((t=>{null!==e.ctx&&i(function(e,t){const i=bo[e.type]||e.type,{x:n,y:r}=wn(e,t);return{type:i,chart:t,native:e,x:void 0!==n?n:null,y:void 0!==r?r:null}}(t,e))}),e,(e=>{const t=e[0];return[t,t.offsetX,t.offsetY]}));return function(e,t,i){e.addEventListener(t,i,mo)}(n,t,r),r}class yo extends so{acquireContext(e,t){const i=e&&e.getContext&&e.getContext("2d");return i&&i.canvas===e?(function(e,t){const i=e.style,n=e.getAttribute("height"),r=e.getAttribute("width");if(e[uo]={initial:{height:n,width:r,style:{display:i.display,height:i.height,width:i.width}}},i.display=i.display||"block",i.boxSizing=i.boxSizing||"border-box",fo(r)){const t=kn(e,"width");void 0!==t&&(e.width=t)}if(fo(n))if(""===e.style.height)e.height=e.width/(t||2);else{const t=kn(e,"height");void 0!==t&&(e.height=t)}}(e,t),i):null}releaseContext(e){const t=e.canvas;if(!t[uo])return!1;const i=t[uo].initial;["height","width"].forEach((e=>{const n=i[e];Me(n)?t.removeAttribute(e):t.setAttribute(e,n)}));const n=i.style||{};return Object.keys(n).forEach((e=>{t.style[e]=n[e]})),t.width=t.width,delete t[uo],!0}addEventListener(e,t,i){this.removeEventListener(e,t);const n=e.$proxies||(e.$proxies={}),r={attach:Ao,detach:go,resize:xo}[t]||Eo;n[t]=r(e,t,i)}removeEventListener(e,t){const i=e.$proxies||(e.$proxies={}),n=i[t];if(!n)return;({attach:wo,detach:wo,resize:wo}[t]||ho)(e,t,n),i[t]=void 0}getDevicePixelRatio(){return window.devicePixelRatio}getMaximumSize(e,t,i,n){return yn(e,t,i,n)}isAttached(e){const t=An(e);return!(!t||!t.isConnected)}}class _o{constructor(){this._init=[]}notify(e,t,i,n){"beforeInit"===t&&(this._init=this._createDescriptors(e,!0),this._notify(this._init,e,"install"));const r=n?this._descriptors(e).filter(n):this._descriptors(e),o=this._notify(r,e,t,i);return"afterDestroy"===t&&(this._notify(r,e,"stop"),this._notify(this._init,e,"uninstall")),o}_notify(e,t,i,n){n=n||{};for(const r of e){const e=r.plugin;if(!1===Pe(e[i],[t,n,r.options],e)&&n.cancelable)return!1}return!0}invalidate(){Me(this._cache)||(this._oldCache=this._cache,this._cache=void 0)}_descriptors(e){if(this._cache)return this._cache;const t=this._cache=this._createDescriptors(e);return this._notifyStateChanges(e),t}_createDescriptors(e,t){const i=e&&e.config,n=He(i.options&&i.options.plugins,{}),r=function(e){const t={},i=[],n=Object.keys(Rr.plugins.items);for(let e=0;e<n.length;e++)i.push(Rr.getPlugin(n[e]));const r=e.plugins||[];for(let e=0;e<r.length;e++){const n=r[e];-1===i.indexOf(n)&&(i.push(n),t[n.id]=!0)}return{plugins:i,localIds:t}}(i);return!1!==n||t?function(e,{plugins:t,localIds:i},n,r){const o=[],l=e.getContext();for(const a of t){const t=a.id,s=Mo(n[t],r);null!==s&&o.push({plugin:a,options:ko(e.config,{plugin:a,local:i[t]},s,l)})}return o}(e,r,n,t):[]}_notifyStateChanges(e){const t=this._oldCache||[],i=this._cache,n=(e,t)=>e.filter((e=>!t.some((t=>e.plugin.id===t.plugin.id))));this._notify(n(t,i),e,"stop"),this._notify(n(i,t),e,"start")}}function Mo(e,t){return t||!1!==e?!0===e?{}:e:null}function ko(e,{plugin:t,local:i},n,r){const o=e.pluginScopeKeys(t),l=e.getOptionScopes(n,o);return i&&t.defaults&&l.push(t.defaults),e.createResolver(l,r,[""],{scriptable:!1,indexable:!1,allKeys:!0})}function Do(e,t){const i=xi.datasets[e]||{};return((t.datasets||{})[e]||{}).indexAxis||t.indexAxis||i.indexAxis||"x"}function Bo(e,t){return"x"===e||"y"===e?e:t.axis||("top"===(i=t.position)||"bottom"===i?"x":"left"===i||"right"===i?"y":void 0)||e.charAt(0).toLowerCase();var i}function Io(e){const t=e.options||(e.options={});t.plugins=He(t.plugins,{}),t.scales=function(e,t){const i=gi[e.type]||{scales:{}},n=t.scales||{},r=Do(e.type,t),o=Object.create(null),l=Object.create(null);return Object.keys(n).forEach((e=>{const t=n[e];if(!De(t))return console.error(`Invalid scale configuration for scale: ${e}`);if(t._proxy)return console.warn(`Ignoring resolver passed as options for scale: ${e}`);const a=Bo(e,t),s=function(e,t){return e===t?"_index_":"_value_"}(a,r),c=i.scales||{};o[a]=o[a]||e,l[e]=Ye(Object.create(null),[{axis:a},t,c[a],c[s]])})),e.data.datasets.forEach((i=>{const r=i.type||e.type,a=i.indexAxis||Do(r,t),s=(gi[r]||{}).scales||{};Object.keys(s).forEach((e=>{const t=function(e,t){let i=e;return"_index_"===e?i=t:"_value_"===e&&(i="x"===t?"y":"x"),i}(e,a),r=i[t+"AxisID"]||o[t]||t;l[r]=l[r]||Object.create(null),Ye(l[r],[{axis:t},n[r],s[e]])}))})),Object.keys(l).forEach((e=>{const t=l[e];Ye(t,[xi.scales[t.type],xi.scale])})),l}(e,t)}function Ho(e){return(e=e||{}).datasets=e.datasets||[],e.labels=e.labels||[],e}const Oo=new Map,Po=new Set;function Lo(e,t){let i=Oo.get(e);return i||(i=t(),Oo.set(e,i),Po.add(i)),i}const Ro=(e,t,i)=>{const n=Se(t,i);void 0!==n&&e.add(n)};class Fo{constructor(e){this._config=function(e){return(e=e||{}).data=Ho(e.data),Io(e),e}(e),this._scopeCache=new Map,this._resolverCache=new Map}get platform(){return this._config.platform}get type(){return this._config.type}set type(e){this._config.type=e}get data(){return this._config.data}set data(e){this._config.data=Ho(e)}get options(){return this._config.options}set options(e){this._config.options=e}get plugins(){return this._config.plugins}update(){const e=this._config;this.clearCache(),Io(e)}clearCache(){this._scopeCache.clear(),this._resolverCache.clear()}datasetScopeKeys(e){return Lo(e,(()=>[[`datasets.${e}`,""]]))}datasetAnimationScopeKeys(e,t){return Lo(`${e}.transition.${t}`,(()=>[[`datasets.${e}.transitions.${t}`,`transitions.${t}`],[`datasets.${e}`,""]]))}datasetElementScopeKeys(e,t){return Lo(`${e}-${t}`,(()=>[[`datasets.${e}.elements.${t}`,`datasets.${e}`,`elements.${t}`,""]]))}pluginScopeKeys(e){const t=e.id;return Lo(`${this.type}-plugin-${t}`,(()=>[[`plugins.${t}`,...e.additionalOptionScopes||[]]]))}_cachedScopes(e,t){const i=this._scopeCache;let n=i.get(e);return n&&!t||(n=new Map,i.set(e,n)),n}getOptionScopes(e,t,i){const{options:n,type:r}=this,o=this._cachedScopes(e,i),l=o.get(t);if(l)return l;const a=new Set;t.forEach((t=>{e&&(a.add(e),t.forEach((t=>Ro(a,e,t)))),t.forEach((e=>Ro(a,n,e))),t.forEach((e=>Ro(a,gi[r]||{},e))),t.forEach((e=>Ro(a,xi,e))),t.forEach((e=>Ro(a,Ci,e)))}));const s=Array.from(a);return 0===s.length&&s.push(Object.create(null)),Po.has(t)&&o.set(t,s),s}chartOptionScopes(){const{options:e,type:t}=this;return[e,gi[t]||{},xi.datasets[t]||{},{type:t},xi,Ci]}resolveNamedOptions(e,t,i,n=[""]){const r={$shared:!0},{resolver:o,subPrefixes:l}=Qo(this._resolverCache,e,n);let a=o;if(function(e,t){const{isScriptable:i,isIndexable:n}=Xi(e);for(const r of t){const t=i(r),o=n(r),l=(o||t)&&e[r];if(t&&(Ke(l)||zo(l))||o&&ke(l))return!0}return!1}(o,t)){r.$shared=!1;a=Ti(o,i=Ke(i)?i():i,this.createResolver(e,i,l))}for(const e of t)r[e]=a[e];return r}createResolver(e,t,i=[""],n){const{resolver:r}=Qo(this._resolverCache,e,i);return De(t)?Ti(r,t,void 0,n):r}}function Qo(e,t,i){let n=e.get(t);n||(n=new Map,e.set(t,n));const r=i.join();let o=n.get(r);if(!o){o={resolver:Wi(t,i),subPrefixes:i.filter((e=>!e.toLowerCase().includes("hover")))},n.set(r,o)}return o}const zo=e=>De(e)&&Object.getOwnPropertyNames(e).reduce(((t,i)=>t||Ke(e[i])),!1);const jo=["top","bottom","left","right","chartArea"];function Yo(e,t){return"top"===e||"bottom"===e||-1===jo.indexOf(e)&&"x"===t}function Uo(e,t){return function(i,n){return i[e]===n[e]?i[t]-n[t]:i[e]-n[e]}}function Vo(e){const t=e.chart,i=t.options.animation;t.notifyPlugins("afterRender"),Pe(i&&i.onComplete,[e],t)}function So(e){const t=e.chart,i=t.options.animation;Pe(i&&i.onProgress,[e],t)}function Zo(e){return pn()&&"string"==typeof e?e=document.getElementById(e):e&&e.length&&(e=e[0]),e&&e.canvas&&(e=e.canvas),e}const Go={},Ko=e=>{const t=Zo(e);return Object.values(Go).filter((e=>e.canvas===t)).pop()};function Wo(e,t,i){const n=Object.keys(e);for(const r of n){const n=+r;if(n>=t){const o=e[r];delete e[r],(i>0||n>t)&&(e[n+i]=o)}}}let To=class{constructor(e,t){const i=this.config=new Fo(t),n=Zo(e),r=Ko(n);if(r)throw new Error("Canvas is already in use. Chart with ID '"+r.id+"' must be destroyed before the canvas with ID '"+r.canvas.id+"' can be reused.");const o=i.createResolver(i.chartOptionScopes(),this.getContext());this.platform=new(i.platform||function(e){return!pn()||"undefined"!=typeof OffscreenCanvas&&e instanceof OffscreenCanvas?co:yo}(n)),this.platform.updateConfig(i);const l=this.platform.acquireContext(n,o.aspectRatio),a=l&&l.canvas,s=a&&a.height,c=a&&a.width;this.id=_e(),this.ctx=l,this.canvas=a,this.width=c,this.height=s,this._options=o,this._aspectRatio=this.aspectRatio,this._layers=[],this._metasets=[],this._stacks=void 0,this.boxes=[],this.currentDevicePixelRatio=void 0,this.chartArea=void 0,this._active=[],this._lastEvent=void 0,this._listeners={},this._responsiveListeners=void 0,this._sortedMetasets=[],this.scales={},this._plugins=new _o,this.$proxies={},this._hiddenIndices={},this.attached=!1,this._animationsDisabled=void 0,this.$context=void 0,this._doResize=function(e,t){let i;return function(...n){return t?(clearTimeout(i),i=setTimeout(e,t,n)):e.apply(this,n),t}}((e=>this.update(e)),o.resizeDelay||0),this._dataChanges=[],Go[this.id]=this,l&&a?(Sn.listen(this,"complete",Vo),Sn.listen(this,"progress",So),this._initialize(),this.attached&&this.update()):console.error("Failed to create chart: can't acquire context from the given item")}get aspectRatio(){const{options:{aspectRatio:e,maintainAspectRatio:t},width:i,height:n,_aspectRatio:r}=this;return Me(e)?t&&r?r:n?i/n:null:e}get data(){return this.config.data}set data(e){this.config.data=e}get options(){return this._options}set options(e){this.config.options=e}_initialize(){return this.notifyPlugins("beforeInit"),this.options.responsive?this.resize():_n(this,this.options.devicePixelRatio),this.bindEvents(),this.notifyPlugins("afterInit"),this}clear(){return _i(this.canvas,this.ctx),this}stop(){return Sn.stop(this),this}resize(e,t){Sn.running(this)?this._resizeBeforeDraw={width:e,height:t}:this._resize(e,t)}_resize(e,t){const i=this.options,n=this.canvas,r=i.maintainAspectRatio&&this.aspectRatio,o=this.platform.getMaximumSize(n,e,t,r),l=i.devicePixelRatio||this.platform.getDevicePixelRatio(),a=this.width?"resize":"attach";this.width=o.width,this.height=o.height,this._aspectRatio=this.aspectRatio,_n(this,l,!0)&&(this.notifyPlugins("resize",{size:o}),Pe(i.onResize,[this,o],this),this.attached&&this._doResize(a)&&this.render())}ensureScalesHaveIDs(){Le(this.options.scales||{},((e,t)=>{e.id=t}))}buildOrUpdateScales(){const e=this.options,t=e.scales,i=this.scales,n=Object.keys(i).reduce(((e,t)=>(e[t]=!1,e)),{});let r=[];t&&(r=r.concat(Object.keys(t).map((e=>{const i=t[e],n=Bo(e,i),r="r"===n,o="x"===n;return{options:i,dposition:r?"chartArea":o?"bottom":"left",dtype:r?"radialLinear":o?"category":"linear"}})))),Le(r,(t=>{const r=t.options,o=r.id,l=Bo(o,r),a=He(r.type,t.dtype);void 0!==r.position&&Yo(r.position,l)===Yo(t.dposition)||(r.position=t.dposition),n[o]=!0;let s=null;if(o in i&&i[o].type===a)s=i[o];else{s=new(Rr.getScale(a))({id:o,type:a,ctx:this.ctx,chart:this}),i[s.id]=s}s.init(r,e)})),Le(n,((e,t)=>{e||delete i[t]})),Le(i,(e=>{ao.configure(this,e,e.options),ao.addBox(this,e)}))}_updateMetasets(){const e=this._metasets,t=this.data.datasets.length,i=e.length;if(e.sort(((e,t)=>e.index-t.index)),i>t){for(let e=t;e<i;++e)this._destroyDatasetMeta(e);e.splice(t,i-t)}this._sortedMetasets=e.slice(0).sort(Uo("order","index"))}_removeUnreferencedMetasets(){const{_metasets:e,data:{datasets:t}}=this;e.length>t.length&&delete this._stacks,e.forEach(((e,i)=>{0===t.filter((t=>t===e._dataset)).length&&this._destroyDatasetMeta(i)}))}buildOrUpdateControllers(){const e=[],t=this.data.datasets;let i,n;for(this._removeUnreferencedMetasets(),i=0,n=t.length;i<n;i++){const n=t[i];let r=this.getDatasetMeta(i);const o=n.type||this.config.type;if(r.type&&r.type!==o&&(this._destroyDatasetMeta(i),r=this.getDatasetMeta(i)),r.type=o,r.indexAxis=n.indexAxis||Do(o,this.options),r.order=n.order||0,r.index=i,r.label=""+n.label,r.visible=this.isDatasetVisible(i),r.controller)r.controller.updateIndex(i),r.controller.linkScales();else{const t=Rr.getController(o),{datasetElementType:n,dataElementType:l}=xi.datasets[o];Object.assign(t.prototype,{dataElementType:Rr.getElement(l),datasetElementType:n&&Rr.getElement(n)}),r.controller=new t(this,i),e.push(r.controller)}}return this._updateMetasets(),e}_resetElements(){Le(this.data.datasets,((e,t)=>{this.getDatasetMeta(t).controller.reset()}),this)}reset(){this._resetElements(),this.notifyPlugins("reset")}update(e){const t=this.config;t.update();const i=this._options=t.createResolver(t.chartOptionScopes(),this.getContext()),n=this._animationsDisabled=!i.animation;if(this._updateScales(),this._checkEventBindings(),this._updateHiddenIndices(),this._plugins.invalidate(),!1===this.notifyPlugins("beforeUpdate",{mode:e,cancelable:!0}))return;const r=this.buildOrUpdateControllers();this.notifyPlugins("beforeElementsUpdate");let o=0;for(let e=0,t=this.data.datasets.length;e<t;e++){const{controller:t}=this.getDatasetMeta(e),i=!n&&-1===r.indexOf(t);t.buildOrUpdateElements(i),o=Math.max(+t.getMaxOverflow(),o)}o=this._minPadding=i.layout.autoPadding?o:0,this._updateLayout(o),n||Le(r,(e=>{e.reset()})),this._updateDatasets(e),this.notifyPlugins("afterUpdate",{mode:e}),this._layers.sort(Uo("z","_idx"));const{_active:l,_lastEvent:a}=this;a?this._eventHandler(a,!0):l.length&&this._updateHoverStyles(l,l,!0),this.render()}_updateScales(){Le(this.scales,(e=>{ao.removeBox(this,e)})),this.ensureScalesHaveIDs(),this.buildOrUpdateScales()}_checkEventBindings(){const e=this.options,t=new Set(Object.keys(this._listeners)),i=new Set(e.events);We(t,i)&&!!this._responsiveListeners===e.responsive||(this.unbindEvents(),this.bindEvents())}_updateHiddenIndices(){const{_hiddenIndices:e}=this,t=this._getUniformDataChanges()||[];for(const{method:i,start:n,count:r}of t){Wo(e,n,"_removeElements"===i?-r:r)}}_getUniformDataChanges(){const e=this._dataChanges;if(!e||!e.length)return;this._dataChanges=[];const t=this.data.datasets.length,i=t=>new Set(e.filter((e=>e[0]===t)).map(((e,t)=>t+","+e.splice(1).join(",")))),n=i(0);for(let e=1;e<t;e++)if(!We(n,i(e)))return;return Array.from(n).map((e=>e.split(","))).map((e=>({method:e[1],start:+e[2],count:+e[3]})))}_updateLayout(e){if(!1===this.notifyPlugins("beforeLayout",{cancelable:!0}))return;ao.update(this,this.width,this.height,e);const t=this.chartArea,i=t.width<=0||t.height<=0;this._layers=[],Le(this.boxes,(e=>{i&&"chartArea"===e.position||(e.configure&&e.configure(),this._layers.push(...e._layers()))}),this),this._layers.forEach(((e,t)=>{e._idx=t})),this.notifyPlugins("afterLayout")}_updateDatasets(e){if(!1!==this.notifyPlugins("beforeDatasetsUpdate",{mode:e,cancelable:!0})){for(let e=0,t=this.data.datasets.length;e<t;++e)this.getDatasetMeta(e).controller.configure();for(let t=0,i=this.data.datasets.length;t<i;++t)this._updateDataset(t,Ke(e)?e({datasetIndex:t}):e);this.notifyPlugins("afterDatasetsUpdate",{mode:e})}}_updateDataset(e,t){const i=this.getDatasetMeta(e),n={meta:i,index:e,mode:t,cancelable:!0};!1!==this.notifyPlugins("beforeDatasetUpdate",n)&&(i.controller._update(t),n.cancelable=!1,this.notifyPlugins("afterDatasetUpdate",n))}render(){!1!==this.notifyPlugins("beforeRender",{cancelable:!0})&&(Sn.has(this)?this.attached&&!Sn.running(this)&&Sn.start(this):(this.draw(),Vo({chart:this})))}draw(){let e;if(this._resizeBeforeDraw){const{width:e,height:t}=this._resizeBeforeDraw;this._resize(e,t),this._resizeBeforeDraw=null}if(this.clear(),this.width<=0||this.height<=0)return;if(!1===this.notifyPlugins("beforeDraw",{cancelable:!0}))return;const t=this._layers;for(e=0;e<t.length&&t[e].z<=0;++e)t[e].draw(this.chartArea);for(this._drawDatasets();e<t.length;++e)t[e].draw(this.chartArea);this.notifyPlugins("afterDraw")}_getSortedDatasetMetas(e){const t=this._sortedMetasets,i=[];let n,r;for(n=0,r=t.length;n<r;++n){const r=t[n];e&&!r.visible||i.push(r)}return i}getSortedVisibleDatasetMetas(){return this._getSortedDatasetMetas(!0)}_drawDatasets(){if(!1===this.notifyPlugins("beforeDatasetsDraw",{cancelable:!0}))return;const e=this.getSortedVisibleDatasetMetas();for(let t=e.length-1;t>=0;--t)this._drawDataset(e[t]);this.notifyPlugins("afterDatasetsDraw")}_drawDataset(e){const t=this.ctx,i=e._clip,n=!i.disabled,r=this.chartArea,o={meta:e,index:e.index,cancelable:!0};!1!==this.notifyPlugins("beforeDatasetDraw",o)&&(n&&Bi(t,{left:!1===i.left?0:r.left-i.left,right:!1===i.right?this.width:r.right+i.right,top:!1===i.top?0:r.top-i.top,bottom:!1===i.bottom?this.height:r.bottom+i.bottom}),e.controller.draw(),n&&Ii(t),o.cancelable=!1,this.notifyPlugins("afterDatasetDraw",o))}isPointInArea(e){return Di(e,this.chartArea,this._minPadding)}getElementsAtEventForMode(e,t,i,n){const r=Wr.modes[t];return"function"==typeof r?r(this,e,i,n):[]}getDatasetMeta(e){const t=this.data.datasets[e],i=this._metasets;let n=i.filter((e=>e&&e._dataset===t)).pop();return n||(n={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:t&&t.order||0,index:e,_dataset:t,_parsed:[],_sorted:!1},i.push(n)),n}getContext(){return this.$context||(this.$context=Ki(null,{chart:this,type:"chart"}))}getVisibleDatasetCount(){return this.getSortedVisibleDatasetMetas().length}isDatasetVisible(e){const t=this.data.datasets[e];if(!t)return!1;const i=this.getDatasetMeta(e);return"boolean"==typeof i.hidden?!i.hidden:!t.hidden}setDatasetVisibility(e,t){this.getDatasetMeta(e).hidden=!t}toggleDataVisibility(e){this._hiddenIndices[e]=!this._hiddenIndices[e]}getDataVisibility(e){return!this._hiddenIndices[e]}_updateVisibility(e,t,i){const n=i?"show":"hide",r=this.getDatasetMeta(e),o=r.controller._resolveAnimations(void 0,n);Ge(t)?(r.data[t].hidden=!i,this.update()):(this.setDatasetVisibility(e,i),o.update(r,{visible:i}),this.update((t=>t.datasetIndex===e?n:void 0)))}hide(e,t){this._updateVisibility(e,t,!1)}show(e,t){this._updateVisibility(e,t,!0)}_destroyDatasetMeta(e){const t=this._metasets[e];t&&t.controller&&t.controller._destroy(),delete this._metasets[e]}_stop(){let e,t;for(this.stop(),Sn.remove(this),e=0,t=this.data.datasets.length;e<t;++e)this._destroyDatasetMeta(e)}destroy(){this.notifyPlugins("beforeDestroy");const{canvas:e,ctx:t}=this;this._stop(),this.config.clearCache(),e&&(this.unbindEvents(),_i(e,t),this.platform.releaseContext(t),this.canvas=null,this.ctx=null),this.notifyPlugins("destroy"),delete Go[this.id],this.notifyPlugins("afterDestroy")}toBase64Image(...e){return this.canvas.toDataURL(...e)}bindEvents(){this.bindUserEvents(),this.options.responsive?this.bindResponsiveEvents():this.attached=!0}bindUserEvents(){const e=this._listeners,t=this.platform,i=(i,n)=>{t.addEventListener(this,i,n),e[i]=n},n=(e,t,i)=>{e.offsetX=t,e.offsetY=i,this._eventHandler(e)};Le(this.options.events,(e=>i(e,n)))}bindResponsiveEvents(){this._responsiveListeners||(this._responsiveListeners={});const e=this._responsiveListeners,t=this.platform,i=(i,n)=>{t.addEventListener(this,i,n),e[i]=n},n=(i,n)=>{e[i]&&(t.removeEventListener(this,i,n),delete e[i])},r=(e,t)=>{this.canvas&&this.resize(e,t)};let o;const l=()=>{n("attach",l),this.attached=!0,this.resize(),i("resize",r),i("detach",o)};o=()=>{this.attached=!1,n("resize",r),this._stop(),this._resize(0,0),i("attach",l)},t.isAttached(this.canvas)?l():o()}unbindEvents(){Le(this._listeners,((e,t)=>{this.platform.removeEventListener(this,t,e)})),this._listeners={},Le(this._responsiveListeners,((e,t)=>{this.platform.removeEventListener(this,t,e)})),this._responsiveListeners=void 0}updateHoverStyle(e,t,i){const n=i?"set":"remove";let r,o,l,a;for("dataset"===t&&(r=this.getDatasetMeta(e[0].datasetIndex),r.controller["_"+n+"DatasetHoverStyle"]()),l=0,a=e.length;l<a;++l){o=e[l];const t=o&&this.getDatasetMeta(o.datasetIndex).controller;t&&t[n+"HoverStyle"](o.element,o.datasetIndex,o.index)}}getActiveElements(){return this._active||[]}setActiveElements(e){const t=this._active||[],i=e.map((({datasetIndex:e,index:t})=>{const i=this.getDatasetMeta(e);if(!i)throw new Error("No dataset found at index "+e);return{datasetIndex:e,element:i.data[t],index:t}}));!Re(i,t)&&(this._active=i,this._lastEvent=null,this._updateHoverStyles(i,t))}notifyPlugins(e,t,i){return this._plugins.notify(this,e,t,i)}_updateHoverStyles(e,t,i){const n=this.options.hover,r=(e,t)=>e.filter((e=>!t.some((t=>e.datasetIndex===t.datasetIndex&&e.index===t.index)))),o=r(t,e),l=i?e:r(e,t);o.length&&this.updateHoverStyle(o,n.mode,!1),l.length&&n.mode&&this.updateHoverStyle(l,n.mode,!0)}_eventHandler(e,t){const i={event:e,replay:t,cancelable:!0,inChartArea:this.isPointInArea(e)},n=t=>(t.options.events||this.options.events).includes(e.native.type);if(!1===this.notifyPlugins("beforeEvent",i,n))return;const r=this._handleEvent(e,t,i.inChartArea);return i.cancelable=!1,this.notifyPlugins("afterEvent",i,n),(r||i.changed)&&this.render(),this}_handleEvent(e,t,i){const{_active:n=[],options:r}=this,o=t,l=this._getActiveElements(e,n,i,o),a=function(e){return"mouseup"===e.type||"click"===e.type||"contextmenu"===e.type}(e),s=function(e,t,i,n){return i&&"mouseout"!==e.type?n?t:e:null}(e,this._lastEvent,i,a);i&&(this._lastEvent=null,Pe(r.onHover,[e,l,this],this),a&&Pe(r.onClick,[e,l,this],this));const c=!Re(l,n);return(c||t)&&(this._active=l,this._updateHoverStyles(l,n,t)),this._lastEvent=s,c}_getActiveElements(e,t,i,n){if("mouseout"===e.type)return[];if(!i)return t;const r=this.options.hover;return this.getElementsAtEventForMode(e,r.mode,r,n)}};const Xo=()=>Le(To.instances,(e=>e._plugins.invalidate())),qo=!0;function Jo(e,t,i){const{startAngle:n,pixelMargin:r,x:o,y:l,outerRadius:a,innerRadius:s}=t;let c=r/a;e.beginPath(),e.arc(o,l,a,n-c,i+c),s>r?(c=r/s,e.arc(o,l,s,i+c,n-c,!0)):e.arc(o,l,r,i+et,n-et),e.closePath(),e.clip()}function $o(e,t,i,n){const r=Yi(e.options.borderRadius,["outerStart","outerEnd","innerStart","innerEnd"]);const o=(i-t)/2,l=Math.min(o,n*t/2),a=e=>{const t=(i-Math.min(o,e))*n/2;return At(e,0,Math.min(o,t))};return{outerStart:a(r.outerStart),outerEnd:a(r.outerEnd),innerStart:At(r.innerStart,0,l),innerEnd:At(r.innerEnd,0,l)}}function el(e,t,i,n){return{x:i+e*Math.cos(t),y:n+e*Math.sin(t)}}function tl(e,t,i,n,r,o){const{x:l,y:a,startAngle:s,pixelMargin:c,innerRadius:d}=t,u=Math.max(t.outerRadius+n+i-c,0),b=d>0?d+n+i+c:0;let f=0;const m=r-s;if(n){const e=((d>0?d-n:0)+(u>0?u-n:0))/2;f=(m-(0!==e?m*e/(e+n):m))/2}const h=(m-Math.max(.001,m*u-i/Te)/u)/2,p=s+h+f,A=r-h-f,{outerStart:g,outerEnd:C,innerStart:v,innerEnd:N}=$o(t,b,u,A-p),x=u-g,w=u-C,E=p+g/x,y=A-C/w,_=b+v,M=b+N,k=p+v/_,D=A-N/M;if(e.beginPath(),o){if(e.arc(l,a,u,E,y),C>0){const t=el(w,y,l,a);e.arc(t.x,t.y,C,y,A+et)}const t=el(M,A,l,a);if(e.lineTo(t.x,t.y),N>0){const t=el(M,D,l,a);e.arc(t.x,t.y,N,A+et,D+Math.PI)}if(e.arc(l,a,b,A-N/b,p+v/b,!0),v>0){const t=el(_,k,l,a);e.arc(t.x,t.y,v,k+Math.PI,p-et)}const i=el(x,p,l,a);if(e.lineTo(i.x,i.y),g>0){const t=el(x,E,l,a);e.arc(t.x,t.y,g,p-et,E)}}else{e.moveTo(l,a);const t=Math.cos(E)*u+l,i=Math.sin(E)*u+a;e.lineTo(t,i);const n=Math.cos(y)*u+l,r=Math.sin(y)*u+a;e.lineTo(n,r)}e.closePath()}function il(e,t,i,n,r,o){const{options:l}=t,{borderWidth:a,borderJoinStyle:s}=l,c="inner"===l.borderAlign;a&&(c?(e.lineWidth=2*a,e.lineJoin=s||"round"):(e.lineWidth=a,e.lineJoin=s||"bevel"),t.fullCircles&&function(e,t,i){const{x:n,y:r,startAngle:o,pixelMargin:l,fullCircles:a}=t,s=Math.max(t.outerRadius-l,0),c=t.innerRadius+l;let d;for(i&&Jo(e,t,o+Xe),e.beginPath(),e.arc(n,r,c,o+Xe,o,!0),d=0;d<a;++d)e.stroke();for(e.beginPath(),e.arc(n,r,s,o,o+Xe),d=0;d<a;++d)e.stroke()}(e,t,c),c&&Jo(e,t,r),tl(e,t,i,n,r,o),e.stroke())}Object.defineProperties(To,{defaults:{enumerable:qo,value:xi},instances:{enumerable:qo,value:Go},overrides:{enumerable:qo,value:gi},registry:{enumerable:qo,value:Rr},version:{enumerable:qo,value:"3.9.1"},getChart:{enumerable:qo,value:Ko},register:{enumerable:qo,value:(...e)=>{Rr.add(...e),Xo()}},unregister:{enumerable:qo,value:(...e)=>{Rr.remove(...e),Xo()}}});class nl extends wr{constructor(e){super(),this.options=void 0,this.circumference=void 0,this.startAngle=void 0,this.endAngle=void 0,this.innerRadius=void 0,this.outerRadius=void 0,this.pixelMargin=0,this.fullCircles=0,e&&Object.assign(this,e)}inRange(e,t,i){const n=this.getProps(["x","y"],i),{angle:r,distance:o}=bt(n,{x:e,y:t}),{startAngle:l,endAngle:a,innerRadius:s,outerRadius:c,circumference:d}=this.getProps(["startAngle","endAngle","innerRadius","outerRadius","circumference"],i),u=this.options.spacing/2,b=He(d,a-l)>=Xe||pt(r,l,a),f=gt(o,s+u,c+u);return b&&f}getCenterPoint(e){const{x:t,y:i,startAngle:n,endAngle:r,innerRadius:o,outerRadius:l}=this.getProps(["x","y","startAngle","endAngle","innerRadius","outerRadius","circumference"],e),{offset:a,spacing:s}=this.options,c=(n+r)/2,d=(o+l+s+a)/2;return{x:t+Math.cos(c)*d,y:i+Math.sin(c)*d}}tooltipPosition(e){return this.getCenterPoint(e)}draw(e){const{options:t,circumference:i}=this,n=(t.offset||0)/2,r=(t.spacing||0)/2,o=t.circular;if(this.pixelMargin="inner"===t.borderAlign?.33:0,this.fullCircles=i>Xe?Math.floor(i/Xe):0,0===i||this.innerRadius<0||this.outerRadius<0)return;e.save();let l=0;if(n){l=n/2;const t=(this.startAngle+this.endAngle)/2;e.translate(Math.cos(t)*l,Math.sin(t)*l),this.circumference>=Te&&(l=n)}e.fillStyle=t.backgroundColor,e.strokeStyle=t.borderColor;const a=function(e,t,i,n,r){const{fullCircles:o,startAngle:l,circumference:a}=t;let s=t.endAngle;if(o){tl(e,t,i,n,l+Xe,r);for(let t=0;t<o;++t)e.fill();isNaN(a)||(s=l+a%Xe,a%Xe==0&&(s+=Xe))}return tl(e,t,i,n,s,r),e.fill(),s}(e,this,l,r,o);il(e,this,l,r,a,o),e.restore()}}function rl(e,t,i=t){e.lineCap=He(i.borderCapStyle,t.borderCapStyle),e.setLineDash(He(i.borderDash,t.borderDash)),e.lineDashOffset=He(i.borderDashOffset,t.borderDashOffset),e.lineJoin=He(i.borderJoinStyle,t.borderJoinStyle),e.lineWidth=He(i.borderWidth,t.borderWidth),e.strokeStyle=He(i.borderColor,t.borderColor)}function ol(e,t,i){e.lineTo(i.x,i.y)}function ll(e,t,i={}){const n=e.length,{start:r=0,end:o=n-1}=i,{start:l,end:a}=t,s=Math.max(r,l),c=Math.min(o,a),d=r<l&&o<l||r>a&&o>a;return{count:n,start:s,loop:t.loop,ilen:c<s&&!d?n+c-s:c-s}}function al(e,t,i,n){const{points:r,options:o}=t,{count:l,start:a,loop:s,ilen:c}=ll(r,i,n),d=function(e){return e.stepped?Hi:e.tension||"monotone"===e.cubicInterpolationMode?Oi:ol}(o);let u,b,f,{move:m=!0,reverse:h}=n||{};for(u=0;u<=c;++u)b=r[(a+(h?c-u:u))%l],b.skip||(m?(e.moveTo(b.x,b.y),m=!1):d(e,f,b,h,o.stepped),f=b);return s&&(b=r[(a+(h?c:0))%l],d(e,f,b,h,o.stepped)),!!s}function sl(e,t,i,n){const r=t.points,{count:o,start:l,ilen:a}=ll(r,i,n),{move:s=!0,reverse:c}=n||{};let d,u,b,f,m,h,p=0,A=0;const g=e=>(l+(c?a-e:e))%o,C=()=>{f!==m&&(e.lineTo(p,m),e.lineTo(p,f),e.lineTo(p,h))};for(s&&(u=r[g(0)],e.moveTo(u.x,u.y)),d=0;d<=a;++d){if(u=r[g(d)],u.skip)continue;const t=u.x,i=u.y,n=0|t;n===b?(i<f?f=i:i>m&&(m=i),p=(A*p+t)/++A):(C(),e.lineTo(t,i),b=n,A=0,f=m=i),h=i}C()}function cl(e){const t=e.options,i=t.borderDash&&t.borderDash.length;return!(e._decimated||e._loop||t.tension||"monotone"===t.cubicInterpolationMode||t.stepped||i)?sl:al}nl.id="arc",nl.defaults={borderAlign:"center",borderColor:"#fff",borderJoinStyle:void 0,borderRadius:0,borderWidth:2,offset:0,spacing:0,angle:void 0,circular:!0},nl.defaultRoutes={backgroundColor:"backgroundColor"};const dl="function"==typeof Path2D;function ul(e,t,i,n){dl&&!t.options.segment?function(e,t,i,n){let r=t._path;r||(r=t._path=new Path2D,t.path(r,i,n)&&r.closePath()),rl(e,t.options),e.stroke(r)}(e,t,i,n):function(e,t,i,n){const{segments:r,options:o}=t,l=cl(t);for(const a of r)rl(e,o,a.style),e.beginPath(),l(e,t,a,{start:i,end:i+n-1})&&e.closePath(),e.stroke()}(e,t,i,n)}class bl extends wr{constructor(e){super(),this.animated=!0,this.options=void 0,this._chart=void 0,this._loop=void 0,this._fullLoop=void 0,this._path=void 0,this._points=void 0,this._segments=void 0,this._decimated=!1,this._pointsUpdated=!1,this._datasetIndex=void 0,e&&Object.assign(this,e)}updateControlPoints(e,t){const i=this.options;if((i.tension||"monotone"===i.cubicInterpolationMode)&&!i.stepped&&!this._pointsUpdated){const n=i.spanGaps?this._loop:this._fullLoop;hn(this._points,i,e,n,t),this._pointsUpdated=!0}}set points(e){this._points=e,delete this._segments,delete this._path,this._pointsUpdated=!1}get points(){return this._points}get segments(){return this._segments||(this._segments=function(e,t){const i=e.points,n=e.options.spanGaps,r=i.length;if(!r)return[];const o=!!e._loop,{start:l,end:a}=function(e,t,i,n){let r=0,o=t-1;if(i&&!n)for(;r<t&&!e[r].skip;)r++;for(;r<t&&e[r].skip;)r++;for(r%=t,i&&(o+=r);o>r&&e[o%t].skip;)o--;return o%=t,{start:r,end:o}}(i,r,o,n);return Yn(e,!0===n?[{start:l,end:a,loop:o}]:function(e,t,i,n){const r=e.length,o=[];let l,a=t,s=e[t];for(l=t+1;l<=i;++l){const i=e[l%r];i.skip||i.stop?s.skip||(n=!1,o.push({start:t%r,end:(l-1)%r,loop:n}),t=a=i.stop?l:null):(a=l,s.skip&&(t=l)),s=i}return null!==a&&o.push({start:t%r,end:a%r,loop:n}),o}(i,l,a<l?a+r:a,!!e._fullLoop&&0===l&&a===r-1),i,t)}(this,this.options.segment))}first(){const e=this.segments,t=this.points;return e.length&&t[e[0].start]}last(){const e=this.segments,t=this.points,i=e.length;return i&&t[e[i-1].end]}interpolate(e,t){const i=this.options,n=e[t],r=this.points,o=jn(this,{property:t,start:n,end:n});if(!o.length)return;const l=[],a=function(e){return e.stepped?Bn:e.tension||"monotone"===e.cubicInterpolationMode?In:Dn}(i);let s,c;for(s=0,c=o.length;s<c;++s){const{start:c,end:d}=o[s],u=r[c],b=r[d];if(u===b){l.push(u);continue}const f=a(u,b,Math.abs((n-u[t])/(b[t]-u[t])),i.stepped);f[t]=e[t],l.push(f)}return 1===l.length?l[0]:l}pathSegment(e,t,i){return cl(this)(e,this,t,i)}path(e,t,i){const n=this.segments,r=cl(this);let o=this._loop;t=t||0,i=i||this.points.length-t;for(const l of n)o&=r(e,this,l,{start:t,end:t+i-1});return!!o}draw(e,t,i,n){const r=this.options||{};(this.points||[]).length&&r.borderWidth&&(e.save(),ul(e,this,i,n),e.restore()),this.animated&&(this._pointsUpdated=!1,this._path=void 0)}}function fl(e,t,i,n){const r=e.options,{[i]:o}=e.getProps([i],n);return Math.abs(t-o)<r.radius+r.hitRadius}bl.id="line",bl.defaults={borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderWidth:3,capBezierPoints:!0,cubicInterpolationMode:"default",fill:!1,spanGaps:!1,stepped:!1,tension:0},bl.defaultRoutes={backgroundColor:"backgroundColor",borderColor:"borderColor"},bl.descriptors={_scriptable:!0,_indexable:e=>"borderDash"!==e&&"fill"!==e};class ml extends wr{constructor(e){super(),this.options=void 0,this.parsed=void 0,this.skip=void 0,this.stop=void 0,e&&Object.assign(this,e)}inRange(e,t,i){const n=this.options,{x:r,y:o}=this.getProps(["x","y"],i);return Math.pow(e-r,2)+Math.pow(t-o,2)<Math.pow(n.hitRadius+n.radius,2)}inXRange(e,t){return fl(this,e,"x",t)}inYRange(e,t){return fl(this,e,"y",t)}getCenterPoint(e){const{x:t,y:i}=this.getProps(["x","y"],e);return{x:t,y:i}}size(e){let t=(e=e||this.options||{}).radius||0;t=Math.max(t,t&&e.hoverRadius||0);return 2*(t+(t&&e.borderWidth||0))}draw(e,t){const i=this.options;this.skip||i.radius<.1||!Di(this,t,this.size(i)/2)||(e.strokeStyle=i.borderColor,e.lineWidth=i.borderWidth,e.fillStyle=i.backgroundColor,Mi(e,i,this.x,this.y))}getRange(){const e=this.options||{};return e.radius+e.hitRadius}}function hl(e,t){const{x:i,y:n,base:r,width:o,height:l}=e.getProps(["x","y","base","width","height"],t);let a,s,c,d,u;return e.horizontal?(u=l/2,a=Math.min(i,r),s=Math.max(i,r),c=n-u,d=n+u):(u=o/2,a=i-u,s=i+u,c=Math.min(n,r),d=Math.max(n,r)),{left:a,top:c,right:s,bottom:d}}function pl(e,t,i,n){return e?0:At(t,i,n)}function Al(e){const t=hl(e),i=t.right-t.left,n=t.bottom-t.top,r=function(e,t,i){const n=e.options.borderWidth,r=e.borderSkipped,o=Ui(n);return{t:pl(r.top,o.top,0,i),r:pl(r.right,o.right,0,t),b:pl(r.bottom,o.bottom,0,i),l:pl(r.left,o.left,0,t)}}(e,i/2,n/2),o=function(e,t,i){const{enableBorderRadius:n}=e.getProps(["enableBorderRadius"]),r=e.options.borderRadius,o=Vi(r),l=Math.min(t,i),a=e.borderSkipped,s=n||De(r);return{topLeft:pl(!s||a.top||a.left,o.topLeft,0,l),topRight:pl(!s||a.top||a.right,o.topRight,0,l),bottomLeft:pl(!s||a.bottom||a.left,o.bottomLeft,0,l),bottomRight:pl(!s||a.bottom||a.right,o.bottomRight,0,l)}}(e,i/2,n/2);return{outer:{x:t.left,y:t.top,w:i,h:n,radius:o},inner:{x:t.left+r.l,y:t.top+r.t,w:i-r.l-r.r,h:n-r.t-r.b,radius:{topLeft:Math.max(0,o.topLeft-Math.max(r.t,r.l)),topRight:Math.max(0,o.topRight-Math.max(r.t,r.r)),bottomLeft:Math.max(0,o.bottomLeft-Math.max(r.b,r.l)),bottomRight:Math.max(0,o.bottomRight-Math.max(r.b,r.r))}}}}function gl(e,t,i,n){const r=null===t,o=null===i,l=e&&!(r&&o)&&hl(e,n);return l&&(r||gt(t,l.left,l.right))&&(o||gt(i,l.top,l.bottom))}function Cl(e,t){e.rect(t.x,t.y,t.w,t.h)}function vl(e,t,i={}){const n=e.x!==i.x?-t:0,r=e.y!==i.y?-t:0,o=(e.x+e.w!==i.x+i.w?t:0)-n,l=(e.y+e.h!==i.y+i.h?t:0)-r;return{x:e.x+n,y:e.y+r,w:e.w+o,h:e.h+l,radius:e.radius}}ml.id="point",ml.defaults={borderWidth:1,hitRadius:1,hoverBorderWidth:1,hoverRadius:4,pointStyle:"circle",radius:3,rotation:0},ml.defaultRoutes={backgroundColor:"backgroundColor",borderColor:"borderColor"};class Nl extends wr{constructor(e){super(),this.options=void 0,this.horizontal=void 0,this.base=void 0,this.width=void 0,this.height=void 0,this.inflateAmount=void 0,e&&Object.assign(this,e)}draw(e){const{inflateAmount:t,options:{borderColor:i,backgroundColor:n}}=this,{inner:r,outer:o}=Al(this),l=(a=o.radius).topLeft||a.topRight||a.bottomLeft||a.bottomRight?Ri:Cl;var a;e.save(),o.w===r.w&&o.h===r.h||(e.beginPath(),l(e,vl(o,t,r)),e.clip(),l(e,vl(r,-t,o)),e.fillStyle=i,e.fill("evenodd")),e.beginPath(),l(e,vl(r,t)),e.fillStyle=n,e.fill(),e.restore()}inRange(e,t,i){return gl(this,e,t,i)}inXRange(e,t){return gl(this,e,null,t)}inYRange(e,t){return gl(this,null,e,t)}getCenterPoint(e){const{x:t,y:i,base:n,horizontal:r}=this.getProps(["x","y","base","horizontal"],e);return{x:r?(t+n)/2:t,y:r?i:(i+n)/2}}getRange(e){return"x"===e?this.width/2:this.height/2}}Nl.id="bar",Nl.defaults={borderSkipped:"start",borderWidth:0,borderRadius:0,inflateAmount:"auto",pointStyle:void 0},Nl.defaultRoutes={backgroundColor:"backgroundColor",borderColor:"borderColor"};var xl=Object.freeze({__proto__:null,ArcElement:nl,LineElement:bl,PointElement:ml,BarElement:Nl});function wl(e){if(e._decimated){const t=e._data;delete e._decimated,delete e._data,Object.defineProperty(e,"data",{value:t})}}function El(e){e.data.datasets.forEach((e=>{wl(e)}))}var yl={id:"decimation",defaults:{algorithm:"min-max",enabled:!1},beforeElementsUpdate:(e,t,i)=>{if(!i.enabled)return void El(e);const n=e.width;e.data.datasets.forEach(((t,r)=>{const{_data:o,indexAxis:l}=t,a=e.getDatasetMeta(r),s=o||t.data;if("y"===Gi([l,e.options.indexAxis]))return;if(!a.controller.supportsDecimation)return;const c=e.scales[a.xAxisID];if("linear"!==c.type&&"time"!==c.type)return;if(e.options.parsing)return;let{start:d,count:u}=function(e,t){const i=t.length;let n,r=0;const{iScale:o}=e,{min:l,max:a,minDefined:s,maxDefined:c}=o.getUserBounds();return s&&(r=At(vt(t,o.axis,l).lo,0,i-1)),n=c?At(vt(t,o.axis,a).hi+1,r,i)-r:i-r,{start:r,count:n}}(a,s);if(u<=(i.threshold||4*n))return void wl(t);let b;switch(Me(o)&&(t._data=s,delete t.data,Object.defineProperty(t,"data",{configurable:!0,enumerable:!0,get:function(){return this._decimated},set:function(e){this._data=e}})),i.algorithm){case"lttb":b=function(e,t,i,n,r){const o=r.samples||n;if(o>=i)return e.slice(t,t+i);const l=[],a=(i-2)/(o-2);let s=0;const c=t+i-1;let d,u,b,f,m,h=t;for(l[s++]=e[h],d=0;d<o-2;d++){let n,r=0,o=0;const c=Math.floor((d+1)*a)+1+t,p=Math.min(Math.floor((d+2)*a)+1,i)+t,A=p-c;for(n=c;n<p;n++)r+=e[n].x,o+=e[n].y;r/=A,o/=A;const g=Math.floor(d*a)+1+t,C=Math.min(Math.floor((d+1)*a)+1,i)+t,{x:v,y:N}=e[h];for(b=f=-1,n=g;n<C;n++)f=.5*Math.abs((v-r)*(e[n].y-N)-(v-e[n].x)*(o-N)),f>b&&(b=f,u=e[n],m=n);l[s++]=u,h=m}return l[s++]=e[c],l}(s,d,u,n,i);break;case"min-max":b=function(e,t,i,n){let r,o,l,a,s,c,d,u,b,f,m=0,h=0;const p=[],A=t+i-1,g=e[t].x,C=e[A].x-g;for(r=t;r<t+i;++r){o=e[r],l=(o.x-g)/C*n,a=o.y;const t=0|l;if(t===s)a<b?(b=a,c=r):a>f&&(f=a,d=r),m=(h*m+o.x)/++h;else{const i=r-1;if(!Me(c)&&!Me(d)){const t=Math.min(c,d),n=Math.max(c,d);t!==u&&t!==i&&p.push({...e[t],x:m}),n!==u&&n!==i&&p.push({...e[n],x:m})}r>0&&i!==u&&p.push(e[i]),p.push(o),s=t,h=0,b=f=a,c=d=u=r}}return p}(s,d,u,n);break;default:throw new Error(`Unsupported decimation algorithm '${i.algorithm}'`)}t._decimated=b}))},destroy(e){El(e)}};function _l(e,t,i,n){if(n)return;let r=t[e],o=i[e];return"angle"===e&&(r=ht(r),o=ht(o)),{property:e,start:r,end:o}}function Ml(e,t,i){for(;t>e;t--){const e=i[t];if(!isNaN(e.x)&&!isNaN(e.y))break}return t}function kl(e,t,i,n){return e&&t?n(e[i],t[i]):e?e[i]:t?t[i]:0}function Dl(e,t){let i=[],n=!1;return ke(e)?(n=!0,i=e):i=function(e,t){const{x:i=null,y:n=null}=e||{},r=t.points,o=[];return t.segments.forEach((({start:e,end:t})=>{t=Ml(e,t,r);const l=r[e],a=r[t];null!==n?(o.push({x:l.x,y:n}),o.push({x:a.x,y:n})):null!==i&&(o.push({x:i,y:l.y}),o.push({x:i,y:a.y}))})),o}(e,t),i.length?new bl({points:i,options:{tension:0},_loop:n,_fullLoop:n}):null}function Bl(e){return e&&!1!==e.fill}function Il(e,t,i){let n=e[t].fill;const r=[t];let o;if(!i)return n;for(;!1!==n&&-1===r.indexOf(n);){if(!Be(n))return n;if(o=e[n],!o)return!1;if(o.visible)return n;r.push(n),n=o.fill}return!1}function Hl(e,t,i){const n=function(e){const t=e.options,i=t.fill;let n=He(i&&i.target,i);void 0===n&&(n=!!t.backgroundColor);if(!1===n||null===n)return!1;if(!0===n)return"origin";return n}(e);if(De(n))return!isNaN(n.value)&&n;let r=parseFloat(n);return Be(r)&&Math.floor(r)===r?function(e,t,i,n){"-"!==e&&"+"!==e||(i=t+i);if(i===t||i<0||i>=n)return!1;return i}(n[0],t,r,i):["origin","start","end","stack","shape"].indexOf(n)>=0&&n}function Ol(e,t,i){const n=[];for(let r=0;r<i.length;r++){const o=i[r],{first:l,last:a,point:s}=Pl(o,t,"x");if(!(!s||l&&a))if(l)n.unshift(s);else if(e.push(s),!a)break}e.push(...n)}function Pl(e,t,i){const n=e.interpolate(t,i);if(!n)return{};const r=n[i],o=e.segments,l=e.points;let a=!1,s=!1;for(let e=0;e<o.length;e++){const t=o[e],n=l[t.start][i],c=l[t.end][i];if(gt(r,n,c)){a=r===n,s=r===c;break}}return{first:a,last:s,point:n}}class Ll{constructor(e){this.x=e.x,this.y=e.y,this.radius=e.radius}pathSegment(e,t,i){const{x:n,y:r,radius:o}=this;return t=t||{start:0,end:Xe},e.arc(n,r,o,t.end,t.start,!0),!i.bounds}interpolate(e){const{x:t,y:i,radius:n}=this,r=e.angle;return{x:t+Math.cos(r)*n,y:i+Math.sin(r)*n,angle:r}}}function Rl(e){const{chart:t,fill:i,line:n}=e;if(Be(i))return function(e,t){const i=e.getDatasetMeta(t),n=i&&e.isDatasetVisible(t);return n?i.dataset:null}(t,i);if("stack"===i)return function(e){const{scale:t,index:i,line:n}=e,r=[],o=n.segments,l=n.points,a=function(e,t){const i=[],n=e.getMatchingVisibleMetas("line");for(let e=0;e<n.length;e++){const r=n[e];if(r.index===t)break;r.hidden||i.unshift(r.dataset)}return i}(t,i);a.push(Dl({x:null,y:t.bottom},n));for(let e=0;e<o.length;e++){const t=o[e];for(let e=t.start;e<=t.end;e++)Ol(r,l[e],a)}return new bl({points:r,options:{}})}(e);if("shape"===i)return!0;const r=function(e){const t=e.scale||{};if(t.getPointPositionForValue)return function(e){const{scale:t,fill:i}=e,n=t.options,r=t.getLabels().length,o=n.reverse?t.max:t.min,l=function(e,t,i){let n;return n="start"===e?i:"end"===e?t.options.reverse?t.min:t.max:De(e)?e.value:t.getBaseValue(),n}(i,t,o),a=[];if(n.grid.circular){const e=t.getPointPositionForValue(0,o);return new Ll({x:e.x,y:e.y,radius:t.getDistanceFromCenterForValue(l)})}for(let e=0;e<r;++e)a.push(t.getPointPositionForValue(e,l));return a}(e);return function(e){const{scale:t={},fill:i}=e,n=function(e,t){let i=null;return"start"===e?i=t.bottom:"end"===e?i=t.top:De(e)?i=t.getPixelForValue(e.value):t.getBasePixel&&(i=t.getBasePixel()),i}(i,t);if(Be(n)){const e=t.isHorizontal();return{x:e?n:null,y:e?null:n}}return null}(e)}(e);return r instanceof Ll?r:Dl(r,n)}function Fl(e,t,i){const n=Rl(t),{line:r,scale:o,axis:l}=t,a=r.options,s=a.fill,c=a.backgroundColor,{above:d=c,below:u=c}=s||{};n&&r.points.length&&(Bi(e,i),function(e,t){const{line:i,target:n,above:r,below:o,area:l,scale:a}=t,s=i._loop?"angle":t.axis;e.save(),"x"===s&&o!==r&&(Ql(e,n,l.top),zl(e,{line:i,target:n,color:r,scale:a,property:s}),e.restore(),e.save(),Ql(e,n,l.bottom));zl(e,{line:i,target:n,color:o,scale:a,property:s}),e.restore()}(e,{line:r,target:n,above:d,below:u,area:i,scale:o,axis:l}),Ii(e))}function Ql(e,t,i){const{segments:n,points:r}=t;let o=!0,l=!1;e.beginPath();for(const a of n){const{start:n,end:s}=a,c=r[n],d=r[Ml(n,s,r)];o?(e.moveTo(c.x,c.y),o=!1):(e.lineTo(c.x,i),e.lineTo(c.x,c.y)),l=!!t.pathSegment(e,a,{move:l}),l?e.closePath():e.lineTo(d.x,i)}e.lineTo(t.first().x,i),e.closePath(),e.clip()}function zl(e,t){const{line:i,target:n,property:r,color:o,scale:l}=t,a=function(e,t,i){const n=e.segments,r=e.points,o=t.points,l=[];for(const e of n){let{start:n,end:a}=e;a=Ml(n,a,r);const s=_l(i,r[n],r[a],e.loop);if(!t.segments){l.push({source:e,target:s,start:r[n],end:r[a]});continue}const c=jn(t,s);for(const t of c){const n=_l(i,o[t.start],o[t.end],t.loop),a=zn(e,r,n);for(const e of a)l.push({source:e,target:t,start:{[i]:kl(s,n,"start",Math.max)},end:{[i]:kl(s,n,"end",Math.min)}})}}return l}(i,n,r);for(const{source:t,target:s,start:c,end:d}of a){const{style:{backgroundColor:a=o}={}}=t,u=!0!==n;e.save(),e.fillStyle=a,jl(e,l,u&&_l(r,c,d)),e.beginPath();const b=!!i.pathSegment(e,t);let f;if(u){b?e.closePath():Yl(e,n,d,r);const t=!!n.pathSegment(e,s,{move:b,reverse:!0});f=b&&t,f||Yl(e,n,c,r)}e.closePath(),e.fill(f?"evenodd":"nonzero"),e.restore()}}function jl(e,t,i){const{top:n,bottom:r}=t.chart.chartArea,{property:o,start:l,end:a}=i||{};"x"===o&&(e.beginPath(),e.rect(l,n,a-l,r-n),e.clip())}function Yl(e,t,i,n){const r=t.interpolate(i,n);r&&e.lineTo(r.x,r.y)}var Ul={id:"filler",afterDatasetsUpdate(e,t,i){const n=(e.data.datasets||[]).length,r=[];let o,l,a,s;for(l=0;l<n;++l)o=e.getDatasetMeta(l),a=o.dataset,s=null,a&&a.options&&a instanceof bl&&(s={visible:e.isDatasetVisible(l),index:l,fill:Hl(a,l,n),chart:e,axis:o.controller.options.indexAxis,scale:o.vScale,line:a}),o.$filler=s,r.push(s);for(l=0;l<n;++l)s=r[l],s&&!1!==s.fill&&(s.fill=Il(r,l,i.propagate))},beforeDraw(e,t,i){const n="beforeDraw"===i.drawTime,r=e.getSortedVisibleDatasetMetas(),o=e.chartArea;for(let t=r.length-1;t>=0;--t){const i=r[t].$filler;i&&(i.line.updateControlPoints(o,i.axis),n&&i.fill&&Fl(e.ctx,i,o))}},beforeDatasetsDraw(e,t,i){if("beforeDatasetsDraw"!==i.drawTime)return;const n=e.getSortedVisibleDatasetMetas();for(let t=n.length-1;t>=0;--t){const i=n[t].$filler;Bl(i)&&Fl(e.ctx,i,e.chartArea)}},beforeDatasetDraw(e,t,i){const n=t.meta.$filler;Bl(n)&&"beforeDatasetDraw"===i.drawTime&&Fl(e.ctx,n,e.chartArea)},defaults:{propagate:!0,drawTime:"beforeDatasetDraw"}};const Vl=(e,t)=>{let{boxHeight:i=t,boxWidth:n=t}=e;return e.usePointStyle&&(i=Math.min(i,t),n=e.pointStyleWidth||Math.min(n,t)),{boxWidth:n,boxHeight:i,itemHeight:Math.max(t,i)}};class Sl extends wr{constructor(e){super(),this._added=!1,this.legendHitBoxes=[],this._hoveredItem=null,this.doughnutMode=!1,this.chart=e.chart,this.options=e.options,this.ctx=e.ctx,this.legendItems=void 0,this.columnSizes=void 0,this.lineWidths=void 0,this.maxHeight=void 0,this.maxWidth=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.height=void 0,this.width=void 0,this._margins=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(e,t,i){this.maxWidth=e,this.maxHeight=t,this._margins=i,this.setDimensions(),this.buildLabels(),this.fit()}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=this._margins.left,this.right=this.width):(this.height=this.maxHeight,this.top=this._margins.top,this.bottom=this.height)}buildLabels(){const e=this.options.labels||{};let t=Pe(e.generateLabels,[this.chart],this)||[];e.filter&&(t=t.filter((t=>e.filter(t,this.chart.data)))),e.sort&&(t=t.sort(((t,i)=>e.sort(t,i,this.chart.data)))),this.options.reverse&&t.reverse(),this.legendItems=t}fit(){const{options:e,ctx:t}=this;if(!e.display)return void(this.width=this.height=0);const i=e.labels,n=Zi(i.font),r=n.size,o=this._computeTitleHeight(),{boxWidth:l,itemHeight:a}=Vl(i,r);let s,c;t.font=n.string,this.isHorizontal()?(s=this.maxWidth,c=this._fitRows(o,r,l,a)+10):(c=this.maxHeight,s=this._fitCols(o,r,l,a)+10),this.width=Math.min(s,e.maxWidth||this.maxWidth),this.height=Math.min(c,e.maxHeight||this.maxHeight)}_fitRows(e,t,i,n){const{ctx:r,maxWidth:o,options:{labels:{padding:l}}}=this,a=this.legendHitBoxes=[],s=this.lineWidths=[0],c=n+l;let d=e;r.textAlign="left",r.textBaseline="middle";let u=-1,b=-c;return this.legendItems.forEach(((e,f)=>{const m=i+t/2+r.measureText(e.text).width;(0===f||s[s.length-1]+m+2*l>o)&&(d+=c,s[s.length-(f>0?0:1)]=0,b+=c,u++),a[f]={left:0,top:b,row:u,width:m,height:n},s[s.length-1]+=m+l})),d}_fitCols(e,t,i,n){const{ctx:r,maxHeight:o,options:{labels:{padding:l}}}=this,a=this.legendHitBoxes=[],s=this.columnSizes=[],c=o-e;let d=l,u=0,b=0,f=0,m=0;return this.legendItems.forEach(((e,o)=>{const h=i+t/2+r.measureText(e.text).width;o>0&&b+n+2*l>c&&(d+=u+l,s.push({width:u,height:b}),f+=u+l,m++,u=b=0),a[o]={left:f,top:b,col:m,width:h,height:n},u=Math.max(u,h),b+=n+l})),d+=u,s.push({width:u,height:b}),d}adjustHitBoxes(){if(!this.options.display)return;const e=this._computeTitleHeight(),{legendHitBoxes:t,options:{align:i,labels:{padding:n},rtl:r}}=this,o=Pn(r,this.left,this.width);if(this.isHorizontal()){let r=0,l=kt(i,this.left+n,this.right-this.lineWidths[r]);for(const a of t)r!==a.row&&(r=a.row,l=kt(i,this.left+n,this.right-this.lineWidths[r])),a.top+=this.top+e+n,a.left=o.leftForLtr(o.x(l),a.width),l+=a.width+n}else{let r=0,l=kt(i,this.top+e+n,this.bottom-this.columnSizes[r].height);for(const a of t)a.col!==r&&(r=a.col,l=kt(i,this.top+e+n,this.bottom-this.columnSizes[r].height)),a.top=l,a.left+=this.left+n,a.left=o.leftForLtr(o.x(a.left),a.width),l+=a.height+n}}isHorizontal(){return"top"===this.options.position||"bottom"===this.options.position}draw(){if(this.options.display){const e=this.ctx;Bi(e,this),this._draw(),Ii(e)}}_draw(){const{options:e,columnSizes:t,lineWidths:i,ctx:n}=this,{align:r,labels:o}=e,l=xi.color,a=Pn(e.rtl,this.left,this.width),s=Zi(o.font),{color:c,padding:d}=o,u=s.size,b=u/2;let f;this.drawTitle(),n.textAlign=a.textAlign("left"),n.textBaseline="middle",n.lineWidth=.5,n.font=s.string;const{boxWidth:m,boxHeight:h,itemHeight:p}=Vl(o,u),A=this.isHorizontal(),g=this._computeTitleHeight();f=A?{x:kt(r,this.left+d,this.right-i[0]),y:this.top+d+g,line:0}:{x:this.left+d,y:kt(r,this.top+g+d,this.bottom-t[0].height),line:0},Ln(this.ctx,e.textDirection);const C=p+d;this.legendItems.forEach(((v,N)=>{n.strokeStyle=v.fontColor||c,n.fillStyle=v.fontColor||c;const x=n.measureText(v.text).width,w=a.textAlign(v.textAlign||(v.textAlign=o.textAlign)),E=m+b+x;let y=f.x,_=f.y;a.setWidth(this.width),A?N>0&&y+E+d>this.right&&(_=f.y+=C,f.line++,y=f.x=kt(r,this.left+d,this.right-i[f.line])):N>0&&_+C>this.bottom&&(y=f.x=y+t[f.line].width+d,f.line++,_=f.y=kt(r,this.top+g+d,this.bottom-t[f.line].height));!function(e,t,i){if(isNaN(m)||m<=0||isNaN(h)||h<0)return;n.save();const r=He(i.lineWidth,1);if(n.fillStyle=He(i.fillStyle,l),n.lineCap=He(i.lineCap,"butt"),n.lineDashOffset=He(i.lineDashOffset,0),n.lineJoin=He(i.lineJoin,"miter"),n.lineWidth=r,n.strokeStyle=He(i.strokeStyle,l),n.setLineDash(He(i.lineDash,[])),o.usePointStyle){const l={radius:h*Math.SQRT2/2,pointStyle:i.pointStyle,rotation:i.rotation,borderWidth:r},s=a.xPlus(e,m/2);ki(n,l,s,t+b,o.pointStyleWidth&&m)}else{const o=t+Math.max((u-h)/2,0),l=a.leftForLtr(e,m),s=Vi(i.borderRadius);n.beginPath(),Object.values(s).some((e=>0!==e))?Ri(n,{x:l,y:o,w:m,h:h,radius:s}):n.rect(l,o,m,h),n.fill(),0!==r&&n.stroke()}n.restore()}(a.x(y),_,v),y=((e,t,i,n)=>e===(n?"left":"right")?i:"center"===e?(t+i)/2:t)(w,y+m+b,A?y+E:this.right,e.rtl),function(e,t,i){Pi(n,i.text,e,t+p/2,s,{strikethrough:i.hidden,textAlign:a.textAlign(i.textAlign)})}(a.x(y),_,v),A?f.x+=E+d:f.y+=C})),Rn(this.ctx,e.textDirection)}drawTitle(){const e=this.options,t=e.title,i=Zi(t.font),n=Si(t.padding);if(!t.display)return;const r=Pn(e.rtl,this.left,this.width),o=this.ctx,l=t.position,a=i.size/2,s=n.top+a;let c,d=this.left,u=this.width;if(this.isHorizontal())u=Math.max(...this.lineWidths),c=this.top+s,d=kt(e.align,d,this.right-u);else{const t=this.columnSizes.reduce(((e,t)=>Math.max(e,t.height)),0);c=s+kt(e.align,this.top,this.bottom-t-e.labels.padding-this._computeTitleHeight())}const b=kt(l,d,d+u);o.textAlign=r.textAlign(Mt(l)),o.textBaseline="middle",o.strokeStyle=t.color,o.fillStyle=t.color,o.font=i.string,Pi(o,t.text,b,c,i)}_computeTitleHeight(){const e=this.options.title,t=Zi(e.font),i=Si(e.padding);return e.display?t.lineHeight+i.height:0}_getLegendItemAt(e,t){let i,n,r;if(gt(e,this.left,this.right)&&gt(t,this.top,this.bottom))for(r=this.legendHitBoxes,i=0;i<r.length;++i)if(n=r[i],gt(e,n.left,n.left+n.width)&&gt(t,n.top,n.top+n.height))return this.legendItems[i];return null}handleEvent(e){const t=this.options;if(!function(e,t){if(("mousemove"===e||"mouseout"===e)&&(t.onHover||t.onLeave))return!0;if(t.onClick&&("click"===e||"mouseup"===e))return!0;return!1}(e.type,t))return;const i=this._getLegendItemAt(e.x,e.y);if("mousemove"===e.type||"mouseout"===e.type){const o=this._hoveredItem,l=(r=i,null!==(n=o)&&null!==r&&n.datasetIndex===r.datasetIndex&&n.index===r.index);o&&!l&&Pe(t.onLeave,[e,o,this],this),this._hoveredItem=i,i&&!l&&Pe(t.onHover,[e,i,this],this)}else i&&Pe(t.onClick,[e,i,this],this);var n,r}}var Zl={id:"legend",_element:Sl,start(e,t,i){const n=e.legend=new Sl({ctx:e.ctx,options:i,chart:e});ao.configure(e,n,i),ao.addBox(e,n)},stop(e){ao.removeBox(e,e.legend),delete e.legend},beforeUpdate(e,t,i){const n=e.legend;ao.configure(e,n,i),n.options=i},afterUpdate(e){const t=e.legend;t.buildLabels(),t.adjustHitBoxes()},afterEvent(e,t){t.replay||e.legend.handleEvent(t.event)},defaults:{display:!0,position:"top",align:"center",fullSize:!0,reverse:!1,weight:1e3,onClick(e,t,i){const n=t.datasetIndex,r=i.chart;r.isDatasetVisible(n)?(r.hide(n),t.hidden=!0):(r.show(n),t.hidden=!1)},onHover:null,onLeave:null,labels:{color:e=>e.chart.options.color,boxWidth:40,padding:10,generateLabels(e){const t=e.data.datasets,{labels:{usePointStyle:i,pointStyle:n,textAlign:r,color:o}}=e.legend.options;return e._getSortedDatasetMetas().map((e=>{const l=e.controller.getStyle(i?0:void 0),a=Si(l.borderWidth);return{text:t[e.index].label,fillStyle:l.backgroundColor,fontColor:o,hidden:!e.visible,lineCap:l.borderCapStyle,lineDash:l.borderDash,lineDashOffset:l.borderDashOffset,lineJoin:l.borderJoinStyle,lineWidth:(a.width+a.height)/4,strokeStyle:l.borderColor,pointStyle:n||l.pointStyle,rotation:l.rotation,textAlign:r||l.textAlign,borderRadius:0,datasetIndex:e.index}}),this)}},title:{color:e=>e.chart.options.color,display:!1,position:"center",text:""}},descriptors:{_scriptable:e=>!e.startsWith("on"),labels:{_scriptable:e=>!["generateLabels","filter","sort"].includes(e)}}};class Gl extends wr{constructor(e){super(),this.chart=e.chart,this.options=e.options,this.ctx=e.ctx,this._padding=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(e,t){const i=this.options;if(this.left=0,this.top=0,!i.display)return void(this.width=this.height=this.right=this.bottom=0);this.width=this.right=e,this.height=this.bottom=t;const n=ke(i.text)?i.text.length:1;this._padding=Si(i.padding);const r=n*Zi(i.font).lineHeight+this._padding.height;this.isHorizontal()?this.height=r:this.width=r}isHorizontal(){const e=this.options.position;return"top"===e||"bottom"===e}_drawArgs(e){const{top:t,left:i,bottom:n,right:r,options:o}=this,l=o.align;let a,s,c,d=0;return this.isHorizontal()?(s=kt(l,i,r),c=t+e,a=r-i):("left"===o.position?(s=i+e,c=kt(l,n,t),d=-.5*Te):(s=r-e,c=kt(l,t,n),d=.5*Te),a=n-t),{titleX:s,titleY:c,maxWidth:a,rotation:d}}draw(){const e=this.ctx,t=this.options;if(!t.display)return;const i=Zi(t.font),n=i.lineHeight/2+this._padding.top,{titleX:r,titleY:o,maxWidth:l,rotation:a}=this._drawArgs(n);Pi(e,t.text,0,0,i,{color:t.color,maxWidth:l,rotation:a,textAlign:Mt(t.align),textBaseline:"middle",translation:[r,o]})}}var Kl={id:"title",_element:Gl,start(e,t,i){!function(e,t){const i=new Gl({ctx:e.ctx,options:t,chart:e});ao.configure(e,i,t),ao.addBox(e,i),e.titleBlock=i}(e,i)},stop(e){const t=e.titleBlock;ao.removeBox(e,t),delete e.titleBlock},beforeUpdate(e,t,i){const n=e.titleBlock;ao.configure(e,n,i),n.options=i},defaults:{align:"center",display:!1,font:{weight:"bold"},fullSize:!0,padding:10,position:"top",text:"",weight:2e3},defaultRoutes:{color:"color"},descriptors:{_scriptable:!0,_indexable:!1}};const Wl=new WeakMap;var Tl={id:"subtitle",start(e,t,i){const n=new Gl({ctx:e.ctx,options:i,chart:e});ao.configure(e,n,i),ao.addBox(e,n),Wl.set(e,n)},stop(e){ao.removeBox(e,Wl.get(e)),Wl.delete(e)},beforeUpdate(e,t,i){const n=Wl.get(e);ao.configure(e,n,i),n.options=i},defaults:{align:"center",display:!1,font:{weight:"normal"},fullSize:!0,padding:0,position:"top",text:"",weight:1500},defaultRoutes:{color:"color"},descriptors:{_scriptable:!0,_indexable:!1}};const Xl={average(e){if(!e.length)return!1;let t,i,n=0,r=0,o=0;for(t=0,i=e.length;t<i;++t){const i=e[t].element;if(i&&i.hasValue()){const e=i.tooltipPosition();n+=e.x,r+=e.y,++o}}return{x:n/o,y:r/o}},nearest(e,t){if(!e.length)return!1;let i,n,r,o=t.x,l=t.y,a=Number.POSITIVE_INFINITY;for(i=0,n=e.length;i<n;++i){const n=e[i].element;if(n&&n.hasValue()){const e=ft(t,n.getCenterPoint());e<a&&(a=e,r=n)}}if(r){const e=r.tooltipPosition();o=e.x,l=e.y}return{x:o,y:l}}};function ql(e,t){return t&&(ke(t)?Array.prototype.push.apply(e,t):e.push(t)),e}function Jl(e){return("string"==typeof e||e instanceof String)&&e.indexOf("\n")>-1?e.split("\n"):e}function $l(e,t){const{element:i,datasetIndex:n,index:r}=t,o=e.getDatasetMeta(n).controller,{label:l,value:a}=o.getLabelAndValue(r);return{chart:e,label:l,parsed:o.getParsed(r),raw:e.data.datasets[n].data[r],formattedValue:a,dataset:o.getDataset(),dataIndex:r,datasetIndex:n,element:i}}function ea(e,t){const i=e.chart.ctx,{body:n,footer:r,title:o}=e,{boxWidth:l,boxHeight:a}=t,s=Zi(t.bodyFont),c=Zi(t.titleFont),d=Zi(t.footerFont),u=o.length,b=r.length,f=n.length,m=Si(t.padding);let h=m.height,p=0,A=n.reduce(((e,t)=>e+t.before.length+t.lines.length+t.after.length),0);if(A+=e.beforeBody.length+e.afterBody.length,u&&(h+=u*c.lineHeight+(u-1)*t.titleSpacing+t.titleMarginBottom),A){h+=f*(t.displayColors?Math.max(a,s.lineHeight):s.lineHeight)+(A-f)*s.lineHeight+(A-1)*t.bodySpacing}b&&(h+=t.footerMarginTop+b*d.lineHeight+(b-1)*t.footerSpacing);let g=0;const C=function(e){p=Math.max(p,i.measureText(e).width+g)};return i.save(),i.font=c.string,Le(e.title,C),i.font=s.string,Le(e.beforeBody.concat(e.afterBody),C),g=t.displayColors?l+2+t.boxPadding:0,Le(n,(e=>{Le(e.before,C),Le(e.lines,C),Le(e.after,C)})),g=0,i.font=d.string,Le(e.footer,C),i.restore(),p+=m.width,{width:p,height:h}}function ta(e,t,i,n){const{x:r,width:o}=i,{width:l,chartArea:{left:a,right:s}}=e;let c="center";return"center"===n?c=r<=(a+s)/2?"left":"right":r<=o/2?c="left":r>=l-o/2&&(c="right"),function(e,t,i,n){const{x:r,width:o}=n,l=i.caretSize+i.caretPadding;return"left"===e&&r+o+l>t.width||"right"===e&&r-o-l<0||void 0}(c,e,t,i)&&(c="center"),c}function ia(e,t,i){const n=i.yAlign||t.yAlign||function(e,t){const{y:i,height:n}=t;return i<n/2?"top":i>e.height-n/2?"bottom":"center"}(e,i);return{xAlign:i.xAlign||t.xAlign||ta(e,t,i,n),yAlign:n}}function na(e,t,i,n){const{caretSize:r,caretPadding:o,cornerRadius:l}=e,{xAlign:a,yAlign:s}=i,c=r+o,{topLeft:d,topRight:u,bottomLeft:b,bottomRight:f}=Vi(l);let m=function(e,t){let{x:i,width:n}=e;return"right"===t?i-=n:"center"===t&&(i-=n/2),i}(t,a);const h=function(e,t,i){let{y:n,height:r}=e;return"top"===t?n+=i:n-="bottom"===t?r+i:r/2,n}(t,s,c);return"center"===s?"left"===a?m+=c:"right"===a&&(m-=c):"left"===a?m-=Math.max(d,b)+r:"right"===a&&(m+=Math.max(u,f)+r),{x:At(m,0,n.width-t.width),y:At(h,0,n.height-t.height)}}function ra(e,t,i){const n=Si(i.padding);return"center"===t?e.x+e.width/2:"right"===t?e.x+e.width-n.right:e.x+n.left}function oa(e){return ql([],Jl(e))}function la(e,t){const i=t&&t.dataset&&t.dataset.tooltip&&t.dataset.tooltip.callbacks;return i?e.override(i):e}let aa=class extends wr{constructor(e){super(),this.opacity=0,this._active=[],this._eventPosition=void 0,this._size=void 0,this._cachedAnimations=void 0,this._tooltipItems=[],this.$animations=void 0,this.$context=void 0,this.chart=e.chart||e._chart,this._chart=this.chart,this.options=e.options,this.dataPoints=void 0,this.title=void 0,this.beforeBody=void 0,this.body=void 0,this.afterBody=void 0,this.footer=void 0,this.xAlign=void 0,this.yAlign=void 0,this.x=void 0,this.y=void 0,this.height=void 0,this.width=void 0,this.caretX=void 0,this.caretY=void 0,this.labelColors=void 0,this.labelPointStyles=void 0,this.labelTextColors=void 0}initialize(e){this.options=e,this._cachedAnimations=void 0,this.$context=void 0}_resolveAnimations(){const e=this._cachedAnimations;if(e)return e;const t=this.chart,i=this.options.setContext(this.getContext()),n=i.enabled&&t.options.animation&&i.animations,r=new Tn(this.chart,n);return n._cacheable&&(this._cachedAnimations=Object.freeze(r)),r}getContext(){return this.$context||(this.$context=(e=this.chart.getContext(),t=this,i=this._tooltipItems,Ki(e,{tooltip:t,tooltipItems:i,type:"tooltip"})));var e,t,i}getTitle(e,t){const{callbacks:i}=t,n=i.beforeTitle.apply(this,[e]),r=i.title.apply(this,[e]),o=i.afterTitle.apply(this,[e]);let l=[];return l=ql(l,Jl(n)),l=ql(l,Jl(r)),l=ql(l,Jl(o)),l}getBeforeBody(e,t){return oa(t.callbacks.beforeBody.apply(this,[e]))}getBody(e,t){const{callbacks:i}=t,n=[];return Le(e,(e=>{const t={before:[],lines:[],after:[]},r=la(i,e);ql(t.before,Jl(r.beforeLabel.call(this,e))),ql(t.lines,r.label.call(this,e)),ql(t.after,Jl(r.afterLabel.call(this,e))),n.push(t)})),n}getAfterBody(e,t){return oa(t.callbacks.afterBody.apply(this,[e]))}getFooter(e,t){const{callbacks:i}=t,n=i.beforeFooter.apply(this,[e]),r=i.footer.apply(this,[e]),o=i.afterFooter.apply(this,[e]);let l=[];return l=ql(l,Jl(n)),l=ql(l,Jl(r)),l=ql(l,Jl(o)),l}_createItems(e){const t=this._active,i=this.chart.data,n=[],r=[],o=[];let l,a,s=[];for(l=0,a=t.length;l<a;++l)s.push($l(this.chart,t[l]));return e.filter&&(s=s.filter(((t,n,r)=>e.filter(t,n,r,i)))),e.itemSort&&(s=s.sort(((t,n)=>e.itemSort(t,n,i)))),Le(s,(t=>{const i=la(e.callbacks,t);n.push(i.labelColor.call(this,t)),r.push(i.labelPointStyle.call(this,t)),o.push(i.labelTextColor.call(this,t))})),this.labelColors=n,this.labelPointStyles=r,this.labelTextColors=o,this.dataPoints=s,s}update(e,t){const i=this.options.setContext(this.getContext()),n=this._active;let r,o=[];if(n.length){const e=Xl[i.position].call(this,n,this._eventPosition);o=this._createItems(i),this.title=this.getTitle(o,i),this.beforeBody=this.getBeforeBody(o,i),this.body=this.getBody(o,i),this.afterBody=this.getAfterBody(o,i),this.footer=this.getFooter(o,i);const t=this._size=ea(this,i),l=Object.assign({},e,t),a=ia(this.chart,i,l),s=na(i,l,a,this.chart);this.xAlign=a.xAlign,this.yAlign=a.yAlign,r={opacity:1,x:s.x,y:s.y,width:t.width,height:t.height,caretX:e.x,caretY:e.y}}else 0!==this.opacity&&(r={opacity:0});this._tooltipItems=o,this.$context=void 0,r&&this._resolveAnimations().update(this,r),e&&i.external&&i.external.call(this,{chart:this.chart,tooltip:this,replay:t})}drawCaret(e,t,i,n){const r=this.getCaretPosition(e,i,n);t.lineTo(r.x1,r.y1),t.lineTo(r.x2,r.y2),t.lineTo(r.x3,r.y3)}getCaretPosition(e,t,i){const{xAlign:n,yAlign:r}=this,{caretSize:o,cornerRadius:l}=i,{topLeft:a,topRight:s,bottomLeft:c,bottomRight:d}=Vi(l),{x:u,y:b}=e,{width:f,height:m}=t;let h,p,A,g,C,v;return"center"===r?(C=b+m/2,"left"===n?(h=u,p=h-o,g=C+o,v=C-o):(h=u+f,p=h+o,g=C-o,v=C+o),A=h):(p="left"===n?u+Math.max(a,c)+o:"right"===n?u+f-Math.max(s,d)-o:this.caretX,"top"===r?(g=b,C=g-o,h=p-o,A=p+o):(g=b+m,C=g+o,h=p+o,A=p-o),v=g),{x1:h,x2:p,x3:A,y1:g,y2:C,y3:v}}drawTitle(e,t,i){const n=this.title,r=n.length;let o,l,a;if(r){const s=Pn(i.rtl,this.x,this.width);for(e.x=ra(this,i.titleAlign,i),t.textAlign=s.textAlign(i.titleAlign),t.textBaseline="middle",o=Zi(i.titleFont),l=i.titleSpacing,t.fillStyle=i.titleColor,t.font=o.string,a=0;a<r;++a)t.fillText(n[a],s.x(e.x),e.y+o.lineHeight/2),e.y+=o.lineHeight+l,a+1===r&&(e.y+=i.titleMarginBottom-l)}}_drawColorBox(e,t,i,n,r){const o=this.labelColors[i],l=this.labelPointStyles[i],{boxHeight:a,boxWidth:s,boxPadding:c}=r,d=Zi(r.bodyFont),u=ra(this,"left",r),b=n.x(u),f=a<d.lineHeight?(d.lineHeight-a)/2:0,m=t.y+f;if(r.usePointStyle){const t={radius:Math.min(s,a)/2,pointStyle:l.pointStyle,rotation:l.rotation,borderWidth:1},i=n.leftForLtr(b,s)+s/2,c=m+a/2;e.strokeStyle=r.multiKeyBackground,e.fillStyle=r.multiKeyBackground,Mi(e,t,i,c),e.strokeStyle=o.borderColor,e.fillStyle=o.backgroundColor,Mi(e,t,i,c)}else{e.lineWidth=De(o.borderWidth)?Math.max(...Object.values(o.borderWidth)):o.borderWidth||1,e.strokeStyle=o.borderColor,e.setLineDash(o.borderDash||[]),e.lineDashOffset=o.borderDashOffset||0;const t=n.leftForLtr(b,s-c),i=n.leftForLtr(n.xPlus(b,1),s-c-2),l=Vi(o.borderRadius);Object.values(l).some((e=>0!==e))?(e.beginPath(),e.fillStyle=r.multiKeyBackground,Ri(e,{x:t,y:m,w:s,h:a,radius:l}),e.fill(),e.stroke(),e.fillStyle=o.backgroundColor,e.beginPath(),Ri(e,{x:i,y:m+1,w:s-2,h:a-2,radius:l}),e.fill()):(e.fillStyle=r.multiKeyBackground,e.fillRect(t,m,s,a),e.strokeRect(t,m,s,a),e.fillStyle=o.backgroundColor,e.fillRect(i,m+1,s-2,a-2))}e.fillStyle=this.labelTextColors[i]}drawBody(e,t,i){const{body:n}=this,{bodySpacing:r,bodyAlign:o,displayColors:l,boxHeight:a,boxWidth:s,boxPadding:c}=i,d=Zi(i.bodyFont);let u=d.lineHeight,b=0;const f=Pn(i.rtl,this.x,this.width),m=function(i){t.fillText(i,f.x(e.x+b),e.y+u/2),e.y+=u+r},h=f.textAlign(o);let p,A,g,C,v,N,x;for(t.textAlign=o,t.textBaseline="middle",t.font=d.string,e.x=ra(this,h,i),t.fillStyle=i.bodyColor,Le(this.beforeBody,m),b=l&&"right"!==h?"center"===o?s/2+c:s+2+c:0,C=0,N=n.length;C<N;++C){for(p=n[C],A=this.labelTextColors[C],t.fillStyle=A,Le(p.before,m),g=p.lines,l&&g.length&&(this._drawColorBox(t,e,C,f,i),u=Math.max(d.lineHeight,a)),v=0,x=g.length;v<x;++v)m(g[v]),u=d.lineHeight;Le(p.after,m)}b=0,u=d.lineHeight,Le(this.afterBody,m),e.y-=r}drawFooter(e,t,i){const n=this.footer,r=n.length;let o,l;if(r){const a=Pn(i.rtl,this.x,this.width);for(e.x=ra(this,i.footerAlign,i),e.y+=i.footerMarginTop,t.textAlign=a.textAlign(i.footerAlign),t.textBaseline="middle",o=Zi(i.footerFont),t.fillStyle=i.footerColor,t.font=o.string,l=0;l<r;++l)t.fillText(n[l],a.x(e.x),e.y+o.lineHeight/2),e.y+=o.lineHeight+i.footerSpacing}}drawBackground(e,t,i,n){const{xAlign:r,yAlign:o}=this,{x:l,y:a}=e,{width:s,height:c}=i,{topLeft:d,topRight:u,bottomLeft:b,bottomRight:f}=Vi(n.cornerRadius);t.fillStyle=n.backgroundColor,t.strokeStyle=n.borderColor,t.lineWidth=n.borderWidth,t.beginPath(),t.moveTo(l+d,a),"top"===o&&this.drawCaret(e,t,i,n),t.lineTo(l+s-u,a),t.quadraticCurveTo(l+s,a,l+s,a+u),"center"===o&&"right"===r&&this.drawCaret(e,t,i,n),t.lineTo(l+s,a+c-f),t.quadraticCurveTo(l+s,a+c,l+s-f,a+c),"bottom"===o&&this.drawCaret(e,t,i,n),t.lineTo(l+b,a+c),t.quadraticCurveTo(l,a+c,l,a+c-b),"center"===o&&"left"===r&&this.drawCaret(e,t,i,n),t.lineTo(l,a+d),t.quadraticCurveTo(l,a,l+d,a),t.closePath(),t.fill(),n.borderWidth>0&&t.stroke()}_updateAnimationTarget(e){const t=this.chart,i=this.$animations,n=i&&i.x,r=i&&i.y;if(n||r){const i=Xl[e.position].call(this,this._active,this._eventPosition);if(!i)return;const o=this._size=ea(this,e),l=Object.assign({},i,this._size),a=ia(t,e,l),s=na(e,l,a,t);n._to===s.x&&r._to===s.y||(this.xAlign=a.xAlign,this.yAlign=a.yAlign,this.width=o.width,this.height=o.height,this.caretX=i.x,this.caretY=i.y,this._resolveAnimations().update(this,s))}}_willRender(){return!!this.opacity}draw(e){const t=this.options.setContext(this.getContext());let i=this.opacity;if(!i)return;this._updateAnimationTarget(t);const n={width:this.width,height:this.height},r={x:this.x,y:this.y};i=Math.abs(i)<.001?0:i;const o=Si(t.padding),l=this.title.length||this.beforeBody.length||this.body.length||this.afterBody.length||this.footer.length;t.enabled&&l&&(e.save(),e.globalAlpha=i,this.drawBackground(r,e,n,t),Ln(e,t.textDirection),r.y+=o.top,this.drawTitle(r,e,t),this.drawBody(r,e,t),this.drawFooter(r,e,t),Rn(e,t.textDirection),e.restore())}getActiveElements(){return this._active||[]}setActiveElements(e,t){const i=this._active,n=e.map((({datasetIndex:e,index:t})=>{const i=this.chart.getDatasetMeta(e);if(!i)throw new Error("Cannot find a dataset at index "+e);return{datasetIndex:e,element:i.data[t],index:t}})),r=!Re(i,n),o=this._positionChanged(n,t);(r||o)&&(this._active=n,this._eventPosition=t,this._ignoreReplayEvents=!0,this.update(!0))}handleEvent(e,t,i=!0){if(t&&this._ignoreReplayEvents)return!1;this._ignoreReplayEvents=!1;const n=this.options,r=this._active||[],o=this._getActiveElements(e,r,t,i),l=this._positionChanged(o,e),a=t||!Re(o,r)||l;return a&&(this._active=o,(n.enabled||n.external)&&(this._eventPosition={x:e.x,y:e.y},this.update(!0,t))),a}_getActiveElements(e,t,i,n){const r=this.options;if("mouseout"===e.type)return[];if(!n)return t;const o=this.chart.getElementsAtEventForMode(e,r.mode,r,i);return r.reverse&&o.reverse(),o}_positionChanged(e,t){const{caretX:i,caretY:n,options:r}=this,o=Xl[r.position].call(this,e,t);return!1!==o&&(i!==o.x||n!==o.y)}};aa.positioners=Xl;var sa={id:"tooltip",_element:aa,positioners:Xl,afterInit(e,t,i){i&&(e.tooltip=new aa({chart:e,options:i}))},beforeUpdate(e,t,i){e.tooltip&&e.tooltip.initialize(i)},reset(e,t,i){e.tooltip&&e.tooltip.initialize(i)},afterDraw(e){const t=e.tooltip;if(t&&t._willRender()){const i={tooltip:t};if(!1===e.notifyPlugins("beforeTooltipDraw",i))return;t.draw(e.ctx),e.notifyPlugins("afterTooltipDraw",i)}},afterEvent(e,t){if(e.tooltip){const i=t.replay;e.tooltip.handleEvent(t.event,i,t.inChartArea)&&(t.changed=!0)}},defaults:{enabled:!0,external:null,position:"average",backgroundColor:"rgba(0,0,0,0.8)",titleColor:"#fff",titleFont:{weight:"bold"},titleSpacing:2,titleMarginBottom:6,titleAlign:"left",bodyColor:"#fff",bodySpacing:2,bodyFont:{},bodyAlign:"left",footerColor:"#fff",footerSpacing:2,footerMarginTop:6,footerFont:{weight:"bold"},footerAlign:"left",padding:6,caretPadding:2,caretSize:5,cornerRadius:6,boxHeight:(e,t)=>t.bodyFont.size,boxWidth:(e,t)=>t.bodyFont.size,multiKeyBackground:"#fff",displayColors:!0,boxPadding:0,borderColor:"rgba(0,0,0,0)",borderWidth:0,animation:{duration:400,easing:"easeOutQuart"},animations:{numbers:{type:"number",properties:["x","y","width","height","caretX","caretY"]},opacity:{easing:"linear",duration:200}},callbacks:{beforeTitle:ye,title(e){if(e.length>0){const t=e[0],i=t.chart.data.labels,n=i?i.length:0;if(this&&this.options&&"dataset"===this.options.mode)return t.dataset.label||"";if(t.label)return t.label;if(n>0&&t.dataIndex<n)return i[t.dataIndex]}return""},afterTitle:ye,beforeBody:ye,beforeLabel:ye,label(e){if(this&&this.options&&"dataset"===this.options.mode)return e.label+": "+e.formattedValue||e.formattedValue;let t=e.dataset.label||"";t&&(t+=": ");const i=e.formattedValue;return Me(i)||(t+=i),t},labelColor(e){const t=e.chart.getDatasetMeta(e.datasetIndex).controller.getStyle(e.dataIndex);return{borderColor:t.borderColor,backgroundColor:t.backgroundColor,borderWidth:t.borderWidth,borderDash:t.borderDash,borderDashOffset:t.borderDashOffset,borderRadius:0}},labelTextColor(){return this.options.bodyColor},labelPointStyle(e){const t=e.chart.getDatasetMeta(e.datasetIndex).controller.getStyle(e.dataIndex);return{pointStyle:t.pointStyle,rotation:t.rotation}},afterLabel:ye,afterBody:ye,beforeFooter:ye,footer:ye,afterFooter:ye}},defaultRoutes:{bodyFont:"font",footerFont:"font",titleFont:"font"},descriptors:{_scriptable:e=>"filter"!==e&&"itemSort"!==e&&"external"!==e,_indexable:!1,callbacks:{_scriptable:!1,_indexable:!1},animation:{_fallback:!1},animations:{_fallback:"animation"}},additionalOptionScopes:["interaction"]},ca=Object.freeze({__proto__:null,Decimation:yl,Filler:Ul,Legend:Zl,SubTitle:Tl,Title:Kl,Tooltip:sa});function da(e,t,i,n){const r=e.indexOf(t);if(-1===r)return((e,t,i,n)=>("string"==typeof t?(i=e.push(t)-1,n.unshift({index:i,label:t})):isNaN(t)&&(i=null),i))(e,t,i,n);return r!==e.lastIndexOf(t)?i:r}class ua extends Pr{constructor(e){super(e),this._startValue=void 0,this._valueRange=0,this._addedLabels=[]}init(e){const t=this._addedLabels;if(t.length){const e=this.getLabels();for(const{index:i,label:n}of t)e[i]===n&&e.splice(i,1);this._addedLabels=[]}super.init(e)}parse(e,t){if(Me(e))return null;const i=this.getLabels();return((e,t)=>null===e?null:At(Math.round(e),0,t))(t=isFinite(t)&&i[t]===e?t:da(i,e,He(t,e),this._addedLabels),i.length-1)}determineDataLimits(){const{minDefined:e,maxDefined:t}=this.getUserBounds();let{min:i,max:n}=this.getMinMax(!0);"ticks"===this.options.bounds&&(e||(i=0),t||(n=this.getLabels().length-1)),this.min=i,this.max=n}buildTicks(){const e=this.min,t=this.max,i=this.options.offset,n=[];let r=this.getLabels();r=0===e&&t===r.length-1?r:r.slice(e,t+1),this._valueRange=Math.max(r.length-(i?0:1),1),this._startValue=this.min-(i?.5:0);for(let i=e;i<=t;i++)n.push({value:i});return n}getLabelForValue(e){const t=this.getLabels();return e>=0&&e<t.length?t[e]:e}configure(){super.configure(),this.isHorizontal()||(this._reversePixels=!this._reversePixels)}getPixelForValue(e){return"number"!=typeof e&&(e=this.parse(e)),null===e?NaN:this.getPixelForDecimal((e-this._startValue)/this._valueRange)}getPixelForTick(e){const t=this.ticks;return e<0||e>t.length-1?null:this.getPixelForValue(t[e].value)}getValueForPixel(e){return Math.round(this._startValue+this.getDecimalForPixel(e)*this._valueRange)}getBasePixel(){return this.bottom}}function ba(e,t){const i=[],{bounds:n,step:r,min:o,max:l,precision:a,count:s,maxTicks:c,maxDigits:d,includeBounds:u}=e,b=r||1,f=c-1,{min:m,max:h}=t,p=!Me(o),A=!Me(l),g=!Me(s),C=(h-m)/(d+1);let v,N,x,w,E=ot((h-m)/f/b)*b;if(E<1e-14&&!p&&!A)return[{value:m},{value:h}];w=Math.ceil(h/E)-Math.floor(m/E),w>f&&(E=ot(w*E/f/b)*b),Me(a)||(v=Math.pow(10,a),E=Math.ceil(E*v)/v),"ticks"===n?(N=Math.floor(m/E)*E,x=Math.ceil(h/E)*E):(N=m,x=h),p&&A&&r&&function(e,t){const i=Math.round(e);return i-t<=e&&i+t>=e}((l-o)/r,E/1e3)?(w=Math.round(Math.min((l-o)/E,c)),E=(l-o)/w,N=o,x=l):g?(N=p?o:N,x=A?l:x,w=s-1,E=(x-N)/w):(w=(x-N)/E,w=at(w,Math.round(w),E/1e3)?Math.round(w):Math.ceil(w));const y=Math.max(ut(E),ut(N));v=Math.pow(10,Me(a)?y:a),N=Math.round(N*v)/v,x=Math.round(x*v)/v;let _=0;for(p&&(u&&N!==o?(i.push({value:o}),N<o&&_++,at(Math.round((N+_*E)*v)/v,o,fa(o,C,e))&&_++):N<o&&_++);_<w;++_)i.push({value:Math.round((N+_*E)*v)/v});return A&&u&&x!==l?i.length&&at(i[i.length-1].value,l,fa(l,C,e))?i[i.length-1].value=l:i.push({value:l}):A&&x!==l||i.push({value:x}),i}function fa(e,t,{horizontal:i,minRotation:n}){const r=ct(n),o=(i?Math.sin(r):Math.cos(r))||.001,l=.75*t*(""+e).length;return Math.min(t/o,l)}ua.id="category",ua.defaults={ticks:{callback:ua.prototype.getLabelForValue}};class ma extends Pr{constructor(e){super(e),this.start=void 0,this.end=void 0,this._startValue=void 0,this._endValue=void 0,this._valueRange=0}parse(e,t){return Me(e)||("number"==typeof e||e instanceof Number)&&!isFinite(+e)?null:+e}handleTickRangeOptions(){const{beginAtZero:e}=this.options,{minDefined:t,maxDefined:i}=this.getUserBounds();let{min:n,max:r}=this;const o=e=>n=t?n:e,l=e=>r=i?r:e;if(e){const e=rt(n),t=rt(r);e<0&&t<0?l(0):e>0&&t>0&&o(0)}if(n===r){let t=1;(r>=Number.MAX_SAFE_INTEGER||n<=Number.MIN_SAFE_INTEGER)&&(t=Math.abs(.05*r)),l(r+t),e||o(n-t)}this.min=n,this.max=r}getTickLimit(){const e=this.options.ticks;let t,{maxTicksLimit:i,stepSize:n}=e;return n?(t=Math.ceil(this.max/n)-Math.floor(this.min/n)+1,t>1e3&&(console.warn(`scales.${this.id}.ticks.stepSize: ${n} would result generating up to ${t} ticks. Limiting to 1000.`),t=1e3)):(t=this.computeTickLimit(),i=i||11),i&&(t=Math.min(i,t)),t}computeTickLimit(){return Number.POSITIVE_INFINITY}buildTicks(){const e=this.options,t=e.ticks;let i=this.getTickLimit();i=Math.max(2,i);const n=ba({maxTicks:i,bounds:e.bounds,min:e.min,max:e.max,precision:t.precision,step:t.stepSize,count:t.count,maxDigits:this._maxDigits(),horizontal:this.isHorizontal(),minRotation:t.minRotation||0,includeBounds:!1!==t.includeBounds},this._range||this);return"ticks"===e.bounds&&st(n,this,"value"),e.reverse?(n.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),n}configure(){const e=this.ticks;let t=this.min,i=this.max;if(super.configure(),this.options.offset&&e.length){const n=(i-t)/Math.max(e.length-1,1)/2;t-=n,i+=n}this._startValue=t,this._endValue=i,this._valueRange=i-t}getLabelForValue(e){return On(e,this.chart.options.locale,this.options.ticks.format)}}class ha extends ma{determineDataLimits(){const{min:e,max:t}=this.getMinMax(!0);this.min=Be(e)?e:0,this.max=Be(t)?t:1,this.handleTickRangeOptions()}computeTickLimit(){const e=this.isHorizontal(),t=e?this.width:this.height,i=ct(this.options.ticks.minRotation),n=(e?Math.sin(i):Math.cos(i))||.001,r=this._resolveTickFontOptions(0);return Math.ceil(t/Math.min(40,r.lineHeight/n))}getPixelForValue(e){return null===e?NaN:this.getPixelForDecimal((e-this._startValue)/this._valueRange)}getValueForPixel(e){return this._startValue+this.getDecimalForPixel(e)*this._valueRange}}function pa(e){return 1===e/Math.pow(10,Math.floor(nt(e)))}ha.id="linear",ha.defaults={ticks:{callback:yr.formatters.numeric}};class Aa extends Pr{constructor(e){super(e),this.start=void 0,this.end=void 0,this._startValue=void 0,this._valueRange=0}parse(e,t){const i=ma.prototype.parse.apply(this,[e,t]);if(0!==i)return Be(i)&&i>0?i:null;this._zero=!0}determineDataLimits(){const{min:e,max:t}=this.getMinMax(!0);this.min=Be(e)?Math.max(0,e):null,this.max=Be(t)?Math.max(0,t):null,this.options.beginAtZero&&(this._zero=!0),this.handleTickRangeOptions()}handleTickRangeOptions(){const{minDefined:e,maxDefined:t}=this.getUserBounds();let i=this.min,n=this.max;const r=t=>i=e?i:t,o=e=>n=t?n:e,l=(e,t)=>Math.pow(10,Math.floor(nt(e))+t);i===n&&(i<=0?(r(1),o(10)):(r(l(i,-1)),o(l(n,1)))),i<=0&&r(l(n,-1)),n<=0&&o(l(i,1)),this._zero&&this.min!==this._suggestedMin&&i===l(this.min,0)&&r(l(i,-1)),this.min=i,this.max=n}buildTicks(){const e=this.options,t=function(e,t){const i=Math.floor(nt(t.max)),n=Math.ceil(t.max/Math.pow(10,i)),r=[];let o=Ie(e.min,Math.pow(10,Math.floor(nt(t.min)))),l=Math.floor(nt(o)),a=Math.floor(o/Math.pow(10,l)),s=l<0?Math.pow(10,Math.abs(l)):1;do{r.push({value:o,major:pa(o)}),++a,10===a&&(a=1,++l,s=l>=0?1:s),o=Math.round(a*Math.pow(10,l)*s)/s}while(l<i||l===i&&a<n);const c=Ie(e.max,o);return r.push({value:c,major:pa(o)}),r}({min:this._userMin,max:this._userMax},this);return"ticks"===e.bounds&&st(t,this,"value"),e.reverse?(t.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),t}getLabelForValue(e){return void 0===e?"0":On(e,this.chart.options.locale,this.options.ticks.format)}configure(){const e=this.min;super.configure(),this._startValue=nt(e),this._valueRange=nt(this.max)-nt(e)}getPixelForValue(e){return void 0!==e&&0!==e||(e=this.min),null===e||isNaN(e)?NaN:this.getPixelForDecimal(e===this.min?0:(nt(e)-this._startValue)/this._valueRange)}getValueForPixel(e){const t=this.getDecimalForPixel(e);return Math.pow(10,this._startValue+t*this._valueRange)}}function ga(e){const t=e.ticks;if(t.display&&e.display){const e=Si(t.backdropPadding);return He(t.font&&t.font.size,xi.font.size)+e.height}return 0}function Ca(e,t,i,n,r){return e===n||e===r?{start:t-i/2,end:t+i/2}:e<n||e>r?{start:t-i,end:t}:{start:t,end:t+i}}function va(e){const t={l:e.left+e._padding.left,r:e.right-e._padding.right,t:e.top+e._padding.top,b:e.bottom-e._padding.bottom},i=Object.assign({},t),n=[],r=[],o=e._pointLabels.length,l=e.options.pointLabels,a=l.centerPointLabels?Te/o:0;for(let u=0;u<o;u++){const o=l.setContext(e.getPointLabelContext(u));r[u]=o.padding;const b=e.getPointPosition(u,e.drawingArea+r[u],a),f=Zi(o.font),m=(s=e.ctx,c=f,d=ke(d=e._pointLabels[u])?d:[d],{w:Ei(s,c.string,d),h:d.length*c.lineHeight});n[u]=m;const h=ht(e.getIndexAngle(u)+a),p=Math.round(dt(h));Na(i,t,h,Ca(p,b.x,m.w,0,180),Ca(p,b.y,m.h,90,270))}var s,c,d;e.setCenterPoint(t.l-i.l,i.r-t.r,t.t-i.t,i.b-t.b),e._pointLabelItems=function(e,t,i){const n=[],r=e._pointLabels.length,o=e.options,l=ga(o)/2,a=e.drawingArea,s=o.pointLabels.centerPointLabels?Te/r:0;for(let o=0;o<r;o++){const r=e.getPointPosition(o,a+l+i[o],s),c=Math.round(dt(ht(r.angle+et))),d=t[o],u=Ea(r.y,d.h,c),b=xa(c),f=wa(r.x,d.w,b);n.push({x:r.x,y:u,textAlign:b,left:f,top:u,right:f+d.w,bottom:u+d.h})}return n}(e,n,r)}function Na(e,t,i,n,r){const o=Math.abs(Math.sin(i)),l=Math.abs(Math.cos(i));let a=0,s=0;n.start<t.l?(a=(t.l-n.start)/o,e.l=Math.min(e.l,t.l-a)):n.end>t.r&&(a=(n.end-t.r)/o,e.r=Math.max(e.r,t.r+a)),r.start<t.t?(s=(t.t-r.start)/l,e.t=Math.min(e.t,t.t-s)):r.end>t.b&&(s=(r.end-t.b)/l,e.b=Math.max(e.b,t.b+s))}function xa(e){return 0===e||180===e?"center":e<180?"left":"right"}function wa(e,t,i){return"right"===i?e-=t:"center"===i&&(e-=t/2),e}function Ea(e,t,i){return 90===i||270===i?e-=t/2:(i>270||i<90)&&(e-=t),e}function ya(e,t,i,n){const{ctx:r}=e;if(i)r.arc(e.xCenter,e.yCenter,t,0,Xe);else{let i=e.getPointPosition(0,t);r.moveTo(i.x,i.y);for(let o=1;o<n;o++)i=e.getPointPosition(o,t),r.lineTo(i.x,i.y)}}Aa.id="logarithmic",Aa.defaults={ticks:{callback:yr.formatters.logarithmic,major:{enabled:!0}}};class _a extends ma{constructor(e){super(e),this.xCenter=void 0,this.yCenter=void 0,this.drawingArea=void 0,this._pointLabels=[],this._pointLabelItems=[]}setDimensions(){const e=this._padding=Si(ga(this.options)/2),t=this.width=this.maxWidth-e.width,i=this.height=this.maxHeight-e.height;this.xCenter=Math.floor(this.left+t/2+e.left),this.yCenter=Math.floor(this.top+i/2+e.top),this.drawingArea=Math.floor(Math.min(t,i)/2)}determineDataLimits(){const{min:e,max:t}=this.getMinMax(!1);this.min=Be(e)&&!isNaN(e)?e:0,this.max=Be(t)&&!isNaN(t)?t:0,this.handleTickRangeOptions()}computeTickLimit(){return Math.ceil(this.drawingArea/ga(this.options))}generateTickLabels(e){ma.prototype.generateTickLabels.call(this,e),this._pointLabels=this.getLabels().map(((e,t)=>{const i=Pe(this.options.pointLabels.callback,[e,t],this);return i||0===i?i:""})).filter(((e,t)=>this.chart.getDataVisibility(t)))}fit(){const e=this.options;e.display&&e.pointLabels.display?va(this):this.setCenterPoint(0,0,0,0)}setCenterPoint(e,t,i,n){this.xCenter+=Math.floor((e-t)/2),this.yCenter+=Math.floor((i-n)/2),this.drawingArea-=Math.min(this.drawingArea/2,Math.max(e,t,i,n))}getIndexAngle(e){return ht(e*(Xe/(this._pointLabels.length||1))+ct(this.options.startAngle||0))}getDistanceFromCenterForValue(e){if(Me(e))return NaN;const t=this.drawingArea/(this.max-this.min);return this.options.reverse?(this.max-e)*t:(e-this.min)*t}getValueForDistanceFromCenter(e){if(Me(e))return NaN;const t=e/(this.drawingArea/(this.max-this.min));return this.options.reverse?this.max-t:this.min+t}getPointLabelContext(e){const t=this._pointLabels||[];if(e>=0&&e<t.length){const i=t[e];return function(e,t,i){return Ki(e,{label:i,index:t,type:"pointLabel"})}(this.getContext(),e,i)}}getPointPosition(e,t,i=0){const n=this.getIndexAngle(e)-et+i;return{x:Math.cos(n)*t+this.xCenter,y:Math.sin(n)*t+this.yCenter,angle:n}}getPointPositionForValue(e,t){return this.getPointPosition(e,this.getDistanceFromCenterForValue(t))}getBasePosition(e){return this.getPointPositionForValue(e||0,this.getBaseValue())}getPointLabelPosition(e){const{left:t,top:i,right:n,bottom:r}=this._pointLabelItems[e];return{left:t,top:i,right:n,bottom:r}}drawBackground(){const{backgroundColor:e,grid:{circular:t}}=this.options;if(e){const i=this.ctx;i.save(),i.beginPath(),ya(this,this.getDistanceFromCenterForValue(this._endValue),t,this._pointLabels.length),i.closePath(),i.fillStyle=e,i.fill(),i.restore()}}drawGrid(){const e=this.ctx,t=this.options,{angleLines:i,grid:n}=t,r=this._pointLabels.length;let o,l,a;if(t.pointLabels.display&&function(e,t){const{ctx:i,options:{pointLabels:n}}=e;for(let r=t-1;r>=0;r--){const t=n.setContext(e.getPointLabelContext(r)),o=Zi(t.font),{x:l,y:a,textAlign:s,left:c,top:d,right:u,bottom:b}=e._pointLabelItems[r],{backdropColor:f}=t;if(!Me(f)){const e=Vi(t.borderRadius),n=Si(t.backdropPadding);i.fillStyle=f;const r=c-n.left,o=d-n.top,l=u-c+n.width,a=b-d+n.height;Object.values(e).some((e=>0!==e))?(i.beginPath(),Ri(i,{x:r,y:o,w:l,h:a,radius:e}),i.fill()):i.fillRect(r,o,l,a)}Pi(i,e._pointLabels[r],l,a+o.lineHeight/2,o,{color:t.color,textAlign:s,textBaseline:"middle"})}}(this,r),n.display&&this.ticks.forEach(((e,t)=>{if(0!==t){l=this.getDistanceFromCenterForValue(e.value);!function(e,t,i,n){const r=e.ctx,o=t.circular,{color:l,lineWidth:a}=t;!o&&!n||!l||!a||i<0||(r.save(),r.strokeStyle=l,r.lineWidth=a,r.setLineDash(t.borderDash),r.lineDashOffset=t.borderDashOffset,r.beginPath(),ya(e,i,o,n),r.closePath(),r.stroke(),r.restore())}(this,n.setContext(this.getContext(t-1)),l,r)}})),i.display){for(e.save(),o=r-1;o>=0;o--){const n=i.setContext(this.getPointLabelContext(o)),{color:r,lineWidth:s}=n;s&&r&&(e.lineWidth=s,e.strokeStyle=r,e.setLineDash(n.borderDash),e.lineDashOffset=n.borderDashOffset,l=this.getDistanceFromCenterForValue(t.ticks.reverse?this.min:this.max),a=this.getPointPosition(o,l),e.beginPath(),e.moveTo(this.xCenter,this.yCenter),e.lineTo(a.x,a.y),e.stroke())}e.restore()}}drawBorder(){}drawLabels(){const e=this.ctx,t=this.options,i=t.ticks;if(!i.display)return;const n=this.getIndexAngle(0);let r,o;e.save(),e.translate(this.xCenter,this.yCenter),e.rotate(n),e.textAlign="center",e.textBaseline="middle",this.ticks.forEach(((n,l)=>{if(0===l&&!t.reverse)return;const a=i.setContext(this.getContext(l)),s=Zi(a.font);if(r=this.getDistanceFromCenterForValue(this.ticks[l].value),a.showLabelBackdrop){e.font=s.string,o=e.measureText(n.label).width,e.fillStyle=a.backdropColor;const t=Si(a.backdropPadding);e.fillRect(-o/2-t.left,-r-s.size/2-t.top,o+t.width,s.size+t.height)}Pi(e,n.label,0,-r,s,{color:a.color})})),e.restore()}drawTitle(){}}_a.id="radialLinear",_a.defaults={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,lineWidth:1,borderDash:[],borderDashOffset:0},grid:{circular:!1},startAngle:0,ticks:{showLabelBackdrop:!0,callback:yr.formatters.numeric},pointLabels:{backdropColor:void 0,backdropPadding:2,display:!0,font:{size:10},callback:e=>e,padding:5,centerPointLabels:!1}},_a.defaultRoutes={"angleLines.color":"borderColor","pointLabels.color":"color","ticks.color":"color"},_a.descriptors={angleLines:{_fallback:"grid"}};const Ma={millisecond:{common:!0,size:1,steps:1e3},second:{common:!0,size:1e3,steps:60},minute:{common:!0,size:6e4,steps:60},hour:{common:!0,size:36e5,steps:24},day:{common:!0,size:864e5,steps:30},week:{common:!1,size:6048e5,steps:4},month:{common:!0,size:2628e6,steps:12},quarter:{common:!1,size:7884e6,steps:4},year:{common:!0,size:3154e7}},ka=Object.keys(Ma);function Da(e,t){return e-t}function Ba(e,t){if(Me(t))return null;const i=e._adapter,{parser:n,round:r,isoWeekday:o}=e._parseOpts;let l=t;return"function"==typeof n&&(l=n(l)),Be(l)||(l="string"==typeof n?i.parse(l,n):i.parse(l)),null===l?null:(r&&(l="week"!==r||!lt(o)&&!0!==o?i.startOf(l,r):i.startOf(l,"isoWeek",o)),+l)}function Ia(e,t,i,n){const r=ka.length;for(let o=ka.indexOf(e);o<r-1;++o){const e=Ma[ka[o]],r=e.steps?e.steps:Number.MAX_SAFE_INTEGER;if(e.common&&Math.ceil((i-t)/(r*e.size))<=n)return ka[o]}return ka[r-1]}function Ha(e,t,i){if(i){if(i.length){const{lo:n,hi:r}=Ct(i,t);e[i[n]>=t?i[n]:i[r]]=!0}}else e[t]=!0}function Oa(e,t,i){const n=[],r={},o=t.length;let l,a;for(l=0;l<o;++l)a=t[l],r[a]=l,n.push({value:a,major:!1});return 0!==o&&i?function(e,t,i,n){const r=e._adapter,o=+r.startOf(t[0].value,n),l=t[t.length-1].value;let a,s;for(a=o;a<=l;a=+r.add(a,1,n))s=i[a],s>=0&&(t[s].major=!0);return t}(e,n,r,i):n}class Pa extends Pr{constructor(e){super(e),this._cache={data:[],labels:[],all:[]},this._unit="day",this._majorUnit=void 0,this._offsets={},this._normalized=!1,this._parseOpts=void 0}init(e,t){const i=e.time||(e.time={}),n=this._adapter=new Yr._date(e.adapters.date);n.init(t),Ye(i.displayFormats,n.formats()),this._parseOpts={parser:i.parser,round:i.round,isoWeekday:i.isoWeekday},super.init(e),this._normalized=t.normalized}parse(e,t){return void 0===e?null:Ba(this,e)}beforeLayout(){super.beforeLayout(),this._cache={data:[],labels:[],all:[]}}determineDataLimits(){const e=this.options,t=this._adapter,i=e.time.unit||"day";let{min:n,max:r,minDefined:o,maxDefined:l}=this.getUserBounds();function a(e){o||isNaN(e.min)||(n=Math.min(n,e.min)),l||isNaN(e.max)||(r=Math.max(r,e.max))}o&&l||(a(this._getLabelBounds()),"ticks"===e.bounds&&"labels"===e.ticks.source||a(this.getMinMax(!1))),n=Be(n)&&!isNaN(n)?n:+t.startOf(Date.now(),i),r=Be(r)&&!isNaN(r)?r:+t.endOf(Date.now(),i)+1,this.min=Math.min(n,r-1),this.max=Math.max(n+1,r)}_getLabelBounds(){const e=this.getLabelTimestamps();let t=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY;return e.length&&(t=e[0],i=e[e.length-1]),{min:t,max:i}}buildTicks(){const e=this.options,t=e.time,i=e.ticks,n="labels"===i.source?this.getLabelTimestamps():this._generate();"ticks"===e.bounds&&n.length&&(this.min=this._userMin||n[0],this.max=this._userMax||n[n.length-1]);const r=this.min,o=function(e,t,i){let n=0,r=e.length;for(;n<r&&e[n]<t;)n++;for(;r>n&&e[r-1]>i;)r--;return n>0||r<e.length?e.slice(n,r):e}(n,r,this.max);return this._unit=t.unit||(i.autoSkip?Ia(t.minUnit,this.min,this.max,this._getLabelCapacity(r)):function(e,t,i,n,r){for(let o=ka.length-1;o>=ka.indexOf(i);o--){const i=ka[o];if(Ma[i].common&&e._adapter.diff(r,n,i)>=t-1)return i}return ka[i?ka.indexOf(i):0]}(this,o.length,t.minUnit,this.min,this.max)),this._majorUnit=i.major.enabled&&"year"!==this._unit?function(e){for(let t=ka.indexOf(e)+1,i=ka.length;t<i;++t)if(Ma[ka[t]].common)return ka[t]}(this._unit):void 0,this.initOffsets(n),e.reverse&&o.reverse(),Oa(this,o,this._majorUnit)}afterAutoSkip(){this.options.offsetAfterAutoskip&&this.initOffsets(this.ticks.map((e=>+e.value)))}initOffsets(e){let t,i,n=0,r=0;this.options.offset&&e.length&&(t=this.getDecimalForValue(e[0]),n=1===e.length?1-t:(this.getDecimalForValue(e[1])-t)/2,i=this.getDecimalForValue(e[e.length-1]),r=1===e.length?i:(i-this.getDecimalForValue(e[e.length-2]))/2);const o=e.length<3?.5:.25;n=At(n,0,o),r=At(r,0,o),this._offsets={start:n,end:r,factor:1/(n+1+r)}}_generate(){const e=this._adapter,t=this.min,i=this.max,n=this.options,r=n.time,o=r.unit||Ia(r.minUnit,t,i,this._getLabelCapacity(t)),l=He(r.stepSize,1),a="week"===o&&r.isoWeekday,s=lt(a)||!0===a,c={};let d,u,b=t;if(s&&(b=+e.startOf(b,"isoWeek",a)),b=+e.startOf(b,s?"day":o),e.diff(i,t,o)>1e5*l)throw new Error(t+" and "+i+" are too far apart with stepSize of "+l+" "+o);const f="data"===n.ticks.source&&this.getDataTimestamps();for(d=b,u=0;d<i;d=+e.add(d,l,o),u++)Ha(c,d,f);return d!==i&&"ticks"!==n.bounds&&1!==u||Ha(c,d,f),Object.keys(c).sort(((e,t)=>e-t)).map((e=>+e))}getLabelForValue(e){const t=this._adapter,i=this.options.time;return i.tooltipFormat?t.format(e,i.tooltipFormat):t.format(e,i.displayFormats.datetime)}_tickFormatFunction(e,t,i,n){const r=this.options,o=r.time.displayFormats,l=this._unit,a=this._majorUnit,s=l&&o[l],c=a&&o[a],d=i[t],u=a&&c&&d&&d.major,b=this._adapter.format(e,n||(u?c:s)),f=r.ticks.callback;return f?Pe(f,[b,t,i],this):b}generateTickLabels(e){let t,i,n;for(t=0,i=e.length;t<i;++t)n=e[t],n.label=this._tickFormatFunction(n.value,t,e)}getDecimalForValue(e){return null===e?NaN:(e-this.min)/(this.max-this.min)}getPixelForValue(e){const t=this._offsets,i=this.getDecimalForValue(e);return this.getPixelForDecimal((t.start+i)*t.factor)}getValueForPixel(e){const t=this._offsets,i=this.getDecimalForPixel(e)/t.factor-t.end;return this.min+i*(this.max-this.min)}_getLabelSize(e){const t=this.options.ticks,i=this.ctx.measureText(e).width,n=ct(this.isHorizontal()?t.maxRotation:t.minRotation),r=Math.cos(n),o=Math.sin(n),l=this._resolveTickFontOptions(0).size;return{w:i*r+l*o,h:i*o+l*r}}_getLabelCapacity(e){const t=this.options.time,i=t.displayFormats,n=i[t.unit]||i.millisecond,r=this._tickFormatFunction(e,0,Oa(this,[e],this._majorUnit),n),o=this._getLabelSize(r),l=Math.floor(this.isHorizontal()?this.width/o.w:this.height/o.h)-1;return l>0?l:1}getDataTimestamps(){let e,t,i=this._cache.data||[];if(i.length)return i;const n=this.getMatchingVisibleMetas();if(this._normalized&&n.length)return this._cache.data=n[0].controller.getAllParsedValues(this);for(e=0,t=n.length;e<t;++e)i=i.concat(n[e].controller.getAllParsedValues(this));return this._cache.data=this.normalize(i)}getLabelTimestamps(){const e=this._cache.labels||[];let t,i;if(e.length)return e;const n=this.getLabels();for(t=0,i=n.length;t<i;++t)e.push(Ba(this,n[t]));return this._cache.labels=this._normalized?e:this.normalize(e)}normalize(e){return Et(e.sort(Da))}}function La(e,t,i){let n,r,o,l,a=0,s=e.length-1;i?(t>=e[a].pos&&t<=e[s].pos&&({lo:a,hi:s}=vt(e,"pos",t)),({pos:n,time:o}=e[a]),({pos:r,time:l}=e[s])):(t>=e[a].time&&t<=e[s].time&&({lo:a,hi:s}=vt(e,"time",t)),({time:n,pos:o}=e[a]),({time:r,pos:l}=e[s]));const c=r-n;return c?o+(l-o)*(t-n)/c:o}Pa.id="time",Pa.defaults={bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{source:"auto",major:{enabled:!1}}};class Ra extends Pa{constructor(e){super(e),this._table=[],this._minPos=void 0,this._tableRange=void 0}initOffsets(){const e=this._getTimestampsForTable(),t=this._table=this.buildLookupTable(e);this._minPos=La(t,this.min),this._tableRange=La(t,this.max)-this._minPos,super.initOffsets(e)}buildLookupTable(e){const{min:t,max:i}=this,n=[],r=[];let o,l,a,s,c;for(o=0,l=e.length;o<l;++o)s=e[o],s>=t&&s<=i&&n.push(s);if(n.length<2)return[{time:t,pos:0},{time:i,pos:1}];for(o=0,l=n.length;o<l;++o)c=n[o+1],a=n[o-1],s=n[o],Math.round((c+a)/2)!==s&&r.push({time:s,pos:o/(l-1)});return r}_getTimestampsForTable(){let e=this._cache.all||[];if(e.length)return e;const t=this.getDataTimestamps(),i=this.getLabelTimestamps();return e=t.length&&i.length?this.normalize(t.concat(i)):t.length?t:i,e=this._cache.all=e,e}getDecimalForValue(e){return(La(this._table,e)-this._minPos)/this._tableRange}getValueForPixel(e){const t=this._offsets,i=this.getDecimalForPixel(e)/t.factor-t.end;return La(this._table,i*this._tableRange+this._minPos,!0)}}Ra.id="timeseries",Ra.defaults=Pa.defaults;const Fa=[Qr,xl,ca,Object.freeze({__proto__:null,CategoryScale:ua,LinearScale:ha,LogarithmicScale:Aa,RadialLinearScale:_a,TimeScale:Pa,TimeSeriesScale:Ra})],Qa="label";function za(e,t){"function"==typeof e?e(t):e&&(e.current=t)}function ja(e,t){e.labels=t}function Ya(e,t){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Qa;const n=[];e.datasets=t.map((t=>{const r=e.datasets.find((e=>e[i]===t[i]));return r&&t.data&&!n.includes(r)?(n.push(r),Object.assign(r,t),r):{...t}}))}function Ua(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Qa;const i={labels:[],datasets:[]};return ja(i,e.labels),Ya(i,e.datasets,t),i}function Va(e,i){let{height:r=150,width:l=300,redraw:a=!1,datasetIdKey:s,type:c,data:d,options:u,plugins:b=[],fallbackContent:f,updateMode:m,...h}=e;const p=o(null),A=o(),g=()=>{p.current&&(A.current=new To(p.current,{type:c,data:Ua(d,s),options:u&&{...u},plugins:b}),za(i,A.current))},C=()=>{za(i,null),A.current&&(A.current.destroy(),A.current=null)};return n((()=>{var e,t;!a&&A.current&&u&&(e=A.current,t=u,Object.assign(e.options,t))}),[a,u]),n((()=>{!a&&A.current&&ja(A.current.config.data,d.labels)}),[a,d.labels]),n((()=>{!a&&A.current&&d.datasets&&Ya(A.current.config.data,d.datasets,s)}),[a,d.datasets]),n((()=>{A.current&&(a?(C(),setTimeout(g)):A.current.update(m))}),[a,u,d.labels,d.datasets,m]),n((()=>{A.current&&(C(),setTimeout(g))}),[c]),n((()=>(g(),()=>C())),[]),t.createElement("canvas",Object.assign({ref:p,role:"img",height:r,width:l},h),f)}const Sa=r(Va);function Za(e,i){return To.register(i),r(((i,n)=>t.createElement(Sa,Object.assign({},i,{ref:n,type:e}))))}const Ga=Za("line",Cr),Ka=Za("bar",pr),Wa=Za("doughnut",gr);"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;var Ta={};({get exports(){return Ta},set exports(e){Ta=e}}).exports=function(){var e=1e3,t=6e4,i=36e5,n="millisecond",r="second",o="minute",l="hour",a="day",s="week",c="month",d="quarter",u="year",b="date",f="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,h=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,p={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var t=["th","st","nd","rd"],i=e%100;return"["+e+(t[(i-20)%10]||t[i]||t[0])+"]"}},A=function(e,t,i){var n=String(e);return!n||n.length>=t?e:""+Array(t+1-n.length).join(i)+e},g={s:A,z:function(e){var t=-e.utcOffset(),i=Math.abs(t),n=Math.floor(i/60),r=i%60;return(t<=0?"+":"-")+A(n,2,"0")+":"+A(r,2,"0")},m:function e(t,i){if(t.date()<i.date())return-e(i,t);var n=12*(i.year()-t.year())+(i.month()-t.month()),r=t.clone().add(n,c),o=i-r<0,l=t.clone().add(n+(o?-1:1),c);return+(-(n+(i-r)/(o?r-l:l-r))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:c,y:u,w:s,d:a,D:b,h:l,m:o,s:r,ms:n,Q:d}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},C="en",v={};v[C]=p;var N=function(e){return e instanceof y},x=function e(t,i,n){var r;if(!t)return C;if("string"==typeof t){var o=t.toLowerCase();v[o]&&(r=o),i&&(v[o]=i,r=o);var l=t.split("-");if(!r&&l.length>1)return e(l[0])}else{var a=t.name;v[a]=t,r=a}return!n&&r&&(C=r),r||!n&&C},w=function(e,t){if(N(e))return e.clone();var i="object"==typeof t?t:{};return i.date=e,i.args=arguments,new y(i)},E=g;E.l=x,E.i=N,E.w=function(e,t){return w(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var y=function(){function p(e){this.$L=x(e.locale,null,!0),this.parse(e)}var A=p.prototype;return A.parse=function(e){this.$d=function(e){var t=e.date,i=e.utc;if(null===t)return new Date(NaN);if(E.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(m);if(n){var r=n[2]-1||0,o=(n[7]||"0").substring(0,3);return i?new Date(Date.UTC(n[1],r,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],r,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.$x=e.x||{},this.init()},A.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},A.$utils=function(){return E},A.isValid=function(){return!(this.$d.toString()===f)},A.isSame=function(e,t){var i=w(e);return this.startOf(t)<=i&&i<=this.endOf(t)},A.isAfter=function(e,t){return w(e)<this.startOf(t)},A.isBefore=function(e,t){return this.endOf(t)<w(e)},A.$g=function(e,t,i){return E.u(e)?this[t]:this.set(i,e)},A.unix=function(){return Math.floor(this.valueOf()/1e3)},A.valueOf=function(){return this.$d.getTime()},A.startOf=function(e,t){var i=this,n=!!E.u(t)||t,d=E.p(e),f=function(e,t){var r=E.w(i.$u?Date.UTC(i.$y,t,e):new Date(i.$y,t,e),i);return n?r:r.endOf(a)},m=function(e,t){return E.w(i.toDate()[e].apply(i.toDate("s"),(n?[0,0,0,0]:[23,59,59,999]).slice(t)),i)},h=this.$W,p=this.$M,A=this.$D,g="set"+(this.$u?"UTC":"");switch(d){case u:return n?f(1,0):f(31,11);case c:return n?f(1,p):f(0,p+1);case s:var C=this.$locale().weekStart||0,v=(h<C?h+7:h)-C;return f(n?A-v:A+(6-v),p);case a:case b:return m(g+"Hours",0);case l:return m(g+"Minutes",1);case o:return m(g+"Seconds",2);case r:return m(g+"Milliseconds",3);default:return this.clone()}},A.endOf=function(e){return this.startOf(e,!1)},A.$set=function(e,t){var i,s=E.p(e),d="set"+(this.$u?"UTC":""),f=(i={},i[a]=d+"Date",i[b]=d+"Date",i[c]=d+"Month",i[u]=d+"FullYear",i[l]=d+"Hours",i[o]=d+"Minutes",i[r]=d+"Seconds",i[n]=d+"Milliseconds",i)[s],m=s===a?this.$D+(t-this.$W):t;if(s===c||s===u){var h=this.clone().set(b,1);h.$d[f](m),h.init(),this.$d=h.set(b,Math.min(this.$D,h.daysInMonth())).$d}else f&&this.$d[f](m);return this.init(),this},A.set=function(e,t){return this.clone().$set(e,t)},A.get=function(e){return this[E.p(e)]()},A.add=function(n,d){var b,f=this;n=Number(n);var m=E.p(d),h=function(e){var t=w(f);return E.w(t.date(t.date()+Math.round(e*n)),f)};if(m===c)return this.set(c,this.$M+n);if(m===u)return this.set(u,this.$y+n);if(m===a)return h(1);if(m===s)return h(7);var p=(b={},b[o]=t,b[l]=i,b[r]=e,b)[m]||1,A=this.$d.getTime()+n*p;return E.w(A,this)},A.subtract=function(e,t){return this.add(-1*e,t)},A.format=function(e){var t=this,i=this.$locale();if(!this.isValid())return i.invalidDate||f;var n=e||"YYYY-MM-DDTHH:mm:ssZ",r=E.z(this),o=this.$H,l=this.$m,a=this.$M,s=i.weekdays,c=i.months,d=function(e,i,r,o){return e&&(e[i]||e(t,n))||r[i].slice(0,o)},u=function(e){return E.s(o%12||12,e,"0")},b=i.meridiem||function(e,t,i){var n=e<12?"AM":"PM";return i?n.toLowerCase():n},m={YY:String(this.$y).slice(-2),YYYY:this.$y,M:a+1,MM:E.s(a+1,2,"0"),MMM:d(i.monthsShort,a,c,3),MMMM:d(c,a),D:this.$D,DD:E.s(this.$D,2,"0"),d:String(this.$W),dd:d(i.weekdaysMin,this.$W,s,2),ddd:d(i.weekdaysShort,this.$W,s,3),dddd:s[this.$W],H:String(o),HH:E.s(o,2,"0"),h:u(1),hh:u(2),a:b(o,l,!0),A:b(o,l,!1),m:String(l),mm:E.s(l,2,"0"),s:String(this.$s),ss:E.s(this.$s,2,"0"),SSS:E.s(this.$ms,3,"0"),Z:r};return n.replace(h,(function(e,t){return t||m[e]||r.replace(":","")}))},A.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},A.diff=function(n,b,f){var m,h=E.p(b),p=w(n),A=(p.utcOffset()-this.utcOffset())*t,g=this-p,C=E.m(this,p);return C=(m={},m[u]=C/12,m[c]=C,m[d]=C/3,m[s]=(g-A)/6048e5,m[a]=(g-A)/864e5,m[l]=g/i,m[o]=g/t,m[r]=g/e,m)[h]||g,f?C:E.a(C)},A.daysInMonth=function(){return this.endOf(c).$D},A.$locale=function(){return v[this.$L]},A.locale=function(e,t){if(!e)return this.$L;var i=this.clone(),n=x(e,t,!0);return n&&(i.$L=n),i},A.clone=function(){return E.w(this.$d,this)},A.toDate=function(){return new Date(this.valueOf())},A.toJSON=function(){return this.isValid()?this.toISOString():null},A.toISOString=function(){return this.$d.toISOString()},A.toString=function(){return this.$d.toUTCString()},p}(),_=y.prototype;return w.prototype=_,[["$ms",n],["$s",r],["$m",o],["$H",l],["$W",a],["$M",c],["$y",u],["$D",b]].forEach((function(e){_[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),w.extend=function(e,t){return e.$i||(e(t,y,w),e.$i=!0),w},w.locale=x,w.isDayjs=N,w.unix=function(e){return w(1e3*e)},w.en=v[C],w.Ls=v,w.p={},w}();var Xa=Ta;const qa=l.div`
933
+ */var Sn=new class{constructor(){this._request=null,this._charts=new Map,this._running=!1,this._lastDate=void 0}_notify(e,t,i,n){const r=t.listeners[n],o=t.duration;r.forEach((n=>n({chart:e,initial:t.initial,numSteps:o,currentStep:Math.min(i-t.start,o)})))}_refresh(){this._request||(this._running=!0,this._request=yt.call(window,(()=>{this._update(),this._request=null,this._running&&this._refresh()})))}_update(e=Date.now()){let t=0;this._charts.forEach(((i,n)=>{if(!i.running||!i.items.length)return;const r=i.items;let o,l=r.length-1,a=!1;for(;l>=0;--l)o=r[l],o._active?(o._total>i.duration&&(i.duration=o._total),o.tick(e),a=!0):(r[l]=r[r.length-1],r.pop());a&&(n.draw(),this._notify(n,i,e,"progress")),r.length||(i.running=!1,this._notify(n,i,e,"complete"),i.initial=!1),t+=r.length})),this._lastDate=e,0===t&&(this._running=!1)}_getAnims(e){const t=this._charts;let i=t.get(e);return i||(i={running:!1,initial:!0,items:[],listeners:{complete:[],progress:[]}},t.set(e,i)),i}listen(e,t,i){this._getAnims(e).listeners[t].push(i)}add(e,t){t&&t.length&&this._getAnims(e).items.push(...t)}has(e){return this._getAnims(e).items.length>0}start(e){const t=this._charts.get(e);t&&(t.running=!0,t.start=Date.now(),t.duration=t.items.reduce(((e,t)=>Math.max(e,t._duration)),0),this._refresh())}running(e){if(!this._running)return!1;const t=this._charts.get(e);return!!(t&&t.running&&t.items.length)}stop(e){const t=this._charts.get(e);if(!t||!t.items.length)return;const i=t.items;let n=i.length-1;for(;n>=0;--n)i[n].cancel();t.items=[],this._notify(e,t,Date.now(),"complete")}remove(e){return this._charts.delete(e)}};const Zn="transparent",Gn={boolean:(e,t,i)=>i>.5?t:e,color(e,t,i){const n=pi(e||Zn),r=n.valid&&pi(t||Zn);return r&&r.valid?r.mix(n,i).hexString():t},number:(e,t,i)=>e+(t-e)*i};class Kn{constructor(e,t,i,n){const r=t[i];n=Gi([e.to,n,r,e.from]);const o=Gi([e.from,r,n]);this._active=!0,this._fn=e.fn||Gn[e.type||typeof o],this._easing=Pt[e.easing]||Pt.linear,this._start=Math.floor(Date.now()+(e.delay||0)),this._duration=this._total=Math.floor(e.duration),this._loop=!!e.loop,this._target=t,this._prop=i,this._from=o,this._to=n,this._promises=void 0}active(){return this._active}update(e,t,i){if(this._active){this._notify(!1);const n=this._target[this._prop],r=i-this._start,o=this._duration-r;this._start=i,this._duration=Math.floor(Math.max(o,e.duration)),this._total+=r,this._loop=!!e.loop,this._to=Gi([e.to,t,n,e.from]),this._from=Gi([e.from,n,t])}}cancel(){this._active&&(this.tick(Date.now()),this._active=!1,this._notify(!1))}tick(e){const t=e-this._start,i=this._duration,n=this._prop,r=this._from,o=this._loop,l=this._to;let a;if(this._active=r!==l&&(o||t<i),!this._active)return this._target[n]=l,void this._notify(!0);t<0?this._target[n]=r:(a=t/i%2,a=o&&a>1?2-a:a,a=this._easing(Math.min(1,Math.max(0,a))),this._target[n]=this._fn(r,l,a))}wait(){const e=this._promises||(this._promises=[]);return new Promise(((t,i)=>{e.push({res:t,rej:i})}))}_notify(e){const t=e?"res":"rej",i=this._promises||[];for(let e=0;e<i.length;e++)i[e][t]()}}xi.set("animation",{delay:void 0,duration:1e3,easing:"easeOutQuart",fn:void 0,from:void 0,loop:void 0,to:void 0,type:void 0});const Wn=Object.keys(xi.animation);xi.describe("animation",{_fallback:!1,_indexable:!1,_scriptable:e=>"onProgress"!==e&&"onComplete"!==e&&"fn"!==e}),xi.set("animations",{colors:{type:"color",properties:["color","borderColor","backgroundColor"]},numbers:{type:"number",properties:["x","y","borderWidth","radius","tension"]}}),xi.describe("animations",{_fallback:"animation"}),xi.set("transitions",{active:{animation:{duration:400}},resize:{animation:{duration:0}},show:{animations:{colors:{from:"transparent"},visible:{type:"boolean",duration:0}}},hide:{animations:{colors:{to:"transparent"},visible:{type:"boolean",easing:"linear",fn:e=>0|e}}}});class Tn{constructor(e,t){this._chart=e,this._properties=new Map,this.configure(t)}configure(e){if(!De(e))return;const t=this._properties;Object.getOwnPropertyNames(e).forEach((i=>{const n=e[i];if(!De(n))return;const r={};for(const e of Wn)r[e]=n[e];(ke(n.properties)&&n.properties||[i]).forEach((e=>{e!==i&&t.has(e)||t.set(e,r)}))}))}_animateOptions(e,t){const i=t.options,n=function(e,t){if(!t)return;let i=e.options;if(!i)return void(e.options=t);i.$shared&&(e.options=i=Object.assign({},i,{$shared:!1,$animations:{}}));return i}(e,i);if(!n)return[];const r=this._createAnimations(n,i);return i.$shared&&function(e,t){const i=[],n=Object.keys(t);for(let t=0;t<n.length;t++){const r=e[n[t]];r&&r.active()&&i.push(r.wait())}return Promise.all(i)}(e.options.$animations,i).then((()=>{e.options=i}),(()=>{})),r}_createAnimations(e,t){const i=this._properties,n=[],r=e.$animations||(e.$animations={}),o=Object.keys(t),l=Date.now();let a;for(a=o.length-1;a>=0;--a){const s=o[a];if("$"===s.charAt(0))continue;if("options"===s){n.push(...this._animateOptions(e,t));continue}const c=t[s];let d=r[s];const u=i.get(s);if(d){if(u&&d.active()){d.update(u,c,l);continue}d.cancel()}u&&u.duration?(r[s]=d=new Kn(u,e,s,c),n.push(d)):e[s]=c}return n}update(e,t){if(0===this._properties.size)return void Object.assign(e,t);const i=this._createAnimations(e,t);return i.length?(Sn.add(this._chart,i),!0):void 0}}function Xn(e,t){const i=e&&e.options||{},n=i.reverse,r=void 0===i.min?t:0,o=void 0===i.max?t:0;return{start:n?o:r,end:n?r:o}}function qn(e,t){const i=[],n=e._getSortedDatasetMetas(t);let r,o;for(r=0,o=n.length;r<o;++r)i.push(n[r].index);return i}function Jn(e,t,i,n={}){const r=e.keys,o="single"===n.mode;let l,a,s,c;if(null!==t){for(l=0,a=r.length;l<a;++l){if(s=+r[l],s===i){if(n.all)continue;break}c=e.values[s],Be(c)&&(o||0===t||rt(t)===rt(c))&&(t+=c)}return t}}function $n(e,t){const i=e&&e.options.stacked;return i||void 0===i&&void 0!==t.stack}function er(e,t,i){const n=e[t]||(e[t]={});return n[i]||(n[i]={})}function tr(e,t,i,n){for(const r of t.getMatchingVisibleMetas(n).reverse()){const t=e[r.index];if(i&&t>0||!i&&t<0)return r.index}return null}function ir(e,t){const{chart:i,_cachedMeta:n}=e,r=i._stacks||(i._stacks={}),{iScale:o,vScale:l,index:a}=n,s=o.axis,c=l.axis,d=function(e,t,i){return`${e.id}.${t.id}.${i.stack||i.type}`}(o,l,n),u=t.length;let b;for(let e=0;e<u;++e){const i=t[e],{[s]:o,[c]:u}=i;b=(i._stacks||(i._stacks={}))[c]=er(r,d,o),b[a]=u,b._top=tr(b,l,!0,n.type),b._bottom=tr(b,l,!1,n.type)}}function nr(e,t){const i=e.scales;return Object.keys(i).filter((e=>i[e].axis===t)).shift()}function rr(e,t){const i=e.controller.index,n=e.vScale&&e.vScale.axis;if(n){t=t||e._parsed;for(const e of t){const t=e._stacks;if(!t||void 0===t[n]||void 0===t[n][i])return;delete t[n][i]}}}const or=e=>"reset"===e||"none"===e,lr=(e,t)=>t?e:Object.assign({},e);class ar{constructor(e,t){this.chart=e,this._ctx=e.ctx,this.index=t,this._cachedDataOpts={},this._cachedMeta=this.getMeta(),this._type=this._cachedMeta.type,this.options=void 0,this._parsing=!1,this._data=void 0,this._objectData=void 0,this._sharedOptions=void 0,this._drawStart=void 0,this._drawCount=void 0,this.enableOptionSharing=!1,this.supportsDecimation=!1,this.$context=void 0,this._syncList=[],this.initialize()}initialize(){const e=this._cachedMeta;this.configure(),this.linkScales(),e._stacked=$n(e.vScale,e),this.addElements()}updateIndex(e){this.index!==e&&rr(this._cachedMeta),this.index=e}linkScales(){const e=this.chart,t=this._cachedMeta,i=this.getDataset(),n=(e,t,i,n)=>"x"===e?t:"r"===e?n:i,r=t.xAxisID=He(i.xAxisID,nr(e,"x")),o=t.yAxisID=He(i.yAxisID,nr(e,"y")),l=t.rAxisID=He(i.rAxisID,nr(e,"r")),a=t.indexAxis,s=t.iAxisID=n(a,r,o,l),c=t.vAxisID=n(a,o,r,l);t.xScale=this.getScaleForId(r),t.yScale=this.getScaleForId(o),t.rScale=this.getScaleForId(l),t.iScale=this.getScaleForId(s),t.vScale=this.getScaleForId(c)}getDataset(){return this.chart.data.datasets[this.index]}getMeta(){return this.chart.getDatasetMeta(this.index)}getScaleForId(e){return this.chart.scales[e]}_getOtherScale(e){const t=this._cachedMeta;return e===t.iScale?t.vScale:t.iScale}reset(){this._update("reset")}_destroy(){const e=this._cachedMeta;this._data&&wt(this._data,this),e._stacked&&rr(e)}_dataCheck(){const e=this.getDataset(),t=e.data||(e.data=[]),i=this._data;if(De(t))this._data=function(e){const t=Object.keys(e),i=new Array(t.length);let n,r,o;for(n=0,r=t.length;n<r;++n)o=t[n],i[n]={x:o,y:e[o]};return i}(t);else if(i!==t){if(i){wt(i,this);const e=this._cachedMeta;rr(e),e._parsed=[]}t&&Object.isExtensible(t)&&(r=this,(n=t)._chartjs?n._chartjs.listeners.push(r):(Object.defineProperty(n,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[r]}}),xt.forEach((e=>{const t="_onData"+Ze(e),i=n[e];Object.defineProperty(n,e,{configurable:!0,enumerable:!1,value(...e){const r=i.apply(this,e);return n._chartjs.listeners.forEach((i=>{"function"==typeof i[t]&&i[t](...e)})),r}})})))),this._syncList=[],this._data=t}var n,r}addElements(){const e=this._cachedMeta;this._dataCheck(),this.datasetElementType&&(e.dataset=new this.datasetElementType)}buildOrUpdateElements(e){const t=this._cachedMeta,i=this.getDataset();let n=!1;this._dataCheck();const r=t._stacked;t._stacked=$n(t.vScale,t),t.stack!==i.stack&&(n=!0,rr(t),t.stack=i.stack),this._resyncElements(e),(n||r!==t._stacked)&&ir(this,t._parsed)}configure(){const e=this.chart.config,t=e.datasetScopeKeys(this._type),i=e.getOptionScopes(this.getDataset(),t,!0);this.options=e.createResolver(i,this.getContext()),this._parsing=this.options.parsing,this._cachedDataOpts={}}parse(e,t){const{_cachedMeta:i,_data:n}=this,{iScale:r,_stacked:o}=i,l=r.axis;let a,s,c,d=0===e&&t===n.length||i._sorted,u=e>0&&i._parsed[e-1];if(!1===this._parsing)i._parsed=n,i._sorted=!0,c=n;else{c=ke(n[e])?this.parseArrayData(i,n,e,t):De(n[e])?this.parseObjectData(i,n,e,t):this.parsePrimitiveData(i,n,e,t);const r=()=>null===s[l]||u&&s[l]<u[l];for(a=0;a<t;++a)i._parsed[a+e]=s=c[a],d&&(r()&&(d=!1),u=s);i._sorted=d}o&&ir(this,c)}parsePrimitiveData(e,t,i,n){const{iScale:r,vScale:o}=e,l=r.axis,a=o.axis,s=r.getLabels(),c=r===o,d=new Array(n);let u,b,f;for(u=0,b=n;u<b;++u)f=u+i,d[u]={[l]:c||r.parse(s[f],f),[a]:o.parse(t[f],f)};return d}parseArrayData(e,t,i,n){const{xScale:r,yScale:o}=e,l=new Array(n);let a,s,c,d;for(a=0,s=n;a<s;++a)c=a+i,d=t[c],l[a]={x:r.parse(d[0],c),y:o.parse(d[1],c)};return l}parseObjectData(e,t,i,n){const{xScale:r,yScale:o}=e,{xAxisKey:l="x",yAxisKey:a="y"}=this._parsing,s=new Array(n);let c,d,u,b;for(c=0,d=n;c<d;++c)u=c+i,b=t[u],s[c]={x:r.parse(Se(b,l),u),y:o.parse(Se(b,a),u)};return s}getParsed(e){return this._cachedMeta._parsed[e]}getDataElement(e){return this._cachedMeta.data[e]}applyStack(e,t,i){const n=this.chart,r=this._cachedMeta,o=t[e.axis];return Jn({keys:qn(n,!0),values:t._stacks[e.axis]},o,r.index,{mode:i})}updateRangeFromParsed(e,t,i,n){const r=i[t.axis];let o=null===r?NaN:r;const l=n&&i._stacks[t.axis];n&&l&&(n.values=l,o=Jn(n,r,this._cachedMeta.index)),e.min=Math.min(e.min,o),e.max=Math.max(e.max,o)}getMinMax(e,t){const i=this._cachedMeta,n=i._parsed,r=i._sorted&&e===i.iScale,o=n.length,l=this._getOtherScale(e),a=((e,t,i)=>e&&!t.hidden&&t._stacked&&{keys:qn(i,!0),values:null})(t,i,this.chart),s={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY},{min:c,max:d}=function(e){const{min:t,max:i,minDefined:n,maxDefined:r}=e.getUserBounds();return{min:n?t:Number.NEGATIVE_INFINITY,max:r?i:Number.POSITIVE_INFINITY}}(l);let u,b;function f(){b=n[u];const t=b[l.axis];return!Be(b[e.axis])||c>t||d<t}for(u=0;u<o&&(f()||(this.updateRangeFromParsed(s,e,b,a),!r));++u);if(r)for(u=o-1;u>=0;--u)if(!f()){this.updateRangeFromParsed(s,e,b,a);break}return s}getAllParsedValues(e){const t=this._cachedMeta._parsed,i=[];let n,r,o;for(n=0,r=t.length;n<r;++n)o=t[n][e.axis],Be(o)&&i.push(o);return i}getMaxOverflow(){return!1}getLabelAndValue(e){const t=this._cachedMeta,i=t.iScale,n=t.vScale,r=this.getParsed(e);return{label:i?""+i.getLabelForValue(r[i.axis]):"",value:n?""+n.getLabelForValue(r[n.axis]):""}}_update(e){const t=this._cachedMeta;this.update(e||"default"),t._clip=function(e){let t,i,n,r;return De(e)?(t=e.top,i=e.right,n=e.bottom,r=e.left):t=i=n=r=e,{top:t,right:i,bottom:n,left:r,disabled:!1===e}}(He(this.options.clip,function(e,t,i){if(!1===i)return!1;const n=Xn(e,i),r=Xn(t,i);return{top:r.end,right:n.end,bottom:r.start,left:n.start}}(t.xScale,t.yScale,this.getMaxOverflow())))}update(e){}draw(){const e=this._ctx,t=this.chart,i=this._cachedMeta,n=i.data||[],r=t.chartArea,o=[],l=this._drawStart||0,a=this._drawCount||n.length-l,s=this.options.drawActiveElementsOnTop;let c;for(i.dataset&&i.dataset.draw(e,r,l,a),c=l;c<l+a;++c){const t=n[c];t.hidden||(t.active&&s?o.push(t):t.draw(e,r))}for(c=0;c<o.length;++c)o[c].draw(e,r)}getStyle(e,t){const i=t?"active":"default";return void 0===e&&this._cachedMeta.dataset?this.resolveDatasetElementOptions(i):this.resolveDataElementOptions(e||0,i)}getContext(e,t,i){const n=this.getDataset();let r;if(e>=0&&e<this._cachedMeta.data.length){const t=this._cachedMeta.data[e];r=t.$context||(t.$context=function(e,t,i){return Ki(e,{active:!1,dataIndex:t,parsed:void 0,raw:void 0,element:i,index:t,mode:"default",type:"data"})}(this.getContext(),e,t)),r.parsed=this.getParsed(e),r.raw=n.data[e],r.index=r.dataIndex=e}else r=this.$context||(this.$context=function(e,t){return Ki(e,{active:!1,dataset:void 0,datasetIndex:t,index:t,mode:"default",type:"dataset"})}(this.chart.getContext(),this.index)),r.dataset=n,r.index=r.datasetIndex=this.index;return r.active=!!t,r.mode=i,r}resolveDatasetElementOptions(e){return this._resolveElementOptions(this.datasetElementType.id,e)}resolveDataElementOptions(e,t){return this._resolveElementOptions(this.dataElementType.id,t,e)}_resolveElementOptions(e,t="default",i){const n="active"===t,r=this._cachedDataOpts,o=e+"-"+t,l=r[o],a=this.enableOptionSharing&&Ge(i);if(l)return lr(l,a);const s=this.chart.config,c=s.datasetElementScopeKeys(this._type,e),d=n?[`${e}Hover`,"hover",e,""]:[e,""],u=s.getOptionScopes(this.getDataset(),c),b=Object.keys(xi.elements[e]),f=s.resolveNamedOptions(u,b,(()=>this.getContext(i,n)),d);return f.$shared&&(f.$shared=a,r[o]=Object.freeze(lr(f,a))),f}_resolveAnimations(e,t,i){const n=this.chart,r=this._cachedDataOpts,o=`animation-${t}`,l=r[o];if(l)return l;let a;if(!1!==n.options.animation){const n=this.chart.config,r=n.datasetAnimationScopeKeys(this._type,t),o=n.getOptionScopes(this.getDataset(),r);a=n.createResolver(o,this.getContext(e,i,t))}const s=new Tn(n,a&&a.animations);return a&&a._cacheable&&(r[o]=Object.freeze(s)),s}getSharedOptions(e){if(e.$shared)return this._sharedOptions||(this._sharedOptions=Object.assign({},e))}includeOptions(e,t){return!t||or(e)||this.chart._animationsDisabled}_getSharedOptions(e,t){const i=this.resolveDataElementOptions(e,t),n=this._sharedOptions,r=this.getSharedOptions(i),o=this.includeOptions(t,r)||r!==n;return this.updateSharedOptions(r,t,i),{sharedOptions:r,includeOptions:o}}updateElement(e,t,i,n){or(n)?Object.assign(e,i):this._resolveAnimations(t,n).update(e,i)}updateSharedOptions(e,t,i){e&&!or(t)&&this._resolveAnimations(void 0,t).update(e,i)}_setStyle(e,t,i,n){e.active=n;const r=this.getStyle(t,n);this._resolveAnimations(t,i,n).update(e,{options:!n&&this.getSharedOptions(r)||r})}removeHoverStyle(e,t,i){this._setStyle(e,i,"active",!1)}setHoverStyle(e,t,i){this._setStyle(e,i,"active",!0)}_removeDatasetHoverStyle(){const e=this._cachedMeta.dataset;e&&this._setStyle(e,void 0,"active",!1)}_setDatasetHoverStyle(){const e=this._cachedMeta.dataset;e&&this._setStyle(e,void 0,"active",!0)}_resyncElements(e){const t=this._data,i=this._cachedMeta.data;for(const[e,t,i]of this._syncList)this[e](t,i);this._syncList=[];const n=i.length,r=t.length,o=Math.min(r,n);o&&this.parse(0,o),r>n?this._insertElements(n,r-n,e):r<n&&this._removeElements(r,n-r)}_insertElements(e,t,i=!0){const n=this._cachedMeta,r=n.data,o=e+t;let l;const a=e=>{for(e.length+=t,l=e.length-1;l>=o;l--)e[l]=e[l-t]};for(a(r),l=e;l<o;++l)r[l]=new this.dataElementType;this._parsing&&a(n._parsed),this.parse(e,t),i&&this.updateElements(r,e,t,"reset")}updateElements(e,t,i,n){}_removeElements(e,t){const i=this._cachedMeta;if(this._parsing){const n=i._parsed.splice(e,t);i._stacked&&rr(i,n)}i.data.splice(e,t)}_sync(e){if(this._parsing)this._syncList.push(e);else{const[t,i,n]=e;this[t](i,n)}this.chart._dataChanges.push([this.index,...e])}_onDataPush(){const e=arguments.length;this._sync(["_insertElements",this.getDataset().data.length-e,e])}_onDataPop(){this._sync(["_removeElements",this._cachedMeta.data.length-1,1])}_onDataShift(){this._sync(["_removeElements",0,1])}_onDataSplice(e,t){t&&this._sync(["_removeElements",e,t]);const i=arguments.length-2;i&&this._sync(["_insertElements",e,i])}_onDataUnshift(){this._sync(["_insertElements",0,arguments.length])}}function sr(e){const t=e.iScale,i=function(e,t){if(!e._cache.$bar){const i=e.getMatchingVisibleMetas(t);let n=[];for(let t=0,r=i.length;t<r;t++)n=n.concat(i[t].controller.getAllParsedValues(e));e._cache.$bar=Et(n.sort(((e,t)=>e-t)))}return e._cache.$bar}(t,e.type);let n,r,o,l,a=t._length;const s=()=>{32767!==o&&-32768!==o&&(Ge(l)&&(a=Math.min(a,Math.abs(o-l)||a)),l=o)};for(n=0,r=i.length;n<r;++n)o=t.getPixelForValue(i[n]),s();for(l=void 0,n=0,r=t.ticks.length;n<r;++n)o=t.getPixelForTick(n),s();return a}function cr(e,t,i,n){return ke(e)?function(e,t,i,n){const r=i.parse(e[0],n),o=i.parse(e[1],n),l=Math.min(r,o),a=Math.max(r,o);let s=l,c=a;Math.abs(l)>Math.abs(a)&&(s=a,c=l),t[i.axis]=c,t._custom={barStart:s,barEnd:c,start:r,end:o,min:l,max:a}}(e,t,i,n):t[i.axis]=i.parse(e,n),t}function dr(e,t,i,n){const r=e.iScale,o=e.vScale,l=r.getLabels(),a=r===o,s=[];let c,d,u,b;for(c=i,d=i+n;c<d;++c)b=t[c],u={},u[r.axis]=a||r.parse(l[c],c),s.push(cr(b,u,o,c));return s}function ur(e){return e&&void 0!==e.barStart&&void 0!==e.barEnd}function br(e,t,i,n){let r=t.borderSkipped;const o={};if(!r)return void(e.borderSkipped=o);if(!0===r)return void(e.borderSkipped={top:!0,right:!0,bottom:!0,left:!0});const{start:l,end:a,reverse:s,top:c,bottom:d}=function(e){let t,i,n,r,o;return e.horizontal?(t=e.base>e.x,i="left",n="right"):(t=e.base<e.y,i="bottom",n="top"),t?(r="end",o="start"):(r="start",o="end"),{start:i,end:n,reverse:t,top:r,bottom:o}}(e);"middle"===r&&i&&(e.enableBorderRadius=!0,(i._top||0)===n?r=c:(i._bottom||0)===n?r=d:(o[fr(d,l,a,s)]=!0,r=c)),o[fr(r,l,a,s)]=!0,e.borderSkipped=o}function fr(e,t,i,n){var r,o,l;return n?(l=i,e=mr(e=(r=e)===(o=t)?l:r===l?o:r,i,t)):e=mr(e,t,i),e}function mr(e,t,i){return"start"===e?t:"end"===e?i:e}function hr(e,{inflateAmount:t},i){e.inflateAmount="auto"===t?1===i?.33:0:t}ar.defaults={},ar.prototype.datasetElementType=null,ar.prototype.dataElementType=null;class pr extends ar{parsePrimitiveData(e,t,i,n){return dr(e,t,i,n)}parseArrayData(e,t,i,n){return dr(e,t,i,n)}parseObjectData(e,t,i,n){const{iScale:r,vScale:o}=e,{xAxisKey:l="x",yAxisKey:a="y"}=this._parsing,s="x"===r.axis?l:a,c="x"===o.axis?l:a,d=[];let u,b,f,m;for(u=i,b=i+n;u<b;++u)m=t[u],f={},f[r.axis]=r.parse(Se(m,s),u),d.push(cr(Se(m,c),f,o,u));return d}updateRangeFromParsed(e,t,i,n){super.updateRangeFromParsed(e,t,i,n);const r=i._custom;r&&t===this._cachedMeta.vScale&&(e.min=Math.min(e.min,r.min),e.max=Math.max(e.max,r.max))}getMaxOverflow(){return 0}getLabelAndValue(e){const t=this._cachedMeta,{iScale:i,vScale:n}=t,r=this.getParsed(e),o=r._custom,l=ur(o)?"["+o.start+", "+o.end+"]":""+n.getLabelForValue(r[n.axis]);return{label:""+i.getLabelForValue(r[i.axis]),value:l}}initialize(){this.enableOptionSharing=!0,super.initialize();this._cachedMeta.stack=this.getDataset().stack}update(e){const t=this._cachedMeta;this.updateElements(t.data,0,t.data.length,e)}updateElements(e,t,i,n){const r="reset"===n,{index:o,_cachedMeta:{vScale:l}}=this,a=l.getBasePixel(),s=l.isHorizontal(),c=this._getRuler(),{sharedOptions:d,includeOptions:u}=this._getSharedOptions(t,n);for(let b=t;b<t+i;b++){const t=this.getParsed(b),i=r||Me(t[l.axis])?{base:a,head:a}:this._calculateBarValuePixels(b),f=this._calculateBarIndexPixels(b,c),m=(t._stacks||{})[l.axis],h={horizontal:s,base:i.base,enableBorderRadius:!m||ur(t._custom)||o===m._top||o===m._bottom,x:s?i.head:f.center,y:s?f.center:i.head,height:s?f.size:Math.abs(i.size),width:s?Math.abs(i.size):f.size};u&&(h.options=d||this.resolveDataElementOptions(b,e[b].active?"active":n));const p=h.options||e[b].options;br(h,p,m,o),hr(h,p,c.ratio),this.updateElement(e[b],b,h,n)}}_getStacks(e,t){const{iScale:i}=this._cachedMeta,n=i.getMatchingVisibleMetas(this._type).filter((e=>e.controller.options.grouped)),r=i.options.stacked,o=[],l=e=>{const i=e.controller.getParsed(t),n=i&&i[e.vScale.axis];if(Me(n)||isNaN(n))return!0};for(const i of n)if((void 0===t||!l(i))&&((!1===r||-1===o.indexOf(i.stack)||void 0===r&&void 0===i.stack)&&o.push(i.stack),i.index===e))break;return o.length||o.push(void 0),o}_getStackCount(e){return this._getStacks(void 0,e).length}_getStackIndex(e,t,i){const n=this._getStacks(e,i),r=void 0!==t?n.indexOf(t):-1;return-1===r?n.length-1:r}_getRuler(){const e=this.options,t=this._cachedMeta,i=t.iScale,n=[];let r,o;for(r=0,o=t.data.length;r<o;++r)n.push(i.getPixelForValue(this.getParsed(r)[i.axis],r));const l=e.barThickness;return{min:l||sr(t),pixels:n,start:i._startPixel,end:i._endPixel,stackCount:this._getStackCount(),scale:i,grouped:e.grouped,ratio:l?1:e.categoryPercentage*e.barPercentage}}_calculateBarValuePixels(e){const{_cachedMeta:{vScale:t,_stacked:i},options:{base:n,minBarLength:r}}=this,o=n||0,l=this.getParsed(e),a=l._custom,s=ur(a);let c,d,u=l[t.axis],b=0,f=i?this.applyStack(t,l,i):u;f!==u&&(b=f-u,f=u),s&&(u=a.barStart,f=a.barEnd-a.barStart,0!==u&&rt(u)!==rt(a.barEnd)&&(b=0),b+=u);const m=Me(n)||s?b:n;let h=t.getPixelForValue(m);if(c=this.chart.getDataVisibility(e)?t.getPixelForValue(b+f):h,d=c-h,Math.abs(d)<r){d=function(e,t,i){return 0!==e?rt(e):(t.isHorizontal()?1:-1)*(t.min>=i?1:-1)}(d,t,o)*r,u===o&&(h-=d/2);const e=t.getPixelForDecimal(0),i=t.getPixelForDecimal(1),n=Math.min(e,i),l=Math.max(e,i);h=Math.max(Math.min(h,l),n),c=h+d}if(h===t.getPixelForValue(o)){const e=rt(d)*t.getLineWidthForValue(o)/2;h+=e,d-=e}return{size:d,base:h,head:c,center:c+d/2}}_calculateBarIndexPixels(e,t){const i=t.scale,n=this.options,r=n.skipNull,o=He(n.maxBarThickness,1/0);let l,a;if(t.grouped){const i=r?this._getStackCount(e):t.stackCount,s="flex"===n.barThickness?function(e,t,i,n){const r=t.pixels,o=r[e];let l=e>0?r[e-1]:null,a=e<r.length-1?r[e+1]:null;const s=i.categoryPercentage;null===l&&(l=o-(null===a?t.end-t.start:a-o)),null===a&&(a=o+o-l);const c=o-(o-Math.min(l,a))/2*s;return{chunk:Math.abs(a-l)/2*s/n,ratio:i.barPercentage,start:c}}(e,t,n,i):function(e,t,i,n){const r=i.barThickness;let o,l;return Me(r)?(o=t.min*i.categoryPercentage,l=i.barPercentage):(o=r*n,l=1),{chunk:o/n,ratio:l,start:t.pixels[e]-o/2}}(e,t,n,i),c=this._getStackIndex(this.index,this._cachedMeta.stack,r?e:void 0);l=s.start+s.chunk*c+s.chunk/2,a=Math.min(o,s.chunk*s.ratio)}else l=i.getPixelForValue(this.getParsed(e)[i.axis],e),a=Math.min(o,t.min*t.ratio);return{base:l-a/2,head:l+a/2,center:l,size:a}}draw(){const e=this._cachedMeta,t=e.vScale,i=e.data,n=i.length;let r=0;for(;r<n;++r)null!==this.getParsed(r)[t.axis]&&i[r].draw(this._ctx)}}pr.id="bar",pr.defaults={datasetElementType:!1,dataElementType:"bar",categoryPercentage:.8,barPercentage:.9,grouped:!0,animations:{numbers:{type:"number",properties:["x","y","base","width","height"]}}},pr.overrides={scales:{_index_:{type:"category",offset:!0,grid:{offset:!0}},_value_:{type:"linear",beginAtZero:!0}}};class Ar extends ar{initialize(){this.enableOptionSharing=!0,super.initialize()}parsePrimitiveData(e,t,i,n){const r=super.parsePrimitiveData(e,t,i,n);for(let e=0;e<r.length;e++)r[e]._custom=this.resolveDataElementOptions(e+i).radius;return r}parseArrayData(e,t,i,n){const r=super.parseArrayData(e,t,i,n);for(let e=0;e<r.length;e++){const n=t[i+e];r[e]._custom=He(n[2],this.resolveDataElementOptions(e+i).radius)}return r}parseObjectData(e,t,i,n){const r=super.parseObjectData(e,t,i,n);for(let e=0;e<r.length;e++){const n=t[i+e];r[e]._custom=He(n&&n.r&&+n.r,this.resolveDataElementOptions(e+i).radius)}return r}getMaxOverflow(){const e=this._cachedMeta.data;let t=0;for(let i=e.length-1;i>=0;--i)t=Math.max(t,e[i].size(this.resolveDataElementOptions(i))/2);return t>0&&t}getLabelAndValue(e){const t=this._cachedMeta,{xScale:i,yScale:n}=t,r=this.getParsed(e),o=i.getLabelForValue(r.x),l=n.getLabelForValue(r.y),a=r._custom;return{label:t.label,value:"("+o+", "+l+(a?", "+a:"")+")"}}update(e){const t=this._cachedMeta.data;this.updateElements(t,0,t.length,e)}updateElements(e,t,i,n){const r="reset"===n,{iScale:o,vScale:l}=this._cachedMeta,{sharedOptions:a,includeOptions:s}=this._getSharedOptions(t,n),c=o.axis,d=l.axis;for(let u=t;u<t+i;u++){const t=e[u],i=!r&&this.getParsed(u),b={},f=b[c]=r?o.getPixelForDecimal(.5):o.getPixelForValue(i[c]),m=b[d]=r?l.getBasePixel():l.getPixelForValue(i[d]);b.skip=isNaN(f)||isNaN(m),s&&(b.options=a||this.resolveDataElementOptions(u,t.active?"active":n),r&&(b.options.radius=0)),this.updateElement(t,u,b,n)}}resolveDataElementOptions(e,t){const i=this.getParsed(e);let n=super.resolveDataElementOptions(e,t);n.$shared&&(n=Object.assign({},n,{$shared:!1}));const r=n.radius;return"active"!==t&&(n.radius=0),n.radius+=He(i&&i._custom,r),n}}Ar.id="bubble",Ar.defaults={datasetElementType:!1,dataElementType:"point",animations:{numbers:{type:"number",properties:["x","y","borderWidth","radius"]}}},Ar.overrides={scales:{x:{type:"linear"},y:{type:"linear"}},plugins:{tooltip:{callbacks:{title:()=>""}}}};class gr extends ar{constructor(e,t){super(e,t),this.enableOptionSharing=!0,this.innerRadius=void 0,this.outerRadius=void 0,this.offsetX=void 0,this.offsetY=void 0}linkScales(){}parse(e,t){const i=this.getDataset().data,n=this._cachedMeta;if(!1===this._parsing)n._parsed=i;else{let r,o,l=e=>+i[e];if(De(i[e])){const{key:e="value"}=this._parsing;l=t=>+Se(i[t],e)}for(r=e,o=e+t;r<o;++r)n._parsed[r]=l(r)}}_getRotation(){return ct(this.options.rotation-90)}_getCircumference(){return ct(this.options.circumference)}_getRotationExtents(){let e=Xe,t=-Xe;for(let i=0;i<this.chart.data.datasets.length;++i)if(this.chart.isDatasetVisible(i)){const n=this.chart.getDatasetMeta(i).controller,r=n._getRotation(),o=n._getCircumference();e=Math.min(e,r),t=Math.max(t,r+o)}return{rotation:e,circumference:t-e}}update(e){const t=this.chart,{chartArea:i}=t,n=this._cachedMeta,r=n.data,o=this.getMaxBorderWidth()+this.getMaxOffset(r)+this.options.spacing,l=Math.max((Math.min(i.width,i.height)-o)/2,0),a=Math.min((s=this.options.cutout,c=l,"string"==typeof s&&s.endsWith("%")?parseFloat(s)/100:s/c),1);var s,c;const d=this._getRingWeight(this.index),{circumference:u,rotation:b}=this._getRotationExtents(),{ratioX:f,ratioY:m,offsetX:h,offsetY:p}=function(e,t,i){let n=1,r=1,o=0,l=0;if(t<Xe){const a=e,s=a+t,c=Math.cos(a),d=Math.sin(a),u=Math.cos(s),b=Math.sin(s),f=(e,t,n)=>pt(e,a,s,!0)?1:Math.max(t,t*i,n,n*i),m=(e,t,n)=>pt(e,a,s,!0)?-1:Math.min(t,t*i,n,n*i),h=f(0,c,u),p=f(et,d,b),A=m(Te,c,u),g=m(Te+et,d,b);n=(h-A)/2,r=(p-g)/2,o=-(h+A)/2,l=-(p+g)/2}return{ratioX:n,ratioY:r,offsetX:o,offsetY:l}}(b,u,a),A=(i.width-o)/f,g=(i.height-o)/m,C=Math.max(Math.min(A,g)/2,0),v=Oe(this.options.radius,C),N=(v-Math.max(v*a,0))/this._getVisibleDatasetWeightTotal();this.offsetX=h*v,this.offsetY=p*v,n.total=this.calculateTotal(),this.outerRadius=v-N*this._getRingWeightOffset(this.index),this.innerRadius=Math.max(this.outerRadius-N*d,0),this.updateElements(r,0,r.length,e)}_circumference(e,t){const i=this.options,n=this._cachedMeta,r=this._getCircumference();return t&&i.animation.animateRotate||!this.chart.getDataVisibility(e)||null===n._parsed[e]||n.data[e].hidden?0:this.calculateCircumference(n._parsed[e]*r/Xe)}updateElements(e,t,i,n){const r="reset"===n,o=this.chart,l=o.chartArea,a=o.options.animation,s=(l.left+l.right)/2,c=(l.top+l.bottom)/2,d=r&&a.animateScale,u=d?0:this.innerRadius,b=d?0:this.outerRadius,{sharedOptions:f,includeOptions:m}=this._getSharedOptions(t,n);let h,p=this._getRotation();for(h=0;h<t;++h)p+=this._circumference(h,r);for(h=t;h<t+i;++h){const t=this._circumference(h,r),i=e[h],o={x:s+this.offsetX,y:c+this.offsetY,startAngle:p,endAngle:p+t,circumference:t,outerRadius:b,innerRadius:u};m&&(o.options=f||this.resolveDataElementOptions(h,i.active?"active":n)),p+=t,this.updateElement(i,h,o,n)}}calculateTotal(){const e=this._cachedMeta,t=e.data;let i,n=0;for(i=0;i<t.length;i++){const r=e._parsed[i];null===r||isNaN(r)||!this.chart.getDataVisibility(i)||t[i].hidden||(n+=Math.abs(r))}return n}calculateCircumference(e){const t=this._cachedMeta.total;return t>0&&!isNaN(e)?Xe*(Math.abs(e)/t):0}getLabelAndValue(e){const t=this._cachedMeta,i=this.chart,n=i.data.labels||[],r=On(t._parsed[e],i.options.locale);return{label:n[e]||"",value:r}}getMaxBorderWidth(e){let t=0;const i=this.chart;let n,r,o,l,a;if(!e)for(n=0,r=i.data.datasets.length;n<r;++n)if(i.isDatasetVisible(n)){o=i.getDatasetMeta(n),e=o.data,l=o.controller;break}if(!e)return 0;for(n=0,r=e.length;n<r;++n)a=l.resolveDataElementOptions(n),"inner"!==a.borderAlign&&(t=Math.max(t,a.borderWidth||0,a.hoverBorderWidth||0));return t}getMaxOffset(e){let t=0;for(let i=0,n=e.length;i<n;++i){const e=this.resolveDataElementOptions(i);t=Math.max(t,e.offset||0,e.hoverOffset||0)}return t}_getRingWeightOffset(e){let t=0;for(let i=0;i<e;++i)this.chart.isDatasetVisible(i)&&(t+=this._getRingWeight(i));return t}_getRingWeight(e){return Math.max(He(this.chart.data.datasets[e].weight,1),0)}_getVisibleDatasetWeightTotal(){return this._getRingWeightOffset(this.chart.data.datasets.length)||1}}gr.id="doughnut",gr.defaults={datasetElementType:!1,dataElementType:"arc",animation:{animateRotate:!0,animateScale:!1},animations:{numbers:{type:"number",properties:["circumference","endAngle","innerRadius","outerRadius","startAngle","x","y","offset","borderWidth","spacing"]}},cutout:"50%",rotation:0,circumference:360,radius:"100%",spacing:0,indexAxis:"r"},gr.descriptors={_scriptable:e=>"spacing"!==e,_indexable:e=>"spacing"!==e},gr.overrides={aspectRatio:1,plugins:{legend:{labels:{generateLabels(e){const t=e.data;if(t.labels.length&&t.datasets.length){const{labels:{pointStyle:i}}=e.legend.options;return t.labels.map(((t,n)=>{const r=e.getDatasetMeta(0).controller.getStyle(n);return{text:t,fillStyle:r.backgroundColor,strokeStyle:r.borderColor,lineWidth:r.borderWidth,pointStyle:i,hidden:!e.getDataVisibility(n),index:n}}))}return[]}},onClick(e,t,i){i.chart.toggleDataVisibility(t.index),i.chart.update()}},tooltip:{callbacks:{title:()=>"",label(e){let t=e.label;const i=": "+e.formattedValue;return ke(t)?(t=t.slice(),t[0]+=i):t+=i,t}}}}};class Cr extends ar{initialize(){this.enableOptionSharing=!0,this.supportsDecimation=!0,super.initialize()}update(e){const t=this._cachedMeta,{dataset:i,data:n=[],_dataset:r}=t,o=this.chart._animationsDisabled;let{start:l,count:a}=Dt(t,n,o);this._drawStart=l,this._drawCount=a,Bt(t)&&(l=0,a=n.length),i._chart=this.chart,i._datasetIndex=this.index,i._decimated=!!r._decimated,i.points=n;const s=this.resolveDatasetElementOptions(e);this.options.showLine||(s.borderWidth=0),s.segment=this.options.segment,this.updateElement(i,void 0,{animated:!o,options:s},e),this.updateElements(n,l,a,e)}updateElements(e,t,i,n){const r="reset"===n,{iScale:o,vScale:l,_stacked:a,_dataset:s}=this._cachedMeta,{sharedOptions:c,includeOptions:d}=this._getSharedOptions(t,n),u=o.axis,b=l.axis,{spanGaps:f,segment:m}=this.options,h=lt(f)?f:Number.POSITIVE_INFINITY,p=this.chart._animationsDisabled||r||"none"===n;let A=t>0&&this.getParsed(t-1);for(let f=t;f<t+i;++f){const t=e[f],i=this.getParsed(f),g=p?t:{},C=Me(i[b]),v=g[u]=o.getPixelForValue(i[u],f),N=g[b]=r||C?l.getBasePixel():l.getPixelForValue(a?this.applyStack(l,i,a):i[b],f);g.skip=isNaN(v)||isNaN(N)||C,g.stop=f>0&&Math.abs(i[u]-A[u])>h,m&&(g.parsed=i,g.raw=s.data[f]),d&&(g.options=c||this.resolveDataElementOptions(f,t.active?"active":n)),p||this.updateElement(t,f,g,n),A=i}}getMaxOverflow(){const e=this._cachedMeta,t=e.dataset,i=t.options&&t.options.borderWidth||0,n=e.data||[];if(!n.length)return i;const r=n[0].size(this.resolveDataElementOptions(0)),o=n[n.length-1].size(this.resolveDataElementOptions(n.length-1));return Math.max(i,r,o)/2}draw(){const e=this._cachedMeta;e.dataset.updateControlPoints(this.chart.chartArea,e.iScale.axis),super.draw()}}Cr.id="line",Cr.defaults={datasetElementType:"line",dataElementType:"point",showLine:!0,spanGaps:!1},Cr.overrides={scales:{_index_:{type:"category"},_value_:{type:"linear"}}};class vr extends ar{constructor(e,t){super(e,t),this.innerRadius=void 0,this.outerRadius=void 0}getLabelAndValue(e){const t=this._cachedMeta,i=this.chart,n=i.data.labels||[],r=On(t._parsed[e].r,i.options.locale);return{label:n[e]||"",value:r}}parseObjectData(e,t,i,n){return sn.bind(this)(e,t,i,n)}update(e){const t=this._cachedMeta.data;this._updateRadius(),this.updateElements(t,0,t.length,e)}getMinMax(){const e=this._cachedMeta,t={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY};return e.data.forEach(((e,i)=>{const n=this.getParsed(i).r;!isNaN(n)&&this.chart.getDataVisibility(i)&&(n<t.min&&(t.min=n),n>t.max&&(t.max=n))})),t}_updateRadius(){const e=this.chart,t=e.chartArea,i=e.options,n=Math.min(t.right-t.left,t.bottom-t.top),r=Math.max(n/2,0),o=(r-Math.max(i.cutoutPercentage?r/100*i.cutoutPercentage:1,0))/e.getVisibleDatasetCount();this.outerRadius=r-o*this.index,this.innerRadius=this.outerRadius-o}updateElements(e,t,i,n){const r="reset"===n,o=this.chart,l=o.options.animation,a=this._cachedMeta.rScale,s=a.xCenter,c=a.yCenter,d=a.getIndexAngle(0)-.5*Te;let u,b=d;const f=360/this.countVisibleElements();for(u=0;u<t;++u)b+=this._computeAngle(u,n,f);for(u=t;u<t+i;u++){const t=e[u];let i=b,m=b+this._computeAngle(u,n,f),h=o.getDataVisibility(u)?a.getDistanceFromCenterForValue(this.getParsed(u).r):0;b=m,r&&(l.animateScale&&(h=0),l.animateRotate&&(i=m=d));const p={x:s,y:c,innerRadius:0,outerRadius:h,startAngle:i,endAngle:m,options:this.resolveDataElementOptions(u,t.active?"active":n)};this.updateElement(t,u,p,n)}}countVisibleElements(){const e=this._cachedMeta;let t=0;return e.data.forEach(((e,i)=>{!isNaN(this.getParsed(i).r)&&this.chart.getDataVisibility(i)&&t++})),t}_computeAngle(e,t,i){return this.chart.getDataVisibility(e)?ct(this.resolveDataElementOptions(e,t).angle||i):0}}vr.id="polarArea",vr.defaults={dataElementType:"arc",animation:{animateRotate:!0,animateScale:!0},animations:{numbers:{type:"number",properties:["x","y","startAngle","endAngle","innerRadius","outerRadius"]}},indexAxis:"r",startAngle:0},vr.overrides={aspectRatio:1,plugins:{legend:{labels:{generateLabels(e){const t=e.data;if(t.labels.length&&t.datasets.length){const{labels:{pointStyle:i}}=e.legend.options;return t.labels.map(((t,n)=>{const r=e.getDatasetMeta(0).controller.getStyle(n);return{text:t,fillStyle:r.backgroundColor,strokeStyle:r.borderColor,lineWidth:r.borderWidth,pointStyle:i,hidden:!e.getDataVisibility(n),index:n}}))}return[]}},onClick(e,t,i){i.chart.toggleDataVisibility(t.index),i.chart.update()}},tooltip:{callbacks:{title:()=>"",label:e=>e.chart.data.labels[e.dataIndex]+": "+e.formattedValue}}},scales:{r:{type:"radialLinear",angleLines:{display:!1},beginAtZero:!0,grid:{circular:!0},pointLabels:{display:!1},startAngle:0}}};class Nr extends gr{}Nr.id="pie",Nr.defaults={cutout:0,rotation:0,circumference:360,radius:"100%"};class xr extends ar{getLabelAndValue(e){const t=this._cachedMeta.vScale,i=this.getParsed(e);return{label:t.getLabels()[e],value:""+t.getLabelForValue(i[t.axis])}}parseObjectData(e,t,i,n){return sn.bind(this)(e,t,i,n)}update(e){const t=this._cachedMeta,i=t.dataset,n=t.data||[],r=t.iScale.getLabels();if(i.points=n,"resize"!==e){const t=this.resolveDatasetElementOptions(e);this.options.showLine||(t.borderWidth=0);const o={_loop:!0,_fullLoop:r.length===n.length,options:t};this.updateElement(i,void 0,o,e)}this.updateElements(n,0,n.length,e)}updateElements(e,t,i,n){const r=this._cachedMeta.rScale,o="reset"===n;for(let l=t;l<t+i;l++){const t=e[l],i=this.resolveDataElementOptions(l,t.active?"active":n),a=r.getPointPositionForValue(l,this.getParsed(l).r),s=o?r.xCenter:a.x,c=o?r.yCenter:a.y,d={x:s,y:c,angle:a.angle,skip:isNaN(s)||isNaN(c),options:i};this.updateElement(t,l,d,n)}}}xr.id="radar",xr.defaults={datasetElementType:"line",dataElementType:"point",indexAxis:"r",showLine:!0,elements:{line:{fill:"start"}}},xr.overrides={aspectRatio:1,scales:{r:{type:"radialLinear"}}};let wr=class{constructor(){this.x=void 0,this.y=void 0,this.active=!1,this.options=void 0,this.$animations=void 0}tooltipPosition(e){const{x:t,y:i}=this.getProps(["x","y"],e);return{x:t,y:i}}hasValue(){return lt(this.x)&&lt(this.y)}getProps(e,t){const i=this.$animations;if(!t||!i)return this;const n={};return e.forEach((e=>{n[e]=i[e]&&i[e].active()?i[e]._to:this[e]})),n}};wr.defaults={},wr.defaultRoutes=void 0;const Er={values:e=>ke(e)?e:""+e,numeric(e,t,i){if(0===e)return"0";const n=this.chart.options.locale;let r,o=e;if(i.length>1){const t=Math.max(Math.abs(i[0].value),Math.abs(i[i.length-1].value));(t<1e-4||t>1e15)&&(r="scientific"),o=function(e,t){let i=t.length>3?t[2].value-t[1].value:t[1].value-t[0].value;Math.abs(i)>=1&&e!==Math.floor(e)&&(i=e-Math.floor(e));return i}(e,i)}const l=nt(Math.abs(o)),a=Math.max(Math.min(-1*Math.floor(l),20),0),s={notation:r,minimumFractionDigits:a,maximumFractionDigits:a};return Object.assign(s,this.options.ticks.format),On(e,n,s)},logarithmic(e,t,i){if(0===e)return"0";const n=e/Math.pow(10,Math.floor(nt(e)));return 1===n||2===n||5===n?Er.numeric.call(this,e,t,i):""}};var yr={formatters:Er};function _r(e,t){const i=e.options.ticks,n=i.maxTicksLimit||function(e){const t=e.options.offset,i=e._tickSize(),n=e._length/i+(t?0:1),r=e._maxLength/i;return Math.floor(Math.min(n,r))}(e),r=i.major.enabled?function(e){const t=[];let i,n;for(i=0,n=e.length;i<n;i++)e[i].major&&t.push(i);return t}(t):[],o=r.length,l=r[0],a=r[o-1],s=[];if(o>n)return function(e,t,i,n){let r,o=0,l=i[0];for(n=Math.ceil(n),r=0;r<e.length;r++)r===l&&(t.push(e[r]),o++,l=i[o*n])}(t,s,r,o/n),s;const c=function(e,t,i){const n=function(e){const t=e.length;let i,n;if(t<2)return!1;for(n=e[0],i=1;i<t;++i)if(e[i]-e[i-1]!==n)return!1;return n}(e),r=t.length/i;if(!n)return Math.max(r,1);const o=function(e){const t=[],i=Math.sqrt(e);let n;for(n=1;n<i;n++)e%n==0&&(t.push(n),t.push(e/n));return i===(0|i)&&t.push(i),t.sort(((e,t)=>e-t)).pop(),t}(n);for(let e=0,t=o.length-1;e<t;e++){const t=o[e];if(t>r)return t}return Math.max(r,1)}(r,t,n);if(o>0){let e,i;const n=o>1?Math.round((a-l)/(o-1)):null;for(Mr(t,s,c,Me(n)?0:l-n,l),e=0,i=o-1;e<i;e++)Mr(t,s,c,r[e],r[e+1]);return Mr(t,s,c,a,Me(n)?t.length:a+n),s}return Mr(t,s,c),s}function Mr(e,t,i,n,r){const o=He(n,0),l=Math.min(He(r,e.length),e.length);let a,s,c,d=0;for(i=Math.ceil(i),r&&(a=r-n,i=a/Math.floor(a/i)),c=o;c<0;)d++,c=Math.round(o+d*i);for(s=Math.max(o,0);s<l;s++)s===c&&(t.push(e[s]),d++,c=Math.round(o+d*i))}xi.set("scale",{display:!0,offset:!1,reverse:!1,beginAtZero:!1,bounds:"ticks",grace:0,grid:{display:!0,lineWidth:1,drawBorder:!0,drawOnChartArea:!0,drawTicks:!0,tickLength:8,tickWidth:(e,t)=>t.lineWidth,tickColor:(e,t)=>t.color,offset:!1,borderDash:[],borderDashOffset:0,borderWidth:1},title:{display:!1,text:"",padding:{top:4,bottom:4}},ticks:{minRotation:0,maxRotation:50,mirror:!1,textStrokeWidth:0,textStrokeColor:"",padding:3,display:!0,autoSkip:!0,autoSkipPadding:3,labelOffset:0,callback:yr.formatters.values,minor:{},major:{},align:"center",crossAlign:"near",showLabelBackdrop:!1,backdropColor:"rgba(255, 255, 255, 0.75)",backdropPadding:2}}),xi.route("scale.ticks","color","","color"),xi.route("scale.grid","color","","borderColor"),xi.route("scale.grid","borderColor","","borderColor"),xi.route("scale.title","color","","color"),xi.describe("scale",{_fallback:!1,_scriptable:e=>!e.startsWith("before")&&!e.startsWith("after")&&"callback"!==e&&"parser"!==e,_indexable:e=>"borderDash"!==e&&"tickBorderDash"!==e}),xi.describe("scales",{_fallback:"scale"}),xi.describe("scale.ticks",{_scriptable:e=>"backdropPadding"!==e&&"callback"!==e,_indexable:e=>"backdropPadding"!==e});const kr=(e,t,i)=>"top"===t||"left"===t?e[t]+i:e[t]-i;function Dr(e,t){const i=[],n=e.length/t,r=e.length;let o=0;for(;o<r;o+=n)i.push(e[Math.floor(o)]);return i}function Br(e,t,i){const n=e.ticks.length,r=Math.min(t,n-1),o=e._startPixel,l=e._endPixel,a=1e-6;let s,c=e.getPixelForTick(r);if(!(i&&(s=1===n?Math.max(c-o,l-c):0===t?(e.getPixelForTick(1)-c)/2:(c-e.getPixelForTick(r-1))/2,c+=r<t?s:-s,c<o-a||c>l+a)))return c}function Ir(e){return e.drawTicks?e.tickLength:0}function Hr(e,t){if(!e.display)return 0;const i=Zi(e.font,t),n=Si(e.padding);return(ke(e.text)?e.text.length:1)*i.lineHeight+n.height}function Or(e,t,i){let n=Mt(e);return(i&&"right"!==t||!i&&"right"===t)&&(n=(e=>"left"===e?"right":"right"===e?"left":e)(n)),n}class Pr extends wr{constructor(e){super(),this.id=e.id,this.type=e.type,this.options=void 0,this.ctx=e.ctx,this.chart=e.chart,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this._margins={left:0,right:0,top:0,bottom:0},this.maxWidth=void 0,this.maxHeight=void 0,this.paddingTop=void 0,this.paddingBottom=void 0,this.paddingLeft=void 0,this.paddingRight=void 0,this.axis=void 0,this.labelRotation=void 0,this.min=void 0,this.max=void 0,this._range=void 0,this.ticks=[],this._gridLineItems=null,this._labelItems=null,this._labelSizes=null,this._length=0,this._maxLength=0,this._longestTextCache={},this._startPixel=void 0,this._endPixel=void 0,this._reversePixels=!1,this._userMax=void 0,this._userMin=void 0,this._suggestedMax=void 0,this._suggestedMin=void 0,this._ticksLength=0,this._borderValue=0,this._cache={},this._dataLimitsCached=!1,this.$context=void 0}init(e){this.options=e.setContext(this.getContext()),this.axis=e.axis,this._userMin=this.parse(e.min),this._userMax=this.parse(e.max),this._suggestedMin=this.parse(e.suggestedMin),this._suggestedMax=this.parse(e.suggestedMax)}parse(e,t){return e}getUserBounds(){let{_userMin:e,_userMax:t,_suggestedMin:i,_suggestedMax:n}=this;return e=Ie(e,Number.POSITIVE_INFINITY),t=Ie(t,Number.NEGATIVE_INFINITY),i=Ie(i,Number.POSITIVE_INFINITY),n=Ie(n,Number.NEGATIVE_INFINITY),{min:Ie(e,i),max:Ie(t,n),minDefined:Be(e),maxDefined:Be(t)}}getMinMax(e){let t,{min:i,max:n,minDefined:r,maxDefined:o}=this.getUserBounds();if(r&&o)return{min:i,max:n};const l=this.getMatchingVisibleMetas();for(let a=0,s=l.length;a<s;++a)t=l[a].controller.getMinMax(this,e),r||(i=Math.min(i,t.min)),o||(n=Math.max(n,t.max));return i=o&&i>n?n:i,n=r&&i>n?i:n,{min:Ie(i,Ie(n,i)),max:Ie(n,Ie(i,n))}}getPadding(){return{left:this.paddingLeft||0,top:this.paddingTop||0,right:this.paddingRight||0,bottom:this.paddingBottom||0}}getTicks(){return this.ticks}getLabels(){const e=this.chart.data;return this.options.labels||(this.isHorizontal()?e.xLabels:e.yLabels)||e.labels||[]}beforeLayout(){this._cache={},this._dataLimitsCached=!1}beforeUpdate(){Pe(this.options.beforeUpdate,[this])}update(e,t,i){const{beginAtZero:n,grace:r,ticks:o}=this.options,l=o.sampleSize;this.beforeUpdate(),this.maxWidth=e,this.maxHeight=t,this._margins=i=Object.assign({left:0,right:0,top:0,bottom:0},i),this.ticks=null,this._labelSizes=null,this._gridLineItems=null,this._labelItems=null,this.beforeSetDimensions(),this.setDimensions(),this.afterSetDimensions(),this._maxLength=this.isHorizontal()?this.width+i.left+i.right:this.height+i.top+i.bottom,this._dataLimitsCached||(this.beforeDataLimits(),this.determineDataLimits(),this.afterDataLimits(),this._range=function(e,t,i){const{min:n,max:r}=e,o=Oe(t,(r-n)/2),l=(e,t)=>i&&0===e?0:e+t;return{min:l(n,-Math.abs(o)),max:l(r,o)}}(this,r,n),this._dataLimitsCached=!0),this.beforeBuildTicks(),this.ticks=this.buildTicks()||[],this.afterBuildTicks();const a=l<this.ticks.length;this._convertTicksToLabels(a?Dr(this.ticks,l):this.ticks),this.configure(),this.beforeCalculateLabelRotation(),this.calculateLabelRotation(),this.afterCalculateLabelRotation(),o.display&&(o.autoSkip||"auto"===o.source)&&(this.ticks=_r(this,this.ticks),this._labelSizes=null,this.afterAutoSkip()),a&&this._convertTicksToLabels(this.ticks),this.beforeFit(),this.fit(),this.afterFit(),this.afterUpdate()}configure(){let e,t,i=this.options.reverse;this.isHorizontal()?(e=this.left,t=this.right):(e=this.top,t=this.bottom,i=!i),this._startPixel=e,this._endPixel=t,this._reversePixels=i,this._length=t-e,this._alignToPixels=this.options.alignToPixels}afterUpdate(){Pe(this.options.afterUpdate,[this])}beforeSetDimensions(){Pe(this.options.beforeSetDimensions,[this])}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=0,this.right=this.width):(this.height=this.maxHeight,this.top=0,this.bottom=this.height),this.paddingLeft=0,this.paddingTop=0,this.paddingRight=0,this.paddingBottom=0}afterSetDimensions(){Pe(this.options.afterSetDimensions,[this])}_callHooks(e){this.chart.notifyPlugins(e,this.getContext()),Pe(this.options[e],[this])}beforeDataLimits(){this._callHooks("beforeDataLimits")}determineDataLimits(){}afterDataLimits(){this._callHooks("afterDataLimits")}beforeBuildTicks(){this._callHooks("beforeBuildTicks")}buildTicks(){return[]}afterBuildTicks(){this._callHooks("afterBuildTicks")}beforeTickToLabelConversion(){Pe(this.options.beforeTickToLabelConversion,[this])}generateTickLabels(e){const t=this.options.ticks;let i,n,r;for(i=0,n=e.length;i<n;i++)r=e[i],r.label=Pe(t.callback,[r.value,i,e],this)}afterTickToLabelConversion(){Pe(this.options.afterTickToLabelConversion,[this])}beforeCalculateLabelRotation(){Pe(this.options.beforeCalculateLabelRotation,[this])}calculateLabelRotation(){const e=this.options,t=e.ticks,i=this.ticks.length,n=t.minRotation||0,r=t.maxRotation;let o,l,a,s=n;if(!this._isVisible()||!t.display||n>=r||i<=1||!this.isHorizontal())return void(this.labelRotation=n);const c=this._getLabelSizes(),d=c.widest.width,u=c.highest.height,b=At(this.chart.width-d,0,this.maxWidth);o=e.offset?this.maxWidth/i:b/(i-1),d+6>o&&(o=b/(i-(e.offset?.5:1)),l=this.maxHeight-Ir(e.grid)-t.padding-Hr(e.title,this.chart.options.font),a=Math.sqrt(d*d+u*u),s=dt(Math.min(Math.asin(At((c.highest.height+6)/o,-1,1)),Math.asin(At(l/a,-1,1))-Math.asin(At(u/a,-1,1)))),s=Math.max(n,Math.min(r,s))),this.labelRotation=s}afterCalculateLabelRotation(){Pe(this.options.afterCalculateLabelRotation,[this])}afterAutoSkip(){}beforeFit(){Pe(this.options.beforeFit,[this])}fit(){const e={width:0,height:0},{chart:t,options:{ticks:i,title:n,grid:r}}=this,o=this._isVisible(),l=this.isHorizontal();if(o){const o=Hr(n,t.options.font);if(l?(e.width=this.maxWidth,e.height=Ir(r)+o):(e.height=this.maxHeight,e.width=Ir(r)+o),i.display&&this.ticks.length){const{first:t,last:n,widest:r,highest:o}=this._getLabelSizes(),a=2*i.padding,s=ct(this.labelRotation),c=Math.cos(s),d=Math.sin(s);if(l){const t=i.mirror?0:d*r.width+c*o.height;e.height=Math.min(this.maxHeight,e.height+t+a)}else{const t=i.mirror?0:c*r.width+d*o.height;e.width=Math.min(this.maxWidth,e.width+t+a)}this._calculatePadding(t,n,d,c)}}this._handleMargins(),l?(this.width=this._length=t.width-this._margins.left-this._margins.right,this.height=e.height):(this.width=e.width,this.height=this._length=t.height-this._margins.top-this._margins.bottom)}_calculatePadding(e,t,i,n){const{ticks:{align:r,padding:o},position:l}=this.options,a=0!==this.labelRotation,s="top"!==l&&"x"===this.axis;if(this.isHorizontal()){const l=this.getPixelForTick(0)-this.left,c=this.right-this.getPixelForTick(this.ticks.length-1);let d=0,u=0;a?s?(d=n*e.width,u=i*t.height):(d=i*e.height,u=n*t.width):"start"===r?u=t.width:"end"===r?d=e.width:"inner"!==r&&(d=e.width/2,u=t.width/2),this.paddingLeft=Math.max((d-l+o)*this.width/(this.width-l),0),this.paddingRight=Math.max((u-c+o)*this.width/(this.width-c),0)}else{let i=t.height/2,n=e.height/2;"start"===r?(i=0,n=e.height):"end"===r&&(i=t.height,n=0),this.paddingTop=i+o,this.paddingBottom=n+o}}_handleMargins(){this._margins&&(this._margins.left=Math.max(this.paddingLeft,this._margins.left),this._margins.top=Math.max(this.paddingTop,this._margins.top),this._margins.right=Math.max(this.paddingRight,this._margins.right),this._margins.bottom=Math.max(this.paddingBottom,this._margins.bottom))}afterFit(){Pe(this.options.afterFit,[this])}isHorizontal(){const{axis:e,position:t}=this.options;return"top"===t||"bottom"===t||"x"===e}isFullSize(){return this.options.fullSize}_convertTicksToLabels(e){let t,i;for(this.beforeTickToLabelConversion(),this.generateTickLabels(e),t=0,i=e.length;t<i;t++)Me(e[t].label)&&(e.splice(t,1),i--,t--);this.afterTickToLabelConversion()}_getLabelSizes(){let e=this._labelSizes;if(!e){const t=this.options.ticks.sampleSize;let i=this.ticks;t<i.length&&(i=Dr(i,t)),this._labelSizes=e=this._computeLabelSizes(i,i.length)}return e}_computeLabelSizes(e,t){const{ctx:i,_longestTextCache:n}=this,r=[],o=[];let l,a,s,c,d,u,b,f,m,h,p,A=0,g=0;for(l=0;l<t;++l){if(c=e[l].label,d=this._resolveTickFontOptions(l),i.font=u=d.string,b=n[u]=n[u]||{data:{},gc:[]},f=d.lineHeight,m=h=0,Me(c)||ke(c)){if(ke(c))for(a=0,s=c.length;a<s;++a)p=c[a],Me(p)||ke(p)||(m=wi(i,b.data,b.gc,m,p),h+=f)}else m=wi(i,b.data,b.gc,m,c),h=f;r.push(m),o.push(h),A=Math.max(m,A),g=Math.max(h,g)}!function(e,t){Le(e,(e=>{const i=e.gc,n=i.length/2;let r;if(n>t){for(r=0;r<n;++r)delete e.data[i[r]];i.splice(0,n)}}))}(n,t);const C=r.indexOf(A),v=o.indexOf(g),N=e=>({width:r[e]||0,height:o[e]||0});return{first:N(0),last:N(t-1),widest:N(C),highest:N(v),widths:r,heights:o}}getLabelForValue(e){return e}getPixelForValue(e,t){return NaN}getValueForPixel(e){}getPixelForTick(e){const t=this.ticks;return e<0||e>t.length-1?null:this.getPixelForValue(t[e].value)}getPixelForDecimal(e){this._reversePixels&&(e=1-e);const t=this._startPixel+e*this._length;return At(this._alignToPixels?yi(this.chart,t,0):t,-32768,32767)}getDecimalForPixel(e){const t=(e-this._startPixel)/this._length;return this._reversePixels?1-t:t}getBasePixel(){return this.getPixelForValue(this.getBaseValue())}getBaseValue(){const{min:e,max:t}=this;return e<0&&t<0?t:e>0&&t>0?e:0}getContext(e){const t=this.ticks||[];if(e>=0&&e<t.length){const i=t[e];return i.$context||(i.$context=function(e,t,i){return Ki(e,{tick:i,index:t,type:"tick"})}(this.getContext(),e,i))}return this.$context||(this.$context=Ki(this.chart.getContext(),{scale:this,type:"scale"}))}_tickSize(){const e=this.options.ticks,t=ct(this.labelRotation),i=Math.abs(Math.cos(t)),n=Math.abs(Math.sin(t)),r=this._getLabelSizes(),o=e.autoSkipPadding||0,l=r?r.widest.width+o:0,a=r?r.highest.height+o:0;return this.isHorizontal()?a*i>l*n?l/i:a/n:a*n<l*i?a/i:l/n}_isVisible(){const e=this.options.display;return"auto"!==e?!!e:this.getMatchingVisibleMetas().length>0}_computeGridLineItems(e){const t=this.axis,i=this.chart,n=this.options,{grid:r,position:o}=n,l=r.offset,a=this.isHorizontal(),s=this.ticks.length+(l?1:0),c=Ir(r),d=[],u=r.setContext(this.getContext()),b=u.drawBorder?u.borderWidth:0,f=b/2,m=function(e){return yi(i,e,b)};let h,p,A,g,C,v,N,x,w,E,y,_;if("top"===o)h=m(this.bottom),v=this.bottom-c,x=h-f,E=m(e.top)+f,_=e.bottom;else if("bottom"===o)h=m(this.top),E=e.top,_=m(e.bottom)-f,v=h+f,x=this.top+c;else if("left"===o)h=m(this.right),C=this.right-c,N=h-f,w=m(e.left)+f,y=e.right;else if("right"===o)h=m(this.left),w=e.left,y=m(e.right)-f,C=h+f,N=this.left+c;else if("x"===t){if("center"===o)h=m((e.top+e.bottom)/2+.5);else if(De(o)){const e=Object.keys(o)[0],t=o[e];h=m(this.chart.scales[e].getPixelForValue(t))}E=e.top,_=e.bottom,v=h+f,x=v+c}else if("y"===t){if("center"===o)h=m((e.left+e.right)/2);else if(De(o)){const e=Object.keys(o)[0],t=o[e];h=m(this.chart.scales[e].getPixelForValue(t))}C=h-f,N=C-c,w=e.left,y=e.right}const M=He(n.ticks.maxTicksLimit,s),k=Math.max(1,Math.ceil(s/M));for(p=0;p<s;p+=k){const e=r.setContext(this.getContext(p)),t=e.lineWidth,n=e.color,o=e.borderDash||[],s=e.borderDashOffset,c=e.tickWidth,u=e.tickColor,b=e.tickBorderDash||[],f=e.tickBorderDashOffset;A=Br(this,p,l),void 0!==A&&(g=yi(i,A,t),a?C=N=w=y=g:v=x=E=_=g,d.push({tx1:C,ty1:v,tx2:N,ty2:x,x1:w,y1:E,x2:y,y2:_,width:t,color:n,borderDash:o,borderDashOffset:s,tickWidth:c,tickColor:u,tickBorderDash:b,tickBorderDashOffset:f}))}return this._ticksLength=s,this._borderValue=h,d}_computeLabelItems(e){const t=this.axis,i=this.options,{position:n,ticks:r}=i,o=this.isHorizontal(),l=this.ticks,{align:a,crossAlign:s,padding:c,mirror:d}=r,u=Ir(i.grid),b=u+c,f=d?-c:b,m=-ct(this.labelRotation),h=[];let p,A,g,C,v,N,x,w,E,y,_,M,k="middle";if("top"===n)N=this.bottom-f,x=this._getXAxisLabelAlignment();else if("bottom"===n)N=this.top+f,x=this._getXAxisLabelAlignment();else if("left"===n){const e=this._getYAxisLabelAlignment(u);x=e.textAlign,v=e.x}else if("right"===n){const e=this._getYAxisLabelAlignment(u);x=e.textAlign,v=e.x}else if("x"===t){if("center"===n)N=(e.top+e.bottom)/2+b;else if(De(n)){const e=Object.keys(n)[0],t=n[e];N=this.chart.scales[e].getPixelForValue(t)+b}x=this._getXAxisLabelAlignment()}else if("y"===t){if("center"===n)v=(e.left+e.right)/2-b;else if(De(n)){const e=Object.keys(n)[0],t=n[e];v=this.chart.scales[e].getPixelForValue(t)}x=this._getYAxisLabelAlignment(u).textAlign}"y"===t&&("start"===a?k="top":"end"===a&&(k="bottom"));const D=this._getLabelSizes();for(p=0,A=l.length;p<A;++p){g=l[p],C=g.label;const e=r.setContext(this.getContext(p));w=this.getPixelForTick(p)+r.labelOffset,E=this._resolveTickFontOptions(p),y=E.lineHeight,_=ke(C)?C.length:1;const t=_/2,i=e.color,a=e.textStrokeColor,c=e.textStrokeWidth;let u,b=x;if(o?(v=w,"inner"===x&&(b=p===A-1?this.options.reverse?"left":"right":0===p?this.options.reverse?"right":"left":"center"),M="top"===n?"near"===s||0!==m?-_*y+y/2:"center"===s?-D.highest.height/2-t*y+y:-D.highest.height+y/2:"near"===s||0!==m?y/2:"center"===s?D.highest.height/2-t*y:D.highest.height-_*y,d&&(M*=-1)):(N=w,M=(1-_)*y/2),e.showLabelBackdrop){const t=Si(e.backdropPadding),i=D.heights[p],n=D.widths[p];let r=N+M-t.top,o=v-t.left;switch(k){case"middle":r-=i/2;break;case"bottom":r-=i}switch(x){case"center":o-=n/2;break;case"right":o-=n}u={left:o,top:r,width:n+t.width,height:i+t.height,color:e.backdropColor}}h.push({rotation:m,label:C,font:E,color:i,strokeColor:a,strokeWidth:c,textOffset:M,textAlign:b,textBaseline:k,translation:[v,N],backdrop:u})}return h}_getXAxisLabelAlignment(){const{position:e,ticks:t}=this.options;if(-ct(this.labelRotation))return"top"===e?"left":"right";let i="center";return"start"===t.align?i="left":"end"===t.align?i="right":"inner"===t.align&&(i="inner"),i}_getYAxisLabelAlignment(e){const{position:t,ticks:{crossAlign:i,mirror:n,padding:r}}=this.options,o=e+r,l=this._getLabelSizes().widest.width;let a,s;return"left"===t?n?(s=this.right+r,"near"===i?a="left":"center"===i?(a="center",s+=l/2):(a="right",s+=l)):(s=this.right-o,"near"===i?a="right":"center"===i?(a="center",s-=l/2):(a="left",s=this.left)):"right"===t?n?(s=this.left+r,"near"===i?a="right":"center"===i?(a="center",s-=l/2):(a="left",s-=l)):(s=this.left+o,"near"===i?a="left":"center"===i?(a="center",s+=l/2):(a="right",s=this.right)):a="right",{textAlign:a,x:s}}_computeLabelArea(){if(this.options.ticks.mirror)return;const e=this.chart,t=this.options.position;return"left"===t||"right"===t?{top:0,left:this.left,bottom:e.height,right:this.right}:"top"===t||"bottom"===t?{top:this.top,left:0,bottom:this.bottom,right:e.width}:void 0}drawBackground(){const{ctx:e,options:{backgroundColor:t},left:i,top:n,width:r,height:o}=this;t&&(e.save(),e.fillStyle=t,e.fillRect(i,n,r,o),e.restore())}getLineWidthForValue(e){const t=this.options.grid;if(!this._isVisible()||!t.display)return 0;const i=this.ticks.findIndex((t=>t.value===e));if(i>=0){return t.setContext(this.getContext(i)).lineWidth}return 0}drawGrid(e){const t=this.options.grid,i=this.ctx,n=this._gridLineItems||(this._gridLineItems=this._computeGridLineItems(e));let r,o;const l=(e,t,n)=>{n.width&&n.color&&(i.save(),i.lineWidth=n.width,i.strokeStyle=n.color,i.setLineDash(n.borderDash||[]),i.lineDashOffset=n.borderDashOffset,i.beginPath(),i.moveTo(e.x,e.y),i.lineTo(t.x,t.y),i.stroke(),i.restore())};if(t.display)for(r=0,o=n.length;r<o;++r){const e=n[r];t.drawOnChartArea&&l({x:e.x1,y:e.y1},{x:e.x2,y:e.y2},e),t.drawTicks&&l({x:e.tx1,y:e.ty1},{x:e.tx2,y:e.ty2},{color:e.tickColor,width:e.tickWidth,borderDash:e.tickBorderDash,borderDashOffset:e.tickBorderDashOffset})}}drawBorder(){const{chart:e,ctx:t,options:{grid:i}}=this,n=i.setContext(this.getContext()),r=i.drawBorder?n.borderWidth:0;if(!r)return;const o=i.setContext(this.getContext(0)).lineWidth,l=this._borderValue;let a,s,c,d;this.isHorizontal()?(a=yi(e,this.left,r)-r/2,s=yi(e,this.right,o)+o/2,c=d=l):(c=yi(e,this.top,r)-r/2,d=yi(e,this.bottom,o)+o/2,a=s=l),t.save(),t.lineWidth=n.borderWidth,t.strokeStyle=n.borderColor,t.beginPath(),t.moveTo(a,c),t.lineTo(s,d),t.stroke(),t.restore()}drawLabels(e){if(!this.options.ticks.display)return;const t=this.ctx,i=this._computeLabelArea();i&&Bi(t,i);const n=this._labelItems||(this._labelItems=this._computeLabelItems(e));let r,o;for(r=0,o=n.length;r<o;++r){const e=n[r],i=e.font,o=e.label;e.backdrop&&(t.fillStyle=e.backdrop.color,t.fillRect(e.backdrop.left,e.backdrop.top,e.backdrop.width,e.backdrop.height)),Pi(t,o,0,e.textOffset,i,e)}i&&Ii(t)}drawTitle(){const{ctx:e,options:{position:t,title:i,reverse:n}}=this;if(!i.display)return;const r=Zi(i.font),o=Si(i.padding),l=i.align;let a=r.lineHeight/2;"bottom"===t||"center"===t||De(t)?(a+=o.bottom,ke(i.text)&&(a+=r.lineHeight*(i.text.length-1))):a+=o.top;const{titleX:s,titleY:c,maxWidth:d,rotation:u}=function(e,t,i,n){const{top:r,left:o,bottom:l,right:a,chart:s}=e,{chartArea:c,scales:d}=s;let u,b,f,m=0;const h=l-r,p=a-o;if(e.isHorizontal()){if(b=kt(n,o,a),De(i)){const e=Object.keys(i)[0],n=i[e];f=d[e].getPixelForValue(n)+h-t}else f="center"===i?(c.bottom+c.top)/2+h-t:kr(e,i,t);u=a-o}else{if(De(i)){const e=Object.keys(i)[0],n=i[e];b=d[e].getPixelForValue(n)-p+t}else b="center"===i?(c.left+c.right)/2-p+t:kr(e,i,t);f=kt(n,l,r),m="left"===i?-et:et}return{titleX:b,titleY:f,maxWidth:u,rotation:m}}(this,a,t,l);Pi(e,i.text,0,0,r,{color:i.color,maxWidth:d,rotation:u,textAlign:Or(l,t,n),textBaseline:"middle",translation:[s,c]})}draw(e){this._isVisible()&&(this.drawBackground(),this.drawGrid(e),this.drawBorder(),this.drawTitle(),this.drawLabels(e))}_layers(){const e=this.options,t=e.ticks&&e.ticks.z||0,i=He(e.grid&&e.grid.z,-1);return this._isVisible()&&this.draw===Pr.prototype.draw?[{z:i,draw:e=>{this.drawBackground(),this.drawGrid(e),this.drawTitle()}},{z:i+1,draw:()=>{this.drawBorder()}},{z:t,draw:e=>{this.drawLabels(e)}}]:[{z:t,draw:e=>{this.draw(e)}}]}getMatchingVisibleMetas(e){const t=this.chart.getSortedVisibleDatasetMetas(),i=this.axis+"AxisID",n=[];let r,o;for(r=0,o=t.length;r<o;++r){const o=t[r];o[i]!==this.id||e&&o.type!==e||n.push(o)}return n}_resolveTickFontOptions(e){return Zi(this.options.ticks.setContext(this.getContext(e)).font)}_maxDigits(){const e=this._resolveTickFontOptions(0).lineHeight;return(this.isHorizontal()?this.width:this.height)/e}}class Lr{constructor(e,t,i){this.type=e,this.scope=t,this.override=i,this.items=Object.create(null)}isForType(e){return Object.prototype.isPrototypeOf.call(this.type.prototype,e.prototype)}register(e){const t=Object.getPrototypeOf(e);let i;(function(e){return"id"in e&&"defaults"in e})(t)&&(i=this.register(t));const n=this.items,r=e.id,o=this.scope+"."+r;if(!r)throw new Error("class does not have id: "+e);return r in n||(n[r]=e,function(e,t,i){const n=je(Object.create(null),[i?xi.get(i):{},xi.get(t),e.defaults]);xi.set(t,n),e.defaultRoutes&&function(e,t){Object.keys(t).forEach((i=>{const n=i.split("."),r=n.pop(),o=[e].concat(n).join("."),l=t[i].split("."),a=l.pop(),s=l.join(".");xi.route(o,r,s,a)}))}(t,e.defaultRoutes);e.descriptors&&xi.describe(t,e.descriptors)}(e,o,i),this.override&&xi.override(e.id,e.overrides)),o}get(e){return this.items[e]}unregister(e){const t=this.items,i=e.id,n=this.scope;i in t&&delete t[i],n&&i in xi[n]&&(delete xi[n][i],this.override&&delete gi[i])}}var Rr=new class{constructor(){this.controllers=new Lr(ar,"datasets",!0),this.elements=new Lr(wr,"elements"),this.plugins=new Lr(Object,"plugins"),this.scales=new Lr(Pr,"scales"),this._typedRegistries=[this.controllers,this.scales,this.elements]}add(...e){this._each("register",e)}remove(...e){this._each("unregister",e)}addControllers(...e){this._each("register",e,this.controllers)}addElements(...e){this._each("register",e,this.elements)}addPlugins(...e){this._each("register",e,this.plugins)}addScales(...e){this._each("register",e,this.scales)}getController(e){return this._get(e,this.controllers,"controller")}getElement(e){return this._get(e,this.elements,"element")}getPlugin(e){return this._get(e,this.plugins,"plugin")}getScale(e){return this._get(e,this.scales,"scale")}removeControllers(...e){this._each("unregister",e,this.controllers)}removeElements(...e){this._each("unregister",e,this.elements)}removePlugins(...e){this._each("unregister",e,this.plugins)}removeScales(...e){this._each("unregister",e,this.scales)}_each(e,t,i){[...t].forEach((t=>{const n=i||this._getRegistryForType(t);i||n.isForType(t)||n===this.plugins&&t.id?this._exec(e,n,t):Le(t,(t=>{const n=i||this._getRegistryForType(t);this._exec(e,n,t)}))}))}_exec(e,t,i){const n=Ze(e);Pe(i["before"+n],[],i),t[e](i),Pe(i["after"+n],[],i)}_getRegistryForType(e){for(let t=0;t<this._typedRegistries.length;t++){const i=this._typedRegistries[t];if(i.isForType(e))return i}return this.plugins}_get(e,t,i){const n=t.get(e);if(void 0===n)throw new Error('"'+e+'" is not a registered '+i+".");return n}};class Fr extends ar{update(e){const t=this._cachedMeta,{data:i=[]}=t,n=this.chart._animationsDisabled;let{start:r,count:o}=Dt(t,i,n);if(this._drawStart=r,this._drawCount=o,Bt(t)&&(r=0,o=i.length),this.options.showLine){const{dataset:r,_dataset:o}=t;r._chart=this.chart,r._datasetIndex=this.index,r._decimated=!!o._decimated,r.points=i;const l=this.resolveDatasetElementOptions(e);l.segment=this.options.segment,this.updateElement(r,void 0,{animated:!n,options:l},e)}this.updateElements(i,r,o,e)}addElements(){const{showLine:e}=this.options;!this.datasetElementType&&e&&(this.datasetElementType=Rr.getElement("line")),super.addElements()}updateElements(e,t,i,n){const r="reset"===n,{iScale:o,vScale:l,_stacked:a,_dataset:s}=this._cachedMeta,c=this.resolveDataElementOptions(t,n),d=this.getSharedOptions(c),u=this.includeOptions(n,d),b=o.axis,f=l.axis,{spanGaps:m,segment:h}=this.options,p=lt(m)?m:Number.POSITIVE_INFINITY,A=this.chart._animationsDisabled||r||"none"===n;let g=t>0&&this.getParsed(t-1);for(let c=t;c<t+i;++c){const t=e[c],i=this.getParsed(c),m=A?t:{},C=Me(i[f]),v=m[b]=o.getPixelForValue(i[b],c),N=m[f]=r||C?l.getBasePixel():l.getPixelForValue(a?this.applyStack(l,i,a):i[f],c);m.skip=isNaN(v)||isNaN(N)||C,m.stop=c>0&&Math.abs(i[b]-g[b])>p,h&&(m.parsed=i,m.raw=s.data[c]),u&&(m.options=d||this.resolveDataElementOptions(c,t.active?"active":n)),A||this.updateElement(t,c,m,n),g=i}this.updateSharedOptions(d,n,c)}getMaxOverflow(){const e=this._cachedMeta,t=e.data||[];if(!this.options.showLine){let e=0;for(let i=t.length-1;i>=0;--i)e=Math.max(e,t[i].size(this.resolveDataElementOptions(i))/2);return e>0&&e}const i=e.dataset,n=i.options&&i.options.borderWidth||0;if(!t.length)return n;const r=t[0].size(this.resolveDataElementOptions(0)),o=t[t.length-1].size(this.resolveDataElementOptions(t.length-1));return Math.max(n,r,o)/2}}Fr.id="scatter",Fr.defaults={datasetElementType:!1,dataElementType:"point",showLine:!1,fill:!1},Fr.overrides={interaction:{mode:"point"},plugins:{tooltip:{callbacks:{title:()=>"",label:e=>"("+e.label+", "+e.formattedValue+")"}}},scales:{x:{type:"linear"},y:{type:"linear"}}};var Qr=Object.freeze({__proto__:null,BarController:pr,BubbleController:Ar,DoughnutController:gr,LineController:Cr,PolarAreaController:vr,PieController:Nr,RadarController:xr,ScatterController:Fr});function zr(){throw new Error("This method is not implemented: Check that a complete date adapter is provided.")}class jr{constructor(e){this.options=e||{}}init(e){}formats(){return zr()}parse(e,t){return zr()}format(e,t){return zr()}add(e,t,i){return zr()}diff(e,t,i){return zr()}startOf(e,t,i){return zr()}endOf(e,t){return zr()}}jr.override=function(e){Object.assign(jr.prototype,e)};var Yr={_date:jr};function Ur(e,t,i,n){const{controller:r,data:o,_sorted:l}=e,a=r._cachedMeta.iScale;if(a&&t===a.axis&&"r"!==t&&l&&o.length){const e=a._reversePixels?Nt:vt;if(!n)return e(o,t,i);if(r._sharedOptions){const n=o[0],r="function"==typeof n.getRange&&n.getRange(t);if(r){const n=e(o,t,i-r),l=e(o,t,i+r);return{lo:n.lo,hi:l.hi}}}}return{lo:0,hi:o.length-1}}function Vr(e,t,i,n,r){const o=e.getSortedVisibleDatasetMetas(),l=i[t];for(let e=0,i=o.length;e<i;++e){const{index:i,data:a}=o[e],{lo:s,hi:c}=Ur(o[e],t,l,r);for(let e=s;e<=c;++e){const t=a[e];t.skip||n(t,i,e)}}}function Sr(e,t,i,n,r){const o=[];if(!r&&!e.isPointInArea(t))return o;return Vr(e,i,t,(function(i,l,a){(r||Di(i,e.chartArea,0))&&i.inRange(t.x,t.y,n)&&o.push({element:i,datasetIndex:l,index:a})}),!0),o}function Zr(e,t,i,n,r,o){let l=[];const a=function(e){const t=-1!==e.indexOf("x"),i=-1!==e.indexOf("y");return function(e,n){const r=t?Math.abs(e.x-n.x):0,o=i?Math.abs(e.y-n.y):0;return Math.sqrt(Math.pow(r,2)+Math.pow(o,2))}}(i);let s=Number.POSITIVE_INFINITY;return Vr(e,i,t,(function(i,c,d){const u=i.inRange(t.x,t.y,r);if(n&&!u)return;const b=i.getCenterPoint(r);if(!(!!o||e.isPointInArea(b))&&!u)return;const f=a(t,b);f<s?(l=[{element:i,datasetIndex:c,index:d}],s=f):f===s&&l.push({element:i,datasetIndex:c,index:d})})),l}function Gr(e,t,i,n,r,o){return o||e.isPointInArea(t)?"r"!==i||n?Zr(e,t,i,n,r,o):function(e,t,i,n){let r=[];return Vr(e,i,t,(function(e,i,o){const{startAngle:l,endAngle:a}=e.getProps(["startAngle","endAngle"],n),{angle:s}=bt(e,{x:t.x,y:t.y});pt(s,l,a)&&r.push({element:e,datasetIndex:i,index:o})})),r}(e,t,i,r):[]}function Kr(e,t,i,n,r){const o=[],l="x"===i?"inXRange":"inYRange";let a=!1;return Vr(e,i,t,((e,n,s)=>{e[l](t[i],r)&&(o.push({element:e,datasetIndex:n,index:s}),a=a||e.inRange(t.x,t.y,r))})),n&&!a?[]:o}var Wr={evaluateInteractionItems:Vr,modes:{index(e,t,i,n){const r=wn(t,e),o=i.axis||"x",l=i.includeInvisible||!1,a=i.intersect?Sr(e,r,o,n,l):Gr(e,r,o,!1,n,l),s=[];return a.length?(e.getSortedVisibleDatasetMetas().forEach((e=>{const t=a[0].index,i=e.data[t];i&&!i.skip&&s.push({element:i,datasetIndex:e.index,index:t})})),s):[]},dataset(e,t,i,n){const r=wn(t,e),o=i.axis||"xy",l=i.includeInvisible||!1;let a=i.intersect?Sr(e,r,o,n,l):Gr(e,r,o,!1,n,l);if(a.length>0){const t=a[0].datasetIndex,i=e.getDatasetMeta(t).data;a=[];for(let e=0;e<i.length;++e)a.push({element:i[e],datasetIndex:t,index:e})}return a},point:(e,t,i,n)=>Sr(e,wn(t,e),i.axis||"xy",n,i.includeInvisible||!1),nearest(e,t,i,n){const r=wn(t,e),o=i.axis||"xy",l=i.includeInvisible||!1;return Gr(e,r,o,i.intersect,n,l)},x:(e,t,i,n)=>Kr(e,wn(t,e),"x",i.intersect,n),y:(e,t,i,n)=>Kr(e,wn(t,e),"y",i.intersect,n)}};const Tr=["left","top","right","bottom"];function Xr(e,t){return e.filter((e=>e.pos===t))}function qr(e,t){return e.filter((e=>-1===Tr.indexOf(e.pos)&&e.box.axis===t))}function Jr(e,t){return e.sort(((e,i)=>{const n=t?i:e,r=t?e:i;return n.weight===r.weight?n.index-r.index:n.weight-r.weight}))}function $r(e,t){const i=function(e){const t={};for(const i of e){const{stack:e,pos:n,stackWeight:r}=i;if(!e||!Tr.includes(n))continue;const o=t[e]||(t[e]={count:0,placed:0,weight:0,size:0});o.count++,o.weight+=r}return t}(e),{vBoxMaxWidth:n,hBoxMaxHeight:r}=t;let o,l,a;for(o=0,l=e.length;o<l;++o){a=e[o];const{fullSize:l}=a.box,s=i[a.stack],c=s&&a.stackWeight/s.weight;a.horizontal?(a.width=c?c*n:l&&t.availableWidth,a.height=r):(a.width=n,a.height=c?c*r:l&&t.availableHeight)}return i}function eo(e,t,i,n){return Math.max(e[i],t[i])+Math.max(e[n],t[n])}function to(e,t){e.top=Math.max(e.top,t.top),e.left=Math.max(e.left,t.left),e.bottom=Math.max(e.bottom,t.bottom),e.right=Math.max(e.right,t.right)}function io(e,t,i,n){const{pos:r,box:o}=i,l=e.maxPadding;if(!De(r)){i.size&&(e[r]-=i.size);const t=n[i.stack]||{size:0,count:1};t.size=Math.max(t.size,i.horizontal?o.height:o.width),i.size=t.size/t.count,e[r]+=i.size}o.getPadding&&to(l,o.getPadding());const a=Math.max(0,t.outerWidth-eo(l,e,"left","right")),s=Math.max(0,t.outerHeight-eo(l,e,"top","bottom")),c=a!==e.w,d=s!==e.h;return e.w=a,e.h=s,i.horizontal?{same:c,other:d}:{same:d,other:c}}function no(e,t){const i=t.maxPadding;function n(e){const n={left:0,top:0,right:0,bottom:0};return e.forEach((e=>{n[e]=Math.max(t[e],i[e])})),n}return n(e?["left","right"]:["top","bottom"])}function ro(e,t,i,n){const r=[];let o,l,a,s,c,d;for(o=0,l=e.length,c=0;o<l;++o){a=e[o],s=a.box,s.update(a.width||t.w,a.height||t.h,no(a.horizontal,t));const{same:l,other:u}=io(t,i,a,n);c|=l&&r.length,d=d||u,s.fullSize||r.push(a)}return c&&ro(r,t,i,n)||d}function oo(e,t,i,n,r){e.top=i,e.left=t,e.right=t+n,e.bottom=i+r,e.width=n,e.height=r}function lo(e,t,i,n){const r=i.padding;let{x:o,y:l}=t;for(const a of e){const e=a.box,s=n[a.stack]||{count:1,placed:0,weight:1},c=a.stackWeight/s.weight||1;if(a.horizontal){const n=t.w*c,o=s.size||e.height;Ge(s.start)&&(l=s.start),e.fullSize?oo(e,r.left,l,i.outerWidth-r.right-r.left,o):oo(e,t.left+s.placed,l,n,o),s.start=l,s.placed+=n,l=e.bottom}else{const n=t.h*c,l=s.size||e.width;Ge(s.start)&&(o=s.start),e.fullSize?oo(e,o,r.top,l,i.outerHeight-r.bottom-r.top):oo(e,o,t.top+s.placed,l,n),s.start=o,s.placed+=n,o=e.right}}t.x=o,t.y=l}xi.set("layout",{autoPadding:!0,padding:{top:0,right:0,bottom:0,left:0}});var ao={addBox(e,t){e.boxes||(e.boxes=[]),t.fullSize=t.fullSize||!1,t.position=t.position||"top",t.weight=t.weight||0,t._layers=t._layers||function(){return[{z:0,draw(e){t.draw(e)}}]},e.boxes.push(t)},removeBox(e,t){const i=e.boxes?e.boxes.indexOf(t):-1;-1!==i&&e.boxes.splice(i,1)},configure(e,t,i){t.fullSize=i.fullSize,t.position=i.position,t.weight=i.weight},update(e,t,i,n){if(!e)return;const r=Si(e.options.layout.padding),o=Math.max(t-r.width,0),l=Math.max(i-r.height,0),a=function(e){const t=function(e){const t=[];let i,n,r,o,l,a;for(i=0,n=(e||[]).length;i<n;++i)r=e[i],({position:o,options:{stack:l,stackWeight:a=1}}=r),t.push({index:i,box:r,pos:o,horizontal:r.isHorizontal(),weight:r.weight,stack:l&&o+l,stackWeight:a});return t}(e),i=Jr(t.filter((e=>e.box.fullSize)),!0),n=Jr(Xr(t,"left"),!0),r=Jr(Xr(t,"right")),o=Jr(Xr(t,"top"),!0),l=Jr(Xr(t,"bottom")),a=qr(t,"x"),s=qr(t,"y");return{fullSize:i,leftAndTop:n.concat(o),rightAndBottom:r.concat(s).concat(l).concat(a),chartArea:Xr(t,"chartArea"),vertical:n.concat(r).concat(s),horizontal:o.concat(l).concat(a)}}(e.boxes),s=a.vertical,c=a.horizontal;Le(e.boxes,(e=>{"function"==typeof e.beforeLayout&&e.beforeLayout()}));const d=s.reduce(((e,t)=>t.box.options&&!1===t.box.options.display?e:e+1),0)||1,u=Object.freeze({outerWidth:t,outerHeight:i,padding:r,availableWidth:o,availableHeight:l,vBoxMaxWidth:o/2/d,hBoxMaxHeight:l/2}),b=Object.assign({},r);to(b,Si(n));const f=Object.assign({maxPadding:b,w:o,h:l,x:r.left,y:r.top},r),m=$r(s.concat(c),u);ro(a.fullSize,f,u,m),ro(s,f,u,m),ro(c,f,u,m)&&ro(s,f,u,m),function(e){const t=e.maxPadding;function i(i){const n=Math.max(t[i]-e[i],0);return e[i]+=n,n}e.y+=i("top"),e.x+=i("left"),i("right"),i("bottom")}(f),lo(a.leftAndTop,f,u,m),f.x+=f.w,f.y+=f.h,lo(a.rightAndBottom,f,u,m),e.chartArea={left:f.left,top:f.top,right:f.left+f.w,bottom:f.top+f.h,height:f.h,width:f.w},Le(a.chartArea,(t=>{const i=t.box;Object.assign(i,e.chartArea),i.update(f.w,f.h,{left:0,top:0,right:0,bottom:0})}))}};class so{acquireContext(e,t){}releaseContext(e){return!1}addEventListener(e,t,i){}removeEventListener(e,t,i){}getDevicePixelRatio(){return 1}getMaximumSize(e,t,i,n){return t=Math.max(0,t||e.width),i=i||e.height,{width:t,height:Math.max(0,n?Math.floor(t/n):i)}}isAttached(e){return!0}updateConfig(e){}}class co extends so{acquireContext(e){return e&&e.getContext&&e.getContext("2d")||null}updateConfig(e){e.options.animation=!1}}const uo="$chartjs",bo={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"},fo=e=>null===e||""===e;const mo=!!Mn&&{passive:!0};function ho(e,t,i){e.canvas.removeEventListener(t,i,mo)}function po(e,t){for(const i of e)if(i===t||i.contains(t))return!0}function Ao(e,t,i){const n=e.canvas,r=new MutationObserver((e=>{let t=!1;for(const i of e)t=t||po(i.addedNodes,n),t=t&&!po(i.removedNodes,n);t&&i()}));return r.observe(document,{childList:!0,subtree:!0}),r}function go(e,t,i){const n=e.canvas,r=new MutationObserver((e=>{let t=!1;for(const i of e)t=t||po(i.removedNodes,n),t=t&&!po(i.addedNodes,n);t&&i()}));return r.observe(document,{childList:!0,subtree:!0}),r}const Co=new Map;let vo=0;function No(){const e=window.devicePixelRatio;e!==vo&&(vo=e,Co.forEach(((t,i)=>{i.currentDevicePixelRatio!==e&&t()})))}function xo(e,t,i){const n=e.canvas,r=n&&An(n);if(!r)return;const o=_t(((e,t)=>{const n=r.clientWidth;i(e,t),n<r.clientWidth&&i()}),window),l=new ResizeObserver((e=>{const t=e[0],i=t.contentRect.width,n=t.contentRect.height;0===i&&0===n||o(i,n)}));return l.observe(r),function(e,t){Co.size||window.addEventListener("resize",No),Co.set(e,t)}(e,o),l}function wo(e,t,i){i&&i.disconnect(),"resize"===t&&function(e){Co.delete(e),Co.size||window.removeEventListener("resize",No)}(e)}function Eo(e,t,i){const n=e.canvas,r=_t((t=>{null!==e.ctx&&i(function(e,t){const i=bo[e.type]||e.type,{x:n,y:r}=wn(e,t);return{type:i,chart:t,native:e,x:void 0!==n?n:null,y:void 0!==r?r:null}}(t,e))}),e,(e=>{const t=e[0];return[t,t.offsetX,t.offsetY]}));return function(e,t,i){e.addEventListener(t,i,mo)}(n,t,r),r}class yo extends so{acquireContext(e,t){const i=e&&e.getContext&&e.getContext("2d");return i&&i.canvas===e?(function(e,t){const i=e.style,n=e.getAttribute("height"),r=e.getAttribute("width");if(e[uo]={initial:{height:n,width:r,style:{display:i.display,height:i.height,width:i.width}}},i.display=i.display||"block",i.boxSizing=i.boxSizing||"border-box",fo(r)){const t=kn(e,"width");void 0!==t&&(e.width=t)}if(fo(n))if(""===e.style.height)e.height=e.width/(t||2);else{const t=kn(e,"height");void 0!==t&&(e.height=t)}}(e,t),i):null}releaseContext(e){const t=e.canvas;if(!t[uo])return!1;const i=t[uo].initial;["height","width"].forEach((e=>{const n=i[e];Me(n)?t.removeAttribute(e):t.setAttribute(e,n)}));const n=i.style||{};return Object.keys(n).forEach((e=>{t.style[e]=n[e]})),t.width=t.width,delete t[uo],!0}addEventListener(e,t,i){this.removeEventListener(e,t);const n=e.$proxies||(e.$proxies={}),r={attach:Ao,detach:go,resize:xo}[t]||Eo;n[t]=r(e,t,i)}removeEventListener(e,t){const i=e.$proxies||(e.$proxies={}),n=i[t];if(!n)return;({attach:wo,detach:wo,resize:wo}[t]||ho)(e,t,n),i[t]=void 0}getDevicePixelRatio(){return window.devicePixelRatio}getMaximumSize(e,t,i,n){return yn(e,t,i,n)}isAttached(e){const t=An(e);return!(!t||!t.isConnected)}}class _o{constructor(){this._init=[]}notify(e,t,i,n){"beforeInit"===t&&(this._init=this._createDescriptors(e,!0),this._notify(this._init,e,"install"));const r=n?this._descriptors(e).filter(n):this._descriptors(e),o=this._notify(r,e,t,i);return"afterDestroy"===t&&(this._notify(r,e,"stop"),this._notify(this._init,e,"uninstall")),o}_notify(e,t,i,n){n=n||{};for(const r of e){const e=r.plugin;if(!1===Pe(e[i],[t,n,r.options],e)&&n.cancelable)return!1}return!0}invalidate(){Me(this._cache)||(this._oldCache=this._cache,this._cache=void 0)}_descriptors(e){if(this._cache)return this._cache;const t=this._cache=this._createDescriptors(e);return this._notifyStateChanges(e),t}_createDescriptors(e,t){const i=e&&e.config,n=He(i.options&&i.options.plugins,{}),r=function(e){const t={},i=[],n=Object.keys(Rr.plugins.items);for(let e=0;e<n.length;e++)i.push(Rr.getPlugin(n[e]));const r=e.plugins||[];for(let e=0;e<r.length;e++){const n=r[e];-1===i.indexOf(n)&&(i.push(n),t[n.id]=!0)}return{plugins:i,localIds:t}}(i);return!1!==n||t?function(e,{plugins:t,localIds:i},n,r){const o=[],l=e.getContext();for(const a of t){const t=a.id,s=Mo(n[t],r);null!==s&&o.push({plugin:a,options:ko(e.config,{plugin:a,local:i[t]},s,l)})}return o}(e,r,n,t):[]}_notifyStateChanges(e){const t=this._oldCache||[],i=this._cache,n=(e,t)=>e.filter((e=>!t.some((t=>e.plugin.id===t.plugin.id))));this._notify(n(t,i),e,"stop"),this._notify(n(i,t),e,"start")}}function Mo(e,t){return t||!1!==e?!0===e?{}:e:null}function ko(e,{plugin:t,local:i},n,r){const o=e.pluginScopeKeys(t),l=e.getOptionScopes(n,o);return i&&t.defaults&&l.push(t.defaults),e.createResolver(l,r,[""],{scriptable:!1,indexable:!1,allKeys:!0})}function Do(e,t){const i=xi.datasets[e]||{};return((t.datasets||{})[e]||{}).indexAxis||t.indexAxis||i.indexAxis||"x"}function Bo(e,t){return"x"===e||"y"===e?e:t.axis||("top"===(i=t.position)||"bottom"===i?"x":"left"===i||"right"===i?"y":void 0)||e.charAt(0).toLowerCase();var i}function Io(e){const t=e.options||(e.options={});t.plugins=He(t.plugins,{}),t.scales=function(e,t){const i=gi[e.type]||{scales:{}},n=t.scales||{},r=Do(e.type,t),o=Object.create(null),l=Object.create(null);return Object.keys(n).forEach((e=>{const t=n[e];if(!De(t))return console.error(`Invalid scale configuration for scale: ${e}`);if(t._proxy)return console.warn(`Ignoring resolver passed as options for scale: ${e}`);const a=Bo(e,t),s=function(e,t){return e===t?"_index_":"_value_"}(a,r),c=i.scales||{};o[a]=o[a]||e,l[e]=Ye(Object.create(null),[{axis:a},t,c[a],c[s]])})),e.data.datasets.forEach((i=>{const r=i.type||e.type,a=i.indexAxis||Do(r,t),s=(gi[r]||{}).scales||{};Object.keys(s).forEach((e=>{const t=function(e,t){let i=e;return"_index_"===e?i=t:"_value_"===e&&(i="x"===t?"y":"x"),i}(e,a),r=i[t+"AxisID"]||o[t]||t;l[r]=l[r]||Object.create(null),Ye(l[r],[{axis:t},n[r],s[e]])}))})),Object.keys(l).forEach((e=>{const t=l[e];Ye(t,[xi.scales[t.type],xi.scale])})),l}(e,t)}function Ho(e){return(e=e||{}).datasets=e.datasets||[],e.labels=e.labels||[],e}const Oo=new Map,Po=new Set;function Lo(e,t){let i=Oo.get(e);return i||(i=t(),Oo.set(e,i),Po.add(i)),i}const Ro=(e,t,i)=>{const n=Se(t,i);void 0!==n&&e.add(n)};class Fo{constructor(e){this._config=function(e){return(e=e||{}).data=Ho(e.data),Io(e),e}(e),this._scopeCache=new Map,this._resolverCache=new Map}get platform(){return this._config.platform}get type(){return this._config.type}set type(e){this._config.type=e}get data(){return this._config.data}set data(e){this._config.data=Ho(e)}get options(){return this._config.options}set options(e){this._config.options=e}get plugins(){return this._config.plugins}update(){const e=this._config;this.clearCache(),Io(e)}clearCache(){this._scopeCache.clear(),this._resolverCache.clear()}datasetScopeKeys(e){return Lo(e,(()=>[[`datasets.${e}`,""]]))}datasetAnimationScopeKeys(e,t){return Lo(`${e}.transition.${t}`,(()=>[[`datasets.${e}.transitions.${t}`,`transitions.${t}`],[`datasets.${e}`,""]]))}datasetElementScopeKeys(e,t){return Lo(`${e}-${t}`,(()=>[[`datasets.${e}.elements.${t}`,`datasets.${e}`,`elements.${t}`,""]]))}pluginScopeKeys(e){const t=e.id;return Lo(`${this.type}-plugin-${t}`,(()=>[[`plugins.${t}`,...e.additionalOptionScopes||[]]]))}_cachedScopes(e,t){const i=this._scopeCache;let n=i.get(e);return n&&!t||(n=new Map,i.set(e,n)),n}getOptionScopes(e,t,i){const{options:n,type:r}=this,o=this._cachedScopes(e,i),l=o.get(t);if(l)return l;const a=new Set;t.forEach((t=>{e&&(a.add(e),t.forEach((t=>Ro(a,e,t)))),t.forEach((e=>Ro(a,n,e))),t.forEach((e=>Ro(a,gi[r]||{},e))),t.forEach((e=>Ro(a,xi,e))),t.forEach((e=>Ro(a,Ci,e)))}));const s=Array.from(a);return 0===s.length&&s.push(Object.create(null)),Po.has(t)&&o.set(t,s),s}chartOptionScopes(){const{options:e,type:t}=this;return[e,gi[t]||{},xi.datasets[t]||{},{type:t},xi,Ci]}resolveNamedOptions(e,t,i,n=[""]){const r={$shared:!0},{resolver:o,subPrefixes:l}=Qo(this._resolverCache,e,n);let a=o;if(function(e,t){const{isScriptable:i,isIndexable:n}=Xi(e);for(const r of t){const t=i(r),o=n(r),l=(o||t)&&e[r];if(t&&(Ke(l)||zo(l))||o&&ke(l))return!0}return!1}(o,t)){r.$shared=!1;a=Ti(o,i=Ke(i)?i():i,this.createResolver(e,i,l))}for(const e of t)r[e]=a[e];return r}createResolver(e,t,i=[""],n){const{resolver:r}=Qo(this._resolverCache,e,i);return De(t)?Ti(r,t,void 0,n):r}}function Qo(e,t,i){let n=e.get(t);n||(n=new Map,e.set(t,n));const r=i.join();let o=n.get(r);if(!o){o={resolver:Wi(t,i),subPrefixes:i.filter((e=>!e.toLowerCase().includes("hover")))},n.set(r,o)}return o}const zo=e=>De(e)&&Object.getOwnPropertyNames(e).reduce(((t,i)=>t||Ke(e[i])),!1);const jo=["top","bottom","left","right","chartArea"];function Yo(e,t){return"top"===e||"bottom"===e||-1===jo.indexOf(e)&&"x"===t}function Uo(e,t){return function(i,n){return i[e]===n[e]?i[t]-n[t]:i[e]-n[e]}}function Vo(e){const t=e.chart,i=t.options.animation;t.notifyPlugins("afterRender"),Pe(i&&i.onComplete,[e],t)}function So(e){const t=e.chart,i=t.options.animation;Pe(i&&i.onProgress,[e],t)}function Zo(e){return pn()&&"string"==typeof e?e=document.getElementById(e):e&&e.length&&(e=e[0]),e&&e.canvas&&(e=e.canvas),e}const Go={},Ko=e=>{const t=Zo(e);return Object.values(Go).filter((e=>e.canvas===t)).pop()};function Wo(e,t,i){const n=Object.keys(e);for(const r of n){const n=+r;if(n>=t){const o=e[r];delete e[r],(i>0||n>t)&&(e[n+i]=o)}}}let To=class{constructor(e,t){const i=this.config=new Fo(t),n=Zo(e),r=Ko(n);if(r)throw new Error("Canvas is already in use. Chart with ID '"+r.id+"' must be destroyed before the canvas with ID '"+r.canvas.id+"' can be reused.");const o=i.createResolver(i.chartOptionScopes(),this.getContext());this.platform=new(i.platform||function(e){return!pn()||"undefined"!=typeof OffscreenCanvas&&e instanceof OffscreenCanvas?co:yo}(n)),this.platform.updateConfig(i);const l=this.platform.acquireContext(n,o.aspectRatio),a=l&&l.canvas,s=a&&a.height,c=a&&a.width;this.id=_e(),this.ctx=l,this.canvas=a,this.width=c,this.height=s,this._options=o,this._aspectRatio=this.aspectRatio,this._layers=[],this._metasets=[],this._stacks=void 0,this.boxes=[],this.currentDevicePixelRatio=void 0,this.chartArea=void 0,this._active=[],this._lastEvent=void 0,this._listeners={},this._responsiveListeners=void 0,this._sortedMetasets=[],this.scales={},this._plugins=new _o,this.$proxies={},this._hiddenIndices={},this.attached=!1,this._animationsDisabled=void 0,this.$context=void 0,this._doResize=function(e,t){let i;return function(...n){return t?(clearTimeout(i),i=setTimeout(e,t,n)):e.apply(this,n),t}}((e=>this.update(e)),o.resizeDelay||0),this._dataChanges=[],Go[this.id]=this,l&&a?(Sn.listen(this,"complete",Vo),Sn.listen(this,"progress",So),this._initialize(),this.attached&&this.update()):console.error("Failed to create chart: can't acquire context from the given item")}get aspectRatio(){const{options:{aspectRatio:e,maintainAspectRatio:t},width:i,height:n,_aspectRatio:r}=this;return Me(e)?t&&r?r:n?i/n:null:e}get data(){return this.config.data}set data(e){this.config.data=e}get options(){return this._options}set options(e){this.config.options=e}_initialize(){return this.notifyPlugins("beforeInit"),this.options.responsive?this.resize():_n(this,this.options.devicePixelRatio),this.bindEvents(),this.notifyPlugins("afterInit"),this}clear(){return _i(this.canvas,this.ctx),this}stop(){return Sn.stop(this),this}resize(e,t){Sn.running(this)?this._resizeBeforeDraw={width:e,height:t}:this._resize(e,t)}_resize(e,t){const i=this.options,n=this.canvas,r=i.maintainAspectRatio&&this.aspectRatio,o=this.platform.getMaximumSize(n,e,t,r),l=i.devicePixelRatio||this.platform.getDevicePixelRatio(),a=this.width?"resize":"attach";this.width=o.width,this.height=o.height,this._aspectRatio=this.aspectRatio,_n(this,l,!0)&&(this.notifyPlugins("resize",{size:o}),Pe(i.onResize,[this,o],this),this.attached&&this._doResize(a)&&this.render())}ensureScalesHaveIDs(){Le(this.options.scales||{},((e,t)=>{e.id=t}))}buildOrUpdateScales(){const e=this.options,t=e.scales,i=this.scales,n=Object.keys(i).reduce(((e,t)=>(e[t]=!1,e)),{});let r=[];t&&(r=r.concat(Object.keys(t).map((e=>{const i=t[e],n=Bo(e,i),r="r"===n,o="x"===n;return{options:i,dposition:r?"chartArea":o?"bottom":"left",dtype:r?"radialLinear":o?"category":"linear"}})))),Le(r,(t=>{const r=t.options,o=r.id,l=Bo(o,r),a=He(r.type,t.dtype);void 0!==r.position&&Yo(r.position,l)===Yo(t.dposition)||(r.position=t.dposition),n[o]=!0;let s=null;if(o in i&&i[o].type===a)s=i[o];else{s=new(Rr.getScale(a))({id:o,type:a,ctx:this.ctx,chart:this}),i[s.id]=s}s.init(r,e)})),Le(n,((e,t)=>{e||delete i[t]})),Le(i,(e=>{ao.configure(this,e,e.options),ao.addBox(this,e)}))}_updateMetasets(){const e=this._metasets,t=this.data.datasets.length,i=e.length;if(e.sort(((e,t)=>e.index-t.index)),i>t){for(let e=t;e<i;++e)this._destroyDatasetMeta(e);e.splice(t,i-t)}this._sortedMetasets=e.slice(0).sort(Uo("order","index"))}_removeUnreferencedMetasets(){const{_metasets:e,data:{datasets:t}}=this;e.length>t.length&&delete this._stacks,e.forEach(((e,i)=>{0===t.filter((t=>t===e._dataset)).length&&this._destroyDatasetMeta(i)}))}buildOrUpdateControllers(){const e=[],t=this.data.datasets;let i,n;for(this._removeUnreferencedMetasets(),i=0,n=t.length;i<n;i++){const n=t[i];let r=this.getDatasetMeta(i);const o=n.type||this.config.type;if(r.type&&r.type!==o&&(this._destroyDatasetMeta(i),r=this.getDatasetMeta(i)),r.type=o,r.indexAxis=n.indexAxis||Do(o,this.options),r.order=n.order||0,r.index=i,r.label=""+n.label,r.visible=this.isDatasetVisible(i),r.controller)r.controller.updateIndex(i),r.controller.linkScales();else{const t=Rr.getController(o),{datasetElementType:n,dataElementType:l}=xi.datasets[o];Object.assign(t.prototype,{dataElementType:Rr.getElement(l),datasetElementType:n&&Rr.getElement(n)}),r.controller=new t(this,i),e.push(r.controller)}}return this._updateMetasets(),e}_resetElements(){Le(this.data.datasets,((e,t)=>{this.getDatasetMeta(t).controller.reset()}),this)}reset(){this._resetElements(),this.notifyPlugins("reset")}update(e){const t=this.config;t.update();const i=this._options=t.createResolver(t.chartOptionScopes(),this.getContext()),n=this._animationsDisabled=!i.animation;if(this._updateScales(),this._checkEventBindings(),this._updateHiddenIndices(),this._plugins.invalidate(),!1===this.notifyPlugins("beforeUpdate",{mode:e,cancelable:!0}))return;const r=this.buildOrUpdateControllers();this.notifyPlugins("beforeElementsUpdate");let o=0;for(let e=0,t=this.data.datasets.length;e<t;e++){const{controller:t}=this.getDatasetMeta(e),i=!n&&-1===r.indexOf(t);t.buildOrUpdateElements(i),o=Math.max(+t.getMaxOverflow(),o)}o=this._minPadding=i.layout.autoPadding?o:0,this._updateLayout(o),n||Le(r,(e=>{e.reset()})),this._updateDatasets(e),this.notifyPlugins("afterUpdate",{mode:e}),this._layers.sort(Uo("z","_idx"));const{_active:l,_lastEvent:a}=this;a?this._eventHandler(a,!0):l.length&&this._updateHoverStyles(l,l,!0),this.render()}_updateScales(){Le(this.scales,(e=>{ao.removeBox(this,e)})),this.ensureScalesHaveIDs(),this.buildOrUpdateScales()}_checkEventBindings(){const e=this.options,t=new Set(Object.keys(this._listeners)),i=new Set(e.events);We(t,i)&&!!this._responsiveListeners===e.responsive||(this.unbindEvents(),this.bindEvents())}_updateHiddenIndices(){const{_hiddenIndices:e}=this,t=this._getUniformDataChanges()||[];for(const{method:i,start:n,count:r}of t){Wo(e,n,"_removeElements"===i?-r:r)}}_getUniformDataChanges(){const e=this._dataChanges;if(!e||!e.length)return;this._dataChanges=[];const t=this.data.datasets.length,i=t=>new Set(e.filter((e=>e[0]===t)).map(((e,t)=>t+","+e.splice(1).join(",")))),n=i(0);for(let e=1;e<t;e++)if(!We(n,i(e)))return;return Array.from(n).map((e=>e.split(","))).map((e=>({method:e[1],start:+e[2],count:+e[3]})))}_updateLayout(e){if(!1===this.notifyPlugins("beforeLayout",{cancelable:!0}))return;ao.update(this,this.width,this.height,e);const t=this.chartArea,i=t.width<=0||t.height<=0;this._layers=[],Le(this.boxes,(e=>{i&&"chartArea"===e.position||(e.configure&&e.configure(),this._layers.push(...e._layers()))}),this),this._layers.forEach(((e,t)=>{e._idx=t})),this.notifyPlugins("afterLayout")}_updateDatasets(e){if(!1!==this.notifyPlugins("beforeDatasetsUpdate",{mode:e,cancelable:!0})){for(let e=0,t=this.data.datasets.length;e<t;++e)this.getDatasetMeta(e).controller.configure();for(let t=0,i=this.data.datasets.length;t<i;++t)this._updateDataset(t,Ke(e)?e({datasetIndex:t}):e);this.notifyPlugins("afterDatasetsUpdate",{mode:e})}}_updateDataset(e,t){const i=this.getDatasetMeta(e),n={meta:i,index:e,mode:t,cancelable:!0};!1!==this.notifyPlugins("beforeDatasetUpdate",n)&&(i.controller._update(t),n.cancelable=!1,this.notifyPlugins("afterDatasetUpdate",n))}render(){!1!==this.notifyPlugins("beforeRender",{cancelable:!0})&&(Sn.has(this)?this.attached&&!Sn.running(this)&&Sn.start(this):(this.draw(),Vo({chart:this})))}draw(){let e;if(this._resizeBeforeDraw){const{width:e,height:t}=this._resizeBeforeDraw;this._resize(e,t),this._resizeBeforeDraw=null}if(this.clear(),this.width<=0||this.height<=0)return;if(!1===this.notifyPlugins("beforeDraw",{cancelable:!0}))return;const t=this._layers;for(e=0;e<t.length&&t[e].z<=0;++e)t[e].draw(this.chartArea);for(this._drawDatasets();e<t.length;++e)t[e].draw(this.chartArea);this.notifyPlugins("afterDraw")}_getSortedDatasetMetas(e){const t=this._sortedMetasets,i=[];let n,r;for(n=0,r=t.length;n<r;++n){const r=t[n];e&&!r.visible||i.push(r)}return i}getSortedVisibleDatasetMetas(){return this._getSortedDatasetMetas(!0)}_drawDatasets(){if(!1===this.notifyPlugins("beforeDatasetsDraw",{cancelable:!0}))return;const e=this.getSortedVisibleDatasetMetas();for(let t=e.length-1;t>=0;--t)this._drawDataset(e[t]);this.notifyPlugins("afterDatasetsDraw")}_drawDataset(e){const t=this.ctx,i=e._clip,n=!i.disabled,r=this.chartArea,o={meta:e,index:e.index,cancelable:!0};!1!==this.notifyPlugins("beforeDatasetDraw",o)&&(n&&Bi(t,{left:!1===i.left?0:r.left-i.left,right:!1===i.right?this.width:r.right+i.right,top:!1===i.top?0:r.top-i.top,bottom:!1===i.bottom?this.height:r.bottom+i.bottom}),e.controller.draw(),n&&Ii(t),o.cancelable=!1,this.notifyPlugins("afterDatasetDraw",o))}isPointInArea(e){return Di(e,this.chartArea,this._minPadding)}getElementsAtEventForMode(e,t,i,n){const r=Wr.modes[t];return"function"==typeof r?r(this,e,i,n):[]}getDatasetMeta(e){const t=this.data.datasets[e],i=this._metasets;let n=i.filter((e=>e&&e._dataset===t)).pop();return n||(n={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:t&&t.order||0,index:e,_dataset:t,_parsed:[],_sorted:!1},i.push(n)),n}getContext(){return this.$context||(this.$context=Ki(null,{chart:this,type:"chart"}))}getVisibleDatasetCount(){return this.getSortedVisibleDatasetMetas().length}isDatasetVisible(e){const t=this.data.datasets[e];if(!t)return!1;const i=this.getDatasetMeta(e);return"boolean"==typeof i.hidden?!i.hidden:!t.hidden}setDatasetVisibility(e,t){this.getDatasetMeta(e).hidden=!t}toggleDataVisibility(e){this._hiddenIndices[e]=!this._hiddenIndices[e]}getDataVisibility(e){return!this._hiddenIndices[e]}_updateVisibility(e,t,i){const n=i?"show":"hide",r=this.getDatasetMeta(e),o=r.controller._resolveAnimations(void 0,n);Ge(t)?(r.data[t].hidden=!i,this.update()):(this.setDatasetVisibility(e,i),o.update(r,{visible:i}),this.update((t=>t.datasetIndex===e?n:void 0)))}hide(e,t){this._updateVisibility(e,t,!1)}show(e,t){this._updateVisibility(e,t,!0)}_destroyDatasetMeta(e){const t=this._metasets[e];t&&t.controller&&t.controller._destroy(),delete this._metasets[e]}_stop(){let e,t;for(this.stop(),Sn.remove(this),e=0,t=this.data.datasets.length;e<t;++e)this._destroyDatasetMeta(e)}destroy(){this.notifyPlugins("beforeDestroy");const{canvas:e,ctx:t}=this;this._stop(),this.config.clearCache(),e&&(this.unbindEvents(),_i(e,t),this.platform.releaseContext(t),this.canvas=null,this.ctx=null),this.notifyPlugins("destroy"),delete Go[this.id],this.notifyPlugins("afterDestroy")}toBase64Image(...e){return this.canvas.toDataURL(...e)}bindEvents(){this.bindUserEvents(),this.options.responsive?this.bindResponsiveEvents():this.attached=!0}bindUserEvents(){const e=this._listeners,t=this.platform,i=(i,n)=>{t.addEventListener(this,i,n),e[i]=n},n=(e,t,i)=>{e.offsetX=t,e.offsetY=i,this._eventHandler(e)};Le(this.options.events,(e=>i(e,n)))}bindResponsiveEvents(){this._responsiveListeners||(this._responsiveListeners={});const e=this._responsiveListeners,t=this.platform,i=(i,n)=>{t.addEventListener(this,i,n),e[i]=n},n=(i,n)=>{e[i]&&(t.removeEventListener(this,i,n),delete e[i])},r=(e,t)=>{this.canvas&&this.resize(e,t)};let o;const l=()=>{n("attach",l),this.attached=!0,this.resize(),i("resize",r),i("detach",o)};o=()=>{this.attached=!1,n("resize",r),this._stop(),this._resize(0,0),i("attach",l)},t.isAttached(this.canvas)?l():o()}unbindEvents(){Le(this._listeners,((e,t)=>{this.platform.removeEventListener(this,t,e)})),this._listeners={},Le(this._responsiveListeners,((e,t)=>{this.platform.removeEventListener(this,t,e)})),this._responsiveListeners=void 0}updateHoverStyle(e,t,i){const n=i?"set":"remove";let r,o,l,a;for("dataset"===t&&(r=this.getDatasetMeta(e[0].datasetIndex),r.controller["_"+n+"DatasetHoverStyle"]()),l=0,a=e.length;l<a;++l){o=e[l];const t=o&&this.getDatasetMeta(o.datasetIndex).controller;t&&t[n+"HoverStyle"](o.element,o.datasetIndex,o.index)}}getActiveElements(){return this._active||[]}setActiveElements(e){const t=this._active||[],i=e.map((({datasetIndex:e,index:t})=>{const i=this.getDatasetMeta(e);if(!i)throw new Error("No dataset found at index "+e);return{datasetIndex:e,element:i.data[t],index:t}}));!Re(i,t)&&(this._active=i,this._lastEvent=null,this._updateHoverStyles(i,t))}notifyPlugins(e,t,i){return this._plugins.notify(this,e,t,i)}_updateHoverStyles(e,t,i){const n=this.options.hover,r=(e,t)=>e.filter((e=>!t.some((t=>e.datasetIndex===t.datasetIndex&&e.index===t.index)))),o=r(t,e),l=i?e:r(e,t);o.length&&this.updateHoverStyle(o,n.mode,!1),l.length&&n.mode&&this.updateHoverStyle(l,n.mode,!0)}_eventHandler(e,t){const i={event:e,replay:t,cancelable:!0,inChartArea:this.isPointInArea(e)},n=t=>(t.options.events||this.options.events).includes(e.native.type);if(!1===this.notifyPlugins("beforeEvent",i,n))return;const r=this._handleEvent(e,t,i.inChartArea);return i.cancelable=!1,this.notifyPlugins("afterEvent",i,n),(r||i.changed)&&this.render(),this}_handleEvent(e,t,i){const{_active:n=[],options:r}=this,o=t,l=this._getActiveElements(e,n,i,o),a=function(e){return"mouseup"===e.type||"click"===e.type||"contextmenu"===e.type}(e),s=function(e,t,i,n){return i&&"mouseout"!==e.type?n?t:e:null}(e,this._lastEvent,i,a);i&&(this._lastEvent=null,Pe(r.onHover,[e,l,this],this),a&&Pe(r.onClick,[e,l,this],this));const c=!Re(l,n);return(c||t)&&(this._active=l,this._updateHoverStyles(l,n,t)),this._lastEvent=s,c}_getActiveElements(e,t,i,n){if("mouseout"===e.type)return[];if(!i)return t;const r=this.options.hover;return this.getElementsAtEventForMode(e,r.mode,r,n)}};const Xo=()=>Le(To.instances,(e=>e._plugins.invalidate())),qo=!0;function Jo(e,t,i){const{startAngle:n,pixelMargin:r,x:o,y:l,outerRadius:a,innerRadius:s}=t;let c=r/a;e.beginPath(),e.arc(o,l,a,n-c,i+c),s>r?(c=r/s,e.arc(o,l,s,i+c,n-c,!0)):e.arc(o,l,r,i+et,n-et),e.closePath(),e.clip()}function $o(e,t,i,n){const r=Yi(e.options.borderRadius,["outerStart","outerEnd","innerStart","innerEnd"]);const o=(i-t)/2,l=Math.min(o,n*t/2),a=e=>{const t=(i-Math.min(o,e))*n/2;return At(e,0,Math.min(o,t))};return{outerStart:a(r.outerStart),outerEnd:a(r.outerEnd),innerStart:At(r.innerStart,0,l),innerEnd:At(r.innerEnd,0,l)}}function el(e,t,i,n){return{x:i+e*Math.cos(t),y:n+e*Math.sin(t)}}function tl(e,t,i,n,r,o){const{x:l,y:a,startAngle:s,pixelMargin:c,innerRadius:d}=t,u=Math.max(t.outerRadius+n+i-c,0),b=d>0?d+n+i+c:0;let f=0;const m=r-s;if(n){const e=((d>0?d-n:0)+(u>0?u-n:0))/2;f=(m-(0!==e?m*e/(e+n):m))/2}const h=(m-Math.max(.001,m*u-i/Te)/u)/2,p=s+h+f,A=r-h-f,{outerStart:g,outerEnd:C,innerStart:v,innerEnd:N}=$o(t,b,u,A-p),x=u-g,w=u-C,E=p+g/x,y=A-C/w,_=b+v,M=b+N,k=p+v/_,D=A-N/M;if(e.beginPath(),o){if(e.arc(l,a,u,E,y),C>0){const t=el(w,y,l,a);e.arc(t.x,t.y,C,y,A+et)}const t=el(M,A,l,a);if(e.lineTo(t.x,t.y),N>0){const t=el(M,D,l,a);e.arc(t.x,t.y,N,A+et,D+Math.PI)}if(e.arc(l,a,b,A-N/b,p+v/b,!0),v>0){const t=el(_,k,l,a);e.arc(t.x,t.y,v,k+Math.PI,p-et)}const i=el(x,p,l,a);if(e.lineTo(i.x,i.y),g>0){const t=el(x,E,l,a);e.arc(t.x,t.y,g,p-et,E)}}else{e.moveTo(l,a);const t=Math.cos(E)*u+l,i=Math.sin(E)*u+a;e.lineTo(t,i);const n=Math.cos(y)*u+l,r=Math.sin(y)*u+a;e.lineTo(n,r)}e.closePath()}function il(e,t,i,n,r,o){const{options:l}=t,{borderWidth:a,borderJoinStyle:s}=l,c="inner"===l.borderAlign;a&&(c?(e.lineWidth=2*a,e.lineJoin=s||"round"):(e.lineWidth=a,e.lineJoin=s||"bevel"),t.fullCircles&&function(e,t,i){const{x:n,y:r,startAngle:o,pixelMargin:l,fullCircles:a}=t,s=Math.max(t.outerRadius-l,0),c=t.innerRadius+l;let d;for(i&&Jo(e,t,o+Xe),e.beginPath(),e.arc(n,r,c,o+Xe,o,!0),d=0;d<a;++d)e.stroke();for(e.beginPath(),e.arc(n,r,s,o,o+Xe),d=0;d<a;++d)e.stroke()}(e,t,c),c&&Jo(e,t,r),tl(e,t,i,n,r,o),e.stroke())}Object.defineProperties(To,{defaults:{enumerable:qo,value:xi},instances:{enumerable:qo,value:Go},overrides:{enumerable:qo,value:gi},registry:{enumerable:qo,value:Rr},version:{enumerable:qo,value:"3.9.1"},getChart:{enumerable:qo,value:Ko},register:{enumerable:qo,value:(...e)=>{Rr.add(...e),Xo()}},unregister:{enumerable:qo,value:(...e)=>{Rr.remove(...e),Xo()}}});class nl extends wr{constructor(e){super(),this.options=void 0,this.circumference=void 0,this.startAngle=void 0,this.endAngle=void 0,this.innerRadius=void 0,this.outerRadius=void 0,this.pixelMargin=0,this.fullCircles=0,e&&Object.assign(this,e)}inRange(e,t,i){const n=this.getProps(["x","y"],i),{angle:r,distance:o}=bt(n,{x:e,y:t}),{startAngle:l,endAngle:a,innerRadius:s,outerRadius:c,circumference:d}=this.getProps(["startAngle","endAngle","innerRadius","outerRadius","circumference"],i),u=this.options.spacing/2,b=He(d,a-l)>=Xe||pt(r,l,a),f=gt(o,s+u,c+u);return b&&f}getCenterPoint(e){const{x:t,y:i,startAngle:n,endAngle:r,innerRadius:o,outerRadius:l}=this.getProps(["x","y","startAngle","endAngle","innerRadius","outerRadius","circumference"],e),{offset:a,spacing:s}=this.options,c=(n+r)/2,d=(o+l+s+a)/2;return{x:t+Math.cos(c)*d,y:i+Math.sin(c)*d}}tooltipPosition(e){return this.getCenterPoint(e)}draw(e){const{options:t,circumference:i}=this,n=(t.offset||0)/2,r=(t.spacing||0)/2,o=t.circular;if(this.pixelMargin="inner"===t.borderAlign?.33:0,this.fullCircles=i>Xe?Math.floor(i/Xe):0,0===i||this.innerRadius<0||this.outerRadius<0)return;e.save();let l=0;if(n){l=n/2;const t=(this.startAngle+this.endAngle)/2;e.translate(Math.cos(t)*l,Math.sin(t)*l),this.circumference>=Te&&(l=n)}e.fillStyle=t.backgroundColor,e.strokeStyle=t.borderColor;const a=function(e,t,i,n,r){const{fullCircles:o,startAngle:l,circumference:a}=t;let s=t.endAngle;if(o){tl(e,t,i,n,l+Xe,r);for(let t=0;t<o;++t)e.fill();isNaN(a)||(s=l+a%Xe,a%Xe==0&&(s+=Xe))}return tl(e,t,i,n,s,r),e.fill(),s}(e,this,l,r,o);il(e,this,l,r,a,o),e.restore()}}function rl(e,t,i=t){e.lineCap=He(i.borderCapStyle,t.borderCapStyle),e.setLineDash(He(i.borderDash,t.borderDash)),e.lineDashOffset=He(i.borderDashOffset,t.borderDashOffset),e.lineJoin=He(i.borderJoinStyle,t.borderJoinStyle),e.lineWidth=He(i.borderWidth,t.borderWidth),e.strokeStyle=He(i.borderColor,t.borderColor)}function ol(e,t,i){e.lineTo(i.x,i.y)}function ll(e,t,i={}){const n=e.length,{start:r=0,end:o=n-1}=i,{start:l,end:a}=t,s=Math.max(r,l),c=Math.min(o,a),d=r<l&&o<l||r>a&&o>a;return{count:n,start:s,loop:t.loop,ilen:c<s&&!d?n+c-s:c-s}}function al(e,t,i,n){const{points:r,options:o}=t,{count:l,start:a,loop:s,ilen:c}=ll(r,i,n),d=function(e){return e.stepped?Hi:e.tension||"monotone"===e.cubicInterpolationMode?Oi:ol}(o);let u,b,f,{move:m=!0,reverse:h}=n||{};for(u=0;u<=c;++u)b=r[(a+(h?c-u:u))%l],b.skip||(m?(e.moveTo(b.x,b.y),m=!1):d(e,f,b,h,o.stepped),f=b);return s&&(b=r[(a+(h?c:0))%l],d(e,f,b,h,o.stepped)),!!s}function sl(e,t,i,n){const r=t.points,{count:o,start:l,ilen:a}=ll(r,i,n),{move:s=!0,reverse:c}=n||{};let d,u,b,f,m,h,p=0,A=0;const g=e=>(l+(c?a-e:e))%o,C=()=>{f!==m&&(e.lineTo(p,m),e.lineTo(p,f),e.lineTo(p,h))};for(s&&(u=r[g(0)],e.moveTo(u.x,u.y)),d=0;d<=a;++d){if(u=r[g(d)],u.skip)continue;const t=u.x,i=u.y,n=0|t;n===b?(i<f?f=i:i>m&&(m=i),p=(A*p+t)/++A):(C(),e.lineTo(t,i),b=n,A=0,f=m=i),h=i}C()}function cl(e){const t=e.options,i=t.borderDash&&t.borderDash.length;return!(e._decimated||e._loop||t.tension||"monotone"===t.cubicInterpolationMode||t.stepped||i)?sl:al}nl.id="arc",nl.defaults={borderAlign:"center",borderColor:"#fff",borderJoinStyle:void 0,borderRadius:0,borderWidth:2,offset:0,spacing:0,angle:void 0,circular:!0},nl.defaultRoutes={backgroundColor:"backgroundColor"};const dl="function"==typeof Path2D;function ul(e,t,i,n){dl&&!t.options.segment?function(e,t,i,n){let r=t._path;r||(r=t._path=new Path2D,t.path(r,i,n)&&r.closePath()),rl(e,t.options),e.stroke(r)}(e,t,i,n):function(e,t,i,n){const{segments:r,options:o}=t,l=cl(t);for(const a of r)rl(e,o,a.style),e.beginPath(),l(e,t,a,{start:i,end:i+n-1})&&e.closePath(),e.stroke()}(e,t,i,n)}class bl extends wr{constructor(e){super(),this.animated=!0,this.options=void 0,this._chart=void 0,this._loop=void 0,this._fullLoop=void 0,this._path=void 0,this._points=void 0,this._segments=void 0,this._decimated=!1,this._pointsUpdated=!1,this._datasetIndex=void 0,e&&Object.assign(this,e)}updateControlPoints(e,t){const i=this.options;if((i.tension||"monotone"===i.cubicInterpolationMode)&&!i.stepped&&!this._pointsUpdated){const n=i.spanGaps?this._loop:this._fullLoop;hn(this._points,i,e,n,t),this._pointsUpdated=!0}}set points(e){this._points=e,delete this._segments,delete this._path,this._pointsUpdated=!1}get points(){return this._points}get segments(){return this._segments||(this._segments=function(e,t){const i=e.points,n=e.options.spanGaps,r=i.length;if(!r)return[];const o=!!e._loop,{start:l,end:a}=function(e,t,i,n){let r=0,o=t-1;if(i&&!n)for(;r<t&&!e[r].skip;)r++;for(;r<t&&e[r].skip;)r++;for(r%=t,i&&(o+=r);o>r&&e[o%t].skip;)o--;return o%=t,{start:r,end:o}}(i,r,o,n);return Yn(e,!0===n?[{start:l,end:a,loop:o}]:function(e,t,i,n){const r=e.length,o=[];let l,a=t,s=e[t];for(l=t+1;l<=i;++l){const i=e[l%r];i.skip||i.stop?s.skip||(n=!1,o.push({start:t%r,end:(l-1)%r,loop:n}),t=a=i.stop?l:null):(a=l,s.skip&&(t=l)),s=i}return null!==a&&o.push({start:t%r,end:a%r,loop:n}),o}(i,l,a<l?a+r:a,!!e._fullLoop&&0===l&&a===r-1),i,t)}(this,this.options.segment))}first(){const e=this.segments,t=this.points;return e.length&&t[e[0].start]}last(){const e=this.segments,t=this.points,i=e.length;return i&&t[e[i-1].end]}interpolate(e,t){const i=this.options,n=e[t],r=this.points,o=jn(this,{property:t,start:n,end:n});if(!o.length)return;const l=[],a=function(e){return e.stepped?Bn:e.tension||"monotone"===e.cubicInterpolationMode?In:Dn}(i);let s,c;for(s=0,c=o.length;s<c;++s){const{start:c,end:d}=o[s],u=r[c],b=r[d];if(u===b){l.push(u);continue}const f=a(u,b,Math.abs((n-u[t])/(b[t]-u[t])),i.stepped);f[t]=e[t],l.push(f)}return 1===l.length?l[0]:l}pathSegment(e,t,i){return cl(this)(e,this,t,i)}path(e,t,i){const n=this.segments,r=cl(this);let o=this._loop;t=t||0,i=i||this.points.length-t;for(const l of n)o&=r(e,this,l,{start:t,end:t+i-1});return!!o}draw(e,t,i,n){const r=this.options||{};(this.points||[]).length&&r.borderWidth&&(e.save(),ul(e,this,i,n),e.restore()),this.animated&&(this._pointsUpdated=!1,this._path=void 0)}}function fl(e,t,i,n){const r=e.options,{[i]:o}=e.getProps([i],n);return Math.abs(t-o)<r.radius+r.hitRadius}bl.id="line",bl.defaults={borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderWidth:3,capBezierPoints:!0,cubicInterpolationMode:"default",fill:!1,spanGaps:!1,stepped:!1,tension:0},bl.defaultRoutes={backgroundColor:"backgroundColor",borderColor:"borderColor"},bl.descriptors={_scriptable:!0,_indexable:e=>"borderDash"!==e&&"fill"!==e};class ml extends wr{constructor(e){super(),this.options=void 0,this.parsed=void 0,this.skip=void 0,this.stop=void 0,e&&Object.assign(this,e)}inRange(e,t,i){const n=this.options,{x:r,y:o}=this.getProps(["x","y"],i);return Math.pow(e-r,2)+Math.pow(t-o,2)<Math.pow(n.hitRadius+n.radius,2)}inXRange(e,t){return fl(this,e,"x",t)}inYRange(e,t){return fl(this,e,"y",t)}getCenterPoint(e){const{x:t,y:i}=this.getProps(["x","y"],e);return{x:t,y:i}}size(e){let t=(e=e||this.options||{}).radius||0;t=Math.max(t,t&&e.hoverRadius||0);return 2*(t+(t&&e.borderWidth||0))}draw(e,t){const i=this.options;this.skip||i.radius<.1||!Di(this,t,this.size(i)/2)||(e.strokeStyle=i.borderColor,e.lineWidth=i.borderWidth,e.fillStyle=i.backgroundColor,Mi(e,i,this.x,this.y))}getRange(){const e=this.options||{};return e.radius+e.hitRadius}}function hl(e,t){const{x:i,y:n,base:r,width:o,height:l}=e.getProps(["x","y","base","width","height"],t);let a,s,c,d,u;return e.horizontal?(u=l/2,a=Math.min(i,r),s=Math.max(i,r),c=n-u,d=n+u):(u=o/2,a=i-u,s=i+u,c=Math.min(n,r),d=Math.max(n,r)),{left:a,top:c,right:s,bottom:d}}function pl(e,t,i,n){return e?0:At(t,i,n)}function Al(e){const t=hl(e),i=t.right-t.left,n=t.bottom-t.top,r=function(e,t,i){const n=e.options.borderWidth,r=e.borderSkipped,o=Ui(n);return{t:pl(r.top,o.top,0,i),r:pl(r.right,o.right,0,t),b:pl(r.bottom,o.bottom,0,i),l:pl(r.left,o.left,0,t)}}(e,i/2,n/2),o=function(e,t,i){const{enableBorderRadius:n}=e.getProps(["enableBorderRadius"]),r=e.options.borderRadius,o=Vi(r),l=Math.min(t,i),a=e.borderSkipped,s=n||De(r);return{topLeft:pl(!s||a.top||a.left,o.topLeft,0,l),topRight:pl(!s||a.top||a.right,o.topRight,0,l),bottomLeft:pl(!s||a.bottom||a.left,o.bottomLeft,0,l),bottomRight:pl(!s||a.bottom||a.right,o.bottomRight,0,l)}}(e,i/2,n/2);return{outer:{x:t.left,y:t.top,w:i,h:n,radius:o},inner:{x:t.left+r.l,y:t.top+r.t,w:i-r.l-r.r,h:n-r.t-r.b,radius:{topLeft:Math.max(0,o.topLeft-Math.max(r.t,r.l)),topRight:Math.max(0,o.topRight-Math.max(r.t,r.r)),bottomLeft:Math.max(0,o.bottomLeft-Math.max(r.b,r.l)),bottomRight:Math.max(0,o.bottomRight-Math.max(r.b,r.r))}}}}function gl(e,t,i,n){const r=null===t,o=null===i,l=e&&!(r&&o)&&hl(e,n);return l&&(r||gt(t,l.left,l.right))&&(o||gt(i,l.top,l.bottom))}function Cl(e,t){e.rect(t.x,t.y,t.w,t.h)}function vl(e,t,i={}){const n=e.x!==i.x?-t:0,r=e.y!==i.y?-t:0,o=(e.x+e.w!==i.x+i.w?t:0)-n,l=(e.y+e.h!==i.y+i.h?t:0)-r;return{x:e.x+n,y:e.y+r,w:e.w+o,h:e.h+l,radius:e.radius}}ml.id="point",ml.defaults={borderWidth:1,hitRadius:1,hoverBorderWidth:1,hoverRadius:4,pointStyle:"circle",radius:3,rotation:0},ml.defaultRoutes={backgroundColor:"backgroundColor",borderColor:"borderColor"};class Nl extends wr{constructor(e){super(),this.options=void 0,this.horizontal=void 0,this.base=void 0,this.width=void 0,this.height=void 0,this.inflateAmount=void 0,e&&Object.assign(this,e)}draw(e){const{inflateAmount:t,options:{borderColor:i,backgroundColor:n}}=this,{inner:r,outer:o}=Al(this),l=(a=o.radius).topLeft||a.topRight||a.bottomLeft||a.bottomRight?Ri:Cl;var a;e.save(),o.w===r.w&&o.h===r.h||(e.beginPath(),l(e,vl(o,t,r)),e.clip(),l(e,vl(r,-t,o)),e.fillStyle=i,e.fill("evenodd")),e.beginPath(),l(e,vl(r,t)),e.fillStyle=n,e.fill(),e.restore()}inRange(e,t,i){return gl(this,e,t,i)}inXRange(e,t){return gl(this,e,null,t)}inYRange(e,t){return gl(this,null,e,t)}getCenterPoint(e){const{x:t,y:i,base:n,horizontal:r}=this.getProps(["x","y","base","horizontal"],e);return{x:r?(t+n)/2:t,y:r?i:(i+n)/2}}getRange(e){return"x"===e?this.width/2:this.height/2}}Nl.id="bar",Nl.defaults={borderSkipped:"start",borderWidth:0,borderRadius:0,inflateAmount:"auto",pointStyle:void 0},Nl.defaultRoutes={backgroundColor:"backgroundColor",borderColor:"borderColor"};var xl=Object.freeze({__proto__:null,ArcElement:nl,LineElement:bl,PointElement:ml,BarElement:Nl});function wl(e){if(e._decimated){const t=e._data;delete e._decimated,delete e._data,Object.defineProperty(e,"data",{value:t})}}function El(e){e.data.datasets.forEach((e=>{wl(e)}))}var yl={id:"decimation",defaults:{algorithm:"min-max",enabled:!1},beforeElementsUpdate:(e,t,i)=>{if(!i.enabled)return void El(e);const n=e.width;e.data.datasets.forEach(((t,r)=>{const{_data:o,indexAxis:l}=t,a=e.getDatasetMeta(r),s=o||t.data;if("y"===Gi([l,e.options.indexAxis]))return;if(!a.controller.supportsDecimation)return;const c=e.scales[a.xAxisID];if("linear"!==c.type&&"time"!==c.type)return;if(e.options.parsing)return;let{start:d,count:u}=function(e,t){const i=t.length;let n,r=0;const{iScale:o}=e,{min:l,max:a,minDefined:s,maxDefined:c}=o.getUserBounds();return s&&(r=At(vt(t,o.axis,l).lo,0,i-1)),n=c?At(vt(t,o.axis,a).hi+1,r,i)-r:i-r,{start:r,count:n}}(a,s);if(u<=(i.threshold||4*n))return void wl(t);let b;switch(Me(o)&&(t._data=s,delete t.data,Object.defineProperty(t,"data",{configurable:!0,enumerable:!0,get:function(){return this._decimated},set:function(e){this._data=e}})),i.algorithm){case"lttb":b=function(e,t,i,n,r){const o=r.samples||n;if(o>=i)return e.slice(t,t+i);const l=[],a=(i-2)/(o-2);let s=0;const c=t+i-1;let d,u,b,f,m,h=t;for(l[s++]=e[h],d=0;d<o-2;d++){let n,r=0,o=0;const c=Math.floor((d+1)*a)+1+t,p=Math.min(Math.floor((d+2)*a)+1,i)+t,A=p-c;for(n=c;n<p;n++)r+=e[n].x,o+=e[n].y;r/=A,o/=A;const g=Math.floor(d*a)+1+t,C=Math.min(Math.floor((d+1)*a)+1,i)+t,{x:v,y:N}=e[h];for(b=f=-1,n=g;n<C;n++)f=.5*Math.abs((v-r)*(e[n].y-N)-(v-e[n].x)*(o-N)),f>b&&(b=f,u=e[n],m=n);l[s++]=u,h=m}return l[s++]=e[c],l}(s,d,u,n,i);break;case"min-max":b=function(e,t,i,n){let r,o,l,a,s,c,d,u,b,f,m=0,h=0;const p=[],A=t+i-1,g=e[t].x,C=e[A].x-g;for(r=t;r<t+i;++r){o=e[r],l=(o.x-g)/C*n,a=o.y;const t=0|l;if(t===s)a<b?(b=a,c=r):a>f&&(f=a,d=r),m=(h*m+o.x)/++h;else{const i=r-1;if(!Me(c)&&!Me(d)){const t=Math.min(c,d),n=Math.max(c,d);t!==u&&t!==i&&p.push({...e[t],x:m}),n!==u&&n!==i&&p.push({...e[n],x:m})}r>0&&i!==u&&p.push(e[i]),p.push(o),s=t,h=0,b=f=a,c=d=u=r}}return p}(s,d,u,n);break;default:throw new Error(`Unsupported decimation algorithm '${i.algorithm}'`)}t._decimated=b}))},destroy(e){El(e)}};function _l(e,t,i,n){if(n)return;let r=t[e],o=i[e];return"angle"===e&&(r=ht(r),o=ht(o)),{property:e,start:r,end:o}}function Ml(e,t,i){for(;t>e;t--){const e=i[t];if(!isNaN(e.x)&&!isNaN(e.y))break}return t}function kl(e,t,i,n){return e&&t?n(e[i],t[i]):e?e[i]:t?t[i]:0}function Dl(e,t){let i=[],n=!1;return ke(e)?(n=!0,i=e):i=function(e,t){const{x:i=null,y:n=null}=e||{},r=t.points,o=[];return t.segments.forEach((({start:e,end:t})=>{t=Ml(e,t,r);const l=r[e],a=r[t];null!==n?(o.push({x:l.x,y:n}),o.push({x:a.x,y:n})):null!==i&&(o.push({x:i,y:l.y}),o.push({x:i,y:a.y}))})),o}(e,t),i.length?new bl({points:i,options:{tension:0},_loop:n,_fullLoop:n}):null}function Bl(e){return e&&!1!==e.fill}function Il(e,t,i){let n=e[t].fill;const r=[t];let o;if(!i)return n;for(;!1!==n&&-1===r.indexOf(n);){if(!Be(n))return n;if(o=e[n],!o)return!1;if(o.visible)return n;r.push(n),n=o.fill}return!1}function Hl(e,t,i){const n=function(e){const t=e.options,i=t.fill;let n=He(i&&i.target,i);void 0===n&&(n=!!t.backgroundColor);if(!1===n||null===n)return!1;if(!0===n)return"origin";return n}(e);if(De(n))return!isNaN(n.value)&&n;let r=parseFloat(n);return Be(r)&&Math.floor(r)===r?function(e,t,i,n){"-"!==e&&"+"!==e||(i=t+i);if(i===t||i<0||i>=n)return!1;return i}(n[0],t,r,i):["origin","start","end","stack","shape"].indexOf(n)>=0&&n}function Ol(e,t,i){const n=[];for(let r=0;r<i.length;r++){const o=i[r],{first:l,last:a,point:s}=Pl(o,t,"x");if(!(!s||l&&a))if(l)n.unshift(s);else if(e.push(s),!a)break}e.push(...n)}function Pl(e,t,i){const n=e.interpolate(t,i);if(!n)return{};const r=n[i],o=e.segments,l=e.points;let a=!1,s=!1;for(let e=0;e<o.length;e++){const t=o[e],n=l[t.start][i],c=l[t.end][i];if(gt(r,n,c)){a=r===n,s=r===c;break}}return{first:a,last:s,point:n}}class Ll{constructor(e){this.x=e.x,this.y=e.y,this.radius=e.radius}pathSegment(e,t,i){const{x:n,y:r,radius:o}=this;return t=t||{start:0,end:Xe},e.arc(n,r,o,t.end,t.start,!0),!i.bounds}interpolate(e){const{x:t,y:i,radius:n}=this,r=e.angle;return{x:t+Math.cos(r)*n,y:i+Math.sin(r)*n,angle:r}}}function Rl(e){const{chart:t,fill:i,line:n}=e;if(Be(i))return function(e,t){const i=e.getDatasetMeta(t),n=i&&e.isDatasetVisible(t);return n?i.dataset:null}(t,i);if("stack"===i)return function(e){const{scale:t,index:i,line:n}=e,r=[],o=n.segments,l=n.points,a=function(e,t){const i=[],n=e.getMatchingVisibleMetas("line");for(let e=0;e<n.length;e++){const r=n[e];if(r.index===t)break;r.hidden||i.unshift(r.dataset)}return i}(t,i);a.push(Dl({x:null,y:t.bottom},n));for(let e=0;e<o.length;e++){const t=o[e];for(let e=t.start;e<=t.end;e++)Ol(r,l[e],a)}return new bl({points:r,options:{}})}(e);if("shape"===i)return!0;const r=function(e){const t=e.scale||{};if(t.getPointPositionForValue)return function(e){const{scale:t,fill:i}=e,n=t.options,r=t.getLabels().length,o=n.reverse?t.max:t.min,l=function(e,t,i){let n;return n="start"===e?i:"end"===e?t.options.reverse?t.min:t.max:De(e)?e.value:t.getBaseValue(),n}(i,t,o),a=[];if(n.grid.circular){const e=t.getPointPositionForValue(0,o);return new Ll({x:e.x,y:e.y,radius:t.getDistanceFromCenterForValue(l)})}for(let e=0;e<r;++e)a.push(t.getPointPositionForValue(e,l));return a}(e);return function(e){const{scale:t={},fill:i}=e,n=function(e,t){let i=null;return"start"===e?i=t.bottom:"end"===e?i=t.top:De(e)?i=t.getPixelForValue(e.value):t.getBasePixel&&(i=t.getBasePixel()),i}(i,t);if(Be(n)){const e=t.isHorizontal();return{x:e?n:null,y:e?null:n}}return null}(e)}(e);return r instanceof Ll?r:Dl(r,n)}function Fl(e,t,i){const n=Rl(t),{line:r,scale:o,axis:l}=t,a=r.options,s=a.fill,c=a.backgroundColor,{above:d=c,below:u=c}=s||{};n&&r.points.length&&(Bi(e,i),function(e,t){const{line:i,target:n,above:r,below:o,area:l,scale:a}=t,s=i._loop?"angle":t.axis;e.save(),"x"===s&&o!==r&&(Ql(e,n,l.top),zl(e,{line:i,target:n,color:r,scale:a,property:s}),e.restore(),e.save(),Ql(e,n,l.bottom));zl(e,{line:i,target:n,color:o,scale:a,property:s}),e.restore()}(e,{line:r,target:n,above:d,below:u,area:i,scale:o,axis:l}),Ii(e))}function Ql(e,t,i){const{segments:n,points:r}=t;let o=!0,l=!1;e.beginPath();for(const a of n){const{start:n,end:s}=a,c=r[n],d=r[Ml(n,s,r)];o?(e.moveTo(c.x,c.y),o=!1):(e.lineTo(c.x,i),e.lineTo(c.x,c.y)),l=!!t.pathSegment(e,a,{move:l}),l?e.closePath():e.lineTo(d.x,i)}e.lineTo(t.first().x,i),e.closePath(),e.clip()}function zl(e,t){const{line:i,target:n,property:r,color:o,scale:l}=t,a=function(e,t,i){const n=e.segments,r=e.points,o=t.points,l=[];for(const e of n){let{start:n,end:a}=e;a=Ml(n,a,r);const s=_l(i,r[n],r[a],e.loop);if(!t.segments){l.push({source:e,target:s,start:r[n],end:r[a]});continue}const c=jn(t,s);for(const t of c){const n=_l(i,o[t.start],o[t.end],t.loop),a=zn(e,r,n);for(const e of a)l.push({source:e,target:t,start:{[i]:kl(s,n,"start",Math.max)},end:{[i]:kl(s,n,"end",Math.min)}})}}return l}(i,n,r);for(const{source:t,target:s,start:c,end:d}of a){const{style:{backgroundColor:a=o}={}}=t,u=!0!==n;e.save(),e.fillStyle=a,jl(e,l,u&&_l(r,c,d)),e.beginPath();const b=!!i.pathSegment(e,t);let f;if(u){b?e.closePath():Yl(e,n,d,r);const t=!!n.pathSegment(e,s,{move:b,reverse:!0});f=b&&t,f||Yl(e,n,c,r)}e.closePath(),e.fill(f?"evenodd":"nonzero"),e.restore()}}function jl(e,t,i){const{top:n,bottom:r}=t.chart.chartArea,{property:o,start:l,end:a}=i||{};"x"===o&&(e.beginPath(),e.rect(l,n,a-l,r-n),e.clip())}function Yl(e,t,i,n){const r=t.interpolate(i,n);r&&e.lineTo(r.x,r.y)}var Ul={id:"filler",afterDatasetsUpdate(e,t,i){const n=(e.data.datasets||[]).length,r=[];let o,l,a,s;for(l=0;l<n;++l)o=e.getDatasetMeta(l),a=o.dataset,s=null,a&&a.options&&a instanceof bl&&(s={visible:e.isDatasetVisible(l),index:l,fill:Hl(a,l,n),chart:e,axis:o.controller.options.indexAxis,scale:o.vScale,line:a}),o.$filler=s,r.push(s);for(l=0;l<n;++l)s=r[l],s&&!1!==s.fill&&(s.fill=Il(r,l,i.propagate))},beforeDraw(e,t,i){const n="beforeDraw"===i.drawTime,r=e.getSortedVisibleDatasetMetas(),o=e.chartArea;for(let t=r.length-1;t>=0;--t){const i=r[t].$filler;i&&(i.line.updateControlPoints(o,i.axis),n&&i.fill&&Fl(e.ctx,i,o))}},beforeDatasetsDraw(e,t,i){if("beforeDatasetsDraw"!==i.drawTime)return;const n=e.getSortedVisibleDatasetMetas();for(let t=n.length-1;t>=0;--t){const i=n[t].$filler;Bl(i)&&Fl(e.ctx,i,e.chartArea)}},beforeDatasetDraw(e,t,i){const n=t.meta.$filler;Bl(n)&&"beforeDatasetDraw"===i.drawTime&&Fl(e.ctx,n,e.chartArea)},defaults:{propagate:!0,drawTime:"beforeDatasetDraw"}};const Vl=(e,t)=>{let{boxHeight:i=t,boxWidth:n=t}=e;return e.usePointStyle&&(i=Math.min(i,t),n=e.pointStyleWidth||Math.min(n,t)),{boxWidth:n,boxHeight:i,itemHeight:Math.max(t,i)}};class Sl extends wr{constructor(e){super(),this._added=!1,this.legendHitBoxes=[],this._hoveredItem=null,this.doughnutMode=!1,this.chart=e.chart,this.options=e.options,this.ctx=e.ctx,this.legendItems=void 0,this.columnSizes=void 0,this.lineWidths=void 0,this.maxHeight=void 0,this.maxWidth=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.height=void 0,this.width=void 0,this._margins=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(e,t,i){this.maxWidth=e,this.maxHeight=t,this._margins=i,this.setDimensions(),this.buildLabels(),this.fit()}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=this._margins.left,this.right=this.width):(this.height=this.maxHeight,this.top=this._margins.top,this.bottom=this.height)}buildLabels(){const e=this.options.labels||{};let t=Pe(e.generateLabels,[this.chart],this)||[];e.filter&&(t=t.filter((t=>e.filter(t,this.chart.data)))),e.sort&&(t=t.sort(((t,i)=>e.sort(t,i,this.chart.data)))),this.options.reverse&&t.reverse(),this.legendItems=t}fit(){const{options:e,ctx:t}=this;if(!e.display)return void(this.width=this.height=0);const i=e.labels,n=Zi(i.font),r=n.size,o=this._computeTitleHeight(),{boxWidth:l,itemHeight:a}=Vl(i,r);let s,c;t.font=n.string,this.isHorizontal()?(s=this.maxWidth,c=this._fitRows(o,r,l,a)+10):(c=this.maxHeight,s=this._fitCols(o,r,l,a)+10),this.width=Math.min(s,e.maxWidth||this.maxWidth),this.height=Math.min(c,e.maxHeight||this.maxHeight)}_fitRows(e,t,i,n){const{ctx:r,maxWidth:o,options:{labels:{padding:l}}}=this,a=this.legendHitBoxes=[],s=this.lineWidths=[0],c=n+l;let d=e;r.textAlign="left",r.textBaseline="middle";let u=-1,b=-c;return this.legendItems.forEach(((e,f)=>{const m=i+t/2+r.measureText(e.text).width;(0===f||s[s.length-1]+m+2*l>o)&&(d+=c,s[s.length-(f>0?0:1)]=0,b+=c,u++),a[f]={left:0,top:b,row:u,width:m,height:n},s[s.length-1]+=m+l})),d}_fitCols(e,t,i,n){const{ctx:r,maxHeight:o,options:{labels:{padding:l}}}=this,a=this.legendHitBoxes=[],s=this.columnSizes=[],c=o-e;let d=l,u=0,b=0,f=0,m=0;return this.legendItems.forEach(((e,o)=>{const h=i+t/2+r.measureText(e.text).width;o>0&&b+n+2*l>c&&(d+=u+l,s.push({width:u,height:b}),f+=u+l,m++,u=b=0),a[o]={left:f,top:b,col:m,width:h,height:n},u=Math.max(u,h),b+=n+l})),d+=u,s.push({width:u,height:b}),d}adjustHitBoxes(){if(!this.options.display)return;const e=this._computeTitleHeight(),{legendHitBoxes:t,options:{align:i,labels:{padding:n},rtl:r}}=this,o=Pn(r,this.left,this.width);if(this.isHorizontal()){let r=0,l=kt(i,this.left+n,this.right-this.lineWidths[r]);for(const a of t)r!==a.row&&(r=a.row,l=kt(i,this.left+n,this.right-this.lineWidths[r])),a.top+=this.top+e+n,a.left=o.leftForLtr(o.x(l),a.width),l+=a.width+n}else{let r=0,l=kt(i,this.top+e+n,this.bottom-this.columnSizes[r].height);for(const a of t)a.col!==r&&(r=a.col,l=kt(i,this.top+e+n,this.bottom-this.columnSizes[r].height)),a.top=l,a.left+=this.left+n,a.left=o.leftForLtr(o.x(a.left),a.width),l+=a.height+n}}isHorizontal(){return"top"===this.options.position||"bottom"===this.options.position}draw(){if(this.options.display){const e=this.ctx;Bi(e,this),this._draw(),Ii(e)}}_draw(){const{options:e,columnSizes:t,lineWidths:i,ctx:n}=this,{align:r,labels:o}=e,l=xi.color,a=Pn(e.rtl,this.left,this.width),s=Zi(o.font),{color:c,padding:d}=o,u=s.size,b=u/2;let f;this.drawTitle(),n.textAlign=a.textAlign("left"),n.textBaseline="middle",n.lineWidth=.5,n.font=s.string;const{boxWidth:m,boxHeight:h,itemHeight:p}=Vl(o,u),A=this.isHorizontal(),g=this._computeTitleHeight();f=A?{x:kt(r,this.left+d,this.right-i[0]),y:this.top+d+g,line:0}:{x:this.left+d,y:kt(r,this.top+g+d,this.bottom-t[0].height),line:0},Ln(this.ctx,e.textDirection);const C=p+d;this.legendItems.forEach(((v,N)=>{n.strokeStyle=v.fontColor||c,n.fillStyle=v.fontColor||c;const x=n.measureText(v.text).width,w=a.textAlign(v.textAlign||(v.textAlign=o.textAlign)),E=m+b+x;let y=f.x,_=f.y;a.setWidth(this.width),A?N>0&&y+E+d>this.right&&(_=f.y+=C,f.line++,y=f.x=kt(r,this.left+d,this.right-i[f.line])):N>0&&_+C>this.bottom&&(y=f.x=y+t[f.line].width+d,f.line++,_=f.y=kt(r,this.top+g+d,this.bottom-t[f.line].height));!function(e,t,i){if(isNaN(m)||m<=0||isNaN(h)||h<0)return;n.save();const r=He(i.lineWidth,1);if(n.fillStyle=He(i.fillStyle,l),n.lineCap=He(i.lineCap,"butt"),n.lineDashOffset=He(i.lineDashOffset,0),n.lineJoin=He(i.lineJoin,"miter"),n.lineWidth=r,n.strokeStyle=He(i.strokeStyle,l),n.setLineDash(He(i.lineDash,[])),o.usePointStyle){const l={radius:h*Math.SQRT2/2,pointStyle:i.pointStyle,rotation:i.rotation,borderWidth:r},s=a.xPlus(e,m/2);ki(n,l,s,t+b,o.pointStyleWidth&&m)}else{const o=t+Math.max((u-h)/2,0),l=a.leftForLtr(e,m),s=Vi(i.borderRadius);n.beginPath(),Object.values(s).some((e=>0!==e))?Ri(n,{x:l,y:o,w:m,h:h,radius:s}):n.rect(l,o,m,h),n.fill(),0!==r&&n.stroke()}n.restore()}(a.x(y),_,v),y=((e,t,i,n)=>e===(n?"left":"right")?i:"center"===e?(t+i)/2:t)(w,y+m+b,A?y+E:this.right,e.rtl),function(e,t,i){Pi(n,i.text,e,t+p/2,s,{strikethrough:i.hidden,textAlign:a.textAlign(i.textAlign)})}(a.x(y),_,v),A?f.x+=E+d:f.y+=C})),Rn(this.ctx,e.textDirection)}drawTitle(){const e=this.options,t=e.title,i=Zi(t.font),n=Si(t.padding);if(!t.display)return;const r=Pn(e.rtl,this.left,this.width),o=this.ctx,l=t.position,a=i.size/2,s=n.top+a;let c,d=this.left,u=this.width;if(this.isHorizontal())u=Math.max(...this.lineWidths),c=this.top+s,d=kt(e.align,d,this.right-u);else{const t=this.columnSizes.reduce(((e,t)=>Math.max(e,t.height)),0);c=s+kt(e.align,this.top,this.bottom-t-e.labels.padding-this._computeTitleHeight())}const b=kt(l,d,d+u);o.textAlign=r.textAlign(Mt(l)),o.textBaseline="middle",o.strokeStyle=t.color,o.fillStyle=t.color,o.font=i.string,Pi(o,t.text,b,c,i)}_computeTitleHeight(){const e=this.options.title,t=Zi(e.font),i=Si(e.padding);return e.display?t.lineHeight+i.height:0}_getLegendItemAt(e,t){let i,n,r;if(gt(e,this.left,this.right)&&gt(t,this.top,this.bottom))for(r=this.legendHitBoxes,i=0;i<r.length;++i)if(n=r[i],gt(e,n.left,n.left+n.width)&&gt(t,n.top,n.top+n.height))return this.legendItems[i];return null}handleEvent(e){const t=this.options;if(!function(e,t){if(("mousemove"===e||"mouseout"===e)&&(t.onHover||t.onLeave))return!0;if(t.onClick&&("click"===e||"mouseup"===e))return!0;return!1}(e.type,t))return;const i=this._getLegendItemAt(e.x,e.y);if("mousemove"===e.type||"mouseout"===e.type){const o=this._hoveredItem,l=(r=i,null!==(n=o)&&null!==r&&n.datasetIndex===r.datasetIndex&&n.index===r.index);o&&!l&&Pe(t.onLeave,[e,o,this],this),this._hoveredItem=i,i&&!l&&Pe(t.onHover,[e,i,this],this)}else i&&Pe(t.onClick,[e,i,this],this);var n,r}}var Zl={id:"legend",_element:Sl,start(e,t,i){const n=e.legend=new Sl({ctx:e.ctx,options:i,chart:e});ao.configure(e,n,i),ao.addBox(e,n)},stop(e){ao.removeBox(e,e.legend),delete e.legend},beforeUpdate(e,t,i){const n=e.legend;ao.configure(e,n,i),n.options=i},afterUpdate(e){const t=e.legend;t.buildLabels(),t.adjustHitBoxes()},afterEvent(e,t){t.replay||e.legend.handleEvent(t.event)},defaults:{display:!0,position:"top",align:"center",fullSize:!0,reverse:!1,weight:1e3,onClick(e,t,i){const n=t.datasetIndex,r=i.chart;r.isDatasetVisible(n)?(r.hide(n),t.hidden=!0):(r.show(n),t.hidden=!1)},onHover:null,onLeave:null,labels:{color:e=>e.chart.options.color,boxWidth:40,padding:10,generateLabels(e){const t=e.data.datasets,{labels:{usePointStyle:i,pointStyle:n,textAlign:r,color:o}}=e.legend.options;return e._getSortedDatasetMetas().map((e=>{const l=e.controller.getStyle(i?0:void 0),a=Si(l.borderWidth);return{text:t[e.index].label,fillStyle:l.backgroundColor,fontColor:o,hidden:!e.visible,lineCap:l.borderCapStyle,lineDash:l.borderDash,lineDashOffset:l.borderDashOffset,lineJoin:l.borderJoinStyle,lineWidth:(a.width+a.height)/4,strokeStyle:l.borderColor,pointStyle:n||l.pointStyle,rotation:l.rotation,textAlign:r||l.textAlign,borderRadius:0,datasetIndex:e.index}}),this)}},title:{color:e=>e.chart.options.color,display:!1,position:"center",text:""}},descriptors:{_scriptable:e=>!e.startsWith("on"),labels:{_scriptable:e=>!["generateLabels","filter","sort"].includes(e)}}};class Gl extends wr{constructor(e){super(),this.chart=e.chart,this.options=e.options,this.ctx=e.ctx,this._padding=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(e,t){const i=this.options;if(this.left=0,this.top=0,!i.display)return void(this.width=this.height=this.right=this.bottom=0);this.width=this.right=e,this.height=this.bottom=t;const n=ke(i.text)?i.text.length:1;this._padding=Si(i.padding);const r=n*Zi(i.font).lineHeight+this._padding.height;this.isHorizontal()?this.height=r:this.width=r}isHorizontal(){const e=this.options.position;return"top"===e||"bottom"===e}_drawArgs(e){const{top:t,left:i,bottom:n,right:r,options:o}=this,l=o.align;let a,s,c,d=0;return this.isHorizontal()?(s=kt(l,i,r),c=t+e,a=r-i):("left"===o.position?(s=i+e,c=kt(l,n,t),d=-.5*Te):(s=r-e,c=kt(l,t,n),d=.5*Te),a=n-t),{titleX:s,titleY:c,maxWidth:a,rotation:d}}draw(){const e=this.ctx,t=this.options;if(!t.display)return;const i=Zi(t.font),n=i.lineHeight/2+this._padding.top,{titleX:r,titleY:o,maxWidth:l,rotation:a}=this._drawArgs(n);Pi(e,t.text,0,0,i,{color:t.color,maxWidth:l,rotation:a,textAlign:Mt(t.align),textBaseline:"middle",translation:[r,o]})}}var Kl={id:"title",_element:Gl,start(e,t,i){!function(e,t){const i=new Gl({ctx:e.ctx,options:t,chart:e});ao.configure(e,i,t),ao.addBox(e,i),e.titleBlock=i}(e,i)},stop(e){const t=e.titleBlock;ao.removeBox(e,t),delete e.titleBlock},beforeUpdate(e,t,i){const n=e.titleBlock;ao.configure(e,n,i),n.options=i},defaults:{align:"center",display:!1,font:{weight:"bold"},fullSize:!0,padding:10,position:"top",text:"",weight:2e3},defaultRoutes:{color:"color"},descriptors:{_scriptable:!0,_indexable:!1}};const Wl=new WeakMap;var Tl={id:"subtitle",start(e,t,i){const n=new Gl({ctx:e.ctx,options:i,chart:e});ao.configure(e,n,i),ao.addBox(e,n),Wl.set(e,n)},stop(e){ao.removeBox(e,Wl.get(e)),Wl.delete(e)},beforeUpdate(e,t,i){const n=Wl.get(e);ao.configure(e,n,i),n.options=i},defaults:{align:"center",display:!1,font:{weight:"normal"},fullSize:!0,padding:0,position:"top",text:"",weight:1500},defaultRoutes:{color:"color"},descriptors:{_scriptable:!0,_indexable:!1}};const Xl={average(e){if(!e.length)return!1;let t,i,n=0,r=0,o=0;for(t=0,i=e.length;t<i;++t){const i=e[t].element;if(i&&i.hasValue()){const e=i.tooltipPosition();n+=e.x,r+=e.y,++o}}return{x:n/o,y:r/o}},nearest(e,t){if(!e.length)return!1;let i,n,r,o=t.x,l=t.y,a=Number.POSITIVE_INFINITY;for(i=0,n=e.length;i<n;++i){const n=e[i].element;if(n&&n.hasValue()){const e=ft(t,n.getCenterPoint());e<a&&(a=e,r=n)}}if(r){const e=r.tooltipPosition();o=e.x,l=e.y}return{x:o,y:l}}};function ql(e,t){return t&&(ke(t)?Array.prototype.push.apply(e,t):e.push(t)),e}function Jl(e){return("string"==typeof e||e instanceof String)&&e.indexOf("\n")>-1?e.split("\n"):e}function $l(e,t){const{element:i,datasetIndex:n,index:r}=t,o=e.getDatasetMeta(n).controller,{label:l,value:a}=o.getLabelAndValue(r);return{chart:e,label:l,parsed:o.getParsed(r),raw:e.data.datasets[n].data[r],formattedValue:a,dataset:o.getDataset(),dataIndex:r,datasetIndex:n,element:i}}function ea(e,t){const i=e.chart.ctx,{body:n,footer:r,title:o}=e,{boxWidth:l,boxHeight:a}=t,s=Zi(t.bodyFont),c=Zi(t.titleFont),d=Zi(t.footerFont),u=o.length,b=r.length,f=n.length,m=Si(t.padding);let h=m.height,p=0,A=n.reduce(((e,t)=>e+t.before.length+t.lines.length+t.after.length),0);if(A+=e.beforeBody.length+e.afterBody.length,u&&(h+=u*c.lineHeight+(u-1)*t.titleSpacing+t.titleMarginBottom),A){h+=f*(t.displayColors?Math.max(a,s.lineHeight):s.lineHeight)+(A-f)*s.lineHeight+(A-1)*t.bodySpacing}b&&(h+=t.footerMarginTop+b*d.lineHeight+(b-1)*t.footerSpacing);let g=0;const C=function(e){p=Math.max(p,i.measureText(e).width+g)};return i.save(),i.font=c.string,Le(e.title,C),i.font=s.string,Le(e.beforeBody.concat(e.afterBody),C),g=t.displayColors?l+2+t.boxPadding:0,Le(n,(e=>{Le(e.before,C),Le(e.lines,C),Le(e.after,C)})),g=0,i.font=d.string,Le(e.footer,C),i.restore(),p+=m.width,{width:p,height:h}}function ta(e,t,i,n){const{x:r,width:o}=i,{width:l,chartArea:{left:a,right:s}}=e;let c="center";return"center"===n?c=r<=(a+s)/2?"left":"right":r<=o/2?c="left":r>=l-o/2&&(c="right"),function(e,t,i,n){const{x:r,width:o}=n,l=i.caretSize+i.caretPadding;return"left"===e&&r+o+l>t.width||"right"===e&&r-o-l<0||void 0}(c,e,t,i)&&(c="center"),c}function ia(e,t,i){const n=i.yAlign||t.yAlign||function(e,t){const{y:i,height:n}=t;return i<n/2?"top":i>e.height-n/2?"bottom":"center"}(e,i);return{xAlign:i.xAlign||t.xAlign||ta(e,t,i,n),yAlign:n}}function na(e,t,i,n){const{caretSize:r,caretPadding:o,cornerRadius:l}=e,{xAlign:a,yAlign:s}=i,c=r+o,{topLeft:d,topRight:u,bottomLeft:b,bottomRight:f}=Vi(l);let m=function(e,t){let{x:i,width:n}=e;return"right"===t?i-=n:"center"===t&&(i-=n/2),i}(t,a);const h=function(e,t,i){let{y:n,height:r}=e;return"top"===t?n+=i:n-="bottom"===t?r+i:r/2,n}(t,s,c);return"center"===s?"left"===a?m+=c:"right"===a&&(m-=c):"left"===a?m-=Math.max(d,b)+r:"right"===a&&(m+=Math.max(u,f)+r),{x:At(m,0,n.width-t.width),y:At(h,0,n.height-t.height)}}function ra(e,t,i){const n=Si(i.padding);return"center"===t?e.x+e.width/2:"right"===t?e.x+e.width-n.right:e.x+n.left}function oa(e){return ql([],Jl(e))}function la(e,t){const i=t&&t.dataset&&t.dataset.tooltip&&t.dataset.tooltip.callbacks;return i?e.override(i):e}let aa=class extends wr{constructor(e){super(),this.opacity=0,this._active=[],this._eventPosition=void 0,this._size=void 0,this._cachedAnimations=void 0,this._tooltipItems=[],this.$animations=void 0,this.$context=void 0,this.chart=e.chart||e._chart,this._chart=this.chart,this.options=e.options,this.dataPoints=void 0,this.title=void 0,this.beforeBody=void 0,this.body=void 0,this.afterBody=void 0,this.footer=void 0,this.xAlign=void 0,this.yAlign=void 0,this.x=void 0,this.y=void 0,this.height=void 0,this.width=void 0,this.caretX=void 0,this.caretY=void 0,this.labelColors=void 0,this.labelPointStyles=void 0,this.labelTextColors=void 0}initialize(e){this.options=e,this._cachedAnimations=void 0,this.$context=void 0}_resolveAnimations(){const e=this._cachedAnimations;if(e)return e;const t=this.chart,i=this.options.setContext(this.getContext()),n=i.enabled&&t.options.animation&&i.animations,r=new Tn(this.chart,n);return n._cacheable&&(this._cachedAnimations=Object.freeze(r)),r}getContext(){return this.$context||(this.$context=(e=this.chart.getContext(),t=this,i=this._tooltipItems,Ki(e,{tooltip:t,tooltipItems:i,type:"tooltip"})));var e,t,i}getTitle(e,t){const{callbacks:i}=t,n=i.beforeTitle.apply(this,[e]),r=i.title.apply(this,[e]),o=i.afterTitle.apply(this,[e]);let l=[];return l=ql(l,Jl(n)),l=ql(l,Jl(r)),l=ql(l,Jl(o)),l}getBeforeBody(e,t){return oa(t.callbacks.beforeBody.apply(this,[e]))}getBody(e,t){const{callbacks:i}=t,n=[];return Le(e,(e=>{const t={before:[],lines:[],after:[]},r=la(i,e);ql(t.before,Jl(r.beforeLabel.call(this,e))),ql(t.lines,r.label.call(this,e)),ql(t.after,Jl(r.afterLabel.call(this,e))),n.push(t)})),n}getAfterBody(e,t){return oa(t.callbacks.afterBody.apply(this,[e]))}getFooter(e,t){const{callbacks:i}=t,n=i.beforeFooter.apply(this,[e]),r=i.footer.apply(this,[e]),o=i.afterFooter.apply(this,[e]);let l=[];return l=ql(l,Jl(n)),l=ql(l,Jl(r)),l=ql(l,Jl(o)),l}_createItems(e){const t=this._active,i=this.chart.data,n=[],r=[],o=[];let l,a,s=[];for(l=0,a=t.length;l<a;++l)s.push($l(this.chart,t[l]));return e.filter&&(s=s.filter(((t,n,r)=>e.filter(t,n,r,i)))),e.itemSort&&(s=s.sort(((t,n)=>e.itemSort(t,n,i)))),Le(s,(t=>{const i=la(e.callbacks,t);n.push(i.labelColor.call(this,t)),r.push(i.labelPointStyle.call(this,t)),o.push(i.labelTextColor.call(this,t))})),this.labelColors=n,this.labelPointStyles=r,this.labelTextColors=o,this.dataPoints=s,s}update(e,t){const i=this.options.setContext(this.getContext()),n=this._active;let r,o=[];if(n.length){const e=Xl[i.position].call(this,n,this._eventPosition);o=this._createItems(i),this.title=this.getTitle(o,i),this.beforeBody=this.getBeforeBody(o,i),this.body=this.getBody(o,i),this.afterBody=this.getAfterBody(o,i),this.footer=this.getFooter(o,i);const t=this._size=ea(this,i),l=Object.assign({},e,t),a=ia(this.chart,i,l),s=na(i,l,a,this.chart);this.xAlign=a.xAlign,this.yAlign=a.yAlign,r={opacity:1,x:s.x,y:s.y,width:t.width,height:t.height,caretX:e.x,caretY:e.y}}else 0!==this.opacity&&(r={opacity:0});this._tooltipItems=o,this.$context=void 0,r&&this._resolveAnimations().update(this,r),e&&i.external&&i.external.call(this,{chart:this.chart,tooltip:this,replay:t})}drawCaret(e,t,i,n){const r=this.getCaretPosition(e,i,n);t.lineTo(r.x1,r.y1),t.lineTo(r.x2,r.y2),t.lineTo(r.x3,r.y3)}getCaretPosition(e,t,i){const{xAlign:n,yAlign:r}=this,{caretSize:o,cornerRadius:l}=i,{topLeft:a,topRight:s,bottomLeft:c,bottomRight:d}=Vi(l),{x:u,y:b}=e,{width:f,height:m}=t;let h,p,A,g,C,v;return"center"===r?(C=b+m/2,"left"===n?(h=u,p=h-o,g=C+o,v=C-o):(h=u+f,p=h+o,g=C-o,v=C+o),A=h):(p="left"===n?u+Math.max(a,c)+o:"right"===n?u+f-Math.max(s,d)-o:this.caretX,"top"===r?(g=b,C=g-o,h=p-o,A=p+o):(g=b+m,C=g+o,h=p+o,A=p-o),v=g),{x1:h,x2:p,x3:A,y1:g,y2:C,y3:v}}drawTitle(e,t,i){const n=this.title,r=n.length;let o,l,a;if(r){const s=Pn(i.rtl,this.x,this.width);for(e.x=ra(this,i.titleAlign,i),t.textAlign=s.textAlign(i.titleAlign),t.textBaseline="middle",o=Zi(i.titleFont),l=i.titleSpacing,t.fillStyle=i.titleColor,t.font=o.string,a=0;a<r;++a)t.fillText(n[a],s.x(e.x),e.y+o.lineHeight/2),e.y+=o.lineHeight+l,a+1===r&&(e.y+=i.titleMarginBottom-l)}}_drawColorBox(e,t,i,n,r){const o=this.labelColors[i],l=this.labelPointStyles[i],{boxHeight:a,boxWidth:s,boxPadding:c}=r,d=Zi(r.bodyFont),u=ra(this,"left",r),b=n.x(u),f=a<d.lineHeight?(d.lineHeight-a)/2:0,m=t.y+f;if(r.usePointStyle){const t={radius:Math.min(s,a)/2,pointStyle:l.pointStyle,rotation:l.rotation,borderWidth:1},i=n.leftForLtr(b,s)+s/2,c=m+a/2;e.strokeStyle=r.multiKeyBackground,e.fillStyle=r.multiKeyBackground,Mi(e,t,i,c),e.strokeStyle=o.borderColor,e.fillStyle=o.backgroundColor,Mi(e,t,i,c)}else{e.lineWidth=De(o.borderWidth)?Math.max(...Object.values(o.borderWidth)):o.borderWidth||1,e.strokeStyle=o.borderColor,e.setLineDash(o.borderDash||[]),e.lineDashOffset=o.borderDashOffset||0;const t=n.leftForLtr(b,s-c),i=n.leftForLtr(n.xPlus(b,1),s-c-2),l=Vi(o.borderRadius);Object.values(l).some((e=>0!==e))?(e.beginPath(),e.fillStyle=r.multiKeyBackground,Ri(e,{x:t,y:m,w:s,h:a,radius:l}),e.fill(),e.stroke(),e.fillStyle=o.backgroundColor,e.beginPath(),Ri(e,{x:i,y:m+1,w:s-2,h:a-2,radius:l}),e.fill()):(e.fillStyle=r.multiKeyBackground,e.fillRect(t,m,s,a),e.strokeRect(t,m,s,a),e.fillStyle=o.backgroundColor,e.fillRect(i,m+1,s-2,a-2))}e.fillStyle=this.labelTextColors[i]}drawBody(e,t,i){const{body:n}=this,{bodySpacing:r,bodyAlign:o,displayColors:l,boxHeight:a,boxWidth:s,boxPadding:c}=i,d=Zi(i.bodyFont);let u=d.lineHeight,b=0;const f=Pn(i.rtl,this.x,this.width),m=function(i){t.fillText(i,f.x(e.x+b),e.y+u/2),e.y+=u+r},h=f.textAlign(o);let p,A,g,C,v,N,x;for(t.textAlign=o,t.textBaseline="middle",t.font=d.string,e.x=ra(this,h,i),t.fillStyle=i.bodyColor,Le(this.beforeBody,m),b=l&&"right"!==h?"center"===o?s/2+c:s+2+c:0,C=0,N=n.length;C<N;++C){for(p=n[C],A=this.labelTextColors[C],t.fillStyle=A,Le(p.before,m),g=p.lines,l&&g.length&&(this._drawColorBox(t,e,C,f,i),u=Math.max(d.lineHeight,a)),v=0,x=g.length;v<x;++v)m(g[v]),u=d.lineHeight;Le(p.after,m)}b=0,u=d.lineHeight,Le(this.afterBody,m),e.y-=r}drawFooter(e,t,i){const n=this.footer,r=n.length;let o,l;if(r){const a=Pn(i.rtl,this.x,this.width);for(e.x=ra(this,i.footerAlign,i),e.y+=i.footerMarginTop,t.textAlign=a.textAlign(i.footerAlign),t.textBaseline="middle",o=Zi(i.footerFont),t.fillStyle=i.footerColor,t.font=o.string,l=0;l<r;++l)t.fillText(n[l],a.x(e.x),e.y+o.lineHeight/2),e.y+=o.lineHeight+i.footerSpacing}}drawBackground(e,t,i,n){const{xAlign:r,yAlign:o}=this,{x:l,y:a}=e,{width:s,height:c}=i,{topLeft:d,topRight:u,bottomLeft:b,bottomRight:f}=Vi(n.cornerRadius);t.fillStyle=n.backgroundColor,t.strokeStyle=n.borderColor,t.lineWidth=n.borderWidth,t.beginPath(),t.moveTo(l+d,a),"top"===o&&this.drawCaret(e,t,i,n),t.lineTo(l+s-u,a),t.quadraticCurveTo(l+s,a,l+s,a+u),"center"===o&&"right"===r&&this.drawCaret(e,t,i,n),t.lineTo(l+s,a+c-f),t.quadraticCurveTo(l+s,a+c,l+s-f,a+c),"bottom"===o&&this.drawCaret(e,t,i,n),t.lineTo(l+b,a+c),t.quadraticCurveTo(l,a+c,l,a+c-b),"center"===o&&"left"===r&&this.drawCaret(e,t,i,n),t.lineTo(l,a+d),t.quadraticCurveTo(l,a,l+d,a),t.closePath(),t.fill(),n.borderWidth>0&&t.stroke()}_updateAnimationTarget(e){const t=this.chart,i=this.$animations,n=i&&i.x,r=i&&i.y;if(n||r){const i=Xl[e.position].call(this,this._active,this._eventPosition);if(!i)return;const o=this._size=ea(this,e),l=Object.assign({},i,this._size),a=ia(t,e,l),s=na(e,l,a,t);n._to===s.x&&r._to===s.y||(this.xAlign=a.xAlign,this.yAlign=a.yAlign,this.width=o.width,this.height=o.height,this.caretX=i.x,this.caretY=i.y,this._resolveAnimations().update(this,s))}}_willRender(){return!!this.opacity}draw(e){const t=this.options.setContext(this.getContext());let i=this.opacity;if(!i)return;this._updateAnimationTarget(t);const n={width:this.width,height:this.height},r={x:this.x,y:this.y};i=Math.abs(i)<.001?0:i;const o=Si(t.padding),l=this.title.length||this.beforeBody.length||this.body.length||this.afterBody.length||this.footer.length;t.enabled&&l&&(e.save(),e.globalAlpha=i,this.drawBackground(r,e,n,t),Ln(e,t.textDirection),r.y+=o.top,this.drawTitle(r,e,t),this.drawBody(r,e,t),this.drawFooter(r,e,t),Rn(e,t.textDirection),e.restore())}getActiveElements(){return this._active||[]}setActiveElements(e,t){const i=this._active,n=e.map((({datasetIndex:e,index:t})=>{const i=this.chart.getDatasetMeta(e);if(!i)throw new Error("Cannot find a dataset at index "+e);return{datasetIndex:e,element:i.data[t],index:t}})),r=!Re(i,n),o=this._positionChanged(n,t);(r||o)&&(this._active=n,this._eventPosition=t,this._ignoreReplayEvents=!0,this.update(!0))}handleEvent(e,t,i=!0){if(t&&this._ignoreReplayEvents)return!1;this._ignoreReplayEvents=!1;const n=this.options,r=this._active||[],o=this._getActiveElements(e,r,t,i),l=this._positionChanged(o,e),a=t||!Re(o,r)||l;return a&&(this._active=o,(n.enabled||n.external)&&(this._eventPosition={x:e.x,y:e.y},this.update(!0,t))),a}_getActiveElements(e,t,i,n){const r=this.options;if("mouseout"===e.type)return[];if(!n)return t;const o=this.chart.getElementsAtEventForMode(e,r.mode,r,i);return r.reverse&&o.reverse(),o}_positionChanged(e,t){const{caretX:i,caretY:n,options:r}=this,o=Xl[r.position].call(this,e,t);return!1!==o&&(i!==o.x||n!==o.y)}};aa.positioners=Xl;var sa={id:"tooltip",_element:aa,positioners:Xl,afterInit(e,t,i){i&&(e.tooltip=new aa({chart:e,options:i}))},beforeUpdate(e,t,i){e.tooltip&&e.tooltip.initialize(i)},reset(e,t,i){e.tooltip&&e.tooltip.initialize(i)},afterDraw(e){const t=e.tooltip;if(t&&t._willRender()){const i={tooltip:t};if(!1===e.notifyPlugins("beforeTooltipDraw",i))return;t.draw(e.ctx),e.notifyPlugins("afterTooltipDraw",i)}},afterEvent(e,t){if(e.tooltip){const i=t.replay;e.tooltip.handleEvent(t.event,i,t.inChartArea)&&(t.changed=!0)}},defaults:{enabled:!0,external:null,position:"average",backgroundColor:"rgba(0,0,0,0.8)",titleColor:"#fff",titleFont:{weight:"bold"},titleSpacing:2,titleMarginBottom:6,titleAlign:"left",bodyColor:"#fff",bodySpacing:2,bodyFont:{},bodyAlign:"left",footerColor:"#fff",footerSpacing:2,footerMarginTop:6,footerFont:{weight:"bold"},footerAlign:"left",padding:6,caretPadding:2,caretSize:5,cornerRadius:6,boxHeight:(e,t)=>t.bodyFont.size,boxWidth:(e,t)=>t.bodyFont.size,multiKeyBackground:"#fff",displayColors:!0,boxPadding:0,borderColor:"rgba(0,0,0,0)",borderWidth:0,animation:{duration:400,easing:"easeOutQuart"},animations:{numbers:{type:"number",properties:["x","y","width","height","caretX","caretY"]},opacity:{easing:"linear",duration:200}},callbacks:{beforeTitle:ye,title(e){if(e.length>0){const t=e[0],i=t.chart.data.labels,n=i?i.length:0;if(this&&this.options&&"dataset"===this.options.mode)return t.dataset.label||"";if(t.label)return t.label;if(n>0&&t.dataIndex<n)return i[t.dataIndex]}return""},afterTitle:ye,beforeBody:ye,beforeLabel:ye,label(e){if(this&&this.options&&"dataset"===this.options.mode)return e.label+": "+e.formattedValue||e.formattedValue;let t=e.dataset.label||"";t&&(t+=": ");const i=e.formattedValue;return Me(i)||(t+=i),t},labelColor(e){const t=e.chart.getDatasetMeta(e.datasetIndex).controller.getStyle(e.dataIndex);return{borderColor:t.borderColor,backgroundColor:t.backgroundColor,borderWidth:t.borderWidth,borderDash:t.borderDash,borderDashOffset:t.borderDashOffset,borderRadius:0}},labelTextColor(){return this.options.bodyColor},labelPointStyle(e){const t=e.chart.getDatasetMeta(e.datasetIndex).controller.getStyle(e.dataIndex);return{pointStyle:t.pointStyle,rotation:t.rotation}},afterLabel:ye,afterBody:ye,beforeFooter:ye,footer:ye,afterFooter:ye}},defaultRoutes:{bodyFont:"font",footerFont:"font",titleFont:"font"},descriptors:{_scriptable:e=>"filter"!==e&&"itemSort"!==e&&"external"!==e,_indexable:!1,callbacks:{_scriptable:!1,_indexable:!1},animation:{_fallback:!1},animations:{_fallback:"animation"}},additionalOptionScopes:["interaction"]},ca=Object.freeze({__proto__:null,Decimation:yl,Filler:Ul,Legend:Zl,SubTitle:Tl,Title:Kl,Tooltip:sa});function da(e,t,i,n){const r=e.indexOf(t);if(-1===r)return((e,t,i,n)=>("string"==typeof t?(i=e.push(t)-1,n.unshift({index:i,label:t})):isNaN(t)&&(i=null),i))(e,t,i,n);return r!==e.lastIndexOf(t)?i:r}class ua extends Pr{constructor(e){super(e),this._startValue=void 0,this._valueRange=0,this._addedLabels=[]}init(e){const t=this._addedLabels;if(t.length){const e=this.getLabels();for(const{index:i,label:n}of t)e[i]===n&&e.splice(i,1);this._addedLabels=[]}super.init(e)}parse(e,t){if(Me(e))return null;const i=this.getLabels();return((e,t)=>null===e?null:At(Math.round(e),0,t))(t=isFinite(t)&&i[t]===e?t:da(i,e,He(t,e),this._addedLabels),i.length-1)}determineDataLimits(){const{minDefined:e,maxDefined:t}=this.getUserBounds();let{min:i,max:n}=this.getMinMax(!0);"ticks"===this.options.bounds&&(e||(i=0),t||(n=this.getLabels().length-1)),this.min=i,this.max=n}buildTicks(){const e=this.min,t=this.max,i=this.options.offset,n=[];let r=this.getLabels();r=0===e&&t===r.length-1?r:r.slice(e,t+1),this._valueRange=Math.max(r.length-(i?0:1),1),this._startValue=this.min-(i?.5:0);for(let i=e;i<=t;i++)n.push({value:i});return n}getLabelForValue(e){const t=this.getLabels();return e>=0&&e<t.length?t[e]:e}configure(){super.configure(),this.isHorizontal()||(this._reversePixels=!this._reversePixels)}getPixelForValue(e){return"number"!=typeof e&&(e=this.parse(e)),null===e?NaN:this.getPixelForDecimal((e-this._startValue)/this._valueRange)}getPixelForTick(e){const t=this.ticks;return e<0||e>t.length-1?null:this.getPixelForValue(t[e].value)}getValueForPixel(e){return Math.round(this._startValue+this.getDecimalForPixel(e)*this._valueRange)}getBasePixel(){return this.bottom}}function ba(e,t){const i=[],{bounds:n,step:r,min:o,max:l,precision:a,count:s,maxTicks:c,maxDigits:d,includeBounds:u}=e,b=r||1,f=c-1,{min:m,max:h}=t,p=!Me(o),A=!Me(l),g=!Me(s),C=(h-m)/(d+1);let v,N,x,w,E=ot((h-m)/f/b)*b;if(E<1e-14&&!p&&!A)return[{value:m},{value:h}];w=Math.ceil(h/E)-Math.floor(m/E),w>f&&(E=ot(w*E/f/b)*b),Me(a)||(v=Math.pow(10,a),E=Math.ceil(E*v)/v),"ticks"===n?(N=Math.floor(m/E)*E,x=Math.ceil(h/E)*E):(N=m,x=h),p&&A&&r&&function(e,t){const i=Math.round(e);return i-t<=e&&i+t>=e}((l-o)/r,E/1e3)?(w=Math.round(Math.min((l-o)/E,c)),E=(l-o)/w,N=o,x=l):g?(N=p?o:N,x=A?l:x,w=s-1,E=(x-N)/w):(w=(x-N)/E,w=at(w,Math.round(w),E/1e3)?Math.round(w):Math.ceil(w));const y=Math.max(ut(E),ut(N));v=Math.pow(10,Me(a)?y:a),N=Math.round(N*v)/v,x=Math.round(x*v)/v;let _=0;for(p&&(u&&N!==o?(i.push({value:o}),N<o&&_++,at(Math.round((N+_*E)*v)/v,o,fa(o,C,e))&&_++):N<o&&_++);_<w;++_)i.push({value:Math.round((N+_*E)*v)/v});return A&&u&&x!==l?i.length&&at(i[i.length-1].value,l,fa(l,C,e))?i[i.length-1].value=l:i.push({value:l}):A&&x!==l||i.push({value:x}),i}function fa(e,t,{horizontal:i,minRotation:n}){const r=ct(n),o=(i?Math.sin(r):Math.cos(r))||.001,l=.75*t*(""+e).length;return Math.min(t/o,l)}ua.id="category",ua.defaults={ticks:{callback:ua.prototype.getLabelForValue}};class ma extends Pr{constructor(e){super(e),this.start=void 0,this.end=void 0,this._startValue=void 0,this._endValue=void 0,this._valueRange=0}parse(e,t){return Me(e)||("number"==typeof e||e instanceof Number)&&!isFinite(+e)?null:+e}handleTickRangeOptions(){const{beginAtZero:e}=this.options,{minDefined:t,maxDefined:i}=this.getUserBounds();let{min:n,max:r}=this;const o=e=>n=t?n:e,l=e=>r=i?r:e;if(e){const e=rt(n),t=rt(r);e<0&&t<0?l(0):e>0&&t>0&&o(0)}if(n===r){let t=1;(r>=Number.MAX_SAFE_INTEGER||n<=Number.MIN_SAFE_INTEGER)&&(t=Math.abs(.05*r)),l(r+t),e||o(n-t)}this.min=n,this.max=r}getTickLimit(){const e=this.options.ticks;let t,{maxTicksLimit:i,stepSize:n}=e;return n?(t=Math.ceil(this.max/n)-Math.floor(this.min/n)+1,t>1e3&&(console.warn(`scales.${this.id}.ticks.stepSize: ${n} would result generating up to ${t} ticks. Limiting to 1000.`),t=1e3)):(t=this.computeTickLimit(),i=i||11),i&&(t=Math.min(i,t)),t}computeTickLimit(){return Number.POSITIVE_INFINITY}buildTicks(){const e=this.options,t=e.ticks;let i=this.getTickLimit();i=Math.max(2,i);const n=ba({maxTicks:i,bounds:e.bounds,min:e.min,max:e.max,precision:t.precision,step:t.stepSize,count:t.count,maxDigits:this._maxDigits(),horizontal:this.isHorizontal(),minRotation:t.minRotation||0,includeBounds:!1!==t.includeBounds},this._range||this);return"ticks"===e.bounds&&st(n,this,"value"),e.reverse?(n.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),n}configure(){const e=this.ticks;let t=this.min,i=this.max;if(super.configure(),this.options.offset&&e.length){const n=(i-t)/Math.max(e.length-1,1)/2;t-=n,i+=n}this._startValue=t,this._endValue=i,this._valueRange=i-t}getLabelForValue(e){return On(e,this.chart.options.locale,this.options.ticks.format)}}class ha extends ma{determineDataLimits(){const{min:e,max:t}=this.getMinMax(!0);this.min=Be(e)?e:0,this.max=Be(t)?t:1,this.handleTickRangeOptions()}computeTickLimit(){const e=this.isHorizontal(),t=e?this.width:this.height,i=ct(this.options.ticks.minRotation),n=(e?Math.sin(i):Math.cos(i))||.001,r=this._resolveTickFontOptions(0);return Math.ceil(t/Math.min(40,r.lineHeight/n))}getPixelForValue(e){return null===e?NaN:this.getPixelForDecimal((e-this._startValue)/this._valueRange)}getValueForPixel(e){return this._startValue+this.getDecimalForPixel(e)*this._valueRange}}function pa(e){return 1===e/Math.pow(10,Math.floor(nt(e)))}ha.id="linear",ha.defaults={ticks:{callback:yr.formatters.numeric}};class Aa extends Pr{constructor(e){super(e),this.start=void 0,this.end=void 0,this._startValue=void 0,this._valueRange=0}parse(e,t){const i=ma.prototype.parse.apply(this,[e,t]);if(0!==i)return Be(i)&&i>0?i:null;this._zero=!0}determineDataLimits(){const{min:e,max:t}=this.getMinMax(!0);this.min=Be(e)?Math.max(0,e):null,this.max=Be(t)?Math.max(0,t):null,this.options.beginAtZero&&(this._zero=!0),this.handleTickRangeOptions()}handleTickRangeOptions(){const{minDefined:e,maxDefined:t}=this.getUserBounds();let i=this.min,n=this.max;const r=t=>i=e?i:t,o=e=>n=t?n:e,l=(e,t)=>Math.pow(10,Math.floor(nt(e))+t);i===n&&(i<=0?(r(1),o(10)):(r(l(i,-1)),o(l(n,1)))),i<=0&&r(l(n,-1)),n<=0&&o(l(i,1)),this._zero&&this.min!==this._suggestedMin&&i===l(this.min,0)&&r(l(i,-1)),this.min=i,this.max=n}buildTicks(){const e=this.options,t=function(e,t){const i=Math.floor(nt(t.max)),n=Math.ceil(t.max/Math.pow(10,i)),r=[];let o=Ie(e.min,Math.pow(10,Math.floor(nt(t.min)))),l=Math.floor(nt(o)),a=Math.floor(o/Math.pow(10,l)),s=l<0?Math.pow(10,Math.abs(l)):1;do{r.push({value:o,major:pa(o)}),++a,10===a&&(a=1,++l,s=l>=0?1:s),o=Math.round(a*Math.pow(10,l)*s)/s}while(l<i||l===i&&a<n);const c=Ie(e.max,o);return r.push({value:c,major:pa(o)}),r}({min:this._userMin,max:this._userMax},this);return"ticks"===e.bounds&&st(t,this,"value"),e.reverse?(t.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),t}getLabelForValue(e){return void 0===e?"0":On(e,this.chart.options.locale,this.options.ticks.format)}configure(){const e=this.min;super.configure(),this._startValue=nt(e),this._valueRange=nt(this.max)-nt(e)}getPixelForValue(e){return void 0!==e&&0!==e||(e=this.min),null===e||isNaN(e)?NaN:this.getPixelForDecimal(e===this.min?0:(nt(e)-this._startValue)/this._valueRange)}getValueForPixel(e){const t=this.getDecimalForPixel(e);return Math.pow(10,this._startValue+t*this._valueRange)}}function ga(e){const t=e.ticks;if(t.display&&e.display){const e=Si(t.backdropPadding);return He(t.font&&t.font.size,xi.font.size)+e.height}return 0}function Ca(e,t,i,n,r){return e===n||e===r?{start:t-i/2,end:t+i/2}:e<n||e>r?{start:t-i,end:t}:{start:t,end:t+i}}function va(e){const t={l:e.left+e._padding.left,r:e.right-e._padding.right,t:e.top+e._padding.top,b:e.bottom-e._padding.bottom},i=Object.assign({},t),n=[],r=[],o=e._pointLabels.length,l=e.options.pointLabels,a=l.centerPointLabels?Te/o:0;for(let u=0;u<o;u++){const o=l.setContext(e.getPointLabelContext(u));r[u]=o.padding;const b=e.getPointPosition(u,e.drawingArea+r[u],a),f=Zi(o.font),m=(s=e.ctx,c=f,d=ke(d=e._pointLabels[u])?d:[d],{w:Ei(s,c.string,d),h:d.length*c.lineHeight});n[u]=m;const h=ht(e.getIndexAngle(u)+a),p=Math.round(dt(h));Na(i,t,h,Ca(p,b.x,m.w,0,180),Ca(p,b.y,m.h,90,270))}var s,c,d;e.setCenterPoint(t.l-i.l,i.r-t.r,t.t-i.t,i.b-t.b),e._pointLabelItems=function(e,t,i){const n=[],r=e._pointLabels.length,o=e.options,l=ga(o)/2,a=e.drawingArea,s=o.pointLabels.centerPointLabels?Te/r:0;for(let o=0;o<r;o++){const r=e.getPointPosition(o,a+l+i[o],s),c=Math.round(dt(ht(r.angle+et))),d=t[o],u=Ea(r.y,d.h,c),b=xa(c),f=wa(r.x,d.w,b);n.push({x:r.x,y:u,textAlign:b,left:f,top:u,right:f+d.w,bottom:u+d.h})}return n}(e,n,r)}function Na(e,t,i,n,r){const o=Math.abs(Math.sin(i)),l=Math.abs(Math.cos(i));let a=0,s=0;n.start<t.l?(a=(t.l-n.start)/o,e.l=Math.min(e.l,t.l-a)):n.end>t.r&&(a=(n.end-t.r)/o,e.r=Math.max(e.r,t.r+a)),r.start<t.t?(s=(t.t-r.start)/l,e.t=Math.min(e.t,t.t-s)):r.end>t.b&&(s=(r.end-t.b)/l,e.b=Math.max(e.b,t.b+s))}function xa(e){return 0===e||180===e?"center":e<180?"left":"right"}function wa(e,t,i){return"right"===i?e-=t:"center"===i&&(e-=t/2),e}function Ea(e,t,i){return 90===i||270===i?e-=t/2:(i>270||i<90)&&(e-=t),e}function ya(e,t,i,n){const{ctx:r}=e;if(i)r.arc(e.xCenter,e.yCenter,t,0,Xe);else{let i=e.getPointPosition(0,t);r.moveTo(i.x,i.y);for(let o=1;o<n;o++)i=e.getPointPosition(o,t),r.lineTo(i.x,i.y)}}Aa.id="logarithmic",Aa.defaults={ticks:{callback:yr.formatters.logarithmic,major:{enabled:!0}}};class _a extends ma{constructor(e){super(e),this.xCenter=void 0,this.yCenter=void 0,this.drawingArea=void 0,this._pointLabels=[],this._pointLabelItems=[]}setDimensions(){const e=this._padding=Si(ga(this.options)/2),t=this.width=this.maxWidth-e.width,i=this.height=this.maxHeight-e.height;this.xCenter=Math.floor(this.left+t/2+e.left),this.yCenter=Math.floor(this.top+i/2+e.top),this.drawingArea=Math.floor(Math.min(t,i)/2)}determineDataLimits(){const{min:e,max:t}=this.getMinMax(!1);this.min=Be(e)&&!isNaN(e)?e:0,this.max=Be(t)&&!isNaN(t)?t:0,this.handleTickRangeOptions()}computeTickLimit(){return Math.ceil(this.drawingArea/ga(this.options))}generateTickLabels(e){ma.prototype.generateTickLabels.call(this,e),this._pointLabels=this.getLabels().map(((e,t)=>{const i=Pe(this.options.pointLabels.callback,[e,t],this);return i||0===i?i:""})).filter(((e,t)=>this.chart.getDataVisibility(t)))}fit(){const e=this.options;e.display&&e.pointLabels.display?va(this):this.setCenterPoint(0,0,0,0)}setCenterPoint(e,t,i,n){this.xCenter+=Math.floor((e-t)/2),this.yCenter+=Math.floor((i-n)/2),this.drawingArea-=Math.min(this.drawingArea/2,Math.max(e,t,i,n))}getIndexAngle(e){return ht(e*(Xe/(this._pointLabels.length||1))+ct(this.options.startAngle||0))}getDistanceFromCenterForValue(e){if(Me(e))return NaN;const t=this.drawingArea/(this.max-this.min);return this.options.reverse?(this.max-e)*t:(e-this.min)*t}getValueForDistanceFromCenter(e){if(Me(e))return NaN;const t=e/(this.drawingArea/(this.max-this.min));return this.options.reverse?this.max-t:this.min+t}getPointLabelContext(e){const t=this._pointLabels||[];if(e>=0&&e<t.length){const i=t[e];return function(e,t,i){return Ki(e,{label:i,index:t,type:"pointLabel"})}(this.getContext(),e,i)}}getPointPosition(e,t,i=0){const n=this.getIndexAngle(e)-et+i;return{x:Math.cos(n)*t+this.xCenter,y:Math.sin(n)*t+this.yCenter,angle:n}}getPointPositionForValue(e,t){return this.getPointPosition(e,this.getDistanceFromCenterForValue(t))}getBasePosition(e){return this.getPointPositionForValue(e||0,this.getBaseValue())}getPointLabelPosition(e){const{left:t,top:i,right:n,bottom:r}=this._pointLabelItems[e];return{left:t,top:i,right:n,bottom:r}}drawBackground(){const{backgroundColor:e,grid:{circular:t}}=this.options;if(e){const i=this.ctx;i.save(),i.beginPath(),ya(this,this.getDistanceFromCenterForValue(this._endValue),t,this._pointLabels.length),i.closePath(),i.fillStyle=e,i.fill(),i.restore()}}drawGrid(){const e=this.ctx,t=this.options,{angleLines:i,grid:n}=t,r=this._pointLabels.length;let o,l,a;if(t.pointLabels.display&&function(e,t){const{ctx:i,options:{pointLabels:n}}=e;for(let r=t-1;r>=0;r--){const t=n.setContext(e.getPointLabelContext(r)),o=Zi(t.font),{x:l,y:a,textAlign:s,left:c,top:d,right:u,bottom:b}=e._pointLabelItems[r],{backdropColor:f}=t;if(!Me(f)){const e=Vi(t.borderRadius),n=Si(t.backdropPadding);i.fillStyle=f;const r=c-n.left,o=d-n.top,l=u-c+n.width,a=b-d+n.height;Object.values(e).some((e=>0!==e))?(i.beginPath(),Ri(i,{x:r,y:o,w:l,h:a,radius:e}),i.fill()):i.fillRect(r,o,l,a)}Pi(i,e._pointLabels[r],l,a+o.lineHeight/2,o,{color:t.color,textAlign:s,textBaseline:"middle"})}}(this,r),n.display&&this.ticks.forEach(((e,t)=>{if(0!==t){l=this.getDistanceFromCenterForValue(e.value);!function(e,t,i,n){const r=e.ctx,o=t.circular,{color:l,lineWidth:a}=t;!o&&!n||!l||!a||i<0||(r.save(),r.strokeStyle=l,r.lineWidth=a,r.setLineDash(t.borderDash),r.lineDashOffset=t.borderDashOffset,r.beginPath(),ya(e,i,o,n),r.closePath(),r.stroke(),r.restore())}(this,n.setContext(this.getContext(t-1)),l,r)}})),i.display){for(e.save(),o=r-1;o>=0;o--){const n=i.setContext(this.getPointLabelContext(o)),{color:r,lineWidth:s}=n;s&&r&&(e.lineWidth=s,e.strokeStyle=r,e.setLineDash(n.borderDash),e.lineDashOffset=n.borderDashOffset,l=this.getDistanceFromCenterForValue(t.ticks.reverse?this.min:this.max),a=this.getPointPosition(o,l),e.beginPath(),e.moveTo(this.xCenter,this.yCenter),e.lineTo(a.x,a.y),e.stroke())}e.restore()}}drawBorder(){}drawLabels(){const e=this.ctx,t=this.options,i=t.ticks;if(!i.display)return;const n=this.getIndexAngle(0);let r,o;e.save(),e.translate(this.xCenter,this.yCenter),e.rotate(n),e.textAlign="center",e.textBaseline="middle",this.ticks.forEach(((n,l)=>{if(0===l&&!t.reverse)return;const a=i.setContext(this.getContext(l)),s=Zi(a.font);if(r=this.getDistanceFromCenterForValue(this.ticks[l].value),a.showLabelBackdrop){e.font=s.string,o=e.measureText(n.label).width,e.fillStyle=a.backdropColor;const t=Si(a.backdropPadding);e.fillRect(-o/2-t.left,-r-s.size/2-t.top,o+t.width,s.size+t.height)}Pi(e,n.label,0,-r,s,{color:a.color})})),e.restore()}drawTitle(){}}_a.id="radialLinear",_a.defaults={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,lineWidth:1,borderDash:[],borderDashOffset:0},grid:{circular:!1},startAngle:0,ticks:{showLabelBackdrop:!0,callback:yr.formatters.numeric},pointLabels:{backdropColor:void 0,backdropPadding:2,display:!0,font:{size:10},callback:e=>e,padding:5,centerPointLabels:!1}},_a.defaultRoutes={"angleLines.color":"borderColor","pointLabels.color":"color","ticks.color":"color"},_a.descriptors={angleLines:{_fallback:"grid"}};const Ma={millisecond:{common:!0,size:1,steps:1e3},second:{common:!0,size:1e3,steps:60},minute:{common:!0,size:6e4,steps:60},hour:{common:!0,size:36e5,steps:24},day:{common:!0,size:864e5,steps:30},week:{common:!1,size:6048e5,steps:4},month:{common:!0,size:2628e6,steps:12},quarter:{common:!1,size:7884e6,steps:4},year:{common:!0,size:3154e7}},ka=Object.keys(Ma);function Da(e,t){return e-t}function Ba(e,t){if(Me(t))return null;const i=e._adapter,{parser:n,round:r,isoWeekday:o}=e._parseOpts;let l=t;return"function"==typeof n&&(l=n(l)),Be(l)||(l="string"==typeof n?i.parse(l,n):i.parse(l)),null===l?null:(r&&(l="week"!==r||!lt(o)&&!0!==o?i.startOf(l,r):i.startOf(l,"isoWeek",o)),+l)}function Ia(e,t,i,n){const r=ka.length;for(let o=ka.indexOf(e);o<r-1;++o){const e=Ma[ka[o]],r=e.steps?e.steps:Number.MAX_SAFE_INTEGER;if(e.common&&Math.ceil((i-t)/(r*e.size))<=n)return ka[o]}return ka[r-1]}function Ha(e,t,i){if(i){if(i.length){const{lo:n,hi:r}=Ct(i,t);e[i[n]>=t?i[n]:i[r]]=!0}}else e[t]=!0}function Oa(e,t,i){const n=[],r={},o=t.length;let l,a;for(l=0;l<o;++l)a=t[l],r[a]=l,n.push({value:a,major:!1});return 0!==o&&i?function(e,t,i,n){const r=e._adapter,o=+r.startOf(t[0].value,n),l=t[t.length-1].value;let a,s;for(a=o;a<=l;a=+r.add(a,1,n))s=i[a],s>=0&&(t[s].major=!0);return t}(e,n,r,i):n}class Pa extends Pr{constructor(e){super(e),this._cache={data:[],labels:[],all:[]},this._unit="day",this._majorUnit=void 0,this._offsets={},this._normalized=!1,this._parseOpts=void 0}init(e,t){const i=e.time||(e.time={}),n=this._adapter=new Yr._date(e.adapters.date);n.init(t),Ye(i.displayFormats,n.formats()),this._parseOpts={parser:i.parser,round:i.round,isoWeekday:i.isoWeekday},super.init(e),this._normalized=t.normalized}parse(e,t){return void 0===e?null:Ba(this,e)}beforeLayout(){super.beforeLayout(),this._cache={data:[],labels:[],all:[]}}determineDataLimits(){const e=this.options,t=this._adapter,i=e.time.unit||"day";let{min:n,max:r,minDefined:o,maxDefined:l}=this.getUserBounds();function a(e){o||isNaN(e.min)||(n=Math.min(n,e.min)),l||isNaN(e.max)||(r=Math.max(r,e.max))}o&&l||(a(this._getLabelBounds()),"ticks"===e.bounds&&"labels"===e.ticks.source||a(this.getMinMax(!1))),n=Be(n)&&!isNaN(n)?n:+t.startOf(Date.now(),i),r=Be(r)&&!isNaN(r)?r:+t.endOf(Date.now(),i)+1,this.min=Math.min(n,r-1),this.max=Math.max(n+1,r)}_getLabelBounds(){const e=this.getLabelTimestamps();let t=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY;return e.length&&(t=e[0],i=e[e.length-1]),{min:t,max:i}}buildTicks(){const e=this.options,t=e.time,i=e.ticks,n="labels"===i.source?this.getLabelTimestamps():this._generate();"ticks"===e.bounds&&n.length&&(this.min=this._userMin||n[0],this.max=this._userMax||n[n.length-1]);const r=this.min,o=function(e,t,i){let n=0,r=e.length;for(;n<r&&e[n]<t;)n++;for(;r>n&&e[r-1]>i;)r--;return n>0||r<e.length?e.slice(n,r):e}(n,r,this.max);return this._unit=t.unit||(i.autoSkip?Ia(t.minUnit,this.min,this.max,this._getLabelCapacity(r)):function(e,t,i,n,r){for(let o=ka.length-1;o>=ka.indexOf(i);o--){const i=ka[o];if(Ma[i].common&&e._adapter.diff(r,n,i)>=t-1)return i}return ka[i?ka.indexOf(i):0]}(this,o.length,t.minUnit,this.min,this.max)),this._majorUnit=i.major.enabled&&"year"!==this._unit?function(e){for(let t=ka.indexOf(e)+1,i=ka.length;t<i;++t)if(Ma[ka[t]].common)return ka[t]}(this._unit):void 0,this.initOffsets(n),e.reverse&&o.reverse(),Oa(this,o,this._majorUnit)}afterAutoSkip(){this.options.offsetAfterAutoskip&&this.initOffsets(this.ticks.map((e=>+e.value)))}initOffsets(e){let t,i,n=0,r=0;this.options.offset&&e.length&&(t=this.getDecimalForValue(e[0]),n=1===e.length?1-t:(this.getDecimalForValue(e[1])-t)/2,i=this.getDecimalForValue(e[e.length-1]),r=1===e.length?i:(i-this.getDecimalForValue(e[e.length-2]))/2);const o=e.length<3?.5:.25;n=At(n,0,o),r=At(r,0,o),this._offsets={start:n,end:r,factor:1/(n+1+r)}}_generate(){const e=this._adapter,t=this.min,i=this.max,n=this.options,r=n.time,o=r.unit||Ia(r.minUnit,t,i,this._getLabelCapacity(t)),l=He(r.stepSize,1),a="week"===o&&r.isoWeekday,s=lt(a)||!0===a,c={};let d,u,b=t;if(s&&(b=+e.startOf(b,"isoWeek",a)),b=+e.startOf(b,s?"day":o),e.diff(i,t,o)>1e5*l)throw new Error(t+" and "+i+" are too far apart with stepSize of "+l+" "+o);const f="data"===n.ticks.source&&this.getDataTimestamps();for(d=b,u=0;d<i;d=+e.add(d,l,o),u++)Ha(c,d,f);return d!==i&&"ticks"!==n.bounds&&1!==u||Ha(c,d,f),Object.keys(c).sort(((e,t)=>e-t)).map((e=>+e))}getLabelForValue(e){const t=this._adapter,i=this.options.time;return i.tooltipFormat?t.format(e,i.tooltipFormat):t.format(e,i.displayFormats.datetime)}_tickFormatFunction(e,t,i,n){const r=this.options,o=r.time.displayFormats,l=this._unit,a=this._majorUnit,s=l&&o[l],c=a&&o[a],d=i[t],u=a&&c&&d&&d.major,b=this._adapter.format(e,n||(u?c:s)),f=r.ticks.callback;return f?Pe(f,[b,t,i],this):b}generateTickLabels(e){let t,i,n;for(t=0,i=e.length;t<i;++t)n=e[t],n.label=this._tickFormatFunction(n.value,t,e)}getDecimalForValue(e){return null===e?NaN:(e-this.min)/(this.max-this.min)}getPixelForValue(e){const t=this._offsets,i=this.getDecimalForValue(e);return this.getPixelForDecimal((t.start+i)*t.factor)}getValueForPixel(e){const t=this._offsets,i=this.getDecimalForPixel(e)/t.factor-t.end;return this.min+i*(this.max-this.min)}_getLabelSize(e){const t=this.options.ticks,i=this.ctx.measureText(e).width,n=ct(this.isHorizontal()?t.maxRotation:t.minRotation),r=Math.cos(n),o=Math.sin(n),l=this._resolveTickFontOptions(0).size;return{w:i*r+l*o,h:i*o+l*r}}_getLabelCapacity(e){const t=this.options.time,i=t.displayFormats,n=i[t.unit]||i.millisecond,r=this._tickFormatFunction(e,0,Oa(this,[e],this._majorUnit),n),o=this._getLabelSize(r),l=Math.floor(this.isHorizontal()?this.width/o.w:this.height/o.h)-1;return l>0?l:1}getDataTimestamps(){let e,t,i=this._cache.data||[];if(i.length)return i;const n=this.getMatchingVisibleMetas();if(this._normalized&&n.length)return this._cache.data=n[0].controller.getAllParsedValues(this);for(e=0,t=n.length;e<t;++e)i=i.concat(n[e].controller.getAllParsedValues(this));return this._cache.data=this.normalize(i)}getLabelTimestamps(){const e=this._cache.labels||[];let t,i;if(e.length)return e;const n=this.getLabels();for(t=0,i=n.length;t<i;++t)e.push(Ba(this,n[t]));return this._cache.labels=this._normalized?e:this.normalize(e)}normalize(e){return Et(e.sort(Da))}}function La(e,t,i){let n,r,o,l,a=0,s=e.length-1;i?(t>=e[a].pos&&t<=e[s].pos&&({lo:a,hi:s}=vt(e,"pos",t)),({pos:n,time:o}=e[a]),({pos:r,time:l}=e[s])):(t>=e[a].time&&t<=e[s].time&&({lo:a,hi:s}=vt(e,"time",t)),({time:n,pos:o}=e[a]),({time:r,pos:l}=e[s]));const c=r-n;return c?o+(l-o)*(t-n)/c:o}Pa.id="time",Pa.defaults={bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{source:"auto",major:{enabled:!1}}};class Ra extends Pa{constructor(e){super(e),this._table=[],this._minPos=void 0,this._tableRange=void 0}initOffsets(){const e=this._getTimestampsForTable(),t=this._table=this.buildLookupTable(e);this._minPos=La(t,this.min),this._tableRange=La(t,this.max)-this._minPos,super.initOffsets(e)}buildLookupTable(e){const{min:t,max:i}=this,n=[],r=[];let o,l,a,s,c;for(o=0,l=e.length;o<l;++o)s=e[o],s>=t&&s<=i&&n.push(s);if(n.length<2)return[{time:t,pos:0},{time:i,pos:1}];for(o=0,l=n.length;o<l;++o)c=n[o+1],a=n[o-1],s=n[o],Math.round((c+a)/2)!==s&&r.push({time:s,pos:o/(l-1)});return r}_getTimestampsForTable(){let e=this._cache.all||[];if(e.length)return e;const t=this.getDataTimestamps(),i=this.getLabelTimestamps();return e=t.length&&i.length?this.normalize(t.concat(i)):t.length?t:i,e=this._cache.all=e,e}getDecimalForValue(e){return(La(this._table,e)-this._minPos)/this._tableRange}getValueForPixel(e){const t=this._offsets,i=this.getDecimalForPixel(e)/t.factor-t.end;return La(this._table,i*this._tableRange+this._minPos,!0)}}Ra.id="timeseries",Ra.defaults=Pa.defaults;const Fa=[Qr,xl,ca,Object.freeze({__proto__:null,CategoryScale:ua,LinearScale:ha,LogarithmicScale:Aa,RadialLinearScale:_a,TimeScale:Pa,TimeSeriesScale:Ra})],Qa="label";function za(e,t){"function"==typeof e?e(t):e&&(e.current=t)}function ja(e,t){e.labels=t}function Ya(e,t){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Qa;const n=[];e.datasets=t.map((t=>{const r=e.datasets.find((e=>e[i]===t[i]));return r&&t.data&&!n.includes(r)?(n.push(r),Object.assign(r,t),r):{...t}}))}function Ua(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Qa;const i={labels:[],datasets:[]};return ja(i,e.labels),Ya(i,e.datasets,t),i}function Va(e,i){let{height:r=150,width:l=300,redraw:a=!1,datasetIdKey:s,type:c,data:d,options:u,plugins:b=[],fallbackContent:f,updateMode:m,...h}=e;const p=o(null),A=o(),g=()=>{p.current&&(A.current=new To(p.current,{type:c,data:Ua(d,s),options:u&&{...u},plugins:b}),za(i,A.current))},C=()=>{za(i,null),A.current&&(A.current.destroy(),A.current=null)};return n((()=>{var e,t;!a&&A.current&&u&&(e=A.current,t=u,Object.assign(e.options,t))}),[a,u]),n((()=>{!a&&A.current&&ja(A.current.config.data,d.labels)}),[a,d.labels]),n((()=>{!a&&A.current&&d.datasets&&Ya(A.current.config.data,d.datasets,s)}),[a,d.datasets]),n((()=>{A.current&&(a?(C(),setTimeout(g)):A.current.update(m))}),[a,u,d.labels,d.datasets,m]),n((()=>{A.current&&(C(),setTimeout(g))}),[c]),n((()=>(g(),()=>C())),[]),t.createElement("canvas",Object.assign({ref:p,role:"img",height:r,width:l},h),f)}const Sa=r(Va);function Za(e,i){return To.register(i),r(((i,n)=>t.createElement(Sa,Object.assign({},i,{ref:n,type:e}))))}const Ga=Za("line",Cr),Ka=Za("bar",pr),Wa=Za("doughnut",gr);"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;var Ta={};({get exports(){return Ta},set exports(e){Ta=e}}).exports=function(){var e=1e3,t=6e4,i=36e5,n="millisecond",r="second",o="minute",l="hour",a="day",s="week",c="month",d="quarter",u="year",b="date",f="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,h=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,p={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var t=["th","st","nd","rd"],i=e%100;return"["+e+(t[(i-20)%10]||t[i]||t[0])+"]"}},A=function(e,t,i){var n=String(e);return!n||n.length>=t?e:""+Array(t+1-n.length).join(i)+e},g={s:A,z:function(e){var t=-e.utcOffset(),i=Math.abs(t),n=Math.floor(i/60),r=i%60;return(t<=0?"+":"-")+A(n,2,"0")+":"+A(r,2,"0")},m:function e(t,i){if(t.date()<i.date())return-e(i,t);var n=12*(i.year()-t.year())+(i.month()-t.month()),r=t.clone().add(n,c),o=i-r<0,l=t.clone().add(n+(o?-1:1),c);return+(-(n+(i-r)/(o?r-l:l-r))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:c,y:u,w:s,d:a,D:b,h:l,m:o,s:r,ms:n,Q:d}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},C="en",v={};v[C]=p;var N="$isDayjsObject",x=function(e){return e instanceof _||!(!e||!e[N])},w=function e(t,i,n){var r;if(!t)return C;if("string"==typeof t){var o=t.toLowerCase();v[o]&&(r=o),i&&(v[o]=i,r=o);var l=t.split("-");if(!r&&l.length>1)return e(l[0])}else{var a=t.name;v[a]=t,r=a}return!n&&r&&(C=r),r||!n&&C},E=function(e,t){if(x(e))return e.clone();var i="object"==typeof t?t:{};return i.date=e,i.args=arguments,new _(i)},y=g;y.l=w,y.i=x,y.w=function(e,t){return E(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var _=function(){function p(e){this.$L=w(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[N]=!0}var A=p.prototype;return A.parse=function(e){this.$d=function(e){var t=e.date,i=e.utc;if(null===t)return new Date(NaN);if(y.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(m);if(n){var r=n[2]-1||0,o=(n[7]||"0").substring(0,3);return i?new Date(Date.UTC(n[1],r,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],r,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},A.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},A.$utils=function(){return y},A.isValid=function(){return!(this.$d.toString()===f)},A.isSame=function(e,t){var i=E(e);return this.startOf(t)<=i&&i<=this.endOf(t)},A.isAfter=function(e,t){return E(e)<this.startOf(t)},A.isBefore=function(e,t){return this.endOf(t)<E(e)},A.$g=function(e,t,i){return y.u(e)?this[t]:this.set(i,e)},A.unix=function(){return Math.floor(this.valueOf()/1e3)},A.valueOf=function(){return this.$d.getTime()},A.startOf=function(e,t){var i=this,n=!!y.u(t)||t,d=y.p(e),f=function(e,t){var r=y.w(i.$u?Date.UTC(i.$y,t,e):new Date(i.$y,t,e),i);return n?r:r.endOf(a)},m=function(e,t){return y.w(i.toDate()[e].apply(i.toDate("s"),(n?[0,0,0,0]:[23,59,59,999]).slice(t)),i)},h=this.$W,p=this.$M,A=this.$D,g="set"+(this.$u?"UTC":"");switch(d){case u:return n?f(1,0):f(31,11);case c:return n?f(1,p):f(0,p+1);case s:var C=this.$locale().weekStart||0,v=(h<C?h+7:h)-C;return f(n?A-v:A+(6-v),p);case a:case b:return m(g+"Hours",0);case l:return m(g+"Minutes",1);case o:return m(g+"Seconds",2);case r:return m(g+"Milliseconds",3);default:return this.clone()}},A.endOf=function(e){return this.startOf(e,!1)},A.$set=function(e,t){var i,s=y.p(e),d="set"+(this.$u?"UTC":""),f=(i={},i[a]=d+"Date",i[b]=d+"Date",i[c]=d+"Month",i[u]=d+"FullYear",i[l]=d+"Hours",i[o]=d+"Minutes",i[r]=d+"Seconds",i[n]=d+"Milliseconds",i)[s],m=s===a?this.$D+(t-this.$W):t;if(s===c||s===u){var h=this.clone().set(b,1);h.$d[f](m),h.init(),this.$d=h.set(b,Math.min(this.$D,h.daysInMonth())).$d}else f&&this.$d[f](m);return this.init(),this},A.set=function(e,t){return this.clone().$set(e,t)},A.get=function(e){return this[y.p(e)]()},A.add=function(n,d){var b,f=this;n=Number(n);var m=y.p(d),h=function(e){var t=E(f);return y.w(t.date(t.date()+Math.round(e*n)),f)};if(m===c)return this.set(c,this.$M+n);if(m===u)return this.set(u,this.$y+n);if(m===a)return h(1);if(m===s)return h(7);var p=(b={},b[o]=t,b[l]=i,b[r]=e,b)[m]||1,A=this.$d.getTime()+n*p;return y.w(A,this)},A.subtract=function(e,t){return this.add(-1*e,t)},A.format=function(e){var t=this,i=this.$locale();if(!this.isValid())return i.invalidDate||f;var n=e||"YYYY-MM-DDTHH:mm:ssZ",r=y.z(this),o=this.$H,l=this.$m,a=this.$M,s=i.weekdays,c=i.months,d=i.meridiem,u=function(e,i,r,o){return e&&(e[i]||e(t,n))||r[i].slice(0,o)},b=function(e){return y.s(o%12||12,e,"0")},m=d||function(e,t,i){var n=e<12?"AM":"PM";return i?n.toLowerCase():n};return n.replace(h,(function(e,n){return n||function(e){switch(e){case"YY":return String(t.$y).slice(-2);case"YYYY":return y.s(t.$y,4,"0");case"M":return a+1;case"MM":return y.s(a+1,2,"0");case"MMM":return u(i.monthsShort,a,c,3);case"MMMM":return u(c,a);case"D":return t.$D;case"DD":return y.s(t.$D,2,"0");case"d":return String(t.$W);case"dd":return u(i.weekdaysMin,t.$W,s,2);case"ddd":return u(i.weekdaysShort,t.$W,s,3);case"dddd":return s[t.$W];case"H":return String(o);case"HH":return y.s(o,2,"0");case"h":return b(1);case"hh":return b(2);case"a":return m(o,l,!0);case"A":return m(o,l,!1);case"m":return String(l);case"mm":return y.s(l,2,"0");case"s":return String(t.$s);case"ss":return y.s(t.$s,2,"0");case"SSS":return y.s(t.$ms,3,"0");case"Z":return r}return null}(e)||r.replace(":","")}))},A.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},A.diff=function(n,b,f){var m,h=this,p=y.p(b),A=E(n),g=(A.utcOffset()-this.utcOffset())*t,C=this-A,v=function(){return y.m(h,A)};switch(p){case u:m=v()/12;break;case c:m=v();break;case d:m=v()/3;break;case s:m=(C-g)/6048e5;break;case a:m=(C-g)/864e5;break;case l:m=C/i;break;case o:m=C/t;break;case r:m=C/e;break;default:m=C}return f?m:y.a(m)},A.daysInMonth=function(){return this.endOf(c).$D},A.$locale=function(){return v[this.$L]},A.locale=function(e,t){if(!e)return this.$L;var i=this.clone(),n=w(e,t,!0);return n&&(i.$L=n),i},A.clone=function(){return y.w(this.$d,this)},A.toDate=function(){return new Date(this.valueOf())},A.toJSON=function(){return this.isValid()?this.toISOString():null},A.toISOString=function(){return this.$d.toISOString()},A.toString=function(){return this.$d.toUTCString()},p}(),M=_.prototype;return E.prototype=M,[["$ms",n],["$s",r],["$m",o],["$H",l],["$W",a],["$M",c],["$y",u],["$D",b]].forEach((function(e){M[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),E.extend=function(e,t){return e.$i||(e(t,_,E),e.$i=!0),E},E.locale=w,E.isDayjs=x,E.unix=function(e){return E(1e3*e)},E.en=v[C],E.Ls=v,E.p={},E}();var Xa=Ta;const qa=l.div`
934
934
  width: 448px;
935
935
  height: 174px;
936
936
  border-radius: 8px;
@@ -973,7 +973,7 @@ function Lt(e){return e+.5|0}const Rt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
973
973
  }
974
974
  `,ns=l.div`
975
975
  color: ${s["neutral-400"]};
976
- `,rs="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\Chart\\Chart.tsx";function os(e){let t,i=e[0],n=1;for(;n<e.length;){const r=e[n],o=e[n+1];if(n+=2,("optionalAccess"===r||"optionalCall"===r)&&null==i)return;"access"===r||"optionalAccess"===r?(t=i,i=o(i)):"call"!==r&&"optionalCall"!==r||(i=o(((...e)=>i.call(t,...e))),t=void 0)}return i}To.register(...Fa);const ls=e=>{const{ratesData:r,exchCurrFlag:o,baseCurrCode:l,exchCurrName:a,exchCurrCode:c,labelOverrides:d}=e,[u,b]=i({}),[f,m]=i(0),h=e=>e<0?{borderColor:s["error-500"],fillColor:s["error-50"]}:e>0?{borderColor:s["success-500"],fillColor:s["success-50"]}:{borderColor:s["neutral-500"],fillColor:s["neutral-50"]};n((()=>{let e={dates:[],data:[],change:0};if(r&&r.length>0)for(let t=0;t<r.length;t++)r[t].exchCurrency===c&&r[t].baseCurrency===l&&e.dates.length<7&&e.data.length<7&&(e.dates.push(Xa(r[t].currDate).format("D MMM")),e.data.push(r[t].rate),e.change=r[t].rateChange,m(r[t].rateChange));let t={labels:e.dates,datasets:[{label:"",data:e.data,borderColor:h(e.change).borderColor,backgroundColor:h(e.change).fillColor,fill:!0,tension:.23,borderWidth:1}]};b(t)}),[r,l,c]);return t.createElement(t.Fragment,null,u.labels&&u.labels.length>0&&t.createElement(qa,{__self:void 0,__source:{fileName:rs,lineNumber:122}},t.createElement($a,{__self:void 0,__source:{fileName:rs,lineNumber:123}},t.createElement(es,{__self:void 0,__source:{fileName:rs,lineNumber:124}},t.createElement("img",{src:o,alt:"Base currency flag",__self:void 0,__source:{fileName:rs,lineNumber:125}}),t.createElement("div",{__self:void 0,__source:{fileName:rs,lineNumber:126}},t.createElement("p",{className:"paragraph2Medium",__self:void 0,__source:{fileName:rs,lineNumber:127}},a),t.createElement("p",{className:"paragraph2Regular",__self:void 0,__source:{fileName:rs,lineNumber:128}},c))),t.createElement(ts,{style:{textAlign:"right"},__self:void 0,__source:{fileName:rs,lineNumber:131}},t.createElement(is,{className:"paragraph1Regular",__self:void 0,__source:{fileName:rs,lineNumber:132}},f<0&&t.createElement("i",{className:"icon-arrow-down-right error",__self:void 0,__source:{fileName:rs,lineNumber:133}}),f>0&&t.createElement("i",{className:"icon-arrow-up-right success",__self:void 0,__source:{fileName:rs,lineNumber:134}}),0===f&&t.createElement("i",{className:"icon-dash neutral",__self:void 0,__source:{fileName:rs,lineNumber:135}}),c," 1.0000 = ",l," ",u.datasets[0].data[u.datasets[0].data.length-1]),t.createElement(ns,{className:"paragraph1Regular",__self:void 0,__source:{fileName:rs,lineNumber:138}},`${function(e,t,i){const n=Xa(new Date).format("YYYY M D"),r=Xa(e).format("YYYY M D"),o=Xa(n),l=Xa(r);return 0===o.diff(l)?t?`${t}, `:"today, ":6627744e5===o.diff(l)?i?`${i}, `:"yesterday, ":o.diff(l)>864e5?"":void 0}(u.labels[u.labels.length-1],os([d,"optionalAccess",e=>e.today]),os([d,"optionalAccess",e=>e.yesterday]))}${Xa(u.labels[u.labels.length-1]).format("MMM D")}`))),t.createElement("div",{__self:void 0,__source:{fileName:rs,lineNumber:141}},t.createElement(Ja,{__self:void 0,__source:{fileName:rs,lineNumber:142}},t.createElement(Ga,{data:u,options:{responsive:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1},title:{display:!1},tooltip:{enabled:!0,intersect:!1,backgroundColor:"#F7F9FC",bodyColor:"#070B12",titleColor:"#070B12",displayColors:!1,titleAlign:"center",bodyAlign:"center",xAlign:"center",caretSize:0,padding:10}},scales:{y:{display:!1},x:{display:!1}},elements:{point:{radius:0}}},__self:void 0,__source:{fileName:rs,lineNumber:143}})),t.createElement("div",{style:{height:"10px",background:h(f).fillColor},__self:void 0,__source:{fileName:rs,lineNumber:145}}))))};const as=l.div`
976
+ `,rs="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\Chart\\Chart.tsx";function os(e){let t,i=e[0],n=1;for(;n<e.length;){const r=e[n],o=e[n+1];if(n+=2,("optionalAccess"===r||"optionalCall"===r)&&null==i)return;"access"===r||"optionalAccess"===r?(t=i,i=o(i)):"call"!==r&&"optionalCall"!==r||(i=o(((...e)=>i.call(t,...e))),t=void 0)}return i}To.register(...Fa);const ls=e=>{const{ratesData:r,exchCurrFlag:o,baseCurrCode:l,exchCurrName:a,exchCurrCode:c,labelOverrides:d}=e,[u,b]=i({}),[f,m]=i(0),h=e=>e<0?{borderColor:s["error-500"],fillColor:s["error-50"]}:e>0?{borderColor:s["success-500"],fillColor:s["success-50"]}:{borderColor:s["neutral-500"],fillColor:s["neutral-50"]};n((()=>{let e={dates:[],data:[],change:0};if(r&&r.length>0)for(let t=0;t<r.length;t++)r[t].exchCurrency===c&&r[t].baseCurrency===l&&e.dates.length<7&&e.data.length<7&&(e.dates.push(r[t].currDate),e.data.push(r[t].rate),e.change=r[t].rateChange,m(r[t].rateChange));let t={labels:e.dates,datasets:[{label:"",data:e.data,borderColor:h(e.change).borderColor,backgroundColor:h(e.change).fillColor,fill:!0,tension:.23,borderWidth:1}]};b(t)}),[r,l,c]);return t.createElement(t.Fragment,null,u.labels&&u.labels.length>0&&t.createElement(qa,{__self:void 0,__source:{fileName:rs,lineNumber:121}},t.createElement($a,{__self:void 0,__source:{fileName:rs,lineNumber:122}},t.createElement(es,{__self:void 0,__source:{fileName:rs,lineNumber:123}},t.createElement("img",{src:o,alt:"Base currency flag",__self:void 0,__source:{fileName:rs,lineNumber:124}}),t.createElement("div",{__self:void 0,__source:{fileName:rs,lineNumber:125}},t.createElement("p",{className:"paragraph2Medium",__self:void 0,__source:{fileName:rs,lineNumber:126}},a),t.createElement("p",{className:"paragraph2Regular",__self:void 0,__source:{fileName:rs,lineNumber:127}},c))),t.createElement(ts,{style:{textAlign:"right"},__self:void 0,__source:{fileName:rs,lineNumber:130}},t.createElement(is,{className:"paragraph1Regular",__self:void 0,__source:{fileName:rs,lineNumber:131}},f<0&&t.createElement("i",{className:"icon-arrow-down-right error",__self:void 0,__source:{fileName:rs,lineNumber:132}}),f>0&&t.createElement("i",{className:"icon-arrow-up-right success",__self:void 0,__source:{fileName:rs,lineNumber:133}}),0===f&&t.createElement("i",{className:"icon-dash neutral",__self:void 0,__source:{fileName:rs,lineNumber:134}}),c," 1.0000 = ",l," ",u.datasets[0].data[u.datasets[0].data.length-1]),t.createElement(ns,{className:"paragraph1Regular",__self:void 0,__source:{fileName:rs,lineNumber:137}},`${function(e,t,i){const n=Xa(new Date).format("YYYY M D"),r=Xa(e).format("YYYY M D"),o=Xa(n),l=Xa(r),a=o.diff(l,"day");return 0===a?t?`${t}, `:"today, ":1===a?i?`${i}, `:"yesterday, ":a>1||isNaN(a)?"":void 0}(u.labels[u.labels.length-1],os([d,"optionalAccess",e=>e.today]),os([d,"optionalAccess",e=>e.yesterday]))} ${Xa(u.labels[u.labels.length-1]).format("MMM D")}`))),t.createElement("div",{__self:void 0,__source:{fileName:rs,lineNumber:141}},t.createElement(Ja,{__self:void 0,__source:{fileName:rs,lineNumber:142}},t.createElement(Ga,{data:u,options:{responsive:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1},title:{display:!1},tooltip:{enabled:!0,intersect:!1,backgroundColor:"#F7F9FC",bodyColor:"#070B12",titleColor:"#070B12",displayColors:!1,titleAlign:"center",bodyAlign:"center",xAlign:"center",caretSize:0,padding:10}},scales:{y:{display:!1},x:{display:!1}},elements:{point:{radius:0}}},__self:void 0,__source:{fileName:rs,lineNumber:143}})),t.createElement("div",{style:{height:"10px",background:h(f).fillColor},__self:void 0,__source:{fileName:rs,lineNumber:145}}))))};const as=l.div`
977
977
  width: 424px;
978
978
  height: 118px;
979
979
  border-radius: 8px;
@@ -1017,7 +1017,7 @@ function Lt(e){return e+.5|0}const Rt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
1017
1017
  }
1018
1018
  `,fs=l.div`
1019
1019
  color: ${s["neutral-400"]};
1020
- `,ms="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\ChartMedium\\ChartMedium.tsx";function hs(e){let t,i=e[0],n=1;for(;n<e.length;){const r=e[n],o=e[n+1];if(n+=2,("optionalAccess"===r||"optionalCall"===r)&&null==i)return;"access"===r||"optionalAccess"===r?(t=i,i=o(i)):"call"!==r&&"optionalCall"!==r||(i=o(((...e)=>i.call(t,...e))),t=void 0)}return i}To.register(...Fa);const ps=e=>{const{ratesData:r,exchCurrFlag:o,baseCurrCode:l,exchCurrName:a,exchCurrCode:c,labelOverrides:d}=e,[u,b]=i({}),[f,m]=i(0),h=e=>e<0?{borderColor:s["error-500"],fillColor:s["error-50"]}:e>0?{borderColor:s["success-500"],fillColor:s["success-50"]}:{borderColor:s["neutral-500"],fillColor:s["neutral-50"]};n((()=>{let e={dates:[],data:[],change:0};if(r&&r.length>0)for(let t=0;t<r.length;t++)r[t].exchCurrency===c&&r[t].baseCurrency===l&&e.dates.length<7&&e.data.length<7&&(e.dates.push(Xa(r[t].currDate).format("D MMM")),e.data.push(r[t].rate),e.change=r[t].rateChange,m(r[t].rateChange));let t={labels:e.dates,datasets:[{label:"",data:e.data,borderColor:h(e.change).borderColor,backgroundColor:h(e.change).fillColor,fill:!0,tension:.23,borderWidth:1}]};b(t)}),[r,l,c]);return t.createElement(t.Fragment,null,u.labels&&u.labels.length>0&&t.createElement(as,{__self:void 0,__source:{fileName:ms,lineNumber:119}},t.createElement(cs,{__self:void 0,__source:{fileName:ms,lineNumber:120}},t.createElement(ds,{__self:void 0,__source:{fileName:ms,lineNumber:121}},t.createElement("img",{src:o,alt:"Base currency flag",__self:void 0,__source:{fileName:ms,lineNumber:122}}),t.createElement("div",{__self:void 0,__source:{fileName:ms,lineNumber:123}},t.createElement("p",{className:"paragraph1Medium",__self:void 0,__source:{fileName:ms,lineNumber:124}},a),t.createElement("p",{className:"paragraph1Regular",__self:void 0,__source:{fileName:ms,lineNumber:125}},c))),t.createElement(us,{style:{textAlign:"right"},__self:void 0,__source:{fileName:ms,lineNumber:128}},t.createElement(bs,{className:"captionBook",__self:void 0,__source:{fileName:ms,lineNumber:129}},f<0&&t.createElement("i",{className:"icon-arrow-down-right error",__self:void 0,__source:{fileName:ms,lineNumber:130}}),f>0&&t.createElement("i",{className:"icon-arrow-up-right success",__self:void 0,__source:{fileName:ms,lineNumber:131}}),0===f&&t.createElement("i",{className:"icon-dash neutral",__self:void 0,__source:{fileName:ms,lineNumber:132}}),c," 1.0000 = ",l," ",u.datasets[0].data[u.datasets[0].data.length-1]),t.createElement(fs,{className:"captionBook",__self:void 0,__source:{fileName:ms,lineNumber:135}},`${function(e,t,i){const n=Xa(new Date).format("YYYY M D"),r=Xa(e).format("YYYY M D"),o=Xa(n),l=Xa(r);return 0===o.diff(l)?t?`${t}, `:"today, ":6627744e5===o.diff(l)?i?`${i}, `:"yesterday, ":o.diff(l)>864e5?"":void 0}(u.labels[u.labels.length-1],hs([d,"optionalAccess",e=>e.today]),hs([d,"optionalAccess",e=>e.yesterday]))}${Xa(u.labels[u.labels.length-1]).format("MMM D")}`))),t.createElement("div",{__self:void 0,__source:{fileName:ms,lineNumber:138}},t.createElement(ss,{__self:void 0,__source:{fileName:ms,lineNumber:139}},t.createElement(Ga,{data:u,options:{responsive:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1},title:{display:!1},tooltip:{enabled:!0,intersect:!1,backgroundColor:"#F7F9FC",bodyColor:"#070B12",titleColor:"#070B12",displayColors:!1,titleAlign:"center",bodyAlign:"center",xAlign:"center",caretSize:0,padding:10}},scales:{y:{display:!1},x:{display:!1}},elements:{point:{radius:0}}},__self:void 0,__source:{fileName:ms,lineNumber:140}})),t.createElement("div",{style:{height:"10px",background:h(f).fillColor},__self:void 0,__source:{fileName:ms,lineNumber:142}}))))};const As=l.div`
1020
+ `,ms="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\ChartMedium\\ChartMedium.tsx";function hs(e){let t,i=e[0],n=1;for(;n<e.length;){const r=e[n],o=e[n+1];if(n+=2,("optionalAccess"===r||"optionalCall"===r)&&null==i)return;"access"===r||"optionalAccess"===r?(t=i,i=o(i)):"call"!==r&&"optionalCall"!==r||(i=o(((...e)=>i.call(t,...e))),t=void 0)}return i}To.register(...Fa);const ps=e=>{const{ratesData:r,exchCurrFlag:o,baseCurrCode:l,exchCurrName:a,exchCurrCode:c,labelOverrides:d}=e,[u,b]=i({}),[f,m]=i(0),h=e=>e<0?{borderColor:s["error-500"],fillColor:s["error-50"]}:e>0?{borderColor:s["success-500"],fillColor:s["success-50"]}:{borderColor:s["neutral-500"],fillColor:s["neutral-50"]};n((()=>{let e={dates:[],data:[],change:0};if(r&&r.length>0)for(let t=0;t<r.length;t++)r[t].exchCurrency===c&&r[t].baseCurrency===l&&e.dates.length<7&&e.data.length<7&&(e.dates.push(Xa(r[t].currDate).format("D MMM")),e.data.push(r[t].rate),e.change=r[t].rateChange,m(r[t].rateChange));let t={labels:e.dates,datasets:[{label:"",data:e.data,borderColor:h(e.change).borderColor,backgroundColor:h(e.change).fillColor,fill:!0,tension:.23,borderWidth:1}]};b(t)}),[r,l,c]);return t.createElement(t.Fragment,null,u.labels&&u.labels.length>0&&t.createElement(as,{__self:void 0,__source:{fileName:ms,lineNumber:119}},t.createElement(cs,{__self:void 0,__source:{fileName:ms,lineNumber:120}},t.createElement(ds,{__self:void 0,__source:{fileName:ms,lineNumber:121}},t.createElement("img",{src:o,alt:"Base currency flag",__self:void 0,__source:{fileName:ms,lineNumber:122}}),t.createElement("div",{__self:void 0,__source:{fileName:ms,lineNumber:123}},t.createElement("p",{className:"paragraph1Medium",__self:void 0,__source:{fileName:ms,lineNumber:124}},a),t.createElement("p",{className:"paragraph1Regular",__self:void 0,__source:{fileName:ms,lineNumber:125}},c))),t.createElement(us,{style:{textAlign:"right"},__self:void 0,__source:{fileName:ms,lineNumber:128}},t.createElement(bs,{className:"captionBook",__self:void 0,__source:{fileName:ms,lineNumber:129}},f<0&&t.createElement("i",{className:"icon-arrow-down-right error",__self:void 0,__source:{fileName:ms,lineNumber:130}}),f>0&&t.createElement("i",{className:"icon-arrow-up-right success",__self:void 0,__source:{fileName:ms,lineNumber:131}}),0===f&&t.createElement("i",{className:"icon-dash neutral",__self:void 0,__source:{fileName:ms,lineNumber:132}}),c," 1.0000 = ",l," ",u.datasets[0].data[u.datasets[0].data.length-1]),t.createElement(fs,{className:"captionBook",__self:void 0,__source:{fileName:ms,lineNumber:136}},`${function(e,t,i){const n=Xa(new Date).format("YYYY M D"),r=Xa(e).format("YYYY M D"),o=Xa(n),l=Xa(r),a=o.diff(l,"day");return 0===a?t?`${t}, `:"today, ":1===a?i?`${i}, `:"yesterday, ":a>1||isNaN(a)?"":void 0}(u.labels[u.labels.length-1],hs([d,"optionalAccess",e=>e.today]),hs([d,"optionalAccess",e=>e.yesterday]))}${u.labels[u.labels.length-1]}`))),t.createElement("div",{__self:void 0,__source:{fileName:ms,lineNumber:139}},t.createElement(ss,{__self:void 0,__source:{fileName:ms,lineNumber:140}},t.createElement(Ga,{data:u,options:{responsive:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1},title:{display:!1},tooltip:{enabled:!0,intersect:!1,backgroundColor:"#F7F9FC",bodyColor:"#070B12",titleColor:"#070B12",displayColors:!1,titleAlign:"center",bodyAlign:"center",xAlign:"center",caretSize:0,padding:10}},scales:{y:{display:!1},x:{display:!1}},elements:{point:{radius:0}}},__self:void 0,__source:{fileName:ms,lineNumber:141}})),t.createElement("div",{style:{height:"10px",background:h(f).fillColor},__self:void 0,__source:{fileName:ms,lineNumber:143}}))))};const As=l.div`
1021
1021
  width: 170px;
1022
1022
  height: 101px;
1023
1023
  border-radius: 8px;
@@ -1067,7 +1067,7 @@ function Lt(e){return e+.5|0}const Rt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
1067
1067
  }
1068
1068
  `;const Ns=l.div`
1069
1069
  color: ${s["neutral-400"]};
1070
- `,xs="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\ChartSmall\\ChartSmall.tsx";function ws(e){let t,i=e[0],n=1;for(;n<e.length;){const r=e[n],o=e[n+1];if(n+=2,("optionalAccess"===r||"optionalCall"===r)&&null==i)return;"access"===r||"optionalAccess"===r?(t=i,i=o(i)):"call"!==r&&"optionalCall"!==r||(i=o(((...e)=>i.call(t,...e))),t=void 0)}return i}To.register(...Fa);const Es=e=>{const{ratesData:r,exchCurrFlag:o,baseCurrCode:l,exchCurrName:a,exchCurrCode:c,labelOverrides:d}=e,[u,b]=i({}),[f,m]=i(0),h=e=>e<0?{borderColor:s["error-500"],fillColor:s["error-50"]}:e>0?{borderColor:s["success-500"],fillColor:s["success-50"]}:{borderColor:s["neutral-500"],fillColor:s["neutral-50"]};n((()=>{let e={dates:[],data:[],change:0};if(r&&r.length>0)for(let t=0;t<r.length;t++)r[t].exchCurrency===c&&r[t].baseCurrency===l&&e.dates.length<7&&e.data.length<7&&(e.dates.push(Xa(r[t].currDate).format("D MMM")),e.data.push(r[t].rate),e.change=r[t].rateChange,m(r[t].rateChange));let t={labels:e.dates,datasets:[{label:"",data:e.data,borderColor:h(e.change).borderColor,backgroundColor:h(e.change).fillColor,fill:!0,tension:.23,borderWidth:1}]};b(t)}),[r,l,c]);return t.createElement(t.Fragment,null,u.labels&&u.labels.length>0&&t.createElement(As,{__self:void 0,__source:{fileName:xs,lineNumber:119}},t.createElement(Cs,{__self:void 0,__source:{fileName:xs,lineNumber:120}},t.createElement(vs,{__self:void 0,__source:{fileName:xs,lineNumber:121}},t.createElement("img",{src:o,alt:"Base currency flag",__self:void 0,__source:{fileName:xs,lineNumber:122}}),t.createElement("div",{__self:void 0,__source:{fileName:xs,lineNumber:123}},t.createElement("p",{className:"paragraph1Regular",__self:void 0,__source:{fileName:xs,lineNumber:124}},c," ",u.datasets[0].data[u.datasets[0].data.length-1]),t.createElement(Ns,{className:"footerBook",__self:void 0,__source:{fileName:xs,lineNumber:125}},`${function(e,t,i){const n=Xa(new Date).format("YYYY M D"),r=Xa(e).format("YYYY M D"),o=Xa(n),l=Xa(r);return 0===o.diff(l)?t?`${t}, `:"today, ":6627744e5===o.diff(l)?i?`${i}, `:"yesterday, ":o.diff(l)>864e5?"":void 0}(u.labels[u.labels.length-1],ws([d,"optionalAccess",e=>e.today]),ws([d,"optionalAccess",e=>e.yesterday]))}${Xa(u.labels[u.labels.length-1]).format("MMM D")}`)))),t.createElement("div",{__self:void 0,__source:{fileName:xs,lineNumber:129}},t.createElement(gs,{__self:void 0,__source:{fileName:xs,lineNumber:130}},t.createElement(Ga,{data:u,options:{responsive:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1},title:{display:!1},tooltip:{enabled:!0,intersect:!1,backgroundColor:"#F7F9FC",bodyColor:"#070B12",titleColor:"#070B12",displayColors:!1,titleAlign:"center",bodyAlign:"center",xAlign:"center",caretSize:0,padding:10}},scales:{y:{display:!1},x:{display:!1}},elements:{point:{radius:0}}},__self:void 0,__source:{fileName:xs,lineNumber:131}})),t.createElement("div",{style:{height:"15px",background:h(f).fillColor},__self:void 0,__source:{fileName:xs,lineNumber:133}}))))},ys=l.div`
1070
+ `,xs="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\ChartSmall\\ChartSmall.tsx";function ws(e){let t,i=e[0],n=1;for(;n<e.length;){const r=e[n],o=e[n+1];if(n+=2,("optionalAccess"===r||"optionalCall"===r)&&null==i)return;"access"===r||"optionalAccess"===r?(t=i,i=o(i)):"call"!==r&&"optionalCall"!==r||(i=o(((...e)=>i.call(t,...e))),t=void 0)}return i}To.register(...Fa);const Es=e=>{const{ratesData:r,exchCurrFlag:o,baseCurrCode:l,exchCurrName:a,exchCurrCode:c,labelOverrides:d}=e,[u,b]=i({}),[f,m]=i(0),h=e=>e<0?{borderColor:s["error-500"],fillColor:s["error-50"]}:e>0?{borderColor:s["success-500"],fillColor:s["success-50"]}:{borderColor:s["neutral-500"],fillColor:s["neutral-50"]};n((()=>{let e={dates:[],data:[],change:0};if(r&&r.length>0)for(let t=0;t<r.length;t++)r[t].exchCurrency===c&&r[t].baseCurrency===l&&e.dates.length<7&&e.data.length<7&&(e.dates.push(Xa(r[t].currDate).format("D MMM")),e.data.push(r[t].rate),e.change=r[t].rateChange,m(r[t].rateChange));let t={labels:e.dates,datasets:[{label:"",data:e.data,borderColor:h(e.change).borderColor,backgroundColor:h(e.change).fillColor,fill:!0,tension:.23,borderWidth:1}]};b(t)}),[r,l,c]);return t.createElement(t.Fragment,null,u.labels&&u.labels.length>0&&t.createElement(As,{__self:void 0,__source:{fileName:xs,lineNumber:119}},t.createElement(Cs,{__self:void 0,__source:{fileName:xs,lineNumber:120}},t.createElement(vs,{__self:void 0,__source:{fileName:xs,lineNumber:121}},t.createElement("img",{src:o,alt:"Base currency flag",__self:void 0,__source:{fileName:xs,lineNumber:122}}),t.createElement("div",{__self:void 0,__source:{fileName:xs,lineNumber:123}},t.createElement("p",{className:"paragraph1Regular",__self:void 0,__source:{fileName:xs,lineNumber:124}},c," ",u.datasets[0].data[u.datasets[0].data.length-1]),t.createElement(Ns,{className:"footerBook",__self:void 0,__source:{fileName:xs,lineNumber:126}},`${function(e,t,i){const n=Xa(new Date).format("YYYY M D"),r=Xa(e).format("YYYY M D"),o=Xa(n),l=Xa(r),a=o.diff(l,"day");return 0===a?t?`${t}, `:"today, ":1===a?i?`${i}, `:"yesterday, ":a>1||isNaN(a)?"":void 0}(u.labels[u.labels.length-1],ws([d,"optionalAccess",e=>e.today]),ws([d,"optionalAccess",e=>e.yesterday]))}${u.labels[u.labels.length-1]}`)))),t.createElement("div",{__self:void 0,__source:{fileName:xs,lineNumber:130}},t.createElement(gs,{__self:void 0,__source:{fileName:xs,lineNumber:131}},t.createElement(Ga,{data:u,options:{responsive:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1},title:{display:!1},tooltip:{enabled:!0,intersect:!1,backgroundColor:"#F7F9FC",bodyColor:"#070B12",titleColor:"#070B12",displayColors:!1,titleAlign:"center",bodyAlign:"center",xAlign:"center",caretSize:0,padding:10}},scales:{y:{display:!1},x:{display:!1}},elements:{point:{radius:0}}},__self:void 0,__source:{fileName:xs,lineNumber:132}})),t.createElement("div",{style:{height:"15px",background:h(f).fillColor},__self:void 0,__source:{fileName:xs,lineNumber:134}}))))},ys=l.div`
1071
1071
  position: absolute;
1072
1072
  bottom: 0;
1073
1073
  left: 0;
@@ -1311,7 +1311,7 @@ function Lt(e){return e+.5|0}const Rt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
1311
1311
  font-weight: 500;
1312
1312
  font-family: "Circular Medium",sans-serif;
1313
1313
  }
1314
- `;var js="data:image/svg+xml,%3csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath d='M3.5 14.48H17.5V0.48H3.5V14.48Z' fill='url(%23pattern0)'/%3e%3cdefs%3e%3cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0_122_19220' transform='scale(0.00625)'/%3e%3c/pattern%3e%3cimage id='image0_122_19220' width='160' height='160' xlink:href='data:image/png%3bbase64%2ciVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAACd7UlEQVR4nOz9d7QlWXbXiX/2OSfM9c/mS5/ls7xpV11t1ZK65aUWsggNDPx%2bGiRYMzDMAiFgZs3gBPPDDAjBAoSkYYSREDIt391Sd7Wprqru6vImK7PSu%2bfNtRFxzO%2bPiHvffS%2bzJCHXEkPkennjxg1z4pzv2X7vIyEE/tv237Yv1aa%2b1A34b9v/uzcz3snt7%2b2NA2BdQZYPMabB8sqnefH8q9xy8L006w1euXyalnH0h9dpN%2b/CuQajocKHLWbrG0QywtRvY3mzycVlzcqmxVpPEgsH5xIAokiYaUacvzrk9qN18sJzZXWIiCL4wGY35/BCynDkKGwgToR2XbO%2bnXP3LQ2uLI/oZ447jqa8dLqn8iK0bjlSP/jcazuHbR4WNnay%2bbtu6Rw8c2HrcG9kW0szunFl2TVWVoep9VbhvTjrRQfvm42o6LRroyRRw42N3rCRhN4733ZsdWtQLG9s9tcPLNauvvuRxStvXNheXt/Odt77jkPutTc20QoOLtS4ttKnlmqGQ8viXIKIUBSW6ys7OOto1DXzsw3azRRjhHPnVxiNCm6/bRGtAts7Pba3tllanGEwzGk06xxemuelV14hTRMW5ufIshGDwRAIzM/NYl3A2oKjR47wax/9GIcOHeK%2b%2b%2b6D4Li%2bvMza2hZzczMsLS0w05nl4MEDKKX4veKaSRztAvC/9k1rIY6EWqpIhopu3y3t9O1t568M7z59rn//9bX81o0te2yQbRwdDn3He2p54fjE011AODA/pChy1ropTiu2eobBUCGAhIDqOcLVEdZaNACBJ186SxwJzaZGR9uj3/jcynZswtWZtrm0uZWfhvDy0YO10/VEvZEmermWGu9sIDIK6/7fIRr9VwtAAYwWkricsRtb9mB34O9/5XT/LdfWsreurBf37/TdsW7ftbLcIyKICC4IwQs%2bgGBQEYh4dvpNzl%2bH24467jzuuHjFc%2b6KJokgL4SdviJ4QBJK%2bh8IwUMIFMGTOZ92N11KCEtcHz7yzCs9jFa0atJr17l67GD68sJc/MyRpfoXkzi8MDdTu2I0GKPwzn1pO/P3cfuvCoAiJeiiSGGLoPtDf/cLr/feub6VfeDy8vAt2313607fpQHPKNMlwHRClHoIJdVJjWWu41mYETpNmO0IKkqRALGxHJrXxFJw59II/5DFmIgrq55ffTri0nWD0QGtA9oElBJCgOADWjwmMkgFzHYtp123dPuuudINd11cye5SwX1zuy55p6Eu3H1b%2b6kjS7VPNOryZC3Vp2qpcVGkEZEvdTf/nm7/VQBQK6GeKoYj6A/DyQtv9L58dXP01Wtbg0f7o7C0M1QooaRQKiEERZwILijE50QR6Mhxy9wyj94bceyWWdp1TxwZfLDI6gtcu77OlesZbn2bXuMEqnGQnazOMFdkObTqgSOLgTSG3hC2B0LmhCQOtBuBUa5wPuBcOVFyF6FVoN3SoAJZKhQWhtbFW2v2zrNX1%2b6sRf67O42wfHQp%2bdydtzR/9ZEHDv3GbCc9ncQGpf7rAOIfaQDGkdCoaXLLgadf6n3gzKX%2bN5y5vPP%2b9e38qA0KUQneK5rRFoNMGOQdBI/SGsOQd81/hntP1qnPLDIYbtFueY4cWkArh88juhtbuJ0VuueeY/naNXye0Y1qzN17hEynJEmNxVmhUxcevENhlKeeKNa2HZdWYbsPSiyLnZzlbc2Vdc/yRsTKZoQdajb7CQGFEUszHtKoWQprMDqiKFJs4Vjp5kvLm8MPv/h678NPPLN26f47O4/ff/fcz3da5uP11GxFkSb4P7os%2bo8cAEUgjhRGw/Ja8fCzr%2bYffvHM6jd1%2b/2HtwYaHxSF72Cd5kBjnYcOv0Gn1edi7xhXewkn509xYPvXeXHtXk7I53lr0UXWWqyuX2G9SLjy2gHEKEYasu0V8jzDNk/SOHAMW19kYelWDhw8RtANWrWIEBS9fgbeUtgCQViaj1iaK/DWsrWTYYm47bBhZSvn2pbl9UsRl657Fhs7SHDkXpEVcKS5zNG5jNV%2bi2sbmkgL690aO/0WRRE4vzo8dvry%2bnd/7InlP3Hnsfjp%2b%2b5s/%2bzcfOMjczPpq0n8R24ogT9CABQgMkJshOWN7MtePZv9yWdPdb%2b%2bVbu62OrEdPMFnNcMi4QD9Td4tPZznDy4zUr9ncRG%2bJq7nufqsMXh6A0G9lnWPDSinNNrQ/TMAvHsrTQKzyDX2GYHH4bMzN5P1D5Eki7QrM8wKAJuZ5ts9RwS1%2bimLVRtjlFmyfMCE3KKUR8d11DpDFnuCJRacX99meWrW8y0m3zVg7Os3JrSDhtEwyt0Q8p2Zoi0plnTzM1mnJjPiSLFVr/HZs%2bwut1go6sI3jAcKnn1Io%2b%2bdmHt0aefX/3z73ho/mceun/xJ2o184UkiRiOii/1cP22tz/0ACwpnhBHopbX3YeeuZz/6dOX3detbdNA17i35Wj5N1C%2bxkZ2jAeOnuK77/0p8sEWn7r0fup%2bjgeaT%2bPOvMKcqpHXZokOfxUnQoQLh5D2LGtdR9w%2bzomjh1iIwHuFH/UZjUY0G23CcJXt1aus9yyRK2hoh7ceZwvQCaY%2bjzMxwcSMsiHG9hhZwe%2bskdg1UJ4LVzbYHMQspD18DkuzB0n1Ij5L6K8tk/TWqEVtlJqjkdQwbGMLy%2bGFlMVOxtHZHnkRWNtYZ2drk35nkevbR7iwmhw798vX/sLjTy3/iQdP1n/2g%2b8zP95s159IkuSPhMLyhxiAQhJr0lizvC5f/qlnw5%2b7uNr9ht4oi5uR464jO5jI8WD7Wd53%2bNfZvP0%2bfv3s23nr8VeYrTt%2b5tq30WyPmE8vcbU4wNsObuMxSK3N7IEI3wtc6S3RmV8kmVH0XI2cQC2JCIUjme2Q7yg2dtbZuvQam90hM4vHWWg3sIMe2TAnqkW4fIvCC436QSI3wo/W6XmNlS5N6WH7fbaWL%2bLVLHFnCZERhhxlPBpLLhrSJqGekfkMtq6Qtg8Q1dqEsMNgMGBrELDZgLrOiSMFJkb1TzOjz6JbSyhVBztYeOoL2fe8duq5b3vw3gM/%2bYEPvP9fHj966Nk4in/PDMe/H9sfSgBqpaknwrX17K0//bj98198ZfvblbvQeMvRF7ilvcbhZk6nGYiMpx57XHwfrZUrfO3RC1y0D/Jr597Dfe0rPHToVa5lCYhjYEB5j6kNOb0z5NRGwkziSJMa8606o2AY5QOUtTRTjSOm1VLkQ080s8C9x2JCNsIoS2uhQ9AptI7gCbhsiPJC1h%2bgC0fbOXADrC0I9EgIzM2k5H6D61sDjtktOqmmkBRtYpbmaqxHCxjRhFGXkQWdNGimKTubaxjpUmvVEZ8wEzmSuMbmJrC9QaTO0EgS0jhQ5BmbW4OZZz7z0T975oVf%2bcZXP/CNP37k%2bMl/deL4sfNaa0r75B%2bu7Q8VAAVI4xhQi5974ez3/tqzV76vP%2bLQl9/%2bMRbrp6inBbVklnZrFqJFHJqhy8gG62yqGstyhKbyfMXxpznSWmbdWhbTnNwZzhQtOs2IhXibiJgkmadV24TByyTOkKZL2OZRbHB45wk2INubtEbrKBy1%2bDjSOUjhDGmzhkRN1ja2YdRD2YJRluGKHK8ULokpRgrT65NnV6HWw%2biCucJzeR1eXg0cWHuD9sJxZo%2b/hbjWZEYlGKVQvs5wWGCxBAyd%2bQWM8oyyAXF9Dm8dWq0RmXmCiohck5qBwWiARjgwZ5ltLNHdWTv0iz/zz35gZuG2b/jab/gT/%2bhtb3/X/5OmdTscZn%2boKOIfCgAGIDYKH9V55dKZD28s/%2bL3L19ffec9R0ccnNkg1j2W7TFs4xithsLJkK3hkKZbZ8Zu0RDD0lKLO5I%2bzQDFCC7nGWJgKB3WZJ626pIwQExEjOLW2VUWo8DOUOP6fYriWYrWvbQXjjJavYTolETVKYwlmU3J3Q5pAa32DF08zcEySb7JyuYOc0WfRGlc5ikGO%2bQqY0s0s8U2iazSa2eEepeo0eao9lzoxpwVxdH%2bGdSlHXaSDkhMvblIs71Iuylko02KEAMalTry3ia97T7N5hzNekwtVVAIO9sZKmnQTpoUeUTmahQh0Fg6xnx/nesXX7//J370b/3o0597zzd%2by7f/mb/XbneeKorRl3rIJ9uXHIACNJKEyyvx8WfPnPsry8s/8j8cmD8THX3rvcwlGY18QD8cZtHMsRQtk4Yul4YJMTkHm326bh6DRjXbzEWKTdciaypk1MWiGLoa3iU0k5woeLq5ZnkYWIy3ybzDaCCGWkNRsEF3VMPHBpt1sXFGbGqoJEIzYJRvsrF%2bmY1exoxxNBttOm3H5c2YUGwz20qwtQTt11kgI2vGFHlM1OuSDwoiH6g3O9xTT%2bg5RdRfIV/fII9TcinYuTpiZuYWTOcoeaZQSqins8S1GZIYdpbfoNtfptGcwZiEpYMzpHHB1vo1hra0cCfKkCQ1XJQQpXWOxoK88QLPf%2bEjH37jzIuPvv8rvuMffvCDH/zhNE1H/cGXHohfUgBqpRFV49T1q9/8xGsv/m%2bMPvHwXbecJ6rPEaXrmCDk5gi1kNOS0wxHwtUwy5FZy4E4RqTNzrBFESBWgU2vyfMNkijQaUcULqMT%2bhQW8iJj6AVvMzJfp08dJ4FCFPNRgaiYlkmopz1s1IBmjPYb9EYZA%2buJ05i42UYVnluSnA1XZ2Vrm1v0Fv3oBDVvqUcbtBqaYRYYjHIKHLXI06g38B4gJS80iXO03DaFGlLEnrhQjFoNamkP2XyGzY3XyXUNb2ISc5il4w8xf/gASewYdHuMii5xojHi0WpImkIYDdnMc1oeItVAqOGyjFqtzqETd5KmZ7h44dyh//gf/vE/ePW11973fd/7ff/7gaWFZ7s7X1qTzZcIgAGtDEDr%2bsYXv//F5Rf/lzi%2bnh6f7zHT7NCQIUWScmbnHub1VW5rrxIrQUcHsKM55tLraDGs9jTnNlMaUcZc3ZIDDW0pXCB1Of0sofCGepRhldC3hiQpaIpizS7SinJUcKxIoK4F7zWDYc580icxQuRGqGZMzwrWzNGNYxBHK61jB33S5BJFpHmgs03qFcqnDI2hp1MEoVMMaMeGEENeC%2bA1IRNyG0PaIbeG3lDo2To1Mupeo%2bYaqMwSsnVcWieLaqhiBUKNJLIkC3WyoMlUjBFPNCrQQRCT0sw9UdErPSOugGKbrLuK6AYqXeTQYc9MkfDCs7/8jX/jr5996Fu%2b7bv%2bj6/96g/9WBx/6TTlP3AAlopGk25W3HP6/E/9/xI%2b%2bXWHGik920bVU5JaQRYfpqdPcFt0nQPxCnXVIHiFlhHNaMCmq3OkNsA0DB3JmatZeoVhWCh01EEpIYl7xDoQgqDFEOmImThQ05APEgajmLm5gJg2xnuM7zPwMRZHT2XEKqOvNX2dsGUNM2GNKNvEe2HAkH7ukWaETVM0Q7quz2omXMvbiBbiZguVFVjZIfcDtnIBFDOtHFNYdFA0onnqLtAZ5phhnziHqFA0pWCkPHliid11sus5ZuY4xsDm1XM4ZbASyIJHK6GtoFZLIVEEqxkMC7xyLGf3cn59htn482S6Q6QsnXqXhx86wekzr574R//47/3I5sbWfX/qT33X32006htfChD%2bgQJQRNCmzquXz3/FmUv/7p92zCfubXZaNLyhHnfBxHRZRNXmuUUuUo83CM6QFzViI/RCjEPTTizBGOoqcFttCwlCHMd03RyJChxKewSV4ERwVqCAVHtyNHnQxKmQiqCVQRJNbEdQBGqhR6wdI6tYd5pMhH5m8Xgy3yN4QbQm0RnGJHRzRc322Q4Zq6PA2rDF4VrMwwfm8ekMG91NBt2MfNRnlhEKzY6ucTApaPahkBG9uiEyMaOowSgLJFmGloRhMYDCIhasWkHlFucFYYNi2MeZETvDDoXvkGhHrDbxKiLnIHE8oGau0Vu5j9XiQ%2bTqOOJGJCzQlv8MIePYsSaZLKp/9aMf%2bV8uXrh0/2OPvf0vHD58%2bJRIGcHzB7X9gQFQRNBS5/VrX/j/nLn0oz94S%2be1xXazQx5iatqidcyIBnO1iFhtMMMmkCLGkJkIJCEyEQcZ0NIOG1JcUERKMfAxceSZMSO2bJN1ZjkQjUjJGTpHLgqrTEl%2bg2Im8SjjudKfJ%2b5nzDUDgTpKQ8AyAnpFA/GeRjQiR9NzNQzQCQWF1XiEvo/Y6UcUThMLHG9FtCNb3iHfITZC2mzRYEij1aGXC/gaquiTNTyZOFJXvmPBDnk8T95u0M2GpMUynWGPLDUY7/HFNjYoIg21ds75/AifXf6zDLMlYtkhUtsoyRkW89TNDkdmfh1Un2Z6mbw4iPOaJDlP1Fng4sa99EZtGh2FNhEf/8QXv%2br1M2/8p%2b//y3/xe9M0eSIb/cEFN/wBADCglCY2bbq9J//XreEz/9vdSytmptUkK2LaJoBJudafI41gKdnB%2b4DSdSKtiMRQZAkXdlpoZTlWj7A6ItWgIk2v0CCCoEi15bb6JoMQcylvEXKFD55YHKJKF5tW4IE5U6BMRuEUcVSnCIIKAcGQUJDgCRIoXIvtUYuZeJNUMopgyCVmvYgY%2bYjDNaEea7REpGlEETzbRc4oxGjd5FDrGIluU48NtcKSb63TEQNaGBYj4l4XGwL1NCU4TWr69Bli4zq%2bVsPk21AUDIqADD3N2ZyBtHjh5T/OWvetxGpAHmbLnvYBFQr6o0NsDI4QqSGCoLUlIHgRonaTMLyHXvcOUr1GVNtm8fB9XLn62gM/%2bPd/6Cf/0l/M/ucPfegrfvr68srvPzT4AwCg1nWKfBi/fuU3/lYve/yv3L6YEcdttI6YSYUCTUHKfCuABApJmWkKPgg7IwMSoyPh2GzG0CaQtNgJGkvGQt0SW01uBUEY%2bUAQT8c4ej5nR2IWGhZLSj5yBAWZirDOEWuhHQfyIudY01N4GLmA9ZqVQY2aDPAkXBocohHt0EnABMOWj9DB0tSKmWaL22ahcIbMabwTllpNQjHk0s4OLu9jowbKDSALJOIwskOmHDNkBAVFkqG8UPMxTg9wPqOpLEURyCVC6ZiAx/iAblhUTfHRZ7%2bds9ffTy3qApYy6jWAeAgeHTwhpFgbI%2bQEPCjLQuscTbnCLfNPM%2borhqMjiHKYZIn5A57LV04d/Ts/%2bE9/RJR07r/vnn%2bztrb1%2bw2P318Aah2RFYP6q2f%2bzj%2b4sPbz31dvNplvKqIoKjU5l5JJzKFZiwoZ1/oN0pomMQVZIaRJTKqhaQocESKW%2bVrGtUEL5xJaTUviIMsVo1xTU56AZiiKjtbEBurBE5scH2mM1jgFy9sx23mNhXrGgVogiKI3CkTKkyhPLUlQocZw2CTP28w2uqSRYuRiRBRt7XHG413MZ18%2byoN3bhCbHXYGiu7mGqkMOBAXdEc93E7ZBuc9XRwiGkJOcD0SiQjGE3KHMEDrAqcgsxGZaZJKQaQT8hBh1BaDIuUzp76SF85/kMjkCEBQIJ5Qyhdl9EZQSPCAgyAImhCEes3SrHni5CwcvsYrV7%2bZfLSIEouKFzhwsGBz/Urnb//df/5Df/Z7vqNx/333/lOlfn8TJ3/P7y5UofEGbJGnr73x9//h5s6//b6jc5p6mpDRIolShrSROGWxVRACrI%2baBJPSih0ehYkSkshgJcbqGp2aJokMa1mbhZrjQNNxdmOJ9axJXDOYekKzEVFELaxKOJQ67l4IEKVc7M6yNpqhnYL4OjvFIjt5g6xQoOps2A6brslWXmPLxjQjz%2bE6LHYcxw6tYSIoiLHa0E4UnZrQaVsef/EeXrlwjMXmJjXZYV53afo1GnqTuu7RqUMUFaAyXGJBB%2bZlyKzKwMQ4AfAEE3BRzmrR5OWN42QhEMkOVmVYk%2bP0gFGU8/LGrbx0%2bSHiaAelcjJbp7A1QtCATD4RqT5VuS8BIWGl%2b3YkniNOatTqmyzMPIMXA6oGuomK5pmZO0B/4Gs//C9%2b8h8%2b8eQX/nKjkfL7CcLfcwrog4PgyIvcnHrjn/yfG5s//r2LM23S1LA2SshDCxN3WYwDW0Wg8JpIG9qpJtKBhsSI0cSRkPkIhZCqQCxCasASUTeWgU0Y2g4ttcNMVKBV4PxOh0YUmE083WFCOxQ0YkhiQxLpKknJcPdil34%2b4ovXjnB%2bZ5H7D25y8GCgnw9YGw4J3tLLczrxgFpHOLs5i1OBTpTTqhcMMsMnn3mMZ04/wHe%2b99eIwhpCQj3KkMSRhYgi9yTiQBscZbS0wuGVZtvF%2bODQyuHEYApHokC7hFrdkWpHcCUb7iuH4Om7OncevMJt8/%2bEz7z%2bXk5deoQHb32ZneEcb1x6K5Hp4YgJPkIkryhhBUICWhWsdt/C2ZUL3Hf4cbJYWGxcZrN%2bnWH/IEoNwTRRYZZW29Pv9cxP/Ltf%2bsG52U724Q9/ze8bJZwA0P0uIyUEwePJszV2%2bhe5dv0n//ed/s//j4szHWYbhvVihk4KS/UtIq3IxDLyMW2dMpsKmoByAR8igikVi5oE8ArnI8RApDypV3TzBu3Ic//BTaxVFD7BScRcU3C2INXC7Kzh7FZENwt4chIVcM6wMxI2RjHe1fCuTRT1yfMNgnFEqsWxmYP4IuN6z9HLNjiS9rml08MYy2I85NzqAr/4xUc4d2WJb37fJ3joznO4IsUYhdUK4xXGerQRRIEi4K2QBcFqRbeALChqkhNcIGjBKsH6mNnaiKXGFi7TZEUpB7tgsdbRijxpqnFFn/ff%2b6vcdfzztGvrbOZ1ovoKbhiTxJYXT38QHTQiHiRULDogyiHB8MrVr6Uer3PHgacZjEZo7QgqhhCD8ojpoHxGswm9/lD/i3/1n/7%2b7Eyn/%2bEPf/2/%2bf3IQ/k9poBCIGZn%2b9N/Qbmf/WtH51KMjti2NTZHTe6Z26KlFEMV0SsMczqmoxXKKYIYHDG60midQDDggyEBgmiykJLEQt9rchwqaIoQY4OhHgtH6hnn%2bzGbRUw3ONZtxMCmOBVh9YjXd%2bpc2uogZsixxoD7jm5RBEffGYZDOFgPzCcOo0fUJWbZnuD6cAXsgLW1g3zq%2bgwXNhc5fmSdr3rHsxypb0BhiE3AFh6NwkYxKsqJAFC44PBGEAsNPLlEJConCYG%2b00TiiJUjF9iydSQAkWMoEYnPSIOjh0Y7KKxnVCQE41ic7aLzgI4H3H7LF9hZO8DtB17j%2bvpJrq3cQRptV9TPTyih1gVF0eKFy9/EbOsS9eY2NrRKGEgNRAjiwbQRn9NqKrq9QfqD/%2beP/KNOZ2bzW/7Y1/9MAIri966KwQSAv9voWaHMTuvufOZbit6P/525ppHYJPR8SiIJ989uUVOCKxJA0ZaUtigkCEHFpXDuDEopVAAVhGAUyiuUArRgVPmk3EWMQkRTcgy2NPP4nPWhoq4BEa726xRFQk2lnJjVpIBujrh9LmdtpJlJRhgtbA4Nm0OFUREaQdwmz1%2baY9jVPHz7MsOmY2XYZmdwkJmW4/YT5zg2v0xb54yyGjY4nHiCFgIBowOpKBKnCAZGTmGCRcVCFgKpNmix2CIiMr7UGyhdiHkIdF0TrXPmzAiTO3YKjRFH0JqRLUqp3Rti7/BodvIWrWTE%2be5t5MMO99/6UVY3j%2bF9jFJ5OTihZMOgiEzGMD/M59/4dh448e9p1nbo94%2bjxYAYUAmEJugR3m7SajbY2u61/94/%2bJEfimN95S1vefipdrvzu8LKeIsjg4zdLzvD/u/8TpXQ2%2b8%2b%2b8jm9e//SBxdORpFc%2bSSYCSio31Z0qGICWIgUUiRYrwQtEaLJogqhV1TCtJWIpQRnBeiKBBFpalFOUUeYnaICBKwIjSV5Y1NRebrHG0UeOXZGEWoEKNQNJOYhs6I2ebUtUU2BnXefXKFwjq2MxjYGOdyZo2lHTvObbSRkHOgtYkNmlEAFyz12LFja%2bjC0sscO7mnzBkPODwt7ZjRliaeIJrNokFT9UjpUwRhB03kLPiCrgsMc4fyjlgcTgRxBSujlAGKY/EmeQ69oaewDggMc48gYHMGTrFqWzR9j7lknV965rt59tR7%2bY4v%2b2ucufJuPv/KN5OYHuDABwiuzEsNnhA8tjAcmv8NsqLNxsZJtPTAZ%2bCH5Z/dwRerEDJEaXa2uxw6WH/x7/6tv/TH3v%2b%2b954ZjTKCr2bP73Cbn%2btM1YYper%2bjmwQCWrcYDS8d2Fz%2be/9MootHVbKAszUaoqgrDyRQKIwolFZ4HyEetNagTaWwGTQCSpEpgwoG40CUoIA8aNBCqjyJhVmgUBpLwAdDWksIeUTuIYSYetqhYWA%2bybHOMypiGlGHw7MRhYdUNHGkaGhh6CK8B%2b0tgub%2bQ12GEuhmDZxz5A6cjfC5p6kh08K2jfChHIC2sTREkZqA%2bAixHh0JdeNIgnB95yCknpnaNkY5cmuIg8NFYG1AxOPRGGA%2bzohRbIQ6hSi8KTAMqvPAWUeqHAUzSFDUycldxMljz/Dc6S/njcuP8Za7folrG7dzbeUejBpV9sGSSIRKOTEmY6V7H9gIrRwEDWIIUpq70DWUbxPcNiE4Wu0Wl65sPfAff/IX/68H77/vOxuNVs9if9dB1hMAxib5HVwuiCjyfFv3tv7V30W/8K6oNk8UEsgjouDJdEJkI2omEJSGYIiCIRiDiQwq0hAUSjTOQvCaBF0qcVohumTBIWiCVWU/aiFCiIIHFci9wRQ15iJBKAFWTyxIDWFEI7IkShFIaNRzlqhh9RyxHpI7IcfgHCQqIYhj6ByIpx0pRlojVhATMNYSS6mBNwzUIkeCo24EJULwBoNHpZoQK5o%2bx3hNd2eWttumLsIIjVMBEBRCzSiUitkJGmNH6EioFR6de5wTtlyCc4ZZ2SJKFFZrtlwdi9DRA7p5Skc5jsxdYqa1xtWNu1nYeIOsqKO1pTKMTbThUh4sj4mvEVC7ABUNEhHEIhKBrkEYIb6MG%2by0Z/m1jz/7dQvz//qv/8W/8Gd%2bwEQJWZb9jsG3MD/zuwWgQqmEzc3/9Kfz/Gf%2bTK3eRFwLNYpIQ0CbGK8SEg06EkSXebRKGySJIWqAF3QIBGsREyEqKmU%2bpfBB0FKKPRGGEBSiqs705dQLCnJb4/WVg9x1YIdbZjOGPsG6nMzD6iDQTOrMxhkr/ZSr23CkXVCLIkIAJQVNNSCPBBMibBA8gqEguEBda5pG450jRKXHY9YE5puBgKBdQClDEI/34AqFL0DZgCEi0sL9RzbZGlisheAVQ6fp%2b0Asnlas6SlN3QcCGusCPkCee4Ir6MiAQZLgTB3nFO20YMsa4uEAFTK8Vhidc3HlXoZZk5GPOXXlMbZ7xyrvCLsgZCwLCgENIQEqbVk0BI%2bIJkhEkBiRuLQRhgKCxxhFkrb52V/47F96%2bOF7nvvQhz7wk1qr31XwwgSA9r84u17QKmW7%2b8wjmzv/9m%2bmSSyxb1MMEhIJzLXAqpgQFDqKkSguZTwFqAZE9fKlbUawFnSM0gliGqW84gM69iDQHcYYo0kMDKzBBMFIQLQFBUmsePT4Bh6IVUG/SOjZWY43LVt5IC88Vhnm0oJ2AuDLTguBVCl8XCf1pZ0u94bMOjIrWO9piGAEQlQ6kY2GRlV8yDmHtYZgS7kKo8okpWAJtiifg6AllKmcSiFZIEiEiaEVPFoUA12jLjmdesFOrhmKY5AYijxgsBxpZeRBIdaS%2bIxu4clcwLkIpRxOIp47934Ggzm0ZDSiIXff%2bjivnPlyFB7BVZ4SKvDJeJcJMEVVyorapYQqgZCCHwE5AUjTiG7Xxv/XD/2Hv3filqPPve/dj53Ki7yKJ/wvFwgnAPwvjgWTiKLYrHe3/skPxpw/pDlGGEQ0xTHbcKzZOXRaYzbJQKVIowF5zvWdNnOzDWKphGNVA8kRMUBUvUQEsWejG/Gpc7cQopTDM13iGC6t13jHsWVmGjmfOHuQR5a2WGorFlsF3htyf4BWEtFIAiKa2VjhzRAvGq00Bg%2bUjxYJhGBLZmhi8koubRiHczk%2beIyyKAVKHL5wBBUQEbz1KB/KSBUf8IUriUgMuRJGI1vC1FkEwYQARmHigPYOZxU%2b0xhR1FTE0GrmY0tkCjbzmF7QDE1BXUbgc1RhMTIkD6WYopTHK2hFO6zsHObq6l0YnUEQtnuHqDdXMfGAUJQGIREIQRGCAL5698pMU8o7lUvPAaU8iJRRSEgKwVJW/Ao0mw0uXNq85d//x1/9O%2b942yPflSZp7n6H5UEmAEyj%2bLePPRRaRayt/cv/4cXLF75qceZOTsY9WomlG9X5F098gJ97%2bV38r9/5G7z/jnPgDMOh4sXrx9gsWrxjZkCss/LFRCEUldvIlGxDCwOn%2bA8v3MrCrOKDd/ZJlCX3lqOtPo0kpwiWVs2TSQngQI2cBC8JdRUBAR8yJHiUqiKxQsk2pRLGJVC2AYcPUPgySkWUoJRGE/AIgRyPhbikaB4Q5VCSl1wuKJS1BFdACEQSkzuHBDAmJViLcwWiHEMlOA/iPcZH6ESYM571EHPJJmgfiJWjpQrSOJCNFNkokCaec6sn2B7WWVq8gGSeWOVYn/D0qa9mpzdHbIYQYH3nONvDBWzRQChQY5lPHMpkQIa30yJXBUJU5Tf2FRUsg0FQKYRRBcKSyrU7M/zCLz35LY88%2bJ%2b/589%2bz5/4YUHK636nACT8drXggInqbPdfv/8nPnX9rzh7N2878hIzsePq5iJ/%2b5e/mV97/lG%2b/n3nefj2AlSbzBp%2b8pkHOLd9jB/4hmeJlcNjQAkqmKoVuhSEQ%2blQl5DwnrsH3LW0SU158IGGKhg6Q69IGBUp7zjaZyevMyyEmvGkYkENCES4oNAEkAiPRigIFKULTKLyuaEMRCgpr6JmNOCwqJI6hAEBj1cGCQLYyq8aCARwCi%2bUg6VcOXg%2boDQ0ajHOKkJweIGgHLnWDDKFsaBRiARMgERykqTg2sAxKCAPikQ5RllB3Vi0MhSFQ%2bmAxRByjxbQac7nXv4aXnj9fURqhAj4oPA%2b5v7bfoX17WO8%2bsZ7wEOkhsTxNiIZ%2bahTcTzPrnw4lhErFhzGADSg4lJe9J6xYTuKFKNRzI/82C/8tfe8662fPHn3HS93u33%2bS8zJM50pM4zSv03rdlDkdkP/5JPP/fUXlvWhv/j%2bsxxpbnN9%2bwg/8HP/HU9cuI9/%2bL2f5MNvexZdpGA6nF2Z5ZOnT/JNb10hjRzYOuCxZARv0b5qRvAl2Q9CzTgeOrAKXmGBlWGN2aiB1oGGCURaAQVW%2blwfRbQiQ6QKYm1RWKwXIlVq11pKDdiSosQS8CV7lIjxnBVxaBwhKEzFigRdHvMZClt6CoJUlgdTgldAQkHw4NFgAlqXWnMxUvjRiJ4yeCKMc7SNISjDwAM6x1tLKACTY3zAB0W30AwyaJgCrTW9XFDOcmT2Cu3m9TIRPs04dfU%2bnnz5q0sqbxwEUOLpDebBKb76HT/KfOscV9duZX3zFobDBuKbldIwTkaqlLqwSwUnIESDMkAMPgFyxhE3IQRarTrnL20d/qF//u//xt/8P/6n706S1BWF/S8SBScA1Cr9rbEHCIanXln7un/zC/Vv%2bfYvv8xtR66Ajvn0Syf5yBcf5X/%2blif5lnc8D30P3kA8w%2bG5Hj/wjc9w2wEDLi1f0IOmRk4OCBoISpeGVqjOsWTBcXmnwbbTtGcyVAi4oCm8ZyOL8OKJYzBak0jp5EfFxFFc%2bUEdPpQaphJFqSaUIIQINdkPeAoC4IJHV6wrUHpuAhng8UGVbFyBSFGCD8DE6GAhFATvCD4QaYdLhNhGjAoPRY5SCp9oUmsJRSCIUCjYtDHdrED7nJY4doJhKDFic4xxFFHER194D29cPM49x75Ib9jimVffSzaoE0ejUrYLpf/40IEXabXXiLXlsXt%2bnrNrJ3nqpW%2bl213EqAxwu8EKY%2bqnSstCGCsjovZRwaRURqbYbCkPtviVj37xWz/4lV/4mW/55q/%2bT93%2b8LePvmkAZsXgtwRfbIRBZjv/6uf7f/XV109E5n0tLJqdkPDkmXsgQD225W1VG2ptcDkd06VzOAJmwJpqtmkkgCYhjKtHKo8NttTbpKwWdWGtwS%2b8cJyH7%2bghC5sMQovCOZSUxuRELEoLWgWGhdDLGiw1NIG4ZOW4krPjKU3aArhKkiuAeDIIAYsHLCVwS7ZtKb28Gh8cXgwiAcWgrAUdQHB473B5gQRbGq8LB7gymMAJ3TwQBaFhcwwaLQU6HTFygUERsZnFbI4CdQoQIVYebGkSct7w0S9%2biM898xhFZjhz/n6c0wieyIwo5YCxTdhzaOk0Vzfv4MLVBzi8cIrnz3yQ7a1FIlNMaauV/W8MwOqwVHbCwBQIGSskcWmSmVifA3Fs2B5q8yM//vN//d57bvtks9VeHY1%2be7bB1u0npgH4W9PNNNL84hPd7/71z/vHWg2DjgNKNNc253jh7B3UE8uZ6zNcX53j4GLES1cWONzYYK5uCD4phX40lUOT4C0eQ6wCiMMpw7YtyX9DDJlVHJjxfPujXebqBRISIgk0TAMlroz2DS0gIccx0I40KQ0PgqlAVUYUjynd1Pwl%2bGoiiKGUhwxKHBEBQeFReFLA4/EEMRhy1mzGRq6o%2b8BSYgnOY7MCh2NYBBQKbcCHwCCPudwLdAuNBMMh1WUpzXE68MLVI4wKy/zMNrn1GOVZd3WsDUTBkoSCueaAcxtHeOG1t%2bAyRT0d4L2gJS/b7GUCCFGB4DTXlh9AdMa1lTs5df5dpSkmOMCOUVZdoiip4Xi/iqyeTNRps8zYT5xVICzPDwGarQbPv3jloZ/%2bmd/4ng9/0wf%2b7nCY/7YACFMUcJj/Jmp0gCQSzl4LB//DJ9f/3Hq/yd23r/PgifPESlXG40AaO55%2b4zBPvXGCb1q8ThopkqQJppppQVcTzrK%2bXTCwEY2OoYXFS4InohVZEAc%2bRilDYgwzsYOgKKgxFEdA42gCpalFVXCbVaV26okmYnU5sQsEVRpfGSsRBlHjgj2qOlYZaLEVIFUFYlOd48hJccBcBLaAfoBCPIW2pKog856EnETBtjOcGShs8KA9zucM0phLmeKLZ%2b7i337sfdx77FX%2b%2b6/%2baPl8EyGxIH2H9mXh9HNrx/jEc%2b8jG0UkaUlZlPKlHzYIQcJ4Ppf4Qej353j3I/%2bOI0un%2beKLX4tWw5LiB9lnmL7RQD1mzYIiiAalwU%2bxYjGlnXZq0wqUTvnIL332e7/6Q4/%2b5AMP3PtG/7fJiicAHP0WC4V4anzx7Ct/8oHbf%2bpeorfyTQ%2b%2bwL0LGyAzNGJNbjVHl7r8dx96hQdu64FX3HGgW760b5Uaong8OYKQ1mNiK2hx9IIiVaUgLCgUCUKCYBBfBnQ6SVBSJ8VUxoIxvCpjLzA2soYKZoKrDLG2ZCnVL2AqSVNhGOJxFF5QYlCi8STVfe3k2gBIyMmDZU476lJQqICzHq0KrpnS9NKJMgY2sGNhZRhhbcFc3ZKFiFFXkxUdfuIz7%2bDxJ08S6z4P3HWRZ8/fyxPP3slgFHP80CXe%2b8CzpMkOr1y8nf/8sW9ja71BLRnsetPCGESlfzggYztTNVaKZn2Lu2/5ApubRzh38QFiU45vaXoa%2b4THozsGXvlbyXrHnxUVnLYNku/O7so2WK/HXLi8dexXP/70n3/LWx/8S9YlJYf5bQPQRm96klYx69uDIzPyE9/zvW/7FOodzzIfezYGHZLZgs%2b98gCnrxzkK95%2blT/7oZfK2xb1arzHTnBHkILgI1TQNKIMZzxDp4mVwktKEZoMckM7iTEyQBCGaIxqoEkrSjfWQqspP1FbdiN2VWVecNUrBiI8Bo9FGKIQPA6N4vpAkxpPanL6to8mkEYpQoovw2QrRiSMXMHAD0mipLyf8pgoZuQ1PRuIrCVD08sNO1kZQjVbL2hHjh1X4z8/%2by5ePTXH2labEASlAh///Nu5srzEoBdTZBHbWzFf/tYnadUdBzqb3H/Hq3yh/xDBqZLyVW8cpEKPr0xXFQFTyjMqmmz3D3JX8iLt5iY%2bjFnqPmfDmBqO5cJpbVgpxPtKFqwoYRgrJBUVlOlbBeKkzs9%2b5Mnv/oave9%2bP3n/fXS/1er%2b5XrFn1Opx7U3/0niW1D317ffVv3DHvLRp%2bwgXOiy1cs5cOMA//9UvY5ilxJFQ2BZU4UMTGWIs5AaFCRESFNgIFRrUtEYrIUeDOJoRKBVjVUShIoLUMTQYM8uxCC0VHSw11BJQFosQyJymb0sfpQ3gSSqpTlCUDngBXBAKl%2bBDwhChC2yEwOVBj%2bX%2bMtauIxVVsXgyFdMwDVIJCJaEAiUFAy3kErE80AydEFSEDZpEB7yUpqCGGvD%2bB17ivY%2bepVb3tOtd7r5tld5gltgUNBtDmvUBcWR55tWTvHj%2bJJ32kK9518/zjoeeriaQTAZ91962S8mCN%2bQuZaa9xrHFs1zbPMmF6w9g1JTJhUkH7u7c4C/eZc8iU2MoulRERE/dbyymCPVawuUrm4s//5FP/X8JVe2f3%2bQfTAekcnMKKBJR5JtzreJjf7LTjHHUubizQCuOOGJW%2bMknHuOlC8dp1gveclcPo7swtCA5VNU5hYAEhSiF1eBdhEgZdBB8hISAURqtWojE%2bGApyIlCQk08EkY4CQRiDHqqdaVhdFd%2bEwbOkfmSyUbiK8UjRyp2alFkXohEkztYakIsmn5QfOFKiyzv8%2bDxDbbzwHAw5JbmkIEkeAqaSojQeAI7Nid3BUYsmRi8VwxDTGwdWgKp9tR0IChh5COWBxHzs6t8/dI6NSk43rzEQ3df43Ovn%2bCpV27n6S/ejlaW1Y0j/PQv38rhw%2bf4jq/9JWYbGe9%2by2%2bwsd3htdMnic2oImalMhEqNIp4orRHGnLe/eBHWJi9yqXVO/FO7QJMqmiYaXkPdgnj5PsuAMN%2bZUSZ0rzG/qJGJZDjtMYv/urT3/kt3/yBf3nfPXe9OvotomV2gxGKN1FCVIofPPWNLXnhYedjIg0L9T5r9hjObeOTEU4JC/MD3n7nywgZ0CllFZvjVIwey1yhjpIUp6QCT1FGIUtZLdTj2XE9AgmKWhm8IBYXBgRikpJuUXpNxsRbTTEXRyQBrSwinpH3KAGFJQ8JsYrR5MSiAEPNWMqWaOoS8dCco1sYGiYiEtDesO0VWjypROgwJIgtDeMu5cymEIWcRDlqJmMmVWSjmMQ4tBJSE%2bgXhg0b04hy2koTrOVr3/F5cIpffPpt/MZTt7G9kyK%2b8s8SiLQnG6RkQwUNQ6M25M5bz3D67F2EUILNe02RxzgnOKepp1u8%2b8Ff4sjcaZr1NSIJtOu%2bEtN2AxF2QcgEZCXwwi7wKoN0EKmwPjbHjGXBSg7ETd0HCIFaLebi5c2lj/zip//U4sLcX%2b0Phjdw/vF2263HdgG42du8ySkarXbiaPSJ7%2bqHQFJvYlJNO3Y0TBcjKd/99i8yO1Nw93HHPYtdyBqVTa8UWJWk5XzzZUOVtSSoXYFZewYh4H2O1l0sHi8L1NUCAYsOBQ6NDTFZEFIl4B0ag5ZKIgweJ44yAConqFIJyD2kKBSOSGd4VUYuR1ImQXWtrzwmIJKx2N5kFmHbCkNvCcHjihGHlCKWBjvBsDkcUWhP1yZ4FxO0ouuglgzIrWbkHXhPajRdm7JWaGL6zMcDtNKMvGWzt8CPfOS9fO65o5hgibTFqDFYAkp5CpuC0sRmwHYWEcUWEzlcoSjylNh0OXboddJ4QGKG2BC44/CLzLWX6Q4SvKuRyyzKTLHdMN4tecYeEDJFGdk9b8yGdw3UY2VETxmld%2b%2blRDBRyq9%2b/Nlvf/e7HvzhmZn2pSy7eQm4PQBspDfG%2bdfiiBcvrrzrl5889t5vffhejt02RKSG7m4g2oOa4fbFgv/pltfBzEIxWwpdEiYNl4mMUlEvDyX5FoJWZDh2gme1cLRUTMfEJNoS2MaFBMESe0XhPH0XIHakQBCDiML6vNJ0DRGaoU/w4mgahw8aRVTOTJ1jsfShMuIEel7oF465pFRZtnzMJhovDq8NWWYZOIvDMhP1GPiEV7spucuYS0YcbgvDAJvDiOVeQiIjmnWFEoMTw/pA0VJDbBDO9mosJjnNxHGt32ZrWKMeW8TnqDEBqropAM2ZHju%2bxVOn3sG5S0dYXj5EcEJexMy3L/HYQx/l8IFz9IdthoOUufYafXeIa1fuIB86zl69n%2b3uPDYzKD3F3cbUboyzydhMCZfTHpKxjWeiHY9BqPay8/HtQqCWxpw9v3rrK6%2be%2b%2bbv/Pav%2bqe93pubZKay4vayYBEQET76ef%2btL5w5mv6NDz%2bH1GowUqXhVgxoDfE80CzJjUp2AwvGfsRQhW3L2OMQJr95CgwRRmt2QmDHlZTxeDAEseXgWtAhI9YJDTHkLqep6xjxeJ/jKaNoTCjfQbAEr8kLTyMu7YRaNISIgCNGCBJzHY%2bLcxpxgSNQEDPyiiIERk5VkR2anUwYuSFZzXNtCFvWoJyw5nLSUUEWNEVRhlxZLxgyanWDCHTMiJpxxDhqdU/fGc7vzDGTrvLnvu3n%2bI%2b/9kGefOoo9Xg0UUQBTGTpbnf46K9/Gd2dGUa9lCjK0Crj1iPnOHz4NBv9AwyuNug0N3jlwsPce/zzbPSX%2bNRTX4fG4qwhuDIfWCk3BTRKDXpa7ps8WyZelVL%2bU7uNqkSlMnhj7B3Jp9j5LqC1Fgor/PonX/zj3/QN7/%2bxWj3tvlkm3ZsaopNIOHNlcOyzL3S/7o%2b9%2bywHj4zodWcxZKRRVAbUeQcuhzACU68aUEVZmEa5720lP4zlvhR0AxgQUHhqzPqIY5JxLfJsuBzJY26LG4TgGaAwSpMSE%2bsIHxI0iuBLDSsp073L1S4JpFrYyMslrxqRIGTkeLREJRjxlD6LwCAIwxCjxVGX8jlxnhG8Z0RpJpGgGRYRV4NiJ1fEyqKVJrMpgyKaBCl4hE6aEqeCiEW8o1Uz%2bBAQH9iyilFwZD6hm9do16/ynrc%2bx6nXl9jeiEiTfCqyWMArQq7BBZJ4hAuweOAc73nbZwDDp558D8eWXuHC9klW147zyeXDFEVKKDRBBZRYxJSrdU7bDd9MHps8dyz/TWZEpa9OKN6YAo4jZjxTDZ9Ydeq1Gi%2b%2bfPltn/rMc%2b995OGTv3wzw/ShAwu7AOw0ant%2b7DQ0jz/X/YrBcOeWr3vrJQga6xxKV9TP%2b5ICFhmYCJSr5D61C7xxkKkYgo6q1IMyEkZCQEkHR%2bn0ahpFC%2bGaT8l8YN5bOtqQqJgQdHl%2bAERXkeZSpZIGtAQKPMMisD2KmWt4FhIhc44MwSmgWrEoBMgASyjtXKLYLISuWGItZN7QKwLajbC%2btCU6VcMWHtEBjcF7hxDKfCpfLo7tHYQop14T%2boOIrWGgnlgiBblP6VqhJUNm4y6b0mC7mOPg4iof%2bsALfOzx%2b%2bhtKVQpKCMS8EHTH7TLvlJl0v7G5lGurh7kbfc8SS19jC%2b88EGyPC3rwPgAOKIoq4zVY9vMFPjGW5B9x/dYuKexNHVV6UioWGNlipkOaGWaExPFms2tvnn2%2bbMf/mPf9IFfHo2KPb%2bPtwkAlzd2EaqUsLGD/rXPD77h0Vte4oGDlyCfp2YyIhMBLXC9Mk5M14Bpu1DZEh8E0TVEqcqYWdXnQ5VUkwSvTcUeB%2bSiSYhZMoGLhfDCMOPOeMTBeB6ZcqENCtgpHO24jPILIaLnynp/26PAtV6gkWqG1jEipxbHODzDkJUhUD6noTU2GPpWmIkV1gecC2QmYG3pshqNPOIDIUlII7AVBVNKI7a0SNpQCudBlZ6ZLBeu9zQUllakGNiY1Syg7YD5mmVr1KCbaVQ0ZDiMubJ1lIfufpWN7hy//rETJCabUJD9AepKCf3eDKtrB3j9yn1cWz3GKKtPglBRfopqhTLfGijjF6eBNJYBp0AzdhiMzTtUdG9cY2aiNFYyYBhrw2oXyPvBFQJRFPHUF8581cVL108cWJy/cDM2PAFgd7j7YxoLZ6%2bqk69f7r73B7/zdSQOhKDRRvDBoyIDcQNcgCgqbxOorOMKL4ZRSEgwaKl8rUFTUr4yACAg5AEyLEEETcQsQl15RpFiPcScyj2FzzhoyqqlWitqkSYHfMgZupj1ocUoOKgjmg3HsbZla2h5/krg5DEhkcAoFGR5TuFU6RXxnkg5UikVpURCteJkxAiFKoZlUlSkMaZkuV4gkpI6KRXIRZfj4EOZbqsFT40CQYynKxG9ooEnY%2bAC/Z2CoUsQ16epslL7TeDq6hyryzVM7CaUfRcZfo9yGscZZy8%2bwMWrJ8mGEUmcEfw%2b6rYHBNNfprSOySX7yNb0uWMiGcb%2b8WLqfDVh1Te/vrx3Wks4e371%2bKc%2b8/wHv/Hr3/Mj2zv9PWfPz3Z2PSGHDsjk78hSTM%2btv/9Djz6%2b%2bP5HNkBaiDGIaeG1qQJaolINH7%2bkt%2bXMcKWvNY5iFAXeW8RXUzq4qtGGURDWJWNbcjJS6uMIZmIOKWE2gW6a8qr3vJT3uO57XLFDUJb5JKER1ZhLNMdawvGmohUJiWiEhMgE7jkCOlKs%2bZztIqMfDDs5rPT6jAYjlA0oUfSK0p%2bLh0SpMh3ReZxOKKIILxG5FZQGJVAExdBHeFFEAZTzGBdIKdAm0HOKnmtxbdSinxVkPtAtZui6WYxkGCnoDhOsz1hsbUJwzMwu05rJy5yN8fjLWFPdpS5KgS0SBr3mrltoGmyTYxUV/M0Fvim8VZRuSgYNYyBOe0bGKZ1q7B2Z8pLsvSFQVrLI8sDnv/jGV2WjTBmt2L9NKOChubEnRCGi1Vc%2b8PEv/653/DrtuFVmsSmD1obLK4v89BO38q1vP8eJxY1dX6TNQdVBTOnUrzLxSw9L9RhVAyIIGWtYBlJjiZim15gQ6KucTAkDDJHAvIZRLWHFp6x5jyly0qzLoinTuPNgqEURmkmsLiFALimDyLAgnq4XNlzBwMJQxdhawrYdwHCIKEXXK7xJqUUNjPN4aylUUqaIBkcRqpAlpXEOlHfoUPpc8QoRTxDBSemrjSgINqLpRzifY32BcilaG9LYkQ01WkqLpVjL4YULXFlfYNBPS%2bVlgqux0XgKYwHAo%2bQmPHoPo91vZpnabkoVx5R2mvreBFSTc6ZlwOn77H1YAKLI8NLLl9%2b9srpz2%2bHDC2f22wQnAGzGlVFRDMGt3rrUeP0xk5WhRCaq1Hhx/Ppzx/lnH3mUDzy4zYlkB4bjBvmSwplG9fSSpU38hkGDBHL6bAdNLA0OhkYZOBVKuathIRWPNmBEIxLYCI6uGIKOCTrmjHVczjNS36NGxIGoQSIKrWJihIHrYb0CRhACM8qwXHhyElRaQ6Gx2rDaXaNGTqHrZA5EKQa5YyQGF2lSFXDKMLAeQ0ngjasS0JXHVuDQAk4pvDdQFGgp4%2b5yL9ggtOKC2cY2w1xQPuB06bf2DiwF1zYP8PrrJyiGZQmSPfbhKU4MoFSZPFVmt%2b1D1kSWG%2bNBbgLSfffdj5mJDTCMdd/KFbffLjidOzKOBbsJaAMkScTFKxuHXnn14vtvv/XwmUkb9gPQ%2bipcR2KCO/POrd7mkUaIaTT02OUKKKxLKKxisx8DdUjqIAMoWpTlrIoyckLGsuFYw7IM6LNGRIsZZkMC44gOKvDi0GhqobQ3GUDE06is7k6EflyjG2oMvacbHFsuhwDG5UQIg2DJK5PLSlGQKscwmQEdgQSMBLSOCX6BjLLyfFDCTlCEENEwjtwV5K6M9ujEZRyhdQ4rpS4dnFR9Yqsik0KqLLUoMLIRmSuXT0A5rKqRZRbtHf0swvuc4BWKnNwnfPLJ9/DaqUMkcbbXSrKfIlUa8u6xvQO958JKvgt70Bb26R03uc80fqqk9km41%2bTZU3%2by1064D80AaK0YDAJPPP3a%2b2%2b9denfjPJiMi%2bW3jc3FYwQhhUAA95deOyVcx3uOZSxkHpCNpYKFEcPdBEs//fH7%2badd/dpxI7XLs9z24IjTlJwVZiUrzLuceAdXoSMmMUwS1lvvpIJxyaEIASlQCkaQTMMwohyjY8mHiWaqDSCsCwKpyMMERsmxSLkIWADaNFlzi9CiALboaRQhHySdVx4UEmCEFNkOd5rYhPw4rAS8FpjnRA5hxFLLopAII5BO6E0mQpOysVtxBVljj0COpAoxSgPOC9l5pwr7%2bdwZREm48hsk8898xCvnzpEZPaZKPbjQpcxja4wJeWbZs1vJuZN/z6lHVeDjISw79Kby3G70BqDbvzzWBnZdave%2bPDyZKUUZ95YeZvW%2bsDifGMln4o93U1KMrNAhFH91trm9be/evEQdy9dhCwjBINUEcInj%2b5wbLHL488d4Qd%2bvCCOR2S%2bxj/5718A6YNJKbWUsWFblxq7qxGHQC3Y6vcwpTl7EIOg6eHIdaAVYoZe2KhkwnmElEBPFDaUkYFGyvwRjSIWcAJDqwh4lC4VpFhRxiKiIQRy7yZUwFGaNwKlLBdL6f%2bNJFDo0vY48grnHVp5TKD83ZSWfu/KqgdeFDaYsnCQ5Dgiioqti4RSGPcyTnkminPWdpZ4/fVbsAWIMmXN50oa2QsgKRWSoG4E24RCUYl9pdwYpmzDe6EwfZ1UGm5lkpmQX9kFmN8LxPJjbIqRvb/t2cayYUmao1hz%2bdrGHWvr3YffdvzgR7OiuOFMvNvE%2b00I5%2b/e7m3dY11Kkm/hRw6VRFVjHCbSvOP%2bdVr1nJ96/DZev7LA%2bnaNf/mxO3j8lSUurLbZ7Nd5%2bUqTT7/e4Refm%2bfjrx2gIGLkA5MM%2bspYncmILPLkyjFUDq0DIzyrQEMFZih9vTuiWAeWQ1lCY14KJARaHowXMl8G3eMViVIYAaPAS5WMHsAGj1aKSJUhVYgQRwpjyggXKzFGDOIErCcioHUgqBL0A6cYhhK4Y1elkkBkArHyxKLIitINqHVlpvWK3JfFjzSOZjpg0Fvgi1%2b8m2FPM9PZ5G0PvUq9XuCcmhrOXRLmncY7vWesZf9plEz3pprxDQjcd3HYf2wKcNPYm97GBuk3NcPsbpHRbG4NozfOXn/MlEUeJ1dNKGAUHSw12PDiQ4Nhv5UVMZHkiE4nkS14xcHOiEOzIy6v1/jG9y7zP371M/zlH3snf/ulBzk41%2bfATE6z7tjoJwysoZ8ZDi16Dv/pV7l7tsDbFIvD4MlVn3WtSBF2PNSUYhZHgmIknnVK65OhTNKxQYgkUJOA4GhhOIBwRRyXncE6XQa7UoaJl8EQZXLQmAFFIrjgEFXmkTjKClwxgcEowgkYFfDB4gkYoSqhq3HBI4EyeVMUogqMURQFFM4SfOkPVsqhtGJURKALIgOxshhdcObSLXz6iYe4fLFNrAZ88L3PcODgNqfPn8A7QZkp1LyZeW8adFNKCshNSqyMqdsepP4W2nGYkkHHt5Fd4/aY9E5Y8DSk2HNN2VVlPvXzL55/5L3vuVs5F7zznmNHlnYBWGRnQWpoOfdgloMERdKIkDgqH6BK%2b11i4JaFLb73w6f4vq%2b5yonWNd555yVW%2by1yG3N5PSKsqzJX1wTqMWxsG/6fzy3x/V/pmYkH9F0NEzRaK9rESAjERogFtoNCiSLGk6OwVUi8F0%2bOwVecoYdmUCWdjyiX4rLOUEiZA9cSTV7FCmoJOBypKJR3FCEQqTITzlaJ6OI9sSm9H2UUc1lqwiDElQAynvDKBwof0OJLsEaKPEQ4HN5rmsphElfm2PtAqnr0h20%2b%2b8wDPPvcUXrbMSF47jx%2blbc%2bconPPnuSbreOVkWV3zsFhN9Ekd3NqucGyrf30HT41TTi5CYnVy%2b5X5%2b4QUGa6pDppKZJA8YyY3kvpYVLVzbvUUovzc02r2V5yYanSvQqgh8kyIX7ljcbXNqYQ7QCHcqgg8r46En4tvdu8B2slZfblL/5xz/DodmMf/34W6nFAW0sogTRpbvYEPjY00vUga96YI37DzowZUGisnpJQBPoESgQrIdUCQUwqLwoiYRyeVI0MZ4upZ%2b2LClZ5gh7U1Y0WBvGXFhrcGBuSLNRdo/1BSkeJYYMg6qiiVXV4WP3poiUlEwMRYAslAH8zpdkIwSD%2bBGdKEc0uMKCKKwKpFFRVl6wivXNFt2%2b5vzlOsUIri3PcfbcAuIL0iRnFAy5TTh75RCvnr4F7yp2P6ZON7DFvaM/IXxT5%2b5RnNn3OY0PKvDsCyK4OcUda8D7vu/RhPdfsp8aBqJIs7LeO/HyK5fvPnZ04dooK7jrtql4QFGzBLaOhWL9ru7wIKNMY2JdBhrYqQgIyiwMXEEZVjVLXFN867uX%2bcjzPVa7TerGTbVbyupSLvDa9QZf85brpNGIrSzlcpEw08xJMFigh8eJIUEYBSEXRVEJ1xZFEgKZUwy0w0kJ2r4XVjZieoXCBkd/ELO8lnDqouEb311woGHpUxa0TL0i1RGFwDCURl%2bpIoSFclmvQOmRUQLeaLx3E9kxOFUWfVSKqxsNikJoNnIajRGJ0qytN9na1FxbnuHU6QNsbWj6g6gMiw%2bOyGSl/uUhiR2XVub5uV96J91unUgXN0HQTdAxTkBiKqz0TSnUvlu9KZt9EzI7uaaapJUtZA%2bFftNtLwiN0Wxs9JOt7eF9H/rK45/oD8rc4akSvafBb9yauO6BppnhloPbJDUBK1V9kKmme49YX16tDDDDZ14/xFY/LQtv36Qtxni2ugmbWcSO7/Irrx5CtTxvaebUKJd4iCmDtKwo8lB6N5QIaRASAhZNT0q7XIMy5fyJN2p84tk6pgwIpCjKGWlt4PKq4e4jBQbB4WkEYUE8fZ%2bTY0oPhq9YdCgtSJH40ttEpUQoRR48wohDHVjupjz5cocXnuvQ29HceXyV971nhSe%2beJw3Ttfo9w15VqqzgieObOn8qXzGJVBK%2bhW8ZmOjXYZOTQJS9g1qGB%2bf2mdsFuOm594cGhXFk7Dv6DRzltIicTNcTeP0BpOf3Aj0iX5S7iglFD5w%2bcraPdeurdIfZJw4MhWOpfWtOLd6izCInYuZaw9RfgCuBXFVZWCatJqEoFMEePZCk3/5sVsZFYZm3TJWrieTKEBsAps9ww/9yu0cnj3IxbUW3/E112miyEPpgUjQtFEMq4stpQQwDGXFqkQ8Sgd81ezrO4qXzxoGI2jUS7OCVqGq5wfPnUnoNAruu82V5YEJ5GIZeV%2by1KgsRabweAlQacc%2bFGiloCo8qUURa8/qdsqvfOoYz79cQ3nPKDdcvtbk1JmMq1dTNjcSIuOIjas00pKljoG3O0ChEpMCxpRR4iFww8CHfXvT1c/C/gEPe3b232CMlF2nxUT%2b28eKK1NO6WK98XKqGjR7VeQpW9ANF0x/Ey5c2rhtfWsYaV2m6k3JgAnQO4nxrI9mOXVlHusNJi4NjeUAlsneQsDrWpnWncM//LnbubzeZKZuy4ZPE8ypGZzGjs2tiCvL8xxccCx0chSBAbsKQw70KWsR6BDIJKItgRTHDhpBs90zfPS1BheuR2z3Fa1G2O24ikJoDdYpPvaFFoNiwKP3OlbwrPtAZlJs7gkuEEmJEI0nVkLhyngKE8Y4CWjtGGY1PvLx45w6UyeNLN7CQyev8Y63X2WmndMf1Fi5nlQxfaEE1XQfTCmj4/Eui44rrBWUlEn0by6L7Qp6wj7M7EXIm/w4Dc6boP2m2x4%2bDGNrws3kzDGoA%2bU43KROm4iwut67ZXG%2bPX/o4Mx1mLIDuuJ5FdzVWwmBq6sNXr1yjH5Wo3SDVKl93iI2K3OOKFPzPvNqg1OXOiTRlCTMfuxXrxwgijytusVLwBYKjTCHoLFco1zKoIxpESR4XBUOpBEawM5Q8ctPNvjcSykbOwqjw76%2brKhFCFUomPDCmRrnl2O8CAUGLQoVKRS754QqGkf7MlOv8HqS2I4L5IUwHCg0fpK/ffxoj6OH%2bly%2bNsMrp2aRin2PjT7jd97tAPYoA84p6mmPpaUVkiRHVNg7oDfIb3uYJeMn7R6YQvbNBoGbwG4/KZ3Mjl12vdeC81sAd0JdbziINort7cGhU69fPHrq9YvAFACNnqkFt72ED3QaI6xTZHn1syjEF0jw5aIyJgYsn3%2bjyd/5qXsYZmUq4uQNp//2v3w1KoWFbhGVBdKC0ELRxpEAh1AsEUrNOzh6wDYRp1Zq/KfHO5y9ntCseZJ4umemOn/qcGwCa5uKZ181ZSndACGUlNd5KXOoFKAVuVd4BToKaO2pxZ44UhQ2pm5GfMW7LzEz68hGZfGhzz1zhP/7Pz7IL3/sVnpdjdb7mOZ%2bojMeiwAhCLYQ7r/nFb79w7/EY%2b9%2bGVEa52Ry3Q34kTfZnz7426kQOS2m3%2bwhYf%2bRKXY9/S5v1rg3aYLWisGwaJ69sHXo3KVtYAqAKrq9E3y2hHfctrTCyBqubdbKUHtvwVmCihBlgIwnX0v4qz92H9c3WiSRv1FQnny/USYRBTZXbPQ0fQK6KvyYBMUcgdkARQAfNA3lSSh44rUa/%2bETHS6uxCSRv1F0AW4QpKq%2bVAoS47De4ymQAaxeryielFVgUuVJNESqrJdap6CupJx44hCdcuTAgPe/9RytRk6WawbDiMtXmxUg/T6iVY7CuJ0TyjEBZOnKa9Ry2s0e9548x%2bx8D%2bfG0eVhj5h181G9mX1vdwxulAHGuvO%2b824ktXuvF6bskzf28eRT9uzcsK%2bU0O9nupbopbc9fAswXR9w9PzBUHQX0ILBstWrc62/wEPqYhVgYBBxXF0P/OtfvYvfePE4y5tt6jXLDct87WE7N3ac0pDlMBgIO5RlsZuiiDHUUGzbgm0CdRO42kt46XyLJ16sM8oU9dTv69K9%2b9MdOsa/UoFD8znNSHFhLeLzz6ds9OCbvmyHTieQWV/ms0rA%2bdJobVRZI1VJmSgegsJaw8k7ujQbZ3j8ySNcvNImjstilLsTrnrodOP2TMJy33thdmaLZnPAsGhwfWWefGQmeSH7z9/Tr/v3J%2bfdjN/v396ENYUptL0Jm52A/QYhdMrus2fC7AWiEqGfW/LCH5ubbWio0nXKu/cWvM9qBIejDFAxEaU0j4YoBzb59584wg//4iNc32iXi8Hc8DJ7Nb%2bpujm7/USpAV5crrMZIuqiUN4TgiV4z7rkHDKai2dq/NuPLvDxp9vYQpHGVXEekX3U4eZdPnbKawk8e6rBz366zS8/OcNzF2qsbMds9kv7o3WBDMETaBnLQlT6Lws83kAUC7kN5aI2NubIwSFf84EznDjSJc/1bgMIuxywevE9dbun8FHkmgML17n75Hl6wyV%2b/ROPsbbSLLXi8aDdzK22H9BT54ns6RL2gmmKNsve728isd/k2M3OGf/dXO6bnokigtaaM2cuH/rkp55twnRJKV%2bbCflO7PsDbp29yC1LK1DkkA0hztjsav7xTz/IT336bhY7GY20mLQj%2bCmkwS7/HXfWfjMEYHTg7PkGr15ukOFxAZq%2b9Mm2tcO5wGdPNTl/LSU2Dq2nXnc/m/8tuk8EVrZinnsjYWMbmmm5CtHGdhlmpQpLE1uWwqMsUJ57qtIUZeiSIVAU4FxgNDLMdQre%2bdYr1OoeZ3c7e0yApyNS9o5VJZArz/WVg7z0yu3keUS9NkTrHOcMzukbzTLjA3vEsKlje1lA1ZybUbr9B/Zdc8N%2b2cl7bv9mVPnNhL/xb1Vt6WHm29aVebwTANr82kKwA%2bky4p7bLvLl951maAX0MleuB/7qj72Hf/Az72ZnUCPSbjfEbEyO97zLbpW%2bMQD3AMWD1oF%2bV/HK602uuIBSigaaNChmAuQyoBa70j%2b7r6sCuywvhCqccN/r7uI/IArSFOppwKgAUioj564YrIV2GgiFJh8qnGi2vcfZHAqPzQKjTLAuYH2o5HdHYYX5mT6dVoZ1as/kuDkD220PIWCMpdub4TOfe5CLFxvMzW5w370vcdfJ15md30BrW5VV%2b022N%2bGme3WRN1EOxqLRHpDehOLuOX4TcN5w432sad9mncc63bnr9iMtmAKguGwpMGJNe3IC7zxxhno946NPPsL3/JMP82ufP0mnkZFGtspJYHpCToA33i/7ebzjb06tBDa3DVu2tP3t6IJcwEjCjDa06vkk72laxgrVs/YM%2bhiIFfVxHow42vWinA7jpoWAtyUQz15KeeNcgkSaJ95o8dHH60gWSKNS/BgMHcurhmzkS%2b%2bPBESPA1EFHQXqDctkeYk9Dd03ZpOo8rGtrGxnHA1xhWdttcP6xgGazR6LC5vkeTSlkLCb%2b7M/0G/fg%2bTGQ3sPyP79m4Fr/P03Aed%2bSnjTbb8cWGrCO9s7s5cuX5uDaUO0zeZy6bFuE%2bYHhgcPvMEPP/V1/NQTj7LVq5MmZfh6EhUszvS4ttHBBYP2fooSVoXSbph9Y2TIZFcCGO1Z30hY30rYWhqx7gM1EWZEkFGdK5spSsbnj0dtzHz2Cb5hV%2bIJlGCMtENJmfOry5ZVFfPLOxQ57PTLilRr68ILZxp0h4bFhYyH7t2mkwyIlMVmBRKVMoByHh8CyoD2juB9NRWm27bbkF2qt%2b%2b4E5I0I8tadHuzDIY1rl0%2bRJFp6o0hJ%2b94llExw/lzt6HlxuI%2bwlS86M044g07NwFLoEzrHAuq4ebnjb06Vc/eeJMbFJeba%2byE0ifc7Q%2bbX3zpYvubvu7duxQwhI20r0dsjVIKrfF4Pvnc7VxcnaOZ9nnHXef5svvPMswNK1utMvF8irKFPT6n3ZeeBElWFGAsGwVKOXBj0/C55%2bbZtIoYh4SMGMdLK/DCtZSkMjSX14XxkrcT3%2bqYyoYQdilgdWyUC9u9qWK%2bPkwmrUiZNTAcela7mmurMR7F6Ut1PvX0HB/75DyDIuHI0iZHWhltgcW2JY4t9cSS6Izr1xNWllPUuI1TXTDZZx/4xpRbIEkyclvn6aceJJEN3vOuJ7EhZXl5gfbsJiduuVQWJr0ZMN7M5HcDW546MM1B3ozABbiR7ew7Zzyge%2bSwm23j41M1CgEXJIqTNIEpCliwnWzaQCJDCmdopfDWO64wN5fzp778Gb7skav81Kcf4aPP3kUIFqNDlZNS5U/d4EQf97pMwBlCuUL6rmhY1jY9fbbOhYdSTh7UdHy5hELXBpwtw8EmGf8eUGXGVghUAkT1nMrgNnEThYAPgqsyyEouWYJ2AkgHtQROX2xw8Uq5grlSZQDqxasNHn9qkbfdM%2bK22YwkVVVSAqzvNHnl1YO89Noig6HBKF8pWnsHmlBNwOnx8FAUhoWFa0SRcP3KAQRPFFmOHFsGpTl37gg7vSXW1lt4GybVs8Y3vwFfY5q%2bT3OZTP7xOWMiXU3ScIOTevqm43eZTl%2bakPS950xe7k22qchp5z1GR/G9dx6PYQqA2247GbqAF8i9ol4LfP83f4KkpugseiDh9NU5QhC0eMZ60Z6ojOmXHQu5UxR6PKFkTBGVYExgMNCcv1Zn%2beAqcyqwNTR88rUZlFYEV0WRTKUZjPMYxuVzA%2bNO2X2OUN5fAFuEiTdxIqr5qqpo7Ll0vUFeCElcUkijA4UVXny1xZlzJ3norlXe/a4VBiPP088c5fmX5uh2NXg/UchCGMukUyCEPRwreLCFot3aolYv2NmeATxx7Lly7QSdUxscv32DwdCwuTZHv18jqQ3Jh9FecW1PX0/tTwF1curkWLkjlfzub8Dd9M1k7/E9QN0Lzn1Pu8m2TwkSIS9CMhjaGkwBcOCpquwFnPL06bOgNEo64JuMhhGXVls3Ak4quW8CrlBSZzUG4W6OaXl86h0Ck0ScC1dT7MOeIgj/5rPznFpu8LWPrfDUi23WtlOSxJeh3b5MPhKpKMO08avqu3FIk60iOsYiznTsZOGgUfcsdHLqaZdry4aNTYPRlURXhd%2bvrieMeoHehuHTzx3hpZfaZBllJts4hGoiCrCXxU33ky/veejQCrWG5/KlQ4z6CqPLaJjCCeurCwzyea5fncfmcPKOZxFT47lnH8bIeO2NcUbbmLrewHMnD91jLw7TX6aOTe9MZMEbgVWO5NTzwpiK7EP%2bnitutA1KxRGdLynU7lpx0spN2C0T6zPP2nUQnbHYNpxbnuPc9RniaMrnO/6cyqraO38qEIa9330ow6zG1DAynnPn63z%2bpUWeLyw/89w8996a8WUPbqHE8nOfPIR3Jf9QWiZ95CsgwpRxuuqfag0aXOFxFnQse0Sa4AK1BjgiHr5zm8IpfuHjC1gLSqo1NVWgUStY3mrz0786z6WrKbG2JHFZDWsXbOP39BOw7QruVVt9KfOJiblyeYZ8yG4oFqCVo9erc%2bKWl4l1n9nGBd7%2byBe4tHw3L7/8AHakyjp/Nwx0uMnuzUjluC3l/sSVOS20jhs7YVfT4za%2bx1iIfzP2vQ90EwJRHvceksjkM53aEKYA6Hw9C76Mt8sKhRvGeOvJd0awYnn%2b9ftZ3W5Qi23F4qrEZx9QqjIyVi8wYbPjd6neYf%2bx8QxVKhAK4acfXyBQhkjVa54hEQ%2bfHPHiawPOLjdIk4D3pUV9HHMwZrdBwh6hvJyg5YPKYFXBOaqIrYDWsDPQ/MJvzDN4zHHb0U067TZXrqQ0Gg5dUXCtA5dXGjgLaWInxYimicbEFTc93tP6mA8ErxgM6/R6DTQWrf1EISsKTae5xu13ncWbJp32NR6%2b/wW8xLQam8zO7HDt8kwZ3Dq%2b7T6DYwggqkyMCmPKfzPiOJkwvxnb3NOJY%2bhOXTP9cuNjv5kRepf1aK3wuPzC5ZVszy8izdHYzpVngDbELU3c0DgSnj9/kKLQpQ1wuqOnSXu48W%2baUu959/GxahBEAs6WPlKjYKenGBYwGw%2bp110ZJUJ5vnehXDl0GuDs2gEnn7akjElSigbOlfbBMYCcg60dw0c/vcDKRsKH3n2dtz%2b0jjGB4VBP2q%2bVJ9KesbYd/PT7jjXrMNHyCWMKI%2bAC1kakcY/773uN2fk%2boyzBjb2goczwS2qWCxdO8smPvYfVqx3arT6Xl%2b/kiS%2b8m9HQoJXb88xdkExhwI/zdd/kvIry7V5TkYHx/p5rdqn3HqUjlKsSiEw/eP92c/YLVWkT74vrK2t7A1KLgq26hgYQck9QFp02SEOgT42L67Oo6UZRKSBVR09iEMOENk4oYflZRrwQqtp1FQjHMqBQsr5ywAOr64bPPDOPsrOcuVwnifzuiqJSUp2xHUzGS1ZN2QRLg3OZjTXKFd4GIiyFE4Z5KdRr5UmMY6cX8/hTC3zLhy5yy7Eur5ze4TNPLbGylpYix/SYTGOvon7jAyVnqt7dlxOgsAlGD3n07c/z8MNneeX1LZ555g62NpvYvAzwSNOM7a0ONtfU0x6r68d54unH8LR548xduMyXuSi7uGAyEFNjEcaFoghlMckb2GpFOaeJyPQs3ufAn4gR4/v4coaFsUzxpgC8ORCF0u/eaqb9h%2b85srMHgLlVK7E3tLIINxByFTAdaLQdp643OLc8R2TcpNGBMmO/KqUMY1VDAC8VS9yV/wL7WHD1OdbuxmaVsRxsc/jk59q4IMSRx5jqWdU7iVCWkxHKZ8Gktk6YUvF8xYbzXHHH4T4Pntzh4nJClmvOX2my043QGtbWI1Y3Yg7M9bnrxDb1OOdjnzrE8moDo8fG5t0BD27XgDuh6BMKU5qQAoF2Z4uH7nuF%2b%2b67wrAfc%2bfx12k1N3nq6Qe5dGERCFgb422ZHmCigm5vjk8%2b/iFq6QjxRRkPsodq7dv2T4w9xGl6gkyz0f032H%2bzMPW8MKU2V2zrhqDCMLU/fXxaCxac87Tb7c3jRw%2buwxQLnpu5e3XoDN1Rg6yb4grNaCdHhYznLx9ieatJPAbgNMkeo2ds5J1QcsVkceewmzC9ayje%2b85%2b/F6U9rkQqiTQypvhp2Tfyd944McT1QW8C3sm7dgAriVwbbPO0MZ81Xs3%2bGMfWuEDjy4TRZbRUNHrlwCMIs9goFma63L7LTv4KWo9zd6NzhH8hOUC1arqkBUxUZLznnc9y4e/9lPcd/Iy%2bRBC8Gz2F3nhpXu5emWxfG%2bvCE5XbK3kJlqXSezZqCyJYqKsnOyTvp2awYS9eh5j09gUK56AMEydMX2PqXMmYzJFKYIH3LiTdzt9egBvYLsy9bn7p41G8Nsvn17uwZ6sOLspYgqJQ%2bQkYrjjSeZ6ZMR86vU7KApNPSoXl55QwVCZNiYjJJRl/JlwQ6oBlPHUDFKdFsALXlHWfq7eb3y/4JhovONEmrD/Hcfb9PrL%2b7gOlM/WOtAfKH7lUwtcvFLn3Y%2bscv%2bdWxht%2bfwLC5w%2b1%2bYLL8xzfGmT2c6QwoF1GucU0Zj9VdQ0eIgSi3dRxQnKn4q8jLpO4z6Pvf0F7r//IjYT8mG1mJjEfP7Fh3j5xSNosQi%2boiyVbDkGVijFEWXKOjau0KVyERSEqTK3E%2bwEdvG062qcPi/sB8z0tdMgDLBHwJ7cfzzGTM3%2b8bbPDsZNfqp%2bVaJIE9nRkg1gCoA%2bd%2bvdfGYwk2SdVBts4akvdHlu%2bz4%2b/8YtJLqYtG8iyI5X3an2xx0wNjQHJbuxZ17wUkXZV4M41lrLalbl5NKyux9gtxRdKD/3vHb1%2bHEfjcuV7KGAUxcYHTDieO7lBmvrig9/KOP2Y12WFgc88/IiH//UEh//1BJf/WVXmFvMODDXJVJz2EJhlK9ceeX7DoYJwZdxfcGXkdO33X6JI4fWmW9vsrS4SdY3FAUEZ8tCRT4jVV3Gqx3tDvC%2bhgLeqeoc8N7gnZAkvZJdu6kBH09sJnRt95577E67P0yUppuB7IYAxrB3fwzAPWUZuMk%2buwL7%2bKcgWOu44/Yj17/yyx7uwhQLXpx7%2bPpWvrTeK7rUU8vMUsG1VPgXn3k/6xttElNM2OeE7Uwo4VRGP%2bPZGPa8054JN2anYR/b9uBt2L2N3b2HDxMZeNenPM2Kq3tPWPXUn/fVcVdq2WniuHQ14Wd/9Sgvn24R65x3PnSNb/uaN6g3PL/0yVt44vOHOXFknbc9dBVbSEkUJtQfQigz2Y4dWaXd6jI71%2bXRR0/x8IPnWFrYIs8EVwTw5ULZtgDjRpy87TQzM91SRvRgrSEvDFmeUBQxeZGQZzFx3Ecbi3caCY4DCxeZmV0rFTUnk5eeziPeA779VG0KTLL/iv2AnAjmN5FzmDKA7p0z%2b4A4za7K/RAgiQ1ac2l5vW9higKuda9uzcVuxZniNms8MzXLk5eP8uwrdxObcTRGRWLDmGRVbZvyMJSLE04Z6aZJ1ISCTtmpfOVTDlItdxAoM0BLVi2VcD9mddMpqRNqPH5HtatV7%2bEQU31bWIXzisMHdhiMIj7xuYMcWthmbqbgvjs3uOOY4/S5Di%2bdXuDK1VuJ04JWc8RwEO96gUIgzwwnjpbLLAxHiqww1E3OzlYCNkdCCTwkoEK5pnBA0ah3uf/e13jmC/cyHBiOHz7N4cPXWF%2bbJRsmFM6Q6B3ShuXsuXvwXhOZESeOv0ruWqyvHIYQyrqEMu0U8FU/Tc/om7CBPR3Cvt93329XTh8Lv9UM3n/tDVx3P/iY7PsQaNRTN8r88hefu8Rb7jsxBZ2wOhjZ48ufeO3Rsqijzzl98Vb63VbpdhqDbWLlH7ej3JmOit6dibssIIyrCvmwt0rAFHUrZb1Qaa7ldb5ag4NpyrafAvpKcanyp8Zy8oRT7KOIhEBvkKKVsLMd8/LpOQoL2QhCUNx1%2byZf%2bZ4zzM0Nef30HL5aliFMDU7woMRhlGWmM2BxcQsfyURMGAfJ%2buDLKqrGo2LNMy%2b%2bkxdfvBtrFXNzazRnRmRFAx1BFAUW5ldpzw64vnyCUT9Cq3IVgfXeHCsbB7FOo42lVtsioMmyGnlFPcsHCsGP/Z27YyRT3/crMbtjdZPfxx08ERkmA3UTAN/c9jc2jzgPaWIGhw82rh9aSoEpCrjYecRtbF%2b8MNi2FCNN3rBc3ljCFRoxGZPggzA1GBUVUmPCSCjbKb7siHEwX5CJbFZaKaYAHKQCSpicMBbqpfJ6lFQvjJegKys0jGXFqck2NstMd8Mep3v1TEWg3zf0uoHIWD779BGsFd7ywBVUEAqrSeKMAwtdvD9I4QLOle3UqpR9lPIsr7RZ2aqxtLiDLRIMniAFQ6fKmpvaI1KuWYcJZFLjypUFVlfaNNIuszPbnHnjPnY2Yjozm0RmRFhZZHt7DnEFxhQEr6nVuvR25llfP4qogChPo73M3MxF5hqXGBV1rq7cRb%2b3gDZ9lDiyUQdnFUpytMr3AW6CNHblo/2ArCheVTp5ogGHfXbR8Zcx297DdqegKIItPDOd%2bvKXv/%2b%2bS0cOzuwFYLt1mIXOgVOHOs%2bgMqHfj1jbnqkoWmk8Lu/pd6O4JwhgogSPoy0m0kaoolYmRE0m9sAxC56wdXxVtrSyMYpU4VflHB6/33gJg0mpkArYTEW8TE/s6f4Zg788T9Gq9QgIn3ryCM20y/13bZSKRYBm0uOdj1zgc184gcsLlHbkeYxSHqU8w1GNLzxzF4%2b97VU69R4uC3jvMMojyuO8Jyihpod0%2by2eeeEtbK0nGO2Z6azzjkeeZH5mjWJkmZvrcmnlMJvr82SjCCU5tihL49nckI/isli/KqlRnje4445neOTOT2NzeP3SO/js578Lbz3BWLTuMjd7mW7/IP3uLAqPUjlasgkRgaqPJWcS5UFZ0yaMQThhe/vZys22m7Hf6riU6%2b/NzTXOXV/tr25sZLzlwanqWBevfwrnhucePHDNNqVn1rZnuHb9MErcrnZbyVmlnFcK0eP6hJMBrj5LD8UUCEIooweqoup7SgtXQBQJU0XXKxBO0FPdVslkuQoqU85%2bVf8GEWfcZdMiQvXfIEuppQXBBZ578RDHj2xRiwuyXNGsjXjwnktsbWt6O0KjkfHCS7eSj0LlGtOcfv0wtx%2b9yLGHrtITUwY%2baEdRgM9KtlWr5bx27gTPP3MnkQyQ4Dhy6AoLc6vMdDZY2Vjic597D9eXl5BgiU0XpcsI9LxIcFkLj8LmglIeHVl2tg7x7Etfh80TDi2%2bgVcK5wP93hKHDj3Dffd%2bgvnFN%2bhuH%2bTipYdZ2ThOt3uA0bCJiMPoUZkC6gWlMwgBbxPAIWaIOI2f1IEJ5WD6feC7mUlsn%2bF5bxVV4cjBzvlsOMg3hwUwBcBO6y5G8ew5F//nNeNHBws7h8uiyeiNvQ1jJUMmNg8IlIniJdsNExfbtLISQuUp8eWPE%2bVKyWQhGx/K9RnDdATmGGAyfvcqLAupxJIwYcl7FvwM%2b3YC40XGJ9%2bFMsOt34to1YdsbKV85qljfNljZ4iMJSsUo0Jx/wMX6W3H7PRatDsZRTRibm7E2XNLaO04c/4ocR0SPWJxYYON7QZid5hpbdJpO1zQrK7OokKB94pWfZUHTj6Hci2%2b%2bOLDHDnwKocPXeTi%2baNo8Xhp4b1CqyG3HnmBnd4hBkPh1tteLZUZK1y9di/b2/NcunoLBw%2b8ysHFV7j3zk9y/epR3vXQTzI/e5VhnlCffYOlzmmGo5TN7UUuXX%2bQ5ZWT7PQOktuESA3xtlYK0WO7llMEycoE7slKTFMC9YTk3Ezmqz6nIkOkGnYlwm23LL36wL0nGGWlPXMCwCTqEFR8ccfcfqaxffGgBAfaVsLr2OVUgWVCaSdC2cQOV1K5ULFWVVEtJjMpBBAddq/xpZdjvDh86RcuFxEMU%2b8hunxAKedNhM4JmqaM/OXHtAw%2b3pmifmPzhYTS91wUEcHDCy8fxjrhvY%2b%2bTrM2ZDjUzJgRcwcUH3npNq4vN2gkipW1GkLAaM/5Cwc5e%2b4QzcaQhfkum5t1vLXcc%2btFHrj3Gmevd1hemUXrAhXKCvmnTj/I2x88y5VLJ5hNz/Dw3c9y7twdrK10qjaX79RsdXF06A1n2NlZwllDs75OFA8RP8Owu8iFS4/ggnD84Bd46PZfIDZ9/DDGWIUjJXeeREYszr7B7MxZesfbLK/fxRvn30d36zBKxn5mgaCwrkUcXSZurjDqHcLlCgkOZKwFTyk5NyeDu1sQUGUk0kynVgTcK5/87Cny3PKd3/zotCdkhcjUB6Zx%2b8u9jcffo3WOibKJ4XXizhg7/n2Aqgp8QKqsMdm10kzYbilVqHGx8MmtShCVXp7SfDBm58FXsk5lO5pQN1UFNJYaChP7zxh0474IU4xivxJSDu3uO1XHbFWTRSnPiy8dot/TvOOR8xxc2uRQY%2bf/3957B1uW3Pd9n%2b4Tbnj5TY77Ju7ObJoNsxlxSQRqSYACaRCmYJC2ADGYtGhWqSyalFWUTIq2XCZVJZplkSqZokgzFClmAitkArvE5p1NszuzM7OT08v33pO623909zl975tdLAACBEh3zZ137kn3nNPf8/3F/jWz7YQ/qmJbhsOk1l3k3CAShRDQW01Znt%2bIEBqlJI8tj3Pk5f30VmPiqCSOC4yS9LNxzp7dxFtue5G86vLMc3cx1n2SzdvPsLjYpRrESKkwOuHIC/fbKWGN4fLKOABXzFZimZOmPZZXN/Ls8%2b8my9ucmLmZTbMnmR4/zfb1RxhvX6YoEyKjUSom13aevHa0yu5Nn2dy7DhPPPNRFuZ30k6vgrB%2bxyQ%2bzczMl%2bhnezDe3TOUfOBZMTQ6CLaJoE%2bs/lcWig3bJs48%2bNYbXly3bpwsHynR221NkiRjTI5veWZRd9nUWWXbzCWOnrx%2b2Orx%2bphnQoRlOG2BYbOOw2wXU78IdbKAA1M9j7LX/7zodrmFwlVo8k4EoYyzhh3QfQrOyMs4pP6FFDjKmKEx5Kx4KQxprDj%2b6gbOnJvh0M0nkLcY8okuRRGTZyCMtA7txBBJbaWWihFGkbZKjLH5hlrB6pJEisrpoNZKkrJkZnKVC/ObyXLJytUdfP6xlM5Yz6oGUtfXFEs3j7CwY4nrZ%2b90ijgtqErBxukjlMzw4qtvR5Lzwth93Hrj77Bl%2bihKS4yByChkpdFKoukylV5k786/4CT30csnmR57jonOKQplWFm5gZWFvUgxT7t7iqI3i6r8Sz4aCw6AN7RG1CBUCrZsmnxRGc5dme%2bjlB4G4HLvJJFs0Y7Hn9Xpun4avdo9NPcCn3vuXrSW9dseOp0xDashHTM53apR/wTCJQgQuRuIBEY5MevOI4xZU/fQCGt0eAPIuOqdxoHUW8P%2btjUiVD2oJ3SpjaHmoYXRE8/UzXpDmpQUWcQTT8zx8ivbkKLg4M5XOPRQn5XVFmfOb%2bDo6S2srqZEVIyPrdAftBlkCe24IIpsvRmZ6Cb64yyzdlpy7OxeXr2wB1Xae7t8YQMiWgfKOBVEYJSox640kQ97nUpFCEqEipEmY%2buOF7mydCOry7NEMmN%2bYQ/HXn2A6%2b58ntIk9KuU2JQk0k4OZEyFKSN2b3iUWAx47tj7WV7ei1Yx/WwT/dV1RKLnElwLovYSqj9hcw5H69dcs/mUCKdqIbh%2b/6anO%2b2oWloe1PWEagCOtbcjZUKaTD5/rrv96Gp%2b4rZdG15jvNujt9KhFWtXv851qtBeuXPWsHDl%2bN3Pa2fR2v5sStAG2NCqSV8a0tWcddsYMo0v0N2b3VW6OsmB7luz9EiHNcgLreBghbEMGPook0ihleDyxQ6tRFBu77Bn7xm2zCyi8ld45ug2Llzp0JLL3LnnAnl/nOdPz3L0zEYuLmzk0vwYwggE2tWJNmhjB1oJFJWKkKZCukFeqojt/O/a17AqQdrQW0P0tg8mJs5RFGPk%2bRhxIjh94W6ywQRRnIMRdFvzjI/NY1qSVBUs5GNUxHTEKqsmYSFbT1suMkHGlaU99HuzSJMzGMwiyYhEH4y1AfL%2bLmS8jIgzqAyYFqNsN4I9akNECKrKMD6eqn17Nj6aJDGdTqveNUjJL1C6RMadxYnx/Y9nq5%2b77bqJM1w3e5anFw7QSt0gnNJbG1An6DlnspDW0gkVfZ%2beaguRaqs3aieNtEdiw37CWbum9vU11rxxQJSeLX181rOmo91ax/RsWYNNOFAOD9ipmXEkudTpB7RbCmNivvj49bz86lY2blhl3ewiragiTiq2rV9h6/qCie4Vdu%2b9yNRzK1y8eJ7jZ7Zy%2bvy0jftKQVUJOkkPhGC1P0k7XiESFVnRQqCJ2873JzT5IGa8fZV2p2Jhcb0DsB2zg6xotXPKaoIo1iBjeqvrERTICMoiYdumx9k/9yzHT72Dja0XuG76GPPlOEtFm1cuvpPXTt3DZPs4N%2b/8f5nb8DAXL%2b9ndXkjSbQEVEHgvQJdYkyEEAVaKoTIESrB6LgxCOvn24gw4eYRKUrFzm1TJ6/bMf1kb3XANafqGmtvAgyRjNkyvfPRl14b%2b%2bjGqQF37XqSp08cRGuBxJWniN00QEpBHFlDBa%2bbuUTU2kp1xkVpK%2beLlrU07FBLG5YTxtQMqV3mSxMBwemB1HPjabfckJtYM32a8apA8Gh8BQMTgpAQicGiHlmhNbHUXLo8zvnzkwix2frJNHTbN7J%2buk%2bSVta/hmJ2cgGRaCYnV5GqZNO6y6SpIusJlOlw7EzEuomzbJ1d4vz8OhZWxqyhkCdsmjjH9TecIEng1OU5FhbFkJdECMnCwg7rpHdDBaR02UraEEUZi/0dfOHJD7M4v4l1Y89zz8E/JkpXObs4x6mTb6NYGePC0npa4iqH9v4ae3f8Z1468fdRpbTKK4VlCK2BAlNpoIMUfUS0hNbrGG5Duk%2bNAeEYcP/ejU/OTHfPlZVCRM2%2bTX3AwRUApExJOzsfjVtbLi8vndvw1hu%2bxF%2b8%2bA7Ond9MpzWwijo2LckoY52ZkSegYKop7%2bsL4sFCWplc64c6oBpvgOiGtYYMGndgjW1Dk57lmDJkOC9HQ1A24jncL2C7%2blIbBTEMiWIgjSs7WN591waKQnDy7IRb570G24kjW0cnFhVLq7OkccnS6jjCFFy//SWmOwOOnLqRlZUWVRmRZ4K3H/gkB/fP8/jJWzn12nqWFsfsHCJxVUeSkLIhnvp6nakm7JiNQW8GrQRptMri6nX8xeP/iEhWdu7ICpJ0hVhLLly%2bi6PpOdZPP8PWDZ/k/JV7qPodywSmsh8vSoyECIx2cwEKP8d0AMDQFhGWo5I44sYbtny2022baiWzGd6jAGwsSEXS2fby1NTcX504tfTQni3L3LT9ZU6f3%2bb2i6i0HZQtcQyGdvqeQEfS2SkueuzHiEQu9OF0Q2O8l9CLTWdQeFeOMHXMWzhwGQf82rnuOkFIv2%2bTyoXXDUMdMOgsjGfCa2x36sOQKPZg1cEL5K4qkppOK6x2b2qDDANKCRYXxqwzVmoELU5duI54y3kqFZHlKZGsmJxcokjX8akXbub5Y1uIZEGaFsjUdZAGrW02TxzlGCMpVYuYAoFy12yzz6WsnBpiiKQtvJmkSxRqwgXvDULYKYKOn3kfr51/K%2b32OYRPDEY7AAbefVFh9DiYFK5Rr8ajz0LJit8812zdNHX5xhu2fiYblGg1rJQ3AKzHNyiiZKqanLrxU8Y881DRhwPTr/Bw8oBlOAFj4wPyQWTHqnq5oK2yjQAjZWAJu25SGvyU7b6TcO4X36P2AgIQup2lnzHSA0sMW%2bNBTUd/juFm/L96t7rch78e8XrAczzqr9kTdsDuIUiHGZT6RFFkJ2L055xfmuXS1XWkUWnT3aTCRC0eefE2tKoY6/acu8XpvUBVSSbHLzIzdYWz8zuZGruAqGIuLmylKlIQFanMkRifaA3GUKmE6c4xbtr3BZ545bsZrKa2K4wFoTCGspikzMeQ9BHkICqs4zm0eIVdZ2L7qUVKqANSK%2b1CCIqi4sYDW/5qz64NL2kNUUh/IQCNyoP%2bXGFs4vrPTLe7i33Vn9636SQznWWWVibQCG7eeozxuM%2bnn7ydjszsRXoLuDYM7FxrNRP6HL86/8/lrhk/xK/BTZ3Vb5pj7KLjHSkaP7Q3SMIHoA112nbgbEZ4FrX7Cm/1ImoDpCFJL3YaFaJeDIDVuFiaF2QYuE2meHiTsSyJEnutqgAiaUVmnCH8jAPBBdnAkqSoYjZNn2SytcB1Uy%2byd%2bZVTs7v5MLKehQVV3vXcfy1Qxij8ClYlYbtU0%2bya%2bZFnkvfRc%2b0iRyVW124QkgnbrWfw9lnwpjwQhgWK2L44yWY6wcrfiV3HNrxcLudquWVAaMtEMEBGRpN2t313PTk7kcWF86%2bd9vsRQ5ufYXPPH8XAsHM5Dz3H3icR1%2b8EZXHdpp6gzVCvCgc0kmdpao8UK3Ytrdlhi3dGkA0sVvhVTcHrCA27Q%2bqXTb18/KOveCP9r/ZTHNlQtDU9x%2bAJQBdCM6hUhz1eur9h9LWhhjRnTYwcuoxtvWUEfZTVDFKSVrxAImdffPAlmd527bPM06FRiNNyczMM7B%2bwOnqOv78%2bVuolCQWJRa4kjRaYtvkMcbiVZIkR1UJSdpjONPZW70%2b5WpE/F6ziddZtv2SZYod22Yu3Hnbzo9rrYkjyWgLyrM1N661hqhbjm%2b880%2bUaNFmiTt2Pk2SVBQqQWUpN255kd07j5NVadMLPjmgLu/lAOZk1nBpNdPkADqdaUjs%2bX1rMdfsb5QtGOkzqP1ouDr13sWXjXbJrsH5fe7h0DUE/RBmIPnfNUEf1Tn/urnteoeA7Wqm9R/C8zVINJ4p604UlFVKXgm2zbzELXOPgxDMr06zZ/3jfMfNH2emk6PKCFXF9LOEQZ6ynG/g0ZPfztkrmy34BCA0ysTMdM%2bweeIcZZ4ynl4kTZad5yJIrwpBGBofQ0r0COCEsqJ61A0jJEJEFIXmjlt2fHJu57qXjdEkiRz6QMCAcTI2jMwoZWrjfZ9ovfYn5yr11NaNU5eJo4rpqUUO7zrCBlbZMHsZLaJGacWlFPgcQPxztk5CETmKC/1%2bBvufwIX3RHCbw5PjGYELx2Fz17RGSBdeqXXKQNrVF%2bC/m4AtISw81lxrc4xlTWqLY41%2bGOiGzXrjsTZ8IQGYQ2SGbjQBZGXCVPcMb9//eQ5tPsJUJ%2bNPJ7%2bD507u5P79X2Bz0mN5uQtCoSvr%2bko6FSd6e3nh9CGK1YQ0zh0J2Il%2bOumyLU08qLh3628xlnw7R46/3RkvGuPz/bRnvorh1KJrNYkRfaBCmFagClp/WlkqJsfb%2bvZbtv/BxYvLZrWXrznDjq0bAgDG48NbhWR8cs%2bx2albHi6W/uojmYjJTItD217g7Tu/hBjAdGsZhK6tQtsLgnpik9qScJ2ifXkwJ54c%2bOpOcNZvLZJD/Hj3iVvpJa4Q2k0l24BEeIey34n6Etx1%2bHtsRG09hnlEXFo2NoGR4td7oAWiOJTVQ79by4E15/aPSBtJ3u8yOX6CD971W9y%2b8TWy1RhRCN6z72Hesh2EUAyyDlJXKAymUiAkg37ERnOSe%2bf%2bmCdO3c/i0mZiMpe9XbJ14hXSSNPPIrqtJdpxbrURH%2bKraT8EYMh8voOCtwXAJITWoHDsZ%2bSA/qrkzlu3P/f2tx34TLeTMl1eG9A1ALP%2bxeEtxhAn40yuu/N35hd/678%2buzKVVCpmYXWaK1cn2btugbn1Z0mTHF0JROyoQhvrFkHUFQqE6wKv23kNrHYUu/uqy6cZmtCbGLrlpl8daoWxk0wjJT5repT5hp5lyIhrcivddZvAUvbA0sOnGNY3/b4NoOv1OmBSoDFP/S4CpQxxMmDrumM8cP0j3Dx7nv5ql6yEVFT0VYeqqphilV4lSGJAGbQwKKOoCkPLZNy/4b%2bwe%2bIZvnji2zg%2bf5DV3iY2tJ5j38zTmNImEJdlC0yBFAXGaCe5vN6n3iT72R4VJsHgfIFeiY8uY8wkUrS5586dv611dfXS5f5wF7i2Y8tsA8DO2Oa1PyNjZre94zP9i7f8lSwvP9COM85c2cIjZ29h//pX2bP%2bNNMTCyxcniWK8yZD2luUxuCK%2bIFxNQSFnXXTR02s6HS35BNUfecJe2NGmDps5w2VMCXQGmtmGKnAMAD1tbe5Zk/vXULWUBo6rD5XI2KHRbFploNVjX4YLAfMnFUpN29%2bnPtueAyZaG6ZOUoxSNHaVnPQRpOqFVKhqZQglgYhIspcIWJrkEXSVmgo8haz6gLv3vkbHJm5myOn7%2bbQzMeZbi%2bTFS20MURAt3OFKMowBQiXnNAYHteY%2b6VBxMhX349e6oGgzaAv2bVj5ux3vvfW3x7vdomjmOEskaY1seDqGo5FURLF4/2pTQ/%2b9vqjf/xAO%2bmxtDzDw8fu4537HmXL%2bAVmp65y%2bcIGUtPUTLXs55RcTSNP6xRtu1/tDvHWrzM0DDambDvS6ZbeD1i77rzZTw3kxvQOqSn8HqxiWEI7jna6eMBSQbWpa9ZWGTGRh/Dldb7mBHZRW/ZXxFTGsG/LUR7Y/jSr1TSKDqKtSJQhKjXaCCJToSpNoex0EWhlRWglkIkhHk/QlaZcKcnLFpHU3DzxBNcfeAqhSoq8bec4FYZSKVYGHYqqQ2JWGsZ7Q/a7lrXrle1QREmMmaUscu6/Z9d/3jU3e7woNN044fVaUx0rX7zmDioa0J65//cPbH34x3fOPr/vucUHOHFhB89f2s9br/8s29ad50VzsO4vrSCOFDLSVIW0Y3z9IJDGU%2by6uykxWoPX0ZuuBz8JwlJgQ/1fj0dxfjyfJlSDbhQs4bLx9YTq51k/1JDZ3NUOGx/BgeHKEIsE0RBf0gJQOrYlP7CT4dy/85Pcvek5lhan7BzGMXZiem0LayoF2giqElSlqUqFQSBlRJFXUBqiroQoJukKSCqMgjxTxLGmVCnaVCilyEtBVUXMcIIts0e4dHkOoV3CganAlGuf2ZoHaGhgE7CfSzzN8pLNG8cX3/nW/f/P/Pwqfmb0a7UNM9NBLLg//7o7RsnEuZ2bD/zHt%2b/51M%2b%2bcvZ2VlfbnL66ia7U7N18kk8nlR2tLyBqKaK0wlSRc%2bv4a7dsIENXkDMsmnFvI0zlZLGTijVG6uZ9jjKQyw2drgFc8xDXLo4e0xCbo7RaFI8ALtRj6%2b/Gj4LCICiqNlVlX7ZussTm6St0owG7po7x4L5HmE5KMpViUOhMO8e7DZ9ppVGVnWC7KsGYCNmyKoJWds6TsqgwkUC2JFGSkA9yioFGtCPr3o0lpjAURUVZJUwkl7lj029zRPw9zl7Y7zKuS9aoKUMPJ0KIHCnPoPR2MO0hUrG%2bVclgkPE9D%2b3//cO3zz2W5RWTE/HrnNO2Jhtmasvr7iRlQue67/uNt5z/yY9%2b7uiXdjx67N28Or%2bNPE/YO/Ma3bEexWpCHCuEBK1iykGMjDSmHpZpLTZjvOgcoXXlXDMysIqHWMhjTDjL2biQn2jSqESjVzbi%2btpiePhLU70rNEcaUIa%2bHRNcW7BLuGDAaEGhUpTW7Bw/xvrxJaZaK9y8%2bQW2r7tAR%2ba0dE6lIwZVgtG2EJEREqUs2ERka/Fp4wfrA9pQZZZdlcua0hoqpTCZJunGlKVAVRpTCtJWhGhJImNIM4k2lhVTs8SG8WOcFftBfTn2c2akSTGUwAowDuhGJyciyxWb1o2vfPdDt/3f7U6bSmWviynfGgBObH3jPcc3n9i57c7/8MDuT/3M82fu45GXbuWx/Teyf%2bMJNs9e4vjiLpKoR5XFbqyIbnSp2oLXTRzXCIQvXV93ZMBa/lAPqnq1aTA1NECqeX41tAO2WoPHIWAGLpIhcdpY6/Xpmosd/olAPzRGkKuI9e3zHN72GG/f/QSzYzkCRZqAQqKNoLeaUlY2QUGVyqZ3uUgRwoldbRBS2jo5WqGURitFUUGlDShrRfsUNVXZeZC1kOhCk/cMMnE%2b0iRGViVVUbHSi5DxPO3uefLlFLHGzA%2bfpP8uUWq32%2bLv1QASpGSQ5XzgoUO/e%2bCGLX%2b1uNizL82XaTUAL7z2%2bBvuKGRKPP6WX7tj79Mfnnv52bkjJ%2b7jD595Nz/znn/Nrdue4%2bUTey3JCVUbEkYYV20%2bcOrVrhKPGDl0q7WTOngWwrPQkCFlGjEdfqDx8g89vxGQrRHPYnibyw2r9Zt6mxk%2bXEMgr1Eqop2scv/%2bJ3lg05PMTZ9Hxwl5KTBE9CtZn6aqrAValUAUYUpFNajqaIk2YJx7qSwKDJpKgzYRlVaUpXZJCtSdraV1PoskQihN0VeY2DJpVdnyGJUy5EVMy5xktnuUs8uHiGovwrWs1eb%2bBZ01z1BEkn6m2L5l6vL3vP/Qv0EYKlW%2bzrmGW5OM8IbKJxhd0BrbdWrH9vt/dV3n3L9spRlfOHYrXzx5Fzdtfpk/THOUioh9olytvxkHtsBB7W0FgWVKPzakvuSGzry5MiywR/S5cAcRrIdh2rqGaG92NWsP8UgJAuxGj74HOiBTQ6kjZuJl3rvvC2yMllmtupSlZS%2bEQOnKpiRpMErbqcikxFQaXWmUqagKhRDS1kc0hiq3xyiD9f1pO3GiTA2mMqhKOB%2bfIo4g6UpMKSgLQ97XkBiEVFSloVKgkYg4QpcZHS4SyRyj5AgLiuB//3SEM/QEYdKmJiLLCj74/tt/9fBtu5%2bpKk0nTXkzrRHB46MZrmtbFKVct%2bs9v3bf/j/9vqdOnrspyzfyK1/4frauv0Qa2Vwvg6mHXPqmhXFp9MIRk6gd6I2I81mE1h83CqQm28Q/Hw%2bgoAbh0CNjSCz6s6x5z14Hh6b2Unsd0MfkgpfVE1/wG5US7NtwgvWdFQZZanM2M42qDEjQysbadWnnr7O2mxXBVVWhXXlYg0GVUBk3iMi5rZTRKF0hlEAVPvRpwacSQXssBaFACqpCo12kqcgMSmkKrVHGUGpDqWIm0xOMj%2b1laXknkckDdcf1Ye0OGxU1DpIyZrVfsXdu9vhD77n5VyIZIxPD6/n9RlvjiO5%2beQAaoN3eeOED33byf/vks6/8h%2bfOTctzV9ZzfnETbZFZttKmKSgZghBssSF3L02sWNZM6H17tU7lzyCGUWOGhmI2HFn/mgO6fUNHETZyR0Pi1H2RYviY0L1jmusZckT7XVGsZpMsrbRI44IkTTGVoOwpbA3xJhFCCVBVBYVdXyrdeIEqW5daaZt4USo7V3FVGbSyQxCUsskjlVJoaUgmE6JYUhWKYqCtz9AIikwxyAxGaCqjyHJDUdjzRDIjiZYZ4YzRL/Z7oGfbVRGlksSR4aP/zf2/sH3b7GuXrixd60Ffs23eGLhh0vbMmztKCnbd8K7fed99v/ahF3738nsjuZ4kKqzISCS6VPV4jxHc1DQucJ0XRj2kGd7P%2bBFvga5R/%2b%2bZzRkovr7gUMWEAFkjJDi0IWRIjR3vIgTGOuCo/a317w6fzwTxPKMlnbTHpSrl%2bYWt3Dx1jEpHmFITRfZSC%2bUsWgyV0nU2d1XZCqze4rW3p9FCoWtFxBYNUk5CxG1n7QpoT7WJO7F1WPcVVaXQxlCWmjwzFIWi1JpSWxArY9C6oNDT9LPNSKOaMmfh46rv3YtdD0QBMmZlseC977z%2bz77/e%2b/%2b9VYrpdO5Vqb067dGB9Qrb%2boAowUyTvP3f/ut//LjT79275demp6enMQaHFIgImlTpVxH%2b8wT60trBhoJ4ceHOJaqpW5D%2b8Ml4dz9Y61rW%2bTSx5%2b9PuIA6VHdSE0C2RrcTLPOqnp2rIBxk4mMBj0C2481ADeA0ZRli7E0Y%2bPkJapSY8qcKLH%2bOFO6WtGqQiDQSiNjC2Lt08t82pqxotIYGoe0T2UzNsUMoyEVtKZbtCfbZMsD8sIfY900VWHIM0VZafJKUSmBwriZDSoyNU1WTFIXu1zTAusO65UwgJARvYFm66bJpR/4/nv/hZAyX%2bkNvowlMdzSOA1CceXCmzzMoKuYzdv2f/EfvGfpl46cWPxf8nyGTsdmuvjqqMY0DuIQA00qlAed1xsdToUVK7WfsO5nv3CNWwwYrw7N%2bfXD4YtGhPpr8IzpwoS68iVoxUjyr2PLkCSGRLBx%2bI947exesutTJqf6LC/balTKGIzW6ErhhvQABlUoGme3coWanFWrtLVaK2u5amWnOSuUpjsliCNBpiAdb2MqTTaoEHFMkSvyXFOVhkGvoqgqtE92FZpKa2IBMjUMBuswKkaKN7JaHRGIJuuoQqK14nvfd%2bj/OHRo7tErC6u22sGbU/0AmBzrBrVhiv6bPxLQleRdd8/94p8/evZdf/yX%2bb2tJCGyLkBXZ8U4ZdpZwJ7FPCuJ0FpubtI5cBpGeh23QGO1e1Hsll1MOIxMD4MmYC6aSI2Uvrigz0FsFAbvl6tPNBQVaV4mgEgW9LIxvnDqLvbcfRrRq8jz2DqQjYFWDKXGlArtU8%2bUQWMcSI1Lz/Ji0j1HY5zD2aCUAmJMJJFRhNCGrJchYkHZK1hZLok6EWVRkRUVMhVumGtlrXFlEFFJT21hvnfAdso1xO%2bQ3hfO9ChjlpcLHnxg36e%2b//vu/cWq8lGutRnPX67VRyg32urNfrJK0O5MLf7D9239p7u2qKWVVeu/EpFprFI/7sD3VS2KTZ1Z7DOHjRnuSN%2bxBj8pdmAYhPFaPfx91PC1Nrasw4LemmzOKcD4aWGNfdA%2b8qEta/nlsDqZqa89uBYnFhOpeOrEQU71p%2bjO9CmFJjOgogqdSDIDpbA%2bOaU1sq2JE2FdJBKIDFoaKgOltsaDlPZZgEZqyFcVxUBR5Ypypc9gOaPINGVp0%2bHKfkm/XyKTiNIYlDBooTHCEImKXMVcWL6TqphqqmOFwKvdZsPuGIQVvXPbZi7/2Mfe8T9t3jS1EklbfPwr/UA4TYNof8XoHRSCwzdt/uxHHjI///P//vK/ygYtOl2JjAWqjKipQlsLd3jchgksXreq1t/cLXsW8uKjziekUelwmlltlLi1RgbyPnyz6x9rvrvLwpd%2bC0RrwwuWBetZmIZOGaLf1o4u8xbz/Un2bz3HBH30QNDvS/rZACM0SkduiKKh0lDmChlr0lRiKoWMctJWgUlBa20n71aSXEsqKcgyjSg0ItHkUjHIrBFR9ivyQUVeKogFg35FXlYkXU1pDFWliGTF1f4B%2btkckZ8G1qsm4Y358TY1EK3Va3Rlvu8Dt//ze%2b7a81heVKTJG8d736jVR4qo%2bxUfrIFcCT743p2/9PTR8p4/%2bNTC%2b5OkTRxJjBJoI2sWrFWtOnLACBhFgxUv8XzXm0b9b/DkFhqcOiD6G3IztNc06Y5xf02duc0ImNx27%2brRChP4tLzfrXYj4VOumnuSomSQj/H0y7exd8vLtNs57UhAFKFkjFKaykQYIdFlRdUv6EpFezzCRJIih6VsE5fyzQyKlH4RM9t%2bjanuBaIyJ8okOmpDnqHynAKoStCqIC80pdIoZehnFf1BSdTRZEJS5CWSioViHwurdyONAamDF7T56wuQCiPrnE5lJIOs4kPfffuvfvd33f4rq/2CepjBV9kaAMqvHMUCqBSMd9Psww9t/8mXjg/2vXKmuHF6NkXGAlP6IL8DhpSgdT16pK6GUOuCBjcJcCCJvTvGI7jZ3WqYIThoMOaAZwhW1jtYUWlojB0/vNkzgagrOzD0AvnzmABwzQVYkSyEQZuIs5c3srgkmZ3IkTIm7iqSSqEGgiStKKVAyD5xN2ah2MMrFw6y2O%2bQlR3OLe7k6vI02s3wOdZaZKy9xMGNH2f/xJdQ/R59NUFOC5EtoYqYQhmMjKiMISsqcqUgNpSJIS9LpFZcLW5jqX83qAQhS%2brC2kO9il1vJEjl9mmxvJxz%2b83bHvmh/%2b5t//O2rev18vKgETpfZatRF0WdN9rvdZsQUFZwz61bXv2ZHxI/9pO/8PzvzS%2bVs5NTsa2WVVv3rtOlgMDPVesYNXN5UdYUnxyNPIgAoKZmT1Nj2G4Qzbm838q7fCDQPxsLvIF1A2zj9q1vod5tFNTNOqUjWskKc5ufxcgey1WMjEpaUqOTLqVuo9MCVMFgMMsjr/49nn/tVpZXbBkOjEZSEssSgSZGM%2bh3WVhaR5m9he03P0HVnuTk6kHGO8/RMZqiglLb4QlFqZCJIBGaAk2mNIku6emDLPXvBRUhZMFwgW%2bCBYEv5m3kRYTZzNJKxfV7N576qZ/8jh/dvnX2clUpOu2vXvT61jDgmwydXKv5UOm9h2Y//ZH3b/2pX/z1U7/c7yG7ndhFsUyT5VEzio%2bhNuLXsx0QgCW4rrrPg/UOAL5S60jKSpMxE4qJEddMY/zo%2bjoMuLHHZtiAGtIpzTAA/dmUoNtZojO2zHIxxmTS40o5ycnzt/LM8dtY6ncBRSwzsnycsxe3YypFGvURscYP6K/HpmKIZEE3KVjtT/HUhXcyv7oXZc5xoL0KCZYmC02uNErakW6DSNHLFQmKXnU9V1buByUQImdtmd3A3ycEEKPECoI2g0HM%2bun24j/9x%2b/60bfed%2bApjbYhQ4arHHw1Tfg45qBYO2zuK2lSCFYHJcdOLvLrf3DiZ//ws/M/0%2b6mJHGErmhQCg0AfAIpdns9wxLe8PCHBG9mvb9bFeqQBMBaAwx/ULjdLbyRElMrmOELOgLAa/gdjZFEccb66dNMT8yzPNjI6fO7KDNrnFkSNUgUSZwhnbW/dpyu/9uM3dDkpMk5ZFSyY%2bZz7J16gTxr0e8VaKHpV5qlAeSlYlyW9IpdXFx5EKNajb9PBKATYAHp3DWmjZQ5svUUK6t7acfb1U/%2b92/54Q/%2b/cP/bmJizD2Wr0Hxcy2JkmBYZvS10akQMNGV3HrDJv7X/3H2Z7vtZzb9xz85/7GJ6Q6RkMOxxqGAd6N8mRqggc8NEEMhDbc%2bPKEIQHStBxOyV7guBGy4wQRgXnM6wVDmcP0CgHc5WS9kRZm3OH32AKeMRIiKWGZ0Ujf3sAk%2buA71YGuqHDE0P4ex4UGJRqgOvdWtLMpplsf6ZEpQyQJdwWKWMMgKhG6xIrax2L8bU1lQXVtpc89ZACQIUdLqPE5eamJm%2bK73HPhnh2/f/e/6/YLx8e7XJC1HWyCCv/aTRZEgjSXtNK4%2b9sG5f3L%2bUn/6M0%2bu/FfdbssWrhxKv/dtlLFE3ZEhYYoALGINGBlmoWu1kPFC/0/420OsOXKiuhgnLuYc8Kkx9fAAH9YDW7MvTQtHso4Zcft6MeuPD%2bdhW8N6TizXI9egyKaQpkApw5XlhKoaUFRtsmKcLBOocpqs3EdVbkDSQoo8fKebFjIhKYaItPMsRdli0LuT%2b%2b7Y/rN7ds383Mpqxvp1X7mn5Mu1r12LDJox2DgjmlYaLX3fd279keX%2bKfnEi/3vGeu2kEFKfqN9DClYw8zm9mh0RRqDIUwSJSDVN75C91OaoZ8dDdcNF4yurzKsCFuXgnPnbaZ98OtDhguBFq7z3/3A8HC7r%2bU8LH6b0WslUigWl%2b9kdXULcXyaqpqkKGNisUxVzYFuE/kBR2ssXf8xCCSGFCNWMHKV/mAaU83xsQ/f/6/e%2bba9/zxJW2zYMMXMVIdIRs0p/hraXysAw1YUmjiWVx/6tk0/LOVF8dhzvQ902ilRFLl%2bdUD0432HXk8vBt1%2bQQfWmdT17iNOPL9uDagCAyVcvSZWPPrd/meCA4XT1YbfFdMwd329IZCHRW7tHx0Or9jICw3zUX8PiwaV9qMLtBbkags5M%2bAKR5ai7%2bCVB/fi9b0R5JgYIxKS%2bBRECyz3riOVO7jn9q0/%2b9B7b/rnt968%2b0292l9t%2b7oBECArFO12fOV73rv1Y9Njl/oPP7r44TRNSJN4WMA5hhPemPAi1VcbDR9aOD44iHA0EnZEvK7dw50mgEoonodq/Zq11BqI2KGfGWLSUJwH7FeLV896Tix7MNZM57bXJdI8%2bBzw/AByXSD0AEGJkpeJ5DyR6VOZrQizidetbuVeUmNSpChJ0uNImbO0spdua4N69zv2/LN1s8nPrVyjnstfd/vKo8dfQRNAlmviWMz/ow9d98Mfed%2bWf6PKjCyzFT2F88E1feRjr5q6vFWtgPuwnjt5fZxhqKOH6W140VCzkPF6WQ0aBwg9coCPA4%2bKTty56lixv27c/mEMOQCVE6XGiVfjh7Vpl3Ol3LL2QLNMh87tX%2bWW1QB0H0wORqNVnzR6nDReRJiZYSYfFZcmQpuUOL5Eq30EJFyeP8Dk%2bIblj/7A3f/4tkM7fm6QVU3Y8evYvq4MCJa8Bpmm04l7P/6Rgz%2bR5erin37q/E/3e6ozNpZikI48/FPSDWzcQ2yMDpcdM4qxMBF1yFdnhqT6yEKwPKKj1ZtHrd3giwez32%2bISkcYMGA9Q7M8DEr/koXiNiiXUX8KC0QzAF0ihEBRoLUir%2b5EmF1ACoTpVSECI6BgvP0sUdRnNb%2bJlZVZ9s3Nnvrg997xE7fcNPcHR46c%2boaAD74BAAQLwrLUlBX6vjs2/Nz2Ta2Tv/lHp//3C1cHW7tjLaT0nnffhcHNa6f3CeekDvWuIKox6piu25AXOQBqCDoxsq8O969PNLw45PA2rAWg%2bwjTOJbrGY4843odb8TQWKPzVQ50pWU8nVsgOsVFIknlZtAddw1BVnLtfhJAhBF9Oq2niKI2S73D9Ppd9u%2befPInfvSdP7TjuvWPXbjY%2b2vx8b3Z9g0BoG9VpekPFHfdtv43E6lO/uYfnf4/z14e3JW2W8SxD4CNZh2Hjuew/t%2bQ8sUwMq8BnBpoTbSj2UazTyiSh1hzFJTDLGe3NozYMN3IXz/5c%2b3rC8FmqOfoCMtl6DJgvsx%2b9/py/RQSoGxexjV%2bNZ9gAKU6wOLKRqSI%2bZ7vOvifbr5x%2b09PTHRO5kX1DQUffJ11wGs1rQ15oZicSL/4/ndv/cDb7hz/1aK/Qq%2bX2WRJ52ytP74j6ywaN1dJnTalr/HxDKQb/c3rkjrYT3vnri/OGB4bAKf%2bhO6Q5q%2b3XK1eV2GGKo%2bOuE%2b0woJLBeAK9b0SyBvA6Rz0AHTmxG7B8Avmmr%2bmuoUAlCAiN5PVJItLG5gcS5f%2bwQdv/6kf%2bdi3/eDEeOdkv1%2b8YUDo69W%2boQzomzEwyBRjY%2bmZ%2bw%2bv/%2bjMpHzqsWeX/smJc8vXjY11iJM4kHB2QQhjszUl%2bLBbJBUYiUaypuo9DBGicT68Jndw%2bPz1V3z2tuPhUNSGIcQh/9412DK0dkN9DwdkL3YJATqq85UOgBmWGcOi4QxjLGz1ehdekxIhJFmhKYqKe%2b7Y9ej7v/POn5mZGf8vqtIUZYUQrdc52de3/Y0AECyGqlKTVRX3Hd7yy/fftfWLv/cnx3/68SNLHxgUKe12MuSlN0bbEhVaOjEs6YwvEMUly8ub8cE8RnDhluqVa8YX%2b%2b01aMM6MV5M%2bn1CnTMEnX6d7SEYqwCEii9rcOgCq%2b9ldr/wxuyFjoBeBM/LD2Ww4NNG0usVTE60Bx/50D3/9t0P3vqvkzS%2bePzERSoVsuY3vv2NAdA3Y4ytpr594ukf%2b29v/dBn/vLUP/yjT7z2E%2beuDva1Oh3StGFDO1m1fcBGRPR7k8hIIRwD1drgaF/VnTcKPlP33ZAeGOqNa44b1elovteI18PH1jpdIJZrMayvwXpe1yto6vX5Cw0vNjCs6u8OfMKK3f6gRCC59849X3j/d97587cf2vWnSsHlq0tvsoe%2bvu1vHIBgH2GeK9LxtDx008b/q90Snzp2avl/%2bOwjF39geVF0Ot02SRJTl8xFABVKR6giQkjlBrUFVRIETUQNGlYa%2blUYqnz1OgYG9fHXAN8Qy/ljQ33sWpat1wMdIJUNrVm9z1m5%2bGpVoyAL1YdgdRheExFFqcnzjN3XbTx33917f/nBd9z6K3M7N11dXFkljuK/1oSCr6V9UwDQN6U0yysFU5Odo9/5ng0/sm/XxB9%2b6YmLP/7EcwvvXelHotvtEMUyiETYKQKMAiPs1FBSyjoaN2oxm3DiFR/lCPyPtgVumjUgDEVtyIwjITdCI8WBrwagZzyv/5XW8WxC1nMx5yEXSnMfw8qfB52dGiEvNUWRs352fHD322/83Q%2b8/95fMsY8WVaaXj8bkQB/8%2b2bCoDgfYaKwaBi3771H3/rvdd96tkj57/7jz5%2b/Eeef2Xpbf1eRLvTIomj4FnaWsUGqyMa4VPtjfUfGtxAbjevXQikEGTGnmuoyCXurxnRB72YHdIXA58eoSsl1PcqCzhfkd779ExJHToTYFPiRYA1/ztev/ODrizjVRXkRcHUZFsdvm3uT%2b8%2bvPff3nRw1yc2bZzh1VPnkeKbrquBb0IA%2bmYMDAYVQkTl/ffM/c76de0/P/LChfc9%2beylH3zmhfl3LBZSdMa6pGlTLlYQuX6yIMTNORJm5xvf%2bSG4gKEsZzsvlvvuxkQMgcsf5/U%2b04hV7%2bczwTr/V/si4GVgZJTuNwIROjwyKyC%2bwLgQVhUpClsKbawbF4dv2/3xD3/owV9rj6V/cuq1i2qQlWR5OSKqv7naNy0AfVNKs9or0IaVW2/a/Bv3Ht7x%2b6dOLX7H57546geffP7ygwtLqiWjhFYrJYokxrsenFiqCx4JN0JOWKNgyFfnogR181YrOMCAmy6wAeCQjufXK4b9fxU18PDJBAXoDGMKMMpd5zVS22unuX8RfMayRBnI%2bnb61g3rx3rXX7/lz3duX//vb7px98P33n1j9dRzx8jz8hvuVP5q2jc9AH3T2tAvKrqdVv/%2be/f83jvesvcPP/HJ597x2FNnvvflV5fee/biwrZeJUjTFmkaI4KagyARMnbzFQs7ZLie19dgTAW4zA9fm6YWr54tnVVTA80zYAg859D24rYWwUUDPG2B54t61%2bzqZ%2bz24rUe10ztSilLRZ7npGnE3t0bX73x4I4/O3DD9t/rjrU/d/nKismygtXewJbI%2bBZp3zIA9E0pzepqzsx0p9y2bfoTW7ZMfkIrdeCZI2fe/dIrV77j6KtX77uykI8ZkZIkKUmS2GxsLTHCgTDU5SU2P9VPUwU1MId0vVpUV8E6D0hvEHlncdkAT%2bcYnTvgmVoUCiLAVj0AV1MxKH8hhEATUVaasrBTb62b7a7edcf%2bR/bt3fzHb3/r7X8WxcnxS5evsrC0SlGUfyORjK%2b1fcsB0DelNFluATM92X7x8O1zL77lvt2/cv7C/OGXj118z5NPn3jw9Pn5W64ulh0hOkRxizhpEUVJ47RGOLVKuElqCIDlRakTxybQ78CxVujjc4kCpsQ4V4rWhWNXa20LV/bDD/quxSo4xo5QWlBVoJSdyWh2Znwwd2DL0zfftOvhHTs2Pnz99bseW1lZzbtjXZZXBt8yovb12rcsAH0zxk6M1%2b8XJGkr27Fj4%2bf37dn8%2bfsO7/iFqwsrdxx95exbn3r6lQcuXlq6ZX6p2LiaSUTUJYpTEgdIWRek9MBzRoDRIDQCBaIMrGcLSJvLV2BMDsr57ny%2bHy61Qrj51NxvCGHDYgIbQtTKUFYKpSqUyul0WqyfHb%2b6bdvMk4duvf7zu3dv/8sN66Yfn52dXrmysIJS0O9nlOU3PnHg69G%2b5QEYNq0NeV5SFhDFreW5nROf3r9vx6c3rxftifGJPRcuXT10/sLCXS8efe22q1cHNywuZ%2bsWrvSlkC2iuI0UkiRN0apHJCvipAVEGN1HigFRMoauSqpy4Lw4Xk/MQCQYY8W7dAXObfgwwZjKMZqgqjSGFLC/Nz7eMetmJ%2bbXrZt4%2bZZb9j09NTX%2b2MR4%2b6kkES8dPnw4W1np0e9nrKz2yfOCNHn9WYe%2bFdvfKgCGTSlFlpcUZUmlRDY1Pf389p07nk9i8Z8uXLgw1kpbc1985NH9cZwePHnqzI1nzl6cW13Nti0sLq8brFwaywZLtgq9Mw60LklbbQTCFpgUEiEThIwQRiGi1LKaUWitkMIQxbGdiDCWTIyP0%2bl2%2bmPjEwtj4zNndu/af3zbtm0vKlW9dN%2b9t7%2bstT6xc%2bfWlYWFHq%2beOEmv12NltU%2bWFSiliOOvfRD4N2P7WwvAsBljKIqSwSAnE4Y47vTWb9jw/LZt255/17e/%2bw9efPFFVlaXJw4ePLj%2bkUce3XH06NGt09Oz69vtdMvLR1/ZtLi0uC4bDGZ7g8FYWVbjAsa0VhHGztMkZaxlJLNIiH670x50Op1%2bd2xiKUni%2bd27ds2Pj4%2bfP3f%2bwpmd1%2b06e/jwnWdfPvrKpQ0bZpb37NnPZz77CBs2rmNhYZnl5R79wd8e8fpm2t8JAI42pRR5XlAUJf1BRr%2bf0Wp1V%2bbm9qycPnP%2bxPJKj7e85a3cfNPB%2bFOf/uzE/NX5qd2756ZfO3thoreyMrll84bJsiwSpTSqqqJ2t6MGg7x38eLl3tatW3pzcztXV1Z6y6deO7384DvfthJJmf327/4uGzduYseOHZw8eZp%2bP2MwyCiKkjwv7Jwhfweb%2bLvypv3/7Zuz/X%2b4bAX5UtySrwAAAABJRU5ErkJggg=='/%3e%3c/defs%3e%3c/svg%3e";const Ys="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\CountrySelector\\CountrySelector.tsx";function Us(e){let t,i=e[0],n=1;for(;n<e.length;){const r=e[n],o=e[n+1];if(n+=2,("optionalAccess"===r||"optionalCall"===r)&&null==i)return;"access"===r||"optionalAccess"===r?(t=i,i=o(i)):"call"!==r&&"optionalCall"!==r||(i=o(((...e)=>i.call(t,...e))),t=void 0)}return i}const Vs=e=>{const{options:r,selectedOption:l,initialCountry:a,label:s,placeholder:c,searchable:d,sectionTitle:u,required:b,inputName:f,readonly:m,priorityOptions:h,labelOverrides:p}=e,[A,g]=i(!1),[C,v]=i({}),[N,x]=i([]),[w,E]=i([]),[y,_]=i(""),[M,k]=i(""),[D,B]=i(""),[I,H]=i(""),[O,P]=i(!0),[L,R]=i(js);o();const F=o();return n((()=>{if(a){let e=r.filter((e=>e.optionName.toLowerCase()===Us([a,"optionalAccess",e=>e.toLowerCase,"call",e=>e()])||e.optionShortName.toLowerCase()===Us([a,"optionalAccess",e=>e.toLowerCase,"call",e=>e()])));H(e.length>0?e[0].optionName:a),R(e.length>0&&e[0].optionFlag?e[0].optionFlag:js),k(a),B("success")}}),[a]),n((()=>{let e=[],t=r,i=[];if(h){const n=h.map((e=>e.toLowerCase()));e=r.filter((e=>n.some((t=>t===e.optionShortName.toLowerCase()||t===e.optionName.toLowerCase())))),i=t.filter((e=>!n.some((t=>t===e.optionShortName.toLowerCase()||t===e.optionName.toLowerCase()))))}else i=t;x([...e,...i]),E([...e,...i])}),[r,h]),n((()=>{document.addEventListener("keyup",(function(e){A&&"Escape"===e.key&&g(!1),(!A&&document.activeElement.classList.value.includes("country-selector")&&"Enter"===e.code||!A&&document.activeElement.classList.value.includes("country-selector")&&"Space"===e.code)&&g(!0)}));function e(e){g(F.current.contains(e.target))}if(document.querySelectorAll(".country-selector").forEach((e=>{e.addEventListener("click",(function(e){const t=e.target.parentNode,i=t.querySelector(".country-selector"),n=t.querySelector(".dropdown-list");if(n&&i){const e=i.getBoundingClientRect(),t=n.offsetHeight,r=window.innerHeight-e.bottom,o=e.top;r<t&&o>t&&(n.style.bottom="55px",n.style.top="unset",n.style.transformOrigin="bottom")}}))})),O?P(!1):B(b&&!A?M?"success":"error":M?"success":""),A)return document.addEventListener("click",e),()=>{document.removeEventListener("click",e)}}),[A]),n((()=>{C.optionShortName&&0===r.filter((e=>e.optionShortName.toLowerCase().includes(C.optionShortName.toLowerCase()))).length&&v({})}),[r]),n((()=>{O?P(!1):B(b?M?"success":"error":M?"success":"")}),[M]),t.createElement(Os,{__self:void 0,__source:{fileName:Ys,lineNumber:139}},s&&t.createElement(Ps,{__self:void 0,__source:{fileName:Ys,lineNumber:141}},t.createElement("label",{className:"paragraph2Medium",__self:void 0,__source:{fileName:Ys,lineNumber:142}},s)),t.createElement(Ls,{ref:F,className:`cs-container ${D}`,onClick:()=>{m||g(!A)},__self:void 0,__source:{fileName:Ys,lineNumber:145}},t.createElement("input",{className:"sr-only",value:M,required:b,onChange:()=>{},onInvalid:()=>{B("error")},__self:void 0,__source:{fileName:Ys,lineNumber:149}}),t.createElement("input",{className:"input-field",value:M,onChange:()=>{},name:f,__self:void 0,__source:{fileName:Ys,lineNumber:150}}),t.createElement("div",{style:{display:"flex",gap:"16px",alignItems:"center",overflowX:"hidden"},__self:void 0,__source:{fileName:Ys,lineNumber:151}},t.createElement("img",{src:C.optionFlag?C.optionFlag:L,alt:"flag",__self:void 0,__source:{fileName:Ys,lineNumber:152}}),C.optionName&&t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:Ys,lineNumber:153}},C.optionName),!C.optionName&&t.createElement(t.Fragment,null,I&&t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:Ys,lineNumber:156}},I),!I&&t.createElement(t.Fragment,null,c&&t.createElement("span",{className:"paragraph2Regular placeholder",__self:void 0,__source:{fileName:Ys,lineNumber:159}},c)))),t.createElement(Rs,{className:A?"expanded":"collapsed",__self:void 0,__source:{fileName:Ys,lineNumber:165}},t.createElement("svg",{width:"12",height:"8",viewBox:"0 0 12 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:Ys,lineNumber:166}},t.createElement("path",{d:"M10.9999 1.17C10.8126 0.983753 10.5591 0.879211 10.2949 0.879211C10.0308 0.879211 9.77731 0.983753 9.58995 1.17L5.99995 4.71L2.45995 1.17C2.27259 0.983753 2.01913 0.879211 1.75495 0.879211C1.49076 0.879211 1.23731 0.983753 1.04995 1.17C0.95622 1.26297 0.881826 1.37357 0.831057 1.49543C0.780288 1.61729 0.75415 1.74799 0.75415 1.88C0.75415 2.01202 0.780288 2.14272 0.831057 2.26458C0.881826 2.38644 0.95622 2.49704 1.04995 2.59L5.28995 6.83C5.38291 6.92373 5.49351 6.99813 5.61537 7.04889C5.73723 7.09966 5.86794 7.1258 5.99995 7.1258C6.13196 7.1258 6.26267 7.09966 6.38453 7.04889C6.50638 6.99813 6.61699 6.92373 6.70995 6.83L10.9999 2.59C11.0937 2.49704 11.1681 2.38644 11.2188 2.26458C11.2696 2.14272 11.2957 2.01202 11.2957 1.88C11.2957 1.74799 11.2696 1.61729 11.2188 1.49543C11.1681 1.37357 11.0937 1.26297 10.9999 1.17Z",fill:"#070B12",__self:void 0,__source:{fileName:Ys,lineNumber:167}}))),A&&t.createElement(t.Fragment,null,r&&r.length>0&&t.createElement(Fs,{className:"dropdown-list",__self:void 0,__source:{fileName:Ys,lineNumber:173}},d&&A&&t.createElement("div",{className:"search-field",__self:void 0,__source:{fileName:Ys,lineNumber:175}},t.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:Ys,lineNumber:176}},t.createElement("g",{clipPath:"url(#clip0_2834_8051)",__self:void 0,__source:{fileName:Ys,lineNumber:177}},t.createElement("path",{d:"M14.4733 13.5267L12 11.0733C12.9601 9.87627 13.425 8.35686 13.2992 6.82753C13.1734 5.2982 12.4664 3.87519 11.3237 2.85109C10.1809 1.827 8.6892 1.27967 7.15528 1.32164C5.62136 1.36362 4.16181 1.99171 3.07676 3.07676C1.99171 4.16181 1.36362 5.62136 1.32164 7.15528C1.27967 8.6892 1.827 10.1809 2.85109 11.3237C3.87519 12.4664 5.2982 13.1734 6.82753 13.2992C8.35686 13.425 9.87627 12.9601 11.0733 12L13.5267 14.4533C13.5886 14.5158 13.6624 14.5654 13.7436 14.5993C13.8249 14.6331 13.912 14.6505 14 14.6505C14.088 14.6505 14.1751 14.6331 14.2564 14.5993C14.3376 14.5654 14.4114 14.5158 14.4733 14.4533C14.5935 14.329 14.6607 14.1629 14.6607 13.99C14.6607 13.8171 14.5935 13.651 14.4733 13.5267ZM7.33333 12C6.41035 12 5.5081 11.7263 4.74067 11.2135C3.97324 10.7007 3.3751 9.97191 3.02189 9.11919C2.66868 8.26646 2.57627 7.32815 2.75633 6.42291C2.9364 5.51766 3.38085 4.68614 4.0335 4.0335C4.68614 3.38085 5.51766 2.9364 6.42291 2.75633C7.32815 2.57627 8.26646 2.66868 9.11919 3.02189C9.97191 3.3751 10.7007 3.97324 11.2135 4.74067C11.7263 5.5081 12 6.41035 12 7.33333C12 8.57101 11.5083 9.75799 10.6332 10.6332C9.75799 11.5083 8.57101 12 7.33333 12Z",fill:"#070B12",__self:void 0,__source:{fileName:Ys,lineNumber:178}})),t.createElement("defs",{__self:void 0,__source:{fileName:Ys,lineNumber:180}},t.createElement("clipPath",{id:"clip0_2834_8051",__self:void 0,__source:{fileName:Ys,lineNumber:181}},t.createElement("rect",{width:"16",height:"16",fill:"white",__self:void 0,__source:{fileName:Ys,lineNumber:182}})))),t.createElement("input",{type:"text",placeholder:Us([p,"optionalAccess",e=>e.search])||"Search",value:y,onChange:e=>{var t;t=e.target.value,_(t),E(N.filter((e=>e.optionName.toLowerCase().includes(t.toLowerCase())||Us([e,"access",e=>e.subName,"optionalAccess",e=>e.toLowerCase,"call",e=>e(),"access",e=>e.includes,"call",e=>e(t.toLowerCase())]))))},className:"country-selector search-input",onFocus:()=>{m||g(!0)},__self:void 0,__source:{fileName:Ys,lineNumber:186}})),u&&t.createElement("div",{className:"section-title",__self:void 0,__source:{fileName:Ys,lineNumber:193}},t.createElement("span",{className:"paragraph2Medium",__self:void 0,__source:{fileName:Ys,lineNumber:194}},u)),w.map(((e,i)=>t.createElement(t.Fragment,{key:i,__self:void 0,__source:{fileName:Ys,lineNumber:198}},!e.subName&&e.optionFlag&&t.createElement(Qs,{onClick:()=>{H(e.optionName),v(e),l(e),k(e.optionName),g(!1)},__self:void 0,__source:{fileName:Ys,lineNumber:201}},e.optionFlag?t.createElement("img",{src:e.optionFlag,alt:"Flag",onError:e=>{e.currentTarget.classList.add("empty-flag")},__self:void 0,__source:{fileName:Ys,lineNumber:208}}):t.createElement("div",{className:"empty-flag",__self:void 0,__source:{fileName:Ys,lineNumber:208}}),t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:Ys,lineNumber:209}},e.optionName)),e.subName&&e.optionFlag&&t.createElement(zs,{key:i,onClick:()=>{H(e.optionName),v(e),l(e),B("success"),k(e.optionName)},__self:void 0,__source:{fileName:Ys,lineNumber:214}},e.optionName&&t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:Ys,lineNumber:221}},e.optionName),t.createElement("div",{__self:void 0,__source:{fileName:Ys,lineNumber:222}},e.subName,e.optionFlag?t.createElement("img",{src:e.optionFlag,alt:"Flag",onError:e=>{e.currentTarget.classList.add("empty-flag")},__self:void 0,__source:{fileName:Ys,lineNumber:223}}):t.createElement("div",{className:"empty-flag",__self:void 0,__source:{fileName:Ys,lineNumber:223}}))))))))),"error"===D&&t.createElement("div",{className:"err-msg",__self:void 0,__source:{fileName:Ys,lineNumber:235}},t.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:Ys,lineNumber:236}},t.createElement("g",{clipPath:"url(#clip0_299_2778)",__self:void 0,__source:{fileName:Ys,lineNumber:237}},t.createElement("path",{d:"M8.00006 10.6667C7.86821 10.6667 7.73931 10.7058 7.62968 10.779C7.52005 10.8523 7.4346 10.9564 7.38414 11.0782C7.33368 11.2 7.32048 11.3341 7.3462 11.4634C7.37193 11.5927 7.43542 11.7115 7.52866 11.8048C7.62189 11.898 7.74068 11.9615 7.87 11.9872C7.99932 12.0129 8.13336 11.9997 8.25518 11.9493C8.377 11.8988 8.48112 11.8134 8.55437 11.7037C8.62763 11.5941 8.66673 11.4652 8.66673 11.3334C8.66673 11.1565 8.59649 10.987 8.47146 10.8619C8.34644 10.7369 8.17687 10.6667 8.00006 10.6667ZM15.1134 11.6467L9.74673 2.31335C9.57326 2.00236 9.31992 1.74332 9.01285 1.563C8.70579 1.38267 8.35615 1.2876 8.00006 1.2876C7.64396 1.2876 7.29433 1.38267 6.98726 1.563C6.6802 1.74332 6.42686 2.00236 6.25339 2.31335L0.92006 11.6467C0.74059 11.9494 0.644155 12.294 0.640489 12.6459C0.636824 12.9978 0.726058 13.3444 0.899184 13.6507C1.07231 13.9571 1.3232 14.2123 1.62652 14.3907C1.92984 14.5691 2.27485 14.6643 2.62673 14.6667H13.3734C13.7281 14.6702 14.0773 14.5793 14.3853 14.4033C14.6933 14.2273 14.949 13.9726 15.126 13.6652C15.3031 13.3579 15.3953 13.009 15.3931 12.6542C15.3908 12.2995 15.2943 11.9518 15.1134 11.6467ZM13.9601 12.98C13.9016 13.084 13.8164 13.1704 13.7132 13.2302C13.61 13.29 13.4927 13.321 13.3734 13.32H2.62673C2.50747 13.321 2.39013 13.29 2.28694 13.2302C2.18375 13.1704 2.0985 13.084 2.04006 12.98C1.98155 12.8787 1.95074 12.7637 1.95074 12.6467C1.95074 12.5297 1.98155 12.4147 2.04006 12.3134L7.37339 2.98002C7.42934 2.87082 7.51433 2.77917 7.61902 2.71518C7.72371 2.65119 7.84403 2.61733 7.96673 2.61733C8.08942 2.61733 8.20974 2.65119 8.31443 2.71518C8.41912 2.77917 8.50411 2.87082 8.56006 2.98002L13.9267 12.3134C13.9929 12.4132 14.0309 12.5291 14.0367 12.6488C14.0426 12.7684 14.0161 12.8875 13.9601 12.9934V12.98ZM8.00006 5.33335C7.82325 5.33335 7.65368 5.40359 7.52866 5.52861C7.40363 5.65364 7.33339 5.82321 7.33339 6.00002V8.66669C7.33339 8.8435 7.40363 9.01307 7.52866 9.13809C7.65368 9.26311 7.82325 9.33335 8.00006 9.33335C8.17687 9.33335 8.34644 9.26311 8.47146 9.13809C8.59649 9.01307 8.66673 8.8435 8.66673 8.66669V6.00002C8.66673 5.82321 8.59649 5.65364 8.47146 5.52861C8.34644 5.40359 8.17687 5.33335 8.00006 5.33335Z",fill:"#F80000",__self:void 0,__source:{fileName:Ys,lineNumber:238}})),t.createElement("defs",{__self:void 0,__source:{fileName:Ys,lineNumber:240}},t.createElement("clipPath",{id:"clip0_299_2778",__self:void 0,__source:{fileName:Ys,lineNumber:241}},t.createElement("rect",{width:"16",height:"16",fill:"white",__self:void 0,__source:{fileName:Ys,lineNumber:242}})))),t.createElement("span",{className:"paragraph1Regular",__self:void 0,__source:{fileName:Ys,lineNumber:246}},Us([p,"optionalAccess",e=>e.requiredField])||"This field is required")))},Ss=l.div`
1314
+ `;var js="data:image/svg+xml,%3csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath d='M3.5 14.48H17.5V0.48H3.5V14.48Z' fill='url(%23pattern0)'/%3e%3cdefs%3e%3cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0_122_19220' transform='scale(0.00625)'/%3e%3c/pattern%3e%3cimage id='image0_122_19220' width='160' height='160' xlink:href='data:image/png%3bbase64%2ciVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAACd7UlEQVR4nOz9d7QlWXbXiX/2OSfM9c/mS5/ls7xpV11t1ZK65aUWsggNDPx%2bGiRYMzDMAiFgZs3gBPPDDAjBAoSkYYSREDIt391Sd7Wprqru6vImK7PSu%2bfNtRFxzO%2bPiHvffS%2bzJCHXEkPkennjxg1z4pzv2X7vIyEE/tv237Yv1aa%2b1A34b9v/uzcz3snt7%2b2NA2BdQZYPMabB8sqnefH8q9xy8L006w1euXyalnH0h9dpN%2b/CuQajocKHLWbrG0QywtRvY3mzycVlzcqmxVpPEgsH5xIAokiYaUacvzrk9qN18sJzZXWIiCL4wGY35/BCynDkKGwgToR2XbO%2bnXP3LQ2uLI/oZ447jqa8dLqn8iK0bjlSP/jcazuHbR4WNnay%2bbtu6Rw8c2HrcG9kW0szunFl2TVWVoep9VbhvTjrRQfvm42o6LRroyRRw42N3rCRhN4733ZsdWtQLG9s9tcPLNauvvuRxStvXNheXt/Odt77jkPutTc20QoOLtS4ttKnlmqGQ8viXIKIUBSW6ys7OOto1DXzsw3azRRjhHPnVxiNCm6/bRGtAts7Pba3tllanGEwzGk06xxemuelV14hTRMW5ufIshGDwRAIzM/NYl3A2oKjR47wax/9GIcOHeK%2b%2b%2b6D4Li%2bvMza2hZzczMsLS0w05nl4MEDKKX4veKaSRztAvC/9k1rIY6EWqpIhopu3y3t9O1t568M7z59rn//9bX81o0te2yQbRwdDn3He2p54fjE011AODA/pChy1ropTiu2eobBUCGAhIDqOcLVEdZaNACBJ186SxwJzaZGR9uj3/jcynZswtWZtrm0uZWfhvDy0YO10/VEvZEmermWGu9sIDIK6/7fIRr9VwtAAYwWkricsRtb9mB34O9/5XT/LdfWsreurBf37/TdsW7ftbLcIyKICC4IwQs%2bgGBQEYh4dvpNzl%2bH24467jzuuHjFc%2b6KJokgL4SdviJ4QBJK%2bh8IwUMIFMGTOZ92N11KCEtcHz7yzCs9jFa0atJr17l67GD68sJc/MyRpfoXkzi8MDdTu2I0GKPwzn1pO/P3cfuvCoAiJeiiSGGLoPtDf/cLr/feub6VfeDy8vAt2313607fpQHPKNMlwHRClHoIJdVJjWWu41mYETpNmO0IKkqRALGxHJrXxFJw59II/5DFmIgrq55ffTri0nWD0QGtA9oElBJCgOADWjwmMkgFzHYtp123dPuuudINd11cye5SwX1zuy55p6Eu3H1b%2b6kjS7VPNOryZC3Vp2qpcVGkEZEvdTf/nm7/VQBQK6GeKoYj6A/DyQtv9L58dXP01Wtbg0f7o7C0M1QooaRQKiEERZwILijE50QR6Mhxy9wyj94bceyWWdp1TxwZfLDI6gtcu77OlesZbn2bXuMEqnGQnazOMFdkObTqgSOLgTSG3hC2B0LmhCQOtBuBUa5wPuBcOVFyF6FVoN3SoAJZKhQWhtbFW2v2zrNX1%2b6sRf67O42wfHQp%2bdydtzR/9ZEHDv3GbCc9ncQGpf7rAOIfaQDGkdCoaXLLgadf6n3gzKX%2bN5y5vPP%2b9e38qA0KUQneK5rRFoNMGOQdBI/SGsOQd81/hntP1qnPLDIYbtFueY4cWkArh88juhtbuJ0VuueeY/naNXye0Y1qzN17hEynJEmNxVmhUxcevENhlKeeKNa2HZdWYbsPSiyLnZzlbc2Vdc/yRsTKZoQdajb7CQGFEUszHtKoWQprMDqiKFJs4Vjp5kvLm8MPv/h678NPPLN26f47O4/ff/fcz3da5uP11GxFkSb4P7os%2bo8cAEUgjhRGw/Ja8fCzr%2bYffvHM6jd1%2b/2HtwYaHxSF72Cd5kBjnYcOv0Gn1edi7xhXewkn509xYPvXeXHtXk7I53lr0UXWWqyuX2G9SLjy2gHEKEYasu0V8jzDNk/SOHAMW19kYelWDhw8RtANWrWIEBS9fgbeUtgCQViaj1iaK/DWsrWTYYm47bBhZSvn2pbl9UsRl657Fhs7SHDkXpEVcKS5zNG5jNV%2bi2sbmkgL690aO/0WRRE4vzo8dvry%2bnd/7InlP3Hnsfjp%2b%2b5s/%2bzcfOMjczPpq0n8R24ogT9CABQgMkJshOWN7MtePZv9yWdPdb%2b%2bVbu62OrEdPMFnNcMi4QD9Td4tPZznDy4zUr9ncRG%2bJq7nufqsMXh6A0G9lnWPDSinNNrQ/TMAvHsrTQKzyDX2GYHH4bMzN5P1D5Eki7QrM8wKAJuZ5ts9RwS1%2bimLVRtjlFmyfMCE3KKUR8d11DpDFnuCJRacX99meWrW8y0m3zVg7Os3JrSDhtEwyt0Q8p2Zoi0plnTzM1mnJjPiSLFVr/HZs%2bwut1go6sI3jAcKnn1Io%2b%2bdmHt0aefX/3z73ho/mceun/xJ2o184UkiRiOii/1cP22tz/0ACwpnhBHopbX3YeeuZz/6dOX3detbdNA17i35Wj5N1C%2bxkZ2jAeOnuK77/0p8sEWn7r0fup%2bjgeaT%2bPOvMKcqpHXZokOfxUnQoQLh5D2LGtdR9w%2bzomjh1iIwHuFH/UZjUY0G23CcJXt1aus9yyRK2hoh7ceZwvQCaY%2bjzMxwcSMsiHG9hhZwe%2bskdg1UJ4LVzbYHMQspD18DkuzB0n1Ij5L6K8tk/TWqEVtlJqjkdQwbGMLy%2bGFlMVOxtHZHnkRWNtYZ2drk35nkevbR7iwmhw798vX/sLjTy3/iQdP1n/2g%2b8zP95s159IkuSPhMLyhxiAQhJr0lizvC5f/qlnw5%2b7uNr9ht4oi5uR464jO5jI8WD7Wd53%2bNfZvP0%2bfv3s23nr8VeYrTt%2b5tq30WyPmE8vcbU4wNsObuMxSK3N7IEI3wtc6S3RmV8kmVH0XI2cQC2JCIUjme2Q7yg2dtbZuvQam90hM4vHWWg3sIMe2TAnqkW4fIvCC436QSI3wo/W6XmNlS5N6WH7fbaWL%2bLVLHFnCZERhhxlPBpLLhrSJqGekfkMtq6Qtg8Q1dqEsMNgMGBrELDZgLrOiSMFJkb1TzOjz6JbSyhVBztYeOoL2fe8duq5b3vw3gM/%2bYEPvP9fHj966Nk4in/PDMe/H9sfSgBqpaknwrX17K0//bj98198ZfvblbvQeMvRF7ilvcbhZk6nGYiMpx57XHwfrZUrfO3RC1y0D/Jr597Dfe0rPHToVa5lCYhjYEB5j6kNOb0z5NRGwkziSJMa8606o2AY5QOUtTRTjSOm1VLkQ080s8C9x2JCNsIoS2uhQ9AptI7gCbhsiPJC1h%2bgC0fbOXADrC0I9EgIzM2k5H6D61sDjtktOqmmkBRtYpbmaqxHCxjRhFGXkQWdNGimKTubaxjpUmvVEZ8wEzmSuMbmJrC9QaTO0EgS0jhQ5BmbW4OZZz7z0T975oVf%2bcZXP/CNP37k%2bMl/deL4sfNaa0r75B%2bu7Q8VAAVI4xhQi5974ez3/tqzV76vP%2bLQl9/%2bMRbrp6inBbVklnZrFqJFHJqhy8gG62yqGstyhKbyfMXxpznSWmbdWhbTnNwZzhQtOs2IhXibiJgkmadV24TByyTOkKZL2OZRbHB45wk2INubtEbrKBy1%2bDjSOUjhDGmzhkRN1ja2YdRD2YJRluGKHK8ULokpRgrT65NnV6HWw%2biCucJzeR1eXg0cWHuD9sJxZo%2b/hbjWZEYlGKVQvs5wWGCxBAyd%2bQWM8oyyAXF9Dm8dWq0RmXmCiohck5qBwWiARjgwZ5ltLNHdWTv0iz/zz35gZuG2b/jab/gT/%2bhtb3/X/5OmdTscZn%2boKOIfCgAGIDYKH9V55dKZD28s/%2bL3L19ffec9R0ccnNkg1j2W7TFs4xithsLJkK3hkKZbZ8Zu0RDD0lKLO5I%2bzQDFCC7nGWJgKB3WZJ626pIwQExEjOLW2VUWo8DOUOP6fYriWYrWvbQXjjJavYTolETVKYwlmU3J3Q5pAa32DF08zcEySb7JyuYOc0WfRGlc5ikGO%2bQqY0s0s8U2iazSa2eEepeo0eao9lzoxpwVxdH%2bGdSlHXaSDkhMvblIs71Iuylko02KEAMalTry3ia97T7N5hzNekwtVVAIO9sZKmnQTpoUeUTmahQh0Fg6xnx/nesXX7//J370b/3o0597zzd%2by7f/mb/XbneeKorRl3rIJ9uXHIACNJKEyyvx8WfPnPsry8s/8j8cmD8THX3rvcwlGY18QD8cZtHMsRQtk4Yul4YJMTkHm326bh6DRjXbzEWKTdciaypk1MWiGLoa3iU0k5woeLq5ZnkYWIy3ybzDaCCGWkNRsEF3VMPHBpt1sXFGbGqoJEIzYJRvsrF%2bmY1exoxxNBttOm3H5c2YUGwz20qwtQTt11kgI2vGFHlM1OuSDwoiH6g3O9xTT%2bg5RdRfIV/fII9TcinYuTpiZuYWTOcoeaZQSqins8S1GZIYdpbfoNtfptGcwZiEpYMzpHHB1vo1hra0cCfKkCQ1XJQQpXWOxoK88QLPf%2bEjH37jzIuPvv8rvuMffvCDH/zhNE1H/cGXHohfUgBqpRFV49T1q9/8xGsv/m%2bMPvHwXbecJ6rPEaXrmCDk5gi1kNOS0wxHwtUwy5FZy4E4RqTNzrBFESBWgU2vyfMNkijQaUcULqMT%2bhQW8iJj6AVvMzJfp08dJ4FCFPNRgaiYlkmopz1s1IBmjPYb9EYZA%2buJ05i42UYVnluSnA1XZ2Vrm1v0Fv3oBDVvqUcbtBqaYRYYjHIKHLXI06g38B4gJS80iXO03DaFGlLEnrhQjFoNamkP2XyGzY3XyXUNb2ISc5il4w8xf/gASewYdHuMii5xojHi0WpImkIYDdnMc1oeItVAqOGyjFqtzqETd5KmZ7h44dyh//gf/vE/ePW11973fd/7ff/7gaWFZ7s7X1qTzZcIgAGtDEDr%2bsYXv//F5Rf/lzi%2bnh6f7zHT7NCQIUWScmbnHub1VW5rrxIrQUcHsKM55tLraDGs9jTnNlMaUcZc3ZIDDW0pXCB1Of0sofCGepRhldC3hiQpaIpizS7SinJUcKxIoK4F7zWDYc580icxQuRGqGZMzwrWzNGNYxBHK61jB33S5BJFpHmgs03qFcqnDI2hp1MEoVMMaMeGEENeC%2bA1IRNyG0PaIbeG3lDo2To1Mupeo%2bYaqMwSsnVcWieLaqhiBUKNJLIkC3WyoMlUjBFPNCrQQRCT0sw9UdErPSOugGKbrLuK6AYqXeTQYc9MkfDCs7/8jX/jr5996Fu%2b7bv%2bj6/96g/9WBx/6TTlP3AAlopGk25W3HP6/E/9/xI%2b%2bXWHGik920bVU5JaQRYfpqdPcFt0nQPxCnXVIHiFlhHNaMCmq3OkNsA0DB3JmatZeoVhWCh01EEpIYl7xDoQgqDFEOmImThQ05APEgajmLm5gJg2xnuM7zPwMRZHT2XEKqOvNX2dsGUNM2GNKNvEe2HAkH7ukWaETVM0Q7quz2omXMvbiBbiZguVFVjZIfcDtnIBFDOtHFNYdFA0onnqLtAZ5phhnziHqFA0pWCkPHliid11sus5ZuY4xsDm1XM4ZbASyIJHK6GtoFZLIVEEqxkMC7xyLGf3cn59htn482S6Q6QsnXqXhx86wekzr574R//47/3I5sbWfX/qT33X32006htfChD%2bgQJQRNCmzquXz3/FmUv/7p92zCfubXZaNLyhHnfBxHRZRNXmuUUuUo83CM6QFzViI/RCjEPTTizBGOoqcFttCwlCHMd03RyJChxKewSV4ERwVqCAVHtyNHnQxKmQiqCVQRJNbEdQBGqhR6wdI6tYd5pMhH5m8Xgy3yN4QbQm0RnGJHRzRc322Q4Zq6PA2rDF4VrMwwfm8ekMG91NBt2MfNRnlhEKzY6ucTApaPahkBG9uiEyMaOowSgLJFmGloRhMYDCIhasWkHlFucFYYNi2MeZETvDDoXvkGhHrDbxKiLnIHE8oGau0Vu5j9XiQ%2bTqOOJGJCzQlv8MIePYsSaZLKp/9aMf%2bV8uXrh0/2OPvf0vHD58%2bJRIGcHzB7X9gQFQRNBS5/VrX/j/nLn0oz94S%2be1xXazQx5iatqidcyIBnO1iFhtMMMmkCLGkJkIJCEyEQcZ0NIOG1JcUERKMfAxceSZMSO2bJN1ZjkQjUjJGTpHLgqrTEl%2bg2Im8SjjudKfJ%2b5nzDUDgTpKQ8AyAnpFA/GeRjQiR9NzNQzQCQWF1XiEvo/Y6UcUThMLHG9FtCNb3iHfITZC2mzRYEij1aGXC/gaquiTNTyZOFJXvmPBDnk8T95u0M2GpMUynWGPLDUY7/HFNjYoIg21ds75/AifXf6zDLMlYtkhUtsoyRkW89TNDkdmfh1Un2Z6mbw4iPOaJDlP1Fng4sa99EZtGh2FNhEf/8QXv%2br1M2/8p%2b//y3/xe9M0eSIb/cEFN/wBADCglCY2bbq9J//XreEz/9vdSytmptUkK2LaJoBJudafI41gKdnB%2b4DSdSKtiMRQZAkXdlpoZTlWj7A6ItWgIk2v0CCCoEi15bb6JoMQcylvEXKFD55YHKJKF5tW4IE5U6BMRuEUcVSnCIIKAcGQUJDgCRIoXIvtUYuZeJNUMopgyCVmvYgY%2bYjDNaEea7REpGlEETzbRc4oxGjd5FDrGIluU48NtcKSb63TEQNaGBYj4l4XGwL1NCU4TWr69Bli4zq%2bVsPk21AUDIqADD3N2ZyBtHjh5T/OWvetxGpAHmbLnvYBFQr6o0NsDI4QqSGCoLUlIHgRonaTMLyHXvcOUr1GVNtm8fB9XLn62gM/%2bPd/6Cf/0l/M/ucPfegrfvr68srvPzT4AwCg1nWKfBi/fuU3/lYve/yv3L6YEcdttI6YSYUCTUHKfCuABApJmWkKPgg7IwMSoyPh2GzG0CaQtNgJGkvGQt0SW01uBUEY%2bUAQT8c4ej5nR2IWGhZLSj5yBAWZirDOEWuhHQfyIudY01N4GLmA9ZqVQY2aDPAkXBocohHt0EnABMOWj9DB0tSKmWaL22ahcIbMabwTllpNQjHk0s4OLu9jowbKDSALJOIwskOmHDNkBAVFkqG8UPMxTg9wPqOpLEURyCVC6ZiAx/iAblhUTfHRZ7%2bds9ffTy3qApYy6jWAeAgeHTwhpFgbI%2bQEPCjLQuscTbnCLfNPM%2borhqMjiHKYZIn5A57LV04d/Ts/%2bE9/RJR07r/vnn%2bztrb1%2bw2P318Aah2RFYP6q2f%2bzj%2b4sPbz31dvNplvKqIoKjU5l5JJzKFZiwoZ1/oN0pomMQVZIaRJTKqhaQocESKW%2bVrGtUEL5xJaTUviIMsVo1xTU56AZiiKjtbEBurBE5scH2mM1jgFy9sx23mNhXrGgVogiKI3CkTKkyhPLUlQocZw2CTP28w2uqSRYuRiRBRt7XHG413MZ18%2byoN3bhCbHXYGiu7mGqkMOBAXdEc93E7ZBuc9XRwiGkJOcD0SiQjGE3KHMEDrAqcgsxGZaZJKQaQT8hBh1BaDIuUzp76SF85/kMjkCEBQIJ5Qyhdl9EZQSPCAgyAImhCEes3SrHni5CwcvsYrV7%2bZfLSIEouKFzhwsGBz/Urnb//df/5Df/Z7vqNx/333/lOlfn8TJ3/P7y5UofEGbJGnr73x9//h5s6//b6jc5p6mpDRIolShrSROGWxVRACrI%2baBJPSih0ehYkSkshgJcbqGp2aJokMa1mbhZrjQNNxdmOJ9axJXDOYekKzEVFELaxKOJQ67l4IEKVc7M6yNpqhnYL4OjvFIjt5g6xQoOps2A6brslWXmPLxjQjz%2bE6LHYcxw6tYSIoiLHa0E4UnZrQaVsef/EeXrlwjMXmJjXZYV53afo1GnqTuu7RqUMUFaAyXGJBB%2bZlyKzKwMQ4AfAEE3BRzmrR5OWN42QhEMkOVmVYk%2bP0gFGU8/LGrbx0%2bSHiaAelcjJbp7A1QtCATD4RqT5VuS8BIWGl%2b3YkniNOatTqmyzMPIMXA6oGuomK5pmZO0B/4Gs//C9%2b8h8%2b8eQX/nKjkfL7CcLfcwrog4PgyIvcnHrjn/yfG5s//r2LM23S1LA2SshDCxN3WYwDW0Wg8JpIG9qpJtKBhsSI0cSRkPkIhZCqQCxCasASUTeWgU0Y2g4ttcNMVKBV4PxOh0YUmE083WFCOxQ0YkhiQxLpKknJcPdil34%2b4ovXjnB%2bZ5H7D25y8GCgnw9YGw4J3tLLczrxgFpHOLs5i1OBTpTTqhcMMsMnn3mMZ04/wHe%2b99eIwhpCQj3KkMSRhYgi9yTiQBscZbS0wuGVZtvF%2bODQyuHEYApHokC7hFrdkWpHcCUb7iuH4Om7OncevMJt8/%2bEz7z%2bXk5deoQHb32ZneEcb1x6K5Hp4YgJPkIkryhhBUICWhWsdt/C2ZUL3Hf4cbJYWGxcZrN%2bnWH/IEoNwTRRYZZW29Pv9cxP/Ltf%2bsG52U724Q9/ze8bJZwA0P0uIyUEwePJszV2%2bhe5dv0n//ed/s//j4szHWYbhvVihk4KS/UtIq3IxDLyMW2dMpsKmoByAR8igikVi5oE8ArnI8RApDypV3TzBu3Ic//BTaxVFD7BScRcU3C2INXC7Kzh7FZENwt4chIVcM6wMxI2RjHe1fCuTRT1yfMNgnFEqsWxmYP4IuN6z9HLNjiS9rml08MYy2I85NzqAr/4xUc4d2WJb37fJ3joznO4IsUYhdUK4xXGerQRRIEi4K2QBcFqRbeALChqkhNcIGjBKsH6mNnaiKXGFi7TZEUpB7tgsdbRijxpqnFFn/ff%2b6vcdfzztGvrbOZ1ovoKbhiTxJYXT38QHTQiHiRULDogyiHB8MrVr6Uer3PHgacZjEZo7QgqhhCD8ojpoHxGswm9/lD/i3/1n/7%2b7Eyn/%2bEPf/2/%2bf3IQ/k9poBCIGZn%2b9N/Qbmf/WtH51KMjti2NTZHTe6Z26KlFEMV0SsMczqmoxXKKYIYHDG60midQDDggyEBgmiykJLEQt9rchwqaIoQY4OhHgtH6hnn%2bzGbRUw3ONZtxMCmOBVh9YjXd%2bpc2uogZsixxoD7jm5RBEffGYZDOFgPzCcOo0fUJWbZnuD6cAXsgLW1g3zq%2bgwXNhc5fmSdr3rHsxypb0BhiE3AFh6NwkYxKsqJAFC44PBGEAsNPLlEJConCYG%2b00TiiJUjF9iydSQAkWMoEYnPSIOjh0Y7KKxnVCQE41ic7aLzgI4H3H7LF9hZO8DtB17j%2bvpJrq3cQRptV9TPTyih1gVF0eKFy9/EbOsS9eY2NrRKGEgNRAjiwbQRn9NqKrq9QfqD/%2beP/KNOZ2bzW/7Y1/9MAIri966KwQSAv9voWaHMTuvufOZbit6P/525ppHYJPR8SiIJ989uUVOCKxJA0ZaUtigkCEHFpXDuDEopVAAVhGAUyiuUArRgVPmk3EWMQkRTcgy2NPP4nPWhoq4BEa726xRFQk2lnJjVpIBujrh9LmdtpJlJRhgtbA4Nm0OFUREaQdwmz1%2baY9jVPHz7MsOmY2XYZmdwkJmW4/YT5zg2v0xb54yyGjY4nHiCFgIBowOpKBKnCAZGTmGCRcVCFgKpNmix2CIiMr7UGyhdiHkIdF0TrXPmzAiTO3YKjRFH0JqRLUqp3Rti7/BodvIWrWTE%2be5t5MMO99/6UVY3j%2bF9jFJ5OTihZMOgiEzGMD/M59/4dh448e9p1nbo94%2bjxYAYUAmEJugR3m7SajbY2u61/94/%2bJEfimN95S1vefipdrvzu8LKeIsjg4zdLzvD/u/8TpXQ2%2b8%2b%2b8jm9e//SBxdORpFc%2bSSYCSio31Z0qGICWIgUUiRYrwQtEaLJogqhV1TCtJWIpQRnBeiKBBFpalFOUUeYnaICBKwIjSV5Y1NRebrHG0UeOXZGEWoEKNQNJOYhs6I2ebUtUU2BnXefXKFwjq2MxjYGOdyZo2lHTvObbSRkHOgtYkNmlEAFyz12LFja%2bjC0sscO7mnzBkPODwt7ZjRliaeIJrNokFT9UjpUwRhB03kLPiCrgsMc4fyjlgcTgRxBSujlAGKY/EmeQ69oaewDggMc48gYHMGTrFqWzR9j7lknV965rt59tR7%2bY4v%2b2ucufJuPv/KN5OYHuDABwiuzEsNnhA8tjAcmv8NsqLNxsZJtPTAZ%2bCH5Z/dwRerEDJEaXa2uxw6WH/x7/6tv/TH3v%2b%2b954ZjTKCr2bP73Cbn%2btM1YYper%2bjmwQCWrcYDS8d2Fz%2be/9MootHVbKAszUaoqgrDyRQKIwolFZ4HyEetNagTaWwGTQCSpEpgwoG40CUoIA8aNBCqjyJhVmgUBpLwAdDWksIeUTuIYSYetqhYWA%2bybHOMypiGlGHw7MRhYdUNHGkaGhh6CK8B%2b0tgub%2bQ12GEuhmDZxz5A6cjfC5p6kh08K2jfChHIC2sTREkZqA%2bAixHh0JdeNIgnB95yCknpnaNkY5cmuIg8NFYG1AxOPRGGA%2bzohRbIQ6hSi8KTAMqvPAWUeqHAUzSFDUycldxMljz/Dc6S/njcuP8Za7folrG7dzbeUejBpV9sGSSIRKOTEmY6V7H9gIrRwEDWIIUpq70DWUbxPcNiE4Wu0Wl65sPfAff/IX/68H77/vOxuNVs9if9dB1hMAxib5HVwuiCjyfFv3tv7V30W/8K6oNk8UEsgjouDJdEJkI2omEJSGYIiCIRiDiQwq0hAUSjTOQvCaBF0qcVohumTBIWiCVWU/aiFCiIIHFci9wRQ15iJBKAFWTyxIDWFEI7IkShFIaNRzlqhh9RyxHpI7IcfgHCQqIYhj6ByIpx0pRlojVhATMNYSS6mBNwzUIkeCo24EJULwBoNHpZoQK5o%2bx3hNd2eWttumLsIIjVMBEBRCzSiUitkJGmNH6EioFR6de5wTtlyCc4ZZ2SJKFFZrtlwdi9DRA7p5Skc5jsxdYqa1xtWNu1nYeIOsqKO1pTKMTbThUh4sj4mvEVC7ABUNEhHEIhKBrkEYIb6MG%2by0Z/m1jz/7dQvz//qv/8W/8Gd%2bwEQJWZb9jsG3MD/zuwWgQqmEzc3/9Kfz/Gf%2bTK3eRFwLNYpIQ0CbGK8SEg06EkSXebRKGySJIWqAF3QIBGsREyEqKmU%2bpfBB0FKKPRGGEBSiqs705dQLCnJb4/WVg9x1YIdbZjOGPsG6nMzD6iDQTOrMxhkr/ZSr23CkXVCLIkIAJQVNNSCPBBMibBA8gqEguEBda5pG450jRKXHY9YE5puBgKBdQClDEI/34AqFL0DZgCEi0sL9RzbZGlisheAVQ6fp%2b0Asnlas6SlN3QcCGusCPkCee4Ir6MiAQZLgTB3nFO20YMsa4uEAFTK8Vhidc3HlXoZZk5GPOXXlMbZ7xyrvCLsgZCwLCgENIQEqbVk0BI%2bIJkhEkBiRuLQRhgKCxxhFkrb52V/47F96%2bOF7nvvQhz7wk1qr31XwwgSA9r84u17QKmW7%2b8wjmzv/9m%2bmSSyxb1MMEhIJzLXAqpgQFDqKkSguZTwFqAZE9fKlbUawFnSM0gliGqW84gM69iDQHcYYo0kMDKzBBMFIQLQFBUmsePT4Bh6IVUG/SOjZWY43LVt5IC88Vhnm0oJ2AuDLTguBVCl8XCf1pZ0u94bMOjIrWO9piGAEQlQ6kY2GRlV8yDmHtYZgS7kKo8okpWAJtiifg6AllKmcSiFZIEiEiaEVPFoUA12jLjmdesFOrhmKY5AYijxgsBxpZeRBIdaS%2bIxu4clcwLkIpRxOIp47934Ggzm0ZDSiIXff%2bjivnPlyFB7BVZ4SKvDJeJcJMEVVyorapYQqgZCCHwE5AUjTiG7Xxv/XD/2Hv3filqPPve/dj53Ki7yKJ/wvFwgnAPwvjgWTiKLYrHe3/skPxpw/pDlGGEQ0xTHbcKzZOXRaYzbJQKVIowF5zvWdNnOzDWKphGNVA8kRMUBUvUQEsWejG/Gpc7cQopTDM13iGC6t13jHsWVmGjmfOHuQR5a2WGorFlsF3htyf4BWEtFIAiKa2VjhzRAvGq00Bg%2bUjxYJhGBLZmhi8koubRiHczk%2beIyyKAVKHL5wBBUQEbz1KB/KSBUf8IUriUgMuRJGI1vC1FkEwYQARmHigPYOZxU%2b0xhR1FTE0GrmY0tkCjbzmF7QDE1BXUbgc1RhMTIkD6WYopTHK2hFO6zsHObq6l0YnUEQtnuHqDdXMfGAUJQGIREIQRGCAL5698pMU8o7lUvPAaU8iJRRSEgKwVJW/Ao0mw0uXNq85d//x1/9O%2b942yPflSZp7n6H5UEmAEyj%2bLePPRRaRayt/cv/4cXLF75qceZOTsY9WomlG9X5F098gJ97%2bV38r9/5G7z/jnPgDMOh4sXrx9gsWrxjZkCss/LFRCEUldvIlGxDCwOn%2bA8v3MrCrOKDd/ZJlCX3lqOtPo0kpwiWVs2TSQngQI2cBC8JdRUBAR8yJHiUqiKxQsk2pRLGJVC2AYcPUPgySkWUoJRGE/AIgRyPhbikaB4Q5VCSl1wuKJS1BFdACEQSkzuHBDAmJViLcwWiHEMlOA/iPcZH6ESYM571EHPJJmgfiJWjpQrSOJCNFNkokCaec6sn2B7WWVq8gGSeWOVYn/D0qa9mpzdHbIYQYH3nONvDBWzRQChQY5lPHMpkQIa30yJXBUJU5Tf2FRUsg0FQKYRRBcKSyrU7M/zCLz35LY88%2bJ%2b/589%2bz5/4YUHK636nACT8drXggInqbPdfv/8nPnX9rzh7N2878hIzsePq5iJ/%2b5e/mV97/lG%2b/n3nefj2AlSbzBp%2b8pkHOLd9jB/4hmeJlcNjQAkqmKoVuhSEQ%2blQl5DwnrsH3LW0SU158IGGKhg6Q69IGBUp7zjaZyevMyyEmvGkYkENCES4oNAEkAiPRigIFKULTKLyuaEMRCgpr6JmNOCwqJI6hAEBj1cGCQLYyq8aCARwCi%2bUg6VcOXg%2boDQ0ajHOKkJweIGgHLnWDDKFsaBRiARMgERykqTg2sAxKCAPikQ5RllB3Vi0MhSFQ%2bmAxRByjxbQac7nXv4aXnj9fURqhAj4oPA%2b5v7bfoX17WO8%2bsZ7wEOkhsTxNiIZ%2bahTcTzPrnw4lhErFhzGADSg4lJe9J6xYTuKFKNRzI/82C/8tfe8662fPHn3HS93u33%2bS8zJM50pM4zSv03rdlDkdkP/5JPP/fUXlvWhv/j%2bsxxpbnN9%2bwg/8HP/HU9cuI9/%2bL2f5MNvexZdpGA6nF2Z5ZOnT/JNb10hjRzYOuCxZARv0b5qRvAl2Q9CzTgeOrAKXmGBlWGN2aiB1oGGCURaAQVW%2blwfRbQiQ6QKYm1RWKwXIlVq11pKDdiSosQS8CV7lIjxnBVxaBwhKEzFigRdHvMZClt6CoJUlgdTgldAQkHw4NFgAlqXWnMxUvjRiJ4yeCKMc7SNISjDwAM6x1tLKACTY3zAB0W30AwyaJgCrTW9XFDOcmT2Cu3m9TIRPs04dfU%2bnnz5q0sqbxwEUOLpDebBKb76HT/KfOscV9duZX3zFobDBuKbldIwTkaqlLqwSwUnIESDMkAMPgFyxhE3IQRarTrnL20d/qF//u//xt/8P/6n706S1BWF/S8SBScA1Cr9rbEHCIanXln7un/zC/Vv%2bfYvv8xtR66Ajvn0Syf5yBcf5X/%2blif5lnc8D30P3kA8w%2bG5Hj/wjc9w2wEDLi1f0IOmRk4OCBoISpeGVqjOsWTBcXmnwbbTtGcyVAi4oCm8ZyOL8OKJYzBak0jp5EfFxFFc%2bUEdPpQaphJFqSaUIIQINdkPeAoC4IJHV6wrUHpuAhng8UGVbFyBSFGCD8DE6GAhFATvCD4QaYdLhNhGjAoPRY5SCp9oUmsJRSCIUCjYtDHdrED7nJY4doJhKDFic4xxFFHER194D29cPM49x75Ib9jimVffSzaoE0ejUrYLpf/40IEXabXXiLXlsXt%2bnrNrJ3nqpW%2bl213EqAxwu8EKY%2bqnSstCGCsjovZRwaRURqbYbCkPtviVj37xWz/4lV/4mW/55q/%2bT93%2b8LePvmkAZsXgtwRfbIRBZjv/6uf7f/XV109E5n0tLJqdkPDkmXsgQD225W1VG2ptcDkd06VzOAJmwJpqtmkkgCYhjKtHKo8NttTbpKwWdWGtwS%2b8cJyH7%2bghC5sMQovCOZSUxuRELEoLWgWGhdDLGiw1NIG4ZOW4krPjKU3aArhKkiuAeDIIAYsHLCVwS7ZtKb28Gh8cXgwiAcWgrAUdQHB473B5gQRbGq8LB7gymMAJ3TwQBaFhcwwaLQU6HTFygUERsZnFbI4CdQoQIVYebGkSct7w0S9%2biM898xhFZjhz/n6c0wieyIwo5YCxTdhzaOk0Vzfv4MLVBzi8cIrnz3yQ7a1FIlNMaauV/W8MwOqwVHbCwBQIGSskcWmSmVifA3Fs2B5q8yM//vN//d57bvtks9VeHY1%2be7bB1u0npgH4W9PNNNL84hPd7/71z/vHWg2DjgNKNNc253jh7B3UE8uZ6zNcX53j4GLES1cWONzYYK5uCD4phX40lUOT4C0eQ6wCiMMpw7YtyX9DDJlVHJjxfPujXebqBRISIgk0TAMlroz2DS0gIccx0I40KQ0PgqlAVUYUjynd1Pwl%2bGoiiKGUhwxKHBEBQeFReFLA4/EEMRhy1mzGRq6o%2b8BSYgnOY7MCh2NYBBQKbcCHwCCPudwLdAuNBMMh1WUpzXE68MLVI4wKy/zMNrn1GOVZd3WsDUTBkoSCueaAcxtHeOG1t%2bAyRT0d4L2gJS/b7GUCCFGB4DTXlh9AdMa1lTs5df5dpSkmOMCOUVZdoiip4Xi/iqyeTNRps8zYT5xVICzPDwGarQbPv3jloZ/%2bmd/4ng9/0wf%2b7nCY/7YACFMUcJj/Jmp0gCQSzl4LB//DJ9f/3Hq/yd23r/PgifPESlXG40AaO55%2b4zBPvXGCb1q8ThopkqQJppppQVcTzrK%2bXTCwEY2OoYXFS4InohVZEAc%2bRilDYgwzsYOgKKgxFEdA42gCpalFVXCbVaV26okmYnU5sQsEVRpfGSsRBlHjgj2qOlYZaLEVIFUFYlOd48hJccBcBLaAfoBCPIW2pKog856EnETBtjOcGShs8KA9zucM0phLmeKLZ%2b7i337sfdx77FX%2b%2b6/%2baPl8EyGxIH2H9mXh9HNrx/jEc%2b8jG0UkaUlZlPKlHzYIQcJ4Ppf4Qej353j3I/%2bOI0un%2beKLX4tWw5LiB9lnmL7RQD1mzYIiiAalwU%2bxYjGlnXZq0wqUTvnIL332e7/6Q4/%2b5AMP3PtG/7fJiicAHP0WC4V4anzx7Ct/8oHbf%2bpeorfyTQ%2b%2bwL0LGyAzNGJNbjVHl7r8dx96hQdu64FX3HGgW760b5Uaong8OYKQ1mNiK2hx9IIiVaUgLCgUCUKCYBBfBnQ6SVBSJ8VUxoIxvCpjLzA2soYKZoKrDLG2ZCnVL2AqSVNhGOJxFF5QYlCi8STVfe3k2gBIyMmDZU476lJQqICzHq0KrpnS9NKJMgY2sGNhZRhhbcFc3ZKFiFFXkxUdfuIz7%2bDxJ08S6z4P3HWRZ8/fyxPP3slgFHP80CXe%2b8CzpMkOr1y8nf/8sW9ja71BLRnsetPCGESlfzggYztTNVaKZn2Lu2/5ApubRzh38QFiU45vaXoa%2b4THozsGXvlbyXrHnxUVnLYNku/O7so2WK/HXLi8dexXP/70n3/LWx/8S9YlJYf5bQPQRm96klYx69uDIzPyE9/zvW/7FOodzzIfezYGHZLZgs%2b98gCnrxzkK95%2blT/7oZfK2xb1arzHTnBHkILgI1TQNKIMZzxDp4mVwktKEZoMckM7iTEyQBCGaIxqoEkrSjfWQqspP1FbdiN2VWVecNUrBiI8Bo9FGKIQPA6N4vpAkxpPanL6to8mkEYpQoovw2QrRiSMXMHAD0mipLyf8pgoZuQ1PRuIrCVD08sNO1kZQjVbL2hHjh1X4z8/%2by5ePTXH2labEASlAh///Nu5srzEoBdTZBHbWzFf/tYnadUdBzqb3H/Hq3yh/xDBqZLyVW8cpEKPr0xXFQFTyjMqmmz3D3JX8iLt5iY%2bjFnqPmfDmBqO5cJpbVgpxPtKFqwoYRgrJBUVlOlbBeKkzs9%2b5Mnv/oave9%2bP3n/fXS/1er%2b5XrFn1Opx7U3/0niW1D317ffVv3DHvLRp%2bwgXOiy1cs5cOMA//9UvY5ilxJFQ2BZU4UMTGWIs5AaFCRESFNgIFRrUtEYrIUeDOJoRKBVjVUShIoLUMTQYM8uxCC0VHSw11BJQFosQyJymb0sfpQ3gSSqpTlCUDngBXBAKl%2bBDwhChC2yEwOVBj%2bX%2bMtauIxVVsXgyFdMwDVIJCJaEAiUFAy3kErE80AydEFSEDZpEB7yUpqCGGvD%2bB17ivY%2bepVb3tOtd7r5tld5gltgUNBtDmvUBcWR55tWTvHj%2bJJ32kK9518/zjoeeriaQTAZ91962S8mCN%2bQuZaa9xrHFs1zbPMmF6w9g1JTJhUkH7u7c4C/eZc8iU2MoulRERE/dbyymCPVawuUrm4s//5FP/X8JVe2f3%2bQfTAekcnMKKBJR5JtzreJjf7LTjHHUubizQCuOOGJW%2bMknHuOlC8dp1gveclcPo7swtCA5VNU5hYAEhSiF1eBdhEgZdBB8hISAURqtWojE%2bGApyIlCQk08EkY4CQRiDHqqdaVhdFd%2bEwbOkfmSyUbiK8UjRyp2alFkXohEkztYakIsmn5QfOFKiyzv8%2bDxDbbzwHAw5JbmkIEkeAqaSojQeAI7Nid3BUYsmRi8VwxDTGwdWgKp9tR0IChh5COWBxHzs6t8/dI6NSk43rzEQ3df43Ovn%2bCpV27n6S/ejlaW1Y0j/PQv38rhw%2bf4jq/9JWYbGe9%2by2%2bwsd3htdMnic2oImalMhEqNIp4orRHGnLe/eBHWJi9yqXVO/FO7QJMqmiYaXkPdgnj5PsuAMN%2bZUSZ0rzG/qJGJZDjtMYv/urT3/kt3/yBf3nfPXe9OvotomV2gxGKN1FCVIofPPWNLXnhYedjIg0L9T5r9hjObeOTEU4JC/MD3n7nywgZ0CllFZvjVIwey1yhjpIUp6QCT1FGIUtZLdTj2XE9AgmKWhm8IBYXBgRikpJuUXpNxsRbTTEXRyQBrSwinpH3KAGFJQ8JsYrR5MSiAEPNWMqWaOoS8dCco1sYGiYiEtDesO0VWjypROgwJIgtDeMu5cymEIWcRDlqJmMmVWSjmMQ4tBJSE%2bgXhg0b04hy2koTrOVr3/F5cIpffPpt/MZTt7G9kyK%2b8s8SiLQnG6RkQwUNQ6M25M5bz3D67F2EUILNe02RxzgnOKepp1u8%2b8Ff4sjcaZr1NSIJtOu%2bEtN2AxF2QcgEZCXwwi7wKoN0EKmwPjbHjGXBSg7ETd0HCIFaLebi5c2lj/zip//U4sLcX%2b0Phjdw/vF2263HdgG42du8ySkarXbiaPSJ7%2bqHQFJvYlJNO3Y0TBcjKd/99i8yO1Nw93HHPYtdyBqVTa8UWJWk5XzzZUOVtSSoXYFZewYh4H2O1l0sHi8L1NUCAYsOBQ6NDTFZEFIl4B0ag5ZKIgweJ44yAConqFIJyD2kKBSOSGd4VUYuR1ImQXWtrzwmIJKx2N5kFmHbCkNvCcHjihGHlCKWBjvBsDkcUWhP1yZ4FxO0ouuglgzIrWbkHXhPajRdm7JWaGL6zMcDtNKMvGWzt8CPfOS9fO65o5hgibTFqDFYAkp5CpuC0sRmwHYWEcUWEzlcoSjylNh0OXboddJ4QGKG2BC44/CLzLWX6Q4SvKuRyyzKTLHdMN4tecYeEDJFGdk9b8yGdw3UY2VETxmld%2b%2blRDBRyq9%2b/Nlvf/e7HvzhmZn2pSy7eQm4PQBspDfG%2bdfiiBcvrrzrl5889t5vffhejt02RKSG7m4g2oOa4fbFgv/pltfBzEIxWwpdEiYNl4mMUlEvDyX5FoJWZDh2gme1cLRUTMfEJNoS2MaFBMESe0XhPH0XIHakQBCDiML6vNJ0DRGaoU/w4mgahw8aRVTOTJ1jsfShMuIEel7oF465pFRZtnzMJhovDq8NWWYZOIvDMhP1GPiEV7spucuYS0YcbgvDAJvDiOVeQiIjmnWFEoMTw/pA0VJDbBDO9mosJjnNxHGt32ZrWKMeW8TnqDEBqropAM2ZHju%2bxVOn3sG5S0dYXj5EcEJexMy3L/HYQx/l8IFz9IdthoOUufYafXeIa1fuIB86zl69n%2b3uPDYzKD3F3cbUboyzydhMCZfTHpKxjWeiHY9BqPay8/HtQqCWxpw9v3rrK6%2be%2b%2bbv/Pav%2bqe93pubZKay4vayYBEQET76ef%2btL5w5mv6NDz%2bH1GowUqXhVgxoDfE80CzJjUp2AwvGfsRQhW3L2OMQJr95CgwRRmt2QmDHlZTxeDAEseXgWtAhI9YJDTHkLqep6xjxeJ/jKaNoTCjfQbAEr8kLTyMu7YRaNISIgCNGCBJzHY%2bLcxpxgSNQEDPyiiIERk5VkR2anUwYuSFZzXNtCFvWoJyw5nLSUUEWNEVRhlxZLxgyanWDCHTMiJpxxDhqdU/fGc7vzDGTrvLnvu3n%2bI%2b/9kGefOoo9Xg0UUQBTGTpbnf46K9/Gd2dGUa9lCjK0Crj1iPnOHz4NBv9AwyuNug0N3jlwsPce/zzbPSX%2bNRTX4fG4qwhuDIfWCk3BTRKDXpa7ps8WyZelVL%2bU7uNqkSlMnhj7B3Jp9j5LqC1Fgor/PonX/zj3/QN7/%2bxWj3tvlkm3ZsaopNIOHNlcOyzL3S/7o%2b9%2bywHj4zodWcxZKRRVAbUeQcuhzACU68aUEVZmEa5720lP4zlvhR0AxgQUHhqzPqIY5JxLfJsuBzJY26LG4TgGaAwSpMSE%2bsIHxI0iuBLDSsp073L1S4JpFrYyMslrxqRIGTkeLREJRjxlD6LwCAIwxCjxVGX8jlxnhG8Z0RpJpGgGRYRV4NiJ1fEyqKVJrMpgyKaBCl4hE6aEqeCiEW8o1Uz%2bBAQH9iyilFwZD6hm9do16/ynrc%2bx6nXl9jeiEiTfCqyWMArQq7BBZJ4hAuweOAc73nbZwDDp558D8eWXuHC9klW147zyeXDFEVKKDRBBZRYxJSrdU7bDd9MHps8dyz/TWZEpa9OKN6YAo4jZjxTDZ9Ydeq1Gi%2b%2bfPltn/rMc%2b995OGTv3wzw/ShAwu7AOw0ant%2b7DQ0jz/X/YrBcOeWr3vrJQga6xxKV9TP%2b5ICFhmYCJSr5D61C7xxkKkYgo6q1IMyEkZCQEkHR%2bn0ahpFC%2bGaT8l8YN5bOtqQqJgQdHl%2bAERXkeZSpZIGtAQKPMMisD2KmWt4FhIhc44MwSmgWrEoBMgASyjtXKLYLISuWGItZN7QKwLajbC%2btCU6VcMWHtEBjcF7hxDKfCpfLo7tHYQop14T%2boOIrWGgnlgiBblP6VqhJUNm4y6b0mC7mOPg4iof%2bsALfOzx%2b%2bhtKVQpKCMS8EHTH7TLvlJl0v7G5lGurh7kbfc8SS19jC%2b88EGyPC3rwPgAOKIoq4zVY9vMFPjGW5B9x/dYuKexNHVV6UioWGNlipkOaGWaExPFms2tvnn2%2bbMf/mPf9IFfHo2KPb%2bPtwkAlzd2EaqUsLGD/rXPD77h0Vte4oGDlyCfp2YyIhMBLXC9Mk5M14Bpu1DZEh8E0TVEqcqYWdXnQ5VUkwSvTcUeB%2bSiSYhZMoGLhfDCMOPOeMTBeB6ZcqENCtgpHO24jPILIaLnynp/26PAtV6gkWqG1jEipxbHODzDkJUhUD6noTU2GPpWmIkV1gecC2QmYG3pshqNPOIDIUlII7AVBVNKI7a0SNpQCudBlZ6ZLBeu9zQUllakGNiY1Syg7YD5mmVr1KCbaVQ0ZDiMubJ1lIfufpWN7hy//rETJCabUJD9AepKCf3eDKtrB3j9yn1cWz3GKKtPglBRfopqhTLfGijjF6eBNJYBp0AzdhiMzTtUdG9cY2aiNFYyYBhrw2oXyPvBFQJRFPHUF8581cVL108cWJy/cDM2PAFgd7j7YxoLZ6%2bqk69f7r73B7/zdSQOhKDRRvDBoyIDcQNcgCgqbxOorOMKL4ZRSEgwaKl8rUFTUr4yACAg5AEyLEEETcQsQl15RpFiPcScyj2FzzhoyqqlWitqkSYHfMgZupj1ocUoOKgjmg3HsbZla2h5/krg5DEhkcAoFGR5TuFU6RXxnkg5UikVpURCteJkxAiFKoZlUlSkMaZkuV4gkpI6KRXIRZfj4EOZbqsFT40CQYynKxG9ooEnY%2bAC/Z2CoUsQ16epslL7TeDq6hyryzVM7CaUfRcZfo9yGscZZy8%2bwMWrJ8mGEUmcEfw%2b6rYHBNNfprSOySX7yNb0uWMiGcb%2b8WLqfDVh1Te/vrx3Wks4e371%2bKc%2b8/wHv/Hr3/Mj2zv9PWfPz3Z2PSGHDsjk78hSTM%2btv/9Djz6%2b%2bP5HNkBaiDGIaeG1qQJaolINH7%2bkt%2bXMcKWvNY5iFAXeW8RXUzq4qtGGURDWJWNbcjJS6uMIZmIOKWE2gW6a8qr3vJT3uO57XLFDUJb5JKER1ZhLNMdawvGmohUJiWiEhMgE7jkCOlKs%2bZztIqMfDDs5rPT6jAYjlA0oUfSK0p%2bLh0SpMh3ReZxOKKIILxG5FZQGJVAExdBHeFFEAZTzGBdIKdAm0HOKnmtxbdSinxVkPtAtZui6WYxkGCnoDhOsz1hsbUJwzMwu05rJy5yN8fjLWFPdpS5KgS0SBr3mrltoGmyTYxUV/M0Fvim8VZRuSgYNYyBOe0bGKZ1q7B2Z8pLsvSFQVrLI8sDnv/jGV2WjTBmt2L9NKOChubEnRCGi1Vc%2b8PEv/653/DrtuFVmsSmD1obLK4v89BO38q1vP8eJxY1dX6TNQdVBTOnUrzLxSw9L9RhVAyIIGWtYBlJjiZim15gQ6KucTAkDDJHAvIZRLWHFp6x5jyly0qzLoinTuPNgqEURmkmsLiFALimDyLAgnq4XNlzBwMJQxdhawrYdwHCIKEXXK7xJqUUNjPN4aylUUqaIBkcRqpAlpXEOlHfoUPpc8QoRTxDBSemrjSgINqLpRzifY32BcilaG9LYkQ01WkqLpVjL4YULXFlfYNBPS%2bVlgqux0XgKYwHAo%2bQmPHoPo91vZpnabkoVx5R2mvreBFSTc6ZlwOn77H1YAKLI8NLLl9%2b9srpz2%2bHDC2f22wQnAGzGlVFRDMGt3rrUeP0xk5WhRCaq1Hhx/Ppzx/lnH3mUDzy4zYlkB4bjBvmSwplG9fSSpU38hkGDBHL6bAdNLA0OhkYZOBVKuathIRWPNmBEIxLYCI6uGIKOCTrmjHVczjNS36NGxIGoQSIKrWJihIHrYb0CRhACM8qwXHhyElRaQ6Gx2rDaXaNGTqHrZA5EKQa5YyQGF2lSFXDKMLAeQ0ngjasS0JXHVuDQAk4pvDdQFGgp4%2b5yL9ggtOKC2cY2w1xQPuB06bf2DiwF1zYP8PrrJyiGZQmSPfbhKU4MoFSZPFVmt%2b1D1kSWG%2bNBbgLSfffdj5mJDTCMdd/KFbffLjidOzKOBbsJaAMkScTFKxuHXnn14vtvv/XwmUkb9gPQ%2bipcR2KCO/POrd7mkUaIaTT02OUKKKxLKKxisx8DdUjqIAMoWpTlrIoyckLGsuFYw7IM6LNGRIsZZkMC44gOKvDi0GhqobQ3GUDE06is7k6EflyjG2oMvacbHFsuhwDG5UQIg2DJK5PLSlGQKscwmQEdgQSMBLSOCX6BjLLyfFDCTlCEENEwjtwV5K6M9ujEZRyhdQ4rpS4dnFR9Yqsik0KqLLUoMLIRmSuXT0A5rKqRZRbtHf0swvuc4BWKnNwnfPLJ9/DaqUMkcbbXSrKfIlUa8u6xvQO958JKvgt70Bb26R03uc80fqqk9km41%2bTZU3%2by1064D80AaK0YDAJPPP3a%2b2%2b9denfjPJiMi%2bW3jc3FYwQhhUAA95deOyVcx3uOZSxkHpCNpYKFEcPdBEs//fH7%2badd/dpxI7XLs9z24IjTlJwVZiUrzLuceAdXoSMmMUwS1lvvpIJxyaEIASlQCkaQTMMwohyjY8mHiWaqDSCsCwKpyMMERsmxSLkIWADaNFlzi9CiALboaRQhHySdVx4UEmCEFNkOd5rYhPw4rAS8FpjnRA5hxFLLopAII5BO6E0mQpOysVtxBVljj0COpAoxSgPOC9l5pwr7%2bdwZREm48hsk8898xCvnzpEZPaZKPbjQpcxja4wJeWbZs1vJuZN/z6lHVeDjISw79Kby3G70BqDbvzzWBnZdave%2bPDyZKUUZ95YeZvW%2bsDifGMln4o93U1KMrNAhFH91trm9be/evEQdy9dhCwjBINUEcInj%2b5wbLHL488d4Qd%2bvCCOR2S%2bxj/5718A6YNJKbWUsWFblxq7qxGHQC3Y6vcwpTl7EIOg6eHIdaAVYoZe2KhkwnmElEBPFDaUkYFGyvwRjSIWcAJDqwh4lC4VpFhRxiKiIQRy7yZUwFGaNwKlLBdL6f%2bNJFDo0vY48grnHVp5TKD83ZSWfu/KqgdeFDaYsnCQ5Dgiioqti4RSGPcyTnkminPWdpZ4/fVbsAWIMmXN50oa2QsgKRWSoG4E24RCUYl9pdwYpmzDe6EwfZ1UGm5lkpmQX9kFmN8LxPJjbIqRvb/t2cayYUmao1hz%2bdrGHWvr3YffdvzgR7OiuOFMvNvE%2b00I5%2b/e7m3dY11Kkm/hRw6VRFVjHCbSvOP%2bdVr1nJ96/DZev7LA%2bnaNf/mxO3j8lSUurLbZ7Nd5%2bUqTT7/e4Refm%2bfjrx2gIGLkA5MM%2bspYncmILPLkyjFUDq0DIzyrQEMFZih9vTuiWAeWQ1lCY14KJARaHowXMl8G3eMViVIYAaPAS5WMHsAGj1aKSJUhVYgQRwpjyggXKzFGDOIErCcioHUgqBL0A6cYhhK4Y1elkkBkArHyxKLIitINqHVlpvWK3JfFjzSOZjpg0Fvgi1%2b8m2FPM9PZ5G0PvUq9XuCcmhrOXRLmncY7vWesZf9plEz3pprxDQjcd3HYf2wKcNPYm97GBuk3NcPsbpHRbG4NozfOXn/MlEUeJ1dNKGAUHSw12PDiQ4Nhv5UVMZHkiE4nkS14xcHOiEOzIy6v1/jG9y7zP371M/zlH3snf/ulBzk41%2bfATE6z7tjoJwysoZ8ZDi16Dv/pV7l7tsDbFIvD4MlVn3WtSBF2PNSUYhZHgmIknnVK65OhTNKxQYgkUJOA4GhhOIBwRRyXncE6XQa7UoaJl8EQZXLQmAFFIrjgEFXmkTjKClwxgcEowgkYFfDB4gkYoSqhq3HBI4EyeVMUogqMURQFFM4SfOkPVsqhtGJURKALIgOxshhdcObSLXz6iYe4fLFNrAZ88L3PcODgNqfPn8A7QZkp1LyZeW8adFNKCshNSqyMqdsepP4W2nGYkkHHt5Fd4/aY9E5Y8DSk2HNN2VVlPvXzL55/5L3vuVs5F7zznmNHlnYBWGRnQWpoOfdgloMERdKIkDgqH6BK%2b11i4JaFLb73w6f4vq%2b5yonWNd555yVW%2by1yG3N5PSKsqzJX1wTqMWxsG/6fzy3x/V/pmYkH9F0NEzRaK9rESAjERogFtoNCiSLGk6OwVUi8F0%2bOwVecoYdmUCWdjyiX4rLOUEiZA9cSTV7FCmoJOBypKJR3FCEQqTITzlaJ6OI9sSm9H2UUc1lqwiDElQAynvDKBwof0OJLsEaKPEQ4HN5rmsphElfm2PtAqnr0h20%2b%2b8wDPPvcUXrbMSF47jx%2blbc%2bconPPnuSbreOVkWV3zsFhN9Ekd3NqucGyrf30HT41TTi5CYnVy%2b5X5%2b4QUGa6pDppKZJA8YyY3kvpYVLVzbvUUovzc02r2V5yYanSvQqgh8kyIX7ljcbXNqYQ7QCHcqgg8r46En4tvdu8B2slZfblL/5xz/DodmMf/34W6nFAW0sogTRpbvYEPjY00vUga96YI37DzowZUGisnpJQBPoESgQrIdUCQUwqLwoiYRyeVI0MZ4upZ%2b2LClZ5gh7U1Y0WBvGXFhrcGBuSLNRdo/1BSkeJYYMg6qiiVXV4WP3poiUlEwMRYAslAH8zpdkIwSD%2bBGdKEc0uMKCKKwKpFFRVl6wivXNFt2%2b5vzlOsUIri3PcfbcAuIL0iRnFAy5TTh75RCvnr4F7yp2P6ZON7DFvaM/IXxT5%2b5RnNn3OY0PKvDsCyK4OcUda8D7vu/RhPdfsp8aBqJIs7LeO/HyK5fvPnZ04dooK7jrtql4QFGzBLaOhWL9ru7wIKNMY2JdBhrYqQgIyiwMXEEZVjVLXFN867uX%2bcjzPVa7TerGTbVbyupSLvDa9QZf85brpNGIrSzlcpEw08xJMFigh8eJIUEYBSEXRVEJ1xZFEgKZUwy0w0kJ2r4XVjZieoXCBkd/ELO8lnDqouEb311woGHpUxa0TL0i1RGFwDCURl%2bpIoSFclmvQOmRUQLeaLx3E9kxOFUWfVSKqxsNikJoNnIajRGJ0qytN9na1FxbnuHU6QNsbWj6g6gMiw%2bOyGSl/uUhiR2XVub5uV96J91unUgXN0HQTdAxTkBiKqz0TSnUvlu9KZt9EzI7uaaapJUtZA%2bFftNtLwiN0Wxs9JOt7eF9H/rK45/oD8rc4akSvafBb9yauO6BppnhloPbJDUBK1V9kKmme49YX16tDDDDZ14/xFY/LQtv36Qtxni2ugmbWcSO7/Irrx5CtTxvaebUKJd4iCmDtKwo8lB6N5QIaRASAhZNT0q7XIMy5fyJN2p84tk6pgwIpCjKGWlt4PKq4e4jBQbB4WkEYUE8fZ%2bTY0oPhq9YdCgtSJH40ttEpUQoRR48wohDHVjupjz5cocXnuvQ29HceXyV971nhSe%2beJw3Ttfo9w15VqqzgieObOn8qXzGJVBK%2bhW8ZmOjXYZOTQJS9g1qGB%2bf2mdsFuOm594cGhXFk7Dv6DRzltIicTNcTeP0BpOf3Aj0iX5S7iglFD5w%2bcraPdeurdIfZJw4MhWOpfWtOLd6izCInYuZaw9RfgCuBXFVZWCatJqEoFMEePZCk3/5sVsZFYZm3TJWrieTKEBsAps9ww/9yu0cnj3IxbUW3/E112miyEPpgUjQtFEMq4stpQQwDGXFqkQ8Sgd81ezrO4qXzxoGI2jUS7OCVqGq5wfPnUnoNAruu82V5YEJ5GIZeV%2by1KgsRabweAlQacc%2bFGiloCo8qUURa8/qdsqvfOoYz79cQ3nPKDdcvtbk1JmMq1dTNjcSIuOIjas00pKljoG3O0ChEpMCxpRR4iFww8CHfXvT1c/C/gEPe3b232CMlF2nxUT%2b28eKK1NO6WK98XKqGjR7VeQpW9ANF0x/Ey5c2rhtfWsYaV2m6k3JgAnQO4nxrI9mOXVlHusNJi4NjeUAlsneQsDrWpnWncM//LnbubzeZKZuy4ZPE8ypGZzGjs2tiCvL8xxccCx0chSBAbsKQw70KWsR6BDIJKItgRTHDhpBs90zfPS1BheuR2z3Fa1G2O24ikJoDdYpPvaFFoNiwKP3OlbwrPtAZlJs7gkuEEmJEI0nVkLhyngKE8Y4CWjtGGY1PvLx45w6UyeNLN7CQyev8Y63X2WmndMf1Fi5nlQxfaEE1XQfTCmj4/Eui44rrBWUlEn0by6L7Qp6wj7M7EXIm/w4Dc6boP2m2x4%2bDGNrws3kzDGoA%2bU43KROm4iwut67ZXG%2bPX/o4Mx1mLIDuuJ5FdzVWwmBq6sNXr1yjH5Wo3SDVKl93iI2K3OOKFPzPvNqg1OXOiTRlCTMfuxXrxwgijytusVLwBYKjTCHoLFco1zKoIxpESR4XBUOpBEawM5Q8ctPNvjcSykbOwqjw76%2brKhFCFUomPDCmRrnl2O8CAUGLQoVKRS754QqGkf7MlOv8HqS2I4L5IUwHCg0fpK/ffxoj6OH%2bly%2bNsMrp2aRin2PjT7jd97tAPYoA84p6mmPpaUVkiRHVNg7oDfIb3uYJeMn7R6YQvbNBoGbwG4/KZ3Mjl12vdeC81sAd0JdbziINort7cGhU69fPHrq9YvAFACNnqkFt72ED3QaI6xTZHn1syjEF0jw5aIyJgYsn3%2bjyd/5qXsYZmUq4uQNp//2v3w1KoWFbhGVBdKC0ELRxpEAh1AsEUrNOzh6wDYRp1Zq/KfHO5y9ntCseZJ4umemOn/qcGwCa5uKZ181ZSndACGUlNd5KXOoFKAVuVd4BToKaO2pxZ44UhQ2pm5GfMW7LzEz68hGZfGhzz1zhP/7Pz7IL3/sVnpdjdb7mOZ%2bojMeiwAhCLYQ7r/nFb79w7/EY%2b9%2bGVEa52Ry3Q34kTfZnz7426kQOS2m3%2bwhYf%2bRKXY9/S5v1rg3aYLWisGwaJ69sHXo3KVtYAqAKrq9E3y2hHfctrTCyBqubdbKUHtvwVmCihBlgIwnX0v4qz92H9c3WiSRv1FQnny/USYRBTZXbPQ0fQK6KvyYBMUcgdkARQAfNA3lSSh44rUa/%2bETHS6uxCSRv1F0AW4QpKq%2bVAoS47De4ymQAaxeryielFVgUuVJNESqrJdap6CupJx44hCdcuTAgPe/9RytRk6WawbDiMtXmxUg/T6iVY7CuJ0TyjEBZOnKa9Ry2s0e9548x%2bx8D%2bfG0eVhj5h181G9mX1vdwxulAHGuvO%2b824ktXuvF6bskzf28eRT9uzcsK%2bU0O9nupbopbc9fAswXR9w9PzBUHQX0ILBstWrc62/wEPqYhVgYBBxXF0P/OtfvYvfePE4y5tt6jXLDct87WE7N3ac0pDlMBgIO5RlsZuiiDHUUGzbgm0CdRO42kt46XyLJ16sM8oU9dTv69K9%2b9MdOsa/UoFD8znNSHFhLeLzz6ds9OCbvmyHTieQWV/ms0rA%2bdJobVRZI1VJmSgegsJaw8k7ujQbZ3j8ySNcvNImjstilLsTrnrodOP2TMJy33thdmaLZnPAsGhwfWWefGQmeSH7z9/Tr/v3J%2bfdjN/v396ENYUptL0Jm52A/QYhdMrus2fC7AWiEqGfW/LCH5ubbWio0nXKu/cWvM9qBIejDFAxEaU0j4YoBzb59584wg//4iNc32iXi8Hc8DJ7Nb%2bpujm7/USpAV5crrMZIuqiUN4TgiV4z7rkHDKai2dq/NuPLvDxp9vYQpHGVXEekX3U4eZdPnbKawk8e6rBz366zS8/OcNzF2qsbMds9kv7o3WBDMETaBnLQlT6Lws83kAUC7kN5aI2NubIwSFf84EznDjSJc/1bgMIuxywevE9dbun8FHkmgML17n75Hl6wyV%2b/ROPsbbSLLXi8aDdzK22H9BT54ns6RL2gmmKNsve728isd/k2M3OGf/dXO6bnokigtaaM2cuH/rkp55twnRJKV%2bbCflO7PsDbp29yC1LK1DkkA0hztjsav7xTz/IT336bhY7GY20mLQj%2bCmkwS7/HXfWfjMEYHTg7PkGr15ukOFxAZq%2b9Mm2tcO5wGdPNTl/LSU2Dq2nXnc/m/8tuk8EVrZinnsjYWMbmmm5CtHGdhlmpQpLE1uWwqMsUJ57qtIUZeiSIVAU4FxgNDLMdQre%2bdYr1OoeZ3c7e0yApyNS9o5VJZArz/WVg7z0yu3keUS9NkTrHOcMzukbzTLjA3vEsKlje1lA1ZybUbr9B/Zdc8N%2b2cl7bv9mVPnNhL/xb1Vt6WHm29aVebwTANr82kKwA%2bky4p7bLvLl951maAX0MleuB/7qj72Hf/Az72ZnUCPSbjfEbEyO97zLbpW%2bMQD3AMWD1oF%2bV/HK602uuIBSigaaNChmAuQyoBa70j%2b7r6sCuywvhCqccN/r7uI/IArSFOppwKgAUioj564YrIV2GgiFJh8qnGi2vcfZHAqPzQKjTLAuYH2o5HdHYYX5mT6dVoZ1as/kuDkD220PIWCMpdub4TOfe5CLFxvMzW5w370vcdfJ15md30BrW5VV%2b022N%2bGme3WRN1EOxqLRHpDehOLuOX4TcN5w432sad9mncc63bnr9iMtmAKguGwpMGJNe3IC7zxxhno946NPPsL3/JMP82ufP0mnkZFGtspJYHpCToA33i/7ebzjb06tBDa3DVu2tP3t6IJcwEjCjDa06vkk72laxgrVs/YM%2bhiIFfVxHow42vWinA7jpoWAtyUQz15KeeNcgkSaJ95o8dHH60gWSKNS/BgMHcurhmzkS%2b%2bPBESPA1EFHQXqDctkeYk9Dd03ZpOo8rGtrGxnHA1xhWdttcP6xgGazR6LC5vkeTSlkLCb%2b7M/0G/fg%2bTGQ3sPyP79m4Fr/P03Aed%2bSnjTbb8cWGrCO9s7s5cuX5uDaUO0zeZy6bFuE%2bYHhgcPvMEPP/V1/NQTj7LVq5MmZfh6EhUszvS4ttHBBYP2fooSVoXSbph9Y2TIZFcCGO1Z30hY30rYWhqx7gM1EWZEkFGdK5spSsbnj0dtzHz2Cb5hV%2bIJlGCMtENJmfOry5ZVFfPLOxQ57PTLilRr68ILZxp0h4bFhYyH7t2mkwyIlMVmBRKVMoByHh8CyoD2juB9NRWm27bbkF2qt%2b%2b4E5I0I8tadHuzDIY1rl0%2bRJFp6o0hJ%2b94llExw/lzt6HlxuI%2bwlS86M044g07NwFLoEzrHAuq4ebnjb06Vc/eeJMbFJeba%2byE0ifc7Q%2bbX3zpYvubvu7duxQwhI20r0dsjVIKrfF4Pvnc7VxcnaOZ9nnHXef5svvPMswNK1utMvF8irKFPT6n3ZeeBElWFGAsGwVKOXBj0/C55%2bbZtIoYh4SMGMdLK/DCtZSkMjSX14XxkrcT3%2bqYyoYQdilgdWyUC9u9qWK%2bPkwmrUiZNTAcela7mmurMR7F6Ut1PvX0HB/75DyDIuHI0iZHWhltgcW2JY4t9cSS6Izr1xNWllPUuI1TXTDZZx/4xpRbIEkyclvn6aceJJEN3vOuJ7EhZXl5gfbsJiduuVQWJr0ZMN7M5HcDW546MM1B3ozABbiR7ew7Zzyge%2bSwm23j41M1CgEXJIqTNIEpCliwnWzaQCJDCmdopfDWO64wN5fzp778Gb7skav81Kcf4aPP3kUIFqNDlZNS5U/d4EQf97pMwBlCuUL6rmhY1jY9fbbOhYdSTh7UdHy5hELXBpwtw8EmGf8eUGXGVghUAkT1nMrgNnEThYAPgqsyyEouWYJ2AkgHtQROX2xw8Uq5grlSZQDqxasNHn9qkbfdM%2bK22YwkVVVSAqzvNHnl1YO89Noig6HBKF8pWnsHmlBNwOnx8FAUhoWFa0SRcP3KAQRPFFmOHFsGpTl37gg7vSXW1lt4GybVs8Y3vwFfY5q%2bT3OZTP7xOWMiXU3ScIOTevqm43eZTl%2bakPS950xe7k22qchp5z1GR/G9dx6PYQqA2247GbqAF8i9ol4LfP83f4KkpugseiDh9NU5QhC0eMZ60Z6ojOmXHQu5UxR6PKFkTBGVYExgMNCcv1Zn%2beAqcyqwNTR88rUZlFYEV0WRTKUZjPMYxuVzA%2bNO2X2OUN5fAFuEiTdxIqr5qqpo7Ll0vUFeCElcUkijA4UVXny1xZlzJ3norlXe/a4VBiPP088c5fmX5uh2NXg/UchCGMukUyCEPRwreLCFot3aolYv2NmeATxx7Lly7QSdUxscv32DwdCwuTZHv18jqQ3Jh9FecW1PX0/tTwF1curkWLkjlfzub8Dd9M1k7/E9QN0Lzn1Pu8m2TwkSIS9CMhjaGkwBcOCpquwFnPL06bOgNEo64JuMhhGXVls3Ak4quW8CrlBSZzUG4W6OaXl86h0Ck0ScC1dT7MOeIgj/5rPznFpu8LWPrfDUi23WtlOSxJeh3b5MPhKpKMO08avqu3FIk60iOsYiznTsZOGgUfcsdHLqaZdry4aNTYPRlURXhd%2bvrieMeoHehuHTzx3hpZfaZBllJts4hGoiCrCXxU33ky/veejQCrWG5/KlQ4z6CqPLaJjCCeurCwzyea5fncfmcPKOZxFT47lnH8bIeO2NcUbbmLrewHMnD91jLw7TX6aOTe9MZMEbgVWO5NTzwpiK7EP%2bnitutA1KxRGdLynU7lpx0spN2C0T6zPP2nUQnbHYNpxbnuPc9RniaMrnO/6cyqraO38qEIa9330ow6zG1DAynnPn63z%2bpUWeLyw/89w8996a8WUPbqHE8nOfPIR3Jf9QWiZ95CsgwpRxuuqfag0aXOFxFnQse0Sa4AK1BjgiHr5zm8IpfuHjC1gLSqo1NVWgUStY3mrz0786z6WrKbG2JHFZDWsXbOP39BOw7QruVVt9KfOJiblyeYZ8yG4oFqCVo9erc%2bKWl4l1n9nGBd7%2byBe4tHw3L7/8AHakyjp/Nwx0uMnuzUjluC3l/sSVOS20jhs7YVfT4za%2bx1iIfzP2vQ90EwJRHvceksjkM53aEKYA6Hw9C76Mt8sKhRvGeOvJd0awYnn%2b9ftZ3W5Qi23F4qrEZx9QqjIyVi8wYbPjd6neYf%2bx8QxVKhAK4acfXyBQhkjVa54hEQ%2bfHPHiawPOLjdIk4D3pUV9HHMwZrdBwh6hvJyg5YPKYFXBOaqIrYDWsDPQ/MJvzDN4zHHb0U067TZXrqQ0Gg5dUXCtA5dXGjgLaWInxYimicbEFTc93tP6mA8ErxgM6/R6DTQWrf1EISsKTae5xu13ncWbJp32NR6%2b/wW8xLQam8zO7HDt8kwZ3Dq%2b7T6DYwggqkyMCmPKfzPiOJkwvxnb3NOJY%2bhOXTP9cuNjv5kRepf1aK3wuPzC5ZVszy8izdHYzpVngDbELU3c0DgSnj9/kKLQpQ1wuqOnSXu48W%2baUu959/GxahBEAs6WPlKjYKenGBYwGw%2bp110ZJUJ5vnehXDl0GuDs2gEnn7akjElSigbOlfbBMYCcg60dw0c/vcDKRsKH3n2dtz%2b0jjGB4VBP2q%2bVJ9KesbYd/PT7jjXrMNHyCWMKI%2bAC1kakcY/773uN2fk%2boyzBjb2goczwS2qWCxdO8smPvYfVqx3arT6Xl%2b/kiS%2b8m9HQoJXb88xdkExhwI/zdd/kvIry7V5TkYHx/p5rdqn3HqUjlKsSiEw/eP92c/YLVWkT74vrK2t7A1KLgq26hgYQck9QFp02SEOgT42L67Oo6UZRKSBVR09iEMOENk4oYflZRrwQqtp1FQjHMqBQsr5ywAOr64bPPDOPsrOcuVwnifzuiqJSUp2xHUzGS1ZN2QRLg3OZjTXKFd4GIiyFE4Z5KdRr5UmMY6cX8/hTC3zLhy5yy7Eur5ze4TNPLbGylpYix/SYTGOvon7jAyVnqt7dlxOgsAlGD3n07c/z8MNneeX1LZ555g62NpvYvAzwSNOM7a0ONtfU0x6r68d54unH8LR548xduMyXuSi7uGAyEFNjEcaFoghlMckb2GpFOaeJyPQs3ufAn4gR4/v4coaFsUzxpgC8ORCF0u/eaqb9h%2b85srMHgLlVK7E3tLIINxByFTAdaLQdp643OLc8R2TcpNGBMmO/KqUMY1VDAC8VS9yV/wL7WHD1OdbuxmaVsRxsc/jk59q4IMSRx5jqWdU7iVCWkxHKZ8Gktk6YUvF8xYbzXHHH4T4Pntzh4nJClmvOX2my043QGtbWI1Y3Yg7M9bnrxDb1OOdjnzrE8moDo8fG5t0BD27XgDuh6BMKU5qQAoF2Z4uH7nuF%2b%2b67wrAfc%2bfx12k1N3nq6Qe5dGERCFgb422ZHmCigm5vjk8%2b/iFq6QjxRRkPsodq7dv2T4w9xGl6gkyz0f032H%2bzMPW8MKU2V2zrhqDCMLU/fXxaCxac87Tb7c3jRw%2buwxQLnpu5e3XoDN1Rg6yb4grNaCdHhYznLx9ieatJPAbgNMkeo2ds5J1QcsVkceewmzC9ayje%2b85%2b/F6U9rkQqiTQypvhp2Tfyd944McT1QW8C3sm7dgAriVwbbPO0MZ81Xs3%2bGMfWuEDjy4TRZbRUNHrlwCMIs9goFma63L7LTv4KWo9zd6NzhH8hOUC1arqkBUxUZLznnc9y4e/9lPcd/Iy%2bRBC8Gz2F3nhpXu5emWxfG%2bvCE5XbK3kJlqXSezZqCyJYqKsnOyTvp2awYS9eh5j09gUK56AMEydMX2PqXMmYzJFKYIH3LiTdzt9egBvYLsy9bn7p41G8Nsvn17uwZ6sOLspYgqJQ%2bQkYrjjSeZ6ZMR86vU7KApNPSoXl55QwVCZNiYjJJRl/JlwQ6oBlPHUDFKdFsALXlHWfq7eb3y/4JhovONEmrD/Hcfb9PrL%2b7gOlM/WOtAfKH7lUwtcvFLn3Y%2bscv%2bdWxht%2bfwLC5w%2b1%2bYLL8xzfGmT2c6QwoF1GucU0Zj9VdQ0eIgSi3dRxQnKn4q8jLpO4z6Pvf0F7r//IjYT8mG1mJjEfP7Fh3j5xSNosQi%2boiyVbDkGVijFEWXKOjau0KVyERSEqTK3E%2bwEdvG062qcPi/sB8z0tdMgDLBHwJ7cfzzGTM3%2b8bbPDsZNfqp%2bVaJIE9nRkg1gCoA%2bd%2bvdfGYwk2SdVBts4akvdHlu%2bz4%2b/8YtJLqYtG8iyI5X3an2xx0wNjQHJbuxZ17wUkXZV4M41lrLalbl5NKyux9gtxRdKD/3vHb1%2bHEfjcuV7KGAUxcYHTDieO7lBmvrig9/KOP2Y12WFgc88/IiH//UEh//1BJf/WVXmFvMODDXJVJz2EJhlK9ceeX7DoYJwZdxfcGXkdO33X6JI4fWmW9vsrS4SdY3FAUEZ8tCRT4jVV3Gqx3tDvC%2bhgLeqeoc8N7gnZAkvZJdu6kBH09sJnRt95577E67P0yUppuB7IYAxrB3fwzAPWUZuMk%2buwL7%2bKcgWOu44/Yj17/yyx7uwhQLXpx7%2bPpWvrTeK7rUU8vMUsG1VPgXn3k/6xttElNM2OeE7Uwo4VRGP%2bPZGPa8054JN2anYR/b9uBt2L2N3b2HDxMZeNenPM2Kq3tPWPXUn/fVcVdq2WniuHQ14Wd/9Sgvn24R65x3PnSNb/uaN6g3PL/0yVt44vOHOXFknbc9dBVbSEkUJtQfQigz2Y4dWaXd6jI71%2bXRR0/x8IPnWFrYIs8EVwTw5ULZtgDjRpy87TQzM91SRvRgrSEvDFmeUBQxeZGQZzFx3Ecbi3caCY4DCxeZmV0rFTUnk5eeziPeA779VG0KTLL/iv2AnAjmN5FzmDKA7p0z%2b4A4za7K/RAgiQ1ac2l5vW9higKuda9uzcVuxZniNms8MzXLk5eP8uwrdxObcTRGRWLDmGRVbZvyMJSLE04Z6aZJ1ISCTtmpfOVTDlItdxAoM0BLVi2VcD9mddMpqRNqPH5HtatV7%2bEQU31bWIXzisMHdhiMIj7xuYMcWthmbqbgvjs3uOOY4/S5Di%2bdXuDK1VuJ04JWc8RwEO96gUIgzwwnjpbLLAxHiqww1E3OzlYCNkdCCTwkoEK5pnBA0ah3uf/e13jmC/cyHBiOHz7N4cPXWF%2bbJRsmFM6Q6B3ShuXsuXvwXhOZESeOv0ruWqyvHIYQyrqEMu0U8FU/Tc/om7CBPR3Cvt93329XTh8Lv9UM3n/tDVx3P/iY7PsQaNRTN8r88hefu8Rb7jsxBZ2wOhjZ48ufeO3Rsqijzzl98Vb63VbpdhqDbWLlH7ej3JmOit6dibssIIyrCvmwt0rAFHUrZb1Qaa7ldb5ag4NpyrafAvpKcanyp8Zy8oRT7KOIhEBvkKKVsLMd8/LpOQoL2QhCUNx1%2byZf%2bZ4zzM0Nef30HL5aliFMDU7woMRhlGWmM2BxcQsfyURMGAfJ%2buDLKqrGo2LNMy%2b%2bkxdfvBtrFXNzazRnRmRFAx1BFAUW5ldpzw64vnyCUT9Cq3IVgfXeHCsbB7FOo42lVtsioMmyGnlFPcsHCsGP/Z27YyRT3/crMbtjdZPfxx08ERkmA3UTAN/c9jc2jzgPaWIGhw82rh9aSoEpCrjYecRtbF%2b8MNi2FCNN3rBc3ljCFRoxGZPggzA1GBUVUmPCSCjbKb7siHEwX5CJbFZaKaYAHKQCSpicMBbqpfJ6lFQvjJegKys0jGXFqck2NstMd8Mep3v1TEWg3zf0uoHIWD779BGsFd7ywBVUEAqrSeKMAwtdvD9I4QLOle3UqpR9lPIsr7RZ2aqxtLiDLRIMniAFQ6fKmpvaI1KuWYcJZFLjypUFVlfaNNIuszPbnHnjPnY2Yjozm0RmRFhZZHt7DnEFxhQEr6nVuvR25llfP4qogChPo73M3MxF5hqXGBV1rq7cRb%2b3gDZ9lDiyUQdnFUpytMr3AW6CNHblo/2ArCheVTp5ogGHfXbR8Zcx297DdqegKIItPDOd%2bvKXv/%2b%2bS0cOzuwFYLt1mIXOgVOHOs%2bgMqHfj1jbnqkoWmk8Lu/pd6O4JwhgogSPoy0m0kaoolYmRE0m9sAxC56wdXxVtrSyMYpU4VflHB6/33gJg0mpkArYTEW8TE/s6f4Zg788T9Gq9QgIn3ryCM20y/13bZSKRYBm0uOdj1zgc184gcsLlHbkeYxSHqU8w1GNLzxzF4%2b97VU69R4uC3jvMMojyuO8Jyihpod0%2by2eeeEtbK0nGO2Z6azzjkeeZH5mjWJkmZvrcmnlMJvr82SjCCU5tihL49nckI/isli/KqlRnje4445neOTOT2NzeP3SO/js578Lbz3BWLTuMjd7mW7/IP3uLAqPUjlasgkRgaqPJWcS5UFZ0yaMQThhe/vZys22m7Hf6riU6%2b/NzTXOXV/tr25sZLzlwanqWBevfwrnhucePHDNNqVn1rZnuHb9MErcrnZbyVmlnFcK0eP6hJMBrj5LD8UUCEIooweqoup7SgtXQBQJU0XXKxBO0FPdVslkuQoqU85%2bVf8GEWfcZdMiQvXfIEuppQXBBZ578RDHj2xRiwuyXNGsjXjwnktsbWt6O0KjkfHCS7eSj0LlGtOcfv0wtx%2b9yLGHrtITUwY%2baEdRgM9KtlWr5bx27gTPP3MnkQyQ4Dhy6AoLc6vMdDZY2Vjic597D9eXl5BgiU0XpcsI9LxIcFkLj8LmglIeHVl2tg7x7Etfh80TDi2%2bgVcK5wP93hKHDj3Dffd%2bgvnFN%2bhuH%2bTipYdZ2ThOt3uA0bCJiMPoUZkC6gWlMwgBbxPAIWaIOI2f1IEJ5WD6feC7mUlsn%2bF5bxVV4cjBzvlsOMg3hwUwBcBO6y5G8ew5F//nNeNHBws7h8uiyeiNvQ1jJUMmNg8IlIniJdsNExfbtLISQuUp8eWPE%2bVKyWQhGx/K9RnDdATmGGAyfvcqLAupxJIwYcl7FvwM%2b3YC40XGJ9%2bFMsOt34to1YdsbKV85qljfNljZ4iMJSsUo0Jx/wMX6W3H7PRatDsZRTRibm7E2XNLaO04c/4ocR0SPWJxYYON7QZid5hpbdJpO1zQrK7OokKB94pWfZUHTj6Hci2%2b%2bOLDHDnwKocPXeTi%2baNo8Xhp4b1CqyG3HnmBnd4hBkPh1tteLZUZK1y9di/b2/NcunoLBw%2b8ysHFV7j3zk9y/epR3vXQTzI/e5VhnlCffYOlzmmGo5TN7UUuXX%2bQ5ZWT7PQOktuESA3xtlYK0WO7llMEycoE7slKTFMC9YTk3Ezmqz6nIkOkGnYlwm23LL36wL0nGGWlPXMCwCTqEFR8ccfcfqaxffGgBAfaVsLr2OVUgWVCaSdC2cQOV1K5ULFWVVEtJjMpBBAddq/xpZdjvDh86RcuFxEMU%2b8hunxAKedNhM4JmqaM/OXHtAw%2b3pmifmPzhYTS91wUEcHDCy8fxjrhvY%2b%2bTrM2ZDjUzJgRcwcUH3npNq4vN2gkipW1GkLAaM/5Cwc5e%2b4QzcaQhfkum5t1vLXcc%2btFHrj3Gmevd1hemUXrAhXKCvmnTj/I2x88y5VLJ5hNz/Dw3c9y7twdrK10qjaX79RsdXF06A1n2NlZwllDs75OFA8RP8Owu8iFS4/ggnD84Bd46PZfIDZ9/DDGWIUjJXeeREYszr7B7MxZesfbLK/fxRvn30d36zBKxn5mgaCwrkUcXSZurjDqHcLlCgkOZKwFTyk5NyeDu1sQUGUk0kynVgTcK5/87Cny3PKd3/zotCdkhcjUB6Zx%2b8u9jcffo3WOibKJ4XXizhg7/n2Aqgp8QKqsMdm10kzYbilVqHGx8MmtShCVXp7SfDBm58FXsk5lO5pQN1UFNJYaChP7zxh0474IU4xivxJSDu3uO1XHbFWTRSnPiy8dot/TvOOR8xxc2uRQY%2bf/3957B1uW3Pd9n%2b4Tbnj5TY77Ju7ObJoNsxlxSQRqSYACaRCmYJC2ADGYtGhWqSyalFWUTIq2XCZVJZplkSqZokgzFClmAitkArvE5p1NszuzM7OT08v33pO623909zl975tdLAACBEh3zZ137kn3nNPf8/3F/jWz7YQ/qmJbhsOk1l3k3CAShRDQW01Znt%2bIEBqlJI8tj3Pk5f30VmPiqCSOC4yS9LNxzp7dxFtue5G86vLMc3cx1n2SzdvPsLjYpRrESKkwOuHIC/fbKWGN4fLKOABXzFZimZOmPZZXN/Ls8%2b8my9ucmLmZTbMnmR4/zfb1RxhvX6YoEyKjUSom13aevHa0yu5Nn2dy7DhPPPNRFuZ30k6vgrB%2bxyQ%2bzczMl%2bhnezDe3TOUfOBZMTQ6CLaJoE%2bs/lcWig3bJs48%2bNYbXly3bpwsHynR221NkiRjTI5veWZRd9nUWWXbzCWOnrx%2b2Orx%2bphnQoRlOG2BYbOOw2wXU78IdbKAA1M9j7LX/7zodrmFwlVo8k4EoYyzhh3QfQrOyMs4pP6FFDjKmKEx5Kx4KQxprDj%2b6gbOnJvh0M0nkLcY8okuRRGTZyCMtA7txBBJbaWWihFGkbZKjLH5hlrB6pJEisrpoNZKkrJkZnKVC/ObyXLJytUdfP6xlM5Yz6oGUtfXFEs3j7CwY4nrZ%2b90ijgtqErBxukjlMzw4qtvR5Lzwth93Hrj77Bl%2bihKS4yByChkpdFKoukylV5k786/4CT30csnmR57jonOKQplWFm5gZWFvUgxT7t7iqI3i6r8Sz4aCw6AN7RG1CBUCrZsmnxRGc5dme%2bjlB4G4HLvJJFs0Y7Hn9Xpun4avdo9NPcCn3vuXrSW9dseOp0xDashHTM53apR/wTCJQgQuRuIBEY5MevOI4xZU/fQCGt0eAPIuOqdxoHUW8P%2btjUiVD2oJ3SpjaHmoYXRE8/UzXpDmpQUWcQTT8zx8ivbkKLg4M5XOPRQn5XVFmfOb%2bDo6S2srqZEVIyPrdAftBlkCe24IIpsvRmZ6Cb64yyzdlpy7OxeXr2wB1Xae7t8YQMiWgfKOBVEYJSox640kQ97nUpFCEqEipEmY%2buOF7mydCOry7NEMmN%2bYQ/HXn2A6%2b58ntIk9KuU2JQk0k4OZEyFKSN2b3iUWAx47tj7WV7ei1Yx/WwT/dV1RKLnElwLovYSqj9hcw5H69dcs/mUCKdqIbh%2b/6anO%2b2oWloe1PWEagCOtbcjZUKaTD5/rrv96Gp%2b4rZdG15jvNujt9KhFWtXv851qtBeuXPWsHDl%2bN3Pa2fR2v5sStAG2NCqSV8a0tWcddsYMo0v0N2b3VW6OsmB7luz9EiHNcgLreBghbEMGPook0ihleDyxQ6tRFBu77Bn7xm2zCyi8ld45ug2Llzp0JLL3LnnAnl/nOdPz3L0zEYuLmzk0vwYwggE2tWJNmhjB1oJFJWKkKZCukFeqojt/O/a17AqQdrQW0P0tg8mJs5RFGPk%2bRhxIjh94W6ywQRRnIMRdFvzjI/NY1qSVBUs5GNUxHTEKqsmYSFbT1suMkHGlaU99HuzSJMzGMwiyYhEH4y1AfL%2bLmS8jIgzqAyYFqNsN4I9akNECKrKMD6eqn17Nj6aJDGdTqveNUjJL1C6RMadxYnx/Y9nq5%2b77bqJM1w3e5anFw7QSt0gnNJbG1An6DlnspDW0gkVfZ%2beaguRaqs3aieNtEdiw37CWbum9vU11rxxQJSeLX181rOmo91ax/RsWYNNOFAOD9ipmXEkudTpB7RbCmNivvj49bz86lY2blhl3ewiragiTiq2rV9h6/qCie4Vdu%2b9yNRzK1y8eJ7jZ7Zy%2bvy0jftKQVUJOkkPhGC1P0k7XiESFVnRQqCJ2873JzT5IGa8fZV2p2Jhcb0DsB2zg6xotXPKaoIo1iBjeqvrERTICMoiYdumx9k/9yzHT72Dja0XuG76GPPlOEtFm1cuvpPXTt3DZPs4N%2b/8f5nb8DAXL%2b9ndXkjSbQEVEHgvQJdYkyEEAVaKoTIESrB6LgxCOvn24gw4eYRKUrFzm1TJ6/bMf1kb3XANafqGmtvAgyRjNkyvfPRl14b%2b%2bjGqQF37XqSp08cRGuBxJWniN00QEpBHFlDBa%2bbuUTU2kp1xkVpK%2beLlrU07FBLG5YTxtQMqV3mSxMBwemB1HPjabfckJtYM32a8apA8Gh8BQMTgpAQicGiHlmhNbHUXLo8zvnzkwix2frJNHTbN7J%2buk%2bSVta/hmJ2cgGRaCYnV5GqZNO6y6SpIusJlOlw7EzEuomzbJ1d4vz8OhZWxqyhkCdsmjjH9TecIEng1OU5FhbFkJdECMnCwg7rpHdDBaR02UraEEUZi/0dfOHJD7M4v4l1Y89zz8E/JkpXObs4x6mTb6NYGePC0npa4iqH9v4ae3f8Z1468fdRpbTKK4VlCK2BAlNpoIMUfUS0hNbrGG5Duk%2bNAeEYcP/ejU/OTHfPlZVCRM2%2bTX3AwRUApExJOzsfjVtbLi8vndvw1hu%2bxF%2b8%2bA7Ond9MpzWwijo2LckoY52ZkSegYKop7%2bsL4sFCWplc64c6oBpvgOiGtYYMGndgjW1Dk57lmDJkOC9HQ1A24jncL2C7%2blIbBTEMiWIgjSs7WN591waKQnDy7IRb570G24kjW0cnFhVLq7OkccnS6jjCFFy//SWmOwOOnLqRlZUWVRmRZ4K3H/gkB/fP8/jJWzn12nqWFsfsHCJxVUeSkLIhnvp6nakm7JiNQW8GrQRptMri6nX8xeP/iEhWdu7ICpJ0hVhLLly%2bi6PpOdZPP8PWDZ/k/JV7qPodywSmsh8vSoyECIx2cwEKP8d0AMDQFhGWo5I44sYbtny2022baiWzGd6jAGwsSEXS2fby1NTcX504tfTQni3L3LT9ZU6f3%2bb2i6i0HZQtcQyGdvqeQEfS2SkueuzHiEQu9OF0Q2O8l9CLTWdQeFeOMHXMWzhwGQf82rnuOkFIv2%2bTyoXXDUMdMOgsjGfCa2x36sOQKPZg1cEL5K4qkppOK6x2b2qDDANKCRYXxqwzVmoELU5duI54y3kqFZHlKZGsmJxcokjX8akXbub5Y1uIZEGaFsjUdZAGrW02TxzlGCMpVYuYAoFy12yzz6WsnBpiiKQtvJmkSxRqwgXvDULYKYKOn3kfr51/K%2b32OYRPDEY7AAbefVFh9DiYFK5Rr8ajz0LJit8812zdNHX5xhu2fiYblGg1rJQ3AKzHNyiiZKqanLrxU8Y881DRhwPTr/Bw8oBlOAFj4wPyQWTHqnq5oK2yjQAjZWAJu25SGvyU7b6TcO4X36P2AgIQup2lnzHSA0sMW%2bNBTUd/juFm/L96t7rch78e8XrAczzqr9kTdsDuIUiHGZT6RFFkJ2L055xfmuXS1XWkUWnT3aTCRC0eefE2tKoY6/acu8XpvUBVSSbHLzIzdYWz8zuZGruAqGIuLmylKlIQFanMkRifaA3GUKmE6c4xbtr3BZ545bsZrKa2K4wFoTCGspikzMeQ9BHkICqs4zm0eIVdZ2L7qUVKqANSK%2b1CCIqi4sYDW/5qz64NL2kNUUh/IQCNyoP%2bXGFs4vrPTLe7i33Vn9636SQznWWWVibQCG7eeozxuM%2bnn7ydjszsRXoLuDYM7FxrNRP6HL86/8/lrhk/xK/BTZ3Vb5pj7KLjHSkaP7Q3SMIHoA112nbgbEZ4FrX7Cm/1ImoDpCFJL3YaFaJeDIDVuFiaF2QYuE2meHiTsSyJEnutqgAiaUVmnCH8jAPBBdnAkqSoYjZNn2SytcB1Uy%2byd%2bZVTs7v5MLKehQVV3vXcfy1Qxij8ClYlYbtU0%2bya%2bZFnkvfRc%2b0iRyVW124QkgnbrWfw9lnwpjwQhgWK2L44yWY6wcrfiV3HNrxcLudquWVAaMtEMEBGRpN2t313PTk7kcWF86%2bd9vsRQ5ufYXPPH8XAsHM5Dz3H3icR1%2b8EZXHdpp6gzVCvCgc0kmdpao8UK3Ytrdlhi3dGkA0sVvhVTcHrCA27Q%2bqXTb18/KOveCP9r/ZTHNlQtDU9x%2bAJQBdCM6hUhz1eur9h9LWhhjRnTYwcuoxtvWUEfZTVDFKSVrxAImdffPAlmd527bPM06FRiNNyczMM7B%2bwOnqOv78%2bVuolCQWJRa4kjRaYtvkMcbiVZIkR1UJSdpjONPZW70%2b5WpE/F6ziddZtv2SZYod22Yu3Hnbzo9rrYkjyWgLyrM1N661hqhbjm%2b880%2bUaNFmiTt2Pk2SVBQqQWUpN255kd07j5NVadMLPjmgLu/lAOZk1nBpNdPkADqdaUjs%2bX1rMdfsb5QtGOkzqP1ouDr13sWXjXbJrsH5fe7h0DUE/RBmIPnfNUEf1Tn/urnteoeA7Wqm9R/C8zVINJ4p604UlFVKXgm2zbzELXOPgxDMr06zZ/3jfMfNH2emk6PKCFXF9LOEQZ6ynG/g0ZPfztkrmy34BCA0ysTMdM%2bweeIcZZ4ynl4kTZad5yJIrwpBGBofQ0r0COCEsqJ61A0jJEJEFIXmjlt2fHJu57qXjdEkiRz6QMCAcTI2jMwoZWrjfZ9ovfYn5yr11NaNU5eJo4rpqUUO7zrCBlbZMHsZLaJGacWlFPgcQPxztk5CETmKC/1%2bBvufwIX3RHCbw5PjGYELx2Fz17RGSBdeqXXKQNrVF%2bC/m4AtISw81lxrc4xlTWqLY41%2bGOiGzXrjsTZ8IQGYQ2SGbjQBZGXCVPcMb9//eQ5tPsJUJ%2bNPJ7%2bD507u5P79X2Bz0mN5uQtCoSvr%2bko6FSd6e3nh9CGK1YQ0zh0J2Il%2bOumyLU08qLh3628xlnw7R46/3RkvGuPz/bRnvorh1KJrNYkRfaBCmFagClp/WlkqJsfb%2bvZbtv/BxYvLZrWXrznDjq0bAgDG48NbhWR8cs%2bx2albHi6W/uojmYjJTItD217g7Tu/hBjAdGsZhK6tQtsLgnpik9qScJ2ifXkwJ54c%2bOpOcNZvLZJD/Hj3iVvpJa4Q2k0l24BEeIey34n6Etx1%2bHtsRG09hnlEXFo2NoGR4td7oAWiOJTVQ79by4E15/aPSBtJ3u8yOX6CD971W9y%2b8TWy1RhRCN6z72Hesh2EUAyyDlJXKAymUiAkg37ERnOSe%2bf%2bmCdO3c/i0mZiMpe9XbJ14hXSSNPPIrqtJdpxbrURH%2bKraT8EYMh8voOCtwXAJITWoHDsZ%2bSA/qrkzlu3P/f2tx34TLeTMl1eG9A1ALP%2bxeEtxhAn40yuu/N35hd/678%2buzKVVCpmYXWaK1cn2btugbn1Z0mTHF0JROyoQhvrFkHUFQqE6wKv23kNrHYUu/uqy6cZmtCbGLrlpl8daoWxk0wjJT5repT5hp5lyIhrcivddZvAUvbA0sOnGNY3/b4NoOv1OmBSoDFP/S4CpQxxMmDrumM8cP0j3Dx7nv5ql6yEVFT0VYeqqphilV4lSGJAGbQwKKOoCkPLZNy/4b%2bwe%2bIZvnji2zg%2bf5DV3iY2tJ5j38zTmNImEJdlC0yBFAXGaCe5vN6n3iT72R4VJsHgfIFeiY8uY8wkUrS5586dv611dfXS5f5wF7i2Y8tsA8DO2Oa1PyNjZre94zP9i7f8lSwvP9COM85c2cIjZ29h//pX2bP%2bNNMTCyxcniWK8yZD2luUxuCK%2bIFxNQSFnXXTR02s6HS35BNUfecJe2NGmDps5w2VMCXQGmtmGKnAMAD1tbe5Zk/vXULWUBo6rD5XI2KHRbFploNVjX4YLAfMnFUpN29%2bnPtueAyZaG6ZOUoxSNHaVnPQRpOqFVKhqZQglgYhIspcIWJrkEXSVmgo8haz6gLv3vkbHJm5myOn7%2bbQzMeZbi%2bTFS20MURAt3OFKMowBQiXnNAYHteY%2b6VBxMhX349e6oGgzaAv2bVj5ux3vvfW3x7vdomjmOEskaY1seDqGo5FURLF4/2pTQ/%2b9vqjf/xAO%2bmxtDzDw8fu4537HmXL%2bAVmp65y%2bcIGUtPUTLXs55RcTSNP6xRtu1/tDvHWrzM0DDambDvS6ZbeD1i77rzZTw3kxvQOqSn8HqxiWEI7jna6eMBSQbWpa9ZWGTGRh/Dldb7mBHZRW/ZXxFTGsG/LUR7Y/jSr1TSKDqKtSJQhKjXaCCJToSpNoex0EWhlRWglkIkhHk/QlaZcKcnLFpHU3DzxBNcfeAqhSoq8bec4FYZSKVYGHYqqQ2JWGsZ7Q/a7lrXrle1QREmMmaUscu6/Z9d/3jU3e7woNN044fVaUx0rX7zmDioa0J65//cPbH34x3fOPr/vucUHOHFhB89f2s9br/8s29ad50VzsO4vrSCOFDLSVIW0Y3z9IJDGU%2by6uykxWoPX0ZuuBz8JwlJgQ/1fj0dxfjyfJlSDbhQs4bLx9YTq51k/1JDZ3NUOGx/BgeHKEIsE0RBf0gJQOrYlP7CT4dy/85Pcvek5lhan7BzGMXZiem0LayoF2giqElSlqUqFQSBlRJFXUBqiroQoJukKSCqMgjxTxLGmVCnaVCilyEtBVUXMcIIts0e4dHkOoV3CganAlGuf2ZoHaGhgE7CfSzzN8pLNG8cX3/nW/f/P/Pwqfmb0a7UNM9NBLLg//7o7RsnEuZ2bD/zHt%2b/51M%2b%2bcvZ2VlfbnL66ia7U7N18kk8nlR2tLyBqKaK0wlSRc%2bv4a7dsIENXkDMsmnFvI0zlZLGTijVG6uZ9jjKQyw2drgFc8xDXLo4e0xCbo7RaFI8ALtRj6%2b/Gj4LCICiqNlVlX7ZussTm6St0owG7po7x4L5HmE5KMpViUOhMO8e7DZ9ppVGVnWC7KsGYCNmyKoJWds6TsqgwkUC2JFGSkA9yioFGtCPr3o0lpjAURUVZJUwkl7lj029zRPw9zl7Y7zKuS9aoKUMPJ0KIHCnPoPR2MO0hUrG%2bVclgkPE9D%2b3//cO3zz2W5RWTE/HrnNO2Jhtmasvr7iRlQue67/uNt5z/yY9%2b7uiXdjx67N28Or%2bNPE/YO/Ma3bEexWpCHCuEBK1iykGMjDSmHpZpLTZjvOgcoXXlXDMysIqHWMhjTDjL2biQn2jSqESjVzbi%2btpiePhLU70rNEcaUIa%2bHRNcW7BLuGDAaEGhUpTW7Bw/xvrxJaZaK9y8%2bQW2r7tAR%2ba0dE6lIwZVgtG2EJEREqUs2ERka/Fp4wfrA9pQZZZdlcua0hoqpTCZJunGlKVAVRpTCtJWhGhJImNIM4k2lhVTs8SG8WOcFftBfTn2c2akSTGUwAowDuhGJyciyxWb1o2vfPdDt/3f7U6bSmWviynfGgBObH3jPcc3n9i57c7/8MDuT/3M82fu45GXbuWx/Teyf%2bMJNs9e4vjiLpKoR5XFbqyIbnSp2oLXTRzXCIQvXV93ZMBa/lAPqnq1aTA1NECqeX41tAO2WoPHIWAGLpIhcdpY6/Xpmosd/olAPzRGkKuI9e3zHN72GG/f/QSzYzkCRZqAQqKNoLeaUlY2QUGVyqZ3uUgRwoldbRBS2jo5WqGURitFUUGlDShrRfsUNVXZeZC1kOhCk/cMMnE%2b0iRGViVVUbHSi5DxPO3uefLlFLHGzA%2bfpP8uUWq32%2bLv1QASpGSQ5XzgoUO/e%2bCGLX%2b1uNizL82XaTUAL7z2%2bBvuKGRKPP6WX7tj79Mfnnv52bkjJ%2b7jD595Nz/znn/Nrdue4%2bUTey3JCVUbEkYYV20%2bcOrVrhKPGDl0q7WTOngWwrPQkCFlGjEdfqDx8g89vxGQrRHPYnibyw2r9Zt6mxk%2bXEMgr1Eqop2scv/%2bJ3lg05PMTZ9Hxwl5KTBE9CtZn6aqrAValUAUYUpFNajqaIk2YJx7qSwKDJpKgzYRlVaUpXZJCtSdraV1PoskQihN0VeY2DJpVdnyGJUy5EVMy5xktnuUs8uHiGovwrWs1eb%2bBZ01z1BEkn6m2L5l6vL3vP/Qv0EYKlW%2bzrmGW5OM8IbKJxhd0BrbdWrH9vt/dV3n3L9spRlfOHYrXzx5Fzdtfpk/THOUioh9olytvxkHtsBB7W0FgWVKPzakvuSGzry5MiywR/S5cAcRrIdh2rqGaG92NWsP8UgJAuxGj74HOiBTQ6kjZuJl3rvvC2yMllmtupSlZS%2bEQOnKpiRpMErbqcikxFQaXWmUqagKhRDS1kc0hiq3xyiD9f1pO3GiTA2mMqhKOB%2bfIo4g6UpMKSgLQ97XkBiEVFSloVKgkYg4QpcZHS4SyRyj5AgLiuB//3SEM/QEYdKmJiLLCj74/tt/9fBtu5%2bpKk0nTXkzrRHB46MZrmtbFKVct%2bs9v3bf/j/9vqdOnrspyzfyK1/4frauv0Qa2Vwvg6mHXPqmhXFp9MIRk6gd6I2I81mE1h83CqQm28Q/Hw%2bgoAbh0CNjSCz6s6x5z14Hh6b2Unsd0MfkgpfVE1/wG5US7NtwgvWdFQZZanM2M42qDEjQysbadWnnr7O2mxXBVVWhXXlYg0GVUBk3iMi5rZTRKF0hlEAVPvRpwacSQXssBaFACqpCo12kqcgMSmkKrVHGUGpDqWIm0xOMj%2b1laXknkckDdcf1Ye0OGxU1DpIyZrVfsXdu9vhD77n5VyIZIxPD6/n9RlvjiO5%2beQAaoN3eeOED33byf/vks6/8h%2bfOTctzV9ZzfnETbZFZttKmKSgZghBssSF3L02sWNZM6H17tU7lzyCGUWOGhmI2HFn/mgO6fUNHETZyR0Pi1H2RYviY0L1jmusZckT7XVGsZpMsrbRI44IkTTGVoOwpbA3xJhFCCVBVBYVdXyrdeIEqW5daaZt4USo7V3FVGbSyQxCUsskjlVJoaUgmE6JYUhWKYqCtz9AIikwxyAxGaCqjyHJDUdjzRDIjiZYZ4YzRL/Z7oGfbVRGlksSR4aP/zf2/sH3b7GuXrixd60Ffs23eGLhh0vbMmztKCnbd8K7fed99v/ahF3738nsjuZ4kKqzISCS6VPV4jxHc1DQucJ0XRj2kGd7P%2bBFvga5R/%2b%2bZzRkovr7gUMWEAFkjJDi0IWRIjR3vIgTGOuCo/a317w6fzwTxPKMlnbTHpSrl%2bYWt3Dx1jEpHmFITRfZSC%2bUsWgyV0nU2d1XZCqze4rW3p9FCoWtFxBYNUk5CxG1n7QpoT7WJO7F1WPcVVaXQxlCWmjwzFIWi1JpSWxArY9C6oNDT9LPNSKOaMmfh46rv3YtdD0QBMmZlseC977z%2bz77/e%2b/%2b9VYrpdO5Vqb067dGB9Qrb%2boAowUyTvP3f/ut//LjT79275demp6enMQaHFIgImlTpVxH%2b8wT60trBhoJ4ceHOJaqpW5D%2b8Ml4dz9Y61rW%2bTSx5%2b9PuIA6VHdSE0C2RrcTLPOqnp2rIBxk4mMBj0C2481ADeA0ZRli7E0Y%2bPkJapSY8qcKLH%2bOFO6WtGqQiDQSiNjC2Lt08t82pqxotIYGoe0T2UzNsUMoyEVtKZbtCfbZMsD8sIfY900VWHIM0VZafJKUSmBwriZDSoyNU1WTFIXu1zTAusO65UwgJARvYFm66bJpR/4/nv/hZAyX%2bkNvowlMdzSOA1CceXCmzzMoKuYzdv2f/EfvGfpl46cWPxf8nyGTsdmuvjqqMY0DuIQA00qlAed1xsdToUVK7WfsO5nv3CNWwwYrw7N%2bfXD4YtGhPpr8IzpwoS68iVoxUjyr2PLkCSGRLBx%2bI947exesutTJqf6LC/balTKGIzW6ErhhvQABlUoGme3coWanFWrtLVaK2u5amWnOSuUpjsliCNBpiAdb2MqTTaoEHFMkSvyXFOVhkGvoqgqtE92FZpKa2IBMjUMBuswKkaKN7JaHRGIJuuoQqK14nvfd%2bj/OHRo7tErC6u22sGbU/0AmBzrBrVhiv6bPxLQleRdd8/94p8/evZdf/yX%2bb2tJCGyLkBXZ8U4ZdpZwJ7FPCuJ0FpubtI5cBpGeh23QGO1e1Hsll1MOIxMD4MmYC6aSI2Uvrigz0FsFAbvl6tPNBQVaV4mgEgW9LIxvnDqLvbcfRrRq8jz2DqQjYFWDKXGlArtU8%2bUQWMcSI1Lz/Ji0j1HY5zD2aCUAmJMJJFRhNCGrJchYkHZK1hZLok6EWVRkRUVMhVumGtlrXFlEFFJT21hvnfAdso1xO%2bQ3hfO9ChjlpcLHnxg36e%2b//vu/cWq8lGutRnPX67VRyg32urNfrJK0O5MLf7D9239p7u2qKWVVeu/EpFprFI/7sD3VS2KTZ1Z7DOHjRnuSN%2bxBj8pdmAYhPFaPfx91PC1Nrasw4LemmzOKcD4aWGNfdA%2b8qEta/nlsDqZqa89uBYnFhOpeOrEQU71p%2bjO9CmFJjOgogqdSDIDpbA%2bOaU1sq2JE2FdJBKIDFoaKgOltsaDlPZZgEZqyFcVxUBR5Ypypc9gOaPINGVp0%2bHKfkm/XyKTiNIYlDBooTHCEImKXMVcWL6TqphqqmOFwKvdZsPuGIQVvXPbZi7/2Mfe8T9t3jS1EklbfPwr/UA4TYNof8XoHRSCwzdt/uxHHjI///P//vK/ygYtOl2JjAWqjKipQlsLd3jchgksXreq1t/cLXsW8uKjziekUelwmlltlLi1RgbyPnyz6x9rvrvLwpd%2bC0RrwwuWBetZmIZOGaLf1o4u8xbz/Un2bz3HBH30QNDvS/rZACM0SkduiKKh0lDmChlr0lRiKoWMctJWgUlBa20n71aSXEsqKcgyjSg0ItHkUjHIrBFR9ivyQUVeKogFg35FXlYkXU1pDFWliGTF1f4B%2btkckZ8G1qsm4Y358TY1EK3Va3Rlvu8Dt//ze%2b7a81heVKTJG8d736jVR4qo%2bxUfrIFcCT743p2/9PTR8p4/%2bNTC%2b5OkTRxJjBJoI2sWrFWtOnLACBhFgxUv8XzXm0b9b/DkFhqcOiD6G3IztNc06Y5xf02duc0ImNx27%2brRChP4tLzfrXYj4VOumnuSomSQj/H0y7exd8vLtNs57UhAFKFkjFKaykQYIdFlRdUv6EpFezzCRJIih6VsE5fyzQyKlH4RM9t%2bjanuBaIyJ8okOmpDnqHynAKoStCqIC80pdIoZehnFf1BSdTRZEJS5CWSioViHwurdyONAamDF7T56wuQCiPrnE5lJIOs4kPfffuvfvd33f4rq/2CepjBV9kaAMqvHMUCqBSMd9Psww9t/8mXjg/2vXKmuHF6NkXGAlP6IL8DhpSgdT16pK6GUOuCBjcJcCCJvTvGI7jZ3WqYIThoMOaAZwhW1jtYUWlojB0/vNkzgagrOzD0AvnzmABwzQVYkSyEQZuIs5c3srgkmZ3IkTIm7iqSSqEGgiStKKVAyD5xN2ah2MMrFw6y2O%2bQlR3OLe7k6vI02s3wOdZaZKy9xMGNH2f/xJdQ/R59NUFOC5EtoYqYQhmMjKiMISsqcqUgNpSJIS9LpFZcLW5jqX83qAQhS%2brC2kO9il1vJEjl9mmxvJxz%2b83bHvmh/%2b5t//O2rev18vKgETpfZatRF0WdN9rvdZsQUFZwz61bXv2ZHxI/9pO/8PzvzS%2bVs5NTsa2WVVv3rtOlgMDPVesYNXN5UdYUnxyNPIgAoKZmT1Nj2G4Qzbm838q7fCDQPxsLvIF1A2zj9q1vod5tFNTNOqUjWskKc5ufxcgey1WMjEpaUqOTLqVuo9MCVMFgMMsjr/49nn/tVpZXbBkOjEZSEssSgSZGM%2bh3WVhaR5m9he03P0HVnuTk6kHGO8/RMZqiglLb4QlFqZCJIBGaAk2mNIku6emDLPXvBRUhZMFwgW%2bCBYEv5m3kRYTZzNJKxfV7N576qZ/8jh/dvnX2clUpOu2vXvT61jDgmwydXKv5UOm9h2Y//ZH3b/2pX/z1U7/c7yG7ndhFsUyT5VEzio%2bhNuLXsx0QgCW4rrrPg/UOAL5S60jKSpMxE4qJEddMY/zo%2bjoMuLHHZtiAGtIpzTAA/dmUoNtZojO2zHIxxmTS40o5ycnzt/LM8dtY6ncBRSwzsnycsxe3YypFGvURscYP6K/HpmKIZEE3KVjtT/HUhXcyv7oXZc5xoL0KCZYmC02uNErakW6DSNHLFQmKXnU9V1buByUQImdtmd3A3ycEEKPECoI2g0HM%2bun24j/9x%2b/60bfed%2bApjbYhQ4arHHw1Tfg45qBYO2zuK2lSCFYHJcdOLvLrf3DiZ//ws/M/0%2b6mJHGErmhQCg0AfAIpdns9wxLe8PCHBG9mvb9bFeqQBMBaAwx/ULjdLbyRElMrmOELOgLAa/gdjZFEccb66dNMT8yzPNjI6fO7KDNrnFkSNUgUSZwhnbW/dpyu/9uM3dDkpMk5ZFSyY%2bZz7J16gTxr0e8VaKHpV5qlAeSlYlyW9IpdXFx5EKNajb9PBKATYAHp3DWmjZQ5svUUK6t7acfb1U/%2b92/54Q/%2b/cP/bmJizD2Wr0Hxcy2JkmBYZvS10akQMNGV3HrDJv7X/3H2Z7vtZzb9xz85/7GJ6Q6RkMOxxqGAd6N8mRqggc8NEEMhDbc%2bPKEIQHStBxOyV7guBGy4wQRgXnM6wVDmcP0CgHc5WS9kRZm3OH32AKeMRIiKWGZ0Ujf3sAk%2buA71YGuqHDE0P4ex4UGJRqgOvdWtLMpplsf6ZEpQyQJdwWKWMMgKhG6xIrax2L8bU1lQXVtpc89ZACQIUdLqPE5eamJm%2bK73HPhnh2/f/e/6/YLx8e7XJC1HWyCCv/aTRZEgjSXtNK4%2b9sG5f3L%2bUn/6M0%2bu/FfdbssWrhxKv/dtlLFE3ZEhYYoALGINGBlmoWu1kPFC/0/420OsOXKiuhgnLuYc8Kkx9fAAH9YDW7MvTQtHso4Zcft6MeuPD%2bdhW8N6TizXI9egyKaQpkApw5XlhKoaUFRtsmKcLBOocpqs3EdVbkDSQoo8fKebFjIhKYaItPMsRdli0LuT%2b%2b7Y/rN7ds383Mpqxvp1X7mn5Mu1r12LDJox2DgjmlYaLX3fd279keX%2bKfnEi/3vGeu2kEFKfqN9DClYw8zm9mh0RRqDIUwSJSDVN75C91OaoZ8dDdcNF4yurzKsCFuXgnPnbaZ98OtDhguBFq7z3/3A8HC7r%2bU8LH6b0WslUigWl%2b9kdXULcXyaqpqkKGNisUxVzYFuE/kBR2ssXf8xCCSGFCNWMHKV/mAaU83xsQ/f/6/e%2bba9/zxJW2zYMMXMVIdIRs0p/hraXysAw1YUmjiWVx/6tk0/LOVF8dhzvQ902ilRFLl%2bdUD0432HXk8vBt1%2bQQfWmdT17iNOPL9uDagCAyVcvSZWPPrd/meCA4XT1YbfFdMwd329IZCHRW7tHx0Or9jICw3zUX8PiwaV9qMLtBbkags5M%2bAKR5ai7%2bCVB/fi9b0R5JgYIxKS%2bBRECyz3riOVO7jn9q0/%2b9B7b/rnt968%2b0292l9t%2b7oBECArFO12fOV73rv1Y9Njl/oPP7r44TRNSJN4WMA5hhPemPAi1VcbDR9aOD44iHA0EnZEvK7dw50mgEoonodq/Zq11BqI2KGfGWLSUJwH7FeLV896Tix7MNZM57bXJdI8%2bBzw/AByXSD0AEGJkpeJ5DyR6VOZrQizidetbuVeUmNSpChJ0uNImbO0spdua4N69zv2/LN1s8nPrVyjnstfd/vKo8dfQRNAlmviWMz/ow9d98Mfed%2bWf6PKjCyzFT2F88E1feRjr5q6vFWtgPuwnjt5fZxhqKOH6W140VCzkPF6WQ0aBwg9coCPA4%2bKTty56lixv27c/mEMOQCVE6XGiVfjh7Vpl3Ol3LL2QLNMh87tX%2bWW1QB0H0wORqNVnzR6nDReRJiZYSYfFZcmQpuUOL5Eq30EJFyeP8Dk%2bIblj/7A3f/4tkM7fm6QVU3Y8evYvq4MCJa8Bpmm04l7P/6Rgz%2bR5erin37q/E/3e6ozNpZikI48/FPSDWzcQ2yMDpcdM4qxMBF1yFdnhqT6yEKwPKKj1ZtHrd3giwez32%2bISkcYMGA9Q7M8DEr/koXiNiiXUX8KC0QzAF0ihEBRoLUir%2b5EmF1ACoTpVSECI6BgvP0sUdRnNb%2bJlZVZ9s3Nnvrg997xE7fcNPcHR46c%2boaAD74BAAQLwrLUlBX6vjs2/Nz2Ta2Tv/lHp//3C1cHW7tjLaT0nnffhcHNa6f3CeekDvWuIKox6piu25AXOQBqCDoxsq8O969PNLw45PA2rAWg%2bwjTOJbrGY4843odb8TQWKPzVQ50pWU8nVsgOsVFIknlZtAddw1BVnLtfhJAhBF9Oq2niKI2S73D9Ppd9u%2befPInfvSdP7TjuvWPXbjY%2b2vx8b3Z9g0BoG9VpekPFHfdtv43E6lO/uYfnf4/z14e3JW2W8SxD4CNZh2Hjuew/t%2bQ8sUwMq8BnBpoTbSj2UazTyiSh1hzFJTDLGe3NozYMN3IXz/5c%2b3rC8FmqOfoCMtl6DJgvsx%2b9/py/RQSoGxexjV%2bNZ9gAKU6wOLKRqSI%2bZ7vOvifbr5x%2b09PTHRO5kX1DQUffJ11wGs1rQ15oZicSL/4/ndv/cDb7hz/1aK/Qq%2bX2WRJ52ytP74j6ywaN1dJnTalr/HxDKQb/c3rkjrYT3vnri/OGB4bAKf%2bhO6Q5q%2b3XK1eV2GGKo%2bOuE%2b0woJLBeAK9b0SyBvA6Rz0AHTmxG7B8Avmmr%2bmuoUAlCAiN5PVJItLG5gcS5f%2bwQdv/6kf%2bdi3/eDEeOdkv1%2b8YUDo69W%2boQzomzEwyBRjY%2bmZ%2bw%2bv/%2bjMpHzqsWeX/smJc8vXjY11iJM4kHB2QQhjszUl%2bLBbJBUYiUaypuo9DBGicT68Jndw%2bPz1V3z2tuPhUNSGIcQh/9412DK0dkN9DwdkL3YJATqq85UOgBmWGcOi4QxjLGz1ehdekxIhJFmhKYqKe%2b7Y9ej7v/POn5mZGf8vqtIUZYUQrdc52de3/Y0AECyGqlKTVRX3Hd7yy/fftfWLv/cnx3/68SNLHxgUKe12MuSlN0bbEhVaOjEs6YwvEMUly8ub8cE8RnDhluqVa8YX%2b%2b01aMM6MV5M%2bn1CnTMEnX6d7SEYqwCEii9rcOgCq%2b9ldr/wxuyFjoBeBM/LD2Ww4NNG0usVTE60Bx/50D3/9t0P3vqvkzS%2bePzERSoVsuY3vv2NAdA3Y4ytpr594ukf%2b29v/dBn/vLUP/yjT7z2E%2beuDva1Oh3StGFDO1m1fcBGRPR7k8hIIRwD1drgaF/VnTcKPlP33ZAeGOqNa44b1elovteI18PH1jpdIJZrMayvwXpe1yto6vX5Cw0vNjCs6u8OfMKK3f6gRCC59849X3j/d97587cf2vWnSsHlq0tvsoe%2bvu1vHIBgH2GeK9LxtDx008b/q90Snzp2avl/%2bOwjF39geVF0Ot02SRJTl8xFABVKR6giQkjlBrUFVRIETUQNGlYa%2blUYqnz1OgYG9fHXAN8Qy/ljQ33sWpat1wMdIJUNrVm9z1m5%2bGpVoyAL1YdgdRheExFFqcnzjN3XbTx33917f/nBd9z6K3M7N11dXFkljuK/1oSCr6V9UwDQN6U0yysFU5Odo9/5ng0/sm/XxB9%2b6YmLP/7EcwvvXelHotvtEMUyiETYKQKMAiPs1FBSyjoaN2oxm3DiFR/lCPyPtgVumjUgDEVtyIwjITdCI8WBrwagZzyv/5XW8WxC1nMx5yEXSnMfw8qfB52dGiEvNUWRs352fHD322/83Q%2b8/95fMsY8WVaaXj8bkQB/8%2b2bCoDgfYaKwaBi3771H3/rvdd96tkj57/7jz5%2b/Eeef2Xpbf1eRLvTIomj4FnaWsUGqyMa4VPtjfUfGtxAbjevXQikEGTGnmuoyCXurxnRB72YHdIXA58eoSsl1PcqCzhfkd779ExJHToTYFPiRYA1/ztev/ODrizjVRXkRcHUZFsdvm3uT%2b8%2bvPff3nRw1yc2bZzh1VPnkeKbrquBb0IA%2bmYMDAYVQkTl/ffM/c76de0/P/LChfc9%2beylH3zmhfl3LBZSdMa6pGlTLlYQuX6yIMTNORJm5xvf%2bSG4gKEsZzsvlvvuxkQMgcsf5/U%2b04hV7%2bczwTr/V/si4GVgZJTuNwIROjwyKyC%2bwLgQVhUpClsKbawbF4dv2/3xD3/owV9rj6V/cuq1i2qQlWR5OSKqv7naNy0AfVNKs9or0IaVW2/a/Bv3Ht7x%2b6dOLX7H57546geffP7ygwtLqiWjhFYrJYokxrsenFiqCx4JN0JOWKNgyFfnogR181YrOMCAmy6wAeCQjufXK4b9fxU18PDJBAXoDGMKMMpd5zVS22unuX8RfMayRBnI%2bnb61g3rx3rXX7/lz3duX//vb7px98P33n1j9dRzx8jz8hvuVP5q2jc9AH3T2tAvKrqdVv/%2be/f83jvesvcPP/HJ597x2FNnvvflV5fee/biwrZeJUjTFmkaI4KagyARMnbzFQs7ZLie19dgTAW4zA9fm6YWr54tnVVTA80zYAg859D24rYWwUUDPG2B54t61%2bzqZ%2bz24rUe10ztSilLRZ7npGnE3t0bX73x4I4/O3DD9t/rjrU/d/nKismygtXewJbI%2bBZp3zIA9E0pzepqzsx0p9y2bfoTW7ZMfkIrdeCZI2fe/dIrV77j6KtX77uykI8ZkZIkKUmS2GxsLTHCgTDU5SU2P9VPUwU1MId0vVpUV8E6D0hvEHlncdkAT%2bcYnTvgmVoUCiLAVj0AV1MxKH8hhEATUVaasrBTb62b7a7edcf%2bR/bt3fzHb3/r7X8WxcnxS5evsrC0SlGUfyORjK%2b1fcsB0DelNFluATM92X7x8O1zL77lvt2/cv7C/OGXj118z5NPn3jw9Pn5W64ulh0hOkRxizhpEUVJ47RGOLVKuElqCIDlRakTxybQ78CxVujjc4kCpsQ4V4rWhWNXa20LV/bDD/quxSo4xo5QWlBVoJSdyWh2Znwwd2DL0zfftOvhHTs2Pnz99bseW1lZzbtjXZZXBt8yovb12rcsAH0zxk6M1%2b8XJGkr27Fj4%2bf37dn8%2bfsO7/iFqwsrdxx95exbn3r6lQcuXlq6ZX6p2LiaSUTUJYpTEgdIWRek9MBzRoDRIDQCBaIMrGcLSJvLV2BMDsr57ny%2bHy61Qrj51NxvCGHDYgIbQtTKUFYKpSqUyul0WqyfHb%2b6bdvMk4duvf7zu3dv/8sN66Yfn52dXrmysIJS0O9nlOU3PnHg69G%2b5QEYNq0NeV5SFhDFreW5nROf3r9vx6c3rxftifGJPRcuXT10/sLCXS8efe22q1cHNywuZ%2bsWrvSlkC2iuI0UkiRN0apHJCvipAVEGN1HigFRMoauSqpy4Lw4Xk/MQCQYY8W7dAXObfgwwZjKMZqgqjSGFLC/Nz7eMetmJ%2bbXrZt4%2bZZb9j09NTX%2b2MR4%2b6kkES8dPnw4W1np0e9nrKz2yfOCNHn9WYe%2bFdvfKgCGTSlFlpcUZUmlRDY1Pf389p07nk9i8Z8uXLgw1kpbc1985NH9cZwePHnqzI1nzl6cW13Nti0sLq8brFwaywZLtgq9Mw60LklbbQTCFpgUEiEThIwQRiGi1LKaUWitkMIQxbGdiDCWTIyP0%2bl2%2bmPjEwtj4zNndu/af3zbtm0vKlW9dN%2b9t7%2bstT6xc%2bfWlYWFHq%2beOEmv12NltU%2bWFSiliOOvfRD4N2P7WwvAsBljKIqSwSAnE4Y47vTWb9jw/LZt255/17e/%2bw9efPFFVlaXJw4ePLj%2bkUce3XH06NGt09Oz69vtdMvLR1/ZtLi0uC4bDGZ7g8FYWVbjAsa0VhHGztMkZaxlJLNIiH670x50Op1%2bd2xiKUni%2bd27ds2Pj4%2bfP3f%2bwpmd1%2b06e/jwnWdfPvrKpQ0bZpb37NnPZz77CBs2rmNhYZnl5R79wd8e8fpm2t8JAI42pRR5XlAUJf1BRr%2bf0Wp1V%2bbm9qycPnP%2bxPJKj7e85a3cfNPB%2bFOf/uzE/NX5qd2756ZfO3thoreyMrll84bJsiwSpTSqqqJ2t6MGg7x38eLl3tatW3pzcztXV1Z6y6deO7384DvfthJJmf327/4uGzduYseOHZw8eZp%2bP2MwyCiKkjwv7Jwhfweb%2bLvypv3/7Zuz/X%2b4bAX5UtySrwAAAABJRU5ErkJggg=='/%3e%3c/defs%3e%3c/svg%3e";const Ys="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\CountrySelector\\CountrySelector.tsx";function Us(e){let t,i=e[0],n=1;for(;n<e.length;){const r=e[n],o=e[n+1];if(n+=2,("optionalAccess"===r||"optionalCall"===r)&&null==i)return;"access"===r||"optionalAccess"===r?(t=i,i=o(i)):"call"!==r&&"optionalCall"!==r||(i=o(((...e)=>i.call(t,...e))),t=void 0)}return i}const Vs=e=>{const{options:r,selectedOption:l,initialCountry:a,label:s,placeholder:c,searchable:d,sectionTitle:u,required:b,inputName:f,readonly:m,priorityOptions:h,labelOverrides:p}=e,[A,g]=i(!1),[C,v]=i({}),[N,x]=i([]),[w,E]=i([]),[y,_]=i(""),[M,k]=i(""),[D,B]=i(""),[I,H]=i(""),[O,P]=i(!0),[L,R]=i(js),F=o();return n((()=>{if(a){let e=r.filter((e=>e.optionName.toLowerCase()===Us([a,"optionalAccess",e=>e.toLowerCase,"call",e=>e()])||e.optionShortName.toLowerCase()===Us([a,"optionalAccess",e=>e.toLowerCase,"call",e=>e()])));H(e.length>0?e[0].optionName:a),R(e.length>0&&e[0].optionFlag?e[0].optionFlag:js),k(a),B("success")}}),[a]),n((()=>{let e=[],t=r,i=[];if(h){const n=h.map((e=>e.toLowerCase()));e=r.filter((e=>n.some((t=>t===e.optionShortName.toLowerCase()||t===e.optionName.toLowerCase())))),i=t.filter((e=>!n.some((t=>t===e.optionShortName.toLowerCase()||t===e.optionName.toLowerCase()))))}else i=t;x([...e,...i]),E([...e,...i])}),[r,h]),n((()=>{document.addEventListener("keyup",(function(e){A&&"Escape"===e.key&&g(!1),(!A&&document.activeElement.classList.value.includes("country-selector")&&"Enter"===e.code||!A&&document.activeElement.classList.value.includes("country-selector")&&"Space"===e.code)&&g(!0)}));function e(e){g(F.current.contains(e.target))}if(document.querySelectorAll(".country-selector").forEach((e=>{e.addEventListener("click",(function(e){const t=e.target.parentNode,i=t.querySelector(".country-selector"),n=t.querySelector(".dropdown-list");if(n&&i){const e=i.getBoundingClientRect(),t=n.offsetHeight,r=window.innerHeight-e.bottom,o=e.top;r<t&&o>t&&(n.style.bottom="55px",n.style.top="unset",n.style.transformOrigin="bottom")}}))})),O?P(!1):B(b&&!A?M?"success":"error":M?"success":""),A)return document.addEventListener("click",e),()=>{document.removeEventListener("click",e)}}),[A]),n((()=>{C.optionShortName&&0===r.filter((e=>e.optionShortName.toLowerCase().includes(C.optionShortName.toLowerCase()))).length&&v({})}),[r]),n((()=>{O?P(!1):B(b?M?"success":"error":M?"success":"")}),[M]),t.createElement(Os,{__self:void 0,__source:{fileName:Ys,lineNumber:140}},s&&t.createElement(Ps,{__self:void 0,__source:{fileName:Ys,lineNumber:142}},t.createElement("label",{className:"paragraph2Medium",__self:void 0,__source:{fileName:Ys,lineNumber:143}},s)),t.createElement(Ls,{ref:F,className:`cs-container ${D}`,onClick:()=>{m||document.activeElement.classList.contains("search-input")||g(!A)},__self:void 0,__source:{fileName:Ys,lineNumber:146}},t.createElement("input",{className:"sr-only",value:M,required:b,onChange:()=>{},onInvalid:()=>{B("error")},__self:void 0,__source:{fileName:Ys,lineNumber:151}}),t.createElement("input",{className:"input-field",value:M,onChange:()=>{},name:f,__self:void 0,__source:{fileName:Ys,lineNumber:152}}),t.createElement("div",{style:{display:"flex",gap:"16px",alignItems:"center",overflowX:"hidden"},__self:void 0,__source:{fileName:Ys,lineNumber:153}},t.createElement("img",{src:C.optionFlag?C.optionFlag:L,alt:"flag",__self:void 0,__source:{fileName:Ys,lineNumber:154}}),C.optionName&&t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:Ys,lineNumber:155}},C.optionName),!C.optionName&&t.createElement(t.Fragment,null,I&&t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:Ys,lineNumber:158}},I),!I&&t.createElement(t.Fragment,null,c&&t.createElement("span",{className:"paragraph2Regular placeholder",__self:void 0,__source:{fileName:Ys,lineNumber:161}},c)))),t.createElement(Rs,{className:A?"expanded":"collapsed",__self:void 0,__source:{fileName:Ys,lineNumber:167}},t.createElement("svg",{width:"12",height:"8",viewBox:"0 0 12 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:Ys,lineNumber:168}},t.createElement("path",{d:"M10.9999 1.17C10.8126 0.983753 10.5591 0.879211 10.2949 0.879211C10.0308 0.879211 9.77731 0.983753 9.58995 1.17L5.99995 4.71L2.45995 1.17C2.27259 0.983753 2.01913 0.879211 1.75495 0.879211C1.49076 0.879211 1.23731 0.983753 1.04995 1.17C0.95622 1.26297 0.881826 1.37357 0.831057 1.49543C0.780288 1.61729 0.75415 1.74799 0.75415 1.88C0.75415 2.01202 0.780288 2.14272 0.831057 2.26458C0.881826 2.38644 0.95622 2.49704 1.04995 2.59L5.28995 6.83C5.38291 6.92373 5.49351 6.99813 5.61537 7.04889C5.73723 7.09966 5.86794 7.1258 5.99995 7.1258C6.13196 7.1258 6.26267 7.09966 6.38453 7.04889C6.50638 6.99813 6.61699 6.92373 6.70995 6.83L10.9999 2.59C11.0937 2.49704 11.1681 2.38644 11.2188 2.26458C11.2696 2.14272 11.2957 2.01202 11.2957 1.88C11.2957 1.74799 11.2696 1.61729 11.2188 1.49543C11.1681 1.37357 11.0937 1.26297 10.9999 1.17Z",fill:"#070B12",__self:void 0,__source:{fileName:Ys,lineNumber:169}}))),A&&t.createElement(t.Fragment,null,r&&r.length>0&&t.createElement(Fs,{className:"dropdown-list",__self:void 0,__source:{fileName:Ys,lineNumber:175}},d&&A&&t.createElement("div",{className:"search-field",__self:void 0,__source:{fileName:Ys,lineNumber:177}},t.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:Ys,lineNumber:178}},t.createElement("g",{clipPath:"url(#clip0_2834_8051)",__self:void 0,__source:{fileName:Ys,lineNumber:179}},t.createElement("path",{d:"M14.4733 13.5267L12 11.0733C12.9601 9.87627 13.425 8.35686 13.2992 6.82753C13.1734 5.2982 12.4664 3.87519 11.3237 2.85109C10.1809 1.827 8.6892 1.27967 7.15528 1.32164C5.62136 1.36362 4.16181 1.99171 3.07676 3.07676C1.99171 4.16181 1.36362 5.62136 1.32164 7.15528C1.27967 8.6892 1.827 10.1809 2.85109 11.3237C3.87519 12.4664 5.2982 13.1734 6.82753 13.2992C8.35686 13.425 9.87627 12.9601 11.0733 12L13.5267 14.4533C13.5886 14.5158 13.6624 14.5654 13.7436 14.5993C13.8249 14.6331 13.912 14.6505 14 14.6505C14.088 14.6505 14.1751 14.6331 14.2564 14.5993C14.3376 14.5654 14.4114 14.5158 14.4733 14.4533C14.5935 14.329 14.6607 14.1629 14.6607 13.99C14.6607 13.8171 14.5935 13.651 14.4733 13.5267ZM7.33333 12C6.41035 12 5.5081 11.7263 4.74067 11.2135C3.97324 10.7007 3.3751 9.97191 3.02189 9.11919C2.66868 8.26646 2.57627 7.32815 2.75633 6.42291C2.9364 5.51766 3.38085 4.68614 4.0335 4.0335C4.68614 3.38085 5.51766 2.9364 6.42291 2.75633C7.32815 2.57627 8.26646 2.66868 9.11919 3.02189C9.97191 3.3751 10.7007 3.97324 11.2135 4.74067C11.7263 5.5081 12 6.41035 12 7.33333C12 8.57101 11.5083 9.75799 10.6332 10.6332C9.75799 11.5083 8.57101 12 7.33333 12Z",fill:"#070B12",__self:void 0,__source:{fileName:Ys,lineNumber:180}})),t.createElement("defs",{__self:void 0,__source:{fileName:Ys,lineNumber:182}},t.createElement("clipPath",{id:"clip0_2834_8051",__self:void 0,__source:{fileName:Ys,lineNumber:183}},t.createElement("rect",{width:"16",height:"16",fill:"white",__self:void 0,__source:{fileName:Ys,lineNumber:184}})))),t.createElement("input",{type:"text",placeholder:Us([p,"optionalAccess",e=>e.search])||"Search",value:y,onChange:e=>{var t;t=e.target.value,_(t),E(N.filter((e=>e.optionName.toLowerCase().includes(t.toLowerCase())||Us([e,"access",e=>e.subName,"optionalAccess",e=>e.toLowerCase,"call",e=>e(),"access",e=>e.includes,"call",e=>e(t.toLowerCase())]))))},autoFocus:!0,className:"country-selector search-input",onFocus:()=>{m||g(!0)},__self:void 0,__source:{fileName:Ys,lineNumber:188}})),u&&t.createElement("div",{className:"section-title",__self:void 0,__source:{fileName:Ys,lineNumber:196}},t.createElement("span",{className:"paragraph2Medium",__self:void 0,__source:{fileName:Ys,lineNumber:197}},u)),w.map(((e,i)=>t.createElement(t.Fragment,{key:i,__self:void 0,__source:{fileName:Ys,lineNumber:201}},!e.subName&&e.optionFlag&&t.createElement(Qs,{onClick:()=>{H(e.optionName),v(e),l(e),k(e.optionName)},__self:void 0,__source:{fileName:Ys,lineNumber:204}},e.optionFlag?t.createElement("img",{src:e.optionFlag,alt:"Flag",onError:e=>{e.currentTarget.classList.add("empty-flag")},__self:void 0,__source:{fileName:Ys,lineNumber:211}}):t.createElement("div",{className:"empty-flag",__self:void 0,__source:{fileName:Ys,lineNumber:211}}),t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:Ys,lineNumber:212}},e.optionName)),e.subName&&e.optionFlag&&t.createElement(zs,{key:i,onClick:()=>{H(e.optionName),v(e),l(e),B("success"),k(e.optionName)},__self:void 0,__source:{fileName:Ys,lineNumber:217}},e.optionName&&t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:Ys,lineNumber:225}},e.optionName),t.createElement("div",{__self:void 0,__source:{fileName:Ys,lineNumber:226}},e.subName,e.optionFlag?t.createElement("img",{src:e.optionFlag,alt:"Flag",onError:e=>{e.currentTarget.classList.add("empty-flag")},__self:void 0,__source:{fileName:Ys,lineNumber:227}}):t.createElement("div",{className:"empty-flag",__self:void 0,__source:{fileName:Ys,lineNumber:227}}))))))))),"error"===D&&t.createElement("div",{className:"err-msg",__self:void 0,__source:{fileName:Ys,lineNumber:239}},t.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:Ys,lineNumber:240}},t.createElement("g",{clipPath:"url(#clip0_299_2778)",__self:void 0,__source:{fileName:Ys,lineNumber:241}},t.createElement("path",{d:"M8.00006 10.6667C7.86821 10.6667 7.73931 10.7058 7.62968 10.779C7.52005 10.8523 7.4346 10.9564 7.38414 11.0782C7.33368 11.2 7.32048 11.3341 7.3462 11.4634C7.37193 11.5927 7.43542 11.7115 7.52866 11.8048C7.62189 11.898 7.74068 11.9615 7.87 11.9872C7.99932 12.0129 8.13336 11.9997 8.25518 11.9493C8.377 11.8988 8.48112 11.8134 8.55437 11.7037C8.62763 11.5941 8.66673 11.4652 8.66673 11.3334C8.66673 11.1565 8.59649 10.987 8.47146 10.8619C8.34644 10.7369 8.17687 10.6667 8.00006 10.6667ZM15.1134 11.6467L9.74673 2.31335C9.57326 2.00236 9.31992 1.74332 9.01285 1.563C8.70579 1.38267 8.35615 1.2876 8.00006 1.2876C7.64396 1.2876 7.29433 1.38267 6.98726 1.563C6.6802 1.74332 6.42686 2.00236 6.25339 2.31335L0.92006 11.6467C0.74059 11.9494 0.644155 12.294 0.640489 12.6459C0.636824 12.9978 0.726058 13.3444 0.899184 13.6507C1.07231 13.9571 1.3232 14.2123 1.62652 14.3907C1.92984 14.5691 2.27485 14.6643 2.62673 14.6667H13.3734C13.7281 14.6702 14.0773 14.5793 14.3853 14.4033C14.6933 14.2273 14.949 13.9726 15.126 13.6652C15.3031 13.3579 15.3953 13.009 15.3931 12.6542C15.3908 12.2995 15.2943 11.9518 15.1134 11.6467ZM13.9601 12.98C13.9016 13.084 13.8164 13.1704 13.7132 13.2302C13.61 13.29 13.4927 13.321 13.3734 13.32H2.62673C2.50747 13.321 2.39013 13.29 2.28694 13.2302C2.18375 13.1704 2.0985 13.084 2.04006 12.98C1.98155 12.8787 1.95074 12.7637 1.95074 12.6467C1.95074 12.5297 1.98155 12.4147 2.04006 12.3134L7.37339 2.98002C7.42934 2.87082 7.51433 2.77917 7.61902 2.71518C7.72371 2.65119 7.84403 2.61733 7.96673 2.61733C8.08942 2.61733 8.20974 2.65119 8.31443 2.71518C8.41912 2.77917 8.50411 2.87082 8.56006 2.98002L13.9267 12.3134C13.9929 12.4132 14.0309 12.5291 14.0367 12.6488C14.0426 12.7684 14.0161 12.8875 13.9601 12.9934V12.98ZM8.00006 5.33335C7.82325 5.33335 7.65368 5.40359 7.52866 5.52861C7.40363 5.65364 7.33339 5.82321 7.33339 6.00002V8.66669C7.33339 8.8435 7.40363 9.01307 7.52866 9.13809C7.65368 9.26311 7.82325 9.33335 8.00006 9.33335C8.17687 9.33335 8.34644 9.26311 8.47146 9.13809C8.59649 9.01307 8.66673 8.8435 8.66673 8.66669V6.00002C8.66673 5.82321 8.59649 5.65364 8.47146 5.52861C8.34644 5.40359 8.17687 5.33335 8.00006 5.33335Z",fill:"#F80000",__self:void 0,__source:{fileName:Ys,lineNumber:242}})),t.createElement("defs",{__self:void 0,__source:{fileName:Ys,lineNumber:244}},t.createElement("clipPath",{id:"clip0_299_2778",__self:void 0,__source:{fileName:Ys,lineNumber:245}},t.createElement("rect",{width:"16",height:"16",fill:"white",__self:void 0,__source:{fileName:Ys,lineNumber:246}})))),t.createElement("span",{className:"paragraph1Regular",__self:void 0,__source:{fileName:Ys,lineNumber:250}},Us([p,"optionalAccess",e=>e.requiredField])||"This field is required")))},Ss=l.div`
1315
1315
  overflow-x: auto;
1316
1316
  `,Zs=l.table`
1317
1317
  width: 100%;
@@ -2093,7 +2093,7 @@ function Lt(e){return e+.5|0}const Rt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
2093
2093
  &:hover{
2094
2094
  background: ${s["neutral-50"]};
2095
2095
  }
2096
- `,yc="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\DropdownList\\DropdownList.tsx";function _c(e){let t,i=e[0],n=1;for(;n<e.length;){const r=e[n],o=e[n+1];if(n+=2,("optionalAccess"===r||"optionalCall"===r)&&null==i)return;"access"===r||"optionalAccess"===r?(t=i,i=o(i)):"call"!==r&&"optionalCall"!==r||(i=o(((...e)=>i.call(t,...e))),t=void 0)}return i}const Mc=e=>{let{options:r,returnedSelection:l,initialText:a,disabled:c,label:d,placeholder:u,searchable:b,width:f,required:m,inputName:h,readonly:p,labelOverrides:A}=e;const[g,C]=i(!1),[v,N]=i({}),[x,w]=i(!1),[E,y]=i([]),[_,M]=i([]),[k,D]=i(""),[B,I]=i(""),H=o(),[O,P]=i(""),[L,R]=i(""),[F,Q]=i(!0);return n((()=>{if(a&&E&&E.length>0){let e=E.filter((e=>e.label.toLowerCase()===_c([a,"optionalAccess",e=>e.toLowerCase,"call",e=>e()])||e.value.toLowerCase()===_c([a,"optionalAccess",e=>e.toLowerCase,"call",e=>e()])));I(e.length>0?e[0].label:a),P(a),R("success")}}),[a,E]),n((()=>{y(r),M(r)}),[r]),n((()=>{document.addEventListener("keyup",(function(e){g&&"Escape"===e.code&&C(!1),(!g&&document.activeElement.classList.value.includes("dropdown-field")&&"Enter"===e.code||!g&&document.activeElement.classList.value.includes("dropdown-field")&&"Space"===e.code)&&C(!0)}));function e(e){C(H.current.contains(e.target))}if(document.querySelectorAll(".dropdown-field").forEach((e=>{e.addEventListener("click",(function(e){const t=e.target.parentNode,i=t.querySelector(".dropdown-field"),n=t.querySelector(".dropdown-list");if(n&&i){const e=i.getBoundingClientRect(),t=n.offsetHeight,r=window.innerHeight-e.bottom,o=e.top;r<t&&o>t&&(n.style.bottom="55px",n.style.top="unset",n.style.transformOrigin="bottom")}}))})),F?Q(!1):R(m&&!g?O?"success":"error":O?"success":""),g)return document.addEventListener("click",e),()=>{document.removeEventListener("click",e)}}),[g]),n((()=>{F?Q(!1):R(m?O?"success":"error":O?"success":"")}),[O]),t.createElement(Cc,{style:{width:f||"100%"},__self:void 0,__source:{fileName:yc,lineNumber:120}},!c&&t.createElement(t.Fragment,null,d&&t.createElement(gc,{__self:void 0,__source:{fileName:yc,lineNumber:124}},t.createElement("label",{className:"paragraph2Medium",__self:void 0,__source:{fileName:yc,lineNumber:125}},d)),t.createElement(vc,{ref:H,className:`dropdown-field-container ${L}`,style:{borderColor:v.value?s["success-500"]:s["neutral-200"]},onClick:()=>{p||C(!g)},__self:void 0,__source:{fileName:yc,lineNumber:128}},t.createElement("input",{className:"sr-only",value:O,required:m,onChange:()=>{},onInvalid:()=>{R("error")},__self:void 0,__source:{fileName:yc,lineNumber:132}}),t.createElement("input",{className:"input-field",name:h,value:O,onChange:()=>{},__self:void 0,__source:{fileName:yc,lineNumber:149}}),t.createElement("div",{style:{overflowX:"hidden"},__self:void 0,__source:{fileName:yc,lineNumber:150}},B&&t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:yc,lineNumber:151}},B),!B&&t.createElement(t.Fragment,null,u&&t.createElement("span",{className:"paragraph2Regular placeholder",__self:void 0,__source:{fileName:yc,lineNumber:154}},u))),t.createElement(xc,{className:"dropdown-icon "+(g?"expanded":"collapsed"),__self:void 0,__source:{fileName:yc,lineNumber:158}},t.createElement("svg",{width:"12",height:"8",viewBox:"0 0 12 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:yc,lineNumber:159}},t.createElement("path",{d:"M10.9999 1.17C10.8126 0.983753 10.5591 0.879211 10.2949 0.879211C10.0308 0.879211 9.77731 0.983753 9.58995 1.17L5.99995 4.71L2.45995 1.17C2.27259 0.983753 2.01913 0.879211 1.75495 0.879211C1.49076 0.879211 1.23731 0.983753 1.04995 1.17C0.95622 1.26297 0.881826 1.37357 0.831057 1.49543C0.780288 1.61729 0.75415 1.74799 0.75415 1.88C0.75415 2.01202 0.780288 2.14272 0.831057 2.26458C0.881826 2.38644 0.95622 2.49704 1.04995 2.59L5.28995 6.83C5.38291 6.92373 5.49351 6.99813 5.61537 7.04889C5.73723 7.09966 5.86794 7.1258 5.99995 7.1258C6.13196 7.1258 6.26267 7.09966 6.38453 7.04889C6.50638 6.99813 6.61699 6.92373 6.70995 6.83L10.9999 2.59C11.0937 2.49704 11.1681 2.38644 11.2188 2.26458C11.2696 2.14272 11.2957 2.01202 11.2957 1.88C11.2957 1.74799 11.2696 1.61729 11.2188 1.49543C11.1681 1.37357 11.0937 1.26297 10.9999 1.17Z",fill:"#070B12",__self:void 0,__source:{fileName:yc,lineNumber:160}}))),g&&t.createElement(t.Fragment,null,r&&r.length>0&&t.createElement(wc,{className:"dropdown-list",__self:void 0,__source:{fileName:yc,lineNumber:166}},b&&g&&t.createElement("div",{className:"search-field",__self:void 0,__source:{fileName:yc,lineNumber:168}},t.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:yc,lineNumber:169}},t.createElement("g",{clipPath:"url(#clip0_2834_8051)",__self:void 0,__source:{fileName:yc,lineNumber:170}},t.createElement("path",{d:"M14.4733 13.5267L12 11.0733C12.9601 9.87627 13.425 8.35686 13.2992 6.82753C13.1734 5.2982 12.4664 3.87519 11.3237 2.85109C10.1809 1.827 8.6892 1.27967 7.15528 1.32164C5.62136 1.36362 4.16181 1.99171 3.07676 3.07676C1.99171 4.16181 1.36362 5.62136 1.32164 7.15528C1.27967 8.6892 1.827 10.1809 2.85109 11.3237C3.87519 12.4664 5.2982 13.1734 6.82753 13.2992C8.35686 13.425 9.87627 12.9601 11.0733 12L13.5267 14.4533C13.5886 14.5158 13.6624 14.5654 13.7436 14.5993C13.8249 14.6331 13.912 14.6505 14 14.6505C14.088 14.6505 14.1751 14.6331 14.2564 14.5993C14.3376 14.5654 14.4114 14.5158 14.4733 14.4533C14.5935 14.329 14.6607 14.1629 14.6607 13.99C14.6607 13.8171 14.5935 13.651 14.4733 13.5267ZM7.33333 12C6.41035 12 5.5081 11.7263 4.74067 11.2135C3.97324 10.7007 3.3751 9.97191 3.02189 9.11919C2.66868 8.26646 2.57627 7.32815 2.75633 6.42291C2.9364 5.51766 3.38085 4.68614 4.0335 4.0335C4.68614 3.38085 5.51766 2.9364 6.42291 2.75633C7.32815 2.57627 8.26646 2.66868 9.11919 3.02189C9.97191 3.3751 10.7007 3.97324 11.2135 4.74067C11.7263 5.5081 12 6.41035 12 7.33333C12 8.57101 11.5083 9.75799 10.6332 10.6332C9.75799 11.5083 8.57101 12 7.33333 12Z",fill:"#070B12",__self:void 0,__source:{fileName:yc,lineNumber:171}})),t.createElement("defs",{__self:void 0,__source:{fileName:yc,lineNumber:173}},t.createElement("clipPath",{id:"clip0_2834_8051",__self:void 0,__source:{fileName:yc,lineNumber:174}},t.createElement("rect",{width:"16",height:"16",fill:"white",__self:void 0,__source:{fileName:yc,lineNumber:175}})))),t.createElement("input",{type:"text",placeholder:_c([A,"optionalAccess",e=>e.search])||"Search",value:k,onChange:e=>{var t;t=e.target.value,D(t),M(E.filter((e=>e.label.toLowerCase().includes(t.toLowerCase()))))},className:"dropdown-field search-input "+(x?"error":""),autoFocus:!0,onFocus:()=>{C(!0)},__self:void 0,__source:{fileName:yc,lineNumber:179}})),_.map(((e,i)=>t.createElement(Ec,{key:i,onClick:()=>{I(e.label),P(e.value),l(e)},__self:void 0,__source:{fileName:yc,lineNumber:183}},t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:yc,lineNumber:187}},e.label))))))),"error"===L&&t.createElement("div",{className:"err-msg",__self:void 0,__source:{fileName:yc,lineNumber:195}},t.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:yc,lineNumber:196}},t.createElement("g",{clipPath:"url(#clip0_299_2778)",__self:void 0,__source:{fileName:yc,lineNumber:197}},t.createElement("path",{d:"M8.00006 10.6667C7.86821 10.6667 7.73931 10.7058 7.62968 10.779C7.52005 10.8523 7.4346 10.9564 7.38414 11.0782C7.33368 11.2 7.32048 11.3341 7.3462 11.4634C7.37193 11.5927 7.43542 11.7115 7.52866 11.8048C7.62189 11.898 7.74068 11.9615 7.87 11.9872C7.99932 12.0129 8.13336 11.9997 8.25518 11.9493C8.377 11.8988 8.48112 11.8134 8.55437 11.7037C8.62763 11.5941 8.66673 11.4652 8.66673 11.3334C8.66673 11.1565 8.59649 10.987 8.47146 10.8619C8.34644 10.7369 8.17687 10.6667 8.00006 10.6667ZM15.1134 11.6467L9.74673 2.31335C9.57326 2.00236 9.31992 1.74332 9.01285 1.563C8.70579 1.38267 8.35615 1.2876 8.00006 1.2876C7.64396 1.2876 7.29433 1.38267 6.98726 1.563C6.6802 1.74332 6.42686 2.00236 6.25339 2.31335L0.92006 11.6467C0.74059 11.9494 0.644155 12.294 0.640489 12.6459C0.636824 12.9978 0.726058 13.3444 0.899184 13.6507C1.07231 13.9571 1.3232 14.2123 1.62652 14.3907C1.92984 14.5691 2.27485 14.6643 2.62673 14.6667H13.3734C13.7281 14.6702 14.0773 14.5793 14.3853 14.4033C14.6933 14.2273 14.949 13.9726 15.126 13.6652C15.3031 13.3579 15.3953 13.009 15.3931 12.6542C15.3908 12.2995 15.2943 11.9518 15.1134 11.6467ZM13.9601 12.98C13.9016 13.084 13.8164 13.1704 13.7132 13.2302C13.61 13.29 13.4927 13.321 13.3734 13.32H2.62673C2.50747 13.321 2.39013 13.29 2.28694 13.2302C2.18375 13.1704 2.0985 13.084 2.04006 12.98C1.98155 12.8787 1.95074 12.7637 1.95074 12.6467C1.95074 12.5297 1.98155 12.4147 2.04006 12.3134L7.37339 2.98002C7.42934 2.87082 7.51433 2.77917 7.61902 2.71518C7.72371 2.65119 7.84403 2.61733 7.96673 2.61733C8.08942 2.61733 8.20974 2.65119 8.31443 2.71518C8.41912 2.77917 8.50411 2.87082 8.56006 2.98002L13.9267 12.3134C13.9929 12.4132 14.0309 12.5291 14.0367 12.6488C14.0426 12.7684 14.0161 12.8875 13.9601 12.9934V12.98ZM8.00006 5.33335C7.82325 5.33335 7.65368 5.40359 7.52866 5.52861C7.40363 5.65364 7.33339 5.82321 7.33339 6.00002V8.66669C7.33339 8.8435 7.40363 9.01307 7.52866 9.13809C7.65368 9.26311 7.82325 9.33335 8.00006 9.33335C8.17687 9.33335 8.34644 9.26311 8.47146 9.13809C8.59649 9.01307 8.66673 8.8435 8.66673 8.66669V6.00002C8.66673 5.82321 8.59649 5.65364 8.47146 5.52861C8.34644 5.40359 8.17687 5.33335 8.00006 5.33335Z",fill:"#F80000",__self:void 0,__source:{fileName:yc,lineNumber:198}})),t.createElement("defs",{__self:void 0,__source:{fileName:yc,lineNumber:200}},t.createElement("clipPath",{id:"clip0_299_2778",__self:void 0,__source:{fileName:yc,lineNumber:201}},t.createElement("rect",{width:"16",height:"16",fill:"white",__self:void 0,__source:{fileName:yc,lineNumber:202}})))),t.createElement("span",{className:"paragraph1Regular",__self:void 0,__source:{fileName:yc,lineNumber:206}},_c([A,"optionalAccess",e=>e.requiredField])||"This field is required"))),c&&t.createElement(Nc,{__self:void 0,__source:{fileName:yc,lineNumber:212}},t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:yc,lineNumber:213}},B),t.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:yc,lineNumber:214}},t.createElement("path",{d:"M16.9999 9.16994C16.8126 8.98369 16.5591 8.87915 16.2949 8.87915C16.0308 8.87915 15.7773 8.98369 15.5899 9.16994L11.9999 12.7099L8.45995 9.16994C8.27259 8.98369 8.01913 8.87915 7.75495 8.87915C7.49076 8.87915 7.23731 8.98369 7.04995 9.16994C6.95622 9.26291 6.88183 9.37351 6.83106 9.49537C6.78029 9.61723 6.75415 9.74793 6.75415 9.87994C6.75415 10.012 6.78029 10.1427 6.83106 10.2645C6.88183 10.3864 6.95622 10.497 7.04995 10.5899L11.2899 14.8299C11.3829 14.9237 11.4935 14.9981 11.6154 15.0488C11.7372 15.0996 11.8679 15.1257 11.9999 15.1257C12.132 15.1257 12.2627 15.0996 12.3845 15.0488C12.5064 14.9981 12.617 14.9237 12.7099 14.8299L16.9999 10.5899C17.0937 10.497 17.1681 10.3864 17.2188 10.2645C17.2696 10.1427 17.2957 10.012 17.2957 9.87994C17.2957 9.74793 17.2696 9.61723 17.2188 9.49537C17.1681 9.37351 17.0937 9.26291 16.9999 9.16994Z",fill:"#E8EEF7",__self:void 0,__source:{fileName:yc,lineNumber:215}}))))},kc=l.div`
2096
+ `,yc="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\DropdownList\\DropdownList.tsx";function _c(e){let t,i=e[0],n=1;for(;n<e.length;){const r=e[n],o=e[n+1];if(n+=2,("optionalAccess"===r||"optionalCall"===r)&&null==i)return;"access"===r||"optionalAccess"===r?(t=i,i=o(i)):"call"!==r&&"optionalCall"!==r||(i=o(((...e)=>i.call(t,...e))),t=void 0)}return i}const Mc=e=>{let{options:r,returnedSelection:l,initialText:a,disabled:c,label:d,placeholder:u,searchable:b,width:f,required:m,inputName:h,readonly:p,labelOverrides:A}=e;const[g,C]=i(!1),[v,N]=i({}),[x,w]=i(!1),[E,y]=i([]),[_,M]=i([]),[k,D]=i(""),[B,I]=i(""),H=o(),[O,P]=i(""),[L,R]=i(""),[F,Q]=i(!0);return n((()=>{if(a&&E&&E.length>0){let e=E.filter((e=>e.label.toLowerCase()===_c([a,"optionalAccess",e=>e.toLowerCase,"call",e=>e()])||e.value.toLowerCase()===_c([a,"optionalAccess",e=>e.toLowerCase,"call",e=>e()])));I(e.length>0?e[0].label:a),P(a),R("success")}}),[a,E]),n((()=>{y(r),M(r)}),[r]),n((()=>{document.addEventListener("keyup",(function(e){g&&"Escape"===e.code&&C(!1),(!g&&document.activeElement.classList.value.includes("dropdown-field")&&"Enter"===e.code||!g&&document.activeElement.classList.value.includes("dropdown-field")&&"Space"===e.code)&&C(!0)}));function e(e){C(H.current.contains(e.target))}if(document.querySelectorAll(".dropdown-field").forEach((e=>{e.addEventListener("click",(function(e){const t=e.target.parentNode,i=t.querySelector(".dropdown-field"),n=t.querySelector(".dropdown-list");if(n&&i){const e=i.getBoundingClientRect(),t=n.offsetHeight,r=window.innerHeight-e.bottom,o=e.top;r<t&&o>t&&(n.style.bottom="55px",n.style.top="unset",n.style.transformOrigin="bottom")}}))})),F?Q(!1):R(m&&!g?O?"success":"error":O?"success":""),g)return document.addEventListener("click",e),()=>{document.removeEventListener("click",e)}}),[g]),n((()=>{F?Q(!1):R(m?O?"success":"error":O?"success":"")}),[O]),t.createElement(Cc,{style:{width:f||"100%"},__self:void 0,__source:{fileName:yc,lineNumber:120}},!c&&t.createElement(t.Fragment,null,d&&t.createElement(gc,{__self:void 0,__source:{fileName:yc,lineNumber:124}},t.createElement("label",{className:"paragraph2Medium",__self:void 0,__source:{fileName:yc,lineNumber:125}},d)),t.createElement(vc,{ref:H,className:`dropdown-field-container ${L}`,style:{borderColor:v.value?s["success-500"]:s["neutral-200"]},onClick:()=>{p||document.activeElement.classList.contains("search-input")||C(!g)},__self:void 0,__source:{fileName:yc,lineNumber:128}},t.createElement("input",{className:"sr-only",value:O,required:m,onChange:()=>{},onInvalid:()=>{R("error")},__self:void 0,__source:{fileName:yc,lineNumber:133}}),t.createElement("input",{className:"input-field",name:h,value:O,onChange:()=>{},__self:void 0,__source:{fileName:yc,lineNumber:150}}),t.createElement("div",{style:{overflowX:"hidden"},__self:void 0,__source:{fileName:yc,lineNumber:151}},B&&t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:yc,lineNumber:152}},B),!B&&t.createElement(t.Fragment,null,u&&t.createElement("span",{className:"paragraph2Regular placeholder",__self:void 0,__source:{fileName:yc,lineNumber:155}},u))),t.createElement(xc,{className:"dropdown-icon "+(g?"expanded":"collapsed"),__self:void 0,__source:{fileName:yc,lineNumber:159}},t.createElement("svg",{width:"12",height:"8",viewBox:"0 0 12 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:yc,lineNumber:160}},t.createElement("path",{d:"M10.9999 1.17C10.8126 0.983753 10.5591 0.879211 10.2949 0.879211C10.0308 0.879211 9.77731 0.983753 9.58995 1.17L5.99995 4.71L2.45995 1.17C2.27259 0.983753 2.01913 0.879211 1.75495 0.879211C1.49076 0.879211 1.23731 0.983753 1.04995 1.17C0.95622 1.26297 0.881826 1.37357 0.831057 1.49543C0.780288 1.61729 0.75415 1.74799 0.75415 1.88C0.75415 2.01202 0.780288 2.14272 0.831057 2.26458C0.881826 2.38644 0.95622 2.49704 1.04995 2.59L5.28995 6.83C5.38291 6.92373 5.49351 6.99813 5.61537 7.04889C5.73723 7.09966 5.86794 7.1258 5.99995 7.1258C6.13196 7.1258 6.26267 7.09966 6.38453 7.04889C6.50638 6.99813 6.61699 6.92373 6.70995 6.83L10.9999 2.59C11.0937 2.49704 11.1681 2.38644 11.2188 2.26458C11.2696 2.14272 11.2957 2.01202 11.2957 1.88C11.2957 1.74799 11.2696 1.61729 11.2188 1.49543C11.1681 1.37357 11.0937 1.26297 10.9999 1.17Z",fill:"#070B12",__self:void 0,__source:{fileName:yc,lineNumber:161}}))),g&&t.createElement(t.Fragment,null,r&&r.length>0&&t.createElement(wc,{className:"dropdown-list",__self:void 0,__source:{fileName:yc,lineNumber:167}},b&&g&&t.createElement("div",{className:"search-field",__self:void 0,__source:{fileName:yc,lineNumber:169}},t.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:yc,lineNumber:170}},t.createElement("g",{clipPath:"url(#clip0_2834_8051)",__self:void 0,__source:{fileName:yc,lineNumber:171}},t.createElement("path",{d:"M14.4733 13.5267L12 11.0733C12.9601 9.87627 13.425 8.35686 13.2992 6.82753C13.1734 5.2982 12.4664 3.87519 11.3237 2.85109C10.1809 1.827 8.6892 1.27967 7.15528 1.32164C5.62136 1.36362 4.16181 1.99171 3.07676 3.07676C1.99171 4.16181 1.36362 5.62136 1.32164 7.15528C1.27967 8.6892 1.827 10.1809 2.85109 11.3237C3.87519 12.4664 5.2982 13.1734 6.82753 13.2992C8.35686 13.425 9.87627 12.9601 11.0733 12L13.5267 14.4533C13.5886 14.5158 13.6624 14.5654 13.7436 14.5993C13.8249 14.6331 13.912 14.6505 14 14.6505C14.088 14.6505 14.1751 14.6331 14.2564 14.5993C14.3376 14.5654 14.4114 14.5158 14.4733 14.4533C14.5935 14.329 14.6607 14.1629 14.6607 13.99C14.6607 13.8171 14.5935 13.651 14.4733 13.5267ZM7.33333 12C6.41035 12 5.5081 11.7263 4.74067 11.2135C3.97324 10.7007 3.3751 9.97191 3.02189 9.11919C2.66868 8.26646 2.57627 7.32815 2.75633 6.42291C2.9364 5.51766 3.38085 4.68614 4.0335 4.0335C4.68614 3.38085 5.51766 2.9364 6.42291 2.75633C7.32815 2.57627 8.26646 2.66868 9.11919 3.02189C9.97191 3.3751 10.7007 3.97324 11.2135 4.74067C11.7263 5.5081 12 6.41035 12 7.33333C12 8.57101 11.5083 9.75799 10.6332 10.6332C9.75799 11.5083 8.57101 12 7.33333 12Z",fill:"#070B12",__self:void 0,__source:{fileName:yc,lineNumber:172}})),t.createElement("defs",{__self:void 0,__source:{fileName:yc,lineNumber:174}},t.createElement("clipPath",{id:"clip0_2834_8051",__self:void 0,__source:{fileName:yc,lineNumber:175}},t.createElement("rect",{width:"16",height:"16",fill:"white",__self:void 0,__source:{fileName:yc,lineNumber:176}})))),t.createElement("input",{type:"text",placeholder:_c([A,"optionalAccess",e=>e.search])||"Search",value:k,onChange:e=>{var t;t=e.target.value,D(t),M(E.filter((e=>e.label.toLowerCase().includes(t.toLowerCase()))))},className:"dropdown-field search-input "+(x?"error":""),autoFocus:!0,onFocus:()=>{C(!0)},__self:void 0,__source:{fileName:yc,lineNumber:180}})),_.map(((e,i)=>t.createElement(Ec,{key:i,onClick:()=>{I(e.label),P(e.value),l(e)},__self:void 0,__source:{fileName:yc,lineNumber:184}},t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:yc,lineNumber:188}},e.label))))))),"error"===L&&t.createElement("div",{className:"err-msg",__self:void 0,__source:{fileName:yc,lineNumber:196}},t.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:yc,lineNumber:197}},t.createElement("g",{clipPath:"url(#clip0_299_2778)",__self:void 0,__source:{fileName:yc,lineNumber:198}},t.createElement("path",{d:"M8.00006 10.6667C7.86821 10.6667 7.73931 10.7058 7.62968 10.779C7.52005 10.8523 7.4346 10.9564 7.38414 11.0782C7.33368 11.2 7.32048 11.3341 7.3462 11.4634C7.37193 11.5927 7.43542 11.7115 7.52866 11.8048C7.62189 11.898 7.74068 11.9615 7.87 11.9872C7.99932 12.0129 8.13336 11.9997 8.25518 11.9493C8.377 11.8988 8.48112 11.8134 8.55437 11.7037C8.62763 11.5941 8.66673 11.4652 8.66673 11.3334C8.66673 11.1565 8.59649 10.987 8.47146 10.8619C8.34644 10.7369 8.17687 10.6667 8.00006 10.6667ZM15.1134 11.6467L9.74673 2.31335C9.57326 2.00236 9.31992 1.74332 9.01285 1.563C8.70579 1.38267 8.35615 1.2876 8.00006 1.2876C7.64396 1.2876 7.29433 1.38267 6.98726 1.563C6.6802 1.74332 6.42686 2.00236 6.25339 2.31335L0.92006 11.6467C0.74059 11.9494 0.644155 12.294 0.640489 12.6459C0.636824 12.9978 0.726058 13.3444 0.899184 13.6507C1.07231 13.9571 1.3232 14.2123 1.62652 14.3907C1.92984 14.5691 2.27485 14.6643 2.62673 14.6667H13.3734C13.7281 14.6702 14.0773 14.5793 14.3853 14.4033C14.6933 14.2273 14.949 13.9726 15.126 13.6652C15.3031 13.3579 15.3953 13.009 15.3931 12.6542C15.3908 12.2995 15.2943 11.9518 15.1134 11.6467ZM13.9601 12.98C13.9016 13.084 13.8164 13.1704 13.7132 13.2302C13.61 13.29 13.4927 13.321 13.3734 13.32H2.62673C2.50747 13.321 2.39013 13.29 2.28694 13.2302C2.18375 13.1704 2.0985 13.084 2.04006 12.98C1.98155 12.8787 1.95074 12.7637 1.95074 12.6467C1.95074 12.5297 1.98155 12.4147 2.04006 12.3134L7.37339 2.98002C7.42934 2.87082 7.51433 2.77917 7.61902 2.71518C7.72371 2.65119 7.84403 2.61733 7.96673 2.61733C8.08942 2.61733 8.20974 2.65119 8.31443 2.71518C8.41912 2.77917 8.50411 2.87082 8.56006 2.98002L13.9267 12.3134C13.9929 12.4132 14.0309 12.5291 14.0367 12.6488C14.0426 12.7684 14.0161 12.8875 13.9601 12.9934V12.98ZM8.00006 5.33335C7.82325 5.33335 7.65368 5.40359 7.52866 5.52861C7.40363 5.65364 7.33339 5.82321 7.33339 6.00002V8.66669C7.33339 8.8435 7.40363 9.01307 7.52866 9.13809C7.65368 9.26311 7.82325 9.33335 8.00006 9.33335C8.17687 9.33335 8.34644 9.26311 8.47146 9.13809C8.59649 9.01307 8.66673 8.8435 8.66673 8.66669V6.00002C8.66673 5.82321 8.59649 5.65364 8.47146 5.52861C8.34644 5.40359 8.17687 5.33335 8.00006 5.33335Z",fill:"#F80000",__self:void 0,__source:{fileName:yc,lineNumber:199}})),t.createElement("defs",{__self:void 0,__source:{fileName:yc,lineNumber:201}},t.createElement("clipPath",{id:"clip0_299_2778",__self:void 0,__source:{fileName:yc,lineNumber:202}},t.createElement("rect",{width:"16",height:"16",fill:"white",__self:void 0,__source:{fileName:yc,lineNumber:203}})))),t.createElement("span",{className:"paragraph1Regular",__self:void 0,__source:{fileName:yc,lineNumber:207}},_c([A,"optionalAccess",e=>e.requiredField])||"This field is required"))),c&&t.createElement(Nc,{__self:void 0,__source:{fileName:yc,lineNumber:213}},t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:yc,lineNumber:214}},B),t.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:yc,lineNumber:215}},t.createElement("path",{d:"M16.9999 9.16994C16.8126 8.98369 16.5591 8.87915 16.2949 8.87915C16.0308 8.87915 15.7773 8.98369 15.5899 9.16994L11.9999 12.7099L8.45995 9.16994C8.27259 8.98369 8.01913 8.87915 7.75495 8.87915C7.49076 8.87915 7.23731 8.98369 7.04995 9.16994C6.95622 9.26291 6.88183 9.37351 6.83106 9.49537C6.78029 9.61723 6.75415 9.74793 6.75415 9.87994C6.75415 10.012 6.78029 10.1427 6.83106 10.2645C6.88183 10.3864 6.95622 10.497 7.04995 10.5899L11.2899 14.8299C11.3829 14.9237 11.4935 14.9981 11.6154 15.0488C11.7372 15.0996 11.8679 15.1257 11.9999 15.1257C12.132 15.1257 12.2627 15.0996 12.3845 15.0488C12.5064 14.9981 12.617 14.9237 12.7099 14.8299L16.9999 10.5899C17.0937 10.497 17.1681 10.3864 17.2188 10.2645C17.2696 10.1427 17.2957 10.012 17.2957 9.87994C17.2957 9.74793 17.2696 9.61723 17.2188 9.49537C17.1681 9.37351 17.0937 9.26291 16.9999 9.16994Z",fill:"#E8EEF7",__self:void 0,__source:{fileName:yc,lineNumber:216}}))))},kc=l.div`
2097
2097
  width: 420px;
2098
2098
  padding: 16px;
2099
2099
  border-radius: 8px;