labmaker-plugin 0.0.369 → 0.0.371

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,34 +1,34 @@
1
- (function(n,M0){typeof exports=="object"&&typeof module<"u"?module.exports=M0(require("vue")):typeof define=="function"&&define.amd?define(["vue"],M0):(n=typeof globalThis<"u"?globalThis:n||self,n.LabmakerPlugin=M0(n.Vue))})(this,function(n){"use strict";const M0="",P=(A,c)=>{const e=A.__vccOpts||A;for(const[t,l]of c)e[t]=l;return e},ii={props:["custom-img"],data(){return{imgSRC:this.customImg}},computed:{},methods:{fileUpload(A){const e=A.target.files[0];this.fileProcess(e)},fileProcess(A){this.imgSRC=URL.createObjectURL(A)}},mounted(){}},fi={class:"image-uploader"},mi={class:"your-file"},ui=["src"];function pi(A,c,e,t,l,s){return n.openBlock(),n.createElementBlock(n.Fragment,null,[c[2]||(c[2]=n.createElementVNode("h1",null,"File Uploader",-1)),n.createElementVNode("div",fi,[c[1]||(c[1]=n.createElementVNode("h1",null,"File Uploader",-1)),n.createElementVNode("input",{onChange:c[0]||(c[0]=(...a)=>s.fileUpload&&s.fileUpload(...a)),type:"file",id:"file-upload",name:"fileUpload",accept:"image/*"},null,32),n.createElementVNode("div",mi,[n.createElementVNode("img",{src:l.imgSRC,alt:"",scrset:""},null,8,ui)])])],64)}const di=P(ii,[["render",pi]]),i22="",hi={props:["title"],data(){return{}},computed:{}};function gi(A,c,e,t,l,s){return n.openBlock(),n.createElementBlock("header",null,[n.createElementVNode("h1",null,n.toDisplayString(e.title),1)])}const Ci=P(hi,[["render",gi]]),f22="",Bi={props:["content","image"],data(){return{}},computed:{imageSrc(){return this.content.src.slice(-3)==="gif"?`${this.content.src}?src=${Math.round(Math.random()*Date.now())}`:this.content.src}},methods:{pixelFormat(A){return this.stepperStore.pixelFormat(A)}},mounted(){var A;(A=this.image)!=null&&A.supportImage||this.stepperStore.finishSteps()},beforeMount(){this.stepperStore=this.stepperMain()}},Li={class:"image-container"},zi={class:"image"},Mi=["src","alt"],wi=["innerHTML"],Qi=["innerHTML"],xi=["innerHTML"];function Fi(A,c,e,t,l,s){return n.openBlock(),n.createElementBlock("div",Li,[n.createElementVNode("div",zi,[n.createElementVNode("img",{src:s.imageSrc,alt:e.content.alt,class:n.normalizeClass(e.content.class)},null,10,Mi),e.content.captionHeader?(n.openBlock(),n.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:e.content.captionHeader},null,8,wi)):n.createCommentVNode("",!0),e.content.caption?(n.openBlock(),n.createElementBlock("span",{key:1,class:"caption",innerHTML:e.content.caption},null,8,Qi)):n.createCommentVNode("",!0),e.content.copyright?(n.openBlock(),n.createElementBlock("span",{key:2,innerHTML:e.content.copyright,class:"copyright"},null,8,xi)):n.createCommentVNode("",!0)])])}const yi=P(Bi,[["render",Fi],["__scopeId","data-v-3cf7df18"]]),m22="",bi={props:["content"],data(){return{showGif:!1,showPause:!1,tempGif:"",tempImage:"",alphanum:"",imgWidth:"",imgHeight:""}},computed:{altText(){return!this.content.altText&&this.content.textVersion?"Select text version for a more detailed description.":this.content.altText},imageSrc(){return this.content.src},pngImageSrc(){return!this.tempImage||this.tempImage===" "?this.content.posterSrc?this.content.posterSrc:"//cdn.flvs.net/course_view/1_0/dist/images/placeholder.png":this.tempImage}},methods:{process(){this.tempGif=document.getElementById("giffyGif_"+this.alphanum),this.tempGif.onload=()=>{this.imgHeight=this.tempGif.height,this.imgWidth=this.tempGif.width;let A=document.createElement("canvas");A.width=this.imgWidth,A.height=this.imgHeight,A.getContext("2d").drawImage(this.tempGif,0,0),this.tempImage=A.toDataURL("image/png")}},playGif(){this.showGif=!this.showGif,this.content.animDuration&&this.showGif&&setTimeout(()=>{this.showGif=!1},this.content.animDuration),this.stepperStore.finishSteps()},pauseGif(){this.showGif&&(this.showPause=!0)},pauseGifHide(){this.showPause=!1},updateGifSize(){let A=document.getElementById("giffyPng_"+this.alphanum);A.complete?(this.imgWidth=A.width,this.imgHeight=A.height):A.onload=function(){this.imgWidth=A.width,this.imgHeight=A.height,A.onload=null}}},mounted(){this.process()},beforeMount(){this.stepperStore=this.stepperMain(),this.alphanum=Math.random().toString(36).replace("0.","")}},Ui={class:"image-container"},vi={class:"image"},Si=["id","alt","src"],Ni=["id","src","alt"],Ei=["innerHTML"],ki=["innerHTML"],Hi=["innerHTML"];function Ii(A,c,e,t,l,s){return n.openBlock(),n.createElementBlock("div",Ui,[n.createElementVNode("div",vi,[n.createElementVNode("a",{href:"javascript:void(0)","aria-label":"play","aria-hidden":"true",class:"gAnimBg",onMouseover:c[0]||(c[0]=(...a)=>s.pauseGif&&s.pauseGif(...a)),onMouseout:c[1]||(c[1]=(...a)=>s.pauseGifHide&&s.pauseGifHide(...a)),onClick:c[2]||(c[2]=(...a)=>s.playGif&&s.playGif(...a))},[c[3]||(c[3]=n.createElementVNode("span",{class:"screenReaderAlt","aria-hidden":"true"},"Start Animation",-1)),n.withDirectives(n.createElementVNode("div",{class:n.normalizeClass(["playButtonStyles",{dark:e.content.animButton==="dark"}])},[n.createElementVNode("div",{class:n.normalizeClass(["playButtonIconStyles",{dark:e.content.animButton==="dark"}])},null,2)],2),[[n.vShow,l.showGif===!1]]),n.withDirectives(n.createElementVNode("div",{class:n.normalizeClass(["pauseButtonStyles",{dark:e.content.animButton==="dark"}])},[n.createElementVNode("div",{class:n.normalizeClass(["pauseButtonIconStyles",{dark:e.content.animButton==="dark"}])},null,2)],2),[[n.vShow,l.showPause]]),n.withDirectives(n.createElementVNode("img",{id:"giffyPng_"+l.alphanum,class:n.normalizeClass(["giffyPng",e.content.class]),alt:s.altText,src:s.pngImageSrc},null,10,Si),[[n.vShow,l.showGif===!1]]),n.withDirectives(n.createElementVNode("img",{id:"giffyGif_"+l.alphanum,src:s.imageSrc,alt:s.altText,class:n.normalizeClass(["giffyGif",e.content.class])},null,10,Ni),[[n.vShow,l.showGif]])],32),e.content.captionHeader?(n.openBlock(),n.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:e.content.captionHeader},null,8,Ei)):n.createCommentVNode("",!0),e.content.caption?(n.openBlock(),n.createElementBlock("span",{key:1,class:"caption",innerHTML:e.content.caption},null,8,ki)):n.createCommentVNode("",!0),e.content.copyright?(n.openBlock(),n.createElementBlock("span",{key:2,innerHTML:e.content.copyright,class:"copyright"},null,8,Hi)):n.createCommentVNode("",!0)])])}const Ti=P(bi,[["render",Ii],["__scopeId","data-v-8a2b22b7"]]),u22="",Di={props:["content"],data(){return{showingKaltura:!1,showingText:!1,buttonText:!1,hasText:!1,video:{width:640,height:480},audio:{width:260,height:80},audioBtn:{width:40,height:40},textversionArray:{}}},watch:{content:function(){this.tvCleaner()}},computed:{kHeight(){if(this.content.kalturaType==="video")if(this.content.height&&this.content.height!=""){let A=this.content.height;return A.slice(-2)==="px"?A.slice(0,-2):this.content.height}else return this.video.height;else if(this.content.kalturaType==="audio")if(this.content.height&&this.content.height!=""){let A=this.content.height;return A.slice(-2)==="px"?A.slice(0,-2):this.content.height}else return this.audio.height;else if(this.content.kalturaType==="audiobtn")return this.audioBtn.height},kWidth(){if(this.content.kalturaType==="video")if(this.content.width&&this.content.width!=""){let A=this.content.width;return A.slice(-2)==="px"?A.slice(0,-2):this.content.width}else return this.video.width;else{if(this.content.kalturaType==="audio")return this.audio.width;if(this.content.kalturaType==="audiobtn")return this.audioBtn.width}}},methods:{getButtonText(A){return A==="video"?this.showingText?"Show Video":"Show Text Version":this.showingText?"Show Audio":"Show Text Version"},textVersionCheck(){this.content.textVersion&&this.content.textVersion.length>1&&(this.hasText=!0)},kalturaLoad(){this.textVersionCheck()},kalturaMedia(A){let c={uiconf_id:"54575302",partner_id:"2061901",entry_id:"",height:"400",width:"640",type:"video"};return c.entry_id=this.content.kalturaEntryId,this.content.kalturaType&&(c.type=this.content.kalturaType),c.type==="audio"?c.uiconf_id="54576672":c.type==="audiobtn"?c.uiconf_id="54811142":c.type==="videoNoCC"&&(c.uiconf_id="54575422"),this.content.standalone&&(this.stepperStore.stepHold=!1),`https://cdnapisec.kaltura.com/p/${c.partner_id}/embedPlaykitJs/uiconf_id/${c.uiconf_id}?iframeembed=true&entry_id=${c.entry_id}`},showKaltura(){this.showingKaltura=!0},showText(){this.showingText=!this.showingText,this.buttonText=!this.buttonText},tvCleaner(){let A=document.createElement("div");A.innerHTML=this.content.textVersion;for(let c=0;c<A.children.length;c++){let e=A.children[c];if(e.tagName=="DIV"&&e.className=="panel-default"&&e.children[0].dataset.toggle)for(let t=0;t<e.children.length;t++){let l=e.children[t];if(l.dataset.toggle=="collapse"){let s={heading:l.innerHTML,body:e.children[t+1].innerHTML};this.textversionArray[c]=s}}else this.textversionArray[c]=e.outerHTML}}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("vidText"),this.kalturaLoad(),this.tvCleaner()},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("vidText");setTimeout(()=>{A[0].focus()})}this.stepperStore.finishSteps()}},_i={key:0,class:"textVersion"},Ki=["innerHTML"],Oi=["src","width","height"],Vi=["src","width","height"],Ri=["src","width","height"],Pi={key:2,class:"alert alert-danger"};function Gi(A,c,e,t,l,s){const a=n.resolveComponent("el-button");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["kContainer",e.content.class])},[e.content.textVersion&&l.showingText?(n.openBlock(),n.createElementBlock("div",_i,[c[4]||(c[4]=n.createElementVNode("h1",null,"Text Version",-1)),n.createElementVNode("div",{innerHTML:e.content.textVersion},null,8,Ki)])):n.createCommentVNode("",!0),!l.showingText&&e.content.kalturaEntryId?(n.openBlock(),n.createElementBlock("div",{key:1,class:"mainVersion",style:n.normalizeStyle({width:s.kWidth+"px",height:s.kHeight+"px"})},[e.content.kalturaType=="video"&&!l.showingKaltura?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["kPoster",{active:l.showingKaltura==!0}]),style:n.normalizeStyle({width:s.kWidth+"px",height:s.kHeight+"px"})},[n.createElementVNode("iframe",{onClick:c[0]||(c[0]=(...r)=>s.showKaltura&&s.showKaltura(...r)),class:"videoIframe",src:s.kalturaMedia(e.content),width:s.kWidth+"px",height:s.kHeight+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Oi)],6)):n.createCommentVNode("",!0),e.content.kalturaType=="audio"?(n.openBlock(),n.createElementBlock("div",{key:1,class:n.normalizeClass(["kAudio",{active:l.showingKaltura==!0}]),onClick:c[1]||(c[1]=(...r)=>s.showKaltura&&s.showKaltura(...r))},[n.createElementVNode("iframe",{id:"my_iframe",src:s.kalturaMedia(e.content),width:s.kWidth+"px",height:s.kHeight+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Vi)],2)):n.createCommentVNode("",!0),e.content.kalturaType=="audiobtn"?(n.openBlock(),n.createElementBlock("div",{key:2,class:n.normalizeClass(["kAudiobtn",{active:l.showingKaltura==!0}]),onClick:c[2]||(c[2]=(...r)=>s.showKaltura&&s.showKaltura(...r))},[n.createElementVNode("iframe",{src:s.kalturaMedia(e.content),width:l.audioBtn.width+"px",height:l.audioBtn.height+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Ri)],2)):n.createCommentVNode("",!0)],4)):n.createCommentVNode("",!0),e.content.kalturaEntryId==""?(n.openBlock(),n.createElementBlock("div",Pi,"There is no Kaltura Entry ID")):n.createCommentVNode("",!0),e.content.textVersion?(n.openBlock(),n.createBlock(a,{key:3,size:"medium",type:"primary","aria-label":"text version",class:"toggleSwitch ftSwitch btn btn-primary vidText",onClick:c[3]||(c[3]=n.withModifiers(r=>s.showText(e.content.kalturaType),["stop"]))},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(s.getButtonText(e.content.kalturaType)),1)]),_:1})):n.createCommentVNode("",!0)],2)}const Wi=P(Di,[["render",Gi]]),p22="",Xi={props:["content"],data(){return{value1:50,styleObject:{height:"",width:""}}},computed:{dark(){return this.content.dark?"dark":!1},vertical(){return!!this.content.vertical},verticalClass(){return this.content.vertical?"is-vertical":!1},style(){return this.content.vertical?(this.styleObject.height=100-this.value1+"%",this.styleObject.width=""):(this.styleObject.height="",this.styleObject.width=this.value1+"%"),this.styleObject},captionWidth(){return this.value1<=30&&!this.content.vertical?"200px":"100%"}},methods:{pixelFormat(A){return this.stepperStore.pixelFormat(A)},updateStartHeight(){return this.content.startHeight&&(this.value1=this.content.startHeight),!1}},mounted(){this.stepperStore.finishSteps(),this.updateStartHeight()},beforeMount(){this.stepperStore=this.stepperMain()}},qi={class:"image-compare"},Yi={class:"image"},Ji=["src","alt"],ji=["innerHTML"],$i=["innerHTML"],Zi=["innerHTML"],Af=["src","alt"],cf={class:"captionAreaRight"},ef=["innerHTML"],tf=["innerHTML"],lf=["innerHTML"];function sf(A,c,e,t,l,s){const a=n.resolveComponent("el-slider");return n.openBlock(),n.createElementBlock("div",qi,[n.createVNode(a,{class:n.normalizeClass(["imageSlide",s.dark]),modelValue:l.value1,"onUpdate:modelValue":c[0]||(c[0]=r=>l.value1=r),step:5,"show-tooltip":!1,vertical:s.vertical},null,8,["class","modelValue","vertical"]),n.createElementVNode("div",Yi,[n.createElementVNode("div",{class:n.normalizeClass(["imageLeft",s.dark,s.verticalClass]),style:n.normalizeStyle(s.style)},[n.createElementVNode("img",{src:e.content.image.srcLeft,alt:e.content.image.altLeft,class:n.normalizeClass(e.content.image.classLeft)},null,10,Ji),n.createElementVNode("div",{class:"captionAreaLeft",style:n.normalizeStyle({width:s.captionWidth})},[e.content.image.captionHeaderLeft?(n.openBlock(),n.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:e.content.image.captionHeaderLeft},null,8,ji)):n.createCommentVNode("",!0),e.content.image.captionLeft?(n.openBlock(),n.createElementBlock("span",{key:1,class:"caption",innerHTML:e.content.image.captionLeft},null,8,$i)):n.createCommentVNode("",!0),e.content.image.copyrightLeft?(n.openBlock(),n.createElementBlock("span",{key:2,innerHTML:e.content.image.copyrightLeft,class:"copyright"},null,8,Zi)):n.createCommentVNode("",!0)],4)],6),n.createElementVNode("img",{class:n.normalizeClass(["imageRight",e.content.image.classRight]),src:e.content.image.srcRight,alt:e.content.image.altRight},null,10,Af),n.createElementVNode("div",cf,[e.content.image.captionHeaderRight?(n.openBlock(),n.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:e.content.image.captionHeaderRight},null,8,ef)):n.createCommentVNode("",!0),e.content.image.captionRight?(n.openBlock(),n.createElementBlock("span",{key:1,class:"caption",innerHTML:e.content.image.captionRight},null,8,tf)):n.createCommentVNode("",!0),e.content.image.copyrightRight?(n.openBlock(),n.createElementBlock("span",{key:2,innerHTML:e.content.image.copyrightRight,class:"copyright"},null,8,lf)):n.createCommentVNode("",!0)])])])}const nf=P(Xi,[["render",sf],["__scopeId","data-v-ca834e68"]]),d22="",af={components:{},inject:["message"],props:["content"],data(){return{dialogVisible:!1,feedbackVisibility:[],feedbackIndex:0}},computed:{},methods:{spotDone(A){var c;return(c=this.stepperStore.getStepPage[A])!=null&&c.completed?"check-done":!1},showSpot(A){var c;if((c=this.stepperStore.getStepPage[A])!=null&&c.testPage){let e=!0;return this.stepperStore.getStepPage.forEach((t,l)=>{t.testPage!==!0&&!t.completed&&(e=!1)}),!!e}return!0},pixelFormat(A){return this.stepperStore.pixelFormat(A)},changePage(A,c){A.pageLink?this.stepperStore.currentPage=A.pageLink:A.feedback&&(this.feedbackIndex=c,this.feedbackVisibility.indexOf(c)===-1&&this.feedbackVisibility.push(c),this.stepperStore.showFeedback=!0,this.content.hotspots.length-1===this.feedbackVisibility.length-1&&this.stepperStore.finishSteps(),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()}))},showFeedback(A){return!!(this.stepperStore.getShowFeedback&&this.feedbackIndex===A)},hotspots(){if(this.stepperStore.randomResults)return this.stepperStore.randomResults;if(this.content.showCount){let A=function(c,e){return[...c].sort(()=>.5-Math.random()).slice(0,e)};if(this.content.showByGroup){let c=[];this.content.hotspots.forEach(t=>{c.indexOf(t.group)===-1&&c.push(t.group)});let e=[];return c.forEach(t=>{let l=this.content.hotspots.filter(s=>s.group===t);e.push(A(l,1)[0])}),this.stepperStore.randomResults=e,e}else{let c=A(this.content.hotspots,this.content.showCount);return this.stepperStore.randomResults=c,c}}else return this.content.hotspots},imgAlt(A,c){return c?"Button Marker "+Number(A+1)+": "+c:"Button Marker "+Number(A+1)}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("hotspot");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("hotspot")}},rf={class:"imageMarker"},of=["src","alt"],ff={class:"hotspotArea"},mf=["src","alt"],uf=["innerHTML"],pf={key:1,class:"big_green"};function df(A,c,e,t,l,s){const a=n.resolveComponent("el-button"),r=n.resolveComponent("lab-feedback");return n.openBlock(),n.createElementBlock("div",rf,[n.createElementVNode("img",{src:e.content.image,alt:e.content.imageAlt},null,8,of),n.createElementVNode("div",ff,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(s.hotspots(),(o,f)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[s.showSpot(f)?(n.openBlock(),n.createBlock(a,{key:0,type:o.buttonType,onClick:n.withModifiers(i=>s.changePage(o,f),["stop"]),id:"hotspot_"+f,class:n.normalizeClass([["is-"+o.buttonShape,{noBG:o.buttonImage},o.class,s.spotDone(f)],"hotspot"]),style:n.normalizeStyle({top:s.pixelFormat(o.cordinatesX),left:s.pixelFormat(o.cordinatesY),width:s.pixelFormat(o.dimensionsW),height:s.pixelFormat(o.dimensionsH)}),icon:o.buttonIcon},{default:n.withCtx(()=>[o.buttonImage?(n.openBlock(),n.createElementBlock("img",{key:0,class:"im-ButtonImage",src:o.buttonImage,alt:s.imgAlt(f,o.buttonImageAlt)},null,8,mf)):n.createCommentVNode("",!0),n.createElementVNode("span",{class:"im-buttonText",innerHTML:o.name},null,8,uf),s.spotDone(f)?(n.openBlock(),n.createElementBlock("div",pf)):n.createCommentVNode("",!0)]),_:2},1032,["type","onClick","id","class","style","icon"])):n.createCommentVNode("",!0),s.showFeedback(f)?(n.openBlock(),n.createBlock(r,{key:1,content:o},null,8,["content"])):n.createCommentVNode("",!0)],64))),256))])])}const hf=P(af,[["render",df],["__scopeId","data-v-1c0c8a92"]]),h22="",gf={props:["content"],data(){return{imageReplaced:!1,imageSrc:this.content.image,imageAlt:this.content.imageAlt}},computed:{},methods:{pixelFormat(A){return this.stepperStore.pixelFormat(A)},async changeImage(A){this.imageReplaced=!0,this.imageSrc=this.content.hotspots[A].imageOverlay,this.imageAlt=this.content.hotspots[A].imageOverlayAlt,await this.stepperStore.finishSteps(),this.stepperStore.lastPageFocus()}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("instructions");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("instructions")}},Cf=["innerHTML"],Bf=["src","alt"],Lf={class:"hotspotArea"};function zf(A,c,e,t,l,s){const a=n.resolveComponent("el-col"),r=n.resolveComponent("el-button"),o=n.resolveComponent("el-row");return n.openBlock(),n.createBlock(o,{class:"imageReplacer"},{default:n.withCtx(()=>[n.createVNode(a,{span:12},{default:n.withCtx(()=>[n.createElementVNode("p",{class:"imageReplacerDescription",innerHTML:e.content.description},null,8,Cf)]),_:1}),n.createVNode(a,{span:12},{default:n.withCtx(()=>[n.createElementVNode("img",{class:"im-ButtonImage",src:l.imageSrc,alt:l.imageAlt},null,8,Bf),n.createElementVNode("div",Lf,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.content.hotspots,(f,i)=>(n.openBlock(),n.createBlock(r,{type:f.buttonType,onClick:n.withModifiers(m=>s.changeImage(i),["stop"]),class:"hotspot",style:n.normalizeStyle({top:s.pixelFormat(f.cordinatesX),left:s.pixelFormat(f.cordinatesY),width:s.pixelFormat(f.dimensionsW),height:s.pixelFormat(f.dimensionsH)}),icon:f.buttonIcon},null,8,["type","onClick","style","icon"]))),256))])]),_:1})]),_:1})}const Mf=P(gf,[["render",zf],["__scopeId","data-v-d6c87f03"]]),g22="",wf={props:["content"],data(){return{value1:0,marks:{}}},computed:{dark(){return this.content.dark?"dark":!1},imageCount(){return this.content.image.length-1},vertical(){return!!this.content.vertical},verticalClass(){return this.content.vertical?"is-vertical":!1}},methods:{pixelFormat(A){return this.stepperStore.pixelFormat(A)},populateMArks(){this.content.image.forEach((A,c)=>{this.marks[c]=A.mark})}},mounted(){this.stepperStore.finishSteps(),this.populateMArks()},beforeMount(){this.stepperStore=this.stepperMain()}},Qf={class:"image"},xf=["src","alt"],Ff=["innerHTML"],yf=["innerHTML"],bf=["innerHTML"];function Uf(A,c,e,t,l,s){const a=n.resolveComponent("el-slider");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["image-slider",[{verticalSlider:s.vertical},e.content.class]])},[n.createVNode(a,{class:n.normalizeClass(["imageSlide",s.dark]),modelValue:l.value1,"onUpdate:modelValue":c[0]||(c[0]=r=>l.value1=r),"show-tooltip":!1,vertical:s.vertical,step:1,"show-stops":"",max:s.imageCount,marks:l.marks},null,8,["class","modelValue","vertical","max","marks"]),n.createElementVNode("div",Qf,[n.createElementVNode("img",{src:e.content.image[l.value1].src,alt:e.content.image[l.value1].alt,class:n.normalizeClass(e.content.image[l.value1].class)},null,10,xf),n.createElementVNode("div",{class:"captionArea",style:n.normalizeStyle({width:A.captionWidth})},[e.content.image[l.value1].captionHeader?(n.openBlock(),n.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:e.content.image[l.value1].captionHeader},null,8,Ff)):n.createCommentVNode("",!0),e.content.image[l.value1].caption?(n.openBlock(),n.createElementBlock("span",{key:1,class:"caption",innerHTML:e.content.image[l.value1].caption},null,8,yf)):n.createCommentVNode("",!0),e.content.image[l.value1].copyright?(n.openBlock(),n.createElementBlock("span",{key:2,innerHTML:e.content.image[l.value1].copyright,class:"copyright"},null,8,bf)):n.createCommentVNode("",!0)],4)])],2)}const vf=P(wf,[["render",Uf],["__scopeId","data-v-87555ec2"]]),C22="",Sf={props:["content"],data(){return{showOverlay:!0}},computed:{overlayButtonText(){return this.showOverlay?"Hide Overlay":"Show Overlay"}},methods:{pixelFormat(A){return this.stepperStore.pixelFormat(A)},getSavedImage(){document.getElementById("canvasBlob").appendChild(this.stepperStore.getCanvasImage)}},mounted(){this.getSavedImage(),this.stepperStore.finishSteps()},beforeMount(){this.stepperStore=this.stepperMain()}},Nf={class:"imageCompare"},Ef={class:"hideCompareButtons"};function kf(A,c,e,t,l,s){const a=n.resolveComponent("el-button");return n.openBlock(),n.createElementBlock("div",Nf,[l.showOverlay?(n.openBlock(),n.createElementBlock("div",{key:0,class:"overlay",style:n.normalizeStyle("background: url("+e.content.overlay+")")},null,4)):n.createCommentVNode("",!0),c[1]||(c[1]=n.createElementVNode("div",{id:"canvasBlob"},null,-1)),n.createElementVNode("div",Ef,[n.createVNode(a,{size:"medium",type:"primary",onClick:c[0]||(c[0]=r=>l.showOverlay=!l.showOverlay)},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(s.overlayButtonText),1)]),_:1})])])}const Hf=P(Sf,[["render",kf],["__scopeId","data-v-0f3f694e"]]);var Z4=n.defineComponent({name:"CloseBold"});const If={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},Tf=n.createVNode("path",{fill:"currentColor",d:"M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z"},null,-1);function Df(A,c,e,t,l,s){return n.openBlock(),n.createBlock("svg",If,[Tf])}Z4.render=Df,Z4.__file="packages/components/CloseBold.vue";const _f=Z4;var A3=n.defineComponent({name:"Histogram"});const Kf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},Of=n.createVNode("path",{fill:"currentColor",d:"M416 896V128h192v768H416zm-288 0V448h192v448H128zm576 0V320h192v576H704z"},null,-1);function Vf(A,c,e,t,l,s){return n.openBlock(),n.createBlock("svg",Kf,[Of])}A3.render=Vf,A3.__file="packages/components/Histogram.vue";const sA=A3,B22="",Rf={components:{CloseBold:_f},props:["content"],data(){return{show:!0}},computed:{getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts},feedbackHeader(){return this.stepperStore.getShowFeedbackAttempts?"Too Many Attempts":this.content.feedbackHeader},feedbackWidth(){return this.content.feedbackWidth?this.content.feedbackWidth:"50%"}},methods:{feedbackClose(){this.content.finalInstructions&&(this.stepperStore.completedDirections[this.stepperStore.currentPage].display=!1),this.content.instructions&&(this.stepperStore.directions[this.stepperStore.currentPage].display=!1),this.content.stepDirections&&(this.stepperStore.stepDirectionsArray[this.stepperStore.stepPage].display=!1),this.stepperStore.showFeedback=!1,this.stepperStore.showFeedbackAttempts=!1,this.stepperStore.lastPageFocus()},renderMath(){this.$mathjax&&MathJax.typesetPromise().then(()=>{console.log("MathJax typesetting done!")}).catch(A=>{console.error("MathJax typesetting failed:",A)})}},mounted(){this.renderMath()},beforeMount(){var A,c;this.stepperStore=this.stepperMain(),((A=this.content.feedbackContent)==null?void 0:A.type)==="media"&&((c=this.content.feedbackContent.fieldValues)==null?void 0:c.kalturaType)==="video"&&(this.content.feedbackContent.fieldValues.width="480",this.content.feedbackContent.fieldValues.height="360",this.content.feedbackWidth="80%")}},Pf={key:0,class:"el-overlay",style:{"z-index":"5000"}},Gf={"aria-modal":"true",class:"el-overlay-dialog",role:"dialog"},Wf={class:"el-dialog__header"},Xf={class:"my-header"},qf=["id","innerHTML"],Yf={class:"el-dialog__body"},Jf=["innerHTML"],jf={key:1},$f={key:0},Zf=["innerHTML"],Am=["src"],cm=["innerHTML"],em={class:"el-dialog__footer"},tm={class:"dialog-footer"};function lm(A,c,e,t,l,s){var m;const a=n.resolveComponent("CloseBold"),r=n.resolveComponent("el-icon"),o=n.resolveComponent("el-button"),f=n.resolveComponent("lab-kaltura"),i=n.resolveComponent("lab-image");return l.show?(n.openBlock(),n.createElementBlock("div",Pf,[n.createElementVNode("div",Gf,[n.createElementVNode("div",{class:n.normalizeClass(["el-dialog",[((m=e.content.feedbackContent)==null?void 0:m.type)==="media"?"video_dialog":""]]),style:n.normalizeStyle({width:s.feedbackWidth}),tabindex:"-1"},[n.createElementVNode("header",Wf,[n.createElementVNode("div",Xf,[n.createElementVNode("h4",{id:A.titleId,class:n.normalizeClass(["el-dialog__title",A.titleClass]),innerHTML:s.feedbackHeader},null,10,qf)]),n.createVNode(o,{class:"el-dialog__headerbtn",size:"small",type:"primary",onClick:c[0]||(c[0]=n.withModifiers(u=>s.feedbackClose(),["stop"]))},{default:n.withCtx(()=>[n.createVNode(r,null,{default:n.withCtx(()=>[n.createVNode(a)]),_:1})]),_:1})]),n.createElementVNode("div",Yf,[s.getShowFeedbackAttempts?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[e.content.feedbackAttempts?(n.openBlock(),n.createElementBlock("p",{key:0,innerHTML:e.content.feedbackAttempts},null,8,Jf)):(n.openBlock(),n.createElementBlock("p",jf,"You have tried too many times, the correct answer has been provided for you."))],64)):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[e.content.feedbackContent?(n.openBlock(),n.createElementBlock("div",$f,[e.content.feedbackContent.type==="media"?(n.openBlock(),n.createBlock(f,{key:0,content:e.content.feedbackContent.fieldValues,class:n.normalizeClass([e.content.feedbackContent.fieldValues.class,{video:e.content.feedbackContent.fieldValues.kalturaType==="video"}])},null,8,["content","class"])):n.createCommentVNode("",!0),e.content.feedbackContent.type==="image"?(n.openBlock(),n.createBlock(i,{key:1,content:e.content.feedbackContent.fieldValues},null,8,["content"])):n.createCommentVNode("",!0),n.createElementVNode("p",{innerHTML:e.content.feedbackContent.directions},null,8,Zf)])):n.createCommentVNode("",!0),e.content.feedbackImage?(n.openBlock(),n.createElementBlock("img",{key:1,class:"im-ButtonImage",src:e.content.feedbackImage,alt:"button image"},null,8,Am)):n.createCommentVNode("",!0),n.createElementVNode("p",{innerHTML:e.content.feedback},null,8,cm)],64))]),n.createElementVNode("footer",em,[n.createElementVNode("span",tm,[n.createVNode(o,{size:"small",id:"feedbackClose",type:"primary",onClick:c[1]||(c[1]=n.withModifiers(u=>s.feedbackClose(),["stop"]))},{default:n.withCtx(()=>[...c[2]||(c[2]=[n.createTextVNode("Close",-1)])]),_:1})])])],6)])])):n.createCommentVNode("",!0)}const nA=P(Rf,[["render",lm]]),L22="",sm={components:{},props:["content"],data(){return{quizArray:[],quizOptions:[],quizItemCompleted:[],input:[],totalAttempts:99,correctChoices:[],feedbackObject:{},value1:""}},watch:{},computed:{quizArrayCount(){return this.quizArray.length-1},getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts},textResultAnswer(){const A="page",c=this.content.textResultsPage;return this.stepperStore.results.find(l=>l[A]===c).correctAnswer[0]}},methods:{quizArrayCompleted(A){return!(this.quizItemCompleted.includes(A)||A===0)},prepareQuiz(){this.quizArray=this.content.quiz.split("*_").filter(A=>A),this.content.options.forEach((A,c)=>{A.options?A.random?this.quizOptions.push(this.shuffle(A.options)):this.quizOptions.push(A.options):this.quizOptions.push(!1)})},quizType(A){return this.content.options[A]&&this.content.options[A].type?this.content.options[A].type:!1},quizDisplay(A){return this.content.options[A]&&this.content.options[A].display?this.content.options[A].display:"Select"},quizClass(A){return this.content.options[A]&&this.content.options[A].class?this.content.options[A].class:""},shuffle(A){let c=A.length,e;for(;c!=0;)e=Math.floor(Math.random()*c),c--,[A[c],A[e]]=[A[e],A[c]];return A},choicesCheck(){if(this.content.attempts===0||this.getAttempt<this.content.attempts){let A=!0,c=!1;this.input.length===0?this.content.options[0].stopFlow&&(c=!0,this.feedbackObject.feedbackHeader=this.content.options[0].notSelectedHeader,this.feedbackObject.feedback=this.content.options[0].notSelectedBody):this.content.options.forEach((e,t)=>{this.input[t]?this.input[t]!==this.content.options[t].answer&&(A=!1):this.content.options[this.input.length].stopFlow&&(c=!0,this.feedbackObject.feedbackHeader=this.content.options[this.input.length].notSelectedHeader,this.feedbackObject.feedback=this.content.options[this.input.length].notSelectedBody)}),this.stepperStore.attempts=this.getAttempt+1,A===!0&&this.input.length===this.quizArray.length?(this.choicesComplete(!0),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(c||(this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback),this.content.attempts===0&&this.choicesComplete(!0),this.stepperStore.attempts=this.getAttempt+1)}else this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.stepperStore.showFeedbackAttempts=!0,this.choicesComplete(!1);this.stepperStore.showFeedback=!0,setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(A){let c=[],e="not correct";this.quizArray.forEach((a,r)=>{this.input[r]?this.input[r]=this.content.options[r].answer:this.input.push(this.content.options[r].answer),c.push(this.content.options[r].answer),this.quizItemCompleted.push(r+1)}),A&&(e="correct");let t={page:this.stepperStore.stepPage,result:e,correctAnswer:c},l=this.stepperStore.results.find(a=>a.page===this.stepperStore.stepPage),s=this.stepperStore.results.indexOf(l);l?this.stepperStore.results.fill(l.result=e,s,s++):this.stepperStore.results.push(t),this.stepperStore.finishSteps()},choicesMade(A){this.quizItemCompleted.includes(A+1)===!1&&this.quizItemCompleted.push(A+1)},showFeedback(){return!!this.stepperStore.getShowFeedback}},mounted(){if(this.prepareQuiz(),this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("el-input__inner");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("el-input__inner"),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},nm={key:0,class:"textResults"},am=["innerHTML"],rm=["innerHTML"];function om(A,c,e,t,l,s){const a=n.resolveComponent("el-option"),r=n.resolveComponent("el-select"),o=n.resolveComponent("el-date-picker"),f=n.resolveComponent("el-button"),i=n.resolveComponent("lab-feedback");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["drop-down",e.content.class])},[e.content.textResults?(n.openBlock(),n.createElementBlock("div",nm,[e.content.textResultsHeader?(n.openBlock(),n.createElementBlock("p",{key:0,class:"textResultsHeader",innerHTML:e.content.textResultsHeader},null,8,am)):n.createCommentVNode("",!0),n.createElementVNode("p",{innerHTML:s.textResultAnswer},null,8,rm),c[1]||(c[1]=n.createElementVNode("hr",null,null,-1))])):n.createCommentVNode("",!0),n.createElementVNode("p",null,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.quizArray,(m,u)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createElementVNode("span",{class:n.normalizeClass(s.quizClass(u))},[n.createElementVNode("span",{class:n.normalizeClass("quizText quizSection_"+u)},n.toDisplayString(m)+" ",3),s.quizType(u)==="choose"?(n.openBlock(),n.createBlock(r,{key:0,onChange:d=>s.choicesMade(u),modelValue:l.input[u],"onUpdate:modelValue":d=>l.input[u]=d,placeholder:s.quizDisplay(u)},{default:n.withCtx(()=>[s.quizArrayCompleted(u)?n.createCommentVNode("",!0):(n.openBlock(!0),n.createElementBlock(n.Fragment,{key:0},n.renderList(l.quizOptions[u],d=>(n.openBlock(),n.createBlock(a,{key:d,label:d,value:d},null,8,["label","value"]))),128))]),_:2},1032,["onChange","modelValue","onUpdate:modelValue","placeholder"])):n.createCommentVNode("",!0),s.quizType(u)==="date"?(n.openBlock(),n.createBlock(o,{key:1,onChange:d=>s.choicesMade(u),modelValue:l.input[u],"onUpdate:modelValue":d=>l.input[u]=d,type:"date",placeholder:s.quizDisplay(u),format:e.content.options[u].format,"value-format":e.content.options[u].format,disabled:s.quizArrayCompleted(u)},null,8,["onChange","modelValue","onUpdate:modelValue","placeholder","format","value-format","disabled"])):n.createCommentVNode("",!0)],2),c[2]||(c[2]=n.createTextVNode("  ",-1))],64))),256))]),n.createVNode(f,{size:"small",type:"primary",class:"drop-down-submit",onClick:c[0]||(c[0]=m=>s.choicesCheck())},{default:n.withCtx(()=>[...c[3]||(c[3]=[n.createTextVNode("Submit",-1)])]),_:1}),s.showFeedback()?(n.openBlock(),n.createBlock(i,{key:1,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0)],2)}const im=P(sm,[["render",om]]),z22="",fm={components:{},props:["content"],data(){return{quizArray:[],input:[],totalAttempts:99,correctChoices:[],feedbackObject:{}}},watch:{},computed:{quizArrayCount(){return this.quizArray.length-1},getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{prepareQuiz(){this.quizArray=this.content.quiz.split("*_")},choicesCheck(){this.getAttempt<this.content.attempts?(this.input.forEach((A,c)=>{if(this.content.answers[c]===A)this.correctChoices.includes(c)===!1&&this.correctChoices.push(c);else if(this.correctChoices.includes(c)===!0){let e=this.correctChoices.indexOf(c);this.correctChoices.splice(e,1)}}),this.input.length===0?(this.feedbackObject.feedbackHeader="You did not enter an answer",this.feedbackObject.feedback="Please enter your choice in the input field"):this.correctChoices.length===this.content.answers.length?(this.choicesComplete(!0),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(this.stepperStore.attempts=this.getAttempt+1,this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback)):(this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.stepperStore.showFeedbackAttempts=!0,this.choicesComplete(!1)),this.stepperStore.showFeedback=!0,setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(A){let c=[],e="not correct";this.input.forEach((a,r)=>{this.input[r]=this.content.answers[r],c.push(this.content.answers[r])}),A&&(e="correct");let t={page:this.stepperStore.stepPage,result:e,correctAnswer:c},l=this.stepperStore.results.find(a=>a.page===this.stepperStore.stepPage),s=this.stepperStore.results.indexOf(l);l?this.stepperStore.results.fill(l.result=e,s,s++):this.stepperStore.results.push(t),this.stepperStore.finishSteps()},showFeedback(){return!!this.stepperStore.getShowFeedback}},mounted(){if(this.prepareQuiz(),this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("el-input__inner");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("el-input__inner"),this.content.attempts&&(this.totalAttempts=this.content.attempts)}};function mm(A,c,e,t,l,s){const a=n.resolveComponent("el-input"),r=n.resolveComponent("el-button"),o=n.resolveComponent("lab-feedback");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["fill-blank",e.content.class])},[n.createElementVNode("p",null,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.quizArray,(f,i)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createTextVNode(n.toDisplayString(f),1),i<s.quizArrayCount?(n.openBlock(),n.createBlock(a,{key:0,modelValue:l.input[i],"onUpdate:modelValue":m=>l.input[i]=m,placeholder:"Please input",size:"small"},null,8,["modelValue","onUpdate:modelValue"])):n.createCommentVNode("",!0)],64))),256))]),n.createVNode(r,{size:"small",type:"primary",class:"fill-blank-submit",onClick:c[0]||(c[0]=f=>s.choicesCheck())},{default:n.withCtx(()=>[...c[1]||(c[1]=[n.createTextVNode("Submit",-1)])]),_:1}),s.showFeedback()?(n.openBlock(),n.createBlock(o,{key:0,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0)],2)}const um=P(fm,[["render",mm]]),M22="",pm={components:{Feedback:nA},props:["content"],data(){return{quizArray:[],quizArrayInputKeys:[],input:[],totalAttempts:99,correctChoices:[],feedbackObject:{}}},watch:{input:{handler:function(A){},deep:!0}},computed:{getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts},imageSrc(){return this.content.quiz_image.src.slice(-3)==="gif"?`${this.content.quiz_image.src}?src=${Math.round(Math.random()*Date.now())}`:this.content.src}},methods:{prepareQuiz(){this.quizArray=this.content.quiz.split("*"),this.quizArray.forEach((A,c)=>{A==="_"&&this.quizArrayInputKeys.push(c),this.input[c]=""})},keyBoardLayout(){let A="";return this.content.keyboard==="geometry"?A=[{label:"123",rows:[[{label:"x",shift:"y"},{label:"s",shift:"m"},{label:"[separator]",width:.5},"7","8","9","[/]",{label:"[separator]",width:.5},"\\frac{#?}{#?}","#@^{#?}","#@_{#?}"],["\\lt","\\gt",{label:"[separator]",width:.5},"4","5","6","[*]",{label:"[separator]",width:.5},"\\sqrt{#?}","\\sqrt[#?]{#?}","\\imaginaryI"],["\\le","\\ge",{label:"[separator]",width:.5},"1","2","3","[-]",{label:"[separator]",width:.5},{label:"\\sin",shift:"\\arcsin"},{label:"\\cos",shift:"\\arccos"},{label:"\\tan",shift:"\\arctan"}],["(",")",{label:"[separator]",width:.5},"0",".","[=]","[+]",{label:"[separator]",width:.5},"\\pi",{label:"[backspace]",width:2}],[{label:"[shift]",width:2},{label:"[separator]",width:.5},"[left]",{label:" ",width:2},"[right]",{label:"[separator]",width:1.5},{label:"[separator]",width:1},{label:"[return]",width:1}]]},"alphabetic"]:this.content.keyboard==="numberpad"&&(A=[{label:"123",rows:[["7","8","9","[/]",{label:"[separator]",width:.5},{label:"[backspace]",width:1}],["4","5","6","[*]",{label:"[separator]",width:.5},"\\frac{#?}{#?}"],["1","2","3","[-]",{label:"[separator]",width:.5},"#@^{#?}"],["0",".","[=]","[+]",{label:"[separator]",width:.5},"#@_{#?}"],["[left]",{label:" ",width:2},"[right]",{label:"[separator]",width:.5},{label:"[return]",width:1}]]}]),A},prepareMathLive(){mathVirtualKeyboard.show(),this.quizArray.forEach((A,c)=>{if(A==="_"){let e=document.getElementById("mf_"+c);e.mathVirtualKeyboardPolicy="sandboxed",e.addEventListener("click",t=>{mathVirtualKeyboard.layouts=this.keyBoardLayout(),mathVirtualKeyboard.show()}),e.addEventListener("focus",t=>{mathVirtualKeyboard.layouts=this.keyBoardLayout(),mathVirtualKeyboard.show()}),e.addEventListener("focusout",t=>{mathVirtualKeyboard.hide()}),e.addEventListener("blur",t=>{mathVirtualKeyboard.hide()}),e.addEventListener("input",t=>{let l=e.getValue();this.input[c]=l,this.renderMath(),e.setValue(l,{silenceNotifications:!0})})}})},choicesCheck(){if(this.getAttempt<this.content.attempts){let A=!0,c=0;this.quizArrayInputKeys.forEach((e,t)=>{if(this.input[e]!==""&&(A=!1),this.content.answers[c]===this.input[e])this.correctChoices.includes(e)===!1&&this.correctChoices.push(e);else if(this.correctChoices.includes(e)===!0){let l=this.correctChoices.indexOf(e);this.correctChoices.splice(l,1)}c++}),A?(this.feedbackObject.feedbackHeader="You did not enter an answer",this.feedbackObject.feedback="Please enter your choice in the input field"):this.correctChoices.length===this.content.answers.length?(this.choicesComplete(!0),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(this.stepperStore.attempts=this.getAttempt+1,this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback)}else this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.stepperStore.showFeedbackAttempts=!0,this.choicesComplete(!1);this.stepperStore.showFeedback=!0,setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(A){let c=[],e="not correct";this.quizArrayInputKeys.forEach((a,r)=>{this.input[a]=this.content.answers[r],c.push(this.content.answers[r]),document.getElementById("mf_"+a).setValue(this.content.answers[r],{silenceNotifications:!0})}),A&&(e="correct");let t={page:this.stepperStore.stepPage,result:e,correctAnswer:c},l=this.stepperStore.results.find(a=>a.page===this.stepperStore.stepPage),s=this.stepperStore.results.indexOf(l);l?this.stepperStore.results.fill(l.result=e,s,s++):this.stepperStore.results.push(t),this.stepperStore.finishSteps()},showFeedback(){return!!this.stepperStore.getShowFeedback},renderMath(){this.$mathjax&&MathJax.typesetPromise().then(()=>{console.log("MathJax typesetting done!")}).catch(A=>{console.error("MathJax typesetting failed:",A)})},leftColWidth(A){return A?Number(A):12},rightColWidth(A){return A?24-Number(A):A?12:24}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("quizInput");setTimeout(()=>{A[0].focus()})}this.prepareMathLive(),this.renderMath()},beforeMount(){this.prepareQuiz(),this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("quizInput"),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},dm=["src","alt"],hm=["innerHTML"],gm=["innerHTML"],Cm=["innerHTML"],Bm=["innerHTML"],Lm={key:0};function zm(A,c,e,t,l,s){const a=n.resolveComponent("el-col"),r=n.resolveComponent("math-field"),o=n.resolveComponent("el-row"),f=n.resolveComponent("el-button"),i=n.resolveComponent("feedback");return n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(o,{class:n.normalizeClass(["fill-blank",e.content.class])},{default:n.withCtx(()=>{var m;return[e.content.quiz_image?(n.openBlock(),n.createBlock(a,{key:0,span:s.leftColWidth(e.content.quiz_image.colWidth)},{default:n.withCtx(()=>[n.createElementVNode("img",{src:s.imageSrc,alt:e.content.quiz_image.alt,class:n.normalizeClass(e.content.quiz_image.class)},null,10,dm),e.content.quiz_image.captionHeader?(n.openBlock(),n.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:e.content.quiz_image.captionHeader},null,8,hm)):n.createCommentVNode("",!0),e.content.quiz_image.caption?(n.openBlock(),n.createElementBlock("span",{key:1,class:"caption",innerHTML:e.content.quiz_image.caption},null,8,gm)):n.createCommentVNode("",!0),e.content.quiz_image.copyright?(n.openBlock(),n.createElementBlock("span",{key:2,innerHTML:e.content.quiz_image.copyright,class:"copyright"},null,8,Cm)):n.createCommentVNode("",!0)]),_:1},8,["span"])):n.createCommentVNode("",!0),n.createVNode(a,{span:s.rightColWidth((m=e.content.quiz_image)==null?void 0:m.colWidth)},{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.quizArray,(u,d)=>(n.openBlock(),n.createElementBlock("p",null,[u!=="_"?(n.openBlock(),n.createElementBlock("span",{key:0,class:"quizText",innerHTML:u},null,8,Bm)):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[n.createVNode(r,{class:"quizInput",id:"mf_"+d,style:{},"default-mode":e.content.mathMode},null,8,["id","default-mode"]),e.content.showLatext?(n.openBlock(),n.createElementBlock("span",Lm,n.toDisplayString(l.input[d]),1)):n.createCommentVNode("",!0)],64))]))),256))]),_:1},8,["span"])]}),_:1},8,["class"]),n.createVNode(f,{size:"small",type:"primary",class:"fill-blank-submit",onClick:c[0]||(c[0]=m=>s.choicesCheck())},{default:n.withCtx(()=>[...c[1]||(c[1]=[n.createTextVNode("Submit",-1)])]),_:1}),s.showFeedback()?(n.openBlock(),n.createBlock(i,{key:0,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0)],64)}const Mm=P(pm,[["render",zm]]),w22="",wm={components:{},props:["content"],data(){return{feedbackIndex:-1,totalAttempts:99}},computed:{getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{leftColWidth(){return this.content.leftColWidth?Number(this.content.leftColWidth):12},rightColWidth(){return this.content.leftColWidth?this.content.leftColWidth<24?24-this.content.leftColWidth:24:12},pixelFormat(A){return this.stepperStore.pixelFormat(A)},choicesComplete(A){let c,e="not correct",t=document.querySelectorAll(".selectableButton");for(let r=0;r<t.length;r++)t[r].classList.add("is-failure"),t[r].setAttribute("disabled",!0),this.content.choices[r].correct&&(t[r].classList.add("is-success"),c=this.content.choices[r].text);A&&(e="correct");let l={page:this.stepperStore.stepPage,result:e,correctAnswer:c},s=this.stepperStore.results.find(r=>r.page===this.stepperStore.stepPage),a=this.stepperStore.results.indexOf(s);s?this.stepperStore.results.fill(s.result=e,a,a++):this.stepperStore.results.push(l),this.stepperStore.finishSteps()},choicesCheck(A){this.getAttempt<Number(this.content.attempts)?this.content.choices[A].correct===!0?this.choicesComplete(!0):this.stepperStore.attempts=this.getAttempt+1:(this.content.choices[A].correct!==!0&&(this.stepperStore.showFeedbackAttempts=!0),this.choicesComplete(!1)),this.feedbackIndex=A,this.stepperStore.showFeedback=!0,setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},shuffledChoices(){let A=this.content.choices;for(let c=A.length-1;c>0;c--){const e=Math.floor(Math.random()*(c+1));[A[c],A[e]]=[A[e],A[c]]}this.content.choices=A},showFeedback(A){return!!(this.stepperStore.getShowFeedback&&this.feedbackIndex===A)}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("selectableButton");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("selectableButton"),this.feedbackIndex=-1,this.content.ordered||this.shuffledChoices(),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},Qm=["innerHTML"],xm={class:"selectArea"},Fm={class:"buttonSpan"},ym=["src","alt"],bm={class:"selectable-buttonText"},Um=["innerHTML"],vm={class:"buttonSpan"},Sm=["src","alt"],Nm={class:"selectable-buttonText"};function Em(A,c,e,t,l,s){const a=n.resolveComponent("lab-image"),r=n.resolveComponent("el-col"),o=n.resolveComponent("el-divider"),f=n.resolveComponent("el-button"),i=n.resolveComponent("lab-feedback"),m=n.resolveComponent("el-row");return n.openBlock(),n.createBlock(m,{id:e.content.id,class:n.normalizeClass(["selectable",e.content.classes])},{default:n.withCtx(()=>[e.content.image?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[n.createVNode(r,{span:s.leftColWidth(A.index)},{default:n.withCtx(()=>[e.content.image?(n.openBlock(),n.createBlock(a,{key:0,content:e.content.image,image:{supportImage:!0}},null,8,["content"])):n.createCommentVNode("",!0)]),_:1},8,["span"]),n.createVNode(r,{span:s.rightColWidth(A.index)},{default:n.withCtx(()=>[e.content.quiz?(n.openBlock(),n.createElementBlock("p",{key:0,innerHTML:e.content.quiz},null,8,Qm)):n.createCommentVNode("",!0),n.createElementVNode("div",xm,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.content.choices,(u,d)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[!e.content.noDivider&&d>0?(n.openBlock(),n.createBlock(o,{key:0})):n.createCommentVNode("",!0),n.createVNode(f,{size:"small",type:"primary",class:"selectableButton",style:n.normalizeStyle({width:s.pixelFormat(e.content.choiceWidth),height:s.pixelFormat(e.content.choiceHeight)}),onClick:p=>s.choicesCheck(d)},{default:n.withCtx(()=>[n.createElementVNode("div",Fm,[u.image?(n.openBlock(),n.createElementBlock("img",{key:0,class:"im-ButtonImage",src:u.image,alt:u.alt?u.alt:"button image"},null,8,ym)):n.createCommentVNode("",!0),n.createElementVNode("span",bm,n.toDisplayString(u.text),1)])]),_:2},1032,["style","onClick"]),s.showFeedback(d)?(n.openBlock(),n.createBlock(i,{key:1,content:u},null,8,["content"])):n.createCommentVNode("",!0)],64))),256))])]),_:1},8,["span"])],64)):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[n.createVNode(r,{span:12},{default:n.withCtx(()=>[e.content.quiz?(n.openBlock(),n.createElementBlock("p",{key:0,innerHTML:e.content.quiz},null,8,Um)):n.createCommentVNode("",!0)]),_:1}),n.createVNode(r,{span:12,class:"selectArea"},{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.content.choices,(u,d)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[!e.content.noDivider&&d>0?(n.openBlock(),n.createBlock(o,{key:0})):n.createCommentVNode("",!0),n.createVNode(f,{size:"small",type:"primary",class:"selectableButton",style:n.normalizeStyle({width:s.pixelFormat(e.content.choiceWidth),height:s.pixelFormat(e.content.choiceHeight)}),onClick:p=>s.choicesCheck(d)},{default:n.withCtx(()=>[n.createElementVNode("div",vm,[u.image?(n.openBlock(),n.createElementBlock("img",{key:0,class:"im-ButtonImage",src:u.image,alt:u.alt?u.alt:"button image"},null,8,Sm)):n.createCommentVNode("",!0),n.createElementVNode("span",Nm,n.toDisplayString(u.text),1)])]),_:2},1032,["style","onClick"]),s.showFeedback(d)?(n.openBlock(),n.createBlock(i,{key:1,content:u},null,8,["content"])):n.createCommentVNode("",!0)],64))),256))]),_:1})],64))]),_:1},8,["id","class"])}const km=P(wm,[["render",Em],["__scopeId","data-v-a874847a"]]),Q22="",Hm={components:{},props:["content"],data(){return{input:"",totalAttempts:99,correctChoices:[],feedbackObject:{}}},watch:{},computed:{getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{choicesCheck(){if(this.content.noGrade)this.choicesComplete(!0,this.input),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback;else if(this.getAttempt<this.content.attempts){let A=!1;this.content.answers.forEach((c,e)=>{let t=c.toLowerCase();this.input.toLowerCase().includes(t)||(A=!0)}),A?(this.stepperStore.attempts=this.getAttempt+1,this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback):(this.choicesComplete(!0),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback)}else this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.stepperStore.showFeedbackAttempts=!0,this.choicesComplete(!1);this.stepperStore.showFeedback=!0,setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(A,c){let e=[],t="not correct";this.content.noGrade?e.push(c):this.content.answers.forEach(r=>{e.push(r)}),A&&(t="correct");let l={page:this.stepperStore.stepPage,result:t,correctAnswer:e},s=this.stepperStore.results.find(r=>r.page===this.stepperStore.stepPage),a=this.stepperStore.results.indexOf(s);s?this.stepperStore.results.fill(s.result=t,a,a++):this.stepperStore.results.push(l),this.stepperStore.finishSteps()},showFeedback(){return!!this.stepperStore.getShowFeedback},renderMath(){this.$mathjax&&MathJax.typesetPromise().then(()=>{console.log("MathJax typesetting done!")}).catch(A=>{console.error("MathJax typesetting failed:",A)})}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("el-textarea__inner");setTimeout(()=>{A[0].focus()})}this.content.input&&(this.input=this.content.input,this.choicesComplete(!0,this.content.input),this.stepperStore.finishSteps()),this.renderMath()},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("el-textarea__inner"),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},Im=["innerHTML"];function Tm(A,c,e,t,l,s){const a=n.resolveComponent("el-input"),r=n.resolveComponent("el-button"),o=n.resolveComponent("lab-feedback");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["textbox",e.content.class])},[n.createElementVNode("div",{innerHTML:e.content.quiz},null,8,Im),n.createVNode(a,{modelValue:l.input,"onUpdate:modelValue":c[0]||(c[0]=f=>l.input=f),autosize:{minRows:4,maxRows:8},type:"textarea",placeholder:"Please input"},null,8,["modelValue"]),this.content.input?n.createCommentVNode("",!0):(n.openBlock(),n.createBlock(r,{key:0,size:"small",type:"primary",class:"fill-blank-submit",onClick:c[1]||(c[1]=f=>s.choicesCheck())},{default:n.withCtx(()=>[...c[2]||(c[2]=[n.createTextVNode("Submit",-1)])]),_:1})),s.showFeedback()?(n.openBlock(),n.createBlock(o,{key:1,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0)],2)}const Dm=P(Hm,[["render",Tm]]),x22="",_m={components:{},props:["content"],data(){return{quizArray:[],quizOptions:[],input:[],totalAttempts:99,correctChoices:[],feedbackObject:{},value1:"",showMenuOverlay:!1}},watch:{},computed:{getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{showSub(A){let c=document.getElementById(A);c.classList.contains("jl-menu-sub_show")?(this.showMenuOverlay=!1,this.hideSubs()):(this.showMenuOverlay=!0,c.classList.add("jl-menu-sub_show"))},showSubSub(A){let c=document.getElementById(A);c.classList.contains("jl-menu-sub-sub_show")?(this.showMenuOverlay=!1,this.hideSubs()):(this.showMenuOverlay=!0,c.classList.add("jl-menu-sub-sub_show"))},hideSubs(){this.showMenuOverlay=!1;let A=document.getElementsByClassName("jl-menu-sub_show");for(;A.length>0;)A[0].classList.remove("jl-menu-sub_show");let c=document.getElementsByClassName("jl-menu-sub-sub_show");for(;c.length>0;)c[0].classList.remove("jl-menu-sub-sub_show")},choicesCheck(A){this.hideSubs();let c=!1,e="";if(this.getAttempt<this.content.attempts){if(console.log("got some left"),typeof A=="string"){let t=A.split("-");t.forEach((l,s)=>{t[s]=Number(l)}),t.length===2?this.content.menu[t[0]].subMenu[t[1]].correct&&(this.content.menu[t[0]].subMenu[t[1]].page&&(e=this.content.menu[t[0]].subMenu[t[1]].page),c=!0):t.length===3&&this.content.menu[t[0]].subMenu[t[1]].subMenu[t[2]].correct&&(this.content.menu[t[0]].subMenu[t[1]].subMenu[t[2]].page&&(e=this.content.menu[t[0]].subMenu[t[1]].subMenu[t[2]].page),c=!0)}else this.content.menu[A].correct&&(this.content.menu[A].page&&(e=this.content.menu[A].page),c=!0);c?(this.choicesComplete(e),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(this.stepperStore.attempts=this.getAttempt+1,this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback)}else this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.feedbackAttempts,this.choicesComplete();e===""&&(this.stepperStore.showFeedback=!0),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(A){this.stepperStore.finishSteps(),typeof A<"u"&&A!==""&&(this.stepperStore.currentPage=A)},showFeedback(){return!!this.stepperStore.getShowFeedback}},mounted(){this.stepperStore.getDirections.display===!1&&(document.getElementsByClassName("jl-menu-sub"),setTimeout(()=>{}))},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("jl-menu-sub"),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},Km={key:0},Om=["index","onClick"],Vm={class:"jl-menu-sub__title"},Rm=["id"],Pm=["index","onClick"],Gm={class:"jl-menu-sub-sub__title"},Wm=["id"],Xm=["index","onClick"],qm=["onClick"],Ym={key:1,class:"jl-menu-item"},Jm=["index","onClick"];function jm(A,c,e,t,l,s){const a=n.resolveComponent("CaretBottom"),r=n.resolveComponent("el-icon"),o=n.resolveComponent("CaretRight"),f=n.resolveComponent("lab-feedback");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["menu-chooser",e.content.class])},[l.showMenuOverlay?(n.openBlock(),n.createElementBlock("div",{key:0,class:"nav-mask",onClick:c[0]||(c[0]=(...i)=>s.hideSubs&&s.hideSubs(...i))})):n.createCommentVNode("",!0),n.createElementVNode("p",null,n.toDisplayString(e.content.quiz),1),n.createElementVNode("div",{class:"jl-menu",onSelect:c[1]||(c[1]=(...i)=>s.choicesCheck&&s.choicesCheck(...i))},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.content.menu,(i,m)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[i.subMenu?(n.openBlock(),n.createElementBlock("div",Km,[n.createElementVNode("button",{class:n.normalizeClass("jl-menu-sub sub-"+m),index:m,tabindex:"0",role:"menuitem",onClick:n.withModifiers(u=>s.showSub("sub-"+m),["stop"])},[n.createElementVNode("div",Vm,[n.createTextVNode(n.toDisplayString(i.name)+" ",1),n.createVNode(r,null,{default:n.withCtx(()=>[n.createVNode(a)]),_:1})])],10,Om),n.createElementVNode("div",{class:"jl-menu-sub-menu",id:"sub-"+m},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(i.subMenu,(u,d)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[u.subMenu?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[n.createElementVNode("button",{class:n.normalizeClass("jl-menu-sub-sub sub-sub-"+d),index:m+"-"+d,tabindex:"0",role:"menuitem",onClick:n.withModifiers(p=>s.showSubSub("sub-sub-"+m),["stop"])},[n.createElementVNode("div",Gm,[n.createTextVNode(n.toDisplayString(u.name),1),n.createVNode(r,null,{default:n.withCtx(()=>[n.createVNode(o)]),_:1})])],10,Pm),n.createElementVNode("div",{class:"jl-menu-sub-sub-menu",id:"sub-sub-"+m},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(u.subMenu,(p,h)=>(n.openBlock(),n.createElementBlock("button",{class:"jl-menu-sub-sub-item",index:m+"-"+d+"-"+h,tabindex:"0",role:"menuitem",onClick:n.withModifiers(B=>s.choicesCheck(m+"-"+d+"-"+h),["stop"])},[n.createElementVNode("div",null,n.toDisplayString(p.name),1)],8,Xm))),256))],8,Wm)],64)):(n.openBlock(),n.createElementBlock("button",{key:1,class:"jl-menu-sub-item",tabindex:"0",role:"menuitem",onClick:n.withModifiers(p=>s.choicesCheck(m+"-"+d),["stop"])},[n.createElementVNode("div",null,n.toDisplayString(u.name),1)],8,qm))],64))),256))],8,Rm)])):(n.openBlock(),n.createElementBlock("div",Ym,[n.createElementVNode("button",{class:"jl-menu-sub",index:m,tabindex:"0",role:"menuitem",onClick:n.withModifiers(u=>s.choicesCheck(m),["stop"])},n.toDisplayString(i.name),9,Jm)]))],64))),256))],32),s.showFeedback()?(n.openBlock(),n.createBlock(f,{key:1,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0)],2)}const $m=P(_m,[["render",jm]]),F22="",Zm={components:{},props:["content"],data(){return{feedbackIndex:-1,totalAttempts:99,selected:[],correctChoices:[],feedbackObject:{}}},computed:{getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{createCorrectChoices(){for(let A=0;A<this.content.options.length;A++)this.content.options[A].isCorrect===!0&&this.correctChoices.push(A)},pixelFormat(A){return this.stepperStore.pixelFormat(A)},choicesComplete(A){let c="not correct";A&&(c="correct");let e={page:this.stepperStore.stepPage,result:c,correctAnswer:this.correctChoices},t=this.stepperStore.results.find(s=>s.page===this.stepperStore.stepPage),l=this.stepperStore.results.indexOf(t);t?this.stepperStore.results.fill(t.result=c,l,l++):this.stepperStore.results.push(e),this.stepperStore.finishSteps()},choicesMark(A){this.selected.includes(A)?this.selected=this.selected.filter(c=>c!==A):this.selected.push(A)},choicesCheck(A){function c(e,t){if(e.length!==t.length)return!1;for(let l=0;l<e.length;l++)if(e[l]!==t[l])return!1;return!0}this.getAttempt<Number(this.content.attempts)?c(this.selected,this.correctChoices)?(this.stepperStore.showFeedback=!0,this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback,this.choicesComplete(!0)):(this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback,this.stepperStore.attempts=this.getAttempt+1):(c(this.selected,this.correctChoices)||(this.stepperStore.showFeedbackAttempts=!0,this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.selected=this.correctChoices),this.choicesComplete(!1)),this.feedbackIndex=A,this.stepperStore.showFeedback=!0,setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},showFeedback(A){return!!(this.stepperStore.getShowFeedback&&this.feedbackIndex===A)}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("selectableButton");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("selectableButton"),this.feedbackIndex=-1,this.content.attempts&&(this.totalAttempts=this.content.attempts),this.createCorrectChoices()}},Au=["innerHTML"],cu={class:"multiSentance"},eu=["innerHTML","onClick"],tu=["innerHTML"];function lu(A,c,e,t,l,s){const a=n.resolveComponent("el-button"),r=n.resolveComponent("lab-feedback");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["textbox",e.content.class])},[n.createElementVNode("p",{innerHTML:e.content.quiz},null,8,Au),n.createElementVNode("div",cu,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.content.options,(o,f)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[o.button?(n.openBlock(),n.createElementBlock("a",{key:0,role:"button",class:n.normalizeClass(["multiSentanceButton el-button",{"el-button--success":l.selected.includes(f),"el-button--primary":!l.selected.includes(f)}]),innerHTML:o.content,tabindex:"1",onClick:i=>s.choicesMark(f),href:"javascript:void(0)"},null,10,eu)):(n.openBlock(),n.createElementBlock("span",{key:1,innerHTML:o.content},null,8,tu))],64))),256))]),n.createVNode(a,{size:"small",type:"primary",class:"fill-blank-submit",onClick:c[0]||(c[0]=o=>s.choicesCheck())},{default:n.withCtx(()=>[...c[1]||(c[1]=[n.createTextVNode("Submit",-1)])]),_:1}),s.showFeedback()?(n.openBlock(),n.createBlock(r,{key:0,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0)],2)}const su=P(Zm,[["render",lu],["__scopeId","data-v-38862b63"]]),y22="",aA={y:{t:"top",m:"marginTop",b:"bottom"},x:{l:"left",m:"marginLeft",r:"right"}};function nu(A){A.forEach((c,e)=>{document.documentElement.addEventListener(e,c)})}function au(A){A.forEach((c,e)=>{document.documentElement.removeEventListener(e,c)})}const ru={name:"vue-drag-resize",emits:["clicked","dragging","dragstop","resizing","resizestop","activated","deactivated"],props:{stickSize:{type:Number,default:8},parentScaleX:{type:Number,default:1},parentScaleY:{type:Number,default:1},isActive:{type:Boolean,default:!1},preventActiveBehavior:{type:Boolean,default:!1},isDraggable:{type:Boolean,default:!0},isResizable:{type:Boolean,default:!0},aspectRatio:{type:Boolean,default:!1},parentLimitation:{type:Boolean,default:!1},snapToGrid:{type:Boolean,default:!1},gridX:{type:Number,default:50,validator(A){return A>=0}},gridY:{type:Number,default:50,validator(A){return A>=0}},parentW:{type:Number,default:0,validator(A){return A>=0}},parentH:{type:Number,default:0,validator(A){return A>=0}},w:{type:[String,Number],default:200,validator(A){return typeof A=="string"?A==="auto":A>=0}},h:{type:[String,Number],default:200,validator(A){return typeof A=="string"?A==="auto":A>=0}},minw:{type:Number,default:50,validator(A){return A>=0}},minh:{type:Number,default:50,validator(A){return A>=0}},x:{type:Number,default:0,validator(A){return typeof A=="number"}},y:{type:Number,default:0,validator(A){return typeof A=="number"}},z:{type:[String,Number],default:"auto",validator(A){return typeof A=="string"?A==="auto":A>=0}},dragHandle:{type:String,default:null},dragCancel:{type:String,default:null},sticks:{type:Array,default(){return["tl","tm","tr","mr","br","bm","bl","ml"]}},axis:{type:String,default:"both",validator(A){return["x","y","both","none"].indexOf(A)!==-1}},contentClass:{type:String,required:!1,default:""}},data(){return{fixAspectRatio:null,active:null,zIndex:null,parentWidth:null,parentHeight:null,left:null,top:null,right:null,bottom:null,minHeight:null}},beforeCreate(){this.stickDrag=!1,this.bodyDrag=!1,this.dimensionsBeforeMove={pointerX:0,pointerY:0,x:0,y:0,w:0,h:0},this.limits={left:{min:null,max:null},right:{min:null,max:null},top:{min:null,max:null},bottom:{min:null,max:null}},this.currentStick=null},mounted(){this.parentElement=this.$el.parentNode,this.parentWidth=this.parentW?this.parentW:this.parentElement.clientWidth,this.parentHeight=this.parentH?this.parentH:this.parentElement.clientHeight,this.left=this.x,this.top=this.y,this.right=this.parentWidth-(this.w==="auto"?this.$refs.container.scrollWidth:this.w)-this.left,this.bottom=this.parentHeight-(this.h==="auto"?this.$refs.container.scrollHeight:this.h)-this.top,this.domEvents=new Map([["mousemove",this.move],["mouseup",this.up],["mouseleave",this.up],["mousedown",this.deselect],["touchmove",this.move],["touchend",this.up],["touchcancel",this.up],["touchstart",this.up]]),nu(this.domEvents),this.dragHandle&&[...this.$el.querySelectorAll(this.dragHandle)].forEach(A=>{A.setAttribute("data-drag-handle",this._uid)}),this.dragCancel&&[...this.$el.querySelectorAll(this.dragCancel)].forEach(A=>{A.setAttribute("data-drag-cancel",this._uid)})},beforeUnmount(){au(this.domEvents)},methods:{deselect(){this.preventActiveBehavior||(this.active=!1)},move(A){if(!this.stickDrag&&!this.bodyDrag)return;A.stopPropagation();const c=typeof A.pageX<"u"?A.pageX:A.touches[0].pageX,e=typeof A.pageY<"u"?A.pageY:A.touches[0].pageY,{dimensionsBeforeMove:t}=this,l={x:(t.pointerX-c)/this.parentScaleX,y:(t.pointerY-e)/this.parentScaleY};if(this.stickDrag&&this.stickMove(l),this.bodyDrag){if(this.axis==="x")l.y=0;else if(this.axis==="y")l.x=0;else if(this.axis==="none")return;this.bodyMove(l)}},up(A){this.stickDrag?this.stickUp(A):this.bodyDrag&&this.bodyUp(A)},bodyDown(A){const{target:c,button:e}=A;if(this.preventActiveBehavior||(this.active=!0),e&&e!==0||(this.$emit("clicked",A),!this.active)||this.dragHandle&&c.getAttribute("data-drag-handle")!==this._uid.toString()||this.dragCancel&&c.getAttribute("data-drag-cancel")===this._uid.toString())return;typeof A.stopPropagation<"u"&&A.stopPropagation(),typeof A.preventDefault<"u"&&A.preventDefault(),this.isDraggable&&(this.bodyDrag=!0);const t=typeof A.pageX<"u"?A.pageX:A.touches[0].pageX,l=typeof A.pageY<"u"?A.pageY:A.touches[0].pageY;this.saveDimensionsBeforeMove({pointerX:t,pointerY:l}),this.parentLimitation&&(this.limits=this.calcDragLimitation())},bodyMove(A){const{dimensionsBeforeMove:c,parentWidth:e,parentHeight:t,gridX:l,gridY:s,width:a,height:r}=this;let o=c.top-A.y,f=c.bottom+A.y,i=c.left-A.x,m=c.right+A.x;if(this.snapToGrid){let u=!0,d=!0,p=o-Math.floor(o/s)*s,h=t-f-Math.floor((t-f)/s)*s,B=i-Math.floor(i/l)*l,C=e-m-Math.floor((e-m)/l)*l;p>s/2&&(p-=s),h>s/2&&(h-=s),B>l/2&&(B-=l),C>l/2&&(C-=l),Math.abs(h)<Math.abs(p)&&(u=!1),Math.abs(C)<Math.abs(B)&&(d=!1),o-=u?p:h,f=t-r-o,i-=d?B:C,m=e-a-i}({newLeft:this.left,newRight:this.right,newTop:this.top,newBottom:this.bottom}=this.rectCorrectionByLimit({newLeft:i,newRight:m,newTop:o,newBottom:f})),this.$emit("dragging",this.rect)},bodyUp(){this.bodyDrag=!1,this.$emit("dragging",this.rect),this.$emit("dragstop",this.rect),this.dimensionsBeforeMove={pointerX:0,pointerY:0,x:0,y:0,w:0,h:0},this.limits={left:{min:null,max:null},right:{min:null,max:null},top:{min:null,max:null},bottom:{min:null,max:null}}},stickDown(A,c,e=!1){if((!this.isResizable||!this.active)&&!e)return;this.stickDrag=!0;const t=typeof c.pageX<"u"?c.pageX:c.touches[0].pageX,l=typeof c.pageY<"u"?c.pageY:c.touches[0].pageY;this.saveDimensionsBeforeMove({pointerX:t,pointerY:l}),this.currentStick=A,this.limits=this.calcResizeLimits()},saveDimensionsBeforeMove({pointerX:A,pointerY:c}){this.dimensionsBeforeMove.pointerX=A,this.dimensionsBeforeMove.pointerY=c,this.dimensionsBeforeMove.left=this.left,this.dimensionsBeforeMove.right=this.right,this.dimensionsBeforeMove.top=this.top,this.dimensionsBeforeMove.bottom=this.bottom,this.dimensionsBeforeMove.width=this.width,this.dimensionsBeforeMove.height=this.height,this.aspectFactor=this.width/this.height},stickMove(A){const{currentStick:c,dimensionsBeforeMove:e,gridY:t,gridX:l,snapToGrid:s,parentHeight:a,parentWidth:r}=this;let o=e.top,f=e.bottom,i=e.left,m=e.right;switch(c[0]){case"b":f=e.bottom+A.y,s&&(f=a-Math.round((a-f)/t)*t);break;case"t":o=e.top-A.y,s&&(o=Math.round(o/t)*t);break}switch(c[1]){case"r":m=e.right+A.x,s&&(m=r-Math.round((r-m)/l)*l);break;case"l":i=e.left-A.x,s&&(i=Math.round(i/l)*l);break}({newLeft:i,newRight:m,newTop:o,newBottom:f}=this.rectCorrectionByLimit({newLeft:i,newRight:m,newTop:o,newBottom:f})),this.aspectRatio&&({newLeft:i,newRight:m,newTop:o,newBottom:f}=this.rectCorrectionByAspectRatio({newLeft:i,newRight:m,newTop:o,newBottom:f})),this.left=i,this.right=m,this.top=o,this.bottom=f,this.$emit("resizing",this.rect)},stickUp(){this.stickDrag=!1,this.dimensionsBeforeMove={pointerX:0,pointerY:0,x:0,y:0,w:0,h:0},this.limits={left:{min:null,max:null},right:{min:null,max:null},top:{min:null,max:null},bottom:{min:null,max:null}},this.$emit("resizing",this.rect),this.$emit("resizestop",this.rect)},calcDragLimitation(){const{parentWidth:A,parentHeight:c}=this;return{left:{min:0,max:A-this.width},right:{min:0,max:A-this.width},top:{min:0,max:c-this.height},bottom:{min:0,max:c-this.height}}},calcResizeLimits(){const{aspectFactor:A,width:c,height:e,bottom:t,top:l,left:s,right:a}=this;let{minh:r,minw:o}=this;const f=this.parentLimitation?0:null;this.aspectRatio&&(o/r>A?r=o/A:o=A*r);const i={left:{min:f,max:s+(c-o)},right:{min:f,max:a+(c-o)},top:{min:f,max:l+(e-r)},bottom:{min:f,max:t+(e-r)}};if(this.aspectRatio){const m={left:{min:s-Math.min(l,t)*A*2,max:s+(e-r)/2*A*2},right:{min:a-Math.min(l,t)*A*2,max:a+(e-r)/2*A*2},top:{min:l-Math.min(s,a)/A*2,max:l+(c-o)/2/A*2},bottom:{min:t-Math.min(s,a)/A*2,max:t+(c-o)/2/A*2}};this.currentStick[0]==="m"?(i.left={min:Math.max(i.left.min,m.left.min),max:Math.min(i.left.max,m.left.max)},i.right={min:Math.max(i.right.min,m.right.min),max:Math.min(i.right.max,m.right.max)}):this.currentStick[1]==="m"&&(i.top={min:Math.max(i.top.min,m.top.min),max:Math.min(i.top.max,m.top.max)},i.bottom={min:Math.max(i.bottom.min,m.bottom.min),max:Math.min(i.bottom.max,m.bottom.max)})}return i},sideCorrectionByLimit(A,c){let e=c;return A.min!==null&&c<A.min?e=A.min:A.max!==null&&A.max<c&&(e=A.max),e},rectCorrectionByLimit(A){const{limits:c}=this;let{newRight:e,newLeft:t,newBottom:l,newTop:s}=A;return t=this.sideCorrectionByLimit(c.left,t),e=this.sideCorrectionByLimit(c.right,e),s=this.sideCorrectionByLimit(c.top,s),l=this.sideCorrectionByLimit(c.bottom,l),{newLeft:t,newRight:e,newTop:s,newBottom:l}},rectCorrectionByAspectRatio(A){let{newLeft:c,newRight:e,newTop:t,newBottom:l}=A;const{parentWidth:s,parentHeight:a,currentStick:r,aspectFactor:o,dimensionsBeforeMove:f}=this;let i=s-c-e,m=a-t-l;if(r[1]==="m"){const u=m-f.height;c-=u*o/2,e-=u*o/2}else if(r[0]==="m"){const u=i-f.width;t-=u/o/2,l-=u/o/2}else i/m>o?(i=o*m,r[1]==="l"?c=s-e-i:e=s-c-i):(m=i/o,r[0]==="t"?t=a-l-m:l=a-t-m);return{newLeft:c,newRight:e,newTop:t,newBottom:l}}},computed:{positionStyle(){return{top:this.top+"px",left:this.left+"px",zIndex:this.zIndex}},sizeStyle(){return{width:this.width+"px",height:this.height+"px"}},vdrStick(){return A=>{const c={width:`${this.stickSize/this.parentScaleX}px`,height:`${this.stickSize/this.parentScaleY}px`};return c[aA.y[A[0]]]=`${this.stickSize/this.parentScaleX/-2}px`,c[aA.x[A[1]]]=`${this.stickSize/this.parentScaleX/-2}px`,c}},width(){return this.parentWidth-this.left-this.right},height(){return this.parentHeight-this.top-this.bottom},rect(){return{left:Math.round(this.left),top:Math.round(this.top),width:Math.round(this.width),height:Math.round(this.height)}}},watch:{active(A){A?this.$emit("activated"):this.$emit("deactivated")},isActive:{immediate:!0,handler(A){this.active=A}},z:{immediate:!0,handler(A){(A>=0||A==="auto")&&(this.zIndex=A)}},x:{handler(A,c){if(this.stickDrag||this.bodyDrag||A===this.left)return;const e=c-A;this.bodyDown({pageX:this.left,pageY:this.top}),this.bodyMove({x:e,y:0}),this.$nextTick(()=>{this.bodyUp()})}},y:{handler(A,c){if(this.stickDrag||this.bodyDrag||A===this.top)return;const e=c-A;this.bodyDown({pageX:this.left,pageY:this.top}),this.bodyMove({x:0,y:e}),this.$nextTick(()=>{this.bodyUp()})}},w:{handler(A,c){if(this.stickDrag||this.bodyDrag||A===this.width)return;const e="mr",t=c-A;this.stickDown(e,{pageX:this.right,pageY:this.top+this.height/2},!0),this.stickMove({x:t,y:0}),this.$nextTick(()=>{this.stickUp()})}},h:{handler(A,c){if(this.stickDrag||this.bodyDrag||A===this.height)return;const e="bm",t=c-A;this.stickDown(e,{pageX:this.left+this.width/2,pageY:this.bottom},!0),this.stickMove({x:0,y:t}),this.$nextTick(()=>{this.stickUp()})}},parentW(A){this.right=A-this.width-this.left,this.parentWidth=A},parentH(A){this.bottom=A-this.height-this.top,this.parentHeight=A}}},ou=["onMousedown","onTouchstart"];function iu(A,c,e,t,l,s){return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["vdr",`${l.active||e.isActive?"active":"inactive"} ${e.contentClass?e.contentClass:""}`]),style:n.normalizeStyle(s.positionStyle),onMousedown:c[0]||(c[0]=a=>s.bodyDown(a)),onTouchstart:c[1]||(c[1]=a=>s.bodyDown(a)),onTouchend:c[2]||(c[2]=a=>s.up(a)),ref:"container",tabindex:"0"},[n.createElementVNode("div",{style:n.normalizeStyle(s.sizeStyle),class:"content-container",ref:"container2"},[n.renderSlot(A.$slots,"default")],4),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.sticks,a=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["vdr-stick",["vdr-stick-"+a,e.isResizable?"":"not-resizable"]]),onMousedown:n.withModifiers(r=>s.stickDown(a,r),["stop","prevent"]),onTouchstart:n.withModifiers(r=>s.stickDown(a,r),["stop","prevent"]),style:n.normalizeStyle(s.vdrStick(a))},null,46,ou))),256))],38)}const rA=P(ru,[["render",iu]]),b22="",fu={components:{VueDragResize:rA},props:["content"],data(){return{}},watch:{},computed:{},methods:{onResizstop(A){console.log("i have stopped resizing",A)},onDragstop(A){},reset(){this.listOne=[]},getParentWidth(){let A=document.getElementsByClassName("fridgemagnet");setTimeout(()=>A[0].offsetWidth)},getParentHeight(){let A=document.getElementsByClassName("fridgemagnet");setTimeout(()=>A[0].offsetHeight)},keyboardMove(A){for(let c of A)document.getElementById(c.id).addEventListener("focusin",t=>{let l=document.getElementsByClassName("fridgemagnet");addEventListener("keydown",function(s){let a=document.getElementById(s.target.id);if(s.altKey&&s.key==="ArrowLeft"){let r=Number(a.style.left.slice(0,-2));r-10<0?a.style.left=`${r}px`:a.style.left=`${r-10}px`}if(s.altKey&&s.key==="ArrowRight"){let r=Number(a.style.left.slice(0,-2));r+10>l[0].offsetWidth-50?a.style.left=`${r}px`:a.style.left=`${r+10}px`}if(s.altKey&&s.key==="ArrowUp"){let r=Number(a.style.top.slice(0,-2));r+10<0?a.style.top=`${r}px`:a.style.top=`${r-10}px`}if(s.altKey&&s.key==="ArrowDown"){let r=Number(a.style.top.slice(0,-2));r+10>l[0].offsetHeight-80?a.style.top=`${r}px`:a.style.top=`${r+10}px`}})})}},mounted(){let A=document.getElementsByClassName("vdr");setTimeout(()=>{A[0].focus()}),this.keyboardMove(A)},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("vdr")}},mu={class:"fridgemagnet"},uu=["innerHTML"],pu=["src","alt"],du=["id","src","alt"],hu=["innerHTML"];function gu(A,c,e,t,l,s){const a=n.resolveComponent("VueDragResize");return n.openBlock(),n.createElementBlock("div",mu,[e.content.quiz?(n.openBlock(),n.createElementBlock("p",{key:0,innerHTML:e.content.quiz},null,8,uu)):n.createCommentVNode("",!0),n.createElementVNode("img",{src:e.content.image,alt:e.content.imageAlt},null,8,pu),n.createElementVNode("div",{class:n.normalizeClass(["fridge",e.content.class,e.content.noOutline?"no_outline":""])},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.content.magnets,(r,o)=>(n.openBlock(),n.createBlock(a,{id:"vdr_"+o,isActive:!0,w:r.width?r.width:50,minw:r.minWidth?r.minWidth:50,h:r.height?r.height:50,minh:r.minHeight?r.minHeight:50,x:r.x?r.x:0,y:r.y?r.y:60*o,class:n.normalizeClass(r.class),parentLimitation:!0,parentW:r.parentwidth?r.parentwidth:s.getParentWidth(),parentH:r.parentheight?r.parentheight:s.getParentHeight(),isResizable:r.resizable,isDraggable:r.draggable,snapToGrid:r.snap,gridX:r.snapX,gridY:r.snapY,dragHandle:r.handle,onResizing:A.resize,onDragging:A.resize,aspectRatio:!0,onResizestop:s.onResizstop,onDragstop:s.onDragstop,sticks:["tl","bl","tr","br"]},{default:n.withCtx(()=>[r.image?(n.openBlock(),n.createElementBlock("img",{key:0,id:r.index,src:r.image,alt:r.imageAlt},null,8,du)):n.createCommentVNode("",!0),r.text?(n.openBlock(),n.createElementBlock("p",{key:1,innerHTML:r.text},null,8,hu)):n.createCommentVNode("",!0)]),_:2},1032,["id","w","minw","h","minh","x","y","class","parentW","parentH","isResizable","isDraggable","snapToGrid","gridX","gridY","dragHandle","onResizing","onDragging","onResizestop","onDragstop"]))),256))],2)])}const Cu=P(fu,[["render",gu]]),U22="",Bu={components:{},props:["content"],data(){return{binCount:0,listOne:[]}},watch:{},computed:{binColumns(){return Math.round(24/this.binCount)},myList:{get(){return this.listOne}}},methods:{createItems(){this.binCount=this.content.bins.length,this.content.bins.forEach(A=>{this.listOne.push(A.items)})},dragBackground(A){return`white url(${A}) 0 0 no-repeat`},pixelFormat(A){return this.stepperStore.pixelFormat(A)},checkMove(A){var c;if(this.content.sound){let e=document.getElementById("myAudio");setTimeout(()=>{e.play()},1e3)}if(A!=="clicked"&&((c=A.draggedContext.element)!=null&&c.relSwap)&&setTimeout(()=>{let e=A.draggedContext.element.id,t=document.getElementById(e);t.src=A.draggedContext.element.relSwap,t.classList.add("imageSwapped")},1500),this.stepperStore.stepHold=!1,this.stepperStore.finishSteps(),this.stepperStore.lastPageFocus(),A!=="clicked")return!A.from.classList.contains("preventMove")},reset(){this.listOne=[],this.createItems()},keyboardDrag(A,c){if(A.class.indexOf("preventMove")>-1)return!1;A.class+=" preventMove",this.listOne[c].splice(A),this.listOne[c+1].push(A),A.relSwap&&setTimeout(()=>{this.listOne[c+1][0].image=this.listOne[c+1][0].relSwap},1500),this.checkMove("clicked")}},mounted(){let A=document.getElementsByClassName("dragItems-button");setTimeout(()=>{A[0].focus()})},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("dragItems-button"),this.createItems()}},Lu=["innerHTML"],zu={key:1,id:"myAudio"},Mu=["src"],wu={class:"list-group-item"},Qu=["onChange"],xu=["id","src","alt","data-swap"],Fu=["src","alt","data-swap"];function yu(A,c,e,t,l,s){const a=n.resolveComponent("lab-image"),r=n.resolveComponent("el-col"),o=n.resolveComponent("draggable"),f=n.resolveComponent("el-row");return n.openBlock(),n.createBlock(f,{class:n.normalizeClass(["dragDrop",e.content.handle])},{default:n.withCtx(()=>[n.createVNode(r,{span:24},{default:n.withCtx(()=>[n.createElementVNode("div",{innerHTML:e.content.quiz},null,8,Lu),e.content.image?(n.openBlock(),n.createBlock(a,{key:0,content:e.content.image,image:{supportImage:!0}},null,8,["content"])):n.createCommentVNode("",!0),e.content.sound?(n.openBlock(),n.createElementBlock("audio",zu,[n.createElementVNode("source",{src:e.content.sound,type:"audio/mpeg"},null,8,Mu),c[0]||(c[0]=n.createTextVNode(" Your browser does not support the audio element. ",-1))])):n.createCommentVNode("",!0)]),_:1}),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.listOne,(i,m)=>(n.openBlock(),n.createBlock(r,{span:s.binColumns},{default:n.withCtx(()=>[n.createVNode(o,{class:n.normalizeClass(["draggable list-group",e.content.bins[m].class]),style:n.normalizeStyle({width:s.pixelFormat(e.content.bins[m].width),height:s.pixelFormat(e.content.bins[m].height),background:s.dragBackground(e.content.bins[m].bgImage)}),modelValue:s.myList[m],"onUpdate:modelValue":u=>s.myList[m]=u,move:s.checkMove,group:"people",forceFallback:"true"},{item:n.withCtx(({element:u})=>[n.createElementVNode("div",wu,[n.createElementVNode("button",{class:"dragItems-button",onChange:n.withModifiers(d=>s.keyboardDrag(u,m),["stop"])},[n.createTextVNode(n.toDisplayString(u.text)+" ",1),u.image?(n.openBlock(),n.createElementBlock("img",{key:0,id:u.id,src:u.image,alt:u.imageAlt,"data-swap":u.relSwap},null,8,xu)):n.createCommentVNode("",!0),u.relSwap?(n.openBlock(),n.createElementBlock("img",{key:1,id:"preload",src:u.relSwap,alt:u.imageAlt,"data-swap":u.relSwap},null,8,Fu)):n.createCommentVNode("",!0)],40,Qu)])]),_:2},1032,["class","style","modelValue","onUpdate:modelValue","move"])]),_:2},1032,["span"]))),256))]),_:1},8,["class"])}const bu=P(Bu,[["render",yu]]),v22="",Uu={components:{},props:["content"],data(){return{binCount:0,listOne:[],listTwo:[],listTwoCompleted:[],totalAttempts:99,choice:{header:"",feedback:""},chooseBin:{},chooseVisibility:!1,kbCurrentId:"",feedbackObject:{}}},watch:{},computed:{binColumns(){return Math.round(24/this.binCount)},myList:{get(){return this.listOne}},myList2:{get(){return this.listTwo}},getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{recordResults(A){let c=[];this.content.bins.forEach(s=>{let a=[];s.items.forEach(o=>{let f={text:o.text,imageAlt:o.imageAlt};a.push(f)});let r={header:s.header,description:s.description,items:a};c.push(r)});let e={page:this.stepperStore.stepPage,result:A,correctAnswer:c},t=this.stepperStore.results.find(s=>s.page===this.stepperStore.stepPage),l=this.stepperStore.results.indexOf(t);t?this.stepperStore.results.fill(t.result=A,l,l++):this.stepperStore.results.push(e)},failed(){this.listTwo.length>0&&(this.listTwo.forEach(A=>{this.listOne.forEach(c=>{c.forEach(e=>{A.id===e.id&&c.push(A)})})}),this.listTwo="",this.choice.header=this.content.failedHeader,this.choice.feedback=this.content.failedFeedback,this.feedbackVisibility=!0),this.recordResults("not correct"),this.stepperStore.finishSteps()},createItems(){this.binCount=this.content.bins.length,this.content.bins.forEach((A,c)=>{let e=Math.round(Date.now()/Math.random());A.items.forEach(t=>{t.hide=!0,t.id=e,t.oldKey=c,this.listTwo.push(t)}),this.listOne.push(JSON.parse(JSON.stringify(A.items)))}),this.listTwo.forEach(A=>{A.hide=!1}),this.content.random&&this.listTwo.sort(()=>Math.random()-.5)},dragBackground(A){return`white url(${A}) 0 0 no-repeat`},pixelFormat(A){return this.stepperStore.pixelFormat(A)},checkMove(A){if(A.to.dataset.index){let c=this.listOne[A.to.dataset.index],e=A.oldIndex,t=!1;c.forEach(l=>{l.hide===!0&&l.id===A.item._underlying_vm_.id&&(t=!0)}),t?(this.stepperStore.showFeedback=!0,this.feedbackObject.feedbackHeader=A.item._underlying_vm_.correctHeader,this.feedbackObject.feedback=A.item._underlying_vm_.correctFeedback,this.feedbackObject.feedbackImage=A.item._underlying_vm_.correctFeedbackImage,this.listTwoCompleted.push(e),this.myList2.length===0&&(this.stepperStore.finishSteps(),this.recordResults("correct"))):(this.feedbackObject.feedbackHeader=A.item._underlying_vm_.incorrectHeader,this.feedbackObject.feedback=A.item._underlying_vm_.incorrectFeedback,this.feedbackObject.feedbackImage=A.item._underlying_vm_.incorrectFeedbackImage,this.listTwo.push(A.item._underlying_vm_),this.getAttempt<this.content.attempts?this.stepperStore.attempts=this.getAttempt+1:(this.stepperStore.showFeedbackAttempts=!0,this.failed()),this.stepperStore.showFeedback=!0,c.forEach((l,s)=>{l.id===A.item._underlying_vm_.id&&c.splice(s,1)})),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})}},stopMove(){return!1},kbCheckMove(A,c){if(typeof A>"u")this.chooseVisibility=!1;else{if(this.listOne[A][c].id===this.kbCurrentId){let t=-1;this.listTwo.forEach((l,s)=>{l.id===this.kbCurrentId&&(t=s)}),this.stepperStore.showFeedback=!0,this.feedbackObject.feedbackHeader=this.listOne[A][c].correctHeader,this.feedbackObject.feedback=this.listOne[A][c].correctFeedback,this.feedbackObject.feedbackImage=this.listOne[A][c].correctFeedbackImage,this.chooseVisibility=!1,this.listTwoCompleted.push(A),this.listTwo.splice(t,1),this.myList2.length===0&&this.stepperStore.finishSteps(),this.listOne[A][c].hide=!1}else this.feedbackObject.feedbackHeader=this.listOne[A][c].incorrectHeader,this.feedbackObject.feedback=this.listOne[A][c].incorrectFeedback,this.feedbackObject.feedbackImage=this.listOne[A][c].incorrectFeedbackImage,this.chooseVisibility=!1,this.stepperStore.showFeedback=!0,this.getAttempt<this.content.attempts?this.stepperStore.attempts=this.getAttempt+1:(this.chooseVisibility=!1,this.stepperStore.showFeedbackAttempts=!0,this.failed());setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})}},keyboardDrag(A){if(A.class.indexOf("preventMove")>0)return!1;this.chooseVisibility=!0,this.kbCurrentId=A.id,setTimeout(()=>{document.getElementById("firstBin").focus()})},showFeedback(){return!!this.stepperStore.getShowFeedback}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("dragItems-button");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("dragItems-button"),this.stepperStore.attempts=0,this.content.attempts&&(this.totalAttempts=this.content.attempts),this.createItems()}},vu=["innerHTML"],Su=["onClick"],Nu=["id","src","alt"],Eu={key:0,class:"dropBin"},ku={class:"dragItems-button"},Hu=["id","src","alt"],Iu={class:"dialog-footer"};function Tu(A,c,e,t,l,s){const a=n.resolveComponent("lab-image"),r=n.resolveComponent("el-col"),o=n.resolveComponent("draggable"),f=n.resolveComponent("el-row"),i=n.resolveComponent("lab-feedback"),m=n.resolveComponent("el-button"),u=n.resolveComponent("el-dialog");return n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(f,{class:n.normalizeClass(["dragDrop",e.content.handle]),id:"dragItemDiv"},{default:n.withCtx(()=>[n.createVNode(r,{span:24},{default:n.withCtx(()=>[n.createElementVNode("div",{innerHTML:e.content.quiz},null,8,vu),e.content.image?(n.openBlock(),n.createBlock(a,{key:0,content:e.content.image,image:{supportImage:!0}},null,8,["content"])):n.createCommentVNode("",!0)]),_:1}),n.createVNode(r,{span:24},{default:n.withCtx(()=>[n.createVNode(o,{class:"dragItems",list:l.listTwo,group:"put",forceFallback:"true",itemKey:"image",sort:!1,onEnd:s.checkMove},{item:n.withCtx(({element:d})=>[n.createElementVNode("div",{class:n.normalizeClass(["dragItem",d.class])},[n.createElementVNode("button",{class:"dragItems-button",onClick:n.withModifiers(p=>s.keyboardDrag(d),["stop"])},[n.createTextVNode(n.toDisplayString(d.text)+" ",1),d.image?(n.openBlock(),n.createElementBlock("img",{key:0,id:d.id,src:d.image,alt:d.imageAlt},null,8,Nu)):n.createCommentVNode("",!0)],8,Su)],2)]),_:1},8,["list","onEnd"])]),_:1}),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.listOne,(d,p)=>(n.openBlock(),n.createBlock(r,{class:"bins",span:s.binColumns},{default:n.withCtx(()=>[n.createElementVNode("h4",null,n.toDisplayString(e.content.bins[p].header),1),n.createVNode(o,{class:n.normalizeClass(["dropBins el-row",e.content.bins[p].class]),"data-index":p,list:l.listOne[p],group:"put",forceFallback:"true",itemKey:"text",sort:!1,move:s.stopMove},{item:n.withCtx(({element:h})=>[h.hide?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("div",Eu,[n.createElementVNode("button",ku,[n.createTextVNode(n.toDisplayString(h.text)+" ",1),h.image?(n.openBlock(),n.createElementBlock("img",{key:0,id:h.id,src:h.droppedImage,alt:h.imageAlt},null,8,Hu)):n.createCommentVNode("",!0)])]))]),_:1},8,["class","data-index","list","move"])]),_:2},1032,["span"]))),256))]),_:1},8,["class"]),s.showFeedback()?(n.openBlock(),n.createBlock(i,{key:0,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0),n.createVNode(u,{title:e.content.kbModalQuestion,modelValue:l.chooseVisibility,"onUpdate:modelValue":c[1]||(c[1]=d=>l.chooseVisibility=d),width:"50%"},{footer:n.withCtx(()=>[n.createElementVNode("span",Iu,[n.createVNode(m,{size:"small",id:"visibilityClose",type:"primary",onClick:c[0]||(c[0]=d=>s.kbCheckMove())},{default:n.withCtx(()=>[...c[2]||(c[2]=[n.createTextVNode("Close",-1)])]),_:1})])]),default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.listOne,(d,p)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(d,(h,B)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[p===0?(n.openBlock(),n.createBlock(m,{key:0,id:"firstBin",size:"small",type:"primary",onClick:C=>s.kbCheckMove(p,B)},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(e.content.bins[p].header),1)]),_:2},1032,["onClick"])):(n.openBlock(),n.createBlock(m,{key:1,size:"small",type:"primary",onClick:C=>s.kbCheckMove(p,B)},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(e.content.bins[p].header),1)]),_:2},1032,["onClick"]))],64))),256))],64))),256))]),_:1},8,["title","modelValue"])],64)}const Du=P(Uu,[["render",Tu]]),_u="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M12.5%208c-2.65%200-5.05.99-6.9%202.6L2%207v9h9l-3.62-3.62c1.39-1.16%203.16-1.88%205.12-1.88c3.54%200%206.55%202.31%207.6%205.5l2.37-.78C21.08%2011.03%2017.15%208%2012.5%208'/%3e%3c/svg%3e",Ku="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M18.4%2010.6C16.55%208.99%2014.15%208%2011.5%208c-4.65%200-8.58%203.03-9.96%207.22L3.9%2016a8.002%208.002%200%200%201%207.6-5.5c1.95%200%203.73.72%205.12%201.88L13%2016h9V7z'/%3e%3c/svg%3e",Ou="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19%204h-3.5l-1-1h-5l-1%201H5v2h14M6%2019a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V7H6z'/%3e%3c/svg%3e",Vu="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%207v12q0%20.825-.587%201.413T19%2021H5q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h12zm-9%2011q1.25%200%202.125-.875T15%2015t-.875-2.125T12%2012t-2.125.875T9%2015t.875%202.125T12%2018m-6-8h9V6H6z'/%3e%3c/svg%3e",Ru={class:"vp-toolbar"},Pu={class:"vp-tools"},Gu=["onClick","title","innerHTML"],Wu={class:"vp-settings"},Xu={class:"vp-actions"},qu=n.createElementVNode("img",{src:_u},null,-1),Yu=[qu],Ju=n.createElementVNode("img",{src:Ku},null,-1),ju=[Ju],$u=n.createElementVNode("img",{src:Ou},null,-1),Zu=[$u],Ap=n.createElementVNode("img",{src:Vu},null,-1),cp=[Ap],ep=n.defineComponent({__name:"VpToolbar",props:n.mergeModels({tools:{}},{settings:{default:()=>({tool:"freehand",thickness:5,color:"#c82d2d"})},settingsModifiers:{}}),emits:n.mergeModels(["set-tool","save","undo","redo","reset"],["update:settings"]),setup(A,{emit:c}){const e=c,t=n.useModel(A,"settings");return(l,s)=>(n.openBlock(),n.createElementBlock("div",Ru,[n.renderSlot(l.$slots,"default",{},()=>[n.renderSlot(l.$slots,"tools",{},()=>[n.createElementVNode("div",Pu,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.tools.filter(a=>a.icon),a=>n.renderSlot(l.$slots,`tool-${a.type}`,{},()=>[(n.openBlock(),n.createElementBlock("button",{key:a.type,class:n.normalizeClass([t.value.tool===a.type?"active":"",`vp-tool-${a.type}`]),onClick:r=>e("set-tool",a.type),title:a.type,innerHTML:a.icon},null,10,Gu))])),256))])]),n.renderSlot(l.$slots,"settings",{},()=>[n.createElementVNode("div",Wu,[n.renderSlot(l.$slots,"setting-thickness",{},()=>[n.withDirectives(n.createElementVNode("input",{type:"range",min:"1",max:"10",class:"vp-setting-thickness","onUpdate:modelValue":s[0]||(s[0]=a=>t.value.thickness=a)},null,512),[[n.vModelText,t.value.thickness]])]),n.renderSlot(l.$slots,"setting-color",{},()=>[n.withDirectives(n.createElementVNode("input",{type:"color",class:"vp-setting-color","onUpdate:modelValue":s[1]||(s[1]=a=>t.value.color=a)},null,512),[[n.vModelText,t.value.color]])])])]),n.renderSlot(l.$slots,"actions",{},()=>[n.createElementVNode("div",Xu,[n.renderSlot(l.$slots,"action-undo",{},()=>[n.createElementVNode("button",{onClick:s[2]||(s[2]=a=>e("undo")),class:"vp-action-undo"},Yu)]),n.renderSlot(l.$slots,"action-redo",{},()=>[n.createElementVNode("button",{onClick:s[3]||(s[3]=a=>e("redo")),class:"vp-action-redo"},ju)]),n.renderSlot(l.$slots,"action-reset",{},()=>[n.createElementVNode("button",{onClick:s[4]||(s[4]=a=>e("reset")),class:"vp-action-reset"},Zu)]),n.renderSlot(l.$slots,"action-save",{},()=>[n.createElementVNode("button",{onClick:s[5]||(s[5]=a=>e("save")),class:"vp-action-save"},cp)])])])])]))}});function w0({history:A,tools:c,activeShape:e,includeActiveShape:t}){return{simplifiedHistory:n.computed(()=>{const l=e!=null&&e.value?[...A.value,e.value]:[...A.value];return c.value.reduce((s,a)=>{var r;return((r=a.simplifyHistory)==null?void 0:r.call(a,s,c.value))??s},l).filter(s=>{var a;return t||s.id!==((a=e==null?void 0:e.value)==null?void 0:a.id)})})}}function c3(){return[26,36,36,36,36,36,36].map(A=>Math.floor(Math.random()*A+(36-A)).toString(36)).join("")}const tp=["viewBox","id"],lp=n.defineComponent({__name:"VpImage",props:{tools:{},activeShape:{},history:{},width:{},height:{}},setup(A,{expose:c}){const e=A,t=n.ref(),l=n.ref(c3());c({svg:t});function s(i){return e.tools.find(m=>m.type===i)}const a=n.computed(()=>e.tools.map(i=>i.svgStyle?typeof i.svgStyle=="function"?i.svgStyle({svgId:l.value}):n.unref(i.svgStyle):"").join(`
2
- `)),{simplifiedHistory:r}=w0({...n.toRefs(e),includeActiveShape:!1}),o=n.computed(()=>e.tools.filter(i=>i.ToolSvgComponent&&(i.ToolSvgComponent.layer??0)<=0).sort((i,m)=>{var u,d;return(((u=i.ToolSvgComponent)==null?void 0:u.layer)??0)-(((d=m.ToolSvgComponent)==null?void 0:d.layer)??0)})),f=n.computed(()=>e.tools.filter(i=>i.ToolSvgComponent&&(i.ToolSvgComponent.layer??0)>0).sort((i,m)=>{var u,d;return(((u=i.ToolSvgComponent)==null?void 0:u.layer)??0)-(((d=m.ToolSvgComponent)==null?void 0:d.layer)??0)}));return(i,m)=>{var u;return n.openBlock(),n.createElementBlock("svg",{ref_key:"svg",ref:t,viewBox:`0 0 ${i.width} ${i.height}`,id:l.value,xmlns:"http://www.w3.org/2000/svg",class:"vp-image"},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(o.value,d=>(n.openBlock(),n.createBlock(n.resolveDynamicComponent(d.ToolSvgComponent),{key:d.type,history:i.history,tools:i.tools,activeShape:i.activeShape,width:i.width,height:i.height},null,8,["history","tools","activeShape","width","height"]))),128)),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(n.unref(r),d=>{var p,h,B;return n.openBlock(),n.createBlock(n.resolveDynamicComponent((p=s(d.type))==null?void 0:p.ShapeSvgComponent),{key:d.id+d.id===((h=i.activeShape)==null?void 0:h.id),id:d.id,shape:d,history:i.history,tools:i.tools,width:i.width,height:i.height,"is-active":d.id===((B=i.activeShape)==null?void 0:B.id)},null,8,["id","shape","history","tools","width","height","is-active"])}),128)),i.activeShape?(n.openBlock(),n.createBlock(n.resolveDynamicComponent((u=s(i.activeShape.type))==null?void 0:u.ShapeSvgComponent),{key:0,id:i.activeShape.id,shape:i.activeShape,history:i.history,tools:i.tools,width:i.width,height:i.height,"is-active":""},null,8,["id","shape","history","tools","width","height"])):n.createCommentVNode("",!0),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(f.value,d=>(n.openBlock(),n.createBlock(n.resolveDynamicComponent(d.ToolSvgComponent),{key:d.type,history:i.history,tools:i.tools,activeShape:i.activeShape,width:i.width,height:i.height},null,8,["history","tools","activeShape","width","height"]))),128)),n.createElementVNode("svg:style",null,n.toDisplayString(a.value),1)],8,tp)}}}),oA={tool:"freehand",thickness:5,color:"#c82d2d",angleSnap:!1};function iA(A,c={}){const e=A.find(t=>t.icon);return n.ref(Object.assign({},oA,{tool:(e==null?void 0:e.type)??"freehand"},c))}function fA({snapAngles:A,posStart:c,x:e,y:t}){if(!(A!=null&&A.value))return{x:e,y:t};const l=e-c.x,s=t-c.y,a=Math.sqrt(Math.pow(l,2)+Math.pow(s,2)),r=Math.atan2(s,l),o=A.value.map(f=>(180-f)*Math.PI/180).map(f=>({angle:f,diff:sp(r,f)})).sort((f,i)=>f.diff-i.diff)[0].angle;return{x:c.x+a*Math.cos(o),y:c.y+a*Math.sin(o)}}function sp(A,c){return Math.PI-Math.abs(Math.abs(A-c)-Math.PI)}function e3(A){return n.getCurrentScope()?(n.onScopeDispose(A),!0):!1}function r1(A){return typeof A=="function"?A():n.unref(A)}const np=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const ap=A=>A!=null,rp=Object.prototype.toString,op=A=>rp.call(A)==="[object Object]",mA=()=>{};function ip(A,c,e=!1){return c.reduce((t,l)=>(l in A&&(!e||A[l]!==void 0)&&(t[l]=A[l]),t),{})}function fp(A){return n.getCurrentInstance()}function mp(A,c={}){if(!n.isRef(A))return n.toRefs(A);const e=Array.isArray(A.value)?Array.from({length:A.value.length}):{};for(const t in A.value)e[t]=n.customRef(()=>({get(){return A.value[t]},set(l){var s;if((s=r1(c.replaceRef))==null||s)if(Array.isArray(A.value)){const a=[...A.value];a[t]=l,A.value=a}else{const a={...A.value,[t]:l};Object.setPrototypeOf(a,Object.getPrototypeOf(A.value)),A.value=a}else A.value[t]=l}}));return e}function up(A,c=!0,e){fp()?n.onMounted(A,e):c?A():n.nextTick(A)}function pp(A,c,e){return n.watch(A,(t,l,s)=>{t&&c(t,l,s)},{...e,once:!1})}function o1(A){var c;const e=r1(A);return(c=e==null?void 0:e.$el)!=null?c:e}const i1=np?window:void 0;function c2(...A){let c,e,t,l;if(typeof A[0]=="string"||Array.isArray(A[0])?([e,t,l]=A,c=i1):[c,e,t,l]=A,!c)return mA;Array.isArray(e)||(e=[e]),Array.isArray(t)||(t=[t]);const s=[],a=()=>{s.forEach(i=>i()),s.length=0},r=(i,m,u,d)=>(i.addEventListener(m,u,d),()=>i.removeEventListener(m,u,d)),o=n.watch(()=>[o1(c),r1(l)],([i,m])=>{if(a(),!i)return;const u=op(m)?{...m}:m;s.push(...e.flatMap(d=>t.map(p=>r(i,d,p,u))))},{immediate:!0,flush:"post"}),f=()=>{o(),a()};return e3(f),f}function dp(){const A=n.ref(!1),c=n.getCurrentInstance();return c&&n.onMounted(()=>{A.value=!0},c),A}function uA(A){const c=dp();return n.computed(()=>(c.value,!!A()))}function pA(A,c,e={}){const{window:t=i1,...l}=e;let s;const a=uA(()=>t&&"MutationObserver"in t),r=()=>{s&&(s.disconnect(),s=void 0)},o=n.computed(()=>{const u=r1(A),d=(Array.isArray(u)?u:[u]).map(o1).filter(ap);return new Set(d)}),f=n.watch(()=>o.value,u=>{r(),a.value&&u.size&&(s=new MutationObserver(c),u.forEach(d=>s.observe(d,l)))},{immediate:!0,flush:"post"}),i=()=>s==null?void 0:s.takeRecords(),m=()=>{r(),f()};return e3(m),{isSupported:a,stop:m,takeRecords:i}}function hp(A={}){var c;const{window:e=i1,deep:t=!0,triggerOnRemoval:l=!1}=A,s=(c=A.document)!=null?c:e==null?void 0:e.document,a=()=>{var f;let i=s==null?void 0:s.activeElement;if(t)for(;i!=null&&i.shadowRoot;)i=(f=i==null?void 0:i.shadowRoot)==null?void 0:f.activeElement;return i},r=n.ref(),o=()=>{r.value=a()};return e&&(c2(e,"blur",f=>{f.relatedTarget===null&&o()},!0),c2(e,"focus",o,!0)),l&&pA(s,f=>{f.filter(i=>i.removedNodes.length).map(i=>Array.from(i.removedNodes)).flat().forEach(i=>{i===r.value&&o()})},{childList:!0,subtree:!0}),o(),r}function gp(A,c,e={}){const{window:t=i1,...l}=e;let s;const a=uA(()=>t&&"ResizeObserver"in t),r=()=>{s&&(s.disconnect(),s=void 0)},o=n.computed(()=>Array.isArray(A)?A.map(m=>o1(m)):[o1(A)]),f=n.watch(o,m=>{if(r(),a.value&&t){s=new ResizeObserver(c);for(const u of m)u&&s.observe(u,l)}},{immediate:!0,flush:"post"}),i=()=>{r(),f()};return e3(i),{isSupported:a,stop:i}}function Cp(A,c={}){const{reset:e=!0,windowResize:t=!0,windowScroll:l=!0,immediate:s=!0}=c,a=n.ref(0),r=n.ref(0),o=n.ref(0),f=n.ref(0),i=n.ref(0),m=n.ref(0),u=n.ref(0),d=n.ref(0);function p(){const h=o1(A);if(!h){e&&(a.value=0,r.value=0,o.value=0,f.value=0,i.value=0,m.value=0,u.value=0,d.value=0);return}const B=h.getBoundingClientRect();a.value=B.height,r.value=B.bottom,o.value=B.left,f.value=B.right,i.value=B.top,m.value=B.width,u.value=B.x,d.value=B.y}return gp(A,p),n.watch(()=>o1(A),h=>!h&&p()),pA(A,p,{attributeFilter:["style","class"]}),l&&c2("scroll",p,{capture:!0,passive:!0}),t&&c2("resize",p,{passive:!0}),up(()=>{s&&p()}),{height:a,bottom:r,left:o,right:f,top:i,width:m,x:u,y:d,update:p}}const Bp={ctrl:"control",command:"meta",cmd:"meta",option:"alt",up:"arrowup",down:"arrowdown",left:"arrowleft",right:"arrowright"};function Lp(A={}){const{reactive:c=!1,target:e=i1,aliasMap:t=Bp,passive:l=!0,onEventFired:s=mA}=A,a=n.reactive(new Set),r={toJSON(){return{}},current:a},o=c?n.reactive(r):r,f=new Set,i=new Set;function m(h,B){h in o&&(c?o[h]=B:o[h].value=B)}function u(){a.clear();for(const h of i)m(h,!1)}function d(h,B){var C,g;const L=(C=h.key)==null?void 0:C.toLowerCase(),M=[(g=h.code)==null?void 0:g.toLowerCase(),L].filter(Boolean);L&&(B?a.add(L):a.delete(L));for(const w of M)i.add(w),m(w,B);L==="meta"&&!B?(f.forEach(w=>{a.delete(w),m(w,!1)}),f.clear()):typeof h.getModifierState=="function"&&h.getModifierState("Meta")&&B&&[...a,...M].forEach(w=>f.add(w))}c2(e,"keydown",h=>(d(h,!0),s(h)),{passive:l}),c2(e,"keyup",h=>(d(h,!1),s(h)),{passive:l}),c2("blur",u,{passive:!0}),c2("focus",u,{passive:!0});const p=new Proxy(o,{get(h,B,C){if(typeof B!="string")return Reflect.get(h,B,C);if(B=B.toLowerCase(),B in t&&(B=t[B]),!(B in o))if(/[+_-]/.test(B)){const L=B.split(/[+_-]/g).map(M=>M.trim());o[B]=n.computed(()=>L.every(M=>r1(p[M])))}else o[B]=n.ref(!1);const g=Reflect.get(h,B,C);return c?r1(g):g}});return p}function zp(A={}){const{touch:c=!0,drag:e=!0,capture:t=!1,initialValue:l=!1,window:s=i1}=A,a=n.ref(l),r=n.ref(null);if(!s)return{pressed:a,sourceType:r};const o=m=>()=>{a.value=!0,r.value=m},f=()=>{a.value=!1,r.value=null},i=n.computed(()=>o1(A.target)||s);return c2(i,"mousedown",o("mouse"),{passive:!0,capture:t}),c2(s,"mouseleave",f,{passive:!0,capture:t}),c2(s,"mouseup",f,{passive:!0,capture:t}),e&&(c2(i,"dragstart",o("mouse"),{passive:!0,capture:t}),c2(s,"drop",f,{passive:!0,capture:t}),c2(s,"dragend",f,{passive:!0,capture:t})),c&&(c2(i,"touchstart",o("touch"),{passive:!0,capture:t}),c2(s,"touchend",f,{passive:!0,capture:t}),c2(s,"touchcancel",f,{passive:!0,capture:t})),{pressed:a,sourceType:r}}const dA={x:0,y:0,pointerId:0,pressure:0,tiltX:0,tiltY:0,width:0,height:0,twist:0,pointerType:null},Mp=Object.keys(dA);function wp(A={}){const{target:c=i1}=A,e=n.ref(!1),t=n.ref(A.initialValue||{});Object.assign(t.value,dA,t.value);const l=s=>{e.value=!0,!(A.pointerTypes&&!A.pointerTypes.includes(s.pointerType))&&(t.value=ip(s,Mp,!1))};if(c){const s={passive:!0};c2(c,["pointerdown","pointermove","pointerup"],l,s),c2(c,"pointerleave",()=>e.value=!1,s)}return{...mp(t),isInside:e}}let t3=!1;function Qp({target:A,onDrawStart:c,onDraw:e,onDrawEnd:t,width:l,height:s,snapAngles:a}){const{x:r,y:o,pressure:f}=wp(),{pressed:i,sourceType:m}=zp(),{top:u,left:d,right:p,bottom:h,width:B,height:C,update:g}=Cp(A),L=n.ref(!1),M=n.reactive({x:0,y:0}),w=n.reactive({x:0,y:0}),z=n.reactive({x:0,y:0,left:0,top:0}),b=n.computed(()=>fA({snapAngles:a,posStart:M,x:Math.round((r.value-d.value)*l.value/B.value),y:Math.round((o.value-u.value)*s.value/C.value)})),v=n.computed(()=>b.value.x),F=n.computed(()=>b.value.y),U=n.computed(()=>Math.max(0,Math.min(M.x,v.value))),T=n.computed(()=>Math.max(0,Math.min(M.y,F.value))),O=n.computed(()=>Math.min(l.value,Math.max(M.x,v.value))),E=n.computed(()=>Math.min(s.value,Math.max(M.y,F.value))),_=n.computed(()=>r.value>=d.value&&r.value<=p.value&&o.value>=u.value&&o.value<=h.value),r2=n.computed(()=>Math.floor(r.value)!==z.x||Math.floor(o.value)!==z.y);return n.watchEffect(()=>{const A2=!L.value&&r.value===z.x&&o.value===z.y&&(d.value!==z.left||u.value!==z.top);let H=f.value;f.value===0&&i.value&&m.value==="touch"&&(H=.5),H&&!L.value&&_.value&&r2.value&&!t3&&!A2?(g(),L.value=!0,t3=!0,M.x=v.value,M.y=F.value,w.x=v.value,w.y=F.value,c==null||c()):H&&L.value?(w.x=v.value,w.y=F.value,e==null||e()):!H&&L.value&&(L.value=!1,t3=!1,t==null||t()),z.x=Math.floor(r.value),z.y=Math.floor(o.value),z.left=Math.floor(d.value),z.top=Math.floor(u.value)}),{x:v,y:F,minX:U,minY:T,maxX:O,maxY:E,top:u,left:d,bottom:h,right:p,width:l,height:s,posStart:M,posEnd:w,isDrawing:L,isInside:_,absoluteX:r,absoluteY:o,isMoving:r2}}let hA;function gA(){function A(e){hA=e}function c(){return hA}return{setActiveEditor:A,getActiveEditor:c}}function xp({vpImage:A,tools:c,history:e,settings:t,width:l,height:s,emit:a}){const r=n.ref([]),o=n.ref(),f=n.ref();function i(){return c==null?void 0:c.find(k=>k.type===(f.value??t.value.tool))}const m=n.computed(()=>{var k;return t.value.angleSnap?(k=i())==null?void 0:k.snapAngles:void 0}),u=n.computed(()=>{var k;return{settings:t.value,activeShape:o.value,id:((k=o.value)==null?void 0:k.id)??c3(),isDrawing:F.value,tools:c,posStart:b,posEnd:v,left:M.value,right:z.value,top:L.value,bottom:w.value,width:l,height:s,x:d.value,y:p.value,minX:h.value,maxX:C.value,minY:B.value,maxY:g.value,absoluteX:U.value,absoluteY:T.value}}),{x:d,y:p,minX:h,minY:B,maxX:C,maxY:g,top:L,left:M,bottom:w,right:z,posStart:b,posEnd:v,isDrawing:F,absoluteX:U,absoluteY:T}=Qp({target:A,width:l,height:s,snapAngles:m,onDrawStart(){var k,R,t2,B2,l2,L2;f.value=(B2=(t2=(R=(k=document.elementsFromPoint(U.value,T.value))==null?void 0:k[0])==null?void 0:R.getAttribute("class"))==null?void 0:t2.split(" ").find(d2=>d2.startsWith("use-tool-")))==null?void 0:B2.substring(9),o.value=((L2=(l2=i())==null?void 0:l2.onDrawStart)==null?void 0:L2.call(l2,u.value))??o.value,a==null||a("drawStart",u.value),J(H)},onDraw(){var k,R;o.value=((R=(k=i())==null?void 0:k.onDraw)==null?void 0:R.call(k,u.value))??o.value,a==null||a("draw",u.value),J(H)},async onDrawEnd(){var k,R,t2;o.value=(k=i())!=null&&k.onDrawEnd?await((t2=(R=i())==null?void 0:R.onDrawEnd)==null?void 0:t2.call(R,u.value)):o.value,f.value=void 0,a==null||a("drawEnd",u.value),J(H),o.value&&(e.value.push(o.value),r.value=[],o.value=void 0)}});function O(k){t.value.tool=k,J(H)}function E(){e.value.length&&(r.value.push(...e.value.slice(-1)),e.value=e.value.slice(0,-1)),J(H)}function _(){r.value.length&&(e.value.push(...r.value.slice(-1)),r.value=r.value.slice(0,-1)),J(H)}function r2(){const k=A.value.$refs.svg;if(!k)throw new Error("Couldn't find the svg");a==null||a("save",{svg:k,tools:c,history:e.value}),J(H)}async function A2(){r.value=e.value.reverse(),e.value=[];const k=await Promise.all(c.filter(R=>"onInitialize"in R).flatMap(async R=>{var t2;return await((t2=R.onInitialize)==null?void 0:t2.call(R,{tools:c,settings:t,history:e}))}));e.value=[...k.filter(Boolean),...e.value],a==null||a("reset"),J(H)}const H={settings:t,activeShape:o,setTool:O,undo:E,redo:_,save:r2,reset:A2,x:d,y:p,minX:h,minY:B,maxX:C,maxY:g,top:L,left:M,bottom:w,right:z,posStart:b,posEnd:v,isDrawing:F,absoluteX:U,absoluteY:T},{setActiveEditor:J}=gA();return J(H),H}const CA=n.defineComponent({__name:"VpEditor",props:n.mergeModels({tools:{},width:{default:1280},height:{default:720}},{settings:{default:()=>oA},settingsModifiers:{},history:{default:[]},historyModifiers:{}}),emits:n.mergeModels(["save","drawStart","draw","drawEnd","reset"],["update:settings","update:history"]),setup(A,{emit:c}){const e=c,t=n.useModel(A,"settings"),l=A,s=n.ref(l.width),a=n.ref(l.height),r=n.useModel(A,"history"),o=n.ref(),{activeShape:f,setTool:i,undo:m,redo:u,save:d,reset:p}=xp({vpImage:o,tools:l.tools,history:n.toRef(r),settings:n.toRef(t),width:s,height:a,emit:e});return n.onMounted(()=>{var h;(h=r.value)!=null&&h.length||p()}),(h,B)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["vue-paint vp-editor",`active-tool-${t.value.tool}`])},[n.createVNode(lp,{ref_key:"vpImage",ref:o,tools:h.tools,activeShape:n.unref(f),history:r.value,width:s.value,height:a.value},null,8,["tools","activeShape","history","width","height"]),n.renderSlot(h.$slots,"toolbar",{setTool:n.unref(i),undo:n.unref(m),redo:n.unref(u),save:n.unref(d),reset:n.unref(p),settings:t.value},()=>[n.createVNode(ep,{settings:t.value,"onUpdate:settings":B[0]||(B[0]=C=>t.value=C),onSetTool:n.unref(i),onUndo:n.unref(m),onRedo:n.unref(u),onSave:n.unref(d),onReset:n.unref(p),tools:h.tools},null,8,["settings","onSetTool","onUndo","onRedo","onSave","onReset","tools"])])],2))}});function L1(A){return{props:{history:Array,shape:Object,width:Number,height:Number,isActive:Boolean,tools:Array},setup(c){return()=>A(c.shape,c)}}}const Fp=1e-12,BA=112e-18,yp=A=>A>=-BA&&A<=BA,LA=(A,c)=>Math.sqrt(A*A+c*c),z1=(A,c)=>({x:A,y:c}),bp=A=>LA(A.x,A.y),Up=A=>z1(-A.x,-A.y),D1=(A,c)=>z1(A.x+c.x,A.y+c.y),z2=(A,c)=>z1(A.x-c.x,A.y-c.y),f1=(A,c)=>z1(A.x*c,A.y*c),v2=(A,c)=>A.x*c.x+A.y*c.y,l3=(A,c)=>LA(A.x-c.x,A.y-c.y),W2=(A,c=1)=>f1(A,c/(bp(A)||1/0)),zA=(A,c)=>({p:A,i:c}),vp=(A,c,e)=>{c&&(A.unshift(A[A.length-1]),A.push(A[1]));const t=A.length;if(t===0)return[];const l=[zA(A[0])];return s3(A,l,e,0,t-1,z2(A[1],A[0]),z2(A[t-2],A[t-1])),c&&(l.shift(),l.pop()),l},s3=(A,c,e,t,l,s,a)=>{if(l-t===1){const u=A[t],d=A[l],p=l3(u,d)/3;MA(c,[u,D1(u,W2(s,p)),D1(d,W2(a,p)),d]);return}const r=kp(A,t,l);let o=Math.max(e,e*e),f,i=!0;for(let u=0;u<=4;u++){const d=Sp(A,t,l,r,s,a),p=Hp(A,t,l,d,r);if(p.error<e&&i){MA(c,d);return}if(f=p.index,p.error>=o)break;i=Np(A,t,l,r,d),o=p.error}const m=z2(A[f-1],A[f+1]);s3(A,c,e,t,f,s,m),s3(A,c,e,f,l,Up(m),a)},MA=(A,c)=>{const e=A[A.length-1];e.o=z2(c[1],c[0]),A.push(zA(c[3],z2(c[2],c[3])))},Sp=(A,c,e,t,l,s)=>{const a=Fp,r=Math.abs,o=A[c],f=A[e],i=[[0,0],[0,0]],m=[0,0];for(let L=0,M=e-c+1;L<M;L++){const w=t[L],z=1-w,b=3*w*z,v=z*z*z,F=b*z,U=b*w,T=w*w*w,O=W2(l,F),E=W2(s,U),_=z2(z2(A[c+L],f1(o,v+F)),f1(f,U+T));i[0][0]+=v2(O,O),i[0][1]+=v2(O,E),i[1][0]=i[0][1],i[1][1]+=v2(E,E),m[0]+=v2(O,_),m[1]+=v2(E,_)}const u=i[0][0]*i[1][1]-i[1][0]*i[0][1];let d,p;if(r(u)>a){const L=i[0][0]*m[1]-i[1][0]*m[0];d=(m[0]*i[1][1]-m[1]*i[0][1])/u,p=L/u}else{const L=i[0][0]+i[0][1],M=i[1][0]+i[1][1];d=p=r(L)>a?m[0]/L:r(M)>a?m[1]/M:0}const h=l3(f,o),B=a*h;let C,g;if(d<B||p<B)d=p=h/3;else{const L=z2(f,o);C=W2(l,d),g=W2(s,p),v2(C,L)-v2(g,L)>h*h&&(d=p=h/3,C=g=null)}return[o,D1(o,C||W2(l,d)),D1(f,g||W2(s,p)),f]},Np=(A,c,e,t,l)=>{for(let s=c;s<=e;s++)t[s-c]=Ep(l,A[s],t[s-c]);for(let s=1,a=t.length;s<a;s++)if(t[s]<=t[s-1])return!1;return!0},Ep=(A,c,e)=>{const t=[],l=[];for(let i=0;i<=2;i++)t[i]=f1(z2(A[i+1],A[i]),3);for(let i=0;i<=1;i++)l[i]=f1(z2(t[i+1],t[i]),2);const s=Q0(3,A,e),a=Q0(2,t,e),r=Q0(1,l,e),o=z2(s,c),f=v2(a,a)+v2(o,r);return yp(f)?e:e-v2(o,a)/f},Q0=(A,c,e)=>{const t=c.slice();for(let l=1;l<=A;l++)for(let s=0;s<=A-l;s++)t[s]=D1(f1(t[s],1-e),f1(t[s+1],e));return t[0]},kp=(A,c,e)=>{const t=[0];for(let l=c+1;l<=e;l++)t[l-c]=t[l-c-1]+l3(A[l],A[l-1]);for(let l=1,s=e-c;l<=s;l++)t[l]/=t[s];return t},Hp=(A,c,e,t,l)=>{let s=Math.floor((e-c+1)/2),a=0;for(let r=c+1;r<e;r++){const o=Q0(3,t,l[r-c]),f=z2(o,A[r]),i=f.x*f.x+f.y*f.y;i>=a&&(a=i,s=r)}return{error:a,index:s}},Ip=(A,c,e)=>{const t=A.length,l=10**e,s=e<16?p=>Math.round(p*l)/l:p=>p,a=(p,h)=>s(p)+","+s(h);let r=!0,o,f,i,m;const u=[],d=(p,h)=>{var B,C,g,L;const M=p.p.x,w=p.p.y;if(r)u.push("M"+a(M,w)),r=!1;else{const z=M+(((B=p.i)==null?void 0:B.x)??0),b=w+(((C=p.i)==null?void 0:C.y)??0);if(z===M&&b===w&&i===o&&m===f){if(!h){const v=M-o,F=w-f;u.push(v===0?"v"+s(F):F===0?"h"+s(v):"l"+a(v,F))}}else u.push("c"+a(i-o,m-f)+" "+a(z-o,b-f)+" "+a(M-o,w-f))}o=M,f=w,i=M+(((g=p.o)==null?void 0:g.x)??0),m=w+(((L=p.o)==null?void 0:L.y)??0)};if(!t)return"";for(let p=0;p<t;p++)d(A[p]);return c&&t>0&&(d(A[0],!0),u.push("z")),u.join("")},wA=(A,c={})=>A.length===0?"":Ip(vp(A.map(typeof A[0].x=="number"?e=>z1(e.x,e.y):e=>z1(e[0],e[1])),c.closed,c.tolerance??2.5),c.closed,c.precision??5);function n3(){const A="freehand",c='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><path fill="currentColor" fill-rule="evenodd" d="M8.61 2.66c-.227-.198-.817-.365-1.602.129c-2.508 1.58-4.693 4.43-5.432 5.463a.75.75 0 1 1-1.22-.873c.75-1.047 3.078-4.112 5.853-5.86C7.41.763 8.75.795 9.594 1.527c.421.365.684.89.688 1.486c.004.591-.246 1.177-.702 1.698c-1.427 1.632-3.312 3.845-4.104 4.925c-.104.142-.111.25-.102.312c.01.07.047.136.11.183a.411.411 0 0 0 .299.067c.14-.017.36-.094.628-.339c.226-.208.461-.43.703-.657c.745-.701 1.55-1.46 2.356-2.053c.838-.616 1.818-.787 2.561-.333c.371.227.632.59.723 1.024c.09.43.004.878-.213 1.29c-.232.442-.434.76-.615 1.046l-.014.023a10.6 10.6 0 0 0-.485.819a.506.506 0 0 0-.024.415c.024.06.047.089.06.101c.092.007.172-.016.299-.114c.178-.139.377-.374.676-.766a.75.75 0 0 1 1.192.911c-.285.373-.594.764-.948 1.04c-.392.304-.867.489-1.444.413c-.633-.082-1.048-.57-1.231-1.037a2.007 2.007 0 0 1 .09-1.658c.19-.364.37-.647.541-.916l.021-.034c.177-.279.352-.556.555-.942c.085-.162.077-.255.071-.284a.068.068 0 0 0-.036-.051c-.043-.027-.347-.138-.89.262c-.726.533-1.433 1.2-2.16 1.884c-.255.24-.513.483-.775.723c-.923.846-2.047.959-2.838.367c-.77-.576-.981-1.68-.32-2.582c.837-1.142 2.767-3.405 4.185-5.026l.513.448l-.513-.448c.271-.31.332-.555.331-.702a.468.468 0 0 0-.171-.362Zm2.863 8.883l-.003-.002c.002 0 .003.001.003.002" clip-rule="evenodd"/></svg>',e=[];function t({settings:a,id:r,x:o,y:f}){return e.length=0,e.push([o,f],[o,f]),{type:A,id:r,x:o,y:f,path:wA(e,{tolerance:1,precision:1}).replace(/^M\d+,\d+/,""),thickness:a.thickness,color:a.color}}function l({settings:a,id:r,x:o,y:f}){return e.push([o,f]),{type:A,id:r,x:e[0][0],y:e[0][1],path:wA(e,{tolerance:1,precision:1}).replace(/^M\d+,\d+/,""),thickness:a.thickness,color:a.color}}const s=L1(a=>n.h("path",{d:`M${a.x},${a.y}${a.path}`,class:"freehand",stroke:a.color,"stroke-width":a.thickness}));return{type:A,icon:c,onDrawStart:t,onDraw:l,ShapeSvgComponent:s,svgStyle:`
1
+ (function(n,M0){typeof exports=="object"&&typeof module<"u"?module.exports=M0(require("vue")):typeof define=="function"&&define.amd?define(["vue"],M0):(n=typeof globalThis<"u"?globalThis:n||self,n.LabmakerPlugin=M0(n.Vue))})(this,function(n){"use strict";const M0="",P=(A,c)=>{const e=A.__vccOpts||A;for(const[t,l]of c)e[t]=l;return e},ii={props:["custom-img"],data(){return{imgSRC:this.customImg}},computed:{},methods:{fileUpload(A){const e=A.target.files[0];this.fileProcess(e)},fileProcess(A){this.imgSRC=URL.createObjectURL(A)}},mounted(){}},fi={class:"image-uploader"},mi={class:"your-file"},ui=["src"];function pi(A,c,e,t,l,s){return n.openBlock(),n.createElementBlock(n.Fragment,null,[c[2]||(c[2]=n.createElementVNode("h1",null,"File Uploader",-1)),n.createElementVNode("div",fi,[c[1]||(c[1]=n.createElementVNode("h1",null,"File Uploader",-1)),n.createElementVNode("input",{onChange:c[0]||(c[0]=(...a)=>s.fileUpload&&s.fileUpload(...a)),type:"file",id:"file-upload",name:"fileUpload",accept:"image/*"},null,32),n.createElementVNode("div",mi,[n.createElementVNode("img",{src:l.imgSRC,alt:"",scrset:""},null,8,ui)])])],64)}const di=P(ii,[["render",pi]]),i22="",hi={props:["title"],data(){return{}},computed:{}};function gi(A,c,e,t,l,s){return n.openBlock(),n.createElementBlock("header",null,[n.createElementVNode("h1",null,n.toDisplayString(e.title),1)])}const Ci=P(hi,[["render",gi]]),f22="",Bi={props:["content","image"],data(){return{}},computed:{imageSrc(){return this.content.src.slice(-3)==="gif"?`${this.content.src}?src=${Math.round(Math.random()*Date.now())}`:this.content.src}},methods:{pixelFormat(A){return this.stepperStore.pixelFormat(A)}},mounted(){var A;(A=this.image)!=null&&A.supportImage||this.stepperStore.finishSteps()},beforeMount(){this.stepperStore=this.stepperMain()}},Li={class:"image-container"},zi={class:"image"},Mi=["src","alt"],wi=["innerHTML"],Qi=["innerHTML"],xi=["innerHTML"];function Fi(A,c,e,t,l,s){return n.openBlock(),n.createElementBlock("div",Li,[n.createElementVNode("div",zi,[n.createElementVNode("img",{src:s.imageSrc,alt:e.content.alt,class:n.normalizeClass(e.content.class)},null,10,Mi),e.content.captionHeader?(n.openBlock(),n.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:e.content.captionHeader},null,8,wi)):n.createCommentVNode("",!0),e.content.caption?(n.openBlock(),n.createElementBlock("span",{key:1,class:"caption",innerHTML:e.content.caption},null,8,Qi)):n.createCommentVNode("",!0),e.content.copyright?(n.openBlock(),n.createElementBlock("span",{key:2,innerHTML:e.content.copyright,class:"copyright"},null,8,xi)):n.createCommentVNode("",!0)])])}const yi=P(Bi,[["render",Fi],["__scopeId","data-v-3cf7df18"]]),m22="",bi={props:["content"],data(){return{showGif:!1,showPause:!1,tempGif:"",tempImage:"",alphanum:"",imgWidth:"",imgHeight:""}},computed:{altText(){return!this.content.altText&&this.content.textVersion?"Select text version for a more detailed description.":this.content.altText},imageSrc(){return this.content.src},pngImageSrc(){return!this.tempImage||this.tempImage===" "?this.content.posterSrc?this.content.posterSrc:"//cdn.flvs.net/course_view/1_0/dist/images/placeholder.png":this.tempImage}},methods:{process(){this.tempGif=document.getElementById("giffyGif_"+this.alphanum),this.tempGif.onload=()=>{this.imgHeight=this.tempGif.height,this.imgWidth=this.tempGif.width;let A=document.createElement("canvas");A.width=this.imgWidth,A.height=this.imgHeight,A.getContext("2d").drawImage(this.tempGif,0,0),this.tempImage=A.toDataURL("image/png")}},playGif(){this.showGif=!this.showGif,this.content.animDuration&&this.showGif&&setTimeout(()=>{this.showGif=!1},this.content.animDuration),this.stepperStore.finishSteps()},pauseGif(){this.showGif&&(this.showPause=!0)},pauseGifHide(){this.showPause=!1},updateGifSize(){let A=document.getElementById("giffyPng_"+this.alphanum);A.complete?(this.imgWidth=A.width,this.imgHeight=A.height):A.onload=function(){this.imgWidth=A.width,this.imgHeight=A.height,A.onload=null}}},mounted(){this.process()},beforeMount(){this.stepperStore=this.stepperMain(),this.alphanum=Math.random().toString(36).replace("0.","")}},Ui={class:"image-container"},vi={class:"image"},Si=["id","alt","src"],Ni=["id","src","alt"],Ei=["innerHTML"],ki=["innerHTML"],Hi=["innerHTML"];function Ii(A,c,e,t,l,s){return n.openBlock(),n.createElementBlock("div",Ui,[n.createElementVNode("div",vi,[n.createElementVNode("a",{href:"javascript:void(0)","aria-label":"play","aria-hidden":"true",class:"gAnimBg",onMouseover:c[0]||(c[0]=(...a)=>s.pauseGif&&s.pauseGif(...a)),onMouseout:c[1]||(c[1]=(...a)=>s.pauseGifHide&&s.pauseGifHide(...a)),onClick:c[2]||(c[2]=(...a)=>s.playGif&&s.playGif(...a))},[c[3]||(c[3]=n.createElementVNode("span",{class:"screenReaderAlt","aria-hidden":"true"},"Start Animation",-1)),n.withDirectives(n.createElementVNode("div",{class:n.normalizeClass(["playButtonStyles",{dark:e.content.animButton==="dark"}])},[n.createElementVNode("div",{class:n.normalizeClass(["playButtonIconStyles",{dark:e.content.animButton==="dark"}])},null,2)],2),[[n.vShow,l.showGif===!1]]),n.withDirectives(n.createElementVNode("div",{class:n.normalizeClass(["pauseButtonStyles",{dark:e.content.animButton==="dark"}])},[n.createElementVNode("div",{class:n.normalizeClass(["pauseButtonIconStyles",{dark:e.content.animButton==="dark"}])},null,2)],2),[[n.vShow,l.showPause]]),n.withDirectives(n.createElementVNode("img",{id:"giffyPng_"+l.alphanum,class:n.normalizeClass(["giffyPng",e.content.class]),alt:s.altText,src:s.pngImageSrc},null,10,Si),[[n.vShow,l.showGif===!1]]),n.withDirectives(n.createElementVNode("img",{id:"giffyGif_"+l.alphanum,src:s.imageSrc,alt:s.altText,class:n.normalizeClass(["giffyGif",e.content.class])},null,10,Ni),[[n.vShow,l.showGif]])],32),e.content.captionHeader?(n.openBlock(),n.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:e.content.captionHeader},null,8,Ei)):n.createCommentVNode("",!0),e.content.caption?(n.openBlock(),n.createElementBlock("span",{key:1,class:"caption",innerHTML:e.content.caption},null,8,ki)):n.createCommentVNode("",!0),e.content.copyright?(n.openBlock(),n.createElementBlock("span",{key:2,innerHTML:e.content.copyright,class:"copyright"},null,8,Hi)):n.createCommentVNode("",!0)])])}const Ti=P(bi,[["render",Ii],["__scopeId","data-v-8a2b22b7"]]),u22="",Di={props:["content"],data(){return{showingKaltura:!1,showingText:!1,buttonText:!1,hasText:!1,video:{width:640,height:480},audio:{width:260,height:80},audioBtn:{width:40,height:40},textversionArray:{}}},watch:{content:function(){this.tvCleaner()}},computed:{kHeight(){if(this.content.kalturaType==="video")if(this.content.height&&this.content.height!=""){let A=this.content.height;return A.slice(-2)==="px"?A.slice(0,-2):this.content.height}else return this.video.height;else if(this.content.kalturaType==="audio")if(this.content.height&&this.content.height!=""){let A=this.content.height;return A.slice(-2)==="px"?A.slice(0,-2):this.content.height}else return this.audio.height;else if(this.content.kalturaType==="audiobtn")return this.audioBtn.height},kWidth(){if(this.content.kalturaType==="video")if(this.content.width&&this.content.width!=""){let A=this.content.width;return A.slice(-2)==="px"?A.slice(0,-2):this.content.width}else return this.video.width;else{if(this.content.kalturaType==="audio")return this.audio.width;if(this.content.kalturaType==="audiobtn")return this.audioBtn.width}}},methods:{getButtonText(A){return A==="video"?this.showingText?"Show Video":"Show Text Version":this.showingText?"Show Audio":"Show Text Version"},textVersionCheck(){this.content.textVersion&&this.content.textVersion.length>1&&(this.hasText=!0)},kalturaLoad(){this.textVersionCheck()},kalturaMedia(A){let c={uiconf_id:"54575302",partner_id:"2061901",entry_id:"",height:"400",width:"640",type:"video"};return c.entry_id=this.content.kalturaEntryId,this.content.kalturaType&&(c.type=this.content.kalturaType),c.type==="audio"?c.uiconf_id="54576672":c.type==="audiobtn"?c.uiconf_id="54811142":c.type==="videoNoCC"&&(c.uiconf_id="54575422"),this.content.standalone&&(this.stepperStore.stepHold=!1),`https://cdnapisec.kaltura.com/p/${c.partner_id}/embedPlaykitJs/uiconf_id/${c.uiconf_id}?iframeembed=true&entry_id=${c.entry_id}`},showKaltura(){this.showingKaltura=!0},showText(){this.showingText=!this.showingText,this.buttonText=!this.buttonText},tvCleaner(){let A=document.createElement("div");A.innerHTML=this.content.textVersion;for(let c=0;c<A.children.length;c++){let e=A.children[c];if(e.tagName=="DIV"&&e.className=="panel-default"&&e.children[0].dataset.toggle)for(let t=0;t<e.children.length;t++){let l=e.children[t];if(l.dataset.toggle=="collapse"){let s={heading:l.innerHTML,body:e.children[t+1].innerHTML};this.textversionArray[c]=s}}else this.textversionArray[c]=e.outerHTML}}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("vidText"),this.kalturaLoad(),this.tvCleaner()},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("vidText");setTimeout(()=>{A[0].focus()})}this.stepperStore.finishSteps()}},_i={key:0,class:"textVersion"},Ki=["innerHTML"],Oi=["src","width","height"],Vi=["src","width","height"],Ri=["src","width","height"],Pi={key:2,class:"alert alert-danger"};function Gi(A,c,e,t,l,s){const a=n.resolveComponent("el-button");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["kContainer",e.content.class])},[e.content.textVersion&&l.showingText?(n.openBlock(),n.createElementBlock("div",_i,[c[4]||(c[4]=n.createElementVNode("h1",null,"Text Version",-1)),n.createElementVNode("div",{innerHTML:e.content.textVersion},null,8,Ki)])):n.createCommentVNode("",!0),!l.showingText&&e.content.kalturaEntryId?(n.openBlock(),n.createElementBlock("div",{key:1,class:"mainVersion",style:n.normalizeStyle({width:s.kWidth+"px",height:s.kHeight+"px"})},[e.content.kalturaType=="video"&&!l.showingKaltura?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["kPoster",{active:l.showingKaltura==!0}]),style:n.normalizeStyle({width:s.kWidth+"px",height:s.kHeight+"px"})},[n.createElementVNode("iframe",{onClick:c[0]||(c[0]=(...o)=>s.showKaltura&&s.showKaltura(...o)),class:"videoIframe",src:s.kalturaMedia(e.content),width:s.kWidth+"px",height:s.kHeight+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Oi)],6)):n.createCommentVNode("",!0),e.content.kalturaType=="audio"?(n.openBlock(),n.createElementBlock("div",{key:1,class:n.normalizeClass(["kAudio",{active:l.showingKaltura==!0}]),onClick:c[1]||(c[1]=(...o)=>s.showKaltura&&s.showKaltura(...o))},[n.createElementVNode("iframe",{id:"my_iframe",src:s.kalturaMedia(e.content),width:s.kWidth+"px",height:s.kHeight+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Vi)],2)):n.createCommentVNode("",!0),e.content.kalturaType=="audiobtn"?(n.openBlock(),n.createElementBlock("div",{key:2,class:n.normalizeClass(["kAudiobtn",{active:l.showingKaltura==!0}]),onClick:c[2]||(c[2]=(...o)=>s.showKaltura&&s.showKaltura(...o))},[n.createElementVNode("iframe",{src:s.kalturaMedia(e.content),width:l.audioBtn.width+"px",height:l.audioBtn.height+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Ri)],2)):n.createCommentVNode("",!0)],4)):n.createCommentVNode("",!0),e.content.kalturaEntryId==""?(n.openBlock(),n.createElementBlock("div",Pi,"There is no Kaltura Entry ID")):n.createCommentVNode("",!0),e.content.textVersion?(n.openBlock(),n.createBlock(a,{key:3,size:"medium",type:"primary","aria-label":"text version",class:"toggleSwitch ftSwitch btn btn-primary vidText",onClick:c[3]||(c[3]=n.withModifiers(o=>s.showText(e.content.kalturaType),["stop"]))},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(s.getButtonText(e.content.kalturaType)),1)]),_:1})):n.createCommentVNode("",!0)],2)}const Wi=P(Di,[["render",Gi]]),p22="",Xi={props:["content"],data(){return{value1:50,styleObject:{height:"",width:""}}},computed:{dark(){return this.content.dark?"dark":!1},vertical(){return!!this.content.vertical},verticalClass(){return this.content.vertical?"is-vertical":!1},style(){return this.content.vertical?(this.styleObject.height=100-this.value1+"%",this.styleObject.width=""):(this.styleObject.height="",this.styleObject.width=this.value1+"%"),this.styleObject},captionWidth(){return this.value1<=30&&!this.content.vertical?"200px":"100%"}},methods:{pixelFormat(A){return this.stepperStore.pixelFormat(A)},updateStartHeight(){return this.content.startHeight&&(this.value1=this.content.startHeight),!1}},mounted(){this.stepperStore.finishSteps(),this.updateStartHeight()},beforeMount(){this.stepperStore=this.stepperMain()}},qi={class:"image-compare"},Yi={class:"image"},Ji=["src","alt"],ji=["innerHTML"],$i=["innerHTML"],Zi=["innerHTML"],Af=["src","alt"],cf={class:"captionAreaRight"},ef=["innerHTML"],tf=["innerHTML"],lf=["innerHTML"];function sf(A,c,e,t,l,s){const a=n.resolveComponent("el-slider");return n.openBlock(),n.createElementBlock("div",qi,[n.createVNode(a,{class:n.normalizeClass(["imageSlide",s.dark]),modelValue:l.value1,"onUpdate:modelValue":c[0]||(c[0]=o=>l.value1=o),step:5,"show-tooltip":!1,vertical:s.vertical},null,8,["class","modelValue","vertical"]),n.createElementVNode("div",Yi,[n.createElementVNode("div",{class:n.normalizeClass(["imageLeft",s.dark,s.verticalClass]),style:n.normalizeStyle(s.style)},[n.createElementVNode("img",{src:e.content.image.srcLeft,alt:e.content.image.altLeft,class:n.normalizeClass(e.content.image.classLeft)},null,10,Ji),n.createElementVNode("div",{class:"captionAreaLeft",style:n.normalizeStyle({width:s.captionWidth})},[e.content.image.captionHeaderLeft?(n.openBlock(),n.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:e.content.image.captionHeaderLeft},null,8,ji)):n.createCommentVNode("",!0),e.content.image.captionLeft?(n.openBlock(),n.createElementBlock("span",{key:1,class:"caption",innerHTML:e.content.image.captionLeft},null,8,$i)):n.createCommentVNode("",!0),e.content.image.copyrightLeft?(n.openBlock(),n.createElementBlock("span",{key:2,innerHTML:e.content.image.copyrightLeft,class:"copyright"},null,8,Zi)):n.createCommentVNode("",!0)],4)],6),n.createElementVNode("img",{class:n.normalizeClass(["imageRight",e.content.image.classRight]),src:e.content.image.srcRight,alt:e.content.image.altRight},null,10,Af),n.createElementVNode("div",cf,[e.content.image.captionHeaderRight?(n.openBlock(),n.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:e.content.image.captionHeaderRight},null,8,ef)):n.createCommentVNode("",!0),e.content.image.captionRight?(n.openBlock(),n.createElementBlock("span",{key:1,class:"caption",innerHTML:e.content.image.captionRight},null,8,tf)):n.createCommentVNode("",!0),e.content.image.copyrightRight?(n.openBlock(),n.createElementBlock("span",{key:2,innerHTML:e.content.image.copyrightRight,class:"copyright"},null,8,lf)):n.createCommentVNode("",!0)])])])}const nf=P(Xi,[["render",sf],["__scopeId","data-v-ca834e68"]]),d22="",af={components:{},inject:["message"],props:["content"],data(){return{dialogVisible:!1,feedbackVisibility:[],feedbackIndex:0}},computed:{},methods:{spotDone(A){var c;return(c=this.stepperStore.getStepPage[A])!=null&&c.completed?"check-done":!1},showSpot(A){var c;if((c=this.stepperStore.getStepPage[A])!=null&&c.testPage){let e=!0;return this.stepperStore.getStepPage.forEach((t,l)=>{t.testPage!==!0&&!t.completed&&(e=!1)}),!!e}return!0},pixelFormat(A){return this.stepperStore.pixelFormat(A)},changePage(A,c){A.pageLink?this.stepperStore.currentPage=A.pageLink:A.feedback&&(this.feedbackIndex=c,this.feedbackVisibility.indexOf(c)===-1&&this.feedbackVisibility.push(c),this.stepperStore.showFeedback=!0,this.content.hotspots.length-1===this.feedbackVisibility.length-1&&this.stepperStore.finishSteps(),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()}))},showFeedback(A){return!!(this.stepperStore.getShowFeedback&&this.feedbackIndex===A)},hotspots(){if(this.stepperStore.randomResults)return this.stepperStore.randomResults;if(this.content.showCount){let A=function(c,e){return[...c].sort(()=>.5-Math.random()).slice(0,e)};if(this.content.showByGroup){let c=[];this.content.hotspots.forEach(t=>{c.indexOf(t.group)===-1&&c.push(t.group)});let e=[];return c.forEach(t=>{let l=this.content.hotspots.filter(s=>s.group===t);e.push(A(l,1)[0])}),this.stepperStore.randomResults=e,e}else{let c=A(this.content.hotspots,this.content.showCount);return this.stepperStore.randomResults=c,c}}else return this.content.hotspots},imgAlt(A,c){return c?"Button Marker "+Number(A+1)+": "+c:"Button Marker "+Number(A+1)}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("hotspot");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("hotspot")}},rf={class:"imageMarker"},of=["src","alt"],ff={class:"hotspotArea"},mf=["src","alt"],uf=["innerHTML"],pf={key:1,class:"big_green"};function df(A,c,e,t,l,s){const a=n.resolveComponent("el-button"),o=n.resolveComponent("lab-feedback");return n.openBlock(),n.createElementBlock("div",rf,[n.createElementVNode("img",{src:e.content.image,alt:e.content.imageAlt},null,8,of),n.createElementVNode("div",ff,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(s.hotspots(),(r,f)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[s.showSpot(f)?(n.openBlock(),n.createBlock(a,{key:0,type:r.buttonType,onClick:n.withModifiers(i=>s.changePage(r,f),["stop"]),id:"hotspot_"+f,class:n.normalizeClass([["is-"+r.buttonShape,{noBG:r.buttonImage},r.class,s.spotDone(f)],"hotspot"]),style:n.normalizeStyle({top:s.pixelFormat(r.cordinatesX),left:s.pixelFormat(r.cordinatesY),width:s.pixelFormat(r.dimensionsW),height:s.pixelFormat(r.dimensionsH)}),icon:r.buttonIcon},{default:n.withCtx(()=>[r.buttonImage?(n.openBlock(),n.createElementBlock("img",{key:0,class:"im-ButtonImage",src:r.buttonImage,alt:s.imgAlt(f,r.buttonImageAlt)},null,8,mf)):n.createCommentVNode("",!0),n.createElementVNode("span",{class:"im-buttonText",innerHTML:r.name},null,8,uf),s.spotDone(f)?(n.openBlock(),n.createElementBlock("div",pf)):n.createCommentVNode("",!0)]),_:2},1032,["type","onClick","id","class","style","icon"])):n.createCommentVNode("",!0),s.showFeedback(f)?(n.openBlock(),n.createBlock(o,{key:1,content:r},null,8,["content"])):n.createCommentVNode("",!0)],64))),256))])])}const hf=P(af,[["render",df],["__scopeId","data-v-1c0c8a92"]]),h22="",gf={props:["content"],data(){return{imageReplaced:!1,imageSrc:this.content.image,imageAlt:this.content.imageAlt}},computed:{},methods:{pixelFormat(A){return this.stepperStore.pixelFormat(A)},async changeImage(A){this.imageReplaced=!0,this.imageSrc=this.content.hotspots[A].imageOverlay,this.imageAlt=this.content.hotspots[A].imageOverlayAlt,await this.stepperStore.finishSteps(),this.stepperStore.lastPageFocus()}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("instructions");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("instructions")}},Cf=["innerHTML"],Bf=["src","alt"],Lf={class:"hotspotArea"};function zf(A,c,e,t,l,s){const a=n.resolveComponent("el-col"),o=n.resolveComponent("el-button"),r=n.resolveComponent("el-row");return n.openBlock(),n.createBlock(r,{class:"imageReplacer"},{default:n.withCtx(()=>[n.createVNode(a,{span:12},{default:n.withCtx(()=>[n.createElementVNode("p",{class:"imageReplacerDescription",innerHTML:e.content.description},null,8,Cf)]),_:1}),n.createVNode(a,{span:12},{default:n.withCtx(()=>[n.createElementVNode("img",{class:"im-ButtonImage",src:l.imageSrc,alt:l.imageAlt},null,8,Bf),n.createElementVNode("div",Lf,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.content.hotspots,(f,i)=>(n.openBlock(),n.createBlock(o,{type:f.buttonType,onClick:n.withModifiers(m=>s.changeImage(i),["stop"]),class:"hotspot",style:n.normalizeStyle({top:s.pixelFormat(f.cordinatesX),left:s.pixelFormat(f.cordinatesY),width:s.pixelFormat(f.dimensionsW),height:s.pixelFormat(f.dimensionsH)}),icon:f.buttonIcon},null,8,["type","onClick","style","icon"]))),256))])]),_:1})]),_:1})}const Mf=P(gf,[["render",zf],["__scopeId","data-v-d6c87f03"]]),g22="",wf={props:["content"],data(){return{value1:0,marks:{}}},computed:{dark(){return this.content.dark?"dark":!1},imageCount(){return this.content.image.length-1},vertical(){return!!this.content.vertical},verticalClass(){return this.content.vertical?"is-vertical":!1}},methods:{pixelFormat(A){return this.stepperStore.pixelFormat(A)},populateMArks(){this.content.image.forEach((A,c)=>{this.marks[c]=A.mark})}},mounted(){this.stepperStore.finishSteps(),this.populateMArks()},beforeMount(){this.stepperStore=this.stepperMain()}},Qf={class:"image"},xf=["src","alt"],Ff=["innerHTML"],yf=["innerHTML"],bf=["innerHTML"];function Uf(A,c,e,t,l,s){const a=n.resolveComponent("el-slider");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["image-slider",[{verticalSlider:s.vertical},e.content.class]])},[n.createVNode(a,{class:n.normalizeClass(["imageSlide",s.dark]),modelValue:l.value1,"onUpdate:modelValue":c[0]||(c[0]=o=>l.value1=o),"show-tooltip":!1,vertical:s.vertical,step:1,"show-stops":"",max:s.imageCount,marks:l.marks},null,8,["class","modelValue","vertical","max","marks"]),n.createElementVNode("div",Qf,[n.createElementVNode("img",{src:e.content.image[l.value1].src,alt:e.content.image[l.value1].alt,class:n.normalizeClass(e.content.image[l.value1].class)},null,10,xf),n.createElementVNode("div",{class:"captionArea",style:n.normalizeStyle({width:A.captionWidth})},[e.content.image[l.value1].captionHeader?(n.openBlock(),n.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:e.content.image[l.value1].captionHeader},null,8,Ff)):n.createCommentVNode("",!0),e.content.image[l.value1].caption?(n.openBlock(),n.createElementBlock("span",{key:1,class:"caption",innerHTML:e.content.image[l.value1].caption},null,8,yf)):n.createCommentVNode("",!0),e.content.image[l.value1].copyright?(n.openBlock(),n.createElementBlock("span",{key:2,innerHTML:e.content.image[l.value1].copyright,class:"copyright"},null,8,bf)):n.createCommentVNode("",!0)],4)])],2)}const vf=P(wf,[["render",Uf],["__scopeId","data-v-87555ec2"]]),C22="",Sf={props:["content"],data(){return{showOverlay:!0}},computed:{overlayButtonText(){return this.showOverlay?"Hide Overlay":"Show Overlay"}},methods:{pixelFormat(A){return this.stepperStore.pixelFormat(A)},getSavedImage(){document.getElementById("canvasBlob").appendChild(this.stepperStore.getCanvasImage)}},mounted(){this.getSavedImage(),this.stepperStore.finishSteps()},beforeMount(){this.stepperStore=this.stepperMain()}},Nf={class:"imageCompare"},Ef={class:"hideCompareButtons"};function kf(A,c,e,t,l,s){const a=n.resolveComponent("el-button");return n.openBlock(),n.createElementBlock("div",Nf,[l.showOverlay?(n.openBlock(),n.createElementBlock("div",{key:0,class:"overlay",style:n.normalizeStyle("background: url("+e.content.overlay+")")},null,4)):n.createCommentVNode("",!0),c[1]||(c[1]=n.createElementVNode("div",{id:"canvasBlob"},null,-1)),n.createElementVNode("div",Ef,[n.createVNode(a,{size:"medium",type:"primary",onClick:c[0]||(c[0]=o=>l.showOverlay=!l.showOverlay)},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(s.overlayButtonText),1)]),_:1})])])}const Hf=P(Sf,[["render",kf],["__scopeId","data-v-0f3f694e"]]);var Z4=n.defineComponent({name:"CloseBold"});const If={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},Tf=n.createVNode("path",{fill:"currentColor",d:"M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z"},null,-1);function Df(A,c,e,t,l,s){return n.openBlock(),n.createBlock("svg",If,[Tf])}Z4.render=Df,Z4.__file="packages/components/CloseBold.vue";const _f=Z4;var A3=n.defineComponent({name:"Histogram"});const Kf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},Of=n.createVNode("path",{fill:"currentColor",d:"M416 896V128h192v768H416zm-288 0V448h192v448H128zm576 0V320h192v576H704z"},null,-1);function Vf(A,c,e,t,l,s){return n.openBlock(),n.createBlock("svg",Kf,[Of])}A3.render=Vf,A3.__file="packages/components/Histogram.vue";const sA=A3,B22="",Rf={components:{CloseBold:_f},props:["content"],data(){return{show:!0}},computed:{getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts},feedbackHeader(){return this.stepperStore.getShowFeedbackAttempts?"Too Many Attempts":this.content.feedbackHeader},feedbackWidth(){return this.content.feedbackWidth?this.content.feedbackWidth:"50%"}},methods:{feedbackClose(){this.content.finalInstructions&&(this.stepperStore.completedDirections[this.stepperStore.currentPage].display=!1),this.content.instructions&&(this.stepperStore.directions[this.stepperStore.currentPage].display=!1),this.content.stepDirections&&(this.stepperStore.stepDirectionsArray[this.stepperStore.stepPage].display=!1),this.stepperStore.showFeedback=!1,this.stepperStore.showFeedbackAttempts=!1,this.stepperStore.lastPageFocus()},renderMath(){this.$mathjax&&MathJax.typesetPromise().then(()=>{console.log("MathJax typesetting done!")}).catch(A=>{console.error("MathJax typesetting failed:",A)})}},mounted(){this.renderMath()},beforeMount(){var A,c;this.stepperStore=this.stepperMain(),((A=this.content.feedbackContent)==null?void 0:A.type)==="media"&&((c=this.content.feedbackContent.fieldValues)==null?void 0:c.kalturaType)==="video"&&(this.content.feedbackContent.fieldValues.width="480",this.content.feedbackContent.fieldValues.height="360",this.content.feedbackWidth="80%")}},Pf={key:0,class:"el-overlay",style:{"z-index":"5000"}},Gf={"aria-modal":"true",class:"el-overlay-dialog",role:"dialog"},Wf={class:"el-dialog__header"},Xf={class:"my-header"},qf=["id","innerHTML"],Yf={class:"el-dialog__body"},Jf=["innerHTML"],jf={key:1},$f={key:0},Zf=["innerHTML"],Am=["src"],cm=["innerHTML"],em={class:"el-dialog__footer"},tm={class:"dialog-footer"};function lm(A,c,e,t,l,s){var m;const a=n.resolveComponent("CloseBold"),o=n.resolveComponent("el-icon"),r=n.resolveComponent("el-button"),f=n.resolveComponent("lab-kaltura"),i=n.resolveComponent("lab-image");return l.show?(n.openBlock(),n.createElementBlock("div",Pf,[n.createElementVNode("div",Gf,[n.createElementVNode("div",{class:n.normalizeClass(["el-dialog",[((m=e.content.feedbackContent)==null?void 0:m.type)==="media"?"video_dialog":""]]),style:n.normalizeStyle({width:s.feedbackWidth}),tabindex:"-1"},[n.createElementVNode("header",Wf,[n.createElementVNode("div",Xf,[n.createElementVNode("h4",{id:A.titleId,class:n.normalizeClass(["el-dialog__title",A.titleClass]),innerHTML:s.feedbackHeader},null,10,qf)]),n.createVNode(r,{class:"el-dialog__headerbtn",size:"small",type:"primary",onClick:c[0]||(c[0]=n.withModifiers(u=>s.feedbackClose(),["stop"]))},{default:n.withCtx(()=>[n.createVNode(o,null,{default:n.withCtx(()=>[n.createVNode(a)]),_:1})]),_:1})]),n.createElementVNode("div",Yf,[s.getShowFeedbackAttempts?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[e.content.feedbackAttempts?(n.openBlock(),n.createElementBlock("p",{key:0,innerHTML:e.content.feedbackAttempts},null,8,Jf)):(n.openBlock(),n.createElementBlock("p",jf,"You have tried too many times, the correct answer has been provided for you."))],64)):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[e.content.feedbackContent?(n.openBlock(),n.createElementBlock("div",$f,[e.content.feedbackContent.type==="media"?(n.openBlock(),n.createBlock(f,{key:0,content:e.content.feedbackContent.fieldValues,class:n.normalizeClass([e.content.feedbackContent.fieldValues.class,{video:e.content.feedbackContent.fieldValues.kalturaType==="video"}])},null,8,["content","class"])):n.createCommentVNode("",!0),e.content.feedbackContent.type==="image"?(n.openBlock(),n.createBlock(i,{key:1,content:e.content.feedbackContent.fieldValues},null,8,["content"])):n.createCommentVNode("",!0),n.createElementVNode("p",{innerHTML:e.content.feedbackContent.directions},null,8,Zf)])):n.createCommentVNode("",!0),e.content.feedbackImage?(n.openBlock(),n.createElementBlock("img",{key:1,class:"im-ButtonImage",src:e.content.feedbackImage,alt:"button image"},null,8,Am)):n.createCommentVNode("",!0),n.createElementVNode("p",{innerHTML:e.content.feedback},null,8,cm)],64))]),n.createElementVNode("footer",em,[n.createElementVNode("span",tm,[n.createVNode(r,{size:"small",id:"feedbackClose",type:"primary",onClick:c[1]||(c[1]=n.withModifiers(u=>s.feedbackClose(),["stop"]))},{default:n.withCtx(()=>[...c[2]||(c[2]=[n.createTextVNode("Close",-1)])]),_:1})])])],6)])])):n.createCommentVNode("",!0)}const nA=P(Rf,[["render",lm]]),L22="",sm={components:{},props:["content"],data(){return{quizArray:[],quizOptions:[],quizItemCompleted:[],input:[],totalAttempts:99,correctChoices:[],feedbackObject:{},value1:""}},watch:{},computed:{quizArrayCount(){return this.quizArray.length-1},getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts},textResultAnswer(){const A="page",c=this.content.textResultsPage;return this.stepperStore.results.find(l=>l[A]===c).correctAnswer[0]}},methods:{quizArrayCompleted(A){return!(this.quizItemCompleted.includes(A)||A===0)},prepareQuiz(){this.quizArray=this.content.quiz.split("*_").filter(A=>A),this.content.options.forEach((A,c)=>{A.options?A.random?this.quizOptions.push(this.shuffle(A.options)):this.quizOptions.push(A.options):this.quizOptions.push(!1)})},quizType(A){return this.content.options[A]&&this.content.options[A].type?this.content.options[A].type:!1},quizDisplay(A){return this.content.options[A]&&this.content.options[A].display?this.content.options[A].display:"Select"},quizClass(A){return this.content.options[A]&&this.content.options[A].class?this.content.options[A].class:""},shuffle(A){let c=A.length,e;for(;c!=0;)e=Math.floor(Math.random()*c),c--,[A[c],A[e]]=[A[e],A[c]];return A},choicesCheck(){if(this.content.attempts===0||this.getAttempt<this.content.attempts){let A=!0,c=!1;this.input.length===0?this.content.options[0].stopFlow&&(c=!0,this.feedbackObject.feedbackHeader=this.content.options[0].notSelectedHeader,this.feedbackObject.feedback=this.content.options[0].notSelectedBody):this.content.options.forEach((e,t)=>{this.input[t]?this.input[t]!==this.content.options[t].answer&&(A=!1):this.content.options[this.input.length].stopFlow&&(c=!0,this.feedbackObject.feedbackHeader=this.content.options[this.input.length].notSelectedHeader,this.feedbackObject.feedback=this.content.options[this.input.length].notSelectedBody)}),this.stepperStore.attempts=this.getAttempt+1,A===!0&&this.input.length===this.quizArray.length?(this.choicesComplete(!0),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(c||(this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback),this.content.attempts===0&&this.choicesComplete(!0),this.stepperStore.attempts=this.getAttempt+1)}else this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.stepperStore.showFeedbackAttempts=!0,this.choicesComplete(!1);this.stepperStore.showFeedback=!0,setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(A){let c=[],e="not correct";this.quizArray.forEach((a,o)=>{this.input[o]?this.input[o]=this.content.options[o].answer:this.input.push(this.content.options[o].answer),c.push(this.content.options[o].answer),this.quizItemCompleted.push(o+1)}),A&&(e="correct");let t={page:this.stepperStore.stepPage,result:e,correctAnswer:c},l=this.stepperStore.results.find(a=>a.page===this.stepperStore.stepPage),s=this.stepperStore.results.indexOf(l);l?this.stepperStore.results.fill(l.result=e,s,s++):this.stepperStore.results.push(t),this.stepperStore.finishSteps()},choicesMade(A){this.quizItemCompleted.includes(A+1)===!1&&this.quizItemCompleted.push(A+1)},showFeedback(){return!!this.stepperStore.getShowFeedback}},mounted(){if(this.prepareQuiz(),this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("el-input__inner");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("el-input__inner"),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},nm={key:0,class:"textResults"},am=["innerHTML"],rm=["innerHTML"];function om(A,c,e,t,l,s){const a=n.resolveComponent("el-option"),o=n.resolveComponent("el-select"),r=n.resolveComponent("el-date-picker"),f=n.resolveComponent("el-button"),i=n.resolveComponent("lab-feedback");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["drop-down",e.content.class])},[e.content.textResults?(n.openBlock(),n.createElementBlock("div",nm,[e.content.textResultsHeader?(n.openBlock(),n.createElementBlock("p",{key:0,class:"textResultsHeader",innerHTML:e.content.textResultsHeader},null,8,am)):n.createCommentVNode("",!0),n.createElementVNode("p",{innerHTML:s.textResultAnswer},null,8,rm),c[1]||(c[1]=n.createElementVNode("hr",null,null,-1))])):n.createCommentVNode("",!0),n.createElementVNode("p",null,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.quizArray,(m,u)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createElementVNode("span",{class:n.normalizeClass(s.quizClass(u))},[n.createElementVNode("span",{class:n.normalizeClass("quizText quizSection_"+u)},n.toDisplayString(m)+" ",3),s.quizType(u)==="choose"?(n.openBlock(),n.createBlock(o,{key:0,onChange:d=>s.choicesMade(u),modelValue:l.input[u],"onUpdate:modelValue":d=>l.input[u]=d,placeholder:s.quizDisplay(u)},{default:n.withCtx(()=>[s.quizArrayCompleted(u)?n.createCommentVNode("",!0):(n.openBlock(!0),n.createElementBlock(n.Fragment,{key:0},n.renderList(l.quizOptions[u],d=>(n.openBlock(),n.createBlock(a,{key:d,label:d,value:d},null,8,["label","value"]))),128))]),_:2},1032,["onChange","modelValue","onUpdate:modelValue","placeholder"])):n.createCommentVNode("",!0),s.quizType(u)==="date"?(n.openBlock(),n.createBlock(r,{key:1,onChange:d=>s.choicesMade(u),modelValue:l.input[u],"onUpdate:modelValue":d=>l.input[u]=d,type:"date",placeholder:s.quizDisplay(u),format:e.content.options[u].format,"value-format":e.content.options[u].format,disabled:s.quizArrayCompleted(u)},null,8,["onChange","modelValue","onUpdate:modelValue","placeholder","format","value-format","disabled"])):n.createCommentVNode("",!0)],2),c[2]||(c[2]=n.createTextVNode("  ",-1))],64))),256))]),n.createVNode(f,{size:"small",type:"primary",class:"drop-down-submit",onClick:c[0]||(c[0]=m=>s.choicesCheck())},{default:n.withCtx(()=>[...c[3]||(c[3]=[n.createTextVNode("Submit",-1)])]),_:1}),s.showFeedback()?(n.openBlock(),n.createBlock(i,{key:1,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0)],2)}const im=P(sm,[["render",om]]),z22="",fm={components:{},props:["content"],data(){return{quizArray:[],input:[],totalAttempts:99,correctChoices:[],feedbackObject:{}}},watch:{},computed:{quizArrayCount(){return this.quizArray.length-1},getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{prepareQuiz(){this.quizArray=this.content.quiz.split("*_")},choicesCheck(){this.getAttempt<this.content.attempts?(this.input.forEach((A,c)=>{if(this.content.answers[c]===A)this.correctChoices.includes(c)===!1&&this.correctChoices.push(c);else if(this.correctChoices.includes(c)===!0){let e=this.correctChoices.indexOf(c);this.correctChoices.splice(e,1)}}),this.input.length===0?(this.feedbackObject.feedbackHeader="You did not enter an answer",this.feedbackObject.feedback="Please enter your choice in the input field"):this.correctChoices.length===this.content.answers.length?(this.choicesComplete(!0),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(this.stepperStore.attempts=this.getAttempt+1,this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback)):(this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.stepperStore.showFeedbackAttempts=!0,this.choicesComplete(!1)),this.stepperStore.showFeedback=!0,setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(A){let c=[],e="not correct";this.input.forEach((a,o)=>{this.input[o]=this.content.answers[o],c.push(this.content.answers[o])}),A&&(e="correct");let t={page:this.stepperStore.stepPage,result:e,correctAnswer:c},l=this.stepperStore.results.find(a=>a.page===this.stepperStore.stepPage),s=this.stepperStore.results.indexOf(l);l?this.stepperStore.results.fill(l.result=e,s,s++):this.stepperStore.results.push(t),this.stepperStore.finishSteps()},showFeedback(){return!!this.stepperStore.getShowFeedback}},mounted(){if(this.prepareQuiz(),this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("el-input__inner");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("el-input__inner"),this.content.attempts&&(this.totalAttempts=this.content.attempts)}};function mm(A,c,e,t,l,s){const a=n.resolveComponent("el-input"),o=n.resolveComponent("el-button"),r=n.resolveComponent("lab-feedback");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["fill-blank",e.content.class])},[n.createElementVNode("p",null,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.quizArray,(f,i)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createTextVNode(n.toDisplayString(f),1),i<s.quizArrayCount?(n.openBlock(),n.createBlock(a,{key:0,modelValue:l.input[i],"onUpdate:modelValue":m=>l.input[i]=m,placeholder:"Please input",size:"small"},null,8,["modelValue","onUpdate:modelValue"])):n.createCommentVNode("",!0)],64))),256))]),n.createVNode(o,{size:"small",type:"primary",class:"fill-blank-submit",onClick:c[0]||(c[0]=f=>s.choicesCheck())},{default:n.withCtx(()=>[...c[1]||(c[1]=[n.createTextVNode("Submit",-1)])]),_:1}),s.showFeedback()?(n.openBlock(),n.createBlock(r,{key:0,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0)],2)}const um=P(fm,[["render",mm]]),M22="",pm={components:{Feedback:nA},props:["content"],data(){return{quizArray:[],quizArrayInputKeys:[],input:[],totalAttempts:99,correctChoices:[],feedbackObject:{}}},watch:{input:{handler:function(A){},deep:!0}},computed:{getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts},imageSrc(){return this.content.quiz_image.src.slice(-3)==="gif"?`${this.content.quiz_image.src}?src=${Math.round(Math.random()*Date.now())}`:this.content.src}},methods:{prepareQuiz(){this.quizArray=this.content.quiz.split("*"),this.quizArray.forEach((A,c)=>{A==="_"&&this.quizArrayInputKeys.push(c),this.input[c]=""})},keyBoardLayout(){let A="";return this.content.keyboard==="geometry"?A=[{label:"123",rows:[[{label:"x",shift:"y"},{label:"s",shift:"m"},{label:"[separator]",width:.5},"7","8","9","[/]",{label:"[separator]",width:.5},"\\frac{#?}{#?}","#@^{#?}","#@_{#?}"],["\\lt","\\gt",{label:"[separator]",width:.5},"4","5","6","[*]",{label:"[separator]",width:.5},"\\sqrt{#?}","\\sqrt[#?]{#?}","\\imaginaryI"],["\\le","\\ge",{label:"[separator]",width:.5},"1","2","3","[-]",{label:"[separator]",width:.5},{label:"\\sin",shift:"\\arcsin"},{label:"\\cos",shift:"\\arccos"},{label:"\\tan",shift:"\\arctan"}],["(",")",{label:"[separator]",width:.5},"0",".","[=]","[+]",{label:"[separator]",width:.5},"\\pi",{label:"[backspace]",width:2}],[{label:"[shift]",width:2},{label:"[separator]",width:.5},"[left]",{label:" ",width:2},"[right]",{label:"[separator]",width:1.5},{label:"[separator]",width:1},{label:"[return]",width:1}]]},"alphabetic"]:this.content.keyboard==="numberpad"&&(A=[{label:"123",rows:[["7","8","9","[/]",{label:"[separator]",width:.5},{label:"[backspace]",width:1}],["4","5","6","[*]",{label:"[separator]",width:.5},"\\frac{#?}{#?}"],["1","2","3","[-]",{label:"[separator]",width:.5},"#@^{#?}"],["0",".","[=]","[+]",{label:"[separator]",width:.5},"#@_{#?}"],["[left]",{label:" ",width:2},"[right]",{label:"[separator]",width:.5},{label:"[return]",width:1}]]}]),A},prepareMathLive(){mathVirtualKeyboard.show(),this.quizArray.forEach((A,c)=>{if(A==="_"){let e=document.getElementById("mf_"+c);e.mathVirtualKeyboardPolicy="sandboxed",e.addEventListener("click",t=>{mathVirtualKeyboard.layouts=this.keyBoardLayout(),mathVirtualKeyboard.show()}),e.addEventListener("focus",t=>{mathVirtualKeyboard.layouts=this.keyBoardLayout(),mathVirtualKeyboard.show()}),e.addEventListener("focusout",t=>{mathVirtualKeyboard.hide()}),e.addEventListener("blur",t=>{mathVirtualKeyboard.hide()}),e.addEventListener("input",t=>{let l=e.getValue();this.input[c]=l,this.renderMath(),e.setValue(l,{silenceNotifications:!0})})}})},choicesCheck(){if(this.getAttempt<this.content.attempts){let A=!0,c=0;this.quizArrayInputKeys.forEach((e,t)=>{if(this.input[e]!==""&&(A=!1),console.log(this.content.answers[c],this.input[e]),this.content.answers[c].indexOf(";")>-1){let l=!1;if(this.content.answers[c].split(";").forEach(s=>{console.log(t,e),s===this.input[e]&&(l=!0)}),l)this.correctChoices.includes(e)===!1&&this.correctChoices.push(e);else if(this.correctChoices.includes(e)===!0){let s=this.correctChoices.indexOf(e);this.correctChoices.splice(s,1)}}else if(this.content.answers[c]===this.input[e])this.correctChoices.includes(e)===!1&&this.correctChoices.push(e);else if(this.correctChoices.includes(e)===!0){let l=this.correctChoices.indexOf(e);this.correctChoices.splice(l,1)}c++}),A?(this.feedbackObject.feedbackHeader="You did not enter an answer",this.feedbackObject.feedback="Please enter your choice in the input field"):this.correctChoices.length===this.content.answers.length?(this.choicesComplete(!0),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(this.stepperStore.attempts=this.getAttempt+1,this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback)}else this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.stepperStore.showFeedbackAttempts=!0,this.choicesComplete(!1);this.stepperStore.showFeedback=!0,setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(A){let c=[],e="not correct";this.quizArrayInputKeys.forEach((a,o)=>{let r="";this.content.answers[o].indexOf(";")>-1?r=this.content.answers[o].split(";")[0]:r=this.content.answers[o],this.input[a]=r,c.push(r),document.getElementById("mf_"+a).setValue(r,{silenceNotifications:!0})}),A&&(e="correct");let t={page:this.stepperStore.stepPage,result:e,correctAnswer:c},l=this.stepperStore.results.find(a=>a.page===this.stepperStore.stepPage),s=this.stepperStore.results.indexOf(l);l?this.stepperStore.results.fill(l.result=e,s,s++):this.stepperStore.results.push(t),this.stepperStore.finishSteps()},showFeedback(){return!!this.stepperStore.getShowFeedback},renderMath(){this.$mathjax&&MathJax.typesetPromise().then(()=>{console.log("MathJax typesetting done!")}).catch(A=>{console.error("MathJax typesetting failed:",A)})},leftColWidth(A){return A?Number(A):12},rightColWidth(A){return A?24-Number(A):A?12:24}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("quizInput");setTimeout(()=>{A[0].focus()})}this.prepareMathLive(),this.renderMath()},beforeMount(){this.prepareQuiz(),this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("quizInput"),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},dm=["src","alt"],hm=["innerHTML"],gm=["innerHTML"],Cm=["innerHTML"],Bm=["innerHTML"],Lm={key:0};function zm(A,c,e,t,l,s){const a=n.resolveComponent("el-col"),o=n.resolveComponent("math-field"),r=n.resolveComponent("el-row"),f=n.resolveComponent("el-button"),i=n.resolveComponent("feedback");return n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(r,{class:n.normalizeClass(["fill-blank",e.content.class])},{default:n.withCtx(()=>{var m;return[e.content.quiz_image?(n.openBlock(),n.createBlock(a,{key:0,span:s.leftColWidth(e.content.quiz_image.colWidth)},{default:n.withCtx(()=>[n.createElementVNode("img",{src:s.imageSrc,alt:e.content.quiz_image.alt,class:n.normalizeClass(e.content.quiz_image.class)},null,10,dm),e.content.quiz_image.captionHeader?(n.openBlock(),n.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:e.content.quiz_image.captionHeader},null,8,hm)):n.createCommentVNode("",!0),e.content.quiz_image.caption?(n.openBlock(),n.createElementBlock("span",{key:1,class:"caption",innerHTML:e.content.quiz_image.caption},null,8,gm)):n.createCommentVNode("",!0),e.content.quiz_image.copyright?(n.openBlock(),n.createElementBlock("span",{key:2,innerHTML:e.content.quiz_image.copyright,class:"copyright"},null,8,Cm)):n.createCommentVNode("",!0)]),_:1},8,["span"])):n.createCommentVNode("",!0),n.createVNode(a,{span:s.rightColWidth((m=e.content.quiz_image)==null?void 0:m.colWidth)},{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.quizArray,(u,d)=>(n.openBlock(),n.createElementBlock("p",null,[u!=="_"?(n.openBlock(),n.createElementBlock("span",{key:0,class:"quizText",innerHTML:u},null,8,Bm)):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[n.createVNode(o,{class:"quizInput",id:"mf_"+d,style:{},"default-mode":e.content.mathMode},null,8,["id","default-mode"]),e.content.showLatext?(n.openBlock(),n.createElementBlock("span",Lm,n.toDisplayString(l.input[d]),1)):n.createCommentVNode("",!0)],64))]))),256))]),_:1},8,["span"])]}),_:1},8,["class"]),n.createVNode(f,{size:"small",type:"primary",class:"fill-blank-submit",onClick:c[0]||(c[0]=m=>s.choicesCheck())},{default:n.withCtx(()=>[...c[1]||(c[1]=[n.createTextVNode("Submit",-1)])]),_:1}),s.showFeedback()?(n.openBlock(),n.createBlock(i,{key:0,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0)],64)}const Mm=P(pm,[["render",zm]]),w22="",wm={components:{},props:["content"],data(){return{feedbackIndex:-1,totalAttempts:99}},computed:{getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{leftColWidth(){return this.content.leftColWidth?Number(this.content.leftColWidth):12},rightColWidth(){return this.content.leftColWidth?this.content.leftColWidth<24?24-this.content.leftColWidth:24:12},pixelFormat(A){return this.stepperStore.pixelFormat(A)},choicesComplete(A){let c,e="not correct",t=document.querySelectorAll(".selectableButton");for(let o=0;o<t.length;o++)t[o].classList.add("is-failure"),t[o].setAttribute("disabled",!0),this.content.choices[o].correct&&(t[o].classList.add("is-success"),c=this.content.choices[o].text);A&&(e="correct");let l={page:this.stepperStore.stepPage,result:e,correctAnswer:c},s=this.stepperStore.results.find(o=>o.page===this.stepperStore.stepPage),a=this.stepperStore.results.indexOf(s);s?this.stepperStore.results.fill(s.result=e,a,a++):this.stepperStore.results.push(l),this.stepperStore.finishSteps()},choicesCheck(A){this.getAttempt<Number(this.content.attempts)?this.content.choices[A].correct===!0?this.choicesComplete(!0):this.stepperStore.attempts=this.getAttempt+1:(this.content.choices[A].correct!==!0&&(this.stepperStore.showFeedbackAttempts=!0),this.choicesComplete(!1)),this.feedbackIndex=A,this.stepperStore.showFeedback=!0,setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},shuffledChoices(){let A=this.content.choices;for(let c=A.length-1;c>0;c--){const e=Math.floor(Math.random()*(c+1));[A[c],A[e]]=[A[e],A[c]]}this.content.choices=A},showFeedback(A){return!!(this.stepperStore.getShowFeedback&&this.feedbackIndex===A)}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("selectableButton");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("selectableButton"),this.feedbackIndex=-1,this.content.ordered||this.shuffledChoices(),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},Qm=["innerHTML"],xm={class:"selectArea"},Fm={class:"buttonSpan"},ym=["src","alt"],bm={class:"selectable-buttonText"},Um=["innerHTML"],vm={class:"buttonSpan"},Sm=["src","alt"],Nm={class:"selectable-buttonText"};function Em(A,c,e,t,l,s){const a=n.resolveComponent("lab-image"),o=n.resolveComponent("el-col"),r=n.resolveComponent("el-divider"),f=n.resolveComponent("el-button"),i=n.resolveComponent("lab-feedback"),m=n.resolveComponent("el-row");return n.openBlock(),n.createBlock(m,{id:e.content.id,class:n.normalizeClass(["selectable",e.content.classes])},{default:n.withCtx(()=>[e.content.image?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[n.createVNode(o,{span:s.leftColWidth(A.index)},{default:n.withCtx(()=>[e.content.image?(n.openBlock(),n.createBlock(a,{key:0,content:e.content.image,image:{supportImage:!0}},null,8,["content"])):n.createCommentVNode("",!0)]),_:1},8,["span"]),n.createVNode(o,{span:s.rightColWidth(A.index)},{default:n.withCtx(()=>[e.content.quiz?(n.openBlock(),n.createElementBlock("p",{key:0,innerHTML:e.content.quiz},null,8,Qm)):n.createCommentVNode("",!0),n.createElementVNode("div",xm,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.content.choices,(u,d)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[!e.content.noDivider&&d>0?(n.openBlock(),n.createBlock(r,{key:0})):n.createCommentVNode("",!0),n.createVNode(f,{size:"small",type:"primary",class:"selectableButton",style:n.normalizeStyle({width:s.pixelFormat(e.content.choiceWidth),height:s.pixelFormat(e.content.choiceHeight)}),onClick:p=>s.choicesCheck(d)},{default:n.withCtx(()=>[n.createElementVNode("div",Fm,[u.image?(n.openBlock(),n.createElementBlock("img",{key:0,class:"im-ButtonImage",src:u.image,alt:u.alt?u.alt:"button image"},null,8,ym)):n.createCommentVNode("",!0),n.createElementVNode("span",bm,n.toDisplayString(u.text),1)])]),_:2},1032,["style","onClick"]),s.showFeedback(d)?(n.openBlock(),n.createBlock(i,{key:1,content:u},null,8,["content"])):n.createCommentVNode("",!0)],64))),256))])]),_:1},8,["span"])],64)):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[n.createVNode(o,{span:12},{default:n.withCtx(()=>[e.content.quiz?(n.openBlock(),n.createElementBlock("p",{key:0,innerHTML:e.content.quiz},null,8,Um)):n.createCommentVNode("",!0)]),_:1}),n.createVNode(o,{span:12,class:"selectArea"},{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.content.choices,(u,d)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[!e.content.noDivider&&d>0?(n.openBlock(),n.createBlock(r,{key:0})):n.createCommentVNode("",!0),n.createVNode(f,{size:"small",type:"primary",class:"selectableButton",style:n.normalizeStyle({width:s.pixelFormat(e.content.choiceWidth),height:s.pixelFormat(e.content.choiceHeight)}),onClick:p=>s.choicesCheck(d)},{default:n.withCtx(()=>[n.createElementVNode("div",vm,[u.image?(n.openBlock(),n.createElementBlock("img",{key:0,class:"im-ButtonImage",src:u.image,alt:u.alt?u.alt:"button image"},null,8,Sm)):n.createCommentVNode("",!0),n.createElementVNode("span",Nm,n.toDisplayString(u.text),1)])]),_:2},1032,["style","onClick"]),s.showFeedback(d)?(n.openBlock(),n.createBlock(i,{key:1,content:u},null,8,["content"])):n.createCommentVNode("",!0)],64))),256))]),_:1})],64))]),_:1},8,["id","class"])}const km=P(wm,[["render",Em],["__scopeId","data-v-a874847a"]]),Q22="",Hm={components:{},props:["content"],data(){return{input:"",totalAttempts:99,correctChoices:[],feedbackObject:{}}},watch:{},computed:{getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{choicesCheck(){if(this.content.noGrade)this.choicesComplete(!0,this.input),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback;else if(this.getAttempt<this.content.attempts){let A=!1;this.content.answers.forEach((c,e)=>{let t=c.toLowerCase();this.input.toLowerCase().includes(t)||(A=!0)}),A?(this.stepperStore.attempts=this.getAttempt+1,this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback):(this.choicesComplete(!0),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback)}else this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.stepperStore.showFeedbackAttempts=!0,this.choicesComplete(!1);this.stepperStore.showFeedback=!0,setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(A,c){let e=[],t="not correct";this.content.noGrade?e.push(c):this.content.answers.forEach(o=>{e.push(o)}),A&&(t="correct");let l={page:this.stepperStore.stepPage,result:t,correctAnswer:e},s=this.stepperStore.results.find(o=>o.page===this.stepperStore.stepPage),a=this.stepperStore.results.indexOf(s);s?this.stepperStore.results.fill(s.result=t,a,a++):this.stepperStore.results.push(l),this.stepperStore.finishSteps()},showFeedback(){return!!this.stepperStore.getShowFeedback},renderMath(){this.$mathjax&&MathJax.typesetPromise().then(()=>{console.log("MathJax typesetting done!")}).catch(A=>{console.error("MathJax typesetting failed:",A)})}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("el-textarea__inner");setTimeout(()=>{A[0].focus()})}this.content.input&&(this.input=this.content.input,this.choicesComplete(!0,this.content.input),this.stepperStore.finishSteps()),this.renderMath()},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("el-textarea__inner"),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},Im=["innerHTML"];function Tm(A,c,e,t,l,s){const a=n.resolveComponent("el-input"),o=n.resolveComponent("el-button"),r=n.resolveComponent("lab-feedback");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["textbox",e.content.class])},[n.createElementVNode("div",{innerHTML:e.content.quiz},null,8,Im),n.createVNode(a,{modelValue:l.input,"onUpdate:modelValue":c[0]||(c[0]=f=>l.input=f),autosize:{minRows:4,maxRows:8},type:"textarea",placeholder:"Please input"},null,8,["modelValue"]),this.content.input?n.createCommentVNode("",!0):(n.openBlock(),n.createBlock(o,{key:0,size:"small",type:"primary",class:"fill-blank-submit",onClick:c[1]||(c[1]=f=>s.choicesCheck())},{default:n.withCtx(()=>[...c[2]||(c[2]=[n.createTextVNode("Submit",-1)])]),_:1})),s.showFeedback()?(n.openBlock(),n.createBlock(r,{key:1,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0)],2)}const Dm=P(Hm,[["render",Tm]]),x22="",_m={components:{},props:["content"],data(){return{quizArray:[],quizOptions:[],input:[],totalAttempts:99,correctChoices:[],feedbackObject:{},value1:"",showMenuOverlay:!1}},watch:{},computed:{getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{showSub(A){let c=document.getElementById(A);c.classList.contains("jl-menu-sub_show")?(this.showMenuOverlay=!1,this.hideSubs()):(this.showMenuOverlay=!0,c.classList.add("jl-menu-sub_show"))},showSubSub(A){let c=document.getElementById(A);c.classList.contains("jl-menu-sub-sub_show")?(this.showMenuOverlay=!1,this.hideSubs()):(this.showMenuOverlay=!0,c.classList.add("jl-menu-sub-sub_show"))},hideSubs(){this.showMenuOverlay=!1;let A=document.getElementsByClassName("jl-menu-sub_show");for(;A.length>0;)A[0].classList.remove("jl-menu-sub_show");let c=document.getElementsByClassName("jl-menu-sub-sub_show");for(;c.length>0;)c[0].classList.remove("jl-menu-sub-sub_show")},choicesCheck(A){this.hideSubs();let c=!1,e="";if(this.getAttempt<this.content.attempts){if(console.log("got some left"),typeof A=="string"){let t=A.split("-");t.forEach((l,s)=>{t[s]=Number(l)}),t.length===2?this.content.menu[t[0]].subMenu[t[1]].correct&&(this.content.menu[t[0]].subMenu[t[1]].page&&(e=this.content.menu[t[0]].subMenu[t[1]].page),c=!0):t.length===3&&this.content.menu[t[0]].subMenu[t[1]].subMenu[t[2]].correct&&(this.content.menu[t[0]].subMenu[t[1]].subMenu[t[2]].page&&(e=this.content.menu[t[0]].subMenu[t[1]].subMenu[t[2]].page),c=!0)}else this.content.menu[A].correct&&(this.content.menu[A].page&&(e=this.content.menu[A].page),c=!0);c?(this.choicesComplete(e),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(this.stepperStore.attempts=this.getAttempt+1,this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback)}else this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.feedbackAttempts,this.choicesComplete();e===""&&(this.stepperStore.showFeedback=!0),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(A){this.stepperStore.finishSteps(),typeof A<"u"&&A!==""&&(this.stepperStore.currentPage=A)},showFeedback(){return!!this.stepperStore.getShowFeedback}},mounted(){this.stepperStore.getDirections.display===!1&&(document.getElementsByClassName("jl-menu-sub"),setTimeout(()=>{}))},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("jl-menu-sub"),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},Km={key:0},Om=["index","onClick"],Vm={class:"jl-menu-sub__title"},Rm=["id"],Pm=["index","onClick"],Gm={class:"jl-menu-sub-sub__title"},Wm=["id"],Xm=["index","onClick"],qm=["onClick"],Ym={key:1,class:"jl-menu-item"},Jm=["index","onClick"];function jm(A,c,e,t,l,s){const a=n.resolveComponent("CaretBottom"),o=n.resolveComponent("el-icon"),r=n.resolveComponent("CaretRight"),f=n.resolveComponent("lab-feedback");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["menu-chooser",e.content.class])},[l.showMenuOverlay?(n.openBlock(),n.createElementBlock("div",{key:0,class:"nav-mask",onClick:c[0]||(c[0]=(...i)=>s.hideSubs&&s.hideSubs(...i))})):n.createCommentVNode("",!0),n.createElementVNode("p",null,n.toDisplayString(e.content.quiz),1),n.createElementVNode("div",{class:"jl-menu",onSelect:c[1]||(c[1]=(...i)=>s.choicesCheck&&s.choicesCheck(...i))},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.content.menu,(i,m)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[i.subMenu?(n.openBlock(),n.createElementBlock("div",Km,[n.createElementVNode("button",{class:n.normalizeClass("jl-menu-sub sub-"+m),index:m,tabindex:"0",role:"menuitem",onClick:n.withModifiers(u=>s.showSub("sub-"+m),["stop"])},[n.createElementVNode("div",Vm,[n.createTextVNode(n.toDisplayString(i.name)+" ",1),n.createVNode(o,null,{default:n.withCtx(()=>[n.createVNode(a)]),_:1})])],10,Om),n.createElementVNode("div",{class:"jl-menu-sub-menu",id:"sub-"+m},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(i.subMenu,(u,d)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[u.subMenu?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[n.createElementVNode("button",{class:n.normalizeClass("jl-menu-sub-sub sub-sub-"+d),index:m+"-"+d,tabindex:"0",role:"menuitem",onClick:n.withModifiers(p=>s.showSubSub("sub-sub-"+m),["stop"])},[n.createElementVNode("div",Gm,[n.createTextVNode(n.toDisplayString(u.name),1),n.createVNode(o,null,{default:n.withCtx(()=>[n.createVNode(r)]),_:1})])],10,Pm),n.createElementVNode("div",{class:"jl-menu-sub-sub-menu",id:"sub-sub-"+m},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(u.subMenu,(p,h)=>(n.openBlock(),n.createElementBlock("button",{class:"jl-menu-sub-sub-item",index:m+"-"+d+"-"+h,tabindex:"0",role:"menuitem",onClick:n.withModifiers(B=>s.choicesCheck(m+"-"+d+"-"+h),["stop"])},[n.createElementVNode("div",null,n.toDisplayString(p.name),1)],8,Xm))),256))],8,Wm)],64)):(n.openBlock(),n.createElementBlock("button",{key:1,class:"jl-menu-sub-item",tabindex:"0",role:"menuitem",onClick:n.withModifiers(p=>s.choicesCheck(m+"-"+d),["stop"])},[n.createElementVNode("div",null,n.toDisplayString(u.name),1)],8,qm))],64))),256))],8,Rm)])):(n.openBlock(),n.createElementBlock("div",Ym,[n.createElementVNode("button",{class:"jl-menu-sub",index:m,tabindex:"0",role:"menuitem",onClick:n.withModifiers(u=>s.choicesCheck(m),["stop"])},n.toDisplayString(i.name),9,Jm)]))],64))),256))],32),s.showFeedback()?(n.openBlock(),n.createBlock(f,{key:1,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0)],2)}const $m=P(_m,[["render",jm]]),F22="",Zm={components:{},props:["content"],data(){return{feedbackIndex:-1,totalAttempts:99,selected:[],correctChoices:[],feedbackObject:{}}},computed:{getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{createCorrectChoices(){for(let A=0;A<this.content.options.length;A++)this.content.options[A].isCorrect===!0&&this.correctChoices.push(A)},pixelFormat(A){return this.stepperStore.pixelFormat(A)},choicesComplete(A){let c="not correct";A&&(c="correct");let e={page:this.stepperStore.stepPage,result:c,correctAnswer:this.correctChoices},t=this.stepperStore.results.find(s=>s.page===this.stepperStore.stepPage),l=this.stepperStore.results.indexOf(t);t?this.stepperStore.results.fill(t.result=c,l,l++):this.stepperStore.results.push(e),this.stepperStore.finishSteps()},choicesMark(A){this.selected.includes(A)?this.selected=this.selected.filter(c=>c!==A):this.selected.push(A)},choicesCheck(A){function c(e,t){if(e.length!==t.length)return!1;for(let l=0;l<e.length;l++)if(e[l]!==t[l])return!1;return!0}this.getAttempt<Number(this.content.attempts)?c(this.selected,this.correctChoices)?(this.stepperStore.showFeedback=!0,this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback,this.choicesComplete(!0)):(this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback,this.stepperStore.attempts=this.getAttempt+1):(c(this.selected,this.correctChoices)||(this.stepperStore.showFeedbackAttempts=!0,this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.selected=this.correctChoices),this.choicesComplete(!1)),this.feedbackIndex=A,this.stepperStore.showFeedback=!0,setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},showFeedback(A){return!!(this.stepperStore.getShowFeedback&&this.feedbackIndex===A)}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("selectableButton");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("selectableButton"),this.feedbackIndex=-1,this.content.attempts&&(this.totalAttempts=this.content.attempts),this.createCorrectChoices()}},Au=["innerHTML"],cu={class:"multiSentance"},eu=["innerHTML","onClick"],tu=["innerHTML"];function lu(A,c,e,t,l,s){const a=n.resolveComponent("el-button"),o=n.resolveComponent("lab-feedback");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["textbox",e.content.class])},[n.createElementVNode("p",{innerHTML:e.content.quiz},null,8,Au),n.createElementVNode("div",cu,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.content.options,(r,f)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[r.button?(n.openBlock(),n.createElementBlock("a",{key:0,role:"button",class:n.normalizeClass(["multiSentanceButton el-button",{"el-button--success":l.selected.includes(f),"el-button--primary":!l.selected.includes(f)}]),innerHTML:r.content,tabindex:"1",onClick:i=>s.choicesMark(f),href:"javascript:void(0)"},null,10,eu)):(n.openBlock(),n.createElementBlock("span",{key:1,innerHTML:r.content},null,8,tu))],64))),256))]),n.createVNode(a,{size:"small",type:"primary",class:"fill-blank-submit",onClick:c[0]||(c[0]=r=>s.choicesCheck())},{default:n.withCtx(()=>[...c[1]||(c[1]=[n.createTextVNode("Submit",-1)])]),_:1}),s.showFeedback()?(n.openBlock(),n.createBlock(o,{key:0,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0)],2)}const su=P(Zm,[["render",lu],["__scopeId","data-v-38862b63"]]),y22="",aA={y:{t:"top",m:"marginTop",b:"bottom"},x:{l:"left",m:"marginLeft",r:"right"}};function nu(A){A.forEach((c,e)=>{document.documentElement.addEventListener(e,c)})}function au(A){A.forEach((c,e)=>{document.documentElement.removeEventListener(e,c)})}const ru={name:"vue-drag-resize",emits:["clicked","dragging","dragstop","resizing","resizestop","activated","deactivated"],props:{stickSize:{type:Number,default:8},parentScaleX:{type:Number,default:1},parentScaleY:{type:Number,default:1},isActive:{type:Boolean,default:!1},preventActiveBehavior:{type:Boolean,default:!1},isDraggable:{type:Boolean,default:!0},isResizable:{type:Boolean,default:!0},aspectRatio:{type:Boolean,default:!1},parentLimitation:{type:Boolean,default:!1},snapToGrid:{type:Boolean,default:!1},gridX:{type:Number,default:50,validator(A){return A>=0}},gridY:{type:Number,default:50,validator(A){return A>=0}},parentW:{type:Number,default:0,validator(A){return A>=0}},parentH:{type:Number,default:0,validator(A){return A>=0}},w:{type:[String,Number],default:200,validator(A){return typeof A=="string"?A==="auto":A>=0}},h:{type:[String,Number],default:200,validator(A){return typeof A=="string"?A==="auto":A>=0}},minw:{type:Number,default:50,validator(A){return A>=0}},minh:{type:Number,default:50,validator(A){return A>=0}},x:{type:Number,default:0,validator(A){return typeof A=="number"}},y:{type:Number,default:0,validator(A){return typeof A=="number"}},z:{type:[String,Number],default:"auto",validator(A){return typeof A=="string"?A==="auto":A>=0}},dragHandle:{type:String,default:null},dragCancel:{type:String,default:null},sticks:{type:Array,default(){return["tl","tm","tr","mr","br","bm","bl","ml"]}},axis:{type:String,default:"both",validator(A){return["x","y","both","none"].indexOf(A)!==-1}},contentClass:{type:String,required:!1,default:""}},data(){return{fixAspectRatio:null,active:null,zIndex:null,parentWidth:null,parentHeight:null,left:null,top:null,right:null,bottom:null,minHeight:null}},beforeCreate(){this.stickDrag=!1,this.bodyDrag=!1,this.dimensionsBeforeMove={pointerX:0,pointerY:0,x:0,y:0,w:0,h:0},this.limits={left:{min:null,max:null},right:{min:null,max:null},top:{min:null,max:null},bottom:{min:null,max:null}},this.currentStick=null},mounted(){this.parentElement=this.$el.parentNode,this.parentWidth=this.parentW?this.parentW:this.parentElement.clientWidth,this.parentHeight=this.parentH?this.parentH:this.parentElement.clientHeight,this.left=this.x,this.top=this.y,this.right=this.parentWidth-(this.w==="auto"?this.$refs.container.scrollWidth:this.w)-this.left,this.bottom=this.parentHeight-(this.h==="auto"?this.$refs.container.scrollHeight:this.h)-this.top,this.domEvents=new Map([["mousemove",this.move],["mouseup",this.up],["mouseleave",this.up],["mousedown",this.deselect],["touchmove",this.move],["touchend",this.up],["touchcancel",this.up],["touchstart",this.up]]),nu(this.domEvents),this.dragHandle&&[...this.$el.querySelectorAll(this.dragHandle)].forEach(A=>{A.setAttribute("data-drag-handle",this._uid)}),this.dragCancel&&[...this.$el.querySelectorAll(this.dragCancel)].forEach(A=>{A.setAttribute("data-drag-cancel",this._uid)})},beforeUnmount(){au(this.domEvents)},methods:{deselect(){this.preventActiveBehavior||(this.active=!1)},move(A){if(!this.stickDrag&&!this.bodyDrag)return;A.stopPropagation();const c=typeof A.pageX<"u"?A.pageX:A.touches[0].pageX,e=typeof A.pageY<"u"?A.pageY:A.touches[0].pageY,{dimensionsBeforeMove:t}=this,l={x:(t.pointerX-c)/this.parentScaleX,y:(t.pointerY-e)/this.parentScaleY};if(this.stickDrag&&this.stickMove(l),this.bodyDrag){if(this.axis==="x")l.y=0;else if(this.axis==="y")l.x=0;else if(this.axis==="none")return;this.bodyMove(l)}},up(A){this.stickDrag?this.stickUp(A):this.bodyDrag&&this.bodyUp(A)},bodyDown(A){const{target:c,button:e}=A;if(this.preventActiveBehavior||(this.active=!0),e&&e!==0||(this.$emit("clicked",A),!this.active)||this.dragHandle&&c.getAttribute("data-drag-handle")!==this._uid.toString()||this.dragCancel&&c.getAttribute("data-drag-cancel")===this._uid.toString())return;typeof A.stopPropagation<"u"&&A.stopPropagation(),typeof A.preventDefault<"u"&&A.preventDefault(),this.isDraggable&&(this.bodyDrag=!0);const t=typeof A.pageX<"u"?A.pageX:A.touches[0].pageX,l=typeof A.pageY<"u"?A.pageY:A.touches[0].pageY;this.saveDimensionsBeforeMove({pointerX:t,pointerY:l}),this.parentLimitation&&(this.limits=this.calcDragLimitation())},bodyMove(A){const{dimensionsBeforeMove:c,parentWidth:e,parentHeight:t,gridX:l,gridY:s,width:a,height:o}=this;let r=c.top-A.y,f=c.bottom+A.y,i=c.left-A.x,m=c.right+A.x;if(this.snapToGrid){let u=!0,d=!0,p=r-Math.floor(r/s)*s,h=t-f-Math.floor((t-f)/s)*s,B=i-Math.floor(i/l)*l,C=e-m-Math.floor((e-m)/l)*l;p>s/2&&(p-=s),h>s/2&&(h-=s),B>l/2&&(B-=l),C>l/2&&(C-=l),Math.abs(h)<Math.abs(p)&&(u=!1),Math.abs(C)<Math.abs(B)&&(d=!1),r-=u?p:h,f=t-o-r,i-=d?B:C,m=e-a-i}({newLeft:this.left,newRight:this.right,newTop:this.top,newBottom:this.bottom}=this.rectCorrectionByLimit({newLeft:i,newRight:m,newTop:r,newBottom:f})),this.$emit("dragging",this.rect)},bodyUp(){this.bodyDrag=!1,this.$emit("dragging",this.rect),this.$emit("dragstop",this.rect),this.dimensionsBeforeMove={pointerX:0,pointerY:0,x:0,y:0,w:0,h:0},this.limits={left:{min:null,max:null},right:{min:null,max:null},top:{min:null,max:null},bottom:{min:null,max:null}}},stickDown(A,c,e=!1){if((!this.isResizable||!this.active)&&!e)return;this.stickDrag=!0;const t=typeof c.pageX<"u"?c.pageX:c.touches[0].pageX,l=typeof c.pageY<"u"?c.pageY:c.touches[0].pageY;this.saveDimensionsBeforeMove({pointerX:t,pointerY:l}),this.currentStick=A,this.limits=this.calcResizeLimits()},saveDimensionsBeforeMove({pointerX:A,pointerY:c}){this.dimensionsBeforeMove.pointerX=A,this.dimensionsBeforeMove.pointerY=c,this.dimensionsBeforeMove.left=this.left,this.dimensionsBeforeMove.right=this.right,this.dimensionsBeforeMove.top=this.top,this.dimensionsBeforeMove.bottom=this.bottom,this.dimensionsBeforeMove.width=this.width,this.dimensionsBeforeMove.height=this.height,this.aspectFactor=this.width/this.height},stickMove(A){const{currentStick:c,dimensionsBeforeMove:e,gridY:t,gridX:l,snapToGrid:s,parentHeight:a,parentWidth:o}=this;let r=e.top,f=e.bottom,i=e.left,m=e.right;switch(c[0]){case"b":f=e.bottom+A.y,s&&(f=a-Math.round((a-f)/t)*t);break;case"t":r=e.top-A.y,s&&(r=Math.round(r/t)*t);break}switch(c[1]){case"r":m=e.right+A.x,s&&(m=o-Math.round((o-m)/l)*l);break;case"l":i=e.left-A.x,s&&(i=Math.round(i/l)*l);break}({newLeft:i,newRight:m,newTop:r,newBottom:f}=this.rectCorrectionByLimit({newLeft:i,newRight:m,newTop:r,newBottom:f})),this.aspectRatio&&({newLeft:i,newRight:m,newTop:r,newBottom:f}=this.rectCorrectionByAspectRatio({newLeft:i,newRight:m,newTop:r,newBottom:f})),this.left=i,this.right=m,this.top=r,this.bottom=f,this.$emit("resizing",this.rect)},stickUp(){this.stickDrag=!1,this.dimensionsBeforeMove={pointerX:0,pointerY:0,x:0,y:0,w:0,h:0},this.limits={left:{min:null,max:null},right:{min:null,max:null},top:{min:null,max:null},bottom:{min:null,max:null}},this.$emit("resizing",this.rect),this.$emit("resizestop",this.rect)},calcDragLimitation(){const{parentWidth:A,parentHeight:c}=this;return{left:{min:0,max:A-this.width},right:{min:0,max:A-this.width},top:{min:0,max:c-this.height},bottom:{min:0,max:c-this.height}}},calcResizeLimits(){const{aspectFactor:A,width:c,height:e,bottom:t,top:l,left:s,right:a}=this;let{minh:o,minw:r}=this;const f=this.parentLimitation?0:null;this.aspectRatio&&(r/o>A?o=r/A:r=A*o);const i={left:{min:f,max:s+(c-r)},right:{min:f,max:a+(c-r)},top:{min:f,max:l+(e-o)},bottom:{min:f,max:t+(e-o)}};if(this.aspectRatio){const m={left:{min:s-Math.min(l,t)*A*2,max:s+(e-o)/2*A*2},right:{min:a-Math.min(l,t)*A*2,max:a+(e-o)/2*A*2},top:{min:l-Math.min(s,a)/A*2,max:l+(c-r)/2/A*2},bottom:{min:t-Math.min(s,a)/A*2,max:t+(c-r)/2/A*2}};this.currentStick[0]==="m"?(i.left={min:Math.max(i.left.min,m.left.min),max:Math.min(i.left.max,m.left.max)},i.right={min:Math.max(i.right.min,m.right.min),max:Math.min(i.right.max,m.right.max)}):this.currentStick[1]==="m"&&(i.top={min:Math.max(i.top.min,m.top.min),max:Math.min(i.top.max,m.top.max)},i.bottom={min:Math.max(i.bottom.min,m.bottom.min),max:Math.min(i.bottom.max,m.bottom.max)})}return i},sideCorrectionByLimit(A,c){let e=c;return A.min!==null&&c<A.min?e=A.min:A.max!==null&&A.max<c&&(e=A.max),e},rectCorrectionByLimit(A){const{limits:c}=this;let{newRight:e,newLeft:t,newBottom:l,newTop:s}=A;return t=this.sideCorrectionByLimit(c.left,t),e=this.sideCorrectionByLimit(c.right,e),s=this.sideCorrectionByLimit(c.top,s),l=this.sideCorrectionByLimit(c.bottom,l),{newLeft:t,newRight:e,newTop:s,newBottom:l}},rectCorrectionByAspectRatio(A){let{newLeft:c,newRight:e,newTop:t,newBottom:l}=A;const{parentWidth:s,parentHeight:a,currentStick:o,aspectFactor:r,dimensionsBeforeMove:f}=this;let i=s-c-e,m=a-t-l;if(o[1]==="m"){const u=m-f.height;c-=u*r/2,e-=u*r/2}else if(o[0]==="m"){const u=i-f.width;t-=u/r/2,l-=u/r/2}else i/m>r?(i=r*m,o[1]==="l"?c=s-e-i:e=s-c-i):(m=i/r,o[0]==="t"?t=a-l-m:l=a-t-m);return{newLeft:c,newRight:e,newTop:t,newBottom:l}}},computed:{positionStyle(){return{top:this.top+"px",left:this.left+"px",zIndex:this.zIndex}},sizeStyle(){return{width:this.width+"px",height:this.height+"px"}},vdrStick(){return A=>{const c={width:`${this.stickSize/this.parentScaleX}px`,height:`${this.stickSize/this.parentScaleY}px`};return c[aA.y[A[0]]]=`${this.stickSize/this.parentScaleX/-2}px`,c[aA.x[A[1]]]=`${this.stickSize/this.parentScaleX/-2}px`,c}},width(){return this.parentWidth-this.left-this.right},height(){return this.parentHeight-this.top-this.bottom},rect(){return{left:Math.round(this.left),top:Math.round(this.top),width:Math.round(this.width),height:Math.round(this.height)}}},watch:{active(A){A?this.$emit("activated"):this.$emit("deactivated")},isActive:{immediate:!0,handler(A){this.active=A}},z:{immediate:!0,handler(A){(A>=0||A==="auto")&&(this.zIndex=A)}},x:{handler(A,c){if(this.stickDrag||this.bodyDrag||A===this.left)return;const e=c-A;this.bodyDown({pageX:this.left,pageY:this.top}),this.bodyMove({x:e,y:0}),this.$nextTick(()=>{this.bodyUp()})}},y:{handler(A,c){if(this.stickDrag||this.bodyDrag||A===this.top)return;const e=c-A;this.bodyDown({pageX:this.left,pageY:this.top}),this.bodyMove({x:0,y:e}),this.$nextTick(()=>{this.bodyUp()})}},w:{handler(A,c){if(this.stickDrag||this.bodyDrag||A===this.width)return;const e="mr",t=c-A;this.stickDown(e,{pageX:this.right,pageY:this.top+this.height/2},!0),this.stickMove({x:t,y:0}),this.$nextTick(()=>{this.stickUp()})}},h:{handler(A,c){if(this.stickDrag||this.bodyDrag||A===this.height)return;const e="bm",t=c-A;this.stickDown(e,{pageX:this.left+this.width/2,pageY:this.bottom},!0),this.stickMove({x:0,y:t}),this.$nextTick(()=>{this.stickUp()})}},parentW(A){this.right=A-this.width-this.left,this.parentWidth=A},parentH(A){this.bottom=A-this.height-this.top,this.parentHeight=A}}},ou=["onMousedown","onTouchstart"];function iu(A,c,e,t,l,s){return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["vdr",`${l.active||e.isActive?"active":"inactive"} ${e.contentClass?e.contentClass:""}`]),style:n.normalizeStyle(s.positionStyle),onMousedown:c[0]||(c[0]=a=>s.bodyDown(a)),onTouchstart:c[1]||(c[1]=a=>s.bodyDown(a)),onTouchend:c[2]||(c[2]=a=>s.up(a)),ref:"container",tabindex:"0"},[n.createElementVNode("div",{style:n.normalizeStyle(s.sizeStyle),class:"content-container",ref:"container2"},[n.renderSlot(A.$slots,"default")],4),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.sticks,a=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["vdr-stick",["vdr-stick-"+a,e.isResizable?"":"not-resizable"]]),onMousedown:n.withModifiers(o=>s.stickDown(a,o),["stop","prevent"]),onTouchstart:n.withModifiers(o=>s.stickDown(a,o),["stop","prevent"]),style:n.normalizeStyle(s.vdrStick(a))},null,46,ou))),256))],38)}const rA=P(ru,[["render",iu]]),b22="",fu={components:{VueDragResize:rA},props:["content"],data(){return{}},watch:{},computed:{},methods:{onResizstop(A){console.log("i have stopped resizing",A)},onDragstop(A){},reset(){this.listOne=[]},getParentWidth(){let A=document.getElementsByClassName("fridgemagnet");setTimeout(()=>A[0].offsetWidth)},getParentHeight(){let A=document.getElementsByClassName("fridgemagnet");setTimeout(()=>A[0].offsetHeight)},keyboardMove(A){for(let c of A)document.getElementById(c.id).addEventListener("focusin",t=>{let l=document.getElementsByClassName("fridgemagnet");addEventListener("keydown",function(s){let a=document.getElementById(s.target.id);if(s.altKey&&s.key==="ArrowLeft"){let o=Number(a.style.left.slice(0,-2));o-10<0?a.style.left=`${o}px`:a.style.left=`${o-10}px`}if(s.altKey&&s.key==="ArrowRight"){let o=Number(a.style.left.slice(0,-2));o+10>l[0].offsetWidth-50?a.style.left=`${o}px`:a.style.left=`${o+10}px`}if(s.altKey&&s.key==="ArrowUp"){let o=Number(a.style.top.slice(0,-2));o+10<0?a.style.top=`${o}px`:a.style.top=`${o-10}px`}if(s.altKey&&s.key==="ArrowDown"){let o=Number(a.style.top.slice(0,-2));o+10>l[0].offsetHeight-80?a.style.top=`${o}px`:a.style.top=`${o+10}px`}})})}},mounted(){let A=document.getElementsByClassName("vdr");setTimeout(()=>{A[0].focus()}),this.keyboardMove(A)},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("vdr")}},mu={class:"fridgemagnet"},uu=["innerHTML"],pu=["src","alt"],du=["id","src","alt"],hu=["innerHTML"];function gu(A,c,e,t,l,s){const a=n.resolveComponent("VueDragResize");return n.openBlock(),n.createElementBlock("div",mu,[e.content.quiz?(n.openBlock(),n.createElementBlock("p",{key:0,innerHTML:e.content.quiz},null,8,uu)):n.createCommentVNode("",!0),n.createElementVNode("img",{src:e.content.image,alt:e.content.imageAlt},null,8,pu),n.createElementVNode("div",{class:n.normalizeClass(["fridge",e.content.class,e.content.noOutline?"no_outline":""])},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.content.magnets,(o,r)=>(n.openBlock(),n.createBlock(a,{id:"vdr_"+r,isActive:!0,w:o.width?o.width:50,minw:o.minWidth?o.minWidth:50,h:o.height?o.height:50,minh:o.minHeight?o.minHeight:50,x:o.x?o.x:0,y:o.y?o.y:60*r,class:n.normalizeClass(o.class),parentLimitation:!0,parentW:o.parentwidth?o.parentwidth:s.getParentWidth(),parentH:o.parentheight?o.parentheight:s.getParentHeight(),isResizable:o.resizable,isDraggable:o.draggable,snapToGrid:o.snap,gridX:o.snapX,gridY:o.snapY,dragHandle:o.handle,onResizing:A.resize,onDragging:A.resize,aspectRatio:!0,onResizestop:s.onResizstop,onDragstop:s.onDragstop,sticks:["tl","bl","tr","br"]},{default:n.withCtx(()=>[o.image?(n.openBlock(),n.createElementBlock("img",{key:0,id:o.index,src:o.image,alt:o.imageAlt},null,8,du)):n.createCommentVNode("",!0),o.text?(n.openBlock(),n.createElementBlock("p",{key:1,innerHTML:o.text},null,8,hu)):n.createCommentVNode("",!0)]),_:2},1032,["id","w","minw","h","minh","x","y","class","parentW","parentH","isResizable","isDraggable","snapToGrid","gridX","gridY","dragHandle","onResizing","onDragging","onResizestop","onDragstop"]))),256))],2)])}const Cu=P(fu,[["render",gu]]),U22="",Bu={components:{},props:["content"],data(){return{binCount:0,listOne:[]}},watch:{},computed:{binColumns(){return Math.round(24/this.binCount)},myList:{get(){return this.listOne}}},methods:{createItems(){this.binCount=this.content.bins.length,this.content.bins.forEach(A=>{this.listOne.push(A.items)})},dragBackground(A){return`white url(${A}) 0 0 no-repeat`},pixelFormat(A){return this.stepperStore.pixelFormat(A)},checkMove(A){var c;if(this.content.sound){let e=document.getElementById("myAudio");setTimeout(()=>{e.play()},1e3)}if(A!=="clicked"&&((c=A.draggedContext.element)!=null&&c.relSwap)&&setTimeout(()=>{let e=A.draggedContext.element.id,t=document.getElementById(e);t.src=A.draggedContext.element.relSwap,t.classList.add("imageSwapped")},1500),this.stepperStore.stepHold=!1,this.stepperStore.finishSteps(),this.stepperStore.lastPageFocus(),A!=="clicked")return!A.from.classList.contains("preventMove")},reset(){this.listOne=[],this.createItems()},keyboardDrag(A,c){if(A.class.indexOf("preventMove")>-1)return!1;A.class+=" preventMove",this.listOne[c].splice(A),this.listOne[c+1].push(A),A.relSwap&&setTimeout(()=>{this.listOne[c+1][0].image=this.listOne[c+1][0].relSwap},1500),this.checkMove("clicked")}},mounted(){let A=document.getElementsByClassName("dragItems-button");setTimeout(()=>{A[0].focus()})},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("dragItems-button"),this.createItems()}},Lu=["innerHTML"],zu={key:1,id:"myAudio"},Mu=["src"],wu={class:"list-group-item"},Qu=["onChange"],xu=["id","src","alt","data-swap"],Fu=["src","alt","data-swap"];function yu(A,c,e,t,l,s){const a=n.resolveComponent("lab-image"),o=n.resolveComponent("el-col"),r=n.resolveComponent("draggable"),f=n.resolveComponent("el-row");return n.openBlock(),n.createBlock(f,{class:n.normalizeClass(["dragDrop",e.content.handle])},{default:n.withCtx(()=>[n.createVNode(o,{span:24},{default:n.withCtx(()=>[n.createElementVNode("div",{innerHTML:e.content.quiz},null,8,Lu),e.content.image?(n.openBlock(),n.createBlock(a,{key:0,content:e.content.image,image:{supportImage:!0}},null,8,["content"])):n.createCommentVNode("",!0),e.content.sound?(n.openBlock(),n.createElementBlock("audio",zu,[n.createElementVNode("source",{src:e.content.sound,type:"audio/mpeg"},null,8,Mu),c[0]||(c[0]=n.createTextVNode(" Your browser does not support the audio element. ",-1))])):n.createCommentVNode("",!0)]),_:1}),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.listOne,(i,m)=>(n.openBlock(),n.createBlock(o,{span:s.binColumns},{default:n.withCtx(()=>[n.createVNode(r,{class:n.normalizeClass(["draggable list-group",e.content.bins[m].class]),style:n.normalizeStyle({width:s.pixelFormat(e.content.bins[m].width),height:s.pixelFormat(e.content.bins[m].height),background:s.dragBackground(e.content.bins[m].bgImage)}),modelValue:s.myList[m],"onUpdate:modelValue":u=>s.myList[m]=u,move:s.checkMove,group:"people",forceFallback:"true"},{item:n.withCtx(({element:u})=>[n.createElementVNode("div",wu,[n.createElementVNode("button",{class:"dragItems-button",onChange:n.withModifiers(d=>s.keyboardDrag(u,m),["stop"])},[n.createTextVNode(n.toDisplayString(u.text)+" ",1),u.image?(n.openBlock(),n.createElementBlock("img",{key:0,id:u.id,src:u.image,alt:u.imageAlt,"data-swap":u.relSwap},null,8,xu)):n.createCommentVNode("",!0),u.relSwap?(n.openBlock(),n.createElementBlock("img",{key:1,id:"preload",src:u.relSwap,alt:u.imageAlt,"data-swap":u.relSwap},null,8,Fu)):n.createCommentVNode("",!0)],40,Qu)])]),_:2},1032,["class","style","modelValue","onUpdate:modelValue","move"])]),_:2},1032,["span"]))),256))]),_:1},8,["class"])}const bu=P(Bu,[["render",yu]]),v22="",Uu={components:{},props:["content"],data(){return{binCount:0,listOne:[],listTwo:[],listTwoCompleted:[],totalAttempts:99,choice:{header:"",feedback:""},chooseBin:{},chooseVisibility:!1,kbCurrentId:"",feedbackObject:{}}},watch:{},computed:{binColumns(){return Math.round(24/this.binCount)},myList:{get(){return this.listOne}},myList2:{get(){return this.listTwo}},getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{recordResults(A){let c=[];this.content.bins.forEach(s=>{let a=[];s.items.forEach(r=>{let f={text:r.text,imageAlt:r.imageAlt};a.push(f)});let o={header:s.header,description:s.description,items:a};c.push(o)});let e={page:this.stepperStore.stepPage,result:A,correctAnswer:c},t=this.stepperStore.results.find(s=>s.page===this.stepperStore.stepPage),l=this.stepperStore.results.indexOf(t);t?this.stepperStore.results.fill(t.result=A,l,l++):this.stepperStore.results.push(e)},failed(){this.listTwo.length>0&&(this.listTwo.forEach(A=>{this.listOne.forEach(c=>{c.forEach(e=>{A.id===e.id&&c.push(A)})})}),this.listTwo="",this.choice.header=this.content.failedHeader,this.choice.feedback=this.content.failedFeedback,this.feedbackVisibility=!0),this.recordResults("not correct"),this.stepperStore.finishSteps()},createItems(){this.binCount=this.content.bins.length,this.content.bins.forEach((A,c)=>{let e=Math.round(Date.now()/Math.random());A.items.forEach(t=>{t.hide=!0,t.id=e,t.oldKey=c,this.listTwo.push(t)}),this.listOne.push(JSON.parse(JSON.stringify(A.items)))}),this.listTwo.forEach(A=>{A.hide=!1}),this.content.random&&this.listTwo.sort(()=>Math.random()-.5)},dragBackground(A){return`white url(${A}) 0 0 no-repeat`},pixelFormat(A){return this.stepperStore.pixelFormat(A)},checkMove(A){if(A.to.dataset.index){let c=this.listOne[A.to.dataset.index],e=A.oldIndex,t=!1;c.forEach(l=>{l.hide===!0&&l.id===A.item._underlying_vm_.id&&(t=!0)}),t?(this.stepperStore.showFeedback=!0,this.feedbackObject.feedbackHeader=A.item._underlying_vm_.correctHeader,this.feedbackObject.feedback=A.item._underlying_vm_.correctFeedback,this.feedbackObject.feedbackImage=A.item._underlying_vm_.correctFeedbackImage,this.listTwoCompleted.push(e),this.myList2.length===0&&(this.stepperStore.finishSteps(),this.recordResults("correct"))):(this.feedbackObject.feedbackHeader=A.item._underlying_vm_.incorrectHeader,this.feedbackObject.feedback=A.item._underlying_vm_.incorrectFeedback,this.feedbackObject.feedbackImage=A.item._underlying_vm_.incorrectFeedbackImage,this.listTwo.push(A.item._underlying_vm_),this.getAttempt<this.content.attempts?this.stepperStore.attempts=this.getAttempt+1:(this.stepperStore.showFeedbackAttempts=!0,this.failed()),this.stepperStore.showFeedback=!0,c.forEach((l,s)=>{l.id===A.item._underlying_vm_.id&&c.splice(s,1)})),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})}},stopMove(){return!1},kbCheckMove(A,c){if(typeof A>"u")this.chooseVisibility=!1;else{if(this.listOne[A][c].id===this.kbCurrentId){let t=-1;this.listTwo.forEach((l,s)=>{l.id===this.kbCurrentId&&(t=s)}),this.stepperStore.showFeedback=!0,this.feedbackObject.feedbackHeader=this.listOne[A][c].correctHeader,this.feedbackObject.feedback=this.listOne[A][c].correctFeedback,this.feedbackObject.feedbackImage=this.listOne[A][c].correctFeedbackImage,this.chooseVisibility=!1,this.listTwoCompleted.push(A),this.listTwo.splice(t,1),this.myList2.length===0&&this.stepperStore.finishSteps(),this.listOne[A][c].hide=!1}else this.feedbackObject.feedbackHeader=this.listOne[A][c].incorrectHeader,this.feedbackObject.feedback=this.listOne[A][c].incorrectFeedback,this.feedbackObject.feedbackImage=this.listOne[A][c].incorrectFeedbackImage,this.chooseVisibility=!1,this.stepperStore.showFeedback=!0,this.getAttempt<this.content.attempts?this.stepperStore.attempts=this.getAttempt+1:(this.chooseVisibility=!1,this.stepperStore.showFeedbackAttempts=!0,this.failed());setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})}},keyboardDrag(A){if(A.class.indexOf("preventMove")>0)return!1;this.chooseVisibility=!0,this.kbCurrentId=A.id,setTimeout(()=>{document.getElementById("firstBin").focus()})},showFeedback(){return!!this.stepperStore.getShowFeedback}},mounted(){if(this.stepperStore.getDirections.display===!1){let A=document.getElementsByClassName("dragItems-button");setTimeout(()=>{A[0].focus()})}},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("dragItems-button"),this.stepperStore.attempts=0,this.content.attempts&&(this.totalAttempts=this.content.attempts),this.createItems()}},vu=["innerHTML"],Su=["onClick"],Nu=["id","src","alt"],Eu={key:0,class:"dropBin"},ku={class:"dragItems-button"},Hu=["id","src","alt"],Iu={class:"dialog-footer"};function Tu(A,c,e,t,l,s){const a=n.resolveComponent("lab-image"),o=n.resolveComponent("el-col"),r=n.resolveComponent("draggable"),f=n.resolveComponent("el-row"),i=n.resolveComponent("lab-feedback"),m=n.resolveComponent("el-button"),u=n.resolveComponent("el-dialog");return n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(f,{class:n.normalizeClass(["dragDrop",e.content.handle]),id:"dragItemDiv"},{default:n.withCtx(()=>[n.createVNode(o,{span:24},{default:n.withCtx(()=>[n.createElementVNode("div",{innerHTML:e.content.quiz},null,8,vu),e.content.image?(n.openBlock(),n.createBlock(a,{key:0,content:e.content.image,image:{supportImage:!0}},null,8,["content"])):n.createCommentVNode("",!0)]),_:1}),n.createVNode(o,{span:24},{default:n.withCtx(()=>[n.createVNode(r,{class:"dragItems",list:l.listTwo,group:"put",forceFallback:"true",itemKey:"image",sort:!1,onEnd:s.checkMove},{item:n.withCtx(({element:d})=>[n.createElementVNode("div",{class:n.normalizeClass(["dragItem",d.class])},[n.createElementVNode("button",{class:"dragItems-button",onClick:n.withModifiers(p=>s.keyboardDrag(d),["stop"])},[n.createTextVNode(n.toDisplayString(d.text)+" ",1),d.image?(n.openBlock(),n.createElementBlock("img",{key:0,id:d.id,src:d.image,alt:d.imageAlt},null,8,Nu)):n.createCommentVNode("",!0)],8,Su)],2)]),_:1},8,["list","onEnd"])]),_:1}),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.listOne,(d,p)=>(n.openBlock(),n.createBlock(o,{class:"bins",span:s.binColumns},{default:n.withCtx(()=>[n.createElementVNode("h4",null,n.toDisplayString(e.content.bins[p].header),1),n.createVNode(r,{class:n.normalizeClass(["dropBins el-row",e.content.bins[p].class]),"data-index":p,list:l.listOne[p],group:"put",forceFallback:"true",itemKey:"text",sort:!1,move:s.stopMove},{item:n.withCtx(({element:h})=>[h.hide?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("div",Eu,[n.createElementVNode("button",ku,[n.createTextVNode(n.toDisplayString(h.text)+" ",1),h.image?(n.openBlock(),n.createElementBlock("img",{key:0,id:h.id,src:h.droppedImage,alt:h.imageAlt},null,8,Hu)):n.createCommentVNode("",!0)])]))]),_:1},8,["class","data-index","list","move"])]),_:2},1032,["span"]))),256))]),_:1},8,["class"]),s.showFeedback()?(n.openBlock(),n.createBlock(i,{key:0,content:l.feedbackObject},null,8,["content"])):n.createCommentVNode("",!0),n.createVNode(u,{title:e.content.kbModalQuestion,modelValue:l.chooseVisibility,"onUpdate:modelValue":c[1]||(c[1]=d=>l.chooseVisibility=d),width:"50%"},{footer:n.withCtx(()=>[n.createElementVNode("span",Iu,[n.createVNode(m,{size:"small",id:"visibilityClose",type:"primary",onClick:c[0]||(c[0]=d=>s.kbCheckMove())},{default:n.withCtx(()=>[...c[2]||(c[2]=[n.createTextVNode("Close",-1)])]),_:1})])]),default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.listOne,(d,p)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(d,(h,B)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[p===0?(n.openBlock(),n.createBlock(m,{key:0,id:"firstBin",size:"small",type:"primary",onClick:C=>s.kbCheckMove(p,B)},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(e.content.bins[p].header),1)]),_:2},1032,["onClick"])):(n.openBlock(),n.createBlock(m,{key:1,size:"small",type:"primary",onClick:C=>s.kbCheckMove(p,B)},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(e.content.bins[p].header),1)]),_:2},1032,["onClick"]))],64))),256))],64))),256))]),_:1},8,["title","modelValue"])],64)}const Du=P(Uu,[["render",Tu]]),_u="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M12.5%208c-2.65%200-5.05.99-6.9%202.6L2%207v9h9l-3.62-3.62c1.39-1.16%203.16-1.88%205.12-1.88c3.54%200%206.55%202.31%207.6%205.5l2.37-.78C21.08%2011.03%2017.15%208%2012.5%208'/%3e%3c/svg%3e",Ku="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M18.4%2010.6C16.55%208.99%2014.15%208%2011.5%208c-4.65%200-8.58%203.03-9.96%207.22L3.9%2016a8.002%208.002%200%200%201%207.6-5.5c1.95%200%203.73.72%205.12%201.88L13%2016h9V7z'/%3e%3c/svg%3e",Ou="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19%204h-3.5l-1-1h-5l-1%201H5v2h14M6%2019a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V7H6z'/%3e%3c/svg%3e",Vu="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%207v12q0%20.825-.587%201.413T19%2021H5q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h12zm-9%2011q1.25%200%202.125-.875T15%2015t-.875-2.125T12%2012t-2.125.875T9%2015t.875%202.125T12%2018m-6-8h9V6H6z'/%3e%3c/svg%3e",Ru={class:"vp-toolbar"},Pu={class:"vp-tools"},Gu=["onClick","title","innerHTML"],Wu={class:"vp-settings"},Xu={class:"vp-actions"},qu=n.createElementVNode("img",{src:_u},null,-1),Yu=[qu],Ju=n.createElementVNode("img",{src:Ku},null,-1),ju=[Ju],$u=n.createElementVNode("img",{src:Ou},null,-1),Zu=[$u],Ap=n.createElementVNode("img",{src:Vu},null,-1),cp=[Ap],ep=n.defineComponent({__name:"VpToolbar",props:n.mergeModels({tools:{}},{settings:{default:()=>({tool:"freehand",thickness:5,color:"#c82d2d"})},settingsModifiers:{}}),emits:n.mergeModels(["set-tool","save","undo","redo","reset"],["update:settings"]),setup(A,{emit:c}){const e=c,t=n.useModel(A,"settings");return(l,s)=>(n.openBlock(),n.createElementBlock("div",Ru,[n.renderSlot(l.$slots,"default",{},()=>[n.renderSlot(l.$slots,"tools",{},()=>[n.createElementVNode("div",Pu,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.tools.filter(a=>a.icon),a=>n.renderSlot(l.$slots,`tool-${a.type}`,{},()=>[(n.openBlock(),n.createElementBlock("button",{key:a.type,class:n.normalizeClass([t.value.tool===a.type?"active":"",`vp-tool-${a.type}`]),onClick:o=>e("set-tool",a.type),title:a.type,innerHTML:a.icon},null,10,Gu))])),256))])]),n.renderSlot(l.$slots,"settings",{},()=>[n.createElementVNode("div",Wu,[n.renderSlot(l.$slots,"setting-thickness",{},()=>[n.withDirectives(n.createElementVNode("input",{type:"range",min:"1",max:"10",class:"vp-setting-thickness","onUpdate:modelValue":s[0]||(s[0]=a=>t.value.thickness=a)},null,512),[[n.vModelText,t.value.thickness]])]),n.renderSlot(l.$slots,"setting-color",{},()=>[n.withDirectives(n.createElementVNode("input",{type:"color",class:"vp-setting-color","onUpdate:modelValue":s[1]||(s[1]=a=>t.value.color=a)},null,512),[[n.vModelText,t.value.color]])])])]),n.renderSlot(l.$slots,"actions",{},()=>[n.createElementVNode("div",Xu,[n.renderSlot(l.$slots,"action-undo",{},()=>[n.createElementVNode("button",{onClick:s[2]||(s[2]=a=>e("undo")),class:"vp-action-undo"},Yu)]),n.renderSlot(l.$slots,"action-redo",{},()=>[n.createElementVNode("button",{onClick:s[3]||(s[3]=a=>e("redo")),class:"vp-action-redo"},ju)]),n.renderSlot(l.$slots,"action-reset",{},()=>[n.createElementVNode("button",{onClick:s[4]||(s[4]=a=>e("reset")),class:"vp-action-reset"},Zu)]),n.renderSlot(l.$slots,"action-save",{},()=>[n.createElementVNode("button",{onClick:s[5]||(s[5]=a=>e("save")),class:"vp-action-save"},cp)])])])])]))}});function w0({history:A,tools:c,activeShape:e,includeActiveShape:t}){return{simplifiedHistory:n.computed(()=>{const l=e!=null&&e.value?[...A.value,e.value]:[...A.value];return c.value.reduce((s,a)=>{var o;return((o=a.simplifyHistory)==null?void 0:o.call(a,s,c.value))??s},l).filter(s=>{var a;return t||s.id!==((a=e==null?void 0:e.value)==null?void 0:a.id)})})}}function c3(){return[26,36,36,36,36,36,36].map(A=>Math.floor(Math.random()*A+(36-A)).toString(36)).join("")}const tp=["viewBox","id"],lp=n.defineComponent({__name:"VpImage",props:{tools:{},activeShape:{},history:{},width:{},height:{}},setup(A,{expose:c}){const e=A,t=n.ref(),l=n.ref(c3());c({svg:t});function s(i){return e.tools.find(m=>m.type===i)}const a=n.computed(()=>e.tools.map(i=>i.svgStyle?typeof i.svgStyle=="function"?i.svgStyle({svgId:l.value}):n.unref(i.svgStyle):"").join(`
2
+ `)),{simplifiedHistory:o}=w0({...n.toRefs(e),includeActiveShape:!1}),r=n.computed(()=>e.tools.filter(i=>i.ToolSvgComponent&&(i.ToolSvgComponent.layer??0)<=0).sort((i,m)=>{var u,d;return(((u=i.ToolSvgComponent)==null?void 0:u.layer)??0)-(((d=m.ToolSvgComponent)==null?void 0:d.layer)??0)})),f=n.computed(()=>e.tools.filter(i=>i.ToolSvgComponent&&(i.ToolSvgComponent.layer??0)>0).sort((i,m)=>{var u,d;return(((u=i.ToolSvgComponent)==null?void 0:u.layer)??0)-(((d=m.ToolSvgComponent)==null?void 0:d.layer)??0)}));return(i,m)=>{var u;return n.openBlock(),n.createElementBlock("svg",{ref_key:"svg",ref:t,viewBox:`0 0 ${i.width} ${i.height}`,id:l.value,xmlns:"http://www.w3.org/2000/svg",class:"vp-image"},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.value,d=>(n.openBlock(),n.createBlock(n.resolveDynamicComponent(d.ToolSvgComponent),{key:d.type,history:i.history,tools:i.tools,activeShape:i.activeShape,width:i.width,height:i.height},null,8,["history","tools","activeShape","width","height"]))),128)),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(n.unref(o),d=>{var p,h,B;return n.openBlock(),n.createBlock(n.resolveDynamicComponent((p=s(d.type))==null?void 0:p.ShapeSvgComponent),{key:d.id+d.id===((h=i.activeShape)==null?void 0:h.id),id:d.id,shape:d,history:i.history,tools:i.tools,width:i.width,height:i.height,"is-active":d.id===((B=i.activeShape)==null?void 0:B.id)},null,8,["id","shape","history","tools","width","height","is-active"])}),128)),i.activeShape?(n.openBlock(),n.createBlock(n.resolveDynamicComponent((u=s(i.activeShape.type))==null?void 0:u.ShapeSvgComponent),{key:0,id:i.activeShape.id,shape:i.activeShape,history:i.history,tools:i.tools,width:i.width,height:i.height,"is-active":""},null,8,["id","shape","history","tools","width","height"])):n.createCommentVNode("",!0),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(f.value,d=>(n.openBlock(),n.createBlock(n.resolveDynamicComponent(d.ToolSvgComponent),{key:d.type,history:i.history,tools:i.tools,activeShape:i.activeShape,width:i.width,height:i.height},null,8,["history","tools","activeShape","width","height"]))),128)),n.createElementVNode("svg:style",null,n.toDisplayString(a.value),1)],8,tp)}}}),oA={tool:"freehand",thickness:5,color:"#c82d2d",angleSnap:!1};function iA(A,c={}){const e=A.find(t=>t.icon);return n.ref(Object.assign({},oA,{tool:(e==null?void 0:e.type)??"freehand"},c))}function fA({snapAngles:A,posStart:c,x:e,y:t}){if(!(A!=null&&A.value))return{x:e,y:t};const l=e-c.x,s=t-c.y,a=Math.sqrt(Math.pow(l,2)+Math.pow(s,2)),o=Math.atan2(s,l),r=A.value.map(f=>(180-f)*Math.PI/180).map(f=>({angle:f,diff:sp(o,f)})).sort((f,i)=>f.diff-i.diff)[0].angle;return{x:c.x+a*Math.cos(r),y:c.y+a*Math.sin(r)}}function sp(A,c){return Math.PI-Math.abs(Math.abs(A-c)-Math.PI)}function e3(A){return n.getCurrentScope()?(n.onScopeDispose(A),!0):!1}function r1(A){return typeof A=="function"?A():n.unref(A)}const np=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const ap=A=>A!=null,rp=Object.prototype.toString,op=A=>rp.call(A)==="[object Object]",mA=()=>{};function ip(A,c,e=!1){return c.reduce((t,l)=>(l in A&&(!e||A[l]!==void 0)&&(t[l]=A[l]),t),{})}function fp(A){return n.getCurrentInstance()}function mp(A,c={}){if(!n.isRef(A))return n.toRefs(A);const e=Array.isArray(A.value)?Array.from({length:A.value.length}):{};for(const t in A.value)e[t]=n.customRef(()=>({get(){return A.value[t]},set(l){var s;if((s=r1(c.replaceRef))==null||s)if(Array.isArray(A.value)){const a=[...A.value];a[t]=l,A.value=a}else{const a={...A.value,[t]:l};Object.setPrototypeOf(a,Object.getPrototypeOf(A.value)),A.value=a}else A.value[t]=l}}));return e}function up(A,c=!0,e){fp()?n.onMounted(A,e):c?A():n.nextTick(A)}function pp(A,c,e){return n.watch(A,(t,l,s)=>{t&&c(t,l,s)},{...e,once:!1})}function o1(A){var c;const e=r1(A);return(c=e==null?void 0:e.$el)!=null?c:e}const i1=np?window:void 0;function c2(...A){let c,e,t,l;if(typeof A[0]=="string"||Array.isArray(A[0])?([e,t,l]=A,c=i1):[c,e,t,l]=A,!c)return mA;Array.isArray(e)||(e=[e]),Array.isArray(t)||(t=[t]);const s=[],a=()=>{s.forEach(i=>i()),s.length=0},o=(i,m,u,d)=>(i.addEventListener(m,u,d),()=>i.removeEventListener(m,u,d)),r=n.watch(()=>[o1(c),r1(l)],([i,m])=>{if(a(),!i)return;const u=op(m)?{...m}:m;s.push(...e.flatMap(d=>t.map(p=>o(i,d,p,u))))},{immediate:!0,flush:"post"}),f=()=>{r(),a()};return e3(f),f}function dp(){const A=n.ref(!1),c=n.getCurrentInstance();return c&&n.onMounted(()=>{A.value=!0},c),A}function uA(A){const c=dp();return n.computed(()=>(c.value,!!A()))}function pA(A,c,e={}){const{window:t=i1,...l}=e;let s;const a=uA(()=>t&&"MutationObserver"in t),o=()=>{s&&(s.disconnect(),s=void 0)},r=n.computed(()=>{const u=r1(A),d=(Array.isArray(u)?u:[u]).map(o1).filter(ap);return new Set(d)}),f=n.watch(()=>r.value,u=>{o(),a.value&&u.size&&(s=new MutationObserver(c),u.forEach(d=>s.observe(d,l)))},{immediate:!0,flush:"post"}),i=()=>s==null?void 0:s.takeRecords(),m=()=>{o(),f()};return e3(m),{isSupported:a,stop:m,takeRecords:i}}function hp(A={}){var c;const{window:e=i1,deep:t=!0,triggerOnRemoval:l=!1}=A,s=(c=A.document)!=null?c:e==null?void 0:e.document,a=()=>{var f;let i=s==null?void 0:s.activeElement;if(t)for(;i!=null&&i.shadowRoot;)i=(f=i==null?void 0:i.shadowRoot)==null?void 0:f.activeElement;return i},o=n.ref(),r=()=>{o.value=a()};return e&&(c2(e,"blur",f=>{f.relatedTarget===null&&r()},!0),c2(e,"focus",r,!0)),l&&pA(s,f=>{f.filter(i=>i.removedNodes.length).map(i=>Array.from(i.removedNodes)).flat().forEach(i=>{i===o.value&&r()})},{childList:!0,subtree:!0}),r(),o}function gp(A,c,e={}){const{window:t=i1,...l}=e;let s;const a=uA(()=>t&&"ResizeObserver"in t),o=()=>{s&&(s.disconnect(),s=void 0)},r=n.computed(()=>Array.isArray(A)?A.map(m=>o1(m)):[o1(A)]),f=n.watch(r,m=>{if(o(),a.value&&t){s=new ResizeObserver(c);for(const u of m)u&&s.observe(u,l)}},{immediate:!0,flush:"post"}),i=()=>{o(),f()};return e3(i),{isSupported:a,stop:i}}function Cp(A,c={}){const{reset:e=!0,windowResize:t=!0,windowScroll:l=!0,immediate:s=!0}=c,a=n.ref(0),o=n.ref(0),r=n.ref(0),f=n.ref(0),i=n.ref(0),m=n.ref(0),u=n.ref(0),d=n.ref(0);function p(){const h=o1(A);if(!h){e&&(a.value=0,o.value=0,r.value=0,f.value=0,i.value=0,m.value=0,u.value=0,d.value=0);return}const B=h.getBoundingClientRect();a.value=B.height,o.value=B.bottom,r.value=B.left,f.value=B.right,i.value=B.top,m.value=B.width,u.value=B.x,d.value=B.y}return gp(A,p),n.watch(()=>o1(A),h=>!h&&p()),pA(A,p,{attributeFilter:["style","class"]}),l&&c2("scroll",p,{capture:!0,passive:!0}),t&&c2("resize",p,{passive:!0}),up(()=>{s&&p()}),{height:a,bottom:o,left:r,right:f,top:i,width:m,x:u,y:d,update:p}}const Bp={ctrl:"control",command:"meta",cmd:"meta",option:"alt",up:"arrowup",down:"arrowdown",left:"arrowleft",right:"arrowright"};function Lp(A={}){const{reactive:c=!1,target:e=i1,aliasMap:t=Bp,passive:l=!0,onEventFired:s=mA}=A,a=n.reactive(new Set),o={toJSON(){return{}},current:a},r=c?n.reactive(o):o,f=new Set,i=new Set;function m(h,B){h in r&&(c?r[h]=B:r[h].value=B)}function u(){a.clear();for(const h of i)m(h,!1)}function d(h,B){var C,g;const L=(C=h.key)==null?void 0:C.toLowerCase(),M=[(g=h.code)==null?void 0:g.toLowerCase(),L].filter(Boolean);L&&(B?a.add(L):a.delete(L));for(const w of M)i.add(w),m(w,B);L==="meta"&&!B?(f.forEach(w=>{a.delete(w),m(w,!1)}),f.clear()):typeof h.getModifierState=="function"&&h.getModifierState("Meta")&&B&&[...a,...M].forEach(w=>f.add(w))}c2(e,"keydown",h=>(d(h,!0),s(h)),{passive:l}),c2(e,"keyup",h=>(d(h,!1),s(h)),{passive:l}),c2("blur",u,{passive:!0}),c2("focus",u,{passive:!0});const p=new Proxy(r,{get(h,B,C){if(typeof B!="string")return Reflect.get(h,B,C);if(B=B.toLowerCase(),B in t&&(B=t[B]),!(B in r))if(/[+_-]/.test(B)){const L=B.split(/[+_-]/g).map(M=>M.trim());r[B]=n.computed(()=>L.every(M=>r1(p[M])))}else r[B]=n.ref(!1);const g=Reflect.get(h,B,C);return c?r1(g):g}});return p}function zp(A={}){const{touch:c=!0,drag:e=!0,capture:t=!1,initialValue:l=!1,window:s=i1}=A,a=n.ref(l),o=n.ref(null);if(!s)return{pressed:a,sourceType:o};const r=m=>()=>{a.value=!0,o.value=m},f=()=>{a.value=!1,o.value=null},i=n.computed(()=>o1(A.target)||s);return c2(i,"mousedown",r("mouse"),{passive:!0,capture:t}),c2(s,"mouseleave",f,{passive:!0,capture:t}),c2(s,"mouseup",f,{passive:!0,capture:t}),e&&(c2(i,"dragstart",r("mouse"),{passive:!0,capture:t}),c2(s,"drop",f,{passive:!0,capture:t}),c2(s,"dragend",f,{passive:!0,capture:t})),c&&(c2(i,"touchstart",r("touch"),{passive:!0,capture:t}),c2(s,"touchend",f,{passive:!0,capture:t}),c2(s,"touchcancel",f,{passive:!0,capture:t})),{pressed:a,sourceType:o}}const dA={x:0,y:0,pointerId:0,pressure:0,tiltX:0,tiltY:0,width:0,height:0,twist:0,pointerType:null},Mp=Object.keys(dA);function wp(A={}){const{target:c=i1}=A,e=n.ref(!1),t=n.ref(A.initialValue||{});Object.assign(t.value,dA,t.value);const l=s=>{e.value=!0,!(A.pointerTypes&&!A.pointerTypes.includes(s.pointerType))&&(t.value=ip(s,Mp,!1))};if(c){const s={passive:!0};c2(c,["pointerdown","pointermove","pointerup"],l,s),c2(c,"pointerleave",()=>e.value=!1,s)}return{...mp(t),isInside:e}}let t3=!1;function Qp({target:A,onDrawStart:c,onDraw:e,onDrawEnd:t,width:l,height:s,snapAngles:a}){const{x:o,y:r,pressure:f}=wp(),{pressed:i,sourceType:m}=zp(),{top:u,left:d,right:p,bottom:h,width:B,height:C,update:g}=Cp(A),L=n.ref(!1),M=n.reactive({x:0,y:0}),w=n.reactive({x:0,y:0}),z=n.reactive({x:0,y:0,left:0,top:0}),b=n.computed(()=>fA({snapAngles:a,posStart:M,x:Math.round((o.value-d.value)*l.value/B.value),y:Math.round((r.value-u.value)*s.value/C.value)})),v=n.computed(()=>b.value.x),F=n.computed(()=>b.value.y),U=n.computed(()=>Math.max(0,Math.min(M.x,v.value))),T=n.computed(()=>Math.max(0,Math.min(M.y,F.value))),O=n.computed(()=>Math.min(l.value,Math.max(M.x,v.value))),E=n.computed(()=>Math.min(s.value,Math.max(M.y,F.value))),_=n.computed(()=>o.value>=d.value&&o.value<=p.value&&r.value>=u.value&&r.value<=h.value),r2=n.computed(()=>Math.floor(o.value)!==z.x||Math.floor(r.value)!==z.y);return n.watchEffect(()=>{const A2=!L.value&&o.value===z.x&&r.value===z.y&&(d.value!==z.left||u.value!==z.top);let H=f.value;f.value===0&&i.value&&m.value==="touch"&&(H=.5),H&&!L.value&&_.value&&r2.value&&!t3&&!A2?(g(),L.value=!0,t3=!0,M.x=v.value,M.y=F.value,w.x=v.value,w.y=F.value,c==null||c()):H&&L.value?(w.x=v.value,w.y=F.value,e==null||e()):!H&&L.value&&(L.value=!1,t3=!1,t==null||t()),z.x=Math.floor(o.value),z.y=Math.floor(r.value),z.left=Math.floor(d.value),z.top=Math.floor(u.value)}),{x:v,y:F,minX:U,minY:T,maxX:O,maxY:E,top:u,left:d,bottom:h,right:p,width:l,height:s,posStart:M,posEnd:w,isDrawing:L,isInside:_,absoluteX:o,absoluteY:r,isMoving:r2}}let hA;function gA(){function A(e){hA=e}function c(){return hA}return{setActiveEditor:A,getActiveEditor:c}}function xp({vpImage:A,tools:c,history:e,settings:t,width:l,height:s,emit:a}){const o=n.ref([]),r=n.ref(),f=n.ref();function i(){return c==null?void 0:c.find(k=>k.type===(f.value??t.value.tool))}const m=n.computed(()=>{var k;return t.value.angleSnap?(k=i())==null?void 0:k.snapAngles:void 0}),u=n.computed(()=>{var k;return{settings:t.value,activeShape:r.value,id:((k=r.value)==null?void 0:k.id)??c3(),isDrawing:F.value,tools:c,posStart:b,posEnd:v,left:M.value,right:z.value,top:L.value,bottom:w.value,width:l,height:s,x:d.value,y:p.value,minX:h.value,maxX:C.value,minY:B.value,maxY:g.value,absoluteX:U.value,absoluteY:T.value}}),{x:d,y:p,minX:h,minY:B,maxX:C,maxY:g,top:L,left:M,bottom:w,right:z,posStart:b,posEnd:v,isDrawing:F,absoluteX:U,absoluteY:T}=Qp({target:A,width:l,height:s,snapAngles:m,onDrawStart(){var k,R,t2,B2,l2,L2;f.value=(B2=(t2=(R=(k=document.elementsFromPoint(U.value,T.value))==null?void 0:k[0])==null?void 0:R.getAttribute("class"))==null?void 0:t2.split(" ").find(d2=>d2.startsWith("use-tool-")))==null?void 0:B2.substring(9),r.value=((L2=(l2=i())==null?void 0:l2.onDrawStart)==null?void 0:L2.call(l2,u.value))??r.value,a==null||a("drawStart",u.value),J(H)},onDraw(){var k,R;r.value=((R=(k=i())==null?void 0:k.onDraw)==null?void 0:R.call(k,u.value))??r.value,a==null||a("draw",u.value),J(H)},async onDrawEnd(){var k,R,t2;r.value=(k=i())!=null&&k.onDrawEnd?await((t2=(R=i())==null?void 0:R.onDrawEnd)==null?void 0:t2.call(R,u.value)):r.value,f.value=void 0,a==null||a("drawEnd",u.value),J(H),r.value&&(e.value.push(r.value),o.value=[],r.value=void 0)}});function O(k){t.value.tool=k,J(H)}function E(){e.value.length&&(o.value.push(...e.value.slice(-1)),e.value=e.value.slice(0,-1)),J(H)}function _(){o.value.length&&(e.value.push(...o.value.slice(-1)),o.value=o.value.slice(0,-1)),J(H)}function r2(){const k=A.value.$refs.svg;if(!k)throw new Error("Couldn't find the svg");a==null||a("save",{svg:k,tools:c,history:e.value}),J(H)}async function A2(){o.value=e.value.reverse(),e.value=[];const k=await Promise.all(c.filter(R=>"onInitialize"in R).flatMap(async R=>{var t2;return await((t2=R.onInitialize)==null?void 0:t2.call(R,{tools:c,settings:t,history:e}))}));e.value=[...k.filter(Boolean),...e.value],a==null||a("reset"),J(H)}const H={settings:t,activeShape:r,setTool:O,undo:E,redo:_,save:r2,reset:A2,x:d,y:p,minX:h,minY:B,maxX:C,maxY:g,top:L,left:M,bottom:w,right:z,posStart:b,posEnd:v,isDrawing:F,absoluteX:U,absoluteY:T},{setActiveEditor:J}=gA();return J(H),H}const CA=n.defineComponent({__name:"VpEditor",props:n.mergeModels({tools:{},width:{default:1280},height:{default:720}},{settings:{default:()=>oA},settingsModifiers:{},history:{default:[]},historyModifiers:{}}),emits:n.mergeModels(["save","drawStart","draw","drawEnd","reset"],["update:settings","update:history"]),setup(A,{emit:c}){const e=c,t=n.useModel(A,"settings"),l=A,s=n.ref(l.width),a=n.ref(l.height),o=n.useModel(A,"history"),r=n.ref(),{activeShape:f,setTool:i,undo:m,redo:u,save:d,reset:p}=xp({vpImage:r,tools:l.tools,history:n.toRef(o),settings:n.toRef(t),width:s,height:a,emit:e});return n.onMounted(()=>{var h;(h=o.value)!=null&&h.length||p()}),(h,B)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["vue-paint vp-editor",`active-tool-${t.value.tool}`])},[n.createVNode(lp,{ref_key:"vpImage",ref:r,tools:h.tools,activeShape:n.unref(f),history:o.value,width:s.value,height:a.value},null,8,["tools","activeShape","history","width","height"]),n.renderSlot(h.$slots,"toolbar",{setTool:n.unref(i),undo:n.unref(m),redo:n.unref(u),save:n.unref(d),reset:n.unref(p),settings:t.value},()=>[n.createVNode(ep,{settings:t.value,"onUpdate:settings":B[0]||(B[0]=C=>t.value=C),onSetTool:n.unref(i),onUndo:n.unref(m),onRedo:n.unref(u),onSave:n.unref(d),onReset:n.unref(p),tools:h.tools},null,8,["settings","onSetTool","onUndo","onRedo","onSave","onReset","tools"])])],2))}});function L1(A){return{props:{history:Array,shape:Object,width:Number,height:Number,isActive:Boolean,tools:Array},setup(c){return()=>A(c.shape,c)}}}const Fp=1e-12,BA=112e-18,yp=A=>A>=-BA&&A<=BA,LA=(A,c)=>Math.sqrt(A*A+c*c),z1=(A,c)=>({x:A,y:c}),bp=A=>LA(A.x,A.y),Up=A=>z1(-A.x,-A.y),D1=(A,c)=>z1(A.x+c.x,A.y+c.y),z2=(A,c)=>z1(A.x-c.x,A.y-c.y),f1=(A,c)=>z1(A.x*c,A.y*c),v2=(A,c)=>A.x*c.x+A.y*c.y,l3=(A,c)=>LA(A.x-c.x,A.y-c.y),W2=(A,c=1)=>f1(A,c/(bp(A)||1/0)),zA=(A,c)=>({p:A,i:c}),vp=(A,c,e)=>{c&&(A.unshift(A[A.length-1]),A.push(A[1]));const t=A.length;if(t===0)return[];const l=[zA(A[0])];return s3(A,l,e,0,t-1,z2(A[1],A[0]),z2(A[t-2],A[t-1])),c&&(l.shift(),l.pop()),l},s3=(A,c,e,t,l,s,a)=>{if(l-t===1){const u=A[t],d=A[l],p=l3(u,d)/3;MA(c,[u,D1(u,W2(s,p)),D1(d,W2(a,p)),d]);return}const o=kp(A,t,l);let r=Math.max(e,e*e),f,i=!0;for(let u=0;u<=4;u++){const d=Sp(A,t,l,o,s,a),p=Hp(A,t,l,d,o);if(p.error<e&&i){MA(c,d);return}if(f=p.index,p.error>=r)break;i=Np(A,t,l,o,d),r=p.error}const m=z2(A[f-1],A[f+1]);s3(A,c,e,t,f,s,m),s3(A,c,e,f,l,Up(m),a)},MA=(A,c)=>{const e=A[A.length-1];e.o=z2(c[1],c[0]),A.push(zA(c[3],z2(c[2],c[3])))},Sp=(A,c,e,t,l,s)=>{const a=Fp,o=Math.abs,r=A[c],f=A[e],i=[[0,0],[0,0]],m=[0,0];for(let L=0,M=e-c+1;L<M;L++){const w=t[L],z=1-w,b=3*w*z,v=z*z*z,F=b*z,U=b*w,T=w*w*w,O=W2(l,F),E=W2(s,U),_=z2(z2(A[c+L],f1(r,v+F)),f1(f,U+T));i[0][0]+=v2(O,O),i[0][1]+=v2(O,E),i[1][0]=i[0][1],i[1][1]+=v2(E,E),m[0]+=v2(O,_),m[1]+=v2(E,_)}const u=i[0][0]*i[1][1]-i[1][0]*i[0][1];let d,p;if(o(u)>a){const L=i[0][0]*m[1]-i[1][0]*m[0];d=(m[0]*i[1][1]-m[1]*i[0][1])/u,p=L/u}else{const L=i[0][0]+i[0][1],M=i[1][0]+i[1][1];d=p=o(L)>a?m[0]/L:o(M)>a?m[1]/M:0}const h=l3(f,r),B=a*h;let C,g;if(d<B||p<B)d=p=h/3;else{const L=z2(f,r);C=W2(l,d),g=W2(s,p),v2(C,L)-v2(g,L)>h*h&&(d=p=h/3,C=g=null)}return[r,D1(r,C||W2(l,d)),D1(f,g||W2(s,p)),f]},Np=(A,c,e,t,l)=>{for(let s=c;s<=e;s++)t[s-c]=Ep(l,A[s],t[s-c]);for(let s=1,a=t.length;s<a;s++)if(t[s]<=t[s-1])return!1;return!0},Ep=(A,c,e)=>{const t=[],l=[];for(let i=0;i<=2;i++)t[i]=f1(z2(A[i+1],A[i]),3);for(let i=0;i<=1;i++)l[i]=f1(z2(t[i+1],t[i]),2);const s=Q0(3,A,e),a=Q0(2,t,e),o=Q0(1,l,e),r=z2(s,c),f=v2(a,a)+v2(r,o);return yp(f)?e:e-v2(r,a)/f},Q0=(A,c,e)=>{const t=c.slice();for(let l=1;l<=A;l++)for(let s=0;s<=A-l;s++)t[s]=D1(f1(t[s],1-e),f1(t[s+1],e));return t[0]},kp=(A,c,e)=>{const t=[0];for(let l=c+1;l<=e;l++)t[l-c]=t[l-c-1]+l3(A[l],A[l-1]);for(let l=1,s=e-c;l<=s;l++)t[l]/=t[s];return t},Hp=(A,c,e,t,l)=>{let s=Math.floor((e-c+1)/2),a=0;for(let o=c+1;o<e;o++){const r=Q0(3,t,l[o-c]),f=z2(r,A[o]),i=f.x*f.x+f.y*f.y;i>=a&&(a=i,s=o)}return{error:a,index:s}},Ip=(A,c,e)=>{const t=A.length,l=10**e,s=e<16?p=>Math.round(p*l)/l:p=>p,a=(p,h)=>s(p)+","+s(h);let o=!0,r,f,i,m;const u=[],d=(p,h)=>{var B,C,g,L;const M=p.p.x,w=p.p.y;if(o)u.push("M"+a(M,w)),o=!1;else{const z=M+(((B=p.i)==null?void 0:B.x)??0),b=w+(((C=p.i)==null?void 0:C.y)??0);if(z===M&&b===w&&i===r&&m===f){if(!h){const v=M-r,F=w-f;u.push(v===0?"v"+s(F):F===0?"h"+s(v):"l"+a(v,F))}}else u.push("c"+a(i-r,m-f)+" "+a(z-r,b-f)+" "+a(M-r,w-f))}r=M,f=w,i=M+(((g=p.o)==null?void 0:g.x)??0),m=w+(((L=p.o)==null?void 0:L.y)??0)};if(!t)return"";for(let p=0;p<t;p++)d(A[p]);return c&&t>0&&(d(A[0],!0),u.push("z")),u.join("")},wA=(A,c={})=>A.length===0?"":Ip(vp(A.map(typeof A[0].x=="number"?e=>z1(e.x,e.y):e=>z1(e[0],e[1])),c.closed,c.tolerance??2.5),c.closed,c.precision??5);function n3(){const A="freehand",c='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><path fill="currentColor" fill-rule="evenodd" d="M8.61 2.66c-.227-.198-.817-.365-1.602.129c-2.508 1.58-4.693 4.43-5.432 5.463a.75.75 0 1 1-1.22-.873c.75-1.047 3.078-4.112 5.853-5.86C7.41.763 8.75.795 9.594 1.527c.421.365.684.89.688 1.486c.004.591-.246 1.177-.702 1.698c-1.427 1.632-3.312 3.845-4.104 4.925c-.104.142-.111.25-.102.312c.01.07.047.136.11.183a.411.411 0 0 0 .299.067c.14-.017.36-.094.628-.339c.226-.208.461-.43.703-.657c.745-.701 1.55-1.46 2.356-2.053c.838-.616 1.818-.787 2.561-.333c.371.227.632.59.723 1.024c.09.43.004.878-.213 1.29c-.232.442-.434.76-.615 1.046l-.014.023a10.6 10.6 0 0 0-.485.819a.506.506 0 0 0-.024.415c.024.06.047.089.06.101c.092.007.172-.016.299-.114c.178-.139.377-.374.676-.766a.75.75 0 0 1 1.192.911c-.285.373-.594.764-.948 1.04c-.392.304-.867.489-1.444.413c-.633-.082-1.048-.57-1.231-1.037a2.007 2.007 0 0 1 .09-1.658c.19-.364.37-.647.541-.916l.021-.034c.177-.279.352-.556.555-.942c.085-.162.077-.255.071-.284a.068.068 0 0 0-.036-.051c-.043-.027-.347-.138-.89.262c-.726.533-1.433 1.2-2.16 1.884c-.255.24-.513.483-.775.723c-.923.846-2.047.959-2.838.367c-.77-.576-.981-1.68-.32-2.582c.837-1.142 2.767-3.405 4.185-5.026l.513.448l-.513-.448c.271-.31.332-.555.331-.702a.468.468 0 0 0-.171-.362Zm2.863 8.883l-.003-.002c.002 0 .003.001.003.002" clip-rule="evenodd"/></svg>',e=[];function t({settings:a,id:o,x:r,y:f}){return e.length=0,e.push([r,f],[r,f]),{type:A,id:o,x:r,y:f,path:wA(e,{tolerance:1,precision:1}).replace(/^M\d+,\d+/,""),thickness:a.thickness,color:a.color}}function l({settings:a,id:o,x:r,y:f}){return e.push([r,f]),{type:A,id:o,x:e[0][0],y:e[0][1],path:wA(e,{tolerance:1,precision:1}).replace(/^M\d+,\d+/,""),thickness:a.thickness,color:a.color}}const s=L1(a=>n.h("path",{d:`M${a.x},${a.y}${a.path}`,class:"freehand",stroke:a.color,"stroke-width":a.thickness}));return{type:A,icon:c,onDrawStart:t,onDraw:l,ShapeSvgComponent:s,svgStyle:`
3
3
  .freehand {
4
4
  stroke-linecap: round;
5
5
  stroke-linejoin: round;
6
6
  fill-opacity: 0;
7
7
  }
8
- `,handles:[{name:"base",position:({x:a,y:r})=>({x:a,y:r}),onMove:({x:a,y:r})=>({x:a,y:r})}]}}const QA=[{name:"start",opposite:"end",position:({x1:A,y1:c})=>({x:A,y:c}),onMove:({x:A,y:c})=>({x1:A,y1:c})},{name:"base",position:({x1:A,y1:c,x2:e,y2:t})=>({x:A+(e-A)/2,y:c+(t-c)/2}),onMove:({x:A,y:c})=>({x1:A,y1:c,x2:A,y2:c})},{name:"end",opposite:"start",position:({x2:A,y2:c})=>({x:A,y:c}),onMove:({x:A,y:c})=>({x2:A,y2:c})}],a3=[0,22.5,45,67.5,90,112.5,135,157.5,180,202.5,225,247.5,270,292.5,315,337.5],x0=[22.5,45,67.5,112.5,135,157.5,202.5,225,247.5,292.5,315,337.5];function r3(){const A="line",c='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.71 3.29a1 1 0 0 0-1.42 0l-18 18a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l18-18a1 1 0 0 0 0-1.42"/></svg>';function e({settings:l,id:s,posStart:a,x:r,y:o}){return{type:A,id:s,x1:a.x,y1:a.y,x2:r,y2:o,thickness:l.thickness,color:l.color}}const t=L1(l=>n.h("line",{x1:l.x1,y1:l.y1,x2:l.x2,y2:l.y2,stroke:l.color,"stroke-width":l.thickness}));return{type:A,icon:c,onDraw:e,ShapeSvgComponent:t,svgStyle:`
8
+ `,handles:[{name:"base",position:({x:a,y:o})=>({x:a,y:o}),onMove:({x:a,y:o})=>({x:a,y:o})}]}}const QA=[{name:"start",opposite:"end",position:({x1:A,y1:c})=>({x:A,y:c}),onMove:({x:A,y:c})=>({x1:A,y1:c})},{name:"base",position:({x1:A,y1:c,x2:e,y2:t})=>({x:A+(e-A)/2,y:c+(t-c)/2}),onMove:({x:A,y:c})=>({x1:A,y1:c,x2:A,y2:c})},{name:"end",opposite:"start",position:({x2:A,y2:c})=>({x:A,y:c}),onMove:({x:A,y:c})=>({x2:A,y2:c})}],a3=[0,22.5,45,67.5,90,112.5,135,157.5,180,202.5,225,247.5,270,292.5,315,337.5],x0=[22.5,45,67.5,112.5,135,157.5,202.5,225,247.5,292.5,315,337.5];function r3(){const A="line",c='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.71 3.29a1 1 0 0 0-1.42 0l-18 18a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l18-18a1 1 0 0 0 0-1.42"/></svg>';function e({settings:l,id:s,posStart:a,x:o,y:r}){return{type:A,id:s,x1:a.x,y1:a.y,x2:o,y2:r,thickness:l.thickness,color:l.color}}const t=L1(l=>n.h("line",{x1:l.x1,y1:l.y1,x2:l.x2,y2:l.y2,stroke:l.color,"stroke-width":l.thickness}));return{type:A,icon:c,onDraw:e,ShapeSvgComponent:t,svgStyle:`
9
9
  line {
10
10
  stroke-linecap: round;
11
11
  stroke-linejoin: round;
12
12
  fill-opacity: 0;
13
13
  }
14
- `,handles:QA,snapAngles:a3}}function o3(){const A="arrow",c='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M4.5 0h-4a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .854.354L2.5 3.207l11.646 11.647l.708-.708L3.207 2.5L4.854.854A.5.5 0 0 0 4.5 0"/></svg>';function e(s){return`arrow-${s.color.replace(/[^a-z0-9]/gi,"")}`}function t({id:s,settings:a,posStart:r,x:o,y:f}){return{type:A,id:s,x1:r.x,y1:r.y,x2:o,y2:f,thickness:a.thickness,color:a.color}}const l=L1(s=>n.h("line",{x1:s.x1,y1:s.y1,x2:s.x2,y2:s.y2,stroke:s.color,"stroke-width":s.thickness,"marker-end":`url(#${e(s)})`}));return{type:A,icon:c,onDraw:t,ShapeSvgComponent:l,ToolSvgComponent:{props:{history:Array,activeShape:Object,width:Number,height:Number,tools:Array},setup(s){const a=n.computed(()=>[...s.history,s.activeShape].filter(r=>(r==null?void 0:r.type)==="arrow").filter((r,o,f)=>f.findIndex(i=>e(i)===e(r))===o).map(r=>({id:e(r),color:r.color})));return()=>n.h("defs",a.value.map(r=>n.h("marker",{id:r.id,key:r.id,viewBox:"0 0 10 10",refX:"2.5",refY:"2.5",markerWidth:"8",markerHeight:"8",orient:"auto-start-reverse"},[n.h("polygon",{points:"0,5 1.7,2.5 0,0 5,2.5",fill:r.color})])))}},handles:QA,snapAngles:a3}}const i3=[{name:"base",position:({x:A,y:c,width:e,height:t})=>({x:A+e/2,y:c+t/2}),onMove:({x:A,y:c})=>({x:A,y:c})},{name:"top",position:({x:A,y:c,width:e})=>({x:A+e/2,y:c}),onMove:({y:A})=>({y:A,height:-A})},{name:"top-right",opposite:"bottom-left",position:({x:A,y:c,width:e})=>({x:A+e,y:c}),onMove:({x:A,y:c})=>({width:A,height:-c,y:c})},{name:"right",position:({x:A,y:c,width:e,height:t})=>({x:A+e,y:c+t/2}),onMove:({x:A})=>({width:A})},{name:"bottom-right",opposite:"top-left",position:({x:A,y:c,width:e,height:t})=>({x:A+e,y:c+t}),onMove:({x:A,y:c})=>({width:A,height:c})},{name:"bottom",position:({x:A,y:c,width:e,height:t})=>({x:A+e/2,y:c+t}),onMove:({y:A})=>({height:A})},{name:"bottom-left",opposite:"top-right",position:({x:A,y:c,height:e})=>({x:A,y:c+e}),onMove:({x:A,y:c})=>({x:A,width:-A,height:c})},{name:"left",position:({x:A,y:c,height:e})=>({x:A,y:c+e/2}),onMove:({x:A})=>({x:A,width:-A})},{name:"top-left",opposite:"bottom-right",position:({x:A,y:c})=>({x:A,y:c}),onMove:({x:A,y:c})=>({x:A,y:c,width:-A,height:-c})}];function f3(){const A="rectangle",c='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16m0 160H40V56h176z"/></svg>';function e({settings:l,id:s,minX:a,minY:r,maxX:o,maxY:f}){return{type:A,id:s,x:a,y:r,width:o-a,height:f-r,thickness:l.thickness,color:l.color}}const t=L1(l=>n.h("rect",{x:l.width>0?l.x:l.x+l.width,y:l.height>0?l.y:l.y+l.height,width:Math.abs(l.width),height:Math.abs(l.height),stroke:l.color,"stroke-width":l.thickness}));return{type:A,icon:c,onDraw:e,ShapeSvgComponent:t,svgStyle:`
14
+ `,handles:QA,snapAngles:a3}}function o3(){const A="arrow",c='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M4.5 0h-4a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .854.354L2.5 3.207l11.646 11.647l.708-.708L3.207 2.5L4.854.854A.5.5 0 0 0 4.5 0"/></svg>';function e(s){return`arrow-${s.color.replace(/[^a-z0-9]/gi,"")}`}function t({id:s,settings:a,posStart:o,x:r,y:f}){return{type:A,id:s,x1:o.x,y1:o.y,x2:r,y2:f,thickness:a.thickness,color:a.color}}const l=L1(s=>n.h("line",{x1:s.x1,y1:s.y1,x2:s.x2,y2:s.y2,stroke:s.color,"stroke-width":s.thickness,"marker-end":`url(#${e(s)})`}));return{type:A,icon:c,onDraw:t,ShapeSvgComponent:l,ToolSvgComponent:{props:{history:Array,activeShape:Object,width:Number,height:Number,tools:Array},setup(s){const a=n.computed(()=>[...s.history,s.activeShape].filter(o=>(o==null?void 0:o.type)==="arrow").filter((o,r,f)=>f.findIndex(i=>e(i)===e(o))===r).map(o=>({id:e(o),color:o.color})));return()=>n.h("defs",a.value.map(o=>n.h("marker",{id:o.id,key:o.id,viewBox:"0 0 10 10",refX:"2.5",refY:"2.5",markerWidth:"8",markerHeight:"8",orient:"auto-start-reverse"},[n.h("polygon",{points:"0,5 1.7,2.5 0,0 5,2.5",fill:o.color})])))}},handles:QA,snapAngles:a3}}const i3=[{name:"base",position:({x:A,y:c,width:e,height:t})=>({x:A+e/2,y:c+t/2}),onMove:({x:A,y:c})=>({x:A,y:c})},{name:"top",position:({x:A,y:c,width:e})=>({x:A+e/2,y:c}),onMove:({y:A})=>({y:A,height:-A})},{name:"top-right",opposite:"bottom-left",position:({x:A,y:c,width:e})=>({x:A+e,y:c}),onMove:({x:A,y:c})=>({width:A,height:-c,y:c})},{name:"right",position:({x:A,y:c,width:e,height:t})=>({x:A+e,y:c+t/2}),onMove:({x:A})=>({width:A})},{name:"bottom-right",opposite:"top-left",position:({x:A,y:c,width:e,height:t})=>({x:A+e,y:c+t}),onMove:({x:A,y:c})=>({width:A,height:c})},{name:"bottom",position:({x:A,y:c,width:e,height:t})=>({x:A+e/2,y:c+t}),onMove:({y:A})=>({height:A})},{name:"bottom-left",opposite:"top-right",position:({x:A,y:c,height:e})=>({x:A,y:c+e}),onMove:({x:A,y:c})=>({x:A,width:-A,height:c})},{name:"left",position:({x:A,y:c,height:e})=>({x:A,y:c+e/2}),onMove:({x:A})=>({x:A,width:-A})},{name:"top-left",opposite:"bottom-right",position:({x:A,y:c})=>({x:A,y:c}),onMove:({x:A,y:c})=>({x:A,y:c,width:-A,height:-c})}];function f3(){const A="rectangle",c='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16m0 160H40V56h176z"/></svg>';function e({settings:l,id:s,minX:a,minY:o,maxX:r,maxY:f}){return{type:A,id:s,x:a,y:o,width:r-a,height:f-o,thickness:l.thickness,color:l.color}}const t=L1(l=>n.h("rect",{x:l.width>0?l.x:l.x+l.width,y:l.height>0?l.y:l.y+l.height,width:Math.abs(l.width),height:Math.abs(l.height),stroke:l.color,"stroke-width":l.thickness}));return{type:A,icon:c,onDraw:e,ShapeSvgComponent:t,svgStyle:`
15
15
  rect {
16
16
  stroke-linecap: round;
17
17
  stroke-linejoin: round;
18
18
  fill-opacity: 0;
19
19
  }
20
- `,handles:i3,snapAngles:x0}}function Tp(){const A="crop",c='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 23v-4H7q-.825 0-1.412-.587T5 17V7H1V5h4V1h2v16h16v2h-4v4zm0-8V7H9V5h8q.825 0 1.413.588T19 7v8z"/></svg>';function e({id:r,minX:o,minY:f,maxX:i,maxY:m}){return{type:A,id:r,x:o,y:f,width:i-o,height:m-f}}function t(r){const o=r.filter(f=>f.type==="crop");return r.filter(f=>f.type!=="crop"||f.id===o[o.length-1].id)}const l={props:{history:Array,activeShape:Object,width:Number,height:Number,tools:Array},setup(r){const{simplifiedHistory:o}=w0({...n.toRefs(r),includeActiveShape:!0}),f=n.computed(()=>o.value.find(u=>u.type==="crop")),i=n.computed(()=>f.value.width>0?f.value.x:f.value.x+f.value.width),m=n.computed(()=>f.value.height>0?f.value.y:f.value.y+f.value.height);return()=>f.value?n.h("path",{class:"overlay",id:f.value.id,d:`M 0,0 V ${r.height} H ${r.width} V 0 Z
20
+ `,handles:i3,snapAngles:x0}}function Tp(){const A="crop",c='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 23v-4H7q-.825 0-1.412-.587T5 17V7H1V5h4V1h2v16h16v2h-4v4zm0-8V7H9V5h8q.825 0 1.413.588T19 7v8z"/></svg>';function e({id:o,minX:r,minY:f,maxX:i,maxY:m}){return{type:A,id:o,x:r,y:f,width:i-r,height:m-f}}function t(o){const r=o.filter(f=>f.type==="crop");return o.filter(f=>f.type!=="crop"||f.id===r[r.length-1].id)}const l={props:{history:Array,activeShape:Object,width:Number,height:Number,tools:Array},setup(o){const{simplifiedHistory:r}=w0({...n.toRefs(o),includeActiveShape:!0}),f=n.computed(()=>r.value.find(u=>u.type==="crop")),i=n.computed(()=>f.value.width>0?f.value.x:f.value.x+f.value.width),m=n.computed(()=>f.value.height>0?f.value.y:f.value.y+f.value.height);return()=>f.value?n.h("path",{class:"overlay",id:f.value.id,d:`M 0,0 V ${o.height} H ${o.width} V 0 Z
21
21
  M ${i.value},${m.value} H ${i.value+Math.abs(f.value.width)} V ${m.value+Math.abs(f.value.height)} H ${i.value} Z
22
22
  `}):void 0},layer:1e6},s=`
23
23
  .overlay {
24
24
  opacity: 0.7;
25
25
  fill: #020202;
26
26
  }
27
- `;function a({svg:r,history:o,tools:f}){var i;const{simplifiedHistory:m}=w0({history:n.toRef(o),tools:n.toRef(f),includeActiveShape:!1}),u=m.value.find(d=>d.type==="crop");if(u){const d=u.width>0?u.x:u.x+u.width,p=u.height>0?u.y:u.y+u.height,h=Math.abs(u.width),B=Math.abs(u.height);console.log({crop:u,x:d,y:p,width:h,height:B}),r.setAttribute("width",String(h)),r.setAttribute("height",String(B)),r.setAttribute("viewBox",`${d} ${p} ${h} ${B}`),(i=r.querySelector(".overlay"))==null||i.remove()}}return{type:A,icon:c,onDraw:e,svgStyle:s,simplifyHistory:t,ToolSvgComponent:l,beforeExport:a,handles:i3,snapAngles:x0}}function xA(A){return new Promise(function(c,e){const t=new FileReader;t.onloadend=function(){c(t.result)},t.onerror=function(){e()},t.readAsDataURL(A)})}function Dp({blob:A,color:c}){const e="background";async function t(){const a=A?await xA(await A):void 0;return{type:e,id:c3(),data:a,color:c}}const l={props:{history:Array,activeShape:Object,width:Number,height:Number,tools:Array},setup(a){const r=n.computed(()=>a.history.find(o=>o.type==="background"));return()=>{var o;return(o=r.value)!=null&&o.data?n.h("image",{href:r.value.data,id:r.value.id,width:a.width}):void 0}},layer:-1e6};function s({svgId:a}){return`
27
+ `;function a({svg:o,history:r,tools:f}){var i;const{simplifiedHistory:m}=w0({history:n.toRef(r),tools:n.toRef(f),includeActiveShape:!1}),u=m.value.find(d=>d.type==="crop");if(u){const d=u.width>0?u.x:u.x+u.width,p=u.height>0?u.y:u.y+u.height,h=Math.abs(u.width),B=Math.abs(u.height);console.log({crop:u,x:d,y:p,width:h,height:B}),o.setAttribute("width",String(h)),o.setAttribute("height",String(B)),o.setAttribute("viewBox",`${d} ${p} ${h} ${B}`),(i=o.querySelector(".overlay"))==null||i.remove()}}return{type:A,icon:c,onDraw:e,svgStyle:s,simplifyHistory:t,ToolSvgComponent:l,beforeExport:a,handles:i3,snapAngles:x0}}function xA(A){return new Promise(function(c,e){const t=new FileReader;t.onloadend=function(){c(t.result)},t.onerror=function(){e()},t.readAsDataURL(A)})}function Dp({blob:A,color:c}){const e="background";async function t(){const a=A?await xA(await A):void 0;return{type:e,id:c3(),data:a,color:c}}const l={props:{history:Array,activeShape:Object,width:Number,height:Number,tools:Array},setup(a){const o=n.computed(()=>a.history.find(r=>r.type==="background"));return()=>{var r;return(r=o.value)!=null&&r.data?n.h("image",{href:o.value.data,id:o.value.id,width:a.width}):void 0}},layer:-1e6};function s({svgId:a}){return`
28
28
  #${a} {
29
29
  background-color: ${c}
30
30
  }
31
- `}return{type:e,onInitialize:t,ToolSvgComponent:l,svgStyle:s}}function m3({font:A="Just another hand",fontUrl:c="https://fonts.gstatic.com/s/justanotherhand/v19/845CNN4-AJyIGvIou-6yJKyptyOpOfr4DGiHSIax.woff2",baseFontSize:e=14}={}){const t="textarea",l='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.5 4l1.16 4.35l-.96.26c-.45-.87-.91-1.74-1.44-2.18C16.73 6 16.11 6 15.5 6H13v10.5c0 .5 0 1 .33 1.25c.34.25 1 .25 1.67.25v1H9v-1c.67 0 1.33 0 1.67-.25c.33-.25.33-.75.33-1.25V6H8.5c-.61 0-1.23 0-1.76.43c-.53.44-.99 1.31-1.44 2.18l-.96-.26L5.5 4z"/></svg>',s=n.ref("");async function a(){if(c){const u=await Vp(c);s.value=await xA(u)}}function r({settings:u,id:d,minX:p,minY:h,maxX:B,maxY:C}){return{type:t,id:d,x:p,y:h,width:B-p,height:C-h,fontSize:u.thickness,color:u.color,content:""}}function o({settings:u,id:d,minX:p,minY:h,maxX:B,maxY:C}){const g=Object.freeze({x:p,y:h,width:B-p,height:C-h});return new Promise((L,M)=>{const w=document.querySelector("svg textarea.is-active");w===null?M("Could not find the textarea"):(w.focus(),w.onpointerdown=z=>z.stopPropagation(),w.onpointermove=z=>z.stopPropagation(),w.onpointerup=z=>z.stopPropagation(),w.onblur=()=>{var z;(z=w.value)!=null&&z.length||L(void 0);const b=w.value;w.value="",L({type:t,id:d,...g,fontSize:u.thickness,color:u.color,content:b})})})}const f=L1((u,{isActive:d})=>n.h("foreignObject",{x:u.width>0?u.x:u.x+u.width,y:u.height>0?u.y:u.y+u.height,width:Math.abs(u.width),height:Math.abs(u.height)},n.h("textarea",{class:d?"is-active textarea":"textarea",style:`font-size: ${u.fontSize}em; color: ${u.color}`,disabled:!d,innerHTML:u.content})));function i({svgId:u}){return(s.value?`
31
+ `}return{type:e,onInitialize:t,ToolSvgComponent:l,svgStyle:s}}function m3({font:A="Just another hand",fontUrl:c="https://fonts.gstatic.com/s/justanotherhand/v19/845CNN4-AJyIGvIou-6yJKyptyOpOfr4DGiHSIax.woff2",baseFontSize:e=14}={}){const t="textarea",l='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.5 4l1.16 4.35l-.96.26c-.45-.87-.91-1.74-1.44-2.18C16.73 6 16.11 6 15.5 6H13v10.5c0 .5 0 1 .33 1.25c.34.25 1 .25 1.67.25v1H9v-1c.67 0 1.33 0 1.67-.25c.33-.25.33-.75.33-1.25V6H8.5c-.61 0-1.23 0-1.76.43c-.53.44-.99 1.31-1.44 2.18l-.96-.26L5.5 4z"/></svg>',s=n.ref("");async function a(){if(c){const u=await Vp(c);s.value=await xA(u)}}function o({settings:u,id:d,minX:p,minY:h,maxX:B,maxY:C}){return{type:t,id:d,x:p,y:h,width:B-p,height:C-h,fontSize:u.thickness,color:u.color,content:""}}function r({settings:u,id:d,minX:p,minY:h,maxX:B,maxY:C}){const g=Object.freeze({x:p,y:h,width:B-p,height:C-h});return new Promise((L,M)=>{const w=document.querySelector("svg textarea.is-active");w===null?M("Could not find the textarea"):(w.focus(),w.onpointerdown=z=>z.stopPropagation(),w.onpointermove=z=>z.stopPropagation(),w.onpointerup=z=>z.stopPropagation(),w.onblur=()=>{var z;(z=w.value)!=null&&z.length||L(void 0);const b=w.value;w.value="",L({type:t,id:d,...g,fontSize:u.thickness,color:u.color,content:b})})})}const f=L1((u,{isActive:d})=>n.h("foreignObject",{x:u.width>0?u.x:u.x+u.width,y:u.height>0?u.y:u.y+u.height,width:Math.abs(u.width),height:Math.abs(u.height)},n.h("textarea",{class:d?"is-active textarea":"textarea",style:`font-size: ${u.fontSize}em; color: ${u.color}`,disabled:!d,innerHTML:u.content})));function i({svgId:u}){return(s.value?`
32
32
  @font-face {
33
33
  font-family: "${A}";
34
34
  font-style: normal;
@@ -69,7 +69,7 @@
69
69
  border: 1px dashed #777;
70
70
  padding: 0;
71
71
  }
72
- `}function m({svg:u,history:d}){const p=u.querySelector("style");!d.some(h=>h.type==="textarea")&&p&&(p.innerHTML=p.innerHTML.replace(i({svgId:u.id}),""))}return{type:t,icon:l,onInitialize:a,onDraw:r,onDrawEnd:o,ShapeSvgComponent:f,svgStyle:i,handles:i3,snapAngles:x0,beforeExport:m}}function u3(){const A="eraser",c='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.24 3.56l4.95 4.94c.78.79.78 2.05 0 2.84L12 20.53a4.01 4.01 0 0 1-5.66 0L2.81 17c-.78-.79-.78-2.05 0-2.84l10.6-10.6c.79-.78 2.05-.78 2.83 0M4.22 15.58l3.54 3.53c.78.79 2.04.79 2.83 0l3.53-3.53l-4.95-4.95z"/></svg>',e=[];function t(o,f){const i=document.elementsFromPoint(o,f),m=i.findIndex(d=>d.classList.contains("vp-image")),u=i.slice(0,m).map(d=>d.id).filter(d=>d&&!e.includes(d));e.push(...u)}function l({id:o,absoluteX:f,absoluteY:i}){return e.length=0,t(f,i),{type:A,id:o,targets:structuredClone(e)}}function s({id:o,absoluteX:f,absoluteY:i}){return t(f,i),{type:A,id:o,targets:structuredClone(e)}}function a({activeShape:o}){return e.length===0?void 0:o}function r(o){const f=o.filter(i=>i.type==="eraser").flatMap(i=>i.targets);return o.filter(i=>i.type!=="eraser"&&!f.includes(i.id))}return{type:A,icon:c,onDrawStart:l,onDraw:s,onDrawEnd:a,simplifyHistory:r}}function p3({handlesOnActiveShape:A=!1,handleRadius:c=10}={}){const e="move",t='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m19 10l-4 4v-3h-4v4h3l-4 4l-4-4h3v-4H5v3l-4-4l4-4v3h4V5H6l4-4l4 4h-3v4h4V6z"/></svg>';let l=[];function s(p,h){const B=document.elementsFromPoint(p,h).find(C=>C.classList.contains("handle"));l=B?[B.id]:[]}function a({id:p,absoluteX:h,absoluteY:B}){return s(h,B),{type:e,id:p,targets:structuredClone(l),x:0,y:0,angleSnap:!1}}function r({id:p,settings:h,posStart:B,x:C,y:g}){const L=h.angleSnap;h.angleSnap=!1;const M={type:e,id:p,targets:structuredClone(l),x:C-B.x,y:g-B.y,angleSnap:L};return h.angleSnap=L,M}function o({activeShape:p}){return l.length===0?void 0:p}function f(p,h,B){const C=h.find(U=>U.type===p.type),g=C==null?void 0:C.handles,L=g==null?void 0:g.find(U=>U.name===B.handle);if(!L||!C)return p;const M=g==null?void 0:g.find(U=>U.name===L.opposite),w=n.ref(),z={x:0,y:0};if(B.angleSnap&&L.name==="base")w.value=a3;else if(B.angleSnap&&M){const U=L.position(p),T=M.position(p);z.x=T.x-U.x,z.y=T.y-U.y,w.value=C.snapAngles}const b=fA({snapAngles:w,posStart:z,x:B.x,y:B.y}),v=(L==null?void 0:L.onMove(b,p))??{},F=Object.entries(v).map(([U,T])=>[U,p[U]+T]);return Object.assign({},p,Object.fromEntries(F))}function i(p,h){const B=p.filter(C=>C.type==="move").flatMap(C=>C.targets.map(g=>{const[L,M]=g.includes("-handle-")?g.split("-handle-"):["base",g];return{shapeId:M,handle:L,...C}}));return p.filter(C=>C.type!=="move").map(C=>B.filter(g=>C.id===g.shapeId).reduce((g,L)=>f(g,h,L),C))}const m={props:{history:Array,activeShape:Object,width:Number,height:Number,tools:Array},setup(p){const{simplifiedHistory:h}=w0({...n.toRefs(p),includeActiveShape:!0});return()=>h.value.flatMap((B,C)=>{var g,L;return(L=(g=p.tools.find(M=>M.type===B.type))==null?void 0:g.handles)==null?void 0:L.map(M=>{const{x:w,y:z}=M.position(B);return n.h("circle",{id:`${M.name}-handle-${B.id}`,class:`handle use-tool-move ${A&&C===h.value.length-1?"is-active":""}`,cx:w,cy:z})})})},layer:1e3};function u({svgId:p}){return`
72
+ `}function m({svg:u,history:d}){const p=u.querySelector("style");!d.some(h=>h.type==="textarea")&&p&&(p.innerHTML=p.innerHTML.replace(i({svgId:u.id}),""))}return{type:t,icon:l,onInitialize:a,onDraw:o,onDrawEnd:r,ShapeSvgComponent:f,svgStyle:i,handles:i3,snapAngles:x0,beforeExport:m}}function u3(){const A="eraser",c='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.24 3.56l4.95 4.94c.78.79.78 2.05 0 2.84L12 20.53a4.01 4.01 0 0 1-5.66 0L2.81 17c-.78-.79-.78-2.05 0-2.84l10.6-10.6c.79-.78 2.05-.78 2.83 0M4.22 15.58l3.54 3.53c.78.79 2.04.79 2.83 0l3.53-3.53l-4.95-4.95z"/></svg>',e=[];function t(r,f){const i=document.elementsFromPoint(r,f),m=i.findIndex(d=>d.classList.contains("vp-image")),u=i.slice(0,m).map(d=>d.id).filter(d=>d&&!e.includes(d));e.push(...u)}function l({id:r,absoluteX:f,absoluteY:i}){return e.length=0,t(f,i),{type:A,id:r,targets:structuredClone(e)}}function s({id:r,absoluteX:f,absoluteY:i}){return t(f,i),{type:A,id:r,targets:structuredClone(e)}}function a({activeShape:r}){return e.length===0?void 0:r}function o(r){const f=r.filter(i=>i.type==="eraser").flatMap(i=>i.targets);return r.filter(i=>i.type!=="eraser"&&!f.includes(i.id))}return{type:A,icon:c,onDrawStart:l,onDraw:s,onDrawEnd:a,simplifyHistory:o}}function p3({handlesOnActiveShape:A=!1,handleRadius:c=10}={}){const e="move",t='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m19 10l-4 4v-3h-4v4h3l-4 4l-4-4h3v-4H5v3l-4-4l4-4v3h4V5H6l4-4l4 4h-3v4h4V6z"/></svg>';let l=[];function s(p,h){const B=document.elementsFromPoint(p,h).find(C=>C.classList.contains("handle"));l=B?[B.id]:[]}function a({id:p,absoluteX:h,absoluteY:B}){return s(h,B),{type:e,id:p,targets:structuredClone(l),x:0,y:0,angleSnap:!1}}function o({id:p,settings:h,posStart:B,x:C,y:g}){const L=h.angleSnap;h.angleSnap=!1;const M={type:e,id:p,targets:structuredClone(l),x:C-B.x,y:g-B.y,angleSnap:L};return h.angleSnap=L,M}function r({activeShape:p}){return l.length===0?void 0:p}function f(p,h,B){const C=h.find(U=>U.type===p.type),g=C==null?void 0:C.handles,L=g==null?void 0:g.find(U=>U.name===B.handle);if(!L||!C)return p;const M=g==null?void 0:g.find(U=>U.name===L.opposite),w=n.ref(),z={x:0,y:0};if(B.angleSnap&&L.name==="base")w.value=a3;else if(B.angleSnap&&M){const U=L.position(p),T=M.position(p);z.x=T.x-U.x,z.y=T.y-U.y,w.value=C.snapAngles}const b=fA({snapAngles:w,posStart:z,x:B.x,y:B.y}),v=(L==null?void 0:L.onMove(b,p))??{},F=Object.entries(v).map(([U,T])=>[U,p[U]+T]);return Object.assign({},p,Object.fromEntries(F))}function i(p,h){const B=p.filter(C=>C.type==="move").flatMap(C=>C.targets.map(g=>{const[L,M]=g.includes("-handle-")?g.split("-handle-"):["base",g];return{shapeId:M,handle:L,...C}}));return p.filter(C=>C.type!=="move").map(C=>B.filter(g=>C.id===g.shapeId).reduce((g,L)=>f(g,h,L),C))}const m={props:{history:Array,activeShape:Object,width:Number,height:Number,tools:Array},setup(p){const{simplifiedHistory:h}=w0({...n.toRefs(p),includeActiveShape:!0});return()=>h.value.flatMap((B,C)=>{var g,L;return(L=(g=p.tools.find(M=>M.type===B.type))==null?void 0:g.handles)==null?void 0:L.map(M=>{const{x:w,y:z}=M.position(B);return n.h("circle",{id:`${M.name}-handle-${B.id}`,class:`handle use-tool-move ${A&&C===h.value.length-1?"is-active":""}`,cx:w,cy:z})})})},layer:1e3};function u({svgId:p}){return`
73
73
  circle.handle {
74
74
  r: 0;
75
75
  stroke: #000;
@@ -89,13 +89,13 @@
89
89
  .vp-editor #${p} circle.handle.is-active:hover {
90
90
  r: ${c*1.5}px;
91
91
  }
92
- `}function d({svg:p}){p.querySelectorAll("circle.handle").forEach(h=>h.remove())}return{type:e,icon:t,onDrawStart:a,onDraw:r,onDrawEnd:o,simplifyHistory:i,ToolSvgComponent:m,svgStyle:u,beforeExport:d}}function _p(...A){return n.computed(()=>A.every(c=>r1(c)))}const Kp={f:({settings:A})=>A.value.tool="freehand",l:({settings:A})=>A.value.tool="line",a:({settings:A})=>A.value.tool="arrow",e:({settings:A})=>A.value.tool="ellipse",r:({settings:A})=>A.value.tool="rectangle",t:({settings:A})=>A.value.tool="textarea",c:({settings:A})=>A.value.tool="crop",d:({settings:A})=>A.value.tool="eraser",m:({settings:A})=>A.value.tool="move",ctrl_z:({undo:A})=>A(),cmd_z:({undo:A})=>A(),ctrl_y:({redo:A})=>A(),cmd_y:({redo:A})=>A(),ctrl_s:({save:A})=>A(),cmd_s:({save:A})=>A()},FA=[];function d3({shortcuts:A=Kp,angleSnapOnShift:c=!0}={}){const e="keyboard-shortcuts",t=hp(),l=n.computed(()=>{var o,f;return((o=t.value)==null?void 0:o.tagName)!=="INPUT"&&((f=t.value)==null?void 0:f.tagName)!=="TEXTAREA"}),s=Lp({passive:!1,onEventFired(o){(o.ctrlKey||o.metaKey)&&["s","z","y"].includes(o.key)&&o.type==="keydown"&&o.preventDefault()}}),{getActiveEditor:a}=gA();async function r(){Object.entries(A).forEach(([o,f])=>{FA.includes(o)||(pp(_p(s[o],l),()=>{f(a())}),FA.push(o))}),c&&n.watch(s.shift,()=>{a().settings.value.angleSnap=s.shift.value})}return{type:e,onInitialize:r}}const X2=Math.sqrt(2)*2,o2=Math.sqrt(2),Op=[{name:"base",position:({x:A,y:c})=>({x:A,y:c}),onMove:({x:A,y:c})=>({x:A,y:c})},{name:"top",position:({x:A,y:c,height:e})=>({x:A,y:c-e/2}),onMove:({y:A},{base:c})=>c==="center"?{height:-A*2}:{y:A/2,height:-A}},{name:"top-right",opposite:"bottom-left",position:({x:A,y:c,height:e,width:t})=>({x:A+t/X2,y:c-e/X2}),onMove:({x:A,y:c},{base:e})=>e==="center"?{width:A*o2*2,height:-c*o2*2}:{x:A/2,y:c/2,width:A*o2,height:-c*o2}},{name:"right",position:({x:A,y:c,width:e})=>({x:A+e/2,y:c}),onMove:({x:A},{base:c})=>c==="center"?{width:A*2}:{x:A/2,width:A}},{name:"bottom-right",opposite:"top-left",position:({x:A,y:c,height:e,width:t})=>({x:A+t/X2,y:c+e/X2}),onMove:({x:A,y:c},{base:e})=>e==="center"?{width:A*o2*2,height:c*o2*2}:{x:A/2,y:c/2,width:A*o2,height:c*o2}},{name:"bottom",position:({x:A,y:c,height:e})=>({x:A,y:c+e/2}),onMove:({y:A},{base:c})=>c==="center"?{height:A*2}:{y:A/2,height:A}},{name:"bottom-left",opposite:"top-right",position:({x:A,y:c,height:e,width:t})=>({x:A-t/X2,y:c+e/X2}),onMove:({x:A,y:c},{base:e})=>e==="center"?{width:-A*o2*2,height:c*o2*2}:{x:A/2,y:c/2,width:-A*o2,height:c*o2}},{name:"left",position:({x:A,y:c,width:e})=>({x:A-e/2,y:c}),onMove:({x:A},{base:c})=>c==="center"?{width:-A*2}:{x:A/2,width:-A}},{name:"top-left",opposite:"bottom-right",position:({x:A,y:c,height:e,width:t})=>({x:A-t/X2,y:c-e/X2}),onMove:({x:A,y:c},{base:e})=>e==="center"?{width:-A*o2*2,height:-c*o2*2}:{x:A/2,y:c/2,width:-A*o2,height:-c*o2}}];function h3({base:A="edge"}={}){const c="ellipse",e=Math.sqrt(2),t='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6c4.41 0 8 2.69 8 6s-3.59 6-8 6s-8-2.69-8-6s3.59-6 8-6m0-2C6.5 4 2 7.58 2 12s4.5 8 10 8s10-3.58 10-8s-4.5-8-10-8"/></svg>';function l({settings:a,id:r,minX:o,minY:f,maxX:i,maxY:m,posStart:u}){const d=A==="edge"?{x:o+(i-o)/2,y:f+(m-f)/2,width:(i-o)*e,height:(m-f)*e}:{x:u.x,y:u.y,width:(i-o)*e*2,height:(m-f)*e*2};return{type:c,id:r,base:A,...d,thickness:a.thickness,color:a.color}}const s=L1(a=>n.h("ellipse",{cx:a.x,cy:a.y,rx:Math.abs(a.width/2),ry:Math.abs(a.height/2),stroke:a.color,"stroke-width":a.thickness}));return{type:c,icon:t,onDraw:l,ShapeSvgComponent:s,svgStyle:`
92
+ `}function d({svg:p}){p.querySelectorAll("circle.handle").forEach(h=>h.remove())}return{type:e,icon:t,onDrawStart:a,onDraw:o,onDrawEnd:r,simplifyHistory:i,ToolSvgComponent:m,svgStyle:u,beforeExport:d}}function _p(...A){return n.computed(()=>A.every(c=>r1(c)))}const Kp={f:({settings:A})=>A.value.tool="freehand",l:({settings:A})=>A.value.tool="line",a:({settings:A})=>A.value.tool="arrow",e:({settings:A})=>A.value.tool="ellipse",r:({settings:A})=>A.value.tool="rectangle",t:({settings:A})=>A.value.tool="textarea",c:({settings:A})=>A.value.tool="crop",d:({settings:A})=>A.value.tool="eraser",m:({settings:A})=>A.value.tool="move",ctrl_z:({undo:A})=>A(),cmd_z:({undo:A})=>A(),ctrl_y:({redo:A})=>A(),cmd_y:({redo:A})=>A(),ctrl_s:({save:A})=>A(),cmd_s:({save:A})=>A()},FA=[];function d3({shortcuts:A=Kp,angleSnapOnShift:c=!0}={}){const e="keyboard-shortcuts",t=hp(),l=n.computed(()=>{var r,f;return((r=t.value)==null?void 0:r.tagName)!=="INPUT"&&((f=t.value)==null?void 0:f.tagName)!=="TEXTAREA"}),s=Lp({passive:!1,onEventFired(r){(r.ctrlKey||r.metaKey)&&["s","z","y"].includes(r.key)&&r.type==="keydown"&&r.preventDefault()}}),{getActiveEditor:a}=gA();async function o(){Object.entries(A).forEach(([r,f])=>{FA.includes(r)||(pp(_p(s[r],l),()=>{f(a())}),FA.push(r))}),c&&n.watch(s.shift,()=>{a().settings.value.angleSnap=s.shift.value})}return{type:e,onInitialize:o}}const X2=Math.sqrt(2)*2,o2=Math.sqrt(2),Op=[{name:"base",position:({x:A,y:c})=>({x:A,y:c}),onMove:({x:A,y:c})=>({x:A,y:c})},{name:"top",position:({x:A,y:c,height:e})=>({x:A,y:c-e/2}),onMove:({y:A},{base:c})=>c==="center"?{height:-A*2}:{y:A/2,height:-A}},{name:"top-right",opposite:"bottom-left",position:({x:A,y:c,height:e,width:t})=>({x:A+t/X2,y:c-e/X2}),onMove:({x:A,y:c},{base:e})=>e==="center"?{width:A*o2*2,height:-c*o2*2}:{x:A/2,y:c/2,width:A*o2,height:-c*o2}},{name:"right",position:({x:A,y:c,width:e})=>({x:A+e/2,y:c}),onMove:({x:A},{base:c})=>c==="center"?{width:A*2}:{x:A/2,width:A}},{name:"bottom-right",opposite:"top-left",position:({x:A,y:c,height:e,width:t})=>({x:A+t/X2,y:c+e/X2}),onMove:({x:A,y:c},{base:e})=>e==="center"?{width:A*o2*2,height:c*o2*2}:{x:A/2,y:c/2,width:A*o2,height:c*o2}},{name:"bottom",position:({x:A,y:c,height:e})=>({x:A,y:c+e/2}),onMove:({y:A},{base:c})=>c==="center"?{height:A*2}:{y:A/2,height:A}},{name:"bottom-left",opposite:"top-right",position:({x:A,y:c,height:e,width:t})=>({x:A-t/X2,y:c+e/X2}),onMove:({x:A,y:c},{base:e})=>e==="center"?{width:-A*o2*2,height:c*o2*2}:{x:A/2,y:c/2,width:-A*o2,height:c*o2}},{name:"left",position:({x:A,y:c,width:e})=>({x:A-e/2,y:c}),onMove:({x:A},{base:c})=>c==="center"?{width:-A*2}:{x:A/2,width:-A}},{name:"top-left",opposite:"bottom-right",position:({x:A,y:c,height:e,width:t})=>({x:A-t/X2,y:c-e/X2}),onMove:({x:A,y:c},{base:e})=>e==="center"?{width:-A*o2*2,height:-c*o2*2}:{x:A/2,y:c/2,width:-A*o2,height:-c*o2}}];function h3({base:A="edge"}={}){const c="ellipse",e=Math.sqrt(2),t='<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6c4.41 0 8 2.69 8 6s-3.59 6-8 6s-8-2.69-8-6s3.59-6 8-6m0-2C6.5 4 2 7.58 2 12s4.5 8 10 8s10-3.58 10-8s-4.5-8-10-8"/></svg>';function l({settings:a,id:o,minX:r,minY:f,maxX:i,maxY:m,posStart:u}){const d=A==="edge"?{x:r+(i-r)/2,y:f+(m-f)/2,width:(i-r)*e,height:(m-f)*e}:{x:u.x,y:u.y,width:(i-r)*e*2,height:(m-f)*e*2};return{type:c,id:o,base:A,...d,thickness:a.thickness,color:a.color}}const s=L1(a=>n.h("ellipse",{cx:a.x,cy:a.y,rx:Math.abs(a.width/2),ry:Math.abs(a.height/2),stroke:a.color,"stroke-width":a.thickness}));return{type:c,icon:t,onDraw:l,ShapeSvgComponent:s,svgStyle:`
93
93
  ellipse {
94
94
  stroke-linecap: round;
95
95
  stroke-linejoin: round;
96
96
  fill-opacity: 0;
97
97
  }
98
- `,handles:Op,snapAngles:x0}}function yA(A){const c=[n3(),r3(),o3(),h3(),f3(),m3(),u3(),p3(A),Tp(),d3()];return A!=null&&A.backgroundImage||A!=null&&A.backgroundColor?{tools:[Dp({blob:A==null?void 0:A.backgroundImage,color:A==null?void 0:A.backgroundColor}),...c]}:{tools:c}}async function Vp(A){return fetch(A).then(c=>c.blob())}var bA={update:null,begin:null,loopBegin:null,changeBegin:null,change:null,changeComplete:null,loopComplete:null,complete:null,loop:1,direction:"normal",autoplay:!0,timelineOffset:0},g3={duration:1e3,delay:0,endDelay:0,easing:"easeOutElastic(1, .5)",round:0},Rp=["translateX","translateY","translateZ","rotate","rotateX","rotateY","rotateZ","scale","scaleX","scaleY","scaleZ","skew","skewX","skewY","perspective","matrix","matrix3d"],F0={CSS:{},springs:{}};function S2(A,c,e){return Math.min(Math.max(A,c),e)}function _1(A,c){return A.indexOf(c)>-1}function C3(A,c){return A.apply(null,c)}var N={arr:function(A){return Array.isArray(A)},obj:function(A){return _1(Object.prototype.toString.call(A),"Object")},pth:function(A){return N.obj(A)&&A.hasOwnProperty("totalLength")},svg:function(A){return A instanceof SVGElement},inp:function(A){return A instanceof HTMLInputElement},dom:function(A){return A.nodeType||N.svg(A)},str:function(A){return typeof A=="string"},fnc:function(A){return typeof A=="function"},und:function(A){return typeof A>"u"},nil:function(A){return N.und(A)||A===null},hex:function(A){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(A)},rgb:function(A){return/^rgb/.test(A)},hsl:function(A){return/^hsl/.test(A)},col:function(A){return N.hex(A)||N.rgb(A)||N.hsl(A)},key:function(A){return!bA.hasOwnProperty(A)&&!g3.hasOwnProperty(A)&&A!=="targets"&&A!=="keyframes"}};function UA(A){var c=/\(([^)]+)\)/.exec(A);return c?c[1].split(",").map(function(e){return parseFloat(e)}):[]}function vA(A,c){var e=UA(A),t=S2(N.und(e[0])?1:e[0],.1,100),l=S2(N.und(e[1])?100:e[1],.1,100),s=S2(N.und(e[2])?10:e[2],.1,100),a=S2(N.und(e[3])?0:e[3],.1,100),r=Math.sqrt(l/t),o=s/(2*Math.sqrt(l*t)),f=o<1?r*Math.sqrt(1-o*o):0,i=1,m=o<1?(o*r+-a)/f:-a+r;function u(p){var h=c?c*p/1e3:p;return o<1?h=Math.exp(-h*o*r)*(i*Math.cos(f*h)+m*Math.sin(f*h)):h=(i+m*h)*Math.exp(-h*r),p===0||p===1?p:1-h}function d(){var p=F0.springs[A];if(p)return p;for(var h=1/6,B=0,C=0;;)if(B+=h,u(B)===1){if(C++,C>=16)break}else C=0;var g=B*h*1e3;return F0.springs[A]=g,g}return c?u:d}function Pp(A){return A===void 0&&(A=10),function(c){return Math.ceil(S2(c,1e-6,1)*A)*(1/A)}}var Gp=function(){var A=11,c=1/(A-1);function e(i,m){return 1-3*m+3*i}function t(i,m){return 3*m-6*i}function l(i){return 3*i}function s(i,m,u){return((e(m,u)*i+t(m,u))*i+l(m))*i}function a(i,m,u){return 3*e(m,u)*i*i+2*t(m,u)*i+l(m)}function r(i,m,u,d,p){var h,B,C=0;do B=m+(u-m)/2,h=s(B,d,p)-i,h>0?u=B:m=B;while(Math.abs(h)>1e-7&&++C<10);return B}function o(i,m,u,d){for(var p=0;p<4;++p){var h=a(m,u,d);if(h===0)return m;var B=s(m,u,d)-i;m-=B/h}return m}function f(i,m,u,d){if(!(0<=i&&i<=1&&0<=u&&u<=1))return;var p=new Float32Array(A);if(i!==m||u!==d)for(var h=0;h<A;++h)p[h]=s(h*c,i,u);function B(C){for(var g=0,L=1,M=A-1;L!==M&&p[L]<=C;++L)g+=c;--L;var w=(C-p[L])/(p[L+1]-p[L]),z=g+w*c,b=a(z,i,u);return b>=.001?o(C,z,i,u):b===0?z:r(C,g,g+c,i,u)}return function(C){return i===m&&u===d||C===0||C===1?C:s(B(C),m,d)}}return f}(),SA=function(){var A={linear:function(){return function(t){return t}}},c={Sine:function(){return function(t){return 1-Math.cos(t*Math.PI/2)}},Expo:function(){return function(t){return t?Math.pow(2,10*t-10):0}},Circ:function(){return function(t){return 1-Math.sqrt(1-t*t)}},Back:function(){return function(t){return t*t*(3*t-2)}},Bounce:function(){return function(t){for(var l,s=4;t<((l=Math.pow(2,--s))-1)/11;);return 1/Math.pow(4,3-s)-7.5625*Math.pow((l*3-2)/22-t,2)}},Elastic:function(t,l){t===void 0&&(t=1),l===void 0&&(l=.5);var s=S2(t,1,10),a=S2(l,.1,2);return function(r){return r===0||r===1?r:-s*Math.pow(2,10*(r-1))*Math.sin((r-1-a/(Math.PI*2)*Math.asin(1/s))*(Math.PI*2)/a)}}},e=["Quad","Cubic","Quart","Quint"];return e.forEach(function(t,l){c[t]=function(){return function(s){return Math.pow(s,l+2)}}}),Object.keys(c).forEach(function(t){var l=c[t];A["easeIn"+t]=l,A["easeOut"+t]=function(s,a){return function(r){return 1-l(s,a)(1-r)}},A["easeInOut"+t]=function(s,a){return function(r){return r<.5?l(s,a)(r*2)/2:1-l(s,a)(r*-2+2)/2}},A["easeOutIn"+t]=function(s,a){return function(r){return r<.5?(1-l(s,a)(1-r*2))/2:(l(s,a)(r*2-1)+1)/2}}}),A}();function B3(A,c){if(N.fnc(A))return A;var e=A.split("(")[0],t=SA[e],l=UA(A);switch(e){case"spring":return vA(A,c);case"cubicBezier":return C3(Gp,l);case"steps":return C3(Pp,l);default:return C3(t,l)}}function NA(A){try{var c=document.querySelectorAll(A);return c}catch{return}}function y0(A,c){for(var e=A.length,t=arguments.length>=2?arguments[1]:void 0,l=[],s=0;s<e;s++)if(s in A){var a=A[s];c.call(t,a,s,A)&&l.push(a)}return l}function b0(A){return A.reduce(function(c,e){return c.concat(N.arr(e)?b0(e):e)},[])}function EA(A){return N.arr(A)?A:(N.str(A)&&(A=NA(A)||A),A instanceof NodeList||A instanceof HTMLCollection?[].slice.call(A):[A])}function L3(A,c){return A.some(function(e){return e===c})}function z3(A){var c={};for(var e in A)c[e]=A[e];return c}function M3(A,c){var e=z3(A);for(var t in A)e[t]=c.hasOwnProperty(t)?c[t]:A[t];return e}function U0(A,c){var e=z3(A);for(var t in c)e[t]=N.und(A[t])?c[t]:A[t];return e}function Wp(A){var c=/rgb\((\d+,\s*[\d]+,\s*[\d]+)\)/g.exec(A);return c?"rgba("+c[1]+",1)":A}function Xp(A){var c=/^#?([a-f\d])([a-f\d])([a-f\d])$/i,e=A.replace(c,function(r,o,f,i){return o+o+f+f+i+i}),t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e),l=parseInt(t[1],16),s=parseInt(t[2],16),a=parseInt(t[3],16);return"rgba("+l+","+s+","+a+",1)"}function qp(A){var c=/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.exec(A)||/hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*([\d.]+)\)/g.exec(A),e=parseInt(c[1],10)/360,t=parseInt(c[2],10)/100,l=parseInt(c[3],10)/100,s=c[4]||1;function a(u,d,p){return p<0&&(p+=1),p>1&&(p-=1),p<1/6?u+(d-u)*6*p:p<1/2?d:p<2/3?u+(d-u)*(2/3-p)*6:u}var r,o,f;if(t==0)r=o=f=l;else{var i=l<.5?l*(1+t):l+t-l*t,m=2*l-i;r=a(m,i,e+1/3),o=a(m,i,e),f=a(m,i,e-1/3)}return"rgba("+r*255+","+o*255+","+f*255+","+s+")"}function Yp(A){if(N.rgb(A))return Wp(A);if(N.hex(A))return Xp(A);if(N.hsl(A))return qp(A)}function D2(A){var c=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(A);if(c)return c[1]}function Jp(A){if(_1(A,"translate")||A==="perspective")return"px";if(_1(A,"rotate")||_1(A,"skew"))return"deg"}function w3(A,c){return N.fnc(A)?A(c.target,c.id,c.total):A}function N2(A,c){return A.getAttribute(c)}function Q3(A,c,e){var t=D2(c);if(L3([e,"deg","rad","turn"],t))return c;var l=F0.CSS[c+e];if(!N.und(l))return l;var s=100,a=document.createElement(A.tagName),r=A.parentNode&&A.parentNode!==document?A.parentNode:document.body;r.appendChild(a),a.style.position="absolute",a.style.width=s+e;var o=s/a.offsetWidth;r.removeChild(a);var f=o*parseFloat(c);return F0.CSS[c+e]=f,f}function kA(A,c,e){if(c in A.style){var t=c.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),l=A.style[c]||getComputedStyle(A).getPropertyValue(t)||"0";return e?Q3(A,l,e):l}}function x3(A,c){if(N.dom(A)&&!N.inp(A)&&(!N.nil(N2(A,c))||N.svg(A)&&A[c]))return"attribute";if(N.dom(A)&&L3(Rp,c))return"transform";if(N.dom(A)&&c!=="transform"&&kA(A,c))return"css";if(A[c]!=null)return"object"}function HA(A){if(N.dom(A)){for(var c=A.style.transform||"",e=/(\w+)\(([^)]*)\)/g,t=new Map,l;l=e.exec(c);)t.set(l[1],l[2]);return t}}function jp(A,c,e,t){var l=_1(c,"scale")?1:0+Jp(c),s=HA(A).get(c)||l;return e&&(e.transforms.list.set(c,s),e.transforms.last=c),t?Q3(A,s,t):s}function F3(A,c,e,t){switch(x3(A,c)){case"transform":return jp(A,c,t,e);case"css":return kA(A,c,e);case"attribute":return N2(A,c);default:return A[c]||0}}function y3(A,c){var e=/^(\*=|\+=|-=)/.exec(A);if(!e)return A;var t=D2(A)||0,l=parseFloat(c),s=parseFloat(A.replace(e[0],""));switch(e[0][0]){case"+":return l+s+t;case"-":return l-s+t;case"*":return l*s+t}}function IA(A,c){if(N.col(A))return Yp(A);if(/\s/g.test(A))return A;var e=D2(A),t=e?A.substr(0,A.length-e.length):A;return c?t+c:t}function b3(A,c){return Math.sqrt(Math.pow(c.x-A.x,2)+Math.pow(c.y-A.y,2))}function $p(A){return Math.PI*2*N2(A,"r")}function Zp(A){return N2(A,"width")*2+N2(A,"height")*2}function Ad(A){return b3({x:N2(A,"x1"),y:N2(A,"y1")},{x:N2(A,"x2"),y:N2(A,"y2")})}function TA(A){for(var c=A.points,e=0,t,l=0;l<c.numberOfItems;l++){var s=c.getItem(l);l>0&&(e+=b3(t,s)),t=s}return e}function cd(A){var c=A.points;return TA(A)+b3(c.getItem(c.numberOfItems-1),c.getItem(0))}function DA(A){if(A.getTotalLength)return A.getTotalLength();switch(A.tagName.toLowerCase()){case"circle":return $p(A);case"rect":return Zp(A);case"line":return Ad(A);case"polyline":return TA(A);case"polygon":return cd(A)}}function ed(A){var c=DA(A);return A.setAttribute("stroke-dasharray",c),c}function td(A){for(var c=A.parentNode;N.svg(c)&&N.svg(c.parentNode);)c=c.parentNode;return c}function _A(A,c){var e=c||{},t=e.el||td(A),l=t.getBoundingClientRect(),s=N2(t,"viewBox"),a=l.width,r=l.height,o=e.viewBox||(s?s.split(" "):[0,0,a,r]);return{el:t,viewBox:o,x:o[0]/1,y:o[1]/1,w:a,h:r,vW:o[2],vH:o[3]}}function ld(A,c){var e=N.str(A)?NA(A)[0]:A,t=c||100;return function(l){return{property:l,el:e,svg:_A(e),totalLength:DA(e)*(t/100)}}}function sd(A,c,e){function t(i){i===void 0&&(i=0);var m=c+i>=1?c+i:0;return A.el.getPointAtLength(m)}var l=_A(A.el,A.svg),s=t(),a=t(-1),r=t(1),o=e?1:l.w/l.vW,f=e?1:l.h/l.vH;switch(A.property){case"x":return(s.x-l.x)*o;case"y":return(s.y-l.y)*f;case"angle":return Math.atan2(r.y-a.y,r.x-a.x)*180/Math.PI}}function KA(A,c){var e=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?/g,t=IA(N.pth(A)?A.totalLength:A,c)+"";return{original:t,numbers:t.match(e)?t.match(e).map(Number):[0],strings:N.str(A)||c?t.split(e):[]}}function U3(A){var c=A?b0(N.arr(A)?A.map(EA):EA(A)):[];return y0(c,function(e,t,l){return l.indexOf(e)===t})}function OA(A){var c=U3(A);return c.map(function(e,t){return{target:e,id:t,total:c.length,transforms:{list:HA(e)}}})}function nd(A,c){var e=z3(c);if(/^spring/.test(e.easing)&&(e.duration=vA(e.easing)),N.arr(A)){var t=A.length,l=t===2&&!N.obj(A[0]);l?A={value:A}:N.fnc(c.duration)||(e.duration=c.duration/t)}var s=N.arr(A)?A:[A];return s.map(function(a,r){var o=N.obj(a)&&!N.pth(a)?a:{value:a};return N.und(o.delay)&&(o.delay=r?0:c.delay),N.und(o.endDelay)&&(o.endDelay=r===s.length-1?c.endDelay:0),o}).map(function(a){return U0(a,e)})}function ad(A){for(var c=y0(b0(A.map(function(s){return Object.keys(s)})),function(s){return N.key(s)}).reduce(function(s,a){return s.indexOf(a)<0&&s.push(a),s},[]),e={},t=function(s){var a=c[s];e[a]=A.map(function(r){var o={};for(var f in r)N.key(f)?f==a&&(o.value=r[f]):o[f]=r[f];return o})},l=0;l<c.length;l++)t(l);return e}function rd(A,c){var e=[],t=c.keyframes;t&&(c=U0(ad(t),c));for(var l in c)N.key(l)&&e.push({name:l,tweens:nd(c[l],A)});return e}function od(A,c){var e={};for(var t in A){var l=w3(A[t],c);N.arr(l)&&(l=l.map(function(s){return w3(s,c)}),l.length===1&&(l=l[0])),e[t]=l}return e.duration=parseFloat(e.duration),e.delay=parseFloat(e.delay),e}function id(A,c){var e;return A.tweens.map(function(t){var l=od(t,c),s=l.value,a=N.arr(s)?s[1]:s,r=D2(a),o=F3(c.target,A.name,r,c),f=e?e.to.original:o,i=N.arr(s)?s[0]:f,m=D2(i)||D2(o),u=r||m;return N.und(a)&&(a=f),l.from=KA(i,u),l.to=KA(y3(a,i),u),l.start=e?e.end:0,l.end=l.start+l.delay+l.duration+l.endDelay,l.easing=B3(l.easing,l.duration),l.isPath=N.pth(s),l.isPathTargetInsideSVG=l.isPath&&N.svg(c.target),l.isColor=N.col(l.from.original),l.isColor&&(l.round=1),e=l,l})}var VA={css:function(A,c,e){return A.style[c]=e},attribute:function(A,c,e){return A.setAttribute(c,e)},object:function(A,c,e){return A[c]=e},transform:function(A,c,e,t,l){if(t.list.set(c,e),c===t.last||l){var s="";t.list.forEach(function(a,r){s+=r+"("+a+") "}),A.style.transform=s}}};function RA(A,c){var e=OA(A);e.forEach(function(t){for(var l in c){var s=w3(c[l],t),a=t.target,r=D2(s),o=F3(a,l,r,t),f=r||D2(o),i=y3(IA(s,f),o),m=x3(a,l);VA[m](a,l,i,t.transforms,!0)}})}function fd(A,c){var e=x3(A.target,c.name);if(e){var t=id(c,A),l=t[t.length-1];return{type:e,property:c.name,animatable:A,tweens:t,duration:l.end,delay:t[0].delay,endDelay:l.endDelay}}}function md(A,c){return y0(b0(A.map(function(e){return c.map(function(t){return fd(e,t)})})),function(e){return!N.und(e)})}function PA(A,c){var e=A.length,t=function(s){return s.timelineOffset?s.timelineOffset:0},l={};return l.duration=e?Math.max.apply(Math,A.map(function(s){return t(s)+s.duration})):c.duration,l.delay=e?Math.min.apply(Math,A.map(function(s){return t(s)+s.delay})):c.delay,l.endDelay=e?l.duration-Math.max.apply(Math,A.map(function(s){return t(s)+s.duration-s.endDelay})):c.endDelay,l}var GA=0;function ud(A){var c=M3(bA,A),e=M3(g3,A),t=rd(e,A),l=OA(A.targets),s=md(l,t),a=PA(s,e),r=GA;return GA++,U0(c,{id:r,children:[],animatables:l,animations:s,duration:a.duration,delay:a.delay,endDelay:a.endDelay})}var F2=[],WA=function(){var A;function c(){!A&&(!XA()||!X.suspendWhenDocumentHidden)&&F2.length>0&&(A=requestAnimationFrame(e))}function e(l){for(var s=F2.length,a=0;a<s;){var r=F2[a];r.paused?(F2.splice(a,1),s--):(r.tick(l),a++)}A=a>0?requestAnimationFrame(e):void 0}function t(){X.suspendWhenDocumentHidden&&(XA()?A=cancelAnimationFrame(A):(F2.forEach(function(l){return l._onDocumentVisibility()}),WA()))}return typeof document<"u"&&document.addEventListener("visibilitychange",t),c}();function XA(){return!!document&&document.hidden}function X(A){A===void 0&&(A={});var c=0,e=0,t=0,l,s=0,a=null;function r(g){var L=window.Promise&&new Promise(function(M){return a=M});return g.finished=L,L}var o=ud(A);r(o);function f(){var g=o.direction;g!=="alternate"&&(o.direction=g!=="normal"?"normal":"reverse"),o.reversed=!o.reversed,l.forEach(function(L){return L.reversed=o.reversed})}function i(g){return o.reversed?o.duration-g:g}function m(){c=0,e=i(o.currentTime)*(1/X.speed)}function u(g,L){L&&L.seek(g-L.timelineOffset)}function d(g){if(o.reversePlayback)for(var M=s;M--;)u(g,l[M]);else for(var L=0;L<s;L++)u(g,l[L])}function p(g){for(var L=0,M=o.animations,w=M.length;L<w;){var z=M[L],b=z.animatable,v=z.tweens,F=v.length-1,U=v[F];F&&(U=y0(v,function(a1){return g<a1.end})[0]||U);for(var T=S2(g-U.start-U.delay,0,U.duration)/U.duration,O=isNaN(T)?1:U.easing(T),E=U.to.strings,_=U.round,r2=[],A2=U.to.numbers.length,H=void 0,J=0;J<A2;J++){var k=void 0,R=U.to.numbers[J],t2=U.from.numbers[J]||0;U.isPath?k=sd(U.value,O*R,U.isPathTargetInsideSVG):k=t2+O*(R-t2),_&&(U.isColor&&J>2||(k=Math.round(k*_)/_)),r2.push(k)}var B2=E.length;if(!B2)H=r2[0];else{H=E[0];for(var l2=0;l2<B2;l2++){E[l2];var L2=E[l2+1],d2=r2[l2];isNaN(d2)||(L2?H+=d2+L2:H+=d2+" ")}}VA[z.type](b.target,z.property,H,b.transforms),z.currentValue=H,L++}}function h(g){o[g]&&!o.passThrough&&o[g](o)}function B(){o.remaining&&o.remaining!==!0&&o.remaining--}function C(g){var L=o.duration,M=o.delay,w=L-o.endDelay,z=i(g);o.progress=S2(z/L*100,0,100),o.reversePlayback=z<o.currentTime,l&&d(z),!o.began&&o.currentTime>0&&(o.began=!0,h("begin")),!o.loopBegan&&o.currentTime>0&&(o.loopBegan=!0,h("loopBegin")),z<=M&&o.currentTime!==0&&p(0),(z>=w&&o.currentTime!==L||!L)&&p(L),z>M&&z<w?(o.changeBegan||(o.changeBegan=!0,o.changeCompleted=!1,h("changeBegin")),h("change"),p(z)):o.changeBegan&&(o.changeCompleted=!0,o.changeBegan=!1,h("changeComplete")),o.currentTime=S2(z,0,L),o.began&&h("update"),g>=L&&(e=0,B(),o.remaining?(c=t,h("loopComplete"),o.loopBegan=!1,o.direction==="alternate"&&f()):(o.paused=!0,o.completed||(o.completed=!0,h("loopComplete"),h("complete"),!o.passThrough&&"Promise"in window&&(a(),r(o)))))}return o.reset=function(){var g=o.direction;o.passThrough=!1,o.currentTime=0,o.progress=0,o.paused=!0,o.began=!1,o.loopBegan=!1,o.changeBegan=!1,o.completed=!1,o.changeCompleted=!1,o.reversePlayback=!1,o.reversed=g==="reverse",o.remaining=o.loop,l=o.children,s=l.length;for(var L=s;L--;)o.children[L].reset();(o.reversed&&o.loop!==!0||g==="alternate"&&o.loop===1)&&o.remaining++,p(o.reversed?o.duration:0)},o._onDocumentVisibility=m,o.set=function(g,L){return RA(g,L),o},o.tick=function(g){t=g,c||(c=t),C((t+(e-c))*X.speed)},o.seek=function(g){C(i(g))},o.pause=function(){o.paused=!0,m()},o.play=function(){o.paused&&(o.completed&&o.reset(),o.paused=!1,F2.push(o),m(),WA())},o.reverse=function(){f(),o.completed=!o.reversed,m()},o.restart=function(){o.reset(),o.play()},o.remove=function(g){var L=U3(g);YA(L,o)},o.reset(),o.autoplay&&o.play(),o}function qA(A,c){for(var e=c.length;e--;)L3(A,c[e].animatable.target)&&c.splice(e,1)}function YA(A,c){var e=c.animations,t=c.children;qA(A,e);for(var l=t.length;l--;){var s=t[l],a=s.animations;qA(A,a),!a.length&&!s.children.length&&t.splice(l,1)}!e.length&&!t.length&&c.pause()}function pd(A){for(var c=U3(A),e=F2.length;e--;){var t=F2[e];YA(c,t)}}function dd(A,c){c===void 0&&(c={});var e=c.direction||"normal",t=c.easing?B3(c.easing):null,l=c.grid,s=c.axis,a=c.from||0,r=a==="first",o=a==="center",f=a==="last",i=N.arr(A),m=parseFloat(i?A[0]:A),u=i?parseFloat(A[1]):0,d=D2(i?A[1]:A)||0,p=c.start||0+(i?m:0),h=[],B=0;return function(C,g,L){if(r&&(a=0),o&&(a=(L-1)/2),f&&(a=L-1),!h.length){for(var M=0;M<L;M++){if(!l)h.push(Math.abs(a-M));else{var w=o?(l[0]-1)/2:a%l[0],z=o?(l[1]-1)/2:Math.floor(a/l[0]),b=M%l[0],v=Math.floor(M/l[0]),F=w-b,U=z-v,T=Math.sqrt(F*F+U*U);s==="x"&&(T=-F),s==="y"&&(T=-U),h.push(T)}B=Math.max.apply(Math,h)}t&&(h=h.map(function(E){return t(E/B)*B})),e==="reverse"&&(h=h.map(function(E){return s?E<0?E*-1:-E:Math.abs(B-E)}))}var O=i?(u-m)/B:m;return p+O*(Math.round(h[g]*100)/100)+d}}function hd(A){A===void 0&&(A={});var c=X(A);return c.duration=0,c.add=function(e,t){var l=F2.indexOf(c),s=c.children;l>-1&&F2.splice(l,1);function a(u){u.passThrough=!0}for(var r=0;r<s.length;r++)a(s[r]);var o=U0(e,M3(g3,A));o.targets=o.targets||A.targets;var f=c.duration;o.autoplay=!1,o.direction=c.direction,o.timelineOffset=N.und(t)?f:y3(t,f),a(c),c.seek(o.timelineOffset);var i=X(o);a(i),s.push(i);var m=PA(s,A);return c.delay=m.delay,c.endDelay=m.endDelay,c.duration=m.duration,c.seek(0),c.reset(),c.autoplay&&c.play(),c},c}X.version="3.2.1",X.speed=1,X.suspendWhenDocumentHidden=!0,X.running=F2,X.remove=pd,X.get=F3,X.set=RA,X.convertPx=Q3,X.path=ld,X.setDashoffset=ed,X.stagger=dd,X.timeline=hd,X.easing=B3,X.penner=SA,X.random=function(A,c){return Math.floor(Math.random()*(c-A+1))+A};const S22="",q=[],gd={components:{VpEditor:CA,Histogram:sA},props:["content"],data(){return{drawer:!1,history:[],tools:q,settings:iA(q,{tool:this.content.defaultTool,thickness:this.content.defaultThickness,color:this.content.defaultColor,angleSnap:this.content.angleSnap}),animations:[],histories:[],savedHistory:!1,fontFamily:"Arial, sans-serif"}},computed:{},watch:{},methods:{logEvent(A){console.log(A)},savejpg(A,c){document.querySelector(".vp-toolbar").setAttribute("data-html2canvas-ignore",""),A=A.replace(/\s/g,"_");let e="#drawCanvas",t=document.querySelector(e);t.querySelectorAll("foreignObject").forEach(s=>{s.querySelector(".textarea").style.fontFamily=this.fontFamily,s.style.color=s.querySelector(".textarea").style.color}),html2canvas(t).then(s=>{this.content.compare&&this.stepperStore.saveCanvasImage(s);let a={page:this.stepperStore.getCurrentPage,stepPage:this.stepperStore.getCurrentStep,history:this.history};this.stepperStore.saveHistoryDraw(a),s.toBlob(function(r){return saveAs(r,`${A}_capture.jpg`)},"image/jpeg",1)})},savedHistorical(){let A=this.stepperStore.getCurrentPage,c=this.stepperStore.getCurrentStep,t=this.stepperStore.getHistoryDraw.filter(l=>l.page===A&&l.stepPage===c);t.length>0&&(this.savedHistory=!0,t.forEach(l=>{l.history.forEach(s=>{this.history.push(s)})}))},suppliedHistory(){this.content.histories&&this.content.histories.forEach((A,c)=>{this.history.push(A)})},suppliedHistoryAnimated(){this.content.histories.forEach((e,t)=>setTimeout(()=>{this.history.push(e),X({targets:this.history[t],...this.content.animations[t],easing:"easeOutCubic",duration:800,round:1})},t*240))},setupTools(){q.length=0,this.content.tools.forEach((A,c)=>{if(A==="allTools"&&(console.log("all tools"),yA().tools.forEach(t=>{q.push(t)})),A==="freehand"){let e=n3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="line"){let e=r3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="arrow"){let e=o3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="rectangle"){let e=f3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="eclipse"){let e=h3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="eraser"){let e=u3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="move"){let e=p3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="textarea"){let e=m3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="keyboard-shortcuts"){let e=d3();q.find(t=>t.type===e.type)||q.push(e)}}),[...new Map(q.map(A=>[A.type,A])).values()]},getSavedImage(){document.getElementById("canvasBlob").appendChild(this.stepperStore.getCanvasImage)},prepFont(){this.content.textFont&&(this.fontFamily=this.content.textFont);const A=document.createElement("style");A.textContent=`#drawCanvas svg .textarea {font-family: ${this.fontFamily} !important;}`,document.head.appendChild(A)}},mounted(){this.savedHistory?console.log("loading saved history"):this.content.histories&&this.content.animations?(console.log("loading histories and animations"),this.suppliedHistoryAnimated()):this.content.histories&&!this.content.animations&&(console.log("loading histories"),this.suppliedHistory()),this.content.toolsBottom&&(console.log("moving toolbar to bottom"),document.querySelector(".vp-toolbar").classList.add("vp-toolbar-bottom")),this.prepFont()},beforeMount(){this.stepperStore=this.stepperMain(),this.savedHistorical(),this.setupTools(),this.stepperStore.resetSteps("vdr")}},Cd={style:{"list-style-type":"none"}};function Bd(A,c,e,t,l,s){const a=n.resolveComponent("vp-editor"),r=n.resolveComponent("Histogram"),o=n.resolveComponent("el-icon"),f=n.resolveComponent("el-button"),i=n.resolveComponent("el-drawer");return n.openBlock(),n.createElementBlock("div",{id:"drawCanvas",style:n.normalizeStyle("background-image: url("+e.content.backgoundImage+")")},[n.createVNode(a,{history:l.history,"onUpdate:history":c[0]||(c[0]=m=>l.history=m),settings:l.settings,tools:l.tools,onSave:c[1]||(c[1]=m=>s.savejpg(e.content.header,m)),onDrawEnd:s.logEvent},null,8,["history","settings","tools","onDrawEnd"]),e.content.viewHistory?(n.openBlock(),n.createBlock(f,{key:0,class:"history",type:"info",onClick:c[2]||(c[2]=m=>l.drawer=!0)},{default:n.withCtx(()=>[n.createVNode(o,null,{default:n.withCtx(()=>[n.createVNode(r)]),_:1})]),_:1})):n.createCommentVNode("",!0),n.createVNode(i,{modelValue:l.drawer,"onUpdate:modelValue":c[3]||(c[3]=m=>l.drawer=m),title:"Drawing history","with-header":!1,size:"80%",class:"historyList"},{default:n.withCtx(()=>[n.createElementVNode("ul",Cd,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.history,m=>(n.openBlock(),n.createElementBlock("li",null,n.toDisplayString(m),1))),256))])]),_:1},8,["modelValue"])],4)}const Ld=P(gd,[["render",Bd]]),N22="",Y=[],zd={components:{VpEditor:CA,Histogram:sA},props:["content"],data(){return{drawer:!1,history:[],tools:Y,settings:iA(Y,{tool:this.content.defaultTool,thickness:this.content.defaultThickness,color:this.content.defaultColor,angleSnap:this.content.angleSnap}),animations:[],histories:[],showOverlay:!0}},computed:{drawCompare(){return!!this.content.compare},overlayButtonText(){return this.content.compare&&this.showOverlay?"Hide Overlay":"Show Overlay"}},watch:{},methods:{savejpg(A,c){document.querySelector(".vp-toolbar").setAttribute("data-html2canvas-ignore",""),A=A.replace(/\s/g,"_");let e="#drawCanvas";html2canvas(document.querySelector(e)).then(t=>{this.stepperStore.saveCanvasImage(t);let l={page:this.stepperStore.getCurrentPage,stepPage:this.stepperStore.getCurrentStep,history:this.history};this.stepperStore.saveHistoryDraw(l),t.toBlob(function(s){return saveAs(s,`${A}_capture.jpg`)},"image/jpeg",1)})},savedHistory(){let A=this.content.comparePageNum,c=this.content.compareStepNum,t=this.stepperStore.getHistoryDraw.filter(l=>l.page===A&&l.stepPage===c);t.length>0&&t.forEach(l=>{l.history.forEach(s=>{this.history.push(s)})})},suppliedHistory(){this.content.histories&&this.content.histories.forEach((A,c)=>{this.history.push(A)})},suppliedHistoryAnimated(){this.content.histories.forEach((e,t)=>setTimeout(()=>{this.history.push(e),X({targets:this.history[t],...this.content.animations[t],easing:"easeOutCubic",duration:800,round:1})},t*240))},setupTools(){Y.length=0,this.content.tools.forEach((A,c)=>{if(A==="allTools"&&(console.log("all tools"),yA().tools.forEach(t=>{Y.push(t)})),A==="freehand"){let e=n3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="line"){let e=r3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="arrow"){let e=o3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="rectangle"){let e=f3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="eclipse"){let e=h3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="eraser"){let e=u3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="move"){let e=p3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="textarea"){let e=m3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="keyboard-shortcuts"){let e=d3();Y.find(t=>t.type===e.type)||Y.push(e)}}),[...new Map(Y.map(A=>[A.type,A])).values()]},getSavedImage(){document.getElementById("canvasBlob").appendChild(this.stepperStore.getCanvasImage)}},mounted(){this.content.compare?(console.log("loading drawing history"),this.suppliedHistory()):this.content.histories&&this.content.animations?(console.log("loading histories and animations"),this.suppliedHistoryAnimated()):this.content.histories&&!this.content.animations&&(console.log("loading histories"),this.suppliedHistory()),this.content.toolsBottom&&(console.log("moving toolbar to bottom"),document.querySelector(".vp-toolbar").classList.add("vp-toolbar-bottom"))},beforeMount(){this.stepperStore=this.stepperMain(),this.savedHistory(),this.setupTools()}},Md={key:1,class:"hideCompareButtons"},wd={style:{"list-style-type":"none"}};function Qd(A,c,e,t,l,s){const a=n.resolveComponent("vp-editor"),r=n.resolveComponent("el-button"),o=n.resolveComponent("Histogram"),f=n.resolveComponent("el-icon"),i=n.resolveComponent("el-drawer");return n.openBlock(),n.createElementBlock("div",{id:"drawCanvas",style:n.normalizeStyle("background-image: url("+e.content.backgoundImage+")")},[l.showOverlay?(n.openBlock(),n.createElementBlock("div",{key:0,class:"overlay",style:n.normalizeStyle("background: url("+e.content.overlay+")")},null,4)):n.createCommentVNode("",!0),n.createVNode(a,{history:l.history,"onUpdate:history":c[0]||(c[0]=m=>l.history=m),settings:l.settings,tools:l.tools,onSave:c[1]||(c[1]=m=>s.savejpg(e.content.header,m))},null,8,["history","settings","tools"]),s.drawCompare?(n.openBlock(),n.createElementBlock("div",Md,[n.createVNode(r,{size:"medium",type:"primary",onClick:c[2]||(c[2]=m=>l.showOverlay=!l.showOverlay)},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(s.overlayButtonText),1)]),_:1})])):n.createCommentVNode("",!0),e.content.viewHistory?(n.openBlock(),n.createBlock(r,{key:2,class:"history",type:"info",onClick:c[3]||(c[3]=m=>l.drawer=!0)},{default:n.withCtx(()=>[n.createVNode(f,null,{default:n.withCtx(()=>[n.createVNode(o)]),_:1})]),_:1})):n.createCommentVNode("",!0),n.createVNode(i,{modelValue:l.drawer,"onUpdate:modelValue":c[4]||(c[4]=m=>l.drawer=m),title:"Drawing history","with-header":!1},{default:n.withCtx(()=>[n.createElementVNode("ul",wd,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.history,m=>(n.openBlock(),n.createElementBlock("li",null,n.toDisplayString(m),1))),256))])]),_:1},8,["modelValue"])],4)}const xd=P(zd,[["render",Qd]]),E22="",Fd={props:["content"],data(){return{totalAttempts:99}},computed:{getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{choicesCheck(){setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(){this.stepperStore.finishSteps()},showFeedback(){return!!this.stepperStore.getShowFeedback}},mounted(){this.stepperStore.getDirections.display===!1&&setTimeout(()=>{})},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("el-input__inner"),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},yd=["src","width","height"];function bd(A,c,e,t,l,s){return n.openBlock(),n.createElementBlock("div",null,[n.createElementVNode("iframe",{class:"importedIframe",src:"imports/"+e.content.importFolder+"/"+e.content.importIndex,allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",width:e.content.width,height:e.content.height},null,8,yd)])}const Ud=P(Fd,[["render",bd],["__scopeId","data-v-f5bc6f4c"]]);/*!
98
+ `,handles:Op,snapAngles:x0}}function yA(A){const c=[n3(),r3(),o3(),h3(),f3(),m3(),u3(),p3(A),Tp(),d3()];return A!=null&&A.backgroundImage||A!=null&&A.backgroundColor?{tools:[Dp({blob:A==null?void 0:A.backgroundImage,color:A==null?void 0:A.backgroundColor}),...c]}:{tools:c}}async function Vp(A){return fetch(A).then(c=>c.blob())}var bA={update:null,begin:null,loopBegin:null,changeBegin:null,change:null,changeComplete:null,loopComplete:null,complete:null,loop:1,direction:"normal",autoplay:!0,timelineOffset:0},g3={duration:1e3,delay:0,endDelay:0,easing:"easeOutElastic(1, .5)",round:0},Rp=["translateX","translateY","translateZ","rotate","rotateX","rotateY","rotateZ","scale","scaleX","scaleY","scaleZ","skew","skewX","skewY","perspective","matrix","matrix3d"],F0={CSS:{},springs:{}};function S2(A,c,e){return Math.min(Math.max(A,c),e)}function _1(A,c){return A.indexOf(c)>-1}function C3(A,c){return A.apply(null,c)}var N={arr:function(A){return Array.isArray(A)},obj:function(A){return _1(Object.prototype.toString.call(A),"Object")},pth:function(A){return N.obj(A)&&A.hasOwnProperty("totalLength")},svg:function(A){return A instanceof SVGElement},inp:function(A){return A instanceof HTMLInputElement},dom:function(A){return A.nodeType||N.svg(A)},str:function(A){return typeof A=="string"},fnc:function(A){return typeof A=="function"},und:function(A){return typeof A>"u"},nil:function(A){return N.und(A)||A===null},hex:function(A){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(A)},rgb:function(A){return/^rgb/.test(A)},hsl:function(A){return/^hsl/.test(A)},col:function(A){return N.hex(A)||N.rgb(A)||N.hsl(A)},key:function(A){return!bA.hasOwnProperty(A)&&!g3.hasOwnProperty(A)&&A!=="targets"&&A!=="keyframes"}};function UA(A){var c=/\(([^)]+)\)/.exec(A);return c?c[1].split(",").map(function(e){return parseFloat(e)}):[]}function vA(A,c){var e=UA(A),t=S2(N.und(e[0])?1:e[0],.1,100),l=S2(N.und(e[1])?100:e[1],.1,100),s=S2(N.und(e[2])?10:e[2],.1,100),a=S2(N.und(e[3])?0:e[3],.1,100),o=Math.sqrt(l/t),r=s/(2*Math.sqrt(l*t)),f=r<1?o*Math.sqrt(1-r*r):0,i=1,m=r<1?(r*o+-a)/f:-a+o;function u(p){var h=c?c*p/1e3:p;return r<1?h=Math.exp(-h*r*o)*(i*Math.cos(f*h)+m*Math.sin(f*h)):h=(i+m*h)*Math.exp(-h*o),p===0||p===1?p:1-h}function d(){var p=F0.springs[A];if(p)return p;for(var h=1/6,B=0,C=0;;)if(B+=h,u(B)===1){if(C++,C>=16)break}else C=0;var g=B*h*1e3;return F0.springs[A]=g,g}return c?u:d}function Pp(A){return A===void 0&&(A=10),function(c){return Math.ceil(S2(c,1e-6,1)*A)*(1/A)}}var Gp=function(){var A=11,c=1/(A-1);function e(i,m){return 1-3*m+3*i}function t(i,m){return 3*m-6*i}function l(i){return 3*i}function s(i,m,u){return((e(m,u)*i+t(m,u))*i+l(m))*i}function a(i,m,u){return 3*e(m,u)*i*i+2*t(m,u)*i+l(m)}function o(i,m,u,d,p){var h,B,C=0;do B=m+(u-m)/2,h=s(B,d,p)-i,h>0?u=B:m=B;while(Math.abs(h)>1e-7&&++C<10);return B}function r(i,m,u,d){for(var p=0;p<4;++p){var h=a(m,u,d);if(h===0)return m;var B=s(m,u,d)-i;m-=B/h}return m}function f(i,m,u,d){if(!(0<=i&&i<=1&&0<=u&&u<=1))return;var p=new Float32Array(A);if(i!==m||u!==d)for(var h=0;h<A;++h)p[h]=s(h*c,i,u);function B(C){for(var g=0,L=1,M=A-1;L!==M&&p[L]<=C;++L)g+=c;--L;var w=(C-p[L])/(p[L+1]-p[L]),z=g+w*c,b=a(z,i,u);return b>=.001?r(C,z,i,u):b===0?z:o(C,g,g+c,i,u)}return function(C){return i===m&&u===d||C===0||C===1?C:s(B(C),m,d)}}return f}(),SA=function(){var A={linear:function(){return function(t){return t}}},c={Sine:function(){return function(t){return 1-Math.cos(t*Math.PI/2)}},Expo:function(){return function(t){return t?Math.pow(2,10*t-10):0}},Circ:function(){return function(t){return 1-Math.sqrt(1-t*t)}},Back:function(){return function(t){return t*t*(3*t-2)}},Bounce:function(){return function(t){for(var l,s=4;t<((l=Math.pow(2,--s))-1)/11;);return 1/Math.pow(4,3-s)-7.5625*Math.pow((l*3-2)/22-t,2)}},Elastic:function(t,l){t===void 0&&(t=1),l===void 0&&(l=.5);var s=S2(t,1,10),a=S2(l,.1,2);return function(o){return o===0||o===1?o:-s*Math.pow(2,10*(o-1))*Math.sin((o-1-a/(Math.PI*2)*Math.asin(1/s))*(Math.PI*2)/a)}}},e=["Quad","Cubic","Quart","Quint"];return e.forEach(function(t,l){c[t]=function(){return function(s){return Math.pow(s,l+2)}}}),Object.keys(c).forEach(function(t){var l=c[t];A["easeIn"+t]=l,A["easeOut"+t]=function(s,a){return function(o){return 1-l(s,a)(1-o)}},A["easeInOut"+t]=function(s,a){return function(o){return o<.5?l(s,a)(o*2)/2:1-l(s,a)(o*-2+2)/2}},A["easeOutIn"+t]=function(s,a){return function(o){return o<.5?(1-l(s,a)(1-o*2))/2:(l(s,a)(o*2-1)+1)/2}}}),A}();function B3(A,c){if(N.fnc(A))return A;var e=A.split("(")[0],t=SA[e],l=UA(A);switch(e){case"spring":return vA(A,c);case"cubicBezier":return C3(Gp,l);case"steps":return C3(Pp,l);default:return C3(t,l)}}function NA(A){try{var c=document.querySelectorAll(A);return c}catch{return}}function y0(A,c){for(var e=A.length,t=arguments.length>=2?arguments[1]:void 0,l=[],s=0;s<e;s++)if(s in A){var a=A[s];c.call(t,a,s,A)&&l.push(a)}return l}function b0(A){return A.reduce(function(c,e){return c.concat(N.arr(e)?b0(e):e)},[])}function EA(A){return N.arr(A)?A:(N.str(A)&&(A=NA(A)||A),A instanceof NodeList||A instanceof HTMLCollection?[].slice.call(A):[A])}function L3(A,c){return A.some(function(e){return e===c})}function z3(A){var c={};for(var e in A)c[e]=A[e];return c}function M3(A,c){var e=z3(A);for(var t in A)e[t]=c.hasOwnProperty(t)?c[t]:A[t];return e}function U0(A,c){var e=z3(A);for(var t in c)e[t]=N.und(A[t])?c[t]:A[t];return e}function Wp(A){var c=/rgb\((\d+,\s*[\d]+,\s*[\d]+)\)/g.exec(A);return c?"rgba("+c[1]+",1)":A}function Xp(A){var c=/^#?([a-f\d])([a-f\d])([a-f\d])$/i,e=A.replace(c,function(o,r,f,i){return r+r+f+f+i+i}),t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e),l=parseInt(t[1],16),s=parseInt(t[2],16),a=parseInt(t[3],16);return"rgba("+l+","+s+","+a+",1)"}function qp(A){var c=/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.exec(A)||/hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*([\d.]+)\)/g.exec(A),e=parseInt(c[1],10)/360,t=parseInt(c[2],10)/100,l=parseInt(c[3],10)/100,s=c[4]||1;function a(u,d,p){return p<0&&(p+=1),p>1&&(p-=1),p<1/6?u+(d-u)*6*p:p<1/2?d:p<2/3?u+(d-u)*(2/3-p)*6:u}var o,r,f;if(t==0)o=r=f=l;else{var i=l<.5?l*(1+t):l+t-l*t,m=2*l-i;o=a(m,i,e+1/3),r=a(m,i,e),f=a(m,i,e-1/3)}return"rgba("+o*255+","+r*255+","+f*255+","+s+")"}function Yp(A){if(N.rgb(A))return Wp(A);if(N.hex(A))return Xp(A);if(N.hsl(A))return qp(A)}function D2(A){var c=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(A);if(c)return c[1]}function Jp(A){if(_1(A,"translate")||A==="perspective")return"px";if(_1(A,"rotate")||_1(A,"skew"))return"deg"}function w3(A,c){return N.fnc(A)?A(c.target,c.id,c.total):A}function N2(A,c){return A.getAttribute(c)}function Q3(A,c,e){var t=D2(c);if(L3([e,"deg","rad","turn"],t))return c;var l=F0.CSS[c+e];if(!N.und(l))return l;var s=100,a=document.createElement(A.tagName),o=A.parentNode&&A.parentNode!==document?A.parentNode:document.body;o.appendChild(a),a.style.position="absolute",a.style.width=s+e;var r=s/a.offsetWidth;o.removeChild(a);var f=r*parseFloat(c);return F0.CSS[c+e]=f,f}function kA(A,c,e){if(c in A.style){var t=c.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),l=A.style[c]||getComputedStyle(A).getPropertyValue(t)||"0";return e?Q3(A,l,e):l}}function x3(A,c){if(N.dom(A)&&!N.inp(A)&&(!N.nil(N2(A,c))||N.svg(A)&&A[c]))return"attribute";if(N.dom(A)&&L3(Rp,c))return"transform";if(N.dom(A)&&c!=="transform"&&kA(A,c))return"css";if(A[c]!=null)return"object"}function HA(A){if(N.dom(A)){for(var c=A.style.transform||"",e=/(\w+)\(([^)]*)\)/g,t=new Map,l;l=e.exec(c);)t.set(l[1],l[2]);return t}}function jp(A,c,e,t){var l=_1(c,"scale")?1:0+Jp(c),s=HA(A).get(c)||l;return e&&(e.transforms.list.set(c,s),e.transforms.last=c),t?Q3(A,s,t):s}function F3(A,c,e,t){switch(x3(A,c)){case"transform":return jp(A,c,t,e);case"css":return kA(A,c,e);case"attribute":return N2(A,c);default:return A[c]||0}}function y3(A,c){var e=/^(\*=|\+=|-=)/.exec(A);if(!e)return A;var t=D2(A)||0,l=parseFloat(c),s=parseFloat(A.replace(e[0],""));switch(e[0][0]){case"+":return l+s+t;case"-":return l-s+t;case"*":return l*s+t}}function IA(A,c){if(N.col(A))return Yp(A);if(/\s/g.test(A))return A;var e=D2(A),t=e?A.substr(0,A.length-e.length):A;return c?t+c:t}function b3(A,c){return Math.sqrt(Math.pow(c.x-A.x,2)+Math.pow(c.y-A.y,2))}function $p(A){return Math.PI*2*N2(A,"r")}function Zp(A){return N2(A,"width")*2+N2(A,"height")*2}function Ad(A){return b3({x:N2(A,"x1"),y:N2(A,"y1")},{x:N2(A,"x2"),y:N2(A,"y2")})}function TA(A){for(var c=A.points,e=0,t,l=0;l<c.numberOfItems;l++){var s=c.getItem(l);l>0&&(e+=b3(t,s)),t=s}return e}function cd(A){var c=A.points;return TA(A)+b3(c.getItem(c.numberOfItems-1),c.getItem(0))}function DA(A){if(A.getTotalLength)return A.getTotalLength();switch(A.tagName.toLowerCase()){case"circle":return $p(A);case"rect":return Zp(A);case"line":return Ad(A);case"polyline":return TA(A);case"polygon":return cd(A)}}function ed(A){var c=DA(A);return A.setAttribute("stroke-dasharray",c),c}function td(A){for(var c=A.parentNode;N.svg(c)&&N.svg(c.parentNode);)c=c.parentNode;return c}function _A(A,c){var e=c||{},t=e.el||td(A),l=t.getBoundingClientRect(),s=N2(t,"viewBox"),a=l.width,o=l.height,r=e.viewBox||(s?s.split(" "):[0,0,a,o]);return{el:t,viewBox:r,x:r[0]/1,y:r[1]/1,w:a,h:o,vW:r[2],vH:r[3]}}function ld(A,c){var e=N.str(A)?NA(A)[0]:A,t=c||100;return function(l){return{property:l,el:e,svg:_A(e),totalLength:DA(e)*(t/100)}}}function sd(A,c,e){function t(i){i===void 0&&(i=0);var m=c+i>=1?c+i:0;return A.el.getPointAtLength(m)}var l=_A(A.el,A.svg),s=t(),a=t(-1),o=t(1),r=e?1:l.w/l.vW,f=e?1:l.h/l.vH;switch(A.property){case"x":return(s.x-l.x)*r;case"y":return(s.y-l.y)*f;case"angle":return Math.atan2(o.y-a.y,o.x-a.x)*180/Math.PI}}function KA(A,c){var e=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?/g,t=IA(N.pth(A)?A.totalLength:A,c)+"";return{original:t,numbers:t.match(e)?t.match(e).map(Number):[0],strings:N.str(A)||c?t.split(e):[]}}function U3(A){var c=A?b0(N.arr(A)?A.map(EA):EA(A)):[];return y0(c,function(e,t,l){return l.indexOf(e)===t})}function OA(A){var c=U3(A);return c.map(function(e,t){return{target:e,id:t,total:c.length,transforms:{list:HA(e)}}})}function nd(A,c){var e=z3(c);if(/^spring/.test(e.easing)&&(e.duration=vA(e.easing)),N.arr(A)){var t=A.length,l=t===2&&!N.obj(A[0]);l?A={value:A}:N.fnc(c.duration)||(e.duration=c.duration/t)}var s=N.arr(A)?A:[A];return s.map(function(a,o){var r=N.obj(a)&&!N.pth(a)?a:{value:a};return N.und(r.delay)&&(r.delay=o?0:c.delay),N.und(r.endDelay)&&(r.endDelay=o===s.length-1?c.endDelay:0),r}).map(function(a){return U0(a,e)})}function ad(A){for(var c=y0(b0(A.map(function(s){return Object.keys(s)})),function(s){return N.key(s)}).reduce(function(s,a){return s.indexOf(a)<0&&s.push(a),s},[]),e={},t=function(s){var a=c[s];e[a]=A.map(function(o){var r={};for(var f in o)N.key(f)?f==a&&(r.value=o[f]):r[f]=o[f];return r})},l=0;l<c.length;l++)t(l);return e}function rd(A,c){var e=[],t=c.keyframes;t&&(c=U0(ad(t),c));for(var l in c)N.key(l)&&e.push({name:l,tweens:nd(c[l],A)});return e}function od(A,c){var e={};for(var t in A){var l=w3(A[t],c);N.arr(l)&&(l=l.map(function(s){return w3(s,c)}),l.length===1&&(l=l[0])),e[t]=l}return e.duration=parseFloat(e.duration),e.delay=parseFloat(e.delay),e}function id(A,c){var e;return A.tweens.map(function(t){var l=od(t,c),s=l.value,a=N.arr(s)?s[1]:s,o=D2(a),r=F3(c.target,A.name,o,c),f=e?e.to.original:r,i=N.arr(s)?s[0]:f,m=D2(i)||D2(r),u=o||m;return N.und(a)&&(a=f),l.from=KA(i,u),l.to=KA(y3(a,i),u),l.start=e?e.end:0,l.end=l.start+l.delay+l.duration+l.endDelay,l.easing=B3(l.easing,l.duration),l.isPath=N.pth(s),l.isPathTargetInsideSVG=l.isPath&&N.svg(c.target),l.isColor=N.col(l.from.original),l.isColor&&(l.round=1),e=l,l})}var VA={css:function(A,c,e){return A.style[c]=e},attribute:function(A,c,e){return A.setAttribute(c,e)},object:function(A,c,e){return A[c]=e},transform:function(A,c,e,t,l){if(t.list.set(c,e),c===t.last||l){var s="";t.list.forEach(function(a,o){s+=o+"("+a+") "}),A.style.transform=s}}};function RA(A,c){var e=OA(A);e.forEach(function(t){for(var l in c){var s=w3(c[l],t),a=t.target,o=D2(s),r=F3(a,l,o,t),f=o||D2(r),i=y3(IA(s,f),r),m=x3(a,l);VA[m](a,l,i,t.transforms,!0)}})}function fd(A,c){var e=x3(A.target,c.name);if(e){var t=id(c,A),l=t[t.length-1];return{type:e,property:c.name,animatable:A,tweens:t,duration:l.end,delay:t[0].delay,endDelay:l.endDelay}}}function md(A,c){return y0(b0(A.map(function(e){return c.map(function(t){return fd(e,t)})})),function(e){return!N.und(e)})}function PA(A,c){var e=A.length,t=function(s){return s.timelineOffset?s.timelineOffset:0},l={};return l.duration=e?Math.max.apply(Math,A.map(function(s){return t(s)+s.duration})):c.duration,l.delay=e?Math.min.apply(Math,A.map(function(s){return t(s)+s.delay})):c.delay,l.endDelay=e?l.duration-Math.max.apply(Math,A.map(function(s){return t(s)+s.duration-s.endDelay})):c.endDelay,l}var GA=0;function ud(A){var c=M3(bA,A),e=M3(g3,A),t=rd(e,A),l=OA(A.targets),s=md(l,t),a=PA(s,e),o=GA;return GA++,U0(c,{id:o,children:[],animatables:l,animations:s,duration:a.duration,delay:a.delay,endDelay:a.endDelay})}var F2=[],WA=function(){var A;function c(){!A&&(!XA()||!X.suspendWhenDocumentHidden)&&F2.length>0&&(A=requestAnimationFrame(e))}function e(l){for(var s=F2.length,a=0;a<s;){var o=F2[a];o.paused?(F2.splice(a,1),s--):(o.tick(l),a++)}A=a>0?requestAnimationFrame(e):void 0}function t(){X.suspendWhenDocumentHidden&&(XA()?A=cancelAnimationFrame(A):(F2.forEach(function(l){return l._onDocumentVisibility()}),WA()))}return typeof document<"u"&&document.addEventListener("visibilitychange",t),c}();function XA(){return!!document&&document.hidden}function X(A){A===void 0&&(A={});var c=0,e=0,t=0,l,s=0,a=null;function o(g){var L=window.Promise&&new Promise(function(M){return a=M});return g.finished=L,L}var r=ud(A);o(r);function f(){var g=r.direction;g!=="alternate"&&(r.direction=g!=="normal"?"normal":"reverse"),r.reversed=!r.reversed,l.forEach(function(L){return L.reversed=r.reversed})}function i(g){return r.reversed?r.duration-g:g}function m(){c=0,e=i(r.currentTime)*(1/X.speed)}function u(g,L){L&&L.seek(g-L.timelineOffset)}function d(g){if(r.reversePlayback)for(var M=s;M--;)u(g,l[M]);else for(var L=0;L<s;L++)u(g,l[L])}function p(g){for(var L=0,M=r.animations,w=M.length;L<w;){var z=M[L],b=z.animatable,v=z.tweens,F=v.length-1,U=v[F];F&&(U=y0(v,function(a1){return g<a1.end})[0]||U);for(var T=S2(g-U.start-U.delay,0,U.duration)/U.duration,O=isNaN(T)?1:U.easing(T),E=U.to.strings,_=U.round,r2=[],A2=U.to.numbers.length,H=void 0,J=0;J<A2;J++){var k=void 0,R=U.to.numbers[J],t2=U.from.numbers[J]||0;U.isPath?k=sd(U.value,O*R,U.isPathTargetInsideSVG):k=t2+O*(R-t2),_&&(U.isColor&&J>2||(k=Math.round(k*_)/_)),r2.push(k)}var B2=E.length;if(!B2)H=r2[0];else{H=E[0];for(var l2=0;l2<B2;l2++){E[l2];var L2=E[l2+1],d2=r2[l2];isNaN(d2)||(L2?H+=d2+L2:H+=d2+" ")}}VA[z.type](b.target,z.property,H,b.transforms),z.currentValue=H,L++}}function h(g){r[g]&&!r.passThrough&&r[g](r)}function B(){r.remaining&&r.remaining!==!0&&r.remaining--}function C(g){var L=r.duration,M=r.delay,w=L-r.endDelay,z=i(g);r.progress=S2(z/L*100,0,100),r.reversePlayback=z<r.currentTime,l&&d(z),!r.began&&r.currentTime>0&&(r.began=!0,h("begin")),!r.loopBegan&&r.currentTime>0&&(r.loopBegan=!0,h("loopBegin")),z<=M&&r.currentTime!==0&&p(0),(z>=w&&r.currentTime!==L||!L)&&p(L),z>M&&z<w?(r.changeBegan||(r.changeBegan=!0,r.changeCompleted=!1,h("changeBegin")),h("change"),p(z)):r.changeBegan&&(r.changeCompleted=!0,r.changeBegan=!1,h("changeComplete")),r.currentTime=S2(z,0,L),r.began&&h("update"),g>=L&&(e=0,B(),r.remaining?(c=t,h("loopComplete"),r.loopBegan=!1,r.direction==="alternate"&&f()):(r.paused=!0,r.completed||(r.completed=!0,h("loopComplete"),h("complete"),!r.passThrough&&"Promise"in window&&(a(),o(r)))))}return r.reset=function(){var g=r.direction;r.passThrough=!1,r.currentTime=0,r.progress=0,r.paused=!0,r.began=!1,r.loopBegan=!1,r.changeBegan=!1,r.completed=!1,r.changeCompleted=!1,r.reversePlayback=!1,r.reversed=g==="reverse",r.remaining=r.loop,l=r.children,s=l.length;for(var L=s;L--;)r.children[L].reset();(r.reversed&&r.loop!==!0||g==="alternate"&&r.loop===1)&&r.remaining++,p(r.reversed?r.duration:0)},r._onDocumentVisibility=m,r.set=function(g,L){return RA(g,L),r},r.tick=function(g){t=g,c||(c=t),C((t+(e-c))*X.speed)},r.seek=function(g){C(i(g))},r.pause=function(){r.paused=!0,m()},r.play=function(){r.paused&&(r.completed&&r.reset(),r.paused=!1,F2.push(r),m(),WA())},r.reverse=function(){f(),r.completed=!r.reversed,m()},r.restart=function(){r.reset(),r.play()},r.remove=function(g){var L=U3(g);YA(L,r)},r.reset(),r.autoplay&&r.play(),r}function qA(A,c){for(var e=c.length;e--;)L3(A,c[e].animatable.target)&&c.splice(e,1)}function YA(A,c){var e=c.animations,t=c.children;qA(A,e);for(var l=t.length;l--;){var s=t[l],a=s.animations;qA(A,a),!a.length&&!s.children.length&&t.splice(l,1)}!e.length&&!t.length&&c.pause()}function pd(A){for(var c=U3(A),e=F2.length;e--;){var t=F2[e];YA(c,t)}}function dd(A,c){c===void 0&&(c={});var e=c.direction||"normal",t=c.easing?B3(c.easing):null,l=c.grid,s=c.axis,a=c.from||0,o=a==="first",r=a==="center",f=a==="last",i=N.arr(A),m=parseFloat(i?A[0]:A),u=i?parseFloat(A[1]):0,d=D2(i?A[1]:A)||0,p=c.start||0+(i?m:0),h=[],B=0;return function(C,g,L){if(o&&(a=0),r&&(a=(L-1)/2),f&&(a=L-1),!h.length){for(var M=0;M<L;M++){if(!l)h.push(Math.abs(a-M));else{var w=r?(l[0]-1)/2:a%l[0],z=r?(l[1]-1)/2:Math.floor(a/l[0]),b=M%l[0],v=Math.floor(M/l[0]),F=w-b,U=z-v,T=Math.sqrt(F*F+U*U);s==="x"&&(T=-F),s==="y"&&(T=-U),h.push(T)}B=Math.max.apply(Math,h)}t&&(h=h.map(function(E){return t(E/B)*B})),e==="reverse"&&(h=h.map(function(E){return s?E<0?E*-1:-E:Math.abs(B-E)}))}var O=i?(u-m)/B:m;return p+O*(Math.round(h[g]*100)/100)+d}}function hd(A){A===void 0&&(A={});var c=X(A);return c.duration=0,c.add=function(e,t){var l=F2.indexOf(c),s=c.children;l>-1&&F2.splice(l,1);function a(u){u.passThrough=!0}for(var o=0;o<s.length;o++)a(s[o]);var r=U0(e,M3(g3,A));r.targets=r.targets||A.targets;var f=c.duration;r.autoplay=!1,r.direction=c.direction,r.timelineOffset=N.und(t)?f:y3(t,f),a(c),c.seek(r.timelineOffset);var i=X(r);a(i),s.push(i);var m=PA(s,A);return c.delay=m.delay,c.endDelay=m.endDelay,c.duration=m.duration,c.seek(0),c.reset(),c.autoplay&&c.play(),c},c}X.version="3.2.1",X.speed=1,X.suspendWhenDocumentHidden=!0,X.running=F2,X.remove=pd,X.get=F3,X.set=RA,X.convertPx=Q3,X.path=ld,X.setDashoffset=ed,X.stagger=dd,X.timeline=hd,X.easing=B3,X.penner=SA,X.random=function(A,c){return Math.floor(Math.random()*(c-A+1))+A};const S22="",q=[],gd={components:{VpEditor:CA,Histogram:sA},props:["content"],data(){return{drawer:!1,history:[],tools:q,settings:iA(q,{tool:this.content.defaultTool,thickness:this.content.defaultThickness,color:this.content.defaultColor,angleSnap:this.content.angleSnap}),animations:[],histories:[],savedHistory:!1,fontFamily:"Arial, sans-serif"}},computed:{},watch:{},methods:{logEvent(A){console.log(A)},savejpg(A,c){document.querySelector(".vp-toolbar").setAttribute("data-html2canvas-ignore",""),A=A.replace(/\s/g,"_");let e="#drawCanvas",t=document.querySelector(e);t.querySelectorAll("foreignObject").forEach(s=>{s.querySelector(".textarea").style.fontFamily=this.fontFamily,s.style.color=s.querySelector(".textarea").style.color}),html2canvas(t).then(s=>{this.content.compare&&this.stepperStore.saveCanvasImage(s);let a={page:this.stepperStore.getCurrentPage,stepPage:this.stepperStore.getCurrentStep,history:this.history};this.stepperStore.saveHistoryDraw(a),s.toBlob(function(o){return saveAs(o,`${A}_capture.jpg`)},"image/jpeg",1)})},savedHistorical(){let A=this.stepperStore.getCurrentPage,c=this.stepperStore.getCurrentStep,t=this.stepperStore.getHistoryDraw.filter(l=>l.page===A&&l.stepPage===c);t.length>0&&(this.savedHistory=!0,t.forEach(l=>{l.history.forEach(s=>{this.history.push(s)})}))},suppliedHistory(){this.content.histories&&this.content.histories.forEach((A,c)=>{this.history.push(A)})},suppliedHistoryAnimated(){this.content.histories.forEach((e,t)=>setTimeout(()=>{this.history.push(e),X({targets:this.history[t],...this.content.animations[t],easing:"easeOutCubic",duration:800,round:1})},t*240))},setupTools(){q.length=0,this.content.tools.forEach((A,c)=>{if(A==="allTools"&&(console.log("all tools"),yA().tools.forEach(t=>{q.push(t)})),A==="freehand"){let e=n3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="line"){let e=r3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="arrow"){let e=o3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="rectangle"){let e=f3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="eclipse"){let e=h3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="eraser"){let e=u3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="move"){let e=p3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="textarea"){let e=m3();q.find(t=>t.type===e.type)||q.push(e)}if(A==="keyboard-shortcuts"){let e=d3();q.find(t=>t.type===e.type)||q.push(e)}}),[...new Map(q.map(A=>[A.type,A])).values()]},getSavedImage(){document.getElementById("canvasBlob").appendChild(this.stepperStore.getCanvasImage)},prepFont(){this.content.textFont&&(this.fontFamily=this.content.textFont);const A=document.createElement("style");A.textContent=`#drawCanvas svg .textarea {font-family: ${this.fontFamily} !important;}`,document.head.appendChild(A)}},mounted(){this.savedHistory?console.log("loading saved history"):this.content.histories&&this.content.animations?(console.log("loading histories and animations"),this.suppliedHistoryAnimated()):this.content.histories&&!this.content.animations&&(console.log("loading histories"),this.suppliedHistory()),this.content.toolsBottom&&(console.log("moving toolbar to bottom"),document.querySelector(".vp-toolbar").classList.add("vp-toolbar-bottom")),this.prepFont()},beforeMount(){this.stepperStore=this.stepperMain(),this.savedHistorical(),this.setupTools(),this.stepperStore.resetSteps("vdr")}},Cd={style:{"list-style-type":"none"}};function Bd(A,c,e,t,l,s){const a=n.resolveComponent("vp-editor"),o=n.resolveComponent("Histogram"),r=n.resolveComponent("el-icon"),f=n.resolveComponent("el-button"),i=n.resolveComponent("el-drawer");return n.openBlock(),n.createElementBlock("div",{id:"drawCanvas",style:n.normalizeStyle("background-image: url("+e.content.backgoundImage+")")},[n.createVNode(a,{history:l.history,"onUpdate:history":c[0]||(c[0]=m=>l.history=m),settings:l.settings,tools:l.tools,onSave:c[1]||(c[1]=m=>s.savejpg(e.content.header,m)),onDrawEnd:s.logEvent},null,8,["history","settings","tools","onDrawEnd"]),e.content.viewHistory?(n.openBlock(),n.createBlock(f,{key:0,class:"history",type:"info",onClick:c[2]||(c[2]=m=>l.drawer=!0)},{default:n.withCtx(()=>[n.createVNode(r,null,{default:n.withCtx(()=>[n.createVNode(o)]),_:1})]),_:1})):n.createCommentVNode("",!0),n.createVNode(i,{modelValue:l.drawer,"onUpdate:modelValue":c[3]||(c[3]=m=>l.drawer=m),title:"Drawing history","with-header":!1,size:"80%",class:"historyList"},{default:n.withCtx(()=>[n.createElementVNode("ul",Cd,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.history,m=>(n.openBlock(),n.createElementBlock("li",null,n.toDisplayString(m),1))),256))])]),_:1},8,["modelValue"])],4)}const Ld=P(gd,[["render",Bd]]),N22="",Y=[],zd={components:{VpEditor:CA,Histogram:sA},props:["content"],data(){return{drawer:!1,history:[],tools:Y,settings:iA(Y,{tool:this.content.defaultTool,thickness:this.content.defaultThickness,color:this.content.defaultColor,angleSnap:this.content.angleSnap}),animations:[],histories:[],showOverlay:!0}},computed:{drawCompare(){return!!this.content.compare},overlayButtonText(){return this.content.compare&&this.showOverlay?"Hide Overlay":"Show Overlay"}},watch:{},methods:{savejpg(A,c){document.querySelector(".vp-toolbar").setAttribute("data-html2canvas-ignore",""),A=A.replace(/\s/g,"_");let e="#drawCanvas";html2canvas(document.querySelector(e)).then(t=>{this.stepperStore.saveCanvasImage(t);let l={page:this.stepperStore.getCurrentPage,stepPage:this.stepperStore.getCurrentStep,history:this.history};this.stepperStore.saveHistoryDraw(l),t.toBlob(function(s){return saveAs(s,`${A}_capture.jpg`)},"image/jpeg",1)})},savedHistory(){let A=this.content.comparePageNum,c=this.content.compareStepNum,t=this.stepperStore.getHistoryDraw.filter(l=>l.page===A&&l.stepPage===c);t.length>0&&t.forEach(l=>{l.history.forEach(s=>{this.history.push(s)})})},suppliedHistory(){this.content.histories&&this.content.histories.forEach((A,c)=>{this.history.push(A)})},suppliedHistoryAnimated(){this.content.histories.forEach((e,t)=>setTimeout(()=>{this.history.push(e),X({targets:this.history[t],...this.content.animations[t],easing:"easeOutCubic",duration:800,round:1})},t*240))},setupTools(){Y.length=0,this.content.tools.forEach((A,c)=>{if(A==="allTools"&&(console.log("all tools"),yA().tools.forEach(t=>{Y.push(t)})),A==="freehand"){let e=n3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="line"){let e=r3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="arrow"){let e=o3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="rectangle"){let e=f3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="eclipse"){let e=h3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="eraser"){let e=u3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="move"){let e=p3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="textarea"){let e=m3();Y.find(t=>t.type===e.type)||Y.push(e)}if(A==="keyboard-shortcuts"){let e=d3();Y.find(t=>t.type===e.type)||Y.push(e)}}),[...new Map(Y.map(A=>[A.type,A])).values()]},getSavedImage(){document.getElementById("canvasBlob").appendChild(this.stepperStore.getCanvasImage)}},mounted(){this.content.compare?(console.log("loading drawing history"),this.suppliedHistory()):this.content.histories&&this.content.animations?(console.log("loading histories and animations"),this.suppliedHistoryAnimated()):this.content.histories&&!this.content.animations&&(console.log("loading histories"),this.suppliedHistory()),this.content.toolsBottom&&(console.log("moving toolbar to bottom"),document.querySelector(".vp-toolbar").classList.add("vp-toolbar-bottom"))},beforeMount(){this.stepperStore=this.stepperMain(),this.savedHistory(),this.setupTools()}},Md={key:1,class:"hideCompareButtons"},wd={style:{"list-style-type":"none"}};function Qd(A,c,e,t,l,s){const a=n.resolveComponent("vp-editor"),o=n.resolveComponent("el-button"),r=n.resolveComponent("Histogram"),f=n.resolveComponent("el-icon"),i=n.resolveComponent("el-drawer");return n.openBlock(),n.createElementBlock("div",{id:"drawCanvas",style:n.normalizeStyle("background-image: url("+e.content.backgoundImage+")")},[l.showOverlay?(n.openBlock(),n.createElementBlock("div",{key:0,class:"overlay",style:n.normalizeStyle("background: url("+e.content.overlay+")")},null,4)):n.createCommentVNode("",!0),n.createVNode(a,{history:l.history,"onUpdate:history":c[0]||(c[0]=m=>l.history=m),settings:l.settings,tools:l.tools,onSave:c[1]||(c[1]=m=>s.savejpg(e.content.header,m))},null,8,["history","settings","tools"]),s.drawCompare?(n.openBlock(),n.createElementBlock("div",Md,[n.createVNode(o,{size:"medium",type:"primary",onClick:c[2]||(c[2]=m=>l.showOverlay=!l.showOverlay)},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(s.overlayButtonText),1)]),_:1})])):n.createCommentVNode("",!0),e.content.viewHistory?(n.openBlock(),n.createBlock(o,{key:2,class:"history",type:"info",onClick:c[3]||(c[3]=m=>l.drawer=!0)},{default:n.withCtx(()=>[n.createVNode(f,null,{default:n.withCtx(()=>[n.createVNode(r)]),_:1})]),_:1})):n.createCommentVNode("",!0),n.createVNode(i,{modelValue:l.drawer,"onUpdate:modelValue":c[4]||(c[4]=m=>l.drawer=m),title:"Drawing history","with-header":!1},{default:n.withCtx(()=>[n.createElementVNode("ul",wd,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.history,m=>(n.openBlock(),n.createElementBlock("li",null,n.toDisplayString(m),1))),256))])]),_:1},8,["modelValue"])],4)}const xd=P(zd,[["render",Qd]]),E22="",Fd={props:["content"],data(){return{totalAttempts:99}},computed:{getAttempt(){return this.stepperStore.getAttempts},getShowFeedbackAttempts(){return this.stepperStore.getShowFeedbackAttempts}},methods:{choicesCheck(){setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(){this.stepperStore.finishSteps()},showFeedback(){return!!this.stepperStore.getShowFeedback}},mounted(){this.stepperStore.getDirections.display===!1&&setTimeout(()=>{})},beforeMount(){this.stepperStore=this.stepperMain(),this.stepperStore.resetSteps("el-input__inner"),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},yd=["src","width","height"];function bd(A,c,e,t,l,s){return n.openBlock(),n.createElementBlock("div",null,[n.createElementVNode("iframe",{class:"importedIframe",src:"imports/"+e.content.importFolder+"/"+e.content.importIndex,allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",width:e.content.width,height:e.content.height},null,8,yd)])}const Ud=P(Fd,[["render",bd],["__scopeId","data-v-f5bc6f4c"]]);/*!
99
99
  * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
100
100
  * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
101
101
  * Released under MIT License
@@ -112,15 +112,15 @@
112
112
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
113
113
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
114
114
  PERFORMANCE OF THIS SOFTWARE.
115
- ***************************************************************************** */var v3=function(A,c){return v3=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(e[l]=t[l])},v3(A,c)};function y2(A,c){if(typeof c!="function"&&c!==null)throw new TypeError("Class extends value "+String(c)+" is not a constructor or null");v3(A,c);function e(){this.constructor=A}A.prototype=c===null?Object.create(c):(e.prototype=c.prototype,new e)}var S3=function(){return S3=Object.assign||function(c){for(var e,t=1,l=arguments.length;t<l;t++){e=arguments[t];for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(c[s]=e[s])}return c},S3.apply(this,arguments)};function p2(A,c,e,t){function l(s){return s instanceof e?s:new e(function(a){a(s)})}return new(e||(e=Promise))(function(s,a){function r(i){try{f(t.next(i))}catch(m){a(m)}}function o(i){try{f(t.throw(i))}catch(m){a(m)}}function f(i){i.done?s(i.value):l(i.value).then(r,o)}f((t=t.apply(A,c||[])).next())})}function i2(A,c){var e={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},t,l,s,a;return a={next:r(0),throw:r(1),return:r(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function r(f){return function(i){return o([f,i])}}function o(f){if(t)throw new TypeError("Generator is already executing.");for(;e;)try{if(t=1,l&&(s=f[0]&2?l.return:f[0]?l.throw||((s=l.return)&&s.call(l),0):l.next)&&!(s=s.call(l,f[1])).done)return s;switch(l=0,s&&(f=[f[0]&2,s.value]),f[0]){case 0:case 1:s=f;break;case 4:return e.label++,{value:f[1],done:!1};case 5:e.label++,l=f[1],f=[0];continue;case 7:f=e.ops.pop(),e.trys.pop();continue;default:if(s=e.trys,!(s=s.length>0&&s[s.length-1])&&(f[0]===6||f[0]===2)){e=0;continue}if(f[0]===3&&(!s||f[1]>s[0]&&f[1]<s[3])){e.label=f[1];break}if(f[0]===6&&e.label<s[1]){e.label=s[1],s=f;break}if(s&&e.label<s[2]){e.label=s[2],e.ops.push(f);break}s[2]&&e.ops.pop(),e.trys.pop();continue}f=c.call(A,e)}catch(i){f=[6,i],l=0}finally{t=s=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}}function v0(A,c,e){if(e||arguments.length===2)for(var t=0,l=c.length,s;t<l;t++)(s||!(t in c))&&(s||(s=Array.prototype.slice.call(c,0,t)),s[t]=c[t]);return A.concat(s||c)}for(var _2=function(){function A(c,e,t,l){this.left=c,this.top=e,this.width=t,this.height=l}return A.prototype.add=function(c,e,t,l){return new A(this.left+c,this.top+e,this.width+t,this.height+l)},A.fromClientRect=function(c,e){return new A(e.left+c.windowBounds.left,e.top+c.windowBounds.top,e.width,e.height)},A.fromDOMRectList=function(c,e){var t=Array.from(e).find(function(l){return l.width!==0});return t?new A(t.left+c.windowBounds.left,t.top+c.windowBounds.top,t.width,t.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A}(),S0=function(A,c){return _2.fromClientRect(A,c.getBoundingClientRect())},vd=function(A){var c=A.body,e=A.documentElement;if(!c||!e)throw new Error("Unable to get document size");var t=Math.max(Math.max(c.scrollWidth,e.scrollWidth),Math.max(c.offsetWidth,e.offsetWidth),Math.max(c.clientWidth,e.clientWidth)),l=Math.max(Math.max(c.scrollHeight,e.scrollHeight),Math.max(c.offsetHeight,e.offsetHeight),Math.max(c.clientHeight,e.clientHeight));return new _2(0,0,t,l)},N0=function(A){for(var c=[],e=0,t=A.length;e<t;){var l=A.charCodeAt(e++);if(l>=55296&&l<=56319&&e<t){var s=A.charCodeAt(e++);(s&64512)===56320?c.push(((l&1023)<<10)+(s&1023)+65536):(c.push(l),e--)}else c.push(l)}return c},j=function(){for(var A=[],c=0;c<arguments.length;c++)A[c]=arguments[c];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var e=A.length;if(!e)return"";for(var t=[],l=-1,s="";++l<e;){var a=A[l];a<=65535?t.push(a):(a-=65536,t.push((a>>10)+55296,a%1024+56320)),(l+1===e||t.length>16384)&&(s+=String.fromCharCode.apply(String,t),t.length=0)}return s},JA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Sd=typeof Uint8Array>"u"?[]:new Uint8Array(256),E0=0;E0<JA.length;E0++)Sd[JA.charCodeAt(E0)]=E0;for(var jA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",K1=typeof Uint8Array>"u"?[]:new Uint8Array(256),k0=0;k0<jA.length;k0++)K1[jA.charCodeAt(k0)]=k0;for(var Nd=function(A){var c=A.length*.75,e=A.length,t,l=0,s,a,r,o;A[A.length-1]==="="&&(c--,A[A.length-2]==="="&&c--);var f=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(c):new Array(c),i=Array.isArray(f)?f:new Uint8Array(f);for(t=0;t<e;t+=4)s=K1[A.charCodeAt(t)],a=K1[A.charCodeAt(t+1)],r=K1[A.charCodeAt(t+2)],o=K1[A.charCodeAt(t+3)],i[l++]=s<<2|a>>4,i[l++]=(a&15)<<4|r>>2,i[l++]=(r&3)<<6|o&63;return f},Ed=function(A){for(var c=A.length,e=[],t=0;t<c;t+=2)e.push(A[t+1]<<8|A[t]);return e},kd=function(A){for(var c=A.length,e=[],t=0;t<c;t+=4)e.push(A[t+3]<<24|A[t+2]<<16|A[t+1]<<8|A[t]);return e},m1=5,N3=6+5,E3=2,Hd=N3-m1,$A=65536>>m1,Id=1<<m1,k3=Id-1,Td=1024>>m1,Dd=$A+Td,_d=Dd,Kd=32,Od=_d+Kd,Vd=65536>>N3,Rd=1<<Hd,Pd=Rd-1,ZA=function(A,c,e){return A.slice?A.slice(c,e):new Uint16Array(Array.prototype.slice.call(A,c,e))},Gd=function(A,c,e){return A.slice?A.slice(c,e):new Uint32Array(Array.prototype.slice.call(A,c,e))},Wd=function(A,c){var e=Nd(A),t=Array.isArray(e)?kd(e):new Uint32Array(e),l=Array.isArray(e)?Ed(e):new Uint16Array(e),s=24,a=ZA(l,s/2,t[4]/2),r=t[5]===2?ZA(l,(s+t[4])/2):Gd(t,Math.ceil((s+t[4])/4));return new Xd(t[0],t[1],t[2],t[3],a,r)},Xd=function(){function A(c,e,t,l,s,a){this.initialValue=c,this.errorValue=e,this.highStart=t,this.highValueIndex=l,this.index=s,this.data=a}return A.prototype.get=function(c){var e;if(c>=0){if(c<55296||c>56319&&c<=65535)return e=this.index[c>>m1],e=(e<<E3)+(c&k3),this.data[e];if(c<=65535)return e=this.index[$A+(c-55296>>m1)],e=(e<<E3)+(c&k3),this.data[e];if(c<this.highStart)return e=Od-Vd+(c>>N3),e=this.index[e],e+=c>>m1&Pd,e=this.index[e],e=(e<<E3)+(c&k3),this.data[e];if(c<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A}(),A5="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",qd=typeof Uint8Array>"u"?[]:new Uint8Array(256),H0=0;H0<A5.length;H0++)qd[A5.charCodeAt(H0)]=H0;var Yd="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==",c5=50,Jd=1,e5=2,t5=3,jd=4,$d=5,l5=7,s5=8,n5=9,q2=10,H3=11,a5=12,I3=13,Zd=14,O1=15,T3=16,I0=17,V1=18,Ah=19,r5=20,D3=21,R1=22,_3=23,M1=24,g2=25,P1=26,G1=27,w1=28,ch=29,u1=30,eh=31,T0=32,D0=33,K3=34,O3=35,V3=36,W1=37,R3=38,_0=39,K0=40,P3=41,o5=42,th=43,lh=[9001,65288],i5="!",I="×",O0="÷",G3=Wd(Yd),K2=[u1,V3],W3=[Jd,e5,t5,$d],f5=[q2,s5],m5=[G1,P1],sh=W3.concat(f5),u5=[R3,_0,K0,K3,O3],nh=[O1,I3],ah=function(A,c){c===void 0&&(c="strict");var e=[],t=[],l=[];return A.forEach(function(s,a){var r=G3.get(s);if(r>c5?(l.push(!0),r-=c5):l.push(!1),["normal","auto","loose"].indexOf(c)!==-1&&[8208,8211,12316,12448].indexOf(s)!==-1)return t.push(a),e.push(T3);if(r===jd||r===H3){if(a===0)return t.push(a),e.push(u1);var o=e[a-1];return sh.indexOf(o)===-1?(t.push(t[a-1]),e.push(o)):(t.push(a),e.push(u1))}if(t.push(a),r===eh)return e.push(c==="strict"?D3:W1);if(r===o5||r===ch)return e.push(u1);if(r===th)return s>=131072&&s<=196605||s>=196608&&s<=262141?e.push(W1):e.push(u1);e.push(r)}),[t,e,l]},X3=function(A,c,e,t){var l=t[e];if(Array.isArray(A)?A.indexOf(l)!==-1:A===l)for(var s=e;s<=t.length;){s++;var a=t[s];if(a===c)return!0;if(a!==q2)break}if(l===q2)for(var s=e;s>0;){s--;var r=t[s];if(Array.isArray(A)?A.indexOf(r)!==-1:A===r)for(var o=e;o<=t.length;){o++;var a=t[o];if(a===c)return!0;if(a!==q2)break}if(r!==q2)break}return!1},p5=function(A,c){for(var e=A;e>=0;){var t=c[e];if(t===q2)e--;else return t}return 0},rh=function(A,c,e,t,l){if(e[t]===0)return I;var s=t-1;if(Array.isArray(l)&&l[s]===!0)return I;var a=s-1,r=s+1,o=c[s],f=a>=0?c[a]:0,i=c[r];if(o===e5&&i===t5)return I;if(W3.indexOf(o)!==-1)return i5;if(W3.indexOf(i)!==-1||f5.indexOf(i)!==-1)return I;if(p5(s,c)===s5)return O0;if(G3.get(A[s])===H3||(o===T0||o===D0)&&G3.get(A[r])===H3||o===l5||i===l5||o===n5||[q2,I3,O1].indexOf(o)===-1&&i===n5||[I0,V1,Ah,M1,w1].indexOf(i)!==-1||p5(s,c)===R1||X3(_3,R1,s,c)||X3([I0,V1],D3,s,c)||X3(a5,a5,s,c))return I;if(o===q2)return O0;if(o===_3||i===_3)return I;if(i===T3||o===T3)return O0;if([I3,O1,D3].indexOf(i)!==-1||o===Zd||f===V3&&nh.indexOf(o)!==-1||o===w1&&i===V3||i===r5||K2.indexOf(i)!==-1&&o===g2||K2.indexOf(o)!==-1&&i===g2||o===G1&&[W1,T0,D0].indexOf(i)!==-1||[W1,T0,D0].indexOf(o)!==-1&&i===P1||K2.indexOf(o)!==-1&&m5.indexOf(i)!==-1||m5.indexOf(o)!==-1&&K2.indexOf(i)!==-1||[G1,P1].indexOf(o)!==-1&&(i===g2||[R1,O1].indexOf(i)!==-1&&c[r+1]===g2)||[R1,O1].indexOf(o)!==-1&&i===g2||o===g2&&[g2,w1,M1].indexOf(i)!==-1)return I;if([g2,w1,M1,I0,V1].indexOf(i)!==-1)for(var m=s;m>=0;){var u=c[m];if(u===g2)return I;if([w1,M1].indexOf(u)!==-1)m--;else break}if([G1,P1].indexOf(i)!==-1)for(var m=[I0,V1].indexOf(o)!==-1?a:s;m>=0;){var u=c[m];if(u===g2)return I;if([w1,M1].indexOf(u)!==-1)m--;else break}if(R3===o&&[R3,_0,K3,O3].indexOf(i)!==-1||[_0,K3].indexOf(o)!==-1&&[_0,K0].indexOf(i)!==-1||[K0,O3].indexOf(o)!==-1&&i===K0||u5.indexOf(o)!==-1&&[r5,P1].indexOf(i)!==-1||u5.indexOf(i)!==-1&&o===G1||K2.indexOf(o)!==-1&&K2.indexOf(i)!==-1||o===M1&&K2.indexOf(i)!==-1||K2.concat(g2).indexOf(o)!==-1&&i===R1&&lh.indexOf(A[r])===-1||K2.concat(g2).indexOf(i)!==-1&&o===V1)return I;if(o===P3&&i===P3){for(var d=e[s],p=1;d>0&&(d--,c[d]===P3);)p++;if(p%2!==0)return I}return o===T0&&i===D0?I:O0},oh=function(A,c){c||(c={lineBreak:"normal",wordBreak:"normal"});var e=ah(A,c.lineBreak),t=e[0],l=e[1],s=e[2];(c.wordBreak==="break-all"||c.wordBreak==="break-word")&&(l=l.map(function(r){return[g2,u1,o5].indexOf(r)!==-1?W1:r}));var a=c.wordBreak==="keep-all"?s.map(function(r,o){return r&&A[o]>=19968&&A[o]<=40959}):void 0;return[t,l,a]},ih=function(){function A(c,e,t,l){this.codePoints=c,this.required=e===i5,this.start=t,this.end=l}return A.prototype.slice=function(){return j.apply(void 0,this.codePoints.slice(this.start,this.end))},A}(),fh=function(A,c){var e=N0(A),t=oh(e,c),l=t[0],s=t[1],a=t[2],r=e.length,o=0,f=0;return{next:function(){if(f>=r)return{done:!0,value:null};for(var i=I;f<r&&(i=rh(e,s,l,++f,a))===I;);if(i!==I||f===r){var m=new ih(e,i,o,f);return o=f,{value:m,done:!1}}return{done:!0,value:null}}}},mh=1,uh=2,X1=4,d5=8,V0=10,h5=47,q1=92,ph=9,dh=32,R0=34,Y1=61,hh=35,gh=36,Ch=37,P0=39,G0=40,J1=41,Bh=95,h2=45,Lh=33,zh=60,Mh=62,wh=64,Qh=91,xh=93,Fh=61,yh=123,W0=63,bh=125,g5=124,Uh=126,vh=128,C5=65533,q3=42,p1=43,Sh=44,Nh=58,Eh=59,j1=46,kh=0,Hh=8,Ih=11,Th=14,Dh=31,_h=127,E2=-1,B5=48,L5=97,z5=101,Kh=102,Oh=117,Vh=122,M5=65,w5=69,Q5=70,Rh=85,Ph=90,f2=function(A){return A>=B5&&A<=57},Gh=function(A){return A>=55296&&A<=57343},Q1=function(A){return f2(A)||A>=M5&&A<=Q5||A>=L5&&A<=Kh},Wh=function(A){return A>=L5&&A<=Vh},Xh=function(A){return A>=M5&&A<=Ph},qh=function(A){return Wh(A)||Xh(A)},Yh=function(A){return A>=vh},X0=function(A){return A===V0||A===ph||A===dh},q0=function(A){return qh(A)||Yh(A)||A===Bh},x5=function(A){return q0(A)||f2(A)||A===h2},Jh=function(A){return A>=kh&&A<=Hh||A===Ih||A>=Th&&A<=Dh||A===_h},Y2=function(A,c){return A!==q1?!1:c!==V0},Y0=function(A,c,e){return A===h2?q0(c)||Y2(c,e):q0(A)?!0:!!(A===q1&&Y2(A,c))},Y3=function(A,c,e){return A===p1||A===h2?f2(c)?!0:c===j1&&f2(e):f2(A===j1?c:A)},jh=function(A){var c=0,e=1;(A[c]===p1||A[c]===h2)&&(A[c]===h2&&(e=-1),c++);for(var t=[];f2(A[c]);)t.push(A[c++]);var l=t.length?parseInt(j.apply(void 0,t),10):0;A[c]===j1&&c++;for(var s=[];f2(A[c]);)s.push(A[c++]);var a=s.length,r=a?parseInt(j.apply(void 0,s),10):0;(A[c]===w5||A[c]===z5)&&c++;var o=1;(A[c]===p1||A[c]===h2)&&(A[c]===h2&&(o=-1),c++);for(var f=[];f2(A[c]);)f.push(A[c++]);var i=f.length?parseInt(j.apply(void 0,f),10):0;return e*(l+r*Math.pow(10,-a))*Math.pow(10,o*i)},$h={type:2},Zh={type:3},Ag={type:4},cg={type:13},eg={type:8},tg={type:21},lg={type:9},sg={type:10},ng={type:11},ag={type:12},rg={type:14},J0={type:23},og={type:1},ig={type:25},fg={type:24},mg={type:26},ug={type:27},pg={type:28},dg={type:29},hg={type:31},J3={type:32},F5=function(){function A(){this._value=[]}return A.prototype.write=function(c){this._value=this._value.concat(N0(c))},A.prototype.read=function(){for(var c=[],e=this.consumeToken();e!==J3;)c.push(e),e=this.consumeToken();return c},A.prototype.consumeToken=function(){var c=this.consumeCodePoint();switch(c){case R0:return this.consumeStringToken(R0);case hh:var e=this.peekCodePoint(0),t=this.peekCodePoint(1),l=this.peekCodePoint(2);if(x5(e)||Y2(t,l)){var s=Y0(e,t,l)?uh:mh,a=this.consumeName();return{type:5,value:a,flags:s}}break;case gh:if(this.peekCodePoint(0)===Y1)return this.consumeCodePoint(),cg;break;case P0:return this.consumeStringToken(P0);case G0:return $h;case J1:return Zh;case q3:if(this.peekCodePoint(0)===Y1)return this.consumeCodePoint(),rg;break;case p1:if(Y3(c,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(c),this.consumeNumericToken();break;case Sh:return Ag;case h2:var r=c,o=this.peekCodePoint(0),f=this.peekCodePoint(1);if(Y3(r,o,f))return this.reconsumeCodePoint(c),this.consumeNumericToken();if(Y0(r,o,f))return this.reconsumeCodePoint(c),this.consumeIdentLikeToken();if(o===h2&&f===Mh)return this.consumeCodePoint(),this.consumeCodePoint(),fg;break;case j1:if(Y3(c,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(c),this.consumeNumericToken();break;case h5:if(this.peekCodePoint(0)===q3)for(this.consumeCodePoint();;){var i=this.consumeCodePoint();if(i===q3&&(i=this.consumeCodePoint(),i===h5))return this.consumeToken();if(i===E2)return this.consumeToken()}break;case Nh:return mg;case Eh:return ug;case zh:if(this.peekCodePoint(0)===Lh&&this.peekCodePoint(1)===h2&&this.peekCodePoint(2)===h2)return this.consumeCodePoint(),this.consumeCodePoint(),ig;break;case wh:var m=this.peekCodePoint(0),u=this.peekCodePoint(1),d=this.peekCodePoint(2);if(Y0(m,u,d)){var a=this.consumeName();return{type:7,value:a}}break;case Qh:return pg;case q1:if(Y2(c,this.peekCodePoint(0)))return this.reconsumeCodePoint(c),this.consumeIdentLikeToken();break;case xh:return dg;case Fh:if(this.peekCodePoint(0)===Y1)return this.consumeCodePoint(),eg;break;case yh:return ng;case bh:return ag;case Oh:case Rh:var p=this.peekCodePoint(0),h=this.peekCodePoint(1);return p===p1&&(Q1(h)||h===W0)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(c),this.consumeIdentLikeToken();case g5:if(this.peekCodePoint(0)===Y1)return this.consumeCodePoint(),lg;if(this.peekCodePoint(0)===g5)return this.consumeCodePoint(),tg;break;case Uh:if(this.peekCodePoint(0)===Y1)return this.consumeCodePoint(),sg;break;case E2:return J3}return X0(c)?(this.consumeWhiteSpace(),hg):f2(c)?(this.reconsumeCodePoint(c),this.consumeNumericToken()):q0(c)?(this.reconsumeCodePoint(c),this.consumeIdentLikeToken()):{type:6,value:j(c)}},A.prototype.consumeCodePoint=function(){var c=this._value.shift();return typeof c>"u"?-1:c},A.prototype.reconsumeCodePoint=function(c){this._value.unshift(c)},A.prototype.peekCodePoint=function(c){return c>=this._value.length?-1:this._value[c]},A.prototype.consumeUnicodeRangeToken=function(){for(var c=[],e=this.consumeCodePoint();Q1(e)&&c.length<6;)c.push(e),e=this.consumeCodePoint();for(var t=!1;e===W0&&c.length<6;)c.push(e),e=this.consumeCodePoint(),t=!0;if(t){var l=parseInt(j.apply(void 0,c.map(function(o){return o===W0?B5:o})),16),s=parseInt(j.apply(void 0,c.map(function(o){return o===W0?Q5:o})),16);return{type:30,start:l,end:s}}var a=parseInt(j.apply(void 0,c),16);if(this.peekCodePoint(0)===h2&&Q1(this.peekCodePoint(1))){this.consumeCodePoint(),e=this.consumeCodePoint();for(var r=[];Q1(e)&&r.length<6;)r.push(e),e=this.consumeCodePoint();var s=parseInt(j.apply(void 0,r),16);return{type:30,start:a,end:s}}else return{type:30,start:a,end:a}},A.prototype.consumeIdentLikeToken=function(){var c=this.consumeName();return c.toLowerCase()==="url"&&this.peekCodePoint(0)===G0?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===G0?(this.consumeCodePoint(),{type:19,value:c}):{type:20,value:c}},A.prototype.consumeUrlToken=function(){var c=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===E2)return{type:22,value:""};var e=this.peekCodePoint(0);if(e===P0||e===R0){var t=this.consumeStringToken(this.consumeCodePoint());return t.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===E2||this.peekCodePoint(0)===J1)?(this.consumeCodePoint(),{type:22,value:t.value}):(this.consumeBadUrlRemnants(),J0)}for(;;){var l=this.consumeCodePoint();if(l===E2||l===J1)return{type:22,value:j.apply(void 0,c)};if(X0(l))return this.consumeWhiteSpace(),this.peekCodePoint(0)===E2||this.peekCodePoint(0)===J1?(this.consumeCodePoint(),{type:22,value:j.apply(void 0,c)}):(this.consumeBadUrlRemnants(),J0);if(l===R0||l===P0||l===G0||Jh(l))return this.consumeBadUrlRemnants(),J0;if(l===q1)if(Y2(l,this.peekCodePoint(0)))c.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),J0;else c.push(l)}},A.prototype.consumeWhiteSpace=function(){for(;X0(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var c=this.consumeCodePoint();if(c===J1||c===E2)return;Y2(c,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(c){for(var e=5e4,t="";c>0;){var l=Math.min(e,c);t+=j.apply(void 0,this._value.splice(0,l)),c-=l}return this._value.shift(),t},A.prototype.consumeStringToken=function(c){var e="",t=0;do{var l=this._value[t];if(l===E2||l===void 0||l===c)return e+=this.consumeStringSlice(t),{type:0,value:e};if(l===V0)return this._value.splice(0,t),og;if(l===q1){var s=this._value[t+1];s!==E2&&s!==void 0&&(s===V0?(e+=this.consumeStringSlice(t),t=-1,this._value.shift()):Y2(l,s)&&(e+=this.consumeStringSlice(t),e+=j(this.consumeEscapedCodePoint()),t=-1))}t++}while(!0)},A.prototype.consumeNumber=function(){var c=[],e=X1,t=this.peekCodePoint(0);for((t===p1||t===h2)&&c.push(this.consumeCodePoint());f2(this.peekCodePoint(0));)c.push(this.consumeCodePoint());t=this.peekCodePoint(0);var l=this.peekCodePoint(1);if(t===j1&&f2(l))for(c.push(this.consumeCodePoint(),this.consumeCodePoint()),e=d5;f2(this.peekCodePoint(0));)c.push(this.consumeCodePoint());t=this.peekCodePoint(0),l=this.peekCodePoint(1);var s=this.peekCodePoint(2);if((t===w5||t===z5)&&((l===p1||l===h2)&&f2(s)||f2(l)))for(c.push(this.consumeCodePoint(),this.consumeCodePoint()),e=d5;f2(this.peekCodePoint(0));)c.push(this.consumeCodePoint());return[jh(c),e]},A.prototype.consumeNumericToken=function(){var c=this.consumeNumber(),e=c[0],t=c[1],l=this.peekCodePoint(0),s=this.peekCodePoint(1),a=this.peekCodePoint(2);if(Y0(l,s,a)){var r=this.consumeName();return{type:15,number:e,flags:t,unit:r}}return l===Ch?(this.consumeCodePoint(),{type:16,number:e,flags:t}):{type:17,number:e,flags:t}},A.prototype.consumeEscapedCodePoint=function(){var c=this.consumeCodePoint();if(Q1(c)){for(var e=j(c);Q1(this.peekCodePoint(0))&&e.length<6;)e+=j(this.consumeCodePoint());X0(this.peekCodePoint(0))&&this.consumeCodePoint();var t=parseInt(e,16);return t===0||Gh(t)||t>1114111?C5:t}return c===E2?C5:c},A.prototype.consumeName=function(){for(var c="";;){var e=this.consumeCodePoint();if(x5(e))c+=j(e);else if(Y2(e,this.peekCodePoint(0)))c+=j(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(e),c}},A}(),y5=function(){function A(c){this._tokens=c}return A.create=function(c){var e=new F5;return e.write(c),new A(e.read())},A.parseValue=function(c){return A.create(c).parseComponentValue()},A.parseValues=function(c){return A.create(c).parseComponentValues()},A.prototype.parseComponentValue=function(){for(var c=this.consumeToken();c.type===31;)c=this.consumeToken();if(c.type===32)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(c);var e=this.consumeComponentValue();do c=this.consumeToken();while(c.type===31);if(c.type===32)return e;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},A.prototype.parseComponentValues=function(){for(var c=[];;){var e=this.consumeComponentValue();if(e.type===32)return c;c.push(e),c.push()}},A.prototype.consumeComponentValue=function(){var c=this.consumeToken();switch(c.type){case 11:case 28:case 2:return this.consumeSimpleBlock(c.type);case 19:return this.consumeFunction(c)}return c},A.prototype.consumeSimpleBlock=function(c){for(var e={type:c,values:[]},t=this.consumeToken();;){if(t.type===32||Cg(t,c))return e;this.reconsumeToken(t),e.values.push(this.consumeComponentValue()),t=this.consumeToken()}},A.prototype.consumeFunction=function(c){for(var e={name:c.value,values:[],type:18};;){var t=this.consumeToken();if(t.type===32||t.type===3)return e;this.reconsumeToken(t),e.values.push(this.consumeComponentValue())}},A.prototype.consumeToken=function(){var c=this._tokens.shift();return typeof c>"u"?J3:c},A.prototype.reconsumeToken=function(c){this._tokens.unshift(c)},A}(),$1=function(A){return A.type===15},x1=function(A){return A.type===17},K=function(A){return A.type===20},gg=function(A){return A.type===0},j3=function(A,c){return K(A)&&A.value===c},b5=function(A){return A.type!==31},F1=function(A){return A.type!==31&&A.type!==4},k2=function(A){var c=[],e=[];return A.forEach(function(t){if(t.type===4){if(e.length===0)throw new Error("Error parsing function args, zero tokens for arg");c.push(e),e=[];return}t.type!==31&&e.push(t)}),e.length&&c.push(e),c},Cg=function(A,c){return c===11&&A.type===12||c===28&&A.type===29?!0:c===2&&A.type===3},J2=function(A){return A.type===17||A.type===15},Z=function(A){return A.type===16||J2(A)},U5=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},n2={type:17,number:0,flags:X1},$3={type:16,number:50,flags:X1},j2={type:16,number:100,flags:X1},Z1=function(A,c,e){var t=A[0],l=A[1];return[V(t,c),V(typeof l<"u"?l:t,e)]},V=function(A,c){if(A.type===16)return A.number/100*c;if($1(A))switch(A.unit){case"rem":case"em":return 16*A.number;case"px":default:return A.number}return A.number},v5="deg",S5="grad",N5="rad",E5="turn",j0={name:"angle",parse:function(A,c){if(c.type===15)switch(c.unit){case v5:return Math.PI*c.number/180;case S5:return Math.PI/200*c.number;case N5:return c.number;case E5:return Math.PI*2*c.number}throw new Error("Unsupported angle type")}},k5=function(A){return A.type===15&&(A.unit===v5||A.unit===S5||A.unit===N5||A.unit===E5)},H5=function(A){var c=A.filter(K).map(function(e){return e.value}).join(" ");switch(c){case"to bottom right":case"to right bottom":case"left top":case"top left":return[n2,n2];case"to top":case"bottom":return M2(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[n2,j2];case"to right":case"left":return M2(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[j2,j2];case"to bottom":case"top":return M2(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[j2,n2];case"to left":case"right":return M2(270)}return 0},M2=function(A){return Math.PI*A/180},$2={name:"color",parse:function(A,c){if(c.type===18){var e=Bg[c.name];if(typeof e>"u")throw new Error('Attempting to parse an unsupported color function "'+c.name+'"');return e(A,c.values)}if(c.type===5){if(c.value.length===3){var t=c.value.substring(0,1),l=c.value.substring(1,2),s=c.value.substring(2,3);return A1(parseInt(t+t,16),parseInt(l+l,16),parseInt(s+s,16),1)}if(c.value.length===4){var t=c.value.substring(0,1),l=c.value.substring(1,2),s=c.value.substring(2,3),a=c.value.substring(3,4);return A1(parseInt(t+t,16),parseInt(l+l,16),parseInt(s+s,16),parseInt(a+a,16)/255)}if(c.value.length===6){var t=c.value.substring(0,2),l=c.value.substring(2,4),s=c.value.substring(4,6);return A1(parseInt(t,16),parseInt(l,16),parseInt(s,16),1)}if(c.value.length===8){var t=c.value.substring(0,2),l=c.value.substring(2,4),s=c.value.substring(4,6),a=c.value.substring(6,8);return A1(parseInt(t,16),parseInt(l,16),parseInt(s,16),parseInt(a,16)/255)}}if(c.type===20){var r=O2[c.value.toUpperCase()];if(typeof r<"u")return r}return O2.TRANSPARENT}},Z2=function(A){return(255&A)===0},s2=function(A){var c=255&A,e=255&A>>8,t=255&A>>16,l=255&A>>24;return c<255?"rgba("+l+","+t+","+e+","+c/255+")":"rgb("+l+","+t+","+e+")"},A1=function(A,c,e,t){return(A<<24|c<<16|e<<8|Math.round(t*255)<<0)>>>0},I5=function(A,c){if(A.type===17)return A.number;if(A.type===16){var e=c===3?1:255;return c===3?A.number/100*e:Math.round(A.number/100*e)}return 0},T5=function(A,c){var e=c.filter(F1);if(e.length===3){var t=e.map(I5),l=t[0],s=t[1],a=t[2];return A1(l,s,a,1)}if(e.length===4){var r=e.map(I5),l=r[0],s=r[1],a=r[2],o=r[3];return A1(l,s,a,o)}return 0};function Z3(A,c,e){return e<0&&(e+=1),e>=1&&(e-=1),e<1/6?(c-A)*e*6+A:e<1/2?c:e<2/3?(c-A)*6*(2/3-e)+A:A}var D5=function(A,c){var e=c.filter(F1),t=e[0],l=e[1],s=e[2],a=e[3],r=(t.type===17?M2(t.number):j0.parse(A,t))/(Math.PI*2),o=Z(l)?l.number/100:0,f=Z(s)?s.number/100:0,i=typeof a<"u"&&Z(a)?V(a,1):1;if(o===0)return A1(f*255,f*255,f*255,1);var m=f<=.5?f*(o+1):f+o-f*o,u=f*2-m,d=Z3(u,m,r+1/3),p=Z3(u,m,r),h=Z3(u,m,r-1/3);return A1(d*255,p*255,h*255,i)},Bg={hsl:D5,hsla:D5,rgb:T5,rgba:T5},A0=function(A,c){return $2.parse(A,y5.create(c).parseComponentValue())},O2={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},Lg={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,c){return c.map(function(e){if(K(e))switch(e.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},zg={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},$0=function(A,c){var e=$2.parse(A,c[0]),t=c[1];return t&&Z(t)?{color:e,stop:t}:{color:e,stop:null}},_5=function(A,c){var e=A[0],t=A[A.length-1];e.stop===null&&(e.stop=n2),t.stop===null&&(t.stop=j2);for(var l=[],s=0,a=0;a<A.length;a++){var r=A[a].stop;if(r!==null){var o=V(r,c);o>s?l.push(o):l.push(s),s=o}else l.push(null)}for(var f=null,a=0;a<l.length;a++){var i=l[a];if(i===null)f===null&&(f=a);else if(f!==null){for(var m=a-f,u=l[f-1],d=(i-u)/(m+1),p=1;p<=m;p++)l[f+p-1]=d*p;f=null}}return A.map(function(h,B){var C=h.color;return{color:C,stop:Math.max(Math.min(1,l[B]/c),0)}})},Mg=function(A,c,e){var t=c/2,l=e/2,s=V(A[0],c)-t,a=l-V(A[1],e);return(Math.atan2(a,s)+Math.PI*2)%(Math.PI*2)},wg=function(A,c,e){var t=typeof A=="number"?A:Mg(A,c,e),l=Math.abs(c*Math.sin(t))+Math.abs(e*Math.cos(t)),s=c/2,a=e/2,r=l/2,o=Math.sin(t-Math.PI/2)*r,f=Math.cos(t-Math.PI/2)*r;return[l,s-f,s+f,a-o,a+o]},b2=function(A,c){return Math.sqrt(A*A+c*c)},K5=function(A,c,e,t,l){var s=[[0,0],[0,c],[A,0],[A,c]];return s.reduce(function(a,r){var o=r[0],f=r[1],i=b2(e-o,t-f);return(l?i<a.optimumDistance:i>a.optimumDistance)?{optimumCorner:r,optimumDistance:i}:a},{optimumDistance:l?1/0:-1/0,optimumCorner:null}).optimumCorner},Qg=function(A,c,e,t,l){var s=0,a=0;switch(A.size){case 0:A.shape===0?s=a=Math.min(Math.abs(c),Math.abs(c-t),Math.abs(e),Math.abs(e-l)):A.shape===1&&(s=Math.min(Math.abs(c),Math.abs(c-t)),a=Math.min(Math.abs(e),Math.abs(e-l)));break;case 2:if(A.shape===0)s=a=Math.min(b2(c,e),b2(c,e-l),b2(c-t,e),b2(c-t,e-l));else if(A.shape===1){var r=Math.min(Math.abs(e),Math.abs(e-l))/Math.min(Math.abs(c),Math.abs(c-t)),o=K5(t,l,c,e,!0),f=o[0],i=o[1];s=b2(f-c,(i-e)/r),a=r*s}break;case 1:A.shape===0?s=a=Math.max(Math.abs(c),Math.abs(c-t),Math.abs(e),Math.abs(e-l)):A.shape===1&&(s=Math.max(Math.abs(c),Math.abs(c-t)),a=Math.max(Math.abs(e),Math.abs(e-l)));break;case 3:if(A.shape===0)s=a=Math.max(b2(c,e),b2(c,e-l),b2(c-t,e),b2(c-t,e-l));else if(A.shape===1){var r=Math.max(Math.abs(e),Math.abs(e-l))/Math.max(Math.abs(c),Math.abs(c-t)),m=K5(t,l,c,e,!1),f=m[0],i=m[1];s=b2(f-c,(i-e)/r),a=r*s}break}return Array.isArray(A.size)&&(s=V(A.size[0],t),a=A.size.length===2?V(A.size[1],l):s),[s,a]},xg=function(A,c){var e=M2(180),t=[];return k2(c).forEach(function(l,s){if(s===0){var a=l[0];if(a.type===20&&a.value==="to"){e=H5(l);return}else if(k5(a)){e=j0.parse(A,a);return}}var r=$0(A,l);t.push(r)}),{angle:e,stops:t,type:1}},Z0=function(A,c){var e=M2(180),t=[];return k2(c).forEach(function(l,s){if(s===0){var a=l[0];if(a.type===20&&["top","left","right","bottom"].indexOf(a.value)!==-1){e=H5(l);return}else if(k5(a)){e=(j0.parse(A,a)+M2(270))%M2(360);return}}var r=$0(A,l);t.push(r)}),{angle:e,stops:t,type:1}},Fg=function(A,c){var e=M2(180),t=[],l=1,s=0,a=3,r=[];return k2(c).forEach(function(o,f){var i=o[0];if(f===0){if(K(i)&&i.value==="linear"){l=1;return}else if(K(i)&&i.value==="radial"){l=2;return}}if(i.type===18){if(i.name==="from"){var m=$2.parse(A,i.values[0]);t.push({stop:n2,color:m})}else if(i.name==="to"){var m=$2.parse(A,i.values[0]);t.push({stop:j2,color:m})}else if(i.name==="color-stop"){var u=i.values.filter(F1);if(u.length===2){var m=$2.parse(A,u[1]),d=u[0];x1(d)&&t.push({stop:{type:16,number:d.number*100,flags:d.flags},color:m})}}}}),l===1?{angle:(e+M2(180))%M2(360),stops:t,type:l}:{size:a,shape:s,stops:t,position:r,type:l}},O5="closest-side",V5="farthest-side",R5="closest-corner",P5="farthest-corner",G5="circle",W5="ellipse",X5="cover",q5="contain",yg=function(A,c){var e=0,t=3,l=[],s=[];return k2(c).forEach(function(a,r){var o=!0;if(r===0){var f=!1;o=a.reduce(function(m,u){if(f)if(K(u))switch(u.value){case"center":return s.push($3),m;case"top":case"left":return s.push(n2),m;case"right":case"bottom":return s.push(j2),m}else(Z(u)||J2(u))&&s.push(u);else if(K(u))switch(u.value){case G5:return e=0,!1;case W5:return e=1,!1;case"at":return f=!0,!1;case O5:return t=0,!1;case X5:case V5:return t=1,!1;case q5:case R5:return t=2,!1;case P5:return t=3,!1}else if(J2(u)||Z(u))return Array.isArray(t)||(t=[]),t.push(u),!1;return m},o)}if(o){var i=$0(A,a);l.push(i)}}),{size:t,shape:e,stops:l,position:s,type:2}},A4=function(A,c){var e=0,t=3,l=[],s=[];return k2(c).forEach(function(a,r){var o=!0;if(r===0?o=a.reduce(function(i,m){if(K(m))switch(m.value){case"center":return s.push($3),!1;case"top":case"left":return s.push(n2),!1;case"right":case"bottom":return s.push(j2),!1}else if(Z(m)||J2(m))return s.push(m),!1;return i},o):r===1&&(o=a.reduce(function(i,m){if(K(m))switch(m.value){case G5:return e=0,!1;case W5:return e=1,!1;case q5:case O5:return t=0,!1;case V5:return t=1,!1;case R5:return t=2,!1;case X5:case P5:return t=3,!1}else if(J2(m)||Z(m))return Array.isArray(t)||(t=[]),t.push(m),!1;return i},o)),o){var f=$0(A,a);l.push(f)}}),{size:t,shape:e,stops:l,position:s,type:2}},bg=function(A){return A.type===1},Ug=function(A){return A.type===2},A6={name:"image",parse:function(A,c){if(c.type===22){var e={url:c.value,type:0};return A.cache.addImage(c.value),e}if(c.type===18){var t=Y5[c.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported image function "'+c.name+'"');return t(A,c.values)}throw new Error("Unsupported image type "+c.type)}};function vg(A){return!(A.type===20&&A.value==="none")&&(A.type!==18||!!Y5[A.name])}var Y5={"linear-gradient":xg,"-moz-linear-gradient":Z0,"-ms-linear-gradient":Z0,"-o-linear-gradient":Z0,"-webkit-linear-gradient":Z0,"radial-gradient":yg,"-moz-radial-gradient":A4,"-ms-radial-gradient":A4,"-o-radial-gradient":A4,"-webkit-radial-gradient":A4,"-webkit-gradient":Fg},Sg={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,c){if(c.length===0)return[];var e=c[0];return e.type===20&&e.value==="none"?[]:c.filter(function(t){return F1(t)&&vg(t)}).map(function(t){return A6.parse(A,t)})}},Ng={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,c){return c.map(function(e){if(K(e))switch(e.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Eg={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,c){return k2(c).map(function(e){return e.filter(Z)}).map(U5)}},kg={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,c){return k2(c).map(function(e){return e.filter(K).map(function(t){return t.value}).join(" ")}).map(Hg)}},Hg=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;case"repeat":default:return 0}},y1;(function(A){A.AUTO="auto",A.CONTAIN="contain",A.COVER="cover"})(y1||(y1={}));var Ig={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,c){return k2(c).map(function(e){return e.filter(Tg)})}},Tg=function(A){return K(A)||Z(A)},c4=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},Dg=c4("top"),_g=c4("right"),Kg=c4("bottom"),Og=c4("left"),e4=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(c,e){return U5(e.filter(Z))}}},Vg=e4("top-left"),Rg=e4("top-right"),Pg=e4("bottom-right"),Gg=e4("bottom-left"),t4=function(A){return{name:"border-"+A+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(c,e){switch(e){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},Wg=t4("top"),Xg=t4("right"),qg=t4("bottom"),Yg=t4("left"),l4=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(c,e){return $1(e)?e.number:0}}},Jg=l4("top"),jg=l4("right"),$g=l4("bottom"),Zg=l4("left"),AC={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},cC={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,c){switch(c){case"rtl":return 1;case"ltr":default:return 0}}},eC={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,c){return c.filter(K).reduce(function(e,t){return e|tC(t.value)},0)}},tC=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},lC={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,c){switch(c){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},sC={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,c){return c.type===20&&c.value==="normal"?0:c.type===17||c.type===15?c.number:0}},s4;(function(A){A.NORMAL="normal",A.STRICT="strict"})(s4||(s4={}));var nC={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,c){switch(c){case"strict":return s4.STRICT;case"normal":default:return s4.NORMAL}}},aC={name:"line-height",initialValue:"normal",prefix:!1,type:4},J5=function(A,c){return K(A)&&A.value==="normal"?1.2*c:A.type===17?c*A.number:Z(A)?V(A,c):c},rC={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,c){return c.type===20&&c.value==="none"?null:A6.parse(A,c)}},oC={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,c){switch(c){case"inside":return 0;case"outside":default:return 1}}},c6={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,c){switch(c){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":return 22;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;case"none":default:return-1}}},n4=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},iC=n4("top"),fC=n4("right"),mC=n4("bottom"),uC=n4("left"),pC={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,c){return c.filter(K).map(function(e){switch(e.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;case"visible":default:return 0}})}},dC={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,c){switch(c){case"break-word":return"break-word";case"normal":default:return"normal"}}},a4=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},hC=a4("top"),gC=a4("right"),CC=a4("bottom"),BC=a4("left"),LC={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,c){switch(c){case"right":return 2;case"center":case"justify":return 1;case"left":default:return 0}}},zC={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,c){switch(c){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},MC={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,c){return c.length===1&&j3(c[0],"none")?[]:k2(c).map(function(e){for(var t={color:O2.TRANSPARENT,offsetX:n2,offsetY:n2,blur:n2},l=0,s=0;s<e.length;s++){var a=e[s];J2(a)?(l===0?t.offsetX=a:l===1?t.offsetY=a:t.blur=a,l++):t.color=$2.parse(A,a)}return t})}},wC={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,c){switch(c){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},QC={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,c){if(c.type===20&&c.value==="none")return null;if(c.type===18){var e=yC[c.name];if(typeof e>"u")throw new Error('Attempting to parse an unsupported transform function "'+c.name+'"');return e(c.values)}return null}},xC=function(A){var c=A.filter(function(e){return e.type===17}).map(function(e){return e.number});return c.length===6?c:null},FC=function(A){var c=A.filter(function(o){return o.type===17}).map(function(o){return o.number}),e=c[0],t=c[1];c[2],c[3];var l=c[4],s=c[5];c[6],c[7],c[8],c[9],c[10],c[11];var a=c[12],r=c[13];return c[14],c[15],c.length===16?[e,t,l,s,a,r]:null},yC={matrix:xC,matrix3d:FC},j5={type:16,number:50,flags:X1},bC=[j5,j5],UC={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,c){var e=c.filter(Z);return e.length!==2?bC:[e[0],e[1]]}},vC={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,c){switch(c){case"hidden":return 1;case"collapse":return 2;case"visible":default:return 0}}},c0;(function(A){A.NORMAL="normal",A.BREAK_ALL="break-all",A.KEEP_ALL="keep-all"})(c0||(c0={}));for(var SC={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,c){switch(c){case"break-all":return c0.BREAK_ALL;case"keep-all":return c0.KEEP_ALL;case"normal":default:return c0.NORMAL}}},NC={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,c){if(c.type===20)return{auto:!0,order:0};if(x1(c))return{auto:!1,order:c.number};throw new Error("Invalid z-index number parsed")}},$5={name:"time",parse:function(A,c){if(c.type===15)switch(c.unit.toLowerCase()){case"s":return 1e3*c.number;case"ms":return c.number}throw new Error("Unsupported time type")}},EC={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,c){return x1(c)?c.number:1}},kC={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},HC={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,c){return c.filter(K).map(function(e){switch(e.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(e){return e!==0})}},IC={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,c){var e=[],t=[];return c.forEach(function(l){switch(l.type){case 20:case 0:e.push(l.value);break;case 17:e.push(l.number.toString());break;case 4:t.push(e.join(" ")),e.length=0;break}}),e.length&&t.push(e.join(" ")),t.map(function(l){return l.indexOf(" ")===-1?l:"'"+l+"'"})}},TC={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},DC={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,c){if(x1(c))return c.number;if(K(c))switch(c.value){case"bold":return 700;case"normal":default:return 400}return 400}},_C={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,c){return c.filter(K).map(function(e){return e.value})}},KC={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,c){switch(c){case"oblique":return"oblique";case"italic":return"italic";case"normal":default:return"normal"}}},e2=function(A,c){return(A&c)!==0},OC={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,c){if(c.length===0)return[];var e=c[0];return e.type===20&&e.value==="none"?[]:c}},VC={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,c){if(c.length===0)return null;var e=c[0];if(e.type===20&&e.value==="none")return null;for(var t=[],l=c.filter(b5),s=0;s<l.length;s++){var a=l[s],r=l[s+1];if(a.type===20){var o=r&&x1(r)?r.number:1;t.push({counter:a.value,increment:o})}}return t}},RC={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,c){if(c.length===0)return[];for(var e=[],t=c.filter(b5),l=0;l<t.length;l++){var s=t[l],a=t[l+1];if(K(s)&&s.value!=="none"){var r=a&&x1(a)?a.number:0;e.push({counter:s.value,reset:r})}}return e}},PC={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,c){return c.filter($1).map(function(e){return $5.parse(A,e)})}},GC={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,c){if(c.length===0)return null;var e=c[0];if(e.type===20&&e.value==="none")return null;var t=[],l=c.filter(gg);if(l.length%2!==0)return null;for(var s=0;s<l.length;s+=2){var a=l[s].value,r=l[s+1].value;t.push({open:a,close:r})}return t}},Z5=function(A,c,e){if(!A)return"";var t=A[Math.min(c,A.length-1)];return t?e?t.open:t.close:""},WC={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,c){return c.length===1&&j3(c[0],"none")?[]:k2(c).map(function(e){for(var t={color:255,offsetX:n2,offsetY:n2,blur:n2,spread:n2,inset:!1},l=0,s=0;s<e.length;s++){var a=e[s];j3(a,"inset")?t.inset=!0:J2(a)?(l===0?t.offsetX=a:l===1?t.offsetY=a:l===2?t.blur=a:t.spread=a,l++):t.color=$2.parse(A,a)}return t})}},XC={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,c){var e=[0,1,2],t=[];return c.filter(K).forEach(function(l){switch(l.value){case"stroke":t.push(1);break;case"fill":t.push(0);break;case"markers":t.push(2);break}}),e.forEach(function(l){t.indexOf(l)===-1&&t.push(l)}),t}},qC={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},YC={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,c){return $1(c)?c.number:0}},JC=function(){function A(c,e){var t,l;this.animationDuration=y(c,PC,e.animationDuration),this.backgroundClip=y(c,Lg,e.backgroundClip),this.backgroundColor=y(c,zg,e.backgroundColor),this.backgroundImage=y(c,Sg,e.backgroundImage),this.backgroundOrigin=y(c,Ng,e.backgroundOrigin),this.backgroundPosition=y(c,Eg,e.backgroundPosition),this.backgroundRepeat=y(c,kg,e.backgroundRepeat),this.backgroundSize=y(c,Ig,e.backgroundSize),this.borderTopColor=y(c,Dg,e.borderTopColor),this.borderRightColor=y(c,_g,e.borderRightColor),this.borderBottomColor=y(c,Kg,e.borderBottomColor),this.borderLeftColor=y(c,Og,e.borderLeftColor),this.borderTopLeftRadius=y(c,Vg,e.borderTopLeftRadius),this.borderTopRightRadius=y(c,Rg,e.borderTopRightRadius),this.borderBottomRightRadius=y(c,Pg,e.borderBottomRightRadius),this.borderBottomLeftRadius=y(c,Gg,e.borderBottomLeftRadius),this.borderTopStyle=y(c,Wg,e.borderTopStyle),this.borderRightStyle=y(c,Xg,e.borderRightStyle),this.borderBottomStyle=y(c,qg,e.borderBottomStyle),this.borderLeftStyle=y(c,Yg,e.borderLeftStyle),this.borderTopWidth=y(c,Jg,e.borderTopWidth),this.borderRightWidth=y(c,jg,e.borderRightWidth),this.borderBottomWidth=y(c,$g,e.borderBottomWidth),this.borderLeftWidth=y(c,Zg,e.borderLeftWidth),this.boxShadow=y(c,WC,e.boxShadow),this.color=y(c,AC,e.color),this.direction=y(c,cC,e.direction),this.display=y(c,eC,e.display),this.float=y(c,lC,e.cssFloat),this.fontFamily=y(c,IC,e.fontFamily),this.fontSize=y(c,TC,e.fontSize),this.fontStyle=y(c,KC,e.fontStyle),this.fontVariant=y(c,_C,e.fontVariant),this.fontWeight=y(c,DC,e.fontWeight),this.letterSpacing=y(c,sC,e.letterSpacing),this.lineBreak=y(c,nC,e.lineBreak),this.lineHeight=y(c,aC,e.lineHeight),this.listStyleImage=y(c,rC,e.listStyleImage),this.listStylePosition=y(c,oC,e.listStylePosition),this.listStyleType=y(c,c6,e.listStyleType),this.marginTop=y(c,iC,e.marginTop),this.marginRight=y(c,fC,e.marginRight),this.marginBottom=y(c,mC,e.marginBottom),this.marginLeft=y(c,uC,e.marginLeft),this.opacity=y(c,EC,e.opacity);var s=y(c,pC,e.overflow);this.overflowX=s[0],this.overflowY=s[s.length>1?1:0],this.overflowWrap=y(c,dC,e.overflowWrap),this.paddingTop=y(c,hC,e.paddingTop),this.paddingRight=y(c,gC,e.paddingRight),this.paddingBottom=y(c,CC,e.paddingBottom),this.paddingLeft=y(c,BC,e.paddingLeft),this.paintOrder=y(c,XC,e.paintOrder),this.position=y(c,zC,e.position),this.textAlign=y(c,LC,e.textAlign),this.textDecorationColor=y(c,kC,(t=e.textDecorationColor)!==null&&t!==void 0?t:e.color),this.textDecorationLine=y(c,HC,(l=e.textDecorationLine)!==null&&l!==void 0?l:e.textDecoration),this.textShadow=y(c,MC,e.textShadow),this.textTransform=y(c,wC,e.textTransform),this.transform=y(c,QC,e.transform),this.transformOrigin=y(c,UC,e.transformOrigin),this.visibility=y(c,vC,e.visibility),this.webkitTextStrokeColor=y(c,qC,e.webkitTextStrokeColor),this.webkitTextStrokeWidth=y(c,YC,e.webkitTextStrokeWidth),this.wordBreak=y(c,SC,e.wordBreak),this.zIndex=y(c,NC,e.zIndex)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},A.prototype.isTransparent=function(){return Z2(this.backgroundColor)},A.prototype.isTransformed=function(){return this.transform!==null},A.prototype.isPositioned=function(){return this.position!==0},A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},A.prototype.isFloating=function(){return this.float!==0},A.prototype.isInlineLevel=function(){return e2(this.display,4)||e2(this.display,33554432)||e2(this.display,268435456)||e2(this.display,536870912)||e2(this.display,67108864)||e2(this.display,134217728)},A}(),jC=function(){function A(c,e){this.content=y(c,OC,e.content),this.quotes=y(c,GC,e.quotes)}return A}(),Ac=function(){function A(c,e){this.counterIncrement=y(c,VC,e.counterIncrement),this.counterReset=y(c,RC,e.counterReset)}return A}(),y=function(A,c,e){var t=new F5,l=e!==null&&typeof e<"u"?e.toString():c.initialValue;t.write(l);var s=new y5(t.read());switch(c.type){case 2:var a=s.parseComponentValue();return c.parse(A,K(a)?a.value:c.initialValue);case 0:return c.parse(A,s.parseComponentValue());case 1:return c.parse(A,s.parseComponentValues());case 4:return s.parseComponentValue();case 3:switch(c.format){case"angle":return j0.parse(A,s.parseComponentValue());case"color":return $2.parse(A,s.parseComponentValue());case"image":return A6.parse(A,s.parseComponentValue());case"length":var r=s.parseComponentValue();return J2(r)?r:n2;case"length-percentage":var o=s.parseComponentValue();return Z(o)?o:n2;case"time":return $5.parse(A,s.parseComponentValue())}break}},$C="data-html2canvas-debug",ZC=function(A){var c=A.getAttribute($C);switch(c){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},e6=function(A,c){var e=ZC(A);return e===1||c===e},H2=function(){function A(c,e){if(this.context=c,this.textNodes=[],this.elements=[],this.flags=0,e6(e,3))debugger;this.styles=new JC(c,window.getComputedStyle(e,null)),h6(e)&&(this.styles.animationDuration.some(function(t){return t>0})&&(e.style.animationDuration="0s"),this.styles.transform!==null&&(e.style.transform="none")),this.bounds=S0(this.context,e),e6(e,4)&&(this.flags|=16)}return A}(),AB="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",cc="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e0=typeof Uint8Array>"u"?[]:new Uint8Array(256),r4=0;r4<cc.length;r4++)e0[cc.charCodeAt(r4)]=r4;for(var cB=function(A){var c=A.length*.75,e=A.length,t,l=0,s,a,r,o;A[A.length-1]==="="&&(c--,A[A.length-2]==="="&&c--);var f=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(c):new Array(c),i=Array.isArray(f)?f:new Uint8Array(f);for(t=0;t<e;t+=4)s=e0[A.charCodeAt(t)],a=e0[A.charCodeAt(t+1)],r=e0[A.charCodeAt(t+2)],o=e0[A.charCodeAt(t+3)],i[l++]=s<<2|a>>4,i[l++]=(a&15)<<4|r>>2,i[l++]=(r&3)<<6|o&63;return f},eB=function(A){for(var c=A.length,e=[],t=0;t<c;t+=2)e.push(A[t+1]<<8|A[t]);return e},tB=function(A){for(var c=A.length,e=[],t=0;t<c;t+=4)e.push(A[t+3]<<24|A[t+2]<<16|A[t+1]<<8|A[t]);return e},d1=5,t6=6+5,l6=2,lB=t6-d1,ec=65536>>d1,sB=1<<d1,s6=sB-1,nB=1024>>d1,aB=ec+nB,rB=aB,oB=32,iB=rB+oB,fB=65536>>t6,mB=1<<lB,uB=mB-1,tc=function(A,c,e){return A.slice?A.slice(c,e):new Uint16Array(Array.prototype.slice.call(A,c,e))},pB=function(A,c,e){return A.slice?A.slice(c,e):new Uint32Array(Array.prototype.slice.call(A,c,e))},dB=function(A,c){var e=cB(A),t=Array.isArray(e)?tB(e):new Uint32Array(e),l=Array.isArray(e)?eB(e):new Uint16Array(e),s=24,a=tc(l,s/2,t[4]/2),r=t[5]===2?tc(l,(s+t[4])/2):pB(t,Math.ceil((s+t[4])/4));return new hB(t[0],t[1],t[2],t[3],a,r)},hB=function(){function A(c,e,t,l,s,a){this.initialValue=c,this.errorValue=e,this.highStart=t,this.highValueIndex=l,this.index=s,this.data=a}return A.prototype.get=function(c){var e;if(c>=0){if(c<55296||c>56319&&c<=65535)return e=this.index[c>>d1],e=(e<<l6)+(c&s6),this.data[e];if(c<=65535)return e=this.index[ec+(c-55296>>d1)],e=(e<<l6)+(c&s6),this.data[e];if(c<this.highStart)return e=iB-fB+(c>>t6),e=this.index[e],e+=c>>d1&uB,e=this.index[e],e=(e<<l6)+(c&s6),this.data[e];if(c<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A}(),lc="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",gB=typeof Uint8Array>"u"?[]:new Uint8Array(256),o4=0;o4<lc.length;o4++)gB[lc.charCodeAt(o4)]=o4;var CB=1,n6=2,a6=3,sc=4,nc=5,BB=7,ac=8,r6=9,o6=10,rc=11,oc=12,ic=13,fc=14,i6=15,LB=function(A){for(var c=[],e=0,t=A.length;e<t;){var l=A.charCodeAt(e++);if(l>=55296&&l<=56319&&e<t){var s=A.charCodeAt(e++);(s&64512)===56320?c.push(((l&1023)<<10)+(s&1023)+65536):(c.push(l),e--)}else c.push(l)}return c},zB=function(){for(var A=[],c=0;c<arguments.length;c++)A[c]=arguments[c];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var e=A.length;if(!e)return"";for(var t=[],l=-1,s="";++l<e;){var a=A[l];a<=65535?t.push(a):(a-=65536,t.push((a>>10)+55296,a%1024+56320)),(l+1===e||t.length>16384)&&(s+=String.fromCharCode.apply(String,t),t.length=0)}return s},MB=dB(AB),w2="×",f6="÷",wB=function(A){return MB.get(A)},QB=function(A,c,e){var t=e-2,l=c[t],s=c[e-1],a=c[e];if(s===n6&&a===a6)return w2;if(s===n6||s===a6||s===sc||a===n6||a===a6||a===sc)return f6;if(s===ac&&[ac,r6,rc,oc].indexOf(a)!==-1||(s===rc||s===r6)&&(a===r6||a===o6)||(s===oc||s===o6)&&a===o6||a===ic||a===nc||a===BB||s===CB)return w2;if(s===ic&&a===fc){for(;l===nc;)l=c[--t];if(l===fc)return w2}if(s===i6&&a===i6){for(var r=0;l===i6;)r++,l=c[--t];if(r%2===0)return w2}return f6},xB=function(A){var c=LB(A),e=c.length,t=0,l=0,s=c.map(wB);return{next:function(){if(t>=e)return{done:!0,value:null};for(var a=w2;t<e&&(a=QB(c,s,++t))===w2;);if(a!==w2||t===e){var r=zB.apply(null,c.slice(l,t));return l=t,{value:r,done:!1}}return{done:!0,value:null}}}},FB=function(A){for(var c=xB(A),e=[],t;!(t=c.next()).done;)t.value&&e.push(t.value.slice());return e},yB=function(A){var c=123;if(A.createRange){var e=A.createRange();if(e.getBoundingClientRect){var t=A.createElement("boundtest");t.style.height=c+"px",t.style.display="block",A.body.appendChild(t),e.selectNode(t);var l=e.getBoundingClientRect(),s=Math.round(l.height);if(A.body.removeChild(t),s===c)return!0}}return!1},bB=function(A){var c=A.createElement("boundtest");c.style.width="50px",c.style.display="block",c.style.fontSize="12px",c.style.letterSpacing="0px",c.style.wordSpacing="0px",A.body.appendChild(c);var e=A.createRange();c.innerHTML=typeof"".repeat=="function"?"&#128104;".repeat(10):"";var t=c.firstChild,l=N0(t.data).map(function(o){return j(o)}),s=0,a={},r=l.every(function(o,f){e.setStart(t,s),e.setEnd(t,s+o.length);var i=e.getBoundingClientRect();s+=o.length;var m=i.x>a.x||i.y>a.y;return a=i,f===0?!0:m});return A.body.removeChild(c),r},UB=function(){return typeof new Image().crossOrigin<"u"},vB=function(){return typeof new XMLHttpRequest().responseType=="string"},SB=function(A){var c=new Image,e=A.createElement("canvas"),t=e.getContext("2d");if(!t)return!1;c.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{t.drawImage(c,0,0),e.toDataURL()}catch{return!1}return!0},mc=function(A){return A[0]===0&&A[1]===255&&A[2]===0&&A[3]===255},NB=function(A){var c=A.createElement("canvas"),e=100;c.width=e,c.height=e;var t=c.getContext("2d");if(!t)return Promise.reject(!1);t.fillStyle="rgb(0, 255, 0)",t.fillRect(0,0,e,e);var l=new Image,s=c.toDataURL();l.src=s;var a=m6(e,e,0,0,l);return t.fillStyle="red",t.fillRect(0,0,e,e),uc(a).then(function(r){t.drawImage(r,0,0);var o=t.getImageData(0,0,e,e).data;t.fillStyle="red",t.fillRect(0,0,e,e);var f=A.createElement("div");return f.style.backgroundImage="url("+s+")",f.style.height=e+"px",mc(o)?uc(m6(e,e,0,0,f)):Promise.reject(!1)}).then(function(r){return t.drawImage(r,0,0),mc(t.getImageData(0,0,e,e).data)}).catch(function(){return!1})},m6=function(A,c,e,t,l){var s="http://www.w3.org/2000/svg",a=document.createElementNS(s,"svg"),r=document.createElementNS(s,"foreignObject");return a.setAttributeNS(null,"width",A.toString()),a.setAttributeNS(null,"height",c.toString()),r.setAttributeNS(null,"width","100%"),r.setAttributeNS(null,"height","100%"),r.setAttributeNS(null,"x",e.toString()),r.setAttributeNS(null,"y",t.toString()),r.setAttributeNS(null,"externalResourcesRequired","true"),a.appendChild(r),r.appendChild(l),a},uc=function(A){return new Promise(function(c,e){var t=new Image;t.onload=function(){return c(t)},t.onerror=e,t.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},a2={get SUPPORT_RANGE_BOUNDS(){var A=yB(document);return Object.defineProperty(a2,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=a2.SUPPORT_RANGE_BOUNDS&&bB(document);return Object.defineProperty(a2,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=SB(document);return Object.defineProperty(a2,"SUPPORT_SVG_DRAWING",{value:A}),A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A=typeof Array.from=="function"&&typeof window.fetch=="function"?NB(document):Promise.resolve(!1);return Object.defineProperty(a2,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=UB();return Object.defineProperty(a2,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A=vB();return Object.defineProperty(a2,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(a2,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!!(typeof Intl<"u"&&Intl.Segmenter);return Object.defineProperty(a2,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},t0=function(){function A(c,e){this.text=c,this.bounds=e}return A}(),EB=function(A,c,e,t){var l=IB(c,e),s=[],a=0;return l.forEach(function(r){if(e.textDecorationLine.length||r.trim().length>0)if(a2.SUPPORT_RANGE_BOUNDS){var o=pc(t,a,r.length).getClientRects();if(o.length>1){var f=u6(r),i=0;f.forEach(function(u){s.push(new t0(u,_2.fromDOMRectList(A,pc(t,i+a,u.length).getClientRects()))),i+=u.length})}else s.push(new t0(r,_2.fromDOMRectList(A,o)))}else{var m=t.splitText(r.length);s.push(new t0(r,kB(A,t))),t=m}else a2.SUPPORT_RANGE_BOUNDS||(t=t.splitText(r.length));a+=r.length}),s},kB=function(A,c){var e=c.ownerDocument;if(e){var t=e.createElement("html2canvaswrapper");t.appendChild(c.cloneNode(!0));var l=c.parentNode;if(l){l.replaceChild(t,c);var s=S0(A,t);return t.firstChild&&l.replaceChild(t.firstChild,t),s}}return _2.EMPTY},pc=function(A,c,e){var t=A.ownerDocument;if(!t)throw new Error("Node has no owner document");var l=t.createRange();return l.setStart(A,c),l.setEnd(A,c+e),l},u6=function(A){if(a2.SUPPORT_NATIVE_TEXT_SEGMENTATION){var c=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(c.segment(A)).map(function(e){return e.segment})}return FB(A)},HB=function(A,c){if(a2.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(e.segment(A)).map(function(t){return t.segment})}return DB(A,c)},IB=function(A,c){return c.letterSpacing!==0?u6(A):HB(A,c)},TB=[32,160,4961,65792,65793,4153,4241],DB=function(A,c){for(var e=fh(A,{lineBreak:c.lineBreak,wordBreak:c.overflowWrap==="break-word"?"break-word":c.wordBreak}),t=[],l,s=function(){if(l.value){var a=l.value.slice(),r=N0(a),o="";r.forEach(function(f){TB.indexOf(f)===-1?o+=j(f):(o.length&&t.push(o),t.push(j(f)),o="")}),o.length&&t.push(o)}};!(l=e.next()).done;)s();return t},_B=function(){function A(c,e,t){this.text=KB(e.data,t.textTransform),this.textBounds=EB(c,this.text,t,e)}return A}(),KB=function(A,c){switch(c){case 1:return A.toLowerCase();case 3:return A.replace(OB,VB);case 2:return A.toUpperCase();default:return A}},OB=/(^|\s|:|-|\(|\))([a-z])/g,VB=function(A,c,e){return A.length>0?c+e.toUpperCase():A},dc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l.src=t.currentSrc||t.src,l.intrinsicWidth=t.naturalWidth,l.intrinsicHeight=t.naturalHeight,l.context.cache.addImage(l.src),l}return c}(H2),hc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l.canvas=t,l.intrinsicWidth=t.width,l.intrinsicHeight=t.height,l}return c}(H2),gc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this,s=new XMLSerializer,a=S0(e,t);return t.setAttribute("width",a.width+"px"),t.setAttribute("height",a.height+"px"),l.svg="data:image/svg+xml,"+encodeURIComponent(s.serializeToString(t)),l.intrinsicWidth=t.width.baseVal.value,l.intrinsicHeight=t.height.baseVal.value,l.context.cache.addImage(l.svg),l}return c}(H2),Cc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l.value=t.value,l}return c}(H2),p6=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l.start=t.start,l.reversed=typeof t.reversed=="boolean"&&t.reversed===!0,l}return c}(H2),RB=[{type:15,flags:0,unit:"px",number:3}],PB=[{type:16,flags:0,number:50}],GB=function(A){return A.width>A.height?new _2(A.left+(A.width-A.height)/2,A.top,A.height,A.height):A.width<A.height?new _2(A.left,A.top+(A.height-A.width)/2,A.width,A.width):A},WB=function(A){var c=A.type===XB?new Array(A.value.length+1).join("•"):A.value;return c.length===0?A.placeholder||"":c},i4="checkbox",f4="radio",XB="password",Bc=707406591,d6=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;switch(l.type=t.type.toLowerCase(),l.checked=t.checked,l.value=WB(t),(l.type===i4||l.type===f4)&&(l.styles.backgroundColor=3739148031,l.styles.borderTopColor=l.styles.borderRightColor=l.styles.borderBottomColor=l.styles.borderLeftColor=2779096575,l.styles.borderTopWidth=l.styles.borderRightWidth=l.styles.borderBottomWidth=l.styles.borderLeftWidth=1,l.styles.borderTopStyle=l.styles.borderRightStyle=l.styles.borderBottomStyle=l.styles.borderLeftStyle=1,l.styles.backgroundClip=[0],l.styles.backgroundOrigin=[0],l.bounds=GB(l.bounds)),l.type){case i4:l.styles.borderTopRightRadius=l.styles.borderTopLeftRadius=l.styles.borderBottomRightRadius=l.styles.borderBottomLeftRadius=RB;break;case f4:l.styles.borderTopRightRadius=l.styles.borderTopLeftRadius=l.styles.borderBottomRightRadius=l.styles.borderBottomLeftRadius=PB;break}return l}return c}(H2),Lc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this,s=t.options[t.selectedIndex||0];return l.value=s&&s.text||"",l}return c}(H2),zc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l.value=t.value,l}return c}(H2),Mc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;l.src=t.src,l.width=parseInt(t.width,10)||0,l.height=parseInt(t.height,10)||0,l.backgroundColor=l.styles.backgroundColor;try{if(t.contentWindow&&t.contentWindow.document&&t.contentWindow.document.documentElement){l.tree=Qc(e,t.contentWindow.document.documentElement);var s=t.contentWindow.document.documentElement?A0(e,getComputedStyle(t.contentWindow.document.documentElement).backgroundColor):O2.TRANSPARENT,a=t.contentWindow.document.body?A0(e,getComputedStyle(t.contentWindow.document.body).backgroundColor):O2.TRANSPARENT;l.backgroundColor=Z2(s)?Z2(a)?l.styles.backgroundColor:a:s}}catch{}return l}return c}(H2),qB=["OL","UL","MENU"],m4=function(A,c,e,t){for(var l=c.firstChild,s=void 0;l;l=s)if(s=l.nextSibling,xc(l)&&l.data.trim().length>0)e.textNodes.push(new _B(A,l,e.styles));else if(b1(l))if(Sc(l)&&l.assignedNodes)l.assignedNodes().forEach(function(r){return m4(A,r,e,t)});else{var a=wc(A,l);a.styles.isVisible()&&(YB(l,a,t)?a.flags|=4:JB(a.styles)&&(a.flags|=2),qB.indexOf(l.tagName)!==-1&&(a.flags|=8),e.elements.push(a),l.slot,l.shadowRoot?m4(A,l.shadowRoot,a,t):!p4(l)&&!Fc(l)&&!d4(l)&&m4(A,l,a,t))}},wc=function(A,c){return C6(c)?new dc(A,c):yc(c)?new hc(A,c):Fc(c)?new gc(A,c):jB(c)?new Cc(A,c):$B(c)?new p6(A,c):ZB(c)?new d6(A,c):d4(c)?new Lc(A,c):p4(c)?new zc(A,c):Uc(c)?new Mc(A,c):new H2(A,c)},Qc=function(A,c){var e=wc(A,c);return e.flags|=4,m4(A,c,e,e),e},YB=function(A,c,e){return c.styles.isPositionedWithZIndex()||c.styles.opacity<1||c.styles.isTransformed()||g6(A)&&e.styles.isTransparent()},JB=function(A){return A.isPositioned()||A.isFloating()},xc=function(A){return A.nodeType===Node.TEXT_NODE},b1=function(A){return A.nodeType===Node.ELEMENT_NODE},h6=function(A){return b1(A)&&typeof A.style<"u"&&!u4(A)},u4=function(A){return typeof A.className=="object"},jB=function(A){return A.tagName==="LI"},$B=function(A){return A.tagName==="OL"},ZB=function(A){return A.tagName==="INPUT"},AL=function(A){return A.tagName==="HTML"},Fc=function(A){return A.tagName==="svg"},g6=function(A){return A.tagName==="BODY"},yc=function(A){return A.tagName==="CANVAS"},bc=function(A){return A.tagName==="VIDEO"},C6=function(A){return A.tagName==="IMG"},Uc=function(A){return A.tagName==="IFRAME"},vc=function(A){return A.tagName==="STYLE"},cL=function(A){return A.tagName==="SCRIPT"},p4=function(A){return A.tagName==="TEXTAREA"},d4=function(A){return A.tagName==="SELECT"},Sc=function(A){return A.tagName==="SLOT"},Nc=function(A){return A.tagName.indexOf("-")>0},eL=function(){function A(){this.counters={}}return A.prototype.getCounterValue=function(c){var e=this.counters[c];return e&&e.length?e[e.length-1]:1},A.prototype.getCounterValues=function(c){var e=this.counters[c];return e||[]},A.prototype.pop=function(c){var e=this;c.forEach(function(t){return e.counters[t].pop()})},A.prototype.parse=function(c){var e=this,t=c.counterIncrement,l=c.counterReset,s=!0;t!==null&&t.forEach(function(r){var o=e.counters[r.counter];o&&r.increment!==0&&(s=!1,o.length||o.push(1),o[Math.max(0,o.length-1)]+=r.increment)});var a=[];return s&&l.forEach(function(r){var o=e.counters[r.counter];a.push(r.counter),o||(o=e.counters[r.counter]=[]),o.push(r.reset)}),a},A}(),Ec={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"]},kc={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:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},tL={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:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},lL={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:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},U1=function(A,c,e,t,l,s){return A<c||A>e?s0(A,l,s.length>0):t.integers.reduce(function(a,r,o){for(;A>=r;)A-=r,a+=t.values[o];return a},"")+s},Hc=function(A,c,e,t){var l="";do e||A--,l=t(A)+l,A/=c;while(A*c>=c);return l},$=function(A,c,e,t,l){var s=e-c+1;return(A<0?"-":"")+(Hc(Math.abs(A),s,t,function(a){return j(Math.floor(a%s)+c)})+l)},h1=function(A,c,e){e===void 0&&(e=". ");var t=c.length;return Hc(Math.abs(A),t,!1,function(l){return c[Math.floor(l%t)]})+e},v1=1,c1=2,e1=4,l0=8,V2=function(A,c,e,t,l,s){if(A<-9999||A>9999)return s0(A,4,l.length>0);var a=Math.abs(A),r=l;if(a===0)return c[0]+r;for(var o=0;a>0&&o<=4;o++){var f=a%10;f===0&&e2(s,v1)&&r!==""?r=c[f]+r:f>1||f===1&&o===0||f===1&&o===1&&e2(s,c1)||f===1&&o===1&&e2(s,e1)&&A>100||f===1&&o>1&&e2(s,l0)?r=c[f]+(o>0?e[o-1]:"")+r:f===1&&o>0&&(r=e[o-1]+r),a=Math.floor(a/10)}return(A<0?t:"")+r},Ic="十百千萬",Tc="拾佰仟萬",Dc="マイナス",B6="마이너스",s0=function(A,c,e){var t=e?". ":"",l=e?"、":"",s=e?", ":"",a=e?" ":"";switch(c){case 0:return"•"+a;case 1:return"◦"+a;case 2:return"◾"+a;case 5:var r=$(A,48,57,!0,t);return r.length<4?"0"+r:r;case 4:return h1(A,"〇一二三四五六七八九",l);case 6:return U1(A,1,3999,Ec,3,t).toLowerCase();case 7:return U1(A,1,3999,Ec,3,t);case 8:return $(A,945,969,!1,t);case 9:return $(A,97,122,!1,t);case 10:return $(A,65,90,!1,t);case 11:return $(A,1632,1641,!0,t);case 12:case 49:return U1(A,1,9999,kc,3,t);case 35:return U1(A,1,9999,kc,3,t).toLowerCase();case 13:return $(A,2534,2543,!0,t);case 14:case 30:return $(A,6112,6121,!0,t);case 15:return h1(A,"子丑寅卯辰巳午未申酉戌亥",l);case 16:return h1(A,"甲乙丙丁戊己庚辛壬癸",l);case 17:case 48:return V2(A,"零一二三四五六七八九",Ic,"負",l,c1|e1|l0);case 47:return V2(A,"零壹貳參肆伍陸柒捌玖",Tc,"負",l,v1|c1|e1|l0);case 42:return V2(A,"零一二三四五六七八九",Ic,"负",l,c1|e1|l0);case 41:return V2(A,"零壹贰叁肆伍陆柒捌玖",Tc,"负",l,v1|c1|e1|l0);case 26:return V2(A,"〇一二三四五六七八九","十百千万",Dc,l,0);case 25:return V2(A,"零壱弐参四伍六七八九","拾百千万",Dc,l,v1|c1|e1);case 31:return V2(A,"영일이삼사오육칠팔구","십백천만",B6,s,v1|c1|e1);case 33:return V2(A,"零一二三四五六七八九","十百千萬",B6,s,0);case 32:return V2(A,"零壹貳參四五六七八九","拾百千",B6,s,v1|c1|e1);case 18:return $(A,2406,2415,!0,t);case 20:return U1(A,1,19999,lL,3,t);case 21:return $(A,2790,2799,!0,t);case 22:return $(A,2662,2671,!0,t);case 22:return U1(A,1,10999,tL,3,t);case 23:return h1(A,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case 24:return h1(A,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case 27:return $(A,3302,3311,!0,t);case 28:return h1(A,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",l);case 29:return h1(A,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",l);case 34:return $(A,3792,3801,!0,t);case 37:return $(A,6160,6169,!0,t);case 38:return $(A,4160,4169,!0,t);case 39:return $(A,2918,2927,!0,t);case 40:return $(A,1776,1785,!0,t);case 43:return $(A,3046,3055,!0,t);case 44:return $(A,3174,3183,!0,t);case 45:return $(A,3664,3673,!0,t);case 46:return $(A,3872,3881,!0,t);case 3:default:return $(A,48,57,!0,t)}},_c="data-html2canvas-ignore",Kc=function(){function A(c,e,t){if(this.context=c,this.options=t,this.scrolledElements=[],this.referenceElement=e,this.counters=new eL,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(c,e){var t=this,l=sL(c,e);if(!l.contentWindow)return Promise.reject("Unable to find iframe window");var s=c.defaultView.pageXOffset,a=c.defaultView.pageYOffset,r=l.contentWindow,o=r.document,f=rL(l).then(function(){return p2(t,void 0,void 0,function(){var i,m;return i2(this,function(u){switch(u.label){case 0:return this.scrolledElements.forEach(mL),r&&(r.scrollTo(e.left,e.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(r.scrollY!==e.top||r.scrollX!==e.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(r.scrollX-e.left,r.scrollY-e.top,0,0))),i=this.options.onclone,m=this.clonedReferenceElement,typeof m>"u"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:o.fonts&&o.fonts.ready?[4,o.fonts.ready]:[3,2];case 1:u.sent(),u.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,aL(o)]:[3,4];case 3:u.sent(),u.label=4;case 4:return typeof i=="function"?[2,Promise.resolve().then(function(){return i(o,m)}).then(function(){return l})]:[2,l]}})})});return o.open(),o.write(iL(document.doctype)+"<html></html>"),fL(this.referenceElement.ownerDocument,s,a),o.replaceChild(o.adoptNode(this.documentElement),o.documentElement),o.close(),f},A.prototype.createElementClone=function(c){if(e6(c,2))debugger;if(yc(c))return this.createCanvasClone(c);if(bc(c))return this.createVideoClone(c);if(vc(c))return this.createStyleClone(c);var e=c.cloneNode(!1);return C6(e)&&(C6(c)&&c.currentSrc&&c.currentSrc!==c.src&&(e.src=c.currentSrc,e.srcset=""),e.loading==="lazy"&&(e.loading="eager")),Nc(e)?this.createCustomElementClone(e):e},A.prototype.createCustomElementClone=function(c){var e=document.createElement("html2canvascustomelement");return L6(c.style,e),e},A.prototype.createStyleClone=function(c){try{var e=c.sheet;if(e&&e.cssRules){var t=[].slice.call(e.cssRules,0).reduce(function(s,a){return a&&typeof a.cssText=="string"?s+a.cssText:s},""),l=c.cloneNode(!1);return l.textContent=t,l}}catch(s){if(this.context.logger.error("Unable to access cssRules property",s),s.name!=="SecurityError")throw s}return c.cloneNode(!1)},A.prototype.createCanvasClone=function(c){var e;if(this.options.inlineImages&&c.ownerDocument){var t=c.ownerDocument.createElement("img");try{return t.src=c.toDataURL(),t}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",c)}}var l=c.cloneNode(!1);try{l.width=c.width,l.height=c.height;var s=c.getContext("2d"),a=l.getContext("2d");if(a)if(!this.options.allowTaint&&s)a.putImageData(s.getImageData(0,0,c.width,c.height),0,0);else{var r=(e=c.getContext("webgl2"))!==null&&e!==void 0?e:c.getContext("webgl");if(r){var o=r.getContextAttributes();(o==null?void 0:o.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",c)}a.drawImage(c,0,0)}return l}catch{this.context.logger.info("Unable to clone canvas as it is tainted",c)}return l},A.prototype.createVideoClone=function(c){var e=c.ownerDocument.createElement("canvas");e.width=c.offsetWidth,e.height=c.offsetHeight;var t=e.getContext("2d");try{return t&&(t.drawImage(c,0,0,e.width,e.height),this.options.allowTaint||t.getImageData(0,0,e.width,e.height)),e}catch{this.context.logger.info("Unable to clone video as it is tainted",c)}var l=c.ownerDocument.createElement("canvas");return l.width=c.offsetWidth,l.height=c.offsetHeight,l},A.prototype.appendChildNode=function(c,e,t){(!b1(e)||!cL(e)&&!e.hasAttribute(_c)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(e)))&&(!this.options.copyStyles||!b1(e)||!vc(e))&&c.appendChild(this.cloneNode(e,t))},A.prototype.cloneChildNodes=function(c,e,t){for(var l=this,s=c.shadowRoot?c.shadowRoot.firstChild:c.firstChild;s;s=s.nextSibling)if(b1(s)&&Sc(s)&&typeof s.assignedNodes=="function"){var a=s.assignedNodes();a.length&&a.forEach(function(r){return l.appendChildNode(e,r,t)})}else this.appendChildNode(e,s,t)},A.prototype.cloneNode=function(c,e){if(xc(c))return document.createTextNode(c.data);if(!c.ownerDocument)return c.cloneNode(!1);var t=c.ownerDocument.defaultView;if(t&&b1(c)&&(h6(c)||u4(c))){var l=this.createElementClone(c);l.style.transitionProperty="none";var s=t.getComputedStyle(c),a=t.getComputedStyle(c,":before"),r=t.getComputedStyle(c,":after");this.referenceElement===c&&h6(l)&&(this.clonedReferenceElement=l),g6(l)&&dL(l);var o=this.counters.parse(new Ac(this.context,s)),f=this.resolvePseudoContent(c,l,a,n0.BEFORE);Nc(c)&&(e=!0),bc(c)||this.cloneChildNodes(c,l,e),f&&l.insertBefore(f,l.firstChild);var i=this.resolvePseudoContent(c,l,r,n0.AFTER);return i&&l.appendChild(i),this.counters.pop(o),(s&&(this.options.copyStyles||u4(c))&&!Uc(c)||e)&&L6(s,l),(c.scrollTop!==0||c.scrollLeft!==0)&&this.scrolledElements.push([l,c.scrollLeft,c.scrollTop]),(p4(c)||d4(c))&&(p4(l)||d4(l))&&(l.value=c.value),l}return c.cloneNode(!1)},A.prototype.resolvePseudoContent=function(c,e,t,l){var s=this;if(t){var a=t.content,r=e.ownerDocument;if(!(!r||!a||a==="none"||a==="-moz-alt-content"||t.display==="none")){this.counters.parse(new Ac(this.context,t));var o=new jC(this.context,t),f=r.createElement("html2canvaspseudoelement");L6(t,f),o.content.forEach(function(m){if(m.type===0)f.appendChild(r.createTextNode(m.value));else if(m.type===22){var u=r.createElement("img");u.src=m.value,u.style.opacity="1",f.appendChild(u)}else if(m.type===18){if(m.name==="attr"){var d=m.values.filter(K);d.length&&f.appendChild(r.createTextNode(c.getAttribute(d[0].value)||""))}else if(m.name==="counter"){var p=m.values.filter(F1),h=p[0],B=p[1];if(h&&K(h)){var C=s.counters.getCounterValue(h.value),g=B&&K(B)?c6.parse(s.context,B.value):3;f.appendChild(r.createTextNode(s0(C,g,!1)))}}else if(m.name==="counters"){var L=m.values.filter(F1),h=L[0],M=L[1],B=L[2];if(h&&K(h)){var w=s.counters.getCounterValues(h.value),z=B&&K(B)?c6.parse(s.context,B.value):3,b=M&&M.type===0?M.value:"",v=w.map(function(T){return s0(T,z,!1)}).join(b);f.appendChild(r.createTextNode(v))}}}else if(m.type===20)switch(m.value){case"open-quote":f.appendChild(r.createTextNode(Z5(o.quotes,s.quoteDepth++,!0)));break;case"close-quote":f.appendChild(r.createTextNode(Z5(o.quotes,--s.quoteDepth,!1)));break;default:f.appendChild(r.createTextNode(m.value))}}),f.className=z6+" "+M6;var i=l===n0.BEFORE?" "+z6:" "+M6;return u4(e)?e.className.baseValue+=i:e.className+=i,f}}},A.destroy=function(c){return c.parentNode?(c.parentNode.removeChild(c),!0):!1},A}(),n0;(function(A){A[A.BEFORE=0]="BEFORE",A[A.AFTER=1]="AFTER"})(n0||(n0={}));var sL=function(A,c){var e=A.createElement("iframe");return e.className="html2canvas-container",e.style.visibility="hidden",e.style.position="fixed",e.style.left="-10000px",e.style.top="0px",e.style.border="0",e.width=c.width.toString(),e.height=c.height.toString(),e.scrolling="no",e.setAttribute(_c,"true"),A.body.appendChild(e),e},nL=function(A){return new Promise(function(c){if(A.complete){c();return}if(!A.src){c();return}A.onload=c,A.onerror=c})},aL=function(A){return Promise.all([].slice.call(A.images,0).map(nL))},rL=function(A){return new Promise(function(c,e){var t=A.contentWindow;if(!t)return e("No window assigned for iframe");var l=t.document;t.onload=A.onload=function(){t.onload=A.onload=null;var s=setInterval(function(){l.body.childNodes.length>0&&l.readyState==="complete"&&(clearInterval(s),c(A))},50)}})},oL=["all","d","content"],L6=function(A,c){for(var e=A.length-1;e>=0;e--){var t=A.item(e);oL.indexOf(t)===-1&&c.style.setProperty(t,A.getPropertyValue(t))}return c},iL=function(A){var c="";return A&&(c+="<!DOCTYPE ",A.name&&(c+=A.name),A.internalSubset&&(c+=A.internalSubset),A.publicId&&(c+='"'+A.publicId+'"'),A.systemId&&(c+='"'+A.systemId+'"'),c+=">"),c},fL=function(A,c,e){A&&A.defaultView&&(c!==A.defaultView.pageXOffset||e!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(c,e)},mL=function(A){var c=A[0],e=A[1],t=A[2];c.scrollLeft=e,c.scrollTop=t},uL=":before",pL=":after",z6="___html2canvas___pseudoelement_before",M6="___html2canvas___pseudoelement_after",Oc=`{
115
+ ***************************************************************************** */var v3=function(A,c){return v3=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(e[l]=t[l])},v3(A,c)};function y2(A,c){if(typeof c!="function"&&c!==null)throw new TypeError("Class extends value "+String(c)+" is not a constructor or null");v3(A,c);function e(){this.constructor=A}A.prototype=c===null?Object.create(c):(e.prototype=c.prototype,new e)}var S3=function(){return S3=Object.assign||function(c){for(var e,t=1,l=arguments.length;t<l;t++){e=arguments[t];for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(c[s]=e[s])}return c},S3.apply(this,arguments)};function p2(A,c,e,t){function l(s){return s instanceof e?s:new e(function(a){a(s)})}return new(e||(e=Promise))(function(s,a){function o(i){try{f(t.next(i))}catch(m){a(m)}}function r(i){try{f(t.throw(i))}catch(m){a(m)}}function f(i){i.done?s(i.value):l(i.value).then(o,r)}f((t=t.apply(A,c||[])).next())})}function i2(A,c){var e={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},t,l,s,a;return a={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function o(f){return function(i){return r([f,i])}}function r(f){if(t)throw new TypeError("Generator is already executing.");for(;e;)try{if(t=1,l&&(s=f[0]&2?l.return:f[0]?l.throw||((s=l.return)&&s.call(l),0):l.next)&&!(s=s.call(l,f[1])).done)return s;switch(l=0,s&&(f=[f[0]&2,s.value]),f[0]){case 0:case 1:s=f;break;case 4:return e.label++,{value:f[1],done:!1};case 5:e.label++,l=f[1],f=[0];continue;case 7:f=e.ops.pop(),e.trys.pop();continue;default:if(s=e.trys,!(s=s.length>0&&s[s.length-1])&&(f[0]===6||f[0]===2)){e=0;continue}if(f[0]===3&&(!s||f[1]>s[0]&&f[1]<s[3])){e.label=f[1];break}if(f[0]===6&&e.label<s[1]){e.label=s[1],s=f;break}if(s&&e.label<s[2]){e.label=s[2],e.ops.push(f);break}s[2]&&e.ops.pop(),e.trys.pop();continue}f=c.call(A,e)}catch(i){f=[6,i],l=0}finally{t=s=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}}function v0(A,c,e){if(e||arguments.length===2)for(var t=0,l=c.length,s;t<l;t++)(s||!(t in c))&&(s||(s=Array.prototype.slice.call(c,0,t)),s[t]=c[t]);return A.concat(s||c)}for(var _2=function(){function A(c,e,t,l){this.left=c,this.top=e,this.width=t,this.height=l}return A.prototype.add=function(c,e,t,l){return new A(this.left+c,this.top+e,this.width+t,this.height+l)},A.fromClientRect=function(c,e){return new A(e.left+c.windowBounds.left,e.top+c.windowBounds.top,e.width,e.height)},A.fromDOMRectList=function(c,e){var t=Array.from(e).find(function(l){return l.width!==0});return t?new A(t.left+c.windowBounds.left,t.top+c.windowBounds.top,t.width,t.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A}(),S0=function(A,c){return _2.fromClientRect(A,c.getBoundingClientRect())},vd=function(A){var c=A.body,e=A.documentElement;if(!c||!e)throw new Error("Unable to get document size");var t=Math.max(Math.max(c.scrollWidth,e.scrollWidth),Math.max(c.offsetWidth,e.offsetWidth),Math.max(c.clientWidth,e.clientWidth)),l=Math.max(Math.max(c.scrollHeight,e.scrollHeight),Math.max(c.offsetHeight,e.offsetHeight),Math.max(c.clientHeight,e.clientHeight));return new _2(0,0,t,l)},N0=function(A){for(var c=[],e=0,t=A.length;e<t;){var l=A.charCodeAt(e++);if(l>=55296&&l<=56319&&e<t){var s=A.charCodeAt(e++);(s&64512)===56320?c.push(((l&1023)<<10)+(s&1023)+65536):(c.push(l),e--)}else c.push(l)}return c},j=function(){for(var A=[],c=0;c<arguments.length;c++)A[c]=arguments[c];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var e=A.length;if(!e)return"";for(var t=[],l=-1,s="";++l<e;){var a=A[l];a<=65535?t.push(a):(a-=65536,t.push((a>>10)+55296,a%1024+56320)),(l+1===e||t.length>16384)&&(s+=String.fromCharCode.apply(String,t),t.length=0)}return s},JA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Sd=typeof Uint8Array>"u"?[]:new Uint8Array(256),E0=0;E0<JA.length;E0++)Sd[JA.charCodeAt(E0)]=E0;for(var jA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",K1=typeof Uint8Array>"u"?[]:new Uint8Array(256),k0=0;k0<jA.length;k0++)K1[jA.charCodeAt(k0)]=k0;for(var Nd=function(A){var c=A.length*.75,e=A.length,t,l=0,s,a,o,r;A[A.length-1]==="="&&(c--,A[A.length-2]==="="&&c--);var f=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(c):new Array(c),i=Array.isArray(f)?f:new Uint8Array(f);for(t=0;t<e;t+=4)s=K1[A.charCodeAt(t)],a=K1[A.charCodeAt(t+1)],o=K1[A.charCodeAt(t+2)],r=K1[A.charCodeAt(t+3)],i[l++]=s<<2|a>>4,i[l++]=(a&15)<<4|o>>2,i[l++]=(o&3)<<6|r&63;return f},Ed=function(A){for(var c=A.length,e=[],t=0;t<c;t+=2)e.push(A[t+1]<<8|A[t]);return e},kd=function(A){for(var c=A.length,e=[],t=0;t<c;t+=4)e.push(A[t+3]<<24|A[t+2]<<16|A[t+1]<<8|A[t]);return e},m1=5,N3=6+5,E3=2,Hd=N3-m1,$A=65536>>m1,Id=1<<m1,k3=Id-1,Td=1024>>m1,Dd=$A+Td,_d=Dd,Kd=32,Od=_d+Kd,Vd=65536>>N3,Rd=1<<Hd,Pd=Rd-1,ZA=function(A,c,e){return A.slice?A.slice(c,e):new Uint16Array(Array.prototype.slice.call(A,c,e))},Gd=function(A,c,e){return A.slice?A.slice(c,e):new Uint32Array(Array.prototype.slice.call(A,c,e))},Wd=function(A,c){var e=Nd(A),t=Array.isArray(e)?kd(e):new Uint32Array(e),l=Array.isArray(e)?Ed(e):new Uint16Array(e),s=24,a=ZA(l,s/2,t[4]/2),o=t[5]===2?ZA(l,(s+t[4])/2):Gd(t,Math.ceil((s+t[4])/4));return new Xd(t[0],t[1],t[2],t[3],a,o)},Xd=function(){function A(c,e,t,l,s,a){this.initialValue=c,this.errorValue=e,this.highStart=t,this.highValueIndex=l,this.index=s,this.data=a}return A.prototype.get=function(c){var e;if(c>=0){if(c<55296||c>56319&&c<=65535)return e=this.index[c>>m1],e=(e<<E3)+(c&k3),this.data[e];if(c<=65535)return e=this.index[$A+(c-55296>>m1)],e=(e<<E3)+(c&k3),this.data[e];if(c<this.highStart)return e=Od-Vd+(c>>N3),e=this.index[e],e+=c>>m1&Pd,e=this.index[e],e=(e<<E3)+(c&k3),this.data[e];if(c<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A}(),A5="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",qd=typeof Uint8Array>"u"?[]:new Uint8Array(256),H0=0;H0<A5.length;H0++)qd[A5.charCodeAt(H0)]=H0;var Yd="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==",c5=50,Jd=1,e5=2,t5=3,jd=4,$d=5,l5=7,s5=8,n5=9,q2=10,H3=11,a5=12,I3=13,Zd=14,O1=15,T3=16,I0=17,V1=18,Ah=19,r5=20,D3=21,R1=22,_3=23,M1=24,g2=25,P1=26,G1=27,w1=28,ch=29,u1=30,eh=31,T0=32,D0=33,K3=34,O3=35,V3=36,W1=37,R3=38,_0=39,K0=40,P3=41,o5=42,th=43,lh=[9001,65288],i5="!",I="×",O0="÷",G3=Wd(Yd),K2=[u1,V3],W3=[Jd,e5,t5,$d],f5=[q2,s5],m5=[G1,P1],sh=W3.concat(f5),u5=[R3,_0,K0,K3,O3],nh=[O1,I3],ah=function(A,c){c===void 0&&(c="strict");var e=[],t=[],l=[];return A.forEach(function(s,a){var o=G3.get(s);if(o>c5?(l.push(!0),o-=c5):l.push(!1),["normal","auto","loose"].indexOf(c)!==-1&&[8208,8211,12316,12448].indexOf(s)!==-1)return t.push(a),e.push(T3);if(o===jd||o===H3){if(a===0)return t.push(a),e.push(u1);var r=e[a-1];return sh.indexOf(r)===-1?(t.push(t[a-1]),e.push(r)):(t.push(a),e.push(u1))}if(t.push(a),o===eh)return e.push(c==="strict"?D3:W1);if(o===o5||o===ch)return e.push(u1);if(o===th)return s>=131072&&s<=196605||s>=196608&&s<=262141?e.push(W1):e.push(u1);e.push(o)}),[t,e,l]},X3=function(A,c,e,t){var l=t[e];if(Array.isArray(A)?A.indexOf(l)!==-1:A===l)for(var s=e;s<=t.length;){s++;var a=t[s];if(a===c)return!0;if(a!==q2)break}if(l===q2)for(var s=e;s>0;){s--;var o=t[s];if(Array.isArray(A)?A.indexOf(o)!==-1:A===o)for(var r=e;r<=t.length;){r++;var a=t[r];if(a===c)return!0;if(a!==q2)break}if(o!==q2)break}return!1},p5=function(A,c){for(var e=A;e>=0;){var t=c[e];if(t===q2)e--;else return t}return 0},rh=function(A,c,e,t,l){if(e[t]===0)return I;var s=t-1;if(Array.isArray(l)&&l[s]===!0)return I;var a=s-1,o=s+1,r=c[s],f=a>=0?c[a]:0,i=c[o];if(r===e5&&i===t5)return I;if(W3.indexOf(r)!==-1)return i5;if(W3.indexOf(i)!==-1||f5.indexOf(i)!==-1)return I;if(p5(s,c)===s5)return O0;if(G3.get(A[s])===H3||(r===T0||r===D0)&&G3.get(A[o])===H3||r===l5||i===l5||r===n5||[q2,I3,O1].indexOf(r)===-1&&i===n5||[I0,V1,Ah,M1,w1].indexOf(i)!==-1||p5(s,c)===R1||X3(_3,R1,s,c)||X3([I0,V1],D3,s,c)||X3(a5,a5,s,c))return I;if(r===q2)return O0;if(r===_3||i===_3)return I;if(i===T3||r===T3)return O0;if([I3,O1,D3].indexOf(i)!==-1||r===Zd||f===V3&&nh.indexOf(r)!==-1||r===w1&&i===V3||i===r5||K2.indexOf(i)!==-1&&r===g2||K2.indexOf(r)!==-1&&i===g2||r===G1&&[W1,T0,D0].indexOf(i)!==-1||[W1,T0,D0].indexOf(r)!==-1&&i===P1||K2.indexOf(r)!==-1&&m5.indexOf(i)!==-1||m5.indexOf(r)!==-1&&K2.indexOf(i)!==-1||[G1,P1].indexOf(r)!==-1&&(i===g2||[R1,O1].indexOf(i)!==-1&&c[o+1]===g2)||[R1,O1].indexOf(r)!==-1&&i===g2||r===g2&&[g2,w1,M1].indexOf(i)!==-1)return I;if([g2,w1,M1,I0,V1].indexOf(i)!==-1)for(var m=s;m>=0;){var u=c[m];if(u===g2)return I;if([w1,M1].indexOf(u)!==-1)m--;else break}if([G1,P1].indexOf(i)!==-1)for(var m=[I0,V1].indexOf(r)!==-1?a:s;m>=0;){var u=c[m];if(u===g2)return I;if([w1,M1].indexOf(u)!==-1)m--;else break}if(R3===r&&[R3,_0,K3,O3].indexOf(i)!==-1||[_0,K3].indexOf(r)!==-1&&[_0,K0].indexOf(i)!==-1||[K0,O3].indexOf(r)!==-1&&i===K0||u5.indexOf(r)!==-1&&[r5,P1].indexOf(i)!==-1||u5.indexOf(i)!==-1&&r===G1||K2.indexOf(r)!==-1&&K2.indexOf(i)!==-1||r===M1&&K2.indexOf(i)!==-1||K2.concat(g2).indexOf(r)!==-1&&i===R1&&lh.indexOf(A[o])===-1||K2.concat(g2).indexOf(i)!==-1&&r===V1)return I;if(r===P3&&i===P3){for(var d=e[s],p=1;d>0&&(d--,c[d]===P3);)p++;if(p%2!==0)return I}return r===T0&&i===D0?I:O0},oh=function(A,c){c||(c={lineBreak:"normal",wordBreak:"normal"});var e=ah(A,c.lineBreak),t=e[0],l=e[1],s=e[2];(c.wordBreak==="break-all"||c.wordBreak==="break-word")&&(l=l.map(function(o){return[g2,u1,o5].indexOf(o)!==-1?W1:o}));var a=c.wordBreak==="keep-all"?s.map(function(o,r){return o&&A[r]>=19968&&A[r]<=40959}):void 0;return[t,l,a]},ih=function(){function A(c,e,t,l){this.codePoints=c,this.required=e===i5,this.start=t,this.end=l}return A.prototype.slice=function(){return j.apply(void 0,this.codePoints.slice(this.start,this.end))},A}(),fh=function(A,c){var e=N0(A),t=oh(e,c),l=t[0],s=t[1],a=t[2],o=e.length,r=0,f=0;return{next:function(){if(f>=o)return{done:!0,value:null};for(var i=I;f<o&&(i=rh(e,s,l,++f,a))===I;);if(i!==I||f===o){var m=new ih(e,i,r,f);return r=f,{value:m,done:!1}}return{done:!0,value:null}}}},mh=1,uh=2,X1=4,d5=8,V0=10,h5=47,q1=92,ph=9,dh=32,R0=34,Y1=61,hh=35,gh=36,Ch=37,P0=39,G0=40,J1=41,Bh=95,h2=45,Lh=33,zh=60,Mh=62,wh=64,Qh=91,xh=93,Fh=61,yh=123,W0=63,bh=125,g5=124,Uh=126,vh=128,C5=65533,q3=42,p1=43,Sh=44,Nh=58,Eh=59,j1=46,kh=0,Hh=8,Ih=11,Th=14,Dh=31,_h=127,E2=-1,B5=48,L5=97,z5=101,Kh=102,Oh=117,Vh=122,M5=65,w5=69,Q5=70,Rh=85,Ph=90,f2=function(A){return A>=B5&&A<=57},Gh=function(A){return A>=55296&&A<=57343},Q1=function(A){return f2(A)||A>=M5&&A<=Q5||A>=L5&&A<=Kh},Wh=function(A){return A>=L5&&A<=Vh},Xh=function(A){return A>=M5&&A<=Ph},qh=function(A){return Wh(A)||Xh(A)},Yh=function(A){return A>=vh},X0=function(A){return A===V0||A===ph||A===dh},q0=function(A){return qh(A)||Yh(A)||A===Bh},x5=function(A){return q0(A)||f2(A)||A===h2},Jh=function(A){return A>=kh&&A<=Hh||A===Ih||A>=Th&&A<=Dh||A===_h},Y2=function(A,c){return A!==q1?!1:c!==V0},Y0=function(A,c,e){return A===h2?q0(c)||Y2(c,e):q0(A)?!0:!!(A===q1&&Y2(A,c))},Y3=function(A,c,e){return A===p1||A===h2?f2(c)?!0:c===j1&&f2(e):f2(A===j1?c:A)},jh=function(A){var c=0,e=1;(A[c]===p1||A[c]===h2)&&(A[c]===h2&&(e=-1),c++);for(var t=[];f2(A[c]);)t.push(A[c++]);var l=t.length?parseInt(j.apply(void 0,t),10):0;A[c]===j1&&c++;for(var s=[];f2(A[c]);)s.push(A[c++]);var a=s.length,o=a?parseInt(j.apply(void 0,s),10):0;(A[c]===w5||A[c]===z5)&&c++;var r=1;(A[c]===p1||A[c]===h2)&&(A[c]===h2&&(r=-1),c++);for(var f=[];f2(A[c]);)f.push(A[c++]);var i=f.length?parseInt(j.apply(void 0,f),10):0;return e*(l+o*Math.pow(10,-a))*Math.pow(10,r*i)},$h={type:2},Zh={type:3},Ag={type:4},cg={type:13},eg={type:8},tg={type:21},lg={type:9},sg={type:10},ng={type:11},ag={type:12},rg={type:14},J0={type:23},og={type:1},ig={type:25},fg={type:24},mg={type:26},ug={type:27},pg={type:28},dg={type:29},hg={type:31},J3={type:32},F5=function(){function A(){this._value=[]}return A.prototype.write=function(c){this._value=this._value.concat(N0(c))},A.prototype.read=function(){for(var c=[],e=this.consumeToken();e!==J3;)c.push(e),e=this.consumeToken();return c},A.prototype.consumeToken=function(){var c=this.consumeCodePoint();switch(c){case R0:return this.consumeStringToken(R0);case hh:var e=this.peekCodePoint(0),t=this.peekCodePoint(1),l=this.peekCodePoint(2);if(x5(e)||Y2(t,l)){var s=Y0(e,t,l)?uh:mh,a=this.consumeName();return{type:5,value:a,flags:s}}break;case gh:if(this.peekCodePoint(0)===Y1)return this.consumeCodePoint(),cg;break;case P0:return this.consumeStringToken(P0);case G0:return $h;case J1:return Zh;case q3:if(this.peekCodePoint(0)===Y1)return this.consumeCodePoint(),rg;break;case p1:if(Y3(c,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(c),this.consumeNumericToken();break;case Sh:return Ag;case h2:var o=c,r=this.peekCodePoint(0),f=this.peekCodePoint(1);if(Y3(o,r,f))return this.reconsumeCodePoint(c),this.consumeNumericToken();if(Y0(o,r,f))return this.reconsumeCodePoint(c),this.consumeIdentLikeToken();if(r===h2&&f===Mh)return this.consumeCodePoint(),this.consumeCodePoint(),fg;break;case j1:if(Y3(c,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(c),this.consumeNumericToken();break;case h5:if(this.peekCodePoint(0)===q3)for(this.consumeCodePoint();;){var i=this.consumeCodePoint();if(i===q3&&(i=this.consumeCodePoint(),i===h5))return this.consumeToken();if(i===E2)return this.consumeToken()}break;case Nh:return mg;case Eh:return ug;case zh:if(this.peekCodePoint(0)===Lh&&this.peekCodePoint(1)===h2&&this.peekCodePoint(2)===h2)return this.consumeCodePoint(),this.consumeCodePoint(),ig;break;case wh:var m=this.peekCodePoint(0),u=this.peekCodePoint(1),d=this.peekCodePoint(2);if(Y0(m,u,d)){var a=this.consumeName();return{type:7,value:a}}break;case Qh:return pg;case q1:if(Y2(c,this.peekCodePoint(0)))return this.reconsumeCodePoint(c),this.consumeIdentLikeToken();break;case xh:return dg;case Fh:if(this.peekCodePoint(0)===Y1)return this.consumeCodePoint(),eg;break;case yh:return ng;case bh:return ag;case Oh:case Rh:var p=this.peekCodePoint(0),h=this.peekCodePoint(1);return p===p1&&(Q1(h)||h===W0)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(c),this.consumeIdentLikeToken();case g5:if(this.peekCodePoint(0)===Y1)return this.consumeCodePoint(),lg;if(this.peekCodePoint(0)===g5)return this.consumeCodePoint(),tg;break;case Uh:if(this.peekCodePoint(0)===Y1)return this.consumeCodePoint(),sg;break;case E2:return J3}return X0(c)?(this.consumeWhiteSpace(),hg):f2(c)?(this.reconsumeCodePoint(c),this.consumeNumericToken()):q0(c)?(this.reconsumeCodePoint(c),this.consumeIdentLikeToken()):{type:6,value:j(c)}},A.prototype.consumeCodePoint=function(){var c=this._value.shift();return typeof c>"u"?-1:c},A.prototype.reconsumeCodePoint=function(c){this._value.unshift(c)},A.prototype.peekCodePoint=function(c){return c>=this._value.length?-1:this._value[c]},A.prototype.consumeUnicodeRangeToken=function(){for(var c=[],e=this.consumeCodePoint();Q1(e)&&c.length<6;)c.push(e),e=this.consumeCodePoint();for(var t=!1;e===W0&&c.length<6;)c.push(e),e=this.consumeCodePoint(),t=!0;if(t){var l=parseInt(j.apply(void 0,c.map(function(r){return r===W0?B5:r})),16),s=parseInt(j.apply(void 0,c.map(function(r){return r===W0?Q5:r})),16);return{type:30,start:l,end:s}}var a=parseInt(j.apply(void 0,c),16);if(this.peekCodePoint(0)===h2&&Q1(this.peekCodePoint(1))){this.consumeCodePoint(),e=this.consumeCodePoint();for(var o=[];Q1(e)&&o.length<6;)o.push(e),e=this.consumeCodePoint();var s=parseInt(j.apply(void 0,o),16);return{type:30,start:a,end:s}}else return{type:30,start:a,end:a}},A.prototype.consumeIdentLikeToken=function(){var c=this.consumeName();return c.toLowerCase()==="url"&&this.peekCodePoint(0)===G0?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===G0?(this.consumeCodePoint(),{type:19,value:c}):{type:20,value:c}},A.prototype.consumeUrlToken=function(){var c=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===E2)return{type:22,value:""};var e=this.peekCodePoint(0);if(e===P0||e===R0){var t=this.consumeStringToken(this.consumeCodePoint());return t.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===E2||this.peekCodePoint(0)===J1)?(this.consumeCodePoint(),{type:22,value:t.value}):(this.consumeBadUrlRemnants(),J0)}for(;;){var l=this.consumeCodePoint();if(l===E2||l===J1)return{type:22,value:j.apply(void 0,c)};if(X0(l))return this.consumeWhiteSpace(),this.peekCodePoint(0)===E2||this.peekCodePoint(0)===J1?(this.consumeCodePoint(),{type:22,value:j.apply(void 0,c)}):(this.consumeBadUrlRemnants(),J0);if(l===R0||l===P0||l===G0||Jh(l))return this.consumeBadUrlRemnants(),J0;if(l===q1)if(Y2(l,this.peekCodePoint(0)))c.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),J0;else c.push(l)}},A.prototype.consumeWhiteSpace=function(){for(;X0(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var c=this.consumeCodePoint();if(c===J1||c===E2)return;Y2(c,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(c){for(var e=5e4,t="";c>0;){var l=Math.min(e,c);t+=j.apply(void 0,this._value.splice(0,l)),c-=l}return this._value.shift(),t},A.prototype.consumeStringToken=function(c){var e="",t=0;do{var l=this._value[t];if(l===E2||l===void 0||l===c)return e+=this.consumeStringSlice(t),{type:0,value:e};if(l===V0)return this._value.splice(0,t),og;if(l===q1){var s=this._value[t+1];s!==E2&&s!==void 0&&(s===V0?(e+=this.consumeStringSlice(t),t=-1,this._value.shift()):Y2(l,s)&&(e+=this.consumeStringSlice(t),e+=j(this.consumeEscapedCodePoint()),t=-1))}t++}while(!0)},A.prototype.consumeNumber=function(){var c=[],e=X1,t=this.peekCodePoint(0);for((t===p1||t===h2)&&c.push(this.consumeCodePoint());f2(this.peekCodePoint(0));)c.push(this.consumeCodePoint());t=this.peekCodePoint(0);var l=this.peekCodePoint(1);if(t===j1&&f2(l))for(c.push(this.consumeCodePoint(),this.consumeCodePoint()),e=d5;f2(this.peekCodePoint(0));)c.push(this.consumeCodePoint());t=this.peekCodePoint(0),l=this.peekCodePoint(1);var s=this.peekCodePoint(2);if((t===w5||t===z5)&&((l===p1||l===h2)&&f2(s)||f2(l)))for(c.push(this.consumeCodePoint(),this.consumeCodePoint()),e=d5;f2(this.peekCodePoint(0));)c.push(this.consumeCodePoint());return[jh(c),e]},A.prototype.consumeNumericToken=function(){var c=this.consumeNumber(),e=c[0],t=c[1],l=this.peekCodePoint(0),s=this.peekCodePoint(1),a=this.peekCodePoint(2);if(Y0(l,s,a)){var o=this.consumeName();return{type:15,number:e,flags:t,unit:o}}return l===Ch?(this.consumeCodePoint(),{type:16,number:e,flags:t}):{type:17,number:e,flags:t}},A.prototype.consumeEscapedCodePoint=function(){var c=this.consumeCodePoint();if(Q1(c)){for(var e=j(c);Q1(this.peekCodePoint(0))&&e.length<6;)e+=j(this.consumeCodePoint());X0(this.peekCodePoint(0))&&this.consumeCodePoint();var t=parseInt(e,16);return t===0||Gh(t)||t>1114111?C5:t}return c===E2?C5:c},A.prototype.consumeName=function(){for(var c="";;){var e=this.consumeCodePoint();if(x5(e))c+=j(e);else if(Y2(e,this.peekCodePoint(0)))c+=j(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(e),c}},A}(),y5=function(){function A(c){this._tokens=c}return A.create=function(c){var e=new F5;return e.write(c),new A(e.read())},A.parseValue=function(c){return A.create(c).parseComponentValue()},A.parseValues=function(c){return A.create(c).parseComponentValues()},A.prototype.parseComponentValue=function(){for(var c=this.consumeToken();c.type===31;)c=this.consumeToken();if(c.type===32)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(c);var e=this.consumeComponentValue();do c=this.consumeToken();while(c.type===31);if(c.type===32)return e;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},A.prototype.parseComponentValues=function(){for(var c=[];;){var e=this.consumeComponentValue();if(e.type===32)return c;c.push(e),c.push()}},A.prototype.consumeComponentValue=function(){var c=this.consumeToken();switch(c.type){case 11:case 28:case 2:return this.consumeSimpleBlock(c.type);case 19:return this.consumeFunction(c)}return c},A.prototype.consumeSimpleBlock=function(c){for(var e={type:c,values:[]},t=this.consumeToken();;){if(t.type===32||Cg(t,c))return e;this.reconsumeToken(t),e.values.push(this.consumeComponentValue()),t=this.consumeToken()}},A.prototype.consumeFunction=function(c){for(var e={name:c.value,values:[],type:18};;){var t=this.consumeToken();if(t.type===32||t.type===3)return e;this.reconsumeToken(t),e.values.push(this.consumeComponentValue())}},A.prototype.consumeToken=function(){var c=this._tokens.shift();return typeof c>"u"?J3:c},A.prototype.reconsumeToken=function(c){this._tokens.unshift(c)},A}(),$1=function(A){return A.type===15},x1=function(A){return A.type===17},K=function(A){return A.type===20},gg=function(A){return A.type===0},j3=function(A,c){return K(A)&&A.value===c},b5=function(A){return A.type!==31},F1=function(A){return A.type!==31&&A.type!==4},k2=function(A){var c=[],e=[];return A.forEach(function(t){if(t.type===4){if(e.length===0)throw new Error("Error parsing function args, zero tokens for arg");c.push(e),e=[];return}t.type!==31&&e.push(t)}),e.length&&c.push(e),c},Cg=function(A,c){return c===11&&A.type===12||c===28&&A.type===29?!0:c===2&&A.type===3},J2=function(A){return A.type===17||A.type===15},Z=function(A){return A.type===16||J2(A)},U5=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},n2={type:17,number:0,flags:X1},$3={type:16,number:50,flags:X1},j2={type:16,number:100,flags:X1},Z1=function(A,c,e){var t=A[0],l=A[1];return[V(t,c),V(typeof l<"u"?l:t,e)]},V=function(A,c){if(A.type===16)return A.number/100*c;if($1(A))switch(A.unit){case"rem":case"em":return 16*A.number;case"px":default:return A.number}return A.number},v5="deg",S5="grad",N5="rad",E5="turn",j0={name:"angle",parse:function(A,c){if(c.type===15)switch(c.unit){case v5:return Math.PI*c.number/180;case S5:return Math.PI/200*c.number;case N5:return c.number;case E5:return Math.PI*2*c.number}throw new Error("Unsupported angle type")}},k5=function(A){return A.type===15&&(A.unit===v5||A.unit===S5||A.unit===N5||A.unit===E5)},H5=function(A){var c=A.filter(K).map(function(e){return e.value}).join(" ");switch(c){case"to bottom right":case"to right bottom":case"left top":case"top left":return[n2,n2];case"to top":case"bottom":return M2(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[n2,j2];case"to right":case"left":return M2(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[j2,j2];case"to bottom":case"top":return M2(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[j2,n2];case"to left":case"right":return M2(270)}return 0},M2=function(A){return Math.PI*A/180},$2={name:"color",parse:function(A,c){if(c.type===18){var e=Bg[c.name];if(typeof e>"u")throw new Error('Attempting to parse an unsupported color function "'+c.name+'"');return e(A,c.values)}if(c.type===5){if(c.value.length===3){var t=c.value.substring(0,1),l=c.value.substring(1,2),s=c.value.substring(2,3);return A1(parseInt(t+t,16),parseInt(l+l,16),parseInt(s+s,16),1)}if(c.value.length===4){var t=c.value.substring(0,1),l=c.value.substring(1,2),s=c.value.substring(2,3),a=c.value.substring(3,4);return A1(parseInt(t+t,16),parseInt(l+l,16),parseInt(s+s,16),parseInt(a+a,16)/255)}if(c.value.length===6){var t=c.value.substring(0,2),l=c.value.substring(2,4),s=c.value.substring(4,6);return A1(parseInt(t,16),parseInt(l,16),parseInt(s,16),1)}if(c.value.length===8){var t=c.value.substring(0,2),l=c.value.substring(2,4),s=c.value.substring(4,6),a=c.value.substring(6,8);return A1(parseInt(t,16),parseInt(l,16),parseInt(s,16),parseInt(a,16)/255)}}if(c.type===20){var o=O2[c.value.toUpperCase()];if(typeof o<"u")return o}return O2.TRANSPARENT}},Z2=function(A){return(255&A)===0},s2=function(A){var c=255&A,e=255&A>>8,t=255&A>>16,l=255&A>>24;return c<255?"rgba("+l+","+t+","+e+","+c/255+")":"rgb("+l+","+t+","+e+")"},A1=function(A,c,e,t){return(A<<24|c<<16|e<<8|Math.round(t*255)<<0)>>>0},I5=function(A,c){if(A.type===17)return A.number;if(A.type===16){var e=c===3?1:255;return c===3?A.number/100*e:Math.round(A.number/100*e)}return 0},T5=function(A,c){var e=c.filter(F1);if(e.length===3){var t=e.map(I5),l=t[0],s=t[1],a=t[2];return A1(l,s,a,1)}if(e.length===4){var o=e.map(I5),l=o[0],s=o[1],a=o[2],r=o[3];return A1(l,s,a,r)}return 0};function Z3(A,c,e){return e<0&&(e+=1),e>=1&&(e-=1),e<1/6?(c-A)*e*6+A:e<1/2?c:e<2/3?(c-A)*6*(2/3-e)+A:A}var D5=function(A,c){var e=c.filter(F1),t=e[0],l=e[1],s=e[2],a=e[3],o=(t.type===17?M2(t.number):j0.parse(A,t))/(Math.PI*2),r=Z(l)?l.number/100:0,f=Z(s)?s.number/100:0,i=typeof a<"u"&&Z(a)?V(a,1):1;if(r===0)return A1(f*255,f*255,f*255,1);var m=f<=.5?f*(r+1):f+r-f*r,u=f*2-m,d=Z3(u,m,o+1/3),p=Z3(u,m,o),h=Z3(u,m,o-1/3);return A1(d*255,p*255,h*255,i)},Bg={hsl:D5,hsla:D5,rgb:T5,rgba:T5},A0=function(A,c){return $2.parse(A,y5.create(c).parseComponentValue())},O2={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},Lg={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,c){return c.map(function(e){if(K(e))switch(e.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},zg={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},$0=function(A,c){var e=$2.parse(A,c[0]),t=c[1];return t&&Z(t)?{color:e,stop:t}:{color:e,stop:null}},_5=function(A,c){var e=A[0],t=A[A.length-1];e.stop===null&&(e.stop=n2),t.stop===null&&(t.stop=j2);for(var l=[],s=0,a=0;a<A.length;a++){var o=A[a].stop;if(o!==null){var r=V(o,c);r>s?l.push(r):l.push(s),s=r}else l.push(null)}for(var f=null,a=0;a<l.length;a++){var i=l[a];if(i===null)f===null&&(f=a);else if(f!==null){for(var m=a-f,u=l[f-1],d=(i-u)/(m+1),p=1;p<=m;p++)l[f+p-1]=d*p;f=null}}return A.map(function(h,B){var C=h.color;return{color:C,stop:Math.max(Math.min(1,l[B]/c),0)}})},Mg=function(A,c,e){var t=c/2,l=e/2,s=V(A[0],c)-t,a=l-V(A[1],e);return(Math.atan2(a,s)+Math.PI*2)%(Math.PI*2)},wg=function(A,c,e){var t=typeof A=="number"?A:Mg(A,c,e),l=Math.abs(c*Math.sin(t))+Math.abs(e*Math.cos(t)),s=c/2,a=e/2,o=l/2,r=Math.sin(t-Math.PI/2)*o,f=Math.cos(t-Math.PI/2)*o;return[l,s-f,s+f,a-r,a+r]},b2=function(A,c){return Math.sqrt(A*A+c*c)},K5=function(A,c,e,t,l){var s=[[0,0],[0,c],[A,0],[A,c]];return s.reduce(function(a,o){var r=o[0],f=o[1],i=b2(e-r,t-f);return(l?i<a.optimumDistance:i>a.optimumDistance)?{optimumCorner:o,optimumDistance:i}:a},{optimumDistance:l?1/0:-1/0,optimumCorner:null}).optimumCorner},Qg=function(A,c,e,t,l){var s=0,a=0;switch(A.size){case 0:A.shape===0?s=a=Math.min(Math.abs(c),Math.abs(c-t),Math.abs(e),Math.abs(e-l)):A.shape===1&&(s=Math.min(Math.abs(c),Math.abs(c-t)),a=Math.min(Math.abs(e),Math.abs(e-l)));break;case 2:if(A.shape===0)s=a=Math.min(b2(c,e),b2(c,e-l),b2(c-t,e),b2(c-t,e-l));else if(A.shape===1){var o=Math.min(Math.abs(e),Math.abs(e-l))/Math.min(Math.abs(c),Math.abs(c-t)),r=K5(t,l,c,e,!0),f=r[0],i=r[1];s=b2(f-c,(i-e)/o),a=o*s}break;case 1:A.shape===0?s=a=Math.max(Math.abs(c),Math.abs(c-t),Math.abs(e),Math.abs(e-l)):A.shape===1&&(s=Math.max(Math.abs(c),Math.abs(c-t)),a=Math.max(Math.abs(e),Math.abs(e-l)));break;case 3:if(A.shape===0)s=a=Math.max(b2(c,e),b2(c,e-l),b2(c-t,e),b2(c-t,e-l));else if(A.shape===1){var o=Math.max(Math.abs(e),Math.abs(e-l))/Math.max(Math.abs(c),Math.abs(c-t)),m=K5(t,l,c,e,!1),f=m[0],i=m[1];s=b2(f-c,(i-e)/o),a=o*s}break}return Array.isArray(A.size)&&(s=V(A.size[0],t),a=A.size.length===2?V(A.size[1],l):s),[s,a]},xg=function(A,c){var e=M2(180),t=[];return k2(c).forEach(function(l,s){if(s===0){var a=l[0];if(a.type===20&&a.value==="to"){e=H5(l);return}else if(k5(a)){e=j0.parse(A,a);return}}var o=$0(A,l);t.push(o)}),{angle:e,stops:t,type:1}},Z0=function(A,c){var e=M2(180),t=[];return k2(c).forEach(function(l,s){if(s===0){var a=l[0];if(a.type===20&&["top","left","right","bottom"].indexOf(a.value)!==-1){e=H5(l);return}else if(k5(a)){e=(j0.parse(A,a)+M2(270))%M2(360);return}}var o=$0(A,l);t.push(o)}),{angle:e,stops:t,type:1}},Fg=function(A,c){var e=M2(180),t=[],l=1,s=0,a=3,o=[];return k2(c).forEach(function(r,f){var i=r[0];if(f===0){if(K(i)&&i.value==="linear"){l=1;return}else if(K(i)&&i.value==="radial"){l=2;return}}if(i.type===18){if(i.name==="from"){var m=$2.parse(A,i.values[0]);t.push({stop:n2,color:m})}else if(i.name==="to"){var m=$2.parse(A,i.values[0]);t.push({stop:j2,color:m})}else if(i.name==="color-stop"){var u=i.values.filter(F1);if(u.length===2){var m=$2.parse(A,u[1]),d=u[0];x1(d)&&t.push({stop:{type:16,number:d.number*100,flags:d.flags},color:m})}}}}),l===1?{angle:(e+M2(180))%M2(360),stops:t,type:l}:{size:a,shape:s,stops:t,position:o,type:l}},O5="closest-side",V5="farthest-side",R5="closest-corner",P5="farthest-corner",G5="circle",W5="ellipse",X5="cover",q5="contain",yg=function(A,c){var e=0,t=3,l=[],s=[];return k2(c).forEach(function(a,o){var r=!0;if(o===0){var f=!1;r=a.reduce(function(m,u){if(f)if(K(u))switch(u.value){case"center":return s.push($3),m;case"top":case"left":return s.push(n2),m;case"right":case"bottom":return s.push(j2),m}else(Z(u)||J2(u))&&s.push(u);else if(K(u))switch(u.value){case G5:return e=0,!1;case W5:return e=1,!1;case"at":return f=!0,!1;case O5:return t=0,!1;case X5:case V5:return t=1,!1;case q5:case R5:return t=2,!1;case P5:return t=3,!1}else if(J2(u)||Z(u))return Array.isArray(t)||(t=[]),t.push(u),!1;return m},r)}if(r){var i=$0(A,a);l.push(i)}}),{size:t,shape:e,stops:l,position:s,type:2}},A4=function(A,c){var e=0,t=3,l=[],s=[];return k2(c).forEach(function(a,o){var r=!0;if(o===0?r=a.reduce(function(i,m){if(K(m))switch(m.value){case"center":return s.push($3),!1;case"top":case"left":return s.push(n2),!1;case"right":case"bottom":return s.push(j2),!1}else if(Z(m)||J2(m))return s.push(m),!1;return i},r):o===1&&(r=a.reduce(function(i,m){if(K(m))switch(m.value){case G5:return e=0,!1;case W5:return e=1,!1;case q5:case O5:return t=0,!1;case V5:return t=1,!1;case R5:return t=2,!1;case X5:case P5:return t=3,!1}else if(J2(m)||Z(m))return Array.isArray(t)||(t=[]),t.push(m),!1;return i},r)),r){var f=$0(A,a);l.push(f)}}),{size:t,shape:e,stops:l,position:s,type:2}},bg=function(A){return A.type===1},Ug=function(A){return A.type===2},A6={name:"image",parse:function(A,c){if(c.type===22){var e={url:c.value,type:0};return A.cache.addImage(c.value),e}if(c.type===18){var t=Y5[c.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported image function "'+c.name+'"');return t(A,c.values)}throw new Error("Unsupported image type "+c.type)}};function vg(A){return!(A.type===20&&A.value==="none")&&(A.type!==18||!!Y5[A.name])}var Y5={"linear-gradient":xg,"-moz-linear-gradient":Z0,"-ms-linear-gradient":Z0,"-o-linear-gradient":Z0,"-webkit-linear-gradient":Z0,"radial-gradient":yg,"-moz-radial-gradient":A4,"-ms-radial-gradient":A4,"-o-radial-gradient":A4,"-webkit-radial-gradient":A4,"-webkit-gradient":Fg},Sg={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,c){if(c.length===0)return[];var e=c[0];return e.type===20&&e.value==="none"?[]:c.filter(function(t){return F1(t)&&vg(t)}).map(function(t){return A6.parse(A,t)})}},Ng={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,c){return c.map(function(e){if(K(e))switch(e.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Eg={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,c){return k2(c).map(function(e){return e.filter(Z)}).map(U5)}},kg={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,c){return k2(c).map(function(e){return e.filter(K).map(function(t){return t.value}).join(" ")}).map(Hg)}},Hg=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;case"repeat":default:return 0}},y1;(function(A){A.AUTO="auto",A.CONTAIN="contain",A.COVER="cover"})(y1||(y1={}));var Ig={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,c){return k2(c).map(function(e){return e.filter(Tg)})}},Tg=function(A){return K(A)||Z(A)},c4=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},Dg=c4("top"),_g=c4("right"),Kg=c4("bottom"),Og=c4("left"),e4=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(c,e){return U5(e.filter(Z))}}},Vg=e4("top-left"),Rg=e4("top-right"),Pg=e4("bottom-right"),Gg=e4("bottom-left"),t4=function(A){return{name:"border-"+A+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(c,e){switch(e){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},Wg=t4("top"),Xg=t4("right"),qg=t4("bottom"),Yg=t4("left"),l4=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(c,e){return $1(e)?e.number:0}}},Jg=l4("top"),jg=l4("right"),$g=l4("bottom"),Zg=l4("left"),AC={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},cC={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,c){switch(c){case"rtl":return 1;case"ltr":default:return 0}}},eC={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,c){return c.filter(K).reduce(function(e,t){return e|tC(t.value)},0)}},tC=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},lC={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,c){switch(c){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},sC={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,c){return c.type===20&&c.value==="normal"?0:c.type===17||c.type===15?c.number:0}},s4;(function(A){A.NORMAL="normal",A.STRICT="strict"})(s4||(s4={}));var nC={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,c){switch(c){case"strict":return s4.STRICT;case"normal":default:return s4.NORMAL}}},aC={name:"line-height",initialValue:"normal",prefix:!1,type:4},J5=function(A,c){return K(A)&&A.value==="normal"?1.2*c:A.type===17?c*A.number:Z(A)?V(A,c):c},rC={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,c){return c.type===20&&c.value==="none"?null:A6.parse(A,c)}},oC={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,c){switch(c){case"inside":return 0;case"outside":default:return 1}}},c6={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,c){switch(c){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":return 22;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;case"none":default:return-1}}},n4=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},iC=n4("top"),fC=n4("right"),mC=n4("bottom"),uC=n4("left"),pC={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,c){return c.filter(K).map(function(e){switch(e.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;case"visible":default:return 0}})}},dC={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,c){switch(c){case"break-word":return"break-word";case"normal":default:return"normal"}}},a4=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},hC=a4("top"),gC=a4("right"),CC=a4("bottom"),BC=a4("left"),LC={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,c){switch(c){case"right":return 2;case"center":case"justify":return 1;case"left":default:return 0}}},zC={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,c){switch(c){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},MC={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,c){return c.length===1&&j3(c[0],"none")?[]:k2(c).map(function(e){for(var t={color:O2.TRANSPARENT,offsetX:n2,offsetY:n2,blur:n2},l=0,s=0;s<e.length;s++){var a=e[s];J2(a)?(l===0?t.offsetX=a:l===1?t.offsetY=a:t.blur=a,l++):t.color=$2.parse(A,a)}return t})}},wC={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,c){switch(c){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},QC={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,c){if(c.type===20&&c.value==="none")return null;if(c.type===18){var e=yC[c.name];if(typeof e>"u")throw new Error('Attempting to parse an unsupported transform function "'+c.name+'"');return e(c.values)}return null}},xC=function(A){var c=A.filter(function(e){return e.type===17}).map(function(e){return e.number});return c.length===6?c:null},FC=function(A){var c=A.filter(function(r){return r.type===17}).map(function(r){return r.number}),e=c[0],t=c[1];c[2],c[3];var l=c[4],s=c[5];c[6],c[7],c[8],c[9],c[10],c[11];var a=c[12],o=c[13];return c[14],c[15],c.length===16?[e,t,l,s,a,o]:null},yC={matrix:xC,matrix3d:FC},j5={type:16,number:50,flags:X1},bC=[j5,j5],UC={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,c){var e=c.filter(Z);return e.length!==2?bC:[e[0],e[1]]}},vC={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,c){switch(c){case"hidden":return 1;case"collapse":return 2;case"visible":default:return 0}}},c0;(function(A){A.NORMAL="normal",A.BREAK_ALL="break-all",A.KEEP_ALL="keep-all"})(c0||(c0={}));for(var SC={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,c){switch(c){case"break-all":return c0.BREAK_ALL;case"keep-all":return c0.KEEP_ALL;case"normal":default:return c0.NORMAL}}},NC={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,c){if(c.type===20)return{auto:!0,order:0};if(x1(c))return{auto:!1,order:c.number};throw new Error("Invalid z-index number parsed")}},$5={name:"time",parse:function(A,c){if(c.type===15)switch(c.unit.toLowerCase()){case"s":return 1e3*c.number;case"ms":return c.number}throw new Error("Unsupported time type")}},EC={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,c){return x1(c)?c.number:1}},kC={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},HC={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,c){return c.filter(K).map(function(e){switch(e.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(e){return e!==0})}},IC={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,c){var e=[],t=[];return c.forEach(function(l){switch(l.type){case 20:case 0:e.push(l.value);break;case 17:e.push(l.number.toString());break;case 4:t.push(e.join(" ")),e.length=0;break}}),e.length&&t.push(e.join(" ")),t.map(function(l){return l.indexOf(" ")===-1?l:"'"+l+"'"})}},TC={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},DC={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,c){if(x1(c))return c.number;if(K(c))switch(c.value){case"bold":return 700;case"normal":default:return 400}return 400}},_C={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,c){return c.filter(K).map(function(e){return e.value})}},KC={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,c){switch(c){case"oblique":return"oblique";case"italic":return"italic";case"normal":default:return"normal"}}},e2=function(A,c){return(A&c)!==0},OC={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,c){if(c.length===0)return[];var e=c[0];return e.type===20&&e.value==="none"?[]:c}},VC={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,c){if(c.length===0)return null;var e=c[0];if(e.type===20&&e.value==="none")return null;for(var t=[],l=c.filter(b5),s=0;s<l.length;s++){var a=l[s],o=l[s+1];if(a.type===20){var r=o&&x1(o)?o.number:1;t.push({counter:a.value,increment:r})}}return t}},RC={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,c){if(c.length===0)return[];for(var e=[],t=c.filter(b5),l=0;l<t.length;l++){var s=t[l],a=t[l+1];if(K(s)&&s.value!=="none"){var o=a&&x1(a)?a.number:0;e.push({counter:s.value,reset:o})}}return e}},PC={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,c){return c.filter($1).map(function(e){return $5.parse(A,e)})}},GC={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,c){if(c.length===0)return null;var e=c[0];if(e.type===20&&e.value==="none")return null;var t=[],l=c.filter(gg);if(l.length%2!==0)return null;for(var s=0;s<l.length;s+=2){var a=l[s].value,o=l[s+1].value;t.push({open:a,close:o})}return t}},Z5=function(A,c,e){if(!A)return"";var t=A[Math.min(c,A.length-1)];return t?e?t.open:t.close:""},WC={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,c){return c.length===1&&j3(c[0],"none")?[]:k2(c).map(function(e){for(var t={color:255,offsetX:n2,offsetY:n2,blur:n2,spread:n2,inset:!1},l=0,s=0;s<e.length;s++){var a=e[s];j3(a,"inset")?t.inset=!0:J2(a)?(l===0?t.offsetX=a:l===1?t.offsetY=a:l===2?t.blur=a:t.spread=a,l++):t.color=$2.parse(A,a)}return t})}},XC={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,c){var e=[0,1,2],t=[];return c.filter(K).forEach(function(l){switch(l.value){case"stroke":t.push(1);break;case"fill":t.push(0);break;case"markers":t.push(2);break}}),e.forEach(function(l){t.indexOf(l)===-1&&t.push(l)}),t}},qC={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},YC={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,c){return $1(c)?c.number:0}},JC=function(){function A(c,e){var t,l;this.animationDuration=y(c,PC,e.animationDuration),this.backgroundClip=y(c,Lg,e.backgroundClip),this.backgroundColor=y(c,zg,e.backgroundColor),this.backgroundImage=y(c,Sg,e.backgroundImage),this.backgroundOrigin=y(c,Ng,e.backgroundOrigin),this.backgroundPosition=y(c,Eg,e.backgroundPosition),this.backgroundRepeat=y(c,kg,e.backgroundRepeat),this.backgroundSize=y(c,Ig,e.backgroundSize),this.borderTopColor=y(c,Dg,e.borderTopColor),this.borderRightColor=y(c,_g,e.borderRightColor),this.borderBottomColor=y(c,Kg,e.borderBottomColor),this.borderLeftColor=y(c,Og,e.borderLeftColor),this.borderTopLeftRadius=y(c,Vg,e.borderTopLeftRadius),this.borderTopRightRadius=y(c,Rg,e.borderTopRightRadius),this.borderBottomRightRadius=y(c,Pg,e.borderBottomRightRadius),this.borderBottomLeftRadius=y(c,Gg,e.borderBottomLeftRadius),this.borderTopStyle=y(c,Wg,e.borderTopStyle),this.borderRightStyle=y(c,Xg,e.borderRightStyle),this.borderBottomStyle=y(c,qg,e.borderBottomStyle),this.borderLeftStyle=y(c,Yg,e.borderLeftStyle),this.borderTopWidth=y(c,Jg,e.borderTopWidth),this.borderRightWidth=y(c,jg,e.borderRightWidth),this.borderBottomWidth=y(c,$g,e.borderBottomWidth),this.borderLeftWidth=y(c,Zg,e.borderLeftWidth),this.boxShadow=y(c,WC,e.boxShadow),this.color=y(c,AC,e.color),this.direction=y(c,cC,e.direction),this.display=y(c,eC,e.display),this.float=y(c,lC,e.cssFloat),this.fontFamily=y(c,IC,e.fontFamily),this.fontSize=y(c,TC,e.fontSize),this.fontStyle=y(c,KC,e.fontStyle),this.fontVariant=y(c,_C,e.fontVariant),this.fontWeight=y(c,DC,e.fontWeight),this.letterSpacing=y(c,sC,e.letterSpacing),this.lineBreak=y(c,nC,e.lineBreak),this.lineHeight=y(c,aC,e.lineHeight),this.listStyleImage=y(c,rC,e.listStyleImage),this.listStylePosition=y(c,oC,e.listStylePosition),this.listStyleType=y(c,c6,e.listStyleType),this.marginTop=y(c,iC,e.marginTop),this.marginRight=y(c,fC,e.marginRight),this.marginBottom=y(c,mC,e.marginBottom),this.marginLeft=y(c,uC,e.marginLeft),this.opacity=y(c,EC,e.opacity);var s=y(c,pC,e.overflow);this.overflowX=s[0],this.overflowY=s[s.length>1?1:0],this.overflowWrap=y(c,dC,e.overflowWrap),this.paddingTop=y(c,hC,e.paddingTop),this.paddingRight=y(c,gC,e.paddingRight),this.paddingBottom=y(c,CC,e.paddingBottom),this.paddingLeft=y(c,BC,e.paddingLeft),this.paintOrder=y(c,XC,e.paintOrder),this.position=y(c,zC,e.position),this.textAlign=y(c,LC,e.textAlign),this.textDecorationColor=y(c,kC,(t=e.textDecorationColor)!==null&&t!==void 0?t:e.color),this.textDecorationLine=y(c,HC,(l=e.textDecorationLine)!==null&&l!==void 0?l:e.textDecoration),this.textShadow=y(c,MC,e.textShadow),this.textTransform=y(c,wC,e.textTransform),this.transform=y(c,QC,e.transform),this.transformOrigin=y(c,UC,e.transformOrigin),this.visibility=y(c,vC,e.visibility),this.webkitTextStrokeColor=y(c,qC,e.webkitTextStrokeColor),this.webkitTextStrokeWidth=y(c,YC,e.webkitTextStrokeWidth),this.wordBreak=y(c,SC,e.wordBreak),this.zIndex=y(c,NC,e.zIndex)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},A.prototype.isTransparent=function(){return Z2(this.backgroundColor)},A.prototype.isTransformed=function(){return this.transform!==null},A.prototype.isPositioned=function(){return this.position!==0},A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},A.prototype.isFloating=function(){return this.float!==0},A.prototype.isInlineLevel=function(){return e2(this.display,4)||e2(this.display,33554432)||e2(this.display,268435456)||e2(this.display,536870912)||e2(this.display,67108864)||e2(this.display,134217728)},A}(),jC=function(){function A(c,e){this.content=y(c,OC,e.content),this.quotes=y(c,GC,e.quotes)}return A}(),Ac=function(){function A(c,e){this.counterIncrement=y(c,VC,e.counterIncrement),this.counterReset=y(c,RC,e.counterReset)}return A}(),y=function(A,c,e){var t=new F5,l=e!==null&&typeof e<"u"?e.toString():c.initialValue;t.write(l);var s=new y5(t.read());switch(c.type){case 2:var a=s.parseComponentValue();return c.parse(A,K(a)?a.value:c.initialValue);case 0:return c.parse(A,s.parseComponentValue());case 1:return c.parse(A,s.parseComponentValues());case 4:return s.parseComponentValue();case 3:switch(c.format){case"angle":return j0.parse(A,s.parseComponentValue());case"color":return $2.parse(A,s.parseComponentValue());case"image":return A6.parse(A,s.parseComponentValue());case"length":var o=s.parseComponentValue();return J2(o)?o:n2;case"length-percentage":var r=s.parseComponentValue();return Z(r)?r:n2;case"time":return $5.parse(A,s.parseComponentValue())}break}},$C="data-html2canvas-debug",ZC=function(A){var c=A.getAttribute($C);switch(c){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},e6=function(A,c){var e=ZC(A);return e===1||c===e},H2=function(){function A(c,e){if(this.context=c,this.textNodes=[],this.elements=[],this.flags=0,e6(e,3))debugger;this.styles=new JC(c,window.getComputedStyle(e,null)),h6(e)&&(this.styles.animationDuration.some(function(t){return t>0})&&(e.style.animationDuration="0s"),this.styles.transform!==null&&(e.style.transform="none")),this.bounds=S0(this.context,e),e6(e,4)&&(this.flags|=16)}return A}(),AB="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",cc="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e0=typeof Uint8Array>"u"?[]:new Uint8Array(256),r4=0;r4<cc.length;r4++)e0[cc.charCodeAt(r4)]=r4;for(var cB=function(A){var c=A.length*.75,e=A.length,t,l=0,s,a,o,r;A[A.length-1]==="="&&(c--,A[A.length-2]==="="&&c--);var f=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(c):new Array(c),i=Array.isArray(f)?f:new Uint8Array(f);for(t=0;t<e;t+=4)s=e0[A.charCodeAt(t)],a=e0[A.charCodeAt(t+1)],o=e0[A.charCodeAt(t+2)],r=e0[A.charCodeAt(t+3)],i[l++]=s<<2|a>>4,i[l++]=(a&15)<<4|o>>2,i[l++]=(o&3)<<6|r&63;return f},eB=function(A){for(var c=A.length,e=[],t=0;t<c;t+=2)e.push(A[t+1]<<8|A[t]);return e},tB=function(A){for(var c=A.length,e=[],t=0;t<c;t+=4)e.push(A[t+3]<<24|A[t+2]<<16|A[t+1]<<8|A[t]);return e},d1=5,t6=6+5,l6=2,lB=t6-d1,ec=65536>>d1,sB=1<<d1,s6=sB-1,nB=1024>>d1,aB=ec+nB,rB=aB,oB=32,iB=rB+oB,fB=65536>>t6,mB=1<<lB,uB=mB-1,tc=function(A,c,e){return A.slice?A.slice(c,e):new Uint16Array(Array.prototype.slice.call(A,c,e))},pB=function(A,c,e){return A.slice?A.slice(c,e):new Uint32Array(Array.prototype.slice.call(A,c,e))},dB=function(A,c){var e=cB(A),t=Array.isArray(e)?tB(e):new Uint32Array(e),l=Array.isArray(e)?eB(e):new Uint16Array(e),s=24,a=tc(l,s/2,t[4]/2),o=t[5]===2?tc(l,(s+t[4])/2):pB(t,Math.ceil((s+t[4])/4));return new hB(t[0],t[1],t[2],t[3],a,o)},hB=function(){function A(c,e,t,l,s,a){this.initialValue=c,this.errorValue=e,this.highStart=t,this.highValueIndex=l,this.index=s,this.data=a}return A.prototype.get=function(c){var e;if(c>=0){if(c<55296||c>56319&&c<=65535)return e=this.index[c>>d1],e=(e<<l6)+(c&s6),this.data[e];if(c<=65535)return e=this.index[ec+(c-55296>>d1)],e=(e<<l6)+(c&s6),this.data[e];if(c<this.highStart)return e=iB-fB+(c>>t6),e=this.index[e],e+=c>>d1&uB,e=this.index[e],e=(e<<l6)+(c&s6),this.data[e];if(c<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A}(),lc="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",gB=typeof Uint8Array>"u"?[]:new Uint8Array(256),o4=0;o4<lc.length;o4++)gB[lc.charCodeAt(o4)]=o4;var CB=1,n6=2,a6=3,sc=4,nc=5,BB=7,ac=8,r6=9,o6=10,rc=11,oc=12,ic=13,fc=14,i6=15,LB=function(A){for(var c=[],e=0,t=A.length;e<t;){var l=A.charCodeAt(e++);if(l>=55296&&l<=56319&&e<t){var s=A.charCodeAt(e++);(s&64512)===56320?c.push(((l&1023)<<10)+(s&1023)+65536):(c.push(l),e--)}else c.push(l)}return c},zB=function(){for(var A=[],c=0;c<arguments.length;c++)A[c]=arguments[c];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var e=A.length;if(!e)return"";for(var t=[],l=-1,s="";++l<e;){var a=A[l];a<=65535?t.push(a):(a-=65536,t.push((a>>10)+55296,a%1024+56320)),(l+1===e||t.length>16384)&&(s+=String.fromCharCode.apply(String,t),t.length=0)}return s},MB=dB(AB),w2="×",f6="÷",wB=function(A){return MB.get(A)},QB=function(A,c,e){var t=e-2,l=c[t],s=c[e-1],a=c[e];if(s===n6&&a===a6)return w2;if(s===n6||s===a6||s===sc||a===n6||a===a6||a===sc)return f6;if(s===ac&&[ac,r6,rc,oc].indexOf(a)!==-1||(s===rc||s===r6)&&(a===r6||a===o6)||(s===oc||s===o6)&&a===o6||a===ic||a===nc||a===BB||s===CB)return w2;if(s===ic&&a===fc){for(;l===nc;)l=c[--t];if(l===fc)return w2}if(s===i6&&a===i6){for(var o=0;l===i6;)o++,l=c[--t];if(o%2===0)return w2}return f6},xB=function(A){var c=LB(A),e=c.length,t=0,l=0,s=c.map(wB);return{next:function(){if(t>=e)return{done:!0,value:null};for(var a=w2;t<e&&(a=QB(c,s,++t))===w2;);if(a!==w2||t===e){var o=zB.apply(null,c.slice(l,t));return l=t,{value:o,done:!1}}return{done:!0,value:null}}}},FB=function(A){for(var c=xB(A),e=[],t;!(t=c.next()).done;)t.value&&e.push(t.value.slice());return e},yB=function(A){var c=123;if(A.createRange){var e=A.createRange();if(e.getBoundingClientRect){var t=A.createElement("boundtest");t.style.height=c+"px",t.style.display="block",A.body.appendChild(t),e.selectNode(t);var l=e.getBoundingClientRect(),s=Math.round(l.height);if(A.body.removeChild(t),s===c)return!0}}return!1},bB=function(A){var c=A.createElement("boundtest");c.style.width="50px",c.style.display="block",c.style.fontSize="12px",c.style.letterSpacing="0px",c.style.wordSpacing="0px",A.body.appendChild(c);var e=A.createRange();c.innerHTML=typeof"".repeat=="function"?"&#128104;".repeat(10):"";var t=c.firstChild,l=N0(t.data).map(function(r){return j(r)}),s=0,a={},o=l.every(function(r,f){e.setStart(t,s),e.setEnd(t,s+r.length);var i=e.getBoundingClientRect();s+=r.length;var m=i.x>a.x||i.y>a.y;return a=i,f===0?!0:m});return A.body.removeChild(c),o},UB=function(){return typeof new Image().crossOrigin<"u"},vB=function(){return typeof new XMLHttpRequest().responseType=="string"},SB=function(A){var c=new Image,e=A.createElement("canvas"),t=e.getContext("2d");if(!t)return!1;c.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{t.drawImage(c,0,0),e.toDataURL()}catch{return!1}return!0},mc=function(A){return A[0]===0&&A[1]===255&&A[2]===0&&A[3]===255},NB=function(A){var c=A.createElement("canvas"),e=100;c.width=e,c.height=e;var t=c.getContext("2d");if(!t)return Promise.reject(!1);t.fillStyle="rgb(0, 255, 0)",t.fillRect(0,0,e,e);var l=new Image,s=c.toDataURL();l.src=s;var a=m6(e,e,0,0,l);return t.fillStyle="red",t.fillRect(0,0,e,e),uc(a).then(function(o){t.drawImage(o,0,0);var r=t.getImageData(0,0,e,e).data;t.fillStyle="red",t.fillRect(0,0,e,e);var f=A.createElement("div");return f.style.backgroundImage="url("+s+")",f.style.height=e+"px",mc(r)?uc(m6(e,e,0,0,f)):Promise.reject(!1)}).then(function(o){return t.drawImage(o,0,0),mc(t.getImageData(0,0,e,e).data)}).catch(function(){return!1})},m6=function(A,c,e,t,l){var s="http://www.w3.org/2000/svg",a=document.createElementNS(s,"svg"),o=document.createElementNS(s,"foreignObject");return a.setAttributeNS(null,"width",A.toString()),a.setAttributeNS(null,"height",c.toString()),o.setAttributeNS(null,"width","100%"),o.setAttributeNS(null,"height","100%"),o.setAttributeNS(null,"x",e.toString()),o.setAttributeNS(null,"y",t.toString()),o.setAttributeNS(null,"externalResourcesRequired","true"),a.appendChild(o),o.appendChild(l),a},uc=function(A){return new Promise(function(c,e){var t=new Image;t.onload=function(){return c(t)},t.onerror=e,t.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},a2={get SUPPORT_RANGE_BOUNDS(){var A=yB(document);return Object.defineProperty(a2,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=a2.SUPPORT_RANGE_BOUNDS&&bB(document);return Object.defineProperty(a2,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=SB(document);return Object.defineProperty(a2,"SUPPORT_SVG_DRAWING",{value:A}),A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A=typeof Array.from=="function"&&typeof window.fetch=="function"?NB(document):Promise.resolve(!1);return Object.defineProperty(a2,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=UB();return Object.defineProperty(a2,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A=vB();return Object.defineProperty(a2,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(a2,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!!(typeof Intl<"u"&&Intl.Segmenter);return Object.defineProperty(a2,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},t0=function(){function A(c,e){this.text=c,this.bounds=e}return A}(),EB=function(A,c,e,t){var l=IB(c,e),s=[],a=0;return l.forEach(function(o){if(e.textDecorationLine.length||o.trim().length>0)if(a2.SUPPORT_RANGE_BOUNDS){var r=pc(t,a,o.length).getClientRects();if(r.length>1){var f=u6(o),i=0;f.forEach(function(u){s.push(new t0(u,_2.fromDOMRectList(A,pc(t,i+a,u.length).getClientRects()))),i+=u.length})}else s.push(new t0(o,_2.fromDOMRectList(A,r)))}else{var m=t.splitText(o.length);s.push(new t0(o,kB(A,t))),t=m}else a2.SUPPORT_RANGE_BOUNDS||(t=t.splitText(o.length));a+=o.length}),s},kB=function(A,c){var e=c.ownerDocument;if(e){var t=e.createElement("html2canvaswrapper");t.appendChild(c.cloneNode(!0));var l=c.parentNode;if(l){l.replaceChild(t,c);var s=S0(A,t);return t.firstChild&&l.replaceChild(t.firstChild,t),s}}return _2.EMPTY},pc=function(A,c,e){var t=A.ownerDocument;if(!t)throw new Error("Node has no owner document");var l=t.createRange();return l.setStart(A,c),l.setEnd(A,c+e),l},u6=function(A){if(a2.SUPPORT_NATIVE_TEXT_SEGMENTATION){var c=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(c.segment(A)).map(function(e){return e.segment})}return FB(A)},HB=function(A,c){if(a2.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(e.segment(A)).map(function(t){return t.segment})}return DB(A,c)},IB=function(A,c){return c.letterSpacing!==0?u6(A):HB(A,c)},TB=[32,160,4961,65792,65793,4153,4241],DB=function(A,c){for(var e=fh(A,{lineBreak:c.lineBreak,wordBreak:c.overflowWrap==="break-word"?"break-word":c.wordBreak}),t=[],l,s=function(){if(l.value){var a=l.value.slice(),o=N0(a),r="";o.forEach(function(f){TB.indexOf(f)===-1?r+=j(f):(r.length&&t.push(r),t.push(j(f)),r="")}),r.length&&t.push(r)}};!(l=e.next()).done;)s();return t},_B=function(){function A(c,e,t){this.text=KB(e.data,t.textTransform),this.textBounds=EB(c,this.text,t,e)}return A}(),KB=function(A,c){switch(c){case 1:return A.toLowerCase();case 3:return A.replace(OB,VB);case 2:return A.toUpperCase();default:return A}},OB=/(^|\s|:|-|\(|\))([a-z])/g,VB=function(A,c,e){return A.length>0?c+e.toUpperCase():A},dc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l.src=t.currentSrc||t.src,l.intrinsicWidth=t.naturalWidth,l.intrinsicHeight=t.naturalHeight,l.context.cache.addImage(l.src),l}return c}(H2),hc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l.canvas=t,l.intrinsicWidth=t.width,l.intrinsicHeight=t.height,l}return c}(H2),gc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this,s=new XMLSerializer,a=S0(e,t);return t.setAttribute("width",a.width+"px"),t.setAttribute("height",a.height+"px"),l.svg="data:image/svg+xml,"+encodeURIComponent(s.serializeToString(t)),l.intrinsicWidth=t.width.baseVal.value,l.intrinsicHeight=t.height.baseVal.value,l.context.cache.addImage(l.svg),l}return c}(H2),Cc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l.value=t.value,l}return c}(H2),p6=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l.start=t.start,l.reversed=typeof t.reversed=="boolean"&&t.reversed===!0,l}return c}(H2),RB=[{type:15,flags:0,unit:"px",number:3}],PB=[{type:16,flags:0,number:50}],GB=function(A){return A.width>A.height?new _2(A.left+(A.width-A.height)/2,A.top,A.height,A.height):A.width<A.height?new _2(A.left,A.top+(A.height-A.width)/2,A.width,A.width):A},WB=function(A){var c=A.type===XB?new Array(A.value.length+1).join("•"):A.value;return c.length===0?A.placeholder||"":c},i4="checkbox",f4="radio",XB="password",Bc=707406591,d6=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;switch(l.type=t.type.toLowerCase(),l.checked=t.checked,l.value=WB(t),(l.type===i4||l.type===f4)&&(l.styles.backgroundColor=3739148031,l.styles.borderTopColor=l.styles.borderRightColor=l.styles.borderBottomColor=l.styles.borderLeftColor=2779096575,l.styles.borderTopWidth=l.styles.borderRightWidth=l.styles.borderBottomWidth=l.styles.borderLeftWidth=1,l.styles.borderTopStyle=l.styles.borderRightStyle=l.styles.borderBottomStyle=l.styles.borderLeftStyle=1,l.styles.backgroundClip=[0],l.styles.backgroundOrigin=[0],l.bounds=GB(l.bounds)),l.type){case i4:l.styles.borderTopRightRadius=l.styles.borderTopLeftRadius=l.styles.borderBottomRightRadius=l.styles.borderBottomLeftRadius=RB;break;case f4:l.styles.borderTopRightRadius=l.styles.borderTopLeftRadius=l.styles.borderBottomRightRadius=l.styles.borderBottomLeftRadius=PB;break}return l}return c}(H2),Lc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this,s=t.options[t.selectedIndex||0];return l.value=s&&s.text||"",l}return c}(H2),zc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l.value=t.value,l}return c}(H2),Mc=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;l.src=t.src,l.width=parseInt(t.width,10)||0,l.height=parseInt(t.height,10)||0,l.backgroundColor=l.styles.backgroundColor;try{if(t.contentWindow&&t.contentWindow.document&&t.contentWindow.document.documentElement){l.tree=Qc(e,t.contentWindow.document.documentElement);var s=t.contentWindow.document.documentElement?A0(e,getComputedStyle(t.contentWindow.document.documentElement).backgroundColor):O2.TRANSPARENT,a=t.contentWindow.document.body?A0(e,getComputedStyle(t.contentWindow.document.body).backgroundColor):O2.TRANSPARENT;l.backgroundColor=Z2(s)?Z2(a)?l.styles.backgroundColor:a:s}}catch{}return l}return c}(H2),qB=["OL","UL","MENU"],m4=function(A,c,e,t){for(var l=c.firstChild,s=void 0;l;l=s)if(s=l.nextSibling,xc(l)&&l.data.trim().length>0)e.textNodes.push(new _B(A,l,e.styles));else if(b1(l))if(Sc(l)&&l.assignedNodes)l.assignedNodes().forEach(function(o){return m4(A,o,e,t)});else{var a=wc(A,l);a.styles.isVisible()&&(YB(l,a,t)?a.flags|=4:JB(a.styles)&&(a.flags|=2),qB.indexOf(l.tagName)!==-1&&(a.flags|=8),e.elements.push(a),l.slot,l.shadowRoot?m4(A,l.shadowRoot,a,t):!p4(l)&&!Fc(l)&&!d4(l)&&m4(A,l,a,t))}},wc=function(A,c){return C6(c)?new dc(A,c):yc(c)?new hc(A,c):Fc(c)?new gc(A,c):jB(c)?new Cc(A,c):$B(c)?new p6(A,c):ZB(c)?new d6(A,c):d4(c)?new Lc(A,c):p4(c)?new zc(A,c):Uc(c)?new Mc(A,c):new H2(A,c)},Qc=function(A,c){var e=wc(A,c);return e.flags|=4,m4(A,c,e,e),e},YB=function(A,c,e){return c.styles.isPositionedWithZIndex()||c.styles.opacity<1||c.styles.isTransformed()||g6(A)&&e.styles.isTransparent()},JB=function(A){return A.isPositioned()||A.isFloating()},xc=function(A){return A.nodeType===Node.TEXT_NODE},b1=function(A){return A.nodeType===Node.ELEMENT_NODE},h6=function(A){return b1(A)&&typeof A.style<"u"&&!u4(A)},u4=function(A){return typeof A.className=="object"},jB=function(A){return A.tagName==="LI"},$B=function(A){return A.tagName==="OL"},ZB=function(A){return A.tagName==="INPUT"},AL=function(A){return A.tagName==="HTML"},Fc=function(A){return A.tagName==="svg"},g6=function(A){return A.tagName==="BODY"},yc=function(A){return A.tagName==="CANVAS"},bc=function(A){return A.tagName==="VIDEO"},C6=function(A){return A.tagName==="IMG"},Uc=function(A){return A.tagName==="IFRAME"},vc=function(A){return A.tagName==="STYLE"},cL=function(A){return A.tagName==="SCRIPT"},p4=function(A){return A.tagName==="TEXTAREA"},d4=function(A){return A.tagName==="SELECT"},Sc=function(A){return A.tagName==="SLOT"},Nc=function(A){return A.tagName.indexOf("-")>0},eL=function(){function A(){this.counters={}}return A.prototype.getCounterValue=function(c){var e=this.counters[c];return e&&e.length?e[e.length-1]:1},A.prototype.getCounterValues=function(c){var e=this.counters[c];return e||[]},A.prototype.pop=function(c){var e=this;c.forEach(function(t){return e.counters[t].pop()})},A.prototype.parse=function(c){var e=this,t=c.counterIncrement,l=c.counterReset,s=!0;t!==null&&t.forEach(function(o){var r=e.counters[o.counter];r&&o.increment!==0&&(s=!1,r.length||r.push(1),r[Math.max(0,r.length-1)]+=o.increment)});var a=[];return s&&l.forEach(function(o){var r=e.counters[o.counter];a.push(o.counter),r||(r=e.counters[o.counter]=[]),r.push(o.reset)}),a},A}(),Ec={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"]},kc={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:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},tL={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:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},lL={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:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},U1=function(A,c,e,t,l,s){return A<c||A>e?s0(A,l,s.length>0):t.integers.reduce(function(a,o,r){for(;A>=o;)A-=o,a+=t.values[r];return a},"")+s},Hc=function(A,c,e,t){var l="";do e||A--,l=t(A)+l,A/=c;while(A*c>=c);return l},$=function(A,c,e,t,l){var s=e-c+1;return(A<0?"-":"")+(Hc(Math.abs(A),s,t,function(a){return j(Math.floor(a%s)+c)})+l)},h1=function(A,c,e){e===void 0&&(e=". ");var t=c.length;return Hc(Math.abs(A),t,!1,function(l){return c[Math.floor(l%t)]})+e},v1=1,c1=2,e1=4,l0=8,V2=function(A,c,e,t,l,s){if(A<-9999||A>9999)return s0(A,4,l.length>0);var a=Math.abs(A),o=l;if(a===0)return c[0]+o;for(var r=0;a>0&&r<=4;r++){var f=a%10;f===0&&e2(s,v1)&&o!==""?o=c[f]+o:f>1||f===1&&r===0||f===1&&r===1&&e2(s,c1)||f===1&&r===1&&e2(s,e1)&&A>100||f===1&&r>1&&e2(s,l0)?o=c[f]+(r>0?e[r-1]:"")+o:f===1&&r>0&&(o=e[r-1]+o),a=Math.floor(a/10)}return(A<0?t:"")+o},Ic="十百千萬",Tc="拾佰仟萬",Dc="マイナス",B6="마이너스",s0=function(A,c,e){var t=e?". ":"",l=e?"、":"",s=e?", ":"",a=e?" ":"";switch(c){case 0:return"•"+a;case 1:return"◦"+a;case 2:return"◾"+a;case 5:var o=$(A,48,57,!0,t);return o.length<4?"0"+o:o;case 4:return h1(A,"〇一二三四五六七八九",l);case 6:return U1(A,1,3999,Ec,3,t).toLowerCase();case 7:return U1(A,1,3999,Ec,3,t);case 8:return $(A,945,969,!1,t);case 9:return $(A,97,122,!1,t);case 10:return $(A,65,90,!1,t);case 11:return $(A,1632,1641,!0,t);case 12:case 49:return U1(A,1,9999,kc,3,t);case 35:return U1(A,1,9999,kc,3,t).toLowerCase();case 13:return $(A,2534,2543,!0,t);case 14:case 30:return $(A,6112,6121,!0,t);case 15:return h1(A,"子丑寅卯辰巳午未申酉戌亥",l);case 16:return h1(A,"甲乙丙丁戊己庚辛壬癸",l);case 17:case 48:return V2(A,"零一二三四五六七八九",Ic,"負",l,c1|e1|l0);case 47:return V2(A,"零壹貳參肆伍陸柒捌玖",Tc,"負",l,v1|c1|e1|l0);case 42:return V2(A,"零一二三四五六七八九",Ic,"负",l,c1|e1|l0);case 41:return V2(A,"零壹贰叁肆伍陆柒捌玖",Tc,"负",l,v1|c1|e1|l0);case 26:return V2(A,"〇一二三四五六七八九","十百千万",Dc,l,0);case 25:return V2(A,"零壱弐参四伍六七八九","拾百千万",Dc,l,v1|c1|e1);case 31:return V2(A,"영일이삼사오육칠팔구","십백천만",B6,s,v1|c1|e1);case 33:return V2(A,"零一二三四五六七八九","十百千萬",B6,s,0);case 32:return V2(A,"零壹貳參四五六七八九","拾百千",B6,s,v1|c1|e1);case 18:return $(A,2406,2415,!0,t);case 20:return U1(A,1,19999,lL,3,t);case 21:return $(A,2790,2799,!0,t);case 22:return $(A,2662,2671,!0,t);case 22:return U1(A,1,10999,tL,3,t);case 23:return h1(A,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case 24:return h1(A,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case 27:return $(A,3302,3311,!0,t);case 28:return h1(A,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",l);case 29:return h1(A,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",l);case 34:return $(A,3792,3801,!0,t);case 37:return $(A,6160,6169,!0,t);case 38:return $(A,4160,4169,!0,t);case 39:return $(A,2918,2927,!0,t);case 40:return $(A,1776,1785,!0,t);case 43:return $(A,3046,3055,!0,t);case 44:return $(A,3174,3183,!0,t);case 45:return $(A,3664,3673,!0,t);case 46:return $(A,3872,3881,!0,t);case 3:default:return $(A,48,57,!0,t)}},_c="data-html2canvas-ignore",Kc=function(){function A(c,e,t){if(this.context=c,this.options=t,this.scrolledElements=[],this.referenceElement=e,this.counters=new eL,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(c,e){var t=this,l=sL(c,e);if(!l.contentWindow)return Promise.reject("Unable to find iframe window");var s=c.defaultView.pageXOffset,a=c.defaultView.pageYOffset,o=l.contentWindow,r=o.document,f=rL(l).then(function(){return p2(t,void 0,void 0,function(){var i,m;return i2(this,function(u){switch(u.label){case 0:return this.scrolledElements.forEach(mL),o&&(o.scrollTo(e.left,e.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(o.scrollY!==e.top||o.scrollX!==e.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(o.scrollX-e.left,o.scrollY-e.top,0,0))),i=this.options.onclone,m=this.clonedReferenceElement,typeof m>"u"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:r.fonts&&r.fonts.ready?[4,r.fonts.ready]:[3,2];case 1:u.sent(),u.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,aL(r)]:[3,4];case 3:u.sent(),u.label=4;case 4:return typeof i=="function"?[2,Promise.resolve().then(function(){return i(r,m)}).then(function(){return l})]:[2,l]}})})});return r.open(),r.write(iL(document.doctype)+"<html></html>"),fL(this.referenceElement.ownerDocument,s,a),r.replaceChild(r.adoptNode(this.documentElement),r.documentElement),r.close(),f},A.prototype.createElementClone=function(c){if(e6(c,2))debugger;if(yc(c))return this.createCanvasClone(c);if(bc(c))return this.createVideoClone(c);if(vc(c))return this.createStyleClone(c);var e=c.cloneNode(!1);return C6(e)&&(C6(c)&&c.currentSrc&&c.currentSrc!==c.src&&(e.src=c.currentSrc,e.srcset=""),e.loading==="lazy"&&(e.loading="eager")),Nc(e)?this.createCustomElementClone(e):e},A.prototype.createCustomElementClone=function(c){var e=document.createElement("html2canvascustomelement");return L6(c.style,e),e},A.prototype.createStyleClone=function(c){try{var e=c.sheet;if(e&&e.cssRules){var t=[].slice.call(e.cssRules,0).reduce(function(s,a){return a&&typeof a.cssText=="string"?s+a.cssText:s},""),l=c.cloneNode(!1);return l.textContent=t,l}}catch(s){if(this.context.logger.error("Unable to access cssRules property",s),s.name!=="SecurityError")throw s}return c.cloneNode(!1)},A.prototype.createCanvasClone=function(c){var e;if(this.options.inlineImages&&c.ownerDocument){var t=c.ownerDocument.createElement("img");try{return t.src=c.toDataURL(),t}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",c)}}var l=c.cloneNode(!1);try{l.width=c.width,l.height=c.height;var s=c.getContext("2d"),a=l.getContext("2d");if(a)if(!this.options.allowTaint&&s)a.putImageData(s.getImageData(0,0,c.width,c.height),0,0);else{var o=(e=c.getContext("webgl2"))!==null&&e!==void 0?e:c.getContext("webgl");if(o){var r=o.getContextAttributes();(r==null?void 0:r.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",c)}a.drawImage(c,0,0)}return l}catch{this.context.logger.info("Unable to clone canvas as it is tainted",c)}return l},A.prototype.createVideoClone=function(c){var e=c.ownerDocument.createElement("canvas");e.width=c.offsetWidth,e.height=c.offsetHeight;var t=e.getContext("2d");try{return t&&(t.drawImage(c,0,0,e.width,e.height),this.options.allowTaint||t.getImageData(0,0,e.width,e.height)),e}catch{this.context.logger.info("Unable to clone video as it is tainted",c)}var l=c.ownerDocument.createElement("canvas");return l.width=c.offsetWidth,l.height=c.offsetHeight,l},A.prototype.appendChildNode=function(c,e,t){(!b1(e)||!cL(e)&&!e.hasAttribute(_c)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(e)))&&(!this.options.copyStyles||!b1(e)||!vc(e))&&c.appendChild(this.cloneNode(e,t))},A.prototype.cloneChildNodes=function(c,e,t){for(var l=this,s=c.shadowRoot?c.shadowRoot.firstChild:c.firstChild;s;s=s.nextSibling)if(b1(s)&&Sc(s)&&typeof s.assignedNodes=="function"){var a=s.assignedNodes();a.length&&a.forEach(function(o){return l.appendChildNode(e,o,t)})}else this.appendChildNode(e,s,t)},A.prototype.cloneNode=function(c,e){if(xc(c))return document.createTextNode(c.data);if(!c.ownerDocument)return c.cloneNode(!1);var t=c.ownerDocument.defaultView;if(t&&b1(c)&&(h6(c)||u4(c))){var l=this.createElementClone(c);l.style.transitionProperty="none";var s=t.getComputedStyle(c),a=t.getComputedStyle(c,":before"),o=t.getComputedStyle(c,":after");this.referenceElement===c&&h6(l)&&(this.clonedReferenceElement=l),g6(l)&&dL(l);var r=this.counters.parse(new Ac(this.context,s)),f=this.resolvePseudoContent(c,l,a,n0.BEFORE);Nc(c)&&(e=!0),bc(c)||this.cloneChildNodes(c,l,e),f&&l.insertBefore(f,l.firstChild);var i=this.resolvePseudoContent(c,l,o,n0.AFTER);return i&&l.appendChild(i),this.counters.pop(r),(s&&(this.options.copyStyles||u4(c))&&!Uc(c)||e)&&L6(s,l),(c.scrollTop!==0||c.scrollLeft!==0)&&this.scrolledElements.push([l,c.scrollLeft,c.scrollTop]),(p4(c)||d4(c))&&(p4(l)||d4(l))&&(l.value=c.value),l}return c.cloneNode(!1)},A.prototype.resolvePseudoContent=function(c,e,t,l){var s=this;if(t){var a=t.content,o=e.ownerDocument;if(!(!o||!a||a==="none"||a==="-moz-alt-content"||t.display==="none")){this.counters.parse(new Ac(this.context,t));var r=new jC(this.context,t),f=o.createElement("html2canvaspseudoelement");L6(t,f),r.content.forEach(function(m){if(m.type===0)f.appendChild(o.createTextNode(m.value));else if(m.type===22){var u=o.createElement("img");u.src=m.value,u.style.opacity="1",f.appendChild(u)}else if(m.type===18){if(m.name==="attr"){var d=m.values.filter(K);d.length&&f.appendChild(o.createTextNode(c.getAttribute(d[0].value)||""))}else if(m.name==="counter"){var p=m.values.filter(F1),h=p[0],B=p[1];if(h&&K(h)){var C=s.counters.getCounterValue(h.value),g=B&&K(B)?c6.parse(s.context,B.value):3;f.appendChild(o.createTextNode(s0(C,g,!1)))}}else if(m.name==="counters"){var L=m.values.filter(F1),h=L[0],M=L[1],B=L[2];if(h&&K(h)){var w=s.counters.getCounterValues(h.value),z=B&&K(B)?c6.parse(s.context,B.value):3,b=M&&M.type===0?M.value:"",v=w.map(function(T){return s0(T,z,!1)}).join(b);f.appendChild(o.createTextNode(v))}}}else if(m.type===20)switch(m.value){case"open-quote":f.appendChild(o.createTextNode(Z5(r.quotes,s.quoteDepth++,!0)));break;case"close-quote":f.appendChild(o.createTextNode(Z5(r.quotes,--s.quoteDepth,!1)));break;default:f.appendChild(o.createTextNode(m.value))}}),f.className=z6+" "+M6;var i=l===n0.BEFORE?" "+z6:" "+M6;return u4(e)?e.className.baseValue+=i:e.className+=i,f}}},A.destroy=function(c){return c.parentNode?(c.parentNode.removeChild(c),!0):!1},A}(),n0;(function(A){A[A.BEFORE=0]="BEFORE",A[A.AFTER=1]="AFTER"})(n0||(n0={}));var sL=function(A,c){var e=A.createElement("iframe");return e.className="html2canvas-container",e.style.visibility="hidden",e.style.position="fixed",e.style.left="-10000px",e.style.top="0px",e.style.border="0",e.width=c.width.toString(),e.height=c.height.toString(),e.scrolling="no",e.setAttribute(_c,"true"),A.body.appendChild(e),e},nL=function(A){return new Promise(function(c){if(A.complete){c();return}if(!A.src){c();return}A.onload=c,A.onerror=c})},aL=function(A){return Promise.all([].slice.call(A.images,0).map(nL))},rL=function(A){return new Promise(function(c,e){var t=A.contentWindow;if(!t)return e("No window assigned for iframe");var l=t.document;t.onload=A.onload=function(){t.onload=A.onload=null;var s=setInterval(function(){l.body.childNodes.length>0&&l.readyState==="complete"&&(clearInterval(s),c(A))},50)}})},oL=["all","d","content"],L6=function(A,c){for(var e=A.length-1;e>=0;e--){var t=A.item(e);oL.indexOf(t)===-1&&c.style.setProperty(t,A.getPropertyValue(t))}return c},iL=function(A){var c="";return A&&(c+="<!DOCTYPE ",A.name&&(c+=A.name),A.internalSubset&&(c+=A.internalSubset),A.publicId&&(c+='"'+A.publicId+'"'),A.systemId&&(c+='"'+A.systemId+'"'),c+=">"),c},fL=function(A,c,e){A&&A.defaultView&&(c!==A.defaultView.pageXOffset||e!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(c,e)},mL=function(A){var c=A[0],e=A[1],t=A[2];c.scrollLeft=e,c.scrollTop=t},uL=":before",pL=":after",z6="___html2canvas___pseudoelement_before",M6="___html2canvas___pseudoelement_after",Oc=`{
116
116
  content: "" !important;
117
117
  display: none !important;
118
118
  }`,dL=function(A){hL(A,"."+z6+uL+Oc+`
119
- .`+M6+pL+Oc)},hL=function(A,c){var e=A.ownerDocument;if(e){var t=e.createElement("style");t.textContent=c,A.appendChild(t)}},Vc=function(){function A(){}return A.getOrigin=function(c){var e=A._link;return e?(e.href=c,e.href=e.href,e.protocol+e.hostname+e.port):"about:blank"},A.isSameOrigin=function(c){return A.getOrigin(c)===A._origin},A.setContext=function(c){A._link=c.document.createElement("a"),A._origin=A.getOrigin(c.location.href)},A._origin="about:blank",A}(),gL=function(){function A(c,e){this.context=c,this._options=e,this._cache={}}return A.prototype.addImage=function(c){var e=Promise.resolve();return this.has(c)||(Q6(c)||zL(c))&&(this._cache[c]=this.loadImage(c)).catch(function(){}),e},A.prototype.match=function(c){return this._cache[c]},A.prototype.loadImage=function(c){return p2(this,void 0,void 0,function(){var e,t,l,s,a=this;return i2(this,function(r){switch(r.label){case 0:return e=Vc.isSameOrigin(c),t=!w6(c)&&this._options.useCORS===!0&&a2.SUPPORT_CORS_IMAGES&&!e,l=!w6(c)&&!e&&!Q6(c)&&typeof this._options.proxy=="string"&&a2.SUPPORT_CORS_XHR&&!t,!e&&this._options.allowTaint===!1&&!w6(c)&&!Q6(c)&&!l&&!t?[2]:(s=c,l?[4,this.proxy(s)]:[3,2]);case 1:s=r.sent(),r.label=2;case 2:return this.context.logger.debug("Added image "+c.substring(0,256)),[4,new Promise(function(o,f){var i=new Image;i.onload=function(){return o(i)},i.onerror=f,(ML(s)||t)&&(i.crossOrigin="anonymous"),i.src=s,i.complete===!0&&setTimeout(function(){return o(i)},500),a._options.imageTimeout>0&&setTimeout(function(){return f("Timed out ("+a._options.imageTimeout+"ms) loading image")},a._options.imageTimeout)})];case 3:return[2,r.sent()]}})})},A.prototype.has=function(c){return typeof this._cache[c]<"u"},A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},A.prototype.proxy=function(c){var e=this,t=this._options.proxy;if(!t)throw new Error("No proxy defined");var l=c.substring(0,256);return new Promise(function(s,a){var r=a2.SUPPORT_RESPONSE_TYPE?"blob":"text",o=new XMLHttpRequest;o.onload=function(){if(o.status===200)if(r==="text")s(o.response);else{var m=new FileReader;m.addEventListener("load",function(){return s(m.result)},!1),m.addEventListener("error",function(u){return a(u)},!1),m.readAsDataURL(o.response)}else a("Failed to proxy resource "+l+" with status code "+o.status)},o.onerror=a;var f=t.indexOf("?")>-1?"&":"?";if(o.open("GET",""+t+f+"url="+encodeURIComponent(c)+"&responseType="+r),r!=="text"&&o instanceof XMLHttpRequest&&(o.responseType=r),e._options.imageTimeout){var i=e._options.imageTimeout;o.timeout=i,o.ontimeout=function(){return a("Timed out ("+i+"ms) proxying "+l)}}o.send()})},A}(),CL=/^data:image\/svg\+xml/i,BL=/^data:image\/.*;base64,/i,LL=/^data:image\/.*/i,zL=function(A){return a2.SUPPORT_SVG_DRAWING||!wL(A)},w6=function(A){return LL.test(A)},ML=function(A){return BL.test(A)},Q6=function(A){return A.substr(0,4)==="blob"},wL=function(A){return A.substr(-3).toLowerCase()==="svg"||CL.test(A)},x=function(){function A(c,e){this.type=0,this.x=c,this.y=e}return A.prototype.add=function(c,e){return new A(this.x+c,this.y+e)},A}(),S1=function(A,c,e){return new x(A.x+(c.x-A.x)*e,A.y+(c.y-A.y)*e)},h4=function(){function A(c,e,t,l){this.type=1,this.start=c,this.startControl=e,this.endControl=t,this.end=l}return A.prototype.subdivide=function(c,e){var t=S1(this.start,this.startControl,c),l=S1(this.startControl,this.endControl,c),s=S1(this.endControl,this.end,c),a=S1(t,l,c),r=S1(l,s,c),o=S1(a,r,c);return e?new A(this.start,t,a,o):new A(o,r,s,this.end)},A.prototype.add=function(c,e){return new A(this.start.add(c,e),this.startControl.add(c,e),this.endControl.add(c,e),this.end.add(c,e))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A}(),Q2=function(A){return A.type===1},QL=function(){function A(c){var e=c.styles,t=c.bounds,l=Z1(e.borderTopLeftRadius,t.width,t.height),s=l[0],a=l[1],r=Z1(e.borderTopRightRadius,t.width,t.height),o=r[0],f=r[1],i=Z1(e.borderBottomRightRadius,t.width,t.height),m=i[0],u=i[1],d=Z1(e.borderBottomLeftRadius,t.width,t.height),p=d[0],h=d[1],B=[];B.push((s+o)/t.width),B.push((p+m)/t.width),B.push((a+h)/t.height),B.push((f+u)/t.height);var C=Math.max.apply(Math,B);C>1&&(s/=C,a/=C,o/=C,f/=C,m/=C,u/=C,p/=C,h/=C);var g=t.width-o,L=t.height-u,M=t.width-m,w=t.height-h,z=e.borderTopWidth,b=e.borderRightWidth,v=e.borderBottomWidth,F=e.borderLeftWidth,U=V(e.paddingTop,c.bounds.width),T=V(e.paddingRight,c.bounds.width),O=V(e.paddingBottom,c.bounds.width),E=V(e.paddingLeft,c.bounds.width);this.topLeftBorderDoubleOuterBox=s>0||a>0?W(t.left+F/3,t.top+z/3,s-F/3,a-z/3,D.TOP_LEFT):new x(t.left+F/3,t.top+z/3),this.topRightBorderDoubleOuterBox=s>0||a>0?W(t.left+g,t.top+z/3,o-b/3,f-z/3,D.TOP_RIGHT):new x(t.left+t.width-b/3,t.top+z/3),this.bottomRightBorderDoubleOuterBox=m>0||u>0?W(t.left+M,t.top+L,m-b/3,u-v/3,D.BOTTOM_RIGHT):new x(t.left+t.width-b/3,t.top+t.height-v/3),this.bottomLeftBorderDoubleOuterBox=p>0||h>0?W(t.left+F/3,t.top+w,p-F/3,h-v/3,D.BOTTOM_LEFT):new x(t.left+F/3,t.top+t.height-v/3),this.topLeftBorderDoubleInnerBox=s>0||a>0?W(t.left+F*2/3,t.top+z*2/3,s-F*2/3,a-z*2/3,D.TOP_LEFT):new x(t.left+F*2/3,t.top+z*2/3),this.topRightBorderDoubleInnerBox=s>0||a>0?W(t.left+g,t.top+z*2/3,o-b*2/3,f-z*2/3,D.TOP_RIGHT):new x(t.left+t.width-b*2/3,t.top+z*2/3),this.bottomRightBorderDoubleInnerBox=m>0||u>0?W(t.left+M,t.top+L,m-b*2/3,u-v*2/3,D.BOTTOM_RIGHT):new x(t.left+t.width-b*2/3,t.top+t.height-v*2/3),this.bottomLeftBorderDoubleInnerBox=p>0||h>0?W(t.left+F*2/3,t.top+w,p-F*2/3,h-v*2/3,D.BOTTOM_LEFT):new x(t.left+F*2/3,t.top+t.height-v*2/3),this.topLeftBorderStroke=s>0||a>0?W(t.left+F/2,t.top+z/2,s-F/2,a-z/2,D.TOP_LEFT):new x(t.left+F/2,t.top+z/2),this.topRightBorderStroke=s>0||a>0?W(t.left+g,t.top+z/2,o-b/2,f-z/2,D.TOP_RIGHT):new x(t.left+t.width-b/2,t.top+z/2),this.bottomRightBorderStroke=m>0||u>0?W(t.left+M,t.top+L,m-b/2,u-v/2,D.BOTTOM_RIGHT):new x(t.left+t.width-b/2,t.top+t.height-v/2),this.bottomLeftBorderStroke=p>0||h>0?W(t.left+F/2,t.top+w,p-F/2,h-v/2,D.BOTTOM_LEFT):new x(t.left+F/2,t.top+t.height-v/2),this.topLeftBorderBox=s>0||a>0?W(t.left,t.top,s,a,D.TOP_LEFT):new x(t.left,t.top),this.topRightBorderBox=o>0||f>0?W(t.left+g,t.top,o,f,D.TOP_RIGHT):new x(t.left+t.width,t.top),this.bottomRightBorderBox=m>0||u>0?W(t.left+M,t.top+L,m,u,D.BOTTOM_RIGHT):new x(t.left+t.width,t.top+t.height),this.bottomLeftBorderBox=p>0||h>0?W(t.left,t.top+w,p,h,D.BOTTOM_LEFT):new x(t.left,t.top+t.height),this.topLeftPaddingBox=s>0||a>0?W(t.left+F,t.top+z,Math.max(0,s-F),Math.max(0,a-z),D.TOP_LEFT):new x(t.left+F,t.top+z),this.topRightPaddingBox=o>0||f>0?W(t.left+Math.min(g,t.width-b),t.top+z,g>t.width+b?0:Math.max(0,o-b),Math.max(0,f-z),D.TOP_RIGHT):new x(t.left+t.width-b,t.top+z),this.bottomRightPaddingBox=m>0||u>0?W(t.left+Math.min(M,t.width-F),t.top+Math.min(L,t.height-v),Math.max(0,m-b),Math.max(0,u-v),D.BOTTOM_RIGHT):new x(t.left+t.width-b,t.top+t.height-v),this.bottomLeftPaddingBox=p>0||h>0?W(t.left+F,t.top+Math.min(w,t.height-v),Math.max(0,p-F),Math.max(0,h-v),D.BOTTOM_LEFT):new x(t.left+F,t.top+t.height-v),this.topLeftContentBox=s>0||a>0?W(t.left+F+E,t.top+z+U,Math.max(0,s-(F+E)),Math.max(0,a-(z+U)),D.TOP_LEFT):new x(t.left+F+E,t.top+z+U),this.topRightContentBox=o>0||f>0?W(t.left+Math.min(g,t.width+F+E),t.top+z+U,g>t.width+F+E?0:o-F+E,f-(z+U),D.TOP_RIGHT):new x(t.left+t.width-(b+T),t.top+z+U),this.bottomRightContentBox=m>0||u>0?W(t.left+Math.min(M,t.width-(F+E)),t.top+Math.min(L,t.height+z+U),Math.max(0,m-(b+T)),u-(v+O),D.BOTTOM_RIGHT):new x(t.left+t.width-(b+T),t.top+t.height-(v+O)),this.bottomLeftContentBox=p>0||h>0?W(t.left+F+E,t.top+w,Math.max(0,p-(F+E)),h-(v+O),D.BOTTOM_LEFT):new x(t.left+F+E,t.top+t.height-(v+O))}return A}(),D;(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"})(D||(D={}));var W=function(A,c,e,t,l){var s=4*((Math.sqrt(2)-1)/3),a=e*s,r=t*s,o=A+e,f=c+t;switch(l){case D.TOP_LEFT:return new h4(new x(A,f),new x(A,f-r),new x(o-a,c),new x(o,c));case D.TOP_RIGHT:return new h4(new x(A,c),new x(A+a,c),new x(o,f-r),new x(o,f));case D.BOTTOM_RIGHT:return new h4(new x(o,c),new x(o,c+r),new x(A+a,f),new x(A,f));case D.BOTTOM_LEFT:default:return new h4(new x(o,f),new x(o-a,f),new x(A,c+r),new x(A,c))}},g4=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},xL=function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]},C4=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},FL=function(){function A(c,e,t){this.offsetX=c,this.offsetY=e,this.matrix=t,this.type=0,this.target=6}return A}(),B4=function(){function A(c,e){this.path=c,this.target=e,this.type=1}return A}(),yL=function(){function A(c){this.opacity=c,this.type=2,this.target=6}return A}(),bL=function(A){return A.type===0},Rc=function(A){return A.type===1},UL=function(A){return A.type===2},Pc=function(A,c){return A.length===c.length?A.some(function(e,t){return e===c[t]}):!1},vL=function(A,c,e,t,l){return A.map(function(s,a){switch(a){case 0:return s.add(c,e);case 1:return s.add(c+t,e);case 2:return s.add(c+t,e+l);case 3:return s.add(c,e+l)}return s})},Gc=function(){function A(c){this.element=c,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return A}(),Wc=function(){function A(c,e){if(this.container=c,this.parent=e,this.effects=[],this.curves=new QL(this.container),this.container.styles.opacity<1&&this.effects.push(new yL(this.container.styles.opacity)),this.container.styles.transform!==null){var t=this.container.bounds.left+this.container.styles.transformOrigin[0].number,l=this.container.bounds.top+this.container.styles.transformOrigin[1].number,s=this.container.styles.transform;this.effects.push(new FL(t,l,s))}if(this.container.styles.overflowX!==0){var a=g4(this.curves),r=C4(this.curves);Pc(a,r)?this.effects.push(new B4(a,6)):(this.effects.push(new B4(a,2)),this.effects.push(new B4(r,4)))}}return A.prototype.getEffects=function(c){for(var e=[2,3].indexOf(this.container.styles.position)===-1,t=this.parent,l=this.effects.slice(0);t;){var s=t.effects.filter(function(o){return!Rc(o)});if(e||t.container.styles.position!==0||!t.parent){if(l.unshift.apply(l,s),e=[2,3].indexOf(t.container.styles.position)===-1,t.container.styles.overflowX!==0){var a=g4(t.curves),r=C4(t.curves);Pc(a,r)||l.unshift(new B4(r,6))}}else l.unshift.apply(l,s);t=t.parent}return l.filter(function(o){return e2(o.target,c)})},A}(),x6=function(A,c,e,t){A.container.elements.forEach(function(l){var s=e2(l.flags,4),a=e2(l.flags,2),r=new Wc(l,A);e2(l.styles.display,2048)&&t.push(r);var o=e2(l.flags,8)?[]:t;if(s||a){var f=s||l.styles.isPositioned()?e:c,i=new Gc(r);if(l.styles.isPositioned()||l.styles.opacity<1||l.styles.isTransformed()){var m=l.styles.zIndex.order;if(m<0){var u=0;f.negativeZIndex.some(function(p,h){return m>p.element.container.styles.zIndex.order?(u=h,!1):u>0}),f.negativeZIndex.splice(u,0,i)}else if(m>0){var d=0;f.positiveZIndex.some(function(p,h){return m>=p.element.container.styles.zIndex.order?(d=h+1,!1):d>0}),f.positiveZIndex.splice(d,0,i)}else f.zeroOrAutoZIndexOrTransformedOrOpacity.push(i)}else l.styles.isFloating()?f.nonPositionedFloats.push(i):f.nonPositionedInlineLevel.push(i);x6(r,i,s?i:e,o)}else l.styles.isInlineLevel()?c.inlineLevel.push(r):c.nonInlineLevel.push(r),x6(r,c,e,o);e2(l.flags,8)&&Xc(l,o)})},Xc=function(A,c){for(var e=A instanceof p6?A.start:1,t=A instanceof p6?A.reversed:!1,l=0;l<c.length;l++){var s=c[l];s.container instanceof Cc&&typeof s.container.value=="number"&&s.container.value!==0&&(e=s.container.value),s.listValue=s0(e,s.container.styles.listStyleType,!0),e+=t?-1:1}},SL=function(A){var c=new Wc(A,null),e=new Gc(c),t=[];return x6(c,e,e,t),Xc(c.container,t),e},qc=function(A,c){switch(c){case 0:return x2(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return x2(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return x2(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);case 3:default:return x2(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},NL=function(A,c){switch(c){case 0:return x2(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return x2(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return x2(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);case 3:default:return x2(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}},EL=function(A,c){switch(c){case 0:return x2(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return x2(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return x2(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);case 3:default:return x2(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}},kL=function(A,c){switch(c){case 0:return L4(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return L4(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return L4(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);case 3:default:return L4(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}},L4=function(A,c){var e=[];return Q2(A)?e.push(A.subdivide(.5,!1)):e.push(A),Q2(c)?e.push(c.subdivide(.5,!0)):e.push(c),e},x2=function(A,c,e,t){var l=[];return Q2(A)?l.push(A.subdivide(.5,!1)):l.push(A),Q2(e)?l.push(e.subdivide(.5,!0)):l.push(e),Q2(t)?l.push(t.subdivide(.5,!0).reverse()):l.push(t),Q2(c)?l.push(c.subdivide(.5,!1).reverse()):l.push(c),l},Yc=function(A){var c=A.bounds,e=A.styles;return c.add(e.borderLeftWidth,e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth),-(e.borderTopWidth+e.borderBottomWidth))},z4=function(A){var c=A.styles,e=A.bounds,t=V(c.paddingLeft,e.width),l=V(c.paddingRight,e.width),s=V(c.paddingTop,e.width),a=V(c.paddingBottom,e.width);return e.add(t+c.borderLeftWidth,s+c.borderTopWidth,-(c.borderRightWidth+c.borderLeftWidth+t+l),-(c.borderTopWidth+c.borderBottomWidth+s+a))},HL=function(A,c){return A===0?c.bounds:A===2?z4(c):Yc(c)},IL=function(A,c){return A===0?c.bounds:A===2?z4(c):Yc(c)},F6=function(A,c,e){var t=HL(E1(A.styles.backgroundOrigin,c),A),l=IL(E1(A.styles.backgroundClip,c),A),s=TL(E1(A.styles.backgroundSize,c),e,t),a=s[0],r=s[1],o=Z1(E1(A.styles.backgroundPosition,c),t.width-a,t.height-r),f=DL(E1(A.styles.backgroundRepeat,c),o,s,t,l),i=Math.round(t.left+o[0]),m=Math.round(t.top+o[1]);return[f,i,m,a,r]},N1=function(A){return K(A)&&A.value===y1.AUTO},M4=function(A){return typeof A=="number"},TL=function(A,c,e){var t=c[0],l=c[1],s=c[2],a=A[0],r=A[1];if(!a)return[0,0];if(Z(a)&&r&&Z(r))return[V(a,e.width),V(r,e.height)];var o=M4(s);if(K(a)&&(a.value===y1.CONTAIN||a.value===y1.COVER)){if(M4(s)){var f=e.width/e.height;return f<s!=(a.value===y1.COVER)?[e.width,e.width/s]:[e.height*s,e.height]}return[e.width,e.height]}var i=M4(t),m=M4(l),u=i||m;if(N1(a)&&(!r||N1(r))){if(i&&m)return[t,l];if(!o&&!u)return[e.width,e.height];if(u&&o){var d=i?t:l*s,p=m?l:t/s;return[d,p]}var h=i?t:e.width,B=m?l:e.height;return[h,B]}if(o){var C=0,g=0;return Z(a)?C=V(a,e.width):Z(r)&&(g=V(r,e.height)),N1(a)?C=g*s:(!r||N1(r))&&(g=C/s),[C,g]}var L=null,M=null;if(Z(a)?L=V(a,e.width):r&&Z(r)&&(M=V(r,e.height)),L!==null&&(!r||N1(r))&&(M=i&&m?L/t*l:e.height),M!==null&&N1(a)&&(L=i&&m?M/l*t:e.width),L!==null&&M!==null)return[L,M];throw new Error("Unable to calculate background-size for element")},E1=function(A,c){var e=A[c];return typeof e>"u"?A[0]:e},DL=function(A,c,e,t,l){var s=c[0],a=c[1],r=e[0],o=e[1];switch(A){case 2:return[new x(Math.round(t.left),Math.round(t.top+a)),new x(Math.round(t.left+t.width),Math.round(t.top+a)),new x(Math.round(t.left+t.width),Math.round(o+t.top+a)),new x(Math.round(t.left),Math.round(o+t.top+a))];case 3:return[new x(Math.round(t.left+s),Math.round(t.top)),new x(Math.round(t.left+s+r),Math.round(t.top)),new x(Math.round(t.left+s+r),Math.round(t.height+t.top)),new x(Math.round(t.left+s),Math.round(t.height+t.top))];case 1:return[new x(Math.round(t.left+s),Math.round(t.top+a)),new x(Math.round(t.left+s+r),Math.round(t.top+a)),new x(Math.round(t.left+s+r),Math.round(t.top+a+o)),new x(Math.round(t.left+s),Math.round(t.top+a+o))];default:return[new x(Math.round(l.left),Math.round(l.top)),new x(Math.round(l.left+l.width),Math.round(l.top)),new x(Math.round(l.left+l.width),Math.round(l.height+l.top)),new x(Math.round(l.left),Math.round(l.height+l.top))]}},_L="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",Jc="Hidden Text",KL=function(){function A(c){this._data={},this._document=c}return A.prototype.parseMetrics=function(c,e){var t=this._document.createElement("div"),l=this._document.createElement("img"),s=this._document.createElement("span"),a=this._document.body;t.style.visibility="hidden",t.style.fontFamily=c,t.style.fontSize=e,t.style.margin="0",t.style.padding="0",t.style.whiteSpace="nowrap",a.appendChild(t),l.src=_L,l.width=1,l.height=1,l.style.margin="0",l.style.padding="0",l.style.verticalAlign="baseline",s.style.fontFamily=c,s.style.fontSize=e,s.style.margin="0",s.style.padding="0",s.appendChild(this._document.createTextNode(Jc)),t.appendChild(s),t.appendChild(l);var r=l.offsetTop-s.offsetTop+2;t.removeChild(s),t.appendChild(this._document.createTextNode(Jc)),t.style.lineHeight="normal",l.style.verticalAlign="super";var o=l.offsetTop-t.offsetTop+2;return a.removeChild(t),{baseline:r,middle:o}},A.prototype.getMetrics=function(c,e){var t=c+" "+e;return typeof this._data[t]>"u"&&(this._data[t]=this.parseMetrics(c,e)),this._data[t]},A}(),jc=function(){function A(c,e){this.context=c,this.options=e}return A}(),OL=1e4,VL=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l._activeEffects=[],l.canvas=t.canvas?t.canvas:document.createElement("canvas"),l.ctx=l.canvas.getContext("2d"),t.canvas||(l.canvas.width=Math.floor(t.width*t.scale),l.canvas.height=Math.floor(t.height*t.scale),l.canvas.style.width=t.width+"px",l.canvas.style.height=t.height+"px"),l.fontMetrics=new KL(document),l.ctx.scale(l.options.scale,l.options.scale),l.ctx.translate(-t.x,-t.y),l.ctx.textBaseline="bottom",l._activeEffects=[],l.context.logger.debug("Canvas renderer initialized ("+t.width+"x"+t.height+") with scale "+t.scale),l}return c.prototype.applyEffects=function(e){for(var t=this;this._activeEffects.length;)this.popEffect();e.forEach(function(l){return t.applyEffect(l)})},c.prototype.applyEffect=function(e){this.ctx.save(),UL(e)&&(this.ctx.globalAlpha=e.opacity),bL(e)&&(this.ctx.translate(e.offsetX,e.offsetY),this.ctx.transform(e.matrix[0],e.matrix[1],e.matrix[2],e.matrix[3],e.matrix[4],e.matrix[5]),this.ctx.translate(-e.offsetX,-e.offsetY)),Rc(e)&&(this.path(e.path),this.ctx.clip()),this._activeEffects.push(e)},c.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},c.prototype.renderStack=function(e){return p2(this,void 0,void 0,function(){var t;return i2(this,function(l){switch(l.label){case 0:return t=e.element.container.styles,t.isVisible()?[4,this.renderStackContent(e)]:[3,2];case 1:l.sent(),l.label=2;case 2:return[2]}})})},c.prototype.renderNode=function(e){return p2(this,void 0,void 0,function(){return i2(this,function(t){switch(t.label){case 0:if(e2(e.container.flags,16))debugger;return e.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(e)]:[3,3];case 1:return t.sent(),[4,this.renderNodeContent(e)];case 2:t.sent(),t.label=3;case 3:return[2]}})})},c.prototype.renderTextWithLetterSpacing=function(e,t,l){var s=this;if(t===0)this.ctx.fillText(e.text,e.bounds.left,e.bounds.top+l);else{var a=u6(e.text);a.reduce(function(r,o){return s.ctx.fillText(o,r,e.bounds.top+l),r+s.ctx.measureText(o).width},e.bounds.left)}},c.prototype.createFontStyle=function(e){var t=e.fontVariant.filter(function(a){return a==="normal"||a==="small-caps"}).join(""),l=XL(e.fontFamily).join(", "),s=$1(e.fontSize)?""+e.fontSize.number+e.fontSize.unit:e.fontSize.number+"px";return[[e.fontStyle,t,e.fontWeight,s,l].join(" "),l,s]},c.prototype.renderTextNode=function(e,t){return p2(this,void 0,void 0,function(){var l,s,a,r,o,f,i,m,u=this;return i2(this,function(d){return l=this.createFontStyle(t),s=l[0],a=l[1],r=l[2],this.ctx.font=s,this.ctx.direction=t.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",o=this.fontMetrics.getMetrics(a,r),f=o.baseline,i=o.middle,m=t.paintOrder,e.textBounds.forEach(function(p){m.forEach(function(h){switch(h){case 0:u.ctx.fillStyle=s2(t.color),u.renderTextWithLetterSpacing(p,t.letterSpacing,f);var B=t.textShadow;B.length&&p.text.trim().length&&(B.slice(0).reverse().forEach(function(C){u.ctx.shadowColor=s2(C.color),u.ctx.shadowOffsetX=C.offsetX.number*u.options.scale,u.ctx.shadowOffsetY=C.offsetY.number*u.options.scale,u.ctx.shadowBlur=C.blur.number,u.renderTextWithLetterSpacing(p,t.letterSpacing,f)}),u.ctx.shadowColor="",u.ctx.shadowOffsetX=0,u.ctx.shadowOffsetY=0,u.ctx.shadowBlur=0),t.textDecorationLine.length&&(u.ctx.fillStyle=s2(t.textDecorationColor||t.color),t.textDecorationLine.forEach(function(C){switch(C){case 1:u.ctx.fillRect(p.bounds.left,Math.round(p.bounds.top+f),p.bounds.width,1);break;case 2:u.ctx.fillRect(p.bounds.left,Math.round(p.bounds.top),p.bounds.width,1);break;case 3:u.ctx.fillRect(p.bounds.left,Math.ceil(p.bounds.top+i),p.bounds.width,1);break}}));break;case 1:t.webkitTextStrokeWidth&&p.text.trim().length&&(u.ctx.strokeStyle=s2(t.webkitTextStrokeColor),u.ctx.lineWidth=t.webkitTextStrokeWidth,u.ctx.lineJoin=window.chrome?"miter":"round",u.ctx.strokeText(p.text,p.bounds.left,p.bounds.top+f)),u.ctx.strokeStyle="",u.ctx.lineWidth=0,u.ctx.lineJoin="miter";break}})}),[2]})})},c.prototype.renderReplacedElement=function(e,t,l){if(l&&e.intrinsicWidth>0&&e.intrinsicHeight>0){var s=z4(e),a=C4(t);this.path(a),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(l,0,0,e.intrinsicWidth,e.intrinsicHeight,s.left,s.top,s.width,s.height),this.ctx.restore()}},c.prototype.renderNodeContent=function(e){return p2(this,void 0,void 0,function(){var t,l,s,a,r,o,g,g,f,i,m,u,M,d,p,w,h,B,C,g,L,M,w;return i2(this,function(z){switch(z.label){case 0:this.applyEffects(e.getEffects(4)),t=e.container,l=e.curves,s=t.styles,a=0,r=t.textNodes,z.label=1;case 1:return a<r.length?(o=r[a],[4,this.renderTextNode(o,s)]):[3,4];case 2:z.sent(),z.label=3;case 3:return a++,[3,1];case 4:if(!(t instanceof dc))return[3,8];z.label=5;case 5:return z.trys.push([5,7,,8]),[4,this.context.cache.match(t.src)];case 6:return g=z.sent(),this.renderReplacedElement(t,l,g),[3,8];case 7:return z.sent(),this.context.logger.error("Error loading image "+t.src),[3,8];case 8:if(t instanceof hc&&this.renderReplacedElement(t,l,t.canvas),!(t instanceof gc))return[3,12];z.label=9;case 9:return z.trys.push([9,11,,12]),[4,this.context.cache.match(t.svg)];case 10:return g=z.sent(),this.renderReplacedElement(t,l,g),[3,12];case 11:return z.sent(),this.context.logger.error("Error loading svg "+t.svg.substring(0,255)),[3,12];case 12:return t instanceof Mc&&t.tree?(f=new c(this.context,{scale:this.options.scale,backgroundColor:t.backgroundColor,x:0,y:0,width:t.width,height:t.height}),[4,f.render(t.tree)]):[3,14];case 13:i=z.sent(),t.width&&t.height&&this.ctx.drawImage(i,0,0,t.width,t.height,t.bounds.left,t.bounds.top,t.bounds.width,t.bounds.height),z.label=14;case 14:if(t instanceof d6&&(m=Math.min(t.bounds.width,t.bounds.height),t.type===i4?t.checked&&(this.ctx.save(),this.path([new x(t.bounds.left+m*.39363,t.bounds.top+m*.79),new x(t.bounds.left+m*.16,t.bounds.top+m*.5549),new x(t.bounds.left+m*.27347,t.bounds.top+m*.44071),new x(t.bounds.left+m*.39694,t.bounds.top+m*.5649),new x(t.bounds.left+m*.72983,t.bounds.top+m*.23),new x(t.bounds.left+m*.84,t.bounds.top+m*.34085),new x(t.bounds.left+m*.39363,t.bounds.top+m*.79)]),this.ctx.fillStyle=s2(Bc),this.ctx.fill(),this.ctx.restore()):t.type===f4&&t.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(t.bounds.left+m/2,t.bounds.top+m/2,m/4,0,Math.PI*2,!0),this.ctx.fillStyle=s2(Bc),this.ctx.fill(),this.ctx.restore())),RL(t)&&t.value.length){switch(u=this.createFontStyle(s),M=u[0],d=u[1],p=this.fontMetrics.getMetrics(M,d).baseline,this.ctx.font=M,this.ctx.fillStyle=s2(s.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=GL(t.styles.textAlign),w=z4(t),h=0,t.styles.textAlign){case 1:h+=w.width/2;break;case 2:h+=w.width;break}B=w.add(h,0,0,-w.height/2+1),this.ctx.save(),this.path([new x(w.left,w.top),new x(w.left+w.width,w.top),new x(w.left+w.width,w.top+w.height),new x(w.left,w.top+w.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new t0(t.value,B),s.letterSpacing,p),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!e2(t.styles.display,2048))return[3,20];if(t.styles.listStyleImage===null)return[3,19];if(C=t.styles.listStyleImage,C.type!==0)return[3,18];g=void 0,L=C.url,z.label=15;case 15:return z.trys.push([15,17,,18]),[4,this.context.cache.match(L)];case 16:return g=z.sent(),this.ctx.drawImage(g,t.bounds.left-(g.width+10),t.bounds.top),[3,18];case 17:return z.sent(),this.context.logger.error("Error loading list-style-image "+L),[3,18];case 18:return[3,20];case 19:e.listValue&&t.styles.listStyleType!==-1&&(M=this.createFontStyle(s)[0],this.ctx.font=M,this.ctx.fillStyle=s2(s.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",w=new _2(t.bounds.left,t.bounds.top+V(t.styles.paddingTop,t.bounds.width),t.bounds.width,J5(s.lineHeight,s.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new t0(e.listValue,w),s.letterSpacing,J5(s.lineHeight,s.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),z.label=20;case 20:return[2]}})})},c.prototype.renderStackContent=function(e){return p2(this,void 0,void 0,function(){var t,l,C,s,a,C,r,o,C,f,i,C,m,u,C,d,p,C,h,B,C;return i2(this,function(g){switch(g.label){case 0:if(e2(e.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(e.element)];case 1:g.sent(),t=0,l=e.negativeZIndex,g.label=2;case 2:return t<l.length?(C=l[t],[4,this.renderStack(C)]):[3,5];case 3:g.sent(),g.label=4;case 4:return t++,[3,2];case 5:return[4,this.renderNodeContent(e.element)];case 6:g.sent(),s=0,a=e.nonInlineLevel,g.label=7;case 7:return s<a.length?(C=a[s],[4,this.renderNode(C)]):[3,10];case 8:g.sent(),g.label=9;case 9:return s++,[3,7];case 10:r=0,o=e.nonPositionedFloats,g.label=11;case 11:return r<o.length?(C=o[r],[4,this.renderStack(C)]):[3,14];case 12:g.sent(),g.label=13;case 13:return r++,[3,11];case 14:f=0,i=e.nonPositionedInlineLevel,g.label=15;case 15:return f<i.length?(C=i[f],[4,this.renderStack(C)]):[3,18];case 16:g.sent(),g.label=17;case 17:return f++,[3,15];case 18:m=0,u=e.inlineLevel,g.label=19;case 19:return m<u.length?(C=u[m],[4,this.renderNode(C)]):[3,22];case 20:g.sent(),g.label=21;case 21:return m++,[3,19];case 22:d=0,p=e.zeroOrAutoZIndexOrTransformedOrOpacity,g.label=23;case 23:return d<p.length?(C=p[d],[4,this.renderStack(C)]):[3,26];case 24:g.sent(),g.label=25;case 25:return d++,[3,23];case 26:h=0,B=e.positiveZIndex,g.label=27;case 27:return h<B.length?(C=B[h],[4,this.renderStack(C)]):[3,30];case 28:g.sent(),g.label=29;case 29:return h++,[3,27];case 30:return[2]}})})},c.prototype.mask=function(e){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(e.slice(0).reverse()),this.ctx.closePath()},c.prototype.path=function(e){this.ctx.beginPath(),this.formatPath(e),this.ctx.closePath()},c.prototype.formatPath=function(e){var t=this;e.forEach(function(l,s){var a=Q2(l)?l.start:l;s===0?t.ctx.moveTo(a.x,a.y):t.ctx.lineTo(a.x,a.y),Q2(l)&&t.ctx.bezierCurveTo(l.startControl.x,l.startControl.y,l.endControl.x,l.endControl.y,l.end.x,l.end.y)})},c.prototype.renderRepeat=function(e,t,l,s){this.path(e),this.ctx.fillStyle=t,this.ctx.translate(l,s),this.ctx.fill(),this.ctx.translate(-l,-s)},c.prototype.resizeImage=function(e,t,l){var s;if(e.width===t&&e.height===l)return e;var a=(s=this.canvas.ownerDocument)!==null&&s!==void 0?s:document,r=a.createElement("canvas");r.width=Math.max(1,t),r.height=Math.max(1,l);var o=r.getContext("2d");return o.drawImage(e,0,0,e.width,e.height,0,0,t,l),r},c.prototype.renderBackgroundImage=function(e){return p2(this,void 0,void 0,function(){var t,l,s,a,r,o;return i2(this,function(f){switch(f.label){case 0:t=e.styles.backgroundImage.length-1,l=function(i){var m,u,d,U,A2,H,E,_,v,p,U,A2,H,E,_,h,B,C,g,L,M,w,z,b,v,F,U,T,O,E,_,r2,A2,H,J,k,R,t2,B2,l2,L2,d2;return i2(this,function(a1){switch(a1.label){case 0:if(i.type!==0)return[3,5];m=void 0,u=i.url,a1.label=1;case 1:return a1.trys.push([1,3,,4]),[4,s.context.cache.match(u)];case 2:return m=a1.sent(),[3,4];case 3:return a1.sent(),s.context.logger.error("Error loading background-image "+u),[3,4];case 4:return m&&(d=F6(e,t,[m.width,m.height,m.width/m.height]),U=d[0],A2=d[1],H=d[2],E=d[3],_=d[4],v=s.ctx.createPattern(s.resizeImage(m,E,_),"repeat"),s.renderRepeat(U,v,A2,H)),[3,6];case 5:bg(i)?(p=F6(e,t,[null,null,null]),U=p[0],A2=p[1],H=p[2],E=p[3],_=p[4],h=wg(i.angle,E,_),B=h[0],C=h[1],g=h[2],L=h[3],M=h[4],w=document.createElement("canvas"),w.width=E,w.height=_,z=w.getContext("2d"),b=z.createLinearGradient(C,L,g,M),_5(i.stops,B).forEach(function(z0){return b.addColorStop(z0.stop,s2(z0.color))}),z.fillStyle=b,z.fillRect(0,0,E,_),E>0&&_>0&&(v=s.ctx.createPattern(w,"repeat"),s.renderRepeat(U,v,A2,H))):Ug(i)&&(F=F6(e,t,[null,null,null]),U=F[0],T=F[1],O=F[2],E=F[3],_=F[4],r2=i.position.length===0?[$3]:i.position,A2=V(r2[0],E),H=V(r2[r2.length-1],_),J=Qg(i,A2,H,E,_),k=J[0],R=J[1],k>0&&R>0&&(t2=s.ctx.createRadialGradient(T+A2,O+H,0,T+A2,O+H,k),_5(i.stops,k*2).forEach(function(z0){return t2.addColorStop(z0.stop,s2(z0.color))}),s.path(U),s.ctx.fillStyle=t2,k!==R?(B2=e.bounds.left+.5*e.bounds.width,l2=e.bounds.top+.5*e.bounds.height,L2=R/k,d2=1/L2,s.ctx.save(),s.ctx.translate(B2,l2),s.ctx.transform(1,0,0,L2,0,0),s.ctx.translate(-B2,-l2),s.ctx.fillRect(T,d2*(O-l2)+l2,E,_*d2),s.ctx.restore()):s.ctx.fill())),a1.label=6;case 6:return t--,[2]}})},s=this,a=0,r=e.styles.backgroundImage.slice(0).reverse(),f.label=1;case 1:return a<r.length?(o=r[a],[5,l(o)]):[3,4];case 2:f.sent(),f.label=3;case 3:return a++,[3,1];case 4:return[2]}})})},c.prototype.renderSolidBorder=function(e,t,l){return p2(this,void 0,void 0,function(){return i2(this,function(s){return this.path(qc(l,t)),this.ctx.fillStyle=s2(e),this.ctx.fill(),[2]})})},c.prototype.renderDoubleBorder=function(e,t,l,s){return p2(this,void 0,void 0,function(){var a,r;return i2(this,function(o){switch(o.label){case 0:return t<3?[4,this.renderSolidBorder(e,l,s)]:[3,2];case 1:return o.sent(),[2];case 2:return a=NL(s,l),this.path(a),this.ctx.fillStyle=s2(e),this.ctx.fill(),r=EL(s,l),this.path(r),this.ctx.fill(),[2]}})})},c.prototype.renderNodeBackgroundAndBorders=function(e){return p2(this,void 0,void 0,function(){var t,l,s,a,r,o,f,i,m=this;return i2(this,function(u){switch(u.label){case 0:return this.applyEffects(e.getEffects(2)),t=e.container.styles,l=!Z2(t.backgroundColor)||t.backgroundImage.length,s=[{style:t.borderTopStyle,color:t.borderTopColor,width:t.borderTopWidth},{style:t.borderRightStyle,color:t.borderRightColor,width:t.borderRightWidth},{style:t.borderBottomStyle,color:t.borderBottomColor,width:t.borderBottomWidth},{style:t.borderLeftStyle,color:t.borderLeftColor,width:t.borderLeftWidth}],a=PL(E1(t.backgroundClip,0),e.curves),l||t.boxShadow.length?(this.ctx.save(),this.path(a),this.ctx.clip(),Z2(t.backgroundColor)||(this.ctx.fillStyle=s2(t.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(e.container)]):[3,2];case 1:u.sent(),this.ctx.restore(),t.boxShadow.slice(0).reverse().forEach(function(d){m.ctx.save();var p=g4(e.curves),h=d.inset?0:OL,B=vL(p,-h+(d.inset?1:-1)*d.spread.number,(d.inset?1:-1)*d.spread.number,d.spread.number*(d.inset?-2:2),d.spread.number*(d.inset?-2:2));d.inset?(m.path(p),m.ctx.clip(),m.mask(B)):(m.mask(p),m.ctx.clip(),m.path(B)),m.ctx.shadowOffsetX=d.offsetX.number+h,m.ctx.shadowOffsetY=d.offsetY.number,m.ctx.shadowColor=s2(d.color),m.ctx.shadowBlur=d.blur.number,m.ctx.fillStyle=d.inset?s2(d.color):"rgba(0,0,0,1)",m.ctx.fill(),m.ctx.restore()}),u.label=2;case 2:r=0,o=0,f=s,u.label=3;case 3:return o<f.length?(i=f[o],i.style!==0&&!Z2(i.color)&&i.width>0?i.style!==2?[3,5]:[4,this.renderDashedDottedBorder(i.color,i.width,r,e.curves,2)]:[3,11]):[3,13];case 4:return u.sent(),[3,11];case 5:return i.style!==3?[3,7]:[4,this.renderDashedDottedBorder(i.color,i.width,r,e.curves,3)];case 6:return u.sent(),[3,11];case 7:return i.style!==4?[3,9]:[4,this.renderDoubleBorder(i.color,i.width,r,e.curves)];case 8:return u.sent(),[3,11];case 9:return[4,this.renderSolidBorder(i.color,r,e.curves)];case 10:u.sent(),u.label=11;case 11:r++,u.label=12;case 12:return o++,[3,3];case 13:return[2]}})})},c.prototype.renderDashedDottedBorder=function(e,t,l,s,a){return p2(this,void 0,void 0,function(){var r,o,f,i,m,u,d,p,h,B,C,g,L,M,w,z,w,z;return i2(this,function(b){return this.ctx.save(),r=kL(s,l),o=qc(s,l),a===2&&(this.path(o),this.ctx.clip()),Q2(o[0])?(f=o[0].start.x,i=o[0].start.y):(f=o[0].x,i=o[0].y),Q2(o[1])?(m=o[1].end.x,u=o[1].end.y):(m=o[1].x,u=o[1].y),l===0||l===2?d=Math.abs(f-m):d=Math.abs(i-u),this.ctx.beginPath(),a===3?this.formatPath(r):this.formatPath(o.slice(0,2)),p=t<3?t*3:t*2,h=t<3?t*2:t,a===3&&(p=t,h=t),B=!0,d<=p*2?B=!1:d<=p*2+h?(C=d/(2*p+h),p*=C,h*=C):(g=Math.floor((d+h)/(p+h)),L=(d-g*p)/(g-1),M=(d-(g+1)*p)/g,h=M<=0||Math.abs(h-L)<Math.abs(h-M)?L:M),B&&(a===3?this.ctx.setLineDash([0,p+h]):this.ctx.setLineDash([p,h])),a===3?(this.ctx.lineCap="round",this.ctx.lineWidth=t):this.ctx.lineWidth=t*2+1.1,this.ctx.strokeStyle=s2(e),this.ctx.stroke(),this.ctx.setLineDash([]),a===2&&(Q2(o[0])&&(w=o[3],z=o[0],this.ctx.beginPath(),this.formatPath([new x(w.end.x,w.end.y),new x(z.start.x,z.start.y)]),this.ctx.stroke()),Q2(o[1])&&(w=o[1],z=o[2],this.ctx.beginPath(),this.formatPath([new x(w.end.x,w.end.y),new x(z.start.x,z.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},c.prototype.render=function(e){return p2(this,void 0,void 0,function(){var t;return i2(this,function(l){switch(l.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=s2(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),t=SL(e),[4,this.renderStack(t)];case 1:return l.sent(),this.applyEffects([]),[2,this.canvas]}})})},c}(jc),RL=function(A){return A instanceof zc||A instanceof Lc?!0:A instanceof d6&&A.type!==f4&&A.type!==i4},PL=function(A,c){switch(A){case 0:return g4(c);case 2:return xL(c);case 1:default:return C4(c)}},GL=function(A){switch(A){case 1:return"center";case 2:return"right";case 0:default:return"left"}},WL=["-apple-system","system-ui"],XL=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter(function(c){return WL.indexOf(c)===-1}):A},qL=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l.canvas=t.canvas?t.canvas:document.createElement("canvas"),l.ctx=l.canvas.getContext("2d"),l.options=t,l.canvas.width=Math.floor(t.width*t.scale),l.canvas.height=Math.floor(t.height*t.scale),l.canvas.style.width=t.width+"px",l.canvas.style.height=t.height+"px",l.ctx.scale(l.options.scale,l.options.scale),l.ctx.translate(-t.x,-t.y),l.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+t.width+"x"+t.height+" at "+t.x+","+t.y+") with scale "+t.scale),l}return c.prototype.render=function(e){return p2(this,void 0,void 0,function(){var t,l;return i2(this,function(s){switch(s.label){case 0:return t=m6(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,e),[4,YL(t)];case 1:return l=s.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=s2(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(l,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},c}(jc),YL=function(A){return new Promise(function(c,e){var t=new Image;t.onload=function(){c(t)},t.onerror=e,t.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},JL=function(){function A(c){var e=c.id,t=c.enabled;this.id=e,this.enabled=t,this.start=Date.now()}return A.prototype.debug=function(){for(var c=[],e=0;e<arguments.length;e++)c[e]=arguments[e];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,v0([this.id,this.getTime()+"ms"],c)):this.info.apply(this,c))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var c=[],e=0;e<arguments.length;e++)c[e]=arguments[e];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,v0([this.id,this.getTime()+"ms"],c))},A.prototype.warn=function(){for(var c=[],e=0;e<arguments.length;e++)c[e]=arguments[e];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,v0([this.id,this.getTime()+"ms"],c)):this.info.apply(this,c))},A.prototype.error=function(){for(var c=[],e=0;e<arguments.length;e++)c[e]=arguments[e];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,v0([this.id,this.getTime()+"ms"],c)):this.info.apply(this,c))},A.instances={},A}(),jL=function(){function A(c,e){var t;this.windowBounds=e,this.instanceName="#"+A.instanceCount++,this.logger=new JL({id:this.instanceName,enabled:c.logging}),this.cache=(t=c.cache)!==null&&t!==void 0?t:new gL(this,c)}return A.instanceCount=1,A}(),$L=function(A,c){return c===void 0&&(c={}),ZL(A,c)};typeof window<"u"&&Vc.setContext(window);var ZL=function(A,c){return p2(void 0,void 0,void 0,function(){var e,t,l,s,a,r,o,f,i,m,u,d,p,h,B,C,g,L,M,w,b,z,b,v,F,U,T,O,E,_,r2,A2,H,J,k,R,t2,B2,l2,L2;return i2(this,function(d2){switch(d2.label){case 0:if(!A||typeof A!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(e=A.ownerDocument,!e)throw new Error("Element is not attached to a Document");if(t=e.defaultView,!t)throw new Error("Document is not attached to a Window");return l={allowTaint:(v=c.allowTaint)!==null&&v!==void 0?v:!1,imageTimeout:(F=c.imageTimeout)!==null&&F!==void 0?F:15e3,proxy:c.proxy,useCORS:(U=c.useCORS)!==null&&U!==void 0?U:!1},s=S3({logging:(T=c.logging)!==null&&T!==void 0?T:!0,cache:c.cache},l),a={windowWidth:(O=c.windowWidth)!==null&&O!==void 0?O:t.innerWidth,windowHeight:(E=c.windowHeight)!==null&&E!==void 0?E:t.innerHeight,scrollX:(_=c.scrollX)!==null&&_!==void 0?_:t.pageXOffset,scrollY:(r2=c.scrollY)!==null&&r2!==void 0?r2:t.pageYOffset},r=new _2(a.scrollX,a.scrollY,a.windowWidth,a.windowHeight),o=new jL(s,r),f=(A2=c.foreignObjectRendering)!==null&&A2!==void 0?A2:!1,i={allowTaint:(H=c.allowTaint)!==null&&H!==void 0?H:!1,onclone:c.onclone,ignoreElements:c.ignoreElements,inlineImages:f,copyStyles:f},o.logger.debug("Starting document clone with size "+r.width+"x"+r.height+" scrolled to "+-r.left+","+-r.top),m=new Kc(o,A,i),u=m.clonedReferenceElement,u?[4,m.toIFrame(e,r)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return d=d2.sent(),p=g6(u)||AL(u)?vd(u.ownerDocument):S0(o,u),h=p.width,B=p.height,C=p.left,g=p.top,L=Az(o,u,c.backgroundColor),M={canvas:c.canvas,backgroundColor:L,scale:(k=(J=c.scale)!==null&&J!==void 0?J:t.devicePixelRatio)!==null&&k!==void 0?k:1,x:((R=c.x)!==null&&R!==void 0?R:0)+C,y:((t2=c.y)!==null&&t2!==void 0?t2:0)+g,width:(B2=c.width)!==null&&B2!==void 0?B2:Math.ceil(h),height:(l2=c.height)!==null&&l2!==void 0?l2:Math.ceil(B)},f?(o.logger.debug("Document cloned, using foreign object rendering"),b=new qL(o,M),[4,b.render(u)]):[3,3];case 2:return w=d2.sent(),[3,5];case 3:return o.logger.debug("Document cloned, element located at "+C+","+g+" with size "+h+"x"+B+" using computed rendering"),o.logger.debug("Starting DOM parsing"),z=Qc(o,u),L===z.styles.backgroundColor&&(z.styles.backgroundColor=O2.TRANSPARENT),o.logger.debug("Starting renderer for element at "+M.x+","+M.y+" with size "+M.width+"x"+M.height),b=new VL(o,M),[4,b.render(z)];case 4:w=d2.sent(),d2.label=5;case 5:return(!((L2=c.removeContainer)!==null&&L2!==void 0)||L2)&&(Kc.destroy(d)||o.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),o.logger.debug("Finished rendering"),[2,w]}})})},Az=function(A,c,e){var t=c.ownerDocument,l=t.documentElement?A0(A,getComputedStyle(t.documentElement).backgroundColor):O2.TRANSPARENT,s=t.body?A0(A,getComputedStyle(t.body).backgroundColor):O2.TRANSPARENT,a=typeof e=="string"?A0(A,e):e===null?O2.TRANSPARENT:4294967295;return c===t.documentElement?Z2(l)?Z2(s)?a:s:l:a},a0=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},cz={exports:{}};(function(A,c){(function(e,t){t()})(a0,function(){function e(f,i){return typeof i>"u"?i={autoBom:!1}:typeof i!="object"&&(console.warn("Deprecated: Expected third argument to be a object"),i={autoBom:!i}),i.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(f.type)?new Blob(["\uFEFF",f],{type:f.type}):f}function t(f,i,m){var u=new XMLHttpRequest;u.open("GET",f),u.responseType="blob",u.onload=function(){o(u.response,i,m)},u.onerror=function(){console.error("could not download file")},u.send()}function l(f){var i=new XMLHttpRequest;i.open("HEAD",f,!1);try{i.send()}catch{}return 200<=i.status&&299>=i.status}function s(f){try{f.dispatchEvent(new MouseEvent("click"))}catch{var i=document.createEvent("MouseEvents");i.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),f.dispatchEvent(i)}}var a=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof a0=="object"&&a0.global===a0?a0:void 0,r=a.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),o=a.saveAs||(typeof window!="object"||window!==a?function(){}:"download"in HTMLAnchorElement.prototype&&!r?function(f,i,m){var u=a.URL||a.webkitURL,d=document.createElement("a");i=i||f.name||"download",d.download=i,d.rel="noopener",typeof f=="string"?(d.href=f,d.origin===location.origin?s(d):l(d.href)?t(f,i,m):s(d,d.target="_blank")):(d.href=u.createObjectURL(f),setTimeout(function(){u.revokeObjectURL(d.href)},4e4),setTimeout(function(){s(d)},0))}:"msSaveOrOpenBlob"in navigator?function(f,i,m){if(i=i||f.name||"download",typeof f!="string")navigator.msSaveOrOpenBlob(e(f,m),i);else if(l(f))t(f,i,m);else{var u=document.createElement("a");u.href=f,u.target="_blank",setTimeout(function(){s(u)})}}:function(f,i,m,u){if(u=u||open("","_blank"),u&&(u.document.title=u.document.body.innerText="downloading..."),typeof f=="string")return t(f,i,m);var d=f.type==="application/octet-stream",p=/constructor/i.test(a.HTMLElement)||a.safari,h=/CriOS\/[\d]+/.test(navigator.userAgent);if((h||d&&p||r)&&typeof FileReader<"u"){var B=new FileReader;B.onloadend=function(){var L=B.result;L=h?L:L.replace(/^data:[^;]*;/,"data:attachment/file;"),u?u.location.href=L:location=L,u=null},B.readAsDataURL(f)}else{var C=a.URL||a.webkitURL,g=C.createObjectURL(f);u?u.location=g:location.href=g,u=null,setTimeout(function(){C.revokeObjectURL(g)},4e4)}});a.saveAs=o.saveAs=o,A.exports=o})})(cz);/*!
119
+ .`+M6+pL+Oc)},hL=function(A,c){var e=A.ownerDocument;if(e){var t=e.createElement("style");t.textContent=c,A.appendChild(t)}},Vc=function(){function A(){}return A.getOrigin=function(c){var e=A._link;return e?(e.href=c,e.href=e.href,e.protocol+e.hostname+e.port):"about:blank"},A.isSameOrigin=function(c){return A.getOrigin(c)===A._origin},A.setContext=function(c){A._link=c.document.createElement("a"),A._origin=A.getOrigin(c.location.href)},A._origin="about:blank",A}(),gL=function(){function A(c,e){this.context=c,this._options=e,this._cache={}}return A.prototype.addImage=function(c){var e=Promise.resolve();return this.has(c)||(Q6(c)||zL(c))&&(this._cache[c]=this.loadImage(c)).catch(function(){}),e},A.prototype.match=function(c){return this._cache[c]},A.prototype.loadImage=function(c){return p2(this,void 0,void 0,function(){var e,t,l,s,a=this;return i2(this,function(o){switch(o.label){case 0:return e=Vc.isSameOrigin(c),t=!w6(c)&&this._options.useCORS===!0&&a2.SUPPORT_CORS_IMAGES&&!e,l=!w6(c)&&!e&&!Q6(c)&&typeof this._options.proxy=="string"&&a2.SUPPORT_CORS_XHR&&!t,!e&&this._options.allowTaint===!1&&!w6(c)&&!Q6(c)&&!l&&!t?[2]:(s=c,l?[4,this.proxy(s)]:[3,2]);case 1:s=o.sent(),o.label=2;case 2:return this.context.logger.debug("Added image "+c.substring(0,256)),[4,new Promise(function(r,f){var i=new Image;i.onload=function(){return r(i)},i.onerror=f,(ML(s)||t)&&(i.crossOrigin="anonymous"),i.src=s,i.complete===!0&&setTimeout(function(){return r(i)},500),a._options.imageTimeout>0&&setTimeout(function(){return f("Timed out ("+a._options.imageTimeout+"ms) loading image")},a._options.imageTimeout)})];case 3:return[2,o.sent()]}})})},A.prototype.has=function(c){return typeof this._cache[c]<"u"},A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},A.prototype.proxy=function(c){var e=this,t=this._options.proxy;if(!t)throw new Error("No proxy defined");var l=c.substring(0,256);return new Promise(function(s,a){var o=a2.SUPPORT_RESPONSE_TYPE?"blob":"text",r=new XMLHttpRequest;r.onload=function(){if(r.status===200)if(o==="text")s(r.response);else{var m=new FileReader;m.addEventListener("load",function(){return s(m.result)},!1),m.addEventListener("error",function(u){return a(u)},!1),m.readAsDataURL(r.response)}else a("Failed to proxy resource "+l+" with status code "+r.status)},r.onerror=a;var f=t.indexOf("?")>-1?"&":"?";if(r.open("GET",""+t+f+"url="+encodeURIComponent(c)+"&responseType="+o),o!=="text"&&r instanceof XMLHttpRequest&&(r.responseType=o),e._options.imageTimeout){var i=e._options.imageTimeout;r.timeout=i,r.ontimeout=function(){return a("Timed out ("+i+"ms) proxying "+l)}}r.send()})},A}(),CL=/^data:image\/svg\+xml/i,BL=/^data:image\/.*;base64,/i,LL=/^data:image\/.*/i,zL=function(A){return a2.SUPPORT_SVG_DRAWING||!wL(A)},w6=function(A){return LL.test(A)},ML=function(A){return BL.test(A)},Q6=function(A){return A.substr(0,4)==="blob"},wL=function(A){return A.substr(-3).toLowerCase()==="svg"||CL.test(A)},x=function(){function A(c,e){this.type=0,this.x=c,this.y=e}return A.prototype.add=function(c,e){return new A(this.x+c,this.y+e)},A}(),S1=function(A,c,e){return new x(A.x+(c.x-A.x)*e,A.y+(c.y-A.y)*e)},h4=function(){function A(c,e,t,l){this.type=1,this.start=c,this.startControl=e,this.endControl=t,this.end=l}return A.prototype.subdivide=function(c,e){var t=S1(this.start,this.startControl,c),l=S1(this.startControl,this.endControl,c),s=S1(this.endControl,this.end,c),a=S1(t,l,c),o=S1(l,s,c),r=S1(a,o,c);return e?new A(this.start,t,a,r):new A(r,o,s,this.end)},A.prototype.add=function(c,e){return new A(this.start.add(c,e),this.startControl.add(c,e),this.endControl.add(c,e),this.end.add(c,e))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A}(),Q2=function(A){return A.type===1},QL=function(){function A(c){var e=c.styles,t=c.bounds,l=Z1(e.borderTopLeftRadius,t.width,t.height),s=l[0],a=l[1],o=Z1(e.borderTopRightRadius,t.width,t.height),r=o[0],f=o[1],i=Z1(e.borderBottomRightRadius,t.width,t.height),m=i[0],u=i[1],d=Z1(e.borderBottomLeftRadius,t.width,t.height),p=d[0],h=d[1],B=[];B.push((s+r)/t.width),B.push((p+m)/t.width),B.push((a+h)/t.height),B.push((f+u)/t.height);var C=Math.max.apply(Math,B);C>1&&(s/=C,a/=C,r/=C,f/=C,m/=C,u/=C,p/=C,h/=C);var g=t.width-r,L=t.height-u,M=t.width-m,w=t.height-h,z=e.borderTopWidth,b=e.borderRightWidth,v=e.borderBottomWidth,F=e.borderLeftWidth,U=V(e.paddingTop,c.bounds.width),T=V(e.paddingRight,c.bounds.width),O=V(e.paddingBottom,c.bounds.width),E=V(e.paddingLeft,c.bounds.width);this.topLeftBorderDoubleOuterBox=s>0||a>0?W(t.left+F/3,t.top+z/3,s-F/3,a-z/3,D.TOP_LEFT):new x(t.left+F/3,t.top+z/3),this.topRightBorderDoubleOuterBox=s>0||a>0?W(t.left+g,t.top+z/3,r-b/3,f-z/3,D.TOP_RIGHT):new x(t.left+t.width-b/3,t.top+z/3),this.bottomRightBorderDoubleOuterBox=m>0||u>0?W(t.left+M,t.top+L,m-b/3,u-v/3,D.BOTTOM_RIGHT):new x(t.left+t.width-b/3,t.top+t.height-v/3),this.bottomLeftBorderDoubleOuterBox=p>0||h>0?W(t.left+F/3,t.top+w,p-F/3,h-v/3,D.BOTTOM_LEFT):new x(t.left+F/3,t.top+t.height-v/3),this.topLeftBorderDoubleInnerBox=s>0||a>0?W(t.left+F*2/3,t.top+z*2/3,s-F*2/3,a-z*2/3,D.TOP_LEFT):new x(t.left+F*2/3,t.top+z*2/3),this.topRightBorderDoubleInnerBox=s>0||a>0?W(t.left+g,t.top+z*2/3,r-b*2/3,f-z*2/3,D.TOP_RIGHT):new x(t.left+t.width-b*2/3,t.top+z*2/3),this.bottomRightBorderDoubleInnerBox=m>0||u>0?W(t.left+M,t.top+L,m-b*2/3,u-v*2/3,D.BOTTOM_RIGHT):new x(t.left+t.width-b*2/3,t.top+t.height-v*2/3),this.bottomLeftBorderDoubleInnerBox=p>0||h>0?W(t.left+F*2/3,t.top+w,p-F*2/3,h-v*2/3,D.BOTTOM_LEFT):new x(t.left+F*2/3,t.top+t.height-v*2/3),this.topLeftBorderStroke=s>0||a>0?W(t.left+F/2,t.top+z/2,s-F/2,a-z/2,D.TOP_LEFT):new x(t.left+F/2,t.top+z/2),this.topRightBorderStroke=s>0||a>0?W(t.left+g,t.top+z/2,r-b/2,f-z/2,D.TOP_RIGHT):new x(t.left+t.width-b/2,t.top+z/2),this.bottomRightBorderStroke=m>0||u>0?W(t.left+M,t.top+L,m-b/2,u-v/2,D.BOTTOM_RIGHT):new x(t.left+t.width-b/2,t.top+t.height-v/2),this.bottomLeftBorderStroke=p>0||h>0?W(t.left+F/2,t.top+w,p-F/2,h-v/2,D.BOTTOM_LEFT):new x(t.left+F/2,t.top+t.height-v/2),this.topLeftBorderBox=s>0||a>0?W(t.left,t.top,s,a,D.TOP_LEFT):new x(t.left,t.top),this.topRightBorderBox=r>0||f>0?W(t.left+g,t.top,r,f,D.TOP_RIGHT):new x(t.left+t.width,t.top),this.bottomRightBorderBox=m>0||u>0?W(t.left+M,t.top+L,m,u,D.BOTTOM_RIGHT):new x(t.left+t.width,t.top+t.height),this.bottomLeftBorderBox=p>0||h>0?W(t.left,t.top+w,p,h,D.BOTTOM_LEFT):new x(t.left,t.top+t.height),this.topLeftPaddingBox=s>0||a>0?W(t.left+F,t.top+z,Math.max(0,s-F),Math.max(0,a-z),D.TOP_LEFT):new x(t.left+F,t.top+z),this.topRightPaddingBox=r>0||f>0?W(t.left+Math.min(g,t.width-b),t.top+z,g>t.width+b?0:Math.max(0,r-b),Math.max(0,f-z),D.TOP_RIGHT):new x(t.left+t.width-b,t.top+z),this.bottomRightPaddingBox=m>0||u>0?W(t.left+Math.min(M,t.width-F),t.top+Math.min(L,t.height-v),Math.max(0,m-b),Math.max(0,u-v),D.BOTTOM_RIGHT):new x(t.left+t.width-b,t.top+t.height-v),this.bottomLeftPaddingBox=p>0||h>0?W(t.left+F,t.top+Math.min(w,t.height-v),Math.max(0,p-F),Math.max(0,h-v),D.BOTTOM_LEFT):new x(t.left+F,t.top+t.height-v),this.topLeftContentBox=s>0||a>0?W(t.left+F+E,t.top+z+U,Math.max(0,s-(F+E)),Math.max(0,a-(z+U)),D.TOP_LEFT):new x(t.left+F+E,t.top+z+U),this.topRightContentBox=r>0||f>0?W(t.left+Math.min(g,t.width+F+E),t.top+z+U,g>t.width+F+E?0:r-F+E,f-(z+U),D.TOP_RIGHT):new x(t.left+t.width-(b+T),t.top+z+U),this.bottomRightContentBox=m>0||u>0?W(t.left+Math.min(M,t.width-(F+E)),t.top+Math.min(L,t.height+z+U),Math.max(0,m-(b+T)),u-(v+O),D.BOTTOM_RIGHT):new x(t.left+t.width-(b+T),t.top+t.height-(v+O)),this.bottomLeftContentBox=p>0||h>0?W(t.left+F+E,t.top+w,Math.max(0,p-(F+E)),h-(v+O),D.BOTTOM_LEFT):new x(t.left+F+E,t.top+t.height-(v+O))}return A}(),D;(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"})(D||(D={}));var W=function(A,c,e,t,l){var s=4*((Math.sqrt(2)-1)/3),a=e*s,o=t*s,r=A+e,f=c+t;switch(l){case D.TOP_LEFT:return new h4(new x(A,f),new x(A,f-o),new x(r-a,c),new x(r,c));case D.TOP_RIGHT:return new h4(new x(A,c),new x(A+a,c),new x(r,f-o),new x(r,f));case D.BOTTOM_RIGHT:return new h4(new x(r,c),new x(r,c+o),new x(A+a,f),new x(A,f));case D.BOTTOM_LEFT:default:return new h4(new x(r,f),new x(r-a,f),new x(A,c+o),new x(A,c))}},g4=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},xL=function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]},C4=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},FL=function(){function A(c,e,t){this.offsetX=c,this.offsetY=e,this.matrix=t,this.type=0,this.target=6}return A}(),B4=function(){function A(c,e){this.path=c,this.target=e,this.type=1}return A}(),yL=function(){function A(c){this.opacity=c,this.type=2,this.target=6}return A}(),bL=function(A){return A.type===0},Rc=function(A){return A.type===1},UL=function(A){return A.type===2},Pc=function(A,c){return A.length===c.length?A.some(function(e,t){return e===c[t]}):!1},vL=function(A,c,e,t,l){return A.map(function(s,a){switch(a){case 0:return s.add(c,e);case 1:return s.add(c+t,e);case 2:return s.add(c+t,e+l);case 3:return s.add(c,e+l)}return s})},Gc=function(){function A(c){this.element=c,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return A}(),Wc=function(){function A(c,e){if(this.container=c,this.parent=e,this.effects=[],this.curves=new QL(this.container),this.container.styles.opacity<1&&this.effects.push(new yL(this.container.styles.opacity)),this.container.styles.transform!==null){var t=this.container.bounds.left+this.container.styles.transformOrigin[0].number,l=this.container.bounds.top+this.container.styles.transformOrigin[1].number,s=this.container.styles.transform;this.effects.push(new FL(t,l,s))}if(this.container.styles.overflowX!==0){var a=g4(this.curves),o=C4(this.curves);Pc(a,o)?this.effects.push(new B4(a,6)):(this.effects.push(new B4(a,2)),this.effects.push(new B4(o,4)))}}return A.prototype.getEffects=function(c){for(var e=[2,3].indexOf(this.container.styles.position)===-1,t=this.parent,l=this.effects.slice(0);t;){var s=t.effects.filter(function(r){return!Rc(r)});if(e||t.container.styles.position!==0||!t.parent){if(l.unshift.apply(l,s),e=[2,3].indexOf(t.container.styles.position)===-1,t.container.styles.overflowX!==0){var a=g4(t.curves),o=C4(t.curves);Pc(a,o)||l.unshift(new B4(o,6))}}else l.unshift.apply(l,s);t=t.parent}return l.filter(function(r){return e2(r.target,c)})},A}(),x6=function(A,c,e,t){A.container.elements.forEach(function(l){var s=e2(l.flags,4),a=e2(l.flags,2),o=new Wc(l,A);e2(l.styles.display,2048)&&t.push(o);var r=e2(l.flags,8)?[]:t;if(s||a){var f=s||l.styles.isPositioned()?e:c,i=new Gc(o);if(l.styles.isPositioned()||l.styles.opacity<1||l.styles.isTransformed()){var m=l.styles.zIndex.order;if(m<0){var u=0;f.negativeZIndex.some(function(p,h){return m>p.element.container.styles.zIndex.order?(u=h,!1):u>0}),f.negativeZIndex.splice(u,0,i)}else if(m>0){var d=0;f.positiveZIndex.some(function(p,h){return m>=p.element.container.styles.zIndex.order?(d=h+1,!1):d>0}),f.positiveZIndex.splice(d,0,i)}else f.zeroOrAutoZIndexOrTransformedOrOpacity.push(i)}else l.styles.isFloating()?f.nonPositionedFloats.push(i):f.nonPositionedInlineLevel.push(i);x6(o,i,s?i:e,r)}else l.styles.isInlineLevel()?c.inlineLevel.push(o):c.nonInlineLevel.push(o),x6(o,c,e,r);e2(l.flags,8)&&Xc(l,r)})},Xc=function(A,c){for(var e=A instanceof p6?A.start:1,t=A instanceof p6?A.reversed:!1,l=0;l<c.length;l++){var s=c[l];s.container instanceof Cc&&typeof s.container.value=="number"&&s.container.value!==0&&(e=s.container.value),s.listValue=s0(e,s.container.styles.listStyleType,!0),e+=t?-1:1}},SL=function(A){var c=new Wc(A,null),e=new Gc(c),t=[];return x6(c,e,e,t),Xc(c.container,t),e},qc=function(A,c){switch(c){case 0:return x2(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return x2(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return x2(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);case 3:default:return x2(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},NL=function(A,c){switch(c){case 0:return x2(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return x2(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return x2(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);case 3:default:return x2(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}},EL=function(A,c){switch(c){case 0:return x2(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return x2(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return x2(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);case 3:default:return x2(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}},kL=function(A,c){switch(c){case 0:return L4(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return L4(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return L4(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);case 3:default:return L4(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}},L4=function(A,c){var e=[];return Q2(A)?e.push(A.subdivide(.5,!1)):e.push(A),Q2(c)?e.push(c.subdivide(.5,!0)):e.push(c),e},x2=function(A,c,e,t){var l=[];return Q2(A)?l.push(A.subdivide(.5,!1)):l.push(A),Q2(e)?l.push(e.subdivide(.5,!0)):l.push(e),Q2(t)?l.push(t.subdivide(.5,!0).reverse()):l.push(t),Q2(c)?l.push(c.subdivide(.5,!1).reverse()):l.push(c),l},Yc=function(A){var c=A.bounds,e=A.styles;return c.add(e.borderLeftWidth,e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth),-(e.borderTopWidth+e.borderBottomWidth))},z4=function(A){var c=A.styles,e=A.bounds,t=V(c.paddingLeft,e.width),l=V(c.paddingRight,e.width),s=V(c.paddingTop,e.width),a=V(c.paddingBottom,e.width);return e.add(t+c.borderLeftWidth,s+c.borderTopWidth,-(c.borderRightWidth+c.borderLeftWidth+t+l),-(c.borderTopWidth+c.borderBottomWidth+s+a))},HL=function(A,c){return A===0?c.bounds:A===2?z4(c):Yc(c)},IL=function(A,c){return A===0?c.bounds:A===2?z4(c):Yc(c)},F6=function(A,c,e){var t=HL(E1(A.styles.backgroundOrigin,c),A),l=IL(E1(A.styles.backgroundClip,c),A),s=TL(E1(A.styles.backgroundSize,c),e,t),a=s[0],o=s[1],r=Z1(E1(A.styles.backgroundPosition,c),t.width-a,t.height-o),f=DL(E1(A.styles.backgroundRepeat,c),r,s,t,l),i=Math.round(t.left+r[0]),m=Math.round(t.top+r[1]);return[f,i,m,a,o]},N1=function(A){return K(A)&&A.value===y1.AUTO},M4=function(A){return typeof A=="number"},TL=function(A,c,e){var t=c[0],l=c[1],s=c[2],a=A[0],o=A[1];if(!a)return[0,0];if(Z(a)&&o&&Z(o))return[V(a,e.width),V(o,e.height)];var r=M4(s);if(K(a)&&(a.value===y1.CONTAIN||a.value===y1.COVER)){if(M4(s)){var f=e.width/e.height;return f<s!=(a.value===y1.COVER)?[e.width,e.width/s]:[e.height*s,e.height]}return[e.width,e.height]}var i=M4(t),m=M4(l),u=i||m;if(N1(a)&&(!o||N1(o))){if(i&&m)return[t,l];if(!r&&!u)return[e.width,e.height];if(u&&r){var d=i?t:l*s,p=m?l:t/s;return[d,p]}var h=i?t:e.width,B=m?l:e.height;return[h,B]}if(r){var C=0,g=0;return Z(a)?C=V(a,e.width):Z(o)&&(g=V(o,e.height)),N1(a)?C=g*s:(!o||N1(o))&&(g=C/s),[C,g]}var L=null,M=null;if(Z(a)?L=V(a,e.width):o&&Z(o)&&(M=V(o,e.height)),L!==null&&(!o||N1(o))&&(M=i&&m?L/t*l:e.height),M!==null&&N1(a)&&(L=i&&m?M/l*t:e.width),L!==null&&M!==null)return[L,M];throw new Error("Unable to calculate background-size for element")},E1=function(A,c){var e=A[c];return typeof e>"u"?A[0]:e},DL=function(A,c,e,t,l){var s=c[0],a=c[1],o=e[0],r=e[1];switch(A){case 2:return[new x(Math.round(t.left),Math.round(t.top+a)),new x(Math.round(t.left+t.width),Math.round(t.top+a)),new x(Math.round(t.left+t.width),Math.round(r+t.top+a)),new x(Math.round(t.left),Math.round(r+t.top+a))];case 3:return[new x(Math.round(t.left+s),Math.round(t.top)),new x(Math.round(t.left+s+o),Math.round(t.top)),new x(Math.round(t.left+s+o),Math.round(t.height+t.top)),new x(Math.round(t.left+s),Math.round(t.height+t.top))];case 1:return[new x(Math.round(t.left+s),Math.round(t.top+a)),new x(Math.round(t.left+s+o),Math.round(t.top+a)),new x(Math.round(t.left+s+o),Math.round(t.top+a+r)),new x(Math.round(t.left+s),Math.round(t.top+a+r))];default:return[new x(Math.round(l.left),Math.round(l.top)),new x(Math.round(l.left+l.width),Math.round(l.top)),new x(Math.round(l.left+l.width),Math.round(l.height+l.top)),new x(Math.round(l.left),Math.round(l.height+l.top))]}},_L="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",Jc="Hidden Text",KL=function(){function A(c){this._data={},this._document=c}return A.prototype.parseMetrics=function(c,e){var t=this._document.createElement("div"),l=this._document.createElement("img"),s=this._document.createElement("span"),a=this._document.body;t.style.visibility="hidden",t.style.fontFamily=c,t.style.fontSize=e,t.style.margin="0",t.style.padding="0",t.style.whiteSpace="nowrap",a.appendChild(t),l.src=_L,l.width=1,l.height=1,l.style.margin="0",l.style.padding="0",l.style.verticalAlign="baseline",s.style.fontFamily=c,s.style.fontSize=e,s.style.margin="0",s.style.padding="0",s.appendChild(this._document.createTextNode(Jc)),t.appendChild(s),t.appendChild(l);var o=l.offsetTop-s.offsetTop+2;t.removeChild(s),t.appendChild(this._document.createTextNode(Jc)),t.style.lineHeight="normal",l.style.verticalAlign="super";var r=l.offsetTop-t.offsetTop+2;return a.removeChild(t),{baseline:o,middle:r}},A.prototype.getMetrics=function(c,e){var t=c+" "+e;return typeof this._data[t]>"u"&&(this._data[t]=this.parseMetrics(c,e)),this._data[t]},A}(),jc=function(){function A(c,e){this.context=c,this.options=e}return A}(),OL=1e4,VL=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l._activeEffects=[],l.canvas=t.canvas?t.canvas:document.createElement("canvas"),l.ctx=l.canvas.getContext("2d"),t.canvas||(l.canvas.width=Math.floor(t.width*t.scale),l.canvas.height=Math.floor(t.height*t.scale),l.canvas.style.width=t.width+"px",l.canvas.style.height=t.height+"px"),l.fontMetrics=new KL(document),l.ctx.scale(l.options.scale,l.options.scale),l.ctx.translate(-t.x,-t.y),l.ctx.textBaseline="bottom",l._activeEffects=[],l.context.logger.debug("Canvas renderer initialized ("+t.width+"x"+t.height+") with scale "+t.scale),l}return c.prototype.applyEffects=function(e){for(var t=this;this._activeEffects.length;)this.popEffect();e.forEach(function(l){return t.applyEffect(l)})},c.prototype.applyEffect=function(e){this.ctx.save(),UL(e)&&(this.ctx.globalAlpha=e.opacity),bL(e)&&(this.ctx.translate(e.offsetX,e.offsetY),this.ctx.transform(e.matrix[0],e.matrix[1],e.matrix[2],e.matrix[3],e.matrix[4],e.matrix[5]),this.ctx.translate(-e.offsetX,-e.offsetY)),Rc(e)&&(this.path(e.path),this.ctx.clip()),this._activeEffects.push(e)},c.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},c.prototype.renderStack=function(e){return p2(this,void 0,void 0,function(){var t;return i2(this,function(l){switch(l.label){case 0:return t=e.element.container.styles,t.isVisible()?[4,this.renderStackContent(e)]:[3,2];case 1:l.sent(),l.label=2;case 2:return[2]}})})},c.prototype.renderNode=function(e){return p2(this,void 0,void 0,function(){return i2(this,function(t){switch(t.label){case 0:if(e2(e.container.flags,16))debugger;return e.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(e)]:[3,3];case 1:return t.sent(),[4,this.renderNodeContent(e)];case 2:t.sent(),t.label=3;case 3:return[2]}})})},c.prototype.renderTextWithLetterSpacing=function(e,t,l){var s=this;if(t===0)this.ctx.fillText(e.text,e.bounds.left,e.bounds.top+l);else{var a=u6(e.text);a.reduce(function(o,r){return s.ctx.fillText(r,o,e.bounds.top+l),o+s.ctx.measureText(r).width},e.bounds.left)}},c.prototype.createFontStyle=function(e){var t=e.fontVariant.filter(function(a){return a==="normal"||a==="small-caps"}).join(""),l=XL(e.fontFamily).join(", "),s=$1(e.fontSize)?""+e.fontSize.number+e.fontSize.unit:e.fontSize.number+"px";return[[e.fontStyle,t,e.fontWeight,s,l].join(" "),l,s]},c.prototype.renderTextNode=function(e,t){return p2(this,void 0,void 0,function(){var l,s,a,o,r,f,i,m,u=this;return i2(this,function(d){return l=this.createFontStyle(t),s=l[0],a=l[1],o=l[2],this.ctx.font=s,this.ctx.direction=t.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",r=this.fontMetrics.getMetrics(a,o),f=r.baseline,i=r.middle,m=t.paintOrder,e.textBounds.forEach(function(p){m.forEach(function(h){switch(h){case 0:u.ctx.fillStyle=s2(t.color),u.renderTextWithLetterSpacing(p,t.letterSpacing,f);var B=t.textShadow;B.length&&p.text.trim().length&&(B.slice(0).reverse().forEach(function(C){u.ctx.shadowColor=s2(C.color),u.ctx.shadowOffsetX=C.offsetX.number*u.options.scale,u.ctx.shadowOffsetY=C.offsetY.number*u.options.scale,u.ctx.shadowBlur=C.blur.number,u.renderTextWithLetterSpacing(p,t.letterSpacing,f)}),u.ctx.shadowColor="",u.ctx.shadowOffsetX=0,u.ctx.shadowOffsetY=0,u.ctx.shadowBlur=0),t.textDecorationLine.length&&(u.ctx.fillStyle=s2(t.textDecorationColor||t.color),t.textDecorationLine.forEach(function(C){switch(C){case 1:u.ctx.fillRect(p.bounds.left,Math.round(p.bounds.top+f),p.bounds.width,1);break;case 2:u.ctx.fillRect(p.bounds.left,Math.round(p.bounds.top),p.bounds.width,1);break;case 3:u.ctx.fillRect(p.bounds.left,Math.ceil(p.bounds.top+i),p.bounds.width,1);break}}));break;case 1:t.webkitTextStrokeWidth&&p.text.trim().length&&(u.ctx.strokeStyle=s2(t.webkitTextStrokeColor),u.ctx.lineWidth=t.webkitTextStrokeWidth,u.ctx.lineJoin=window.chrome?"miter":"round",u.ctx.strokeText(p.text,p.bounds.left,p.bounds.top+f)),u.ctx.strokeStyle="",u.ctx.lineWidth=0,u.ctx.lineJoin="miter";break}})}),[2]})})},c.prototype.renderReplacedElement=function(e,t,l){if(l&&e.intrinsicWidth>0&&e.intrinsicHeight>0){var s=z4(e),a=C4(t);this.path(a),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(l,0,0,e.intrinsicWidth,e.intrinsicHeight,s.left,s.top,s.width,s.height),this.ctx.restore()}},c.prototype.renderNodeContent=function(e){return p2(this,void 0,void 0,function(){var t,l,s,a,o,r,g,g,f,i,m,u,M,d,p,w,h,B,C,g,L,M,w;return i2(this,function(z){switch(z.label){case 0:this.applyEffects(e.getEffects(4)),t=e.container,l=e.curves,s=t.styles,a=0,o=t.textNodes,z.label=1;case 1:return a<o.length?(r=o[a],[4,this.renderTextNode(r,s)]):[3,4];case 2:z.sent(),z.label=3;case 3:return a++,[3,1];case 4:if(!(t instanceof dc))return[3,8];z.label=5;case 5:return z.trys.push([5,7,,8]),[4,this.context.cache.match(t.src)];case 6:return g=z.sent(),this.renderReplacedElement(t,l,g),[3,8];case 7:return z.sent(),this.context.logger.error("Error loading image "+t.src),[3,8];case 8:if(t instanceof hc&&this.renderReplacedElement(t,l,t.canvas),!(t instanceof gc))return[3,12];z.label=9;case 9:return z.trys.push([9,11,,12]),[4,this.context.cache.match(t.svg)];case 10:return g=z.sent(),this.renderReplacedElement(t,l,g),[3,12];case 11:return z.sent(),this.context.logger.error("Error loading svg "+t.svg.substring(0,255)),[3,12];case 12:return t instanceof Mc&&t.tree?(f=new c(this.context,{scale:this.options.scale,backgroundColor:t.backgroundColor,x:0,y:0,width:t.width,height:t.height}),[4,f.render(t.tree)]):[3,14];case 13:i=z.sent(),t.width&&t.height&&this.ctx.drawImage(i,0,0,t.width,t.height,t.bounds.left,t.bounds.top,t.bounds.width,t.bounds.height),z.label=14;case 14:if(t instanceof d6&&(m=Math.min(t.bounds.width,t.bounds.height),t.type===i4?t.checked&&(this.ctx.save(),this.path([new x(t.bounds.left+m*.39363,t.bounds.top+m*.79),new x(t.bounds.left+m*.16,t.bounds.top+m*.5549),new x(t.bounds.left+m*.27347,t.bounds.top+m*.44071),new x(t.bounds.left+m*.39694,t.bounds.top+m*.5649),new x(t.bounds.left+m*.72983,t.bounds.top+m*.23),new x(t.bounds.left+m*.84,t.bounds.top+m*.34085),new x(t.bounds.left+m*.39363,t.bounds.top+m*.79)]),this.ctx.fillStyle=s2(Bc),this.ctx.fill(),this.ctx.restore()):t.type===f4&&t.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(t.bounds.left+m/2,t.bounds.top+m/2,m/4,0,Math.PI*2,!0),this.ctx.fillStyle=s2(Bc),this.ctx.fill(),this.ctx.restore())),RL(t)&&t.value.length){switch(u=this.createFontStyle(s),M=u[0],d=u[1],p=this.fontMetrics.getMetrics(M,d).baseline,this.ctx.font=M,this.ctx.fillStyle=s2(s.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=GL(t.styles.textAlign),w=z4(t),h=0,t.styles.textAlign){case 1:h+=w.width/2;break;case 2:h+=w.width;break}B=w.add(h,0,0,-w.height/2+1),this.ctx.save(),this.path([new x(w.left,w.top),new x(w.left+w.width,w.top),new x(w.left+w.width,w.top+w.height),new x(w.left,w.top+w.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new t0(t.value,B),s.letterSpacing,p),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!e2(t.styles.display,2048))return[3,20];if(t.styles.listStyleImage===null)return[3,19];if(C=t.styles.listStyleImage,C.type!==0)return[3,18];g=void 0,L=C.url,z.label=15;case 15:return z.trys.push([15,17,,18]),[4,this.context.cache.match(L)];case 16:return g=z.sent(),this.ctx.drawImage(g,t.bounds.left-(g.width+10),t.bounds.top),[3,18];case 17:return z.sent(),this.context.logger.error("Error loading list-style-image "+L),[3,18];case 18:return[3,20];case 19:e.listValue&&t.styles.listStyleType!==-1&&(M=this.createFontStyle(s)[0],this.ctx.font=M,this.ctx.fillStyle=s2(s.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",w=new _2(t.bounds.left,t.bounds.top+V(t.styles.paddingTop,t.bounds.width),t.bounds.width,J5(s.lineHeight,s.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new t0(e.listValue,w),s.letterSpacing,J5(s.lineHeight,s.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),z.label=20;case 20:return[2]}})})},c.prototype.renderStackContent=function(e){return p2(this,void 0,void 0,function(){var t,l,C,s,a,C,o,r,C,f,i,C,m,u,C,d,p,C,h,B,C;return i2(this,function(g){switch(g.label){case 0:if(e2(e.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(e.element)];case 1:g.sent(),t=0,l=e.negativeZIndex,g.label=2;case 2:return t<l.length?(C=l[t],[4,this.renderStack(C)]):[3,5];case 3:g.sent(),g.label=4;case 4:return t++,[3,2];case 5:return[4,this.renderNodeContent(e.element)];case 6:g.sent(),s=0,a=e.nonInlineLevel,g.label=7;case 7:return s<a.length?(C=a[s],[4,this.renderNode(C)]):[3,10];case 8:g.sent(),g.label=9;case 9:return s++,[3,7];case 10:o=0,r=e.nonPositionedFloats,g.label=11;case 11:return o<r.length?(C=r[o],[4,this.renderStack(C)]):[3,14];case 12:g.sent(),g.label=13;case 13:return o++,[3,11];case 14:f=0,i=e.nonPositionedInlineLevel,g.label=15;case 15:return f<i.length?(C=i[f],[4,this.renderStack(C)]):[3,18];case 16:g.sent(),g.label=17;case 17:return f++,[3,15];case 18:m=0,u=e.inlineLevel,g.label=19;case 19:return m<u.length?(C=u[m],[4,this.renderNode(C)]):[3,22];case 20:g.sent(),g.label=21;case 21:return m++,[3,19];case 22:d=0,p=e.zeroOrAutoZIndexOrTransformedOrOpacity,g.label=23;case 23:return d<p.length?(C=p[d],[4,this.renderStack(C)]):[3,26];case 24:g.sent(),g.label=25;case 25:return d++,[3,23];case 26:h=0,B=e.positiveZIndex,g.label=27;case 27:return h<B.length?(C=B[h],[4,this.renderStack(C)]):[3,30];case 28:g.sent(),g.label=29;case 29:return h++,[3,27];case 30:return[2]}})})},c.prototype.mask=function(e){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(e.slice(0).reverse()),this.ctx.closePath()},c.prototype.path=function(e){this.ctx.beginPath(),this.formatPath(e),this.ctx.closePath()},c.prototype.formatPath=function(e){var t=this;e.forEach(function(l,s){var a=Q2(l)?l.start:l;s===0?t.ctx.moveTo(a.x,a.y):t.ctx.lineTo(a.x,a.y),Q2(l)&&t.ctx.bezierCurveTo(l.startControl.x,l.startControl.y,l.endControl.x,l.endControl.y,l.end.x,l.end.y)})},c.prototype.renderRepeat=function(e,t,l,s){this.path(e),this.ctx.fillStyle=t,this.ctx.translate(l,s),this.ctx.fill(),this.ctx.translate(-l,-s)},c.prototype.resizeImage=function(e,t,l){var s;if(e.width===t&&e.height===l)return e;var a=(s=this.canvas.ownerDocument)!==null&&s!==void 0?s:document,o=a.createElement("canvas");o.width=Math.max(1,t),o.height=Math.max(1,l);var r=o.getContext("2d");return r.drawImage(e,0,0,e.width,e.height,0,0,t,l),o},c.prototype.renderBackgroundImage=function(e){return p2(this,void 0,void 0,function(){var t,l,s,a,o,r;return i2(this,function(f){switch(f.label){case 0:t=e.styles.backgroundImage.length-1,l=function(i){var m,u,d,U,A2,H,E,_,v,p,U,A2,H,E,_,h,B,C,g,L,M,w,z,b,v,F,U,T,O,E,_,r2,A2,H,J,k,R,t2,B2,l2,L2,d2;return i2(this,function(a1){switch(a1.label){case 0:if(i.type!==0)return[3,5];m=void 0,u=i.url,a1.label=1;case 1:return a1.trys.push([1,3,,4]),[4,s.context.cache.match(u)];case 2:return m=a1.sent(),[3,4];case 3:return a1.sent(),s.context.logger.error("Error loading background-image "+u),[3,4];case 4:return m&&(d=F6(e,t,[m.width,m.height,m.width/m.height]),U=d[0],A2=d[1],H=d[2],E=d[3],_=d[4],v=s.ctx.createPattern(s.resizeImage(m,E,_),"repeat"),s.renderRepeat(U,v,A2,H)),[3,6];case 5:bg(i)?(p=F6(e,t,[null,null,null]),U=p[0],A2=p[1],H=p[2],E=p[3],_=p[4],h=wg(i.angle,E,_),B=h[0],C=h[1],g=h[2],L=h[3],M=h[4],w=document.createElement("canvas"),w.width=E,w.height=_,z=w.getContext("2d"),b=z.createLinearGradient(C,L,g,M),_5(i.stops,B).forEach(function(z0){return b.addColorStop(z0.stop,s2(z0.color))}),z.fillStyle=b,z.fillRect(0,0,E,_),E>0&&_>0&&(v=s.ctx.createPattern(w,"repeat"),s.renderRepeat(U,v,A2,H))):Ug(i)&&(F=F6(e,t,[null,null,null]),U=F[0],T=F[1],O=F[2],E=F[3],_=F[4],r2=i.position.length===0?[$3]:i.position,A2=V(r2[0],E),H=V(r2[r2.length-1],_),J=Qg(i,A2,H,E,_),k=J[0],R=J[1],k>0&&R>0&&(t2=s.ctx.createRadialGradient(T+A2,O+H,0,T+A2,O+H,k),_5(i.stops,k*2).forEach(function(z0){return t2.addColorStop(z0.stop,s2(z0.color))}),s.path(U),s.ctx.fillStyle=t2,k!==R?(B2=e.bounds.left+.5*e.bounds.width,l2=e.bounds.top+.5*e.bounds.height,L2=R/k,d2=1/L2,s.ctx.save(),s.ctx.translate(B2,l2),s.ctx.transform(1,0,0,L2,0,0),s.ctx.translate(-B2,-l2),s.ctx.fillRect(T,d2*(O-l2)+l2,E,_*d2),s.ctx.restore()):s.ctx.fill())),a1.label=6;case 6:return t--,[2]}})},s=this,a=0,o=e.styles.backgroundImage.slice(0).reverse(),f.label=1;case 1:return a<o.length?(r=o[a],[5,l(r)]):[3,4];case 2:f.sent(),f.label=3;case 3:return a++,[3,1];case 4:return[2]}})})},c.prototype.renderSolidBorder=function(e,t,l){return p2(this,void 0,void 0,function(){return i2(this,function(s){return this.path(qc(l,t)),this.ctx.fillStyle=s2(e),this.ctx.fill(),[2]})})},c.prototype.renderDoubleBorder=function(e,t,l,s){return p2(this,void 0,void 0,function(){var a,o;return i2(this,function(r){switch(r.label){case 0:return t<3?[4,this.renderSolidBorder(e,l,s)]:[3,2];case 1:return r.sent(),[2];case 2:return a=NL(s,l),this.path(a),this.ctx.fillStyle=s2(e),this.ctx.fill(),o=EL(s,l),this.path(o),this.ctx.fill(),[2]}})})},c.prototype.renderNodeBackgroundAndBorders=function(e){return p2(this,void 0,void 0,function(){var t,l,s,a,o,r,f,i,m=this;return i2(this,function(u){switch(u.label){case 0:return this.applyEffects(e.getEffects(2)),t=e.container.styles,l=!Z2(t.backgroundColor)||t.backgroundImage.length,s=[{style:t.borderTopStyle,color:t.borderTopColor,width:t.borderTopWidth},{style:t.borderRightStyle,color:t.borderRightColor,width:t.borderRightWidth},{style:t.borderBottomStyle,color:t.borderBottomColor,width:t.borderBottomWidth},{style:t.borderLeftStyle,color:t.borderLeftColor,width:t.borderLeftWidth}],a=PL(E1(t.backgroundClip,0),e.curves),l||t.boxShadow.length?(this.ctx.save(),this.path(a),this.ctx.clip(),Z2(t.backgroundColor)||(this.ctx.fillStyle=s2(t.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(e.container)]):[3,2];case 1:u.sent(),this.ctx.restore(),t.boxShadow.slice(0).reverse().forEach(function(d){m.ctx.save();var p=g4(e.curves),h=d.inset?0:OL,B=vL(p,-h+(d.inset?1:-1)*d.spread.number,(d.inset?1:-1)*d.spread.number,d.spread.number*(d.inset?-2:2),d.spread.number*(d.inset?-2:2));d.inset?(m.path(p),m.ctx.clip(),m.mask(B)):(m.mask(p),m.ctx.clip(),m.path(B)),m.ctx.shadowOffsetX=d.offsetX.number+h,m.ctx.shadowOffsetY=d.offsetY.number,m.ctx.shadowColor=s2(d.color),m.ctx.shadowBlur=d.blur.number,m.ctx.fillStyle=d.inset?s2(d.color):"rgba(0,0,0,1)",m.ctx.fill(),m.ctx.restore()}),u.label=2;case 2:o=0,r=0,f=s,u.label=3;case 3:return r<f.length?(i=f[r],i.style!==0&&!Z2(i.color)&&i.width>0?i.style!==2?[3,5]:[4,this.renderDashedDottedBorder(i.color,i.width,o,e.curves,2)]:[3,11]):[3,13];case 4:return u.sent(),[3,11];case 5:return i.style!==3?[3,7]:[4,this.renderDashedDottedBorder(i.color,i.width,o,e.curves,3)];case 6:return u.sent(),[3,11];case 7:return i.style!==4?[3,9]:[4,this.renderDoubleBorder(i.color,i.width,o,e.curves)];case 8:return u.sent(),[3,11];case 9:return[4,this.renderSolidBorder(i.color,o,e.curves)];case 10:u.sent(),u.label=11;case 11:o++,u.label=12;case 12:return r++,[3,3];case 13:return[2]}})})},c.prototype.renderDashedDottedBorder=function(e,t,l,s,a){return p2(this,void 0,void 0,function(){var o,r,f,i,m,u,d,p,h,B,C,g,L,M,w,z,w,z;return i2(this,function(b){return this.ctx.save(),o=kL(s,l),r=qc(s,l),a===2&&(this.path(r),this.ctx.clip()),Q2(r[0])?(f=r[0].start.x,i=r[0].start.y):(f=r[0].x,i=r[0].y),Q2(r[1])?(m=r[1].end.x,u=r[1].end.y):(m=r[1].x,u=r[1].y),l===0||l===2?d=Math.abs(f-m):d=Math.abs(i-u),this.ctx.beginPath(),a===3?this.formatPath(o):this.formatPath(r.slice(0,2)),p=t<3?t*3:t*2,h=t<3?t*2:t,a===3&&(p=t,h=t),B=!0,d<=p*2?B=!1:d<=p*2+h?(C=d/(2*p+h),p*=C,h*=C):(g=Math.floor((d+h)/(p+h)),L=(d-g*p)/(g-1),M=(d-(g+1)*p)/g,h=M<=0||Math.abs(h-L)<Math.abs(h-M)?L:M),B&&(a===3?this.ctx.setLineDash([0,p+h]):this.ctx.setLineDash([p,h])),a===3?(this.ctx.lineCap="round",this.ctx.lineWidth=t):this.ctx.lineWidth=t*2+1.1,this.ctx.strokeStyle=s2(e),this.ctx.stroke(),this.ctx.setLineDash([]),a===2&&(Q2(r[0])&&(w=r[3],z=r[0],this.ctx.beginPath(),this.formatPath([new x(w.end.x,w.end.y),new x(z.start.x,z.start.y)]),this.ctx.stroke()),Q2(r[1])&&(w=r[1],z=r[2],this.ctx.beginPath(),this.formatPath([new x(w.end.x,w.end.y),new x(z.start.x,z.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},c.prototype.render=function(e){return p2(this,void 0,void 0,function(){var t;return i2(this,function(l){switch(l.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=s2(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),t=SL(e),[4,this.renderStack(t)];case 1:return l.sent(),this.applyEffects([]),[2,this.canvas]}})})},c}(jc),RL=function(A){return A instanceof zc||A instanceof Lc?!0:A instanceof d6&&A.type!==f4&&A.type!==i4},PL=function(A,c){switch(A){case 0:return g4(c);case 2:return xL(c);case 1:default:return C4(c)}},GL=function(A){switch(A){case 1:return"center";case 2:return"right";case 0:default:return"left"}},WL=["-apple-system","system-ui"],XL=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter(function(c){return WL.indexOf(c)===-1}):A},qL=function(A){y2(c,A);function c(e,t){var l=A.call(this,e,t)||this;return l.canvas=t.canvas?t.canvas:document.createElement("canvas"),l.ctx=l.canvas.getContext("2d"),l.options=t,l.canvas.width=Math.floor(t.width*t.scale),l.canvas.height=Math.floor(t.height*t.scale),l.canvas.style.width=t.width+"px",l.canvas.style.height=t.height+"px",l.ctx.scale(l.options.scale,l.options.scale),l.ctx.translate(-t.x,-t.y),l.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+t.width+"x"+t.height+" at "+t.x+","+t.y+") with scale "+t.scale),l}return c.prototype.render=function(e){return p2(this,void 0,void 0,function(){var t,l;return i2(this,function(s){switch(s.label){case 0:return t=m6(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,e),[4,YL(t)];case 1:return l=s.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=s2(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(l,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},c}(jc),YL=function(A){return new Promise(function(c,e){var t=new Image;t.onload=function(){c(t)},t.onerror=e,t.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},JL=function(){function A(c){var e=c.id,t=c.enabled;this.id=e,this.enabled=t,this.start=Date.now()}return A.prototype.debug=function(){for(var c=[],e=0;e<arguments.length;e++)c[e]=arguments[e];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,v0([this.id,this.getTime()+"ms"],c)):this.info.apply(this,c))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var c=[],e=0;e<arguments.length;e++)c[e]=arguments[e];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,v0([this.id,this.getTime()+"ms"],c))},A.prototype.warn=function(){for(var c=[],e=0;e<arguments.length;e++)c[e]=arguments[e];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,v0([this.id,this.getTime()+"ms"],c)):this.info.apply(this,c))},A.prototype.error=function(){for(var c=[],e=0;e<arguments.length;e++)c[e]=arguments[e];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,v0([this.id,this.getTime()+"ms"],c)):this.info.apply(this,c))},A.instances={},A}(),jL=function(){function A(c,e){var t;this.windowBounds=e,this.instanceName="#"+A.instanceCount++,this.logger=new JL({id:this.instanceName,enabled:c.logging}),this.cache=(t=c.cache)!==null&&t!==void 0?t:new gL(this,c)}return A.instanceCount=1,A}(),$L=function(A,c){return c===void 0&&(c={}),ZL(A,c)};typeof window<"u"&&Vc.setContext(window);var ZL=function(A,c){return p2(void 0,void 0,void 0,function(){var e,t,l,s,a,o,r,f,i,m,u,d,p,h,B,C,g,L,M,w,b,z,b,v,F,U,T,O,E,_,r2,A2,H,J,k,R,t2,B2,l2,L2;return i2(this,function(d2){switch(d2.label){case 0:if(!A||typeof A!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(e=A.ownerDocument,!e)throw new Error("Element is not attached to a Document");if(t=e.defaultView,!t)throw new Error("Document is not attached to a Window");return l={allowTaint:(v=c.allowTaint)!==null&&v!==void 0?v:!1,imageTimeout:(F=c.imageTimeout)!==null&&F!==void 0?F:15e3,proxy:c.proxy,useCORS:(U=c.useCORS)!==null&&U!==void 0?U:!1},s=S3({logging:(T=c.logging)!==null&&T!==void 0?T:!0,cache:c.cache},l),a={windowWidth:(O=c.windowWidth)!==null&&O!==void 0?O:t.innerWidth,windowHeight:(E=c.windowHeight)!==null&&E!==void 0?E:t.innerHeight,scrollX:(_=c.scrollX)!==null&&_!==void 0?_:t.pageXOffset,scrollY:(r2=c.scrollY)!==null&&r2!==void 0?r2:t.pageYOffset},o=new _2(a.scrollX,a.scrollY,a.windowWidth,a.windowHeight),r=new jL(s,o),f=(A2=c.foreignObjectRendering)!==null&&A2!==void 0?A2:!1,i={allowTaint:(H=c.allowTaint)!==null&&H!==void 0?H:!1,onclone:c.onclone,ignoreElements:c.ignoreElements,inlineImages:f,copyStyles:f},r.logger.debug("Starting document clone with size "+o.width+"x"+o.height+" scrolled to "+-o.left+","+-o.top),m=new Kc(r,A,i),u=m.clonedReferenceElement,u?[4,m.toIFrame(e,o)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return d=d2.sent(),p=g6(u)||AL(u)?vd(u.ownerDocument):S0(r,u),h=p.width,B=p.height,C=p.left,g=p.top,L=Az(r,u,c.backgroundColor),M={canvas:c.canvas,backgroundColor:L,scale:(k=(J=c.scale)!==null&&J!==void 0?J:t.devicePixelRatio)!==null&&k!==void 0?k:1,x:((R=c.x)!==null&&R!==void 0?R:0)+C,y:((t2=c.y)!==null&&t2!==void 0?t2:0)+g,width:(B2=c.width)!==null&&B2!==void 0?B2:Math.ceil(h),height:(l2=c.height)!==null&&l2!==void 0?l2:Math.ceil(B)},f?(r.logger.debug("Document cloned, using foreign object rendering"),b=new qL(r,M),[4,b.render(u)]):[3,3];case 2:return w=d2.sent(),[3,5];case 3:return r.logger.debug("Document cloned, element located at "+C+","+g+" with size "+h+"x"+B+" using computed rendering"),r.logger.debug("Starting DOM parsing"),z=Qc(r,u),L===z.styles.backgroundColor&&(z.styles.backgroundColor=O2.TRANSPARENT),r.logger.debug("Starting renderer for element at "+M.x+","+M.y+" with size "+M.width+"x"+M.height),b=new VL(r,M),[4,b.render(z)];case 4:w=d2.sent(),d2.label=5;case 5:return(!((L2=c.removeContainer)!==null&&L2!==void 0)||L2)&&(Kc.destroy(d)||r.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),r.logger.debug("Finished rendering"),[2,w]}})})},Az=function(A,c,e){var t=c.ownerDocument,l=t.documentElement?A0(A,getComputedStyle(t.documentElement).backgroundColor):O2.TRANSPARENT,s=t.body?A0(A,getComputedStyle(t.body).backgroundColor):O2.TRANSPARENT,a=typeof e=="string"?A0(A,e):e===null?O2.TRANSPARENT:4294967295;return c===t.documentElement?Z2(l)?Z2(s)?a:s:l:a},a0=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},cz={exports:{}};(function(A,c){(function(e,t){t()})(a0,function(){function e(f,i){return typeof i>"u"?i={autoBom:!1}:typeof i!="object"&&(console.warn("Deprecated: Expected third argument to be a object"),i={autoBom:!i}),i.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(f.type)?new Blob(["\uFEFF",f],{type:f.type}):f}function t(f,i,m){var u=new XMLHttpRequest;u.open("GET",f),u.responseType="blob",u.onload=function(){r(u.response,i,m)},u.onerror=function(){console.error("could not download file")},u.send()}function l(f){var i=new XMLHttpRequest;i.open("HEAD",f,!1);try{i.send()}catch{}return 200<=i.status&&299>=i.status}function s(f){try{f.dispatchEvent(new MouseEvent("click"))}catch{var i=document.createEvent("MouseEvents");i.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),f.dispatchEvent(i)}}var a=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof a0=="object"&&a0.global===a0?a0:void 0,o=a.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),r=a.saveAs||(typeof window!="object"||window!==a?function(){}:"download"in HTMLAnchorElement.prototype&&!o?function(f,i,m){var u=a.URL||a.webkitURL,d=document.createElement("a");i=i||f.name||"download",d.download=i,d.rel="noopener",typeof f=="string"?(d.href=f,d.origin===location.origin?s(d):l(d.href)?t(f,i,m):s(d,d.target="_blank")):(d.href=u.createObjectURL(f),setTimeout(function(){u.revokeObjectURL(d.href)},4e4),setTimeout(function(){s(d)},0))}:"msSaveOrOpenBlob"in navigator?function(f,i,m){if(i=i||f.name||"download",typeof f!="string")navigator.msSaveOrOpenBlob(e(f,m),i);else if(l(f))t(f,i,m);else{var u=document.createElement("a");u.href=f,u.target="_blank",setTimeout(function(){s(u)})}}:function(f,i,m,u){if(u=u||open("","_blank"),u&&(u.document.title=u.document.body.innerText="downloading..."),typeof f=="string")return t(f,i,m);var d=f.type==="application/octet-stream",p=/constructor/i.test(a.HTMLElement)||a.safari,h=/CriOS\/[\d]+/.test(navigator.userAgent);if((h||d&&p||o)&&typeof FileReader<"u"){var B=new FileReader;B.onloadend=function(){var L=B.result;L=h?L:L.replace(/^data:[^;]*;/,"data:attachment/file;"),u?u.location.href=L:location=L,u=null},B.readAsDataURL(f)}else{var C=a.URL||a.webkitURL,g=C.createObjectURL(f);u?u.location=g:location.href=g,u=null,setTimeout(function(){C.revokeObjectURL(g)},4e4)}});a.saveAs=r.saveAs=r,A.exports=r})})(cz);/*!
120
120
  * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
121
121
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
122
122
  * Copyright 2024 Fonticons, Inc.
123
- */function ez(A,c,e){return(c=lz(c))in A?Object.defineProperty(A,c,{value:e,enumerable:!0,configurable:!0,writable:!0}):A[c]=e,A}function $c(A,c){var e=Object.keys(A);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(A);c&&(t=t.filter(function(l){return Object.getOwnPropertyDescriptor(A,l).enumerable})),e.push.apply(e,t)}return e}function Q(A){for(var c=1;c<arguments.length;c++){var e=arguments[c]!=null?arguments[c]:{};c%2?$c(Object(e),!0).forEach(function(t){ez(A,t,e[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(A,Object.getOwnPropertyDescriptors(e)):$c(Object(e)).forEach(function(t){Object.defineProperty(A,t,Object.getOwnPropertyDescriptor(e,t))})}return A}function tz(A,c){if(typeof A!="object"||!A)return A;var e=A[Symbol.toPrimitive];if(e!==void 0){var t=e.call(A,c||"default");if(typeof t!="object")return t;throw new TypeError("@@toPrimitive must return a primitive value.")}return(c==="string"?String:Number)(A)}function lz(A){var c=tz(A,"string");return typeof c=="symbol"?c:c+""}const Zc=()=>{};let y6={},A7={},c7=null,e7={mark:Zc,measure:Zc};try{typeof window<"u"&&(y6=window),typeof document<"u"&&(A7=document),typeof MutationObserver<"u"&&(c7=MutationObserver),typeof performance<"u"&&(e7=performance)}catch{}const{userAgent:t7=""}=y6.navigator||{},t1=y6,G=A7,l7=c7,w4=e7;t1.document;const R2=!!G.documentElement&&!!G.head&&typeof G.addEventListener=="function"&&typeof G.createElement=="function",s7=~t7.indexOf("MSIE")||~t7.indexOf("Trident/");var sz=/fa(s|r|l|t|d|dr|dl|dt|b|k|kd|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/,nz=/Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit)?.*/i,n7={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fab:"brands","fa-brands":"brands"},duotone:{fa:"solid",fad:"solid","fa-solid":"solid","fa-duotone":"solid",fadr:"regular","fa-regular":"regular",fadl:"light","fa-light":"light",fadt:"thin","fa-thin":"thin"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid",fasdr:"regular","fa-regular":"regular",fasdl:"light","fa-light":"light",fasdt:"thin","fa-thin":"thin"}},az={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},a7=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone"],m2="classic",Q4="duotone",rz="sharp",oz="sharp-duotone",r7=[m2,Q4,rz,oz],iz={classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},duotone:{900:"fad",400:"fadr",300:"fadl",100:"fadt"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds",400:"fasdr",300:"fasdl",100:"fasdt"}},fz={"Font Awesome 6 Free":{900:"fas",400:"far"},"Font Awesome 6 Pro":{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},"Font Awesome 6 Brands":{400:"fab",normal:"fab"},"Font Awesome 6 Duotone":{900:"fad",400:"fadr",normal:"fadr",300:"fadl",100:"fadt"},"Font Awesome 6 Sharp":{900:"fass",400:"fasr",normal:"fasr",300:"fasl",100:"fast"},"Font Awesome 6 Sharp Duotone":{900:"fasds",400:"fasdr",normal:"fasdr",300:"fasdl",100:"fasdt"}},mz=new Map([["classic",{defaultShortPrefixId:"fas",defaultStyleId:"solid",styleIds:["solid","regular","light","thin","brands"],futureStyleIds:[],defaultFontWeight:900}],["sharp",{defaultShortPrefixId:"fass",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["duotone",{defaultShortPrefixId:"fad",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp-duotone",{defaultShortPrefixId:"fasds",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}]]),uz={classic:{solid:"fas",regular:"far",light:"fal",thin:"fat",brands:"fab"},duotone:{solid:"fad",regular:"fadr",light:"fadl",thin:"fadt"},sharp:{solid:"fass",regular:"fasr",light:"fasl",thin:"fast"},"sharp-duotone":{solid:"fasds",regular:"fasdr",light:"fasdl",thin:"fasdt"}},pz=["fak","fa-kit","fakd","fa-kit-duotone"],o7={kit:{fak:"kit","fa-kit":"kit"},"kit-duotone":{fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"}},dz=["kit"],hz={kit:{"fa-kit":"fak"},"kit-duotone":{"fa-kit-duotone":"fakd"}},gz=["fak","fakd"],Cz={kit:{fak:"fa-kit"},"kit-duotone":{fakd:"fa-kit-duotone"}},i7={kit:{kit:"fak"},"kit-duotone":{"kit-duotone":"fakd"}},x4={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},Bz=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone"],Lz=["fak","fa-kit","fakd","fa-kit-duotone"],zz={"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}},Mz={classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},duotone:{"fa-regular":"fadr","fa-light":"fadl","fa-thin":"fadt"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds","fa-regular":"fasdr","fa-light":"fasdl","fa-thin":"fasdt"}},wz={classic:["fas","far","fal","fat","fad"],duotone:["fadr","fadl","fadt"],sharp:["fass","fasr","fasl","fast"],"sharp-duotone":["fasds","fasdr","fasdl","fasdt"]},b6={classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},duotone:{fadr:"fa-regular",fadl:"fa-light",fadt:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid",fasdr:"fa-regular",fasdl:"fa-light",fasdt:"fa-thin"}},Qz=["fa-solid","fa-regular","fa-light","fa-thin","fa-duotone","fa-brands"],U6=["fa","fas","far","fal","fat","fad","fadr","fadl","fadt","fab","fass","fasr","fasl","fast","fasds","fasdr","fasdl","fasdt",...Bz,...Qz],xz=["solid","regular","light","thin","duotone","brands"],f7=[1,2,3,4,5,6,7,8,9,10],Fz=f7.concat([11,12,13,14,15,16,17,18,19,20]),yz=[...Object.keys(wz),...xz,"2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","fw","inverse","layers-counter","layers-text","layers","li","pull-left","pull-right","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul",x4.GROUP,x4.SWAP_OPACITY,x4.PRIMARY,x4.SECONDARY].concat(f7.map(A=>"".concat(A,"x"))).concat(Fz.map(A=>"w-".concat(A))),bz={"Font Awesome 5 Free":{900:"fas",400:"far"},"Font Awesome 5 Pro":{900:"fas",400:"far",normal:"far",300:"fal"},"Font Awesome 5 Brands":{400:"fab",normal:"fab"},"Font Awesome 5 Duotone":{900:"fad"}};const P2="___FONT_AWESOME___",v6=16,m7="fa",u7="svg-inline--fa",g1="data-fa-i2svg",S6="data-fa-pseudo-element",Uz="data-fa-pseudo-element-pending",N6="data-prefix",E6="data-icon",p7="fontawesome-i2svg",vz="async",Sz=["HTML","HEAD","STYLE","SCRIPT"],d7=(()=>{try{return process.env.NODE_ENV==="production"}catch{return!1}})();function r0(A){return new Proxy(A,{get(c,e){return e in c?c[e]:c[m2]}})}const h7=Q({},n7);h7[m2]=Q(Q(Q(Q({},{"fa-duotone":"duotone"}),n7[m2]),o7.kit),o7["kit-duotone"]);const Nz=r0(h7),k6=Q({},uz);k6[m2]=Q(Q(Q(Q({},{duotone:"fad"}),k6[m2]),i7.kit),i7["kit-duotone"]);const g7=r0(k6),H6=Q({},b6);H6[m2]=Q(Q({},H6[m2]),Cz.kit);const I6=r0(H6),T6=Q({},Mz);T6[m2]=Q(Q({},T6[m2]),hz.kit),r0(T6);const Ez=sz,C7="fa-layers-text",kz=nz,Hz=Q({},iz);r0(Hz);const Iz=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],D6=az,Tz=[...dz,...yz],o0=t1.FontAwesomeConfig||{};function Dz(A){var c=G.querySelector("script["+A+"]");if(c)return c.getAttribute(A)}function _z(A){return A===""?!0:A==="false"?!1:A==="true"?!0:A}G&&typeof G.querySelector=="function"&&[["data-family-prefix","familyPrefix"],["data-css-prefix","cssPrefix"],["data-family-default","familyDefault"],["data-style-default","styleDefault"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]].forEach(c=>{let[e,t]=c;const l=_z(Dz(e));l!=null&&(o0[t]=l)});const B7={styleDefault:"solid",familyDefault:m2,cssPrefix:m7,replacementClass:u7,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};o0.familyPrefix&&(o0.cssPrefix=o0.familyPrefix);const k1=Q(Q({},B7),o0);k1.autoReplaceSvg||(k1.observeMutations=!1);const S={};Object.keys(B7).forEach(A=>{Object.defineProperty(S,A,{enumerable:!0,set:function(c){k1[A]=c,i0.forEach(e=>e(S))},get:function(){return k1[A]}})}),Object.defineProperty(S,"familyPrefix",{enumerable:!0,set:function(A){k1.cssPrefix=A,i0.forEach(c=>c(S))},get:function(){return k1.cssPrefix}}),t1.FontAwesomeConfig=S;const i0=[];function Kz(A){return i0.push(A),()=>{i0.splice(i0.indexOf(A),1)}}const l1=v6,I2={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function Oz(A){if(!A||!R2)return;const c=G.createElement("style");c.setAttribute("type","text/css"),c.innerHTML=A;const e=G.head.childNodes;let t=null;for(let l=e.length-1;l>-1;l--){const s=e[l],a=(s.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(a)>-1&&(t=s)}return G.head.insertBefore(c,t),A}const Vz="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function f0(){let A=12,c="";for(;A-- >0;)c+=Vz[Math.random()*62|0];return c}function H1(A){const c=[];for(let e=(A||[]).length>>>0;e--;)c[e]=A[e];return c}function _6(A){return A.classList?H1(A.classList):(A.getAttribute("class")||"").split(" ").filter(c=>c)}function L7(A){return"".concat(A).replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function Rz(A){return Object.keys(A||{}).reduce((c,e)=>c+"".concat(e,'="').concat(L7(A[e]),'" '),"").trim()}function F4(A){return Object.keys(A||{}).reduce((c,e)=>c+"".concat(e,": ").concat(A[e].trim(),";"),"")}function K6(A){return A.size!==I2.size||A.x!==I2.x||A.y!==I2.y||A.rotate!==I2.rotate||A.flipX||A.flipY}function Pz(A){let{transform:c,containerWidth:e,iconWidth:t}=A;const l={transform:"translate(".concat(e/2," 256)")},s="translate(".concat(c.x*32,", ").concat(c.y*32,") "),a="scale(".concat(c.size/16*(c.flipX?-1:1),", ").concat(c.size/16*(c.flipY?-1:1),") "),r="rotate(".concat(c.rotate," 0 0)"),o={transform:"".concat(s," ").concat(a," ").concat(r)},f={transform:"translate(".concat(t/2*-1," -256)")};return{outer:l,inner:o,path:f}}function Gz(A){let{transform:c,width:e=v6,height:t=v6,startCentered:l=!1}=A,s="";return l&&s7?s+="translate(".concat(c.x/l1-e/2,"em, ").concat(c.y/l1-t/2,"em) "):l?s+="translate(calc(-50% + ".concat(c.x/l1,"em), calc(-50% + ").concat(c.y/l1,"em)) "):s+="translate(".concat(c.x/l1,"em, ").concat(c.y/l1,"em) "),s+="scale(".concat(c.size/l1*(c.flipX?-1:1),", ").concat(c.size/l1*(c.flipY?-1:1),") "),s+="rotate(".concat(c.rotate,"deg) "),s}var Wz=`:root, :host {
123
+ */function ez(A,c,e){return(c=lz(c))in A?Object.defineProperty(A,c,{value:e,enumerable:!0,configurable:!0,writable:!0}):A[c]=e,A}function $c(A,c){var e=Object.keys(A);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(A);c&&(t=t.filter(function(l){return Object.getOwnPropertyDescriptor(A,l).enumerable})),e.push.apply(e,t)}return e}function Q(A){for(var c=1;c<arguments.length;c++){var e=arguments[c]!=null?arguments[c]:{};c%2?$c(Object(e),!0).forEach(function(t){ez(A,t,e[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(A,Object.getOwnPropertyDescriptors(e)):$c(Object(e)).forEach(function(t){Object.defineProperty(A,t,Object.getOwnPropertyDescriptor(e,t))})}return A}function tz(A,c){if(typeof A!="object"||!A)return A;var e=A[Symbol.toPrimitive];if(e!==void 0){var t=e.call(A,c||"default");if(typeof t!="object")return t;throw new TypeError("@@toPrimitive must return a primitive value.")}return(c==="string"?String:Number)(A)}function lz(A){var c=tz(A,"string");return typeof c=="symbol"?c:c+""}const Zc=()=>{};let y6={},A7={},c7=null,e7={mark:Zc,measure:Zc};try{typeof window<"u"&&(y6=window),typeof document<"u"&&(A7=document),typeof MutationObserver<"u"&&(c7=MutationObserver),typeof performance<"u"&&(e7=performance)}catch{}const{userAgent:t7=""}=y6.navigator||{},t1=y6,G=A7,l7=c7,w4=e7;t1.document;const R2=!!G.documentElement&&!!G.head&&typeof G.addEventListener=="function"&&typeof G.createElement=="function",s7=~t7.indexOf("MSIE")||~t7.indexOf("Trident/");var sz=/fa(s|r|l|t|d|dr|dl|dt|b|k|kd|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/,nz=/Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit)?.*/i,n7={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fab:"brands","fa-brands":"brands"},duotone:{fa:"solid",fad:"solid","fa-solid":"solid","fa-duotone":"solid",fadr:"regular","fa-regular":"regular",fadl:"light","fa-light":"light",fadt:"thin","fa-thin":"thin"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid",fasdr:"regular","fa-regular":"regular",fasdl:"light","fa-light":"light",fasdt:"thin","fa-thin":"thin"}},az={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},a7=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone"],m2="classic",Q4="duotone",rz="sharp",oz="sharp-duotone",r7=[m2,Q4,rz,oz],iz={classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},duotone:{900:"fad",400:"fadr",300:"fadl",100:"fadt"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds",400:"fasdr",300:"fasdl",100:"fasdt"}},fz={"Font Awesome 6 Free":{900:"fas",400:"far"},"Font Awesome 6 Pro":{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},"Font Awesome 6 Brands":{400:"fab",normal:"fab"},"Font Awesome 6 Duotone":{900:"fad",400:"fadr",normal:"fadr",300:"fadl",100:"fadt"},"Font Awesome 6 Sharp":{900:"fass",400:"fasr",normal:"fasr",300:"fasl",100:"fast"},"Font Awesome 6 Sharp Duotone":{900:"fasds",400:"fasdr",normal:"fasdr",300:"fasdl",100:"fasdt"}},mz=new Map([["classic",{defaultShortPrefixId:"fas",defaultStyleId:"solid",styleIds:["solid","regular","light","thin","brands"],futureStyleIds:[],defaultFontWeight:900}],["sharp",{defaultShortPrefixId:"fass",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["duotone",{defaultShortPrefixId:"fad",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp-duotone",{defaultShortPrefixId:"fasds",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}]]),uz={classic:{solid:"fas",regular:"far",light:"fal",thin:"fat",brands:"fab"},duotone:{solid:"fad",regular:"fadr",light:"fadl",thin:"fadt"},sharp:{solid:"fass",regular:"fasr",light:"fasl",thin:"fast"},"sharp-duotone":{solid:"fasds",regular:"fasdr",light:"fasdl",thin:"fasdt"}},pz=["fak","fa-kit","fakd","fa-kit-duotone"],o7={kit:{fak:"kit","fa-kit":"kit"},"kit-duotone":{fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"}},dz=["kit"],hz={kit:{"fa-kit":"fak"},"kit-duotone":{"fa-kit-duotone":"fakd"}},gz=["fak","fakd"],Cz={kit:{fak:"fa-kit"},"kit-duotone":{fakd:"fa-kit-duotone"}},i7={kit:{kit:"fak"},"kit-duotone":{"kit-duotone":"fakd"}},x4={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},Bz=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone"],Lz=["fak","fa-kit","fakd","fa-kit-duotone"],zz={"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}},Mz={classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},duotone:{"fa-regular":"fadr","fa-light":"fadl","fa-thin":"fadt"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds","fa-regular":"fasdr","fa-light":"fasdl","fa-thin":"fasdt"}},wz={classic:["fas","far","fal","fat","fad"],duotone:["fadr","fadl","fadt"],sharp:["fass","fasr","fasl","fast"],"sharp-duotone":["fasds","fasdr","fasdl","fasdt"]},b6={classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},duotone:{fadr:"fa-regular",fadl:"fa-light",fadt:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid",fasdr:"fa-regular",fasdl:"fa-light",fasdt:"fa-thin"}},Qz=["fa-solid","fa-regular","fa-light","fa-thin","fa-duotone","fa-brands"],U6=["fa","fas","far","fal","fat","fad","fadr","fadl","fadt","fab","fass","fasr","fasl","fast","fasds","fasdr","fasdl","fasdt",...Bz,...Qz],xz=["solid","regular","light","thin","duotone","brands"],f7=[1,2,3,4,5,6,7,8,9,10],Fz=f7.concat([11,12,13,14,15,16,17,18,19,20]),yz=[...Object.keys(wz),...xz,"2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","fw","inverse","layers-counter","layers-text","layers","li","pull-left","pull-right","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul",x4.GROUP,x4.SWAP_OPACITY,x4.PRIMARY,x4.SECONDARY].concat(f7.map(A=>"".concat(A,"x"))).concat(Fz.map(A=>"w-".concat(A))),bz={"Font Awesome 5 Free":{900:"fas",400:"far"},"Font Awesome 5 Pro":{900:"fas",400:"far",normal:"far",300:"fal"},"Font Awesome 5 Brands":{400:"fab",normal:"fab"},"Font Awesome 5 Duotone":{900:"fad"}};const P2="___FONT_AWESOME___",v6=16,m7="fa",u7="svg-inline--fa",g1="data-fa-i2svg",S6="data-fa-pseudo-element",Uz="data-fa-pseudo-element-pending",N6="data-prefix",E6="data-icon",p7="fontawesome-i2svg",vz="async",Sz=["HTML","HEAD","STYLE","SCRIPT"],d7=(()=>{try{return process.env.NODE_ENV==="production"}catch{return!1}})();function r0(A){return new Proxy(A,{get(c,e){return e in c?c[e]:c[m2]}})}const h7=Q({},n7);h7[m2]=Q(Q(Q(Q({},{"fa-duotone":"duotone"}),n7[m2]),o7.kit),o7["kit-duotone"]);const Nz=r0(h7),k6=Q({},uz);k6[m2]=Q(Q(Q(Q({},{duotone:"fad"}),k6[m2]),i7.kit),i7["kit-duotone"]);const g7=r0(k6),H6=Q({},b6);H6[m2]=Q(Q({},H6[m2]),Cz.kit);const I6=r0(H6),T6=Q({},Mz);T6[m2]=Q(Q({},T6[m2]),hz.kit),r0(T6);const Ez=sz,C7="fa-layers-text",kz=nz,Hz=Q({},iz);r0(Hz);const Iz=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],D6=az,Tz=[...dz,...yz],o0=t1.FontAwesomeConfig||{};function Dz(A){var c=G.querySelector("script["+A+"]");if(c)return c.getAttribute(A)}function _z(A){return A===""?!0:A==="false"?!1:A==="true"?!0:A}G&&typeof G.querySelector=="function"&&[["data-family-prefix","familyPrefix"],["data-css-prefix","cssPrefix"],["data-family-default","familyDefault"],["data-style-default","styleDefault"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]].forEach(c=>{let[e,t]=c;const l=_z(Dz(e));l!=null&&(o0[t]=l)});const B7={styleDefault:"solid",familyDefault:m2,cssPrefix:m7,replacementClass:u7,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};o0.familyPrefix&&(o0.cssPrefix=o0.familyPrefix);const k1=Q(Q({},B7),o0);k1.autoReplaceSvg||(k1.observeMutations=!1);const S={};Object.keys(B7).forEach(A=>{Object.defineProperty(S,A,{enumerable:!0,set:function(c){k1[A]=c,i0.forEach(e=>e(S))},get:function(){return k1[A]}})}),Object.defineProperty(S,"familyPrefix",{enumerable:!0,set:function(A){k1.cssPrefix=A,i0.forEach(c=>c(S))},get:function(){return k1.cssPrefix}}),t1.FontAwesomeConfig=S;const i0=[];function Kz(A){return i0.push(A),()=>{i0.splice(i0.indexOf(A),1)}}const l1=v6,I2={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function Oz(A){if(!A||!R2)return;const c=G.createElement("style");c.setAttribute("type","text/css"),c.innerHTML=A;const e=G.head.childNodes;let t=null;for(let l=e.length-1;l>-1;l--){const s=e[l],a=(s.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(a)>-1&&(t=s)}return G.head.insertBefore(c,t),A}const Vz="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function f0(){let A=12,c="";for(;A-- >0;)c+=Vz[Math.random()*62|0];return c}function H1(A){const c=[];for(let e=(A||[]).length>>>0;e--;)c[e]=A[e];return c}function _6(A){return A.classList?H1(A.classList):(A.getAttribute("class")||"").split(" ").filter(c=>c)}function L7(A){return"".concat(A).replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function Rz(A){return Object.keys(A||{}).reduce((c,e)=>c+"".concat(e,'="').concat(L7(A[e]),'" '),"").trim()}function F4(A){return Object.keys(A||{}).reduce((c,e)=>c+"".concat(e,": ").concat(A[e].trim(),";"),"")}function K6(A){return A.size!==I2.size||A.x!==I2.x||A.y!==I2.y||A.rotate!==I2.rotate||A.flipX||A.flipY}function Pz(A){let{transform:c,containerWidth:e,iconWidth:t}=A;const l={transform:"translate(".concat(e/2," 256)")},s="translate(".concat(c.x*32,", ").concat(c.y*32,") "),a="scale(".concat(c.size/16*(c.flipX?-1:1),", ").concat(c.size/16*(c.flipY?-1:1),") "),o="rotate(".concat(c.rotate," 0 0)"),r={transform:"".concat(s," ").concat(a," ").concat(o)},f={transform:"translate(".concat(t/2*-1," -256)")};return{outer:l,inner:r,path:f}}function Gz(A){let{transform:c,width:e=v6,height:t=v6,startCentered:l=!1}=A,s="";return l&&s7?s+="translate(".concat(c.x/l1-e/2,"em, ").concat(c.y/l1-t/2,"em) "):l?s+="translate(calc(-50% + ".concat(c.x/l1,"em), calc(-50% + ").concat(c.y/l1,"em)) "):s+="translate(".concat(c.x/l1,"em, ").concat(c.y/l1,"em) "),s+="scale(".concat(c.size/l1*(c.flipX?-1:1),", ").concat(c.size/l1*(c.flipY?-1:1),") "),s+="rotate(".concat(c.rotate,"deg) "),s}var Wz=`:root, :host {
124
124
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
125
125
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
126
126
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
@@ -673,10 +673,10 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
673
673
  .svg-inline--fa mask .fa-primary,
674
674
  .svg-inline--fa mask .fa-secondary {
675
675
  fill: black;
676
- }`;function z7(){const A=m7,c=u7,e=S.cssPrefix,t=S.replacementClass;let l=Wz;if(e!==A||t!==c){const s=new RegExp("\\.".concat(A,"\\-"),"g"),a=new RegExp("\\--".concat(A,"\\-"),"g"),r=new RegExp("\\.".concat(c),"g");l=l.replace(s,".".concat(e,"-")).replace(a,"--".concat(e,"-")).replace(r,".".concat(t))}return l}let M7=!1;function O6(){S.autoAddCss&&!M7&&(Oz(z7()),M7=!0)}var Xz={mixout(){return{dom:{css:z7,insertCss:O6}}},hooks(){return{beforeDOMElementCreation(){O6()},beforeI2svg(){O6()}}}};const G2=t1||{};G2[P2]||(G2[P2]={}),G2[P2].styles||(G2[P2].styles={}),G2[P2].hooks||(G2[P2].hooks={}),G2[P2].shims||(G2[P2].shims=[]);var T2=G2[P2];const w7=[],Q7=function(){G.removeEventListener("DOMContentLoaded",Q7),y4=1,w7.map(A=>A())};let y4=!1;R2&&(y4=(G.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(G.readyState),y4||G.addEventListener("DOMContentLoaded",Q7));function qz(A){R2&&(y4?setTimeout(A,0):w7.push(A))}function m0(A){const{tag:c,attributes:e={},children:t=[]}=A;return typeof A=="string"?L7(A):"<".concat(c," ").concat(Rz(e),">").concat(t.map(m0).join(""),"</").concat(c,">")}function x7(A,c,e){if(A&&A[c]&&A[c][e])return{prefix:c,iconName:e,icon:A[c][e]}}var Yz=function(c,e){return function(t,l,s,a){return c.call(e,t,l,s,a)}},V6=function(c,e,t,l){var s=Object.keys(c),a=s.length,r=l!==void 0?Yz(e,l):e,o,f,i;for(t===void 0?(o=1,i=c[s[0]]):(o=0,i=t);o<a;o++)f=s[o],i=r(i,c[f],f,c);return i};function Jz(A){const c=[];let e=0;const t=A.length;for(;e<t;){const l=A.charCodeAt(e++);if(l>=55296&&l<=56319&&e<t){const s=A.charCodeAt(e++);(s&64512)==56320?c.push(((l&1023)<<10)+(s&1023)+65536):(c.push(l),e--)}else c.push(l)}return c}function R6(A){const c=Jz(A);return c.length===1?c[0].toString(16):null}function jz(A,c){const e=A.length;let t=A.charCodeAt(c),l;return t>=55296&&t<=56319&&e>c+1&&(l=A.charCodeAt(c+1),l>=56320&&l<=57343)?(t-55296)*1024+l-56320+65536:t}function F7(A){return Object.keys(A).reduce((c,e)=>{const t=A[e];return!!t.icon?c[t.iconName]=t.icon:c[e]=t,c},{})}function P6(A,c){let e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{skipHooks:t=!1}=e,l=F7(c);typeof T2.hooks.addPack=="function"&&!t?T2.hooks.addPack(A,F7(c)):T2.styles[A]=Q(Q({},T2.styles[A]||{}),l),A==="fas"&&P6("fa",c)}const{styles:u0,shims:$z}=T2,y7=Object.keys(I6),Zz=y7.reduce((A,c)=>(A[c]=Object.keys(I6[c]),A),{});let G6=null,b7={},U7={},v7={},S7={},N7={};function AM(A){return~Tz.indexOf(A)}function cM(A,c){const e=c.split("-"),t=e[0],l=e.slice(1).join("-");return t===A&&l!==""&&!AM(l)?l:null}const E7=()=>{const A=t=>V6(u0,(l,s,a)=>(l[a]=V6(s,t,{}),l),{});b7=A((t,l,s)=>(l[3]&&(t[l[3]]=s),l[2]&&l[2].filter(r=>typeof r=="number").forEach(r=>{t[r.toString(16)]=s}),t)),U7=A((t,l,s)=>(t[s]=s,l[2]&&l[2].filter(r=>typeof r=="string").forEach(r=>{t[r]=s}),t)),N7=A((t,l,s)=>{const a=l[2];return t[s]=s,a.forEach(r=>{t[r]=s}),t});const c="far"in u0||S.autoFetchSvg,e=V6($z,(t,l)=>{const s=l[0];let a=l[1];const r=l[2];return a==="far"&&!c&&(a="fas"),typeof s=="string"&&(t.names[s]={prefix:a,iconName:r}),typeof s=="number"&&(t.unicodes[s.toString(16)]={prefix:a,iconName:r}),t},{names:{},unicodes:{}});v7=e.names,S7=e.unicodes,G6=b4(S.styleDefault,{family:S.familyDefault})};Kz(A=>{G6=b4(A.styleDefault,{family:S.familyDefault})}),E7();function W6(A,c){return(b7[A]||{})[c]}function eM(A,c){return(U7[A]||{})[c]}function C1(A,c){return(N7[A]||{})[c]}function k7(A){return v7[A]||{prefix:null,iconName:null}}function tM(A){const c=S7[A],e=W6("fas",A);return c||(e?{prefix:"fas",iconName:e}:null)||{prefix:null,iconName:null}}function s1(){return G6}const H7=()=>({prefix:null,iconName:null,rest:[]});function lM(A){let c=m2;const e=y7.reduce((t,l)=>(t[l]="".concat(S.cssPrefix,"-").concat(l),t),{});return r7.forEach(t=>{(A.includes(e[t])||A.some(l=>Zz[t].includes(l)))&&(c=t)}),c}function b4(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{family:e=m2}=c,t=Nz[e][A];if(e===Q4&&!A)return"fad";const l=g7[e][A]||g7[e][t],s=A in T2.styles?A:null;return l||s||null}function sM(A){let c=[],e=null;return A.forEach(t=>{const l=cM(S.cssPrefix,t);l?e=l:t&&c.push(t)}),{iconName:e,rest:c}}function I7(A){return A.sort().filter((c,e,t)=>t.indexOf(c)===e)}function U4(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{skipLookups:e=!1}=c;let t=null;const l=U6.concat(Lz),s=I7(A.filter(m=>l.includes(m))),a=I7(A.filter(m=>!U6.includes(m))),r=s.filter(m=>(t=m,!a7.includes(m))),[o=null]=r,f=lM(s),i=Q(Q({},sM(a)),{},{prefix:b4(o,{family:f})});return Q(Q(Q({},i),oM({values:A,family:f,styles:u0,config:S,canonical:i,givenPrefix:t})),nM(e,t,i))}function nM(A,c,e){let{prefix:t,iconName:l}=e;if(A||!t||!l)return{prefix:t,iconName:l};const s=c==="fa"?k7(l):{},a=C1(t,l);return l=s.iconName||a||l,t=s.prefix||t,t==="far"&&!u0.far&&u0.fas&&!S.autoFetchSvg&&(t="fas"),{prefix:t,iconName:l}}const aM=r7.filter(A=>A!==m2||A!==Q4),rM=Object.keys(b6).filter(A=>A!==m2).map(A=>Object.keys(b6[A])).flat();function oM(A){const{values:c,family:e,canonical:t,givenPrefix:l="",styles:s={},config:a={}}=A,r=e===Q4,o=c.includes("fa-duotone")||c.includes("fad"),f=a.familyDefault==="duotone",i=t.prefix==="fad"||t.prefix==="fa-duotone";if(!r&&(o||f||i)&&(t.prefix="fad"),(c.includes("fa-brands")||c.includes("fab"))&&(t.prefix="fab"),!t.prefix&&aM.includes(e)&&(Object.keys(s).find(u=>rM.includes(u))||a.autoFetchSvg)){const u=mz.get(e).defaultShortPrefixId;t.prefix=u,t.iconName=C1(t.prefix,t.iconName)||t.iconName}return(t.prefix==="fa"||l==="fa")&&(t.prefix=s1()||"fas"),t}class iM{constructor(){this.definitions={}}add(){for(var c=arguments.length,e=new Array(c),t=0;t<c;t++)e[t]=arguments[t];const l=e.reduce(this._pullDefinitions,{});Object.keys(l).forEach(s=>{this.definitions[s]=Q(Q({},this.definitions[s]||{}),l[s]),P6(s,l[s]);const a=I6[m2][s];a&&P6(a,l[s]),E7()})}reset(){this.definitions={}}_pullDefinitions(c,e){const t=e.prefix&&e.iconName&&e.icon?{0:e}:e;return Object.keys(t).map(l=>{const{prefix:s,iconName:a,icon:r}=t[l],o=r[2];c[s]||(c[s]={}),o.length>0&&o.forEach(f=>{typeof f=="string"&&(c[s][f]=r)}),c[s][a]=r}),c}}let T7=[],I1={};const T1={},fM=Object.keys(T1);function mM(A,c){let{mixoutsTo:e}=c;return T7=A,I1={},Object.keys(T1).forEach(t=>{fM.indexOf(t)===-1&&delete T1[t]}),T7.forEach(t=>{const l=t.mixout?t.mixout():{};if(Object.keys(l).forEach(s=>{typeof l[s]=="function"&&(e[s]=l[s]),typeof l[s]=="object"&&Object.keys(l[s]).forEach(a=>{e[s]||(e[s]={}),e[s][a]=l[s][a]})}),t.hooks){const s=t.hooks();Object.keys(s).forEach(a=>{I1[a]||(I1[a]=[]),I1[a].push(s[a])})}t.provides&&t.provides(T1)}),e}function X6(A,c){for(var e=arguments.length,t=new Array(e>2?e-2:0),l=2;l<e;l++)t[l-2]=arguments[l];return(I1[A]||[]).forEach(a=>{c=a.apply(null,[c,...t])}),c}function B1(A){for(var c=arguments.length,e=new Array(c>1?c-1:0),t=1;t<c;t++)e[t-1]=arguments[t];(I1[A]||[]).forEach(s=>{s.apply(null,e)})}function n1(){const A=arguments[0],c=Array.prototype.slice.call(arguments,1);return T1[A]?T1[A].apply(null,c):void 0}function q6(A){A.prefix==="fa"&&(A.prefix="fas");let{iconName:c}=A;const e=A.prefix||s1();if(c)return c=C1(e,c)||c,x7(D7.definitions,e,c)||x7(T2.styles,e,c)}const D7=new iM,C2={noAuto:()=>{S.autoReplaceSvg=!1,S.observeMutations=!1,B1("noAuto")},config:S,dom:{i2svg:function(){let A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return R2?(B1("beforeI2svg",A),n1("pseudoElements2svg",A),n1("i2svg",A)):Promise.reject(new Error("Operation requires a DOM of some kind."))},watch:function(){let A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const{autoReplaceSvgRoot:c}=A;S.autoReplaceSvg===!1&&(S.autoReplaceSvg=!0),S.observeMutations=!0,qz(()=>{uM({autoReplaceSvgRoot:c}),B1("watch",A)})}},parse:{icon:A=>{if(A===null)return null;if(typeof A=="object"&&A.prefix&&A.iconName)return{prefix:A.prefix,iconName:C1(A.prefix,A.iconName)||A.iconName};if(Array.isArray(A)&&A.length===2){const c=A[1].indexOf("fa-")===0?A[1].slice(3):A[1],e=b4(A[0]);return{prefix:e,iconName:C1(e,c)||c}}if(typeof A=="string"&&(A.indexOf("".concat(S.cssPrefix,"-"))>-1||A.match(Ez))){const c=U4(A.split(" "),{skipLookups:!0});return{prefix:c.prefix||s1(),iconName:C1(c.prefix,c.iconName)||c.iconName}}if(typeof A=="string"){const c=s1();return{prefix:c,iconName:C1(c,A)||A}}}},library:D7,findIconDefinition:q6,toHtml:m0},uM=function(){let A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const{autoReplaceSvgRoot:c=G}=A;(Object.keys(T2.styles).length>0||S.autoFetchSvg)&&R2&&S.autoReplaceSvg&&C2.dom.i2svg({node:c})};function v4(A,c){return Object.defineProperty(A,"abstract",{get:c}),Object.defineProperty(A,"html",{get:function(){return A.abstract.map(e=>m0(e))}}),Object.defineProperty(A,"node",{get:function(){if(!R2)return;const e=G.createElement("div");return e.innerHTML=A.html,e.children}}),A}function pM(A){let{children:c,main:e,mask:t,attributes:l,styles:s,transform:a}=A;if(K6(a)&&e.found&&!t.found){const{width:r,height:o}=e,f={x:r/o/2,y:.5};l.style=F4(Q(Q({},s),{},{"transform-origin":"".concat(f.x+a.x/16,"em ").concat(f.y+a.y/16,"em")}))}return[{tag:"svg",attributes:l,children:c}]}function dM(A){let{prefix:c,iconName:e,children:t,attributes:l,symbol:s}=A;const a=s===!0?"".concat(c,"-").concat(S.cssPrefix,"-").concat(e):s;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:Q(Q({},l),{},{id:a}),children:t}]}]}function Y6(A){const{icons:{main:c,mask:e},prefix:t,iconName:l,transform:s,symbol:a,title:r,maskId:o,titleId:f,extra:i,watchable:m=!1}=A,{width:u,height:d}=e.found?e:c,p=gz.includes(t),h=[S.replacementClass,l?"".concat(S.cssPrefix,"-").concat(l):""].filter(w=>i.classes.indexOf(w)===-1).filter(w=>w!==""||!!w).concat(i.classes).join(" ");let B={children:[],attributes:Q(Q({},i.attributes),{},{"data-prefix":t,"data-icon":l,class:h,role:i.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(u," ").concat(d)})};const C=p&&!~i.classes.indexOf("fa-fw")?{width:"".concat(u/d*16*.0625,"em")}:{};m&&(B.attributes[g1]=""),r&&(B.children.push({tag:"title",attributes:{id:B.attributes["aria-labelledby"]||"title-".concat(f||f0())},children:[r]}),delete B.attributes.title);const g=Q(Q({},B),{},{prefix:t,iconName:l,main:c,mask:e,maskId:o,transform:s,symbol:a,styles:Q(Q({},C),i.styles)}),{children:L,attributes:M}=e.found&&c.found?n1("generateAbstractMask",g)||{children:[],attributes:{}}:n1("generateAbstractIcon",g)||{children:[],attributes:{}};return g.children=L,g.attributes=M,a?dM(g):pM(g)}function _7(A){const{content:c,width:e,height:t,transform:l,title:s,extra:a,watchable:r=!1}=A,o=Q(Q(Q({},a.attributes),s?{title:s}:{}),{},{class:a.classes.join(" ")});r&&(o[g1]="");const f=Q({},a.styles);K6(l)&&(f.transform=Gz({transform:l,startCentered:!0,width:e,height:t}),f["-webkit-transform"]=f.transform);const i=F4(f);i.length>0&&(o.style=i);const m=[];return m.push({tag:"span",attributes:o,children:[c]}),s&&m.push({tag:"span",attributes:{class:"sr-only"},children:[s]}),m}function hM(A){const{content:c,title:e,extra:t}=A,l=Q(Q(Q({},t.attributes),e?{title:e}:{}),{},{class:t.classes.join(" ")}),s=F4(t.styles);s.length>0&&(l.style=s);const a=[];return a.push({tag:"span",attributes:l,children:[c]}),e&&a.push({tag:"span",attributes:{class:"sr-only"},children:[e]}),a}const{styles:J6}=T2;function j6(A){const c=A[0],e=A[1],[t]=A.slice(4);let l=null;return Array.isArray(t)?l={tag:"g",attributes:{class:"".concat(S.cssPrefix,"-").concat(D6.GROUP)},children:[{tag:"path",attributes:{class:"".concat(S.cssPrefix,"-").concat(D6.SECONDARY),fill:"currentColor",d:t[0]}},{tag:"path",attributes:{class:"".concat(S.cssPrefix,"-").concat(D6.PRIMARY),fill:"currentColor",d:t[1]}}]}:l={tag:"path",attributes:{fill:"currentColor",d:t}},{found:!0,width:c,height:e,icon:l}}const gM={found:!1,width:512,height:512};function CM(A,c){!d7&&!S.showMissingIcons&&A&&console.error('Icon with name "'.concat(A,'" and prefix "').concat(c,'" is missing.'))}function $6(A,c){let e=c;return c==="fa"&&S.styleDefault!==null&&(c=s1()),new Promise((t,l)=>{if(e==="fa"){const s=k7(A)||{};A=s.iconName||A,c=s.prefix||c}if(A&&c&&J6[c]&&J6[c][A]){const s=J6[c][A];return t(j6(s))}CM(A,c),t(Q(Q({},gM),{},{icon:S.showMissingIcons&&A?n1("missingIconAbstract")||{}:{}}))})}const K7=()=>{},Z6=S.measurePerformance&&w4&&w4.mark&&w4.measure?w4:{mark:K7,measure:K7},p0='FA "6.7.2"',BM=A=>(Z6.mark("".concat(p0," ").concat(A," begins")),()=>O7(A)),O7=A=>{Z6.mark("".concat(p0," ").concat(A," ends")),Z6.measure("".concat(p0," ").concat(A),"".concat(p0," ").concat(A," begins"),"".concat(p0," ").concat(A," ends"))};var A8={begin:BM,end:O7};const S4=()=>{};function V7(A){return typeof(A.getAttribute?A.getAttribute(g1):null)=="string"}function LM(A){const c=A.getAttribute?A.getAttribute(N6):null,e=A.getAttribute?A.getAttribute(E6):null;return c&&e}function zM(A){return A&&A.classList&&A.classList.contains&&A.classList.contains(S.replacementClass)}function MM(){return S.autoReplaceSvg===!0?N4.replace:N4[S.autoReplaceSvg]||N4.replace}function wM(A){return G.createElementNS("http://www.w3.org/2000/svg",A)}function QM(A){return G.createElement(A)}function R7(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{ceFn:e=A.tag==="svg"?wM:QM}=c;if(typeof A=="string")return G.createTextNode(A);const t=e(A.tag);return Object.keys(A.attributes||[]).forEach(function(s){t.setAttribute(s,A.attributes[s])}),(A.children||[]).forEach(function(s){t.appendChild(R7(s,{ceFn:e}))}),t}function xM(A){let c=" ".concat(A.outerHTML," ");return c="".concat(c,"Font Awesome fontawesome.com "),c}const N4={replace:function(A){const c=A[0];if(c.parentNode)if(A[1].forEach(e=>{c.parentNode.insertBefore(R7(e),c)}),c.getAttribute(g1)===null&&S.keepOriginalSource){let e=G.createComment(xM(c));c.parentNode.replaceChild(e,c)}else c.remove()},nest:function(A){const c=A[0],e=A[1];if(~_6(c).indexOf(S.replacementClass))return N4.replace(A);const t=new RegExp("".concat(S.cssPrefix,"-.*"));if(delete e[0].attributes.id,e[0].attributes.class){const s=e[0].attributes.class.split(" ").reduce((a,r)=>(r===S.replacementClass||r.match(t)?a.toSvg.push(r):a.toNode.push(r),a),{toNode:[],toSvg:[]});e[0].attributes.class=s.toSvg.join(" "),s.toNode.length===0?c.removeAttribute("class"):c.setAttribute("class",s.toNode.join(" "))}const l=e.map(s=>m0(s)).join(`
677
- `);c.setAttribute(g1,""),c.innerHTML=l}};function P7(A){A()}function G7(A,c){const e=typeof c=="function"?c:S4;if(A.length===0)e();else{let t=P7;S.mutateApproach===vz&&(t=t1.requestAnimationFrame||P7),t(()=>{const l=MM(),s=A8.begin("mutate");A.map(l),s(),e()})}}let c8=!1;function W7(){c8=!0}function e8(){c8=!1}let E4=null;function X7(A){if(!l7||!S.observeMutations)return;const{treeCallback:c=S4,nodeCallback:e=S4,pseudoElementsCallback:t=S4,observeMutationsRoot:l=G}=A;E4=new l7(s=>{if(c8)return;const a=s1();H1(s).forEach(r=>{if(r.type==="childList"&&r.addedNodes.length>0&&!V7(r.addedNodes[0])&&(S.searchPseudoElements&&t(r.target),c(r.target)),r.type==="attributes"&&r.target.parentNode&&S.searchPseudoElements&&t(r.target.parentNode),r.type==="attributes"&&V7(r.target)&&~Iz.indexOf(r.attributeName))if(r.attributeName==="class"&&LM(r.target)){const{prefix:o,iconName:f}=U4(_6(r.target));r.target.setAttribute(N6,o||a),f&&r.target.setAttribute(E6,f)}else zM(r.target)&&e(r.target)})}),R2&&E4.observe(l,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}function FM(){E4&&E4.disconnect()}function yM(A){const c=A.getAttribute("style");let e=[];return c&&(e=c.split(";").reduce((t,l)=>{const s=l.split(":"),a=s[0],r=s.slice(1);return a&&r.length>0&&(t[a]=r.join(":").trim()),t},{})),e}function bM(A){const c=A.getAttribute("data-prefix"),e=A.getAttribute("data-icon"),t=A.innerText!==void 0?A.innerText.trim():"";let l=U4(_6(A));return l.prefix||(l.prefix=s1()),c&&e&&(l.prefix=c,l.iconName=e),l.iconName&&l.prefix||(l.prefix&&t.length>0&&(l.iconName=eM(l.prefix,A.innerText)||W6(l.prefix,R6(A.innerText))),!l.iconName&&S.autoFetchSvg&&A.firstChild&&A.firstChild.nodeType===Node.TEXT_NODE&&(l.iconName=A.firstChild.data)),l}function UM(A){const c=H1(A.attributes).reduce((l,s)=>(l.name!=="class"&&l.name!=="style"&&(l[s.name]=s.value),l),{}),e=A.getAttribute("title"),t=A.getAttribute("data-fa-title-id");return S.autoA11y&&(e?c["aria-labelledby"]="".concat(S.replacementClass,"-title-").concat(t||f0()):(c["aria-hidden"]="true",c.focusable="false")),c}function vM(){return{iconName:null,title:null,titleId:null,prefix:null,transform:I2,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function q7(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0};const{iconName:e,prefix:t,rest:l}=bM(A),s=UM(A),a=X6("parseNodeAttributes",{},A);let r=c.styleParser?yM(A):[];return Q({iconName:e,title:A.getAttribute("title"),titleId:A.getAttribute("data-fa-title-id"),prefix:t,transform:I2,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:l,styles:r,attributes:s}},a)}const{styles:SM}=T2;function Y7(A){const c=S.autoReplaceSvg==="nest"?q7(A,{styleParser:!1}):q7(A);return~c.extra.classes.indexOf(C7)?n1("generateLayersText",A,c):n1("generateSvgReplacementMutation",A,c)}function NM(){return[...pz,...U6]}function J7(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!R2)return Promise.resolve();const e=G.documentElement.classList,t=i=>e.add("".concat(p7,"-").concat(i)),l=i=>e.remove("".concat(p7,"-").concat(i)),s=S.autoFetchSvg?NM():a7.concat(Object.keys(SM));s.includes("fa")||s.push("fa");const a=[".".concat(C7,":not([").concat(g1,"])")].concat(s.map(i=>".".concat(i,":not([").concat(g1,"])"))).join(", ");if(a.length===0)return Promise.resolve();let r=[];try{r=H1(A.querySelectorAll(a))}catch{}if(r.length>0)t("pending"),l("complete");else return Promise.resolve();const o=A8.begin("onTree"),f=r.reduce((i,m)=>{try{const u=Y7(m);u&&i.push(u)}catch(u){d7||u.name==="MissingIcon"&&console.error(u)}return i},[]);return new Promise((i,m)=>{Promise.all(f).then(u=>{G7(u,()=>{t("active"),t("complete"),l("pending"),typeof c=="function"&&c(),o(),i()})}).catch(u=>{o(),m(u)})})}function EM(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;Y7(A).then(e=>{e&&G7([e],c)})}function kM(A){return function(c){let e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const t=(c||{}).icon?c:q6(c||{});let{mask:l}=e;return l&&(l=(l||{}).icon?l:q6(l||{})),A(t,Q(Q({},e),{},{mask:l}))}}const HM=function(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{transform:e=I2,symbol:t=!1,mask:l=null,maskId:s=null,title:a=null,titleId:r=null,classes:o=[],attributes:f={},styles:i={}}=c;if(!A)return;const{prefix:m,iconName:u,icon:d}=A;return v4(Q({type:"icon"},A),()=>(B1("beforeDOMElementCreation",{iconDefinition:A,params:c}),S.autoA11y&&(a?f["aria-labelledby"]="".concat(S.replacementClass,"-title-").concat(r||f0()):(f["aria-hidden"]="true",f.focusable="false")),Y6({icons:{main:j6(d),mask:l?j6(l.icon):{found:!1,width:null,height:null,icon:{}}},prefix:m,iconName:u,transform:Q(Q({},I2),e),symbol:t,title:a,maskId:s,titleId:r,extra:{attributes:f,styles:i,classes:o}})))};var IM={mixout(){return{icon:kM(HM)}},hooks(){return{mutationObserverCallbacks(A){return A.treeCallback=J7,A.nodeCallback=EM,A}}},provides(A){A.i2svg=function(c){const{node:e=G,callback:t=()=>{}}=c;return J7(e,t)},A.generateSvgReplacementMutation=function(c,e){const{iconName:t,title:l,titleId:s,prefix:a,transform:r,symbol:o,mask:f,maskId:i,extra:m}=e;return new Promise((u,d)=>{Promise.all([$6(t,a),f.iconName?$6(f.iconName,f.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(p=>{let[h,B]=p;u([c,Y6({icons:{main:h,mask:B},prefix:a,iconName:t,transform:r,symbol:o,maskId:i,title:l,titleId:s,extra:m,watchable:!0})])}).catch(d)})},A.generateAbstractIcon=function(c){let{children:e,attributes:t,main:l,transform:s,styles:a}=c;const r=F4(a);r.length>0&&(t.style=r);let o;return K6(s)&&(o=n1("generateAbstractTransformGrouping",{main:l,transform:s,containerWidth:l.width,iconWidth:l.width})),e.push(o||l.icon),{children:e,attributes:t}}}},TM={mixout(){return{layer(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{classes:e=[]}=c;return v4({type:"layer"},()=>{B1("beforeDOMElementCreation",{assembler:A,params:c});let t=[];return A(l=>{Array.isArray(l)?l.map(s=>{t=t.concat(s.abstract)}):t=t.concat(l.abstract)}),[{tag:"span",attributes:{class:["".concat(S.cssPrefix,"-layers"),...e].join(" ")},children:t}]})}}}},DM={mixout(){return{counter(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{title:e=null,classes:t=[],attributes:l={},styles:s={}}=c;return v4({type:"counter",content:A},()=>(B1("beforeDOMElementCreation",{content:A,params:c}),hM({content:A.toString(),title:e,extra:{attributes:l,styles:s,classes:["".concat(S.cssPrefix,"-layers-counter"),...t]}})))}}}},_M={mixout(){return{text(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{transform:e=I2,title:t=null,classes:l=[],attributes:s={},styles:a={}}=c;return v4({type:"text",content:A},()=>(B1("beforeDOMElementCreation",{content:A,params:c}),_7({content:A,transform:Q(Q({},I2),e),title:t,extra:{attributes:s,styles:a,classes:["".concat(S.cssPrefix,"-layers-text"),...l]}})))}}},provides(A){A.generateLayersText=function(c,e){const{title:t,transform:l,extra:s}=e;let a=null,r=null;if(s7){const o=parseInt(getComputedStyle(c).fontSize,10),f=c.getBoundingClientRect();a=f.width/o,r=f.height/o}return S.autoA11y&&!t&&(s.attributes["aria-hidden"]="true"),Promise.resolve([c,_7({content:c.innerHTML,width:a,height:r,transform:l,title:t,extra:s,watchable:!0})])}}};const KM=new RegExp('"',"ug"),j7=[1105920,1112319],$7=Q(Q(Q(Q({},{FontAwesome:{normal:"fas",400:"fas"}}),fz),bz),zz),t8=Object.keys($7).reduce((A,c)=>(A[c.toLowerCase()]=$7[c],A),{}),OM=Object.keys(t8).reduce((A,c)=>{const e=t8[c];return A[c]=e[900]||[...Object.entries(e)][0][1],A},{});function VM(A){const c=A.replace(KM,""),e=jz(c,0),t=e>=j7[0]&&e<=j7[1],l=c.length===2?c[0]===c[1]:!1;return{value:R6(l?c[0]:c),isSecondary:t||l}}function RM(A,c){const e=A.replace(/^['"]|['"]$/g,"").toLowerCase(),t=parseInt(c),l=isNaN(t)?"normal":t;return(t8[e]||{})[l]||OM[e]}function Z7(A,c){const e="".concat(Uz).concat(c.replace(":","-"));return new Promise((t,l)=>{if(A.getAttribute(e)!==null)return t();const a=H1(A.children).filter(u=>u.getAttribute(S6)===c)[0],r=t1.getComputedStyle(A,c),o=r.getPropertyValue("font-family"),f=o.match(kz),i=r.getPropertyValue("font-weight"),m=r.getPropertyValue("content");if(a&&!f)return A.removeChild(a),t();if(f&&m!=="none"&&m!==""){const u=r.getPropertyValue("content");let d=RM(o,i);const{value:p,isSecondary:h}=VM(u),B=f[0].startsWith("FontAwesome");let C=W6(d,p),g=C;if(B){const L=tM(p);L.iconName&&L.prefix&&(C=L.iconName,d=L.prefix)}if(C&&!h&&(!a||a.getAttribute(N6)!==d||a.getAttribute(E6)!==g)){A.setAttribute(e,g),a&&A.removeChild(a);const L=vM(),{extra:M}=L;M.attributes[S6]=c,$6(C,d).then(w=>{const z=Y6(Q(Q({},L),{},{icons:{main:w,mask:H7()},prefix:d,iconName:g,extra:M,watchable:!0})),b=G.createElementNS("http://www.w3.org/2000/svg","svg");c==="::before"?A.insertBefore(b,A.firstChild):A.appendChild(b),b.outerHTML=z.map(v=>m0(v)).join(`
678
- `),A.removeAttribute(e),t()}).catch(l)}else t()}else t()})}function PM(A){return Promise.all([Z7(A,"::before"),Z7(A,"::after")])}function GM(A){return A.parentNode!==document.head&&!~Sz.indexOf(A.tagName.toUpperCase())&&!A.getAttribute(S6)&&(!A.parentNode||A.parentNode.tagName!=="svg")}function Ae(A){if(R2)return new Promise((c,e)=>{const t=H1(A.querySelectorAll("*")).filter(GM).map(PM),l=A8.begin("searchPseudoElements");W7(),Promise.all(t).then(()=>{l(),e8(),c()}).catch(()=>{l(),e8(),e()})})}var WM={hooks(){return{mutationObserverCallbacks(A){return A.pseudoElementsCallback=Ae,A}}},provides(A){A.pseudoElements2svg=function(c){const{node:e=G}=c;S.searchPseudoElements&&Ae(e)}}};let ce=!1;var XM={mixout(){return{dom:{unwatch(){W7(),ce=!0}}}},hooks(){return{bootstrap(){X7(X6("mutationObserverCallbacks",{}))},noAuto(){FM()},watch(A){const{observeMutationsRoot:c}=A;ce?e8():X7(X6("mutationObserverCallbacks",{observeMutationsRoot:c}))}}}};const ee=A=>{let c={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return A.toLowerCase().split(" ").reduce((e,t)=>{const l=t.toLowerCase().split("-"),s=l[0];let a=l.slice(1).join("-");if(s&&a==="h")return e.flipX=!0,e;if(s&&a==="v")return e.flipY=!0,e;if(a=parseFloat(a),isNaN(a))return e;switch(s){case"grow":e.size=e.size+a;break;case"shrink":e.size=e.size-a;break;case"left":e.x=e.x-a;break;case"right":e.x=e.x+a;break;case"up":e.y=e.y-a;break;case"down":e.y=e.y+a;break;case"rotate":e.rotate=e.rotate+a;break}return e},c)};var qM={mixout(){return{parse:{transform:A=>ee(A)}}},hooks(){return{parseNodeAttributes(A,c){const e=c.getAttribute("data-fa-transform");return e&&(A.transform=ee(e)),A}}},provides(A){A.generateAbstractTransformGrouping=function(c){let{main:e,transform:t,containerWidth:l,iconWidth:s}=c;const a={transform:"translate(".concat(l/2," 256)")},r="translate(".concat(t.x*32,", ").concat(t.y*32,") "),o="scale(".concat(t.size/16*(t.flipX?-1:1),", ").concat(t.size/16*(t.flipY?-1:1),") "),f="rotate(".concat(t.rotate," 0 0)"),i={transform:"".concat(r," ").concat(o," ").concat(f)},m={transform:"translate(".concat(s/2*-1," -256)")},u={outer:a,inner:i,path:m};return{tag:"g",attributes:Q({},u.outer),children:[{tag:"g",attributes:Q({},u.inner),children:[{tag:e.icon.tag,children:e.icon.children,attributes:Q(Q({},e.icon.attributes),u.path)}]}]}}}};const l8={x:0,y:0,width:"100%",height:"100%"};function te(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return A.attributes&&(A.attributes.fill||c)&&(A.attributes.fill="black"),A}function YM(A){return A.tag==="g"?A.children:[A]}var JM={hooks(){return{parseNodeAttributes(A,c){const e=c.getAttribute("data-fa-mask"),t=e?U4(e.split(" ").map(l=>l.trim())):H7();return t.prefix||(t.prefix=s1()),A.mask=t,A.maskId=c.getAttribute("data-fa-mask-id"),A}}},provides(A){A.generateAbstractMask=function(c){let{children:e,attributes:t,main:l,mask:s,maskId:a,transform:r}=c;const{width:o,icon:f}=l,{width:i,icon:m}=s,u=Pz({transform:r,containerWidth:i,iconWidth:o}),d={tag:"rect",attributes:Q(Q({},l8),{},{fill:"white"})},p=f.children?{children:f.children.map(te)}:{},h={tag:"g",attributes:Q({},u.inner),children:[te(Q({tag:f.tag,attributes:Q(Q({},f.attributes),u.path)},p))]},B={tag:"g",attributes:Q({},u.outer),children:[h]},C="mask-".concat(a||f0()),g="clip-".concat(a||f0()),L={tag:"mask",attributes:Q(Q({},l8),{},{id:C,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[d,B]},M={tag:"defs",children:[{tag:"clipPath",attributes:{id:g},children:YM(m)},L]};return e.push(M,{tag:"rect",attributes:Q({fill:"currentColor","clip-path":"url(#".concat(g,")"),mask:"url(#".concat(C,")")},l8)}),{children:e,attributes:t}}}},jM={provides(A){let c=!1;t1.matchMedia&&(c=t1.matchMedia("(prefers-reduced-motion: reduce)").matches),A.missingIconAbstract=function(){const e=[],t={fill:"currentColor"},l={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};e.push({tag:"path",attributes:Q(Q({},t),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});const s=Q(Q({},l),{},{attributeName:"opacity"}),a={tag:"circle",attributes:Q(Q({},t),{},{cx:"256",cy:"364",r:"28"}),children:[]};return c||a.children.push({tag:"animate",attributes:Q(Q({},l),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:Q(Q({},s),{},{values:"1;0;1;1;0;1;"})}),e.push(a),e.push({tag:"path",attributes:Q(Q({},t),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:c?[]:[{tag:"animate",attributes:Q(Q({},s),{},{values:"1;0;0;0;0;1;"})}]}),c||e.push({tag:"path",attributes:Q(Q({},t),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:Q(Q({},s),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:e}}}},$M={hooks(){return{parseNodeAttributes(A,c){const e=c.getAttribute("data-fa-symbol"),t=e===null?!1:e===""?!0:e;return A.symbol=t,A}}}},ZM=[Xz,IM,TM,DM,_M,WM,XM,qM,JM,jM,$M];mM(ZM,{mixoutsTo:C2}),C2.noAuto;const le=C2.config,Aw=C2.library,cw=C2.dom,k4=C2.parse;C2.findIconDefinition,C2.toHtml;const ew=C2.icon;C2.layer;const tw=C2.text;C2.counter;function s8(A,c){(c==null||c>A.length)&&(c=A.length);for(var e=0,t=Array(c);e<c;e++)t[e]=A[e];return t}function lw(A){if(Array.isArray(A))return s8(A)}function u2(A,c,e){return(c=iw(c))in A?Object.defineProperty(A,c,{value:e,enumerable:!0,configurable:!0,writable:!0}):A[c]=e,A}function sw(A){if(typeof Symbol<"u"&&A[Symbol.iterator]!=null||A["@@iterator"]!=null)return Array.from(A)}function nw(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
679
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function se(A,c){var e=Object.keys(A);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(A);c&&(t=t.filter(function(l){return Object.getOwnPropertyDescriptor(A,l).enumerable})),e.push.apply(e,t)}return e}function U2(A){for(var c=1;c<arguments.length;c++){var e=arguments[c]!=null?arguments[c]:{};c%2?se(Object(e),!0).forEach(function(t){u2(A,t,e[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(A,Object.getOwnPropertyDescriptors(e)):se(Object(e)).forEach(function(t){Object.defineProperty(A,t,Object.getOwnPropertyDescriptor(e,t))})}return A}function aw(A,c){if(A==null)return{};var e,t,l=rw(A,c);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(A);for(t=0;t<s.length;t++)e=s[t],c.indexOf(e)===-1&&{}.propertyIsEnumerable.call(A,e)&&(l[e]=A[e])}return l}function rw(A,c){if(A==null)return{};var e={};for(var t in A)if({}.hasOwnProperty.call(A,t)){if(c.indexOf(t)!==-1)continue;e[t]=A[t]}return e}function n8(A){return lw(A)||sw(A)||fw(A)||nw()}function ow(A,c){if(typeof A!="object"||!A)return A;var e=A[Symbol.toPrimitive];if(e!==void 0){var t=e.call(A,c||"default");if(typeof t!="object")return t;throw new TypeError("@@toPrimitive must return a primitive value.")}return(c==="string"?String:Number)(A)}function iw(A){var c=ow(A,"string");return typeof c=="symbol"?c:c+""}function H4(A){"@babel/helpers - typeof";return H4=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c},H4(A)}function fw(A,c){if(A){if(typeof A=="string")return s8(A,c);var e={}.toString.call(A).slice(8,-1);return e==="Object"&&A.constructor&&(e=A.constructor.name),e==="Map"||e==="Set"?Array.from(A):e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?s8(A,c):void 0}}function d0(A,c){return Array.isArray(c)&&c.length>0||!Array.isArray(c)&&c?u2({},A,c):{}}function mw(A){var c,e=(c={"fa-spin":A.spin,"fa-pulse":A.pulse,"fa-fw":A.fixedWidth,"fa-border":A.border,"fa-li":A.listItem,"fa-inverse":A.inverse,"fa-flip":A.flip===!0,"fa-flip-horizontal":A.flip==="horizontal"||A.flip==="both","fa-flip-vertical":A.flip==="vertical"||A.flip==="both"},u2(u2(u2(u2(u2(u2(u2(u2(u2(u2(c,"fa-".concat(A.size),A.size!==null),"fa-rotate-".concat(A.rotation),A.rotation!==null),"fa-rotate-by",A.rotateBy),"fa-pull-".concat(A.pull),A.pull!==null),"fa-swap-opacity",A.swapOpacity),"fa-bounce",A.bounce),"fa-shake",A.shake),"fa-beat",A.beat),"fa-fade",A.fade),"fa-beat-fade",A.beatFade),u2(u2(u2(u2(c,"fa-flash",A.flash),"fa-spin-pulse",A.spinPulse),"fa-spin-reverse",A.spinReverse),"fa-width-auto",A.widthAuto));return Object.keys(e).map(function(t){return e[t]?t:null}).filter(function(t){return t})}var uw=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},ne={exports:{}};(function(A){(function(c){var e=function(C,g,L){if(!f(g)||m(g)||u(g)||d(g)||o(g))return g;var M,w=0,z=0;if(i(g))for(M=[],z=g.length;w<z;w++)M.push(e(C,g[w],L));else{M={};for(var b in g)Object.prototype.hasOwnProperty.call(g,b)&&(M[C(b,L)]=e(C,g[b],L))}return M},t=function(C,g){g=g||{};var L=g.separator||"_",M=g.split||/(?=[A-Z])/;return C.split(M).join(L)},l=function(C){return p(C)?C:(C=C.replace(/[\-_\s]+(.)?/g,function(g,L){return L?L.toUpperCase():""}),C.substr(0,1).toLowerCase()+C.substr(1))},s=function(C){var g=l(C);return g.substr(0,1).toUpperCase()+g.substr(1)},a=function(C,g){return t(C,g).toLowerCase()},r=Object.prototype.toString,o=function(C){return typeof C=="function"},f=function(C){return C===Object(C)},i=function(C){return r.call(C)=="[object Array]"},m=function(C){return r.call(C)=="[object Date]"},u=function(C){return r.call(C)=="[object RegExp]"},d=function(C){return r.call(C)=="[object Boolean]"},p=function(C){return C=C-0,C===C},h=function(C,g){var L=g&&"process"in g?g.process:g;return typeof L!="function"?C:function(M,w){return L(M,C,w)}},B={camelize:l,decamelize:a,pascalize:s,depascalize:a,camelizeKeys:function(C,g){return e(h(l,g),C)},decamelizeKeys:function(C,g){return e(h(a,g),C,g)},pascalizeKeys:function(C,g){return e(h(s,g),C)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};A.exports?A.exports=B:c.humps=B})(uw)})(ne);var pw=ne.exports,dw=["class","style"];function hw(A){return A.split(";").map(function(c){return c.trim()}).filter(function(c){return c}).reduce(function(c,e){var t=e.indexOf(":"),l=pw.camelize(e.slice(0,t)),s=e.slice(t+1).trim();return c[l]=s,c},{})}function gw(A){return A.split(/\s+/).reduce(function(c,e){return c[e]=!0,c},{})}function a8(A){var c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(typeof A=="string")return A;var t=(A.children||[]).map(function(o){return a8(o)}),l=Object.keys(A.attributes||{}).reduce(function(o,f){var i=A.attributes[f];switch(f){case"class":o.class=gw(i);break;case"style":o.style=hw(i);break;default:o.attrs[f]=i}return o},{attrs:{},class:{},style:{}});e.class;var s=e.style,a=s===void 0?{}:s,r=aw(e,dw);return n.h(A.tag,U2(U2(U2({},c),{},{class:l.class,style:U2(U2({},l.style),a)},l.attrs),r),t)}var ae=!1;try{ae=process.env.NODE_ENV==="production"}catch{}function Cw(){if(!ae&&console&&typeof console.error=="function"){var A;(A=console).error.apply(A,arguments)}}function re(A){if(A&&H4(A)==="object"&&A.prefix&&A.iconName&&A.icon)return A;if(k4.icon)return k4.icon(A);if(A===null)return null;if(H4(A)==="object"&&A.prefix&&A.iconName)return A;if(Array.isArray(A)&&A.length===2)return{prefix:A[0],iconName:A[1]};if(typeof A=="string")return{prefix:"fas",iconName:A}}var Bw=n.defineComponent({name:"FontAwesomeIcon",props:{border:{type:Boolean,default:!1},fixedWidth:{type:Boolean,default:!1},flip:{type:[Boolean,String],default:!1,validator:function(c){return[!0,!1,"horizontal","vertical","both"].indexOf(c)>-1}},icon:{type:[Object,Array,String],required:!0},mask:{type:[Object,Array,String],default:null},maskId:{type:String,default:null},listItem:{type:Boolean,default:!1},pull:{type:String,default:null,validator:function(c){return["right","left"].indexOf(c)>-1}},pulse:{type:Boolean,default:!1},rotation:{type:[String,Number],default:null,validator:function(c){return[90,180,270].indexOf(Number.parseInt(c,10))>-1}},rotateBy:{type:Boolean,default:!1},swapOpacity:{type:Boolean,default:!1},size:{type:String,default:null,validator:function(c){return["2xs","xs","sm","lg","xl","2xl","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"].indexOf(c)>-1}},spin:{type:Boolean,default:!1},transform:{type:[String,Object],default:null},symbol:{type:[Boolean,String],default:!1},title:{type:String,default:null},titleId:{type:String,default:null},inverse:{type:Boolean,default:!1},bounce:{type:Boolean,default:!1},shake:{type:Boolean,default:!1},beat:{type:Boolean,default:!1},fade:{type:Boolean,default:!1},beatFade:{type:Boolean,default:!1},flash:{type:Boolean,default:!1},spinPulse:{type:Boolean,default:!1},spinReverse:{type:Boolean,default:!1},widthAuto:{type:Boolean,default:!1}},setup:function(c,e){var t=e.attrs,l=n.computed(function(){return re(c.icon)}),s=n.computed(function(){return d0("classes",mw(c))}),a=n.computed(function(){return d0("transform",typeof c.transform=="string"?k4.transform(c.transform):c.transform)}),r=n.computed(function(){return d0("mask",re(c.mask))}),o=n.computed(function(){var i=U2(U2(U2(U2({},s.value),a.value),r.value),{},{symbol:c.symbol,maskId:c.maskId});return i.title=c.title,i.titleId=c.titleId,ew(l.value,i)});n.watch(o,function(i){if(!i)return Cw("Could not find one or more icon(s)",l.value,r.value)},{immediate:!0});var f=n.computed(function(){return o.value?a8(o.value.abstract[0],{},t):null});return function(){return f.value}}});n.defineComponent({name:"FontAwesomeLayers",props:{fixedWidth:{type:Boolean,default:!1}},setup:function(c,e){var t=e.slots,l=le.familyPrefix,s=n.computed(function(){return["".concat(l,"-layers")].concat(n8(c.fixedWidth?["".concat(l,"-fw")]:[]))});return function(){return n.h("div",{class:s.value},t.default?t.default():[])}}}),n.defineComponent({name:"FontAwesomeLayersText",props:{value:{type:[String,Number],default:""},transform:{type:[String,Object],default:null},counter:{type:Boolean,default:!1},position:{type:String,default:null,validator:function(c){return["bottom-left","bottom-right","top-left","top-right"].indexOf(c)>-1}}},setup:function(c,e){var t=e.attrs,l=le.familyPrefix,s=n.computed(function(){return d0("classes",[].concat(n8(c.counter?["".concat(l,"-layers-counter")]:[]),n8(c.position?["".concat(l,"-layers-").concat(c.position)]:[])))}),a=n.computed(function(){return d0("transform",typeof c.transform=="string"?k4.transform(c.transform):c.transform)}),r=n.computed(function(){var f=tw(c.value.toString(),U2(U2({},a.value),s.value)),i=f.abstract;return c.counter&&(i[0].attributes.class=i[0].attributes.class.replace("fa-layers-text","")),i[0]}),o=n.computed(function(){return a8(r.value,{},t)});return function(){return o.value}}});/*!
676
+ }`;function z7(){const A=m7,c=u7,e=S.cssPrefix,t=S.replacementClass;let l=Wz;if(e!==A||t!==c){const s=new RegExp("\\.".concat(A,"\\-"),"g"),a=new RegExp("\\--".concat(A,"\\-"),"g"),o=new RegExp("\\.".concat(c),"g");l=l.replace(s,".".concat(e,"-")).replace(a,"--".concat(e,"-")).replace(o,".".concat(t))}return l}let M7=!1;function O6(){S.autoAddCss&&!M7&&(Oz(z7()),M7=!0)}var Xz={mixout(){return{dom:{css:z7,insertCss:O6}}},hooks(){return{beforeDOMElementCreation(){O6()},beforeI2svg(){O6()}}}};const G2=t1||{};G2[P2]||(G2[P2]={}),G2[P2].styles||(G2[P2].styles={}),G2[P2].hooks||(G2[P2].hooks={}),G2[P2].shims||(G2[P2].shims=[]);var T2=G2[P2];const w7=[],Q7=function(){G.removeEventListener("DOMContentLoaded",Q7),y4=1,w7.map(A=>A())};let y4=!1;R2&&(y4=(G.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(G.readyState),y4||G.addEventListener("DOMContentLoaded",Q7));function qz(A){R2&&(y4?setTimeout(A,0):w7.push(A))}function m0(A){const{tag:c,attributes:e={},children:t=[]}=A;return typeof A=="string"?L7(A):"<".concat(c," ").concat(Rz(e),">").concat(t.map(m0).join(""),"</").concat(c,">")}function x7(A,c,e){if(A&&A[c]&&A[c][e])return{prefix:c,iconName:e,icon:A[c][e]}}var Yz=function(c,e){return function(t,l,s,a){return c.call(e,t,l,s,a)}},V6=function(c,e,t,l){var s=Object.keys(c),a=s.length,o=l!==void 0?Yz(e,l):e,r,f,i;for(t===void 0?(r=1,i=c[s[0]]):(r=0,i=t);r<a;r++)f=s[r],i=o(i,c[f],f,c);return i};function Jz(A){const c=[];let e=0;const t=A.length;for(;e<t;){const l=A.charCodeAt(e++);if(l>=55296&&l<=56319&&e<t){const s=A.charCodeAt(e++);(s&64512)==56320?c.push(((l&1023)<<10)+(s&1023)+65536):(c.push(l),e--)}else c.push(l)}return c}function R6(A){const c=Jz(A);return c.length===1?c[0].toString(16):null}function jz(A,c){const e=A.length;let t=A.charCodeAt(c),l;return t>=55296&&t<=56319&&e>c+1&&(l=A.charCodeAt(c+1),l>=56320&&l<=57343)?(t-55296)*1024+l-56320+65536:t}function F7(A){return Object.keys(A).reduce((c,e)=>{const t=A[e];return!!t.icon?c[t.iconName]=t.icon:c[e]=t,c},{})}function P6(A,c){let e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{skipHooks:t=!1}=e,l=F7(c);typeof T2.hooks.addPack=="function"&&!t?T2.hooks.addPack(A,F7(c)):T2.styles[A]=Q(Q({},T2.styles[A]||{}),l),A==="fas"&&P6("fa",c)}const{styles:u0,shims:$z}=T2,y7=Object.keys(I6),Zz=y7.reduce((A,c)=>(A[c]=Object.keys(I6[c]),A),{});let G6=null,b7={},U7={},v7={},S7={},N7={};function AM(A){return~Tz.indexOf(A)}function cM(A,c){const e=c.split("-"),t=e[0],l=e.slice(1).join("-");return t===A&&l!==""&&!AM(l)?l:null}const E7=()=>{const A=t=>V6(u0,(l,s,a)=>(l[a]=V6(s,t,{}),l),{});b7=A((t,l,s)=>(l[3]&&(t[l[3]]=s),l[2]&&l[2].filter(o=>typeof o=="number").forEach(o=>{t[o.toString(16)]=s}),t)),U7=A((t,l,s)=>(t[s]=s,l[2]&&l[2].filter(o=>typeof o=="string").forEach(o=>{t[o]=s}),t)),N7=A((t,l,s)=>{const a=l[2];return t[s]=s,a.forEach(o=>{t[o]=s}),t});const c="far"in u0||S.autoFetchSvg,e=V6($z,(t,l)=>{const s=l[0];let a=l[1];const o=l[2];return a==="far"&&!c&&(a="fas"),typeof s=="string"&&(t.names[s]={prefix:a,iconName:o}),typeof s=="number"&&(t.unicodes[s.toString(16)]={prefix:a,iconName:o}),t},{names:{},unicodes:{}});v7=e.names,S7=e.unicodes,G6=b4(S.styleDefault,{family:S.familyDefault})};Kz(A=>{G6=b4(A.styleDefault,{family:S.familyDefault})}),E7();function W6(A,c){return(b7[A]||{})[c]}function eM(A,c){return(U7[A]||{})[c]}function C1(A,c){return(N7[A]||{})[c]}function k7(A){return v7[A]||{prefix:null,iconName:null}}function tM(A){const c=S7[A],e=W6("fas",A);return c||(e?{prefix:"fas",iconName:e}:null)||{prefix:null,iconName:null}}function s1(){return G6}const H7=()=>({prefix:null,iconName:null,rest:[]});function lM(A){let c=m2;const e=y7.reduce((t,l)=>(t[l]="".concat(S.cssPrefix,"-").concat(l),t),{});return r7.forEach(t=>{(A.includes(e[t])||A.some(l=>Zz[t].includes(l)))&&(c=t)}),c}function b4(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{family:e=m2}=c,t=Nz[e][A];if(e===Q4&&!A)return"fad";const l=g7[e][A]||g7[e][t],s=A in T2.styles?A:null;return l||s||null}function sM(A){let c=[],e=null;return A.forEach(t=>{const l=cM(S.cssPrefix,t);l?e=l:t&&c.push(t)}),{iconName:e,rest:c}}function I7(A){return A.sort().filter((c,e,t)=>t.indexOf(c)===e)}function U4(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{skipLookups:e=!1}=c;let t=null;const l=U6.concat(Lz),s=I7(A.filter(m=>l.includes(m))),a=I7(A.filter(m=>!U6.includes(m))),o=s.filter(m=>(t=m,!a7.includes(m))),[r=null]=o,f=lM(s),i=Q(Q({},sM(a)),{},{prefix:b4(r,{family:f})});return Q(Q(Q({},i),oM({values:A,family:f,styles:u0,config:S,canonical:i,givenPrefix:t})),nM(e,t,i))}function nM(A,c,e){let{prefix:t,iconName:l}=e;if(A||!t||!l)return{prefix:t,iconName:l};const s=c==="fa"?k7(l):{},a=C1(t,l);return l=s.iconName||a||l,t=s.prefix||t,t==="far"&&!u0.far&&u0.fas&&!S.autoFetchSvg&&(t="fas"),{prefix:t,iconName:l}}const aM=r7.filter(A=>A!==m2||A!==Q4),rM=Object.keys(b6).filter(A=>A!==m2).map(A=>Object.keys(b6[A])).flat();function oM(A){const{values:c,family:e,canonical:t,givenPrefix:l="",styles:s={},config:a={}}=A,o=e===Q4,r=c.includes("fa-duotone")||c.includes("fad"),f=a.familyDefault==="duotone",i=t.prefix==="fad"||t.prefix==="fa-duotone";if(!o&&(r||f||i)&&(t.prefix="fad"),(c.includes("fa-brands")||c.includes("fab"))&&(t.prefix="fab"),!t.prefix&&aM.includes(e)&&(Object.keys(s).find(u=>rM.includes(u))||a.autoFetchSvg)){const u=mz.get(e).defaultShortPrefixId;t.prefix=u,t.iconName=C1(t.prefix,t.iconName)||t.iconName}return(t.prefix==="fa"||l==="fa")&&(t.prefix=s1()||"fas"),t}class iM{constructor(){this.definitions={}}add(){for(var c=arguments.length,e=new Array(c),t=0;t<c;t++)e[t]=arguments[t];const l=e.reduce(this._pullDefinitions,{});Object.keys(l).forEach(s=>{this.definitions[s]=Q(Q({},this.definitions[s]||{}),l[s]),P6(s,l[s]);const a=I6[m2][s];a&&P6(a,l[s]),E7()})}reset(){this.definitions={}}_pullDefinitions(c,e){const t=e.prefix&&e.iconName&&e.icon?{0:e}:e;return Object.keys(t).map(l=>{const{prefix:s,iconName:a,icon:o}=t[l],r=o[2];c[s]||(c[s]={}),r.length>0&&r.forEach(f=>{typeof f=="string"&&(c[s][f]=o)}),c[s][a]=o}),c}}let T7=[],I1={};const T1={},fM=Object.keys(T1);function mM(A,c){let{mixoutsTo:e}=c;return T7=A,I1={},Object.keys(T1).forEach(t=>{fM.indexOf(t)===-1&&delete T1[t]}),T7.forEach(t=>{const l=t.mixout?t.mixout():{};if(Object.keys(l).forEach(s=>{typeof l[s]=="function"&&(e[s]=l[s]),typeof l[s]=="object"&&Object.keys(l[s]).forEach(a=>{e[s]||(e[s]={}),e[s][a]=l[s][a]})}),t.hooks){const s=t.hooks();Object.keys(s).forEach(a=>{I1[a]||(I1[a]=[]),I1[a].push(s[a])})}t.provides&&t.provides(T1)}),e}function X6(A,c){for(var e=arguments.length,t=new Array(e>2?e-2:0),l=2;l<e;l++)t[l-2]=arguments[l];return(I1[A]||[]).forEach(a=>{c=a.apply(null,[c,...t])}),c}function B1(A){for(var c=arguments.length,e=new Array(c>1?c-1:0),t=1;t<c;t++)e[t-1]=arguments[t];(I1[A]||[]).forEach(s=>{s.apply(null,e)})}function n1(){const A=arguments[0],c=Array.prototype.slice.call(arguments,1);return T1[A]?T1[A].apply(null,c):void 0}function q6(A){A.prefix==="fa"&&(A.prefix="fas");let{iconName:c}=A;const e=A.prefix||s1();if(c)return c=C1(e,c)||c,x7(D7.definitions,e,c)||x7(T2.styles,e,c)}const D7=new iM,C2={noAuto:()=>{S.autoReplaceSvg=!1,S.observeMutations=!1,B1("noAuto")},config:S,dom:{i2svg:function(){let A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return R2?(B1("beforeI2svg",A),n1("pseudoElements2svg",A),n1("i2svg",A)):Promise.reject(new Error("Operation requires a DOM of some kind."))},watch:function(){let A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const{autoReplaceSvgRoot:c}=A;S.autoReplaceSvg===!1&&(S.autoReplaceSvg=!0),S.observeMutations=!0,qz(()=>{uM({autoReplaceSvgRoot:c}),B1("watch",A)})}},parse:{icon:A=>{if(A===null)return null;if(typeof A=="object"&&A.prefix&&A.iconName)return{prefix:A.prefix,iconName:C1(A.prefix,A.iconName)||A.iconName};if(Array.isArray(A)&&A.length===2){const c=A[1].indexOf("fa-")===0?A[1].slice(3):A[1],e=b4(A[0]);return{prefix:e,iconName:C1(e,c)||c}}if(typeof A=="string"&&(A.indexOf("".concat(S.cssPrefix,"-"))>-1||A.match(Ez))){const c=U4(A.split(" "),{skipLookups:!0});return{prefix:c.prefix||s1(),iconName:C1(c.prefix,c.iconName)||c.iconName}}if(typeof A=="string"){const c=s1();return{prefix:c,iconName:C1(c,A)||A}}}},library:D7,findIconDefinition:q6,toHtml:m0},uM=function(){let A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const{autoReplaceSvgRoot:c=G}=A;(Object.keys(T2.styles).length>0||S.autoFetchSvg)&&R2&&S.autoReplaceSvg&&C2.dom.i2svg({node:c})};function v4(A,c){return Object.defineProperty(A,"abstract",{get:c}),Object.defineProperty(A,"html",{get:function(){return A.abstract.map(e=>m0(e))}}),Object.defineProperty(A,"node",{get:function(){if(!R2)return;const e=G.createElement("div");return e.innerHTML=A.html,e.children}}),A}function pM(A){let{children:c,main:e,mask:t,attributes:l,styles:s,transform:a}=A;if(K6(a)&&e.found&&!t.found){const{width:o,height:r}=e,f={x:o/r/2,y:.5};l.style=F4(Q(Q({},s),{},{"transform-origin":"".concat(f.x+a.x/16,"em ").concat(f.y+a.y/16,"em")}))}return[{tag:"svg",attributes:l,children:c}]}function dM(A){let{prefix:c,iconName:e,children:t,attributes:l,symbol:s}=A;const a=s===!0?"".concat(c,"-").concat(S.cssPrefix,"-").concat(e):s;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:Q(Q({},l),{},{id:a}),children:t}]}]}function Y6(A){const{icons:{main:c,mask:e},prefix:t,iconName:l,transform:s,symbol:a,title:o,maskId:r,titleId:f,extra:i,watchable:m=!1}=A,{width:u,height:d}=e.found?e:c,p=gz.includes(t),h=[S.replacementClass,l?"".concat(S.cssPrefix,"-").concat(l):""].filter(w=>i.classes.indexOf(w)===-1).filter(w=>w!==""||!!w).concat(i.classes).join(" ");let B={children:[],attributes:Q(Q({},i.attributes),{},{"data-prefix":t,"data-icon":l,class:h,role:i.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(u," ").concat(d)})};const C=p&&!~i.classes.indexOf("fa-fw")?{width:"".concat(u/d*16*.0625,"em")}:{};m&&(B.attributes[g1]=""),o&&(B.children.push({tag:"title",attributes:{id:B.attributes["aria-labelledby"]||"title-".concat(f||f0())},children:[o]}),delete B.attributes.title);const g=Q(Q({},B),{},{prefix:t,iconName:l,main:c,mask:e,maskId:r,transform:s,symbol:a,styles:Q(Q({},C),i.styles)}),{children:L,attributes:M}=e.found&&c.found?n1("generateAbstractMask",g)||{children:[],attributes:{}}:n1("generateAbstractIcon",g)||{children:[],attributes:{}};return g.children=L,g.attributes=M,a?dM(g):pM(g)}function _7(A){const{content:c,width:e,height:t,transform:l,title:s,extra:a,watchable:o=!1}=A,r=Q(Q(Q({},a.attributes),s?{title:s}:{}),{},{class:a.classes.join(" ")});o&&(r[g1]="");const f=Q({},a.styles);K6(l)&&(f.transform=Gz({transform:l,startCentered:!0,width:e,height:t}),f["-webkit-transform"]=f.transform);const i=F4(f);i.length>0&&(r.style=i);const m=[];return m.push({tag:"span",attributes:r,children:[c]}),s&&m.push({tag:"span",attributes:{class:"sr-only"},children:[s]}),m}function hM(A){const{content:c,title:e,extra:t}=A,l=Q(Q(Q({},t.attributes),e?{title:e}:{}),{},{class:t.classes.join(" ")}),s=F4(t.styles);s.length>0&&(l.style=s);const a=[];return a.push({tag:"span",attributes:l,children:[c]}),e&&a.push({tag:"span",attributes:{class:"sr-only"},children:[e]}),a}const{styles:J6}=T2;function j6(A){const c=A[0],e=A[1],[t]=A.slice(4);let l=null;return Array.isArray(t)?l={tag:"g",attributes:{class:"".concat(S.cssPrefix,"-").concat(D6.GROUP)},children:[{tag:"path",attributes:{class:"".concat(S.cssPrefix,"-").concat(D6.SECONDARY),fill:"currentColor",d:t[0]}},{tag:"path",attributes:{class:"".concat(S.cssPrefix,"-").concat(D6.PRIMARY),fill:"currentColor",d:t[1]}}]}:l={tag:"path",attributes:{fill:"currentColor",d:t}},{found:!0,width:c,height:e,icon:l}}const gM={found:!1,width:512,height:512};function CM(A,c){!d7&&!S.showMissingIcons&&A&&console.error('Icon with name "'.concat(A,'" and prefix "').concat(c,'" is missing.'))}function $6(A,c){let e=c;return c==="fa"&&S.styleDefault!==null&&(c=s1()),new Promise((t,l)=>{if(e==="fa"){const s=k7(A)||{};A=s.iconName||A,c=s.prefix||c}if(A&&c&&J6[c]&&J6[c][A]){const s=J6[c][A];return t(j6(s))}CM(A,c),t(Q(Q({},gM),{},{icon:S.showMissingIcons&&A?n1("missingIconAbstract")||{}:{}}))})}const K7=()=>{},Z6=S.measurePerformance&&w4&&w4.mark&&w4.measure?w4:{mark:K7,measure:K7},p0='FA "6.7.2"',BM=A=>(Z6.mark("".concat(p0," ").concat(A," begins")),()=>O7(A)),O7=A=>{Z6.mark("".concat(p0," ").concat(A," ends")),Z6.measure("".concat(p0," ").concat(A),"".concat(p0," ").concat(A," begins"),"".concat(p0," ").concat(A," ends"))};var A8={begin:BM,end:O7};const S4=()=>{};function V7(A){return typeof(A.getAttribute?A.getAttribute(g1):null)=="string"}function LM(A){const c=A.getAttribute?A.getAttribute(N6):null,e=A.getAttribute?A.getAttribute(E6):null;return c&&e}function zM(A){return A&&A.classList&&A.classList.contains&&A.classList.contains(S.replacementClass)}function MM(){return S.autoReplaceSvg===!0?N4.replace:N4[S.autoReplaceSvg]||N4.replace}function wM(A){return G.createElementNS("http://www.w3.org/2000/svg",A)}function QM(A){return G.createElement(A)}function R7(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{ceFn:e=A.tag==="svg"?wM:QM}=c;if(typeof A=="string")return G.createTextNode(A);const t=e(A.tag);return Object.keys(A.attributes||[]).forEach(function(s){t.setAttribute(s,A.attributes[s])}),(A.children||[]).forEach(function(s){t.appendChild(R7(s,{ceFn:e}))}),t}function xM(A){let c=" ".concat(A.outerHTML," ");return c="".concat(c,"Font Awesome fontawesome.com "),c}const N4={replace:function(A){const c=A[0];if(c.parentNode)if(A[1].forEach(e=>{c.parentNode.insertBefore(R7(e),c)}),c.getAttribute(g1)===null&&S.keepOriginalSource){let e=G.createComment(xM(c));c.parentNode.replaceChild(e,c)}else c.remove()},nest:function(A){const c=A[0],e=A[1];if(~_6(c).indexOf(S.replacementClass))return N4.replace(A);const t=new RegExp("".concat(S.cssPrefix,"-.*"));if(delete e[0].attributes.id,e[0].attributes.class){const s=e[0].attributes.class.split(" ").reduce((a,o)=>(o===S.replacementClass||o.match(t)?a.toSvg.push(o):a.toNode.push(o),a),{toNode:[],toSvg:[]});e[0].attributes.class=s.toSvg.join(" "),s.toNode.length===0?c.removeAttribute("class"):c.setAttribute("class",s.toNode.join(" "))}const l=e.map(s=>m0(s)).join(`
677
+ `);c.setAttribute(g1,""),c.innerHTML=l}};function P7(A){A()}function G7(A,c){const e=typeof c=="function"?c:S4;if(A.length===0)e();else{let t=P7;S.mutateApproach===vz&&(t=t1.requestAnimationFrame||P7),t(()=>{const l=MM(),s=A8.begin("mutate");A.map(l),s(),e()})}}let c8=!1;function W7(){c8=!0}function e8(){c8=!1}let E4=null;function X7(A){if(!l7||!S.observeMutations)return;const{treeCallback:c=S4,nodeCallback:e=S4,pseudoElementsCallback:t=S4,observeMutationsRoot:l=G}=A;E4=new l7(s=>{if(c8)return;const a=s1();H1(s).forEach(o=>{if(o.type==="childList"&&o.addedNodes.length>0&&!V7(o.addedNodes[0])&&(S.searchPseudoElements&&t(o.target),c(o.target)),o.type==="attributes"&&o.target.parentNode&&S.searchPseudoElements&&t(o.target.parentNode),o.type==="attributes"&&V7(o.target)&&~Iz.indexOf(o.attributeName))if(o.attributeName==="class"&&LM(o.target)){const{prefix:r,iconName:f}=U4(_6(o.target));o.target.setAttribute(N6,r||a),f&&o.target.setAttribute(E6,f)}else zM(o.target)&&e(o.target)})}),R2&&E4.observe(l,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}function FM(){E4&&E4.disconnect()}function yM(A){const c=A.getAttribute("style");let e=[];return c&&(e=c.split(";").reduce((t,l)=>{const s=l.split(":"),a=s[0],o=s.slice(1);return a&&o.length>0&&(t[a]=o.join(":").trim()),t},{})),e}function bM(A){const c=A.getAttribute("data-prefix"),e=A.getAttribute("data-icon"),t=A.innerText!==void 0?A.innerText.trim():"";let l=U4(_6(A));return l.prefix||(l.prefix=s1()),c&&e&&(l.prefix=c,l.iconName=e),l.iconName&&l.prefix||(l.prefix&&t.length>0&&(l.iconName=eM(l.prefix,A.innerText)||W6(l.prefix,R6(A.innerText))),!l.iconName&&S.autoFetchSvg&&A.firstChild&&A.firstChild.nodeType===Node.TEXT_NODE&&(l.iconName=A.firstChild.data)),l}function UM(A){const c=H1(A.attributes).reduce((l,s)=>(l.name!=="class"&&l.name!=="style"&&(l[s.name]=s.value),l),{}),e=A.getAttribute("title"),t=A.getAttribute("data-fa-title-id");return S.autoA11y&&(e?c["aria-labelledby"]="".concat(S.replacementClass,"-title-").concat(t||f0()):(c["aria-hidden"]="true",c.focusable="false")),c}function vM(){return{iconName:null,title:null,titleId:null,prefix:null,transform:I2,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function q7(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0};const{iconName:e,prefix:t,rest:l}=bM(A),s=UM(A),a=X6("parseNodeAttributes",{},A);let o=c.styleParser?yM(A):[];return Q({iconName:e,title:A.getAttribute("title"),titleId:A.getAttribute("data-fa-title-id"),prefix:t,transform:I2,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:l,styles:o,attributes:s}},a)}const{styles:SM}=T2;function Y7(A){const c=S.autoReplaceSvg==="nest"?q7(A,{styleParser:!1}):q7(A);return~c.extra.classes.indexOf(C7)?n1("generateLayersText",A,c):n1("generateSvgReplacementMutation",A,c)}function NM(){return[...pz,...U6]}function J7(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!R2)return Promise.resolve();const e=G.documentElement.classList,t=i=>e.add("".concat(p7,"-").concat(i)),l=i=>e.remove("".concat(p7,"-").concat(i)),s=S.autoFetchSvg?NM():a7.concat(Object.keys(SM));s.includes("fa")||s.push("fa");const a=[".".concat(C7,":not([").concat(g1,"])")].concat(s.map(i=>".".concat(i,":not([").concat(g1,"])"))).join(", ");if(a.length===0)return Promise.resolve();let o=[];try{o=H1(A.querySelectorAll(a))}catch{}if(o.length>0)t("pending"),l("complete");else return Promise.resolve();const r=A8.begin("onTree"),f=o.reduce((i,m)=>{try{const u=Y7(m);u&&i.push(u)}catch(u){d7||u.name==="MissingIcon"&&console.error(u)}return i},[]);return new Promise((i,m)=>{Promise.all(f).then(u=>{G7(u,()=>{t("active"),t("complete"),l("pending"),typeof c=="function"&&c(),r(),i()})}).catch(u=>{r(),m(u)})})}function EM(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;Y7(A).then(e=>{e&&G7([e],c)})}function kM(A){return function(c){let e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const t=(c||{}).icon?c:q6(c||{});let{mask:l}=e;return l&&(l=(l||{}).icon?l:q6(l||{})),A(t,Q(Q({},e),{},{mask:l}))}}const HM=function(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{transform:e=I2,symbol:t=!1,mask:l=null,maskId:s=null,title:a=null,titleId:o=null,classes:r=[],attributes:f={},styles:i={}}=c;if(!A)return;const{prefix:m,iconName:u,icon:d}=A;return v4(Q({type:"icon"},A),()=>(B1("beforeDOMElementCreation",{iconDefinition:A,params:c}),S.autoA11y&&(a?f["aria-labelledby"]="".concat(S.replacementClass,"-title-").concat(o||f0()):(f["aria-hidden"]="true",f.focusable="false")),Y6({icons:{main:j6(d),mask:l?j6(l.icon):{found:!1,width:null,height:null,icon:{}}},prefix:m,iconName:u,transform:Q(Q({},I2),e),symbol:t,title:a,maskId:s,titleId:o,extra:{attributes:f,styles:i,classes:r}})))};var IM={mixout(){return{icon:kM(HM)}},hooks(){return{mutationObserverCallbacks(A){return A.treeCallback=J7,A.nodeCallback=EM,A}}},provides(A){A.i2svg=function(c){const{node:e=G,callback:t=()=>{}}=c;return J7(e,t)},A.generateSvgReplacementMutation=function(c,e){const{iconName:t,title:l,titleId:s,prefix:a,transform:o,symbol:r,mask:f,maskId:i,extra:m}=e;return new Promise((u,d)=>{Promise.all([$6(t,a),f.iconName?$6(f.iconName,f.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(p=>{let[h,B]=p;u([c,Y6({icons:{main:h,mask:B},prefix:a,iconName:t,transform:o,symbol:r,maskId:i,title:l,titleId:s,extra:m,watchable:!0})])}).catch(d)})},A.generateAbstractIcon=function(c){let{children:e,attributes:t,main:l,transform:s,styles:a}=c;const o=F4(a);o.length>0&&(t.style=o);let r;return K6(s)&&(r=n1("generateAbstractTransformGrouping",{main:l,transform:s,containerWidth:l.width,iconWidth:l.width})),e.push(r||l.icon),{children:e,attributes:t}}}},TM={mixout(){return{layer(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{classes:e=[]}=c;return v4({type:"layer"},()=>{B1("beforeDOMElementCreation",{assembler:A,params:c});let t=[];return A(l=>{Array.isArray(l)?l.map(s=>{t=t.concat(s.abstract)}):t=t.concat(l.abstract)}),[{tag:"span",attributes:{class:["".concat(S.cssPrefix,"-layers"),...e].join(" ")},children:t}]})}}}},DM={mixout(){return{counter(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{title:e=null,classes:t=[],attributes:l={},styles:s={}}=c;return v4({type:"counter",content:A},()=>(B1("beforeDOMElementCreation",{content:A,params:c}),hM({content:A.toString(),title:e,extra:{attributes:l,styles:s,classes:["".concat(S.cssPrefix,"-layers-counter"),...t]}})))}}}},_M={mixout(){return{text(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{transform:e=I2,title:t=null,classes:l=[],attributes:s={},styles:a={}}=c;return v4({type:"text",content:A},()=>(B1("beforeDOMElementCreation",{content:A,params:c}),_7({content:A,transform:Q(Q({},I2),e),title:t,extra:{attributes:s,styles:a,classes:["".concat(S.cssPrefix,"-layers-text"),...l]}})))}}},provides(A){A.generateLayersText=function(c,e){const{title:t,transform:l,extra:s}=e;let a=null,o=null;if(s7){const r=parseInt(getComputedStyle(c).fontSize,10),f=c.getBoundingClientRect();a=f.width/r,o=f.height/r}return S.autoA11y&&!t&&(s.attributes["aria-hidden"]="true"),Promise.resolve([c,_7({content:c.innerHTML,width:a,height:o,transform:l,title:t,extra:s,watchable:!0})])}}};const KM=new RegExp('"',"ug"),j7=[1105920,1112319],$7=Q(Q(Q(Q({},{FontAwesome:{normal:"fas",400:"fas"}}),fz),bz),zz),t8=Object.keys($7).reduce((A,c)=>(A[c.toLowerCase()]=$7[c],A),{}),OM=Object.keys(t8).reduce((A,c)=>{const e=t8[c];return A[c]=e[900]||[...Object.entries(e)][0][1],A},{});function VM(A){const c=A.replace(KM,""),e=jz(c,0),t=e>=j7[0]&&e<=j7[1],l=c.length===2?c[0]===c[1]:!1;return{value:R6(l?c[0]:c),isSecondary:t||l}}function RM(A,c){const e=A.replace(/^['"]|['"]$/g,"").toLowerCase(),t=parseInt(c),l=isNaN(t)?"normal":t;return(t8[e]||{})[l]||OM[e]}function Z7(A,c){const e="".concat(Uz).concat(c.replace(":","-"));return new Promise((t,l)=>{if(A.getAttribute(e)!==null)return t();const a=H1(A.children).filter(u=>u.getAttribute(S6)===c)[0],o=t1.getComputedStyle(A,c),r=o.getPropertyValue("font-family"),f=r.match(kz),i=o.getPropertyValue("font-weight"),m=o.getPropertyValue("content");if(a&&!f)return A.removeChild(a),t();if(f&&m!=="none"&&m!==""){const u=o.getPropertyValue("content");let d=RM(r,i);const{value:p,isSecondary:h}=VM(u),B=f[0].startsWith("FontAwesome");let C=W6(d,p),g=C;if(B){const L=tM(p);L.iconName&&L.prefix&&(C=L.iconName,d=L.prefix)}if(C&&!h&&(!a||a.getAttribute(N6)!==d||a.getAttribute(E6)!==g)){A.setAttribute(e,g),a&&A.removeChild(a);const L=vM(),{extra:M}=L;M.attributes[S6]=c,$6(C,d).then(w=>{const z=Y6(Q(Q({},L),{},{icons:{main:w,mask:H7()},prefix:d,iconName:g,extra:M,watchable:!0})),b=G.createElementNS("http://www.w3.org/2000/svg","svg");c==="::before"?A.insertBefore(b,A.firstChild):A.appendChild(b),b.outerHTML=z.map(v=>m0(v)).join(`
678
+ `),A.removeAttribute(e),t()}).catch(l)}else t()}else t()})}function PM(A){return Promise.all([Z7(A,"::before"),Z7(A,"::after")])}function GM(A){return A.parentNode!==document.head&&!~Sz.indexOf(A.tagName.toUpperCase())&&!A.getAttribute(S6)&&(!A.parentNode||A.parentNode.tagName!=="svg")}function Ae(A){if(R2)return new Promise((c,e)=>{const t=H1(A.querySelectorAll("*")).filter(GM).map(PM),l=A8.begin("searchPseudoElements");W7(),Promise.all(t).then(()=>{l(),e8(),c()}).catch(()=>{l(),e8(),e()})})}var WM={hooks(){return{mutationObserverCallbacks(A){return A.pseudoElementsCallback=Ae,A}}},provides(A){A.pseudoElements2svg=function(c){const{node:e=G}=c;S.searchPseudoElements&&Ae(e)}}};let ce=!1;var XM={mixout(){return{dom:{unwatch(){W7(),ce=!0}}}},hooks(){return{bootstrap(){X7(X6("mutationObserverCallbacks",{}))},noAuto(){FM()},watch(A){const{observeMutationsRoot:c}=A;ce?e8():X7(X6("mutationObserverCallbacks",{observeMutationsRoot:c}))}}}};const ee=A=>{let c={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return A.toLowerCase().split(" ").reduce((e,t)=>{const l=t.toLowerCase().split("-"),s=l[0];let a=l.slice(1).join("-");if(s&&a==="h")return e.flipX=!0,e;if(s&&a==="v")return e.flipY=!0,e;if(a=parseFloat(a),isNaN(a))return e;switch(s){case"grow":e.size=e.size+a;break;case"shrink":e.size=e.size-a;break;case"left":e.x=e.x-a;break;case"right":e.x=e.x+a;break;case"up":e.y=e.y-a;break;case"down":e.y=e.y+a;break;case"rotate":e.rotate=e.rotate+a;break}return e},c)};var qM={mixout(){return{parse:{transform:A=>ee(A)}}},hooks(){return{parseNodeAttributes(A,c){const e=c.getAttribute("data-fa-transform");return e&&(A.transform=ee(e)),A}}},provides(A){A.generateAbstractTransformGrouping=function(c){let{main:e,transform:t,containerWidth:l,iconWidth:s}=c;const a={transform:"translate(".concat(l/2," 256)")},o="translate(".concat(t.x*32,", ").concat(t.y*32,") "),r="scale(".concat(t.size/16*(t.flipX?-1:1),", ").concat(t.size/16*(t.flipY?-1:1),") "),f="rotate(".concat(t.rotate," 0 0)"),i={transform:"".concat(o," ").concat(r," ").concat(f)},m={transform:"translate(".concat(s/2*-1," -256)")},u={outer:a,inner:i,path:m};return{tag:"g",attributes:Q({},u.outer),children:[{tag:"g",attributes:Q({},u.inner),children:[{tag:e.icon.tag,children:e.icon.children,attributes:Q(Q({},e.icon.attributes),u.path)}]}]}}}};const l8={x:0,y:0,width:"100%",height:"100%"};function te(A){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return A.attributes&&(A.attributes.fill||c)&&(A.attributes.fill="black"),A}function YM(A){return A.tag==="g"?A.children:[A]}var JM={hooks(){return{parseNodeAttributes(A,c){const e=c.getAttribute("data-fa-mask"),t=e?U4(e.split(" ").map(l=>l.trim())):H7();return t.prefix||(t.prefix=s1()),A.mask=t,A.maskId=c.getAttribute("data-fa-mask-id"),A}}},provides(A){A.generateAbstractMask=function(c){let{children:e,attributes:t,main:l,mask:s,maskId:a,transform:o}=c;const{width:r,icon:f}=l,{width:i,icon:m}=s,u=Pz({transform:o,containerWidth:i,iconWidth:r}),d={tag:"rect",attributes:Q(Q({},l8),{},{fill:"white"})},p=f.children?{children:f.children.map(te)}:{},h={tag:"g",attributes:Q({},u.inner),children:[te(Q({tag:f.tag,attributes:Q(Q({},f.attributes),u.path)},p))]},B={tag:"g",attributes:Q({},u.outer),children:[h]},C="mask-".concat(a||f0()),g="clip-".concat(a||f0()),L={tag:"mask",attributes:Q(Q({},l8),{},{id:C,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[d,B]},M={tag:"defs",children:[{tag:"clipPath",attributes:{id:g},children:YM(m)},L]};return e.push(M,{tag:"rect",attributes:Q({fill:"currentColor","clip-path":"url(#".concat(g,")"),mask:"url(#".concat(C,")")},l8)}),{children:e,attributes:t}}}},jM={provides(A){let c=!1;t1.matchMedia&&(c=t1.matchMedia("(prefers-reduced-motion: reduce)").matches),A.missingIconAbstract=function(){const e=[],t={fill:"currentColor"},l={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};e.push({tag:"path",attributes:Q(Q({},t),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});const s=Q(Q({},l),{},{attributeName:"opacity"}),a={tag:"circle",attributes:Q(Q({},t),{},{cx:"256",cy:"364",r:"28"}),children:[]};return c||a.children.push({tag:"animate",attributes:Q(Q({},l),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:Q(Q({},s),{},{values:"1;0;1;1;0;1;"})}),e.push(a),e.push({tag:"path",attributes:Q(Q({},t),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:c?[]:[{tag:"animate",attributes:Q(Q({},s),{},{values:"1;0;0;0;0;1;"})}]}),c||e.push({tag:"path",attributes:Q(Q({},t),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:Q(Q({},s),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:e}}}},$M={hooks(){return{parseNodeAttributes(A,c){const e=c.getAttribute("data-fa-symbol"),t=e===null?!1:e===""?!0:e;return A.symbol=t,A}}}},ZM=[Xz,IM,TM,DM,_M,WM,XM,qM,JM,jM,$M];mM(ZM,{mixoutsTo:C2}),C2.noAuto;const le=C2.config,Aw=C2.library,cw=C2.dom,k4=C2.parse;C2.findIconDefinition,C2.toHtml;const ew=C2.icon;C2.layer;const tw=C2.text;C2.counter;function s8(A,c){(c==null||c>A.length)&&(c=A.length);for(var e=0,t=Array(c);e<c;e++)t[e]=A[e];return t}function lw(A){if(Array.isArray(A))return s8(A)}function u2(A,c,e){return(c=iw(c))in A?Object.defineProperty(A,c,{value:e,enumerable:!0,configurable:!0,writable:!0}):A[c]=e,A}function sw(A){if(typeof Symbol<"u"&&A[Symbol.iterator]!=null||A["@@iterator"]!=null)return Array.from(A)}function nw(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
679
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function se(A,c){var e=Object.keys(A);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(A);c&&(t=t.filter(function(l){return Object.getOwnPropertyDescriptor(A,l).enumerable})),e.push.apply(e,t)}return e}function U2(A){for(var c=1;c<arguments.length;c++){var e=arguments[c]!=null?arguments[c]:{};c%2?se(Object(e),!0).forEach(function(t){u2(A,t,e[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(A,Object.getOwnPropertyDescriptors(e)):se(Object(e)).forEach(function(t){Object.defineProperty(A,t,Object.getOwnPropertyDescriptor(e,t))})}return A}function aw(A,c){if(A==null)return{};var e,t,l=rw(A,c);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(A);for(t=0;t<s.length;t++)e=s[t],c.indexOf(e)===-1&&{}.propertyIsEnumerable.call(A,e)&&(l[e]=A[e])}return l}function rw(A,c){if(A==null)return{};var e={};for(var t in A)if({}.hasOwnProperty.call(A,t)){if(c.indexOf(t)!==-1)continue;e[t]=A[t]}return e}function n8(A){return lw(A)||sw(A)||fw(A)||nw()}function ow(A,c){if(typeof A!="object"||!A)return A;var e=A[Symbol.toPrimitive];if(e!==void 0){var t=e.call(A,c||"default");if(typeof t!="object")return t;throw new TypeError("@@toPrimitive must return a primitive value.")}return(c==="string"?String:Number)(A)}function iw(A){var c=ow(A,"string");return typeof c=="symbol"?c:c+""}function H4(A){"@babel/helpers - typeof";return H4=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c},H4(A)}function fw(A,c){if(A){if(typeof A=="string")return s8(A,c);var e={}.toString.call(A).slice(8,-1);return e==="Object"&&A.constructor&&(e=A.constructor.name),e==="Map"||e==="Set"?Array.from(A):e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?s8(A,c):void 0}}function d0(A,c){return Array.isArray(c)&&c.length>0||!Array.isArray(c)&&c?u2({},A,c):{}}function mw(A){var c,e=(c={"fa-spin":A.spin,"fa-pulse":A.pulse,"fa-fw":A.fixedWidth,"fa-border":A.border,"fa-li":A.listItem,"fa-inverse":A.inverse,"fa-flip":A.flip===!0,"fa-flip-horizontal":A.flip==="horizontal"||A.flip==="both","fa-flip-vertical":A.flip==="vertical"||A.flip==="both"},u2(u2(u2(u2(u2(u2(u2(u2(u2(u2(c,"fa-".concat(A.size),A.size!==null),"fa-rotate-".concat(A.rotation),A.rotation!==null),"fa-rotate-by",A.rotateBy),"fa-pull-".concat(A.pull),A.pull!==null),"fa-swap-opacity",A.swapOpacity),"fa-bounce",A.bounce),"fa-shake",A.shake),"fa-beat",A.beat),"fa-fade",A.fade),"fa-beat-fade",A.beatFade),u2(u2(u2(u2(c,"fa-flash",A.flash),"fa-spin-pulse",A.spinPulse),"fa-spin-reverse",A.spinReverse),"fa-width-auto",A.widthAuto));return Object.keys(e).map(function(t){return e[t]?t:null}).filter(function(t){return t})}var uw=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},ne={exports:{}};(function(A){(function(c){var e=function(C,g,L){if(!f(g)||m(g)||u(g)||d(g)||r(g))return g;var M,w=0,z=0;if(i(g))for(M=[],z=g.length;w<z;w++)M.push(e(C,g[w],L));else{M={};for(var b in g)Object.prototype.hasOwnProperty.call(g,b)&&(M[C(b,L)]=e(C,g[b],L))}return M},t=function(C,g){g=g||{};var L=g.separator||"_",M=g.split||/(?=[A-Z])/;return C.split(M).join(L)},l=function(C){return p(C)?C:(C=C.replace(/[\-_\s]+(.)?/g,function(g,L){return L?L.toUpperCase():""}),C.substr(0,1).toLowerCase()+C.substr(1))},s=function(C){var g=l(C);return g.substr(0,1).toUpperCase()+g.substr(1)},a=function(C,g){return t(C,g).toLowerCase()},o=Object.prototype.toString,r=function(C){return typeof C=="function"},f=function(C){return C===Object(C)},i=function(C){return o.call(C)=="[object Array]"},m=function(C){return o.call(C)=="[object Date]"},u=function(C){return o.call(C)=="[object RegExp]"},d=function(C){return o.call(C)=="[object Boolean]"},p=function(C){return C=C-0,C===C},h=function(C,g){var L=g&&"process"in g?g.process:g;return typeof L!="function"?C:function(M,w){return L(M,C,w)}},B={camelize:l,decamelize:a,pascalize:s,depascalize:a,camelizeKeys:function(C,g){return e(h(l,g),C)},decamelizeKeys:function(C,g){return e(h(a,g),C,g)},pascalizeKeys:function(C,g){return e(h(s,g),C)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};A.exports?A.exports=B:c.humps=B})(uw)})(ne);var pw=ne.exports,dw=["class","style"];function hw(A){return A.split(";").map(function(c){return c.trim()}).filter(function(c){return c}).reduce(function(c,e){var t=e.indexOf(":"),l=pw.camelize(e.slice(0,t)),s=e.slice(t+1).trim();return c[l]=s,c},{})}function gw(A){return A.split(/\s+/).reduce(function(c,e){return c[e]=!0,c},{})}function a8(A){var c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(typeof A=="string")return A;var t=(A.children||[]).map(function(r){return a8(r)}),l=Object.keys(A.attributes||{}).reduce(function(r,f){var i=A.attributes[f];switch(f){case"class":r.class=gw(i);break;case"style":r.style=hw(i);break;default:r.attrs[f]=i}return r},{attrs:{},class:{},style:{}});e.class;var s=e.style,a=s===void 0?{}:s,o=aw(e,dw);return n.h(A.tag,U2(U2(U2({},c),{},{class:l.class,style:U2(U2({},l.style),a)},l.attrs),o),t)}var ae=!1;try{ae=process.env.NODE_ENV==="production"}catch{}function Cw(){if(!ae&&console&&typeof console.error=="function"){var A;(A=console).error.apply(A,arguments)}}function re(A){if(A&&H4(A)==="object"&&A.prefix&&A.iconName&&A.icon)return A;if(k4.icon)return k4.icon(A);if(A===null)return null;if(H4(A)==="object"&&A.prefix&&A.iconName)return A;if(Array.isArray(A)&&A.length===2)return{prefix:A[0],iconName:A[1]};if(typeof A=="string")return{prefix:"fas",iconName:A}}var Bw=n.defineComponent({name:"FontAwesomeIcon",props:{border:{type:Boolean,default:!1},fixedWidth:{type:Boolean,default:!1},flip:{type:[Boolean,String],default:!1,validator:function(c){return[!0,!1,"horizontal","vertical","both"].indexOf(c)>-1}},icon:{type:[Object,Array,String],required:!0},mask:{type:[Object,Array,String],default:null},maskId:{type:String,default:null},listItem:{type:Boolean,default:!1},pull:{type:String,default:null,validator:function(c){return["right","left"].indexOf(c)>-1}},pulse:{type:Boolean,default:!1},rotation:{type:[String,Number],default:null,validator:function(c){return[90,180,270].indexOf(Number.parseInt(c,10))>-1}},rotateBy:{type:Boolean,default:!1},swapOpacity:{type:Boolean,default:!1},size:{type:String,default:null,validator:function(c){return["2xs","xs","sm","lg","xl","2xl","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"].indexOf(c)>-1}},spin:{type:Boolean,default:!1},transform:{type:[String,Object],default:null},symbol:{type:[Boolean,String],default:!1},title:{type:String,default:null},titleId:{type:String,default:null},inverse:{type:Boolean,default:!1},bounce:{type:Boolean,default:!1},shake:{type:Boolean,default:!1},beat:{type:Boolean,default:!1},fade:{type:Boolean,default:!1},beatFade:{type:Boolean,default:!1},flash:{type:Boolean,default:!1},spinPulse:{type:Boolean,default:!1},spinReverse:{type:Boolean,default:!1},widthAuto:{type:Boolean,default:!1}},setup:function(c,e){var t=e.attrs,l=n.computed(function(){return re(c.icon)}),s=n.computed(function(){return d0("classes",mw(c))}),a=n.computed(function(){return d0("transform",typeof c.transform=="string"?k4.transform(c.transform):c.transform)}),o=n.computed(function(){return d0("mask",re(c.mask))}),r=n.computed(function(){var i=U2(U2(U2(U2({},s.value),a.value),o.value),{},{symbol:c.symbol,maskId:c.maskId});return i.title=c.title,i.titleId=c.titleId,ew(l.value,i)});n.watch(r,function(i){if(!i)return Cw("Could not find one or more icon(s)",l.value,o.value)},{immediate:!0});var f=n.computed(function(){return r.value?a8(r.value.abstract[0],{},t):null});return function(){return f.value}}});n.defineComponent({name:"FontAwesomeLayers",props:{fixedWidth:{type:Boolean,default:!1}},setup:function(c,e){var t=e.slots,l=le.familyPrefix,s=n.computed(function(){return["".concat(l,"-layers")].concat(n8(c.fixedWidth?["".concat(l,"-fw")]:[]))});return function(){return n.h("div",{class:s.value},t.default?t.default():[])}}}),n.defineComponent({name:"FontAwesomeLayersText",props:{value:{type:[String,Number],default:""},transform:{type:[String,Object],default:null},counter:{type:Boolean,default:!1},position:{type:String,default:null,validator:function(c){return["bottom-left","bottom-right","top-left","top-right"].indexOf(c)>-1}}},setup:function(c,e){var t=e.attrs,l=le.familyPrefix,s=n.computed(function(){return d0("classes",[].concat(n8(c.counter?["".concat(l,"-layers-counter")]:[]),n8(c.position?["".concat(l,"-layers-").concat(c.position)]:[])))}),a=n.computed(function(){return d0("transform",typeof c.transform=="string"?k4.transform(c.transform):c.transform)}),o=n.computed(function(){var f=tw(c.value.toString(),U2(U2({},a.value),s.value)),i=f.abstract;return c.counter&&(i[0].attributes.class=i[0].attributes.class.replace("fa-layers-text","")),i[0]}),r=n.computed(function(){return a8(o.value,{},t)});return function(){return r.value}}});/*!
680
680
  * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
681
681
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
682
682
  * Copyright 2024 Fonticons, Inc.