labmaker-plugin 0.0.203 → 0.0.205

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,4 +1,13 @@
1
- (function(f,rr){typeof exports=="object"&&typeof module<"u"?module.exports=rr(require("vue")):typeof define=="function"&&define.amd?define(["vue"],rr):(f=typeof globalThis<"u"?globalThis:f||self,f.LabmakerPlugin=rr(f.Vue))})(this,function(f){"use strict";const rr="",MA=(e,A)=>{const t=e.__vccOpts||e;for(const[r,n]of A)t[r]=n;return t},Bi={props:["custom-img"],data(){return{imgSRC:this.customImg}},computed:{},methods:{fileUpload(e){const t=e.target.files[0];this.fileProcess(t)},fileProcess(e){this.imgSRC=URL.createObjectURL(e)}},mounted(){}},fi=f.createElementVNode("h1",null,"File Uploader",-1),ui={class:"image-uploader"},di=f.createElementVNode("h1",null,"File Uploader",-1),gi={class:"your-file"},hi=["src"];function wi(e,A,t,r,n,a){return f.openBlock(),f.createElementBlock(f.Fragment,null,[fi,f.createElementVNode("div",ui,[di,f.createElementVNode("input",{onChange:A[0]||(A[0]=(...o)=>a.fileUpload&&a.fileUpload(...o)),type:"file",id:"file-upload",name:"fileUpload",accept:"image/*"},null,32),f.createElementVNode("div",gi,[f.createElementVNode("img",{src:n.imgSRC,alt:"",scrset:""},null,8,hi)])])],64)}const pi=MA(Bi,[["render",wi]]),Eh="",Ci={props:["title"],data(){return{}},computed:{}};function Qi(e,A,t,r,n,a){return f.openBlock(),f.createElementBlock("header",null,[f.createElementVNode("h1",null,f.toDisplayString(t.title),1)])}const mi=MA(Ci,[["render",Qi]]),yh="",vi={data(){return{}},computed:{totalPages(){return this.$store.getters.getPageCount?this.$store.getters.getPageCount:0},currentPage(){return this.$store.getters.getCurrentPage?this.$store.getters.getCurrentPage+1:1},pagerCount(){return this.$store.getters.getPagerCount?this.$store.getters.getPagerCount:0}},methods:{handleCurrentChange(e){this.$store.commit("setCurrentPage",e-1)},changePage(e){console.log("headed to: ",e),this.$store.commit("setCurrentPage",e)}}};function Fi(e,A,t,r,n,a){const o=f.resolveComponent("el-col"),s=f.resolveComponent("el-button"),i=f.resolveComponent("el-row");return f.openBlock(),f.createBlock(i,{gutter:20},{default:f.withCtx(()=>[f.createVNode(o,{span:18}),f.createVNode(o,{span:6,class:"homeButtonContainer"},{default:f.withCtx(()=>[f.createVNode(s,{type:"primary ",onClick:A[0]||(A[0]=f.withModifiers(l=>a.changePage(0),["stop"])),class:"homeButton"},{default:f.withCtx(()=>[f.createTextVNode("Return to Crime Screen")]),_:1})]),_:1})]),_:1})}const Oo=MA(vi,[["render",Fi]]),bh="",Ui={props:["content"],data(){return{}},computed:{getLastPage(){return!!this.$store.getters.getLastPage}},methods:{pixelFormat(e){return typeof e=="number"?e+"px":e},checkStepper(){this.$store.dispatch("lastPageFocus",{})}},mounted(){this.checkStepper()}},Ei={class:"image-container"},yi={class:"image"},bi=["src","alt"],Ii=["innerHTML"],Hi=["innerHTML"],Si=["innerHTML"];function xi(e,A,t,r,n,a){return f.openBlock(),f.createElementBlock("div",Ei,[f.createElementVNode("div",yi,[f.createElementVNode("img",{src:t.content.src,alt:t.content.alt,class:f.normalizeClass(t.content.class)},null,10,bi),t.content.captionHeader?(f.openBlock(),f.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:t.content.captionHeader},null,8,Ii)):f.createCommentVNode("",!0),t.content.caption?(f.openBlock(),f.createElementBlock("span",{key:1,class:"caption",innerHTML:t.content.caption},null,8,Hi)):f.createCommentVNode("",!0),t.content.copyright?(f.openBlock(),f.createElementBlock("span",{key:2,innerHTML:t.content.copyright,class:"copyright"},null,8,Si)):f.createCommentVNode("",!0)])])}const Li=MA(Ui,[["render",xi],["__scopeId","data-v-6d545532"]]),Ih="",Ti={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 e=this.content.height;return e.slice(-2)==="px"?e.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 e=this.content.height;return e.slice(-2)==="px"?e.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 e=this.content.width;return e.slice(-2)==="px"?e.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(e){return e==="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(e){let A={uiconf_id:"35766781",partner_id:"2061901",entry_id:"",height:"400",width:"640",type:"video"};return A.entry_id=this.content.kalturaEntryId,this.content.kalturaType&&(A.type=this.content.kalturaType),A.type==="audio"?A.uiconf_id="36511471":A.type==="audiobtn"?A.uiconf_id="36582731":A.type==="videocc"&&(A.uiconf_id="35766781"),this.content.standalone&&this.$store.commit("setStepHold",!1),"https://cdnapisec.kaltura.com/p/"+A.partner_id+"/sp/"+A.partner_id+"00/embedIframeJs/uiconf_id/"+A.uiconf_id+"/partner_id/"+A.partner_id+"?iframeembed=true&playerId=Kaltura&entry_id="+A.entry_id},showKaltura(){this.showingKaltura=!0},showText(){this.showingText=!this.showingText,this.buttonText=!this.buttonText},tvCleaner(){let e=document.createElement("div");e.innerHTML=this.content.textVersion;for(let A=0;A<e.children.length;A++){let t=e.children[A];if(t.tagName=="DIV"&&t.className=="panel-default"&&t.children[0].dataset.toggle)for(let r=0;r<t.children.length;r++){let n=t.children[r];if(n.dataset.toggle=="collapse"){let a={heading:n.innerHTML,body:t.children[r+1].innerHTML};this.textversionArray[A]=a}}else this.textversionArray[A]=t.outerHTML}}},beforeMount(){this.kalturaLoad(),this.tvCleaner()},mounted(){}},Di={key:0,class:"textVersion"},Ki=f.createElementVNode("h1",null,"Text Version",-1),Oi=["innerHTML"],Mi=["src","width","height"],Ri=["src","width","height"],Ni=["src","width","height"],Vi={key:2,class:"alert alert-danger"};function ki(e,A,t,r,n,a){const o=f.resolveComponent("el-button");return f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["kContainer",t.content.class])},[t.content.textVersion&&n.showingText?(f.openBlock(),f.createElementBlock("div",Di,[Ki,f.createElementVNode("div",{innerHTML:t.content.textVersion},null,8,Oi)])):f.createCommentVNode("",!0),!n.showingText&&t.content.kalturaEntryId?(f.openBlock(),f.createElementBlock("div",{key:1,class:"mainVersion",style:f.normalizeStyle({width:a.kWidth+"px",height:a.kHeight+"px"})},[t.content.kalturaType=="video"&&!n.showingKaltura?(f.openBlock(),f.createElementBlock("div",{key:0,class:f.normalizeClass(["kPoster",{active:n.showingKaltura==!0}]),style:f.normalizeStyle({width:a.kWidth+"px",height:a.kHeight+"px"})},[f.createElementVNode("iframe",{onClick:A[0]||(A[0]=(...s)=>a.showKaltura&&a.showKaltura(...s)),class:"videoIframe",src:a.kalturaMedia(t.content),width:a.kWidth+"px",height:a.kHeight+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Mi)],6)):f.createCommentVNode("",!0),t.content.kalturaType=="audio"?(f.openBlock(),f.createElementBlock("div",{key:1,class:f.normalizeClass(["kAudio",{active:n.showingKaltura==!0}]),onClick:A[1]||(A[1]=(...s)=>a.showKaltura&&a.showKaltura(...s))},[f.createElementVNode("iframe",{id:"my_iframe",src:a.kalturaMedia(t.content),width:a.kWidth+"px",height:a.kHeight+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Ri)],2)):f.createCommentVNode("",!0),t.content.kalturaType=="audiobtn"?(f.openBlock(),f.createElementBlock("div",{key:2,class:f.normalizeClass(["kAudiobtn",{active:n.showingKaltura==!0}]),onClick:A[2]||(A[2]=(...s)=>a.showKaltura&&a.showKaltura(...s))},[f.createElementVNode("iframe",{src:a.kalturaMedia(t.content),width:n.audioBtn.width+"px",height:n.audioBtn.height+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Ni)],2)):f.createCommentVNode("",!0)],4)):f.createCommentVNode("",!0),t.content.kalturaEntryId==""?(f.openBlock(),f.createElementBlock("div",Vi,"There is no Kaltura Entry ID")):f.createCommentVNode("",!0),t.content.textVersion?(f.openBlock(),f.createBlock(o,{key:3,size:"medium",type:"primary","aria-label":"text version",class:"toggleSwitch ftSwitch btn btn-primary vidText",onClick:A[3]||(A[3]=f.withModifiers(s=>a.showText(t.content.kalturaType),["stop"]))},{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(a.getButtonText(t.content.kalturaType)),1)]),_:1})):f.createCommentVNode("",!0)],2)}const Pi=MA(Ti,[["render",ki]]),Hh="",Gi={props:["content"],data(){return{show:!0}},computed:{getShowFeedbackAttempts(){return this.$store.getters.getShowFeedbackAttempts},feedbackHeader(){return this.$store.getters.getShowFeedbackAttempts?"Too many Attempts":this.content.feedbackHeader},feedbackWidth(){return this.content.feedbackWidth?this.content.feedbackWidth:"50%"}},methods:{feedbackClose(){this.content.finalInstructions&&this.$store.commit("updateFinishDirections",!1),this.content.instructions&&this.$store.commit("updateDirections",!1),this.$store.commit("setShowFeedback",!1),this.$store.commit("setShowFeedbackAttempts",!1),this.$store.dispatch("lastPageFocus",{})}},mounted(){}},Xi={class:"my-header"},Wi=["id","innerHTML"],Yi=["innerHTML"],Ji={key:1},ji=["src"],Zi=["innerHTML"],zi={class:"dialog-footer"};function _i(e,A,t,r,n,a){const o=f.resolveComponent("el-button"),s=f.resolveComponent("el-dialog");return f.openBlock(),f.createBlock(s,{width:a.feedbackWidth,modelValue:n.show,"onUpdate:modelValue":A[1]||(A[1]=i=>n.show=i),"before-close":a.feedbackClose},{header:f.withCtx(({close:i,titleId:l,titleClass:c})=>[f.createElementVNode("div",Xi,[f.createElementVNode("h4",{id:l,class:f.normalizeClass(c),innerHTML:a.feedbackHeader},null,10,Wi)])]),footer:f.withCtx(()=>[f.createElementVNode("span",zi,[f.createVNode(o,{size:"small",id:"feedbackClose",type:"primary",onClick:A[0]||(A[0]=f.withModifiers(i=>a.feedbackClose(),["stop"]))},{default:f.withCtx(()=>[f.createTextVNode("Close")]),_:1})])]),default:f.withCtx(()=>[a.getShowFeedbackAttempts?(f.openBlock(),f.createElementBlock(f.Fragment,{key:0},[t.content.feedbackAttempts?(f.openBlock(),f.createElementBlock("p",{key:0,innerHTML:t.content.feedbackAttempts},null,8,Yi)):(f.openBlock(),f.createElementBlock("p",Ji,"You have tried too many times, the correct answer has been provided for you."))],64)):(f.openBlock(),f.createElementBlock(f.Fragment,{key:1},[t.content.feedbackImage?(f.openBlock(),f.createElementBlock("img",{key:0,class:"im-ButtonImage",src:t.content.feedbackImage,alt:"button image"},null,8,ji)):f.createCommentVNode("",!0),f.createElementVNode("p",{innerHTML:t.content.feedback},null,8,Zi)],64))]),_:1},8,["width","modelValue","before-close"])}const Mo=MA(Gi,[["render",_i]]),Sh="",qi={components:{Feedback:Mo},inject:["message"],props:["content"],data(){return{dialogVisible:!1,feedbackVisibility:[],feedbackIndex:0}},computed:{getLastPage(){return!!this.$store.getters.getLastPage}},methods:{pixelFormat(e){return typeof e=="number"?e+"px":e},changePage(e,A){e.pageLink?this.$store.commit("setCurrentPage",e.pageLink):e.feedback&&(this.feedbackIndex=A,this.feedbackVisibility.indexOf(A)===-1&&this.feedbackVisibility.push(A),this.$store.commit("setShowFeedback",!0),this.content.hotspots.length-1===this.feedbackVisibility.length-1&&(this.$store.commit("setStepHold",!1),this.$store.commit("setStepDone",!0)),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()}))},showFeedback(e){return!!(this.$store.getters.getShowFeedback&&this.feedbackIndex===e)}},beforeMount(){this.$store.commit("setStepDone",!1),this.$store.commit("setStepHold",!0)}},$i={class:"imageMarker"},Al=["src","alt"],el={class:"hotspotArea"},tl=["src","alt"],rl={class:"im-buttonText"};function nl(e,A,t,r,n,a){const o=f.resolveComponent("el-button"),s=f.resolveComponent("Feedback");return f.openBlock(),f.createElementBlock("div",$i,[f.createElementVNode("img",{src:t.content.image,alt:t.content.imageAlt},null,8,Al),f.createElementVNode("div",el,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(t.content.hotspots,(i,l)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[f.createVNode(o,{type:i.buttonType,onClick:f.withModifiers(c=>a.changePage(i,l),["stop"]),id:"hotspot_"+l,class:f.normalizeClass([["is-"+i.buttonShape,{noBG:i.buttonImage},i.class],"hotspot"]),style:f.normalizeStyle({top:a.pixelFormat(i.cordinatesX),left:a.pixelFormat(i.cordinatesY),width:a.pixelFormat(i.dimensionsW),height:a.pixelFormat(i.dimensionsH)}),icon:i.buttonIcon},{default:f.withCtx(()=>[i.buttonImage?(f.openBlock(),f.createElementBlock("img",{key:0,class:"im-ButtonImage",src:i.buttonImage,alt:"image marker "+Number(l+1)},null,8,tl)):f.createCommentVNode("",!0),f.createElementVNode("span",rl,f.toDisplayString(i.name),1)]),_:2},1032,["type","onClick","id","class","style","icon"]),a.showFeedback(l)?(f.openBlock(),f.createBlock(s,{key:0,content:i},null,8,["content"])):f.createCommentVNode("",!0)],64))),256))])])}const ol=MA(qi,[["render",nl],["__scopeId","data-v-3897bfb2"]]),xh="",al={props:["content"],data(){return{imageReplaced:!1,imageSrc:this.content.image,imageAlt:this.content.imageAlt}},computed:{getLastPage(){return!!this.$store.getters.getLastPage}},methods:{pixelFormat(e){return typeof e=="number"?e+"px":e},changeImage(e){this.imageReplaced=!0,this.imageSrc=this.content.hotspots[e].imageOverlay,this.imageAlt=this.content.hotspots[e].imageOverlayAlt,this.$store.commit("setStepHold",!1),this.$store.dispatch("lastPageFocus",{})}}},sl=["innerHTML"],il=["src","alt"],ll={class:"hotspotArea"};function cl(e,A,t,r,n,a){const o=f.resolveComponent("el-col"),s=f.resolveComponent("el-button"),i=f.resolveComponent("el-row");return f.openBlock(),f.createBlock(i,{class:"imageReplacer"},{default:f.withCtx(()=>[f.createVNode(o,{span:12},{default:f.withCtx(()=>[f.createElementVNode("p",{class:"imageReplacerDescription",innerHTML:t.content.description},null,8,sl)]),_:1}),f.createVNode(o,{span:12},{default:f.withCtx(()=>[f.createElementVNode("img",{class:"im-ButtonImage",src:n.imageSrc,alt:n.imageAlt},null,8,il),f.createElementVNode("div",ll,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(t.content.hotspots,(l,c)=>(f.openBlock(),f.createBlock(s,{type:l.buttonType,onClick:f.withModifiers(B=>a.changeImage(c),["stop"]),class:"hotspot",style:f.normalizeStyle({top:a.pixelFormat(l.cordinatesX),left:a.pixelFormat(l.cordinatesY),width:a.pixelFormat(l.dimensionsW),height:a.pixelFormat(l.dimensionsH)}),icon:l.buttonIcon},null,8,["type","onClick","style","icon"]))),256))])]),_:1})]),_:1})}const Bl=MA(al,[["render",cl],["__scopeId","data-v-02e047cd"]]),Lh="",fl={components:{},props:["content"],data(){return{quizArray:[],quizOptions:[],quizItemCompleted:[],input:[],feedbackIndex:-1,totalAttempts:99,correctChoices:[],feedbackObject:{},value1:""}},watch:{},computed:{quizArrayCount(){return this.quizArray.length-1},getAttempt(){return this.$store.getters.getAttempts},getShowFeedbackAttempts(){return this.$store.getters.getShowFeedbackAttempts}},methods:{quizArrayCompleted(e){return!(this.quizItemCompleted.includes(e)||e===0)},prepareQuiz(){this.quizArray=this.content.quiz.split("*_").filter(e=>e),this.content.options.forEach((e,A)=>{e.options?e.random?this.quizOptions.push(this.shuffle(e.options)):this.quizOptions.push(e.options):this.quizOptions.push(!1)})},quizType(e){return this.content.options[e]&&this.content.options[e].type?this.content.options[e].type:!1},quizDisplay(e){return this.content.options[e]&&this.content.options[e].display?this.content.options[e].display:"Select"},quizClass(e){return this.content.options[e]&&this.content.options[e].class?this.content.options[e].class:""},shuffle(e){let A=e.length,t;for(;A!=0;)t=Math.floor(Math.random()*A),A--,[e[A],e[t]]=[e[t],e[A]];return e},choicesCheck(){if(this.getAttempt<this.content.attempts){let e=!0,A=!1;this.input.length===0?this.content.options[0].stopFlow&&(A=!0,this.feedbackObject.feedbackHeader=this.content.options[0].notSelectedHeader,this.feedbackObject.feedback=this.content.options[0].notSelectedBody):this.content.options.forEach((t,r)=>{this.input[r]?this.input[r]!==this.content.options[r].answer&&(e=!1):this.content.options[this.input.length].stopFlow&&(A=!0,this.feedbackObject.feedbackHeader=this.content.options[this.input.length].notSelectedHeader,this.feedbackObject.feedback=this.content.options[this.input.length].notSelectedBody)}),this.$store.commit("setAttempts",this.getAttempt+1),e===!0&&this.input.length===this.quizArray.length?(this.choicesComplete(),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(A||(this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback),this.$store.commit("setAttempts",this.getAttempt+1))}else this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.$store.commit("setShowFeedbackAttempts",!0),this.choicesComplete();this.$store.commit("setShowFeedback",!0),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(){this.quizArray.forEach((e,A)=>{this.input[A]?this.input[A]=this.content.options[A].answer:this.input.push(this.content.options[A].answer),this.quizItemCompleted.push(A+1)}),this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1)},choicesMade(e){this.quizItemCompleted.includes(e+1)===!1&&this.quizItemCompleted.push(e+1)},showFeedback(){return!!this.$store.getters.getShowFeedback}},mounted(){if(this.prepareQuiz(),this.$store.getters.getDirections.display===!1){let e=document.getElementsByClassName("selectableButton");setTimeout(()=>{e[0].focus()})}},beforeMount(){this.$store.commit("setStepDone",!1),this.$store.commit("setAttempts",0),this.feedbackIndex=-1,this.content.attempts&&(this.totalAttempts=this.content.attempts)}};function ul(e,A,t,r,n,a){const o=f.resolveComponent("el-option"),s=f.resolveComponent("el-select"),i=f.resolveComponent("el-date-picker"),l=f.resolveComponent("el-button"),c=f.resolveComponent("lab-feedback");return f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["drop-down",t.content.class])},[f.createElementVNode("p",null,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(n.quizArray,(B,u)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[f.createElementVNode("span",{class:f.normalizeClass(a.quizClass(u))},[f.createElementVNode("span",{class:f.normalizeClass("quizText quizSection_"+u)},f.toDisplayString(B)+" ",3),a.quizType(u)==="choose"?(f.openBlock(),f.createBlock(s,{key:0,onChange:d=>a.choicesMade(u),modelValue:n.input[u],"onUpdate:modelValue":d=>n.input[u]=d,placeholder:a.quizDisplay(u)},{default:f.withCtx(()=>[a.quizArrayCompleted(u)?f.createCommentVNode("",!0):(f.openBlock(!0),f.createElementBlock(f.Fragment,{key:0},f.renderList(n.quizOptions[u],d=>(f.openBlock(),f.createBlock(o,{key:d,label:d,value:d},null,8,["label","value"]))),128))]),_:2},1032,["onChange","modelValue","onUpdate:modelValue","placeholder"])):f.createCommentVNode("",!0),a.quizType(u)==="date"?(f.openBlock(),f.createBlock(i,{key:1,onChange:d=>a.choicesMade(u),modelValue:n.input[u],"onUpdate:modelValue":d=>n.input[u]=d,type:"date",placeholder:a.quizDisplay(u),format:t.content.options[u].format,"value-format":t.content.options[u].format,disabled:a.quizArrayCompleted(u)},null,8,["onChange","modelValue","onUpdate:modelValue","placeholder","format","value-format","disabled"])):f.createCommentVNode("",!0)],2),f.createTextVNode("  ")],64))),256))]),f.createVNode(l,{size:"small",type:"primary",class:"drop-down-submit",onClick:A[0]||(A[0]=B=>a.choicesCheck())},{default:f.withCtx(()=>[f.createTextVNode("Submit")]),_:1}),a.showFeedback()?(f.openBlock(),f.createBlock(c,{key:0,content:n.feedbackObject},null,8,["content"])):f.createCommentVNode("",!0)],2)}const dl=MA(fl,[["render",ul]]),Th="",gl={components:{},props:["content"],data(){return{quizArray:[],input:[],feedbackIndex:-1,totalAttempts:99,correctChoices:[],feedbackObject:{}}},watch:{},computed:{quizArrayCount(){return this.quizArray.length-1},getAttempt(){return this.$store.getters.getAttempts},getShowFeedbackAttempts(){return this.$store.getters.getShowFeedbackAttempts}},methods:{prepareQuiz(){this.quizArray=this.content.quiz.split("*_")},choicesCheck(){this.getAttempt<this.content.attempts?(this.input.forEach((e,A)=>{if(this.content.answers[A]===e)this.correctChoices.includes(A)===!1&&this.correctChoices.push(A);else if(this.correctChoices.includes(A)===!0){let t=this.correctChoices.indexOf(A);this.correctChoices.splice(t,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(),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(this.$store.commit("setAttempts",this.getAttempt+1),this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback)):(this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.$store.commit("setShowFeedbackAttempts",!0),this.choicesComplete()),this.$store.commit("setShowFeedback",!0),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(){this.input.forEach((e,A)=>{this.input[A]=this.content.answers[A]}),this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1)},showFeedback(){return!!this.$store.getters.getShowFeedback}},mounted(){if(this.prepareQuiz(),this.$store.getters.getDirections.display===!1){let e=document.getElementsByClassName("selectableButton");setTimeout(()=>{e[0].focus()})}},beforeMount(){this.$store.commit("setStepDone",!1),this.$store.commit("setAttempts",0),this.feedbackIndex=-1,this.content.attempts&&(this.totalAttempts=this.content.attempts)}};function hl(e,A,t,r,n,a){const o=f.resolveComponent("el-input"),s=f.resolveComponent("el-button"),i=f.resolveComponent("lab-feedback");return f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["fill-blank",t.content.class])},[f.createElementVNode("p",null,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(n.quizArray,(l,c)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[f.createTextVNode(f.toDisplayString(l),1),c<a.quizArrayCount?(f.openBlock(),f.createBlock(o,{key:0,modelValue:n.input[c],"onUpdate:modelValue":B=>n.input[c]=B,placeholder:"Please input",size:"small"},null,8,["modelValue","onUpdate:modelValue"])):f.createCommentVNode("",!0)],64))),256))]),f.createVNode(s,{size:"small",type:"primary",class:"fill-blank-submit",onClick:A[0]||(A[0]=l=>a.choicesCheck())},{default:f.withCtx(()=>[f.createTextVNode("Submit")]),_:1}),a.showFeedback()?(f.openBlock(),f.createBlock(i,{key:0,content:n.feedbackObject},null,8,["content"])):f.createCommentVNode("",!0)],2)}const wl=MA(gl,[["render",hl]]),Dh="",pl={components:{},props:["content"],data(){return{feedbackIndex:-1,totalAttempts:99}},computed:{getLastPage(){return!!this.$store.getters.getLastPage},getAttempt(){return this.$store.getters.getAttempts},getShowFeedbackAttempts(){return this.$store.getters.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(e){return typeof e=="number"?e+"px":e},choicesComplete(){let e=document.querySelectorAll(".selectableButton");for(let A=0;A<e.length;A++)e[A].classList.add("is-failure"),e[A].setAttribute("disabled",!0),this.content.choices[A].correct&&e[A].classList.add("is-success");this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1)},choicesCheck(e){this.getAttempt<Number(this.content.attempts)?this.content.choices[e].correct===!0?(console.log(" it was true"),this.choicesComplete()):this.$store.commit("setAttempts",this.getAttempt+1):(this.content.choices[e].correct!==!0&&this.$store.commit("setShowFeedbackAttempts",!0),this.choicesComplete()),this.feedbackIndex=e,this.$store.commit("setShowFeedback",!0),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},shuffledChoices(){let e=this.content.choices;for(let A=e.length-1;A>0;A--){const t=Math.floor(Math.random()*(A+1));[e[A],e[t]]=[e[t],e[A]]}this.content.choices=e},showFeedback(e){return this.$store.getters.getShowFeedback&&this.feedbackIndex===e?(this.content.choices[e].correct&&this.choicesComplete(),!0):!1}},mounted(){if(this.$store.getters.getDirections.display===!1){let e=document.getElementsByClassName("selectableButton");setTimeout(()=>{e[0].focus()})}},beforeMount(){this.$store.commit("setStepDone",!1),this.$store.commit("setAttempts",0),this.feedbackIndex=-1,this.shuffledChoices(),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},Cl=["innerHTML"],Ql={class:"buttonSpan"},ml=["src","alt"],vl={class:"selectable-buttonText"};function Fl(e,A,t,r,n,a){const o=f.resolveComponent("lab-image"),s=f.resolveComponent("el-col"),i=f.resolveComponent("el-divider"),l=f.resolveComponent("el-button"),c=f.resolveComponent("lab-feedback"),B=f.resolveComponent("el-row");return f.openBlock(),f.createBlock(B,{id:t.content.id,class:f.normalizeClass(["selectable",t.content.classes])},{default:f.withCtx(()=>[f.createVNode(s,{span:a.leftColWidth(e.index)},{default:f.withCtx(()=>[t.content.directions?(f.openBlock(),f.createElementBlock("p",{key:0,innerHTML:t.content.directions},null,8,Cl)):f.createCommentVNode("",!0),t.content.image?(f.openBlock(),f.createBlock(o,{key:1,content:t.content.image},null,8,["content"])):f.createCommentVNode("",!0)]),_:1},8,["span"]),f.createVNode(s,{span:a.rightColWidth(e.index),class:"selectArea"},{default:f.withCtx(()=>[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(t.content.choices,(u,d)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[!t.content.noDivider&&d>0?(f.openBlock(),f.createBlock(i,{key:0})):f.createCommentVNode("",!0),f.createVNode(l,{size:"small",type:"primary",class:"selectableButton",style:f.normalizeStyle({width:a.pixelFormat(t.content.choiceWidth),height:a.pixelFormat(t.content.choiceHeight)}),onClick:g=>a.choicesCheck(d)},{default:f.withCtx(()=>[f.createElementVNode("div",Ql,[u.image?(f.openBlock(),f.createElementBlock("img",{key:0,class:"im-ButtonImage",src:u.image,alt:u.alt?u.alt:"button image"},null,8,ml)):f.createCommentVNode("",!0),f.createElementVNode("span",vl,f.toDisplayString(u.text),1)])]),_:2},1032,["style","onClick"]),a.showFeedback(d)?(f.openBlock(),f.createBlock(c,{key:1,content:u},null,8,["content"])):f.createCommentVNode("",!0)],64))),256))]),_:1},8,["span"])]),_:1},8,["id","class"])}const Ul=MA(pl,[["render",Fl],["__scopeId","data-v-bc83f1c6"]]),Kh="",El={components:{},props:["content"],data(){return{input:"",feedbackIndex:-1,totalAttempts:99,correctChoices:[],feedbackObject:{}}},watch:{},computed:{getAttempt(){return this.$store.getters.getAttempts},getShowFeedbackAttempts(){return this.$store.getters.getShowFeedbackAttempts}},methods:{choicesCheck(){if(this.getAttempt<this.content.attempts){let e=!1;this.content.answers.forEach((A,t)=>{let r=A.toLowerCase();this.input.toLowerCase().includes(r)||(e=!0)}),e?(this.$store.commit("setAttempts",this.getAttempt+1),this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback):(this.choicesComplete(),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback)}else this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.$store.commit("setShowFeedbackAttempts",!0),this.choicesComplete();this.$store.commit("setShowFeedback",!0),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(){this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1)},showFeedback(){return!!this.$store.getters.getShowFeedback}},mounted(){if(this.$store.getters.getDirections.display===!1){let e=document.getElementsByClassName("selectableButton");setTimeout(()=>{e[0].focus()})}},beforeMount(){this.$store.commit("setStepDone",!1),this.$store.commit("setAttempts",0),this.feedbackIndex=-1,this.content.attempts&&(this.totalAttempts=this.content.attempts)}};function yl(e,A,t,r,n,a){const o=f.resolveComponent("el-input"),s=f.resolveComponent("el-button"),i=f.resolveComponent("lab-feedback");return f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["textbox",t.content.class])},[f.createElementVNode("p",null,f.toDisplayString(t.content.quiz),1),f.createVNode(o,{modelValue:n.input,"onUpdate:modelValue":A[0]||(A[0]=l=>n.input=l),autosize:{minRows:4,maxRows:8},type:"textarea",placeholder:"Please input"},null,8,["modelValue"]),f.createVNode(s,{size:"small",type:"primary",class:"fill-blank-submit",onClick:A[1]||(A[1]=l=>a.choicesCheck())},{default:f.withCtx(()=>[f.createTextVNode("Submit")]),_:1}),a.showFeedback()?(f.openBlock(),f.createBlock(i,{key:0,content:n.feedbackObject},null,8,["content"])):f.createCommentVNode("",!0)],2)}const bl=MA(El,[["render",yl]]),Oh="",Il={components:{},props:["content"],data(){return{quizArray:[],quizOptions:[],input:[],feedbackIndex:-1,totalAttempts:99,correctChoices:[],feedbackObject:{},value1:"",showMenuOverlay:!1}},watch:{},computed:{getAttempt(){return this.$store.getters.getAttempts},getShowFeedbackAttempts(){return this.$store.getters.getShowFeedbackAttempts}},methods:{showSub(e){let A=document.getElementById(e);A.classList.contains("jl-menu-sub_show")?(this.showMenuOverlay=!1,this.hideSubs()):(this.showMenuOverlay=!0,A.classList.add("jl-menu-sub_show"))},showSubSub(e){let A=document.getElementById(e);A.classList.contains("jl-menu-sub-sub_show")?(this.showMenuOverlay=!1,this.hideSubs()):(this.showMenuOverlay=!0,A.classList.add("jl-menu-sub-sub_show"))},hideSubs(){this.showMenuOverlay=!1;let e=document.getElementsByClassName("jl-menu-sub_show");for(;e.length>0;)e[0].classList.remove("jl-menu-sub_show");let A=document.getElementsByClassName("jl-menu-sub-sub_show");for(;A.length>0;)A[0].classList.remove("jl-menu-sub-sub_show")},choicesCheck(e){this.hideSubs();let A=!1,t="";if(this.getAttempt<this.content.attempts){if(typeof e=="string"){let r=e.split("-");r.forEach((n,a)=>{r[a]=Number(n)}),r.length===2?this.content.menu[r[0]].subMenu[r[1]].correct&&(this.content.menu[r[0]].subMenu[r[1]].page&&(t=this.content.menu[r[0]].subMenu[r[1]].page),A=!0):r.length===3&&this.content.menu[r[0]].subMenu[r[1]].subMenu[r[2]].correct&&(this.content.menu[r[0]].subMenu[r[1]].subMenu[r[2]].page&&(t=this.content.menu[r[0]].subMenu[r[1]].subMenu[r[2]].page),A=!0)}else this.content.menu[e].correct&&(this.content.menu[e].page&&(t=this.content.menu[e].page),A=!0);A?(this.choicesComplete(t),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(this.$store.commit("setAttempts",this.getAttempt+1),this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback)}else this.$store.commit("setShowFeedbackAttempts",!0),this.choicesComplete();t===""&&this.$store.commit("setShowFeedback",!0),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(e){this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1),e!==""&&this.$store.commit("setCurrentPage",e)},showFeedback(){return!!this.$store.getters.getShowFeedback}},mounted(){this.$store.getters.getDirections.display===!1&&(document.getElementsByClassName("selectableButton"),setTimeout(()=>{}))},beforeMount(){this.$store.commit("setStepDone",!1),this.$store.commit("setAttempts",0),this.feedbackIndex=-1,this.content.attempts&&(this.totalAttempts=this.content.attempts)}},Hl={key:0},Sl=["index","onClick"],xl={class:"jl-menu-sub__title"},Ll=["id"],Tl=["index","onClick"],Dl={class:"jl-menu-sub-sub__title"},Kl=["id"],Ol=["index","onClick"],Ml=["onClick"],Rl={key:1,class:"jl-menu-item"},Nl=["index","onClick"];function Vl(e,A,t,r,n,a){const o=f.resolveComponent("CaretBottom"),s=f.resolveComponent("el-icon"),i=f.resolveComponent("CaretRight"),l=f.resolveComponent("lab-feedback");return f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["menu-chooser",t.content.class])},[n.showMenuOverlay?(f.openBlock(),f.createElementBlock("div",{key:0,class:"nav-mask",onClick:A[0]||(A[0]=(...c)=>a.hideSubs&&a.hideSubs(...c))})):f.createCommentVNode("",!0),f.createElementVNode("p",null,f.toDisplayString(t.content.quiz),1),f.createElementVNode("div",{class:"jl-menu",onSelect:A[1]||(A[1]=(...c)=>a.choicesCheck&&a.choicesCheck(...c))},[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(t.content.menu,(c,B)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[c.subMenu?(f.openBlock(),f.createElementBlock("div",Hl,[f.createElementVNode("button",{class:f.normalizeClass("jl-menu-sub sub-"+B),index:B,tabindex:"0",role:"menuitem",onClick:f.withModifiers(u=>a.showSub("sub-"+B),["stop"])},[f.createElementVNode("div",xl,[f.createTextVNode(f.toDisplayString(c.name)+" ",1),f.createVNode(s,null,{default:f.withCtx(()=>[f.createVNode(o)]),_:1})])],10,Sl),f.createElementVNode("div",{class:"jl-menu-sub-menu",id:"sub-"+B},[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(c.subMenu,(u,d)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[u.subMenu?(f.openBlock(),f.createElementBlock(f.Fragment,{key:0},[f.createElementVNode("button",{class:f.normalizeClass("jl-menu-sub-sub sub-sub-"+d),index:B+"-"+d,tabindex:"0",role:"menuitem",onClick:f.withModifiers(g=>a.showSubSub("sub-sub-"+B),["stop"])},[f.createElementVNode("div",Dl,[f.createTextVNode(f.toDisplayString(u.name),1),f.createVNode(s,null,{default:f.withCtx(()=>[f.createVNode(i)]),_:1})])],10,Tl),f.createElementVNode("div",{class:"jl-menu-sub-sub-menu",id:"sub-sub-"+B},[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(u.subMenu,(g,h)=>(f.openBlock(),f.createElementBlock("button",{class:"jl-menu-sub-sub-item",index:B+"-"+d+"-"+h,tabindex:"0",role:"menuitem",onClick:f.withModifiers(w=>a.choicesCheck(B+"-"+d+"-"+h),["stop"])},[f.createElementVNode("div",null,f.toDisplayString(g.name),1)],8,Ol))),256))],8,Kl)],64)):(f.openBlock(),f.createElementBlock("button",{key:1,class:"jl-menu-sub-item",tabindex:"0",role:"menuitem",onClick:f.withModifiers(g=>a.choicesCheck(B+"-"+d),["stop"])},[f.createElementVNode("div",null,f.toDisplayString(u.name),1)],8,Ml))],64))),256))],8,Ll)])):(f.openBlock(),f.createElementBlock("div",Rl,[f.createElementVNode("button",{class:"jl-menu-item",index:B,tabindex:"0",role:"menuitem",onClick:f.withModifiers(u=>a.choicesCheck(B),["stop"])},f.toDisplayString(c.name),9,Nl)]))],64))),256))],32),a.showFeedback()?(f.openBlock(),f.createBlock(l,{key:1,content:n.feedbackObject},null,8,["content"])):f.createCommentVNode("",!0)],2)}const kl=MA(Il,[["render",Vl]]),Mh="",Ro={y:{t:"top",m:"marginTop",b:"bottom"},x:{l:"left",m:"marginLeft",r:"right"}};function Pl(e){e.forEach((A,t)=>{document.documentElement.addEventListener(t,A)})}function Gl(e){e.forEach((A,t)=>{document.documentElement.removeEventListener(t,A)})}const Xl={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(e){return e>=0}},gridY:{type:Number,default:50,validator(e){return e>=0}},parentW:{type:Number,default:0,validator(e){return e>=0}},parentH:{type:Number,default:0,validator(e){return e>=0}},w:{type:[String,Number],default:200,validator(e){return typeof e=="string"?e==="auto":e>=0}},h:{type:[String,Number],default:200,validator(e){return typeof e=="string"?e==="auto":e>=0}},minw:{type:Number,default:50,validator(e){return e>=0}},minh:{type:Number,default:50,validator(e){return e>=0}},x:{type:Number,default:0,validator(e){return typeof e=="number"}},y:{type:Number,default:0,validator(e){return typeof e=="number"}},z:{type:[String,Number],default:"auto",validator(e){return typeof e=="string"?e==="auto":e>=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(e){return["x","y","both","none"].indexOf(e)!==-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]]),Pl(this.domEvents),this.dragHandle&&[...this.$el.querySelectorAll(this.dragHandle)].forEach(e=>{e.setAttribute("data-drag-handle",this._uid)}),this.dragCancel&&[...this.$el.querySelectorAll(this.dragCancel)].forEach(e=>{e.setAttribute("data-drag-cancel",this._uid)})},beforeUnmount(){Gl(this.domEvents)},methods:{deselect(){this.preventActiveBehavior||(this.active=!1)},move(e){if(!this.stickDrag&&!this.bodyDrag)return;e.stopPropagation();const A=typeof e.pageX<"u"?e.pageX:e.touches[0].pageX,t=typeof e.pageY<"u"?e.pageY:e.touches[0].pageY,{dimensionsBeforeMove:r}=this,n={x:(r.pointerX-A)/this.parentScaleX,y:(r.pointerY-t)/this.parentScaleY};if(this.stickDrag&&this.stickMove(n),this.bodyDrag){if(this.axis==="x")n.y=0;else if(this.axis==="y")n.x=0;else if(this.axis==="none")return;this.bodyMove(n)}},up(e){this.stickDrag?this.stickUp(e):this.bodyDrag&&this.bodyUp(e)},bodyDown(e){const{target:A,button:t}=e;if(this.preventActiveBehavior||(this.active=!0),t&&t!==0||(this.$emit("clicked",e),!this.active)||this.dragHandle&&A.getAttribute("data-drag-handle")!==this._uid.toString()||this.dragCancel&&A.getAttribute("data-drag-cancel")===this._uid.toString())return;typeof e.stopPropagation<"u"&&e.stopPropagation(),typeof e.preventDefault<"u"&&e.preventDefault(),this.isDraggable&&(this.bodyDrag=!0);const r=typeof e.pageX<"u"?e.pageX:e.touches[0].pageX,n=typeof e.pageY<"u"?e.pageY:e.touches[0].pageY;this.saveDimensionsBeforeMove({pointerX:r,pointerY:n}),this.parentLimitation&&(this.limits=this.calcDragLimitation())},bodyMove(e){const{dimensionsBeforeMove:A,parentWidth:t,parentHeight:r,gridX:n,gridY:a,width:o,height:s}=this;let i=A.top-e.y,l=A.bottom+e.y,c=A.left-e.x,B=A.right+e.x;if(this.snapToGrid){let u=!0,d=!0,g=i-Math.floor(i/a)*a,h=r-l-Math.floor((r-l)/a)*a,w=c-Math.floor(c/n)*n,p=t-B-Math.floor((t-B)/n)*n;g>a/2&&(g-=a),h>a/2&&(h-=a),w>n/2&&(w-=n),p>n/2&&(p-=n),Math.abs(h)<Math.abs(g)&&(u=!1),Math.abs(p)<Math.abs(w)&&(d=!1),i-=u?g:h,l=r-s-i,c-=d?w:p,B=t-o-c}({newLeft:this.left,newRight:this.right,newTop:this.top,newBottom:this.bottom}=this.rectCorrectionByLimit({newLeft:c,newRight:B,newTop:i,newBottom:l})),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(e,A,t=!1){if((!this.isResizable||!this.active)&&!t)return;this.stickDrag=!0;const r=typeof A.pageX<"u"?A.pageX:A.touches[0].pageX,n=typeof A.pageY<"u"?A.pageY:A.touches[0].pageY;this.saveDimensionsBeforeMove({pointerX:r,pointerY:n}),this.currentStick=e,this.limits=this.calcResizeLimits()},saveDimensionsBeforeMove({pointerX:e,pointerY:A}){this.dimensionsBeforeMove.pointerX=e,this.dimensionsBeforeMove.pointerY=A,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(e){const{currentStick:A,dimensionsBeforeMove:t,gridY:r,gridX:n,snapToGrid:a,parentHeight:o,parentWidth:s}=this;let i=t.top,l=t.bottom,c=t.left,B=t.right;switch(A[0]){case"b":l=t.bottom+e.y,a&&(l=o-Math.round((o-l)/r)*r);break;case"t":i=t.top-e.y,a&&(i=Math.round(i/r)*r);break}switch(A[1]){case"r":B=t.right+e.x,a&&(B=s-Math.round((s-B)/n)*n);break;case"l":c=t.left-e.x,a&&(c=Math.round(c/n)*n);break}({newLeft:c,newRight:B,newTop:i,newBottom:l}=this.rectCorrectionByLimit({newLeft:c,newRight:B,newTop:i,newBottom:l})),this.aspectRatio&&({newLeft:c,newRight:B,newTop:i,newBottom:l}=this.rectCorrectionByAspectRatio({newLeft:c,newRight:B,newTop:i,newBottom:l})),this.left=c,this.right=B,this.top=i,this.bottom=l,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:e,parentHeight:A}=this;return{left:{min:0,max:e-this.width},right:{min:0,max:e-this.width},top:{min:0,max:A-this.height},bottom:{min:0,max:A-this.height}}},calcResizeLimits(){const{aspectFactor:e,width:A,height:t,bottom:r,top:n,left:a,right:o}=this;let{minh:s,minw:i}=this;const l=this.parentLimitation?0:null;this.aspectRatio&&(i/s>e?s=i/e:i=e*s);const c={left:{min:l,max:a+(A-i)},right:{min:l,max:o+(A-i)},top:{min:l,max:n+(t-s)},bottom:{min:l,max:r+(t-s)}};if(this.aspectRatio){const B={left:{min:a-Math.min(n,r)*e*2,max:a+(t-s)/2*e*2},right:{min:o-Math.min(n,r)*e*2,max:o+(t-s)/2*e*2},top:{min:n-Math.min(a,o)/e*2,max:n+(A-i)/2/e*2},bottom:{min:r-Math.min(a,o)/e*2,max:r+(A-i)/2/e*2}};this.currentStick[0]==="m"?(c.left={min:Math.max(c.left.min,B.left.min),max:Math.min(c.left.max,B.left.max)},c.right={min:Math.max(c.right.min,B.right.min),max:Math.min(c.right.max,B.right.max)}):this.currentStick[1]==="m"&&(c.top={min:Math.max(c.top.min,B.top.min),max:Math.min(c.top.max,B.top.max)},c.bottom={min:Math.max(c.bottom.min,B.bottom.min),max:Math.min(c.bottom.max,B.bottom.max)})}return c},sideCorrectionByLimit(e,A){let t=A;return e.min!==null&&A<e.min?t=e.min:e.max!==null&&e.max<A&&(t=e.max),t},rectCorrectionByLimit(e){const{limits:A}=this;let{newRight:t,newLeft:r,newBottom:n,newTop:a}=e;return r=this.sideCorrectionByLimit(A.left,r),t=this.sideCorrectionByLimit(A.right,t),a=this.sideCorrectionByLimit(A.top,a),n=this.sideCorrectionByLimit(A.bottom,n),{newLeft:r,newRight:t,newTop:a,newBottom:n}},rectCorrectionByAspectRatio(e){let{newLeft:A,newRight:t,newTop:r,newBottom:n}=e;const{parentWidth:a,parentHeight:o,currentStick:s,aspectFactor:i,dimensionsBeforeMove:l}=this;let c=a-A-t,B=o-r-n;if(s[1]==="m"){const u=B-l.height;A-=u*i/2,t-=u*i/2}else if(s[0]==="m"){const u=c-l.width;r-=u/i/2,n-=u/i/2}else c/B>i?(c=i*B,s[1]==="l"?A=a-t-c:t=a-A-c):(B=c/i,s[0]==="t"?r=o-n-B:n=o-r-B);return{newLeft:A,newRight:t,newTop:r,newBottom:n}}},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 e=>{const A={width:`${this.stickSize/this.parentScaleX}px`,height:`${this.stickSize/this.parentScaleY}px`};return A[Ro.y[e[0]]]=`${this.stickSize/this.parentScaleX/-2}px`,A[Ro.x[e[1]]]=`${this.stickSize/this.parentScaleX/-2}px`,A}},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(e){e?this.$emit("activated"):this.$emit("deactivated")},isActive:{immediate:!0,handler(e){this.active=e}},z:{immediate:!0,handler(e){(e>=0||e==="auto")&&(this.zIndex=e)}},x:{handler(e,A){if(this.stickDrag||this.bodyDrag||e===this.left)return;const t=A-e;this.bodyDown({pageX:this.left,pageY:this.top}),this.bodyMove({x:t,y:0}),this.$nextTick(()=>{this.bodyUp()})}},y:{handler(e,A){if(this.stickDrag||this.bodyDrag||e===this.top)return;const t=A-e;this.bodyDown({pageX:this.left,pageY:this.top}),this.bodyMove({x:0,y:t}),this.$nextTick(()=>{this.bodyUp()})}},w:{handler(e,A){if(this.stickDrag||this.bodyDrag||e===this.width)return;const t="mr",r=A-e;this.stickDown(t,{pageX:this.right,pageY:this.top+this.height/2},!0),this.stickMove({x:r,y:0}),this.$nextTick(()=>{this.stickUp()})}},h:{handler(e,A){if(this.stickDrag||this.bodyDrag||e===this.height)return;const t="bm",r=A-e;this.stickDown(t,{pageX:this.left+this.width/2,pageY:this.bottom},!0),this.stickMove({x:0,y:r}),this.$nextTick(()=>{this.stickUp()})}},parentW(e){this.right=e-this.width-this.left,this.parentWidth=e},parentH(e){this.bottom=e-this.height-this.top,this.parentHeight=e}}},Wl=["onMousedown","onTouchstart"];function Yl(e,A,t,r,n,a){return f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["vdr",`${n.active||t.isActive?"active":"inactive"} ${t.contentClass?t.contentClass:""}`]),style:f.normalizeStyle(a.positionStyle),onMousedown:A[0]||(A[0]=o=>a.bodyDown(o)),onTouchstart:A[1]||(A[1]=o=>a.bodyDown(o)),onTouchend:A[2]||(A[2]=o=>a.up(o)),ref:"container",tabindex:"0"},[f.createElementVNode("div",{style:f.normalizeStyle(a.sizeStyle),class:"content-container",ref:"container2"},[f.renderSlot(e.$slots,"default")],4),(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(t.sticks,o=>(f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["vdr-stick",["vdr-stick-"+o,t.isResizable?"":"not-resizable"]]),onMousedown:f.withModifiers(s=>a.stickDown(o,s),["stop","prevent"]),onTouchstart:f.withModifiers(s=>a.stickDown(o,s),["stop","prevent"]),style:f.normalizeStyle(a.vdrStick(o))},null,46,Wl))),256))],38)}const No=MA(Xl,[["render",Yl]]),Rh="",Jl={components:{VueDragResize:No},props:["content"],data(){return{}},watch:{},computed:{getLastPage(){return!!this.$store.getters.getLastPage}},methods:{onResizstop(e){console.log("i have stopped resizing",e)},onDragstop(e){},reset(){this.listOne=[]},getParentWidth(){let e=document.getElementsByClassName("fridgemagnet");setTimeout(()=>e[0].offsetWidth)},getParentHeight(){let e=document.getElementsByClassName("fridgemagnet");setTimeout(()=>e[0].offsetHeight)},keyboardMove(e){for(let A of e)document.getElementById(A.id).addEventListener("focusin",r=>{let n=document.getElementsByClassName("fridgemagnet");addEventListener("keydown",function(a){let o=document.getElementById(a.target.id);if(a.altKey&&a.key==="ArrowLeft"){let s=Number(o.style.left.slice(0,-2));s-10<0?o.style.left=`${s}px`:o.style.left=`${s-10}px`}if(a.altKey&&a.key==="ArrowRight"){let s=Number(o.style.left.slice(0,-2));s+10>n[0].offsetWidth-50?o.style.left=`${s}px`:o.style.left=`${s+10}px`}if(a.altKey&&a.key==="ArrowUp"){let s=Number(o.style.top.slice(0,-2));s+10<0?o.style.top=`${s}px`:o.style.top=`${s-10}px`}if(a.altKey&&a.key==="ArrowDown"){let s=Number(o.style.top.slice(0,-2));s+10>n[0].offsetHeight-80?o.style.top=`${s}px`:o.style.top=`${s+10}px`}})})}},mounted(){let e=document.getElementsByClassName("vdr");setTimeout(()=>{e[0].focus()}),this.keyboardMove(e)},beforeMount(){}},jl={class:"fridgemagnet"},Zl=["innerHTML"],zl=["src","alt"],_l=["id","src","alt"],ql=["innerHTML"];function $l(e,A,t,r,n,a){const o=f.resolveComponent("VueDragResize");return f.openBlock(),f.createElementBlock("div",jl,[t.content.directions?(f.openBlock(),f.createElementBlock("p",{key:0,innerHTML:t.content.directions},null,8,Zl)):f.createCommentVNode("",!0),f.createElementVNode("img",{src:t.content.image,alt:t.content.imageAlt},null,8,zl),f.createElementVNode("div",{class:f.normalizeClass(["fridge",t.content.class,t.content.noOutline?"no_outline":""])},[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(t.content.magnets,(s,i)=>(f.openBlock(),f.createBlock(o,{id:"vdr_"+i,isActive:!0,w:s.width?s.width:50,minw:s.minWidth?s.minWidth:50,h:s.height?s.height:50,minh:s.minHeight?s.minHeight:50,x:s.x?s.x:0,y:s.y?s.y:60*i,class:f.normalizeClass(s.class),parentLimitation:!0,parentW:s.parentwidth?s.parentwidth:a.getParentWidth(),parentH:s.parentheight?s.parentheight:a.getParentHeight(),isResizable:s.resizable,isDraggable:s.draggable,snapToGrid:s.snap,gridX:s.snapX,gridY:s.snapY,dragHandle:s.handle,onResizing:e.resize,onDragging:e.resize,aspectRatio:!0,onResizestop:a.onResizstop,onDragstop:a.onDragstop,sticks:["tl","bl","tr","br"]},{default:f.withCtx(()=>[s.image?(f.openBlock(),f.createElementBlock("img",{key:0,id:s.index,src:s.image,alt:s.imageAlt},null,8,_l)):f.createCommentVNode("",!0),s.text?(f.openBlock(),f.createElementBlock("p",{key:1,innerHTML:s.text},null,8,ql)):f.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 Ac=MA(Jl,[["render",$l]]),Nh="",ec={components:{},props:["content"],data(){return{binCount:0,listOne:[],listTwo:[],listTwoCompleted:[],feedbackIndex:-1,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}},getLastPage(){return!!this.$store.getters.getLastPage},getAttempt(){return this.$store.getters.getAttempts},getShowFeedbackAttempts(){return this.$store.getters.getShowFeedbackAttempts}},methods:{failed(){this.listTwo.length>0&&(this.listTwo.forEach(e=>{this.listOne.forEach(A=>{A.forEach(t=>{e.id===t.id&&A.push(e)})})}),this.listTwo="",this.choice.header=this.content.failedHeader,this.choice.feedback=this.content.failedFeedback,this.feedbackVisibility=!0)},createItems(){this.binCount=this.content.bins.length,this.content.bins.forEach((e,A)=>{let t=Math.round(Date.now()/Math.random());e.items.forEach(r=>{r.hide=!0,r.id=t,r.oldKey=A,this.listTwo.push(r)}),this.listOne.push(JSON.parse(JSON.stringify(e.items)))}),this.listTwo.forEach(e=>{e.hide=!1})},dragBackground(e){return`white url(${e}) 0 0 no-repeat`},pixelFormat(e){return typeof e=="number"?e+"px":e},checkMove(e){if(e.to.dataset.index){let A=this.listOne[e.to.dataset.index],t=e.oldIndex,r=!1;A.forEach(n=>{n.hide===!0&&n.id===e.item._underlying_vm_.id&&(r=!0)}),r?(this.$store.commit("setShowFeedback",!0),this.feedbackIndex=t,this.feedbackObject.feedbackHeader=e.item._underlying_vm_.correctHeader,this.feedbackObject.feedback=e.item._underlying_vm_.correctFeedback,this.feedbackObject.feedbackImage=e.item._underlying_vm_.correctFeedbackImage,this.listTwoCompleted.push(t),this.myList2.length===0&&(this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1))):(this.feedbackObject.feedbackHeader=e.item._underlying_vm_.incorrectHeader,this.feedbackObject.feedback=e.item._underlying_vm_.incorrectFeedback,this.feedbackObject.feedbackImage=e.item._underlying_vm_.incorrectFeedbackImage,this.listTwo.push(e.item._underlying_vm_),this.getAttempt<this.content.attempts?this.$store.commit("setAttempts",this.getAttempt+1):(this.$store.commit("setShowFeedbackAttempts",!0),this.failed()),this.$store.commit("setShowFeedback",!0),A.forEach((n,a)=>{n.id===e.item._underlying_vm_.id&&A.splice(a,1)})),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})}},stopMove(){return!1},kbCheckMove(e,A){if(typeof e>"u")this.chooseVisibility=!1;else{if(this.listOne[e][A].id===this.kbCurrentId){let r=-1;this.listTwo.forEach((n,a)=>{n.id===this.kbCurrentId&&(r=a)}),this.$store.commit("setShowFeedback",!0),this.feedbackIndex=A,this.feedbackObject.feedbackHeader=this.listOne[e][A].correctHeader,this.feedbackObject.feedback=this.listOne[e][A].correctFeedback,this.feedbackObject.feedbackImage=this.listOne[e][A].correctFeedbackImage,this.chooseVisibility=!1,this.listTwoCompleted.push(e),this.listTwo.splice(r,1),this.myList2.length===0&&(this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1)),this.listOne[e][A].hide=!1}else this.feedbackObject.feedbackHeader=this.listOne[e][A].incorrectHeader,this.feedbackObject.feedback=this.listOne[e][A].incorrectFeedback,this.feedbackObject.feedbackImage=this.listOne[e][A].incorrectFeedbackImage,this.chooseVisibility=!1,this.$store.commit("setShowFeedback",!0),this.getAttempt<this.content.attempts?this.$store.commit("setAttempts",this.getAttempt+1):(this.chooseVisibility=!1,this.$store.commit("setShowFeedbackAttempts",!0),this.failed());setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})}},keyboardDrag(e){if(e.class.indexOf("preventMove")>0)return!1;this.chooseVisibility=!0,this.kbCurrentId=e.id,setTimeout(()=>{document.getElementById("firstBin").focus()})},showFeedback(){return!!this.$store.getters.getShowFeedback}},mounted(){if(this.$store.getters.getDirections.display===!1){let e=document.getElementsByClassName("dragItems");setTimeout(()=>{e[0].focus()})}},beforeMount(){this.$store.commit("setAttempts",0),this.content.attempts&&(this.totalAttempts=this.content.attempts),this.createItems()}},tc=["innerHTML"],rc=["onClick"],nc=["id","src","alt"],oc={key:0,class:"dropBin"},ac={class:"dragItems"},sc=["id","src","alt"],ic={class:"dialog-footer"};function lc(e,A,t,r,n,a){const o=f.resolveComponent("lab-image"),s=f.resolveComponent("el-col"),i=f.resolveComponent("draggable"),l=f.resolveComponent("el-row"),c=f.resolveComponent("lab-feedback"),B=f.resolveComponent("el-button"),u=f.resolveComponent("el-dialog");return f.openBlock(),f.createElementBlock(f.Fragment,null,[f.createVNode(l,{class:f.normalizeClass(["dragDrop",t.content.handle]),id:"dragItemDiv"},{default:f.withCtx(()=>[f.createVNode(s,{span:24},{default:f.withCtx(()=>[f.createElementVNode("div",{innerHTML:t.content.directions},null,8,tc),t.content.image?(f.openBlock(),f.createBlock(o,{key:0,content:t.content.image},null,8,["content"])):f.createCommentVNode("",!0)]),_:1}),f.createVNode(s,{span:24},{default:f.withCtx(()=>[f.createVNode(i,{class:"dragItems",list:n.listTwo,group:"put",forceFallback:"true",itemKey:"image",sort:!1,onEnd:a.checkMove},{item:f.withCtx(({element:d})=>[f.createElementVNode("div",{class:f.normalizeClass(["dragItem",d.class])},[f.createElementVNode("button",{class:"dragItems",onClick:f.withModifiers(g=>a.keyboardDrag(d),["stop"])},[f.createTextVNode(f.toDisplayString(d.text)+" ",1),d.image?(f.openBlock(),f.createElementBlock("img",{key:0,id:d.id,src:d.image,alt:d.imageAlt},null,8,nc)):f.createCommentVNode("",!0)],8,rc)],2)]),_:1},8,["list","onEnd"])]),_:1}),(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(n.listOne,(d,g)=>(f.openBlock(),f.createBlock(s,{span:a.binColumns},{default:f.withCtx(()=>[f.createElementVNode("h4",null,f.toDisplayString(t.content.bins[g].header),1),f.createVNode(i,{class:f.normalizeClass(["dropBins el-row",t.content.bins[g].class]),"data-index":g,list:n.listOne[g],group:"put",forceFallback:"true",itemKey:"text",sort:!1,move:a.stopMove},{item:f.withCtx(({element:h})=>[h.hide?f.createCommentVNode("",!0):(f.openBlock(),f.createElementBlock("div",oc,[f.createElementVNode("button",ac,[f.createTextVNode(f.toDisplayString(h.text)+" ",1),h.image?(f.openBlock(),f.createElementBlock("img",{key:0,id:h.id,src:h.droppedImage,alt:h.imageAlt},null,8,sc)):f.createCommentVNode("",!0)])]))]),_:2},1032,["class","data-index","list","move"])]),_:2},1032,["span"]))),256))]),_:1},8,["class"]),a.showFeedback()?(f.openBlock(),f.createBlock(c,{key:0,content:n.feedbackObject},null,8,["content"])):f.createCommentVNode("",!0),f.createVNode(u,{title:t.content.kbModalQuestion,modelValue:n.chooseVisibility,"onUpdate:modelValue":A[1]||(A[1]=d=>n.chooseVisibility=d),width:"50%"},{footer:f.withCtx(()=>[f.createElementVNode("span",ic,[f.createVNode(B,{size:"small",id:"visibilityClose",type:"primary",onClick:A[0]||(A[0]=d=>a.kbCheckMove())},{default:f.withCtx(()=>[f.createTextVNode("Close")]),_:1})])]),default:f.withCtx(()=>[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(n.listOne,(d,g)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(d,(h,w)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[g===0?(f.openBlock(),f.createBlock(B,{key:0,id:"firstBin",size:"small",type:"primary",onClick:p=>a.kbCheckMove(g,w)},{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(t.content.bins[g].header),1)]),_:2},1032,["onClick"])):(f.openBlock(),f.createBlock(B,{key:1,size:"small",type:"primary",onClick:p=>a.kbCheckMove(g,w)},{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(t.content.bins[g].header),1)]),_:2},1032,["onClick"]))],64))),256))],64))),256))]),_:1},8,["title","modelValue"])],64)}const cc=MA(ec,[["render",lc]]);/*!
1
+ (function(f,rr){typeof exports=="object"&&typeof module<"u"?module.exports=rr(require("vue")):typeof define=="function"&&define.amd?define(["vue"],rr):(f=typeof globalThis<"u"?globalThis:f||self,f.LabmakerPlugin=rr(f.Vue))})(this,function(f){"use strict";const rr="",LA=(e,A)=>{const t=e.__vccOpts||e;for(const[r,n]of A)t[r]=n;return t},Bi={props:["custom-img"],data(){return{imgSRC:this.customImg}},computed:{},methods:{fileUpload(e){const t=e.target.files[0];this.fileProcess(t)},fileProcess(e){this.imgSRC=URL.createObjectURL(e)}},mounted(){}},fi=f.createElementVNode("h1",null,"File Uploader",-1),ui={class:"image-uploader"},di=f.createElementVNode("h1",null,"File Uploader",-1),gi={class:"your-file"},hi=["src"];function wi(e,A,t,r,n,a){return f.openBlock(),f.createElementBlock(f.Fragment,null,[fi,f.createElementVNode("div",ui,[di,f.createElementVNode("input",{onChange:A[0]||(A[0]=(...o)=>a.fileUpload&&a.fileUpload(...o)),type:"file",id:"file-upload",name:"fileUpload",accept:"image/*"},null,32),f.createElementVNode("div",gi,[f.createElementVNode("img",{src:n.imgSRC,alt:"",scrset:""},null,8,hi)])])],64)}const pi=LA(Bi,[["render",wi]]),Dh="",Ci={props:["title"],data(){return{}},computed:{}};function mi(e,A,t,r,n,a){return f.openBlock(),f.createElementBlock("header",null,[f.createElementVNode("h1",null,f.toDisplayString(t.title),1)])}const Qi=LA(Ci,[["render",mi]]),Kh="",vi={data(){return{}},computed:{totalPages(){return this.$store.getters.getPageCount?this.$store.getters.getPageCount:0},currentPage(){return this.$store.getters.getCurrentPage?this.$store.getters.getCurrentPage+1:1},pagerCount(){return this.$store.getters.getPagerCount?this.$store.getters.getPagerCount:0}},methods:{handleCurrentChange(e){this.$store.commit("setCurrentPage",e-1)},changePage(e){console.log("headed to: ",e),this.$store.commit("setCurrentPage",e)}}};function Fi(e,A,t,r,n,a){const o=f.resolveComponent("el-col"),s=f.resolveComponent("el-button"),i=f.resolveComponent("el-row");return f.openBlock(),f.createBlock(i,{gutter:20},{default:f.withCtx(()=>[f.createVNode(o,{span:18}),f.createVNode(o,{span:6,class:"homeButtonContainer"},{default:f.withCtx(()=>[f.createVNode(s,{type:"primary ",onClick:A[0]||(A[0]=f.withModifiers(l=>a.changePage(0),["stop"])),class:"homeButton"},{default:f.withCtx(()=>[f.createTextVNode("Return to Crime Screen")]),_:1})]),_:1})]),_:1})}const Oo=LA(vi,[["render",Fi]]),Oh="",Ui={props:["content"],data(){return{}},computed:{getLastPage(){return!!this.$store.getters.getLastPage}},methods:{pixelFormat(e){return typeof e=="number"?e+"px":e},checkStepper(){this.$store.dispatch("lastPageFocus",{})}},mounted(){this.checkStepper()}},Ei={class:"image-container"},yi={class:"image"},bi=["src","alt"],Ii=["innerHTML"],Hi=["innerHTML"],Si=["innerHTML"];function xi(e,A,t,r,n,a){return f.openBlock(),f.createElementBlock("div",Ei,[f.createElementVNode("div",yi,[f.createElementVNode("img",{src:t.content.src,alt:t.content.alt,class:f.normalizeClass(t.content.class)},null,10,bi),t.content.captionHeader?(f.openBlock(),f.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:t.content.captionHeader},null,8,Ii)):f.createCommentVNode("",!0),t.content.caption?(f.openBlock(),f.createElementBlock("span",{key:1,class:"caption",innerHTML:t.content.caption},null,8,Hi)):f.createCommentVNode("",!0),t.content.copyright?(f.openBlock(),f.createElementBlock("span",{key:2,innerHTML:t.content.copyright,class:"copyright"},null,8,Si)):f.createCommentVNode("",!0)])])}const Li=LA(Ui,[["render",xi],["__scopeId","data-v-6d545532"]]),Mh="",Ti={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 e=this.content.height;return e.slice(-2)==="px"?e.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 e=this.content.height;return e.slice(-2)==="px"?e.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 e=this.content.width;return e.slice(-2)==="px"?e.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(e){return e==="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(e){let A={uiconf_id:"35766781",partner_id:"2061901",entry_id:"",height:"400",width:"640",type:"video"};return A.entry_id=this.content.kalturaEntryId,this.content.kalturaType&&(A.type=this.content.kalturaType),A.type==="audio"?A.uiconf_id="36511471":A.type==="audiobtn"?A.uiconf_id="36582731":A.type==="videocc"&&(A.uiconf_id="35766781"),this.content.standalone&&this.$store.commit("setStepHold",!1),"https://cdnapisec.kaltura.com/p/"+A.partner_id+"/sp/"+A.partner_id+"00/embedIframeJs/uiconf_id/"+A.uiconf_id+"/partner_id/"+A.partner_id+"?iframeembed=true&playerId=Kaltura&entry_id="+A.entry_id},showKaltura(){this.showingKaltura=!0},showText(){this.showingText=!this.showingText,this.buttonText=!this.buttonText},tvCleaner(){let e=document.createElement("div");e.innerHTML=this.content.textVersion;for(let A=0;A<e.children.length;A++){let t=e.children[A];if(t.tagName=="DIV"&&t.className=="panel-default"&&t.children[0].dataset.toggle)for(let r=0;r<t.children.length;r++){let n=t.children[r];if(n.dataset.toggle=="collapse"){let a={heading:n.innerHTML,body:t.children[r+1].innerHTML};this.textversionArray[A]=a}}else this.textversionArray[A]=t.outerHTML}}},beforeMount(){this.kalturaLoad(),this.tvCleaner()},mounted(){}},Di={key:0,class:"textVersion"},Ki=f.createElementVNode("h1",null,"Text Version",-1),Oi=["innerHTML"],Mi=["src","width","height"],Ri=["src","width","height"],Ni=["src","width","height"],Vi={key:2,class:"alert alert-danger"};function ki(e,A,t,r,n,a){const o=f.resolveComponent("el-button");return f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["kContainer",t.content.class])},[t.content.textVersion&&n.showingText?(f.openBlock(),f.createElementBlock("div",Di,[Ki,f.createElementVNode("div",{innerHTML:t.content.textVersion},null,8,Oi)])):f.createCommentVNode("",!0),!n.showingText&&t.content.kalturaEntryId?(f.openBlock(),f.createElementBlock("div",{key:1,class:"mainVersion",style:f.normalizeStyle({width:a.kWidth+"px",height:a.kHeight+"px"})},[t.content.kalturaType=="video"&&!n.showingKaltura?(f.openBlock(),f.createElementBlock("div",{key:0,class:f.normalizeClass(["kPoster",{active:n.showingKaltura==!0}]),style:f.normalizeStyle({width:a.kWidth+"px",height:a.kHeight+"px"})},[f.createElementVNode("iframe",{onClick:A[0]||(A[0]=(...s)=>a.showKaltura&&a.showKaltura(...s)),class:"videoIframe",src:a.kalturaMedia(t.content),width:a.kWidth+"px",height:a.kHeight+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Mi)],6)):f.createCommentVNode("",!0),t.content.kalturaType=="audio"?(f.openBlock(),f.createElementBlock("div",{key:1,class:f.normalizeClass(["kAudio",{active:n.showingKaltura==!0}]),onClick:A[1]||(A[1]=(...s)=>a.showKaltura&&a.showKaltura(...s))},[f.createElementVNode("iframe",{id:"my_iframe",src:a.kalturaMedia(t.content),width:a.kWidth+"px",height:a.kHeight+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Ri)],2)):f.createCommentVNode("",!0),t.content.kalturaType=="audiobtn"?(f.openBlock(),f.createElementBlock("div",{key:2,class:f.normalizeClass(["kAudiobtn",{active:n.showingKaltura==!0}]),onClick:A[2]||(A[2]=(...s)=>a.showKaltura&&a.showKaltura(...s))},[f.createElementVNode("iframe",{src:a.kalturaMedia(t.content),width:n.audioBtn.width+"px",height:n.audioBtn.height+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Ni)],2)):f.createCommentVNode("",!0)],4)):f.createCommentVNode("",!0),t.content.kalturaEntryId==""?(f.openBlock(),f.createElementBlock("div",Vi,"There is no Kaltura Entry ID")):f.createCommentVNode("",!0),t.content.textVersion?(f.openBlock(),f.createBlock(o,{key:3,size:"medium",type:"primary","aria-label":"text version",class:"toggleSwitch ftSwitch btn btn-primary vidText",onClick:A[3]||(A[3]=f.withModifiers(s=>a.showText(t.content.kalturaType),["stop"]))},{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(a.getButtonText(t.content.kalturaType)),1)]),_:1})):f.createCommentVNode("",!0)],2)}const Pi=LA(Ti,[["render",ki]]),Rh="",Gi={props:["content"],data(){return{show:!0}},computed:{getShowFeedbackAttempts(){return this.$store.getters.getShowFeedbackAttempts},feedbackHeader(){return this.$store.getters.getShowFeedbackAttempts?"Too many Attempts":this.content.feedbackHeader},feedbackWidth(){return this.content.feedbackWidth?this.content.feedbackWidth:"50%"}},methods:{feedbackClose(){this.content.finalInstructions&&this.$store.commit("updateFinishDirections",!1),this.content.instructions&&this.$store.commit("updateDirections",!1),this.$store.commit("setShowFeedback",!1),this.$store.commit("setShowFeedbackAttempts",!1),this.$store.dispatch("lastPageFocus",{})}},mounted(){}},Xi={class:"my-header"},Wi=["id","innerHTML"],Yi=["innerHTML"],Ji={key:1},ji=["src"],Zi=["innerHTML"],zi={class:"dialog-footer"};function _i(e,A,t,r,n,a){const o=f.resolveComponent("el-button"),s=f.resolveComponent("el-dialog");return f.openBlock(),f.createBlock(s,{width:a.feedbackWidth,modelValue:n.show,"onUpdate:modelValue":A[1]||(A[1]=i=>n.show=i),"before-close":a.feedbackClose},{header:f.withCtx(({close:i,titleId:l,titleClass:c})=>[f.createElementVNode("div",Xi,[f.createElementVNode("h4",{id:l,class:f.normalizeClass(c),innerHTML:a.feedbackHeader},null,10,Wi)])]),footer:f.withCtx(()=>[f.createElementVNode("span",zi,[f.createVNode(o,{size:"small",id:"feedbackClose",type:"primary",onClick:A[0]||(A[0]=f.withModifiers(i=>a.feedbackClose(),["stop"]))},{default:f.withCtx(()=>[f.createTextVNode("Close")]),_:1})])]),default:f.withCtx(()=>[a.getShowFeedbackAttempts?(f.openBlock(),f.createElementBlock(f.Fragment,{key:0},[t.content.feedbackAttempts?(f.openBlock(),f.createElementBlock("p",{key:0,innerHTML:t.content.feedbackAttempts},null,8,Yi)):(f.openBlock(),f.createElementBlock("p",Ji,"You have tried too many times, the correct answer has been provided for you."))],64)):(f.openBlock(),f.createElementBlock(f.Fragment,{key:1},[t.content.feedbackImage?(f.openBlock(),f.createElementBlock("img",{key:0,class:"im-ButtonImage",src:t.content.feedbackImage,alt:"button image"},null,8,ji)):f.createCommentVNode("",!0),f.createElementVNode("p",{innerHTML:t.content.feedback},null,8,Zi)],64))]),_:1},8,["width","modelValue","before-close"])}const Mo=LA(Gi,[["render",_i]]),Nh="",qi={components:{Feedback:Mo},inject:["message"],props:["content"],data(){return{dialogVisible:!1,feedbackVisibility:[],feedbackIndex:0}},computed:{getLastPage(){return!!this.$store.getters.getLastPage}},methods:{pixelFormat(e){return typeof e=="number"?e+"px":e},changePage(e,A){e.pageLink?this.$store.commit("setCurrentPage",e.pageLink):e.feedback&&(this.feedbackIndex=A,this.feedbackVisibility.indexOf(A)===-1&&this.feedbackVisibility.push(A),this.$store.commit("setShowFeedback",!0),this.content.hotspots.length-1===this.feedbackVisibility.length-1&&(this.$store.commit("setStepHold",!1),this.$store.commit("setStepDone",!0)),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()}))},showFeedback(e){return!!(this.$store.getters.getShowFeedback&&this.feedbackIndex===e)}},beforeMount(){this.$store.commit("setStepDone",!1),this.$store.commit("setStepHold",!0)}},$i={class:"imageMarker"},Al=["src","alt"],el={class:"hotspotArea"},tl=["src","alt"],rl={class:"im-buttonText"};function nl(e,A,t,r,n,a){const o=f.resolveComponent("el-button"),s=f.resolveComponent("Feedback");return f.openBlock(),f.createElementBlock("div",$i,[f.createElementVNode("img",{src:t.content.image,alt:t.content.imageAlt},null,8,Al),f.createElementVNode("div",el,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(t.content.hotspots,(i,l)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[f.createVNode(o,{type:i.buttonType,onClick:f.withModifiers(c=>a.changePage(i,l),["stop"]),id:"hotspot_"+l,class:f.normalizeClass([["is-"+i.buttonShape,{noBG:i.buttonImage},i.class],"hotspot"]),style:f.normalizeStyle({top:a.pixelFormat(i.cordinatesX),left:a.pixelFormat(i.cordinatesY),width:a.pixelFormat(i.dimensionsW),height:a.pixelFormat(i.dimensionsH)}),icon:i.buttonIcon},{default:f.withCtx(()=>[i.buttonImage?(f.openBlock(),f.createElementBlock("img",{key:0,class:"im-ButtonImage",src:i.buttonImage,alt:"image marker "+Number(l+1)},null,8,tl)):f.createCommentVNode("",!0),f.createElementVNode("span",rl,f.toDisplayString(i.name),1)]),_:2},1032,["type","onClick","id","class","style","icon"]),a.showFeedback(l)?(f.openBlock(),f.createBlock(s,{key:0,content:i},null,8,["content"])):f.createCommentVNode("",!0)],64))),256))])])}const ol=LA(qi,[["render",nl],["__scopeId","data-v-3897bfb2"]]),Vh="",al={props:["content"],data(){return{imageReplaced:!1,imageSrc:this.content.image,imageAlt:this.content.imageAlt}},computed:{getLastPage(){return!!this.$store.getters.getLastPage}},methods:{pixelFormat(e){return typeof e=="number"?e+"px":e},changeImage(e){this.imageReplaced=!0,this.imageSrc=this.content.hotspots[e].imageOverlay,this.imageAlt=this.content.hotspots[e].imageOverlayAlt,this.$store.commit("setStepHold",!1),this.$store.dispatch("lastPageFocus",{})}}},sl=["innerHTML"],il=["src","alt"],ll={class:"hotspotArea"};function cl(e,A,t,r,n,a){const o=f.resolveComponent("el-col"),s=f.resolveComponent("el-button"),i=f.resolveComponent("el-row");return f.openBlock(),f.createBlock(i,{class:"imageReplacer"},{default:f.withCtx(()=>[f.createVNode(o,{span:12},{default:f.withCtx(()=>[f.createElementVNode("p",{class:"imageReplacerDescription",innerHTML:t.content.description},null,8,sl)]),_:1}),f.createVNode(o,{span:12},{default:f.withCtx(()=>[f.createElementVNode("img",{class:"im-ButtonImage",src:n.imageSrc,alt:n.imageAlt},null,8,il),f.createElementVNode("div",ll,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(t.content.hotspots,(l,c)=>(f.openBlock(),f.createBlock(s,{type:l.buttonType,onClick:f.withModifiers(B=>a.changeImage(c),["stop"]),class:"hotspot",style:f.normalizeStyle({top:a.pixelFormat(l.cordinatesX),left:a.pixelFormat(l.cordinatesY),width:a.pixelFormat(l.dimensionsW),height:a.pixelFormat(l.dimensionsH)}),icon:l.buttonIcon},null,8,["type","onClick","style","icon"]))),256))])]),_:1})]),_:1})}const Bl=LA(al,[["render",cl],["__scopeId","data-v-02e047cd"]]),kh="",fl={components:{},props:["content"],data(){return{quizArray:[],quizOptions:[],quizItemCompleted:[],input:[],feedbackIndex:-1,totalAttempts:99,correctChoices:[],feedbackObject:{},value1:""}},watch:{},computed:{quizArrayCount(){return this.quizArray.length-1},getAttempt(){return this.$store.getters.getAttempts},getShowFeedbackAttempts(){return this.$store.getters.getShowFeedbackAttempts}},methods:{quizArrayCompleted(e){return!(this.quizItemCompleted.includes(e)||e===0)},prepareQuiz(){this.quizArray=this.content.quiz.split("*_").filter(e=>e),this.content.options.forEach((e,A)=>{e.options?e.random?this.quizOptions.push(this.shuffle(e.options)):this.quizOptions.push(e.options):this.quizOptions.push(!1)})},quizType(e){return this.content.options[e]&&this.content.options[e].type?this.content.options[e].type:!1},quizDisplay(e){return this.content.options[e]&&this.content.options[e].display?this.content.options[e].display:"Select"},quizClass(e){return this.content.options[e]&&this.content.options[e].class?this.content.options[e].class:""},shuffle(e){let A=e.length,t;for(;A!=0;)t=Math.floor(Math.random()*A),A--,[e[A],e[t]]=[e[t],e[A]];return e},choicesCheck(){if(this.getAttempt<this.content.attempts){let e=!0,A=!1;this.input.length===0?this.content.options[0].stopFlow&&(A=!0,this.feedbackObject.feedbackHeader=this.content.options[0].notSelectedHeader,this.feedbackObject.feedback=this.content.options[0].notSelectedBody):this.content.options.forEach((t,r)=>{this.input[r]?this.input[r]!==this.content.options[r].answer&&(e=!1):this.content.options[this.input.length].stopFlow&&(A=!0,this.feedbackObject.feedbackHeader=this.content.options[this.input.length].notSelectedHeader,this.feedbackObject.feedback=this.content.options[this.input.length].notSelectedBody)}),this.$store.commit("setAttempts",this.getAttempt+1),e===!0&&this.input.length===this.quizArray.length?(this.choicesComplete(),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(A||(this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback),this.$store.commit("setAttempts",this.getAttempt+1))}else this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.$store.commit("setShowFeedbackAttempts",!0),this.choicesComplete();this.$store.commit("setShowFeedback",!0),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(){this.quizArray.forEach((e,A)=>{this.input[A]?this.input[A]=this.content.options[A].answer:this.input.push(this.content.options[A].answer),this.quizItemCompleted.push(A+1)}),this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1)},choicesMade(e){this.quizItemCompleted.includes(e+1)===!1&&this.quizItemCompleted.push(e+1)},showFeedback(){return!!this.$store.getters.getShowFeedback}},mounted(){if(this.prepareQuiz(),this.$store.getters.getDirections.display===!1){let e=document.getElementsByClassName("selectableButton");setTimeout(()=>{e[0].focus()})}},beforeMount(){this.$store.commit("setStepDone",!1),this.$store.commit("setAttempts",0),this.feedbackIndex=-1,this.content.attempts&&(this.totalAttempts=this.content.attempts)}};function ul(e,A,t,r,n,a){const o=f.resolveComponent("el-option"),s=f.resolveComponent("el-select"),i=f.resolveComponent("el-date-picker"),l=f.resolveComponent("el-button"),c=f.resolveComponent("lab-feedback");return f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["drop-down",t.content.class])},[f.createElementVNode("p",null,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(n.quizArray,(B,u)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[f.createElementVNode("span",{class:f.normalizeClass(a.quizClass(u))},[f.createElementVNode("span",{class:f.normalizeClass("quizText quizSection_"+u)},f.toDisplayString(B)+" ",3),a.quizType(u)==="choose"?(f.openBlock(),f.createBlock(s,{key:0,onChange:d=>a.choicesMade(u),modelValue:n.input[u],"onUpdate:modelValue":d=>n.input[u]=d,placeholder:a.quizDisplay(u)},{default:f.withCtx(()=>[a.quizArrayCompleted(u)?f.createCommentVNode("",!0):(f.openBlock(!0),f.createElementBlock(f.Fragment,{key:0},f.renderList(n.quizOptions[u],d=>(f.openBlock(),f.createBlock(o,{key:d,label:d,value:d},null,8,["label","value"]))),128))]),_:2},1032,["onChange","modelValue","onUpdate:modelValue","placeholder"])):f.createCommentVNode("",!0),a.quizType(u)==="date"?(f.openBlock(),f.createBlock(i,{key:1,onChange:d=>a.choicesMade(u),modelValue:n.input[u],"onUpdate:modelValue":d=>n.input[u]=d,type:"date",placeholder:a.quizDisplay(u),format:t.content.options[u].format,"value-format":t.content.options[u].format,disabled:a.quizArrayCompleted(u)},null,8,["onChange","modelValue","onUpdate:modelValue","placeholder","format","value-format","disabled"])):f.createCommentVNode("",!0)],2),f.createTextVNode("  ")],64))),256))]),f.createVNode(l,{size:"small",type:"primary",class:"drop-down-submit",onClick:A[0]||(A[0]=B=>a.choicesCheck())},{default:f.withCtx(()=>[f.createTextVNode("Submit")]),_:1}),a.showFeedback()?(f.openBlock(),f.createBlock(c,{key:0,content:n.feedbackObject},null,8,["content"])):f.createCommentVNode("",!0)],2)}const dl=LA(fl,[["render",ul]]),Ph="",gl={components:{},props:["content"],data(){return{quizArray:[],input:[],feedbackIndex:-1,totalAttempts:99,correctChoices:[],feedbackObject:{}}},watch:{},computed:{quizArrayCount(){return this.quizArray.length-1},getAttempt(){return this.$store.getters.getAttempts},getShowFeedbackAttempts(){return this.$store.getters.getShowFeedbackAttempts}},methods:{prepareQuiz(){this.quizArray=this.content.quiz.split("*_")},choicesCheck(){this.getAttempt<this.content.attempts?(this.input.forEach((e,A)=>{if(this.content.answers[A]===e)this.correctChoices.includes(A)===!1&&this.correctChoices.push(A);else if(this.correctChoices.includes(A)===!0){let t=this.correctChoices.indexOf(A);this.correctChoices.splice(t,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(),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(this.$store.commit("setAttempts",this.getAttempt+1),this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback)):(this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.$store.commit("setShowFeedbackAttempts",!0),this.choicesComplete()),this.$store.commit("setShowFeedback",!0),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(){this.input.forEach((e,A)=>{this.input[A]=this.content.answers[A]}),this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1)},showFeedback(){return!!this.$store.getters.getShowFeedback}},mounted(){if(this.prepareQuiz(),this.$store.getters.getDirections.display===!1){let e=document.getElementsByClassName("selectableButton");setTimeout(()=>{e[0].focus()})}},beforeMount(){this.$store.commit("setStepDone",!1),this.$store.commit("setAttempts",0),this.feedbackIndex=-1,this.content.attempts&&(this.totalAttempts=this.content.attempts)}};function hl(e,A,t,r,n,a){const o=f.resolveComponent("el-input"),s=f.resolveComponent("el-button"),i=f.resolveComponent("lab-feedback");return f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["fill-blank",t.content.class])},[f.createElementVNode("p",null,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(n.quizArray,(l,c)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[f.createTextVNode(f.toDisplayString(l),1),c<a.quizArrayCount?(f.openBlock(),f.createBlock(o,{key:0,modelValue:n.input[c],"onUpdate:modelValue":B=>n.input[c]=B,placeholder:"Please input",size:"small"},null,8,["modelValue","onUpdate:modelValue"])):f.createCommentVNode("",!0)],64))),256))]),f.createVNode(s,{size:"small",type:"primary",class:"fill-blank-submit",onClick:A[0]||(A[0]=l=>a.choicesCheck())},{default:f.withCtx(()=>[f.createTextVNode("Submit")]),_:1}),a.showFeedback()?(f.openBlock(),f.createBlock(i,{key:0,content:n.feedbackObject},null,8,["content"])):f.createCommentVNode("",!0)],2)}const wl=LA(gl,[["render",hl]]),Gh="",pl={components:{},props:["content"],data(){return{feedbackIndex:-1,totalAttempts:99}},computed:{getLastPage(){return!!this.$store.getters.getLastPage},getAttempt(){return this.$store.getters.getAttempts},getShowFeedbackAttempts(){return this.$store.getters.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(e){return typeof e=="number"?e+"px":e},choicesComplete(){let e=document.querySelectorAll(".selectableButton");for(let A=0;A<e.length;A++)e[A].classList.add("is-failure"),e[A].setAttribute("disabled",!0),this.content.choices[A].correct&&e[A].classList.add("is-success");this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1)},choicesCheck(e){this.getAttempt<Number(this.content.attempts)?this.content.choices[e].correct===!0?(console.log(" it was true"),this.choicesComplete()):this.$store.commit("setAttempts",this.getAttempt+1):(this.content.choices[e].correct!==!0&&this.$store.commit("setShowFeedbackAttempts",!0),this.choicesComplete()),this.feedbackIndex=e,this.$store.commit("setShowFeedback",!0),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},shuffledChoices(){let e=this.content.choices;for(let A=e.length-1;A>0;A--){const t=Math.floor(Math.random()*(A+1));[e[A],e[t]]=[e[t],e[A]]}this.content.choices=e},showFeedback(e){return this.$store.getters.getShowFeedback&&this.feedbackIndex===e?(this.content.choices[e].correct&&this.choicesComplete(),!0):!1}},mounted(){if(this.$store.getters.getDirections.display===!1){let e=document.getElementsByClassName("selectableButton");setTimeout(()=>{e[0].focus()})}},beforeMount(){this.$store.commit("setStepDone",!1),this.$store.commit("setAttempts",0),this.feedbackIndex=-1,this.shuffledChoices(),this.content.attempts&&(this.totalAttempts=this.content.attempts)}},Cl=["innerHTML"],ml={class:"buttonSpan"},Ql=["src","alt"],vl={class:"selectable-buttonText"};function Fl(e,A,t,r,n,a){const o=f.resolveComponent("lab-image"),s=f.resolveComponent("el-col"),i=f.resolveComponent("el-divider"),l=f.resolveComponent("el-button"),c=f.resolveComponent("lab-feedback"),B=f.resolveComponent("el-row");return f.openBlock(),f.createBlock(B,{id:t.content.id,class:f.normalizeClass(["selectable",t.content.classes])},{default:f.withCtx(()=>[f.createVNode(s,{span:a.leftColWidth(e.index)},{default:f.withCtx(()=>[t.content.directions?(f.openBlock(),f.createElementBlock("p",{key:0,innerHTML:t.content.directions},null,8,Cl)):f.createCommentVNode("",!0),t.content.image?(f.openBlock(),f.createBlock(o,{key:1,content:t.content.image},null,8,["content"])):f.createCommentVNode("",!0)]),_:1},8,["span"]),f.createVNode(s,{span:a.rightColWidth(e.index),class:"selectArea"},{default:f.withCtx(()=>[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(t.content.choices,(u,d)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[!t.content.noDivider&&d>0?(f.openBlock(),f.createBlock(i,{key:0})):f.createCommentVNode("",!0),f.createVNode(l,{size:"small",type:"primary",class:"selectableButton",style:f.normalizeStyle({width:a.pixelFormat(t.content.choiceWidth),height:a.pixelFormat(t.content.choiceHeight)}),onClick:g=>a.choicesCheck(d)},{default:f.withCtx(()=>[f.createElementVNode("div",ml,[u.image?(f.openBlock(),f.createElementBlock("img",{key:0,class:"im-ButtonImage",src:u.image,alt:u.alt?u.alt:"button image"},null,8,Ql)):f.createCommentVNode("",!0),f.createElementVNode("span",vl,f.toDisplayString(u.text),1)])]),_:2},1032,["style","onClick"]),a.showFeedback(d)?(f.openBlock(),f.createBlock(c,{key:1,content:u},null,8,["content"])):f.createCommentVNode("",!0)],64))),256))]),_:1},8,["span"])]),_:1},8,["id","class"])}const Ul=LA(pl,[["render",Fl],["__scopeId","data-v-bc83f1c6"]]),Xh="",El={components:{},props:["content"],data(){return{input:"",feedbackIndex:-1,totalAttempts:99,correctChoices:[],feedbackObject:{}}},watch:{},computed:{getAttempt(){return this.$store.getters.getAttempts},getShowFeedbackAttempts(){return this.$store.getters.getShowFeedbackAttempts}},methods:{choicesCheck(){if(this.getAttempt<this.content.attempts){let e=!1;this.content.answers.forEach((A,t)=>{let r=A.toLowerCase();this.input.toLowerCase().includes(r)||(e=!0)}),e?(this.$store.commit("setAttempts",this.getAttempt+1),this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback):(this.choicesComplete(),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback)}else this.feedbackObject.feedbackAttempts=this.content.feedbackAttempts,this.$store.commit("setShowFeedbackAttempts",!0),this.choicesComplete();this.$store.commit("setShowFeedback",!0),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(){this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1)},showFeedback(){return!!this.$store.getters.getShowFeedback}},mounted(){if(this.$store.getters.getDirections.display===!1){let e=document.getElementsByClassName("selectableButton");setTimeout(()=>{e[0].focus()})}},beforeMount(){this.$store.commit("setStepDone",!1),this.$store.commit("setAttempts",0),this.feedbackIndex=-1,this.content.attempts&&(this.totalAttempts=this.content.attempts)}};function yl(e,A,t,r,n,a){const o=f.resolveComponent("el-input"),s=f.resolveComponent("el-button"),i=f.resolveComponent("lab-feedback");return f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["textbox",t.content.class])},[f.createElementVNode("p",null,f.toDisplayString(t.content.quiz),1),f.createVNode(o,{modelValue:n.input,"onUpdate:modelValue":A[0]||(A[0]=l=>n.input=l),autosize:{minRows:4,maxRows:8},type:"textarea",placeholder:"Please input"},null,8,["modelValue"]),f.createVNode(s,{size:"small",type:"primary",class:"fill-blank-submit",onClick:A[1]||(A[1]=l=>a.choicesCheck())},{default:f.withCtx(()=>[f.createTextVNode("Submit")]),_:1}),a.showFeedback()?(f.openBlock(),f.createBlock(i,{key:0,content:n.feedbackObject},null,8,["content"])):f.createCommentVNode("",!0)],2)}const bl=LA(El,[["render",yl]]),Wh="",Il={components:{},props:["content"],data(){return{quizArray:[],quizOptions:[],input:[],feedbackIndex:-1,totalAttempts:99,correctChoices:[],feedbackObject:{},value1:"",showMenuOverlay:!1}},watch:{},computed:{getAttempt(){return this.$store.getters.getAttempts},getShowFeedbackAttempts(){return this.$store.getters.getShowFeedbackAttempts}},methods:{showSub(e){let A=document.getElementById(e);A.classList.contains("jl-menu-sub_show")?(this.showMenuOverlay=!1,this.hideSubs()):(this.showMenuOverlay=!0,A.classList.add("jl-menu-sub_show"))},showSubSub(e){let A=document.getElementById(e);A.classList.contains("jl-menu-sub-sub_show")?(this.showMenuOverlay=!1,this.hideSubs()):(this.showMenuOverlay=!0,A.classList.add("jl-menu-sub-sub_show"))},hideSubs(){this.showMenuOverlay=!1;let e=document.getElementsByClassName("jl-menu-sub_show");for(;e.length>0;)e[0].classList.remove("jl-menu-sub_show");let A=document.getElementsByClassName("jl-menu-sub-sub_show");for(;A.length>0;)A[0].classList.remove("jl-menu-sub-sub_show")},choicesCheck(e){this.hideSubs();let A=!1,t="";if(this.getAttempt<this.content.attempts){if(typeof e=="string"){let r=e.split("-");r.forEach((n,a)=>{r[a]=Number(n)}),r.length===2?this.content.menu[r[0]].subMenu[r[1]].correct&&(this.content.menu[r[0]].subMenu[r[1]].page&&(t=this.content.menu[r[0]].subMenu[r[1]].page),A=!0):r.length===3&&this.content.menu[r[0]].subMenu[r[1]].subMenu[r[2]].correct&&(this.content.menu[r[0]].subMenu[r[1]].subMenu[r[2]].page&&(t=this.content.menu[r[0]].subMenu[r[1]].subMenu[r[2]].page),A=!0)}else this.content.menu[e].correct&&(this.content.menu[e].page&&(t=this.content.menu[e].page),A=!0);A?(this.choicesComplete(t),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(this.$store.commit("setAttempts",this.getAttempt+1),this.feedbackObject.feedbackHeader=this.content.incorrectHeader,this.feedbackObject.feedback=this.content.incorrectFeedback)}else this.$store.commit("setShowFeedbackAttempts",!0),this.choicesComplete();t===""&&this.$store.commit("setShowFeedback",!0),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},choicesComplete(e){this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1),e!==""&&this.$store.commit("setCurrentPage",e)},showFeedback(){return!!this.$store.getters.getShowFeedback}},mounted(){this.$store.getters.getDirections.display===!1&&(document.getElementsByClassName("selectableButton"),setTimeout(()=>{}))},beforeMount(){this.$store.commit("setStepDone",!1),this.$store.commit("setAttempts",0),this.feedbackIndex=-1,this.content.attempts&&(this.totalAttempts=this.content.attempts)}},Hl={key:0},Sl=["index","onClick"],xl={class:"jl-menu-sub__title"},Ll=["id"],Tl=["index","onClick"],Dl={class:"jl-menu-sub-sub__title"},Kl=["id"],Ol=["index","onClick"],Ml=["onClick"],Rl={key:1,class:"jl-menu-item"},Nl=["index","onClick"];function Vl(e,A,t,r,n,a){const o=f.resolveComponent("CaretBottom"),s=f.resolveComponent("el-icon"),i=f.resolveComponent("CaretRight"),l=f.resolveComponent("lab-feedback");return f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["menu-chooser",t.content.class])},[n.showMenuOverlay?(f.openBlock(),f.createElementBlock("div",{key:0,class:"nav-mask",onClick:A[0]||(A[0]=(...c)=>a.hideSubs&&a.hideSubs(...c))})):f.createCommentVNode("",!0),f.createElementVNode("p",null,f.toDisplayString(t.content.quiz),1),f.createElementVNode("div",{class:"jl-menu",onSelect:A[1]||(A[1]=(...c)=>a.choicesCheck&&a.choicesCheck(...c))},[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(t.content.menu,(c,B)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[c.subMenu?(f.openBlock(),f.createElementBlock("div",Hl,[f.createElementVNode("button",{class:f.normalizeClass("jl-menu-sub sub-"+B),index:B,tabindex:"0",role:"menuitem",onClick:f.withModifiers(u=>a.showSub("sub-"+B),["stop"])},[f.createElementVNode("div",xl,[f.createTextVNode(f.toDisplayString(c.name)+" ",1),f.createVNode(s,null,{default:f.withCtx(()=>[f.createVNode(o)]),_:1})])],10,Sl),f.createElementVNode("div",{class:"jl-menu-sub-menu",id:"sub-"+B},[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(c.subMenu,(u,d)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[u.subMenu?(f.openBlock(),f.createElementBlock(f.Fragment,{key:0},[f.createElementVNode("button",{class:f.normalizeClass("jl-menu-sub-sub sub-sub-"+d),index:B+"-"+d,tabindex:"0",role:"menuitem",onClick:f.withModifiers(g=>a.showSubSub("sub-sub-"+B),["stop"])},[f.createElementVNode("div",Dl,[f.createTextVNode(f.toDisplayString(u.name),1),f.createVNode(s,null,{default:f.withCtx(()=>[f.createVNode(i)]),_:1})])],10,Tl),f.createElementVNode("div",{class:"jl-menu-sub-sub-menu",id:"sub-sub-"+B},[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(u.subMenu,(g,h)=>(f.openBlock(),f.createElementBlock("button",{class:"jl-menu-sub-sub-item",index:B+"-"+d+"-"+h,tabindex:"0",role:"menuitem",onClick:f.withModifiers(w=>a.choicesCheck(B+"-"+d+"-"+h),["stop"])},[f.createElementVNode("div",null,f.toDisplayString(g.name),1)],8,Ol))),256))],8,Kl)],64)):(f.openBlock(),f.createElementBlock("button",{key:1,class:"jl-menu-sub-item",tabindex:"0",role:"menuitem",onClick:f.withModifiers(g=>a.choicesCheck(B+"-"+d),["stop"])},[f.createElementVNode("div",null,f.toDisplayString(u.name),1)],8,Ml))],64))),256))],8,Ll)])):(f.openBlock(),f.createElementBlock("div",Rl,[f.createElementVNode("button",{class:"jl-menu-item",index:B,tabindex:"0",role:"menuitem",onClick:f.withModifiers(u=>a.choicesCheck(B),["stop"])},f.toDisplayString(c.name),9,Nl)]))],64))),256))],32),a.showFeedback()?(f.openBlock(),f.createBlock(l,{key:1,content:n.feedbackObject},null,8,["content"])):f.createCommentVNode("",!0)],2)}const kl=LA(Il,[["render",Vl]]),Yh="",Ro={y:{t:"top",m:"marginTop",b:"bottom"},x:{l:"left",m:"marginLeft",r:"right"}};function Pl(e){e.forEach((A,t)=>{document.documentElement.addEventListener(t,A)})}function Gl(e){e.forEach((A,t)=>{document.documentElement.removeEventListener(t,A)})}const Xl={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(e){return e>=0}},gridY:{type:Number,default:50,validator(e){return e>=0}},parentW:{type:Number,default:0,validator(e){return e>=0}},parentH:{type:Number,default:0,validator(e){return e>=0}},w:{type:[String,Number],default:200,validator(e){return typeof e=="string"?e==="auto":e>=0}},h:{type:[String,Number],default:200,validator(e){return typeof e=="string"?e==="auto":e>=0}},minw:{type:Number,default:50,validator(e){return e>=0}},minh:{type:Number,default:50,validator(e){return e>=0}},x:{type:Number,default:0,validator(e){return typeof e=="number"}},y:{type:Number,default:0,validator(e){return typeof e=="number"}},z:{type:[String,Number],default:"auto",validator(e){return typeof e=="string"?e==="auto":e>=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(e){return["x","y","both","none"].indexOf(e)!==-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]]),Pl(this.domEvents),this.dragHandle&&[...this.$el.querySelectorAll(this.dragHandle)].forEach(e=>{e.setAttribute("data-drag-handle",this._uid)}),this.dragCancel&&[...this.$el.querySelectorAll(this.dragCancel)].forEach(e=>{e.setAttribute("data-drag-cancel",this._uid)})},beforeUnmount(){Gl(this.domEvents)},methods:{deselect(){this.preventActiveBehavior||(this.active=!1)},move(e){if(!this.stickDrag&&!this.bodyDrag)return;e.stopPropagation();const A=typeof e.pageX<"u"?e.pageX:e.touches[0].pageX,t=typeof e.pageY<"u"?e.pageY:e.touches[0].pageY,{dimensionsBeforeMove:r}=this,n={x:(r.pointerX-A)/this.parentScaleX,y:(r.pointerY-t)/this.parentScaleY};if(this.stickDrag&&this.stickMove(n),this.bodyDrag){if(this.axis==="x")n.y=0;else if(this.axis==="y")n.x=0;else if(this.axis==="none")return;this.bodyMove(n)}},up(e){this.stickDrag?this.stickUp(e):this.bodyDrag&&this.bodyUp(e)},bodyDown(e){const{target:A,button:t}=e;if(this.preventActiveBehavior||(this.active=!0),t&&t!==0||(this.$emit("clicked",e),!this.active)||this.dragHandle&&A.getAttribute("data-drag-handle")!==this._uid.toString()||this.dragCancel&&A.getAttribute("data-drag-cancel")===this._uid.toString())return;typeof e.stopPropagation<"u"&&e.stopPropagation(),typeof e.preventDefault<"u"&&e.preventDefault(),this.isDraggable&&(this.bodyDrag=!0);const r=typeof e.pageX<"u"?e.pageX:e.touches[0].pageX,n=typeof e.pageY<"u"?e.pageY:e.touches[0].pageY;this.saveDimensionsBeforeMove({pointerX:r,pointerY:n}),this.parentLimitation&&(this.limits=this.calcDragLimitation())},bodyMove(e){const{dimensionsBeforeMove:A,parentWidth:t,parentHeight:r,gridX:n,gridY:a,width:o,height:s}=this;let i=A.top-e.y,l=A.bottom+e.y,c=A.left-e.x,B=A.right+e.x;if(this.snapToGrid){let u=!0,d=!0,g=i-Math.floor(i/a)*a,h=r-l-Math.floor((r-l)/a)*a,w=c-Math.floor(c/n)*n,p=t-B-Math.floor((t-B)/n)*n;g>a/2&&(g-=a),h>a/2&&(h-=a),w>n/2&&(w-=n),p>n/2&&(p-=n),Math.abs(h)<Math.abs(g)&&(u=!1),Math.abs(p)<Math.abs(w)&&(d=!1),i-=u?g:h,l=r-s-i,c-=d?w:p,B=t-o-c}({newLeft:this.left,newRight:this.right,newTop:this.top,newBottom:this.bottom}=this.rectCorrectionByLimit({newLeft:c,newRight:B,newTop:i,newBottom:l})),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(e,A,t=!1){if((!this.isResizable||!this.active)&&!t)return;this.stickDrag=!0;const r=typeof A.pageX<"u"?A.pageX:A.touches[0].pageX,n=typeof A.pageY<"u"?A.pageY:A.touches[0].pageY;this.saveDimensionsBeforeMove({pointerX:r,pointerY:n}),this.currentStick=e,this.limits=this.calcResizeLimits()},saveDimensionsBeforeMove({pointerX:e,pointerY:A}){this.dimensionsBeforeMove.pointerX=e,this.dimensionsBeforeMove.pointerY=A,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(e){const{currentStick:A,dimensionsBeforeMove:t,gridY:r,gridX:n,snapToGrid:a,parentHeight:o,parentWidth:s}=this;let i=t.top,l=t.bottom,c=t.left,B=t.right;switch(A[0]){case"b":l=t.bottom+e.y,a&&(l=o-Math.round((o-l)/r)*r);break;case"t":i=t.top-e.y,a&&(i=Math.round(i/r)*r);break}switch(A[1]){case"r":B=t.right+e.x,a&&(B=s-Math.round((s-B)/n)*n);break;case"l":c=t.left-e.x,a&&(c=Math.round(c/n)*n);break}({newLeft:c,newRight:B,newTop:i,newBottom:l}=this.rectCorrectionByLimit({newLeft:c,newRight:B,newTop:i,newBottom:l})),this.aspectRatio&&({newLeft:c,newRight:B,newTop:i,newBottom:l}=this.rectCorrectionByAspectRatio({newLeft:c,newRight:B,newTop:i,newBottom:l})),this.left=c,this.right=B,this.top=i,this.bottom=l,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:e,parentHeight:A}=this;return{left:{min:0,max:e-this.width},right:{min:0,max:e-this.width},top:{min:0,max:A-this.height},bottom:{min:0,max:A-this.height}}},calcResizeLimits(){const{aspectFactor:e,width:A,height:t,bottom:r,top:n,left:a,right:o}=this;let{minh:s,minw:i}=this;const l=this.parentLimitation?0:null;this.aspectRatio&&(i/s>e?s=i/e:i=e*s);const c={left:{min:l,max:a+(A-i)},right:{min:l,max:o+(A-i)},top:{min:l,max:n+(t-s)},bottom:{min:l,max:r+(t-s)}};if(this.aspectRatio){const B={left:{min:a-Math.min(n,r)*e*2,max:a+(t-s)/2*e*2},right:{min:o-Math.min(n,r)*e*2,max:o+(t-s)/2*e*2},top:{min:n-Math.min(a,o)/e*2,max:n+(A-i)/2/e*2},bottom:{min:r-Math.min(a,o)/e*2,max:r+(A-i)/2/e*2}};this.currentStick[0]==="m"?(c.left={min:Math.max(c.left.min,B.left.min),max:Math.min(c.left.max,B.left.max)},c.right={min:Math.max(c.right.min,B.right.min),max:Math.min(c.right.max,B.right.max)}):this.currentStick[1]==="m"&&(c.top={min:Math.max(c.top.min,B.top.min),max:Math.min(c.top.max,B.top.max)},c.bottom={min:Math.max(c.bottom.min,B.bottom.min),max:Math.min(c.bottom.max,B.bottom.max)})}return c},sideCorrectionByLimit(e,A){let t=A;return e.min!==null&&A<e.min?t=e.min:e.max!==null&&e.max<A&&(t=e.max),t},rectCorrectionByLimit(e){const{limits:A}=this;let{newRight:t,newLeft:r,newBottom:n,newTop:a}=e;return r=this.sideCorrectionByLimit(A.left,r),t=this.sideCorrectionByLimit(A.right,t),a=this.sideCorrectionByLimit(A.top,a),n=this.sideCorrectionByLimit(A.bottom,n),{newLeft:r,newRight:t,newTop:a,newBottom:n}},rectCorrectionByAspectRatio(e){let{newLeft:A,newRight:t,newTop:r,newBottom:n}=e;const{parentWidth:a,parentHeight:o,currentStick:s,aspectFactor:i,dimensionsBeforeMove:l}=this;let c=a-A-t,B=o-r-n;if(s[1]==="m"){const u=B-l.height;A-=u*i/2,t-=u*i/2}else if(s[0]==="m"){const u=c-l.width;r-=u/i/2,n-=u/i/2}else c/B>i?(c=i*B,s[1]==="l"?A=a-t-c:t=a-A-c):(B=c/i,s[0]==="t"?r=o-n-B:n=o-r-B);return{newLeft:A,newRight:t,newTop:r,newBottom:n}}},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 e=>{const A={width:`${this.stickSize/this.parentScaleX}px`,height:`${this.stickSize/this.parentScaleY}px`};return A[Ro.y[e[0]]]=`${this.stickSize/this.parentScaleX/-2}px`,A[Ro.x[e[1]]]=`${this.stickSize/this.parentScaleX/-2}px`,A}},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(e){e?this.$emit("activated"):this.$emit("deactivated")},isActive:{immediate:!0,handler(e){this.active=e}},z:{immediate:!0,handler(e){(e>=0||e==="auto")&&(this.zIndex=e)}},x:{handler(e,A){if(this.stickDrag||this.bodyDrag||e===this.left)return;const t=A-e;this.bodyDown({pageX:this.left,pageY:this.top}),this.bodyMove({x:t,y:0}),this.$nextTick(()=>{this.bodyUp()})}},y:{handler(e,A){if(this.stickDrag||this.bodyDrag||e===this.top)return;const t=A-e;this.bodyDown({pageX:this.left,pageY:this.top}),this.bodyMove({x:0,y:t}),this.$nextTick(()=>{this.bodyUp()})}},w:{handler(e,A){if(this.stickDrag||this.bodyDrag||e===this.width)return;const t="mr",r=A-e;this.stickDown(t,{pageX:this.right,pageY:this.top+this.height/2},!0),this.stickMove({x:r,y:0}),this.$nextTick(()=>{this.stickUp()})}},h:{handler(e,A){if(this.stickDrag||this.bodyDrag||e===this.height)return;const t="bm",r=A-e;this.stickDown(t,{pageX:this.left+this.width/2,pageY:this.bottom},!0),this.stickMove({x:0,y:r}),this.$nextTick(()=>{this.stickUp()})}},parentW(e){this.right=e-this.width-this.left,this.parentWidth=e},parentH(e){this.bottom=e-this.height-this.top,this.parentHeight=e}}},Wl=["onMousedown","onTouchstart"];function Yl(e,A,t,r,n,a){return f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["vdr",`${n.active||t.isActive?"active":"inactive"} ${t.contentClass?t.contentClass:""}`]),style:f.normalizeStyle(a.positionStyle),onMousedown:A[0]||(A[0]=o=>a.bodyDown(o)),onTouchstart:A[1]||(A[1]=o=>a.bodyDown(o)),onTouchend:A[2]||(A[2]=o=>a.up(o)),ref:"container",tabindex:"0"},[f.createElementVNode("div",{style:f.normalizeStyle(a.sizeStyle),class:"content-container",ref:"container2"},[f.renderSlot(e.$slots,"default")],4),(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(t.sticks,o=>(f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(["vdr-stick",["vdr-stick-"+o,t.isResizable?"":"not-resizable"]]),onMousedown:f.withModifiers(s=>a.stickDown(o,s),["stop","prevent"]),onTouchstart:f.withModifiers(s=>a.stickDown(o,s),["stop","prevent"]),style:f.normalizeStyle(a.vdrStick(o))},null,46,Wl))),256))],38)}const No=LA(Xl,[["render",Yl]]),Jh="",Jl={components:{VueDragResize:No},props:["content"],data(){return{}},watch:{},computed:{getLastPage(){return!!this.$store.getters.getLastPage}},methods:{onResizstop(e){console.log("i have stopped resizing",e)},onDragstop(e){},reset(){this.listOne=[]},getParentWidth(){let e=document.getElementsByClassName("fridgemagnet");setTimeout(()=>e[0].offsetWidth)},getParentHeight(){let e=document.getElementsByClassName("fridgemagnet");setTimeout(()=>e[0].offsetHeight)},keyboardMove(e){for(let A of e)document.getElementById(A.id).addEventListener("focusin",r=>{let n=document.getElementsByClassName("fridgemagnet");addEventListener("keydown",function(a){let o=document.getElementById(a.target.id);if(a.altKey&&a.key==="ArrowLeft"){let s=Number(o.style.left.slice(0,-2));s-10<0?o.style.left=`${s}px`:o.style.left=`${s-10}px`}if(a.altKey&&a.key==="ArrowRight"){let s=Number(o.style.left.slice(0,-2));s+10>n[0].offsetWidth-50?o.style.left=`${s}px`:o.style.left=`${s+10}px`}if(a.altKey&&a.key==="ArrowUp"){let s=Number(o.style.top.slice(0,-2));s+10<0?o.style.top=`${s}px`:o.style.top=`${s-10}px`}if(a.altKey&&a.key==="ArrowDown"){let s=Number(o.style.top.slice(0,-2));s+10>n[0].offsetHeight-80?o.style.top=`${s}px`:o.style.top=`${s+10}px`}})})}},mounted(){let e=document.getElementsByClassName("vdr");setTimeout(()=>{e[0].focus()}),this.keyboardMove(e)},beforeMount(){}},jl={class:"fridgemagnet"},Zl=["innerHTML"],zl=["src","alt"],_l=["id","src","alt"],ql=["innerHTML"];function $l(e,A,t,r,n,a){const o=f.resolveComponent("VueDragResize");return f.openBlock(),f.createElementBlock("div",jl,[t.content.directions?(f.openBlock(),f.createElementBlock("p",{key:0,innerHTML:t.content.directions},null,8,Zl)):f.createCommentVNode("",!0),f.createElementVNode("img",{src:t.content.image,alt:t.content.imageAlt},null,8,zl),f.createElementVNode("div",{class:f.normalizeClass(["fridge",t.content.class,t.content.noOutline?"no_outline":""])},[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(t.content.magnets,(s,i)=>(f.openBlock(),f.createBlock(o,{id:"vdr_"+i,isActive:!0,w:s.width?s.width:50,minw:s.minWidth?s.minWidth:50,h:s.height?s.height:50,minh:s.minHeight?s.minHeight:50,x:s.x?s.x:0,y:s.y?s.y:60*i,class:f.normalizeClass(s.class),parentLimitation:!0,parentW:s.parentwidth?s.parentwidth:a.getParentWidth(),parentH:s.parentheight?s.parentheight:a.getParentHeight(),isResizable:s.resizable,isDraggable:s.draggable,snapToGrid:s.snap,gridX:s.snapX,gridY:s.snapY,dragHandle:s.handle,onResizing:e.resize,onDragging:e.resize,aspectRatio:!0,onResizestop:a.onResizstop,onDragstop:a.onDragstop,sticks:["tl","bl","tr","br"]},{default:f.withCtx(()=>[s.image?(f.openBlock(),f.createElementBlock("img",{key:0,id:s.index,src:s.image,alt:s.imageAlt},null,8,_l)):f.createCommentVNode("",!0),s.text?(f.openBlock(),f.createElementBlock("p",{key:1,innerHTML:s.text},null,8,ql)):f.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 Ac=LA(Jl,[["render",$l]]);var ze=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ec(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function tc(e){if(e.__esModule)return e;var A=e.default;if(typeof A=="function"){var t=function r(){if(this instanceof r){var n=[null];n.push.apply(n,arguments);var a=Function.bind.apply(A,n);return new a}return A.apply(this,arguments)};t.prototype=A.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}),t}var Vo={exports:{}};/**!
2
+ * Sortable 1.14.0
3
+ * @author RubaXa <trash@rubaxa.org>
4
+ * @author owenm <owen23355@gmail.com>
5
+ * @license MIT
6
+ */function ko(e,A){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);A&&(r=r.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),t.push.apply(t,r)}return t}function Be(e){for(var A=1;A<arguments.length;A++){var t=arguments[A]!=null?arguments[A]:{};A%2?ko(Object(t),!0).forEach(function(r){rc(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ko(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}function nr(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?nr=function(A){return typeof A}:nr=function(A){return A&&typeof Symbol=="function"&&A.constructor===Symbol&&A!==Symbol.prototype?"symbol":typeof A},nr(e)}function rc(e,A,t){return A in e?Object.defineProperty(e,A,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[A]=t,e}function $A(){return $A=Object.assign||function(e){for(var A=1;A<arguments.length;A++){var t=arguments[A];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},$A.apply(this,arguments)}function nc(e,A){if(e==null)return{};var t={},r=Object.keys(e),n,a;for(a=0;a<r.length;a++)n=r[a],!(A.indexOf(n)>=0)&&(t[n]=e[n]);return t}function oc(e,A){if(e==null)return{};var t=nc(e,A),r,n;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(n=0;n<a.length;n++)r=a[n],!(A.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(t[r]=e[r])}return t}function ac(e){return sc(e)||ic(e)||lc(e)||cc()}function sc(e){if(Array.isArray(e))return wn(e)}function ic(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function lc(e,A){if(e){if(typeof e=="string")return wn(e,A);var t=Object.prototype.toString.call(e).slice(8,-1);if(t==="Object"&&e.constructor&&(t=e.constructor.name),t==="Map"||t==="Set")return Array.from(e);if(t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return wn(e,A)}}function wn(e,A){(A==null||A>e.length)&&(A=e.length);for(var t=0,r=new Array(A);t<A;t++)r[t]=e[t];return r}function cc(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
7
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Bc="1.14.0";function pe(e){if(typeof window<"u"&&window.navigator)return!!navigator.userAgent.match(e)}var Ce=pe(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),ht=pe(/Edge/i),Po=pe(/firefox/i),wt=pe(/safari/i)&&!pe(/chrome/i)&&!pe(/android/i),Go=pe(/iP(ad|od|hone)/i),fc=pe(/chrome/i)&&pe(/android/i),Xo={capture:!1,passive:!1};function AA(e,A,t){e.addEventListener(A,t,!Ce&&Xo)}function $(e,A,t){e.removeEventListener(A,t,!Ce&&Xo)}function or(e,A){if(A){if(A[0]===">"&&(A=A.substring(1)),e)try{if(e.matches)return e.matches(A);if(e.msMatchesSelector)return e.msMatchesSelector(A);if(e.webkitMatchesSelector)return e.webkitMatchesSelector(A)}catch{return!1}return!1}}function uc(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function oe(e,A,t,r){if(e){t=t||document;do{if(A!=null&&(A[0]===">"?e.parentNode===t&&or(e,A):or(e,A))||r&&e===t)return e;if(e===t)break}while(e=uc(e))}return null}var Wo=/\s+/g;function QA(e,A,t){if(e&&A)if(e.classList)e.classList[t?"add":"remove"](A);else{var r=(" "+e.className+" ").replace(Wo," ").replace(" "+A+" "," ");e.className=(r+(t?" "+A:"")).replace(Wo," ")}}function k(e,A,t){var r=e&&e.style;if(r){if(t===void 0)return document.defaultView&&document.defaultView.getComputedStyle?t=document.defaultView.getComputedStyle(e,""):e.currentStyle&&(t=e.currentStyle),A===void 0?t:t[A];!(A in r)&&A.indexOf("webkit")===-1&&(A="-webkit-"+A),r[A]=t+(typeof t=="string"?"":"px")}}function Ne(e,A){var t="";if(typeof e=="string")t=e;else do{var r=k(e,"transform");r&&r!=="none"&&(t=r+" "+t)}while(!A&&(e=e.parentNode));var n=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return n&&new n(t)}function Yo(e,A,t){if(e){var r=e.getElementsByTagName(A),n=0,a=r.length;if(t)for(;n<a;n++)t(r[n],n);return r}return[]}function fe(){var e=document.scrollingElement;return e||document.documentElement}function pA(e,A,t,r,n){if(!(!e.getBoundingClientRect&&e!==window)){var a,o,s,i,l,c,B;if(e!==window&&e.parentNode&&e!==fe()?(a=e.getBoundingClientRect(),o=a.top,s=a.left,i=a.bottom,l=a.right,c=a.height,B=a.width):(o=0,s=0,i=window.innerHeight,l=window.innerWidth,c=window.innerHeight,B=window.innerWidth),(A||t)&&e!==window&&(n=n||e.parentNode,!Ce))do if(n&&n.getBoundingClientRect&&(k(n,"transform")!=="none"||t&&k(n,"position")!=="static")){var u=n.getBoundingClientRect();o-=u.top+parseInt(k(n,"border-top-width")),s-=u.left+parseInt(k(n,"border-left-width")),i=o+a.height,l=s+a.width;break}while(n=n.parentNode);if(r&&e!==window){var d=Ne(n||e),g=d&&d.a,h=d&&d.d;d&&(o/=h,s/=g,B/=g,c/=h,i=o+c,l=s+B)}return{top:o,left:s,bottom:i,right:l,width:B,height:c}}}function Jo(e,A,t){for(var r=Ee(e,!0),n=pA(e)[A];r;){var a=pA(r)[t],o=void 0;if(t==="top"||t==="left"?o=n>=a:o=n<=a,!o)return r;if(r===fe())break;r=Ee(r,!1)}return!1}function _e(e,A,t,r){for(var n=0,a=0,o=e.children;a<o.length;){if(o[a].style.display!=="none"&&o[a]!==Y.ghost&&(r||o[a]!==Y.dragged)&&oe(o[a],t.draggable,e,!1)){if(n===A)return o[a];n++}a++}return null}function pn(e,A){for(var t=e.lastElementChild;t&&(t===Y.ghost||k(t,"display")==="none"||A&&!or(t,A));)t=t.previousElementSibling;return t||null}function vA(e,A){var t=0;if(!e||!e.parentNode)return-1;for(;e=e.previousElementSibling;)e.nodeName.toUpperCase()!=="TEMPLATE"&&e!==Y.clone&&(!A||or(e,A))&&t++;return t}function jo(e){var A=0,t=0,r=fe();if(e)do{var n=Ne(e),a=n.a,o=n.d;A+=e.scrollLeft*a,t+=e.scrollTop*o}while(e!==r&&(e=e.parentNode));return[A,t]}function dc(e,A){for(var t in e)if(e.hasOwnProperty(t)){for(var r in A)if(A.hasOwnProperty(r)&&A[r]===e[t][r])return Number(t)}return-1}function Ee(e,A){if(!e||!e.getBoundingClientRect)return fe();var t=e,r=!1;do if(t.clientWidth<t.scrollWidth||t.clientHeight<t.scrollHeight){var n=k(t);if(t.clientWidth<t.scrollWidth&&(n.overflowX=="auto"||n.overflowX=="scroll")||t.clientHeight<t.scrollHeight&&(n.overflowY=="auto"||n.overflowY=="scroll")){if(!t.getBoundingClientRect||t===document.body)return fe();if(r||A)return t;r=!0}}while(t=t.parentNode);return fe()}function gc(e,A){if(e&&A)for(var t in A)A.hasOwnProperty(t)&&(e[t]=A[t]);return e}function Cn(e,A){return Math.round(e.top)===Math.round(A.top)&&Math.round(e.left)===Math.round(A.left)&&Math.round(e.height)===Math.round(A.height)&&Math.round(e.width)===Math.round(A.width)}var pt;function Zo(e,A){return function(){if(!pt){var t=arguments,r=this;t.length===1?e.call(r,t[0]):e.apply(r,t),pt=setTimeout(function(){pt=void 0},A)}}}function hc(){clearTimeout(pt),pt=void 0}function zo(e,A,t){e.scrollLeft+=A,e.scrollTop+=t}function mn(e){var A=window.Polymer,t=window.jQuery||window.Zepto;return A&&A.dom?A.dom(e).cloneNode(!0):t?t(e).clone(!0)[0]:e.cloneNode(!0)}function _o(e,A){k(e,"position","absolute"),k(e,"top",A.top),k(e,"left",A.left),k(e,"width",A.width),k(e,"height",A.height)}function Qn(e){k(e,"position",""),k(e,"top",""),k(e,"left",""),k(e,"width",""),k(e,"height","")}var RA="Sortable"+new Date().getTime();function wc(){var e=[],A;return{captureAnimationState:function(){if(e=[],!!this.options.animation){var r=[].slice.call(this.el.children);r.forEach(function(n){if(!(k(n,"display")==="none"||n===Y.ghost)){e.push({target:n,rect:pA(n)});var a=Be({},e[e.length-1].rect);if(n.thisAnimationDuration){var o=Ne(n,!0);o&&(a.top-=o.f,a.left-=o.e)}n.fromRect=a}})}},addAnimationState:function(r){e.push(r)},removeAnimationState:function(r){e.splice(dc(e,{target:r}),1)},animateAll:function(r){var n=this;if(!this.options.animation){clearTimeout(A),typeof r=="function"&&r();return}var a=!1,o=0;e.forEach(function(s){var i=0,l=s.target,c=l.fromRect,B=pA(l),u=l.prevFromRect,d=l.prevToRect,g=s.rect,h=Ne(l,!0);h&&(B.top-=h.f,B.left-=h.e),l.toRect=B,l.thisAnimationDuration&&Cn(u,B)&&!Cn(c,B)&&(g.top-B.top)/(g.left-B.left)===(c.top-B.top)/(c.left-B.left)&&(i=Cc(g,u,d,n.options)),Cn(B,c)||(l.prevFromRect=c,l.prevToRect=B,i||(i=n.options.animation),n.animate(l,g,B,i)),i&&(a=!0,o=Math.max(o,i),clearTimeout(l.animationResetTimer),l.animationResetTimer=setTimeout(function(){l.animationTime=0,l.prevFromRect=null,l.fromRect=null,l.prevToRect=null,l.thisAnimationDuration=null},i),l.thisAnimationDuration=i)}),clearTimeout(A),a?A=setTimeout(function(){typeof r=="function"&&r()},o):typeof r=="function"&&r(),e=[]},animate:function(r,n,a,o){if(o){k(r,"transition",""),k(r,"transform","");var s=Ne(this.el),i=s&&s.a,l=s&&s.d,c=(n.left-a.left)/(i||1),B=(n.top-a.top)/(l||1);r.animatingX=!!c,r.animatingY=!!B,k(r,"transform","translate3d("+c+"px,"+B+"px,0)"),this.forRepaintDummy=pc(r),k(r,"transition","transform "+o+"ms"+(this.options.easing?" "+this.options.easing:"")),k(r,"transform","translate3d(0,0,0)"),typeof r.animated=="number"&&clearTimeout(r.animated),r.animated=setTimeout(function(){k(r,"transition",""),k(r,"transform",""),r.animated=!1,r.animatingX=!1,r.animatingY=!1},o)}}}}function pc(e){return e.offsetWidth}function Cc(e,A,t,r){return Math.sqrt(Math.pow(A.top-e.top,2)+Math.pow(A.left-e.left,2))/Math.sqrt(Math.pow(A.top-t.top,2)+Math.pow(A.left-t.left,2))*r.animation}var qe=[],vn={initializeByDefault:!0},Ct={mount:function(A){for(var t in vn)vn.hasOwnProperty(t)&&!(t in A)&&(A[t]=vn[t]);qe.forEach(function(r){if(r.pluginName===A.pluginName)throw"Sortable: Cannot mount plugin ".concat(A.pluginName," more than once")}),qe.push(A)},pluginEvent:function(A,t,r){var n=this;this.eventCanceled=!1,r.cancel=function(){n.eventCanceled=!0};var a=A+"Global";qe.forEach(function(o){t[o.pluginName]&&(t[o.pluginName][a]&&t[o.pluginName][a](Be({sortable:t},r)),t.options[o.pluginName]&&t[o.pluginName][A]&&t[o.pluginName][A](Be({sortable:t},r)))})},initializePlugins:function(A,t,r,n){qe.forEach(function(s){var i=s.pluginName;if(!(!A.options[i]&&!s.initializeByDefault)){var l=new s(A,t,A.options);l.sortable=A,l.options=A.options,A[i]=l,$A(r,l.defaults)}});for(var a in A.options)if(A.options.hasOwnProperty(a)){var o=this.modifyOption(A,a,A.options[a]);typeof o<"u"&&(A.options[a]=o)}},getEventProperties:function(A,t){var r={};return qe.forEach(function(n){typeof n.eventProperties=="function"&&$A(r,n.eventProperties.call(t[n.pluginName],A))}),r},modifyOption:function(A,t,r){var n;return qe.forEach(function(a){A[a.pluginName]&&a.optionListeners&&typeof a.optionListeners[t]=="function"&&(n=a.optionListeners[t].call(A[a.pluginName],r))}),n}};function mt(e){var A=e.sortable,t=e.rootEl,r=e.name,n=e.targetEl,a=e.cloneEl,o=e.toEl,s=e.fromEl,i=e.oldIndex,l=e.newIndex,c=e.oldDraggableIndex,B=e.newDraggableIndex,u=e.originalEvent,d=e.putSortable,g=e.extraEventProperties;if(A=A||t&&t[RA],!!A){var h,w=A.options,p="on"+r.charAt(0).toUpperCase()+r.substr(1);window.CustomEvent&&!Ce&&!ht?h=new CustomEvent(r,{bubbles:!0,cancelable:!0}):(h=document.createEvent("Event"),h.initEvent(r,!0,!0)),h.to=o||t,h.from=s||t,h.item=n||t,h.clone=a,h.oldIndex=i,h.newIndex=l,h.oldDraggableIndex=c,h.newDraggableIndex=B,h.originalEvent=u,h.pullMode=d?d.lastPutMode:void 0;var C=Be(Be({},g),Ct.getEventProperties(r,A));for(var y in C)h[y]=C[y];t&&t.dispatchEvent(h),w[p]&&w[p].call(A,h)}}var mc=["evt"],WA=function(A,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=r.evt,a=oc(r,mc);Ct.pluginEvent.bind(Y)(A,t,Be({dragEl:K,parentEl:FA,ghostEl:z,rootEl:CA,nextEl:Ve,lastDownEl:ar,cloneEl:UA,cloneHidden:ye,dragStarted:vt,putSortable:TA,activeSortable:Y.active,originalEvent:n,oldIndex:$e,oldDraggableIndex:Qt,newIndex:ZA,newDraggableIndex:be,hideGhostForTarget:na,unhideGhostForTarget:oa,cloneNowHidden:function(){ye=!0},cloneNowShown:function(){ye=!1},dispatchSortableEvent:function(s){PA({sortable:t,name:s,originalEvent:n})}},a))};function PA(e){mt(Be({putSortable:TA,cloneEl:UA,targetEl:K,rootEl:CA,oldIndex:$e,oldDraggableIndex:Qt,newIndex:ZA,newDraggableIndex:be},e))}var K,FA,z,CA,Ve,ar,UA,ye,$e,ZA,Qt,be,sr,TA,At=!1,ir=!1,lr=[],ke,ae,Fn,Un,qo,$o,vt,et,Ft,Ut=!1,cr=!1,Br,NA,En=[],yn=!1,fr=[],ur=typeof document<"u",dr=Go,Aa=ht||Ce?"cssFloat":"float",Qc=ur&&!fc&&!Go&&"draggable"in document.createElement("div"),ea=function(){if(ur){if(Ce)return!1;var e=document.createElement("x");return e.style.cssText="pointer-events:auto",e.style.pointerEvents==="auto"}}(),ta=function(A,t){var r=k(A),n=parseInt(r.width)-parseInt(r.paddingLeft)-parseInt(r.paddingRight)-parseInt(r.borderLeftWidth)-parseInt(r.borderRightWidth),a=_e(A,0,t),o=_e(A,1,t),s=a&&k(a),i=o&&k(o),l=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+pA(a).width,c=i&&parseInt(i.marginLeft)+parseInt(i.marginRight)+pA(o).width;if(r.display==="flex")return r.flexDirection==="column"||r.flexDirection==="column-reverse"?"vertical":"horizontal";if(r.display==="grid")return r.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(a&&s.float&&s.float!=="none"){var B=s.float==="left"?"left":"right";return o&&(i.clear==="both"||i.clear===B)?"vertical":"horizontal"}return a&&(s.display==="block"||s.display==="flex"||s.display==="table"||s.display==="grid"||l>=n&&r[Aa]==="none"||o&&r[Aa]==="none"&&l+c>n)?"vertical":"horizontal"},vc=function(A,t,r){var n=r?A.left:A.top,a=r?A.right:A.bottom,o=r?A.width:A.height,s=r?t.left:t.top,i=r?t.right:t.bottom,l=r?t.width:t.height;return n===s||a===i||n+o/2===s+l/2},Fc=function(A,t){var r;return lr.some(function(n){var a=n[RA].options.emptyInsertThreshold;if(!(!a||pn(n))){var o=pA(n),s=A>=o.left-a&&A<=o.right+a,i=t>=o.top-a&&t<=o.bottom+a;if(s&&i)return r=n}}),r},ra=function(A){function t(a,o){return function(s,i,l,c){var B=s.options.group.name&&i.options.group.name&&s.options.group.name===i.options.group.name;if(a==null&&(o||B))return!0;if(a==null||a===!1)return!1;if(o&&a==="clone")return a;if(typeof a=="function")return t(a(s,i,l,c),o)(s,i,l,c);var u=(o?s:i).options.group.name;return a===!0||typeof a=="string"&&a===u||a.join&&a.indexOf(u)>-1}}var r={},n=A.group;(!n||nr(n)!="object")&&(n={name:n}),r.name=n.name,r.checkPull=t(n.pull,!0),r.checkPut=t(n.put),r.revertClone=n.revertClone,A.group=r},na=function(){!ea&&z&&k(z,"display","none")},oa=function(){!ea&&z&&k(z,"display","")};ur&&document.addEventListener("click",function(e){if(ir)return e.preventDefault(),e.stopPropagation&&e.stopPropagation(),e.stopImmediatePropagation&&e.stopImmediatePropagation(),ir=!1,!1},!0);var Pe=function(A){if(K){A=A.touches?A.touches[0]:A;var t=Fc(A.clientX,A.clientY);if(t){var r={};for(var n in A)A.hasOwnProperty(n)&&(r[n]=A[n]);r.target=r.rootEl=t,r.preventDefault=void 0,r.stopPropagation=void 0,t[RA]._onDragOver(r)}}},Uc=function(A){K&&K.parentNode[RA]._isOutsideThisEl(A.target)};function Y(e,A){if(!(e&&e.nodeType&&e.nodeType===1))throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e));this.el=e,this.options=A=$A({},A),e[RA]=this;var t={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return ta(e,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(o,s){o.setData("Text",s.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:Y.supportPointer!==!1&&"PointerEvent"in window&&!wt,emptyInsertThreshold:5};Ct.initializePlugins(this,e,t);for(var r in t)!(r in A)&&(A[r]=t[r]);ra(A);for(var n in this)n.charAt(0)==="_"&&typeof this[n]=="function"&&(this[n]=this[n].bind(this));this.nativeDraggable=A.forceFallback?!1:Qc,this.nativeDraggable&&(this.options.touchStartThreshold=1),A.supportPointer?AA(e,"pointerdown",this._onTapStart):(AA(e,"mousedown",this._onTapStart),AA(e,"touchstart",this._onTapStart)),this.nativeDraggable&&(AA(e,"dragover",this),AA(e,"dragenter",this)),lr.push(this.el),A.store&&A.store.get&&this.sort(A.store.get(this)||[]),$A(this,wc())}Y.prototype={constructor:Y,_isOutsideThisEl:function(A){!this.el.contains(A)&&A!==this.el&&(et=null)},_getDirection:function(A,t){return typeof this.options.direction=="function"?this.options.direction.call(this,A,t,K):this.options.direction},_onTapStart:function(A){if(A.cancelable){var t=this,r=this.el,n=this.options,a=n.preventOnFilter,o=A.type,s=A.touches&&A.touches[0]||A.pointerType&&A.pointerType==="touch"&&A,i=(s||A).target,l=A.target.shadowRoot&&(A.path&&A.path[0]||A.composedPath&&A.composedPath()[0])||i,c=n.filter;if(Lc(r),!K&&!(/mousedown|pointerdown/.test(o)&&A.button!==0||n.disabled)&&!l.isContentEditable&&!(!this.nativeDraggable&&wt&&i&&i.tagName.toUpperCase()==="SELECT")&&(i=oe(i,n.draggable,r,!1),!(i&&i.animated)&&ar!==i)){if($e=vA(i),Qt=vA(i,n.draggable),typeof c=="function"){if(c.call(this,A,i,this)){PA({sortable:t,rootEl:l,name:"filter",targetEl:i,toEl:r,fromEl:r}),WA("filter",t,{evt:A}),a&&A.cancelable&&A.preventDefault();return}}else if(c&&(c=c.split(",").some(function(B){if(B=oe(l,B.trim(),r,!1),B)return PA({sortable:t,rootEl:B,name:"filter",targetEl:i,fromEl:r,toEl:r}),WA("filter",t,{evt:A}),!0}),c)){a&&A.cancelable&&A.preventDefault();return}n.handle&&!oe(l,n.handle,r,!1)||this._prepareDragStart(A,s,i)}}},_prepareDragStart:function(A,t,r){var n=this,a=n.el,o=n.options,s=a.ownerDocument,i;if(r&&!K&&r.parentNode===a){var l=pA(r);if(CA=a,K=r,FA=K.parentNode,Ve=K.nextSibling,ar=r,sr=o.group,Y.dragged=K,ke={target:K,clientX:(t||A).clientX,clientY:(t||A).clientY},qo=ke.clientX-l.left,$o=ke.clientY-l.top,this._lastX=(t||A).clientX,this._lastY=(t||A).clientY,K.style["will-change"]="all",i=function(){if(WA("delayEnded",n,{evt:A}),Y.eventCanceled){n._onDrop();return}n._disableDelayedDragEvents(),!Po&&n.nativeDraggable&&(K.draggable=!0),n._triggerDragStart(A,t),PA({sortable:n,name:"choose",originalEvent:A}),QA(K,o.chosenClass,!0)},o.ignore.split(",").forEach(function(c){Yo(K,c.trim(),bn)}),AA(s,"dragover",Pe),AA(s,"mousemove",Pe),AA(s,"touchmove",Pe),AA(s,"mouseup",n._onDrop),AA(s,"touchend",n._onDrop),AA(s,"touchcancel",n._onDrop),Po&&this.nativeDraggable&&(this.options.touchStartThreshold=4,K.draggable=!0),WA("delayStart",this,{evt:A}),o.delay&&(!o.delayOnTouchOnly||t)&&(!this.nativeDraggable||!(ht||Ce))){if(Y.eventCanceled){this._onDrop();return}AA(s,"mouseup",n._disableDelayedDrag),AA(s,"touchend",n._disableDelayedDrag),AA(s,"touchcancel",n._disableDelayedDrag),AA(s,"mousemove",n._delayedDragTouchMoveHandler),AA(s,"touchmove",n._delayedDragTouchMoveHandler),o.supportPointer&&AA(s,"pointermove",n._delayedDragTouchMoveHandler),n._dragStartTimer=setTimeout(i,o.delay)}else i()}},_delayedDragTouchMoveHandler:function(A){var t=A.touches?A.touches[0]:A;Math.max(Math.abs(t.clientX-this._lastX),Math.abs(t.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){K&&bn(K),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var A=this.el.ownerDocument;$(A,"mouseup",this._disableDelayedDrag),$(A,"touchend",this._disableDelayedDrag),$(A,"touchcancel",this._disableDelayedDrag),$(A,"mousemove",this._delayedDragTouchMoveHandler),$(A,"touchmove",this._delayedDragTouchMoveHandler),$(A,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(A,t){t=t||A.pointerType=="touch"&&A,!this.nativeDraggable||t?this.options.supportPointer?AA(document,"pointermove",this._onTouchMove):t?AA(document,"touchmove",this._onTouchMove):AA(document,"mousemove",this._onTouchMove):(AA(K,"dragend",this),AA(CA,"dragstart",this._onDragStart));try{document.selection?hr(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch{}},_dragStarted:function(A,t){if(At=!1,CA&&K){WA("dragStarted",this,{evt:t}),this.nativeDraggable&&AA(document,"dragover",Uc);var r=this.options;!A&&QA(K,r.dragClass,!1),QA(K,r.ghostClass,!0),Y.active=this,A&&this._appendGhost(),PA({sortable:this,name:"start",originalEvent:t})}else this._nulling()},_emulateDragOver:function(){if(ae){this._lastX=ae.clientX,this._lastY=ae.clientY,na();for(var A=document.elementFromPoint(ae.clientX,ae.clientY),t=A;A&&A.shadowRoot&&(A=A.shadowRoot.elementFromPoint(ae.clientX,ae.clientY),A!==t);)t=A;if(K.parentNode[RA]._isOutsideThisEl(A),t)do{if(t[RA]){var r=void 0;if(r=t[RA]._onDragOver({clientX:ae.clientX,clientY:ae.clientY,target:A,rootEl:t}),r&&!this.options.dragoverBubble)break}A=t}while(t=t.parentNode);oa()}},_onTouchMove:function(A){if(ke){var t=this.options,r=t.fallbackTolerance,n=t.fallbackOffset,a=A.touches?A.touches[0]:A,o=z&&Ne(z,!0),s=z&&o&&o.a,i=z&&o&&o.d,l=dr&&NA&&jo(NA),c=(a.clientX-ke.clientX+n.x)/(s||1)+(l?l[0]-En[0]:0)/(s||1),B=(a.clientY-ke.clientY+n.y)/(i||1)+(l?l[1]-En[1]:0)/(i||1);if(!Y.active&&!At){if(r&&Math.max(Math.abs(a.clientX-this._lastX),Math.abs(a.clientY-this._lastY))<r)return;this._onDragStart(A,!0)}if(z){o?(o.e+=c-(Fn||0),o.f+=B-(Un||0)):o={a:1,b:0,c:0,d:1,e:c,f:B};var u="matrix(".concat(o.a,",").concat(o.b,",").concat(o.c,",").concat(o.d,",").concat(o.e,",").concat(o.f,")");k(z,"webkitTransform",u),k(z,"mozTransform",u),k(z,"msTransform",u),k(z,"transform",u),Fn=c,Un=B,ae=a}A.cancelable&&A.preventDefault()}},_appendGhost:function(){if(!z){var A=this.options.fallbackOnBody?document.body:CA,t=pA(K,!0,dr,!0,A),r=this.options;if(dr){for(NA=A;k(NA,"position")==="static"&&k(NA,"transform")==="none"&&NA!==document;)NA=NA.parentNode;NA!==document.body&&NA!==document.documentElement?(NA===document&&(NA=fe()),t.top+=NA.scrollTop,t.left+=NA.scrollLeft):NA=fe(),En=jo(NA)}z=K.cloneNode(!0),QA(z,r.ghostClass,!1),QA(z,r.fallbackClass,!0),QA(z,r.dragClass,!0),k(z,"transition",""),k(z,"transform",""),k(z,"box-sizing","border-box"),k(z,"margin",0),k(z,"top",t.top),k(z,"left",t.left),k(z,"width",t.width),k(z,"height",t.height),k(z,"opacity","0.8"),k(z,"position",dr?"absolute":"fixed"),k(z,"zIndex","100000"),k(z,"pointerEvents","none"),Y.ghost=z,A.appendChild(z),k(z,"transform-origin",qo/parseInt(z.style.width)*100+"% "+$o/parseInt(z.style.height)*100+"%")}},_onDragStart:function(A,t){var r=this,n=A.dataTransfer,a=r.options;if(WA("dragStart",this,{evt:A}),Y.eventCanceled){this._onDrop();return}WA("setupClone",this),Y.eventCanceled||(UA=mn(K),UA.draggable=!1,UA.style["will-change"]="",this._hideClone(),QA(UA,this.options.chosenClass,!1),Y.clone=UA),r.cloneId=hr(function(){WA("clone",r),!Y.eventCanceled&&(r.options.removeCloneOnHide||CA.insertBefore(UA,K),r._hideClone(),PA({sortable:r,name:"clone"}))}),!t&&QA(K,a.dragClass,!0),t?(ir=!0,r._loopId=setInterval(r._emulateDragOver,50)):($(document,"mouseup",r._onDrop),$(document,"touchend",r._onDrop),$(document,"touchcancel",r._onDrop),n&&(n.effectAllowed="move",a.setData&&a.setData.call(r,n,K)),AA(document,"drop",r),k(K,"transform","translateZ(0)")),At=!0,r._dragStartId=hr(r._dragStarted.bind(r,t,A)),AA(document,"selectstart",r),vt=!0,wt&&k(document.body,"user-select","none")},_onDragOver:function(A){var t=this.el,r=A.target,n,a,o,s=this.options,i=s.group,l=Y.active,c=sr===i,B=s.sort,u=TA||l,d,g=this,h=!1;if(yn)return;function w(q,tA){WA(q,g,Be({evt:A,isOwner:c,axis:d?"vertical":"horizontal",revert:o,dragRect:n,targetRect:a,canSort:B,fromSortable:u,target:r,completed:C,onMove:function(iA,lA){return gr(CA,t,K,n,iA,pA(iA),A,lA)},changed:y},tA))}function p(){w("dragOverAnimationCapture"),g.captureAnimationState(),g!==u&&u.captureAnimationState()}function C(q){return w("dragOverCompleted",{insertion:q}),q&&(c?l._hideClone():l._showClone(g),g!==u&&(QA(K,TA?TA.options.ghostClass:l.options.ghostClass,!1),QA(K,s.ghostClass,!0)),TA!==g&&g!==Y.active?TA=g:g===Y.active&&TA&&(TA=null),u===g&&(g._ignoreWhileAnimating=r),g.animateAll(function(){w("dragOverAnimationComplete"),g._ignoreWhileAnimating=null}),g!==u&&(u.animateAll(),u._ignoreWhileAnimating=null)),(r===K&&!K.animated||r===t&&!r.animated)&&(et=null),!s.dragoverBubble&&!A.rootEl&&r!==document&&(K.parentNode[RA]._isOutsideThisEl(A.target),!q&&Pe(A)),!s.dragoverBubble&&A.stopPropagation&&A.stopPropagation(),h=!0}function y(){ZA=vA(K),be=vA(K,s.draggable),PA({sortable:g,name:"change",toEl:t,newIndex:ZA,newDraggableIndex:be,originalEvent:A})}if(A.preventDefault!==void 0&&A.cancelable&&A.preventDefault(),r=oe(r,s.draggable,t,!0),w("dragOver"),Y.eventCanceled)return h;if(K.contains(A.target)||r.animated&&r.animatingX&&r.animatingY||g._ignoreWhileAnimating===r)return C(!1);if(ir=!1,l&&!s.disabled&&(c?B||(o=FA!==CA):TA===this||(this.lastPutMode=sr.checkPull(this,l,K,A))&&i.checkPut(this,l,K,A))){if(d=this._getDirection(A,r)==="vertical",n=pA(K),w("dragOverValid"),Y.eventCanceled)return h;if(o)return FA=CA,p(),this._hideClone(),w("revert"),Y.eventCanceled||(Ve?CA.insertBefore(K,Ve):CA.appendChild(K)),C(!0);var Q=pn(t,s.draggable);if(!Q||Ic(A,d,this)&&!Q.animated){if(Q===K)return C(!1);if(Q&&t===A.target&&(r=Q),r&&(a=pA(r)),gr(CA,t,K,n,r,a,A,!!r)!==!1)return p(),t.appendChild(K),FA=t,y(),C(!0)}else if(Q&&bc(A,d,this)){var E=_e(t,0,s,!0);if(E===K)return C(!1);if(r=E,a=pA(r),gr(CA,t,K,n,r,a,A,!1)!==!1)return p(),t.insertBefore(K,E),FA=t,y(),C(!0)}else if(r.parentNode===t){a=pA(r);var m=0,H,S=K.parentNode!==t,v=!vc(K.animated&&K.toRect||n,r.animated&&r.toRect||a,d),T=d?"top":"left",O=Jo(r,"top","top")||Jo(K,"top","top"),G=O?O.scrollTop:void 0;et!==r&&(H=a[T],Ut=!1,cr=!v&&s.invertSwap||S),m=Hc(A,r,a,d,v?1:s.swapThreshold,s.invertedSwapThreshold==null?s.swapThreshold:s.invertedSwapThreshold,cr,et===r);var I;if(m!==0){var x=vA(K);do x-=m,I=FA.children[x];while(I&&(k(I,"display")==="none"||I===z))}if(m===0||I===r)return C(!1);et=r,Ft=m;var X=r.nextElementSibling,D=!1;D=m===1;var N=gr(CA,t,K,n,r,a,A,D);if(N!==!1)return(N===1||N===-1)&&(D=N===1),yn=!0,setTimeout(yc,30),p(),D&&!X?t.appendChild(K):r.parentNode.insertBefore(K,D?X:r),O&&zo(O,0,G-O.scrollTop),FA=K.parentNode,H!==void 0&&!cr&&(Br=Math.abs(H-pA(r)[T])),y(),C(!0)}if(t.contains(K))return C(!1)}return!1},_ignoreWhileAnimating:null,_offMoveEvents:function(){$(document,"mousemove",this._onTouchMove),$(document,"touchmove",this._onTouchMove),$(document,"pointermove",this._onTouchMove),$(document,"dragover",Pe),$(document,"mousemove",Pe),$(document,"touchmove",Pe)},_offUpEvents:function(){var A=this.el.ownerDocument;$(A,"mouseup",this._onDrop),$(A,"touchend",this._onDrop),$(A,"pointerup",this._onDrop),$(A,"touchcancel",this._onDrop),$(document,"selectstart",this)},_onDrop:function(A){var t=this.el,r=this.options;if(ZA=vA(K),be=vA(K,r.draggable),WA("drop",this,{evt:A}),FA=K&&K.parentNode,ZA=vA(K),be=vA(K,r.draggable),Y.eventCanceled){this._nulling();return}At=!1,cr=!1,Ut=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),In(this.cloneId),In(this._dragStartId),this.nativeDraggable&&($(document,"drop",this),$(t,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),wt&&k(document.body,"user-select",""),k(K,"transform",""),A&&(vt&&(A.cancelable&&A.preventDefault(),!r.dropBubble&&A.stopPropagation()),z&&z.parentNode&&z.parentNode.removeChild(z),(CA===FA||TA&&TA.lastPutMode!=="clone")&&UA&&UA.parentNode&&UA.parentNode.removeChild(UA),K&&(this.nativeDraggable&&$(K,"dragend",this),bn(K),K.style["will-change"]="",vt&&!At&&QA(K,TA?TA.options.ghostClass:this.options.ghostClass,!1),QA(K,this.options.chosenClass,!1),PA({sortable:this,name:"unchoose",toEl:FA,newIndex:null,newDraggableIndex:null,originalEvent:A}),CA!==FA?(ZA>=0&&(PA({rootEl:FA,name:"add",toEl:FA,fromEl:CA,originalEvent:A}),PA({sortable:this,name:"remove",toEl:FA,originalEvent:A}),PA({rootEl:FA,name:"sort",toEl:FA,fromEl:CA,originalEvent:A}),PA({sortable:this,name:"sort",toEl:FA,originalEvent:A})),TA&&TA.save()):ZA!==$e&&ZA>=0&&(PA({sortable:this,name:"update",toEl:FA,originalEvent:A}),PA({sortable:this,name:"sort",toEl:FA,originalEvent:A})),Y.active&&((ZA==null||ZA===-1)&&(ZA=$e,be=Qt),PA({sortable:this,name:"end",toEl:FA,originalEvent:A}),this.save()))),this._nulling()},_nulling:function(){WA("nulling",this),CA=K=FA=z=Ve=UA=ar=ye=ke=ae=vt=ZA=be=$e=Qt=et=Ft=TA=sr=Y.dragged=Y.ghost=Y.clone=Y.active=null,fr.forEach(function(A){A.checked=!0}),fr.length=Fn=Un=0},handleEvent:function(A){switch(A.type){case"drop":case"dragend":this._onDrop(A);break;case"dragenter":case"dragover":K&&(this._onDragOver(A),Ec(A));break;case"selectstart":A.preventDefault();break}},toArray:function(){for(var A=[],t,r=this.el.children,n=0,a=r.length,o=this.options;n<a;n++)t=r[n],oe(t,o.draggable,this.el,!1)&&A.push(t.getAttribute(o.dataIdAttr)||xc(t));return A},sort:function(A,t){var r={},n=this.el;this.toArray().forEach(function(a,o){var s=n.children[o];oe(s,this.options.draggable,n,!1)&&(r[a]=s)},this),t&&this.captureAnimationState(),A.forEach(function(a){r[a]&&(n.removeChild(r[a]),n.appendChild(r[a]))}),t&&this.animateAll()},save:function(){var A=this.options.store;A&&A.set&&A.set(this)},closest:function(A,t){return oe(A,t||this.options.draggable,this.el,!1)},option:function(A,t){var r=this.options;if(t===void 0)return r[A];var n=Ct.modifyOption(this,A,t);typeof n<"u"?r[A]=n:r[A]=t,A==="group"&&ra(r)},destroy:function(){WA("destroy",this);var A=this.el;A[RA]=null,$(A,"mousedown",this._onTapStart),$(A,"touchstart",this._onTapStart),$(A,"pointerdown",this._onTapStart),this.nativeDraggable&&($(A,"dragover",this),$(A,"dragenter",this)),Array.prototype.forEach.call(A.querySelectorAll("[draggable]"),function(t){t.removeAttribute("draggable")}),this._onDrop(),this._disableDelayedDragEvents(),lr.splice(lr.indexOf(this.el),1),this.el=A=null},_hideClone:function(){if(!ye){if(WA("hideClone",this),Y.eventCanceled)return;k(UA,"display","none"),this.options.removeCloneOnHide&&UA.parentNode&&UA.parentNode.removeChild(UA),ye=!0}},_showClone:function(A){if(A.lastPutMode!=="clone"){this._hideClone();return}if(ye){if(WA("showClone",this),Y.eventCanceled)return;K.parentNode==CA&&!this.options.group.revertClone?CA.insertBefore(UA,K):Ve?CA.insertBefore(UA,Ve):CA.appendChild(UA),this.options.group.revertClone&&this.animate(K,UA),k(UA,"display",""),ye=!1}}};function Ec(e){e.dataTransfer&&(e.dataTransfer.dropEffect="move"),e.cancelable&&e.preventDefault()}function gr(e,A,t,r,n,a,o,s){var i,l=e[RA],c=l.options.onMove,B;return window.CustomEvent&&!Ce&&!ht?i=new CustomEvent("move",{bubbles:!0,cancelable:!0}):(i=document.createEvent("Event"),i.initEvent("move",!0,!0)),i.to=A,i.from=e,i.dragged=t,i.draggedRect=r,i.related=n||A,i.relatedRect=a||pA(A),i.willInsertAfter=s,i.originalEvent=o,e.dispatchEvent(i),c&&(B=c.call(l,i,o)),B}function bn(e){e.draggable=!1}function yc(){yn=!1}function bc(e,A,t){var r=pA(_e(t.el,0,t.options,!0)),n=10;return A?e.clientX<r.left-n||e.clientY<r.top&&e.clientX<r.right:e.clientY<r.top-n||e.clientY<r.bottom&&e.clientX<r.left}function Ic(e,A,t){var r=pA(pn(t.el,t.options.draggable)),n=10;return A?e.clientX>r.right+n||e.clientX<=r.right&&e.clientY>r.bottom&&e.clientX>=r.left:e.clientX>r.right&&e.clientY>r.top||e.clientX<=r.right&&e.clientY>r.bottom+n}function Hc(e,A,t,r,n,a,o,s){var i=r?e.clientY:e.clientX,l=r?t.height:t.width,c=r?t.top:t.left,B=r?t.bottom:t.right,u=!1;if(!o){if(s&&Br<l*n){if(!Ut&&(Ft===1?i>c+l*a/2:i<B-l*a/2)&&(Ut=!0),Ut)u=!0;else if(Ft===1?i<c+Br:i>B-Br)return-Ft}else if(i>c+l*(1-n)/2&&i<B-l*(1-n)/2)return Sc(A)}return u=u||o,u&&(i<c+l*a/2||i>B-l*a/2)?i>c+l/2?1:-1:0}function Sc(e){return vA(K)<vA(e)?1:-1}function xc(e){for(var A=e.tagName+e.className+e.src+e.href+e.textContent,t=A.length,r=0;t--;)r+=A.charCodeAt(t);return r.toString(36)}function Lc(e){fr.length=0;for(var A=e.getElementsByTagName("input"),t=A.length;t--;){var r=A[t];r.checked&&fr.push(r)}}function hr(e){return setTimeout(e,0)}function In(e){return clearTimeout(e)}ur&&AA(document,"touchmove",function(e){(Y.active||At)&&e.cancelable&&e.preventDefault()}),Y.utils={on:AA,off:$,css:k,find:Yo,is:function(A,t){return!!oe(A,t,A,!1)},extend:gc,throttle:Zo,closest:oe,toggleClass:QA,clone:mn,index:vA,nextTick:hr,cancelNextTick:In,detectDirection:ta,getChild:_e},Y.get=function(e){return e[RA]},Y.mount=function(){for(var e=arguments.length,A=new Array(e),t=0;t<e;t++)A[t]=arguments[t];A[0].constructor===Array&&(A=A[0]),A.forEach(function(r){if(!r.prototype||!r.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(r));r.utils&&(Y.utils=Be(Be({},Y.utils),r.utils)),Ct.mount(r)})},Y.create=function(e,A){return new Y(e,A)},Y.version=Bc;var IA=[],Et,Hn,Sn=!1,xn,Ln,wr,yt;function Tc(){function e(){this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0};for(var A in this)A.charAt(0)==="_"&&typeof this[A]=="function"&&(this[A]=this[A].bind(this))}return e.prototype={dragStarted:function(t){var r=t.originalEvent;this.sortable.nativeDraggable?AA(document,"dragover",this._handleAutoScroll):this.options.supportPointer?AA(document,"pointermove",this._handleFallbackAutoScroll):r.touches?AA(document,"touchmove",this._handleFallbackAutoScroll):AA(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var r=t.originalEvent;!this.options.dragOverBubble&&!r.rootEl&&this._handleAutoScroll(r)},drop:function(){this.sortable.nativeDraggable?$(document,"dragover",this._handleAutoScroll):($(document,"pointermove",this._handleFallbackAutoScroll),$(document,"touchmove",this._handleFallbackAutoScroll),$(document,"mousemove",this._handleFallbackAutoScroll)),aa(),pr(),hc()},nulling:function(){wr=Hn=Et=Sn=yt=xn=Ln=null,IA.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,r){var n=this,a=(t.touches?t.touches[0]:t).clientX,o=(t.touches?t.touches[0]:t).clientY,s=document.elementFromPoint(a,o);if(wr=t,r||this.options.forceAutoScrollFallback||ht||Ce||wt){Tn(t,this.options,s,r);var i=Ee(s,!0);Sn&&(!yt||a!==xn||o!==Ln)&&(yt&&aa(),yt=setInterval(function(){var l=Ee(document.elementFromPoint(a,o),!0);l!==i&&(i=l,pr()),Tn(t,n.options,l,r)},10),xn=a,Ln=o)}else{if(!this.options.bubbleScroll||Ee(s,!0)===fe()){pr();return}Tn(t,this.options,Ee(s,!1),!1)}}},$A(e,{pluginName:"scroll",initializeByDefault:!0})}function pr(){IA.forEach(function(e){clearInterval(e.pid)}),IA=[]}function aa(){clearInterval(yt)}var Tn=Zo(function(e,A,t,r){if(A.scroll){var n=(e.touches?e.touches[0]:e).clientX,a=(e.touches?e.touches[0]:e).clientY,o=A.scrollSensitivity,s=A.scrollSpeed,i=fe(),l=!1,c;Hn!==t&&(Hn=t,pr(),Et=A.scroll,c=A.scrollFn,Et===!0&&(Et=Ee(t,!0)));var B=0,u=Et;do{var d=u,g=pA(d),h=g.top,w=g.bottom,p=g.left,C=g.right,y=g.width,Q=g.height,E=void 0,m=void 0,H=d.scrollWidth,S=d.scrollHeight,v=k(d),T=d.scrollLeft,O=d.scrollTop;d===i?(E=y<H&&(v.overflowX==="auto"||v.overflowX==="scroll"||v.overflowX==="visible"),m=Q<S&&(v.overflowY==="auto"||v.overflowY==="scroll"||v.overflowY==="visible")):(E=y<H&&(v.overflowX==="auto"||v.overflowX==="scroll"),m=Q<S&&(v.overflowY==="auto"||v.overflowY==="scroll"));var G=E&&(Math.abs(C-n)<=o&&T+y<H)-(Math.abs(p-n)<=o&&!!T),I=m&&(Math.abs(w-a)<=o&&O+Q<S)-(Math.abs(h-a)<=o&&!!O);if(!IA[B])for(var x=0;x<=B;x++)IA[x]||(IA[x]={});(IA[B].vx!=G||IA[B].vy!=I||IA[B].el!==d)&&(IA[B].el=d,IA[B].vx=G,IA[B].vy=I,clearInterval(IA[B].pid),(G!=0||I!=0)&&(l=!0,IA[B].pid=setInterval(function(){r&&this.layer===0&&Y.active._onTouchMove(wr);var X=IA[this.layer].vy?IA[this.layer].vy*s:0,D=IA[this.layer].vx?IA[this.layer].vx*s:0;typeof c=="function"&&c.call(Y.dragged.parentNode[RA],D,X,e,wr,IA[this.layer].el)!=="continue"||zo(IA[this.layer].el,D,X)}.bind({layer:B}),24))),B++}while(A.bubbleScroll&&u!==i&&(u=Ee(u,!1)));Sn=l}},30),sa=function(A){var t=A.originalEvent,r=A.putSortable,n=A.dragEl,a=A.activeSortable,o=A.dispatchSortableEvent,s=A.hideGhostForTarget,i=A.unhideGhostForTarget;if(t){var l=r||a;s();var c=t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:t,B=document.elementFromPoint(c.clientX,c.clientY);i(),l&&!l.el.contains(B)&&(o("spill"),this.onSpill({dragEl:n,putSortable:r}))}};function Dn(){}Dn.prototype={startIndex:null,dragStart:function(A){var t=A.oldDraggableIndex;this.startIndex=t},onSpill:function(A){var t=A.dragEl,r=A.putSortable;this.sortable.captureAnimationState(),r&&r.captureAnimationState();var n=_e(this.sortable.el,this.startIndex,this.options);n?this.sortable.el.insertBefore(t,n):this.sortable.el.appendChild(t),this.sortable.animateAll(),r&&r.animateAll()},drop:sa},$A(Dn,{pluginName:"revertOnSpill"});function Kn(){}Kn.prototype={onSpill:function(A){var t=A.dragEl,r=A.putSortable,n=r||this.sortable;n.captureAnimationState(),t.parentNode&&t.parentNode.removeChild(t),n.animateAll()},drop:sa},$A(Kn,{pluginName:"removeOnSpill"});var Ae;function Dc(){function e(){this.defaults={swapClass:"sortable-swap-highlight"}}return e.prototype={dragStart:function(t){var r=t.dragEl;Ae=r},dragOverValid:function(t){var r=t.completed,n=t.target,a=t.onMove,o=t.activeSortable,s=t.changed,i=t.cancel;if(o.options.swap){var l=this.sortable.el,c=this.options;if(n&&n!==l){var B=Ae;a(n)!==!1?(QA(n,c.swapClass,!0),Ae=n):Ae=null,B&&B!==Ae&&QA(B,c.swapClass,!1)}s(),r(!0),i()}},drop:function(t){var r=t.activeSortable,n=t.putSortable,a=t.dragEl,o=n||this.sortable,s=this.options;Ae&&QA(Ae,s.swapClass,!1),Ae&&(s.swap||n&&n.options.swap)&&a!==Ae&&(o.captureAnimationState(),o!==r&&r.captureAnimationState(),Kc(a,Ae),o.animateAll(),o!==r&&r.animateAll())},nulling:function(){Ae=null}},$A(e,{pluginName:"swap",eventProperties:function(){return{swapItem:Ae}}})}function Kc(e,A){var t=e.parentNode,r=A.parentNode,n,a;!t||!r||t.isEqualNode(A)||r.isEqualNode(e)||(n=vA(e),a=vA(A),t.isEqualNode(r)&&n<a&&a++,t.insertBefore(A,t.children[n]),r.insertBefore(e,r.children[a]))}var Z=[],zA=[],bt,se,It=!1,YA=!1,tt=!1,dA,Ht,Cr;function Oc(){function e(A){for(var t in this)t.charAt(0)==="_"&&typeof this[t]=="function"&&(this[t]=this[t].bind(this));A.options.supportPointer?AA(document,"pointerup",this._deselectMultiDrag):(AA(document,"mouseup",this._deselectMultiDrag),AA(document,"touchend",this._deselectMultiDrag)),AA(document,"keydown",this._checkKeyDown),AA(document,"keyup",this._checkKeyUp),this.defaults={selectedClass:"sortable-selected",multiDragKey:null,setData:function(n,a){var o="";Z.length&&se===A?Z.forEach(function(s,i){o+=(i?", ":"")+s.textContent}):o=a.textContent,n.setData("Text",o)}}}return e.prototype={multiDragKeyDown:!1,isMultiDrag:!1,delayStartGlobal:function(t){var r=t.dragEl;dA=r},delayEnded:function(){this.isMultiDrag=~Z.indexOf(dA)},setupClone:function(t){var r=t.sortable,n=t.cancel;if(this.isMultiDrag){for(var a=0;a<Z.length;a++)zA.push(mn(Z[a])),zA[a].sortableIndex=Z[a].sortableIndex,zA[a].draggable=!1,zA[a].style["will-change"]="",QA(zA[a],this.options.selectedClass,!1),Z[a]===dA&&QA(zA[a],this.options.chosenClass,!1);r._hideClone(),n()}},clone:function(t){var r=t.sortable,n=t.rootEl,a=t.dispatchSortableEvent,o=t.cancel;this.isMultiDrag&&(this.options.removeCloneOnHide||Z.length&&se===r&&(ia(!0,n),a("clone"),o()))},showClone:function(t){var r=t.cloneNowShown,n=t.rootEl,a=t.cancel;this.isMultiDrag&&(ia(!1,n),zA.forEach(function(o){k(o,"display","")}),r(),Cr=!1,a())},hideClone:function(t){var r=this;t.sortable;var n=t.cloneNowHidden,a=t.cancel;this.isMultiDrag&&(zA.forEach(function(o){k(o,"display","none"),r.options.removeCloneOnHide&&o.parentNode&&o.parentNode.removeChild(o)}),n(),Cr=!0,a())},dragStartGlobal:function(t){t.sortable,!this.isMultiDrag&&se&&se.multiDrag._deselectMultiDrag(),Z.forEach(function(r){r.sortableIndex=vA(r)}),Z=Z.sort(function(r,n){return r.sortableIndex-n.sortableIndex}),tt=!0},dragStarted:function(t){var r=this,n=t.sortable;if(this.isMultiDrag){if(this.options.sort&&(n.captureAnimationState(),this.options.animation)){Z.forEach(function(o){o!==dA&&k(o,"position","absolute")});var a=pA(dA,!1,!0,!0);Z.forEach(function(o){o!==dA&&_o(o,a)}),YA=!0,It=!0}n.animateAll(function(){YA=!1,It=!1,r.options.animation&&Z.forEach(function(o){Qn(o)}),r.options.sort&&mr()})}},dragOver:function(t){var r=t.target,n=t.completed,a=t.cancel;YA&&~Z.indexOf(r)&&(n(!1),a())},revert:function(t){var r=t.fromSortable,n=t.rootEl,a=t.sortable,o=t.dragRect;Z.length>1&&(Z.forEach(function(s){a.addAnimationState({target:s,rect:YA?pA(s):o}),Qn(s),s.fromRect=o,r.removeAnimationState(s)}),YA=!1,Mc(!this.options.removeCloneOnHide,n))},dragOverCompleted:function(t){var r=t.sortable,n=t.isOwner,a=t.insertion,o=t.activeSortable,s=t.parentEl,i=t.putSortable,l=this.options;if(a){if(n&&o._hideClone(),It=!1,l.animation&&Z.length>1&&(YA||!n&&!o.options.sort&&!i)){var c=pA(dA,!1,!0,!0);Z.forEach(function(u){u!==dA&&(_o(u,c),s.appendChild(u))}),YA=!0}if(!n)if(YA||mr(),Z.length>1){var B=Cr;o._showClone(r),o.options.animation&&!Cr&&B&&zA.forEach(function(u){o.addAnimationState({target:u,rect:Ht}),u.fromRect=Ht,u.thisAnimationDuration=null})}else o._showClone(r)}},dragOverAnimationCapture:function(t){var r=t.dragRect,n=t.isOwner,a=t.activeSortable;if(Z.forEach(function(s){s.thisAnimationDuration=null}),a.options.animation&&!n&&a.multiDrag.isMultiDrag){Ht=$A({},r);var o=Ne(dA,!0);Ht.top-=o.f,Ht.left-=o.e}},dragOverAnimationComplete:function(){YA&&(YA=!1,mr())},drop:function(t){var r=t.originalEvent,n=t.rootEl,a=t.parentEl,o=t.sortable,s=t.dispatchSortableEvent,i=t.oldIndex,l=t.putSortable,c=l||this.sortable;if(r){var B=this.options,u=a.children;if(!tt)if(B.multiDragKey&&!this.multiDragKeyDown&&this._deselectMultiDrag(),QA(dA,B.selectedClass,!~Z.indexOf(dA)),~Z.indexOf(dA))Z.splice(Z.indexOf(dA),1),bt=null,mt({sortable:o,rootEl:n,name:"deselect",targetEl:dA,originalEvt:r});else{if(Z.push(dA),mt({sortable:o,rootEl:n,name:"select",targetEl:dA,originalEvt:r}),r.shiftKey&&bt&&o.el.contains(bt)){var d=vA(bt),g=vA(dA);if(~d&&~g&&d!==g){var h,w;for(g>d?(w=d,h=g):(w=g,h=d+1);w<h;w++)~Z.indexOf(u[w])||(QA(u[w],B.selectedClass,!0),Z.push(u[w]),mt({sortable:o,rootEl:n,name:"select",targetEl:u[w],originalEvt:r}))}}else bt=dA;se=c}if(tt&&this.isMultiDrag){if(YA=!1,(a[RA].options.sort||a!==n)&&Z.length>1){var p=pA(dA),C=vA(dA,":not(."+this.options.selectedClass+")");if(!It&&B.animation&&(dA.thisAnimationDuration=null),c.captureAnimationState(),!It&&(B.animation&&(dA.fromRect=p,Z.forEach(function(Q){if(Q.thisAnimationDuration=null,Q!==dA){var E=YA?pA(Q):p;Q.fromRect=E,c.addAnimationState({target:Q,rect:E})}})),mr(),Z.forEach(function(Q){u[C]?a.insertBefore(Q,u[C]):a.appendChild(Q),C++}),i===vA(dA))){var y=!1;Z.forEach(function(Q){if(Q.sortableIndex!==vA(Q)){y=!0;return}}),y&&s("update")}Z.forEach(function(Q){Qn(Q)}),c.animateAll()}se=c}(n===a||l&&l.lastPutMode!=="clone")&&zA.forEach(function(Q){Q.parentNode&&Q.parentNode.removeChild(Q)})}},nullingGlobal:function(){this.isMultiDrag=tt=!1,zA.length=0},destroyGlobal:function(){this._deselectMultiDrag(),$(document,"pointerup",this._deselectMultiDrag),$(document,"mouseup",this._deselectMultiDrag),$(document,"touchend",this._deselectMultiDrag),$(document,"keydown",this._checkKeyDown),$(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function(t){if(!(typeof tt<"u"&&tt)&&se===this.sortable&&!(t&&oe(t.target,this.options.draggable,this.sortable.el,!1))&&!(t&&t.button!==0))for(;Z.length;){var r=Z[0];QA(r,this.options.selectedClass,!1),Z.shift(),mt({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:r,originalEvt:t})}},_checkKeyDown:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!0)},_checkKeyUp:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!1)}},$A(e,{pluginName:"multiDrag",utils:{select:function(t){var r=t.parentNode[RA];!r||!r.options.multiDrag||~Z.indexOf(t)||(se&&se!==r&&(se.multiDrag._deselectMultiDrag(),se=r),QA(t,r.options.selectedClass,!0),Z.push(t))},deselect:function(t){var r=t.parentNode[RA],n=Z.indexOf(t);!r||!r.options.multiDrag||!~n||(QA(t,r.options.selectedClass,!1),Z.splice(n,1))}},eventProperties:function(){var t=this,r=[],n=[];return Z.forEach(function(a){r.push({multiDragElement:a,index:a.sortableIndex});var o;YA&&a!==dA?o=-1:YA?o=vA(a,":not(."+t.options.selectedClass+")"):o=vA(a),n.push({multiDragElement:a,index:o})}),{items:ac(Z),clones:[].concat(zA),oldIndicies:r,newIndicies:n}},optionListeners:{multiDragKey:function(t){return t=t.toLowerCase(),t==="ctrl"?t="Control":t.length>1&&(t=t.charAt(0).toUpperCase()+t.substr(1)),t}}})}function Mc(e,A){Z.forEach(function(t,r){var n=A.children[t.sortableIndex+(e?Number(r):0)];n?A.insertBefore(t,n):A.appendChild(t)})}function ia(e,A){zA.forEach(function(t,r){var n=A.children[t.sortableIndex+(e?Number(r):0)];n?A.insertBefore(t,n):A.appendChild(t)})}function mr(){Z.forEach(function(e){e!==dA&&e.parentNode&&e.parentNode.removeChild(e)})}Y.mount(new Tc),Y.mount(Kn,Dn);const Rc=tc(Object.freeze(Object.defineProperty({__proto__:null,MultiDrag:Oc,Sortable:Y,Swap:Dc,default:Y},Symbol.toStringTag,{value:"Module"})));(function(e,A){(function(r,n){e.exports=n(f,Rc)})(typeof self<"u"?self:ze,function(t,r){return function(n){var a={};function o(s){if(a[s])return a[s].exports;var i=a[s]={i:s,l:!1,exports:{}};return n[s].call(i.exports,i,i.exports,o),i.l=!0,i.exports}return o.m=n,o.c=a,o.d=function(s,i,l){o.o(s,i)||Object.defineProperty(s,i,{enumerable:!0,get:l})},o.r=function(s){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(s,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(s,"__esModule",{value:!0})},o.t=function(s,i){if(i&1&&(s=o(s)),i&8||i&4&&typeof s=="object"&&s&&s.__esModule)return s;var l=Object.create(null);if(o.r(l),Object.defineProperty(l,"default",{enumerable:!0,value:s}),i&2&&typeof s!="string")for(var c in s)o.d(l,c,function(B){return s[B]}.bind(null,c));return l},o.n=function(s){var i=s&&s.__esModule?function(){return s.default}:function(){return s};return o.d(i,"a",i),i},o.o=function(s,i){return Object.prototype.hasOwnProperty.call(s,i)},o.p="",o(o.s="fb15")}({"00ee":function(n,a,o){var s=o("b622"),i=s("toStringTag"),l={};l[i]="z",n.exports=String(l)==="[object z]"},"0366":function(n,a,o){var s=o("1c0b");n.exports=function(i,l,c){if(s(i),l===void 0)return i;switch(c){case 0:return function(){return i.call(l)};case 1:return function(B){return i.call(l,B)};case 2:return function(B,u){return i.call(l,B,u)};case 3:return function(B,u,d){return i.call(l,B,u,d)}}return function(){return i.apply(l,arguments)}}},"057f":function(n,a,o){var s=o("fc6a"),i=o("241c").f,l={}.toString,c=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],B=function(u){try{return i(u)}catch{return c.slice()}};n.exports.f=function(d){return c&&l.call(d)=="[object Window]"?B(d):i(s(d))}},"06cf":function(n,a,o){var s=o("83ab"),i=o("d1e7"),l=o("5c6c"),c=o("fc6a"),B=o("c04e"),u=o("5135"),d=o("0cfb"),g=Object.getOwnPropertyDescriptor;a.f=s?g:function(w,p){if(w=c(w),p=B(p,!0),d)try{return g(w,p)}catch{}if(u(w,p))return l(!i.f.call(w,p),w[p])}},"0cfb":function(n,a,o){var s=o("83ab"),i=o("d039"),l=o("cc12");n.exports=!s&&!i(function(){return Object.defineProperty(l("div"),"a",{get:function(){return 7}}).a!=7})},"13d5":function(n,a,o){var s=o("23e7"),i=o("d58f").left,l=o("a640"),c=o("ae40"),B=l("reduce"),u=c("reduce",{1:0});s({target:"Array",proto:!0,forced:!B||!u},{reduce:function(g){return i(this,g,arguments.length,arguments.length>1?arguments[1]:void 0)}})},"14c3":function(n,a,o){var s=o("c6b6"),i=o("9263");n.exports=function(l,c){var B=l.exec;if(typeof B=="function"){var u=B.call(l,c);if(typeof u!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return u}if(s(l)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return i.call(l,c)}},"159b":function(n,a,o){var s=o("da84"),i=o("fdbc"),l=o("17c2"),c=o("9112");for(var B in i){var u=s[B],d=u&&u.prototype;if(d&&d.forEach!==l)try{c(d,"forEach",l)}catch{d.forEach=l}}},"17c2":function(n,a,o){var s=o("b727").forEach,i=o("a640"),l=o("ae40"),c=i("forEach"),B=l("forEach");n.exports=!c||!B?function(d){return s(this,d,arguments.length>1?arguments[1]:void 0)}:[].forEach},"1be4":function(n,a,o){var s=o("d066");n.exports=s("document","documentElement")},"1c0b":function(n,a){n.exports=function(o){if(typeof o!="function")throw TypeError(String(o)+" is not a function");return o}},"1c7e":function(n,a,o){var s=o("b622"),i=s("iterator"),l=!1;try{var c=0,B={next:function(){return{done:!!c++}},return:function(){l=!0}};B[i]=function(){return this},Array.from(B,function(){throw 2})}catch{}n.exports=function(u,d){if(!d&&!l)return!1;var g=!1;try{var h={};h[i]=function(){return{next:function(){return{done:g=!0}}}},u(h)}catch{}return g}},"1d80":function(n,a){n.exports=function(o){if(o==null)throw TypeError("Can't call method on "+o);return o}},"1dde":function(n,a,o){var s=o("d039"),i=o("b622"),l=o("2d00"),c=i("species");n.exports=function(B){return l>=51||!s(function(){var u=[],d=u.constructor={};return d[c]=function(){return{foo:1}},u[B](Boolean).foo!==1})}},"23cb":function(n,a,o){var s=o("a691"),i=Math.max,l=Math.min;n.exports=function(c,B){var u=s(c);return u<0?i(u+B,0):l(u,B)}},"23e7":function(n,a,o){var s=o("da84"),i=o("06cf").f,l=o("9112"),c=o("6eeb"),B=o("ce4e"),u=o("e893"),d=o("94ca");n.exports=function(g,h){var w=g.target,p=g.global,C=g.stat,y,Q,E,m,H,S;if(p?Q=s:C?Q=s[w]||B(w,{}):Q=(s[w]||{}).prototype,Q)for(E in h){if(H=h[E],g.noTargetGet?(S=i(Q,E),m=S&&S.value):m=Q[E],y=d(p?E:w+(C?".":"#")+E,g.forced),!y&&m!==void 0){if(typeof H==typeof m)continue;u(H,m)}(g.sham||m&&m.sham)&&l(H,"sham",!0),c(Q,E,H,g)}}},"241c":function(n,a,o){var s=o("ca84"),i=o("7839"),l=i.concat("length","prototype");a.f=Object.getOwnPropertyNames||function(B){return s(B,l)}},"25f0":function(n,a,o){var s=o("6eeb"),i=o("825a"),l=o("d039"),c=o("ad6d"),B="toString",u=RegExp.prototype,d=u[B],g=l(function(){return d.call({source:"a",flags:"b"})!="/a/b"}),h=d.name!=B;(g||h)&&s(RegExp.prototype,B,function(){var p=i(this),C=String(p.source),y=p.flags,Q=String(y===void 0&&p instanceof RegExp&&!("flags"in u)?c.call(p):y);return"/"+C+"/"+Q},{unsafe:!0})},"2ca0":function(n,a,o){var s=o("23e7"),i=o("06cf").f,l=o("50c4"),c=o("5a34"),B=o("1d80"),u=o("ab13"),d=o("c430"),g="".startsWith,h=Math.min,w=u("startsWith"),p=!d&&!w&&!!function(){var C=i(String.prototype,"startsWith");return C&&!C.writable}();s({target:"String",proto:!0,forced:!p&&!w},{startsWith:function(y){var Q=String(B(this));c(y);var E=l(h(arguments.length>1?arguments[1]:void 0,Q.length)),m=String(y);return g?g.call(Q,m,E):Q.slice(E,E+m.length)===m}})},"2d00":function(n,a,o){var s=o("da84"),i=o("342f"),l=s.process,c=l&&l.versions,B=c&&c.v8,u,d;B?(u=B.split("."),d=u[0]+u[1]):i&&(u=i.match(/Edge\/(\d+)/),(!u||u[1]>=74)&&(u=i.match(/Chrome\/(\d+)/),u&&(d=u[1]))),n.exports=d&&+d},"342f":function(n,a,o){var s=o("d066");n.exports=s("navigator","userAgent")||""},"35a1":function(n,a,o){var s=o("f5df"),i=o("3f8c"),l=o("b622"),c=l("iterator");n.exports=function(B){if(B!=null)return B[c]||B["@@iterator"]||i[s(B)]}},"37e8":function(n,a,o){var s=o("83ab"),i=o("9bf2"),l=o("825a"),c=o("df75");n.exports=s?Object.defineProperties:function(u,d){l(u);for(var g=c(d),h=g.length,w=0,p;h>w;)i.f(u,p=g[w++],d[p]);return u}},"3bbe":function(n,a,o){var s=o("861d");n.exports=function(i){if(!s(i)&&i!==null)throw TypeError("Can't set "+String(i)+" as a prototype");return i}},"3ca3":function(n,a,o){var s=o("6547").charAt,i=o("69f3"),l=o("7dd0"),c="String Iterator",B=i.set,u=i.getterFor(c);l(String,"String",function(d){B(this,{type:c,string:String(d),index:0})},function(){var g=u(this),h=g.string,w=g.index,p;return w>=h.length?{value:void 0,done:!0}:(p=s(h,w),g.index+=p.length,{value:p,done:!1})})},"3f8c":function(n,a){n.exports={}},4160:function(n,a,o){var s=o("23e7"),i=o("17c2");s({target:"Array",proto:!0,forced:[].forEach!=i},{forEach:i})},"428f":function(n,a,o){var s=o("da84");n.exports=s},"44ad":function(n,a,o){var s=o("d039"),i=o("c6b6"),l="".split;n.exports=s(function(){return!Object("z").propertyIsEnumerable(0)})?function(c){return i(c)=="String"?l.call(c,""):Object(c)}:Object},"44d2":function(n,a,o){var s=o("b622"),i=o("7c73"),l=o("9bf2"),c=s("unscopables"),B=Array.prototype;B[c]==null&&l.f(B,c,{configurable:!0,value:i(null)}),n.exports=function(u){B[c][u]=!0}},"44e7":function(n,a,o){var s=o("861d"),i=o("c6b6"),l=o("b622"),c=l("match");n.exports=function(B){var u;return s(B)&&((u=B[c])!==void 0?!!u:i(B)=="RegExp")}},4930:function(n,a,o){var s=o("d039");n.exports=!!Object.getOwnPropertySymbols&&!s(function(){return!String(Symbol())})},"4d64":function(n,a,o){var s=o("fc6a"),i=o("50c4"),l=o("23cb"),c=function(B){return function(u,d,g){var h=s(u),w=i(h.length),p=l(g,w),C;if(B&&d!=d){for(;w>p;)if(C=h[p++],C!=C)return!0}else for(;w>p;p++)if((B||p in h)&&h[p]===d)return B||p||0;return!B&&-1}};n.exports={includes:c(!0),indexOf:c(!1)}},"4de4":function(n,a,o){var s=o("23e7"),i=o("b727").filter,l=o("1dde"),c=o("ae40"),B=l("filter"),u=c("filter");s({target:"Array",proto:!0,forced:!B||!u},{filter:function(g){return i(this,g,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(n,a,o){var s=o("0366"),i=o("7b0b"),l=o("9bdd"),c=o("e95a"),B=o("50c4"),u=o("8418"),d=o("35a1");n.exports=function(h){var w=i(h),p=typeof this=="function"?this:Array,C=arguments.length,y=C>1?arguments[1]:void 0,Q=y!==void 0,E=d(w),m=0,H,S,v,T,O,G;if(Q&&(y=s(y,C>2?arguments[2]:void 0,2)),E!=null&&!(p==Array&&c(E)))for(T=E.call(w),O=T.next,S=new p;!(v=O.call(T)).done;m++)G=Q?l(T,y,[v.value,m],!0):v.value,u(S,m,G);else for(H=B(w.length),S=new p(H);H>m;m++)G=Q?y(w[m],m):w[m],u(S,m,G);return S.length=m,S}},"4fad":function(n,a,o){var s=o("23e7"),i=o("6f53").entries;s({target:"Object",stat:!0},{entries:function(c){return i(c)}})},"50c4":function(n,a,o){var s=o("a691"),i=Math.min;n.exports=function(l){return l>0?i(s(l),9007199254740991):0}},5135:function(n,a){var o={}.hasOwnProperty;n.exports=function(s,i){return o.call(s,i)}},5319:function(n,a,o){var s=o("d784"),i=o("825a"),l=o("7b0b"),c=o("50c4"),B=o("a691"),u=o("1d80"),d=o("8aa5"),g=o("14c3"),h=Math.max,w=Math.min,p=Math.floor,C=/\$([$&'`]|\d\d?|<[^>]*>)/g,y=/\$([$&'`]|\d\d?)/g,Q=function(E){return E===void 0?E:String(E)};s("replace",2,function(E,m,H,S){var v=S.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,T=S.REPLACE_KEEPS_$0,O=v?"$":"$0";return[function(x,X){var D=u(this),N=x==null?void 0:x[E];return N!==void 0?N.call(x,D,X):m.call(String(D),x,X)},function(I,x){if(!v&&T||typeof x=="string"&&x.indexOf(O)===-1){var X=H(m,I,this,x);if(X.done)return X.value}var D=i(I),N=String(this),q=typeof x=="function";q||(x=String(x));var tA=D.global;if(tA){var hA=D.unicode;D.lastIndex=0}for(var iA=[];;){var lA=g(D,N);if(lA===null||(iA.push(lA),!tA))break;var BA=String(lA[0]);BA===""&&(D.lastIndex=d(N,c(D.lastIndex),hA))}for(var wA="",cA=0,oA=0;oA<iA.length;oA++){lA=iA[oA];for(var fA=String(lA[0]),qA=h(w(B(lA.index),N.length),0),XA=[],Ue=1;Ue<lA.length;Ue++)XA.push(Q(lA[Ue]));var je=lA.groups;if(q){var Me=[fA].concat(XA,qA,N);je!==void 0&&Me.push(je);var OA=String(x.apply(void 0,Me))}else OA=G(fA,N,qA,XA,je,x);qA>=cA&&(wA+=N.slice(cA,qA)+OA,cA=qA+fA.length)}return wA+N.slice(cA)}];function G(I,x,X,D,N,q){var tA=X+I.length,hA=D.length,iA=y;return N!==void 0&&(N=l(N),iA=C),m.call(q,iA,function(lA,BA){var wA;switch(BA.charAt(0)){case"$":return"$";case"&":return I;case"`":return x.slice(0,X);case"'":return x.slice(tA);case"<":wA=N[BA.slice(1,-1)];break;default:var cA=+BA;if(cA===0)return lA;if(cA>hA){var oA=p(cA/10);return oA===0?lA:oA<=hA?D[oA-1]===void 0?BA.charAt(1):D[oA-1]+BA.charAt(1):lA}wA=D[cA-1]}return wA===void 0?"":wA})}})},5692:function(n,a,o){var s=o("c430"),i=o("c6cd");(n.exports=function(l,c){return i[l]||(i[l]=c!==void 0?c:{})})("versions",[]).push({version:"3.6.5",mode:s?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},"56ef":function(n,a,o){var s=o("d066"),i=o("241c"),l=o("7418"),c=o("825a");n.exports=s("Reflect","ownKeys")||function(u){var d=i.f(c(u)),g=l.f;return g?d.concat(g(u)):d}},"5a34":function(n,a,o){var s=o("44e7");n.exports=function(i){if(s(i))throw TypeError("The method doesn't accept regular expressions");return i}},"5c6c":function(n,a){n.exports=function(o,s){return{enumerable:!(o&1),configurable:!(o&2),writable:!(o&4),value:s}}},"5db7":function(n,a,o){var s=o("23e7"),i=o("a2bf"),l=o("7b0b"),c=o("50c4"),B=o("1c0b"),u=o("65f0");s({target:"Array",proto:!0},{flatMap:function(g){var h=l(this),w=c(h.length),p;return B(g),p=u(h,0),p.length=i(p,h,h,w,0,1,g,arguments.length>1?arguments[1]:void 0),p}})},6547:function(n,a,o){var s=o("a691"),i=o("1d80"),l=function(c){return function(B,u){var d=String(i(B)),g=s(u),h=d.length,w,p;return g<0||g>=h?c?"":void 0:(w=d.charCodeAt(g),w<55296||w>56319||g+1===h||(p=d.charCodeAt(g+1))<56320||p>57343?c?d.charAt(g):w:c?d.slice(g,g+2):(w-55296<<10)+(p-56320)+65536)}};n.exports={codeAt:l(!1),charAt:l(!0)}},"65f0":function(n,a,o){var s=o("861d"),i=o("e8b5"),l=o("b622"),c=l("species");n.exports=function(B,u){var d;return i(B)&&(d=B.constructor,typeof d=="function"&&(d===Array||i(d.prototype))?d=void 0:s(d)&&(d=d[c],d===null&&(d=void 0))),new(d===void 0?Array:d)(u===0?0:u)}},"69f3":function(n,a,o){var s=o("7f9a"),i=o("da84"),l=o("861d"),c=o("9112"),B=o("5135"),u=o("f772"),d=o("d012"),g=i.WeakMap,h,w,p,C=function(v){return p(v)?w(v):h(v,{})},y=function(v){return function(T){var O;if(!l(T)||(O=w(T)).type!==v)throw TypeError("Incompatible receiver, "+v+" required");return O}};if(s){var Q=new g,E=Q.get,m=Q.has,H=Q.set;h=function(v,T){return H.call(Q,v,T),T},w=function(v){return E.call(Q,v)||{}},p=function(v){return m.call(Q,v)}}else{var S=u("state");d[S]=!0,h=function(v,T){return c(v,S,T),T},w=function(v){return B(v,S)?v[S]:{}},p=function(v){return B(v,S)}}n.exports={set:h,get:w,has:p,enforce:C,getterFor:y}},"6eeb":function(n,a,o){var s=o("da84"),i=o("9112"),l=o("5135"),c=o("ce4e"),B=o("8925"),u=o("69f3"),d=u.get,g=u.enforce,h=String(String).split("String");(n.exports=function(w,p,C,y){var Q=y?!!y.unsafe:!1,E=y?!!y.enumerable:!1,m=y?!!y.noTargetGet:!1;if(typeof C=="function"&&(typeof p=="string"&&!l(C,"name")&&i(C,"name",p),g(C).source=h.join(typeof p=="string"?p:"")),w===s){E?w[p]=C:c(p,C);return}else Q?!m&&w[p]&&(E=!0):delete w[p];E?w[p]=C:i(w,p,C)})(Function.prototype,"toString",function(){return typeof this=="function"&&d(this).source||B(this)})},"6f53":function(n,a,o){var s=o("83ab"),i=o("df75"),l=o("fc6a"),c=o("d1e7").f,B=function(u){return function(d){for(var g=l(d),h=i(g),w=h.length,p=0,C=[],y;w>p;)y=h[p++],(!s||c.call(g,y))&&C.push(u?[y,g[y]]:g[y]);return C}};n.exports={entries:B(!0),values:B(!1)}},"73d9":function(n,a,o){var s=o("44d2");s("flatMap")},7418:function(n,a){a.f=Object.getOwnPropertySymbols},"746f":function(n,a,o){var s=o("428f"),i=o("5135"),l=o("e538"),c=o("9bf2").f;n.exports=function(B){var u=s.Symbol||(s.Symbol={});i(u,B)||c(u,B,{value:l.f(B)})}},7839:function(n,a){n.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7b0b":function(n,a,o){var s=o("1d80");n.exports=function(i){return Object(s(i))}},"7c73":function(n,a,o){var s=o("825a"),i=o("37e8"),l=o("7839"),c=o("d012"),B=o("1be4"),u=o("cc12"),d=o("f772"),g=">",h="<",w="prototype",p="script",C=d("IE_PROTO"),y=function(){},Q=function(v){return h+p+g+v+h+"/"+p+g},E=function(v){v.write(Q("")),v.close();var T=v.parentWindow.Object;return v=null,T},m=function(){var v=u("iframe"),T="java"+p+":",O;return v.style.display="none",B.appendChild(v),v.src=String(T),O=v.contentWindow.document,O.open(),O.write(Q("document.F=Object")),O.close(),O.F},H,S=function(){try{H=document.domain&&new ActiveXObject("htmlfile")}catch{}S=H?E(H):m();for(var v=l.length;v--;)delete S[w][l[v]];return S()};c[C]=!0,n.exports=Object.create||function(T,O){var G;return T!==null?(y[w]=s(T),G=new y,y[w]=null,G[C]=T):G=S(),O===void 0?G:i(G,O)}},"7dd0":function(n,a,o){var s=o("23e7"),i=o("9ed3"),l=o("e163"),c=o("d2bb"),B=o("d44e"),u=o("9112"),d=o("6eeb"),g=o("b622"),h=o("c430"),w=o("3f8c"),p=o("ae93"),C=p.IteratorPrototype,y=p.BUGGY_SAFARI_ITERATORS,Q=g("iterator"),E="keys",m="values",H="entries",S=function(){return this};n.exports=function(v,T,O,G,I,x,X){i(O,T,G);var D=function(oA){if(oA===I&&iA)return iA;if(!y&&oA in tA)return tA[oA];switch(oA){case E:return function(){return new O(this,oA)};case m:return function(){return new O(this,oA)};case H:return function(){return new O(this,oA)}}return function(){return new O(this)}},N=T+" Iterator",q=!1,tA=v.prototype,hA=tA[Q]||tA["@@iterator"]||I&&tA[I],iA=!y&&hA||D(I),lA=T=="Array"&&tA.entries||hA,BA,wA,cA;if(lA&&(BA=l(lA.call(new v)),C!==Object.prototype&&BA.next&&(!h&&l(BA)!==C&&(c?c(BA,C):typeof BA[Q]!="function"&&u(BA,Q,S)),B(BA,N,!0,!0),h&&(w[N]=S))),I==m&&hA&&hA.name!==m&&(q=!0,iA=function(){return hA.call(this)}),(!h||X)&&tA[Q]!==iA&&u(tA,Q,iA),w[T]=iA,I)if(wA={values:D(m),keys:x?iA:D(E),entries:D(H)},X)for(cA in wA)(y||q||!(cA in tA))&&d(tA,cA,wA[cA]);else s({target:T,proto:!0,forced:y||q},wA);return wA}},"7f9a":function(n,a,o){var s=o("da84"),i=o("8925"),l=s.WeakMap;n.exports=typeof l=="function"&&/native code/.test(i(l))},"825a":function(n,a,o){var s=o("861d");n.exports=function(i){if(!s(i))throw TypeError(String(i)+" is not an object");return i}},"83ab":function(n,a,o){var s=o("d039");n.exports=!s(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},8418:function(n,a,o){var s=o("c04e"),i=o("9bf2"),l=o("5c6c");n.exports=function(c,B,u){var d=s(B);d in c?i.f(c,d,l(0,u)):c[d]=u}},"861d":function(n,a){n.exports=function(o){return typeof o=="object"?o!==null:typeof o=="function"}},8875:function(n,a,o){var s,i,l;(function(c,B){i=[],s=B,l=typeof s=="function"?s.apply(a,i):s,l!==void 0&&(n.exports=l)})(typeof self<"u"?self:this,function(){function c(){var B=Object.getOwnPropertyDescriptor(document,"currentScript");if(!B&&"currentScript"in document&&document.currentScript||B&&B.get!==c&&document.currentScript)return document.currentScript;try{throw new Error}catch(H){var u=/.*at [^(]*\((.*):(.+):(.+)\)$/ig,d=/@([^@]*):(\d+):(\d+)\s*$/ig,g=u.exec(H.stack)||d.exec(H.stack),h=g&&g[1]||!1,w=g&&g[2]||!1,p=document.location.href.replace(document.location.hash,""),C,y,Q,E=document.getElementsByTagName("script");h===p&&(C=document.documentElement.outerHTML,y=new RegExp("(?:[^\\n]+?\\n){0,"+(w-2)+"}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),Q=C.replace(y,"$1").trim());for(var m=0;m<E.length;m++)if(E[m].readyState==="interactive"||E[m].src===h||h===p&&E[m].innerHTML&&E[m].innerHTML.trim()===Q)return E[m];return null}}return c})},8925:function(n,a,o){var s=o("c6cd"),i=Function.toString;typeof s.inspectSource!="function"&&(s.inspectSource=function(l){return i.call(l)}),n.exports=s.inspectSource},"8aa5":function(n,a,o){var s=o("6547").charAt;n.exports=function(i,l,c){return l+(c?s(i,l).length:1)}},"8bbf":function(n,a){n.exports=t},"90e3":function(n,a){var o=0,s=Math.random();n.exports=function(i){return"Symbol("+String(i===void 0?"":i)+")_"+(++o+s).toString(36)}},9112:function(n,a,o){var s=o("83ab"),i=o("9bf2"),l=o("5c6c");n.exports=s?function(c,B,u){return i.f(c,B,l(1,u))}:function(c,B,u){return c[B]=u,c}},9263:function(n,a,o){var s=o("ad6d"),i=o("9f7f"),l=RegExp.prototype.exec,c=String.prototype.replace,B=l,u=function(){var w=/a/,p=/b*/g;return l.call(w,"a"),l.call(p,"a"),w.lastIndex!==0||p.lastIndex!==0}(),d=i.UNSUPPORTED_Y||i.BROKEN_CARET,g=/()??/.exec("")[1]!==void 0,h=u||g||d;h&&(B=function(p){var C=this,y,Q,E,m,H=d&&C.sticky,S=s.call(C),v=C.source,T=0,O=p;return H&&(S=S.replace("y",""),S.indexOf("g")===-1&&(S+="g"),O=String(p).slice(C.lastIndex),C.lastIndex>0&&(!C.multiline||C.multiline&&p[C.lastIndex-1]!==`
8
+ `)&&(v="(?: "+v+")",O=" "+O,T++),Q=new RegExp("^(?:"+v+")",S)),g&&(Q=new RegExp("^"+v+"$(?!\\s)",S)),u&&(y=C.lastIndex),E=l.call(H?Q:C,O),H?E?(E.input=E.input.slice(T),E[0]=E[0].slice(T),E.index=C.lastIndex,C.lastIndex+=E[0].length):C.lastIndex=0:u&&E&&(C.lastIndex=C.global?E.index+E[0].length:y),g&&E&&E.length>1&&c.call(E[0],Q,function(){for(m=1;m<arguments.length-2;m++)arguments[m]===void 0&&(E[m]=void 0)}),E}),n.exports=B},"94ca":function(n,a,o){var s=o("d039"),i=/#|\.prototype\./,l=function(g,h){var w=B[c(g)];return w==d?!0:w==u?!1:typeof h=="function"?s(h):!!h},c=l.normalize=function(g){return String(g).replace(i,".").toLowerCase()},B=l.data={},u=l.NATIVE="N",d=l.POLYFILL="P";n.exports=l},"99af":function(n,a,o){var s=o("23e7"),i=o("d039"),l=o("e8b5"),c=o("861d"),B=o("7b0b"),u=o("50c4"),d=o("8418"),g=o("65f0"),h=o("1dde"),w=o("b622"),p=o("2d00"),C=w("isConcatSpreadable"),y=9007199254740991,Q="Maximum allowed index exceeded",E=p>=51||!i(function(){var v=[];return v[C]=!1,v.concat()[0]!==v}),m=h("concat"),H=function(v){if(!c(v))return!1;var T=v[C];return T!==void 0?!!T:l(v)},S=!E||!m;s({target:"Array",proto:!0,forced:S},{concat:function(T){var O=B(this),G=g(O,0),I=0,x,X,D,N,q;for(x=-1,D=arguments.length;x<D;x++)if(q=x===-1?O:arguments[x],H(q)){if(N=u(q.length),I+N>y)throw TypeError(Q);for(X=0;X<N;X++,I++)X in q&&d(G,I,q[X])}else{if(I>=y)throw TypeError(Q);d(G,I++,q)}return G.length=I,G}})},"9bdd":function(n,a,o){var s=o("825a");n.exports=function(i,l,c,B){try{return B?l(s(c)[0],c[1]):l(c)}catch(d){var u=i.return;throw u!==void 0&&s(u.call(i)),d}}},"9bf2":function(n,a,o){var s=o("83ab"),i=o("0cfb"),l=o("825a"),c=o("c04e"),B=Object.defineProperty;a.f=s?B:function(d,g,h){if(l(d),g=c(g,!0),l(h),i)try{return B(d,g,h)}catch{}if("get"in h||"set"in h)throw TypeError("Accessors not supported");return"value"in h&&(d[g]=h.value),d}},"9ed3":function(n,a,o){var s=o("ae93").IteratorPrototype,i=o("7c73"),l=o("5c6c"),c=o("d44e"),B=o("3f8c"),u=function(){return this};n.exports=function(d,g,h){var w=g+" Iterator";return d.prototype=i(s,{next:l(1,h)}),c(d,w,!1,!0),B[w]=u,d}},"9f7f":function(n,a,o){var s=o("d039");function i(l,c){return RegExp(l,c)}a.UNSUPPORTED_Y=s(function(){var l=i("a","y");return l.lastIndex=2,l.exec("abcd")!=null}),a.BROKEN_CARET=s(function(){var l=i("^r","gy");return l.lastIndex=2,l.exec("str")!=null})},a2bf:function(n,a,o){var s=o("e8b5"),i=o("50c4"),l=o("0366"),c=function(B,u,d,g,h,w,p,C){for(var y=h,Q=0,E=p?l(p,C,3):!1,m;Q<g;){if(Q in d){if(m=E?E(d[Q],Q,u):d[Q],w>0&&s(m))y=c(B,u,m,i(m.length),y,w-1)-1;else{if(y>=9007199254740991)throw TypeError("Exceed the acceptable array length");B[y]=m}y++}Q++}return y};n.exports=c},a352:function(n,a){n.exports=r},a434:function(n,a,o){var s=o("23e7"),i=o("23cb"),l=o("a691"),c=o("50c4"),B=o("7b0b"),u=o("65f0"),d=o("8418"),g=o("1dde"),h=o("ae40"),w=g("splice"),p=h("splice",{ACCESSORS:!0,0:0,1:2}),C=Math.max,y=Math.min,Q=9007199254740991,E="Maximum allowed length exceeded";s({target:"Array",proto:!0,forced:!w||!p},{splice:function(H,S){var v=B(this),T=c(v.length),O=i(H,T),G=arguments.length,I,x,X,D,N,q;if(G===0?I=x=0:G===1?(I=0,x=T-O):(I=G-2,x=y(C(l(S),0),T-O)),T+I-x>Q)throw TypeError(E);for(X=u(v,x),D=0;D<x;D++)N=O+D,N in v&&d(X,D,v[N]);if(X.length=x,I<x){for(D=O;D<T-x;D++)N=D+x,q=D+I,N in v?v[q]=v[N]:delete v[q];for(D=T;D>T-x+I;D--)delete v[D-1]}else if(I>x)for(D=T-x;D>O;D--)N=D+x-1,q=D+I-1,N in v?v[q]=v[N]:delete v[q];for(D=0;D<I;D++)v[D+O]=arguments[D+2];return v.length=T-x+I,X}})},a4d3:function(n,a,o){var s=o("23e7"),i=o("da84"),l=o("d066"),c=o("c430"),B=o("83ab"),u=o("4930"),d=o("fdbf"),g=o("d039"),h=o("5135"),w=o("e8b5"),p=o("861d"),C=o("825a"),y=o("7b0b"),Q=o("fc6a"),E=o("c04e"),m=o("5c6c"),H=o("7c73"),S=o("df75"),v=o("241c"),T=o("057f"),O=o("7418"),G=o("06cf"),I=o("9bf2"),x=o("d1e7"),X=o("9112"),D=o("6eeb"),N=o("5692"),q=o("f772"),tA=o("d012"),hA=o("90e3"),iA=o("b622"),lA=o("e538"),BA=o("746f"),wA=o("d44e"),cA=o("69f3"),oA=o("b727").forEach,fA=q("hidden"),qA="Symbol",XA="prototype",Ue=iA("toPrimitive"),je=cA.set,Me=cA.getterFor(qA),OA=Object[XA],MA=i.Symbol,Ze=l("JSON","stringify"),he=G.f,we=I.f,gn=T.f,Do=x.f,ce=N("symbols"),Re=N("op-symbols"),gt=N("string-to-symbol-registry"),_t=N("symbol-to-string-registry"),qt=N("wks"),$t=i.QObject,Ar=!$t||!$t[XA]||!$t[XA].findChild,er=B&&g(function(){return H(we({},"a",{get:function(){return we(this,"a",{value:7}).a}})).a!=7})?function(j,P,W){var rA=he(OA,P);rA&&delete OA[P],we(j,P,W),rA&&j!==OA&&we(OA,P,rA)}:we,tr=function(j,P){var W=ce[j]=H(MA[XA]);return je(W,{type:qA,tag:j,description:P}),B||(W.description=P),W},U=d?function(j){return typeof j=="symbol"}:function(j){return Object(j)instanceof MA},F=function(P,W,rA){P===OA&&F(Re,W,rA),C(P);var nA=E(W,!0);return C(rA),h(ce,nA)?(rA.enumerable?(h(P,fA)&&P[fA][nA]&&(P[fA][nA]=!1),rA=H(rA,{enumerable:m(0,!1)})):(h(P,fA)||we(P,fA,m(1,{})),P[fA][nA]=!0),er(P,nA,rA)):we(P,nA,rA)},b=function(P,W){C(P);var rA=Q(W),nA=S(rA).concat(aA(rA));return oA(nA,function(jA){(!B||V.call(rA,jA))&&F(P,jA,rA[jA])}),P},L=function(P,W){return W===void 0?H(P):b(H(P),W)},V=function(P){var W=E(P,!0),rA=Do.call(this,W);return this===OA&&h(ce,W)&&!h(Re,W)?!1:rA||!h(this,W)||!h(ce,W)||h(this,fA)&&this[fA][W]?rA:!0},J=function(P,W){var rA=Q(P),nA=E(W,!0);if(!(rA===OA&&h(ce,nA)&&!h(Re,nA))){var jA=he(rA,nA);return jA&&h(ce,nA)&&!(h(rA,fA)&&rA[fA][nA])&&(jA.enumerable=!0),jA}},_=function(P){var W=gn(Q(P)),rA=[];return oA(W,function(nA){!h(ce,nA)&&!h(tA,nA)&&rA.push(nA)}),rA},aA=function(P){var W=P===OA,rA=gn(W?Re:Q(P)),nA=[];return oA(rA,function(jA){h(ce,jA)&&(!W||h(OA,jA))&&nA.push(ce[jA])}),nA};if(u||(MA=function(){if(this instanceof MA)throw TypeError("Symbol is not a constructor");var P=!arguments.length||arguments[0]===void 0?void 0:String(arguments[0]),W=hA(P),rA=function(nA){this===OA&&rA.call(Re,nA),h(this,fA)&&h(this[fA],W)&&(this[fA][W]=!1),er(this,W,m(1,nA))};return B&&Ar&&er(OA,W,{configurable:!0,set:rA}),tr(W,P)},D(MA[XA],"toString",function(){return Me(this).tag}),D(MA,"withoutSetter",function(j){return tr(hA(j),j)}),x.f=V,I.f=F,G.f=J,v.f=T.f=_,O.f=aA,lA.f=function(j){return tr(iA(j),j)},B&&(we(MA[XA],"description",{configurable:!0,get:function(){return Me(this).description}}),c||D(OA,"propertyIsEnumerable",V,{unsafe:!0}))),s({global:!0,wrap:!0,forced:!u,sham:!u},{Symbol:MA}),oA(S(qt),function(j){BA(j)}),s({target:qA,stat:!0,forced:!u},{for:function(j){var P=String(j);if(h(gt,P))return gt[P];var W=MA(P);return gt[P]=W,_t[W]=P,W},keyFor:function(P){if(!U(P))throw TypeError(P+" is not a symbol");if(h(_t,P))return _t[P]},useSetter:function(){Ar=!0},useSimple:function(){Ar=!1}}),s({target:"Object",stat:!0,forced:!u,sham:!B},{create:L,defineProperty:F,defineProperties:b,getOwnPropertyDescriptor:J}),s({target:"Object",stat:!0,forced:!u},{getOwnPropertyNames:_,getOwnPropertySymbols:aA}),s({target:"Object",stat:!0,forced:g(function(){O.f(1)})},{getOwnPropertySymbols:function(P){return O.f(y(P))}}),Ze){var bA=!u||g(function(){var j=MA();return Ze([j])!="[null]"||Ze({a:j})!="{}"||Ze(Object(j))!="{}"});s({target:"JSON",stat:!0,forced:bA},{stringify:function(P,W,rA){for(var nA=[P],jA=1,Ko;arguments.length>jA;)nA.push(arguments[jA++]);if(Ko=W,!(!p(W)&&P===void 0||U(P)))return w(W)||(W=function(Th,hn){if(typeof Ko=="function"&&(hn=Ko.call(this,Th,hn)),!U(hn))return hn}),nA[1]=W,Ze.apply(null,nA)}})}MA[XA][Ue]||X(MA[XA],Ue,MA[XA].valueOf),wA(MA,qA),tA[fA]=!0},a630:function(n,a,o){var s=o("23e7"),i=o("4df4"),l=o("1c7e"),c=!l(function(B){Array.from(B)});s({target:"Array",stat:!0,forced:c},{from:i})},a640:function(n,a,o){var s=o("d039");n.exports=function(i,l){var c=[][i];return!!c&&s(function(){c.call(null,l||function(){throw 1},1)})}},a691:function(n,a){var o=Math.ceil,s=Math.floor;n.exports=function(i){return isNaN(i=+i)?0:(i>0?s:o)(i)}},ab13:function(n,a,o){var s=o("b622"),i=s("match");n.exports=function(l){var c=/./;try{"/./"[l](c)}catch{try{return c[i]=!1,"/./"[l](c)}catch{}}return!1}},ac1f:function(n,a,o){var s=o("23e7"),i=o("9263");s({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},ad6d:function(n,a,o){var s=o("825a");n.exports=function(){var i=s(this),l="";return i.global&&(l+="g"),i.ignoreCase&&(l+="i"),i.multiline&&(l+="m"),i.dotAll&&(l+="s"),i.unicode&&(l+="u"),i.sticky&&(l+="y"),l}},ae40:function(n,a,o){var s=o("83ab"),i=o("d039"),l=o("5135"),c=Object.defineProperty,B={},u=function(d){throw d};n.exports=function(d,g){if(l(B,d))return B[d];g||(g={});var h=[][d],w=l(g,"ACCESSORS")?g.ACCESSORS:!1,p=l(g,0)?g[0]:u,C=l(g,1)?g[1]:void 0;return B[d]=!!h&&!i(function(){if(w&&!s)return!0;var y={length:-1};w?c(y,1,{enumerable:!0,get:u}):y[1]=1,h.call(y,p,C)})}},ae93:function(n,a,o){var s=o("e163"),i=o("9112"),l=o("5135"),c=o("b622"),B=o("c430"),u=c("iterator"),d=!1,g=function(){return this},h,w,p;[].keys&&(p=[].keys(),"next"in p?(w=s(s(p)),w!==Object.prototype&&(h=w)):d=!0),h==null&&(h={}),!B&&!l(h,u)&&i(h,u,g),n.exports={IteratorPrototype:h,BUGGY_SAFARI_ITERATORS:d}},b041:function(n,a,o){var s=o("00ee"),i=o("f5df");n.exports=s?{}.toString:function(){return"[object "+i(this)+"]"}},b0c0:function(n,a,o){var s=o("83ab"),i=o("9bf2").f,l=Function.prototype,c=l.toString,B=/^\s*function ([^ (]*)/,u="name";s&&!(u in l)&&i(l,u,{configurable:!0,get:function(){try{return c.call(this).match(B)[1]}catch{return""}}})},b622:function(n,a,o){var s=o("da84"),i=o("5692"),l=o("5135"),c=o("90e3"),B=o("4930"),u=o("fdbf"),d=i("wks"),g=s.Symbol,h=u?g:g&&g.withoutSetter||c;n.exports=function(w){return l(d,w)||(B&&l(g,w)?d[w]=g[w]:d[w]=h("Symbol."+w)),d[w]}},b64b:function(n,a,o){var s=o("23e7"),i=o("7b0b"),l=o("df75"),c=o("d039"),B=c(function(){l(1)});s({target:"Object",stat:!0,forced:B},{keys:function(d){return l(i(d))}})},b727:function(n,a,o){var s=o("0366"),i=o("44ad"),l=o("7b0b"),c=o("50c4"),B=o("65f0"),u=[].push,d=function(g){var h=g==1,w=g==2,p=g==3,C=g==4,y=g==6,Q=g==5||y;return function(E,m,H,S){for(var v=l(E),T=i(v),O=s(m,H,3),G=c(T.length),I=0,x=S||B,X=h?x(E,G):w?x(E,0):void 0,D,N;G>I;I++)if((Q||I in T)&&(D=T[I],N=O(D,I,v),g)){if(h)X[I]=N;else if(N)switch(g){case 3:return!0;case 5:return D;case 6:return I;case 2:u.call(X,D)}else if(C)return!1}return y?-1:p||C?C:X}};n.exports={forEach:d(0),map:d(1),filter:d(2),some:d(3),every:d(4),find:d(5),findIndex:d(6)}},c04e:function(n,a,o){var s=o("861d");n.exports=function(i,l){if(!s(i))return i;var c,B;if(l&&typeof(c=i.toString)=="function"&&!s(B=c.call(i))||typeof(c=i.valueOf)=="function"&&!s(B=c.call(i))||!l&&typeof(c=i.toString)=="function"&&!s(B=c.call(i)))return B;throw TypeError("Can't convert object to primitive value")}},c430:function(n,a){n.exports=!1},c6b6:function(n,a){var o={}.toString;n.exports=function(s){return o.call(s).slice(8,-1)}},c6cd:function(n,a,o){var s=o("da84"),i=o("ce4e"),l="__core-js_shared__",c=s[l]||i(l,{});n.exports=c},c740:function(n,a,o){var s=o("23e7"),i=o("b727").findIndex,l=o("44d2"),c=o("ae40"),B="findIndex",u=!0,d=c(B);B in[]&&Array(1)[B](function(){u=!1}),s({target:"Array",proto:!0,forced:u||!d},{findIndex:function(h){return i(this,h,arguments.length>1?arguments[1]:void 0)}}),l(B)},c8ba:function(n,a){var o;o=function(){return this}();try{o=o||new Function("return this")()}catch{typeof window=="object"&&(o=window)}n.exports=o},c975:function(n,a,o){var s=o("23e7"),i=o("4d64").indexOf,l=o("a640"),c=o("ae40"),B=[].indexOf,u=!!B&&1/[1].indexOf(1,-0)<0,d=l("indexOf"),g=c("indexOf",{ACCESSORS:!0,1:0});s({target:"Array",proto:!0,forced:u||!d||!g},{indexOf:function(w){return u?B.apply(this,arguments)||0:i(this,w,arguments.length>1?arguments[1]:void 0)}})},ca84:function(n,a,o){var s=o("5135"),i=o("fc6a"),l=o("4d64").indexOf,c=o("d012");n.exports=function(B,u){var d=i(B),g=0,h=[],w;for(w in d)!s(c,w)&&s(d,w)&&h.push(w);for(;u.length>g;)s(d,w=u[g++])&&(~l(h,w)||h.push(w));return h}},caad:function(n,a,o){var s=o("23e7"),i=o("4d64").includes,l=o("44d2"),c=o("ae40"),B=c("indexOf",{ACCESSORS:!0,1:0});s({target:"Array",proto:!0,forced:!B},{includes:function(d){return i(this,d,arguments.length>1?arguments[1]:void 0)}}),l("includes")},cc12:function(n,a,o){var s=o("da84"),i=o("861d"),l=s.document,c=i(l)&&i(l.createElement);n.exports=function(B){return c?l.createElement(B):{}}},ce4e:function(n,a,o){var s=o("da84"),i=o("9112");n.exports=function(l,c){try{i(s,l,c)}catch{s[l]=c}return c}},d012:function(n,a){n.exports={}},d039:function(n,a){n.exports=function(o){try{return!!o()}catch{return!0}}},d066:function(n,a,o){var s=o("428f"),i=o("da84"),l=function(c){return typeof c=="function"?c:void 0};n.exports=function(c,B){return arguments.length<2?l(s[c])||l(i[c]):s[c]&&s[c][B]||i[c]&&i[c][B]}},d1e7:function(n,a,o){var s={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,l=i&&!s.call({1:2},1);a.f=l?function(B){var u=i(this,B);return!!u&&u.enumerable}:s},d28b:function(n,a,o){var s=o("746f");s("iterator")},d2bb:function(n,a,o){var s=o("825a"),i=o("3bbe");n.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var l=!1,c={},B;try{B=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,B.call(c,[]),l=c instanceof Array}catch{}return function(d,g){return s(d),i(g),l?B.call(d,g):d.__proto__=g,d}}():void 0)},d3b7:function(n,a,o){var s=o("00ee"),i=o("6eeb"),l=o("b041");s||i(Object.prototype,"toString",l,{unsafe:!0})},d44e:function(n,a,o){var s=o("9bf2").f,i=o("5135"),l=o("b622"),c=l("toStringTag");n.exports=function(B,u,d){B&&!i(B=d?B:B.prototype,c)&&s(B,c,{configurable:!0,value:u})}},d58f:function(n,a,o){var s=o("1c0b"),i=o("7b0b"),l=o("44ad"),c=o("50c4"),B=function(u){return function(d,g,h,w){s(g);var p=i(d),C=l(p),y=c(p.length),Q=u?y-1:0,E=u?-1:1;if(h<2)for(;;){if(Q in C){w=C[Q],Q+=E;break}if(Q+=E,u?Q<0:y<=Q)throw TypeError("Reduce of empty array with no initial value")}for(;u?Q>=0:y>Q;Q+=E)Q in C&&(w=g(w,C[Q],Q,p));return w}};n.exports={left:B(!1),right:B(!0)}},d784:function(n,a,o){o("ac1f");var s=o("6eeb"),i=o("d039"),l=o("b622"),c=o("9263"),B=o("9112"),u=l("species"),d=!i(function(){var C=/./;return C.exec=function(){var y=[];return y.groups={a:"7"},y},"".replace(C,"$<a>")!=="7"}),g=function(){return"a".replace(/./,"$0")==="$0"}(),h=l("replace"),w=function(){return/./[h]?/./[h]("a","$0")==="":!1}(),p=!i(function(){var C=/(?:)/,y=C.exec;C.exec=function(){return y.apply(this,arguments)};var Q="ab".split(C);return Q.length!==2||Q[0]!=="a"||Q[1]!=="b"});n.exports=function(C,y,Q,E){var m=l(C),H=!i(function(){var I={};return I[m]=function(){return 7},""[C](I)!=7}),S=H&&!i(function(){var I=!1,x=/a/;return C==="split"&&(x={},x.constructor={},x.constructor[u]=function(){return x},x.flags="",x[m]=/./[m]),x.exec=function(){return I=!0,null},x[m](""),!I});if(!H||!S||C==="replace"&&!(d&&g&&!w)||C==="split"&&!p){var v=/./[m],T=Q(m,""[C],function(I,x,X,D,N){return x.exec===c?H&&!N?{done:!0,value:v.call(x,X,D)}:{done:!0,value:I.call(X,x,D)}:{done:!1}},{REPLACE_KEEPS_$0:g,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:w}),O=T[0],G=T[1];s(String.prototype,C,O),s(RegExp.prototype,m,y==2?function(I,x){return G.call(I,this,x)}:function(I){return G.call(I,this)})}E&&B(RegExp.prototype[m],"sham",!0)}},d81d:function(n,a,o){var s=o("23e7"),i=o("b727").map,l=o("1dde"),c=o("ae40"),B=l("map"),u=c("map");s({target:"Array",proto:!0,forced:!B||!u},{map:function(g){return i(this,g,arguments.length>1?arguments[1]:void 0)}})},da84:function(n,a,o){(function(s){var i=function(l){return l&&l.Math==Math&&l};n.exports=i(typeof globalThis=="object"&&globalThis)||i(typeof window=="object"&&window)||i(typeof self=="object"&&self)||i(typeof s=="object"&&s)||Function("return this")()}).call(this,o("c8ba"))},dbb4:function(n,a,o){var s=o("23e7"),i=o("83ab"),l=o("56ef"),c=o("fc6a"),B=o("06cf"),u=o("8418");s({target:"Object",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(g){for(var h=c(g),w=B.f,p=l(h),C={},y=0,Q,E;p.length>y;)E=w(h,Q=p[y++]),E!==void 0&&u(C,Q,E);return C}})},dbf1:function(n,a,o){(function(s){o.d(a,"a",function(){return l});function i(){return typeof window<"u"?window.console:s.console}var l=i()}).call(this,o("c8ba"))},ddb0:function(n,a,o){var s=o("da84"),i=o("fdbc"),l=o("e260"),c=o("9112"),B=o("b622"),u=B("iterator"),d=B("toStringTag"),g=l.values;for(var h in i){var w=s[h],p=w&&w.prototype;if(p){if(p[u]!==g)try{c(p,u,g)}catch{p[u]=g}if(p[d]||c(p,d,h),i[h]){for(var C in l)if(p[C]!==l[C])try{c(p,C,l[C])}catch{p[C]=l[C]}}}}},df75:function(n,a,o){var s=o("ca84"),i=o("7839");n.exports=Object.keys||function(c){return s(c,i)}},e01a:function(n,a,o){var s=o("23e7"),i=o("83ab"),l=o("da84"),c=o("5135"),B=o("861d"),u=o("9bf2").f,d=o("e893"),g=l.Symbol;if(i&&typeof g=="function"&&(!("description"in g.prototype)||g().description!==void 0)){var h={},w=function(){var m=arguments.length<1||arguments[0]===void 0?void 0:String(arguments[0]),H=this instanceof w?new g(m):m===void 0?g():g(m);return m===""&&(h[H]=!0),H};d(w,g);var p=w.prototype=g.prototype;p.constructor=w;var C=p.toString,y=String(g("test"))=="Symbol(test)",Q=/^Symbol\((.*)\)[^)]+$/;u(p,"description",{configurable:!0,get:function(){var m=B(this)?this.valueOf():this,H=C.call(m);if(c(h,m))return"";var S=y?H.slice(7,-1):H.replace(Q,"$1");return S===""?void 0:S}}),s({global:!0,forced:!0},{Symbol:w})}},e163:function(n,a,o){var s=o("5135"),i=o("7b0b"),l=o("f772"),c=o("e177"),B=l("IE_PROTO"),u=Object.prototype;n.exports=c?Object.getPrototypeOf:function(d){return d=i(d),s(d,B)?d[B]:typeof d.constructor=="function"&&d instanceof d.constructor?d.constructor.prototype:d instanceof Object?u:null}},e177:function(n,a,o){var s=o("d039");n.exports=!s(function(){function i(){}return i.prototype.constructor=null,Object.getPrototypeOf(new i)!==i.prototype})},e260:function(n,a,o){var s=o("fc6a"),i=o("44d2"),l=o("3f8c"),c=o("69f3"),B=o("7dd0"),u="Array Iterator",d=c.set,g=c.getterFor(u);n.exports=B(Array,"Array",function(h,w){d(this,{type:u,target:s(h),index:0,kind:w})},function(){var h=g(this),w=h.target,p=h.kind,C=h.index++;return!w||C>=w.length?(h.target=void 0,{value:void 0,done:!0}):p=="keys"?{value:C,done:!1}:p=="values"?{value:w[C],done:!1}:{value:[C,w[C]],done:!1}},"values"),l.Arguments=l.Array,i("keys"),i("values"),i("entries")},e439:function(n,a,o){var s=o("23e7"),i=o("d039"),l=o("fc6a"),c=o("06cf").f,B=o("83ab"),u=i(function(){c(1)}),d=!B||u;s({target:"Object",stat:!0,forced:d,sham:!B},{getOwnPropertyDescriptor:function(h,w){return c(l(h),w)}})},e538:function(n,a,o){var s=o("b622");a.f=s},e893:function(n,a,o){var s=o("5135"),i=o("56ef"),l=o("06cf"),c=o("9bf2");n.exports=function(B,u){for(var d=i(u),g=c.f,h=l.f,w=0;w<d.length;w++){var p=d[w];s(B,p)||g(B,p,h(u,p))}}},e8b5:function(n,a,o){var s=o("c6b6");n.exports=Array.isArray||function(l){return s(l)=="Array"}},e95a:function(n,a,o){var s=o("b622"),i=o("3f8c"),l=s("iterator"),c=Array.prototype;n.exports=function(B){return B!==void 0&&(i.Array===B||c[l]===B)}},f5df:function(n,a,o){var s=o("00ee"),i=o("c6b6"),l=o("b622"),c=l("toStringTag"),B=i(function(){return arguments}())=="Arguments",u=function(d,g){try{return d[g]}catch{}};n.exports=s?i:function(d){var g,h,w;return d===void 0?"Undefined":d===null?"Null":typeof(h=u(g=Object(d),c))=="string"?h:B?i(g):(w=i(g))=="Object"&&typeof g.callee=="function"?"Arguments":w}},f772:function(n,a,o){var s=o("5692"),i=o("90e3"),l=s("keys");n.exports=function(c){return l[c]||(l[c]=i(c))}},fb15:function(n,a,o){if(o.r(a),typeof window<"u"){var s=window.document.currentScript;{var i=o("8875");s=i(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:i})}var l=s&&s.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);l&&(o.p=l[1])}o("99af"),o("4de4"),o("4160"),o("c975"),o("d81d"),o("a434"),o("159b"),o("a4d3"),o("e439"),o("dbb4"),o("b64b");function c(U,F,b){return F in U?Object.defineProperty(U,F,{value:b,enumerable:!0,configurable:!0,writable:!0}):U[F]=b,U}function B(U,F){var b=Object.keys(U);if(Object.getOwnPropertySymbols){var L=Object.getOwnPropertySymbols(U);F&&(L=L.filter(function(V){return Object.getOwnPropertyDescriptor(U,V).enumerable})),b.push.apply(b,L)}return b}function u(U){for(var F=1;F<arguments.length;F++){var b=arguments[F]!=null?arguments[F]:{};F%2?B(Object(b),!0).forEach(function(L){c(U,L,b[L])}):Object.getOwnPropertyDescriptors?Object.defineProperties(U,Object.getOwnPropertyDescriptors(b)):B(Object(b)).forEach(function(L){Object.defineProperty(U,L,Object.getOwnPropertyDescriptor(b,L))})}return U}function d(U){if(Array.isArray(U))return U}o("e01a"),o("d28b"),o("e260"),o("d3b7"),o("3ca3"),o("ddb0");function g(U,F){if(!(typeof Symbol>"u"||!(Symbol.iterator in Object(U)))){var b=[],L=!0,V=!1,J=void 0;try{for(var _=U[Symbol.iterator](),aA;!(L=(aA=_.next()).done)&&(b.push(aA.value),!(F&&b.length===F));L=!0);}catch(bA){V=!0,J=bA}finally{try{!L&&_.return!=null&&_.return()}finally{if(V)throw J}}return b}}o("a630"),o("fb6a"),o("b0c0"),o("25f0");function h(U,F){(F==null||F>U.length)&&(F=U.length);for(var b=0,L=new Array(F);b<F;b++)L[b]=U[b];return L}function w(U,F){if(U){if(typeof U=="string")return h(U,F);var b=Object.prototype.toString.call(U).slice(8,-1);if(b==="Object"&&U.constructor&&(b=U.constructor.name),b==="Map"||b==="Set")return Array.from(U);if(b==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(b))return h(U,F)}}function p(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
9
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function C(U,F){return d(U)||g(U,F)||w(U,F)||p()}function y(U){if(Array.isArray(U))return h(U)}function Q(U){if(typeof Symbol<"u"&&Symbol.iterator in Object(U))return Array.from(U)}function E(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
10
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function m(U){return y(U)||Q(U)||w(U)||E()}var H=o("a352"),S=o.n(H);function v(U){U.parentElement!==null&&U.parentElement.removeChild(U)}function T(U,F,b){var L=b===0?U.children[0]:U.children[b-1].nextSibling;U.insertBefore(F,L)}var O=o("dbf1");o("13d5"),o("4fad"),o("ac1f"),o("5319");function G(U){var F=Object.create(null);return function(L){var V=F[L];return V||(F[L]=U(L))}}var I=/-(\w)/g,x=G(function(U){return U.replace(I,function(F,b){return b.toUpperCase()})});o("5db7"),o("73d9");var X=["Start","Add","Remove","Update","End"],D=["Choose","Unchoose","Sort","Filter","Clone"],N=["Move"],q=[N,X,D].flatMap(function(U){return U}).map(function(U){return"on".concat(U)}),tA={manage:N,manageAndEmit:X,emit:D};function hA(U){return q.indexOf(U)!==-1}o("caad"),o("2ca0");var iA=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","link","main","map","mark","math","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rb","rp","rt","rtc","ruby","s","samp","script","section","select","slot","small","source","span","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr"];function lA(U){return iA.includes(U)}function BA(U){return["transition-group","TransitionGroup"].includes(U)}function wA(U){return["id","class","role","style"].includes(U)||U.startsWith("data-")||U.startsWith("aria-")||U.startsWith("on")}function cA(U){return U.reduce(function(F,b){var L=C(b,2),V=L[0],J=L[1];return F[V]=J,F},{})}function oA(U){var F=U.$attrs,b=U.componentData,L=b===void 0?{}:b,V=cA(Object.entries(F).filter(function(J){var _=C(J,2),aA=_[0];return _[1],wA(aA)}));return u(u({},V),L)}function fA(U){var F=U.$attrs,b=U.callBackBuilder,L=cA(qA(F));Object.entries(b).forEach(function(J){var _=C(J,2),aA=_[0],bA=_[1];tA[aA].forEach(function(j){L["on".concat(j)]=bA(j)})});var V="[data-draggable]".concat(L.draggable||"");return u(u({},L),{},{draggable:V})}function qA(U){return Object.entries(U).filter(function(F){var b=C(F,2),L=b[0];return b[1],!wA(L)}).map(function(F){var b=C(F,2),L=b[0],V=b[1];return[x(L),V]}).filter(function(F){var b=C(F,2),L=b[0];return b[1],!hA(L)})}o("c740");function XA(U,F){if(!(U instanceof F))throw new TypeError("Cannot call a class as a function")}function Ue(U,F){for(var b=0;b<F.length;b++){var L=F[b];L.enumerable=L.enumerable||!1,L.configurable=!0,"value"in L&&(L.writable=!0),Object.defineProperty(U,L.key,L)}}function je(U,F,b){return F&&Ue(U.prototype,F),b&&Ue(U,b),U}var Me=function(F){var b=F.el;return b},OA=function(F,b){return F.__draggable_context=b},MA=function(F){return F.__draggable_context},Ze=function(){function U(F){var b=F.nodes,L=b.header,V=b.default,J=b.footer,_=F.root,aA=F.realList;XA(this,U),this.defaultNodes=V,this.children=[].concat(m(L),m(V),m(J)),this.externalComponent=_.externalComponent,this.rootTransition=_.transition,this.tag=_.tag,this.realList=aA}return je(U,[{key:"render",value:function(b,L){var V=this.tag,J=this.children,_=this._isRootComponent,aA=_?{default:function(){return J}}:J;return b(V,L,aA)}},{key:"updated",value:function(){var b=this.defaultNodes,L=this.realList;b.forEach(function(V,J){OA(Me(V),{element:L[J],index:J})})}},{key:"getUnderlyingVm",value:function(b){return MA(b)}},{key:"getVmIndexFromDomIndex",value:function(b,L){var V=this.defaultNodes,J=V.length,_=L.children,aA=_.item(b);if(aA===null)return J;var bA=MA(aA);if(bA)return bA.index;if(J===0)return 0;var j=Me(V[0]),P=m(_).findIndex(function(W){return W===j});return b<P?0:J}},{key:"_isRootComponent",get:function(){return this.externalComponent||this.rootTransition}}]),U}(),he=o("8bbf");function we(U,F){var b=U[F];return b?b():[]}function gn(U){var F=U.$slots,b=U.realList,L=U.getKey,V=b||[],J=["header","footer"].map(function(W){return we(F,W)}),_=C(J,2),aA=_[0],bA=_[1],j=F.item;if(!j)throw new Error("draggable element must have an item slot");var P=V.flatMap(function(W,rA){return j({element:W,index:rA}).map(function(nA){return nA.key=L(W),nA.props=u(u({},nA.props||{}),{},{"data-draggable":!0}),nA})});if(P.length!==V.length)throw new Error("Item slot must have only one child");return{header:aA,footer:bA,default:P}}function Do(U){var F=BA(U),b=!lA(U)&&!F;return{transition:F,externalComponent:b,tag:b?Object(he.resolveComponent)(U):F?he.TransitionGroup:U}}function ce(U){var F=U.$slots,b=U.tag,L=U.realList,V=U.getKey,J=gn({$slots:F,realList:L,getKey:V}),_=Do(b);return new Ze({nodes:J,root:_,realList:L})}function Re(U,F){var b=this;Object(he.nextTick)(function(){return b.$emit(U.toLowerCase(),F)})}function gt(U){var F=this;return function(b,L){if(F.realList!==null)return F["onDrag".concat(U)](b,L)}}function _t(U){var F=this,b=gt.call(this,U);return function(L,V){b.call(F,L,V),Re.call(F,U,L)}}var qt=null,$t={list:{type:Array,required:!1,default:null},modelValue:{type:Array,required:!1,default:null},itemKey:{type:[String,Function],required:!0},clone:{type:Function,default:function(F){return F}},tag:{type:String,default:"div"},move:{type:Function,default:null},componentData:{type:Object,required:!1,default:null}},Ar=["update:modelValue","change"].concat(m([].concat(m(tA.manageAndEmit),m(tA.emit)).map(function(U){return U.toLowerCase()}))),er=Object(he.defineComponent)({name:"draggable",inheritAttrs:!1,props:$t,emits:Ar,data:function(){return{error:!1}},render:function(){try{this.error=!1;var F=this.$slots,b=this.$attrs,L=this.tag,V=this.componentData,J=this.realList,_=this.getKey,aA=ce({$slots:F,tag:L,realList:J,getKey:_});this.componentStructure=aA;var bA=oA({$attrs:b,componentData:V});return aA.render(he.h,bA)}catch(j){return this.error=!0,Object(he.h)("pre",{style:{color:"red"}},j.stack)}},created:function(){this.list!==null&&this.modelValue!==null&&O.a.error("modelValue and list props are mutually exclusive! Please set one or another.")},mounted:function(){var F=this;if(!this.error){var b=this.$attrs,L=this.$el,V=this.componentStructure;V.updated();var J=fA({$attrs:b,callBackBuilder:{manageAndEmit:function(bA){return _t.call(F,bA)},emit:function(bA){return Re.bind(F,bA)},manage:function(bA){return gt.call(F,bA)}}}),_=L.nodeType===1?L:L.parentElement;this._sortable=new S.a(_,J),this.targetDomElement=_,_.__draggable_component__=this}},updated:function(){this.componentStructure.updated()},beforeUnmount:function(){this._sortable!==void 0&&this._sortable.destroy()},computed:{realList:function(){var F=this.list;return F||this.modelValue},getKey:function(){var F=this.itemKey;return typeof F=="function"?F:function(b){return b[F]}}},watch:{$attrs:{handler:function(F){var b=this._sortable;b&&qA(F).forEach(function(L){var V=C(L,2),J=V[0],_=V[1];b.option(J,_)})},deep:!0}},methods:{getUnderlyingVm:function(F){return this.componentStructure.getUnderlyingVm(F)||null},getUnderlyingPotencialDraggableComponent:function(F){return F.__draggable_component__},emitChanges:function(F){var b=this;Object(he.nextTick)(function(){return b.$emit("change",F)})},alterList:function(F){if(this.list){F(this.list);return}var b=m(this.modelValue);F(b),this.$emit("update:modelValue",b)},spliceList:function(){var F=arguments,b=function(V){return V.splice.apply(V,m(F))};this.alterList(b)},updatePosition:function(F,b){var L=function(J){return J.splice(b,0,J.splice(F,1)[0])};this.alterList(L)},getRelatedContextFromMoveEvent:function(F){var b=F.to,L=F.related,V=this.getUnderlyingPotencialDraggableComponent(b);if(!V)return{component:V};var J=V.realList,_={list:J,component:V};if(b!==L&&J){var aA=V.getUnderlyingVm(L)||{};return u(u({},aA),_)}return _},getVmIndexFromDomIndex:function(F){return this.componentStructure.getVmIndexFromDomIndex(F,this.targetDomElement)},onDragStart:function(F){this.context=this.getUnderlyingVm(F.item),F.item._underlying_vm_=this.clone(this.context.element),qt=F.item},onDragAdd:function(F){var b=F.item._underlying_vm_;if(b!==void 0){v(F.item);var L=this.getVmIndexFromDomIndex(F.newIndex);this.spliceList(L,0,b);var V={element:b,newIndex:L};this.emitChanges({added:V})}},onDragRemove:function(F){if(T(this.$el,F.item,F.oldIndex),F.pullMode==="clone"){v(F.clone);return}var b=this.context,L=b.index,V=b.element;this.spliceList(L,1);var J={element:V,oldIndex:L};this.emitChanges({removed:J})},onDragUpdate:function(F){v(F.item),T(F.from,F.item,F.oldIndex);var b=this.context.index,L=this.getVmIndexFromDomIndex(F.newIndex);this.updatePosition(b,L);var V={element:this.context.element,oldIndex:b,newIndex:L};this.emitChanges({moved:V})},computeFutureIndex:function(F,b){if(!F.element)return 0;var L=m(b.to.children).filter(function(aA){return aA.style.display!=="none"}),V=L.indexOf(b.related),J=F.component.getVmIndexFromDomIndex(V),_=L.indexOf(qt)!==-1;return _||!b.willInsertAfter?J:J+1},onDragMove:function(F,b){var L=this.move,V=this.realList;if(!L||!V)return!0;var J=this.getRelatedContextFromMoveEvent(F),_=this.computeFutureIndex(J,F),aA=u(u({},this.context),{},{futureIndex:_}),bA=u(u({},F),{},{relatedContext:J,draggedContext:aA});return L(bA,b)},onDragEnd:function(){qt=null}}}),tr=er;a.default=tr},fb6a:function(n,a,o){var s=o("23e7"),i=o("861d"),l=o("e8b5"),c=o("23cb"),B=o("50c4"),u=o("fc6a"),d=o("8418"),g=o("b622"),h=o("1dde"),w=o("ae40"),p=h("slice"),C=w("slice",{ACCESSORS:!0,0:0,1:2}),y=g("species"),Q=[].slice,E=Math.max;s({target:"Array",proto:!0,forced:!p||!C},{slice:function(H,S){var v=u(this),T=B(v.length),O=c(H,T),G=c(S===void 0?T:S,T),I,x,X;if(l(v)&&(I=v.constructor,typeof I=="function"&&(I===Array||l(I.prototype))?I=void 0:i(I)&&(I=I[y],I===null&&(I=void 0)),I===Array||I===void 0))return Q.call(v,O,G);for(x=new(I===void 0?Array:I)(E(G-O,0)),X=0;O<G;O++,X++)O in v&&d(x,X,v[O]);return x.length=X,x}})},fc6a:function(n,a,o){var s=o("44ad"),i=o("1d80");n.exports=function(l){return s(i(l))}},fdbc:function(n,a){n.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(n,a,o){var s=o("4930");n.exports=s&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}}).default})})(Vo);var Nc=Vo.exports;const Vc=ec(Nc),Zh="",kc={components:{draggable:Vc},props:["content"],data(){return{binCount:0,listOne:[]}},watch:{},computed:{binColumns(){return Math.round(24/this.binCount)},myList:{get(){return this.listOne}},getLastPage(){return!!this.$store.getters.getLastPage}},methods:{createItems(){this.binCount=this.content.bins.length,this.content.bins.forEach(e=>{this.listOne.push(e.items)})},dragBackground(e){return`white url(${e}) 0 0 no-repeat`},pixelFormat(e){return typeof e=="number"?e+"px":e},checkMove(e){if(this.content.sound){let A=document.getElementById("myAudio");setTimeout(()=>{A.play()},1e3)}if(e.draggedContext.element.relSwap&&setTimeout(()=>{let A=e.draggedContext.element.id,t=document.getElementById(A);t.src=e.draggedContext.element.relSwap},1500),this.$store.commit("setStepHold",!1),e!=="clicked")return!e.from.classList.contains("preventMove");this.$store.dispatch("lastPageFocus",{})},reset(){this.listOne=[],this.createItems()},keyboardDrag(e,A){if(e.class.indexOf("preventMove")>0)return!1;e.class+=" preventMove",this.listOne[A].splice(e),this.listOne[A+1].push(e),this.checkMove("clicked")}},mounted(){let e=document.getElementsByClassName("dragItems");setTimeout(()=>{e[0].focus()})},beforeMount(){this.createItems()}},Pc=["innerHTML"],Gc={key:1,id:"myAudio"},Xc=["src"],Wc={class:"list-group-item"},Yc=["onClick"],Jc=["id","src","alt","data-swap"];function jc(e,A,t,r,n,a){const o=f.resolveComponent("lab-image"),s=f.resolveComponent("el-col"),i=f.resolveComponent("draggable"),l=f.resolveComponent("el-row");return f.openBlock(),f.createBlock(l,{class:f.normalizeClass(["dragDrop",t.content.handle])},{default:f.withCtx(()=>[f.createVNode(s,{span:24},{default:f.withCtx(()=>[f.createElementVNode("div",{innerHTML:t.content.directions},null,8,Pc),t.content.image?(f.openBlock(),f.createBlock(o,{key:0,content:t.content.image},null,8,["content"])):f.createCommentVNode("",!0),t.content.sound?(f.openBlock(),f.createElementBlock("audio",Gc,[f.createElementVNode("source",{src:t.content.sound,type:"audio/mpeg"},null,8,Xc),f.createTextVNode(" Your browser does not support the audio element. ")])):f.createCommentVNode("",!0)]),_:1}),(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(n.listOne,(c,B)=>(f.openBlock(),f.createBlock(s,{span:a.binColumns},{default:f.withCtx(()=>[f.createVNode(i,{class:f.normalizeClass(["draggable list-group",t.content.bins[B].class]),style:f.normalizeStyle({width:a.pixelFormat(t.content.bins[B].width),height:a.pixelFormat(t.content.bins[B].height),background:a.dragBackground(t.content.bins[B].bgImage)}),modelValue:a.myList[B],"onUpdate:modelValue":u=>a.myList[B]=u,move:a.checkMove,group:"people",forceFallback:"true"},{item:f.withCtx(({element:u})=>[f.createElementVNode("div",Wc,[f.createElementVNode("button",{class:"dragItems",onClick:f.withModifiers(d=>a.keyboardDrag(u,B),["stop"])},[f.createTextVNode(f.toDisplayString(u.text)+" ",1),u.image?(f.openBlock(),f.createElementBlock("img",{key:0,id:u.id,src:u.image,alt:u.imageAlt,"data-swap":u.relSwap},null,8,Jc)):f.createCommentVNode("",!0)],8,Yc)])]),_:2},1032,["class","style","modelValue","onUpdate:modelValue","move"])]),_:2},1032,["span"]))),256))]),_:1},8,["class"])}const Zc=LA(kc,[["render",jc]]),zh="",zc={components:{},props:["content"],data(){return{binCount:0,listOne:[],listTwo:[],listTwoCompleted:[],feedbackIndex:-1,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}},getLastPage(){return!!this.$store.getters.getLastPage},getAttempt(){return this.$store.getters.getAttempts},getShowFeedbackAttempts(){return this.$store.getters.getShowFeedbackAttempts}},methods:{failed(){this.listTwo.length>0&&(this.listTwo.forEach(e=>{this.listOne.forEach(A=>{A.forEach(t=>{e.id===t.id&&A.push(e)})})}),this.listTwo="",this.choice.header=this.content.failedHeader,this.choice.feedback=this.content.failedFeedback,this.feedbackVisibility=!0)},createItems(){this.binCount=this.content.bins.length,this.content.bins.forEach((e,A)=>{let t=Math.round(Date.now()/Math.random());e.items.forEach(r=>{r.hide=!0,r.id=t,r.oldKey=A,this.listTwo.push(r)}),this.listOne.push(JSON.parse(JSON.stringify(e.items)))}),this.listTwo.forEach(e=>{e.hide=!1})},dragBackground(e){return`white url(${e}) 0 0 no-repeat`},pixelFormat(e){return typeof e=="number"?e+"px":e},checkMove(e){if(e.to.dataset.index){let A=this.listOne[e.to.dataset.index],t=e.oldIndex,r=!1;A.forEach(n=>{n.hide===!0&&n.id===e.item._underlying_vm_.id&&(r=!0)}),r?(this.$store.commit("setShowFeedback",!0),this.feedbackIndex=t,this.feedbackObject.feedbackHeader=e.item._underlying_vm_.correctHeader,this.feedbackObject.feedback=e.item._underlying_vm_.correctFeedback,this.feedbackObject.feedbackImage=e.item._underlying_vm_.correctFeedbackImage,this.listTwoCompleted.push(t),this.myList2.length===0&&(this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1))):(this.feedbackObject.feedbackHeader=e.item._underlying_vm_.incorrectHeader,this.feedbackObject.feedback=e.item._underlying_vm_.incorrectFeedback,this.feedbackObject.feedbackImage=e.item._underlying_vm_.incorrectFeedbackImage,this.listTwo.push(e.item._underlying_vm_),this.getAttempt<this.content.attempts?this.$store.commit("setAttempts",this.getAttempt+1):(this.$store.commit("setShowFeedbackAttempts",!0),this.failed()),this.$store.commit("setShowFeedback",!0),A.forEach((n,a)=>{n.id===e.item._underlying_vm_.id&&A.splice(a,1)})),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})}},stopMove(){return!1},kbCheckMove(e,A){if(typeof e>"u")this.chooseVisibility=!1;else{if(this.listOne[e][A].id===this.kbCurrentId){let r=-1;this.listTwo.forEach((n,a)=>{n.id===this.kbCurrentId&&(r=a)}),this.$store.commit("setShowFeedback",!0),this.feedbackIndex=A,this.feedbackObject.feedbackHeader=this.listOne[e][A].correctHeader,this.feedbackObject.feedback=this.listOne[e][A].correctFeedback,this.feedbackObject.feedbackImage=this.listOne[e][A].correctFeedbackImage,this.chooseVisibility=!1,this.listTwoCompleted.push(e),this.listTwo.splice(r,1),this.myList2.length===0&&(this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1)),this.listOne[e][A].hide=!1}else this.feedbackObject.feedbackHeader=this.listOne[e][A].incorrectHeader,this.feedbackObject.feedback=this.listOne[e][A].incorrectFeedback,this.feedbackObject.feedbackImage=this.listOne[e][A].incorrectFeedbackImage,this.chooseVisibility=!1,this.$store.commit("setShowFeedback",!0),this.getAttempt<this.content.attempts?this.$store.commit("setAttempts",this.getAttempt+1):(this.chooseVisibility=!1,this.$store.commit("setShowFeedbackAttempts",!0),this.failed());setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})}},keyboardDrag(e){if(e.class.indexOf("preventMove")>0)return!1;this.chooseVisibility=!0,this.kbCurrentId=e.id,setTimeout(()=>{document.getElementById("firstBin").focus()})},showFeedback(){return!!this.$store.getters.getShowFeedback}},mounted(){if(this.$store.getters.getDirections.display===!1){let e=document.getElementsByClassName("dragItems");setTimeout(()=>{e[0].focus()})}},beforeMount(){this.$store.commit("setAttempts",0),this.content.attempts&&(this.totalAttempts=this.content.attempts),this.createItems()}},_c=["innerHTML"],qc=["onClick"],$c=["id","src","alt"],AB={key:0,class:"dropBin"},eB={class:"dragItems"},tB=["id","src","alt"],rB={class:"dialog-footer"};function nB(e,A,t,r,n,a){const o=f.resolveComponent("lab-image"),s=f.resolveComponent("el-col"),i=f.resolveComponent("draggable"),l=f.resolveComponent("el-row"),c=f.resolveComponent("lab-feedback"),B=f.resolveComponent("el-button"),u=f.resolveComponent("el-dialog");return f.openBlock(),f.createElementBlock(f.Fragment,null,[f.createVNode(l,{class:f.normalizeClass(["dragDrop",t.content.handle]),id:"dragItemDiv"},{default:f.withCtx(()=>[f.createVNode(s,{span:24},{default:f.withCtx(()=>[f.createElementVNode("div",{innerHTML:t.content.directions},null,8,_c),t.content.image?(f.openBlock(),f.createBlock(o,{key:0,content:t.content.image},null,8,["content"])):f.createCommentVNode("",!0)]),_:1}),f.createVNode(s,{span:24},{default:f.withCtx(()=>[f.createVNode(i,{class:"dragItems",list:n.listTwo,group:"put",forceFallback:"true",itemKey:"image",sort:!1,onEnd:a.checkMove},{item:f.withCtx(({element:d})=>[f.createElementVNode("div",{class:f.normalizeClass(["dragItem",d.class])},[f.createElementVNode("button",{class:"dragItems",onClick:f.withModifiers(g=>a.keyboardDrag(d),["stop"])},[f.createTextVNode(f.toDisplayString(d.text)+" ",1),d.image?(f.openBlock(),f.createElementBlock("img",{key:0,id:d.id,src:d.image,alt:d.imageAlt},null,8,$c)):f.createCommentVNode("",!0)],8,qc)],2)]),_:1},8,["list","onEnd"])]),_:1}),(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(n.listOne,(d,g)=>(f.openBlock(),f.createBlock(s,{span:a.binColumns},{default:f.withCtx(()=>[f.createElementVNode("h4",null,f.toDisplayString(t.content.bins[g].header),1),f.createVNode(i,{class:f.normalizeClass(["dropBins el-row",t.content.bins[g].class]),"data-index":g,list:n.listOne[g],group:"put",forceFallback:"true",itemKey:"text",sort:!1,move:a.stopMove},{item:f.withCtx(({element:h})=>[h.hide?f.createCommentVNode("",!0):(f.openBlock(),f.createElementBlock("div",AB,[f.createElementVNode("button",eB,[f.createTextVNode(f.toDisplayString(h.text)+" ",1),h.image?(f.openBlock(),f.createElementBlock("img",{key:0,id:h.id,src:h.droppedImage,alt:h.imageAlt},null,8,tB)):f.createCommentVNode("",!0)])]))]),_:2},1032,["class","data-index","list","move"])]),_:2},1032,["span"]))),256))]),_:1},8,["class"]),a.showFeedback()?(f.openBlock(),f.createBlock(c,{key:0,content:n.feedbackObject},null,8,["content"])):f.createCommentVNode("",!0),f.createVNode(u,{title:t.content.kbModalQuestion,modelValue:n.chooseVisibility,"onUpdate:modelValue":A[1]||(A[1]=d=>n.chooseVisibility=d),width:"50%"},{footer:f.withCtx(()=>[f.createElementVNode("span",rB,[f.createVNode(B,{size:"small",id:"visibilityClose",type:"primary",onClick:A[0]||(A[0]=d=>a.kbCheckMove())},{default:f.withCtx(()=>[f.createTextVNode("Close")]),_:1})])]),default:f.withCtx(()=>[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(n.listOne,(d,g)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(d,(h,w)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[g===0?(f.openBlock(),f.createBlock(B,{key:0,id:"firstBin",size:"small",type:"primary",onClick:p=>a.kbCheckMove(g,w)},{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(t.content.bins[g].header),1)]),_:2},1032,["onClick"])):(f.openBlock(),f.createBlock(B,{key:1,size:"small",type:"primary",onClick:p=>a.kbCheckMove(g,w)},{default:f.withCtx(()=>[f.createTextVNode(f.toDisplayString(t.content.bins[g].header),1)]),_:2},1032,["onClick"]))],64))),256))],64))),256))]),_:1},8,["title","modelValue"])],64)}const oB=LA(zc,[["render",nB]]);/*!
2
11
  * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
3
12
  * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
4
13
  * Released under MIT License
@@ -15,17 +24,8 @@
15
24
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
16
25
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17
26
  PERFORMANCE OF THIS SOFTWARE.
18
- ***************************************************************************** */var wn=function(e,A){return wn=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])},wn(e,A)};function oe(e,A){if(typeof A!="function"&&A!==null)throw new TypeError("Class extends value "+String(A)+" is not a constructor or null");wn(e,A);function t(){this.constructor=e}e.prototype=A===null?Object.create(A):(t.prototype=A.prototype,new t)}var pn=function(){return pn=Object.assign||function(A){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(A[a]=t[a])}return A},pn.apply(this,arguments)};function PA(e,A,t,r){function n(a){return a instanceof t?a:new t(function(o){o(a)})}return new(t||(t=Promise))(function(a,o){function s(c){try{l(r.next(c))}catch(B){o(B)}}function i(c){try{l(r.throw(c))}catch(B){o(B)}}function l(c){c.done?a(c.value):n(c.value).then(s,i)}l((r=r.apply(e,A||[])).next())})}function RA(e,A){var t={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,n,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(l){return function(c){return i([l,c])}}function i(l){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,n&&(a=l[0]&2?n.return:l[0]?n.throw||((a=n.return)&&a.call(n),0):n.next)&&!(a=a.call(n,l[1])).done)return a;switch(n=0,a&&(l=[l[0]&2,a.value]),l[0]){case 0:case 1:a=l;break;case 4:return t.label++,{value:l[1],done:!1};case 5:t.label++,n=l[1],l=[0];continue;case 7:l=t.ops.pop(),t.trys.pop();continue;default:if(a=t.trys,!(a=a.length>0&&a[a.length-1])&&(l[0]===6||l[0]===2)){t=0;continue}if(l[0]===3&&(!a||l[1]>a[0]&&l[1]<a[3])){t.label=l[1];break}if(l[0]===6&&t.label<a[1]){t.label=a[1],a=l;break}if(a&&t.label<a[2]){t.label=a[2],t.ops.push(l);break}a[2]&&t.ops.pop(),t.trys.pop();continue}l=A.call(e,t)}catch(c){l=[6,c],n=0}finally{r=a=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function nr(e,A,t){if(t||arguments.length===2)for(var r=0,n=A.length,a;r<n;r++)(a||!(r in A))&&(a||(a=Array.prototype.slice.call(A,0,r)),a[r]=A[r]);return e.concat(a||A)}for(var pe=function(){function e(A,t,r,n){this.left=A,this.top=t,this.width=r,this.height=n}return e.prototype.add=function(A,t,r,n){return new e(this.left+A,this.top+t,this.width+r,this.height+n)},e.fromClientRect=function(A,t){return new e(t.left+A.windowBounds.left,t.top+A.windowBounds.top,t.width,t.height)},e.fromDOMRectList=function(A,t){var r=Array.from(t).find(function(n){return n.width!==0});return r?new e(r.left+A.windowBounds.left,r.top+A.windowBounds.top,r.width,r.height):e.EMPTY},e.EMPTY=new e(0,0,0,0),e}(),or=function(e,A){return pe.fromClientRect(e,A.getBoundingClientRect())},Bc=function(e){var A=e.body,t=e.documentElement;if(!A||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(A.scrollWidth,t.scrollWidth),Math.max(A.offsetWidth,t.offsetWidth),Math.max(A.clientWidth,t.clientWidth)),n=Math.max(Math.max(A.scrollHeight,t.scrollHeight),Math.max(A.offsetHeight,t.offsetHeight),Math.max(A.clientHeight,t.clientHeight));return new pe(0,0,r,n)},ar=function(e){for(var A=[],t=0,r=e.length;t<r;){var n=e.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var a=e.charCodeAt(t++);(a&64512)===56320?A.push(((n&1023)<<10)+(a&1023)+65536):(A.push(n),t--)}else A.push(n)}return A},EA=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var t=e.length;if(!t)return"";for(var r=[],n=-1,a="";++n<t;){var o=e[n];o<=65535?r.push(o):(o-=65536,r.push((o>>10)+55296,o%1024+56320)),(n+1===t||r.length>16384)&&(a+=String.fromCharCode.apply(String,r),r.length=0)}return a},Vo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",fc=typeof Uint8Array>"u"?[]:new Uint8Array(256),sr=0;sr<Vo.length;sr++)fc[Vo.charCodeAt(sr)]=sr;for(var ko="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ht=typeof Uint8Array>"u"?[]:new Uint8Array(256),ir=0;ir<ko.length;ir++)ht[ko.charCodeAt(ir)]=ir;for(var uc=function(e){var A=e.length*.75,t=e.length,r,n=0,a,o,s,i;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var l=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(A):new Array(A),c=Array.isArray(l)?l:new Uint8Array(l);for(r=0;r<t;r+=4)a=ht[e.charCodeAt(r)],o=ht[e.charCodeAt(r+1)],s=ht[e.charCodeAt(r+2)],i=ht[e.charCodeAt(r+3)],c[n++]=a<<2|o>>4,c[n++]=(o&15)<<4|s>>2,c[n++]=(s&3)<<6|i&63;return l},dc=function(e){for(var A=e.length,t=[],r=0;r<A;r+=2)t.push(e[r+1]<<8|e[r]);return t},gc=function(e){for(var A=e.length,t=[],r=0;r<A;r+=4)t.push(e[r+3]<<24|e[r+2]<<16|e[r+1]<<8|e[r]);return t},Ne=5,Cn=6+5,Qn=2,hc=Cn-Ne,Po=65536>>Ne,wc=1<<Ne,mn=wc-1,pc=1024>>Ne,Cc=Po+pc,Qc=Cc,mc=32,vc=Qc+mc,Fc=65536>>Cn,Uc=1<<hc,Ec=Uc-1,Go=function(e,A,t){return e.slice?e.slice(A,t):new Uint16Array(Array.prototype.slice.call(e,A,t))},yc=function(e,A,t){return e.slice?e.slice(A,t):new Uint32Array(Array.prototype.slice.call(e,A,t))},bc=function(e,A){var t=uc(e),r=Array.isArray(t)?gc(t):new Uint32Array(t),n=Array.isArray(t)?dc(t):new Uint16Array(t),a=24,o=Go(n,a/2,r[4]/2),s=r[5]===2?Go(n,(a+r[4])/2):yc(r,Math.ceil((a+r[4])/4));return new Ic(r[0],r[1],r[2],r[3],o,s)},Ic=function(){function e(A,t,r,n,a,o){this.initialValue=A,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=a,this.data=o}return e.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=this.index[A>>Ne],t=(t<<Qn)+(A&mn),this.data[t];if(A<=65535)return t=this.index[Po+(A-55296>>Ne)],t=(t<<Qn)+(A&mn),this.data[t];if(A<this.highStart)return t=vc-Fc+(A>>Cn),t=this.index[t],t+=A>>Ne&Ec,t=this.index[t],t=(t<<Qn)+(A&mn),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e}(),Xo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Hc=typeof Uint8Array>"u"?[]:new Uint8Array(256),lr=0;lr<Xo.length;lr++)Hc[Xo.charCodeAt(lr)]=lr;var Sc="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==",Wo=50,xc=1,Yo=2,Jo=3,Lc=4,Tc=5,jo=7,Zo=8,zo=9,Ee=10,vn=11,_o=12,Fn=13,Dc=14,wt=15,Un=16,cr=17,pt=18,Kc=19,qo=20,En=21,Ct=22,yn=23,ze=24,ZA=25,Qt=26,mt=27,_e=28,Oc=29,Ve=30,Mc=31,Br=32,fr=33,bn=34,In=35,Hn=36,vt=37,Sn=38,ur=39,dr=40,xn=41,$o=42,Rc=43,Nc=[9001,65288],Aa="!",AA="×",gr="÷",Ln=bc(Sc),Ce=[Ve,Hn],Tn=[xc,Yo,Jo,Tc],ea=[Ee,Zo],ta=[mt,Qt],Vc=Tn.concat(ea),ra=[Sn,ur,dr,bn,In],kc=[wt,Fn],Pc=function(e,A){A===void 0&&(A="strict");var t=[],r=[],n=[];return e.forEach(function(a,o){var s=Ln.get(a);if(s>Wo?(n.push(!0),s-=Wo):n.push(!1),["normal","auto","loose"].indexOf(A)!==-1&&[8208,8211,12316,12448].indexOf(a)!==-1)return r.push(o),t.push(Un);if(s===Lc||s===vn){if(o===0)return r.push(o),t.push(Ve);var i=t[o-1];return Vc.indexOf(i)===-1?(r.push(r[o-1]),t.push(i)):(r.push(o),t.push(Ve))}if(r.push(o),s===Mc)return t.push(A==="strict"?En:vt);if(s===$o||s===Oc)return t.push(Ve);if(s===Rc)return a>=131072&&a<=196605||a>=196608&&a<=262141?t.push(vt):t.push(Ve);t.push(s)}),[r,t,n]},Dn=function(e,A,t,r){var n=r[t];if(Array.isArray(e)?e.indexOf(n)!==-1:e===n)for(var a=t;a<=r.length;){a++;var o=r[a];if(o===A)return!0;if(o!==Ee)break}if(n===Ee)for(var a=t;a>0;){a--;var s=r[a];if(Array.isArray(e)?e.indexOf(s)!==-1:e===s)for(var i=t;i<=r.length;){i++;var o=r[i];if(o===A)return!0;if(o!==Ee)break}if(s!==Ee)break}return!1},na=function(e,A){for(var t=e;t>=0;){var r=A[t];if(r===Ee)t--;else return r}return 0},Gc=function(e,A,t,r,n){if(t[r]===0)return AA;var a=r-1;if(Array.isArray(n)&&n[a]===!0)return AA;var o=a-1,s=a+1,i=A[a],l=o>=0?A[o]:0,c=A[s];if(i===Yo&&c===Jo)return AA;if(Tn.indexOf(i)!==-1)return Aa;if(Tn.indexOf(c)!==-1||ea.indexOf(c)!==-1)return AA;if(na(a,A)===Zo)return gr;if(Ln.get(e[a])===vn||(i===Br||i===fr)&&Ln.get(e[s])===vn||i===jo||c===jo||i===zo||[Ee,Fn,wt].indexOf(i)===-1&&c===zo||[cr,pt,Kc,ze,_e].indexOf(c)!==-1||na(a,A)===Ct||Dn(yn,Ct,a,A)||Dn([cr,pt],En,a,A)||Dn(_o,_o,a,A))return AA;if(i===Ee)return gr;if(i===yn||c===yn)return AA;if(c===Un||i===Un)return gr;if([Fn,wt,En].indexOf(c)!==-1||i===Dc||l===Hn&&kc.indexOf(i)!==-1||i===_e&&c===Hn||c===qo||Ce.indexOf(c)!==-1&&i===ZA||Ce.indexOf(i)!==-1&&c===ZA||i===mt&&[vt,Br,fr].indexOf(c)!==-1||[vt,Br,fr].indexOf(i)!==-1&&c===Qt||Ce.indexOf(i)!==-1&&ta.indexOf(c)!==-1||ta.indexOf(i)!==-1&&Ce.indexOf(c)!==-1||[mt,Qt].indexOf(i)!==-1&&(c===ZA||[Ct,wt].indexOf(c)!==-1&&A[s+1]===ZA)||[Ct,wt].indexOf(i)!==-1&&c===ZA||i===ZA&&[ZA,_e,ze].indexOf(c)!==-1)return AA;if([ZA,_e,ze,cr,pt].indexOf(c)!==-1)for(var B=a;B>=0;){var u=A[B];if(u===ZA)return AA;if([_e,ze].indexOf(u)!==-1)B--;else break}if([mt,Qt].indexOf(c)!==-1)for(var B=[cr,pt].indexOf(i)!==-1?o:a;B>=0;){var u=A[B];if(u===ZA)return AA;if([_e,ze].indexOf(u)!==-1)B--;else break}if(Sn===i&&[Sn,ur,bn,In].indexOf(c)!==-1||[ur,bn].indexOf(i)!==-1&&[ur,dr].indexOf(c)!==-1||[dr,In].indexOf(i)!==-1&&c===dr||ra.indexOf(i)!==-1&&[qo,Qt].indexOf(c)!==-1||ra.indexOf(c)!==-1&&i===mt||Ce.indexOf(i)!==-1&&Ce.indexOf(c)!==-1||i===ze&&Ce.indexOf(c)!==-1||Ce.concat(ZA).indexOf(i)!==-1&&c===Ct&&Nc.indexOf(e[s])===-1||Ce.concat(ZA).indexOf(c)!==-1&&i===pt)return AA;if(i===xn&&c===xn){for(var d=t[a],g=1;d>0&&(d--,A[d]===xn);)g++;if(g%2!==0)return AA}return i===Br&&c===fr?AA:gr},Xc=function(e,A){A||(A={lineBreak:"normal",wordBreak:"normal"});var t=Pc(e,A.lineBreak),r=t[0],n=t[1],a=t[2];(A.wordBreak==="break-all"||A.wordBreak==="break-word")&&(n=n.map(function(s){return[ZA,Ve,$o].indexOf(s)!==-1?vt:s}));var o=A.wordBreak==="keep-all"?a.map(function(s,i){return s&&e[i]>=19968&&e[i]<=40959}):void 0;return[r,n,o]},Wc=function(){function e(A,t,r,n){this.codePoints=A,this.required=t===Aa,this.start=r,this.end=n}return e.prototype.slice=function(){return EA.apply(void 0,this.codePoints.slice(this.start,this.end))},e}(),Yc=function(e,A){var t=ar(e),r=Xc(t,A),n=r[0],a=r[1],o=r[2],s=t.length,i=0,l=0;return{next:function(){if(l>=s)return{done:!0,value:null};for(var c=AA;l<s&&(c=Gc(t,a,n,++l,o))===AA;);if(c!==AA||l===s){var B=new Wc(t,c,i,l);return i=l,{value:B,done:!1}}return{done:!0,value:null}}}},Jc=1,jc=2,Ft=4,oa=8,hr=10,aa=47,Ut=92,Zc=9,zc=32,wr=34,Et=61,_c=35,qc=36,$c=37,pr=39,Cr=40,yt=41,AB=95,WA=45,eB=33,tB=60,rB=62,nB=64,oB=91,aB=93,sB=61,iB=123,Qr=63,lB=125,sa=124,cB=126,BB=128,ia=65533,Kn=42,ke=43,fB=44,uB=58,dB=59,bt=46,gB=0,hB=8,wB=11,pB=14,CB=31,QB=127,Be=-1,la=48,ca=97,Ba=101,mB=102,vB=117,FB=122,fa=65,ua=69,da=70,UB=85,EB=90,NA=function(e){return e>=la&&e<=57},yB=function(e){return e>=55296&&e<=57343},qe=function(e){return NA(e)||e>=fa&&e<=da||e>=ca&&e<=mB},bB=function(e){return e>=ca&&e<=FB},IB=function(e){return e>=fa&&e<=EB},HB=function(e){return bB(e)||IB(e)},SB=function(e){return e>=BB},mr=function(e){return e===hr||e===Zc||e===zc},vr=function(e){return HB(e)||SB(e)||e===AB},ga=function(e){return vr(e)||NA(e)||e===WA},xB=function(e){return e>=gB&&e<=hB||e===wB||e>=pB&&e<=CB||e===QB},ye=function(e,A){return e!==Ut?!1:A!==hr},Fr=function(e,A,t){return e===WA?vr(A)||ye(A,t):vr(e)?!0:!!(e===Ut&&ye(e,A))},On=function(e,A,t){return e===ke||e===WA?NA(A)?!0:A===bt&&NA(t):NA(e===bt?A:e)},LB=function(e){var A=0,t=1;(e[A]===ke||e[A]===WA)&&(e[A]===WA&&(t=-1),A++);for(var r=[];NA(e[A]);)r.push(e[A++]);var n=r.length?parseInt(EA.apply(void 0,r),10):0;e[A]===bt&&A++;for(var a=[];NA(e[A]);)a.push(e[A++]);var o=a.length,s=o?parseInt(EA.apply(void 0,a),10):0;(e[A]===ua||e[A]===Ba)&&A++;var i=1;(e[A]===ke||e[A]===WA)&&(e[A]===WA&&(i=-1),A++);for(var l=[];NA(e[A]);)l.push(e[A++]);var c=l.length?parseInt(EA.apply(void 0,l),10):0;return t*(n+s*Math.pow(10,-o))*Math.pow(10,i*c)},TB={type:2},DB={type:3},KB={type:4},OB={type:13},MB={type:8},RB={type:21},NB={type:9},VB={type:10},kB={type:11},PB={type:12},GB={type:14},Ur={type:23},XB={type:1},WB={type:25},YB={type:24},JB={type:26},jB={type:27},ZB={type:28},zB={type:29},_B={type:31},Mn={type:32},ha=function(){function e(){this._value=[]}return e.prototype.write=function(A){this._value=this._value.concat(ar(A))},e.prototype.read=function(){for(var A=[],t=this.consumeToken();t!==Mn;)A.push(t),t=this.consumeToken();return A},e.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case wr:return this.consumeStringToken(wr);case _c:var t=this.peekCodePoint(0),r=this.peekCodePoint(1),n=this.peekCodePoint(2);if(ga(t)||ye(r,n)){var a=Fr(t,r,n)?jc:Jc,o=this.consumeName();return{type:5,value:o,flags:a}}break;case qc:if(this.peekCodePoint(0)===Et)return this.consumeCodePoint(),OB;break;case pr:return this.consumeStringToken(pr);case Cr:return TB;case yt:return DB;case Kn:if(this.peekCodePoint(0)===Et)return this.consumeCodePoint(),GB;break;case ke:if(On(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case fB:return KB;case WA:var s=A,i=this.peekCodePoint(0),l=this.peekCodePoint(1);if(On(s,i,l))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(Fr(s,i,l))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(i===WA&&l===rB)return this.consumeCodePoint(),this.consumeCodePoint(),YB;break;case bt:if(On(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case aa:if(this.peekCodePoint(0)===Kn)for(this.consumeCodePoint();;){var c=this.consumeCodePoint();if(c===Kn&&(c=this.consumeCodePoint(),c===aa))return this.consumeToken();if(c===Be)return this.consumeToken()}break;case uB:return JB;case dB:return jB;case tB:if(this.peekCodePoint(0)===eB&&this.peekCodePoint(1)===WA&&this.peekCodePoint(2)===WA)return this.consumeCodePoint(),this.consumeCodePoint(),WB;break;case nB:var B=this.peekCodePoint(0),u=this.peekCodePoint(1),d=this.peekCodePoint(2);if(Fr(B,u,d)){var o=this.consumeName();return{type:7,value:o}}break;case oB:return ZB;case Ut:if(ye(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case aB:return zB;case sB:if(this.peekCodePoint(0)===Et)return this.consumeCodePoint(),MB;break;case iB:return kB;case lB:return PB;case vB:case UB:var g=this.peekCodePoint(0),h=this.peekCodePoint(1);return g===ke&&(qe(h)||h===Qr)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case sa:if(this.peekCodePoint(0)===Et)return this.consumeCodePoint(),NB;if(this.peekCodePoint(0)===sa)return this.consumeCodePoint(),RB;break;case cB:if(this.peekCodePoint(0)===Et)return this.consumeCodePoint(),VB;break;case Be:return Mn}return mr(A)?(this.consumeWhiteSpace(),_B):NA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):vr(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:EA(A)}},e.prototype.consumeCodePoint=function(){var A=this._value.shift();return typeof A>"u"?-1:A},e.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)},e.prototype.peekCodePoint=function(A){return A>=this._value.length?-1:this._value[A]},e.prototype.consumeUnicodeRangeToken=function(){for(var A=[],t=this.consumeCodePoint();qe(t)&&A.length<6;)A.push(t),t=this.consumeCodePoint();for(var r=!1;t===Qr&&A.length<6;)A.push(t),t=this.consumeCodePoint(),r=!0;if(r){var n=parseInt(EA.apply(void 0,A.map(function(i){return i===Qr?la:i})),16),a=parseInt(EA.apply(void 0,A.map(function(i){return i===Qr?da:i})),16);return{type:30,start:n,end:a}}var o=parseInt(EA.apply(void 0,A),16);if(this.peekCodePoint(0)===WA&&qe(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();for(var s=[];qe(t)&&s.length<6;)s.push(t),t=this.consumeCodePoint();var a=parseInt(EA.apply(void 0,s),16);return{type:30,start:o,end:a}}else return{type:30,start:o,end:o}},e.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return A.toLowerCase()==="url"&&this.peekCodePoint(0)===Cr?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===Cr?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},e.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===Be)return{type:22,value:""};var t=this.peekCodePoint(0);if(t===pr||t===wr){var r=this.consumeStringToken(this.consumeCodePoint());return r.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===Be||this.peekCodePoint(0)===yt)?(this.consumeCodePoint(),{type:22,value:r.value}):(this.consumeBadUrlRemnants(),Ur)}for(;;){var n=this.consumeCodePoint();if(n===Be||n===yt)return{type:22,value:EA.apply(void 0,A)};if(mr(n))return this.consumeWhiteSpace(),this.peekCodePoint(0)===Be||this.peekCodePoint(0)===yt?(this.consumeCodePoint(),{type:22,value:EA.apply(void 0,A)}):(this.consumeBadUrlRemnants(),Ur);if(n===wr||n===pr||n===Cr||xB(n))return this.consumeBadUrlRemnants(),Ur;if(n===Ut)if(ye(n,this.peekCodePoint(0)))A.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),Ur;else A.push(n)}},e.prototype.consumeWhiteSpace=function(){for(;mr(this.peekCodePoint(0));)this.consumeCodePoint()},e.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(A===yt||A===Be)return;ye(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},e.prototype.consumeStringSlice=function(A){for(var t=5e4,r="";A>0;){var n=Math.min(t,A);r+=EA.apply(void 0,this._value.splice(0,n)),A-=n}return this._value.shift(),r},e.prototype.consumeStringToken=function(A){var t="",r=0;do{var n=this._value[r];if(n===Be||n===void 0||n===A)return t+=this.consumeStringSlice(r),{type:0,value:t};if(n===hr)return this._value.splice(0,r),XB;if(n===Ut){var a=this._value[r+1];a!==Be&&a!==void 0&&(a===hr?(t+=this.consumeStringSlice(r),r=-1,this._value.shift()):ye(n,a)&&(t+=this.consumeStringSlice(r),t+=EA(this.consumeEscapedCodePoint()),r=-1))}r++}while(!0)},e.prototype.consumeNumber=function(){var A=[],t=Ft,r=this.peekCodePoint(0);for((r===ke||r===WA)&&A.push(this.consumeCodePoint());NA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0);var n=this.peekCodePoint(1);if(r===bt&&NA(n))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=oa;NA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0),n=this.peekCodePoint(1);var a=this.peekCodePoint(2);if((r===ua||r===Ba)&&((n===ke||n===WA)&&NA(a)||NA(n)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=oa;NA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[LB(A),t]},e.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),t=A[0],r=A[1],n=this.peekCodePoint(0),a=this.peekCodePoint(1),o=this.peekCodePoint(2);if(Fr(n,a,o)){var s=this.consumeName();return{type:15,number:t,flags:r,unit:s}}return n===$c?(this.consumeCodePoint(),{type:16,number:t,flags:r}):{type:17,number:t,flags:r}},e.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(qe(A)){for(var t=EA(A);qe(this.peekCodePoint(0))&&t.length<6;)t+=EA(this.consumeCodePoint());mr(this.peekCodePoint(0))&&this.consumeCodePoint();var r=parseInt(t,16);return r===0||yB(r)||r>1114111?ia:r}return A===Be?ia:A},e.prototype.consumeName=function(){for(var A="";;){var t=this.consumeCodePoint();if(ga(t))A+=EA(t);else if(ye(t,this.peekCodePoint(0)))A+=EA(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(t),A}},e}(),wa=function(){function e(A){this._tokens=A}return e.create=function(A){var t=new ha;return t.write(A),new e(t.read())},e.parseValue=function(A){return e.create(A).parseComponentValue()},e.parseValues=function(A){return e.create(A).parseComponentValues()},e.prototype.parseComponentValue=function(){for(var A=this.consumeToken();A.type===31;)A=this.consumeToken();if(A.type===32)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var t=this.consumeComponentValue();do A=this.consumeToken();while(A.type===31);if(A.type===32)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},e.prototype.parseComponentValues=function(){for(var A=[];;){var t=this.consumeComponentValue();if(t.type===32)return A;A.push(t),A.push()}},e.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A},e.prototype.consumeSimpleBlock=function(A){for(var t={type:A,values:[]},r=this.consumeToken();;){if(r.type===32||$B(r,A))return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue()),r=this.consumeToken()}},e.prototype.consumeFunction=function(A){for(var t={name:A.value,values:[],type:18};;){var r=this.consumeToken();if(r.type===32||r.type===3)return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue())}},e.prototype.consumeToken=function(){var A=this._tokens.shift();return typeof A>"u"?Mn:A},e.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},e}(),It=function(e){return e.type===15},$e=function(e){return e.type===17},uA=function(e){return e.type===20},qB=function(e){return e.type===0},Rn=function(e,A){return uA(e)&&e.value===A},pa=function(e){return e.type!==31},At=function(e){return e.type!==31&&e.type!==4},fe=function(e){var A=[],t=[];return e.forEach(function(r){if(r.type===4){if(t.length===0)throw new Error("Error parsing function args, zero tokens for arg");A.push(t),t=[];return}r.type!==31&&t.push(r)}),t.length&&A.push(t),A},$B=function(e,A){return A===11&&e.type===12||A===28&&e.type===29?!0:A===2&&e.type===3},be=function(e){return e.type===17||e.type===15},IA=function(e){return e.type===16||be(e)},Ca=function(e){return e.length>1?[e[0],e[1]]:[e[0]]},LA={type:17,number:0,flags:Ft},Nn={type:16,number:50,flags:Ft},Ie={type:16,number:100,flags:Ft},Ht=function(e,A,t){var r=e[0],n=e[1];return[dA(r,A),dA(typeof n<"u"?n:r,t)]},dA=function(e,A){if(e.type===16)return e.number/100*A;if(It(e))switch(e.unit){case"rem":case"em":return 16*e.number;case"px":default:return e.number}return e.number},Qa="deg",ma="grad",va="rad",Fa="turn",Er={name:"angle",parse:function(e,A){if(A.type===15)switch(A.unit){case Qa:return Math.PI*A.number/180;case ma:return Math.PI/200*A.number;case va:return A.number;case Fa:return Math.PI*2*A.number}throw new Error("Unsupported angle type")}},Ua=function(e){return e.type===15&&(e.unit===Qa||e.unit===ma||e.unit===va||e.unit===Fa)},Ea=function(e){var A=e.filter(uA).map(function(t){return t.value}).join(" ");switch(A){case"to bottom right":case"to right bottom":case"left top":case"top left":return[LA,LA];case"to top":case"bottom":return $A(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[LA,Ie];case"to right":case"left":return $A(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[Ie,Ie];case"to bottom":case"top":return $A(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[Ie,LA];case"to left":case"right":return $A(270)}return 0},$A=function(e){return Math.PI*e/180},He={name:"color",parse:function(e,A){if(A.type===18){var t=Af[A.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported color function "'+A.name+'"');return t(e,A.values)}if(A.type===5){if(A.value.length===3){var r=A.value.substring(0,1),n=A.value.substring(1,2),a=A.value.substring(2,3);return xe(parseInt(r+r,16),parseInt(n+n,16),parseInt(a+a,16),1)}if(A.value.length===4){var r=A.value.substring(0,1),n=A.value.substring(1,2),a=A.value.substring(2,3),o=A.value.substring(3,4);return xe(parseInt(r+r,16),parseInt(n+n,16),parseInt(a+a,16),parseInt(o+o,16)/255)}if(A.value.length===6){var r=A.value.substring(0,2),n=A.value.substring(2,4),a=A.value.substring(4,6);return xe(parseInt(r,16),parseInt(n,16),parseInt(a,16),1)}if(A.value.length===8){var r=A.value.substring(0,2),n=A.value.substring(2,4),a=A.value.substring(4,6),o=A.value.substring(6,8);return xe(parseInt(r,16),parseInt(n,16),parseInt(a,16),parseInt(o,16)/255)}}if(A.type===20){var s=Qe[A.value.toUpperCase()];if(typeof s<"u")return s}return Qe.TRANSPARENT}},Se=function(e){return(255&e)===0},xA=function(e){var A=255&e,t=255&e>>8,r=255&e>>16,n=255&e>>24;return A<255?"rgba("+n+","+r+","+t+","+A/255+")":"rgb("+n+","+r+","+t+")"},xe=function(e,A,t,r){return(e<<24|A<<16|t<<8|Math.round(r*255)<<0)>>>0},ya=function(e,A){if(e.type===17)return e.number;if(e.type===16){var t=A===3?1:255;return A===3?e.number/100*t:Math.round(e.number/100*t)}return 0},ba=function(e,A){var t=A.filter(At);if(t.length===3){var r=t.map(ya),n=r[0],a=r[1],o=r[2];return xe(n,a,o,1)}if(t.length===4){var s=t.map(ya),n=s[0],a=s[1],o=s[2],i=s[3];return xe(n,a,o,i)}return 0};function Vn(e,A,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(A-e)*t*6+e:t<1/2?A:t<2/3?(A-e)*6*(2/3-t)+e:e}var Ia=function(e,A){var t=A.filter(At),r=t[0],n=t[1],a=t[2],o=t[3],s=(r.type===17?$A(r.number):Er.parse(e,r))/(Math.PI*2),i=IA(n)?n.number/100:0,l=IA(a)?a.number/100:0,c=typeof o<"u"&&IA(o)?dA(o,1):1;if(i===0)return xe(l*255,l*255,l*255,1);var B=l<=.5?l*(i+1):l+i-l*i,u=l*2-B,d=Vn(u,B,s+1/3),g=Vn(u,B,s),h=Vn(u,B,s-1/3);return xe(d*255,g*255,h*255,c)},Af={hsl:Ia,hsla:Ia,rgb:ba,rgba:ba},St=function(e,A){return He.parse(e,wa.create(A).parseComponentValue())},Qe={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},ef={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(t){if(uA(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},tf={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},yr=function(e,A){var t=He.parse(e,A[0]),r=A[1];return r&&IA(r)?{color:t,stop:r}:{color:t,stop:null}},Ha=function(e,A){var t=e[0],r=e[e.length-1];t.stop===null&&(t.stop=LA),r.stop===null&&(r.stop=Ie);for(var n=[],a=0,o=0;o<e.length;o++){var s=e[o].stop;if(s!==null){var i=dA(s,A);i>a?n.push(i):n.push(a),a=i}else n.push(null)}for(var l=null,o=0;o<n.length;o++){var c=n[o];if(c===null)l===null&&(l=o);else if(l!==null){for(var B=o-l,u=n[l-1],d=(c-u)/(B+1),g=1;g<=B;g++)n[l+g-1]=d*g;l=null}}return e.map(function(h,w){var p=h.color;return{color:p,stop:Math.max(Math.min(1,n[w]/A),0)}})},rf=function(e,A,t){var r=A/2,n=t/2,a=dA(e[0],A)-r,o=n-dA(e[1],t);return(Math.atan2(o,a)+Math.PI*2)%(Math.PI*2)},nf=function(e,A,t){var r=typeof e=="number"?e:rf(e,A,t),n=Math.abs(A*Math.sin(r))+Math.abs(t*Math.cos(r)),a=A/2,o=t/2,s=n/2,i=Math.sin(r-Math.PI/2)*s,l=Math.cos(r-Math.PI/2)*s;return[n,a-l,a+l,o-i,o+i]},ae=function(e,A){return Math.sqrt(e*e+A*A)},Sa=function(e,A,t,r,n){var a=[[0,0],[0,A],[e,0],[e,A]];return a.reduce(function(o,s){var i=s[0],l=s[1],c=ae(t-i,r-l);return(n?c<o.optimumDistance:c>o.optimumDistance)?{optimumCorner:s,optimumDistance:c}:o},{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},of=function(e,A,t,r,n){var a=0,o=0;switch(e.size){case 0:e.shape===0?a=o=Math.min(Math.abs(A),Math.abs(A-r),Math.abs(t),Math.abs(t-n)):e.shape===1&&(a=Math.min(Math.abs(A),Math.abs(A-r)),o=Math.min(Math.abs(t),Math.abs(t-n)));break;case 2:if(e.shape===0)a=o=Math.min(ae(A,t),ae(A,t-n),ae(A-r,t),ae(A-r,t-n));else if(e.shape===1){var s=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(A),Math.abs(A-r)),i=Sa(r,n,A,t,!0),l=i[0],c=i[1];a=ae(l-A,(c-t)/s),o=s*a}break;case 1:e.shape===0?a=o=Math.max(Math.abs(A),Math.abs(A-r),Math.abs(t),Math.abs(t-n)):e.shape===1&&(a=Math.max(Math.abs(A),Math.abs(A-r)),o=Math.max(Math.abs(t),Math.abs(t-n)));break;case 3:if(e.shape===0)a=o=Math.max(ae(A,t),ae(A,t-n),ae(A-r,t),ae(A-r,t-n));else if(e.shape===1){var s=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(A),Math.abs(A-r)),B=Sa(r,n,A,t,!1),l=B[0],c=B[1];a=ae(l-A,(c-t)/s),o=s*a}break}return Array.isArray(e.size)&&(a=dA(e.size[0],r),o=e.size.length===2?dA(e.size[1],n):a),[a,o]},af=function(e,A){var t=$A(180),r=[];return fe(A).forEach(function(n,a){if(a===0){var o=n[0];if(o.type===20&&o.value==="to"){t=Ea(n);return}else if(Ua(o)){t=Er.parse(e,o);return}}var s=yr(e,n);r.push(s)}),{angle:t,stops:r,type:1}},br=function(e,A){var t=$A(180),r=[];return fe(A).forEach(function(n,a){if(a===0){var o=n[0];if(o.type===20&&["top","left","right","bottom"].indexOf(o.value)!==-1){t=Ea(n);return}else if(Ua(o)){t=(Er.parse(e,o)+$A(270))%$A(360);return}}var s=yr(e,n);r.push(s)}),{angle:t,stops:r,type:1}},sf=function(e,A){var t=$A(180),r=[],n=1,a=0,o=3,s=[];return fe(A).forEach(function(i,l){var c=i[0];if(l===0){if(uA(c)&&c.value==="linear"){n=1;return}else if(uA(c)&&c.value==="radial"){n=2;return}}if(c.type===18){if(c.name==="from"){var B=He.parse(e,c.values[0]);r.push({stop:LA,color:B})}else if(c.name==="to"){var B=He.parse(e,c.values[0]);r.push({stop:Ie,color:B})}else if(c.name==="color-stop"){var u=c.values.filter(At);if(u.length===2){var B=He.parse(e,u[1]),d=u[0];$e(d)&&r.push({stop:{type:16,number:d.number*100,flags:d.flags},color:B})}}}}),n===1?{angle:(t+$A(180))%$A(360),stops:r,type:n}:{size:o,shape:a,stops:r,position:s,type:n}},xa="closest-side",La="farthest-side",Ta="closest-corner",Da="farthest-corner",Ka="circle",Oa="ellipse",Ma="cover",Ra="contain",lf=function(e,A){var t=0,r=3,n=[],a=[];return fe(A).forEach(function(o,s){var i=!0;if(s===0){var l=!1;i=o.reduce(function(B,u){if(l)if(uA(u))switch(u.value){case"center":return a.push(Nn),B;case"top":case"left":return a.push(LA),B;case"right":case"bottom":return a.push(Ie),B}else(IA(u)||be(u))&&a.push(u);else if(uA(u))switch(u.value){case Ka:return t=0,!1;case Oa:return t=1,!1;case"at":return l=!0,!1;case xa:return r=0,!1;case Ma:case La:return r=1,!1;case Ra:case Ta:return r=2,!1;case Da:return r=3,!1}else if(be(u)||IA(u))return Array.isArray(r)||(r=[]),r.push(u),!1;return B},i)}if(i){var c=yr(e,o);n.push(c)}}),{size:r,shape:t,stops:n,position:a,type:2}},Ir=function(e,A){var t=0,r=3,n=[],a=[];return fe(A).forEach(function(o,s){var i=!0;if(s===0?i=o.reduce(function(c,B){if(uA(B))switch(B.value){case"center":return a.push(Nn),!1;case"top":case"left":return a.push(LA),!1;case"right":case"bottom":return a.push(Ie),!1}else if(IA(B)||be(B))return a.push(B),!1;return c},i):s===1&&(i=o.reduce(function(c,B){if(uA(B))switch(B.value){case Ka:return t=0,!1;case Oa:return t=1,!1;case Ra:case xa:return r=0,!1;case La:return r=1,!1;case Ta:return r=2,!1;case Ma:case Da:return r=3,!1}else if(be(B)||IA(B))return Array.isArray(r)||(r=[]),r.push(B),!1;return c},i)),i){var l=yr(e,o);n.push(l)}}),{size:r,shape:t,stops:n,position:a,type:2}},cf=function(e){return e.type===1},Bf=function(e){return e.type===2},kn={name:"image",parse:function(e,A){if(A.type===22){var t={url:A.value,type:0};return e.cache.addImage(A.value),t}if(A.type===18){var r=Na[A.name];if(typeof r>"u")throw new Error('Attempting to parse an unsupported image function "'+A.name+'"');return r(e,A.values)}throw new Error("Unsupported image type "+A.type)}};function ff(e){return!(e.type===20&&e.value==="none")&&(e.type!==18||!!Na[e.name])}var Na={"linear-gradient":af,"-moz-linear-gradient":br,"-ms-linear-gradient":br,"-o-linear-gradient":br,"-webkit-linear-gradient":br,"radial-gradient":lf,"-moz-radial-gradient":Ir,"-ms-radial-gradient":Ir,"-o-radial-gradient":Ir,"-webkit-radial-gradient":Ir,"-webkit-gradient":sf},uf={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var t=A[0];return t.type===20&&t.value==="none"?[]:A.filter(function(r){return At(r)&&ff(r)}).map(function(r){return kn.parse(e,r)})}},df={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(t){if(uA(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},gf={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(e,A){return fe(A).map(function(t){return t.filter(IA)}).map(Ca)}},hf={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(e,A){return fe(A).map(function(t){return t.filter(uA).map(function(r){return r.value}).join(" ")}).map(wf)}},wf=function(e){switch(e){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}},et;(function(e){e.AUTO="auto",e.CONTAIN="contain",e.COVER="cover"})(et||(et={}));var pf={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(e,A){return fe(A).map(function(t){return t.filter(Cf)})}},Cf=function(e){return uA(e)||IA(e)},Hr=function(e){return{name:"border-"+e+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},Qf=Hr("top"),mf=Hr("right"),vf=Hr("bottom"),Ff=Hr("left"),Sr=function(e){return{name:"border-radius-"+e,initialValue:"0 0",prefix:!1,type:1,parse:function(A,t){return Ca(t.filter(IA))}}},Uf=Sr("top-left"),Ef=Sr("top-right"),yf=Sr("bottom-right"),bf=Sr("bottom-left"),xr=function(e){return{name:"border-"+e+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,t){switch(t){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},If=xr("top"),Hf=xr("right"),Sf=xr("bottom"),xf=xr("left"),Lr=function(e){return{name:"border-"+e+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,t){return It(t)?t.number:0}}},Lf=Lr("top"),Tf=Lr("right"),Df=Lr("bottom"),Kf=Lr("left"),Of={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Mf={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(e,A){switch(A){case"rtl":return 1;case"ltr":default:return 0}}},Rf={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(e,A){return A.filter(uA).reduce(function(t,r){return t|Nf(r.value)},0)}},Nf=function(e){switch(e){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},Vf={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},kf={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(e,A){return A.type===20&&A.value==="normal"?0:A.type===17||A.type===15?A.number:0}},Tr;(function(e){e.NORMAL="normal",e.STRICT="strict"})(Tr||(Tr={}));var Pf={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"strict":return Tr.STRICT;case"normal":default:return Tr.NORMAL}}},Gf={name:"line-height",initialValue:"normal",prefix:!1,type:4},Va=function(e,A){return uA(e)&&e.value==="normal"?1.2*A:e.type===17?A*e.number:IA(e)?dA(e,A):A},Xf={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(e,A){return A.type===20&&A.value==="none"?null:kn.parse(e,A)}},Wf={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(e,A){switch(A){case"inside":return 0;case"outside":default:return 1}}},Pn={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){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}}},Dr=function(e){return{name:"margin-"+e,initialValue:"0",prefix:!1,type:4}},Yf=Dr("top"),Jf=Dr("right"),jf=Dr("bottom"),Zf=Dr("left"),zf={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(e,A){return A.filter(uA).map(function(t){switch(t.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;case"visible":default:return 0}})}},_f={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"break-word":return"break-word";case"normal":default:return"normal"}}},Kr=function(e){return{name:"padding-"+e,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},qf=Kr("top"),$f=Kr("right"),Au=Kr("bottom"),eu=Kr("left"),tu={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(e,A){switch(A){case"right":return 2;case"center":case"justify":return 1;case"left":default:return 0}}},ru={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(e,A){switch(A){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},nu={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&Rn(A[0],"none")?[]:fe(A).map(function(t){for(var r={color:Qe.TRANSPARENT,offsetX:LA,offsetY:LA,blur:LA},n=0,a=0;a<t.length;a++){var o=t[a];be(o)?(n===0?r.offsetX=o:n===1?r.offsetY=o:r.blur=o,n++):r.color=He.parse(e,o)}return r})}},ou={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},au={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(e,A){if(A.type===20&&A.value==="none")return null;if(A.type===18){var t=lu[A.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported transform function "'+A.name+'"');return t(A.values)}return null}},su=function(e){var A=e.filter(function(t){return t.type===17}).map(function(t){return t.number});return A.length===6?A:null},iu=function(e){var A=e.filter(function(i){return i.type===17}).map(function(i){return i.number}),t=A[0],r=A[1];A[2],A[3];var n=A[4],a=A[5];A[6],A[7],A[8],A[9],A[10],A[11];var o=A[12],s=A[13];return A[14],A[15],A.length===16?[t,r,n,a,o,s]:null},lu={matrix:su,matrix3d:iu},ka={type:16,number:50,flags:Ft},cu=[ka,ka],Bu={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(e,A){var t=A.filter(IA);return t.length!==2?cu:[t[0],t[1]]}},fu={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"hidden":return 1;case"collapse":return 2;case"visible":default:return 0}}},xt;(function(e){e.NORMAL="normal",e.BREAK_ALL="break-all",e.KEEP_ALL="keep-all"})(xt||(xt={}));for(var uu={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"break-all":return xt.BREAK_ALL;case"keep-all":return xt.KEEP_ALL;case"normal":default:return xt.NORMAL}}},du={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(e,A){if(A.type===20)return{auto:!0,order:0};if($e(A))return{auto:!1,order:A.number};throw new Error("Invalid z-index number parsed")}},Pa={name:"time",parse:function(e,A){if(A.type===15)switch(A.unit.toLowerCase()){case"s":return 1e3*A.number;case"ms":return A.number}throw new Error("Unsupported time type")}},gu={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(e,A){return $e(A)?A.number:1}},hu={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},wu={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(e,A){return A.filter(uA).map(function(t){switch(t.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(t){return t!==0})}},pu={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(e,A){var t=[],r=[];return A.forEach(function(n){switch(n.type){case 20:case 0:t.push(n.value);break;case 17:t.push(n.number.toString());break;case 4:r.push(t.join(" ")),t.length=0;break}}),t.length&&r.push(t.join(" ")),r.map(function(n){return n.indexOf(" ")===-1?n:"'"+n+"'"})}},Cu={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},Qu={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(e,A){if($e(A))return A.number;if(uA(A))switch(A.value){case"bold":return 700;case"normal":default:return 400}return 400}},mu={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.filter(uA).map(function(t){return t.value})}},vu={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"oblique":return"oblique";case"italic":return"italic";case"normal":default:return"normal"}}},SA=function(e,A){return(e&A)!==0},Fu={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var t=A[0];return t.type===20&&t.value==="none"?[]:A}},Uu={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var t=A[0];if(t.type===20&&t.value==="none")return null;for(var r=[],n=A.filter(pa),a=0;a<n.length;a++){var o=n[a],s=n[a+1];if(o.type===20){var i=s&&$e(s)?s.number:1;r.push({counter:o.value,increment:i})}}return r}},Eu={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return[];for(var t=[],r=A.filter(pa),n=0;n<r.length;n++){var a=r[n],o=r[n+1];if(uA(a)&&a.value!=="none"){var s=o&&$e(o)?o.number:0;t.push({counter:a.value,reset:s})}}return t}},yu={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(e,A){return A.filter(It).map(function(t){return Pa.parse(e,t)})}},bu={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var t=A[0];if(t.type===20&&t.value==="none")return null;var r=[],n=A.filter(qB);if(n.length%2!==0)return null;for(var a=0;a<n.length;a+=2){var o=n[a].value,s=n[a+1].value;r.push({open:o,close:s})}return r}},Ga=function(e,A,t){if(!e)return"";var r=e[Math.min(A,e.length-1)];return r?t?r.open:r.close:""},Iu={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&Rn(A[0],"none")?[]:fe(A).map(function(t){for(var r={color:255,offsetX:LA,offsetY:LA,blur:LA,spread:LA,inset:!1},n=0,a=0;a<t.length;a++){var o=t[a];Rn(o,"inset")?r.inset=!0:be(o)?(n===0?r.offsetX=o:n===1?r.offsetY=o:n===2?r.blur=o:r.spread=o,n++):r.color=He.parse(e,o)}return r})}},Hu={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(e,A){var t=[0,1,2],r=[];return A.filter(uA).forEach(function(n){switch(n.value){case"stroke":r.push(1);break;case"fill":r.push(0);break;case"markers":r.push(2);break}}),t.forEach(function(n){r.indexOf(n)===-1&&r.push(n)}),r}},Su={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},xu={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(e,A){return It(A)?A.number:0}},Lu=function(){function e(A,t){var r,n;this.animationDuration=R(A,yu,t.animationDuration),this.backgroundClip=R(A,ef,t.backgroundClip),this.backgroundColor=R(A,tf,t.backgroundColor),this.backgroundImage=R(A,uf,t.backgroundImage),this.backgroundOrigin=R(A,df,t.backgroundOrigin),this.backgroundPosition=R(A,gf,t.backgroundPosition),this.backgroundRepeat=R(A,hf,t.backgroundRepeat),this.backgroundSize=R(A,pf,t.backgroundSize),this.borderTopColor=R(A,Qf,t.borderTopColor),this.borderRightColor=R(A,mf,t.borderRightColor),this.borderBottomColor=R(A,vf,t.borderBottomColor),this.borderLeftColor=R(A,Ff,t.borderLeftColor),this.borderTopLeftRadius=R(A,Uf,t.borderTopLeftRadius),this.borderTopRightRadius=R(A,Ef,t.borderTopRightRadius),this.borderBottomRightRadius=R(A,yf,t.borderBottomRightRadius),this.borderBottomLeftRadius=R(A,bf,t.borderBottomLeftRadius),this.borderTopStyle=R(A,If,t.borderTopStyle),this.borderRightStyle=R(A,Hf,t.borderRightStyle),this.borderBottomStyle=R(A,Sf,t.borderBottomStyle),this.borderLeftStyle=R(A,xf,t.borderLeftStyle),this.borderTopWidth=R(A,Lf,t.borderTopWidth),this.borderRightWidth=R(A,Tf,t.borderRightWidth),this.borderBottomWidth=R(A,Df,t.borderBottomWidth),this.borderLeftWidth=R(A,Kf,t.borderLeftWidth),this.boxShadow=R(A,Iu,t.boxShadow),this.color=R(A,Of,t.color),this.direction=R(A,Mf,t.direction),this.display=R(A,Rf,t.display),this.float=R(A,Vf,t.cssFloat),this.fontFamily=R(A,pu,t.fontFamily),this.fontSize=R(A,Cu,t.fontSize),this.fontStyle=R(A,vu,t.fontStyle),this.fontVariant=R(A,mu,t.fontVariant),this.fontWeight=R(A,Qu,t.fontWeight),this.letterSpacing=R(A,kf,t.letterSpacing),this.lineBreak=R(A,Pf,t.lineBreak),this.lineHeight=R(A,Gf,t.lineHeight),this.listStyleImage=R(A,Xf,t.listStyleImage),this.listStylePosition=R(A,Wf,t.listStylePosition),this.listStyleType=R(A,Pn,t.listStyleType),this.marginTop=R(A,Yf,t.marginTop),this.marginRight=R(A,Jf,t.marginRight),this.marginBottom=R(A,jf,t.marginBottom),this.marginLeft=R(A,Zf,t.marginLeft),this.opacity=R(A,gu,t.opacity);var a=R(A,zf,t.overflow);this.overflowX=a[0],this.overflowY=a[a.length>1?1:0],this.overflowWrap=R(A,_f,t.overflowWrap),this.paddingTop=R(A,qf,t.paddingTop),this.paddingRight=R(A,$f,t.paddingRight),this.paddingBottom=R(A,Au,t.paddingBottom),this.paddingLeft=R(A,eu,t.paddingLeft),this.paintOrder=R(A,Hu,t.paintOrder),this.position=R(A,ru,t.position),this.textAlign=R(A,tu,t.textAlign),this.textDecorationColor=R(A,hu,(r=t.textDecorationColor)!==null&&r!==void 0?r:t.color),this.textDecorationLine=R(A,wu,(n=t.textDecorationLine)!==null&&n!==void 0?n:t.textDecoration),this.textShadow=R(A,nu,t.textShadow),this.textTransform=R(A,ou,t.textTransform),this.transform=R(A,au,t.transform),this.transformOrigin=R(A,Bu,t.transformOrigin),this.visibility=R(A,fu,t.visibility),this.webkitTextStrokeColor=R(A,Su,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=R(A,xu,t.webkitTextStrokeWidth),this.wordBreak=R(A,uu,t.wordBreak),this.zIndex=R(A,du,t.zIndex)}return e.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},e.prototype.isTransparent=function(){return Se(this.backgroundColor)},e.prototype.isTransformed=function(){return this.transform!==null},e.prototype.isPositioned=function(){return this.position!==0},e.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},e.prototype.isFloating=function(){return this.float!==0},e.prototype.isInlineLevel=function(){return SA(this.display,4)||SA(this.display,33554432)||SA(this.display,268435456)||SA(this.display,536870912)||SA(this.display,67108864)||SA(this.display,134217728)},e}(),Tu=function(){function e(A,t){this.content=R(A,Fu,t.content),this.quotes=R(A,bu,t.quotes)}return e}(),Xa=function(){function e(A,t){this.counterIncrement=R(A,Uu,t.counterIncrement),this.counterReset=R(A,Eu,t.counterReset)}return e}(),R=function(e,A,t){var r=new ha,n=t!==null&&typeof t<"u"?t.toString():A.initialValue;r.write(n);var a=new wa(r.read());switch(A.type){case 2:var o=a.parseComponentValue();return A.parse(e,uA(o)?o.value:A.initialValue);case 0:return A.parse(e,a.parseComponentValue());case 1:return A.parse(e,a.parseComponentValues());case 4:return a.parseComponentValue();case 3:switch(A.format){case"angle":return Er.parse(e,a.parseComponentValue());case"color":return He.parse(e,a.parseComponentValue());case"image":return kn.parse(e,a.parseComponentValue());case"length":var s=a.parseComponentValue();return be(s)?s:LA;case"length-percentage":var i=a.parseComponentValue();return IA(i)?i:LA;case"time":return Pa.parse(e,a.parseComponentValue())}break}},Du="data-html2canvas-debug",Ku=function(e){var A=e.getAttribute(Du);switch(A){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},Gn=function(e,A){var t=Ku(e);return t===1||A===t},ue=function(){function e(A,t){if(this.context=A,this.textNodes=[],this.elements=[],this.flags=0,Gn(t,3))debugger;this.styles=new Lu(A,window.getComputedStyle(t,null)),ro(t)&&(this.styles.animationDuration.some(function(r){return r>0})&&(t.style.animationDuration="0s"),this.styles.transform!==null&&(t.style.transform="none")),this.bounds=or(this.context,t),Gn(t,4)&&(this.flags|=16)}return e}(),Ou="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",Wa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Lt=typeof Uint8Array>"u"?[]:new Uint8Array(256),Or=0;Or<Wa.length;Or++)Lt[Wa.charCodeAt(Or)]=Or;for(var Mu=function(e){var A=e.length*.75,t=e.length,r,n=0,a,o,s,i;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var l=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(A):new Array(A),c=Array.isArray(l)?l:new Uint8Array(l);for(r=0;r<t;r+=4)a=Lt[e.charCodeAt(r)],o=Lt[e.charCodeAt(r+1)],s=Lt[e.charCodeAt(r+2)],i=Lt[e.charCodeAt(r+3)],c[n++]=a<<2|o>>4,c[n++]=(o&15)<<4|s>>2,c[n++]=(s&3)<<6|i&63;return l},Ru=function(e){for(var A=e.length,t=[],r=0;r<A;r+=2)t.push(e[r+1]<<8|e[r]);return t},Nu=function(e){for(var A=e.length,t=[],r=0;r<A;r+=4)t.push(e[r+3]<<24|e[r+2]<<16|e[r+1]<<8|e[r]);return t},Pe=5,Xn=6+5,Wn=2,Vu=Xn-Pe,Ya=65536>>Pe,ku=1<<Pe,Yn=ku-1,Pu=1024>>Pe,Gu=Ya+Pu,Xu=Gu,Wu=32,Yu=Xu+Wu,Ju=65536>>Xn,ju=1<<Vu,Zu=ju-1,Ja=function(e,A,t){return e.slice?e.slice(A,t):new Uint16Array(Array.prototype.slice.call(e,A,t))},zu=function(e,A,t){return e.slice?e.slice(A,t):new Uint32Array(Array.prototype.slice.call(e,A,t))},_u=function(e,A){var t=Mu(e),r=Array.isArray(t)?Nu(t):new Uint32Array(t),n=Array.isArray(t)?Ru(t):new Uint16Array(t),a=24,o=Ja(n,a/2,r[4]/2),s=r[5]===2?Ja(n,(a+r[4])/2):zu(r,Math.ceil((a+r[4])/4));return new qu(r[0],r[1],r[2],r[3],o,s)},qu=function(){function e(A,t,r,n,a,o){this.initialValue=A,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=a,this.data=o}return e.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=this.index[A>>Pe],t=(t<<Wn)+(A&Yn),this.data[t];if(A<=65535)return t=this.index[Ya+(A-55296>>Pe)],t=(t<<Wn)+(A&Yn),this.data[t];if(A<this.highStart)return t=Yu-Ju+(A>>Xn),t=this.index[t],t+=A>>Pe&Zu,t=this.index[t],t=(t<<Wn)+(A&Yn),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e}(),ja="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",$u=typeof Uint8Array>"u"?[]:new Uint8Array(256),Mr=0;Mr<ja.length;Mr++)$u[ja.charCodeAt(Mr)]=Mr;var Ad=1,Jn=2,jn=3,Za=4,za=5,ed=7,_a=8,Zn=9,zn=10,qa=11,$a=12,As=13,es=14,_n=15,td=function(e){for(var A=[],t=0,r=e.length;t<r;){var n=e.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var a=e.charCodeAt(t++);(a&64512)===56320?A.push(((n&1023)<<10)+(a&1023)+65536):(A.push(n),t--)}else A.push(n)}return A},rd=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var t=e.length;if(!t)return"";for(var r=[],n=-1,a="";++n<t;){var o=e[n];o<=65535?r.push(o):(o-=65536,r.push((o>>10)+55296,o%1024+56320)),(n+1===t||r.length>16384)&&(a+=String.fromCharCode.apply(String,r),r.length=0)}return a},nd=_u(Ou),Ae="×",qn="÷",od=function(e){return nd.get(e)},ad=function(e,A,t){var r=t-2,n=A[r],a=A[t-1],o=A[t];if(a===Jn&&o===jn)return Ae;if(a===Jn||a===jn||a===Za||o===Jn||o===jn||o===Za)return qn;if(a===_a&&[_a,Zn,qa,$a].indexOf(o)!==-1||(a===qa||a===Zn)&&(o===Zn||o===zn)||(a===$a||a===zn)&&o===zn||o===As||o===za||o===ed||a===Ad)return Ae;if(a===As&&o===es){for(;n===za;)n=A[--r];if(n===es)return Ae}if(a===_n&&o===_n){for(var s=0;n===_n;)s++,n=A[--r];if(s%2===0)return Ae}return qn},sd=function(e){var A=td(e),t=A.length,r=0,n=0,a=A.map(od);return{next:function(){if(r>=t)return{done:!0,value:null};for(var o=Ae;r<t&&(o=ad(A,a,++r))===Ae;);if(o!==Ae||r===t){var s=rd.apply(null,A.slice(n,r));return n=r,{value:s,done:!1}}return{done:!0,value:null}}}},id=function(e){for(var A=sd(e),t=[],r;!(r=A.next()).done;)r.value&&t.push(r.value.slice());return t},ld=function(e){var A=123;if(e.createRange){var t=e.createRange();if(t.getBoundingClientRect){var r=e.createElement("boundtest");r.style.height=A+"px",r.style.display="block",e.body.appendChild(r),t.selectNode(r);var n=t.getBoundingClientRect(),a=Math.round(n.height);if(e.body.removeChild(r),a===A)return!0}}return!1},cd=function(e){var A=e.createElement("boundtest");A.style.width="50px",A.style.display="block",A.style.fontSize="12px",A.style.letterSpacing="0px",A.style.wordSpacing="0px",e.body.appendChild(A);var t=e.createRange();A.innerHTML=typeof"".repeat=="function"?"&#128104;".repeat(10):"";var r=A.firstChild,n=ar(r.data).map(function(i){return EA(i)}),a=0,o={},s=n.every(function(i,l){t.setStart(r,a),t.setEnd(r,a+i.length);var c=t.getBoundingClientRect();a+=i.length;var B=c.x>o.x||c.y>o.y;return o=c,l===0?!0:B});return e.body.removeChild(A),s},Bd=function(){return typeof new Image().crossOrigin<"u"},fd=function(){return typeof new XMLHttpRequest().responseType=="string"},ud=function(e){var A=new Image,t=e.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;A.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(A,0,0),t.toDataURL()}catch{return!1}return!0},ts=function(e){return e[0]===0&&e[1]===255&&e[2]===0&&e[3]===255},dd=function(e){var A=e.createElement("canvas"),t=100;A.width=t,A.height=t;var r=A.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,t,t);var n=new Image,a=A.toDataURL();n.src=a;var o=$n(t,t,0,0,n);return r.fillStyle="red",r.fillRect(0,0,t,t),rs(o).then(function(s){r.drawImage(s,0,0);var i=r.getImageData(0,0,t,t).data;r.fillStyle="red",r.fillRect(0,0,t,t);var l=e.createElement("div");return l.style.backgroundImage="url("+a+")",l.style.height=t+"px",ts(i)?rs($n(t,t,0,0,l)):Promise.reject(!1)}).then(function(s){return r.drawImage(s,0,0),ts(r.getImageData(0,0,t,t).data)}).catch(function(){return!1})},$n=function(e,A,t,r,n){var a="http://www.w3.org/2000/svg",o=document.createElementNS(a,"svg"),s=document.createElementNS(a,"foreignObject");return o.setAttributeNS(null,"width",e.toString()),o.setAttributeNS(null,"height",A.toString()),s.setAttributeNS(null,"width","100%"),s.setAttributeNS(null,"height","100%"),s.setAttributeNS(null,"x",t.toString()),s.setAttributeNS(null,"y",r.toString()),s.setAttributeNS(null,"externalResourcesRequired","true"),o.appendChild(s),s.appendChild(n),o},rs=function(e){return new Promise(function(A,t){var r=new Image;r.onload=function(){return A(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},TA={get SUPPORT_RANGE_BOUNDS(){var e=ld(document);return Object.defineProperty(TA,"SUPPORT_RANGE_BOUNDS",{value:e}),e},get SUPPORT_WORD_BREAKING(){var e=TA.SUPPORT_RANGE_BOUNDS&&cd(document);return Object.defineProperty(TA,"SUPPORT_WORD_BREAKING",{value:e}),e},get SUPPORT_SVG_DRAWING(){var e=ud(document);return Object.defineProperty(TA,"SUPPORT_SVG_DRAWING",{value:e}),e},get SUPPORT_FOREIGNOBJECT_DRAWING(){var e=typeof Array.from=="function"&&typeof window.fetch=="function"?dd(document):Promise.resolve(!1);return Object.defineProperty(TA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:e}),e},get SUPPORT_CORS_IMAGES(){var e=Bd();return Object.defineProperty(TA,"SUPPORT_CORS_IMAGES",{value:e}),e},get SUPPORT_RESPONSE_TYPE(){var e=fd();return Object.defineProperty(TA,"SUPPORT_RESPONSE_TYPE",{value:e}),e},get SUPPORT_CORS_XHR(){var e="withCredentials"in new XMLHttpRequest;return Object.defineProperty(TA,"SUPPORT_CORS_XHR",{value:e}),e},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var e=!!(typeof Intl<"u"&&Intl.Segmenter);return Object.defineProperty(TA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:e}),e}},Tt=function(){function e(A,t){this.text=A,this.bounds=t}return e}(),gd=function(e,A,t,r){var n=pd(A,t),a=[],o=0;return n.forEach(function(s){if(t.textDecorationLine.length||s.trim().length>0)if(TA.SUPPORT_RANGE_BOUNDS){var i=ns(r,o,s.length).getClientRects();if(i.length>1){var l=Ao(s),c=0;l.forEach(function(u){a.push(new Tt(u,pe.fromDOMRectList(e,ns(r,c+o,u.length).getClientRects()))),c+=u.length})}else a.push(new Tt(s,pe.fromDOMRectList(e,i)))}else{var B=r.splitText(s.length);a.push(new Tt(s,hd(e,r))),r=B}else TA.SUPPORT_RANGE_BOUNDS||(r=r.splitText(s.length));o+=s.length}),a},hd=function(e,A){var t=A.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(A.cloneNode(!0));var n=A.parentNode;if(n){n.replaceChild(r,A);var a=or(e,r);return r.firstChild&&n.replaceChild(r.firstChild,r),a}}return pe.EMPTY},ns=function(e,A,t){var r=e.ownerDocument;if(!r)throw new Error("Node has no owner document");var n=r.createRange();return n.setStart(e,A),n.setEnd(e,A+t),n},Ao=function(e){if(TA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var A=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(A.segment(e)).map(function(t){return t.segment})}return id(e)},wd=function(e,A){if(TA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(e)).map(function(r){return r.segment})}return Qd(e,A)},pd=function(e,A){return A.letterSpacing!==0?Ao(e):wd(e,A)},Cd=[32,160,4961,65792,65793,4153,4241],Qd=function(e,A){for(var t=Yc(e,{lineBreak:A.lineBreak,wordBreak:A.overflowWrap==="break-word"?"break-word":A.wordBreak}),r=[],n,a=function(){if(n.value){var o=n.value.slice(),s=ar(o),i="";s.forEach(function(l){Cd.indexOf(l)===-1?i+=EA(l):(i.length&&r.push(i),r.push(EA(l)),i="")}),i.length&&r.push(i)}};!(n=t.next()).done;)a();return r},md=function(){function e(A,t,r){this.text=vd(t.data,r.textTransform),this.textBounds=gd(A,this.text,r,t)}return e}(),vd=function(e,A){switch(A){case 1:return e.toLowerCase();case 3:return e.replace(Fd,Ud);case 2:return e.toUpperCase();default:return e}},Fd=/(^|\s|:|-|\(|\))([a-z])/g,Ud=function(e,A,t){return e.length>0?A+t.toUpperCase():e},os=function(e){oe(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.src=r.currentSrc||r.src,n.intrinsicWidth=r.naturalWidth,n.intrinsicHeight=r.naturalHeight,n.context.cache.addImage(n.src),n}return A}(ue),as=function(e){oe(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.canvas=r,n.intrinsicWidth=r.width,n.intrinsicHeight=r.height,n}return A}(ue),ss=function(e){oe(A,e);function A(t,r){var n=e.call(this,t,r)||this,a=new XMLSerializer,o=or(t,r);return r.setAttribute("width",o.width+"px"),r.setAttribute("height",o.height+"px"),n.svg="data:image/svg+xml,"+encodeURIComponent(a.serializeToString(r)),n.intrinsicWidth=r.width.baseVal.value,n.intrinsicHeight=r.height.baseVal.value,n.context.cache.addImage(n.svg),n}return A}(ue),is=function(e){oe(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.value=r.value,n}return A}(ue),eo=function(e){oe(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.start=r.start,n.reversed=typeof r.reversed=="boolean"&&r.reversed===!0,n}return A}(ue),Ed=[{type:15,flags:0,unit:"px",number:3}],yd=[{type:16,flags:0,number:50}],bd=function(e){return e.width>e.height?new pe(e.left+(e.width-e.height)/2,e.top,e.height,e.height):e.width<e.height?new pe(e.left,e.top+(e.height-e.width)/2,e.width,e.width):e},Id=function(e){var A=e.type===Hd?new Array(e.value.length+1).join("•"):e.value;return A.length===0?e.placeholder||"":A},Rr="checkbox",Nr="radio",Hd="password",ls=707406591,to=function(e){oe(A,e);function A(t,r){var n=e.call(this,t,r)||this;switch(n.type=r.type.toLowerCase(),n.checked=r.checked,n.value=Id(r),(n.type===Rr||n.type===Nr)&&(n.styles.backgroundColor=3739148031,n.styles.borderTopColor=n.styles.borderRightColor=n.styles.borderBottomColor=n.styles.borderLeftColor=2779096575,n.styles.borderTopWidth=n.styles.borderRightWidth=n.styles.borderBottomWidth=n.styles.borderLeftWidth=1,n.styles.borderTopStyle=n.styles.borderRightStyle=n.styles.borderBottomStyle=n.styles.borderLeftStyle=1,n.styles.backgroundClip=[0],n.styles.backgroundOrigin=[0],n.bounds=bd(n.bounds)),n.type){case Rr:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=Ed;break;case Nr:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=yd;break}return n}return A}(ue),cs=function(e){oe(A,e);function A(t,r){var n=e.call(this,t,r)||this,a=r.options[r.selectedIndex||0];return n.value=a&&a.text||"",n}return A}(ue),Bs=function(e){oe(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.value=r.value,n}return A}(ue),fs=function(e){oe(A,e);function A(t,r){var n=e.call(this,t,r)||this;n.src=r.src,n.width=parseInt(r.width,10)||0,n.height=parseInt(r.height,10)||0,n.backgroundColor=n.styles.backgroundColor;try{if(r.contentWindow&&r.contentWindow.document&&r.contentWindow.document.documentElement){n.tree=ds(t,r.contentWindow.document.documentElement);var a=r.contentWindow.document.documentElement?St(t,getComputedStyle(r.contentWindow.document.documentElement).backgroundColor):Qe.TRANSPARENT,o=r.contentWindow.document.body?St(t,getComputedStyle(r.contentWindow.document.body).backgroundColor):Qe.TRANSPARENT;n.backgroundColor=Se(a)?Se(o)?n.styles.backgroundColor:o:a}}catch{}return n}return A}(ue),Sd=["OL","UL","MENU"],Vr=function(e,A,t,r){for(var n=A.firstChild,a=void 0;n;n=a)if(a=n.nextSibling,gs(n)&&n.data.trim().length>0)t.textNodes.push(new md(e,n,t.styles));else if(tt(n))if(ms(n)&&n.assignedNodes)n.assignedNodes().forEach(function(s){return Vr(e,s,t,r)});else{var o=us(e,n);o.styles.isVisible()&&(xd(n,o,r)?o.flags|=4:Ld(o.styles)&&(o.flags|=2),Sd.indexOf(n.tagName)!==-1&&(o.flags|=8),t.elements.push(o),n.slot,n.shadowRoot?Vr(e,n.shadowRoot,o,r):!Pr(n)&&!hs(n)&&!Gr(n)&&Vr(e,n,o,r))}},us=function(e,A){return oo(A)?new os(e,A):ws(A)?new as(e,A):hs(A)?new ss(e,A):Td(A)?new is(e,A):Dd(A)?new eo(e,A):Kd(A)?new to(e,A):Gr(A)?new cs(e,A):Pr(A)?new Bs(e,A):Cs(A)?new fs(e,A):new ue(e,A)},ds=function(e,A){var t=us(e,A);return t.flags|=4,Vr(e,A,t,t),t},xd=function(e,A,t){return A.styles.isPositionedWithZIndex()||A.styles.opacity<1||A.styles.isTransformed()||no(e)&&t.styles.isTransparent()},Ld=function(e){return e.isPositioned()||e.isFloating()},gs=function(e){return e.nodeType===Node.TEXT_NODE},tt=function(e){return e.nodeType===Node.ELEMENT_NODE},ro=function(e){return tt(e)&&typeof e.style<"u"&&!kr(e)},kr=function(e){return typeof e.className=="object"},Td=function(e){return e.tagName==="LI"},Dd=function(e){return e.tagName==="OL"},Kd=function(e){return e.tagName==="INPUT"},Od=function(e){return e.tagName==="HTML"},hs=function(e){return e.tagName==="svg"},no=function(e){return e.tagName==="BODY"},ws=function(e){return e.tagName==="CANVAS"},ps=function(e){return e.tagName==="VIDEO"},oo=function(e){return e.tagName==="IMG"},Cs=function(e){return e.tagName==="IFRAME"},Qs=function(e){return e.tagName==="STYLE"},Md=function(e){return e.tagName==="SCRIPT"},Pr=function(e){return e.tagName==="TEXTAREA"},Gr=function(e){return e.tagName==="SELECT"},ms=function(e){return e.tagName==="SLOT"},vs=function(e){return e.tagName.indexOf("-")>0},Rd=function(){function e(){this.counters={}}return e.prototype.getCounterValue=function(A){var t=this.counters[A];return t&&t.length?t[t.length-1]:1},e.prototype.getCounterValues=function(A){var t=this.counters[A];return t||[]},e.prototype.pop=function(A){var t=this;A.forEach(function(r){return t.counters[r].pop()})},e.prototype.parse=function(A){var t=this,r=A.counterIncrement,n=A.counterReset,a=!0;r!==null&&r.forEach(function(s){var i=t.counters[s.counter];i&&s.increment!==0&&(a=!1,i.length||i.push(1),i[Math.max(0,i.length-1)]+=s.increment)});var o=[];return a&&n.forEach(function(s){var i=t.counters[s.counter];o.push(s.counter),i||(i=t.counters[s.counter]=[]),i.push(s.reset)}),o},e}(),Fs={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"]},Us={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:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},Nd={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:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},Vd={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:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},rt=function(e,A,t,r,n,a){return e<A||e>t?Kt(e,n,a.length>0):r.integers.reduce(function(o,s,i){for(;e>=s;)e-=s,o+=r.values[i];return o},"")+a},Es=function(e,A,t,r){var n="";do t||e--,n=r(e)+n,e/=A;while(e*A>=A);return n},yA=function(e,A,t,r,n){var a=t-A+1;return(e<0?"-":"")+(Es(Math.abs(e),a,r,function(o){return EA(Math.floor(o%a)+A)})+n)},Ge=function(e,A,t){t===void 0&&(t=". ");var r=A.length;return Es(Math.abs(e),r,!1,function(n){return A[Math.floor(n%r)]})+t},nt=1,Le=2,Te=4,Dt=8,me=function(e,A,t,r,n,a){if(e<-9999||e>9999)return Kt(e,4,n.length>0);var o=Math.abs(e),s=n;if(o===0)return A[0]+s;for(var i=0;o>0&&i<=4;i++){var l=o%10;l===0&&SA(a,nt)&&s!==""?s=A[l]+s:l>1||l===1&&i===0||l===1&&i===1&&SA(a,Le)||l===1&&i===1&&SA(a,Te)&&e>100||l===1&&i>1&&SA(a,Dt)?s=A[l]+(i>0?t[i-1]:"")+s:l===1&&i>0&&(s=t[i-1]+s),o=Math.floor(o/10)}return(e<0?r:"")+s},ys="十百千萬",bs="拾佰仟萬",Is="マイナス",ao="마이너스",Kt=function(e,A,t){var r=t?". ":"",n=t?"、":"",a=t?", ":"",o=t?" ":"";switch(A){case 0:return"•"+o;case 1:return"◦"+o;case 2:return"◾"+o;case 5:var s=yA(e,48,57,!0,r);return s.length<4?"0"+s:s;case 4:return Ge(e,"〇一二三四五六七八九",n);case 6:return rt(e,1,3999,Fs,3,r).toLowerCase();case 7:return rt(e,1,3999,Fs,3,r);case 8:return yA(e,945,969,!1,r);case 9:return yA(e,97,122,!1,r);case 10:return yA(e,65,90,!1,r);case 11:return yA(e,1632,1641,!0,r);case 12:case 49:return rt(e,1,9999,Us,3,r);case 35:return rt(e,1,9999,Us,3,r).toLowerCase();case 13:return yA(e,2534,2543,!0,r);case 14:case 30:return yA(e,6112,6121,!0,r);case 15:return Ge(e,"子丑寅卯辰巳午未申酉戌亥",n);case 16:return Ge(e,"甲乙丙丁戊己庚辛壬癸",n);case 17:case 48:return me(e,"零一二三四五六七八九",ys,"負",n,Le|Te|Dt);case 47:return me(e,"零壹貳參肆伍陸柒捌玖",bs,"負",n,nt|Le|Te|Dt);case 42:return me(e,"零一二三四五六七八九",ys,"负",n,Le|Te|Dt);case 41:return me(e,"零壹贰叁肆伍陆柒捌玖",bs,"负",n,nt|Le|Te|Dt);case 26:return me(e,"〇一二三四五六七八九","十百千万",Is,n,0);case 25:return me(e,"零壱弐参四伍六七八九","拾百千万",Is,n,nt|Le|Te);case 31:return me(e,"영일이삼사오육칠팔구","십백천만",ao,a,nt|Le|Te);case 33:return me(e,"零一二三四五六七八九","十百千萬",ao,a,0);case 32:return me(e,"零壹貳參四五六七八九","拾百千",ao,a,nt|Le|Te);case 18:return yA(e,2406,2415,!0,r);case 20:return rt(e,1,19999,Vd,3,r);case 21:return yA(e,2790,2799,!0,r);case 22:return yA(e,2662,2671,!0,r);case 22:return rt(e,1,10999,Nd,3,r);case 23:return Ge(e,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case 24:return Ge(e,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case 27:return yA(e,3302,3311,!0,r);case 28:return Ge(e,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",n);case 29:return Ge(e,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",n);case 34:return yA(e,3792,3801,!0,r);case 37:return yA(e,6160,6169,!0,r);case 38:return yA(e,4160,4169,!0,r);case 39:return yA(e,2918,2927,!0,r);case 40:return yA(e,1776,1785,!0,r);case 43:return yA(e,3046,3055,!0,r);case 44:return yA(e,3174,3183,!0,r);case 45:return yA(e,3664,3673,!0,r);case 46:return yA(e,3872,3881,!0,r);case 3:default:return yA(e,48,57,!0,r)}},Hs="data-html2canvas-ignore",Ss=function(){function e(A,t,r){if(this.context=A,this.options=r,this.scrolledElements=[],this.referenceElement=t,this.counters=new Rd,this.quoteDepth=0,!t.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(t.ownerDocument.documentElement,!1)}return e.prototype.toIFrame=function(A,t){var r=this,n=kd(A,t);if(!n.contentWindow)return Promise.reject("Unable to find iframe window");var a=A.defaultView.pageXOffset,o=A.defaultView.pageYOffset,s=n.contentWindow,i=s.document,l=Xd(n).then(function(){return PA(r,void 0,void 0,function(){var c,B;return RA(this,function(u){switch(u.label){case 0:return this.scrolledElements.forEach(jd),s&&(s.scrollTo(t.left,t.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(s.scrollY!==t.top||s.scrollX!==t.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(s.scrollX-t.left,s.scrollY-t.top,0,0))),c=this.options.onclone,B=this.clonedReferenceElement,typeof B>"u"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:i.fonts&&i.fonts.ready?[4,i.fonts.ready]:[3,2];case 1:u.sent(),u.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,Gd(i)]:[3,4];case 3:u.sent(),u.label=4;case 4:return typeof c=="function"?[2,Promise.resolve().then(function(){return c(i,B)}).then(function(){return n})]:[2,n]}})})});return i.open(),i.write(Yd(document.doctype)+"<html></html>"),Jd(this.referenceElement.ownerDocument,a,o),i.replaceChild(i.adoptNode(this.documentElement),i.documentElement),i.close(),l},e.prototype.createElementClone=function(A){if(Gn(A,2))debugger;if(ws(A))return this.createCanvasClone(A);if(ps(A))return this.createVideoClone(A);if(Qs(A))return this.createStyleClone(A);var t=A.cloneNode(!1);return oo(t)&&(oo(A)&&A.currentSrc&&A.currentSrc!==A.src&&(t.src=A.currentSrc,t.srcset=""),t.loading==="lazy"&&(t.loading="eager")),vs(t)?this.createCustomElementClone(t):t},e.prototype.createCustomElementClone=function(A){var t=document.createElement("html2canvascustomelement");return so(A.style,t),t},e.prototype.createStyleClone=function(A){try{var t=A.sheet;if(t&&t.cssRules){var r=[].slice.call(t.cssRules,0).reduce(function(a,o){return o&&typeof o.cssText=="string"?a+o.cssText:a},""),n=A.cloneNode(!1);return n.textContent=r,n}}catch(a){if(this.context.logger.error("Unable to access cssRules property",a),a.name!=="SecurityError")throw a}return A.cloneNode(!1)},e.prototype.createCanvasClone=function(A){var t;if(this.options.inlineImages&&A.ownerDocument){var r=A.ownerDocument.createElement("img");try{return r.src=A.toDataURL(),r}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var n=A.cloneNode(!1);try{n.width=A.width,n.height=A.height;var a=A.getContext("2d"),o=n.getContext("2d");if(o)if(!this.options.allowTaint&&a)o.putImageData(a.getImageData(0,0,A.width,A.height),0,0);else{var s=(t=A.getContext("webgl2"))!==null&&t!==void 0?t:A.getContext("webgl");if(s){var i=s.getContextAttributes();(i==null?void 0:i.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}o.drawImage(A,0,0)}return n}catch{this.context.logger.info("Unable to clone canvas as it is tainted",A)}return n},e.prototype.createVideoClone=function(A){var t=A.ownerDocument.createElement("canvas");t.width=A.offsetWidth,t.height=A.offsetHeight;var r=t.getContext("2d");try{return r&&(r.drawImage(A,0,0,t.width,t.height),this.options.allowTaint||r.getImageData(0,0,t.width,t.height)),t}catch{this.context.logger.info("Unable to clone video as it is tainted",A)}var n=A.ownerDocument.createElement("canvas");return n.width=A.offsetWidth,n.height=A.offsetHeight,n},e.prototype.appendChildNode=function(A,t,r){(!tt(t)||!Md(t)&&!t.hasAttribute(Hs)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(t)))&&(!this.options.copyStyles||!tt(t)||!Qs(t))&&A.appendChild(this.cloneNode(t,r))},e.prototype.cloneChildNodes=function(A,t,r){for(var n=this,a=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;a;a=a.nextSibling)if(tt(a)&&ms(a)&&typeof a.assignedNodes=="function"){var o=a.assignedNodes();o.length&&o.forEach(function(s){return n.appendChildNode(t,s,r)})}else this.appendChildNode(t,a,r)},e.prototype.cloneNode=function(A,t){if(gs(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var r=A.ownerDocument.defaultView;if(r&&tt(A)&&(ro(A)||kr(A))){var n=this.createElementClone(A);n.style.transitionProperty="none";var a=r.getComputedStyle(A),o=r.getComputedStyle(A,":before"),s=r.getComputedStyle(A,":after");this.referenceElement===A&&ro(n)&&(this.clonedReferenceElement=n),no(n)&&_d(n);var i=this.counters.parse(new Xa(this.context,a)),l=this.resolvePseudoContent(A,n,o,Ot.BEFORE);vs(A)&&(t=!0),ps(A)||this.cloneChildNodes(A,n,t),l&&n.insertBefore(l,n.firstChild);var c=this.resolvePseudoContent(A,n,s,Ot.AFTER);return c&&n.appendChild(c),this.counters.pop(i),(a&&(this.options.copyStyles||kr(A))&&!Cs(A)||t)&&so(a,n),(A.scrollTop!==0||A.scrollLeft!==0)&&this.scrolledElements.push([n,A.scrollLeft,A.scrollTop]),(Pr(A)||Gr(A))&&(Pr(n)||Gr(n))&&(n.value=A.value),n}return A.cloneNode(!1)},e.prototype.resolvePseudoContent=function(A,t,r,n){var a=this;if(r){var o=r.content,s=t.ownerDocument;if(!(!s||!o||o==="none"||o==="-moz-alt-content"||r.display==="none")){this.counters.parse(new Xa(this.context,r));var i=new Tu(this.context,r),l=s.createElement("html2canvaspseudoelement");so(r,l),i.content.forEach(function(B){if(B.type===0)l.appendChild(s.createTextNode(B.value));else if(B.type===22){var u=s.createElement("img");u.src=B.value,u.style.opacity="1",l.appendChild(u)}else if(B.type===18){if(B.name==="attr"){var d=B.values.filter(uA);d.length&&l.appendChild(s.createTextNode(A.getAttribute(d[0].value)||""))}else if(B.name==="counter"){var g=B.values.filter(At),h=g[0],w=g[1];if(h&&uA(h)){var p=a.counters.getCounterValue(h.value),C=w&&uA(w)?Pn.parse(a.context,w.value):3;l.appendChild(s.createTextNode(Kt(p,C,!1)))}}else if(B.name==="counters"){var y=B.values.filter(At),h=y[0],m=y[1],w=y[2];if(h&&uA(h)){var E=a.counters.getCounterValues(h.value),Q=w&&uA(w)?Pn.parse(a.context,w.value):3,H=m&&m.type===0?m.value:"",S=E.map(function(O){return Kt(O,Q,!1)}).join(H);l.appendChild(s.createTextNode(S))}}}else if(B.type===20)switch(B.value){case"open-quote":l.appendChild(s.createTextNode(Ga(i.quotes,a.quoteDepth++,!0)));break;case"close-quote":l.appendChild(s.createTextNode(Ga(i.quotes,--a.quoteDepth,!1)));break;default:l.appendChild(s.createTextNode(B.value))}}),l.className=io+" "+lo;var c=n===Ot.BEFORE?" "+io:" "+lo;return kr(t)?t.className.baseValue+=c:t.className+=c,l}}},e.destroy=function(A){return A.parentNode?(A.parentNode.removeChild(A),!0):!1},e}(),Ot;(function(e){e[e.BEFORE=0]="BEFORE",e[e.AFTER=1]="AFTER"})(Ot||(Ot={}));var kd=function(e,A){var t=e.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=A.width.toString(),t.height=A.height.toString(),t.scrolling="no",t.setAttribute(Hs,"true"),e.body.appendChild(t),t},Pd=function(e){return new Promise(function(A){if(e.complete){A();return}if(!e.src){A();return}e.onload=A,e.onerror=A})},Gd=function(e){return Promise.all([].slice.call(e.images,0).map(Pd))},Xd=function(e){return new Promise(function(A,t){var r=e.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=e.onload=function(){r.onload=e.onload=null;var a=setInterval(function(){n.body.childNodes.length>0&&n.readyState==="complete"&&(clearInterval(a),A(e))},50)}})},Wd=["all","d","content"],so=function(e,A){for(var t=e.length-1;t>=0;t--){var r=e.item(t);Wd.indexOf(r)===-1&&A.style.setProperty(r,e.getPropertyValue(r))}return A},Yd=function(e){var A="";return e&&(A+="<!DOCTYPE ",e.name&&(A+=e.name),e.internalSubset&&(A+=e.internalSubset),e.publicId&&(A+='"'+e.publicId+'"'),e.systemId&&(A+='"'+e.systemId+'"'),A+=">"),A},Jd=function(e,A,t){e&&e.defaultView&&(A!==e.defaultView.pageXOffset||t!==e.defaultView.pageYOffset)&&e.defaultView.scrollTo(A,t)},jd=function(e){var A=e[0],t=e[1],r=e[2];A.scrollLeft=t,A.scrollTop=r},Zd=":before",zd=":after",io="___html2canvas___pseudoelement_before",lo="___html2canvas___pseudoelement_after",xs=`{
27
+ ***************************************************************************** */var On=function(e,A){return On=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])},On(e,A)};function ie(e,A){if(typeof A!="function"&&A!==null)throw new TypeError("Class extends value "+String(A)+" is not a constructor or null");On(e,A);function t(){this.constructor=e}e.prototype=A===null?Object.create(A):(t.prototype=A.prototype,new t)}var Mn=function(){return Mn=Object.assign||function(A){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(A[a]=t[a])}return A},Mn.apply(this,arguments)};function GA(e,A,t,r){function n(a){return a instanceof t?a:new t(function(o){o(a)})}return new(t||(t=Promise))(function(a,o){function s(c){try{l(r.next(c))}catch(B){o(B)}}function i(c){try{l(r.throw(c))}catch(B){o(B)}}function l(c){c.done?a(c.value):n(c.value).then(s,i)}l((r=r.apply(e,A||[])).next())})}function VA(e,A){var t={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,n,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(l){return function(c){return i([l,c])}}function i(l){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,n&&(a=l[0]&2?n.return:l[0]?n.throw||((a=n.return)&&a.call(n),0):n.next)&&!(a=a.call(n,l[1])).done)return a;switch(n=0,a&&(l=[l[0]&2,a.value]),l[0]){case 0:case 1:a=l;break;case 4:return t.label++,{value:l[1],done:!1};case 5:t.label++,n=l[1],l=[0];continue;case 7:l=t.ops.pop(),t.trys.pop();continue;default:if(a=t.trys,!(a=a.length>0&&a[a.length-1])&&(l[0]===6||l[0]===2)){t=0;continue}if(l[0]===3&&(!a||l[1]>a[0]&&l[1]<a[3])){t.label=l[1];break}if(l[0]===6&&t.label<a[1]){t.label=a[1],a=l;break}if(a&&t.label<a[2]){t.label=a[2],t.ops.push(l);break}a[2]&&t.ops.pop(),t.trys.pop();continue}l=A.call(e,t)}catch(c){l=[6,c],n=0}finally{r=a=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function Qr(e,A,t){if(t||arguments.length===2)for(var r=0,n=A.length,a;r<n;r++)(a||!(r in A))&&(a||(a=Array.prototype.slice.call(A,0,r)),a[r]=A[r]);return e.concat(a||A)}for(var me=function(){function e(A,t,r,n){this.left=A,this.top=t,this.width=r,this.height=n}return e.prototype.add=function(A,t,r,n){return new e(this.left+A,this.top+t,this.width+r,this.height+n)},e.fromClientRect=function(A,t){return new e(t.left+A.windowBounds.left,t.top+A.windowBounds.top,t.width,t.height)},e.fromDOMRectList=function(A,t){var r=Array.from(t).find(function(n){return n.width!==0});return r?new e(r.left+A.windowBounds.left,r.top+A.windowBounds.top,r.width,r.height):e.EMPTY},e.EMPTY=new e(0,0,0,0),e}(),vr=function(e,A){return me.fromClientRect(e,A.getBoundingClientRect())},aB=function(e){var A=e.body,t=e.documentElement;if(!A||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(A.scrollWidth,t.scrollWidth),Math.max(A.offsetWidth,t.offsetWidth),Math.max(A.clientWidth,t.clientWidth)),n=Math.max(Math.max(A.scrollHeight,t.scrollHeight),Math.max(A.offsetHeight,t.offsetHeight),Math.max(A.clientHeight,t.clientHeight));return new me(0,0,r,n)},Fr=function(e){for(var A=[],t=0,r=e.length;t<r;){var n=e.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var a=e.charCodeAt(t++);(a&64512)===56320?A.push(((n&1023)<<10)+(a&1023)+65536):(A.push(n),t--)}else A.push(n)}return A},EA=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var t=e.length;if(!t)return"";for(var r=[],n=-1,a="";++n<t;){var o=e[n];o<=65535?r.push(o):(o-=65536,r.push((o>>10)+55296,o%1024+56320)),(n+1===t||r.length>16384)&&(a+=String.fromCharCode.apply(String,r),r.length=0)}return a},la="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",sB=typeof Uint8Array>"u"?[]:new Uint8Array(256),Ur=0;Ur<la.length;Ur++)sB[la.charCodeAt(Ur)]=Ur;for(var ca="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",St=typeof Uint8Array>"u"?[]:new Uint8Array(256),Er=0;Er<ca.length;Er++)St[ca.charCodeAt(Er)]=Er;for(var iB=function(e){var A=e.length*.75,t=e.length,r,n=0,a,o,s,i;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var l=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(A):new Array(A),c=Array.isArray(l)?l:new Uint8Array(l);for(r=0;r<t;r+=4)a=St[e.charCodeAt(r)],o=St[e.charCodeAt(r+1)],s=St[e.charCodeAt(r+2)],i=St[e.charCodeAt(r+3)],c[n++]=a<<2|o>>4,c[n++]=(o&15)<<4|s>>2,c[n++]=(s&3)<<6|i&63;return l},lB=function(e){for(var A=e.length,t=[],r=0;r<A;r+=2)t.push(e[r+1]<<8|e[r]);return t},cB=function(e){for(var A=e.length,t=[],r=0;r<A;r+=4)t.push(e[r+3]<<24|e[r+2]<<16|e[r+1]<<8|e[r]);return t},Ge=5,Rn=6+5,Nn=2,BB=Rn-Ge,Ba=65536>>Ge,fB=1<<Ge,Vn=fB-1,uB=1024>>Ge,dB=Ba+uB,gB=dB,hB=32,wB=gB+hB,pB=65536>>Rn,CB=1<<BB,mB=CB-1,fa=function(e,A,t){return e.slice?e.slice(A,t):new Uint16Array(Array.prototype.slice.call(e,A,t))},QB=function(e,A,t){return e.slice?e.slice(A,t):new Uint32Array(Array.prototype.slice.call(e,A,t))},vB=function(e,A){var t=iB(e),r=Array.isArray(t)?cB(t):new Uint32Array(t),n=Array.isArray(t)?lB(t):new Uint16Array(t),a=24,o=fa(n,a/2,r[4]/2),s=r[5]===2?fa(n,(a+r[4])/2):QB(r,Math.ceil((a+r[4])/4));return new FB(r[0],r[1],r[2],r[3],o,s)},FB=function(){function e(A,t,r,n,a,o){this.initialValue=A,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=a,this.data=o}return e.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=this.index[A>>Ge],t=(t<<Nn)+(A&Vn),this.data[t];if(A<=65535)return t=this.index[Ba+(A-55296>>Ge)],t=(t<<Nn)+(A&Vn),this.data[t];if(A<this.highStart)return t=wB-pB+(A>>Rn),t=this.index[t],t+=A>>Ge&mB,t=this.index[t],t=(t<<Nn)+(A&Vn),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e}(),ua="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",UB=typeof Uint8Array>"u"?[]:new Uint8Array(256),yr=0;yr<ua.length;yr++)UB[ua.charCodeAt(yr)]=yr;var EB="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==",da=50,yB=1,ga=2,ha=3,bB=4,IB=5,wa=7,pa=8,Ca=9,Ie=10,kn=11,ma=12,Pn=13,HB=14,xt=15,Gn=16,br=17,Lt=18,SB=19,Qa=20,Xn=21,Tt=22,Wn=23,rt=24,_A=25,Dt=26,Kt=27,nt=28,xB=29,Xe=30,LB=31,Ir=32,Hr=33,Yn=34,Jn=35,jn=36,Ot=37,Zn=38,Sr=39,xr=40,zn=41,va=42,TB=43,DB=[9001,65288],Fa="!",eA="×",Lr="÷",_n=vB(EB),Qe=[Xe,jn],qn=[yB,ga,ha,IB],Ua=[Ie,pa],Ea=[Kt,Dt],KB=qn.concat(Ua),ya=[Zn,Sr,xr,Yn,Jn],OB=[xt,Pn],MB=function(e,A){A===void 0&&(A="strict");var t=[],r=[],n=[];return e.forEach(function(a,o){var s=_n.get(a);if(s>da?(n.push(!0),s-=da):n.push(!1),["normal","auto","loose"].indexOf(A)!==-1&&[8208,8211,12316,12448].indexOf(a)!==-1)return r.push(o),t.push(Gn);if(s===bB||s===kn){if(o===0)return r.push(o),t.push(Xe);var i=t[o-1];return KB.indexOf(i)===-1?(r.push(r[o-1]),t.push(i)):(r.push(o),t.push(Xe))}if(r.push(o),s===LB)return t.push(A==="strict"?Xn:Ot);if(s===va||s===xB)return t.push(Xe);if(s===TB)return a>=131072&&a<=196605||a>=196608&&a<=262141?t.push(Ot):t.push(Xe);t.push(s)}),[r,t,n]},$n=function(e,A,t,r){var n=r[t];if(Array.isArray(e)?e.indexOf(n)!==-1:e===n)for(var a=t;a<=r.length;){a++;var o=r[a];if(o===A)return!0;if(o!==Ie)break}if(n===Ie)for(var a=t;a>0;){a--;var s=r[a];if(Array.isArray(e)?e.indexOf(s)!==-1:e===s)for(var i=t;i<=r.length;){i++;var o=r[i];if(o===A)return!0;if(o!==Ie)break}if(s!==Ie)break}return!1},ba=function(e,A){for(var t=e;t>=0;){var r=A[t];if(r===Ie)t--;else return r}return 0},RB=function(e,A,t,r,n){if(t[r]===0)return eA;var a=r-1;if(Array.isArray(n)&&n[a]===!0)return eA;var o=a-1,s=a+1,i=A[a],l=o>=0?A[o]:0,c=A[s];if(i===ga&&c===ha)return eA;if(qn.indexOf(i)!==-1)return Fa;if(qn.indexOf(c)!==-1||Ua.indexOf(c)!==-1)return eA;if(ba(a,A)===pa)return Lr;if(_n.get(e[a])===kn||(i===Ir||i===Hr)&&_n.get(e[s])===kn||i===wa||c===wa||i===Ca||[Ie,Pn,xt].indexOf(i)===-1&&c===Ca||[br,Lt,SB,rt,nt].indexOf(c)!==-1||ba(a,A)===Tt||$n(Wn,Tt,a,A)||$n([br,Lt],Xn,a,A)||$n(ma,ma,a,A))return eA;if(i===Ie)return Lr;if(i===Wn||c===Wn)return eA;if(c===Gn||i===Gn)return Lr;if([Pn,xt,Xn].indexOf(c)!==-1||i===HB||l===jn&&OB.indexOf(i)!==-1||i===nt&&c===jn||c===Qa||Qe.indexOf(c)!==-1&&i===_A||Qe.indexOf(i)!==-1&&c===_A||i===Kt&&[Ot,Ir,Hr].indexOf(c)!==-1||[Ot,Ir,Hr].indexOf(i)!==-1&&c===Dt||Qe.indexOf(i)!==-1&&Ea.indexOf(c)!==-1||Ea.indexOf(i)!==-1&&Qe.indexOf(c)!==-1||[Kt,Dt].indexOf(i)!==-1&&(c===_A||[Tt,xt].indexOf(c)!==-1&&A[s+1]===_A)||[Tt,xt].indexOf(i)!==-1&&c===_A||i===_A&&[_A,nt,rt].indexOf(c)!==-1)return eA;if([_A,nt,rt,br,Lt].indexOf(c)!==-1)for(var B=a;B>=0;){var u=A[B];if(u===_A)return eA;if([nt,rt].indexOf(u)!==-1)B--;else break}if([Kt,Dt].indexOf(c)!==-1)for(var B=[br,Lt].indexOf(i)!==-1?o:a;B>=0;){var u=A[B];if(u===_A)return eA;if([nt,rt].indexOf(u)!==-1)B--;else break}if(Zn===i&&[Zn,Sr,Yn,Jn].indexOf(c)!==-1||[Sr,Yn].indexOf(i)!==-1&&[Sr,xr].indexOf(c)!==-1||[xr,Jn].indexOf(i)!==-1&&c===xr||ya.indexOf(i)!==-1&&[Qa,Dt].indexOf(c)!==-1||ya.indexOf(c)!==-1&&i===Kt||Qe.indexOf(i)!==-1&&Qe.indexOf(c)!==-1||i===rt&&Qe.indexOf(c)!==-1||Qe.concat(_A).indexOf(i)!==-1&&c===Tt&&DB.indexOf(e[s])===-1||Qe.concat(_A).indexOf(c)!==-1&&i===Lt)return eA;if(i===zn&&c===zn){for(var d=t[a],g=1;d>0&&(d--,A[d]===zn);)g++;if(g%2!==0)return eA}return i===Ir&&c===Hr?eA:Lr},NB=function(e,A){A||(A={lineBreak:"normal",wordBreak:"normal"});var t=MB(e,A.lineBreak),r=t[0],n=t[1],a=t[2];(A.wordBreak==="break-all"||A.wordBreak==="break-word")&&(n=n.map(function(s){return[_A,Xe,va].indexOf(s)!==-1?Ot:s}));var o=A.wordBreak==="keep-all"?a.map(function(s,i){return s&&e[i]>=19968&&e[i]<=40959}):void 0;return[r,n,o]},VB=function(){function e(A,t,r,n){this.codePoints=A,this.required=t===Fa,this.start=r,this.end=n}return e.prototype.slice=function(){return EA.apply(void 0,this.codePoints.slice(this.start,this.end))},e}(),kB=function(e,A){var t=Fr(e),r=NB(t,A),n=r[0],a=r[1],o=r[2],s=t.length,i=0,l=0;return{next:function(){if(l>=s)return{done:!0,value:null};for(var c=eA;l<s&&(c=RB(t,a,n,++l,o))===eA;);if(c!==eA||l===s){var B=new VB(t,c,i,l);return i=l,{value:B,done:!1}}return{done:!0,value:null}}}},PB=1,GB=2,Mt=4,Ia=8,Tr=10,Ha=47,Rt=92,XB=9,WB=32,Dr=34,Nt=61,YB=35,JB=36,jB=37,Kr=39,Or=40,Vt=41,ZB=95,JA=45,zB=33,_B=60,qB=62,$B=64,Af=91,ef=93,tf=61,rf=123,Mr=63,nf=125,Sa=124,of=126,af=128,xa=65533,Ao=42,We=43,sf=44,lf=58,cf=59,kt=46,Bf=0,ff=8,uf=11,df=14,gf=31,hf=127,ue=-1,La=48,Ta=97,Da=101,wf=102,pf=117,Cf=122,Ka=65,Oa=69,Ma=70,mf=85,Qf=90,kA=function(e){return e>=La&&e<=57},vf=function(e){return e>=55296&&e<=57343},ot=function(e){return kA(e)||e>=Ka&&e<=Ma||e>=Ta&&e<=wf},Ff=function(e){return e>=Ta&&e<=Cf},Uf=function(e){return e>=Ka&&e<=Qf},Ef=function(e){return Ff(e)||Uf(e)},yf=function(e){return e>=af},Rr=function(e){return e===Tr||e===XB||e===WB},Nr=function(e){return Ef(e)||yf(e)||e===ZB},Ra=function(e){return Nr(e)||kA(e)||e===JA},bf=function(e){return e>=Bf&&e<=ff||e===uf||e>=df&&e<=gf||e===hf},He=function(e,A){return e!==Rt?!1:A!==Tr},Vr=function(e,A,t){return e===JA?Nr(A)||He(A,t):Nr(e)?!0:!!(e===Rt&&He(e,A))},eo=function(e,A,t){return e===We||e===JA?kA(A)?!0:A===kt&&kA(t):kA(e===kt?A:e)},If=function(e){var A=0,t=1;(e[A]===We||e[A]===JA)&&(e[A]===JA&&(t=-1),A++);for(var r=[];kA(e[A]);)r.push(e[A++]);var n=r.length?parseInt(EA.apply(void 0,r),10):0;e[A]===kt&&A++;for(var a=[];kA(e[A]);)a.push(e[A++]);var o=a.length,s=o?parseInt(EA.apply(void 0,a),10):0;(e[A]===Oa||e[A]===Da)&&A++;var i=1;(e[A]===We||e[A]===JA)&&(e[A]===JA&&(i=-1),A++);for(var l=[];kA(e[A]);)l.push(e[A++]);var c=l.length?parseInt(EA.apply(void 0,l),10):0;return t*(n+s*Math.pow(10,-o))*Math.pow(10,i*c)},Hf={type:2},Sf={type:3},xf={type:4},Lf={type:13},Tf={type:8},Df={type:21},Kf={type:9},Of={type:10},Mf={type:11},Rf={type:12},Nf={type:14},kr={type:23},Vf={type:1},kf={type:25},Pf={type:24},Gf={type:26},Xf={type:27},Wf={type:28},Yf={type:29},Jf={type:31},to={type:32},Na=function(){function e(){this._value=[]}return e.prototype.write=function(A){this._value=this._value.concat(Fr(A))},e.prototype.read=function(){for(var A=[],t=this.consumeToken();t!==to;)A.push(t),t=this.consumeToken();return A},e.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case Dr:return this.consumeStringToken(Dr);case YB:var t=this.peekCodePoint(0),r=this.peekCodePoint(1),n=this.peekCodePoint(2);if(Ra(t)||He(r,n)){var a=Vr(t,r,n)?GB:PB,o=this.consumeName();return{type:5,value:o,flags:a}}break;case JB:if(this.peekCodePoint(0)===Nt)return this.consumeCodePoint(),Lf;break;case Kr:return this.consumeStringToken(Kr);case Or:return Hf;case Vt:return Sf;case Ao:if(this.peekCodePoint(0)===Nt)return this.consumeCodePoint(),Nf;break;case We:if(eo(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case sf:return xf;case JA:var s=A,i=this.peekCodePoint(0),l=this.peekCodePoint(1);if(eo(s,i,l))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(Vr(s,i,l))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(i===JA&&l===qB)return this.consumeCodePoint(),this.consumeCodePoint(),Pf;break;case kt:if(eo(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case Ha:if(this.peekCodePoint(0)===Ao)for(this.consumeCodePoint();;){var c=this.consumeCodePoint();if(c===Ao&&(c=this.consumeCodePoint(),c===Ha))return this.consumeToken();if(c===ue)return this.consumeToken()}break;case lf:return Gf;case cf:return Xf;case _B:if(this.peekCodePoint(0)===zB&&this.peekCodePoint(1)===JA&&this.peekCodePoint(2)===JA)return this.consumeCodePoint(),this.consumeCodePoint(),kf;break;case $B:var B=this.peekCodePoint(0),u=this.peekCodePoint(1),d=this.peekCodePoint(2);if(Vr(B,u,d)){var o=this.consumeName();return{type:7,value:o}}break;case Af:return Wf;case Rt:if(He(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case ef:return Yf;case tf:if(this.peekCodePoint(0)===Nt)return this.consumeCodePoint(),Tf;break;case rf:return Mf;case nf:return Rf;case pf:case mf:var g=this.peekCodePoint(0),h=this.peekCodePoint(1);return g===We&&(ot(h)||h===Mr)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case Sa:if(this.peekCodePoint(0)===Nt)return this.consumeCodePoint(),Kf;if(this.peekCodePoint(0)===Sa)return this.consumeCodePoint(),Df;break;case of:if(this.peekCodePoint(0)===Nt)return this.consumeCodePoint(),Of;break;case ue:return to}return Rr(A)?(this.consumeWhiteSpace(),Jf):kA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):Nr(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:EA(A)}},e.prototype.consumeCodePoint=function(){var A=this._value.shift();return typeof A>"u"?-1:A},e.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)},e.prototype.peekCodePoint=function(A){return A>=this._value.length?-1:this._value[A]},e.prototype.consumeUnicodeRangeToken=function(){for(var A=[],t=this.consumeCodePoint();ot(t)&&A.length<6;)A.push(t),t=this.consumeCodePoint();for(var r=!1;t===Mr&&A.length<6;)A.push(t),t=this.consumeCodePoint(),r=!0;if(r){var n=parseInt(EA.apply(void 0,A.map(function(i){return i===Mr?La:i})),16),a=parseInt(EA.apply(void 0,A.map(function(i){return i===Mr?Ma:i})),16);return{type:30,start:n,end:a}}var o=parseInt(EA.apply(void 0,A),16);if(this.peekCodePoint(0)===JA&&ot(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();for(var s=[];ot(t)&&s.length<6;)s.push(t),t=this.consumeCodePoint();var a=parseInt(EA.apply(void 0,s),16);return{type:30,start:o,end:a}}else return{type:30,start:o,end:o}},e.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return A.toLowerCase()==="url"&&this.peekCodePoint(0)===Or?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===Or?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},e.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===ue)return{type:22,value:""};var t=this.peekCodePoint(0);if(t===Kr||t===Dr){var r=this.consumeStringToken(this.consumeCodePoint());return r.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===ue||this.peekCodePoint(0)===Vt)?(this.consumeCodePoint(),{type:22,value:r.value}):(this.consumeBadUrlRemnants(),kr)}for(;;){var n=this.consumeCodePoint();if(n===ue||n===Vt)return{type:22,value:EA.apply(void 0,A)};if(Rr(n))return this.consumeWhiteSpace(),this.peekCodePoint(0)===ue||this.peekCodePoint(0)===Vt?(this.consumeCodePoint(),{type:22,value:EA.apply(void 0,A)}):(this.consumeBadUrlRemnants(),kr);if(n===Dr||n===Kr||n===Or||bf(n))return this.consumeBadUrlRemnants(),kr;if(n===Rt)if(He(n,this.peekCodePoint(0)))A.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),kr;else A.push(n)}},e.prototype.consumeWhiteSpace=function(){for(;Rr(this.peekCodePoint(0));)this.consumeCodePoint()},e.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(A===Vt||A===ue)return;He(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},e.prototype.consumeStringSlice=function(A){for(var t=5e4,r="";A>0;){var n=Math.min(t,A);r+=EA.apply(void 0,this._value.splice(0,n)),A-=n}return this._value.shift(),r},e.prototype.consumeStringToken=function(A){var t="",r=0;do{var n=this._value[r];if(n===ue||n===void 0||n===A)return t+=this.consumeStringSlice(r),{type:0,value:t};if(n===Tr)return this._value.splice(0,r),Vf;if(n===Rt){var a=this._value[r+1];a!==ue&&a!==void 0&&(a===Tr?(t+=this.consumeStringSlice(r),r=-1,this._value.shift()):He(n,a)&&(t+=this.consumeStringSlice(r),t+=EA(this.consumeEscapedCodePoint()),r=-1))}r++}while(!0)},e.prototype.consumeNumber=function(){var A=[],t=Mt,r=this.peekCodePoint(0);for((r===We||r===JA)&&A.push(this.consumeCodePoint());kA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0);var n=this.peekCodePoint(1);if(r===kt&&kA(n))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=Ia;kA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0),n=this.peekCodePoint(1);var a=this.peekCodePoint(2);if((r===Oa||r===Da)&&((n===We||n===JA)&&kA(a)||kA(n)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=Ia;kA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[If(A),t]},e.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),t=A[0],r=A[1],n=this.peekCodePoint(0),a=this.peekCodePoint(1),o=this.peekCodePoint(2);if(Vr(n,a,o)){var s=this.consumeName();return{type:15,number:t,flags:r,unit:s}}return n===jB?(this.consumeCodePoint(),{type:16,number:t,flags:r}):{type:17,number:t,flags:r}},e.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(ot(A)){for(var t=EA(A);ot(this.peekCodePoint(0))&&t.length<6;)t+=EA(this.consumeCodePoint());Rr(this.peekCodePoint(0))&&this.consumeCodePoint();var r=parseInt(t,16);return r===0||vf(r)||r>1114111?xa:r}return A===ue?xa:A},e.prototype.consumeName=function(){for(var A="";;){var t=this.consumeCodePoint();if(Ra(t))A+=EA(t);else if(He(t,this.peekCodePoint(0)))A+=EA(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(t),A}},e}(),Va=function(){function e(A){this._tokens=A}return e.create=function(A){var t=new Na;return t.write(A),new e(t.read())},e.parseValue=function(A){return e.create(A).parseComponentValue()},e.parseValues=function(A){return e.create(A).parseComponentValues()},e.prototype.parseComponentValue=function(){for(var A=this.consumeToken();A.type===31;)A=this.consumeToken();if(A.type===32)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var t=this.consumeComponentValue();do A=this.consumeToken();while(A.type===31);if(A.type===32)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},e.prototype.parseComponentValues=function(){for(var A=[];;){var t=this.consumeComponentValue();if(t.type===32)return A;A.push(t),A.push()}},e.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A},e.prototype.consumeSimpleBlock=function(A){for(var t={type:A,values:[]},r=this.consumeToken();;){if(r.type===32||Zf(r,A))return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue()),r=this.consumeToken()}},e.prototype.consumeFunction=function(A){for(var t={name:A.value,values:[],type:18};;){var r=this.consumeToken();if(r.type===32||r.type===3)return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue())}},e.prototype.consumeToken=function(){var A=this._tokens.shift();return typeof A>"u"?to:A},e.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},e}(),Pt=function(e){return e.type===15},at=function(e){return e.type===17},uA=function(e){return e.type===20},jf=function(e){return e.type===0},ro=function(e,A){return uA(e)&&e.value===A},ka=function(e){return e.type!==31},st=function(e){return e.type!==31&&e.type!==4},de=function(e){var A=[],t=[];return e.forEach(function(r){if(r.type===4){if(t.length===0)throw new Error("Error parsing function args, zero tokens for arg");A.push(t),t=[];return}r.type!==31&&t.push(r)}),t.length&&A.push(t),A},Zf=function(e,A){return A===11&&e.type===12||A===28&&e.type===29?!0:A===2&&e.type===3},Se=function(e){return e.type===17||e.type===15},HA=function(e){return e.type===16||Se(e)},Pa=function(e){return e.length>1?[e[0],e[1]]:[e[0]]},DA={type:17,number:0,flags:Mt},no={type:16,number:50,flags:Mt},xe={type:16,number:100,flags:Mt},Gt=function(e,A,t){var r=e[0],n=e[1];return[gA(r,A),gA(typeof n<"u"?n:r,t)]},gA=function(e,A){if(e.type===16)return e.number/100*A;if(Pt(e))switch(e.unit){case"rem":case"em":return 16*e.number;case"px":default:return e.number}return e.number},Ga="deg",Xa="grad",Wa="rad",Ya="turn",Pr={name:"angle",parse:function(e,A){if(A.type===15)switch(A.unit){case Ga:return Math.PI*A.number/180;case Xa:return Math.PI/200*A.number;case Wa:return A.number;case Ya:return Math.PI*2*A.number}throw new Error("Unsupported angle type")}},Ja=function(e){return e.type===15&&(e.unit===Ga||e.unit===Xa||e.unit===Wa||e.unit===Ya)},ja=function(e){var A=e.filter(uA).map(function(t){return t.value}).join(" ");switch(A){case"to bottom right":case"to right bottom":case"left top":case"top left":return[DA,DA];case"to top":case"bottom":return ee(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[DA,xe];case"to right":case"left":return ee(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[xe,xe];case"to bottom":case"top":return ee(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[xe,DA];case"to left":case"right":return ee(270)}return 0},ee=function(e){return Math.PI*e/180},Le={name:"color",parse:function(e,A){if(A.type===18){var t=zf[A.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported color function "'+A.name+'"');return t(e,A.values)}if(A.type===5){if(A.value.length===3){var r=A.value.substring(0,1),n=A.value.substring(1,2),a=A.value.substring(2,3);return De(parseInt(r+r,16),parseInt(n+n,16),parseInt(a+a,16),1)}if(A.value.length===4){var r=A.value.substring(0,1),n=A.value.substring(1,2),a=A.value.substring(2,3),o=A.value.substring(3,4);return De(parseInt(r+r,16),parseInt(n+n,16),parseInt(a+a,16),parseInt(o+o,16)/255)}if(A.value.length===6){var r=A.value.substring(0,2),n=A.value.substring(2,4),a=A.value.substring(4,6);return De(parseInt(r,16),parseInt(n,16),parseInt(a,16),1)}if(A.value.length===8){var r=A.value.substring(0,2),n=A.value.substring(2,4),a=A.value.substring(4,6),o=A.value.substring(6,8);return De(parseInt(r,16),parseInt(n,16),parseInt(a,16),parseInt(o,16)/255)}}if(A.type===20){var s=ve[A.value.toUpperCase()];if(typeof s<"u")return s}return ve.TRANSPARENT}},Te=function(e){return(255&e)===0},xA=function(e){var A=255&e,t=255&e>>8,r=255&e>>16,n=255&e>>24;return A<255?"rgba("+n+","+r+","+t+","+A/255+")":"rgb("+n+","+r+","+t+")"},De=function(e,A,t,r){return(e<<24|A<<16|t<<8|Math.round(r*255)<<0)>>>0},Za=function(e,A){if(e.type===17)return e.number;if(e.type===16){var t=A===3?1:255;return A===3?e.number/100*t:Math.round(e.number/100*t)}return 0},za=function(e,A){var t=A.filter(st);if(t.length===3){var r=t.map(Za),n=r[0],a=r[1],o=r[2];return De(n,a,o,1)}if(t.length===4){var s=t.map(Za),n=s[0],a=s[1],o=s[2],i=s[3];return De(n,a,o,i)}return 0};function oo(e,A,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(A-e)*t*6+e:t<1/2?A:t<2/3?(A-e)*6*(2/3-t)+e:e}var _a=function(e,A){var t=A.filter(st),r=t[0],n=t[1],a=t[2],o=t[3],s=(r.type===17?ee(r.number):Pr.parse(e,r))/(Math.PI*2),i=HA(n)?n.number/100:0,l=HA(a)?a.number/100:0,c=typeof o<"u"&&HA(o)?gA(o,1):1;if(i===0)return De(l*255,l*255,l*255,1);var B=l<=.5?l*(i+1):l+i-l*i,u=l*2-B,d=oo(u,B,s+1/3),g=oo(u,B,s),h=oo(u,B,s-1/3);return De(d*255,g*255,h*255,c)},zf={hsl:_a,hsla:_a,rgb:za,rgba:za},Xt=function(e,A){return Le.parse(e,Va.create(A).parseComponentValue())},ve={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},_f={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(t){if(uA(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},qf={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Gr=function(e,A){var t=Le.parse(e,A[0]),r=A[1];return r&&HA(r)?{color:t,stop:r}:{color:t,stop:null}},qa=function(e,A){var t=e[0],r=e[e.length-1];t.stop===null&&(t.stop=DA),r.stop===null&&(r.stop=xe);for(var n=[],a=0,o=0;o<e.length;o++){var s=e[o].stop;if(s!==null){var i=gA(s,A);i>a?n.push(i):n.push(a),a=i}else n.push(null)}for(var l=null,o=0;o<n.length;o++){var c=n[o];if(c===null)l===null&&(l=o);else if(l!==null){for(var B=o-l,u=n[l-1],d=(c-u)/(B+1),g=1;g<=B;g++)n[l+g-1]=d*g;l=null}}return e.map(function(h,w){var p=h.color;return{color:p,stop:Math.max(Math.min(1,n[w]/A),0)}})},$f=function(e,A,t){var r=A/2,n=t/2,a=gA(e[0],A)-r,o=n-gA(e[1],t);return(Math.atan2(o,a)+Math.PI*2)%(Math.PI*2)},Au=function(e,A,t){var r=typeof e=="number"?e:$f(e,A,t),n=Math.abs(A*Math.sin(r))+Math.abs(t*Math.cos(r)),a=A/2,o=t/2,s=n/2,i=Math.sin(r-Math.PI/2)*s,l=Math.cos(r-Math.PI/2)*s;return[n,a-l,a+l,o-i,o+i]},le=function(e,A){return Math.sqrt(e*e+A*A)},$a=function(e,A,t,r,n){var a=[[0,0],[0,A],[e,0],[e,A]];return a.reduce(function(o,s){var i=s[0],l=s[1],c=le(t-i,r-l);return(n?c<o.optimumDistance:c>o.optimumDistance)?{optimumCorner:s,optimumDistance:c}:o},{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},eu=function(e,A,t,r,n){var a=0,o=0;switch(e.size){case 0:e.shape===0?a=o=Math.min(Math.abs(A),Math.abs(A-r),Math.abs(t),Math.abs(t-n)):e.shape===1&&(a=Math.min(Math.abs(A),Math.abs(A-r)),o=Math.min(Math.abs(t),Math.abs(t-n)));break;case 2:if(e.shape===0)a=o=Math.min(le(A,t),le(A,t-n),le(A-r,t),le(A-r,t-n));else if(e.shape===1){var s=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(A),Math.abs(A-r)),i=$a(r,n,A,t,!0),l=i[0],c=i[1];a=le(l-A,(c-t)/s),o=s*a}break;case 1:e.shape===0?a=o=Math.max(Math.abs(A),Math.abs(A-r),Math.abs(t),Math.abs(t-n)):e.shape===1&&(a=Math.max(Math.abs(A),Math.abs(A-r)),o=Math.max(Math.abs(t),Math.abs(t-n)));break;case 3:if(e.shape===0)a=o=Math.max(le(A,t),le(A,t-n),le(A-r,t),le(A-r,t-n));else if(e.shape===1){var s=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(A),Math.abs(A-r)),B=$a(r,n,A,t,!1),l=B[0],c=B[1];a=le(l-A,(c-t)/s),o=s*a}break}return Array.isArray(e.size)&&(a=gA(e.size[0],r),o=e.size.length===2?gA(e.size[1],n):a),[a,o]},tu=function(e,A){var t=ee(180),r=[];return de(A).forEach(function(n,a){if(a===0){var o=n[0];if(o.type===20&&o.value==="to"){t=ja(n);return}else if(Ja(o)){t=Pr.parse(e,o);return}}var s=Gr(e,n);r.push(s)}),{angle:t,stops:r,type:1}},Xr=function(e,A){var t=ee(180),r=[];return de(A).forEach(function(n,a){if(a===0){var o=n[0];if(o.type===20&&["top","left","right","bottom"].indexOf(o.value)!==-1){t=ja(n);return}else if(Ja(o)){t=(Pr.parse(e,o)+ee(270))%ee(360);return}}var s=Gr(e,n);r.push(s)}),{angle:t,stops:r,type:1}},ru=function(e,A){var t=ee(180),r=[],n=1,a=0,o=3,s=[];return de(A).forEach(function(i,l){var c=i[0];if(l===0){if(uA(c)&&c.value==="linear"){n=1;return}else if(uA(c)&&c.value==="radial"){n=2;return}}if(c.type===18){if(c.name==="from"){var B=Le.parse(e,c.values[0]);r.push({stop:DA,color:B})}else if(c.name==="to"){var B=Le.parse(e,c.values[0]);r.push({stop:xe,color:B})}else if(c.name==="color-stop"){var u=c.values.filter(st);if(u.length===2){var B=Le.parse(e,u[1]),d=u[0];at(d)&&r.push({stop:{type:16,number:d.number*100,flags:d.flags},color:B})}}}}),n===1?{angle:(t+ee(180))%ee(360),stops:r,type:n}:{size:o,shape:a,stops:r,position:s,type:n}},As="closest-side",es="farthest-side",ts="closest-corner",rs="farthest-corner",ns="circle",os="ellipse",as="cover",ss="contain",nu=function(e,A){var t=0,r=3,n=[],a=[];return de(A).forEach(function(o,s){var i=!0;if(s===0){var l=!1;i=o.reduce(function(B,u){if(l)if(uA(u))switch(u.value){case"center":return a.push(no),B;case"top":case"left":return a.push(DA),B;case"right":case"bottom":return a.push(xe),B}else(HA(u)||Se(u))&&a.push(u);else if(uA(u))switch(u.value){case ns:return t=0,!1;case os:return t=1,!1;case"at":return l=!0,!1;case As:return r=0,!1;case as:case es:return r=1,!1;case ss:case ts:return r=2,!1;case rs:return r=3,!1}else if(Se(u)||HA(u))return Array.isArray(r)||(r=[]),r.push(u),!1;return B},i)}if(i){var c=Gr(e,o);n.push(c)}}),{size:r,shape:t,stops:n,position:a,type:2}},Wr=function(e,A){var t=0,r=3,n=[],a=[];return de(A).forEach(function(o,s){var i=!0;if(s===0?i=o.reduce(function(c,B){if(uA(B))switch(B.value){case"center":return a.push(no),!1;case"top":case"left":return a.push(DA),!1;case"right":case"bottom":return a.push(xe),!1}else if(HA(B)||Se(B))return a.push(B),!1;return c},i):s===1&&(i=o.reduce(function(c,B){if(uA(B))switch(B.value){case ns:return t=0,!1;case os:return t=1,!1;case ss:case As:return r=0,!1;case es:return r=1,!1;case ts:return r=2,!1;case as:case rs:return r=3,!1}else if(Se(B)||HA(B))return Array.isArray(r)||(r=[]),r.push(B),!1;return c},i)),i){var l=Gr(e,o);n.push(l)}}),{size:r,shape:t,stops:n,position:a,type:2}},ou=function(e){return e.type===1},au=function(e){return e.type===2},ao={name:"image",parse:function(e,A){if(A.type===22){var t={url:A.value,type:0};return e.cache.addImage(A.value),t}if(A.type===18){var r=is[A.name];if(typeof r>"u")throw new Error('Attempting to parse an unsupported image function "'+A.name+'"');return r(e,A.values)}throw new Error("Unsupported image type "+A.type)}};function su(e){return!(e.type===20&&e.value==="none")&&(e.type!==18||!!is[e.name])}var is={"linear-gradient":tu,"-moz-linear-gradient":Xr,"-ms-linear-gradient":Xr,"-o-linear-gradient":Xr,"-webkit-linear-gradient":Xr,"radial-gradient":nu,"-moz-radial-gradient":Wr,"-ms-radial-gradient":Wr,"-o-radial-gradient":Wr,"-webkit-radial-gradient":Wr,"-webkit-gradient":ru},iu={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var t=A[0];return t.type===20&&t.value==="none"?[]:A.filter(function(r){return st(r)&&su(r)}).map(function(r){return ao.parse(e,r)})}},lu={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(t){if(uA(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},cu={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(e,A){return de(A).map(function(t){return t.filter(HA)}).map(Pa)}},Bu={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(e,A){return de(A).map(function(t){return t.filter(uA).map(function(r){return r.value}).join(" ")}).map(fu)}},fu=function(e){switch(e){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}},it;(function(e){e.AUTO="auto",e.CONTAIN="contain",e.COVER="cover"})(it||(it={}));var uu={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(e,A){return de(A).map(function(t){return t.filter(du)})}},du=function(e){return uA(e)||HA(e)},Yr=function(e){return{name:"border-"+e+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},gu=Yr("top"),hu=Yr("right"),wu=Yr("bottom"),pu=Yr("left"),Jr=function(e){return{name:"border-radius-"+e,initialValue:"0 0",prefix:!1,type:1,parse:function(A,t){return Pa(t.filter(HA))}}},Cu=Jr("top-left"),mu=Jr("top-right"),Qu=Jr("bottom-right"),vu=Jr("bottom-left"),jr=function(e){return{name:"border-"+e+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,t){switch(t){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},Fu=jr("top"),Uu=jr("right"),Eu=jr("bottom"),yu=jr("left"),Zr=function(e){return{name:"border-"+e+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,t){return Pt(t)?t.number:0}}},bu=Zr("top"),Iu=Zr("right"),Hu=Zr("bottom"),Su=Zr("left"),xu={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Lu={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(e,A){switch(A){case"rtl":return 1;case"ltr":default:return 0}}},Tu={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(e,A){return A.filter(uA).reduce(function(t,r){return t|Du(r.value)},0)}},Du=function(e){switch(e){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},Ku={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},Ou={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(e,A){return A.type===20&&A.value==="normal"?0:A.type===17||A.type===15?A.number:0}},zr;(function(e){e.NORMAL="normal",e.STRICT="strict"})(zr||(zr={}));var Mu={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"strict":return zr.STRICT;case"normal":default:return zr.NORMAL}}},Ru={name:"line-height",initialValue:"normal",prefix:!1,type:4},ls=function(e,A){return uA(e)&&e.value==="normal"?1.2*A:e.type===17?A*e.number:HA(e)?gA(e,A):A},Nu={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(e,A){return A.type===20&&A.value==="none"?null:ao.parse(e,A)}},Vu={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(e,A){switch(A){case"inside":return 0;case"outside":default:return 1}}},so={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){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}}},_r=function(e){return{name:"margin-"+e,initialValue:"0",prefix:!1,type:4}},ku=_r("top"),Pu=_r("right"),Gu=_r("bottom"),Xu=_r("left"),Wu={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(e,A){return A.filter(uA).map(function(t){switch(t.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;case"visible":default:return 0}})}},Yu={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"break-word":return"break-word";case"normal":default:return"normal"}}},qr=function(e){return{name:"padding-"+e,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},Ju=qr("top"),ju=qr("right"),Zu=qr("bottom"),zu=qr("left"),_u={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(e,A){switch(A){case"right":return 2;case"center":case"justify":return 1;case"left":default:return 0}}},qu={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(e,A){switch(A){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},$u={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&ro(A[0],"none")?[]:de(A).map(function(t){for(var r={color:ve.TRANSPARENT,offsetX:DA,offsetY:DA,blur:DA},n=0,a=0;a<t.length;a++){var o=t[a];Se(o)?(n===0?r.offsetX=o:n===1?r.offsetY=o:r.blur=o,n++):r.color=Le.parse(e,o)}return r})}},Ad={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},ed={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(e,A){if(A.type===20&&A.value==="none")return null;if(A.type===18){var t=nd[A.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported transform function "'+A.name+'"');return t(A.values)}return null}},td=function(e){var A=e.filter(function(t){return t.type===17}).map(function(t){return t.number});return A.length===6?A:null},rd=function(e){var A=e.filter(function(i){return i.type===17}).map(function(i){return i.number}),t=A[0],r=A[1];A[2],A[3];var n=A[4],a=A[5];A[6],A[7],A[8],A[9],A[10],A[11];var o=A[12],s=A[13];return A[14],A[15],A.length===16?[t,r,n,a,o,s]:null},nd={matrix:td,matrix3d:rd},cs={type:16,number:50,flags:Mt},od=[cs,cs],ad={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(e,A){var t=A.filter(HA);return t.length!==2?od:[t[0],t[1]]}},sd={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"hidden":return 1;case"collapse":return 2;case"visible":default:return 0}}},Wt;(function(e){e.NORMAL="normal",e.BREAK_ALL="break-all",e.KEEP_ALL="keep-all"})(Wt||(Wt={}));for(var id={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"break-all":return Wt.BREAK_ALL;case"keep-all":return Wt.KEEP_ALL;case"normal":default:return Wt.NORMAL}}},ld={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(e,A){if(A.type===20)return{auto:!0,order:0};if(at(A))return{auto:!1,order:A.number};throw new Error("Invalid z-index number parsed")}},Bs={name:"time",parse:function(e,A){if(A.type===15)switch(A.unit.toLowerCase()){case"s":return 1e3*A.number;case"ms":return A.number}throw new Error("Unsupported time type")}},cd={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(e,A){return at(A)?A.number:1}},Bd={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},fd={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(e,A){return A.filter(uA).map(function(t){switch(t.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(t){return t!==0})}},ud={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(e,A){var t=[],r=[];return A.forEach(function(n){switch(n.type){case 20:case 0:t.push(n.value);break;case 17:t.push(n.number.toString());break;case 4:r.push(t.join(" ")),t.length=0;break}}),t.length&&r.push(t.join(" ")),r.map(function(n){return n.indexOf(" ")===-1?n:"'"+n+"'"})}},dd={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},gd={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(e,A){if(at(A))return A.number;if(uA(A))switch(A.value){case"bold":return 700;case"normal":default:return 400}return 400}},hd={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.filter(uA).map(function(t){return t.value})}},wd={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"oblique":return"oblique";case"italic":return"italic";case"normal":default:return"normal"}}},SA=function(e,A){return(e&A)!==0},pd={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var t=A[0];return t.type===20&&t.value==="none"?[]:A}},Cd={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var t=A[0];if(t.type===20&&t.value==="none")return null;for(var r=[],n=A.filter(ka),a=0;a<n.length;a++){var o=n[a],s=n[a+1];if(o.type===20){var i=s&&at(s)?s.number:1;r.push({counter:o.value,increment:i})}}return r}},md={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return[];for(var t=[],r=A.filter(ka),n=0;n<r.length;n++){var a=r[n],o=r[n+1];if(uA(a)&&a.value!=="none"){var s=o&&at(o)?o.number:0;t.push({counter:a.value,reset:s})}}return t}},Qd={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(e,A){return A.filter(Pt).map(function(t){return Bs.parse(e,t)})}},vd={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var t=A[0];if(t.type===20&&t.value==="none")return null;var r=[],n=A.filter(jf);if(n.length%2!==0)return null;for(var a=0;a<n.length;a+=2){var o=n[a].value,s=n[a+1].value;r.push({open:o,close:s})}return r}},fs=function(e,A,t){if(!e)return"";var r=e[Math.min(A,e.length-1)];return r?t?r.open:r.close:""},Fd={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&ro(A[0],"none")?[]:de(A).map(function(t){for(var r={color:255,offsetX:DA,offsetY:DA,blur:DA,spread:DA,inset:!1},n=0,a=0;a<t.length;a++){var o=t[a];ro(o,"inset")?r.inset=!0:Se(o)?(n===0?r.offsetX=o:n===1?r.offsetY=o:n===2?r.blur=o:r.spread=o,n++):r.color=Le.parse(e,o)}return r})}},Ud={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(e,A){var t=[0,1,2],r=[];return A.filter(uA).forEach(function(n){switch(n.value){case"stroke":r.push(1);break;case"fill":r.push(0);break;case"markers":r.push(2);break}}),t.forEach(function(n){r.indexOf(n)===-1&&r.push(n)}),r}},Ed={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},yd={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(e,A){return Pt(A)?A.number:0}},bd=function(){function e(A,t){var r,n;this.animationDuration=R(A,Qd,t.animationDuration),this.backgroundClip=R(A,_f,t.backgroundClip),this.backgroundColor=R(A,qf,t.backgroundColor),this.backgroundImage=R(A,iu,t.backgroundImage),this.backgroundOrigin=R(A,lu,t.backgroundOrigin),this.backgroundPosition=R(A,cu,t.backgroundPosition),this.backgroundRepeat=R(A,Bu,t.backgroundRepeat),this.backgroundSize=R(A,uu,t.backgroundSize),this.borderTopColor=R(A,gu,t.borderTopColor),this.borderRightColor=R(A,hu,t.borderRightColor),this.borderBottomColor=R(A,wu,t.borderBottomColor),this.borderLeftColor=R(A,pu,t.borderLeftColor),this.borderTopLeftRadius=R(A,Cu,t.borderTopLeftRadius),this.borderTopRightRadius=R(A,mu,t.borderTopRightRadius),this.borderBottomRightRadius=R(A,Qu,t.borderBottomRightRadius),this.borderBottomLeftRadius=R(A,vu,t.borderBottomLeftRadius),this.borderTopStyle=R(A,Fu,t.borderTopStyle),this.borderRightStyle=R(A,Uu,t.borderRightStyle),this.borderBottomStyle=R(A,Eu,t.borderBottomStyle),this.borderLeftStyle=R(A,yu,t.borderLeftStyle),this.borderTopWidth=R(A,bu,t.borderTopWidth),this.borderRightWidth=R(A,Iu,t.borderRightWidth),this.borderBottomWidth=R(A,Hu,t.borderBottomWidth),this.borderLeftWidth=R(A,Su,t.borderLeftWidth),this.boxShadow=R(A,Fd,t.boxShadow),this.color=R(A,xu,t.color),this.direction=R(A,Lu,t.direction),this.display=R(A,Tu,t.display),this.float=R(A,Ku,t.cssFloat),this.fontFamily=R(A,ud,t.fontFamily),this.fontSize=R(A,dd,t.fontSize),this.fontStyle=R(A,wd,t.fontStyle),this.fontVariant=R(A,hd,t.fontVariant),this.fontWeight=R(A,gd,t.fontWeight),this.letterSpacing=R(A,Ou,t.letterSpacing),this.lineBreak=R(A,Mu,t.lineBreak),this.lineHeight=R(A,Ru,t.lineHeight),this.listStyleImage=R(A,Nu,t.listStyleImage),this.listStylePosition=R(A,Vu,t.listStylePosition),this.listStyleType=R(A,so,t.listStyleType),this.marginTop=R(A,ku,t.marginTop),this.marginRight=R(A,Pu,t.marginRight),this.marginBottom=R(A,Gu,t.marginBottom),this.marginLeft=R(A,Xu,t.marginLeft),this.opacity=R(A,cd,t.opacity);var a=R(A,Wu,t.overflow);this.overflowX=a[0],this.overflowY=a[a.length>1?1:0],this.overflowWrap=R(A,Yu,t.overflowWrap),this.paddingTop=R(A,Ju,t.paddingTop),this.paddingRight=R(A,ju,t.paddingRight),this.paddingBottom=R(A,Zu,t.paddingBottom),this.paddingLeft=R(A,zu,t.paddingLeft),this.paintOrder=R(A,Ud,t.paintOrder),this.position=R(A,qu,t.position),this.textAlign=R(A,_u,t.textAlign),this.textDecorationColor=R(A,Bd,(r=t.textDecorationColor)!==null&&r!==void 0?r:t.color),this.textDecorationLine=R(A,fd,(n=t.textDecorationLine)!==null&&n!==void 0?n:t.textDecoration),this.textShadow=R(A,$u,t.textShadow),this.textTransform=R(A,Ad,t.textTransform),this.transform=R(A,ed,t.transform),this.transformOrigin=R(A,ad,t.transformOrigin),this.visibility=R(A,sd,t.visibility),this.webkitTextStrokeColor=R(A,Ed,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=R(A,yd,t.webkitTextStrokeWidth),this.wordBreak=R(A,id,t.wordBreak),this.zIndex=R(A,ld,t.zIndex)}return e.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},e.prototype.isTransparent=function(){return Te(this.backgroundColor)},e.prototype.isTransformed=function(){return this.transform!==null},e.prototype.isPositioned=function(){return this.position!==0},e.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},e.prototype.isFloating=function(){return this.float!==0},e.prototype.isInlineLevel=function(){return SA(this.display,4)||SA(this.display,33554432)||SA(this.display,268435456)||SA(this.display,536870912)||SA(this.display,67108864)||SA(this.display,134217728)},e}(),Id=function(){function e(A,t){this.content=R(A,pd,t.content),this.quotes=R(A,vd,t.quotes)}return e}(),us=function(){function e(A,t){this.counterIncrement=R(A,Cd,t.counterIncrement),this.counterReset=R(A,md,t.counterReset)}return e}(),R=function(e,A,t){var r=new Na,n=t!==null&&typeof t<"u"?t.toString():A.initialValue;r.write(n);var a=new Va(r.read());switch(A.type){case 2:var o=a.parseComponentValue();return A.parse(e,uA(o)?o.value:A.initialValue);case 0:return A.parse(e,a.parseComponentValue());case 1:return A.parse(e,a.parseComponentValues());case 4:return a.parseComponentValue();case 3:switch(A.format){case"angle":return Pr.parse(e,a.parseComponentValue());case"color":return Le.parse(e,a.parseComponentValue());case"image":return ao.parse(e,a.parseComponentValue());case"length":var s=a.parseComponentValue();return Se(s)?s:DA;case"length-percentage":var i=a.parseComponentValue();return HA(i)?i:DA;case"time":return Bs.parse(e,a.parseComponentValue())}break}},Hd="data-html2canvas-debug",Sd=function(e){var A=e.getAttribute(Hd);switch(A){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},io=function(e,A){var t=Sd(e);return t===1||A===t},ge=function(){function e(A,t){if(this.context=A,this.textNodes=[],this.elements=[],this.flags=0,io(t,3))debugger;this.styles=new bd(A,window.getComputedStyle(t,null)),Fo(t)&&(this.styles.animationDuration.some(function(r){return r>0})&&(t.style.animationDuration="0s"),this.styles.transform!==null&&(t.style.transform="none")),this.bounds=vr(this.context,t),io(t,4)&&(this.flags|=16)}return e}(),xd="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",ds="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Yt=typeof Uint8Array>"u"?[]:new Uint8Array(256),$r=0;$r<ds.length;$r++)Yt[ds.charCodeAt($r)]=$r;for(var Ld=function(e){var A=e.length*.75,t=e.length,r,n=0,a,o,s,i;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var l=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(A):new Array(A),c=Array.isArray(l)?l:new Uint8Array(l);for(r=0;r<t;r+=4)a=Yt[e.charCodeAt(r)],o=Yt[e.charCodeAt(r+1)],s=Yt[e.charCodeAt(r+2)],i=Yt[e.charCodeAt(r+3)],c[n++]=a<<2|o>>4,c[n++]=(o&15)<<4|s>>2,c[n++]=(s&3)<<6|i&63;return l},Td=function(e){for(var A=e.length,t=[],r=0;r<A;r+=2)t.push(e[r+1]<<8|e[r]);return t},Dd=function(e){for(var A=e.length,t=[],r=0;r<A;r+=4)t.push(e[r+3]<<24|e[r+2]<<16|e[r+1]<<8|e[r]);return t},Ye=5,lo=6+5,co=2,Kd=lo-Ye,gs=65536>>Ye,Od=1<<Ye,Bo=Od-1,Md=1024>>Ye,Rd=gs+Md,Nd=Rd,Vd=32,kd=Nd+Vd,Pd=65536>>lo,Gd=1<<Kd,Xd=Gd-1,hs=function(e,A,t){return e.slice?e.slice(A,t):new Uint16Array(Array.prototype.slice.call(e,A,t))},Wd=function(e,A,t){return e.slice?e.slice(A,t):new Uint32Array(Array.prototype.slice.call(e,A,t))},Yd=function(e,A){var t=Ld(e),r=Array.isArray(t)?Dd(t):new Uint32Array(t),n=Array.isArray(t)?Td(t):new Uint16Array(t),a=24,o=hs(n,a/2,r[4]/2),s=r[5]===2?hs(n,(a+r[4])/2):Wd(r,Math.ceil((a+r[4])/4));return new Jd(r[0],r[1],r[2],r[3],o,s)},Jd=function(){function e(A,t,r,n,a,o){this.initialValue=A,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=a,this.data=o}return e.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=this.index[A>>Ye],t=(t<<co)+(A&Bo),this.data[t];if(A<=65535)return t=this.index[gs+(A-55296>>Ye)],t=(t<<co)+(A&Bo),this.data[t];if(A<this.highStart)return t=kd-Pd+(A>>lo),t=this.index[t],t+=A>>Ye&Xd,t=this.index[t],t=(t<<co)+(A&Bo),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e}(),ws="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",jd=typeof Uint8Array>"u"?[]:new Uint8Array(256),An=0;An<ws.length;An++)jd[ws.charCodeAt(An)]=An;var Zd=1,fo=2,uo=3,ps=4,Cs=5,zd=7,ms=8,go=9,ho=10,Qs=11,vs=12,Fs=13,Us=14,wo=15,_d=function(e){for(var A=[],t=0,r=e.length;t<r;){var n=e.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var a=e.charCodeAt(t++);(a&64512)===56320?A.push(((n&1023)<<10)+(a&1023)+65536):(A.push(n),t--)}else A.push(n)}return A},qd=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var t=e.length;if(!t)return"";for(var r=[],n=-1,a="";++n<t;){var o=e[n];o<=65535?r.push(o):(o-=65536,r.push((o>>10)+55296,o%1024+56320)),(n+1===t||r.length>16384)&&(a+=String.fromCharCode.apply(String,r),r.length=0)}return a},$d=Yd(xd),te="×",po="÷",Ag=function(e){return $d.get(e)},eg=function(e,A,t){var r=t-2,n=A[r],a=A[t-1],o=A[t];if(a===fo&&o===uo)return te;if(a===fo||a===uo||a===ps||o===fo||o===uo||o===ps)return po;if(a===ms&&[ms,go,Qs,vs].indexOf(o)!==-1||(a===Qs||a===go)&&(o===go||o===ho)||(a===vs||a===ho)&&o===ho||o===Fs||o===Cs||o===zd||a===Zd)return te;if(a===Fs&&o===Us){for(;n===Cs;)n=A[--r];if(n===Us)return te}if(a===wo&&o===wo){for(var s=0;n===wo;)s++,n=A[--r];if(s%2===0)return te}return po},tg=function(e){var A=_d(e),t=A.length,r=0,n=0,a=A.map(Ag);return{next:function(){if(r>=t)return{done:!0,value:null};for(var o=te;r<t&&(o=eg(A,a,++r))===te;);if(o!==te||r===t){var s=qd.apply(null,A.slice(n,r));return n=r,{value:s,done:!1}}return{done:!0,value:null}}}},rg=function(e){for(var A=tg(e),t=[],r;!(r=A.next()).done;)r.value&&t.push(r.value.slice());return t},ng=function(e){var A=123;if(e.createRange){var t=e.createRange();if(t.getBoundingClientRect){var r=e.createElement("boundtest");r.style.height=A+"px",r.style.display="block",e.body.appendChild(r),t.selectNode(r);var n=t.getBoundingClientRect(),a=Math.round(n.height);if(e.body.removeChild(r),a===A)return!0}}return!1},og=function(e){var A=e.createElement("boundtest");A.style.width="50px",A.style.display="block",A.style.fontSize="12px",A.style.letterSpacing="0px",A.style.wordSpacing="0px",e.body.appendChild(A);var t=e.createRange();A.innerHTML=typeof"".repeat=="function"?"&#128104;".repeat(10):"";var r=A.firstChild,n=Fr(r.data).map(function(i){return EA(i)}),a=0,o={},s=n.every(function(i,l){t.setStart(r,a),t.setEnd(r,a+i.length);var c=t.getBoundingClientRect();a+=i.length;var B=c.x>o.x||c.y>o.y;return o=c,l===0?!0:B});return e.body.removeChild(A),s},ag=function(){return typeof new Image().crossOrigin<"u"},sg=function(){return typeof new XMLHttpRequest().responseType=="string"},ig=function(e){var A=new Image,t=e.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;A.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(A,0,0),t.toDataURL()}catch{return!1}return!0},Es=function(e){return e[0]===0&&e[1]===255&&e[2]===0&&e[3]===255},lg=function(e){var A=e.createElement("canvas"),t=100;A.width=t,A.height=t;var r=A.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,t,t);var n=new Image,a=A.toDataURL();n.src=a;var o=Co(t,t,0,0,n);return r.fillStyle="red",r.fillRect(0,0,t,t),ys(o).then(function(s){r.drawImage(s,0,0);var i=r.getImageData(0,0,t,t).data;r.fillStyle="red",r.fillRect(0,0,t,t);var l=e.createElement("div");return l.style.backgroundImage="url("+a+")",l.style.height=t+"px",Es(i)?ys(Co(t,t,0,0,l)):Promise.reject(!1)}).then(function(s){return r.drawImage(s,0,0),Es(r.getImageData(0,0,t,t).data)}).catch(function(){return!1})},Co=function(e,A,t,r,n){var a="http://www.w3.org/2000/svg",o=document.createElementNS(a,"svg"),s=document.createElementNS(a,"foreignObject");return o.setAttributeNS(null,"width",e.toString()),o.setAttributeNS(null,"height",A.toString()),s.setAttributeNS(null,"width","100%"),s.setAttributeNS(null,"height","100%"),s.setAttributeNS(null,"x",t.toString()),s.setAttributeNS(null,"y",r.toString()),s.setAttributeNS(null,"externalResourcesRequired","true"),o.appendChild(s),s.appendChild(n),o},ys=function(e){return new Promise(function(A,t){var r=new Image;r.onload=function(){return A(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},KA={get SUPPORT_RANGE_BOUNDS(){var e=ng(document);return Object.defineProperty(KA,"SUPPORT_RANGE_BOUNDS",{value:e}),e},get SUPPORT_WORD_BREAKING(){var e=KA.SUPPORT_RANGE_BOUNDS&&og(document);return Object.defineProperty(KA,"SUPPORT_WORD_BREAKING",{value:e}),e},get SUPPORT_SVG_DRAWING(){var e=ig(document);return Object.defineProperty(KA,"SUPPORT_SVG_DRAWING",{value:e}),e},get SUPPORT_FOREIGNOBJECT_DRAWING(){var e=typeof Array.from=="function"&&typeof window.fetch=="function"?lg(document):Promise.resolve(!1);return Object.defineProperty(KA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:e}),e},get SUPPORT_CORS_IMAGES(){var e=ag();return Object.defineProperty(KA,"SUPPORT_CORS_IMAGES",{value:e}),e},get SUPPORT_RESPONSE_TYPE(){var e=sg();return Object.defineProperty(KA,"SUPPORT_RESPONSE_TYPE",{value:e}),e},get SUPPORT_CORS_XHR(){var e="withCredentials"in new XMLHttpRequest;return Object.defineProperty(KA,"SUPPORT_CORS_XHR",{value:e}),e},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var e=!!(typeof Intl<"u"&&Intl.Segmenter);return Object.defineProperty(KA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:e}),e}},Jt=function(){function e(A,t){this.text=A,this.bounds=t}return e}(),cg=function(e,A,t,r){var n=ug(A,t),a=[],o=0;return n.forEach(function(s){if(t.textDecorationLine.length||s.trim().length>0)if(KA.SUPPORT_RANGE_BOUNDS){var i=bs(r,o,s.length).getClientRects();if(i.length>1){var l=mo(s),c=0;l.forEach(function(u){a.push(new Jt(u,me.fromDOMRectList(e,bs(r,c+o,u.length).getClientRects()))),c+=u.length})}else a.push(new Jt(s,me.fromDOMRectList(e,i)))}else{var B=r.splitText(s.length);a.push(new Jt(s,Bg(e,r))),r=B}else KA.SUPPORT_RANGE_BOUNDS||(r=r.splitText(s.length));o+=s.length}),a},Bg=function(e,A){var t=A.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(A.cloneNode(!0));var n=A.parentNode;if(n){n.replaceChild(r,A);var a=vr(e,r);return r.firstChild&&n.replaceChild(r.firstChild,r),a}}return me.EMPTY},bs=function(e,A,t){var r=e.ownerDocument;if(!r)throw new Error("Node has no owner document");var n=r.createRange();return n.setStart(e,A),n.setEnd(e,A+t),n},mo=function(e){if(KA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var A=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(A.segment(e)).map(function(t){return t.segment})}return rg(e)},fg=function(e,A){if(KA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(e)).map(function(r){return r.segment})}return gg(e,A)},ug=function(e,A){return A.letterSpacing!==0?mo(e):fg(e,A)},dg=[32,160,4961,65792,65793,4153,4241],gg=function(e,A){for(var t=kB(e,{lineBreak:A.lineBreak,wordBreak:A.overflowWrap==="break-word"?"break-word":A.wordBreak}),r=[],n,a=function(){if(n.value){var o=n.value.slice(),s=Fr(o),i="";s.forEach(function(l){dg.indexOf(l)===-1?i+=EA(l):(i.length&&r.push(i),r.push(EA(l)),i="")}),i.length&&r.push(i)}};!(n=t.next()).done;)a();return r},hg=function(){function e(A,t,r){this.text=wg(t.data,r.textTransform),this.textBounds=cg(A,this.text,r,t)}return e}(),wg=function(e,A){switch(A){case 1:return e.toLowerCase();case 3:return e.replace(pg,Cg);case 2:return e.toUpperCase();default:return e}},pg=/(^|\s|:|-|\(|\))([a-z])/g,Cg=function(e,A,t){return e.length>0?A+t.toUpperCase():e},Is=function(e){ie(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.src=r.currentSrc||r.src,n.intrinsicWidth=r.naturalWidth,n.intrinsicHeight=r.naturalHeight,n.context.cache.addImage(n.src),n}return A}(ge),Hs=function(e){ie(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.canvas=r,n.intrinsicWidth=r.width,n.intrinsicHeight=r.height,n}return A}(ge),Ss=function(e){ie(A,e);function A(t,r){var n=e.call(this,t,r)||this,a=new XMLSerializer,o=vr(t,r);return r.setAttribute("width",o.width+"px"),r.setAttribute("height",o.height+"px"),n.svg="data:image/svg+xml,"+encodeURIComponent(a.serializeToString(r)),n.intrinsicWidth=r.width.baseVal.value,n.intrinsicHeight=r.height.baseVal.value,n.context.cache.addImage(n.svg),n}return A}(ge),xs=function(e){ie(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.value=r.value,n}return A}(ge),Qo=function(e){ie(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.start=r.start,n.reversed=typeof r.reversed=="boolean"&&r.reversed===!0,n}return A}(ge),mg=[{type:15,flags:0,unit:"px",number:3}],Qg=[{type:16,flags:0,number:50}],vg=function(e){return e.width>e.height?new me(e.left+(e.width-e.height)/2,e.top,e.height,e.height):e.width<e.height?new me(e.left,e.top+(e.height-e.width)/2,e.width,e.width):e},Fg=function(e){var A=e.type===Ug?new Array(e.value.length+1).join("•"):e.value;return A.length===0?e.placeholder||"":A},en="checkbox",tn="radio",Ug="password",Ls=707406591,vo=function(e){ie(A,e);function A(t,r){var n=e.call(this,t,r)||this;switch(n.type=r.type.toLowerCase(),n.checked=r.checked,n.value=Fg(r),(n.type===en||n.type===tn)&&(n.styles.backgroundColor=3739148031,n.styles.borderTopColor=n.styles.borderRightColor=n.styles.borderBottomColor=n.styles.borderLeftColor=2779096575,n.styles.borderTopWidth=n.styles.borderRightWidth=n.styles.borderBottomWidth=n.styles.borderLeftWidth=1,n.styles.borderTopStyle=n.styles.borderRightStyle=n.styles.borderBottomStyle=n.styles.borderLeftStyle=1,n.styles.backgroundClip=[0],n.styles.backgroundOrigin=[0],n.bounds=vg(n.bounds)),n.type){case en:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=mg;break;case tn:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=Qg;break}return n}return A}(ge),Ts=function(e){ie(A,e);function A(t,r){var n=e.call(this,t,r)||this,a=r.options[r.selectedIndex||0];return n.value=a&&a.text||"",n}return A}(ge),Ds=function(e){ie(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.value=r.value,n}return A}(ge),Ks=function(e){ie(A,e);function A(t,r){var n=e.call(this,t,r)||this;n.src=r.src,n.width=parseInt(r.width,10)||0,n.height=parseInt(r.height,10)||0,n.backgroundColor=n.styles.backgroundColor;try{if(r.contentWindow&&r.contentWindow.document&&r.contentWindow.document.documentElement){n.tree=Ms(t,r.contentWindow.document.documentElement);var a=r.contentWindow.document.documentElement?Xt(t,getComputedStyle(r.contentWindow.document.documentElement).backgroundColor):ve.TRANSPARENT,o=r.contentWindow.document.body?Xt(t,getComputedStyle(r.contentWindow.document.body).backgroundColor):ve.TRANSPARENT;n.backgroundColor=Te(a)?Te(o)?n.styles.backgroundColor:o:a}}catch{}return n}return A}(ge),Eg=["OL","UL","MENU"],rn=function(e,A,t,r){for(var n=A.firstChild,a=void 0;n;n=a)if(a=n.nextSibling,Rs(n)&&n.data.trim().length>0)t.textNodes.push(new hg(e,n,t.styles));else if(lt(n))if(Xs(n)&&n.assignedNodes)n.assignedNodes().forEach(function(s){return rn(e,s,t,r)});else{var o=Os(e,n);o.styles.isVisible()&&(yg(n,o,r)?o.flags|=4:bg(o.styles)&&(o.flags|=2),Eg.indexOf(n.tagName)!==-1&&(o.flags|=8),t.elements.push(o),n.slot,n.shadowRoot?rn(e,n.shadowRoot,o,r):!on(n)&&!Ns(n)&&!an(n)&&rn(e,n,o,r))}},Os=function(e,A){return Eo(A)?new Is(e,A):Vs(A)?new Hs(e,A):Ns(A)?new Ss(e,A):Ig(A)?new xs(e,A):Hg(A)?new Qo(e,A):Sg(A)?new vo(e,A):an(A)?new Ts(e,A):on(A)?new Ds(e,A):Ps(A)?new Ks(e,A):new ge(e,A)},Ms=function(e,A){var t=Os(e,A);return t.flags|=4,rn(e,A,t,t),t},yg=function(e,A,t){return A.styles.isPositionedWithZIndex()||A.styles.opacity<1||A.styles.isTransformed()||Uo(e)&&t.styles.isTransparent()},bg=function(e){return e.isPositioned()||e.isFloating()},Rs=function(e){return e.nodeType===Node.TEXT_NODE},lt=function(e){return e.nodeType===Node.ELEMENT_NODE},Fo=function(e){return lt(e)&&typeof e.style<"u"&&!nn(e)},nn=function(e){return typeof e.className=="object"},Ig=function(e){return e.tagName==="LI"},Hg=function(e){return e.tagName==="OL"},Sg=function(e){return e.tagName==="INPUT"},xg=function(e){return e.tagName==="HTML"},Ns=function(e){return e.tagName==="svg"},Uo=function(e){return e.tagName==="BODY"},Vs=function(e){return e.tagName==="CANVAS"},ks=function(e){return e.tagName==="VIDEO"},Eo=function(e){return e.tagName==="IMG"},Ps=function(e){return e.tagName==="IFRAME"},Gs=function(e){return e.tagName==="STYLE"},Lg=function(e){return e.tagName==="SCRIPT"},on=function(e){return e.tagName==="TEXTAREA"},an=function(e){return e.tagName==="SELECT"},Xs=function(e){return e.tagName==="SLOT"},Ws=function(e){return e.tagName.indexOf("-")>0},Tg=function(){function e(){this.counters={}}return e.prototype.getCounterValue=function(A){var t=this.counters[A];return t&&t.length?t[t.length-1]:1},e.prototype.getCounterValues=function(A){var t=this.counters[A];return t||[]},e.prototype.pop=function(A){var t=this;A.forEach(function(r){return t.counters[r].pop()})},e.prototype.parse=function(A){var t=this,r=A.counterIncrement,n=A.counterReset,a=!0;r!==null&&r.forEach(function(s){var i=t.counters[s.counter];i&&s.increment!==0&&(a=!1,i.length||i.push(1),i[Math.max(0,i.length-1)]+=s.increment)});var o=[];return a&&n.forEach(function(s){var i=t.counters[s.counter];o.push(s.counter),i||(i=t.counters[s.counter]=[]),i.push(s.reset)}),o},e}(),Ys={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"]},Js={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:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},Dg={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:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},Kg={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:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},ct=function(e,A,t,r,n,a){return e<A||e>t?Zt(e,n,a.length>0):r.integers.reduce(function(o,s,i){for(;e>=s;)e-=s,o+=r.values[i];return o},"")+a},js=function(e,A,t,r){var n="";do t||e--,n=r(e)+n,e/=A;while(e*A>=A);return n},yA=function(e,A,t,r,n){var a=t-A+1;return(e<0?"-":"")+(js(Math.abs(e),a,r,function(o){return EA(Math.floor(o%a)+A)})+n)},Je=function(e,A,t){t===void 0&&(t=". ");var r=A.length;return js(Math.abs(e),r,!1,function(n){return A[Math.floor(n%r)]})+t},Bt=1,Ke=2,Oe=4,jt=8,Fe=function(e,A,t,r,n,a){if(e<-9999||e>9999)return Zt(e,4,n.length>0);var o=Math.abs(e),s=n;if(o===0)return A[0]+s;for(var i=0;o>0&&i<=4;i++){var l=o%10;l===0&&SA(a,Bt)&&s!==""?s=A[l]+s:l>1||l===1&&i===0||l===1&&i===1&&SA(a,Ke)||l===1&&i===1&&SA(a,Oe)&&e>100||l===1&&i>1&&SA(a,jt)?s=A[l]+(i>0?t[i-1]:"")+s:l===1&&i>0&&(s=t[i-1]+s),o=Math.floor(o/10)}return(e<0?r:"")+s},Zs="十百千萬",zs="拾佰仟萬",_s="マイナス",yo="마이너스",Zt=function(e,A,t){var r=t?". ":"",n=t?"、":"",a=t?", ":"",o=t?" ":"";switch(A){case 0:return"•"+o;case 1:return"◦"+o;case 2:return"◾"+o;case 5:var s=yA(e,48,57,!0,r);return s.length<4?"0"+s:s;case 4:return Je(e,"〇一二三四五六七八九",n);case 6:return ct(e,1,3999,Ys,3,r).toLowerCase();case 7:return ct(e,1,3999,Ys,3,r);case 8:return yA(e,945,969,!1,r);case 9:return yA(e,97,122,!1,r);case 10:return yA(e,65,90,!1,r);case 11:return yA(e,1632,1641,!0,r);case 12:case 49:return ct(e,1,9999,Js,3,r);case 35:return ct(e,1,9999,Js,3,r).toLowerCase();case 13:return yA(e,2534,2543,!0,r);case 14:case 30:return yA(e,6112,6121,!0,r);case 15:return Je(e,"子丑寅卯辰巳午未申酉戌亥",n);case 16:return Je(e,"甲乙丙丁戊己庚辛壬癸",n);case 17:case 48:return Fe(e,"零一二三四五六七八九",Zs,"負",n,Ke|Oe|jt);case 47:return Fe(e,"零壹貳參肆伍陸柒捌玖",zs,"負",n,Bt|Ke|Oe|jt);case 42:return Fe(e,"零一二三四五六七八九",Zs,"负",n,Ke|Oe|jt);case 41:return Fe(e,"零壹贰叁肆伍陆柒捌玖",zs,"负",n,Bt|Ke|Oe|jt);case 26:return Fe(e,"〇一二三四五六七八九","十百千万",_s,n,0);case 25:return Fe(e,"零壱弐参四伍六七八九","拾百千万",_s,n,Bt|Ke|Oe);case 31:return Fe(e,"영일이삼사오육칠팔구","십백천만",yo,a,Bt|Ke|Oe);case 33:return Fe(e,"零一二三四五六七八九","十百千萬",yo,a,0);case 32:return Fe(e,"零壹貳參四五六七八九","拾百千",yo,a,Bt|Ke|Oe);case 18:return yA(e,2406,2415,!0,r);case 20:return ct(e,1,19999,Kg,3,r);case 21:return yA(e,2790,2799,!0,r);case 22:return yA(e,2662,2671,!0,r);case 22:return ct(e,1,10999,Dg,3,r);case 23:return Je(e,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case 24:return Je(e,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case 27:return yA(e,3302,3311,!0,r);case 28:return Je(e,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",n);case 29:return Je(e,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",n);case 34:return yA(e,3792,3801,!0,r);case 37:return yA(e,6160,6169,!0,r);case 38:return yA(e,4160,4169,!0,r);case 39:return yA(e,2918,2927,!0,r);case 40:return yA(e,1776,1785,!0,r);case 43:return yA(e,3046,3055,!0,r);case 44:return yA(e,3174,3183,!0,r);case 45:return yA(e,3664,3673,!0,r);case 46:return yA(e,3872,3881,!0,r);case 3:default:return yA(e,48,57,!0,r)}},qs="data-html2canvas-ignore",$s=function(){function e(A,t,r){if(this.context=A,this.options=r,this.scrolledElements=[],this.referenceElement=t,this.counters=new Tg,this.quoteDepth=0,!t.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(t.ownerDocument.documentElement,!1)}return e.prototype.toIFrame=function(A,t){var r=this,n=Og(A,t);if(!n.contentWindow)return Promise.reject("Unable to find iframe window");var a=A.defaultView.pageXOffset,o=A.defaultView.pageYOffset,s=n.contentWindow,i=s.document,l=Ng(n).then(function(){return GA(r,void 0,void 0,function(){var c,B;return VA(this,function(u){switch(u.label){case 0:return this.scrolledElements.forEach(Gg),s&&(s.scrollTo(t.left,t.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(s.scrollY!==t.top||s.scrollX!==t.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(s.scrollX-t.left,s.scrollY-t.top,0,0))),c=this.options.onclone,B=this.clonedReferenceElement,typeof B>"u"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:i.fonts&&i.fonts.ready?[4,i.fonts.ready]:[3,2];case 1:u.sent(),u.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,Rg(i)]:[3,4];case 3:u.sent(),u.label=4;case 4:return typeof c=="function"?[2,Promise.resolve().then(function(){return c(i,B)}).then(function(){return n})]:[2,n]}})})});return i.open(),i.write(kg(document.doctype)+"<html></html>"),Pg(this.referenceElement.ownerDocument,a,o),i.replaceChild(i.adoptNode(this.documentElement),i.documentElement),i.close(),l},e.prototype.createElementClone=function(A){if(io(A,2))debugger;if(Vs(A))return this.createCanvasClone(A);if(ks(A))return this.createVideoClone(A);if(Gs(A))return this.createStyleClone(A);var t=A.cloneNode(!1);return Eo(t)&&(Eo(A)&&A.currentSrc&&A.currentSrc!==A.src&&(t.src=A.currentSrc,t.srcset=""),t.loading==="lazy"&&(t.loading="eager")),Ws(t)?this.createCustomElementClone(t):t},e.prototype.createCustomElementClone=function(A){var t=document.createElement("html2canvascustomelement");return bo(A.style,t),t},e.prototype.createStyleClone=function(A){try{var t=A.sheet;if(t&&t.cssRules){var r=[].slice.call(t.cssRules,0).reduce(function(a,o){return o&&typeof o.cssText=="string"?a+o.cssText:a},""),n=A.cloneNode(!1);return n.textContent=r,n}}catch(a){if(this.context.logger.error("Unable to access cssRules property",a),a.name!=="SecurityError")throw a}return A.cloneNode(!1)},e.prototype.createCanvasClone=function(A){var t;if(this.options.inlineImages&&A.ownerDocument){var r=A.ownerDocument.createElement("img");try{return r.src=A.toDataURL(),r}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var n=A.cloneNode(!1);try{n.width=A.width,n.height=A.height;var a=A.getContext("2d"),o=n.getContext("2d");if(o)if(!this.options.allowTaint&&a)o.putImageData(a.getImageData(0,0,A.width,A.height),0,0);else{var s=(t=A.getContext("webgl2"))!==null&&t!==void 0?t:A.getContext("webgl");if(s){var i=s.getContextAttributes();(i==null?void 0:i.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}o.drawImage(A,0,0)}return n}catch{this.context.logger.info("Unable to clone canvas as it is tainted",A)}return n},e.prototype.createVideoClone=function(A){var t=A.ownerDocument.createElement("canvas");t.width=A.offsetWidth,t.height=A.offsetHeight;var r=t.getContext("2d");try{return r&&(r.drawImage(A,0,0,t.width,t.height),this.options.allowTaint||r.getImageData(0,0,t.width,t.height)),t}catch{this.context.logger.info("Unable to clone video as it is tainted",A)}var n=A.ownerDocument.createElement("canvas");return n.width=A.offsetWidth,n.height=A.offsetHeight,n},e.prototype.appendChildNode=function(A,t,r){(!lt(t)||!Lg(t)&&!t.hasAttribute(qs)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(t)))&&(!this.options.copyStyles||!lt(t)||!Gs(t))&&A.appendChild(this.cloneNode(t,r))},e.prototype.cloneChildNodes=function(A,t,r){for(var n=this,a=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;a;a=a.nextSibling)if(lt(a)&&Xs(a)&&typeof a.assignedNodes=="function"){var o=a.assignedNodes();o.length&&o.forEach(function(s){return n.appendChildNode(t,s,r)})}else this.appendChildNode(t,a,r)},e.prototype.cloneNode=function(A,t){if(Rs(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var r=A.ownerDocument.defaultView;if(r&&lt(A)&&(Fo(A)||nn(A))){var n=this.createElementClone(A);n.style.transitionProperty="none";var a=r.getComputedStyle(A),o=r.getComputedStyle(A,":before"),s=r.getComputedStyle(A,":after");this.referenceElement===A&&Fo(n)&&(this.clonedReferenceElement=n),Uo(n)&&Yg(n);var i=this.counters.parse(new us(this.context,a)),l=this.resolvePseudoContent(A,n,o,zt.BEFORE);Ws(A)&&(t=!0),ks(A)||this.cloneChildNodes(A,n,t),l&&n.insertBefore(l,n.firstChild);var c=this.resolvePseudoContent(A,n,s,zt.AFTER);return c&&n.appendChild(c),this.counters.pop(i),(a&&(this.options.copyStyles||nn(A))&&!Ps(A)||t)&&bo(a,n),(A.scrollTop!==0||A.scrollLeft!==0)&&this.scrolledElements.push([n,A.scrollLeft,A.scrollTop]),(on(A)||an(A))&&(on(n)||an(n))&&(n.value=A.value),n}return A.cloneNode(!1)},e.prototype.resolvePseudoContent=function(A,t,r,n){var a=this;if(r){var o=r.content,s=t.ownerDocument;if(!(!s||!o||o==="none"||o==="-moz-alt-content"||r.display==="none")){this.counters.parse(new us(this.context,r));var i=new Id(this.context,r),l=s.createElement("html2canvaspseudoelement");bo(r,l),i.content.forEach(function(B){if(B.type===0)l.appendChild(s.createTextNode(B.value));else if(B.type===22){var u=s.createElement("img");u.src=B.value,u.style.opacity="1",l.appendChild(u)}else if(B.type===18){if(B.name==="attr"){var d=B.values.filter(uA);d.length&&l.appendChild(s.createTextNode(A.getAttribute(d[0].value)||""))}else if(B.name==="counter"){var g=B.values.filter(st),h=g[0],w=g[1];if(h&&uA(h)){var p=a.counters.getCounterValue(h.value),C=w&&uA(w)?so.parse(a.context,w.value):3;l.appendChild(s.createTextNode(Zt(p,C,!1)))}}else if(B.name==="counters"){var y=B.values.filter(st),h=y[0],Q=y[1],w=y[2];if(h&&uA(h)){var E=a.counters.getCounterValues(h.value),m=w&&uA(w)?so.parse(a.context,w.value):3,H=Q&&Q.type===0?Q.value:"",S=E.map(function(O){return Zt(O,m,!1)}).join(H);l.appendChild(s.createTextNode(S))}}}else if(B.type===20)switch(B.value){case"open-quote":l.appendChild(s.createTextNode(fs(i.quotes,a.quoteDepth++,!0)));break;case"close-quote":l.appendChild(s.createTextNode(fs(i.quotes,--a.quoteDepth,!1)));break;default:l.appendChild(s.createTextNode(B.value))}}),l.className=Io+" "+Ho;var c=n===zt.BEFORE?" "+Io:" "+Ho;return nn(t)?t.className.baseValue+=c:t.className+=c,l}}},e.destroy=function(A){return A.parentNode?(A.parentNode.removeChild(A),!0):!1},e}(),zt;(function(e){e[e.BEFORE=0]="BEFORE",e[e.AFTER=1]="AFTER"})(zt||(zt={}));var Og=function(e,A){var t=e.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=A.width.toString(),t.height=A.height.toString(),t.scrolling="no",t.setAttribute(qs,"true"),e.body.appendChild(t),t},Mg=function(e){return new Promise(function(A){if(e.complete){A();return}if(!e.src){A();return}e.onload=A,e.onerror=A})},Rg=function(e){return Promise.all([].slice.call(e.images,0).map(Mg))},Ng=function(e){return new Promise(function(A,t){var r=e.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=e.onload=function(){r.onload=e.onload=null;var a=setInterval(function(){n.body.childNodes.length>0&&n.readyState==="complete"&&(clearInterval(a),A(e))},50)}})},Vg=["all","d","content"],bo=function(e,A){for(var t=e.length-1;t>=0;t--){var r=e.item(t);Vg.indexOf(r)===-1&&A.style.setProperty(r,e.getPropertyValue(r))}return A},kg=function(e){var A="";return e&&(A+="<!DOCTYPE ",e.name&&(A+=e.name),e.internalSubset&&(A+=e.internalSubset),e.publicId&&(A+='"'+e.publicId+'"'),e.systemId&&(A+='"'+e.systemId+'"'),A+=">"),A},Pg=function(e,A,t){e&&e.defaultView&&(A!==e.defaultView.pageXOffset||t!==e.defaultView.pageYOffset)&&e.defaultView.scrollTo(A,t)},Gg=function(e){var A=e[0],t=e[1],r=e[2];A.scrollLeft=t,A.scrollTop=r},Xg=":before",Wg=":after",Io="___html2canvas___pseudoelement_before",Ho="___html2canvas___pseudoelement_after",Ai=`{
19
28
  content: "" !important;
20
29
  display: none !important;
21
- }`,_d=function(e){qd(e,"."+io+Zd+xs+`
22
- .`+lo+zd+xs)},qd=function(e,A){var t=e.ownerDocument;if(t){var r=t.createElement("style");r.textContent=A,e.appendChild(r)}},Ls=function(){function e(){}return e.getOrigin=function(A){var t=e._link;return t?(t.href=A,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},e.isSameOrigin=function(A){return e.getOrigin(A)===e._origin},e.setContext=function(A){e._link=A.document.createElement("a"),e._origin=e.getOrigin(A.location.href)},e._origin="about:blank",e}(),$d=function(){function e(A,t){this.context=A,this._options=t,this._cache={}}return e.prototype.addImage=function(A){var t=Promise.resolve();return this.has(A)||(Bo(A)||rg(A))&&(this._cache[A]=this.loadImage(A)).catch(function(){}),t},e.prototype.match=function(A){return this._cache[A]},e.prototype.loadImage=function(A){return PA(this,void 0,void 0,function(){var t,r,n,a,o=this;return RA(this,function(s){switch(s.label){case 0:return t=Ls.isSameOrigin(A),r=!co(A)&&this._options.useCORS===!0&&TA.SUPPORT_CORS_IMAGES&&!t,n=!co(A)&&!t&&!Bo(A)&&typeof this._options.proxy=="string"&&TA.SUPPORT_CORS_XHR&&!r,!t&&this._options.allowTaint===!1&&!co(A)&&!Bo(A)&&!n&&!r?[2]:(a=A,n?[4,this.proxy(a)]:[3,2]);case 1:a=s.sent(),s.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise(function(i,l){var c=new Image;c.onload=function(){return i(c)},c.onerror=l,(ng(a)||r)&&(c.crossOrigin="anonymous"),c.src=a,c.complete===!0&&setTimeout(function(){return i(c)},500),o._options.imageTimeout>0&&setTimeout(function(){return l("Timed out ("+o._options.imageTimeout+"ms) loading image")},o._options.imageTimeout)})];case 3:return[2,s.sent()]}})})},e.prototype.has=function(A){return typeof this._cache[A]<"u"},e.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},e.prototype.proxy=function(A){var t=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var n=A.substring(0,256);return new Promise(function(a,o){var s=TA.SUPPORT_RESPONSE_TYPE?"blob":"text",i=new XMLHttpRequest;i.onload=function(){if(i.status===200)if(s==="text")a(i.response);else{var B=new FileReader;B.addEventListener("load",function(){return a(B.result)},!1),B.addEventListener("error",function(u){return o(u)},!1),B.readAsDataURL(i.response)}else o("Failed to proxy resource "+n+" with status code "+i.status)},i.onerror=o;var l=r.indexOf("?")>-1?"&":"?";if(i.open("GET",""+r+l+"url="+encodeURIComponent(A)+"&responseType="+s),s!=="text"&&i instanceof XMLHttpRequest&&(i.responseType=s),t._options.imageTimeout){var c=t._options.imageTimeout;i.timeout=c,i.ontimeout=function(){return o("Timed out ("+c+"ms) proxying "+n)}}i.send()})},e}(),Ag=/^data:image\/svg\+xml/i,eg=/^data:image\/.*;base64,/i,tg=/^data:image\/.*/i,rg=function(e){return TA.SUPPORT_SVG_DRAWING||!og(e)},co=function(e){return tg.test(e)},ng=function(e){return eg.test(e)},Bo=function(e){return e.substr(0,4)==="blob"},og=function(e){return e.substr(-3).toLowerCase()==="svg"||Ag.test(e)},M=function(){function e(A,t){this.type=0,this.x=A,this.y=t}return e.prototype.add=function(A,t){return new e(this.x+A,this.y+t)},e}(),ot=function(e,A,t){return new M(e.x+(A.x-e.x)*t,e.y+(A.y-e.y)*t)},Xr=function(){function e(A,t,r,n){this.type=1,this.start=A,this.startControl=t,this.endControl=r,this.end=n}return e.prototype.subdivide=function(A,t){var r=ot(this.start,this.startControl,A),n=ot(this.startControl,this.endControl,A),a=ot(this.endControl,this.end,A),o=ot(r,n,A),s=ot(n,a,A),i=ot(o,s,A);return t?new e(this.start,r,o,i):new e(i,s,a,this.end)},e.prototype.add=function(A,t){return new e(this.start.add(A,t),this.startControl.add(A,t),this.endControl.add(A,t),this.end.add(A,t))},e.prototype.reverse=function(){return new e(this.end,this.endControl,this.startControl,this.start)},e}(),ee=function(e){return e.type===1},ag=function(){function e(A){var t=A.styles,r=A.bounds,n=Ht(t.borderTopLeftRadius,r.width,r.height),a=n[0],o=n[1],s=Ht(t.borderTopRightRadius,r.width,r.height),i=s[0],l=s[1],c=Ht(t.borderBottomRightRadius,r.width,r.height),B=c[0],u=c[1],d=Ht(t.borderBottomLeftRadius,r.width,r.height),g=d[0],h=d[1],w=[];w.push((a+i)/r.width),w.push((g+B)/r.width),w.push((o+h)/r.height),w.push((l+u)/r.height);var p=Math.max.apply(Math,w);p>1&&(a/=p,o/=p,i/=p,l/=p,B/=p,u/=p,g/=p,h/=p);var C=r.width-i,y=r.height-u,m=r.width-B,E=r.height-h,Q=t.borderTopWidth,H=t.borderRightWidth,S=t.borderBottomWidth,v=t.borderLeftWidth,T=dA(t.paddingTop,A.bounds.width),O=dA(t.paddingRight,A.bounds.width),G=dA(t.paddingBottom,A.bounds.width),I=dA(t.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=a>0||o>0?pA(r.left+v/3,r.top+Q/3,a-v/3,o-Q/3,sA.TOP_LEFT):new M(r.left+v/3,r.top+Q/3),this.topRightBorderDoubleOuterBox=a>0||o>0?pA(r.left+C,r.top+Q/3,i-H/3,l-Q/3,sA.TOP_RIGHT):new M(r.left+r.width-H/3,r.top+Q/3),this.bottomRightBorderDoubleOuterBox=B>0||u>0?pA(r.left+m,r.top+y,B-H/3,u-S/3,sA.BOTTOM_RIGHT):new M(r.left+r.width-H/3,r.top+r.height-S/3),this.bottomLeftBorderDoubleOuterBox=g>0||h>0?pA(r.left+v/3,r.top+E,g-v/3,h-S/3,sA.BOTTOM_LEFT):new M(r.left+v/3,r.top+r.height-S/3),this.topLeftBorderDoubleInnerBox=a>0||o>0?pA(r.left+v*2/3,r.top+Q*2/3,a-v*2/3,o-Q*2/3,sA.TOP_LEFT):new M(r.left+v*2/3,r.top+Q*2/3),this.topRightBorderDoubleInnerBox=a>0||o>0?pA(r.left+C,r.top+Q*2/3,i-H*2/3,l-Q*2/3,sA.TOP_RIGHT):new M(r.left+r.width-H*2/3,r.top+Q*2/3),this.bottomRightBorderDoubleInnerBox=B>0||u>0?pA(r.left+m,r.top+y,B-H*2/3,u-S*2/3,sA.BOTTOM_RIGHT):new M(r.left+r.width-H*2/3,r.top+r.height-S*2/3),this.bottomLeftBorderDoubleInnerBox=g>0||h>0?pA(r.left+v*2/3,r.top+E,g-v*2/3,h-S*2/3,sA.BOTTOM_LEFT):new M(r.left+v*2/3,r.top+r.height-S*2/3),this.topLeftBorderStroke=a>0||o>0?pA(r.left+v/2,r.top+Q/2,a-v/2,o-Q/2,sA.TOP_LEFT):new M(r.left+v/2,r.top+Q/2),this.topRightBorderStroke=a>0||o>0?pA(r.left+C,r.top+Q/2,i-H/2,l-Q/2,sA.TOP_RIGHT):new M(r.left+r.width-H/2,r.top+Q/2),this.bottomRightBorderStroke=B>0||u>0?pA(r.left+m,r.top+y,B-H/2,u-S/2,sA.BOTTOM_RIGHT):new M(r.left+r.width-H/2,r.top+r.height-S/2),this.bottomLeftBorderStroke=g>0||h>0?pA(r.left+v/2,r.top+E,g-v/2,h-S/2,sA.BOTTOM_LEFT):new M(r.left+v/2,r.top+r.height-S/2),this.topLeftBorderBox=a>0||o>0?pA(r.left,r.top,a,o,sA.TOP_LEFT):new M(r.left,r.top),this.topRightBorderBox=i>0||l>0?pA(r.left+C,r.top,i,l,sA.TOP_RIGHT):new M(r.left+r.width,r.top),this.bottomRightBorderBox=B>0||u>0?pA(r.left+m,r.top+y,B,u,sA.BOTTOM_RIGHT):new M(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=g>0||h>0?pA(r.left,r.top+E,g,h,sA.BOTTOM_LEFT):new M(r.left,r.top+r.height),this.topLeftPaddingBox=a>0||o>0?pA(r.left+v,r.top+Q,Math.max(0,a-v),Math.max(0,o-Q),sA.TOP_LEFT):new M(r.left+v,r.top+Q),this.topRightPaddingBox=i>0||l>0?pA(r.left+Math.min(C,r.width-H),r.top+Q,C>r.width+H?0:Math.max(0,i-H),Math.max(0,l-Q),sA.TOP_RIGHT):new M(r.left+r.width-H,r.top+Q),this.bottomRightPaddingBox=B>0||u>0?pA(r.left+Math.min(m,r.width-v),r.top+Math.min(y,r.height-S),Math.max(0,B-H),Math.max(0,u-S),sA.BOTTOM_RIGHT):new M(r.left+r.width-H,r.top+r.height-S),this.bottomLeftPaddingBox=g>0||h>0?pA(r.left+v,r.top+Math.min(E,r.height-S),Math.max(0,g-v),Math.max(0,h-S),sA.BOTTOM_LEFT):new M(r.left+v,r.top+r.height-S),this.topLeftContentBox=a>0||o>0?pA(r.left+v+I,r.top+Q+T,Math.max(0,a-(v+I)),Math.max(0,o-(Q+T)),sA.TOP_LEFT):new M(r.left+v+I,r.top+Q+T),this.topRightContentBox=i>0||l>0?pA(r.left+Math.min(C,r.width+v+I),r.top+Q+T,C>r.width+v+I?0:i-v+I,l-(Q+T),sA.TOP_RIGHT):new M(r.left+r.width-(H+O),r.top+Q+T),this.bottomRightContentBox=B>0||u>0?pA(r.left+Math.min(m,r.width-(v+I)),r.top+Math.min(y,r.height+Q+T),Math.max(0,B-(H+O)),u-(S+G),sA.BOTTOM_RIGHT):new M(r.left+r.width-(H+O),r.top+r.height-(S+G)),this.bottomLeftContentBox=g>0||h>0?pA(r.left+v+I,r.top+E,Math.max(0,g-(v+I)),h-(S+G),sA.BOTTOM_LEFT):new M(r.left+v+I,r.top+r.height-(S+G))}return e}(),sA;(function(e){e[e.TOP_LEFT=0]="TOP_LEFT",e[e.TOP_RIGHT=1]="TOP_RIGHT",e[e.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",e[e.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(sA||(sA={}));var pA=function(e,A,t,r,n){var a=4*((Math.sqrt(2)-1)/3),o=t*a,s=r*a,i=e+t,l=A+r;switch(n){case sA.TOP_LEFT:return new Xr(new M(e,l),new M(e,l-s),new M(i-o,A),new M(i,A));case sA.TOP_RIGHT:return new Xr(new M(e,A),new M(e+o,A),new M(i,l-s),new M(i,l));case sA.BOTTOM_RIGHT:return new Xr(new M(i,A),new M(i,A+s),new M(e+o,l),new M(e,l));case sA.BOTTOM_LEFT:default:return new Xr(new M(i,l),new M(i-o,l),new M(e,A+s),new M(e,A))}},Wr=function(e){return[e.topLeftBorderBox,e.topRightBorderBox,e.bottomRightBorderBox,e.bottomLeftBorderBox]},sg=function(e){return[e.topLeftContentBox,e.topRightContentBox,e.bottomRightContentBox,e.bottomLeftContentBox]},Yr=function(e){return[e.topLeftPaddingBox,e.topRightPaddingBox,e.bottomRightPaddingBox,e.bottomLeftPaddingBox]},ig=function(){function e(A,t,r){this.offsetX=A,this.offsetY=t,this.matrix=r,this.type=0,this.target=6}return e}(),Jr=function(){function e(A,t){this.path=A,this.target=t,this.type=1}return e}(),lg=function(){function e(A){this.opacity=A,this.type=2,this.target=6}return e}(),cg=function(e){return e.type===0},Ts=function(e){return e.type===1},Bg=function(e){return e.type===2},Ds=function(e,A){return e.length===A.length?e.some(function(t,r){return t===A[r]}):!1},fg=function(e,A,t,r,n){return e.map(function(a,o){switch(o){case 0:return a.add(A,t);case 1:return a.add(A+r,t);case 2:return a.add(A+r,t+n);case 3:return a.add(A,t+n)}return a})},Ks=function(){function e(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return e}(),Os=function(){function e(A,t){if(this.container=A,this.parent=t,this.effects=[],this.curves=new ag(this.container),this.container.styles.opacity<1&&this.effects.push(new lg(this.container.styles.opacity)),this.container.styles.transform!==null){var r=this.container.bounds.left+this.container.styles.transformOrigin[0].number,n=this.container.bounds.top+this.container.styles.transformOrigin[1].number,a=this.container.styles.transform;this.effects.push(new ig(r,n,a))}if(this.container.styles.overflowX!==0){var o=Wr(this.curves),s=Yr(this.curves);Ds(o,s)?this.effects.push(new Jr(o,6)):(this.effects.push(new Jr(o,2)),this.effects.push(new Jr(s,4)))}}return e.prototype.getEffects=function(A){for(var t=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,n=this.effects.slice(0);r;){var a=r.effects.filter(function(i){return!Ts(i)});if(t||r.container.styles.position!==0||!r.parent){if(n.unshift.apply(n,a),t=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var o=Wr(r.curves),s=Yr(r.curves);Ds(o,s)||n.unshift(new Jr(s,6))}}else n.unshift.apply(n,a);r=r.parent}return n.filter(function(i){return SA(i.target,A)})},e}(),fo=function(e,A,t,r){e.container.elements.forEach(function(n){var a=SA(n.flags,4),o=SA(n.flags,2),s=new Os(n,e);SA(n.styles.display,2048)&&r.push(s);var i=SA(n.flags,8)?[]:r;if(a||o){var l=a||n.styles.isPositioned()?t:A,c=new Ks(s);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var B=n.styles.zIndex.order;if(B<0){var u=0;l.negativeZIndex.some(function(g,h){return B>g.element.container.styles.zIndex.order?(u=h,!1):u>0}),l.negativeZIndex.splice(u,0,c)}else if(B>0){var d=0;l.positiveZIndex.some(function(g,h){return B>=g.element.container.styles.zIndex.order?(d=h+1,!1):d>0}),l.positiveZIndex.splice(d,0,c)}else l.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else n.styles.isFloating()?l.nonPositionedFloats.push(c):l.nonPositionedInlineLevel.push(c);fo(s,c,a?c:t,i)}else n.styles.isInlineLevel()?A.inlineLevel.push(s):A.nonInlineLevel.push(s),fo(s,A,t,i);SA(n.flags,8)&&Ms(n,i)})},Ms=function(e,A){for(var t=e instanceof eo?e.start:1,r=e instanceof eo?e.reversed:!1,n=0;n<A.length;n++){var a=A[n];a.container instanceof is&&typeof a.container.value=="number"&&a.container.value!==0&&(t=a.container.value),a.listValue=Kt(t,a.container.styles.listStyleType,!0),t+=r?-1:1}},ug=function(e){var A=new Os(e,null),t=new Ks(A),r=[];return fo(A,t,t,r),Ms(A.container,r),t},Rs=function(e,A){switch(A){case 0:return te(e.topLeftBorderBox,e.topLeftPaddingBox,e.topRightBorderBox,e.topRightPaddingBox);case 1:return te(e.topRightBorderBox,e.topRightPaddingBox,e.bottomRightBorderBox,e.bottomRightPaddingBox);case 2:return te(e.bottomRightBorderBox,e.bottomRightPaddingBox,e.bottomLeftBorderBox,e.bottomLeftPaddingBox);case 3:default:return te(e.bottomLeftBorderBox,e.bottomLeftPaddingBox,e.topLeftBorderBox,e.topLeftPaddingBox)}},dg=function(e,A){switch(A){case 0:return te(e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox,e.topRightBorderBox,e.topRightBorderDoubleOuterBox);case 1:return te(e.topRightBorderBox,e.topRightBorderDoubleOuterBox,e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox);case 2:return te(e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox,e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox);case 3:default:return te(e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox,e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox)}},gg=function(e,A){switch(A){case 0:return te(e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox,e.topRightBorderDoubleInnerBox,e.topRightPaddingBox);case 1:return te(e.topRightBorderDoubleInnerBox,e.topRightPaddingBox,e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox);case 2:return te(e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox,e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox);case 3:default:return te(e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox,e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox)}},hg=function(e,A){switch(A){case 0:return jr(e.topLeftBorderStroke,e.topRightBorderStroke);case 1:return jr(e.topRightBorderStroke,e.bottomRightBorderStroke);case 2:return jr(e.bottomRightBorderStroke,e.bottomLeftBorderStroke);case 3:default:return jr(e.bottomLeftBorderStroke,e.topLeftBorderStroke)}},jr=function(e,A){var t=[];return ee(e)?t.push(e.subdivide(.5,!1)):t.push(e),ee(A)?t.push(A.subdivide(.5,!0)):t.push(A),t},te=function(e,A,t,r){var n=[];return ee(e)?n.push(e.subdivide(.5,!1)):n.push(e),ee(t)?n.push(t.subdivide(.5,!0)):n.push(t),ee(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),ee(A)?n.push(A.subdivide(.5,!1).reverse()):n.push(A),n},Ns=function(e){var A=e.bounds,t=e.styles;return A.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},Zr=function(e){var A=e.styles,t=e.bounds,r=dA(A.paddingLeft,t.width),n=dA(A.paddingRight,t.width),a=dA(A.paddingTop,t.width),o=dA(A.paddingBottom,t.width);return t.add(r+A.borderLeftWidth,a+A.borderTopWidth,-(A.borderRightWidth+A.borderLeftWidth+r+n),-(A.borderTopWidth+A.borderBottomWidth+a+o))},wg=function(e,A){return e===0?A.bounds:e===2?Zr(A):Ns(A)},pg=function(e,A){return e===0?A.bounds:e===2?Zr(A):Ns(A)},uo=function(e,A,t){var r=wg(st(e.styles.backgroundOrigin,A),e),n=pg(st(e.styles.backgroundClip,A),e),a=Cg(st(e.styles.backgroundSize,A),t,r),o=a[0],s=a[1],i=Ht(st(e.styles.backgroundPosition,A),r.width-o,r.height-s),l=Qg(st(e.styles.backgroundRepeat,A),i,a,r,n),c=Math.round(r.left+i[0]),B=Math.round(r.top+i[1]);return[l,c,B,o,s]},at=function(e){return uA(e)&&e.value===et.AUTO},zr=function(e){return typeof e=="number"},Cg=function(e,A,t){var r=A[0],n=A[1],a=A[2],o=e[0],s=e[1];if(!o)return[0,0];if(IA(o)&&s&&IA(s))return[dA(o,t.width),dA(s,t.height)];var i=zr(a);if(uA(o)&&(o.value===et.CONTAIN||o.value===et.COVER)){if(zr(a)){var l=t.width/t.height;return l<a!=(o.value===et.COVER)?[t.width,t.width/a]:[t.height*a,t.height]}return[t.width,t.height]}var c=zr(r),B=zr(n),u=c||B;if(at(o)&&(!s||at(s))){if(c&&B)return[r,n];if(!i&&!u)return[t.width,t.height];if(u&&i){var d=c?r:n*a,g=B?n:r/a;return[d,g]}var h=c?r:t.width,w=B?n:t.height;return[h,w]}if(i){var p=0,C=0;return IA(o)?p=dA(o,t.width):IA(s)&&(C=dA(s,t.height)),at(o)?p=C*a:(!s||at(s))&&(C=p/a),[p,C]}var y=null,m=null;if(IA(o)?y=dA(o,t.width):s&&IA(s)&&(m=dA(s,t.height)),y!==null&&(!s||at(s))&&(m=c&&B?y/r*n:t.height),m!==null&&at(o)&&(y=c&&B?m/n*r:t.width),y!==null&&m!==null)return[y,m];throw new Error("Unable to calculate background-size for element")},st=function(e,A){var t=e[A];return typeof t>"u"?e[0]:t},Qg=function(e,A,t,r,n){var a=A[0],o=A[1],s=t[0],i=t[1];switch(e){case 2:return[new M(Math.round(r.left),Math.round(r.top+o)),new M(Math.round(r.left+r.width),Math.round(r.top+o)),new M(Math.round(r.left+r.width),Math.round(i+r.top+o)),new M(Math.round(r.left),Math.round(i+r.top+o))];case 3:return[new M(Math.round(r.left+a),Math.round(r.top)),new M(Math.round(r.left+a+s),Math.round(r.top)),new M(Math.round(r.left+a+s),Math.round(r.height+r.top)),new M(Math.round(r.left+a),Math.round(r.height+r.top))];case 1:return[new M(Math.round(r.left+a),Math.round(r.top+o)),new M(Math.round(r.left+a+s),Math.round(r.top+o)),new M(Math.round(r.left+a+s),Math.round(r.top+o+i)),new M(Math.round(r.left+a),Math.round(r.top+o+i))];default:return[new M(Math.round(n.left),Math.round(n.top)),new M(Math.round(n.left+n.width),Math.round(n.top)),new M(Math.round(n.left+n.width),Math.round(n.height+n.top)),new M(Math.round(n.left),Math.round(n.height+n.top))]}},mg="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",Vs="Hidden Text",vg=function(){function e(A){this._data={},this._document=A}return e.prototype.parseMetrics=function(A,t){var r=this._document.createElement("div"),n=this._document.createElement("img"),a=this._document.createElement("span"),o=this._document.body;r.style.visibility="hidden",r.style.fontFamily=A,r.style.fontSize=t,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",o.appendChild(r),n.src=mg,n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",a.style.fontFamily=A,a.style.fontSize=t,a.style.margin="0",a.style.padding="0",a.appendChild(this._document.createTextNode(Vs)),r.appendChild(a),r.appendChild(n);var s=n.offsetTop-a.offsetTop+2;r.removeChild(a),r.appendChild(this._document.createTextNode(Vs)),r.style.lineHeight="normal",n.style.verticalAlign="super";var i=n.offsetTop-r.offsetTop+2;return o.removeChild(r),{baseline:s,middle:i}},e.prototype.getMetrics=function(A,t){var r=A+" "+t;return typeof this._data[r]>"u"&&(this._data[r]=this.parseMetrics(A,t)),this._data[r]},e}(),ks=function(){function e(A,t){this.context=A,this.options=t}return e}(),Fg=1e4,Ug=function(e){oe(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n._activeEffects=[],n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),r.canvas||(n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px"),n.fontMetrics=new vg(document),n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.ctx.textBaseline="bottom",n._activeEffects=[],n.context.logger.debug("Canvas renderer initialized ("+r.width+"x"+r.height+") with scale "+r.scale),n}return A.prototype.applyEffects=function(t){for(var r=this;this._activeEffects.length;)this.popEffect();t.forEach(function(n){return r.applyEffect(n)})},A.prototype.applyEffect=function(t){this.ctx.save(),Bg(t)&&(this.ctx.globalAlpha=t.opacity),cg(t)&&(this.ctx.translate(t.offsetX,t.offsetY),this.ctx.transform(t.matrix[0],t.matrix[1],t.matrix[2],t.matrix[3],t.matrix[4],t.matrix[5]),this.ctx.translate(-t.offsetX,-t.offsetY)),Ts(t)&&(this.path(t.path),this.ctx.clip()),this._activeEffects.push(t)},A.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},A.prototype.renderStack=function(t){return PA(this,void 0,void 0,function(){var r;return RA(this,function(n){switch(n.label){case 0:return r=t.element.container.styles,r.isVisible()?[4,this.renderStackContent(t)]:[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}})})},A.prototype.renderNode=function(t){return PA(this,void 0,void 0,function(){return RA(this,function(r){switch(r.label){case 0:if(SA(t.container.flags,16))debugger;return t.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(t)]:[3,3];case 1:return r.sent(),[4,this.renderNodeContent(t)];case 2:r.sent(),r.label=3;case 3:return[2]}})})},A.prototype.renderTextWithLetterSpacing=function(t,r,n){var a=this;if(r===0)this.ctx.fillText(t.text,t.bounds.left,t.bounds.top+n);else{var o=Ao(t.text);o.reduce(function(s,i){return a.ctx.fillText(i,s,t.bounds.top+n),s+a.ctx.measureText(i).width},t.bounds.left)}},A.prototype.createFontStyle=function(t){var r=t.fontVariant.filter(function(o){return o==="normal"||o==="small-caps"}).join(""),n=Hg(t.fontFamily).join(", "),a=It(t.fontSize)?""+t.fontSize.number+t.fontSize.unit:t.fontSize.number+"px";return[[t.fontStyle,r,t.fontWeight,a,n].join(" "),n,a]},A.prototype.renderTextNode=function(t,r){return PA(this,void 0,void 0,function(){var n,a,o,s,i,l,c,B,u=this;return RA(this,function(d){return n=this.createFontStyle(r),a=n[0],o=n[1],s=n[2],this.ctx.font=a,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",i=this.fontMetrics.getMetrics(o,s),l=i.baseline,c=i.middle,B=r.paintOrder,t.textBounds.forEach(function(g){B.forEach(function(h){switch(h){case 0:u.ctx.fillStyle=xA(r.color),u.renderTextWithLetterSpacing(g,r.letterSpacing,l);var w=r.textShadow;w.length&&g.text.trim().length&&(w.slice(0).reverse().forEach(function(p){u.ctx.shadowColor=xA(p.color),u.ctx.shadowOffsetX=p.offsetX.number*u.options.scale,u.ctx.shadowOffsetY=p.offsetY.number*u.options.scale,u.ctx.shadowBlur=p.blur.number,u.renderTextWithLetterSpacing(g,r.letterSpacing,l)}),u.ctx.shadowColor="",u.ctx.shadowOffsetX=0,u.ctx.shadowOffsetY=0,u.ctx.shadowBlur=0),r.textDecorationLine.length&&(u.ctx.fillStyle=xA(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(p){switch(p){case 1:u.ctx.fillRect(g.bounds.left,Math.round(g.bounds.top+l),g.bounds.width,1);break;case 2:u.ctx.fillRect(g.bounds.left,Math.round(g.bounds.top),g.bounds.width,1);break;case 3:u.ctx.fillRect(g.bounds.left,Math.ceil(g.bounds.top+c),g.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&g.text.trim().length&&(u.ctx.strokeStyle=xA(r.webkitTextStrokeColor),u.ctx.lineWidth=r.webkitTextStrokeWidth,u.ctx.lineJoin=window.chrome?"miter":"round",u.ctx.strokeText(g.text,g.bounds.left,g.bounds.top+l)),u.ctx.strokeStyle="",u.ctx.lineWidth=0,u.ctx.lineJoin="miter";break}})}),[2]})})},A.prototype.renderReplacedElement=function(t,r,n){if(n&&t.intrinsicWidth>0&&t.intrinsicHeight>0){var a=Zr(t),o=Yr(r);this.path(o),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,t.intrinsicWidth,t.intrinsicHeight,a.left,a.top,a.width,a.height),this.ctx.restore()}},A.prototype.renderNodeContent=function(t){return PA(this,void 0,void 0,function(){var r,n,a,o,s,i,C,C,l,c,B,u,m,d,g,E,h,w,p,C,y,m,E;return RA(this,function(Q){switch(Q.label){case 0:this.applyEffects(t.getEffects(4)),r=t.container,n=t.curves,a=r.styles,o=0,s=r.textNodes,Q.label=1;case 1:return o<s.length?(i=s[o],[4,this.renderTextNode(i,a)]):[3,4];case 2:Q.sent(),Q.label=3;case 3:return o++,[3,1];case 4:if(!(r instanceof os))return[3,8];Q.label=5;case 5:return Q.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return C=Q.sent(),this.renderReplacedElement(r,n,C),[3,8];case 7:return Q.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof as&&this.renderReplacedElement(r,n,r.canvas),!(r instanceof ss))return[3,12];Q.label=9;case 9:return Q.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return C=Q.sent(),this.renderReplacedElement(r,n,C),[3,12];case 11:return Q.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof fs&&r.tree?(l=new A(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,l.render(r.tree)]):[3,14];case 13:c=Q.sent(),r.width&&r.height&&this.ctx.drawImage(c,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),Q.label=14;case 14:if(r instanceof to&&(B=Math.min(r.bounds.width,r.bounds.height),r.type===Rr?r.checked&&(this.ctx.save(),this.path([new M(r.bounds.left+B*.39363,r.bounds.top+B*.79),new M(r.bounds.left+B*.16,r.bounds.top+B*.5549),new M(r.bounds.left+B*.27347,r.bounds.top+B*.44071),new M(r.bounds.left+B*.39694,r.bounds.top+B*.5649),new M(r.bounds.left+B*.72983,r.bounds.top+B*.23),new M(r.bounds.left+B*.84,r.bounds.top+B*.34085),new M(r.bounds.left+B*.39363,r.bounds.top+B*.79)]),this.ctx.fillStyle=xA(ls),this.ctx.fill(),this.ctx.restore()):r.type===Nr&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+B/2,r.bounds.top+B/2,B/4,0,Math.PI*2,!0),this.ctx.fillStyle=xA(ls),this.ctx.fill(),this.ctx.restore())),Eg(r)&&r.value.length){switch(u=this.createFontStyle(a),m=u[0],d=u[1],g=this.fontMetrics.getMetrics(m,d).baseline,this.ctx.font=m,this.ctx.fillStyle=xA(a.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=bg(r.styles.textAlign),E=Zr(r),h=0,r.styles.textAlign){case 1:h+=E.width/2;break;case 2:h+=E.width;break}w=E.add(h,0,0,-E.height/2+1),this.ctx.save(),this.path([new M(E.left,E.top),new M(E.left+E.width,E.top),new M(E.left+E.width,E.top+E.height),new M(E.left,E.top+E.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new Tt(r.value,w),a.letterSpacing,g),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!SA(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(p=r.styles.listStyleImage,p.type!==0)return[3,18];C=void 0,y=p.url,Q.label=15;case 15:return Q.trys.push([15,17,,18]),[4,this.context.cache.match(y)];case 16:return C=Q.sent(),this.ctx.drawImage(C,r.bounds.left-(C.width+10),r.bounds.top),[3,18];case 17:return Q.sent(),this.context.logger.error("Error loading list-style-image "+y),[3,18];case 18:return[3,20];case 19:t.listValue&&r.styles.listStyleType!==-1&&(m=this.createFontStyle(a)[0],this.ctx.font=m,this.ctx.fillStyle=xA(a.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",E=new pe(r.bounds.left,r.bounds.top+dA(r.styles.paddingTop,r.bounds.width),r.bounds.width,Va(a.lineHeight,a.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Tt(t.listValue,E),a.letterSpacing,Va(a.lineHeight,a.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),Q.label=20;case 20:return[2]}})})},A.prototype.renderStackContent=function(t){return PA(this,void 0,void 0,function(){var r,n,p,a,o,p,s,i,p,l,c,p,B,u,p,d,g,p,h,w,p;return RA(this,function(C){switch(C.label){case 0:if(SA(t.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(t.element)];case 1:C.sent(),r=0,n=t.negativeZIndex,C.label=2;case 2:return r<n.length?(p=n[r],[4,this.renderStack(p)]):[3,5];case 3:C.sent(),C.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(t.element)];case 6:C.sent(),a=0,o=t.nonInlineLevel,C.label=7;case 7:return a<o.length?(p=o[a],[4,this.renderNode(p)]):[3,10];case 8:C.sent(),C.label=9;case 9:return a++,[3,7];case 10:s=0,i=t.nonPositionedFloats,C.label=11;case 11:return s<i.length?(p=i[s],[4,this.renderStack(p)]):[3,14];case 12:C.sent(),C.label=13;case 13:return s++,[3,11];case 14:l=0,c=t.nonPositionedInlineLevel,C.label=15;case 15:return l<c.length?(p=c[l],[4,this.renderStack(p)]):[3,18];case 16:C.sent(),C.label=17;case 17:return l++,[3,15];case 18:B=0,u=t.inlineLevel,C.label=19;case 19:return B<u.length?(p=u[B],[4,this.renderNode(p)]):[3,22];case 20:C.sent(),C.label=21;case 21:return B++,[3,19];case 22:d=0,g=t.zeroOrAutoZIndexOrTransformedOrOpacity,C.label=23;case 23:return d<g.length?(p=g[d],[4,this.renderStack(p)]):[3,26];case 24:C.sent(),C.label=25;case 25:return d++,[3,23];case 26:h=0,w=t.positiveZIndex,C.label=27;case 27:return h<w.length?(p=w[h],[4,this.renderStack(p)]):[3,30];case 28:C.sent(),C.label=29;case 29:return h++,[3,27];case 30:return[2]}})})},A.prototype.mask=function(t){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(t.slice(0).reverse()),this.ctx.closePath()},A.prototype.path=function(t){this.ctx.beginPath(),this.formatPath(t),this.ctx.closePath()},A.prototype.formatPath=function(t){var r=this;t.forEach(function(n,a){var o=ee(n)?n.start:n;a===0?r.ctx.moveTo(o.x,o.y):r.ctx.lineTo(o.x,o.y),ee(n)&&r.ctx.bezierCurveTo(n.startControl.x,n.startControl.y,n.endControl.x,n.endControl.y,n.end.x,n.end.y)})},A.prototype.renderRepeat=function(t,r,n,a){this.path(t),this.ctx.fillStyle=r,this.ctx.translate(n,a),this.ctx.fill(),this.ctx.translate(-n,-a)},A.prototype.resizeImage=function(t,r,n){var a;if(t.width===r&&t.height===n)return t;var o=(a=this.canvas.ownerDocument)!==null&&a!==void 0?a:document,s=o.createElement("canvas");s.width=Math.max(1,r),s.height=Math.max(1,n);var i=s.getContext("2d");return i.drawImage(t,0,0,t.width,t.height,0,0,r,n),s},A.prototype.renderBackgroundImage=function(t){return PA(this,void 0,void 0,function(){var r,n,a,o,s,i;return RA(this,function(l){switch(l.label){case 0:r=t.styles.backgroundImage.length-1,n=function(c){var B,u,d,T,D,N,I,x,S,g,T,D,N,I,x,h,w,p,C,y,m,E,Q,H,S,v,T,O,G,I,x,X,D,N,q,tA,hA,iA,lA,BA,wA,cA;return RA(this,function(oA){switch(oA.label){case 0:if(c.type!==0)return[3,5];B=void 0,u=c.url,oA.label=1;case 1:return oA.trys.push([1,3,,4]),[4,a.context.cache.match(u)];case 2:return B=oA.sent(),[3,4];case 3:return oA.sent(),a.context.logger.error("Error loading background-image "+u),[3,4];case 4:return B&&(d=uo(t,r,[B.width,B.height,B.width/B.height]),T=d[0],D=d[1],N=d[2],I=d[3],x=d[4],S=a.ctx.createPattern(a.resizeImage(B,I,x),"repeat"),a.renderRepeat(T,S,D,N)),[3,6];case 5:cf(c)?(g=uo(t,r,[null,null,null]),T=g[0],D=g[1],N=g[2],I=g[3],x=g[4],h=nf(c.angle,I,x),w=h[0],p=h[1],C=h[2],y=h[3],m=h[4],E=document.createElement("canvas"),E.width=I,E.height=x,Q=E.getContext("2d"),H=Q.createLinearGradient(p,y,C,m),Ha(c.stops,w).forEach(function(fA){return H.addColorStop(fA.stop,xA(fA.color))}),Q.fillStyle=H,Q.fillRect(0,0,I,x),I>0&&x>0&&(S=a.ctx.createPattern(E,"repeat"),a.renderRepeat(T,S,D,N))):Bf(c)&&(v=uo(t,r,[null,null,null]),T=v[0],O=v[1],G=v[2],I=v[3],x=v[4],X=c.position.length===0?[Nn]:c.position,D=dA(X[0],I),N=dA(X[X.length-1],x),q=of(c,D,N,I,x),tA=q[0],hA=q[1],tA>0&&hA>0&&(iA=a.ctx.createRadialGradient(O+D,G+N,0,O+D,G+N,tA),Ha(c.stops,tA*2).forEach(function(fA){return iA.addColorStop(fA.stop,xA(fA.color))}),a.path(T),a.ctx.fillStyle=iA,tA!==hA?(lA=t.bounds.left+.5*t.bounds.width,BA=t.bounds.top+.5*t.bounds.height,wA=hA/tA,cA=1/wA,a.ctx.save(),a.ctx.translate(lA,BA),a.ctx.transform(1,0,0,wA,0,0),a.ctx.translate(-lA,-BA),a.ctx.fillRect(O,cA*(G-BA)+BA,I,x*cA),a.ctx.restore()):a.ctx.fill())),oA.label=6;case 6:return r--,[2]}})},a=this,o=0,s=t.styles.backgroundImage.slice(0).reverse(),l.label=1;case 1:return o<s.length?(i=s[o],[5,n(i)]):[3,4];case 2:l.sent(),l.label=3;case 3:return o++,[3,1];case 4:return[2]}})})},A.prototype.renderSolidBorder=function(t,r,n){return PA(this,void 0,void 0,function(){return RA(this,function(a){return this.path(Rs(n,r)),this.ctx.fillStyle=xA(t),this.ctx.fill(),[2]})})},A.prototype.renderDoubleBorder=function(t,r,n,a){return PA(this,void 0,void 0,function(){var o,s;return RA(this,function(i){switch(i.label){case 0:return r<3?[4,this.renderSolidBorder(t,n,a)]:[3,2];case 1:return i.sent(),[2];case 2:return o=dg(a,n),this.path(o),this.ctx.fillStyle=xA(t),this.ctx.fill(),s=gg(a,n),this.path(s),this.ctx.fill(),[2]}})})},A.prototype.renderNodeBackgroundAndBorders=function(t){return PA(this,void 0,void 0,function(){var r,n,a,o,s,i,l,c,B=this;return RA(this,function(u){switch(u.label){case 0:return this.applyEffects(t.getEffects(2)),r=t.container.styles,n=!Se(r.backgroundColor)||r.backgroundImage.length,a=[{style:r.borderTopStyle,color:r.borderTopColor,width:r.borderTopWidth},{style:r.borderRightStyle,color:r.borderRightColor,width:r.borderRightWidth},{style:r.borderBottomStyle,color:r.borderBottomColor,width:r.borderBottomWidth},{style:r.borderLeftStyle,color:r.borderLeftColor,width:r.borderLeftWidth}],o=yg(st(r.backgroundClip,0),t.curves),n||r.boxShadow.length?(this.ctx.save(),this.path(o),this.ctx.clip(),Se(r.backgroundColor)||(this.ctx.fillStyle=xA(r.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(t.container)]):[3,2];case 1:u.sent(),this.ctx.restore(),r.boxShadow.slice(0).reverse().forEach(function(d){B.ctx.save();var g=Wr(t.curves),h=d.inset?0:Fg,w=fg(g,-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?(B.path(g),B.ctx.clip(),B.mask(w)):(B.mask(g),B.ctx.clip(),B.path(w)),B.ctx.shadowOffsetX=d.offsetX.number+h,B.ctx.shadowOffsetY=d.offsetY.number,B.ctx.shadowColor=xA(d.color),B.ctx.shadowBlur=d.blur.number,B.ctx.fillStyle=d.inset?xA(d.color):"rgba(0,0,0,1)",B.ctx.fill(),B.ctx.restore()}),u.label=2;case 2:s=0,i=0,l=a,u.label=3;case 3:return i<l.length?(c=l[i],c.style!==0&&!Se(c.color)&&c.width>0?c.style!==2?[3,5]:[4,this.renderDashedDottedBorder(c.color,c.width,s,t.curves,2)]:[3,11]):[3,13];case 4:return u.sent(),[3,11];case 5:return c.style!==3?[3,7]:[4,this.renderDashedDottedBorder(c.color,c.width,s,t.curves,3)];case 6:return u.sent(),[3,11];case 7:return c.style!==4?[3,9]:[4,this.renderDoubleBorder(c.color,c.width,s,t.curves)];case 8:return u.sent(),[3,11];case 9:return[4,this.renderSolidBorder(c.color,s,t.curves)];case 10:u.sent(),u.label=11;case 11:s++,u.label=12;case 12:return i++,[3,3];case 13:return[2]}})})},A.prototype.renderDashedDottedBorder=function(t,r,n,a,o){return PA(this,void 0,void 0,function(){var s,i,l,c,B,u,d,g,h,w,p,C,y,m,E,Q,E,Q;return RA(this,function(H){return this.ctx.save(),s=hg(a,n),i=Rs(a,n),o===2&&(this.path(i),this.ctx.clip()),ee(i[0])?(l=i[0].start.x,c=i[0].start.y):(l=i[0].x,c=i[0].y),ee(i[1])?(B=i[1].end.x,u=i[1].end.y):(B=i[1].x,u=i[1].y),n===0||n===2?d=Math.abs(l-B):d=Math.abs(c-u),this.ctx.beginPath(),o===3?this.formatPath(s):this.formatPath(i.slice(0,2)),g=r<3?r*3:r*2,h=r<3?r*2:r,o===3&&(g=r,h=r),w=!0,d<=g*2?w=!1:d<=g*2+h?(p=d/(2*g+h),g*=p,h*=p):(C=Math.floor((d+h)/(g+h)),y=(d-C*g)/(C-1),m=(d-(C+1)*g)/C,h=m<=0||Math.abs(h-y)<Math.abs(h-m)?y:m),w&&(o===3?this.ctx.setLineDash([0,g+h]):this.ctx.setLineDash([g,h])),o===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=xA(t),this.ctx.stroke(),this.ctx.setLineDash([]),o===2&&(ee(i[0])&&(E=i[3],Q=i[0],this.ctx.beginPath(),this.formatPath([new M(E.end.x,E.end.y),new M(Q.start.x,Q.start.y)]),this.ctx.stroke()),ee(i[1])&&(E=i[1],Q=i[2],this.ctx.beginPath(),this.formatPath([new M(E.end.x,E.end.y),new M(Q.start.x,Q.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},A.prototype.render=function(t){return PA(this,void 0,void 0,function(){var r;return RA(this,function(n){switch(n.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=xA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=ug(t),[4,this.renderStack(r)];case 1:return n.sent(),this.applyEffects([]),[2,this.canvas]}})})},A}(ks),Eg=function(e){return e instanceof Bs||e instanceof cs?!0:e instanceof to&&e.type!==Nr&&e.type!==Rr},yg=function(e,A){switch(e){case 0:return Wr(A);case 2:return sg(A);case 1:default:return Yr(A)}},bg=function(e){switch(e){case 1:return"center";case 2:return"right";case 0:default:return"left"}},Ig=["-apple-system","system-ui"],Hg=function(e){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?e.filter(function(A){return Ig.indexOf(A)===-1}):e},Sg=function(e){oe(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),n.options=r,n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px",n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+r.width+"x"+r.height+" at "+r.x+","+r.y+") with scale "+r.scale),n}return A.prototype.render=function(t){return PA(this,void 0,void 0,function(){var r,n;return RA(this,function(a){switch(a.label){case 0:return r=$n(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,t),[4,xg(r)];case 1:return n=a.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=xA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(n,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},A}(ks),xg=function(e){return new Promise(function(A,t){var r=new Image;r.onload=function(){A(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},Lg=function(){function e(A){var t=A.id,r=A.enabled;this.id=t,this.enabled=r,this.start=Date.now()}return e.prototype.debug=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,nr([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.prototype.getTime=function(){return Date.now()-this.start},e.prototype.info=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,nr([this.id,this.getTime()+"ms"],A))},e.prototype.warn=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,nr([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.prototype.error=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,nr([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.instances={},e}(),Tg=function(){function e(A,t){var r;this.windowBounds=t,this.instanceName="#"+e.instanceCount++,this.logger=new Lg({id:this.instanceName,enabled:A.logging}),this.cache=(r=A.cache)!==null&&r!==void 0?r:new $d(this,A)}return e.instanceCount=1,e}(),Dg=function(e,A){return A===void 0&&(A={}),Kg(e,A)};typeof window<"u"&&Ls.setContext(window);var Kg=function(e,A){return PA(void 0,void 0,void 0,function(){var t,r,n,a,o,s,i,l,c,B,u,d,g,h,w,p,C,y,m,E,H,Q,H,S,v,T,O,G,I,x,X,D,N,q,tA,hA,iA,lA,BA,wA;return RA(this,function(cA){switch(cA.label){case 0:if(!e||typeof e!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(t=e.ownerDocument,!t)throw new Error("Element is not attached to a Document");if(r=t.defaultView,!r)throw new Error("Document is not attached to a Window");return n={allowTaint:(S=A.allowTaint)!==null&&S!==void 0?S:!1,imageTimeout:(v=A.imageTimeout)!==null&&v!==void 0?v:15e3,proxy:A.proxy,useCORS:(T=A.useCORS)!==null&&T!==void 0?T:!1},a=pn({logging:(O=A.logging)!==null&&O!==void 0?O:!0,cache:A.cache},n),o={windowWidth:(G=A.windowWidth)!==null&&G!==void 0?G:r.innerWidth,windowHeight:(I=A.windowHeight)!==null&&I!==void 0?I:r.innerHeight,scrollX:(x=A.scrollX)!==null&&x!==void 0?x:r.pageXOffset,scrollY:(X=A.scrollY)!==null&&X!==void 0?X:r.pageYOffset},s=new pe(o.scrollX,o.scrollY,o.windowWidth,o.windowHeight),i=new Tg(a,s),l=(D=A.foreignObjectRendering)!==null&&D!==void 0?D:!1,c={allowTaint:(N=A.allowTaint)!==null&&N!==void 0?N:!1,onclone:A.onclone,ignoreElements:A.ignoreElements,inlineImages:l,copyStyles:l},i.logger.debug("Starting document clone with size "+s.width+"x"+s.height+" scrolled to "+-s.left+","+-s.top),B=new Ss(i,e,c),u=B.clonedReferenceElement,u?[4,B.toIFrame(t,s)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return d=cA.sent(),g=no(u)||Od(u)?Bc(u.ownerDocument):or(i,u),h=g.width,w=g.height,p=g.left,C=g.top,y=Og(i,u,A.backgroundColor),m={canvas:A.canvas,backgroundColor:y,scale:(tA=(q=A.scale)!==null&&q!==void 0?q:r.devicePixelRatio)!==null&&tA!==void 0?tA:1,x:((hA=A.x)!==null&&hA!==void 0?hA:0)+p,y:((iA=A.y)!==null&&iA!==void 0?iA:0)+C,width:(lA=A.width)!==null&&lA!==void 0?lA:Math.ceil(h),height:(BA=A.height)!==null&&BA!==void 0?BA:Math.ceil(w)},l?(i.logger.debug("Document cloned, using foreign object rendering"),H=new Sg(i,m),[4,H.render(u)]):[3,3];case 2:return E=cA.sent(),[3,5];case 3:return i.logger.debug("Document cloned, element located at "+p+","+C+" with size "+h+"x"+w+" using computed rendering"),i.logger.debug("Starting DOM parsing"),Q=ds(i,u),y===Q.styles.backgroundColor&&(Q.styles.backgroundColor=Qe.TRANSPARENT),i.logger.debug("Starting renderer for element at "+m.x+","+m.y+" with size "+m.width+"x"+m.height),H=new Ug(i,m),[4,H.render(Q)];case 4:E=cA.sent(),cA.label=5;case 5:return(!((wA=A.removeContainer)!==null&&wA!==void 0)||wA)&&(Ss.destroy(d)||i.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),i.logger.debug("Finished rendering"),[2,E]}})})},Og=function(e,A,t){var r=A.ownerDocument,n=r.documentElement?St(e,getComputedStyle(r.documentElement).backgroundColor):Qe.TRANSPARENT,a=r.body?St(e,getComputedStyle(r.body).backgroundColor):Qe.TRANSPARENT,o=typeof t=="string"?St(e,t):t===null?Qe.TRANSPARENT:4294967295;return A===r.documentElement?Se(n)?Se(a)?o:a:n:o},it=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Mg(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Rg(e){if(e.__esModule)return e;var A=e.default;if(typeof A=="function"){var t=function r(){if(this instanceof r){var n=[null];n.push.apply(n,arguments);var a=Function.bind.apply(A,n);return new a}return A.apply(this,arguments)};t.prototype=A.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}),t}var Ps={exports:{}};/**!
23
- * Sortable 1.14.0
24
- * @author RubaXa <trash@rubaxa.org>
25
- * @author owenm <owen23355@gmail.com>
26
- * @license MIT
27
- */function Gs(e,A){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);A&&(r=r.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),t.push.apply(t,r)}return t}function de(e){for(var A=1;A<arguments.length;A++){var t=arguments[A]!=null?arguments[A]:{};A%2?Gs(Object(t),!0).forEach(function(r){Ng(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Gs(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}function _r(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_r=function(A){return typeof A}:_r=function(A){return A&&typeof Symbol=="function"&&A.constructor===Symbol&&A!==Symbol.prototype?"symbol":typeof A},_r(e)}function Ng(e,A,t){return A in e?Object.defineProperty(e,A,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[A]=t,e}function re(){return re=Object.assign||function(e){for(var A=1;A<arguments.length;A++){var t=arguments[A];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},re.apply(this,arguments)}function Vg(e,A){if(e==null)return{};var t={},r=Object.keys(e),n,a;for(a=0;a<r.length;a++)n=r[a],!(A.indexOf(n)>=0)&&(t[n]=e[n]);return t}function kg(e,A){if(e==null)return{};var t=Vg(e,A),r,n;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(n=0;n<a.length;n++)r=a[n],!(A.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(t[r]=e[r])}return t}function Pg(e){return Gg(e)||Xg(e)||Wg(e)||Yg()}function Gg(e){if(Array.isArray(e))return go(e)}function Xg(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Wg(e,A){if(e){if(typeof e=="string")return go(e,A);var t=Object.prototype.toString.call(e).slice(8,-1);if(t==="Object"&&e.constructor&&(t=e.constructor.name),t==="Map"||t==="Set")return Array.from(e);if(t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return go(e,A)}}function go(e,A){(A==null||A>e.length)&&(A=e.length);for(var t=0,r=new Array(A);t<A;t++)r[t]=e[t];return r}function Yg(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
28
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Jg="1.14.0";function ve(e){if(typeof window<"u"&&window.navigator)return!!navigator.userAgent.match(e)}var Fe=ve(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),Mt=ve(/Edge/i),Xs=ve(/firefox/i),Rt=ve(/safari/i)&&!ve(/chrome/i)&&!ve(/android/i),Ws=ve(/iP(ad|od|hone)/i),jg=ve(/chrome/i)&&ve(/android/i),Ys={capture:!1,passive:!1};function eA(e,A,t){e.addEventListener(A,t,!Fe&&Ys)}function $(e,A,t){e.removeEventListener(A,t,!Fe&&Ys)}function qr(e,A){if(A){if(A[0]===">"&&(A=A.substring(1)),e)try{if(e.matches)return e.matches(A);if(e.msMatchesSelector)return e.msMatchesSelector(A);if(e.webkitMatchesSelector)return e.webkitMatchesSelector(A)}catch{return!1}return!1}}function Zg(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function se(e,A,t,r){if(e){t=t||document;do{if(A!=null&&(A[0]===">"?e.parentNode===t&&qr(e,A):qr(e,A))||r&&e===t)return e;if(e===t)break}while(e=Zg(e))}return null}var Js=/\s+/g;function mA(e,A,t){if(e&&A)if(e.classList)e.classList[t?"add":"remove"](A);else{var r=(" "+e.className+" ").replace(Js," ").replace(" "+A+" "," ");e.className=(r+(t?" "+A:"")).replace(Js," ")}}function k(e,A,t){var r=e&&e.style;if(r){if(t===void 0)return document.defaultView&&document.defaultView.getComputedStyle?t=document.defaultView.getComputedStyle(e,""):e.currentStyle&&(t=e.currentStyle),A===void 0?t:t[A];!(A in r)&&A.indexOf("webkit")===-1&&(A="-webkit-"+A),r[A]=t+(typeof t=="string"?"":"px")}}function Xe(e,A){var t="";if(typeof e=="string")t=e;else do{var r=k(e,"transform");r&&r!=="none"&&(t=r+" "+t)}while(!A&&(e=e.parentNode));var n=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return n&&new n(t)}function js(e,A,t){if(e){var r=e.getElementsByTagName(A),n=0,a=r.length;if(t)for(;n<a;n++)t(r[n],n);return r}return[]}function ge(){var e=document.scrollingElement;return e||document.documentElement}function CA(e,A,t,r,n){if(!(!e.getBoundingClientRect&&e!==window)){var a,o,s,i,l,c,B;if(e!==window&&e.parentNode&&e!==ge()?(a=e.getBoundingClientRect(),o=a.top,s=a.left,i=a.bottom,l=a.right,c=a.height,B=a.width):(o=0,s=0,i=window.innerHeight,l=window.innerWidth,c=window.innerHeight,B=window.innerWidth),(A||t)&&e!==window&&(n=n||e.parentNode,!Fe))do if(n&&n.getBoundingClientRect&&(k(n,"transform")!=="none"||t&&k(n,"position")!=="static")){var u=n.getBoundingClientRect();o-=u.top+parseInt(k(n,"border-top-width")),s-=u.left+parseInt(k(n,"border-left-width")),i=o+a.height,l=s+a.width;break}while(n=n.parentNode);if(r&&e!==window){var d=Xe(n||e),g=d&&d.a,h=d&&d.d;d&&(o/=h,s/=g,B/=g,c/=h,i=o+c,l=s+B)}return{top:o,left:s,bottom:i,right:l,width:B,height:c}}}function Zs(e,A,t){for(var r=De(e,!0),n=CA(e)[A];r;){var a=CA(r)[t],o=void 0;if(t==="top"||t==="left"?o=n>=a:o=n<=a,!o)return r;if(r===ge())break;r=De(r,!1)}return!1}function lt(e,A,t,r){for(var n=0,a=0,o=e.children;a<o.length;){if(o[a].style.display!=="none"&&o[a]!==Y.ghost&&(r||o[a]!==Y.dragged)&&se(o[a],t.draggable,e,!1)){if(n===A)return o[a];n++}a++}return null}function ho(e,A){for(var t=e.lastElementChild;t&&(t===Y.ghost||k(t,"display")==="none"||A&&!qr(t,A));)t=t.previousElementSibling;return t||null}function vA(e,A){var t=0;if(!e||!e.parentNode)return-1;for(;e=e.previousElementSibling;)e.nodeName.toUpperCase()!=="TEMPLATE"&&e!==Y.clone&&(!A||qr(e,A))&&t++;return t}function zs(e){var A=0,t=0,r=ge();if(e)do{var n=Xe(e),a=n.a,o=n.d;A+=e.scrollLeft*a,t+=e.scrollTop*o}while(e!==r&&(e=e.parentNode));return[A,t]}function zg(e,A){for(var t in e)if(e.hasOwnProperty(t)){for(var r in A)if(A.hasOwnProperty(r)&&A[r]===e[t][r])return Number(t)}return-1}function De(e,A){if(!e||!e.getBoundingClientRect)return ge();var t=e,r=!1;do if(t.clientWidth<t.scrollWidth||t.clientHeight<t.scrollHeight){var n=k(t);if(t.clientWidth<t.scrollWidth&&(n.overflowX=="auto"||n.overflowX=="scroll")||t.clientHeight<t.scrollHeight&&(n.overflowY=="auto"||n.overflowY=="scroll")){if(!t.getBoundingClientRect||t===document.body)return ge();if(r||A)return t;r=!0}}while(t=t.parentNode);return ge()}function _g(e,A){if(e&&A)for(var t in A)A.hasOwnProperty(t)&&(e[t]=A[t]);return e}function wo(e,A){return Math.round(e.top)===Math.round(A.top)&&Math.round(e.left)===Math.round(A.left)&&Math.round(e.height)===Math.round(A.height)&&Math.round(e.width)===Math.round(A.width)}var Nt;function _s(e,A){return function(){if(!Nt){var t=arguments,r=this;t.length===1?e.call(r,t[0]):e.apply(r,t),Nt=setTimeout(function(){Nt=void 0},A)}}}function qg(){clearTimeout(Nt),Nt=void 0}function qs(e,A,t){e.scrollLeft+=A,e.scrollTop+=t}function po(e){var A=window.Polymer,t=window.jQuery||window.Zepto;return A&&A.dom?A.dom(e).cloneNode(!0):t?t(e).clone(!0)[0]:e.cloneNode(!0)}function $s(e,A){k(e,"position","absolute"),k(e,"top",A.top),k(e,"left",A.left),k(e,"width",A.width),k(e,"height",A.height)}function Co(e){k(e,"position",""),k(e,"top",""),k(e,"left",""),k(e,"width",""),k(e,"height","")}var VA="Sortable"+new Date().getTime();function $g(){var e=[],A;return{captureAnimationState:function(){if(e=[],!!this.options.animation){var r=[].slice.call(this.el.children);r.forEach(function(n){if(!(k(n,"display")==="none"||n===Y.ghost)){e.push({target:n,rect:CA(n)});var a=de({},e[e.length-1].rect);if(n.thisAnimationDuration){var o=Xe(n,!0);o&&(a.top-=o.f,a.left-=o.e)}n.fromRect=a}})}},addAnimationState:function(r){e.push(r)},removeAnimationState:function(r){e.splice(zg(e,{target:r}),1)},animateAll:function(r){var n=this;if(!this.options.animation){clearTimeout(A),typeof r=="function"&&r();return}var a=!1,o=0;e.forEach(function(s){var i=0,l=s.target,c=l.fromRect,B=CA(l),u=l.prevFromRect,d=l.prevToRect,g=s.rect,h=Xe(l,!0);h&&(B.top-=h.f,B.left-=h.e),l.toRect=B,l.thisAnimationDuration&&wo(u,B)&&!wo(c,B)&&(g.top-B.top)/(g.left-B.left)===(c.top-B.top)/(c.left-B.left)&&(i=eh(g,u,d,n.options)),wo(B,c)||(l.prevFromRect=c,l.prevToRect=B,i||(i=n.options.animation),n.animate(l,g,B,i)),i&&(a=!0,o=Math.max(o,i),clearTimeout(l.animationResetTimer),l.animationResetTimer=setTimeout(function(){l.animationTime=0,l.prevFromRect=null,l.fromRect=null,l.prevToRect=null,l.thisAnimationDuration=null},i),l.thisAnimationDuration=i)}),clearTimeout(A),a?A=setTimeout(function(){typeof r=="function"&&r()},o):typeof r=="function"&&r(),e=[]},animate:function(r,n,a,o){if(o){k(r,"transition",""),k(r,"transform","");var s=Xe(this.el),i=s&&s.a,l=s&&s.d,c=(n.left-a.left)/(i||1),B=(n.top-a.top)/(l||1);r.animatingX=!!c,r.animatingY=!!B,k(r,"transform","translate3d("+c+"px,"+B+"px,0)"),this.forRepaintDummy=Ah(r),k(r,"transition","transform "+o+"ms"+(this.options.easing?" "+this.options.easing:"")),k(r,"transform","translate3d(0,0,0)"),typeof r.animated=="number"&&clearTimeout(r.animated),r.animated=setTimeout(function(){k(r,"transition",""),k(r,"transform",""),r.animated=!1,r.animatingX=!1,r.animatingY=!1},o)}}}}function Ah(e){return e.offsetWidth}function eh(e,A,t,r){return Math.sqrt(Math.pow(A.top-e.top,2)+Math.pow(A.left-e.left,2))/Math.sqrt(Math.pow(A.top-t.top,2)+Math.pow(A.left-t.left,2))*r.animation}var ct=[],Qo={initializeByDefault:!0},Vt={mount:function(A){for(var t in Qo)Qo.hasOwnProperty(t)&&!(t in A)&&(A[t]=Qo[t]);ct.forEach(function(r){if(r.pluginName===A.pluginName)throw"Sortable: Cannot mount plugin ".concat(A.pluginName," more than once")}),ct.push(A)},pluginEvent:function(A,t,r){var n=this;this.eventCanceled=!1,r.cancel=function(){n.eventCanceled=!0};var a=A+"Global";ct.forEach(function(o){t[o.pluginName]&&(t[o.pluginName][a]&&t[o.pluginName][a](de({sortable:t},r)),t.options[o.pluginName]&&t[o.pluginName][A]&&t[o.pluginName][A](de({sortable:t},r)))})},initializePlugins:function(A,t,r,n){ct.forEach(function(s){var i=s.pluginName;if(!(!A.options[i]&&!s.initializeByDefault)){var l=new s(A,t,A.options);l.sortable=A,l.options=A.options,A[i]=l,re(r,l.defaults)}});for(var a in A.options)if(A.options.hasOwnProperty(a)){var o=this.modifyOption(A,a,A.options[a]);typeof o<"u"&&(A.options[a]=o)}},getEventProperties:function(A,t){var r={};return ct.forEach(function(n){typeof n.eventProperties=="function"&&re(r,n.eventProperties.call(t[n.pluginName],A))}),r},modifyOption:function(A,t,r){var n;return ct.forEach(function(a){A[a.pluginName]&&a.optionListeners&&typeof a.optionListeners[t]=="function"&&(n=a.optionListeners[t].call(A[a.pluginName],r))}),n}};function kt(e){var A=e.sortable,t=e.rootEl,r=e.name,n=e.targetEl,a=e.cloneEl,o=e.toEl,s=e.fromEl,i=e.oldIndex,l=e.newIndex,c=e.oldDraggableIndex,B=e.newDraggableIndex,u=e.originalEvent,d=e.putSortable,g=e.extraEventProperties;if(A=A||t&&t[VA],!!A){var h,w=A.options,p="on"+r.charAt(0).toUpperCase()+r.substr(1);window.CustomEvent&&!Fe&&!Mt?h=new CustomEvent(r,{bubbles:!0,cancelable:!0}):(h=document.createEvent("Event"),h.initEvent(r,!0,!0)),h.to=o||t,h.from=s||t,h.item=n||t,h.clone=a,h.oldIndex=i,h.newIndex=l,h.oldDraggableIndex=c,h.newDraggableIndex=B,h.originalEvent=u,h.pullMode=d?d.lastPutMode:void 0;var C=de(de({},g),Vt.getEventProperties(r,A));for(var y in C)h[y]=C[y];t&&t.dispatchEvent(h),w[p]&&w[p].call(A,h)}}var th=["evt"],YA=function(A,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=r.evt,a=kg(r,th);Vt.pluginEvent.bind(Y)(A,t,de({dragEl:K,parentEl:FA,ghostEl:z,rootEl:QA,nextEl:We,lastDownEl:$r,cloneEl:UA,cloneHidden:Ke,dragStarted:Gt,putSortable:DA,activeSortable:Y.active,originalEvent:n,oldIndex:Bt,oldDraggableIndex:Pt,newIndex:zA,newDraggableIndex:Oe,hideGhostForTarget:ai,unhideGhostForTarget:si,cloneNowHidden:function(){Ke=!0},cloneNowShown:function(){Ke=!1},dispatchSortableEvent:function(s){GA({sortable:t,name:s,originalEvent:n})}},a))};function GA(e){kt(de({putSortable:DA,cloneEl:UA,targetEl:K,rootEl:QA,oldIndex:Bt,oldDraggableIndex:Pt,newIndex:zA,newDraggableIndex:Oe},e))}var K,FA,z,QA,We,$r,UA,Ke,Bt,zA,Pt,Oe,An,DA,ft=!1,en=!1,tn=[],Ye,ie,mo,vo,Ai,ei,Gt,ut,Xt,Wt=!1,rn=!1,nn,kA,Fo=[],Uo=!1,on=[],an=typeof document<"u",sn=Ws,ti=Mt||Fe?"cssFloat":"float",rh=an&&!jg&&!Ws&&"draggable"in document.createElement("div"),ri=function(){if(an){if(Fe)return!1;var e=document.createElement("x");return e.style.cssText="pointer-events:auto",e.style.pointerEvents==="auto"}}(),ni=function(A,t){var r=k(A),n=parseInt(r.width)-parseInt(r.paddingLeft)-parseInt(r.paddingRight)-parseInt(r.borderLeftWidth)-parseInt(r.borderRightWidth),a=lt(A,0,t),o=lt(A,1,t),s=a&&k(a),i=o&&k(o),l=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+CA(a).width,c=i&&parseInt(i.marginLeft)+parseInt(i.marginRight)+CA(o).width;if(r.display==="flex")return r.flexDirection==="column"||r.flexDirection==="column-reverse"?"vertical":"horizontal";if(r.display==="grid")return r.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(a&&s.float&&s.float!=="none"){var B=s.float==="left"?"left":"right";return o&&(i.clear==="both"||i.clear===B)?"vertical":"horizontal"}return a&&(s.display==="block"||s.display==="flex"||s.display==="table"||s.display==="grid"||l>=n&&r[ti]==="none"||o&&r[ti]==="none"&&l+c>n)?"vertical":"horizontal"},nh=function(A,t,r){var n=r?A.left:A.top,a=r?A.right:A.bottom,o=r?A.width:A.height,s=r?t.left:t.top,i=r?t.right:t.bottom,l=r?t.width:t.height;return n===s||a===i||n+o/2===s+l/2},oh=function(A,t){var r;return tn.some(function(n){var a=n[VA].options.emptyInsertThreshold;if(!(!a||ho(n))){var o=CA(n),s=A>=o.left-a&&A<=o.right+a,i=t>=o.top-a&&t<=o.bottom+a;if(s&&i)return r=n}}),r},oi=function(A){function t(a,o){return function(s,i,l,c){var B=s.options.group.name&&i.options.group.name&&s.options.group.name===i.options.group.name;if(a==null&&(o||B))return!0;if(a==null||a===!1)return!1;if(o&&a==="clone")return a;if(typeof a=="function")return t(a(s,i,l,c),o)(s,i,l,c);var u=(o?s:i).options.group.name;return a===!0||typeof a=="string"&&a===u||a.join&&a.indexOf(u)>-1}}var r={},n=A.group;(!n||_r(n)!="object")&&(n={name:n}),r.name=n.name,r.checkPull=t(n.pull,!0),r.checkPut=t(n.put),r.revertClone=n.revertClone,A.group=r},ai=function(){!ri&&z&&k(z,"display","none")},si=function(){!ri&&z&&k(z,"display","")};an&&document.addEventListener("click",function(e){if(en)return e.preventDefault(),e.stopPropagation&&e.stopPropagation(),e.stopImmediatePropagation&&e.stopImmediatePropagation(),en=!1,!1},!0);var Je=function(A){if(K){A=A.touches?A.touches[0]:A;var t=oh(A.clientX,A.clientY);if(t){var r={};for(var n in A)A.hasOwnProperty(n)&&(r[n]=A[n]);r.target=r.rootEl=t,r.preventDefault=void 0,r.stopPropagation=void 0,t[VA]._onDragOver(r)}}},ah=function(A){K&&K.parentNode[VA]._isOutsideThisEl(A.target)};function Y(e,A){if(!(e&&e.nodeType&&e.nodeType===1))throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e));this.el=e,this.options=A=re({},A),e[VA]=this;var t={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return ni(e,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(o,s){o.setData("Text",s.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:Y.supportPointer!==!1&&"PointerEvent"in window&&!Rt,emptyInsertThreshold:5};Vt.initializePlugins(this,e,t);for(var r in t)!(r in A)&&(A[r]=t[r]);oi(A);for(var n in this)n.charAt(0)==="_"&&typeof this[n]=="function"&&(this[n]=this[n].bind(this));this.nativeDraggable=A.forceFallback?!1:rh,this.nativeDraggable&&(this.options.touchStartThreshold=1),A.supportPointer?eA(e,"pointerdown",this._onTapStart):(eA(e,"mousedown",this._onTapStart),eA(e,"touchstart",this._onTapStart)),this.nativeDraggable&&(eA(e,"dragover",this),eA(e,"dragenter",this)),tn.push(this.el),A.store&&A.store.get&&this.sort(A.store.get(this)||[]),re(this,$g())}Y.prototype={constructor:Y,_isOutsideThisEl:function(A){!this.el.contains(A)&&A!==this.el&&(ut=null)},_getDirection:function(A,t){return typeof this.options.direction=="function"?this.options.direction.call(this,A,t,K):this.options.direction},_onTapStart:function(A){if(A.cancelable){var t=this,r=this.el,n=this.options,a=n.preventOnFilter,o=A.type,s=A.touches&&A.touches[0]||A.pointerType&&A.pointerType==="touch"&&A,i=(s||A).target,l=A.target.shadowRoot&&(A.path&&A.path[0]||A.composedPath&&A.composedPath()[0])||i,c=n.filter;if(dh(r),!K&&!(/mousedown|pointerdown/.test(o)&&A.button!==0||n.disabled)&&!l.isContentEditable&&!(!this.nativeDraggable&&Rt&&i&&i.tagName.toUpperCase()==="SELECT")&&(i=se(i,n.draggable,r,!1),!(i&&i.animated)&&$r!==i)){if(Bt=vA(i),Pt=vA(i,n.draggable),typeof c=="function"){if(c.call(this,A,i,this)){GA({sortable:t,rootEl:l,name:"filter",targetEl:i,toEl:r,fromEl:r}),YA("filter",t,{evt:A}),a&&A.cancelable&&A.preventDefault();return}}else if(c&&(c=c.split(",").some(function(B){if(B=se(l,B.trim(),r,!1),B)return GA({sortable:t,rootEl:B,name:"filter",targetEl:i,fromEl:r,toEl:r}),YA("filter",t,{evt:A}),!0}),c)){a&&A.cancelable&&A.preventDefault();return}n.handle&&!se(l,n.handle,r,!1)||this._prepareDragStart(A,s,i)}}},_prepareDragStart:function(A,t,r){var n=this,a=n.el,o=n.options,s=a.ownerDocument,i;if(r&&!K&&r.parentNode===a){var l=CA(r);if(QA=a,K=r,FA=K.parentNode,We=K.nextSibling,$r=r,An=o.group,Y.dragged=K,Ye={target:K,clientX:(t||A).clientX,clientY:(t||A).clientY},Ai=Ye.clientX-l.left,ei=Ye.clientY-l.top,this._lastX=(t||A).clientX,this._lastY=(t||A).clientY,K.style["will-change"]="all",i=function(){if(YA("delayEnded",n,{evt:A}),Y.eventCanceled){n._onDrop();return}n._disableDelayedDragEvents(),!Xs&&n.nativeDraggable&&(K.draggable=!0),n._triggerDragStart(A,t),GA({sortable:n,name:"choose",originalEvent:A}),mA(K,o.chosenClass,!0)},o.ignore.split(",").forEach(function(c){js(K,c.trim(),Eo)}),eA(s,"dragover",Je),eA(s,"mousemove",Je),eA(s,"touchmove",Je),eA(s,"mouseup",n._onDrop),eA(s,"touchend",n._onDrop),eA(s,"touchcancel",n._onDrop),Xs&&this.nativeDraggable&&(this.options.touchStartThreshold=4,K.draggable=!0),YA("delayStart",this,{evt:A}),o.delay&&(!o.delayOnTouchOnly||t)&&(!this.nativeDraggable||!(Mt||Fe))){if(Y.eventCanceled){this._onDrop();return}eA(s,"mouseup",n._disableDelayedDrag),eA(s,"touchend",n._disableDelayedDrag),eA(s,"touchcancel",n._disableDelayedDrag),eA(s,"mousemove",n._delayedDragTouchMoveHandler),eA(s,"touchmove",n._delayedDragTouchMoveHandler),o.supportPointer&&eA(s,"pointermove",n._delayedDragTouchMoveHandler),n._dragStartTimer=setTimeout(i,o.delay)}else i()}},_delayedDragTouchMoveHandler:function(A){var t=A.touches?A.touches[0]:A;Math.max(Math.abs(t.clientX-this._lastX),Math.abs(t.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){K&&Eo(K),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var A=this.el.ownerDocument;$(A,"mouseup",this._disableDelayedDrag),$(A,"touchend",this._disableDelayedDrag),$(A,"touchcancel",this._disableDelayedDrag),$(A,"mousemove",this._delayedDragTouchMoveHandler),$(A,"touchmove",this._delayedDragTouchMoveHandler),$(A,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(A,t){t=t||A.pointerType=="touch"&&A,!this.nativeDraggable||t?this.options.supportPointer?eA(document,"pointermove",this._onTouchMove):t?eA(document,"touchmove",this._onTouchMove):eA(document,"mousemove",this._onTouchMove):(eA(K,"dragend",this),eA(QA,"dragstart",this._onDragStart));try{document.selection?cn(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch{}},_dragStarted:function(A,t){if(ft=!1,QA&&K){YA("dragStarted",this,{evt:t}),this.nativeDraggable&&eA(document,"dragover",ah);var r=this.options;!A&&mA(K,r.dragClass,!1),mA(K,r.ghostClass,!0),Y.active=this,A&&this._appendGhost(),GA({sortable:this,name:"start",originalEvent:t})}else this._nulling()},_emulateDragOver:function(){if(ie){this._lastX=ie.clientX,this._lastY=ie.clientY,ai();for(var A=document.elementFromPoint(ie.clientX,ie.clientY),t=A;A&&A.shadowRoot&&(A=A.shadowRoot.elementFromPoint(ie.clientX,ie.clientY),A!==t);)t=A;if(K.parentNode[VA]._isOutsideThisEl(A),t)do{if(t[VA]){var r=void 0;if(r=t[VA]._onDragOver({clientX:ie.clientX,clientY:ie.clientY,target:A,rootEl:t}),r&&!this.options.dragoverBubble)break}A=t}while(t=t.parentNode);si()}},_onTouchMove:function(A){if(Ye){var t=this.options,r=t.fallbackTolerance,n=t.fallbackOffset,a=A.touches?A.touches[0]:A,o=z&&Xe(z,!0),s=z&&o&&o.a,i=z&&o&&o.d,l=sn&&kA&&zs(kA),c=(a.clientX-Ye.clientX+n.x)/(s||1)+(l?l[0]-Fo[0]:0)/(s||1),B=(a.clientY-Ye.clientY+n.y)/(i||1)+(l?l[1]-Fo[1]:0)/(i||1);if(!Y.active&&!ft){if(r&&Math.max(Math.abs(a.clientX-this._lastX),Math.abs(a.clientY-this._lastY))<r)return;this._onDragStart(A,!0)}if(z){o?(o.e+=c-(mo||0),o.f+=B-(vo||0)):o={a:1,b:0,c:0,d:1,e:c,f:B};var u="matrix(".concat(o.a,",").concat(o.b,",").concat(o.c,",").concat(o.d,",").concat(o.e,",").concat(o.f,")");k(z,"webkitTransform",u),k(z,"mozTransform",u),k(z,"msTransform",u),k(z,"transform",u),mo=c,vo=B,ie=a}A.cancelable&&A.preventDefault()}},_appendGhost:function(){if(!z){var A=this.options.fallbackOnBody?document.body:QA,t=CA(K,!0,sn,!0,A),r=this.options;if(sn){for(kA=A;k(kA,"position")==="static"&&k(kA,"transform")==="none"&&kA!==document;)kA=kA.parentNode;kA!==document.body&&kA!==document.documentElement?(kA===document&&(kA=ge()),t.top+=kA.scrollTop,t.left+=kA.scrollLeft):kA=ge(),Fo=zs(kA)}z=K.cloneNode(!0),mA(z,r.ghostClass,!1),mA(z,r.fallbackClass,!0),mA(z,r.dragClass,!0),k(z,"transition",""),k(z,"transform",""),k(z,"box-sizing","border-box"),k(z,"margin",0),k(z,"top",t.top),k(z,"left",t.left),k(z,"width",t.width),k(z,"height",t.height),k(z,"opacity","0.8"),k(z,"position",sn?"absolute":"fixed"),k(z,"zIndex","100000"),k(z,"pointerEvents","none"),Y.ghost=z,A.appendChild(z),k(z,"transform-origin",Ai/parseInt(z.style.width)*100+"% "+ei/parseInt(z.style.height)*100+"%")}},_onDragStart:function(A,t){var r=this,n=A.dataTransfer,a=r.options;if(YA("dragStart",this,{evt:A}),Y.eventCanceled){this._onDrop();return}YA("setupClone",this),Y.eventCanceled||(UA=po(K),UA.draggable=!1,UA.style["will-change"]="",this._hideClone(),mA(UA,this.options.chosenClass,!1),Y.clone=UA),r.cloneId=cn(function(){YA("clone",r),!Y.eventCanceled&&(r.options.removeCloneOnHide||QA.insertBefore(UA,K),r._hideClone(),GA({sortable:r,name:"clone"}))}),!t&&mA(K,a.dragClass,!0),t?(en=!0,r._loopId=setInterval(r._emulateDragOver,50)):($(document,"mouseup",r._onDrop),$(document,"touchend",r._onDrop),$(document,"touchcancel",r._onDrop),n&&(n.effectAllowed="move",a.setData&&a.setData.call(r,n,K)),eA(document,"drop",r),k(K,"transform","translateZ(0)")),ft=!0,r._dragStartId=cn(r._dragStarted.bind(r,t,A)),eA(document,"selectstart",r),Gt=!0,Rt&&k(document.body,"user-select","none")},_onDragOver:function(A){var t=this.el,r=A.target,n,a,o,s=this.options,i=s.group,l=Y.active,c=An===i,B=s.sort,u=DA||l,d,g=this,h=!1;if(Uo)return;function w(q,tA){YA(q,g,de({evt:A,isOwner:c,axis:d?"vertical":"horizontal",revert:o,dragRect:n,targetRect:a,canSort:B,fromSortable:u,target:r,completed:C,onMove:function(iA,lA){return ln(QA,t,K,n,iA,CA(iA),A,lA)},changed:y},tA))}function p(){w("dragOverAnimationCapture"),g.captureAnimationState(),g!==u&&u.captureAnimationState()}function C(q){return w("dragOverCompleted",{insertion:q}),q&&(c?l._hideClone():l._showClone(g),g!==u&&(mA(K,DA?DA.options.ghostClass:l.options.ghostClass,!1),mA(K,s.ghostClass,!0)),DA!==g&&g!==Y.active?DA=g:g===Y.active&&DA&&(DA=null),u===g&&(g._ignoreWhileAnimating=r),g.animateAll(function(){w("dragOverAnimationComplete"),g._ignoreWhileAnimating=null}),g!==u&&(u.animateAll(),u._ignoreWhileAnimating=null)),(r===K&&!K.animated||r===t&&!r.animated)&&(ut=null),!s.dragoverBubble&&!A.rootEl&&r!==document&&(K.parentNode[VA]._isOutsideThisEl(A.target),!q&&Je(A)),!s.dragoverBubble&&A.stopPropagation&&A.stopPropagation(),h=!0}function y(){zA=vA(K),Oe=vA(K,s.draggable),GA({sortable:g,name:"change",toEl:t,newIndex:zA,newDraggableIndex:Oe,originalEvent:A})}if(A.preventDefault!==void 0&&A.cancelable&&A.preventDefault(),r=se(r,s.draggable,t,!0),w("dragOver"),Y.eventCanceled)return h;if(K.contains(A.target)||r.animated&&r.animatingX&&r.animatingY||g._ignoreWhileAnimating===r)return C(!1);if(en=!1,l&&!s.disabled&&(c?B||(o=FA!==QA):DA===this||(this.lastPutMode=An.checkPull(this,l,K,A))&&i.checkPut(this,l,K,A))){if(d=this._getDirection(A,r)==="vertical",n=CA(K),w("dragOverValid"),Y.eventCanceled)return h;if(o)return FA=QA,p(),this._hideClone(),w("revert"),Y.eventCanceled||(We?QA.insertBefore(K,We):QA.appendChild(K)),C(!0);var m=ho(t,s.draggable);if(!m||ch(A,d,this)&&!m.animated){if(m===K)return C(!1);if(m&&t===A.target&&(r=m),r&&(a=CA(r)),ln(QA,t,K,n,r,a,A,!!r)!==!1)return p(),t.appendChild(K),FA=t,y(),C(!0)}else if(m&&lh(A,d,this)){var E=lt(t,0,s,!0);if(E===K)return C(!1);if(r=E,a=CA(r),ln(QA,t,K,n,r,a,A,!1)!==!1)return p(),t.insertBefore(K,E),FA=t,y(),C(!0)}else if(r.parentNode===t){a=CA(r);var Q=0,H,S=K.parentNode!==t,v=!nh(K.animated&&K.toRect||n,r.animated&&r.toRect||a,d),T=d?"top":"left",O=Zs(r,"top","top")||Zs(K,"top","top"),G=O?O.scrollTop:void 0;ut!==r&&(H=a[T],Wt=!1,rn=!v&&s.invertSwap||S),Q=Bh(A,r,a,d,v?1:s.swapThreshold,s.invertedSwapThreshold==null?s.swapThreshold:s.invertedSwapThreshold,rn,ut===r);var I;if(Q!==0){var x=vA(K);do x-=Q,I=FA.children[x];while(I&&(k(I,"display")==="none"||I===z))}if(Q===0||I===r)return C(!1);ut=r,Xt=Q;var X=r.nextElementSibling,D=!1;D=Q===1;var N=ln(QA,t,K,n,r,a,A,D);if(N!==!1)return(N===1||N===-1)&&(D=N===1),Uo=!0,setTimeout(ih,30),p(),D&&!X?t.appendChild(K):r.parentNode.insertBefore(K,D?X:r),O&&qs(O,0,G-O.scrollTop),FA=K.parentNode,H!==void 0&&!rn&&(nn=Math.abs(H-CA(r)[T])),y(),C(!0)}if(t.contains(K))return C(!1)}return!1},_ignoreWhileAnimating:null,_offMoveEvents:function(){$(document,"mousemove",this._onTouchMove),$(document,"touchmove",this._onTouchMove),$(document,"pointermove",this._onTouchMove),$(document,"dragover",Je),$(document,"mousemove",Je),$(document,"touchmove",Je)},_offUpEvents:function(){var A=this.el.ownerDocument;$(A,"mouseup",this._onDrop),$(A,"touchend",this._onDrop),$(A,"pointerup",this._onDrop),$(A,"touchcancel",this._onDrop),$(document,"selectstart",this)},_onDrop:function(A){var t=this.el,r=this.options;if(zA=vA(K),Oe=vA(K,r.draggable),YA("drop",this,{evt:A}),FA=K&&K.parentNode,zA=vA(K),Oe=vA(K,r.draggable),Y.eventCanceled){this._nulling();return}ft=!1,rn=!1,Wt=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),yo(this.cloneId),yo(this._dragStartId),this.nativeDraggable&&($(document,"drop",this),$(t,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),Rt&&k(document.body,"user-select",""),k(K,"transform",""),A&&(Gt&&(A.cancelable&&A.preventDefault(),!r.dropBubble&&A.stopPropagation()),z&&z.parentNode&&z.parentNode.removeChild(z),(QA===FA||DA&&DA.lastPutMode!=="clone")&&UA&&UA.parentNode&&UA.parentNode.removeChild(UA),K&&(this.nativeDraggable&&$(K,"dragend",this),Eo(K),K.style["will-change"]="",Gt&&!ft&&mA(K,DA?DA.options.ghostClass:this.options.ghostClass,!1),mA(K,this.options.chosenClass,!1),GA({sortable:this,name:"unchoose",toEl:FA,newIndex:null,newDraggableIndex:null,originalEvent:A}),QA!==FA?(zA>=0&&(GA({rootEl:FA,name:"add",toEl:FA,fromEl:QA,originalEvent:A}),GA({sortable:this,name:"remove",toEl:FA,originalEvent:A}),GA({rootEl:FA,name:"sort",toEl:FA,fromEl:QA,originalEvent:A}),GA({sortable:this,name:"sort",toEl:FA,originalEvent:A})),DA&&DA.save()):zA!==Bt&&zA>=0&&(GA({sortable:this,name:"update",toEl:FA,originalEvent:A}),GA({sortable:this,name:"sort",toEl:FA,originalEvent:A})),Y.active&&((zA==null||zA===-1)&&(zA=Bt,Oe=Pt),GA({sortable:this,name:"end",toEl:FA,originalEvent:A}),this.save()))),this._nulling()},_nulling:function(){YA("nulling",this),QA=K=FA=z=We=UA=$r=Ke=Ye=ie=Gt=zA=Oe=Bt=Pt=ut=Xt=DA=An=Y.dragged=Y.ghost=Y.clone=Y.active=null,on.forEach(function(A){A.checked=!0}),on.length=mo=vo=0},handleEvent:function(A){switch(A.type){case"drop":case"dragend":this._onDrop(A);break;case"dragenter":case"dragover":K&&(this._onDragOver(A),sh(A));break;case"selectstart":A.preventDefault();break}},toArray:function(){for(var A=[],t,r=this.el.children,n=0,a=r.length,o=this.options;n<a;n++)t=r[n],se(t,o.draggable,this.el,!1)&&A.push(t.getAttribute(o.dataIdAttr)||uh(t));return A},sort:function(A,t){var r={},n=this.el;this.toArray().forEach(function(a,o){var s=n.children[o];se(s,this.options.draggable,n,!1)&&(r[a]=s)},this),t&&this.captureAnimationState(),A.forEach(function(a){r[a]&&(n.removeChild(r[a]),n.appendChild(r[a]))}),t&&this.animateAll()},save:function(){var A=this.options.store;A&&A.set&&A.set(this)},closest:function(A,t){return se(A,t||this.options.draggable,this.el,!1)},option:function(A,t){var r=this.options;if(t===void 0)return r[A];var n=Vt.modifyOption(this,A,t);typeof n<"u"?r[A]=n:r[A]=t,A==="group"&&oi(r)},destroy:function(){YA("destroy",this);var A=this.el;A[VA]=null,$(A,"mousedown",this._onTapStart),$(A,"touchstart",this._onTapStart),$(A,"pointerdown",this._onTapStart),this.nativeDraggable&&($(A,"dragover",this),$(A,"dragenter",this)),Array.prototype.forEach.call(A.querySelectorAll("[draggable]"),function(t){t.removeAttribute("draggable")}),this._onDrop(),this._disableDelayedDragEvents(),tn.splice(tn.indexOf(this.el),1),this.el=A=null},_hideClone:function(){if(!Ke){if(YA("hideClone",this),Y.eventCanceled)return;k(UA,"display","none"),this.options.removeCloneOnHide&&UA.parentNode&&UA.parentNode.removeChild(UA),Ke=!0}},_showClone:function(A){if(A.lastPutMode!=="clone"){this._hideClone();return}if(Ke){if(YA("showClone",this),Y.eventCanceled)return;K.parentNode==QA&&!this.options.group.revertClone?QA.insertBefore(UA,K):We?QA.insertBefore(UA,We):QA.appendChild(UA),this.options.group.revertClone&&this.animate(K,UA),k(UA,"display",""),Ke=!1}}};function sh(e){e.dataTransfer&&(e.dataTransfer.dropEffect="move"),e.cancelable&&e.preventDefault()}function ln(e,A,t,r,n,a,o,s){var i,l=e[VA],c=l.options.onMove,B;return window.CustomEvent&&!Fe&&!Mt?i=new CustomEvent("move",{bubbles:!0,cancelable:!0}):(i=document.createEvent("Event"),i.initEvent("move",!0,!0)),i.to=A,i.from=e,i.dragged=t,i.draggedRect=r,i.related=n||A,i.relatedRect=a||CA(A),i.willInsertAfter=s,i.originalEvent=o,e.dispatchEvent(i),c&&(B=c.call(l,i,o)),B}function Eo(e){e.draggable=!1}function ih(){Uo=!1}function lh(e,A,t){var r=CA(lt(t.el,0,t.options,!0)),n=10;return A?e.clientX<r.left-n||e.clientY<r.top&&e.clientX<r.right:e.clientY<r.top-n||e.clientY<r.bottom&&e.clientX<r.left}function ch(e,A,t){var r=CA(ho(t.el,t.options.draggable)),n=10;return A?e.clientX>r.right+n||e.clientX<=r.right&&e.clientY>r.bottom&&e.clientX>=r.left:e.clientX>r.right&&e.clientY>r.top||e.clientX<=r.right&&e.clientY>r.bottom+n}function Bh(e,A,t,r,n,a,o,s){var i=r?e.clientY:e.clientX,l=r?t.height:t.width,c=r?t.top:t.left,B=r?t.bottom:t.right,u=!1;if(!o){if(s&&nn<l*n){if(!Wt&&(Xt===1?i>c+l*a/2:i<B-l*a/2)&&(Wt=!0),Wt)u=!0;else if(Xt===1?i<c+nn:i>B-nn)return-Xt}else if(i>c+l*(1-n)/2&&i<B-l*(1-n)/2)return fh(A)}return u=u||o,u&&(i<c+l*a/2||i>B-l*a/2)?i>c+l/2?1:-1:0}function fh(e){return vA(K)<vA(e)?1:-1}function uh(e){for(var A=e.tagName+e.className+e.src+e.href+e.textContent,t=A.length,r=0;t--;)r+=A.charCodeAt(t);return r.toString(36)}function dh(e){on.length=0;for(var A=e.getElementsByTagName("input"),t=A.length;t--;){var r=A[t];r.checked&&on.push(r)}}function cn(e){return setTimeout(e,0)}function yo(e){return clearTimeout(e)}an&&eA(document,"touchmove",function(e){(Y.active||ft)&&e.cancelable&&e.preventDefault()}),Y.utils={on:eA,off:$,css:k,find:js,is:function(A,t){return!!se(A,t,A,!1)},extend:_g,throttle:_s,closest:se,toggleClass:mA,clone:po,index:vA,nextTick:cn,cancelNextTick:yo,detectDirection:ni,getChild:lt},Y.get=function(e){return e[VA]},Y.mount=function(){for(var e=arguments.length,A=new Array(e),t=0;t<e;t++)A[t]=arguments[t];A[0].constructor===Array&&(A=A[0]),A.forEach(function(r){if(!r.prototype||!r.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(r));r.utils&&(Y.utils=de(de({},Y.utils),r.utils)),Vt.mount(r)})},Y.create=function(e,A){return new Y(e,A)},Y.version=Jg;var HA=[],Yt,bo,Io=!1,Ho,So,Bn,Jt;function gh(){function e(){this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0};for(var A in this)A.charAt(0)==="_"&&typeof this[A]=="function"&&(this[A]=this[A].bind(this))}return e.prototype={dragStarted:function(t){var r=t.originalEvent;this.sortable.nativeDraggable?eA(document,"dragover",this._handleAutoScroll):this.options.supportPointer?eA(document,"pointermove",this._handleFallbackAutoScroll):r.touches?eA(document,"touchmove",this._handleFallbackAutoScroll):eA(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var r=t.originalEvent;!this.options.dragOverBubble&&!r.rootEl&&this._handleAutoScroll(r)},drop:function(){this.sortable.nativeDraggable?$(document,"dragover",this._handleAutoScroll):($(document,"pointermove",this._handleFallbackAutoScroll),$(document,"touchmove",this._handleFallbackAutoScroll),$(document,"mousemove",this._handleFallbackAutoScroll)),ii(),fn(),qg()},nulling:function(){Bn=bo=Yt=Io=Jt=Ho=So=null,HA.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,r){var n=this,a=(t.touches?t.touches[0]:t).clientX,o=(t.touches?t.touches[0]:t).clientY,s=document.elementFromPoint(a,o);if(Bn=t,r||this.options.forceAutoScrollFallback||Mt||Fe||Rt){xo(t,this.options,s,r);var i=De(s,!0);Io&&(!Jt||a!==Ho||o!==So)&&(Jt&&ii(),Jt=setInterval(function(){var l=De(document.elementFromPoint(a,o),!0);l!==i&&(i=l,fn()),xo(t,n.options,l,r)},10),Ho=a,So=o)}else{if(!this.options.bubbleScroll||De(s,!0)===ge()){fn();return}xo(t,this.options,De(s,!1),!1)}}},re(e,{pluginName:"scroll",initializeByDefault:!0})}function fn(){HA.forEach(function(e){clearInterval(e.pid)}),HA=[]}function ii(){clearInterval(Jt)}var xo=_s(function(e,A,t,r){if(A.scroll){var n=(e.touches?e.touches[0]:e).clientX,a=(e.touches?e.touches[0]:e).clientY,o=A.scrollSensitivity,s=A.scrollSpeed,i=ge(),l=!1,c;bo!==t&&(bo=t,fn(),Yt=A.scroll,c=A.scrollFn,Yt===!0&&(Yt=De(t,!0)));var B=0,u=Yt;do{var d=u,g=CA(d),h=g.top,w=g.bottom,p=g.left,C=g.right,y=g.width,m=g.height,E=void 0,Q=void 0,H=d.scrollWidth,S=d.scrollHeight,v=k(d),T=d.scrollLeft,O=d.scrollTop;d===i?(E=y<H&&(v.overflowX==="auto"||v.overflowX==="scroll"||v.overflowX==="visible"),Q=m<S&&(v.overflowY==="auto"||v.overflowY==="scroll"||v.overflowY==="visible")):(E=y<H&&(v.overflowX==="auto"||v.overflowX==="scroll"),Q=m<S&&(v.overflowY==="auto"||v.overflowY==="scroll"));var G=E&&(Math.abs(C-n)<=o&&T+y<H)-(Math.abs(p-n)<=o&&!!T),I=Q&&(Math.abs(w-a)<=o&&O+m<S)-(Math.abs(h-a)<=o&&!!O);if(!HA[B])for(var x=0;x<=B;x++)HA[x]||(HA[x]={});(HA[B].vx!=G||HA[B].vy!=I||HA[B].el!==d)&&(HA[B].el=d,HA[B].vx=G,HA[B].vy=I,clearInterval(HA[B].pid),(G!=0||I!=0)&&(l=!0,HA[B].pid=setInterval(function(){r&&this.layer===0&&Y.active._onTouchMove(Bn);var X=HA[this.layer].vy?HA[this.layer].vy*s:0,D=HA[this.layer].vx?HA[this.layer].vx*s:0;typeof c=="function"&&c.call(Y.dragged.parentNode[VA],D,X,e,Bn,HA[this.layer].el)!=="continue"||qs(HA[this.layer].el,D,X)}.bind({layer:B}),24))),B++}while(A.bubbleScroll&&u!==i&&(u=De(u,!1)));Io=l}},30),li=function(A){var t=A.originalEvent,r=A.putSortable,n=A.dragEl,a=A.activeSortable,o=A.dispatchSortableEvent,s=A.hideGhostForTarget,i=A.unhideGhostForTarget;if(t){var l=r||a;s();var c=t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:t,B=document.elementFromPoint(c.clientX,c.clientY);i(),l&&!l.el.contains(B)&&(o("spill"),this.onSpill({dragEl:n,putSortable:r}))}};function Lo(){}Lo.prototype={startIndex:null,dragStart:function(A){var t=A.oldDraggableIndex;this.startIndex=t},onSpill:function(A){var t=A.dragEl,r=A.putSortable;this.sortable.captureAnimationState(),r&&r.captureAnimationState();var n=lt(this.sortable.el,this.startIndex,this.options);n?this.sortable.el.insertBefore(t,n):this.sortable.el.appendChild(t),this.sortable.animateAll(),r&&r.animateAll()},drop:li},re(Lo,{pluginName:"revertOnSpill"});function To(){}To.prototype={onSpill:function(A){var t=A.dragEl,r=A.putSortable,n=r||this.sortable;n.captureAnimationState(),t.parentNode&&t.parentNode.removeChild(t),n.animateAll()},drop:li},re(To,{pluginName:"removeOnSpill"});var ne;function hh(){function e(){this.defaults={swapClass:"sortable-swap-highlight"}}return e.prototype={dragStart:function(t){var r=t.dragEl;ne=r},dragOverValid:function(t){var r=t.completed,n=t.target,a=t.onMove,o=t.activeSortable,s=t.changed,i=t.cancel;if(o.options.swap){var l=this.sortable.el,c=this.options;if(n&&n!==l){var B=ne;a(n)!==!1?(mA(n,c.swapClass,!0),ne=n):ne=null,B&&B!==ne&&mA(B,c.swapClass,!1)}s(),r(!0),i()}},drop:function(t){var r=t.activeSortable,n=t.putSortable,a=t.dragEl,o=n||this.sortable,s=this.options;ne&&mA(ne,s.swapClass,!1),ne&&(s.swap||n&&n.options.swap)&&a!==ne&&(o.captureAnimationState(),o!==r&&r.captureAnimationState(),wh(a,ne),o.animateAll(),o!==r&&r.animateAll())},nulling:function(){ne=null}},re(e,{pluginName:"swap",eventProperties:function(){return{swapItem:ne}}})}function wh(e,A){var t=e.parentNode,r=A.parentNode,n,a;!t||!r||t.isEqualNode(A)||r.isEqualNode(e)||(n=vA(e),a=vA(A),t.isEqualNode(r)&&n<a&&a++,t.insertBefore(A,t.children[n]),r.insertBefore(e,r.children[a]))}var Z=[],_A=[],jt,le,Zt=!1,JA=!1,dt=!1,gA,zt,un;function ph(){function e(A){for(var t in this)t.charAt(0)==="_"&&typeof this[t]=="function"&&(this[t]=this[t].bind(this));A.options.supportPointer?eA(document,"pointerup",this._deselectMultiDrag):(eA(document,"mouseup",this._deselectMultiDrag),eA(document,"touchend",this._deselectMultiDrag)),eA(document,"keydown",this._checkKeyDown),eA(document,"keyup",this._checkKeyUp),this.defaults={selectedClass:"sortable-selected",multiDragKey:null,setData:function(n,a){var o="";Z.length&&le===A?Z.forEach(function(s,i){o+=(i?", ":"")+s.textContent}):o=a.textContent,n.setData("Text",o)}}}return e.prototype={multiDragKeyDown:!1,isMultiDrag:!1,delayStartGlobal:function(t){var r=t.dragEl;gA=r},delayEnded:function(){this.isMultiDrag=~Z.indexOf(gA)},setupClone:function(t){var r=t.sortable,n=t.cancel;if(this.isMultiDrag){for(var a=0;a<Z.length;a++)_A.push(po(Z[a])),_A[a].sortableIndex=Z[a].sortableIndex,_A[a].draggable=!1,_A[a].style["will-change"]="",mA(_A[a],this.options.selectedClass,!1),Z[a]===gA&&mA(_A[a],this.options.chosenClass,!1);r._hideClone(),n()}},clone:function(t){var r=t.sortable,n=t.rootEl,a=t.dispatchSortableEvent,o=t.cancel;this.isMultiDrag&&(this.options.removeCloneOnHide||Z.length&&le===r&&(ci(!0,n),a("clone"),o()))},showClone:function(t){var r=t.cloneNowShown,n=t.rootEl,a=t.cancel;this.isMultiDrag&&(ci(!1,n),_A.forEach(function(o){k(o,"display","")}),r(),un=!1,a())},hideClone:function(t){var r=this;t.sortable;var n=t.cloneNowHidden,a=t.cancel;this.isMultiDrag&&(_A.forEach(function(o){k(o,"display","none"),r.options.removeCloneOnHide&&o.parentNode&&o.parentNode.removeChild(o)}),n(),un=!0,a())},dragStartGlobal:function(t){t.sortable,!this.isMultiDrag&&le&&le.multiDrag._deselectMultiDrag(),Z.forEach(function(r){r.sortableIndex=vA(r)}),Z=Z.sort(function(r,n){return r.sortableIndex-n.sortableIndex}),dt=!0},dragStarted:function(t){var r=this,n=t.sortable;if(this.isMultiDrag){if(this.options.sort&&(n.captureAnimationState(),this.options.animation)){Z.forEach(function(o){o!==gA&&k(o,"position","absolute")});var a=CA(gA,!1,!0,!0);Z.forEach(function(o){o!==gA&&$s(o,a)}),JA=!0,Zt=!0}n.animateAll(function(){JA=!1,Zt=!1,r.options.animation&&Z.forEach(function(o){Co(o)}),r.options.sort&&dn()})}},dragOver:function(t){var r=t.target,n=t.completed,a=t.cancel;JA&&~Z.indexOf(r)&&(n(!1),a())},revert:function(t){var r=t.fromSortable,n=t.rootEl,a=t.sortable,o=t.dragRect;Z.length>1&&(Z.forEach(function(s){a.addAnimationState({target:s,rect:JA?CA(s):o}),Co(s),s.fromRect=o,r.removeAnimationState(s)}),JA=!1,Ch(!this.options.removeCloneOnHide,n))},dragOverCompleted:function(t){var r=t.sortable,n=t.isOwner,a=t.insertion,o=t.activeSortable,s=t.parentEl,i=t.putSortable,l=this.options;if(a){if(n&&o._hideClone(),Zt=!1,l.animation&&Z.length>1&&(JA||!n&&!o.options.sort&&!i)){var c=CA(gA,!1,!0,!0);Z.forEach(function(u){u!==gA&&($s(u,c),s.appendChild(u))}),JA=!0}if(!n)if(JA||dn(),Z.length>1){var B=un;o._showClone(r),o.options.animation&&!un&&B&&_A.forEach(function(u){o.addAnimationState({target:u,rect:zt}),u.fromRect=zt,u.thisAnimationDuration=null})}else o._showClone(r)}},dragOverAnimationCapture:function(t){var r=t.dragRect,n=t.isOwner,a=t.activeSortable;if(Z.forEach(function(s){s.thisAnimationDuration=null}),a.options.animation&&!n&&a.multiDrag.isMultiDrag){zt=re({},r);var o=Xe(gA,!0);zt.top-=o.f,zt.left-=o.e}},dragOverAnimationComplete:function(){JA&&(JA=!1,dn())},drop:function(t){var r=t.originalEvent,n=t.rootEl,a=t.parentEl,o=t.sortable,s=t.dispatchSortableEvent,i=t.oldIndex,l=t.putSortable,c=l||this.sortable;if(r){var B=this.options,u=a.children;if(!dt)if(B.multiDragKey&&!this.multiDragKeyDown&&this._deselectMultiDrag(),mA(gA,B.selectedClass,!~Z.indexOf(gA)),~Z.indexOf(gA))Z.splice(Z.indexOf(gA),1),jt=null,kt({sortable:o,rootEl:n,name:"deselect",targetEl:gA,originalEvt:r});else{if(Z.push(gA),kt({sortable:o,rootEl:n,name:"select",targetEl:gA,originalEvt:r}),r.shiftKey&&jt&&o.el.contains(jt)){var d=vA(jt),g=vA(gA);if(~d&&~g&&d!==g){var h,w;for(g>d?(w=d,h=g):(w=g,h=d+1);w<h;w++)~Z.indexOf(u[w])||(mA(u[w],B.selectedClass,!0),Z.push(u[w]),kt({sortable:o,rootEl:n,name:"select",targetEl:u[w],originalEvt:r}))}}else jt=gA;le=c}if(dt&&this.isMultiDrag){if(JA=!1,(a[VA].options.sort||a!==n)&&Z.length>1){var p=CA(gA),C=vA(gA,":not(."+this.options.selectedClass+")");if(!Zt&&B.animation&&(gA.thisAnimationDuration=null),c.captureAnimationState(),!Zt&&(B.animation&&(gA.fromRect=p,Z.forEach(function(m){if(m.thisAnimationDuration=null,m!==gA){var E=JA?CA(m):p;m.fromRect=E,c.addAnimationState({target:m,rect:E})}})),dn(),Z.forEach(function(m){u[C]?a.insertBefore(m,u[C]):a.appendChild(m),C++}),i===vA(gA))){var y=!1;Z.forEach(function(m){if(m.sortableIndex!==vA(m)){y=!0;return}}),y&&s("update")}Z.forEach(function(m){Co(m)}),c.animateAll()}le=c}(n===a||l&&l.lastPutMode!=="clone")&&_A.forEach(function(m){m.parentNode&&m.parentNode.removeChild(m)})}},nullingGlobal:function(){this.isMultiDrag=dt=!1,_A.length=0},destroyGlobal:function(){this._deselectMultiDrag(),$(document,"pointerup",this._deselectMultiDrag),$(document,"mouseup",this._deselectMultiDrag),$(document,"touchend",this._deselectMultiDrag),$(document,"keydown",this._checkKeyDown),$(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function(t){if(!(typeof dt<"u"&&dt)&&le===this.sortable&&!(t&&se(t.target,this.options.draggable,this.sortable.el,!1))&&!(t&&t.button!==0))for(;Z.length;){var r=Z[0];mA(r,this.options.selectedClass,!1),Z.shift(),kt({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:r,originalEvt:t})}},_checkKeyDown:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!0)},_checkKeyUp:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!1)}},re(e,{pluginName:"multiDrag",utils:{select:function(t){var r=t.parentNode[VA];!r||!r.options.multiDrag||~Z.indexOf(t)||(le&&le!==r&&(le.multiDrag._deselectMultiDrag(),le=r),mA(t,r.options.selectedClass,!0),Z.push(t))},deselect:function(t){var r=t.parentNode[VA],n=Z.indexOf(t);!r||!r.options.multiDrag||!~n||(mA(t,r.options.selectedClass,!1),Z.splice(n,1))}},eventProperties:function(){var t=this,r=[],n=[];return Z.forEach(function(a){r.push({multiDragElement:a,index:a.sortableIndex});var o;JA&&a!==gA?o=-1:JA?o=vA(a,":not(."+t.options.selectedClass+")"):o=vA(a),n.push({multiDragElement:a,index:o})}),{items:Pg(Z),clones:[].concat(_A),oldIndicies:r,newIndicies:n}},optionListeners:{multiDragKey:function(t){return t=t.toLowerCase(),t==="ctrl"?t="Control":t.length>1&&(t=t.charAt(0).toUpperCase()+t.substr(1)),t}}})}function Ch(e,A){Z.forEach(function(t,r){var n=A.children[t.sortableIndex+(e?Number(r):0)];n?A.insertBefore(t,n):A.appendChild(t)})}function ci(e,A){_A.forEach(function(t,r){var n=A.children[t.sortableIndex+(e?Number(r):0)];n?A.insertBefore(t,n):A.appendChild(t)})}function dn(){Z.forEach(function(e){e!==gA&&e.parentNode&&e.parentNode.removeChild(e)})}Y.mount(new gh),Y.mount(To,Lo);const Qh=Rg(Object.freeze(Object.defineProperty({__proto__:null,MultiDrag:ph,Sortable:Y,Swap:hh,default:Y},Symbol.toStringTag,{value:"Module"})));(function(e,A){(function(r,n){e.exports=n(f,Qh)})(typeof self<"u"?self:it,function(t,r){return function(n){var a={};function o(s){if(a[s])return a[s].exports;var i=a[s]={i:s,l:!1,exports:{}};return n[s].call(i.exports,i,i.exports,o),i.l=!0,i.exports}return o.m=n,o.c=a,o.d=function(s,i,l){o.o(s,i)||Object.defineProperty(s,i,{enumerable:!0,get:l})},o.r=function(s){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(s,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(s,"__esModule",{value:!0})},o.t=function(s,i){if(i&1&&(s=o(s)),i&8||i&4&&typeof s=="object"&&s&&s.__esModule)return s;var l=Object.create(null);if(o.r(l),Object.defineProperty(l,"default",{enumerable:!0,value:s}),i&2&&typeof s!="string")for(var c in s)o.d(l,c,function(B){return s[B]}.bind(null,c));return l},o.n=function(s){var i=s&&s.__esModule?function(){return s.default}:function(){return s};return o.d(i,"a",i),i},o.o=function(s,i){return Object.prototype.hasOwnProperty.call(s,i)},o.p="",o(o.s="fb15")}({"00ee":function(n,a,o){var s=o("b622"),i=s("toStringTag"),l={};l[i]="z",n.exports=String(l)==="[object z]"},"0366":function(n,a,o){var s=o("1c0b");n.exports=function(i,l,c){if(s(i),l===void 0)return i;switch(c){case 0:return function(){return i.call(l)};case 1:return function(B){return i.call(l,B)};case 2:return function(B,u){return i.call(l,B,u)};case 3:return function(B,u,d){return i.call(l,B,u,d)}}return function(){return i.apply(l,arguments)}}},"057f":function(n,a,o){var s=o("fc6a"),i=o("241c").f,l={}.toString,c=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],B=function(u){try{return i(u)}catch{return c.slice()}};n.exports.f=function(d){return c&&l.call(d)=="[object Window]"?B(d):i(s(d))}},"06cf":function(n,a,o){var s=o("83ab"),i=o("d1e7"),l=o("5c6c"),c=o("fc6a"),B=o("c04e"),u=o("5135"),d=o("0cfb"),g=Object.getOwnPropertyDescriptor;a.f=s?g:function(w,p){if(w=c(w),p=B(p,!0),d)try{return g(w,p)}catch{}if(u(w,p))return l(!i.f.call(w,p),w[p])}},"0cfb":function(n,a,o){var s=o("83ab"),i=o("d039"),l=o("cc12");n.exports=!s&&!i(function(){return Object.defineProperty(l("div"),"a",{get:function(){return 7}}).a!=7})},"13d5":function(n,a,o){var s=o("23e7"),i=o("d58f").left,l=o("a640"),c=o("ae40"),B=l("reduce"),u=c("reduce",{1:0});s({target:"Array",proto:!0,forced:!B||!u},{reduce:function(g){return i(this,g,arguments.length,arguments.length>1?arguments[1]:void 0)}})},"14c3":function(n,a,o){var s=o("c6b6"),i=o("9263");n.exports=function(l,c){var B=l.exec;if(typeof B=="function"){var u=B.call(l,c);if(typeof u!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return u}if(s(l)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return i.call(l,c)}},"159b":function(n,a,o){var s=o("da84"),i=o("fdbc"),l=o("17c2"),c=o("9112");for(var B in i){var u=s[B],d=u&&u.prototype;if(d&&d.forEach!==l)try{c(d,"forEach",l)}catch{d.forEach=l}}},"17c2":function(n,a,o){var s=o("b727").forEach,i=o("a640"),l=o("ae40"),c=i("forEach"),B=l("forEach");n.exports=!c||!B?function(d){return s(this,d,arguments.length>1?arguments[1]:void 0)}:[].forEach},"1be4":function(n,a,o){var s=o("d066");n.exports=s("document","documentElement")},"1c0b":function(n,a){n.exports=function(o){if(typeof o!="function")throw TypeError(String(o)+" is not a function");return o}},"1c7e":function(n,a,o){var s=o("b622"),i=s("iterator"),l=!1;try{var c=0,B={next:function(){return{done:!!c++}},return:function(){l=!0}};B[i]=function(){return this},Array.from(B,function(){throw 2})}catch{}n.exports=function(u,d){if(!d&&!l)return!1;var g=!1;try{var h={};h[i]=function(){return{next:function(){return{done:g=!0}}}},u(h)}catch{}return g}},"1d80":function(n,a){n.exports=function(o){if(o==null)throw TypeError("Can't call method on "+o);return o}},"1dde":function(n,a,o){var s=o("d039"),i=o("b622"),l=o("2d00"),c=i("species");n.exports=function(B){return l>=51||!s(function(){var u=[],d=u.constructor={};return d[c]=function(){return{foo:1}},u[B](Boolean).foo!==1})}},"23cb":function(n,a,o){var s=o("a691"),i=Math.max,l=Math.min;n.exports=function(c,B){var u=s(c);return u<0?i(u+B,0):l(u,B)}},"23e7":function(n,a,o){var s=o("da84"),i=o("06cf").f,l=o("9112"),c=o("6eeb"),B=o("ce4e"),u=o("e893"),d=o("94ca");n.exports=function(g,h){var w=g.target,p=g.global,C=g.stat,y,m,E,Q,H,S;if(p?m=s:C?m=s[w]||B(w,{}):m=(s[w]||{}).prototype,m)for(E in h){if(H=h[E],g.noTargetGet?(S=i(m,E),Q=S&&S.value):Q=m[E],y=d(p?E:w+(C?".":"#")+E,g.forced),!y&&Q!==void 0){if(typeof H==typeof Q)continue;u(H,Q)}(g.sham||Q&&Q.sham)&&l(H,"sham",!0),c(m,E,H,g)}}},"241c":function(n,a,o){var s=o("ca84"),i=o("7839"),l=i.concat("length","prototype");a.f=Object.getOwnPropertyNames||function(B){return s(B,l)}},"25f0":function(n,a,o){var s=o("6eeb"),i=o("825a"),l=o("d039"),c=o("ad6d"),B="toString",u=RegExp.prototype,d=u[B],g=l(function(){return d.call({source:"a",flags:"b"})!="/a/b"}),h=d.name!=B;(g||h)&&s(RegExp.prototype,B,function(){var p=i(this),C=String(p.source),y=p.flags,m=String(y===void 0&&p instanceof RegExp&&!("flags"in u)?c.call(p):y);return"/"+C+"/"+m},{unsafe:!0})},"2ca0":function(n,a,o){var s=o("23e7"),i=o("06cf").f,l=o("50c4"),c=o("5a34"),B=o("1d80"),u=o("ab13"),d=o("c430"),g="".startsWith,h=Math.min,w=u("startsWith"),p=!d&&!w&&!!function(){var C=i(String.prototype,"startsWith");return C&&!C.writable}();s({target:"String",proto:!0,forced:!p&&!w},{startsWith:function(y){var m=String(B(this));c(y);var E=l(h(arguments.length>1?arguments[1]:void 0,m.length)),Q=String(y);return g?g.call(m,Q,E):m.slice(E,E+Q.length)===Q}})},"2d00":function(n,a,o){var s=o("da84"),i=o("342f"),l=s.process,c=l&&l.versions,B=c&&c.v8,u,d;B?(u=B.split("."),d=u[0]+u[1]):i&&(u=i.match(/Edge\/(\d+)/),(!u||u[1]>=74)&&(u=i.match(/Chrome\/(\d+)/),u&&(d=u[1]))),n.exports=d&&+d},"342f":function(n,a,o){var s=o("d066");n.exports=s("navigator","userAgent")||""},"35a1":function(n,a,o){var s=o("f5df"),i=o("3f8c"),l=o("b622"),c=l("iterator");n.exports=function(B){if(B!=null)return B[c]||B["@@iterator"]||i[s(B)]}},"37e8":function(n,a,o){var s=o("83ab"),i=o("9bf2"),l=o("825a"),c=o("df75");n.exports=s?Object.defineProperties:function(u,d){l(u);for(var g=c(d),h=g.length,w=0,p;h>w;)i.f(u,p=g[w++],d[p]);return u}},"3bbe":function(n,a,o){var s=o("861d");n.exports=function(i){if(!s(i)&&i!==null)throw TypeError("Can't set "+String(i)+" as a prototype");return i}},"3ca3":function(n,a,o){var s=o("6547").charAt,i=o("69f3"),l=o("7dd0"),c="String Iterator",B=i.set,u=i.getterFor(c);l(String,"String",function(d){B(this,{type:c,string:String(d),index:0})},function(){var g=u(this),h=g.string,w=g.index,p;return w>=h.length?{value:void 0,done:!0}:(p=s(h,w),g.index+=p.length,{value:p,done:!1})})},"3f8c":function(n,a){n.exports={}},4160:function(n,a,o){var s=o("23e7"),i=o("17c2");s({target:"Array",proto:!0,forced:[].forEach!=i},{forEach:i})},"428f":function(n,a,o){var s=o("da84");n.exports=s},"44ad":function(n,a,o){var s=o("d039"),i=o("c6b6"),l="".split;n.exports=s(function(){return!Object("z").propertyIsEnumerable(0)})?function(c){return i(c)=="String"?l.call(c,""):Object(c)}:Object},"44d2":function(n,a,o){var s=o("b622"),i=o("7c73"),l=o("9bf2"),c=s("unscopables"),B=Array.prototype;B[c]==null&&l.f(B,c,{configurable:!0,value:i(null)}),n.exports=function(u){B[c][u]=!0}},"44e7":function(n,a,o){var s=o("861d"),i=o("c6b6"),l=o("b622"),c=l("match");n.exports=function(B){var u;return s(B)&&((u=B[c])!==void 0?!!u:i(B)=="RegExp")}},4930:function(n,a,o){var s=o("d039");n.exports=!!Object.getOwnPropertySymbols&&!s(function(){return!String(Symbol())})},"4d64":function(n,a,o){var s=o("fc6a"),i=o("50c4"),l=o("23cb"),c=function(B){return function(u,d,g){var h=s(u),w=i(h.length),p=l(g,w),C;if(B&&d!=d){for(;w>p;)if(C=h[p++],C!=C)return!0}else for(;w>p;p++)if((B||p in h)&&h[p]===d)return B||p||0;return!B&&-1}};n.exports={includes:c(!0),indexOf:c(!1)}},"4de4":function(n,a,o){var s=o("23e7"),i=o("b727").filter,l=o("1dde"),c=o("ae40"),B=l("filter"),u=c("filter");s({target:"Array",proto:!0,forced:!B||!u},{filter:function(g){return i(this,g,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(n,a,o){var s=o("0366"),i=o("7b0b"),l=o("9bdd"),c=o("e95a"),B=o("50c4"),u=o("8418"),d=o("35a1");n.exports=function(h){var w=i(h),p=typeof this=="function"?this:Array,C=arguments.length,y=C>1?arguments[1]:void 0,m=y!==void 0,E=d(w),Q=0,H,S,v,T,O,G;if(m&&(y=s(y,C>2?arguments[2]:void 0,2)),E!=null&&!(p==Array&&c(E)))for(T=E.call(w),O=T.next,S=new p;!(v=O.call(T)).done;Q++)G=m?l(T,y,[v.value,Q],!0):v.value,u(S,Q,G);else for(H=B(w.length),S=new p(H);H>Q;Q++)G=m?y(w[Q],Q):w[Q],u(S,Q,G);return S.length=Q,S}},"4fad":function(n,a,o){var s=o("23e7"),i=o("6f53").entries;s({target:"Object",stat:!0},{entries:function(c){return i(c)}})},"50c4":function(n,a,o){var s=o("a691"),i=Math.min;n.exports=function(l){return l>0?i(s(l),9007199254740991):0}},5135:function(n,a){var o={}.hasOwnProperty;n.exports=function(s,i){return o.call(s,i)}},5319:function(n,a,o){var s=o("d784"),i=o("825a"),l=o("7b0b"),c=o("50c4"),B=o("a691"),u=o("1d80"),d=o("8aa5"),g=o("14c3"),h=Math.max,w=Math.min,p=Math.floor,C=/\$([$&'`]|\d\d?|<[^>]*>)/g,y=/\$([$&'`]|\d\d?)/g,m=function(E){return E===void 0?E:String(E)};s("replace",2,function(E,Q,H,S){var v=S.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,T=S.REPLACE_KEEPS_$0,O=v?"$":"$0";return[function(x,X){var D=u(this),N=x==null?void 0:x[E];return N!==void 0?N.call(x,D,X):Q.call(String(D),x,X)},function(I,x){if(!v&&T||typeof x=="string"&&x.indexOf(O)===-1){var X=H(Q,I,this,x);if(X.done)return X.value}var D=i(I),N=String(this),q=typeof x=="function";q||(x=String(x));var tA=D.global;if(tA){var hA=D.unicode;D.lastIndex=0}for(var iA=[];;){var lA=g(D,N);if(lA===null||(iA.push(lA),!tA))break;var BA=String(lA[0]);BA===""&&(D.lastIndex=d(N,c(D.lastIndex),hA))}for(var wA="",cA=0,oA=0;oA<iA.length;oA++){lA=iA[oA];for(var fA=String(lA[0]),qA=h(w(B(lA.index),N.length),0),XA=[],Ue=1;Ue<lA.length;Ue++)XA.push(m(lA[Ue]));var je=lA.groups;if(q){var Me=[fA].concat(XA,qA,N);je!==void 0&&Me.push(je);var KA=String(x.apply(void 0,Me))}else KA=G(fA,N,qA,XA,je,x);qA>=cA&&(wA+=N.slice(cA,qA)+KA,cA=qA+fA.length)}return wA+N.slice(cA)}];function G(I,x,X,D,N,q){var tA=X+I.length,hA=D.length,iA=y;return N!==void 0&&(N=l(N),iA=C),Q.call(q,iA,function(lA,BA){var wA;switch(BA.charAt(0)){case"$":return"$";case"&":return I;case"`":return x.slice(0,X);case"'":return x.slice(tA);case"<":wA=N[BA.slice(1,-1)];break;default:var cA=+BA;if(cA===0)return lA;if(cA>hA){var oA=p(cA/10);return oA===0?lA:oA<=hA?D[oA-1]===void 0?BA.charAt(1):D[oA-1]+BA.charAt(1):lA}wA=D[cA-1]}return wA===void 0?"":wA})}})},5692:function(n,a,o){var s=o("c430"),i=o("c6cd");(n.exports=function(l,c){return i[l]||(i[l]=c!==void 0?c:{})})("versions",[]).push({version:"3.6.5",mode:s?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},"56ef":function(n,a,o){var s=o("d066"),i=o("241c"),l=o("7418"),c=o("825a");n.exports=s("Reflect","ownKeys")||function(u){var d=i.f(c(u)),g=l.f;return g?d.concat(g(u)):d}},"5a34":function(n,a,o){var s=o("44e7");n.exports=function(i){if(s(i))throw TypeError("The method doesn't accept regular expressions");return i}},"5c6c":function(n,a){n.exports=function(o,s){return{enumerable:!(o&1),configurable:!(o&2),writable:!(o&4),value:s}}},"5db7":function(n,a,o){var s=o("23e7"),i=o("a2bf"),l=o("7b0b"),c=o("50c4"),B=o("1c0b"),u=o("65f0");s({target:"Array",proto:!0},{flatMap:function(g){var h=l(this),w=c(h.length),p;return B(g),p=u(h,0),p.length=i(p,h,h,w,0,1,g,arguments.length>1?arguments[1]:void 0),p}})},6547:function(n,a,o){var s=o("a691"),i=o("1d80"),l=function(c){return function(B,u){var d=String(i(B)),g=s(u),h=d.length,w,p;return g<0||g>=h?c?"":void 0:(w=d.charCodeAt(g),w<55296||w>56319||g+1===h||(p=d.charCodeAt(g+1))<56320||p>57343?c?d.charAt(g):w:c?d.slice(g,g+2):(w-55296<<10)+(p-56320)+65536)}};n.exports={codeAt:l(!1),charAt:l(!0)}},"65f0":function(n,a,o){var s=o("861d"),i=o("e8b5"),l=o("b622"),c=l("species");n.exports=function(B,u){var d;return i(B)&&(d=B.constructor,typeof d=="function"&&(d===Array||i(d.prototype))?d=void 0:s(d)&&(d=d[c],d===null&&(d=void 0))),new(d===void 0?Array:d)(u===0?0:u)}},"69f3":function(n,a,o){var s=o("7f9a"),i=o("da84"),l=o("861d"),c=o("9112"),B=o("5135"),u=o("f772"),d=o("d012"),g=i.WeakMap,h,w,p,C=function(v){return p(v)?w(v):h(v,{})},y=function(v){return function(T){var O;if(!l(T)||(O=w(T)).type!==v)throw TypeError("Incompatible receiver, "+v+" required");return O}};if(s){var m=new g,E=m.get,Q=m.has,H=m.set;h=function(v,T){return H.call(m,v,T),T},w=function(v){return E.call(m,v)||{}},p=function(v){return Q.call(m,v)}}else{var S=u("state");d[S]=!0,h=function(v,T){return c(v,S,T),T},w=function(v){return B(v,S)?v[S]:{}},p=function(v){return B(v,S)}}n.exports={set:h,get:w,has:p,enforce:C,getterFor:y}},"6eeb":function(n,a,o){var s=o("da84"),i=o("9112"),l=o("5135"),c=o("ce4e"),B=o("8925"),u=o("69f3"),d=u.get,g=u.enforce,h=String(String).split("String");(n.exports=function(w,p,C,y){var m=y?!!y.unsafe:!1,E=y?!!y.enumerable:!1,Q=y?!!y.noTargetGet:!1;if(typeof C=="function"&&(typeof p=="string"&&!l(C,"name")&&i(C,"name",p),g(C).source=h.join(typeof p=="string"?p:"")),w===s){E?w[p]=C:c(p,C);return}else m?!Q&&w[p]&&(E=!0):delete w[p];E?w[p]=C:i(w,p,C)})(Function.prototype,"toString",function(){return typeof this=="function"&&d(this).source||B(this)})},"6f53":function(n,a,o){var s=o("83ab"),i=o("df75"),l=o("fc6a"),c=o("d1e7").f,B=function(u){return function(d){for(var g=l(d),h=i(g),w=h.length,p=0,C=[],y;w>p;)y=h[p++],(!s||c.call(g,y))&&C.push(u?[y,g[y]]:g[y]);return C}};n.exports={entries:B(!0),values:B(!1)}},"73d9":function(n,a,o){var s=o("44d2");s("flatMap")},7418:function(n,a){a.f=Object.getOwnPropertySymbols},"746f":function(n,a,o){var s=o("428f"),i=o("5135"),l=o("e538"),c=o("9bf2").f;n.exports=function(B){var u=s.Symbol||(s.Symbol={});i(u,B)||c(u,B,{value:l.f(B)})}},7839:function(n,a){n.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7b0b":function(n,a,o){var s=o("1d80");n.exports=function(i){return Object(s(i))}},"7c73":function(n,a,o){var s=o("825a"),i=o("37e8"),l=o("7839"),c=o("d012"),B=o("1be4"),u=o("cc12"),d=o("f772"),g=">",h="<",w="prototype",p="script",C=d("IE_PROTO"),y=function(){},m=function(v){return h+p+g+v+h+"/"+p+g},E=function(v){v.write(m("")),v.close();var T=v.parentWindow.Object;return v=null,T},Q=function(){var v=u("iframe"),T="java"+p+":",O;return v.style.display="none",B.appendChild(v),v.src=String(T),O=v.contentWindow.document,O.open(),O.write(m("document.F=Object")),O.close(),O.F},H,S=function(){try{H=document.domain&&new ActiveXObject("htmlfile")}catch{}S=H?E(H):Q();for(var v=l.length;v--;)delete S[w][l[v]];return S()};c[C]=!0,n.exports=Object.create||function(T,O){var G;return T!==null?(y[w]=s(T),G=new y,y[w]=null,G[C]=T):G=S(),O===void 0?G:i(G,O)}},"7dd0":function(n,a,o){var s=o("23e7"),i=o("9ed3"),l=o("e163"),c=o("d2bb"),B=o("d44e"),u=o("9112"),d=o("6eeb"),g=o("b622"),h=o("c430"),w=o("3f8c"),p=o("ae93"),C=p.IteratorPrototype,y=p.BUGGY_SAFARI_ITERATORS,m=g("iterator"),E="keys",Q="values",H="entries",S=function(){return this};n.exports=function(v,T,O,G,I,x,X){i(O,T,G);var D=function(oA){if(oA===I&&iA)return iA;if(!y&&oA in tA)return tA[oA];switch(oA){case E:return function(){return new O(this,oA)};case Q:return function(){return new O(this,oA)};case H:return function(){return new O(this,oA)}}return function(){return new O(this)}},N=T+" Iterator",q=!1,tA=v.prototype,hA=tA[m]||tA["@@iterator"]||I&&tA[I],iA=!y&&hA||D(I),lA=T=="Array"&&tA.entries||hA,BA,wA,cA;if(lA&&(BA=l(lA.call(new v)),C!==Object.prototype&&BA.next&&(!h&&l(BA)!==C&&(c?c(BA,C):typeof BA[m]!="function"&&u(BA,m,S)),B(BA,N,!0,!0),h&&(w[N]=S))),I==Q&&hA&&hA.name!==Q&&(q=!0,iA=function(){return hA.call(this)}),(!h||X)&&tA[m]!==iA&&u(tA,m,iA),w[T]=iA,I)if(wA={values:D(Q),keys:x?iA:D(E),entries:D(H)},X)for(cA in wA)(y||q||!(cA in tA))&&d(tA,cA,wA[cA]);else s({target:T,proto:!0,forced:y||q},wA);return wA}},"7f9a":function(n,a,o){var s=o("da84"),i=o("8925"),l=s.WeakMap;n.exports=typeof l=="function"&&/native code/.test(i(l))},"825a":function(n,a,o){var s=o("861d");n.exports=function(i){if(!s(i))throw TypeError(String(i)+" is not an object");return i}},"83ab":function(n,a,o){var s=o("d039");n.exports=!s(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},8418:function(n,a,o){var s=o("c04e"),i=o("9bf2"),l=o("5c6c");n.exports=function(c,B,u){var d=s(B);d in c?i.f(c,d,l(0,u)):c[d]=u}},"861d":function(n,a){n.exports=function(o){return typeof o=="object"?o!==null:typeof o=="function"}},8875:function(n,a,o){var s,i,l;(function(c,B){i=[],s=B,l=typeof s=="function"?s.apply(a,i):s,l!==void 0&&(n.exports=l)})(typeof self<"u"?self:this,function(){function c(){var B=Object.getOwnPropertyDescriptor(document,"currentScript");if(!B&&"currentScript"in document&&document.currentScript||B&&B.get!==c&&document.currentScript)return document.currentScript;try{throw new Error}catch(H){var u=/.*at [^(]*\((.*):(.+):(.+)\)$/ig,d=/@([^@]*):(\d+):(\d+)\s*$/ig,g=u.exec(H.stack)||d.exec(H.stack),h=g&&g[1]||!1,w=g&&g[2]||!1,p=document.location.href.replace(document.location.hash,""),C,y,m,E=document.getElementsByTagName("script");h===p&&(C=document.documentElement.outerHTML,y=new RegExp("(?:[^\\n]+?\\n){0,"+(w-2)+"}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),m=C.replace(y,"$1").trim());for(var Q=0;Q<E.length;Q++)if(E[Q].readyState==="interactive"||E[Q].src===h||h===p&&E[Q].innerHTML&&E[Q].innerHTML.trim()===m)return E[Q];return null}}return c})},8925:function(n,a,o){var s=o("c6cd"),i=Function.toString;typeof s.inspectSource!="function"&&(s.inspectSource=function(l){return i.call(l)}),n.exports=s.inspectSource},"8aa5":function(n,a,o){var s=o("6547").charAt;n.exports=function(i,l,c){return l+(c?s(i,l).length:1)}},"8bbf":function(n,a){n.exports=t},"90e3":function(n,a){var o=0,s=Math.random();n.exports=function(i){return"Symbol("+String(i===void 0?"":i)+")_"+(++o+s).toString(36)}},9112:function(n,a,o){var s=o("83ab"),i=o("9bf2"),l=o("5c6c");n.exports=s?function(c,B,u){return i.f(c,B,l(1,u))}:function(c,B,u){return c[B]=u,c}},9263:function(n,a,o){var s=o("ad6d"),i=o("9f7f"),l=RegExp.prototype.exec,c=String.prototype.replace,B=l,u=function(){var w=/a/,p=/b*/g;return l.call(w,"a"),l.call(p,"a"),w.lastIndex!==0||p.lastIndex!==0}(),d=i.UNSUPPORTED_Y||i.BROKEN_CARET,g=/()??/.exec("")[1]!==void 0,h=u||g||d;h&&(B=function(p){var C=this,y,m,E,Q,H=d&&C.sticky,S=s.call(C),v=C.source,T=0,O=p;return H&&(S=S.replace("y",""),S.indexOf("g")===-1&&(S+="g"),O=String(p).slice(C.lastIndex),C.lastIndex>0&&(!C.multiline||C.multiline&&p[C.lastIndex-1]!==`
29
- `)&&(v="(?: "+v+")",O=" "+O,T++),m=new RegExp("^(?:"+v+")",S)),g&&(m=new RegExp("^"+v+"$(?!\\s)",S)),u&&(y=C.lastIndex),E=l.call(H?m:C,O),H?E?(E.input=E.input.slice(T),E[0]=E[0].slice(T),E.index=C.lastIndex,C.lastIndex+=E[0].length):C.lastIndex=0:u&&E&&(C.lastIndex=C.global?E.index+E[0].length:y),g&&E&&E.length>1&&c.call(E[0],m,function(){for(Q=1;Q<arguments.length-2;Q++)arguments[Q]===void 0&&(E[Q]=void 0)}),E}),n.exports=B},"94ca":function(n,a,o){var s=o("d039"),i=/#|\.prototype\./,l=function(g,h){var w=B[c(g)];return w==d?!0:w==u?!1:typeof h=="function"?s(h):!!h},c=l.normalize=function(g){return String(g).replace(i,".").toLowerCase()},B=l.data={},u=l.NATIVE="N",d=l.POLYFILL="P";n.exports=l},"99af":function(n,a,o){var s=o("23e7"),i=o("d039"),l=o("e8b5"),c=o("861d"),B=o("7b0b"),u=o("50c4"),d=o("8418"),g=o("65f0"),h=o("1dde"),w=o("b622"),p=o("2d00"),C=w("isConcatSpreadable"),y=9007199254740991,m="Maximum allowed index exceeded",E=p>=51||!i(function(){var v=[];return v[C]=!1,v.concat()[0]!==v}),Q=h("concat"),H=function(v){if(!c(v))return!1;var T=v[C];return T!==void 0?!!T:l(v)},S=!E||!Q;s({target:"Array",proto:!0,forced:S},{concat:function(T){var O=B(this),G=g(O,0),I=0,x,X,D,N,q;for(x=-1,D=arguments.length;x<D;x++)if(q=x===-1?O:arguments[x],H(q)){if(N=u(q.length),I+N>y)throw TypeError(m);for(X=0;X<N;X++,I++)X in q&&d(G,I,q[X])}else{if(I>=y)throw TypeError(m);d(G,I++,q)}return G.length=I,G}})},"9bdd":function(n,a,o){var s=o("825a");n.exports=function(i,l,c,B){try{return B?l(s(c)[0],c[1]):l(c)}catch(d){var u=i.return;throw u!==void 0&&s(u.call(i)),d}}},"9bf2":function(n,a,o){var s=o("83ab"),i=o("0cfb"),l=o("825a"),c=o("c04e"),B=Object.defineProperty;a.f=s?B:function(d,g,h){if(l(d),g=c(g,!0),l(h),i)try{return B(d,g,h)}catch{}if("get"in h||"set"in h)throw TypeError("Accessors not supported");return"value"in h&&(d[g]=h.value),d}},"9ed3":function(n,a,o){var s=o("ae93").IteratorPrototype,i=o("7c73"),l=o("5c6c"),c=o("d44e"),B=o("3f8c"),u=function(){return this};n.exports=function(d,g,h){var w=g+" Iterator";return d.prototype=i(s,{next:l(1,h)}),c(d,w,!1,!0),B[w]=u,d}},"9f7f":function(n,a,o){var s=o("d039");function i(l,c){return RegExp(l,c)}a.UNSUPPORTED_Y=s(function(){var l=i("a","y");return l.lastIndex=2,l.exec("abcd")!=null}),a.BROKEN_CARET=s(function(){var l=i("^r","gy");return l.lastIndex=2,l.exec("str")!=null})},a2bf:function(n,a,o){var s=o("e8b5"),i=o("50c4"),l=o("0366"),c=function(B,u,d,g,h,w,p,C){for(var y=h,m=0,E=p?l(p,C,3):!1,Q;m<g;){if(m in d){if(Q=E?E(d[m],m,u):d[m],w>0&&s(Q))y=c(B,u,Q,i(Q.length),y,w-1)-1;else{if(y>=9007199254740991)throw TypeError("Exceed the acceptable array length");B[y]=Q}y++}m++}return y};n.exports=c},a352:function(n,a){n.exports=r},a434:function(n,a,o){var s=o("23e7"),i=o("23cb"),l=o("a691"),c=o("50c4"),B=o("7b0b"),u=o("65f0"),d=o("8418"),g=o("1dde"),h=o("ae40"),w=g("splice"),p=h("splice",{ACCESSORS:!0,0:0,1:2}),C=Math.max,y=Math.min,m=9007199254740991,E="Maximum allowed length exceeded";s({target:"Array",proto:!0,forced:!w||!p},{splice:function(H,S){var v=B(this),T=c(v.length),O=i(H,T),G=arguments.length,I,x,X,D,N,q;if(G===0?I=x=0:G===1?(I=0,x=T-O):(I=G-2,x=y(C(l(S),0),T-O)),T+I-x>m)throw TypeError(E);for(X=u(v,x),D=0;D<x;D++)N=O+D,N in v&&d(X,D,v[N]);if(X.length=x,I<x){for(D=O;D<T-x;D++)N=D+x,q=D+I,N in v?v[q]=v[N]:delete v[q];for(D=T;D>T-x+I;D--)delete v[D-1]}else if(I>x)for(D=T-x;D>O;D--)N=D+x-1,q=D+I-1,N in v?v[q]=v[N]:delete v[q];for(D=0;D<I;D++)v[D+O]=arguments[D+2];return v.length=T-x+I,X}})},a4d3:function(n,a,o){var s=o("23e7"),i=o("da84"),l=o("d066"),c=o("c430"),B=o("83ab"),u=o("4930"),d=o("fdbf"),g=o("d039"),h=o("5135"),w=o("e8b5"),p=o("861d"),C=o("825a"),y=o("7b0b"),m=o("fc6a"),E=o("c04e"),Q=o("5c6c"),H=o("7c73"),S=o("df75"),v=o("241c"),T=o("057f"),O=o("7418"),G=o("06cf"),I=o("9bf2"),x=o("d1e7"),X=o("9112"),D=o("6eeb"),N=o("5692"),q=o("f772"),tA=o("d012"),hA=o("90e3"),iA=o("b622"),lA=o("e538"),BA=o("746f"),wA=o("d44e"),cA=o("69f3"),oA=o("b727").forEach,fA=q("hidden"),qA="Symbol",XA="prototype",Ue=iA("toPrimitive"),je=cA.set,Me=cA.getterFor(qA),KA=Object[XA],OA=i.Symbol,Ze=l("JSON","stringify"),he=G.f,we=I.f,gn=T.f,Do=x.f,ce=N("symbols"),Re=N("op-symbols"),gt=N("string-to-symbol-registry"),_t=N("symbol-to-string-registry"),qt=N("wks"),$t=i.QObject,Ar=!$t||!$t[XA]||!$t[XA].findChild,er=B&&g(function(){return H(we({},"a",{get:function(){return we(this,"a",{value:7}).a}})).a!=7})?function(j,P,W){var rA=he(KA,P);rA&&delete KA[P],we(j,P,W),rA&&j!==KA&&we(KA,P,rA)}:we,tr=function(j,P){var W=ce[j]=H(OA[XA]);return je(W,{type:qA,tag:j,description:P}),B||(W.description=P),W},U=d?function(j){return typeof j=="symbol"}:function(j){return Object(j)instanceof OA},F=function(P,W,rA){P===KA&&F(Re,W,rA),C(P);var nA=E(W,!0);return C(rA),h(ce,nA)?(rA.enumerable?(h(P,fA)&&P[fA][nA]&&(P[fA][nA]=!1),rA=H(rA,{enumerable:Q(0,!1)})):(h(P,fA)||we(P,fA,Q(1,{})),P[fA][nA]=!0),er(P,nA,rA)):we(P,nA,rA)},b=function(P,W){C(P);var rA=m(W),nA=S(rA).concat(aA(rA));return oA(nA,function(jA){(!B||V.call(rA,jA))&&F(P,jA,rA[jA])}),P},L=function(P,W){return W===void 0?H(P):b(H(P),W)},V=function(P){var W=E(P,!0),rA=Do.call(this,W);return this===KA&&h(ce,W)&&!h(Re,W)?!1:rA||!h(this,W)||!h(ce,W)||h(this,fA)&&this[fA][W]?rA:!0},J=function(P,W){var rA=m(P),nA=E(W,!0);if(!(rA===KA&&h(ce,nA)&&!h(Re,nA))){var jA=he(rA,nA);return jA&&h(ce,nA)&&!(h(rA,fA)&&rA[fA][nA])&&(jA.enumerable=!0),jA}},_=function(P){var W=gn(m(P)),rA=[];return oA(W,function(nA){!h(ce,nA)&&!h(tA,nA)&&rA.push(nA)}),rA},aA=function(P){var W=P===KA,rA=gn(W?Re:m(P)),nA=[];return oA(rA,function(jA){h(ce,jA)&&(!W||h(KA,jA))&&nA.push(ce[jA])}),nA};if(u||(OA=function(){if(this instanceof OA)throw TypeError("Symbol is not a constructor");var P=!arguments.length||arguments[0]===void 0?void 0:String(arguments[0]),W=hA(P),rA=function(nA){this===KA&&rA.call(Re,nA),h(this,fA)&&h(this[fA],W)&&(this[fA][W]=!1),er(this,W,Q(1,nA))};return B&&Ar&&er(KA,W,{configurable:!0,set:rA}),tr(W,P)},D(OA[XA],"toString",function(){return Me(this).tag}),D(OA,"withoutSetter",function(j){return tr(hA(j),j)}),x.f=V,I.f=F,G.f=J,v.f=T.f=_,O.f=aA,lA.f=function(j){return tr(iA(j),j)},B&&(we(OA[XA],"description",{configurable:!0,get:function(){return Me(this).description}}),c||D(KA,"propertyIsEnumerable",V,{unsafe:!0}))),s({global:!0,wrap:!0,forced:!u,sham:!u},{Symbol:OA}),oA(S(qt),function(j){BA(j)}),s({target:qA,stat:!0,forced:!u},{for:function(j){var P=String(j);if(h(gt,P))return gt[P];var W=OA(P);return gt[P]=W,_t[W]=P,W},keyFor:function(P){if(!U(P))throw TypeError(P+" is not a symbol");if(h(_t,P))return _t[P]},useSetter:function(){Ar=!0},useSimple:function(){Ar=!1}}),s({target:"Object",stat:!0,forced:!u,sham:!B},{create:L,defineProperty:F,defineProperties:b,getOwnPropertyDescriptor:J}),s({target:"Object",stat:!0,forced:!u},{getOwnPropertyNames:_,getOwnPropertySymbols:aA}),s({target:"Object",stat:!0,forced:g(function(){O.f(1)})},{getOwnPropertySymbols:function(P){return O.f(y(P))}}),Ze){var bA=!u||g(function(){var j=OA();return Ze([j])!="[null]"||Ze({a:j})!="{}"||Ze(Object(j))!="{}"});s({target:"JSON",stat:!0,forced:bA},{stringify:function(P,W,rA){for(var nA=[P],jA=1,Ko;arguments.length>jA;)nA.push(arguments[jA++]);if(Ko=W,!(!p(W)&&P===void 0||U(P)))return w(W)||(W=function(Uh,hn){if(typeof Ko=="function"&&(hn=Ko.call(this,Uh,hn)),!U(hn))return hn}),nA[1]=W,Ze.apply(null,nA)}})}OA[XA][Ue]||X(OA[XA],Ue,OA[XA].valueOf),wA(OA,qA),tA[fA]=!0},a630:function(n,a,o){var s=o("23e7"),i=o("4df4"),l=o("1c7e"),c=!l(function(B){Array.from(B)});s({target:"Array",stat:!0,forced:c},{from:i})},a640:function(n,a,o){var s=o("d039");n.exports=function(i,l){var c=[][i];return!!c&&s(function(){c.call(null,l||function(){throw 1},1)})}},a691:function(n,a){var o=Math.ceil,s=Math.floor;n.exports=function(i){return isNaN(i=+i)?0:(i>0?s:o)(i)}},ab13:function(n,a,o){var s=o("b622"),i=s("match");n.exports=function(l){var c=/./;try{"/./"[l](c)}catch{try{return c[i]=!1,"/./"[l](c)}catch{}}return!1}},ac1f:function(n,a,o){var s=o("23e7"),i=o("9263");s({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},ad6d:function(n,a,o){var s=o("825a");n.exports=function(){var i=s(this),l="";return i.global&&(l+="g"),i.ignoreCase&&(l+="i"),i.multiline&&(l+="m"),i.dotAll&&(l+="s"),i.unicode&&(l+="u"),i.sticky&&(l+="y"),l}},ae40:function(n,a,o){var s=o("83ab"),i=o("d039"),l=o("5135"),c=Object.defineProperty,B={},u=function(d){throw d};n.exports=function(d,g){if(l(B,d))return B[d];g||(g={});var h=[][d],w=l(g,"ACCESSORS")?g.ACCESSORS:!1,p=l(g,0)?g[0]:u,C=l(g,1)?g[1]:void 0;return B[d]=!!h&&!i(function(){if(w&&!s)return!0;var y={length:-1};w?c(y,1,{enumerable:!0,get:u}):y[1]=1,h.call(y,p,C)})}},ae93:function(n,a,o){var s=o("e163"),i=o("9112"),l=o("5135"),c=o("b622"),B=o("c430"),u=c("iterator"),d=!1,g=function(){return this},h,w,p;[].keys&&(p=[].keys(),"next"in p?(w=s(s(p)),w!==Object.prototype&&(h=w)):d=!0),h==null&&(h={}),!B&&!l(h,u)&&i(h,u,g),n.exports={IteratorPrototype:h,BUGGY_SAFARI_ITERATORS:d}},b041:function(n,a,o){var s=o("00ee"),i=o("f5df");n.exports=s?{}.toString:function(){return"[object "+i(this)+"]"}},b0c0:function(n,a,o){var s=o("83ab"),i=o("9bf2").f,l=Function.prototype,c=l.toString,B=/^\s*function ([^ (]*)/,u="name";s&&!(u in l)&&i(l,u,{configurable:!0,get:function(){try{return c.call(this).match(B)[1]}catch{return""}}})},b622:function(n,a,o){var s=o("da84"),i=o("5692"),l=o("5135"),c=o("90e3"),B=o("4930"),u=o("fdbf"),d=i("wks"),g=s.Symbol,h=u?g:g&&g.withoutSetter||c;n.exports=function(w){return l(d,w)||(B&&l(g,w)?d[w]=g[w]:d[w]=h("Symbol."+w)),d[w]}},b64b:function(n,a,o){var s=o("23e7"),i=o("7b0b"),l=o("df75"),c=o("d039"),B=c(function(){l(1)});s({target:"Object",stat:!0,forced:B},{keys:function(d){return l(i(d))}})},b727:function(n,a,o){var s=o("0366"),i=o("44ad"),l=o("7b0b"),c=o("50c4"),B=o("65f0"),u=[].push,d=function(g){var h=g==1,w=g==2,p=g==3,C=g==4,y=g==6,m=g==5||y;return function(E,Q,H,S){for(var v=l(E),T=i(v),O=s(Q,H,3),G=c(T.length),I=0,x=S||B,X=h?x(E,G):w?x(E,0):void 0,D,N;G>I;I++)if((m||I in T)&&(D=T[I],N=O(D,I,v),g)){if(h)X[I]=N;else if(N)switch(g){case 3:return!0;case 5:return D;case 6:return I;case 2:u.call(X,D)}else if(C)return!1}return y?-1:p||C?C:X}};n.exports={forEach:d(0),map:d(1),filter:d(2),some:d(3),every:d(4),find:d(5),findIndex:d(6)}},c04e:function(n,a,o){var s=o("861d");n.exports=function(i,l){if(!s(i))return i;var c,B;if(l&&typeof(c=i.toString)=="function"&&!s(B=c.call(i))||typeof(c=i.valueOf)=="function"&&!s(B=c.call(i))||!l&&typeof(c=i.toString)=="function"&&!s(B=c.call(i)))return B;throw TypeError("Can't convert object to primitive value")}},c430:function(n,a){n.exports=!1},c6b6:function(n,a){var o={}.toString;n.exports=function(s){return o.call(s).slice(8,-1)}},c6cd:function(n,a,o){var s=o("da84"),i=o("ce4e"),l="__core-js_shared__",c=s[l]||i(l,{});n.exports=c},c740:function(n,a,o){var s=o("23e7"),i=o("b727").findIndex,l=o("44d2"),c=o("ae40"),B="findIndex",u=!0,d=c(B);B in[]&&Array(1)[B](function(){u=!1}),s({target:"Array",proto:!0,forced:u||!d},{findIndex:function(h){return i(this,h,arguments.length>1?arguments[1]:void 0)}}),l(B)},c8ba:function(n,a){var o;o=function(){return this}();try{o=o||new Function("return this")()}catch{typeof window=="object"&&(o=window)}n.exports=o},c975:function(n,a,o){var s=o("23e7"),i=o("4d64").indexOf,l=o("a640"),c=o("ae40"),B=[].indexOf,u=!!B&&1/[1].indexOf(1,-0)<0,d=l("indexOf"),g=c("indexOf",{ACCESSORS:!0,1:0});s({target:"Array",proto:!0,forced:u||!d||!g},{indexOf:function(w){return u?B.apply(this,arguments)||0:i(this,w,arguments.length>1?arguments[1]:void 0)}})},ca84:function(n,a,o){var s=o("5135"),i=o("fc6a"),l=o("4d64").indexOf,c=o("d012");n.exports=function(B,u){var d=i(B),g=0,h=[],w;for(w in d)!s(c,w)&&s(d,w)&&h.push(w);for(;u.length>g;)s(d,w=u[g++])&&(~l(h,w)||h.push(w));return h}},caad:function(n,a,o){var s=o("23e7"),i=o("4d64").includes,l=o("44d2"),c=o("ae40"),B=c("indexOf",{ACCESSORS:!0,1:0});s({target:"Array",proto:!0,forced:!B},{includes:function(d){return i(this,d,arguments.length>1?arguments[1]:void 0)}}),l("includes")},cc12:function(n,a,o){var s=o("da84"),i=o("861d"),l=s.document,c=i(l)&&i(l.createElement);n.exports=function(B){return c?l.createElement(B):{}}},ce4e:function(n,a,o){var s=o("da84"),i=o("9112");n.exports=function(l,c){try{i(s,l,c)}catch{s[l]=c}return c}},d012:function(n,a){n.exports={}},d039:function(n,a){n.exports=function(o){try{return!!o()}catch{return!0}}},d066:function(n,a,o){var s=o("428f"),i=o("da84"),l=function(c){return typeof c=="function"?c:void 0};n.exports=function(c,B){return arguments.length<2?l(s[c])||l(i[c]):s[c]&&s[c][B]||i[c]&&i[c][B]}},d1e7:function(n,a,o){var s={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,l=i&&!s.call({1:2},1);a.f=l?function(B){var u=i(this,B);return!!u&&u.enumerable}:s},d28b:function(n,a,o){var s=o("746f");s("iterator")},d2bb:function(n,a,o){var s=o("825a"),i=o("3bbe");n.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var l=!1,c={},B;try{B=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,B.call(c,[]),l=c instanceof Array}catch{}return function(d,g){return s(d),i(g),l?B.call(d,g):d.__proto__=g,d}}():void 0)},d3b7:function(n,a,o){var s=o("00ee"),i=o("6eeb"),l=o("b041");s||i(Object.prototype,"toString",l,{unsafe:!0})},d44e:function(n,a,o){var s=o("9bf2").f,i=o("5135"),l=o("b622"),c=l("toStringTag");n.exports=function(B,u,d){B&&!i(B=d?B:B.prototype,c)&&s(B,c,{configurable:!0,value:u})}},d58f:function(n,a,o){var s=o("1c0b"),i=o("7b0b"),l=o("44ad"),c=o("50c4"),B=function(u){return function(d,g,h,w){s(g);var p=i(d),C=l(p),y=c(p.length),m=u?y-1:0,E=u?-1:1;if(h<2)for(;;){if(m in C){w=C[m],m+=E;break}if(m+=E,u?m<0:y<=m)throw TypeError("Reduce of empty array with no initial value")}for(;u?m>=0:y>m;m+=E)m in C&&(w=g(w,C[m],m,p));return w}};n.exports={left:B(!1),right:B(!0)}},d784:function(n,a,o){o("ac1f");var s=o("6eeb"),i=o("d039"),l=o("b622"),c=o("9263"),B=o("9112"),u=l("species"),d=!i(function(){var C=/./;return C.exec=function(){var y=[];return y.groups={a:"7"},y},"".replace(C,"$<a>")!=="7"}),g=function(){return"a".replace(/./,"$0")==="$0"}(),h=l("replace"),w=function(){return/./[h]?/./[h]("a","$0")==="":!1}(),p=!i(function(){var C=/(?:)/,y=C.exec;C.exec=function(){return y.apply(this,arguments)};var m="ab".split(C);return m.length!==2||m[0]!=="a"||m[1]!=="b"});n.exports=function(C,y,m,E){var Q=l(C),H=!i(function(){var I={};return I[Q]=function(){return 7},""[C](I)!=7}),S=H&&!i(function(){var I=!1,x=/a/;return C==="split"&&(x={},x.constructor={},x.constructor[u]=function(){return x},x.flags="",x[Q]=/./[Q]),x.exec=function(){return I=!0,null},x[Q](""),!I});if(!H||!S||C==="replace"&&!(d&&g&&!w)||C==="split"&&!p){var v=/./[Q],T=m(Q,""[C],function(I,x,X,D,N){return x.exec===c?H&&!N?{done:!0,value:v.call(x,X,D)}:{done:!0,value:I.call(X,x,D)}:{done:!1}},{REPLACE_KEEPS_$0:g,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:w}),O=T[0],G=T[1];s(String.prototype,C,O),s(RegExp.prototype,Q,y==2?function(I,x){return G.call(I,this,x)}:function(I){return G.call(I,this)})}E&&B(RegExp.prototype[Q],"sham",!0)}},d81d:function(n,a,o){var s=o("23e7"),i=o("b727").map,l=o("1dde"),c=o("ae40"),B=l("map"),u=c("map");s({target:"Array",proto:!0,forced:!B||!u},{map:function(g){return i(this,g,arguments.length>1?arguments[1]:void 0)}})},da84:function(n,a,o){(function(s){var i=function(l){return l&&l.Math==Math&&l};n.exports=i(typeof globalThis=="object"&&globalThis)||i(typeof window=="object"&&window)||i(typeof self=="object"&&self)||i(typeof s=="object"&&s)||Function("return this")()}).call(this,o("c8ba"))},dbb4:function(n,a,o){var s=o("23e7"),i=o("83ab"),l=o("56ef"),c=o("fc6a"),B=o("06cf"),u=o("8418");s({target:"Object",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(g){for(var h=c(g),w=B.f,p=l(h),C={},y=0,m,E;p.length>y;)E=w(h,m=p[y++]),E!==void 0&&u(C,m,E);return C}})},dbf1:function(n,a,o){(function(s){o.d(a,"a",function(){return l});function i(){return typeof window<"u"?window.console:s.console}var l=i()}).call(this,o("c8ba"))},ddb0:function(n,a,o){var s=o("da84"),i=o("fdbc"),l=o("e260"),c=o("9112"),B=o("b622"),u=B("iterator"),d=B("toStringTag"),g=l.values;for(var h in i){var w=s[h],p=w&&w.prototype;if(p){if(p[u]!==g)try{c(p,u,g)}catch{p[u]=g}if(p[d]||c(p,d,h),i[h]){for(var C in l)if(p[C]!==l[C])try{c(p,C,l[C])}catch{p[C]=l[C]}}}}},df75:function(n,a,o){var s=o("ca84"),i=o("7839");n.exports=Object.keys||function(c){return s(c,i)}},e01a:function(n,a,o){var s=o("23e7"),i=o("83ab"),l=o("da84"),c=o("5135"),B=o("861d"),u=o("9bf2").f,d=o("e893"),g=l.Symbol;if(i&&typeof g=="function"&&(!("description"in g.prototype)||g().description!==void 0)){var h={},w=function(){var Q=arguments.length<1||arguments[0]===void 0?void 0:String(arguments[0]),H=this instanceof w?new g(Q):Q===void 0?g():g(Q);return Q===""&&(h[H]=!0),H};d(w,g);var p=w.prototype=g.prototype;p.constructor=w;var C=p.toString,y=String(g("test"))=="Symbol(test)",m=/^Symbol\((.*)\)[^)]+$/;u(p,"description",{configurable:!0,get:function(){var Q=B(this)?this.valueOf():this,H=C.call(Q);if(c(h,Q))return"";var S=y?H.slice(7,-1):H.replace(m,"$1");return S===""?void 0:S}}),s({global:!0,forced:!0},{Symbol:w})}},e163:function(n,a,o){var s=o("5135"),i=o("7b0b"),l=o("f772"),c=o("e177"),B=l("IE_PROTO"),u=Object.prototype;n.exports=c?Object.getPrototypeOf:function(d){return d=i(d),s(d,B)?d[B]:typeof d.constructor=="function"&&d instanceof d.constructor?d.constructor.prototype:d instanceof Object?u:null}},e177:function(n,a,o){var s=o("d039");n.exports=!s(function(){function i(){}return i.prototype.constructor=null,Object.getPrototypeOf(new i)!==i.prototype})},e260:function(n,a,o){var s=o("fc6a"),i=o("44d2"),l=o("3f8c"),c=o("69f3"),B=o("7dd0"),u="Array Iterator",d=c.set,g=c.getterFor(u);n.exports=B(Array,"Array",function(h,w){d(this,{type:u,target:s(h),index:0,kind:w})},function(){var h=g(this),w=h.target,p=h.kind,C=h.index++;return!w||C>=w.length?(h.target=void 0,{value:void 0,done:!0}):p=="keys"?{value:C,done:!1}:p=="values"?{value:w[C],done:!1}:{value:[C,w[C]],done:!1}},"values"),l.Arguments=l.Array,i("keys"),i("values"),i("entries")},e439:function(n,a,o){var s=o("23e7"),i=o("d039"),l=o("fc6a"),c=o("06cf").f,B=o("83ab"),u=i(function(){c(1)}),d=!B||u;s({target:"Object",stat:!0,forced:d,sham:!B},{getOwnPropertyDescriptor:function(h,w){return c(l(h),w)}})},e538:function(n,a,o){var s=o("b622");a.f=s},e893:function(n,a,o){var s=o("5135"),i=o("56ef"),l=o("06cf"),c=o("9bf2");n.exports=function(B,u){for(var d=i(u),g=c.f,h=l.f,w=0;w<d.length;w++){var p=d[w];s(B,p)||g(B,p,h(u,p))}}},e8b5:function(n,a,o){var s=o("c6b6");n.exports=Array.isArray||function(l){return s(l)=="Array"}},e95a:function(n,a,o){var s=o("b622"),i=o("3f8c"),l=s("iterator"),c=Array.prototype;n.exports=function(B){return B!==void 0&&(i.Array===B||c[l]===B)}},f5df:function(n,a,o){var s=o("00ee"),i=o("c6b6"),l=o("b622"),c=l("toStringTag"),B=i(function(){return arguments}())=="Arguments",u=function(d,g){try{return d[g]}catch{}};n.exports=s?i:function(d){var g,h,w;return d===void 0?"Undefined":d===null?"Null":typeof(h=u(g=Object(d),c))=="string"?h:B?i(g):(w=i(g))=="Object"&&typeof g.callee=="function"?"Arguments":w}},f772:function(n,a,o){var s=o("5692"),i=o("90e3"),l=s("keys");n.exports=function(c){return l[c]||(l[c]=i(c))}},fb15:function(n,a,o){if(o.r(a),typeof window<"u"){var s=window.document.currentScript;{var i=o("8875");s=i(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:i})}var l=s&&s.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);l&&(o.p=l[1])}o("99af"),o("4de4"),o("4160"),o("c975"),o("d81d"),o("a434"),o("159b"),o("a4d3"),o("e439"),o("dbb4"),o("b64b");function c(U,F,b){return F in U?Object.defineProperty(U,F,{value:b,enumerable:!0,configurable:!0,writable:!0}):U[F]=b,U}function B(U,F){var b=Object.keys(U);if(Object.getOwnPropertySymbols){var L=Object.getOwnPropertySymbols(U);F&&(L=L.filter(function(V){return Object.getOwnPropertyDescriptor(U,V).enumerable})),b.push.apply(b,L)}return b}function u(U){for(var F=1;F<arguments.length;F++){var b=arguments[F]!=null?arguments[F]:{};F%2?B(Object(b),!0).forEach(function(L){c(U,L,b[L])}):Object.getOwnPropertyDescriptors?Object.defineProperties(U,Object.getOwnPropertyDescriptors(b)):B(Object(b)).forEach(function(L){Object.defineProperty(U,L,Object.getOwnPropertyDescriptor(b,L))})}return U}function d(U){if(Array.isArray(U))return U}o("e01a"),o("d28b"),o("e260"),o("d3b7"),o("3ca3"),o("ddb0");function g(U,F){if(!(typeof Symbol>"u"||!(Symbol.iterator in Object(U)))){var b=[],L=!0,V=!1,J=void 0;try{for(var _=U[Symbol.iterator](),aA;!(L=(aA=_.next()).done)&&(b.push(aA.value),!(F&&b.length===F));L=!0);}catch(bA){V=!0,J=bA}finally{try{!L&&_.return!=null&&_.return()}finally{if(V)throw J}}return b}}o("a630"),o("fb6a"),o("b0c0"),o("25f0");function h(U,F){(F==null||F>U.length)&&(F=U.length);for(var b=0,L=new Array(F);b<F;b++)L[b]=U[b];return L}function w(U,F){if(U){if(typeof U=="string")return h(U,F);var b=Object.prototype.toString.call(U).slice(8,-1);if(b==="Object"&&U.constructor&&(b=U.constructor.name),b==="Map"||b==="Set")return Array.from(U);if(b==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(b))return h(U,F)}}function p(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
30
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function C(U,F){return d(U)||g(U,F)||w(U,F)||p()}function y(U){if(Array.isArray(U))return h(U)}function m(U){if(typeof Symbol<"u"&&Symbol.iterator in Object(U))return Array.from(U)}function E(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
31
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Q(U){return y(U)||m(U)||w(U)||E()}var H=o("a352"),S=o.n(H);function v(U){U.parentElement!==null&&U.parentElement.removeChild(U)}function T(U,F,b){var L=b===0?U.children[0]:U.children[b-1].nextSibling;U.insertBefore(F,L)}var O=o("dbf1");o("13d5"),o("4fad"),o("ac1f"),o("5319");function G(U){var F=Object.create(null);return function(L){var V=F[L];return V||(F[L]=U(L))}}var I=/-(\w)/g,x=G(function(U){return U.replace(I,function(F,b){return b.toUpperCase()})});o("5db7"),o("73d9");var X=["Start","Add","Remove","Update","End"],D=["Choose","Unchoose","Sort","Filter","Clone"],N=["Move"],q=[N,X,D].flatMap(function(U){return U}).map(function(U){return"on".concat(U)}),tA={manage:N,manageAndEmit:X,emit:D};function hA(U){return q.indexOf(U)!==-1}o("caad"),o("2ca0");var iA=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","link","main","map","mark","math","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rb","rp","rt","rtc","ruby","s","samp","script","section","select","slot","small","source","span","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr"];function lA(U){return iA.includes(U)}function BA(U){return["transition-group","TransitionGroup"].includes(U)}function wA(U){return["id","class","role","style"].includes(U)||U.startsWith("data-")||U.startsWith("aria-")||U.startsWith("on")}function cA(U){return U.reduce(function(F,b){var L=C(b,2),V=L[0],J=L[1];return F[V]=J,F},{})}function oA(U){var F=U.$attrs,b=U.componentData,L=b===void 0?{}:b,V=cA(Object.entries(F).filter(function(J){var _=C(J,2),aA=_[0];return _[1],wA(aA)}));return u(u({},V),L)}function fA(U){var F=U.$attrs,b=U.callBackBuilder,L=cA(qA(F));Object.entries(b).forEach(function(J){var _=C(J,2),aA=_[0],bA=_[1];tA[aA].forEach(function(j){L["on".concat(j)]=bA(j)})});var V="[data-draggable]".concat(L.draggable||"");return u(u({},L),{},{draggable:V})}function qA(U){return Object.entries(U).filter(function(F){var b=C(F,2),L=b[0];return b[1],!wA(L)}).map(function(F){var b=C(F,2),L=b[0],V=b[1];return[x(L),V]}).filter(function(F){var b=C(F,2),L=b[0];return b[1],!hA(L)})}o("c740");function XA(U,F){if(!(U instanceof F))throw new TypeError("Cannot call a class as a function")}function Ue(U,F){for(var b=0;b<F.length;b++){var L=F[b];L.enumerable=L.enumerable||!1,L.configurable=!0,"value"in L&&(L.writable=!0),Object.defineProperty(U,L.key,L)}}function je(U,F,b){return F&&Ue(U.prototype,F),b&&Ue(U,b),U}var Me=function(F){var b=F.el;return b},KA=function(F,b){return F.__draggable_context=b},OA=function(F){return F.__draggable_context},Ze=function(){function U(F){var b=F.nodes,L=b.header,V=b.default,J=b.footer,_=F.root,aA=F.realList;XA(this,U),this.defaultNodes=V,this.children=[].concat(Q(L),Q(V),Q(J)),this.externalComponent=_.externalComponent,this.rootTransition=_.transition,this.tag=_.tag,this.realList=aA}return je(U,[{key:"render",value:function(b,L){var V=this.tag,J=this.children,_=this._isRootComponent,aA=_?{default:function(){return J}}:J;return b(V,L,aA)}},{key:"updated",value:function(){var b=this.defaultNodes,L=this.realList;b.forEach(function(V,J){KA(Me(V),{element:L[J],index:J})})}},{key:"getUnderlyingVm",value:function(b){return OA(b)}},{key:"getVmIndexFromDomIndex",value:function(b,L){var V=this.defaultNodes,J=V.length,_=L.children,aA=_.item(b);if(aA===null)return J;var bA=OA(aA);if(bA)return bA.index;if(J===0)return 0;var j=Me(V[0]),P=Q(_).findIndex(function(W){return W===j});return b<P?0:J}},{key:"_isRootComponent",get:function(){return this.externalComponent||this.rootTransition}}]),U}(),he=o("8bbf");function we(U,F){var b=U[F];return b?b():[]}function gn(U){var F=U.$slots,b=U.realList,L=U.getKey,V=b||[],J=["header","footer"].map(function(W){return we(F,W)}),_=C(J,2),aA=_[0],bA=_[1],j=F.item;if(!j)throw new Error("draggable element must have an item slot");var P=V.flatMap(function(W,rA){return j({element:W,index:rA}).map(function(nA){return nA.key=L(W),nA.props=u(u({},nA.props||{}),{},{"data-draggable":!0}),nA})});if(P.length!==V.length)throw new Error("Item slot must have only one child");return{header:aA,footer:bA,default:P}}function Do(U){var F=BA(U),b=!lA(U)&&!F;return{transition:F,externalComponent:b,tag:b?Object(he.resolveComponent)(U):F?he.TransitionGroup:U}}function ce(U){var F=U.$slots,b=U.tag,L=U.realList,V=U.getKey,J=gn({$slots:F,realList:L,getKey:V}),_=Do(b);return new Ze({nodes:J,root:_,realList:L})}function Re(U,F){var b=this;Object(he.nextTick)(function(){return b.$emit(U.toLowerCase(),F)})}function gt(U){var F=this;return function(b,L){if(F.realList!==null)return F["onDrag".concat(U)](b,L)}}function _t(U){var F=this,b=gt.call(this,U);return function(L,V){b.call(F,L,V),Re.call(F,U,L)}}var qt=null,$t={list:{type:Array,required:!1,default:null},modelValue:{type:Array,required:!1,default:null},itemKey:{type:[String,Function],required:!0},clone:{type:Function,default:function(F){return F}},tag:{type:String,default:"div"},move:{type:Function,default:null},componentData:{type:Object,required:!1,default:null}},Ar=["update:modelValue","change"].concat(Q([].concat(Q(tA.manageAndEmit),Q(tA.emit)).map(function(U){return U.toLowerCase()}))),er=Object(he.defineComponent)({name:"draggable",inheritAttrs:!1,props:$t,emits:Ar,data:function(){return{error:!1}},render:function(){try{this.error=!1;var F=this.$slots,b=this.$attrs,L=this.tag,V=this.componentData,J=this.realList,_=this.getKey,aA=ce({$slots:F,tag:L,realList:J,getKey:_});this.componentStructure=aA;var bA=oA({$attrs:b,componentData:V});return aA.render(he.h,bA)}catch(j){return this.error=!0,Object(he.h)("pre",{style:{color:"red"}},j.stack)}},created:function(){this.list!==null&&this.modelValue!==null&&O.a.error("modelValue and list props are mutually exclusive! Please set one or another.")},mounted:function(){var F=this;if(!this.error){var b=this.$attrs,L=this.$el,V=this.componentStructure;V.updated();var J=fA({$attrs:b,callBackBuilder:{manageAndEmit:function(bA){return _t.call(F,bA)},emit:function(bA){return Re.bind(F,bA)},manage:function(bA){return gt.call(F,bA)}}}),_=L.nodeType===1?L:L.parentElement;this._sortable=new S.a(_,J),this.targetDomElement=_,_.__draggable_component__=this}},updated:function(){this.componentStructure.updated()},beforeUnmount:function(){this._sortable!==void 0&&this._sortable.destroy()},computed:{realList:function(){var F=this.list;return F||this.modelValue},getKey:function(){var F=this.itemKey;return typeof F=="function"?F:function(b){return b[F]}}},watch:{$attrs:{handler:function(F){var b=this._sortable;b&&qA(F).forEach(function(L){var V=C(L,2),J=V[0],_=V[1];b.option(J,_)})},deep:!0}},methods:{getUnderlyingVm:function(F){return this.componentStructure.getUnderlyingVm(F)||null},getUnderlyingPotencialDraggableComponent:function(F){return F.__draggable_component__},emitChanges:function(F){var b=this;Object(he.nextTick)(function(){return b.$emit("change",F)})},alterList:function(F){if(this.list){F(this.list);return}var b=Q(this.modelValue);F(b),this.$emit("update:modelValue",b)},spliceList:function(){var F=arguments,b=function(V){return V.splice.apply(V,Q(F))};this.alterList(b)},updatePosition:function(F,b){var L=function(J){return J.splice(b,0,J.splice(F,1)[0])};this.alterList(L)},getRelatedContextFromMoveEvent:function(F){var b=F.to,L=F.related,V=this.getUnderlyingPotencialDraggableComponent(b);if(!V)return{component:V};var J=V.realList,_={list:J,component:V};if(b!==L&&J){var aA=V.getUnderlyingVm(L)||{};return u(u({},aA),_)}return _},getVmIndexFromDomIndex:function(F){return this.componentStructure.getVmIndexFromDomIndex(F,this.targetDomElement)},onDragStart:function(F){this.context=this.getUnderlyingVm(F.item),F.item._underlying_vm_=this.clone(this.context.element),qt=F.item},onDragAdd:function(F){var b=F.item._underlying_vm_;if(b!==void 0){v(F.item);var L=this.getVmIndexFromDomIndex(F.newIndex);this.spliceList(L,0,b);var V={element:b,newIndex:L};this.emitChanges({added:V})}},onDragRemove:function(F){if(T(this.$el,F.item,F.oldIndex),F.pullMode==="clone"){v(F.clone);return}var b=this.context,L=b.index,V=b.element;this.spliceList(L,1);var J={element:V,oldIndex:L};this.emitChanges({removed:J})},onDragUpdate:function(F){v(F.item),T(F.from,F.item,F.oldIndex);var b=this.context.index,L=this.getVmIndexFromDomIndex(F.newIndex);this.updatePosition(b,L);var V={element:this.context.element,oldIndex:b,newIndex:L};this.emitChanges({moved:V})},computeFutureIndex:function(F,b){if(!F.element)return 0;var L=Q(b.to.children).filter(function(aA){return aA.style.display!=="none"}),V=L.indexOf(b.related),J=F.component.getVmIndexFromDomIndex(V),_=L.indexOf(qt)!==-1;return _||!b.willInsertAfter?J:J+1},onDragMove:function(F,b){var L=this.move,V=this.realList;if(!L||!V)return!0;var J=this.getRelatedContextFromMoveEvent(F),_=this.computeFutureIndex(J,F),aA=u(u({},this.context),{},{futureIndex:_}),bA=u(u({},F),{},{relatedContext:J,draggedContext:aA});return L(bA,b)},onDragEnd:function(){qt=null}}}),tr=er;a.default=tr},fb6a:function(n,a,o){var s=o("23e7"),i=o("861d"),l=o("e8b5"),c=o("23cb"),B=o("50c4"),u=o("fc6a"),d=o("8418"),g=o("b622"),h=o("1dde"),w=o("ae40"),p=h("slice"),C=w("slice",{ACCESSORS:!0,0:0,1:2}),y=g("species"),m=[].slice,E=Math.max;s({target:"Array",proto:!0,forced:!p||!C},{slice:function(H,S){var v=u(this),T=B(v.length),O=c(H,T),G=c(S===void 0?T:S,T),I,x,X;if(l(v)&&(I=v.constructor,typeof I=="function"&&(I===Array||l(I.prototype))?I=void 0:i(I)&&(I=I[y],I===null&&(I=void 0)),I===Array||I===void 0))return m.call(v,O,G);for(x=new(I===void 0?Array:I)(E(G-O,0)),X=0;O<G;O++,X++)O in v&&d(x,X,v[O]);return x.length=X,x}})},fc6a:function(n,a,o){var s=o("44ad"),i=o("1d80");n.exports=function(l){return s(i(l))}},fdbc:function(n,a){n.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(n,a,o){var s=o("4930");n.exports=s&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}}).default})})(Ps);var mh=Ps.exports;const vh=Mg(mh);var Fh={exports:{}};return function(e,A){(function(t,r){r()})(it,function(){function t(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(console.warn("Deprecated: Expected third argument to be a object"),c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,B){var u=new XMLHttpRequest;u.open("GET",l),u.responseType="blob",u.onload=function(){i(u.response,c,B)},u.onerror=function(){console.error("could not download file")},u.send()}function n(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function a(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var o=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof it=="object"&&it.global===it?it:void 0,s=o.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),i=o.saveAs||(typeof window!="object"||window!==o?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,B){var u=o.URL||o.webkitURL,d=document.createElement("a");c=c||l.name||"download",d.download=c,d.rel="noopener",typeof l=="string"?(d.href=l,d.origin===location.origin?a(d):n(d.href)?r(l,c,B):a(d,d.target="_blank")):(d.href=u.createObjectURL(l),setTimeout(function(){u.revokeObjectURL(d.href)},4e4),setTimeout(function(){a(d)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,B){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(t(l,B),c);else if(n(l))r(l,c,B);else{var u=document.createElement("a");u.href=l,u.target="_blank",setTimeout(function(){a(u)})}}:function(l,c,B,u){if(u=u||open("","_blank"),u&&(u.document.title=u.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,B);var d=l.type==="application/octet-stream",g=/constructor/i.test(o.HTMLElement)||o.safari,h=/CriOS\/[\d]+/.test(navigator.userAgent);if((h||d&&g||s)&&typeof FileReader<"u"){var w=new FileReader;w.onloadend=function(){var y=w.result;y=h?y:y.replace(/^data:[^;]*;/,"data:attachment/file;"),u?u.location.href=y:location=y,u=null},w.readAsDataURL(l)}else{var p=o.URL||o.webkitURL,C=p.createObjectURL(l);u?u.location=C:location.href=C,u=null,setTimeout(function(){p.revokeObjectURL(C)},4e4)}});o.saveAs=i.saveAs=i,e.exports=i})}(Fh),{install:(e,A)=>{e.component("special-uploader",pi),e.component("lab-header",mi),e.component("lab-footer",Oo),e.component("lab-drawer",Oo),e.component("lab-image",Li),e.component("lab-kaltura",Pi),e.component("lab-image-marker",ol),e.component("lab-image-replacer",Bl),e.component("lab-feedback",Mo),e.component("lab-drop-down",dl),e.component("lab-fill-blank",wl),e.component("lab-selectable",Ul),e.component("lab-textbox",bl),e.component("lab-menu_chooser",kl),e.component("lab-drag-resize",No),e.component("lab-fridgemagnet",Ac),e.component("draggable",vh),e.component("lab-drag-drop-quiz",cc),window.html2canvas=Dg}}});
30
+ }`,Yg=function(e){Jg(e,"."+Io+Xg+Ai+`
31
+ .`+Ho+Wg+Ai)},Jg=function(e,A){var t=e.ownerDocument;if(t){var r=t.createElement("style");r.textContent=A,e.appendChild(r)}},ei=function(){function e(){}return e.getOrigin=function(A){var t=e._link;return t?(t.href=A,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},e.isSameOrigin=function(A){return e.getOrigin(A)===e._origin},e.setContext=function(A){e._link=A.document.createElement("a"),e._origin=e.getOrigin(A.location.href)},e._origin="about:blank",e}(),jg=function(){function e(A,t){this.context=A,this._options=t,this._cache={}}return e.prototype.addImage=function(A){var t=Promise.resolve();return this.has(A)||(xo(A)||qg(A))&&(this._cache[A]=this.loadImage(A)).catch(function(){}),t},e.prototype.match=function(A){return this._cache[A]},e.prototype.loadImage=function(A){return GA(this,void 0,void 0,function(){var t,r,n,a,o=this;return VA(this,function(s){switch(s.label){case 0:return t=ei.isSameOrigin(A),r=!So(A)&&this._options.useCORS===!0&&KA.SUPPORT_CORS_IMAGES&&!t,n=!So(A)&&!t&&!xo(A)&&typeof this._options.proxy=="string"&&KA.SUPPORT_CORS_XHR&&!r,!t&&this._options.allowTaint===!1&&!So(A)&&!xo(A)&&!n&&!r?[2]:(a=A,n?[4,this.proxy(a)]:[3,2]);case 1:a=s.sent(),s.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise(function(i,l){var c=new Image;c.onload=function(){return i(c)},c.onerror=l,($g(a)||r)&&(c.crossOrigin="anonymous"),c.src=a,c.complete===!0&&setTimeout(function(){return i(c)},500),o._options.imageTimeout>0&&setTimeout(function(){return l("Timed out ("+o._options.imageTimeout+"ms) loading image")},o._options.imageTimeout)})];case 3:return[2,s.sent()]}})})},e.prototype.has=function(A){return typeof this._cache[A]<"u"},e.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},e.prototype.proxy=function(A){var t=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var n=A.substring(0,256);return new Promise(function(a,o){var s=KA.SUPPORT_RESPONSE_TYPE?"blob":"text",i=new XMLHttpRequest;i.onload=function(){if(i.status===200)if(s==="text")a(i.response);else{var B=new FileReader;B.addEventListener("load",function(){return a(B.result)},!1),B.addEventListener("error",function(u){return o(u)},!1),B.readAsDataURL(i.response)}else o("Failed to proxy resource "+n+" with status code "+i.status)},i.onerror=o;var l=r.indexOf("?")>-1?"&":"?";if(i.open("GET",""+r+l+"url="+encodeURIComponent(A)+"&responseType="+s),s!=="text"&&i instanceof XMLHttpRequest&&(i.responseType=s),t._options.imageTimeout){var c=t._options.imageTimeout;i.timeout=c,i.ontimeout=function(){return o("Timed out ("+c+"ms) proxying "+n)}}i.send()})},e}(),Zg=/^data:image\/svg\+xml/i,zg=/^data:image\/.*;base64,/i,_g=/^data:image\/.*/i,qg=function(e){return KA.SUPPORT_SVG_DRAWING||!Ah(e)},So=function(e){return _g.test(e)},$g=function(e){return zg.test(e)},xo=function(e){return e.substr(0,4)==="blob"},Ah=function(e){return e.substr(-3).toLowerCase()==="svg"||Zg.test(e)},M=function(){function e(A,t){this.type=0,this.x=A,this.y=t}return e.prototype.add=function(A,t){return new e(this.x+A,this.y+t)},e}(),ft=function(e,A,t){return new M(e.x+(A.x-e.x)*t,e.y+(A.y-e.y)*t)},sn=function(){function e(A,t,r,n){this.type=1,this.start=A,this.startControl=t,this.endControl=r,this.end=n}return e.prototype.subdivide=function(A,t){var r=ft(this.start,this.startControl,A),n=ft(this.startControl,this.endControl,A),a=ft(this.endControl,this.end,A),o=ft(r,n,A),s=ft(n,a,A),i=ft(o,s,A);return t?new e(this.start,r,o,i):new e(i,s,a,this.end)},e.prototype.add=function(A,t){return new e(this.start.add(A,t),this.startControl.add(A,t),this.endControl.add(A,t),this.end.add(A,t))},e.prototype.reverse=function(){return new e(this.end,this.endControl,this.startControl,this.start)},e}(),re=function(e){return e.type===1},eh=function(){function e(A){var t=A.styles,r=A.bounds,n=Gt(t.borderTopLeftRadius,r.width,r.height),a=n[0],o=n[1],s=Gt(t.borderTopRightRadius,r.width,r.height),i=s[0],l=s[1],c=Gt(t.borderBottomRightRadius,r.width,r.height),B=c[0],u=c[1],d=Gt(t.borderBottomLeftRadius,r.width,r.height),g=d[0],h=d[1],w=[];w.push((a+i)/r.width),w.push((g+B)/r.width),w.push((o+h)/r.height),w.push((l+u)/r.height);var p=Math.max.apply(Math,w);p>1&&(a/=p,o/=p,i/=p,l/=p,B/=p,u/=p,g/=p,h/=p);var C=r.width-i,y=r.height-u,Q=r.width-B,E=r.height-h,m=t.borderTopWidth,H=t.borderRightWidth,S=t.borderBottomWidth,v=t.borderLeftWidth,T=gA(t.paddingTop,A.bounds.width),O=gA(t.paddingRight,A.bounds.width),G=gA(t.paddingBottom,A.bounds.width),I=gA(t.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=a>0||o>0?mA(r.left+v/3,r.top+m/3,a-v/3,o-m/3,sA.TOP_LEFT):new M(r.left+v/3,r.top+m/3),this.topRightBorderDoubleOuterBox=a>0||o>0?mA(r.left+C,r.top+m/3,i-H/3,l-m/3,sA.TOP_RIGHT):new M(r.left+r.width-H/3,r.top+m/3),this.bottomRightBorderDoubleOuterBox=B>0||u>0?mA(r.left+Q,r.top+y,B-H/3,u-S/3,sA.BOTTOM_RIGHT):new M(r.left+r.width-H/3,r.top+r.height-S/3),this.bottomLeftBorderDoubleOuterBox=g>0||h>0?mA(r.left+v/3,r.top+E,g-v/3,h-S/3,sA.BOTTOM_LEFT):new M(r.left+v/3,r.top+r.height-S/3),this.topLeftBorderDoubleInnerBox=a>0||o>0?mA(r.left+v*2/3,r.top+m*2/3,a-v*2/3,o-m*2/3,sA.TOP_LEFT):new M(r.left+v*2/3,r.top+m*2/3),this.topRightBorderDoubleInnerBox=a>0||o>0?mA(r.left+C,r.top+m*2/3,i-H*2/3,l-m*2/3,sA.TOP_RIGHT):new M(r.left+r.width-H*2/3,r.top+m*2/3),this.bottomRightBorderDoubleInnerBox=B>0||u>0?mA(r.left+Q,r.top+y,B-H*2/3,u-S*2/3,sA.BOTTOM_RIGHT):new M(r.left+r.width-H*2/3,r.top+r.height-S*2/3),this.bottomLeftBorderDoubleInnerBox=g>0||h>0?mA(r.left+v*2/3,r.top+E,g-v*2/3,h-S*2/3,sA.BOTTOM_LEFT):new M(r.left+v*2/3,r.top+r.height-S*2/3),this.topLeftBorderStroke=a>0||o>0?mA(r.left+v/2,r.top+m/2,a-v/2,o-m/2,sA.TOP_LEFT):new M(r.left+v/2,r.top+m/2),this.topRightBorderStroke=a>0||o>0?mA(r.left+C,r.top+m/2,i-H/2,l-m/2,sA.TOP_RIGHT):new M(r.left+r.width-H/2,r.top+m/2),this.bottomRightBorderStroke=B>0||u>0?mA(r.left+Q,r.top+y,B-H/2,u-S/2,sA.BOTTOM_RIGHT):new M(r.left+r.width-H/2,r.top+r.height-S/2),this.bottomLeftBorderStroke=g>0||h>0?mA(r.left+v/2,r.top+E,g-v/2,h-S/2,sA.BOTTOM_LEFT):new M(r.left+v/2,r.top+r.height-S/2),this.topLeftBorderBox=a>0||o>0?mA(r.left,r.top,a,o,sA.TOP_LEFT):new M(r.left,r.top),this.topRightBorderBox=i>0||l>0?mA(r.left+C,r.top,i,l,sA.TOP_RIGHT):new M(r.left+r.width,r.top),this.bottomRightBorderBox=B>0||u>0?mA(r.left+Q,r.top+y,B,u,sA.BOTTOM_RIGHT):new M(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=g>0||h>0?mA(r.left,r.top+E,g,h,sA.BOTTOM_LEFT):new M(r.left,r.top+r.height),this.topLeftPaddingBox=a>0||o>0?mA(r.left+v,r.top+m,Math.max(0,a-v),Math.max(0,o-m),sA.TOP_LEFT):new M(r.left+v,r.top+m),this.topRightPaddingBox=i>0||l>0?mA(r.left+Math.min(C,r.width-H),r.top+m,C>r.width+H?0:Math.max(0,i-H),Math.max(0,l-m),sA.TOP_RIGHT):new M(r.left+r.width-H,r.top+m),this.bottomRightPaddingBox=B>0||u>0?mA(r.left+Math.min(Q,r.width-v),r.top+Math.min(y,r.height-S),Math.max(0,B-H),Math.max(0,u-S),sA.BOTTOM_RIGHT):new M(r.left+r.width-H,r.top+r.height-S),this.bottomLeftPaddingBox=g>0||h>0?mA(r.left+v,r.top+Math.min(E,r.height-S),Math.max(0,g-v),Math.max(0,h-S),sA.BOTTOM_LEFT):new M(r.left+v,r.top+r.height-S),this.topLeftContentBox=a>0||o>0?mA(r.left+v+I,r.top+m+T,Math.max(0,a-(v+I)),Math.max(0,o-(m+T)),sA.TOP_LEFT):new M(r.left+v+I,r.top+m+T),this.topRightContentBox=i>0||l>0?mA(r.left+Math.min(C,r.width+v+I),r.top+m+T,C>r.width+v+I?0:i-v+I,l-(m+T),sA.TOP_RIGHT):new M(r.left+r.width-(H+O),r.top+m+T),this.bottomRightContentBox=B>0||u>0?mA(r.left+Math.min(Q,r.width-(v+I)),r.top+Math.min(y,r.height+m+T),Math.max(0,B-(H+O)),u-(S+G),sA.BOTTOM_RIGHT):new M(r.left+r.width-(H+O),r.top+r.height-(S+G)),this.bottomLeftContentBox=g>0||h>0?mA(r.left+v+I,r.top+E,Math.max(0,g-(v+I)),h-(S+G),sA.BOTTOM_LEFT):new M(r.left+v+I,r.top+r.height-(S+G))}return e}(),sA;(function(e){e[e.TOP_LEFT=0]="TOP_LEFT",e[e.TOP_RIGHT=1]="TOP_RIGHT",e[e.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",e[e.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(sA||(sA={}));var mA=function(e,A,t,r,n){var a=4*((Math.sqrt(2)-1)/3),o=t*a,s=r*a,i=e+t,l=A+r;switch(n){case sA.TOP_LEFT:return new sn(new M(e,l),new M(e,l-s),new M(i-o,A),new M(i,A));case sA.TOP_RIGHT:return new sn(new M(e,A),new M(e+o,A),new M(i,l-s),new M(i,l));case sA.BOTTOM_RIGHT:return new sn(new M(i,A),new M(i,A+s),new M(e+o,l),new M(e,l));case sA.BOTTOM_LEFT:default:return new sn(new M(i,l),new M(i-o,l),new M(e,A+s),new M(e,A))}},ln=function(e){return[e.topLeftBorderBox,e.topRightBorderBox,e.bottomRightBorderBox,e.bottomLeftBorderBox]},th=function(e){return[e.topLeftContentBox,e.topRightContentBox,e.bottomRightContentBox,e.bottomLeftContentBox]},cn=function(e){return[e.topLeftPaddingBox,e.topRightPaddingBox,e.bottomRightPaddingBox,e.bottomLeftPaddingBox]},rh=function(){function e(A,t,r){this.offsetX=A,this.offsetY=t,this.matrix=r,this.type=0,this.target=6}return e}(),Bn=function(){function e(A,t){this.path=A,this.target=t,this.type=1}return e}(),nh=function(){function e(A){this.opacity=A,this.type=2,this.target=6}return e}(),oh=function(e){return e.type===0},ti=function(e){return e.type===1},ah=function(e){return e.type===2},ri=function(e,A){return e.length===A.length?e.some(function(t,r){return t===A[r]}):!1},sh=function(e,A,t,r,n){return e.map(function(a,o){switch(o){case 0:return a.add(A,t);case 1:return a.add(A+r,t);case 2:return a.add(A+r,t+n);case 3:return a.add(A,t+n)}return a})},ni=function(){function e(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return e}(),oi=function(){function e(A,t){if(this.container=A,this.parent=t,this.effects=[],this.curves=new eh(this.container),this.container.styles.opacity<1&&this.effects.push(new nh(this.container.styles.opacity)),this.container.styles.transform!==null){var r=this.container.bounds.left+this.container.styles.transformOrigin[0].number,n=this.container.bounds.top+this.container.styles.transformOrigin[1].number,a=this.container.styles.transform;this.effects.push(new rh(r,n,a))}if(this.container.styles.overflowX!==0){var o=ln(this.curves),s=cn(this.curves);ri(o,s)?this.effects.push(new Bn(o,6)):(this.effects.push(new Bn(o,2)),this.effects.push(new Bn(s,4)))}}return e.prototype.getEffects=function(A){for(var t=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,n=this.effects.slice(0);r;){var a=r.effects.filter(function(i){return!ti(i)});if(t||r.container.styles.position!==0||!r.parent){if(n.unshift.apply(n,a),t=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var o=ln(r.curves),s=cn(r.curves);ri(o,s)||n.unshift(new Bn(s,6))}}else n.unshift.apply(n,a);r=r.parent}return n.filter(function(i){return SA(i.target,A)})},e}(),Lo=function(e,A,t,r){e.container.elements.forEach(function(n){var a=SA(n.flags,4),o=SA(n.flags,2),s=new oi(n,e);SA(n.styles.display,2048)&&r.push(s);var i=SA(n.flags,8)?[]:r;if(a||o){var l=a||n.styles.isPositioned()?t:A,c=new ni(s);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var B=n.styles.zIndex.order;if(B<0){var u=0;l.negativeZIndex.some(function(g,h){return B>g.element.container.styles.zIndex.order?(u=h,!1):u>0}),l.negativeZIndex.splice(u,0,c)}else if(B>0){var d=0;l.positiveZIndex.some(function(g,h){return B>=g.element.container.styles.zIndex.order?(d=h+1,!1):d>0}),l.positiveZIndex.splice(d,0,c)}else l.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else n.styles.isFloating()?l.nonPositionedFloats.push(c):l.nonPositionedInlineLevel.push(c);Lo(s,c,a?c:t,i)}else n.styles.isInlineLevel()?A.inlineLevel.push(s):A.nonInlineLevel.push(s),Lo(s,A,t,i);SA(n.flags,8)&&ai(n,i)})},ai=function(e,A){for(var t=e instanceof Qo?e.start:1,r=e instanceof Qo?e.reversed:!1,n=0;n<A.length;n++){var a=A[n];a.container instanceof xs&&typeof a.container.value=="number"&&a.container.value!==0&&(t=a.container.value),a.listValue=Zt(t,a.container.styles.listStyleType,!0),t+=r?-1:1}},ih=function(e){var A=new oi(e,null),t=new ni(A),r=[];return Lo(A,t,t,r),ai(A.container,r),t},si=function(e,A){switch(A){case 0:return ne(e.topLeftBorderBox,e.topLeftPaddingBox,e.topRightBorderBox,e.topRightPaddingBox);case 1:return ne(e.topRightBorderBox,e.topRightPaddingBox,e.bottomRightBorderBox,e.bottomRightPaddingBox);case 2:return ne(e.bottomRightBorderBox,e.bottomRightPaddingBox,e.bottomLeftBorderBox,e.bottomLeftPaddingBox);case 3:default:return ne(e.bottomLeftBorderBox,e.bottomLeftPaddingBox,e.topLeftBorderBox,e.topLeftPaddingBox)}},lh=function(e,A){switch(A){case 0:return ne(e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox,e.topRightBorderBox,e.topRightBorderDoubleOuterBox);case 1:return ne(e.topRightBorderBox,e.topRightBorderDoubleOuterBox,e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox);case 2:return ne(e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox,e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox);case 3:default:return ne(e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox,e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox)}},ch=function(e,A){switch(A){case 0:return ne(e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox,e.topRightBorderDoubleInnerBox,e.topRightPaddingBox);case 1:return ne(e.topRightBorderDoubleInnerBox,e.topRightPaddingBox,e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox);case 2:return ne(e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox,e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox);case 3:default:return ne(e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox,e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox)}},Bh=function(e,A){switch(A){case 0:return fn(e.topLeftBorderStroke,e.topRightBorderStroke);case 1:return fn(e.topRightBorderStroke,e.bottomRightBorderStroke);case 2:return fn(e.bottomRightBorderStroke,e.bottomLeftBorderStroke);case 3:default:return fn(e.bottomLeftBorderStroke,e.topLeftBorderStroke)}},fn=function(e,A){var t=[];return re(e)?t.push(e.subdivide(.5,!1)):t.push(e),re(A)?t.push(A.subdivide(.5,!0)):t.push(A),t},ne=function(e,A,t,r){var n=[];return re(e)?n.push(e.subdivide(.5,!1)):n.push(e),re(t)?n.push(t.subdivide(.5,!0)):n.push(t),re(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),re(A)?n.push(A.subdivide(.5,!1).reverse()):n.push(A),n},ii=function(e){var A=e.bounds,t=e.styles;return A.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},un=function(e){var A=e.styles,t=e.bounds,r=gA(A.paddingLeft,t.width),n=gA(A.paddingRight,t.width),a=gA(A.paddingTop,t.width),o=gA(A.paddingBottom,t.width);return t.add(r+A.borderLeftWidth,a+A.borderTopWidth,-(A.borderRightWidth+A.borderLeftWidth+r+n),-(A.borderTopWidth+A.borderBottomWidth+a+o))},fh=function(e,A){return e===0?A.bounds:e===2?un(A):ii(A)},uh=function(e,A){return e===0?A.bounds:e===2?un(A):ii(A)},To=function(e,A,t){var r=fh(dt(e.styles.backgroundOrigin,A),e),n=uh(dt(e.styles.backgroundClip,A),e),a=dh(dt(e.styles.backgroundSize,A),t,r),o=a[0],s=a[1],i=Gt(dt(e.styles.backgroundPosition,A),r.width-o,r.height-s),l=gh(dt(e.styles.backgroundRepeat,A),i,a,r,n),c=Math.round(r.left+i[0]),B=Math.round(r.top+i[1]);return[l,c,B,o,s]},ut=function(e){return uA(e)&&e.value===it.AUTO},dn=function(e){return typeof e=="number"},dh=function(e,A,t){var r=A[0],n=A[1],a=A[2],o=e[0],s=e[1];if(!o)return[0,0];if(HA(o)&&s&&HA(s))return[gA(o,t.width),gA(s,t.height)];var i=dn(a);if(uA(o)&&(o.value===it.CONTAIN||o.value===it.COVER)){if(dn(a)){var l=t.width/t.height;return l<a!=(o.value===it.COVER)?[t.width,t.width/a]:[t.height*a,t.height]}return[t.width,t.height]}var c=dn(r),B=dn(n),u=c||B;if(ut(o)&&(!s||ut(s))){if(c&&B)return[r,n];if(!i&&!u)return[t.width,t.height];if(u&&i){var d=c?r:n*a,g=B?n:r/a;return[d,g]}var h=c?r:t.width,w=B?n:t.height;return[h,w]}if(i){var p=0,C=0;return HA(o)?p=gA(o,t.width):HA(s)&&(C=gA(s,t.height)),ut(o)?p=C*a:(!s||ut(s))&&(C=p/a),[p,C]}var y=null,Q=null;if(HA(o)?y=gA(o,t.width):s&&HA(s)&&(Q=gA(s,t.height)),y!==null&&(!s||ut(s))&&(Q=c&&B?y/r*n:t.height),Q!==null&&ut(o)&&(y=c&&B?Q/n*r:t.width),y!==null&&Q!==null)return[y,Q];throw new Error("Unable to calculate background-size for element")},dt=function(e,A){var t=e[A];return typeof t>"u"?e[0]:t},gh=function(e,A,t,r,n){var a=A[0],o=A[1],s=t[0],i=t[1];switch(e){case 2:return[new M(Math.round(r.left),Math.round(r.top+o)),new M(Math.round(r.left+r.width),Math.round(r.top+o)),new M(Math.round(r.left+r.width),Math.round(i+r.top+o)),new M(Math.round(r.left),Math.round(i+r.top+o))];case 3:return[new M(Math.round(r.left+a),Math.round(r.top)),new M(Math.round(r.left+a+s),Math.round(r.top)),new M(Math.round(r.left+a+s),Math.round(r.height+r.top)),new M(Math.round(r.left+a),Math.round(r.height+r.top))];case 1:return[new M(Math.round(r.left+a),Math.round(r.top+o)),new M(Math.round(r.left+a+s),Math.round(r.top+o)),new M(Math.round(r.left+a+s),Math.round(r.top+o+i)),new M(Math.round(r.left+a),Math.round(r.top+o+i))];default:return[new M(Math.round(n.left),Math.round(n.top)),new M(Math.round(n.left+n.width),Math.round(n.top)),new M(Math.round(n.left+n.width),Math.round(n.height+n.top)),new M(Math.round(n.left),Math.round(n.height+n.top))]}},hh="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",li="Hidden Text",wh=function(){function e(A){this._data={},this._document=A}return e.prototype.parseMetrics=function(A,t){var r=this._document.createElement("div"),n=this._document.createElement("img"),a=this._document.createElement("span"),o=this._document.body;r.style.visibility="hidden",r.style.fontFamily=A,r.style.fontSize=t,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",o.appendChild(r),n.src=hh,n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",a.style.fontFamily=A,a.style.fontSize=t,a.style.margin="0",a.style.padding="0",a.appendChild(this._document.createTextNode(li)),r.appendChild(a),r.appendChild(n);var s=n.offsetTop-a.offsetTop+2;r.removeChild(a),r.appendChild(this._document.createTextNode(li)),r.style.lineHeight="normal",n.style.verticalAlign="super";var i=n.offsetTop-r.offsetTop+2;return o.removeChild(r),{baseline:s,middle:i}},e.prototype.getMetrics=function(A,t){var r=A+" "+t;return typeof this._data[r]>"u"&&(this._data[r]=this.parseMetrics(A,t)),this._data[r]},e}(),ci=function(){function e(A,t){this.context=A,this.options=t}return e}(),ph=1e4,Ch=function(e){ie(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n._activeEffects=[],n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),r.canvas||(n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px"),n.fontMetrics=new wh(document),n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.ctx.textBaseline="bottom",n._activeEffects=[],n.context.logger.debug("Canvas renderer initialized ("+r.width+"x"+r.height+") with scale "+r.scale),n}return A.prototype.applyEffects=function(t){for(var r=this;this._activeEffects.length;)this.popEffect();t.forEach(function(n){return r.applyEffect(n)})},A.prototype.applyEffect=function(t){this.ctx.save(),ah(t)&&(this.ctx.globalAlpha=t.opacity),oh(t)&&(this.ctx.translate(t.offsetX,t.offsetY),this.ctx.transform(t.matrix[0],t.matrix[1],t.matrix[2],t.matrix[3],t.matrix[4],t.matrix[5]),this.ctx.translate(-t.offsetX,-t.offsetY)),ti(t)&&(this.path(t.path),this.ctx.clip()),this._activeEffects.push(t)},A.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},A.prototype.renderStack=function(t){return GA(this,void 0,void 0,function(){var r;return VA(this,function(n){switch(n.label){case 0:return r=t.element.container.styles,r.isVisible()?[4,this.renderStackContent(t)]:[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}})})},A.prototype.renderNode=function(t){return GA(this,void 0,void 0,function(){return VA(this,function(r){switch(r.label){case 0:if(SA(t.container.flags,16))debugger;return t.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(t)]:[3,3];case 1:return r.sent(),[4,this.renderNodeContent(t)];case 2:r.sent(),r.label=3;case 3:return[2]}})})},A.prototype.renderTextWithLetterSpacing=function(t,r,n){var a=this;if(r===0)this.ctx.fillText(t.text,t.bounds.left,t.bounds.top+n);else{var o=mo(t.text);o.reduce(function(s,i){return a.ctx.fillText(i,s,t.bounds.top+n),s+a.ctx.measureText(i).width},t.bounds.left)}},A.prototype.createFontStyle=function(t){var r=t.fontVariant.filter(function(o){return o==="normal"||o==="small-caps"}).join(""),n=Uh(t.fontFamily).join(", "),a=Pt(t.fontSize)?""+t.fontSize.number+t.fontSize.unit:t.fontSize.number+"px";return[[t.fontStyle,r,t.fontWeight,a,n].join(" "),n,a]},A.prototype.renderTextNode=function(t,r){return GA(this,void 0,void 0,function(){var n,a,o,s,i,l,c,B,u=this;return VA(this,function(d){return n=this.createFontStyle(r),a=n[0],o=n[1],s=n[2],this.ctx.font=a,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",i=this.fontMetrics.getMetrics(o,s),l=i.baseline,c=i.middle,B=r.paintOrder,t.textBounds.forEach(function(g){B.forEach(function(h){switch(h){case 0:u.ctx.fillStyle=xA(r.color),u.renderTextWithLetterSpacing(g,r.letterSpacing,l);var w=r.textShadow;w.length&&g.text.trim().length&&(w.slice(0).reverse().forEach(function(p){u.ctx.shadowColor=xA(p.color),u.ctx.shadowOffsetX=p.offsetX.number*u.options.scale,u.ctx.shadowOffsetY=p.offsetY.number*u.options.scale,u.ctx.shadowBlur=p.blur.number,u.renderTextWithLetterSpacing(g,r.letterSpacing,l)}),u.ctx.shadowColor="",u.ctx.shadowOffsetX=0,u.ctx.shadowOffsetY=0,u.ctx.shadowBlur=0),r.textDecorationLine.length&&(u.ctx.fillStyle=xA(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(p){switch(p){case 1:u.ctx.fillRect(g.bounds.left,Math.round(g.bounds.top+l),g.bounds.width,1);break;case 2:u.ctx.fillRect(g.bounds.left,Math.round(g.bounds.top),g.bounds.width,1);break;case 3:u.ctx.fillRect(g.bounds.left,Math.ceil(g.bounds.top+c),g.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&g.text.trim().length&&(u.ctx.strokeStyle=xA(r.webkitTextStrokeColor),u.ctx.lineWidth=r.webkitTextStrokeWidth,u.ctx.lineJoin=window.chrome?"miter":"round",u.ctx.strokeText(g.text,g.bounds.left,g.bounds.top+l)),u.ctx.strokeStyle="",u.ctx.lineWidth=0,u.ctx.lineJoin="miter";break}})}),[2]})})},A.prototype.renderReplacedElement=function(t,r,n){if(n&&t.intrinsicWidth>0&&t.intrinsicHeight>0){var a=un(t),o=cn(r);this.path(o),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,t.intrinsicWidth,t.intrinsicHeight,a.left,a.top,a.width,a.height),this.ctx.restore()}},A.prototype.renderNodeContent=function(t){return GA(this,void 0,void 0,function(){var r,n,a,o,s,i,C,C,l,c,B,u,Q,d,g,E,h,w,p,C,y,Q,E;return VA(this,function(m){switch(m.label){case 0:this.applyEffects(t.getEffects(4)),r=t.container,n=t.curves,a=r.styles,o=0,s=r.textNodes,m.label=1;case 1:return o<s.length?(i=s[o],[4,this.renderTextNode(i,a)]):[3,4];case 2:m.sent(),m.label=3;case 3:return o++,[3,1];case 4:if(!(r instanceof Is))return[3,8];m.label=5;case 5:return m.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return C=m.sent(),this.renderReplacedElement(r,n,C),[3,8];case 7:return m.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof Hs&&this.renderReplacedElement(r,n,r.canvas),!(r instanceof Ss))return[3,12];m.label=9;case 9:return m.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return C=m.sent(),this.renderReplacedElement(r,n,C),[3,12];case 11:return m.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof Ks&&r.tree?(l=new A(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,l.render(r.tree)]):[3,14];case 13:c=m.sent(),r.width&&r.height&&this.ctx.drawImage(c,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),m.label=14;case 14:if(r instanceof vo&&(B=Math.min(r.bounds.width,r.bounds.height),r.type===en?r.checked&&(this.ctx.save(),this.path([new M(r.bounds.left+B*.39363,r.bounds.top+B*.79),new M(r.bounds.left+B*.16,r.bounds.top+B*.5549),new M(r.bounds.left+B*.27347,r.bounds.top+B*.44071),new M(r.bounds.left+B*.39694,r.bounds.top+B*.5649),new M(r.bounds.left+B*.72983,r.bounds.top+B*.23),new M(r.bounds.left+B*.84,r.bounds.top+B*.34085),new M(r.bounds.left+B*.39363,r.bounds.top+B*.79)]),this.ctx.fillStyle=xA(Ls),this.ctx.fill(),this.ctx.restore()):r.type===tn&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+B/2,r.bounds.top+B/2,B/4,0,Math.PI*2,!0),this.ctx.fillStyle=xA(Ls),this.ctx.fill(),this.ctx.restore())),mh(r)&&r.value.length){switch(u=this.createFontStyle(a),Q=u[0],d=u[1],g=this.fontMetrics.getMetrics(Q,d).baseline,this.ctx.font=Q,this.ctx.fillStyle=xA(a.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=vh(r.styles.textAlign),E=un(r),h=0,r.styles.textAlign){case 1:h+=E.width/2;break;case 2:h+=E.width;break}w=E.add(h,0,0,-E.height/2+1),this.ctx.save(),this.path([new M(E.left,E.top),new M(E.left+E.width,E.top),new M(E.left+E.width,E.top+E.height),new M(E.left,E.top+E.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new Jt(r.value,w),a.letterSpacing,g),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!SA(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(p=r.styles.listStyleImage,p.type!==0)return[3,18];C=void 0,y=p.url,m.label=15;case 15:return m.trys.push([15,17,,18]),[4,this.context.cache.match(y)];case 16:return C=m.sent(),this.ctx.drawImage(C,r.bounds.left-(C.width+10),r.bounds.top),[3,18];case 17:return m.sent(),this.context.logger.error("Error loading list-style-image "+y),[3,18];case 18:return[3,20];case 19:t.listValue&&r.styles.listStyleType!==-1&&(Q=this.createFontStyle(a)[0],this.ctx.font=Q,this.ctx.fillStyle=xA(a.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",E=new me(r.bounds.left,r.bounds.top+gA(r.styles.paddingTop,r.bounds.width),r.bounds.width,ls(a.lineHeight,a.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Jt(t.listValue,E),a.letterSpacing,ls(a.lineHeight,a.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),m.label=20;case 20:return[2]}})})},A.prototype.renderStackContent=function(t){return GA(this,void 0,void 0,function(){var r,n,p,a,o,p,s,i,p,l,c,p,B,u,p,d,g,p,h,w,p;return VA(this,function(C){switch(C.label){case 0:if(SA(t.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(t.element)];case 1:C.sent(),r=0,n=t.negativeZIndex,C.label=2;case 2:return r<n.length?(p=n[r],[4,this.renderStack(p)]):[3,5];case 3:C.sent(),C.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(t.element)];case 6:C.sent(),a=0,o=t.nonInlineLevel,C.label=7;case 7:return a<o.length?(p=o[a],[4,this.renderNode(p)]):[3,10];case 8:C.sent(),C.label=9;case 9:return a++,[3,7];case 10:s=0,i=t.nonPositionedFloats,C.label=11;case 11:return s<i.length?(p=i[s],[4,this.renderStack(p)]):[3,14];case 12:C.sent(),C.label=13;case 13:return s++,[3,11];case 14:l=0,c=t.nonPositionedInlineLevel,C.label=15;case 15:return l<c.length?(p=c[l],[4,this.renderStack(p)]):[3,18];case 16:C.sent(),C.label=17;case 17:return l++,[3,15];case 18:B=0,u=t.inlineLevel,C.label=19;case 19:return B<u.length?(p=u[B],[4,this.renderNode(p)]):[3,22];case 20:C.sent(),C.label=21;case 21:return B++,[3,19];case 22:d=0,g=t.zeroOrAutoZIndexOrTransformedOrOpacity,C.label=23;case 23:return d<g.length?(p=g[d],[4,this.renderStack(p)]):[3,26];case 24:C.sent(),C.label=25;case 25:return d++,[3,23];case 26:h=0,w=t.positiveZIndex,C.label=27;case 27:return h<w.length?(p=w[h],[4,this.renderStack(p)]):[3,30];case 28:C.sent(),C.label=29;case 29:return h++,[3,27];case 30:return[2]}})})},A.prototype.mask=function(t){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(t.slice(0).reverse()),this.ctx.closePath()},A.prototype.path=function(t){this.ctx.beginPath(),this.formatPath(t),this.ctx.closePath()},A.prototype.formatPath=function(t){var r=this;t.forEach(function(n,a){var o=re(n)?n.start:n;a===0?r.ctx.moveTo(o.x,o.y):r.ctx.lineTo(o.x,o.y),re(n)&&r.ctx.bezierCurveTo(n.startControl.x,n.startControl.y,n.endControl.x,n.endControl.y,n.end.x,n.end.y)})},A.prototype.renderRepeat=function(t,r,n,a){this.path(t),this.ctx.fillStyle=r,this.ctx.translate(n,a),this.ctx.fill(),this.ctx.translate(-n,-a)},A.prototype.resizeImage=function(t,r,n){var a;if(t.width===r&&t.height===n)return t;var o=(a=this.canvas.ownerDocument)!==null&&a!==void 0?a:document,s=o.createElement("canvas");s.width=Math.max(1,r),s.height=Math.max(1,n);var i=s.getContext("2d");return i.drawImage(t,0,0,t.width,t.height,0,0,r,n),s},A.prototype.renderBackgroundImage=function(t){return GA(this,void 0,void 0,function(){var r,n,a,o,s,i;return VA(this,function(l){switch(l.label){case 0:r=t.styles.backgroundImage.length-1,n=function(c){var B,u,d,T,D,N,I,x,S,g,T,D,N,I,x,h,w,p,C,y,Q,E,m,H,S,v,T,O,G,I,x,X,D,N,q,tA,hA,iA,lA,BA,wA,cA;return VA(this,function(oA){switch(oA.label){case 0:if(c.type!==0)return[3,5];B=void 0,u=c.url,oA.label=1;case 1:return oA.trys.push([1,3,,4]),[4,a.context.cache.match(u)];case 2:return B=oA.sent(),[3,4];case 3:return oA.sent(),a.context.logger.error("Error loading background-image "+u),[3,4];case 4:return B&&(d=To(t,r,[B.width,B.height,B.width/B.height]),T=d[0],D=d[1],N=d[2],I=d[3],x=d[4],S=a.ctx.createPattern(a.resizeImage(B,I,x),"repeat"),a.renderRepeat(T,S,D,N)),[3,6];case 5:ou(c)?(g=To(t,r,[null,null,null]),T=g[0],D=g[1],N=g[2],I=g[3],x=g[4],h=Au(c.angle,I,x),w=h[0],p=h[1],C=h[2],y=h[3],Q=h[4],E=document.createElement("canvas"),E.width=I,E.height=x,m=E.getContext("2d"),H=m.createLinearGradient(p,y,C,Q),qa(c.stops,w).forEach(function(fA){return H.addColorStop(fA.stop,xA(fA.color))}),m.fillStyle=H,m.fillRect(0,0,I,x),I>0&&x>0&&(S=a.ctx.createPattern(E,"repeat"),a.renderRepeat(T,S,D,N))):au(c)&&(v=To(t,r,[null,null,null]),T=v[0],O=v[1],G=v[2],I=v[3],x=v[4],X=c.position.length===0?[no]:c.position,D=gA(X[0],I),N=gA(X[X.length-1],x),q=eu(c,D,N,I,x),tA=q[0],hA=q[1],tA>0&&hA>0&&(iA=a.ctx.createRadialGradient(O+D,G+N,0,O+D,G+N,tA),qa(c.stops,tA*2).forEach(function(fA){return iA.addColorStop(fA.stop,xA(fA.color))}),a.path(T),a.ctx.fillStyle=iA,tA!==hA?(lA=t.bounds.left+.5*t.bounds.width,BA=t.bounds.top+.5*t.bounds.height,wA=hA/tA,cA=1/wA,a.ctx.save(),a.ctx.translate(lA,BA),a.ctx.transform(1,0,0,wA,0,0),a.ctx.translate(-lA,-BA),a.ctx.fillRect(O,cA*(G-BA)+BA,I,x*cA),a.ctx.restore()):a.ctx.fill())),oA.label=6;case 6:return r--,[2]}})},a=this,o=0,s=t.styles.backgroundImage.slice(0).reverse(),l.label=1;case 1:return o<s.length?(i=s[o],[5,n(i)]):[3,4];case 2:l.sent(),l.label=3;case 3:return o++,[3,1];case 4:return[2]}})})},A.prototype.renderSolidBorder=function(t,r,n){return GA(this,void 0,void 0,function(){return VA(this,function(a){return this.path(si(n,r)),this.ctx.fillStyle=xA(t),this.ctx.fill(),[2]})})},A.prototype.renderDoubleBorder=function(t,r,n,a){return GA(this,void 0,void 0,function(){var o,s;return VA(this,function(i){switch(i.label){case 0:return r<3?[4,this.renderSolidBorder(t,n,a)]:[3,2];case 1:return i.sent(),[2];case 2:return o=lh(a,n),this.path(o),this.ctx.fillStyle=xA(t),this.ctx.fill(),s=ch(a,n),this.path(s),this.ctx.fill(),[2]}})})},A.prototype.renderNodeBackgroundAndBorders=function(t){return GA(this,void 0,void 0,function(){var r,n,a,o,s,i,l,c,B=this;return VA(this,function(u){switch(u.label){case 0:return this.applyEffects(t.getEffects(2)),r=t.container.styles,n=!Te(r.backgroundColor)||r.backgroundImage.length,a=[{style:r.borderTopStyle,color:r.borderTopColor,width:r.borderTopWidth},{style:r.borderRightStyle,color:r.borderRightColor,width:r.borderRightWidth},{style:r.borderBottomStyle,color:r.borderBottomColor,width:r.borderBottomWidth},{style:r.borderLeftStyle,color:r.borderLeftColor,width:r.borderLeftWidth}],o=Qh(dt(r.backgroundClip,0),t.curves),n||r.boxShadow.length?(this.ctx.save(),this.path(o),this.ctx.clip(),Te(r.backgroundColor)||(this.ctx.fillStyle=xA(r.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(t.container)]):[3,2];case 1:u.sent(),this.ctx.restore(),r.boxShadow.slice(0).reverse().forEach(function(d){B.ctx.save();var g=ln(t.curves),h=d.inset?0:ph,w=sh(g,-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?(B.path(g),B.ctx.clip(),B.mask(w)):(B.mask(g),B.ctx.clip(),B.path(w)),B.ctx.shadowOffsetX=d.offsetX.number+h,B.ctx.shadowOffsetY=d.offsetY.number,B.ctx.shadowColor=xA(d.color),B.ctx.shadowBlur=d.blur.number,B.ctx.fillStyle=d.inset?xA(d.color):"rgba(0,0,0,1)",B.ctx.fill(),B.ctx.restore()}),u.label=2;case 2:s=0,i=0,l=a,u.label=3;case 3:return i<l.length?(c=l[i],c.style!==0&&!Te(c.color)&&c.width>0?c.style!==2?[3,5]:[4,this.renderDashedDottedBorder(c.color,c.width,s,t.curves,2)]:[3,11]):[3,13];case 4:return u.sent(),[3,11];case 5:return c.style!==3?[3,7]:[4,this.renderDashedDottedBorder(c.color,c.width,s,t.curves,3)];case 6:return u.sent(),[3,11];case 7:return c.style!==4?[3,9]:[4,this.renderDoubleBorder(c.color,c.width,s,t.curves)];case 8:return u.sent(),[3,11];case 9:return[4,this.renderSolidBorder(c.color,s,t.curves)];case 10:u.sent(),u.label=11;case 11:s++,u.label=12;case 12:return i++,[3,3];case 13:return[2]}})})},A.prototype.renderDashedDottedBorder=function(t,r,n,a,o){return GA(this,void 0,void 0,function(){var s,i,l,c,B,u,d,g,h,w,p,C,y,Q,E,m,E,m;return VA(this,function(H){return this.ctx.save(),s=Bh(a,n),i=si(a,n),o===2&&(this.path(i),this.ctx.clip()),re(i[0])?(l=i[0].start.x,c=i[0].start.y):(l=i[0].x,c=i[0].y),re(i[1])?(B=i[1].end.x,u=i[1].end.y):(B=i[1].x,u=i[1].y),n===0||n===2?d=Math.abs(l-B):d=Math.abs(c-u),this.ctx.beginPath(),o===3?this.formatPath(s):this.formatPath(i.slice(0,2)),g=r<3?r*3:r*2,h=r<3?r*2:r,o===3&&(g=r,h=r),w=!0,d<=g*2?w=!1:d<=g*2+h?(p=d/(2*g+h),g*=p,h*=p):(C=Math.floor((d+h)/(g+h)),y=(d-C*g)/(C-1),Q=(d-(C+1)*g)/C,h=Q<=0||Math.abs(h-y)<Math.abs(h-Q)?y:Q),w&&(o===3?this.ctx.setLineDash([0,g+h]):this.ctx.setLineDash([g,h])),o===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=xA(t),this.ctx.stroke(),this.ctx.setLineDash([]),o===2&&(re(i[0])&&(E=i[3],m=i[0],this.ctx.beginPath(),this.formatPath([new M(E.end.x,E.end.y),new M(m.start.x,m.start.y)]),this.ctx.stroke()),re(i[1])&&(E=i[1],m=i[2],this.ctx.beginPath(),this.formatPath([new M(E.end.x,E.end.y),new M(m.start.x,m.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},A.prototype.render=function(t){return GA(this,void 0,void 0,function(){var r;return VA(this,function(n){switch(n.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=xA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=ih(t),[4,this.renderStack(r)];case 1:return n.sent(),this.applyEffects([]),[2,this.canvas]}})})},A}(ci),mh=function(e){return e instanceof Ds||e instanceof Ts?!0:e instanceof vo&&e.type!==tn&&e.type!==en},Qh=function(e,A){switch(e){case 0:return ln(A);case 2:return th(A);case 1:default:return cn(A)}},vh=function(e){switch(e){case 1:return"center";case 2:return"right";case 0:default:return"left"}},Fh=["-apple-system","system-ui"],Uh=function(e){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?e.filter(function(A){return Fh.indexOf(A)===-1}):e},Eh=function(e){ie(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),n.options=r,n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px",n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+r.width+"x"+r.height+" at "+r.x+","+r.y+") with scale "+r.scale),n}return A.prototype.render=function(t){return GA(this,void 0,void 0,function(){var r,n;return VA(this,function(a){switch(a.label){case 0:return r=Co(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,t),[4,yh(r)];case 1:return n=a.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=xA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(n,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},A}(ci),yh=function(e){return new Promise(function(A,t){var r=new Image;r.onload=function(){A(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},bh=function(){function e(A){var t=A.id,r=A.enabled;this.id=t,this.enabled=r,this.start=Date.now()}return e.prototype.debug=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,Qr([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.prototype.getTime=function(){return Date.now()-this.start},e.prototype.info=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,Qr([this.id,this.getTime()+"ms"],A))},e.prototype.warn=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,Qr([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.prototype.error=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,Qr([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.instances={},e}(),Ih=function(){function e(A,t){var r;this.windowBounds=t,this.instanceName="#"+e.instanceCount++,this.logger=new bh({id:this.instanceName,enabled:A.logging}),this.cache=(r=A.cache)!==null&&r!==void 0?r:new jg(this,A)}return e.instanceCount=1,e}(),Hh=function(e,A){return A===void 0&&(A={}),Sh(e,A)};typeof window<"u"&&ei.setContext(window);var Sh=function(e,A){return GA(void 0,void 0,void 0,function(){var t,r,n,a,o,s,i,l,c,B,u,d,g,h,w,p,C,y,Q,E,H,m,H,S,v,T,O,G,I,x,X,D,N,q,tA,hA,iA,lA,BA,wA;return VA(this,function(cA){switch(cA.label){case 0:if(!e||typeof e!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(t=e.ownerDocument,!t)throw new Error("Element is not attached to a Document");if(r=t.defaultView,!r)throw new Error("Document is not attached to a Window");return n={allowTaint:(S=A.allowTaint)!==null&&S!==void 0?S:!1,imageTimeout:(v=A.imageTimeout)!==null&&v!==void 0?v:15e3,proxy:A.proxy,useCORS:(T=A.useCORS)!==null&&T!==void 0?T:!1},a=Mn({logging:(O=A.logging)!==null&&O!==void 0?O:!0,cache:A.cache},n),o={windowWidth:(G=A.windowWidth)!==null&&G!==void 0?G:r.innerWidth,windowHeight:(I=A.windowHeight)!==null&&I!==void 0?I:r.innerHeight,scrollX:(x=A.scrollX)!==null&&x!==void 0?x:r.pageXOffset,scrollY:(X=A.scrollY)!==null&&X!==void 0?X:r.pageYOffset},s=new me(o.scrollX,o.scrollY,o.windowWidth,o.windowHeight),i=new Ih(a,s),l=(D=A.foreignObjectRendering)!==null&&D!==void 0?D:!1,c={allowTaint:(N=A.allowTaint)!==null&&N!==void 0?N:!1,onclone:A.onclone,ignoreElements:A.ignoreElements,inlineImages:l,copyStyles:l},i.logger.debug("Starting document clone with size "+s.width+"x"+s.height+" scrolled to "+-s.left+","+-s.top),B=new $s(i,e,c),u=B.clonedReferenceElement,u?[4,B.toIFrame(t,s)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return d=cA.sent(),g=Uo(u)||xg(u)?aB(u.ownerDocument):vr(i,u),h=g.width,w=g.height,p=g.left,C=g.top,y=xh(i,u,A.backgroundColor),Q={canvas:A.canvas,backgroundColor:y,scale:(tA=(q=A.scale)!==null&&q!==void 0?q:r.devicePixelRatio)!==null&&tA!==void 0?tA:1,x:((hA=A.x)!==null&&hA!==void 0?hA:0)+p,y:((iA=A.y)!==null&&iA!==void 0?iA:0)+C,width:(lA=A.width)!==null&&lA!==void 0?lA:Math.ceil(h),height:(BA=A.height)!==null&&BA!==void 0?BA:Math.ceil(w)},l?(i.logger.debug("Document cloned, using foreign object rendering"),H=new Eh(i,Q),[4,H.render(u)]):[3,3];case 2:return E=cA.sent(),[3,5];case 3:return i.logger.debug("Document cloned, element located at "+p+","+C+" with size "+h+"x"+w+" using computed rendering"),i.logger.debug("Starting DOM parsing"),m=Ms(i,u),y===m.styles.backgroundColor&&(m.styles.backgroundColor=ve.TRANSPARENT),i.logger.debug("Starting renderer for element at "+Q.x+","+Q.y+" with size "+Q.width+"x"+Q.height),H=new Ch(i,Q),[4,H.render(m)];case 4:E=cA.sent(),cA.label=5;case 5:return(!((wA=A.removeContainer)!==null&&wA!==void 0)||wA)&&($s.destroy(d)||i.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),i.logger.debug("Finished rendering"),[2,E]}})})},xh=function(e,A,t){var r=A.ownerDocument,n=r.documentElement?Xt(e,getComputedStyle(r.documentElement).backgroundColor):ve.TRANSPARENT,a=r.body?Xt(e,getComputedStyle(r.body).backgroundColor):ve.TRANSPARENT,o=typeof t=="string"?Xt(e,t):t===null?ve.TRANSPARENT:4294967295;return A===r.documentElement?Te(n)?Te(a)?o:a:n:o},Lh={exports:{}};return function(e,A){(function(t,r){r()})(ze,function(){function t(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(console.warn("Deprecated: Expected third argument to be a object"),c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,B){var u=new XMLHttpRequest;u.open("GET",l),u.responseType="blob",u.onload=function(){i(u.response,c,B)},u.onerror=function(){console.error("could not download file")},u.send()}function n(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function a(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var o=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof ze=="object"&&ze.global===ze?ze:void 0,s=o.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),i=o.saveAs||(typeof window!="object"||window!==o?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,B){var u=o.URL||o.webkitURL,d=document.createElement("a");c=c||l.name||"download",d.download=c,d.rel="noopener",typeof l=="string"?(d.href=l,d.origin===location.origin?a(d):n(d.href)?r(l,c,B):a(d,d.target="_blank")):(d.href=u.createObjectURL(l),setTimeout(function(){u.revokeObjectURL(d.href)},4e4),setTimeout(function(){a(d)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,B){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(t(l,B),c);else if(n(l))r(l,c,B);else{var u=document.createElement("a");u.href=l,u.target="_blank",setTimeout(function(){a(u)})}}:function(l,c,B,u){if(u=u||open("","_blank"),u&&(u.document.title=u.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,B);var d=l.type==="application/octet-stream",g=/constructor/i.test(o.HTMLElement)||o.safari,h=/CriOS\/[\d]+/.test(navigator.userAgent);if((h||d&&g||s)&&typeof FileReader<"u"){var w=new FileReader;w.onloadend=function(){var y=w.result;y=h?y:y.replace(/^data:[^;]*;/,"data:attachment/file;"),u?u.location.href=y:location=y,u=null},w.readAsDataURL(l)}else{var p=o.URL||o.webkitURL,C=p.createObjectURL(l);u?u.location=C:location.href=C,u=null,setTimeout(function(){p.revokeObjectURL(C)},4e4)}});o.saveAs=i.saveAs=i,e.exports=i})}(Lh),{install:(e,A)=>{e.component("special-uploader",pi),e.component("lab-header",Qi),e.component("lab-footer",Oo),e.component("lab-drawer",Oo),e.component("lab-image",Li),e.component("lab-kaltura",Pi),e.component("lab-image-marker",ol),e.component("lab-image-replacer",Bl),e.component("lab-feedback",Mo),e.component("lab-drop-down",dl),e.component("lab-fill-blank",wl),e.component("lab-selectable",Ul),e.component("lab-textbox",bl),e.component("lab-menu_chooser",kl),e.component("lab-drag-resize",No),e.component("lab-fridgemagnet",Ac),e.component("lab-drag-drop-quiz",oB),e.component("lab-drag-drop",Zc),window.html2canvas=Hh}}});