-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathhtml2pdf.min.js
More file actions
3 lines (3 loc) · 300 KB
/
html2pdf.min.js
File metadata and controls
3 lines (3 loc) · 300 KB
1
2
3
/*! For license information please see html2pdf.min.js.LICENSE.txt */
!function(A,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("jspdf")):"function"==typeof define&&define.amd?define("html2pdf",["jspdf"],e):"object"==typeof exports?exports.html2pdf=e(require("jspdf")):A.html2pdf=e(A.jspdf)}(self,(function(A){return function(){var e={"./src/plugin/hyperlinks.js":function(A,e,t){"use strict";t.r(e),t("./node_modules/core-js/modules/es.object.to-string.js"),t("./node_modules/core-js/modules/es.string.link.js"),t("./node_modules/core-js/modules/esnext.async-iterator.for-each.js"),t("./node_modules/core-js/modules/esnext.iterator.constructor.js"),t("./node_modules/core-js/modules/esnext.iterator.for-each.js"),t("./node_modules/core-js/modules/web.dom-collections.for-each.js");var r=t("./src/worker.js"),n=t("./src/utils.js"),s=[],o={toContainer:r.default.prototype.toContainer,toPdf:r.default.prototype.toPdf};r.default.prototype.toContainer=function(){return o.toContainer.call(this).then((function(){if(this.opt.enableLinks){var A=this.prop.container,e=A.querySelectorAll("a"),t=(0,n.unitConvert)(A.getBoundingClientRect(),this.prop.pageSize.k);s=[],Array.prototype.forEach.call(e,(function(A){for(var e=A.getClientRects(),r=0;r<e.length;r++){var o=(0,n.unitConvert)(e[r],this.prop.pageSize.k);o.left-=t.left,o.top-=t.top;var i=Math.floor(o.top/this.prop.pageSize.inner.height)+1,c=this.opt.margin[0]+o.top%this.prop.pageSize.inner.height,a=this.opt.margin[1]+o.left;s.push({page:i,top:c,left:a,clientRect:o,link:A})}}),this)}}))},r.default.prototype.toPdf=function(){return o.toPdf.call(this).then((function(){if(this.opt.enableLinks){s.forEach((function(A){this.prop.pdf.setPage(A.page),this.prop.pdf.link(A.left,A.top,A.clientRect.width,A.clientRect.height,{url:A.link.href})}),this);var A=this.prop.pdf.internal.getNumberOfPages();this.prop.pdf.setPage(A)}}))}},"./src/plugin/jspdf-plugin.js":function(A,e,t){"use strict";t.r(e),t("./node_modules/core-js/modules/es.symbol.js"),t("./node_modules/core-js/modules/es.symbol.description.js"),t("./node_modules/core-js/modules/es.symbol.iterator.js"),t("./node_modules/core-js/modules/es.array.iterator.js"),t("./node_modules/core-js/modules/es.object.to-string.js"),t("./node_modules/core-js/modules/es.string.iterator.js"),t("./node_modules/core-js/modules/web.dom-collections.iterator.js");var r=t("jspdf");function n(A){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(A){return typeof A}:function(A){return A&&"function"==typeof Symbol&&A.constructor===Symbol&&A!==Symbol.prototype?"symbol":typeof A},n(A)}r.jsPDF.getPageSize=function(A,e,t){if("object"===n(A)){var r=A;A=r.orientation,e=r.unit||e,t=r.format||t}e=e||"mm",t=t||"a4",A=(""+(A||"P")).toLowerCase();var s=(""+t).toLowerCase(),o={a0:[2383.94,3370.39],a1:[1683.78,2383.94],a2:[1190.55,1683.78],a3:[841.89,1190.55],a4:[595.28,841.89],a5:[419.53,595.28],a6:[297.64,419.53],a7:[209.76,297.64],a8:[147.4,209.76],a9:[104.88,147.4],a10:[73.7,104.88],b0:[2834.65,4008.19],b1:[2004.09,2834.65],b2:[1417.32,2004.09],b3:[1000.63,1417.32],b4:[708.66,1000.63],b5:[498.9,708.66],b6:[354.33,498.9],b7:[249.45,354.33],b8:[175.75,249.45],b9:[124.72,175.75],b10:[87.87,124.72],c0:[2599.37,3676.54],c1:[1836.85,2599.37],c2:[1298.27,1836.85],c3:[918.43,1298.27],c4:[649.13,918.43],c5:[459.21,649.13],c6:[323.15,459.21],c7:[229.61,323.15],c8:[161.57,229.61],c9:[113.39,161.57],c10:[79.37,113.39],dl:[311.81,623.62],letter:[612,792],"government-letter":[576,756],legal:[612,1008],"junior-legal":[576,360],ledger:[1224,792],tabloid:[792,1224],"credit-card":[153,243]};switch(e){case"pt":var i=1;break;case"mm":i=72/25.4;break;case"cm":i=72/2.54;break;case"in":i=72;break;case"px":i=.75;break;case"pc":case"em":i=12;break;case"ex":i=6;break;default:throw"Invalid unit: "+e}if(o.hasOwnProperty(s))var c=o[s][1]/i,a=o[s][0]/i;else try{c=t[1],a=t[0]}catch(A){throw new Error("Invalid format: "+t)}if("p"===A||"portrait"===A){if(A="p",a>c){var B=a;a=c,c=B}}else{if("l"!==A&&"landscape"!==A)throw"Invalid orientation: "+A;A="l",c>a&&(B=a,a=c,c=B)}return{width:a,height:c,unit:e,k:i}},e.default=r.jsPDF},"./src/plugin/pagebreaks.js":function(A,e,t){"use strict";t.r(e),t("./node_modules/core-js/modules/es.array.concat.js"),t("./node_modules/core-js/modules/es.array.join.js"),t("./node_modules/core-js/modules/es.array.slice.js"),t("./node_modules/core-js/modules/es.object.keys.js"),t("./node_modules/core-js/modules/es.object.to-string.js"),t("./node_modules/core-js/modules/esnext.async-iterator.for-each.js"),t("./node_modules/core-js/modules/esnext.iterator.constructor.js"),t("./node_modules/core-js/modules/esnext.iterator.for-each.js"),t("./node_modules/core-js/modules/web.dom-collections.for-each.js");var r=t("./src/worker.js"),n=t("./src/utils.js"),s={toContainer:r.default.prototype.toContainer};r.default.template.opt.pagebreak={mode:["css","legacy"],before:[],after:[],avoid:[]},r.default.prototype.toContainer=function(){return s.toContainer.call(this).then((function(){var A=this.prop.container,e=this.prop.pageSize.inner.px.height,t=[].concat(this.opt.pagebreak.mode),r={avoidAll:-1!==t.indexOf("avoid-all"),css:-1!==t.indexOf("css"),legacy:-1!==t.indexOf("legacy")},s={},o=this;["before","after","avoid"].forEach((function(e){var t=r.avoidAll&&"avoid"===e;s[e]=t?[]:[].concat(o.opt.pagebreak[e]||[]),s[e].length>0&&(s[e]=Array.prototype.slice.call(A.querySelectorAll(s[e].join(", "))))}));var i=A.querySelectorAll(".html2pdf__page-break");i=Array.prototype.slice.call(i);var c=A.querySelectorAll("*");Array.prototype.forEach.call(c,(function(A){var t={before:!1,after:r.legacy&&-1!==i.indexOf(A),avoid:r.avoidAll};if(r.css){var o=window.getComputedStyle(A),c=["always","page","left","right"];t={before:t.before||-1!==c.indexOf(o.breakBefore||o.pageBreakBefore),after:t.after||-1!==c.indexOf(o.breakAfter||o.pageBreakAfter),avoid:t.avoid||-1!==["avoid","avoid-page"].indexOf(o.breakInside||o.pageBreakInside)}}Object.keys(t).forEach((function(e){t[e]=t[e]||-1!==s[e].indexOf(A)}));var a=A.getBoundingClientRect();if(t.avoid&&!t.before){var B=Math.floor(a.top/e),l=Math.floor(a.bottom/e),u=Math.abs(a.bottom-a.top)/e;l!==B&&u<=1&&(t.before=!0)}if(t.before){var d=(0,n.createElement)("div",{style:{display:"block",height:e-a.top%e+"px"}});A.parentNode.insertBefore(d,A)}t.after&&(d=(0,n.createElement)("div",{style:{display:"block",height:e-a.bottom%e+"px"}}),A.parentNode.insertBefore(d,A.nextSibling))}))}))}},"./src/utils.js":function(A,e,t){"use strict";function r(A){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(A){return typeof A}:function(A){return A&&"function"==typeof Symbol&&A.constructor===Symbol&&A!==Symbol.prototype?"symbol":typeof A},r(A)}t.r(e),t.d(e,{cloneNode:function(){return o},createElement:function(){return s},objType:function(){return n},toPx:function(){return c},unitConvert:function(){return i}}),t("./node_modules/core-js/modules/es.symbol.js"),t("./node_modules/core-js/modules/es.symbol.description.js"),t("./node_modules/core-js/modules/es.symbol.iterator.js"),t("./node_modules/core-js/modules/es.array.iterator.js"),t("./node_modules/core-js/modules/es.number.constructor.js"),t("./node_modules/core-js/modules/es.object.to-string.js"),t("./node_modules/core-js/modules/es.string.iterator.js"),t("./node_modules/core-js/modules/web.dom-collections.iterator.js");var n=function(A){var e=r(A);return"undefined"===e?"undefined":"string"===e||A instanceof String?"string":"number"===e||A instanceof Number?"number":"function"===e||A instanceof Function?"function":A&&A.constructor===Array?"array":A&&1===A.nodeType?"element":"object"===e?"object":"unknown"},s=function(A,e){var t=document.createElement(A);if(e.className&&(t.className=e.className),e.innerHTML){t.innerHTML=e.innerHTML;for(var r=t.getElementsByTagName("script"),n=r.length;n-- >0;null)r[n].parentNode.removeChild(r[n])}for(var s in e.style)t.style[s]=e.style[s];return t},o=function A(e,t){for(var r=3===e.nodeType?document.createTextNode(e.nodeValue):e.cloneNode(!1),n=e.firstChild;n;n=n.nextSibling)!0!==t&&1===n.nodeType&&"SCRIPT"===n.nodeName||r.appendChild(A(n,t));return 1===e.nodeType&&("CANVAS"===e.nodeName?(r.width=e.width,r.height=e.height,r.getContext("2d").drawImage(e,0,0)):"TEXTAREA"!==e.nodeName&&"SELECT"!==e.nodeName||(r.value=e.value),r.addEventListener("load",(function(){r.scrollTop=e.scrollTop,r.scrollLeft=e.scrollLeft}),!0)),r},i=function(A,e){if("number"===n(A))return 72*A/96/e;var t={};for(var r in A)t[r]=72*A[r]/96/e;return t},c=function(A,e){return Math.floor(A*e/72*96)}},"./src/worker.js":function(A,e,t){"use strict";t.r(e),t("./node_modules/core-js/modules/es.array.concat.js"),t("./node_modules/core-js/modules/es.array.map.js"),t("./node_modules/core-js/modules/es.function.name.js"),t("./node_modules/core-js/modules/es.json.stringify.js"),t("./node_modules/core-js/modules/es.object.assign.js"),t("./node_modules/core-js/modules/es.object.keys.js"),t("./node_modules/core-js/modules/es.object.to-string.js"),t("./node_modules/core-js/modules/es.regexp.to-string.js"),t("./node_modules/core-js/modules/esnext.async-iterator.for-each.js"),t("./node_modules/core-js/modules/esnext.async-iterator.map.js"),t("./node_modules/core-js/modules/esnext.iterator.constructor.js"),t("./node_modules/core-js/modules/esnext.iterator.for-each.js"),t("./node_modules/core-js/modules/esnext.iterator.map.js"),t("./node_modules/core-js/modules/web.dom-collections.for-each.js");var r=t("jspdf"),n=t("./node_modules/html2canvas-pro/dist/html2canvas-pro.js"),s=t("./src/utils.js"),o=t("./node_modules/es6-promise/dist/es6-promise.js"),i=t.n(o)().Promise,c=function A(e){var t=Object.assign(A.convert(i.resolve()),JSON.parse(JSON.stringify(A.template))),r=A.convert(i.resolve(),t);return(r=r.setProgress(1,A,1,[A])).set(e)};(c.prototype=Object.create(i.prototype)).constructor=c,c.convert=function(A,e){return A.__proto__=e||c.prototype,A},c.template={prop:{src:null,container:null,overlay:null,canvas:null,img:null,pdf:null,pageSize:null},progress:{val:0,state:null,n:0,stack:[]},opt:{filename:"file.pdf",margin:[0,0,0,0],image:{type:"jpeg",quality:.95},enableLinks:!0,html2canvas:{},jsPDF:{}}},c.prototype.from=function(A,e){return this.then((function(){switch(e=e||function(A){switch((0,s.objType)(A)){case"string":return"string";case"element":return"canvas"===A.nodeName.toLowerCase?"canvas":"element";default:return"unknown"}}(A),e){case"string":return this.set({src:(0,s.createElement)("div",{innerHTML:A})});case"element":return this.set({src:A});case"canvas":return this.set({canvas:A});case"img":return this.set({img:A});default:return this.error("Unknown source type.")}}))},c.prototype.to=function(A){switch(A){case"container":return this.toContainer();case"canvas":return this.toCanvas();case"img":return this.toImg();case"pdf":return this.toPdf();default:return this.error("Invalid target.")}},c.prototype.toContainer=function(){return this.thenList([function(){return this.prop.src||this.error("Cannot duplicate - no source HTML.")},function(){return this.prop.pageSize||this.setPageSize()}]).then((function(){var A={position:"fixed",overflow:"hidden",zIndex:1e3,left:0,right:0,bottom:0,top:0,backgroundColor:"rgba(0,0,0,0.8)"},e={position:"absolute",width:this.prop.pageSize.inner.width+this.prop.pageSize.unit,left:0,right:0,top:0,height:"auto",margin:"auto",backgroundColor:"white"};A.opacity=0;var t=(0,s.cloneNode)(this.prop.src,this.opt.html2canvas.javascriptEnabled);this.prop.overlay=(0,s.createElement)("div",{className:"html2pdf__overlay",style:A}),this.prop.container=(0,s.createElement)("div",{className:"html2pdf__container",style:e}),this.prop.container.appendChild(t),this.prop.overlay.appendChild(this.prop.container),document.body.appendChild(this.prop.overlay)}))},c.prototype.toCanvas=function(){var A=[function(){return document.body.contains(this.prop.container)||this.toContainer()}];return this.thenList(A).then((function(){var A=Object.assign({},this.opt.html2canvas);return delete A.onrendered,n(this.prop.container,A)})).then((function(A){(this.opt.html2canvas.onrendered||function(){})(A),this.prop.canvas=A,document.body.removeChild(this.prop.overlay)}))},c.prototype.toImg=function(){return this.thenList([function(){return this.prop.canvas||this.toCanvas()}]).then((function(){var A=this.prop.canvas.toDataURL("image/"+this.opt.image.type,this.opt.image.quality);this.prop.img=document.createElement("img"),this.prop.img.src=A}))},c.prototype.toPdf=function(){return this.thenList([function(){return this.prop.canvas||this.toCanvas()}]).then((function(){var A=this.prop.canvas,e=this.opt,t=A.height,n=Math.floor(A.width*this.prop.pageSize.inner.ratio),s=Math.ceil(t/n),o=this.prop.pageSize.inner.height,i=document.createElement("canvas"),c=i.getContext("2d");i.width=A.width,i.height=n,this.prop.pdf=this.prop.pdf||new r.jsPDF(e.jsPDF);for(var a=0;a<s;a++){a===s-1&&t%n!=0&&(i.height=t%n,o=i.height*this.prop.pageSize.inner.width/i.width);var B=i.width,l=i.height;c.fillStyle="white",c.fillRect(0,0,B,l),c.drawImage(A,0,a*n,B,l,0,0,B,l),a&&this.prop.pdf.addPage();var u=i.toDataURL("image/"+e.image.type,e.image.quality);this.prop.pdf.addImage(u,e.image.type,e.margin[1],e.margin[0],this.prop.pageSize.inner.width,o)}}))},c.prototype.output=function(A,e,t){return"img"===(t=t||"pdf").toLowerCase()||"image"===t.toLowerCase()?this.outputImg(A,e):this.outputPdf(A,e)},c.prototype.outputPdf=function(A,e){return this.thenList([function(){return this.prop.pdf||this.toPdf()}]).then((function(){return this.prop.pdf.output(A,e)}))},c.prototype.outputImg=function(A,e){return this.thenList([function(){return this.prop.img||this.toImg()}]).then((function(){switch(A){case void 0:case"img":return this.prop.img;case"datauristring":case"dataurlstring":return this.prop.img.src;case"datauri":case"dataurl":return document.location.href=this.prop.img.src;default:throw'Image output type "'+A+'" is not supported.'}}))},c.prototype.save=function(A){return this.thenList([function(){return this.prop.pdf||this.toPdf()}]).set(A?{filename:A}:null).then((function(){this.prop.pdf.save(this.opt.filename)}))},c.prototype.set=function(A){if("object"!==(0,s.objType)(A))return this;var e=Object.keys(A||{}).map((function(e){switch(e){case"margin":return this.setMargin.bind(this,A.margin);case"jsPDF":return function(){return this.opt.jsPDF=A.jsPDF,this.setPageSize()};case"pageSize":return this.setPageSize.bind(this,A.pageSize);default:return e in c.template.prop?function(){this.prop[e]=A[e]}:function(){this.opt[e]=A[e]}}}),this);return this.then((function(){return this.thenList(e)}))},c.prototype.get=function(A,e){return this.then((function(){var t=A in c.template.prop?this.prop[A]:this.opt[A];return e?e(t):t}))},c.prototype.setMargin=function(A){return this.then((function(){switch((0,s.objType)(A)){case"number":A=[A,A,A,A];case"array":if(2===A.length&&(A=[A[0],A[1],A[0],A[1]]),4===A.length)break;default:return this.error("Invalid margin array.")}this.opt.margin=A})).then(this.setPageSize)},c.prototype.setPageSize=function(A){return this.then((function(){(A=A||r.jsPDF.getPageSize(this.opt.jsPDF)).hasOwnProperty("inner")||(A.inner={width:A.width-this.opt.margin[1]-this.opt.margin[3],height:A.height-this.opt.margin[0]-this.opt.margin[2]},A.inner.px={width:(0,s.toPx)(A.inner.width,A.k),height:(0,s.toPx)(A.inner.height,A.k)},A.inner.ratio=A.inner.height/A.inner.width),this.prop.pageSize=A}))},c.prototype.setProgress=function(A,e,t,r){return null!=A&&(this.progress.val=A),null!=e&&(this.progress.state=e),null!=t&&(this.progress.n=t),null!=r&&(this.progress.stack=r),this.progress.ratio=this.progress.val/this.progress.state,this},c.prototype.updateProgress=function(A,e,t,r){return this.setProgress(A?this.progress.val+A:null,e||null,t?this.progress.n+t:null,r?this.progress.stack.concat(r):null)},c.prototype.then=function(A,e){var t=this;return this.thenCore(A,e,(function(A,e){return t.updateProgress(null,null,1,[A]),i.prototype.then.call(this,(function(e){return t.updateProgress(null,A),e})).then(A,e).then((function(A){return t.updateProgress(1),A}))}))},c.prototype.thenCore=function(A,e,t){t=t||i.prototype.then;var r=this;A&&(A=A.bind(r)),e&&(e=e.bind(r));var n=-1!==i.toString().indexOf("[native code]")&&"Promise"===i.name?r:c.convert(Object.assign({},r),i.prototype),s=t.call(n,A,e);return c.convert(s,r.__proto__)},c.prototype.thenExternal=function(A,e){return i.prototype.then.call(this,A,e)},c.prototype.thenList=function(A){var e=this;return A.forEach((function(A){e=e.thenCore(A)})),e},c.prototype.catch=function(A){A&&(A=A.bind(this));var e=i.prototype.catch.call(this,A);return c.convert(e,this)},c.prototype.catchExternal=function(A){return i.prototype.catch.call(this,A)},c.prototype.error=function(A){return this.then((function(){throw new Error(A)}))},c.prototype.using=c.prototype.set,c.prototype.saveAs=c.prototype.save,c.prototype.export=c.prototype.output,c.prototype.run=c.prototype.then,e.default=c},"./node_modules/es6-promise/dist/es6-promise.js":function(A){var e;e=function(){"use strict";function A(A){return"function"==typeof A}var e=Array.isArray?Array.isArray:function(A){return"[object Array]"===Object.prototype.toString.call(A)},t=0,r=void 0,n=void 0,s=function(A,e){u[t]=A,u[t+1]=e,2===(t+=2)&&(n?n(d):h())},o="undefined"!=typeof window?window:void 0,i=o||{},c=i.MutationObserver||i.WebKitMutationObserver,a="undefined"==typeof self&&"undefined"!=typeof process&&"[object process]"==={}.toString.call(process),B="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function l(){var A=setTimeout;return function(){return A(d,1)}}var u=new Array(1e3);function d(){for(var A=0;A<t;A+=2)(0,u[A])(u[A+1]),u[A]=void 0,u[A+1]=void 0;t=0}var g,w,Q,f,h=void 0;function p(A,e){var t=this,r=new this.constructor(F);void 0===r[U]&&D(r);var n=t._state;if(n){var o=arguments[n-1];s((function(){return L(n,r,o,t._result)}))}else K(t,r,A,e);return r}function C(A){if(A&&"object"==typeof A&&A.constructor===this)return A;var e=new this(F);return E(e,A),e}a?h=function(){return process.nextTick(d)}:c?(w=0,Q=new c(d),f=document.createTextNode(""),Q.observe(f,{characterData:!0}),h=function(){f.data=w=++w%2}):B?((g=new MessageChannel).port1.onmessage=d,h=function(){return g.port2.postMessage(0)}):h=void 0===o?function(){try{var A=Function("return this")().require("vertx");return void 0!==(r=A.runOnLoop||A.runOnContext)?function(){r(d)}:l()}catch(A){return l()}}():l();var U=Math.random().toString(36).substring(2);function F(){}var m=void 0,y=1,j=2;function H(e,t,r){t.constructor===e.constructor&&r===p&&t.constructor.resolve===C?function(A,e){e._state===y?v(A,e._result):e._state===j?I(A,e._result):K(e,void 0,(function(e){return E(A,e)}),(function(e){return I(A,e)}))}(e,t):void 0===r?v(e,t):A(r)?function(A,e,t){s((function(A){var r=!1,n=function(t,n,s,o){try{t.call(n,(function(t){r||(r=!0,e!==t?E(A,t):v(A,t))}),(function(e){r||(r=!0,I(A,e))}))}catch(A){return A}}(t,e,0,0,A._label);!r&&n&&(r=!0,I(A,n))}),A)}(e,t,r):v(e,t)}function E(A,e){if(A===e)I(A,new TypeError("You cannot resolve a promise with itself"));else if(n=typeof(r=e),null===r||"object"!==n&&"function"!==n)v(A,e);else{var t=void 0;try{t=e.then}catch(e){return void I(A,e)}H(A,e,t)}var r,n}function b(A){A._onerror&&A._onerror(A._result),_(A)}function v(A,e){A._state===m&&(A._result=e,A._state=y,0!==A._subscribers.length&&s(_,A))}function I(A,e){A._state===m&&(A._state=j,A._result=e,s(b,A))}function K(A,e,t,r){var n=A._subscribers,o=n.length;A._onerror=null,n[o]=e,n[o+y]=t,n[o+j]=r,0===o&&A._state&&s(_,A)}function _(A){var e=A._subscribers,t=A._state;if(0!==e.length){for(var r=void 0,n=void 0,s=A._result,o=0;o<e.length;o+=3)r=e[o],n=e[o+t],r?L(t,r,n,s):n(s);A._subscribers.length=0}}function L(e,t,r,n){var s=A(r),o=void 0,i=void 0,c=!0;if(s){try{o=r(n)}catch(A){c=!1,i=A}if(t===o)return void I(t,new TypeError("A promises callback cannot return that same promise."))}else o=n;t._state!==m||(s&&c?E(t,o):!1===c?I(t,i):e===y?v(t,o):e===j&&I(t,o))}var x=0;function D(A){A[U]=x++,A._state=void 0,A._result=void 0,A._subscribers=[]}var S=function(){function A(A,t){this._instanceConstructor=A,this.promise=new A(F),this.promise[U]||D(this.promise),e(t)?(this.length=t.length,this._remaining=t.length,this._result=new Array(this.length),0===this.length?v(this.promise,this._result):(this.length=this.length||0,this._enumerate(t),0===this._remaining&&v(this.promise,this._result))):I(this.promise,new Error("Array Methods must be provided an Array"))}return A.prototype._enumerate=function(A){for(var e=0;this._state===m&&e<A.length;e++)this._eachEntry(A[e],e)},A.prototype._eachEntry=function(A,e){var t=this._instanceConstructor,r=t.resolve;if(r===C){var n=void 0,s=void 0,o=!1;try{n=A.then}catch(A){o=!0,s=A}if(n===p&&A._state!==m)this._settledAt(A._state,e,A._result);else if("function"!=typeof n)this._remaining--,this._result[e]=A;else if(t===O){var i=new t(F);o?I(i,s):H(i,A,n),this._willSettleAt(i,e)}else this._willSettleAt(new t((function(e){return e(A)})),e)}else this._willSettleAt(r(A),e)},A.prototype._settledAt=function(A,e,t){var r=this.promise;r._state===m&&(this._remaining--,A===j?I(r,t):this._result[e]=t),0===this._remaining&&v(r,this._result)},A.prototype._willSettleAt=function(A,e){var t=this;K(A,void 0,(function(A){return t._settledAt(y,e,A)}),(function(A){return t._settledAt(j,e,A)}))},A}(),O=function(){function e(A){this[U]=x++,this._result=this._state=void 0,this._subscribers=[],F!==A&&("function"!=typeof A&&function(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),this instanceof e?function(A,e){try{e((function(e){E(A,e)}),(function(e){I(A,e)}))}catch(e){I(A,e)}}(this,A):function(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}())}return e.prototype.catch=function(A){return this.then(null,A)},e.prototype.finally=function(e){var t=this,r=t.constructor;return A(e)?t.then((function(A){return r.resolve(e()).then((function(){return A}))}),(function(A){return r.resolve(e()).then((function(){throw A}))})):t.then(e,e)},e}();return O.prototype.then=p,O.all=function(A){return new S(this,A).promise},O.race=function(A){var t=this;return e(A)?new t((function(e,r){for(var n=A.length,s=0;s<n;s++)t.resolve(A[s]).then(e,r)})):new t((function(A,e){return e(new TypeError("You must pass an array to race."))}))},O.resolve=C,O.reject=function(A){var e=new this(F);return I(e,A),e},O._setScheduler=function(A){n=A},O._setAsap=function(A){s=A},O._asap=s,O.polyfill=function(){var A=void 0;if("undefined"!=typeof global)A=global;else if("undefined"!=typeof self)A=self;else try{A=Function("return this")()}catch(A){throw new Error("polyfill failed because global object is unavailable in this environment")}var e=A.Promise;if(e){var t=null;try{t=Object.prototype.toString.call(e.resolve())}catch(A){}if("[object Promise]"===t&&!e.cast)return}A.Promise=O},O.Promise=O,O},A.exports=e()},"./node_modules/html2canvas-pro/dist/html2canvas-pro.js":function(A){A.exports=function(){"use strict";var A=function(e,t){return A=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,e){A.__proto__=e}||function(A,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(A[t]=e[t])},A(e,t)};function e(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}A(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var t=function(){return t=Object.assign||function(A){for(var e,t=1,r=arguments.length;t<r;t++)for(var n in e=arguments[t])Object.prototype.hasOwnProperty.call(e,n)&&(A[n]=e[n]);return A},t.apply(this,arguments)};function r(A,e,t,r){return new(t||(t=Promise))((function(n,s){function o(A){try{c(r.next(A))}catch(A){s(A)}}function i(A){try{c(r.throw(A))}catch(A){s(A)}}function c(A){var e;A.done?n(A.value):(e=A.value,e instanceof t?e:new t((function(A){A(e)}))).then(o,i)}c((r=r.apply(A,e||[])).next())}))}function n(A,e){var t,r,n,s,o={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return s={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function i(s){return function(i){return function(s){if(t)throw new TypeError("Generator is already executing.");for(;o;)try{if(t=1,r&&(n=2&s[0]?r.return:s[0]?r.throw||((n=r.return)&&n.call(r),0):r.next)&&!(n=n.call(r,s[1])).done)return n;switch(r=0,n&&(s=[2&s[0],n.value]),s[0]){case 0:case 1:n=s;break;case 4:return o.label++,{value:s[1],done:!1};case 5:o.label++,r=s[1],s=[0];continue;case 7:s=o.ops.pop(),o.trys.pop();continue;default:if(!((n=(n=o.trys).length>0&&n[n.length-1])||6!==s[0]&&2!==s[0])){o=0;continue}if(3===s[0]&&(!n||s[1]>n[0]&&s[1]<n[3])){o.label=s[1];break}if(6===s[0]&&o.label<n[1]){o.label=n[1],n=s;break}if(n&&o.label<n[2]){o.label=n[2],o.ops.push(s);break}n[2]&&o.ops.pop(),o.trys.pop();continue}s=e.call(A,o)}catch(A){s=[6,A],r=0}finally{t=n=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,i])}}}function s(A,e,t){if(t||2===arguments.length)for(var r,n=0,s=e.length;n<s;n++)!r&&n in e||(r||(r=Array.prototype.slice.call(e,0,n)),r[n]=e[n]);return A.concat(r||e)}for(var o=function(){function A(A,e,t,r){this.left=A,this.top=e,this.width=t,this.height=r}return A.prototype.add=function(e,t,r,n){return new A(this.left+e,this.top+t,this.width+r,this.height+n)},A.fromClientRect=function(e,t){return new A(t.left+e.windowBounds.left,t.top+e.windowBounds.top,t.width,t.height)},A.fromDOMRectList=function(e,t){var r=Array.from(t).find((function(A){return 0!==A.width}));return r?new A(r.left+e.windowBounds.left,r.top+e.windowBounds.top,r.width,r.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A}(),i=function(A,e){return o.fromClientRect(A,e.getBoundingClientRect())},c=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);56320==(64512&s)?e.push(((1023&n)<<10)+(1023&s)+65536):(e.push(n),t--)}else e.push(n)}return e},a=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var o=A[n];o<=65535?r.push(o):(o-=65536,r.push(55296+(o>>10),o%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},B="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l="undefined"==typeof Uint8Array?[]:new Uint8Array(256),u=0;u<64;u++)l[B.charCodeAt(u)]=u;for(var d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",g="undefined"==typeof Uint8Array?[]:new Uint8Array(256),w=0;w<64;w++)g[d.charCodeAt(w)]=w;for(var Q=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},f=function(){function A(A,e,t,r,n,s){this.initialValue=A,this.errorValue=e,this.highStart=t,this.highValueIndex=r,this.index=n,this.data=s}return A.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535)return e=((e=this.index[A>>5])<<2)+(31&A),this.data[e];if(A<=65535)return e=((e=this.index[2048+(A-55296>>5)])<<2)+(31&A),this.data[e];if(A<this.highStart)return e=2080+(A>>11),e=this.index[e],e+=A>>5&63,e=((e=this.index[e])<<2)+(31&A),this.data[e];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A}(),h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",p="undefined"==typeof Uint8Array?[]:new Uint8Array(256),C=0;C<64;C++)p[h.charCodeAt(C)]=C;var U=10,F=13,m=15,y=17,j=18,H=19,E=20,b=21,v=22,I=24,K=25,_=26,L=27,x=28,D=30,S=32,O=33,T=34,M=35,k=37,G=38,V=39,P=40,R=42,N=[9001,65288],X="×",J="÷",Y=function(A,e){var t,r,n,s=function(A){var e,t,r,n,s,o=.75*A.length,i=A.length,c=0;"="===A[A.length-1]&&(o--,"="===A[A.length-2]&&o--);var a="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(o):new Array(o),B=Array.isArray(a)?a:new Uint8Array(a);for(e=0;e<i;e+=4)t=g[A.charCodeAt(e)],r=g[A.charCodeAt(e+1)],n=g[A.charCodeAt(e+2)],s=g[A.charCodeAt(e+3)],B[c++]=t<<2|r>>4,B[c++]=(15&r)<<4|n>>2,B[c++]=(3&n)<<6|63&s;return a}(A),o=Array.isArray(s)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t}(s):new Uint32Array(s),i=Array.isArray(s)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t}(s):new Uint16Array(s),c=Q(i,12,o[4]/2),a=2===o[5]?Q(i,(24+o[4])/2):(t=o,r=Math.ceil((24+o[4])/4),t.slice?t.slice(r,n):new Uint32Array(Array.prototype.slice.call(t,r,n)));return new f(o[0],o[1],o[2],o[3],c,a)}("KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA=="),W=[D,36],Z=[1,2,3,5],q=[U,8],z=[L,_],$=Z.concat(q),AA=[G,V,P,T,M],eA=[m,F],tA=function(A,e,t,r){var n=r[t];if(Array.isArray(A)?-1!==A.indexOf(n):A===n)for(var s=t;s<=r.length;){if((c=r[++s])===e)return!0;if(c!==U)break}if(n===U)for(s=t;s>0;){var o=r[--s];if(Array.isArray(A)?-1!==A.indexOf(o):A===o)for(var i=t;i<=r.length;){var c;if((c=r[++i])===e)return!0;if(c!==U)break}if(o!==U)break}return!1},rA=function(A,e){for(var t=A;t>=0;){var r=e[t];if(r!==U)return r;t--}return 0},nA=function(A,e,t,r,n){if(0===t[r])return X;var s=r-1;if(Array.isArray(n)&&!0===n[s])return X;var o=s-1,i=s+1,c=e[s],a=o>=0?e[o]:0,B=e[i];if(2===c&&3===B)return X;if(-1!==Z.indexOf(c))return"!";if(-1!==Z.indexOf(B))return X;if(-1!==q.indexOf(B))return X;if(8===rA(s,e))return J;if(11===Y.get(A[s]))return X;if((c===S||c===O)&&11===Y.get(A[i]))return X;if(7===c||7===B)return X;if(9===c)return X;if(-1===[U,F,m].indexOf(c)&&9===B)return X;if(-1!==[y,j,H,I,x].indexOf(B))return X;if(rA(s,e)===v)return X;if(tA(23,v,s,e))return X;if(tA([y,j],b,s,e))return X;if(tA(12,12,s,e))return X;if(c===U)return J;if(23===c||23===B)return X;if(16===B||16===c)return J;if(-1!==[F,m,b].indexOf(B)||14===c)return X;if(36===a&&-1!==eA.indexOf(c))return X;if(c===x&&36===B)return X;if(B===E)return X;if(-1!==W.indexOf(B)&&c===K||-1!==W.indexOf(c)&&B===K)return X;if(c===L&&-1!==[k,S,O].indexOf(B)||-1!==[k,S,O].indexOf(c)&&B===_)return X;if(-1!==W.indexOf(c)&&-1!==z.indexOf(B)||-1!==z.indexOf(c)&&-1!==W.indexOf(B))return X;if(-1!==[L,_].indexOf(c)&&(B===K||-1!==[v,m].indexOf(B)&&e[i+1]===K)||-1!==[v,m].indexOf(c)&&B===K||c===K&&-1!==[K,x,I].indexOf(B))return X;if(-1!==[K,x,I,y,j].indexOf(B))for(var l=s;l>=0;){if((u=e[l])===K)return X;if(-1===[x,I].indexOf(u))break;l--}if(-1!==[L,_].indexOf(B))for(l=-1!==[y,j].indexOf(c)?o:s;l>=0;){var u;if((u=e[l])===K)return X;if(-1===[x,I].indexOf(u))break;l--}if(G===c&&-1!==[G,V,T,M].indexOf(B)||-1!==[V,T].indexOf(c)&&-1!==[V,P].indexOf(B)||-1!==[P,M].indexOf(c)&&B===P)return X;if(-1!==AA.indexOf(c)&&-1!==[E,_].indexOf(B)||-1!==AA.indexOf(B)&&c===L)return X;if(-1!==W.indexOf(c)&&-1!==W.indexOf(B))return X;if(c===I&&-1!==W.indexOf(B))return X;if(-1!==W.concat(K).indexOf(c)&&B===v&&-1===N.indexOf(A[i])||-1!==W.concat(K).indexOf(B)&&c===j)return X;if(41===c&&41===B){for(var d=t[s],g=1;d>0&&41===e[--d];)g++;if(g%2!=0)return X}return c===S&&B===O?X:J},sA=function(A,e){e||(e={lineBreak:"normal",wordBreak:"normal"});var t=function(A,e){void 0===e&&(e="strict");var t=[],r=[],n=[];return A.forEach((function(A,s){var o=Y.get(A);if(o>50?(n.push(!0),o-=50):n.push(!1),-1!==["normal","auto","loose"].indexOf(e)&&-1!==[8208,8211,12316,12448].indexOf(A))return r.push(s),t.push(16);if(4===o||11===o){if(0===s)return r.push(s),t.push(D);var i=t[s-1];return-1===$.indexOf(i)?(r.push(r[s-1]),t.push(i)):(r.push(s),t.push(D))}return r.push(s),31===o?t.push("strict"===e?b:k):o===R||29===o?t.push(D):43===o?A>=131072&&A<=196605||A>=196608&&A<=262141?t.push(k):t.push(D):void t.push(o)})),[r,t,n]}(A,e.lineBreak),r=t[0],n=t[1],s=t[2];"break-all"!==e.wordBreak&&"break-word"!==e.wordBreak||(n=n.map((function(A){return-1!==[K,D,R].indexOf(A)?k:A})));var o="keep-all"===e.wordBreak?s.map((function(e,t){return e&&A[t]>=19968&&A[t]<=40959})):void 0;return[r,n,o]},oA=function(){function A(A,e,t,r){this.codePoints=A,this.required="!"===e,this.start=t,this.end=r}return A.prototype.slice=function(){return a.apply(void 0,this.codePoints.slice(this.start,this.end))},A}(),iA=45,cA=43,aA=-1,BA=function(A){return A>=48&&A<=57},lA=function(A){return BA(A)||A>=65&&A<=70||A>=97&&A<=102},uA=function(A){return 10===A||9===A||32===A},dA=function(A){return function(A){return function(A){return A>=97&&A<=122}(A)||function(A){return A>=65&&A<=90}(A)}(A)||function(A){return A>=128}(A)||95===A},gA=function(A){return dA(A)||BA(A)||A===iA},wA=function(A){return A>=0&&A<=8||11===A||A>=14&&A<=31||127===A},QA=function(A,e){return 92===A&&10!==e},fA=function(A,e,t){return A===iA?dA(e)||QA(e,t):!!dA(A)||!(92!==A||!QA(A,e))},hA=function(A,e,t){return A===cA||A===iA?!!BA(e)||46===e&&BA(t):BA(46===A?e:A)},pA=function(A){var e=0,t=1;A[e]!==cA&&A[e]!==iA||(A[e]===iA&&(t=-1),e++);for(var r=[];BA(A[e]);)r.push(A[e++]);var n=r.length?parseInt(a.apply(void 0,r),10):0;46===A[e]&&e++;for(var s=[];BA(A[e]);)s.push(A[e++]);var o=s.length,i=o?parseInt(a.apply(void 0,s),10):0;69!==A[e]&&101!==A[e]||e++;var c=1;A[e]!==cA&&A[e]!==iA||(A[e]===iA&&(c=-1),e++);for(var B=[];BA(A[e]);)B.push(A[e++]);var l=B.length?parseInt(a.apply(void 0,B),10):0;return t*(n+i*Math.pow(10,-o))*Math.pow(10,c*l)},CA={type:2},UA={type:3},FA={type:4},mA={type:13},yA={type:8},jA={type:21},HA={type:9},EA={type:10},bA={type:11},vA={type:12},IA={type:14},KA={type:23},_A={type:1},LA={type:25},xA={type:24},DA={type:26},SA={type:27},OA={type:28},TA={type:29},MA={type:31},kA={type:32},GA=function(){function A(){this._value=[]}return A.prototype.write=function(A){this._value=this._value.concat(c(A))},A.prototype.read=function(){for(var A=[],e=this.consumeToken();e!==kA;)A.push(e),e=this.consumeToken();return A},A.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case 34:return this.consumeStringToken(34);case 35:var e=this.peekCodePoint(0),t=this.peekCodePoint(1),r=this.peekCodePoint(2);if(gA(e)||QA(t,r)){var n=fA(e,t,r)?2:1;return{type:5,value:this.consumeName(),flags:n}}break;case 36:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),mA;break;case 39:return this.consumeStringToken(39);case 40:return CA;case 41:return UA;case 42:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),IA;break;case cA:if(hA(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case 44:return FA;case iA:var s=A,o=this.peekCodePoint(0),i=this.peekCodePoint(1);if(hA(s,o,i))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(fA(s,o,i))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(o===iA&&62===i)return this.consumeCodePoint(),this.consumeCodePoint(),xA;break;case 46:if(hA(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case 47:if(42===this.peekCodePoint(0))for(this.consumeCodePoint();;){var c=this.consumeCodePoint();if(42===c&&47===(c=this.consumeCodePoint()))return this.consumeToken();if(c===aA)return this.consumeToken()}break;case 58:return DA;case 59:return SA;case 60:if(33===this.peekCodePoint(0)&&this.peekCodePoint(1)===iA&&this.peekCodePoint(2)===iA)return this.consumeCodePoint(),this.consumeCodePoint(),LA;break;case 64:var B=this.peekCodePoint(0),l=this.peekCodePoint(1),u=this.peekCodePoint(2);if(fA(B,l,u))return{type:7,value:this.consumeName()};break;case 91:return OA;case 92:if(QA(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case 93:return TA;case 61:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),yA;break;case 123:return bA;case 125:return vA;case 117:case 85:var d=this.peekCodePoint(0),g=this.peekCodePoint(1);return d!==cA||!lA(g)&&63!==g||(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case 124:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),HA;if(124===this.peekCodePoint(0))return this.consumeCodePoint(),jA;break;case 126:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),EA;break;case aA:return kA}return uA(A)?(this.consumeWhiteSpace(),MA):BA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):dA(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:a(A)}},A.prototype.consumeCodePoint=function(){var A=this._value.shift();return void 0===A?-1:A},A.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)},A.prototype.peekCodePoint=function(A){return A>=this._value.length?-1:this._value[A]},A.prototype.consumeUnicodeRangeToken=function(){for(var A=[],e=this.consumeCodePoint();lA(e)&&A.length<6;)A.push(e),e=this.consumeCodePoint();for(var t=!1;63===e&&A.length<6;)A.push(e),e=this.consumeCodePoint(),t=!0;if(t)return{type:30,start:parseInt(a.apply(void 0,A.map((function(A){return 63===A?48:A}))),16),end:parseInt(a.apply(void 0,A.map((function(A){return 63===A?70:A}))),16)};var r=parseInt(a.apply(void 0,A),16);if(this.peekCodePoint(0)===iA&&lA(this.peekCodePoint(1))){this.consumeCodePoint(),e=this.consumeCodePoint();for(var n=[];lA(e)&&n.length<6;)n.push(e),e=this.consumeCodePoint();return{type:30,start:r,end:parseInt(a.apply(void 0,n),16)}}return{type:30,start:r,end:r}},A.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return"url"===A.toLowerCase()&&40===this.peekCodePoint(0)?(this.consumeCodePoint(),this.consumeUrlToken()):40===this.peekCodePoint(0)?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},A.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===aA)return{type:22,value:""};var e=this.peekCodePoint(0);if(39===e||34===e){var t=this.consumeStringToken(this.consumeCodePoint());return 0===t.type&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===aA||41===this.peekCodePoint(0))?(this.consumeCodePoint(),{type:22,value:t.value}):(this.consumeBadUrlRemnants(),KA)}for(;;){var r=this.consumeCodePoint();if(r===aA||41===r)return{type:22,value:a.apply(void 0,A)};if(uA(r))return this.consumeWhiteSpace(),this.peekCodePoint(0)===aA||41===this.peekCodePoint(0)?(this.consumeCodePoint(),{type:22,value:a.apply(void 0,A)}):(this.consumeBadUrlRemnants(),KA);if(34===r||39===r||40===r||wA(r))return this.consumeBadUrlRemnants(),KA;if(92===r){if(!QA(r,this.peekCodePoint(0)))return this.consumeBadUrlRemnants(),KA;A.push(this.consumeEscapedCodePoint())}else A.push(r)}},A.prototype.consumeWhiteSpace=function(){for(;uA(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(41===A||A===aA)return;QA(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(A){for(var e="";A>0;){var t=Math.min(5e4,A);e+=a.apply(void 0,this._value.splice(0,t)),A-=t}return this._value.shift(),e},A.prototype.consumeStringToken=function(A){for(var e="",t=0;;){var r=this._value[t];if(r===aA||void 0===r||r===A)return{type:0,value:e+=this.consumeStringSlice(t)};if(10===r)return this._value.splice(0,t),_A;if(92===r){var n=this._value[t+1];n!==aA&&void 0!==n&&(10===n?(e+=this.consumeStringSlice(t),t=-1,this._value.shift()):QA(r,n)&&(e+=this.consumeStringSlice(t),e+=a(this.consumeEscapedCodePoint()),t=-1))}t++}},A.prototype.consumeNumber=function(){var A=[],e=4,t=this.peekCodePoint(0);for(t!==cA&&t!==iA||A.push(this.consumeCodePoint());BA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0);var r=this.peekCodePoint(1);if(46===t&&BA(r))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=8;BA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0),r=this.peekCodePoint(1);var n=this.peekCodePoint(2);if((69===t||101===t)&&((r===cA||r===iA)&&BA(n)||BA(r)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=8;BA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[pA(A),e]},A.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),e=A[0],t=A[1],r=this.peekCodePoint(0),n=this.peekCodePoint(1),s=this.peekCodePoint(2);return fA(r,n,s)?{type:15,number:e,flags:t,unit:this.consumeName()}:37===r?(this.consumeCodePoint(),{type:16,number:e,flags:t}):{type:17,number:e,flags:t}},A.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(lA(A)){for(var e=a(A);lA(this.peekCodePoint(0))&&e.length<6;)e+=a(this.consumeCodePoint());uA(this.peekCodePoint(0))&&this.consumeCodePoint();var t=parseInt(e,16);return 0===t||function(A){return A>=55296&&A<=57343}(t)||t>1114111?65533:t}return A===aA?65533:A},A.prototype.consumeName=function(){for(var A="";;){var e=this.consumeCodePoint();if(gA(e))A+=a(e);else{if(!QA(e,this.peekCodePoint(0)))return this.reconsumeCodePoint(e),A;A+=a(this.consumeEscapedCodePoint())}}},A}(),VA=function(){function A(A){this._tokens=A}return A.create=function(e){var t=new GA;return t.write(e),new A(t.read())},A.parseValue=function(e){return A.create(e).parseComponentValue()},A.parseValues=function(e){return A.create(e).parseComponentValues()},A.prototype.parseComponentValue=function(){for(var A=this.consumeToken();31===A.type;)A=this.consumeToken();if(32===A.type)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var e=this.consumeComponentValue();do{A=this.consumeToken()}while(31===A.type);if(32===A.type)return e;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},A.prototype.parseComponentValues=function(){for(var A=[];;){var e=this.consumeComponentValue();if(32===e.type)return A;A.push(e),A.push()}},A.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A},A.prototype.consumeSimpleBlock=function(A){for(var e={type:A,values:[]},t=this.consumeToken();;){if(32===t.type||qA(t,A))return e;this.reconsumeToken(t),e.values.push(this.consumeComponentValue()),t=this.consumeToken()}},A.prototype.consumeFunction=function(A){for(var e={name:A.value,values:[],type:18};;){var t=this.consumeToken();if(32===t.type||3===t.type)return e;this.reconsumeToken(t),e.values.push(this.consumeComponentValue())}},A.prototype.consumeToken=function(){var A=this._tokens.shift();return void 0===A?kA:A},A.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},A}(),PA=function(A){return 15===A.type},RA=function(A){return 17===A.type},NA=function(A){return 20===A.type},XA=function(A){return 0===A.type},JA=function(A,e){return NA(A)&&A.value===e},YA=function(A){return 31!==A.type},WA=function(A){return 31!==A.type&&4!==A.type},ZA=function(A){var e=[],t=[];return A.forEach((function(A){if(4===A.type){if(0===t.length)throw new Error("Error parsing function args, zero tokens for arg");return e.push(t),void(t=[])}31!==A.type&&t.push(A)})),t.length&&e.push(t),e},qA=function(A,e){return 11===e&&12===A.type||28===e&&29===A.type||2===e&&3===A.type},zA=function(A){return 17===A.type||15===A.type},$A=function(A){return 16===A.type||zA(A)},Ae=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},ee={type:17,number:0,flags:4},te={type:16,number:50,flags:4},re={type:16,number:100,flags:4},ne=function(A,e,t){var r=A[0],n=A[1];return[se(r,e),se(void 0!==n?n:r,t)]},se=function(A,e){if(16===A.type)return A.number/100*e;if(PA(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},oe="grad",ie="turn",ce=function(A,e){if(15===e.type)switch(e.unit){case"deg":return Math.PI*e.number/180;case oe:return Math.PI/200*e.number;case"rad":return e.number;case ie:return 2*Math.PI*e.number}throw new Error("Unsupported angle type")},ae=function(A){return 15===A.type&&("deg"===A.unit||A.unit===oe||"rad"===A.unit||A.unit===ie)},Be=function(A){switch(A.filter(NA).map((function(A){return A.value})).join(" ")){case"to bottom right":case"to right bottom":case"left top":case"top left":return[ee,ee];case"to top":case"bottom":return le(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[ee,re];case"to right":case"left":return le(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[re,re];case"to bottom":case"top":return le(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[re,ee];case"to left":case"right":return le(270)}return 0},le=function(A){return Math.PI*A/180},ue=function(A,e){if(18===e.type){var t=Ue[e.name];if(void 0===t)throw new Error('Attempting to parse an unsupported color function "'+e.name+'"');return t(A,e.values)}if(5===e.type){if(3===e.value.length){var r=e.value.substring(0,1),n=e.value.substring(1,2),s=e.value.substring(2,3);return we(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),1)}if(4===e.value.length){r=e.value.substring(0,1),n=e.value.substring(1,2),s=e.value.substring(2,3);var o=e.value.substring(3,4);return we(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),parseInt(o+o,16)/255)}if(6===e.value.length)return r=e.value.substring(0,2),n=e.value.substring(2,4),s=e.value.substring(4,6),we(parseInt(r,16),parseInt(n,16),parseInt(s,16),1);if(8===e.value.length)return r=e.value.substring(0,2),n=e.value.substring(2,4),s=e.value.substring(4,6),o=e.value.substring(6,8),we(parseInt(r,16),parseInt(n,16),parseInt(s,16),parseInt(o,16)/255)}if(20===e.type){var i=me[e.value.toUpperCase()];if(void 0!==i)return i}return me.TRANSPARENT},de=function(A){return!(255&A)},ge=function(A){var e=255&A,t=255&A>>8,r=255&A>>16,n=255&A>>24;return e<255?"rgba("+n+","+r+","+t+","+e/255+")":"rgb("+n+","+r+","+t+")"},we=function(A,e,t,r){return(A<<24|e<<16|t<<8|Math.round(255*r))>>>0},Qe=function(A,e){if(17===A.type)return A.number;if(16===A.type){var t=3===e?1:255;return 3===e?A.number/100*t:Math.round(A.number/100*t)}return 0},fe=function(A,e){var t=e.filter(WA);if(3===t.length){var r=t.map(Qe),n=r[0],s=r[1],o=r[2];return we(n,s,o,1)}if(4===t.length){var i=t.map(Qe),c=(n=i[0],s=i[1],o=i[2],i[3]);return we(n,s,o,c)}return 0};function he(A,e,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(e-A)*t*6+A:t<.5?e:t<2/3?6*(e-A)*(2/3-t)+A:A}var pe=function(A,e){var t=e.filter(WA),r=t[0],n=t[1],s=t[2],o=t[3],i=(17===r.type?le(r.number):ce(A,r))/(2*Math.PI),c=$A(n)?n.number/100:0,a=$A(s)?s.number/100:0,B=void 0!==o&&$A(o)?se(o,1):1;if(0===c)return we(255*a,255*a,255*a,1);var l=a<=.5?a*(c+1):a+c-a*c,u=2*a-l,d=he(u,l,i+1/3),g=he(u,l,i),w=he(u,l,i-1/3);return we(255*d,255*g,255*w,B)},Ce=function(A,e,t){return Math.min(Math.max(A,e),t)},Ue={hsl:pe,hsla:pe,rgb:fe,rgba:fe,oklch:function(A,e){var t=e.filter(WA),r=t[0],n=t[1],s=t[2],o=t[3],i=$A(r)?r.number/100:0,c=$A(n)?n.number/100:0,a=17===s.type?le(s.number):ce(A,s),B=void 0!==o&&$A(o)?se(o,1):1,l=a/(180*Math.PI),u=255*i,d=128*c,g=d*Math.cos(l),w=d*Math.sin(l),Q=u-.57735*g-1.1547*w,f=u+1.73205*w;return we(Ce(u+g,0,255),Ce(Q,0,255),Ce(f,0,255),B)}},Fe=function(A,e){return ue(A,VA.create(e).parseComponentValue())},me={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},ye={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map((function(A){if(NA(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},je={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},He=function(A,e){var t=ue(A,e[0]),r=e[1];return r&&$A(r)?{color:t,stop:r}:{color:t,stop:null}},Ee=function(A,e){var t=A[0],r=A[A.length-1];null===t.stop&&(t.stop=ee),null===r.stop&&(r.stop=re);for(var n=[],s=0,o=0;o<A.length;o++){var i=A[o].stop;if(null!==i){var c=se(i,e);c>s?n.push(c):n.push(s),s=c}else n.push(null)}var a=null;for(o=0;o<n.length;o++){var B=n[o];if(null===B)null===a&&(a=o);else if(null!==a){for(var l=o-a,u=(B-n[a-1])/(l+1),d=1;d<=l;d++)n[a+d-1]=u*d;a=null}}return A.map((function(A,t){return{color:A.color,stop:Math.max(Math.min(1,n[t]/e),0)}}))},be=function(A,e,t){var r="number"==typeof A?A:function(A,e,t){var r=e/2,n=t/2,s=se(A[0],e)-r,o=n-se(A[1],t);return(Math.atan2(o,s)+2*Math.PI)%(2*Math.PI)}(A,e,t),n=Math.abs(e*Math.sin(r))+Math.abs(t*Math.cos(r)),s=e/2,o=t/2,i=n/2,c=Math.sin(r-Math.PI/2)*i,a=Math.cos(r-Math.PI/2)*i;return[n,s-a,s+a,o-c,o+c]},ve=function(A,e){return Math.sqrt(A*A+e*e)},Ie=function(A,e,t,r,n){return[[0,0],[0,e],[A,0],[A,e]].reduce((function(A,e){var s=e[0],o=e[1],i=ve(t-s,r-o);return(n?i<A.optimumDistance:i>A.optimumDistance)?{optimumCorner:e,optimumDistance:i}:A}),{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},Ke=function(A,e){var t=le(180),r=[];return ZA(e).forEach((function(e,n){if(0===n){var s=e[0];if(20===s.type&&-1!==["top","left","right","bottom"].indexOf(s.value))return void(t=Be(e));if(ae(s))return void(t=(ce(A,s)+le(270))%le(360))}var o=He(A,e);r.push(o)})),{angle:t,stops:r,type:1}},_e="closest-side",Le="farthest-side",xe="closest-corner",De="farthest-corner",Se="circle",Oe="ellipse",Te="cover",Me="contain",ke=function(A,e){var t=0,r=3,n=[],s=[];return ZA(e).forEach((function(e,o){var i=!0;if(0===o?i=e.reduce((function(A,e){if(NA(e))switch(e.value){case"center":return s.push(te),!1;case"top":case"left":return s.push(ee),!1;case"right":case"bottom":return s.push(re),!1}else if($A(e)||zA(e))return s.push(e),!1;return A}),i):1===o&&(i=e.reduce((function(A,e){if(NA(e))switch(e.value){case Se:return t=0,!1;case Oe:return t=1,!1;case Me:case _e:return r=0,!1;case Le:return r=1,!1;case xe:return r=2,!1;case Te:case De:return r=3,!1}else if(zA(e)||$A(e))return Array.isArray(r)||(r=[]),r.push(e),!1;return A}),i)),i){var c=He(A,e);n.push(c)}})),{size:r,shape:t,stops:n,position:s,type:2}},Ge=function(A,e){if(22===e.type){var t={url:e.value,type:0};return A.cache.addImage(e.value),t}if(18===e.type){var r=Pe[e.name];if(void 0===r)throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return r(A,e.values)}throw new Error("Unsupported image type "+e.type)};var Ve,Pe={"linear-gradient":function(A,e){var t=le(180),r=[];return ZA(e).forEach((function(e,n){if(0===n){var s=e[0];if(20===s.type&&"to"===s.value)return void(t=Be(e));if(ae(s))return void(t=ce(A,s))}var o=He(A,e);r.push(o)})),{angle:t,stops:r,type:1}},"-moz-linear-gradient":Ke,"-ms-linear-gradient":Ke,"-o-linear-gradient":Ke,"-webkit-linear-gradient":Ke,"radial-gradient":function(A,e){var t=0,r=3,n=[],s=[];return ZA(e).forEach((function(e,o){var i=!0;if(0===o){var c=!1;i=e.reduce((function(A,e){if(c)if(NA(e))switch(e.value){case"center":return s.push(te),A;case"top":case"left":return s.push(ee),A;case"right":case"bottom":return s.push(re),A}else($A(e)||zA(e))&&s.push(e);else if(NA(e))switch(e.value){case Se:return t=0,!1;case Oe:return t=1,!1;case"at":return c=!0,!1;case _e:return r=0,!1;case Te:case Le:return r=1,!1;case Me:case xe:return r=2,!1;case De:return r=3,!1}else if(zA(e)||$A(e))return Array.isArray(r)||(r=[]),r.push(e),!1;return A}),i)}if(i){var a=He(A,e);n.push(a)}})),{size:r,shape:t,stops:n,position:s,type:2}},"-moz-radial-gradient":ke,"-ms-radial-gradient":ke,"-o-radial-gradient":ke,"-webkit-radial-gradient":ke,"-webkit-gradient":function(A,e){var t=le(180),r=[],n=1;return ZA(e).forEach((function(e,t){var s=e[0];if(0===t){if(NA(s)&&"linear"===s.value)return void(n=1);if(NA(s)&&"radial"===s.value)return void(n=2)}if(18===s.type)if("from"===s.name){var o=ue(A,s.values[0]);r.push({stop:ee,color:o})}else if("to"===s.name)o=ue(A,s.values[0]),r.push({stop:re,color:o});else if("color-stop"===s.name){var i=s.values.filter(WA);if(2===i.length){o=ue(A,i[1]);var c=i[0];RA(c)&&r.push({stop:{type:16,number:100*c.number,flags:c.flags},color:o})}}})),1===n?{angle:(t+le(180))%le(360),stops:r,type:n}:{size:3,shape:0,stops:r,position:[],type:n}}},Re={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(0===e.length)return[];var t=e[0];return 20===t.type&&"none"===t.value?[]:e.filter((function(A){return WA(A)&&function(A){return!(20===A.type&&"none"===A.value||18===A.type&&!Pe[A.name])}(A)})).map((function(e){return Ge(A,e)}))}},Ne={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map((function(A){if(NA(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},Xe={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return ZA(e).map((function(A){return A.filter($A)})).map(Ae)}},Je={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return ZA(e).map((function(A){return A.filter(NA).map((function(A){return A.value})).join(" ")})).map(Ye)}},Ye=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}};!function(A){A.AUTO="auto",A.CONTAIN="contain",A.COVER="cover"}(Ve||(Ve={}));var We,Ze={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,e){return ZA(e).map((function(A){return A.filter(qe)}))}},qe=function(A){return NA(A)||$A(A)},ze=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},$e=ze("top"),At=ze("right"),et=ze("bottom"),tt=ze("left"),rt=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(A,e){return Ae(e.filter($A))}}},nt=rt("top-left"),st=rt("top-right"),ot=rt("bottom-right"),it=rt("bottom-left"),ct=function(A){return{name:"border-"+A+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,e){switch(e){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},at=ct("top"),Bt=ct("right"),lt=ct("bottom"),ut=ct("left"),dt=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return PA(e)?e.number:0}}},gt=dt("top"),wt=dt("right"),Qt=dt("bottom"),ft=dt("left"),ht={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},pt={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){return"rtl"===e?1:0}},Ct={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(NA).reduce((function(A,e){return A|Ut(e.value)}),0)}},Ut=function(A){switch(A){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},Ft={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},mt={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,e){return 20===e.type&&"normal"===e.value?0:17===e.type||15===e.type?e.number:0}};!function(A){A.NORMAL="normal",A.STRICT="strict"}(We||(We={}));var yt,jt={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return"strict"===e?We.STRICT:We.NORMAL}},Ht={name:"line-height",initialValue:"normal",prefix:!1,type:4},Et=function(A,e){return NA(A)&&"normal"===A.value?1.2*e:17===A.type?e*A.number:$A(A)?se(A,e):e},bt={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,e){return 20===e.type&&"none"===e.value?null:Ge(A,e)}},vt={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,e){return"inside"===e?0:1}},It={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":case"hebrew":return 22;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return-1}}},Kt=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},_t=Kt("top"),Lt=Kt("right"),xt=Kt("bottom"),Dt=Kt("left"),St={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(NA).map((function(A){switch(A.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}}))}},Ot={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return"break-word"===e?"break-word":"normal"}},Tt=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},Mt=Tt("top"),kt=Tt("right"),Gt=Tt("bottom"),Vt=Tt("left"),Pt={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,e){switch(e){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},Rt={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,e){switch(e){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},Nt={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return 1===e.length&&JA(e[0],"none")?[]:ZA(e).map((function(e){for(var t={color:me.TRANSPARENT,offsetX:ee,offsetY:ee,blur:ee},r=0,n=0;n<e.length;n++){var s=e[n];zA(s)?(0===r?t.offsetX=s:1===r?t.offsetY=s:t.blur=s,r++):t.color=ue(A,s)}return t}))}},Xt={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},Jt={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,e){if(20===e.type&&"none"===e.value)return null;if(18===e.type){var t=Yt[e.name];if(void 0===t)throw new Error('Attempting to parse an unsupported transform function "'+e.name+'"');return t(e.values)}return null}},Yt={matrix:function(A){var e=A.filter((function(A){return 17===A.type})).map((function(A){return A.number}));return 6===e.length?e:null},matrix3d:function(A){var e=A.filter((function(A){return 17===A.type})).map((function(A){return A.number})),t=e[0],r=e[1];e[2],e[3];var n=e[4],s=e[5];e[6],e[7],e[8],e[9],e[10],e[11];var o=e[12],i=e[13];return e[14],e[15],16===e.length?[t,r,n,s,o,i]:null}},Wt={type:16,number:50,flags:4},Zt=[Wt,Wt],qt={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,e){var t=e.filter($A);return 2!==t.length?Zt:[t[0],t[1]]}},zt={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"hidden":return 1;case"collapse":return 2;default:return 0}}};!function(A){A.NORMAL="normal",A.BREAK_ALL="break-all",A.KEEP_ALL="keep-all"}(yt||(yt={}));for(var $t={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"break-all":return yt.BREAK_ALL;case"keep-all":return yt.KEEP_ALL;default:return yt.NORMAL}}},Ar={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,e){if(20===e.type)return{auto:!0,order:0};if(RA(e))return{auto:!1,order:e.number};throw new Error("Invalid z-index number parsed")}},er={name:"time",parse:function(A,e){if(15===e.type)switch(e.unit.toLowerCase()){case"s":return 1e3*e.number;case"ms":return e.number}throw new Error("Unsupported time type")}},tr={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,e){return RA(e)?e.number:1}},rr={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},nr={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,e){return e.filter(NA).map((function(A){switch(A.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0})).filter((function(A){return 0!==A}))}},sr={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,e){var t=[],r=[];return e.forEach((function(A){switch(A.type){case 20:case 0:t.push(A.value);break;case 17:t.push(A.number.toString());break;case 4:r.push(t.join(" ")),t.length=0}})),t.length&&r.push(t.join(" ")),r.map((function(A){return-1===A.indexOf(" ")?A:"'"+A+"'"}))}},or={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},ir={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,e){return RA(e)?e.number:NA(e)&&"bold"===e.value?700:400}},cr={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.filter(NA).map((function(A){return A.value}))}},ar={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},Br=function(A,e){return!!(A&e)},lr={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(0===e.length)return[];var t=e[0];return 20===t.type&&"none"===t.value?[]:e}},ur={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return null;var t=e[0];if(20===t.type&&"none"===t.value)return null;for(var r=[],n=e.filter(YA),s=0;s<n.length;s++){var o=n[s],i=n[s+1];if(20===o.type){var c=i&&RA(i)?i.number:1;r.push({counter:o.value,increment:c})}}return r}},dr={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return[];for(var t=[],r=e.filter(YA),n=0;n<r.length;n++){var s=r[n],o=r[n+1];if(NA(s)&&"none"!==s.value){var i=o&&RA(o)?o.number:0;t.push({counter:s.value,reset:i})}}return t}},gr={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,e){return e.filter(PA).map((function(e){return er.parse(A,e)}))}},wr={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return null;var t=e[0];if(20===t.type&&"none"===t.value)return null;var r=[],n=e.filter(XA);if(n.length%2!=0)return null;for(var s=0;s<n.length;s+=2){var o=n[s].value,i=n[s+1].value;r.push({open:o,close:i})}return r}},Qr=function(A,e,t){if(!A)return"";var r=A[Math.min(e,A.length-1)];return r?t?r.open:r.close:""},fr={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return 1===e.length&&JA(e[0],"none")?[]:ZA(e).map((function(e){for(var t={color:255,offsetX:ee,offsetY:ee,blur:ee,spread:ee,inset:!1},r=0,n=0;n<e.length;n++){var s=e[n];JA(s,"inset")?t.inset=!0:zA(s)?(0===r?t.offsetX=s:1===r?t.offsetY=s:2===r?t.blur=s:t.spread=s,r++):t.color=ue(A,s)}return t}))}},hr={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,e){var t=[];return e.filter(NA).forEach((function(A){switch(A.value){case"stroke":t.push(1);break;case"fill":t.push(0);break;case"markers":t.push(2)}})),[0,1,2].forEach((function(A){-1===t.indexOf(A)&&t.push(A)})),t}},pr={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},Cr={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return PA(e)?e.number:0}},Ur={name:"objectFit",initialValue:"fill",prefix:!1,type:1,parse:function(A,e){return e.filter(NA).reduce((function(A,e){return A|Fr(e.value)}),0)}},Fr=function(A){switch(A){case"contain":return 2;case"cover":return 4;case"none":return 8;case"scale-down":return 16}return 0},mr=function(){function A(A,e){var t,r;this.animationDuration=Hr(A,gr,e.animationDuration),this.backgroundClip=Hr(A,ye,e.backgroundClip),this.backgroundColor=Hr(A,je,e.backgroundColor),this.backgroundImage=Hr(A,Re,e.backgroundImage),this.backgroundOrigin=Hr(A,Ne,e.backgroundOrigin),this.backgroundPosition=Hr(A,Xe,e.backgroundPosition),this.backgroundRepeat=Hr(A,Je,e.backgroundRepeat),this.backgroundSize=Hr(A,Ze,e.backgroundSize),this.borderTopColor=Hr(A,$e,e.borderTopColor),this.borderRightColor=Hr(A,At,e.borderRightColor),this.borderBottomColor=Hr(A,et,e.borderBottomColor),this.borderLeftColor=Hr(A,tt,e.borderLeftColor),this.borderTopLeftRadius=Hr(A,nt,e.borderTopLeftRadius),this.borderTopRightRadius=Hr(A,st,e.borderTopRightRadius),this.borderBottomRightRadius=Hr(A,ot,e.borderBottomRightRadius),this.borderBottomLeftRadius=Hr(A,it,e.borderBottomLeftRadius),this.borderTopStyle=Hr(A,at,e.borderTopStyle),this.borderRightStyle=Hr(A,Bt,e.borderRightStyle),this.borderBottomStyle=Hr(A,lt,e.borderBottomStyle),this.borderLeftStyle=Hr(A,ut,e.borderLeftStyle),this.borderTopWidth=Hr(A,gt,e.borderTopWidth),this.borderRightWidth=Hr(A,wt,e.borderRightWidth),this.borderBottomWidth=Hr(A,Qt,e.borderBottomWidth),this.borderLeftWidth=Hr(A,ft,e.borderLeftWidth),this.boxShadow=Hr(A,fr,e.boxShadow),this.color=Hr(A,ht,e.color),this.direction=Hr(A,pt,e.direction),this.display=Hr(A,Ct,e.display),this.float=Hr(A,Ft,e.cssFloat),this.fontFamily=Hr(A,sr,e.fontFamily),this.fontSize=Hr(A,or,e.fontSize),this.fontStyle=Hr(A,ar,e.fontStyle),this.fontVariant=Hr(A,cr,e.fontVariant),this.fontWeight=Hr(A,ir,e.fontWeight),this.letterSpacing=Hr(A,mt,e.letterSpacing),this.lineBreak=Hr(A,jt,e.lineBreak),this.lineHeight=Hr(A,Ht,e.lineHeight),this.listStyleImage=Hr(A,bt,e.listStyleImage),this.listStylePosition=Hr(A,vt,e.listStylePosition),this.listStyleType=Hr(A,It,e.listStyleType),this.marginTop=Hr(A,_t,e.marginTop),this.marginRight=Hr(A,Lt,e.marginRight),this.marginBottom=Hr(A,xt,e.marginBottom),this.marginLeft=Hr(A,Dt,e.marginLeft),this.opacity=Hr(A,tr,e.opacity);var n=Hr(A,St,e.overflow);this.overflowX=n[0],this.overflowY=n[n.length>1?1:0],this.overflowWrap=Hr(A,Ot,e.overflowWrap),this.paddingTop=Hr(A,Mt,e.paddingTop),this.paddingRight=Hr(A,kt,e.paddingRight),this.paddingBottom=Hr(A,Gt,e.paddingBottom),this.paddingLeft=Hr(A,Vt,e.paddingLeft),this.paintOrder=Hr(A,hr,e.paintOrder),this.position=Hr(A,Rt,e.position),this.textAlign=Hr(A,Pt,e.textAlign),this.textDecorationColor=Hr(A,rr,null!==(t=e.textDecorationColor)&&void 0!==t?t:e.color),this.textDecorationLine=Hr(A,nr,null!==(r=e.textDecorationLine)&&void 0!==r?r:e.textDecoration),this.textShadow=Hr(A,Nt,e.textShadow),this.textTransform=Hr(A,Xt,e.textTransform),this.transform=Hr(A,Jt,e.transform),this.transformOrigin=Hr(A,qt,e.transformOrigin),this.visibility=Hr(A,zt,e.visibility),this.webkitTextStrokeColor=Hr(A,pr,e.webkitTextStrokeColor),this.webkitTextStrokeWidth=Hr(A,Cr,e.webkitTextStrokeWidth),this.wordBreak=Hr(A,$t,e.wordBreak),this.zIndex=Hr(A,Ar,e.zIndex),this.objectFit=Hr(A,Ur,e.objectFit)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&0===this.visibility},A.prototype.isTransparent=function(){return de(this.backgroundColor)},A.prototype.isTransformed=function(){return null!==this.transform},A.prototype.isPositioned=function(){return 0!==this.position},A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},A.prototype.isFloating=function(){return 0!==this.float},A.prototype.isInlineLevel=function(){return Br(this.display,4)||Br(this.display,33554432)||Br(this.display,268435456)||Br(this.display,536870912)||Br(this.display,67108864)||Br(this.display,134217728)},A}(),yr=function(A,e){this.content=Hr(A,lr,e.content),this.quotes=Hr(A,wr,e.quotes)},jr=function(A,e){this.counterIncrement=Hr(A,ur,e.counterIncrement),this.counterReset=Hr(A,dr,e.counterReset)},Hr=function(A,e,t){var r=new GA,n=null!=t?t.toString():e.initialValue;r.write(n);var s=new VA(r.read());switch(e.type){case 2:var o=s.parseComponentValue();return e.parse(A,NA(o)?o.value:e.initialValue);case 0:return e.parse(A,s.parseComponentValue());case 1:return e.parse(A,s.parseComponentValues());case 4:return s.parseComponentValue();case 3:switch(e.format){case"angle":return ce(A,s.parseComponentValue());case"color":return ue(A,s.parseComponentValue());case"image":return Ge(A,s.parseComponentValue());case"length":var i=s.parseComponentValue();return zA(i)?i:ee;case"length-percentage":var c=s.parseComponentValue();return $A(c)?c:ee;case"time":return er.parse(A,s.parseComponentValue())}}},Er=function(A,e){var t=function(A){switch(A.getAttribute("data-html2canvas-debug")){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}}(A);return 1===t||e===t},br=function(A,e){this.context=A,this.textNodes=[],this.elements=[],this.flags=0,Er(e,3),this.styles=new mr(A,window.getComputedStyle(e,null)),Ln(e)&&(this.styles.animationDuration.some((function(A){return A>0}))&&(e.style.animationDuration="0s"),null!==this.styles.transform&&(e.style.transform="none")),this.bounds=i(this.context,e),Er(e,4)&&(this.flags|=16)},vr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ir="undefined"==typeof Uint8Array?[]:new Uint8Array(256),Kr=0;Kr<64;Kr++)Ir[vr.charCodeAt(Kr)]=Kr;for(var _r=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},Lr=function(){function A(A,e,t,r,n,s){this.initialValue=A,this.errorValue=e,this.highStart=t,this.highValueIndex=r,this.index=n,this.data=s}return A.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535)return e=((e=this.index[A>>5])<<2)+(31&A),this.data[e];if(A<=65535)return e=((e=this.index[2048+(A-55296>>5)])<<2)+(31&A),this.data[e];if(A<this.highStart)return e=2080+(A>>11),e=this.index[e],e+=A>>5&63,e=((e=this.index[e])<<2)+(31&A),this.data[e];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A}(),xr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Dr="undefined"==typeof Uint8Array?[]:new Uint8Array(256),Sr=0;Sr<64;Sr++)Dr[xr.charCodeAt(Sr)]=Sr;var Or,Tr=8,Mr=9,kr=11,Gr=12,Vr=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var o=A[n];o<=65535?r.push(o):(o-=65536,r.push(55296+(o>>10),o%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},Pr=function(A,e){var t,r,n,s=function(A){var e,t,r,n,s,o=.75*A.length,i=A.length,c=0;"="===A[A.length-1]&&(o--,"="===A[A.length-2]&&o--);var a="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(o):new Array(o),B=Array.isArray(a)?a:new Uint8Array(a);for(e=0;e<i;e+=4)t=Ir[A.charCodeAt(e)],r=Ir[A.charCodeAt(e+1)],n=Ir[A.charCodeAt(e+2)],s=Ir[A.charCodeAt(e+3)],B[c++]=t<<2|r>>4,B[c++]=(15&r)<<4|n>>2,B[c++]=(3&n)<<6|63&s;return a}(A),o=Array.isArray(s)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t}(s):new Uint32Array(s),i=Array.isArray(s)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t}(s):new Uint16Array(s),c=_r(i,12,o[4]/2),a=2===o[5]?_r(i,(24+o[4])/2):(t=o,r=Math.ceil((24+o[4])/4),t.slice?t.slice(r,n):new Uint32Array(Array.prototype.slice.call(t,r,n)));return new Lr(o[0],o[1],o[2],o[3],c,a)}("AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA="),Rr="×",Nr=function(A){return Pr.get(A)},Xr=function(A,e,t){var r=t-2,n=e[r],s=e[t-1],o=e[t];if(2===s&&3===o)return Rr;if(2===s||3===s||4===s)return"÷";if(2===o||3===o||4===o)return"÷";if(s===Tr&&-1!==[Tr,Mr,kr,Gr].indexOf(o))return Rr;if(!(s!==kr&&s!==Mr||o!==Mr&&10!==o))return Rr;if((s===Gr||10===s)&&10===o)return Rr;if(13===o||5===o)return Rr;if(7===o)return Rr;if(1===s)return Rr;if(13===s&&14===o){for(;5===n;)n=e[--r];if(14===n)return Rr}if(15===s&&15===o){for(var i=0;15===n;)i++,n=e[--r];if(i%2==0)return Rr}return"÷"},Jr=function(A){var e=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);56320==(64512&s)?e.push(((1023&n)<<10)+(1023&s)+65536):(e.push(n),t--)}else e.push(n)}return e}(A),t=e.length,r=0,n=0,s=e.map(Nr);return{next:function(){if(r>=t)return{done:!0,value:null};for(var A=Rr;r<t&&(A=Xr(0,s,++r))===Rr;);if(A!==Rr||r===t){var o=Vr.apply(null,e.slice(n,r));return n=r,{value:o,done:!1}}return{done:!0,value:null}}}},Yr=function(A){return 0===A[0]&&255===A[1]&&0===A[2]&&255===A[3]},Wr=function(A,e,t,r,n){var s="http://www.w3.org/2000/svg",o=document.createElementNS(s,"svg"),i=document.createElementNS(s,"foreignObject");return o.setAttributeNS(null,"width",A.toString()),o.setAttributeNS(null,"height",e.toString()),i.setAttributeNS(null,"width","100%"),i.setAttributeNS(null,"height","100%"),i.setAttributeNS(null,"x",t.toString()),i.setAttributeNS(null,"y",r.toString()),i.setAttributeNS(null,"externalResourcesRequired","true"),o.appendChild(i),i.appendChild(n),o},Zr=function(A){return new Promise((function(e,t){var r=new Image;r.onload=function(){return e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(A))}))},qr={get SUPPORT_RANGE_BOUNDS(){var A=function(A){if(A.createRange){var e=A.createRange();if(e.getBoundingClientRect){var t=A.createElement("boundtest");t.style.height="123px",t.style.display="block",A.body.appendChild(t),e.selectNode(t);var r=e.getBoundingClientRect(),n=Math.round(r.height);if(A.body.removeChild(t),123===n)return!0}}return!1}(document);return Object.defineProperty(qr,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=qr.SUPPORT_RANGE_BOUNDS&&function(A){var e=A.createElement("boundtest");e.style.width="50px",e.style.display="block",e.style.fontSize="12px",e.style.letterSpacing="0px",e.style.wordSpacing="0px",A.body.appendChild(e);var t=A.createRange();e.innerHTML="function"==typeof"".repeat?"👨".repeat(10):"";var r=e.firstChild,n=c(r.data).map((function(A){return a(A)})),s=0,o={},i=n.every((function(A,e){t.setStart(r,s),t.setEnd(r,s+A.length);var n=t.getBoundingClientRect();s+=A.length;var i=n.x>o.x||n.y>o.y;return o=n,0===e||i}));return A.body.removeChild(e),i}(document);return Object.defineProperty(qr,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=function(A){var e=new Image,t=A.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;e.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(e,0,0),t.toDataURL()}catch(A){return!1}return!0}(document);return Object.defineProperty(qr,"SUPPORT_SVG_DRAWING",{value:A}),A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A="function"==typeof Array.from&&"function"==typeof window.fetch?function(A){var e=A.createElement("canvas"),t=100;e.width=t,e.height=t;var r=e.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,t,t);var n=new Image,s=e.toDataURL();n.src=s;var o=Wr(t,t,0,0,n);return r.fillStyle="red",r.fillRect(0,0,t,t),Zr(o).then((function(e){r.drawImage(e,0,0);var n=r.getImageData(0,0,t,t).data;r.fillStyle="red",r.fillRect(0,0,t,t);var o=A.createElement("div");return o.style.backgroundImage="url("+s+")",o.style.height=t+"px",Yr(n)?Zr(Wr(t,t,0,0,o)):Promise.reject(!1)})).then((function(A){return r.drawImage(A,0,0),Yr(r.getImageData(0,0,t,t).data)})).catch((function(){return!1}))}(document):Promise.resolve(!1);return Object.defineProperty(qr,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=void 0!==(new Image).crossOrigin;return Object.defineProperty(qr,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A="string"==typeof(new XMLHttpRequest).responseType;return Object.defineProperty(qr,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(qr,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!("undefined"==typeof Intl||!Intl.Segmenter);return Object.defineProperty(qr,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},zr=function(A,e){this.text=A,this.bounds=e},$r=function(A,e){var t=e.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(e.cloneNode(!0));var n=e.parentNode;if(n){n.replaceChild(r,e);var s=i(A,r);return r.firstChild&&n.replaceChild(r.firstChild,r),s}}return o.EMPTY},An=function(A,e,t){var r=A.ownerDocument;if(!r)throw new Error("Node has no owner document");var n=r.createRange();return n.setStart(A,e),n.setEnd(A,e+t),n},en=function(A){if(qr.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(e.segment(A)).map((function(A){return A.segment}))}return function(A){for(var e,t=Jr(A),r=[];!(e=t.next()).done;)e.value&&r.push(e.value.slice());return r}(A)},tn=function(A,e){return 0!==e.letterSpacing?en(A):function(A,e){if(qr.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(A)).map((function(A){return A.segment}))}return nn(A,e)}(A,e)},rn=[32,160,4961,65792,65793,4153,4241],nn=function(A,e){for(var t,r=function(A,e){var t=c(A),r=sA(t,e),n=r[0],s=r[1],o=r[2],i=t.length,a=0,B=0;return{next:function(){if(B>=i)return{done:!0,value:null};for(var A=X;B<i&&(A=nA(t,s,n,++B,o))===X;);if(A!==X||B===i){var e=new oA(t,A,a,B);return a=B,{value:e,done:!1}}return{done:!0,value:null}}}}(A,{lineBreak:e.lineBreak,wordBreak:"break-word"===e.overflowWrap?"break-word":e.wordBreak}),n=[],s=function(){if(t.value){var A=t.value.slice(),e=c(A),r="";e.forEach((function(A){-1===rn.indexOf(A)?r+=a(A):(r.length&&n.push(r),n.push(a(A)),r="")})),r.length&&n.push(r)}};!(t=r.next()).done;)s();return n},sn=function(A,e,t){this.text=on(e.data,t.textTransform),this.textBounds=function(A,e,t,r){var n=tn(e,t),s=[],i=0;return n.forEach((function(e){if(t.textDecorationLine.length||e.trim().length>0)if(qr.SUPPORT_RANGE_BOUNDS){var n=An(r,i,e.length).getClientRects();if(n.length>1){var c=en(e),a=0;c.forEach((function(e){s.push(new zr(e,o.fromDOMRectList(A,An(r,a+i,e.length).getClientRects()))),a+=e.length}))}else s.push(new zr(e,o.fromDOMRectList(A,n)))}else{var B=r.splitText(e.length);s.push(new zr(e,$r(A,r))),r=B}else qr.SUPPORT_RANGE_BOUNDS||(r=r.splitText(e.length));i+=e.length})),s}(A,this.text,t,e)},on=function(A,e){switch(e){case 1:return A.toLowerCase();case 3:return A.replace(cn,an);case 2:return A.toUpperCase();default:return A}},cn=/(^|\s|:|-|\(|\))([a-z])/g,an=function(A,e,t){return A.length>0?e+t.toUpperCase():A},Bn=function(A){function t(e,t){var r=A.call(this,e,t)||this;return r.src=t.currentSrc||t.src,r.intrinsicWidth=t.naturalWidth,r.intrinsicHeight=t.naturalHeight,r.context.cache.addImage(r.src),r}return e(t,A),t}(br),ln=function(A){function t(e,t){var r=A.call(this,e,t)||this;return r.canvas=t,r.intrinsicWidth=t.width,r.intrinsicHeight=t.height,r}return e(t,A),t}(br),un=function(A){function t(e,t){var r=A.call(this,e,t)||this,n=new XMLSerializer,s=i(e,t);return t.setAttribute("width",s.width+"px"),t.setAttribute("height",s.height+"px"),r.svg="data:image/svg+xml,"+encodeURIComponent(n.serializeToString(t)),r.intrinsicWidth=t.width.baseVal.value,r.intrinsicHeight=t.height.baseVal.value,r.context.cache.addImage(r.svg),r}return e(t,A),t}(br),dn=function(A){function t(e,t){var r=A.call(this,e,t)||this;return r.value=t.value,r}return e(t,A),t}(br),gn=function(A){function t(e,t){var r=A.call(this,e,t)||this;return r.start=t.start,r.reversed="boolean"==typeof t.reversed&&!0===t.reversed,r}return e(t,A),t}(br),wn=[{type:15,flags:0,unit:"px",number:3}],Qn=[{type:16,flags:0,number:50}],fn="checkbox",hn="radio",pn="password",Cn=707406591,Un=function(A){function t(e,t){var r,n,s,i=A.call(this,e,t)||this;switch(i.type=t.type.toLowerCase(),i.checked=t.checked,i.value=0===(s=(n=t).type===pn?new Array(n.value.length+1).join("•"):n.value).length?n.placeholder||"":s,i.type!==fn&&i.type!==hn||(i.styles.backgroundColor=3739148031,i.styles.borderTopColor=i.styles.borderRightColor=i.styles.borderBottomColor=i.styles.borderLeftColor=2779096575,i.styles.borderTopWidth=i.styles.borderRightWidth=i.styles.borderBottomWidth=i.styles.borderLeftWidth=1,i.styles.borderTopStyle=i.styles.borderRightStyle=i.styles.borderBottomStyle=i.styles.borderLeftStyle=1,i.styles.backgroundClip=[0],i.styles.backgroundOrigin=[0],i.bounds=(r=i.bounds).width>r.height?new o(r.left+(r.width-r.height)/2,r.top,r.height,r.height):r.width<r.height?new o(r.left,r.top+(r.height-r.width)/2,r.width,r.width):r),i.type){case fn:i.styles.borderTopRightRadius=i.styles.borderTopLeftRadius=i.styles.borderBottomRightRadius=i.styles.borderBottomLeftRadius=wn;break;case hn:i.styles.borderTopRightRadius=i.styles.borderTopLeftRadius=i.styles.borderBottomRightRadius=i.styles.borderBottomLeftRadius=Qn}return i}return e(t,A),t}(br),Fn=function(A){function t(e,t){var r=A.call(this,e,t)||this,n=t.options[t.selectedIndex||0];return r.value=n&&n.text||"",r}return e(t,A),t}(br),mn=function(A){function t(e,t){var r=A.call(this,e,t)||this;return r.value=t.value,r}return e(t,A),t}(br),yn=function(A){function t(e,t){var r=A.call(this,e,t)||this;r.src=t.src,r.width=parseInt(t.width,10)||0,r.height=parseInt(t.height,10)||0,r.backgroundColor=r.styles.backgroundColor;try{if(t.contentWindow&&t.contentWindow.document&&t.contentWindow.document.documentElement){r.tree=bn(e,t.contentWindow.document.documentElement);var n=t.contentWindow.document.documentElement?Fe(e,getComputedStyle(t.contentWindow.document.documentElement).backgroundColor):me.TRANSPARENT,s=t.contentWindow.document.body?Fe(e,getComputedStyle(t.contentWindow.document.body).backgroundColor):me.TRANSPARENT;r.backgroundColor=de(n)?de(s)?r.styles.backgroundColor:s:n}}catch(A){}return r}return e(t,A),t}(br),jn=["OL","UL","MENU"],Hn=function(A,e,t,r){for(var n=e.firstChild,s=void 0;n;n=s)if(s=n.nextSibling,Kn(n)&&n.data.trim().length>0)t.textNodes.push(new sn(A,n,t.styles));else if(_n(n))if(Jn(n)&&n.assignedNodes)n.assignedNodes().forEach((function(e){return Hn(A,e,t,r)}));else{var o=En(A,n);o.styles.isVisible()&&(vn(n,o,r)?o.flags|=4:In(o.styles)&&(o.flags|=2),-1!==jn.indexOf(n.tagName)&&(o.flags|=8),t.elements.push(o),n.slot,n.shadowRoot?Hn(A,n.shadowRoot,o,r):Nn(n)||Tn(n)||Xn(n)||Hn(A,n,o,r))}},En=function(A,e){return Vn(e)?new Bn(A,e):kn(e)?new ln(A,e):Tn(e)?new un(A,e):Dn(e)?new dn(A,e):Sn(e)?new gn(A,e):On(e)?new Un(A,e):Xn(e)?new Fn(A,e):Nn(e)?new mn(A,e):Pn(e)?new yn(A,e):new br(A,e)},bn=function(A,e){var t=En(A,e);return t.flags|=4,Hn(A,e,t,t),t},vn=function(A,e,t){return e.styles.isPositionedWithZIndex()||e.styles.opacity<1||e.styles.isTransformed()||Mn(A)&&t.styles.isTransparent()},In=function(A){return A.isPositioned()||A.isFloating()},Kn=function(A){return A.nodeType===Node.TEXT_NODE},_n=function(A){return A.nodeType===Node.ELEMENT_NODE},Ln=function(A){return _n(A)&&void 0!==A.style&&!xn(A)},xn=function(A){return"object"==typeof A.className},Dn=function(A){return"LI"===A.tagName},Sn=function(A){return"OL"===A.tagName},On=function(A){return"INPUT"===A.tagName},Tn=function(A){return"svg"===A.tagName},Mn=function(A){return"BODY"===A.tagName},kn=function(A){return"CANVAS"===A.tagName},Gn=function(A){return"VIDEO"===A.tagName},Vn=function(A){return"IMG"===A.tagName},Pn=function(A){return"IFRAME"===A.tagName},Rn=function(A){return"STYLE"===A.tagName},Nn=function(A){return"TEXTAREA"===A.tagName},Xn=function(A){return"SELECT"===A.tagName},Jn=function(A){return"SLOT"===A.tagName},Yn=function(A){return A.tagName.indexOf("-")>0},Wn=function(){function A(){this.counters={}}return A.prototype.getCounterValue=function(A){var e=this.counters[A];return e&&e.length?e[e.length-1]:1},A.prototype.getCounterValues=function(A){return this.counters[A]||[]},A.prototype.pop=function(A){var e=this;A.forEach((function(A){return e.counters[A].pop()}))},A.prototype.parse=function(A){var e=this,t=A.counterIncrement,r=A.counterReset,n=!0;null!==t&&t.forEach((function(A){var t=e.counters[A.counter];t&&0!==A.increment&&(n=!1,t.length||t.push(1),t[Math.max(0,t.length-1)]+=A.increment)}));var s=[];return n&&r.forEach((function(A){var t=e.counters[A.counter];s.push(A.counter),t||(t=e.counters[A.counter]=[]),t.push(A.reset)})),s},A}(),Zn={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},qn={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},zn={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},$n={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},As=function(A,e,t,r,n,s){return A<e||A>t?as(A,n,s.length>0):r.integers.reduce((function(e,t,n){for(;A>=t;)A-=t,e+=r.values[n];return e}),"")+s},es=function(A,e,t,r){var n="";do{t||A--,n=r(A)+n,A/=e}while(A*e>=e);return n},ts=function(A,e,t,r,n){var s=t-e+1;return(A<0?"-":"")+(es(Math.abs(A),s,r,(function(A){return a(Math.floor(A%s)+e)}))+n)},rs=function(A,e,t){void 0===t&&(t=". ");var r=e.length;return es(Math.abs(A),r,!1,(function(A){return e[Math.floor(A%r)]}))+t},ns=function(A,e,t,r,n,s){if(A<-9999||A>9999)return as(A,4,n.length>0);var o=Math.abs(A),i=n;if(0===o)return e[0]+i;for(var c=0;o>0&&c<=4;c++){var a=o%10;0===a&&Br(s,1)&&""!==i?i=e[a]+i:a>1||1===a&&0===c||1===a&&1===c&&Br(s,2)||1===a&&1===c&&Br(s,4)&&A>100||1===a&&c>1&&Br(s,8)?i=e[a]+(c>0?t[c-1]:"")+i:1===a&&c>0&&(i=t[c-1]+i),o=Math.floor(o/10)}return(A<0?r:"")+i},ss="十百千萬",os="拾佰仟萬",is="マイナス",cs="마이너스",as=function(A,e,t){var r=t?". ":"",n=t?"、":"",s=t?", ":"",o=t?" ":"";switch(e){case 0:return"•"+o;case 1:return"◦"+o;case 2:return"◾"+o;case 5:var i=ts(A,48,57,!0,r);return i.length<4?"0"+i:i;case 4:return rs(A,"〇一二三四五六七八九",n);case 6:return As(A,1,3999,Zn,3,r).toLowerCase();case 7:return As(A,1,3999,Zn,3,r);case 8:return ts(A,945,969,!1,r);case 9:return ts(A,97,122,!1,r);case 10:return ts(A,65,90,!1,r);case 11:return ts(A,1632,1641,!0,r);case 12:case 49:return As(A,1,9999,qn,3,r);case 35:return As(A,1,9999,qn,3,r).toLowerCase();case 13:return ts(A,2534,2543,!0,r);case 14:case 30:return ts(A,6112,6121,!0,r);case 15:return rs(A,"子丑寅卯辰巳午未申酉戌亥",n);case 16:return rs(A,"甲乙丙丁戊己庚辛壬癸",n);case 17:case 48:return ns(A,"零一二三四五六七八九",ss,"負",n,14);case 47:return ns(A,"零壹貳參肆伍陸柒捌玖",os,"負",n,15);case 42:return ns(A,"零一二三四五六七八九",ss,"负",n,14);case 41:return ns(A,"零壹贰叁肆伍陆柒捌玖",os,"负",n,15);case 26:return ns(A,"〇一二三四五六七八九","十百千万",is,n,0);case 25:return ns(A,"零壱弐参四伍六七八九","拾百千万",is,n,7);case 31:return ns(A,"영일이삼사오육칠팔구","십백천만",cs,s,7);case 33:return ns(A,"零一二三四五六七八九","十百千萬",cs,s,0);case 32:return ns(A,"零壹貳參四五六七八九","拾百千",cs,s,7);case 18:return ts(A,2406,2415,!0,r);case 20:return As(A,1,19999,$n,3,r);case 21:return ts(A,2790,2799,!0,r);case 22:return ts(A,2662,2671,!0,r);case 22:return As(A,1,10999,zn,3,r);case 23:return rs(A,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case 24:return rs(A,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case 27:return ts(A,3302,3311,!0,r);case 28:return rs(A,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",n);case 29:return rs(A,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",n);case 34:return ts(A,3792,3801,!0,r);case 37:return ts(A,6160,6169,!0,r);case 38:return ts(A,4160,4169,!0,r);case 39:return ts(A,2918,2927,!0,r);case 40:return ts(A,1776,1785,!0,r);case 43:return ts(A,3046,3055,!0,r);case 44:return ts(A,3174,3183,!0,r);case 45:return ts(A,3664,3673,!0,r);case 46:return ts(A,3872,3881,!0,r);default:return ts(A,48,57,!0,r)}},Bs="data-html2canvas-ignore",ls=function(){function A(A,e,t){if(this.context=A,this.options=t,this.scrolledElements=[],this.referenceElement=e,this.counters=new Wn,this.quoteDepth=0,!e.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(e.ownerDocument.documentElement,!1)}return A.prototype.toIFrame=function(A,e){var t=this,s=ds(A,e);if(!s.contentWindow)return Promise.reject("Unable to find iframe window");var o=A.defaultView.pageXOffset,i=A.defaultView.pageYOffset,c=s.contentWindow,a=c.document,B=Qs(s).then((function(){return r(t,void 0,void 0,(function(){var A,t;return n(this,(function(r){switch(r.label){case 0:return this.scrolledElements.forEach(Us),c&&(c.scrollTo(e.left,e.top),!/(iPad|iPhone|iPod)/g.test(navigator.userAgent)||c.scrollY===e.top&&c.scrollX===e.left||(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(c.scrollX-e.left,c.scrollY-e.top,0,0))),A=this.options.onclone,void 0===(t=this.clonedReferenceElement)?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:a.fonts&&a.fonts.ready?[4,a.fonts.ready]:[3,2];case 1:r.sent(),r.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,ws(a)]:[3,4];case 3:r.sent(),r.label=4;case 4:return"function"==typeof A?[2,Promise.resolve().then((function(){return A(a,t)})).then((function(){return s}))]:[2,s]}}))}))}));return a.open(),a.write(ps(document.doctype)+"<html></html>"),Cs(this.referenceElement.ownerDocument,o,i),a.replaceChild(a.adoptNode(this.documentElement),a.documentElement),a.close(),B},A.prototype.createElementClone=function(A){if(Er(A,2),kn(A))return this.createCanvasClone(A);if(Gn(A))return this.createVideoClone(A);if(Rn(A))return this.createStyleClone(A);var e=A.cloneNode(!1);return Vn(e)&&(Vn(A)&&A.currentSrc&&A.currentSrc!==A.src&&(e.src=A.currentSrc,e.srcset=""),"lazy"===e.loading&&(e.loading="eager")),Yn(e)?this.createCustomElementClone(e):e},A.prototype.createCustomElementClone=function(A){var e=document.createElement("html2canvascustomelement");return hs(A.style,e),e},A.prototype.createStyleClone=function(A){try{var e=A.sheet;if(e&&e.cssRules){var t=[].slice.call(e.cssRules,0).reduce((function(A,e){return e&&"string"==typeof e.cssText?A+e.cssText:A}),""),r=A.cloneNode(!1);return r.textContent=t,r}}catch(A){if(this.context.logger.error("Unable to access cssRules property",A),"SecurityError"!==A.name)throw A}return A.cloneNode(!1)},A.prototype.createCanvasClone=function(A){var e;if(this.options.inlineImages&&A.ownerDocument){var t=A.ownerDocument.createElement("img");try{return t.src=A.toDataURL(),t}catch(e){this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var r=A.cloneNode(!1);try{r.width=A.width,r.height=A.height;var n=A.getContext("2d"),s=r.getContext("2d");if(s)if(!this.options.allowTaint&&n)s.putImageData(n.getImageData(0,0,A.width,A.height),0,0);else{var o=null!==(e=A.getContext("webgl2"))&&void 0!==e?e:A.getContext("webgl");if(o){var i=o.getContextAttributes();!1===(null==i?void 0:i.preserveDrawingBuffer)&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}s.drawImage(A,0,0)}return r}catch(e){this.context.logger.info("Unable to clone canvas as it is tainted",A)}return r},A.prototype.createVideoClone=function(A){var e=A.ownerDocument.createElement("canvas");e.width=A.offsetWidth,e.height=A.offsetHeight;var t=e.getContext("2d");try{return t&&(t.drawImage(A,0,0,e.width,e.height),this.options.allowTaint||t.getImageData(0,0,e.width,e.height)),e}catch(e){this.context.logger.info("Unable to clone video as it is tainted",A)}var r=A.ownerDocument.createElement("canvas");return r.width=A.offsetWidth,r.height=A.offsetHeight,r},A.prototype.appendChildNode=function(A,e,t){_n(e)&&("SCRIPT"===e.tagName||e.hasAttribute(Bs)||"function"==typeof this.options.ignoreElements&&this.options.ignoreElements(e))||this.options.copyStyles&&_n(e)&&Rn(e)||A.appendChild(this.cloneNode(e,t))},A.prototype.cloneChildNodes=function(A,e,t){for(var r=this,n=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;n;n=n.nextSibling)if(_n(n)&&Jn(n)&&"function"==typeof n.assignedNodes){var s=n.assignedNodes();s.length&&s.forEach((function(A){return r.appendChildNode(e,A,t)}))}else this.appendChildNode(e,n,t)},A.prototype.cloneNode=function(A,e){if(Kn(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var t=A.ownerDocument.defaultView;if(t&&_n(A)&&(Ln(A)||xn(A))){var r=this.createElementClone(A);r.style.transitionProperty="none";var n=t.getComputedStyle(A),s=t.getComputedStyle(A,":before"),o=t.getComputedStyle(A,":after");this.referenceElement===A&&Ln(r)&&(this.clonedReferenceElement=r),Mn(r)&&js(r);var i=this.counters.parse(new jr(this.context,n)),c=this.resolvePseudoContent(A,r,s,Or.BEFORE);Yn(A)&&(e=!0),Gn(A)||this.cloneChildNodes(A,r,e),c&&r.insertBefore(c,r.firstChild);var a=this.resolvePseudoContent(A,r,o,Or.AFTER);return a&&r.appendChild(a),this.counters.pop(i),(n&&(this.options.copyStyles||xn(A))&&!Pn(A)||e)&&hs(n,r),0===A.scrollTop&&0===A.scrollLeft||this.scrolledElements.push([r,A.scrollLeft,A.scrollTop]),(Nn(A)||Xn(A))&&(Nn(r)||Xn(r))&&(r.value=A.value),r}return A.cloneNode(!1)},A.prototype.resolvePseudoContent=function(A,e,t,r){var n=this;if(t){var s=t.content,o=e.ownerDocument;if(o&&s&&"none"!==s&&"-moz-alt-content"!==s&&"none"!==t.display){this.counters.parse(new jr(this.context,t));var i=new yr(this.context,t),c=o.createElement("html2canvaspseudoelement");hs(t,c),i.content.forEach((function(e){if(0===e.type)c.appendChild(o.createTextNode(e.value));else if(22===e.type){var t=o.createElement("img");t.src=e.value,t.style.opacity="1",c.appendChild(t)}else if(18===e.type){if("attr"===e.name){var r=e.values.filter(NA);r.length&&c.appendChild(o.createTextNode(A.getAttribute(r[0].value)||""))}else if("counter"===e.name){var s=e.values.filter(WA),a=s[0],B=s[1];if(a&&NA(a)){var l=n.counters.getCounterValue(a.value),u=B&&NA(B)?It.parse(n.context,B.value):3;c.appendChild(o.createTextNode(as(l,u,!1)))}}else if("counters"===e.name){var d=e.values.filter(WA),g=(a=d[0],d[1]);if(B=d[2],a&&NA(a)){var w=n.counters.getCounterValues(a.value),Q=B&&NA(B)?It.parse(n.context,B.value):3,f=g&&0===g.type?g.value:"",h=w.map((function(A){return as(A,Q,!1)})).join(f);c.appendChild(o.createTextNode(h))}}}else if(20===e.type)switch(e.value){case"open-quote":c.appendChild(o.createTextNode(Qr(i.quotes,n.quoteDepth++,!0)));break;case"close-quote":c.appendChild(o.createTextNode(Qr(i.quotes,--n.quoteDepth,!1)));break;default:c.appendChild(o.createTextNode(e.value))}})),c.className=Fs+" "+ms;var a=r===Or.BEFORE?" "+Fs:" "+ms;return xn(e)?e.className.baseValue+=a:e.className+=a,c}}},A.destroy=function(A){return!!A.parentNode&&(A.parentNode.removeChild(A),!0)},A}();!function(A){A[A.BEFORE=0]="BEFORE",A[A.AFTER=1]="AFTER"}(Or||(Or={}));var us,ds=function(A,e){var t=A.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=e.width.toString(),t.height=e.height.toString(),t.scrolling="no",t.setAttribute(Bs,"true"),A.body.appendChild(t),t},gs=function(A){return new Promise((function(e){A.complete?e():A.src?(A.onload=e,A.onerror=e):e()}))},ws=function(A){return Promise.all([].slice.call(A.images,0).map(gs))},Qs=function(A){return new Promise((function(e,t){var r=A.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=A.onload=function(){r.onload=A.onload=null;var t=setInterval((function(){n.body.childNodes.length>0&&"complete"===n.readyState&&(clearInterval(t),e(A))}),50)}}))},fs=["all","d","content"],hs=function(A,e){for(var t=A.length-1;t>=0;t--){var r=A.item(t);-1===fs.indexOf(r)&&e.style.setProperty(r,A.getPropertyValue(r))}return e},ps=function(A){var e="";return A&&(e+="<!DOCTYPE ",A.name&&(e+=A.name),A.internalSubset&&(e+=A.internalSubset),A.publicId&&(e+='"'+A.publicId+'"'),A.systemId&&(e+='"'+A.systemId+'"'),e+=">"),e},Cs=function(A,e,t){A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(e,t)},Us=function(A){var e=A[0],t=A[1],r=A[2];e.scrollLeft=t,e.scrollTop=r},Fs="___html2canvas___pseudoelement_before",ms="___html2canvas___pseudoelement_after",ys='{\n content: "" !important;\n display: none !important;\n}',js=function(A){Hs(A,"."+Fs+":before"+ys+"\n ."+ms+":after"+ys)},Hs=function(A,e){var t=A.ownerDocument;if(t){var r=t.createElement("style");r.textContent=e,A.appendChild(r)}},Es=function(){function A(){}return A.getOrigin=function(e){var t=A._link;return t?(t.href=e,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},A.isSameOrigin=function(e){return A.getOrigin(e)===A._origin},A.setContext=function(e){A._link=e.document.createElement("a"),A._origin=A.getOrigin(e.location.href)},A._origin="about:blank",A}(),bs=function(){function A(A,e){this.context=A,this._options=e,this._cache={}}return A.prototype.addImage=function(A){var e=Promise.resolve();return this.has(A)?e:Ds(A)||_s(A)?((this._cache[A]=this.loadImage(A)).catch((function(){})),e):e},A.prototype.match=function(A){return this._cache[A]},A.prototype.loadImage=function(A){return r(this,void 0,void 0,(function(){var e,t,r,s,o=this;return n(this,(function(n){switch(n.label){case 0:return e=Es.isSameOrigin(A),t=!Ls(A)&&!0===this._options.useCORS&&qr.SUPPORT_CORS_IMAGES&&!e,r=!Ls(A)&&!e&&!Ds(A)&&"string"==typeof this._options.proxy&&qr.SUPPORT_CORS_XHR&&!t,e||!1!==this._options.allowTaint||Ls(A)||Ds(A)||r||t?(s=A,r?[4,this.proxy(s)]:[3,2]):[2];case 1:s=n.sent(),n.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise((function(A,e){var r=new Image;r.onload=function(){return A(r)},r.onerror=e,(xs(s)||t)&&(r.crossOrigin="anonymous"),r.src=s,!0===r.complete&&setTimeout((function(){return A(r)}),500),o._options.imageTimeout>0&&setTimeout((function(){return e("Timed out ("+o._options.imageTimeout+"ms) loading image")}),o._options.imageTimeout)}))];case 3:return[2,n.sent()]}}))}))},A.prototype.has=function(A){return void 0!==this._cache[A]},A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},A.prototype.proxy=function(A){var e=this,t=this._options.proxy;if(!t)throw new Error("No proxy defined");var r=A.substring(0,256);return new Promise((function(n,s){var o=qr.SUPPORT_RESPONSE_TYPE?"blob":"text",i=new XMLHttpRequest;i.onload=function(){if(200===i.status)if("text"===o)n(i.response);else{var A=new FileReader;A.addEventListener("load",(function(){return n(A.result)}),!1),A.addEventListener("error",(function(A){return s(A)}),!1),A.readAsDataURL(i.response)}else s("Failed to proxy resource "+r+" with status code "+i.status)},i.onerror=s;var c=t.indexOf("?")>-1?"&":"?";if(i.open("GET",""+t+c+"url="+encodeURIComponent(A)+"&responseType="+o),"text"!==o&&i instanceof XMLHttpRequest&&(i.responseType=o),e._options.imageTimeout){var a=e._options.imageTimeout;i.timeout=a,i.ontimeout=function(){return s("Timed out ("+a+"ms) proxying "+r)}}i.send()}))},A}(),vs=/^data:image\/svg\+xml/i,Is=/^data:image\/.*;base64,/i,Ks=/^data:image\/.*/i,_s=function(A){return qr.SUPPORT_SVG_DRAWING||!Ss(A)},Ls=function(A){return Ks.test(A)},xs=function(A){return Is.test(A)},Ds=function(A){return"blob"===A.substr(0,4)},Ss=function(A){return"svg"===A.substr(-3).toLowerCase()||vs.test(A)},Os=function(){function A(A,e){this.type=0,this.x=A,this.y=e}return A.prototype.add=function(e,t){return new A(this.x+e,this.y+t)},A}(),Ts=function(A,e,t){return new Os(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},Ms=function(){function A(A,e,t,r){this.type=1,this.start=A,this.startControl=e,this.endControl=t,this.end=r}return A.prototype.subdivide=function(e,t){var r=Ts(this.start,this.startControl,e),n=Ts(this.startControl,this.endControl,e),s=Ts(this.endControl,this.end,e),o=Ts(r,n,e),i=Ts(n,s,e),c=Ts(o,i,e);return t?new A(this.start,r,o,c):new A(c,i,s,this.end)},A.prototype.add=function(e,t){return new A(this.start.add(e,t),this.startControl.add(e,t),this.endControl.add(e,t),this.end.add(e,t))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A}(),ks=function(A){return 1===A.type},Gs=function(A){var e=A.styles,t=A.bounds,r=ne(e.borderTopLeftRadius,t.width,t.height),n=r[0],s=r[1],o=ne(e.borderTopRightRadius,t.width,t.height),i=o[0],c=o[1],a=ne(e.borderBottomRightRadius,t.width,t.height),B=a[0],l=a[1],u=ne(e.borderBottomLeftRadius,t.width,t.height),d=u[0],g=u[1],w=[];w.push((n+i)/t.width),w.push((d+B)/t.width),w.push((s+g)/t.height),w.push((c+l)/t.height);var Q=Math.max.apply(Math,w);Q>1&&(n/=Q,s/=Q,i/=Q,c/=Q,B/=Q,l/=Q,d/=Q,g/=Q);var f=t.width-i,h=t.height-l,p=t.width-B,C=t.height-g,U=e.borderTopWidth,F=e.borderRightWidth,m=e.borderBottomWidth,y=e.borderLeftWidth,j=se(e.paddingTop,A.bounds.width),H=se(e.paddingRight,A.bounds.width),E=se(e.paddingBottom,A.bounds.width),b=se(e.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=n>0||s>0?Vs(t.left+y/3,t.top+U/3,n-y/3,s-U/3,us.TOP_LEFT):new Os(t.left+y/3,t.top+U/3),this.topRightBorderDoubleOuterBox=n>0||s>0?Vs(t.left+f,t.top+U/3,i-F/3,c-U/3,us.TOP_RIGHT):new Os(t.left+t.width-F/3,t.top+U/3),this.bottomRightBorderDoubleOuterBox=B>0||l>0?Vs(t.left+p,t.top+h,B-F/3,l-m/3,us.BOTTOM_RIGHT):new Os(t.left+t.width-F/3,t.top+t.height-m/3),this.bottomLeftBorderDoubleOuterBox=d>0||g>0?Vs(t.left+y/3,t.top+C,d-y/3,g-m/3,us.BOTTOM_LEFT):new Os(t.left+y/3,t.top+t.height-m/3),this.topLeftBorderDoubleInnerBox=n>0||s>0?Vs(t.left+2*y/3,t.top+2*U/3,n-2*y/3,s-2*U/3,us.TOP_LEFT):new Os(t.left+2*y/3,t.top+2*U/3),this.topRightBorderDoubleInnerBox=n>0||s>0?Vs(t.left+f,t.top+2*U/3,i-2*F/3,c-2*U/3,us.TOP_RIGHT):new Os(t.left+t.width-2*F/3,t.top+2*U/3),this.bottomRightBorderDoubleInnerBox=B>0||l>0?Vs(t.left+p,t.top+h,B-2*F/3,l-2*m/3,us.BOTTOM_RIGHT):new Os(t.left+t.width-2*F/3,t.top+t.height-2*m/3),this.bottomLeftBorderDoubleInnerBox=d>0||g>0?Vs(t.left+2*y/3,t.top+C,d-2*y/3,g-2*m/3,us.BOTTOM_LEFT):new Os(t.left+2*y/3,t.top+t.height-2*m/3),this.topLeftBorderStroke=n>0||s>0?Vs(t.left+y/2,t.top+U/2,n-y/2,s-U/2,us.TOP_LEFT):new Os(t.left+y/2,t.top+U/2),this.topRightBorderStroke=n>0||s>0?Vs(t.left+f,t.top+U/2,i-F/2,c-U/2,us.TOP_RIGHT):new Os(t.left+t.width-F/2,t.top+U/2),this.bottomRightBorderStroke=B>0||l>0?Vs(t.left+p,t.top+h,B-F/2,l-m/2,us.BOTTOM_RIGHT):new Os(t.left+t.width-F/2,t.top+t.height-m/2),this.bottomLeftBorderStroke=d>0||g>0?Vs(t.left+y/2,t.top+C,d-y/2,g-m/2,us.BOTTOM_LEFT):new Os(t.left+y/2,t.top+t.height-m/2),this.topLeftBorderBox=n>0||s>0?Vs(t.left,t.top,n,s,us.TOP_LEFT):new Os(t.left,t.top),this.topRightBorderBox=i>0||c>0?Vs(t.left+f,t.top,i,c,us.TOP_RIGHT):new Os(t.left+t.width,t.top),this.bottomRightBorderBox=B>0||l>0?Vs(t.left+p,t.top+h,B,l,us.BOTTOM_RIGHT):new Os(t.left+t.width,t.top+t.height),this.bottomLeftBorderBox=d>0||g>0?Vs(t.left,t.top+C,d,g,us.BOTTOM_LEFT):new Os(t.left,t.top+t.height),this.topLeftPaddingBox=n>0||s>0?Vs(t.left+y,t.top+U,Math.max(0,n-y),Math.max(0,s-U),us.TOP_LEFT):new Os(t.left+y,t.top+U),this.topRightPaddingBox=i>0||c>0?Vs(t.left+Math.min(f,t.width-F),t.top+U,f>t.width+F?0:Math.max(0,i-F),Math.max(0,c-U),us.TOP_RIGHT):new Os(t.left+t.width-F,t.top+U),this.bottomRightPaddingBox=B>0||l>0?Vs(t.left+Math.min(p,t.width-y),t.top+Math.min(h,t.height-m),Math.max(0,B-F),Math.max(0,l-m),us.BOTTOM_RIGHT):new Os(t.left+t.width-F,t.top+t.height-m),this.bottomLeftPaddingBox=d>0||g>0?Vs(t.left+y,t.top+Math.min(C,t.height-m),Math.max(0,d-y),Math.max(0,g-m),us.BOTTOM_LEFT):new Os(t.left+y,t.top+t.height-m),this.topLeftContentBox=n>0||s>0?Vs(t.left+y+b,t.top+U+j,Math.max(0,n-(y+b)),Math.max(0,s-(U+j)),us.TOP_LEFT):new Os(t.left+y+b,t.top+U+j),this.topRightContentBox=i>0||c>0?Vs(t.left+Math.min(f,t.width+y+b),t.top+U+j,f>t.width+y+b?0:i-y+b,c-(U+j),us.TOP_RIGHT):new Os(t.left+t.width-(F+H),t.top+U+j),this.bottomRightContentBox=B>0||l>0?Vs(t.left+Math.min(p,t.width-(y+b)),t.top+Math.min(h,t.height+U+j),Math.max(0,B-(F+H)),l-(m+E),us.BOTTOM_RIGHT):new Os(t.left+t.width-(F+H),t.top+t.height-(m+E)),this.bottomLeftContentBox=d>0||g>0?Vs(t.left+y+b,t.top+C,Math.max(0,d-(y+b)),g-(m+E),us.BOTTOM_LEFT):new Os(t.left+y+b,t.top+t.height-(m+E))};!function(A){A[A.TOP_LEFT=0]="TOP_LEFT",A[A.TOP_RIGHT=1]="TOP_RIGHT",A[A.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",A[A.BOTTOM_LEFT=3]="BOTTOM_LEFT"}(us||(us={}));var Vs=function(A,e,t,r,n){var s=(Math.sqrt(2)-1)/3*4,o=t*s,i=r*s,c=A+t,a=e+r;switch(n){case us.TOP_LEFT:return new Ms(new Os(A,a),new Os(A,a-i),new Os(c-o,e),new Os(c,e));case us.TOP_RIGHT:return new Ms(new Os(A,e),new Os(A+o,e),new Os(c,a-i),new Os(c,a));case us.BOTTOM_RIGHT:return new Ms(new Os(c,e),new Os(c,e+i),new Os(A+o,a),new Os(A,a));case us.BOTTOM_LEFT:default:return new Ms(new Os(c,a),new Os(c-o,a),new Os(A,e+i),new Os(A,e))}},Ps=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},Rs=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},Ns=function(A,e,t){this.offsetX=A,this.offsetY=e,this.matrix=t,this.type=0,this.target=6},Xs=function(A,e){this.path=A,this.target=e,this.type=1},Js=function(A){this.opacity=A,this.type=2,this.target=6},Ys=function(A){return 1===A.type},Ws=function(A,e){return A.length===e.length&&A.some((function(A,t){return A===e[t]}))},Zs=function(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]},qs=function(){function A(A,e){if(this.container=A,this.parent=e,this.effects=[],this.curves=new Gs(this.container),this.container.styles.opacity<1&&this.effects.push(new Js(this.container.styles.opacity)),null!==this.container.styles.transform){var t=this.container.bounds.left+this.container.styles.transformOrigin[0].number,r=this.container.bounds.top+this.container.styles.transformOrigin[1].number,n=this.container.styles.transform;this.effects.push(new Ns(t,r,n))}if(0!==this.container.styles.overflowX){var s=Ps(this.curves),o=Rs(this.curves);Ws(s,o)?this.effects.push(new Xs(s,6)):(this.effects.push(new Xs(s,2)),this.effects.push(new Xs(o,4)))}}return A.prototype.getEffects=function(A){for(var e=-1===[2,3].indexOf(this.container.styles.position),t=this.parent,r=this.effects.slice(0);t;){var n=t.effects.filter((function(A){return!Ys(A)}));if(e||0!==t.container.styles.position||!t.parent){if(r.unshift.apply(r,n),e=-1===[2,3].indexOf(t.container.styles.position),0!==t.container.styles.overflowX){var s=Ps(t.curves),o=Rs(t.curves);Ws(s,o)||r.unshift(new Xs(o,6))}}else r.unshift.apply(r,n);t=t.parent}return r.filter((function(e){return Br(e.target,A)}))},A}(),zs=function(A,e,t,r){A.container.elements.forEach((function(n){var s=Br(n.flags,4),o=Br(n.flags,2),i=new qs(n,A);Br(n.styles.display,2048)&&r.push(i);var c=Br(n.flags,8)?[]:r;if(s||o){var a=s||n.styles.isPositioned()?t:e,B=new Zs(i);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var l=n.styles.zIndex.order;if(l<0){var u=0;a.negativeZIndex.some((function(A,e){return l>A.element.container.styles.zIndex.order?(u=e,!1):u>0})),a.negativeZIndex.splice(u,0,B)}else if(l>0){var d=0;a.positiveZIndex.some((function(A,e){return l>=A.element.container.styles.zIndex.order?(d=e+1,!1):d>0})),a.positiveZIndex.splice(d,0,B)}else a.zeroOrAutoZIndexOrTransformedOrOpacity.push(B)}else n.styles.isFloating()?a.nonPositionedFloats.push(B):a.nonPositionedInlineLevel.push(B);zs(i,B,s?B:t,c)}else n.styles.isInlineLevel()?e.inlineLevel.push(i):e.nonInlineLevel.push(i),zs(i,e,t,c);Br(n.flags,8)&&$s(n,c)}))},$s=function(A,e){for(var t=A instanceof gn?A.start:1,r=A instanceof gn&&A.reversed,n=0;n<e.length;n++){var s=e[n];s.container instanceof dn&&"number"==typeof s.container.value&&0!==s.container.value&&(t=s.container.value),s.listValue=as(t,s.container.styles.listStyleType,!0),t+=r?-1:1}},Ao=function(A,e){switch(e){case 0:return to(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return to(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return to(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);default:return to(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},eo=function(A,e){var t=[];return ks(A)?t.push(A.subdivide(.5,!1)):t.push(A),ks(e)?t.push(e.subdivide(.5,!0)):t.push(e),t},to=function(A,e,t,r){var n=[];return ks(A)?n.push(A.subdivide(.5,!1)):n.push(A),ks(t)?n.push(t.subdivide(.5,!0)):n.push(t),ks(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),ks(e)?n.push(e.subdivide(.5,!1).reverse()):n.push(e),n},ro=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},no=function(A){var e=A.styles,t=A.bounds,r=se(e.paddingLeft,t.width),n=se(e.paddingRight,t.width),s=se(e.paddingTop,t.width),o=se(e.paddingBottom,t.width);return t.add(r+e.borderLeftWidth,s+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+r+n),-(e.borderTopWidth+e.borderBottomWidth+s+o))},so=function(A,e,t){var r=function(A,e){return 0===A?e.bounds:2===A?no(e):ro(e)}(ao(A.styles.backgroundOrigin,e),A),n=function(A,e){return 0===A?e.bounds:2===A?no(e):ro(e)}(ao(A.styles.backgroundClip,e),A),s=co(ao(A.styles.backgroundSize,e),t,r),o=s[0],i=s[1],c=ne(ao(A.styles.backgroundPosition,e),r.width-o,r.height-i);return[Bo(ao(A.styles.backgroundRepeat,e),c,s,r,n),Math.round(r.left+c[0]),Math.round(r.top+c[1]),o,i]},oo=function(A){return NA(A)&&A.value===Ve.AUTO},io=function(A){return"number"==typeof A},co=function(A,e,t){var r=e[0],n=e[1],s=e[2],o=A[0],i=A[1];if(!o)return[0,0];if($A(o)&&i&&$A(i))return[se(o,t.width),se(i,t.height)];var c=io(s);if(NA(o)&&(o.value===Ve.CONTAIN||o.value===Ve.COVER))return io(s)?t.width/t.height<s!=(o.value===Ve.COVER)?[t.width,t.width/s]:[t.height*s,t.height]:[t.width,t.height];var a=io(r),B=io(n),l=a||B;if(oo(o)&&(!i||oo(i)))return a&&B?[r,n]:c||l?l&&c?[a?r:n*s,B?n:r/s]:[a?r:t.width,B?n:t.height]:[t.width,t.height];if(c){var u=0,d=0;return $A(o)?u=se(o,t.width):$A(i)&&(d=se(i,t.height)),oo(o)?u=d*s:i&&!oo(i)||(d=u/s),[u,d]}var g=null,w=null;if($A(o)?g=se(o,t.width):i&&$A(i)&&(w=se(i,t.height)),null===g||i&&!oo(i)||(w=a&&B?g/r*n:t.height),null!==w&&oo(o)&&(g=a&&B?w/n*r:t.width),null!==g&&null!==w)return[g,w];throw new Error("Unable to calculate background-size for element")},ao=function(A,e){var t=A[e];return void 0===t?A[0]:t},Bo=function(A,e,t,r,n){var s=e[0],o=e[1],i=t[0],c=t[1];switch(A){case 2:return[new Os(Math.round(r.left),Math.round(r.top+o)),new Os(Math.round(r.left+r.width),Math.round(r.top+o)),new Os(Math.round(r.left+r.width),Math.round(c+r.top+o)),new Os(Math.round(r.left),Math.round(c+r.top+o))];case 3:return[new Os(Math.round(r.left+s),Math.round(r.top)),new Os(Math.round(r.left+s+i),Math.round(r.top)),new Os(Math.round(r.left+s+i),Math.round(r.height+r.top)),new Os(Math.round(r.left+s),Math.round(r.height+r.top))];case 1:return[new Os(Math.round(r.left+s),Math.round(r.top+o)),new Os(Math.round(r.left+s+i),Math.round(r.top+o)),new Os(Math.round(r.left+s+i),Math.round(r.top+o+c)),new Os(Math.round(r.left+s),Math.round(r.top+o+c))];default:return[new Os(Math.round(n.left),Math.round(n.top)),new Os(Math.round(n.left+n.width),Math.round(n.top)),new Os(Math.round(n.left+n.width),Math.round(n.height+n.top)),new Os(Math.round(n.left),Math.round(n.height+n.top))]}},lo="Hidden Text",uo=function(){function A(A){this._data={},this._document=A}return A.prototype.parseMetrics=function(A,e){var t=this._document.createElement("div"),r=this._document.createElement("img"),n=this._document.createElement("span"),s=this._document.body;t.style.visibility="hidden",t.style.fontFamily=A,t.style.fontSize=e,t.style.margin="0",t.style.padding="0",t.style.whiteSpace="nowrap",s.appendChild(t),r.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",r.width=1,r.height=1,r.style.margin="0",r.style.padding="0",r.style.verticalAlign="baseline",n.style.fontFamily=A,n.style.fontSize=e,n.style.margin="0",n.style.padding="0",n.appendChild(this._document.createTextNode(lo)),t.appendChild(n),t.appendChild(r);var o=r.offsetTop-n.offsetTop+2;t.removeChild(n),t.appendChild(this._document.createTextNode(lo)),t.style.lineHeight="normal",r.style.verticalAlign="super";var i=r.offsetTop-t.offsetTop+2;return s.removeChild(t),{baseline:o,middle:i}},A.prototype.getMetrics=function(A,e){var t=A+" "+e;return void 0===this._data[t]&&(this._data[t]=this.parseMetrics(A,e)),this._data[t]},A}(),go=function(A,e){this.context=A,this.options=e},wo=function(A){function t(e,t){var r=A.call(this,e,t)||this;return r._activeEffects=[],r.canvas=t.canvas?t.canvas:document.createElement("canvas"),r.ctx=r.canvas.getContext("2d"),t.canvas||(r.canvas.width=Math.floor(t.width*t.scale),r.canvas.height=Math.floor(t.height*t.scale),r.canvas.style.width=t.width+"px",r.canvas.style.height=t.height+"px"),r.fontMetrics=new uo(document),r.ctx.scale(r.options.scale,r.options.scale),r.ctx.translate(-t.x,-t.y),r.ctx.textBaseline="bottom",r._activeEffects=[],r.context.logger.debug("Canvas renderer initialized ("+t.width+"x"+t.height+") with scale "+t.scale),r}return e(t,A),t.prototype.applyEffects=function(A){for(var e=this;this._activeEffects.length;)this.popEffect();A.forEach((function(A){return e.applyEffect(A)}))},t.prototype.applyEffect=function(A){this.ctx.save(),function(A){return 2===A.type}(A)&&(this.ctx.globalAlpha=A.opacity),function(A){return 0===A.type}(A)&&(this.ctx.translate(A.offsetX,A.offsetY),this.ctx.transform(A.matrix[0],A.matrix[1],A.matrix[2],A.matrix[3],A.matrix[4],A.matrix[5]),this.ctx.translate(-A.offsetX,-A.offsetY)),Ys(A)&&(this.path(A.path),this.ctx.clip()),this._activeEffects.push(A)},t.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},t.prototype.renderStack=function(A){return r(this,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return A.element.container.styles.isVisible()?[4,this.renderStackContent(A)]:[3,2];case 1:e.sent(),e.label=2;case 2:return[2]}}))}))},t.prototype.renderNode=function(A){return r(this,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return Br(A.container.flags,16),A.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(A)]:[3,3];case 1:return e.sent(),[4,this.renderNodeContent(A)];case 2:e.sent(),e.label=3;case 3:return[2]}}))}))},t.prototype.renderTextWithLetterSpacing=function(A,e,t){var r=this;0===e?this.ctx.fillText(A.text,A.bounds.left,A.bounds.top+t):en(A.text).reduce((function(e,n){return r.ctx.fillText(n,e,A.bounds.top+t),e+r.ctx.measureText(n).width}),A.bounds.left)},t.prototype.createFontStyle=function(A){var e=A.fontVariant.filter((function(A){return"normal"===A||"small-caps"===A})).join(""),t=Co(A.fontFamily).join(", "),r=PA(A.fontSize)?""+A.fontSize.number+A.fontSize.unit:A.fontSize.number+"px";return[[A.fontStyle,e,A.fontWeight,r,t].join(" "),t,r]},t.prototype.renderTextNode=function(A,e){return r(this,void 0,void 0,(function(){var t,r,s,o,i,c,a,B,l=this;return n(this,(function(n){return t=this.createFontStyle(e),r=t[0],s=t[1],o=t[2],this.ctx.font=r,this.ctx.direction=1===e.direction?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",i=this.fontMetrics.getMetrics(s,o),c=i.baseline,a=i.middle,B=e.paintOrder,A.textBounds.forEach((function(A){B.forEach((function(t){switch(t){case 0:l.ctx.fillStyle=ge(e.color),l.renderTextWithLetterSpacing(A,e.letterSpacing,c);var r=e.textShadow;r.length&&A.text.trim().length&&(r.slice(0).reverse().forEach((function(t){l.ctx.shadowColor=ge(t.color),l.ctx.shadowOffsetX=t.offsetX.number*l.options.scale,l.ctx.shadowOffsetY=t.offsetY.number*l.options.scale,l.ctx.shadowBlur=t.blur.number,l.renderTextWithLetterSpacing(A,e.letterSpacing,c)})),l.ctx.shadowColor="",l.ctx.shadowOffsetX=0,l.ctx.shadowOffsetY=0,l.ctx.shadowBlur=0),e.textDecorationLine.length&&(l.ctx.fillStyle=ge(e.textDecorationColor||e.color),e.textDecorationLine.forEach((function(e){switch(e){case 1:l.ctx.fillRect(A.bounds.left,Math.round(A.bounds.top+c),A.bounds.width,1);break;case 2:l.ctx.fillRect(A.bounds.left,Math.round(A.bounds.top),A.bounds.width,1);break;case 3:l.ctx.fillRect(A.bounds.left,Math.ceil(A.bounds.top+a),A.bounds.width,1)}})));break;case 1:e.webkitTextStrokeWidth&&A.text.trim().length&&(l.ctx.strokeStyle=ge(e.webkitTextStrokeColor),l.ctx.lineWidth=e.webkitTextStrokeWidth,l.ctx.lineJoin=window.chrome?"miter":"round",l.ctx.strokeText(A.text,A.bounds.left,A.bounds.top+c)),l.ctx.strokeStyle="",l.ctx.lineWidth=0,l.ctx.lineJoin="miter"}}))})),[2]}))}))},t.prototype.renderReplacedElement=function(A,e,t){var r=t.naturalWidth||A.intrinsicWidth,n=t.naturalHeight||A.intrinsicHeight;if(t&&r>0&&n>0){var s=no(A),o=Rs(e);this.path(o),this.ctx.save(),this.ctx.clip();var i=0,c=0,a=r,B=n,l=s.left,u=s.top,d=s.width,g=s.height,w=A.styles.objectFit,Q=d/g,f=a/B;2===w?f>Q?(g=d/f,u+=(s.height-g)/2):(d=g*f,l+=(s.width-d)/2):4===w?f>Q?i+=(r-(a=B*Q))/2:c+=(n-(B=a/Q))/2:8===w?(a>d?(i+=(a-d)/2,a=d):(l+=(d-a)/2,d=a),B>g?(c+=(B-g)/2,B=g):(u+=(g-B)/2,g=B)):16===w&&((f>Q?d:g*f)<(a>d?a:d)?f>Q?(g=d/f,u+=(s.height-g)/2):(d=g*f,l+=(s.width-d)/2):(a>d?(i+=(a-d)/2,a=d):(l+=(d-a)/2,d=a),B>g?(c+=(B-g)/2,B=g):(u+=(g-B)/2,g=B))),this.ctx.drawImage(t,i,c,a,B,l,u,d,g),this.ctx.restore()}},t.prototype.renderNodeContent=function(A){return r(this,void 0,void 0,(function(){var e,r,s,i,c,a,B,l,u,d,g,w,Q,f,h,p,C,U;return n(this,(function(n){switch(n.label){case 0:this.applyEffects(A.getEffects(4)),e=A.container,r=A.curves,s=e.styles,i=0,c=e.textNodes,n.label=1;case 1:return i<c.length?(a=c[i],[4,this.renderTextNode(a,s)]):[3,4];case 2:n.sent(),n.label=3;case 3:return i++,[3,1];case 4:if(!(e instanceof Bn))return[3,8];n.label=5;case 5:return n.trys.push([5,7,,8]),[4,this.context.cache.match(e.src)];case 6:return h=n.sent(),this.renderReplacedElement(e,r,h),[3,8];case 7:return n.sent(),this.context.logger.error("Error loading image "+e.src),[3,8];case 8:if(e instanceof ln&&this.renderReplacedElement(e,r,e.canvas),!(e instanceof un))return[3,12];n.label=9;case 9:return n.trys.push([9,11,,12]),[4,this.context.cache.match(e.svg)];case 10:return h=n.sent(),this.renderReplacedElement(e,r,h),[3,12];case 11:return n.sent(),this.context.logger.error("Error loading svg "+e.svg.substring(0,255)),[3,12];case 12:return e instanceof yn&&e.tree?[4,new t(this.context,{scale:this.options.scale,backgroundColor:e.backgroundColor,x:0,y:0,width:e.width,height:e.height}).render(e.tree)]:[3,14];case 13:B=n.sent(),e.width&&e.height&&this.ctx.drawImage(B,0,0,e.width,e.height,e.bounds.left,e.bounds.top,e.bounds.width,e.bounds.height),n.label=14;case 14:if(e instanceof Un&&(l=Math.min(e.bounds.width,e.bounds.height),e.type===fn?e.checked&&(this.ctx.save(),this.path([new Os(e.bounds.left+.39363*l,e.bounds.top+.79*l),new Os(e.bounds.left+.16*l,e.bounds.top+.5549*l),new Os(e.bounds.left+.27347*l,e.bounds.top+.44071*l),new Os(e.bounds.left+.39694*l,e.bounds.top+.5649*l),new Os(e.bounds.left+.72983*l,e.bounds.top+.23*l),new Os(e.bounds.left+.84*l,e.bounds.top+.34085*l),new Os(e.bounds.left+.39363*l,e.bounds.top+.79*l)]),this.ctx.fillStyle=ge(Cn),this.ctx.fill(),this.ctx.restore()):e.type===hn&&e.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(e.bounds.left+l/2,e.bounds.top+l/2,l/4,0,2*Math.PI,!0),this.ctx.fillStyle=ge(Cn),this.ctx.fill(),this.ctx.restore())),Qo(e)&&e.value.length){switch(u=this.createFontStyle(s),C=u[0],d=u[1],g=this.fontMetrics.getMetrics(C,d).baseline,this.ctx.font=C,this.ctx.fillStyle=ge(s.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=ho(e.styles.textAlign),U=no(e),w=0,e.styles.textAlign){case 1:w+=U.width/2;break;case 2:w+=U.width}Q=U.add(w,0,0,-U.height/2+1),this.ctx.save(),this.path([new Os(U.left,U.top),new Os(U.left+U.width,U.top),new Os(U.left+U.width,U.top+U.height),new Os(U.left,U.top+U.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new zr(e.value,Q),s.letterSpacing,g),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!Br(e.styles.display,2048))return[3,20];if(null===e.styles.listStyleImage)return[3,19];if(0!==(f=e.styles.listStyleImage).type)return[3,18];h=void 0,p=f.url,n.label=15;case 15:return n.trys.push([15,17,,18]),[4,this.context.cache.match(p)];case 16:return h=n.sent(),this.ctx.drawImage(h,e.bounds.left-(h.width+10),e.bounds.top),[3,18];case 17:return n.sent(),this.context.logger.error("Error loading list-style-image "+p),[3,18];case 18:return[3,20];case 19:A.listValue&&-1!==e.styles.listStyleType&&(C=this.createFontStyle(s)[0],this.ctx.font=C,this.ctx.fillStyle=ge(s.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",U=new o(e.bounds.left,e.bounds.top+se(e.styles.paddingTop,e.bounds.width),e.bounds.width,Et(s.lineHeight,s.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new zr(A.listValue,U),s.letterSpacing,Et(s.lineHeight,s.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),n.label=20;case 20:return[2]}}))}))},t.prototype.renderStackContent=function(A){return r(this,void 0,void 0,(function(){var e,t,r,s,o,i,c,a,B,l,u,d,g,w,Q;return n(this,(function(n){switch(n.label){case 0:return Br(A.element.container.flags,16),[4,this.renderNodeBackgroundAndBorders(A.element)];case 1:n.sent(),e=0,t=A.negativeZIndex,n.label=2;case 2:return e<t.length?(Q=t[e],[4,this.renderStack(Q)]):[3,5];case 3:n.sent(),n.label=4;case 4:return e++,[3,2];case 5:return[4,this.renderNodeContent(A.element)];case 6:n.sent(),r=0,s=A.nonInlineLevel,n.label=7;case 7:return r<s.length?(Q=s[r],[4,this.renderNode(Q)]):[3,10];case 8:n.sent(),n.label=9;case 9:return r++,[3,7];case 10:o=0,i=A.nonPositionedFloats,n.label=11;case 11:return o<i.length?(Q=i[o],[4,this.renderStack(Q)]):[3,14];case 12:n.sent(),n.label=13;case 13:return o++,[3,11];case 14:c=0,a=A.nonPositionedInlineLevel,n.label=15;case 15:return c<a.length?(Q=a[c],[4,this.renderStack(Q)]):[3,18];case 16:n.sent(),n.label=17;case 17:return c++,[3,15];case 18:B=0,l=A.inlineLevel,n.label=19;case 19:return B<l.length?(Q=l[B],[4,this.renderNode(Q)]):[3,22];case 20:n.sent(),n.label=21;case 21:return B++,[3,19];case 22:u=0,d=A.zeroOrAutoZIndexOrTransformedOrOpacity,n.label=23;case 23:return u<d.length?(Q=d[u],[4,this.renderStack(Q)]):[3,26];case 24:n.sent(),n.label=25;case 25:return u++,[3,23];case 26:g=0,w=A.positiveZIndex,n.label=27;case 27:return g<w.length?(Q=w[g],[4,this.renderStack(Q)]):[3,30];case 28:n.sent(),n.label=29;case 29:return g++,[3,27];case 30:return[2]}}))}))},t.prototype.mask=function(A){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(A.slice(0).reverse()),this.ctx.closePath()},t.prototype.path=function(A){this.ctx.beginPath(),this.formatPath(A),this.ctx.closePath()},t.prototype.formatPath=function(A){var e=this;A.forEach((function(A,t){var r=ks(A)?A.start:A;0===t?e.ctx.moveTo(r.x,r.y):e.ctx.lineTo(r.x,r.y),ks(A)&&e.ctx.bezierCurveTo(A.startControl.x,A.startControl.y,A.endControl.x,A.endControl.y,A.end.x,A.end.y)}))},t.prototype.renderRepeat=function(A,e,t,r){this.path(A),this.ctx.fillStyle=e,this.ctx.translate(t,r),this.ctx.fill(),this.ctx.translate(-t,-r)},t.prototype.resizeImage=function(A,e,t){var r;if(A.width===e&&A.height===t)return A;var n=(null!==(r=this.canvas.ownerDocument)&&void 0!==r?r:document).createElement("canvas");return n.width=Math.max(1,e),n.height=Math.max(1,t),n.getContext("2d").drawImage(A,0,0,A.width,A.height,0,0,e,t),n},t.prototype.renderBackgroundImage=function(A){return r(this,void 0,void 0,(function(){var e,t,r,s,o,i;return n(this,(function(c){switch(c.label){case 0:e=A.styles.backgroundImage.length-1,t=function(t){var s,o,i,c,a,B,l,u,d,g,w,Q,f,h,p,C,U,F,m,y,j,H,E,b,v,I,K,_,L,x,D;return n(this,(function(n){switch(n.label){case 0:if(0!==t.type)return[3,5];s=void 0,o=t.url,n.label=1;case 1:return n.trys.push([1,3,,4]),[4,r.context.cache.match(o)];case 2:return s=n.sent(),[3,4];case 3:return n.sent(),r.context.logger.error("Error loading background-image "+o),[3,4];case 4:return s&&(i=so(A,e,[s.width,s.height,s.width/s.height]),C=i[0],H=i[1],E=i[2],m=i[3],y=i[4],h=r.ctx.createPattern(r.resizeImage(s,m,y),"repeat"),r.renderRepeat(C,h,H,E)),[3,6];case 5:1===t.type?(c=so(A,e,[null,null,null]),C=c[0],H=c[1],E=c[2],m=c[3],y=c[4],a=be(t.angle,m,y),B=a[0],l=a[1],u=a[2],d=a[3],g=a[4],(w=document.createElement("canvas")).width=m,w.height=y,Q=w.getContext("2d"),f=Q.createLinearGradient(l,d,u,g),Ee(t.stops,B).forEach((function(A){return f.addColorStop(A.stop,ge(A.color))})),Q.fillStyle=f,Q.fillRect(0,0,m,y),m>0&&y>0&&(h=r.ctx.createPattern(w,"repeat"),r.renderRepeat(C,h,H,E))):function(A){return 2===A.type}(t)&&(p=so(A,e,[null,null,null]),C=p[0],U=p[1],F=p[2],m=p[3],y=p[4],j=0===t.position.length?[te]:t.position,H=se(j[0],m),E=se(j[j.length-1],y),b=function(A,e,t,r,n){var s=0,o=0;switch(A.size){case 0:0===A.shape?s=o=Math.min(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):1===A.shape&&(s=Math.min(Math.abs(e),Math.abs(e-r)),o=Math.min(Math.abs(t),Math.abs(t-n)));break;case 2:if(0===A.shape)s=o=Math.min(ve(e,t),ve(e,t-n),ve(e-r,t),ve(e-r,t-n));else if(1===A.shape){var i=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(e),Math.abs(e-r)),c=Ie(r,n,e,t,!0),a=c[0],B=c[1];o=i*(s=ve(a-e,(B-t)/i))}break;case 1:0===A.shape?s=o=Math.max(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):1===A.shape&&(s=Math.max(Math.abs(e),Math.abs(e-r)),o=Math.max(Math.abs(t),Math.abs(t-n)));break;case 3:if(0===A.shape)s=o=Math.max(ve(e,t),ve(e,t-n),ve(e-r,t),ve(e-r,t-n));else if(1===A.shape){i=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(e),Math.abs(e-r));var l=Ie(r,n,e,t,!1);a=l[0],B=l[1],o=i*(s=ve(a-e,(B-t)/i))}}return Array.isArray(A.size)&&(s=se(A.size[0],r),o=2===A.size.length?se(A.size[1],n):s),[s,o]}(t,H,E,m,y),v=b[0],I=b[1],v>0&&I>0&&(K=r.ctx.createRadialGradient(U+H,F+E,0,U+H,F+E,v),Ee(t.stops,2*v).forEach((function(A){return K.addColorStop(A.stop,ge(A.color))})),r.path(C),r.ctx.fillStyle=K,v!==I?(_=A.bounds.left+.5*A.bounds.width,L=A.bounds.top+.5*A.bounds.height,D=1/(x=I/v),r.ctx.save(),r.ctx.translate(_,L),r.ctx.transform(1,0,0,x,0,0),r.ctx.translate(-_,-L),r.ctx.fillRect(U,D*(F-L)+L,m,y*D),r.ctx.restore()):r.ctx.fill())),n.label=6;case 6:return e--,[2]}}))},r=this,s=0,o=A.styles.backgroundImage.slice(0).reverse(),c.label=1;case 1:return s<o.length?(i=o[s],[5,t(i)]):[3,4];case 2:c.sent(),c.label=3;case 3:return s++,[3,1];case 4:return[2]}}))}))},t.prototype.renderSolidBorder=function(A,e,t){return r(this,void 0,void 0,(function(){return n(this,(function(r){return this.path(Ao(t,e)),this.ctx.fillStyle=ge(A),this.ctx.fill(),[2]}))}))},t.prototype.renderDoubleBorder=function(A,e,t,s){return r(this,void 0,void 0,(function(){var r,o;return n(this,(function(n){switch(n.label){case 0:return e<3?[4,this.renderSolidBorder(A,t,s)]:[3,2];case 1:return n.sent(),[2];case 2:return r=function(A,e){switch(e){case 0:return to(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return to(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return to(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);default:return to(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}}(s,t),this.path(r),this.ctx.fillStyle=ge(A),this.ctx.fill(),o=function(A,e){switch(e){case 0:return to(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return to(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return to(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);default:return to(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}}(s,t),this.path(o),this.ctx.fill(),[2]}}))}))},t.prototype.renderNodeBackgroundAndBorders=function(A){return r(this,void 0,void 0,(function(){var e,t,r,s,o,i,c,a,B=this;return n(this,(function(n){switch(n.label){case 0:return this.applyEffects(A.getEffects(2)),e=A.container.styles,t=!de(e.backgroundColor)||e.backgroundImage.length,r=[{style:e.borderTopStyle,color:e.borderTopColor,width:e.borderTopWidth},{style:e.borderRightStyle,color:e.borderRightColor,width:e.borderRightWidth},{style:e.borderBottomStyle,color:e.borderBottomColor,width:e.borderBottomWidth},{style:e.borderLeftStyle,color:e.borderLeftColor,width:e.borderLeftWidth}],s=fo(ao(e.backgroundClip,0),A.curves),t||e.boxShadow.length?(this.ctx.save(),this.path(s),this.ctx.clip(),de(e.backgroundColor)||(this.ctx.fillStyle=ge(e.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(A.container)]):[3,2];case 1:n.sent(),this.ctx.restore(),e.boxShadow.slice(0).reverse().forEach((function(e){B.ctx.save();var t,r,n,s,o,i=Ps(A.curves),c=e.inset?0:1e4,a=(t=i,r=-c+(e.inset?1:-1)*e.spread.number,n=(e.inset?1:-1)*e.spread.number,s=e.spread.number*(e.inset?-2:2),o=e.spread.number*(e.inset?-2:2),t.map((function(A,e){switch(e){case 0:return A.add(r,n);case 1:return A.add(r+s,n);case 2:return A.add(r+s,n+o);case 3:return A.add(r,n+o)}return A})));e.inset?(B.path(i),B.ctx.clip(),B.mask(a)):(B.mask(i),B.ctx.clip(),B.path(a)),B.ctx.shadowOffsetX=e.offsetX.number+c,B.ctx.shadowOffsetY=e.offsetY.number,B.ctx.shadowColor=ge(e.color),B.ctx.shadowBlur=e.blur.number,B.ctx.fillStyle=e.inset?ge(e.color):"rgba(0,0,0,1)",B.ctx.fill(),B.ctx.restore()})),n.label=2;case 2:o=0,i=0,c=r,n.label=3;case 3:return i<c.length?0!==(a=c[i]).style&&!de(a.color)&&a.width>0?2!==a.style?[3,5]:[4,this.renderDashedDottedBorder(a.color,a.width,o,A.curves,2)]:[3,11]:[3,13];case 4:return n.sent(),[3,11];case 5:return 3!==a.style?[3,7]:[4,this.renderDashedDottedBorder(a.color,a.width,o,A.curves,3)];case 6:return n.sent(),[3,11];case 7:return 4!==a.style?[3,9]:[4,this.renderDoubleBorder(a.color,a.width,o,A.curves)];case 8:return n.sent(),[3,11];case 9:return[4,this.renderSolidBorder(a.color,o,A.curves)];case 10:n.sent(),n.label=11;case 11:o++,n.label=12;case 12:return i++,[3,3];case 13:return[2]}}))}))},t.prototype.renderDashedDottedBorder=function(A,e,t,s,o){return r(this,void 0,void 0,(function(){var r,i,c,a,B,l,u,d,g,w,Q,f,h,p,C,U;return n(this,(function(n){return this.ctx.save(),r=function(A,e){switch(e){case 0:return eo(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return eo(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return eo(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);default:return eo(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}}(s,t),i=Ao(s,t),2===o&&(this.path(i),this.ctx.clip()),ks(i[0])?(c=i[0].start.x,a=i[0].start.y):(c=i[0].x,a=i[0].y),ks(i[1])?(B=i[1].end.x,l=i[1].end.y):(B=i[1].x,l=i[1].y),u=0===t||2===t?Math.abs(c-B):Math.abs(a-l),this.ctx.beginPath(),3===o?this.formatPath(r):this.formatPath(i.slice(0,2)),d=e<3?3*e:2*e,g=e<3?2*e:e,3===o&&(d=e,g=e),w=!0,u<=2*d?w=!1:u<=2*d+g?(d*=Q=u/(2*d+g),g*=Q):(f=Math.floor((u+g)/(d+g)),h=(u-f*d)/(f-1),g=(p=(u-(f+1)*d)/f)<=0||Math.abs(g-h)<Math.abs(g-p)?h:p),w&&(3===o?this.ctx.setLineDash([0,d+g]):this.ctx.setLineDash([d,g])),3===o?(this.ctx.lineCap="round",this.ctx.lineWidth=e):this.ctx.lineWidth=2*e+1.1,this.ctx.strokeStyle=ge(A),this.ctx.stroke(),this.ctx.setLineDash([]),2===o&&(ks(i[0])&&(C=i[3],U=i[0],this.ctx.beginPath(),this.formatPath([new Os(C.end.x,C.end.y),new Os(U.start.x,U.start.y)]),this.ctx.stroke()),ks(i[1])&&(C=i[1],U=i[2],this.ctx.beginPath(),this.formatPath([new Os(C.end.x,C.end.y),new Os(U.start.x,U.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]}))}))},t.prototype.render=function(A){return r(this,void 0,void 0,(function(){var e;return n(this,(function(t){switch(t.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=ge(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=new qs(A,null),n=new Zs(r),zs(r,n,n,s=[]),$s(r.container,s),e=n,[4,this.renderStack(e)];case 1:return t.sent(),this.applyEffects([]),[2,this.canvas]}var r,n,s}))}))},t}(go),Qo=function(A){return A instanceof mn||A instanceof Fn||A instanceof Un&&A.type!==hn&&A.type!==fn},fo=function(A,e){switch(A){case 0:return Ps(e);case 2:return function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]}(e);default:return Rs(e)}},ho=function(A){switch(A){case 1:return"center";case 2:return"right";default:return"left"}},po=["-apple-system","system-ui"],Co=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter((function(A){return-1===po.indexOf(A)})):A},Uo=function(A){function t(e,t){var r=A.call(this,e,t)||this;return r.canvas=t.canvas?t.canvas:document.createElement("canvas"),r.ctx=r.canvas.getContext("2d"),r.options=t,r.canvas.width=Math.floor(t.width*t.scale),r.canvas.height=Math.floor(t.height*t.scale),r.canvas.style.width=t.width+"px",r.canvas.style.height=t.height+"px",r.ctx.scale(r.options.scale,r.options.scale),r.ctx.translate(-t.x,-t.y),r.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+t.width+"x"+t.height+" at "+t.x+","+t.y+") with scale "+t.scale),r}return e(t,A),t.prototype.render=function(A){return r(this,void 0,void 0,(function(){var e,t;return n(this,(function(r){switch(r.label){case 0:return e=Wr(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,A),[4,Fo(e)];case 1:return t=r.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=ge(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(t,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}}))}))},t}(go),Fo=function(A){return new Promise((function(e,t){var r=new Image;r.onload=function(){e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(A))}))},mo=function(){function A(A){var e=A.id,t=A.enabled;this.id=e,this.enabled=t,this.start=Date.now()}return A.prototype.debug=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.debug?console.debug.apply(console,s([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&"undefined"!=typeof window&&window.console&&"function"==typeof console.info&&console.info.apply(console,s([this.id,this.getTime()+"ms"],A))},A.prototype.warn=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.warn?console.warn.apply(console,s([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},A.prototype.error=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.error?console.error.apply(console,s([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},A.instances={},A}(),yo=function(){function A(e,t){var r;this.windowBounds=t,this.instanceName="#"+A.instanceCount++,this.logger=new mo({id:this.instanceName,enabled:e.logging}),this.cache=null!==(r=e.cache)&&void 0!==r?r:new bs(this,e)}return A.instanceCount=1,A}();"undefined"!=typeof window&&Es.setContext(window);var jo=function(A,e){return r(void 0,void 0,void 0,(function(){var r,s,c,a,B,l,u,d,g,w,Q,f,h,p,C,U,F,m,y,j,H,E,b,v,I,K,_,L,x,D,S,O,T,M,k,G,V,P;return n(this,(function(n){switch(n.label){case 0:if(!A||"object"!=typeof A)return[2,Promise.reject("Invalid element provided as first argument")];if(!(r=A.ownerDocument))throw new Error("Element is not attached to a Document");if(!(s=r.defaultView))throw new Error("Document is not attached to a Window");return c={allowTaint:null!==(E=e.allowTaint)&&void 0!==E&&E,imageTimeout:null!==(b=e.imageTimeout)&&void 0!==b?b:15e3,proxy:e.proxy,useCORS:null!==(v=e.useCORS)&&void 0!==v&&v},a=t({logging:null===(I=e.logging)||void 0===I||I,cache:e.cache},c),B={windowWidth:null!==(K=e.windowWidth)&&void 0!==K?K:s.innerWidth,windowHeight:null!==(_=e.windowHeight)&&void 0!==_?_:s.innerHeight,scrollX:null!==(L=e.scrollX)&&void 0!==L?L:s.pageXOffset,scrollY:null!==(x=e.scrollY)&&void 0!==x?x:s.pageYOffset},l=new o(B.scrollX,B.scrollY,B.windowWidth,B.windowHeight),u=new yo(a,l),d=null!==(D=e.foreignObjectRendering)&&void 0!==D&&D,g={allowTaint:null!==(S=e.allowTaint)&&void 0!==S&&S,onclone:e.onclone,ignoreElements:e.ignoreElements,inlineImages:d,copyStyles:d},u.logger.debug("Starting document clone with size "+l.width+"x"+l.height+" scrolled to "+-l.left+","+-l.top),w=new ls(u,A,g),(Q=w.clonedReferenceElement)?[4,w.toIFrame(r,l)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return f=n.sent(),h=Mn(Q)||"HTML"===Q.tagName?function(A){var e=A.body,t=A.documentElement;if(!e||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(e.scrollWidth,t.scrollWidth),Math.max(e.offsetWidth,t.offsetWidth),Math.max(e.clientWidth,t.clientWidth)),n=Math.max(Math.max(e.scrollHeight,t.scrollHeight),Math.max(e.offsetHeight,t.offsetHeight),Math.max(e.clientHeight,t.clientHeight));return new o(0,0,r,n)}(Q.ownerDocument):i(u,Q),p=h.width,C=h.height,U=h.left,F=h.top,m=Ho(u,Q,e.backgroundColor),y={canvas:e.canvas,backgroundColor:m,scale:null!==(T=null!==(O=e.scale)&&void 0!==O?O:s.devicePixelRatio)&&void 0!==T?T:1,x:(null!==(M=e.x)&&void 0!==M?M:0)+U,y:(null!==(k=e.y)&&void 0!==k?k:0)+F,width:null!==(G=e.width)&&void 0!==G?G:Math.ceil(p),height:null!==(V=e.height)&&void 0!==V?V:Math.ceil(C)},d?(u.logger.debug("Document cloned, using foreign object rendering"),[4,new Uo(u,y).render(Q)]):[3,3];case 2:return j=n.sent(),[3,5];case 3:return u.logger.debug("Document cloned, element located at "+U+","+F+" with size "+p+"x"+C+" using computed rendering"),u.logger.debug("Starting DOM parsing"),H=bn(u,Q),m===H.styles.backgroundColor&&(H.styles.backgroundColor=me.TRANSPARENT),u.logger.debug("Starting renderer for element at "+y.x+","+y.y+" with size "+y.width+"x"+y.height),[4,new wo(u,y).render(H)];case 4:j=n.sent(),n.label=5;case 5:return(null===(P=e.removeContainer)||void 0===P||P)&&(ls.destroy(f)||u.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),u.logger.debug("Finished rendering"),[2,j]}}))}))},Ho=function(A,e,t){var r=e.ownerDocument,n=r.documentElement?Fe(A,getComputedStyle(r.documentElement).backgroundColor):me.TRANSPARENT,s=r.body?Fe(A,getComputedStyle(r.body).backgroundColor):me.TRANSPARENT,o="string"==typeof t?Fe(A,t):null===t?me.TRANSPARENT:4294967295;return e===r.documentElement?de(n)?de(s)?o:s:n:o};return function(A,e){return void 0===e&&(e={}),jo(A,e)}}()},jspdf:function(e){"use strict";e.exports=A},"./node_modules/core-js/internals/a-callable.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/is-callable.js"),n=t("./node_modules/core-js/internals/try-to-string.js"),s=TypeError;A.exports=function(A){if(r(A))return A;throw new s(n(A)+" is not a function")}},"./node_modules/core-js/internals/a-possible-prototype.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/is-possible-prototype.js"),n=String,s=TypeError;A.exports=function(A){if(r(A))return A;throw new s("Can't set "+n(A)+" as a prototype")}},"./node_modules/core-js/internals/add-to-unscopables.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/well-known-symbol.js"),n=t("./node_modules/core-js/internals/object-create.js"),s=t("./node_modules/core-js/internals/object-define-property.js").f,o=r("unscopables"),i=Array.prototype;void 0===i[o]&&s(i,o,{configurable:!0,value:n(null)}),A.exports=function(A){i[o][A]=!0}},"./node_modules/core-js/internals/an-instance.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/object-is-prototype-of.js"),n=TypeError;A.exports=function(A,e){if(r(e,A))return A;throw new n("Incorrect invocation")}},"./node_modules/core-js/internals/an-object.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/is-object.js"),n=String,s=TypeError;A.exports=function(A){if(r(A))return A;throw new s(n(A)+" is not an object")}},"./node_modules/core-js/internals/array-for-each.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/array-iteration.js").forEach,n=t("./node_modules/core-js/internals/array-method-is-strict.js")("forEach");A.exports=n?[].forEach:function(A){return r(this,A,arguments.length>1?arguments[1]:void 0)}},"./node_modules/core-js/internals/array-includes.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/to-indexed-object.js"),n=t("./node_modules/core-js/internals/to-absolute-index.js"),s=t("./node_modules/core-js/internals/length-of-array-like.js"),o=function(A){return function(e,t,o){var i=r(e),c=s(i);if(0===c)return!A&&-1;var a,B=n(o,c);if(A&&t!=t){for(;c>B;)if((a=i[B++])!=a)return!0}else for(;c>B;B++)if((A||B in i)&&i[B]===t)return A||B||0;return!A&&-1}};A.exports={includes:o(!0),indexOf:o(!1)}},"./node_modules/core-js/internals/array-iteration.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-bind-context.js"),n=t("./node_modules/core-js/internals/function-uncurry-this.js"),s=t("./node_modules/core-js/internals/indexed-object.js"),o=t("./node_modules/core-js/internals/to-object.js"),i=t("./node_modules/core-js/internals/length-of-array-like.js"),c=t("./node_modules/core-js/internals/array-species-create.js"),a=n([].push),B=function(A){var e=1===A,t=2===A,n=3===A,B=4===A,l=6===A,u=7===A,d=5===A||l;return function(g,w,Q,f){for(var h,p,C=o(g),U=s(C),F=i(U),m=r(w,Q),y=0,j=f||c,H=e?j(g,F):t||u?j(g,0):void 0;F>y;y++)if((d||y in U)&&(p=m(h=U[y],y,C),A))if(e)H[y]=p;else if(p)switch(A){case 3:return!0;case 5:return h;case 6:return y;case 2:a(H,h)}else switch(A){case 4:return!1;case 7:a(H,h)}return l?-1:n||B?B:H}};A.exports={forEach:B(0),map:B(1),filter:B(2),some:B(3),every:B(4),find:B(5),findIndex:B(6),filterReject:B(7)}},"./node_modules/core-js/internals/array-method-has-species-support.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/fails.js"),n=t("./node_modules/core-js/internals/well-known-symbol.js"),s=t("./node_modules/core-js/internals/engine-v8-version.js"),o=n("species");A.exports=function(A){return s>=51||!r((function(){var e=[];return(e.constructor={})[o]=function(){return{foo:1}},1!==e[A](Boolean).foo}))}},"./node_modules/core-js/internals/array-method-is-strict.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/fails.js");A.exports=function(A,e){var t=[][A];return!!t&&r((function(){t.call(null,e||function(){return 1},1)}))}},"./node_modules/core-js/internals/array-slice.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js");A.exports=r([].slice)},"./node_modules/core-js/internals/array-species-constructor.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/is-array.js"),n=t("./node_modules/core-js/internals/is-constructor.js"),s=t("./node_modules/core-js/internals/is-object.js"),o=t("./node_modules/core-js/internals/well-known-symbol.js")("species"),i=Array;A.exports=function(A){var e;return r(A)&&(e=A.constructor,(n(e)&&(e===i||r(e.prototype))||s(e)&&null===(e=e[o]))&&(e=void 0)),void 0===e?i:e}},"./node_modules/core-js/internals/array-species-create.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/array-species-constructor.js");A.exports=function(A,e){return new(r(A))(0===e?0:e)}},"./node_modules/core-js/internals/async-iterator-close.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-call.js"),n=t("./node_modules/core-js/internals/get-built-in.js"),s=t("./node_modules/core-js/internals/get-method.js");A.exports=function(A,e,t,o){try{var i=s(A,"return");if(i)return n("Promise").resolve(r(i,A)).then((function(){e(t)}),(function(A){o(A)}))}catch(A){return o(A)}e(t)}},"./node_modules/core-js/internals/async-iterator-create-proxy.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-call.js"),n=t("./node_modules/core-js/internals/perform.js"),s=t("./node_modules/core-js/internals/an-object.js"),o=t("./node_modules/core-js/internals/object-create.js"),i=t("./node_modules/core-js/internals/create-non-enumerable-property.js"),c=t("./node_modules/core-js/internals/define-built-ins.js"),a=t("./node_modules/core-js/internals/well-known-symbol.js"),B=t("./node_modules/core-js/internals/internal-state.js"),l=t("./node_modules/core-js/internals/get-built-in.js"),u=t("./node_modules/core-js/internals/get-method.js"),d=t("./node_modules/core-js/internals/async-iterator-prototype.js"),g=t("./node_modules/core-js/internals/create-iter-result-object.js"),w=t("./node_modules/core-js/internals/iterator-close.js"),Q=l("Promise"),f=a("toStringTag"),h="AsyncIteratorHelper",p="WrapForValidAsyncIterator",C=B.set,U=function(A){var e=!A,t=B.getterFor(A?p:h),i=function(A){var r=n((function(){return t(A)})),s=r.error,o=r.value;return s||e&&o.done?{exit:!0,value:s?Q.reject(o):Q.resolve(g(void 0,!0))}:{exit:!1,value:o}};return c(o(d),{next:function(){var A=i(this),e=A.value;if(A.exit)return e;var t=n((function(){return s(e.nextHandler(Q))})),r=t.error,o=t.value;return r&&(e.done=!0),r?Q.reject(o):Q.resolve(o)},return:function(){var e=i(this),t=e.value;if(e.exit)return t;t.done=!0;var o,c,a=t.iterator,B=n((function(){if(t.inner)try{w(t.inner.iterator,"normal")}catch(A){return w(a,"throw",A)}return u(a,"return")}));return o=c=B.value,B.error?Q.reject(c):void 0===o?Q.resolve(g(void 0,!0)):(c=(B=n((function(){return r(o,a)}))).value,B.error?Q.reject(c):A?Q.resolve(c):Q.resolve(c).then((function(A){return s(A),g(void 0,!0)})))}})},F=U(!0),m=U(!1);i(m,f,"Async Iterator Helper"),A.exports=function(A,e){var t=function(t,r){r?(r.iterator=t.iterator,r.next=t.next):r=t,r.type=e?p:h,r.nextHandler=A,r.counter=0,r.done=!1,C(this,r)};return t.prototype=e?F:m,t}},"./node_modules/core-js/internals/async-iterator-iteration.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-call.js"),n=t("./node_modules/core-js/internals/a-callable.js"),s=t("./node_modules/core-js/internals/an-object.js"),o=t("./node_modules/core-js/internals/is-object.js"),i=t("./node_modules/core-js/internals/does-not-exceed-safe-integer.js"),c=t("./node_modules/core-js/internals/get-built-in.js"),a=t("./node_modules/core-js/internals/get-iterator-direct.js"),B=t("./node_modules/core-js/internals/async-iterator-close.js"),l=function(A){var e=0===A,t=1===A,l=2===A,u=3===A;return function(A,d,g){s(A);var w=void 0!==d;!w&&e||n(d);var Q=a(A),f=c("Promise"),h=Q.iterator,p=Q.next,C=0;return new f((function(A,n){var c=function(A){B(h,n,A,n)},a=function(){try{if(w)try{i(C)}catch(A){c(A)}f.resolve(s(r(p,h))).then((function(r){try{if(s(r).done)e?(g.length=C,A(g)):A(!u&&(l||void 0));else{var i=r.value;try{if(w){var Q=d(i,C),p=function(r){if(t)a();else if(l)r?a():B(h,A,!1,n);else if(e)try{g[C++]=r,a()}catch(A){c(A)}else r?B(h,A,u||i,n):a()};o(Q)?f.resolve(Q).then(p,c):p(Q)}else g[C++]=i,a()}catch(A){c(A)}}}catch(A){n(A)}}),n)}catch(A){n(A)}};a()}))}};A.exports={toArray:l(0),forEach:l(1),every:l(2),some:l(3),find:l(4)}},"./node_modules/core-js/internals/async-iterator-map.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-call.js"),n=t("./node_modules/core-js/internals/a-callable.js"),s=t("./node_modules/core-js/internals/an-object.js"),o=t("./node_modules/core-js/internals/is-object.js"),i=t("./node_modules/core-js/internals/get-iterator-direct.js"),c=t("./node_modules/core-js/internals/async-iterator-create-proxy.js"),a=t("./node_modules/core-js/internals/create-iter-result-object.js"),B=t("./node_modules/core-js/internals/async-iterator-close.js"),l=c((function(A){var e=this,t=e.iterator,n=e.mapper;return new A((function(i,c){var l=function(A){e.done=!0,c(A)},u=function(A){B(t,l,A,l)};A.resolve(s(r(e.next,t))).then((function(t){try{if(s(t).done)e.done=!0,i(a(void 0,!0));else{var r=t.value;try{var c=n(r,e.counter++),B=function(A){i(a(A,!1))};o(c)?A.resolve(c).then(B,u):B(c)}catch(A){u(A)}}}catch(A){l(A)}}),l)}))}));A.exports=function(A){return s(this),n(A),new l(i(this),{mapper:A})}},"./node_modules/core-js/internals/async-iterator-prototype.js":function(A,e,t){"use strict";var r,n,s=t("./node_modules/core-js/internals/global.js"),o=t("./node_modules/core-js/internals/shared-store.js"),i=t("./node_modules/core-js/internals/is-callable.js"),c=t("./node_modules/core-js/internals/object-create.js"),a=t("./node_modules/core-js/internals/object-get-prototype-of.js"),B=t("./node_modules/core-js/internals/define-built-in.js"),l=t("./node_modules/core-js/internals/well-known-symbol.js"),u=t("./node_modules/core-js/internals/is-pure.js"),d="USE_FUNCTION_CONSTRUCTOR",g=l("asyncIterator"),w=s.AsyncIterator,Q=o.AsyncIteratorPrototype;if(Q)r=Q;else if(i(w))r=w.prototype;else if(o[d]||s[d])try{n=a(a(a(Function("return async function*(){}()")()))),a(n)===Object.prototype&&(r=n)}catch(A){}r?u&&(r=c(r)):r={},i(r[g])||B(r,g,(function(){return this})),A.exports=r},"./node_modules/core-js/internals/call-with-safe-iteration-closing.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/an-object.js"),n=t("./node_modules/core-js/internals/iterator-close.js");A.exports=function(A,e,t,s){try{return s?e(r(t)[0],t[1]):e(t)}catch(e){n(A,"throw",e)}}},"./node_modules/core-js/internals/classof-raw.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js"),n=r({}.toString),s=r("".slice);A.exports=function(A){return s(n(A),8,-1)}},"./node_modules/core-js/internals/classof.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/to-string-tag-support.js"),n=t("./node_modules/core-js/internals/is-callable.js"),s=t("./node_modules/core-js/internals/classof-raw.js"),o=t("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag"),i=Object,c="Arguments"===s(function(){return arguments}());A.exports=r?s:function(A){var e,t,r;return void 0===A?"Undefined":null===A?"Null":"string"==typeof(t=function(A,e){try{return A[e]}catch(A){}}(e=i(A),o))?t:c?s(e):"Object"===(r=s(e))&&n(e.callee)?"Arguments":r}},"./node_modules/core-js/internals/copy-constructor-properties.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/has-own-property.js"),n=t("./node_modules/core-js/internals/own-keys.js"),s=t("./node_modules/core-js/internals/object-get-own-property-descriptor.js"),o=t("./node_modules/core-js/internals/object-define-property.js");A.exports=function(A,e,t){for(var i=n(e),c=o.f,a=s.f,B=0;B<i.length;B++){var l=i[B];r(A,l)||t&&r(t,l)||c(A,l,a(e,l))}}},"./node_modules/core-js/internals/correct-prototype-getter.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/fails.js");A.exports=!r((function(){function A(){}return A.prototype.constructor=null,Object.getPrototypeOf(new A)!==A.prototype}))},"./node_modules/core-js/internals/create-html.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js"),n=t("./node_modules/core-js/internals/require-object-coercible.js"),s=t("./node_modules/core-js/internals/to-string.js"),o=/"/g,i=r("".replace);A.exports=function(A,e,t,r){var c=s(n(A)),a="<"+e;return""!==t&&(a+=" "+t+'="'+i(s(r),o,""")+'"'),a+">"+c+"</"+e+">"}},"./node_modules/core-js/internals/create-iter-result-object.js":function(A){"use strict";A.exports=function(A,e){return{value:A,done:e}}},"./node_modules/core-js/internals/create-non-enumerable-property.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/descriptors.js"),n=t("./node_modules/core-js/internals/object-define-property.js"),s=t("./node_modules/core-js/internals/create-property-descriptor.js");A.exports=r?function(A,e,t){return n.f(A,e,s(1,t))}:function(A,e,t){return A[e]=t,A}},"./node_modules/core-js/internals/create-property-descriptor.js":function(A){"use strict";A.exports=function(A,e){return{enumerable:!(1&A),configurable:!(2&A),writable:!(4&A),value:e}}},"./node_modules/core-js/internals/create-property.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/descriptors.js"),n=t("./node_modules/core-js/internals/object-define-property.js"),s=t("./node_modules/core-js/internals/create-property-descriptor.js");A.exports=function(A,e,t){r?n.f(A,e,s(0,t)):A[e]=t}},"./node_modules/core-js/internals/define-built-in-accessor.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/make-built-in.js"),n=t("./node_modules/core-js/internals/object-define-property.js");A.exports=function(A,e,t){return t.get&&r(t.get,e,{getter:!0}),t.set&&r(t.set,e,{setter:!0}),n.f(A,e,t)}},"./node_modules/core-js/internals/define-built-in.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/is-callable.js"),n=t("./node_modules/core-js/internals/object-define-property.js"),s=t("./node_modules/core-js/internals/make-built-in.js"),o=t("./node_modules/core-js/internals/define-global-property.js");A.exports=function(A,e,t,i){i||(i={});var c=i.enumerable,a=void 0!==i.name?i.name:e;if(r(t)&&s(t,a,i),i.global)c?A[e]=t:o(e,t);else{try{i.unsafe?A[e]&&(c=!0):delete A[e]}catch(A){}c?A[e]=t:n.f(A,e,{value:t,enumerable:!1,configurable:!i.nonConfigurable,writable:!i.nonWritable})}return A}},"./node_modules/core-js/internals/define-built-ins.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/define-built-in.js");A.exports=function(A,e,t){for(var n in e)r(A,n,e[n],t);return A}},"./node_modules/core-js/internals/define-global-property.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/global.js"),n=Object.defineProperty;A.exports=function(A,e){try{n(r,A,{value:e,configurable:!0,writable:!0})}catch(t){r[A]=e}return e}},"./node_modules/core-js/internals/descriptors.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/fails.js");A.exports=!r((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},"./node_modules/core-js/internals/document-create-element.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/global.js"),n=t("./node_modules/core-js/internals/is-object.js"),s=r.document,o=n(s)&&n(s.createElement);A.exports=function(A){return o?s.createElement(A):{}}},"./node_modules/core-js/internals/does-not-exceed-safe-integer.js":function(A){"use strict";var e=TypeError;A.exports=function(A){if(A>9007199254740991)throw e("Maximum allowed index exceeded");return A}},"./node_modules/core-js/internals/dom-iterables.js":function(A){"use strict";A.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},"./node_modules/core-js/internals/dom-token-list-prototype.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/document-create-element.js")("span").classList,n=r&&r.constructor&&r.constructor.prototype;A.exports=n===Object.prototype?void 0:n},"./node_modules/core-js/internals/engine-user-agent.js":function(A){"use strict";A.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},"./node_modules/core-js/internals/engine-v8-version.js":function(A,e,t){"use strict";var r,n,s=t("./node_modules/core-js/internals/global.js"),o=t("./node_modules/core-js/internals/engine-user-agent.js"),i=s.process,c=s.Deno,a=i&&i.versions||c&&c.version,B=a&&a.v8;B&&(n=(r=B.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!n&&o&&(!(r=o.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/))&&(n=+r[1]),A.exports=n},"./node_modules/core-js/internals/enum-bug-keys.js":function(A){"use strict";A.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"./node_modules/core-js/internals/export.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/global.js"),n=t("./node_modules/core-js/internals/object-get-own-property-descriptor.js").f,s=t("./node_modules/core-js/internals/create-non-enumerable-property.js"),o=t("./node_modules/core-js/internals/define-built-in.js"),i=t("./node_modules/core-js/internals/define-global-property.js"),c=t("./node_modules/core-js/internals/copy-constructor-properties.js"),a=t("./node_modules/core-js/internals/is-forced.js");A.exports=function(A,e){var t,B,l,u,d,g=A.target,w=A.global,Q=A.stat;if(t=w?r:Q?r[g]||i(g,{}):r[g]&&r[g].prototype)for(B in e){if(u=e[B],l=A.dontCallGetSet?(d=n(t,B))&&d.value:t[B],!a(w?B:g+(Q?".":"#")+B,A.forced)&&void 0!==l){if(typeof u==typeof l)continue;c(u,l)}(A.sham||l&&l.sham)&&s(u,"sham",!0),o(t,B,u,A)}}},"./node_modules/core-js/internals/fails.js":function(A){"use strict";A.exports=function(A){try{return!!A()}catch(A){return!0}}},"./node_modules/core-js/internals/function-apply.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-bind-native.js"),n=Function.prototype,s=n.apply,o=n.call;A.exports="object"==typeof Reflect&&Reflect.apply||(r?o.bind(s):function(){return o.apply(s,arguments)})},"./node_modules/core-js/internals/function-bind-context.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this-clause.js"),n=t("./node_modules/core-js/internals/a-callable.js"),s=t("./node_modules/core-js/internals/function-bind-native.js"),o=r(r.bind);A.exports=function(A,e){return n(A),void 0===e?A:s?o(A,e):function(){return A.apply(e,arguments)}}},"./node_modules/core-js/internals/function-bind-native.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/fails.js");A.exports=!r((function(){var A=function(){}.bind();return"function"!=typeof A||A.hasOwnProperty("prototype")}))},"./node_modules/core-js/internals/function-call.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-bind-native.js"),n=Function.prototype.call;A.exports=r?n.bind(n):function(){return n.apply(n,arguments)}},"./node_modules/core-js/internals/function-name.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/descriptors.js"),n=t("./node_modules/core-js/internals/has-own-property.js"),s=Function.prototype,o=r&&Object.getOwnPropertyDescriptor,i=n(s,"name"),c=i&&"something"===function(){}.name,a=i&&(!r||r&&o(s,"name").configurable);A.exports={EXISTS:i,PROPER:c,CONFIGURABLE:a}},"./node_modules/core-js/internals/function-uncurry-this-accessor.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js"),n=t("./node_modules/core-js/internals/a-callable.js");A.exports=function(A,e,t){try{return r(n(Object.getOwnPropertyDescriptor(A,e)[t]))}catch(A){}}},"./node_modules/core-js/internals/function-uncurry-this-clause.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/classof-raw.js"),n=t("./node_modules/core-js/internals/function-uncurry-this.js");A.exports=function(A){if("Function"===r(A))return n(A)}},"./node_modules/core-js/internals/function-uncurry-this.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-bind-native.js"),n=Function.prototype,s=n.call,o=r&&n.bind.bind(s,s);A.exports=r?o:function(A){return function(){return s.apply(A,arguments)}}},"./node_modules/core-js/internals/get-built-in.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/global.js"),n=t("./node_modules/core-js/internals/is-callable.js");A.exports=function(A,e){return arguments.length<2?(t=r[A],n(t)?t:void 0):r[A]&&r[A][e];var t}},"./node_modules/core-js/internals/get-iterator-direct.js":function(A){"use strict";A.exports=function(A){return{iterator:A,next:A.next,done:!1}}},"./node_modules/core-js/internals/get-iterator-method.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/classof.js"),n=t("./node_modules/core-js/internals/get-method.js"),s=t("./node_modules/core-js/internals/is-null-or-undefined.js"),o=t("./node_modules/core-js/internals/iterators.js"),i=t("./node_modules/core-js/internals/well-known-symbol.js")("iterator");A.exports=function(A){if(!s(A))return n(A,i)||n(A,"@@iterator")||o[r(A)]}},"./node_modules/core-js/internals/get-iterator.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-call.js"),n=t("./node_modules/core-js/internals/a-callable.js"),s=t("./node_modules/core-js/internals/an-object.js"),o=t("./node_modules/core-js/internals/try-to-string.js"),i=t("./node_modules/core-js/internals/get-iterator-method.js"),c=TypeError;A.exports=function(A,e){var t=arguments.length<2?i(A):e;if(n(t))return s(r(t,A));throw new c(o(A)+" is not iterable")}},"./node_modules/core-js/internals/get-json-replacer-function.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js"),n=t("./node_modules/core-js/internals/is-array.js"),s=t("./node_modules/core-js/internals/is-callable.js"),o=t("./node_modules/core-js/internals/classof-raw.js"),i=t("./node_modules/core-js/internals/to-string.js"),c=r([].push);A.exports=function(A){if(s(A))return A;if(n(A)){for(var e=A.length,t=[],r=0;r<e;r++){var a=A[r];"string"==typeof a?c(t,a):"number"!=typeof a&&"Number"!==o(a)&&"String"!==o(a)||c(t,i(a))}var B=t.length,l=!0;return function(A,e){if(l)return l=!1,e;if(n(this))return e;for(var r=0;r<B;r++)if(t[r]===A)return e}}}},"./node_modules/core-js/internals/get-method.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/a-callable.js"),n=t("./node_modules/core-js/internals/is-null-or-undefined.js");A.exports=function(A,e){var t=A[e];return n(t)?void 0:r(t)}},"./node_modules/core-js/internals/global.js":function(A){"use strict";var e=function(A){return A&&A.Math===Math&&A};A.exports=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof global&&global)||e("object"==typeof this&&this)||function(){return this}()||Function("return this")()},"./node_modules/core-js/internals/has-own-property.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js"),n=t("./node_modules/core-js/internals/to-object.js"),s=r({}.hasOwnProperty);A.exports=Object.hasOwn||function(A,e){return s(n(A),e)}},"./node_modules/core-js/internals/hidden-keys.js":function(A){"use strict";A.exports={}},"./node_modules/core-js/internals/html.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/get-built-in.js");A.exports=r("document","documentElement")},"./node_modules/core-js/internals/ie8-dom-define.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/descriptors.js"),n=t("./node_modules/core-js/internals/fails.js"),s=t("./node_modules/core-js/internals/document-create-element.js");A.exports=!r&&!n((function(){return 7!==Object.defineProperty(s("div"),"a",{get:function(){return 7}}).a}))},"./node_modules/core-js/internals/indexed-object.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js"),n=t("./node_modules/core-js/internals/fails.js"),s=t("./node_modules/core-js/internals/classof-raw.js"),o=Object,i=r("".split);A.exports=n((function(){return!o("z").propertyIsEnumerable(0)}))?function(A){return"String"===s(A)?i(A,""):o(A)}:o},"./node_modules/core-js/internals/inherit-if-required.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/is-callable.js"),n=t("./node_modules/core-js/internals/is-object.js"),s=t("./node_modules/core-js/internals/object-set-prototype-of.js");A.exports=function(A,e,t){var o,i;return s&&r(o=e.constructor)&&o!==t&&n(i=o.prototype)&&i!==t.prototype&&s(A,i),A}},"./node_modules/core-js/internals/inspect-source.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js"),n=t("./node_modules/core-js/internals/is-callable.js"),s=t("./node_modules/core-js/internals/shared-store.js"),o=r(Function.toString);n(s.inspectSource)||(s.inspectSource=function(A){return o(A)}),A.exports=s.inspectSource},"./node_modules/core-js/internals/internal-state.js":function(A,e,t){"use strict";var r,n,s,o=t("./node_modules/core-js/internals/weak-map-basic-detection.js"),i=t("./node_modules/core-js/internals/global.js"),c=t("./node_modules/core-js/internals/is-object.js"),a=t("./node_modules/core-js/internals/create-non-enumerable-property.js"),B=t("./node_modules/core-js/internals/has-own-property.js"),l=t("./node_modules/core-js/internals/shared-store.js"),u=t("./node_modules/core-js/internals/shared-key.js"),d=t("./node_modules/core-js/internals/hidden-keys.js"),g="Object already initialized",w=i.TypeError,Q=i.WeakMap;if(o||l.state){var f=l.state||(l.state=new Q);f.get=f.get,f.has=f.has,f.set=f.set,r=function(A,e){if(f.has(A))throw new w(g);return e.facade=A,f.set(A,e),e},n=function(A){return f.get(A)||{}},s=function(A){return f.has(A)}}else{var h=u("state");d[h]=!0,r=function(A,e){if(B(A,h))throw new w(g);return e.facade=A,a(A,h,e),e},n=function(A){return B(A,h)?A[h]:{}},s=function(A){return B(A,h)}}A.exports={set:r,get:n,has:s,enforce:function(A){return s(A)?n(A):r(A,{})},getterFor:function(A){return function(e){var t;if(!c(e)||(t=n(e)).type!==A)throw new w("Incompatible receiver, "+A+" required");return t}}}},"./node_modules/core-js/internals/is-array-iterator-method.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/well-known-symbol.js"),n=t("./node_modules/core-js/internals/iterators.js"),s=r("iterator"),o=Array.prototype;A.exports=function(A){return void 0!==A&&(n.Array===A||o[s]===A)}},"./node_modules/core-js/internals/is-array.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/classof-raw.js");A.exports=Array.isArray||function(A){return"Array"===r(A)}},"./node_modules/core-js/internals/is-callable.js":function(A){"use strict";var e="object"==typeof document&&document.all;A.exports=void 0===e&&void 0!==e?function(A){return"function"==typeof A||A===e}:function(A){return"function"==typeof A}},"./node_modules/core-js/internals/is-constructor.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js"),n=t("./node_modules/core-js/internals/fails.js"),s=t("./node_modules/core-js/internals/is-callable.js"),o=t("./node_modules/core-js/internals/classof.js"),i=t("./node_modules/core-js/internals/get-built-in.js"),c=t("./node_modules/core-js/internals/inspect-source.js"),a=function(){},B=i("Reflect","construct"),l=/^\s*(?:class|function)\b/,u=r(l.exec),d=!l.test(a),g=function(A){if(!s(A))return!1;try{return B(a,[],A),!0}catch(A){return!1}},w=function(A){if(!s(A))return!1;switch(o(A)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return d||!!u(l,c(A))}catch(A){return!0}};w.sham=!0,A.exports=!B||n((function(){var A;return g(g.call)||!g(Object)||!g((function(){A=!0}))||A}))?w:g},"./node_modules/core-js/internals/is-forced.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/fails.js"),n=t("./node_modules/core-js/internals/is-callable.js"),s=/#|\.prototype\./,o=function(A,e){var t=c[i(A)];return t===B||t!==a&&(n(e)?r(e):!!e)},i=o.normalize=function(A){return String(A).replace(s,".").toLowerCase()},c=o.data={},a=o.NATIVE="N",B=o.POLYFILL="P";A.exports=o},"./node_modules/core-js/internals/is-null-or-undefined.js":function(A){"use strict";A.exports=function(A){return null==A}},"./node_modules/core-js/internals/is-object.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/is-callable.js");A.exports=function(A){return"object"==typeof A?null!==A:r(A)}},"./node_modules/core-js/internals/is-possible-prototype.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/is-object.js");A.exports=function(A){return r(A)||null===A}},"./node_modules/core-js/internals/is-pure.js":function(A){"use strict";A.exports=!1},"./node_modules/core-js/internals/is-symbol.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/get-built-in.js"),n=t("./node_modules/core-js/internals/is-callable.js"),s=t("./node_modules/core-js/internals/object-is-prototype-of.js"),o=t("./node_modules/core-js/internals/use-symbol-as-uid.js"),i=Object;A.exports=o?function(A){return"symbol"==typeof A}:function(A){var e=r("Symbol");return n(e)&&s(e.prototype,i(A))}},"./node_modules/core-js/internals/iterate.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-bind-context.js"),n=t("./node_modules/core-js/internals/function-call.js"),s=t("./node_modules/core-js/internals/an-object.js"),o=t("./node_modules/core-js/internals/try-to-string.js"),i=t("./node_modules/core-js/internals/is-array-iterator-method.js"),c=t("./node_modules/core-js/internals/length-of-array-like.js"),a=t("./node_modules/core-js/internals/object-is-prototype-of.js"),B=t("./node_modules/core-js/internals/get-iterator.js"),l=t("./node_modules/core-js/internals/get-iterator-method.js"),u=t("./node_modules/core-js/internals/iterator-close.js"),d=TypeError,g=function(A,e){this.stopped=A,this.result=e},w=g.prototype;A.exports=function(A,e,t){var Q,f,h,p,C,U,F,m=t&&t.that,y=!(!t||!t.AS_ENTRIES),j=!(!t||!t.IS_RECORD),H=!(!t||!t.IS_ITERATOR),E=!(!t||!t.INTERRUPTED),b=r(e,m),v=function(A){return Q&&u(Q,"normal",A),new g(!0,A)},I=function(A){return y?(s(A),E?b(A[0],A[1],v):b(A[0],A[1])):E?b(A,v):b(A)};if(j)Q=A.iterator;else if(H)Q=A;else{if(!(f=l(A)))throw new d(o(A)+" is not iterable");if(i(f)){for(h=0,p=c(A);p>h;h++)if((C=I(A[h]))&&a(w,C))return C;return new g(!1)}Q=B(A,f)}for(U=j?A.next:Q.next;!(F=n(U,Q)).done;){try{C=I(F.value)}catch(A){u(Q,"throw",A)}if("object"==typeof C&&C&&a(w,C))return C}return new g(!1)}},"./node_modules/core-js/internals/iterator-close.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-call.js"),n=t("./node_modules/core-js/internals/an-object.js"),s=t("./node_modules/core-js/internals/get-method.js");A.exports=function(A,e,t){var o,i;n(A);try{if(!(o=s(A,"return"))){if("throw"===e)throw t;return t}o=r(o,A)}catch(A){i=!0,o=A}if("throw"===e)throw t;if(i)throw o;return n(o),t}},"./node_modules/core-js/internals/iterator-create-constructor.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/iterators-core.js").IteratorPrototype,n=t("./node_modules/core-js/internals/object-create.js"),s=t("./node_modules/core-js/internals/create-property-descriptor.js"),o=t("./node_modules/core-js/internals/set-to-string-tag.js"),i=t("./node_modules/core-js/internals/iterators.js"),c=function(){return this};A.exports=function(A,e,t,a){var B=e+" Iterator";return A.prototype=n(r,{next:s(+!a,t)}),o(A,B,!1,!0),i[B]=c,A}},"./node_modules/core-js/internals/iterator-create-proxy.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-call.js"),n=t("./node_modules/core-js/internals/object-create.js"),s=t("./node_modules/core-js/internals/create-non-enumerable-property.js"),o=t("./node_modules/core-js/internals/define-built-ins.js"),i=t("./node_modules/core-js/internals/well-known-symbol.js"),c=t("./node_modules/core-js/internals/internal-state.js"),a=t("./node_modules/core-js/internals/get-method.js"),B=t("./node_modules/core-js/internals/iterators-core.js").IteratorPrototype,l=t("./node_modules/core-js/internals/create-iter-result-object.js"),u=t("./node_modules/core-js/internals/iterator-close.js"),d=i("toStringTag"),g="IteratorHelper",w="WrapForValidIterator",Q=c.set,f=function(A){var e=c.getterFor(A?w:g);return o(n(B),{next:function(){var t=e(this);if(A)return t.nextHandler();try{var r=t.done?void 0:t.nextHandler();return l(r,t.done)}catch(A){throw t.done=!0,A}},return:function(){var t=e(this),n=t.iterator;if(t.done=!0,A){var s=a(n,"return");return s?r(s,n):l(void 0,!0)}if(t.inner)try{u(t.inner.iterator,"normal")}catch(A){return u(n,"throw",A)}return u(n,"normal"),l(void 0,!0)}})},h=f(!0),p=f(!1);s(p,d,"Iterator Helper"),A.exports=function(A,e){var t=function(t,r){r?(r.iterator=t.iterator,r.next=t.next):r=t,r.type=e?w:g,r.nextHandler=A,r.counter=0,r.done=!1,Q(this,r)};return t.prototype=e?h:p,t}},"./node_modules/core-js/internals/iterator-define.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/function-call.js"),s=t("./node_modules/core-js/internals/is-pure.js"),o=t("./node_modules/core-js/internals/function-name.js"),i=t("./node_modules/core-js/internals/is-callable.js"),c=t("./node_modules/core-js/internals/iterator-create-constructor.js"),a=t("./node_modules/core-js/internals/object-get-prototype-of.js"),B=t("./node_modules/core-js/internals/object-set-prototype-of.js"),l=t("./node_modules/core-js/internals/set-to-string-tag.js"),u=t("./node_modules/core-js/internals/create-non-enumerable-property.js"),d=t("./node_modules/core-js/internals/define-built-in.js"),g=t("./node_modules/core-js/internals/well-known-symbol.js"),w=t("./node_modules/core-js/internals/iterators.js"),Q=t("./node_modules/core-js/internals/iterators-core.js"),f=o.PROPER,h=o.CONFIGURABLE,p=Q.IteratorPrototype,C=Q.BUGGY_SAFARI_ITERATORS,U=g("iterator"),F="keys",m="values",y="entries",j=function(){return this};A.exports=function(A,e,t,o,g,Q,H){c(t,e,o);var E,b,v,I=function(A){if(A===g&&D)return D;if(!C&&A&&A in L)return L[A];switch(A){case F:case m:case y:return function(){return new t(this,A)}}return function(){return new t(this)}},K=e+" Iterator",_=!1,L=A.prototype,x=L[U]||L["@@iterator"]||g&&L[g],D=!C&&x||I(g),S="Array"===e&&L.entries||x;if(S&&(E=a(S.call(new A)))!==Object.prototype&&E.next&&(s||a(E)===p||(B?B(E,p):i(E[U])||d(E,U,j)),l(E,K,!0,!0),s&&(w[K]=j)),f&&g===m&&x&&x.name!==m&&(!s&&h?u(L,"name",m):(_=!0,D=function(){return n(x,this)})),g)if(b={values:I(m),keys:Q?D:I(F),entries:I(y)},H)for(v in b)(C||_||!(v in L))&&d(L,v,b[v]);else r({target:e,proto:!0,forced:C||_},b);return s&&!H||L[U]===D||d(L,U,D,{name:g}),w[e]=D,b}},"./node_modules/core-js/internals/iterator-map.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-call.js"),n=t("./node_modules/core-js/internals/a-callable.js"),s=t("./node_modules/core-js/internals/an-object.js"),o=t("./node_modules/core-js/internals/get-iterator-direct.js"),i=t("./node_modules/core-js/internals/iterator-create-proxy.js"),c=t("./node_modules/core-js/internals/call-with-safe-iteration-closing.js"),a=i((function(){var A=this.iterator,e=s(r(this.next,A));if(!(this.done=!!e.done))return c(A,this.mapper,[e.value,this.counter++],!0)}));A.exports=function(A){return s(this),n(A),new a(o(this),{mapper:A})}},"./node_modules/core-js/internals/iterators-core.js":function(A,e,t){"use strict";var r,n,s,o=t("./node_modules/core-js/internals/fails.js"),i=t("./node_modules/core-js/internals/is-callable.js"),c=t("./node_modules/core-js/internals/is-object.js"),a=t("./node_modules/core-js/internals/object-create.js"),B=t("./node_modules/core-js/internals/object-get-prototype-of.js"),l=t("./node_modules/core-js/internals/define-built-in.js"),u=t("./node_modules/core-js/internals/well-known-symbol.js"),d=t("./node_modules/core-js/internals/is-pure.js"),g=u("iterator"),w=!1;[].keys&&("next"in(s=[].keys())?(n=B(B(s)))!==Object.prototype&&(r=n):w=!0),!c(r)||o((function(){var A={};return r[g].call(A)!==A}))?r={}:d&&(r=a(r)),i(r[g])||l(r,g,(function(){return this})),A.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:w}},"./node_modules/core-js/internals/iterators.js":function(A){"use strict";A.exports={}},"./node_modules/core-js/internals/length-of-array-like.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/to-length.js");A.exports=function(A){return r(A.length)}},"./node_modules/core-js/internals/make-built-in.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js"),n=t("./node_modules/core-js/internals/fails.js"),s=t("./node_modules/core-js/internals/is-callable.js"),o=t("./node_modules/core-js/internals/has-own-property.js"),i=t("./node_modules/core-js/internals/descriptors.js"),c=t("./node_modules/core-js/internals/function-name.js").CONFIGURABLE,a=t("./node_modules/core-js/internals/inspect-source.js"),B=t("./node_modules/core-js/internals/internal-state.js"),l=B.enforce,u=B.get,d=String,g=Object.defineProperty,w=r("".slice),Q=r("".replace),f=r([].join),h=i&&!n((function(){return 8!==g((function(){}),"length",{value:8}).length})),p=String(String).split("String"),C=A.exports=function(A,e,t){"Symbol("===w(d(e),0,7)&&(e="["+Q(d(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),t&&t.getter&&(e="get "+e),t&&t.setter&&(e="set "+e),(!o(A,"name")||c&&A.name!==e)&&(i?g(A,"name",{value:e,configurable:!0}):A.name=e),h&&t&&o(t,"arity")&&A.length!==t.arity&&g(A,"length",{value:t.arity});try{t&&o(t,"constructor")&&t.constructor?i&&g(A,"prototype",{writable:!1}):A.prototype&&(A.prototype=void 0)}catch(A){}var r=l(A);return o(r,"source")||(r.source=f(p,"string"==typeof e?e:"")),A};Function.prototype.toString=C((function(){return s(this)&&u(this).source||a(this)}),"toString")},"./node_modules/core-js/internals/math-trunc.js":function(A){"use strict";var e=Math.ceil,t=Math.floor;A.exports=Math.trunc||function(A){var r=+A;return(r>0?t:e)(r)}},"./node_modules/core-js/internals/object-assign.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/descriptors.js"),n=t("./node_modules/core-js/internals/function-uncurry-this.js"),s=t("./node_modules/core-js/internals/function-call.js"),o=t("./node_modules/core-js/internals/fails.js"),i=t("./node_modules/core-js/internals/object-keys.js"),c=t("./node_modules/core-js/internals/object-get-own-property-symbols.js"),a=t("./node_modules/core-js/internals/object-property-is-enumerable.js"),B=t("./node_modules/core-js/internals/to-object.js"),l=t("./node_modules/core-js/internals/indexed-object.js"),u=Object.assign,d=Object.defineProperty,g=n([].concat);A.exports=!u||o((function(){if(r&&1!==u({b:1},u(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var A={},e={},t=Symbol("assign detection"),n="abcdefghijklmnopqrst";return A[t]=7,n.split("").forEach((function(A){e[A]=A})),7!==u({},A)[t]||i(u({},e)).join("")!==n}))?function(A,e){for(var t=B(A),n=arguments.length,o=1,u=c.f,d=a.f;n>o;)for(var w,Q=l(arguments[o++]),f=u?g(i(Q),u(Q)):i(Q),h=f.length,p=0;h>p;)w=f[p++],r&&!s(d,Q,w)||(t[w]=Q[w]);return t}:u},"./node_modules/core-js/internals/object-create.js":function(A,e,t){"use strict";var r,n=t("./node_modules/core-js/internals/an-object.js"),s=t("./node_modules/core-js/internals/object-define-properties.js"),o=t("./node_modules/core-js/internals/enum-bug-keys.js"),i=t("./node_modules/core-js/internals/hidden-keys.js"),c=t("./node_modules/core-js/internals/html.js"),a=t("./node_modules/core-js/internals/document-create-element.js"),B=t("./node_modules/core-js/internals/shared-key.js"),l="prototype",u="script",d=B("IE_PROTO"),g=function(){},w=function(A){return"<"+u+">"+A+"</"+u+">"},Q=function(A){A.write(w("")),A.close();var e=A.parentWindow.Object;return A=null,e},f=function(){try{r=new ActiveXObject("htmlfile")}catch(A){}var A,e,t;f="undefined"!=typeof document?document.domain&&r?Q(r):(e=a("iframe"),t="java"+u+":",e.style.display="none",c.appendChild(e),e.src=String(t),(A=e.contentWindow.document).open(),A.write(w("document.F=Object")),A.close(),A.F):Q(r);for(var n=o.length;n--;)delete f[l][o[n]];return f()};i[d]=!0,A.exports=Object.create||function(A,e){var t;return null!==A?(g[l]=n(A),t=new g,g[l]=null,t[d]=A):t=f(),void 0===e?t:s.f(t,e)}},"./node_modules/core-js/internals/object-define-properties.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/descriptors.js"),n=t("./node_modules/core-js/internals/v8-prototype-define-bug.js"),s=t("./node_modules/core-js/internals/object-define-property.js"),o=t("./node_modules/core-js/internals/an-object.js"),i=t("./node_modules/core-js/internals/to-indexed-object.js"),c=t("./node_modules/core-js/internals/object-keys.js");e.f=r&&!n?Object.defineProperties:function(A,e){o(A);for(var t,r=i(e),n=c(e),a=n.length,B=0;a>B;)s.f(A,t=n[B++],r[t]);return A}},"./node_modules/core-js/internals/object-define-property.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/descriptors.js"),n=t("./node_modules/core-js/internals/ie8-dom-define.js"),s=t("./node_modules/core-js/internals/v8-prototype-define-bug.js"),o=t("./node_modules/core-js/internals/an-object.js"),i=t("./node_modules/core-js/internals/to-property-key.js"),c=TypeError,a=Object.defineProperty,B=Object.getOwnPropertyDescriptor,l="enumerable",u="configurable",d="writable";e.f=r?s?function(A,e,t){if(o(A),e=i(e),o(t),"function"==typeof A&&"prototype"===e&&"value"in t&&d in t&&!t[d]){var r=B(A,e);r&&r[d]&&(A[e]=t.value,t={configurable:u in t?t[u]:r[u],enumerable:l in t?t[l]:r[l],writable:!1})}return a(A,e,t)}:a:function(A,e,t){if(o(A),e=i(e),o(t),n)try{return a(A,e,t)}catch(A){}if("get"in t||"set"in t)throw new c("Accessors not supported");return"value"in t&&(A[e]=t.value),A}},"./node_modules/core-js/internals/object-get-own-property-descriptor.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/descriptors.js"),n=t("./node_modules/core-js/internals/function-call.js"),s=t("./node_modules/core-js/internals/object-property-is-enumerable.js"),o=t("./node_modules/core-js/internals/create-property-descriptor.js"),i=t("./node_modules/core-js/internals/to-indexed-object.js"),c=t("./node_modules/core-js/internals/to-property-key.js"),a=t("./node_modules/core-js/internals/has-own-property.js"),B=t("./node_modules/core-js/internals/ie8-dom-define.js"),l=Object.getOwnPropertyDescriptor;e.f=r?l:function(A,e){if(A=i(A),e=c(e),B)try{return l(A,e)}catch(A){}if(a(A,e))return o(!n(s.f,A,e),A[e])}},"./node_modules/core-js/internals/object-get-own-property-names-external.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/classof-raw.js"),n=t("./node_modules/core-js/internals/to-indexed-object.js"),s=t("./node_modules/core-js/internals/object-get-own-property-names.js").f,o=t("./node_modules/core-js/internals/array-slice.js"),i="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];A.exports.f=function(A){return i&&"Window"===r(A)?function(A){try{return s(A)}catch(A){return o(i)}}(A):s(n(A))}},"./node_modules/core-js/internals/object-get-own-property-names.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/object-keys-internal.js"),n=t("./node_modules/core-js/internals/enum-bug-keys.js").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(A){return r(A,n)}},"./node_modules/core-js/internals/object-get-own-property-symbols.js":function(A,e){"use strict";e.f=Object.getOwnPropertySymbols},"./node_modules/core-js/internals/object-get-prototype-of.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/has-own-property.js"),n=t("./node_modules/core-js/internals/is-callable.js"),s=t("./node_modules/core-js/internals/to-object.js"),o=t("./node_modules/core-js/internals/shared-key.js"),i=t("./node_modules/core-js/internals/correct-prototype-getter.js"),c=o("IE_PROTO"),a=Object,B=a.prototype;A.exports=i?a.getPrototypeOf:function(A){var e=s(A);if(r(e,c))return e[c];var t=e.constructor;return n(t)&&e instanceof t?t.prototype:e instanceof a?B:null}},"./node_modules/core-js/internals/object-is-prototype-of.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js");A.exports=r({}.isPrototypeOf)},"./node_modules/core-js/internals/object-keys-internal.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js"),n=t("./node_modules/core-js/internals/has-own-property.js"),s=t("./node_modules/core-js/internals/to-indexed-object.js"),o=t("./node_modules/core-js/internals/array-includes.js").indexOf,i=t("./node_modules/core-js/internals/hidden-keys.js"),c=r([].push);A.exports=function(A,e){var t,r=s(A),a=0,B=[];for(t in r)!n(i,t)&&n(r,t)&&c(B,t);for(;e.length>a;)n(r,t=e[a++])&&(~o(B,t)||c(B,t));return B}},"./node_modules/core-js/internals/object-keys.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/object-keys-internal.js"),n=t("./node_modules/core-js/internals/enum-bug-keys.js");A.exports=Object.keys||function(A){return r(A,n)}},"./node_modules/core-js/internals/object-property-is-enumerable.js":function(A,e){"use strict";var t={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,n=r&&!t.call({1:2},1);e.f=n?function(A){var e=r(this,A);return!!e&&e.enumerable}:t},"./node_modules/core-js/internals/object-set-prototype-of.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this-accessor.js"),n=t("./node_modules/core-js/internals/is-object.js"),s=t("./node_modules/core-js/internals/require-object-coercible.js"),o=t("./node_modules/core-js/internals/a-possible-prototype.js");A.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var A,e=!1,t={};try{(A=r(Object.prototype,"__proto__","set"))(t,[]),e=t instanceof Array}catch(A){}return function(t,r){return s(t),o(r),n(t)?(e?A(t,r):t.__proto__=r,t):t}}():void 0)},"./node_modules/core-js/internals/object-to-string.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/to-string-tag-support.js"),n=t("./node_modules/core-js/internals/classof.js");A.exports=r?{}.toString:function(){return"[object "+n(this)+"]"}},"./node_modules/core-js/internals/ordinary-to-primitive.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-call.js"),n=t("./node_modules/core-js/internals/is-callable.js"),s=t("./node_modules/core-js/internals/is-object.js"),o=TypeError;A.exports=function(A,e){var t,i;if("string"===e&&n(t=A.toString)&&!s(i=r(t,A)))return i;if(n(t=A.valueOf)&&!s(i=r(t,A)))return i;if("string"!==e&&n(t=A.toString)&&!s(i=r(t,A)))return i;throw new o("Can't convert object to primitive value")}},"./node_modules/core-js/internals/own-keys.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/get-built-in.js"),n=t("./node_modules/core-js/internals/function-uncurry-this.js"),s=t("./node_modules/core-js/internals/object-get-own-property-names.js"),o=t("./node_modules/core-js/internals/object-get-own-property-symbols.js"),i=t("./node_modules/core-js/internals/an-object.js"),c=n([].concat);A.exports=r("Reflect","ownKeys")||function(A){var e=s.f(i(A)),t=o.f;return t?c(e,t(A)):e}},"./node_modules/core-js/internals/path.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/global.js");A.exports=r},"./node_modules/core-js/internals/perform.js":function(A){"use strict";A.exports=function(A){try{return{error:!1,value:A()}}catch(A){return{error:!0,value:A}}}},"./node_modules/core-js/internals/regexp-flags.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/an-object.js");A.exports=function(){var A=r(this),e="";return A.hasIndices&&(e+="d"),A.global&&(e+="g"),A.ignoreCase&&(e+="i"),A.multiline&&(e+="m"),A.dotAll&&(e+="s"),A.unicode&&(e+="u"),A.unicodeSets&&(e+="v"),A.sticky&&(e+="y"),e}},"./node_modules/core-js/internals/regexp-get-flags.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-call.js"),n=t("./node_modules/core-js/internals/has-own-property.js"),s=t("./node_modules/core-js/internals/object-is-prototype-of.js"),o=t("./node_modules/core-js/internals/regexp-flags.js"),i=RegExp.prototype;A.exports=function(A){var e=A.flags;return void 0!==e||"flags"in i||n(A,"flags")||!s(i,A)?e:r(o,A)}},"./node_modules/core-js/internals/require-object-coercible.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/is-null-or-undefined.js"),n=TypeError;A.exports=function(A){if(r(A))throw new n("Can't call method on "+A);return A}},"./node_modules/core-js/internals/set-to-string-tag.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/object-define-property.js").f,n=t("./node_modules/core-js/internals/has-own-property.js"),s=t("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag");A.exports=function(A,e,t){A&&!t&&(A=A.prototype),A&&!n(A,s)&&r(A,s,{configurable:!0,value:e})}},"./node_modules/core-js/internals/shared-key.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/shared.js"),n=t("./node_modules/core-js/internals/uid.js"),s=r("keys");A.exports=function(A){return s[A]||(s[A]=n(A))}},"./node_modules/core-js/internals/shared-store.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/is-pure.js"),n=t("./node_modules/core-js/internals/global.js"),s=t("./node_modules/core-js/internals/define-global-property.js"),o="__core-js_shared__",i=A.exports=n[o]||s(o,{});(i.versions||(i.versions=[])).push({version:"3.36.1",mode:r?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE",source:"https://github.com/zloirock/core-js"})},"./node_modules/core-js/internals/shared.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/shared-store.js");A.exports=function(A,e){return r[A]||(r[A]=e||{})}},"./node_modules/core-js/internals/string-html-forced.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/fails.js");A.exports=function(A){return r((function(){var e=""[A]('"');return e!==e.toLowerCase()||e.split('"').length>3}))}},"./node_modules/core-js/internals/string-multibyte.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js"),n=t("./node_modules/core-js/internals/to-integer-or-infinity.js"),s=t("./node_modules/core-js/internals/to-string.js"),o=t("./node_modules/core-js/internals/require-object-coercible.js"),i=r("".charAt),c=r("".charCodeAt),a=r("".slice),B=function(A){return function(e,t){var r,B,l=s(o(e)),u=n(t),d=l.length;return u<0||u>=d?A?"":void 0:(r=c(l,u))<55296||r>56319||u+1===d||(B=c(l,u+1))<56320||B>57343?A?i(l,u):r:A?a(l,u,u+2):B-56320+(r-55296<<10)+65536}};A.exports={codeAt:B(!1),charAt:B(!0)}},"./node_modules/core-js/internals/string-trim.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js"),n=t("./node_modules/core-js/internals/require-object-coercible.js"),s=t("./node_modules/core-js/internals/to-string.js"),o=t("./node_modules/core-js/internals/whitespaces.js"),i=r("".replace),c=RegExp("^["+o+"]+"),a=RegExp("(^|[^"+o+"])["+o+"]+$"),B=function(A){return function(e){var t=s(n(e));return 1&A&&(t=i(t,c,"")),2&A&&(t=i(t,a,"$1")),t}};A.exports={start:B(1),end:B(2),trim:B(3)}},"./node_modules/core-js/internals/symbol-constructor-detection.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/engine-v8-version.js"),n=t("./node_modules/core-js/internals/fails.js"),s=t("./node_modules/core-js/internals/global.js").String;A.exports=!!Object.getOwnPropertySymbols&&!n((function(){var A=Symbol("symbol detection");return!s(A)||!(Object(A)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},"./node_modules/core-js/internals/symbol-define-to-primitive.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-call.js"),n=t("./node_modules/core-js/internals/get-built-in.js"),s=t("./node_modules/core-js/internals/well-known-symbol.js"),o=t("./node_modules/core-js/internals/define-built-in.js");A.exports=function(){var A=n("Symbol"),e=A&&A.prototype,t=e&&e.valueOf,i=s("toPrimitive");e&&!e[i]&&o(e,i,(function(A){return r(t,this)}),{arity:1})}},"./node_modules/core-js/internals/symbol-registry-detection.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/symbol-constructor-detection.js");A.exports=r&&!!Symbol.for&&!!Symbol.keyFor},"./node_modules/core-js/internals/this-number-value.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js");A.exports=r(1..valueOf)},"./node_modules/core-js/internals/to-absolute-index.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/to-integer-or-infinity.js"),n=Math.max,s=Math.min;A.exports=function(A,e){var t=r(A);return t<0?n(t+e,0):s(t,e)}},"./node_modules/core-js/internals/to-indexed-object.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/indexed-object.js"),n=t("./node_modules/core-js/internals/require-object-coercible.js");A.exports=function(A){return r(n(A))}},"./node_modules/core-js/internals/to-integer-or-infinity.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/math-trunc.js");A.exports=function(A){var e=+A;return e!=e||0===e?0:r(e)}},"./node_modules/core-js/internals/to-length.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/to-integer-or-infinity.js"),n=Math.min;A.exports=function(A){var e=r(A);return e>0?n(e,9007199254740991):0}},"./node_modules/core-js/internals/to-object.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/require-object-coercible.js"),n=Object;A.exports=function(A){return n(r(A))}},"./node_modules/core-js/internals/to-primitive.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-call.js"),n=t("./node_modules/core-js/internals/is-object.js"),s=t("./node_modules/core-js/internals/is-symbol.js"),o=t("./node_modules/core-js/internals/get-method.js"),i=t("./node_modules/core-js/internals/ordinary-to-primitive.js"),c=t("./node_modules/core-js/internals/well-known-symbol.js"),a=TypeError,B=c("toPrimitive");A.exports=function(A,e){if(!n(A)||s(A))return A;var t,c=o(A,B);if(c){if(void 0===e&&(e="default"),t=r(c,A,e),!n(t)||s(t))return t;throw new a("Can't convert object to primitive value")}return void 0===e&&(e="number"),i(A,e)}},"./node_modules/core-js/internals/to-property-key.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/to-primitive.js"),n=t("./node_modules/core-js/internals/is-symbol.js");A.exports=function(A){var e=r(A,"string");return n(e)?e:e+""}},"./node_modules/core-js/internals/to-string-tag-support.js":function(A,e,t){"use strict";var r={};r[t("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag")]="z",A.exports="[object z]"===String(r)},"./node_modules/core-js/internals/to-string.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/classof.js"),n=String;A.exports=function(A){if("Symbol"===r(A))throw new TypeError("Cannot convert a Symbol value to a string");return n(A)}},"./node_modules/core-js/internals/try-to-string.js":function(A){"use strict";var e=String;A.exports=function(A){try{return e(A)}catch(A){return"Object"}}},"./node_modules/core-js/internals/uid.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-uncurry-this.js"),n=0,s=Math.random(),o=r(1..toString);A.exports=function(A){return"Symbol("+(void 0===A?"":A)+")_"+o(++n+s,36)}},"./node_modules/core-js/internals/use-symbol-as-uid.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/symbol-constructor-detection.js");A.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},"./node_modules/core-js/internals/v8-prototype-define-bug.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/descriptors.js"),n=t("./node_modules/core-js/internals/fails.js");A.exports=r&&n((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},"./node_modules/core-js/internals/weak-map-basic-detection.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/global.js"),n=t("./node_modules/core-js/internals/is-callable.js"),s=r.WeakMap;A.exports=n(s)&&/native code/.test(String(s))},"./node_modules/core-js/internals/well-known-symbol-define.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/path.js"),n=t("./node_modules/core-js/internals/has-own-property.js"),s=t("./node_modules/core-js/internals/well-known-symbol-wrapped.js"),o=t("./node_modules/core-js/internals/object-define-property.js").f;A.exports=function(A){var e=r.Symbol||(r.Symbol={});n(e,A)||o(e,A,{value:s.f(A)})}},"./node_modules/core-js/internals/well-known-symbol-wrapped.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/well-known-symbol.js");e.f=r},"./node_modules/core-js/internals/well-known-symbol.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/global.js"),n=t("./node_modules/core-js/internals/shared.js"),s=t("./node_modules/core-js/internals/has-own-property.js"),o=t("./node_modules/core-js/internals/uid.js"),i=t("./node_modules/core-js/internals/symbol-constructor-detection.js"),c=t("./node_modules/core-js/internals/use-symbol-as-uid.js"),a=r.Symbol,B=n("wks"),l=c?a.for||a:a&&a.withoutSetter||o;A.exports=function(A){return s(B,A)||(B[A]=i&&s(a,A)?a[A]:l("Symbol."+A)),B[A]}},"./node_modules/core-js/internals/whitespaces.js":function(A){"use strict";A.exports="\t\n\v\f\r \u2028\u2029\ufeff"},"./node_modules/core-js/modules/es.array.concat.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/fails.js"),s=t("./node_modules/core-js/internals/is-array.js"),o=t("./node_modules/core-js/internals/is-object.js"),i=t("./node_modules/core-js/internals/to-object.js"),c=t("./node_modules/core-js/internals/length-of-array-like.js"),a=t("./node_modules/core-js/internals/does-not-exceed-safe-integer.js"),B=t("./node_modules/core-js/internals/create-property.js"),l=t("./node_modules/core-js/internals/array-species-create.js"),u=t("./node_modules/core-js/internals/array-method-has-species-support.js"),d=t("./node_modules/core-js/internals/well-known-symbol.js"),g=t("./node_modules/core-js/internals/engine-v8-version.js"),w=d("isConcatSpreadable"),Q=g>=51||!n((function(){var A=[];return A[w]=!1,A.concat()[0]!==A})),f=function(A){if(!o(A))return!1;var e=A[w];return void 0!==e?!!e:s(A)};r({target:"Array",proto:!0,arity:1,forced:!Q||!u("concat")},{concat:function(A){var e,t,r,n,s,o=i(this),u=l(o,0),d=0;for(e=-1,r=arguments.length;e<r;e++)if(f(s=-1===e?o:arguments[e]))for(n=c(s),a(d+n),t=0;t<n;t++,d++)t in s&&B(u,d,s[t]);else a(d+1),B(u,d++,s);return u.length=d,u}})},"./node_modules/core-js/modules/es.array.iterator.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/to-indexed-object.js"),n=t("./node_modules/core-js/internals/add-to-unscopables.js"),s=t("./node_modules/core-js/internals/iterators.js"),o=t("./node_modules/core-js/internals/internal-state.js"),i=t("./node_modules/core-js/internals/object-define-property.js").f,c=t("./node_modules/core-js/internals/iterator-define.js"),a=t("./node_modules/core-js/internals/create-iter-result-object.js"),B=t("./node_modules/core-js/internals/is-pure.js"),l=t("./node_modules/core-js/internals/descriptors.js"),u="Array Iterator",d=o.set,g=o.getterFor(u);A.exports=c(Array,"Array",(function(A,e){d(this,{type:u,target:r(A),index:0,kind:e})}),(function(){var A=g(this),e=A.target,t=A.index++;if(!e||t>=e.length)return A.target=void 0,a(void 0,!0);switch(A.kind){case"keys":return a(t,!1);case"values":return a(e[t],!1)}return a([t,e[t]],!1)}),"values");var w=s.Arguments=s.Array;if(n("keys"),n("values"),n("entries"),!B&&l&&"values"!==w.name)try{i(w,"name",{value:"values"})}catch(A){}},"./node_modules/core-js/modules/es.array.join.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/function-uncurry-this.js"),s=t("./node_modules/core-js/internals/indexed-object.js"),o=t("./node_modules/core-js/internals/to-indexed-object.js"),i=t("./node_modules/core-js/internals/array-method-is-strict.js"),c=n([].join);r({target:"Array",proto:!0,forced:s!==Object||!i("join",",")},{join:function(A){return c(o(this),void 0===A?",":A)}})},"./node_modules/core-js/modules/es.array.map.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/array-iteration.js").map;r({target:"Array",proto:!0,forced:!t("./node_modules/core-js/internals/array-method-has-species-support.js")("map")},{map:function(A){return n(this,A,arguments.length>1?arguments[1]:void 0)}})},"./node_modules/core-js/modules/es.array.slice.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/is-array.js"),s=t("./node_modules/core-js/internals/is-constructor.js"),o=t("./node_modules/core-js/internals/is-object.js"),i=t("./node_modules/core-js/internals/to-absolute-index.js"),c=t("./node_modules/core-js/internals/length-of-array-like.js"),a=t("./node_modules/core-js/internals/to-indexed-object.js"),B=t("./node_modules/core-js/internals/create-property.js"),l=t("./node_modules/core-js/internals/well-known-symbol.js"),u=t("./node_modules/core-js/internals/array-method-has-species-support.js"),d=t("./node_modules/core-js/internals/array-slice.js"),g=u("slice"),w=l("species"),Q=Array,f=Math.max;r({target:"Array",proto:!0,forced:!g},{slice:function(A,e){var t,r,l,u=a(this),g=c(u),h=i(A,g),p=i(void 0===e?g:e,g);if(n(u)&&(t=u.constructor,(s(t)&&(t===Q||n(t.prototype))||o(t)&&null===(t=t[w]))&&(t=void 0),t===Q||void 0===t))return d(u,h,p);for(r=new(void 0===t?Q:t)(f(p-h,0)),l=0;h<p;h++,l++)h in u&&B(r,l,u[h]);return r.length=l,r}})},"./node_modules/core-js/modules/es.function.name.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/descriptors.js"),n=t("./node_modules/core-js/internals/function-name.js").EXISTS,s=t("./node_modules/core-js/internals/function-uncurry-this.js"),o=t("./node_modules/core-js/internals/define-built-in-accessor.js"),i=Function.prototype,c=s(i.toString),a=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,B=s(a.exec);r&&!n&&o(i,"name",{configurable:!0,get:function(){try{return B(a,c(this))[1]}catch(A){return""}}})},"./node_modules/core-js/modules/es.json.stringify.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/get-built-in.js"),s=t("./node_modules/core-js/internals/function-apply.js"),o=t("./node_modules/core-js/internals/function-call.js"),i=t("./node_modules/core-js/internals/function-uncurry-this.js"),c=t("./node_modules/core-js/internals/fails.js"),a=t("./node_modules/core-js/internals/is-callable.js"),B=t("./node_modules/core-js/internals/is-symbol.js"),l=t("./node_modules/core-js/internals/array-slice.js"),u=t("./node_modules/core-js/internals/get-json-replacer-function.js"),d=t("./node_modules/core-js/internals/symbol-constructor-detection.js"),g=String,w=n("JSON","stringify"),Q=i(/./.exec),f=i("".charAt),h=i("".charCodeAt),p=i("".replace),C=i(1..toString),U=/[\uD800-\uDFFF]/g,F=/^[\uD800-\uDBFF]$/,m=/^[\uDC00-\uDFFF]$/,y=!d||c((function(){var A=n("Symbol")("stringify detection");return"[null]"!==w([A])||"{}"!==w({a:A})||"{}"!==w(Object(A))})),j=c((function(){return'"\\udf06\\ud834"'!==w("\udf06\ud834")||'"\\udead"'!==w("\udead")})),H=function(A,e){var t=l(arguments),r=u(e);if(a(r)||void 0!==A&&!B(A))return t[1]=function(A,e){if(a(r)&&(e=o(r,this,g(A),e)),!B(e))return e},s(w,null,t)},E=function(A,e,t){var r=f(t,e-1),n=f(t,e+1);return Q(F,A)&&!Q(m,n)||Q(m,A)&&!Q(F,r)?"\\u"+C(h(A,0),16):A};w&&r({target:"JSON",stat:!0,arity:3,forced:y||j},{stringify:function(A,e,t){var r=l(arguments),n=s(y?H:w,null,r);return j&&"string"==typeof n?p(n,U,E):n}})},"./node_modules/core-js/modules/es.number.constructor.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/is-pure.js"),s=t("./node_modules/core-js/internals/descriptors.js"),o=t("./node_modules/core-js/internals/global.js"),i=t("./node_modules/core-js/internals/path.js"),c=t("./node_modules/core-js/internals/function-uncurry-this.js"),a=t("./node_modules/core-js/internals/is-forced.js"),B=t("./node_modules/core-js/internals/has-own-property.js"),l=t("./node_modules/core-js/internals/inherit-if-required.js"),u=t("./node_modules/core-js/internals/object-is-prototype-of.js"),d=t("./node_modules/core-js/internals/is-symbol.js"),g=t("./node_modules/core-js/internals/to-primitive.js"),w=t("./node_modules/core-js/internals/fails.js"),Q=t("./node_modules/core-js/internals/object-get-own-property-names.js").f,f=t("./node_modules/core-js/internals/object-get-own-property-descriptor.js").f,h=t("./node_modules/core-js/internals/object-define-property.js").f,p=t("./node_modules/core-js/internals/this-number-value.js"),C=t("./node_modules/core-js/internals/string-trim.js").trim,U="Number",F=o[U],m=i[U],y=F.prototype,j=o.TypeError,H=c("".slice),E=c("".charCodeAt),b=a(U,!F(" 0o1")||!F("0b1")||F("+0x1")),v=function(A){var e,t=arguments.length<1?0:F(function(A){var e=g(A,"number");return"bigint"==typeof e?e:function(A){var e,t,r,n,s,o,i,c,a=g(A,"number");if(d(a))throw new j("Cannot convert a Symbol value to a number");if("string"==typeof a&&a.length>2)if(a=C(a),43===(e=E(a,0))||45===e){if(88===(t=E(a,2))||120===t)return NaN}else if(48===e){switch(E(a,1)){case 66:case 98:r=2,n=49;break;case 79:case 111:r=8,n=55;break;default:return+a}for(o=(s=H(a,2)).length,i=0;i<o;i++)if((c=E(s,i))<48||c>n)return NaN;return parseInt(s,r)}return+a}(e)}(A));return u(y,e=this)&&w((function(){p(e)}))?l(Object(t),this,v):t};v.prototype=y,b&&!n&&(y.constructor=v),r({global:!0,constructor:!0,wrap:!0,forced:b},{Number:v});var I=function(A,e){for(var t,r=s?Q(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),n=0;r.length>n;n++)B(e,t=r[n])&&!B(A,t)&&h(A,t,f(e,t))};n&&m&&I(i[U],m),(b||n)&&I(i[U],F)},"./node_modules/core-js/modules/es.object.assign.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/object-assign.js");r({target:"Object",stat:!0,arity:2,forced:Object.assign!==n},{assign:n})},"./node_modules/core-js/modules/es.object.get-own-property-symbols.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/symbol-constructor-detection.js"),s=t("./node_modules/core-js/internals/fails.js"),o=t("./node_modules/core-js/internals/object-get-own-property-symbols.js"),i=t("./node_modules/core-js/internals/to-object.js");r({target:"Object",stat:!0,forced:!n||s((function(){o.f(1)}))},{getOwnPropertySymbols:function(A){var e=o.f;return e?e(i(A)):[]}})},"./node_modules/core-js/modules/es.object.keys.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/to-object.js"),s=t("./node_modules/core-js/internals/object-keys.js");r({target:"Object",stat:!0,forced:t("./node_modules/core-js/internals/fails.js")((function(){s(1)}))},{keys:function(A){return s(n(A))}})},"./node_modules/core-js/modules/es.object.to-string.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/to-string-tag-support.js"),n=t("./node_modules/core-js/internals/define-built-in.js"),s=t("./node_modules/core-js/internals/object-to-string.js");r||n(Object.prototype,"toString",s,{unsafe:!0})},"./node_modules/core-js/modules/es.regexp.to-string.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/function-name.js").PROPER,n=t("./node_modules/core-js/internals/define-built-in.js"),s=t("./node_modules/core-js/internals/an-object.js"),o=t("./node_modules/core-js/internals/to-string.js"),i=t("./node_modules/core-js/internals/fails.js"),c=t("./node_modules/core-js/internals/regexp-get-flags.js"),a="toString",B=RegExp.prototype,l=B[a],u=i((function(){return"/a/b"!==l.call({source:"a",flags:"b"})})),d=r&&l.name!==a;(u||d)&&n(B,a,(function(){var A=s(this);return"/"+o(A.source)+"/"+o(c(A))}),{unsafe:!0})},"./node_modules/core-js/modules/es.string.iterator.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/string-multibyte.js").charAt,n=t("./node_modules/core-js/internals/to-string.js"),s=t("./node_modules/core-js/internals/internal-state.js"),o=t("./node_modules/core-js/internals/iterator-define.js"),i=t("./node_modules/core-js/internals/create-iter-result-object.js"),c="String Iterator",a=s.set,B=s.getterFor(c);o(String,"String",(function(A){a(this,{type:c,string:n(A),index:0})}),(function(){var A,e=B(this),t=e.string,n=e.index;return n>=t.length?i(void 0,!0):(A=r(t,n),e.index+=A.length,i(A,!1))}))},"./node_modules/core-js/modules/es.string.link.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/create-html.js");r({target:"String",proto:!0,forced:t("./node_modules/core-js/internals/string-html-forced.js")("link")},{link:function(A){return n(this,"a","href",A)}})},"./node_modules/core-js/modules/es.symbol.constructor.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/global.js"),s=t("./node_modules/core-js/internals/function-call.js"),o=t("./node_modules/core-js/internals/function-uncurry-this.js"),i=t("./node_modules/core-js/internals/is-pure.js"),c=t("./node_modules/core-js/internals/descriptors.js"),a=t("./node_modules/core-js/internals/symbol-constructor-detection.js"),B=t("./node_modules/core-js/internals/fails.js"),l=t("./node_modules/core-js/internals/has-own-property.js"),u=t("./node_modules/core-js/internals/object-is-prototype-of.js"),d=t("./node_modules/core-js/internals/an-object.js"),g=t("./node_modules/core-js/internals/to-indexed-object.js"),w=t("./node_modules/core-js/internals/to-property-key.js"),Q=t("./node_modules/core-js/internals/to-string.js"),f=t("./node_modules/core-js/internals/create-property-descriptor.js"),h=t("./node_modules/core-js/internals/object-create.js"),p=t("./node_modules/core-js/internals/object-keys.js"),C=t("./node_modules/core-js/internals/object-get-own-property-names.js"),U=t("./node_modules/core-js/internals/object-get-own-property-names-external.js"),F=t("./node_modules/core-js/internals/object-get-own-property-symbols.js"),m=t("./node_modules/core-js/internals/object-get-own-property-descriptor.js"),y=t("./node_modules/core-js/internals/object-define-property.js"),j=t("./node_modules/core-js/internals/object-define-properties.js"),H=t("./node_modules/core-js/internals/object-property-is-enumerable.js"),E=t("./node_modules/core-js/internals/define-built-in.js"),b=t("./node_modules/core-js/internals/define-built-in-accessor.js"),v=t("./node_modules/core-js/internals/shared.js"),I=t("./node_modules/core-js/internals/shared-key.js"),K=t("./node_modules/core-js/internals/hidden-keys.js"),_=t("./node_modules/core-js/internals/uid.js"),L=t("./node_modules/core-js/internals/well-known-symbol.js"),x=t("./node_modules/core-js/internals/well-known-symbol-wrapped.js"),D=t("./node_modules/core-js/internals/well-known-symbol-define.js"),S=t("./node_modules/core-js/internals/symbol-define-to-primitive.js"),O=t("./node_modules/core-js/internals/set-to-string-tag.js"),T=t("./node_modules/core-js/internals/internal-state.js"),M=t("./node_modules/core-js/internals/array-iteration.js").forEach,k=I("hidden"),G="Symbol",V="prototype",P=T.set,R=T.getterFor(G),N=Object[V],X=n.Symbol,J=X&&X[V],Y=n.RangeError,W=n.TypeError,Z=n.QObject,q=m.f,z=y.f,$=U.f,AA=H.f,eA=o([].push),tA=v("symbols"),rA=v("op-symbols"),nA=v("wks"),sA=!Z||!Z[V]||!Z[V].findChild,oA=function(A,e,t){var r=q(N,e);r&&delete N[e],z(A,e,t),r&&A!==N&&z(N,e,r)},iA=c&&B((function(){return 7!==h(z({},"a",{get:function(){return z(this,"a",{value:7}).a}})).a}))?oA:z,cA=function(A,e){var t=tA[A]=h(J);return P(t,{type:G,tag:A,description:e}),c||(t.description=e),t},aA=function(A,e,t){A===N&&aA(rA,e,t),d(A);var r=w(e);return d(t),l(tA,r)?(t.enumerable?(l(A,k)&&A[k][r]&&(A[k][r]=!1),t=h(t,{enumerable:f(0,!1)})):(l(A,k)||z(A,k,f(1,h(null))),A[k][r]=!0),iA(A,r,t)):z(A,r,t)},BA=function(A,e){d(A);var t=g(e),r=p(t).concat(gA(t));return M(r,(function(e){c&&!s(lA,t,e)||aA(A,e,t[e])})),A},lA=function(A){var e=w(A),t=s(AA,this,e);return!(this===N&&l(tA,e)&&!l(rA,e))&&(!(t||!l(this,e)||!l(tA,e)||l(this,k)&&this[k][e])||t)},uA=function(A,e){var t=g(A),r=w(e);if(t!==N||!l(tA,r)||l(rA,r)){var n=q(t,r);return!n||!l(tA,r)||l(t,k)&&t[k][r]||(n.enumerable=!0),n}},dA=function(A){var e=$(g(A)),t=[];return M(e,(function(A){l(tA,A)||l(K,A)||eA(t,A)})),t},gA=function(A){var e=A===N,t=$(e?rA:g(A)),r=[];return M(t,(function(A){!l(tA,A)||e&&!l(N,A)||eA(r,tA[A])})),r};a||(X=function(){if(u(J,this))throw new W("Symbol is not a constructor");var A=arguments.length&&void 0!==arguments[0]?Q(arguments[0]):void 0,e=_(A),t=function(A){var r=void 0===this?n:this;r===N&&s(t,rA,A),l(r,k)&&l(r[k],e)&&(r[k][e]=!1);var o=f(1,A);try{iA(r,e,o)}catch(A){if(!(A instanceof Y))throw A;oA(r,e,o)}};return c&&sA&&iA(N,e,{configurable:!0,set:t}),cA(e,A)},E(J=X[V],"toString",(function(){return R(this).tag})),E(X,"withoutSetter",(function(A){return cA(_(A),A)})),H.f=lA,y.f=aA,j.f=BA,m.f=uA,C.f=U.f=dA,F.f=gA,x.f=function(A){return cA(L(A),A)},c&&(b(J,"description",{configurable:!0,get:function(){return R(this).description}}),i||E(N,"propertyIsEnumerable",lA,{unsafe:!0}))),r({global:!0,constructor:!0,wrap:!0,forced:!a,sham:!a},{Symbol:X}),M(p(nA),(function(A){D(A)})),r({target:G,stat:!0,forced:!a},{useSetter:function(){sA=!0},useSimple:function(){sA=!1}}),r({target:"Object",stat:!0,forced:!a,sham:!c},{create:function(A,e){return void 0===e?h(A):BA(h(A),e)},defineProperty:aA,defineProperties:BA,getOwnPropertyDescriptor:uA}),r({target:"Object",stat:!0,forced:!a},{getOwnPropertyNames:dA}),S(),O(X,G),K[k]=!0},"./node_modules/core-js/modules/es.symbol.description.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/descriptors.js"),s=t("./node_modules/core-js/internals/global.js"),o=t("./node_modules/core-js/internals/function-uncurry-this.js"),i=t("./node_modules/core-js/internals/has-own-property.js"),c=t("./node_modules/core-js/internals/is-callable.js"),a=t("./node_modules/core-js/internals/object-is-prototype-of.js"),B=t("./node_modules/core-js/internals/to-string.js"),l=t("./node_modules/core-js/internals/define-built-in-accessor.js"),u=t("./node_modules/core-js/internals/copy-constructor-properties.js"),d=s.Symbol,g=d&&d.prototype;if(n&&c(d)&&(!("description"in g)||void 0!==d().description)){var w={},Q=function(){var A=arguments.length<1||void 0===arguments[0]?void 0:B(arguments[0]),e=a(g,this)?new d(A):void 0===A?d():d(A);return""===A&&(w[e]=!0),e};u(Q,d),Q.prototype=g,g.constructor=Q;var f="Symbol(description detection)"===String(d("description detection")),h=o(g.valueOf),p=o(g.toString),C=/^Symbol\((.*)\)[^)]+$/,U=o("".replace),F=o("".slice);l(g,"description",{configurable:!0,get:function(){var A=h(this);if(i(w,A))return"";var e=p(A),t=f?F(e,7,-1):U(e,C,"$1");return""===t?void 0:t}}),r({global:!0,constructor:!0,forced:!0},{Symbol:Q})}},"./node_modules/core-js/modules/es.symbol.for.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/get-built-in.js"),s=t("./node_modules/core-js/internals/has-own-property.js"),o=t("./node_modules/core-js/internals/to-string.js"),i=t("./node_modules/core-js/internals/shared.js"),c=t("./node_modules/core-js/internals/symbol-registry-detection.js"),a=i("string-to-symbol-registry"),B=i("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!c},{for:function(A){var e=o(A);if(s(a,e))return a[e];var t=n("Symbol")(e);return a[e]=t,B[t]=e,t}})},"./node_modules/core-js/modules/es.symbol.iterator.js":function(A,e,t){"use strict";t("./node_modules/core-js/internals/well-known-symbol-define.js")("iterator")},"./node_modules/core-js/modules/es.symbol.js":function(A,e,t){"use strict";t("./node_modules/core-js/modules/es.symbol.constructor.js"),t("./node_modules/core-js/modules/es.symbol.for.js"),t("./node_modules/core-js/modules/es.symbol.key-for.js"),t("./node_modules/core-js/modules/es.json.stringify.js"),t("./node_modules/core-js/modules/es.object.get-own-property-symbols.js")},"./node_modules/core-js/modules/es.symbol.key-for.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/has-own-property.js"),s=t("./node_modules/core-js/internals/is-symbol.js"),o=t("./node_modules/core-js/internals/try-to-string.js"),i=t("./node_modules/core-js/internals/shared.js"),c=t("./node_modules/core-js/internals/symbol-registry-detection.js"),a=i("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!c},{keyFor:function(A){if(!s(A))throw new TypeError(o(A)+" is not a symbol");if(n(a,A))return a[A]}})},"./node_modules/core-js/modules/esnext.async-iterator.for-each.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/async-iterator-iteration.js").forEach;r({target:"AsyncIterator",proto:!0,real:!0},{forEach:function(A){return n(this,A)}})},"./node_modules/core-js/modules/esnext.async-iterator.map.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/async-iterator-map.js");r({target:"AsyncIterator",proto:!0,real:!0,forced:t("./node_modules/core-js/internals/is-pure.js")},{map:n})},"./node_modules/core-js/modules/esnext.iterator.constructor.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/global.js"),s=t("./node_modules/core-js/internals/an-instance.js"),o=t("./node_modules/core-js/internals/an-object.js"),i=t("./node_modules/core-js/internals/is-callable.js"),c=t("./node_modules/core-js/internals/object-get-prototype-of.js"),a=t("./node_modules/core-js/internals/define-built-in-accessor.js"),B=t("./node_modules/core-js/internals/create-property.js"),l=t("./node_modules/core-js/internals/fails.js"),u=t("./node_modules/core-js/internals/has-own-property.js"),d=t("./node_modules/core-js/internals/well-known-symbol.js"),g=t("./node_modules/core-js/internals/iterators-core.js").IteratorPrototype,w=t("./node_modules/core-js/internals/descriptors.js"),Q=t("./node_modules/core-js/internals/is-pure.js"),f="constructor",h="Iterator",p=d("toStringTag"),C=TypeError,U=n[h],F=Q||!i(U)||U.prototype!==g||!l((function(){U({})})),m=function(){if(s(this,g),c(this)===g)throw new C("Abstract class Iterator not directly constructable")},y=function(A,e){w?a(g,A,{configurable:!0,get:function(){return e},set:function(e){if(o(this),this===g)throw new C("You can't redefine this property");u(this,A)?this[A]=e:B(this,A,e)}}):g[A]=e};u(g,p)||y(p,h),!F&&u(g,f)&&g[f]!==Object||y(f,m),m.prototype=g,r({global:!0,constructor:!0,forced:F},{Iterator:m})},"./node_modules/core-js/modules/esnext.iterator.for-each.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/iterate.js"),s=t("./node_modules/core-js/internals/a-callable.js"),o=t("./node_modules/core-js/internals/an-object.js"),i=t("./node_modules/core-js/internals/get-iterator-direct.js");r({target:"Iterator",proto:!0,real:!0},{forEach:function(A){o(this),s(A);var e=i(this),t=0;n(e,(function(e){A(e,t++)}),{IS_RECORD:!0})}})},"./node_modules/core-js/modules/esnext.iterator.map.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/export.js"),n=t("./node_modules/core-js/internals/iterator-map.js");r({target:"Iterator",proto:!0,real:!0,forced:t("./node_modules/core-js/internals/is-pure.js")},{map:n})},"./node_modules/core-js/modules/web.dom-collections.for-each.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/global.js"),n=t("./node_modules/core-js/internals/dom-iterables.js"),s=t("./node_modules/core-js/internals/dom-token-list-prototype.js"),o=t("./node_modules/core-js/internals/array-for-each.js"),i=t("./node_modules/core-js/internals/create-non-enumerable-property.js"),c=function(A){if(A&&A.forEach!==o)try{i(A,"forEach",o)}catch(e){A.forEach=o}};for(var a in n)n[a]&&c(r[a]&&r[a].prototype);c(s)},"./node_modules/core-js/modules/web.dom-collections.iterator.js":function(A,e,t){"use strict";var r=t("./node_modules/core-js/internals/global.js"),n=t("./node_modules/core-js/internals/dom-iterables.js"),s=t("./node_modules/core-js/internals/dom-token-list-prototype.js"),o=t("./node_modules/core-js/modules/es.array.iterator.js"),i=t("./node_modules/core-js/internals/create-non-enumerable-property.js"),c=t("./node_modules/core-js/internals/set-to-string-tag.js"),a=t("./node_modules/core-js/internals/well-known-symbol.js")("iterator"),B=o.values,l=function(A,e){if(A){if(A[a]!==B)try{i(A,a,B)}catch(e){A[a]=B}if(c(A,e,!0),n[e])for(var t in o)if(A[t]!==o[t])try{i(A,t,o[t])}catch(e){A[t]=o[t]}}};for(var u in n)l(r[u]&&r[u].prototype,u);l(s,"DOMTokenList")}},t={};function r(A){var n=t[A];if(void 0!==n)return n.exports;var s=t[A]={exports:{}};return e[A].call(s.exports,s,s.exports,r),s.exports}r.n=function(A){var e=A&&A.__esModule?function(){return A.default}:function(){return A};return r.d(e,{a:e}),e},r.d=function(A,e){for(var t in e)r.o(e,t)&&!r.o(A,t)&&Object.defineProperty(A,t,{enumerable:!0,get:e[t]})},r.o=function(A,e){return Object.prototype.hasOwnProperty.call(A,e)},r.r=function(A){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(A,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(A,"__esModule",{value:!0})};var n={};return function(){"use strict";r.r(n);var A=r("./src/worker.js"),e=(r("./src/plugin/jspdf-plugin.js"),r("./src/plugin/pagebreaks.js"),r("./src/plugin/hyperlinks.js"),function A(e,t){var r=new A.Worker(t);return e?r.from(e).save():r});e.Worker=A.default,n.default=e}(),n.default}()}));
//# sourceMappingURL=html2pdf.min.js.map