labmaker-plugin 0.0.192 → 0.0.194
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/labmaker-plugin.js +7824 -3161
- package/dist/labmaker-plugin.umd.cjs +13 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
(function(a,Ce){typeof exports=="object"&&typeof module<"u"?module.exports=Ce(require("vue")):typeof define=="function"&&define.amd?define(["vue"],Ce):(a=typeof globalThis<"u"?globalThis:a||self,a.LabmakerPlugin=Ce(a.Vue))})(this,function(a){"use strict";const Ce="",W=(A,e)=>{const t=A.__vccOpts||A;for(const[r,n]of e)t[r]=n;return t},ws={props:["title"],data(){return{}},computed:{}};function Qs(A,e,t,r,n,s){return a.openBlock(),a.createElementBlock("header",null,[a.createElementVNode("h1",null,a.toDisplayString(t.title),1)])}const Cs=W(ws,[["render",Qs]]),Hg="",ds={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(A){this.$store.commit("setCurrentPage",A-1)},changePage(A){console.log("headed to: ",A),this.$store.commit("setCurrentPage",A)}}};function Us(A,e,t,r,n,s){const i=a.resolveComponent("el-col"),o=a.resolveComponent("el-button"),B=a.resolveComponent("el-row");return a.openBlock(),a.createBlock(B,{gutter:20},{default:a.withCtx(()=>[a.createVNode(i,{span:18}),a.createVNode(i,{span:6,class:"homeButtonContainer"},{default:a.withCtx(()=>[a.createVNode(o,{type:"primary ",onClick:e[0]||(e[0]=a.withModifiers(c=>s.changePage(0),["stop"])),class:"homeButton"},{default:a.withCtx(()=>[a.createTextVNode("Return to Crime Screen")]),_:1})]),_:1})]),_:1})}const Br=W(ds,[["render",Us]]),Ig="",Fs={props:["content"],data(){return{}},computed:{getLastPage(){return!!this.$store.getters.getLastPage}},methods:{pixelFormat(A){return typeof A=="number"?A+"px":A},checkStepper(){this.$store.dispatch("lastPageFocus",{})}},mounted(){this.checkStepper()}},ps={class:"image-container"},ms={class:"image"},Es=["src","alt"],Hs=["innerHTML"],Is=["innerHTML"],ys=["innerHTML"];function bs(A,e,t,r,n,s){return a.openBlock(),a.createElementBlock("div",ps,[a.createElementVNode("div",ms,[a.createElementVNode("img",{src:t.content.src,alt:t.content.alt,class:a.normalizeClass(t.content.class)},null,10,Es),t.content.captionHeader?(a.openBlock(),a.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:t.content.captionHeader},null,8,Hs)):a.createCommentVNode("",!0),t.content.caption?(a.openBlock(),a.createElementBlock("span",{key:1,class:"caption",innerHTML:t.content.caption},null,8,Is)):a.createCommentVNode("",!0),t.content.copyright?(a.openBlock(),a.createElementBlock("span",{key:2,innerHTML:t.content.copyright,class:"copyright"},null,8,ys)):a.createCommentVNode("",!0)])])}const vs=W(Fs,[["render",bs],["__scopeId","data-v-6d545532"]]),yg="",Ls={props:["content"],data(){return{showingKaltura:!1,showingText:!1,buttonText:!1,hasText:!1,video:{width:640,height:480},audio:{width:260,height:80},audioBtn:{width:40,height:40},textversionArray:{}}},watch:{content:function(){this.tvCleaner()}},computed:{kHeight(){if(this.content.kalturaType==="video")if(this.content.height&&this.content.height!=""){let A=this.content.height;return A.slice(-2)==="px"?A.slice(0,-2):this.content.height}else return this.video.height;else if(this.content.kalturaType==="audio")if(this.content.height&&this.content.height!=""){let A=this.content.height;return A.slice(-2)==="px"?A.slice(0,-2):this.content.height}else return this.audio.height;else if(this.content.kalturaType==="audiobtn")return this.audioBtn.height},kWidth(){if(this.content.kalturaType==="video")if(this.content.width&&this.content.width!=""){let A=this.content.width;return A.slice(-2)==="px"?A.slice(0,-2):this.content.width}else return this.video.width;else{if(this.content.kalturaType==="audio")return this.audio.width;if(this.content.kalturaType==="audiobtn")return this.audioBtn.width}}},methods:{getButtonText(A){return A==="video"?this.showingText?"Show Video":"Show Text Version":this.showingText?"Show Audio":"Show Text Version"},textVersionCheck(){this.content.textVersion&&this.content.textVersion.length>1&&(this.hasText=!0)},kalturaLoad(){this.textVersionCheck()},kalturaMedia(A){let e={uiconf_id:"35766781",partner_id:"2061901",entry_id:"",height:"400",width:"640",type:"video"};return e.entry_id=this.content.kalturaEntryId,this.content.kalturaType&&(e.type=this.content.kalturaType),e.type==="audio"?e.uiconf_id="36511471":e.type==="audiobtn"?e.uiconf_id="36582731":e.type==="videocc"&&(e.uiconf_id="35766781"),this.content.standalone&&this.$store.commit("setStepHold",!1),"https://cdnapisec.kaltura.com/p/"+e.partner_id+"/sp/"+e.partner_id+"00/embedIframeJs/uiconf_id/"+e.uiconf_id+"/partner_id/"+e.partner_id+"?iframeembed=true&playerId=Kaltura&entry_id="+e.entry_id},showKaltura(){this.showingKaltura=!0},showText(){this.showingText=!this.showingText,this.buttonText=!this.buttonText},tvCleaner(){let A=document.createElement("div");A.innerHTML=this.content.textVersion;for(let e=0;e<A.children.length;e++){let t=A.children[e];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 s={heading:n.innerHTML,body:t.children[r+1].innerHTML};this.textversionArray[e]=s}}else this.textversionArray[e]=t.outerHTML}}},beforeMount(){this.kalturaLoad(),this.tvCleaner()},mounted(){}},Ks={key:0,class:"textVersion"},xs=a.createElementVNode("h1",null,"Text Version",-1),Ds=["innerHTML"],Ss=["src","width","height"],Ts=["src","width","height"],ks=["src","width","height"],Ms={key:2,class:"alert alert-danger"};function _s(A,e,t,r,n,s){const i=a.resolveComponent("el-button");return a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["kContainer",t.content.class])},[t.content.textVersion&&n.showingText?(a.openBlock(),a.createElementBlock("div",Ks,[xs,a.createElementVNode("div",{innerHTML:t.content.textVersion},null,8,Ds)])):a.createCommentVNode("",!0),!n.showingText&&t.content.kalturaEntryId?(a.openBlock(),a.createElementBlock("div",{key:1,class:"mainVersion",style:a.normalizeStyle({width:s.kWidth+"px",height:s.kHeight+"px"})},[t.content.kalturaType=="video"&&!n.showingKaltura?(a.openBlock(),a.createElementBlock("div",{key:0,class:a.normalizeClass(["kPoster",{active:n.showingKaltura==!0}]),style:a.normalizeStyle({width:s.kWidth+"px",height:s.kHeight+"px"})},[a.createElementVNode("iframe",{onClick:e[0]||(e[0]=(...o)=>s.showKaltura&&s.showKaltura(...o)),class:"videoIframe",src:s.kalturaMedia(t.content),width:s.kWidth+"px",height:s.kHeight+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Ss)],6)):a.createCommentVNode("",!0),t.content.kalturaType=="audio"?(a.openBlock(),a.createElementBlock("div",{key:1,class:a.normalizeClass(["kAudio",{active:n.showingKaltura==!0}]),onClick:e[1]||(e[1]=(...o)=>s.showKaltura&&s.showKaltura(...o))},[a.createElementVNode("iframe",{id:"my_iframe",src:s.kalturaMedia(t.content),width:s.kWidth+"px",height:s.kHeight+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,Ts)],2)):a.createCommentVNode("",!0),t.content.kalturaType=="audiobtn"?(a.openBlock(),a.createElementBlock("div",{key:2,class:a.normalizeClass(["kAudiobtn",{active:n.showingKaltura==!0}]),onClick:e[2]||(e[2]=(...o)=>s.showKaltura&&s.showKaltura(...o))},[a.createElementVNode("iframe",{src:s.kalturaMedia(t.content),width:n.audioBtn.width+"px",height:n.audioBtn.height+"px",allowfullscreen:"",webkitallowfullscreen:"",mozAllowFullScreen:"",frameborder:"0"},null,8,ks)],2)):a.createCommentVNode("",!0)],4)):a.createCommentVNode("",!0),t.content.kalturaEntryId==""?(a.openBlock(),a.createElementBlock("div",Ms,"There is no Kaltura Entry ID")):a.createCommentVNode("",!0),t.content.textVersion?(a.openBlock(),a.createBlock(i,{key:3,size:"medium",type:"primary","aria-label":"text version",class:"toggleSwitch ftSwitch btn btn-primary vidText",onClick:e[3]||(e[3]=a.withModifiers(o=>s.showText(t.content.kalturaType),["stop"]))},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(s.getButtonText(t.content.kalturaType)),1)]),_:1})):a.createCommentVNode("",!0)],2)}const Os=W(Ls,[["render",_s]]),bg="",Vs={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(){}},Ns={class:"my-header"},Rs=["id","innerHTML"],Gs=["innerHTML"],Xs={key:1},Ps=["src"],Js=["innerHTML"],Ws={class:"dialog-footer"};function Ys(A,e,t,r,n,s){const i=a.resolveComponent("el-button"),o=a.resolveComponent("el-dialog");return a.openBlock(),a.createBlock(o,{width:s.feedbackWidth,modelValue:n.show,"onUpdate:modelValue":e[1]||(e[1]=B=>n.show=B),"before-close":s.feedbackClose},{header:a.withCtx(({close:B,titleId:c,titleClass:l})=>[a.createElementVNode("div",Ns,[a.createElementVNode("h4",{id:c,class:a.normalizeClass(l),innerHTML:s.feedbackHeader},null,10,Rs)])]),footer:a.withCtx(()=>[a.createElementVNode("span",Ws,[a.createVNode(i,{size:"small",id:"feedbackClose",type:"primary",onClick:e[0]||(e[0]=a.withModifiers(B=>s.feedbackClose(),["stop"]))},{default:a.withCtx(()=>[a.createTextVNode("Close")]),_:1})])]),default:a.withCtx(()=>[s.getShowFeedbackAttempts?(a.openBlock(),a.createElementBlock(a.Fragment,{key:0},[t.content.feedbackAttempts?(a.openBlock(),a.createElementBlock("p",{key:0,innerHTML:t.content.feedbackAttempts},null,8,Gs)):(a.openBlock(),a.createElementBlock("p",Xs,"You have tried too many times, the correct answer has been provided for you."))],64)):(a.openBlock(),a.createElementBlock(a.Fragment,{key:1},[t.content.feedbackImage?(a.openBlock(),a.createElementBlock("img",{key:0,class:"im-ButtonImage",src:t.content.feedbackImage,alt:"button image"},null,8,Ps)):a.createCommentVNode("",!0),a.createElementVNode("p",{innerHTML:t.content.feedback},null,8,Js)],64))]),_:1},8,["width","modelValue","before-close"])}const cr=W(Vs,[["render",Ys]]),vg="",Zs={components:{Feedback:cr},inject:["message"],props:["content"],data(){return{dialogVisible:!1,feedbackVisibility:[],feedbackIndex:0}},computed:{getLastPage(){return!!this.$store.getters.getLastPage}},methods:{pixelFormat(A){return typeof A=="number"?A+"px":A},changePage(A,e){A.pageLink?this.$store.commit("setCurrentPage",A.pageLink):A.feedback&&(this.feedbackIndex=e,this.feedbackVisibility.indexOf(e)===-1&&this.feedbackVisibility.push(e),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(A){return!!(this.$store.getters.getShowFeedback&&this.feedbackIndex===A)}},beforeMount(){this.$store.commit("setStepDone",!1),this.$store.commit("setStepHold",!0)}},zs={class:"imageMarker"},js=["src","alt"],qs={class:"hotspotArea"},$s=["src","alt"],Ai={class:"im-buttonText"};function ei(A,e,t,r,n,s){const i=a.resolveComponent("el-button"),o=a.resolveComponent("Feedback");return a.openBlock(),a.createElementBlock("div",zs,[a.createElementVNode("img",{src:t.content.image,alt:t.content.imageAlt},null,8,js),a.createElementVNode("div",qs,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(t.content.hotspots,(B,c)=>(a.openBlock(),a.createElementBlock(a.Fragment,null,[a.createVNode(i,{type:B.buttonType,onClick:a.withModifiers(l=>s.changePage(B,c),["stop"]),id:"hotspot_"+c,class:a.normalizeClass([["is-"+B.buttonShape,{noBG:B.buttonImage},B.class],"hotspot"]),style:a.normalizeStyle({top:s.pixelFormat(B.cordinatesX),left:s.pixelFormat(B.cordinatesY),width:s.pixelFormat(B.dimensionsW),height:s.pixelFormat(B.dimensionsH)}),icon:B.buttonIcon},{default:a.withCtx(()=>[B.buttonImage?(a.openBlock(),a.createElementBlock("img",{key:0,class:"im-ButtonImage",src:B.buttonImage,alt:"image marker "+Number(c+1)},null,8,$s)):a.createCommentVNode("",!0),a.createElementVNode("span",Ai,a.toDisplayString(B.name),1)]),_:2},1032,["type","onClick","id","class","style","icon"]),s.showFeedback(c)?(a.openBlock(),a.createBlock(o,{key:0,content:B},null,8,["content"])):a.createCommentVNode("",!0)],64))),256))])])}const ti=W(Zs,[["render",ei],["__scopeId","data-v-3897bfb2"]]),Lg="",ri={props:["content"],data(){return{imageReplaced:!1,imageSrc:this.content.image,imageAlt:this.content.imageAlt}},computed:{getLastPage(){return!!this.$store.getters.getLastPage}},methods:{pixelFormat(A){return typeof A=="number"?A+"px":A},changeImage(A){this.imageReplaced=!0,this.imageSrc=this.content.hotspots[A].imageOverlay,this.imageAlt=this.content.hotspots[A].imageOverlayAlt,this.$store.commit("setStepHold",!1),this.$store.dispatch("lastPageFocus",{})}}},ni=["innerHTML"],si=["src","alt"],ii={class:"hotspotArea"};function oi(A,e,t,r,n,s){const i=a.resolveComponent("el-col"),o=a.resolveComponent("el-button"),B=a.resolveComponent("el-row");return a.openBlock(),a.createBlock(B,{class:"imageReplacer"},{default:a.withCtx(()=>[a.createVNode(i,{span:12},{default:a.withCtx(()=>[a.createElementVNode("p",{class:"imageReplacerDescription",innerHTML:t.content.description},null,8,ni)]),_:1}),a.createVNode(i,{span:12},{default:a.withCtx(()=>[a.createElementVNode("img",{class:"im-ButtonImage",src:n.imageSrc,alt:n.imageAlt},null,8,si),a.createElementVNode("div",ii,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(t.content.hotspots,(c,l)=>(a.openBlock(),a.createBlock(o,{type:c.buttonType,onClick:a.withModifiers(g=>s.changeImage(l),["stop"]),class:"hotspot",style:a.normalizeStyle({top:s.pixelFormat(c.cordinatesX),left:s.pixelFormat(c.cordinatesY),width:s.pixelFormat(c.dimensionsW),height:s.pixelFormat(c.dimensionsH)}),icon:c.buttonIcon},null,8,["type","onClick","style","icon"]))),256))])]),_:1})]),_:1})}const ai=W(ri,[["render",oi],["__scopeId","data-v-02e047cd"]]),Kg="",Bi={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(A){return!(this.quizItemCompleted.includes(A)||A===0)},prepareQuiz(){this.quizArray=this.content.quiz.split("*_").filter(A=>A),this.content.options.forEach((A,e)=>{A.options?A.random?this.quizOptions.push(this.shuffle(A.options)):this.quizOptions.push(A.options):this.quizOptions.push(!1)})},quizType(A){return this.content.options[A]&&this.content.options[A].type?this.content.options[A].type:!1},quizDisplay(A){return this.content.options[A]&&this.content.options[A].display?this.content.options[A].display:"Select"},quizClass(A){return this.content.options[A]&&this.content.options[A].class?this.content.options[A].class:""},shuffle(A){let e=A.length,t;for(;e!=0;)t=Math.floor(Math.random()*e),e--,[A[e],A[t]]=[A[t],A[e]];return A},choicesCheck(){if(this.getAttempt<this.content.attempts){let A=!0,e=!1;this.input.length===0?this.content.options[0].stopFlow&&(e=!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&&(A=!1):this.content.options[this.input.length].stopFlow&&(e=!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),A===!0&&this.input.length===this.quizArray.length?(this.choicesComplete(),this.feedbackObject.feedbackHeader=this.content.correctHeader,this.feedbackObject.feedback=this.content.correctFeedback):(e||(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((A,e)=>{this.input[e]?this.input[e]=this.content.options[e].answer:this.input.push(this.content.options[e].answer),this.quizItemCompleted.push(e+1)}),this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1)},choicesMade(A){this.quizItemCompleted.includes(A+1)===!1&&this.quizItemCompleted.push(A+1)},showFeedback(){return!!this.$store.getters.getShowFeedback}},mounted(){if(this.prepareQuiz(),this.$store.getters.getDirections.display===!1){let A=document.getElementsByClassName("selectableButton");setTimeout(()=>{A[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 ci(A,e,t,r,n,s){const i=a.resolveComponent("el-option"),o=a.resolveComponent("el-select"),B=a.resolveComponent("el-date-picker"),c=a.resolveComponent("el-button"),l=a.resolveComponent("lab-feedback");return a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["drop-down",t.content.class])},[a.createElementVNode("p",null,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(n.quizArray,(g,u)=>(a.openBlock(),a.createElementBlock(a.Fragment,null,[a.createElementVNode("span",{class:a.normalizeClass(s.quizClass(u))},[a.createElementVNode("span",{class:a.normalizeClass("quizText quizSection_"+u)},a.toDisplayString(g)+" ",3),s.quizType(u)==="choose"?(a.openBlock(),a.createBlock(o,{key:0,onChange:f=>s.choicesMade(u),modelValue:n.input[u],"onUpdate:modelValue":f=>n.input[u]=f,placeholder:s.quizDisplay(u)},{default:a.withCtx(()=>[s.quizArrayCompleted(u)?a.createCommentVNode("",!0):(a.openBlock(!0),a.createElementBlock(a.Fragment,{key:0},a.renderList(n.quizOptions[u],f=>(a.openBlock(),a.createBlock(i,{key:f,label:f,value:f},null,8,["label","value"]))),128))]),_:2},1032,["onChange","modelValue","onUpdate:modelValue","placeholder"])):a.createCommentVNode("",!0),s.quizType(u)==="date"?(a.openBlock(),a.createBlock(B,{key:1,onChange:f=>s.choicesMade(u),modelValue:n.input[u],"onUpdate:modelValue":f=>n.input[u]=f,type:"date",placeholder:s.quizDisplay(u),format:t.content.options[u].format,"value-format":t.content.options[u].format,disabled:s.quizArrayCompleted(u)},null,8,["onChange","modelValue","onUpdate:modelValue","placeholder","format","value-format","disabled"])):a.createCommentVNode("",!0)],2),a.createTextVNode(" ")],64))),256))]),a.createVNode(c,{size:"small",type:"primary",class:"drop-down-submit",onClick:e[0]||(e[0]=g=>s.choicesCheck())},{default:a.withCtx(()=>[a.createTextVNode("Submit")]),_:1}),s.showFeedback()?(a.openBlock(),a.createBlock(l,{key:0,content:n.feedbackObject},null,8,["content"])):a.createCommentVNode("",!0)],2)}const li=W(Bi,[["render",ci]]),xg="",gi={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((A,e)=>{if(this.content.answers[e]===A)this.correctChoices.includes(e)===!1&&this.correctChoices.push(e);else if(this.correctChoices.includes(e)===!0){let t=this.correctChoices.indexOf(e);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((A,e)=>{this.input[e]=this.content.answers[e]}),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 A=document.getElementsByClassName("selectableButton");setTimeout(()=>{A[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 ui(A,e,t,r,n,s){const i=a.resolveComponent("el-input"),o=a.resolveComponent("el-button"),B=a.resolveComponent("lab-feedback");return a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["fill-blank",t.content.class])},[a.createElementVNode("p",null,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(n.quizArray,(c,l)=>(a.openBlock(),a.createElementBlock(a.Fragment,null,[a.createTextVNode(a.toDisplayString(c),1),l<s.quizArrayCount?(a.openBlock(),a.createBlock(i,{key:0,modelValue:n.input[l],"onUpdate:modelValue":g=>n.input[l]=g,placeholder:"Please input",size:"small"},null,8,["modelValue","onUpdate:modelValue"])):a.createCommentVNode("",!0)],64))),256))]),a.createVNode(o,{size:"small",type:"primary",class:"fill-blank-submit",onClick:e[0]||(e[0]=c=>s.choicesCheck())},{default:a.withCtx(()=>[a.createTextVNode("Submit")]),_:1}),s.showFeedback()?(a.openBlock(),a.createBlock(B,{key:0,content:n.feedbackObject},null,8,["content"])):a.createCommentVNode("",!0)],2)}const fi=W(gi,[["render",ui]]),Dg="",hi={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(A){return typeof A=="number"?A+"px":A},choicesComplete(){let A=document.querySelectorAll(".selectableButton");for(let e=0;e<A.length;e++)A[e].classList.add("is-failure"),A[e].setAttribute("disabled",!0),this.content.choices[e].correct&&A[e].classList.add("is-success");this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1)},choicesCheck(A){this.getAttempt<Number(this.content.attempts)?this.content.choices[A].correct===!0?(console.log(" it was true"),this.choicesComplete()):this.$store.commit("setAttempts",this.getAttempt+1):(this.content.choices[A].correct!==!0&&this.$store.commit("setShowFeedbackAttempts",!0),this.choicesComplete()),this.feedbackIndex=A,this.$store.commit("setShowFeedback",!0),setTimeout(()=>{document.getElementById("feedbackClose")&&document.getElementById("feedbackClose").focus()})},shuffledChoices(){let A=this.content.choices;for(let e=A.length-1;e>0;e--){const t=Math.floor(Math.random()*(e+1));[A[e],A[t]]=[A[t],A[e]]}this.content.choices=A},showFeedback(A){return this.$store.getters.getShowFeedback&&this.feedbackIndex===A?(this.content.choices[A].correct&&this.choicesComplete(),!0):!1}},mounted(){if(this.$store.getters.getDirections.display===!1){let A=document.getElementsByClassName("selectableButton");setTimeout(()=>{A[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)}},wi=["innerHTML"],Qi={class:"buttonSpan"},Ci=["src","alt"],di={class:"selectable-buttonText"};function Ui(A,e,t,r,n,s){const i=a.resolveComponent("lab-image"),o=a.resolveComponent("el-col"),B=a.resolveComponent("el-divider"),c=a.resolveComponent("el-button"),l=a.resolveComponent("lab-feedback"),g=a.resolveComponent("el-row");return a.openBlock(),a.createBlock(g,{id:t.content.id,class:a.normalizeClass(["selectable",t.content.classes])},{default:a.withCtx(()=>[a.createVNode(o,{span:s.leftColWidth(A.index)},{default:a.withCtx(()=>[t.content.directions?(a.openBlock(),a.createElementBlock("p",{key:0,innerHTML:t.content.directions},null,8,wi)):a.createCommentVNode("",!0),t.content.image?(a.openBlock(),a.createBlock(i,{key:1,content:t.content.image},null,8,["content"])):a.createCommentVNode("",!0)]),_:1},8,["span"]),a.createVNode(o,{span:s.rightColWidth(A.index),class:"selectArea"},{default:a.withCtx(()=>[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(t.content.choices,(u,f)=>(a.openBlock(),a.createElementBlock(a.Fragment,null,[!t.content.noDivider&&f>0?(a.openBlock(),a.createBlock(B,{key:0})):a.createCommentVNode("",!0),a.createVNode(c,{size:"small",type:"primary",class:"selectableButton",style:a.normalizeStyle({width:s.pixelFormat(t.content.choiceWidth),height:s.pixelFormat(t.content.choiceHeight)}),onClick:h=>s.choicesCheck(f)},{default:a.withCtx(()=>[a.createElementVNode("div",Qi,[u.image?(a.openBlock(),a.createElementBlock("img",{key:0,class:"im-ButtonImage",src:u.image,alt:u.alt?u.alt:"button image"},null,8,Ci)):a.createCommentVNode("",!0),a.createElementVNode("span",di,a.toDisplayString(u.text),1)])]),_:2},1032,["style","onClick"]),s.showFeedback(f)?(a.openBlock(),a.createBlock(l,{key:1,content:u},null,8,["content"])):a.createCommentVNode("",!0)],64))),256))]),_:1},8,["span"])]),_:1},8,["id","class"])}const Fi=W(hi,[["render",Ui],["__scopeId","data-v-bc83f1c6"]]),Sg="",pi={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 A=!1;this.content.answers.forEach((e,t)=>{let r=e.toLowerCase();this.input.toLowerCase().includes(r)||(A=!0)}),A?(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 A=document.getElementsByClassName("selectableButton");setTimeout(()=>{A[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 mi(A,e,t,r,n,s){const i=a.resolveComponent("el-input"),o=a.resolveComponent("el-button"),B=a.resolveComponent("lab-feedback");return a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["textbox",t.content.class])},[a.createElementVNode("p",null,a.toDisplayString(t.content.quiz),1),a.createVNode(i,{modelValue:n.input,"onUpdate:modelValue":e[0]||(e[0]=c=>n.input=c),autosize:{minRows:4,maxRows:8},type:"textarea",placeholder:"Please input"},null,8,["modelValue"]),a.createVNode(o,{size:"small",type:"primary",class:"fill-blank-submit",onClick:e[1]||(e[1]=c=>s.choicesCheck())},{default:a.withCtx(()=>[a.createTextVNode("Submit")]),_:1}),s.showFeedback()?(a.openBlock(),a.createBlock(B,{key:0,content:n.feedbackObject},null,8,["content"])):a.createCommentVNode("",!0)],2)}const Ei=W(pi,[["render",mi]]),Tg="",Hi={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(A){let e=document.getElementById(A);e.classList.contains("jl-menu-sub_show")?(this.showMenuOverlay=!1,this.hideSubs()):(this.showMenuOverlay=!0,e.classList.add("jl-menu-sub_show"))},showSubSub(A){let e=document.getElementById(A);e.classList.contains("jl-menu-sub-sub_show")?(this.showMenuOverlay=!1,this.hideSubs()):(this.showMenuOverlay=!0,e.classList.add("jl-menu-sub-sub_show"))},hideSubs(){this.showMenuOverlay=!1;let A=document.getElementsByClassName("jl-menu-sub_show");for(;A.length>0;)A[0].classList.remove("jl-menu-sub_show");let e=document.getElementsByClassName("jl-menu-sub-sub_show");for(;e.length>0;)e[0].classList.remove("jl-menu-sub-sub_show")},choicesCheck(A){this.hideSubs();let e=!1,t="";if(this.getAttempt<this.content.attempts){if(typeof A=="string"){let r=A.split("-");r.forEach((n,s)=>{r[s]=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),e=!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),e=!0)}else this.content.menu[A].correct&&(this.content.menu[A].page&&(t=this.content.menu[A].page),e=!0);e?(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(A){this.$store.commit("setStepDone",!0),this.$store.commit("setStepHold",!1),A!==""&&this.$store.commit("setCurrentPage",A)},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)}},Ii={key:0},yi=["index","onClick"],bi={class:"jl-menu-sub__title"},vi=["id"],Li=["index","onClick"],Ki={class:"jl-menu-sub-sub__title"},xi=["id"],Di=["index","onClick"],Si=["onClick"],Ti={key:1,class:"jl-menu-item"},ki=["index","onClick"];function Mi(A,e,t,r,n,s){const i=a.resolveComponent("CaretBottom"),o=a.resolveComponent("el-icon"),B=a.resolveComponent("CaretRight"),c=a.resolveComponent("lab-feedback");return a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["menu-chooser",t.content.class])},[n.showMenuOverlay?(a.openBlock(),a.createElementBlock("div",{key:0,class:"nav-mask",onClick:e[0]||(e[0]=(...l)=>s.hideSubs&&s.hideSubs(...l))})):a.createCommentVNode("",!0),a.createElementVNode("p",null,a.toDisplayString(t.content.quiz),1),a.createElementVNode("div",{class:"jl-menu",onSelect:e[1]||(e[1]=(...l)=>s.choicesCheck&&s.choicesCheck(...l))},[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(t.content.menu,(l,g)=>(a.openBlock(),a.createElementBlock(a.Fragment,null,[l.subMenu?(a.openBlock(),a.createElementBlock("div",Ii,[a.createElementVNode("button",{class:a.normalizeClass("jl-menu-sub sub-"+g),index:g,tabindex:"0",role:"menuitem",onClick:a.withModifiers(u=>s.showSub("sub-"+g),["stop"])},[a.createElementVNode("div",bi,[a.createTextVNode(a.toDisplayString(l.name)+" ",1),a.createVNode(o,null,{default:a.withCtx(()=>[a.createVNode(i)]),_:1})])],10,yi),a.createElementVNode("div",{class:"jl-menu-sub-menu",id:"sub-"+g},[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(l.subMenu,(u,f)=>(a.openBlock(),a.createElementBlock(a.Fragment,null,[u.subMenu?(a.openBlock(),a.createElementBlock(a.Fragment,{key:0},[a.createElementVNode("button",{class:a.normalizeClass("jl-menu-sub-sub sub-sub-"+f),index:g+"-"+f,tabindex:"0",role:"menuitem",onClick:a.withModifiers(h=>s.showSubSub("sub-sub-"+g),["stop"])},[a.createElementVNode("div",Ki,[a.createTextVNode(a.toDisplayString(u.name),1),a.createVNode(o,null,{default:a.withCtx(()=>[a.createVNode(B)]),_:1})])],10,Li),a.createElementVNode("div",{class:"jl-menu-sub-sub-menu",id:"sub-sub-"+g},[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(u.subMenu,(h,w)=>(a.openBlock(),a.createElementBlock("button",{class:"jl-menu-sub-sub-item",index:g+"-"+f+"-"+w,tabindex:"0",role:"menuitem",onClick:a.withModifiers(p=>s.choicesCheck(g+"-"+f+"-"+w),["stop"])},[a.createElementVNode("div",null,a.toDisplayString(h.name),1)],8,Di))),256))],8,xi)],64)):(a.openBlock(),a.createElementBlock("button",{key:1,class:"jl-menu-sub-item",tabindex:"0",role:"menuitem",onClick:a.withModifiers(h=>s.choicesCheck(g+"-"+f),["stop"])},[a.createElementVNode("div",null,a.toDisplayString(u.name),1)],8,Si))],64))),256))],8,vi)])):(a.openBlock(),a.createElementBlock("div",Ti,[a.createElementVNode("button",{class:"jl-menu-item",index:g,tabindex:"0",role:"menuitem",onClick:a.withModifiers(u=>s.choicesCheck(g),["stop"])},a.toDisplayString(l.name),9,ki)]))],64))),256))],32),s.showFeedback()?(a.openBlock(),a.createBlock(c,{key:1,content:n.feedbackObject},null,8,["content"])):a.createCommentVNode("",!0)],2)}const _i=W(Hi,[["render",Mi]]),kg="",lr={y:{t:"top",m:"marginTop",b:"bottom"},x:{l:"left",m:"marginLeft",r:"right"}};function Oi(A){A.forEach((e,t)=>{document.documentElement.addEventListener(t,e)})}function Vi(A){A.forEach((e,t)=>{document.documentElement.removeEventListener(t,e)})}const Ni={name:"vue-drag-resize",emits:["clicked","dragging","dragstop","resizing","resizestop","activated","deactivated"],props:{stickSize:{type:Number,default:8},parentScaleX:{type:Number,default:1},parentScaleY:{type:Number,default:1},isActive:{type:Boolean,default:!1},preventActiveBehavior:{type:Boolean,default:!1},isDraggable:{type:Boolean,default:!0},isResizable:{type:Boolean,default:!0},aspectRatio:{type:Boolean,default:!1},parentLimitation:{type:Boolean,default:!1},snapToGrid:{type:Boolean,default:!1},gridX:{type:Number,default:50,validator(A){return A>=0}},gridY:{type:Number,default:50,validator(A){return A>=0}},parentW:{type:Number,default:0,validator(A){return A>=0}},parentH:{type:Number,default:0,validator(A){return A>=0}},w:{type:[String,Number],default:200,validator(A){return typeof A=="string"?A==="auto":A>=0}},h:{type:[String,Number],default:200,validator(A){return typeof A=="string"?A==="auto":A>=0}},minw:{type:Number,default:50,validator(A){return A>=0}},minh:{type:Number,default:50,validator(A){return A>=0}},x:{type:Number,default:0,validator(A){return typeof A=="number"}},y:{type:Number,default:0,validator(A){return typeof A=="number"}},z:{type:[String,Number],default:"auto",validator(A){return typeof A=="string"?A==="auto":A>=0}},dragHandle:{type:String,default:null},dragCancel:{type:String,default:null},sticks:{type:Array,default(){return["tl","tm","tr","mr","br","bm","bl","ml"]}},axis:{type:String,default:"both",validator(A){return["x","y","both","none"].indexOf(A)!==-1}},contentClass:{type:String,required:!1,default:""}},data(){return{fixAspectRatio:null,active:null,zIndex:null,parentWidth:null,parentHeight:null,left:null,top:null,right:null,bottom:null,minHeight:null}},beforeCreate(){this.stickDrag=!1,this.bodyDrag=!1,this.dimensionsBeforeMove={pointerX:0,pointerY:0,x:0,y:0,w:0,h:0},this.limits={left:{min:null,max:null},right:{min:null,max:null},top:{min:null,max:null},bottom:{min:null,max:null}},this.currentStick=null},mounted(){this.parentElement=this.$el.parentNode,this.parentWidth=this.parentW?this.parentW:this.parentElement.clientWidth,this.parentHeight=this.parentH?this.parentH:this.parentElement.clientHeight,this.left=this.x,this.top=this.y,this.right=this.parentWidth-(this.w==="auto"?this.$refs.container.scrollWidth:this.w)-this.left,this.bottom=this.parentHeight-(this.h==="auto"?this.$refs.container.scrollHeight:this.h)-this.top,this.domEvents=new Map([["mousemove",this.move],["mouseup",this.up],["mouseleave",this.up],["mousedown",this.deselect],["touchmove",this.move],["touchend",this.up],["touchcancel",this.up],["touchstart",this.up]]),Oi(this.domEvents),this.dragHandle&&[...this.$el.querySelectorAll(this.dragHandle)].forEach(A=>{A.setAttribute("data-drag-handle",this._uid)}),this.dragCancel&&[...this.$el.querySelectorAll(this.dragCancel)].forEach(A=>{A.setAttribute("data-drag-cancel",this._uid)})},beforeUnmount(){Vi(this.domEvents)},methods:{deselect(){this.preventActiveBehavior||(this.active=!1)},move(A){if(!this.stickDrag&&!this.bodyDrag)return;A.stopPropagation();const e=typeof A.pageX<"u"?A.pageX:A.touches[0].pageX,t=typeof A.pageY<"u"?A.pageY:A.touches[0].pageY,{dimensionsBeforeMove:r}=this,n={x:(r.pointerX-e)/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(A){this.stickDrag?this.stickUp(A):this.bodyDrag&&this.bodyUp(A)},bodyDown(A){const{target:e,button:t}=A;if(this.preventActiveBehavior||(this.active=!0),t&&t!==0||(this.$emit("clicked",A),!this.active)||this.dragHandle&&e.getAttribute("data-drag-handle")!==this._uid.toString()||this.dragCancel&&e.getAttribute("data-drag-cancel")===this._uid.toString())return;typeof A.stopPropagation<"u"&&A.stopPropagation(),typeof A.preventDefault<"u"&&A.preventDefault(),this.isDraggable&&(this.bodyDrag=!0);const 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.parentLimitation&&(this.limits=this.calcDragLimitation())},bodyMove(A){const{dimensionsBeforeMove:e,parentWidth:t,parentHeight:r,gridX:n,gridY:s,width:i,height:o}=this;let B=e.top-A.y,c=e.bottom+A.y,l=e.left-A.x,g=e.right+A.x;if(this.snapToGrid){let u=!0,f=!0,h=B-Math.floor(B/s)*s,w=r-c-Math.floor((r-c)/s)*s,p=l-Math.floor(l/n)*n,U=t-g-Math.floor((t-g)/n)*n;h>s/2&&(h-=s),w>s/2&&(w-=s),p>n/2&&(p-=n),U>n/2&&(U-=n),Math.abs(w)<Math.abs(h)&&(u=!1),Math.abs(U)<Math.abs(p)&&(f=!1),B-=u?h:w,c=r-o-B,l-=f?p:U,g=t-i-l}({newLeft:this.left,newRight:this.right,newTop:this.top,newBottom:this.bottom}=this.rectCorrectionByLimit({newLeft:l,newRight:g,newTop:B,newBottom:c})),this.$emit("dragging",this.rect)},bodyUp(){this.bodyDrag=!1,this.$emit("dragging",this.rect),this.$emit("dragstop",this.rect),this.dimensionsBeforeMove={pointerX:0,pointerY:0,x:0,y:0,w:0,h:0},this.limits={left:{min:null,max:null},right:{min:null,max:null},top:{min:null,max:null},bottom:{min:null,max:null}}},stickDown(A,e,t=!1){if((!this.isResizable||!this.active)&&!t)return;this.stickDrag=!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.currentStick=A,this.limits=this.calcResizeLimits()},saveDimensionsBeforeMove({pointerX:A,pointerY:e}){this.dimensionsBeforeMove.pointerX=A,this.dimensionsBeforeMove.pointerY=e,this.dimensionsBeforeMove.left=this.left,this.dimensionsBeforeMove.right=this.right,this.dimensionsBeforeMove.top=this.top,this.dimensionsBeforeMove.bottom=this.bottom,this.dimensionsBeforeMove.width=this.width,this.dimensionsBeforeMove.height=this.height,this.aspectFactor=this.width/this.height},stickMove(A){const{currentStick:e,dimensionsBeforeMove:t,gridY:r,gridX:n,snapToGrid:s,parentHeight:i,parentWidth:o}=this;let B=t.top,c=t.bottom,l=t.left,g=t.right;switch(e[0]){case"b":c=t.bottom+A.y,s&&(c=i-Math.round((i-c)/r)*r);break;case"t":B=t.top-A.y,s&&(B=Math.round(B/r)*r);break}switch(e[1]){case"r":g=t.right+A.x,s&&(g=o-Math.round((o-g)/n)*n);break;case"l":l=t.left-A.x,s&&(l=Math.round(l/n)*n);break}({newLeft:l,newRight:g,newTop:B,newBottom:c}=this.rectCorrectionByLimit({newLeft:l,newRight:g,newTop:B,newBottom:c})),this.aspectRatio&&({newLeft:l,newRight:g,newTop:B,newBottom:c}=this.rectCorrectionByAspectRatio({newLeft:l,newRight:g,newTop:B,newBottom:c})),this.left=l,this.right=g,this.top=B,this.bottom=c,this.$emit("resizing",this.rect)},stickUp(){this.stickDrag=!1,this.dimensionsBeforeMove={pointerX:0,pointerY:0,x:0,y:0,w:0,h:0},this.limits={left:{min:null,max:null},right:{min:null,max:null},top:{min:null,max:null},bottom:{min:null,max:null}},this.$emit("resizing",this.rect),this.$emit("resizestop",this.rect)},calcDragLimitation(){const{parentWidth:A,parentHeight:e}=this;return{left:{min:0,max:A-this.width},right:{min:0,max:A-this.width},top:{min:0,max:e-this.height},bottom:{min:0,max:e-this.height}}},calcResizeLimits(){const{aspectFactor:A,width:e,height:t,bottom:r,top:n,left:s,right:i}=this;let{minh:o,minw:B}=this;const c=this.parentLimitation?0:null;this.aspectRatio&&(B/o>A?o=B/A:B=A*o);const l={left:{min:c,max:s+(e-B)},right:{min:c,max:i+(e-B)},top:{min:c,max:n+(t-o)},bottom:{min:c,max:r+(t-o)}};if(this.aspectRatio){const g={left:{min:s-Math.min(n,r)*A*2,max:s+(t-o)/2*A*2},right:{min:i-Math.min(n,r)*A*2,max:i+(t-o)/2*A*2},top:{min:n-Math.min(s,i)/A*2,max:n+(e-B)/2/A*2},bottom:{min:r-Math.min(s,i)/A*2,max:r+(e-B)/2/A*2}};this.currentStick[0]==="m"?(l.left={min:Math.max(l.left.min,g.left.min),max:Math.min(l.left.max,g.left.max)},l.right={min:Math.max(l.right.min,g.right.min),max:Math.min(l.right.max,g.right.max)}):this.currentStick[1]==="m"&&(l.top={min:Math.max(l.top.min,g.top.min),max:Math.min(l.top.max,g.top.max)},l.bottom={min:Math.max(l.bottom.min,g.bottom.min),max:Math.min(l.bottom.max,g.bottom.max)})}return l},sideCorrectionByLimit(A,e){let t=e;return A.min!==null&&e<A.min?t=A.min:A.max!==null&&A.max<e&&(t=A.max),t},rectCorrectionByLimit(A){const{limits:e}=this;let{newRight:t,newLeft:r,newBottom:n,newTop:s}=A;return r=this.sideCorrectionByLimit(e.left,r),t=this.sideCorrectionByLimit(e.right,t),s=this.sideCorrectionByLimit(e.top,s),n=this.sideCorrectionByLimit(e.bottom,n),{newLeft:r,newRight:t,newTop:s,newBottom:n}},rectCorrectionByAspectRatio(A){let{newLeft:e,newRight:t,newTop:r,newBottom:n}=A;const{parentWidth:s,parentHeight:i,currentStick:o,aspectFactor:B,dimensionsBeforeMove:c}=this;let l=s-e-t,g=i-r-n;if(o[1]==="m"){const u=g-c.height;e-=u*B/2,t-=u*B/2}else if(o[0]==="m"){const u=l-c.width;r-=u/B/2,n-=u/B/2}else l/g>B?(l=B*g,o[1]==="l"?e=s-t-l:t=s-e-l):(g=l/B,o[0]==="t"?r=i-n-g:n=i-r-g);return{newLeft:e,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 A=>{const e={width:`${this.stickSize/this.parentScaleX}px`,height:`${this.stickSize/this.parentScaleY}px`};return e[lr.y[A[0]]]=`${this.stickSize/this.parentScaleX/-2}px`,e[lr.x[A[1]]]=`${this.stickSize/this.parentScaleX/-2}px`,e}},width(){return this.parentWidth-this.left-this.right},height(){return this.parentHeight-this.top-this.bottom},rect(){return{left:Math.round(this.left),top:Math.round(this.top),width:Math.round(this.width),height:Math.round(this.height)}}},watch:{active(A){A?this.$emit("activated"):this.$emit("deactivated")},isActive:{immediate:!0,handler(A){this.active=A}},z:{immediate:!0,handler(A){(A>=0||A==="auto")&&(this.zIndex=A)}},x:{handler(A,e){if(this.stickDrag||this.bodyDrag||A===this.left)return;const t=e-A;this.bodyDown({pageX:this.left,pageY:this.top}),this.bodyMove({x:t,y:0}),this.$nextTick(()=>{this.bodyUp()})}},y:{handler(A,e){if(this.stickDrag||this.bodyDrag||A===this.top)return;const t=e-A;this.bodyDown({pageX:this.left,pageY:this.top}),this.bodyMove({x:0,y:t}),this.$nextTick(()=>{this.bodyUp()})}},w:{handler(A,e){if(this.stickDrag||this.bodyDrag||A===this.width)return;const t="mr",r=e-A;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(A,e){if(this.stickDrag||this.bodyDrag||A===this.height)return;const t="bm",r=e-A;this.stickDown(t,{pageX:this.left+this.width/2,pageY:this.bottom},!0),this.stickMove({x:0,y:r}),this.$nextTick(()=>{this.stickUp()})}},parentW(A){this.right=A-this.width-this.left,this.parentWidth=A},parentH(A){this.bottom=A-this.height-this.top,this.parentHeight=A}}},Ri=["onMousedown","onTouchstart"];function Gi(A,e,t,r,n,s){return a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["vdr",`${n.active||t.isActive?"active":"inactive"} ${t.contentClass?t.contentClass:""}`]),style:a.normalizeStyle(s.positionStyle),onMousedown:e[0]||(e[0]=i=>s.bodyDown(i)),onTouchstart:e[1]||(e[1]=i=>s.bodyDown(i)),onTouchend:e[2]||(e[2]=i=>s.up(i)),ref:"container",tabindex:"0"},[a.createElementVNode("div",{style:a.normalizeStyle(s.sizeStyle),class:"content-container",ref:"container2"},[a.renderSlot(A.$slots,"default")],4),(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(t.sticks,i=>(a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["vdr-stick",["vdr-stick-"+i,t.isResizable?"":"not-resizable"]]),onMousedown:a.withModifiers(o=>s.stickDown(i,o),["stop","prevent"]),onTouchstart:a.withModifiers(o=>s.stickDown(i,o),["stop","prevent"]),style:a.normalizeStyle(s.vdrStick(i))},null,46,Ri))),256))],38)}const gr=W(Ni,[["render",Gi]]),Mg="",Xi={components:{VueDragResize:gr},props:["content"],data(){return{}},watch:{},computed:{getLastPage(){return!!this.$store.getters.getLastPage}},methods:{onResizstop(A){console.log("i have stopped resizing",A)},onDragstop(A){},reset(){this.listOne=[]},getParentWidth(){let A=document.getElementsByClassName("fridgemagnet");setTimeout(()=>A[0].offsetWidth)},getParentHeight(){let A=document.getElementsByClassName("fridgemagnet");setTimeout(()=>A[0].offsetHeight)},keyboardMove(A){for(let e of A)document.getElementById(e.id).addEventListener("focusin",r=>{let n=document.getElementsByClassName("fridgemagnet");addEventListener("keydown",function(s){let i=document.getElementById(s.target.id);if(s.altKey&&s.key==="ArrowLeft"){let o=Number(i.style.left.slice(0,-2));o-10<0?i.style.left=`${o}px`:i.style.left=`${o-10}px`}if(s.altKey&&s.key==="ArrowRight"){let o=Number(i.style.left.slice(0,-2));o+10>n[0].offsetWidth-50?i.style.left=`${o}px`:i.style.left=`${o+10}px`}if(s.altKey&&s.key==="ArrowUp"){let o=Number(i.style.top.slice(0,-2));o+10<0?i.style.top=`${o}px`:i.style.top=`${o-10}px`}if(s.altKey&&s.key==="ArrowDown"){let o=Number(i.style.top.slice(0,-2));o+10>n[0].offsetHeight-80?i.style.top=`${o}px`:i.style.top=`${o+10}px`}})})}},mounted(){let A=document.getElementsByClassName("vdr");setTimeout(()=>{A[0].focus()}),this.keyboardMove(A)},beforeMount(){}},Pi={class:"fridgemagnet"},Ji=["innerHTML"],Wi=["src","alt"],Yi=["id","src","alt"],Zi=["innerHTML"];function zi(A,e,t,r,n,s){const i=a.resolveComponent("VueDragResize");return a.openBlock(),a.createElementBlock("div",Pi,[t.content.directions?(a.openBlock(),a.createElementBlock("p",{key:0,innerHTML:t.content.directions},null,8,Ji)):a.createCommentVNode("",!0),a.createElementVNode("img",{src:t.content.image,alt:t.content.imageAlt},null,8,Wi),a.createElementVNode("div",{class:a.normalizeClass(["fridge",t.content.class,t.content.noOutline?"no_outline":""])},[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(t.content.magnets,(o,B)=>(a.openBlock(),a.createBlock(i,{id:"vdr_"+B,isActive:!0,w:o.width?o.width:50,minw:o.minWidth?o.minWidth:50,h:o.height?o.height:50,minh:o.minHeight?o.minHeight:50,x:o.x?o.x:0,y:o.y?o.y:60*B,class:a.normalizeClass(o.class),parentLimitation:!0,parentW:o.parentwidth?o.parentwidth:s.getParentWidth(),parentH:o.parentheight?o.parentheight:s.getParentHeight(),isResizable:o.resizable,isDraggable:o.draggable,snapToGrid:o.snap,gridX:o.snapX,gridY:o.snapY,dragHandle:o.handle,onResizing:A.resize,onDragging:A.resize,aspectRatio:!0,onResizestop:s.onResizstop,onDragstop:s.onDragstop,sticks:["tl","bl","tr","br"]},{default:a.withCtx(()=>[o.image?(a.openBlock(),a.createElementBlock("img",{key:0,id:o.index,src:o.image,alt:o.imageAlt},null,8,Yi)):a.createCommentVNode("",!0),o.text?(a.openBlock(),a.createElementBlock("p",{key:1,innerHTML:o.text},null,8,Zi)):a.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 ji=W(Xi,[["render",zi]]);/*!
|
|
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="",PA=(e,A)=>{const t=e.__vccOpts||e;for(const[r,n]of A)t[r]=n;return t},ci={props:["title"],data(){return{}},computed:{}};function Bi(e,A,t,r,n,a){return f.openBlock(),f.createElementBlock("header",null,[f.createElementVNode("h1",null,f.toDisplayString(t.title),1)])}const ui=PA(ci,[["render",Bi]]),fh="",fi={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 gi(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=PA(fi,[["render",gi]]),gh="",di={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()}},hi={class:"image-container"},wi={class:"image"},pi=["src","alt"],Ci=["innerHTML"],Qi=["innerHTML"],mi=["innerHTML"];function vi(e,A,t,r,n,a){return f.openBlock(),f.createElementBlock("div",hi,[f.createElementVNode("div",wi,[f.createElementVNode("img",{src:t.content.src,alt:t.content.alt,class:f.normalizeClass(t.content.class)},null,10,pi),t.content.captionHeader?(f.openBlock(),f.createElementBlock("span",{key:0,class:"captionHeader",innerHTML:t.content.captionHeader},null,8,Ci)):f.createCommentVNode("",!0),t.content.caption?(f.openBlock(),f.createElementBlock("span",{key:1,class:"caption",innerHTML:t.content.caption},null,8,Qi)):f.createCommentVNode("",!0),t.content.copyright?(f.openBlock(),f.createElementBlock("span",{key:2,innerHTML:t.content.copyright,class:"copyright"},null,8,mi)):f.createCommentVNode("",!0)])])}const Fi=PA(di,[["render",vi],["__scopeId","data-v-6d545532"]]),dh="",Ui={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(){}},Ei={key:0,class:"textVersion"},yi=f.createElementVNode("h1",null,"Text Version",-1),bi=["innerHTML"],Ii=["src","width","height"],Hi=["src","width","height"],Si=["src","width","height"],xi={key:2,class:"alert alert-danger"};function Li(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",Ei,[yi,f.createElementVNode("div",{innerHTML:t.content.textVersion},null,8,bi)])):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,Ii)],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,Hi)],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,Si)],2)):f.createCommentVNode("",!0)],4)):f.createCommentVNode("",!0),t.content.kalturaEntryId==""?(f.openBlock(),f.createElementBlock("div",xi,"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 Ti=PA(Ui,[["render",Li]]),hh="",Di={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(){}},Ki={class:"my-header"},Oi=["id","innerHTML"],Mi=["innerHTML"],Ri={key:1},Ni=["src"],Vi=["innerHTML"],Pi={class:"dialog-footer"};function Gi(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",Ki,[f.createElementVNode("h4",{id:l,class:f.normalizeClass(c),innerHTML:a.feedbackHeader},null,10,Oi)])]),footer:f.withCtx(()=>[f.createElementVNode("span",Pi,[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,Mi)):(f.openBlock(),f.createElementBlock("p",Ri,"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,Ni)):f.createCommentVNode("",!0),f.createElementVNode("p",{innerHTML:t.content.feedback},null,8,Vi)],64))]),_:1},8,["width","modelValue","before-close"])}const Mo=PA(Di,[["render",Gi]]),wh="",ki={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)}},Xi={class:"imageMarker"},Wi=["src","alt"],Yi={class:"hotspotArea"},Ji=["src","alt"],ji={class:"im-buttonText"};function Zi(e,A,t,r,n,a){const o=f.resolveComponent("el-button"),s=f.resolveComponent("Feedback");return f.openBlock(),f.createElementBlock("div",Xi,[f.createElementVNode("img",{src:t.content.image,alt:t.content.imageAlt},null,8,Wi),f.createElementVNode("div",Yi,[(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,Ji)):f.createCommentVNode("",!0),f.createElementVNode("span",ji,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 zi=PA(ki,[["render",Zi],["__scopeId","data-v-3897bfb2"]]),ph="",_i={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",{})}}},qi=["innerHTML"],$i=["src","alt"],Al={class:"hotspotArea"};function el(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,qi)]),_:1}),f.createVNode(o,{span:12},{default:f.withCtx(()=>[f.createElementVNode("img",{class:"im-ButtonImage",src:n.imageSrc,alt:n.imageAlt},null,8,$i),f.createElementVNode("div",Al,[(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 tl=PA(_i,[["render",el],["__scopeId","data-v-02e047cd"]]),Ch="",rl={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 nl(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:g=>a.choicesMade(u),modelValue:n.input[u],"onUpdate:modelValue":g=>n.input[u]=g,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],g=>(f.openBlock(),f.createBlock(o,{key:g,label:g,value:g},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:g=>a.choicesMade(u),modelValue:n.input[u],"onUpdate:modelValue":g=>n.input[u]=g,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 ol=PA(rl,[["render",nl]]),Qh="",al={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 sl(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 il=PA(al,[["render",sl]]),mh="",ll={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"],Bl={class:"buttonSpan"},ul=["src","alt"],fl={class:"selectable-buttonText"};function gl(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,g)=>(f.openBlock(),f.createElementBlock(f.Fragment,null,[!t.content.noDivider&&g>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:d=>a.choicesCheck(g)},{default:f.withCtx(()=>[f.createElementVNode("div",Bl,[u.image?(f.openBlock(),f.createElementBlock("img",{key:0,class:"im-ButtonImage",src:u.image,alt:u.alt?u.alt:"button image"},null,8,ul)):f.createCommentVNode("",!0),f.createElementVNode("span",fl,f.toDisplayString(u.text),1)])]),_:2},1032,["style","onClick"]),a.showFeedback(g)?(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 dl=PA(ll,[["render",gl],["__scopeId","data-v-bc83f1c6"]]),vh="",hl={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 wl(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 pl=PA(hl,[["render",wl]]),Fh="",Cl={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)}},Ql={key:0},ml=["index","onClick"],vl={class:"jl-menu-sub__title"},Fl=["id"],Ul=["index","onClick"],El={class:"jl-menu-sub-sub__title"},yl=["id"],bl=["index","onClick"],Il=["onClick"],Hl={key:1,class:"jl-menu-item"},Sl=["index","onClick"];function xl(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",Ql,[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",vl,[f.createTextVNode(f.toDisplayString(c.name)+" ",1),f.createVNode(s,null,{default:f.withCtx(()=>[f.createVNode(o)]),_:1})])],10,ml),f.createElementVNode("div",{class:"jl-menu-sub-menu",id:"sub-"+B},[(f.openBlock(!0),f.createElementBlock(f.Fragment,null,f.renderList(c.subMenu,(u,g)=>(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-"+g),index:B+"-"+g,tabindex:"0",role:"menuitem",onClick:f.withModifiers(d=>a.showSubSub("sub-sub-"+B),["stop"])},[f.createElementVNode("div",El,[f.createTextVNode(f.toDisplayString(u.name),1),f.createVNode(s,null,{default:f.withCtx(()=>[f.createVNode(i)]),_:1})])],10,Ul),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,(d,h)=>(f.openBlock(),f.createElementBlock("button",{class:"jl-menu-sub-sub-item",index:B+"-"+g+"-"+h,tabindex:"0",role:"menuitem",onClick:f.withModifiers(w=>a.choicesCheck(B+"-"+g+"-"+h),["stop"])},[f.createElementVNode("div",null,f.toDisplayString(d.name),1)],8,bl))),256))],8,yl)],64)):(f.openBlock(),f.createElementBlock("button",{key:1,class:"jl-menu-sub-item",tabindex:"0",role:"menuitem",onClick:f.withModifiers(d=>a.choicesCheck(B+"-"+g),["stop"])},[f.createElementVNode("div",null,f.toDisplayString(u.name),1)],8,Il))],64))),256))],8,Fl)])):(f.openBlock(),f.createElementBlock("div",Hl,[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,Sl)]))],64))),256))],32),a.showFeedback()?(f.openBlock(),f.createBlock(l,{key:1,content:n.feedbackObject},null,8,["content"])):f.createCommentVNode("",!0)],2)}const Ll=PA(Cl,[["render",xl]]),Uh="",Ro={y:{t:"top",m:"marginTop",b:"bottom"},x:{l:"left",m:"marginLeft",r:"right"}};function Tl(e){e.forEach((A,t)=>{document.documentElement.addEventListener(t,A)})}function Dl(e){e.forEach((A,t)=>{document.documentElement.removeEventListener(t,A)})}const Kl={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]]),Tl(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(){Dl(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,g=!0,d=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;d>a/2&&(d-=a),h>a/2&&(h-=a),w>n/2&&(w-=n),p>n/2&&(p-=n),Math.abs(h)<Math.abs(d)&&(u=!1),Math.abs(p)<Math.abs(w)&&(g=!1),i-=u?d:h,l=r-s-i,c-=g?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}}},Ol=["onMousedown","onTouchstart"];function Ml(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,Ol))),256))],38)}const No=PA(Kl,[["render",Ml]]),Eh="",Rl={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(){}},Nl={class:"fridgemagnet"},Vl=["innerHTML"],Pl=["src","alt"],Gl=["id","src","alt"],kl=["innerHTML"];function Xl(e,A,t,r,n,a){const o=f.resolveComponent("VueDragResize");return f.openBlock(),f.createElementBlock("div",Nl,[t.content.directions?(f.openBlock(),f.createElementBlock("p",{key:0,innerHTML:t.content.directions},null,8,Vl)):f.createCommentVNode("",!0),f.createElementVNode("img",{src:t.content.image,alt:t.content.imageAlt},null,8,Pl),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,Gl)):f.createCommentVNode("",!0),s.text?(f.openBlock(),f.createElementBlock("p",{key:1,innerHTML:s.text},null,8,kl)):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 Wl=PA(Rl,[["render",Xl]]);var ze=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Yl(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 Jl={exports:{}};/**!
|
|
2
|
+
* Sortable 1.14.0
|
|
3
|
+
* @author RubaXa <trash@rubaxa.org>
|
|
4
|
+
* @author owenm <owen23355@gmail.com>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/function Vo(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?Vo(Object(t),!0).forEach(function(r){jl(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Vo(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 jl(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 Zl(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 zl(e,A){if(e==null)return{};var t=Zl(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 _l(e){return ql(e)||$l(e)||Ac(e)||ec()}function ql(e){if(Array.isArray(e))return wn(e)}function $l(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Ac(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 ec(){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 tc="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),rc=pe(/chrome/i)&&pe(/android/i),ko={capture:!1,passive:!1};function AA(e,A,t){e.addEventListener(A,t,!Ce&&ko)}function $(e,A,t){e.removeEventListener(A,t,!Ce&&ko)}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 nc(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=nc(e))}return null}var Xo=/\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(Xo," ").replace(" "+A+" "," ");e.className=(r+(t?" "+A:"")).replace(Xo," ")}}function P(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=P(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 Wo(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 ue(){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!==ue()?(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&&(P(n,"transform")!=="none"||t&&P(n,"position")!=="static")){var u=n.getBoundingClientRect();o-=u.top+parseInt(P(n,"border-top-width")),s-=u.left+parseInt(P(n,"border-left-width")),i=o+a.height,l=s+a.width;break}while(n=n.parentNode);if(r&&e!==window){var g=Ne(n||e),d=g&&g.a,h=g&&g.d;g&&(o/=h,s/=d,B/=d,c/=h,i=o+c,l=s+B)}return{top:o,left:s,bottom:i,right:l,width:B,height:c}}}function Yo(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===ue())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||P(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=ue();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 oc(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 ue();var t=e,r=!1;do if(t.clientWidth<t.scrollWidth||t.clientHeight<t.scrollHeight){var n=P(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 ue();if(r||A)return t;r=!0}}while(t=t.parentNode);return ue()}function ac(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 jo(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 sc(){clearTimeout(pt),pt=void 0}function Zo(e,A,t){e.scrollLeft+=A,e.scrollTop+=t}function Qn(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 zo(e,A){P(e,"position","absolute"),P(e,"top",A.top),P(e,"left",A.left),P(e,"width",A.width),P(e,"height",A.height)}function mn(e){P(e,"position",""),P(e,"top",""),P(e,"left",""),P(e,"width",""),P(e,"height","")}var MA="Sortable"+new Date().getTime();function ic(){var e=[],A;return{captureAnimationState:function(){if(e=[],!!this.options.animation){var r=[].slice.call(this.el.children);r.forEach(function(n){if(!(P(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(oc(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,g=l.prevToRect,d=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)&&(d.top-B.top)/(d.left-B.left)===(c.top-B.top)/(c.left-B.left)&&(i=cc(d,u,g,n.options)),Cn(B,c)||(l.prevFromRect=c,l.prevToRect=B,i||(i=n.options.animation),n.animate(l,d,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){P(r,"transition",""),P(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,P(r,"transform","translate3d("+c+"px,"+B+"px,0)"),this.forRepaintDummy=lc(r),P(r,"transition","transform "+o+"ms"+(this.options.easing?" "+this.options.easing:"")),P(r,"transform","translate3d(0,0,0)"),typeof r.animated=="number"&&clearTimeout(r.animated),r.animated=setTimeout(function(){P(r,"transition",""),P(r,"transform",""),r.animated=!1,r.animatingX=!1,r.animatingY=!1},o)}}}}function lc(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 Qt(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,g=e.putSortable,d=e.extraEventProperties;if(A=A||t&&t[MA],!!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=g?g.lastPutMode:void 0;var C=Be(Be({},d),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 Bc=["evt"],WA=function(A,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=r.evt,a=zl(r,Bc);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:LA,activeSortable:Y.active,originalEvent:n,oldIndex:$e,oldDraggableIndex:mt,newIndex:ZA,newDraggableIndex:be,hideGhostForTarget:ra,unhideGhostForTarget:na,cloneNowHidden:function(){ye=!0},cloneNowShown:function(){ye=!1},dispatchSortableEvent:function(s){GA({sortable:t,name:s,originalEvent:n})}},a))};function GA(e){Qt(Be({putSortable:LA,cloneEl:UA,targetEl:K,rootEl:CA,oldIndex:$e,oldDraggableIndex:mt,newIndex:ZA,newDraggableIndex:be},e))}var K,FA,z,CA,Ve,ar,UA,ye,$e,ZA,mt,be,sr,LA,At=!1,ir=!1,lr=[],Pe,ae,Fn,Un,_o,qo,vt,et,Ft,Ut=!1,cr=!1,Br,RA,En=[],yn=!1,ur=[],fr=typeof document<"u",gr=Go,$o=ht||Ce?"cssFloat":"float",uc=fr&&!rc&&!Go&&"draggable"in document.createElement("div"),Aa=function(){if(fr){if(Ce)return!1;var e=document.createElement("x");return e.style.cssText="pointer-events:auto",e.style.pointerEvents==="auto"}}(),ea=function(A,t){var r=P(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&&P(a),i=o&&P(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[$o]==="none"||o&&r[$o]==="none"&&l+c>n)?"vertical":"horizontal"},fc=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},gc=function(A,t){var r;return lr.some(function(n){var a=n[MA].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},ta=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},ra=function(){!Aa&&z&&P(z,"display","none")},na=function(){!Aa&&z&&P(z,"display","")};fr&&document.addEventListener("click",function(e){if(ir)return e.preventDefault(),e.stopPropagation&&e.stopPropagation(),e.stopImmediatePropagation&&e.stopImmediatePropagation(),ir=!1,!1},!0);var Ge=function(A){if(K){A=A.touches?A.touches[0]:A;var t=gc(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[MA]._onDragOver(r)}}},dc=function(A){K&&K.parentNode[MA]._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[MA]=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 ea(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]);ta(A);for(var n in this)n.charAt(0)==="_"&&typeof this[n]=="function"&&(this[n]=this[n].bind(this));this.nativeDraggable=A.forceFallback?!1:uc,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,ic())}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(Fc(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),mt=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}),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 GA({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,Pe={target:K,clientX:(t||A).clientX,clientY:(t||A).clientY},_o=Pe.clientX-l.left,qo=Pe.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),GA({sortable:n,name:"choose",originalEvent:A}),mA(K,o.chosenClass,!0)},o.ignore.split(",").forEach(function(c){Wo(K,c.trim(),bn)}),AA(s,"dragover",Ge),AA(s,"mousemove",Ge),AA(s,"touchmove",Ge),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",dc);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(ae){this._lastX=ae.clientX,this._lastY=ae.clientY,ra();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[MA]._isOutsideThisEl(A),t)do{if(t[MA]){var r=void 0;if(r=t[MA]._onDragOver({clientX:ae.clientX,clientY:ae.clientY,target:A,rootEl:t}),r&&!this.options.dragoverBubble)break}A=t}while(t=t.parentNode);na()}},_onTouchMove:function(A){if(Pe){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=gr&&RA&&Jo(RA),c=(a.clientX-Pe.clientX+n.x)/(s||1)+(l?l[0]-En[0]:0)/(s||1),B=(a.clientY-Pe.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,")");P(z,"webkitTransform",u),P(z,"mozTransform",u),P(z,"msTransform",u),P(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,gr,!0,A),r=this.options;if(gr){for(RA=A;P(RA,"position")==="static"&&P(RA,"transform")==="none"&&RA!==document;)RA=RA.parentNode;RA!==document.body&&RA!==document.documentElement?(RA===document&&(RA=ue()),t.top+=RA.scrollTop,t.left+=RA.scrollLeft):RA=ue(),En=Jo(RA)}z=K.cloneNode(!0),mA(z,r.ghostClass,!1),mA(z,r.fallbackClass,!0),mA(z,r.dragClass,!0),P(z,"transition",""),P(z,"transform",""),P(z,"box-sizing","border-box"),P(z,"margin",0),P(z,"top",t.top),P(z,"left",t.left),P(z,"width",t.width),P(z,"height",t.height),P(z,"opacity","0.8"),P(z,"position",gr?"absolute":"fixed"),P(z,"zIndex","100000"),P(z,"pointerEvents","none"),Y.ghost=z,A.appendChild(z),P(z,"transform-origin",_o/parseInt(z.style.width)*100+"% "+qo/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=Qn(K),UA.draggable=!1,UA.style["will-change"]="",this._hideClone(),mA(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(),GA({sortable:r,name:"clone"}))}),!t&&mA(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),P(K,"transform","translateZ(0)")),At=!0,r._dragStartId=hr(r._dragStarted.bind(r,t,A)),AA(document,"selectstart",r),vt=!0,wt&&P(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=LA||l,g,d=this,h=!1;if(yn)return;function w(q,tA){WA(q,d,Be({evt:A,isOwner:c,axis:g?"vertical":"horizontal",revert:o,dragRect:n,targetRect:a,canSort:B,fromSortable:u,target:r,completed:C,onMove:function(iA,lA){return dr(CA,t,K,n,iA,pA(iA),A,lA)},changed:y},tA))}function p(){w("dragOverAnimationCapture"),d.captureAnimationState(),d!==u&&u.captureAnimationState()}function C(q){return w("dragOverCompleted",{insertion:q}),q&&(c?l._hideClone():l._showClone(d),d!==u&&(mA(K,LA?LA.options.ghostClass:l.options.ghostClass,!1),mA(K,s.ghostClass,!0)),LA!==d&&d!==Y.active?LA=d:d===Y.active&&LA&&(LA=null),u===d&&(d._ignoreWhileAnimating=r),d.animateAll(function(){w("dragOverAnimationComplete"),d._ignoreWhileAnimating=null}),d!==u&&(u.animateAll(),u._ignoreWhileAnimating=null)),(r===K&&!K.animated||r===t&&!r.animated)&&(et=null),!s.dragoverBubble&&!A.rootEl&&r!==document&&(K.parentNode[MA]._isOutsideThisEl(A.target),!q&&Ge(A)),!s.dragoverBubble&&A.stopPropagation&&A.stopPropagation(),h=!0}function y(){ZA=vA(K),be=vA(K,s.draggable),GA({sortable:d,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||d._ignoreWhileAnimating===r)return C(!1);if(ir=!1,l&&!s.disabled&&(c?B||(o=FA!==CA):LA===this||(this.lastPutMode=sr.checkPull(this,l,K,A))&&i.checkPut(this,l,K,A))){if(g=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 m=pn(t,s.draggable);if(!m||Cc(A,g,this)&&!m.animated){if(m===K)return C(!1);if(m&&t===A.target&&(r=m),r&&(a=pA(r)),dr(CA,t,K,n,r,a,A,!!r)!==!1)return p(),t.appendChild(K),FA=t,y(),C(!0)}else if(m&&pc(A,g,this)){var E=_e(t,0,s,!0);if(E===K)return C(!1);if(r=E,a=pA(r),dr(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 Q=0,H,S=K.parentNode!==t,v=!fc(K.animated&&K.toRect||n,r.animated&&r.toRect||a,g),T=g?"top":"left",O=Yo(r,"top","top")||Yo(K,"top","top"),k=O?O.scrollTop:void 0;et!==r&&(H=a[T],Ut=!1,cr=!v&&s.invertSwap||S),Q=Qc(A,r,a,g,v?1:s.swapThreshold,s.invertedSwapThreshold==null?s.swapThreshold:s.invertedSwapThreshold,cr,et===r);var I;if(Q!==0){var x=vA(K);do x-=Q,I=FA.children[x];while(I&&(P(I,"display")==="none"||I===z))}if(Q===0||I===r)return C(!1);et=r,Ft=Q;var X=r.nextElementSibling,D=!1;D=Q===1;var N=dr(CA,t,K,n,r,a,A,D);if(N!==!1)return(N===1||N===-1)&&(D=N===1),yn=!0,setTimeout(wc,30),p(),D&&!X?t.appendChild(K):r.parentNode.insertBefore(K,D?X:r),O&&Zo(O,0,k-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",Ge),$(document,"mousemove",Ge),$(document,"touchmove",Ge)},_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&&P(document.body,"user-select",""),P(K,"transform",""),A&&(vt&&(A.cancelable&&A.preventDefault(),!r.dropBubble&&A.stopPropagation()),z&&z.parentNode&&z.parentNode.removeChild(z),(CA===FA||LA&&LA.lastPutMode!=="clone")&&UA&&UA.parentNode&&UA.parentNode.removeChild(UA),K&&(this.nativeDraggable&&$(K,"dragend",this),bn(K),K.style["will-change"]="",vt&&!At&&mA(K,LA?LA.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}),CA!==FA?(ZA>=0&&(GA({rootEl:FA,name:"add",toEl:FA,fromEl:CA,originalEvent:A}),GA({sortable:this,name:"remove",toEl:FA,originalEvent:A}),GA({rootEl:FA,name:"sort",toEl:FA,fromEl:CA,originalEvent:A}),GA({sortable:this,name:"sort",toEl:FA,originalEvent:A})),LA&&LA.save()):ZA!==$e&&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=$e,be=mt),GA({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=Pe=ae=vt=ZA=be=$e=mt=et=Ft=LA=sr=Y.dragged=Y.ghost=Y.clone=Y.active=null,ur.forEach(function(A){A.checked=!0}),ur.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),hc(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)||vc(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"&&ta(r)},destroy:function(){WA("destroy",this);var A=this.el;A[MA]=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;P(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),P(UA,"display",""),ye=!1}}};function hc(e){e.dataTransfer&&(e.dataTransfer.dropEffect="move"),e.cancelable&&e.preventDefault()}function dr(e,A,t,r,n,a,o,s){var i,l=e[MA],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 wc(){yn=!1}function pc(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 Cc(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 Qc(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 mc(A)}return u=u||o,u&&(i<c+l*a/2||i>B-l*a/2)?i>c+l/2?1:-1:0}function mc(e){return vA(K)<vA(e)?1:-1}function vc(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 Fc(e){ur.length=0;for(var A=e.getElementsByTagName("input"),t=A.length;t--;){var r=A[t];r.checked&&ur.push(r)}}function hr(e){return setTimeout(e,0)}function In(e){return clearTimeout(e)}fr&&AA(document,"touchmove",function(e){(Y.active||At)&&e.cancelable&&e.preventDefault()}),Y.utils={on:AA,off:$,css:P,find:Wo,is:function(A,t){return!!oe(A,t,A,!1)},extend:ac,throttle:jo,closest:oe,toggleClass:mA,clone:Qn,index:vA,nextTick:hr,cancelNextTick:In,detectDirection:ea,getChild:_e},Y.get=function(e){return e[MA]},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=tc;var IA=[],Et,Hn,Sn=!1,xn,Ln,wr,yt;function Uc(){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)),oa(),pr(),sc()},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&&oa(),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)===ue()){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 oa(){clearInterval(yt)}var Tn=jo(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=ue(),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 g=u,d=pA(g),h=d.top,w=d.bottom,p=d.left,C=d.right,y=d.width,m=d.height,E=void 0,Q=void 0,H=g.scrollWidth,S=g.scrollHeight,v=P(g),T=g.scrollLeft,O=g.scrollTop;g===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 k=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(!IA[B])for(var x=0;x<=B;x++)IA[x]||(IA[x]={});(IA[B].vx!=k||IA[B].vy!=I||IA[B].el!==g)&&(IA[B].el=g,IA[B].vx=k,IA[B].vy=I,clearInterval(IA[B].pid),(k!=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[MA],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),aa=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:aa},$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:aa},$A(Kn,{pluginName:"removeOnSpill"});var Ae;function Ec(){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?(mA(n,c.swapClass,!0),Ae=n):Ae=null,B&&B!==Ae&&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;Ae&&mA(Ae,s.swapClass,!1),Ae&&(s.swap||n&&n.options.swap)&&a!==Ae&&(o.captureAnimationState(),o!==r&&r.captureAnimationState(),yc(a,Ae),o.animateAll(),o!==r&&r.animateAll())},nulling:function(){Ae=null}},$A(e,{pluginName:"swap",eventProperties:function(){return{swapItem:Ae}}})}function yc(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,gA,Ht,Cr;function bc(){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;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++)zA.push(Qn(Z[a])),zA[a].sortableIndex=Z[a].sortableIndex,zA[a].draggable=!1,zA[a].style["will-change"]="",mA(zA[a],this.options.selectedClass,!1),Z[a]===gA&&mA(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&&(sa(!0,n),a("clone"),o()))},showClone:function(t){var r=t.cloneNowShown,n=t.rootEl,a=t.cancel;this.isMultiDrag&&(sa(!1,n),zA.forEach(function(o){P(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){P(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!==gA&&P(o,"position","absolute")});var a=pA(gA,!1,!0,!0);Z.forEach(function(o){o!==gA&&zo(o,a)}),YA=!0,It=!0}n.animateAll(function(){YA=!1,It=!1,r.options.animation&&Z.forEach(function(o){mn(o)}),r.options.sort&&Qr()})}},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}),mn(s),s.fromRect=o,r.removeAnimationState(s)}),YA=!1,Ic(!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(gA,!1,!0,!0);Z.forEach(function(u){u!==gA&&(zo(u,c),s.appendChild(u))}),YA=!0}if(!n)if(YA||Qr(),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(gA,!0);Ht.top-=o.f,Ht.left-=o.e}},dragOverAnimationComplete:function(){YA&&(YA=!1,Qr())},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(),mA(gA,B.selectedClass,!~Z.indexOf(gA)),~Z.indexOf(gA))Z.splice(Z.indexOf(gA),1),bt=null,Qt({sortable:o,rootEl:n,name:"deselect",targetEl:gA,originalEvt:r});else{if(Z.push(gA),Qt({sortable:o,rootEl:n,name:"select",targetEl:gA,originalEvt:r}),r.shiftKey&&bt&&o.el.contains(bt)){var g=vA(bt),d=vA(gA);if(~g&&~d&&g!==d){var h,w;for(d>g?(w=g,h=d):(w=d,h=g+1);w<h;w++)~Z.indexOf(u[w])||(mA(u[w],B.selectedClass,!0),Z.push(u[w]),Qt({sortable:o,rootEl:n,name:"select",targetEl:u[w],originalEvt:r}))}}else bt=gA;se=c}if(tt&&this.isMultiDrag){if(YA=!1,(a[MA].options.sort||a!==n)&&Z.length>1){var p=pA(gA),C=vA(gA,":not(."+this.options.selectedClass+")");if(!It&&B.animation&&(gA.thisAnimationDuration=null),c.captureAnimationState(),!It&&(B.animation&&(gA.fromRect=p,Z.forEach(function(m){if(m.thisAnimationDuration=null,m!==gA){var E=YA?pA(m):p;m.fromRect=E,c.addAnimationState({target:m,rect:E})}})),Qr(),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){mn(m)}),c.animateAll()}se=c}(n===a||l&&l.lastPutMode!=="clone")&&zA.forEach(function(m){m.parentNode&&m.parentNode.removeChild(m)})}},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];mA(r,this.options.selectedClass,!1),Z.shift(),Qt({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[MA];!r||!r.options.multiDrag||~Z.indexOf(t)||(se&&se!==r&&(se.multiDrag._deselectMultiDrag(),se=r),mA(t,r.options.selectedClass,!0),Z.push(t))},deselect:function(t){var r=t.parentNode[MA],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;YA&&a!==gA?o=-1:YA?o=vA(a,":not(."+t.options.selectedClass+")"):o=vA(a),n.push({multiDragElement:a,index:o})}),{items:_l(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 Ic(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 sa(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 Qr(){Z.forEach(function(e){e!==gA&&e.parentNode&&e.parentNode.removeChild(e)})}Y.mount(new Uc),Y.mount(Kn,Dn);const Hc=Yl(Object.freeze(Object.defineProperty({__proto__:null,MultiDrag:bc,Sortable:Y,Swap:Ec,default:Y},Symbol.toStringTag,{value:"Module"})));(function(e,A){(function(r,n){e.exports=n(f,Hc)})(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,g){return i.call(l,B,u,g)}}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(g){return c&&l.call(g)=="[object Window]"?B(g):i(s(g))}},"06cf":function(n,a,o){var s=o("83ab"),i=o("d1e7"),l=o("5c6c"),c=o("fc6a"),B=o("c04e"),u=o("5135"),g=o("0cfb"),d=Object.getOwnPropertyDescriptor;a.f=s?d:function(w,p){if(w=c(w),p=B(p,!0),g)try{return d(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(d){return i(this,d,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],g=u&&u.prototype;if(g&&g.forEach!==l)try{c(g,"forEach",l)}catch{g.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(g){return s(this,g,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,g){if(!g&&!l)return!1;var d=!1;try{var h={};h[i]=function(){return{next:function(){return{done:d=!0}}}},u(h)}catch{}return d}},"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=[],g=u.constructor={};return g[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"),g=o("94ca");n.exports=function(d,h){var w=d.target,p=d.global,C=d.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],d.noTargetGet?(S=i(m,E),Q=S&&S.value):Q=m[E],y=g(p?E:w+(C?".":"#")+E,d.forced),!y&&Q!==void 0){if(typeof H==typeof Q)continue;u(H,Q)}(d.sham||Q&&Q.sham)&&l(H,"sham",!0),c(m,E,H,d)}}},"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,g=u[B],d=l(function(){return g.call({source:"a",flags:"b"})!="/a/b"}),h=g.name!=B;(d||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"),g=o("c430"),d="".startsWith,h=Math.min,w=u("startsWith"),p=!g&&!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 d?d.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,g;B?(u=B.split("."),g=u[0]+u[1]):i&&(u=i.match(/Edge\/(\d+)/),(!u||u[1]>=74)&&(u=i.match(/Chrome\/(\d+)/),u&&(g=u[1]))),n.exports=g&&+g},"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,g){l(u);for(var d=c(g),h=d.length,w=0,p;h>w;)i.f(u,p=d[w++],g[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(g){B(this,{type:c,string:String(g),index:0})},function(){var d=u(this),h=d.string,w=d.index,p;return w>=h.length?{value:void 0,done:!0}:(p=s(h,w),d.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,g,d){var h=s(u),w=i(h.length),p=l(d,w),C;if(B&&g!=g){for(;w>p;)if(C=h[p++],C!=C)return!0}else for(;w>p;p++)if((B||p in h)&&h[p]===g)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(d){return i(this,d,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"),g=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=g(w),Q=0,H,S,v,T,O,k;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++)k=m?l(T,y,[v.value,Q],!0):v.value,u(S,Q,k);else for(H=B(w.length),S=new p(H);H>Q;Q++)k=m?y(w[Q],Q):w[Q],u(S,Q,k);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"),g=o("8aa5"),d=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=d(D,N);if(lA===null||(iA.push(lA),!tA))break;var BA=String(lA[0]);BA===""&&(D.lastIndex=g(N,c(D.lastIndex),hA))}for(var wA="",cA=0,oA=0;oA<iA.length;oA++){lA=iA[oA];for(var uA=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=[uA].concat(XA,qA,N);je!==void 0&&Me.push(je);var KA=String(x.apply(void 0,Me))}else KA=k(uA,N,qA,XA,je,x);qA>=cA&&(wA+=N.slice(cA,qA)+KA,cA=qA+uA.length)}return wA+N.slice(cA)}];function k(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 g=i.f(c(u)),d=l.f;return d?g.concat(d(u)):g}},"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(d){var h=l(this),w=c(h.length),p;return B(d),p=u(h,0),p.length=i(p,h,h,w,0,1,d,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 g=String(i(B)),d=s(u),h=g.length,w,p;return d<0||d>=h?c?"":void 0:(w=g.charCodeAt(d),w<55296||w>56319||d+1===h||(p=g.charCodeAt(d+1))<56320||p>57343?c?g.charAt(d):w:c?g.slice(d,d+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 g;return i(B)&&(g=B.constructor,typeof g=="function"&&(g===Array||i(g.prototype))?g=void 0:s(g)&&(g=g[c],g===null&&(g=void 0))),new(g===void 0?Array:g)(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"),g=o("d012"),d=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 d,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");g[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"),g=u.get,d=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),d(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"&&g(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(g){for(var d=l(g),h=i(d),w=h.length,p=0,C=[],y;w>p;)y=h[p++],(!s||c.call(d,y))&&C.push(u?[y,d[y]]:d[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"),g=o("f772"),d=">",h="<",w="prototype",p="script",C=g("IE_PROTO"),y=function(){},m=function(v){return h+p+d+v+h+"/"+p+d},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 k;return T!==null?(y[w]=s(T),k=new y,y[w]=null,k[C]=T):k=S(),O===void 0?k:i(k,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"),g=o("6eeb"),d=o("b622"),h=o("c430"),w=o("3f8c"),p=o("ae93"),C=p.IteratorPrototype,y=p.BUGGY_SAFARI_ITERATORS,m=d("iterator"),E="keys",Q="values",H="entries",S=function(){return this};n.exports=function(v,T,O,k,I,x,X){i(O,T,k);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))&&g(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 g=s(B);g in c?i.f(c,g,l(0,u)):c[g]=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,g=/@([^@]*):(\d+):(\d+)\s*$/ig,d=u.exec(H.stack)||g.exec(H.stack),h=d&&d[1]||!1,w=d&&d[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}(),g=i.UNSUPPORTED_Y||i.BROKEN_CARET,d=/()??/.exec("")[1]!==void 0,h=u||d||g;h&&(B=function(p){var C=this,y,m,E,Q,H=g&&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++),m=new RegExp("^(?:"+v+")",S)),d&&(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),d&&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(d,h){var w=B[c(d)];return w==g?!0:w==u?!1:typeof h=="function"?s(h):!!h},c=l.normalize=function(d){return String(d).replace(i,".").toLowerCase()},B=l.data={},u=l.NATIVE="N",g=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"),g=o("8418"),d=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),k=d(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&&g(k,I,q[X])}else{if(I>=y)throw TypeError(m);g(k,I++,q)}return k.length=I,k}})},"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(g){var u=i.return;throw u!==void 0&&s(u.call(i)),g}}},"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(g,d,h){if(l(g),d=c(d,!0),l(h),i)try{return B(g,d,h)}catch{}if("get"in h||"set"in h)throw TypeError("Accessors not supported");return"value"in h&&(g[d]=h.value),g}},"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(g,d,h){var w=d+" Iterator";return g.prototype=i(s,{next:l(1,h)}),c(g,w,!1,!0),B[w]=u,g}},"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,g,d,h,w,p,C){for(var y=h,m=0,E=p?l(p,C,3):!1,Q;m<d;){if(m in g){if(Q=E?E(g[m],m,u):g[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"),g=o("8418"),d=o("1dde"),h=o("ae40"),w=d("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),k=arguments.length,I,x,X,D,N,q;if(k===0?I=x=0:k===1?(I=0,x=T-O):(I=k-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&&g(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"),g=o("fdbf"),d=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"),k=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,uA=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=k.f,we=I.f,dn=T.f,Do=x.f,ce=N("symbols"),Re=N("op-symbols"),dt=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&&d(function(){return H(we({},"a",{get:function(){return we(this,"a",{value:7}).a}})).a!=7})?function(j,G,W){var rA=he(KA,G);rA&&delete KA[G],we(j,G,W),rA&&j!==KA&&we(KA,G,rA)}:we,tr=function(j,G){var W=ce[j]=H(OA[XA]);return je(W,{type:qA,tag:j,description:G}),B||(W.description=G),W},U=g?function(j){return typeof j=="symbol"}:function(j){return Object(j)instanceof OA},F=function(G,W,rA){G===KA&&F(Re,W,rA),C(G);var nA=E(W,!0);return C(rA),h(ce,nA)?(rA.enumerable?(h(G,uA)&&G[uA][nA]&&(G[uA][nA]=!1),rA=H(rA,{enumerable:Q(0,!1)})):(h(G,uA)||we(G,uA,Q(1,{})),G[uA][nA]=!0),er(G,nA,rA)):we(G,nA,rA)},b=function(G,W){C(G);var rA=m(W),nA=S(rA).concat(aA(rA));return oA(nA,function(jA){(!B||V.call(rA,jA))&&F(G,jA,rA[jA])}),G},L=function(G,W){return W===void 0?H(G):b(H(G),W)},V=function(G){var W=E(G,!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,uA)&&this[uA][W]?rA:!0},J=function(G,W){var rA=m(G),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,uA)&&rA[uA][nA])&&(jA.enumerable=!0),jA}},_=function(G){var W=dn(m(G)),rA=[];return oA(W,function(nA){!h(ce,nA)&&!h(tA,nA)&&rA.push(nA)}),rA},aA=function(G){var W=G===KA,rA=dn(W?Re:m(G)),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 G=!arguments.length||arguments[0]===void 0?void 0:String(arguments[0]),W=hA(G),rA=function(nA){this===KA&&rA.call(Re,nA),h(this,uA)&&h(this[uA],W)&&(this[uA][W]=!1),er(this,W,Q(1,nA))};return B&&Ar&&er(KA,W,{configurable:!0,set:rA}),tr(W,G)},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,k.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 G=String(j);if(h(dt,G))return dt[G];var W=OA(G);return dt[G]=W,_t[W]=G,W},keyFor:function(G){if(!U(G))throw TypeError(G+" is not a symbol");if(h(_t,G))return _t[G]},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:d(function(){O.f(1)})},{getOwnPropertySymbols:function(G){return O.f(y(G))}}),Ze){var bA=!u||d(function(){var j=OA();return Ze([j])!="[null]"||Ze({a:j})!="{}"||Ze(Object(j))!="{}"});s({target:"JSON",stat:!0,forced:bA},{stringify:function(G,W,rA){for(var nA=[G],jA=1,Ko;arguments.length>jA;)nA.push(arguments[jA++]);if(Ko=W,!(!p(W)&&G===void 0||U(G)))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[uA]=!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(g){throw g};n.exports=function(g,d){if(l(B,g))return B[g];d||(d={});var h=[][g],w=l(d,"ACCESSORS")?d.ACCESSORS:!1,p=l(d,0)?d[0]:u,C=l(d,1)?d[1]:void 0;return B[g]=!!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"),g=!1,d=function(){return this},h,w,p;[].keys&&(p=[].keys(),"next"in p?(w=s(s(p)),w!==Object.prototype&&(h=w)):g=!0),h==null&&(h={}),!B&&!l(h,u)&&i(h,u,d),n.exports={IteratorPrototype:h,BUGGY_SAFARI_ITERATORS:g}},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"),g=i("wks"),d=s.Symbol,h=u?d:d&&d.withoutSetter||c;n.exports=function(w){return l(g,w)||(B&&l(d,w)?g[w]=d[w]:g[w]=h("Symbol."+w)),g[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(g){return l(i(g))}})},b727:function(n,a,o){var s=o("0366"),i=o("44ad"),l=o("7b0b"),c=o("50c4"),B=o("65f0"),u=[].push,g=function(d){var h=d==1,w=d==2,p=d==3,C=d==4,y=d==6,m=d==5||y;return function(E,Q,H,S){for(var v=l(E),T=i(v),O=s(Q,H,3),k=c(T.length),I=0,x=S||B,X=h?x(E,k):w?x(E,0):void 0,D,N;k>I;I++)if((m||I in T)&&(D=T[I],N=O(D,I,v),d)){if(h)X[I]=N;else if(N)switch(d){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:g(0),map:g(1),filter:g(2),some:g(3),every:g(4),find:g(5),findIndex:g(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,g=c(B);B in[]&&Array(1)[B](function(){u=!1}),s({target:"Array",proto:!0,forced:u||!g},{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,g=l("indexOf"),d=c("indexOf",{ACCESSORS:!0,1:0});s({target:"Array",proto:!0,forced:u||!g||!d},{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 g=i(B),d=0,h=[],w;for(w in g)!s(c,w)&&s(g,w)&&h.push(w);for(;u.length>d;)s(g,w=u[d++])&&(~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(g){return i(this,g,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(g,d){return s(g),i(d),l?B.call(g,d):g.__proto__=d,g}}():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,g){B&&!i(B=g?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(g,d,h,w){s(d);var p=i(g),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=d(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"),g=!i(function(){var C=/./;return C.exec=function(){var y=[];return y.groups={a:"7"},y},"".replace(C,"$<a>")!=="7"}),d=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"&&!(g&&d&&!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:d,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:w}),O=T[0],k=T[1];s(String.prototype,C,O),s(RegExp.prototype,Q,y==2?function(I,x){return k.call(I,this,x)}:function(I){return k.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(d){return i(this,d,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(d){for(var h=c(d),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"),g=B("toStringTag"),d=l.values;for(var h in i){var w=s[h],p=w&&w.prototype;if(p){if(p[u]!==d)try{c(p,u,d)}catch{p[u]=d}if(p[g]||c(p,g,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,g=o("e893"),d=l.Symbol;if(i&&typeof d=="function"&&(!("description"in d.prototype)||d().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 d(Q):Q===void 0?d():d(Q);return Q===""&&(h[H]=!0),H};g(w,d);var p=w.prototype=d.prototype;p.constructor=w;var C=p.toString,y=String(d("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(g){return g=i(g),s(g,B)?g[B]:typeof g.constructor=="function"&&g instanceof g.constructor?g.constructor.prototype:g 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",g=c.set,d=c.getterFor(u);n.exports=B(Array,"Array",function(h,w){g(this,{type:u,target:s(h),index:0,kind:w})},function(){var h=d(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)}),g=!B||u;s({target:"Object",stat:!0,forced:g,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 g=i(u),d=c.f,h=l.f,w=0;w<g.length;w++){var p=g[w];s(B,p)||d(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(g,d){try{return g[d]}catch{}};n.exports=s?i:function(g){var d,h,w;return g===void 0?"Undefined":g===null?"Null":typeof(h=u(d=Object(g),c))=="string"?h:B?i(d):(w=i(d))=="Object"&&typeof d.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 g(U){if(Array.isArray(U))return U}o("e01a"),o("d28b"),o("e260"),o("d3b7"),o("3ca3"),o("ddb0");function d(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 g(U)||d(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.
|
|
10
|
+
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 k(U){var F=Object.create(null);return function(L){var V=F[L];return V||(F[L]=U(L))}}var I=/-(\w)/g,x=k(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 uA(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]),G=Q(_).findIndex(function(W){return W===j});return b<G?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 dn(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 G=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(G.length!==V.length)throw new Error("Item slot must have only one child");return{header:aA,footer:bA,default:G}}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=dn({$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 dt(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=dt.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=uA({$attrs:b,callBackBuilder:{manageAndEmit:function(bA){return _t.call(F,bA)},emit:function(bA){return Re.bind(F,bA)},manage:function(bA){return dt.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"),g=o("8418"),d=o("b622"),h=o("1dde"),w=o("ae40"),p=h("slice"),C=w("slice",{ACCESSORS:!0,0:0,1:2}),y=d("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),k=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,k);for(x=new(I===void 0?Array:I)(E(k-O,0)),X=0;O<k;O++,X++)O in v&&g(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})})(Jl);const bh="",Sc={components:{},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()}},xc=["innerHTML"],Lc={key:1,id:"myAudio"},Tc=["src"],Dc={class:"list-group-item"},Kc=["onClick"],Oc=["id","src","alt","data-swap"];function Mc(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,xc),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",Lc,[f.createElementVNode("source",{src:t.content.sound,type:"audio/mpeg"},null,8,Tc),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",Dc,[f.createElementVNode("button",{class:"dragItems",onClick:f.withModifiers(g=>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,Oc)):f.createCommentVNode("",!0)],8,Kc)])]),_:2},1032,["class","style","modelValue","onUpdate:modelValue","move"])]),_:2},1032,["span"]))),256))]),_:1},8,["class"])}const Rc=PA(Sc,[["render",Mc]]);/*!
|
|
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,8 +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 gt=function(A,e){return gt=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])},gt(A,e)};function nA(A,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");gt(A,e);function t(){this.constructor=A}A.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}var ut=function(){return ut=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])}return e},ut.apply(this,arguments)};function J(A,e,t,r){function n(s){return s instanceof t?s:new t(function(i){i(s)})}return new(t||(t=Promise))(function(s,i){function o(l){try{c(r.next(l))}catch(g){i(g)}}function B(l){try{c(r.throw(l))}catch(g){i(g)}}function c(l){l.done?s(l.value):n(l.value).then(o,B)}c((r=r.apply(A,e||[])).next())})}function X(A,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,n,s,i;return i={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function o(c){return function(l){return B([c,l])}}function B(c){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,n&&(s=c[0]&2?n.return:c[0]?n.throw||((s=n.return)&&s.call(n),0):n.next)&&!(s=s.call(n,c[1])).done)return s;switch(n=0,s&&(c=[c[0]&2,s.value]),c[0]){case 0:case 1:s=c;break;case 4:return t.label++,{value:c[1],done:!1};case 5:t.label++,n=c[1],c=[0];continue;case 7:c=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(c[0]===6||c[0]===2)){t=0;continue}if(c[0]===3&&(!s||c[1]>s[0]&&c[1]<s[3])){t.label=c[1];break}if(c[0]===6&&t.label<s[1]){t.label=s[1],s=c;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(c);break}s[2]&&t.ops.pop(),t.trys.pop();continue}c=e.call(A,t)}catch(l){c=[6,l],n=0}finally{r=s=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}function de(A,e,t){if(t||arguments.length===2)for(var r=0,n=e.length,s;r<n;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return A.concat(s||e)}for(var cA=function(){function A(e,t,r,n){this.left=e,this.top=t,this.width=r,this.height=n}return A.prototype.add=function(e,t,r,n){return new A(this.left+e,this.top+t,this.width+r,this.height+n)},A.fromClientRect=function(e,t){return new A(t.left+e.windowBounds.left,t.top+e.windowBounds.top,t.width,t.height)},A.fromDOMRectList=function(e,t){var r=Array.from(t).find(function(n){return n.width!==0});return r?new A(r.left+e.windowBounds.left,r.top+e.windowBounds.top,r.width,r.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A}(),Ue=function(A,e){return cA.fromClientRect(A,e.getBoundingClientRect())},qi=function(A){var e=A.body,t=A.documentElement;if(!e||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(e.scrollWidth,t.scrollWidth),Math.max(e.offsetWidth,t.offsetWidth),Math.max(e.clientWidth,t.clientWidth)),n=Math.max(Math.max(e.scrollHeight,t.scrollHeight),Math.max(e.offsetHeight,t.offsetHeight),Math.max(e.clientHeight,t.clientHeight));return new cA(0,0,r,n)},Fe=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);(s&64512)===56320?e.push(((n&1023)<<10)+(s&1023)+65536):(e.push(n),t--)}else e.push(n)}return e},T=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var i=A[n];i<=65535?r.push(i):(i-=65536,r.push((i>>10)+55296,i%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},ur="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",$i=typeof Uint8Array>"u"?[]:new Uint8Array(256),pe=0;pe<ur.length;pe++)$i[ur.charCodeAt(pe)]=pe;for(var fr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ZA=typeof Uint8Array>"u"?[]:new Uint8Array(256),me=0;me<fr.length;me++)ZA[fr.charCodeAt(me)]=me;for(var Ao=function(A){var e=A.length*.75,t=A.length,r,n=0,s,i,o,B;A[A.length-1]==="="&&(e--,A[A.length-2]==="="&&e--);var c=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(e):new Array(e),l=Array.isArray(c)?c:new Uint8Array(c);for(r=0;r<t;r+=4)s=ZA[A.charCodeAt(r)],i=ZA[A.charCodeAt(r+1)],o=ZA[A.charCodeAt(r+2)],B=ZA[A.charCodeAt(r+3)],l[n++]=s<<2|i>>4,l[n++]=(i&15)<<4|o>>2,l[n++]=(o&3)<<6|B&63;return c},eo=function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t},to=function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t},yA=5,ft=6+5,ht=2,ro=ft-yA,hr=65536>>yA,no=1<<yA,wt=no-1,so=1024>>yA,io=hr+so,oo=io,ao=32,Bo=oo+ao,co=65536>>ft,lo=1<<ro,go=lo-1,wr=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},uo=function(A,e,t){return A.slice?A.slice(e,t):new Uint32Array(Array.prototype.slice.call(A,e,t))},fo=function(A,e){var t=Ao(A),r=Array.isArray(t)?to(t):new Uint32Array(t),n=Array.isArray(t)?eo(t):new Uint16Array(t),s=24,i=wr(n,s/2,r[4]/2),o=r[5]===2?wr(n,(s+r[4])/2):uo(r,Math.ceil((s+r[4])/4));return new ho(r[0],r[1],r[2],r[3],i,o)},ho=function(){function A(e,t,r,n,s,i){this.initialValue=e,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=i}return A.prototype.get=function(e){var t;if(e>=0){if(e<55296||e>56319&&e<=65535)return t=this.index[e>>yA],t=(t<<ht)+(e&wt),this.data[t];if(e<=65535)return t=this.index[hr+(e-55296>>yA)],t=(t<<ht)+(e&wt),this.data[t];if(e<this.highStart)return t=Bo-co+(e>>ft),t=this.index[t],t+=e>>yA&go,t=this.index[t],t=(t<<ht)+(e&wt),this.data[t];if(e<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A}(),Qr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",wo=typeof Uint8Array>"u"?[]:new Uint8Array(256),Ee=0;Ee<Qr.length;Ee++)wo[Qr.charCodeAt(Ee)]=Ee;var Qo="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==",Cr=50,Co=1,dr=2,Ur=3,Uo=4,Fo=5,Fr=7,pr=8,mr=9,wA=10,Qt=11,Er=12,Ct=13,po=14,zA=15,dt=16,He=17,jA=18,mo=19,Hr=20,Ut=21,qA=22,Ft=23,kA=24,q=25,$A=26,Ae=27,MA=28,Eo=29,bA=30,Ho=31,Ie=32,ye=33,pt=34,mt=35,Et=36,ee=37,Ht=38,be=39,ve=40,It=41,Ir=42,Io=43,yo=[9001,65288],yr="!",y="×",Le="÷",yt=fo(Qo),lA=[bA,Et],bt=[Co,dr,Ur,Fo],br=[wA,pr],vr=[Ae,$A],bo=bt.concat(br),Lr=[Ht,be,ve,pt,mt],vo=[zA,Ct],Lo=function(A,e){e===void 0&&(e="strict");var t=[],r=[],n=[];return A.forEach(function(s,i){var o=yt.get(s);if(o>Cr?(n.push(!0),o-=Cr):n.push(!1),["normal","auto","loose"].indexOf(e)!==-1&&[8208,8211,12316,12448].indexOf(s)!==-1)return r.push(i),t.push(dt);if(o===Uo||o===Qt){if(i===0)return r.push(i),t.push(bA);var B=t[i-1];return bo.indexOf(B)===-1?(r.push(r[i-1]),t.push(B)):(r.push(i),t.push(bA))}if(r.push(i),o===Ho)return t.push(e==="strict"?Ut:ee);if(o===Ir||o===Eo)return t.push(bA);if(o===Io)return s>=131072&&s<=196605||s>=196608&&s<=262141?t.push(ee):t.push(bA);t.push(o)}),[r,t,n]},vt=function(A,e,t,r){var n=r[t];if(Array.isArray(A)?A.indexOf(n)!==-1:A===n)for(var s=t;s<=r.length;){s++;var i=r[s];if(i===e)return!0;if(i!==wA)break}if(n===wA)for(var s=t;s>0;){s--;var o=r[s];if(Array.isArray(A)?A.indexOf(o)!==-1:A===o)for(var B=t;B<=r.length;){B++;var i=r[B];if(i===e)return!0;if(i!==wA)break}if(o!==wA)break}return!1},Kr=function(A,e){for(var t=A;t>=0;){var r=e[t];if(r===wA)t--;else return r}return 0},Ko=function(A,e,t,r,n){if(t[r]===0)return y;var s=r-1;if(Array.isArray(n)&&n[s]===!0)return y;var i=s-1,o=s+1,B=e[s],c=i>=0?e[i]:0,l=e[o];if(B===dr&&l===Ur)return y;if(bt.indexOf(B)!==-1)return yr;if(bt.indexOf(l)!==-1||br.indexOf(l)!==-1)return y;if(Kr(s,e)===pr)return Le;if(yt.get(A[s])===Qt||(B===Ie||B===ye)&&yt.get(A[o])===Qt||B===Fr||l===Fr||B===mr||[wA,Ct,zA].indexOf(B)===-1&&l===mr||[He,jA,mo,kA,MA].indexOf(l)!==-1||Kr(s,e)===qA||vt(Ft,qA,s,e)||vt([He,jA],Ut,s,e)||vt(Er,Er,s,e))return y;if(B===wA)return Le;if(B===Ft||l===Ft)return y;if(l===dt||B===dt)return Le;if([Ct,zA,Ut].indexOf(l)!==-1||B===po||c===Et&&vo.indexOf(B)!==-1||B===MA&&l===Et||l===Hr||lA.indexOf(l)!==-1&&B===q||lA.indexOf(B)!==-1&&l===q||B===Ae&&[ee,Ie,ye].indexOf(l)!==-1||[ee,Ie,ye].indexOf(B)!==-1&&l===$A||lA.indexOf(B)!==-1&&vr.indexOf(l)!==-1||vr.indexOf(B)!==-1&&lA.indexOf(l)!==-1||[Ae,$A].indexOf(B)!==-1&&(l===q||[qA,zA].indexOf(l)!==-1&&e[o+1]===q)||[qA,zA].indexOf(B)!==-1&&l===q||B===q&&[q,MA,kA].indexOf(l)!==-1)return y;if([q,MA,kA,He,jA].indexOf(l)!==-1)for(var g=s;g>=0;){var u=e[g];if(u===q)return y;if([MA,kA].indexOf(u)!==-1)g--;else break}if([Ae,$A].indexOf(l)!==-1)for(var g=[He,jA].indexOf(B)!==-1?i:s;g>=0;){var u=e[g];if(u===q)return y;if([MA,kA].indexOf(u)!==-1)g--;else break}if(Ht===B&&[Ht,be,pt,mt].indexOf(l)!==-1||[be,pt].indexOf(B)!==-1&&[be,ve].indexOf(l)!==-1||[ve,mt].indexOf(B)!==-1&&l===ve||Lr.indexOf(B)!==-1&&[Hr,$A].indexOf(l)!==-1||Lr.indexOf(l)!==-1&&B===Ae||lA.indexOf(B)!==-1&&lA.indexOf(l)!==-1||B===kA&&lA.indexOf(l)!==-1||lA.concat(q).indexOf(B)!==-1&&l===qA&&yo.indexOf(A[o])===-1||lA.concat(q).indexOf(l)!==-1&&B===jA)return y;if(B===It&&l===It){for(var f=t[s],h=1;f>0&&(f--,e[f]===It);)h++;if(h%2!==0)return y}return B===Ie&&l===ye?y:Le},xo=function(A,e){e||(e={lineBreak:"normal",wordBreak:"normal"});var t=Lo(A,e.lineBreak),r=t[0],n=t[1],s=t[2];(e.wordBreak==="break-all"||e.wordBreak==="break-word")&&(n=n.map(function(o){return[q,bA,Ir].indexOf(o)!==-1?ee:o}));var i=e.wordBreak==="keep-all"?s.map(function(o,B){return o&&A[B]>=19968&&A[B]<=40959}):void 0;return[r,n,i]},Do=function(){function A(e,t,r,n){this.codePoints=e,this.required=t===yr,this.start=r,this.end=n}return A.prototype.slice=function(){return T.apply(void 0,this.codePoints.slice(this.start,this.end))},A}(),So=function(A,e){var t=Fe(A),r=xo(t,e),n=r[0],s=r[1],i=r[2],o=t.length,B=0,c=0;return{next:function(){if(c>=o)return{done:!0,value:null};for(var l=y;c<o&&(l=Ko(t,s,n,++c,i))===y;);if(l!==y||c===o){var g=new Do(t,l,B,c);return B=c,{value:g,done:!1}}return{done:!0,value:null}}}},To=1,ko=2,te=4,xr=8,Ke=10,Dr=47,re=92,Mo=9,_o=32,xe=34,ne=61,Oo=35,Vo=36,No=37,De=39,Se=40,se=41,Ro=95,Y=45,Go=33,Xo=60,Po=62,Jo=64,Wo=91,Yo=93,Zo=61,zo=123,Te=63,jo=125,Sr=124,qo=126,$o=128,Tr=65533,Lt=42,vA=43,Aa=44,ea=58,ta=59,ie=46,ra=0,na=8,sa=11,ia=14,oa=31,aa=127,iA=-1,kr=48,Mr=97,_r=101,Ba=102,ca=117,la=122,Or=65,Vr=69,Nr=70,ga=85,ua=90,P=function(A){return A>=kr&&A<=57},fa=function(A){return A>=55296&&A<=57343},_A=function(A){return P(A)||A>=Or&&A<=Nr||A>=Mr&&A<=Ba},ha=function(A){return A>=Mr&&A<=la},wa=function(A){return A>=Or&&A<=ua},Qa=function(A){return ha(A)||wa(A)},Ca=function(A){return A>=$o},ke=function(A){return A===Ke||A===Mo||A===_o},Me=function(A){return Qa(A)||Ca(A)||A===Ro},Rr=function(A){return Me(A)||P(A)||A===Y},da=function(A){return A>=ra&&A<=na||A===sa||A>=ia&&A<=oa||A===aa},QA=function(A,e){return A!==re?!1:e!==Ke},_e=function(A,e,t){return A===Y?Me(e)||QA(e,t):Me(A)?!0:!!(A===re&&QA(A,e))},Kt=function(A,e,t){return A===vA||A===Y?P(e)?!0:e===ie&&P(t):P(A===ie?e:A)},Ua=function(A){var e=0,t=1;(A[e]===vA||A[e]===Y)&&(A[e]===Y&&(t=-1),e++);for(var r=[];P(A[e]);)r.push(A[e++]);var n=r.length?parseInt(T.apply(void 0,r),10):0;A[e]===ie&&e++;for(var s=[];P(A[e]);)s.push(A[e++]);var i=s.length,o=i?parseInt(T.apply(void 0,s),10):0;(A[e]===Vr||A[e]===_r)&&e++;var B=1;(A[e]===vA||A[e]===Y)&&(A[e]===Y&&(B=-1),e++);for(var c=[];P(A[e]);)c.push(A[e++]);var l=c.length?parseInt(T.apply(void 0,c),10):0;return t*(n+o*Math.pow(10,-i))*Math.pow(10,B*l)},Fa={type:2},pa={type:3},ma={type:4},Ea={type:13},Ha={type:8},Ia={type:21},ya={type:9},ba={type:10},va={type:11},La={type:12},Ka={type:14},Oe={type:23},xa={type:1},Da={type:25},Sa={type:24},Ta={type:26},ka={type:27},Ma={type:28},_a={type:29},Oa={type:31},xt={type:32},Gr=function(){function A(){this._value=[]}return A.prototype.write=function(e){this._value=this._value.concat(Fe(e))},A.prototype.read=function(){for(var e=[],t=this.consumeToken();t!==xt;)e.push(t),t=this.consumeToken();return e},A.prototype.consumeToken=function(){var e=this.consumeCodePoint();switch(e){case xe:return this.consumeStringToken(xe);case Oo:var t=this.peekCodePoint(0),r=this.peekCodePoint(1),n=this.peekCodePoint(2);if(Rr(t)||QA(r,n)){var s=_e(t,r,n)?ko:To,i=this.consumeName();return{type:5,value:i,flags:s}}break;case Vo:if(this.peekCodePoint(0)===ne)return this.consumeCodePoint(),Ea;break;case De:return this.consumeStringToken(De);case Se:return Fa;case se:return pa;case Lt:if(this.peekCodePoint(0)===ne)return this.consumeCodePoint(),Ka;break;case vA:if(Kt(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case Aa:return ma;case Y:var o=e,B=this.peekCodePoint(0),c=this.peekCodePoint(1);if(Kt(o,B,c))return this.reconsumeCodePoint(e),this.consumeNumericToken();if(_e(o,B,c))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();if(B===Y&&c===Po)return this.consumeCodePoint(),this.consumeCodePoint(),Sa;break;case ie:if(Kt(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case Dr:if(this.peekCodePoint(0)===Lt)for(this.consumeCodePoint();;){var l=this.consumeCodePoint();if(l===Lt&&(l=this.consumeCodePoint(),l===Dr))return this.consumeToken();if(l===iA)return this.consumeToken()}break;case ea:return Ta;case ta:return ka;case Xo:if(this.peekCodePoint(0)===Go&&this.peekCodePoint(1)===Y&&this.peekCodePoint(2)===Y)return this.consumeCodePoint(),this.consumeCodePoint(),Da;break;case Jo:var g=this.peekCodePoint(0),u=this.peekCodePoint(1),f=this.peekCodePoint(2);if(_e(g,u,f)){var i=this.consumeName();return{type:7,value:i}}break;case Wo:return Ma;case re:if(QA(e,this.peekCodePoint(0)))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();break;case Yo:return _a;case Zo:if(this.peekCodePoint(0)===ne)return this.consumeCodePoint(),Ha;break;case zo:return va;case jo:return La;case ca:case ga:var h=this.peekCodePoint(0),w=this.peekCodePoint(1);return h===vA&&(_A(w)||w===Te)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(e),this.consumeIdentLikeToken();case Sr:if(this.peekCodePoint(0)===ne)return this.consumeCodePoint(),ya;if(this.peekCodePoint(0)===Sr)return this.consumeCodePoint(),Ia;break;case qo:if(this.peekCodePoint(0)===ne)return this.consumeCodePoint(),ba;break;case iA:return xt}return ke(e)?(this.consumeWhiteSpace(),Oa):P(e)?(this.reconsumeCodePoint(e),this.consumeNumericToken()):Me(e)?(this.reconsumeCodePoint(e),this.consumeIdentLikeToken()):{type:6,value:T(e)}},A.prototype.consumeCodePoint=function(){var e=this._value.shift();return typeof e>"u"?-1:e},A.prototype.reconsumeCodePoint=function(e){this._value.unshift(e)},A.prototype.peekCodePoint=function(e){return e>=this._value.length?-1:this._value[e]},A.prototype.consumeUnicodeRangeToken=function(){for(var e=[],t=this.consumeCodePoint();_A(t)&&e.length<6;)e.push(t),t=this.consumeCodePoint();for(var r=!1;t===Te&&e.length<6;)e.push(t),t=this.consumeCodePoint(),r=!0;if(r){var n=parseInt(T.apply(void 0,e.map(function(B){return B===Te?kr:B})),16),s=parseInt(T.apply(void 0,e.map(function(B){return B===Te?Nr:B})),16);return{type:30,start:n,end:s}}var i=parseInt(T.apply(void 0,e),16);if(this.peekCodePoint(0)===Y&&_A(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();for(var o=[];_A(t)&&o.length<6;)o.push(t),t=this.consumeCodePoint();var s=parseInt(T.apply(void 0,o),16);return{type:30,start:i,end:s}}else return{type:30,start:i,end:i}},A.prototype.consumeIdentLikeToken=function(){var e=this.consumeName();return e.toLowerCase()==="url"&&this.peekCodePoint(0)===Se?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===Se?(this.consumeCodePoint(),{type:19,value:e}):{type:20,value:e}},A.prototype.consumeUrlToken=function(){var e=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===iA)return{type:22,value:""};var t=this.peekCodePoint(0);if(t===De||t===xe){var r=this.consumeStringToken(this.consumeCodePoint());return r.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===iA||this.peekCodePoint(0)===se)?(this.consumeCodePoint(),{type:22,value:r.value}):(this.consumeBadUrlRemnants(),Oe)}for(;;){var n=this.consumeCodePoint();if(n===iA||n===se)return{type:22,value:T.apply(void 0,e)};if(ke(n))return this.consumeWhiteSpace(),this.peekCodePoint(0)===iA||this.peekCodePoint(0)===se?(this.consumeCodePoint(),{type:22,value:T.apply(void 0,e)}):(this.consumeBadUrlRemnants(),Oe);if(n===xe||n===De||n===Se||da(n))return this.consumeBadUrlRemnants(),Oe;if(n===re)if(QA(n,this.peekCodePoint(0)))e.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),Oe;else e.push(n)}},A.prototype.consumeWhiteSpace=function(){for(;ke(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var e=this.consumeCodePoint();if(e===se||e===iA)return;QA(e,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(e){for(var t=5e4,r="";e>0;){var n=Math.min(t,e);r+=T.apply(void 0,this._value.splice(0,n)),e-=n}return this._value.shift(),r},A.prototype.consumeStringToken=function(e){var t="",r=0;do{var n=this._value[r];if(n===iA||n===void 0||n===e)return t+=this.consumeStringSlice(r),{type:0,value:t};if(n===Ke)return this._value.splice(0,r),xa;if(n===re){var s=this._value[r+1];s!==iA&&s!==void 0&&(s===Ke?(t+=this.consumeStringSlice(r),r=-1,this._value.shift()):QA(n,s)&&(t+=this.consumeStringSlice(r),t+=T(this.consumeEscapedCodePoint()),r=-1))}r++}while(!0)},A.prototype.consumeNumber=function(){var e=[],t=te,r=this.peekCodePoint(0);for((r===vA||r===Y)&&e.push(this.consumeCodePoint());P(this.peekCodePoint(0));)e.push(this.consumeCodePoint());r=this.peekCodePoint(0);var n=this.peekCodePoint(1);if(r===ie&&P(n))for(e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=xr;P(this.peekCodePoint(0));)e.push(this.consumeCodePoint());r=this.peekCodePoint(0),n=this.peekCodePoint(1);var s=this.peekCodePoint(2);if((r===Vr||r===_r)&&((n===vA||n===Y)&&P(s)||P(n)))for(e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=xr;P(this.peekCodePoint(0));)e.push(this.consumeCodePoint());return[Ua(e),t]},A.prototype.consumeNumericToken=function(){var e=this.consumeNumber(),t=e[0],r=e[1],n=this.peekCodePoint(0),s=this.peekCodePoint(1),i=this.peekCodePoint(2);if(_e(n,s,i)){var o=this.consumeName();return{type:15,number:t,flags:r,unit:o}}return n===No?(this.consumeCodePoint(),{type:16,number:t,flags:r}):{type:17,number:t,flags:r}},A.prototype.consumeEscapedCodePoint=function(){var e=this.consumeCodePoint();if(_A(e)){for(var t=T(e);_A(this.peekCodePoint(0))&&t.length<6;)t+=T(this.consumeCodePoint());ke(this.peekCodePoint(0))&&this.consumeCodePoint();var r=parseInt(t,16);return r===0||fa(r)||r>1114111?Tr:r}return e===iA?Tr:e},A.prototype.consumeName=function(){for(var e="";;){var t=this.consumeCodePoint();if(Rr(t))e+=T(t);else if(QA(t,this.peekCodePoint(0)))e+=T(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(t),e}},A}(),Xr=function(){function A(e){this._tokens=e}return A.create=function(e){var t=new Gr;return t.write(e),new A(t.read())},A.parseValue=function(e){return A.create(e).parseComponentValue()},A.parseValues=function(e){return A.create(e).parseComponentValues()},A.prototype.parseComponentValue=function(){for(var e=this.consumeToken();e.type===31;)e=this.consumeToken();if(e.type===32)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(e);var t=this.consumeComponentValue();do e=this.consumeToken();while(e.type===31);if(e.type===32)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},A.prototype.parseComponentValues=function(){for(var e=[];;){var t=this.consumeComponentValue();if(t.type===32)return e;e.push(t),e.push()}},A.prototype.consumeComponentValue=function(){var e=this.consumeToken();switch(e.type){case 11:case 28:case 2:return this.consumeSimpleBlock(e.type);case 19:return this.consumeFunction(e)}return e},A.prototype.consumeSimpleBlock=function(e){for(var t={type:e,values:[]},r=this.consumeToken();;){if(r.type===32||Na(r,e))return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue()),r=this.consumeToken()}},A.prototype.consumeFunction=function(e){for(var t={name:e.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())}},A.prototype.consumeToken=function(){var e=this._tokens.shift();return typeof e>"u"?xt:e},A.prototype.reconsumeToken=function(e){this._tokens.unshift(e)},A}(),oe=function(A){return A.type===15},OA=function(A){return A.type===17},K=function(A){return A.type===20},Va=function(A){return A.type===0},Dt=function(A,e){return K(A)&&A.value===e},Pr=function(A){return A.type!==31},VA=function(A){return A.type!==31&&A.type!==4},oA=function(A){var e=[],t=[];return A.forEach(function(r){if(r.type===4){if(t.length===0)throw new Error("Error parsing function args, zero tokens for arg");e.push(t),t=[];return}r.type!==31&&t.push(r)}),t.length&&e.push(t),e},Na=function(A,e){return e===11&&A.type===12||e===28&&A.type===29?!0:e===2&&A.type===3},CA=function(A){return A.type===17||A.type===15},M=function(A){return A.type===16||CA(A)},Jr=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},N={type:17,number:0,flags:te},St={type:16,number:50,flags:te},dA={type:16,number:100,flags:te},ae=function(A,e,t){var r=A[0],n=A[1];return[D(r,e),D(typeof n<"u"?n:r,t)]},D=function(A,e){if(A.type===16)return A.number/100*e;if(oe(A))switch(A.unit){case"rem":case"em":return 16*A.number;case"px":default:return A.number}return A.number},Wr="deg",Yr="grad",Zr="rad",zr="turn",Ve={name:"angle",parse:function(A,e){if(e.type===15)switch(e.unit){case Wr:return Math.PI*e.number/180;case Yr:return Math.PI/200*e.number;case Zr:return e.number;case zr:return Math.PI*2*e.number}throw new Error("Unsupported angle type")}},jr=function(A){return A.type===15&&(A.unit===Wr||A.unit===Yr||A.unit===Zr||A.unit===zr)},qr=function(A){var e=A.filter(K).map(function(t){return t.value}).join(" ");switch(e){case"to bottom right":case"to right bottom":case"left top":case"top left":return[N,N];case"to top":case"bottom":return AA(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[N,dA];case"to right":case"left":return AA(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[dA,dA];case"to bottom":case"top":return AA(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[dA,N];case"to left":case"right":return AA(270)}return 0},AA=function(A){return Math.PI*A/180},UA={name:"color",parse:function(A,e){if(e.type===18){var t=Ra[e.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported color function "'+e.name+'"');return t(A,e.values)}if(e.type===5){if(e.value.length===3){var r=e.value.substring(0,1),n=e.value.substring(1,2),s=e.value.substring(2,3);return pA(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),1)}if(e.value.length===4){var r=e.value.substring(0,1),n=e.value.substring(1,2),s=e.value.substring(2,3),i=e.value.substring(3,4);return pA(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),parseInt(i+i,16)/255)}if(e.value.length===6){var r=e.value.substring(0,2),n=e.value.substring(2,4),s=e.value.substring(4,6);return pA(parseInt(r,16),parseInt(n,16),parseInt(s,16),1)}if(e.value.length===8){var r=e.value.substring(0,2),n=e.value.substring(2,4),s=e.value.substring(4,6),i=e.value.substring(6,8);return pA(parseInt(r,16),parseInt(n,16),parseInt(s,16),parseInt(i,16)/255)}}if(e.type===20){var o=gA[e.value.toUpperCase()];if(typeof o<"u")return o}return gA.TRANSPARENT}},FA=function(A){return(255&A)===0},V=function(A){var e=255&A,t=255&A>>8,r=255&A>>16,n=255&A>>24;return e<255?"rgba("+n+","+r+","+t+","+e/255+")":"rgb("+n+","+r+","+t+")"},pA=function(A,e,t,r){return(A<<24|e<<16|t<<8|Math.round(r*255)<<0)>>>0},$r=function(A,e){if(A.type===17)return A.number;if(A.type===16){var t=e===3?1:255;return e===3?A.number/100*t:Math.round(A.number/100*t)}return 0},An=function(A,e){var t=e.filter(VA);if(t.length===3){var r=t.map($r),n=r[0],s=r[1],i=r[2];return pA(n,s,i,1)}if(t.length===4){var o=t.map($r),n=o[0],s=o[1],i=o[2],B=o[3];return pA(n,s,i,B)}return 0};function Tt(A,e,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(e-A)*t*6+A:t<1/2?e:t<2/3?(e-A)*6*(2/3-t)+A:A}var en=function(A,e){var t=e.filter(VA),r=t[0],n=t[1],s=t[2],i=t[3],o=(r.type===17?AA(r.number):Ve.parse(A,r))/(Math.PI*2),B=M(n)?n.number/100:0,c=M(s)?s.number/100:0,l=typeof i<"u"&&M(i)?D(i,1):1;if(B===0)return pA(c*255,c*255,c*255,1);var g=c<=.5?c*(B+1):c+B-c*B,u=c*2-g,f=Tt(u,g,o+1/3),h=Tt(u,g,o),w=Tt(u,g,o-1/3);return pA(f*255,h*255,w*255,l)},Ra={hsl:en,hsla:en,rgb:An,rgba:An},Be=function(A,e){return UA.parse(A,Xr.create(e).parseComponentValue())},gA={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},Ga={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(t){if(K(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Xa={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Ne=function(A,e){var t=UA.parse(A,e[0]),r=e[1];return r&&M(r)?{color:t,stop:r}:{color:t,stop:null}},tn=function(A,e){var t=A[0],r=A[A.length-1];t.stop===null&&(t.stop=N),r.stop===null&&(r.stop=dA);for(var n=[],s=0,i=0;i<A.length;i++){var o=A[i].stop;if(o!==null){var B=D(o,e);B>s?n.push(B):n.push(s),s=B}else n.push(null)}for(var c=null,i=0;i<n.length;i++){var l=n[i];if(l===null)c===null&&(c=i);else if(c!==null){for(var g=i-c,u=n[c-1],f=(l-u)/(g+1),h=1;h<=g;h++)n[c+h-1]=f*h;c=null}}return A.map(function(w,p){var U=w.color;return{color:U,stop:Math.max(Math.min(1,n[p]/e),0)}})},Pa=function(A,e,t){var r=e/2,n=t/2,s=D(A[0],e)-r,i=n-D(A[1],t);return(Math.atan2(i,s)+Math.PI*2)%(Math.PI*2)},Ja=function(A,e,t){var r=typeof A=="number"?A:Pa(A,e,t),n=Math.abs(e*Math.sin(r))+Math.abs(t*Math.cos(r)),s=e/2,i=t/2,o=n/2,B=Math.sin(r-Math.PI/2)*o,c=Math.cos(r-Math.PI/2)*o;return[n,s-c,s+c,i-B,i+B]},sA=function(A,e){return Math.sqrt(A*A+e*e)},rn=function(A,e,t,r,n){var s=[[0,0],[0,e],[A,0],[A,e]];return s.reduce(function(i,o){var B=o[0],c=o[1],l=sA(t-B,r-c);return(n?l<i.optimumDistance:l>i.optimumDistance)?{optimumCorner:o,optimumDistance:l}:i},{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},Wa=function(A,e,t,r,n){var s=0,i=0;switch(A.size){case 0:A.shape===0?s=i=Math.min(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):A.shape===1&&(s=Math.min(Math.abs(e),Math.abs(e-r)),i=Math.min(Math.abs(t),Math.abs(t-n)));break;case 2:if(A.shape===0)s=i=Math.min(sA(e,t),sA(e,t-n),sA(e-r,t),sA(e-r,t-n));else if(A.shape===1){var o=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(e),Math.abs(e-r)),B=rn(r,n,e,t,!0),c=B[0],l=B[1];s=sA(c-e,(l-t)/o),i=o*s}break;case 1:A.shape===0?s=i=Math.max(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):A.shape===1&&(s=Math.max(Math.abs(e),Math.abs(e-r)),i=Math.max(Math.abs(t),Math.abs(t-n)));break;case 3:if(A.shape===0)s=i=Math.max(sA(e,t),sA(e,t-n),sA(e-r,t),sA(e-r,t-n));else if(A.shape===1){var o=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(e),Math.abs(e-r)),g=rn(r,n,e,t,!1),c=g[0],l=g[1];s=sA(c-e,(l-t)/o),i=o*s}break}return Array.isArray(A.size)&&(s=D(A.size[0],r),i=A.size.length===2?D(A.size[1],n):s),[s,i]},Ya=function(A,e){var t=AA(180),r=[];return oA(e).forEach(function(n,s){if(s===0){var i=n[0];if(i.type===20&&i.value==="to"){t=qr(n);return}else if(jr(i)){t=Ve.parse(A,i);return}}var o=Ne(A,n);r.push(o)}),{angle:t,stops:r,type:1}},Re=function(A,e){var t=AA(180),r=[];return oA(e).forEach(function(n,s){if(s===0){var i=n[0];if(i.type===20&&["top","left","right","bottom"].indexOf(i.value)!==-1){t=qr(n);return}else if(jr(i)){t=(Ve.parse(A,i)+AA(270))%AA(360);return}}var o=Ne(A,n);r.push(o)}),{angle:t,stops:r,type:1}},Za=function(A,e){var t=AA(180),r=[],n=1,s=0,i=3,o=[];return oA(e).forEach(function(B,c){var l=B[0];if(c===0){if(K(l)&&l.value==="linear"){n=1;return}else if(K(l)&&l.value==="radial"){n=2;return}}if(l.type===18){if(l.name==="from"){var g=UA.parse(A,l.values[0]);r.push({stop:N,color:g})}else if(l.name==="to"){var g=UA.parse(A,l.values[0]);r.push({stop:dA,color:g})}else if(l.name==="color-stop"){var u=l.values.filter(VA);if(u.length===2){var g=UA.parse(A,u[1]),f=u[0];OA(f)&&r.push({stop:{type:16,number:f.number*100,flags:f.flags},color:g})}}}}),n===1?{angle:(t+AA(180))%AA(360),stops:r,type:n}:{size:i,shape:s,stops:r,position:o,type:n}},nn="closest-side",sn="farthest-side",on="closest-corner",an="farthest-corner",Bn="circle",cn="ellipse",ln="cover",gn="contain",za=function(A,e){var t=0,r=3,n=[],s=[];return oA(e).forEach(function(i,o){var B=!0;if(o===0){var c=!1;B=i.reduce(function(g,u){if(c)if(K(u))switch(u.value){case"center":return s.push(St),g;case"top":case"left":return s.push(N),g;case"right":case"bottom":return s.push(dA),g}else(M(u)||CA(u))&&s.push(u);else if(K(u))switch(u.value){case Bn:return t=0,!1;case cn:return t=1,!1;case"at":return c=!0,!1;case nn:return r=0,!1;case ln:case sn:return r=1,!1;case gn:case on:return r=2,!1;case an:return r=3,!1}else if(CA(u)||M(u))return Array.isArray(r)||(r=[]),r.push(u),!1;return g},B)}if(B){var l=Ne(A,i);n.push(l)}}),{size:r,shape:t,stops:n,position:s,type:2}},Ge=function(A,e){var t=0,r=3,n=[],s=[];return oA(e).forEach(function(i,o){var B=!0;if(o===0?B=i.reduce(function(l,g){if(K(g))switch(g.value){case"center":return s.push(St),!1;case"top":case"left":return s.push(N),!1;case"right":case"bottom":return s.push(dA),!1}else if(M(g)||CA(g))return s.push(g),!1;return l},B):o===1&&(B=i.reduce(function(l,g){if(K(g))switch(g.value){case Bn:return t=0,!1;case cn:return t=1,!1;case gn:case nn:return r=0,!1;case sn:return r=1,!1;case on:return r=2,!1;case ln:case an:return r=3,!1}else if(CA(g)||M(g))return Array.isArray(r)||(r=[]),r.push(g),!1;return l},B)),B){var c=Ne(A,i);n.push(c)}}),{size:r,shape:t,stops:n,position:s,type:2}},ja=function(A){return A.type===1},qa=function(A){return A.type===2},kt={name:"image",parse:function(A,e){if(e.type===22){var t={url:e.value,type:0};return A.cache.addImage(e.value),t}if(e.type===18){var r=un[e.name];if(typeof r>"u")throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return r(A,e.values)}throw new Error("Unsupported image type "+e.type)}};function $a(A){return!(A.type===20&&A.value==="none")&&(A.type!==18||!!un[A.name])}var un={"linear-gradient":Ya,"-moz-linear-gradient":Re,"-ms-linear-gradient":Re,"-o-linear-gradient":Re,"-webkit-linear-gradient":Re,"radial-gradient":za,"-moz-radial-gradient":Ge,"-ms-radial-gradient":Ge,"-o-radial-gradient":Ge,"-webkit-radial-gradient":Ge,"-webkit-gradient":Za},AB={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(e.length===0)return[];var t=e[0];return t.type===20&&t.value==="none"?[]:e.filter(function(r){return VA(r)&&$a(r)}).map(function(r){return kt.parse(A,r)})}},eB={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(t){if(K(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},tB={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return oA(e).map(function(t){return t.filter(M)}).map(Jr)}},rB={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return oA(e).map(function(t){return t.filter(K).map(function(r){return r.value}).join(" ")}).map(nB)}},nB=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;case"repeat":default:return 0}},NA;(function(A){A.AUTO="auto",A.CONTAIN="contain",A.COVER="cover"})(NA||(NA={}));var sB={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,e){return oA(e).map(function(t){return t.filter(iB)})}},iB=function(A){return K(A)||M(A)},Xe=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},oB=Xe("top"),aB=Xe("right"),BB=Xe("bottom"),cB=Xe("left"),Pe=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(e,t){return Jr(t.filter(M))}}},lB=Pe("top-left"),gB=Pe("top-right"),uB=Pe("bottom-right"),fB=Pe("bottom-left"),Je=function(A){return{name:"border-"+A+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(e,t){switch(t){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},hB=Je("top"),wB=Je("right"),QB=Je("bottom"),CB=Je("left"),We=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(e,t){return oe(t)?t.number:0}}},dB=We("top"),UB=We("right"),FB=We("bottom"),pB=We("left"),mB={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},EB={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){switch(e){case"rtl":return 1;case"ltr":default:return 0}}},HB={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(K).reduce(function(t,r){return t|IB(r.value)},0)}},IB=function(A){switch(A){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},yB={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},bB={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,e){return e.type===20&&e.value==="normal"?0:e.type===17||e.type===15?e.number:0}},Ye;(function(A){A.NORMAL="normal",A.STRICT="strict"})(Ye||(Ye={}));var vB={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"strict":return Ye.STRICT;case"normal":default:return Ye.NORMAL}}},LB={name:"line-height",initialValue:"normal",prefix:!1,type:4},fn=function(A,e){return K(A)&&A.value==="normal"?1.2*e:A.type===17?e*A.number:M(A)?D(A,e):e},KB={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,e){return e.type===20&&e.value==="none"?null:kt.parse(A,e)}},xB={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,e){switch(e){case"inside":return 0;case"outside":default:return 1}}},Mt={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":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}}},Ze=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},DB=Ze("top"),SB=Ze("right"),TB=Ze("bottom"),kB=Ze("left"),MB={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(K).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}})}},_B={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"break-word":return"break-word";case"normal":default:return"normal"}}},ze=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},OB=ze("top"),VB=ze("right"),NB=ze("bottom"),RB=ze("left"),GB={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,e){switch(e){case"right":return 2;case"center":case"justify":return 1;case"left":default:return 0}}},XB={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,e){switch(e){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},PB={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.length===1&&Dt(e[0],"none")?[]:oA(e).map(function(t){for(var r={color:gA.TRANSPARENT,offsetX:N,offsetY:N,blur:N},n=0,s=0;s<t.length;s++){var i=t[s];CA(i)?(n===0?r.offsetX=i:n===1?r.offsetY=i:r.blur=i,n++):r.color=UA.parse(A,i)}return r})}},JB={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},WB={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,e){if(e.type===20&&e.value==="none")return null;if(e.type===18){var t=zB[e.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported transform function "'+e.name+'"');return t(e.values)}return null}},YB=function(A){var e=A.filter(function(t){return t.type===17}).map(function(t){return t.number});return e.length===6?e:null},ZB=function(A){var e=A.filter(function(B){return B.type===17}).map(function(B){return B.number}),t=e[0],r=e[1];e[2],e[3];var n=e[4],s=e[5];e[6],e[7],e[8],e[9],e[10],e[11];var i=e[12],o=e[13];return e[14],e[15],e.length===16?[t,r,n,s,i,o]:null},zB={matrix:YB,matrix3d:ZB},hn={type:16,number:50,flags:te},jB=[hn,hn],qB={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,e){var t=e.filter(M);return t.length!==2?jB:[t[0],t[1]]}},$B={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"hidden":return 1;case"collapse":return 2;case"visible":default:return 0}}},ce;(function(A){A.NORMAL="normal",A.BREAK_ALL="break-all",A.KEEP_ALL="keep-all"})(ce||(ce={}));for(var Ac={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"break-all":return ce.BREAK_ALL;case"keep-all":return ce.KEEP_ALL;case"normal":default:return ce.NORMAL}}},ec={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,e){if(e.type===20)return{auto:!0,order:0};if(OA(e))return{auto:!1,order:e.number};throw new Error("Invalid z-index number parsed")}},wn={name:"time",parse:function(A,e){if(e.type===15)switch(e.unit.toLowerCase()){case"s":return 1e3*e.number;case"ms":return e.number}throw new Error("Unsupported time type")}},tc={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,e){return OA(e)?e.number:1}},rc={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},nc={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,e){return e.filter(K).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})}},sc={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,e){var t=[],r=[];return e.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+"'"})}},ic={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},oc={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,e){if(OA(e))return e.number;if(K(e))switch(e.value){case"bold":return 700;case"normal":default:return 400}return 400}},ac={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.filter(K).map(function(t){return t.value})}},Bc={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"oblique":return"oblique";case"italic":return"italic";case"normal":default:return"normal"}}},O=function(A,e){return(A&e)!==0},cc={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(e.length===0)return[];var t=e[0];return t.type===20&&t.value==="none"?[]:e}},lc={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return null;var t=e[0];if(t.type===20&&t.value==="none")return null;for(var r=[],n=e.filter(Pr),s=0;s<n.length;s++){var i=n[s],o=n[s+1];if(i.type===20){var B=o&&OA(o)?o.number:1;r.push({counter:i.value,increment:B})}}return r}},gc={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return[];for(var t=[],r=e.filter(Pr),n=0;n<r.length;n++){var s=r[n],i=r[n+1];if(K(s)&&s.value!=="none"){var o=i&&OA(i)?i.number:0;t.push({counter:s.value,reset:o})}}return t}},uc={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,e){return e.filter(oe).map(function(t){return wn.parse(A,t)})}},fc={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return null;var t=e[0];if(t.type===20&&t.value==="none")return null;var r=[],n=e.filter(Va);if(n.length%2!==0)return null;for(var s=0;s<n.length;s+=2){var i=n[s].value,o=n[s+1].value;r.push({open:i,close:o})}return r}},Qn=function(A,e,t){if(!A)return"";var r=A[Math.min(e,A.length-1)];return r?t?r.open:r.close:""},hc={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.length===1&&Dt(e[0],"none")?[]:oA(e).map(function(t){for(var r={color:255,offsetX:N,offsetY:N,blur:N,spread:N,inset:!1},n=0,s=0;s<t.length;s++){var i=t[s];Dt(i,"inset")?r.inset=!0:CA(i)?(n===0?r.offsetX=i:n===1?r.offsetY=i:n===2?r.blur=i:r.spread=i,n++):r.color=UA.parse(A,i)}return r})}},wc={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,e){var t=[0,1,2],r=[];return e.filter(K).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}},Qc={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},Cc={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return oe(e)?e.number:0}},dc=function(){function A(e,t){var r,n;this.animationDuration=d(e,uc,t.animationDuration),this.backgroundClip=d(e,Ga,t.backgroundClip),this.backgroundColor=d(e,Xa,t.backgroundColor),this.backgroundImage=d(e,AB,t.backgroundImage),this.backgroundOrigin=d(e,eB,t.backgroundOrigin),this.backgroundPosition=d(e,tB,t.backgroundPosition),this.backgroundRepeat=d(e,rB,t.backgroundRepeat),this.backgroundSize=d(e,sB,t.backgroundSize),this.borderTopColor=d(e,oB,t.borderTopColor),this.borderRightColor=d(e,aB,t.borderRightColor),this.borderBottomColor=d(e,BB,t.borderBottomColor),this.borderLeftColor=d(e,cB,t.borderLeftColor),this.borderTopLeftRadius=d(e,lB,t.borderTopLeftRadius),this.borderTopRightRadius=d(e,gB,t.borderTopRightRadius),this.borderBottomRightRadius=d(e,uB,t.borderBottomRightRadius),this.borderBottomLeftRadius=d(e,fB,t.borderBottomLeftRadius),this.borderTopStyle=d(e,hB,t.borderTopStyle),this.borderRightStyle=d(e,wB,t.borderRightStyle),this.borderBottomStyle=d(e,QB,t.borderBottomStyle),this.borderLeftStyle=d(e,CB,t.borderLeftStyle),this.borderTopWidth=d(e,dB,t.borderTopWidth),this.borderRightWidth=d(e,UB,t.borderRightWidth),this.borderBottomWidth=d(e,FB,t.borderBottomWidth),this.borderLeftWidth=d(e,pB,t.borderLeftWidth),this.boxShadow=d(e,hc,t.boxShadow),this.color=d(e,mB,t.color),this.direction=d(e,EB,t.direction),this.display=d(e,HB,t.display),this.float=d(e,yB,t.cssFloat),this.fontFamily=d(e,sc,t.fontFamily),this.fontSize=d(e,ic,t.fontSize),this.fontStyle=d(e,Bc,t.fontStyle),this.fontVariant=d(e,ac,t.fontVariant),this.fontWeight=d(e,oc,t.fontWeight),this.letterSpacing=d(e,bB,t.letterSpacing),this.lineBreak=d(e,vB,t.lineBreak),this.lineHeight=d(e,LB,t.lineHeight),this.listStyleImage=d(e,KB,t.listStyleImage),this.listStylePosition=d(e,xB,t.listStylePosition),this.listStyleType=d(e,Mt,t.listStyleType),this.marginTop=d(e,DB,t.marginTop),this.marginRight=d(e,SB,t.marginRight),this.marginBottom=d(e,TB,t.marginBottom),this.marginLeft=d(e,kB,t.marginLeft),this.opacity=d(e,tc,t.opacity);var s=d(e,MB,t.overflow);this.overflowX=s[0],this.overflowY=s[s.length>1?1:0],this.overflowWrap=d(e,_B,t.overflowWrap),this.paddingTop=d(e,OB,t.paddingTop),this.paddingRight=d(e,VB,t.paddingRight),this.paddingBottom=d(e,NB,t.paddingBottom),this.paddingLeft=d(e,RB,t.paddingLeft),this.paintOrder=d(e,wc,t.paintOrder),this.position=d(e,XB,t.position),this.textAlign=d(e,GB,t.textAlign),this.textDecorationColor=d(e,rc,(r=t.textDecorationColor)!==null&&r!==void 0?r:t.color),this.textDecorationLine=d(e,nc,(n=t.textDecorationLine)!==null&&n!==void 0?n:t.textDecoration),this.textShadow=d(e,PB,t.textShadow),this.textTransform=d(e,JB,t.textTransform),this.transform=d(e,WB,t.transform),this.transformOrigin=d(e,qB,t.transformOrigin),this.visibility=d(e,$B,t.visibility),this.webkitTextStrokeColor=d(e,Qc,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=d(e,Cc,t.webkitTextStrokeWidth),this.wordBreak=d(e,Ac,t.wordBreak),this.zIndex=d(e,ec,t.zIndex)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},A.prototype.isTransparent=function(){return FA(this.backgroundColor)},A.prototype.isTransformed=function(){return this.transform!==null},A.prototype.isPositioned=function(){return this.position!==0},A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},A.prototype.isFloating=function(){return this.float!==0},A.prototype.isInlineLevel=function(){return O(this.display,4)||O(this.display,33554432)||O(this.display,268435456)||O(this.display,536870912)||O(this.display,67108864)||O(this.display,134217728)},A}(),Uc=function(){function A(e,t){this.content=d(e,cc,t.content),this.quotes=d(e,fc,t.quotes)}return A}(),Cn=function(){function A(e,t){this.counterIncrement=d(e,lc,t.counterIncrement),this.counterReset=d(e,gc,t.counterReset)}return A}(),d=function(A,e,t){var r=new Gr,n=t!==null&&typeof t<"u"?t.toString():e.initialValue;r.write(n);var s=new Xr(r.read());switch(e.type){case 2:var i=s.parseComponentValue();return e.parse(A,K(i)?i.value:e.initialValue);case 0:return e.parse(A,s.parseComponentValue());case 1:return e.parse(A,s.parseComponentValues());case 4:return s.parseComponentValue();case 3:switch(e.format){case"angle":return Ve.parse(A,s.parseComponentValue());case"color":return UA.parse(A,s.parseComponentValue());case"image":return kt.parse(A,s.parseComponentValue());case"length":var o=s.parseComponentValue();return CA(o)?o:N;case"length-percentage":var B=s.parseComponentValue();return M(B)?B:N;case"time":return wn.parse(A,s.parseComponentValue())}break}},Fc="data-html2canvas-debug",pc=function(A){var e=A.getAttribute(Fc);switch(e){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},_t=function(A,e){var t=pc(A);return t===1||e===t},aA=function(){function A(e,t){if(this.context=e,this.textNodes=[],this.elements=[],this.flags=0,_t(t,3))debugger;this.styles=new dc(e,window.getComputedStyle(t,null)),qt(t)&&(this.styles.animationDuration.some(function(r){return r>0})&&(t.style.animationDuration="0s"),this.styles.transform!==null&&(t.style.transform="none")),this.bounds=Ue(this.context,t),_t(t,4)&&(this.flags|=16)}return A}(),mc="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",dn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",le=typeof Uint8Array>"u"?[]:new Uint8Array(256),je=0;je<dn.length;je++)le[dn.charCodeAt(je)]=je;for(var Ec=function(A){var e=A.length*.75,t=A.length,r,n=0,s,i,o,B;A[A.length-1]==="="&&(e--,A[A.length-2]==="="&&e--);var c=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(e):new Array(e),l=Array.isArray(c)?c:new Uint8Array(c);for(r=0;r<t;r+=4)s=le[A.charCodeAt(r)],i=le[A.charCodeAt(r+1)],o=le[A.charCodeAt(r+2)],B=le[A.charCodeAt(r+3)],l[n++]=s<<2|i>>4,l[n++]=(i&15)<<4|o>>2,l[n++]=(o&3)<<6|B&63;return c},Hc=function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t},Ic=function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t},LA=5,Ot=6+5,Vt=2,yc=Ot-LA,Un=65536>>LA,bc=1<<LA,Nt=bc-1,vc=1024>>LA,Lc=Un+vc,Kc=Lc,xc=32,Dc=Kc+xc,Sc=65536>>Ot,Tc=1<<yc,kc=Tc-1,Fn=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},Mc=function(A,e,t){return A.slice?A.slice(e,t):new Uint32Array(Array.prototype.slice.call(A,e,t))},_c=function(A,e){var t=Ec(A),r=Array.isArray(t)?Ic(t):new Uint32Array(t),n=Array.isArray(t)?Hc(t):new Uint16Array(t),s=24,i=Fn(n,s/2,r[4]/2),o=r[5]===2?Fn(n,(s+r[4])/2):Mc(r,Math.ceil((s+r[4])/4));return new Oc(r[0],r[1],r[2],r[3],i,o)},Oc=function(){function A(e,t,r,n,s,i){this.initialValue=e,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=i}return A.prototype.get=function(e){var t;if(e>=0){if(e<55296||e>56319&&e<=65535)return t=this.index[e>>LA],t=(t<<Vt)+(e&Nt),this.data[t];if(e<=65535)return t=this.index[Un+(e-55296>>LA)],t=(t<<Vt)+(e&Nt),this.data[t];if(e<this.highStart)return t=Dc-Sc+(e>>Ot),t=this.index[t],t+=e>>LA&kc,t=this.index[t],t=(t<<Vt)+(e&Nt),this.data[t];if(e<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A}(),pn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Vc=typeof Uint8Array>"u"?[]:new Uint8Array(256),qe=0;qe<pn.length;qe++)Vc[pn.charCodeAt(qe)]=qe;var Nc=1,Rt=2,Gt=3,mn=4,En=5,Rc=7,Hn=8,Xt=9,Pt=10,In=11,yn=12,bn=13,vn=14,Jt=15,Gc=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);(s&64512)===56320?e.push(((n&1023)<<10)+(s&1023)+65536):(e.push(n),t--)}else e.push(n)}return e},Xc=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var i=A[n];i<=65535?r.push(i):(i-=65536,r.push((i>>10)+55296,i%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},Pc=_c(mc),eA="×",Wt="÷",Jc=function(A){return Pc.get(A)},Wc=function(A,e,t){var r=t-2,n=e[r],s=e[t-1],i=e[t];if(s===Rt&&i===Gt)return eA;if(s===Rt||s===Gt||s===mn||i===Rt||i===Gt||i===mn)return Wt;if(s===Hn&&[Hn,Xt,In,yn].indexOf(i)!==-1||(s===In||s===Xt)&&(i===Xt||i===Pt)||(s===yn||s===Pt)&&i===Pt||i===bn||i===En||i===Rc||s===Nc)return eA;if(s===bn&&i===vn){for(;n===En;)n=e[--r];if(n===vn)return eA}if(s===Jt&&i===Jt){for(var o=0;n===Jt;)o++,n=e[--r];if(o%2===0)return eA}return Wt},Yc=function(A){var e=Gc(A),t=e.length,r=0,n=0,s=e.map(Jc);return{next:function(){if(r>=t)return{done:!0,value:null};for(var i=eA;r<t&&(i=Wc(e,s,++r))===eA;);if(i!==eA||r===t){var o=Xc.apply(null,e.slice(n,r));return n=r,{value:o,done:!1}}return{done:!0,value:null}}}},Zc=function(A){for(var e=Yc(A),t=[],r;!(r=e.next()).done;)r.value&&t.push(r.value.slice());return t},zc=function(A){var e=123;if(A.createRange){var t=A.createRange();if(t.getBoundingClientRect){var r=A.createElement("boundtest");r.style.height=e+"px",r.style.display="block",A.body.appendChild(r),t.selectNode(r);var n=t.getBoundingClientRect(),s=Math.round(n.height);if(A.body.removeChild(r),s===e)return!0}}return!1},jc=function(A){var e=A.createElement("boundtest");e.style.width="50px",e.style.display="block",e.style.fontSize="12px",e.style.letterSpacing="0px",e.style.wordSpacing="0px",A.body.appendChild(e);var t=A.createRange();e.innerHTML=typeof"".repeat=="function"?"👨".repeat(10):"";var r=e.firstChild,n=Fe(r.data).map(function(B){return T(B)}),s=0,i={},o=n.every(function(B,c){t.setStart(r,s),t.setEnd(r,s+B.length);var l=t.getBoundingClientRect();s+=B.length;var g=l.x>i.x||l.y>i.y;return i=l,c===0?!0:g});return A.body.removeChild(e),o},qc=function(){return typeof new Image().crossOrigin<"u"},$c=function(){return typeof new XMLHttpRequest().responseType=="string"},Al=function(A){var e=new Image,t=A.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;e.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(e,0,0),t.toDataURL()}catch{return!1}return!0},Ln=function(A){return A[0]===0&&A[1]===255&&A[2]===0&&A[3]===255},el=function(A){var e=A.createElement("canvas"),t=100;e.width=t,e.height=t;var r=e.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,t,t);var n=new Image,s=e.toDataURL();n.src=s;var i=Yt(t,t,0,0,n);return r.fillStyle="red",r.fillRect(0,0,t,t),Kn(i).then(function(o){r.drawImage(o,0,0);var B=r.getImageData(0,0,t,t).data;r.fillStyle="red",r.fillRect(0,0,t,t);var c=A.createElement("div");return c.style.backgroundImage="url("+s+")",c.style.height=t+"px",Ln(B)?Kn(Yt(t,t,0,0,c)):Promise.reject(!1)}).then(function(o){return r.drawImage(o,0,0),Ln(r.getImageData(0,0,t,t).data)}).catch(function(){return!1})},Yt=function(A,e,t,r,n){var s="http://www.w3.org/2000/svg",i=document.createElementNS(s,"svg"),o=document.createElementNS(s,"foreignObject");return i.setAttributeNS(null,"width",A.toString()),i.setAttributeNS(null,"height",e.toString()),o.setAttributeNS(null,"width","100%"),o.setAttributeNS(null,"height","100%"),o.setAttributeNS(null,"x",t.toString()),o.setAttributeNS(null,"y",r.toString()),o.setAttributeNS(null,"externalResourcesRequired","true"),i.appendChild(o),o.appendChild(n),i},Kn=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){return e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},R={get SUPPORT_RANGE_BOUNDS(){var A=zc(document);return Object.defineProperty(R,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=R.SUPPORT_RANGE_BOUNDS&&jc(document);return Object.defineProperty(R,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=Al(document);return Object.defineProperty(R,"SUPPORT_SVG_DRAWING",{value:A}),A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A=typeof Array.from=="function"&&typeof window.fetch=="function"?el(document):Promise.resolve(!1);return Object.defineProperty(R,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=qc();return Object.defineProperty(R,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A=$c();return Object.defineProperty(R,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(R,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!!(typeof Intl<"u"&&Intl.Segmenter);return Object.defineProperty(R,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},ge=function(){function A(e,t){this.text=e,this.bounds=t}return A}(),tl=function(A,e,t,r){var n=sl(e,t),s=[],i=0;return n.forEach(function(o){if(t.textDecorationLine.length||o.trim().length>0)if(R.SUPPORT_RANGE_BOUNDS){var B=xn(r,i,o.length).getClientRects();if(B.length>1){var c=Zt(o),l=0;c.forEach(function(u){s.push(new ge(u,cA.fromDOMRectList(A,xn(r,l+i,u.length).getClientRects()))),l+=u.length})}else s.push(new ge(o,cA.fromDOMRectList(A,B)))}else{var g=r.splitText(o.length);s.push(new ge(o,rl(A,r))),r=g}else R.SUPPORT_RANGE_BOUNDS||(r=r.splitText(o.length));i+=o.length}),s},rl=function(A,e){var t=e.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(e.cloneNode(!0));var n=e.parentNode;if(n){n.replaceChild(r,e);var s=Ue(A,r);return r.firstChild&&n.replaceChild(r.firstChild,r),s}}return cA.EMPTY},xn=function(A,e,t){var r=A.ownerDocument;if(!r)throw new Error("Node has no owner document");var n=r.createRange();return n.setStart(A,e),n.setEnd(A,e+t),n},Zt=function(A){if(R.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(e.segment(A)).map(function(t){return t.segment})}return Zc(A)},nl=function(A,e){if(R.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(A)).map(function(r){return r.segment})}return ol(A,e)},sl=function(A,e){return e.letterSpacing!==0?Zt(A):nl(A,e)},il=[32,160,4961,65792,65793,4153,4241],ol=function(A,e){for(var t=So(A,{lineBreak:e.lineBreak,wordBreak:e.overflowWrap==="break-word"?"break-word":e.wordBreak}),r=[],n,s=function(){if(n.value){var i=n.value.slice(),o=Fe(i),B="";o.forEach(function(c){il.indexOf(c)===-1?B+=T(c):(B.length&&r.push(B),r.push(T(c)),B="")}),B.length&&r.push(B)}};!(n=t.next()).done;)s();return r},al=function(){function A(e,t,r){this.text=Bl(t.data,r.textTransform),this.textBounds=tl(e,this.text,r,t)}return A}(),Bl=function(A,e){switch(e){case 1:return A.toLowerCase();case 3:return A.replace(cl,ll);case 2:return A.toUpperCase();default:return A}},cl=/(^|\s|:|-|\(|\))([a-z])/g,ll=function(A,e,t){return A.length>0?e+t.toUpperCase():A},Dn=function(A){nA(e,A);function e(t,r){var n=A.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 e}(aA),Sn=function(A){nA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.canvas=r,n.intrinsicWidth=r.width,n.intrinsicHeight=r.height,n}return e}(aA),Tn=function(A){nA(e,A);function e(t,r){var n=A.call(this,t,r)||this,s=new XMLSerializer,i=Ue(t,r);return r.setAttribute("width",i.width+"px"),r.setAttribute("height",i.height+"px"),n.svg="data:image/svg+xml,"+encodeURIComponent(s.serializeToString(r)),n.intrinsicWidth=r.width.baseVal.value,n.intrinsicHeight=r.height.baseVal.value,n.context.cache.addImage(n.svg),n}return e}(aA),kn=function(A){nA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.value=r.value,n}return e}(aA),zt=function(A){nA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.start=r.start,n.reversed=typeof r.reversed=="boolean"&&r.reversed===!0,n}return e}(aA),gl=[{type:15,flags:0,unit:"px",number:3}],ul=[{type:16,flags:0,number:50}],fl=function(A){return A.width>A.height?new cA(A.left+(A.width-A.height)/2,A.top,A.height,A.height):A.width<A.height?new cA(A.left,A.top+(A.height-A.width)/2,A.width,A.width):A},hl=function(A){var e=A.type===wl?new Array(A.value.length+1).join("•"):A.value;return e.length===0?A.placeholder||"":e},$e="checkbox",At="radio",wl="password",Mn=707406591,jt=function(A){nA(e,A);function e(t,r){var n=A.call(this,t,r)||this;switch(n.type=r.type.toLowerCase(),n.checked=r.checked,n.value=hl(r),(n.type===$e||n.type===At)&&(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=fl(n.bounds)),n.type){case $e:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=gl;break;case At:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=ul;break}return n}return e}(aA),_n=function(A){nA(e,A);function e(t,r){var n=A.call(this,t,r)||this,s=r.options[r.selectedIndex||0];return n.value=s&&s.text||"",n}return e}(aA),On=function(A){nA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.value=r.value,n}return e}(aA),Vn=function(A){nA(e,A);function e(t,r){var n=A.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=Rn(t,r.contentWindow.document.documentElement);var s=r.contentWindow.document.documentElement?Be(t,getComputedStyle(r.contentWindow.document.documentElement).backgroundColor):gA.TRANSPARENT,i=r.contentWindow.document.body?Be(t,getComputedStyle(r.contentWindow.document.body).backgroundColor):gA.TRANSPARENT;n.backgroundColor=FA(s)?FA(i)?n.styles.backgroundColor:i:s}}catch{}return n}return e}(aA),Ql=["OL","UL","MENU"],et=function(A,e,t,r){for(var n=e.firstChild,s=void 0;n;n=s)if(s=n.nextSibling,Gn(n)&&n.data.trim().length>0)t.textNodes.push(new al(A,n,t.styles));else if(RA(n))if(Zn(n)&&n.assignedNodes)n.assignedNodes().forEach(function(o){return et(A,o,t,r)});else{var i=Nn(A,n);i.styles.isVisible()&&(Cl(n,i,r)?i.flags|=4:dl(i.styles)&&(i.flags|=2),Ql.indexOf(n.tagName)!==-1&&(i.flags|=8),t.elements.push(i),n.slot,n.shadowRoot?et(A,n.shadowRoot,i,r):!rt(n)&&!Xn(n)&&!nt(n)&&et(A,n,i,r))}},Nn=function(A,e){return Ar(e)?new Dn(A,e):Pn(e)?new Sn(A,e):Xn(e)?new Tn(A,e):Ul(e)?new kn(A,e):Fl(e)?new zt(A,e):pl(e)?new jt(A,e):nt(e)?new _n(A,e):rt(e)?new On(A,e):Wn(e)?new Vn(A,e):new aA(A,e)},Rn=function(A,e){var t=Nn(A,e);return t.flags|=4,et(A,e,t,t),t},Cl=function(A,e,t){return e.styles.isPositionedWithZIndex()||e.styles.opacity<1||e.styles.isTransformed()||$t(A)&&t.styles.isTransparent()},dl=function(A){return A.isPositioned()||A.isFloating()},Gn=function(A){return A.nodeType===Node.TEXT_NODE},RA=function(A){return A.nodeType===Node.ELEMENT_NODE},qt=function(A){return RA(A)&&typeof A.style<"u"&&!tt(A)},tt=function(A){return typeof A.className=="object"},Ul=function(A){return A.tagName==="LI"},Fl=function(A){return A.tagName==="OL"},pl=function(A){return A.tagName==="INPUT"},ml=function(A){return A.tagName==="HTML"},Xn=function(A){return A.tagName==="svg"},$t=function(A){return A.tagName==="BODY"},Pn=function(A){return A.tagName==="CANVAS"},Jn=function(A){return A.tagName==="VIDEO"},Ar=function(A){return A.tagName==="IMG"},Wn=function(A){return A.tagName==="IFRAME"},Yn=function(A){return A.tagName==="STYLE"},El=function(A){return A.tagName==="SCRIPT"},rt=function(A){return A.tagName==="TEXTAREA"},nt=function(A){return A.tagName==="SELECT"},Zn=function(A){return A.tagName==="SLOT"},zn=function(A){return A.tagName.indexOf("-")>0},Hl=function(){function A(){this.counters={}}return A.prototype.getCounterValue=function(e){var t=this.counters[e];return t&&t.length?t[t.length-1]:1},A.prototype.getCounterValues=function(e){var t=this.counters[e];return t||[]},A.prototype.pop=function(e){var t=this;e.forEach(function(r){return t.counters[r].pop()})},A.prototype.parse=function(e){var t=this,r=e.counterIncrement,n=e.counterReset,s=!0;r!==null&&r.forEach(function(o){var B=t.counters[o.counter];B&&o.increment!==0&&(s=!1,B.length||B.push(1),B[Math.max(0,B.length-1)]+=o.increment)});var i=[];return s&&n.forEach(function(o){var B=t.counters[o.counter];i.push(o.counter),B||(B=t.counters[o.counter]=[]),B.push(o.reset)}),i},A}(),jn={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},qn={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},Il={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:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},yl={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:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},GA=function(A,e,t,r,n,s){return A<e||A>t?fe(A,n,s.length>0):r.integers.reduce(function(i,o,B){for(;A>=o;)A-=o,i+=r.values[B];return i},"")+s},$n=function(A,e,t,r){var n="";do t||A--,n=r(A)+n,A/=e;while(A*e>=e);return n},k=function(A,e,t,r,n){var s=t-e+1;return(A<0?"-":"")+($n(Math.abs(A),s,r,function(i){return T(Math.floor(i%s)+e)})+n)},KA=function(A,e,t){t===void 0&&(t=". ");var r=e.length;return $n(Math.abs(A),r,!1,function(n){return e[Math.floor(n%r)]})+t},XA=1,mA=2,EA=4,ue=8,uA=function(A,e,t,r,n,s){if(A<-9999||A>9999)return fe(A,4,n.length>0);var i=Math.abs(A),o=n;if(i===0)return e[0]+o;for(var B=0;i>0&&B<=4;B++){var c=i%10;c===0&&O(s,XA)&&o!==""?o=e[c]+o:c>1||c===1&&B===0||c===1&&B===1&&O(s,mA)||c===1&&B===1&&O(s,EA)&&A>100||c===1&&B>1&&O(s,ue)?o=e[c]+(B>0?t[B-1]:"")+o:c===1&&B>0&&(o=t[B-1]+o),i=Math.floor(i/10)}return(A<0?r:"")+o},As="十百千萬",es="拾佰仟萬",ts="マイナス",er="마이너스",fe=function(A,e,t){var r=t?". ":"",n=t?"、":"",s=t?", ":"",i=t?" ":"";switch(e){case 0:return"•"+i;case 1:return"◦"+i;case 2:return"◾"+i;case 5:var o=k(A,48,57,!0,r);return o.length<4?"0"+o:o;case 4:return KA(A,"〇一二三四五六七八九",n);case 6:return GA(A,1,3999,jn,3,r).toLowerCase();case 7:return GA(A,1,3999,jn,3,r);case 8:return k(A,945,969,!1,r);case 9:return k(A,97,122,!1,r);case 10:return k(A,65,90,!1,r);case 11:return k(A,1632,1641,!0,r);case 12:case 49:return GA(A,1,9999,qn,3,r);case 35:return GA(A,1,9999,qn,3,r).toLowerCase();case 13:return k(A,2534,2543,!0,r);case 14:case 30:return k(A,6112,6121,!0,r);case 15:return KA(A,"子丑寅卯辰巳午未申酉戌亥",n);case 16:return KA(A,"甲乙丙丁戊己庚辛壬癸",n);case 17:case 48:return uA(A,"零一二三四五六七八九",As,"負",n,mA|EA|ue);case 47:return uA(A,"零壹貳參肆伍陸柒捌玖",es,"負",n,XA|mA|EA|ue);case 42:return uA(A,"零一二三四五六七八九",As,"负",n,mA|EA|ue);case 41:return uA(A,"零壹贰叁肆伍陆柒捌玖",es,"负",n,XA|mA|EA|ue);case 26:return uA(A,"〇一二三四五六七八九","十百千万",ts,n,0);case 25:return uA(A,"零壱弐参四伍六七八九","拾百千万",ts,n,XA|mA|EA);case 31:return uA(A,"영일이삼사오육칠팔구","십백천만",er,s,XA|mA|EA);case 33:return uA(A,"零一二三四五六七八九","十百千萬",er,s,0);case 32:return uA(A,"零壹貳參四五六七八九","拾百千",er,s,XA|mA|EA);case 18:return k(A,2406,2415,!0,r);case 20:return GA(A,1,19999,yl,3,r);case 21:return k(A,2790,2799,!0,r);case 22:return k(A,2662,2671,!0,r);case 22:return GA(A,1,10999,Il,3,r);case 23:return KA(A,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case 24:return KA(A,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case 27:return k(A,3302,3311,!0,r);case 28:return KA(A,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",n);case 29:return KA(A,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",n);case 34:return k(A,3792,3801,!0,r);case 37:return k(A,6160,6169,!0,r);case 38:return k(A,4160,4169,!0,r);case 39:return k(A,2918,2927,!0,r);case 40:return k(A,1776,1785,!0,r);case 43:return k(A,3046,3055,!0,r);case 44:return k(A,3174,3183,!0,r);case 45:return k(A,3664,3673,!0,r);case 46:return k(A,3872,3881,!0,r);case 3:default:return k(A,48,57,!0,r)}},rs="data-html2canvas-ignore",ns=function(){function A(e,t,r){if(this.context=e,this.options=r,this.scrolledElements=[],this.referenceElement=t,this.counters=new Hl,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 A.prototype.toIFrame=function(e,t){var r=this,n=bl(e,t);if(!n.contentWindow)return Promise.reject("Unable to find iframe window");var s=e.defaultView.pageXOffset,i=e.defaultView.pageYOffset,o=n.contentWindow,B=o.document,c=Kl(n).then(function(){return J(r,void 0,void 0,function(){var l,g;return X(this,function(u){switch(u.label){case 0:return this.scrolledElements.forEach(Tl),o&&(o.scrollTo(t.left,t.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(o.scrollY!==t.top||o.scrollX!==t.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(o.scrollX-t.left,o.scrollY-t.top,0,0))),l=this.options.onclone,g=this.clonedReferenceElement,typeof g>"u"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:B.fonts&&B.fonts.ready?[4,B.fonts.ready]:[3,2];case 1:u.sent(),u.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,Ll(B)]:[3,4];case 3:u.sent(),u.label=4;case 4:return typeof l=="function"?[2,Promise.resolve().then(function(){return l(B,g)}).then(function(){return n})]:[2,n]}})})});return B.open(),B.write(Dl(document.doctype)+"<html></html>"),Sl(this.referenceElement.ownerDocument,s,i),B.replaceChild(B.adoptNode(this.documentElement),B.documentElement),B.close(),c},A.prototype.createElementClone=function(e){if(_t(e,2))debugger;if(Pn(e))return this.createCanvasClone(e);if(Jn(e))return this.createVideoClone(e);if(Yn(e))return this.createStyleClone(e);var t=e.cloneNode(!1);return Ar(t)&&(Ar(e)&&e.currentSrc&&e.currentSrc!==e.src&&(t.src=e.currentSrc,t.srcset=""),t.loading==="lazy"&&(t.loading="eager")),zn(t)?this.createCustomElementClone(t):t},A.prototype.createCustomElementClone=function(e){var t=document.createElement("html2canvascustomelement");return tr(e.style,t),t},A.prototype.createStyleClone=function(e){try{var t=e.sheet;if(t&&t.cssRules){var r=[].slice.call(t.cssRules,0).reduce(function(s,i){return i&&typeof i.cssText=="string"?s+i.cssText:s},""),n=e.cloneNode(!1);return n.textContent=r,n}}catch(s){if(this.context.logger.error("Unable to access cssRules property",s),s.name!=="SecurityError")throw s}return e.cloneNode(!1)},A.prototype.createCanvasClone=function(e){var t;if(this.options.inlineImages&&e.ownerDocument){var r=e.ownerDocument.createElement("img");try{return r.src=e.toDataURL(),r}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",e)}}var n=e.cloneNode(!1);try{n.width=e.width,n.height=e.height;var s=e.getContext("2d"),i=n.getContext("2d");if(i)if(!this.options.allowTaint&&s)i.putImageData(s.getImageData(0,0,e.width,e.height),0,0);else{var o=(t=e.getContext("webgl2"))!==null&&t!==void 0?t:e.getContext("webgl");if(o){var B=o.getContextAttributes();(B==null?void 0:B.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",e)}i.drawImage(e,0,0)}return n}catch{this.context.logger.info("Unable to clone canvas as it is tainted",e)}return n},A.prototype.createVideoClone=function(e){var t=e.ownerDocument.createElement("canvas");t.width=e.offsetWidth,t.height=e.offsetHeight;var r=t.getContext("2d");try{return r&&(r.drawImage(e,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",e)}var n=e.ownerDocument.createElement("canvas");return n.width=e.offsetWidth,n.height=e.offsetHeight,n},A.prototype.appendChildNode=function(e,t,r){(!RA(t)||!El(t)&&!t.hasAttribute(rs)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(t)))&&(!this.options.copyStyles||!RA(t)||!Yn(t))&&e.appendChild(this.cloneNode(t,r))},A.prototype.cloneChildNodes=function(e,t,r){for(var n=this,s=e.shadowRoot?e.shadowRoot.firstChild:e.firstChild;s;s=s.nextSibling)if(RA(s)&&Zn(s)&&typeof s.assignedNodes=="function"){var i=s.assignedNodes();i.length&&i.forEach(function(o){return n.appendChildNode(t,o,r)})}else this.appendChildNode(t,s,r)},A.prototype.cloneNode=function(e,t){if(Gn(e))return document.createTextNode(e.data);if(!e.ownerDocument)return e.cloneNode(!1);var r=e.ownerDocument.defaultView;if(r&&RA(e)&&(qt(e)||tt(e))){var n=this.createElementClone(e);n.style.transitionProperty="none";var s=r.getComputedStyle(e),i=r.getComputedStyle(e,":before"),o=r.getComputedStyle(e,":after");this.referenceElement===e&&qt(n)&&(this.clonedReferenceElement=n),$t(n)&&_l(n);var B=this.counters.parse(new Cn(this.context,s)),c=this.resolvePseudoContent(e,n,i,he.BEFORE);zn(e)&&(t=!0),Jn(e)||this.cloneChildNodes(e,n,t),c&&n.insertBefore(c,n.firstChild);var l=this.resolvePseudoContent(e,n,o,he.AFTER);return l&&n.appendChild(l),this.counters.pop(B),(s&&(this.options.copyStyles||tt(e))&&!Wn(e)||t)&&tr(s,n),(e.scrollTop!==0||e.scrollLeft!==0)&&this.scrolledElements.push([n,e.scrollLeft,e.scrollTop]),(rt(e)||nt(e))&&(rt(n)||nt(n))&&(n.value=e.value),n}return e.cloneNode(!1)},A.prototype.resolvePseudoContent=function(e,t,r,n){var s=this;if(r){var i=r.content,o=t.ownerDocument;if(!(!o||!i||i==="none"||i==="-moz-alt-content"||r.display==="none")){this.counters.parse(new Cn(this.context,r));var B=new Uc(this.context,r),c=o.createElement("html2canvaspseudoelement");tr(r,c),B.content.forEach(function(g){if(g.type===0)c.appendChild(o.createTextNode(g.value));else if(g.type===22){var u=o.createElement("img");u.src=g.value,u.style.opacity="1",c.appendChild(u)}else if(g.type===18){if(g.name==="attr"){var f=g.values.filter(K);f.length&&c.appendChild(o.createTextNode(e.getAttribute(f[0].value)||""))}else if(g.name==="counter"){var h=g.values.filter(VA),w=h[0],p=h[1];if(w&&K(w)){var U=s.counters.getCounterValue(w.value),F=p&&K(p)?Mt.parse(s.context,p.value):3;c.appendChild(o.createTextNode(fe(U,F,!1)))}}else if(g.name==="counters"){var I=g.values.filter(VA),w=I[0],H=I[1],p=I[2];if(w&&K(w)){var m=s.counters.getCounterValues(w.value),C=p&&K(p)?Mt.parse(s.context,p.value):3,b=H&&H.type===0?H.value:"",v=m.map(function(Z){return fe(Z,C,!1)}).join(b);c.appendChild(o.createTextNode(v))}}}else if(g.type===20)switch(g.value){case"open-quote":c.appendChild(o.createTextNode(Qn(B.quotes,s.quoteDepth++,!0)));break;case"close-quote":c.appendChild(o.createTextNode(Qn(B.quotes,--s.quoteDepth,!1)));break;default:c.appendChild(o.createTextNode(g.value))}}),c.className=rr+" "+nr;var l=n===he.BEFORE?" "+rr:" "+nr;return tt(t)?t.className.baseValue+=l:t.className+=l,c}}},A.destroy=function(e){return e.parentNode?(e.parentNode.removeChild(e),!0):!1},A}(),he;(function(A){A[A.BEFORE=0]="BEFORE",A[A.AFTER=1]="AFTER"})(he||(he={}));var bl=function(A,e){var t=A.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=e.width.toString(),t.height=e.height.toString(),t.scrolling="no",t.setAttribute(rs,"true"),A.body.appendChild(t),t},vl=function(A){return new Promise(function(e){if(A.complete){e();return}if(!A.src){e();return}A.onload=e,A.onerror=e})},Ll=function(A){return Promise.all([].slice.call(A.images,0).map(vl))},Kl=function(A){return new Promise(function(e,t){var r=A.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=A.onload=function(){r.onload=A.onload=null;var s=setInterval(function(){n.body.childNodes.length>0&&n.readyState==="complete"&&(clearInterval(s),e(A))},50)}})},xl=["all","d","content"],tr=function(A,e){for(var t=A.length-1;t>=0;t--){var r=A.item(t);xl.indexOf(r)===-1&&e.style.setProperty(r,A.getPropertyValue(r))}return e},Dl=function(A){var e="";return A&&(e+="<!DOCTYPE ",A.name&&(e+=A.name),A.internalSubset&&(e+=A.internalSubset),A.publicId&&(e+='"'+A.publicId+'"'),A.systemId&&(e+='"'+A.systemId+'"'),e+=">"),e},Sl=function(A,e,t){A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(e,t)},Tl=function(A){var e=A[0],t=A[1],r=A[2];e.scrollLeft=t,e.scrollTop=r},kl=":before",Ml=":after",rr="___html2canvas___pseudoelement_before",nr="___html2canvas___pseudoelement_after",ss=`{
|
|
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 kA(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 NA(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 mr(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 Qe=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 Qe.fromClientRect(e,A.getBoundingClientRect())},Nc=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 Qe(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},ia="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Vc=typeof Uint8Array>"u"?[]:new Uint8Array(256),Ur=0;Ur<ia.length;Ur++)Vc[ia.charCodeAt(Ur)]=Ur;for(var la="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",St=typeof Uint8Array>"u"?[]:new Uint8Array(256),Er=0;Er<la.length;Er++)St[la.charCodeAt(Er)]=Er;for(var Pc=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},Gc=function(e){for(var A=e.length,t=[],r=0;r<A;r+=2)t.push(e[r+1]<<8|e[r]);return t},kc=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},ke=5,Rn=6+5,Nn=2,Xc=Rn-ke,ca=65536>>ke,Wc=1<<ke,Vn=Wc-1,Yc=1024>>ke,Jc=ca+Yc,jc=Jc,Zc=32,zc=jc+Zc,_c=65536>>Rn,qc=1<<Xc,$c=qc-1,Ba=function(e,A,t){return e.slice?e.slice(A,t):new Uint16Array(Array.prototype.slice.call(e,A,t))},AB=function(e,A,t){return e.slice?e.slice(A,t):new Uint32Array(Array.prototype.slice.call(e,A,t))},eB=function(e,A){var t=Pc(e),r=Array.isArray(t)?kc(t):new Uint32Array(t),n=Array.isArray(t)?Gc(t):new Uint16Array(t),a=24,o=Ba(n,a/2,r[4]/2),s=r[5]===2?Ba(n,(a+r[4])/2):AB(r,Math.ceil((a+r[4])/4));return new tB(r[0],r[1],r[2],r[3],o,s)},tB=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>>ke],t=(t<<Nn)+(A&Vn),this.data[t];if(A<=65535)return t=this.index[ca+(A-55296>>ke)],t=(t<<Nn)+(A&Vn),this.data[t];if(A<this.highStart)return t=zc-_c+(A>>Rn),t=this.index[t],t+=A>>ke&$c,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+/",rB=typeof Uint8Array>"u"?[]:new Uint8Array(256),yr=0;yr<ua.length;yr++)rB[ua.charCodeAt(yr)]=yr;var nB="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==",fa=50,oB=1,ga=2,da=3,aB=4,sB=5,ha=7,wa=8,pa=9,Ie=10,Pn=11,Ca=12,Gn=13,iB=14,xt=15,kn=16,br=17,Lt=18,lB=19,Qa=20,Xn=21,Tt=22,Wn=23,rt=24,_A=25,Dt=26,Kt=27,nt=28,cB=29,Xe=30,BB=31,Ir=32,Hr=33,Yn=34,Jn=35,jn=36,Ot=37,Zn=38,Sr=39,xr=40,zn=41,ma=42,uB=43,fB=[9001,65288],va="!",eA="×",Lr="÷",_n=eB(nB),me=[Xe,jn],qn=[oB,ga,da,sB],Fa=[Ie,wa],Ua=[Kt,Dt],gB=qn.concat(Fa),Ea=[Zn,Sr,xr,Yn,Jn],dB=[xt,Gn],hB=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>fa?(n.push(!0),s-=fa):n.push(!1),["normal","auto","loose"].indexOf(A)!==-1&&[8208,8211,12316,12448].indexOf(a)!==-1)return r.push(o),t.push(kn);if(s===aB||s===Pn){if(o===0)return r.push(o),t.push(Xe);var i=t[o-1];return gB.indexOf(i)===-1?(r.push(r[o-1]),t.push(i)):(r.push(o),t.push(Xe))}if(r.push(o),s===BB)return t.push(A==="strict"?Xn:Ot);if(s===ma||s===cB)return t.push(Xe);if(s===uB)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},ya=function(e,A){for(var t=e;t>=0;){var r=A[t];if(r===Ie)t--;else return r}return 0},wB=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===da)return eA;if(qn.indexOf(i)!==-1)return va;if(qn.indexOf(c)!==-1||Fa.indexOf(c)!==-1)return eA;if(ya(a,A)===wa)return Lr;if(_n.get(e[a])===Pn||(i===Ir||i===Hr)&&_n.get(e[s])===Pn||i===ha||c===ha||i===pa||[Ie,Gn,xt].indexOf(i)===-1&&c===pa||[br,Lt,lB,rt,nt].indexOf(c)!==-1||ya(a,A)===Tt||$n(Wn,Tt,a,A)||$n([br,Lt],Xn,a,A)||$n(Ca,Ca,a,A))return eA;if(i===Ie)return Lr;if(i===Wn||c===Wn)return eA;if(c===kn||i===kn)return Lr;if([Gn,xt,Xn].indexOf(c)!==-1||i===iB||l===jn&&dB.indexOf(i)!==-1||i===nt&&c===jn||c===Qa||me.indexOf(c)!==-1&&i===_A||me.indexOf(i)!==-1&&c===_A||i===Kt&&[Ot,Ir,Hr].indexOf(c)!==-1||[Ot,Ir,Hr].indexOf(i)!==-1&&c===Dt||me.indexOf(i)!==-1&&Ua.indexOf(c)!==-1||Ua.indexOf(i)!==-1&&me.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||Ea.indexOf(i)!==-1&&[Qa,Dt].indexOf(c)!==-1||Ea.indexOf(c)!==-1&&i===Kt||me.indexOf(i)!==-1&&me.indexOf(c)!==-1||i===rt&&me.indexOf(c)!==-1||me.concat(_A).indexOf(i)!==-1&&c===Tt&&fB.indexOf(e[s])===-1||me.concat(_A).indexOf(c)!==-1&&i===Lt)return eA;if(i===zn&&c===zn){for(var g=t[a],d=1;g>0&&(g--,A[g]===zn);)d++;if(d%2!==0)return eA}return i===Ir&&c===Hr?eA:Lr},pB=function(e,A){A||(A={lineBreak:"normal",wordBreak:"normal"});var t=hB(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,ma].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]},CB=function(){function e(A,t,r,n){this.codePoints=A,this.required=t===va,this.start=r,this.end=n}return e.prototype.slice=function(){return EA.apply(void 0,this.codePoints.slice(this.start,this.end))},e}(),QB=function(e,A){var t=Fr(e),r=pB(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=wB(t,a,n,++l,o))===eA;);if(c!==eA||l===s){var B=new CB(t,c,i,l);return i=l,{value:B,done:!1}}return{done:!0,value:null}}}},mB=1,vB=2,Mt=4,ba=8,Tr=10,Ia=47,Rt=92,FB=9,UB=32,Dr=34,Nt=61,EB=35,yB=36,bB=37,Kr=39,Or=40,Vt=41,IB=95,JA=45,HB=33,SB=60,xB=62,LB=64,TB=91,DB=93,KB=61,OB=123,Mr=63,MB=125,Ha=124,RB=126,NB=128,Sa=65533,Ao=42,We=43,VB=44,PB=58,GB=59,Pt=46,kB=0,XB=8,WB=11,YB=14,JB=31,jB=127,fe=-1,xa=48,La=97,Ta=101,ZB=102,zB=117,_B=122,Da=65,Ka=69,Oa=70,qB=85,$B=90,VA=function(e){return e>=xa&&e<=57},Au=function(e){return e>=55296&&e<=57343},ot=function(e){return VA(e)||e>=Da&&e<=Oa||e>=La&&e<=ZB},eu=function(e){return e>=La&&e<=_B},tu=function(e){return e>=Da&&e<=$B},ru=function(e){return eu(e)||tu(e)},nu=function(e){return e>=NB},Rr=function(e){return e===Tr||e===FB||e===UB},Nr=function(e){return ru(e)||nu(e)||e===IB},Ma=function(e){return Nr(e)||VA(e)||e===JA},ou=function(e){return e>=kB&&e<=XB||e===WB||e>=YB&&e<=JB||e===jB},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?VA(A)?!0:A===Pt&&VA(t):VA(e===Pt?A:e)},au=function(e){var A=0,t=1;(e[A]===We||e[A]===JA)&&(e[A]===JA&&(t=-1),A++);for(var r=[];VA(e[A]);)r.push(e[A++]);var n=r.length?parseInt(EA.apply(void 0,r),10):0;e[A]===Pt&&A++;for(var a=[];VA(e[A]);)a.push(e[A++]);var o=a.length,s=o?parseInt(EA.apply(void 0,a),10):0;(e[A]===Ka||e[A]===Ta)&&A++;var i=1;(e[A]===We||e[A]===JA)&&(e[A]===JA&&(i=-1),A++);for(var l=[];VA(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)},su={type:2},iu={type:3},lu={type:4},cu={type:13},Bu={type:8},uu={type:21},fu={type:9},gu={type:10},du={type:11},hu={type:12},wu={type:14},Pr={type:23},pu={type:1},Cu={type:25},Qu={type:24},mu={type:26},vu={type:27},Fu={type:28},Uu={type:29},Eu={type:31},to={type:32},Ra=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 EB:var t=this.peekCodePoint(0),r=this.peekCodePoint(1),n=this.peekCodePoint(2);if(Ma(t)||He(r,n)){var a=Vr(t,r,n)?vB:mB,o=this.consumeName();return{type:5,value:o,flags:a}}break;case yB:if(this.peekCodePoint(0)===Nt)return this.consumeCodePoint(),cu;break;case Kr:return this.consumeStringToken(Kr);case Or:return su;case Vt:return iu;case Ao:if(this.peekCodePoint(0)===Nt)return this.consumeCodePoint(),wu;break;case We:if(eo(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case VB:return lu;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===xB)return this.consumeCodePoint(),this.consumeCodePoint(),Qu;break;case Pt:if(eo(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case Ia:if(this.peekCodePoint(0)===Ao)for(this.consumeCodePoint();;){var c=this.consumeCodePoint();if(c===Ao&&(c=this.consumeCodePoint(),c===Ia))return this.consumeToken();if(c===fe)return this.consumeToken()}break;case PB:return mu;case GB:return vu;case SB:if(this.peekCodePoint(0)===HB&&this.peekCodePoint(1)===JA&&this.peekCodePoint(2)===JA)return this.consumeCodePoint(),this.consumeCodePoint(),Cu;break;case LB:var B=this.peekCodePoint(0),u=this.peekCodePoint(1),g=this.peekCodePoint(2);if(Vr(B,u,g)){var o=this.consumeName();return{type:7,value:o}}break;case TB:return Fu;case Rt:if(He(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case DB:return Uu;case KB:if(this.peekCodePoint(0)===Nt)return this.consumeCodePoint(),Bu;break;case OB:return du;case MB:return hu;case zB:case qB:var d=this.peekCodePoint(0),h=this.peekCodePoint(1);return d===We&&(ot(h)||h===Mr)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case Ha:if(this.peekCodePoint(0)===Nt)return this.consumeCodePoint(),fu;if(this.peekCodePoint(0)===Ha)return this.consumeCodePoint(),uu;break;case RB:if(this.peekCodePoint(0)===Nt)return this.consumeCodePoint(),gu;break;case fe:return to}return Rr(A)?(this.consumeWhiteSpace(),Eu):VA(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?xa:i})),16),a=parseInt(EA.apply(void 0,A.map(function(i){return i===Mr?Oa: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)===fe)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)===fe||this.peekCodePoint(0)===Vt)?(this.consumeCodePoint(),{type:22,value:r.value}):(this.consumeBadUrlRemnants(),Pr)}for(;;){var n=this.consumeCodePoint();if(n===fe||n===Vt)return{type:22,value:EA.apply(void 0,A)};if(Rr(n))return this.consumeWhiteSpace(),this.peekCodePoint(0)===fe||this.peekCodePoint(0)===Vt?(this.consumeCodePoint(),{type:22,value:EA.apply(void 0,A)}):(this.consumeBadUrlRemnants(),Pr);if(n===Dr||n===Kr||n===Or||ou(n))return this.consumeBadUrlRemnants(),Pr;if(n===Rt)if(He(n,this.peekCodePoint(0)))A.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),Pr;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===fe)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===fe||n===void 0||n===A)return t+=this.consumeStringSlice(r),{type:0,value:t};if(n===Tr)return this._value.splice(0,r),pu;if(n===Rt){var a=this._value[r+1];a!==fe&&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());VA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0);var n=this.peekCodePoint(1);if(r===Pt&&VA(n))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=ba;VA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0),n=this.peekCodePoint(1);var a=this.peekCodePoint(2);if((r===Ka||r===Ta)&&((n===We||n===JA)&&VA(a)||VA(n)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=ba;VA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[au(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===bB?(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||Au(r)||r>1114111?Sa:r}return A===fe?Sa:A},e.prototype.consumeName=function(){for(var A="";;){var t=this.consumeCodePoint();if(Ma(t))A+=EA(t);else if(He(t,this.peekCodePoint(0)))A+=EA(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(t),A}},e}(),Na=function(){function e(A){this._tokens=A}return e.create=function(A){var t=new Ra;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||bu(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}(),Gt=function(e){return e.type===15},at=function(e){return e.type===17},fA=function(e){return e.type===20},yu=function(e){return e.type===0},ro=function(e,A){return fA(e)&&e.value===A},Va=function(e){return e.type!==31},st=function(e){return e.type!==31&&e.type!==4},ge=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},bu=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]]},TA={type:17,number:0,flags:Mt},no={type:16,number:50,flags:Mt},xe={type:16,number:100,flags:Mt},kt=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(Gt(e))switch(e.unit){case"rem":case"em":return 16*e.number;case"px":default:return e.number}return e.number},Ga="deg",ka="grad",Xa="rad",Wa="turn",Gr={name:"angle",parse:function(e,A){if(A.type===15)switch(A.unit){case Ga:return Math.PI*A.number/180;case ka:return Math.PI/200*A.number;case Xa:return A.number;case Wa:return Math.PI*2*A.number}throw new Error("Unsupported angle type")}},Ya=function(e){return e.type===15&&(e.unit===Ga||e.unit===ka||e.unit===Xa||e.unit===Wa)},Ja=function(e){var A=e.filter(fA).map(function(t){return t.value}).join(" ");switch(A){case"to bottom right":case"to right bottom":case"left top":case"top left":return[TA,TA];case"to top":case"bottom":return ee(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[TA,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,TA];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=Iu[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},ja=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(ja),n=r[0],a=r[1],o=r[2];return De(n,a,o,1)}if(t.length===4){var s=t.map(ja),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 za=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):Gr.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)?dA(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,g=oo(u,B,s+1/3),d=oo(u,B,s),h=oo(u,B,s-1/3);return De(g*255,d*255,h*255,c)},Iu={hsl:za,hsla:za,rgb:Za,rgba:Za},Xt=function(e,A){return Le.parse(e,Na.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},Hu={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(t){if(fA(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Su={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},kr=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}},_a=function(e,A){var t=e[0],r=e[e.length-1];t.stop===null&&(t.stop=TA),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=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],g=(c-u)/(B+1),d=1;d<=B;d++)n[l+d-1]=g*d;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)}})},xu=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)},Lu=function(e,A,t){var r=typeof e=="number"?e:xu(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)},qa=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},Tu=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=qa(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=qa(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=dA(e.size[0],r),o=e.size.length===2?dA(e.size[1],n):a),[a,o]},Du=function(e,A){var t=ee(180),r=[];return ge(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(Ya(o)){t=Gr.parse(e,o);return}}var s=kr(e,n);r.push(s)}),{angle:t,stops:r,type:1}},Xr=function(e,A){var t=ee(180),r=[];return ge(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(Ya(o)){t=(Gr.parse(e,o)+ee(270))%ee(360);return}}var s=kr(e,n);r.push(s)}),{angle:t,stops:r,type:1}},Ku=function(e,A){var t=ee(180),r=[],n=1,a=0,o=3,s=[];return ge(A).forEach(function(i,l){var c=i[0];if(l===0){if(fA(c)&&c.value==="linear"){n=1;return}else if(fA(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:TA,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]),g=u[0];at(g)&&r.push({stop:{type:16,number:g.number*100,flags:g.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}},$a="closest-side",As="farthest-side",es="closest-corner",ts="farthest-corner",rs="circle",ns="ellipse",os="cover",as="contain",Ou=function(e,A){var t=0,r=3,n=[],a=[];return ge(A).forEach(function(o,s){var i=!0;if(s===0){var l=!1;i=o.reduce(function(B,u){if(l)if(fA(u))switch(u.value){case"center":return a.push(no),B;case"top":case"left":return a.push(TA),B;case"right":case"bottom":return a.push(xe),B}else(HA(u)||Se(u))&&a.push(u);else if(fA(u))switch(u.value){case rs:return t=0,!1;case ns:return t=1,!1;case"at":return l=!0,!1;case $a:return r=0,!1;case os:case As:return r=1,!1;case as:case es:return r=2,!1;case ts: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=kr(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 ge(A).forEach(function(o,s){var i=!0;if(s===0?i=o.reduce(function(c,B){if(fA(B))switch(B.value){case"center":return a.push(no),!1;case"top":case"left":return a.push(TA),!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(fA(B))switch(B.value){case rs:return t=0,!1;case ns:return t=1,!1;case as:case $a:return r=0,!1;case As:return r=1,!1;case es:return r=2,!1;case os:case ts: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=kr(e,o);n.push(l)}}),{size:r,shape:t,stops:n,position:a,type:2}},Mu=function(e){return e.type===1},Ru=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=ss[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 Nu(e){return!(e.type===20&&e.value==="none")&&(e.type!==18||!!ss[e.name])}var ss={"linear-gradient":Du,"-moz-linear-gradient":Xr,"-ms-linear-gradient":Xr,"-o-linear-gradient":Xr,"-webkit-linear-gradient":Xr,"radial-gradient":Ou,"-moz-radial-gradient":Wr,"-ms-radial-gradient":Wr,"-o-radial-gradient":Wr,"-webkit-radial-gradient":Wr,"-webkit-gradient":Ku},Vu={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)&&Nu(r)}).map(function(r){return ao.parse(e,r)})}},Pu={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(t){if(fA(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Gu={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(e,A){return ge(A).map(function(t){return t.filter(HA)}).map(Pa)}},ku={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(e,A){return ge(A).map(function(t){return t.filter(fA).map(function(r){return r.value}).join(" ")}).map(Xu)}},Xu=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 Wu={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(e,A){return ge(A).map(function(t){return t.filter(Yu)})}},Yu=function(e){return fA(e)||HA(e)},Yr=function(e){return{name:"border-"+e+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},Ju=Yr("top"),ju=Yr("right"),Zu=Yr("bottom"),zu=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))}}},_u=Jr("top-left"),qu=Jr("top-right"),$u=Jr("bottom-right"),Af=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}}},ef=jr("top"),tf=jr("right"),rf=jr("bottom"),nf=jr("left"),Zr=function(e){return{name:"border-"+e+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,t){return Gt(t)?t.number:0}}},of=Zr("top"),af=Zr("right"),sf=Zr("bottom"),lf=Zr("left"),cf={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Bf={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(e,A){switch(A){case"rtl":return 1;case"ltr":default:return 0}}},uf={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(e,A){return A.filter(fA).reduce(function(t,r){return t|ff(r.value)},0)}},ff=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},gf={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}},df={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 hf={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}}},wf={name:"line-height",initialValue:"normal",prefix:!1,type:4},is=function(e,A){return fA(e)&&e.value==="normal"?1.2*A:e.type===17?A*e.number:HA(e)?dA(e,A):A},pf={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)}},Cf={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}},Qf=_r("top"),mf=_r("right"),vf=_r("bottom"),Ff=_r("left"),Uf={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(e,A){return A.filter(fA).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}})}},Ef={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"}},yf=qr("top"),bf=qr("right"),If=qr("bottom"),Hf=qr("left"),Sf={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}}},xf={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}},Lf={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&ro(A[0],"none")?[]:ge(A).map(function(t){for(var r={color:ve.TRANSPARENT,offsetX:TA,offsetY:TA,blur:TA},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})}},Tf={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}},Df={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=Mf[A.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported transform function "'+A.name+'"');return t(A.values)}return null}},Kf=function(e){var A=e.filter(function(t){return t.type===17}).map(function(t){return t.number});return A.length===6?A:null},Of=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},Mf={matrix:Kf,matrix3d:Of},ls={type:16,number:50,flags:Mt},Rf=[ls,ls],Nf={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(e,A){var t=A.filter(HA);return t.length!==2?Rf:[t[0],t[1]]}},Vf={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 Pf={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}}},Gf={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")}},cs={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")}},kf={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(e,A){return at(A)?A.number:1}},Xf={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Wf={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(e,A){return A.filter(fA).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})}},Yf={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+"'"})}},Jf={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},jf={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(e,A){if(at(A))return A.number;if(fA(A))switch(A.value){case"bold":return 700;case"normal":default:return 400}return 400}},Zf={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.filter(fA).map(function(t){return t.value})}},zf={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},_f={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}},qf={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(Va),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}},$f={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return[];for(var t=[],r=A.filter(Va),n=0;n<r.length;n++){var a=r[n],o=r[n+1];if(fA(a)&&a.value!=="none"){var s=o&&at(o)?o.number:0;t.push({counter:a.value,reset:s})}}return t}},Ag={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(e,A){return A.filter(Gt).map(function(t){return cs.parse(e,t)})}},eg={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(yu);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}},Bs=function(e,A,t){if(!e)return"";var r=e[Math.min(A,e.length-1)];return r?t?r.open:r.close:""},tg={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&ro(A[0],"none")?[]:ge(A).map(function(t){for(var r={color:255,offsetX:TA,offsetY:TA,blur:TA,spread:TA,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})}},rg={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(e,A){var t=[0,1,2],r=[];return A.filter(fA).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}},ng={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},og={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(e,A){return Gt(A)?A.number:0}},ag=function(){function e(A,t){var r,n;this.animationDuration=R(A,Ag,t.animationDuration),this.backgroundClip=R(A,Hu,t.backgroundClip),this.backgroundColor=R(A,Su,t.backgroundColor),this.backgroundImage=R(A,Vu,t.backgroundImage),this.backgroundOrigin=R(A,Pu,t.backgroundOrigin),this.backgroundPosition=R(A,Gu,t.backgroundPosition),this.backgroundRepeat=R(A,ku,t.backgroundRepeat),this.backgroundSize=R(A,Wu,t.backgroundSize),this.borderTopColor=R(A,Ju,t.borderTopColor),this.borderRightColor=R(A,ju,t.borderRightColor),this.borderBottomColor=R(A,Zu,t.borderBottomColor),this.borderLeftColor=R(A,zu,t.borderLeftColor),this.borderTopLeftRadius=R(A,_u,t.borderTopLeftRadius),this.borderTopRightRadius=R(A,qu,t.borderTopRightRadius),this.borderBottomRightRadius=R(A,$u,t.borderBottomRightRadius),this.borderBottomLeftRadius=R(A,Af,t.borderBottomLeftRadius),this.borderTopStyle=R(A,ef,t.borderTopStyle),this.borderRightStyle=R(A,tf,t.borderRightStyle),this.borderBottomStyle=R(A,rf,t.borderBottomStyle),this.borderLeftStyle=R(A,nf,t.borderLeftStyle),this.borderTopWidth=R(A,of,t.borderTopWidth),this.borderRightWidth=R(A,af,t.borderRightWidth),this.borderBottomWidth=R(A,sf,t.borderBottomWidth),this.borderLeftWidth=R(A,lf,t.borderLeftWidth),this.boxShadow=R(A,tg,t.boxShadow),this.color=R(A,cf,t.color),this.direction=R(A,Bf,t.direction),this.display=R(A,uf,t.display),this.float=R(A,gf,t.cssFloat),this.fontFamily=R(A,Yf,t.fontFamily),this.fontSize=R(A,Jf,t.fontSize),this.fontStyle=R(A,zf,t.fontStyle),this.fontVariant=R(A,Zf,t.fontVariant),this.fontWeight=R(A,jf,t.fontWeight),this.letterSpacing=R(A,df,t.letterSpacing),this.lineBreak=R(A,hf,t.lineBreak),this.lineHeight=R(A,wf,t.lineHeight),this.listStyleImage=R(A,pf,t.listStyleImage),this.listStylePosition=R(A,Cf,t.listStylePosition),this.listStyleType=R(A,so,t.listStyleType),this.marginTop=R(A,Qf,t.marginTop),this.marginRight=R(A,mf,t.marginRight),this.marginBottom=R(A,vf,t.marginBottom),this.marginLeft=R(A,Ff,t.marginLeft),this.opacity=R(A,kf,t.opacity);var a=R(A,Uf,t.overflow);this.overflowX=a[0],this.overflowY=a[a.length>1?1:0],this.overflowWrap=R(A,Ef,t.overflowWrap),this.paddingTop=R(A,yf,t.paddingTop),this.paddingRight=R(A,bf,t.paddingRight),this.paddingBottom=R(A,If,t.paddingBottom),this.paddingLeft=R(A,Hf,t.paddingLeft),this.paintOrder=R(A,rg,t.paintOrder),this.position=R(A,xf,t.position),this.textAlign=R(A,Sf,t.textAlign),this.textDecorationColor=R(A,Xf,(r=t.textDecorationColor)!==null&&r!==void 0?r:t.color),this.textDecorationLine=R(A,Wf,(n=t.textDecorationLine)!==null&&n!==void 0?n:t.textDecoration),this.textShadow=R(A,Lf,t.textShadow),this.textTransform=R(A,Tf,t.textTransform),this.transform=R(A,Df,t.transform),this.transformOrigin=R(A,Nf,t.transformOrigin),this.visibility=R(A,Vf,t.visibility),this.webkitTextStrokeColor=R(A,ng,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=R(A,og,t.webkitTextStrokeWidth),this.wordBreak=R(A,Pf,t.wordBreak),this.zIndex=R(A,Gf,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}(),sg=function(){function e(A,t){this.content=R(A,_f,t.content),this.quotes=R(A,eg,t.quotes)}return e}(),us=function(){function e(A,t){this.counterIncrement=R(A,qf,t.counterIncrement),this.counterReset=R(A,$f,t.counterReset)}return e}(),R=function(e,A,t){var r=new Ra,n=t!==null&&typeof t<"u"?t.toString():A.initialValue;r.write(n);var a=new Na(r.read());switch(A.type){case 2:var o=a.parseComponentValue();return A.parse(e,fA(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 Gr.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:TA;case"length-percentage":var i=a.parseComponentValue();return HA(i)?i:TA;case"time":return cs.parse(e,a.parseComponentValue())}break}},ig="data-html2canvas-debug",lg=function(e){var A=e.getAttribute(ig);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=lg(e);return t===1||A===t},de=function(){function e(A,t){if(this.context=A,this.textNodes=[],this.elements=[],this.flags=0,io(t,3))debugger;this.styles=new ag(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}(),cg="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",fs="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Yt=typeof Uint8Array>"u"?[]:new Uint8Array(256),$r=0;$r<fs.length;$r++)Yt[fs.charCodeAt($r)]=$r;for(var Bg=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},ug=function(e){for(var A=e.length,t=[],r=0;r<A;r+=2)t.push(e[r+1]<<8|e[r]);return t},fg=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,gg=lo-Ye,gs=65536>>Ye,dg=1<<Ye,Bo=dg-1,hg=1024>>Ye,wg=gs+hg,pg=wg,Cg=32,Qg=pg+Cg,mg=65536>>lo,vg=1<<gg,Fg=vg-1,ds=function(e,A,t){return e.slice?e.slice(A,t):new Uint16Array(Array.prototype.slice.call(e,A,t))},Ug=function(e,A,t){return e.slice?e.slice(A,t):new Uint32Array(Array.prototype.slice.call(e,A,t))},Eg=function(e,A){var t=Bg(e),r=Array.isArray(t)?fg(t):new Uint32Array(t),n=Array.isArray(t)?ug(t):new Uint16Array(t),a=24,o=ds(n,a/2,r[4]/2),s=r[5]===2?ds(n,(a+r[4])/2):Ug(r,Math.ceil((a+r[4])/4));return new yg(r[0],r[1],r[2],r[3],o,s)},yg=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=Qg-mg+(A>>lo),t=this.index[t],t+=A>>Ye&Fg,t=this.index[t],t=(t<<co)+(A&Bo),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e}(),hs="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bg=typeof Uint8Array>"u"?[]:new Uint8Array(256),An=0;An<hs.length;An++)bg[hs.charCodeAt(An)]=An;var Ig=1,uo=2,fo=3,ws=4,ps=5,Hg=7,Cs=8,go=9,ho=10,Qs=11,ms=12,vs=13,Fs=14,wo=15,Sg=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},xg=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},Lg=Eg(cg),te="×",po="÷",Tg=function(e){return Lg.get(e)},Dg=function(e,A,t){var r=t-2,n=A[r],a=A[t-1],o=A[t];if(a===uo&&o===fo)return te;if(a===uo||a===fo||a===ws||o===uo||o===fo||o===ws)return po;if(a===Cs&&[Cs,go,Qs,ms].indexOf(o)!==-1||(a===Qs||a===go)&&(o===go||o===ho)||(a===ms||a===ho)&&o===ho||o===vs||o===ps||o===Hg||a===Ig)return te;if(a===vs&&o===Fs){for(;n===ps;)n=A[--r];if(n===Fs)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},Kg=function(e){var A=Sg(e),t=A.length,r=0,n=0,a=A.map(Tg);return{next:function(){if(r>=t)return{done:!0,value:null};for(var o=te;r<t&&(o=Dg(A,a,++r))===te;);if(o!==te||r===t){var s=xg.apply(null,A.slice(n,r));return n=r,{value:s,done:!1}}return{done:!0,value:null}}}},Og=function(e){for(var A=Kg(e),t=[],r;!(r=A.next()).done;)r.value&&t.push(r.value.slice());return t},Mg=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},Rg=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"?"👨".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},Ng=function(){return typeof new Image().crossOrigin<"u"},Vg=function(){return typeof new XMLHttpRequest().responseType=="string"},Pg=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},Us=function(e){return e[0]===0&&e[1]===255&&e[2]===0&&e[3]===255},Gg=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),Es(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",Us(i)?Es(Co(t,t,0,0,l)):Promise.reject(!1)}).then(function(s){return r.drawImage(s,0,0),Us(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},Es=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))})},DA={get SUPPORT_RANGE_BOUNDS(){var e=Mg(document);return Object.defineProperty(DA,"SUPPORT_RANGE_BOUNDS",{value:e}),e},get SUPPORT_WORD_BREAKING(){var e=DA.SUPPORT_RANGE_BOUNDS&&Rg(document);return Object.defineProperty(DA,"SUPPORT_WORD_BREAKING",{value:e}),e},get SUPPORT_SVG_DRAWING(){var e=Pg(document);return Object.defineProperty(DA,"SUPPORT_SVG_DRAWING",{value:e}),e},get SUPPORT_FOREIGNOBJECT_DRAWING(){var e=typeof Array.from=="function"&&typeof window.fetch=="function"?Gg(document):Promise.resolve(!1);return Object.defineProperty(DA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:e}),e},get SUPPORT_CORS_IMAGES(){var e=Ng();return Object.defineProperty(DA,"SUPPORT_CORS_IMAGES",{value:e}),e},get SUPPORT_RESPONSE_TYPE(){var e=Vg();return Object.defineProperty(DA,"SUPPORT_RESPONSE_TYPE",{value:e}),e},get SUPPORT_CORS_XHR(){var e="withCredentials"in new XMLHttpRequest;return Object.defineProperty(DA,"SUPPORT_CORS_XHR",{value:e}),e},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var e=!!(typeof Intl<"u"&&Intl.Segmenter);return Object.defineProperty(DA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:e}),e}},Jt=function(){function e(A,t){this.text=A,this.bounds=t}return e}(),kg=function(e,A,t,r){var n=Yg(A,t),a=[],o=0;return n.forEach(function(s){if(t.textDecorationLine.length||s.trim().length>0)if(DA.SUPPORT_RANGE_BOUNDS){var i=ys(r,o,s.length).getClientRects();if(i.length>1){var l=Qo(s),c=0;l.forEach(function(u){a.push(new Jt(u,Qe.fromDOMRectList(e,ys(r,c+o,u.length).getClientRects()))),c+=u.length})}else a.push(new Jt(s,Qe.fromDOMRectList(e,i)))}else{var B=r.splitText(s.length);a.push(new Jt(s,Xg(e,r))),r=B}else DA.SUPPORT_RANGE_BOUNDS||(r=r.splitText(s.length));o+=s.length}),a},Xg=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 Qe.EMPTY},ys=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},Qo=function(e){if(DA.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 Og(e)},Wg=function(e,A){if(DA.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 jg(e,A)},Yg=function(e,A){return A.letterSpacing!==0?Qo(e):Wg(e,A)},Jg=[32,160,4961,65792,65793,4153,4241],jg=function(e,A){for(var t=QB(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){Jg.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},Zg=function(){function e(A,t,r){this.text=zg(t.data,r.textTransform),this.textBounds=kg(A,this.text,r,t)}return e}(),zg=function(e,A){switch(A){case 1:return e.toLowerCase();case 3:return e.replace(_g,qg);case 2:return e.toUpperCase();default:return e}},_g=/(^|\s|:|-|\(|\))([a-z])/g,qg=function(e,A,t){return e.length>0?A+t.toUpperCase():e},bs=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}(de),Is=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}(de),Hs=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}(de),Ss=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}(de),mo=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}(de),$g=[{type:15,flags:0,unit:"px",number:3}],Ad=[{type:16,flags:0,number:50}],ed=function(e){return e.width>e.height?new Qe(e.left+(e.width-e.height)/2,e.top,e.height,e.height):e.width<e.height?new Qe(e.left,e.top+(e.height-e.width)/2,e.width,e.width):e},td=function(e){var A=e.type===rd?new Array(e.value.length+1).join("•"):e.value;return A.length===0?e.placeholder||"":A},en="checkbox",tn="radio",rd="password",xs=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=td(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=ed(n.bounds)),n.type){case en:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=$g;break;case tn:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=Ad;break}return n}return A}(de),Ls=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}(de),Ts=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}(de),Ds=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=Os(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}(de),nd=["OL","UL","MENU"],rn=function(e,A,t,r){for(var n=A.firstChild,a=void 0;n;n=a)if(a=n.nextSibling,Ms(n)&&n.data.trim().length>0)t.textNodes.push(new Zg(e,n,t.styles));else if(lt(n))if(ks(n)&&n.assignedNodes)n.assignedNodes().forEach(function(s){return rn(e,s,t,r)});else{var o=Ks(e,n);o.styles.isVisible()&&(od(n,o,r)?o.flags|=4:ad(o.styles)&&(o.flags|=2),nd.indexOf(n.tagName)!==-1&&(o.flags|=8),t.elements.push(o),n.slot,n.shadowRoot?rn(e,n.shadowRoot,o,r):!on(n)&&!Rs(n)&&!an(n)&&rn(e,n,o,r))}},Ks=function(e,A){return Eo(A)?new bs(e,A):Ns(A)?new Is(e,A):Rs(A)?new Hs(e,A):sd(A)?new Ss(e,A):id(A)?new mo(e,A):ld(A)?new vo(e,A):an(A)?new Ls(e,A):on(A)?new Ts(e,A):Ps(A)?new Ds(e,A):new de(e,A)},Os=function(e,A){var t=Ks(e,A);return t.flags|=4,rn(e,A,t,t),t},od=function(e,A,t){return A.styles.isPositionedWithZIndex()||A.styles.opacity<1||A.styles.isTransformed()||Uo(e)&&t.styles.isTransparent()},ad=function(e){return e.isPositioned()||e.isFloating()},Ms=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"},sd=function(e){return e.tagName==="LI"},id=function(e){return e.tagName==="OL"},ld=function(e){return e.tagName==="INPUT"},cd=function(e){return e.tagName==="HTML"},Rs=function(e){return e.tagName==="svg"},Uo=function(e){return e.tagName==="BODY"},Ns=function(e){return e.tagName==="CANVAS"},Vs=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"},Bd=function(e){return e.tagName==="SCRIPT"},on=function(e){return e.tagName==="TEXTAREA"},an=function(e){return e.tagName==="SELECT"},ks=function(e){return e.tagName==="SLOT"},Xs=function(e){return e.tagName.indexOf("-")>0},ud=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}(),Ws={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"]},Ys={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:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},fd={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:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},gd={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},js="十百千萬",Zs="拾佰仟萬",zs="マイナス",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,Ws,3,r).toLowerCase();case 7:return ct(e,1,3999,Ws,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,Ys,3,r);case 35:return ct(e,1,9999,Ys,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,"零一二三四五六七八九",js,"負",n,Ke|Oe|jt);case 47:return Fe(e,"零壹貳參肆伍陸柒捌玖",Zs,"負",n,Bt|Ke|Oe|jt);case 42:return Fe(e,"零一二三四五六七八九",js,"负",n,Ke|Oe|jt);case 41:return Fe(e,"零壹贰叁肆伍陆柒捌玖",Zs,"负",n,Bt|Ke|Oe|jt);case 26:return Fe(e,"〇一二三四五六七八九","十百千万",zs,n,0);case 25:return Fe(e,"零壱弐参四伍六七八九","拾百千万",zs,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,gd,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,fd,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)}},_s="data-html2canvas-ignore",qs=function(){function e(A,t,r){if(this.context=A,this.options=r,this.scrolledElements=[],this.referenceElement=t,this.counters=new ud,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=dd(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=pd(n).then(function(){return kA(r,void 0,void 0,function(){var c,B;return NA(this,function(u){switch(u.label){case 0:return this.scrolledElements.forEach(vd),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,wd(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(Qd(document.doctype)+"<html></html>"),md(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(Ns(A))return this.createCanvasClone(A);if(Vs(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")),Xs(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)||!Bd(t)&&!t.hasAttribute(_s)&&(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)&&ks(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(Ms(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var r=A.ownerDocument.defaultView;if(r&<(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)&&Ed(n);var i=this.counters.parse(new us(this.context,a)),l=this.resolvePseudoContent(A,n,o,zt.BEFORE);Xs(A)&&(t=!0),Vs(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 sg(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 g=B.values.filter(fA);g.length&&l.appendChild(s.createTextNode(A.getAttribute(g[0].value)||""))}else if(B.name==="counter"){var d=B.values.filter(st),h=d[0],w=d[1];if(h&&fA(h)){var p=a.counters.getCounterValue(h.value),C=w&&fA(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],m=y[1],w=y[2];if(h&&fA(h)){var E=a.counters.getCounterValues(h.value),Q=w&&fA(w)?so.parse(a.context,w.value):3,H=m&&m.type===0?m.value:"",S=E.map(function(O){return Zt(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(Bs(i.quotes,a.quoteDepth++,!0)));break;case"close-quote":l.appendChild(s.createTextNode(Bs(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 dd=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(_s,"true"),e.body.appendChild(t),t},hd=function(e){return new Promise(function(A){if(e.complete){A();return}if(!e.src){A();return}e.onload=A,e.onerror=A})},wd=function(e){return Promise.all([].slice.call(e.images,0).map(hd))},pd=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)}})},Cd=["all","d","content"],bo=function(e,A){for(var t=e.length-1;t>=0;t--){var r=e.item(t);Cd.indexOf(r)===-1&&A.style.setProperty(r,e.getPropertyValue(r))}return A},Qd=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},md=function(e,A,t){e&&e.defaultView&&(A!==e.defaultView.pageXOffset||t!==e.defaultView.pageYOffset)&&e.defaultView.scrollTo(A,t)},vd=function(e){var A=e[0],t=e[1],r=e[2];A.scrollLeft=t,A.scrollTop=r},Fd=":before",Ud=":after",Io="___html2canvas___pseudoelement_before",Ho="___html2canvas___pseudoelement_after",$s=`{
|
|
19
28
|
content: "" !important;
|
|
20
29
|
display: none !important;
|
|
21
|
-
}`,
|
|
22
|
-
.`+nr+Ml+ss)},Ol=function(A,e){var t=A.ownerDocument;if(t){var r=t.createElement("style");r.textContent=e,A.appendChild(r)}},is=function(){function A(){}return A.getOrigin=function(e){var t=A._link;return t?(t.href=e,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},A.isSameOrigin=function(e){return A.getOrigin(e)===A._origin},A.setContext=function(e){A._link=e.document.createElement("a"),A._origin=A.getOrigin(e.location.href)},A._origin="about:blank",A}(),Vl=function(){function A(e,t){this.context=e,this._options=t,this._cache={}}return A.prototype.addImage=function(e){var t=Promise.resolve();return this.has(e)||(ir(e)||Xl(e))&&(this._cache[e]=this.loadImage(e)).catch(function(){}),t},A.prototype.match=function(e){return this._cache[e]},A.prototype.loadImage=function(e){return J(this,void 0,void 0,function(){var t,r,n,s,i=this;return X(this,function(o){switch(o.label){case 0:return t=is.isSameOrigin(e),r=!sr(e)&&this._options.useCORS===!0&&R.SUPPORT_CORS_IMAGES&&!t,n=!sr(e)&&!t&&!ir(e)&&typeof this._options.proxy=="string"&&R.SUPPORT_CORS_XHR&&!r,!t&&this._options.allowTaint===!1&&!sr(e)&&!ir(e)&&!n&&!r?[2]:(s=e,n?[4,this.proxy(s)]:[3,2]);case 1:s=o.sent(),o.label=2;case 2:return this.context.logger.debug("Added image "+e.substring(0,256)),[4,new Promise(function(B,c){var l=new Image;l.onload=function(){return B(l)},l.onerror=c,(Pl(s)||r)&&(l.crossOrigin="anonymous"),l.src=s,l.complete===!0&&setTimeout(function(){return B(l)},500),i._options.imageTimeout>0&&setTimeout(function(){return c("Timed out ("+i._options.imageTimeout+"ms) loading image")},i._options.imageTimeout)})];case 3:return[2,o.sent()]}})})},A.prototype.has=function(e){return typeof this._cache[e]<"u"},A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},A.prototype.proxy=function(e){var t=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var n=e.substring(0,256);return new Promise(function(s,i){var o=R.SUPPORT_RESPONSE_TYPE?"blob":"text",B=new XMLHttpRequest;B.onload=function(){if(B.status===200)if(o==="text")s(B.response);else{var g=new FileReader;g.addEventListener("load",function(){return s(g.result)},!1),g.addEventListener("error",function(u){return i(u)},!1),g.readAsDataURL(B.response)}else i("Failed to proxy resource "+n+" with status code "+B.status)},B.onerror=i;var c=r.indexOf("?")>-1?"&":"?";if(B.open("GET",""+r+c+"url="+encodeURIComponent(e)+"&responseType="+o),o!=="text"&&B instanceof XMLHttpRequest&&(B.responseType=o),t._options.imageTimeout){var l=t._options.imageTimeout;B.timeout=l,B.ontimeout=function(){return i("Timed out ("+l+"ms) proxying "+n)}}B.send()})},A}(),Nl=/^data:image\/svg\+xml/i,Rl=/^data:image\/.*;base64,/i,Gl=/^data:image\/.*/i,Xl=function(A){return R.SUPPORT_SVG_DRAWING||!Jl(A)},sr=function(A){return Gl.test(A)},Pl=function(A){return Rl.test(A)},ir=function(A){return A.substr(0,4)==="blob"},Jl=function(A){return A.substr(-3).toLowerCase()==="svg"||Nl.test(A)},Q=function(){function A(e,t){this.type=0,this.x=e,this.y=t}return A.prototype.add=function(e,t){return new A(this.x+e,this.y+t)},A}(),PA=function(A,e,t){return new Q(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},st=function(){function A(e,t,r,n){this.type=1,this.start=e,this.startControl=t,this.endControl=r,this.end=n}return A.prototype.subdivide=function(e,t){var r=PA(this.start,this.startControl,e),n=PA(this.startControl,this.endControl,e),s=PA(this.endControl,this.end,e),i=PA(r,n,e),o=PA(n,s,e),B=PA(i,o,e);return t?new A(this.start,r,i,B):new A(B,o,s,this.end)},A.prototype.add=function(e,t){return new A(this.start.add(e,t),this.startControl.add(e,t),this.endControl.add(e,t),this.end.add(e,t))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A}(),tA=function(A){return A.type===1},Wl=function(){function A(e){var t=e.styles,r=e.bounds,n=ae(t.borderTopLeftRadius,r.width,r.height),s=n[0],i=n[1],o=ae(t.borderTopRightRadius,r.width,r.height),B=o[0],c=o[1],l=ae(t.borderBottomRightRadius,r.width,r.height),g=l[0],u=l[1],f=ae(t.borderBottomLeftRadius,r.width,r.height),h=f[0],w=f[1],p=[];p.push((s+B)/r.width),p.push((h+g)/r.width),p.push((i+w)/r.height),p.push((c+u)/r.height);var U=Math.max.apply(Math,p);U>1&&(s/=U,i/=U,B/=U,c/=U,g/=U,u/=U,h/=U,w/=U);var F=r.width-B,I=r.height-u,H=r.width-g,m=r.height-w,C=t.borderTopWidth,b=t.borderRightWidth,v=t.borderBottomWidth,E=t.borderLeftWidth,_=D(t.paddingTop,e.bounds.width),Z=D(t.paddingRight,e.bounds.width),$=D(t.paddingBottom,e.bounds.width),x=D(t.paddingLeft,e.bounds.width);this.topLeftBorderDoubleOuterBox=s>0||i>0?S(r.left+E/3,r.top+C/3,s-E/3,i-C/3,L.TOP_LEFT):new Q(r.left+E/3,r.top+C/3),this.topRightBorderDoubleOuterBox=s>0||i>0?S(r.left+F,r.top+C/3,B-b/3,c-C/3,L.TOP_RIGHT):new Q(r.left+r.width-b/3,r.top+C/3),this.bottomRightBorderDoubleOuterBox=g>0||u>0?S(r.left+H,r.top+I,g-b/3,u-v/3,L.BOTTOM_RIGHT):new Q(r.left+r.width-b/3,r.top+r.height-v/3),this.bottomLeftBorderDoubleOuterBox=h>0||w>0?S(r.left+E/3,r.top+m,h-E/3,w-v/3,L.BOTTOM_LEFT):new Q(r.left+E/3,r.top+r.height-v/3),this.topLeftBorderDoubleInnerBox=s>0||i>0?S(r.left+E*2/3,r.top+C*2/3,s-E*2/3,i-C*2/3,L.TOP_LEFT):new Q(r.left+E*2/3,r.top+C*2/3),this.topRightBorderDoubleInnerBox=s>0||i>0?S(r.left+F,r.top+C*2/3,B-b*2/3,c-C*2/3,L.TOP_RIGHT):new Q(r.left+r.width-b*2/3,r.top+C*2/3),this.bottomRightBorderDoubleInnerBox=g>0||u>0?S(r.left+H,r.top+I,g-b*2/3,u-v*2/3,L.BOTTOM_RIGHT):new Q(r.left+r.width-b*2/3,r.top+r.height-v*2/3),this.bottomLeftBorderDoubleInnerBox=h>0||w>0?S(r.left+E*2/3,r.top+m,h-E*2/3,w-v*2/3,L.BOTTOM_LEFT):new Q(r.left+E*2/3,r.top+r.height-v*2/3),this.topLeftBorderStroke=s>0||i>0?S(r.left+E/2,r.top+C/2,s-E/2,i-C/2,L.TOP_LEFT):new Q(r.left+E/2,r.top+C/2),this.topRightBorderStroke=s>0||i>0?S(r.left+F,r.top+C/2,B-b/2,c-C/2,L.TOP_RIGHT):new Q(r.left+r.width-b/2,r.top+C/2),this.bottomRightBorderStroke=g>0||u>0?S(r.left+H,r.top+I,g-b/2,u-v/2,L.BOTTOM_RIGHT):new Q(r.left+r.width-b/2,r.top+r.height-v/2),this.bottomLeftBorderStroke=h>0||w>0?S(r.left+E/2,r.top+m,h-E/2,w-v/2,L.BOTTOM_LEFT):new Q(r.left+E/2,r.top+r.height-v/2),this.topLeftBorderBox=s>0||i>0?S(r.left,r.top,s,i,L.TOP_LEFT):new Q(r.left,r.top),this.topRightBorderBox=B>0||c>0?S(r.left+F,r.top,B,c,L.TOP_RIGHT):new Q(r.left+r.width,r.top),this.bottomRightBorderBox=g>0||u>0?S(r.left+H,r.top+I,g,u,L.BOTTOM_RIGHT):new Q(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=h>0||w>0?S(r.left,r.top+m,h,w,L.BOTTOM_LEFT):new Q(r.left,r.top+r.height),this.topLeftPaddingBox=s>0||i>0?S(r.left+E,r.top+C,Math.max(0,s-E),Math.max(0,i-C),L.TOP_LEFT):new Q(r.left+E,r.top+C),this.topRightPaddingBox=B>0||c>0?S(r.left+Math.min(F,r.width-b),r.top+C,F>r.width+b?0:Math.max(0,B-b),Math.max(0,c-C),L.TOP_RIGHT):new Q(r.left+r.width-b,r.top+C),this.bottomRightPaddingBox=g>0||u>0?S(r.left+Math.min(H,r.width-E),r.top+Math.min(I,r.height-v),Math.max(0,g-b),Math.max(0,u-v),L.BOTTOM_RIGHT):new Q(r.left+r.width-b,r.top+r.height-v),this.bottomLeftPaddingBox=h>0||w>0?S(r.left+E,r.top+Math.min(m,r.height-v),Math.max(0,h-E),Math.max(0,w-v),L.BOTTOM_LEFT):new Q(r.left+E,r.top+r.height-v),this.topLeftContentBox=s>0||i>0?S(r.left+E+x,r.top+C+_,Math.max(0,s-(E+x)),Math.max(0,i-(C+_)),L.TOP_LEFT):new Q(r.left+E+x,r.top+C+_),this.topRightContentBox=B>0||c>0?S(r.left+Math.min(F,r.width+E+x),r.top+C+_,F>r.width+E+x?0:B-E+x,c-(C+_),L.TOP_RIGHT):new Q(r.left+r.width-(b+Z),r.top+C+_),this.bottomRightContentBox=g>0||u>0?S(r.left+Math.min(H,r.width-(E+x)),r.top+Math.min(I,r.height+C+_),Math.max(0,g-(b+Z)),u-(v+$),L.BOTTOM_RIGHT):new Q(r.left+r.width-(b+Z),r.top+r.height-(v+$)),this.bottomLeftContentBox=h>0||w>0?S(r.left+E+x,r.top+m,Math.max(0,h-(E+x)),w-(v+$),L.BOTTOM_LEFT):new Q(r.left+E+x,r.top+r.height-(v+$))}return A}(),L;(function(A){A[A.TOP_LEFT=0]="TOP_LEFT",A[A.TOP_RIGHT=1]="TOP_RIGHT",A[A.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",A[A.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(L||(L={}));var S=function(A,e,t,r,n){var s=4*((Math.sqrt(2)-1)/3),i=t*s,o=r*s,B=A+t,c=e+r;switch(n){case L.TOP_LEFT:return new st(new Q(A,c),new Q(A,c-o),new Q(B-i,e),new Q(B,e));case L.TOP_RIGHT:return new st(new Q(A,e),new Q(A+i,e),new Q(B,c-o),new Q(B,c));case L.BOTTOM_RIGHT:return new st(new Q(B,e),new Q(B,e+o),new Q(A+i,c),new Q(A,c));case L.BOTTOM_LEFT:default:return new st(new Q(B,c),new Q(B-i,c),new Q(A,e+o),new Q(A,e))}},it=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},Yl=function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]},ot=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},Zl=function(){function A(e,t,r){this.offsetX=e,this.offsetY=t,this.matrix=r,this.type=0,this.target=6}return A}(),at=function(){function A(e,t){this.path=e,this.target=t,this.type=1}return A}(),zl=function(){function A(e){this.opacity=e,this.type=2,this.target=6}return A}(),jl=function(A){return A.type===0},os=function(A){return A.type===1},ql=function(A){return A.type===2},as=function(A,e){return A.length===e.length?A.some(function(t,r){return t===e[r]}):!1},$l=function(A,e,t,r,n){return A.map(function(s,i){switch(i){case 0:return s.add(e,t);case 1:return s.add(e+r,t);case 2:return s.add(e+r,t+n);case 3:return s.add(e,t+n)}return s})},Bs=function(){function A(e){this.element=e,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return A}(),cs=function(){function A(e,t){if(this.container=e,this.parent=t,this.effects=[],this.curves=new Wl(this.container),this.container.styles.opacity<1&&this.effects.push(new zl(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,s=this.container.styles.transform;this.effects.push(new Zl(r,n,s))}if(this.container.styles.overflowX!==0){var i=it(this.curves),o=ot(this.curves);as(i,o)?this.effects.push(new at(i,6)):(this.effects.push(new at(i,2)),this.effects.push(new at(o,4)))}}return A.prototype.getEffects=function(e){for(var t=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,n=this.effects.slice(0);r;){var s=r.effects.filter(function(B){return!os(B)});if(t||r.container.styles.position!==0||!r.parent){if(n.unshift.apply(n,s),t=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var i=it(r.curves),o=ot(r.curves);as(i,o)||n.unshift(new at(o,6))}}else n.unshift.apply(n,s);r=r.parent}return n.filter(function(B){return O(B.target,e)})},A}(),or=function(A,e,t,r){A.container.elements.forEach(function(n){var s=O(n.flags,4),i=O(n.flags,2),o=new cs(n,A);O(n.styles.display,2048)&&r.push(o);var B=O(n.flags,8)?[]:r;if(s||i){var c=s||n.styles.isPositioned()?t:e,l=new Bs(o);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var g=n.styles.zIndex.order;if(g<0){var u=0;c.negativeZIndex.some(function(h,w){return g>h.element.container.styles.zIndex.order?(u=w,!1):u>0}),c.negativeZIndex.splice(u,0,l)}else if(g>0){var f=0;c.positiveZIndex.some(function(h,w){return g>=h.element.container.styles.zIndex.order?(f=w+1,!1):f>0}),c.positiveZIndex.splice(f,0,l)}else c.zeroOrAutoZIndexOrTransformedOrOpacity.push(l)}else n.styles.isFloating()?c.nonPositionedFloats.push(l):c.nonPositionedInlineLevel.push(l);or(o,l,s?l:t,B)}else n.styles.isInlineLevel()?e.inlineLevel.push(o):e.nonInlineLevel.push(o),or(o,e,t,B);O(n.flags,8)&&ls(n,B)})},ls=function(A,e){for(var t=A instanceof zt?A.start:1,r=A instanceof zt?A.reversed:!1,n=0;n<e.length;n++){var s=e[n];s.container instanceof kn&&typeof s.container.value=="number"&&s.container.value!==0&&(t=s.container.value),s.listValue=fe(t,s.container.styles.listStyleType,!0),t+=r?-1:1}},Ag=function(A){var e=new cs(A,null),t=new Bs(e),r=[];return or(e,t,t,r),ls(e.container,r),t},gs=function(A,e){switch(e){case 0:return rA(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return rA(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return rA(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);case 3:default:return rA(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},eg=function(A,e){switch(e){case 0:return rA(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return rA(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return rA(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);case 3:default:return rA(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}},tg=function(A,e){switch(e){case 0:return rA(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return rA(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return rA(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);case 3:default:return rA(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}},rg=function(A,e){switch(e){case 0:return Bt(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return Bt(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return Bt(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);case 3:default:return Bt(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}},Bt=function(A,e){var t=[];return tA(A)?t.push(A.subdivide(.5,!1)):t.push(A),tA(e)?t.push(e.subdivide(.5,!0)):t.push(e),t},rA=function(A,e,t,r){var n=[];return tA(A)?n.push(A.subdivide(.5,!1)):n.push(A),tA(t)?n.push(t.subdivide(.5,!0)):n.push(t),tA(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),tA(e)?n.push(e.subdivide(.5,!1).reverse()):n.push(e),n},us=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},ct=function(A){var e=A.styles,t=A.bounds,r=D(e.paddingLeft,t.width),n=D(e.paddingRight,t.width),s=D(e.paddingTop,t.width),i=D(e.paddingBottom,t.width);return t.add(r+e.borderLeftWidth,s+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+r+n),-(e.borderTopWidth+e.borderBottomWidth+s+i))},ng=function(A,e){return A===0?e.bounds:A===2?ct(e):us(e)},sg=function(A,e){return A===0?e.bounds:A===2?ct(e):us(e)},ar=function(A,e,t){var r=ng(WA(A.styles.backgroundOrigin,e),A),n=sg(WA(A.styles.backgroundClip,e),A),s=ig(WA(A.styles.backgroundSize,e),t,r),i=s[0],o=s[1],B=ae(WA(A.styles.backgroundPosition,e),r.width-i,r.height-o),c=og(WA(A.styles.backgroundRepeat,e),B,s,r,n),l=Math.round(r.left+B[0]),g=Math.round(r.top+B[1]);return[c,l,g,i,o]},JA=function(A){return K(A)&&A.value===NA.AUTO},lt=function(A){return typeof A=="number"},ig=function(A,e,t){var r=e[0],n=e[1],s=e[2],i=A[0],o=A[1];if(!i)return[0,0];if(M(i)&&o&&M(o))return[D(i,t.width),D(o,t.height)];var B=lt(s);if(K(i)&&(i.value===NA.CONTAIN||i.value===NA.COVER)){if(lt(s)){var c=t.width/t.height;return c<s!=(i.value===NA.COVER)?[t.width,t.width/s]:[t.height*s,t.height]}return[t.width,t.height]}var l=lt(r),g=lt(n),u=l||g;if(JA(i)&&(!o||JA(o))){if(l&&g)return[r,n];if(!B&&!u)return[t.width,t.height];if(u&&B){var f=l?r:n*s,h=g?n:r/s;return[f,h]}var w=l?r:t.width,p=g?n:t.height;return[w,p]}if(B){var U=0,F=0;return M(i)?U=D(i,t.width):M(o)&&(F=D(o,t.height)),JA(i)?U=F*s:(!o||JA(o))&&(F=U/s),[U,F]}var I=null,H=null;if(M(i)?I=D(i,t.width):o&&M(o)&&(H=D(o,t.height)),I!==null&&(!o||JA(o))&&(H=l&&g?I/r*n:t.height),H!==null&&JA(i)&&(I=l&&g?H/n*r:t.width),I!==null&&H!==null)return[I,H];throw new Error("Unable to calculate background-size for element")},WA=function(A,e){var t=A[e];return typeof t>"u"?A[0]:t},og=function(A,e,t,r,n){var s=e[0],i=e[1],o=t[0],B=t[1];switch(A){case 2:return[new Q(Math.round(r.left),Math.round(r.top+i)),new Q(Math.round(r.left+r.width),Math.round(r.top+i)),new Q(Math.round(r.left+r.width),Math.round(B+r.top+i)),new Q(Math.round(r.left),Math.round(B+r.top+i))];case 3:return[new Q(Math.round(r.left+s),Math.round(r.top)),new Q(Math.round(r.left+s+o),Math.round(r.top)),new Q(Math.round(r.left+s+o),Math.round(r.height+r.top)),new Q(Math.round(r.left+s),Math.round(r.height+r.top))];case 1:return[new Q(Math.round(r.left+s),Math.round(r.top+i)),new Q(Math.round(r.left+s+o),Math.round(r.top+i)),new Q(Math.round(r.left+s+o),Math.round(r.top+i+B)),new Q(Math.round(r.left+s),Math.round(r.top+i+B))];default:return[new Q(Math.round(n.left),Math.round(n.top)),new Q(Math.round(n.left+n.width),Math.round(n.top)),new Q(Math.round(n.left+n.width),Math.round(n.height+n.top)),new Q(Math.round(n.left),Math.round(n.height+n.top))]}},ag="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",fs="Hidden Text",Bg=function(){function A(e){this._data={},this._document=e}return A.prototype.parseMetrics=function(e,t){var r=this._document.createElement("div"),n=this._document.createElement("img"),s=this._document.createElement("span"),i=this._document.body;r.style.visibility="hidden",r.style.fontFamily=e,r.style.fontSize=t,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",i.appendChild(r),n.src=ag,n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",s.style.fontFamily=e,s.style.fontSize=t,s.style.margin="0",s.style.padding="0",s.appendChild(this._document.createTextNode(fs)),r.appendChild(s),r.appendChild(n);var o=n.offsetTop-s.offsetTop+2;r.removeChild(s),r.appendChild(this._document.createTextNode(fs)),r.style.lineHeight="normal",n.style.verticalAlign="super";var B=n.offsetTop-r.offsetTop+2;return i.removeChild(r),{baseline:o,middle:B}},A.prototype.getMetrics=function(e,t){var r=e+" "+t;return typeof this._data[r]>"u"&&(this._data[r]=this.parseMetrics(e,t)),this._data[r]},A}(),hs=function(){function A(e,t){this.context=e,this.options=t}return A}(),cg=1e4,lg=function(A){nA(e,A);function e(t,r){var n=A.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 Bg(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 e.prototype.applyEffects=function(t){for(var r=this;this._activeEffects.length;)this.popEffect();t.forEach(function(n){return r.applyEffect(n)})},e.prototype.applyEffect=function(t){this.ctx.save(),ql(t)&&(this.ctx.globalAlpha=t.opacity),jl(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)),os(t)&&(this.path(t.path),this.ctx.clip()),this._activeEffects.push(t)},e.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},e.prototype.renderStack=function(t){return J(this,void 0,void 0,function(){var r;return X(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]}})})},e.prototype.renderNode=function(t){return J(this,void 0,void 0,function(){return X(this,function(r){switch(r.label){case 0:if(O(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]}})})},e.prototype.renderTextWithLetterSpacing=function(t,r,n){var s=this;if(r===0)this.ctx.fillText(t.text,t.bounds.left,t.bounds.top+n);else{var i=Zt(t.text);i.reduce(function(o,B){return s.ctx.fillText(B,o,t.bounds.top+n),o+s.ctx.measureText(B).width},t.bounds.left)}},e.prototype.createFontStyle=function(t){var r=t.fontVariant.filter(function(i){return i==="normal"||i==="small-caps"}).join(""),n=wg(t.fontFamily).join(", "),s=oe(t.fontSize)?""+t.fontSize.number+t.fontSize.unit:t.fontSize.number+"px";return[[t.fontStyle,r,t.fontWeight,s,n].join(" "),n,s]},e.prototype.renderTextNode=function(t,r){return J(this,void 0,void 0,function(){var n,s,i,o,B,c,l,g,u=this;return X(this,function(f){return n=this.createFontStyle(r),s=n[0],i=n[1],o=n[2],this.ctx.font=s,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",B=this.fontMetrics.getMetrics(i,o),c=B.baseline,l=B.middle,g=r.paintOrder,t.textBounds.forEach(function(h){g.forEach(function(w){switch(w){case 0:u.ctx.fillStyle=V(r.color),u.renderTextWithLetterSpacing(h,r.letterSpacing,c);var p=r.textShadow;p.length&&h.text.trim().length&&(p.slice(0).reverse().forEach(function(U){u.ctx.shadowColor=V(U.color),u.ctx.shadowOffsetX=U.offsetX.number*u.options.scale,u.ctx.shadowOffsetY=U.offsetY.number*u.options.scale,u.ctx.shadowBlur=U.blur.number,u.renderTextWithLetterSpacing(h,r.letterSpacing,c)}),u.ctx.shadowColor="",u.ctx.shadowOffsetX=0,u.ctx.shadowOffsetY=0,u.ctx.shadowBlur=0),r.textDecorationLine.length&&(u.ctx.fillStyle=V(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(U){switch(U){case 1:u.ctx.fillRect(h.bounds.left,Math.round(h.bounds.top+c),h.bounds.width,1);break;case 2:u.ctx.fillRect(h.bounds.left,Math.round(h.bounds.top),h.bounds.width,1);break;case 3:u.ctx.fillRect(h.bounds.left,Math.ceil(h.bounds.top+l),h.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&h.text.trim().length&&(u.ctx.strokeStyle=V(r.webkitTextStrokeColor),u.ctx.lineWidth=r.webkitTextStrokeWidth,u.ctx.lineJoin=window.chrome?"miter":"round",u.ctx.strokeText(h.text,h.bounds.left,h.bounds.top+c)),u.ctx.strokeStyle="",u.ctx.lineWidth=0,u.ctx.lineJoin="miter";break}})}),[2]})})},e.prototype.renderReplacedElement=function(t,r,n){if(n&&t.intrinsicWidth>0&&t.intrinsicHeight>0){var s=ct(t),i=ot(r);this.path(i),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,t.intrinsicWidth,t.intrinsicHeight,s.left,s.top,s.width,s.height),this.ctx.restore()}},e.prototype.renderNodeContent=function(t){return J(this,void 0,void 0,function(){var r,n,s,i,o,B,F,F,c,l,g,u,H,f,h,m,w,p,U,F,I,H,m;return X(this,function(C){switch(C.label){case 0:this.applyEffects(t.getEffects(4)),r=t.container,n=t.curves,s=r.styles,i=0,o=r.textNodes,C.label=1;case 1:return i<o.length?(B=o[i],[4,this.renderTextNode(B,s)]):[3,4];case 2:C.sent(),C.label=3;case 3:return i++,[3,1];case 4:if(!(r instanceof Dn))return[3,8];C.label=5;case 5:return C.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return F=C.sent(),this.renderReplacedElement(r,n,F),[3,8];case 7:return C.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof Sn&&this.renderReplacedElement(r,n,r.canvas),!(r instanceof Tn))return[3,12];C.label=9;case 9:return C.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return F=C.sent(),this.renderReplacedElement(r,n,F),[3,12];case 11:return C.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof Vn&&r.tree?(c=new e(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,c.render(r.tree)]):[3,14];case 13:l=C.sent(),r.width&&r.height&&this.ctx.drawImage(l,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),C.label=14;case 14:if(r instanceof jt&&(g=Math.min(r.bounds.width,r.bounds.height),r.type===$e?r.checked&&(this.ctx.save(),this.path([new Q(r.bounds.left+g*.39363,r.bounds.top+g*.79),new Q(r.bounds.left+g*.16,r.bounds.top+g*.5549),new Q(r.bounds.left+g*.27347,r.bounds.top+g*.44071),new Q(r.bounds.left+g*.39694,r.bounds.top+g*.5649),new Q(r.bounds.left+g*.72983,r.bounds.top+g*.23),new Q(r.bounds.left+g*.84,r.bounds.top+g*.34085),new Q(r.bounds.left+g*.39363,r.bounds.top+g*.79)]),this.ctx.fillStyle=V(Mn),this.ctx.fill(),this.ctx.restore()):r.type===At&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+g/2,r.bounds.top+g/2,g/4,0,Math.PI*2,!0),this.ctx.fillStyle=V(Mn),this.ctx.fill(),this.ctx.restore())),gg(r)&&r.value.length){switch(u=this.createFontStyle(s),H=u[0],f=u[1],h=this.fontMetrics.getMetrics(H,f).baseline,this.ctx.font=H,this.ctx.fillStyle=V(s.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=fg(r.styles.textAlign),m=ct(r),w=0,r.styles.textAlign){case 1:w+=m.width/2;break;case 2:w+=m.width;break}p=m.add(w,0,0,-m.height/2+1),this.ctx.save(),this.path([new Q(m.left,m.top),new Q(m.left+m.width,m.top),new Q(m.left+m.width,m.top+m.height),new Q(m.left,m.top+m.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new ge(r.value,p),s.letterSpacing,h),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!O(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(U=r.styles.listStyleImage,U.type!==0)return[3,18];F=void 0,I=U.url,C.label=15;case 15:return C.trys.push([15,17,,18]),[4,this.context.cache.match(I)];case 16:return F=C.sent(),this.ctx.drawImage(F,r.bounds.left-(F.width+10),r.bounds.top),[3,18];case 17:return C.sent(),this.context.logger.error("Error loading list-style-image "+I),[3,18];case 18:return[3,20];case 19:t.listValue&&r.styles.listStyleType!==-1&&(H=this.createFontStyle(s)[0],this.ctx.font=H,this.ctx.fillStyle=V(s.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",m=new cA(r.bounds.left,r.bounds.top+D(r.styles.paddingTop,r.bounds.width),r.bounds.width,fn(s.lineHeight,s.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new ge(t.listValue,m),s.letterSpacing,fn(s.lineHeight,s.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),C.label=20;case 20:return[2]}})})},e.prototype.renderStackContent=function(t){return J(this,void 0,void 0,function(){var r,n,U,s,i,U,o,B,U,c,l,U,g,u,U,f,h,U,w,p,U;return X(this,function(F){switch(F.label){case 0:if(O(t.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(t.element)];case 1:F.sent(),r=0,n=t.negativeZIndex,F.label=2;case 2:return r<n.length?(U=n[r],[4,this.renderStack(U)]):[3,5];case 3:F.sent(),F.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(t.element)];case 6:F.sent(),s=0,i=t.nonInlineLevel,F.label=7;case 7:return s<i.length?(U=i[s],[4,this.renderNode(U)]):[3,10];case 8:F.sent(),F.label=9;case 9:return s++,[3,7];case 10:o=0,B=t.nonPositionedFloats,F.label=11;case 11:return o<B.length?(U=B[o],[4,this.renderStack(U)]):[3,14];case 12:F.sent(),F.label=13;case 13:return o++,[3,11];case 14:c=0,l=t.nonPositionedInlineLevel,F.label=15;case 15:return c<l.length?(U=l[c],[4,this.renderStack(U)]):[3,18];case 16:F.sent(),F.label=17;case 17:return c++,[3,15];case 18:g=0,u=t.inlineLevel,F.label=19;case 19:return g<u.length?(U=u[g],[4,this.renderNode(U)]):[3,22];case 20:F.sent(),F.label=21;case 21:return g++,[3,19];case 22:f=0,h=t.zeroOrAutoZIndexOrTransformedOrOpacity,F.label=23;case 23:return f<h.length?(U=h[f],[4,this.renderStack(U)]):[3,26];case 24:F.sent(),F.label=25;case 25:return f++,[3,23];case 26:w=0,p=t.positiveZIndex,F.label=27;case 27:return w<p.length?(U=p[w],[4,this.renderStack(U)]):[3,30];case 28:F.sent(),F.label=29;case 29:return w++,[3,27];case 30:return[2]}})})},e.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()},e.prototype.path=function(t){this.ctx.beginPath(),this.formatPath(t),this.ctx.closePath()},e.prototype.formatPath=function(t){var r=this;t.forEach(function(n,s){var i=tA(n)?n.start:n;s===0?r.ctx.moveTo(i.x,i.y):r.ctx.lineTo(i.x,i.y),tA(n)&&r.ctx.bezierCurveTo(n.startControl.x,n.startControl.y,n.endControl.x,n.endControl.y,n.end.x,n.end.y)})},e.prototype.renderRepeat=function(t,r,n,s){this.path(t),this.ctx.fillStyle=r,this.ctx.translate(n,s),this.ctx.fill(),this.ctx.translate(-n,-s)},e.prototype.resizeImage=function(t,r,n){var s;if(t.width===r&&t.height===n)return t;var i=(s=this.canvas.ownerDocument)!==null&&s!==void 0?s:document,o=i.createElement("canvas");o.width=Math.max(1,r),o.height=Math.max(1,n);var B=o.getContext("2d");return B.drawImage(t,0,0,t.width,t.height,0,0,r,n),o},e.prototype.renderBackgroundImage=function(t){return J(this,void 0,void 0,function(){var r,n,s,i,o,B;return X(this,function(c){switch(c.label){case 0:r=t.styles.backgroundImage.length-1,n=function(l){var g,u,f,_,z,j,x,G,v,h,_,z,j,x,G,w,p,U,F,I,H,m,C,b,v,E,_,Z,$,x,G,HA,z,j,xA,BA,IA,DA,SA,fA,TA,hA;return X(this,function(YA){switch(YA.label){case 0:if(l.type!==0)return[3,5];g=void 0,u=l.url,YA.label=1;case 1:return YA.trys.push([1,3,,4]),[4,s.context.cache.match(u)];case 2:return g=YA.sent(),[3,4];case 3:return YA.sent(),s.context.logger.error("Error loading background-image "+u),[3,4];case 4:return g&&(f=ar(t,r,[g.width,g.height,g.width/g.height]),_=f[0],z=f[1],j=f[2],x=f[3],G=f[4],v=s.ctx.createPattern(s.resizeImage(g,x,G),"repeat"),s.renderRepeat(_,v,z,j)),[3,6];case 5:ja(l)?(h=ar(t,r,[null,null,null]),_=h[0],z=h[1],j=h[2],x=h[3],G=h[4],w=Ja(l.angle,x,G),p=w[0],U=w[1],F=w[2],I=w[3],H=w[4],m=document.createElement("canvas"),m.width=x,m.height=G,C=m.getContext("2d"),b=C.createLinearGradient(U,I,F,H),tn(l.stops,p).forEach(function(Qe){return b.addColorStop(Qe.stop,V(Qe.color))}),C.fillStyle=b,C.fillRect(0,0,x,G),x>0&&G>0&&(v=s.ctx.createPattern(m,"repeat"),s.renderRepeat(_,v,z,j))):qa(l)&&(E=ar(t,r,[null,null,null]),_=E[0],Z=E[1],$=E[2],x=E[3],G=E[4],HA=l.position.length===0?[St]:l.position,z=D(HA[0],x),j=D(HA[HA.length-1],G),xA=Wa(l,z,j,x,G),BA=xA[0],IA=xA[1],BA>0&&IA>0&&(DA=s.ctx.createRadialGradient(Z+z,$+j,0,Z+z,$+j,BA),tn(l.stops,BA*2).forEach(function(Qe){return DA.addColorStop(Qe.stop,V(Qe.color))}),s.path(_),s.ctx.fillStyle=DA,BA!==IA?(SA=t.bounds.left+.5*t.bounds.width,fA=t.bounds.top+.5*t.bounds.height,TA=IA/BA,hA=1/TA,s.ctx.save(),s.ctx.translate(SA,fA),s.ctx.transform(1,0,0,TA,0,0),s.ctx.translate(-SA,-fA),s.ctx.fillRect(Z,hA*($-fA)+fA,x,G*hA),s.ctx.restore()):s.ctx.fill())),YA.label=6;case 6:return r--,[2]}})},s=this,i=0,o=t.styles.backgroundImage.slice(0).reverse(),c.label=1;case 1:return i<o.length?(B=o[i],[5,n(B)]):[3,4];case 2:c.sent(),c.label=3;case 3:return i++,[3,1];case 4:return[2]}})})},e.prototype.renderSolidBorder=function(t,r,n){return J(this,void 0,void 0,function(){return X(this,function(s){return this.path(gs(n,r)),this.ctx.fillStyle=V(t),this.ctx.fill(),[2]})})},e.prototype.renderDoubleBorder=function(t,r,n,s){return J(this,void 0,void 0,function(){var i,o;return X(this,function(B){switch(B.label){case 0:return r<3?[4,this.renderSolidBorder(t,n,s)]:[3,2];case 1:return B.sent(),[2];case 2:return i=eg(s,n),this.path(i),this.ctx.fillStyle=V(t),this.ctx.fill(),o=tg(s,n),this.path(o),this.ctx.fill(),[2]}})})},e.prototype.renderNodeBackgroundAndBorders=function(t){return J(this,void 0,void 0,function(){var r,n,s,i,o,B,c,l,g=this;return X(this,function(u){switch(u.label){case 0:return this.applyEffects(t.getEffects(2)),r=t.container.styles,n=!FA(r.backgroundColor)||r.backgroundImage.length,s=[{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}],i=ug(WA(r.backgroundClip,0),t.curves),n||r.boxShadow.length?(this.ctx.save(),this.path(i),this.ctx.clip(),FA(r.backgroundColor)||(this.ctx.fillStyle=V(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(f){g.ctx.save();var h=it(t.curves),w=f.inset?0:cg,p=$l(h,-w+(f.inset?1:-1)*f.spread.number,(f.inset?1:-1)*f.spread.number,f.spread.number*(f.inset?-2:2),f.spread.number*(f.inset?-2:2));f.inset?(g.path(h),g.ctx.clip(),g.mask(p)):(g.mask(h),g.ctx.clip(),g.path(p)),g.ctx.shadowOffsetX=f.offsetX.number+w,g.ctx.shadowOffsetY=f.offsetY.number,g.ctx.shadowColor=V(f.color),g.ctx.shadowBlur=f.blur.number,g.ctx.fillStyle=f.inset?V(f.color):"rgba(0,0,0,1)",g.ctx.fill(),g.ctx.restore()}),u.label=2;case 2:o=0,B=0,c=s,u.label=3;case 3:return B<c.length?(l=c[B],l.style!==0&&!FA(l.color)&&l.width>0?l.style!==2?[3,5]:[4,this.renderDashedDottedBorder(l.color,l.width,o,t.curves,2)]:[3,11]):[3,13];case 4:return u.sent(),[3,11];case 5:return l.style!==3?[3,7]:[4,this.renderDashedDottedBorder(l.color,l.width,o,t.curves,3)];case 6:return u.sent(),[3,11];case 7:return l.style!==4?[3,9]:[4,this.renderDoubleBorder(l.color,l.width,o,t.curves)];case 8:return u.sent(),[3,11];case 9:return[4,this.renderSolidBorder(l.color,o,t.curves)];case 10:u.sent(),u.label=11;case 11:o++,u.label=12;case 12:return B++,[3,3];case 13:return[2]}})})},e.prototype.renderDashedDottedBorder=function(t,r,n,s,i){return J(this,void 0,void 0,function(){var o,B,c,l,g,u,f,h,w,p,U,F,I,H,m,C,m,C;return X(this,function(b){return this.ctx.save(),o=rg(s,n),B=gs(s,n),i===2&&(this.path(B),this.ctx.clip()),tA(B[0])?(c=B[0].start.x,l=B[0].start.y):(c=B[0].x,l=B[0].y),tA(B[1])?(g=B[1].end.x,u=B[1].end.y):(g=B[1].x,u=B[1].y),n===0||n===2?f=Math.abs(c-g):f=Math.abs(l-u),this.ctx.beginPath(),i===3?this.formatPath(o):this.formatPath(B.slice(0,2)),h=r<3?r*3:r*2,w=r<3?r*2:r,i===3&&(h=r,w=r),p=!0,f<=h*2?p=!1:f<=h*2+w?(U=f/(2*h+w),h*=U,w*=U):(F=Math.floor((f+w)/(h+w)),I=(f-F*h)/(F-1),H=(f-(F+1)*h)/F,w=H<=0||Math.abs(w-I)<Math.abs(w-H)?I:H),p&&(i===3?this.ctx.setLineDash([0,h+w]):this.ctx.setLineDash([h,w])),i===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=V(t),this.ctx.stroke(),this.ctx.setLineDash([]),i===2&&(tA(B[0])&&(m=B[3],C=B[0],this.ctx.beginPath(),this.formatPath([new Q(m.end.x,m.end.y),new Q(C.start.x,C.start.y)]),this.ctx.stroke()),tA(B[1])&&(m=B[1],C=B[2],this.ctx.beginPath(),this.formatPath([new Q(m.end.x,m.end.y),new Q(C.start.x,C.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},e.prototype.render=function(t){return J(this,void 0,void 0,function(){var r;return X(this,function(n){switch(n.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=V(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=Ag(t),[4,this.renderStack(r)];case 1:return n.sent(),this.applyEffects([]),[2,this.canvas]}})})},e}(hs),gg=function(A){return A instanceof On||A instanceof _n?!0:A instanceof jt&&A.type!==At&&A.type!==$e},ug=function(A,e){switch(A){case 0:return it(e);case 2:return Yl(e);case 1:default:return ot(e)}},fg=function(A){switch(A){case 1:return"center";case 2:return"right";case 0:default:return"left"}},hg=["-apple-system","system-ui"],wg=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter(function(e){return hg.indexOf(e)===-1}):A},Qg=function(A){nA(e,A);function e(t,r){var n=A.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 e.prototype.render=function(t){return J(this,void 0,void 0,function(){var r,n;return X(this,function(s){switch(s.label){case 0:return r=Yt(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,t),[4,Cg(r)];case 1:return n=s.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=V(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]}})})},e}(hs),Cg=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},dg=function(){function A(e){var t=e.id,r=e.enabled;this.id=t,this.enabled=r,this.start=Date.now()}return A.prototype.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,de([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,de([this.id,this.getTime()+"ms"],e))},A.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,de([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,de([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.instances={},A}(),Ug=function(){function A(e,t){var r;this.windowBounds=t,this.instanceName="#"+A.instanceCount++,this.logger=new dg({id:this.instanceName,enabled:e.logging}),this.cache=(r=e.cache)!==null&&r!==void 0?r:new Vl(this,e)}return A.instanceCount=1,A}(),Fg=function(A,e){return e===void 0&&(e={}),pg(A,e)};typeof window<"u"&&is.setContext(window);var pg=function(A,e){return J(void 0,void 0,void 0,function(){var t,r,n,s,i,o,B,c,l,g,u,f,h,w,p,U,F,I,H,m,b,C,b,v,E,_,Z,$,x,G,HA,z,j,xA,BA,IA,DA,SA,fA,TA;return X(this,function(hA){switch(hA.label){case 0:if(!A||typeof A!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(t=A.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:(v=e.allowTaint)!==null&&v!==void 0?v:!1,imageTimeout:(E=e.imageTimeout)!==null&&E!==void 0?E:15e3,proxy:e.proxy,useCORS:(_=e.useCORS)!==null&&_!==void 0?_:!1},s=ut({logging:(Z=e.logging)!==null&&Z!==void 0?Z:!0,cache:e.cache},n),i={windowWidth:($=e.windowWidth)!==null&&$!==void 0?$:r.innerWidth,windowHeight:(x=e.windowHeight)!==null&&x!==void 0?x:r.innerHeight,scrollX:(G=e.scrollX)!==null&&G!==void 0?G:r.pageXOffset,scrollY:(HA=e.scrollY)!==null&&HA!==void 0?HA:r.pageYOffset},o=new cA(i.scrollX,i.scrollY,i.windowWidth,i.windowHeight),B=new Ug(s,o),c=(z=e.foreignObjectRendering)!==null&&z!==void 0?z:!1,l={allowTaint:(j=e.allowTaint)!==null&&j!==void 0?j:!1,onclone:e.onclone,ignoreElements:e.ignoreElements,inlineImages:c,copyStyles:c},B.logger.debug("Starting document clone with size "+o.width+"x"+o.height+" scrolled to "+-o.left+","+-o.top),g=new ns(B,A,l),u=g.clonedReferenceElement,u?[4,g.toIFrame(t,o)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return f=hA.sent(),h=$t(u)||ml(u)?qi(u.ownerDocument):Ue(B,u),w=h.width,p=h.height,U=h.left,F=h.top,I=mg(B,u,e.backgroundColor),H={canvas:e.canvas,backgroundColor:I,scale:(BA=(xA=e.scale)!==null&&xA!==void 0?xA:r.devicePixelRatio)!==null&&BA!==void 0?BA:1,x:((IA=e.x)!==null&&IA!==void 0?IA:0)+U,y:((DA=e.y)!==null&&DA!==void 0?DA:0)+F,width:(SA=e.width)!==null&&SA!==void 0?SA:Math.ceil(w),height:(fA=e.height)!==null&&fA!==void 0?fA:Math.ceil(p)},c?(B.logger.debug("Document cloned, using foreign object rendering"),b=new Qg(B,H),[4,b.render(u)]):[3,3];case 2:return m=hA.sent(),[3,5];case 3:return B.logger.debug("Document cloned, element located at "+U+","+F+" with size "+w+"x"+p+" using computed rendering"),B.logger.debug("Starting DOM parsing"),C=Rn(B,u),I===C.styles.backgroundColor&&(C.styles.backgroundColor=gA.TRANSPARENT),B.logger.debug("Starting renderer for element at "+H.x+","+H.y+" with size "+H.width+"x"+H.height),b=new lg(B,H),[4,b.render(C)];case 4:m=hA.sent(),hA.label=5;case 5:return(!((TA=e.removeContainer)!==null&&TA!==void 0)||TA)&&(ns.destroy(f)||B.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),B.logger.debug("Finished rendering"),[2,m]}})})},mg=function(A,e,t){var r=e.ownerDocument,n=r.documentElement?Be(A,getComputedStyle(r.documentElement).backgroundColor):gA.TRANSPARENT,s=r.body?Be(A,getComputedStyle(r.body).backgroundColor):gA.TRANSPARENT,i=typeof t=="string"?Be(A,t):t===null?gA.TRANSPARENT:4294967295;return e===r.documentElement?FA(n)?FA(s)?i:s:n:i},we=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Eg={exports:{}};return function(A,e){(function(t,r){r()})(we,function(){function t(c,l){return typeof l>"u"?l={autoBom:!1}:typeof l!="object"&&(console.warn("Deprecated: Expected third argument to be a object"),l={autoBom:!l}),l.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(c.type)?new Blob(["\uFEFF",c],{type:c.type}):c}function r(c,l,g){var u=new XMLHttpRequest;u.open("GET",c),u.responseType="blob",u.onload=function(){B(u.response,l,g)},u.onerror=function(){console.error("could not download file")},u.send()}function n(c){var l=new XMLHttpRequest;l.open("HEAD",c,!1);try{l.send()}catch{}return 200<=l.status&&299>=l.status}function s(c){try{c.dispatchEvent(new MouseEvent("click"))}catch{var l=document.createEvent("MouseEvents");l.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),c.dispatchEvent(l)}}var i=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof we=="object"&&we.global===we?we:void 0,o=i.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),B=i.saveAs||(typeof window!="object"||window!==i?function(){}:"download"in HTMLAnchorElement.prototype&&!o?function(c,l,g){var u=i.URL||i.webkitURL,f=document.createElement("a");l=l||c.name||"download",f.download=l,f.rel="noopener",typeof c=="string"?(f.href=c,f.origin===location.origin?s(f):n(f.href)?r(c,l,g):s(f,f.target="_blank")):(f.href=u.createObjectURL(c),setTimeout(function(){u.revokeObjectURL(f.href)},4e4),setTimeout(function(){s(f)},0))}:"msSaveOrOpenBlob"in navigator?function(c,l,g){if(l=l||c.name||"download",typeof c!="string")navigator.msSaveOrOpenBlob(t(c,g),l);else if(n(c))r(c,l,g);else{var u=document.createElement("a");u.href=c,u.target="_blank",setTimeout(function(){s(u)})}}:function(c,l,g,u){if(u=u||open("","_blank"),u&&(u.document.title=u.document.body.innerText="downloading..."),typeof c=="string")return r(c,l,g);var f=c.type==="application/octet-stream",h=/constructor/i.test(i.HTMLElement)||i.safari,w=/CriOS\/[\d]+/.test(navigator.userAgent);if((w||f&&h||o)&&typeof FileReader<"u"){var p=new FileReader;p.onloadend=function(){var I=p.result;I=w?I:I.replace(/^data:[^;]*;/,"data:attachment/file;"),u?u.location.href=I:location=I,u=null},p.readAsDataURL(c)}else{var U=i.URL||i.webkitURL,F=U.createObjectURL(c);u?u.location=F:location.href=F,u=null,setTimeout(function(){U.revokeObjectURL(F)},4e4)}});i.saveAs=B.saveAs=B,A.exports=B})}(Eg),{install:(A,e)=>{A.component("lab-header",Cs),A.component("lab-footer",Br),A.component("lab-drawer",Br),A.component("lab-image",vs),A.component("lab-kaltura",Os),A.component("lab-image-marker",ti),A.component("lab-image-replacer",ai),A.component("lab-feedback",cr),A.component("lab-drop-down",li),A.component("lab-fill-blank",fi),A.component("lab-selectable",Fi),A.component("lab-textbox",Ei),A.component("lab-menu_chooser",_i),A.component("lab-drag-resize",gr),A.component("lab-fridgemagnet",ji),window.html2canvas=Fg}}});
|
|
30
|
+
}`,Ed=function(e){yd(e,"."+Io+Fd+$s+`
|
|
31
|
+
.`+Ho+Ud+$s)},yd=function(e,A){var t=e.ownerDocument;if(t){var r=t.createElement("style");r.textContent=A,e.appendChild(r)}},Ai=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}(),bd=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)||xd(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 kA(this,void 0,void 0,function(){var t,r,n,a,o=this;return NA(this,function(s){switch(s.label){case 0:return t=Ai.isSameOrigin(A),r=!So(A)&&this._options.useCORS===!0&&DA.SUPPORT_CORS_IMAGES&&!t,n=!So(A)&&!t&&!xo(A)&&typeof this._options.proxy=="string"&&DA.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,(Ld(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=DA.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}(),Id=/^data:image\/svg\+xml/i,Hd=/^data:image\/.*;base64,/i,Sd=/^data:image\/.*/i,xd=function(e){return DA.SUPPORT_SVG_DRAWING||!Td(e)},So=function(e){return Sd.test(e)},Ld=function(e){return Hd.test(e)},xo=function(e){return e.substr(0,4)==="blob"},Td=function(e){return e.substr(-3).toLowerCase()==="svg"||Id.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}(),ut=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=ut(this.start,this.startControl,A),n=ut(this.startControl,this.endControl,A),a=ut(this.endControl,this.end,A),o=ut(r,n,A),s=ut(n,a,A),i=ut(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},Dd=function(){function e(A){var t=A.styles,r=A.bounds,n=kt(t.borderTopLeftRadius,r.width,r.height),a=n[0],o=n[1],s=kt(t.borderTopRightRadius,r.width,r.height),i=s[0],l=s[1],c=kt(t.borderBottomRightRadius,r.width,r.height),B=c[0],u=c[1],g=kt(t.borderBottomLeftRadius,r.width,r.height),d=g[0],h=g[1],w=[];w.push((a+i)/r.width),w.push((d+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,d/=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),k=dA(t.paddingBottom,A.bounds.width),I=dA(t.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=a>0||o>0?QA(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?QA(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?QA(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=d>0||h>0?QA(r.left+v/3,r.top+E,d-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?QA(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?QA(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?QA(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=d>0||h>0?QA(r.left+v*2/3,r.top+E,d-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?QA(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?QA(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?QA(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=d>0||h>0?QA(r.left+v/2,r.top+E,d-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?QA(r.left,r.top,a,o,sA.TOP_LEFT):new M(r.left,r.top),this.topRightBorderBox=i>0||l>0?QA(r.left+C,r.top,i,l,sA.TOP_RIGHT):new M(r.left+r.width,r.top),this.bottomRightBorderBox=B>0||u>0?QA(r.left+m,r.top+y,B,u,sA.BOTTOM_RIGHT):new M(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=d>0||h>0?QA(r.left,r.top+E,d,h,sA.BOTTOM_LEFT):new M(r.left,r.top+r.height),this.topLeftPaddingBox=a>0||o>0?QA(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?QA(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?QA(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=d>0||h>0?QA(r.left+v,r.top+Math.min(E,r.height-S),Math.max(0,d-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?QA(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?QA(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?QA(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+k),sA.BOTTOM_RIGHT):new M(r.left+r.width-(H+O),r.top+r.height-(S+k)),this.bottomLeftContentBox=d>0||h>0?QA(r.left+v+I,r.top+E,Math.max(0,d-(v+I)),h-(S+k),sA.BOTTOM_LEFT):new M(r.left+v+I,r.top+r.height-(S+k))}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 QA=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]},Kd=function(e){return[e.topLeftContentBox,e.topRightContentBox,e.bottomRightContentBox,e.bottomLeftContentBox]},cn=function(e){return[e.topLeftPaddingBox,e.topRightPaddingBox,e.bottomRightPaddingBox,e.bottomLeftPaddingBox]},Od=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}(),Md=function(){function e(A){this.opacity=A,this.type=2,this.target=6}return e}(),Rd=function(e){return e.type===0},ei=function(e){return e.type===1},Nd=function(e){return e.type===2},ti=function(e,A){return e.length===A.length?e.some(function(t,r){return t===A[r]}):!1},Vd=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})},ri=function(){function e(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return e}(),ni=function(){function e(A,t){if(this.container=A,this.parent=t,this.effects=[],this.curves=new Dd(this.container),this.container.styles.opacity<1&&this.effects.push(new Md(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 Od(r,n,a))}if(this.container.styles.overflowX!==0){var o=ln(this.curves),s=cn(this.curves);ti(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!ei(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);ti(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 ni(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 ri(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(d,h){return B>d.element.container.styles.zIndex.order?(u=h,!1):u>0}),l.negativeZIndex.splice(u,0,c)}else if(B>0){var g=0;l.positiveZIndex.some(function(d,h){return B>=d.element.container.styles.zIndex.order?(g=h+1,!1):g>0}),l.positiveZIndex.splice(g,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)&&oi(n,i)})},oi=function(e,A){for(var t=e instanceof mo?e.start:1,r=e instanceof mo?e.reversed:!1,n=0;n<A.length;n++){var a=A[n];a.container instanceof Ss&&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}},Pd=function(e){var A=new ni(e,null),t=new ri(A),r=[];return Lo(A,t,t,r),oi(A.container,r),t},ai=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)}},Gd=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)}},kd=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)}},Xd=function(e,A){switch(A){case 0:return un(e.topLeftBorderStroke,e.topRightBorderStroke);case 1:return un(e.topRightBorderStroke,e.bottomRightBorderStroke);case 2:return un(e.bottomRightBorderStroke,e.bottomLeftBorderStroke);case 3:default:return un(e.bottomLeftBorderStroke,e.topLeftBorderStroke)}},un=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},si=function(e){var A=e.bounds,t=e.styles;return A.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},fn=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))},Wd=function(e,A){return e===0?A.bounds:e===2?fn(A):si(A)},Yd=function(e,A){return e===0?A.bounds:e===2?fn(A):si(A)},To=function(e,A,t){var r=Wd(gt(e.styles.backgroundOrigin,A),e),n=Yd(gt(e.styles.backgroundClip,A),e),a=Jd(gt(e.styles.backgroundSize,A),t,r),o=a[0],s=a[1],i=kt(gt(e.styles.backgroundPosition,A),r.width-o,r.height-s),l=jd(gt(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]},ft=function(e){return fA(e)&&e.value===it.AUTO},gn=function(e){return typeof e=="number"},Jd=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[dA(o,t.width),dA(s,t.height)];var i=gn(a);if(fA(o)&&(o.value===it.CONTAIN||o.value===it.COVER)){if(gn(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=gn(r),B=gn(n),u=c||B;if(ft(o)&&(!s||ft(s))){if(c&&B)return[r,n];if(!i&&!u)return[t.width,t.height];if(u&&i){var g=c?r:n*a,d=B?n:r/a;return[g,d]}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=dA(o,t.width):HA(s)&&(C=dA(s,t.height)),ft(o)?p=C*a:(!s||ft(s))&&(C=p/a),[p,C]}var y=null,m=null;if(HA(o)?y=dA(o,t.width):s&&HA(s)&&(m=dA(s,t.height)),y!==null&&(!s||ft(s))&&(m=c&&B?y/r*n:t.height),m!==null&&ft(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")},gt=function(e,A){var t=e[A];return typeof t>"u"?e[0]:t},jd=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))]}},Zd="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",ii="Hidden Text",zd=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=Zd,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(ii)),r.appendChild(a),r.appendChild(n);var s=n.offsetTop-a.offsetTop+2;r.removeChild(a),r.appendChild(this._document.createTextNode(ii)),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}(),li=function(){function e(A,t){this.context=A,this.options=t}return e}(),_d=1e4,qd=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 zd(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(),Nd(t)&&(this.ctx.globalAlpha=t.opacity),Rd(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)),ei(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 kA(this,void 0,void 0,function(){var r;return NA(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 kA(this,void 0,void 0,function(){return NA(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=Qo(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=rh(t.fontFamily).join(", "),a=Gt(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 kA(this,void 0,void 0,function(){var n,a,o,s,i,l,c,B,u=this;return NA(this,function(g){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(d){B.forEach(function(h){switch(h){case 0:u.ctx.fillStyle=xA(r.color),u.renderTextWithLetterSpacing(d,r.letterSpacing,l);var w=r.textShadow;w.length&&d.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(d,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(d.bounds.left,Math.round(d.bounds.top+l),d.bounds.width,1);break;case 2:u.ctx.fillRect(d.bounds.left,Math.round(d.bounds.top),d.bounds.width,1);break;case 3:u.ctx.fillRect(d.bounds.left,Math.ceil(d.bounds.top+c),d.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&d.text.trim().length&&(u.ctx.strokeStyle=xA(r.webkitTextStrokeColor),u.ctx.lineWidth=r.webkitTextStrokeWidth,u.ctx.lineJoin=window.chrome?"miter":"round",u.ctx.strokeText(d.text,d.bounds.left,d.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=fn(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 kA(this,void 0,void 0,function(){var r,n,a,o,s,i,C,C,l,c,B,u,m,g,d,E,h,w,p,C,y,m,E;return NA(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 bs))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 Is&&this.renderReplacedElement(r,n,r.canvas),!(r instanceof Hs))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 Ds&&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 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(xs),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(xs),this.ctx.fill(),this.ctx.restore())),$d(r)&&r.value.length){switch(u=this.createFontStyle(a),m=u[0],g=u[1],d=this.fontMetrics.getMetrics(m,g).baseline,this.ctx.font=m,this.ctx.fillStyle=xA(a.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=eh(r.styles.textAlign),E=fn(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,d),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 Qe(r.bounds.left,r.bounds.top+dA(r.styles.paddingTop,r.bounds.width),r.bounds.width,is(a.lineHeight,a.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Jt(t.listValue,E),a.letterSpacing,is(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 kA(this,void 0,void 0,function(){var r,n,p,a,o,p,s,i,p,l,c,p,B,u,p,g,d,p,h,w,p;return NA(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:g=0,d=t.zeroOrAutoZIndexOrTransformedOrOpacity,C.label=23;case 23:return g<d.length?(p=d[g],[4,this.renderStack(p)]):[3,26];case 24:C.sent(),C.label=25;case 25:return g++,[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 kA(this,void 0,void 0,function(){var r,n,a,o,s,i;return NA(this,function(l){switch(l.label){case 0:r=t.styles.backgroundImage.length-1,n=function(c){var B,u,g,T,D,N,I,x,S,d,T,D,N,I,x,h,w,p,C,y,m,E,Q,H,S,v,T,O,k,I,x,X,D,N,q,tA,hA,iA,lA,BA,wA,cA;return NA(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&&(g=To(t,r,[B.width,B.height,B.width/B.height]),T=g[0],D=g[1],N=g[2],I=g[3],x=g[4],S=a.ctx.createPattern(a.resizeImage(B,I,x),"repeat"),a.renderRepeat(T,S,D,N)),[3,6];case 5:Mu(c)?(d=To(t,r,[null,null,null]),T=d[0],D=d[1],N=d[2],I=d[3],x=d[4],h=Lu(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),_a(c.stops,w).forEach(function(uA){return H.addColorStop(uA.stop,xA(uA.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))):Ru(c)&&(v=To(t,r,[null,null,null]),T=v[0],O=v[1],k=v[2],I=v[3],x=v[4],X=c.position.length===0?[no]:c.position,D=dA(X[0],I),N=dA(X[X.length-1],x),q=Tu(c,D,N,I,x),tA=q[0],hA=q[1],tA>0&&hA>0&&(iA=a.ctx.createRadialGradient(O+D,k+N,0,O+D,k+N,tA),_a(c.stops,tA*2).forEach(function(uA){return iA.addColorStop(uA.stop,xA(uA.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*(k-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 kA(this,void 0,void 0,function(){return NA(this,function(a){return this.path(ai(n,r)),this.ctx.fillStyle=xA(t),this.ctx.fill(),[2]})})},A.prototype.renderDoubleBorder=function(t,r,n,a){return kA(this,void 0,void 0,function(){var o,s;return NA(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=Gd(a,n),this.path(o),this.ctx.fillStyle=xA(t),this.ctx.fill(),s=kd(a,n),this.path(s),this.ctx.fill(),[2]}})})},A.prototype.renderNodeBackgroundAndBorders=function(t){return kA(this,void 0,void 0,function(){var r,n,a,o,s,i,l,c,B=this;return NA(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=Ah(gt(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(g){B.ctx.save();var d=ln(t.curves),h=g.inset?0:_d,w=Vd(d,-h+(g.inset?1:-1)*g.spread.number,(g.inset?1:-1)*g.spread.number,g.spread.number*(g.inset?-2:2),g.spread.number*(g.inset?-2:2));g.inset?(B.path(d),B.ctx.clip(),B.mask(w)):(B.mask(d),B.ctx.clip(),B.path(w)),B.ctx.shadowOffsetX=g.offsetX.number+h,B.ctx.shadowOffsetY=g.offsetY.number,B.ctx.shadowColor=xA(g.color),B.ctx.shadowBlur=g.blur.number,B.ctx.fillStyle=g.inset?xA(g.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 kA(this,void 0,void 0,function(){var s,i,l,c,B,u,g,d,h,w,p,C,y,m,E,Q,E,Q;return NA(this,function(H){return this.ctx.save(),s=Xd(a,n),i=ai(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?g=Math.abs(l-B):g=Math.abs(c-u),this.ctx.beginPath(),o===3?this.formatPath(s):this.formatPath(i.slice(0,2)),d=r<3?r*3:r*2,h=r<3?r*2:r,o===3&&(d=r,h=r),w=!0,g<=d*2?w=!1:g<=d*2+h?(p=g/(2*d+h),d*=p,h*=p):(C=Math.floor((g+h)/(d+h)),y=(g-C*d)/(C-1),m=(g-(C+1)*d)/C,h=m<=0||Math.abs(h-y)<Math.abs(h-m)?y:m),w&&(o===3?this.ctx.setLineDash([0,d+h]):this.ctx.setLineDash([d,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],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()),re(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 kA(this,void 0,void 0,function(){var r;return NA(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=Pd(t),[4,this.renderStack(r)];case 1:return n.sent(),this.applyEffects([]),[2,this.canvas]}})})},A}(li),$d=function(e){return e instanceof Ts||e instanceof Ls?!0:e instanceof vo&&e.type!==tn&&e.type!==en},Ah=function(e,A){switch(e){case 0:return ln(A);case 2:return Kd(A);case 1:default:return cn(A)}},eh=function(e){switch(e){case 1:return"center";case 2:return"right";case 0:default:return"left"}},th=["-apple-system","system-ui"],rh=function(e){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?e.filter(function(A){return th.indexOf(A)===-1}):e},nh=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 kA(this,void 0,void 0,function(){var r,n;return NA(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,oh(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}(li),oh=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))})},ah=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,mr([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,mr([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,mr([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,mr([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.instances={},e}(),sh=function(){function e(A,t){var r;this.windowBounds=t,this.instanceName="#"+e.instanceCount++,this.logger=new ah({id:this.instanceName,enabled:A.logging}),this.cache=(r=A.cache)!==null&&r!==void 0?r:new bd(this,A)}return e.instanceCount=1,e}(),ih=function(e,A){return A===void 0&&(A={}),lh(e,A)};typeof window<"u"&&Ai.setContext(window);var lh=function(e,A){return kA(void 0,void 0,void 0,function(){var t,r,n,a,o,s,i,l,c,B,u,g,d,h,w,p,C,y,m,E,H,Q,H,S,v,T,O,k,I,x,X,D,N,q,tA,hA,iA,lA,BA,wA;return NA(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:(k=A.windowWidth)!==null&&k!==void 0?k: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 Qe(o.scrollX,o.scrollY,o.windowWidth,o.windowHeight),i=new sh(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 qs(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 g=cA.sent(),d=Uo(u)||cd(u)?Nc(u.ownerDocument):vr(i,u),h=d.width,w=d.height,p=d.left,C=d.top,y=ch(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 nh(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=Os(i,u),y===Q.styles.backgroundColor&&(Q.styles.backgroundColor=ve.TRANSPARENT),i.logger.debug("Starting renderer for element at "+m.x+","+m.y+" with size "+m.width+"x"+m.height),H=new qd(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)&&(qs.destroy(g)||i.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),i.logger.debug("Finished rendering"),[2,E]}})})},ch=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},Bh={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,g=document.createElement("a");c=c||l.name||"download",g.download=c,g.rel="noopener",typeof l=="string"?(g.href=l,g.origin===location.origin?a(g):n(g.href)?r(l,c,B):a(g,g.target="_blank")):(g.href=u.createObjectURL(l),setTimeout(function(){u.revokeObjectURL(g.href)},4e4),setTimeout(function(){a(g)},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 g=l.type==="application/octet-stream",d=/constructor/i.test(o.HTMLElement)||o.safari,h=/CriOS\/[\d]+/.test(navigator.userAgent);if((h||g&&d||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})}(Bh),{install:(e,A)=>{e.component("lab-header",ui),e.component("lab-footer",Oo),e.component("lab-drawer",Oo),e.component("lab-image",Fi),e.component("lab-kaltura",Ti),e.component("lab-image-marker",zi),e.component("lab-image-replacer",tl),e.component("lab-feedback",Mo),e.component("lab-drop-down",ol),e.component("lab-fill-blank",il),e.component("lab-selectable",dl),e.component("lab-textbox",pl),e.component("lab-menu_chooser",Ll),e.component("lab-drag-resize",No),e.component("lab-fridgemagnet",Wl),e.component("lab-drag-drop",Rc),window.html2canvas=ih}}});
|