@inlog/inlog-maps 6.4.1 → 6.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  /*! For license information please see inlog-maps.js.LICENSE.txt */
2
- !function(A,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("InlogMaps",[],e):"object"==typeof exports?exports.InlogMaps=e():A.InlogMaps=e()}(self,(()=>(()=>{var A={278:(A,e,t)=>{"use strict";t.r(e),t.d(e,{default:()=>c});class n{constructor(){!function(A,e){for(let t in e.prototype)A.prototype[t]=e.prototype[t]}(n,google.maps.OverlayView)}}function r(A){return Object.keys(A).reduce(((e,t)=>(A[t]&&e.push(t+":"+A[t]),e)),[]).join(";")}function o(A){return A?A+"px":void 0}class i extends n{constructor(A,e){super(),this.cluster_=A,this.styles_=e,this.center_=null,this.div_=null,this.sums_=null,this.visible_=!1,this.style=null,this.setMap(A.getMap())}onAdd(){let A,e;const t=this.cluster_.getMarkerClusterer(),[n,r]=google.maps.version.split("."),o=100*parseInt(n,10)+parseInt(r,10);this.div_=document.createElement("div"),this.visible_&&this.show(),this.getPanes().overlayMouseTarget.appendChild(this.div_),this.boundsChangedListener_=google.maps.event.addListener(this.getMap(),"bounds_changed",(function(){e=A})),google.maps.event.addDomListener(this.div_,"mousedown",(()=>{A=!0,e=!1})),o>=332&&google.maps.event.addDomListener(this.div_,"touchstart",(A=>{A.stopPropagation()})),google.maps.event.addDomListener(this.div_,"click",(n=>{if(A=!1,!e){if(google.maps.event.trigger(t,"click",this.cluster_),google.maps.event.trigger(t,"clusterclick",this.cluster_),t.getZoomOnClick()){const A=t.getMaxZoom(),e=this.cluster_.getBounds();t.getMap().fitBounds(e),setTimeout((function(){t.getMap().fitBounds(e),null!==A&&t.getMap().getZoom()>A&&t.getMap().setZoom(A+1)}),100)}n.cancelBubble=!0,n.stopPropagation&&n.stopPropagation()}})),google.maps.event.addDomListener(this.div_,"mouseover",(()=>{google.maps.event.trigger(t,"mouseover",this.cluster_)})),google.maps.event.addDomListener(this.div_,"mouseout",(()=>{google.maps.event.trigger(t,"mouseout",this.cluster_)}))}onRemove(){this.div_&&this.div_.parentNode&&(this.hide(),google.maps.event.removeListener(this.boundsChangedListener_),google.maps.event.clearInstanceListeners(this.div_),this.div_.parentNode.removeChild(this.div_),this.div_=null)}draw(){if(this.visible_){const A=this.getPosFromLatLng_(this.center_);this.div_.style.top=A.y+"px",this.div_.style.left=A.x+"px"}}hide(){this.div_&&(this.div_.style.display="none"),this.visible_=!1}show(){this.div_&&(this.div_.className=this.className_,this.div_.style.cssText=this.createCss_(this.getPosFromLatLng_(this.center_)),this.div_.innerHTML=(this.style.url?this.getImageElementHtml():"")+this.getLabelDivHtml(),void 0===this.sums_.title||""===this.sums_.title?this.div_.title=this.cluster_.getMarkerClusterer().getTitle():this.div_.title=this.sums_.title,this.div_.style.display=""),this.visible_=!0}getLabelDivHtml(){return`\n<div aria-label="${this.cluster_.getMarkerClusterer().ariaLabelFn(this.sums_.text)}" style="${r({position:"absolute",top:o(this.anchorText_[0]),left:o(this.anchorText_[1]),color:this.style.textColor,"font-size":o(this.style.textSize),"font-family":this.style.fontFamily,"font-weight":this.style.fontWeight,"font-style":this.style.fontStyle,"text-decoration":this.style.textDecoration,"text-align":"center",width:o(this.style.width),"line-height":o(this.style.textLineHeight)})}" tabindex="0">\n <span aria-hidden="true">${this.sums_.text}</span>\n</div>\n`}getImageElementHtml(){const A=(this.style.backgroundPosition||"0 0").split(" "),e=parseInt(A[0].replace(/^\s+|\s+$/g,""),10),t=parseInt(A[1].replace(/^\s+|\s+$/g,""),10);let n={};if(this.cluster_.getMarkerClusterer().getEnableRetinaIcons())n={width:o(this.style.width),height:o(this.style.height)};else{const[A,r,o,i]=[-1*t,-1*e+this.style.width,-1*t+this.style.height,-1*e];n={clip:`rect(${A}px, ${r}px, ${o}px, ${i}px)`}}const i=r(Object.assign({position:"absolute",top:o(t),left:o(e)},n));return`<img alt="${this.sums_.text}" aria-hidden="true" src="${this.style.url}" style="${i}"/>`}useStyle(A){this.sums_=A;let e=Math.max(0,A.index-1);e=Math.min(this.styles_.length-1,e),this.style=this.styles_[e],this.anchorText_=this.style.anchorText||[0,0],this.anchorIcon_=this.style.anchorIcon||[Math.floor(this.style.height/2),Math.floor(this.style.width/2)],this.className_=this.cluster_.getMarkerClusterer().getClusterClass()+" "+(this.style.className||"cluster-"+e)}setCenter(A){this.center_=A}createCss_(A){return r({"z-index":`${this.cluster_.getMarkerClusterer().getZIndex()}`,top:o(A.y),left:o(A.x),width:o(this.style.width),height:o(this.style.height),cursor:"pointer",position:"absolute","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-o-user-select":"none","user-select":"none"})}getPosFromLatLng_(A){const e=this.getProjection().fromLatLngToDivPixel(A);return e.x=Math.floor(e.x-this.anchorIcon_[1]),e.y=Math.floor(e.y-this.anchorIcon_[0]),e}}class s{constructor(A){this.markerClusterer_=A,this.map_=this.markerClusterer_.getMap(),this.minClusterSize_=this.markerClusterer_.getMinimumClusterSize(),this.averageCenter_=this.markerClusterer_.getAverageCenter(),this.markers_=[],this.center_=null,this.bounds_=null,this.clusterIcon_=new i(this,this.markerClusterer_.getStyles())}getSize(){return this.markers_.length}getMarkers(){return this.markers_}getCenter(){return this.center_}getMap(){return this.map_}getMarkerClusterer(){return this.markerClusterer_}getBounds(){const A=new google.maps.LatLngBounds(this.center_,this.center_),e=this.getMarkers();for(let t=0;t<e.length;t++)A.extend(e[t].getPosition());return A}remove(){this.clusterIcon_.setMap(null),this.markers_=[],delete this.markers_}addMarker(A){if(this.isMarkerAlreadyAdded_(A))return!1;if(this.center_){if(this.averageCenter_){const e=this.markers_.length+1,t=(this.center_.lat()*(e-1)+A.getPosition().lat())/e,n=(this.center_.lng()*(e-1)+A.getPosition().lng())/e;this.center_=new google.maps.LatLng(t,n),this.calculateBounds_()}}else this.center_=A.getPosition(),this.calculateBounds_();A.isAdded=!0,this.markers_.push(A);const e=this.markers_.length,t=this.markerClusterer_.getMaxZoom();if(null!==t&&this.map_.getZoom()>t)A.getMap()!==this.map_&&A.setMap(this.map_);else if(e<this.minClusterSize_)A.getMap()!==this.map_&&A.setMap(this.map_);else if(e===this.minClusterSize_)for(let A=0;A<e;A++)this.markers_[A].setMap(null);else A.setMap(null);return!0}isMarkerInClusterBounds(A){return this.bounds_.contains(A.getPosition())}calculateBounds_(){const A=new google.maps.LatLngBounds(this.center_,this.center_);this.bounds_=this.markerClusterer_.getExtendedBounds(A)}updateIcon(){const A=this.markers_.length,e=this.markerClusterer_.getMaxZoom();if(null!==e&&this.map_.getZoom()>e)return void this.clusterIcon_.hide();if(A<this.minClusterSize_)return void this.clusterIcon_.hide();const t=this.markerClusterer_.getStyles().length,n=this.markerClusterer_.getCalculator()(this.markers_,t);this.clusterIcon_.setCenter(this.center_),this.clusterIcon_.useStyle(n),this.clusterIcon_.show()}isMarkerAlreadyAdded_(A){if(this.markers_.indexOf)return-1!==this.markers_.indexOf(A);for(let e=0;e<this.markers_.length;e++)if(A===this.markers_[e])return!0;return!1}}const a=(A,e,t)=>void 0!==A[e]?A[e]:t;class l extends n{constructor(A,e=[],t={}){super(),this.options=t,this.markers_=[],this.clusters_=[],this.listeners_=[],this.activeMap_=null,this.ready_=!1,this.ariaLabelFn=this.options.ariaLabelFn||(()=>""),this.zIndex_=this.options.zIndex||google.maps.Marker.MAX_ZINDEX+1,this.gridSize_=this.options.gridSize||60,this.minClusterSize_=this.options.minimumClusterSize||2,this.maxZoom_=this.options.maxZoom||null,this.styles_=this.options.styles||[],this.title_=this.options.title||"",this.zoomOnClick_=a(this.options,"zoomOnClick",!0),this.averageCenter_=a(this.options,"averageCenter",!1),this.ignoreHidden_=a(this.options,"ignoreHidden",!1),this.enableRetinaIcons_=a(this.options,"enableRetinaIcons",!1),this.imagePath_=this.options.imagePath||l.IMAGE_PATH,this.imageExtension_=this.options.imageExtension||l.IMAGE_EXTENSION,this.imageSizes_=this.options.imageSizes||l.IMAGE_SIZES,this.calculator_=this.options.calculator||l.CALCULATOR,this.batchSize_=this.options.batchSize||l.BATCH_SIZE,this.batchSizeIE_=this.options.batchSizeIE||l.BATCH_SIZE_IE,this.clusterClass_=this.options.clusterClass||"cluster",-1!==navigator.userAgent.toLowerCase().indexOf("msie")&&(this.batchSize_=this.batchSizeIE_),this.setupStyles_(),this.addMarkers(e,!0),this.setMap(A)}onAdd(){this.activeMap_=this.getMap(),this.ready_=!0,this.repaint(),this.prevZoom_=this.getMap().getZoom(),this.listeners_=[google.maps.event.addListener(this.getMap(),"zoom_changed",(()=>{const A=this.getMap(),e=A.minZoom||0,t=Math.min(A.maxZoom||100,A.mapTypes[A.getMapTypeId()].maxZoom),n=Math.min(Math.max(this.getMap().getZoom(),e),t);this.prevZoom_!=n&&(this.prevZoom_=n,this.resetViewport_(!1))})),google.maps.event.addListener(this.getMap(),"idle",(()=>{this.redraw_()}))]}onRemove(){for(let A=0;A<this.markers_.length;A++)this.markers_[A].getMap()!==this.activeMap_&&this.markers_[A].setMap(this.activeMap_);for(let A=0;A<this.clusters_.length;A++)this.clusters_[A].remove();this.clusters_=[];for(let A=0;A<this.listeners_.length;A++)google.maps.event.removeListener(this.listeners_[A]);this.listeners_=[],this.activeMap_=null,this.ready_=!1}draw(){}setupStyles_(){if(!(this.styles_.length>0))for(let A=0;A<this.imageSizes_.length;A++){const e=this.imageSizes_[A];this.styles_.push(l.withDefaultStyle({url:this.imagePath_+(A+1)+"."+this.imageExtension_,height:e,width:e}))}}fitMapToMarkers(A){const e=this.getMarkers(),t=new google.maps.LatLngBounds;for(let A=0;A<e.length;A++)!e[A].getVisible()&&this.getIgnoreHidden()||t.extend(e[A].getPosition());this.getMap().fitBounds(t,A)}getGridSize(){return this.gridSize_}setGridSize(A){this.gridSize_=A}getMinimumClusterSize(){return this.minClusterSize_}setMinimumClusterSize(A){this.minClusterSize_=A}getMaxZoom(){return this.maxZoom_}setMaxZoom(A){this.maxZoom_=A}getZIndex(){return this.zIndex_}setZIndex(A){this.zIndex_=A}getStyles(){return this.styles_}setStyles(A){this.styles_=A}getTitle(){return this.title_}setTitle(A){this.title_=A}getZoomOnClick(){return this.zoomOnClick_}setZoomOnClick(A){this.zoomOnClick_=A}getAverageCenter(){return this.averageCenter_}setAverageCenter(A){this.averageCenter_=A}getIgnoreHidden(){return this.ignoreHidden_}setIgnoreHidden(A){this.ignoreHidden_=A}getEnableRetinaIcons(){return this.enableRetinaIcons_}setEnableRetinaIcons(A){this.enableRetinaIcons_=A}getImageExtension(){return this.imageExtension_}setImageExtension(A){this.imageExtension_=A}getImagePath(){return this.imagePath_}setImagePath(A){this.imagePath_=A}getImageSizes(){return this.imageSizes_}setImageSizes(A){this.imageSizes_=A}getCalculator(){return this.calculator_}setCalculator(A){this.calculator_=A}getBatchSizeIE(){return this.batchSizeIE_}setBatchSizeIE(A){this.batchSizeIE_=A}getClusterClass(){return this.clusterClass_}setClusterClass(A){this.clusterClass_=A}getMarkers(){return this.markers_}getTotalMarkers(){return this.markers_.length}getClusters(){return this.clusters_}getTotalClusters(){return this.clusters_.length}addMarker(A,e){this.pushMarkerTo_(A),e||this.redraw_()}addMarkers(A,e){for(const e in A)Object.prototype.hasOwnProperty.call(A,e)&&this.pushMarkerTo_(A[e]);e||this.redraw_()}pushMarkerTo_(A){A.getDraggable()&&google.maps.event.addListener(A,"dragend",(()=>{this.ready_&&(A.isAdded=!1,this.repaint())})),A.isAdded=!1,this.markers_.push(A)}removeMarker(A,e){const t=this.removeMarker_(A);return!e&&t&&this.repaint(),t}removeMarkers(A,e){let t=!1;for(let e=0;e<A.length;e++){const n=this.removeMarker_(A[e]);t=t||n}return!e&&t&&this.repaint(),t}removeMarker_(A){let e=-1;if(this.markers_.indexOf)e=this.markers_.indexOf(A);else for(let t=0;t<this.markers_.length;t++)if(A===this.markers_[t]){e=t;break}return-1!==e&&(A.setMap(null),this.markers_.splice(e,1),!0)}clearMarkers(){this.resetViewport_(!0),this.markers_=[]}repaint(){const A=this.clusters_.slice();this.clusters_=[],this.resetViewport_(!1),this.redraw_(),setTimeout((function(){for(let e=0;e<A.length;e++)A[e].remove()}),0)}getExtendedBounds(A){const e=this.getProjection(),t=new google.maps.LatLng(A.getNorthEast().lat(),A.getNorthEast().lng()),n=new google.maps.LatLng(A.getSouthWest().lat(),A.getSouthWest().lng()),r=e.fromLatLngToDivPixel(t);r.x+=this.gridSize_,r.y-=this.gridSize_;const o=e.fromLatLngToDivPixel(n);o.x-=this.gridSize_,o.y+=this.gridSize_;const i=e.fromDivPixelToLatLng(r),s=e.fromDivPixelToLatLng(o);return A.extend(i),A.extend(s),A}redraw_(){this.createClusters_(0)}resetViewport_(A){for(let A=0;A<this.clusters_.length;A++)this.clusters_[A].remove();this.clusters_=[];for(let e=0;e<this.markers_.length;e++){const t=this.markers_[e];t.isAdded=!1,A&&t.setMap(null)}}distanceBetweenPoints_(A,e){const t=(e.lat()-A.lat())*Math.PI/180,n=(e.lng()-A.lng())*Math.PI/180,r=Math.sin(t/2)*Math.sin(t/2)+Math.cos(A.lat()*Math.PI/180)*Math.cos(e.lat()*Math.PI/180)*Math.sin(n/2)*Math.sin(n/2);return 2*Math.atan2(Math.sqrt(r),Math.sqrt(1-r))*6371}isMarkerInBounds_(A,e){return e.contains(A.getPosition())}addToClosestCluster_(A){let e=4e4,t=null;for(let n=0;n<this.clusters_.length;n++){const r=this.clusters_[n],o=r.getCenter();if(o){const n=this.distanceBetweenPoints_(o,A.getPosition());n<e&&(e=n,t=r)}}if(t&&t.isMarkerInClusterBounds(A))t.addMarker(A);else{const e=new s(this);e.addMarker(A),this.clusters_.push(e)}}createClusters_(A){if(!this.ready_)return;let e;0===A&&(google.maps.event.trigger(this,"clusteringbegin",this),void 0!==this.timerRefStatic&&(clearTimeout(this.timerRefStatic),delete this.timerRefStatic)),e=this.getMap().getZoom()>3?new google.maps.LatLngBounds(this.getMap().getBounds().getSouthWest(),this.getMap().getBounds().getNorthEast()):new google.maps.LatLngBounds(new google.maps.LatLng(85.02070771743472,-178.48388434375),new google.maps.LatLng(-85.08136444384544,178.00048865625));const t=this.getExtendedBounds(e),n=Math.min(A+this.batchSize_,this.markers_.length);for(let e=A;e<n;e++){const A=this.markers_[e];!A.isAdded&&this.isMarkerInBounds_(A,t)&&(!this.ignoreHidden_||this.ignoreHidden_&&A.getVisible())&&this.addToClosestCluster_(A)}if(n<this.markers_.length)this.timerRefStatic=window.setTimeout((()=>{this.createClusters_(n)}),0);else{delete this.timerRefStatic,google.maps.event.trigger(this,"clusteringend",this);for(let A=0;A<this.clusters_.length;A++)this.clusters_[A].updateIcon()}}static CALCULATOR(A,e){let t=0;const n=A.length;let r=n;for(;0!==r;)r=Math.floor(r/10),t++;return t=Math.min(t,e),{text:n.toString(),index:t,title:""}}static withDefaultStyle(A){return Object.assign({textColor:"black",textSize:11,textDecoration:"none",textLineHeight:A.height,fontWeight:"bold",fontStyle:"normal",fontFamily:"Arial,sans-serif",backgroundPosition:"0 0"},A)}}l.BATCH_SIZE=2e3,l.BATCH_SIZE_IE=500,l.IMAGE_PATH="../images/m",l.IMAGE_EXTENSION="png",l.IMAGE_SIZES=[53,56,66,78,90];const c=l},868:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(t(420)),r=a(t(594)),o=a(t(451)),i=a(t(672)),s=t(57);function a(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e,t){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:6371e3,l=(0,n.default)(A),c=(0,r.default)(A),u=e/a,g=(0,o.default)(t),B=(0,o.default)(l),d=(0,o.default)(c),h=Math.asin(Math.sin(B)*Math.cos(u)+Math.cos(B)*Math.sin(u)*Math.cos(g)),p=d+Math.atan2(Math.sin(g)*Math.sin(u)*Math.cos(B),Math.cos(u)-Math.sin(B)*Math.sin(h)),f=(0,i.default)(p);return(f<s.MINLON||f>s.MAXLON)&&(p=(p+3*Math.PI)%(2*Math.PI)-Math.PI,f=(0,i.default)(p)),{latitude:(0,i.default)(h),longitude:f}}},57:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.areaConversion=e.timeConversion=e.distanceConversion=e.altitudeKeys=e.latitudeKeys=e.longitudeKeys=e.MAXLON=e.MINLON=e.MAXLAT=e.MINLAT=e.earthRadius=e.sexagesimalPattern=void 0,e.sexagesimalPattern=/^([0-9]{1,3})°\s*([0-9]{1,3}(?:\.(?:[0-9]{1,}))?)['′]\s*(([0-9]{1,3}(\.([0-9]{1,}))?)["″]\s*)?([NEOSW]?)$/,e.earthRadius=6378137,e.MINLAT=-90,e.MAXLAT=90,e.MINLON=-180,e.MAXLON=180,e.longitudeKeys=["lng","lon","longitude",0],e.latitudeKeys=["lat","latitude",1],e.altitudeKeys=["alt","altitude","elevation","elev",2],e.distanceConversion={m:1,km:.001,cm:100,mm:1e3,mi:1/1609.344,sm:1/1852.216,ft:100/30.48,in:100/2.54,yd:1/.9144},e.timeConversion={m:60,h:3600,d:86400};var t={m2:1,km2:1e-6,ha:1e-4,a:.01,ft2:10.763911,yd2:1.19599,in2:1550.0031};e.areaConversion=t,t.sqm=t.m2,t.sqkm=t.km2,t.sqft=t.ft2,t.sqyd=t.yd2,t.sqin=t.in2},241:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57);e.default=function(A){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"m",t=n.areaConversion[e];if(t)return A*t;throw new Error("Invalid unit used for area conversion.")}},638:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57);e.default=function(A){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"m",t=n.distanceConversion[e];if(t)return A*t;throw new Error("Invalid unit used for distance conversion.")}},782:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57);e.default=function(A){switch(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"kmh"){case"kmh":return A*n.timeConversion.h*n.distanceConversion.km;case"mph":return A*n.timeConversion.h*n.distanceConversion.mi;default:return A}}},412:(A,e)=>{"use strict";function t(A,e){return function(A){if(Array.isArray(A))return A}(A)||function(A,e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(A)){var t=[],n=!0,r=!1,o=void 0;try{for(var i,s=A[Symbol.iterator]();!(n=(i=s.next()).done)&&(t.push(i.value),!e||t.length!==e);n=!0);}catch(A){r=!0,o=A}finally{try{n||null==s.return||s.return()}finally{if(r)throw o}}return t}}(A,e)||function(A,e){if(A){if("string"==typeof A)return n(A,e);var t=Object.prototype.toString.call(A).slice(8,-1);return"Object"===t&&A.constructor&&(t=A.constructor.name),"Map"===t||"Set"===t?Array.from(A):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?n(A,e):void 0}}(A,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(A,e){(null==e||e>A.length)&&(e=A.length);for(var t=0,n=new Array(e);t<e;t++)n[t]=A[t];return n}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){var e=t(A.toString().split("."),2),n=e[0],r=e[1],o=Math.abs(Number(n)),i=60*Number("0."+(r||0)),s=i.toString().split("."),a=Math.floor(i),l=function(A){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:4,t=Math.pow(10,e);return Math.round(A*t)/t}(60*Number("0."+(s[1]||0))).toString(),c=t(l.split("."),2),u=c[0],g=c[1],B=void 0===g?"0":g;return o+"° "+a.toString().padStart(2,"0")+"' "+u.padStart(2,"0")+"."+B.padEnd(1,"0")+'"'}},789:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(620))&&n.__esModule?n:{default:n};e.default=function(A,e){return(0,r.default)(A,e)[0]}},317:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(451)),r=s(t(420)),o=s(t(594)),i=t(57);function s(A){return A&&A.__esModule?A:{default:A}}e.default=function(A){var e=0;if(A.length>2){for(var t,s,a,l=0;l<A.length;l++){l===A.length-2?(t=A.length-2,s=A.length-1,a=0):l===A.length-1?(t=A.length-1,s=0,a=1):(t=l,s=l+1,a=l+2);var c=(0,o.default)(A[t]),u=(0,r.default)(A[s]),g=(0,o.default)(A[a]);e+=((0,n.default)(g)-(0,n.default)(c))*Math.sin((0,n.default)(u))}e=e*i.earthRadius*i.earthRadius/2}return Math.abs(e)}},954:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=o(t(420)),r=o(t(594));function o(A){return A&&A.__esModule?A:{default:A}}e.default=function(A){if(!1===Array.isArray(A)||0===A.length)throw new Error("No points were given.");return A.reduce((function(A,e){var t=(0,n.default)(e),o=(0,r.default)(e);return{maxLat:Math.max(t,A.maxLat),minLat:Math.min(t,A.minLat),maxLng:Math.max(o,A.maxLng),minLng:Math.min(o,A.minLng)}}),{maxLat:-1/0,minLat:1/0,maxLng:-1/0,minLng:1/0})}},914:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(t(420)),r=a(t(594)),o=a(t(451)),i=a(t(672)),s=t(57);function a(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t,a,l=(0,n.default)(A),c=(0,r.default)(A),u=(0,o.default)(l),g=(0,o.default)(c),B=e/s.earthRadius,d=u-B,h=u+B,p=(0,o.default)(s.MAXLAT),f=(0,o.default)(s.MINLAT),w=(0,o.default)(s.MAXLON),Q=(0,o.default)(s.MINLON);if(d>f&&h<p){var C=Math.asin(Math.sin(B)/Math.cos(u));(t=g-C)<Q&&(t+=2*Math.PI),(a=g+C)>w&&(a-=2*Math.PI)}else d=Math.max(d,f),h=Math.min(h,p),t=Q,a=w;return[{latitude:(0,i.default)(d),longitude:(0,i.default)(t)},{latitude:(0,i.default)(h),longitude:(0,i.default)(a)}]}},219:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(420)),r=s(t(594)),o=s(t(451)),i=s(t(672));function s(A){return A&&A.__esModule?A:{default:A}}e.default=function(A){if(!1===Array.isArray(A)||0===A.length)return!1;var e=A.length,t=A.reduce((function(A,e){var t=(0,o.default)((0,n.default)(e)),i=(0,o.default)((0,r.default)(e));return{X:A.X+Math.cos(t)*Math.cos(i),Y:A.Y+Math.cos(t)*Math.sin(i),Z:A.Z+Math.sin(t)}}),{X:0,Y:0,Z:0}),s=t.X/e,a=t.Y/e,l=t.Z/e;return{longitude:(0,i.default)(Math.atan2(a,s)),latitude:(0,i.default)(Math.atan2(l,Math.sqrt(s*s+a*a)))}}},146:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(954))&&n.__esModule?n:{default:n};e.default=function(A){var e=(0,r.default)(A),t=e.minLat+(e.maxLat-e.minLat)/2,n=e.minLng+(e.maxLng-e.minLng)/2;return{latitude:parseFloat(t.toFixed(6)),longitude:parseFloat(n.toFixed(6))}}},816:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(392))&&n.__esModule?n:{default:n};e.default=function(A,e){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:r.default,n="function"==typeof t?t(A,e):(0,r.default)(A,e);if(isNaN(n))throw new Error("Could not calculate bearing for given points. Check your bearing function");switch(Math.round(n/22.5)){case 1:return"NNE";case 2:return"NE";case 3:return"ENE";case 4:return"E";case 5:return"ESE";case 6:return"SE";case 7:return"SSE";case 8:return"S";case 9:return"SSW";case 10:return"SW";case 11:return"WSW";case 12:return"W";case 13:return"WNW";case 14:return"NW";case 15:return"NNW";default:return"N"}}},179:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A,e){return e.reduce((function(e,t){if(null==A)throw new Error("'".concat(A,"' is no valid coordinate."));return Object.prototype.hasOwnProperty.call(A,t)&&void 0!==t&&void 0===e?(e=t,t):e}),void 0)}},456:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=t(57),o=(n=t(179))&&n.__esModule?n:{default:n};function i(A,e){var t=Object.keys(A);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(A);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(A,e).enumerable}))),t.push.apply(t,n)}return t}function s(A,e,t){return e in A?Object.defineProperty(A,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):A[e]=t,A}e.default=function(A){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{longitude:r.longitudeKeys,latitude:r.latitudeKeys,altitude:r.altitudeKeys},t=(0,o.default)(A,e.longitude),n=(0,o.default)(A,e.latitude),a=(0,o.default)(A,e.altitude);return function(A){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?i(Object(t),!0).forEach((function(e){s(A,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(A,Object.getOwnPropertyDescriptors(t)):i(Object(t)).forEach((function(e){Object.defineProperty(A,e,Object.getOwnPropertyDescriptor(t,e))}))}return A}({latitude:n,longitude:t},a?{altitude:a}:{})}},691:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(t(420)),r=a(t(594)),o=a(t(451)),i=a(t(533)),s=t(57);function a(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;t=void 0===t||isNaN(t)?1:t;var a=(0,n.default)(A),l=(0,r.default)(A),c=(0,n.default)(e),u=(0,r.default)(e),g=Math.acos((0,i.default)(Math.sin((0,o.default)(c))*Math.sin((0,o.default)(a))+Math.cos((0,o.default)(c))*Math.cos((0,o.default)(a))*Math.cos((0,o.default)(l)-(0,o.default)(u))))*s.earthRadius;return Math.round(g/t)*t}},947:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=o(t(691)),r=o(t(533));function o(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e,t){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=(0,n.default)(e,A,o),s=(0,n.default)(A,t,o),a=(0,n.default)(e,t,o),l=Math.acos((0,r.default)((i*i+a*a-s*s)/(2*i*a))),c=Math.acos((0,r.default)((s*s+a*a-i*i)/(2*s*a)));return l>Math.PI/2?i:c>Math.PI/2?s:Math.sin(l)*i}},603:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(420)),r=s(t(594)),o=s(t(451)),i=s(t(672));function s(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t=(0,n.default)(e),s=(0,r.default)(e),a=(0,n.default)(A),l=(0,r.default)(A);return((0,i.default)(Math.atan2(Math.sin((0,o.default)(s)-(0,o.default)(l))*Math.cos((0,o.default)(t)),Math.cos((0,o.default)(a))*Math.sin((0,o.default)(t))-Math.sin((0,o.default)(a))*Math.cos((0,o.default)(t))*Math.cos((0,o.default)(s)-(0,o.default)(l))))+360)%360}},420:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57),r=i(t(179)),o=i(t(290));function i(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t=(0,r.default)(A,n.latitudeKeys);if(null!=t){var i=A[t];return!0===e?i:(0,o.default)(i)}}},594:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57),r=i(t(179)),o=i(t(290));function i(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t=(0,r.default)(A,n.longitudeKeys);if(null!=t){var i=A[t];return!0===e?i:(0,o.default)(i)}}},37:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(691))&&n.__esModule?n:{default:n};function o(A){return o="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},o(A)}e.default=function(A){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:r.default;return A.reduce((function(A,t){return"object"===o(A)&&null!==A.last&&(A.distance+=e(t,A.last)),A.last=t,A}),{last:null,distance:0}).distance}},288:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(420)),r=s(t(594)),o=s(t(451)),i=t(57);function s(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;t=void 0===t||isNaN(t)?1:t;var s,a,l,c,u,g,B,d=(0,n.default)(A),h=(0,r.default)(A),p=(0,n.default)(e),f=(0,r.default)(e),w=6356752.314245,Q=1/298.257223563,C=(0,o.default)(f-h),y=Math.atan((1-Q)*Math.tan((0,o.default)(parseFloat(d)))),v=Math.atan((1-Q)*Math.tan((0,o.default)(parseFloat(p)))),U=Math.sin(y),m=Math.cos(y),F=Math.sin(v),E=Math.cos(v),b=C,H=100;do{var I=Math.sin(b),L=Math.cos(b);if(0===(g=Math.sqrt(E*I*(E*I)+(m*F-U*E*L)*(m*F-U*E*L))))return 0;s=U*F+m*E*L,a=Math.atan2(g,s),u=s-2*U*F/(c=1-(l=m*E*I/g)*l),isNaN(u)&&(u=0);var M=Q/16*c*(4+Q*(4-3*c));B=b,b=C+(1-M)*Q*l*(a+M*g*(u+M*s*(2*u*u-1)))}while(Math.abs(b-B)>1e-12&&--H>0);if(0===H)return NaN;var P=c*(i.earthRadius*i.earthRadius-w*w)/(w*w),k=P/1024*(256+P*(P*(74-47*P)-128)),O=w*(1+P/16384*(4096+P*(P*(320-175*P)-768)))*(a-k*g*(u+k/4*(s*(2*u*u-1)-k/6*u*(4*g*g-3)*(4*u*u-3))));return Math.round(O/t)*t}},392:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(420)),r=s(t(594)),o=s(t(451)),i=s(t(672));function s(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t=(0,o.default)((0,r.default)(e))-(0,o.default)((0,r.default)(A)),s=Math.log(Math.tan((0,o.default)((0,n.default)(e))/2+Math.PI/4)/Math.tan((0,o.default)((0,n.default)(A))/2+Math.PI/4));return Math.abs(t)>Math.PI&&(t=t>0?-1*(2*Math.PI-t):2*Math.PI+t),((0,i.default)(Math.atan2(t,s))+360)%360}},866:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){return/^(NNE|NE|NNW|N)$/.test(A)?"N":/^(ENE|E|ESE|SE)$/.test(A)?"E":/^(SSE|S|SSW|SW)$/.test(A)?"S":/^(WSW|W|WNW|NW)$/.test(A)?"W":void 0}},587:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(691))&&n.__esModule?n:{default:n};e.default=function(A,e){return(arguments.length>2&&void 0!==arguments[2]?arguments[2]:r.default)(A,e)/(Number(e.time)-Number(A.time))*1e3}},698:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n={computeDestinationPoint:!0,convertArea:!0,convertDistance:!0,convertSpeed:!0,decimalToSexagesimal:!0,findNearest:!0,getAreaOfPolygon:!0,getBounds:!0,getBoundsOfDistance:!0,getCenter:!0,getCenterOfBounds:!0,getCompassDirection:!0,getCoordinateKey:!0,getCoordinateKeys:!0,getDistance:!0,getDistanceFromLine:!0,getGreatCircleBearing:!0,getLatitude:!0,getLongitude:!0,getPathLength:!0,getPreciseDistance:!0,getRhumbLineBearing:!0,getRoughCompassDirection:!0,getSpeed:!0,isDecimal:!0,isPointInLine:!0,isPointInPolygon:!0,isPointNearLine:!0,isPointWithinRadius:!0,isSexagesimal:!0,isValidCoordinate:!0,isValidLatitude:!0,isValidLongitude:!0,orderByDistance:!0,sexagesimalToDecimal:!0,toDecimal:!0,toRad:!0,toDeg:!0,wktToPolygon:!0};Object.defineProperty(e,"computeDestinationPoint",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(e,"convertArea",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(e,"convertDistance",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(e,"convertSpeed",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(e,"decimalToSexagesimal",{enumerable:!0,get:function(){return a.default}}),Object.defineProperty(e,"findNearest",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(e,"getAreaOfPolygon",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(e,"getBounds",{enumerable:!0,get:function(){return u.default}}),Object.defineProperty(e,"getBoundsOfDistance",{enumerable:!0,get:function(){return g.default}}),Object.defineProperty(e,"getCenter",{enumerable:!0,get:function(){return B.default}}),Object.defineProperty(e,"getCenterOfBounds",{enumerable:!0,get:function(){return d.default}}),Object.defineProperty(e,"getCompassDirection",{enumerable:!0,get:function(){return h.default}}),Object.defineProperty(e,"getCoordinateKey",{enumerable:!0,get:function(){return p.default}}),Object.defineProperty(e,"getCoordinateKeys",{enumerable:!0,get:function(){return f.default}}),Object.defineProperty(e,"getDistance",{enumerable:!0,get:function(){return w.default}}),Object.defineProperty(e,"getDistanceFromLine",{enumerable:!0,get:function(){return Q.default}}),Object.defineProperty(e,"getGreatCircleBearing",{enumerable:!0,get:function(){return C.default}}),Object.defineProperty(e,"getLatitude",{enumerable:!0,get:function(){return y.default}}),Object.defineProperty(e,"getLongitude",{enumerable:!0,get:function(){return v.default}}),Object.defineProperty(e,"getPathLength",{enumerable:!0,get:function(){return U.default}}),Object.defineProperty(e,"getPreciseDistance",{enumerable:!0,get:function(){return m.default}}),Object.defineProperty(e,"getRhumbLineBearing",{enumerable:!0,get:function(){return F.default}}),Object.defineProperty(e,"getRoughCompassDirection",{enumerable:!0,get:function(){return E.default}}),Object.defineProperty(e,"getSpeed",{enumerable:!0,get:function(){return b.default}}),Object.defineProperty(e,"isDecimal",{enumerable:!0,get:function(){return H.default}}),Object.defineProperty(e,"isPointInLine",{enumerable:!0,get:function(){return I.default}}),Object.defineProperty(e,"isPointInPolygon",{enumerable:!0,get:function(){return L.default}}),Object.defineProperty(e,"isPointNearLine",{enumerable:!0,get:function(){return M.default}}),Object.defineProperty(e,"isPointWithinRadius",{enumerable:!0,get:function(){return P.default}}),Object.defineProperty(e,"isSexagesimal",{enumerable:!0,get:function(){return k.default}}),Object.defineProperty(e,"isValidCoordinate",{enumerable:!0,get:function(){return O.default}}),Object.defineProperty(e,"isValidLatitude",{enumerable:!0,get:function(){return K.default}}),Object.defineProperty(e,"isValidLongitude",{enumerable:!0,get:function(){return x.default}}),Object.defineProperty(e,"orderByDistance",{enumerable:!0,get:function(){return D.default}}),Object.defineProperty(e,"sexagesimalToDecimal",{enumerable:!0,get:function(){return S.default}}),Object.defineProperty(e,"toDecimal",{enumerable:!0,get:function(){return T.default}}),Object.defineProperty(e,"toRad",{enumerable:!0,get:function(){return _.default}}),Object.defineProperty(e,"toDeg",{enumerable:!0,get:function(){return G.default}}),Object.defineProperty(e,"wktToPolygon",{enumerable:!0,get:function(){return R.default}});var r=V(t(868)),o=V(t(241)),i=V(t(638)),s=V(t(782)),a=V(t(412)),l=V(t(789)),c=V(t(317)),u=V(t(954)),g=V(t(914)),B=V(t(219)),d=V(t(146)),h=V(t(816)),p=V(t(179)),f=V(t(456)),w=V(t(691)),Q=V(t(947)),C=V(t(603)),y=V(t(420)),v=V(t(594)),U=V(t(37)),m=V(t(288)),F=V(t(392)),E=V(t(866)),b=V(t(587)),H=V(t(182)),I=V(t(521)),L=V(t(813)),M=V(t(0)),P=V(t(741)),k=V(t(496)),O=V(t(43)),K=V(t(807)),x=V(t(749)),D=V(t(620)),S=V(t(160)),T=V(t(290)),_=V(t(451)),G=V(t(672)),R=V(t(553)),N=t(57);function V(A){return A&&A.__esModule?A:{default:A}}Object.keys(N).forEach((function(A){"default"!==A&&"__esModule"!==A&&(Object.prototype.hasOwnProperty.call(n,A)||Object.defineProperty(e,A,{enumerable:!0,get:function(){return N[A]}}))}))},182:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){var e=A.toString().trim();return!isNaN(parseFloat(e))&&parseFloat(e)===Number(e)}},521:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(691))&&n.__esModule?n:{default:n};e.default=function(A,e,t){return(0,r.default)(e,A)+(0,r.default)(A,t)===(0,r.default)(e,t)}},813:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=o(t(420)),r=o(t(594));function o(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){for(var t=!1,o=e.length,i=-1,s=o-1;++i<o;s=i)((0,r.default)(e[i])<=(0,r.default)(A)&&(0,r.default)(A)<(0,r.default)(e[s])||(0,r.default)(e[s])<=(0,r.default)(A)&&(0,r.default)(A)<(0,r.default)(e[i]))&&(0,n.default)(A)<((0,n.default)(e[s])-(0,n.default)(e[i]))*((0,r.default)(A)-(0,r.default)(e[i]))/((0,r.default)(e[s])-(0,r.default)(e[i]))+(0,n.default)(e[i])&&(t=!t);return t}},0:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(947))&&n.__esModule?n:{default:n};e.default=function(A,e,t,n){return(0,r.default)(A,e,t)<n}},741:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(691))&&n.__esModule?n:{default:n};e.default=function(A,e,t){return(0,r.default)(A,e,.01)<t}},496:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57);e.default=function(A){return n.sexagesimalPattern.test(A.toString().trim())}},43:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i(t(456)),r=i(t(807)),o=i(t(749));function i(A){return A&&A.__esModule?A:{default:A}}e.default=function(A){var e=(0,n.default)(A),t=e.latitude,i=e.longitude;if(Array.isArray(A)&&A.length>=2)return(0,o.default)(A[0])&&(0,r.default)(A[1]);if(void 0===t||void 0===i)return!1;var s=A[i],a=A[t];return void 0!==a&&void 0!==s&&!1!==(0,r.default)(a)&&!1!==(0,o.default)(s)}},807:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(182)),r=s(t(496)),o=s(t(160)),i=t(57);function s(A){return A&&A.__esModule?A:{default:A}}e.default=function A(e){return(0,n.default)(e)?!(parseFloat(e)>i.MAXLAT||e<i.MINLAT):!!(0,r.default)(e)&&A((0,o.default)(e))}},749:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(182)),r=s(t(496)),o=s(t(160)),i=t(57);function s(A){return A&&A.__esModule?A:{default:A}}e.default=function A(e){return(0,n.default)(e)?!(parseFloat(e)>i.MAXLON||e<i.MINLON):!!(0,r.default)(e)&&A((0,o.default)(e))}},620:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(691))&&n.__esModule?n:{default:n};e.default=function(A,e){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:r.default;return t="function"==typeof t?t:r.default,e.slice().sort((function(e,n){return t(A,e)-t(A,n)}))}},533:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){return A>1?1:A<-1?-1:A}},160:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57);e.default=function(A){var e=new RegExp(n.sexagesimalPattern).exec(A.toString().trim());if(null==e)throw new Error("Given value is not in sexagesimal format");var t=Number(e[2])/60||0,r=Number(e[4])/3600||0,o=parseFloat(e[1])+t+r;return["S","W"].includes(e[7])?-o:o}},290:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(t(182)),r=a(t(496)),o=a(t(160)),i=a(t(43)),s=a(t(456));function a(A){return A&&A.__esModule?A:{default:A}}function l(A,e){var t=Object.keys(A);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(A);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(A,e).enumerable}))),t.push.apply(t,n)}return t}function c(A){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?l(Object(t),!0).forEach((function(e){u(A,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(A,Object.getOwnPropertyDescriptors(t)):l(Object(t)).forEach((function(e){Object.defineProperty(A,e,Object.getOwnPropertyDescriptor(t,e))}))}return A}function u(A,e,t){return e in A?Object.defineProperty(A,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):A[e]=t,A}e.default=function A(e){if((0,n.default)(e))return Number(e);if((0,r.default)(e))return(0,o.default)(e);if((0,i.default)(e)){var t=(0,s.default)(e);return Array.isArray(e)?e.map((function(e,t){return[0,1].includes(t)?A(e):e})):c(c(c({},e),t.latitude&&u({},t.latitude,A(e[t.latitude]))),t.longitude&&u({},t.longitude,A(e[t.longitude])))}return Array.isArray(e)?e.map((function(e){return(0,i.default)(e)?A(e):e})):e}},672:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){return 180*A/Math.PI}},451:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){return A*Math.PI/180}},553:(A,e)=>{"use strict";function t(A,e){(null==e||e>A.length)&&(e=A.length);for(var t=0,n=new Array(e);t<e;t++)n[t]=A[t];return n}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){if(!A.startsWith("POLYGON"))throw new Error("Invalid wkt.");return A.slice(A.indexOf("(")+2,A.indexOf(")")).split(", ").map((function(A){var e,n,r=(e=A.split(" "),n=2,function(A){if(Array.isArray(A))return A}(e)||function(A,e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(A)){var t=[],n=!0,r=!1,o=void 0;try{for(var i,s=A[Symbol.iterator]();!(n=(i=s.next()).done)&&(t.push(i.value),!e||t.length!==e);n=!0);}catch(A){r=!0,o=A}finally{try{n||null==s.return||s.return()}finally{if(r)throw o}}return t}}(e,n)||function(A,e){if(A){if("string"==typeof A)return t(A,e);var n=Object.prototype.toString.call(A).slice(8,-1);return"Object"===n&&A.constructor&&(n=A.constructor.name),"Map"===n||"Set"===n?Array.from(A):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?t(A,e):void 0}}(e,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),o=r[0],i=r[1];return{longitude:parseFloat(o),latitude:parseFloat(i)}}))}},120: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 n(){this.constructor=e}A(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var t=function(){return t=Object.assign||function(A){for(var e,t=1,n=arguments.length;t<n;t++)for(var r in e=arguments[t])Object.prototype.hasOwnProperty.call(e,r)&&(A[r]=e[r]);return A},t.apply(this,arguments)};function n(A,e,t,n){return new(t||(t=Promise))((function(r,o){function i(A){try{a(n.next(A))}catch(A){o(A)}}function s(A){try{a(n.throw(A))}catch(A){o(A)}}function a(A){var e;A.done?r(A.value):(e=A.value,e instanceof t?e:new t((function(A){A(e)}))).then(i,s)}a((n=n.apply(A,e||[])).next())}))}function r(A,e){var t,n,r,o,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(t)throw new TypeError("Generator is already executing.");for(;i;)try{if(t=1,n&&(r=2&o[0]?n.return:o[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,o[1])).done)return r;switch(n=0,r&&(o=[2&o[0],r.value]),o[0]){case 0:case 1:r=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,n=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(!((r=(r=i.trys).length>0&&r[r.length-1])||6!==o[0]&&2!==o[0])){i=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]<r[3])){i.label=o[1];break}if(6===o[0]&&i.label<r[1]){i.label=r[1],r=o;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(o);break}r[2]&&i.ops.pop(),i.trys.pop();continue}o=e.call(A,i)}catch(A){o=[6,A],n=0}finally{t=r=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,s])}}}function o(A,e,t){if(t||2===arguments.length)for(var n,r=0,o=e.length;r<o;r++)!n&&r in e||(n||(n=Array.prototype.slice.call(e,0,r)),n[r]=e[r]);return A.concat(n||e)}for(var i=function(){function A(A,e,t,n){this.left=A,this.top=e,this.width=t,this.height=n}return A.prototype.add=function(e,t,n,r){return new A(this.left+e,this.top+t,this.width+n,this.height+r)},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 n=Array.from(t).find((function(A){return 0!==A.width}));return n?new A(n.left+e.windowBounds.left,n.top+e.windowBounds.top,n.width,n.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A}(),s=function(A,e){return i.fromClientRect(A,e.getBoundingClientRect())},a=function(A){for(var e=[],t=0,n=A.length;t<n;){var r=A.charCodeAt(t++);if(r>=55296&&r<=56319&&t<n){var o=A.charCodeAt(t++);56320==(64512&o)?e.push(((1023&r)<<10)+(1023&o)+65536):(e.push(r),t--)}else e.push(r)}return e},l=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 n=[],r=-1,o="";++r<t;){var i=A[r];i<=65535?n.push(i):(i-=65536,n.push(55296+(i>>10),i%1024+56320)),(r+1===t||n.length>16384)&&(o+=String.fromCharCode.apply(String,n),n.length=0)}return o},c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",u="undefined"==typeof Uint8Array?[]:new Uint8Array(256),g=0;g<64;g++)u[c.charCodeAt(g)]=g;for(var B="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",d="undefined"==typeof Uint8Array?[]:new Uint8Array(256),h=0;h<64;h++)d[B.charCodeAt(h)]=h;for(var p=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,n,r,o){this.initialValue=A,this.errorValue=e,this.highStart=t,this.highValueIndex=n,this.index=r,this.data=o}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}(),w="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Q="undefined"==typeof Uint8Array?[]:new Uint8Array(256),C=0;C<64;C++)Q[w.charCodeAt(C)]=C;var y=10,v=13,U=15,m=17,F=18,E=19,b=20,H=21,I=22,L=24,M=25,P=26,k=27,O=28,K=30,x=32,D=33,S=34,T=35,_=37,G=38,R=39,N=40,V=42,j=[9001,65288],X="×",J="÷",W=function(A,e){var t,n,r,o=function(A){var e,t,n,r,o,i=.75*A.length,s=A.length,a=0;"="===A[A.length-1]&&(i--,"="===A[A.length-2]&&i--);var l="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(i):new Array(i),c=Array.isArray(l)?l:new Uint8Array(l);for(e=0;e<s;e+=4)t=d[A.charCodeAt(e)],n=d[A.charCodeAt(e+1)],r=d[A.charCodeAt(e+2)],o=d[A.charCodeAt(e+3)],c[a++]=t<<2|n>>4,c[a++]=(15&n)<<4|r>>2,c[a++]=(3&r)<<6|63&o;return l}(A),i=Array.isArray(o)?function(A){for(var e=A.length,t=[],n=0;n<e;n+=4)t.push(A[n+3]<<24|A[n+2]<<16|A[n+1]<<8|A[n]);return t}(o):new Uint32Array(o),s=Array.isArray(o)?function(A){for(var e=A.length,t=[],n=0;n<e;n+=2)t.push(A[n+1]<<8|A[n]);return t}(o):new Uint16Array(o),a=p(s,12,i[4]/2),l=2===i[5]?p(s,(24+i[4])/2):(t=i,n=Math.ceil((24+i[4])/4),t.slice?t.slice(n,r):new Uint32Array(Array.prototype.slice.call(t,n,r)));return new f(i[0],i[1],i[2],i[3],a,l)}("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=="),Z=[K,36],Y=[1,2,3,5],z=[y,8],q=[k,P],$=Y.concat(z),AA=[G,R,N,S,T],eA=[U,v],tA=function(A,e,t,n){var r=n[t];if(Array.isArray(A)?-1!==A.indexOf(r):A===r)for(var o=t;o<=n.length;){if((a=n[++o])===e)return!0;if(a!==y)break}if(r===y)for(o=t;o>0;){var i=n[--o];if(Array.isArray(A)?-1!==A.indexOf(i):A===i)for(var s=t;s<=n.length;){var a;if((a=n[++s])===e)return!0;if(a!==y)break}if(i!==y)break}return!1},nA=function(A,e){for(var t=A;t>=0;){var n=e[t];if(n!==y)return n;t--}return 0},rA=function(A,e,t,n,r){if(0===t[n])return X;var o=n-1;if(Array.isArray(r)&&!0===r[o])return X;var i=o-1,s=o+1,a=e[o],l=i>=0?e[i]:0,c=e[s];if(2===a&&3===c)return X;if(-1!==Y.indexOf(a))return"!";if(-1!==Y.indexOf(c))return X;if(-1!==z.indexOf(c))return X;if(8===nA(o,e))return J;if(11===W.get(A[o]))return X;if((a===x||a===D)&&11===W.get(A[s]))return X;if(7===a||7===c)return X;if(9===a)return X;if(-1===[y,v,U].indexOf(a)&&9===c)return X;if(-1!==[m,F,E,L,O].indexOf(c))return X;if(nA(o,e)===I)return X;if(tA(23,I,o,e))return X;if(tA([m,F],H,o,e))return X;if(tA(12,12,o,e))return X;if(a===y)return J;if(23===a||23===c)return X;if(16===c||16===a)return J;if(-1!==[v,U,H].indexOf(c)||14===a)return X;if(36===l&&-1!==eA.indexOf(a))return X;if(a===O&&36===c)return X;if(c===b)return X;if(-1!==Z.indexOf(c)&&a===M||-1!==Z.indexOf(a)&&c===M)return X;if(a===k&&-1!==[_,x,D].indexOf(c)||-1!==[_,x,D].indexOf(a)&&c===P)return X;if(-1!==Z.indexOf(a)&&-1!==q.indexOf(c)||-1!==q.indexOf(a)&&-1!==Z.indexOf(c))return X;if(-1!==[k,P].indexOf(a)&&(c===M||-1!==[I,U].indexOf(c)&&e[s+1]===M)||-1!==[I,U].indexOf(a)&&c===M||a===M&&-1!==[M,O,L].indexOf(c))return X;if(-1!==[M,O,L,m,F].indexOf(c))for(var u=o;u>=0;){if((g=e[u])===M)return X;if(-1===[O,L].indexOf(g))break;u--}if(-1!==[k,P].indexOf(c))for(u=-1!==[m,F].indexOf(a)?i:o;u>=0;){var g;if((g=e[u])===M)return X;if(-1===[O,L].indexOf(g))break;u--}if(G===a&&-1!==[G,R,S,T].indexOf(c)||-1!==[R,S].indexOf(a)&&-1!==[R,N].indexOf(c)||-1!==[N,T].indexOf(a)&&c===N)return X;if(-1!==AA.indexOf(a)&&-1!==[b,P].indexOf(c)||-1!==AA.indexOf(c)&&a===k)return X;if(-1!==Z.indexOf(a)&&-1!==Z.indexOf(c))return X;if(a===L&&-1!==Z.indexOf(c))return X;if(-1!==Z.concat(M).indexOf(a)&&c===I&&-1===j.indexOf(A[s])||-1!==Z.concat(M).indexOf(c)&&a===F)return X;if(41===a&&41===c){for(var B=t[o],d=1;B>0&&41===e[--B];)d++;if(d%2!=0)return X}return a===x&&c===D?X:J},oA=function(A,e){e||(e={lineBreak:"normal",wordBreak:"normal"});var t=function(A,e){void 0===e&&(e="strict");var t=[],n=[],r=[];return A.forEach((function(A,o){var i=W.get(A);if(i>50?(r.push(!0),i-=50):r.push(!1),-1!==["normal","auto","loose"].indexOf(e)&&-1!==[8208,8211,12316,12448].indexOf(A))return n.push(o),t.push(16);if(4===i||11===i){if(0===o)return n.push(o),t.push(K);var s=t[o-1];return-1===$.indexOf(s)?(n.push(n[o-1]),t.push(s)):(n.push(o),t.push(K))}return n.push(o),31===i?t.push("strict"===e?H:_):i===V||29===i?t.push(K):43===i?A>=131072&&A<=196605||A>=196608&&A<=262141?t.push(_):t.push(K):void t.push(i)})),[n,t,r]}(A,e.lineBreak),n=t[0],r=t[1],o=t[2];"break-all"!==e.wordBreak&&"break-word"!==e.wordBreak||(r=r.map((function(A){return-1!==[M,K,V].indexOf(A)?_:A})));var i="keep-all"===e.wordBreak?o.map((function(e,t){return e&&A[t]>=19968&&A[t]<=40959})):void 0;return[n,r,i]},iA=function(){function A(A,e,t,n){this.codePoints=A,this.required="!"===e,this.start=t,this.end=n}return A.prototype.slice=function(){return l.apply(void 0,this.codePoints.slice(this.start,this.end))},A}(),sA=45,aA=43,lA=-1,cA=function(A){return A>=48&&A<=57},uA=function(A){return cA(A)||A>=65&&A<=70||A>=97&&A<=102},gA=function(A){return 10===A||9===A||32===A},BA=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},dA=function(A){return BA(A)||cA(A)||A===sA},hA=function(A){return A>=0&&A<=8||11===A||A>=14&&A<=31||127===A},pA=function(A,e){return 92===A&&10!==e},fA=function(A,e,t){return A===sA?BA(e)||pA(e,t):!!BA(A)||!(92!==A||!pA(A,e))},wA=function(A,e,t){return A===aA||A===sA?!!cA(e)||46===e&&cA(t):cA(46===A?e:A)},QA=function(A){var e=0,t=1;A[e]!==aA&&A[e]!==sA||(A[e]===sA&&(t=-1),e++);for(var n=[];cA(A[e]);)n.push(A[e++]);var r=n.length?parseInt(l.apply(void 0,n),10):0;46===A[e]&&e++;for(var o=[];cA(A[e]);)o.push(A[e++]);var i=o.length,s=i?parseInt(l.apply(void 0,o),10):0;69!==A[e]&&101!==A[e]||e++;var a=1;A[e]!==aA&&A[e]!==sA||(A[e]===sA&&(a=-1),e++);for(var c=[];cA(A[e]);)c.push(A[e++]);var u=c.length?parseInt(l.apply(void 0,c),10):0;return t*(r+s*Math.pow(10,-i))*Math.pow(10,a*u)},CA={type:2},yA={type:3},vA={type:4},UA={type:13},mA={type:8},FA={type:21},EA={type:9},bA={type:10},HA={type:11},IA={type:12},LA={type:14},MA={type:23},PA={type:1},kA={type:25},OA={type:24},KA={type:26},xA={type:27},DA={type:28},SA={type:29},TA={type:31},_A={type:32},GA=function(){function A(){this._value=[]}return A.prototype.write=function(A){this._value=this._value.concat(a(A))},A.prototype.read=function(){for(var A=[],e=this.consumeToken();e!==_A;)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),n=this.peekCodePoint(2);if(dA(e)||pA(t,n)){var r=fA(e,t,n)?2:1;return{type:5,value:this.consumeName(),flags:r}}break;case 36:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),UA;break;case 39:return this.consumeStringToken(39);case 40:return CA;case 41:return yA;case 42:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),LA;break;case aA:if(wA(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case 44:return vA;case sA:var o=A,i=this.peekCodePoint(0),s=this.peekCodePoint(1);if(wA(o,i,s))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(fA(o,i,s))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(i===sA&&62===s)return this.consumeCodePoint(),this.consumeCodePoint(),OA;break;case 46:if(wA(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 a=this.consumeCodePoint();if(42===a&&47===(a=this.consumeCodePoint()))return this.consumeToken();if(a===lA)return this.consumeToken()}break;case 58:return KA;case 59:return xA;case 60:if(33===this.peekCodePoint(0)&&this.peekCodePoint(1)===sA&&this.peekCodePoint(2)===sA)return this.consumeCodePoint(),this.consumeCodePoint(),kA;break;case 64:var c=this.peekCodePoint(0),u=this.peekCodePoint(1),g=this.peekCodePoint(2);if(fA(c,u,g))return{type:7,value:this.consumeName()};break;case 91:return DA;case 92:if(pA(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case 93:return SA;case 61:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),mA;break;case 123:return HA;case 125:return IA;case 117:case 85:var B=this.peekCodePoint(0),d=this.peekCodePoint(1);return B!==aA||!uA(d)&&63!==d||(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case 124:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),EA;if(124===this.peekCodePoint(0))return this.consumeCodePoint(),FA;break;case 126:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),bA;break;case lA:return _A}return gA(A)?(this.consumeWhiteSpace(),TA):cA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):BA(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:l(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();uA(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(l.apply(void 0,A.map((function(A){return 63===A?48:A}))),16),end:parseInt(l.apply(void 0,A.map((function(A){return 63===A?70:A}))),16)};var n=parseInt(l.apply(void 0,A),16);if(this.peekCodePoint(0)===sA&&uA(this.peekCodePoint(1))){this.consumeCodePoint(),e=this.consumeCodePoint();for(var r=[];uA(e)&&r.length<6;)r.push(e),e=this.consumeCodePoint();return{type:30,start:n,end:parseInt(l.apply(void 0,r),16)}}return{type:30,start:n,end:n}},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)===lA)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)===lA||41===this.peekCodePoint(0))?(this.consumeCodePoint(),{type:22,value:t.value}):(this.consumeBadUrlRemnants(),MA)}for(;;){var n=this.consumeCodePoint();if(n===lA||41===n)return{type:22,value:l.apply(void 0,A)};if(gA(n))return this.consumeWhiteSpace(),this.peekCodePoint(0)===lA||41===this.peekCodePoint(0)?(this.consumeCodePoint(),{type:22,value:l.apply(void 0,A)}):(this.consumeBadUrlRemnants(),MA);if(34===n||39===n||40===n||hA(n))return this.consumeBadUrlRemnants(),MA;if(92===n){if(!pA(n,this.peekCodePoint(0)))return this.consumeBadUrlRemnants(),MA;A.push(this.consumeEscapedCodePoint())}else A.push(n)}},A.prototype.consumeWhiteSpace=function(){for(;gA(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(41===A||A===lA)return;pA(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(A){for(var e="";A>0;){var t=Math.min(5e4,A);e+=l.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 n=this._value[t];if(n===lA||void 0===n||n===A)return{type:0,value:e+=this.consumeStringSlice(t)};if(10===n)return this._value.splice(0,t),PA;if(92===n){var r=this._value[t+1];r!==lA&&void 0!==r&&(10===r?(e+=this.consumeStringSlice(t),t=-1,this._value.shift()):pA(n,r)&&(e+=this.consumeStringSlice(t),e+=l(this.consumeEscapedCodePoint()),t=-1))}t++}},A.prototype.consumeNumber=function(){var A=[],e=4,t=this.peekCodePoint(0);for(t!==aA&&t!==sA||A.push(this.consumeCodePoint());cA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0);var n=this.peekCodePoint(1);if(46===t&&cA(n))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=8;cA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0),n=this.peekCodePoint(1);var r=this.peekCodePoint(2);if((69===t||101===t)&&((n===aA||n===sA)&&cA(r)||cA(n)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=8;cA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[QA(A),e]},A.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),e=A[0],t=A[1],n=this.peekCodePoint(0),r=this.peekCodePoint(1),o=this.peekCodePoint(2);return fA(n,r,o)?{type:15,number:e,flags:t,unit:this.consumeName()}:37===n?(this.consumeCodePoint(),{type:16,number:e,flags:t}):{type:17,number:e,flags:t}},A.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(uA(A)){for(var e=l(A);uA(this.peekCodePoint(0))&&e.length<6;)e+=l(this.consumeCodePoint());gA(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===lA?65533:A},A.prototype.consumeName=function(){for(var A="";;){var e=this.consumeCodePoint();if(dA(e))A+=l(e);else{if(!pA(e,this.peekCodePoint(0)))return this.reconsumeCodePoint(e),A;A+=l(this.consumeEscapedCodePoint())}}},A}(),RA=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||zA(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?_A:A},A.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},A}(),NA=function(A){return 15===A.type},VA=function(A){return 17===A.type},jA=function(A){return 20===A.type},XA=function(A){return 0===A.type},JA=function(A,e){return jA(A)&&A.value===e},WA=function(A){return 31!==A.type},ZA=function(A){return 31!==A.type&&4!==A.type},YA=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},zA=function(A,e){return 11===e&&12===A.type||28===e&&29===A.type||2===e&&3===A.type},qA=function(A){return 17===A.type||15===A.type},$A=function(A){return 16===A.type||qA(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},ne={type:16,number:100,flags:4},re=function(A,e,t){var n=A[0],r=A[1];return[oe(n,e),oe(void 0!==r?r:n,t)]},oe=function(A,e){if(16===A.type)return A.number/100*e;if(NA(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},ie="grad",se="turn",ae=function(A,e){if(15===e.type)switch(e.unit){case"deg":return Math.PI*e.number/180;case ie:return Math.PI/200*e.number;case"rad":return e.number;case se:return 2*Math.PI*e.number}throw new Error("Unsupported angle type")},le=function(A){return 15===A.type&&("deg"===A.unit||A.unit===ie||"rad"===A.unit||A.unit===se)},ce=function(A){switch(A.filter(jA).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 ue(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[ee,ne];case"to right":case"left":return ue(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[ne,ne];case"to bottom":case"top":return ue(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[ne,ee];case"to left":case"right":return ue(270)}return 0},ue=function(A){return Math.PI*A/180},ge=function(A,e){if(18===e.type){var t=Ce[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 n=e.value.substring(0,1),r=e.value.substring(1,2),o=e.value.substring(2,3);return he(parseInt(n+n,16),parseInt(r+r,16),parseInt(o+o,16),1)}if(4===e.value.length){n=e.value.substring(0,1),r=e.value.substring(1,2),o=e.value.substring(2,3);var i=e.value.substring(3,4);return he(parseInt(n+n,16),parseInt(r+r,16),parseInt(o+o,16),parseInt(i+i,16)/255)}if(6===e.value.length)return n=e.value.substring(0,2),r=e.value.substring(2,4),o=e.value.substring(4,6),he(parseInt(n,16),parseInt(r,16),parseInt(o,16),1);if(8===e.value.length)return n=e.value.substring(0,2),r=e.value.substring(2,4),o=e.value.substring(4,6),i=e.value.substring(6,8),he(parseInt(n,16),parseInt(r,16),parseInt(o,16),parseInt(i,16)/255)}if(20===e.type){var s=ve[e.value.toUpperCase()];if(void 0!==s)return s}return ve.TRANSPARENT},Be=function(A){return 0==(255&A)},de=function(A){var e=255&A,t=255&A>>8,n=255&A>>16,r=255&A>>24;return e<255?"rgba("+r+","+n+","+t+","+e/255+")":"rgb("+r+","+n+","+t+")"},he=function(A,e,t,n){return(A<<24|e<<16|t<<8|Math.round(255*n)<<0)>>>0},pe=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(ZA);if(3===t.length){var n=t.map(pe),r=n[0],o=n[1],i=n[2];return he(r,o,i,1)}if(4===t.length){var s=t.map(pe),a=(r=s[0],o=s[1],i=s[2],s[3]);return he(r,o,i,a)}return 0};function we(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 Qe=function(A,e){var t=e.filter(ZA),n=t[0],r=t[1],o=t[2],i=t[3],s=(17===n.type?ue(n.number):ae(A,n))/(2*Math.PI),a=$A(r)?r.number/100:0,l=$A(o)?o.number/100:0,c=void 0!==i&&$A(i)?oe(i,1):1;if(0===a)return he(255*l,255*l,255*l,1);var u=l<=.5?l*(a+1):l+a-l*a,g=2*l-u,B=we(g,u,s+1/3),d=we(g,u,s),h=we(g,u,s-1/3);return he(255*B,255*d,255*h,c)},Ce={hsl:Qe,hsla:Qe,rgb:fe,rgba:fe},ye=function(A,e){return ge(A,RA.create(e).parseComponentValue())},ve={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},Ue={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map((function(A){if(jA(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},me={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Fe=function(A,e){var t=ge(A,e[0]),n=e[1];return n&&$A(n)?{color:t,stop:n}:{color:t,stop:null}},Ee=function(A,e){var t=A[0],n=A[A.length-1];null===t.stop&&(t.stop=ee),null===n.stop&&(n.stop=ne);for(var r=[],o=0,i=0;i<A.length;i++){var s=A[i].stop;if(null!==s){var a=oe(s,e);a>o?r.push(a):r.push(o),o=a}else r.push(null)}var l=null;for(i=0;i<r.length;i++){var c=r[i];if(null===c)null===l&&(l=i);else if(null!==l){for(var u=i-l,g=(c-r[l-1])/(u+1),B=1;B<=u;B++)r[l+B-1]=g*B;l=null}}return A.map((function(A,t){return{color:A.color,stop:Math.max(Math.min(1,r[t]/e),0)}}))},be=function(A,e,t){var n="number"==typeof A?A:function(A,e,t){var n=e/2,r=t/2,o=oe(A[0],e)-n,i=r-oe(A[1],t);return(Math.atan2(i,o)+2*Math.PI)%(2*Math.PI)}(A,e,t),r=Math.abs(e*Math.sin(n))+Math.abs(t*Math.cos(n)),o=e/2,i=t/2,s=r/2,a=Math.sin(n-Math.PI/2)*s,l=Math.cos(n-Math.PI/2)*s;return[r,o-l,o+l,i-a,i+a]},He=function(A,e){return Math.sqrt(A*A+e*e)},Ie=function(A,e,t,n,r){return[[0,0],[0,e],[A,0],[A,e]].reduce((function(A,e){var o=e[0],i=e[1],s=He(t-o,n-i);return(r?s<A.optimumDistance:s>A.optimumDistance)?{optimumCorner:e,optimumDistance:s}:A}),{optimumDistance:r?1/0:-1/0,optimumCorner:null}).optimumCorner},Le=function(A,e){var t=ue(180),n=[];return YA(e).forEach((function(e,r){if(0===r){var o=e[0];if(20===o.type&&-1!==["top","left","right","bottom"].indexOf(o.value))return void(t=ce(e));if(le(o))return void(t=(ae(A,o)+ue(270))%ue(360))}var i=Fe(A,e);n.push(i)})),{angle:t,stops:n,type:1}},Me="closest-side",Pe="farthest-side",ke="closest-corner",Oe="farthest-corner",Ke="circle",xe="ellipse",De="cover",Se="contain",Te=function(A,e){var t=0,n=3,r=[],o=[];return YA(e).forEach((function(e,i){var s=!0;if(0===i?s=e.reduce((function(A,e){if(jA(e))switch(e.value){case"center":return o.push(te),!1;case"top":case"left":return o.push(ee),!1;case"right":case"bottom":return o.push(ne),!1}else if($A(e)||qA(e))return o.push(e),!1;return A}),s):1===i&&(s=e.reduce((function(A,e){if(jA(e))switch(e.value){case Ke:return t=0,!1;case xe:return t=1,!1;case Se:case Me:return n=0,!1;case Pe:return n=1,!1;case ke:return n=2,!1;case De:case Oe:return n=3,!1}else if(qA(e)||$A(e))return Array.isArray(n)||(n=[]),n.push(e),!1;return A}),s)),s){var a=Fe(A,e);r.push(a)}})),{size:n,shape:t,stops:r,position:o,type:2}},_e=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 n=Re[e.name];if(void 0===n)throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return n(A,e.values)}throw new Error("Unsupported image type "+e.type)};var Ge,Re={"linear-gradient":function(A,e){var t=ue(180),n=[];return YA(e).forEach((function(e,r){if(0===r){var o=e[0];if(20===o.type&&"to"===o.value)return void(t=ce(e));if(le(o))return void(t=ae(A,o))}var i=Fe(A,e);n.push(i)})),{angle:t,stops:n,type:1}},"-moz-linear-gradient":Le,"-ms-linear-gradient":Le,"-o-linear-gradient":Le,"-webkit-linear-gradient":Le,"radial-gradient":function(A,e){var t=0,n=3,r=[],o=[];return YA(e).forEach((function(e,i){var s=!0;if(0===i){var a=!1;s=e.reduce((function(A,e){if(a)if(jA(e))switch(e.value){case"center":return o.push(te),A;case"top":case"left":return o.push(ee),A;case"right":case"bottom":return o.push(ne),A}else($A(e)||qA(e))&&o.push(e);else if(jA(e))switch(e.value){case Ke:return t=0,!1;case xe:return t=1,!1;case"at":return a=!0,!1;case Me:return n=0,!1;case De:case Pe:return n=1,!1;case Se:case ke:return n=2,!1;case Oe:return n=3,!1}else if(qA(e)||$A(e))return Array.isArray(n)||(n=[]),n.push(e),!1;return A}),s)}if(s){var l=Fe(A,e);r.push(l)}})),{size:n,shape:t,stops:r,position:o,type:2}},"-moz-radial-gradient":Te,"-ms-radial-gradient":Te,"-o-radial-gradient":Te,"-webkit-radial-gradient":Te,"-webkit-gradient":function(A,e){var t=ue(180),n=[],r=1;return YA(e).forEach((function(e,t){var o=e[0];if(0===t){if(jA(o)&&"linear"===o.value)return void(r=1);if(jA(o)&&"radial"===o.value)return void(r=2)}if(18===o.type)if("from"===o.name){var i=ge(A,o.values[0]);n.push({stop:ee,color:i})}else if("to"===o.name)i=ge(A,o.values[0]),n.push({stop:ne,color:i});else if("color-stop"===o.name){var s=o.values.filter(ZA);if(2===s.length){i=ge(A,s[1]);var a=s[0];VA(a)&&n.push({stop:{type:16,number:100*a.number,flags:a.flags},color:i})}}})),1===r?{angle:(t+ue(180))%ue(360),stops:n,type:r}:{size:3,shape:0,stops:n,position:[],type:r}}},Ne={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 ZA(A)&&function(A){return!(20===A.type&&"none"===A.value||18===A.type&&!Re[A.name])}(A)})).map((function(e){return _e(A,e)}))}},Ve={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map((function(A){if(jA(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},je={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return YA(e).map((function(A){return A.filter($A)})).map(Ae)}},Xe={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return YA(e).map((function(A){return A.filter(jA).map((function(A){return A.value})).join(" ")})).map(Je)}},Je=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"}(Ge||(Ge={}));var We,Ze={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,e){return YA(e).map((function(A){return A.filter(Ye)}))}},Ye=function(A){return jA(A)||$A(A)},ze=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},qe=ze("top"),$e=ze("right"),At=ze("bottom"),et=ze("left"),tt=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(A,e){return Ae(e.filter($A))}}},nt=tt("top-left"),rt=tt("top-right"),ot=tt("bottom-right"),it=tt("bottom-left"),st=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=st("top"),lt=st("right"),ct=st("bottom"),ut=st("left"),gt=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return NA(e)?e.number:0}}},Bt=gt("top"),dt=gt("right"),ht=gt("bottom"),pt=gt("left"),ft={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},wt={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){return"rtl"===e?1:0}},Qt={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(jA).reduce((function(A,e){return A|Ct(e.value)}),0)}},Ct=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},yt={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}},vt={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 Ut,mt={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return"strict"===e?We.STRICT:We.NORMAL}},Ft={name:"line-height",initialValue:"normal",prefix:!1,type:4},Et=function(A,e){return jA(A)&&"normal"===A.value?1.2*e:17===A.type?e*A.number:$A(A)?oe(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:_e(A,e)}},Ht={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}}},Lt=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},Mt=Lt("top"),Pt=Lt("right"),kt=Lt("bottom"),Ot=Lt("left"),Kt={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(jA).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}}))}},xt={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return"break-word"===e?"break-word":"normal"}},Dt=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},St=Dt("top"),Tt=Dt("right"),_t=Dt("bottom"),Gt=Dt("left"),Rt={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}}},Nt={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}},Vt={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return 1===e.length&&JA(e[0],"none")?[]:YA(e).map((function(e){for(var t={color:ve.TRANSPARENT,offsetX:ee,offsetY:ee,blur:ee},n=0,r=0;r<e.length;r++){var o=e[r];qA(o)?(0===n?t.offsetX=o:1===n?t.offsetY=o:t.blur=o,n++):t.color=ge(A,o)}return t}))}},jt={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}},Xt={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=Jt[e.name];if(void 0===t)throw new Error('Attempting to parse an unsupported transform function "'+e.name+'"');return t(e.values)}return null}},Jt={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],n=e[1];e[2],e[3];var r=e[4],o=e[5];e[6],e[7],e[8],e[9],e[10],e[11];var i=e[12],s=e[13];return e[14],e[15],16===e.length?[t,n,r,o,i,s]:null}},Wt={type:16,number:50,flags:4},Zt=[Wt,Wt],Yt={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"}(Ut||(Ut={}));for(var qt={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"break-all":return Ut.BREAK_ALL;case"keep-all":return Ut.KEEP_ALL;default:return Ut.NORMAL}}},$t={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,e){if(20===e.type)return{auto:!0,order:0};if(VA(e))return{auto:!1,order:e.number};throw new Error("Invalid z-index number parsed")}},An={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")}},en={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,e){return VA(e)?e.number:1}},tn={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},nn={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,e){return e.filter(jA).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}))}},rn={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,e){var t=[],n=[];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:n.push(t.join(" ")),t.length=0}})),t.length&&n.push(t.join(" ")),n.map((function(A){return-1===A.indexOf(" ")?A:"'"+A+"'"}))}},on={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},sn={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,e){return VA(e)?e.number:jA(e)&&"bold"===e.value?700:400}},an={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.filter(jA).map((function(A){return A.value}))}},ln={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"}}},cn=function(A,e){return 0!=(A&e)},un={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}},gn={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 n=[],r=e.filter(WA),o=0;o<r.length;o++){var i=r[o],s=r[o+1];if(20===i.type){var a=s&&VA(s)?s.number:1;n.push({counter:i.value,increment:a})}}return n}},Bn={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return[];for(var t=[],n=e.filter(WA),r=0;r<n.length;r++){var o=n[r],i=n[r+1];if(jA(o)&&"none"!==o.value){var s=i&&VA(i)?i.number:0;t.push({counter:o.value,reset:s})}}return t}},dn={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,e){return e.filter(NA).map((function(e){return An.parse(A,e)}))}},hn={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 n=[],r=e.filter(XA);if(r.length%2!=0)return null;for(var o=0;o<r.length;o+=2){var i=r[o].value,s=r[o+1].value;n.push({open:i,close:s})}return n}},pn=function(A,e,t){if(!A)return"";var n=A[Math.min(e,A.length-1)];return n?t?n.open:n.close:""},fn={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return 1===e.length&&JA(e[0],"none")?[]:YA(e).map((function(e){for(var t={color:255,offsetX:ee,offsetY:ee,blur:ee,spread:ee,inset:!1},n=0,r=0;r<e.length;r++){var o=e[r];JA(o,"inset")?t.inset=!0:qA(o)?(0===n?t.offsetX=o:1===n?t.offsetY=o:2===n?t.blur=o:t.spread=o,n++):t.color=ge(A,o)}return t}))}},wn={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,e){var t=[];return e.filter(jA).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}},Qn={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},Cn={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return NA(e)?e.number:0}},yn=function(){function A(A,e){var t,n;this.animationDuration=mn(A,dn,e.animationDuration),this.backgroundClip=mn(A,Ue,e.backgroundClip),this.backgroundColor=mn(A,me,e.backgroundColor),this.backgroundImage=mn(A,Ne,e.backgroundImage),this.backgroundOrigin=mn(A,Ve,e.backgroundOrigin),this.backgroundPosition=mn(A,je,e.backgroundPosition),this.backgroundRepeat=mn(A,Xe,e.backgroundRepeat),this.backgroundSize=mn(A,Ze,e.backgroundSize),this.borderTopColor=mn(A,qe,e.borderTopColor),this.borderRightColor=mn(A,$e,e.borderRightColor),this.borderBottomColor=mn(A,At,e.borderBottomColor),this.borderLeftColor=mn(A,et,e.borderLeftColor),this.borderTopLeftRadius=mn(A,nt,e.borderTopLeftRadius),this.borderTopRightRadius=mn(A,rt,e.borderTopRightRadius),this.borderBottomRightRadius=mn(A,ot,e.borderBottomRightRadius),this.borderBottomLeftRadius=mn(A,it,e.borderBottomLeftRadius),this.borderTopStyle=mn(A,at,e.borderTopStyle),this.borderRightStyle=mn(A,lt,e.borderRightStyle),this.borderBottomStyle=mn(A,ct,e.borderBottomStyle),this.borderLeftStyle=mn(A,ut,e.borderLeftStyle),this.borderTopWidth=mn(A,Bt,e.borderTopWidth),this.borderRightWidth=mn(A,dt,e.borderRightWidth),this.borderBottomWidth=mn(A,ht,e.borderBottomWidth),this.borderLeftWidth=mn(A,pt,e.borderLeftWidth),this.boxShadow=mn(A,fn,e.boxShadow),this.color=mn(A,ft,e.color),this.direction=mn(A,wt,e.direction),this.display=mn(A,Qt,e.display),this.float=mn(A,yt,e.cssFloat),this.fontFamily=mn(A,rn,e.fontFamily),this.fontSize=mn(A,on,e.fontSize),this.fontStyle=mn(A,ln,e.fontStyle),this.fontVariant=mn(A,an,e.fontVariant),this.fontWeight=mn(A,sn,e.fontWeight),this.letterSpacing=mn(A,vt,e.letterSpacing),this.lineBreak=mn(A,mt,e.lineBreak),this.lineHeight=mn(A,Ft,e.lineHeight),this.listStyleImage=mn(A,bt,e.listStyleImage),this.listStylePosition=mn(A,Ht,e.listStylePosition),this.listStyleType=mn(A,It,e.listStyleType),this.marginTop=mn(A,Mt,e.marginTop),this.marginRight=mn(A,Pt,e.marginRight),this.marginBottom=mn(A,kt,e.marginBottom),this.marginLeft=mn(A,Ot,e.marginLeft),this.opacity=mn(A,en,e.opacity);var r=mn(A,Kt,e.overflow);this.overflowX=r[0],this.overflowY=r[r.length>1?1:0],this.overflowWrap=mn(A,xt,e.overflowWrap),this.paddingTop=mn(A,St,e.paddingTop),this.paddingRight=mn(A,Tt,e.paddingRight),this.paddingBottom=mn(A,_t,e.paddingBottom),this.paddingLeft=mn(A,Gt,e.paddingLeft),this.paintOrder=mn(A,wn,e.paintOrder),this.position=mn(A,Nt,e.position),this.textAlign=mn(A,Rt,e.textAlign),this.textDecorationColor=mn(A,tn,null!==(t=e.textDecorationColor)&&void 0!==t?t:e.color),this.textDecorationLine=mn(A,nn,null!==(n=e.textDecorationLine)&&void 0!==n?n:e.textDecoration),this.textShadow=mn(A,Vt,e.textShadow),this.textTransform=mn(A,jt,e.textTransform),this.transform=mn(A,Xt,e.transform),this.transformOrigin=mn(A,Yt,e.transformOrigin),this.visibility=mn(A,zt,e.visibility),this.webkitTextStrokeColor=mn(A,Qn,e.webkitTextStrokeColor),this.webkitTextStrokeWidth=mn(A,Cn,e.webkitTextStrokeWidth),this.wordBreak=mn(A,qt,e.wordBreak),this.zIndex=mn(A,$t,e.zIndex)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&0===this.visibility},A.prototype.isTransparent=function(){return Be(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 cn(this.display,4)||cn(this.display,33554432)||cn(this.display,268435456)||cn(this.display,536870912)||cn(this.display,67108864)||cn(this.display,134217728)},A}(),vn=function(A,e){this.content=mn(A,un,e.content),this.quotes=mn(A,hn,e.quotes)},Un=function(A,e){this.counterIncrement=mn(A,gn,e.counterIncrement),this.counterReset=mn(A,Bn,e.counterReset)},mn=function(A,e,t){var n=new GA,r=null!=t?t.toString():e.initialValue;n.write(r);var o=new RA(n.read());switch(e.type){case 2:var i=o.parseComponentValue();return e.parse(A,jA(i)?i.value:e.initialValue);case 0:return e.parse(A,o.parseComponentValue());case 1:return e.parse(A,o.parseComponentValues());case 4:return o.parseComponentValue();case 3:switch(e.format){case"angle":return ae(A,o.parseComponentValue());case"color":return ge(A,o.parseComponentValue());case"image":return _e(A,o.parseComponentValue());case"length":var s=o.parseComponentValue();return qA(s)?s:ee;case"length-percentage":var a=o.parseComponentValue();return $A(a)?a:ee;case"time":return An.parse(A,o.parseComponentValue())}}},Fn=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},En=function(A,e){this.context=A,this.textNodes=[],this.elements=[],this.flags=0,Fn(e,3),this.styles=new yn(A,window.getComputedStyle(e,null)),Lr(e)&&(this.styles.animationDuration.some((function(A){return A>0}))&&(e.style.animationDuration="0s"),null!==this.styles.transform&&(e.style.transform="none")),this.bounds=s(this.context,e),Fn(e,4)&&(this.flags|=16)},bn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Hn="undefined"==typeof Uint8Array?[]:new Uint8Array(256),In=0;In<64;In++)Hn[bn.charCodeAt(In)]=In;for(var Ln=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},Mn=function(){function A(A,e,t,n,r,o){this.initialValue=A,this.errorValue=e,this.highStart=t,this.highValueIndex=n,this.index=r,this.data=o}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}(),Pn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",kn="undefined"==typeof Uint8Array?[]:new Uint8Array(256),On=0;On<64;On++)kn[Pn.charCodeAt(On)]=On;var Kn,xn=8,Dn=9,Sn=11,Tn=12,_n=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 n=[],r=-1,o="";++r<t;){var i=A[r];i<=65535?n.push(i):(i-=65536,n.push(55296+(i>>10),i%1024+56320)),(r+1===t||n.length>16384)&&(o+=String.fromCharCode.apply(String,n),n.length=0)}return o},Gn=function(A,e){var t,n,r,o=function(A){var e,t,n,r,o,i=.75*A.length,s=A.length,a=0;"="===A[A.length-1]&&(i--,"="===A[A.length-2]&&i--);var l="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(i):new Array(i),c=Array.isArray(l)?l:new Uint8Array(l);for(e=0;e<s;e+=4)t=Hn[A.charCodeAt(e)],n=Hn[A.charCodeAt(e+1)],r=Hn[A.charCodeAt(e+2)],o=Hn[A.charCodeAt(e+3)],c[a++]=t<<2|n>>4,c[a++]=(15&n)<<4|r>>2,c[a++]=(3&r)<<6|63&o;return l}(A),i=Array.isArray(o)?function(A){for(var e=A.length,t=[],n=0;n<e;n+=4)t.push(A[n+3]<<24|A[n+2]<<16|A[n+1]<<8|A[n]);return t}(o):new Uint32Array(o),s=Array.isArray(o)?function(A){for(var e=A.length,t=[],n=0;n<e;n+=2)t.push(A[n+1]<<8|A[n]);return t}(o):new Uint16Array(o),a=Ln(s,12,i[4]/2),l=2===i[5]?Ln(s,(24+i[4])/2):(t=i,n=Math.ceil((24+i[4])/4),t.slice?t.slice(n,r):new Uint32Array(Array.prototype.slice.call(t,n,r)));return new Mn(i[0],i[1],i[2],i[3],a,l)}("AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA="),Rn="×",Nn=function(A){return Gn.get(A)},Vn=function(A,e,t){var n=t-2,r=e[n],o=e[t-1],i=e[t];if(2===o&&3===i)return Rn;if(2===o||3===o||4===o)return"÷";if(2===i||3===i||4===i)return"÷";if(o===xn&&-1!==[xn,Dn,Sn,Tn].indexOf(i))return Rn;if(!(o!==Sn&&o!==Dn||i!==Dn&&10!==i))return Rn;if((o===Tn||10===o)&&10===i)return Rn;if(13===i||5===i)return Rn;if(7===i)return Rn;if(1===o)return Rn;if(13===o&&14===i){for(;5===r;)r=e[--n];if(14===r)return Rn}if(15===o&&15===i){for(var s=0;15===r;)s++,r=e[--n];if(s%2==0)return Rn}return"÷"},jn=function(A){var e=function(A){for(var e=[],t=0,n=A.length;t<n;){var r=A.charCodeAt(t++);if(r>=55296&&r<=56319&&t<n){var o=A.charCodeAt(t++);56320==(64512&o)?e.push(((1023&r)<<10)+(1023&o)+65536):(e.push(r),t--)}else e.push(r)}return e}(A),t=e.length,n=0,r=0,o=e.map(Nn);return{next:function(){if(n>=t)return{done:!0,value:null};for(var A=Rn;n<t&&(A=Vn(0,o,++n))===Rn;);if(A!==Rn||n===t){var i=_n.apply(null,e.slice(r,n));return r=n,{value:i,done:!1}}return{done:!0,value:null}}}},Xn=function(A){return 0===A[0]&&255===A[1]&&0===A[2]&&255===A[3]},Jn=function(A,e,t,n,r){var o="http://www.w3.org/2000/svg",i=document.createElementNS(o,"svg"),s=document.createElementNS(o,"foreignObject");return i.setAttributeNS(null,"width",A.toString()),i.setAttributeNS(null,"height",e.toString()),s.setAttributeNS(null,"width","100%"),s.setAttributeNS(null,"height","100%"),s.setAttributeNS(null,"x",t.toString()),s.setAttributeNS(null,"y",n.toString()),s.setAttributeNS(null,"externalResourcesRequired","true"),i.appendChild(s),s.appendChild(r),i},Wn=function(A){return new Promise((function(e,t){var n=new Image;n.onload=function(){return e(n)},n.onerror=t,n.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(A))}))},Zn={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 n=e.getBoundingClientRect(),r=Math.round(n.height);if(A.body.removeChild(t),123===r)return!0}}return!1}(document);return Object.defineProperty(Zn,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=Zn.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?"&#128104;".repeat(10):"";var n=e.firstChild,r=a(n.data).map((function(A){return l(A)})),o=0,i={},s=r.every((function(A,e){t.setStart(n,o),t.setEnd(n,o+A.length);var r=t.getBoundingClientRect();o+=A.length;var s=r.x>i.x||r.y>i.y;return i=r,0===e||s}));return A.body.removeChild(e),s}(document);return Object.defineProperty(Zn,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=function(A){var e=new Image,t=A.createElement("canvas"),n=t.getContext("2d");if(!n)return!1;e.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{n.drawImage(e,0,0),t.toDataURL()}catch(A){return!1}return!0}(document);return Object.defineProperty(Zn,"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 n=e.getContext("2d");if(!n)return Promise.reject(!1);n.fillStyle="rgb(0, 255, 0)",n.fillRect(0,0,t,t);var r=new Image,o=e.toDataURL();r.src=o;var i=Jn(t,t,0,0,r);return n.fillStyle="red",n.fillRect(0,0,t,t),Wn(i).then((function(e){n.drawImage(e,0,0);var r=n.getImageData(0,0,t,t).data;n.fillStyle="red",n.fillRect(0,0,t,t);var i=A.createElement("div");return i.style.backgroundImage="url("+o+")",i.style.height=t+"px",Xn(r)?Wn(Jn(t,t,0,0,i)):Promise.reject(!1)})).then((function(A){return n.drawImage(A,0,0),Xn(n.getImageData(0,0,t,t).data)})).catch((function(){return!1}))}(document):Promise.resolve(!1);return Object.defineProperty(Zn,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=void 0!==(new Image).crossOrigin;return Object.defineProperty(Zn,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A="string"==typeof(new XMLHttpRequest).responseType;return Object.defineProperty(Zn,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(Zn,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!("undefined"==typeof Intl||!Intl.Segmenter);return Object.defineProperty(Zn,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},Yn=function(A,e){this.text=A,this.bounds=e},zn=function(A,e){var t=e.ownerDocument;if(t){var n=t.createElement("html2canvaswrapper");n.appendChild(e.cloneNode(!0));var r=e.parentNode;if(r){r.replaceChild(n,e);var o=s(A,n);return n.firstChild&&r.replaceChild(n.firstChild,n),o}}return i.EMPTY},qn=function(A,e,t){var n=A.ownerDocument;if(!n)throw new Error("Node has no owner document");var r=n.createRange();return r.setStart(A,e),r.setEnd(A,e+t),r},$n=function(A){if(Zn.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=jn(A),n=[];!(e=t.next()).done;)e.value&&n.push(e.value.slice());return n}(A)},Ar=function(A,e){return 0!==e.letterSpacing?$n(A):function(A,e){if(Zn.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 tr(A,e)}(A,e)},er=[32,160,4961,65792,65793,4153,4241],tr=function(A,e){for(var t,n=function(A,e){var t=a(A),n=oA(t,e),r=n[0],o=n[1],i=n[2],s=t.length,l=0,c=0;return{next:function(){if(c>=s)return{done:!0,value:null};for(var A=X;c<s&&(A=rA(t,o,r,++c,i))===X;);if(A!==X||c===s){var e=new iA(t,A,l,c);return l=c,{value:e,done:!1}}return{done:!0,value:null}}}}(A,{lineBreak:e.lineBreak,wordBreak:"break-word"===e.overflowWrap?"break-word":e.wordBreak}),r=[],o=function(){if(t.value){var A=t.value.slice(),e=a(A),n="";e.forEach((function(A){-1===er.indexOf(A)?n+=l(A):(n.length&&r.push(n),r.push(l(A)),n="")})),n.length&&r.push(n)}};!(t=n.next()).done;)o();return r},nr=function(A,e,t){this.text=rr(e.data,t.textTransform),this.textBounds=function(A,e,t,n){var r=Ar(e,t),o=[],s=0;return r.forEach((function(e){if(t.textDecorationLine.length||e.trim().length>0)if(Zn.SUPPORT_RANGE_BOUNDS){var r=qn(n,s,e.length).getClientRects();if(r.length>1){var a=$n(e),l=0;a.forEach((function(e){o.push(new Yn(e,i.fromDOMRectList(A,qn(n,l+s,e.length).getClientRects()))),l+=e.length}))}else o.push(new Yn(e,i.fromDOMRectList(A,r)))}else{var c=n.splitText(e.length);o.push(new Yn(e,zn(A,n))),n=c}else Zn.SUPPORT_RANGE_BOUNDS||(n=n.splitText(e.length));s+=e.length})),o}(A,this.text,t,e)},rr=function(A,e){switch(e){case 1:return A.toLowerCase();case 3:return A.replace(or,ir);case 2:return A.toUpperCase();default:return A}},or=/(^|\s|:|-|\(|\))([a-z])/g,ir=function(A,e,t){return A.length>0?e+t.toUpperCase():A},sr=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n.src=t.currentSrc||t.src,n.intrinsicWidth=t.naturalWidth,n.intrinsicHeight=t.naturalHeight,n.context.cache.addImage(n.src),n}return e(t,A),t}(En),ar=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n.canvas=t,n.intrinsicWidth=t.width,n.intrinsicHeight=t.height,n}return e(t,A),t}(En),lr=function(A){function t(e,t){var n=A.call(this,e,t)||this,r=new XMLSerializer,o=s(e,t);return t.setAttribute("width",o.width+"px"),t.setAttribute("height",o.height+"px"),n.svg="data:image/svg+xml,"+encodeURIComponent(r.serializeToString(t)),n.intrinsicWidth=t.width.baseVal.value,n.intrinsicHeight=t.height.baseVal.value,n.context.cache.addImage(n.svg),n}return e(t,A),t}(En),cr=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n.value=t.value,n}return e(t,A),t}(En),ur=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n.start=t.start,n.reversed="boolean"==typeof t.reversed&&!0===t.reversed,n}return e(t,A),t}(En),gr=[{type:15,flags:0,unit:"px",number:3}],Br=[{type:16,flags:0,number:50}],dr="checkbox",hr="radio",pr="password",fr=707406591,wr=function(A){function t(e,t){var n,r,o,s=A.call(this,e,t)||this;switch(s.type=t.type.toLowerCase(),s.checked=t.checked,s.value=0===(o=(r=t).type===pr?new Array(r.value.length+1).join("•"):r.value).length?r.placeholder||"":o,s.type!==dr&&s.type!==hr||(s.styles.backgroundColor=3739148031,s.styles.borderTopColor=s.styles.borderRightColor=s.styles.borderBottomColor=s.styles.borderLeftColor=2779096575,s.styles.borderTopWidth=s.styles.borderRightWidth=s.styles.borderBottomWidth=s.styles.borderLeftWidth=1,s.styles.borderTopStyle=s.styles.borderRightStyle=s.styles.borderBottomStyle=s.styles.borderLeftStyle=1,s.styles.backgroundClip=[0],s.styles.backgroundOrigin=[0],s.bounds=(n=s.bounds).width>n.height?new i(n.left+(n.width-n.height)/2,n.top,n.height,n.height):n.width<n.height?new i(n.left,n.top+(n.height-n.width)/2,n.width,n.width):n),s.type){case dr:s.styles.borderTopRightRadius=s.styles.borderTopLeftRadius=s.styles.borderBottomRightRadius=s.styles.borderBottomLeftRadius=gr;break;case hr:s.styles.borderTopRightRadius=s.styles.borderTopLeftRadius=s.styles.borderBottomRightRadius=s.styles.borderBottomLeftRadius=Br}return s}return e(t,A),t}(En),Qr=function(A){function t(e,t){var n=A.call(this,e,t)||this,r=t.options[t.selectedIndex||0];return n.value=r&&r.text||"",n}return e(t,A),t}(En),Cr=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n.value=t.value,n}return e(t,A),t}(En),yr=function(A){function t(e,t){var n=A.call(this,e,t)||this;n.src=t.src,n.width=parseInt(t.width,10)||0,n.height=parseInt(t.height,10)||0,n.backgroundColor=n.styles.backgroundColor;try{if(t.contentWindow&&t.contentWindow.document&&t.contentWindow.document.documentElement){n.tree=Fr(e,t.contentWindow.document.documentElement);var r=t.contentWindow.document.documentElement?ye(e,getComputedStyle(t.contentWindow.document.documentElement).backgroundColor):ve.TRANSPARENT,o=t.contentWindow.document.body?ye(e,getComputedStyle(t.contentWindow.document.body).backgroundColor):ve.TRANSPARENT;n.backgroundColor=Be(r)?Be(o)?n.styles.backgroundColor:o:r}}catch(A){}return n}return e(t,A),t}(En),vr=["OL","UL","MENU"],Ur=function(A,e,t,n){for(var r=e.firstChild,o=void 0;r;r=o)if(o=r.nextSibling,Hr(r)&&r.data.trim().length>0)t.textNodes.push(new nr(A,r,t.styles));else if(Ir(r))if(Vr(r)&&r.assignedNodes)r.assignedNodes().forEach((function(e){return Ur(A,e,t,n)}));else{var i=mr(A,r);i.styles.isVisible()&&(Er(r,i,n)?i.flags|=4:br(i.styles)&&(i.flags|=2),-1!==vr.indexOf(r.tagName)&&(i.flags|=8),t.elements.push(i),r.slot,r.shadowRoot?Ur(A,r.shadowRoot,i,n):Rr(r)||Kr(r)||Nr(r)||Ur(A,r,i,n))}},mr=function(A,e){return Tr(e)?new sr(A,e):Dr(e)?new ar(A,e):Kr(e)?new lr(A,e):Pr(e)?new cr(A,e):kr(e)?new ur(A,e):Or(e)?new wr(A,e):Nr(e)?new Qr(A,e):Rr(e)?new Cr(A,e):_r(e)?new yr(A,e):new En(A,e)},Fr=function(A,e){var t=mr(A,e);return t.flags|=4,Ur(A,e,t,t),t},Er=function(A,e,t){return e.styles.isPositionedWithZIndex()||e.styles.opacity<1||e.styles.isTransformed()||xr(A)&&t.styles.isTransparent()},br=function(A){return A.isPositioned()||A.isFloating()},Hr=function(A){return A.nodeType===Node.TEXT_NODE},Ir=function(A){return A.nodeType===Node.ELEMENT_NODE},Lr=function(A){return Ir(A)&&void 0!==A.style&&!Mr(A)},Mr=function(A){return"object"==typeof A.className},Pr=function(A){return"LI"===A.tagName},kr=function(A){return"OL"===A.tagName},Or=function(A){return"INPUT"===A.tagName},Kr=function(A){return"svg"===A.tagName},xr=function(A){return"BODY"===A.tagName},Dr=function(A){return"CANVAS"===A.tagName},Sr=function(A){return"VIDEO"===A.tagName},Tr=function(A){return"IMG"===A.tagName},_r=function(A){return"IFRAME"===A.tagName},Gr=function(A){return"STYLE"===A.tagName},Rr=function(A){return"TEXTAREA"===A.tagName},Nr=function(A){return"SELECT"===A.tagName},Vr=function(A){return"SLOT"===A.tagName},jr=function(A){return A.tagName.indexOf("-")>0},Xr=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,n=A.counterReset,r=!0;null!==t&&t.forEach((function(A){var t=e.counters[A.counter];t&&0!==A.increment&&(r=!1,t.length||t.push(1),t[Math.max(0,t.length-1)]+=A.increment)}));var o=[];return r&&n.forEach((function(A){var t=e.counters[A.counter];o.push(A.counter),t||(t=e.counters[A.counter]=[]),t.push(A.reset)})),o},A}(),Jr={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"]},Wr={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:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},Zr={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:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},Yr={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:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},zr=function(A,e,t,n,r,o){return A<e||A>t?io(A,r,o.length>0):n.integers.reduce((function(e,t,r){for(;A>=t;)A-=t,e+=n.values[r];return e}),"")+o},qr=function(A,e,t,n){var r="";do{t||A--,r=n(A)+r,A/=e}while(A*e>=e);return r},$r=function(A,e,t,n,r){var o=t-e+1;return(A<0?"-":"")+(qr(Math.abs(A),o,n,(function(A){return l(Math.floor(A%o)+e)}))+r)},Ao=function(A,e,t){void 0===t&&(t=". ");var n=e.length;return qr(Math.abs(A),n,!1,(function(A){return e[Math.floor(A%n)]}))+t},eo=function(A,e,t,n,r,o){if(A<-9999||A>9999)return io(A,4,r.length>0);var i=Math.abs(A),s=r;if(0===i)return e[0]+s;for(var a=0;i>0&&a<=4;a++){var l=i%10;0===l&&cn(o,1)&&""!==s?s=e[l]+s:l>1||1===l&&0===a||1===l&&1===a&&cn(o,2)||1===l&&1===a&&cn(o,4)&&A>100||1===l&&a>1&&cn(o,8)?s=e[l]+(a>0?t[a-1]:"")+s:1===l&&a>0&&(s=t[a-1]+s),i=Math.floor(i/10)}return(A<0?n:"")+s},to="十百千萬",no="拾佰仟萬",ro="マイナス",oo="마이너스",io=function(A,e,t){var n=t?". ":"",r=t?"、":"",o=t?", ":"",i=t?" ":"";switch(e){case 0:return"•"+i;case 1:return"◦"+i;case 2:return"◾"+i;case 5:var s=$r(A,48,57,!0,n);return s.length<4?"0"+s:s;case 4:return Ao(A,"〇一二三四五六七八九",r);case 6:return zr(A,1,3999,Jr,3,n).toLowerCase();case 7:return zr(A,1,3999,Jr,3,n);case 8:return $r(A,945,969,!1,n);case 9:return $r(A,97,122,!1,n);case 10:return $r(A,65,90,!1,n);case 11:return $r(A,1632,1641,!0,n);case 12:case 49:return zr(A,1,9999,Wr,3,n);case 35:return zr(A,1,9999,Wr,3,n).toLowerCase();case 13:return $r(A,2534,2543,!0,n);case 14:case 30:return $r(A,6112,6121,!0,n);case 15:return Ao(A,"子丑寅卯辰巳午未申酉戌亥",r);case 16:return Ao(A,"甲乙丙丁戊己庚辛壬癸",r);case 17:case 48:return eo(A,"零一二三四五六七八九",to,"負",r,14);case 47:return eo(A,"零壹貳參肆伍陸柒捌玖",no,"負",r,15);case 42:return eo(A,"零一二三四五六七八九",to,"负",r,14);case 41:return eo(A,"零壹贰叁肆伍陆柒捌玖",no,"负",r,15);case 26:return eo(A,"〇一二三四五六七八九","十百千万",ro,r,0);case 25:return eo(A,"零壱弐参四伍六七八九","拾百千万",ro,r,7);case 31:return eo(A,"영일이삼사오육칠팔구","십백천만",oo,o,7);case 33:return eo(A,"零一二三四五六七八九","十百千萬",oo,o,0);case 32:return eo(A,"零壹貳參四五六七八九","拾百千",oo,o,7);case 18:return $r(A,2406,2415,!0,n);case 20:return zr(A,1,19999,Yr,3,n);case 21:return $r(A,2790,2799,!0,n);case 22:return $r(A,2662,2671,!0,n);case 22:return zr(A,1,10999,Zr,3,n);case 23:return Ao(A,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case 24:return Ao(A,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case 27:return $r(A,3302,3311,!0,n);case 28:return Ao(A,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",r);case 29:return Ao(A,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",r);case 34:return $r(A,3792,3801,!0,n);case 37:return $r(A,6160,6169,!0,n);case 38:return $r(A,4160,4169,!0,n);case 39:return $r(A,2918,2927,!0,n);case 40:return $r(A,1776,1785,!0,n);case 43:return $r(A,3046,3055,!0,n);case 44:return $r(A,3174,3183,!0,n);case 45:return $r(A,3664,3673,!0,n);case 46:return $r(A,3872,3881,!0,n);default:return $r(A,48,57,!0,n)}},so="data-html2canvas-ignore",ao=function(){function A(A,e,t){if(this.context=A,this.options=t,this.scrolledElements=[],this.referenceElement=e,this.counters=new Xr,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,o=co(A,e);if(!o.contentWindow)return Promise.reject("Unable to find iframe window");var i=A.defaultView.pageXOffset,s=A.defaultView.pageYOffset,a=o.contentWindow,l=a.document,c=Bo(o).then((function(){return n(t,void 0,void 0,(function(){var A,t;return r(this,(function(n){switch(n.label){case 0:return this.scrolledElements.forEach(Qo),a&&(a.scrollTo(e.left,e.top),!/(iPad|iPhone|iPod)/g.test(navigator.userAgent)||a.scrollY===e.top&&a.scrollX===e.left||(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(a.scrollX-e.left,a.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")]:l.fonts&&l.fonts.ready?[4,l.fonts.ready]:[3,2];case 1:n.sent(),n.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,go(l)]:[3,4];case 3:n.sent(),n.label=4;case 4:return"function"==typeof A?[2,Promise.resolve().then((function(){return A(l,t)})).then((function(){return o}))]:[2,o]}}))}))}));return l.open(),l.write(fo(document.doctype)+"<html></html>"),wo(this.referenceElement.ownerDocument,i,s),l.replaceChild(l.adoptNode(this.documentElement),l.documentElement),l.close(),c},A.prototype.createElementClone=function(A){if(Fn(A,2),Dr(A))return this.createCanvasClone(A);if(Sr(A))return this.createVideoClone(A);if(Gr(A))return this.createStyleClone(A);var e=A.cloneNode(!1);return Tr(e)&&(Tr(A)&&A.currentSrc&&A.currentSrc!==A.src&&(e.src=A.currentSrc,e.srcset=""),"lazy"===e.loading&&(e.loading="eager")),jr(e)?this.createCustomElementClone(e):e},A.prototype.createCustomElementClone=function(A){var e=document.createElement("html2canvascustomelement");return po(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}),""),n=A.cloneNode(!1);return n.textContent=t,n}}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 n=A.cloneNode(!1);try{n.width=A.width,n.height=A.height;var r=A.getContext("2d"),o=n.getContext("2d");if(o)if(!this.options.allowTaint&&r)o.putImageData(r.getImageData(0,0,A.width,A.height),0,0);else{var i=null!==(e=A.getContext("webgl2"))&&void 0!==e?e:A.getContext("webgl");if(i){var s=i.getContextAttributes();!1===(null==s?void 0:s.preserveDrawingBuffer)&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}o.drawImage(A,0,0)}return n}catch(e){this.context.logger.info("Unable to clone canvas as it is tainted",A)}return n},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 n=A.ownerDocument.createElement("canvas");return n.width=A.offsetWidth,n.height=A.offsetHeight,n},A.prototype.appendChildNode=function(A,e,t){Ir(e)&&("SCRIPT"===e.tagName||e.hasAttribute(so)||"function"==typeof this.options.ignoreElements&&this.options.ignoreElements(e))||this.options.copyStyles&&Ir(e)&&Gr(e)||A.appendChild(this.cloneNode(e,t))},A.prototype.cloneChildNodes=function(A,e,t){for(var n=this,r=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;r;r=r.nextSibling)if(Ir(r)&&Vr(r)&&"function"==typeof r.assignedNodes){var o=r.assignedNodes();o.length&&o.forEach((function(A){return n.appendChildNode(e,A,t)}))}else this.appendChildNode(e,r,t)},A.prototype.cloneNode=function(A,e){if(Hr(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var t=A.ownerDocument.defaultView;if(t&&Ir(A)&&(Lr(A)||Mr(A))){var n=this.createElementClone(A);n.style.transitionProperty="none";var r=t.getComputedStyle(A),o=t.getComputedStyle(A,":before"),i=t.getComputedStyle(A,":after");this.referenceElement===A&&Lr(n)&&(this.clonedReferenceElement=n),xr(n)&&Uo(n);var s=this.counters.parse(new Un(this.context,r)),a=this.resolvePseudoContent(A,n,o,Kn.BEFORE);jr(A)&&(e=!0),Sr(A)||this.cloneChildNodes(A,n,e),a&&n.insertBefore(a,n.firstChild);var l=this.resolvePseudoContent(A,n,i,Kn.AFTER);return l&&n.appendChild(l),this.counters.pop(s),(r&&(this.options.copyStyles||Mr(A))&&!_r(A)||e)&&po(r,n),0===A.scrollTop&&0===A.scrollLeft||this.scrolledElements.push([n,A.scrollLeft,A.scrollTop]),(Rr(A)||Nr(A))&&(Rr(n)||Nr(n))&&(n.value=A.value),n}return A.cloneNode(!1)},A.prototype.resolvePseudoContent=function(A,e,t,n){var r=this;if(t){var o=t.content,i=e.ownerDocument;if(i&&o&&"none"!==o&&"-moz-alt-content"!==o&&"none"!==t.display){this.counters.parse(new Un(this.context,t));var s=new vn(this.context,t),a=i.createElement("html2canvaspseudoelement");po(t,a),s.content.forEach((function(e){if(0===e.type)a.appendChild(i.createTextNode(e.value));else if(22===e.type){var t=i.createElement("img");t.src=e.value,t.style.opacity="1",a.appendChild(t)}else if(18===e.type){if("attr"===e.name){var n=e.values.filter(jA);n.length&&a.appendChild(i.createTextNode(A.getAttribute(n[0].value)||""))}else if("counter"===e.name){var o=e.values.filter(ZA),l=o[0],c=o[1];if(l&&jA(l)){var u=r.counters.getCounterValue(l.value),g=c&&jA(c)?It.parse(r.context,c.value):3;a.appendChild(i.createTextNode(io(u,g,!1)))}}else if("counters"===e.name){var B=e.values.filter(ZA),d=(l=B[0],B[1]);if(c=B[2],l&&jA(l)){var h=r.counters.getCounterValues(l.value),p=c&&jA(c)?It.parse(r.context,c.value):3,f=d&&0===d.type?d.value:"",w=h.map((function(A){return io(A,p,!1)})).join(f);a.appendChild(i.createTextNode(w))}}}else if(20===e.type)switch(e.value){case"open-quote":a.appendChild(i.createTextNode(pn(s.quotes,r.quoteDepth++,!0)));break;case"close-quote":a.appendChild(i.createTextNode(pn(s.quotes,--r.quoteDepth,!1)));break;default:a.appendChild(i.createTextNode(e.value))}})),a.className=Co+" "+yo;var l=n===Kn.BEFORE?" "+Co:" "+yo;return Mr(e)?e.className.baseValue+=l:e.className+=l,a}}},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"}(Kn||(Kn={}));var lo,co=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(so,"true"),A.body.appendChild(t),t},uo=function(A){return new Promise((function(e){A.complete?e():A.src?(A.onload=e,A.onerror=e):e()}))},go=function(A){return Promise.all([].slice.call(A.images,0).map(uo))},Bo=function(A){return new Promise((function(e,t){var n=A.contentWindow;if(!n)return t("No window assigned for iframe");var r=n.document;n.onload=A.onload=function(){n.onload=A.onload=null;var t=setInterval((function(){r.body.childNodes.length>0&&"complete"===r.readyState&&(clearInterval(t),e(A))}),50)}}))},ho=["all","d","content"],po=function(A,e){for(var t=A.length-1;t>=0;t--){var n=A.item(t);-1===ho.indexOf(n)&&e.style.setProperty(n,A.getPropertyValue(n))}return e},fo=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},wo=function(A,e,t){A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(e,t)},Qo=function(A){var e=A[0],t=A[1],n=A[2];e.scrollLeft=t,e.scrollTop=n},Co="___html2canvas___pseudoelement_before",yo="___html2canvas___pseudoelement_after",vo='{\n content: "" !important;\n display: none !important;\n}',Uo=function(A){mo(A,"."+Co+":before"+vo+"\n ."+yo+":after"+vo)},mo=function(A,e){var t=A.ownerDocument;if(t){var n=t.createElement("style");n.textContent=e,A.appendChild(n)}},Fo=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}(),Eo=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:ko(A)||Lo(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 n(this,void 0,void 0,(function(){var e,t,n,o,i=this;return r(this,(function(r){switch(r.label){case 0:return e=Fo.isSameOrigin(A),t=!Mo(A)&&!0===this._options.useCORS&&Zn.SUPPORT_CORS_IMAGES&&!e,n=!Mo(A)&&!e&&!ko(A)&&"string"==typeof this._options.proxy&&Zn.SUPPORT_CORS_XHR&&!t,e||!1!==this._options.allowTaint||Mo(A)||ko(A)||n||t?(o=A,n?[4,this.proxy(o)]:[3,2]):[2];case 1:o=r.sent(),r.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise((function(A,e){var n=new Image;n.onload=function(){return A(n)},n.onerror=e,(Po(o)||t)&&(n.crossOrigin="anonymous"),n.src=o,!0===n.complete&&setTimeout((function(){return A(n)}),500),i._options.imageTimeout>0&&setTimeout((function(){return e("Timed out ("+i._options.imageTimeout+"ms) loading image")}),i._options.imageTimeout)}))];case 3:return[2,r.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 n=A.substring(0,256);return new Promise((function(r,o){var i=Zn.SUPPORT_RESPONSE_TYPE?"blob":"text",s=new XMLHttpRequest;s.onload=function(){if(200===s.status)if("text"===i)r(s.response);else{var A=new FileReader;A.addEventListener("load",(function(){return r(A.result)}),!1),A.addEventListener("error",(function(A){return o(A)}),!1),A.readAsDataURL(s.response)}else o("Failed to proxy resource "+n+" with status code "+s.status)},s.onerror=o;var a=t.indexOf("?")>-1?"&":"?";if(s.open("GET",""+t+a+"url="+encodeURIComponent(A)+"&responseType="+i),"text"!==i&&s instanceof XMLHttpRequest&&(s.responseType=i),e._options.imageTimeout){var l=e._options.imageTimeout;s.timeout=l,s.ontimeout=function(){return o("Timed out ("+l+"ms) proxying "+n)}}s.send()}))},A}(),bo=/^data:image\/svg\+xml/i,Ho=/^data:image\/.*;base64,/i,Io=/^data:image\/.*/i,Lo=function(A){return Zn.SUPPORT_SVG_DRAWING||!Oo(A)},Mo=function(A){return Io.test(A)},Po=function(A){return Ho.test(A)},ko=function(A){return"blob"===A.substr(0,4)},Oo=function(A){return"svg"===A.substr(-3).toLowerCase()||bo.test(A)},Ko=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}(),xo=function(A,e,t){return new Ko(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},Do=function(){function A(A,e,t,n){this.type=1,this.start=A,this.startControl=e,this.endControl=t,this.end=n}return A.prototype.subdivide=function(e,t){var n=xo(this.start,this.startControl,e),r=xo(this.startControl,this.endControl,e),o=xo(this.endControl,this.end,e),i=xo(n,r,e),s=xo(r,o,e),a=xo(i,s,e);return t?new A(this.start,n,i,a):new A(a,s,o,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}(),So=function(A){return 1===A.type},To=function(A){var e=A.styles,t=A.bounds,n=re(e.borderTopLeftRadius,t.width,t.height),r=n[0],o=n[1],i=re(e.borderTopRightRadius,t.width,t.height),s=i[0],a=i[1],l=re(e.borderBottomRightRadius,t.width,t.height),c=l[0],u=l[1],g=re(e.borderBottomLeftRadius,t.width,t.height),B=g[0],d=g[1],h=[];h.push((r+s)/t.width),h.push((B+c)/t.width),h.push((o+d)/t.height),h.push((a+u)/t.height);var p=Math.max.apply(Math,h);p>1&&(r/=p,o/=p,s/=p,a/=p,c/=p,u/=p,B/=p,d/=p);var f=t.width-s,w=t.height-u,Q=t.width-c,C=t.height-d,y=e.borderTopWidth,v=e.borderRightWidth,U=e.borderBottomWidth,m=e.borderLeftWidth,F=oe(e.paddingTop,A.bounds.width),E=oe(e.paddingRight,A.bounds.width),b=oe(e.paddingBottom,A.bounds.width),H=oe(e.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=r>0||o>0?_o(t.left+m/3,t.top+y/3,r-m/3,o-y/3,lo.TOP_LEFT):new Ko(t.left+m/3,t.top+y/3),this.topRightBorderDoubleOuterBox=r>0||o>0?_o(t.left+f,t.top+y/3,s-v/3,a-y/3,lo.TOP_RIGHT):new Ko(t.left+t.width-v/3,t.top+y/3),this.bottomRightBorderDoubleOuterBox=c>0||u>0?_o(t.left+Q,t.top+w,c-v/3,u-U/3,lo.BOTTOM_RIGHT):new Ko(t.left+t.width-v/3,t.top+t.height-U/3),this.bottomLeftBorderDoubleOuterBox=B>0||d>0?_o(t.left+m/3,t.top+C,B-m/3,d-U/3,lo.BOTTOM_LEFT):new Ko(t.left+m/3,t.top+t.height-U/3),this.topLeftBorderDoubleInnerBox=r>0||o>0?_o(t.left+2*m/3,t.top+2*y/3,r-2*m/3,o-2*y/3,lo.TOP_LEFT):new Ko(t.left+2*m/3,t.top+2*y/3),this.topRightBorderDoubleInnerBox=r>0||o>0?_o(t.left+f,t.top+2*y/3,s-2*v/3,a-2*y/3,lo.TOP_RIGHT):new Ko(t.left+t.width-2*v/3,t.top+2*y/3),this.bottomRightBorderDoubleInnerBox=c>0||u>0?_o(t.left+Q,t.top+w,c-2*v/3,u-2*U/3,lo.BOTTOM_RIGHT):new Ko(t.left+t.width-2*v/3,t.top+t.height-2*U/3),this.bottomLeftBorderDoubleInnerBox=B>0||d>0?_o(t.left+2*m/3,t.top+C,B-2*m/3,d-2*U/3,lo.BOTTOM_LEFT):new Ko(t.left+2*m/3,t.top+t.height-2*U/3),this.topLeftBorderStroke=r>0||o>0?_o(t.left+m/2,t.top+y/2,r-m/2,o-y/2,lo.TOP_LEFT):new Ko(t.left+m/2,t.top+y/2),this.topRightBorderStroke=r>0||o>0?_o(t.left+f,t.top+y/2,s-v/2,a-y/2,lo.TOP_RIGHT):new Ko(t.left+t.width-v/2,t.top+y/2),this.bottomRightBorderStroke=c>0||u>0?_o(t.left+Q,t.top+w,c-v/2,u-U/2,lo.BOTTOM_RIGHT):new Ko(t.left+t.width-v/2,t.top+t.height-U/2),this.bottomLeftBorderStroke=B>0||d>0?_o(t.left+m/2,t.top+C,B-m/2,d-U/2,lo.BOTTOM_LEFT):new Ko(t.left+m/2,t.top+t.height-U/2),this.topLeftBorderBox=r>0||o>0?_o(t.left,t.top,r,o,lo.TOP_LEFT):new Ko(t.left,t.top),this.topRightBorderBox=s>0||a>0?_o(t.left+f,t.top,s,a,lo.TOP_RIGHT):new Ko(t.left+t.width,t.top),this.bottomRightBorderBox=c>0||u>0?_o(t.left+Q,t.top+w,c,u,lo.BOTTOM_RIGHT):new Ko(t.left+t.width,t.top+t.height),this.bottomLeftBorderBox=B>0||d>0?_o(t.left,t.top+C,B,d,lo.BOTTOM_LEFT):new Ko(t.left,t.top+t.height),this.topLeftPaddingBox=r>0||o>0?_o(t.left+m,t.top+y,Math.max(0,r-m),Math.max(0,o-y),lo.TOP_LEFT):new Ko(t.left+m,t.top+y),this.topRightPaddingBox=s>0||a>0?_o(t.left+Math.min(f,t.width-v),t.top+y,f>t.width+v?0:Math.max(0,s-v),Math.max(0,a-y),lo.TOP_RIGHT):new Ko(t.left+t.width-v,t.top+y),this.bottomRightPaddingBox=c>0||u>0?_o(t.left+Math.min(Q,t.width-m),t.top+Math.min(w,t.height-U),Math.max(0,c-v),Math.max(0,u-U),lo.BOTTOM_RIGHT):new Ko(t.left+t.width-v,t.top+t.height-U),this.bottomLeftPaddingBox=B>0||d>0?_o(t.left+m,t.top+Math.min(C,t.height-U),Math.max(0,B-m),Math.max(0,d-U),lo.BOTTOM_LEFT):new Ko(t.left+m,t.top+t.height-U),this.topLeftContentBox=r>0||o>0?_o(t.left+m+H,t.top+y+F,Math.max(0,r-(m+H)),Math.max(0,o-(y+F)),lo.TOP_LEFT):new Ko(t.left+m+H,t.top+y+F),this.topRightContentBox=s>0||a>0?_o(t.left+Math.min(f,t.width+m+H),t.top+y+F,f>t.width+m+H?0:s-m+H,a-(y+F),lo.TOP_RIGHT):new Ko(t.left+t.width-(v+E),t.top+y+F),this.bottomRightContentBox=c>0||u>0?_o(t.left+Math.min(Q,t.width-(m+H)),t.top+Math.min(w,t.height+y+F),Math.max(0,c-(v+E)),u-(U+b),lo.BOTTOM_RIGHT):new Ko(t.left+t.width-(v+E),t.top+t.height-(U+b)),this.bottomLeftContentBox=B>0||d>0?_o(t.left+m+H,t.top+C,Math.max(0,B-(m+H)),d-(U+b),lo.BOTTOM_LEFT):new Ko(t.left+m+H,t.top+t.height-(U+b))};!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"}(lo||(lo={}));var _o=function(A,e,t,n,r){var o=(Math.sqrt(2)-1)/3*4,i=t*o,s=n*o,a=A+t,l=e+n;switch(r){case lo.TOP_LEFT:return new Do(new Ko(A,l),new Ko(A,l-s),new Ko(a-i,e),new Ko(a,e));case lo.TOP_RIGHT:return new Do(new Ko(A,e),new Ko(A+i,e),new Ko(a,l-s),new Ko(a,l));case lo.BOTTOM_RIGHT:return new Do(new Ko(a,e),new Ko(a,e+s),new Ko(A+i,l),new Ko(A,l));case lo.BOTTOM_LEFT:default:return new Do(new Ko(a,l),new Ko(a-i,l),new Ko(A,e+s),new Ko(A,e))}},Go=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},Ro=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},No=function(A,e,t){this.offsetX=A,this.offsetY=e,this.matrix=t,this.type=0,this.target=6},Vo=function(A,e){this.path=A,this.target=e,this.type=1},jo=function(A){this.opacity=A,this.type=2,this.target=6},Xo=function(A){return 1===A.type},Jo=function(A,e){return A.length===e.length&&A.some((function(A,t){return A===e[t]}))},Wo=function(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]},Zo=function(){function A(A,e){if(this.container=A,this.parent=e,this.effects=[],this.curves=new To(this.container),this.container.styles.opacity<1&&this.effects.push(new jo(this.container.styles.opacity)),null!==this.container.styles.transform){var t=this.container.bounds.left+this.container.styles.transformOrigin[0].number,n=this.container.bounds.top+this.container.styles.transformOrigin[1].number,r=this.container.styles.transform;this.effects.push(new No(t,n,r))}if(0!==this.container.styles.overflowX){var o=Go(this.curves),i=Ro(this.curves);Jo(o,i)?this.effects.push(new Vo(o,6)):(this.effects.push(new Vo(o,2)),this.effects.push(new Vo(i,4)))}}return A.prototype.getEffects=function(A){for(var e=-1===[2,3].indexOf(this.container.styles.position),t=this.parent,n=this.effects.slice(0);t;){var r=t.effects.filter((function(A){return!Xo(A)}));if(e||0!==t.container.styles.position||!t.parent){if(n.unshift.apply(n,r),e=-1===[2,3].indexOf(t.container.styles.position),0!==t.container.styles.overflowX){var o=Go(t.curves),i=Ro(t.curves);Jo(o,i)||n.unshift(new Vo(i,6))}}else n.unshift.apply(n,r);t=t.parent}return n.filter((function(e){return cn(e.target,A)}))},A}(),Yo=function(A,e,t,n){A.container.elements.forEach((function(r){var o=cn(r.flags,4),i=cn(r.flags,2),s=new Zo(r,A);cn(r.styles.display,2048)&&n.push(s);var a=cn(r.flags,8)?[]:n;if(o||i){var l=o||r.styles.isPositioned()?t:e,c=new Wo(s);if(r.styles.isPositioned()||r.styles.opacity<1||r.styles.isTransformed()){var u=r.styles.zIndex.order;if(u<0){var g=0;l.negativeZIndex.some((function(A,e){return u>A.element.container.styles.zIndex.order?(g=e,!1):g>0})),l.negativeZIndex.splice(g,0,c)}else if(u>0){var B=0;l.positiveZIndex.some((function(A,e){return u>=A.element.container.styles.zIndex.order?(B=e+1,!1):B>0})),l.positiveZIndex.splice(B,0,c)}else l.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else r.styles.isFloating()?l.nonPositionedFloats.push(c):l.nonPositionedInlineLevel.push(c);Yo(s,c,o?c:t,a)}else r.styles.isInlineLevel()?e.inlineLevel.push(s):e.nonInlineLevel.push(s),Yo(s,e,t,a);cn(r.flags,8)&&zo(r,a)}))},zo=function(A,e){for(var t=A instanceof ur?A.start:1,n=A instanceof ur&&A.reversed,r=0;r<e.length;r++){var o=e[r];o.container instanceof cr&&"number"==typeof o.container.value&&0!==o.container.value&&(t=o.container.value),o.listValue=io(t,o.container.styles.listStyleType,!0),t+=n?-1:1}},qo=function(A,e){switch(e){case 0:return Ai(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return Ai(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return Ai(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);default:return Ai(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},$o=function(A,e){var t=[];return So(A)?t.push(A.subdivide(.5,!1)):t.push(A),So(e)?t.push(e.subdivide(.5,!0)):t.push(e),t},Ai=function(A,e,t,n){var r=[];return So(A)?r.push(A.subdivide(.5,!1)):r.push(A),So(t)?r.push(t.subdivide(.5,!0)):r.push(t),So(n)?r.push(n.subdivide(.5,!0).reverse()):r.push(n),So(e)?r.push(e.subdivide(.5,!1).reverse()):r.push(e),r},ei=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},ti=function(A){var e=A.styles,t=A.bounds,n=oe(e.paddingLeft,t.width),r=oe(e.paddingRight,t.width),o=oe(e.paddingTop,t.width),i=oe(e.paddingBottom,t.width);return t.add(n+e.borderLeftWidth,o+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+n+r),-(e.borderTopWidth+e.borderBottomWidth+o+i))},ni=function(A,e,t){var n=function(A,e){return 0===A?e.bounds:2===A?ti(e):ei(e)}(si(A.styles.backgroundOrigin,e),A),r=function(A,e){return 0===A?e.bounds:2===A?ti(e):ei(e)}(si(A.styles.backgroundClip,e),A),o=ii(si(A.styles.backgroundSize,e),t,n),i=o[0],s=o[1],a=re(si(A.styles.backgroundPosition,e),n.width-i,n.height-s);return[ai(si(A.styles.backgroundRepeat,e),a,o,n,r),Math.round(n.left+a[0]),Math.round(n.top+a[1]),i,s]},ri=function(A){return jA(A)&&A.value===Ge.AUTO},oi=function(A){return"number"==typeof A},ii=function(A,e,t){var n=e[0],r=e[1],o=e[2],i=A[0],s=A[1];if(!i)return[0,0];if($A(i)&&s&&$A(s))return[oe(i,t.width),oe(s,t.height)];var a=oi(o);if(jA(i)&&(i.value===Ge.CONTAIN||i.value===Ge.COVER))return oi(o)?t.width/t.height<o!=(i.value===Ge.COVER)?[t.width,t.width/o]:[t.height*o,t.height]:[t.width,t.height];var l=oi(n),c=oi(r),u=l||c;if(ri(i)&&(!s||ri(s)))return l&&c?[n,r]:a||u?u&&a?[l?n:r*o,c?r:n/o]:[l?n:t.width,c?r:t.height]:[t.width,t.height];if(a){var g=0,B=0;return $A(i)?g=oe(i,t.width):$A(s)&&(B=oe(s,t.height)),ri(i)?g=B*o:s&&!ri(s)||(B=g/o),[g,B]}var d=null,h=null;if($A(i)?d=oe(i,t.width):s&&$A(s)&&(h=oe(s,t.height)),null===d||s&&!ri(s)||(h=l&&c?d/n*r:t.height),null!==h&&ri(i)&&(d=l&&c?h/r*n:t.width),null!==d&&null!==h)return[d,h];throw new Error("Unable to calculate background-size for element")},si=function(A,e){var t=A[e];return void 0===t?A[0]:t},ai=function(A,e,t,n,r){var o=e[0],i=e[1],s=t[0],a=t[1];switch(A){case 2:return[new Ko(Math.round(n.left),Math.round(n.top+i)),new Ko(Math.round(n.left+n.width),Math.round(n.top+i)),new Ko(Math.round(n.left+n.width),Math.round(a+n.top+i)),new Ko(Math.round(n.left),Math.round(a+n.top+i))];case 3:return[new Ko(Math.round(n.left+o),Math.round(n.top)),new Ko(Math.round(n.left+o+s),Math.round(n.top)),new Ko(Math.round(n.left+o+s),Math.round(n.height+n.top)),new Ko(Math.round(n.left+o),Math.round(n.height+n.top))];case 1:return[new Ko(Math.round(n.left+o),Math.round(n.top+i)),new Ko(Math.round(n.left+o+s),Math.round(n.top+i)),new Ko(Math.round(n.left+o+s),Math.round(n.top+i+a)),new Ko(Math.round(n.left+o),Math.round(n.top+i+a))];default:return[new Ko(Math.round(r.left),Math.round(r.top)),new Ko(Math.round(r.left+r.width),Math.round(r.top)),new Ko(Math.round(r.left+r.width),Math.round(r.height+r.top)),new Ko(Math.round(r.left),Math.round(r.height+r.top))]}},li="Hidden Text",ci=function(){function A(A){this._data={},this._document=A}return A.prototype.parseMetrics=function(A,e){var t=this._document.createElement("div"),n=this._document.createElement("img"),r=this._document.createElement("span"),o=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",o.appendChild(t),n.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",r.style.fontFamily=A,r.style.fontSize=e,r.style.margin="0",r.style.padding="0",r.appendChild(this._document.createTextNode(li)),t.appendChild(r),t.appendChild(n);var i=n.offsetTop-r.offsetTop+2;t.removeChild(r),t.appendChild(this._document.createTextNode(li)),t.style.lineHeight="normal",n.style.verticalAlign="super";var s=n.offsetTop-t.offsetTop+2;return o.removeChild(t),{baseline:i,middle:s}},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}(),ui=function(A,e){this.context=A,this.options=e},gi=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n._activeEffects=[],n.canvas=t.canvas?t.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),t.canvas||(n.canvas.width=Math.floor(t.width*t.scale),n.canvas.height=Math.floor(t.height*t.scale),n.canvas.style.width=t.width+"px",n.canvas.style.height=t.height+"px"),n.fontMetrics=new ci(document),n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-t.x,-t.y),n.ctx.textBaseline="bottom",n._activeEffects=[],n.context.logger.debug("Canvas renderer initialized ("+t.width+"x"+t.height+") with scale "+t.scale),n}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)),Xo(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 n(this,void 0,void 0,(function(){return r(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 n(this,void 0,void 0,(function(){return r(this,(function(e){switch(e.label){case 0:return cn(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 n=this;0===e?this.ctx.fillText(A.text,A.bounds.left,A.bounds.top+t):$n(A.text).reduce((function(e,r){return n.ctx.fillText(r,e,A.bounds.top+t),e+n.ctx.measureText(r).width}),A.bounds.left)},t.prototype.createFontStyle=function(A){var e=A.fontVariant.filter((function(A){return"normal"===A||"small-caps"===A})).join(""),t=fi(A.fontFamily).join(", "),n=NA(A.fontSize)?""+A.fontSize.number+A.fontSize.unit:A.fontSize.number+"px";return[[A.fontStyle,e,A.fontWeight,n,t].join(" "),t,n]},t.prototype.renderTextNode=function(A,e){return n(this,void 0,void 0,(function(){var t,n,o,i,s,a,l,c,u=this;return r(this,(function(r){return t=this.createFontStyle(e),n=t[0],o=t[1],i=t[2],this.ctx.font=n,this.ctx.direction=1===e.direction?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",s=this.fontMetrics.getMetrics(o,i),a=s.baseline,l=s.middle,c=e.paintOrder,A.textBounds.forEach((function(A){c.forEach((function(t){switch(t){case 0:u.ctx.fillStyle=de(e.color),u.renderTextWithLetterSpacing(A,e.letterSpacing,a);var n=e.textShadow;n.length&&A.text.trim().length&&(n.slice(0).reverse().forEach((function(t){u.ctx.shadowColor=de(t.color),u.ctx.shadowOffsetX=t.offsetX.number*u.options.scale,u.ctx.shadowOffsetY=t.offsetY.number*u.options.scale,u.ctx.shadowBlur=t.blur.number,u.renderTextWithLetterSpacing(A,e.letterSpacing,a)})),u.ctx.shadowColor="",u.ctx.shadowOffsetX=0,u.ctx.shadowOffsetY=0,u.ctx.shadowBlur=0),e.textDecorationLine.length&&(u.ctx.fillStyle=de(e.textDecorationColor||e.color),e.textDecorationLine.forEach((function(e){switch(e){case 1:u.ctx.fillRect(A.bounds.left,Math.round(A.bounds.top+a),A.bounds.width,1);break;case 2:u.ctx.fillRect(A.bounds.left,Math.round(A.bounds.top),A.bounds.width,1);break;case 3:u.ctx.fillRect(A.bounds.left,Math.ceil(A.bounds.top+l),A.bounds.width,1)}})));break;case 1:e.webkitTextStrokeWidth&&A.text.trim().length&&(u.ctx.strokeStyle=de(e.webkitTextStrokeColor),u.ctx.lineWidth=e.webkitTextStrokeWidth,u.ctx.lineJoin=window.chrome?"miter":"round",u.ctx.strokeText(A.text,A.bounds.left,A.bounds.top+a)),u.ctx.strokeStyle="",u.ctx.lineWidth=0,u.ctx.lineJoin="miter"}}))})),[2]}))}))},t.prototype.renderReplacedElement=function(A,e,t){if(t&&A.intrinsicWidth>0&&A.intrinsicHeight>0){var n=ti(A),r=Ro(e);this.path(r),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(t,0,0,A.intrinsicWidth,A.intrinsicHeight,n.left,n.top,n.width,n.height),this.ctx.restore()}},t.prototype.renderNodeContent=function(A){return n(this,void 0,void 0,(function(){var e,n,o,s,a,l,c,u,g,B,d,h,p,f,w,Q,C,y;return r(this,(function(r){switch(r.label){case 0:this.applyEffects(A.getEffects(4)),e=A.container,n=A.curves,o=e.styles,s=0,a=e.textNodes,r.label=1;case 1:return s<a.length?(l=a[s],[4,this.renderTextNode(l,o)]):[3,4];case 2:r.sent(),r.label=3;case 3:return s++,[3,1];case 4:if(!(e instanceof sr))return[3,8];r.label=5;case 5:return r.trys.push([5,7,,8]),[4,this.context.cache.match(e.src)];case 6:return w=r.sent(),this.renderReplacedElement(e,n,w),[3,8];case 7:return r.sent(),this.context.logger.error("Error loading image "+e.src),[3,8];case 8:if(e instanceof ar&&this.renderReplacedElement(e,n,e.canvas),!(e instanceof lr))return[3,12];r.label=9;case 9:return r.trys.push([9,11,,12]),[4,this.context.cache.match(e.svg)];case 10:return w=r.sent(),this.renderReplacedElement(e,n,w),[3,12];case 11:return r.sent(),this.context.logger.error("Error loading svg "+e.svg.substring(0,255)),[3,12];case 12:return e instanceof yr&&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:c=r.sent(),e.width&&e.height&&this.ctx.drawImage(c,0,0,e.width,e.height,e.bounds.left,e.bounds.top,e.bounds.width,e.bounds.height),r.label=14;case 14:if(e instanceof wr&&(u=Math.min(e.bounds.width,e.bounds.height),e.type===dr?e.checked&&(this.ctx.save(),this.path([new Ko(e.bounds.left+.39363*u,e.bounds.top+.79*u),new Ko(e.bounds.left+.16*u,e.bounds.top+.5549*u),new Ko(e.bounds.left+.27347*u,e.bounds.top+.44071*u),new Ko(e.bounds.left+.39694*u,e.bounds.top+.5649*u),new Ko(e.bounds.left+.72983*u,e.bounds.top+.23*u),new Ko(e.bounds.left+.84*u,e.bounds.top+.34085*u),new Ko(e.bounds.left+.39363*u,e.bounds.top+.79*u)]),this.ctx.fillStyle=de(fr),this.ctx.fill(),this.ctx.restore()):e.type===hr&&e.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(e.bounds.left+u/2,e.bounds.top+u/2,u/4,0,2*Math.PI,!0),this.ctx.fillStyle=de(fr),this.ctx.fill(),this.ctx.restore())),Bi(e)&&e.value.length){switch(g=this.createFontStyle(o),C=g[0],B=g[1],d=this.fontMetrics.getMetrics(C,B).baseline,this.ctx.font=C,this.ctx.fillStyle=de(o.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=hi(e.styles.textAlign),y=ti(e),h=0,e.styles.textAlign){case 1:h+=y.width/2;break;case 2:h+=y.width}p=y.add(h,0,0,-y.height/2+1),this.ctx.save(),this.path([new Ko(y.left,y.top),new Ko(y.left+y.width,y.top),new Ko(y.left+y.width,y.top+y.height),new Ko(y.left,y.top+y.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new Yn(e.value,p),o.letterSpacing,d),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!cn(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];w=void 0,Q=f.url,r.label=15;case 15:return r.trys.push([15,17,,18]),[4,this.context.cache.match(Q)];case 16:return w=r.sent(),this.ctx.drawImage(w,e.bounds.left-(w.width+10),e.bounds.top),[3,18];case 17:return r.sent(),this.context.logger.error("Error loading list-style-image "+Q),[3,18];case 18:return[3,20];case 19:A.listValue&&-1!==e.styles.listStyleType&&(C=this.createFontStyle(o)[0],this.ctx.font=C,this.ctx.fillStyle=de(o.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",y=new i(e.bounds.left,e.bounds.top+oe(e.styles.paddingTop,e.bounds.width),e.bounds.width,Et(o.lineHeight,o.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Yn(A.listValue,y),o.letterSpacing,Et(o.lineHeight,o.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),r.label=20;case 20:return[2]}}))}))},t.prototype.renderStackContent=function(A){return n(this,void 0,void 0,(function(){var e,t,n,o,i,s,a,l,c,u,g,B,d,h,p;return r(this,(function(r){switch(r.label){case 0:return cn(A.element.container.flags,16),[4,this.renderNodeBackgroundAndBorders(A.element)];case 1:r.sent(),e=0,t=A.negativeZIndex,r.label=2;case 2:return e<t.length?(p=t[e],[4,this.renderStack(p)]):[3,5];case 3:r.sent(),r.label=4;case 4:return e++,[3,2];case 5:return[4,this.renderNodeContent(A.element)];case 6:r.sent(),n=0,o=A.nonInlineLevel,r.label=7;case 7:return n<o.length?(p=o[n],[4,this.renderNode(p)]):[3,10];case 8:r.sent(),r.label=9;case 9:return n++,[3,7];case 10:i=0,s=A.nonPositionedFloats,r.label=11;case 11:return i<s.length?(p=s[i],[4,this.renderStack(p)]):[3,14];case 12:r.sent(),r.label=13;case 13:return i++,[3,11];case 14:a=0,l=A.nonPositionedInlineLevel,r.label=15;case 15:return a<l.length?(p=l[a],[4,this.renderStack(p)]):[3,18];case 16:r.sent(),r.label=17;case 17:return a++,[3,15];case 18:c=0,u=A.inlineLevel,r.label=19;case 19:return c<u.length?(p=u[c],[4,this.renderNode(p)]):[3,22];case 20:r.sent(),r.label=21;case 21:return c++,[3,19];case 22:g=0,B=A.zeroOrAutoZIndexOrTransformedOrOpacity,r.label=23;case 23:return g<B.length?(p=B[g],[4,this.renderStack(p)]):[3,26];case 24:r.sent(),r.label=25;case 25:return g++,[3,23];case 26:d=0,h=A.positiveZIndex,r.label=27;case 27:return d<h.length?(p=h[d],[4,this.renderStack(p)]):[3,30];case 28:r.sent(),r.label=29;case 29:return d++,[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 n=So(A)?A.start:A;0===t?e.ctx.moveTo(n.x,n.y):e.ctx.lineTo(n.x,n.y),So(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,n){this.path(A),this.ctx.fillStyle=e,this.ctx.translate(t,n),this.ctx.fill(),this.ctx.translate(-t,-n)},t.prototype.resizeImage=function(A,e,t){var n;if(A.width===e&&A.height===t)return A;var r=(null!==(n=this.canvas.ownerDocument)&&void 0!==n?n:document).createElement("canvas");return r.width=Math.max(1,e),r.height=Math.max(1,t),r.getContext("2d").drawImage(A,0,0,A.width,A.height,0,0,e,t),r},t.prototype.renderBackgroundImage=function(A){return n(this,void 0,void 0,(function(){var e,t,n,o,i,s;return r(this,(function(a){switch(a.label){case 0:e=A.styles.backgroundImage.length-1,t=function(t){var o,i,s,a,l,c,u,g,B,d,h,p,f,w,Q,C,y,v,U,m,F,E,b,H,I,L,M,P,k,O,K;return r(this,(function(r){switch(r.label){case 0:if(0!==t.type)return[3,5];o=void 0,i=t.url,r.label=1;case 1:return r.trys.push([1,3,,4]),[4,n.context.cache.match(i)];case 2:return o=r.sent(),[3,4];case 3:return r.sent(),n.context.logger.error("Error loading background-image "+i),[3,4];case 4:return o&&(s=ni(A,e,[o.width,o.height,o.width/o.height]),C=s[0],E=s[1],b=s[2],U=s[3],m=s[4],w=n.ctx.createPattern(n.resizeImage(o,U,m),"repeat"),n.renderRepeat(C,w,E,b)),[3,6];case 5:1===t.type?(a=ni(A,e,[null,null,null]),C=a[0],E=a[1],b=a[2],U=a[3],m=a[4],l=be(t.angle,U,m),c=l[0],u=l[1],g=l[2],B=l[3],d=l[4],(h=document.createElement("canvas")).width=U,h.height=m,p=h.getContext("2d"),f=p.createLinearGradient(u,B,g,d),Ee(t.stops,c).forEach((function(A){return f.addColorStop(A.stop,de(A.color))})),p.fillStyle=f,p.fillRect(0,0,U,m),U>0&&m>0&&(w=n.ctx.createPattern(h,"repeat"),n.renderRepeat(C,w,E,b))):function(A){return 2===A.type}(t)&&(Q=ni(A,e,[null,null,null]),C=Q[0],y=Q[1],v=Q[2],U=Q[3],m=Q[4],F=0===t.position.length?[te]:t.position,E=oe(F[0],U),b=oe(F[F.length-1],m),H=function(A,e,t,n,r){var o=0,i=0;switch(A.size){case 0:0===A.shape?o=i=Math.min(Math.abs(e),Math.abs(e-n),Math.abs(t),Math.abs(t-r)):1===A.shape&&(o=Math.min(Math.abs(e),Math.abs(e-n)),i=Math.min(Math.abs(t),Math.abs(t-r)));break;case 2:if(0===A.shape)o=i=Math.min(He(e,t),He(e,t-r),He(e-n,t),He(e-n,t-r));else if(1===A.shape){var s=Math.min(Math.abs(t),Math.abs(t-r))/Math.min(Math.abs(e),Math.abs(e-n)),a=Ie(n,r,e,t,!0),l=a[0],c=a[1];i=s*(o=He(l-e,(c-t)/s))}break;case 1:0===A.shape?o=i=Math.max(Math.abs(e),Math.abs(e-n),Math.abs(t),Math.abs(t-r)):1===A.shape&&(o=Math.max(Math.abs(e),Math.abs(e-n)),i=Math.max(Math.abs(t),Math.abs(t-r)));break;case 3:if(0===A.shape)o=i=Math.max(He(e,t),He(e,t-r),He(e-n,t),He(e-n,t-r));else if(1===A.shape){s=Math.max(Math.abs(t),Math.abs(t-r))/Math.max(Math.abs(e),Math.abs(e-n));var u=Ie(n,r,e,t,!1);l=u[0],c=u[1],i=s*(o=He(l-e,(c-t)/s))}}return Array.isArray(A.size)&&(o=oe(A.size[0],n),i=2===A.size.length?oe(A.size[1],r):o),[o,i]}(t,E,b,U,m),I=H[0],L=H[1],I>0&&L>0&&(M=n.ctx.createRadialGradient(y+E,v+b,0,y+E,v+b,I),Ee(t.stops,2*I).forEach((function(A){return M.addColorStop(A.stop,de(A.color))})),n.path(C),n.ctx.fillStyle=M,I!==L?(P=A.bounds.left+.5*A.bounds.width,k=A.bounds.top+.5*A.bounds.height,K=1/(O=L/I),n.ctx.save(),n.ctx.translate(P,k),n.ctx.transform(1,0,0,O,0,0),n.ctx.translate(-P,-k),n.ctx.fillRect(y,K*(v-k)+k,U,m*K),n.ctx.restore()):n.ctx.fill())),r.label=6;case 6:return e--,[2]}}))},n=this,o=0,i=A.styles.backgroundImage.slice(0).reverse(),a.label=1;case 1:return o<i.length?(s=i[o],[5,t(s)]):[3,4];case 2:a.sent(),a.label=3;case 3:return o++,[3,1];case 4:return[2]}}))}))},t.prototype.renderSolidBorder=function(A,e,t){return n(this,void 0,void 0,(function(){return r(this,(function(n){return this.path(qo(t,e)),this.ctx.fillStyle=de(A),this.ctx.fill(),[2]}))}))},t.prototype.renderDoubleBorder=function(A,e,t,o){return n(this,void 0,void 0,(function(){var n,i;return r(this,(function(r){switch(r.label){case 0:return e<3?[4,this.renderSolidBorder(A,t,o)]:[3,2];case 1:return r.sent(),[2];case 2:return n=function(A,e){switch(e){case 0:return Ai(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return Ai(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return Ai(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);default:return Ai(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}}(o,t),this.path(n),this.ctx.fillStyle=de(A),this.ctx.fill(),i=function(A,e){switch(e){case 0:return Ai(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return Ai(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return Ai(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);default:return Ai(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}}(o,t),this.path(i),this.ctx.fill(),[2]}}))}))},t.prototype.renderNodeBackgroundAndBorders=function(A){return n(this,void 0,void 0,(function(){var e,t,n,o,i,s,a,l,c=this;return r(this,(function(r){switch(r.label){case 0:return this.applyEffects(A.getEffects(2)),e=A.container.styles,t=!Be(e.backgroundColor)||e.backgroundImage.length,n=[{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}],o=di(si(e.backgroundClip,0),A.curves),t||e.boxShadow.length?(this.ctx.save(),this.path(o),this.ctx.clip(),Be(e.backgroundColor)||(this.ctx.fillStyle=de(e.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(A.container)]):[3,2];case 1:r.sent(),this.ctx.restore(),e.boxShadow.slice(0).reverse().forEach((function(e){c.ctx.save();var t,n,r,o,i,s=Go(A.curves),a=e.inset?0:1e4,l=(t=s,n=-a+(e.inset?1:-1)*e.spread.number,r=(e.inset?1:-1)*e.spread.number,o=e.spread.number*(e.inset?-2:2),i=e.spread.number*(e.inset?-2:2),t.map((function(A,e){switch(e){case 0:return A.add(n,r);case 1:return A.add(n+o,r);case 2:return A.add(n+o,r+i);case 3:return A.add(n,r+i)}return A})));e.inset?(c.path(s),c.ctx.clip(),c.mask(l)):(c.mask(s),c.ctx.clip(),c.path(l)),c.ctx.shadowOffsetX=e.offsetX.number+a,c.ctx.shadowOffsetY=e.offsetY.number,c.ctx.shadowColor=de(e.color),c.ctx.shadowBlur=e.blur.number,c.ctx.fillStyle=e.inset?de(e.color):"rgba(0,0,0,1)",c.ctx.fill(),c.ctx.restore()})),r.label=2;case 2:i=0,s=0,a=n,r.label=3;case 3:return s<a.length?0!==(l=a[s]).style&&!Be(l.color)&&l.width>0?2!==l.style?[3,5]:[4,this.renderDashedDottedBorder(l.color,l.width,i,A.curves,2)]:[3,11]:[3,13];case 4:return r.sent(),[3,11];case 5:return 3!==l.style?[3,7]:[4,this.renderDashedDottedBorder(l.color,l.width,i,A.curves,3)];case 6:return r.sent(),[3,11];case 7:return 4!==l.style?[3,9]:[4,this.renderDoubleBorder(l.color,l.width,i,A.curves)];case 8:return r.sent(),[3,11];case 9:return[4,this.renderSolidBorder(l.color,i,A.curves)];case 10:r.sent(),r.label=11;case 11:i++,r.label=12;case 12:return s++,[3,3];case 13:return[2]}}))}))},t.prototype.renderDashedDottedBorder=function(A,e,t,o,i){return n(this,void 0,void 0,(function(){var n,s,a,l,c,u,g,B,d,h,p,f,w,Q,C,y;return r(this,(function(r){return this.ctx.save(),n=function(A,e){switch(e){case 0:return $o(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return $o(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return $o(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);default:return $o(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}}(o,t),s=qo(o,t),2===i&&(this.path(s),this.ctx.clip()),So(s[0])?(a=s[0].start.x,l=s[0].start.y):(a=s[0].x,l=s[0].y),So(s[1])?(c=s[1].end.x,u=s[1].end.y):(c=s[1].x,u=s[1].y),g=0===t||2===t?Math.abs(a-c):Math.abs(l-u),this.ctx.beginPath(),3===i?this.formatPath(n):this.formatPath(s.slice(0,2)),B=e<3?3*e:2*e,d=e<3?2*e:e,3===i&&(B=e,d=e),h=!0,g<=2*B?h=!1:g<=2*B+d?(B*=p=g/(2*B+d),d*=p):(f=Math.floor((g+d)/(B+d)),w=(g-f*B)/(f-1),d=(Q=(g-(f+1)*B)/f)<=0||Math.abs(d-w)<Math.abs(d-Q)?w:Q),h&&(3===i?this.ctx.setLineDash([0,B+d]):this.ctx.setLineDash([B,d])),3===i?(this.ctx.lineCap="round",this.ctx.lineWidth=e):this.ctx.lineWidth=2*e+1.1,this.ctx.strokeStyle=de(A),this.ctx.stroke(),this.ctx.setLineDash([]),2===i&&(So(s[0])&&(C=s[3],y=s[0],this.ctx.beginPath(),this.formatPath([new Ko(C.end.x,C.end.y),new Ko(y.start.x,y.start.y)]),this.ctx.stroke()),So(s[1])&&(C=s[1],y=s[2],this.ctx.beginPath(),this.formatPath([new Ko(C.end.x,C.end.y),new Ko(y.start.x,y.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]}))}))},t.prototype.render=function(A){return n(this,void 0,void 0,(function(){var e;return r(this,(function(t){switch(t.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=de(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),n=new Zo(A,null),r=new Wo(n),Yo(n,r,r,o=[]),zo(n.container,o),e=r,[4,this.renderStack(e)];case 1:return t.sent(),this.applyEffects([]),[2,this.canvas]}var n,r,o}))}))},t}(ui),Bi=function(A){return A instanceof Cr||A instanceof Qr||A instanceof wr&&A.type!==hr&&A.type!==dr},di=function(A,e){switch(A){case 0:return Go(e);case 2:return function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]}(e);default:return Ro(e)}},hi=function(A){switch(A){case 1:return"center";case 2:return"right";default:return"left"}},pi=["-apple-system","system-ui"],fi=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter((function(A){return-1===pi.indexOf(A)})):A},wi=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n.canvas=t.canvas?t.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),n.options=t,n.canvas.width=Math.floor(t.width*t.scale),n.canvas.height=Math.floor(t.height*t.scale),n.canvas.style.width=t.width+"px",n.canvas.style.height=t.height+"px",n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-t.x,-t.y),n.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+t.width+"x"+t.height+" at "+t.x+","+t.y+") with scale "+t.scale),n}return e(t,A),t.prototype.render=function(A){return n(this,void 0,void 0,(function(){var e,t;return r(this,(function(n){switch(n.label){case 0:return e=Jn(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,A),[4,Qi(e)];case 1:return t=n.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=de(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}(ui),Qi=function(A){return new Promise((function(e,t){var n=new Image;n.onload=function(){e(n)},n.onerror=t,n.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(A))}))},Ci=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,o([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,o([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,o([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,o([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},A.instances={},A}(),yi=function(){function A(e,t){var n;this.windowBounds=t,this.instanceName="#"+A.instanceCount++,this.logger=new Ci({id:this.instanceName,enabled:e.logging}),this.cache=null!==(n=e.cache)&&void 0!==n?n:new Eo(this,e)}return A.instanceCount=1,A}();"undefined"!=typeof window&&Fo.setContext(window);var vi=function(A,e){return n(void 0,void 0,void 0,(function(){var n,o,a,l,c,u,g,B,d,h,p,f,w,Q,C,y,v,U,m,F,E,b,H,I,L,M,P,k,O,K,x,D,S,T,_,G,R,N;return r(this,(function(r){switch(r.label){case 0:if(!A||"object"!=typeof A)return[2,Promise.reject("Invalid element provided as first argument")];if(!(n=A.ownerDocument))throw new Error("Element is not attached to a Document");if(!(o=n.defaultView))throw new Error("Document is not attached to a Window");return a={allowTaint:null!==(b=e.allowTaint)&&void 0!==b&&b,imageTimeout:null!==(H=e.imageTimeout)&&void 0!==H?H:15e3,proxy:e.proxy,useCORS:null!==(I=e.useCORS)&&void 0!==I&&I},l=t({logging:null===(L=e.logging)||void 0===L||L,cache:e.cache},a),c={windowWidth:null!==(M=e.windowWidth)&&void 0!==M?M:o.innerWidth,windowHeight:null!==(P=e.windowHeight)&&void 0!==P?P:o.innerHeight,scrollX:null!==(k=e.scrollX)&&void 0!==k?k:o.pageXOffset,scrollY:null!==(O=e.scrollY)&&void 0!==O?O:o.pageYOffset},u=new i(c.scrollX,c.scrollY,c.windowWidth,c.windowHeight),g=new yi(l,u),B=null!==(K=e.foreignObjectRendering)&&void 0!==K&&K,d={allowTaint:null!==(x=e.allowTaint)&&void 0!==x&&x,onclone:e.onclone,ignoreElements:e.ignoreElements,inlineImages:B,copyStyles:B},g.logger.debug("Starting document clone with size "+u.width+"x"+u.height+" scrolled to "+-u.left+","+-u.top),h=new ao(g,A,d),(p=h.clonedReferenceElement)?[4,h.toIFrame(n,u)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return f=r.sent(),w=xr(p)||"HTML"===p.tagName?function(A){var e=A.body,t=A.documentElement;if(!e||!t)throw new Error("Unable to get document size");var n=Math.max(Math.max(e.scrollWidth,t.scrollWidth),Math.max(e.offsetWidth,t.offsetWidth),Math.max(e.clientWidth,t.clientWidth)),r=Math.max(Math.max(e.scrollHeight,t.scrollHeight),Math.max(e.offsetHeight,t.offsetHeight),Math.max(e.clientHeight,t.clientHeight));return new i(0,0,n,r)}(p.ownerDocument):s(g,p),Q=w.width,C=w.height,y=w.left,v=w.top,U=Ui(g,p,e.backgroundColor),m={canvas:e.canvas,backgroundColor:U,scale:null!==(S=null!==(D=e.scale)&&void 0!==D?D:o.devicePixelRatio)&&void 0!==S?S:1,x:(null!==(T=e.x)&&void 0!==T?T:0)+y,y:(null!==(_=e.y)&&void 0!==_?_:0)+v,width:null!==(G=e.width)&&void 0!==G?G:Math.ceil(Q),height:null!==(R=e.height)&&void 0!==R?R:Math.ceil(C)},B?(g.logger.debug("Document cloned, using foreign object rendering"),[4,new wi(g,m).render(p)]):[3,3];case 2:return F=r.sent(),[3,5];case 3:return g.logger.debug("Document cloned, element located at "+y+","+v+" with size "+Q+"x"+C+" using computed rendering"),g.logger.debug("Starting DOM parsing"),E=Fr(g,p),U===E.styles.backgroundColor&&(E.styles.backgroundColor=ve.TRANSPARENT),g.logger.debug("Starting renderer for element at "+m.x+","+m.y+" with size "+m.width+"x"+m.height),[4,new gi(g,m).render(E)];case 4:F=r.sent(),r.label=5;case 5:return(null===(N=e.removeContainer)||void 0===N||N)&&(ao.destroy(f)||g.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),g.logger.debug("Finished rendering"),[2,F]}}))}))},Ui=function(A,e,t){var n=e.ownerDocument,r=n.documentElement?ye(A,getComputedStyle(n.documentElement).backgroundColor):ve.TRANSPARENT,o=n.body?ye(A,getComputedStyle(n.body).backgroundColor):ve.TRANSPARENT,i="string"==typeof t?ye(A,t):null===t?ve.TRANSPARENT:4294967295;return e===n.documentElement?Be(r)?Be(o)?i:o:r:i};return function(A,e){return void 0===e&&(e={}),vi(A,e)}}()},545:function(A,e,t){!function(A){"use strict";var e="undefined"!=typeof window?window:void 0!==t.g?t.g:"undefined"!=typeof self?self:{};function n(A,e){return A(e={exports:{}},e.exports),e.exports}var r=n((function(A,t){!function(e){const t={escape:function(A){return A.replace(/([.*+?^${}()|\[\]\/\\])/g,"\\$1")},parseExtension:n,mimeType:function(A){return A=n(A).toLowerCase(),function(){var A="application/font-woff",e="image/jpeg";return{woff:A,woff2:A,ttf:"application/font-truetype",eot:"application/vnd.ms-fontobject",png:"image/png",jpg:e,jpeg:e,gif:"image/gif",tiff:"image/tiff",svg:"image/svg+xml"}}()[A]||""},dataAsUrl:function(A,e){return`data:${e};base64,`+A},isDataUrl:function(A){return-1!==A.search(/^(data:)/)},canvasToBlob:function(A){return A.toBlob?new Promise((function(e){A.toBlob(e)})):(e=A,new Promise((function(A){const t=B(e.toDataURL().split(",")[1]);var n=t.length;const r=new Uint8Array(n);for(let A=0;A<n;A++)r[A]=t.charCodeAt(A);A(new Blob([r],{type:"image/png"}))})));var e},resolveUrl:function(A,e){const t=document.implementation.createHTMLDocument(),n=t.createElement("base"),r=(t.head.appendChild(n),t.createElement("a"));return t.body.appendChild(r),n.href=e,r.href=A,r.href},getAndEncode:function(A){let e=u.impl.urlCache.find((function(e){return e.url===A}));return e||(e={url:A,promise:null},u.impl.urlCache.push(e)),null===e.promise&&(u.impl.options.cacheBust&&(A+=(/\?/.test(A)?"&":"?")+(new Date).getTime()),e.promise=new Promise((function(e){const t=u.impl.options.httpTimeout,n=new XMLHttpRequest;let r;var o;function i(A){console.error(A),e("")}n.onreadystatechange=function(){if(4===n.readyState)if(200!==n.status)r?e(r):i(`cannot fetch resource: ${A}, status: `+n.status);else{const A=new FileReader;A.onloadend=function(){var t=A.result.split(/,/)[1];e(t)},A.readAsDataURL(n.response)}},n.ontimeout=function(){r?e(r):i(`timeout of ${t}ms occured while fetching resource: `+A)},n.responseType="blob",n.timeout=t,u.impl.options.useCredentials&&(n.withCredentials=!0),n.open("GET",A,!0),n.send(),u.impl.options.imagePlaceholder&&(o=u.impl.options.imagePlaceholder.split(/,/))&&o[1]&&(r=o[1])}))),e.promise},uid:function(){let A=0;return function(){return"u"+("0000"+(Math.random()*Math.pow(36,4)<<0).toString(36)).slice(-4)+A++}}(),delay:function(A){return function(e){return new Promise((function(t){setTimeout((function(){t(e)}),A)}))}},asArray:function(A){const e=[],t=A.length;for(let n=0;n<t;n++)e.push(A[n]);return e},escapeXhtml:function(A){return A.replace(/%/g,"%25").replace(/#/g,"%23").replace(/\n/g,"%0A")},makeImage:function(A){return"data:,"!==A?new Promise((function(e,t){const n=new Image;u.impl.options.useCredentials&&(n.crossOrigin="use-credentials"),n.onload=function(){e(n)},n.onerror=t,n.src=A})):Promise.resolve()},width:function(A){var e=r(A,"border-left-width"),t=r(A,"border-right-width");return A.scrollWidth+e+t},height:function(A){var e=r(A,"border-top-width"),t=r(A,"border-bottom-width");return A.scrollHeight+e+t}};function n(A){return(A=/\.([^\.\/]*?)(\?|$)/g.exec(A))?A[1]:""}function r(A,e){const t=g(A).getPropertyValue(e);return parseFloat(t.replace("px",""))}const o=function(){const A=/url\(['"]?([^'"]+?)['"]?\)/g;return{inlineAll:function(A,t,o){return e(A)?Promise.resolve(A).then(n).then((function(e){let n=Promise.resolve(A);return e.forEach((function(A){n=n.then((function(e){return r(e,A,t,o)}))})),n})):Promise.resolve(A)},shouldProcess:e,impl:{readUrls:n,inline:r}};function e(e){return-1!==e.search(A)}function n(e){const n=[];for(var r;null!==(r=A.exec(e));)n.push(r[1]);return n.filter((function(A){return!t.isDataUrl(A)}))}function r(A,e,n,r){return Promise.resolve(e).then((function(A){return n?t.resolveUrl(A,n):A})).then(r||t.getAndEncode).then((function(A){return t.dataAsUrl(A,t.mimeType(e))})).then((function(n){return A.replace((r=e,new RegExp(`(url\\(['"]?)(${t.escape(r)})(['"]?\\))`,"g")),`$1${n}$3`);var r}))}}(),i={resolveAll:function(){return s().then((function(A){return Promise.all(A.map((function(A){return A.resolve()})))})).then((function(A){return A.join("\n")}))},impl:{readAll:s}};function s(){return Promise.resolve(t.asArray(document.styleSheets)).then((function(A){const e=[];return A.forEach((function(A){if(Object.getPrototypeOf(A).hasOwnProperty("cssRules"))try{t.asArray(A.cssRules||[]).forEach(e.push.bind(e))}catch(e){console.log("Error while reading CSS rules from "+A.href,e.toString())}})),e})).then((function(A){return A.filter((function(A){return A.type===CSSRule.FONT_FACE_RULE})).filter((function(A){return o.shouldProcess(A.style.getPropertyValue("src"))}))})).then((function(e){return e.map(A)}));function A(A){return{resolve:function(){var e=(A.parentStyleSheet||{}).href;return o.inlineAll(A.cssText,e)},src:function(){return A.style.getPropertyValue("src")}}}}const a={inlineAll:function A(e){return e instanceof Element?function(A){const e=A.style.getPropertyValue("background");return e?o.inlineAll(e).then((function(t){A.style.setProperty("background",t,e)})).then((function(){return A})):Promise.resolve(A)}(e).then((function(){return e instanceof HTMLImageElement?l(e).inline():Promise.all(t.asArray(e.childNodes).map((function(e){return A(e)})))})):Promise.resolve(e)},impl:{newImage:l}};function l(A){return{inline:function(e){return t.isDataUrl(A.src)?Promise.resolve():Promise.resolve(A.src).then(e||t.getAndEncode).then((function(e){return t.dataAsUrl(e,t.mimeType(A.src))})).then((function(e){return new Promise((function(t){A.onload=t,A.onerror=t,A.src=e}))}))}}}const c={imagePlaceholder:void 0,cacheBust:!1,useCredentials:!1,httpTimeout:3e4},u={toSvg:d,toPng:function(A,e){return(e=e||{}).raster=!0,h(A,e).then((function(A){return A.toDataURL()}))},toJpeg:function(A,e){return(e=e||{}).raster=!0,h(A,e).then((function(A){return A.toDataURL("image/jpeg",e.quality||1)}))},toBlob:function(A,e){return(e=e||{}).raster=!0,h(A,e).then(t.canvasToBlob)},toPixelData:function(A,e){return(e=e||{}).raster=!0,h(A,e).then((function(e){return e.getContext("2d").getImageData(0,0,t.width(A),t.height(A)).data}))},toCanvas:function(A,e){return(e=e||{}).raster=!0,h(A,e||{})},impl:{fontFaces:i,images:a,util:t,inliner:o,urlCache:[],options:{}}},g=(A.exports=u,e.getComputedStyle||window.getComputedStyle),B=e.atob||window.atob;function d(A,e){var n=e=e||{};return void 0===n.imagePlaceholder?u.impl.options.imagePlaceholder=c.imagePlaceholder:u.impl.options.imagePlaceholder=n.imagePlaceholder,void 0===n.cacheBust?u.impl.options.cacheBust=c.cacheBust:u.impl.options.cacheBust=n.cacheBust,void 0===n.useCredentials?u.impl.options.useCredentials=c.useCredentials:u.impl.options.useCredentials=n.useCredentials,Promise.resolve(A).then((function(A){return function A(e,n,r,o,i=null){return r||!n||n(e)?Promise.resolve(e).then((function(A){return A instanceof HTMLCanvasElement?t.makeImage(A.toDataURL()):"IFRAME"===A.nodeName?html2canvas(A.contentDocument.body).then((A=>A.toDataURL())).then(t.makeImage):A.cloneNode(!1)})).then((function(r){return function(e,r){const i=e.childNodes;return 0===i.length?Promise.resolve(r):function(t,r){const i=g(e);let s=Promise.resolve();return r.forEach((function(e){s=s.then((function(){return A(e,n,!1,o,i)})).then((function(A){A&&t.appendChild(A)}))})),s}(r,t.asArray(i)).then((function(){return r}))}(e,r)})).then((function(A){return function(A,e,n){return e instanceof Element?Promise.resolve().then((function(){!function(A,e){const o=g(A);o.cssText?(e.style.cssText=o.cssText,function(A,e){e.font=A.font,e.fontFamily=A.fontFamily,e.fontFeatureSettings=A.fontFeatureSettings,e.fontKerning=A.fontKerning,e.fontSize=A.fontSize,e.fontStretch=A.fontStretch,e.fontStyle=A.fontStyle,e.fontVariant=A.fontVariant,e.fontVariantCaps=A.fontVariantCaps,e.fontVariantEastAsian=A.fontVariantEastAsian,e.fontVariantLigatures=A.fontVariantLigatures,e.fontVariantNumeric=A.fontVariantNumeric,e.fontVariationSettings=A.fontVariationSettings,e.fontWeight=A.fontWeight}(o,e.style)):(n?function(A,e,t,n){const r=t.style,o=A.style;for(var i of e){var s=e.getPropertyValue(i),a=o.getPropertyValue(i);o.setProperty(i,n?"initial":"unset"),e.getPropertyValue(i)!==s?r.setProperty(i,s):r.removeProperty(i),o.setProperty(i,a)}}(A,o,e,r):function(A,e,n){const r=function(A){if(C[A])return C[A];Q||((Q=document.createElement("iframe")).style.visibility="hidden",Q.style.position="fixed",document.body.appendChild(Q),Q.contentWindow.document.write('<!DOCTYPE html><meta charset="UTF-8"><title>sandbox</title><body>'));const e=document.createElement(A),n=(Q.contentWindow.document.body.appendChild(e),e.textContent=".",Q.contentWindow.getComputedStyle(e)),r={};return t.asArray(n).forEach((function(A){r[A]="width"===A||"height"===A?"auto":n.getPropertyValue(A)})),Q.contentWindow.document.body.removeChild(e),C[A]=r}(n.tagName),o=n.style;t.asArray(A).forEach((function(t){var n=A.getPropertyValue(t);(n!==r[t]||e&&n!==e.getPropertyValue(t))&&o.setProperty(t,n,A.getPropertyPriority(t))}))}(o,i,e),r&&(["inset-block","inset-block-start","inset-block-end"].forEach((A=>e.style.removeProperty(A))),["left","right","top","bottom"].forEach((A=>{e.style.getPropertyValue(A)&&e.style.setProperty(A,"0px")}))))}(A,e)})).then((function(){[":before",":after"].forEach((function(n){!function(n){const r=g(A,n),o=r.getPropertyValue("content");if(""!==o&&"none"!==o){const A=t.uid(),o=e.getAttribute("class"),i=(o&&e.setAttribute("class",o+" "+A),document.createElement("style"));i.appendChild(function(){const e=`.${A}:`+n,o=(r.cssText?function(){return`${r.cssText} content: ${r.getPropertyValue("content")};`}:function(){return t.asArray(r).map((function(A){return A+": "+r.getPropertyValue(A)+(r.getPropertyPriority(A)?" !important":"")})).join("; ")+";"})();return document.createTextNode(e+`{${o}}`)}()),e.appendChild(i)}}(n)}))})).then((function(){A instanceof HTMLTextAreaElement&&(e.innerHTML=A.value),A instanceof HTMLInputElement&&e.setAttribute("value",A.value)})).then((function(){e instanceof SVGElement&&(e.setAttribute("xmlns","http://www.w3.org/2000/svg"),e instanceof SVGRectElement&&["width","height"].forEach((function(A){const t=e.getAttribute(A);t&&e.style.setProperty(A,t)})))})).then((function(){return e})):e}(e,A,o)})):Promise.resolve()}(A,e.filter,!0,!e.raster)})).then(p).then(f).then((function(A){e.bgcolor&&(A.style.backgroundColor=e.bgcolor),e.width&&(A.style.width=e.width+"px"),e.height&&(A.style.height=e.height+"px"),e.style&&Object.keys(e.style).forEach((function(t){A.style[t]=e.style[t]}));let t=null;return"function"==typeof e.onclone&&(t=e.onclone(A)),Promise.resolve(t).then((function(){return A}))})).then((function(n){return r=e.width||t.width(A),o=e.height||t.height(A),Promise.resolve(n).then((function(A){return A.setAttribute("xmlns","http://www.w3.org/1999/xhtml"),(new XMLSerializer).serializeToString(A)})).then(t.escapeXhtml).then((function(A){return`<foreignObject x="0" y="0" width="100%" height="100%">${A}</foreignObject>`})).then((function(A){return`<svg xmlns="http://www.w3.org/2000/svg" width="${r}" height="${o}">${A}</svg>`})).then((function(A){return"data:image/svg+xml;charset=utf-8,"+A}));var r,o})).then((function(A){return u.impl.urlCache=[],A}))}function h(A,e){return d(A,e).then(t.makeImage).then(t.delay(0)).then((function(n){var r="number"!=typeof e.scale?1:e.scale;const o=function(A,n){const r=document.createElement("canvas");if(r.width=(e.width||t.width(A))*n,r.height=(e.height||t.height(A))*n,e.bgcolor){const A=r.getContext("2d");A.fillStyle=e.bgcolor,A.fillRect(0,0,r.width,r.height)}return r}(A,r),i=o.getContext("2d");return i.mozImageSmoothingEnabled=!1,i.msImageSmoothingEnabled=!1,i.imageSmoothingEnabled=!1,n&&(i.scale(r,r),i.drawImage(n,0,0)),Q&&(document.body.removeChild(Q),Q=null,w&&clearTimeout(w),w=setTimeout((()=>{w=null,C={}}),2e4)),o}))}function p(A){return i.resolveAll().then((function(e){const t=document.createElement("style");return A.appendChild(t),t.appendChild(document.createTextNode(e)),A}))}function f(A){return a.inlineAll(A).then((function(){return A}))}let w=null,Q=null,C={}}(e)})),o=n((function(A,t){!function(){function t(A,e,t){var n=new XMLHttpRequest;n.open("GET",A),n.responseType="blob",n.onload=function(){i(n.response,e,t)},n.onerror=function(){console.error("could not download file")},n.send()}function n(A){var e=new XMLHttpRequest;e.open("HEAD",A,!1);try{e.send()}catch(A){}return 200<=e.status&&299>=e.status}function r(A){try{A.dispatchEvent(new MouseEvent("click"))}catch(t){var e=document.createEvent("MouseEvents");e.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),A.dispatchEvent(e)}}var o="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof e&&e.global===e?e:void 0,i=o.saveAs||("object"!=typeof window||window!==o?function(){}:"download"in HTMLAnchorElement.prototype?function(A,e,i){var s=o.URL||o.webkitURL,a=document.createElement("a");e=e||A.name||"download",a.download=e,a.rel="noopener","string"==typeof A?(a.href=A,a.origin===location.origin?r(a):n(a.href)?t(A,e,i):r(a,a.target="_blank")):(a.href=s.createObjectURL(A),setTimeout((function(){s.revokeObjectURL(a.href)}),4e4),setTimeout((function(){r(a)}),0))}:"msSaveOrOpenBlob"in navigator?function(A,e,o){if(e=e||A.name||"download","string"!=typeof A)navigator.msSaveOrOpenBlob(function(A,e){return void 0===e?e={autoBom:!1}:"object"!=typeof e&&(console.warn("Deprecated: Expected third argument to be a object"),e={autoBom:!e}),e.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(A.type)?new Blob(["\ufeff",A],{type:A.type}):A}(A,o),e);else if(n(A))t(A,e,o);else{var i=document.createElement("a");i.href=A,i.target="_blank",setTimeout((function(){r(i)}))}}:function(A,e,n,r){if((r=r||open("","_blank"))&&(r.document.title=r.document.body.innerText="downloading..."),"string"==typeof A)return t(A,e,n);var i="application/octet-stream"===A.type,s=/constructor/i.test(o.HTMLElement)||o.safari,a=/CriOS\/[\d]+/.test(navigator.userAgent);if((a||i&&s)&&"object"==typeof FileReader){var l=new FileReader;l.onloadend=function(){var A=l.result;A=a?A:A.replace(/^data:[^;]*;/,"data:attachment/file;"),r?r.location.href=A:location=A,r=null},l.readAsDataURL(A)}else{var c=o.URL||o.webkitURL,u=c.createObjectURL(A);r?r.location=u:location.href=u,r=null,setTimeout((function(){c.revokeObjectURL(u)}),4e4)}});o.saveAs=i.saveAs=i,A.exports=i}()})),i=L.Control.extend({options:{cropImageByInnerWH:!0,hidden:!1,domtoimageOptions:{},position:"topleft",screenName:"screen",iconUrl:"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJjYW1lcmEiPjxwYXRoIHN0eWxlPSJmaWxsOiMwMTAwMDI7IiBkPSJNMTYsOS41MDFjLTQuNDE5LDAtOCwzLjU4MS04LDhjMCw0LjQxOCwzLjU4MSw4LDgsOGM0LjQxOCwwLDgtMy41ODIsOC04UzIwLjQxOCw5LjUwMSwxNiw5LjUwMXogTTIwLjU1NSwyMS40MDZjLTIuMTU2LDIuNTE2LTUuOTQzLDIuODA3LTguNDU5LDAuNjVjLTIuNTE3LTIuMTU2LTIuODA3LTUuOTQ0LTAuNjUtOC40NTljMi4xNTUtMi41MTcsNS45NDMtMi44MDcsOC40NTktMC42NUMyMi40MiwxNS4xMDIsMjIuNzExLDE4Ljg5MSwyMC41NTUsMjEuNDA2eiIvPjxwYXRoIHN0eWxlPSJmaWxsOiMwMTAwMDI7IiBkPSJNMTYsMTMuNTAxYy0yLjIwOSwwLTMuOTk5LDEuNzkxLTQsMy45OTl2MC4wMDJjMCwwLjI3NSwwLjIyNCwwLjUsMC41LDAuNXMwLjUtMC4yMjUsMC41LTAuNVYxNy41YzAuMDAxLTEuNjU2LDEuMzQzLTIuOTk5LDMtMi45OTljMC4yNzYsMCwwLjUtMC4yMjQsMC41LTAuNVMxNi4yNzYsMTMuNTAxLDE2LDEzLjUwMXoiLz48cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTI5LjQ5Miw4LjU0MmwtNC4zMzQtMC43MjNsLTEuMzczLTMuNDM0QzIzLjMyNiwzLjI0LDIyLjIzMiwyLjUsMjEsMi41SDExYy0xLjIzMiwwLTIuMzI2LDAuNzQtMi43ODYsMS44ODZMNi44NDIsNy44MTlMMi41MDksOC41NDJDMS4wNTUsOC43ODMsMCwxMC4wMjcsMCwxMS41djE1YzAsMS42NTQsMS4zNDYsMywzLDNoMjZjMS42NTQsMCwzLTEuMzQ2LDMtM3YtMTVDMzIsMTAuMDI3LDMwLjk0NSw4Ljc4MywyOS40OTIsOC41NDJ6IE0zMCwyNi41YzAsMC41NTMtMC40NDcsMS0xLDFIM2MtMC41NTMsMC0xLTAuNDQ3LTEtMXYtMTVjMC0wLjQ4OSwwLjM1NC0wLjkwNiwwLjgzNi0wLjk4Nkw4LjI4LDkuNjA3bDEuNzkxLTQuNDc4QzEwLjIyNCw0Ljc1LDEwLjU5MSw0LjUsMTEsNC41aDEwYzAuNDA4LDAsMC43NzUsMC4yNDksMC45MjgsMC42MjlsMS43OTEsNC40NzhsNS40NDUsMC45MDdDMjkuNjQ2LDEwLjU5NCwzMCwxMS4wMTEsMzAsMTEuNVYyNi41eiIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+",hideElementsWithSelectors:[".leaflet-control-container"],onCropBorderSize:2,caption:null,captionFontSize:15,captionFont:"Arial",captionColor:"black",captionBgColor:"white",captionOffset:5,mimeType:"image/png",debugMode:!1,preventDownload:!1,onPixelDataFail:function(A){var e=A.node,t=A.error;return console.warn("Map node is very big "+e.scrollWidth+"x"+e.scrollHeight),console.warn("Add function: SimpleMapScreenshoter({\n onPixelDataFail: function({ node, plugin, error, mapPane, domtoimageOptions }) {\n // Solutions:\n // decrease size of map\n // or decrease zoom level\n // or remove elements with big distanses\n // and after that return image in Promise - plugin._getPixelDataOfNormalMap\n return plugin._getPixelDataOfNormalMap(domtoimageOptions)\n }\n })"),Promise.reject(t)}},onAdd:function(){return this._container=L.DomUtil.create("div","leaflet-control-simpleMapScreenshoter"),this._link=null,this._screenState={status:1,promise:null},!1===this.options.hidden&&this._addScreenBtn(),this._onUserStartInteractWithMap=this._onUserStartInteractWithMap.bind(this),this._onUserEndInteractWithMap=this._onUserEndInteractWithMap.bind(this),this._map.on("zoomstart",this._onUserStartInteractWithMap),this._map.on("move",this._onUserStartInteractWithMap),this._map.on("zoomend",this._onUserEndInteractWithMap),this._map.on("moveend",this._onUserEndInteractWithMap),this._container},takeScreen:function(){var A=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"blob",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={};for(var r in this.options)t.hasOwnProperty(r)?n[r]=t[r]:n[r]=this.options[r];return 2===this._screenState.status||(this._map.fire("simpleMapScreenshoter.takeScreen"),this._screenState.status=2,this._setElementsVisible(!1),this._screenState.promise=this._waitEndOfInteractions().then((function(){return A._getPixelData(n)})).then((function(e){return A._setElementsVisible(!0),A._toCanvas(e,n)})).then((function(t){return"image"===e?A._canvasToImage(t,n):"canvas"===e?t:A._canvasToBlob(t,n)})).then((function(e){return A._screenState.status=1,A._map.fire("simpleMapScreenshoter.done"),e})).catch((function(e){return A._setElementsVisible(!0),A._screenState.status=1,A._map.fire("simpleMapScreenshoter.error",{e}),Promise.reject(e)}))),this._screenState.promise},_setElementsVisible:function(){var A=this,e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.options.hideElementsWithSelectors.forEach((function(t){var n=A._map._container.querySelectorAll(t),r=!0,o=!1,i=void 0;try{for(var s,a=n[Symbol.iterator]();!(r=(s=a.next()).done);r=!0)s.value.style.opacity=!1===e?0:1}catch(A){o=!0,i=A}finally{try{!r&&a.return&&a.return()}finally{if(o)throw i}}}))},_canvasToImage:function(A,e){var t=e.mimeType,n=A.toDataURL(t);return-1===n.indexOf("base64")?Promise.reject(new Error("Base64 image generation error")):Promise.resolve(n)},_canvasToBlob:function(A,e){var t=e.mimeType;return new Promise((function(e,n){A.toBlob((function(A){e(A)}),t)}))},_toCanvas:function(A,e){var t=e.captionOffset,n=e.caption,r=e.captionFontSize,o=e.captionFont,i=e.captionColor,s=e.captionBgColor,a=this._node,l=a.screenHeight,c=a.screenWidth,u=document.createElement("canvas");u.width=c,u.height=l;for(var g=u.getContext("2d"),B=g.createImageData(c,l),d=0;d<A.length;++d)B.data[d]=A[d];g.putImageData(B,0,0),B=null;var h=document.createElement("canvas"),p=h.getContext("2d"),f=0,w=0,Q=l,C=c;if(!0===this.options.cropImageByInnerWH){for(var y=[],v=0,U=0;U<l;++U){v=0;for(var m=0;m<c;++m)0===A[4*U*c+4*m+4]&&v++;v===c&&y.push(U)}var F=this._getMinAndMaxOnValuesBreak(y);f=F.min;for(var E=c,b=F.max,H=[],I=0,L=w;L<E;++L){I=0;for(var M=0;M<l;++M)0===A[4*M*c+4*L+4]&&I++;I===l&&H.push(L)}var P=this._getMinAndMaxOnValuesBreak(H);w=P.min,E=P.max,(0===w&&0===E||null===E)&&(E=c),(0===f&&0===b||null===b)&&(b=l),!0===this.options.debugMode&&(console.log("emptyYLine",y),console.log("minMaxY",F),console.log("emptyXLine",H),console.log("minMaxX",P),console.log("debugX",{}),console.log("debugY",{})),0===f&&b===l&&0===w&&E===c||(f+=this.options.onCropBorderSize,b-=this.options.onCropBorderSize,w+=this.options.onCropBorderSize,E-=this.options.onCropBorderSize),Q=b-f,C=E-w,h.width=C,h.height=Q}else h.width=C,h.height=Q;var k=null;return n&&(k="function"==typeof n?n.call(this):n),null!==k&&(h.height=h.height+(t+r+t),p.beginPath(),p.rect(0,0,h.width,h.height),p.fillStyle=s,p.fill(),p.save()),p.drawImage(u,w,f,C,Q,0,0,C,Q),null!==k&&(p.font=r+"px "+o,p.fillStyle=i,p.fillText(k,t,Q+t+r)),Promise.resolve(h)},_getMinAndMaxOnValuesBreak:function(A){for(var e=0,t=0,n=!1,r=1;r<A.length;r++){if(A[r]-1!==A[r-1]){t=A[r],n=!0;break}e=A[r]}return!1===n&&A[0]>1?(e=0,t=A[0]):!1===n&&(e=A[A.length-1]||0,t=null),{min:e,max:t}},_getPixelData:function(A){var e=this,t=A.domtoimageOptions,n=void 0===t?{}:t;return this._getPixelDataOfNormalMap(n).catch((function(A){return console.warn("May be map size very big on that zoom level, we have error:",A.toString()),console.warn("You can manually hide map elements with large distances between them for fix that warn"),e._getPixelDataOfBigMap(n)}))},_getPixelDataOfNormalMap:function(){var A=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=this._map.getContainer();return this._node={node:e,screenHeight:e.scrollHeight,screenWidth:e.scrollWidth},r.toPixelData(e,A)},_getPixelDataOfBigMap:function(){var A=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=this._map.getContainer(),n=this._map.getPane("mapPane");n.style.width=2*t.clientWidth+"px",n.style.height=2*t.clientHeight+"px",n.style.overflow="hidden";var o=function(){n.style.width="initial",n.style.height="initial",n.style.overflow="initial"};return this._node={node:t,screenHeight:t.scrollHeight,screenWidth:t.scrollWidth},r.toPixelData(t,e).then((function(A){return o(),A})).catch((function(r){return o(),t.scrollHeight>=4e3||t.scrollWidth>=4e3?A.options.onPixelDataFail({plugin:A,node:t,mapPane:n,error:r,domtoimageOptions:e}):Promise.reject(r)}))},_addScreenBtn:function(){this._link=L.DomUtil.create("a","leaflet-control-simpleMapScreenshoter-btn",this._container),this._addCss(),L.DomEvent.addListener(this._link,"click",this._onScreenBtn,this),L.DomEvent.disableClickPropagation(this._link)},_addCss:function(){var A="\n .leaflet-control-simpleMapScreenshoter{\n border: 2px solid rgba(0,0,0,0.2);\n background-clip: padding-box;\n }\n .leaflet-control-simpleMapScreenshoter a{\n background-color: #fff;\n border-bottom: 1px solid #ccc;\n width: 30px;\n height: 30px;\n line-height: 30px;\n display: block;\n text-align: center;\n text-decoration: none;\n color: black;\n overflow: hidden;\n border-radius: 2px;\n background-image: url('"+this.options.iconUrl+"');\n background-position: 46% 41%;\n background-repeat: no-repeat;\n background-size: 63%;\n }\n .leaflet-control-simpleMapScreenshoter a:hover{\n cursor: pointer;\n }\n ",e=document.head||document.getElementsByTagName("head")[0],t=document.createElement("style");t.appendChild(document.createTextNode(A)),e.appendChild(t)},_onScreenBtn:function(){var A=this;this._map.fire("simpleMapScreenshoter.click"),this.options.preventDownload||this.takeScreen().then((function(e){var t="function"==typeof A.options.screenName?A.options.screenName.call(A):A.options.screenName;o.saveAs(e,t+".png")})).catch((function(e){A._map.fire("simpleMapScreenshoter.error",{e})}))},_onUserStartInteractWithMap:function(){this._interaction=!0},_onUserEndInteractWithMap:function(){this._interaction=!1},_waitEndOfInteractions:function(){var A=this;return new Promise((function(e){var t=setInterval((function(){A._interaction||(e(),clearInterval(t))}),100)}))}}),s=(L.Control.SimpleMapScreenshoter=i,L.simpleMapScreenshoter=function(A){return new L.Control.SimpleMapScreenshoter(A)},i);A.default=s,A.SimpleMapScreenshoter=i,Object.defineProperty(A,"__esModule",{value:!0})}(e)}},e={};function t(n){var r=e[n];if(void 0!==r)return r.exports;var o=e[n]={exports:{}};return A[n].call(o.exports,o,o.exports,t),o.exports}t.n=A=>{var e=A&&A.__esModule?()=>A.default:()=>A;return t.d(e,{a:e}),e},t.d=(A,e)=>{for(var n in e)t.o(e,n)&&!t.o(A,n)&&Object.defineProperty(A,n,{enumerable:!0,get:e[n]})},t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(A){if("object"==typeof window)return window}}(),t.o=(A,e)=>Object.prototype.hasOwnProperty.call(A,e),t.r=A=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(A,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(A,"__esModule",{value:!0})};var n={};return(()=>{"use strict";var A;t.r(n),t.d(n,{CircleAlterOptions:()=>aA,CircleEventType:()=>o,CircleMarkerOptions:()=>uA,CircleMarkerStyle:()=>gA,CircleOptions:()=>lA,EventReturn:()=>c,GeoJsonOptions:()=>cA,Map:()=>sA,MapEventType:()=>e,MapType:()=>A,MarkerAlterOptions:()=>BA,MarkerClustererConfig:()=>nA,MarkerEventType:()=>r,MarkerIcon:()=>dA,MarkerOptions:()=>hA,NavigationOptions:()=>wA,OverlayOptions:()=>rA,PolygonAlterOptions:()=>pA,PolygonEventType:()=>i,PolygonOptions:()=>fA,PolylineEventType:()=>s,PolylineOptions:()=>oA,PolylineType:()=>E,PopupOptions:()=>QA}),function(A){A[A.Google=0]="Google",A[A.Leaflet=1]="Leaflet"}(A||(A={}));var e,r,o,i,s,a=function(A){var e=A.base;return e+="?",A.apiKey&&(e+="key="+A.apiKey+"&"),A.integrity&&(e+="integrity="+A.integrity+"&"),A.client&&(e+="client="+A.client+"&"),A.crossorigin&&(e+="crossorigin="+A.crossorigin+"&"),A.libraries&&A.libraries.length>0&&(e+="libraries=",A.libraries.forEach((function(t,n){e+=t,n!==A.libraries.length-1&&(e+=",")})),e+="&"),A.language&&(e+="language="+A.language+"&"),A.callback&&(e+="callback="+A.callback+"&"),e},l=function(){function e(){}return e.loadGoogleAPI=function(A){var e,t,n=document.createElement("script");n.type="text/javascript",n.setAttribute("data-google-inlogmaps","true"),n.src=a({apiKey:A.apiKey,base:"https://maps.googleapis.com/maps/api/js",callback:"mapsAPILoadCallback",client:A.client,language:A.language,libraries:A.libraries||[]}),(null===(e=document.querySelector("script"))||void 0===e?void 0:e.hasAttribute("data-google-inlogmaps"))||null===(t=document.querySelector("head"))||void 0===t||t.appendChild(n)},e.loadLeafletAPI=function(A){var e,t,n=document.createElement("link");n.rel="stylesheet",n.href="https://desenvolvimentoweb.blob.core.windows.net/inlog-leaflet/leaflet.css",null===(e=document.querySelector("head"))||void 0===e||e.appendChild(n);var r=document.createElement("script");r.type="text/javascript",r.src=a({base:"https://desenvolvimentoweb.blob.core.windows.net/inlog-leaflet/leaflet.js",callback:"mapsAPILoadCallback"}),null===(t=null===document||void 0===document?void 0:document.querySelector("head"))||void 0===t||t.appendChild(r)},e.prototype.loadApi=function(t,n){return e.mapsApi?Promise.resolve(e.mapsApi):(e.windowRef=window||{api:null,mapsAPILoadCallback:null},new Promise((function(r,o){t===A.Google?e.loadGoogleAPI(n):e.loadLeafletAPI(n),t===A.Leaflet?setTimeout((function(){e.mapsApi=e.windowRef.L,r(e.mapsApi)}),2e3):e.windowRef.mapsAPILoadCallback=function(){e.mapsApi=e.windowRef.google,r(e.mapsApi)},setTimeout((function(){var A;(null===(A=null==e?void 0:e.windowRef)||void 0===A?void 0:A.api)||o(new Error("Loading took too long"))}),5e3)})))},e.windowRef=null,e.mapsApi=null,e}();!function(A){A[A.Click=0]="Click",A[A.ZoomChanged=1]="ZoomChanged"}(e||(e={})),function(A){A[A.Click=0]="Click",A[A.RightClick=1]="RightClick",A[A.AfterDrag=2]="AfterDrag",A[A.MouseOver=3]="MouseOver",A[A.MouseOut=4]="MouseOut",A[A.BeforeDrag=5]="BeforeDrag"}(r||(r={})),function(A){A[A.Click=0]="Click",A[A.CenterChanged=1]="CenterChanged",A[A.RadiusChanged=2]="RadiusChanged"}(o||(o={})),function(A){A[A.SetAt=0]="SetAt",A[A.InsertAt=1]="InsertAt",A[A.RemoveAt=2]="RemoveAt",A[A.DragPolygon=3]="DragPolygon",A[A.Click=4]="Click"}(i||(i={})),function(A){A[A.SetAt=0]="SetAt",A[A.InsertAt=1]="InsertAt",A[A.RemoveAt=2]="RemoveAt",A[A.DragPolyline=3]="DragPolyline",A[A.MouseOver=4]="MouseOver",A[A.MouseOut=5]="MouseOut",A[A.RightClick=6]="RightClick"}(s||(s={}));const c=function(A){this.latlng=A};var u=function(){function A(A,e){this.map={},this.google={},this.map=A,this.google=e}return A.prototype.drawCircle=function(A,e){var t={center:{lat:A.center[0],lng:A.center[1]},draggable:A.draggable,editable:A.editable,fillColor:A.fillColor,fillOpacity:A.fillOpacity,object:A.object,radius:A.radius,strokeColor:A.color,strokeOpacity:A.opacity,strokeWeight:A.weight,suppressUndo:!0},n=new this.google.maps.Circle(t);return e&&this.google.maps.event.addListener(n,"click",(function(t){var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)})),A.addToMap&&n.setMap(this.map),A.fitBounds&&this.map.fitBounds(n.getBounds()),n},A.prototype.toggleCircles=function(A,e){var t=this;A.forEach((function(A){return A.setMap(e?t.map:null)}))},A.prototype.alterCircleOptions=function(A,e){A.forEach((function(A){var t={center:e.center&&e.center.length>0?{lat:e.center[0],lng:e.center[1]}:A.getCenter(),fillColor:e.fillColor?e.fillColor:A.fillColor,fillOpacity:e.fillOpacity?e.fillOpacity:A.fillOpacity,radius:e.radius?e.radius:A.radius,strokeColor:e.color?e.color:A.strokeColor,strokeOpacity:e.opacity?e.opacity:A.strokeOpacity,strokeWeight:e.weight?e.weight:A.strokeWeight,editable:null!==e.editable&&void 0!==e.editable?e.editable:A.editable,draggable:null!==e.draggable&&void 0!==e.draggable?e.draggable:A.draggable};A.setOptions(t)}))},A.prototype.fitBoundsCircles=function(A){this.map.fitBounds(this.getCirclesBounds(A))},A.prototype.isCircleOnMap=function(A){return!!A.map},A.prototype.getCircleCenter=function(A){var e=A.getCenter();return[e.lat(),e.lng()]},A.prototype.getCircleRadius=function(A){return A.getRadius()},A.prototype.addCircleEvent=function(A,e,t){var n=this;A.forEach((function(A){switch(e){case o.Click:n.google.maps.event.addListener(A,"click",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}));break;case o.CenterChanged:n.google.maps.event.addListener(A,"center_changed",(function(){var e=new c([A.getCenter().lat(),A.getCenter().lng()]);t(e,A.object)}));break;case o.RadiusChanged:n.google.maps.event.addListener(A,"radius_changed",(function(e){var n=new c([A.getCenter().lat(),A.getCenter().lng()]);t(n,A.object,A.getRadius())}))}}))},A.prototype.removeCircleEvent=function(A,e){var t=this;A.forEach((function(A){switch(e){case o.Click:t.google.maps.event.clearListeners(A,"click");break;case o.CenterChanged:t.google.maps.event.clearListeners(A,"center_changed");break;case o.RadiusChanged:t.google.maps.event.clearListeners(A,"radius_changed")}}))},A.prototype.getCirclesBounds=function(A){var e=new this.google.maps.LatLngBounds;return A.forEach((function(A){return e.union(A.getBounds())})),e},A}();const g=u;var B=function(){function A(A,e){this.map={},this.google={},this.map=A,this.google=e}return A.prototype.loadGEOJson=function(A,e,t){var n=this;n.parseGeoJson(A,e).forEach((function(A){t&&A.addListener("click",(function(A){var e=new c([A.latLng.lat(),A.latLng.lng()]);t(e)})),A.setMap(n.map)}))},A.prototype.parseGeoJson=function(A,e){var t=[];if(Array.isArray(A.features))for(var n=0,r=A.features;n<r.length;n++){var o=r[n];t.push(this.parseGeoJsonToObject(o,e))}else t.push(this.parseGeoJsonToObject(A,e));return t},A.prototype.parseGeoJsonToObject=function(A,e){var t=A.geometry;switch(A.properties&&Object.assign(e,A.properties),t.type){case"Point":return e.position={lat:t.coordinates[1],lng:t.coordinates[0]},new this.google.maps.Marker(e);case"Polygon":return e.paths=[],t.coordinates.forEach((function(A){return e.paths.push(A.map((function(A){return{lat:A[1],lng:A[0]}})))})),new this.google.maps.Polygon(e);case"LineString":return e.path=t.coordinates.map((function(A){return{lat:A[1],lng:A[0]}})),new this.google.maps.Polyline(e);default:throw new Error("Forma de objeto desconhecida.")}},A}();const d=B;var h=t(120),p=t.n(h),f=function(){function A(A,e){this.map=null,this.google=null,this.map=A,this.google=e}return A.prototype.resizeMap=function(){google.maps.event.trigger(this.map,"resize")},A.prototype.addEventMap=function(A,t){var n=this;switch(A){case e.Click:this.google.maps.event.addListener(n.map,"click",(function(A){var e=new c([A.latLng.lat(),A.latLng.lng()]);t(e)}));break;case e.ZoomChanged:n.map.addListener("zoom_changed",(function(){var A=new c([n.map.getCenter().lat(),n.map.getCenter().lng()]);t(A)}))}},A.prototype.removeEventMap=function(A){switch(A){case e.Click:this.google.maps.event.clearListeners(this.map,"click");break;case e.ZoomChanged:this.google.maps.event.clearListeners(this.map,"zoom_changed")}},A.prototype.getZoom=function(){return this.map.getZoom()},A.prototype.setZoom=function(A){return this.map.setZoom(A)},A.prototype.takeScreenShot=function(A){return e=this,t=void 0,r=function(){var e,t,n;return function(A,e){var t,n,r,o,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(a){return function(s){if(t)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(i=0)),i;)try{if(t=1,n&&(r=2&s[0]?n.return:s[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;switch(n=0,r&&(s=[2&s[0],r.value]),s[0]){case 0:case 1:r=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,n=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!((r=(r=i.trys).length>0&&r[r.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!r||s[1]>r[0]&&s[1]<r[3])){i.label=s[1];break}if(6===s[0]&&i.label<r[1]){i.label=r[1],r=s;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(s);break}r[2]&&i.ops.pop(),i.trys.pop();continue}s=e.call(A,i)}catch(A){s=[6,A],n=0}finally{t=r=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}}(this,(function(r){switch(r.label){case 0:return e="",(t=document.getElementById(A))?[4,p()(t,{useCORS:!0,allowTaint:!0})]:[3,2];case 1:n=r.sent(),e=n.toDataURL("image/png",1),r.label=2;case 2:return[2,e]}}))},new((n=void 0)||(n=Promise))((function(A,o){function i(A){try{a(r.next(A))}catch(A){o(A)}}function s(A){try{a(r.throw(A))}catch(A){o(A)}}function a(e){var t;e.done?A(e.value):(t=e.value,t instanceof n?t:new n((function(A){A(t)}))).then(i,s)}a((r=r.apply(e,t||[])).next())}));var e,t,n,r},A.prototype.getCenter=function(){var A=this.map.getCenter();return[A.lat(),A.lng()]},A.prototype.setCenter=function(A){var e;null===(e=this.map)||void 0===e||e.setCenter(new google.maps.LatLng(A[0],A[1]))},A.prototype.pixelsToLatLng=function(A,e){var t=Math.pow(2,this.map.getZoom()),n=this.map.getProjection().fromLatLngToPoint(this.map.getCenter()),r=new google.maps.Point(A/t||0,e/t||0),o=new google.maps.Point(n.x-r.x,n.y+r.y),i=this.map.getProjection().fromPointToLatLng(o);return[i.lat(),i.lng()]},A.prototype.fitBoundsElements=function(A,e,t,n){var r=new google.maps.LatLngBounds;A&&A.length&&(A.forEach((function(A){return r.extend(A.getPosition())})),this.map.fitBounds(r)),e&&e.length&&(e.forEach((function(A){return r.union(A.getBounds())})),this.map.fitBounds(r)),t&&t.length&&(t.forEach((function(A){return A.getPaths().forEach((function(A){return A.getArray().forEach((function(A){return r.extend(A)}))}))})),this.map.fitBounds(r)),n&&n.length&&(n.forEach((function(A){return A.getPath().forEach((function(A){return r.extend(new google.maps.LatLng(A.lat(),A.lng()))}))})),this.map.fitBounds(r))},A}();const w=f;var Q=t(278),C=function(){function A(A,e){this.map=null,this.google=null,this.map=A,this.google=e}return A.prototype.drawMarker=function(A,e){var t={draggable:A.draggable,icon:null,object:A.object,position:{lat:A.latlng[0],lng:A.latlng[1]}};A.icon&&(t.icon={url:A.icon.url},A.icon.size&&(t.icon.size=new this.google.maps.Size(A.icon.size[0],A.icon.size[1])));var n=new this.google.maps.Marker(t);if(e&&this.google.maps.event.addListener(n,"click",(function(t){var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)})),A.addToMap&&n.setMap(this.map),A.fitBounds){var r=new this.google.maps.LatLngBounds;r.extend(n.getPosition()),this.map.fitBounds(r)}return n},A.prototype.drawCircleMarker=function(A,e){var t={icon:{fillColor:A.style.fillColor,fillOpacity:A.style.fillOpacity,path:this.google.maps.SymbolPath.CIRCLE,scale:A.style.radius,strokeColor:A.style.color,strokeWeight:A.style.weight},object:A.object,position:{lat:A.latlng[0],lng:A.latlng[1]}},n=new this.google.maps.Marker(t);if(e&&this.google.maps.event.addListener(n,"click",(function(t){var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)})),A.addToMap&&n.setMap(this.map),A.fitBounds){var r=new this.google.maps.LatLngBounds;r.extend(n.getPosition()),this.map.fitBounds(r)}return n},A.prototype.toggleMarkers=function(A,e,t){var n=this;A.forEach((function(A){A.setMap(e?n.map:null),t&&(e?n.addMarkerOnClusterer(A,t):n.removeMarkerFromClusterer(A,t))}))},A.prototype.alterMarkerOptions=function(A,e){var t=this,n=null,r=null;e.latlng&&(r={lat:e.latlng[0],lng:e.latlng[1]}),e.icon&&(n=e.icon,e.icon.size&&(n.size=new this.google.maps.Size(e.icon.size[0],e.icon.size[1]))),A.forEach((function(A){e.style&&(n={fillColor:e.style.fillColor?e.style.fillColor:A.icon.fillColor,fillOpacity:e.style.fillOpacity?e.style.fillOpacity:A.icon.fillOpacity,path:t.google.maps.SymbolPath.CIRCLE,scale:e.style.radius?e.style.radius:A.icon.scale,strokeColor:e.style.color?e.style.color:A.icon.strokeColor,strokeWeight:e.style.weight?e.style.weight:A.icon.strokeWeight});var o;o=r&&n?{icon:n,position:r}:r?{position:r}:{icon:n},A.setOptions(o)}))},A.prototype.alterMarkerPosition=function(A,e,t){var n=this,r={lat:e[0],lng:e[1]};A.forEach((function(A){t?n.moveTransitionMarker(r,A):A.setPosition(r)}))},A.prototype.fitBoundsPositions=function(A){var e=new this.google.maps.LatLngBounds;A.map((function(A){return A.position})).forEach((function(A){return e.extend(A)})),this.map.fitBounds(e)},A.prototype.isMarkerOnMap=function(A){return!!A.map},A.prototype.setCenterMarker=function(A){this.map.setCenter(A.getPosition())},A.prototype.addMarkerEvent=function(A,e,t){var n=this;A.forEach((function(A){switch(e){case r.Click:n.google.maps.event.addListener(A,"click",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}));break;case r.RightClick:n.google.maps.event.addListener(A,"rightclick",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}));break;case r.AfterDrag:n.google.maps.event.addListener(A,"dragend",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}));break;case r.MouseOver:n.google.maps.event.addListener(A,"mouseover",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}));break;case r.MouseOut:n.google.maps.event.addListener(A,"mouseout",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}));break;case r.BeforeDrag:n.google.maps.event.addListener(A,"dragstart",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}))}}))},A.prototype.removeMarkerEvent=function(A,e){var t=this;A.forEach((function(A){switch(e){case r.Click:t.google.maps.event.clearListeners(A,"click");break;case r.RightClick:t.google.maps.event.clearListeners(A,"rightclick");break;case r.AfterDrag:t.google.maps.event.clearListeners(A,"dragend");break;case r.MouseOver:t.google.maps.event.clearListeners(A,"mouseover");break;case r.MouseOut:t.google.maps.event.clearListeners(A,"mouseout");break;case r.BeforeDrag:t.google.maps.event.clearListeners(A,"dragstart")}}))},A.prototype.addMarkerClusterer=function(A){return new Q(this.map,[],{maxZoom:A.clusterMaxZoom,minimumClusterSize:A.clusterMinSize,zoomOnClick:A.clusterZoomOnClick})},A.prototype.alterMarkerClustererConfig=function(A,e){A.setZoomOnClick(e.clusterZoomOnClick),A.setMinimumClusterSize(e.clusterMinSize),A.setMaxZoom(e.clusterMaxZoom)},A.prototype.refreshClusterer=function(A){A.repaint()},A.prototype.addMarkerOnClusterer=function(A,e){-1===e.getMarkers().indexOf(A)&&e.addMarker(A,!0)},A.prototype.removeMarkerFromClusterer=function(A,e){e.removeMarker(A)},A.prototype.clearMarkersClusterer=function(A){A.clearMarkers()},A.prototype.countMarkersOnCluster=function(A){return A.getMarkers().length},A.prototype.moveTransitionMarker=function(A,e){var t={deltaLat:(A.lat-e.getPosition().lat())/5,deltaLng:(A.lng-e.getPosition().lng())/5,i:0,position:[e.getPosition().lat(),e.getPosition().lng()],lastPosition:A};this.moveMarker(e,t,5)},A.prototype.moveMarker=function(A,e,t){var n=this;e.position[0]+=e.deltaLat,e.position[1]+=e.deltaLng,A.setPosition(new google.maps.LatLng(e.position[0],e.position[1])),e.i<t?(e.i++,setTimeout((function(){return n.moveMarker(A,e,t)}),20)):e.i===t&&setTimeout((function(){return A.setPosition(e.lastPosition)}),20)},A}();const y=C;var v=function(){function A(A,e,t){function n(e,t,n,r,o){this.bounds_=e,this.div_=t,this.draggable=n,this.afterDragHandler=o,this.object=r,this.setMap(A)}this.map={},this.google={},this.OverlayGoogle=null,this.map=A,this.google=e,this.googlePolygons=t,n.prototype=new this.google.maps.OverlayView,n.prototype.onAdd=function(){var A=this,t=this.getPanes();t.overlayLayer.appendChild(this.div_),t.overlayMouseTarget.appendChild(this.div_),e.maps.event.addDomListener(this.div_,"click",(function(){e.maps.event.trigger(this.div_,"click")})),this.draggable&&(e.maps.event.addDomListener(this.get("map").getDiv(),"mouseleave",(function(){e.maps.event.trigger(this.div_,"mouseup")})),e.maps.event.addDomListener(this.div_,"mousedown",(function(t){this.style.cursor="move",A.map.set("draggable",!1),A.set("origin",t),A.moveHandler=e.maps.event.addDomListener(A.get("map").getDiv(),"mousemove",(function(t){var n=A.get("origin"),r=n.clientX-t.clientX,o=n.clientY-t.clientY,i=A.getProjection().fromLatLngToDivPixel(A.bounds_.getCenter()),s=A.getProjection().fromDivPixelToLatLng(new e.maps.Point(i.x-r,i.y-o));A.set("origin",t),A.bounds_=new e.maps.LatLngBounds,A.bounds_.extend(s),A.draw()}))})),e.maps.event.addDomListener(this.div_,"mouseup",(function(){if(A.map.set("draggable",!0),this.style.cursor="default",e.maps.event.removeListener(A.moveHandler),A.afterDragHandler){var t=A.bounds_.getCenter(),n=new c([t.lat(),t.lng()]);A.afterDragHandler(n,A.object)}})))},n.prototype.draw=function(){var A=this.getProjection().fromLatLngToDivPixel(this.bounds_.getCenter()),e=this.div_;e.style.left=A.x+"px",e.style.top=A.y+"px"},n.prototype.onRemove=function(){this.div_.parentNode.removeChild(this.div_)},this.OverlayGoogle=n}return A.prototype.drawOverlay=function(A,e){var t=null;e&&e.length>0?t=this.googlePolygons.getPolygonsBounds(e):(t=new this.google.maps.LatLngBounds).extend(new this.google.maps.LatLng(A.position[0],A.position[1]));var n=new this.OverlayGoogle(t,A.divElement,A.draggable,A.object,A.afterEventDragHandler);return A.addToMap&&n.setMap(this.map),n.object=A.object,n},A.prototype.toggleOverlay=function(A,e){var t=this;A.forEach((function(A){return A.setMap(e?t.map:null)}))},A}();const U=v;var m=function(){function A(A,e){this.map={},this.google={},this.map=A,this.google=e}return A.prototype.drawPolygon=function(A,e){var t=this,n=this.getPathRecursiveArray(A.path);n=this.getPathPolylineArray(n);var r={draggable:A.draggable,editable:A.editable,fillColor:A.fillColor,fillOpacity:A.fillOpacity,object:A.object,paths:n,strokeColor:A.color,strokeOpacity:A.opacity,strokeWeight:A.weight,suppressUndo:!0,zIndex:A.zIndex},o=new this.google.maps.Polygon(r);return e&&this.google.maps.event.addListener(o,"click",(function(t){var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)})),A.addToMap&&o.setMap(t.map),A.fitBounds&&t.map.fitBounds(t.getPolygonBounds(o)),o},A.prototype.togglePolygons=function(A,e){var t=this;A.forEach((function(A){return A.setMap(e?t.map:null)}))},A.prototype.alterPolygonOptions=function(A,e){var t={};A.forEach((function(A){if(t={editable:null!==e.editable&&void 0!==e.editable?e.editable:A.editable,fillColor:e.fillColor?e.fillColor:A.fillColor,fillOpacity:e.fillOpacity?e.fillOpacity:A.fillOpacity,strokeColor:e.color?e.color:A.strokeColor,strokeOpacity:e.opacity?e.opacity:A.strokeOpacity,strokeWeight:e.weight?e.weight:A.strokeWeight,draggable:null!==e.draggable&&void 0!==e.draggable?e.draggable:A.draggable},e.path){var n=[];e.path.forEach((function(A){return n.push({lat:A[0],lng:A[1]})})),A.setPath(n)}A.setOptions(t),e.object&&(A.object=e.object)}))},A.prototype.fitBoundsPolygons=function(A){this.map.fitBounds(this.getPolygonsBounds(A))},A.prototype.setCenterPolygons=function(A){this.map.setCenter(this.getPolygonsBounds(A).getCenter())},A.prototype.isPolygonOnMap=function(A){return!!A.map},A.prototype.getPolygonPath=function(A){return A.getPaths().getArray().map((function(A){return A.getArray().map((function(A){return new c([A.lat(),A.lng()])}))}))},A.prototype.addPolygonEvent=function(A,e,t){var n=this;A.forEach((function(A){switch(e){case i.SetAt:n.addPolygonEventMove(A,t);break;case i.InsertAt:n.addPolygonEventInsertAt(A,t);break;case i.RemoveAt:n.addPolygonEventRemoveAt(A,t);break;case i.DragPolygon:n.addPolygonEventDragPolygon(A,t);break;case i.Click:n.addPolygonEventClick(A,t)}}))},A.prototype.removePolygonEvent=function(A,e){var t=this;A.forEach((function(A){switch(e){case i.SetAt:t.google.maps.event.clearListeners(A.getPaths(),"set_at");break;case i.InsertAt:t.google.maps.event.clearListeners(A.getPaths(),"insert_at");break;case i.RemoveAt:t.google.maps.event.clearListeners(A.getPaths(),"remove_at");break;case i.DragPolygon:t.google.maps.event.clearListeners(A,"dragstart"),t.google.maps.event.clearListeners(A,"dragend");break;case i.Click:t.google.maps.event.clearListeners(A,"click")}}))},A.prototype.getPolygonsBounds=function(A){var e=new this.google.maps.LatLngBounds;return A.forEach((function(A){A.getPaths().getArray().forEach((function(A){return A.getArray().forEach((function(A){return e.extend(A)}))}))})),e},A.prototype.getPolygonBounds=function(A){var e=new this.google.maps.LatLngBounds;return A.getPaths().getArray().forEach((function(A){return A.getArray().forEach((function(A){return e.extend(A)}))})),e},A.prototype.addPolygonEventMove=function(A,e){for(var t=A.getPaths().getLength(),n=0;n<t;n++)this.addPolygonEventMoveAllPaths(A,A.getPaths().getAt(n),e)},A.prototype.addPolygonEventMoveAllPaths=function(A,e,t){this.google.maps.event.addListener(e,"set_at",(function(n,r){if(!A.dragging){var o=e.getAt(n),i=new c([o.lat(),o.lng()]),s=new c([r.lat(),r.lng()]);t(i,s,A.object,n,A.getPaths().getArray().map((function(A){return A.getArray().map((function(A){return new c([A.lat(),A.lng()])}))})))}}))},A.prototype.addPolygonEventInsertAt=function(A,e){for(var t=A.getPaths().getLength(),n=0;n<t;n++)this.addPolygonEventInsertAtAllPaths(A,A.getPaths().getAt(n),e)},A.prototype.addPolygonEventInsertAtAllPaths=function(A,e,t){this.google.maps.event.addListener(e,"insert_at",(function(n){var r=e.getAt(n),o=new c([r.lat(),r.lng()]),i=e.getAt(n-1),s=i?new c([i.lat(),i.lng()]):null;t(o,s,A.object,n,A.getPaths().getArray().map((function(A){return A.getArray().map((function(A){return new c([A.lat(),A.lng()])}))})))}))},A.prototype.addPolygonEventRemoveAt=function(A,e){for(var t=A.getPaths().getLength(),n=0;n<t;n++)this.addPolygonEventRemoveAtAllPaths(A,A.getPaths().getAt(n),e)},A.prototype.addPolygonEventRemoveAtAllPaths=function(A,e,t){this.google.maps.event.addListener(e,"remove_at",(function(n){var r=new c([e.getAt(n).lat(),e.getAt(n).lng()]);t(r,A.getPaths().getArray().map((function(A){return A.getArray().map((function(A){return new c([A.lat(),A.lng()])}))})),A.object)}))},A.prototype.addPolygonEventDragPolygon=function(A,e){this.google.maps.event.addListener(A,"dragstart",(function(e){A.dragging=!0})),this.google.maps.event.addListener(A,"dragend",(function(t){A.dragging=!1,e(A.getPaths().getArray().map((function(A){return A.getArray().map((function(A){return new c([A.lat(),A.lng()])}))})),A.object)}))},A.prototype.addPolygonEventClick=function(A,e){this.google.maps.event.addListener(A,"click",(function(t){var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)}))},A.prototype.getPathRecursiveArray=function(A){var e=this;return Array.isArray(A)&&"number"!=typeof A[0]?A.map((function(A){return e.getPathRecursiveArray(A)})):{lat:A[0],lng:A[1]}},A.prototype.getPathPolylineArray=function(A){return"number"==typeof A[0].lat?A:"number"!=typeof A[0][0].lat?(A=A[0],this.getPathPolylineArray(A)):A},A}();const F=m;var E;!function(A){A[A.Dashed=0]="Dashed",A[A.Dotted=1]="Dotted",A[A.Arrow=2]="Arrow"}(E||(E={}));var b=function(){function A(A,e,t){this.map=null,this.google=null,this.googlePopups=null,this.selectedPolyline=null,this.selectedPath=null,this.navigateInfoWindow=null,this.directionForward=!1,this.multiSelectionForward=!1,this.multiSelection=!1,this.navigateByPoint=!1,this.navigationOptions={},this.map=A,this.google=e,this.googlePopups=t}return A.prototype.drawPolyline=function(A,e){var t=this,n={draggable:A.draggable,editable:A.editable,icons:null,infowindows:A.infowindows,object:A.object,path:null,strokeColor:A.color,strokeOpacity:A.opacity||1,strokeWeight:A.weight,suppressUndo:!0,zIndex:A.zIndex};if(null!==A.style)switch(A.style){case E.Dotted:console.warn("PolylineType.Dotted is deprecated, instead use PolylineType.Dashed.");break;case E.Dashed:n.strokeOpacity=0,n.icons=[{icon:{path:"M 0,-1 0,1",scale:2,strokeOpacity:1,strokeWeight:A.weight},offset:"0",repeat:"10px"}];break;case E.Arrow:n.icons=[{icon:{path:google.maps.SymbolPath.FORWARD_OPEN_ARROW,scaledSize:new google.maps.Size(20,20),size:new google.maps.Size(20,20)},offset:"100%",repeat:"100px"},{icon:{path:google.maps.SymbolPath.FORWARD_OPEN_ARROW},offset:"0%"},{icon:{path:google.maps.SymbolPath.FORWARD_OPEN_ARROW},offset:"100%"}]}n.path=A.path?A.path.map((function(A){return{lat:A[0],lng:A[1]}})):[];var r=new this.google.maps.Polyline(n);return e&&this.google.maps.event.addListener(r,"click",(function(A){var t=new c([A.latLng.lat(),A.latLng.lng()]);e(t,r.object)})),A.addToMap&&r.setMap(t.map),A.fitBounds&&t.map.fitBounds(t.getPolylineBounds(r)),r},A.prototype.drawPolylineWithNavigation=function(A,e){var t=this.drawPolyline(A,null);return t.navigationHandlerClick=e,this.navigationOptions=A.navigateOptions,this.navigateByPoint=!this.navigationOptions||this.navigationOptions.navigateByPoint,this.addNavigation(t),t},A.prototype.togglePolylines=function(A,e){var t=this;A.forEach((function(A){var n=t;A.setMap(e?n.map:null)}))},A.prototype.alterPolylineOptions=function(A,e){A.forEach((function(A){var t={draggable:e.draggable?e.draggable:A.draggable,editable:e.editable?e.editable:A.editable,infowindows:e.infowindows?e.infowindows:A.infowindows,object:e.object?e.object:A.object,strokeColor:e.color?e.color:A.strokeColor,strokeOpacity:e.opacity?e.opacity:A.strokeOpacity,strokeWeight:e.weight?e.weight:A.strokeWeight,zIndex:e.zIndex?e.zIndex:A.zIndex};switch(e.path&&A.setPath(e.path.map((function(A){return new google.maps.LatLng(A[0],A[1])}))),e.style){case E.Dotted:console.warn("PolylineType.Dotted is deprecated, instead use PolylineType.Dashed.");break;case E.Dashed:t.strokeOpacity=0,t.icons=[{icon:{path:"M 0,-1 0,1",scale:2,strokeOpacity:1},offset:"0",repeat:"10px"}];break;case E.Arrow:t.icons=[{icon:{path:google.maps.SymbolPath.FORWARD_OPEN_ARROW,scaledSize:new google.maps.Size(20,20),size:new google.maps.Size(20,20)},offset:"90%",repeat:"20%"},{icon:{path:google.maps.SymbolPath.FORWARD_OPEN_ARROW},offset:"0%"},{icon:{path:google.maps.SymbolPath.FORWARD_OPEN_ARROW},offset:"100%"}];break;default:t.icons=null}A.setOptions(t)}))},A.prototype.fitBoundsPolylines=function(A){this.map.fitBounds(this.getPolylinesBounds(A))},A.prototype.isPolylineOnMap=function(A){return!!A.map},A.prototype.addPolylinePath=function(A,e){var t=this;A.forEach((function(A){var n=A.getPath();n.push(new t.google.maps.LatLng(e[0],e[1])),A.setPath(n)}))},A.prototype.getPolylinePath=function(A){return A.getPath().getArray().map((function(A){return[A.lat(),A.lng()]}))},A.prototype.removePolylineHighlight=function(){this.google.maps.event.clearListeners(document,"keyup"),this.google.maps.event.clearListeners(document,"keydown"),this.selectedPath&&(this.selectedPath.setMap(null),this.selectedPath=null),this.navigateInfoWindow&&this.navigateInfoWindow.close()},A.prototype.addPolylineEvent=function(A,e,t){var n=this;A.forEach((function(A){switch(e){case s.SetAt:n.addPolylineEventMove(A,t);break;case s.RightClick:n.addPolylineEventRightClick(A,t);break;case s.InsertAt:n.addPolylineEventInsertAt(A,t);break;case s.RemoveAt:n.addPolylineEventRemoveAt(A,t);break;case s.DragPolyline:n.addPolylineEventDragPolyline(A,t);break;case s.MouseOver:n.addPolylineEventMouseOver(A,t);break;case s.MouseOut:n.addPolylineEventMouseOut(A,t)}}))},A.prototype.removePolylineEvent=function(A,e){var t=this;A.forEach((function(A){return t.google.maps.event.clearListeners(A,"click")})),A.forEach((function(A){switch(e){case s.SetAt:t.google.maps.event.clearListeners(A.getPath(),"set_at");break;case s.RightClick:t.google.maps.event.clearListeners(A,"rightclick");break;case s.InsertAt:t.google.maps.event.clearListeners(A.getPath(),"insert_at");break;case s.RemoveAt:t.google.maps.event.clearListeners(A.getPath(),"remove_at");break;case s.DragPolyline:t.google.maps.event.clearListeners(A,"dragstart"),t.google.maps.event.clearListeners(A,"dragend");break;case s.MouseOver:t.google.maps.event.clearListeners(A,"mouseover");break;case s.MouseOut:t.google.maps.event.clearListeners(A,"mouseout")}}))},A.prototype.setIndexPolylineHighlight=function(A,e){this.directionForward=!1,A.initialIdx=e,A.finalIdx=e+1,this.moveSelectedPath(A,this.navigationOptions),this.selectedPolyline=A,this.navigationOptions.navegateOnKeyPress?(this.google.maps.event.clearListeners(document,"keydown"),this.google.maps.event.addDomListener(document,"keydown",this.onKeyUp.bind(this))):(this.google.maps.event.clearListeners(document,"keyup"),this.google.maps.event.addDomListener(document,"keyup",this.onKeyUp.bind(this)))},A.prototype.getObjectPolyline=function(A){return A.object},A.prototype.getObjectPolylineHighlight=function(){return this.selectedPath?this.selectedPath.object:null},A.prototype.addPolylineHighlightEvent=function(A,e){this.selectedPath&&this.addPolylineEvent([this.selectedPath],A,e)},A.prototype.getPolylineHighlightIndex=function(){return this.selectedPath?[this.selectedPath.initialIdx,this.selectedPath.finalIdx]:null},A.prototype.addNavigation=function(A){this.google.maps.event.clearListeners(A,"click"),this.google.maps.event.addListener(A,"click",this.onClickPolyline.bind(this,A))},A.prototype.onClickPolyline=function(A,e){var t=this.checkIdx(A,e.latLng);if(A.initialIdx=t,A.finalIdx=t+1,this.moveSelectedPath(A,this.navigationOptions),this.selectedPolyline=A,this.navigationOptions.navegateOnKeyPress?(this.google.maps.event.clearListeners(document,"keydown"),this.google.maps.event.addDomListener(document,"keydown",this.onKeyUp.bind(this))):(this.google.maps.event.clearListeners(document,"keyup"),this.google.maps.event.addDomListener(document,"keyup",this.onKeyUp.bind(this))),A.navigationHandlerClick){var n=new c([e.latLng.lat(),e.latLng.lng()]);A.navigationHandlerClick(n,A.object)}},A.prototype.onKeyUp=function(A){var e=this;if(e.selectedPath)switch(A.which?A.which:A.keyCode){case 38:case 39:e.moveForwards(A.shiftKey);break;case 37:case 40:e.moveBackwards(A.shiftKey)}},A.prototype.moveForwards=function(A){var e=this,t=e.selectedPolyline;(!e.navigateByPoint||e.directionForward)&&t.finalIdx<t.getPath().getArray().length-1&&e.navigateForward(A,t),e.directionForward=!0,e.moveSelectedPath(t,null)},A.prototype.navigateForward=function(A,e){var t=this;A?(t.multiSelection=!0,t.multiSelectionForward&&e.finalIdx++,t.multiSelectionForward=!0):(e.finalIdx++,e.initialIdx=t.multiSelection?e.finalIdx-1:e.initialIdx+1,t.multiSelection=!1)},A.prototype.moveBackwards=function(A){var e=this,t=e.selectedPolyline;e.navigateByPoint&&e.directionForward||!(t.initialIdx>0)||e.navigateBackward(A,t),e.directionForward=!1,e.moveSelectedPath(t,null)},A.prototype.navigateBackward=function(A,e){var t=this;A?(t.multiSelection=!0,t.multiSelectionForward||e.initialIdx--,t.multiSelectionForward=!1):(e.initialIdx--,e.finalIdx=t.multiSelection?e.initialIdx+1:e.finalIdx-1,t.multiSelection=!1)},A.prototype.moveSelectedPath=function(A,e){var t=A.getPath().getArray().slice(A.initialIdx,A.finalIdx+1);if(this.selectedPath)this.selectedPath.setPath(t),this.selectedPath.object=A.object,this.updateSelectedPathListeners();else{var n={editable:null==e?void 0:e.editable,keyboardShortcuts:!1,map:this.map,object:A.object,path:t,strokeColor:e&&e.color||"#FF0000",strokeOpacity:e&&e.opacity||1,strokeWeight:e&&e.weight||10,zIndex:9999};if(null!==(null==e?void 0:e.style))switch(null==e?void 0:e.style){case E.Dotted:console.warn("PolylineType.Dotted is deprecated, instead use PolylineType.Dashed.");break;case E.Dashed:n.strokeOpacity=0,n.icons=[{icon:{path:"M 0,-1 0,1",scale:2,strokeOpacity:1},offset:"0",repeat:"10px"}];break;case E.Arrow:n.icons=[{icon:{anchor:new google.maps.Point(0,2),fillColor:"#000",fillOpacity:.7,path:google.maps.SymbolPath.FORWARD_OPEN_ARROW,scale:4,strokeColor:"#000",strokeWeight:5},offset:"100%"}]}this.selectedPath=new this.google.maps.Polyline(n)}this.selectedPath.initialIdx=A.initialIdx,this.selectedPath.finalIdx=A.finalIdx,this.drawPopupNavigation(A)},A.prototype.addPolylineEventMove=function(A,e){A.moveListener=function(t,n){if(!A.dragging){var r=A.getPath().getAt(t),o=new c([r.lat(),r.lng()]),i=new c([n.lat(),n.lng()]);e(o,i,A.object,t,A.getPath().getArray().map((function(A){return new c([A.lat(),A.lng()])})))}},this.google.maps.event.addListener(A.getPath(),"set_at",A.moveListener)},A.prototype.addPolylineEventInsertAt=function(A,e){A.insertAtListener=function(t){var n=A.getPath(),r=n.getAt(t),o=new c([r.lat(),r.lng()]),i=n.getAt(t-1),s=i?new c([i.lat(),i.lng()]):null;e(o,s,A.object,t,A.getPath().getArray().map((function(A){return new c([A.lat(),A.lng()])})))},this.google.maps.event.addListener(A.getPath(),"insert_at",A.insertAtListener)},A.prototype.addPolylineEventRemoveAt=function(A,e){A.removeAtListener=function(t){var n=new c([A.getPath().getAt(t).lat(),A.getPath().getAt(t).lng()]);e(n,A.object,A.getPath().getArray().map((function(A){return new c([A.lat(),A.lng()])})))},this.google.maps.event.addListener(A.getPath(),"remove_at",A.removeAtListener)},A.prototype.addPolylineEventRightClick=function(A,e){A.rightClickPolylineListener=function(t){A.dragging=!1;var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)},this.google.maps.event.addListener(A,"rightclick",A.rightClickPolylineListener)},A.prototype.addPolylineEventMouseOver=function(A,e){A.overPolylineListener=function(t){A.dragging=!1;var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)},this.google.maps.event.addListener(A,"mouseover",A.overPolylineListener)},A.prototype.addPolylineEventMouseOut=function(A,e){A.outPolylineListener=function(t){A.dragging=!1;var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)},this.google.maps.event.addListener(A,"mouseout",A.outPolylineListener)},A.prototype.addPolylineEventDragPolyline=function(A,e){A.dragPolylineListener=function(){A.dragging=!1;var t=A.getPath().getArray().map((function(A){return new c([A.lat(),A.lng()])}));e(t,A.object)},this.google.maps.event.addListener(A,"dragend",A.dragPolylineListener),this.google.maps.event.addListener(A,"dragstart",(function(){return A.dragging=!0}))},A.prototype.updateSelectedPathListeners=function(){this.selectedPath.moveListener&&(this.google.maps.event.clearListeners(this.selectedPath.getPath(),"set_at"),this.google.maps.event.addListener(this.selectedPath.getPath(),"set_at",this.selectedPath.moveListener)),this.selectedPath.insertAtListener&&(this.google.maps.event.clearListeners(this.selectedPath.getPath(),"insert_at"),this.google.maps.event.addListener(this.selectedPath.getPath(),"insert_at",this.selectedPath.insertAtListener)),this.selectedPath.removeAtListener&&(this.google.maps.event.clearListeners(this.selectedPath.getPath(),"remove_at"),this.google.maps.event.addListener(this.selectedPath.getPath(),"remove_at",this.selectedPath.removeAtListener))},A.prototype.drawPopupNavigation=function(A){var e,t,n=this,r=n.directionForward?A.finalIdx:A.initialIdx;n.navigateByPoint||(r=A.finalIdx>A.initialIdx?A.finalIdx:A.initialIdx);var o=A.infowindows?A.infowindows[r]:null;if(o){var i=A.getPath().getArray()[r];n.navigateInfoWindow?null===(e=this.googlePopups)||void 0===e||e.alterPopup(n.navigateInfoWindow,{content:o,latlng:[i.lat(),i.lng()]}):n.navigateInfoWindow=null===(t=this.googlePopups)||void 0===t?void 0:t.drawPopup({content:o,latlng:[i.lat(),i.lng()]})}},A.prototype.checkIdx=function(A,e){for(var t=A.getPath(),n=0,r=Number.MAX_VALUE,o=-1,i=0;i<t.length-1;i++)(n=this.distanceToLine(t.getAt(i),t.getAt(i+1),e))<r&&(r=n,o=i);return o},A.prototype.distanceToLine=function(A,e,t){var n=this,r=e.lng()-A.lng(),o=e.lat()-A.lat(),i=(t.lng()-A.lng())*r,s=r*r+o*o;if(i+=(t.lat()-A.lat())*o,s>0?i/=s:i=-1,i<0)return n.kmTo(t,A);if(i>1)return n.kmTo(t,e);var a=new this.google.maps.LatLng(A.lat()+i*o,A.lng()+i*r);return n.kmTo(t,a)},A.prototype.kmTo=function(A,e){var t=Math,n=t.PI/180,r=A.lat()*n,o=e.lat()*n,i=r-o,s=A.lng()*n-e.lng()*n;return 2*t.asin(t.sqrt(t.pow(t.sin(i/2),2)+t.cos(r)*t.cos(o)*t.pow(t.sin(s/2),2)))*6378.137*1e3},A.prototype.getPolylinesBounds=function(A){var e=new this.google.maps.LatLngBounds;return A.forEach((function(A){A.getPath().getArray().forEach((function(A){return e.extend(A)}))})),e},A.prototype.getPolylineBounds=function(A){var e=new this.google.maps.LatLngBounds;return A.getPath().getArray().forEach((function(A){return e.extend(A)})),e},A}();const H=b;var I=function(){function A(A,e){this.map={},this.google={},this.map=A,this.google=e}return A.prototype.drawPopup=function(A,e){var t=new this.google.maps.InfoWindow({content:A.content});return A.latlng&&t.setPosition({lat:A.latlng[0],lng:A.latlng[1]}),t.open(this.map,e||null),A.object&&(t.object=A.object),t},A.prototype.alterPopup=function(A,e,t){return this.alterPopupContent(A,e,t),A.getMap()||A.open(this.map,t||null),e.object&&(A.object=e.object),A},A.prototype.alterPopupContent=function(A,e,t){e.content&&A.setContent(e.content),e.latlng?A.setPosition({lat:e.latlng[0],lng:e.latlng[1]}):t&&A.setPosition(t.getPosition()),e.object&&(A.object=e.object)},A.prototype.closePopup=function(A){A.close()},A}();const M=I;var P=function(A,e,t,n){return new(t||(t=Promise))((function(r,o){function i(A){try{a(n.next(A))}catch(A){o(A)}}function s(A){try{a(n.throw(A))}catch(A){o(A)}}function a(A){var e;A.done?r(A.value):(e=A.value,e instanceof t?e:new t((function(A){A(e)}))).then(i,s)}a((n=n.apply(A,e||[])).next())}))},k=function(A,e){var t,n,r,o,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(a){return function(s){if(t)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(i=0)),i;)try{if(t=1,n&&(r=2&s[0]?n.return:s[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;switch(n=0,r&&(s=[2&s[0],r.value]),s[0]){case 0:case 1:r=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,n=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!((r=(r=i.trys).length>0&&r[r.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!r||s[1]>r[0]&&s[1]<r[3])){i.label=s[1];break}if(6===s[0]&&i.label<r[1]){i.label=r[1],r=s;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(s);break}r[2]&&i.ops.pop(),i.trys.pop();continue}s=e.call(A,i)}catch(A){s=[6,A],n=0}finally{t=r=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}};const O=function(){function A(){this.elementId="",this.googleMarkers=null,this.googlePolygons=null,this.googleCircles=null,this.googlePolylines=null,this.googlePopups=null,this.googleMap=null,this.googleOverlays=null,this.googleGeoJson=null,this.mapsApiLoader=new l}return A.prototype.initialize=function(A,e,t){return P(this,void 0,void 0,(function(){var n,r,o,i,s,a,l;return k(this,(function(c){switch(c.label){case 0:return c.trys.push([0,2,,3]),[4,this.mapsApiLoader.loadApi(A,e)];case 1:if(n=c.sent(),o={center:new(r=n).maps.LatLng(-14,-54),fullscreenControl:!1,keyboardShortcuts:!1,mapTypeControl:!0,minZoom:4,rotateControl:!1,scaleControl:!1,streetViewControl:!1,zoom:4,zoomControl:!0},e.gestureHandling?o.gestureHandling="cooperative":o.gestureHandling="greedy",e.options)for(i in e.options)e.options.hasOwnProperty(i)&&(o[i]=e.options[i]);return s=[],e.mapTiles&&(a=[r.maps.MapTypeId.ROADMAP,r.maps.MapTypeId.SATELLITE],e.mapTiles.forEach((function(A){a.push(A.name);var e={getTileUrl:function(A,e){return"https://tile.openstreetmap.org/".concat(e,"/").concat(A.x,"/").concat(A.y,".png")},isPng:!0,maxZoom:19,minZoom:0,name:"OpenStreetMap",tileSize:new r.maps.Size(256,256)};for(var t in A)A.hasOwnProperty(t)&&(e[t]=A[t]);var n=new r.maps.ImageMapType(e);s.push({id:A.name,tile:n})})),o.mapTypeControlOptions={mapTypeIds:a,style:r.maps.MapTypeControlStyle.HORIZONTAL_BAR}),l=new r.maps.Map(document.getElementById(t),o),this.elementId=t,this.googleMarkers=new y(l,r),this.googlePolygons=new F(l,r),this.googleCircles=new g(l,r),this.googlePopups=new M(l,r),this.googlePolylines=new H(l,r,this.googlePopups),this.googleMap=new w(l,r),this.googleOverlays=new U(l,r,this.googlePolygons),this.googleGeoJson=new d(l,r),s&&s.length&&s.forEach((function(A){l.mapTypes.set(A.id,A.tile)})),e.showTraffic&&(new r.maps.TrafficLayer).setMap(l),[2,this];case 2:return[2,c.sent()];case 3:return[2]}}))}))},A.prototype.loadGEOJson=function(A,e,t){var n;null===(n=this.googleGeoJson)||void 0===n||n.loadGEOJson(A,e,t)},A.prototype.drawMarker=function(A,e){var t;return null===(t=this.googleMarkers)||void 0===t?void 0:t.drawMarker(A,e)},A.prototype.drawCircleMarker=function(A,e){var t;return null===(t=this.googleMarkers)||void 0===t?void 0:t.drawCircleMarker(A,e)},A.prototype.toggleMarkers=function(A,e,t){var n;null===(n=this.googleMarkers)||void 0===n||n.toggleMarkers(A,e,t)},A.prototype.alterMarkerOptions=function(A,e){var t;null===(t=this.googleMarkers)||void 0===t||t.alterMarkerOptions(A,e)},A.prototype.alterMarkerPosition=function(A,e,t){var n;null===(n=this.googleMarkers)||void 0===n||n.alterMarkerPosition(A,e,t)},A.prototype.fitBoundsPositions=function(A){var e;null===(e=this.googleMarkers)||void 0===e||e.fitBoundsPositions(A)},A.prototype.isMarkerOnMap=function(A){var e;return null===(e=this.googleMarkers)||void 0===e?void 0:e.isMarkerOnMap(A)},A.prototype.setCenterMarker=function(A){var e;null===(e=this.googleMarkers)||void 0===e||e.setCenterMarker(A)},A.prototype.addMarkerEvent=function(A,e,t){var n;null===(n=this.googleMarkers)||void 0===n||n.addMarkerEvent(A,e,t)},A.prototype.removeMarkerEvent=function(A,e){var t;null===(t=this.googleMarkers)||void 0===t||t.removeMarkerEvent(A,e)},A.prototype.addMarkerClusterer=function(A){var e;return null===(e=this.googleMarkers)||void 0===e?void 0:e.addMarkerClusterer(A)},A.prototype.alterMarkerClustererConfig=function(A,e){var t;null===(t=this.googleMarkers)||void 0===t||t.alterMarkerClustererConfig(A,e)},A.prototype.refreshClusterer=function(A){var e;null===(e=this.googleMarkers)||void 0===e||e.refreshClusterer(A)},A.prototype.addMarkerOnClusterer=function(A,e){var t;null===(t=this.googleMarkers)||void 0===t||t.addMarkerOnClusterer(A,e)},A.prototype.removeMarkerFromClusterer=function(A,e){var t;null===(t=this.googleMarkers)||void 0===t||t.removeMarkerFromClusterer(A,e)},A.prototype.clearMarkersClusterer=function(A){var e;null===(e=this.googleMarkers)||void 0===e||e.clearMarkersClusterer(A)},A.prototype.countMarkersOnCluster=function(A){var e;return null===(e=this.googleMarkers)||void 0===e?void 0:e.countMarkersOnCluster(A)},A.prototype.drawPolygon=function(A,e){var t;return null===(t=this.googlePolygons)||void 0===t?void 0:t.drawPolygon(A,e)},A.prototype.togglePolygons=function(A,e){var t;null===(t=this.googlePolygons)||void 0===t||t.togglePolygons(A,e)},A.prototype.alterPolygonOptions=function(A,e){var t;null===(t=this.googlePolygons)||void 0===t||t.alterPolygonOptions(A,e)},A.prototype.fitBoundsPolygons=function(A){var e;null===(e=this.googlePolygons)||void 0===e||e.fitBoundsPolygons(A)},A.prototype.setCenterPolygons=function(A){var e;null===(e=this.googlePolygons)||void 0===e||e.setCenterPolygons(A)},A.prototype.isPolygonOnMap=function(A){var e;return null===(e=this.googlePolygons)||void 0===e?void 0:e.isPolygonOnMap(A)},A.prototype.getPolygonPath=function(A){var e;return null===(e=this.googlePolygons)||void 0===e?void 0:e.getPolygonPath(A)},A.prototype.addPolygonEvent=function(A,e,t){var n;return null===(n=this.googlePolygons)||void 0===n?void 0:n.addPolygonEvent(A,e,t)},A.prototype.removePolygonEvent=function(A,e){var t;null===(t=this.googlePolygons)||void 0===t||t.removePolygonEvent(A,e)},A.prototype.drawCircle=function(A,e){var t;return null===(t=this.googleCircles)||void 0===t?void 0:t.drawCircle(A,e)},A.prototype.toggleCircles=function(A,e){var t;null===(t=this.googleCircles)||void 0===t||t.toggleCircles(A,e)},A.prototype.alterCircleOptions=function(A,e){var t;null===(t=this.googleCircles)||void 0===t||t.alterCircleOptions(A,e)},A.prototype.fitBoundsCircles=function(A){var e;null===(e=this.googleCircles)||void 0===e||e.fitBoundsCircles(A)},A.prototype.isCircleOnMap=function(A){var e;return null===(e=this.googleCircles)||void 0===e?void 0:e.isCircleOnMap(A)},A.prototype.getCircleCenter=function(A){var e;return null===(e=this.googleCircles)||void 0===e?void 0:e.getCircleCenter(A)},A.prototype.getCircleRadius=function(A){var e;return null===(e=this.googleCircles)||void 0===e?void 0:e.getCircleRadius(A)},A.prototype.addCircleEvent=function(A,e,t){var n;null===(n=this.googleCircles)||void 0===n||n.addCircleEvent(A,e,t)},A.prototype.removeCircleEvent=function(A,e){var t;null===(t=this.googleCircles)||void 0===t||t.removeCircleEvent(A,e)},A.prototype.drawPolyline=function(A,e){var t;return null===(t=this.googlePolylines)||void 0===t?void 0:t.drawPolyline(A,e)},A.prototype.drawPolylineWithNavigation=function(A,e){var t;return null===(t=this.googlePolylines)||void 0===t?void 0:t.drawPolylineWithNavigation(A,e)},A.prototype.togglePolylines=function(A,e){var t;null===(t=this.googlePolylines)||void 0===t||t.togglePolylines(A,e)},A.prototype.alterPolylineOptions=function(A,e){var t;null===(t=this.googlePolylines)||void 0===t||t.alterPolylineOptions(A,e)},A.prototype.fitBoundsPolylines=function(A){var e;null===(e=this.googlePolylines)||void 0===e||e.fitBoundsPolylines(A)},A.prototype.isPolylineOnMap=function(A){var e;return null===(e=this.googlePolylines)||void 0===e?void 0:e.isPolylineOnMap(A)},A.prototype.addPolylinePath=function(A,e){var t;null===(t=this.googlePolylines)||void 0===t||t.addPolylinePath(A,e)},A.prototype.getPolylinePath=function(A){var e;return null===(e=this.googlePolylines)||void 0===e?void 0:e.getPolylinePath(A)},A.prototype.removePolylineHighlight=function(){var A;null===(A=this.googlePolylines)||void 0===A||A.removePolylineHighlight()},A.prototype.addPolylineEvent=function(A,e,t){var n;null===(n=this.googlePolylines)||void 0===n||n.addPolylineEvent(A,e,t)},A.prototype.removePolylineEvent=function(A,e){var t;null===(t=this.googlePolylines)||void 0===t||t.removePolylineEvent(A,e)},A.prototype.setIndexPolylineHighlight=function(A,e){var t;null===(t=this.googlePolylines)||void 0===t||t.setIndexPolylineHighlight(A,e)},A.prototype.getObjectPolyline=function(A){var e;return null===(e=this.googlePolylines)||void 0===e?void 0:e.getObjectPolyline(A)},A.prototype.getObjectPolylineHighlight=function(){var A;return null===(A=this.googlePolylines)||void 0===A?void 0:A.getObjectPolylineHighlight()},A.prototype.addPolylineHighlightEvent=function(A,e){var t;null===(t=this.googlePolylines)||void 0===t||t.addPolylineHighlightEvent(A,e)},A.prototype.getPolylineHighlightIndex=function(){var A;return null===(A=this.googlePolylines)||void 0===A?void 0:A.getPolylineHighlightIndex()},A.prototype.drawPopup=function(A,e){var t;return null===(t=this.googlePopups)||void 0===t?void 0:t.drawPopup(A,e)},A.prototype.alterPopup=function(A,e,t){var n;return null===(n=this.googlePopups)||void 0===n?void 0:n.alterPopup(A,e,t)},A.prototype.alterPopupContent=function(A,e,t){var n;null===(n=this.googlePopups)||void 0===n||n.alterPopupContent(A,e,t)},A.prototype.closePopup=function(A){var e;null===(e=this.googlePopups)||void 0===e||e.closePopup(A)},A.prototype.resizeMap=function(){var A;null===(A=this.googleMap)||void 0===A||A.resizeMap()},A.prototype.addEventMap=function(A,e){var t;null===(t=this.googleMap)||void 0===t||t.addEventMap(A,e)},A.prototype.removeEventMap=function(A){var e;null===(e=this.googleMap)||void 0===e||e.removeEventMap(A)},A.prototype.getZoom=function(){var A;return null===(A=this.googleMap)||void 0===A?void 0:A.getZoom()},A.prototype.setZoom=function(A){var e;null===(e=this.googleMap)||void 0===e||e.setZoom(A)},A.prototype.takeMapScreenshot=function(){var A;return P(this,void 0,void 0,(function(){return k(this,(function(e){switch(e.label){case 0:return[4,null===(A=this.googleMap)||void 0===A?void 0:A.takeScreenShot(this.elementId)];case 1:return[2,e.sent()]}}))}))},A.prototype.getCenter=function(){var A;return null===(A=this.googleMap)||void 0===A?void 0:A.getCenter()},A.prototype.setCenter=function(A){var e;null===(e=this.googleMap)||void 0===e||e.setCenter(A)},A.prototype.pixelsToLatLng=function(A,e){var t;return null===(t=this.googleMap)||void 0===t?void 0:t.pixelsToLatLng(A,e)},A.prototype.fitBoundsElements=function(A,e,t,n){var r;null===(r=this.googleMap)||void 0===r||r.fitBoundsElements(A,e,t,n)},A.prototype.drawOverlay=function(A,e){var t;return null===(t=this.googleOverlays)||void 0===t?void 0:t.drawOverlay(A,e)},A.prototype.toggleOverlay=function(A,e){var t;null===(t=this.googleOverlays)||void 0===t||t.toggleOverlay(A,e)},A}();var K=t(545),x=function(){function A(A,e){this.map={},this.leaflet={},this.map=A,this.leaflet=e}return A.prototype.drawCircle=function(A,e){var t=this,n={color:A.color,draggable:A.draggable,editable:A.editable,fillColor:A.fillColor,fillOpacity:A.fillOpacity,opacity:A.opacity,radius:A.radius,weight:A.weight},r=new this.leaflet.Circle(A.center,n);return e&&r.on("click",(function(A){t.leaflet.DomEvent.stopPropagation(A);var n=new c([A.latlng.lat,A.latlng.lng]);e(n,A.target.object)})),A.addToMap&&(r.addTo(t.map),A.editable&&r.enableEdit()),A.object&&(r.object=A.object),A.fitBounds&&t.map.fitBounds(r.getBounds()),r},A.prototype.toggleCircles=function(A,e){var t=this;A.forEach((function(A){return e?t.map.addLayer(A):t.map.removeLayer(A)}))},A.prototype.alterCircleOptions=function(A,e){A.forEach((function(A){var t={color:e.color?e.color:A.options.color,draggable:e.draggable?e.draggable:A.options.draggable,editable:e.editable?e.editable:A.options.editable,fillColor:e.fillColor?e.fillColor:A.options.fillColor,fillOpacity:e.fillOpacity?e.fillOpacity:A.options.fillOpacity,opacity:e.opacity?e.opacity:A.options.opacity,weight:e.weight?e.weight:A.options.weight};A.setStyle(t),e.radius&&A.setRadius(e.radius),e.center&&A.setLatLng(e.center),null!==e.editable&&void 0!==e.editable&&(e.editable?A.enableEdit():A.disableEdit())}))},A.prototype.fitBoundsCircles=function(A){this.map.fitBounds(this.getBoundsCircles(A))},A.prototype.isCircleOnMap=function(A){return this.map.hasLayer(A)},A.prototype.getCircleCenter=function(A){var e=A.getLatLng();return[e.lat,e.lng]},A.prototype.getCircleRadius=function(A){return A.getRadius()},A.prototype.addCircleEvent=function(A,e,t){A.forEach((function(A){switch(e){case o.Click:A.on("click",(function(e){var n=new c([e.latlng.lat,e.latlng.lng]);t(n,A.object)}));break;case o.CenterChanged:A.on("dragend",(function(e){var n=new c([e.target.getLatLng().lat,e.target.getLatLng().lng]);t(n,A.object)}));break;case o.RadiusChanged:A.on("editable:vertex:dragend",(function(e){var n=new c([e.vertex.latlng.lat,e.vertex.latlng.lng]);t(n,A.object,A.getRadius())}))}}))},A.prototype.removeCircleEvent=function(A,e){A.forEach((function(A){switch(e){case o.Click:A.off("click");break;case o.CenterChanged:A.off("dragend");break;case o.RadiusChanged:A.off("editable:vertex:dragend")}}))},A.prototype.getBoundsCircles=function(A){return new this.leaflet.FeatureGroup(A).getBounds()},A}();const D=x;var S=function(){function A(A,e){this.map={},this.leaflet={},this.map=A,this.leaflet=e}return A.prototype.loadGEOJson=function(A,e,t){var n=this,r=n.parseGeoJson(A,e);r.forEach((function(A){return n.map.addLayer(A)})),n.map.options&&n.map.options.editable&&r.forEach((function(A){A.enableEdit&&A.enableEdit(),t&&A.on("click",(function(A){var e=new c([A.latlng.lat,A.latlng.lng]);t(e)}))}))},A.prototype.parseGeoJson=function(A,e){var t=[];if(Array.isArray(A.features))for(var n=0,r=A.features;n<r.length;n++){var o=r[n];t.push(this.parseGeoJsonToObject(o,e))}else t.push(this.parseGeoJsonToObject(A,e));return t},A.prototype.parseGeoJsonToObject=function(A,e){var t=A.geometry,n=[];switch(A.properties&&Object.assign(e,A.properties),t.type){case"Point":return n=t.coordinates.reverse(),new this.leaflet.Marker(n,e);case"Polygon":return t.coordinates.forEach((function(A){return n.push(A.map((function(A){return A.reverse()})))})),new this.leaflet.Polygon(n,e);case"LineString":return n=t.coordinates.map((function(A){return A.reverse()})),new this.leaflet.Polyline(n,e);default:throw new Error("Unknown object shape.")}},A}();const T=S;var _=function(){function A(A,e,t){this.map={},this.leaflet={},this.leafletPolyline={},this.map=A,this.leaflet=e,this.leafletPolyline=t}return A.prototype.resizeMap=function(){this.map.invalidateSize()},A.prototype.addEventMap=function(A,t){var n=this;switch(A){case e.Click:n.map.on("click",(function(A){var e,r=new c([A.latlng.lat,A.latlng.lng]);(null===(e=n.leafletPolyline)||void 0===e?void 0:e.getEditModeBlockingMapClick())||t(r)}));break;case e.ZoomChanged:n.map.on("zoomend",(function(A){var e=new c([A.target.getCenter().lat,A.target.getCenter().lng]);t(e)}))}},A.prototype.removeEventMap=function(A){switch(A){case e.Click:this.map.off("click");break;case e.ZoomChanged:this.map.off("zoomend")}},A.prototype.getZoom=function(){return this.map.getZoom()},A.prototype.setZoom=function(A){this.map.setZoom(A)},A.prototype.takeScreenShot=function(){return A=this,e=void 0,n=function(){return function(A,e){var t,n,r,o,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(a){return function(s){if(t)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(i=0)),i;)try{if(t=1,n&&(r=2&s[0]?n.return:s[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;switch(n=0,r&&(s=[2&s[0],r.value]),s[0]){case 0:case 1:r=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,n=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!((r=(r=i.trys).length>0&&r[r.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!r||s[1]>r[0]&&s[1]<r[3])){i.label=s[1];break}if(6===s[0]&&i.label<r[1]){i.label=r[1],r=s;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(s);break}r[2]&&i.ops.pop(),i.trys.pop();continue}s=e.call(A,i)}catch(A){s=[6,A],n=0}finally{t=r=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}}(this,(function(A){switch(A.label){case 0:return[4,this.leaflet.takeMapScreenshot()];case 1:return[2,A.sent()]}}))},new((t=void 0)||(t=Promise))((function(r,o){function i(A){try{a(n.next(A))}catch(A){o(A)}}function s(A){try{a(n.throw(A))}catch(A){o(A)}}function a(A){var e;A.done?r(A.value):(e=A.value,e instanceof t?e:new t((function(A){A(e)}))).then(i,s)}a((n=n.apply(A,e||[])).next())}));var A,e,t,n},A.prototype.getCenter=function(){var A=this.map.getCenter();return[A.lat,A.lng]},A.prototype.setCenter=function(A){this.map.panTo(A)},A.prototype.pixelsToLatLng=function(A,e){var t=Math.pow(2,this.map.getZoom()),n=this.leaflet.CRS.Simple.project(this.map.getCenter()),r=new this.leaflet.Point(A/t||0,e/t||0),o=new this.leaflet.Point(n.x-r.x,n.y+r.y),i=this.leaflet.CRS.Simple.unproject(o);return[i.lat,i.lng]},A.prototype.fitBoundsElements=function(A,e,t,n){var r=[];if(A&&A.length&&A.forEach((function(A){return r.push(A)})),e&&e.length&&e.forEach((function(A){return r.push(A)})),t&&t.length&&t.forEach((function(A){return r.push(A)})),n&&n.length&&n.forEach((function(A){return r.push(A)})),r&&r.length){var o=this.leaflet.featureGroup(r).getBounds();this.map.fitBounds(o)}},A}();const G=_;var R=function(){function A(A,e){this.map={},this.leaflet={},this.map=A,this.leaflet=e}return A.prototype.drawMarker=function(A,e){var t={draggable:A.draggable};if(A.icon){t.icon=new this.leaflet.Icon({iconUrl:A.icon.url});var n=A.icon.size;n&&(t.icon.options.iconSize=n,t.icon.options.iconAnchor=[n[0]/2,n[1]],t.icon.options.popupAnchor=[0,-n[1]])}var r=new this.leaflet.Marker(A.latlng,t);if(A.object&&(r.object=A.object),e&&r.on("click",(function(A){var t=new c([A.latlng.lat,A.latlng.lng]);e(t,A.target.object)})),A.addToMap&&!A.addClusterer&&r.addTo(this.map),A.fitBounds){var o=new this.leaflet.FeatureGroup([r]);this.map.fitBounds(o.getBounds())}return r},A.prototype.drawCircleMarker=function(A,e){var t=new this.leaflet.circleMarker(A.latlng,A.style);if(e&&t.on("click",(function(A){var t=new c([A.latlng.lat,A.latlng.lng]);e(t,A.target.object)})),A.addToMap&&t.addTo(this.map),A.fitBounds){var n=new this.leaflet.FeatureGroup([t]);this.map.fitBounds(n.getBounds())}return t.object=A.object,t},A.prototype.toggleMarkers=function(A,e,t){var n=this;A.forEach((function(A){t?e?n.addMarkerOnClusterer(A,t):n.removeMarkerFromClusterer(A,t):e?n.map.addLayer(A):n.map.removeLayer(A)}))},A.prototype.alterMarkerOptions=function(A,e){var t=this;A.forEach((function(A){if("circle"===A.type&&e.style){var n={fillColor:e.style.fillColor?e.style.fillColor:A.options.fillColor,fillOpacity:e.style.fillOpacity?e.style.fillOpacity:A.options.fillOpacity,radius:e.style.radius?e.style.radius:A.options.radius,strokeColor:e.style.color?e.style.color:A.options.strokeColor,strokeWeight:e.style.weight?e.style.weight:A.options.strokeWeight};A.setStyle(n)}if(e.icon){var r=new t.leaflet.icon({iconUrl:e.icon.url}),o=e.icon.size;o&&(r.options.iconSize=o,r.options.iconAnchor=[o[0]/2,o[1]]),A.setIcon(r)}e.latlng&&A.setLatLng(e.latlng)}))},A.prototype.alterMarkerPosition=function(A,e,t){var n=this;A.forEach((function(A){t?n.moveTransitionMarker(e,A):A.setLatLng(e)}))},A.prototype.fitBoundsPositions=function(A){var e=new this.leaflet.featureGroup(A);this.map.fitBounds(e.getBounds())},A.prototype.isMarkerOnMap=function(A){return this.map.hasLayer(A)},A.prototype.setCenterMarker=function(A){this.map.panTo(A.getLatLng())},A.prototype.addMarkerEvent=function(A,e,t){A.forEach((function(A){switch(e){case r.Click:A.on("click",(function(e){var n=new c([e.latlng.lat,e.latlng.lng]);t(n,A.object)}));break;case r.RightClick:A.on("contextmenu",(function(e){var n=new c([e.latlng.lat,e.latlng.lng]);t(n,A.object)}));break;case r.AfterDrag:A.on("dragend",(function(e){var n=new c([e.target.getLatLng().lat,e.target.getLatLng().lng]);t(n,A.object)}));break;case r.MouseOver:A.on("mouseover",(function(e){var n=new c([e.latlng.lat,e.latlng.lng]);t(n,A.object)}));break;case r.MouseOut:A.on("mouseout",(function(e){var n=new c([e.latlng.lat,e.latlng.lng]);t(n,A.object)}));break;case r.BeforeDrag:A.on("dragstart",(function(e){var n=new c([e.target.getLatLng().lat,e.target.getLatLng().lng]);t(n,A.object)}))}}))},A.prototype.removeMarkerEvent=function(A,e){A.forEach((function(A){switch(e){case r.Click:A.off("click");break;case r.RightClick:A.off("contextmenu");break;case r.AfterDrag:A.off("dragend");break;case r.MouseOver:A.off("mouseover");break;case r.MouseOut:A.off("mouseout");break;case r.BeforeDrag:A.off("dragstart")}}))},A.prototype.addMarkerClusterer=function(A){var e=this.leaflet.markerClusterGroup({maxClusterRadius:50,showCoverageOnHover:!1,zoomToBoundsOnClick:A.clusterZoomOnClick});return this.map.addLayer(e),e},A.prototype.alterMarkerClustererConfig=function(A,e){A.options.zoomToBoundsOnClick=e.clusterZoomOnClick},A.prototype.refreshClusterer=function(A){A.refreshClusters()},A.prototype.addMarkerOnClusterer=function(A,e){e.addLayer(A)},A.prototype.removeMarkerFromClusterer=function(A,e){e.removeLayer(A)},A.prototype.clearMarkersClusterer=function(A){A.clearLayers()},A.prototype.countMarkersOnCluster=function(A){return A.getLayers().length},A.prototype.moveTransitionMarker=function(A,e){var t={deltaLat:(A[0]-e.getLatLng().lat)/5,deltaLng:(A[1]-e.getLatLng().lng)/5,i:0,position:[e.getLatLng().lat,e.getLatLng().lng],lastPosition:A};this.moveMarker(e,t,5)},A.prototype.moveMarker=function(A,e,t){var n=this;e.position[0]+=e.deltaLat,e.position[1]+=e.deltaLng,A.setLatLng(e.position),e.i<t?(e.i++,setTimeout((function(){return n.moveMarker(A,e,t)}),20)):e.i===t&&setTimeout((function(){return A.setLatLng(e.lastPosition)}),20)},A}();const N=R;var V=function(){function A(A,e,t){this.map={},this.leaflet={},this.map=A,this.leaflet=e,this.leafletPolygons=t}return A.prototype.drawOverlay=function(A,e){var t=A.divElement.outerHTML,n=new this.leaflet.DivIcon({html:t}),r=e&&e.length>0?this.leafletPolygons.getBoundsPolygons(e).getCenter():A.position,o=new this.leaflet.Marker(r,{icon:n,draggable:A.draggable});return A.addToMap&&o.addTo(this.map),o.object=A.object,A.draggable&&A.afterEventDragHandler&&o.on("dragend",(function(e){var t=new c([e.target.getLatLng().lat,e.target.getLatLng().lng]);A.afterEventDragHandler(t,A.object)})),o},A.prototype.toggleOverlay=function(A,e){var t=this;A.forEach((function(A){return e?t.map.addLayer(A):t.map.removeLayer(A)}))},A}();const j=V;var X=function(){function A(A,e){this.map={},this.leaflet={},this.map=A,this.leaflet=e}return A.prototype.drawPolygon=function(A,e){var t=this,n={color:A.color||"#000",draggable:A.draggable,fillColor:A.fillColor||"#fff",fillOpacity:A.fillOpacity||1,opacity:A.opacity||1,weight:A.weight||2},r=new this.leaflet.Polygon(A.path,n);return e&&r.on("click",(function(A){t.leaflet.DomEvent.stopPropagation(A);var n=new c([A.latlng.lat,A.latlng.lng]);e(n,A.target.object)})),A.addToMap&&(r.addTo(t.map),A.editable&&r.enableEdit()),A.object&&(r.object=A.object),A.fitBounds&&t.map.fitBounds(r.getBounds()),r},A.prototype.togglePolygons=function(A,e){var t=this;A.forEach((function(A){return e?t.map.addLayer(A):t.map.removeLayer(A)}))},A.prototype.alterPolygonOptions=function(A,e){A.forEach((function(A){var t={color:e.color?e.color:A.options.color,draggable:e.draggable?e.draggable:A.options.draggable,fillColor:e.fillColor?e.fillColor:A.options.fillColor,fillOpacity:e.fillOpacity?e.fillOpacity:A.options.fillOpacity,opacity:e.opacity?e.opacity:A.options.opacity,weight:e.weight?e.weight:A.options.weight};e.path&&A.setLatLngs(e.path),A.setStyle(t),null!==e.editable&&void 0!==e.editable&&(A.disableEdit(),e.editable&&A.enableEdit()),e.object&&(A.object=e.object)}))},A.prototype.fitBoundsPolygons=function(A){this.map.fitBounds(this.getBoundsPolygons(A))},A.prototype.setCenterPolygons=function(A){this.map.panTo(this.getBoundsPolygons(A).getCenter())},A.prototype.isPolygonOnMap=function(A){return this.map.hasLayer(A)},A.prototype.getPolygonPath=function(A){return A.getLatLngs()[0].map((function(A){return[A.lat,A.lng]}))},A.prototype.addPolygonEvent=function(A,e,t){var n=this,r=this;A.forEach((function(A){switch(e){case i.SetAt:n.addPolygonEventMove(A,t);break;case i.InsertAt:n.addPolygonEventInsertAt(A,t);break;case i.RemoveAt:n.addPolygonEventRemoveAt(A,t);break;case i.DragPolygon:n.addPolygonEventDragPolygon(A,t);break;case i.Click:n.addPolygonEventClick(A,t,r)}}))},A.prototype.removePolygonEvent=function(A,e){A.forEach((function(A){switch(e){case i.SetAt:A.off("editable:vertex:dragstart");break;case i.InsertAt:A.off("editable:vertex:new");break;case i.RemoveAt:A.off("editable:vertex:clicked"),A.off("editable:vertex:deleted");break;case i.DragPolygon:A.off("dragend");break;case i.Click:A.off("click")}}))},A.prototype.getBoundsPolygons=function(A){return new this.leaflet.FeatureGroup(A).getBounds()},A.prototype.addPolygonEventMove=function(A,e){A.on("editable:vertex:dragstart",(function(t){var n=new c([t.vertex.latlng.lat,t.vertex.latlng.lng]);A.on("editable:vertex:dragend",(function(t){var r=new c([t.vertex.latlng.lat,t.vertex.latlng.lng]),o=A.getLatLngs().map((function(A){return Array.isArray(A[0])?A.map((function(A){return A.map((function(A){return new c([A.lat,A.lng])}))})):[A.map((function(A){return new c([A.lat,A.lng])}))]}));e(r,n,t.target.object,t.vertex.getIndex(),o[0]),A.off("editable:vertex:dragend")}))}))},A.prototype.addPolygonEventInsertAt=function(A,e){A.on("editable:vertex:new",(function(t){var n=t.vertex.latlngs,r=n[n.findIndex((function(A){return A===t.vertex.latlng}))-1];if(r){var o=new c([r.lat,r.lng]);A.on("editable:vertex:dragend",(function(t){var n=new c([t.vertex.latlng.lat,t.vertex.latlng.lng]),r=A.getLatLngs().map((function(A){return Array.isArray(A[0])?A.map((function(A){return A.map((function(A){return new c([A.lat,A.lng])}))})):[A.map((function(A){return new c([A.lat,A.lng])}))]}));e(n,o,t.target.object,t.vertex.getIndex(),r[0]),A.off("editable:vertex:dragend")}))}}))},A.prototype.addPolygonEventRemoveAt=function(A,e){A.on("editable:vertex:deleted",(function(t){var n=new c([t.vertex.latlng.lat,t.vertex.latlng.lng]),r=A.getLatLngs().map((function(A){return Array.isArray(A[0])?A.map((function(A){return A.map((function(A){return new c([A.lat,A.lng])}))})):[A.map((function(A){return new c([A.lat,A.lng])}))]}));e(n,r[0],t.target.object)}))},A.prototype.addPolygonEventDragPolygon=function(A,e){A.on("dragend",(function(t){var n=A.getLatLngs().map((function(A){return Array.isArray(A[0])?A.map((function(A){return A.map((function(A){return new c([A.lat,A.lng])}))})):[A.map((function(A){return new c([A.lat,A.lng])}))]}));e(n[0],t.target.object)}))},A.prototype.addPolygonEventClick=function(A,e,t){A.on("click",(function(A){t.leaflet.DomEvent.stopPropagation(A);var n=new c([A.latlng.lat,A.latlng.lng]);e(n,A.target.object)}))},A}();const J=X;var W=function(){return W=Object.assign||function(A){for(var e,t=1,n=arguments.length;t<n;t++)for(var r in e=arguments[t])Object.prototype.hasOwnProperty.call(e,r)&&(A[r]=e[r]);return A},W.apply(this,arguments)},Z=function(){function A(A,e,t){this.map={},this.leaflet={},this.selectedPolyline=null,this.selectedPath=null,this.navigateInfoWindow=null,this.directionForward=!1,this.multiSelectionForward=!1,this.multiSelection=!1,this.navigateByPoint=!1,this.navigationOptions={},this.map=A,this.leaflet=e,this.leafletPopup=t,this.editModeBlockingMapClick=!1}return A.prototype.drawPolyline=function(A,e,t){var n=this,r=this,o={color:A.color||"#000000",dashArray:null,draggable:A.draggable,editable:A.editable,infowindows:A.infowindows,opacity:A.opacity||1,weight:A.weight||3,zIndex:A.zIndex};if(null!==A.style)switch(A.style){case E.Dotted:console.warn("PolylineType.Dotted is deprecated, instead use PolylineType.Dashed.");break;case E.Dashed:o.opacity=.7,o.dashArray="20,15"}var i=new this.leaflet.Polyline(A.path||[],o);if(i.on("editable:vertex:rawclick",(function(A){return A.cancel()})),e&&(i.on("click",(function(A){if(r.leaflet.DomEvent.stopPropagation(A),!n.getEditModeBlockingMapClick()){var t=new c([A.latlng.lat,A.latlng.lng]);e(t,A.target.object)}})),i.on("editable:vertex:rawclick",(function(A){if(A.cancel(),!n.getEditModeBlockingMapClick()){var t=new c([A.latlng.lat,A.latlng.lng]);e(t,A.target.object)}}))),A.style&&A.style===E.Arrow){var s={fillOpacity:1,weight:0,color:i.options.color};i.decorator=r.leaflet.polylineDecorator(i,{patterns:[{offset:"20%",repeat:"90px",symbol:r.leaflet.Symbol.arrowHead({pixelSize:20,pathOptions:s})},{offset:"0%",symbol:r.leaflet.Symbol.arrowHead({pathOptions:s,pixelSize:20})},{offset:"100%",symbol:r.leaflet.Symbol.arrowHead({pixelSize:20,pathOptions:s})}]})}if(A.addToMap&&(i.addTo(r.map),i.decorator&&i.decorator.addTo(r.map),A.editable)){i.enableEdit();var a=this;i.on("editable:vertex:dragstart",(function(A){a.setEditModeBlockingMapClick(!0)})),i.on("editable:vertex:dragend",(function(e){t&&t(W(W({},e),{origin:A.path})),setTimeout((function(){a.setEditModeBlockingMapClick(!1)}),500)}))}return A.object&&(i.object=A.object),A.fitBounds&&r.map.fitBounds(i.getBounds()),i},A.prototype.drawPolylineWithNavigation=function(A,e){var t=this.drawPolyline(A,null);return t.navigationHandlerClick=e,this.navigationOptions=A.navigateOptions,this.navigateByPoint=!this.navigationOptions||this.navigationOptions.navigateByPoint,this.addNavigation(t),t},A.prototype.togglePolylines=function(A,e){var t=this;A.forEach((function(A){e?(t.map.addLayer(A),A.options.editable&&A.enableEdit(),A.decorator&&t.map.addLayer(A.decorator)):(t.map.removeLayer(A),A.options.editable&&A.disableEdit(),A.decorator&&t.map.removeLayer(A.decorator))}))},A.prototype.alterPolylineOptions=function(A,e){var t=this;A.forEach((function(A){var n={color:e.color?e.color:A.options.color,draggable:e.draggable?e.draggable:A.options.draggable,opacity:e.opacity?e.opacity:A.options.opacity,weight:e.weight?e.weight:A.options.weight,zIndex:e.zIndex?e.zIndex:A.options.zIndex};switch(e.path&&A.setLatLngs(e.path),e.style){case E.Dotted:console.warn("PolylineType.Dotted is deprecated, instead use PolylineType.Dashed.");break;case E.Dashed:n.dashArray="20,15";break;case E.Arrow:var r={fillOpacity:1,weight:0,color:n.color};A.decorator&&t.map.removeLayer(A.decorator),A.decorator=t.leaflet.polylineDecorator(A,{patterns:[{offset:"20%",repeat:"90px",symbol:t.leaflet.Symbol.arrowHead({pixelSize:20,pathOptions:r})},{offset:"0%",symbol:t.leaflet.Symbol.arrowHead({pixelSize:20,pathOptions:r})},{offset:"100%",symbol:t.leaflet.Symbol.arrowHead({pixelSize:20,pathOptions:r})}]}),t.map.hasLayer(A)&&A.decorator.addTo(t.map);break;default:A.decorator&&(t.map.removeLayer(A.decorator),A.decorator=null)}A.setStyle(n),e.object&&(A.object=e.object),e.editable&&(A.disableEdit(),A.enableEdit())}))},A.prototype.fitBoundsPolylines=function(A){this.map.fitBounds(this.getBoundsPolylines(A))},A.prototype.isPolylineOnMap=function(A){return this.map.hasLayer(A)},A.prototype.getEditModeBlockingMapClick=function(){return this.editModeBlockingMapClick},A.prototype.setEditModeBlockingMapClick=function(A){this.editModeBlockingMapClick=A},A.prototype.addPolylinePath=function(A,e){var t=this;this.getEditModeBlockingMapClick||A.forEach((function(A){var n=A.getLatLngs();n.push(new t.leaflet.LatLng(e[0],e[1])),A.setLatLngs(n),A.editEnabled&&A.editEnabled()&&(A.disableEdit(),A.enableEdit())}))},A.prototype.getPolylinePath=function(A){return A.getLatLngs().map((function(A){return[A.lat,A.lng]}))},A.prototype.removePolylineHighlight=function(){var A=this;A.selectedPath&&(this.selectedPath.decorator&&this.map.removeLayer(this.selectedPath.decorator),this.map.removeLayer(A.selectedPath),A.selectedPath=null),A.navigateInfoWindow&&A.navigateInfoWindow.remove(),document.onkeyup=null,document.onkeydown=null},A.prototype.addPolylineEvent=function(A,e,t){var n=this;A.forEach((function(A){switch(e){case s.SetAt:n.addPolylineEventMove(A,t);break;case s.RightClick:n.addPolylineEventRightClick(A,t);break;case s.InsertAt:n.addPolylineEventInsertAt(A,t);break;case s.RemoveAt:n.addPolylineEventRemoveAt(A,t);break;case s.MouseOver:n.addPolylineEventMouseOver(A,t);break;case s.MouseOut:n.addPolylineEventMouseOut(A,t);break;case s.DragPolyline:n.addPolylineEventDragPolyline(A,t)}}))},A.prototype.removePolylineEvent=function(A,e){A.forEach((function(A){switch(e){case s.SetAt:A.off("editable:vertex:dragstart");break;case s.RightClick:A.off("contextmenu"),A.off("editable:vertex:contextmenu");break;case s.InsertAt:A.off("editable:vertex:new");break;case s.RemoveAt:A.off("editable:vertex:deleted");break;case s.DragPolyline:A.off("dragend");break;case s.MouseOver:A.off("mouseover");break;case s.MouseOut:A.off("mouseout")}}))},A.prototype.setIndexPolylineHighlight=function(A,e){this.directionForward=!1,A.initialIdx=e,A.finalIdx=e+1,this.moveSelectedPath(A,this.navigationOptions),this.selectedPolyline=A,this.navigationOptions.navegateOnKeyPress?document.onkeydown=this.onKeyUp.bind(this):document.onkeyup=this.onKeyUp.bind(this)},A.prototype.getObjectPolyline=function(A){return A.object},A.prototype.getObjectPolylineHighlight=function(){return this.selectedPath?this.selectedPath.object:null},A.prototype.addPolylineHighlightEvent=function(A,e){this.selectedPolyline&&this.addPolylineEvent([this.selectedPath],A,e)},A.prototype.getPolylineHighlightIndex=function(){return this.selectedPath?[this.selectedPath.initialIdx,this.selectedPath.finalIdx]:null},A.prototype.addNavigation=function(A){A.clearAllEventListeners(),A.on("click",this.onClickPolyline.bind(this,A))},A.prototype.onClickPolyline=function(A,e){var t=this.checkIdx(A,e.latlng);if(A.initialIdx=t,A.finalIdx=t+1,this.moveSelectedPath(A,this.navigationOptions),this.selectedPolyline=A,this.navigationOptions.navegateOnKeyPress?document.onkeydown=this.onKeyUp.bind(this):document.onkeyup=this.onKeyUp.bind(this),A.navigationHandlerClick){var n=new c([e.latlng.lat,e.latlng.lng]);A.navigationHandlerClick(n,e.target.object)}},A.prototype.onKeyUp=function(A){var e=this;if(e.selectedPath)switch(A.ctrlKey&&console.warn("Deprecated: CTRL is not needed in navigation anymore"),A.which?A.which:A.keyCode){case 38:case 39:e.moveFowards(A.shiftKey);break;case 37:case 40:e.moveBackwards(A.shiftKey)}},A.prototype.moveFowards=function(A){var e=this.selectedPolyline;(!this.navigateByPoint||this.directionForward)&&e.finalIdx<e.getLatLngs().length-1&&this.navigateFoward(A,e),this.directionForward=!0,this.moveSelectedPath(e,null)},A.prototype.navigateFoward=function(A,e){A?(this.multiSelection=!0,this.multiSelectionForward&&e.finalIdx++,this.multiSelectionForward=!0):(e.finalIdx++,e.initialIdx=this.multiSelection?e.finalIdx-1:e.initialIdx+1,this.multiSelection=!1)},A.prototype.moveBackwards=function(A){var e=this.selectedPolyline;this.navigateByPoint&&this.directionForward||!(e.initialIdx>0)||this.navigateBackward(A,e),this.directionForward=!1,this.moveSelectedPath(e,null)},A.prototype.navigateBackward=function(A,e){var t=this;A?(t.multiSelection=!0,t.multiSelectionForward||e.initialIdx--,t.multiSelectionForward=!1):(e.initialIdx--,e.finalIdx=t.multiSelection?e.initialIdx+1:e.finalIdx-1,t.multiSelection=!1)},A.prototype.moveSelectedPath=function(A,e){var t=this,n=A.getLatLngs().map((function(A){return[A.lat,A.lng]})).slice(A.initialIdx,A.finalIdx+1);t.selectedPath?(t.selectedPath.setLatLngs(n),this.selectedPath.object=A.object):(this.addNewSelectedPath(n,e,A.object),this.selectedPath.addTo(this.map)),this.selectedPath.decorator&&(this.map.removeLayer(this.selectedPath.decorator),this.setArrowSelectedPath()),(e&&e.editable||this.selectedPath.editEnabled&&this.selectedPath.editEnabled())&&(this.selectedPath.disableEdit(),this.selectedPath.enableEdit()),this.selectedPath.initialIdx=A.initialIdx,this.selectedPath.finalIdx=A.finalIdx;var r=t.directionForward?A.finalIdx:A.initialIdx;this.navigateByPoint||(r=A.finalIdx>A.initialIdx?A.finalIdx:A.initialIdx);var o=A.options.infowindows?A.options.infowindows[r]:null;if(o){var i=A.getLatLngs()[r];t.navigateInfoWindow?t.leafletPopup.alterPopup(t.navigateInfoWindow,{content:o,latlng:[i.lat,i.lng]}):t.navigateInfoWindow=t.leafletPopup.drawPopup({content:o,latlng:[i.lat,i.lng]})}},A.prototype.setArrowSelectedPath=function(){var A={fillOpacity:1,weight:0,color:this.selectedPath.options.color};this.selectedPath.decorator=this.leaflet.polylineDecorator(this.selectedPath,{patterns:[{offset:"100%",symbol:this.leaflet.Symbol.arrowHead({pixelSize:20,pathOptions:A})}]}),this.selectedPath.decorator.addTo(this.map)},A.prototype.addNewSelectedPath=function(A,e,t){var n={color:e&&e.color||"#FF0000",draggable:!1,editable:null==e?void 0:e.editable,opacity:e&&e.opacity||1,weight:e&&e.weight||10,zIndex:9999};if(null!==(null==e?void 0:e.style))switch(null==e?void 0:e.style){case E.Dotted:console.warn("PolylineType.Dotted is deprecated, instead use PolylineType.Dashed.");break;case E.Dashed:n.opacity=.7,n.dashArray="20,15"}this.selectedPath=new this.leaflet.Polyline(A,n),this.selectedPath.on("editable:vertex:rawclick",(function(A){return A.cancel()})),(null==e?void 0:e.style)&&e.style===E.Arrow&&this.setArrowSelectedPath(),this.selectedPath.object=t,this.selectedPath.highlight=!0},A.prototype.checkIdx=function(A,e){for(var t=A.getLatLngs(),n=0,r=Number.MAX_VALUE,o=-1,i=0;i<t.length-1;i++)(n=this.distanceToLine(t[i],t[i+1],e))<r&&(r=n,o=i);return o},A.prototype.distanceToLine=function(A,e,t){var n=this,r=e.lng-A.lng,o=e.lat-A.lat,i=(t.lng-A.lng)*r,s=r*r+o*o;if(i+=(t.lat-A.lat)*o,s>0?i/=s:i=-1,i<0)return n.kmTo(t,A);if(i>1)return n.kmTo(t,e);var a=new this.leaflet.LatLng(A.lat+i*o,A.lng+i*r);return n.kmTo(t,a)},A.prototype.kmTo=function(A,e){var t=Math,n=t.PI/180,r=A.lat*n,o=e.lat*n,i=r-o,s=A.lng*n-e.lng*n;return 2*t.asin(t.sqrt(t.pow(t.sin(i/2),2)+t.cos(r)*t.cos(o)*t.pow(t.sin(s/2),2)))*6378.137*1e3},A.prototype.getBoundsPolylines=function(A){return new this.leaflet.FeatureGroup(A).getBounds()},A.prototype.addPolylineEventMove=function(A,e){var t=this,n=this;A.on("editable:vertex:dragstart",(function(r){t.setEditModeBlockingMapClick(!0);var o=new c([r.vertex.latlng.lat,r.vertex.latlng.lng]);A.on("editable:vertex:dragend",(function(r){A.highlight&&A.decorator&&(n.map.removeLayer(A.decorator),n.setArrowSelectedPath());var i=new c([r.vertex.latlng.lat,r.vertex.latlng.lng]);e(i,o,r.target.object,r.vertex.getIndex(),A.getLatLngs().map((function(A){return new c([A.lat,A.lng])}))),A.off("editable:vertex:dragend"),setTimeout((function(){t.setEditModeBlockingMapClick(!1)}),500)}))}))},A.prototype.addPolylineEventInsertAt=function(A,e){var t=this;A.on("editable:vertex:new",(function(n){var r=n.vertex.latlngs,o=r[r.findIndex((function(A){return A===n.vertex.latlng}))-1],i=new c([o.lat,o.lng]);A.on("editable:vertex:dragend",(function(n){A.highlight&&A.decorator&&(t.map.removeLayer(A.decorator),t.setArrowSelectedPath());var r=new c([n.vertex.latlng.lat,n.vertex.latlng.lng]);e(r,i,n.target.object,n.vertex.getIndex(),A.getLatLngs().map((function(A){return new c([A.lat,A.lng])}))),A.off("editable:vertex:dragend")}))}))},A.prototype.addPolylineEventRemoveAt=function(A,e){A.on("editable:vertex:deleted",(function(t){var n=new c([t.vertex.latlng.lat,t.vertex.latlng.lng]);e(n,t.target.object,A.getLatLngs().map((function(A){return new c([A.lat,A.lng])})))}))},A.prototype.addPolylineEventRightClick=function(A,e){A.on("contextmenu",(function(t){var n=new c([t.latlng.lat,t.latlng.lng]);e(n,A.object)})),A.on("editable:vertex:contextmenu",(function(t){var n=new c([t.latlng.lat,t.latlng.lng]);e(n,A.object)}))},A.prototype.addPolylineEventMouseOver=function(A,e){A.on("mouseover",(function(A){var t=new c([A.latlng.lat,A.latlng.lng]);e(t,A.target.object)}))},A.prototype.addPolylineEventMouseOut=function(A,e){A.on("mouseout",(function(A){var t=new c([A.latlng.lat,A.latlng.lng]);e(t,A.target.object)}))},A.prototype.addPolylineEventDragPolyline=function(A,e){var t=this;A.on("dragend",(function(A){t.editModeBlockingMapClick=!0;var n=A.target.getLatLngs().map((function(A){return new c([A.lat,A.lng])}));e(n,A.target.object),setTimeout((function(){t.editModeBlockingMapClick=!1}),300)}))},A}();const Y=Z;var z=function(){function A(A,e){this.map={},this.leaflet={},this.map=A,this.leaflet=e}return A.prototype.drawPopup=function(A,e){var t=null;return e?t=this.drawPopupOnMarker(e,A):((t=new this.leaflet.Popup).setLatLng(A.latlng),t.setContent(A.content),t.openOn(this.map)),A.object&&(t.object=A.object),t},A.prototype.alterPopup=function(A,e,t){var n=this;return t&&!t.getPopup()?A=n.drawPopup(e,t):(n.alterPopupContent(A,e,t),A.isOpen()||(t?e.notCalledByMap&&t.openPopup():A.openOn(n.map))),e.object&&(A.object=e.object),A},A.prototype.alterPopupContent=function(A,e,t){t&&(A=t._popup),A&&(e.content&&A.setContent(e.content),e.latlng&&A.setLatLng(e.latlng)),e.object&&(A.object=e.object)},A.prototype.closePopup=function(A){A.remove()},A.prototype.drawPopupOnMarker=function(A,e){A.bindPopup(e.content);var t=A.getPopup();return A.openPopup(),t},A}();const q=z;var $=function(A,e,t,n){return new(t||(t=Promise))((function(r,o){function i(A){try{a(n.next(A))}catch(A){o(A)}}function s(A){try{a(n.throw(A))}catch(A){o(A)}}function a(A){var e;A.done?r(A.value):(e=A.value,e instanceof t?e:new t((function(A){A(e)}))).then(i,s)}a((n=n.apply(A,e||[])).next())}))},AA=function(A,e){var t,n,r,o,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(a){return function(s){if(t)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(i=0)),i;)try{if(t=1,n&&(r=2&s[0]?n.return:s[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;switch(n=0,r&&(s=[2&s[0],r.value]),s[0]){case 0:case 1:r=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,n=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!((r=(r=i.trys).length>0&&r[r.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!r||s[1]>r[0]&&s[1]<r[3])){i.label=s[1];break}if(6===s[0]&&i.label<r[1]){i.label=r[1],r=s;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(s);break}r[2]&&i.ops.pop(),i.trys.pop();continue}s=e.call(A,i)}catch(A){s=[6,A],n=0}finally{t=r=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}},eA=function(){function A(){this.leafletMarkers=null,this.leafletPolygons=null,this.leafletCircles=null,this.leafletPolylines=null,this.leafletPopups=null,this.leafletMap=null,this.leafletOverlays=null,this.leafletGeoJson=null,this.mapsApiLoader=new l}return A.prototype.initialize=function(A,e,t){return $(this,void 0,void 0,(function(){var n,r,o,i,s,a,l,c,u,g,B;return AA(this,(function(d){switch(d.label){case 0:return d.trys.push([0,4,,5]),[4,this.mapsApiLoader.loadApi(A,e)];case 1:return n=d.sent(),r=n,this.loadDependencies(e),[4,this.mapTimeout(1e3)];case 2:return d.sent(),o={center:new r.LatLng(-14,-54),editable:!0,keyboard:!1,maxZoom:e.wikimedia?18:19,minZoom:4,zoom:4,zoomControl:!1},e.gestureHandling&&(o.gestureHandling=!0),[4,this.mapTimeout(200)];case 3:return d.sent(),i=new r.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png",o),s=new r.tileLayer("https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}{r}.png",{attribution:'<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia</a>'}),a=L.tileLayer("https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",{attribution:"Tiles &copy; Esri &mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community",maxZoom:18}),o.layers=[e.wikimedia?s:i],l=new r.Map(t,o),c={Map:e.wikimedia?s:i,Satellite:a},e.mapTiles&&e.mapTiles.length&&e.mapTiles.forEach((function(A){var e=new r.tileLayer(A.url,A.options);c[A.name]=e})),r.control.layers(c,null,{position:"topleft"}).addTo(l),r.control.zoom({position:"bottomright"}).addTo(l),u={hideElementsWithSelectors:[".leaflet-control-container",".leaflet-dont-include-pane","#snapshot-button"],hidden:!0},g=new K.SimpleMapScreenshoter(u),this.leafletScreenshot=g.addTo(l),this.leafletMarkers=new N(l,r),this.leafletPolygons=new J(l,r),this.leafletCircles=new D(l,r),this.leafletPopups=new q(l,r),this.leafletPolylines=new Y(l,r,this.leafletPopups),this.leafletMap=new G(l,r,this.leafletPolylines),this.leafletOverlays=new j(l,r,this.leafletPolygons),this.leafletGeoJson=new T(l,r),[2,this];case 4:return B=d.sent(),console.error(B),[2,B];case 5:return[2]}}))}))},A.prototype.loadGEOJson=function(A,e,t){var n;null===(n=this.leafletGeoJson)||void 0===n||n.loadGEOJson(A,e,t)},A.prototype.drawMarker=function(A,e){var t;return null===(t=this.leafletMarkers)||void 0===t?void 0:t.drawMarker(A,e)},A.prototype.drawCircleMarker=function(A,e){var t;return null===(t=this.leafletMarkers)||void 0===t?void 0:t.drawCircleMarker(A,e)},A.prototype.toggleMarkers=function(A,e,t){var n;null===(n=this.leafletMarkers)||void 0===n||n.toggleMarkers(A,e,t)},A.prototype.alterMarkerOptions=function(A,e){var t;null===(t=this.leafletMarkers)||void 0===t||t.alterMarkerOptions(A,e)},A.prototype.alterMarkerPosition=function(A,e,t){var n;null===(n=this.leafletMarkers)||void 0===n||n.alterMarkerPosition(A,e,t)},A.prototype.fitBoundsPositions=function(A){var e;null===(e=this.leafletMarkers)||void 0===e||e.fitBoundsPositions(A)},A.prototype.isMarkerOnMap=function(A){var e;return null===(e=this.leafletMarkers)||void 0===e?void 0:e.isMarkerOnMap(A)},A.prototype.setCenterMarker=function(A){var e;null===(e=this.leafletMarkers)||void 0===e||e.setCenterMarker(A)},A.prototype.addMarkerEvent=function(A,e,t){var n;null===(n=this.leafletMarkers)||void 0===n||n.addMarkerEvent(A,e,t)},A.prototype.removeMarkerEvent=function(A,e){var t;null===(t=this.leafletMarkers)||void 0===t||t.removeMarkerEvent(A,e)},A.prototype.addMarkerClusterer=function(A){var e;return null===(e=this.leafletMarkers)||void 0===e?void 0:e.addMarkerClusterer(A)},A.prototype.alterMarkerClustererConfig=function(A,e){var t;null===(t=this.leafletMarkers)||void 0===t||t.alterMarkerClustererConfig(A,e)},A.prototype.refreshClusterer=function(A){var e;null===(e=this.leafletMarkers)||void 0===e||e.refreshClusterer(A)},A.prototype.addMarkerOnClusterer=function(A,e){var t;null===(t=this.leafletMarkers)||void 0===t||t.addMarkerOnClusterer(A,e)},A.prototype.removeMarkerFromClusterer=function(A,e){var t;null===(t=this.leafletMarkers)||void 0===t||t.removeMarkerFromClusterer(A,e)},A.prototype.clearMarkersClusterer=function(A){var e;null===(e=this.leafletMarkers)||void 0===e||e.clearMarkersClusterer(A)},A.prototype.countMarkersOnCluster=function(A){var e;return null===(e=this.leafletMarkers)||void 0===e?void 0:e.countMarkersOnCluster(A)},A.prototype.drawPolygon=function(A,e){var t;return null===(t=this.leafletPolygons)||void 0===t?void 0:t.drawPolygon(A,e)},A.prototype.togglePolygons=function(A,e){var t;null===(t=this.leafletPolygons)||void 0===t||t.togglePolygons(A,e)},A.prototype.alterPolygonOptions=function(A,e){var t;null===(t=this.leafletPolygons)||void 0===t||t.alterPolygonOptions(A,e)},A.prototype.fitBoundsPolygons=function(A){var e;null===(e=this.leafletPolygons)||void 0===e||e.fitBoundsPolygons(A)},A.prototype.setCenterPolygons=function(A){var e;null===(e=this.leafletPolygons)||void 0===e||e.setCenterPolygons(A)},A.prototype.isPolygonOnMap=function(A){var e;return null===(e=this.leafletPolygons)||void 0===e?void 0:e.isPolygonOnMap(A)},A.prototype.getPolygonPath=function(A){var e;return null===(e=this.leafletPolygons)||void 0===e?void 0:e.getPolygonPath(A)},A.prototype.addPolygonEvent=function(A,e,t){var n;null===(n=this.leafletPolygons)||void 0===n||n.addPolygonEvent(A,e,t)},A.prototype.removePolygonEvent=function(A,e){var t;null===(t=this.leafletPolygons)||void 0===t||t.removePolygonEvent(A,e)},A.prototype.drawCircle=function(A,e){var t;return null===(t=this.leafletCircles)||void 0===t?void 0:t.drawCircle(A,e)},A.prototype.toggleCircles=function(A,e){var t;null===(t=this.leafletCircles)||void 0===t||t.toggleCircles(A,e)},A.prototype.alterCircleOptions=function(A,e){var t;null===(t=this.leafletCircles)||void 0===t||t.alterCircleOptions(A,e)},A.prototype.fitBoundsCircles=function(A){var e;null===(e=this.leafletCircles)||void 0===e||e.fitBoundsCircles(A)},A.prototype.isCircleOnMap=function(A){var e;return null===(e=this.leafletCircles)||void 0===e?void 0:e.isCircleOnMap(A)},A.prototype.getCircleCenter=function(A){var e;return null===(e=this.leafletCircles)||void 0===e?void 0:e.getCircleCenter(A)},A.prototype.getCircleRadius=function(A){var e;return null===(e=this.leafletCircles)||void 0===e?void 0:e.getCircleRadius(A)},A.prototype.addCircleEvent=function(A,e,t){var n;null===(n=this.leafletCircles)||void 0===n||n.addCircleEvent(A,e,t)},A.prototype.removeCircleEvent=function(A,e){var t;null===(t=this.leafletCircles)||void 0===t||t.removeCircleEvent(A,e)},A.prototype.drawPolyline=function(A,e,t){var n;return null===(n=this.leafletPolylines)||void 0===n?void 0:n.drawPolyline(A,e,t)},A.prototype.drawPolylineWithNavigation=function(A,e){var t;return null===(t=this.leafletPolylines)||void 0===t?void 0:t.drawPolylineWithNavigation(A,e)},A.prototype.togglePolylines=function(A,e){var t;null===(t=this.leafletPolylines)||void 0===t||t.togglePolylines(A,e)},A.prototype.alterPolylineOptions=function(A,e){var t;null===(t=this.leafletPolylines)||void 0===t||t.alterPolylineOptions(A,e)},A.prototype.fitBoundsPolylines=function(A){var e;null===(e=this.leafletPolylines)||void 0===e||e.fitBoundsPolylines(A)},A.prototype.isPolylineOnMap=function(A){var e;return null===(e=this.leafletPolylines)||void 0===e?void 0:e.isPolylineOnMap(A)},A.prototype.addPolylinePath=function(A,e){var t;null===(t=this.leafletPolylines)||void 0===t||t.addPolylinePath(A,e)},A.prototype.getPolylinePath=function(A){var e;return null===(e=this.leafletPolylines)||void 0===e?void 0:e.getPolylinePath(A)},A.prototype.removePolylineHighlight=function(){var A;null===(A=this.leafletPolylines)||void 0===A||A.removePolylineHighlight()},A.prototype.addPolylineEvent=function(A,e,t){var n;null===(n=this.leafletPolylines)||void 0===n||n.addPolylineEvent(A,e,t)},A.prototype.removePolylineEvent=function(A,e){var t;null===(t=this.leafletPolylines)||void 0===t||t.removePolylineEvent(A,e)},A.prototype.setIndexPolylineHighlight=function(A,e){var t;null===(t=this.leafletPolylines)||void 0===t||t.setIndexPolylineHighlight(A,e)},A.prototype.getObjectPolyline=function(A){var e;return null===(e=this.leafletPolylines)||void 0===e?void 0:e.getObjectPolyline(A)},A.prototype.getObjectPolylineHighlight=function(){var A;return null===(A=this.leafletPolylines)||void 0===A?void 0:A.getObjectPolylineHighlight()},A.prototype.addPolylineHighlightEvent=function(A,e){var t;null===(t=this.leafletPolylines)||void 0===t||t.addPolylineHighlightEvent(A,e)},A.prototype.getPolylineHighlightIndex=function(){var A;return null===(A=this.leafletPolylines)||void 0===A?void 0:A.getPolylineHighlightIndex()},A.prototype.drawPopup=function(A,e){var t;return null===(t=this.leafletPopups)||void 0===t?void 0:t.drawPopup(A,e)},A.prototype.alterPopup=function(A,e,t){var n;return null===(n=this.leafletPopups)||void 0===n?void 0:n.alterPopup(A,e,t)},A.prototype.alterPopupContent=function(A,e,t){var n;null===(n=this.leafletPopups)||void 0===n||n.alterPopupContent(A,e,t)},A.prototype.closePopup=function(A){var e;null===(e=this.leafletPopups)||void 0===e||e.closePopup(A)},A.prototype.resizeMap=function(){var A;null===(A=this.leafletMap)||void 0===A||A.resizeMap()},A.prototype.addEventMap=function(A,e){var t;null===(t=this.leafletMap)||void 0===t||t.addEventMap(A,e)},A.prototype.removeEventMap=function(A){var e;null===(e=this.leafletMap)||void 0===e||e.removeEventMap(A)},A.prototype.getZoom=function(){var A;return null===(A=this.leafletMap)||void 0===A?void 0:A.getZoom()},A.prototype.setZoom=function(A){var e;null===(e=this.leafletMap)||void 0===e||e.setZoom(A)},A.prototype.takeMapScreenshot=function(){return $(this,void 0,void 0,(function(){return AA(this,(function(A){switch(A.label){case 0:return[4,this.leafletScreenshot.takeScreen("image")];case 1:return[2,A.sent()]}}))}))},A.prototype.getCenter=function(){var A;return null===(A=this.leafletMap)||void 0===A?void 0:A.getCenter()},A.prototype.setCenter=function(A){var e;null===(e=this.leafletMap)||void 0===e||e.setCenter(A)},A.prototype.pixelsToLatLng=function(A,e){var t;return null===(t=this.leafletMap)||void 0===t?void 0:t.pixelsToLatLng(A,e)},A.prototype.fitBoundsElements=function(A,e,t,n){var r;null===(r=this.leafletMap)||void 0===r||r.fitBoundsElements(A,e,t,n)},A.prototype.drawOverlay=function(A,e){var t;return null===(t=this.leafletOverlays)||void 0===t?void 0:t.drawOverlay(A,e)},A.prototype.toggleOverlay=function(A,e){var t;null===(t=this.leafletOverlays)||void 0===t||t.toggleOverlay(A,e)},A.prototype.mapTimeout=function(A){return new Promise((function(e){return setTimeout(e,A)}))},A.prototype.loadDependencies=function(A){var e=A.cssDependencies;e&&e.length>0&&e.forEach((function(A){var e,t=document.createElement("link");t.rel="stylesheet",t.href=A,null===(e=null===document||void 0===document?void 0:document.querySelector("head"))||void 0===e||e.appendChild(t)}));var t=A.scriptsDependencies;t&&t.length>0&&t.forEach((function(A){var e,t=document.createElement("script");t.type="text/javascript",t.src=A,null===(e=document.querySelector("head"))||void 0===e||e.appendChild(t)}))},A}();const tA=eA,nA=function(A,e,t){this.clusterZoomOnClick=A,this.clusterMinSize=e,this.clusterMaxZoom=t},rA=function(A,e,t,n,r,o,i){void 0===i&&(i=!1),this.position=t,this.divElement=A,this.addToMap=e,this.object=n,this.polygon=r,this.conditionPolygon=o,this.draggable=i},oA=function(A,e,t,n,r,o,i,s,a,l,c,u,g){this.path=A,this.addToMap=r,this.fitBounds=o,this.editable=i,this.draggable=s,this.color=a,this.weight=e,this.object=l,this.infowindows=c,this.navigateOptions=u,this.style=g,this.opacity=t,this.zIndex=n};var iA=t(698);const sA=function(){function t(){this.markersList={},this.polygonsList={},this.circlesList={},this.polylinesList={},this.infoWindowList={},this.overlayList={},this.map={},this.markerClusterer={},this.rulerPolylines=[],this.rulerClicks=[],this.rulerLatLongs=[],this.rulerPolylineCount=0,this.coordinatesToKm=function(A,e){return iA.getDistance({latitude:A[0],longitude:A[1]},{latitude:e[0],longitude:e[1]})/1e3}}return t.prototype.initialize=function(e,t,n){var r;return void 0===n&&(n="inlog-map"),this.map=e===A.Google?new O:new tA,null===(r=this.map)||void 0===r?void 0:r.initialize(e,t,n)},t.prototype.loadGEOJson=function(A,e,t){var n;null===(n=this.map)||void 0===n||n.loadGEOJson(A,e,t)},t.prototype.drawMarker=function(A,e,t){var n,r,o=null===(n=this.map)||void 0===n?void 0:n.drawMarker(e,t);this.markersList[A]||(this.markersList[A]=[]),o.type="simple",this.markersList[A].push(o),e.addClusterer&&(this.markerClusterer[A]||this.addMarkerClusterer(A,new nA(!0,1,10)),null===(r=this.map)||void 0===r||r.addMarkerOnClusterer(o,this.markerClusterer[A]))},t.prototype.drawCircleMarker=function(A,e,t){var n,r=null===(n=this.map)||void 0===n?void 0:n.drawCircleMarker(e,t);this.markersList[A]||(this.markersList[A]=[]),r.type="circle",this.markersList[A].push(r)},t.prototype.toggleMarkers=function(A,e,t){var n,r=this.getMarkers(e,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.toggleMarkers(r,A,this.markerClusterer[e]))},t.prototype.removeMarkers=function(A,e){var t,n;if(this.markersList[A]&&e){var r=this.getMarkers(A,e);null===(t=this.map)||void 0===t||t.toggleMarkers(r,!1,this.markerClusterer[A]),this.markersList[A]=this.markersList[A].filter((function(A){return!e(A.object)}))}else this.markersList[A]&&(null===(n=this.map)||void 0===n||n.toggleMarkers(this.markersList[A],!1,this.markerClusterer[A])),this.markersList[A]=[];0===this.markersList[A].length&&delete this.markersList[A]},t.prototype.removeAllMarkers=function(){for(var A in this.markersList)this.markersList.hasOwnProperty(A)&&this.removeMarkers(A)},t.prototype.alterMarkerOptions=function(A,e,t){var n,r=this.getMarkers(A,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.alterMarkerOptions(r,e))},t.prototype.alterMarkerPosition=function(A,e,t,n){var r,o=this.getMarkers(A,n);o&&o.length&&(null===(r=this.map)||void 0===r||r.alterMarkerPosition(o,e,null!=t&&t))},t.prototype.fitBoundsMarkers=function(A,e,t){var n,r=this;void 0===t&&(t=!0);var o=this.getMarkers(A,e);t&&(o=o.filter((function(A){var e;return null===(e=r.map)||void 0===e?void 0:e.isMarkerOnMap(A)}))),o&&o.length&&(null===(n=this.map)||void 0===n||n.fitBoundsPositions(o))},t.prototype.setCenterMarker=function(A,e){var t,n;if(this.markersList[A]&&e){var r=this.markersList[A].find((function(A){return e(A.object)}));null===(t=this.map)||void 0===t||t.setCenterMarker(r)}else this.markersList[A]&&this.markersList[A].length&&(null===(n=this.map)||void 0===n||n.setCenterMarker(this.markersList[A][0]))},t.prototype.markerExists=function(A,e){var t=this.getMarkers(A,e);return t&&t.length>0},t.prototype.countMarkers=function(A,e,t){var n,r,o=this;if(void 0===e&&(e=!0),this.markerClusterer[A])return null!==(r=null===(n=this.map)||void 0===n?void 0:n.countMarkersOnCluster(this.markerClusterer[A]))&&void 0!==r?r:0;var i=this.getMarkers(A,t);return e&&(i=i.filter((function(A){var e;return null===(e=o.map)||void 0===e?void 0:e.isMarkerOnMap(A)}))),i.length},t.prototype.addMarkerEvent=function(A,e,t,n){var r,o=this.getMarkers(A,n);null===(r=this.map)||void 0===r||r.addMarkerEvent(o,e,t)},t.prototype.removeMarkerEvent=function(A,e,t){var n,r=this.getMarkers(A,t);null===(n=this.map)||void 0===n||n.removeMarkerEvent(r,e)},t.prototype.addMarkerClusterer=function(A,e){var t;this.markerClusterer[A]=null===(t=this.map)||void 0===t?void 0:t.addMarkerClusterer(e)},t.prototype.alterMarkerClustererConfig=function(A,e){var t;this.markerClusterer[A]&&(null===(t=this.map)||void 0===t||t.alterMarkerClustererConfig(this.markerClusterer[A],e))},t.prototype.refreshClusterer=function(A){var e;this.markerClusterer[A]&&(null===(e=this.map)||void 0===e||e.refreshClusterer(this.markerClusterer[A]))},t.prototype.clearMarkersClusterer=function(A){var e;this.markerClusterer[A]&&(null===(e=this.map)||void 0===e||e.clearMarkersClusterer(this.markerClusterer[A]))},t.prototype.drawPolygon=function(A,e,t){var n,r=null===(n=this.map)||void 0===n?void 0:n.drawPolygon(e,t);this.polygonsList[A]||(this.polygonsList[A]=[]),this.polygonsList[A].push(r)},t.prototype.togglePolygons=function(A,e,t){var n,r=this.getPolygons(e,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.togglePolygons(r,A))},t.prototype.removePolygons=function(A,e){var t,n;if(this.polygonsList[A]&&e){var r=this.getPolygons(A,e);null===(t=this.map)||void 0===t||t.togglePolygons(r,!1),this.polygonsList[A]=this.polygonsList[A].filter((function(A){return!e(A.object)}))}else this.polygonsList[A]&&(null===(n=this.map)||void 0===n||n.togglePolygons(this.polygonsList[A],!1)),this.polygonsList[A]=[];0===this.polygonsList[A].length&&delete this.polygonsList[A]},t.prototype.removeAllPolygons=function(){for(var A in this.polygonsList)this.polygonsList.hasOwnProperty(A)&&this.removePolygons(A)},t.prototype.alterPolygonOptions=function(A,e,t){var n,r=this.getPolygons(A,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.alterPolygonOptions(r,e))},t.prototype.fitBoundsPolygons=function(A,e){var t,n=this,r=this.getPolygons(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isPolygonOnMap(A)}));r&&r.length&&(null===(t=this.map)||void 0===t||t.fitBoundsPolygons(r))},t.prototype.setCenterPolygons=function(A,e){var t,n=this,r=this.getPolygons(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isPolygonOnMap(A)}));r&&r.length&&(null===(t=this.map)||void 0===t||t.setCenterPolygons(r))},t.prototype.polygonExists=function(A,e){var t=this.getPolygons(A,e);return t&&t.length>0},t.prototype.getPolygonPath=function(A,e){var t,n,r=this.getPolygons(A,e);if(r&&r.length)return null!==(n=null===(t=this.map)||void 0===t?void 0:t.getPolygonPath(r[0]))&&void 0!==n?n:[]},t.prototype.addPolygonEvent=function(A,e,t,n){var r,o=this.getPolygons(A,n);null===(r=this.map)||void 0===r||r.addPolygonEvent(o,e,t)},t.prototype.removePolygonEvent=function(A,e,t){var n,r=this.getPolygons(A,t);null===(n=this.map)||void 0===n||n.removePolygonEvent(r,e)},t.prototype.drawCircle=function(A,e,t){var n,r=null===(n=this.map)||void 0===n?void 0:n.drawCircle(e,t);this.circlesList[A]||(this.circlesList[A]=[]),this.circlesList[A].push(r)},t.prototype.toggleCircles=function(A,e,t){var n,r=this.getCircles(e,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.toggleCircles(r,A))},t.prototype.removeCircles=function(A,e){var t,n;if(this.circlesList[A]&&e){var r=this.getCircles(A,e);null===(t=this.map)||void 0===t||t.toggleCircles(r,!1),this.circlesList[A]=this.circlesList[A].filter((function(A){return!e(A.object)}))}else this.circlesList[A]&&(null===(n=this.map)||void 0===n||n.toggleCircles(this.circlesList[A],!1)),this.circlesList[A]=[];0===this.circlesList[A].length&&delete this.circlesList[A]},t.prototype.removeAllCircles=function(){for(var A in this.circlesList)this.circlesList.hasOwnProperty(A)&&this.removeCircles(A)},t.prototype.alterCircleOptions=function(A,e,t){var n,r=this.getCircles(A,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.alterCircleOptions(r,e))},t.prototype.fitBoundsCircles=function(A,e){var t,n=this,r=this.getCircles(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isCircleOnMap(A)}));r&&r.length&&(null===(t=this.map)||void 0===t||t.fitBoundsCircles(r))},t.prototype.circleExists=function(A,e){var t=this.getCircles(A,e);return t&&t.length>0},t.prototype.getCircleCenter=function(A,e){var t,n=this.getCircles(A,e);return n&&n.length?null===(t=this.map)||void 0===t?void 0:t.getCircleCenter(n[0]):null},t.prototype.getCircleRadius=function(A,e){var t,n=this.getCircles(A,e);return n&&n.length?null===(t=this.map)||void 0===t?void 0:t.getCircleRadius(n[0]):null},t.prototype.addCircleEvent=function(A,e,t,n){var r,o=this.getCircles(A,n);null===(r=this.map)||void 0===r||r.addCircleEvent(o,e,t)},t.prototype.removeCircleEvent=function(A,e,t){var n,r=this.getCircles(A,t);null===(n=this.map)||void 0===n||n.removeCircleEvent(r,e)},t.prototype.drawPolyline=function(A,e,t,n){var r,o=null===(r=this.map)||void 0===r?void 0:r.drawPolyline(e,t,n);this.polylinesList[A]||(this.polylinesList[A]=[]),this.polylinesList[A].push(o)},t.prototype.drawPolylineWithNavigation=function(A,e,t){var n,r=null===(n=this.map)||void 0===n?void 0:n.drawPolylineWithNavigation(e,t);this.polylinesList[A]||(this.polylinesList[A]=[]),this.polylinesList[A].push(r)},t.prototype.togglePolylines=function(A,e,t){var n,r=this.getPolylines(e,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.togglePolylines(r,A))},t.prototype.removePolylines=function(A,e){var t,n;if(this.polylinesList[A]&&e){var r=this.getPolylines(A,e);null===(t=this.map)||void 0===t||t.togglePolylines(r,!1),this.polylinesList[A]=this.polylinesList[A].filter((function(A){return!e(A.object)}))}else this.polylinesList[A]&&(null===(n=this.map)||void 0===n||n.togglePolylines(this.polylinesList[A],!1)),this.polylinesList[A]=[];0===this.polylinesList[A].length&&delete this.polylinesList[A]},t.prototype.removeAllPolylines=function(){for(var A in this.polylinesList)this.polylinesList.hasOwnProperty(A)&&this.removePolylines(A)},t.prototype.alterPolylineOptions=function(A,e,t){var n,r=this.getPolylines(A,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.alterPolylineOptions(r,e))},t.prototype.fitBoundsPolylines=function(A,e){var t,n=this,r=this.getPolylines(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isPolylineOnMap(A)}));r&&r.length&&(null===(t=this.map)||void 0===t||t.fitBoundsPolylines(r))},t.prototype.polylineExists=function(A,e){var t=this.getPolylines(A,e);return t&&t.length>0},t.prototype.addPolylinePath=function(A,e,t){var n,r=this.getPolylines(A,t);if(r&&r.length)null===(n=this.map)||void 0===n||n.addPolylinePath(r,e);else{var o=new oA;o.addToMap=!0,this.drawPolyline(A,o,null)}},t.prototype.getPolylinePath=function(A,e){var t=this.getPolylines(A,e);if(t&&t.length)return this.map.getPolylinePath(t[0])},t.prototype.removePolylineHighlight=function(){var A;null===(A=this.map)||void 0===A||A.removePolylineHighlight()},t.prototype.addPolylineEvent=function(A,e,t,n){var r,o=this.getPolylines(A,n);o&&o.length&&(null===(r=this.map)||void 0===r||r.addPolylineEvent(o,e,t))},t.prototype.removePolylineEvent=function(A,e,t){var n,r=this.getPolylines(A,t);null===(n=this.map)||void 0===n||n.removePolylineEvent(r,e)},t.prototype.setIndexPolylineHighlight=function(A,e,t){var n,r=this.getPolylines(A,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.setIndexPolylineHighlight(r[0],e))},t.prototype.getObjectPolyline=function(A,e){var t,n=this.getPolylines(A,e);return n&&n.length?null===(t=this.map)||void 0===t?void 0:t.getObjectPolyline(n[0]):null},t.prototype.getObjectPolylineHighlight=function(){var A;return null===(A=this.map)||void 0===A?void 0:A.getObjectPolylineHighlight()},t.prototype.addPolylineHighlightEvent=function(A,e){var t;null===(t=this.map)||void 0===t||t.addPolylineHighlightEvent(A,e)},t.prototype.getPolylineHighlightIndex=function(){var A;return null===(A=this.map)||void 0===A?void 0:A.getPolylineHighlightIndex()},t.prototype.drawPopup=function(A,e){var t,n,r,o=null;e.marker&&(o=this.getMarkers(e.marker,e.conditionMarker)[0]),r=this.infoWindowList[A]?null===(t=this.map)||void 0===t?void 0:t.alterPopup(this.infoWindowList[A],e,o):null===(n=this.map)||void 0===n?void 0:n.drawPopup(e,o),this.infoWindowList[A]=r},t.prototype.alterPopup=function(A,e){var t,n,r=this.infoWindowList[A];e.marker&&(n=this.getMarkers(e.marker,e.conditionMarker)),r&&(null===(t=this.map)||void 0===t||t.alterPopupContent(r,e,n?n[0]:null))},t.prototype.getObjectOpenPopup=function(A){return this.infoWindowList[A]?this.infoWindowList[A].object:null},t.prototype.closePopup=function(A){var e;this.infoWindowList[A]&&(null===(e=this.map)||void 0===e||e.closePopup(this.infoWindowList[A]))},t.prototype.closeAllPopups=function(){for(var A in this.infoWindowList)this.infoWindowList.hasOwnProperty(A)&&this.closePopup(A)},t.prototype.resizeMap=function(){var A;null===(A=this.map)||void 0===A||A.resizeMap()},t.prototype.addEventMap=function(A,e){var t;null===(t=this.map)||void 0===t||t.addEventMap(A,e)},t.prototype.removeEventMap=function(A){var e;null===(e=this.map)||void 0===e||e.removeEventMap(A)},t.prototype.getZoom=function(){var A;return null===(A=this.map)||void 0===A?void 0:A.getZoom()},t.prototype.setZoom=function(A){var e;null===(e=this.map)||void 0===e||e.setZoom(A)},t.prototype.takeMapScreenshot=function(){var A,e,t,n,r;return e=this,t=void 0,r=function(){return function(A,e){var t,n,r,o,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(a){return function(s){if(t)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(i=0)),i;)try{if(t=1,n&&(r=2&s[0]?n.return:s[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;switch(n=0,r&&(s=[2&s[0],r.value]),s[0]){case 0:case 1:r=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,n=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!((r=(r=i.trys).length>0&&r[r.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!r||s[1]>r[0]&&s[1]<r[3])){i.label=s[1];break}if(6===s[0]&&i.label<r[1]){i.label=r[1],r=s;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(s);break}r[2]&&i.ops.pop(),i.trys.pop();continue}s=e.call(A,i)}catch(A){s=[6,A],n=0}finally{t=r=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}}(this,(function(e){switch(e.label){case 0:return[4,null===(A=this.map)||void 0===A?void 0:A.takeMapScreenshot()];case 1:return[2,e.sent()]}}))},new((n=void 0)||(n=Promise))((function(A,o){function i(A){try{a(r.next(A))}catch(A){o(A)}}function s(A){try{a(r.throw(A))}catch(A){o(A)}}function a(e){var t;e.done?A(e.value):(t=e.value,t instanceof n?t:new n((function(A){A(t)}))).then(i,s)}a((r=r.apply(e,t||[])).next())}))},t.prototype.removeRuler=function(){this.removePolylines("inlogmaps-ruler",null),this.rulerPolylines=[],this.rulerLatLongs=[],this.removeEventMap(e.Click),this.removeOverlays("inlogmaps-ruler")},t.prototype.createRuler=function(){this.addEventMap(e.Click,this.onMapClickForRuler.bind(this))},t.prototype.getCenter=function(){var A;return null===(A=this.map)||void 0===A?void 0:A.getCenter()},t.prototype.setCenter=function(A){var e;null===(e=this.map)||void 0===e||e.setCenter(A)},t.prototype.pixelsToLatLng=function(A,e){var t;return null===(t=this.map)||void 0===t?void 0:t.pixelsToLatLng(A,e)},t.prototype.fitBoundsElements=function(A,e){var t,n=this,r=this.getMarkers(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isMarkerOnMap(A)})),o=this.getCircles(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isCircleOnMap(A)})),i=this.getPolygons(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isPolygonOnMap(A)})),s=this.getPolylines(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isPolylineOnMap(A)}));null===(t=this.map)||void 0===t||t.fitBoundsElements(r,o,i,s)},t.prototype.drawOverlay=function(A,e){var t,n,r=null;if(e.polygon){var o=this.getPolygons(e.polygon,e.conditionPolygon);o&&o.length&&(r=null===(t=this.map)||void 0===t?void 0:t.drawOverlay(e,o))}else r=null===(n=this.map)||void 0===n?void 0:n.drawOverlay(e);null!=r&&(this.overlayList[A]||(this.overlayList[A]=[]),this.overlayList[A].push(r))},t.prototype.toggleOverlay=function(A,e,t){var n,r=this.getOverlays(e,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.toggleOverlay(r,A))},t.prototype.removeOverlays=function(A,e){var t,n;if(this.overlayList[A]&&e){var r=this.getOverlays(A,e);null===(t=this.map)||void 0===t||t.toggleOverlay(r,!1),this.overlayList[A]=this.overlayList[A].filter((function(A){return!e(A.object)}))}else this.overlayList[A]&&(null===(n=this.map)||void 0===n||n.toggleOverlay(this.overlayList[A],!1)),this.overlayList[A]=[];0===this.overlayList[A].length&&delete this.overlayList[A]},t.prototype.removeAllOverlays=function(){for(var A in this.overlayList)this.overlayList.hasOwnProperty(A)&&this.removeOverlays(A)},t.prototype.getMarkers=function(A,e){var t=this.markersList[A];return t&&t.length?e?t.filter((function(A){return e(A.object)})):t:[]},t.prototype.getPolygons=function(A,e){var t=this.polygonsList[A];return t&&t.length?e?t.filter((function(A){return e(A.object)})):t:[]},t.prototype.getCircles=function(A,e){var t=this.circlesList[A];return t&&t.length?e?t.filter((function(A){return e(A.object)})):t:[]},t.prototype.getPolylines=function(A,e){var t=this.polylinesList[A];if(t&&t.length){var n=e?t.filter((function(A){return e(A.object)})):t;return n.length>0?n:[]}return[]},t.prototype.getOverlays=function(A,e){var t=this.overlayList[A];return t&&t.length?e?t.filter((function(A){return e(A.object)})):t:[]},t.prototype.onMapClickForRuler=function(A){var e=this;this.rulerPolylineCount++,this.rulerClicks.push([A.latlng[0],A.latlng[1]]);var t={addToMap:!0,fitBounds:!1,draggable:!0,editable:!0,style:E.Dotted,color:"#009ACA",weight:5,object:{id:this.rulerPolylineCount},path:this.rulerClicks},n=this.drawPolyline("inlogmaps-ruler",t,(function(){}),(function(){e.rulerLatLongs=[];var A=e.getPolylines("inlogmaps-ruler",null).filter((function(A){return 2===A._latlngs.length?A:null})).filter((function(A){return null!==A}));e.rulerLatLongs.push(A.map((function(A){return A._latlngs.map((function(A){return[A.lat,A.lng]}))})).flat()),e.removeOverlays("inlogmaps-ruler"),e.addRulerMovingOverlay()}));this.rulerPolylines.push(n),this.addRulerOverlay(),2===this.rulerClicks.length&&(this.rulerLatLongs.push(this.rulerClicks),this.rulerClicks=[])},t.prototype.addRulerOverlay=function(){var A=this.createDistanceOverlay(0),e=new rA(A,!0,this.rulerClicks[0]);if(null==this||this.drawOverlay("inlogmaps-ruler",e),this.rulerClicks[1]){var t=this.coordinatesToKm(this.rulerClicks[0],this.rulerClicks[1]),n=this.createDistanceOverlay(t),r=new rA(n,!0,this.rulerClicks[1]);null==this||this.drawOverlay("inlogmaps-ruler",r)}},t.prototype.addRulerMovingOverlay=function(){for(var A=0;A<this.rulerLatLongs[0].length;A+=2){var e=this.rulerLatLongs[0][A],t=this.rulerLatLongs[0][A+1]?this.rulerLatLongs[0][A+1]:null;if(e&&t){var n=this.createDistanceOverlay(0),r=new rA(n,!0,e);null==this||this.drawOverlay("inlogmaps-ruler",r);var o=this.coordinatesToKm(e,t),i=this.createDistanceOverlay(o),s=new rA(i,!0,t);null==this||this.drawOverlay("inlogmaps-ruler",s)}}},t.prototype.createDistanceOverlay=function(A){var e=document.createElement("div");return e.textContent="".concat((1e3*A).toFixed(1),"m"),e.style.cssText="font-size: 12px;font-weight: 600; letter-spacing: 1px;color: black;height: 30px; width: 120px;text-align: center;display: flex;justify-content: center;align-items: center;transform: translateX(-60px) translateY(-40px); white-space: pre-line; line-height: 1",e.style.position="absolute",e},t}(),aA=function(A,e,t,n,r,o,i){this.center=A,this.radius=e,this.weight=t,this.fillOpacity=n,this.fillColor=r,this.color=o,this.opacity=i},lA=function(A,e,t,n,r,o,i,s,a,l,c,u){this.center=A,this.radius=e,this.weight=t,this.addToMap=n,this.fillOpacity=r,this.fillColor=o,this.color=i,this.opacity=s,this.draggable=a,this.editable=l,this.fitBounds=c,this.object=u},cA=function(A,e){this.draggable=A,this.editable=e},uA=function(A,e,t,n,r){this.latlng=A,this.addToMap=t,this.style=e,this.fitBounds=n,this.object=r},gA=function(A,e,t,n,r){this.radius=A,this.weight=e,this.color=t,this.fillColor=n,this.fillOpacity=r},BA=function(A,e,t){this.latlng=A,this.icon=e,this.style=t},dA=function(A,e,t){this.url=A,this.size=e,this.scaledSize=t},hA=function(A,e,t,n,r,o,i){void 0===e&&(e=!1),void 0===t&&(t=!1),void 0===r&&(r=!1),void 0===i&&(i=!1),this.latlng=A,this.addToMap=e,this.draggable=t,this.icon=n,this.fitBounds=r,this.object=o,this.addClusterer=i},pA=function(A,e,t,n,r,o){this.addToMap=A,this.color=e,this.opacity=t,this.fillColor=n,this.fillOpacity=r,this.weight=o,this.path=[]},fA=function(A,e,t,n,r,o,i,s,a,l,c){this.path=A,this.weight=e,this.addToMap=t,this.color=n,this.opacity=r,this.fillColor=o,this.fillOpacity=i,this.draggable=s,this.editable=a,this.fitBounds=l,this.object=c,this.zIndex=0},wA=function(A,e,t,n){void 0===t&&(t=!0),void 0===n&&(n=1),this.style=void 0,this.editable=!1,this.color=A,this.weight=e,this.opacity=n,this.navigateByPoint=t,this.navegateOnKeyPress=!1},QA=function(A,e,t,n,r,o){this.latlng=A,this.content=e,this.marker=t,this.conditionMarker=n,this.notCalledByMap=r,this.object=o}})(),n})()));
2
+ !function(A,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("InlogMaps",[],e):"object"==typeof exports?exports.InlogMaps=e():A.InlogMaps=e()}(self,(()=>(()=>{var A={278:(A,e,t)=>{"use strict";t.r(e),t.d(e,{default:()=>c});class n{constructor(){!function(A,e){for(let t in e.prototype)A.prototype[t]=e.prototype[t]}(n,google.maps.OverlayView)}}function r(A){return Object.keys(A).reduce(((e,t)=>(A[t]&&e.push(t+":"+A[t]),e)),[]).join(";")}function o(A){return A?A+"px":void 0}class i extends n{constructor(A,e){super(),this.cluster_=A,this.styles_=e,this.center_=null,this.div_=null,this.sums_=null,this.visible_=!1,this.style=null,this.setMap(A.getMap())}onAdd(){let A,e;const t=this.cluster_.getMarkerClusterer(),[n,r]=google.maps.version.split("."),o=100*parseInt(n,10)+parseInt(r,10);this.div_=document.createElement("div"),this.visible_&&this.show(),this.getPanes().overlayMouseTarget.appendChild(this.div_),this.boundsChangedListener_=google.maps.event.addListener(this.getMap(),"bounds_changed",(function(){e=A})),google.maps.event.addDomListener(this.div_,"mousedown",(()=>{A=!0,e=!1})),o>=332&&google.maps.event.addDomListener(this.div_,"touchstart",(A=>{A.stopPropagation()})),google.maps.event.addDomListener(this.div_,"click",(n=>{if(A=!1,!e){if(google.maps.event.trigger(t,"click",this.cluster_),google.maps.event.trigger(t,"clusterclick",this.cluster_),t.getZoomOnClick()){const A=t.getMaxZoom(),e=this.cluster_.getBounds();t.getMap().fitBounds(e),setTimeout((function(){t.getMap().fitBounds(e),null!==A&&t.getMap().getZoom()>A&&t.getMap().setZoom(A+1)}),100)}n.cancelBubble=!0,n.stopPropagation&&n.stopPropagation()}})),google.maps.event.addDomListener(this.div_,"mouseover",(()=>{google.maps.event.trigger(t,"mouseover",this.cluster_)})),google.maps.event.addDomListener(this.div_,"mouseout",(()=>{google.maps.event.trigger(t,"mouseout",this.cluster_)}))}onRemove(){this.div_&&this.div_.parentNode&&(this.hide(),google.maps.event.removeListener(this.boundsChangedListener_),google.maps.event.clearInstanceListeners(this.div_),this.div_.parentNode.removeChild(this.div_),this.div_=null)}draw(){if(this.visible_){const A=this.getPosFromLatLng_(this.center_);this.div_.style.top=A.y+"px",this.div_.style.left=A.x+"px"}}hide(){this.div_&&(this.div_.style.display="none"),this.visible_=!1}show(){this.div_&&(this.div_.className=this.className_,this.div_.style.cssText=this.createCss_(this.getPosFromLatLng_(this.center_)),this.div_.innerHTML=(this.style.url?this.getImageElementHtml():"")+this.getLabelDivHtml(),void 0===this.sums_.title||""===this.sums_.title?this.div_.title=this.cluster_.getMarkerClusterer().getTitle():this.div_.title=this.sums_.title,this.div_.style.display=""),this.visible_=!0}getLabelDivHtml(){return`\n<div aria-label="${this.cluster_.getMarkerClusterer().ariaLabelFn(this.sums_.text)}" style="${r({position:"absolute",top:o(this.anchorText_[0]),left:o(this.anchorText_[1]),color:this.style.textColor,"font-size":o(this.style.textSize),"font-family":this.style.fontFamily,"font-weight":this.style.fontWeight,"font-style":this.style.fontStyle,"text-decoration":this.style.textDecoration,"text-align":"center",width:o(this.style.width),"line-height":o(this.style.textLineHeight)})}" tabindex="0">\n <span aria-hidden="true">${this.sums_.text}</span>\n</div>\n`}getImageElementHtml(){const A=(this.style.backgroundPosition||"0 0").split(" "),e=parseInt(A[0].replace(/^\s+|\s+$/g,""),10),t=parseInt(A[1].replace(/^\s+|\s+$/g,""),10);let n={};if(this.cluster_.getMarkerClusterer().getEnableRetinaIcons())n={width:o(this.style.width),height:o(this.style.height)};else{const[A,r,o,i]=[-1*t,-1*e+this.style.width,-1*t+this.style.height,-1*e];n={clip:`rect(${A}px, ${r}px, ${o}px, ${i}px)`}}const i=r(Object.assign({position:"absolute",top:o(t),left:o(e)},n));return`<img alt="${this.sums_.text}" aria-hidden="true" src="${this.style.url}" style="${i}"/>`}useStyle(A){this.sums_=A;let e=Math.max(0,A.index-1);e=Math.min(this.styles_.length-1,e),this.style=this.styles_[e],this.anchorText_=this.style.anchorText||[0,0],this.anchorIcon_=this.style.anchorIcon||[Math.floor(this.style.height/2),Math.floor(this.style.width/2)],this.className_=this.cluster_.getMarkerClusterer().getClusterClass()+" "+(this.style.className||"cluster-"+e)}setCenter(A){this.center_=A}createCss_(A){return r({"z-index":`${this.cluster_.getMarkerClusterer().getZIndex()}`,top:o(A.y),left:o(A.x),width:o(this.style.width),height:o(this.style.height),cursor:"pointer",position:"absolute","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-o-user-select":"none","user-select":"none"})}getPosFromLatLng_(A){const e=this.getProjection().fromLatLngToDivPixel(A);return e.x=Math.floor(e.x-this.anchorIcon_[1]),e.y=Math.floor(e.y-this.anchorIcon_[0]),e}}class s{constructor(A){this.markerClusterer_=A,this.map_=this.markerClusterer_.getMap(),this.minClusterSize_=this.markerClusterer_.getMinimumClusterSize(),this.averageCenter_=this.markerClusterer_.getAverageCenter(),this.markers_=[],this.center_=null,this.bounds_=null,this.clusterIcon_=new i(this,this.markerClusterer_.getStyles())}getSize(){return this.markers_.length}getMarkers(){return this.markers_}getCenter(){return this.center_}getMap(){return this.map_}getMarkerClusterer(){return this.markerClusterer_}getBounds(){const A=new google.maps.LatLngBounds(this.center_,this.center_),e=this.getMarkers();for(let t=0;t<e.length;t++)A.extend(e[t].getPosition());return A}remove(){this.clusterIcon_.setMap(null),this.markers_=[],delete this.markers_}addMarker(A){if(this.isMarkerAlreadyAdded_(A))return!1;if(this.center_){if(this.averageCenter_){const e=this.markers_.length+1,t=(this.center_.lat()*(e-1)+A.getPosition().lat())/e,n=(this.center_.lng()*(e-1)+A.getPosition().lng())/e;this.center_=new google.maps.LatLng(t,n),this.calculateBounds_()}}else this.center_=A.getPosition(),this.calculateBounds_();A.isAdded=!0,this.markers_.push(A);const e=this.markers_.length,t=this.markerClusterer_.getMaxZoom();if(null!==t&&this.map_.getZoom()>t)A.getMap()!==this.map_&&A.setMap(this.map_);else if(e<this.minClusterSize_)A.getMap()!==this.map_&&A.setMap(this.map_);else if(e===this.minClusterSize_)for(let A=0;A<e;A++)this.markers_[A].setMap(null);else A.setMap(null);return!0}isMarkerInClusterBounds(A){return this.bounds_.contains(A.getPosition())}calculateBounds_(){const A=new google.maps.LatLngBounds(this.center_,this.center_);this.bounds_=this.markerClusterer_.getExtendedBounds(A)}updateIcon(){const A=this.markers_.length,e=this.markerClusterer_.getMaxZoom();if(null!==e&&this.map_.getZoom()>e)return void this.clusterIcon_.hide();if(A<this.minClusterSize_)return void this.clusterIcon_.hide();const t=this.markerClusterer_.getStyles().length,n=this.markerClusterer_.getCalculator()(this.markers_,t);this.clusterIcon_.setCenter(this.center_),this.clusterIcon_.useStyle(n),this.clusterIcon_.show()}isMarkerAlreadyAdded_(A){if(this.markers_.indexOf)return-1!==this.markers_.indexOf(A);for(let e=0;e<this.markers_.length;e++)if(A===this.markers_[e])return!0;return!1}}const a=(A,e,t)=>void 0!==A[e]?A[e]:t;class l extends n{constructor(A,e=[],t={}){super(),this.options=t,this.markers_=[],this.clusters_=[],this.listeners_=[],this.activeMap_=null,this.ready_=!1,this.ariaLabelFn=this.options.ariaLabelFn||(()=>""),this.zIndex_=this.options.zIndex||google.maps.Marker.MAX_ZINDEX+1,this.gridSize_=this.options.gridSize||60,this.minClusterSize_=this.options.minimumClusterSize||2,this.maxZoom_=this.options.maxZoom||null,this.styles_=this.options.styles||[],this.title_=this.options.title||"",this.zoomOnClick_=a(this.options,"zoomOnClick",!0),this.averageCenter_=a(this.options,"averageCenter",!1),this.ignoreHidden_=a(this.options,"ignoreHidden",!1),this.enableRetinaIcons_=a(this.options,"enableRetinaIcons",!1),this.imagePath_=this.options.imagePath||l.IMAGE_PATH,this.imageExtension_=this.options.imageExtension||l.IMAGE_EXTENSION,this.imageSizes_=this.options.imageSizes||l.IMAGE_SIZES,this.calculator_=this.options.calculator||l.CALCULATOR,this.batchSize_=this.options.batchSize||l.BATCH_SIZE,this.batchSizeIE_=this.options.batchSizeIE||l.BATCH_SIZE_IE,this.clusterClass_=this.options.clusterClass||"cluster",-1!==navigator.userAgent.toLowerCase().indexOf("msie")&&(this.batchSize_=this.batchSizeIE_),this.setupStyles_(),this.addMarkers(e,!0),this.setMap(A)}onAdd(){this.activeMap_=this.getMap(),this.ready_=!0,this.repaint(),this.prevZoom_=this.getMap().getZoom(),this.listeners_=[google.maps.event.addListener(this.getMap(),"zoom_changed",(()=>{const A=this.getMap(),e=A.minZoom||0,t=Math.min(A.maxZoom||100,A.mapTypes[A.getMapTypeId()].maxZoom),n=Math.min(Math.max(this.getMap().getZoom(),e),t);this.prevZoom_!=n&&(this.prevZoom_=n,this.resetViewport_(!1))})),google.maps.event.addListener(this.getMap(),"idle",(()=>{this.redraw_()}))]}onRemove(){for(let A=0;A<this.markers_.length;A++)this.markers_[A].getMap()!==this.activeMap_&&this.markers_[A].setMap(this.activeMap_);for(let A=0;A<this.clusters_.length;A++)this.clusters_[A].remove();this.clusters_=[];for(let A=0;A<this.listeners_.length;A++)google.maps.event.removeListener(this.listeners_[A]);this.listeners_=[],this.activeMap_=null,this.ready_=!1}draw(){}setupStyles_(){if(!(this.styles_.length>0))for(let A=0;A<this.imageSizes_.length;A++){const e=this.imageSizes_[A];this.styles_.push(l.withDefaultStyle({url:this.imagePath_+(A+1)+"."+this.imageExtension_,height:e,width:e}))}}fitMapToMarkers(A){const e=this.getMarkers(),t=new google.maps.LatLngBounds;for(let A=0;A<e.length;A++)!e[A].getVisible()&&this.getIgnoreHidden()||t.extend(e[A].getPosition());this.getMap().fitBounds(t,A)}getGridSize(){return this.gridSize_}setGridSize(A){this.gridSize_=A}getMinimumClusterSize(){return this.minClusterSize_}setMinimumClusterSize(A){this.minClusterSize_=A}getMaxZoom(){return this.maxZoom_}setMaxZoom(A){this.maxZoom_=A}getZIndex(){return this.zIndex_}setZIndex(A){this.zIndex_=A}getStyles(){return this.styles_}setStyles(A){this.styles_=A}getTitle(){return this.title_}setTitle(A){this.title_=A}getZoomOnClick(){return this.zoomOnClick_}setZoomOnClick(A){this.zoomOnClick_=A}getAverageCenter(){return this.averageCenter_}setAverageCenter(A){this.averageCenter_=A}getIgnoreHidden(){return this.ignoreHidden_}setIgnoreHidden(A){this.ignoreHidden_=A}getEnableRetinaIcons(){return this.enableRetinaIcons_}setEnableRetinaIcons(A){this.enableRetinaIcons_=A}getImageExtension(){return this.imageExtension_}setImageExtension(A){this.imageExtension_=A}getImagePath(){return this.imagePath_}setImagePath(A){this.imagePath_=A}getImageSizes(){return this.imageSizes_}setImageSizes(A){this.imageSizes_=A}getCalculator(){return this.calculator_}setCalculator(A){this.calculator_=A}getBatchSizeIE(){return this.batchSizeIE_}setBatchSizeIE(A){this.batchSizeIE_=A}getClusterClass(){return this.clusterClass_}setClusterClass(A){this.clusterClass_=A}getMarkers(){return this.markers_}getTotalMarkers(){return this.markers_.length}getClusters(){return this.clusters_}getTotalClusters(){return this.clusters_.length}addMarker(A,e){this.pushMarkerTo_(A),e||this.redraw_()}addMarkers(A,e){for(const e in A)Object.prototype.hasOwnProperty.call(A,e)&&this.pushMarkerTo_(A[e]);e||this.redraw_()}pushMarkerTo_(A){A.getDraggable()&&google.maps.event.addListener(A,"dragend",(()=>{this.ready_&&(A.isAdded=!1,this.repaint())})),A.isAdded=!1,this.markers_.push(A)}removeMarker(A,e){const t=this.removeMarker_(A);return!e&&t&&this.repaint(),t}removeMarkers(A,e){let t=!1;for(let e=0;e<A.length;e++){const n=this.removeMarker_(A[e]);t=t||n}return!e&&t&&this.repaint(),t}removeMarker_(A){let e=-1;if(this.markers_.indexOf)e=this.markers_.indexOf(A);else for(let t=0;t<this.markers_.length;t++)if(A===this.markers_[t]){e=t;break}return-1!==e&&(A.setMap(null),this.markers_.splice(e,1),!0)}clearMarkers(){this.resetViewport_(!0),this.markers_=[]}repaint(){const A=this.clusters_.slice();this.clusters_=[],this.resetViewport_(!1),this.redraw_(),setTimeout((function(){for(let e=0;e<A.length;e++)A[e].remove()}),0)}getExtendedBounds(A){const e=this.getProjection(),t=new google.maps.LatLng(A.getNorthEast().lat(),A.getNorthEast().lng()),n=new google.maps.LatLng(A.getSouthWest().lat(),A.getSouthWest().lng()),r=e.fromLatLngToDivPixel(t);r.x+=this.gridSize_,r.y-=this.gridSize_;const o=e.fromLatLngToDivPixel(n);o.x-=this.gridSize_,o.y+=this.gridSize_;const i=e.fromDivPixelToLatLng(r),s=e.fromDivPixelToLatLng(o);return A.extend(i),A.extend(s),A}redraw_(){this.createClusters_(0)}resetViewport_(A){for(let A=0;A<this.clusters_.length;A++)this.clusters_[A].remove();this.clusters_=[];for(let e=0;e<this.markers_.length;e++){const t=this.markers_[e];t.isAdded=!1,A&&t.setMap(null)}}distanceBetweenPoints_(A,e){const t=(e.lat()-A.lat())*Math.PI/180,n=(e.lng()-A.lng())*Math.PI/180,r=Math.sin(t/2)*Math.sin(t/2)+Math.cos(A.lat()*Math.PI/180)*Math.cos(e.lat()*Math.PI/180)*Math.sin(n/2)*Math.sin(n/2);return 2*Math.atan2(Math.sqrt(r),Math.sqrt(1-r))*6371}isMarkerInBounds_(A,e){return e.contains(A.getPosition())}addToClosestCluster_(A){let e=4e4,t=null;for(let n=0;n<this.clusters_.length;n++){const r=this.clusters_[n],o=r.getCenter();if(o){const n=this.distanceBetweenPoints_(o,A.getPosition());n<e&&(e=n,t=r)}}if(t&&t.isMarkerInClusterBounds(A))t.addMarker(A);else{const e=new s(this);e.addMarker(A),this.clusters_.push(e)}}createClusters_(A){if(!this.ready_)return;let e;0===A&&(google.maps.event.trigger(this,"clusteringbegin",this),void 0!==this.timerRefStatic&&(clearTimeout(this.timerRefStatic),delete this.timerRefStatic)),e=this.getMap().getZoom()>3?new google.maps.LatLngBounds(this.getMap().getBounds().getSouthWest(),this.getMap().getBounds().getNorthEast()):new google.maps.LatLngBounds(new google.maps.LatLng(85.02070771743472,-178.48388434375),new google.maps.LatLng(-85.08136444384544,178.00048865625));const t=this.getExtendedBounds(e),n=Math.min(A+this.batchSize_,this.markers_.length);for(let e=A;e<n;e++){const A=this.markers_[e];!A.isAdded&&this.isMarkerInBounds_(A,t)&&(!this.ignoreHidden_||this.ignoreHidden_&&A.getVisible())&&this.addToClosestCluster_(A)}if(n<this.markers_.length)this.timerRefStatic=window.setTimeout((()=>{this.createClusters_(n)}),0);else{delete this.timerRefStatic,google.maps.event.trigger(this,"clusteringend",this);for(let A=0;A<this.clusters_.length;A++)this.clusters_[A].updateIcon()}}static CALCULATOR(A,e){let t=0;const n=A.length;let r=n;for(;0!==r;)r=Math.floor(r/10),t++;return t=Math.min(t,e),{text:n.toString(),index:t,title:""}}static withDefaultStyle(A){return Object.assign({textColor:"black",textSize:11,textDecoration:"none",textLineHeight:A.height,fontWeight:"bold",fontStyle:"normal",fontFamily:"Arial,sans-serif",backgroundPosition:"0 0"},A)}}l.BATCH_SIZE=2e3,l.BATCH_SIZE_IE=500,l.IMAGE_PATH="../images/m",l.IMAGE_EXTENSION="png",l.IMAGE_SIZES=[53,56,66,78,90];const c=l},868:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(t(420)),r=a(t(594)),o=a(t(451)),i=a(t(672)),s=t(57);function a(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e,t){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:6371e3,l=(0,n.default)(A),c=(0,r.default)(A),u=e/a,g=(0,o.default)(t),B=(0,o.default)(l),d=(0,o.default)(c),h=Math.asin(Math.sin(B)*Math.cos(u)+Math.cos(B)*Math.sin(u)*Math.cos(g)),p=d+Math.atan2(Math.sin(g)*Math.sin(u)*Math.cos(B),Math.cos(u)-Math.sin(B)*Math.sin(h)),f=(0,i.default)(p);return(f<s.MINLON||f>s.MAXLON)&&(p=(p+3*Math.PI)%(2*Math.PI)-Math.PI,f=(0,i.default)(p)),{latitude:(0,i.default)(h),longitude:f}}},57:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.areaConversion=e.timeConversion=e.distanceConversion=e.altitudeKeys=e.latitudeKeys=e.longitudeKeys=e.MAXLON=e.MINLON=e.MAXLAT=e.MINLAT=e.earthRadius=e.sexagesimalPattern=void 0,e.sexagesimalPattern=/^([0-9]{1,3})°\s*([0-9]{1,3}(?:\.(?:[0-9]{1,}))?)['′]\s*(([0-9]{1,3}(\.([0-9]{1,}))?)["″]\s*)?([NEOSW]?)$/,e.earthRadius=6378137,e.MINLAT=-90,e.MAXLAT=90,e.MINLON=-180,e.MAXLON=180,e.longitudeKeys=["lng","lon","longitude",0],e.latitudeKeys=["lat","latitude",1],e.altitudeKeys=["alt","altitude","elevation","elev",2],e.distanceConversion={m:1,km:.001,cm:100,mm:1e3,mi:1/1609.344,sm:1/1852.216,ft:100/30.48,in:100/2.54,yd:1/.9144},e.timeConversion={m:60,h:3600,d:86400};var t={m2:1,km2:1e-6,ha:1e-4,a:.01,ft2:10.763911,yd2:1.19599,in2:1550.0031};e.areaConversion=t,t.sqm=t.m2,t.sqkm=t.km2,t.sqft=t.ft2,t.sqyd=t.yd2,t.sqin=t.in2},241:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57);e.default=function(A){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"m",t=n.areaConversion[e];if(t)return A*t;throw new Error("Invalid unit used for area conversion.")}},638:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57);e.default=function(A){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"m",t=n.distanceConversion[e];if(t)return A*t;throw new Error("Invalid unit used for distance conversion.")}},782:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57);e.default=function(A){switch(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"kmh"){case"kmh":return A*n.timeConversion.h*n.distanceConversion.km;case"mph":return A*n.timeConversion.h*n.distanceConversion.mi;default:return A}}},412:(A,e)=>{"use strict";function t(A,e){return function(A){if(Array.isArray(A))return A}(A)||function(A,e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(A)){var t=[],n=!0,r=!1,o=void 0;try{for(var i,s=A[Symbol.iterator]();!(n=(i=s.next()).done)&&(t.push(i.value),!e||t.length!==e);n=!0);}catch(A){r=!0,o=A}finally{try{n||null==s.return||s.return()}finally{if(r)throw o}}return t}}(A,e)||function(A,e){if(A){if("string"==typeof A)return n(A,e);var t=Object.prototype.toString.call(A).slice(8,-1);return"Object"===t&&A.constructor&&(t=A.constructor.name),"Map"===t||"Set"===t?Array.from(A):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?n(A,e):void 0}}(A,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(A,e){(null==e||e>A.length)&&(e=A.length);for(var t=0,n=new Array(e);t<e;t++)n[t]=A[t];return n}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){var e=t(A.toString().split("."),2),n=e[0],r=e[1],o=Math.abs(Number(n)),i=60*Number("0."+(r||0)),s=i.toString().split("."),a=Math.floor(i),l=function(A){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:4,t=Math.pow(10,e);return Math.round(A*t)/t}(60*Number("0."+(s[1]||0))).toString(),c=t(l.split("."),2),u=c[0],g=c[1],B=void 0===g?"0":g;return o+"° "+a.toString().padStart(2,"0")+"' "+u.padStart(2,"0")+"."+B.padEnd(1,"0")+'"'}},789:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(620))&&n.__esModule?n:{default:n};e.default=function(A,e){return(0,r.default)(A,e)[0]}},317:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(451)),r=s(t(420)),o=s(t(594)),i=t(57);function s(A){return A&&A.__esModule?A:{default:A}}e.default=function(A){var e=0;if(A.length>2){for(var t,s,a,l=0;l<A.length;l++){l===A.length-2?(t=A.length-2,s=A.length-1,a=0):l===A.length-1?(t=A.length-1,s=0,a=1):(t=l,s=l+1,a=l+2);var c=(0,o.default)(A[t]),u=(0,r.default)(A[s]),g=(0,o.default)(A[a]);e+=((0,n.default)(g)-(0,n.default)(c))*Math.sin((0,n.default)(u))}e=e*i.earthRadius*i.earthRadius/2}return Math.abs(e)}},954:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=o(t(420)),r=o(t(594));function o(A){return A&&A.__esModule?A:{default:A}}e.default=function(A){if(!1===Array.isArray(A)||0===A.length)throw new Error("No points were given.");return A.reduce((function(A,e){var t=(0,n.default)(e),o=(0,r.default)(e);return{maxLat:Math.max(t,A.maxLat),minLat:Math.min(t,A.minLat),maxLng:Math.max(o,A.maxLng),minLng:Math.min(o,A.minLng)}}),{maxLat:-1/0,minLat:1/0,maxLng:-1/0,minLng:1/0})}},914:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(t(420)),r=a(t(594)),o=a(t(451)),i=a(t(672)),s=t(57);function a(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t,a,l=(0,n.default)(A),c=(0,r.default)(A),u=(0,o.default)(l),g=(0,o.default)(c),B=e/s.earthRadius,d=u-B,h=u+B,p=(0,o.default)(s.MAXLAT),f=(0,o.default)(s.MINLAT),w=(0,o.default)(s.MAXLON),Q=(0,o.default)(s.MINLON);if(d>f&&h<p){var C=Math.asin(Math.sin(B)/Math.cos(u));(t=g-C)<Q&&(t+=2*Math.PI),(a=g+C)>w&&(a-=2*Math.PI)}else d=Math.max(d,f),h=Math.min(h,p),t=Q,a=w;return[{latitude:(0,i.default)(d),longitude:(0,i.default)(t)},{latitude:(0,i.default)(h),longitude:(0,i.default)(a)}]}},219:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(420)),r=s(t(594)),o=s(t(451)),i=s(t(672));function s(A){return A&&A.__esModule?A:{default:A}}e.default=function(A){if(!1===Array.isArray(A)||0===A.length)return!1;var e=A.length,t=A.reduce((function(A,e){var t=(0,o.default)((0,n.default)(e)),i=(0,o.default)((0,r.default)(e));return{X:A.X+Math.cos(t)*Math.cos(i),Y:A.Y+Math.cos(t)*Math.sin(i),Z:A.Z+Math.sin(t)}}),{X:0,Y:0,Z:0}),s=t.X/e,a=t.Y/e,l=t.Z/e;return{longitude:(0,i.default)(Math.atan2(a,s)),latitude:(0,i.default)(Math.atan2(l,Math.sqrt(s*s+a*a)))}}},146:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(954))&&n.__esModule?n:{default:n};e.default=function(A){var e=(0,r.default)(A),t=e.minLat+(e.maxLat-e.minLat)/2,n=e.minLng+(e.maxLng-e.minLng)/2;return{latitude:parseFloat(t.toFixed(6)),longitude:parseFloat(n.toFixed(6))}}},816:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(392))&&n.__esModule?n:{default:n};e.default=function(A,e){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:r.default,n="function"==typeof t?t(A,e):(0,r.default)(A,e);if(isNaN(n))throw new Error("Could not calculate bearing for given points. Check your bearing function");switch(Math.round(n/22.5)){case 1:return"NNE";case 2:return"NE";case 3:return"ENE";case 4:return"E";case 5:return"ESE";case 6:return"SE";case 7:return"SSE";case 8:return"S";case 9:return"SSW";case 10:return"SW";case 11:return"WSW";case 12:return"W";case 13:return"WNW";case 14:return"NW";case 15:return"NNW";default:return"N"}}},179:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A,e){return e.reduce((function(e,t){if(null==A)throw new Error("'".concat(A,"' is no valid coordinate."));return Object.prototype.hasOwnProperty.call(A,t)&&void 0!==t&&void 0===e?(e=t,t):e}),void 0)}},456:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=t(57),o=(n=t(179))&&n.__esModule?n:{default:n};function i(A,e){var t=Object.keys(A);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(A);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(A,e).enumerable}))),t.push.apply(t,n)}return t}function s(A,e,t){return e in A?Object.defineProperty(A,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):A[e]=t,A}e.default=function(A){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{longitude:r.longitudeKeys,latitude:r.latitudeKeys,altitude:r.altitudeKeys},t=(0,o.default)(A,e.longitude),n=(0,o.default)(A,e.latitude),a=(0,o.default)(A,e.altitude);return function(A){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?i(Object(t),!0).forEach((function(e){s(A,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(A,Object.getOwnPropertyDescriptors(t)):i(Object(t)).forEach((function(e){Object.defineProperty(A,e,Object.getOwnPropertyDescriptor(t,e))}))}return A}({latitude:n,longitude:t},a?{altitude:a}:{})}},691:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(t(420)),r=a(t(594)),o=a(t(451)),i=a(t(533)),s=t(57);function a(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;t=void 0===t||isNaN(t)?1:t;var a=(0,n.default)(A),l=(0,r.default)(A),c=(0,n.default)(e),u=(0,r.default)(e),g=Math.acos((0,i.default)(Math.sin((0,o.default)(c))*Math.sin((0,o.default)(a))+Math.cos((0,o.default)(c))*Math.cos((0,o.default)(a))*Math.cos((0,o.default)(l)-(0,o.default)(u))))*s.earthRadius;return Math.round(g/t)*t}},947:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=o(t(691)),r=o(t(533));function o(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e,t){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=(0,n.default)(e,A,o),s=(0,n.default)(A,t,o),a=(0,n.default)(e,t,o),l=Math.acos((0,r.default)((i*i+a*a-s*s)/(2*i*a))),c=Math.acos((0,r.default)((s*s+a*a-i*i)/(2*s*a)));return l>Math.PI/2?i:c>Math.PI/2?s:Math.sin(l)*i}},603:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(420)),r=s(t(594)),o=s(t(451)),i=s(t(672));function s(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t=(0,n.default)(e),s=(0,r.default)(e),a=(0,n.default)(A),l=(0,r.default)(A);return((0,i.default)(Math.atan2(Math.sin((0,o.default)(s)-(0,o.default)(l))*Math.cos((0,o.default)(t)),Math.cos((0,o.default)(a))*Math.sin((0,o.default)(t))-Math.sin((0,o.default)(a))*Math.cos((0,o.default)(t))*Math.cos((0,o.default)(s)-(0,o.default)(l))))+360)%360}},420:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57),r=i(t(179)),o=i(t(290));function i(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t=(0,r.default)(A,n.latitudeKeys);if(null!=t){var i=A[t];return!0===e?i:(0,o.default)(i)}}},594:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57),r=i(t(179)),o=i(t(290));function i(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t=(0,r.default)(A,n.longitudeKeys);if(null!=t){var i=A[t];return!0===e?i:(0,o.default)(i)}}},37:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(691))&&n.__esModule?n:{default:n};function o(A){return o="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},o(A)}e.default=function(A){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:r.default;return A.reduce((function(A,t){return"object"===o(A)&&null!==A.last&&(A.distance+=e(t,A.last)),A.last=t,A}),{last:null,distance:0}).distance}},288:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(420)),r=s(t(594)),o=s(t(451)),i=t(57);function s(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;t=void 0===t||isNaN(t)?1:t;var s,a,l,c,u,g,B,d=(0,n.default)(A),h=(0,r.default)(A),p=(0,n.default)(e),f=(0,r.default)(e),w=6356752.314245,Q=1/298.257223563,C=(0,o.default)(f-h),y=Math.atan((1-Q)*Math.tan((0,o.default)(parseFloat(d)))),v=Math.atan((1-Q)*Math.tan((0,o.default)(parseFloat(p)))),U=Math.sin(y),m=Math.cos(y),F=Math.sin(v),E=Math.cos(v),b=C,H=100;do{var I=Math.sin(b),L=Math.cos(b);if(0===(g=Math.sqrt(E*I*(E*I)+(m*F-U*E*L)*(m*F-U*E*L))))return 0;s=U*F+m*E*L,a=Math.atan2(g,s),u=s-2*U*F/(c=1-(l=m*E*I/g)*l),isNaN(u)&&(u=0);var M=Q/16*c*(4+Q*(4-3*c));B=b,b=C+(1-M)*Q*l*(a+M*g*(u+M*s*(2*u*u-1)))}while(Math.abs(b-B)>1e-12&&--H>0);if(0===H)return NaN;var P=c*(i.earthRadius*i.earthRadius-w*w)/(w*w),k=P/1024*(256+P*(P*(74-47*P)-128)),O=w*(1+P/16384*(4096+P*(P*(320-175*P)-768)))*(a-k*g*(u+k/4*(s*(2*u*u-1)-k/6*u*(4*g*g-3)*(4*u*u-3))));return Math.round(O/t)*t}},392:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(420)),r=s(t(594)),o=s(t(451)),i=s(t(672));function s(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){var t=(0,o.default)((0,r.default)(e))-(0,o.default)((0,r.default)(A)),s=Math.log(Math.tan((0,o.default)((0,n.default)(e))/2+Math.PI/4)/Math.tan((0,o.default)((0,n.default)(A))/2+Math.PI/4));return Math.abs(t)>Math.PI&&(t=t>0?-1*(2*Math.PI-t):2*Math.PI+t),((0,i.default)(Math.atan2(t,s))+360)%360}},866:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){return/^(NNE|NE|NNW|N)$/.test(A)?"N":/^(ENE|E|ESE|SE)$/.test(A)?"E":/^(SSE|S|SSW|SW)$/.test(A)?"S":/^(WSW|W|WNW|NW)$/.test(A)?"W":void 0}},587:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(691))&&n.__esModule?n:{default:n};e.default=function(A,e){return(arguments.length>2&&void 0!==arguments[2]?arguments[2]:r.default)(A,e)/(Number(e.time)-Number(A.time))*1e3}},698:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n={computeDestinationPoint:!0,convertArea:!0,convertDistance:!0,convertSpeed:!0,decimalToSexagesimal:!0,findNearest:!0,getAreaOfPolygon:!0,getBounds:!0,getBoundsOfDistance:!0,getCenter:!0,getCenterOfBounds:!0,getCompassDirection:!0,getCoordinateKey:!0,getCoordinateKeys:!0,getDistance:!0,getDistanceFromLine:!0,getGreatCircleBearing:!0,getLatitude:!0,getLongitude:!0,getPathLength:!0,getPreciseDistance:!0,getRhumbLineBearing:!0,getRoughCompassDirection:!0,getSpeed:!0,isDecimal:!0,isPointInLine:!0,isPointInPolygon:!0,isPointNearLine:!0,isPointWithinRadius:!0,isSexagesimal:!0,isValidCoordinate:!0,isValidLatitude:!0,isValidLongitude:!0,orderByDistance:!0,sexagesimalToDecimal:!0,toDecimal:!0,toRad:!0,toDeg:!0,wktToPolygon:!0};Object.defineProperty(e,"computeDestinationPoint",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(e,"convertArea",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(e,"convertDistance",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(e,"convertSpeed",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(e,"decimalToSexagesimal",{enumerable:!0,get:function(){return a.default}}),Object.defineProperty(e,"findNearest",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(e,"getAreaOfPolygon",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(e,"getBounds",{enumerable:!0,get:function(){return u.default}}),Object.defineProperty(e,"getBoundsOfDistance",{enumerable:!0,get:function(){return g.default}}),Object.defineProperty(e,"getCenter",{enumerable:!0,get:function(){return B.default}}),Object.defineProperty(e,"getCenterOfBounds",{enumerable:!0,get:function(){return d.default}}),Object.defineProperty(e,"getCompassDirection",{enumerable:!0,get:function(){return h.default}}),Object.defineProperty(e,"getCoordinateKey",{enumerable:!0,get:function(){return p.default}}),Object.defineProperty(e,"getCoordinateKeys",{enumerable:!0,get:function(){return f.default}}),Object.defineProperty(e,"getDistance",{enumerable:!0,get:function(){return w.default}}),Object.defineProperty(e,"getDistanceFromLine",{enumerable:!0,get:function(){return Q.default}}),Object.defineProperty(e,"getGreatCircleBearing",{enumerable:!0,get:function(){return C.default}}),Object.defineProperty(e,"getLatitude",{enumerable:!0,get:function(){return y.default}}),Object.defineProperty(e,"getLongitude",{enumerable:!0,get:function(){return v.default}}),Object.defineProperty(e,"getPathLength",{enumerable:!0,get:function(){return U.default}}),Object.defineProperty(e,"getPreciseDistance",{enumerable:!0,get:function(){return m.default}}),Object.defineProperty(e,"getRhumbLineBearing",{enumerable:!0,get:function(){return F.default}}),Object.defineProperty(e,"getRoughCompassDirection",{enumerable:!0,get:function(){return E.default}}),Object.defineProperty(e,"getSpeed",{enumerable:!0,get:function(){return b.default}}),Object.defineProperty(e,"isDecimal",{enumerable:!0,get:function(){return H.default}}),Object.defineProperty(e,"isPointInLine",{enumerable:!0,get:function(){return I.default}}),Object.defineProperty(e,"isPointInPolygon",{enumerable:!0,get:function(){return L.default}}),Object.defineProperty(e,"isPointNearLine",{enumerable:!0,get:function(){return M.default}}),Object.defineProperty(e,"isPointWithinRadius",{enumerable:!0,get:function(){return P.default}}),Object.defineProperty(e,"isSexagesimal",{enumerable:!0,get:function(){return k.default}}),Object.defineProperty(e,"isValidCoordinate",{enumerable:!0,get:function(){return O.default}}),Object.defineProperty(e,"isValidLatitude",{enumerable:!0,get:function(){return K.default}}),Object.defineProperty(e,"isValidLongitude",{enumerable:!0,get:function(){return x.default}}),Object.defineProperty(e,"orderByDistance",{enumerable:!0,get:function(){return D.default}}),Object.defineProperty(e,"sexagesimalToDecimal",{enumerable:!0,get:function(){return S.default}}),Object.defineProperty(e,"toDecimal",{enumerable:!0,get:function(){return T.default}}),Object.defineProperty(e,"toRad",{enumerable:!0,get:function(){return _.default}}),Object.defineProperty(e,"toDeg",{enumerable:!0,get:function(){return G.default}}),Object.defineProperty(e,"wktToPolygon",{enumerable:!0,get:function(){return R.default}});var r=V(t(868)),o=V(t(241)),i=V(t(638)),s=V(t(782)),a=V(t(412)),l=V(t(789)),c=V(t(317)),u=V(t(954)),g=V(t(914)),B=V(t(219)),d=V(t(146)),h=V(t(816)),p=V(t(179)),f=V(t(456)),w=V(t(691)),Q=V(t(947)),C=V(t(603)),y=V(t(420)),v=V(t(594)),U=V(t(37)),m=V(t(288)),F=V(t(392)),E=V(t(866)),b=V(t(587)),H=V(t(182)),I=V(t(521)),L=V(t(813)),M=V(t(0)),P=V(t(741)),k=V(t(496)),O=V(t(43)),K=V(t(807)),x=V(t(749)),D=V(t(620)),S=V(t(160)),T=V(t(290)),_=V(t(451)),G=V(t(672)),R=V(t(553)),N=t(57);function V(A){return A&&A.__esModule?A:{default:A}}Object.keys(N).forEach((function(A){"default"!==A&&"__esModule"!==A&&(Object.prototype.hasOwnProperty.call(n,A)||Object.defineProperty(e,A,{enumerable:!0,get:function(){return N[A]}}))}))},182:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){var e=A.toString().trim();return!isNaN(parseFloat(e))&&parseFloat(e)===Number(e)}},521:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(691))&&n.__esModule?n:{default:n};e.default=function(A,e,t){return(0,r.default)(e,A)+(0,r.default)(A,t)===(0,r.default)(e,t)}},813:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=o(t(420)),r=o(t(594));function o(A){return A&&A.__esModule?A:{default:A}}e.default=function(A,e){for(var t=!1,o=e.length,i=-1,s=o-1;++i<o;s=i)((0,r.default)(e[i])<=(0,r.default)(A)&&(0,r.default)(A)<(0,r.default)(e[s])||(0,r.default)(e[s])<=(0,r.default)(A)&&(0,r.default)(A)<(0,r.default)(e[i]))&&(0,n.default)(A)<((0,n.default)(e[s])-(0,n.default)(e[i]))*((0,r.default)(A)-(0,r.default)(e[i]))/((0,r.default)(e[s])-(0,r.default)(e[i]))+(0,n.default)(e[i])&&(t=!t);return t}},0:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(947))&&n.__esModule?n:{default:n};e.default=function(A,e,t,n){return(0,r.default)(A,e,t)<n}},741:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(691))&&n.__esModule?n:{default:n};e.default=function(A,e,t){return(0,r.default)(A,e,.01)<t}},496:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57);e.default=function(A){return n.sexagesimalPattern.test(A.toString().trim())}},43:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i(t(456)),r=i(t(807)),o=i(t(749));function i(A){return A&&A.__esModule?A:{default:A}}e.default=function(A){var e=(0,n.default)(A),t=e.latitude,i=e.longitude;if(Array.isArray(A)&&A.length>=2)return(0,o.default)(A[0])&&(0,r.default)(A[1]);if(void 0===t||void 0===i)return!1;var s=A[i],a=A[t];return void 0!==a&&void 0!==s&&!1!==(0,r.default)(a)&&!1!==(0,o.default)(s)}},807:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(182)),r=s(t(496)),o=s(t(160)),i=t(57);function s(A){return A&&A.__esModule?A:{default:A}}e.default=function A(e){return(0,n.default)(e)?!(parseFloat(e)>i.MAXLAT||e<i.MINLAT):!!(0,r.default)(e)&&A((0,o.default)(e))}},749:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=s(t(182)),r=s(t(496)),o=s(t(160)),i=t(57);function s(A){return A&&A.__esModule?A:{default:A}}e.default=function A(e){return(0,n.default)(e)?!(parseFloat(e)>i.MAXLON||e<i.MINLON):!!(0,r.default)(e)&&A((0,o.default)(e))}},620:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=t(691))&&n.__esModule?n:{default:n};e.default=function(A,e){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:r.default;return t="function"==typeof t?t:r.default,e.slice().sort((function(e,n){return t(A,e)-t(A,n)}))}},533:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){return A>1?1:A<-1?-1:A}},160:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t(57);e.default=function(A){var e=new RegExp(n.sexagesimalPattern).exec(A.toString().trim());if(null==e)throw new Error("Given value is not in sexagesimal format");var t=Number(e[2])/60||0,r=Number(e[4])/3600||0,o=parseFloat(e[1])+t+r;return["S","W"].includes(e[7])?-o:o}},290:(A,e,t)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(t(182)),r=a(t(496)),o=a(t(160)),i=a(t(43)),s=a(t(456));function a(A){return A&&A.__esModule?A:{default:A}}function l(A,e){var t=Object.keys(A);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(A);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(A,e).enumerable}))),t.push.apply(t,n)}return t}function c(A){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?l(Object(t),!0).forEach((function(e){u(A,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(A,Object.getOwnPropertyDescriptors(t)):l(Object(t)).forEach((function(e){Object.defineProperty(A,e,Object.getOwnPropertyDescriptor(t,e))}))}return A}function u(A,e,t){return e in A?Object.defineProperty(A,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):A[e]=t,A}e.default=function A(e){if((0,n.default)(e))return Number(e);if((0,r.default)(e))return(0,o.default)(e);if((0,i.default)(e)){var t=(0,s.default)(e);return Array.isArray(e)?e.map((function(e,t){return[0,1].includes(t)?A(e):e})):c(c(c({},e),t.latitude&&u({},t.latitude,A(e[t.latitude]))),t.longitude&&u({},t.longitude,A(e[t.longitude])))}return Array.isArray(e)?e.map((function(e){return(0,i.default)(e)?A(e):e})):e}},672:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){return 180*A/Math.PI}},451:(A,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){return A*Math.PI/180}},553:(A,e)=>{"use strict";function t(A,e){(null==e||e>A.length)&&(e=A.length);for(var t=0,n=new Array(e);t<e;t++)n[t]=A[t];return n}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=function(A){if(!A.startsWith("POLYGON"))throw new Error("Invalid wkt.");return A.slice(A.indexOf("(")+2,A.indexOf(")")).split(", ").map((function(A){var e,n,r=(e=A.split(" "),n=2,function(A){if(Array.isArray(A))return A}(e)||function(A,e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(A)){var t=[],n=!0,r=!1,o=void 0;try{for(var i,s=A[Symbol.iterator]();!(n=(i=s.next()).done)&&(t.push(i.value),!e||t.length!==e);n=!0);}catch(A){r=!0,o=A}finally{try{n||null==s.return||s.return()}finally{if(r)throw o}}return t}}(e,n)||function(A,e){if(A){if("string"==typeof A)return t(A,e);var n=Object.prototype.toString.call(A).slice(8,-1);return"Object"===n&&A.constructor&&(n=A.constructor.name),"Map"===n||"Set"===n?Array.from(A):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?t(A,e):void 0}}(e,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),o=r[0],i=r[1];return{longitude:parseFloat(o),latitude:parseFloat(i)}}))}},120: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 n(){this.constructor=e}A(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var t=function(){return t=Object.assign||function(A){for(var e,t=1,n=arguments.length;t<n;t++)for(var r in e=arguments[t])Object.prototype.hasOwnProperty.call(e,r)&&(A[r]=e[r]);return A},t.apply(this,arguments)};function n(A,e,t,n){return new(t||(t=Promise))((function(r,o){function i(A){try{a(n.next(A))}catch(A){o(A)}}function s(A){try{a(n.throw(A))}catch(A){o(A)}}function a(A){var e;A.done?r(A.value):(e=A.value,e instanceof t?e:new t((function(A){A(e)}))).then(i,s)}a((n=n.apply(A,e||[])).next())}))}function r(A,e){var t,n,r,o,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(t)throw new TypeError("Generator is already executing.");for(;i;)try{if(t=1,n&&(r=2&o[0]?n.return:o[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,o[1])).done)return r;switch(n=0,r&&(o=[2&o[0],r.value]),o[0]){case 0:case 1:r=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,n=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(!((r=(r=i.trys).length>0&&r[r.length-1])||6!==o[0]&&2!==o[0])){i=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]<r[3])){i.label=o[1];break}if(6===o[0]&&i.label<r[1]){i.label=r[1],r=o;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(o);break}r[2]&&i.ops.pop(),i.trys.pop();continue}o=e.call(A,i)}catch(A){o=[6,A],n=0}finally{t=r=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,s])}}}function o(A,e,t){if(t||2===arguments.length)for(var n,r=0,o=e.length;r<o;r++)!n&&r in e||(n||(n=Array.prototype.slice.call(e,0,r)),n[r]=e[r]);return A.concat(n||e)}for(var i=function(){function A(A,e,t,n){this.left=A,this.top=e,this.width=t,this.height=n}return A.prototype.add=function(e,t,n,r){return new A(this.left+e,this.top+t,this.width+n,this.height+r)},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 n=Array.from(t).find((function(A){return 0!==A.width}));return n?new A(n.left+e.windowBounds.left,n.top+e.windowBounds.top,n.width,n.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A}(),s=function(A,e){return i.fromClientRect(A,e.getBoundingClientRect())},a=function(A){for(var e=[],t=0,n=A.length;t<n;){var r=A.charCodeAt(t++);if(r>=55296&&r<=56319&&t<n){var o=A.charCodeAt(t++);56320==(64512&o)?e.push(((1023&r)<<10)+(1023&o)+65536):(e.push(r),t--)}else e.push(r)}return e},l=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 n=[],r=-1,o="";++r<t;){var i=A[r];i<=65535?n.push(i):(i-=65536,n.push(55296+(i>>10),i%1024+56320)),(r+1===t||n.length>16384)&&(o+=String.fromCharCode.apply(String,n),n.length=0)}return o},c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",u="undefined"==typeof Uint8Array?[]:new Uint8Array(256),g=0;g<64;g++)u[c.charCodeAt(g)]=g;for(var B="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",d="undefined"==typeof Uint8Array?[]:new Uint8Array(256),h=0;h<64;h++)d[B.charCodeAt(h)]=h;for(var p=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,n,r,o){this.initialValue=A,this.errorValue=e,this.highStart=t,this.highValueIndex=n,this.index=r,this.data=o}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}(),w="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Q="undefined"==typeof Uint8Array?[]:new Uint8Array(256),C=0;C<64;C++)Q[w.charCodeAt(C)]=C;var y=10,v=13,U=15,m=17,F=18,E=19,b=20,H=21,I=22,L=24,M=25,P=26,k=27,O=28,K=30,x=32,D=33,S=34,T=35,_=37,G=38,R=39,N=40,V=42,j=[9001,65288],X="×",J="÷",W=function(A,e){var t,n,r,o=function(A){var e,t,n,r,o,i=.75*A.length,s=A.length,a=0;"="===A[A.length-1]&&(i--,"="===A[A.length-2]&&i--);var l="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(i):new Array(i),c=Array.isArray(l)?l:new Uint8Array(l);for(e=0;e<s;e+=4)t=d[A.charCodeAt(e)],n=d[A.charCodeAt(e+1)],r=d[A.charCodeAt(e+2)],o=d[A.charCodeAt(e+3)],c[a++]=t<<2|n>>4,c[a++]=(15&n)<<4|r>>2,c[a++]=(3&r)<<6|63&o;return l}(A),i=Array.isArray(o)?function(A){for(var e=A.length,t=[],n=0;n<e;n+=4)t.push(A[n+3]<<24|A[n+2]<<16|A[n+1]<<8|A[n]);return t}(o):new Uint32Array(o),s=Array.isArray(o)?function(A){for(var e=A.length,t=[],n=0;n<e;n+=2)t.push(A[n+1]<<8|A[n]);return t}(o):new Uint16Array(o),a=p(s,12,i[4]/2),l=2===i[5]?p(s,(24+i[4])/2):(t=i,n=Math.ceil((24+i[4])/4),t.slice?t.slice(n,r):new Uint32Array(Array.prototype.slice.call(t,n,r)));return new f(i[0],i[1],i[2],i[3],a,l)}("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=="),Z=[K,36],Y=[1,2,3,5],z=[y,8],q=[k,P],$=Y.concat(z),AA=[G,R,N,S,T],eA=[U,v],tA=function(A,e,t,n){var r=n[t];if(Array.isArray(A)?-1!==A.indexOf(r):A===r)for(var o=t;o<=n.length;){if((a=n[++o])===e)return!0;if(a!==y)break}if(r===y)for(o=t;o>0;){var i=n[--o];if(Array.isArray(A)?-1!==A.indexOf(i):A===i)for(var s=t;s<=n.length;){var a;if((a=n[++s])===e)return!0;if(a!==y)break}if(i!==y)break}return!1},nA=function(A,e){for(var t=A;t>=0;){var n=e[t];if(n!==y)return n;t--}return 0},rA=function(A,e,t,n,r){if(0===t[n])return X;var o=n-1;if(Array.isArray(r)&&!0===r[o])return X;var i=o-1,s=o+1,a=e[o],l=i>=0?e[i]:0,c=e[s];if(2===a&&3===c)return X;if(-1!==Y.indexOf(a))return"!";if(-1!==Y.indexOf(c))return X;if(-1!==z.indexOf(c))return X;if(8===nA(o,e))return J;if(11===W.get(A[o]))return X;if((a===x||a===D)&&11===W.get(A[s]))return X;if(7===a||7===c)return X;if(9===a)return X;if(-1===[y,v,U].indexOf(a)&&9===c)return X;if(-1!==[m,F,E,L,O].indexOf(c))return X;if(nA(o,e)===I)return X;if(tA(23,I,o,e))return X;if(tA([m,F],H,o,e))return X;if(tA(12,12,o,e))return X;if(a===y)return J;if(23===a||23===c)return X;if(16===c||16===a)return J;if(-1!==[v,U,H].indexOf(c)||14===a)return X;if(36===l&&-1!==eA.indexOf(a))return X;if(a===O&&36===c)return X;if(c===b)return X;if(-1!==Z.indexOf(c)&&a===M||-1!==Z.indexOf(a)&&c===M)return X;if(a===k&&-1!==[_,x,D].indexOf(c)||-1!==[_,x,D].indexOf(a)&&c===P)return X;if(-1!==Z.indexOf(a)&&-1!==q.indexOf(c)||-1!==q.indexOf(a)&&-1!==Z.indexOf(c))return X;if(-1!==[k,P].indexOf(a)&&(c===M||-1!==[I,U].indexOf(c)&&e[s+1]===M)||-1!==[I,U].indexOf(a)&&c===M||a===M&&-1!==[M,O,L].indexOf(c))return X;if(-1!==[M,O,L,m,F].indexOf(c))for(var u=o;u>=0;){if((g=e[u])===M)return X;if(-1===[O,L].indexOf(g))break;u--}if(-1!==[k,P].indexOf(c))for(u=-1!==[m,F].indexOf(a)?i:o;u>=0;){var g;if((g=e[u])===M)return X;if(-1===[O,L].indexOf(g))break;u--}if(G===a&&-1!==[G,R,S,T].indexOf(c)||-1!==[R,S].indexOf(a)&&-1!==[R,N].indexOf(c)||-1!==[N,T].indexOf(a)&&c===N)return X;if(-1!==AA.indexOf(a)&&-1!==[b,P].indexOf(c)||-1!==AA.indexOf(c)&&a===k)return X;if(-1!==Z.indexOf(a)&&-1!==Z.indexOf(c))return X;if(a===L&&-1!==Z.indexOf(c))return X;if(-1!==Z.concat(M).indexOf(a)&&c===I&&-1===j.indexOf(A[s])||-1!==Z.concat(M).indexOf(c)&&a===F)return X;if(41===a&&41===c){for(var B=t[o],d=1;B>0&&41===e[--B];)d++;if(d%2!=0)return X}return a===x&&c===D?X:J},oA=function(A,e){e||(e={lineBreak:"normal",wordBreak:"normal"});var t=function(A,e){void 0===e&&(e="strict");var t=[],n=[],r=[];return A.forEach((function(A,o){var i=W.get(A);if(i>50?(r.push(!0),i-=50):r.push(!1),-1!==["normal","auto","loose"].indexOf(e)&&-1!==[8208,8211,12316,12448].indexOf(A))return n.push(o),t.push(16);if(4===i||11===i){if(0===o)return n.push(o),t.push(K);var s=t[o-1];return-1===$.indexOf(s)?(n.push(n[o-1]),t.push(s)):(n.push(o),t.push(K))}return n.push(o),31===i?t.push("strict"===e?H:_):i===V||29===i?t.push(K):43===i?A>=131072&&A<=196605||A>=196608&&A<=262141?t.push(_):t.push(K):void t.push(i)})),[n,t,r]}(A,e.lineBreak),n=t[0],r=t[1],o=t[2];"break-all"!==e.wordBreak&&"break-word"!==e.wordBreak||(r=r.map((function(A){return-1!==[M,K,V].indexOf(A)?_:A})));var i="keep-all"===e.wordBreak?o.map((function(e,t){return e&&A[t]>=19968&&A[t]<=40959})):void 0;return[n,r,i]},iA=function(){function A(A,e,t,n){this.codePoints=A,this.required="!"===e,this.start=t,this.end=n}return A.prototype.slice=function(){return l.apply(void 0,this.codePoints.slice(this.start,this.end))},A}(),sA=45,aA=43,lA=-1,cA=function(A){return A>=48&&A<=57},uA=function(A){return cA(A)||A>=65&&A<=70||A>=97&&A<=102},gA=function(A){return 10===A||9===A||32===A},BA=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},dA=function(A){return BA(A)||cA(A)||A===sA},hA=function(A){return A>=0&&A<=8||11===A||A>=14&&A<=31||127===A},pA=function(A,e){return 92===A&&10!==e},fA=function(A,e,t){return A===sA?BA(e)||pA(e,t):!!BA(A)||!(92!==A||!pA(A,e))},wA=function(A,e,t){return A===aA||A===sA?!!cA(e)||46===e&&cA(t):cA(46===A?e:A)},QA=function(A){var e=0,t=1;A[e]!==aA&&A[e]!==sA||(A[e]===sA&&(t=-1),e++);for(var n=[];cA(A[e]);)n.push(A[e++]);var r=n.length?parseInt(l.apply(void 0,n),10):0;46===A[e]&&e++;for(var o=[];cA(A[e]);)o.push(A[e++]);var i=o.length,s=i?parseInt(l.apply(void 0,o),10):0;69!==A[e]&&101!==A[e]||e++;var a=1;A[e]!==aA&&A[e]!==sA||(A[e]===sA&&(a=-1),e++);for(var c=[];cA(A[e]);)c.push(A[e++]);var u=c.length?parseInt(l.apply(void 0,c),10):0;return t*(r+s*Math.pow(10,-i))*Math.pow(10,a*u)},CA={type:2},yA={type:3},vA={type:4},UA={type:13},mA={type:8},FA={type:21},EA={type:9},bA={type:10},HA={type:11},IA={type:12},LA={type:14},MA={type:23},PA={type:1},kA={type:25},OA={type:24},KA={type:26},xA={type:27},DA={type:28},SA={type:29},TA={type:31},_A={type:32},GA=function(){function A(){this._value=[]}return A.prototype.write=function(A){this._value=this._value.concat(a(A))},A.prototype.read=function(){for(var A=[],e=this.consumeToken();e!==_A;)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),n=this.peekCodePoint(2);if(dA(e)||pA(t,n)){var r=fA(e,t,n)?2:1;return{type:5,value:this.consumeName(),flags:r}}break;case 36:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),UA;break;case 39:return this.consumeStringToken(39);case 40:return CA;case 41:return yA;case 42:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),LA;break;case aA:if(wA(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case 44:return vA;case sA:var o=A,i=this.peekCodePoint(0),s=this.peekCodePoint(1);if(wA(o,i,s))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(fA(o,i,s))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(i===sA&&62===s)return this.consumeCodePoint(),this.consumeCodePoint(),OA;break;case 46:if(wA(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 a=this.consumeCodePoint();if(42===a&&47===(a=this.consumeCodePoint()))return this.consumeToken();if(a===lA)return this.consumeToken()}break;case 58:return KA;case 59:return xA;case 60:if(33===this.peekCodePoint(0)&&this.peekCodePoint(1)===sA&&this.peekCodePoint(2)===sA)return this.consumeCodePoint(),this.consumeCodePoint(),kA;break;case 64:var c=this.peekCodePoint(0),u=this.peekCodePoint(1),g=this.peekCodePoint(2);if(fA(c,u,g))return{type:7,value:this.consumeName()};break;case 91:return DA;case 92:if(pA(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case 93:return SA;case 61:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),mA;break;case 123:return HA;case 125:return IA;case 117:case 85:var B=this.peekCodePoint(0),d=this.peekCodePoint(1);return B!==aA||!uA(d)&&63!==d||(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case 124:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),EA;if(124===this.peekCodePoint(0))return this.consumeCodePoint(),FA;break;case 126:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),bA;break;case lA:return _A}return gA(A)?(this.consumeWhiteSpace(),TA):cA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):BA(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:l(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();uA(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(l.apply(void 0,A.map((function(A){return 63===A?48:A}))),16),end:parseInt(l.apply(void 0,A.map((function(A){return 63===A?70:A}))),16)};var n=parseInt(l.apply(void 0,A),16);if(this.peekCodePoint(0)===sA&&uA(this.peekCodePoint(1))){this.consumeCodePoint(),e=this.consumeCodePoint();for(var r=[];uA(e)&&r.length<6;)r.push(e),e=this.consumeCodePoint();return{type:30,start:n,end:parseInt(l.apply(void 0,r),16)}}return{type:30,start:n,end:n}},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)===lA)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)===lA||41===this.peekCodePoint(0))?(this.consumeCodePoint(),{type:22,value:t.value}):(this.consumeBadUrlRemnants(),MA)}for(;;){var n=this.consumeCodePoint();if(n===lA||41===n)return{type:22,value:l.apply(void 0,A)};if(gA(n))return this.consumeWhiteSpace(),this.peekCodePoint(0)===lA||41===this.peekCodePoint(0)?(this.consumeCodePoint(),{type:22,value:l.apply(void 0,A)}):(this.consumeBadUrlRemnants(),MA);if(34===n||39===n||40===n||hA(n))return this.consumeBadUrlRemnants(),MA;if(92===n){if(!pA(n,this.peekCodePoint(0)))return this.consumeBadUrlRemnants(),MA;A.push(this.consumeEscapedCodePoint())}else A.push(n)}},A.prototype.consumeWhiteSpace=function(){for(;gA(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(41===A||A===lA)return;pA(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(A){for(var e="";A>0;){var t=Math.min(5e4,A);e+=l.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 n=this._value[t];if(n===lA||void 0===n||n===A)return{type:0,value:e+=this.consumeStringSlice(t)};if(10===n)return this._value.splice(0,t),PA;if(92===n){var r=this._value[t+1];r!==lA&&void 0!==r&&(10===r?(e+=this.consumeStringSlice(t),t=-1,this._value.shift()):pA(n,r)&&(e+=this.consumeStringSlice(t),e+=l(this.consumeEscapedCodePoint()),t=-1))}t++}},A.prototype.consumeNumber=function(){var A=[],e=4,t=this.peekCodePoint(0);for(t!==aA&&t!==sA||A.push(this.consumeCodePoint());cA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0);var n=this.peekCodePoint(1);if(46===t&&cA(n))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=8;cA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0),n=this.peekCodePoint(1);var r=this.peekCodePoint(2);if((69===t||101===t)&&((n===aA||n===sA)&&cA(r)||cA(n)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=8;cA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[QA(A),e]},A.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),e=A[0],t=A[1],n=this.peekCodePoint(0),r=this.peekCodePoint(1),o=this.peekCodePoint(2);return fA(n,r,o)?{type:15,number:e,flags:t,unit:this.consumeName()}:37===n?(this.consumeCodePoint(),{type:16,number:e,flags:t}):{type:17,number:e,flags:t}},A.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(uA(A)){for(var e=l(A);uA(this.peekCodePoint(0))&&e.length<6;)e+=l(this.consumeCodePoint());gA(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===lA?65533:A},A.prototype.consumeName=function(){for(var A="";;){var e=this.consumeCodePoint();if(dA(e))A+=l(e);else{if(!pA(e,this.peekCodePoint(0)))return this.reconsumeCodePoint(e),A;A+=l(this.consumeEscapedCodePoint())}}},A}(),RA=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||zA(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?_A:A},A.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},A}(),NA=function(A){return 15===A.type},VA=function(A){return 17===A.type},jA=function(A){return 20===A.type},XA=function(A){return 0===A.type},JA=function(A,e){return jA(A)&&A.value===e},WA=function(A){return 31!==A.type},ZA=function(A){return 31!==A.type&&4!==A.type},YA=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},zA=function(A,e){return 11===e&&12===A.type||28===e&&29===A.type||2===e&&3===A.type},qA=function(A){return 17===A.type||15===A.type},$A=function(A){return 16===A.type||qA(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},ne={type:16,number:100,flags:4},re=function(A,e,t){var n=A[0],r=A[1];return[oe(n,e),oe(void 0!==r?r:n,t)]},oe=function(A,e){if(16===A.type)return A.number/100*e;if(NA(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},ie="grad",se="turn",ae=function(A,e){if(15===e.type)switch(e.unit){case"deg":return Math.PI*e.number/180;case ie:return Math.PI/200*e.number;case"rad":return e.number;case se:return 2*Math.PI*e.number}throw new Error("Unsupported angle type")},le=function(A){return 15===A.type&&("deg"===A.unit||A.unit===ie||"rad"===A.unit||A.unit===se)},ce=function(A){switch(A.filter(jA).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 ue(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[ee,ne];case"to right":case"left":return ue(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[ne,ne];case"to bottom":case"top":return ue(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[ne,ee];case"to left":case"right":return ue(270)}return 0},ue=function(A){return Math.PI*A/180},ge=function(A,e){if(18===e.type){var t=Ce[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 n=e.value.substring(0,1),r=e.value.substring(1,2),o=e.value.substring(2,3);return he(parseInt(n+n,16),parseInt(r+r,16),parseInt(o+o,16),1)}if(4===e.value.length){n=e.value.substring(0,1),r=e.value.substring(1,2),o=e.value.substring(2,3);var i=e.value.substring(3,4);return he(parseInt(n+n,16),parseInt(r+r,16),parseInt(o+o,16),parseInt(i+i,16)/255)}if(6===e.value.length)return n=e.value.substring(0,2),r=e.value.substring(2,4),o=e.value.substring(4,6),he(parseInt(n,16),parseInt(r,16),parseInt(o,16),1);if(8===e.value.length)return n=e.value.substring(0,2),r=e.value.substring(2,4),o=e.value.substring(4,6),i=e.value.substring(6,8),he(parseInt(n,16),parseInt(r,16),parseInt(o,16),parseInt(i,16)/255)}if(20===e.type){var s=ve[e.value.toUpperCase()];if(void 0!==s)return s}return ve.TRANSPARENT},Be=function(A){return 0==(255&A)},de=function(A){var e=255&A,t=255&A>>8,n=255&A>>16,r=255&A>>24;return e<255?"rgba("+r+","+n+","+t+","+e/255+")":"rgb("+r+","+n+","+t+")"},he=function(A,e,t,n){return(A<<24|e<<16|t<<8|Math.round(255*n)<<0)>>>0},pe=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(ZA);if(3===t.length){var n=t.map(pe),r=n[0],o=n[1],i=n[2];return he(r,o,i,1)}if(4===t.length){var s=t.map(pe),a=(r=s[0],o=s[1],i=s[2],s[3]);return he(r,o,i,a)}return 0};function we(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 Qe=function(A,e){var t=e.filter(ZA),n=t[0],r=t[1],o=t[2],i=t[3],s=(17===n.type?ue(n.number):ae(A,n))/(2*Math.PI),a=$A(r)?r.number/100:0,l=$A(o)?o.number/100:0,c=void 0!==i&&$A(i)?oe(i,1):1;if(0===a)return he(255*l,255*l,255*l,1);var u=l<=.5?l*(a+1):l+a-l*a,g=2*l-u,B=we(g,u,s+1/3),d=we(g,u,s),h=we(g,u,s-1/3);return he(255*B,255*d,255*h,c)},Ce={hsl:Qe,hsla:Qe,rgb:fe,rgba:fe},ye=function(A,e){return ge(A,RA.create(e).parseComponentValue())},ve={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},Ue={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map((function(A){if(jA(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},me={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Fe=function(A,e){var t=ge(A,e[0]),n=e[1];return n&&$A(n)?{color:t,stop:n}:{color:t,stop:null}},Ee=function(A,e){var t=A[0],n=A[A.length-1];null===t.stop&&(t.stop=ee),null===n.stop&&(n.stop=ne);for(var r=[],o=0,i=0;i<A.length;i++){var s=A[i].stop;if(null!==s){var a=oe(s,e);a>o?r.push(a):r.push(o),o=a}else r.push(null)}var l=null;for(i=0;i<r.length;i++){var c=r[i];if(null===c)null===l&&(l=i);else if(null!==l){for(var u=i-l,g=(c-r[l-1])/(u+1),B=1;B<=u;B++)r[l+B-1]=g*B;l=null}}return A.map((function(A,t){return{color:A.color,stop:Math.max(Math.min(1,r[t]/e),0)}}))},be=function(A,e,t){var n="number"==typeof A?A:function(A,e,t){var n=e/2,r=t/2,o=oe(A[0],e)-n,i=r-oe(A[1],t);return(Math.atan2(i,o)+2*Math.PI)%(2*Math.PI)}(A,e,t),r=Math.abs(e*Math.sin(n))+Math.abs(t*Math.cos(n)),o=e/2,i=t/2,s=r/2,a=Math.sin(n-Math.PI/2)*s,l=Math.cos(n-Math.PI/2)*s;return[r,o-l,o+l,i-a,i+a]},He=function(A,e){return Math.sqrt(A*A+e*e)},Ie=function(A,e,t,n,r){return[[0,0],[0,e],[A,0],[A,e]].reduce((function(A,e){var o=e[0],i=e[1],s=He(t-o,n-i);return(r?s<A.optimumDistance:s>A.optimumDistance)?{optimumCorner:e,optimumDistance:s}:A}),{optimumDistance:r?1/0:-1/0,optimumCorner:null}).optimumCorner},Le=function(A,e){var t=ue(180),n=[];return YA(e).forEach((function(e,r){if(0===r){var o=e[0];if(20===o.type&&-1!==["top","left","right","bottom"].indexOf(o.value))return void(t=ce(e));if(le(o))return void(t=(ae(A,o)+ue(270))%ue(360))}var i=Fe(A,e);n.push(i)})),{angle:t,stops:n,type:1}},Me="closest-side",Pe="farthest-side",ke="closest-corner",Oe="farthest-corner",Ke="circle",xe="ellipse",De="cover",Se="contain",Te=function(A,e){var t=0,n=3,r=[],o=[];return YA(e).forEach((function(e,i){var s=!0;if(0===i?s=e.reduce((function(A,e){if(jA(e))switch(e.value){case"center":return o.push(te),!1;case"top":case"left":return o.push(ee),!1;case"right":case"bottom":return o.push(ne),!1}else if($A(e)||qA(e))return o.push(e),!1;return A}),s):1===i&&(s=e.reduce((function(A,e){if(jA(e))switch(e.value){case Ke:return t=0,!1;case xe:return t=1,!1;case Se:case Me:return n=0,!1;case Pe:return n=1,!1;case ke:return n=2,!1;case De:case Oe:return n=3,!1}else if(qA(e)||$A(e))return Array.isArray(n)||(n=[]),n.push(e),!1;return A}),s)),s){var a=Fe(A,e);r.push(a)}})),{size:n,shape:t,stops:r,position:o,type:2}},_e=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 n=Re[e.name];if(void 0===n)throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return n(A,e.values)}throw new Error("Unsupported image type "+e.type)};var Ge,Re={"linear-gradient":function(A,e){var t=ue(180),n=[];return YA(e).forEach((function(e,r){if(0===r){var o=e[0];if(20===o.type&&"to"===o.value)return void(t=ce(e));if(le(o))return void(t=ae(A,o))}var i=Fe(A,e);n.push(i)})),{angle:t,stops:n,type:1}},"-moz-linear-gradient":Le,"-ms-linear-gradient":Le,"-o-linear-gradient":Le,"-webkit-linear-gradient":Le,"radial-gradient":function(A,e){var t=0,n=3,r=[],o=[];return YA(e).forEach((function(e,i){var s=!0;if(0===i){var a=!1;s=e.reduce((function(A,e){if(a)if(jA(e))switch(e.value){case"center":return o.push(te),A;case"top":case"left":return o.push(ee),A;case"right":case"bottom":return o.push(ne),A}else($A(e)||qA(e))&&o.push(e);else if(jA(e))switch(e.value){case Ke:return t=0,!1;case xe:return t=1,!1;case"at":return a=!0,!1;case Me:return n=0,!1;case De:case Pe:return n=1,!1;case Se:case ke:return n=2,!1;case Oe:return n=3,!1}else if(qA(e)||$A(e))return Array.isArray(n)||(n=[]),n.push(e),!1;return A}),s)}if(s){var l=Fe(A,e);r.push(l)}})),{size:n,shape:t,stops:r,position:o,type:2}},"-moz-radial-gradient":Te,"-ms-radial-gradient":Te,"-o-radial-gradient":Te,"-webkit-radial-gradient":Te,"-webkit-gradient":function(A,e){var t=ue(180),n=[],r=1;return YA(e).forEach((function(e,t){var o=e[0];if(0===t){if(jA(o)&&"linear"===o.value)return void(r=1);if(jA(o)&&"radial"===o.value)return void(r=2)}if(18===o.type)if("from"===o.name){var i=ge(A,o.values[0]);n.push({stop:ee,color:i})}else if("to"===o.name)i=ge(A,o.values[0]),n.push({stop:ne,color:i});else if("color-stop"===o.name){var s=o.values.filter(ZA);if(2===s.length){i=ge(A,s[1]);var a=s[0];VA(a)&&n.push({stop:{type:16,number:100*a.number,flags:a.flags},color:i})}}})),1===r?{angle:(t+ue(180))%ue(360),stops:n,type:r}:{size:3,shape:0,stops:n,position:[],type:r}}},Ne={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 ZA(A)&&function(A){return!(20===A.type&&"none"===A.value||18===A.type&&!Re[A.name])}(A)})).map((function(e){return _e(A,e)}))}},Ve={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map((function(A){if(jA(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},je={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return YA(e).map((function(A){return A.filter($A)})).map(Ae)}},Xe={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return YA(e).map((function(A){return A.filter(jA).map((function(A){return A.value})).join(" ")})).map(Je)}},Je=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"}(Ge||(Ge={}));var We,Ze={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,e){return YA(e).map((function(A){return A.filter(Ye)}))}},Ye=function(A){return jA(A)||$A(A)},ze=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},qe=ze("top"),$e=ze("right"),At=ze("bottom"),et=ze("left"),tt=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(A,e){return Ae(e.filter($A))}}},nt=tt("top-left"),rt=tt("top-right"),ot=tt("bottom-right"),it=tt("bottom-left"),st=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=st("top"),lt=st("right"),ct=st("bottom"),ut=st("left"),gt=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return NA(e)?e.number:0}}},Bt=gt("top"),dt=gt("right"),ht=gt("bottom"),pt=gt("left"),ft={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},wt={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){return"rtl"===e?1:0}},Qt={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(jA).reduce((function(A,e){return A|Ct(e.value)}),0)}},Ct=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},yt={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}},vt={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 Ut,mt={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return"strict"===e?We.STRICT:We.NORMAL}},Ft={name:"line-height",initialValue:"normal",prefix:!1,type:4},Et=function(A,e){return jA(A)&&"normal"===A.value?1.2*e:17===A.type?e*A.number:$A(A)?oe(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:_e(A,e)}},Ht={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}}},Lt=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},Mt=Lt("top"),Pt=Lt("right"),kt=Lt("bottom"),Ot=Lt("left"),Kt={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(jA).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}}))}},xt={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return"break-word"===e?"break-word":"normal"}},Dt=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},St=Dt("top"),Tt=Dt("right"),_t=Dt("bottom"),Gt=Dt("left"),Rt={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}}},Nt={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}},Vt={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return 1===e.length&&JA(e[0],"none")?[]:YA(e).map((function(e){for(var t={color:ve.TRANSPARENT,offsetX:ee,offsetY:ee,blur:ee},n=0,r=0;r<e.length;r++){var o=e[r];qA(o)?(0===n?t.offsetX=o:1===n?t.offsetY=o:t.blur=o,n++):t.color=ge(A,o)}return t}))}},jt={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}},Xt={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=Jt[e.name];if(void 0===t)throw new Error('Attempting to parse an unsupported transform function "'+e.name+'"');return t(e.values)}return null}},Jt={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],n=e[1];e[2],e[3];var r=e[4],o=e[5];e[6],e[7],e[8],e[9],e[10],e[11];var i=e[12],s=e[13];return e[14],e[15],16===e.length?[t,n,r,o,i,s]:null}},Wt={type:16,number:50,flags:4},Zt=[Wt,Wt],Yt={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"}(Ut||(Ut={}));for(var qt={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"break-all":return Ut.BREAK_ALL;case"keep-all":return Ut.KEEP_ALL;default:return Ut.NORMAL}}},$t={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,e){if(20===e.type)return{auto:!0,order:0};if(VA(e))return{auto:!1,order:e.number};throw new Error("Invalid z-index number parsed")}},An={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")}},en={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,e){return VA(e)?e.number:1}},tn={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},nn={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,e){return e.filter(jA).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}))}},rn={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,e){var t=[],n=[];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:n.push(t.join(" ")),t.length=0}})),t.length&&n.push(t.join(" ")),n.map((function(A){return-1===A.indexOf(" ")?A:"'"+A+"'"}))}},on={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},sn={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,e){return VA(e)?e.number:jA(e)&&"bold"===e.value?700:400}},an={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.filter(jA).map((function(A){return A.value}))}},ln={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"}}},cn=function(A,e){return 0!=(A&e)},un={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}},gn={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 n=[],r=e.filter(WA),o=0;o<r.length;o++){var i=r[o],s=r[o+1];if(20===i.type){var a=s&&VA(s)?s.number:1;n.push({counter:i.value,increment:a})}}return n}},Bn={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return[];for(var t=[],n=e.filter(WA),r=0;r<n.length;r++){var o=n[r],i=n[r+1];if(jA(o)&&"none"!==o.value){var s=i&&VA(i)?i.number:0;t.push({counter:o.value,reset:s})}}return t}},dn={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,e){return e.filter(NA).map((function(e){return An.parse(A,e)}))}},hn={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 n=[],r=e.filter(XA);if(r.length%2!=0)return null;for(var o=0;o<r.length;o+=2){var i=r[o].value,s=r[o+1].value;n.push({open:i,close:s})}return n}},pn=function(A,e,t){if(!A)return"";var n=A[Math.min(e,A.length-1)];return n?t?n.open:n.close:""},fn={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return 1===e.length&&JA(e[0],"none")?[]:YA(e).map((function(e){for(var t={color:255,offsetX:ee,offsetY:ee,blur:ee,spread:ee,inset:!1},n=0,r=0;r<e.length;r++){var o=e[r];JA(o,"inset")?t.inset=!0:qA(o)?(0===n?t.offsetX=o:1===n?t.offsetY=o:2===n?t.blur=o:t.spread=o,n++):t.color=ge(A,o)}return t}))}},wn={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,e){var t=[];return e.filter(jA).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}},Qn={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},Cn={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return NA(e)?e.number:0}},yn=function(){function A(A,e){var t,n;this.animationDuration=mn(A,dn,e.animationDuration),this.backgroundClip=mn(A,Ue,e.backgroundClip),this.backgroundColor=mn(A,me,e.backgroundColor),this.backgroundImage=mn(A,Ne,e.backgroundImage),this.backgroundOrigin=mn(A,Ve,e.backgroundOrigin),this.backgroundPosition=mn(A,je,e.backgroundPosition),this.backgroundRepeat=mn(A,Xe,e.backgroundRepeat),this.backgroundSize=mn(A,Ze,e.backgroundSize),this.borderTopColor=mn(A,qe,e.borderTopColor),this.borderRightColor=mn(A,$e,e.borderRightColor),this.borderBottomColor=mn(A,At,e.borderBottomColor),this.borderLeftColor=mn(A,et,e.borderLeftColor),this.borderTopLeftRadius=mn(A,nt,e.borderTopLeftRadius),this.borderTopRightRadius=mn(A,rt,e.borderTopRightRadius),this.borderBottomRightRadius=mn(A,ot,e.borderBottomRightRadius),this.borderBottomLeftRadius=mn(A,it,e.borderBottomLeftRadius),this.borderTopStyle=mn(A,at,e.borderTopStyle),this.borderRightStyle=mn(A,lt,e.borderRightStyle),this.borderBottomStyle=mn(A,ct,e.borderBottomStyle),this.borderLeftStyle=mn(A,ut,e.borderLeftStyle),this.borderTopWidth=mn(A,Bt,e.borderTopWidth),this.borderRightWidth=mn(A,dt,e.borderRightWidth),this.borderBottomWidth=mn(A,ht,e.borderBottomWidth),this.borderLeftWidth=mn(A,pt,e.borderLeftWidth),this.boxShadow=mn(A,fn,e.boxShadow),this.color=mn(A,ft,e.color),this.direction=mn(A,wt,e.direction),this.display=mn(A,Qt,e.display),this.float=mn(A,yt,e.cssFloat),this.fontFamily=mn(A,rn,e.fontFamily),this.fontSize=mn(A,on,e.fontSize),this.fontStyle=mn(A,ln,e.fontStyle),this.fontVariant=mn(A,an,e.fontVariant),this.fontWeight=mn(A,sn,e.fontWeight),this.letterSpacing=mn(A,vt,e.letterSpacing),this.lineBreak=mn(A,mt,e.lineBreak),this.lineHeight=mn(A,Ft,e.lineHeight),this.listStyleImage=mn(A,bt,e.listStyleImage),this.listStylePosition=mn(A,Ht,e.listStylePosition),this.listStyleType=mn(A,It,e.listStyleType),this.marginTop=mn(A,Mt,e.marginTop),this.marginRight=mn(A,Pt,e.marginRight),this.marginBottom=mn(A,kt,e.marginBottom),this.marginLeft=mn(A,Ot,e.marginLeft),this.opacity=mn(A,en,e.opacity);var r=mn(A,Kt,e.overflow);this.overflowX=r[0],this.overflowY=r[r.length>1?1:0],this.overflowWrap=mn(A,xt,e.overflowWrap),this.paddingTop=mn(A,St,e.paddingTop),this.paddingRight=mn(A,Tt,e.paddingRight),this.paddingBottom=mn(A,_t,e.paddingBottom),this.paddingLeft=mn(A,Gt,e.paddingLeft),this.paintOrder=mn(A,wn,e.paintOrder),this.position=mn(A,Nt,e.position),this.textAlign=mn(A,Rt,e.textAlign),this.textDecorationColor=mn(A,tn,null!==(t=e.textDecorationColor)&&void 0!==t?t:e.color),this.textDecorationLine=mn(A,nn,null!==(n=e.textDecorationLine)&&void 0!==n?n:e.textDecoration),this.textShadow=mn(A,Vt,e.textShadow),this.textTransform=mn(A,jt,e.textTransform),this.transform=mn(A,Xt,e.transform),this.transformOrigin=mn(A,Yt,e.transformOrigin),this.visibility=mn(A,zt,e.visibility),this.webkitTextStrokeColor=mn(A,Qn,e.webkitTextStrokeColor),this.webkitTextStrokeWidth=mn(A,Cn,e.webkitTextStrokeWidth),this.wordBreak=mn(A,qt,e.wordBreak),this.zIndex=mn(A,$t,e.zIndex)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&0===this.visibility},A.prototype.isTransparent=function(){return Be(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 cn(this.display,4)||cn(this.display,33554432)||cn(this.display,268435456)||cn(this.display,536870912)||cn(this.display,67108864)||cn(this.display,134217728)},A}(),vn=function(A,e){this.content=mn(A,un,e.content),this.quotes=mn(A,hn,e.quotes)},Un=function(A,e){this.counterIncrement=mn(A,gn,e.counterIncrement),this.counterReset=mn(A,Bn,e.counterReset)},mn=function(A,e,t){var n=new GA,r=null!=t?t.toString():e.initialValue;n.write(r);var o=new RA(n.read());switch(e.type){case 2:var i=o.parseComponentValue();return e.parse(A,jA(i)?i.value:e.initialValue);case 0:return e.parse(A,o.parseComponentValue());case 1:return e.parse(A,o.parseComponentValues());case 4:return o.parseComponentValue();case 3:switch(e.format){case"angle":return ae(A,o.parseComponentValue());case"color":return ge(A,o.parseComponentValue());case"image":return _e(A,o.parseComponentValue());case"length":var s=o.parseComponentValue();return qA(s)?s:ee;case"length-percentage":var a=o.parseComponentValue();return $A(a)?a:ee;case"time":return An.parse(A,o.parseComponentValue())}}},Fn=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},En=function(A,e){this.context=A,this.textNodes=[],this.elements=[],this.flags=0,Fn(e,3),this.styles=new yn(A,window.getComputedStyle(e,null)),Lr(e)&&(this.styles.animationDuration.some((function(A){return A>0}))&&(e.style.animationDuration="0s"),null!==this.styles.transform&&(e.style.transform="none")),this.bounds=s(this.context,e),Fn(e,4)&&(this.flags|=16)},bn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Hn="undefined"==typeof Uint8Array?[]:new Uint8Array(256),In=0;In<64;In++)Hn[bn.charCodeAt(In)]=In;for(var Ln=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},Mn=function(){function A(A,e,t,n,r,o){this.initialValue=A,this.errorValue=e,this.highStart=t,this.highValueIndex=n,this.index=r,this.data=o}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}(),Pn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",kn="undefined"==typeof Uint8Array?[]:new Uint8Array(256),On=0;On<64;On++)kn[Pn.charCodeAt(On)]=On;var Kn,xn=8,Dn=9,Sn=11,Tn=12,_n=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 n=[],r=-1,o="";++r<t;){var i=A[r];i<=65535?n.push(i):(i-=65536,n.push(55296+(i>>10),i%1024+56320)),(r+1===t||n.length>16384)&&(o+=String.fromCharCode.apply(String,n),n.length=0)}return o},Gn=function(A,e){var t,n,r,o=function(A){var e,t,n,r,o,i=.75*A.length,s=A.length,a=0;"="===A[A.length-1]&&(i--,"="===A[A.length-2]&&i--);var l="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(i):new Array(i),c=Array.isArray(l)?l:new Uint8Array(l);for(e=0;e<s;e+=4)t=Hn[A.charCodeAt(e)],n=Hn[A.charCodeAt(e+1)],r=Hn[A.charCodeAt(e+2)],o=Hn[A.charCodeAt(e+3)],c[a++]=t<<2|n>>4,c[a++]=(15&n)<<4|r>>2,c[a++]=(3&r)<<6|63&o;return l}(A),i=Array.isArray(o)?function(A){for(var e=A.length,t=[],n=0;n<e;n+=4)t.push(A[n+3]<<24|A[n+2]<<16|A[n+1]<<8|A[n]);return t}(o):new Uint32Array(o),s=Array.isArray(o)?function(A){for(var e=A.length,t=[],n=0;n<e;n+=2)t.push(A[n+1]<<8|A[n]);return t}(o):new Uint16Array(o),a=Ln(s,12,i[4]/2),l=2===i[5]?Ln(s,(24+i[4])/2):(t=i,n=Math.ceil((24+i[4])/4),t.slice?t.slice(n,r):new Uint32Array(Array.prototype.slice.call(t,n,r)));return new Mn(i[0],i[1],i[2],i[3],a,l)}("AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA="),Rn="×",Nn=function(A){return Gn.get(A)},Vn=function(A,e,t){var n=t-2,r=e[n],o=e[t-1],i=e[t];if(2===o&&3===i)return Rn;if(2===o||3===o||4===o)return"÷";if(2===i||3===i||4===i)return"÷";if(o===xn&&-1!==[xn,Dn,Sn,Tn].indexOf(i))return Rn;if(!(o!==Sn&&o!==Dn||i!==Dn&&10!==i))return Rn;if((o===Tn||10===o)&&10===i)return Rn;if(13===i||5===i)return Rn;if(7===i)return Rn;if(1===o)return Rn;if(13===o&&14===i){for(;5===r;)r=e[--n];if(14===r)return Rn}if(15===o&&15===i){for(var s=0;15===r;)s++,r=e[--n];if(s%2==0)return Rn}return"÷"},jn=function(A){var e=function(A){for(var e=[],t=0,n=A.length;t<n;){var r=A.charCodeAt(t++);if(r>=55296&&r<=56319&&t<n){var o=A.charCodeAt(t++);56320==(64512&o)?e.push(((1023&r)<<10)+(1023&o)+65536):(e.push(r),t--)}else e.push(r)}return e}(A),t=e.length,n=0,r=0,o=e.map(Nn);return{next:function(){if(n>=t)return{done:!0,value:null};for(var A=Rn;n<t&&(A=Vn(0,o,++n))===Rn;);if(A!==Rn||n===t){var i=_n.apply(null,e.slice(r,n));return r=n,{value:i,done:!1}}return{done:!0,value:null}}}},Xn=function(A){return 0===A[0]&&255===A[1]&&0===A[2]&&255===A[3]},Jn=function(A,e,t,n,r){var o="http://www.w3.org/2000/svg",i=document.createElementNS(o,"svg"),s=document.createElementNS(o,"foreignObject");return i.setAttributeNS(null,"width",A.toString()),i.setAttributeNS(null,"height",e.toString()),s.setAttributeNS(null,"width","100%"),s.setAttributeNS(null,"height","100%"),s.setAttributeNS(null,"x",t.toString()),s.setAttributeNS(null,"y",n.toString()),s.setAttributeNS(null,"externalResourcesRequired","true"),i.appendChild(s),s.appendChild(r),i},Wn=function(A){return new Promise((function(e,t){var n=new Image;n.onload=function(){return e(n)},n.onerror=t,n.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(A))}))},Zn={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 n=e.getBoundingClientRect(),r=Math.round(n.height);if(A.body.removeChild(t),123===r)return!0}}return!1}(document);return Object.defineProperty(Zn,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=Zn.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?"&#128104;".repeat(10):"";var n=e.firstChild,r=a(n.data).map((function(A){return l(A)})),o=0,i={},s=r.every((function(A,e){t.setStart(n,o),t.setEnd(n,o+A.length);var r=t.getBoundingClientRect();o+=A.length;var s=r.x>i.x||r.y>i.y;return i=r,0===e||s}));return A.body.removeChild(e),s}(document);return Object.defineProperty(Zn,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=function(A){var e=new Image,t=A.createElement("canvas"),n=t.getContext("2d");if(!n)return!1;e.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{n.drawImage(e,0,0),t.toDataURL()}catch(A){return!1}return!0}(document);return Object.defineProperty(Zn,"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 n=e.getContext("2d");if(!n)return Promise.reject(!1);n.fillStyle="rgb(0, 255, 0)",n.fillRect(0,0,t,t);var r=new Image,o=e.toDataURL();r.src=o;var i=Jn(t,t,0,0,r);return n.fillStyle="red",n.fillRect(0,0,t,t),Wn(i).then((function(e){n.drawImage(e,0,0);var r=n.getImageData(0,0,t,t).data;n.fillStyle="red",n.fillRect(0,0,t,t);var i=A.createElement("div");return i.style.backgroundImage="url("+o+")",i.style.height=t+"px",Xn(r)?Wn(Jn(t,t,0,0,i)):Promise.reject(!1)})).then((function(A){return n.drawImage(A,0,0),Xn(n.getImageData(0,0,t,t).data)})).catch((function(){return!1}))}(document):Promise.resolve(!1);return Object.defineProperty(Zn,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=void 0!==(new Image).crossOrigin;return Object.defineProperty(Zn,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A="string"==typeof(new XMLHttpRequest).responseType;return Object.defineProperty(Zn,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(Zn,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!("undefined"==typeof Intl||!Intl.Segmenter);return Object.defineProperty(Zn,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},Yn=function(A,e){this.text=A,this.bounds=e},zn=function(A,e){var t=e.ownerDocument;if(t){var n=t.createElement("html2canvaswrapper");n.appendChild(e.cloneNode(!0));var r=e.parentNode;if(r){r.replaceChild(n,e);var o=s(A,n);return n.firstChild&&r.replaceChild(n.firstChild,n),o}}return i.EMPTY},qn=function(A,e,t){var n=A.ownerDocument;if(!n)throw new Error("Node has no owner document");var r=n.createRange();return r.setStart(A,e),r.setEnd(A,e+t),r},$n=function(A){if(Zn.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=jn(A),n=[];!(e=t.next()).done;)e.value&&n.push(e.value.slice());return n}(A)},Ar=function(A,e){return 0!==e.letterSpacing?$n(A):function(A,e){if(Zn.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 tr(A,e)}(A,e)},er=[32,160,4961,65792,65793,4153,4241],tr=function(A,e){for(var t,n=function(A,e){var t=a(A),n=oA(t,e),r=n[0],o=n[1],i=n[2],s=t.length,l=0,c=0;return{next:function(){if(c>=s)return{done:!0,value:null};for(var A=X;c<s&&(A=rA(t,o,r,++c,i))===X;);if(A!==X||c===s){var e=new iA(t,A,l,c);return l=c,{value:e,done:!1}}return{done:!0,value:null}}}}(A,{lineBreak:e.lineBreak,wordBreak:"break-word"===e.overflowWrap?"break-word":e.wordBreak}),r=[],o=function(){if(t.value){var A=t.value.slice(),e=a(A),n="";e.forEach((function(A){-1===er.indexOf(A)?n+=l(A):(n.length&&r.push(n),r.push(l(A)),n="")})),n.length&&r.push(n)}};!(t=n.next()).done;)o();return r},nr=function(A,e,t){this.text=rr(e.data,t.textTransform),this.textBounds=function(A,e,t,n){var r=Ar(e,t),o=[],s=0;return r.forEach((function(e){if(t.textDecorationLine.length||e.trim().length>0)if(Zn.SUPPORT_RANGE_BOUNDS){var r=qn(n,s,e.length).getClientRects();if(r.length>1){var a=$n(e),l=0;a.forEach((function(e){o.push(new Yn(e,i.fromDOMRectList(A,qn(n,l+s,e.length).getClientRects()))),l+=e.length}))}else o.push(new Yn(e,i.fromDOMRectList(A,r)))}else{var c=n.splitText(e.length);o.push(new Yn(e,zn(A,n))),n=c}else Zn.SUPPORT_RANGE_BOUNDS||(n=n.splitText(e.length));s+=e.length})),o}(A,this.text,t,e)},rr=function(A,e){switch(e){case 1:return A.toLowerCase();case 3:return A.replace(or,ir);case 2:return A.toUpperCase();default:return A}},or=/(^|\s|:|-|\(|\))([a-z])/g,ir=function(A,e,t){return A.length>0?e+t.toUpperCase():A},sr=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n.src=t.currentSrc||t.src,n.intrinsicWidth=t.naturalWidth,n.intrinsicHeight=t.naturalHeight,n.context.cache.addImage(n.src),n}return e(t,A),t}(En),ar=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n.canvas=t,n.intrinsicWidth=t.width,n.intrinsicHeight=t.height,n}return e(t,A),t}(En),lr=function(A){function t(e,t){var n=A.call(this,e,t)||this,r=new XMLSerializer,o=s(e,t);return t.setAttribute("width",o.width+"px"),t.setAttribute("height",o.height+"px"),n.svg="data:image/svg+xml,"+encodeURIComponent(r.serializeToString(t)),n.intrinsicWidth=t.width.baseVal.value,n.intrinsicHeight=t.height.baseVal.value,n.context.cache.addImage(n.svg),n}return e(t,A),t}(En),cr=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n.value=t.value,n}return e(t,A),t}(En),ur=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n.start=t.start,n.reversed="boolean"==typeof t.reversed&&!0===t.reversed,n}return e(t,A),t}(En),gr=[{type:15,flags:0,unit:"px",number:3}],Br=[{type:16,flags:0,number:50}],dr="checkbox",hr="radio",pr="password",fr=707406591,wr=function(A){function t(e,t){var n,r,o,s=A.call(this,e,t)||this;switch(s.type=t.type.toLowerCase(),s.checked=t.checked,s.value=0===(o=(r=t).type===pr?new Array(r.value.length+1).join("•"):r.value).length?r.placeholder||"":o,s.type!==dr&&s.type!==hr||(s.styles.backgroundColor=3739148031,s.styles.borderTopColor=s.styles.borderRightColor=s.styles.borderBottomColor=s.styles.borderLeftColor=2779096575,s.styles.borderTopWidth=s.styles.borderRightWidth=s.styles.borderBottomWidth=s.styles.borderLeftWidth=1,s.styles.borderTopStyle=s.styles.borderRightStyle=s.styles.borderBottomStyle=s.styles.borderLeftStyle=1,s.styles.backgroundClip=[0],s.styles.backgroundOrigin=[0],s.bounds=(n=s.bounds).width>n.height?new i(n.left+(n.width-n.height)/2,n.top,n.height,n.height):n.width<n.height?new i(n.left,n.top+(n.height-n.width)/2,n.width,n.width):n),s.type){case dr:s.styles.borderTopRightRadius=s.styles.borderTopLeftRadius=s.styles.borderBottomRightRadius=s.styles.borderBottomLeftRadius=gr;break;case hr:s.styles.borderTopRightRadius=s.styles.borderTopLeftRadius=s.styles.borderBottomRightRadius=s.styles.borderBottomLeftRadius=Br}return s}return e(t,A),t}(En),Qr=function(A){function t(e,t){var n=A.call(this,e,t)||this,r=t.options[t.selectedIndex||0];return n.value=r&&r.text||"",n}return e(t,A),t}(En),Cr=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n.value=t.value,n}return e(t,A),t}(En),yr=function(A){function t(e,t){var n=A.call(this,e,t)||this;n.src=t.src,n.width=parseInt(t.width,10)||0,n.height=parseInt(t.height,10)||0,n.backgroundColor=n.styles.backgroundColor;try{if(t.contentWindow&&t.contentWindow.document&&t.contentWindow.document.documentElement){n.tree=Fr(e,t.contentWindow.document.documentElement);var r=t.contentWindow.document.documentElement?ye(e,getComputedStyle(t.contentWindow.document.documentElement).backgroundColor):ve.TRANSPARENT,o=t.contentWindow.document.body?ye(e,getComputedStyle(t.contentWindow.document.body).backgroundColor):ve.TRANSPARENT;n.backgroundColor=Be(r)?Be(o)?n.styles.backgroundColor:o:r}}catch(A){}return n}return e(t,A),t}(En),vr=["OL","UL","MENU"],Ur=function(A,e,t,n){for(var r=e.firstChild,o=void 0;r;r=o)if(o=r.nextSibling,Hr(r)&&r.data.trim().length>0)t.textNodes.push(new nr(A,r,t.styles));else if(Ir(r))if(Vr(r)&&r.assignedNodes)r.assignedNodes().forEach((function(e){return Ur(A,e,t,n)}));else{var i=mr(A,r);i.styles.isVisible()&&(Er(r,i,n)?i.flags|=4:br(i.styles)&&(i.flags|=2),-1!==vr.indexOf(r.tagName)&&(i.flags|=8),t.elements.push(i),r.slot,r.shadowRoot?Ur(A,r.shadowRoot,i,n):Rr(r)||Kr(r)||Nr(r)||Ur(A,r,i,n))}},mr=function(A,e){return Tr(e)?new sr(A,e):Dr(e)?new ar(A,e):Kr(e)?new lr(A,e):Pr(e)?new cr(A,e):kr(e)?new ur(A,e):Or(e)?new wr(A,e):Nr(e)?new Qr(A,e):Rr(e)?new Cr(A,e):_r(e)?new yr(A,e):new En(A,e)},Fr=function(A,e){var t=mr(A,e);return t.flags|=4,Ur(A,e,t,t),t},Er=function(A,e,t){return e.styles.isPositionedWithZIndex()||e.styles.opacity<1||e.styles.isTransformed()||xr(A)&&t.styles.isTransparent()},br=function(A){return A.isPositioned()||A.isFloating()},Hr=function(A){return A.nodeType===Node.TEXT_NODE},Ir=function(A){return A.nodeType===Node.ELEMENT_NODE},Lr=function(A){return Ir(A)&&void 0!==A.style&&!Mr(A)},Mr=function(A){return"object"==typeof A.className},Pr=function(A){return"LI"===A.tagName},kr=function(A){return"OL"===A.tagName},Or=function(A){return"INPUT"===A.tagName},Kr=function(A){return"svg"===A.tagName},xr=function(A){return"BODY"===A.tagName},Dr=function(A){return"CANVAS"===A.tagName},Sr=function(A){return"VIDEO"===A.tagName},Tr=function(A){return"IMG"===A.tagName},_r=function(A){return"IFRAME"===A.tagName},Gr=function(A){return"STYLE"===A.tagName},Rr=function(A){return"TEXTAREA"===A.tagName},Nr=function(A){return"SELECT"===A.tagName},Vr=function(A){return"SLOT"===A.tagName},jr=function(A){return A.tagName.indexOf("-")>0},Xr=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,n=A.counterReset,r=!0;null!==t&&t.forEach((function(A){var t=e.counters[A.counter];t&&0!==A.increment&&(r=!1,t.length||t.push(1),t[Math.max(0,t.length-1)]+=A.increment)}));var o=[];return r&&n.forEach((function(A){var t=e.counters[A.counter];o.push(A.counter),t||(t=e.counters[A.counter]=[]),t.push(A.reset)})),o},A}(),Jr={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"]},Wr={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:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},Zr={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:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},Yr={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:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},zr=function(A,e,t,n,r,o){return A<e||A>t?io(A,r,o.length>0):n.integers.reduce((function(e,t,r){for(;A>=t;)A-=t,e+=n.values[r];return e}),"")+o},qr=function(A,e,t,n){var r="";do{t||A--,r=n(A)+r,A/=e}while(A*e>=e);return r},$r=function(A,e,t,n,r){var o=t-e+1;return(A<0?"-":"")+(qr(Math.abs(A),o,n,(function(A){return l(Math.floor(A%o)+e)}))+r)},Ao=function(A,e,t){void 0===t&&(t=". ");var n=e.length;return qr(Math.abs(A),n,!1,(function(A){return e[Math.floor(A%n)]}))+t},eo=function(A,e,t,n,r,o){if(A<-9999||A>9999)return io(A,4,r.length>0);var i=Math.abs(A),s=r;if(0===i)return e[0]+s;for(var a=0;i>0&&a<=4;a++){var l=i%10;0===l&&cn(o,1)&&""!==s?s=e[l]+s:l>1||1===l&&0===a||1===l&&1===a&&cn(o,2)||1===l&&1===a&&cn(o,4)&&A>100||1===l&&a>1&&cn(o,8)?s=e[l]+(a>0?t[a-1]:"")+s:1===l&&a>0&&(s=t[a-1]+s),i=Math.floor(i/10)}return(A<0?n:"")+s},to="十百千萬",no="拾佰仟萬",ro="マイナス",oo="마이너스",io=function(A,e,t){var n=t?". ":"",r=t?"、":"",o=t?", ":"",i=t?" ":"";switch(e){case 0:return"•"+i;case 1:return"◦"+i;case 2:return"◾"+i;case 5:var s=$r(A,48,57,!0,n);return s.length<4?"0"+s:s;case 4:return Ao(A,"〇一二三四五六七八九",r);case 6:return zr(A,1,3999,Jr,3,n).toLowerCase();case 7:return zr(A,1,3999,Jr,3,n);case 8:return $r(A,945,969,!1,n);case 9:return $r(A,97,122,!1,n);case 10:return $r(A,65,90,!1,n);case 11:return $r(A,1632,1641,!0,n);case 12:case 49:return zr(A,1,9999,Wr,3,n);case 35:return zr(A,1,9999,Wr,3,n).toLowerCase();case 13:return $r(A,2534,2543,!0,n);case 14:case 30:return $r(A,6112,6121,!0,n);case 15:return Ao(A,"子丑寅卯辰巳午未申酉戌亥",r);case 16:return Ao(A,"甲乙丙丁戊己庚辛壬癸",r);case 17:case 48:return eo(A,"零一二三四五六七八九",to,"負",r,14);case 47:return eo(A,"零壹貳參肆伍陸柒捌玖",no,"負",r,15);case 42:return eo(A,"零一二三四五六七八九",to,"负",r,14);case 41:return eo(A,"零壹贰叁肆伍陆柒捌玖",no,"负",r,15);case 26:return eo(A,"〇一二三四五六七八九","十百千万",ro,r,0);case 25:return eo(A,"零壱弐参四伍六七八九","拾百千万",ro,r,7);case 31:return eo(A,"영일이삼사오육칠팔구","십백천만",oo,o,7);case 33:return eo(A,"零一二三四五六七八九","十百千萬",oo,o,0);case 32:return eo(A,"零壹貳參四五六七八九","拾百千",oo,o,7);case 18:return $r(A,2406,2415,!0,n);case 20:return zr(A,1,19999,Yr,3,n);case 21:return $r(A,2790,2799,!0,n);case 22:return $r(A,2662,2671,!0,n);case 22:return zr(A,1,10999,Zr,3,n);case 23:return Ao(A,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case 24:return Ao(A,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case 27:return $r(A,3302,3311,!0,n);case 28:return Ao(A,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",r);case 29:return Ao(A,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",r);case 34:return $r(A,3792,3801,!0,n);case 37:return $r(A,6160,6169,!0,n);case 38:return $r(A,4160,4169,!0,n);case 39:return $r(A,2918,2927,!0,n);case 40:return $r(A,1776,1785,!0,n);case 43:return $r(A,3046,3055,!0,n);case 44:return $r(A,3174,3183,!0,n);case 45:return $r(A,3664,3673,!0,n);case 46:return $r(A,3872,3881,!0,n);default:return $r(A,48,57,!0,n)}},so="data-html2canvas-ignore",ao=function(){function A(A,e,t){if(this.context=A,this.options=t,this.scrolledElements=[],this.referenceElement=e,this.counters=new Xr,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,o=co(A,e);if(!o.contentWindow)return Promise.reject("Unable to find iframe window");var i=A.defaultView.pageXOffset,s=A.defaultView.pageYOffset,a=o.contentWindow,l=a.document,c=Bo(o).then((function(){return n(t,void 0,void 0,(function(){var A,t;return r(this,(function(n){switch(n.label){case 0:return this.scrolledElements.forEach(Qo),a&&(a.scrollTo(e.left,e.top),!/(iPad|iPhone|iPod)/g.test(navigator.userAgent)||a.scrollY===e.top&&a.scrollX===e.left||(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(a.scrollX-e.left,a.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")]:l.fonts&&l.fonts.ready?[4,l.fonts.ready]:[3,2];case 1:n.sent(),n.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,go(l)]:[3,4];case 3:n.sent(),n.label=4;case 4:return"function"==typeof A?[2,Promise.resolve().then((function(){return A(l,t)})).then((function(){return o}))]:[2,o]}}))}))}));return l.open(),l.write(fo(document.doctype)+"<html></html>"),wo(this.referenceElement.ownerDocument,i,s),l.replaceChild(l.adoptNode(this.documentElement),l.documentElement),l.close(),c},A.prototype.createElementClone=function(A){if(Fn(A,2),Dr(A))return this.createCanvasClone(A);if(Sr(A))return this.createVideoClone(A);if(Gr(A))return this.createStyleClone(A);var e=A.cloneNode(!1);return Tr(e)&&(Tr(A)&&A.currentSrc&&A.currentSrc!==A.src&&(e.src=A.currentSrc,e.srcset=""),"lazy"===e.loading&&(e.loading="eager")),jr(e)?this.createCustomElementClone(e):e},A.prototype.createCustomElementClone=function(A){var e=document.createElement("html2canvascustomelement");return po(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}),""),n=A.cloneNode(!1);return n.textContent=t,n}}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 n=A.cloneNode(!1);try{n.width=A.width,n.height=A.height;var r=A.getContext("2d"),o=n.getContext("2d");if(o)if(!this.options.allowTaint&&r)o.putImageData(r.getImageData(0,0,A.width,A.height),0,0);else{var i=null!==(e=A.getContext("webgl2"))&&void 0!==e?e:A.getContext("webgl");if(i){var s=i.getContextAttributes();!1===(null==s?void 0:s.preserveDrawingBuffer)&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}o.drawImage(A,0,0)}return n}catch(e){this.context.logger.info("Unable to clone canvas as it is tainted",A)}return n},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 n=A.ownerDocument.createElement("canvas");return n.width=A.offsetWidth,n.height=A.offsetHeight,n},A.prototype.appendChildNode=function(A,e,t){Ir(e)&&("SCRIPT"===e.tagName||e.hasAttribute(so)||"function"==typeof this.options.ignoreElements&&this.options.ignoreElements(e))||this.options.copyStyles&&Ir(e)&&Gr(e)||A.appendChild(this.cloneNode(e,t))},A.prototype.cloneChildNodes=function(A,e,t){for(var n=this,r=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;r;r=r.nextSibling)if(Ir(r)&&Vr(r)&&"function"==typeof r.assignedNodes){var o=r.assignedNodes();o.length&&o.forEach((function(A){return n.appendChildNode(e,A,t)}))}else this.appendChildNode(e,r,t)},A.prototype.cloneNode=function(A,e){if(Hr(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var t=A.ownerDocument.defaultView;if(t&&Ir(A)&&(Lr(A)||Mr(A))){var n=this.createElementClone(A);n.style.transitionProperty="none";var r=t.getComputedStyle(A),o=t.getComputedStyle(A,":before"),i=t.getComputedStyle(A,":after");this.referenceElement===A&&Lr(n)&&(this.clonedReferenceElement=n),xr(n)&&Uo(n);var s=this.counters.parse(new Un(this.context,r)),a=this.resolvePseudoContent(A,n,o,Kn.BEFORE);jr(A)&&(e=!0),Sr(A)||this.cloneChildNodes(A,n,e),a&&n.insertBefore(a,n.firstChild);var l=this.resolvePseudoContent(A,n,i,Kn.AFTER);return l&&n.appendChild(l),this.counters.pop(s),(r&&(this.options.copyStyles||Mr(A))&&!_r(A)||e)&&po(r,n),0===A.scrollTop&&0===A.scrollLeft||this.scrolledElements.push([n,A.scrollLeft,A.scrollTop]),(Rr(A)||Nr(A))&&(Rr(n)||Nr(n))&&(n.value=A.value),n}return A.cloneNode(!1)},A.prototype.resolvePseudoContent=function(A,e,t,n){var r=this;if(t){var o=t.content,i=e.ownerDocument;if(i&&o&&"none"!==o&&"-moz-alt-content"!==o&&"none"!==t.display){this.counters.parse(new Un(this.context,t));var s=new vn(this.context,t),a=i.createElement("html2canvaspseudoelement");po(t,a),s.content.forEach((function(e){if(0===e.type)a.appendChild(i.createTextNode(e.value));else if(22===e.type){var t=i.createElement("img");t.src=e.value,t.style.opacity="1",a.appendChild(t)}else if(18===e.type){if("attr"===e.name){var n=e.values.filter(jA);n.length&&a.appendChild(i.createTextNode(A.getAttribute(n[0].value)||""))}else if("counter"===e.name){var o=e.values.filter(ZA),l=o[0],c=o[1];if(l&&jA(l)){var u=r.counters.getCounterValue(l.value),g=c&&jA(c)?It.parse(r.context,c.value):3;a.appendChild(i.createTextNode(io(u,g,!1)))}}else if("counters"===e.name){var B=e.values.filter(ZA),d=(l=B[0],B[1]);if(c=B[2],l&&jA(l)){var h=r.counters.getCounterValues(l.value),p=c&&jA(c)?It.parse(r.context,c.value):3,f=d&&0===d.type?d.value:"",w=h.map((function(A){return io(A,p,!1)})).join(f);a.appendChild(i.createTextNode(w))}}}else if(20===e.type)switch(e.value){case"open-quote":a.appendChild(i.createTextNode(pn(s.quotes,r.quoteDepth++,!0)));break;case"close-quote":a.appendChild(i.createTextNode(pn(s.quotes,--r.quoteDepth,!1)));break;default:a.appendChild(i.createTextNode(e.value))}})),a.className=Co+" "+yo;var l=n===Kn.BEFORE?" "+Co:" "+yo;return Mr(e)?e.className.baseValue+=l:e.className+=l,a}}},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"}(Kn||(Kn={}));var lo,co=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(so,"true"),A.body.appendChild(t),t},uo=function(A){return new Promise((function(e){A.complete?e():A.src?(A.onload=e,A.onerror=e):e()}))},go=function(A){return Promise.all([].slice.call(A.images,0).map(uo))},Bo=function(A){return new Promise((function(e,t){var n=A.contentWindow;if(!n)return t("No window assigned for iframe");var r=n.document;n.onload=A.onload=function(){n.onload=A.onload=null;var t=setInterval((function(){r.body.childNodes.length>0&&"complete"===r.readyState&&(clearInterval(t),e(A))}),50)}}))},ho=["all","d","content"],po=function(A,e){for(var t=A.length-1;t>=0;t--){var n=A.item(t);-1===ho.indexOf(n)&&e.style.setProperty(n,A.getPropertyValue(n))}return e},fo=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},wo=function(A,e,t){A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(e,t)},Qo=function(A){var e=A[0],t=A[1],n=A[2];e.scrollLeft=t,e.scrollTop=n},Co="___html2canvas___pseudoelement_before",yo="___html2canvas___pseudoelement_after",vo='{\n content: "" !important;\n display: none !important;\n}',Uo=function(A){mo(A,"."+Co+":before"+vo+"\n ."+yo+":after"+vo)},mo=function(A,e){var t=A.ownerDocument;if(t){var n=t.createElement("style");n.textContent=e,A.appendChild(n)}},Fo=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}(),Eo=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:ko(A)||Lo(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 n(this,void 0,void 0,(function(){var e,t,n,o,i=this;return r(this,(function(r){switch(r.label){case 0:return e=Fo.isSameOrigin(A),t=!Mo(A)&&!0===this._options.useCORS&&Zn.SUPPORT_CORS_IMAGES&&!e,n=!Mo(A)&&!e&&!ko(A)&&"string"==typeof this._options.proxy&&Zn.SUPPORT_CORS_XHR&&!t,e||!1!==this._options.allowTaint||Mo(A)||ko(A)||n||t?(o=A,n?[4,this.proxy(o)]:[3,2]):[2];case 1:o=r.sent(),r.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise((function(A,e){var n=new Image;n.onload=function(){return A(n)},n.onerror=e,(Po(o)||t)&&(n.crossOrigin="anonymous"),n.src=o,!0===n.complete&&setTimeout((function(){return A(n)}),500),i._options.imageTimeout>0&&setTimeout((function(){return e("Timed out ("+i._options.imageTimeout+"ms) loading image")}),i._options.imageTimeout)}))];case 3:return[2,r.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 n=A.substring(0,256);return new Promise((function(r,o){var i=Zn.SUPPORT_RESPONSE_TYPE?"blob":"text",s=new XMLHttpRequest;s.onload=function(){if(200===s.status)if("text"===i)r(s.response);else{var A=new FileReader;A.addEventListener("load",(function(){return r(A.result)}),!1),A.addEventListener("error",(function(A){return o(A)}),!1),A.readAsDataURL(s.response)}else o("Failed to proxy resource "+n+" with status code "+s.status)},s.onerror=o;var a=t.indexOf("?")>-1?"&":"?";if(s.open("GET",""+t+a+"url="+encodeURIComponent(A)+"&responseType="+i),"text"!==i&&s instanceof XMLHttpRequest&&(s.responseType=i),e._options.imageTimeout){var l=e._options.imageTimeout;s.timeout=l,s.ontimeout=function(){return o("Timed out ("+l+"ms) proxying "+n)}}s.send()}))},A}(),bo=/^data:image\/svg\+xml/i,Ho=/^data:image\/.*;base64,/i,Io=/^data:image\/.*/i,Lo=function(A){return Zn.SUPPORT_SVG_DRAWING||!Oo(A)},Mo=function(A){return Io.test(A)},Po=function(A){return Ho.test(A)},ko=function(A){return"blob"===A.substr(0,4)},Oo=function(A){return"svg"===A.substr(-3).toLowerCase()||bo.test(A)},Ko=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}(),xo=function(A,e,t){return new Ko(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},Do=function(){function A(A,e,t,n){this.type=1,this.start=A,this.startControl=e,this.endControl=t,this.end=n}return A.prototype.subdivide=function(e,t){var n=xo(this.start,this.startControl,e),r=xo(this.startControl,this.endControl,e),o=xo(this.endControl,this.end,e),i=xo(n,r,e),s=xo(r,o,e),a=xo(i,s,e);return t?new A(this.start,n,i,a):new A(a,s,o,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}(),So=function(A){return 1===A.type},To=function(A){var e=A.styles,t=A.bounds,n=re(e.borderTopLeftRadius,t.width,t.height),r=n[0],o=n[1],i=re(e.borderTopRightRadius,t.width,t.height),s=i[0],a=i[1],l=re(e.borderBottomRightRadius,t.width,t.height),c=l[0],u=l[1],g=re(e.borderBottomLeftRadius,t.width,t.height),B=g[0],d=g[1],h=[];h.push((r+s)/t.width),h.push((B+c)/t.width),h.push((o+d)/t.height),h.push((a+u)/t.height);var p=Math.max.apply(Math,h);p>1&&(r/=p,o/=p,s/=p,a/=p,c/=p,u/=p,B/=p,d/=p);var f=t.width-s,w=t.height-u,Q=t.width-c,C=t.height-d,y=e.borderTopWidth,v=e.borderRightWidth,U=e.borderBottomWidth,m=e.borderLeftWidth,F=oe(e.paddingTop,A.bounds.width),E=oe(e.paddingRight,A.bounds.width),b=oe(e.paddingBottom,A.bounds.width),H=oe(e.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=r>0||o>0?_o(t.left+m/3,t.top+y/3,r-m/3,o-y/3,lo.TOP_LEFT):new Ko(t.left+m/3,t.top+y/3),this.topRightBorderDoubleOuterBox=r>0||o>0?_o(t.left+f,t.top+y/3,s-v/3,a-y/3,lo.TOP_RIGHT):new Ko(t.left+t.width-v/3,t.top+y/3),this.bottomRightBorderDoubleOuterBox=c>0||u>0?_o(t.left+Q,t.top+w,c-v/3,u-U/3,lo.BOTTOM_RIGHT):new Ko(t.left+t.width-v/3,t.top+t.height-U/3),this.bottomLeftBorderDoubleOuterBox=B>0||d>0?_o(t.left+m/3,t.top+C,B-m/3,d-U/3,lo.BOTTOM_LEFT):new Ko(t.left+m/3,t.top+t.height-U/3),this.topLeftBorderDoubleInnerBox=r>0||o>0?_o(t.left+2*m/3,t.top+2*y/3,r-2*m/3,o-2*y/3,lo.TOP_LEFT):new Ko(t.left+2*m/3,t.top+2*y/3),this.topRightBorderDoubleInnerBox=r>0||o>0?_o(t.left+f,t.top+2*y/3,s-2*v/3,a-2*y/3,lo.TOP_RIGHT):new Ko(t.left+t.width-2*v/3,t.top+2*y/3),this.bottomRightBorderDoubleInnerBox=c>0||u>0?_o(t.left+Q,t.top+w,c-2*v/3,u-2*U/3,lo.BOTTOM_RIGHT):new Ko(t.left+t.width-2*v/3,t.top+t.height-2*U/3),this.bottomLeftBorderDoubleInnerBox=B>0||d>0?_o(t.left+2*m/3,t.top+C,B-2*m/3,d-2*U/3,lo.BOTTOM_LEFT):new Ko(t.left+2*m/3,t.top+t.height-2*U/3),this.topLeftBorderStroke=r>0||o>0?_o(t.left+m/2,t.top+y/2,r-m/2,o-y/2,lo.TOP_LEFT):new Ko(t.left+m/2,t.top+y/2),this.topRightBorderStroke=r>0||o>0?_o(t.left+f,t.top+y/2,s-v/2,a-y/2,lo.TOP_RIGHT):new Ko(t.left+t.width-v/2,t.top+y/2),this.bottomRightBorderStroke=c>0||u>0?_o(t.left+Q,t.top+w,c-v/2,u-U/2,lo.BOTTOM_RIGHT):new Ko(t.left+t.width-v/2,t.top+t.height-U/2),this.bottomLeftBorderStroke=B>0||d>0?_o(t.left+m/2,t.top+C,B-m/2,d-U/2,lo.BOTTOM_LEFT):new Ko(t.left+m/2,t.top+t.height-U/2),this.topLeftBorderBox=r>0||o>0?_o(t.left,t.top,r,o,lo.TOP_LEFT):new Ko(t.left,t.top),this.topRightBorderBox=s>0||a>0?_o(t.left+f,t.top,s,a,lo.TOP_RIGHT):new Ko(t.left+t.width,t.top),this.bottomRightBorderBox=c>0||u>0?_o(t.left+Q,t.top+w,c,u,lo.BOTTOM_RIGHT):new Ko(t.left+t.width,t.top+t.height),this.bottomLeftBorderBox=B>0||d>0?_o(t.left,t.top+C,B,d,lo.BOTTOM_LEFT):new Ko(t.left,t.top+t.height),this.topLeftPaddingBox=r>0||o>0?_o(t.left+m,t.top+y,Math.max(0,r-m),Math.max(0,o-y),lo.TOP_LEFT):new Ko(t.left+m,t.top+y),this.topRightPaddingBox=s>0||a>0?_o(t.left+Math.min(f,t.width-v),t.top+y,f>t.width+v?0:Math.max(0,s-v),Math.max(0,a-y),lo.TOP_RIGHT):new Ko(t.left+t.width-v,t.top+y),this.bottomRightPaddingBox=c>0||u>0?_o(t.left+Math.min(Q,t.width-m),t.top+Math.min(w,t.height-U),Math.max(0,c-v),Math.max(0,u-U),lo.BOTTOM_RIGHT):new Ko(t.left+t.width-v,t.top+t.height-U),this.bottomLeftPaddingBox=B>0||d>0?_o(t.left+m,t.top+Math.min(C,t.height-U),Math.max(0,B-m),Math.max(0,d-U),lo.BOTTOM_LEFT):new Ko(t.left+m,t.top+t.height-U),this.topLeftContentBox=r>0||o>0?_o(t.left+m+H,t.top+y+F,Math.max(0,r-(m+H)),Math.max(0,o-(y+F)),lo.TOP_LEFT):new Ko(t.left+m+H,t.top+y+F),this.topRightContentBox=s>0||a>0?_o(t.left+Math.min(f,t.width+m+H),t.top+y+F,f>t.width+m+H?0:s-m+H,a-(y+F),lo.TOP_RIGHT):new Ko(t.left+t.width-(v+E),t.top+y+F),this.bottomRightContentBox=c>0||u>0?_o(t.left+Math.min(Q,t.width-(m+H)),t.top+Math.min(w,t.height+y+F),Math.max(0,c-(v+E)),u-(U+b),lo.BOTTOM_RIGHT):new Ko(t.left+t.width-(v+E),t.top+t.height-(U+b)),this.bottomLeftContentBox=B>0||d>0?_o(t.left+m+H,t.top+C,Math.max(0,B-(m+H)),d-(U+b),lo.BOTTOM_LEFT):new Ko(t.left+m+H,t.top+t.height-(U+b))};!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"}(lo||(lo={}));var _o=function(A,e,t,n,r){var o=(Math.sqrt(2)-1)/3*4,i=t*o,s=n*o,a=A+t,l=e+n;switch(r){case lo.TOP_LEFT:return new Do(new Ko(A,l),new Ko(A,l-s),new Ko(a-i,e),new Ko(a,e));case lo.TOP_RIGHT:return new Do(new Ko(A,e),new Ko(A+i,e),new Ko(a,l-s),new Ko(a,l));case lo.BOTTOM_RIGHT:return new Do(new Ko(a,e),new Ko(a,e+s),new Ko(A+i,l),new Ko(A,l));case lo.BOTTOM_LEFT:default:return new Do(new Ko(a,l),new Ko(a-i,l),new Ko(A,e+s),new Ko(A,e))}},Go=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},Ro=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},No=function(A,e,t){this.offsetX=A,this.offsetY=e,this.matrix=t,this.type=0,this.target=6},Vo=function(A,e){this.path=A,this.target=e,this.type=1},jo=function(A){this.opacity=A,this.type=2,this.target=6},Xo=function(A){return 1===A.type},Jo=function(A,e){return A.length===e.length&&A.some((function(A,t){return A===e[t]}))},Wo=function(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]},Zo=function(){function A(A,e){if(this.container=A,this.parent=e,this.effects=[],this.curves=new To(this.container),this.container.styles.opacity<1&&this.effects.push(new jo(this.container.styles.opacity)),null!==this.container.styles.transform){var t=this.container.bounds.left+this.container.styles.transformOrigin[0].number,n=this.container.bounds.top+this.container.styles.transformOrigin[1].number,r=this.container.styles.transform;this.effects.push(new No(t,n,r))}if(0!==this.container.styles.overflowX){var o=Go(this.curves),i=Ro(this.curves);Jo(o,i)?this.effects.push(new Vo(o,6)):(this.effects.push(new Vo(o,2)),this.effects.push(new Vo(i,4)))}}return A.prototype.getEffects=function(A){for(var e=-1===[2,3].indexOf(this.container.styles.position),t=this.parent,n=this.effects.slice(0);t;){var r=t.effects.filter((function(A){return!Xo(A)}));if(e||0!==t.container.styles.position||!t.parent){if(n.unshift.apply(n,r),e=-1===[2,3].indexOf(t.container.styles.position),0!==t.container.styles.overflowX){var o=Go(t.curves),i=Ro(t.curves);Jo(o,i)||n.unshift(new Vo(i,6))}}else n.unshift.apply(n,r);t=t.parent}return n.filter((function(e){return cn(e.target,A)}))},A}(),Yo=function(A,e,t,n){A.container.elements.forEach((function(r){var o=cn(r.flags,4),i=cn(r.flags,2),s=new Zo(r,A);cn(r.styles.display,2048)&&n.push(s);var a=cn(r.flags,8)?[]:n;if(o||i){var l=o||r.styles.isPositioned()?t:e,c=new Wo(s);if(r.styles.isPositioned()||r.styles.opacity<1||r.styles.isTransformed()){var u=r.styles.zIndex.order;if(u<0){var g=0;l.negativeZIndex.some((function(A,e){return u>A.element.container.styles.zIndex.order?(g=e,!1):g>0})),l.negativeZIndex.splice(g,0,c)}else if(u>0){var B=0;l.positiveZIndex.some((function(A,e){return u>=A.element.container.styles.zIndex.order?(B=e+1,!1):B>0})),l.positiveZIndex.splice(B,0,c)}else l.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else r.styles.isFloating()?l.nonPositionedFloats.push(c):l.nonPositionedInlineLevel.push(c);Yo(s,c,o?c:t,a)}else r.styles.isInlineLevel()?e.inlineLevel.push(s):e.nonInlineLevel.push(s),Yo(s,e,t,a);cn(r.flags,8)&&zo(r,a)}))},zo=function(A,e){for(var t=A instanceof ur?A.start:1,n=A instanceof ur&&A.reversed,r=0;r<e.length;r++){var o=e[r];o.container instanceof cr&&"number"==typeof o.container.value&&0!==o.container.value&&(t=o.container.value),o.listValue=io(t,o.container.styles.listStyleType,!0),t+=n?-1:1}},qo=function(A,e){switch(e){case 0:return Ai(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return Ai(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return Ai(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);default:return Ai(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},$o=function(A,e){var t=[];return So(A)?t.push(A.subdivide(.5,!1)):t.push(A),So(e)?t.push(e.subdivide(.5,!0)):t.push(e),t},Ai=function(A,e,t,n){var r=[];return So(A)?r.push(A.subdivide(.5,!1)):r.push(A),So(t)?r.push(t.subdivide(.5,!0)):r.push(t),So(n)?r.push(n.subdivide(.5,!0).reverse()):r.push(n),So(e)?r.push(e.subdivide(.5,!1).reverse()):r.push(e),r},ei=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},ti=function(A){var e=A.styles,t=A.bounds,n=oe(e.paddingLeft,t.width),r=oe(e.paddingRight,t.width),o=oe(e.paddingTop,t.width),i=oe(e.paddingBottom,t.width);return t.add(n+e.borderLeftWidth,o+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+n+r),-(e.borderTopWidth+e.borderBottomWidth+o+i))},ni=function(A,e,t){var n=function(A,e){return 0===A?e.bounds:2===A?ti(e):ei(e)}(si(A.styles.backgroundOrigin,e),A),r=function(A,e){return 0===A?e.bounds:2===A?ti(e):ei(e)}(si(A.styles.backgroundClip,e),A),o=ii(si(A.styles.backgroundSize,e),t,n),i=o[0],s=o[1],a=re(si(A.styles.backgroundPosition,e),n.width-i,n.height-s);return[ai(si(A.styles.backgroundRepeat,e),a,o,n,r),Math.round(n.left+a[0]),Math.round(n.top+a[1]),i,s]},ri=function(A){return jA(A)&&A.value===Ge.AUTO},oi=function(A){return"number"==typeof A},ii=function(A,e,t){var n=e[0],r=e[1],o=e[2],i=A[0],s=A[1];if(!i)return[0,0];if($A(i)&&s&&$A(s))return[oe(i,t.width),oe(s,t.height)];var a=oi(o);if(jA(i)&&(i.value===Ge.CONTAIN||i.value===Ge.COVER))return oi(o)?t.width/t.height<o!=(i.value===Ge.COVER)?[t.width,t.width/o]:[t.height*o,t.height]:[t.width,t.height];var l=oi(n),c=oi(r),u=l||c;if(ri(i)&&(!s||ri(s)))return l&&c?[n,r]:a||u?u&&a?[l?n:r*o,c?r:n/o]:[l?n:t.width,c?r:t.height]:[t.width,t.height];if(a){var g=0,B=0;return $A(i)?g=oe(i,t.width):$A(s)&&(B=oe(s,t.height)),ri(i)?g=B*o:s&&!ri(s)||(B=g/o),[g,B]}var d=null,h=null;if($A(i)?d=oe(i,t.width):s&&$A(s)&&(h=oe(s,t.height)),null===d||s&&!ri(s)||(h=l&&c?d/n*r:t.height),null!==h&&ri(i)&&(d=l&&c?h/r*n:t.width),null!==d&&null!==h)return[d,h];throw new Error("Unable to calculate background-size for element")},si=function(A,e){var t=A[e];return void 0===t?A[0]:t},ai=function(A,e,t,n,r){var o=e[0],i=e[1],s=t[0],a=t[1];switch(A){case 2:return[new Ko(Math.round(n.left),Math.round(n.top+i)),new Ko(Math.round(n.left+n.width),Math.round(n.top+i)),new Ko(Math.round(n.left+n.width),Math.round(a+n.top+i)),new Ko(Math.round(n.left),Math.round(a+n.top+i))];case 3:return[new Ko(Math.round(n.left+o),Math.round(n.top)),new Ko(Math.round(n.left+o+s),Math.round(n.top)),new Ko(Math.round(n.left+o+s),Math.round(n.height+n.top)),new Ko(Math.round(n.left+o),Math.round(n.height+n.top))];case 1:return[new Ko(Math.round(n.left+o),Math.round(n.top+i)),new Ko(Math.round(n.left+o+s),Math.round(n.top+i)),new Ko(Math.round(n.left+o+s),Math.round(n.top+i+a)),new Ko(Math.round(n.left+o),Math.round(n.top+i+a))];default:return[new Ko(Math.round(r.left),Math.round(r.top)),new Ko(Math.round(r.left+r.width),Math.round(r.top)),new Ko(Math.round(r.left+r.width),Math.round(r.height+r.top)),new Ko(Math.round(r.left),Math.round(r.height+r.top))]}},li="Hidden Text",ci=function(){function A(A){this._data={},this._document=A}return A.prototype.parseMetrics=function(A,e){var t=this._document.createElement("div"),n=this._document.createElement("img"),r=this._document.createElement("span"),o=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",o.appendChild(t),n.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",r.style.fontFamily=A,r.style.fontSize=e,r.style.margin="0",r.style.padding="0",r.appendChild(this._document.createTextNode(li)),t.appendChild(r),t.appendChild(n);var i=n.offsetTop-r.offsetTop+2;t.removeChild(r),t.appendChild(this._document.createTextNode(li)),t.style.lineHeight="normal",n.style.verticalAlign="super";var s=n.offsetTop-t.offsetTop+2;return o.removeChild(t),{baseline:i,middle:s}},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}(),ui=function(A,e){this.context=A,this.options=e},gi=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n._activeEffects=[],n.canvas=t.canvas?t.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),t.canvas||(n.canvas.width=Math.floor(t.width*t.scale),n.canvas.height=Math.floor(t.height*t.scale),n.canvas.style.width=t.width+"px",n.canvas.style.height=t.height+"px"),n.fontMetrics=new ci(document),n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-t.x,-t.y),n.ctx.textBaseline="bottom",n._activeEffects=[],n.context.logger.debug("Canvas renderer initialized ("+t.width+"x"+t.height+") with scale "+t.scale),n}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)),Xo(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 n(this,void 0,void 0,(function(){return r(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 n(this,void 0,void 0,(function(){return r(this,(function(e){switch(e.label){case 0:return cn(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 n=this;0===e?this.ctx.fillText(A.text,A.bounds.left,A.bounds.top+t):$n(A.text).reduce((function(e,r){return n.ctx.fillText(r,e,A.bounds.top+t),e+n.ctx.measureText(r).width}),A.bounds.left)},t.prototype.createFontStyle=function(A){var e=A.fontVariant.filter((function(A){return"normal"===A||"small-caps"===A})).join(""),t=fi(A.fontFamily).join(", "),n=NA(A.fontSize)?""+A.fontSize.number+A.fontSize.unit:A.fontSize.number+"px";return[[A.fontStyle,e,A.fontWeight,n,t].join(" "),t,n]},t.prototype.renderTextNode=function(A,e){return n(this,void 0,void 0,(function(){var t,n,o,i,s,a,l,c,u=this;return r(this,(function(r){return t=this.createFontStyle(e),n=t[0],o=t[1],i=t[2],this.ctx.font=n,this.ctx.direction=1===e.direction?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",s=this.fontMetrics.getMetrics(o,i),a=s.baseline,l=s.middle,c=e.paintOrder,A.textBounds.forEach((function(A){c.forEach((function(t){switch(t){case 0:u.ctx.fillStyle=de(e.color),u.renderTextWithLetterSpacing(A,e.letterSpacing,a);var n=e.textShadow;n.length&&A.text.trim().length&&(n.slice(0).reverse().forEach((function(t){u.ctx.shadowColor=de(t.color),u.ctx.shadowOffsetX=t.offsetX.number*u.options.scale,u.ctx.shadowOffsetY=t.offsetY.number*u.options.scale,u.ctx.shadowBlur=t.blur.number,u.renderTextWithLetterSpacing(A,e.letterSpacing,a)})),u.ctx.shadowColor="",u.ctx.shadowOffsetX=0,u.ctx.shadowOffsetY=0,u.ctx.shadowBlur=0),e.textDecorationLine.length&&(u.ctx.fillStyle=de(e.textDecorationColor||e.color),e.textDecorationLine.forEach((function(e){switch(e){case 1:u.ctx.fillRect(A.bounds.left,Math.round(A.bounds.top+a),A.bounds.width,1);break;case 2:u.ctx.fillRect(A.bounds.left,Math.round(A.bounds.top),A.bounds.width,1);break;case 3:u.ctx.fillRect(A.bounds.left,Math.ceil(A.bounds.top+l),A.bounds.width,1)}})));break;case 1:e.webkitTextStrokeWidth&&A.text.trim().length&&(u.ctx.strokeStyle=de(e.webkitTextStrokeColor),u.ctx.lineWidth=e.webkitTextStrokeWidth,u.ctx.lineJoin=window.chrome?"miter":"round",u.ctx.strokeText(A.text,A.bounds.left,A.bounds.top+a)),u.ctx.strokeStyle="",u.ctx.lineWidth=0,u.ctx.lineJoin="miter"}}))})),[2]}))}))},t.prototype.renderReplacedElement=function(A,e,t){if(t&&A.intrinsicWidth>0&&A.intrinsicHeight>0){var n=ti(A),r=Ro(e);this.path(r),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(t,0,0,A.intrinsicWidth,A.intrinsicHeight,n.left,n.top,n.width,n.height),this.ctx.restore()}},t.prototype.renderNodeContent=function(A){return n(this,void 0,void 0,(function(){var e,n,o,s,a,l,c,u,g,B,d,h,p,f,w,Q,C,y;return r(this,(function(r){switch(r.label){case 0:this.applyEffects(A.getEffects(4)),e=A.container,n=A.curves,o=e.styles,s=0,a=e.textNodes,r.label=1;case 1:return s<a.length?(l=a[s],[4,this.renderTextNode(l,o)]):[3,4];case 2:r.sent(),r.label=3;case 3:return s++,[3,1];case 4:if(!(e instanceof sr))return[3,8];r.label=5;case 5:return r.trys.push([5,7,,8]),[4,this.context.cache.match(e.src)];case 6:return w=r.sent(),this.renderReplacedElement(e,n,w),[3,8];case 7:return r.sent(),this.context.logger.error("Error loading image "+e.src),[3,8];case 8:if(e instanceof ar&&this.renderReplacedElement(e,n,e.canvas),!(e instanceof lr))return[3,12];r.label=9;case 9:return r.trys.push([9,11,,12]),[4,this.context.cache.match(e.svg)];case 10:return w=r.sent(),this.renderReplacedElement(e,n,w),[3,12];case 11:return r.sent(),this.context.logger.error("Error loading svg "+e.svg.substring(0,255)),[3,12];case 12:return e instanceof yr&&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:c=r.sent(),e.width&&e.height&&this.ctx.drawImage(c,0,0,e.width,e.height,e.bounds.left,e.bounds.top,e.bounds.width,e.bounds.height),r.label=14;case 14:if(e instanceof wr&&(u=Math.min(e.bounds.width,e.bounds.height),e.type===dr?e.checked&&(this.ctx.save(),this.path([new Ko(e.bounds.left+.39363*u,e.bounds.top+.79*u),new Ko(e.bounds.left+.16*u,e.bounds.top+.5549*u),new Ko(e.bounds.left+.27347*u,e.bounds.top+.44071*u),new Ko(e.bounds.left+.39694*u,e.bounds.top+.5649*u),new Ko(e.bounds.left+.72983*u,e.bounds.top+.23*u),new Ko(e.bounds.left+.84*u,e.bounds.top+.34085*u),new Ko(e.bounds.left+.39363*u,e.bounds.top+.79*u)]),this.ctx.fillStyle=de(fr),this.ctx.fill(),this.ctx.restore()):e.type===hr&&e.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(e.bounds.left+u/2,e.bounds.top+u/2,u/4,0,2*Math.PI,!0),this.ctx.fillStyle=de(fr),this.ctx.fill(),this.ctx.restore())),Bi(e)&&e.value.length){switch(g=this.createFontStyle(o),C=g[0],B=g[1],d=this.fontMetrics.getMetrics(C,B).baseline,this.ctx.font=C,this.ctx.fillStyle=de(o.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=hi(e.styles.textAlign),y=ti(e),h=0,e.styles.textAlign){case 1:h+=y.width/2;break;case 2:h+=y.width}p=y.add(h,0,0,-y.height/2+1),this.ctx.save(),this.path([new Ko(y.left,y.top),new Ko(y.left+y.width,y.top),new Ko(y.left+y.width,y.top+y.height),new Ko(y.left,y.top+y.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new Yn(e.value,p),o.letterSpacing,d),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!cn(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];w=void 0,Q=f.url,r.label=15;case 15:return r.trys.push([15,17,,18]),[4,this.context.cache.match(Q)];case 16:return w=r.sent(),this.ctx.drawImage(w,e.bounds.left-(w.width+10),e.bounds.top),[3,18];case 17:return r.sent(),this.context.logger.error("Error loading list-style-image "+Q),[3,18];case 18:return[3,20];case 19:A.listValue&&-1!==e.styles.listStyleType&&(C=this.createFontStyle(o)[0],this.ctx.font=C,this.ctx.fillStyle=de(o.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",y=new i(e.bounds.left,e.bounds.top+oe(e.styles.paddingTop,e.bounds.width),e.bounds.width,Et(o.lineHeight,o.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Yn(A.listValue,y),o.letterSpacing,Et(o.lineHeight,o.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),r.label=20;case 20:return[2]}}))}))},t.prototype.renderStackContent=function(A){return n(this,void 0,void 0,(function(){var e,t,n,o,i,s,a,l,c,u,g,B,d,h,p;return r(this,(function(r){switch(r.label){case 0:return cn(A.element.container.flags,16),[4,this.renderNodeBackgroundAndBorders(A.element)];case 1:r.sent(),e=0,t=A.negativeZIndex,r.label=2;case 2:return e<t.length?(p=t[e],[4,this.renderStack(p)]):[3,5];case 3:r.sent(),r.label=4;case 4:return e++,[3,2];case 5:return[4,this.renderNodeContent(A.element)];case 6:r.sent(),n=0,o=A.nonInlineLevel,r.label=7;case 7:return n<o.length?(p=o[n],[4,this.renderNode(p)]):[3,10];case 8:r.sent(),r.label=9;case 9:return n++,[3,7];case 10:i=0,s=A.nonPositionedFloats,r.label=11;case 11:return i<s.length?(p=s[i],[4,this.renderStack(p)]):[3,14];case 12:r.sent(),r.label=13;case 13:return i++,[3,11];case 14:a=0,l=A.nonPositionedInlineLevel,r.label=15;case 15:return a<l.length?(p=l[a],[4,this.renderStack(p)]):[3,18];case 16:r.sent(),r.label=17;case 17:return a++,[3,15];case 18:c=0,u=A.inlineLevel,r.label=19;case 19:return c<u.length?(p=u[c],[4,this.renderNode(p)]):[3,22];case 20:r.sent(),r.label=21;case 21:return c++,[3,19];case 22:g=0,B=A.zeroOrAutoZIndexOrTransformedOrOpacity,r.label=23;case 23:return g<B.length?(p=B[g],[4,this.renderStack(p)]):[3,26];case 24:r.sent(),r.label=25;case 25:return g++,[3,23];case 26:d=0,h=A.positiveZIndex,r.label=27;case 27:return d<h.length?(p=h[d],[4,this.renderStack(p)]):[3,30];case 28:r.sent(),r.label=29;case 29:return d++,[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 n=So(A)?A.start:A;0===t?e.ctx.moveTo(n.x,n.y):e.ctx.lineTo(n.x,n.y),So(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,n){this.path(A),this.ctx.fillStyle=e,this.ctx.translate(t,n),this.ctx.fill(),this.ctx.translate(-t,-n)},t.prototype.resizeImage=function(A,e,t){var n;if(A.width===e&&A.height===t)return A;var r=(null!==(n=this.canvas.ownerDocument)&&void 0!==n?n:document).createElement("canvas");return r.width=Math.max(1,e),r.height=Math.max(1,t),r.getContext("2d").drawImage(A,0,0,A.width,A.height,0,0,e,t),r},t.prototype.renderBackgroundImage=function(A){return n(this,void 0,void 0,(function(){var e,t,n,o,i,s;return r(this,(function(a){switch(a.label){case 0:e=A.styles.backgroundImage.length-1,t=function(t){var o,i,s,a,l,c,u,g,B,d,h,p,f,w,Q,C,y,v,U,m,F,E,b,H,I,L,M,P,k,O,K;return r(this,(function(r){switch(r.label){case 0:if(0!==t.type)return[3,5];o=void 0,i=t.url,r.label=1;case 1:return r.trys.push([1,3,,4]),[4,n.context.cache.match(i)];case 2:return o=r.sent(),[3,4];case 3:return r.sent(),n.context.logger.error("Error loading background-image "+i),[3,4];case 4:return o&&(s=ni(A,e,[o.width,o.height,o.width/o.height]),C=s[0],E=s[1],b=s[2],U=s[3],m=s[4],w=n.ctx.createPattern(n.resizeImage(o,U,m),"repeat"),n.renderRepeat(C,w,E,b)),[3,6];case 5:1===t.type?(a=ni(A,e,[null,null,null]),C=a[0],E=a[1],b=a[2],U=a[3],m=a[4],l=be(t.angle,U,m),c=l[0],u=l[1],g=l[2],B=l[3],d=l[4],(h=document.createElement("canvas")).width=U,h.height=m,p=h.getContext("2d"),f=p.createLinearGradient(u,B,g,d),Ee(t.stops,c).forEach((function(A){return f.addColorStop(A.stop,de(A.color))})),p.fillStyle=f,p.fillRect(0,0,U,m),U>0&&m>0&&(w=n.ctx.createPattern(h,"repeat"),n.renderRepeat(C,w,E,b))):function(A){return 2===A.type}(t)&&(Q=ni(A,e,[null,null,null]),C=Q[0],y=Q[1],v=Q[2],U=Q[3],m=Q[4],F=0===t.position.length?[te]:t.position,E=oe(F[0],U),b=oe(F[F.length-1],m),H=function(A,e,t,n,r){var o=0,i=0;switch(A.size){case 0:0===A.shape?o=i=Math.min(Math.abs(e),Math.abs(e-n),Math.abs(t),Math.abs(t-r)):1===A.shape&&(o=Math.min(Math.abs(e),Math.abs(e-n)),i=Math.min(Math.abs(t),Math.abs(t-r)));break;case 2:if(0===A.shape)o=i=Math.min(He(e,t),He(e,t-r),He(e-n,t),He(e-n,t-r));else if(1===A.shape){var s=Math.min(Math.abs(t),Math.abs(t-r))/Math.min(Math.abs(e),Math.abs(e-n)),a=Ie(n,r,e,t,!0),l=a[0],c=a[1];i=s*(o=He(l-e,(c-t)/s))}break;case 1:0===A.shape?o=i=Math.max(Math.abs(e),Math.abs(e-n),Math.abs(t),Math.abs(t-r)):1===A.shape&&(o=Math.max(Math.abs(e),Math.abs(e-n)),i=Math.max(Math.abs(t),Math.abs(t-r)));break;case 3:if(0===A.shape)o=i=Math.max(He(e,t),He(e,t-r),He(e-n,t),He(e-n,t-r));else if(1===A.shape){s=Math.max(Math.abs(t),Math.abs(t-r))/Math.max(Math.abs(e),Math.abs(e-n));var u=Ie(n,r,e,t,!1);l=u[0],c=u[1],i=s*(o=He(l-e,(c-t)/s))}}return Array.isArray(A.size)&&(o=oe(A.size[0],n),i=2===A.size.length?oe(A.size[1],r):o),[o,i]}(t,E,b,U,m),I=H[0],L=H[1],I>0&&L>0&&(M=n.ctx.createRadialGradient(y+E,v+b,0,y+E,v+b,I),Ee(t.stops,2*I).forEach((function(A){return M.addColorStop(A.stop,de(A.color))})),n.path(C),n.ctx.fillStyle=M,I!==L?(P=A.bounds.left+.5*A.bounds.width,k=A.bounds.top+.5*A.bounds.height,K=1/(O=L/I),n.ctx.save(),n.ctx.translate(P,k),n.ctx.transform(1,0,0,O,0,0),n.ctx.translate(-P,-k),n.ctx.fillRect(y,K*(v-k)+k,U,m*K),n.ctx.restore()):n.ctx.fill())),r.label=6;case 6:return e--,[2]}}))},n=this,o=0,i=A.styles.backgroundImage.slice(0).reverse(),a.label=1;case 1:return o<i.length?(s=i[o],[5,t(s)]):[3,4];case 2:a.sent(),a.label=3;case 3:return o++,[3,1];case 4:return[2]}}))}))},t.prototype.renderSolidBorder=function(A,e,t){return n(this,void 0,void 0,(function(){return r(this,(function(n){return this.path(qo(t,e)),this.ctx.fillStyle=de(A),this.ctx.fill(),[2]}))}))},t.prototype.renderDoubleBorder=function(A,e,t,o){return n(this,void 0,void 0,(function(){var n,i;return r(this,(function(r){switch(r.label){case 0:return e<3?[4,this.renderSolidBorder(A,t,o)]:[3,2];case 1:return r.sent(),[2];case 2:return n=function(A,e){switch(e){case 0:return Ai(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return Ai(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return Ai(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);default:return Ai(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}}(o,t),this.path(n),this.ctx.fillStyle=de(A),this.ctx.fill(),i=function(A,e){switch(e){case 0:return Ai(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return Ai(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return Ai(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);default:return Ai(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}}(o,t),this.path(i),this.ctx.fill(),[2]}}))}))},t.prototype.renderNodeBackgroundAndBorders=function(A){return n(this,void 0,void 0,(function(){var e,t,n,o,i,s,a,l,c=this;return r(this,(function(r){switch(r.label){case 0:return this.applyEffects(A.getEffects(2)),e=A.container.styles,t=!Be(e.backgroundColor)||e.backgroundImage.length,n=[{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}],o=di(si(e.backgroundClip,0),A.curves),t||e.boxShadow.length?(this.ctx.save(),this.path(o),this.ctx.clip(),Be(e.backgroundColor)||(this.ctx.fillStyle=de(e.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(A.container)]):[3,2];case 1:r.sent(),this.ctx.restore(),e.boxShadow.slice(0).reverse().forEach((function(e){c.ctx.save();var t,n,r,o,i,s=Go(A.curves),a=e.inset?0:1e4,l=(t=s,n=-a+(e.inset?1:-1)*e.spread.number,r=(e.inset?1:-1)*e.spread.number,o=e.spread.number*(e.inset?-2:2),i=e.spread.number*(e.inset?-2:2),t.map((function(A,e){switch(e){case 0:return A.add(n,r);case 1:return A.add(n+o,r);case 2:return A.add(n+o,r+i);case 3:return A.add(n,r+i)}return A})));e.inset?(c.path(s),c.ctx.clip(),c.mask(l)):(c.mask(s),c.ctx.clip(),c.path(l)),c.ctx.shadowOffsetX=e.offsetX.number+a,c.ctx.shadowOffsetY=e.offsetY.number,c.ctx.shadowColor=de(e.color),c.ctx.shadowBlur=e.blur.number,c.ctx.fillStyle=e.inset?de(e.color):"rgba(0,0,0,1)",c.ctx.fill(),c.ctx.restore()})),r.label=2;case 2:i=0,s=0,a=n,r.label=3;case 3:return s<a.length?0!==(l=a[s]).style&&!Be(l.color)&&l.width>0?2!==l.style?[3,5]:[4,this.renderDashedDottedBorder(l.color,l.width,i,A.curves,2)]:[3,11]:[3,13];case 4:return r.sent(),[3,11];case 5:return 3!==l.style?[3,7]:[4,this.renderDashedDottedBorder(l.color,l.width,i,A.curves,3)];case 6:return r.sent(),[3,11];case 7:return 4!==l.style?[3,9]:[4,this.renderDoubleBorder(l.color,l.width,i,A.curves)];case 8:return r.sent(),[3,11];case 9:return[4,this.renderSolidBorder(l.color,i,A.curves)];case 10:r.sent(),r.label=11;case 11:i++,r.label=12;case 12:return s++,[3,3];case 13:return[2]}}))}))},t.prototype.renderDashedDottedBorder=function(A,e,t,o,i){return n(this,void 0,void 0,(function(){var n,s,a,l,c,u,g,B,d,h,p,f,w,Q,C,y;return r(this,(function(r){return this.ctx.save(),n=function(A,e){switch(e){case 0:return $o(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return $o(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return $o(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);default:return $o(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}}(o,t),s=qo(o,t),2===i&&(this.path(s),this.ctx.clip()),So(s[0])?(a=s[0].start.x,l=s[0].start.y):(a=s[0].x,l=s[0].y),So(s[1])?(c=s[1].end.x,u=s[1].end.y):(c=s[1].x,u=s[1].y),g=0===t||2===t?Math.abs(a-c):Math.abs(l-u),this.ctx.beginPath(),3===i?this.formatPath(n):this.formatPath(s.slice(0,2)),B=e<3?3*e:2*e,d=e<3?2*e:e,3===i&&(B=e,d=e),h=!0,g<=2*B?h=!1:g<=2*B+d?(B*=p=g/(2*B+d),d*=p):(f=Math.floor((g+d)/(B+d)),w=(g-f*B)/(f-1),d=(Q=(g-(f+1)*B)/f)<=0||Math.abs(d-w)<Math.abs(d-Q)?w:Q),h&&(3===i?this.ctx.setLineDash([0,B+d]):this.ctx.setLineDash([B,d])),3===i?(this.ctx.lineCap="round",this.ctx.lineWidth=e):this.ctx.lineWidth=2*e+1.1,this.ctx.strokeStyle=de(A),this.ctx.stroke(),this.ctx.setLineDash([]),2===i&&(So(s[0])&&(C=s[3],y=s[0],this.ctx.beginPath(),this.formatPath([new Ko(C.end.x,C.end.y),new Ko(y.start.x,y.start.y)]),this.ctx.stroke()),So(s[1])&&(C=s[1],y=s[2],this.ctx.beginPath(),this.formatPath([new Ko(C.end.x,C.end.y),new Ko(y.start.x,y.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]}))}))},t.prototype.render=function(A){return n(this,void 0,void 0,(function(){var e;return r(this,(function(t){switch(t.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=de(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),n=new Zo(A,null),r=new Wo(n),Yo(n,r,r,o=[]),zo(n.container,o),e=r,[4,this.renderStack(e)];case 1:return t.sent(),this.applyEffects([]),[2,this.canvas]}var n,r,o}))}))},t}(ui),Bi=function(A){return A instanceof Cr||A instanceof Qr||A instanceof wr&&A.type!==hr&&A.type!==dr},di=function(A,e){switch(A){case 0:return Go(e);case 2:return function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]}(e);default:return Ro(e)}},hi=function(A){switch(A){case 1:return"center";case 2:return"right";default:return"left"}},pi=["-apple-system","system-ui"],fi=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter((function(A){return-1===pi.indexOf(A)})):A},wi=function(A){function t(e,t){var n=A.call(this,e,t)||this;return n.canvas=t.canvas?t.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),n.options=t,n.canvas.width=Math.floor(t.width*t.scale),n.canvas.height=Math.floor(t.height*t.scale),n.canvas.style.width=t.width+"px",n.canvas.style.height=t.height+"px",n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-t.x,-t.y),n.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+t.width+"x"+t.height+" at "+t.x+","+t.y+") with scale "+t.scale),n}return e(t,A),t.prototype.render=function(A){return n(this,void 0,void 0,(function(){var e,t;return r(this,(function(n){switch(n.label){case 0:return e=Jn(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,A),[4,Qi(e)];case 1:return t=n.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=de(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}(ui),Qi=function(A){return new Promise((function(e,t){var n=new Image;n.onload=function(){e(n)},n.onerror=t,n.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(A))}))},Ci=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,o([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,o([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,o([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,o([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},A.instances={},A}(),yi=function(){function A(e,t){var n;this.windowBounds=t,this.instanceName="#"+A.instanceCount++,this.logger=new Ci({id:this.instanceName,enabled:e.logging}),this.cache=null!==(n=e.cache)&&void 0!==n?n:new Eo(this,e)}return A.instanceCount=1,A}();"undefined"!=typeof window&&Fo.setContext(window);var vi=function(A,e){return n(void 0,void 0,void 0,(function(){var n,o,a,l,c,u,g,B,d,h,p,f,w,Q,C,y,v,U,m,F,E,b,H,I,L,M,P,k,O,K,x,D,S,T,_,G,R,N;return r(this,(function(r){switch(r.label){case 0:if(!A||"object"!=typeof A)return[2,Promise.reject("Invalid element provided as first argument")];if(!(n=A.ownerDocument))throw new Error("Element is not attached to a Document");if(!(o=n.defaultView))throw new Error("Document is not attached to a Window");return a={allowTaint:null!==(b=e.allowTaint)&&void 0!==b&&b,imageTimeout:null!==(H=e.imageTimeout)&&void 0!==H?H:15e3,proxy:e.proxy,useCORS:null!==(I=e.useCORS)&&void 0!==I&&I},l=t({logging:null===(L=e.logging)||void 0===L||L,cache:e.cache},a),c={windowWidth:null!==(M=e.windowWidth)&&void 0!==M?M:o.innerWidth,windowHeight:null!==(P=e.windowHeight)&&void 0!==P?P:o.innerHeight,scrollX:null!==(k=e.scrollX)&&void 0!==k?k:o.pageXOffset,scrollY:null!==(O=e.scrollY)&&void 0!==O?O:o.pageYOffset},u=new i(c.scrollX,c.scrollY,c.windowWidth,c.windowHeight),g=new yi(l,u),B=null!==(K=e.foreignObjectRendering)&&void 0!==K&&K,d={allowTaint:null!==(x=e.allowTaint)&&void 0!==x&&x,onclone:e.onclone,ignoreElements:e.ignoreElements,inlineImages:B,copyStyles:B},g.logger.debug("Starting document clone with size "+u.width+"x"+u.height+" scrolled to "+-u.left+","+-u.top),h=new ao(g,A,d),(p=h.clonedReferenceElement)?[4,h.toIFrame(n,u)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return f=r.sent(),w=xr(p)||"HTML"===p.tagName?function(A){var e=A.body,t=A.documentElement;if(!e||!t)throw new Error("Unable to get document size");var n=Math.max(Math.max(e.scrollWidth,t.scrollWidth),Math.max(e.offsetWidth,t.offsetWidth),Math.max(e.clientWidth,t.clientWidth)),r=Math.max(Math.max(e.scrollHeight,t.scrollHeight),Math.max(e.offsetHeight,t.offsetHeight),Math.max(e.clientHeight,t.clientHeight));return new i(0,0,n,r)}(p.ownerDocument):s(g,p),Q=w.width,C=w.height,y=w.left,v=w.top,U=Ui(g,p,e.backgroundColor),m={canvas:e.canvas,backgroundColor:U,scale:null!==(S=null!==(D=e.scale)&&void 0!==D?D:o.devicePixelRatio)&&void 0!==S?S:1,x:(null!==(T=e.x)&&void 0!==T?T:0)+y,y:(null!==(_=e.y)&&void 0!==_?_:0)+v,width:null!==(G=e.width)&&void 0!==G?G:Math.ceil(Q),height:null!==(R=e.height)&&void 0!==R?R:Math.ceil(C)},B?(g.logger.debug("Document cloned, using foreign object rendering"),[4,new wi(g,m).render(p)]):[3,3];case 2:return F=r.sent(),[3,5];case 3:return g.logger.debug("Document cloned, element located at "+y+","+v+" with size "+Q+"x"+C+" using computed rendering"),g.logger.debug("Starting DOM parsing"),E=Fr(g,p),U===E.styles.backgroundColor&&(E.styles.backgroundColor=ve.TRANSPARENT),g.logger.debug("Starting renderer for element at "+m.x+","+m.y+" with size "+m.width+"x"+m.height),[4,new gi(g,m).render(E)];case 4:F=r.sent(),r.label=5;case 5:return(null===(N=e.removeContainer)||void 0===N||N)&&(ao.destroy(f)||g.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),g.logger.debug("Finished rendering"),[2,F]}}))}))},Ui=function(A,e,t){var n=e.ownerDocument,r=n.documentElement?ye(A,getComputedStyle(n.documentElement).backgroundColor):ve.TRANSPARENT,o=n.body?ye(A,getComputedStyle(n.body).backgroundColor):ve.TRANSPARENT,i="string"==typeof t?ye(A,t):null===t?ve.TRANSPARENT:4294967295;return e===n.documentElement?Be(r)?Be(o)?i:o:r:i};return function(A,e){return void 0===e&&(e={}),vi(A,e)}}()},545:function(A,e,t){!function(A){"use strict";var e="undefined"!=typeof window?window:void 0!==t.g?t.g:"undefined"!=typeof self?self:{};function n(A,e){return A(e={exports:{}},e.exports),e.exports}var r=n((function(A,t){!function(e){const t={escape:function(A){return A.replace(/([.*+?^${}()|\[\]\/\\])/g,"\\$1")},parseExtension:n,mimeType:function(A){return A=n(A).toLowerCase(),function(){var A="application/font-woff",e="image/jpeg";return{woff:A,woff2:A,ttf:"application/font-truetype",eot:"application/vnd.ms-fontobject",png:"image/png",jpg:e,jpeg:e,gif:"image/gif",tiff:"image/tiff",svg:"image/svg+xml"}}()[A]||""},dataAsUrl:function(A,e){return`data:${e};base64,`+A},isDataUrl:function(A){return-1!==A.search(/^(data:)/)},canvasToBlob:function(A){return A.toBlob?new Promise((function(e){A.toBlob(e)})):(e=A,new Promise((function(A){const t=B(e.toDataURL().split(",")[1]);var n=t.length;const r=new Uint8Array(n);for(let A=0;A<n;A++)r[A]=t.charCodeAt(A);A(new Blob([r],{type:"image/png"}))})));var e},resolveUrl:function(A,e){const t=document.implementation.createHTMLDocument(),n=t.createElement("base"),r=(t.head.appendChild(n),t.createElement("a"));return t.body.appendChild(r),n.href=e,r.href=A,r.href},getAndEncode:function(A){let e=u.impl.urlCache.find((function(e){return e.url===A}));return e||(e={url:A,promise:null},u.impl.urlCache.push(e)),null===e.promise&&(u.impl.options.cacheBust&&(A+=(/\?/.test(A)?"&":"?")+(new Date).getTime()),e.promise=new Promise((function(e){const t=u.impl.options.httpTimeout,n=new XMLHttpRequest;let r;var o;function i(A){console.error(A),e("")}n.onreadystatechange=function(){if(4===n.readyState)if(200!==n.status)r?e(r):i(`cannot fetch resource: ${A}, status: `+n.status);else{const A=new FileReader;A.onloadend=function(){var t=A.result.split(/,/)[1];e(t)},A.readAsDataURL(n.response)}},n.ontimeout=function(){r?e(r):i(`timeout of ${t}ms occured while fetching resource: `+A)},n.responseType="blob",n.timeout=t,u.impl.options.useCredentials&&(n.withCredentials=!0),n.open("GET",A,!0),n.send(),u.impl.options.imagePlaceholder&&(o=u.impl.options.imagePlaceholder.split(/,/))&&o[1]&&(r=o[1])}))),e.promise},uid:function(){let A=0;return function(){return"u"+("0000"+(Math.random()*Math.pow(36,4)<<0).toString(36)).slice(-4)+A++}}(),delay:function(A){return function(e){return new Promise((function(t){setTimeout((function(){t(e)}),A)}))}},asArray:function(A){const e=[],t=A.length;for(let n=0;n<t;n++)e.push(A[n]);return e},escapeXhtml:function(A){return A.replace(/%/g,"%25").replace(/#/g,"%23").replace(/\n/g,"%0A")},makeImage:function(A){return"data:,"!==A?new Promise((function(e,t){const n=new Image;u.impl.options.useCredentials&&(n.crossOrigin="use-credentials"),n.onload=function(){e(n)},n.onerror=t,n.src=A})):Promise.resolve()},width:function(A){var e=r(A,"border-left-width"),t=r(A,"border-right-width");return A.scrollWidth+e+t},height:function(A){var e=r(A,"border-top-width"),t=r(A,"border-bottom-width");return A.scrollHeight+e+t}};function n(A){return(A=/\.([^\.\/]*?)(\?|$)/g.exec(A))?A[1]:""}function r(A,e){const t=g(A).getPropertyValue(e);return parseFloat(t.replace("px",""))}const o=function(){const A=/url\(['"]?([^'"]+?)['"]?\)/g;return{inlineAll:function(A,t,o){return e(A)?Promise.resolve(A).then(n).then((function(e){let n=Promise.resolve(A);return e.forEach((function(A){n=n.then((function(e){return r(e,A,t,o)}))})),n})):Promise.resolve(A)},shouldProcess:e,impl:{readUrls:n,inline:r}};function e(e){return-1!==e.search(A)}function n(e){const n=[];for(var r;null!==(r=A.exec(e));)n.push(r[1]);return n.filter((function(A){return!t.isDataUrl(A)}))}function r(A,e,n,r){return Promise.resolve(e).then((function(A){return n?t.resolveUrl(A,n):A})).then(r||t.getAndEncode).then((function(A){return t.dataAsUrl(A,t.mimeType(e))})).then((function(n){return A.replace((r=e,new RegExp(`(url\\(['"]?)(${t.escape(r)})(['"]?\\))`,"g")),`$1${n}$3`);var r}))}}(),i={resolveAll:function(){return s().then((function(A){return Promise.all(A.map((function(A){return A.resolve()})))})).then((function(A){return A.join("\n")}))},impl:{readAll:s}};function s(){return Promise.resolve(t.asArray(document.styleSheets)).then((function(A){const e=[];return A.forEach((function(A){if(Object.getPrototypeOf(A).hasOwnProperty("cssRules"))try{t.asArray(A.cssRules||[]).forEach(e.push.bind(e))}catch(e){console.log("Error while reading CSS rules from "+A.href,e.toString())}})),e})).then((function(A){return A.filter((function(A){return A.type===CSSRule.FONT_FACE_RULE})).filter((function(A){return o.shouldProcess(A.style.getPropertyValue("src"))}))})).then((function(e){return e.map(A)}));function A(A){return{resolve:function(){var e=(A.parentStyleSheet||{}).href;return o.inlineAll(A.cssText,e)},src:function(){return A.style.getPropertyValue("src")}}}}const a={inlineAll:function A(e){return e instanceof Element?function(A){const e=A.style.getPropertyValue("background");return e?o.inlineAll(e).then((function(t){A.style.setProperty("background",t,e)})).then((function(){return A})):Promise.resolve(A)}(e).then((function(){return e instanceof HTMLImageElement?l(e).inline():Promise.all(t.asArray(e.childNodes).map((function(e){return A(e)})))})):Promise.resolve(e)},impl:{newImage:l}};function l(A){return{inline:function(e){return t.isDataUrl(A.src)?Promise.resolve():Promise.resolve(A.src).then(e||t.getAndEncode).then((function(e){return t.dataAsUrl(e,t.mimeType(A.src))})).then((function(e){return new Promise((function(t){A.onload=t,A.onerror=t,A.src=e}))}))}}}const c={imagePlaceholder:void 0,cacheBust:!1,useCredentials:!1,httpTimeout:3e4},u={toSvg:d,toPng:function(A,e){return(e=e||{}).raster=!0,h(A,e).then((function(A){return A.toDataURL()}))},toJpeg:function(A,e){return(e=e||{}).raster=!0,h(A,e).then((function(A){return A.toDataURL("image/jpeg",e.quality||1)}))},toBlob:function(A,e){return(e=e||{}).raster=!0,h(A,e).then(t.canvasToBlob)},toPixelData:function(A,e){return(e=e||{}).raster=!0,h(A,e).then((function(e){return e.getContext("2d").getImageData(0,0,t.width(A),t.height(A)).data}))},toCanvas:function(A,e){return(e=e||{}).raster=!0,h(A,e||{})},impl:{fontFaces:i,images:a,util:t,inliner:o,urlCache:[],options:{}}},g=(A.exports=u,e.getComputedStyle||window.getComputedStyle),B=e.atob||window.atob;function d(A,e){var n=e=e||{};return void 0===n.imagePlaceholder?u.impl.options.imagePlaceholder=c.imagePlaceholder:u.impl.options.imagePlaceholder=n.imagePlaceholder,void 0===n.cacheBust?u.impl.options.cacheBust=c.cacheBust:u.impl.options.cacheBust=n.cacheBust,void 0===n.useCredentials?u.impl.options.useCredentials=c.useCredentials:u.impl.options.useCredentials=n.useCredentials,Promise.resolve(A).then((function(A){return function A(e,n,r,o,i=null){return r||!n||n(e)?Promise.resolve(e).then((function(A){return A instanceof HTMLCanvasElement?t.makeImage(A.toDataURL()):"IFRAME"===A.nodeName?html2canvas(A.contentDocument.body).then((A=>A.toDataURL())).then(t.makeImage):A.cloneNode(!1)})).then((function(r){return function(e,r){const i=e.childNodes;return 0===i.length?Promise.resolve(r):function(t,r){const i=g(e);let s=Promise.resolve();return r.forEach((function(e){s=s.then((function(){return A(e,n,!1,o,i)})).then((function(A){A&&t.appendChild(A)}))})),s}(r,t.asArray(i)).then((function(){return r}))}(e,r)})).then((function(A){return function(A,e,n){return e instanceof Element?Promise.resolve().then((function(){!function(A,e){const o=g(A);o.cssText?(e.style.cssText=o.cssText,function(A,e){e.font=A.font,e.fontFamily=A.fontFamily,e.fontFeatureSettings=A.fontFeatureSettings,e.fontKerning=A.fontKerning,e.fontSize=A.fontSize,e.fontStretch=A.fontStretch,e.fontStyle=A.fontStyle,e.fontVariant=A.fontVariant,e.fontVariantCaps=A.fontVariantCaps,e.fontVariantEastAsian=A.fontVariantEastAsian,e.fontVariantLigatures=A.fontVariantLigatures,e.fontVariantNumeric=A.fontVariantNumeric,e.fontVariationSettings=A.fontVariationSettings,e.fontWeight=A.fontWeight}(o,e.style)):(n?function(A,e,t,n){const r=t.style,o=A.style;for(var i of e){var s=e.getPropertyValue(i),a=o.getPropertyValue(i);o.setProperty(i,n?"initial":"unset"),e.getPropertyValue(i)!==s?r.setProperty(i,s):r.removeProperty(i),o.setProperty(i,a)}}(A,o,e,r):function(A,e,n){const r=function(A){if(C[A])return C[A];Q||((Q=document.createElement("iframe")).style.visibility="hidden",Q.style.position="fixed",document.body.appendChild(Q),Q.contentWindow.document.write('<!DOCTYPE html><meta charset="UTF-8"><title>sandbox</title><body>'));const e=document.createElement(A),n=(Q.contentWindow.document.body.appendChild(e),e.textContent=".",Q.contentWindow.getComputedStyle(e)),r={};return t.asArray(n).forEach((function(A){r[A]="width"===A||"height"===A?"auto":n.getPropertyValue(A)})),Q.contentWindow.document.body.removeChild(e),C[A]=r}(n.tagName),o=n.style;t.asArray(A).forEach((function(t){var n=A.getPropertyValue(t);(n!==r[t]||e&&n!==e.getPropertyValue(t))&&o.setProperty(t,n,A.getPropertyPriority(t))}))}(o,i,e),r&&(["inset-block","inset-block-start","inset-block-end"].forEach((A=>e.style.removeProperty(A))),["left","right","top","bottom"].forEach((A=>{e.style.getPropertyValue(A)&&e.style.setProperty(A,"0px")}))))}(A,e)})).then((function(){[":before",":after"].forEach((function(n){!function(n){const r=g(A,n),o=r.getPropertyValue("content");if(""!==o&&"none"!==o){const A=t.uid(),o=e.getAttribute("class"),i=(o&&e.setAttribute("class",o+" "+A),document.createElement("style"));i.appendChild(function(){const e=`.${A}:`+n,o=(r.cssText?function(){return`${r.cssText} content: ${r.getPropertyValue("content")};`}:function(){return t.asArray(r).map((function(A){return A+": "+r.getPropertyValue(A)+(r.getPropertyPriority(A)?" !important":"")})).join("; ")+";"})();return document.createTextNode(e+`{${o}}`)}()),e.appendChild(i)}}(n)}))})).then((function(){A instanceof HTMLTextAreaElement&&(e.innerHTML=A.value),A instanceof HTMLInputElement&&e.setAttribute("value",A.value)})).then((function(){e instanceof SVGElement&&(e.setAttribute("xmlns","http://www.w3.org/2000/svg"),e instanceof SVGRectElement&&["width","height"].forEach((function(A){const t=e.getAttribute(A);t&&e.style.setProperty(A,t)})))})).then((function(){return e})):e}(e,A,o)})):Promise.resolve()}(A,e.filter,!0,!e.raster)})).then(p).then(f).then((function(A){e.bgcolor&&(A.style.backgroundColor=e.bgcolor),e.width&&(A.style.width=e.width+"px"),e.height&&(A.style.height=e.height+"px"),e.style&&Object.keys(e.style).forEach((function(t){A.style[t]=e.style[t]}));let t=null;return"function"==typeof e.onclone&&(t=e.onclone(A)),Promise.resolve(t).then((function(){return A}))})).then((function(n){return r=e.width||t.width(A),o=e.height||t.height(A),Promise.resolve(n).then((function(A){return A.setAttribute("xmlns","http://www.w3.org/1999/xhtml"),(new XMLSerializer).serializeToString(A)})).then(t.escapeXhtml).then((function(A){return`<foreignObject x="0" y="0" width="100%" height="100%">${A}</foreignObject>`})).then((function(A){return`<svg xmlns="http://www.w3.org/2000/svg" width="${r}" height="${o}">${A}</svg>`})).then((function(A){return"data:image/svg+xml;charset=utf-8,"+A}));var r,o})).then((function(A){return u.impl.urlCache=[],A}))}function h(A,e){return d(A,e).then(t.makeImage).then(t.delay(0)).then((function(n){var r="number"!=typeof e.scale?1:e.scale;const o=function(A,n){const r=document.createElement("canvas");if(r.width=(e.width||t.width(A))*n,r.height=(e.height||t.height(A))*n,e.bgcolor){const A=r.getContext("2d");A.fillStyle=e.bgcolor,A.fillRect(0,0,r.width,r.height)}return r}(A,r),i=o.getContext("2d");return i.mozImageSmoothingEnabled=!1,i.msImageSmoothingEnabled=!1,i.imageSmoothingEnabled=!1,n&&(i.scale(r,r),i.drawImage(n,0,0)),Q&&(document.body.removeChild(Q),Q=null,w&&clearTimeout(w),w=setTimeout((()=>{w=null,C={}}),2e4)),o}))}function p(A){return i.resolveAll().then((function(e){const t=document.createElement("style");return A.appendChild(t),t.appendChild(document.createTextNode(e)),A}))}function f(A){return a.inlineAll(A).then((function(){return A}))}let w=null,Q=null,C={}}(e)})),o=n((function(A,t){!function(){function t(A,e,t){var n=new XMLHttpRequest;n.open("GET",A),n.responseType="blob",n.onload=function(){i(n.response,e,t)},n.onerror=function(){console.error("could not download file")},n.send()}function n(A){var e=new XMLHttpRequest;e.open("HEAD",A,!1);try{e.send()}catch(A){}return 200<=e.status&&299>=e.status}function r(A){try{A.dispatchEvent(new MouseEvent("click"))}catch(t){var e=document.createEvent("MouseEvents");e.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),A.dispatchEvent(e)}}var o="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof e&&e.global===e?e:void 0,i=o.saveAs||("object"!=typeof window||window!==o?function(){}:"download"in HTMLAnchorElement.prototype?function(A,e,i){var s=o.URL||o.webkitURL,a=document.createElement("a");e=e||A.name||"download",a.download=e,a.rel="noopener","string"==typeof A?(a.href=A,a.origin===location.origin?r(a):n(a.href)?t(A,e,i):r(a,a.target="_blank")):(a.href=s.createObjectURL(A),setTimeout((function(){s.revokeObjectURL(a.href)}),4e4),setTimeout((function(){r(a)}),0))}:"msSaveOrOpenBlob"in navigator?function(A,e,o){if(e=e||A.name||"download","string"!=typeof A)navigator.msSaveOrOpenBlob(function(A,e){return void 0===e?e={autoBom:!1}:"object"!=typeof e&&(console.warn("Deprecated: Expected third argument to be a object"),e={autoBom:!e}),e.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(A.type)?new Blob(["\ufeff",A],{type:A.type}):A}(A,o),e);else if(n(A))t(A,e,o);else{var i=document.createElement("a");i.href=A,i.target="_blank",setTimeout((function(){r(i)}))}}:function(A,e,n,r){if((r=r||open("","_blank"))&&(r.document.title=r.document.body.innerText="downloading..."),"string"==typeof A)return t(A,e,n);var i="application/octet-stream"===A.type,s=/constructor/i.test(o.HTMLElement)||o.safari,a=/CriOS\/[\d]+/.test(navigator.userAgent);if((a||i&&s)&&"object"==typeof FileReader){var l=new FileReader;l.onloadend=function(){var A=l.result;A=a?A:A.replace(/^data:[^;]*;/,"data:attachment/file;"),r?r.location.href=A:location=A,r=null},l.readAsDataURL(A)}else{var c=o.URL||o.webkitURL,u=c.createObjectURL(A);r?r.location=u:location.href=u,r=null,setTimeout((function(){c.revokeObjectURL(u)}),4e4)}});o.saveAs=i.saveAs=i,A.exports=i}()})),i=L.Control.extend({options:{cropImageByInnerWH:!0,hidden:!1,domtoimageOptions:{},position:"topleft",screenName:"screen",iconUrl:"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJjYW1lcmEiPjxwYXRoIHN0eWxlPSJmaWxsOiMwMTAwMDI7IiBkPSJNMTYsOS41MDFjLTQuNDE5LDAtOCwzLjU4MS04LDhjMCw0LjQxOCwzLjU4MSw4LDgsOGM0LjQxOCwwLDgtMy41ODIsOC04UzIwLjQxOCw5LjUwMSwxNiw5LjUwMXogTTIwLjU1NSwyMS40MDZjLTIuMTU2LDIuNTE2LTUuOTQzLDIuODA3LTguNDU5LDAuNjVjLTIuNTE3LTIuMTU2LTIuODA3LTUuOTQ0LTAuNjUtOC40NTljMi4xNTUtMi41MTcsNS45NDMtMi44MDcsOC40NTktMC42NUMyMi40MiwxNS4xMDIsMjIuNzExLDE4Ljg5MSwyMC41NTUsMjEuNDA2eiIvPjxwYXRoIHN0eWxlPSJmaWxsOiMwMTAwMDI7IiBkPSJNMTYsMTMuNTAxYy0yLjIwOSwwLTMuOTk5LDEuNzkxLTQsMy45OTl2MC4wMDJjMCwwLjI3NSwwLjIyNCwwLjUsMC41LDAuNXMwLjUtMC4yMjUsMC41LTAuNVYxNy41YzAuMDAxLTEuNjU2LDEuMzQzLTIuOTk5LDMtMi45OTljMC4yNzYsMCwwLjUtMC4yMjQsMC41LTAuNVMxNi4yNzYsMTMuNTAxLDE2LDEzLjUwMXoiLz48cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTI5LjQ5Miw4LjU0MmwtNC4zMzQtMC43MjNsLTEuMzczLTMuNDM0QzIzLjMyNiwzLjI0LDIyLjIzMiwyLjUsMjEsMi41SDExYy0xLjIzMiwwLTIuMzI2LDAuNzQtMi43ODYsMS44ODZMNi44NDIsNy44MTlMMi41MDksOC41NDJDMS4wNTUsOC43ODMsMCwxMC4wMjcsMCwxMS41djE1YzAsMS42NTQsMS4zNDYsMywzLDNoMjZjMS42NTQsMCwzLTEuMzQ2LDMtM3YtMTVDMzIsMTAuMDI3LDMwLjk0NSw4Ljc4MywyOS40OTIsOC41NDJ6IE0zMCwyNi41YzAsMC41NTMtMC40NDcsMS0xLDFIM2MtMC41NTMsMC0xLTAuNDQ3LTEtMXYtMTVjMC0wLjQ4OSwwLjM1NC0wLjkwNiwwLjgzNi0wLjk4Nkw4LjI4LDkuNjA3bDEuNzkxLTQuNDc4QzEwLjIyNCw0Ljc1LDEwLjU5MSw0LjUsMTEsNC41aDEwYzAuNDA4LDAsMC43NzUsMC4yNDksMC45MjgsMC42MjlsMS43OTEsNC40NzhsNS40NDUsMC45MDdDMjkuNjQ2LDEwLjU5NCwzMCwxMS4wMTEsMzAsMTEuNVYyNi41eiIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+",hideElementsWithSelectors:[".leaflet-control-container"],onCropBorderSize:2,caption:null,captionFontSize:15,captionFont:"Arial",captionColor:"black",captionBgColor:"white",captionOffset:5,mimeType:"image/png",debugMode:!1,preventDownload:!1,onPixelDataFail:function(A){var e=A.node,t=A.error;return console.warn("Map node is very big "+e.scrollWidth+"x"+e.scrollHeight),console.warn("Add function: SimpleMapScreenshoter({\n onPixelDataFail: function({ node, plugin, error, mapPane, domtoimageOptions }) {\n // Solutions:\n // decrease size of map\n // or decrease zoom level\n // or remove elements with big distanses\n // and after that return image in Promise - plugin._getPixelDataOfNormalMap\n return plugin._getPixelDataOfNormalMap(domtoimageOptions)\n }\n })"),Promise.reject(t)}},onAdd:function(){return this._container=L.DomUtil.create("div","leaflet-control-simpleMapScreenshoter"),this._link=null,this._screenState={status:1,promise:null},!1===this.options.hidden&&this._addScreenBtn(),this._onUserStartInteractWithMap=this._onUserStartInteractWithMap.bind(this),this._onUserEndInteractWithMap=this._onUserEndInteractWithMap.bind(this),this._map.on("zoomstart",this._onUserStartInteractWithMap),this._map.on("move",this._onUserStartInteractWithMap),this._map.on("zoomend",this._onUserEndInteractWithMap),this._map.on("moveend",this._onUserEndInteractWithMap),this._container},takeScreen:function(){var A=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"blob",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={};for(var r in this.options)t.hasOwnProperty(r)?n[r]=t[r]:n[r]=this.options[r];return 2===this._screenState.status||(this._map.fire("simpleMapScreenshoter.takeScreen"),this._screenState.status=2,this._setElementsVisible(!1),this._screenState.promise=this._waitEndOfInteractions().then((function(){return A._getPixelData(n)})).then((function(e){return A._setElementsVisible(!0),A._toCanvas(e,n)})).then((function(t){return"image"===e?A._canvasToImage(t,n):"canvas"===e?t:A._canvasToBlob(t,n)})).then((function(e){return A._screenState.status=1,A._map.fire("simpleMapScreenshoter.done"),e})).catch((function(e){return A._setElementsVisible(!0),A._screenState.status=1,A._map.fire("simpleMapScreenshoter.error",{e}),Promise.reject(e)}))),this._screenState.promise},_setElementsVisible:function(){var A=this,e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.options.hideElementsWithSelectors.forEach((function(t){var n=A._map._container.querySelectorAll(t),r=!0,o=!1,i=void 0;try{for(var s,a=n[Symbol.iterator]();!(r=(s=a.next()).done);r=!0)s.value.style.opacity=!1===e?0:1}catch(A){o=!0,i=A}finally{try{!r&&a.return&&a.return()}finally{if(o)throw i}}}))},_canvasToImage:function(A,e){var t=e.mimeType,n=A.toDataURL(t);return-1===n.indexOf("base64")?Promise.reject(new Error("Base64 image generation error")):Promise.resolve(n)},_canvasToBlob:function(A,e){var t=e.mimeType;return new Promise((function(e,n){A.toBlob((function(A){e(A)}),t)}))},_toCanvas:function(A,e){var t=e.captionOffset,n=e.caption,r=e.captionFontSize,o=e.captionFont,i=e.captionColor,s=e.captionBgColor,a=this._node,l=a.screenHeight,c=a.screenWidth,u=document.createElement("canvas");u.width=c,u.height=l;for(var g=u.getContext("2d"),B=g.createImageData(c,l),d=0;d<A.length;++d)B.data[d]=A[d];g.putImageData(B,0,0),B=null;var h=document.createElement("canvas"),p=h.getContext("2d"),f=0,w=0,Q=l,C=c;if(!0===this.options.cropImageByInnerWH){for(var y=[],v=0,U=0;U<l;++U){v=0;for(var m=0;m<c;++m)0===A[4*U*c+4*m+4]&&v++;v===c&&y.push(U)}var F=this._getMinAndMaxOnValuesBreak(y);f=F.min;for(var E=c,b=F.max,H=[],I=0,L=w;L<E;++L){I=0;for(var M=0;M<l;++M)0===A[4*M*c+4*L+4]&&I++;I===l&&H.push(L)}var P=this._getMinAndMaxOnValuesBreak(H);w=P.min,E=P.max,(0===w&&0===E||null===E)&&(E=c),(0===f&&0===b||null===b)&&(b=l),!0===this.options.debugMode&&(console.log("emptyYLine",y),console.log("minMaxY",F),console.log("emptyXLine",H),console.log("minMaxX",P),console.log("debugX",{}),console.log("debugY",{})),0===f&&b===l&&0===w&&E===c||(f+=this.options.onCropBorderSize,b-=this.options.onCropBorderSize,w+=this.options.onCropBorderSize,E-=this.options.onCropBorderSize),Q=b-f,C=E-w,h.width=C,h.height=Q}else h.width=C,h.height=Q;var k=null;return n&&(k="function"==typeof n?n.call(this):n),null!==k&&(h.height=h.height+(t+r+t),p.beginPath(),p.rect(0,0,h.width,h.height),p.fillStyle=s,p.fill(),p.save()),p.drawImage(u,w,f,C,Q,0,0,C,Q),null!==k&&(p.font=r+"px "+o,p.fillStyle=i,p.fillText(k,t,Q+t+r)),Promise.resolve(h)},_getMinAndMaxOnValuesBreak:function(A){for(var e=0,t=0,n=!1,r=1;r<A.length;r++){if(A[r]-1!==A[r-1]){t=A[r],n=!0;break}e=A[r]}return!1===n&&A[0]>1?(e=0,t=A[0]):!1===n&&(e=A[A.length-1]||0,t=null),{min:e,max:t}},_getPixelData:function(A){var e=this,t=A.domtoimageOptions,n=void 0===t?{}:t;return this._getPixelDataOfNormalMap(n).catch((function(A){return console.warn("May be map size very big on that zoom level, we have error:",A.toString()),console.warn("You can manually hide map elements with large distances between them for fix that warn"),e._getPixelDataOfBigMap(n)}))},_getPixelDataOfNormalMap:function(){var A=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=this._map.getContainer();return this._node={node:e,screenHeight:e.scrollHeight,screenWidth:e.scrollWidth},r.toPixelData(e,A)},_getPixelDataOfBigMap:function(){var A=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=this._map.getContainer(),n=this._map.getPane("mapPane");n.style.width=2*t.clientWidth+"px",n.style.height=2*t.clientHeight+"px",n.style.overflow="hidden";var o=function(){n.style.width="initial",n.style.height="initial",n.style.overflow="initial"};return this._node={node:t,screenHeight:t.scrollHeight,screenWidth:t.scrollWidth},r.toPixelData(t,e).then((function(A){return o(),A})).catch((function(r){return o(),t.scrollHeight>=4e3||t.scrollWidth>=4e3?A.options.onPixelDataFail({plugin:A,node:t,mapPane:n,error:r,domtoimageOptions:e}):Promise.reject(r)}))},_addScreenBtn:function(){this._link=L.DomUtil.create("a","leaflet-control-simpleMapScreenshoter-btn",this._container),this._addCss(),L.DomEvent.addListener(this._link,"click",this._onScreenBtn,this),L.DomEvent.disableClickPropagation(this._link)},_addCss:function(){var A="\n .leaflet-control-simpleMapScreenshoter{\n border: 2px solid rgba(0,0,0,0.2);\n background-clip: padding-box;\n }\n .leaflet-control-simpleMapScreenshoter a{\n background-color: #fff;\n border-bottom: 1px solid #ccc;\n width: 30px;\n height: 30px;\n line-height: 30px;\n display: block;\n text-align: center;\n text-decoration: none;\n color: black;\n overflow: hidden;\n border-radius: 2px;\n background-image: url('"+this.options.iconUrl+"');\n background-position: 46% 41%;\n background-repeat: no-repeat;\n background-size: 63%;\n }\n .leaflet-control-simpleMapScreenshoter a:hover{\n cursor: pointer;\n }\n ",e=document.head||document.getElementsByTagName("head")[0],t=document.createElement("style");t.appendChild(document.createTextNode(A)),e.appendChild(t)},_onScreenBtn:function(){var A=this;this._map.fire("simpleMapScreenshoter.click"),this.options.preventDownload||this.takeScreen().then((function(e){var t="function"==typeof A.options.screenName?A.options.screenName.call(A):A.options.screenName;o.saveAs(e,t+".png")})).catch((function(e){A._map.fire("simpleMapScreenshoter.error",{e})}))},_onUserStartInteractWithMap:function(){this._interaction=!0},_onUserEndInteractWithMap:function(){this._interaction=!1},_waitEndOfInteractions:function(){var A=this;return new Promise((function(e){var t=setInterval((function(){A._interaction||(e(),clearInterval(t))}),100)}))}}),s=(L.Control.SimpleMapScreenshoter=i,L.simpleMapScreenshoter=function(A){return new L.Control.SimpleMapScreenshoter(A)},i);A.default=s,A.SimpleMapScreenshoter=i,Object.defineProperty(A,"__esModule",{value:!0})}(e)}},e={};function t(n){var r=e[n];if(void 0!==r)return r.exports;var o=e[n]={exports:{}};return A[n].call(o.exports,o,o.exports,t),o.exports}t.n=A=>{var e=A&&A.__esModule?()=>A.default:()=>A;return t.d(e,{a:e}),e},t.d=(A,e)=>{for(var n in e)t.o(e,n)&&!t.o(A,n)&&Object.defineProperty(A,n,{enumerable:!0,get:e[n]})},t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(A){if("object"==typeof window)return window}}(),t.o=(A,e)=>Object.prototype.hasOwnProperty.call(A,e),t.r=A=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(A,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(A,"__esModule",{value:!0})};var n={};return(()=>{"use strict";var A;t.r(n),t.d(n,{CircleAlterOptions:()=>aA,CircleEventType:()=>o,CircleMarkerOptions:()=>uA,CircleMarkerStyle:()=>gA,CircleOptions:()=>lA,EventReturn:()=>c,GeoJsonOptions:()=>cA,Map:()=>sA,MapEventType:()=>e,MapType:()=>A,MarkerAlterOptions:()=>BA,MarkerClustererConfig:()=>nA,MarkerEventType:()=>r,MarkerIcon:()=>dA,MarkerOptions:()=>hA,NavigationOptions:()=>wA,OverlayOptions:()=>rA,PolygonAlterOptions:()=>pA,PolygonEventType:()=>i,PolygonOptions:()=>fA,PolylineEventType:()=>s,PolylineOptions:()=>oA,PolylineType:()=>E,PopupOptions:()=>QA}),function(A){A[A.Google=0]="Google",A[A.Leaflet=1]="Leaflet"}(A||(A={}));var e,r,o,i,s,a=function(A){var e=A.base;return e+="?",A.apiKey&&(e+="key="+A.apiKey+"&"),A.integrity&&(e+="integrity="+A.integrity+"&"),A.client&&(e+="client="+A.client+"&"),A.crossorigin&&(e+="crossorigin="+A.crossorigin+"&"),A.libraries&&A.libraries.length>0&&(e+="libraries=",A.libraries.forEach((function(t,n){e+=t,n!==A.libraries.length-1&&(e+=",")})),e+="&"),A.language&&(e+="language="+A.language+"&"),A.callback&&(e+="callback="+A.callback+"&"),e},l=function(){function e(){}return e.loadGoogleAPI=function(A){var e,t,n=document.createElement("script");n.type="text/javascript",n.setAttribute("data-google-inlogmaps","true"),n.src=a({apiKey:A.apiKey,base:"https://maps.googleapis.com/maps/api/js",callback:"mapsAPILoadCallback",client:A.client,language:A.language,libraries:A.libraries||[]}),(null===(e=document.querySelector("script"))||void 0===e?void 0:e.hasAttribute("data-google-inlogmaps"))||null===(t=document.querySelector("head"))||void 0===t||t.appendChild(n)},e.loadLeafletAPI=function(A){var e,t,n=document.createElement("link");n.rel="stylesheet",n.href="https://desenvolvimentoweb.blob.core.windows.net/inlog-leaflet/leaflet.css",null===(e=document.querySelector("head"))||void 0===e||e.appendChild(n);var r=document.createElement("script");r.type="text/javascript",r.src=a({base:"https://desenvolvimentoweb.blob.core.windows.net/inlog-leaflet/leaflet.js",callback:"mapsAPILoadCallback"}),null===(t=null===document||void 0===document?void 0:document.querySelector("head"))||void 0===t||t.appendChild(r)},e.prototype.loadApi=function(t,n){return e.mapsApi?Promise.resolve(e.mapsApi):(e.windowRef=window||{api:null,mapsAPILoadCallback:null},new Promise((function(r,o){t===A.Google?e.loadGoogleAPI(n):e.loadLeafletAPI(n),t===A.Leaflet?setTimeout((function(){e.mapsApi=e.windowRef.L,r(e.mapsApi)}),2e3):e.windowRef.mapsAPILoadCallback=function(){e.mapsApi=e.windowRef.google,r(e.mapsApi)},setTimeout((function(){var A;(null===(A=null==e?void 0:e.windowRef)||void 0===A?void 0:A.api)||o(new Error("Loading took too long"))}),5e3)})))},e.windowRef=null,e.mapsApi=null,e}();!function(A){A[A.Click=0]="Click",A[A.ZoomChanged=1]="ZoomChanged"}(e||(e={})),function(A){A[A.Click=0]="Click",A[A.RightClick=1]="RightClick",A[A.AfterDrag=2]="AfterDrag",A[A.MouseOver=3]="MouseOver",A[A.MouseOut=4]="MouseOut",A[A.BeforeDrag=5]="BeforeDrag"}(r||(r={})),function(A){A[A.Click=0]="Click",A[A.CenterChanged=1]="CenterChanged",A[A.RadiusChanged=2]="RadiusChanged"}(o||(o={})),function(A){A[A.SetAt=0]="SetAt",A[A.InsertAt=1]="InsertAt",A[A.RemoveAt=2]="RemoveAt",A[A.DragPolygon=3]="DragPolygon",A[A.Click=4]="Click"}(i||(i={})),function(A){A[A.SetAt=0]="SetAt",A[A.InsertAt=1]="InsertAt",A[A.RemoveAt=2]="RemoveAt",A[A.DragPolyline=3]="DragPolyline",A[A.MouseOver=4]="MouseOver",A[A.MouseOut=5]="MouseOut",A[A.RightClick=6]="RightClick"}(s||(s={}));const c=function(A){this.latlng=A};var u=function(){function A(A,e){this.map={},this.google={},this.map=A,this.google=e}return A.prototype.drawCircle=function(A,e){var t={center:{lat:A.center[0],lng:A.center[1]},draggable:A.draggable,editable:A.editable,fillColor:A.fillColor,fillOpacity:A.fillOpacity,object:A.object,radius:A.radius,strokeColor:A.color,strokeOpacity:A.opacity,strokeWeight:A.weight,suppressUndo:!0},n=new this.google.maps.Circle(t);return e&&this.google.maps.event.addListener(n,"click",(function(t){var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)})),A.addToMap&&n.setMap(this.map),A.fitBounds&&this.map.fitBounds(n.getBounds()),n},A.prototype.toggleCircles=function(A,e){var t=this;A.forEach((function(A){return A.setMap(e?t.map:null)}))},A.prototype.alterCircleOptions=function(A,e){A.forEach((function(A){var t={center:e.center&&e.center.length>0?{lat:e.center[0],lng:e.center[1]}:A.getCenter(),fillColor:e.fillColor?e.fillColor:A.fillColor,fillOpacity:e.fillOpacity?e.fillOpacity:A.fillOpacity,radius:e.radius?e.radius:A.radius,strokeColor:e.color?e.color:A.strokeColor,strokeOpacity:e.opacity?e.opacity:A.strokeOpacity,strokeWeight:e.weight?e.weight:A.strokeWeight,editable:null!==e.editable&&void 0!==e.editable?e.editable:A.editable,draggable:null!==e.draggable&&void 0!==e.draggable?e.draggable:A.draggable};A.setOptions(t)}))},A.prototype.fitBoundsCircles=function(A){this.map.fitBounds(this.getCirclesBounds(A))},A.prototype.isCircleOnMap=function(A){return!!A.map},A.prototype.getCircleCenter=function(A){var e=A.getCenter();return[e.lat(),e.lng()]},A.prototype.getCircleRadius=function(A){return A.getRadius()},A.prototype.addCircleEvent=function(A,e,t){var n=this;A.forEach((function(A){switch(e){case o.Click:n.google.maps.event.addListener(A,"click",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}));break;case o.CenterChanged:n.google.maps.event.addListener(A,"center_changed",(function(){var e=new c([A.getCenter().lat(),A.getCenter().lng()]);t(e,A.object)}));break;case o.RadiusChanged:n.google.maps.event.addListener(A,"radius_changed",(function(e){var n=new c([A.getCenter().lat(),A.getCenter().lng()]);t(n,A.object,A.getRadius())}))}}))},A.prototype.removeCircleEvent=function(A,e){var t=this;A.forEach((function(A){switch(e){case o.Click:t.google.maps.event.clearListeners(A,"click");break;case o.CenterChanged:t.google.maps.event.clearListeners(A,"center_changed");break;case o.RadiusChanged:t.google.maps.event.clearListeners(A,"radius_changed")}}))},A.prototype.getCirclesBounds=function(A){var e=new this.google.maps.LatLngBounds;return A.forEach((function(A){return e.union(A.getBounds())})),e},A}();const g=u;var B=function(){function A(A,e){this.map={},this.google={},this.map=A,this.google=e}return A.prototype.loadGEOJson=function(A,e,t){var n=this;n.parseGeoJson(A,e).forEach((function(A){t&&A.addListener("click",(function(A){var e=new c([A.latLng.lat(),A.latLng.lng()]);t(e)})),A.setMap(n.map)}))},A.prototype.parseGeoJson=function(A,e){var t=[];if(Array.isArray(A.features))for(var n=0,r=A.features;n<r.length;n++){var o=r[n];t.push(this.parseGeoJsonToObject(o,e))}else t.push(this.parseGeoJsonToObject(A,e));return t},A.prototype.parseGeoJsonToObject=function(A,e){var t=A.geometry;switch(A.properties&&Object.assign(e,A.properties),t.type){case"Point":return e.position={lat:t.coordinates[1],lng:t.coordinates[0]},new this.google.maps.Marker(e);case"Polygon":return e.paths=[],t.coordinates.forEach((function(A){return e.paths.push(A.map((function(A){return{lat:A[1],lng:A[0]}})))})),new this.google.maps.Polygon(e);case"LineString":return e.path=t.coordinates.map((function(A){return{lat:A[1],lng:A[0]}})),new this.google.maps.Polyline(e);default:throw new Error("Forma de objeto desconhecida.")}},A}();const d=B;var h=t(120),p=t.n(h),f=function(){function A(A,e){this.map=null,this.google=null,this.map=A,this.google=e}return A.prototype.resizeMap=function(){google.maps.event.trigger(this.map,"resize")},A.prototype.addEventMap=function(A,t){var n=this;switch(A){case e.Click:this.google.maps.event.addListener(n.map,"click",(function(A){var e=new c([A.latLng.lat(),A.latLng.lng()]);t(e)}));break;case e.ZoomChanged:n.map.addListener("zoom_changed",(function(){var A=new c([n.map.getCenter().lat(),n.map.getCenter().lng()]);t(A)}))}},A.prototype.removeEventMap=function(A){switch(A){case e.Click:this.google.maps.event.clearListeners(this.map,"click");break;case e.ZoomChanged:this.google.maps.event.clearListeners(this.map,"zoom_changed")}},A.prototype.getZoom=function(){return this.map.getZoom()},A.prototype.setZoom=function(A){return this.map.setZoom(A)},A.prototype.takeScreenShot=function(A){return e=this,t=void 0,r=function(){var e,t,n;return function(A,e){var t,n,r,o,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(a){return function(s){if(t)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(i=0)),i;)try{if(t=1,n&&(r=2&s[0]?n.return:s[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;switch(n=0,r&&(s=[2&s[0],r.value]),s[0]){case 0:case 1:r=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,n=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!((r=(r=i.trys).length>0&&r[r.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!r||s[1]>r[0]&&s[1]<r[3])){i.label=s[1];break}if(6===s[0]&&i.label<r[1]){i.label=r[1],r=s;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(s);break}r[2]&&i.ops.pop(),i.trys.pop();continue}s=e.call(A,i)}catch(A){s=[6,A],n=0}finally{t=r=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}}(this,(function(r){switch(r.label){case 0:return e="",(t=document.getElementById(A))?[4,p()(t,{useCORS:!0,allowTaint:!0})]:[3,2];case 1:n=r.sent(),e=n.toDataURL("image/png",1),r.label=2;case 2:return[2,e]}}))},new((n=void 0)||(n=Promise))((function(A,o){function i(A){try{a(r.next(A))}catch(A){o(A)}}function s(A){try{a(r.throw(A))}catch(A){o(A)}}function a(e){var t;e.done?A(e.value):(t=e.value,t instanceof n?t:new n((function(A){A(t)}))).then(i,s)}a((r=r.apply(e,t||[])).next())}));var e,t,n,r},A.prototype.getCenter=function(){var A=this.map.getCenter();return[A.lat(),A.lng()]},A.prototype.setCenter=function(A){var e;null===(e=this.map)||void 0===e||e.setCenter(new google.maps.LatLng(A[0],A[1]))},A.prototype.pixelsToLatLng=function(A,e){var t=Math.pow(2,this.map.getZoom()),n=this.map.getProjection().fromLatLngToPoint(this.map.getCenter()),r=new google.maps.Point(A/t||0,e/t||0),o=new google.maps.Point(n.x-r.x,n.y+r.y),i=this.map.getProjection().fromPointToLatLng(o);return[i.lat(),i.lng()]},A.prototype.fitBoundsElements=function(A,e,t,n){var r=new google.maps.LatLngBounds;A&&A.length&&(A.forEach((function(A){return r.extend(A.getPosition())})),this.map.fitBounds(r)),e&&e.length&&(e.forEach((function(A){return r.union(A.getBounds())})),this.map.fitBounds(r)),t&&t.length&&(t.forEach((function(A){return A.getPaths().forEach((function(A){return A.getArray().forEach((function(A){return r.extend(A)}))}))})),this.map.fitBounds(r)),n&&n.length&&(n.forEach((function(A){return A.getPath().forEach((function(A){return r.extend(new google.maps.LatLng(A.lat(),A.lng()))}))})),this.map.fitBounds(r))},A}();const w=f;var Q=t(278),C=function(){function A(A,e){this.map=null,this.google=null,this.map=A,this.google=e}return A.prototype.drawMarker=function(A,e){var t={draggable:A.draggable,icon:null,object:A.object,position:{lat:A.latlng[0],lng:A.latlng[1]}};A.icon&&(t.icon={url:A.icon.url},A.icon.size&&(t.icon.size=new this.google.maps.Size(A.icon.size[0],A.icon.size[1])));var n=new this.google.maps.Marker(t);if(e&&this.google.maps.event.addListener(n,"click",(function(t){var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)})),A.addToMap&&n.setMap(this.map),A.fitBounds){var r=new this.google.maps.LatLngBounds;r.extend(n.getPosition()),this.map.fitBounds(r)}return n},A.prototype.drawCircleMarker=function(A,e){var t={icon:{fillColor:A.style.fillColor,fillOpacity:A.style.fillOpacity,path:this.google.maps.SymbolPath.CIRCLE,scale:A.style.radius,strokeColor:A.style.color,strokeWeight:A.style.weight},object:A.object,position:{lat:A.latlng[0],lng:A.latlng[1]}},n=new this.google.maps.Marker(t);if(e&&this.google.maps.event.addListener(n,"click",(function(t){var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)})),A.addToMap&&n.setMap(this.map),A.fitBounds){var r=new this.google.maps.LatLngBounds;r.extend(n.getPosition()),this.map.fitBounds(r)}return n},A.prototype.toggleMarkers=function(A,e,t){var n=this;A.forEach((function(A){A.setMap(e?n.map:null),t&&(e?n.addMarkerOnClusterer(A,t):n.removeMarkerFromClusterer(A,t))}))},A.prototype.alterMarkerOptions=function(A,e){var t=this,n=null,r=null;e.latlng&&(r={lat:e.latlng[0],lng:e.latlng[1]}),e.icon&&(n=e.icon,e.icon.size&&(n.size=new this.google.maps.Size(e.icon.size[0],e.icon.size[1]))),A.forEach((function(A){e.style&&(n={fillColor:e.style.fillColor?e.style.fillColor:A.icon.fillColor,fillOpacity:e.style.fillOpacity?e.style.fillOpacity:A.icon.fillOpacity,path:t.google.maps.SymbolPath.CIRCLE,scale:e.style.radius?e.style.radius:A.icon.scale,strokeColor:e.style.color?e.style.color:A.icon.strokeColor,strokeWeight:e.style.weight?e.style.weight:A.icon.strokeWeight});var o;o=r&&n?{icon:n,position:r}:r?{position:r}:{icon:n},A.setOptions(o)}))},A.prototype.alterMarkerPosition=function(A,e,t){var n=this,r={lat:e[0],lng:e[1]};A.forEach((function(A){t?n.moveTransitionMarker(r,A):A.setPosition(r)}))},A.prototype.fitBoundsPositions=function(A){var e=new this.google.maps.LatLngBounds;A.map((function(A){return A.position})).forEach((function(A){return e.extend(A)})),this.map.fitBounds(e)},A.prototype.isMarkerOnMap=function(A){return!!A.map},A.prototype.setCenterMarker=function(A){this.map.setCenter(A.getPosition())},A.prototype.addMarkerEvent=function(A,e,t){var n=this;A.forEach((function(A){switch(e){case r.Click:n.google.maps.event.addListener(A,"click",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}));break;case r.RightClick:n.google.maps.event.addListener(A,"rightclick",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}));break;case r.AfterDrag:n.google.maps.event.addListener(A,"dragend",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}));break;case r.MouseOver:n.google.maps.event.addListener(A,"mouseover",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}));break;case r.MouseOut:n.google.maps.event.addListener(A,"mouseout",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}));break;case r.BeforeDrag:n.google.maps.event.addListener(A,"dragstart",(function(e){var n=new c([e.latLng.lat(),e.latLng.lng()]);t(n,A.object)}))}}))},A.prototype.removeMarkerEvent=function(A,e){var t=this;A.forEach((function(A){switch(e){case r.Click:t.google.maps.event.clearListeners(A,"click");break;case r.RightClick:t.google.maps.event.clearListeners(A,"rightclick");break;case r.AfterDrag:t.google.maps.event.clearListeners(A,"dragend");break;case r.MouseOver:t.google.maps.event.clearListeners(A,"mouseover");break;case r.MouseOut:t.google.maps.event.clearListeners(A,"mouseout");break;case r.BeforeDrag:t.google.maps.event.clearListeners(A,"dragstart")}}))},A.prototype.addMarkerClusterer=function(A){return new Q(this.map,[],{maxZoom:A.clusterMaxZoom,minimumClusterSize:A.clusterMinSize,zoomOnClick:A.clusterZoomOnClick})},A.prototype.alterMarkerClustererConfig=function(A,e){A.setZoomOnClick(e.clusterZoomOnClick),A.setMinimumClusterSize(e.clusterMinSize),A.setMaxZoom(e.clusterMaxZoom)},A.prototype.refreshClusterer=function(A){A.repaint()},A.prototype.addMarkerOnClusterer=function(A,e){-1===e.getMarkers().indexOf(A)&&e.addMarker(A,!0)},A.prototype.removeMarkerFromClusterer=function(A,e){e.removeMarker(A)},A.prototype.clearMarkersClusterer=function(A){A.clearMarkers()},A.prototype.countMarkersOnCluster=function(A){return A.getMarkers().length},A.prototype.moveTransitionMarker=function(A,e){var t={deltaLat:(A.lat-e.getPosition().lat())/5,deltaLng:(A.lng-e.getPosition().lng())/5,i:0,position:[e.getPosition().lat(),e.getPosition().lng()],lastPosition:A};this.moveMarker(e,t,5)},A.prototype.moveMarker=function(A,e,t){var n=this;e.position[0]+=e.deltaLat,e.position[1]+=e.deltaLng,A.setPosition(new google.maps.LatLng(e.position[0],e.position[1])),e.i<t?(e.i++,setTimeout((function(){return n.moveMarker(A,e,t)}),20)):e.i===t&&setTimeout((function(){return A.setPosition(e.lastPosition)}),20)},A}();const y=C;var v=function(){function A(A,e,t){function n(e,t,n,r,o){this.bounds_=e,this.div_=t,this.draggable=n,this.afterDragHandler=o,this.object=r,this.setMap(A)}this.map={},this.google={},this.OverlayGoogle=null,this.map=A,this.google=e,this.googlePolygons=t,n.prototype=new this.google.maps.OverlayView,n.prototype.onAdd=function(){var A=this,t=this.getPanes();t.overlayLayer.appendChild(this.div_),t.overlayMouseTarget.appendChild(this.div_),e.maps.event.addDomListener(this.div_,"click",(function(){e.maps.event.trigger(this.div_,"click")})),this.draggable&&(e.maps.event.addDomListener(this.get("map").getDiv(),"mouseleave",(function(){e.maps.event.trigger(this.div_,"mouseup")})),e.maps.event.addDomListener(this.div_,"mousedown",(function(t){this.style.cursor="move",A.map.set("draggable",!1),A.set("origin",t),A.moveHandler=e.maps.event.addDomListener(A.get("map").getDiv(),"mousemove",(function(t){var n=A.get("origin"),r=n.clientX-t.clientX,o=n.clientY-t.clientY,i=A.getProjection().fromLatLngToDivPixel(A.bounds_.getCenter()),s=A.getProjection().fromDivPixelToLatLng(new e.maps.Point(i.x-r,i.y-o));A.set("origin",t),A.bounds_=new e.maps.LatLngBounds,A.bounds_.extend(s),A.draw()}))})),e.maps.event.addDomListener(this.div_,"mouseup",(function(){if(A.map.set("draggable",!0),this.style.cursor="default",e.maps.event.removeListener(A.moveHandler),A.afterDragHandler){var t=A.bounds_.getCenter(),n=new c([t.lat(),t.lng()]);A.afterDragHandler(n,A.object)}})))},n.prototype.draw=function(){var A=this.getProjection().fromLatLngToDivPixel(this.bounds_.getCenter()),e=this.div_;e.style.left=A.x+"px",e.style.top=A.y+"px"},n.prototype.onRemove=function(){this.div_.parentNode.removeChild(this.div_)},this.OverlayGoogle=n}return A.prototype.drawOverlay=function(A,e){var t=null;e&&e.length>0?t=this.googlePolygons.getPolygonsBounds(e):(t=new this.google.maps.LatLngBounds).extend(new this.google.maps.LatLng(A.position[0],A.position[1]));var n=new this.OverlayGoogle(t,A.divElement,A.draggable,A.object,A.afterEventDragHandler);return A.addToMap&&n.setMap(this.map),n.object=A.object,n},A.prototype.toggleOverlay=function(A,e){var t=this;A.forEach((function(A){return A.setMap(e?t.map:null)}))},A}();const U=v;var m=function(){function A(A,e){this.map={},this.google={},this.map=A,this.google=e}return A.prototype.drawPolygon=function(A,e){var t=this,n=this.getPathRecursiveArray(A.path);n=this.getPathPolylineArray(n);var r={draggable:A.draggable,editable:A.editable,fillColor:A.fillColor,fillOpacity:A.fillOpacity,object:A.object,paths:n,strokeColor:A.color,strokeOpacity:A.opacity,strokeWeight:A.weight,suppressUndo:!0,zIndex:A.zIndex},o=new this.google.maps.Polygon(r);return e&&this.google.maps.event.addListener(o,"click",(function(t){var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)})),A.addToMap&&o.setMap(t.map),A.fitBounds&&t.map.fitBounds(t.getPolygonBounds(o)),o},A.prototype.togglePolygons=function(A,e){var t=this;A.forEach((function(A){return A.setMap(e?t.map:null)}))},A.prototype.alterPolygonOptions=function(A,e){var t={};A.forEach((function(A){if(t={editable:null!==e.editable&&void 0!==e.editable?e.editable:A.editable,fillColor:e.fillColor?e.fillColor:A.fillColor,fillOpacity:e.fillOpacity?e.fillOpacity:A.fillOpacity,strokeColor:e.color?e.color:A.strokeColor,strokeOpacity:e.opacity?e.opacity:A.strokeOpacity,strokeWeight:e.weight?e.weight:A.strokeWeight,draggable:null!==e.draggable&&void 0!==e.draggable?e.draggable:A.draggable},e.path){var n=[];e.path.forEach((function(A){return n.push({lat:A[0],lng:A[1]})})),A.setPath(n)}A.setOptions(t),e.object&&(A.object=e.object)}))},A.prototype.fitBoundsPolygons=function(A){this.map.fitBounds(this.getPolygonsBounds(A))},A.prototype.setCenterPolygons=function(A){this.map.setCenter(this.getPolygonsBounds(A).getCenter())},A.prototype.isPolygonOnMap=function(A){return!!A.map},A.prototype.getPolygonPath=function(A){return A.getPaths().getArray().map((function(A){return A.getArray().map((function(A){return new c([A.lat(),A.lng()])}))}))},A.prototype.addPolygonEvent=function(A,e,t){var n=this;A.forEach((function(A){switch(e){case i.SetAt:n.addPolygonEventMove(A,t);break;case i.InsertAt:n.addPolygonEventInsertAt(A,t);break;case i.RemoveAt:n.addPolygonEventRemoveAt(A,t);break;case i.DragPolygon:n.addPolygonEventDragPolygon(A,t);break;case i.Click:n.addPolygonEventClick(A,t)}}))},A.prototype.removePolygonEvent=function(A,e){var t=this;A.forEach((function(A){switch(e){case i.SetAt:t.google.maps.event.clearListeners(A.getPaths(),"set_at");break;case i.InsertAt:t.google.maps.event.clearListeners(A.getPaths(),"insert_at");break;case i.RemoveAt:t.google.maps.event.clearListeners(A.getPaths(),"remove_at");break;case i.DragPolygon:t.google.maps.event.clearListeners(A,"dragstart"),t.google.maps.event.clearListeners(A,"dragend");break;case i.Click:t.google.maps.event.clearListeners(A,"click")}}))},A.prototype.getPolygonsBounds=function(A){var e=new this.google.maps.LatLngBounds;return A.forEach((function(A){A.getPaths().getArray().forEach((function(A){return A.getArray().forEach((function(A){return e.extend(A)}))}))})),e},A.prototype.getPolygonBounds=function(A){var e=new this.google.maps.LatLngBounds;return A.getPaths().getArray().forEach((function(A){return A.getArray().forEach((function(A){return e.extend(A)}))})),e},A.prototype.addPolygonEventMove=function(A,e){for(var t=A.getPaths().getLength(),n=0;n<t;n++)this.addPolygonEventMoveAllPaths(A,A.getPaths().getAt(n),e)},A.prototype.addPolygonEventMoveAllPaths=function(A,e,t){this.google.maps.event.addListener(e,"set_at",(function(n,r){if(!A.dragging){var o=e.getAt(n),i=new c([o.lat(),o.lng()]),s=new c([r.lat(),r.lng()]);t(i,s,A.object,n,A.getPaths().getArray().map((function(A){return A.getArray().map((function(A){return new c([A.lat(),A.lng()])}))})))}}))},A.prototype.addPolygonEventInsertAt=function(A,e){for(var t=A.getPaths().getLength(),n=0;n<t;n++)this.addPolygonEventInsertAtAllPaths(A,A.getPaths().getAt(n),e)},A.prototype.addPolygonEventInsertAtAllPaths=function(A,e,t){this.google.maps.event.addListener(e,"insert_at",(function(n){var r=e.getAt(n),o=new c([r.lat(),r.lng()]),i=e.getAt(n-1),s=i?new c([i.lat(),i.lng()]):null;t(o,s,A.object,n,A.getPaths().getArray().map((function(A){return A.getArray().map((function(A){return new c([A.lat(),A.lng()])}))})))}))},A.prototype.addPolygonEventRemoveAt=function(A,e){for(var t=A.getPaths().getLength(),n=0;n<t;n++)this.addPolygonEventRemoveAtAllPaths(A,A.getPaths().getAt(n),e)},A.prototype.addPolygonEventRemoveAtAllPaths=function(A,e,t){this.google.maps.event.addListener(e,"remove_at",(function(n){var r=new c([e.getAt(n).lat(),e.getAt(n).lng()]);t(r,A.getPaths().getArray().map((function(A){return A.getArray().map((function(A){return new c([A.lat(),A.lng()])}))})),A.object)}))},A.prototype.addPolygonEventDragPolygon=function(A,e){this.google.maps.event.addListener(A,"dragstart",(function(e){A.dragging=!0})),this.google.maps.event.addListener(A,"dragend",(function(t){A.dragging=!1,e(A.getPaths().getArray().map((function(A){return A.getArray().map((function(A){return new c([A.lat(),A.lng()])}))})),A.object)}))},A.prototype.addPolygonEventClick=function(A,e){this.google.maps.event.addListener(A,"click",(function(t){var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)}))},A.prototype.getPathRecursiveArray=function(A){var e=this;return Array.isArray(A)&&"number"!=typeof A[0]?A.map((function(A){return e.getPathRecursiveArray(A)})):{lat:A[0],lng:A[1]}},A.prototype.getPathPolylineArray=function(A){return"number"==typeof A[0].lat?A:"number"!=typeof A[0][0].lat?(A=A[0],this.getPathPolylineArray(A)):A},A}();const F=m;var E;!function(A){A[A.Dashed=0]="Dashed",A[A.Dotted=1]="Dotted",A[A.Arrow=2]="Arrow"}(E||(E={}));var b=function(){function A(A,e,t){this.map=null,this.google=null,this.googlePopups=null,this.selectedPolyline=null,this.selectedPath=null,this.navigateInfoWindow=null,this.directionForward=!1,this.multiSelectionForward=!1,this.multiSelection=!1,this.navigateByPoint=!1,this.navigationOptions={},this.map=A,this.google=e,this.googlePopups=t,this.editModeBlockingMapClick=!1}return A.prototype.drawPolyline=function(A,e,t){var n=this,r={draggable:A.draggable,editable:A.editable,icons:null,infowindows:A.infowindows,object:A.object,path:null,strokeColor:A.color,strokeOpacity:A.opacity||1,strokeWeight:A.weight,suppressUndo:!0,zIndex:A.zIndex};if(null!==A.style)switch(A.style){case E.Dotted:console.warn("PolylineType.Dotted is deprecated, instead use PolylineType.Dashed.");break;case E.Dashed:r.strokeOpacity=0,r.icons=[{icon:{path:"M 0,-1 0,1",scale:2,strokeOpacity:1,strokeWeight:A.weight},offset:"0",repeat:"10px"}];break;case E.Arrow:r.icons=[{icon:{path:google.maps.SymbolPath.FORWARD_OPEN_ARROW,scaledSize:new google.maps.Size(20,20),size:new google.maps.Size(20,20)},offset:"100%",repeat:"100px"},{icon:{path:google.maps.SymbolPath.FORWARD_OPEN_ARROW},offset:"0%"},{icon:{path:google.maps.SymbolPath.FORWARD_OPEN_ARROW},offset:"100%"}]}r.path=A.path?A.path.map((function(A){return{lat:A[0],lng:A[1]}})):[];var o=new this.google.maps.Polyline(r);return A.editable&&this.attachVertexDragEvents(o,t),e&&this.google.maps.event.addListener(o,"click",(function(A){var t=new c([A.latLng.lat(),A.latLng.lng()]);e(t,o.object)})),A.addToMap&&o.setMap(n.map),A.fitBounds&&n.map.fitBounds(n.getPolylineBounds(o)),o},A.prototype.attachVertexDragEvents=function(A,e){var t=this,n=A.getPath(),r=!1,o=-1;google.maps.event.addListener(n,"set_at",(function(A){r=!0,o=A,t.setEditModeBlockingMapClick(!0)})),google.maps.event.addListener(n,"insert_at",(function(A){r=!0,o=A,t.setEditModeBlockingMapClick(!0)})),google.maps.event.addListener(A,"mouseup",(function(){r&&-1!==o&&(e&&e({_latLng:t.getPolylinePath(A).map((function(A){return{lat:A[0],long:A[1]}})),origin:A.path}),setTimeout((function(){t.setEditModeBlockingMapClick(!1)}),500),r=!1,o=-1)}))},A.prototype.setEditModeBlockingMapClick=function(A){this.editModeBlockingMapClick=A},A.prototype.drawPolylineWithNavigation=function(A,e){var t=this.drawPolyline(A,null);return t.navigationHandlerClick=e,this.navigationOptions=A.navigateOptions,this.navigateByPoint=!this.navigationOptions||this.navigationOptions.navigateByPoint,this.addNavigation(t),t},A.prototype.togglePolylines=function(A,e){var t=this;A.forEach((function(A){var n=t;A.setMap(e?n.map:null)}))},A.prototype.alterPolylineOptions=function(A,e){A.forEach((function(A){var t={draggable:e.draggable?e.draggable:A.draggable,editable:e.editable?e.editable:A.editable,infowindows:e.infowindows?e.infowindows:A.infowindows,object:e.object?e.object:A.object,strokeColor:e.color?e.color:A.strokeColor,strokeOpacity:e.opacity?e.opacity:A.strokeOpacity,strokeWeight:e.weight?e.weight:A.strokeWeight,zIndex:e.zIndex?e.zIndex:A.zIndex};switch(e.path&&A.setPath(e.path.map((function(A){return new google.maps.LatLng(A[0],A[1])}))),e.style){case E.Dotted:console.warn("PolylineType.Dotted is deprecated, instead use PolylineType.Dashed.");break;case E.Dashed:t.strokeOpacity=0,t.icons=[{icon:{path:"M 0,-1 0,1",scale:2,strokeOpacity:1},offset:"0",repeat:"10px"}];break;case E.Arrow:t.icons=[{icon:{path:google.maps.SymbolPath.FORWARD_OPEN_ARROW,scaledSize:new google.maps.Size(20,20),size:new google.maps.Size(20,20)},offset:"90%",repeat:"20%"},{icon:{path:google.maps.SymbolPath.FORWARD_OPEN_ARROW},offset:"0%"},{icon:{path:google.maps.SymbolPath.FORWARD_OPEN_ARROW},offset:"100%"}];break;default:t.icons=null}A.setOptions(t)}))},A.prototype.fitBoundsPolylines=function(A){this.map.fitBounds(this.getPolylinesBounds(A))},A.prototype.isPolylineOnMap=function(A){return!!A.map},A.prototype.addPolylinePath=function(A,e){var t=this;A.forEach((function(A){var n=A.getPath();n.push(new t.google.maps.LatLng(e[0],e[1])),A.setPath(n)}))},A.prototype.getPolylinePath=function(A){return A.getPath().getArray().map((function(A){return[A.lat(),A.lng()]}))},A.prototype.removePolylineHighlight=function(){this.google.maps.event.clearListeners(document,"keyup"),this.google.maps.event.clearListeners(document,"keydown"),this.selectedPath&&(this.selectedPath.setMap(null),this.selectedPath=null),this.navigateInfoWindow&&this.navigateInfoWindow.close()},A.prototype.addPolylineEvent=function(A,e,t){var n=this;A.forEach((function(A){switch(e){case s.SetAt:n.addPolylineEventMove(A,t);break;case s.RightClick:n.addPolylineEventRightClick(A,t);break;case s.InsertAt:n.addPolylineEventInsertAt(A,t);break;case s.RemoveAt:n.addPolylineEventRemoveAt(A,t);break;case s.DragPolyline:n.addPolylineEventDragPolyline(A,t);break;case s.MouseOver:n.addPolylineEventMouseOver(A,t);break;case s.MouseOut:n.addPolylineEventMouseOut(A,t)}}))},A.prototype.removePolylineEvent=function(A,e){var t=this;A.forEach((function(A){return t.google.maps.event.clearListeners(A,"click")})),A.forEach((function(A){switch(e){case s.SetAt:t.google.maps.event.clearListeners(A.getPath(),"set_at");break;case s.RightClick:t.google.maps.event.clearListeners(A,"rightclick");break;case s.InsertAt:t.google.maps.event.clearListeners(A.getPath(),"insert_at");break;case s.RemoveAt:t.google.maps.event.clearListeners(A.getPath(),"remove_at");break;case s.DragPolyline:t.google.maps.event.clearListeners(A,"dragstart"),t.google.maps.event.clearListeners(A,"dragend");break;case s.MouseOver:t.google.maps.event.clearListeners(A,"mouseover");break;case s.MouseOut:t.google.maps.event.clearListeners(A,"mouseout")}}))},A.prototype.setIndexPolylineHighlight=function(A,e){this.directionForward=!1,A.initialIdx=e,A.finalIdx=e+1,this.moveSelectedPath(A,this.navigationOptions),this.selectedPolyline=A,this.navigationOptions.navegateOnKeyPress?(this.google.maps.event.clearListeners(document,"keydown"),this.google.maps.event.addDomListener(document,"keydown",this.onKeyUp.bind(this))):(this.google.maps.event.clearListeners(document,"keyup"),this.google.maps.event.addDomListener(document,"keyup",this.onKeyUp.bind(this)))},A.prototype.getObjectPolyline=function(A){return A.object},A.prototype.getObjectPolylineHighlight=function(){return this.selectedPath?this.selectedPath.object:null},A.prototype.addPolylineHighlightEvent=function(A,e){this.selectedPath&&this.addPolylineEvent([this.selectedPath],A,e)},A.prototype.getPolylineHighlightIndex=function(){return this.selectedPath?[this.selectedPath.initialIdx,this.selectedPath.finalIdx]:null},A.prototype.addNavigation=function(A){this.google.maps.event.clearListeners(A,"click"),this.google.maps.event.addListener(A,"click",this.onClickPolyline.bind(this,A))},A.prototype.onClickPolyline=function(A,e){var t=this.checkIdx(A,e.latLng);if(A.initialIdx=t,A.finalIdx=t+1,this.moveSelectedPath(A,this.navigationOptions),this.selectedPolyline=A,this.navigationOptions.navegateOnKeyPress?(this.google.maps.event.clearListeners(document,"keydown"),this.google.maps.event.addDomListener(document,"keydown",this.onKeyUp.bind(this))):(this.google.maps.event.clearListeners(document,"keyup"),this.google.maps.event.addDomListener(document,"keyup",this.onKeyUp.bind(this))),A.navigationHandlerClick){var n=new c([e.latLng.lat(),e.latLng.lng()]);A.navigationHandlerClick(n,A.object)}},A.prototype.onKeyUp=function(A){var e=this;if(e.selectedPath)switch(A.which?A.which:A.keyCode){case 38:case 39:e.moveForwards(A.shiftKey);break;case 37:case 40:e.moveBackwards(A.shiftKey)}},A.prototype.moveForwards=function(A){var e=this,t=e.selectedPolyline;(!e.navigateByPoint||e.directionForward)&&t.finalIdx<t.getPath().getArray().length-1&&e.navigateForward(A,t),e.directionForward=!0,e.moveSelectedPath(t,null)},A.prototype.navigateForward=function(A,e){var t=this;A?(t.multiSelection=!0,t.multiSelectionForward&&e.finalIdx++,t.multiSelectionForward=!0):(e.finalIdx++,e.initialIdx=t.multiSelection?e.finalIdx-1:e.initialIdx+1,t.multiSelection=!1)},A.prototype.moveBackwards=function(A){var e=this,t=e.selectedPolyline;e.navigateByPoint&&e.directionForward||!(t.initialIdx>0)||e.navigateBackward(A,t),e.directionForward=!1,e.moveSelectedPath(t,null)},A.prototype.navigateBackward=function(A,e){var t=this;A?(t.multiSelection=!0,t.multiSelectionForward||e.initialIdx--,t.multiSelectionForward=!1):(e.initialIdx--,e.finalIdx=t.multiSelection?e.initialIdx+1:e.finalIdx-1,t.multiSelection=!1)},A.prototype.moveSelectedPath=function(A,e){var t=A.getPath().getArray().slice(A.initialIdx,A.finalIdx+1);if(this.selectedPath)this.selectedPath.setPath(t),this.selectedPath.object=A.object,this.updateSelectedPathListeners();else{var n={editable:null==e?void 0:e.editable,keyboardShortcuts:!1,map:this.map,object:A.object,path:t,strokeColor:e&&e.color||"#FF0000",strokeOpacity:e&&e.opacity||1,strokeWeight:e&&e.weight||10,zIndex:9999};if(null!==(null==e?void 0:e.style))switch(null==e?void 0:e.style){case E.Dotted:console.warn("PolylineType.Dotted is deprecated, instead use PolylineType.Dashed.");break;case E.Dashed:n.strokeOpacity=0,n.icons=[{icon:{path:"M 0,-1 0,1",scale:2,strokeOpacity:1},offset:"0",repeat:"10px"}];break;case E.Arrow:n.icons=[{icon:{anchor:new google.maps.Point(0,2),fillColor:"#000",fillOpacity:.7,path:google.maps.SymbolPath.FORWARD_OPEN_ARROW,scale:4,strokeColor:"#000",strokeWeight:5},offset:"100%"}]}this.selectedPath=new this.google.maps.Polyline(n)}this.selectedPath.initialIdx=A.initialIdx,this.selectedPath.finalIdx=A.finalIdx,this.drawPopupNavigation(A)},A.prototype.addPolylineEventMove=function(A,e){A.moveListener=function(t,n){if(!A.dragging){var r=A.getPath().getAt(t),o=new c([r.lat(),r.lng()]),i=new c([n.lat(),n.lng()]);e(o,i,A.object,t,A.getPath().getArray().map((function(A){return new c([A.lat(),A.lng()])})))}},this.google.maps.event.addListener(A.getPath(),"set_at",A.moveListener)},A.prototype.addPolylineEventInsertAt=function(A,e){A.insertAtListener=function(t){var n=A.getPath(),r=n.getAt(t),o=new c([r.lat(),r.lng()]),i=n.getAt(t-1),s=i?new c([i.lat(),i.lng()]):null;e(o,s,A.object,t,A.getPath().getArray().map((function(A){return new c([A.lat(),A.lng()])})))},this.google.maps.event.addListener(A.getPath(),"insert_at",A.insertAtListener)},A.prototype.addPolylineEventRemoveAt=function(A,e){A.removeAtListener=function(t){var n=new c([A.getPath().getAt(t).lat(),A.getPath().getAt(t).lng()]);e(n,A.object,A.getPath().getArray().map((function(A){return new c([A.lat(),A.lng()])})))},this.google.maps.event.addListener(A.getPath(),"remove_at",A.removeAtListener)},A.prototype.addPolylineEventRightClick=function(A,e){A.rightClickPolylineListener=function(t){A.dragging=!1;var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)},this.google.maps.event.addListener(A,"rightclick",A.rightClickPolylineListener)},A.prototype.addPolylineEventMouseOver=function(A,e){A.overPolylineListener=function(t){A.dragging=!1;var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)},this.google.maps.event.addListener(A,"mouseover",A.overPolylineListener)},A.prototype.addPolylineEventMouseOut=function(A,e){A.outPolylineListener=function(t){A.dragging=!1;var n=new c([t.latLng.lat(),t.latLng.lng()]);e(n,A.object)},this.google.maps.event.addListener(A,"mouseout",A.outPolylineListener)},A.prototype.addPolylineEventDragPolyline=function(A,e){A.dragPolylineListener=function(){A.dragging=!1;var t=A.getPath().getArray().map((function(A){return new c([A.lat(),A.lng()])}));e(t,A.object)},this.google.maps.event.addListener(A,"dragend",A.dragPolylineListener),this.google.maps.event.addListener(A,"dragstart",(function(){return A.dragging=!0}))},A.prototype.updateSelectedPathListeners=function(){this.selectedPath.moveListener&&(this.google.maps.event.clearListeners(this.selectedPath.getPath(),"set_at"),this.google.maps.event.addListener(this.selectedPath.getPath(),"set_at",this.selectedPath.moveListener)),this.selectedPath.insertAtListener&&(this.google.maps.event.clearListeners(this.selectedPath.getPath(),"insert_at"),this.google.maps.event.addListener(this.selectedPath.getPath(),"insert_at",this.selectedPath.insertAtListener)),this.selectedPath.removeAtListener&&(this.google.maps.event.clearListeners(this.selectedPath.getPath(),"remove_at"),this.google.maps.event.addListener(this.selectedPath.getPath(),"remove_at",this.selectedPath.removeAtListener))},A.prototype.drawPopupNavigation=function(A){var e,t,n=this,r=n.directionForward?A.finalIdx:A.initialIdx;n.navigateByPoint||(r=A.finalIdx>A.initialIdx?A.finalIdx:A.initialIdx);var o=A.infowindows?A.infowindows[r]:null;if(o){var i=A.getPath().getArray()[r];n.navigateInfoWindow?null===(e=this.googlePopups)||void 0===e||e.alterPopup(n.navigateInfoWindow,{content:o,latlng:[i.lat(),i.lng()]}):n.navigateInfoWindow=null===(t=this.googlePopups)||void 0===t?void 0:t.drawPopup({content:o,latlng:[i.lat(),i.lng()]})}},A.prototype.checkIdx=function(A,e){for(var t=A.getPath(),n=0,r=Number.MAX_VALUE,o=-1,i=0;i<t.length-1;i++)(n=this.distanceToLine(t.getAt(i),t.getAt(i+1),e))<r&&(r=n,o=i);return o},A.prototype.distanceToLine=function(A,e,t){var n=this,r=e.lng()-A.lng(),o=e.lat()-A.lat(),i=(t.lng()-A.lng())*r,s=r*r+o*o;if(i+=(t.lat()-A.lat())*o,s>0?i/=s:i=-1,i<0)return n.kmTo(t,A);if(i>1)return n.kmTo(t,e);var a=new this.google.maps.LatLng(A.lat()+i*o,A.lng()+i*r);return n.kmTo(t,a)},A.prototype.kmTo=function(A,e){var t=Math,n=t.PI/180,r=A.lat()*n,o=e.lat()*n,i=r-o,s=A.lng()*n-e.lng()*n;return 2*t.asin(t.sqrt(t.pow(t.sin(i/2),2)+t.cos(r)*t.cos(o)*t.pow(t.sin(s/2),2)))*6378.137*1e3},A.prototype.getPolylinesBounds=function(A){var e=new this.google.maps.LatLngBounds;return A.forEach((function(A){A.getPath().getArray().forEach((function(A){return e.extend(A)}))})),e},A.prototype.getPolylineBounds=function(A){var e=new this.google.maps.LatLngBounds;return A.getPath().getArray().forEach((function(A){return e.extend(A)})),e},A}();const H=b;var I=function(){function A(A,e){this.map={},this.google={},this.map=A,this.google=e}return A.prototype.drawPopup=function(A,e){var t=new this.google.maps.InfoWindow({content:A.content});return A.latlng&&t.setPosition({lat:A.latlng[0],lng:A.latlng[1]}),t.open(this.map,e||null),A.object&&(t.object=A.object),t},A.prototype.alterPopup=function(A,e,t){return this.alterPopupContent(A,e,t),A.getMap()||A.open(this.map,t||null),e.object&&(A.object=e.object),A},A.prototype.alterPopupContent=function(A,e,t){e.content&&A.setContent(e.content),e.latlng?A.setPosition({lat:e.latlng[0],lng:e.latlng[1]}):t&&A.setPosition(t.getPosition()),e.object&&(A.object=e.object)},A.prototype.closePopup=function(A){A.close()},A}();const M=I;var P=function(A,e,t,n){return new(t||(t=Promise))((function(r,o){function i(A){try{a(n.next(A))}catch(A){o(A)}}function s(A){try{a(n.throw(A))}catch(A){o(A)}}function a(A){var e;A.done?r(A.value):(e=A.value,e instanceof t?e:new t((function(A){A(e)}))).then(i,s)}a((n=n.apply(A,e||[])).next())}))},k=function(A,e){var t,n,r,o,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(a){return function(s){if(t)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(i=0)),i;)try{if(t=1,n&&(r=2&s[0]?n.return:s[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;switch(n=0,r&&(s=[2&s[0],r.value]),s[0]){case 0:case 1:r=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,n=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!((r=(r=i.trys).length>0&&r[r.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!r||s[1]>r[0]&&s[1]<r[3])){i.label=s[1];break}if(6===s[0]&&i.label<r[1]){i.label=r[1],r=s;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(s);break}r[2]&&i.ops.pop(),i.trys.pop();continue}s=e.call(A,i)}catch(A){s=[6,A],n=0}finally{t=r=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}};const O=function(){function A(){this.elementId="",this.googleMarkers=null,this.googlePolygons=null,this.googleCircles=null,this.googlePolylines=null,this.googlePopups=null,this.googleMap=null,this.googleOverlays=null,this.googleGeoJson=null,this.mapsApiLoader=new l}return A.prototype.initialize=function(A,e,t){return P(this,void 0,void 0,(function(){var n,r,o,i,s,a,l;return k(this,(function(c){switch(c.label){case 0:return c.trys.push([0,2,,3]),[4,this.mapsApiLoader.loadApi(A,e)];case 1:if(n=c.sent(),o={center:new(r=n).maps.LatLng(-14,-54),fullscreenControl:!1,keyboardShortcuts:!1,mapTypeControl:!0,minZoom:4,rotateControl:!1,scaleControl:!1,streetViewControl:!1,zoom:4,zoomControl:!0},e.gestureHandling?o.gestureHandling="cooperative":o.gestureHandling="greedy",e.options)for(i in e.options)e.options.hasOwnProperty(i)&&(o[i]=e.options[i]);return s=[],e.mapTiles&&(a=[r.maps.MapTypeId.ROADMAP,r.maps.MapTypeId.SATELLITE],e.mapTiles.forEach((function(A){a.push(A.name);var e={getTileUrl:function(A,e){return"https://tile.openstreetmap.org/".concat(e,"/").concat(A.x,"/").concat(A.y,".png")},isPng:!0,maxZoom:19,minZoom:0,name:"OpenStreetMap",tileSize:new r.maps.Size(256,256)};for(var t in A)A.hasOwnProperty(t)&&(e[t]=A[t]);var n=new r.maps.ImageMapType(e);s.push({id:A.name,tile:n})})),o.mapTypeControlOptions={mapTypeIds:a,style:r.maps.MapTypeControlStyle.HORIZONTAL_BAR}),l=new r.maps.Map(document.getElementById(t),o),this.elementId=t,this.googleMarkers=new y(l,r),this.googlePolygons=new F(l,r),this.googleCircles=new g(l,r),this.googlePopups=new M(l,r),this.googlePolylines=new H(l,r,this.googlePopups),this.googleMap=new w(l,r),this.googleOverlays=new U(l,r,this.googlePolygons),this.googleGeoJson=new d(l,r),s&&s.length&&s.forEach((function(A){l.mapTypes.set(A.id,A.tile)})),e.showTraffic&&(new r.maps.TrafficLayer).setMap(l),[2,this];case 2:return[2,c.sent()];case 3:return[2]}}))}))},A.prototype.loadGEOJson=function(A,e,t){var n;null===(n=this.googleGeoJson)||void 0===n||n.loadGEOJson(A,e,t)},A.prototype.drawMarker=function(A,e){var t;return null===(t=this.googleMarkers)||void 0===t?void 0:t.drawMarker(A,e)},A.prototype.drawCircleMarker=function(A,e){var t;return null===(t=this.googleMarkers)||void 0===t?void 0:t.drawCircleMarker(A,e)},A.prototype.toggleMarkers=function(A,e,t){var n;null===(n=this.googleMarkers)||void 0===n||n.toggleMarkers(A,e,t)},A.prototype.alterMarkerOptions=function(A,e){var t;null===(t=this.googleMarkers)||void 0===t||t.alterMarkerOptions(A,e)},A.prototype.alterMarkerPosition=function(A,e,t){var n;null===(n=this.googleMarkers)||void 0===n||n.alterMarkerPosition(A,e,t)},A.prototype.fitBoundsPositions=function(A){var e;null===(e=this.googleMarkers)||void 0===e||e.fitBoundsPositions(A)},A.prototype.isMarkerOnMap=function(A){var e;return null===(e=this.googleMarkers)||void 0===e?void 0:e.isMarkerOnMap(A)},A.prototype.setCenterMarker=function(A){var e;null===(e=this.googleMarkers)||void 0===e||e.setCenterMarker(A)},A.prototype.addMarkerEvent=function(A,e,t){var n;null===(n=this.googleMarkers)||void 0===n||n.addMarkerEvent(A,e,t)},A.prototype.removeMarkerEvent=function(A,e){var t;null===(t=this.googleMarkers)||void 0===t||t.removeMarkerEvent(A,e)},A.prototype.addMarkerClusterer=function(A){var e;return null===(e=this.googleMarkers)||void 0===e?void 0:e.addMarkerClusterer(A)},A.prototype.alterMarkerClustererConfig=function(A,e){var t;null===(t=this.googleMarkers)||void 0===t||t.alterMarkerClustererConfig(A,e)},A.prototype.refreshClusterer=function(A){var e;null===(e=this.googleMarkers)||void 0===e||e.refreshClusterer(A)},A.prototype.addMarkerOnClusterer=function(A,e){var t;null===(t=this.googleMarkers)||void 0===t||t.addMarkerOnClusterer(A,e)},A.prototype.removeMarkerFromClusterer=function(A,e){var t;null===(t=this.googleMarkers)||void 0===t||t.removeMarkerFromClusterer(A,e)},A.prototype.clearMarkersClusterer=function(A){var e;null===(e=this.googleMarkers)||void 0===e||e.clearMarkersClusterer(A)},A.prototype.countMarkersOnCluster=function(A){var e;return null===(e=this.googleMarkers)||void 0===e?void 0:e.countMarkersOnCluster(A)},A.prototype.drawPolygon=function(A,e){var t;return null===(t=this.googlePolygons)||void 0===t?void 0:t.drawPolygon(A,e)},A.prototype.togglePolygons=function(A,e){var t;null===(t=this.googlePolygons)||void 0===t||t.togglePolygons(A,e)},A.prototype.alterPolygonOptions=function(A,e){var t;null===(t=this.googlePolygons)||void 0===t||t.alterPolygonOptions(A,e)},A.prototype.fitBoundsPolygons=function(A){var e;null===(e=this.googlePolygons)||void 0===e||e.fitBoundsPolygons(A)},A.prototype.setCenterPolygons=function(A){var e;null===(e=this.googlePolygons)||void 0===e||e.setCenterPolygons(A)},A.prototype.isPolygonOnMap=function(A){var e;return null===(e=this.googlePolygons)||void 0===e?void 0:e.isPolygonOnMap(A)},A.prototype.getPolygonPath=function(A){var e;return null===(e=this.googlePolygons)||void 0===e?void 0:e.getPolygonPath(A)},A.prototype.addPolygonEvent=function(A,e,t){var n;return null===(n=this.googlePolygons)||void 0===n?void 0:n.addPolygonEvent(A,e,t)},A.prototype.removePolygonEvent=function(A,e){var t;null===(t=this.googlePolygons)||void 0===t||t.removePolygonEvent(A,e)},A.prototype.drawCircle=function(A,e){var t;return null===(t=this.googleCircles)||void 0===t?void 0:t.drawCircle(A,e)},A.prototype.toggleCircles=function(A,e){var t;null===(t=this.googleCircles)||void 0===t||t.toggleCircles(A,e)},A.prototype.alterCircleOptions=function(A,e){var t;null===(t=this.googleCircles)||void 0===t||t.alterCircleOptions(A,e)},A.prototype.fitBoundsCircles=function(A){var e;null===(e=this.googleCircles)||void 0===e||e.fitBoundsCircles(A)},A.prototype.isCircleOnMap=function(A){var e;return null===(e=this.googleCircles)||void 0===e?void 0:e.isCircleOnMap(A)},A.prototype.getCircleCenter=function(A){var e;return null===(e=this.googleCircles)||void 0===e?void 0:e.getCircleCenter(A)},A.prototype.getCircleRadius=function(A){var e;return null===(e=this.googleCircles)||void 0===e?void 0:e.getCircleRadius(A)},A.prototype.addCircleEvent=function(A,e,t){var n;null===(n=this.googleCircles)||void 0===n||n.addCircleEvent(A,e,t)},A.prototype.removeCircleEvent=function(A,e){var t;null===(t=this.googleCircles)||void 0===t||t.removeCircleEvent(A,e)},A.prototype.drawPolyline=function(A,e,t){var n;return null===(n=this.googlePolylines)||void 0===n?void 0:n.drawPolyline(A,e,t)},A.prototype.drawPolylineWithNavigation=function(A,e){var t;return null===(t=this.googlePolylines)||void 0===t?void 0:t.drawPolylineWithNavigation(A,e)},A.prototype.togglePolylines=function(A,e){var t;null===(t=this.googlePolylines)||void 0===t||t.togglePolylines(A,e)},A.prototype.alterPolylineOptions=function(A,e){var t;null===(t=this.googlePolylines)||void 0===t||t.alterPolylineOptions(A,e)},A.prototype.fitBoundsPolylines=function(A){var e;null===(e=this.googlePolylines)||void 0===e||e.fitBoundsPolylines(A)},A.prototype.isPolylineOnMap=function(A){var e;return null===(e=this.googlePolylines)||void 0===e?void 0:e.isPolylineOnMap(A)},A.prototype.addPolylinePath=function(A,e){var t;null===(t=this.googlePolylines)||void 0===t||t.addPolylinePath(A,e)},A.prototype.getPolylinePath=function(A){var e;return null===(e=this.googlePolylines)||void 0===e?void 0:e.getPolylinePath(A)},A.prototype.removePolylineHighlight=function(){var A;null===(A=this.googlePolylines)||void 0===A||A.removePolylineHighlight()},A.prototype.addPolylineEvent=function(A,e,t){var n;null===(n=this.googlePolylines)||void 0===n||n.addPolylineEvent(A,e,t)},A.prototype.removePolylineEvent=function(A,e){var t;null===(t=this.googlePolylines)||void 0===t||t.removePolylineEvent(A,e)},A.prototype.setIndexPolylineHighlight=function(A,e){var t;null===(t=this.googlePolylines)||void 0===t||t.setIndexPolylineHighlight(A,e)},A.prototype.getObjectPolyline=function(A){var e;return null===(e=this.googlePolylines)||void 0===e?void 0:e.getObjectPolyline(A)},A.prototype.getObjectPolylineHighlight=function(){var A;return null===(A=this.googlePolylines)||void 0===A?void 0:A.getObjectPolylineHighlight()},A.prototype.addPolylineHighlightEvent=function(A,e){var t;null===(t=this.googlePolylines)||void 0===t||t.addPolylineHighlightEvent(A,e)},A.prototype.getPolylineHighlightIndex=function(){var A;return null===(A=this.googlePolylines)||void 0===A?void 0:A.getPolylineHighlightIndex()},A.prototype.drawPopup=function(A,e){var t;return null===(t=this.googlePopups)||void 0===t?void 0:t.drawPopup(A,e)},A.prototype.alterPopup=function(A,e,t){var n;return null===(n=this.googlePopups)||void 0===n?void 0:n.alterPopup(A,e,t)},A.prototype.alterPopupContent=function(A,e,t){var n;null===(n=this.googlePopups)||void 0===n||n.alterPopupContent(A,e,t)},A.prototype.closePopup=function(A){var e;null===(e=this.googlePopups)||void 0===e||e.closePopup(A)},A.prototype.resizeMap=function(){var A;null===(A=this.googleMap)||void 0===A||A.resizeMap()},A.prototype.addEventMap=function(A,e){var t;null===(t=this.googleMap)||void 0===t||t.addEventMap(A,e)},A.prototype.removeEventMap=function(A){var e;null===(e=this.googleMap)||void 0===e||e.removeEventMap(A)},A.prototype.getZoom=function(){var A;return null===(A=this.googleMap)||void 0===A?void 0:A.getZoom()},A.prototype.setZoom=function(A){var e;null===(e=this.googleMap)||void 0===e||e.setZoom(A)},A.prototype.takeMapScreenshot=function(){var A;return P(this,void 0,void 0,(function(){return k(this,(function(e){switch(e.label){case 0:return[4,null===(A=this.googleMap)||void 0===A?void 0:A.takeScreenShot(this.elementId)];case 1:return[2,e.sent()]}}))}))},A.prototype.getCenter=function(){var A;return null===(A=this.googleMap)||void 0===A?void 0:A.getCenter()},A.prototype.setCenter=function(A){var e;null===(e=this.googleMap)||void 0===e||e.setCenter(A)},A.prototype.pixelsToLatLng=function(A,e){var t;return null===(t=this.googleMap)||void 0===t?void 0:t.pixelsToLatLng(A,e)},A.prototype.fitBoundsElements=function(A,e,t,n){var r;null===(r=this.googleMap)||void 0===r||r.fitBoundsElements(A,e,t,n)},A.prototype.drawOverlay=function(A,e){var t;return null===(t=this.googleOverlays)||void 0===t?void 0:t.drawOverlay(A,e)},A.prototype.toggleOverlay=function(A,e){var t;null===(t=this.googleOverlays)||void 0===t||t.toggleOverlay(A,e)},A}();var K=t(545),x=function(){function A(A,e){this.map={},this.leaflet={},this.map=A,this.leaflet=e}return A.prototype.drawCircle=function(A,e){var t=this,n={color:A.color,draggable:A.draggable,editable:A.editable,fillColor:A.fillColor,fillOpacity:A.fillOpacity,opacity:A.opacity,radius:A.radius,weight:A.weight},r=new this.leaflet.Circle(A.center,n);return e&&r.on("click",(function(A){t.leaflet.DomEvent.stopPropagation(A);var n=new c([A.latlng.lat,A.latlng.lng]);e(n,A.target.object)})),A.addToMap&&(r.addTo(t.map),A.editable&&r.enableEdit()),A.object&&(r.object=A.object),A.fitBounds&&t.map.fitBounds(r.getBounds()),r},A.prototype.toggleCircles=function(A,e){var t=this;A.forEach((function(A){return e?t.map.addLayer(A):t.map.removeLayer(A)}))},A.prototype.alterCircleOptions=function(A,e){A.forEach((function(A){var t={color:e.color?e.color:A.options.color,draggable:e.draggable?e.draggable:A.options.draggable,editable:e.editable?e.editable:A.options.editable,fillColor:e.fillColor?e.fillColor:A.options.fillColor,fillOpacity:e.fillOpacity?e.fillOpacity:A.options.fillOpacity,opacity:e.opacity?e.opacity:A.options.opacity,weight:e.weight?e.weight:A.options.weight};A.setStyle(t),e.radius&&A.setRadius(e.radius),e.center&&A.setLatLng(e.center),null!==e.editable&&void 0!==e.editable&&(e.editable?A.enableEdit():A.disableEdit())}))},A.prototype.fitBoundsCircles=function(A){this.map.fitBounds(this.getBoundsCircles(A))},A.prototype.isCircleOnMap=function(A){return this.map.hasLayer(A)},A.prototype.getCircleCenter=function(A){var e=A.getLatLng();return[e.lat,e.lng]},A.prototype.getCircleRadius=function(A){return A.getRadius()},A.prototype.addCircleEvent=function(A,e,t){A.forEach((function(A){switch(e){case o.Click:A.on("click",(function(e){var n=new c([e.latlng.lat,e.latlng.lng]);t(n,A.object)}));break;case o.CenterChanged:A.on("dragend",(function(e){var n=new c([e.target.getLatLng().lat,e.target.getLatLng().lng]);t(n,A.object)}));break;case o.RadiusChanged:A.on("editable:vertex:dragend",(function(e){var n=new c([e.vertex.latlng.lat,e.vertex.latlng.lng]);t(n,A.object,A.getRadius())}))}}))},A.prototype.removeCircleEvent=function(A,e){A.forEach((function(A){switch(e){case o.Click:A.off("click");break;case o.CenterChanged:A.off("dragend");break;case o.RadiusChanged:A.off("editable:vertex:dragend")}}))},A.prototype.getBoundsCircles=function(A){return new this.leaflet.FeatureGroup(A).getBounds()},A}();const D=x;var S=function(){function A(A,e){this.map={},this.leaflet={},this.map=A,this.leaflet=e}return A.prototype.loadGEOJson=function(A,e,t){var n=this,r=n.parseGeoJson(A,e);r.forEach((function(A){return n.map.addLayer(A)})),n.map.options&&n.map.options.editable&&r.forEach((function(A){A.enableEdit&&A.enableEdit(),t&&A.on("click",(function(A){var e=new c([A.latlng.lat,A.latlng.lng]);t(e)}))}))},A.prototype.parseGeoJson=function(A,e){var t=[];if(Array.isArray(A.features))for(var n=0,r=A.features;n<r.length;n++){var o=r[n];t.push(this.parseGeoJsonToObject(o,e))}else t.push(this.parseGeoJsonToObject(A,e));return t},A.prototype.parseGeoJsonToObject=function(A,e){var t=A.geometry,n=[];switch(A.properties&&Object.assign(e,A.properties),t.type){case"Point":return n=t.coordinates.reverse(),new this.leaflet.Marker(n,e);case"Polygon":return t.coordinates.forEach((function(A){return n.push(A.map((function(A){return A.reverse()})))})),new this.leaflet.Polygon(n,e);case"LineString":return n=t.coordinates.map((function(A){return A.reverse()})),new this.leaflet.Polyline(n,e);default:throw new Error("Unknown object shape.")}},A}();const T=S;var _=function(){function A(A,e,t){this.map={},this.leaflet={},this.leafletPolyline={},this.map=A,this.leaflet=e,this.leafletPolyline=t}return A.prototype.resizeMap=function(){this.map.invalidateSize()},A.prototype.addEventMap=function(A,t){var n=this;switch(A){case e.Click:n.map.on("click",(function(A){var e,r=new c([A.latlng.lat,A.latlng.lng]);(null===(e=n.leafletPolyline)||void 0===e?void 0:e.getEditModeBlockingMapClick())||t(r)}));break;case e.ZoomChanged:n.map.on("zoomend",(function(A){var e=new c([A.target.getCenter().lat,A.target.getCenter().lng]);t(e)}))}},A.prototype.removeEventMap=function(A){switch(A){case e.Click:this.map.off("click");break;case e.ZoomChanged:this.map.off("zoomend")}},A.prototype.getZoom=function(){return this.map.getZoom()},A.prototype.setZoom=function(A){this.map.setZoom(A)},A.prototype.takeScreenShot=function(){return A=this,e=void 0,n=function(){return function(A,e){var t,n,r,o,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(a){return function(s){if(t)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(i=0)),i;)try{if(t=1,n&&(r=2&s[0]?n.return:s[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;switch(n=0,r&&(s=[2&s[0],r.value]),s[0]){case 0:case 1:r=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,n=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!((r=(r=i.trys).length>0&&r[r.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!r||s[1]>r[0]&&s[1]<r[3])){i.label=s[1];break}if(6===s[0]&&i.label<r[1]){i.label=r[1],r=s;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(s);break}r[2]&&i.ops.pop(),i.trys.pop();continue}s=e.call(A,i)}catch(A){s=[6,A],n=0}finally{t=r=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}}(this,(function(A){switch(A.label){case 0:return[4,this.leaflet.takeMapScreenshot()];case 1:return[2,A.sent()]}}))},new((t=void 0)||(t=Promise))((function(r,o){function i(A){try{a(n.next(A))}catch(A){o(A)}}function s(A){try{a(n.throw(A))}catch(A){o(A)}}function a(A){var e;A.done?r(A.value):(e=A.value,e instanceof t?e:new t((function(A){A(e)}))).then(i,s)}a((n=n.apply(A,e||[])).next())}));var A,e,t,n},A.prototype.getCenter=function(){var A=this.map.getCenter();return[A.lat,A.lng]},A.prototype.setCenter=function(A){this.map.panTo(A)},A.prototype.pixelsToLatLng=function(A,e){var t=Math.pow(2,this.map.getZoom()),n=this.leaflet.CRS.Simple.project(this.map.getCenter()),r=new this.leaflet.Point(A/t||0,e/t||0),o=new this.leaflet.Point(n.x-r.x,n.y+r.y),i=this.leaflet.CRS.Simple.unproject(o);return[i.lat,i.lng]},A.prototype.fitBoundsElements=function(A,e,t,n){var r=[];if(A&&A.length&&A.forEach((function(A){return r.push(A)})),e&&e.length&&e.forEach((function(A){return r.push(A)})),t&&t.length&&t.forEach((function(A){return r.push(A)})),n&&n.length&&n.forEach((function(A){return r.push(A)})),r&&r.length){var o=this.leaflet.featureGroup(r).getBounds();this.map.fitBounds(o)}},A}();const G=_;var R=function(){function A(A,e){this.map={},this.leaflet={},this.map=A,this.leaflet=e}return A.prototype.drawMarker=function(A,e){var t={draggable:A.draggable};if(A.icon){t.icon=new this.leaflet.Icon({iconUrl:A.icon.url});var n=A.icon.size;n&&(t.icon.options.iconSize=n,t.icon.options.iconAnchor=[n[0]/2,n[1]],t.icon.options.popupAnchor=[0,-n[1]])}var r=new this.leaflet.Marker(A.latlng,t);if(A.object&&(r.object=A.object),e&&r.on("click",(function(A){var t=new c([A.latlng.lat,A.latlng.lng]);e(t,A.target.object)})),A.addToMap&&!A.addClusterer&&r.addTo(this.map),A.fitBounds){var o=new this.leaflet.FeatureGroup([r]);this.map.fitBounds(o.getBounds())}return r},A.prototype.drawCircleMarker=function(A,e){var t=new this.leaflet.circleMarker(A.latlng,A.style);if(e&&t.on("click",(function(A){var t=new c([A.latlng.lat,A.latlng.lng]);e(t,A.target.object)})),A.addToMap&&t.addTo(this.map),A.fitBounds){var n=new this.leaflet.FeatureGroup([t]);this.map.fitBounds(n.getBounds())}return t.object=A.object,t},A.prototype.toggleMarkers=function(A,e,t){var n=this;A.forEach((function(A){t?e?n.addMarkerOnClusterer(A,t):n.removeMarkerFromClusterer(A,t):e?n.map.addLayer(A):n.map.removeLayer(A)}))},A.prototype.alterMarkerOptions=function(A,e){var t=this;A.forEach((function(A){if("circle"===A.type&&e.style){var n={fillColor:e.style.fillColor?e.style.fillColor:A.options.fillColor,fillOpacity:e.style.fillOpacity?e.style.fillOpacity:A.options.fillOpacity,radius:e.style.radius?e.style.radius:A.options.radius,strokeColor:e.style.color?e.style.color:A.options.strokeColor,strokeWeight:e.style.weight?e.style.weight:A.options.strokeWeight};A.setStyle(n)}if(e.icon){var r=new t.leaflet.icon({iconUrl:e.icon.url}),o=e.icon.size;o&&(r.options.iconSize=o,r.options.iconAnchor=[o[0]/2,o[1]]),A.setIcon(r)}e.latlng&&A.setLatLng(e.latlng)}))},A.prototype.alterMarkerPosition=function(A,e,t){var n=this;A.forEach((function(A){t?n.moveTransitionMarker(e,A):A.setLatLng(e)}))},A.prototype.fitBoundsPositions=function(A){var e=new this.leaflet.featureGroup(A);this.map.fitBounds(e.getBounds())},A.prototype.isMarkerOnMap=function(A){return this.map.hasLayer(A)},A.prototype.setCenterMarker=function(A){this.map.panTo(A.getLatLng())},A.prototype.addMarkerEvent=function(A,e,t){A.forEach((function(A){switch(e){case r.Click:A.on("click",(function(e){var n=new c([e.latlng.lat,e.latlng.lng]);t(n,A.object)}));break;case r.RightClick:A.on("contextmenu",(function(e){var n=new c([e.latlng.lat,e.latlng.lng]);t(n,A.object)}));break;case r.AfterDrag:A.on("dragend",(function(e){var n=new c([e.target.getLatLng().lat,e.target.getLatLng().lng]);t(n,A.object)}));break;case r.MouseOver:A.on("mouseover",(function(e){var n=new c([e.latlng.lat,e.latlng.lng]);t(n,A.object)}));break;case r.MouseOut:A.on("mouseout",(function(e){var n=new c([e.latlng.lat,e.latlng.lng]);t(n,A.object)}));break;case r.BeforeDrag:A.on("dragstart",(function(e){var n=new c([e.target.getLatLng().lat,e.target.getLatLng().lng]);t(n,A.object)}))}}))},A.prototype.removeMarkerEvent=function(A,e){A.forEach((function(A){switch(e){case r.Click:A.off("click");break;case r.RightClick:A.off("contextmenu");break;case r.AfterDrag:A.off("dragend");break;case r.MouseOver:A.off("mouseover");break;case r.MouseOut:A.off("mouseout");break;case r.BeforeDrag:A.off("dragstart")}}))},A.prototype.addMarkerClusterer=function(A){var e=this.leaflet.markerClusterGroup({maxClusterRadius:50,showCoverageOnHover:!1,zoomToBoundsOnClick:A.clusterZoomOnClick});return this.map.addLayer(e),e},A.prototype.alterMarkerClustererConfig=function(A,e){A.options.zoomToBoundsOnClick=e.clusterZoomOnClick},A.prototype.refreshClusterer=function(A){A.refreshClusters()},A.prototype.addMarkerOnClusterer=function(A,e){e.addLayer(A)},A.prototype.removeMarkerFromClusterer=function(A,e){e.removeLayer(A)},A.prototype.clearMarkersClusterer=function(A){A.clearLayers()},A.prototype.countMarkersOnCluster=function(A){return A.getLayers().length},A.prototype.moveTransitionMarker=function(A,e){var t={deltaLat:(A[0]-e.getLatLng().lat)/5,deltaLng:(A[1]-e.getLatLng().lng)/5,i:0,position:[e.getLatLng().lat,e.getLatLng().lng],lastPosition:A};this.moveMarker(e,t,5)},A.prototype.moveMarker=function(A,e,t){var n=this;e.position[0]+=e.deltaLat,e.position[1]+=e.deltaLng,A.setLatLng(e.position),e.i<t?(e.i++,setTimeout((function(){return n.moveMarker(A,e,t)}),20)):e.i===t&&setTimeout((function(){return A.setLatLng(e.lastPosition)}),20)},A}();const N=R;var V=function(){function A(A,e,t){this.map={},this.leaflet={},this.map=A,this.leaflet=e,this.leafletPolygons=t}return A.prototype.drawOverlay=function(A,e){var t=A.divElement.outerHTML,n=new this.leaflet.DivIcon({html:t}),r=e&&e.length>0?this.leafletPolygons.getBoundsPolygons(e).getCenter():A.position,o=new this.leaflet.Marker(r,{icon:n,draggable:A.draggable});return A.addToMap&&o.addTo(this.map),o.object=A.object,A.draggable&&A.afterEventDragHandler&&o.on("dragend",(function(e){var t=new c([e.target.getLatLng().lat,e.target.getLatLng().lng]);A.afterEventDragHandler(t,A.object)})),o},A.prototype.toggleOverlay=function(A,e){var t=this;A.forEach((function(A){return e?t.map.addLayer(A):t.map.removeLayer(A)}))},A}();const j=V;var X=function(){function A(A,e){this.map={},this.leaflet={},this.map=A,this.leaflet=e}return A.prototype.drawPolygon=function(A,e){var t=this,n={color:A.color||"#000",draggable:A.draggable,fillColor:A.fillColor||"#fff",fillOpacity:A.fillOpacity||1,opacity:A.opacity||1,weight:A.weight||2},r=new this.leaflet.Polygon(A.path,n);return e&&r.on("click",(function(A){t.leaflet.DomEvent.stopPropagation(A);var n=new c([A.latlng.lat,A.latlng.lng]);e(n,A.target.object)})),A.addToMap&&(r.addTo(t.map),A.editable&&r.enableEdit()),A.object&&(r.object=A.object),A.fitBounds&&t.map.fitBounds(r.getBounds()),r},A.prototype.togglePolygons=function(A,e){var t=this;A.forEach((function(A){return e?t.map.addLayer(A):t.map.removeLayer(A)}))},A.prototype.alterPolygonOptions=function(A,e){A.forEach((function(A){var t={color:e.color?e.color:A.options.color,draggable:e.draggable?e.draggable:A.options.draggable,fillColor:e.fillColor?e.fillColor:A.options.fillColor,fillOpacity:e.fillOpacity?e.fillOpacity:A.options.fillOpacity,opacity:e.opacity?e.opacity:A.options.opacity,weight:e.weight?e.weight:A.options.weight};e.path&&A.setLatLngs(e.path),A.setStyle(t),null!==e.editable&&void 0!==e.editable&&(A.disableEdit(),e.editable&&A.enableEdit()),e.object&&(A.object=e.object)}))},A.prototype.fitBoundsPolygons=function(A){this.map.fitBounds(this.getBoundsPolygons(A))},A.prototype.setCenterPolygons=function(A){this.map.panTo(this.getBoundsPolygons(A).getCenter())},A.prototype.isPolygonOnMap=function(A){return this.map.hasLayer(A)},A.prototype.getPolygonPath=function(A){return A.getLatLngs()[0].map((function(A){return[A.lat,A.lng]}))},A.prototype.addPolygonEvent=function(A,e,t){var n=this,r=this;A.forEach((function(A){switch(e){case i.SetAt:n.addPolygonEventMove(A,t);break;case i.InsertAt:n.addPolygonEventInsertAt(A,t);break;case i.RemoveAt:n.addPolygonEventRemoveAt(A,t);break;case i.DragPolygon:n.addPolygonEventDragPolygon(A,t);break;case i.Click:n.addPolygonEventClick(A,t,r)}}))},A.prototype.removePolygonEvent=function(A,e){A.forEach((function(A){switch(e){case i.SetAt:A.off("editable:vertex:dragstart");break;case i.InsertAt:A.off("editable:vertex:new");break;case i.RemoveAt:A.off("editable:vertex:clicked"),A.off("editable:vertex:deleted");break;case i.DragPolygon:A.off("dragend");break;case i.Click:A.off("click")}}))},A.prototype.getBoundsPolygons=function(A){return new this.leaflet.FeatureGroup(A).getBounds()},A.prototype.addPolygonEventMove=function(A,e){A.on("editable:vertex:dragstart",(function(t){var n=new c([t.vertex.latlng.lat,t.vertex.latlng.lng]);A.on("editable:vertex:dragend",(function(t){var r=new c([t.vertex.latlng.lat,t.vertex.latlng.lng]),o=A.getLatLngs().map((function(A){return Array.isArray(A[0])?A.map((function(A){return A.map((function(A){return new c([A.lat,A.lng])}))})):[A.map((function(A){return new c([A.lat,A.lng])}))]}));e(r,n,t.target.object,t.vertex.getIndex(),o[0]),A.off("editable:vertex:dragend")}))}))},A.prototype.addPolygonEventInsertAt=function(A,e){A.on("editable:vertex:new",(function(t){var n=t.vertex.latlngs,r=n[n.findIndex((function(A){return A===t.vertex.latlng}))-1];if(r){var o=new c([r.lat,r.lng]);A.on("editable:vertex:dragend",(function(t){var n=new c([t.vertex.latlng.lat,t.vertex.latlng.lng]),r=A.getLatLngs().map((function(A){return Array.isArray(A[0])?A.map((function(A){return A.map((function(A){return new c([A.lat,A.lng])}))})):[A.map((function(A){return new c([A.lat,A.lng])}))]}));e(n,o,t.target.object,t.vertex.getIndex(),r[0]),A.off("editable:vertex:dragend")}))}}))},A.prototype.addPolygonEventRemoveAt=function(A,e){A.on("editable:vertex:deleted",(function(t){var n=new c([t.vertex.latlng.lat,t.vertex.latlng.lng]),r=A.getLatLngs().map((function(A){return Array.isArray(A[0])?A.map((function(A){return A.map((function(A){return new c([A.lat,A.lng])}))})):[A.map((function(A){return new c([A.lat,A.lng])}))]}));e(n,r[0],t.target.object)}))},A.prototype.addPolygonEventDragPolygon=function(A,e){A.on("dragend",(function(t){var n=A.getLatLngs().map((function(A){return Array.isArray(A[0])?A.map((function(A){return A.map((function(A){return new c([A.lat,A.lng])}))})):[A.map((function(A){return new c([A.lat,A.lng])}))]}));e(n[0],t.target.object)}))},A.prototype.addPolygonEventClick=function(A,e,t){A.on("click",(function(A){t.leaflet.DomEvent.stopPropagation(A);var n=new c([A.latlng.lat,A.latlng.lng]);e(n,A.target.object)}))},A}();const J=X;var W=function(){return W=Object.assign||function(A){for(var e,t=1,n=arguments.length;t<n;t++)for(var r in e=arguments[t])Object.prototype.hasOwnProperty.call(e,r)&&(A[r]=e[r]);return A},W.apply(this,arguments)},Z=function(){function A(A,e,t){this.map={},this.leaflet={},this.selectedPolyline=null,this.selectedPath=null,this.navigateInfoWindow=null,this.directionForward=!1,this.multiSelectionForward=!1,this.multiSelection=!1,this.navigateByPoint=!1,this.navigationOptions={},this.map=A,this.leaflet=e,this.leafletPopup=t,this.editModeBlockingMapClick=!1}return A.prototype.drawPolyline=function(A,e,t){var n=this,r=this,o={color:A.color||"#000000",dashArray:null,draggable:A.draggable,editable:A.editable,infowindows:A.infowindows,opacity:A.opacity||1,weight:A.weight||3,zIndex:A.zIndex};if(null!==A.style)switch(A.style){case E.Dotted:console.warn("PolylineType.Dotted is deprecated, instead use PolylineType.Dashed.");break;case E.Dashed:o.opacity=.7,o.dashArray="20,15"}var i=new this.leaflet.Polyline(A.path||[],o);if(i.on("editable:vertex:rawclick",(function(A){return A.cancel()})),e&&(i.on("click",(function(A){if(r.leaflet.DomEvent.stopPropagation(A),!n.getEditModeBlockingMapClick()){var t=new c([A.latlng.lat,A.latlng.lng]);e(t,A.target.object)}})),i.on("editable:vertex:rawclick",(function(A){if(A.cancel(),!n.getEditModeBlockingMapClick()){var t=new c([A.latlng.lat,A.latlng.lng]);e(t,A.target.object)}}))),A.style&&A.style===E.Arrow){var s={fillOpacity:1,weight:0,color:i.options.color};i.decorator=r.leaflet.polylineDecorator(i,{patterns:[{offset:"20%",repeat:"90px",symbol:r.leaflet.Symbol.arrowHead({pixelSize:20,pathOptions:s})},{offset:"0%",symbol:r.leaflet.Symbol.arrowHead({pathOptions:s,pixelSize:20})},{offset:"100%",symbol:r.leaflet.Symbol.arrowHead({pixelSize:20,pathOptions:s})}]})}if(A.addToMap&&(i.addTo(r.map),i.decorator&&i.decorator.addTo(r.map),A.editable)){i.enableEdit();var a=this;i.on("editable:vertex:dragstart",(function(A){a.setEditModeBlockingMapClick(!0)})),i.on("editable:vertex:dragend",(function(e){t&&t(W(W({},e),{origin:A.path})),setTimeout((function(){a.setEditModeBlockingMapClick(!1)}),500)}))}return A.object&&(i.object=A.object),A.fitBounds&&r.map.fitBounds(i.getBounds()),i},A.prototype.drawPolylineWithNavigation=function(A,e){var t=this.drawPolyline(A,null);return t.navigationHandlerClick=e,this.navigationOptions=A.navigateOptions,this.navigateByPoint=!this.navigationOptions||this.navigationOptions.navigateByPoint,this.addNavigation(t),t},A.prototype.togglePolylines=function(A,e){var t=this;A.forEach((function(A){e?(t.map.addLayer(A),A.options.editable&&A.enableEdit(),A.decorator&&t.map.addLayer(A.decorator)):(t.map.removeLayer(A),A.options.editable&&A.disableEdit(),A.decorator&&t.map.removeLayer(A.decorator))}))},A.prototype.alterPolylineOptions=function(A,e){var t=this;A.forEach((function(A){var n={color:e.color?e.color:A.options.color,draggable:e.draggable?e.draggable:A.options.draggable,opacity:e.opacity?e.opacity:A.options.opacity,weight:e.weight?e.weight:A.options.weight,zIndex:e.zIndex?e.zIndex:A.options.zIndex};switch(e.path&&A.setLatLngs(e.path),e.style){case E.Dotted:console.warn("PolylineType.Dotted is deprecated, instead use PolylineType.Dashed.");break;case E.Dashed:n.dashArray="20,15";break;case E.Arrow:var r={fillOpacity:1,weight:0,color:n.color};A.decorator&&t.map.removeLayer(A.decorator),A.decorator=t.leaflet.polylineDecorator(A,{patterns:[{offset:"20%",repeat:"90px",symbol:t.leaflet.Symbol.arrowHead({pixelSize:20,pathOptions:r})},{offset:"0%",symbol:t.leaflet.Symbol.arrowHead({pixelSize:20,pathOptions:r})},{offset:"100%",symbol:t.leaflet.Symbol.arrowHead({pixelSize:20,pathOptions:r})}]}),t.map.hasLayer(A)&&A.decorator.addTo(t.map);break;default:A.decorator&&(t.map.removeLayer(A.decorator),A.decorator=null)}A.setStyle(n),e.object&&(A.object=e.object),e.editable&&(A.disableEdit(),A.enableEdit())}))},A.prototype.fitBoundsPolylines=function(A){this.map.fitBounds(this.getBoundsPolylines(A))},A.prototype.isPolylineOnMap=function(A){return this.map.hasLayer(A)},A.prototype.getEditModeBlockingMapClick=function(){return this.editModeBlockingMapClick},A.prototype.setEditModeBlockingMapClick=function(A){this.editModeBlockingMapClick=A},A.prototype.addPolylinePath=function(A,e){var t=this;this.getEditModeBlockingMapClick||A.forEach((function(A){var n=A.getLatLngs();n.push(new t.leaflet.LatLng(e[0],e[1])),A.setLatLngs(n),A.editEnabled&&A.editEnabled()&&(A.disableEdit(),A.enableEdit())}))},A.prototype.getPolylinePath=function(A){return A.getLatLngs().map((function(A){return[A.lat,A.lng]}))},A.prototype.removePolylineHighlight=function(){var A=this;A.selectedPath&&(this.selectedPath.decorator&&this.map.removeLayer(this.selectedPath.decorator),this.map.removeLayer(A.selectedPath),A.selectedPath=null),A.navigateInfoWindow&&A.navigateInfoWindow.remove(),document.onkeyup=null,document.onkeydown=null},A.prototype.addPolylineEvent=function(A,e,t){var n=this;A.forEach((function(A){switch(e){case s.SetAt:n.addPolylineEventMove(A,t);break;case s.RightClick:n.addPolylineEventRightClick(A,t);break;case s.InsertAt:n.addPolylineEventInsertAt(A,t);break;case s.RemoveAt:n.addPolylineEventRemoveAt(A,t);break;case s.MouseOver:n.addPolylineEventMouseOver(A,t);break;case s.MouseOut:n.addPolylineEventMouseOut(A,t);break;case s.DragPolyline:n.addPolylineEventDragPolyline(A,t)}}))},A.prototype.removePolylineEvent=function(A,e){A.forEach((function(A){switch(e){case s.SetAt:A.off("editable:vertex:dragstart");break;case s.RightClick:A.off("contextmenu"),A.off("editable:vertex:contextmenu");break;case s.InsertAt:A.off("editable:vertex:new");break;case s.RemoveAt:A.off("editable:vertex:deleted");break;case s.DragPolyline:A.off("dragend");break;case s.MouseOver:A.off("mouseover");break;case s.MouseOut:A.off("mouseout")}}))},A.prototype.setIndexPolylineHighlight=function(A,e){this.directionForward=!1,A.initialIdx=e,A.finalIdx=e+1,this.moveSelectedPath(A,this.navigationOptions),this.selectedPolyline=A,this.navigationOptions.navegateOnKeyPress?document.onkeydown=this.onKeyUp.bind(this):document.onkeyup=this.onKeyUp.bind(this)},A.prototype.getObjectPolyline=function(A){return A.object},A.prototype.getObjectPolylineHighlight=function(){return this.selectedPath?this.selectedPath.object:null},A.prototype.addPolylineHighlightEvent=function(A,e){this.selectedPolyline&&this.addPolylineEvent([this.selectedPath],A,e)},A.prototype.getPolylineHighlightIndex=function(){return this.selectedPath?[this.selectedPath.initialIdx,this.selectedPath.finalIdx]:null},A.prototype.addNavigation=function(A){A.clearAllEventListeners(),A.on("click",this.onClickPolyline.bind(this,A))},A.prototype.onClickPolyline=function(A,e){var t=this.checkIdx(A,e.latlng);if(A.initialIdx=t,A.finalIdx=t+1,this.moveSelectedPath(A,this.navigationOptions),this.selectedPolyline=A,this.navigationOptions.navegateOnKeyPress?document.onkeydown=this.onKeyUp.bind(this):document.onkeyup=this.onKeyUp.bind(this),A.navigationHandlerClick){var n=new c([e.latlng.lat,e.latlng.lng]);A.navigationHandlerClick(n,e.target.object)}},A.prototype.onKeyUp=function(A){var e=this;if(e.selectedPath)switch(A.ctrlKey&&console.warn("Deprecated: CTRL is not needed in navigation anymore"),A.which?A.which:A.keyCode){case 38:case 39:e.moveFowards(A.shiftKey);break;case 37:case 40:e.moveBackwards(A.shiftKey)}},A.prototype.moveFowards=function(A){var e=this.selectedPolyline;(!this.navigateByPoint||this.directionForward)&&e.finalIdx<e.getLatLngs().length-1&&this.navigateFoward(A,e),this.directionForward=!0,this.moveSelectedPath(e,null)},A.prototype.navigateFoward=function(A,e){A?(this.multiSelection=!0,this.multiSelectionForward&&e.finalIdx++,this.multiSelectionForward=!0):(e.finalIdx++,e.initialIdx=this.multiSelection?e.finalIdx-1:e.initialIdx+1,this.multiSelection=!1)},A.prototype.moveBackwards=function(A){var e=this.selectedPolyline;this.navigateByPoint&&this.directionForward||!(e.initialIdx>0)||this.navigateBackward(A,e),this.directionForward=!1,this.moveSelectedPath(e,null)},A.prototype.navigateBackward=function(A,e){var t=this;A?(t.multiSelection=!0,t.multiSelectionForward||e.initialIdx--,t.multiSelectionForward=!1):(e.initialIdx--,e.finalIdx=t.multiSelection?e.initialIdx+1:e.finalIdx-1,t.multiSelection=!1)},A.prototype.moveSelectedPath=function(A,e){var t=this,n=A.getLatLngs().map((function(A){return[A.lat,A.lng]})).slice(A.initialIdx,A.finalIdx+1);t.selectedPath?(t.selectedPath.setLatLngs(n),this.selectedPath.object=A.object):(this.addNewSelectedPath(n,e,A.object),this.selectedPath.addTo(this.map)),this.selectedPath.decorator&&(this.map.removeLayer(this.selectedPath.decorator),this.setArrowSelectedPath()),(e&&e.editable||this.selectedPath.editEnabled&&this.selectedPath.editEnabled())&&(this.selectedPath.disableEdit(),this.selectedPath.enableEdit()),this.selectedPath.initialIdx=A.initialIdx,this.selectedPath.finalIdx=A.finalIdx;var r=t.directionForward?A.finalIdx:A.initialIdx;this.navigateByPoint||(r=A.finalIdx>A.initialIdx?A.finalIdx:A.initialIdx);var o=A.options.infowindows?A.options.infowindows[r]:null;if(o){var i=A.getLatLngs()[r];t.navigateInfoWindow?t.leafletPopup.alterPopup(t.navigateInfoWindow,{content:o,latlng:[i.lat,i.lng]}):t.navigateInfoWindow=t.leafletPopup.drawPopup({content:o,latlng:[i.lat,i.lng]})}},A.prototype.setArrowSelectedPath=function(){var A={fillOpacity:1,weight:0,color:this.selectedPath.options.color};this.selectedPath.decorator=this.leaflet.polylineDecorator(this.selectedPath,{patterns:[{offset:"100%",symbol:this.leaflet.Symbol.arrowHead({pixelSize:20,pathOptions:A})}]}),this.selectedPath.decorator.addTo(this.map)},A.prototype.addNewSelectedPath=function(A,e,t){var n={color:e&&e.color||"#FF0000",draggable:!1,editable:null==e?void 0:e.editable,opacity:e&&e.opacity||1,weight:e&&e.weight||10,zIndex:9999};if(null!==(null==e?void 0:e.style))switch(null==e?void 0:e.style){case E.Dotted:console.warn("PolylineType.Dotted is deprecated, instead use PolylineType.Dashed.");break;case E.Dashed:n.opacity=.7,n.dashArray="20,15"}this.selectedPath=new this.leaflet.Polyline(A,n),this.selectedPath.on("editable:vertex:rawclick",(function(A){return A.cancel()})),(null==e?void 0:e.style)&&e.style===E.Arrow&&this.setArrowSelectedPath(),this.selectedPath.object=t,this.selectedPath.highlight=!0},A.prototype.checkIdx=function(A,e){for(var t=A.getLatLngs(),n=0,r=Number.MAX_VALUE,o=-1,i=0;i<t.length-1;i++)(n=this.distanceToLine(t[i],t[i+1],e))<r&&(r=n,o=i);return o},A.prototype.distanceToLine=function(A,e,t){var n=this,r=e.lng-A.lng,o=e.lat-A.lat,i=(t.lng-A.lng)*r,s=r*r+o*o;if(i+=(t.lat-A.lat)*o,s>0?i/=s:i=-1,i<0)return n.kmTo(t,A);if(i>1)return n.kmTo(t,e);var a=new this.leaflet.LatLng(A.lat+i*o,A.lng+i*r);return n.kmTo(t,a)},A.prototype.kmTo=function(A,e){var t=Math,n=t.PI/180,r=A.lat*n,o=e.lat*n,i=r-o,s=A.lng*n-e.lng*n;return 2*t.asin(t.sqrt(t.pow(t.sin(i/2),2)+t.cos(r)*t.cos(o)*t.pow(t.sin(s/2),2)))*6378.137*1e3},A.prototype.getBoundsPolylines=function(A){return new this.leaflet.FeatureGroup(A).getBounds()},A.prototype.addPolylineEventMove=function(A,e){var t=this,n=this;A.on("editable:vertex:dragstart",(function(r){t.setEditModeBlockingMapClick(!0);var o=new c([r.vertex.latlng.lat,r.vertex.latlng.lng]);A.on("editable:vertex:dragend",(function(r){A.highlight&&A.decorator&&(n.map.removeLayer(A.decorator),n.setArrowSelectedPath());var i=new c([r.vertex.latlng.lat,r.vertex.latlng.lng]);e(i,o,r.target.object,r.vertex.getIndex(),A.getLatLngs().map((function(A){return new c([A.lat,A.lng])}))),A.off("editable:vertex:dragend"),setTimeout((function(){t.setEditModeBlockingMapClick(!1)}),500)}))}))},A.prototype.addPolylineEventInsertAt=function(A,e){var t=this;A.on("editable:vertex:new",(function(n){var r=n.vertex.latlngs,o=r[r.findIndex((function(A){return A===n.vertex.latlng}))-1],i=new c([o.lat,o.lng]);A.on("editable:vertex:dragend",(function(n){A.highlight&&A.decorator&&(t.map.removeLayer(A.decorator),t.setArrowSelectedPath());var r=new c([n.vertex.latlng.lat,n.vertex.latlng.lng]);e(r,i,n.target.object,n.vertex.getIndex(),A.getLatLngs().map((function(A){return new c([A.lat,A.lng])}))),A.off("editable:vertex:dragend")}))}))},A.prototype.addPolylineEventRemoveAt=function(A,e){A.on("editable:vertex:deleted",(function(t){var n=new c([t.vertex.latlng.lat,t.vertex.latlng.lng]);e(n,t.target.object,A.getLatLngs().map((function(A){return new c([A.lat,A.lng])})))}))},A.prototype.addPolylineEventRightClick=function(A,e){A.on("contextmenu",(function(t){var n=new c([t.latlng.lat,t.latlng.lng]);e(n,A.object)})),A.on("editable:vertex:contextmenu",(function(t){var n=new c([t.latlng.lat,t.latlng.lng]);e(n,A.object)}))},A.prototype.addPolylineEventMouseOver=function(A,e){A.on("mouseover",(function(A){var t=new c([A.latlng.lat,A.latlng.lng]);e(t,A.target.object)}))},A.prototype.addPolylineEventMouseOut=function(A,e){A.on("mouseout",(function(A){var t=new c([A.latlng.lat,A.latlng.lng]);e(t,A.target.object)}))},A.prototype.addPolylineEventDragPolyline=function(A,e){var t=this;A.on("dragend",(function(A){t.editModeBlockingMapClick=!0;var n=A.target.getLatLngs().map((function(A){return new c([A.lat,A.lng])}));e(n,A.target.object),setTimeout((function(){t.editModeBlockingMapClick=!1}),300)}))},A}();const Y=Z;var z=function(){function A(A,e){this.map={},this.leaflet={},this.map=A,this.leaflet=e}return A.prototype.drawPopup=function(A,e){var t=null;return e?t=this.drawPopupOnMarker(e,A):((t=new this.leaflet.Popup).setLatLng(A.latlng),t.setContent(A.content),t.openOn(this.map)),A.object&&(t.object=A.object),t},A.prototype.alterPopup=function(A,e,t){var n=this;return t&&!t.getPopup()?A=n.drawPopup(e,t):(n.alterPopupContent(A,e,t),A.isOpen()||(t?e.notCalledByMap&&t.openPopup():A.openOn(n.map))),e.object&&(A.object=e.object),A},A.prototype.alterPopupContent=function(A,e,t){t&&(A=t._popup),A&&(e.content&&A.setContent(e.content),e.latlng&&A.setLatLng(e.latlng)),e.object&&(A.object=e.object)},A.prototype.closePopup=function(A){A.remove()},A.prototype.drawPopupOnMarker=function(A,e){A.bindPopup(e.content);var t=A.getPopup();return A.openPopup(),t},A}();const q=z;var $=function(A,e,t,n){return new(t||(t=Promise))((function(r,o){function i(A){try{a(n.next(A))}catch(A){o(A)}}function s(A){try{a(n.throw(A))}catch(A){o(A)}}function a(A){var e;A.done?r(A.value):(e=A.value,e instanceof t?e:new t((function(A){A(e)}))).then(i,s)}a((n=n.apply(A,e||[])).next())}))},AA=function(A,e){var t,n,r,o,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(a){return function(s){if(t)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(i=0)),i;)try{if(t=1,n&&(r=2&s[0]?n.return:s[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;switch(n=0,r&&(s=[2&s[0],r.value]),s[0]){case 0:case 1:r=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,n=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!((r=(r=i.trys).length>0&&r[r.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!r||s[1]>r[0]&&s[1]<r[3])){i.label=s[1];break}if(6===s[0]&&i.label<r[1]){i.label=r[1],r=s;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(s);break}r[2]&&i.ops.pop(),i.trys.pop();continue}s=e.call(A,i)}catch(A){s=[6,A],n=0}finally{t=r=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}},eA=function(){function A(){this.leafletMarkers=null,this.leafletPolygons=null,this.leafletCircles=null,this.leafletPolylines=null,this.leafletPopups=null,this.leafletMap=null,this.leafletOverlays=null,this.leafletGeoJson=null,this.mapsApiLoader=new l}return A.prototype.initialize=function(A,e,t){return $(this,void 0,void 0,(function(){var n,r,o,i,s,a,l,c,u,g,B;return AA(this,(function(d){switch(d.label){case 0:return d.trys.push([0,4,,5]),[4,this.mapsApiLoader.loadApi(A,e)];case 1:return n=d.sent(),r=n,this.loadDependencies(e),[4,this.mapTimeout(1e3)];case 2:return d.sent(),o={center:new r.LatLng(-14,-54),editable:!0,keyboard:!1,maxZoom:e.wikimedia?18:19,minZoom:4,zoom:4,zoomControl:!1},e.gestureHandling&&(o.gestureHandling=!0),[4,this.mapTimeout(200)];case 3:return d.sent(),i=new r.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png",o),s=new r.tileLayer("https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}{r}.png",{attribution:'<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia</a>'}),a=L.tileLayer("https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",{attribution:"Tiles &copy; Esri &mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community",maxZoom:18}),o.layers=[e.wikimedia?s:i],l=new r.Map(t,o),c={Map:e.wikimedia?s:i,Satellite:a},e.mapTiles&&e.mapTiles.length&&e.mapTiles.forEach((function(A){var e=new r.tileLayer(A.url,A.options);c[A.name]=e})),r.control.layers(c,null,{position:"topleft"}).addTo(l),r.control.zoom({position:"bottomright"}).addTo(l),u={hideElementsWithSelectors:[".leaflet-control-container",".leaflet-dont-include-pane","#snapshot-button"],hidden:!0},g=new K.SimpleMapScreenshoter(u),this.leafletScreenshot=g.addTo(l),this.leafletMarkers=new N(l,r),this.leafletPolygons=new J(l,r),this.leafletCircles=new D(l,r),this.leafletPopups=new q(l,r),this.leafletPolylines=new Y(l,r,this.leafletPopups),this.leafletMap=new G(l,r,this.leafletPolylines),this.leafletOverlays=new j(l,r,this.leafletPolygons),this.leafletGeoJson=new T(l,r),[2,this];case 4:return B=d.sent(),console.error(B),[2,B];case 5:return[2]}}))}))},A.prototype.loadGEOJson=function(A,e,t){var n;null===(n=this.leafletGeoJson)||void 0===n||n.loadGEOJson(A,e,t)},A.prototype.drawMarker=function(A,e){var t;return null===(t=this.leafletMarkers)||void 0===t?void 0:t.drawMarker(A,e)},A.prototype.drawCircleMarker=function(A,e){var t;return null===(t=this.leafletMarkers)||void 0===t?void 0:t.drawCircleMarker(A,e)},A.prototype.toggleMarkers=function(A,e,t){var n;null===(n=this.leafletMarkers)||void 0===n||n.toggleMarkers(A,e,t)},A.prototype.alterMarkerOptions=function(A,e){var t;null===(t=this.leafletMarkers)||void 0===t||t.alterMarkerOptions(A,e)},A.prototype.alterMarkerPosition=function(A,e,t){var n;null===(n=this.leafletMarkers)||void 0===n||n.alterMarkerPosition(A,e,t)},A.prototype.fitBoundsPositions=function(A){var e;null===(e=this.leafletMarkers)||void 0===e||e.fitBoundsPositions(A)},A.prototype.isMarkerOnMap=function(A){var e;return null===(e=this.leafletMarkers)||void 0===e?void 0:e.isMarkerOnMap(A)},A.prototype.setCenterMarker=function(A){var e;null===(e=this.leafletMarkers)||void 0===e||e.setCenterMarker(A)},A.prototype.addMarkerEvent=function(A,e,t){var n;null===(n=this.leafletMarkers)||void 0===n||n.addMarkerEvent(A,e,t)},A.prototype.removeMarkerEvent=function(A,e){var t;null===(t=this.leafletMarkers)||void 0===t||t.removeMarkerEvent(A,e)},A.prototype.addMarkerClusterer=function(A){var e;return null===(e=this.leafletMarkers)||void 0===e?void 0:e.addMarkerClusterer(A)},A.prototype.alterMarkerClustererConfig=function(A,e){var t;null===(t=this.leafletMarkers)||void 0===t||t.alterMarkerClustererConfig(A,e)},A.prototype.refreshClusterer=function(A){var e;null===(e=this.leafletMarkers)||void 0===e||e.refreshClusterer(A)},A.prototype.addMarkerOnClusterer=function(A,e){var t;null===(t=this.leafletMarkers)||void 0===t||t.addMarkerOnClusterer(A,e)},A.prototype.removeMarkerFromClusterer=function(A,e){var t;null===(t=this.leafletMarkers)||void 0===t||t.removeMarkerFromClusterer(A,e)},A.prototype.clearMarkersClusterer=function(A){var e;null===(e=this.leafletMarkers)||void 0===e||e.clearMarkersClusterer(A)},A.prototype.countMarkersOnCluster=function(A){var e;return null===(e=this.leafletMarkers)||void 0===e?void 0:e.countMarkersOnCluster(A)},A.prototype.drawPolygon=function(A,e){var t;return null===(t=this.leafletPolygons)||void 0===t?void 0:t.drawPolygon(A,e)},A.prototype.togglePolygons=function(A,e){var t;null===(t=this.leafletPolygons)||void 0===t||t.togglePolygons(A,e)},A.prototype.alterPolygonOptions=function(A,e){var t;null===(t=this.leafletPolygons)||void 0===t||t.alterPolygonOptions(A,e)},A.prototype.fitBoundsPolygons=function(A){var e;null===(e=this.leafletPolygons)||void 0===e||e.fitBoundsPolygons(A)},A.prototype.setCenterPolygons=function(A){var e;null===(e=this.leafletPolygons)||void 0===e||e.setCenterPolygons(A)},A.prototype.isPolygonOnMap=function(A){var e;return null===(e=this.leafletPolygons)||void 0===e?void 0:e.isPolygonOnMap(A)},A.prototype.getPolygonPath=function(A){var e;return null===(e=this.leafletPolygons)||void 0===e?void 0:e.getPolygonPath(A)},A.prototype.addPolygonEvent=function(A,e,t){var n;null===(n=this.leafletPolygons)||void 0===n||n.addPolygonEvent(A,e,t)},A.prototype.removePolygonEvent=function(A,e){var t;null===(t=this.leafletPolygons)||void 0===t||t.removePolygonEvent(A,e)},A.prototype.drawCircle=function(A,e){var t;return null===(t=this.leafletCircles)||void 0===t?void 0:t.drawCircle(A,e)},A.prototype.toggleCircles=function(A,e){var t;null===(t=this.leafletCircles)||void 0===t||t.toggleCircles(A,e)},A.prototype.alterCircleOptions=function(A,e){var t;null===(t=this.leafletCircles)||void 0===t||t.alterCircleOptions(A,e)},A.prototype.fitBoundsCircles=function(A){var e;null===(e=this.leafletCircles)||void 0===e||e.fitBoundsCircles(A)},A.prototype.isCircleOnMap=function(A){var e;return null===(e=this.leafletCircles)||void 0===e?void 0:e.isCircleOnMap(A)},A.prototype.getCircleCenter=function(A){var e;return null===(e=this.leafletCircles)||void 0===e?void 0:e.getCircleCenter(A)},A.prototype.getCircleRadius=function(A){var e;return null===(e=this.leafletCircles)||void 0===e?void 0:e.getCircleRadius(A)},A.prototype.addCircleEvent=function(A,e,t){var n;null===(n=this.leafletCircles)||void 0===n||n.addCircleEvent(A,e,t)},A.prototype.removeCircleEvent=function(A,e){var t;null===(t=this.leafletCircles)||void 0===t||t.removeCircleEvent(A,e)},A.prototype.drawPolyline=function(A,e,t){var n;return null===(n=this.leafletPolylines)||void 0===n?void 0:n.drawPolyline(A,e,t)},A.prototype.drawPolylineWithNavigation=function(A,e){var t;return null===(t=this.leafletPolylines)||void 0===t?void 0:t.drawPolylineWithNavigation(A,e)},A.prototype.togglePolylines=function(A,e){var t;null===(t=this.leafletPolylines)||void 0===t||t.togglePolylines(A,e)},A.prototype.alterPolylineOptions=function(A,e){var t;null===(t=this.leafletPolylines)||void 0===t||t.alterPolylineOptions(A,e)},A.prototype.fitBoundsPolylines=function(A){var e;null===(e=this.leafletPolylines)||void 0===e||e.fitBoundsPolylines(A)},A.prototype.isPolylineOnMap=function(A){var e;return null===(e=this.leafletPolylines)||void 0===e?void 0:e.isPolylineOnMap(A)},A.prototype.addPolylinePath=function(A,e){var t;null===(t=this.leafletPolylines)||void 0===t||t.addPolylinePath(A,e)},A.prototype.getPolylinePath=function(A){var e;return null===(e=this.leafletPolylines)||void 0===e?void 0:e.getPolylinePath(A)},A.prototype.removePolylineHighlight=function(){var A;null===(A=this.leafletPolylines)||void 0===A||A.removePolylineHighlight()},A.prototype.addPolylineEvent=function(A,e,t){var n;null===(n=this.leafletPolylines)||void 0===n||n.addPolylineEvent(A,e,t)},A.prototype.removePolylineEvent=function(A,e){var t;null===(t=this.leafletPolylines)||void 0===t||t.removePolylineEvent(A,e)},A.prototype.setIndexPolylineHighlight=function(A,e){var t;null===(t=this.leafletPolylines)||void 0===t||t.setIndexPolylineHighlight(A,e)},A.prototype.getObjectPolyline=function(A){var e;return null===(e=this.leafletPolylines)||void 0===e?void 0:e.getObjectPolyline(A)},A.prototype.getObjectPolylineHighlight=function(){var A;return null===(A=this.leafletPolylines)||void 0===A?void 0:A.getObjectPolylineHighlight()},A.prototype.addPolylineHighlightEvent=function(A,e){var t;null===(t=this.leafletPolylines)||void 0===t||t.addPolylineHighlightEvent(A,e)},A.prototype.getPolylineHighlightIndex=function(){var A;return null===(A=this.leafletPolylines)||void 0===A?void 0:A.getPolylineHighlightIndex()},A.prototype.drawPopup=function(A,e){var t;return null===(t=this.leafletPopups)||void 0===t?void 0:t.drawPopup(A,e)},A.prototype.alterPopup=function(A,e,t){var n;return null===(n=this.leafletPopups)||void 0===n?void 0:n.alterPopup(A,e,t)},A.prototype.alterPopupContent=function(A,e,t){var n;null===(n=this.leafletPopups)||void 0===n||n.alterPopupContent(A,e,t)},A.prototype.closePopup=function(A){var e;null===(e=this.leafletPopups)||void 0===e||e.closePopup(A)},A.prototype.resizeMap=function(){var A;null===(A=this.leafletMap)||void 0===A||A.resizeMap()},A.prototype.addEventMap=function(A,e){var t;null===(t=this.leafletMap)||void 0===t||t.addEventMap(A,e)},A.prototype.removeEventMap=function(A){var e;null===(e=this.leafletMap)||void 0===e||e.removeEventMap(A)},A.prototype.getZoom=function(){var A;return null===(A=this.leafletMap)||void 0===A?void 0:A.getZoom()},A.prototype.setZoom=function(A){var e;null===(e=this.leafletMap)||void 0===e||e.setZoom(A)},A.prototype.takeMapScreenshot=function(){return $(this,void 0,void 0,(function(){return AA(this,(function(A){switch(A.label){case 0:return[4,this.leafletScreenshot.takeScreen("image")];case 1:return[2,A.sent()]}}))}))},A.prototype.getCenter=function(){var A;return null===(A=this.leafletMap)||void 0===A?void 0:A.getCenter()},A.prototype.setCenter=function(A){var e;null===(e=this.leafletMap)||void 0===e||e.setCenter(A)},A.prototype.pixelsToLatLng=function(A,e){var t;return null===(t=this.leafletMap)||void 0===t?void 0:t.pixelsToLatLng(A,e)},A.prototype.fitBoundsElements=function(A,e,t,n){var r;null===(r=this.leafletMap)||void 0===r||r.fitBoundsElements(A,e,t,n)},A.prototype.drawOverlay=function(A,e){var t;return null===(t=this.leafletOverlays)||void 0===t?void 0:t.drawOverlay(A,e)},A.prototype.toggleOverlay=function(A,e){var t;null===(t=this.leafletOverlays)||void 0===t||t.toggleOverlay(A,e)},A.prototype.mapTimeout=function(A){return new Promise((function(e){return setTimeout(e,A)}))},A.prototype.loadDependencies=function(A){var e=A.cssDependencies;e&&e.length>0&&e.forEach((function(A){var e,t=document.createElement("link");t.rel="stylesheet",t.href=A,null===(e=null===document||void 0===document?void 0:document.querySelector("head"))||void 0===e||e.appendChild(t)}));var t=A.scriptsDependencies;t&&t.length>0&&t.forEach((function(A){var e,t=document.createElement("script");t.type="text/javascript",t.src=A,null===(e=document.querySelector("head"))||void 0===e||e.appendChild(t)}))},A}();const tA=eA,nA=function(A,e,t){this.clusterZoomOnClick=A,this.clusterMinSize=e,this.clusterMaxZoom=t},rA=function(A,e,t,n,r,o,i){void 0===i&&(i=!1),this.position=t,this.divElement=A,this.addToMap=e,this.object=n,this.polygon=r,this.conditionPolygon=o,this.draggable=i},oA=function(A,e,t,n,r,o,i,s,a,l,c,u,g){this.path=A,this.addToMap=r,this.fitBounds=o,this.editable=i,this.draggable=s,this.color=a,this.weight=e,this.object=l,this.infowindows=c,this.navigateOptions=u,this.style=g,this.opacity=t,this.zIndex=n};var iA=t(698);const sA=function(){function t(){this.markersList={},this.polygonsList={},this.circlesList={},this.polylinesList={},this.infoWindowList={},this.overlayList={},this.map={},this.markerClusterer={},this.rulerPolylines=[],this.rulerClicks=[],this.rulerLatLongs=[],this.rulerPolylineCount=0,this.coordinatesToKm=function(A,e){return iA.getDistance({latitude:A[0],longitude:A[1]},{latitude:e[0],longitude:e[1]})/1e3}}return t.prototype.initialize=function(e,t,n){var r;return void 0===n&&(n="inlog-map"),this.map=e===A.Google?new O:new tA,null===(r=this.map)||void 0===r?void 0:r.initialize(e,t,n)},t.prototype.loadGEOJson=function(A,e,t){var n;null===(n=this.map)||void 0===n||n.loadGEOJson(A,e,t)},t.prototype.drawMarker=function(A,e,t){var n,r,o=null===(n=this.map)||void 0===n?void 0:n.drawMarker(e,t);this.markersList[A]||(this.markersList[A]=[]),o.type="simple",this.markersList[A].push(o),e.addClusterer&&(this.markerClusterer[A]||this.addMarkerClusterer(A,new nA(!0,1,10)),null===(r=this.map)||void 0===r||r.addMarkerOnClusterer(o,this.markerClusterer[A]))},t.prototype.drawCircleMarker=function(A,e,t){var n,r=null===(n=this.map)||void 0===n?void 0:n.drawCircleMarker(e,t);this.markersList[A]||(this.markersList[A]=[]),r.type="circle",this.markersList[A].push(r)},t.prototype.toggleMarkers=function(A,e,t){var n,r=this.getMarkers(e,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.toggleMarkers(r,A,this.markerClusterer[e]))},t.prototype.removeMarkers=function(A,e){var t,n;if(this.markersList[A]&&e){var r=this.getMarkers(A,e);null===(t=this.map)||void 0===t||t.toggleMarkers(r,!1,this.markerClusterer[A]),this.markersList[A]=this.markersList[A].filter((function(A){return!e(A.object)}))}else this.markersList[A]&&(null===(n=this.map)||void 0===n||n.toggleMarkers(this.markersList[A],!1,this.markerClusterer[A])),this.markersList[A]=[];0===this.markersList[A].length&&delete this.markersList[A]},t.prototype.removeAllMarkers=function(){for(var A in this.markersList)this.markersList.hasOwnProperty(A)&&this.removeMarkers(A)},t.prototype.alterMarkerOptions=function(A,e,t){var n,r=this.getMarkers(A,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.alterMarkerOptions(r,e))},t.prototype.alterMarkerPosition=function(A,e,t,n){var r,o=this.getMarkers(A,n);o&&o.length&&(null===(r=this.map)||void 0===r||r.alterMarkerPosition(o,e,null!=t&&t))},t.prototype.fitBoundsMarkers=function(A,e,t){var n,r=this;void 0===t&&(t=!0);var o=this.getMarkers(A,e);t&&(o=o.filter((function(A){var e;return null===(e=r.map)||void 0===e?void 0:e.isMarkerOnMap(A)}))),o&&o.length&&(null===(n=this.map)||void 0===n||n.fitBoundsPositions(o))},t.prototype.setCenterMarker=function(A,e){var t,n;if(this.markersList[A]&&e){var r=this.markersList[A].find((function(A){return e(A.object)}));null===(t=this.map)||void 0===t||t.setCenterMarker(r)}else this.markersList[A]&&this.markersList[A].length&&(null===(n=this.map)||void 0===n||n.setCenterMarker(this.markersList[A][0]))},t.prototype.markerExists=function(A,e){var t=this.getMarkers(A,e);return t&&t.length>0},t.prototype.countMarkers=function(A,e,t){var n,r,o=this;if(void 0===e&&(e=!0),this.markerClusterer[A])return null!==(r=null===(n=this.map)||void 0===n?void 0:n.countMarkersOnCluster(this.markerClusterer[A]))&&void 0!==r?r:0;var i=this.getMarkers(A,t);return e&&(i=i.filter((function(A){var e;return null===(e=o.map)||void 0===e?void 0:e.isMarkerOnMap(A)}))),i.length},t.prototype.addMarkerEvent=function(A,e,t,n){var r,o=this.getMarkers(A,n);null===(r=this.map)||void 0===r||r.addMarkerEvent(o,e,t)},t.prototype.removeMarkerEvent=function(A,e,t){var n,r=this.getMarkers(A,t);null===(n=this.map)||void 0===n||n.removeMarkerEvent(r,e)},t.prototype.addMarkerClusterer=function(A,e){var t;this.markerClusterer[A]=null===(t=this.map)||void 0===t?void 0:t.addMarkerClusterer(e)},t.prototype.alterMarkerClustererConfig=function(A,e){var t;this.markerClusterer[A]&&(null===(t=this.map)||void 0===t||t.alterMarkerClustererConfig(this.markerClusterer[A],e))},t.prototype.refreshClusterer=function(A){var e;this.markerClusterer[A]&&(null===(e=this.map)||void 0===e||e.refreshClusterer(this.markerClusterer[A]))},t.prototype.clearMarkersClusterer=function(A){var e;this.markerClusterer[A]&&(null===(e=this.map)||void 0===e||e.clearMarkersClusterer(this.markerClusterer[A]))},t.prototype.drawPolygon=function(A,e,t){var n,r=null===(n=this.map)||void 0===n?void 0:n.drawPolygon(e,t);this.polygonsList[A]||(this.polygonsList[A]=[]),this.polygonsList[A].push(r)},t.prototype.togglePolygons=function(A,e,t){var n,r=this.getPolygons(e,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.togglePolygons(r,A))},t.prototype.removePolygons=function(A,e){var t,n;if(this.polygonsList[A]&&e){var r=this.getPolygons(A,e);null===(t=this.map)||void 0===t||t.togglePolygons(r,!1),this.polygonsList[A]=this.polygonsList[A].filter((function(A){return!e(A.object)}))}else this.polygonsList[A]&&(null===(n=this.map)||void 0===n||n.togglePolygons(this.polygonsList[A],!1)),this.polygonsList[A]=[];0===this.polygonsList[A].length&&delete this.polygonsList[A]},t.prototype.removeAllPolygons=function(){for(var A in this.polygonsList)this.polygonsList.hasOwnProperty(A)&&this.removePolygons(A)},t.prototype.alterPolygonOptions=function(A,e,t){var n,r=this.getPolygons(A,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.alterPolygonOptions(r,e))},t.prototype.fitBoundsPolygons=function(A,e){var t,n=this,r=this.getPolygons(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isPolygonOnMap(A)}));r&&r.length&&(null===(t=this.map)||void 0===t||t.fitBoundsPolygons(r))},t.prototype.setCenterPolygons=function(A,e){var t,n=this,r=this.getPolygons(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isPolygonOnMap(A)}));r&&r.length&&(null===(t=this.map)||void 0===t||t.setCenterPolygons(r))},t.prototype.polygonExists=function(A,e){var t=this.getPolygons(A,e);return t&&t.length>0},t.prototype.getPolygonPath=function(A,e){var t,n,r=this.getPolygons(A,e);if(r&&r.length)return null!==(n=null===(t=this.map)||void 0===t?void 0:t.getPolygonPath(r[0]))&&void 0!==n?n:[]},t.prototype.addPolygonEvent=function(A,e,t,n){var r,o=this.getPolygons(A,n);null===(r=this.map)||void 0===r||r.addPolygonEvent(o,e,t)},t.prototype.removePolygonEvent=function(A,e,t){var n,r=this.getPolygons(A,t);null===(n=this.map)||void 0===n||n.removePolygonEvent(r,e)},t.prototype.drawCircle=function(A,e,t){var n,r=null===(n=this.map)||void 0===n?void 0:n.drawCircle(e,t);this.circlesList[A]||(this.circlesList[A]=[]),this.circlesList[A].push(r)},t.prototype.toggleCircles=function(A,e,t){var n,r=this.getCircles(e,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.toggleCircles(r,A))},t.prototype.removeCircles=function(A,e){var t,n;if(this.circlesList[A]&&e){var r=this.getCircles(A,e);null===(t=this.map)||void 0===t||t.toggleCircles(r,!1),this.circlesList[A]=this.circlesList[A].filter((function(A){return!e(A.object)}))}else this.circlesList[A]&&(null===(n=this.map)||void 0===n||n.toggleCircles(this.circlesList[A],!1)),this.circlesList[A]=[];0===this.circlesList[A].length&&delete this.circlesList[A]},t.prototype.removeAllCircles=function(){for(var A in this.circlesList)this.circlesList.hasOwnProperty(A)&&this.removeCircles(A)},t.prototype.alterCircleOptions=function(A,e,t){var n,r=this.getCircles(A,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.alterCircleOptions(r,e))},t.prototype.fitBoundsCircles=function(A,e){var t,n=this,r=this.getCircles(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isCircleOnMap(A)}));r&&r.length&&(null===(t=this.map)||void 0===t||t.fitBoundsCircles(r))},t.prototype.circleExists=function(A,e){var t=this.getCircles(A,e);return t&&t.length>0},t.prototype.getCircleCenter=function(A,e){var t,n=this.getCircles(A,e);return n&&n.length?null===(t=this.map)||void 0===t?void 0:t.getCircleCenter(n[0]):null},t.prototype.getCircleRadius=function(A,e){var t,n=this.getCircles(A,e);return n&&n.length?null===(t=this.map)||void 0===t?void 0:t.getCircleRadius(n[0]):null},t.prototype.addCircleEvent=function(A,e,t,n){var r,o=this.getCircles(A,n);null===(r=this.map)||void 0===r||r.addCircleEvent(o,e,t)},t.prototype.removeCircleEvent=function(A,e,t){var n,r=this.getCircles(A,t);null===(n=this.map)||void 0===n||n.removeCircleEvent(r,e)},t.prototype.drawPolyline=function(A,e,t,n){var r,o=null===(r=this.map)||void 0===r?void 0:r.drawPolyline(e,t,n);this.polylinesList[A]||(this.polylinesList[A]=[]),this.polylinesList[A].push(o)},t.prototype.drawPolylineWithNavigation=function(A,e,t){var n,r=null===(n=this.map)||void 0===n?void 0:n.drawPolylineWithNavigation(e,t);this.polylinesList[A]||(this.polylinesList[A]=[]),this.polylinesList[A].push(r)},t.prototype.togglePolylines=function(A,e,t){var n,r=this.getPolylines(e,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.togglePolylines(r,A))},t.prototype.removePolylines=function(A,e){var t,n;if(this.polylinesList[A]&&e){var r=this.getPolylines(A,e);null===(t=this.map)||void 0===t||t.togglePolylines(r,!1),this.polylinesList[A]=this.polylinesList[A].filter((function(A){return!e(A.object)}))}else this.polylinesList[A]&&(null===(n=this.map)||void 0===n||n.togglePolylines(this.polylinesList[A],!1)),this.polylinesList[A]=[];0===this.polylinesList[A].length&&delete this.polylinesList[A]},t.prototype.removeAllPolylines=function(){for(var A in this.polylinesList)this.polylinesList.hasOwnProperty(A)&&this.removePolylines(A)},t.prototype.alterPolylineOptions=function(A,e,t){var n,r=this.getPolylines(A,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.alterPolylineOptions(r,e))},t.prototype.fitBoundsPolylines=function(A,e){var t,n=this,r=this.getPolylines(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isPolylineOnMap(A)}));r&&r.length&&(null===(t=this.map)||void 0===t||t.fitBoundsPolylines(r))},t.prototype.polylineExists=function(A,e){var t=this.getPolylines(A,e);return t&&t.length>0},t.prototype.addPolylinePath=function(A,e,t){var n,r=this.getPolylines(A,t);if(r&&r.length)null===(n=this.map)||void 0===n||n.addPolylinePath(r,e);else{var o=new oA;o.addToMap=!0,this.drawPolyline(A,o,null)}},t.prototype.getPolylinePath=function(A,e){var t=this.getPolylines(A,e);if(t&&t.length)return this.map.getPolylinePath(t[0])},t.prototype.removePolylineHighlight=function(){var A;null===(A=this.map)||void 0===A||A.removePolylineHighlight()},t.prototype.addPolylineEvent=function(A,e,t,n){var r,o=this.getPolylines(A,n);o&&o.length&&(null===(r=this.map)||void 0===r||r.addPolylineEvent(o,e,t))},t.prototype.removePolylineEvent=function(A,e,t){var n,r=this.getPolylines(A,t);null===(n=this.map)||void 0===n||n.removePolylineEvent(r,e)},t.prototype.setIndexPolylineHighlight=function(A,e,t){var n,r=this.getPolylines(A,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.setIndexPolylineHighlight(r[0],e))},t.prototype.getObjectPolyline=function(A,e){var t,n=this.getPolylines(A,e);return n&&n.length?null===(t=this.map)||void 0===t?void 0:t.getObjectPolyline(n[0]):null},t.prototype.getObjectPolylineHighlight=function(){var A;return null===(A=this.map)||void 0===A?void 0:A.getObjectPolylineHighlight()},t.prototype.addPolylineHighlightEvent=function(A,e){var t;null===(t=this.map)||void 0===t||t.addPolylineHighlightEvent(A,e)},t.prototype.getPolylineHighlightIndex=function(){var A;return null===(A=this.map)||void 0===A?void 0:A.getPolylineHighlightIndex()},t.prototype.drawPopup=function(A,e){var t,n,r,o=null;e.marker&&(o=this.getMarkers(e.marker,e.conditionMarker)[0]),r=this.infoWindowList[A]?null===(t=this.map)||void 0===t?void 0:t.alterPopup(this.infoWindowList[A],e,o):null===(n=this.map)||void 0===n?void 0:n.drawPopup(e,o),this.infoWindowList[A]=r},t.prototype.alterPopup=function(A,e){var t,n,r=this.infoWindowList[A];e.marker&&(n=this.getMarkers(e.marker,e.conditionMarker)),r&&(null===(t=this.map)||void 0===t||t.alterPopupContent(r,e,n?n[0]:null))},t.prototype.getObjectOpenPopup=function(A){return this.infoWindowList[A]?this.infoWindowList[A].object:null},t.prototype.closePopup=function(A){var e;this.infoWindowList[A]&&(null===(e=this.map)||void 0===e||e.closePopup(this.infoWindowList[A]))},t.prototype.closeAllPopups=function(){for(var A in this.infoWindowList)this.infoWindowList.hasOwnProperty(A)&&this.closePopup(A)},t.prototype.resizeMap=function(){var A;null===(A=this.map)||void 0===A||A.resizeMap()},t.prototype.addEventMap=function(A,e){var t;null===(t=this.map)||void 0===t||t.addEventMap(A,e)},t.prototype.removeEventMap=function(A){var e;null===(e=this.map)||void 0===e||e.removeEventMap(A)},t.prototype.getZoom=function(){var A;return null===(A=this.map)||void 0===A?void 0:A.getZoom()},t.prototype.setZoom=function(A){var e;null===(e=this.map)||void 0===e||e.setZoom(A)},t.prototype.takeMapScreenshot=function(){var A,e,t,n,r;return e=this,t=void 0,r=function(){return function(A,e){var t,n,r,o,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(a){return function(s){if(t)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(i=0)),i;)try{if(t=1,n&&(r=2&s[0]?n.return:s[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;switch(n=0,r&&(s=[2&s[0],r.value]),s[0]){case 0:case 1:r=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,n=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!((r=(r=i.trys).length>0&&r[r.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!r||s[1]>r[0]&&s[1]<r[3])){i.label=s[1];break}if(6===s[0]&&i.label<r[1]){i.label=r[1],r=s;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(s);break}r[2]&&i.ops.pop(),i.trys.pop();continue}s=e.call(A,i)}catch(A){s=[6,A],n=0}finally{t=r=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}}(this,(function(e){switch(e.label){case 0:return[4,null===(A=this.map)||void 0===A?void 0:A.takeMapScreenshot()];case 1:return[2,e.sent()]}}))},new((n=void 0)||(n=Promise))((function(A,o){function i(A){try{a(r.next(A))}catch(A){o(A)}}function s(A){try{a(r.throw(A))}catch(A){o(A)}}function a(e){var t;e.done?A(e.value):(t=e.value,t instanceof n?t:new n((function(A){A(t)}))).then(i,s)}a((r=r.apply(e,t||[])).next())}))},t.prototype.removeRuler=function(){this.removePolylines("inlogmaps-ruler",null),this.rulerPolylines=[],this.rulerLatLongs=[],this.removeEventMap(e.Click),this.removeOverlays("inlogmaps-ruler")},t.prototype.createRuler=function(){this.addEventMap(e.Click,this.onMapClickForRuler.bind(this))},t.prototype.getCenter=function(){var A;return null===(A=this.map)||void 0===A?void 0:A.getCenter()},t.prototype.setCenter=function(A){var e;null===(e=this.map)||void 0===e||e.setCenter(A)},t.prototype.pixelsToLatLng=function(A,e){var t;return null===(t=this.map)||void 0===t?void 0:t.pixelsToLatLng(A,e)},t.prototype.fitBoundsElements=function(A,e){var t,n=this,r=this.getMarkers(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isMarkerOnMap(A)})),o=this.getCircles(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isCircleOnMap(A)})),i=this.getPolygons(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isPolygonOnMap(A)})),s=this.getPolylines(A,e).filter((function(A){var e;return null===(e=n.map)||void 0===e?void 0:e.isPolylineOnMap(A)}));null===(t=this.map)||void 0===t||t.fitBoundsElements(r,o,i,s)},t.prototype.drawOverlay=function(A,e){var t,n,r=null;if(e.polygon){var o=this.getPolygons(e.polygon,e.conditionPolygon);o&&o.length&&(r=null===(t=this.map)||void 0===t?void 0:t.drawOverlay(e,o))}else r=null===(n=this.map)||void 0===n?void 0:n.drawOverlay(e);null!=r&&(this.overlayList[A]||(this.overlayList[A]=[]),this.overlayList[A].push(r))},t.prototype.toggleOverlay=function(A,e,t){var n,r=this.getOverlays(e,t);r&&r.length&&(null===(n=this.map)||void 0===n||n.toggleOverlay(r,A))},t.prototype.removeOverlays=function(A,e){var t,n;if(this.overlayList[A]&&e){var r=this.getOverlays(A,e);null===(t=this.map)||void 0===t||t.toggleOverlay(r,!1),this.overlayList[A]=this.overlayList[A].filter((function(A){return!e(A.object)}))}else this.overlayList[A]&&(null===(n=this.map)||void 0===n||n.toggleOverlay(this.overlayList[A],!1)),this.overlayList[A]=[];0===this.overlayList[A].length&&delete this.overlayList[A]},t.prototype.removeAllOverlays=function(){for(var A in this.overlayList)this.overlayList.hasOwnProperty(A)&&this.removeOverlays(A)},t.prototype.getMarkers=function(A,e){var t=this.markersList[A];return t&&t.length?e?t.filter((function(A){return e(A.object)})):t:[]},t.prototype.getPolygons=function(A,e){var t=this.polygonsList[A];return t&&t.length?e?t.filter((function(A){return e(A.object)})):t:[]},t.prototype.getCircles=function(A,e){var t=this.circlesList[A];return t&&t.length?e?t.filter((function(A){return e(A.object)})):t:[]},t.prototype.getPolylines=function(A,e){var t=this.polylinesList[A];if(t&&t.length){var n=e?t.filter((function(A){return e(A.object)})):t;return n.length>0?n:[]}return[]},t.prototype.getOverlays=function(A,e){var t=this.overlayList[A];return t&&t.length?e?t.filter((function(A){return e(A.object)})):t:[]},t.prototype.onMapClickForRuler=function(A){var e=this;this.rulerPolylineCount++,this.rulerClicks.push([A.latlng[0],A.latlng[1]]);var t={addToMap:!0,fitBounds:!1,draggable:!0,editable:!0,style:E.Dotted,color:"#009ACA",weight:5,object:{id:this.rulerPolylineCount},path:this.rulerClicks},n=this.drawPolyline("inlogmaps-ruler",t,(function(){}),(function(){e.rulerLatLongs=[];var A=e.getPolylines("inlogmaps-ruler",null).map((function(A){var t;return null===(t=e.map)||void 0===t?void 0:t.getPolylinePath(A)})).filter((function(A){return 2===A.length}));e.rulerLatLongs.push(A.map((function(A){return[A[0],A[1]]})).flat()),e.removeOverlays("inlogmaps-ruler"),e.addRulerMovingOverlay()}));this.rulerPolylines.push(n),this.addRulerOverlay(),2===this.rulerClicks.length&&(this.rulerLatLongs.push(this.rulerClicks),this.rulerClicks=[])},t.prototype.addRulerOverlay=function(){var A=this.createDistanceOverlay(0),e=new rA(A,!0,this.rulerClicks[0]);if(null==this||this.drawOverlay("inlogmaps-ruler",e),this.rulerClicks[1]){var t=this.coordinatesToKm(this.rulerClicks[0],this.rulerClicks[1]),n=this.createDistanceOverlay(t),r=new rA(n,!0,this.rulerClicks[1]);null==this||this.drawOverlay("inlogmaps-ruler",r)}},t.prototype.addRulerMovingOverlay=function(){for(var A=0;A<this.rulerLatLongs[0].length;A+=2){var e=this.rulerLatLongs[0][A],t=this.rulerLatLongs[0][A+1]?this.rulerLatLongs[0][A+1]:null;if(e&&t){var n=this.createDistanceOverlay(0),r=new rA(n,!0,e);null==this||this.drawOverlay("inlogmaps-ruler",r);var o=this.coordinatesToKm(e,t),i=this.createDistanceOverlay(o),s=new rA(i,!0,t);null==this||this.drawOverlay("inlogmaps-ruler",s)}}},t.prototype.createDistanceOverlay=function(A){var e=document.createElement("div");return e.textContent="".concat((1e3*A).toFixed(1),"m"),e.style.cssText="font-size: 12px;font-weight: 600; letter-spacing: 1px;color: black;height: 30px; width: 120px;text-align: center;display: flex;justify-content: center;align-items: center;transform: translateX(-60px) translateY(-40px); white-space: pre-line; line-height: 1",e.style.position="absolute",e},t}(),aA=function(A,e,t,n,r,o,i){this.center=A,this.radius=e,this.weight=t,this.fillOpacity=n,this.fillColor=r,this.color=o,this.opacity=i},lA=function(A,e,t,n,r,o,i,s,a,l,c,u){this.center=A,this.radius=e,this.weight=t,this.addToMap=n,this.fillOpacity=r,this.fillColor=o,this.color=i,this.opacity=s,this.draggable=a,this.editable=l,this.fitBounds=c,this.object=u},cA=function(A,e){this.draggable=A,this.editable=e},uA=function(A,e,t,n,r){this.latlng=A,this.addToMap=t,this.style=e,this.fitBounds=n,this.object=r},gA=function(A,e,t,n,r){this.radius=A,this.weight=e,this.color=t,this.fillColor=n,this.fillOpacity=r},BA=function(A,e,t){this.latlng=A,this.icon=e,this.style=t},dA=function(A,e,t){this.url=A,this.size=e,this.scaledSize=t},hA=function(A,e,t,n,r,o,i){void 0===e&&(e=!1),void 0===t&&(t=!1),void 0===r&&(r=!1),void 0===i&&(i=!1),this.latlng=A,this.addToMap=e,this.draggable=t,this.icon=n,this.fitBounds=r,this.object=o,this.addClusterer=i},pA=function(A,e,t,n,r,o){this.addToMap=A,this.color=e,this.opacity=t,this.fillColor=n,this.fillOpacity=r,this.weight=o,this.path=[]},fA=function(A,e,t,n,r,o,i,s,a,l,c){this.path=A,this.weight=e,this.addToMap=t,this.color=n,this.opacity=r,this.fillColor=o,this.fillOpacity=i,this.draggable=s,this.editable=a,this.fitBounds=l,this.object=c,this.zIndex=0},wA=function(A,e,t,n){void 0===t&&(t=!0),void 0===n&&(n=1),this.style=void 0,this.editable=!1,this.color=A,this.weight=e,this.opacity=n,this.navigateByPoint=t,this.navegateOnKeyPress=!1},QA=function(A,e,t,n,r,o){this.latlng=A,this.content=e,this.marker=t,this.conditionMarker=n,this.notCalledByMap=r,this.object=o}})(),n})()));
3
3
  //# sourceMappingURL=inlog-maps.js.map