r2-explorer 0.2.0
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/.eslintrc.yml +31 -0
- package/bin/r2-explorer.js +45 -0
- package/dist/index.js +210 -0
- package/package.json +31 -0
- package/rollup.config.js +40 -0
- package/spa/favicon.png +0 -0
- package/spa/index.html +1 -0
- package/spa/js/app.js +127 -0
- package/spa/js/app.js.map +1 -0
- package/src/api/core.js +12 -0
- package/src/api/createFolder.js +13 -0
- package/src/api/deleteObject.js +15 -0
- package/src/api/downloadFile.js +23 -0
- package/src/api/listContents.js +27 -0
- package/src/api/listDisks.js +15 -0
- package/src/api/renameObject.js +24 -0
- package/src/api/uploadFiles.js +23 -0
- package/src/index.js +60 -0
- package/wrangler.toml +15 -0
package/spa/js/app.js
ADDED
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
(function(){var __webpack_modules__={1684:function(e,t,r){"use strict";r.r(t),r.d(t,{afterMain:function(){return k},afterRead:function(){return w},afterWrite:function(){return S},applyStyles:function(){return R},arrow:function(){return ne},auto:function(){return s},basePlacements:function(){return l},beforeMain:function(){return y},beforeRead:function(){return b},beforeWrite:function(){return A},bottom:function(){return n},clippingParents:function(){return u},computeStyles:function(){return de},createPopper:function(){return st},createPopperBase:function(){return ot},createPopperLite:function(){return ct},detectOverflow:function(){return Oe},end:function(){return d},eventListeners:function(){return pe},flip:function(){return Me},hide:function(){return Ue},left:function(){return i},main:function(){return x},modifierPhases:function(){return _},offset:function(){return qe},placements:function(){return g},popper:function(){return p},popperGenerator:function(){return nt},popperOffsets:function(){return Ge},preventOverflow:function(){return $e},read:function(){return v},reference:function(){return m},right:function(){return o},start:function(){return c},top:function(){return a},variationPlacements:function(){return f},viewport:function(){return h},write:function(){return C}});var a="top",n="bottom",o="right",i="left",s="auto",l=[a,n,o,i],c="start",d="end",u="clippingParents",h="viewport",p="popper",m="reference",f=l.reduce((function(e,t){return e.concat([t+"-"+c,t+"-"+d])}),[]),g=[].concat(l,[s]).reduce((function(e,t){return e.concat([t,t+"-"+c,t+"-"+d])}),[]),b="beforeRead",v="read",w="afterRead",y="beforeMain",x="main",k="afterMain",A="beforeWrite",C="write",S="afterWrite",_=[b,v,w,y,x,k,A,C,S];function E(e){return e?(e.nodeName||"").toLowerCase():null}function P(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function T(e){var t=P(e).Element;return e instanceof t||e instanceof Element}function I(e){var t=P(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function O(e){if("undefined"===typeof ShadowRoot)return!1;var t=P(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function L(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var r=t.styles[e]||{},a=t.attributes[e]||{},n=t.elements[e];I(n)&&E(n)&&(Object.assign(n.style,r),Object.keys(a).forEach((function(e){var t=a[e];!1===t?n.removeAttribute(e):n.setAttribute(e,!0===t?"":t)})))}))}function F(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach((function(e){var a=t.elements[e],n=t.attributes[e]||{},o=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:r[e]),i=o.reduce((function(e,t){return e[t]="",e}),{});I(a)&&E(a)&&(Object.assign(a.style,i),Object.keys(n).forEach((function(e){a.removeAttribute(e)})))}))}}var R={name:"applyStyles",enabled:!0,phase:"write",fn:L,effect:F,requires:["computeStyles"]};function M(e){return e.split("-")[0]}var D=Math.max,N=Math.min,B=Math.round;function U(e,t){void 0===t&&(t=!1);var r=e.getBoundingClientRect(),a=1,n=1;if(I(e)&&t){var o=e.offsetHeight,i=e.offsetWidth;i>0&&(a=B(r.width)/i||1),o>0&&(n=B(r.height)/o||1)}return{width:r.width/a,height:r.height/n,top:r.top/n,right:r.right/a,bottom:r.bottom/n,left:r.left/a,x:r.left/a,y:r.top/n}}function j(e){var t=U(e),r=e.offsetWidth,a=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-a)<=1&&(a=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:a}}function z(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&O(r)){var a=t;do{if(a&&e.isSameNode(a))return!0;a=a.parentNode||a.host}while(a)}return!1}function q(e){return P(e).getComputedStyle(e)}function H(e){return["table","td","th"].indexOf(E(e))>=0}function G(e){return((T(e)?e.ownerDocument:e.document)||window.document).documentElement}function W(e){return"html"===E(e)?e:e.assignedSlot||e.parentNode||(O(e)?e.host:null)||G(e)}function V(e){return I(e)&&"fixed"!==q(e).position?e.offsetParent:null}function $(e){var t=-1!==navigator.userAgent.toLowerCase().indexOf("firefox"),r=-1!==navigator.userAgent.indexOf("Trident");if(r&&I(e)){var a=q(e);if("fixed"===a.position)return null}var n=W(e);O(n)&&(n=n.host);while(I(n)&&["html","body"].indexOf(E(n))<0){var o=q(n);if("none"!==o.transform||"none"!==o.perspective||"paint"===o.contain||-1!==["transform","perspective"].indexOf(o.willChange)||t&&"filter"===o.willChange||t&&o.filter&&"none"!==o.filter)return n;n=n.parentNode}return null}function Y(e){var t=P(e),r=V(e);while(r&&H(r)&&"static"===q(r).position)r=V(r);return r&&("html"===E(r)||"body"===E(r)&&"static"===q(r).position)?t:r||$(e)||t}function X(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function K(e,t,r){return D(e,N(t,r))}function Q(e,t,r){var a=K(e,t,r);return a>r?r:a}function J(){return{top:0,right:0,bottom:0,left:0}}function Z(e){return Object.assign({},J(),e)}function ee(e,t){return t.reduce((function(t,r){return t[r]=e,t}),{})}var te=function(e,t){return e="function"===typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e,Z("number"!==typeof e?e:ee(e,l))};function re(e){var t,r=e.state,s=e.name,l=e.options,c=r.elements.arrow,d=r.modifiersData.popperOffsets,u=M(r.placement),h=X(u),p=[i,o].indexOf(u)>=0,m=p?"height":"width";if(c&&d){var f=te(l.padding,r),g=j(c),b="y"===h?a:i,v="y"===h?n:o,w=r.rects.reference[m]+r.rects.reference[h]-d[h]-r.rects.popper[m],y=d[h]-r.rects.reference[h],x=Y(c),k=x?"y"===h?x.clientHeight||0:x.clientWidth||0:0,A=w/2-y/2,C=f[b],S=k-g[m]-f[v],_=k/2-g[m]/2+A,E=K(C,_,S),P=h;r.modifiersData[s]=(t={},t[P]=E,t.centerOffset=E-_,t)}}function ae(e){var t=e.state,r=e.options,a=r.element,n=void 0===a?"[data-popper-arrow]":a;null!=n&&("string"!==typeof n||(n=t.elements.popper.querySelector(n),n))&&z(t.elements.popper,n)&&(t.elements.arrow=n)}var ne={name:"arrow",enabled:!0,phase:"main",fn:re,effect:ae,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function oe(e){return e.split("-")[1]}var ie={top:"auto",right:"auto",bottom:"auto",left:"auto"};function se(e){var t=e.x,r=e.y,a=window,n=a.devicePixelRatio||1;return{x:B(t*n)/n||0,y:B(r*n)/n||0}}function le(e){var t,r=e.popper,s=e.popperRect,l=e.placement,c=e.variation,u=e.offsets,h=e.position,p=e.gpuAcceleration,m=e.adaptive,f=e.roundOffsets,g=e.isFixed,b=u.x,v=void 0===b?0:b,w=u.y,y=void 0===w?0:w,x="function"===typeof f?f({x:v,y:y}):{x:v,y:y};v=x.x,y=x.y;var k=u.hasOwnProperty("x"),A=u.hasOwnProperty("y"),C=i,S=a,_=window;if(m){var E=Y(r),T="clientHeight",I="clientWidth";if(E===P(r)&&(E=G(r),"static"!==q(E).position&&"absolute"===h&&(T="scrollHeight",I="scrollWidth")),l===a||(l===i||l===o)&&c===d){S=n;var O=g&&E===_&&_.visualViewport?_.visualViewport.height:E[T];y-=O-s.height,y*=p?1:-1}if(l===i||(l===a||l===n)&&c===d){C=o;var L=g&&E===_&&_.visualViewport?_.visualViewport.width:E[I];v-=L-s.width,v*=p?1:-1}}var F,R=Object.assign({position:h},m&&ie),M=!0===f?se({x:v,y:y}):{x:v,y:y};return v=M.x,y=M.y,p?Object.assign({},R,(F={},F[S]=A?"0":"",F[C]=k?"0":"",F.transform=(_.devicePixelRatio||1)<=1?"translate("+v+"px, "+y+"px)":"translate3d("+v+"px, "+y+"px, 0)",F)):Object.assign({},R,(t={},t[S]=A?y+"px":"",t[C]=k?v+"px":"",t.transform="",t))}function ce(e){var t=e.state,r=e.options,a=r.gpuAcceleration,n=void 0===a||a,o=r.adaptive,i=void 0===o||o,s=r.roundOffsets,l=void 0===s||s,c={placement:M(t.placement),variation:oe(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:n,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,le(Object.assign({},c,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:l})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,le(Object.assign({},c,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var de={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:ce,data:{}},ue={passive:!0};function he(e){var t=e.state,r=e.instance,a=e.options,n=a.scroll,o=void 0===n||n,i=a.resize,s=void 0===i||i,l=P(t.elements.popper),c=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&c.forEach((function(e){e.addEventListener("scroll",r.update,ue)})),s&&l.addEventListener("resize",r.update,ue),function(){o&&c.forEach((function(e){e.removeEventListener("scroll",r.update,ue)})),s&&l.removeEventListener("resize",r.update,ue)}}var pe={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:he,data:{}},me={left:"right",right:"left",bottom:"top",top:"bottom"};function fe(e){return e.replace(/left|right|bottom|top/g,(function(e){return me[e]}))}var ge={start:"end",end:"start"};function be(e){return e.replace(/start|end/g,(function(e){return ge[e]}))}function ve(e){var t=P(e),r=t.pageXOffset,a=t.pageYOffset;return{scrollLeft:r,scrollTop:a}}function we(e){return U(G(e)).left+ve(e).scrollLeft}function ye(e){var t=P(e),r=G(e),a=t.visualViewport,n=r.clientWidth,o=r.clientHeight,i=0,s=0;return a&&(n=a.width,o=a.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(i=a.offsetLeft,s=a.offsetTop)),{width:n,height:o,x:i+we(e),y:s}}function xe(e){var t,r=G(e),a=ve(e),n=null==(t=e.ownerDocument)?void 0:t.body,o=D(r.scrollWidth,r.clientWidth,n?n.scrollWidth:0,n?n.clientWidth:0),i=D(r.scrollHeight,r.clientHeight,n?n.scrollHeight:0,n?n.clientHeight:0),s=-a.scrollLeft+we(e),l=-a.scrollTop;return"rtl"===q(n||r).direction&&(s+=D(r.clientWidth,n?n.clientWidth:0)-o),{width:o,height:i,x:s,y:l}}function ke(e){var t=q(e),r=t.overflow,a=t.overflowX,n=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+n+a)}function Ae(e){return["html","body","#document"].indexOf(E(e))>=0?e.ownerDocument.body:I(e)&&ke(e)?e:Ae(W(e))}function Ce(e,t){var r;void 0===t&&(t=[]);var a=Ae(e),n=a===(null==(r=e.ownerDocument)?void 0:r.body),o=P(a),i=n?[o].concat(o.visualViewport||[],ke(a)?a:[]):a,s=t.concat(i);return n?s:s.concat(Ce(W(i)))}function Se(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function _e(e){var t=U(e);return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}function Ee(e,t){return t===h?Se(ye(e)):T(t)?_e(t):Se(xe(G(e)))}function Pe(e){var t=Ce(W(e)),r=["absolute","fixed"].indexOf(q(e).position)>=0,a=r&&I(e)?Y(e):e;return T(a)?t.filter((function(e){return T(e)&&z(e,a)&&"body"!==E(e)})):[]}function Te(e,t,r){var a="clippingParents"===t?Pe(e):[].concat(t),n=[].concat(a,[r]),o=n[0],i=n.reduce((function(t,r){var a=Ee(e,r);return t.top=D(a.top,t.top),t.right=N(a.right,t.right),t.bottom=N(a.bottom,t.bottom),t.left=D(a.left,t.left),t}),Ee(e,o));return i.width=i.right-i.left,i.height=i.bottom-i.top,i.x=i.left,i.y=i.top,i}function Ie(e){var t,r=e.reference,s=e.element,l=e.placement,u=l?M(l):null,h=l?oe(l):null,p=r.x+r.width/2-s.width/2,m=r.y+r.height/2-s.height/2;switch(u){case a:t={x:p,y:r.y-s.height};break;case n:t={x:p,y:r.y+r.height};break;case o:t={x:r.x+r.width,y:m};break;case i:t={x:r.x-s.width,y:m};break;default:t={x:r.x,y:r.y}}var f=u?X(u):null;if(null!=f){var g="y"===f?"height":"width";switch(h){case c:t[f]=t[f]-(r[g]/2-s[g]/2);break;case d:t[f]=t[f]+(r[g]/2-s[g]/2);break;default:}}return t}function Oe(e,t){void 0===t&&(t={});var r=t,i=r.placement,s=void 0===i?e.placement:i,c=r.boundary,d=void 0===c?u:c,f=r.rootBoundary,g=void 0===f?h:f,b=r.elementContext,v=void 0===b?p:b,w=r.altBoundary,y=void 0!==w&&w,x=r.padding,k=void 0===x?0:x,A=Z("number"!==typeof k?k:ee(k,l)),C=v===p?m:p,S=e.rects.popper,_=e.elements[y?C:v],E=Te(T(_)?_:_.contextElement||G(e.elements.popper),d,g),P=U(e.elements.reference),I=Ie({reference:P,element:S,strategy:"absolute",placement:s}),O=Se(Object.assign({},S,I)),L=v===p?O:P,F={top:E.top-L.top+A.top,bottom:L.bottom-E.bottom+A.bottom,left:E.left-L.left+A.left,right:L.right-E.right+A.right},R=e.modifiersData.offset;if(v===p&&R){var M=R[s];Object.keys(F).forEach((function(e){var t=[o,n].indexOf(e)>=0?1:-1,r=[a,n].indexOf(e)>=0?"y":"x";F[e]+=M[r]*t}))}return F}function Le(e,t){void 0===t&&(t={});var r=t,a=r.placement,n=r.boundary,o=r.rootBoundary,i=r.padding,s=r.flipVariations,c=r.allowedAutoPlacements,d=void 0===c?g:c,u=oe(a),h=u?s?f:f.filter((function(e){return oe(e)===u})):l,p=h.filter((function(e){return d.indexOf(e)>=0}));0===p.length&&(p=h);var m=p.reduce((function(t,r){return t[r]=Oe(e,{placement:r,boundary:n,rootBoundary:o,padding:i})[M(r)],t}),{});return Object.keys(m).sort((function(e,t){return m[e]-m[t]}))}function Fe(e){if(M(e)===s)return[];var t=fe(e);return[be(e),t,be(t)]}function Re(e){var t=e.state,r=e.options,l=e.name;if(!t.modifiersData[l]._skip){for(var d=r.mainAxis,u=void 0===d||d,h=r.altAxis,p=void 0===h||h,m=r.fallbackPlacements,f=r.padding,g=r.boundary,b=r.rootBoundary,v=r.altBoundary,w=r.flipVariations,y=void 0===w||w,x=r.allowedAutoPlacements,k=t.options.placement,A=M(k),C=A===k,S=m||(C||!y?[fe(k)]:Fe(k)),_=[k].concat(S).reduce((function(e,r){return e.concat(M(r)===s?Le(t,{placement:r,boundary:g,rootBoundary:b,padding:f,flipVariations:y,allowedAutoPlacements:x}):r)}),[]),E=t.rects.reference,P=t.rects.popper,T=new Map,I=!0,O=_[0],L=0;L<_.length;L++){var F=_[L],R=M(F),D=oe(F)===c,N=[a,n].indexOf(R)>=0,B=N?"width":"height",U=Oe(t,{placement:F,boundary:g,rootBoundary:b,altBoundary:v,padding:f}),j=N?D?o:i:D?n:a;E[B]>P[B]&&(j=fe(j));var z=fe(j),q=[];if(u&&q.push(U[R]<=0),p&&q.push(U[j]<=0,U[z]<=0),q.every((function(e){return e}))){O=F,I=!1;break}T.set(F,q)}if(I)for(var H=y?3:1,G=function(e){var t=_.find((function(t){var r=T.get(t);if(r)return r.slice(0,e).every((function(e){return e}))}));if(t)return O=t,"break"},W=H;W>0;W--){var V=G(W);if("break"===V)break}t.placement!==O&&(t.modifiersData[l]._skip=!0,t.placement=O,t.reset=!0)}}var Me={name:"flip",enabled:!0,phase:"main",fn:Re,requiresIfExists:["offset"],data:{_skip:!1}};function De(e,t,r){return void 0===r&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function Ne(e){return[a,o,n,i].some((function(t){return e[t]>=0}))}function Be(e){var t=e.state,r=e.name,a=t.rects.reference,n=t.rects.popper,o=t.modifiersData.preventOverflow,i=Oe(t,{elementContext:"reference"}),s=Oe(t,{altBoundary:!0}),l=De(i,a),c=De(s,n,o),d=Ne(l),u=Ne(c);t.modifiersData[r]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:d,hasPopperEscaped:u},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":u})}var Ue={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Be};function je(e,t,r){var n=M(e),s=[i,a].indexOf(n)>=0?-1:1,l="function"===typeof r?r(Object.assign({},t,{placement:e})):r,c=l[0],d=l[1];return c=c||0,d=(d||0)*s,[i,o].indexOf(n)>=0?{x:d,y:c}:{x:c,y:d}}function ze(e){var t=e.state,r=e.options,a=e.name,n=r.offset,o=void 0===n?[0,0]:n,i=g.reduce((function(e,r){return e[r]=je(r,t.rects,o),e}),{}),s=i[t.placement],l=s.x,c=s.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=c),t.modifiersData[a]=i}var qe={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:ze};function He(e){var t=e.state,r=e.name;t.modifiersData[r]=Ie({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var Ge={name:"popperOffsets",enabled:!0,phase:"read",fn:He,data:{}};function We(e){return"x"===e?"y":"x"}function Ve(e){var t=e.state,r=e.options,s=e.name,l=r.mainAxis,d=void 0===l||l,u=r.altAxis,h=void 0!==u&&u,p=r.boundary,m=r.rootBoundary,f=r.altBoundary,g=r.padding,b=r.tether,v=void 0===b||b,w=r.tetherOffset,y=void 0===w?0:w,x=Oe(t,{boundary:p,rootBoundary:m,padding:g,altBoundary:f}),k=M(t.placement),A=oe(t.placement),C=!A,S=X(k),_=We(S),E=t.modifiersData.popperOffsets,P=t.rects.reference,T=t.rects.popper,I="function"===typeof y?y(Object.assign({},t.rects,{placement:t.placement})):y,O="number"===typeof I?{mainAxis:I,altAxis:I}:Object.assign({mainAxis:0,altAxis:0},I),L=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,F={x:0,y:0};if(E){if(d){var R,B="y"===S?a:i,U="y"===S?n:o,z="y"===S?"height":"width",q=E[S],H=q+x[B],G=q-x[U],W=v?-T[z]/2:0,V=A===c?P[z]:T[z],$=A===c?-T[z]:-P[z],Z=t.elements.arrow,ee=v&&Z?j(Z):{width:0,height:0},te=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:J(),re=te[B],ae=te[U],ne=K(0,P[z],ee[z]),ie=C?P[z]/2-W-ne-re-O.mainAxis:V-ne-re-O.mainAxis,se=C?-P[z]/2+W+ne+ae+O.mainAxis:$+ne+ae+O.mainAxis,le=t.elements.arrow&&Y(t.elements.arrow),ce=le?"y"===S?le.clientTop||0:le.clientLeft||0:0,de=null!=(R=null==L?void 0:L[S])?R:0,ue=q+ie-de-ce,he=q+se-de,pe=K(v?N(H,ue):H,q,v?D(G,he):G);E[S]=pe,F[S]=pe-q}if(h){var me,fe="x"===S?a:i,ge="x"===S?n:o,be=E[_],ve="y"===_?"height":"width",we=be+x[fe],ye=be-x[ge],xe=-1!==[a,i].indexOf(k),ke=null!=(me=null==L?void 0:L[_])?me:0,Ae=xe?we:be-P[ve]-T[ve]-ke+O.altAxis,Ce=xe?be+P[ve]+T[ve]-ke-O.altAxis:ye,Se=v&&xe?Q(Ae,be,Ce):K(v?Ae:we,be,v?Ce:ye);E[_]=Se,F[_]=Se-be}t.modifiersData[s]=F}}var $e={name:"preventOverflow",enabled:!0,phase:"main",fn:Ve,requiresIfExists:["offset"]};function Ye(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function Xe(e){return e!==P(e)&&I(e)?Ye(e):ve(e)}function Ke(e){var t=e.getBoundingClientRect(),r=B(t.width)/e.offsetWidth||1,a=B(t.height)/e.offsetHeight||1;return 1!==r||1!==a}function Qe(e,t,r){void 0===r&&(r=!1);var a=I(t),n=I(t)&&Ke(t),o=G(t),i=U(e,n),s={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(a||!a&&!r)&&(("body"!==E(t)||ke(o))&&(s=Xe(t)),I(t)?(l=U(t,!0),l.x+=t.clientLeft,l.y+=t.clientTop):o&&(l.x=we(o))),{x:i.left+s.scrollLeft-l.x,y:i.top+s.scrollTop-l.y,width:i.width,height:i.height}}function Je(e){var t=new Map,r=new Set,a=[];function n(e){r.add(e.name);var o=[].concat(e.requires||[],e.requiresIfExists||[]);o.forEach((function(e){if(!r.has(e)){var a=t.get(e);a&&n(a)}})),a.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){r.has(e.name)||n(e)})),a}function Ze(e){var t=Je(e);return _.reduce((function(e,r){return e.concat(t.filter((function(e){return e.phase===r})))}),[])}function et(e){var t;return function(){return t||(t=new Promise((function(r){Promise.resolve().then((function(){t=void 0,r(e())}))}))),t}}function tt(e){var t=e.reduce((function(e,t){var r=e[t.name];return e[t.name]=r?Object.assign({},r,t,{options:Object.assign({},r.options,t.options),data:Object.assign({},r.data,t.data)}):t,e}),{});return Object.keys(t).map((function(e){return t[e]}))}var rt={placement:"bottom",modifiers:[],strategy:"absolute"};function at(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return!t.some((function(e){return!(e&&"function"===typeof e.getBoundingClientRect)}))}function nt(e){void 0===e&&(e={});var t=e,r=t.defaultModifiers,a=void 0===r?[]:r,n=t.defaultOptions,o=void 0===n?rt:n;return function(e,t,r){void 0===r&&(r=o);var n={placement:"bottom",orderedModifiers:[],options:Object.assign({},rt,o),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},i=[],s=!1,l={state:n,setOptions:function(r){var i="function"===typeof r?r(n.options):r;d(),n.options=Object.assign({},o,n.options,i),n.scrollParents={reference:T(e)?Ce(e):e.contextElement?Ce(e.contextElement):[],popper:Ce(t)};var s=Ze(tt([].concat(a,n.options.modifiers)));return n.orderedModifiers=s.filter((function(e){return e.enabled})),c(),l.update()},forceUpdate:function(){if(!s){var e=n.elements,t=e.reference,r=e.popper;if(at(t,r)){n.rects={reference:Qe(t,Y(r),"fixed"===n.options.strategy),popper:j(r)},n.reset=!1,n.placement=n.options.placement,n.orderedModifiers.forEach((function(e){return n.modifiersData[e.name]=Object.assign({},e.data)}));for(var a=0;a<n.orderedModifiers.length;a++)if(!0!==n.reset){var o=n.orderedModifiers[a],i=o.fn,c=o.options,d=void 0===c?{}:c,u=o.name;"function"===typeof i&&(n=i({state:n,options:d,name:u,instance:l})||n)}else n.reset=!1,a=-1}}},update:et((function(){return new Promise((function(e){l.forceUpdate(),e(n)}))})),destroy:function(){d(),s=!0}};if(!at(e,t))return l;function c(){n.orderedModifiers.forEach((function(e){var t=e.name,r=e.options,a=void 0===r?{}:r,o=e.effect;if("function"===typeof o){var s=o({state:n,name:t,instance:l,options:a}),c=function(){};i.push(s||c)}}))}function d(){i.forEach((function(e){return e()})),i=[]}return l.setOptions(r).then((function(e){!s&&r.onFirstUpdate&&r.onFirstUpdate(e)})),l}}var ot=nt(),it=[pe,Ge,de,R,qe,Me,$e,ne,Ue],st=nt({defaultModifiers:it}),lt=[pe,Ge,de,R],ct=nt({defaultModifiers:lt})},2262:function(e,t,r){"use strict";r.d(t,{$y:function(){return Re},B:function(){return i},BK:function(){return et},Bj:function(){return o},EB:function(){return c},Fl:function(){return nt},IU:function(){return Ne},Jd:function(){return P},OT:function(){return Ie},PG:function(){return Fe},SU:function(){return Xe},Um:function(){return Te},Vh:function(){return rt},WL:function(){return Qe},X$:function(){return L},X3:function(){return De},XI:function(){return We},Xl:function(){return Be},YS:function(){return Oe},ZM:function(){return Ze},cE:function(){return C},dq:function(){return He},iH:function(){return Ge},j:function(){return I},lk:function(){return T},nZ:function(){return l},oR:function(){return Ye},qj:function(){return Pe},qq:function(){return k},sT:function(){return S},yT:function(){return Me}});var a=r(3577);let n;class o{constructor(e=!1){this.active=!0,this.effects=[],this.cleanups=[],!e&&n&&(this.parent=n,this.index=(n.scopes||(n.scopes=[])).push(this)-1)}run(e){if(this.active){const t=n;try{return n=this,e()}finally{n=t}}else 0}on(){n=this}off(){n=this.parent}stop(e){if(this.active){let t,r;for(t=0,r=this.effects.length;t<r;t++)this.effects[t].stop();for(t=0,r=this.cleanups.length;t<r;t++)this.cleanups[t]();if(this.scopes)for(t=0,r=this.scopes.length;t<r;t++)this.scopes[t].stop(!0);if(this.parent&&!e){const e=this.parent.scopes.pop();e&&e!==this&&(this.parent.scopes[this.index]=e,e.index=this.index)}this.active=!1}}}function i(e){return new o(e)}function s(e,t=n){t&&t.active&&t.effects.push(e)}function l(){return n}function c(e){n&&n.cleanups.push(e)}const d=e=>{const t=new Set(e);return t.w=0,t.n=0,t},u=e=>(e.w&b)>0,h=e=>(e.n&b)>0,p=({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=b},m=e=>{const{deps:t}=e;if(t.length){let r=0;for(let a=0;a<t.length;a++){const n=t[a];u(n)&&!h(n)?n.delete(e):t[r++]=n,n.w&=~b,n.n&=~b}t.length=r}},f=new WeakMap;let g=0,b=1;const v=30;let w;const y=Symbol(""),x=Symbol("");class k{constructor(e,t=null,r){this.fn=e,this.scheduler=t,this.active=!0,this.deps=[],this.parent=void 0,s(this,r)}run(){if(!this.active)return this.fn();let e=w,t=_;while(e){if(e===this)return;e=e.parent}try{return this.parent=w,w=this,_=!0,b=1<<++g,g<=v?p(this):A(this),this.fn()}finally{g<=v&&m(this),b=1<<--g,w=this.parent,_=t,this.parent=void 0,this.deferStop&&this.stop()}}stop(){w===this?this.deferStop=!0:this.active&&(A(this),this.onStop&&this.onStop(),this.active=!1)}}function A(e){const{deps:t}=e;if(t.length){for(let r=0;r<t.length;r++)t[r].delete(e);t.length=0}}function C(e,t){e.effect&&(e=e.effect.fn);const r=new k(e);t&&((0,a.l7)(r,t),t.scope&&s(r,t.scope)),t&&t.lazy||r.run();const n=r.run.bind(r);return n.effect=r,n}function S(e){e.effect.stop()}let _=!0;const E=[];function P(){E.push(_),_=!1}function T(){const e=E.pop();_=void 0===e||e}function I(e,t,r){if(_&&w){let t=f.get(e);t||f.set(e,t=new Map);let a=t.get(r);a||t.set(r,a=d());const n=void 0;O(a,n)}}function O(e,t){let r=!1;g<=v?h(e)||(e.n|=b,r=!u(e)):r=!e.has(w),r&&(e.add(w),w.deps.push(e))}function L(e,t,r,n,o,i){const s=f.get(e);if(!s)return;let l=[];if("clear"===t)l=[...s.values()];else if("length"===r&&(0,a.kJ)(e))s.forEach(((e,t)=>{("length"===t||t>=n)&&l.push(e)}));else switch(void 0!==r&&l.push(s.get(r)),t){case"add":(0,a.kJ)(e)?(0,a.S0)(r)&&l.push(s.get("length")):(l.push(s.get(y)),(0,a._N)(e)&&l.push(s.get(x)));break;case"delete":(0,a.kJ)(e)||(l.push(s.get(y)),(0,a._N)(e)&&l.push(s.get(x)));break;case"set":(0,a._N)(e)&&l.push(s.get(y));break}if(1===l.length)l[0]&&F(l[0]);else{const e=[];for(const t of l)t&&e.push(...t);F(d(e))}}function F(e,t){const r=(0,a.kJ)(e)?e:[...e];for(const a of r)a.computed&&R(a,t);for(const a of r)a.computed||R(a,t)}function R(e,t){(e!==w||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}const M=(0,a.fY)("__proto__,__v_isRef,__isVue"),D=new Set(Object.getOwnPropertyNames(Symbol).filter((e=>"arguments"!==e&&"caller"!==e)).map((e=>Symbol[e])).filter(a.yk)),N=H(),B=H(!1,!0),U=H(!0),j=H(!0,!0),z=q();function q(){const e={};return["includes","indexOf","lastIndexOf"].forEach((t=>{e[t]=function(...e){const r=Ne(this);for(let t=0,n=this.length;t<n;t++)I(r,"get",t+"");const a=r[t](...e);return-1===a||!1===a?r[t](...e.map(Ne)):a}})),["push","pop","shift","unshift","splice"].forEach((t=>{e[t]=function(...e){P();const r=Ne(this)[t].apply(this,e);return T(),r}})),e}function H(e=!1,t=!1){return function(r,n,o){if("__v_isReactive"===n)return!e;if("__v_isReadonly"===n)return e;if("__v_isShallow"===n)return t;if("__v_raw"===n&&o===(e?t?Se:Ce:t?Ae:ke).get(r))return r;const i=(0,a.kJ)(r);if(!e&&i&&(0,a.RI)(z,n))return Reflect.get(z,n,o);const s=Reflect.get(r,n,o);return((0,a.yk)(n)?D.has(n):M(n))?s:(e||I(r,"get",n),t?s:He(s)?i&&(0,a.S0)(n)?s:s.value:(0,a.Kn)(s)?e?Ie(s):Pe(s):s)}}const G=V(),W=V(!0);function V(e=!1){return function(t,r,n,o){let i=t[r];if(Re(i)&&He(i)&&!He(n))return!1;if(!e&&!Re(n)&&(Me(n)||(n=Ne(n),i=Ne(i)),!(0,a.kJ)(t)&&He(i)&&!He(n)))return i.value=n,!0;const s=(0,a.kJ)(t)&&(0,a.S0)(r)?Number(r)<t.length:(0,a.RI)(t,r),l=Reflect.set(t,r,n,o);return t===Ne(o)&&(s?(0,a.aU)(n,i)&&L(t,"set",r,n,i):L(t,"add",r,n)),l}}function $(e,t){const r=(0,a.RI)(e,t),n=e[t],o=Reflect.deleteProperty(e,t);return o&&r&&L(e,"delete",t,void 0,n),o}function Y(e,t){const r=Reflect.has(e,t);return(0,a.yk)(t)&&D.has(t)||I(e,"has",t),r}function X(e){return I(e,"iterate",(0,a.kJ)(e)?"length":y),Reflect.ownKeys(e)}const K={get:N,set:G,deleteProperty:$,has:Y,ownKeys:X},Q={get:U,set(e,t){return!0},deleteProperty(e,t){return!0}},J=(0,a.l7)({},K,{get:B,set:W}),Z=(0,a.l7)({},Q,{get:j}),ee=e=>e,te=e=>Reflect.getPrototypeOf(e);function re(e,t,r=!1,a=!1){e=e["__v_raw"];const n=Ne(e),o=Ne(t);r||(t!==o&&I(n,"get",t),I(n,"get",o));const{has:i}=te(n),s=a?ee:r?je:Ue;return i.call(n,t)?s(e.get(t)):i.call(n,o)?s(e.get(o)):void(e!==n&&e.get(t))}function ae(e,t=!1){const r=this["__v_raw"],a=Ne(r),n=Ne(e);return t||(e!==n&&I(a,"has",e),I(a,"has",n)),e===n?r.has(e):r.has(e)||r.has(n)}function ne(e,t=!1){return e=e["__v_raw"],!t&&I(Ne(e),"iterate",y),Reflect.get(e,"size",e)}function oe(e){e=Ne(e);const t=Ne(this),r=te(t),a=r.has.call(t,e);return a||(t.add(e),L(t,"add",e,e)),this}function ie(e,t){t=Ne(t);const r=Ne(this),{has:n,get:o}=te(r);let i=n.call(r,e);i||(e=Ne(e),i=n.call(r,e));const s=o.call(r,e);return r.set(e,t),i?(0,a.aU)(t,s)&&L(r,"set",e,t,s):L(r,"add",e,t),this}function se(e){const t=Ne(this),{has:r,get:a}=te(t);let n=r.call(t,e);n||(e=Ne(e),n=r.call(t,e));const o=a?a.call(t,e):void 0,i=t.delete(e);return n&&L(t,"delete",e,void 0,o),i}function le(){const e=Ne(this),t=0!==e.size,r=void 0,a=e.clear();return t&&L(e,"clear",void 0,void 0,r),a}function ce(e,t){return function(r,a){const n=this,o=n["__v_raw"],i=Ne(o),s=t?ee:e?je:Ue;return!e&&I(i,"iterate",y),o.forEach(((e,t)=>r.call(a,s(e),s(t),n)))}}function de(e,t,r){return function(...n){const o=this["__v_raw"],i=Ne(o),s=(0,a._N)(i),l="entries"===e||e===Symbol.iterator&&s,c="keys"===e&&s,d=o[e](...n),u=r?ee:t?je:Ue;return!t&&I(i,"iterate",c?x:y),{next(){const{value:e,done:t}=d.next();return t?{value:e,done:t}:{value:l?[u(e[0]),u(e[1])]:u(e),done:t}},[Symbol.iterator](){return this}}}}function ue(e){return function(...t){return"delete"!==e&&this}}function he(){const e={get(e){return re(this,e)},get size(){return ne(this)},has:ae,add:oe,set:ie,delete:se,clear:le,forEach:ce(!1,!1)},t={get(e){return re(this,e,!1,!0)},get size(){return ne(this)},has:ae,add:oe,set:ie,delete:se,clear:le,forEach:ce(!1,!0)},r={get(e){return re(this,e,!0)},get size(){return ne(this,!0)},has(e){return ae.call(this,e,!0)},add:ue("add"),set:ue("set"),delete:ue("delete"),clear:ue("clear"),forEach:ce(!0,!1)},a={get(e){return re(this,e,!0,!0)},get size(){return ne(this,!0)},has(e){return ae.call(this,e,!0)},add:ue("add"),set:ue("set"),delete:ue("delete"),clear:ue("clear"),forEach:ce(!0,!0)},n=["keys","values","entries",Symbol.iterator];return n.forEach((n=>{e[n]=de(n,!1,!1),r[n]=de(n,!0,!1),t[n]=de(n,!1,!0),a[n]=de(n,!0,!0)})),[e,r,t,a]}const[pe,me,fe,ge]=he();function be(e,t){const r=t?e?ge:fe:e?me:pe;return(t,n,o)=>"__v_isReactive"===n?!e:"__v_isReadonly"===n?e:"__v_raw"===n?t:Reflect.get((0,a.RI)(r,n)&&n in t?r:t,n,o)}const ve={get:be(!1,!1)},we={get:be(!1,!0)},ye={get:be(!0,!1)},xe={get:be(!0,!0)};const ke=new WeakMap,Ae=new WeakMap,Ce=new WeakMap,Se=new WeakMap;function _e(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Ee(e){return e["__v_skip"]||!Object.isExtensible(e)?0:_e((0,a.W7)(e))}function Pe(e){return Re(e)?e:Le(e,!1,K,ve,ke)}function Te(e){return Le(e,!1,J,we,Ae)}function Ie(e){return Le(e,!0,Q,ye,Ce)}function Oe(e){return Le(e,!0,Z,xe,Se)}function Le(e,t,r,n,o){if(!(0,a.Kn)(e))return e;if(e["__v_raw"]&&(!t||!e["__v_isReactive"]))return e;const i=o.get(e);if(i)return i;const s=Ee(e);if(0===s)return e;const l=new Proxy(e,2===s?n:r);return o.set(e,l),l}function Fe(e){return Re(e)?Fe(e["__v_raw"]):!(!e||!e["__v_isReactive"])}function Re(e){return!(!e||!e["__v_isReadonly"])}function Me(e){return!(!e||!e["__v_isShallow"])}function De(e){return Fe(e)||Re(e)}function Ne(e){const t=e&&e["__v_raw"];return t?Ne(t):e}function Be(e){return(0,a.Nj)(e,"__v_skip",!0),e}const Ue=e=>(0,a.Kn)(e)?Pe(e):e,je=e=>(0,a.Kn)(e)?Ie(e):e;function ze(e){_&&w&&(e=Ne(e),O(e.dep||(e.dep=d())))}function qe(e,t){e=Ne(e),e.dep&&F(e.dep)}function He(e){return!(!e||!0!==e.__v_isRef)}function Ge(e){return Ve(e,!1)}function We(e){return Ve(e,!0)}function Ve(e,t){return He(e)?e:new $e(e,t)}class $e{constructor(e,t){this.__v_isShallow=t,this.dep=void 0,this.__v_isRef=!0,this._rawValue=t?e:Ne(e),this._value=t?e:Ue(e)}get value(){return ze(this),this._value}set value(e){e=this.__v_isShallow?e:Ne(e),(0,a.aU)(e,this._rawValue)&&(this._rawValue=e,this._value=this.__v_isShallow?e:Ue(e),qe(this,e))}}function Ye(e){qe(e,void 0)}function Xe(e){return He(e)?e.value:e}const Ke={get:(e,t,r)=>Xe(Reflect.get(e,t,r)),set:(e,t,r,a)=>{const n=e[t];return He(n)&&!He(r)?(n.value=r,!0):Reflect.set(e,t,r,a)}};function Qe(e){return Fe(e)?e:new Proxy(e,Ke)}class Je{constructor(e){this.dep=void 0,this.__v_isRef=!0;const{get:t,set:r}=e((()=>ze(this)),(()=>qe(this)));this._get=t,this._set=r}get value(){return this._get()}set value(e){this._set(e)}}function Ze(e){return new Je(e)}function et(e){const t=(0,a.kJ)(e)?new Array(e.length):{};for(const r in e)t[r]=rt(e,r);return t}class tt{constructor(e,t,r){this._object=e,this._key=t,this._defaultValue=r,this.__v_isRef=!0}get value(){const e=this._object[this._key];return void 0===e?this._defaultValue:e}set value(e){this._object[this._key]=e}}function rt(e,t,r){const a=e[t];return He(a)?a:new tt(e,t,r)}class at{constructor(e,t,r,a){this._setter=t,this.dep=void 0,this.__v_isRef=!0,this._dirty=!0,this.effect=new k(e,(()=>{this._dirty||(this._dirty=!0,qe(this))})),this.effect.computed=this,this.effect.active=this._cacheable=!a,this["__v_isReadonly"]=r}get value(){const e=Ne(this);return ze(e),!e._dirty&&e._cacheable||(e._dirty=!1,e._value=e.effect.run()),e._value}set value(e){this._setter(e)}}function nt(e,t,r=!1){let n,o;const i=(0,a.mf)(e);i?(n=e,o=a.dG):(n=e.get,o=e.set);const s=new at(n,o,i||!o,r);return s}},6252:function(e,t,r){"use strict";r.d(t,{$d:function(){return p},$y:function(){return a.$y},Ah:function(){return lt},B:function(){return a.B},BK:function(){return a.BK},Bj:function(){return a.Bj},Bz:function(){return Ba},C3:function(){return Yr},C_:function(){return n.C_},Cn:function(){return J},EB:function(){return a.EB},Eo:function(){return wr},F4:function(){return ta},FN:function(){return fa},Fl:function(){return Da},G:function(){return tn},HX:function(){return Z},HY:function(){return Lr},Ho:function(){return ra},IU:function(){return a.IU},JJ:function(){return ye},Jd:function(){return st},KU:function(){return h},Ko:function(){return At},LL:function(){return wt},MW:function(){return Na},MX:function(){return Qa},Mr:function(){return Ka},Nv:function(){return Ct},OT:function(){return a.OT},Ob:function(){return $e},P$:function(){return Re},PG:function(){return a.PG},Q2:function(){return yt},Q6:function(){return je},RC:function(){return He},Rh:function(){return Ae},Rr:function(){return za},S3:function(){return m},SU:function(){return a.SU},U2:function(){return De},Uc:function(){return Ya},Uk:function(){return aa},Um:function(){return a.Um},Us:function(){return vr},Vh:function(){return a.Vh},WI:function(){return St},WL:function(){return a.WL},WY:function(){return Ua},Wm:function(){return Zr},X3:function(){return a.X3},XI:function(){return a.XI},Xl:function(){return a.Xl},Xn:function(){return ot},Y1:function(){return Sa},Y3:function(){return T},Y8:function(){return Oe},YP:function(){return _e},YS:function(){return a.YS},Yq:function(){return dt},ZK:function(){return i},ZM:function(){return a.ZM},Zq:function(){return Xa},_:function(){return Jr},_A:function(){return n._A},aZ:function(){return ze},b9:function(){return ja},bT:function(){return ut},bv:function(){return nt},cE:function(){return a.cE},d1:function(){return ht},dD:function(){return Q},dG:function(){return ca},dl:function(){return Xe},dq:function(){return a.dq},ec:function(){return G},eq:function(){return rn},f3:function(){return xe},h:function(){return $a},hR:function(){return n.hR},i8:function(){return Za},iD:function(){return Gr},iH:function(){return a.iH},ic:function(){return it},j4:function(){return Wr},j5:function(){return n.j5},kC:function(){return n.kC},kq:function(){return oa},l1:function(){return qa},lA:function(){return Vr},lR:function(){return Or},m0:function(){return ke},mW:function(){return z},mv:function(){return Va},mx:function(){return Et},n4:function(){return de},nK:function(){return Ue},nQ:function(){return Ja},nZ:function(){return a.nZ},oR:function(){return a.oR},of:function(){return _a},p1:function(){return Wa},qG:function(){return Mr},qZ:function(){return qr},qb:function(){return D},qj:function(){return a.qj},qq:function(){return a.qq},ry:function(){return an},sT:function(){return a.sT},se:function(){return Ke},sv:function(){return Rr},uE:function(){return na},u_:function(){return Ga},up:function(){return bt},vl:function(){return ct},vs:function(){return n.vs},w5:function(){return ee},wF:function(){return at},wg:function(){return Br},wy:function(){return pt},xv:function(){return Fr},yT:function(){return a.yT},yX:function(){return Ce},zw:function(){return n.zw}});var a=r(2262),n=r(3577);const o=[];function i(e,...t){(0,a.Jd)();const r=o.length?o[o.length-1].component:null,n=r&&r.appContext.config.warnHandler,i=s();if(n)h(n,r,11,[e+t.join(""),r&&r.proxy,i.map((({vnode:e})=>`at <${Ra(r,e.type)}>`)).join("\n"),i]);else{const r=[`[Vue warn]: ${e}`,...t];i.length&&r.push("\n",...l(i)),console.warn(...r)}(0,a.lk)()}function s(){let e=o[o.length-1];if(!e)return[];const t=[];while(e){const r=t[0];r&&r.vnode===e?r.recurseCount++:t.push({vnode:e,recurseCount:0});const a=e.component&&e.component.parent;e=a&&a.vnode}return t}function l(e){const t=[];return e.forEach(((e,r)=>{t.push(...0===r?[]:["\n"],...c(e))})),t}function c({vnode:e,recurseCount:t}){const r=t>0?`... (${t} recursive calls)`:"",a=!!e.component&&null==e.component.parent,n=` at <${Ra(e.component,e.type,a)}`,o=">"+r;return e.props?[n,...d(e.props),o]:[n+o]}function d(e){const t=[],r=Object.keys(e);return r.slice(0,3).forEach((r=>{t.push(...u(r,e[r]))})),r.length>3&&t.push(" ..."),t}function u(e,t,r){return(0,n.HD)(t)?(t=JSON.stringify(t),r?t:[`${e}=${t}`]):"number"===typeof t||"boolean"===typeof t||null==t?r?t:[`${e}=${t}`]:(0,a.dq)(t)?(t=u(e,(0,a.IU)(t.value),!0),r?t:[`${e}=Ref<`,t,">"]):(0,n.mf)(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=(0,a.IU)(t),r?t:[`${e}=`,t])}function h(e,t,r,a){let n;try{n=a?e(...a):e()}catch(o){m(o,t,r)}return n}function p(e,t,r,a){if((0,n.mf)(e)){const o=h(e,t,r,a);return o&&(0,n.tI)(o)&&o.catch((e=>{m(e,t,r)})),o}const o=[];for(let n=0;n<e.length;n++)o.push(p(e[n],t,r,a));return o}function m(e,t,r,a=!0){const n=t?t.vnode:null;if(t){let a=t.parent;const n=t.proxy,o=r;while(a){const t=a.ec;if(t)for(let r=0;r<t.length;r++)if(!1===t[r](e,n,o))return;a=a.parent}const i=t.appContext.config.errorHandler;if(i)return void h(i,null,10,[e,n,o])}f(e,r,n,a)}function f(e,t,r,a=!0){console.error(e)}let g=!1,b=!1;const v=[];let w=0;const y=[];let x=null,k=0;const A=[];let C=null,S=0;const _=Promise.resolve();let E=null,P=null;function T(e){const t=E||_;return e?t.then(this?e.bind(this):e):t}function I(e){let t=w+1,r=v.length;while(t<r){const a=t+r>>>1,n=U(v[a]);n<e?t=a+1:r=a}return t}function O(e){v.length&&v.includes(e,g&&e.allowRecurse?w+1:w)||e===P||(null==e.id?v.push(e):v.splice(I(e.id),0,e),L())}function L(){g||b||(b=!0,E=_.then(j))}function F(e){const t=v.indexOf(e);t>w&&v.splice(t,1)}function R(e,t,r,a){(0,n.kJ)(e)?r.push(...e):t&&t.includes(e,e.allowRecurse?a+1:a)||r.push(e),L()}function M(e){R(e,x,y,k)}function D(e){R(e,C,A,S)}function N(e,t=null){if(y.length){for(P=t,x=[...new Set(y)],y.length=0,k=0;k<x.length;k++)x[k]();x=null,k=0,P=null,N(e,t)}}function B(e){if(N(),A.length){const e=[...new Set(A)];if(A.length=0,C)return void C.push(...e);for(C=e,C.sort(((e,t)=>U(e)-U(t))),S=0;S<C.length;S++)C[S]();C=null,S=0}}const U=e=>null==e.id?1/0:e.id;function j(e){b=!1,g=!0,N(e),v.sort(((e,t)=>U(e)-U(t)));n.dG;try{for(w=0;w<v.length;w++){const e=v[w];e&&!1!==e.active&&h(e,null,14)}}finally{w=0,v.length=0,B(e),g=!1,E=null,(v.length||y.length||A.length)&&j(e)}}new Set;new Map;let z,q=[],H=!1;function G(e,t){var r,a;if(z=e,z)z.enabled=!0,q.forEach((({event:e,args:t})=>z.emit(e,...t))),q=[];else if("undefined"!==typeof window&&window.HTMLElement&&!(null===(a=null===(r=window.navigator)||void 0===r?void 0:r.userAgent)||void 0===a?void 0:a.includes("jsdom"))){const e=t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[];e.push((e=>{G(e,t)})),setTimeout((()=>{z||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,H=!0,q=[])}),3e3)}else H=!0,q=[]}function W(e,t,...r){if(e.isUnmounted)return;const a=e.vnode.props||n.kT;let o=r;const i=t.startsWith("update:"),s=i&&t.slice(7);if(s&&s in a){const e=`${"modelValue"===s?"model":s}Modifiers`,{number:t,trim:i}=a[e]||n.kT;i&&(o=r.map((e=>e.trim()))),t&&(o=r.map(n.He))}let l;let c=a[l=(0,n.hR)(t)]||a[l=(0,n.hR)((0,n._A)(t))];!c&&i&&(c=a[l=(0,n.hR)((0,n.rs)(t))]),c&&p(c,e,6,o);const d=a[l+"Once"];if(d){if(e.emitted){if(e.emitted[l])return}else e.emitted={};e.emitted[l]=!0,p(d,e,6,o)}}function V(e,t,r=!1){const a=t.emitsCache,o=a.get(e);if(void 0!==o)return o;const i=e.emits;let s={},l=!1;if(!(0,n.mf)(e)){const a=e=>{const r=V(e,t,!0);r&&(l=!0,(0,n.l7)(s,r))};!r&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return i||l?((0,n.kJ)(i)?i.forEach((e=>s[e]=null)):(0,n.l7)(s,i),a.set(e,s),s):(a.set(e,null),null)}function $(e,t){return!(!e||!(0,n.F7)(t))&&(t=t.slice(2).replace(/Once$/,""),(0,n.RI)(e,t[0].toLowerCase()+t.slice(1))||(0,n.RI)(e,(0,n.rs)(t))||(0,n.RI)(e,t))}let Y=null,X=null;function K(e){const t=Y;return Y=e,X=e&&e.type.__scopeId||null,t}function Q(e){X=e}function J(){X=null}const Z=e=>ee;function ee(e,t=Y,r){if(!t)return e;if(e._n)return e;const a=(...r)=>{a._d&&qr(-1);const n=K(t),o=e(...r);return K(n),a._d&&qr(1),o};return a._n=!0,a._c=!0,a._d=!0,a}function te(e){const{type:t,vnode:r,proxy:a,withProxy:o,props:i,propsOptions:[s],slots:l,attrs:c,emit:d,render:u,renderCache:h,data:p,setupState:f,ctx:g,inheritAttrs:b}=e;let v,w;const y=K(e);try{if(4&r.shapeFlag){const e=o||a;v=ia(u.call(e,e,h,i,f,p,g)),w=c}else{const e=t;0,v=ia(e.length>1?e(i,{attrs:c,slots:l,emit:d}):e(i,null)),w=t.props?c:ae(c)}}catch(k){Dr.length=0,m(k,e,1),v=Zr(Rr)}let x=v;if(w&&!1!==b){const e=Object.keys(w),{shapeFlag:t}=x;e.length&&7&t&&(s&&e.some(n.tR)&&(w=ne(w,s)),x=ra(x,w))}return r.dirs&&(x=ra(x),x.dirs=x.dirs?x.dirs.concat(r.dirs):r.dirs),r.transition&&(x.transition=r.transition),v=x,K(y),v}function re(e){let t;for(let r=0;r<e.length;r++){const a=e[r];if(!Vr(a))return;if(a.type!==Rr||"v-if"===a.children){if(t)return;t=a}}return t}const ae=e=>{let t;for(const r in e)("class"===r||"style"===r||(0,n.F7)(r))&&((t||(t={}))[r]=e[r]);return t},ne=(e,t)=>{const r={};for(const a in e)(0,n.tR)(a)&&a.slice(9)in t||(r[a]=e[a]);return r};function oe(e,t,r){const{props:a,children:n,component:o}=e,{props:i,children:s,patchFlag:l}=t,c=o.emitsOptions;if(t.dirs||t.transition)return!0;if(!(r&&l>=0))return!(!n&&!s||s&&s.$stable)||a!==i&&(a?!i||ie(a,i,c):!!i);if(1024&l)return!0;if(16&l)return a?ie(a,i,c):!!i;if(8&l){const e=t.dynamicProps;for(let t=0;t<e.length;t++){const r=e[t];if(i[r]!==a[r]&&!$(c,r))return!0}}return!1}function ie(e,t,r){const a=Object.keys(t);if(a.length!==Object.keys(e).length)return!0;for(let n=0;n<a.length;n++){const o=a[n];if(t[o]!==e[o]&&!$(r,o))return!0}return!1}function se({vnode:e,parent:t},r){while(t&&t.subTree===e)(e=t.vnode).el=r,t=t.parent}const le=e=>e.__isSuspense,ce={name:"Suspense",__isSuspense:!0,process(e,t,r,a,n,o,i,s,l,c){null==e?he(t,r,a,n,o,i,s,l,c):pe(e,t,r,a,n,i,s,l,c)},hydrate:fe,create:me,normalize:ge},de=ce;function ue(e,t){const r=e.props&&e.props[t];(0,n.mf)(r)&&r()}function he(e,t,r,a,n,o,i,s,l){const{p:c,o:{createElement:d}}=l,u=d("div"),h=e.suspense=me(e,n,a,t,u,r,o,i,s,l);c(null,h.pendingBranch=e.ssContent,u,null,a,h,o,i),h.deps>0?(ue(e,"onPending"),ue(e,"onFallback"),c(null,e.ssFallback,t,r,a,null,o,i),we(h,e.ssFallback)):h.resolve()}function pe(e,t,r,a,n,o,i,s,{p:l,um:c,o:{createElement:d}}){const u=t.suspense=e.suspense;u.vnode=t,t.el=e.el;const h=t.ssContent,p=t.ssFallback,{activeBranch:m,pendingBranch:f,isInFallback:g,isHydrating:b}=u;if(f)u.pendingBranch=h,$r(h,f)?(l(f,h,u.hiddenContainer,null,n,u,o,i,s),u.deps<=0?u.resolve():g&&(l(m,p,r,a,n,null,o,i,s),we(u,p))):(u.pendingId++,b?(u.isHydrating=!1,u.activeBranch=f):c(f,n,u),u.deps=0,u.effects.length=0,u.hiddenContainer=d("div"),g?(l(null,h,u.hiddenContainer,null,n,u,o,i,s),u.deps<=0?u.resolve():(l(m,p,r,a,n,null,o,i,s),we(u,p))):m&&$r(h,m)?(l(m,h,r,a,n,u,o,i,s),u.resolve(!0)):(l(null,h,u.hiddenContainer,null,n,u,o,i,s),u.deps<=0&&u.resolve()));else if(m&&$r(h,m))l(m,h,r,a,n,u,o,i,s),we(u,h);else if(ue(t,"onPending"),u.pendingBranch=h,u.pendingId++,l(null,h,u.hiddenContainer,null,n,u,o,i,s),u.deps<=0)u.resolve();else{const{timeout:e,pendingId:t}=u;e>0?setTimeout((()=>{u.pendingId===t&&u.fallback(p)}),e):0===e&&u.fallback(p)}}function me(e,t,r,a,o,i,s,l,c,d,u=!1){const{p:h,m:p,um:f,n:g,o:{parentNode:b,remove:v}}=d,w=(0,n.He)(e.props&&e.props.timeout),y={vnode:e,parent:t,parentComponent:r,isSVG:s,container:a,hiddenContainer:o,anchor:i,deps:0,pendingId:0,timeout:"number"===typeof w?w:-1,activeBranch:null,pendingBranch:null,isInFallback:!0,isHydrating:u,isUnmounted:!1,effects:[],resolve(e=!1){const{vnode:t,activeBranch:r,pendingBranch:a,pendingId:n,effects:o,parentComponent:i,container:s}=y;if(y.isHydrating)y.isHydrating=!1;else if(!e){const e=r&&a.transition&&"out-in"===a.transition.mode;e&&(r.transition.afterLeave=()=>{n===y.pendingId&&p(a,s,t,0)});let{anchor:t}=y;r&&(t=g(r),f(r,i,y,!0)),e||p(a,s,t,0)}we(y,a),y.pendingBranch=null,y.isInFallback=!1;let l=y.parent,c=!1;while(l){if(l.pendingBranch){l.effects.push(...o),c=!0;break}l=l.parent}c||D(o),y.effects=[],ue(t,"onResolve")},fallback(e){if(!y.pendingBranch)return;const{vnode:t,activeBranch:r,parentComponent:a,container:n,isSVG:o}=y;ue(t,"onFallback");const i=g(r),s=()=>{y.isInFallback&&(h(null,e,n,i,a,null,o,l,c),we(y,e))},d=e.transition&&"out-in"===e.transition.mode;d&&(r.transition.afterLeave=s),y.isInFallback=!0,f(r,a,null,!0),d||s()},move(e,t,r){y.activeBranch&&p(y.activeBranch,e,t,r),y.container=e},next(){return y.activeBranch&&g(y.activeBranch)},registerDep(e,t){const r=!!y.pendingBranch;r&&y.deps++;const a=e.vnode.el;e.asyncDep.catch((t=>{m(t,e,0)})).then((n=>{if(e.isUnmounted||y.isUnmounted||y.pendingId!==e.suspenseId)return;e.asyncResolved=!0;const{vnode:o}=e;Ca(e,n,!1),a&&(o.el=a);const i=!a&&e.subTree.el;t(e,o,b(a||e.subTree.el),a?null:g(e.subTree),y,s,c),i&&v(i),se(e,o.el),r&&0===--y.deps&&y.resolve()}))},unmount(e,t){y.isUnmounted=!0,y.activeBranch&&f(y.activeBranch,r,e,t),y.pendingBranch&&f(y.pendingBranch,r,e,t)}};return y}function fe(e,t,r,a,n,o,i,s,l){const c=t.suspense=me(t,a,r,e.parentNode,document.createElement("div"),null,n,o,i,s,!0),d=l(e,c.pendingBranch=t.ssContent,r,c,o,i);return 0===c.deps&&c.resolve(),d}function ge(e){const{shapeFlag:t,children:r}=e,a=32&t;e.ssContent=be(a?r.default:r),e.ssFallback=a?be(r.fallback):Zr(Rr)}function be(e){let t;if((0,n.mf)(e)){const r=zr&&e._c;r&&(e._d=!1,Br()),e=e(),r&&(e._d=!0,t=Nr,Ur())}if((0,n.kJ)(e)){const t=re(e);0,e=t}return e=ia(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter((t=>t!==e))),e}function ve(e,t){t&&t.pendingBranch?(0,n.kJ)(e)?t.effects.push(...e):t.effects.push(e):D(e)}function we(e,t){e.activeBranch=t;const{vnode:r,parentComponent:a}=e,n=r.el=t.el;a&&a.subTree===r&&(a.vnode.el=n,se(a,n))}function ye(e,t){if(ma){let r=ma.provides;const a=ma.parent&&ma.parent.provides;a===r&&(r=ma.provides=Object.create(a)),r[e]=t}else 0}function xe(e,t,r=!1){const a=ma||Y;if(a){const o=null==a.parent?a.vnode.appContext&&a.vnode.appContext.provides:a.parent.provides;if(o&&e in o)return o[e];if(arguments.length>1)return r&&(0,n.mf)(t)?t.call(a.proxy):t}else 0}function ke(e,t){return Ee(e,null,t)}function Ae(e,t){return Ee(e,null,{flush:"post"})}function Ce(e,t){return Ee(e,null,{flush:"sync"})}const Se={};function _e(e,t,r){return Ee(e,t,r)}function Ee(e,t,{immediate:r,deep:o,flush:i,onTrack:s,onTrigger:l}=n.kT){const c=ma;let d,u,m=!1,f=!1;if((0,a.dq)(e)?(d=()=>e.value,m=(0,a.yT)(e)):(0,a.PG)(e)?(d=()=>e,o=!0):(0,n.kJ)(e)?(f=!0,m=e.some((e=>(0,a.PG)(e)||(0,a.yT)(e))),d=()=>e.map((e=>(0,a.dq)(e)?e.value:(0,a.PG)(e)?Ie(e):(0,n.mf)(e)?h(e,c,2):void 0))):d=(0,n.mf)(e)?t?()=>h(e,c,2):()=>{if(!c||!c.isUnmounted)return u&&u(),p(e,c,3,[g])}:n.dG,t&&o){const e=d;d=()=>Ie(e())}let g=e=>{u=y.onStop=()=>{h(e,c,4)}};if(xa)return g=n.dG,t?r&&p(t,c,3,[d(),f?[]:void 0,g]):d(),n.dG;let b=f?[]:Se;const v=()=>{if(y.active)if(t){const e=y.run();(o||m||(f?e.some(((e,t)=>(0,n.aU)(e,b[t]))):(0,n.aU)(e,b)))&&(u&&u(),p(t,c,3,[e,b===Se?void 0:b,g]),b=e)}else y.run()};let w;v.allowRecurse=!!t,w="sync"===i?v:"post"===i?()=>br(v,c&&c.suspense):()=>M(v);const y=new a.qq(d,w);return t?r?v():b=y.run():"post"===i?br(y.run.bind(y),c&&c.suspense):y.run(),()=>{y.stop(),c&&c.scope&&(0,n.Od)(c.scope.effects,y)}}function Pe(e,t,r){const a=this.proxy,o=(0,n.HD)(e)?e.includes(".")?Te(a,e):()=>a[e]:e.bind(a,a);let i;(0,n.mf)(t)?i=t:(i=t.handler,r=t);const s=ma;ga(this);const l=Ee(o,i.bind(a),r);return s?ga(s):ba(),l}function Te(e,t){const r=t.split(".");return()=>{let t=e;for(let e=0;e<r.length&&t;e++)t=t[r[e]];return t}}function Ie(e,t){if(!(0,n.Kn)(e)||e["__v_skip"])return e;if(t=t||new Set,t.has(e))return e;if(t.add(e),(0,a.dq)(e))Ie(e.value,t);else if((0,n.kJ)(e))for(let r=0;r<e.length;r++)Ie(e[r],t);else if((0,n.DM)(e)||(0,n._N)(e))e.forEach((e=>{Ie(e,t)}));else if((0,n.PO)(e))for(const r in e)Ie(e[r],t);return e}function Oe(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return nt((()=>{e.isMounted=!0})),st((()=>{e.isUnmounting=!0})),e}const Le=[Function,Array],Fe={name:"BaseTransition",props:{mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Le,onEnter:Le,onAfterEnter:Le,onEnterCancelled:Le,onBeforeLeave:Le,onLeave:Le,onAfterLeave:Le,onLeaveCancelled:Le,onBeforeAppear:Le,onAppear:Le,onAfterAppear:Le,onAppearCancelled:Le},setup(e,{slots:t}){const r=fa(),n=Oe();let o;return()=>{const i=t.default&&je(t.default(),!0);if(!i||!i.length)return;let s=i[0];if(i.length>1){let e=!1;for(const t of i)if(t.type!==Rr){0,s=t,e=!0;break}}const l=(0,a.IU)(e),{mode:c}=l;if(n.isLeaving)return Ne(s);const d=Be(s);if(!d)return Ne(s);const u=De(d,l,n,r);Ue(d,u);const h=r.subTree,p=h&&Be(h);let m=!1;const{getTransitionKey:f}=d.type;if(f){const e=f();void 0===o?o=e:e!==o&&(o=e,m=!0)}if(p&&p.type!==Rr&&(!$r(d,p)||m)){const e=De(p,l,n,r);if(Ue(p,e),"out-in"===c)return n.isLeaving=!0,e.afterLeave=()=>{n.isLeaving=!1,r.update()},Ne(s);"in-out"===c&&d.type!==Rr&&(e.delayLeave=(e,t,r)=>{const a=Me(n,p);a[String(p.key)]=p,e._leaveCb=()=>{t(),e._leaveCb=void 0,delete u.delayedLeave},u.delayedLeave=r})}return s}}},Re=Fe;function Me(e,t){const{leavingVNodes:r}=e;let a=r.get(t.type);return a||(a=Object.create(null),r.set(t.type,a)),a}function De(e,t,r,a){const{appear:o,mode:i,persisted:s=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:d,onEnterCancelled:u,onBeforeLeave:h,onLeave:m,onAfterLeave:f,onLeaveCancelled:g,onBeforeAppear:b,onAppear:v,onAfterAppear:w,onAppearCancelled:y}=t,x=String(e.key),k=Me(r,e),A=(e,t)=>{e&&p(e,a,9,t)},C=(e,t)=>{const r=t[1];A(e,t),(0,n.kJ)(e)?e.every((e=>e.length<=1))&&r():e.length<=1&&r()},S={mode:i,persisted:s,beforeEnter(t){let a=l;if(!r.isMounted){if(!o)return;a=b||l}t._leaveCb&&t._leaveCb(!0);const n=k[x];n&&$r(e,n)&&n.el._leaveCb&&n.el._leaveCb(),A(a,[t])},enter(e){let t=c,a=d,n=u;if(!r.isMounted){if(!o)return;t=v||c,a=w||d,n=y||u}let i=!1;const s=e._enterCb=t=>{i||(i=!0,A(t?n:a,[e]),S.delayedLeave&&S.delayedLeave(),e._enterCb=void 0)};t?C(t,[e,s]):s()},leave(t,a){const n=String(e.key);if(t._enterCb&&t._enterCb(!0),r.isUnmounting)return a();A(h,[t]);let o=!1;const i=t._leaveCb=r=>{o||(o=!0,a(),A(r?g:f,[t]),t._leaveCb=void 0,k[n]===e&&delete k[n])};k[n]=e,m?C(m,[t,i]):i()},clone(e){return De(e,t,r,a)}};return S}function Ne(e){if(We(e))return e=ra(e),e.children=null,e}function Be(e){return We(e)?e.children?e.children[0]:void 0:e}function Ue(e,t){6&e.shapeFlag&&e.component?Ue(e.component.subTree,t):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function je(e,t=!1,r){let a=[],n=0;for(let o=0;o<e.length;o++){let i=e[o];const s=null==r?i.key:String(r)+String(null!=i.key?i.key:o);i.type===Lr?(128&i.patchFlag&&n++,a=a.concat(je(i.children,t,s))):(t||i.type!==Rr)&&a.push(null!=s?ra(i,{key:s}):i)}if(n>1)for(let o=0;o<a.length;o++)a[o].patchFlag=-2;return a}function ze(e){return(0,n.mf)(e)?{setup:e,name:e.name}:e}const qe=e=>!!e.type.__asyncLoader;function He(e){(0,n.mf)(e)&&(e={loader:e});const{loader:t,loadingComponent:r,errorComponent:o,delay:i=200,timeout:s,suspensible:l=!0,onError:c}=e;let d,u=null,h=0;const p=()=>(h++,u=null,f()),f=()=>{let e;return u||(e=u=t().catch((e=>{if(e=e instanceof Error?e:new Error(String(e)),c)return new Promise(((t,r)=>{const a=()=>t(p()),n=()=>r(e);c(e,a,n,h+1)}));throw e})).then((t=>e!==u&&u?u:(t&&(t.__esModule||"Module"===t[Symbol.toStringTag])&&(t=t.default),d=t,t))))};return ze({name:"AsyncComponentWrapper",__asyncLoader:f,get __asyncResolved(){return d},setup(){const e=ma;if(d)return()=>Ge(d,e);const t=t=>{u=null,m(t,e,13,!o)};if(l&&e.suspense||xa)return f().then((t=>()=>Ge(t,e))).catch((e=>(t(e),()=>o?Zr(o,{error:e}):null)));const n=(0,a.iH)(!1),c=(0,a.iH)(),h=(0,a.iH)(!!i);return i&&setTimeout((()=>{h.value=!1}),i),null!=s&&setTimeout((()=>{if(!n.value&&!c.value){const e=new Error(`Async component timed out after ${s}ms.`);t(e),c.value=e}}),s),f().then((()=>{n.value=!0,e.parent&&We(e.parent.vnode)&&O(e.parent.update)})).catch((e=>{t(e),c.value=e})),()=>n.value&&d?Ge(d,e):c.value&&o?Zr(o,{error:c.value}):r&&!h.value?Zr(r):void 0}})}function Ge(e,{vnode:{ref:t,props:r,children:a,shapeFlag:n},parent:o}){const i=Zr(e,r,a);return i.ref=t,i}const We=e=>e.type.__isKeepAlive,Ve={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const r=fa(),a=r.ctx;if(!a.renderer)return()=>{const e=t.default&&t.default();return e&&1===e.length?e[0]:e};const o=new Map,i=new Set;let s=null;const l=r.suspense,{renderer:{p:c,m:d,um:u,o:{createElement:h}}}=a,p=h("div");function m(e){Ze(e),u(e,r,l,!0)}function f(e){o.forEach(((t,r)=>{const a=Fa(t.type);!a||e&&e(a)||g(r)}))}function g(e){const t=o.get(e);s&&t.type===s.type?s&&Ze(s):m(t),o.delete(e),i.delete(e)}a.activate=(e,t,r,a,o)=>{const i=e.component;d(e,t,r,0,l),c(i.vnode,e,t,r,i,l,a,e.slotScopeIds,o),br((()=>{i.isDeactivated=!1,i.a&&(0,n.ir)(i.a);const t=e.props&&e.props.onVnodeMounted;t&&da(t,i.parent,e)}),l)},a.deactivate=e=>{const t=e.component;d(e,p,null,1,l),br((()=>{t.da&&(0,n.ir)(t.da);const r=e.props&&e.props.onVnodeUnmounted;r&&da(r,t.parent,e),t.isDeactivated=!0}),l)},_e((()=>[e.include,e.exclude]),(([e,t])=>{e&&f((t=>Ye(e,t))),t&&f((e=>!Ye(t,e)))}),{flush:"post",deep:!0});let b=null;const v=()=>{null!=b&&o.set(b,et(r.subTree))};return nt(v),it(v),st((()=>{o.forEach((e=>{const{subTree:t,suspense:a}=r,n=et(t);if(e.type!==n.type)m(e);else{Ze(n);const e=n.component.da;e&&br(e,a)}}))})),()=>{if(b=null,!t.default)return null;const r=t.default(),a=r[0];if(r.length>1)return s=null,r;if(!Vr(a)||!(4&a.shapeFlag)&&!(128&a.shapeFlag))return s=null,a;let n=et(a);const l=n.type,c=Fa(qe(n)?n.type.__asyncResolved||{}:l),{include:d,exclude:u,max:h}=e;if(d&&(!c||!Ye(d,c))||u&&c&&Ye(u,c))return s=n,a;const p=null==n.key?l:n.key,m=o.get(p);return n.el&&(n=ra(n),128&a.shapeFlag&&(a.ssContent=n)),b=p,m?(n.el=m.el,n.component=m.component,n.transition&&Ue(n,n.transition),n.shapeFlag|=512,i.delete(p),i.add(p)):(i.add(p),h&&i.size>parseInt(h,10)&&g(i.values().next().value)),n.shapeFlag|=256,s=n,le(a.type)?a:n}}},$e=Ve;function Ye(e,t){return(0,n.kJ)(e)?e.some((e=>Ye(e,t))):(0,n.HD)(e)?e.split(",").includes(t):!!e.test&&e.test(t)}function Xe(e,t){Qe(e,"a",t)}function Ke(e,t){Qe(e,"da",t)}function Qe(e,t,r=ma){const a=e.__wdc||(e.__wdc=()=>{let t=r;while(t){if(t.isDeactivated)return;t=t.parent}return e()});if(tt(t,a,r),r){let e=r.parent;while(e&&e.parent)We(e.parent.vnode)&&Je(a,t,r,e),e=e.parent}}function Je(e,t,r,a){const o=tt(t,e,a,!0);lt((()=>{(0,n.Od)(a[t],o)}),r)}function Ze(e){let t=e.shapeFlag;256&t&&(t-=256),512&t&&(t-=512),e.shapeFlag=t}function et(e){return 128&e.shapeFlag?e.ssContent:e}function tt(e,t,r=ma,n=!1){if(r){const o=r[e]||(r[e]=[]),i=t.__weh||(t.__weh=(...n)=>{if(r.isUnmounted)return;(0,a.Jd)(),ga(r);const o=p(t,r,e,n);return ba(),(0,a.lk)(),o});return n?o.unshift(i):o.push(i),i}}const rt=e=>(t,r=ma)=>(!xa||"sp"===e)&&tt(e,t,r),at=rt("bm"),nt=rt("m"),ot=rt("bu"),it=rt("u"),st=rt("bum"),lt=rt("um"),ct=rt("sp"),dt=rt("rtg"),ut=rt("rtc");function ht(e,t=ma){tt("ec",e,t)}function pt(e,t){const r=Y;if(null===r)return e;const a=Ia(r)||r.proxy,o=e.dirs||(e.dirs=[]);for(let i=0;i<t.length;i++){let[e,r,s,l=n.kT]=t[i];(0,n.mf)(e)&&(e={mounted:e,updated:e}),e.deep&&Ie(r),o.push({dir:e,instance:a,value:r,oldValue:void 0,arg:s,modifiers:l})}return e}function mt(e,t,r,n){const o=e.dirs,i=t&&t.dirs;for(let s=0;s<o.length;s++){const l=o[s];i&&(l.oldValue=i[s].value);let c=l.dir[n];c&&((0,a.Jd)(),p(c,r,8,[e.el,l,e,t]),(0,a.lk)())}}const ft="components",gt="directives";function bt(e,t){return xt(ft,e,!0,t)||e}const vt=Symbol();function wt(e){return(0,n.HD)(e)?xt(ft,e,!1)||e:e||vt}function yt(e){return xt(gt,e)}function xt(e,t,r=!0,a=!1){const o=Y||ma;if(o){const r=o.type;if(e===ft){const e=Fa(r,!1);if(e&&(e===t||e===(0,n._A)(t)||e===(0,n.kC)((0,n._A)(t))))return r}const i=kt(o[e]||r[e],t)||kt(o.appContext[e],t);return!i&&a?r:i}}function kt(e,t){return e&&(e[t]||e[(0,n._A)(t)]||e[(0,n.kC)((0,n._A)(t))])}function At(e,t,r,a){let o;const i=r&&r[a];if((0,n.kJ)(e)||(0,n.HD)(e)){o=new Array(e.length);for(let r=0,a=e.length;r<a;r++)o[r]=t(e[r],r,void 0,i&&i[r])}else if("number"===typeof e){0,o=new Array(e);for(let r=0;r<e;r++)o[r]=t(r+1,r,void 0,i&&i[r])}else if((0,n.Kn)(e))if(e[Symbol.iterator])o=Array.from(e,((e,r)=>t(e,r,void 0,i&&i[r])));else{const r=Object.keys(e);o=new Array(r.length);for(let a=0,n=r.length;a<n;a++){const n=r[a];o[a]=t(e[n],n,a,i&&i[a])}}else o=[];return r&&(r[a]=o),o}function Ct(e,t){for(let r=0;r<t.length;r++){const a=t[r];if((0,n.kJ)(a))for(let t=0;t<a.length;t++)e[a[t].name]=a[t].fn;else a&&(e[a.name]=a.fn)}return e}function St(e,t,r={},a,n){if(Y.isCE||Y.parent&&qe(Y.parent)&&Y.parent.isCE)return Zr("slot","default"===t?null:{name:t},a&&a());let o=e[t];o&&o._c&&(o._d=!1),Br();const i=o&&_t(o(r)),s=Wr(Lr,{key:r.key||`_${t}`},i||(a?a():[]),i&&1===e._?64:-2);return!n&&s.scopeId&&(s.slotScopeIds=[s.scopeId+"-s"]),o&&o._c&&(o._d=!0),s}function _t(e){return e.some((e=>!Vr(e)||e.type!==Rr&&!(e.type===Lr&&!_t(e.children))))?e:null}function Et(e){const t={};for(const r in e)t[(0,n.hR)(r)]=e[r];return t}const Pt=e=>e?va(e)?Ia(e)||e.proxy:Pt(e.parent):null,Tt=(0,n.l7)(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Pt(e.parent),$root:e=>Pt(e.root),$emit:e=>e.emit,$options:e=>Nt(e),$forceUpdate:e=>e.f||(e.f=()=>O(e.update)),$nextTick:e=>e.n||(e.n=T.bind(e.proxy)),$watch:e=>Pe.bind(e)}),It={get({_:e},t){const{ctx:r,setupState:o,data:i,props:s,accessCache:l,type:c,appContext:d}=e;let u;if("$"!==t[0]){const a=l[t];if(void 0!==a)switch(a){case 1:return o[t];case 2:return i[t];case 4:return r[t];case 3:return s[t]}else{if(o!==n.kT&&(0,n.RI)(o,t))return l[t]=1,o[t];if(i!==n.kT&&(0,n.RI)(i,t))return l[t]=2,i[t];if((u=e.propsOptions[0])&&(0,n.RI)(u,t))return l[t]=3,s[t];if(r!==n.kT&&(0,n.RI)(r,t))return l[t]=4,r[t];Lt&&(l[t]=0)}}const h=Tt[t];let p,m;return h?("$attrs"===t&&(0,a.j)(e,"get",t),h(e)):(p=c.__cssModules)&&(p=p[t])?p:r!==n.kT&&(0,n.RI)(r,t)?(l[t]=4,r[t]):(m=d.config.globalProperties,(0,n.RI)(m,t)?m[t]:void 0)},set({_:e},t,r){const{data:a,setupState:o,ctx:i}=e;return o!==n.kT&&(0,n.RI)(o,t)?(o[t]=r,!0):a!==n.kT&&(0,n.RI)(a,t)?(a[t]=r,!0):!(0,n.RI)(e.props,t)&&(("$"!==t[0]||!(t.slice(1)in e))&&(i[t]=r,!0))},has({_:{data:e,setupState:t,accessCache:r,ctx:a,appContext:o,propsOptions:i}},s){let l;return!!r[s]||e!==n.kT&&(0,n.RI)(e,s)||t!==n.kT&&(0,n.RI)(t,s)||(l=i[0])&&(0,n.RI)(l,s)||(0,n.RI)(a,s)||(0,n.RI)(Tt,s)||(0,n.RI)(o.config.globalProperties,s)},defineProperty(e,t,r){return null!=r.get?e._.accessCache[t]=0:(0,n.RI)(r,"value")&&this.set(e,t,r.value,null),Reflect.defineProperty(e,t,r)}};const Ot=(0,n.l7)({},It,{get(e,t){if(t!==Symbol.unscopables)return It.get(e,t,e)},has(e,t){const r="_"!==t[0]&&!(0,n.e1)(t);return r}});let Lt=!0;function Ft(e){const t=Nt(e),r=e.proxy,o=e.ctx;Lt=!1,t.beforeCreate&&Mt(t.beforeCreate,e,"bc");const{data:i,computed:s,methods:l,watch:c,provide:d,inject:u,created:h,beforeMount:p,mounted:m,beforeUpdate:f,updated:g,activated:b,deactivated:v,beforeDestroy:w,beforeUnmount:y,destroyed:x,unmounted:k,render:A,renderTracked:C,renderTriggered:S,errorCaptured:_,serverPrefetch:E,expose:P,inheritAttrs:T,components:I,directives:O,filters:L}=t,F=null;if(u&&Rt(u,o,F,e.appContext.config.unwrapInjectedRef),l)for(const a in l){const e=l[a];(0,n.mf)(e)&&(o[a]=e.bind(r))}if(i){0;const t=i.call(r,r);0,(0,n.Kn)(t)&&(e.data=(0,a.qj)(t))}if(Lt=!0,s)for(const a in s){const e=s[a],t=(0,n.mf)(e)?e.bind(r,r):(0,n.mf)(e.get)?e.get.bind(r,r):n.dG;0;const i=!(0,n.mf)(e)&&(0,n.mf)(e.set)?e.set.bind(r):n.dG,l=Da({get:t,set:i});Object.defineProperty(o,a,{enumerable:!0,configurable:!0,get:()=>l.value,set:e=>l.value=e})}if(c)for(const a in c)Dt(c[a],o,r,a);if(d){const e=(0,n.mf)(d)?d.call(r):d;Reflect.ownKeys(e).forEach((t=>{ye(t,e[t])}))}function R(e,t){(0,n.kJ)(t)?t.forEach((t=>e(t.bind(r)))):t&&e(t.bind(r))}if(h&&Mt(h,e,"c"),R(at,p),R(nt,m),R(ot,f),R(it,g),R(Xe,b),R(Ke,v),R(ht,_),R(ut,C),R(dt,S),R(st,y),R(lt,k),R(ct,E),(0,n.kJ)(P))if(P.length){const t=e.exposed||(e.exposed={});P.forEach((e=>{Object.defineProperty(t,e,{get:()=>r[e],set:t=>r[e]=t})}))}else e.exposed||(e.exposed={});A&&e.render===n.dG&&(e.render=A),null!=T&&(e.inheritAttrs=T),I&&(e.components=I),O&&(e.directives=O)}function Rt(e,t,r=n.dG,o=!1){(0,n.kJ)(e)&&(e=qt(e));for(const i in e){const r=e[i];let s;s=(0,n.Kn)(r)?"default"in r?xe(r.from||i,r.default,!0):xe(r.from||i):xe(r),(0,a.dq)(s)&&o?Object.defineProperty(t,i,{enumerable:!0,configurable:!0,get:()=>s.value,set:e=>s.value=e}):t[i]=s}}function Mt(e,t,r){p((0,n.kJ)(e)?e.map((e=>e.bind(t.proxy))):e.bind(t.proxy),t,r)}function Dt(e,t,r,a){const o=a.includes(".")?Te(r,a):()=>r[a];if((0,n.HD)(e)){const r=t[e];(0,n.mf)(r)&&_e(o,r)}else if((0,n.mf)(e))_e(o,e.bind(r));else if((0,n.Kn)(e))if((0,n.kJ)(e))e.forEach((e=>Dt(e,t,r,a)));else{const a=(0,n.mf)(e.handler)?e.handler.bind(r):t[e.handler];(0,n.mf)(a)&&_e(o,a,e)}else 0}function Nt(e){const t=e.type,{mixins:r,extends:a}=t,{mixins:n,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,s=o.get(t);let l;return s?l=s:n.length||r||a?(l={},n.length&&n.forEach((e=>Bt(l,e,i,!0))),Bt(l,t,i)):l=t,o.set(t,l),l}function Bt(e,t,r,a=!1){const{mixins:n,extends:o}=t;o&&Bt(e,o,r,!0),n&&n.forEach((t=>Bt(e,t,r,!0)));for(const i in t)if(a&&"expose"===i);else{const a=Ut[i]||r&&r[i];e[i]=a?a(e[i],t[i]):t[i]}return e}const Ut={data:jt,props:Gt,emits:Gt,methods:Gt,computed:Gt,beforeCreate:Ht,created:Ht,beforeMount:Ht,mounted:Ht,beforeUpdate:Ht,updated:Ht,beforeDestroy:Ht,beforeUnmount:Ht,destroyed:Ht,unmounted:Ht,activated:Ht,deactivated:Ht,errorCaptured:Ht,serverPrefetch:Ht,components:Gt,directives:Gt,watch:Wt,provide:jt,inject:zt};function jt(e,t){return t?e?function(){return(0,n.l7)((0,n.mf)(e)?e.call(this,this):e,(0,n.mf)(t)?t.call(this,this):t)}:t:e}function zt(e,t){return Gt(qt(e),qt(t))}function qt(e){if((0,n.kJ)(e)){const t={};for(let r=0;r<e.length;r++)t[e[r]]=e[r];return t}return e}function Ht(e,t){return e?[...new Set([].concat(e,t))]:t}function Gt(e,t){return e?(0,n.l7)((0,n.l7)(Object.create(null),e),t):t}function Wt(e,t){if(!e)return t;if(!t)return e;const r=(0,n.l7)(Object.create(null),e);for(const a in t)r[a]=Ht(e[a],t[a]);return r}function Vt(e,t,r,o=!1){const i={},s={};(0,n.Nj)(s,Xr,1),e.propsDefaults=Object.create(null),Yt(e,t,i,s);for(const a in e.propsOptions[0])a in i||(i[a]=void 0);r?e.props=o?i:(0,a.Um)(i):e.type.props?e.props=i:e.props=s,e.attrs=s}function $t(e,t,r,o){const{props:i,attrs:s,vnode:{patchFlag:l}}=e,c=(0,a.IU)(i),[d]=e.propsOptions;let u=!1;if(!(o||l>0)||16&l){let a;Yt(e,t,i,s)&&(u=!0);for(const o in c)t&&((0,n.RI)(t,o)||(a=(0,n.rs)(o))!==o&&(0,n.RI)(t,a))||(d?!r||void 0===r[o]&&void 0===r[a]||(i[o]=Xt(d,c,o,void 0,e,!0)):delete i[o]);if(s!==c)for(const e in s)t&&(0,n.RI)(t,e)||(delete s[e],u=!0)}else if(8&l){const r=e.vnode.dynamicProps;for(let a=0;a<r.length;a++){let o=r[a];if($(e.emitsOptions,o))continue;const l=t[o];if(d)if((0,n.RI)(s,o))l!==s[o]&&(s[o]=l,u=!0);else{const t=(0,n._A)(o);i[t]=Xt(d,c,t,l,e,!1)}else l!==s[o]&&(s[o]=l,u=!0)}}u&&(0,a.X$)(e,"set","$attrs")}function Yt(e,t,r,o){const[i,s]=e.propsOptions;let l,c=!1;if(t)for(let a in t){if((0,n.Gg)(a))continue;const d=t[a];let u;i&&(0,n.RI)(i,u=(0,n._A)(a))?s&&s.includes(u)?(l||(l={}))[u]=d:r[u]=d:$(e.emitsOptions,a)||a in o&&d===o[a]||(o[a]=d,c=!0)}if(s){const t=(0,a.IU)(r),o=l||n.kT;for(let a=0;a<s.length;a++){const l=s[a];r[l]=Xt(i,t,l,o[l],e,!(0,n.RI)(o,l))}}return c}function Xt(e,t,r,a,o,i){const s=e[r];if(null!=s){const e=(0,n.RI)(s,"default");if(e&&void 0===a){const e=s.default;if(s.type!==Function&&(0,n.mf)(e)){const{propsDefaults:n}=o;r in n?a=n[r]:(ga(o),a=n[r]=e.call(null,t),ba())}else a=e}s[0]&&(i&&!e?a=!1:!s[1]||""!==a&&a!==(0,n.rs)(r)||(a=!0))}return a}function Kt(e,t,r=!1){const a=t.propsCache,o=a.get(e);if(o)return o;const i=e.props,s={},l=[];let c=!1;if(!(0,n.mf)(e)){const a=e=>{c=!0;const[r,a]=Kt(e,t,!0);(0,n.l7)(s,r),a&&l.push(...a)};!r&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!i&&!c)return a.set(e,n.Z6),n.Z6;if((0,n.kJ)(i))for(let u=0;u<i.length;u++){0;const e=(0,n._A)(i[u]);Qt(e)&&(s[e]=n.kT)}else if(i){0;for(const e in i){const t=(0,n._A)(e);if(Qt(t)){const r=i[e],a=s[t]=(0,n.kJ)(r)||(0,n.mf)(r)?{type:r}:r;if(a){const e=er(Boolean,a.type),r=er(String,a.type);a[0]=e>-1,a[1]=r<0||e<r,(e>-1||(0,n.RI)(a,"default"))&&l.push(t)}}}}const d=[s,l];return a.set(e,d),d}function Qt(e){return"$"!==e[0]}function Jt(e){const t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:null===e?"null":""}function Zt(e,t){return Jt(e)===Jt(t)}function er(e,t){return(0,n.kJ)(t)?t.findIndex((t=>Zt(t,e))):(0,n.mf)(t)&&Zt(t,e)?0:-1}const tr=e=>"_"===e[0]||"$stable"===e,rr=e=>(0,n.kJ)(e)?e.map(ia):[ia(e)],ar=(e,t,r)=>{if(t._n)return t;const a=ee(((...e)=>rr(t(...e))),r);return a._c=!1,a},nr=(e,t,r)=>{const a=e._ctx;for(const o in e){if(tr(o))continue;const r=e[o];if((0,n.mf)(r))t[o]=ar(o,r,a);else if(null!=r){0;const e=rr(r);t[o]=()=>e}}},or=(e,t)=>{const r=rr(t);e.slots.default=()=>r},ir=(e,t)=>{if(32&e.vnode.shapeFlag){const r=t._;r?(e.slots=(0,a.IU)(t),(0,n.Nj)(t,"_",r)):nr(t,e.slots={})}else e.slots={},t&&or(e,t);(0,n.Nj)(e.slots,Xr,1)},sr=(e,t,r)=>{const{vnode:a,slots:o}=e;let i=!0,s=n.kT;if(32&a.shapeFlag){const e=t._;e?r&&1===e?i=!1:((0,n.l7)(o,t),r||1!==e||delete o._):(i=!t.$stable,nr(t,o)),s=t}else t&&(or(e,t),s={default:1});if(i)for(const n in o)tr(n)||n in s||delete o[n]};function lr(){return{app:null,config:{isNativeTag:n.NO,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let cr=0;function dr(e,t){return function(r,a=null){(0,n.mf)(r)||(r=Object.assign({},r)),null==a||(0,n.Kn)(a)||(a=null);const o=lr(),i=new Set;let s=!1;const l=o.app={_uid:cr++,_component:r,_props:a,_container:null,_context:o,_instance:null,version:Za,get config(){return o.config},set config(e){0},use(e,...t){return i.has(e)||(e&&(0,n.mf)(e.install)?(i.add(e),e.install(l,...t)):(0,n.mf)(e)&&(i.add(e),e(l,...t))),l},mixin(e){return o.mixins.includes(e)||o.mixins.push(e),l},component(e,t){return t?(o.components[e]=t,l):o.components[e]},directive(e,t){return t?(o.directives[e]=t,l):o.directives[e]},mount(n,i,c){if(!s){0;const d=Zr(r,a);return d.appContext=o,i&&t?t(d,n):e(d,n,c),s=!0,l._container=n,n.__vue_app__=l,Ia(d.component)||d.component.proxy}},unmount(){s&&(e(null,l._container),delete l._container.__vue_app__)},provide(e,t){return o.provides[e]=t,l}};return l}}function ur(e,t,r,o,i=!1){if((0,n.kJ)(e))return void e.forEach(((e,a)=>ur(e,t&&((0,n.kJ)(t)?t[a]:t),r,o,i)));if(qe(o)&&!i)return;const s=4&o.shapeFlag?Ia(o.component)||o.component.proxy:o.el,l=i?null:s,{i:c,r:d}=e;const u=t&&t.r,p=c.refs===n.kT?c.refs={}:c.refs,m=c.setupState;if(null!=u&&u!==d&&((0,n.HD)(u)?(p[u]=null,(0,n.RI)(m,u)&&(m[u]=null)):(0,a.dq)(u)&&(u.value=null)),(0,n.mf)(d))h(d,c,12,[l,p]);else{const t=(0,n.HD)(d),o=(0,a.dq)(d);if(t||o){const a=()=>{if(e.f){const r=t?p[d]:d.value;i?(0,n.kJ)(r)&&(0,n.Od)(r,s):(0,n.kJ)(r)?r.includes(s)||r.push(s):t?(p[d]=[s],(0,n.RI)(m,d)&&(m[d]=p[d])):(d.value=[s],e.k&&(p[e.k]=d.value))}else t?(p[d]=l,(0,n.RI)(m,d)&&(m[d]=l)):o&&(d.value=l,e.k&&(p[e.k]=l))};l?(a.id=-1,br(a,r)):a()}else 0}}let hr=!1;const pr=e=>/svg/.test(e.namespaceURI)&&"foreignObject"!==e.tagName,mr=e=>8===e.nodeType;function fr(e){const{mt:t,p:r,o:{patchProp:a,createText:o,nextSibling:i,parentNode:s,remove:l,insert:c,createComment:d}}=e,u=(e,t)=>{if(!t.hasChildNodes())return r(null,e,t),B(),void(t._vnode=e);hr=!1,h(t.firstChild,e,null,null,null),B(),t._vnode=e,hr&&console.error("Hydration completed but contains mismatches.")},h=(r,a,n,l,d,u=!1)=>{const v=mr(r)&&"["===r.data,w=()=>g(r,a,n,l,d,v),{type:y,ref:x,shapeFlag:k,patchFlag:A}=a,C=r.nodeType;a.el=r,-2===A&&(u=!1,a.dynamicChildren=null);let S=null;switch(y){case Fr:3!==C?""===a.children?(c(a.el=o(""),s(r),r),S=r):S=w():(r.data!==a.children&&(hr=!0,r.data=a.children),S=i(r));break;case Rr:S=8!==C||v?w():i(r);break;case Mr:if(1===C||3===C){S=r;const e=!a.children.length;for(let t=0;t<a.staticCount;t++)e&&(a.children+=1===S.nodeType?S.outerHTML:S.data),t===a.staticCount-1&&(a.anchor=S),S=i(S);return S}S=w();break;case Lr:S=v?f(r,a,n,l,d,u):w();break;default:if(1&k)S=1!==C||a.type.toLowerCase()!==r.tagName.toLowerCase()?w():p(r,a,n,l,d,u);else if(6&k){a.slotScopeIds=d;const e=s(r);if(t(a,e,null,n,l,pr(e),u),S=v?b(r):i(r),S&&mr(S)&&"teleport end"===S.data&&(S=i(S)),qe(a)){let t;v?(t=Zr(Lr),t.anchor=S?S.previousSibling:e.lastChild):t=3===r.nodeType?aa(""):Zr("div"),t.el=r,a.component.subTree=t}}else 64&k?S=8!==C?w():a.type.hydrate(r,a,n,l,d,u,e,m):128&k&&(S=a.type.hydrate(r,a,n,l,pr(s(r)),d,u,e,h))}return null!=x&&ur(x,null,l,a),S},p=(e,t,r,o,i,s)=>{s=s||!!t.dynamicChildren;const{type:c,props:d,patchFlag:u,shapeFlag:h,dirs:p}=t,f="input"===c&&p||"option"===c;if(f||-1!==u){if(p&&mt(t,null,r,"created"),d)if(f||!s||48&u)for(const t in d)(f&&t.endsWith("value")||(0,n.F7)(t)&&!(0,n.Gg)(t))&&a(e,t,null,d[t],!1,void 0,r);else d.onClick&&a(e,"onClick",null,d.onClick,!1,void 0,r);let c;if((c=d&&d.onVnodeBeforeMount)&&da(c,r,t),p&&mt(t,null,r,"beforeMount"),((c=d&&d.onVnodeMounted)||p)&&ve((()=>{c&&da(c,r,t),p&&mt(t,null,r,"mounted")}),o),16&h&&(!d||!d.innerHTML&&!d.textContent)){let a=m(e.firstChild,t,e,r,o,i,s);while(a){hr=!0;const e=a;a=a.nextSibling,l(e)}}else 8&h&&e.textContent!==t.children&&(hr=!0,e.textContent=t.children)}return e.nextSibling},m=(e,t,a,n,o,i,s)=>{s=s||!!t.dynamicChildren;const l=t.children,c=l.length;for(let d=0;d<c;d++){const t=s?l[d]:l[d]=ia(l[d]);if(e)e=h(e,t,n,o,i,s);else{if(t.type===Fr&&!t.children)continue;hr=!0,r(null,t,a,null,n,o,pr(a),i)}}return e},f=(e,t,r,a,n,o)=>{const{slotScopeIds:l}=t;l&&(n=n?n.concat(l):l);const u=s(e),h=m(i(e),t,u,r,a,n,o);return h&&mr(h)&&"]"===h.data?i(t.anchor=h):(hr=!0,c(t.anchor=d("]"),u,h),h)},g=(e,t,a,n,o,c)=>{if(hr=!0,t.el=null,c){const t=b(e);while(1){const r=i(e);if(!r||r===t)break;l(r)}}const d=i(e),u=s(e);return l(e),r(null,t,u,d,a,n,pr(u),o),d},b=e=>{let t=0;while(e)if(e=i(e),e&&mr(e)&&("["===e.data&&t++,"]"===e.data)){if(0===t)return i(e);t--}return e};return[u,h]}function gr(){}const br=ve;function vr(e){return yr(e)}function wr(e){return yr(e,fr)}function yr(e,t){gr();const r=(0,n.E9)();r.__VUE__=!0;const{insert:o,remove:i,patchProp:s,createElement:l,createText:c,createComment:d,setText:u,setElementText:h,parentNode:p,nextSibling:m,setScopeId:f=n.dG,cloneNode:g,insertStaticContent:b}=e,v=(e,t,r,a=null,n=null,o=null,i=!1,s=null,l=!!t.dynamicChildren)=>{if(e===t)return;e&&!$r(e,t)&&(a=K(e),W(e,n,o,!0),e=null),-2===t.patchFlag&&(l=!1,t.dynamicChildren=null);const{type:c,ref:d,shapeFlag:u}=t;switch(c){case Fr:w(e,t,r,a);break;case Rr:y(e,t,r,a);break;case Mr:null==e&&x(t,r,a,i);break;case Lr:L(e,t,r,a,n,o,i,s,l);break;default:1&u?C(e,t,r,a,n,o,i,s,l):6&u?R(e,t,r,a,n,o,i,s,l):(64&u||128&u)&&c.process(e,t,r,a,n,o,i,s,l,J)}null!=d&&n&&ur(d,e&&e.ref,o,t||e,!t)},w=(e,t,r,a)=>{if(null==e)o(t.el=c(t.children),r,a);else{const r=t.el=e.el;t.children!==e.children&&u(r,t.children)}},y=(e,t,r,a)=>{null==e?o(t.el=d(t.children||""),r,a):t.el=e.el},x=(e,t,r,a)=>{[e.el,e.anchor]=b(e.children,t,r,a,e.el,e.anchor)},k=({el:e,anchor:t},r,a)=>{let n;while(e&&e!==t)n=m(e),o(e,r,a),e=n;o(t,r,a)},A=({el:e,anchor:t})=>{let r;while(e&&e!==t)r=m(e),i(e),e=r;i(t)},C=(e,t,r,a,n,o,i,s,l)=>{i=i||"svg"===t.type,null==e?S(t,r,a,n,o,i,s,l):P(e,t,n,o,i,s,l)},S=(e,t,r,a,i,c,d,u)=>{let p,m;const{type:f,props:b,shapeFlag:v,transition:w,patchFlag:y,dirs:x}=e;if(e.el&&void 0!==g&&-1===y)p=e.el=g(e.el);else{if(p=e.el=l(e.type,c,b&&b.is,b),8&v?h(p,e.children):16&v&&E(e.children,p,null,a,i,c&&"foreignObject"!==f,d,u),x&&mt(e,null,a,"created"),b){for(const t in b)"value"===t||(0,n.Gg)(t)||s(p,t,null,b[t],c,e.children,a,i,X);"value"in b&&s(p,"value",null,b.value),(m=b.onVnodeBeforeMount)&&da(m,a,e)}_(p,e,e.scopeId,d,a)}x&&mt(e,null,a,"beforeMount");const k=(!i||i&&!i.pendingBranch)&&w&&!w.persisted;k&&w.beforeEnter(p),o(p,t,r),((m=b&&b.onVnodeMounted)||k||x)&&br((()=>{m&&da(m,a,e),k&&w.enter(p),x&&mt(e,null,a,"mounted")}),i)},_=(e,t,r,a,n)=>{if(r&&f(e,r),a)for(let o=0;o<a.length;o++)f(e,a[o]);if(n){let r=n.subTree;if(t===r){const t=n.vnode;_(e,t,t.scopeId,t.slotScopeIds,n.parent)}}},E=(e,t,r,a,n,o,i,s,l=0)=>{for(let c=l;c<e.length;c++){const l=e[c]=s?sa(e[c]):ia(e[c]);v(null,l,t,r,a,n,o,i,s)}},P=(e,t,r,a,o,i,l)=>{const c=t.el=e.el;let{patchFlag:d,dynamicChildren:u,dirs:p}=t;d|=16&e.patchFlag;const m=e.props||n.kT,f=t.props||n.kT;let g;r&&xr(r,!1),(g=f.onVnodeBeforeUpdate)&&da(g,r,t,e),p&&mt(t,e,r,"beforeUpdate"),r&&xr(r,!0);const b=o&&"foreignObject"!==t.type;if(u?T(e.dynamicChildren,u,c,r,a,b,i):l||z(e,t,c,null,r,a,b,i,!1),d>0){if(16&d)I(c,t,m,f,r,a,o);else if(2&d&&m.class!==f.class&&s(c,"class",null,f.class,o),4&d&&s(c,"style",m.style,f.style,o),8&d){const n=t.dynamicProps;for(let t=0;t<n.length;t++){const i=n[t],l=m[i],d=f[i];d===l&&"value"!==i||s(c,i,l,d,o,e.children,r,a,X)}}1&d&&e.children!==t.children&&h(c,t.children)}else l||null!=u||I(c,t,m,f,r,a,o);((g=f.onVnodeUpdated)||p)&&br((()=>{g&&da(g,r,t,e),p&&mt(t,e,r,"updated")}),a)},T=(e,t,r,a,n,o,i)=>{for(let s=0;s<t.length;s++){const l=e[s],c=t[s],d=l.el&&(l.type===Lr||!$r(l,c)||70&l.shapeFlag)?p(l.el):r;v(l,c,d,null,a,n,o,i,!0)}},I=(e,t,r,a,o,i,l)=>{if(r!==a){for(const c in a){if((0,n.Gg)(c))continue;const d=a[c],u=r[c];d!==u&&"value"!==c&&s(e,c,u,d,l,t.children,o,i,X)}if(r!==n.kT)for(const c in r)(0,n.Gg)(c)||c in a||s(e,c,r[c],null,l,t.children,o,i,X);"value"in a&&s(e,"value",r.value,a.value)}},L=(e,t,r,a,n,i,s,l,d)=>{const u=t.el=e?e.el:c(""),h=t.anchor=e?e.anchor:c("");let{patchFlag:p,dynamicChildren:m,slotScopeIds:f}=t;f&&(l=l?l.concat(f):f),null==e?(o(u,r,a),o(h,r,a),E(t.children,r,h,n,i,s,l,d)):p>0&&64&p&&m&&e.dynamicChildren?(T(e.dynamicChildren,m,r,n,i,s,l),(null!=t.key||n&&t===n.subTree)&&kr(e,t,!0)):z(e,t,r,h,n,i,s,l,d)},R=(e,t,r,a,n,o,i,s,l)=>{t.slotScopeIds=s,null==e?512&t.shapeFlag?n.ctx.activate(t,r,a,i,l):M(t,r,a,n,o,i,l):D(e,t,l)},M=(e,t,r,a,n,o,i)=>{const s=e.component=pa(e,a,n);if(We(e)&&(s.ctx.renderer=J),ka(s),s.asyncDep){if(n&&n.registerDep(s,U),!e.el){const e=s.subTree=Zr(Rr);y(null,e,t,r)}}else U(s,e,t,r,n,o,i)},D=(e,t,r)=>{const a=t.component=e.component;if(oe(e,t,r)){if(a.asyncDep&&!a.asyncResolved)return void j(a,t,r);a.next=t,F(a.update),a.update()}else t.el=e.el,a.vnode=t},U=(e,t,r,o,i,s,l)=>{const c=()=>{if(e.isMounted){let t,{next:r,bu:a,u:o,parent:c,vnode:d}=e,u=r;0,xr(e,!1),r?(r.el=d.el,j(e,r,l)):r=d,a&&(0,n.ir)(a),(t=r.props&&r.props.onVnodeBeforeUpdate)&&da(t,c,r,d),xr(e,!0);const h=te(e);0;const m=e.subTree;e.subTree=h,v(m,h,p(m.el),K(m),e,i,s),r.el=h.el,null===u&&se(e,h.el),o&&br(o,i),(t=r.props&&r.props.onVnodeUpdated)&&br((()=>da(t,c,r,d)),i)}else{let a;const{el:l,props:c}=t,{bm:d,m:u,parent:h}=e,p=qe(t);if(xr(e,!1),d&&(0,n.ir)(d),!p&&(a=c&&c.onVnodeBeforeMount)&&da(a,h,t),xr(e,!0),l&&ee){const r=()=>{e.subTree=te(e),ee(l,e.subTree,e,i,null)};p?t.type.__asyncLoader().then((()=>!e.isUnmounted&&r())):r()}else{0;const a=e.subTree=te(e);0,v(null,a,r,o,e,i,s),t.el=a.el}if(u&&br(u,i),!p&&(a=c&&c.onVnodeMounted)){const e=t;br((()=>da(a,h,e)),i)}(256&t.shapeFlag||h&&qe(h.vnode)&&256&h.vnode.shapeFlag)&&e.a&&br(e.a,i),e.isMounted=!0,t=r=o=null}},d=e.effect=new a.qq(c,(()=>O(u)),e.scope),u=e.update=()=>d.run();u.id=e.uid,xr(e,!0),u()},j=(e,t,r)=>{t.component=e;const n=e.vnode.props;e.vnode=t,e.next=null,$t(e,t.props,n,r),sr(e,t.children,r),(0,a.Jd)(),N(void 0,e.update),(0,a.lk)()},z=(e,t,r,a,n,o,i,s,l=!1)=>{const c=e&&e.children,d=e?e.shapeFlag:0,u=t.children,{patchFlag:p,shapeFlag:m}=t;if(p>0){if(128&p)return void H(c,u,r,a,n,o,i,s,l);if(256&p)return void q(c,u,r,a,n,o,i,s,l)}8&m?(16&d&&X(c,n,o),u!==c&&h(r,u)):16&d?16&m?H(c,u,r,a,n,o,i,s,l):X(c,n,o,!0):(8&d&&h(r,""),16&m&&E(u,r,a,n,o,i,s,l))},q=(e,t,r,a,o,i,s,l,c)=>{e=e||n.Z6,t=t||n.Z6;const d=e.length,u=t.length,h=Math.min(d,u);let p;for(p=0;p<h;p++){const a=t[p]=c?sa(t[p]):ia(t[p]);v(e[p],a,r,null,o,i,s,l,c)}d>u?X(e,o,i,!0,!1,h):E(t,r,a,o,i,s,l,c,h)},H=(e,t,r,a,o,i,s,l,c)=>{let d=0;const u=t.length;let h=e.length-1,p=u-1;while(d<=h&&d<=p){const a=e[d],n=t[d]=c?sa(t[d]):ia(t[d]);if(!$r(a,n))break;v(a,n,r,null,o,i,s,l,c),d++}while(d<=h&&d<=p){const a=e[h],n=t[p]=c?sa(t[p]):ia(t[p]);if(!$r(a,n))break;v(a,n,r,null,o,i,s,l,c),h--,p--}if(d>h){if(d<=p){const e=p+1,n=e<u?t[e].el:a;while(d<=p)v(null,t[d]=c?sa(t[d]):ia(t[d]),r,n,o,i,s,l,c),d++}}else if(d>p)while(d<=h)W(e[d],o,i,!0),d++;else{const m=d,f=d,g=new Map;for(d=f;d<=p;d++){const e=t[d]=c?sa(t[d]):ia(t[d]);null!=e.key&&g.set(e.key,d)}let b,w=0;const y=p-f+1;let x=!1,k=0;const A=new Array(y);for(d=0;d<y;d++)A[d]=0;for(d=m;d<=h;d++){const a=e[d];if(w>=y){W(a,o,i,!0);continue}let n;if(null!=a.key)n=g.get(a.key);else for(b=f;b<=p;b++)if(0===A[b-f]&&$r(a,t[b])){n=b;break}void 0===n?W(a,o,i,!0):(A[n-f]=d+1,n>=k?k=n:x=!0,v(a,t[n],r,null,o,i,s,l,c),w++)}const C=x?Ar(A):n.Z6;for(b=C.length-1,d=y-1;d>=0;d--){const e=f+d,n=t[e],h=e+1<u?t[e+1].el:a;0===A[d]?v(null,n,r,h,o,i,s,l,c):x&&(b<0||d!==C[b]?G(n,r,h,2):b--)}}},G=(e,t,r,a,n=null)=>{const{el:i,type:s,transition:l,children:c,shapeFlag:d}=e;if(6&d)return void G(e.component.subTree,t,r,a);if(128&d)return void e.suspense.move(t,r,a);if(64&d)return void s.move(e,t,r,J);if(s===Lr){o(i,t,r);for(let e=0;e<c.length;e++)G(c[e],t,r,a);return void o(e.anchor,t,r)}if(s===Mr)return void k(e,t,r);const u=2!==a&&1&d&&l;if(u)if(0===a)l.beforeEnter(i),o(i,t,r),br((()=>l.enter(i)),n);else{const{leave:e,delayLeave:a,afterLeave:n}=l,s=()=>o(i,t,r),c=()=>{e(i,(()=>{s(),n&&n()}))};a?a(i,s,c):c()}else o(i,t,r)},W=(e,t,r,a=!1,n=!1)=>{const{type:o,props:i,ref:s,children:l,dynamicChildren:c,shapeFlag:d,patchFlag:u,dirs:h}=e;if(null!=s&&ur(s,null,r,e,!0),256&d)return void t.ctx.deactivate(e);const p=1&d&&h,m=!qe(e);let f;if(m&&(f=i&&i.onVnodeBeforeUnmount)&&da(f,t,e),6&d)Y(e.component,r,a);else{if(128&d)return void e.suspense.unmount(r,a);p&&mt(e,null,t,"beforeUnmount"),64&d?e.type.remove(e,t,r,n,J,a):c&&(o!==Lr||u>0&&64&u)?X(c,t,r,!1,!0):(o===Lr&&384&u||!n&&16&d)&&X(l,t,r),a&&V(e)}(m&&(f=i&&i.onVnodeUnmounted)||p)&&br((()=>{f&&da(f,t,e),p&&mt(e,null,t,"unmounted")}),r)},V=e=>{const{type:t,el:r,anchor:a,transition:n}=e;if(t===Lr)return void $(r,a);if(t===Mr)return void A(e);const o=()=>{i(r),n&&!n.persisted&&n.afterLeave&&n.afterLeave()};if(1&e.shapeFlag&&n&&!n.persisted){const{leave:t,delayLeave:a}=n,i=()=>t(r,o);a?a(e.el,o,i):i()}else o()},$=(e,t)=>{let r;while(e!==t)r=m(e),i(e),e=r;i(t)},Y=(e,t,r)=>{const{bum:a,scope:o,update:i,subTree:s,um:l}=e;a&&(0,n.ir)(a),o.stop(),i&&(i.active=!1,W(s,e,t,r)),l&&br(l,t),br((()=>{e.isUnmounted=!0}),t),t&&t.pendingBranch&&!t.isUnmounted&&e.asyncDep&&!e.asyncResolved&&e.suspenseId===t.pendingId&&(t.deps--,0===t.deps&&t.resolve())},X=(e,t,r,a=!1,n=!1,o=0)=>{for(let i=o;i<e.length;i++)W(e[i],t,r,a,n)},K=e=>6&e.shapeFlag?K(e.component.subTree):128&e.shapeFlag?e.suspense.next():m(e.anchor||e.el),Q=(e,t,r)=>{null==e?t._vnode&&W(t._vnode,null,null,!0):v(t._vnode||null,e,t,null,null,null,r),B(),t._vnode=e},J={p:v,um:W,m:G,r:V,mt:M,mc:E,pc:z,pbc:T,n:K,o:e};let Z,ee;return t&&([Z,ee]=t(J)),{render:Q,hydrate:Z,createApp:dr(Q,Z)}}function xr({effect:e,update:t},r){e.allowRecurse=t.allowRecurse=r}function kr(e,t,r=!1){const a=e.children,o=t.children;if((0,n.kJ)(a)&&(0,n.kJ)(o))for(let n=0;n<a.length;n++){const e=a[n];let t=o[n];1&t.shapeFlag&&!t.dynamicChildren&&((t.patchFlag<=0||32===t.patchFlag)&&(t=o[n]=sa(o[n]),t.el=e.el),r||kr(e,t))}}function Ar(e){const t=e.slice(),r=[0];let a,n,o,i,s;const l=e.length;for(a=0;a<l;a++){const l=e[a];if(0!==l){if(n=r[r.length-1],e[n]<l){t[a]=n,r.push(a);continue}o=0,i=r.length-1;while(o<i)s=o+i>>1,e[r[s]]<l?o=s+1:i=s;l<e[r[o]]&&(o>0&&(t[a]=r[o-1]),r[o]=a)}}o=r.length,i=r[o-1];while(o-- >0)r[o]=i,i=t[i];return r}const Cr=e=>e.__isTeleport,Sr=e=>e&&(e.disabled||""===e.disabled),_r=e=>"undefined"!==typeof SVGElement&&e instanceof SVGElement,Er=(e,t)=>{const r=e&&e.to;if((0,n.HD)(r)){if(t){const e=t(r);return e}return null}return r},Pr={__isTeleport:!0,process(e,t,r,a,n,o,i,s,l,c){const{mc:d,pc:u,pbc:h,o:{insert:p,querySelector:m,createText:f,createComment:g}}=c,b=Sr(t.props);let{shapeFlag:v,children:w,dynamicChildren:y}=t;if(null==e){const e=t.el=f(""),c=t.anchor=f("");p(e,r,a),p(c,r,a);const u=t.target=Er(t.props,m),h=t.targetAnchor=f("");u&&(p(h,u),i=i||_r(u));const g=(e,t)=>{16&v&&d(w,e,t,n,o,i,s,l)};b?g(r,c):u&&g(u,h)}else{t.el=e.el;const a=t.anchor=e.anchor,d=t.target=e.target,p=t.targetAnchor=e.targetAnchor,f=Sr(e.props),g=f?r:d,v=f?a:p;if(i=i||_r(d),y?(h(e.dynamicChildren,y,g,n,o,i,s),kr(e,t,!0)):l||u(e,t,g,v,n,o,i,s,!1),b)f||Tr(t,r,a,c,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const e=t.target=Er(t.props,m);e&&Tr(t,e,null,c,0)}else f&&Tr(t,d,p,c,1)}},remove(e,t,r,a,{um:n,o:{remove:o}},i){const{shapeFlag:s,children:l,anchor:c,targetAnchor:d,target:u,props:h}=e;if(u&&o(d),(i||!Sr(h))&&(o(c),16&s))for(let p=0;p<l.length;p++){const e=l[p];n(e,t,r,!0,!!e.dynamicChildren)}},move:Tr,hydrate:Ir};function Tr(e,t,r,{o:{insert:a},m:n},o=2){0===o&&a(e.targetAnchor,t,r);const{el:i,anchor:s,shapeFlag:l,children:c,props:d}=e,u=2===o;if(u&&a(i,t,r),(!u||Sr(d))&&16&l)for(let h=0;h<c.length;h++)n(c[h],t,r,2);u&&a(s,t,r)}function Ir(e,t,r,a,n,o,{o:{nextSibling:i,parentNode:s,querySelector:l}},c){const d=t.target=Er(t.props,l);if(d){const l=d._lpa||d.firstChild;if(16&t.shapeFlag)if(Sr(t.props))t.anchor=c(i(e),t,s(e),r,a,n,o),t.targetAnchor=l;else{t.anchor=i(e);let s=l;while(s)if(s=i(s),s&&8===s.nodeType&&"teleport anchor"===s.data){t.targetAnchor=s,d._lpa=t.targetAnchor&&i(t.targetAnchor);break}c(l,t,d,r,a,n,o)}}return t.anchor&&i(t.anchor)}const Or=Pr,Lr=Symbol(void 0),Fr=Symbol(void 0),Rr=Symbol(void 0),Mr=Symbol(void 0),Dr=[];let Nr=null;function Br(e=!1){Dr.push(Nr=e?null:[])}function Ur(){Dr.pop(),Nr=Dr[Dr.length-1]||null}let jr,zr=1;function qr(e){zr+=e}function Hr(e){return e.dynamicChildren=zr>0?Nr||n.Z6:null,Ur(),zr>0&&Nr&&Nr.push(e),e}function Gr(e,t,r,a,n,o){return Hr(Jr(e,t,r,a,n,o,!0))}function Wr(e,t,r,a,n){return Hr(Zr(e,t,r,a,n,!0))}function Vr(e){return!!e&&!0===e.__v_isVNode}function $r(e,t){return e.type===t.type&&e.key===t.key}function Yr(e){jr=e}const Xr="__vInternal",Kr=({key:e})=>null!=e?e:null,Qr=({ref:e,ref_key:t,ref_for:r})=>null!=e?(0,n.HD)(e)||(0,a.dq)(e)||(0,n.mf)(e)?{i:Y,r:e,k:t,f:!!r}:e:null;function Jr(e,t=null,r=null,a=0,o=null,i=(e===Lr?0:1),s=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Kr(t),ref:t&&Qr(t),scopeId:X,slotScopeIds:null,children:r,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:a,dynamicProps:o,dynamicChildren:null,appContext:null};return l?(la(c,r),128&i&&e.normalize(c)):r&&(c.shapeFlag|=(0,n.HD)(r)?8:16),zr>0&&!s&&Nr&&(c.patchFlag>0||6&i)&&32!==c.patchFlag&&Nr.push(c),c}const Zr=ea;function ea(e,t=null,r=null,o=0,i=null,s=!1){if(e&&e!==vt||(e=Rr),Vr(e)){const a=ra(e,t,!0);return r&&la(a,r),zr>0&&!s&&Nr&&(6&a.shapeFlag?Nr[Nr.indexOf(e)]=a:Nr.push(a)),a.patchFlag|=-2,a}if(Ma(e)&&(e=e.__vccOpts),t){t=ta(t);let{class:e,style:r}=t;e&&!(0,n.HD)(e)&&(t.class=(0,n.C_)(e)),(0,n.Kn)(r)&&((0,a.X3)(r)&&!(0,n.kJ)(r)&&(r=(0,n.l7)({},r)),t.style=(0,n.j5)(r))}const l=(0,n.HD)(e)?1:le(e)?128:Cr(e)?64:(0,n.Kn)(e)?4:(0,n.mf)(e)?2:0;return Jr(e,t,r,o,i,l,s,!0)}function ta(e){return e?(0,a.X3)(e)||Xr in e?(0,n.l7)({},e):e:null}function ra(e,t,r=!1){const{props:a,ref:o,patchFlag:i,children:s}=e,l=t?ca(a||{},t):a,c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&Kr(l),ref:t&&t.ref?r&&o?(0,n.kJ)(o)?o.concat(Qr(t)):[o,Qr(t)]:Qr(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:s,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Lr?-1===i?16:16|i:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ra(e.ssContent),ssFallback:e.ssFallback&&ra(e.ssFallback),el:e.el,anchor:e.anchor};return c}function aa(e=" ",t=0){return Zr(Fr,null,e,t)}function na(e,t){const r=Zr(Mr,null,e);return r.staticCount=t,r}function oa(e="",t=!1){return t?(Br(),Wr(Rr,null,e)):Zr(Rr,null,e)}function ia(e){return null==e||"boolean"===typeof e?Zr(Rr):(0,n.kJ)(e)?Zr(Lr,null,e.slice()):"object"===typeof e?sa(e):Zr(Fr,null,String(e))}function sa(e){return null===e.el||e.memo?e:ra(e)}function la(e,t){let r=0;const{shapeFlag:a}=e;if(null==t)t=null;else if((0,n.kJ)(t))r=16;else if("object"===typeof t){if(65&a){const r=t.default;return void(r&&(r._c&&(r._d=!1),la(e,r()),r._c&&(r._d=!0)))}{r=32;const a=t._;a||Xr in t?3===a&&Y&&(1===Y.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=Y}}else(0,n.mf)(t)?(t={default:t,_ctx:Y},r=32):(t=String(t),64&a?(r=16,t=[aa(t)]):r=8);e.children=t,e.shapeFlag|=r}function ca(...e){const t={};for(let r=0;r<e.length;r++){const a=e[r];for(const e in a)if("class"===e)t.class!==a.class&&(t.class=(0,n.C_)([t.class,a.class]));else if("style"===e)t.style=(0,n.j5)([t.style,a.style]);else if((0,n.F7)(e)){const r=t[e],o=a[e];!o||r===o||(0,n.kJ)(r)&&r.includes(o)||(t[e]=r?[].concat(r,o):o)}else""!==e&&(t[e]=a[e])}return t}function da(e,t,r,a=null){p(e,t,7,[r,a])}const ua=lr();let ha=0;function pa(e,t,r){const o=e.type,i=(t?t.appContext:e.appContext)||ua,s={uid:ha++,vnode:e,type:o,parent:t,appContext:i,root:null,next:null,subTree:null,effect:null,update:null,scope:new a.Bj(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(i.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Kt(o,i),emitsOptions:V(o,i),emit:null,emitted:null,propsDefaults:n.kT,inheritAttrs:o.inheritAttrs,ctx:n.kT,data:n.kT,props:n.kT,attrs:n.kT,slots:n.kT,refs:n.kT,setupState:n.kT,setupContext:null,suspense:r,suspenseId:r?r.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return s.ctx={_:s},s.root=t?t.root:s,s.emit=W.bind(null,s),e.ce&&e.ce(s),s}let ma=null;const fa=()=>ma||Y,ga=e=>{ma=e,e.scope.on()},ba=()=>{ma&&ma.scope.off(),ma=null};function va(e){return 4&e.vnode.shapeFlag}let wa,ya,xa=!1;function ka(e,t=!1){xa=t;const{props:r,children:a}=e.vnode,n=va(e);Vt(e,r,n,t),ir(e,a);const o=n?Aa(e,t):void 0;return xa=!1,o}function Aa(e,t){const r=e.type;e.accessCache=Object.create(null),e.proxy=(0,a.Xl)(new Proxy(e.ctx,It));const{setup:o}=r;if(o){const r=e.setupContext=o.length>1?Ta(e):null;ga(e),(0,a.Jd)();const i=h(o,e,0,[e.props,r]);if((0,a.lk)(),ba(),(0,n.tI)(i)){if(i.then(ba,ba),t)return i.then((r=>{Ca(e,r,t)})).catch((t=>{m(t,e,0)}));e.asyncDep=i}else Ca(e,i,t)}else Ea(e,t)}function Ca(e,t,r){(0,n.mf)(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:(0,n.Kn)(t)&&(e.setupState=(0,a.WL)(t)),Ea(e,r)}function Sa(e){wa=e,ya=e=>{e.render._rc&&(e.withProxy=new Proxy(e.ctx,Ot))}}const _a=()=>!wa;function Ea(e,t,r){const o=e.type;if(!e.render){if(!t&&wa&&!o.render){const t=o.template;if(t){0;const{isCustomElement:r,compilerOptions:a}=e.appContext.config,{delimiters:i,compilerOptions:s}=o,l=(0,n.l7)((0,n.l7)({isCustomElement:r,delimiters:i},a),s);o.render=wa(t,l)}}e.render=o.render||n.dG,ya&&ya(e)}ga(e),(0,a.Jd)(),Ft(e),(0,a.lk)(),ba()}function Pa(e){return new Proxy(e.attrs,{get(t,r){return(0,a.j)(e,"get","$attrs"),t[r]}})}function Ta(e){const t=t=>{e.exposed=t||{}};let r;return{get attrs(){return r||(r=Pa(e))},slots:e.slots,emit:e.emit,expose:t}}function Ia(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy((0,a.WL)((0,a.Xl)(e.exposed)),{get(t,r){return r in t?t[r]:r in Tt?Tt[r](e):void 0}}))}const Oa=/(?:^|[-_])(\w)/g,La=e=>e.replace(Oa,(e=>e.toUpperCase())).replace(/[-_]/g,"");function Fa(e,t=!0){return(0,n.mf)(e)?e.displayName||e.name:e.name||t&&e.__name}function Ra(e,t,r=!1){let a=Fa(t);if(!a&&t.__file){const e=t.__file.match(/([^/\\]+)\.\w+$/);e&&(a=e[1])}if(!a&&e&&e.parent){const r=e=>{for(const r in e)if(e[r]===t)return r};a=r(e.components||e.parent.type.components)||r(e.appContext.components)}return a?La(a):r?"App":"Anonymous"}function Ma(e){return(0,n.mf)(e)&&"__vccOpts"in e}const Da=(e,t)=>(0,a.Fl)(e,t,xa);function Na(){return null}function Ba(){return null}function Ua(e){0}function ja(e,t){return null}function za(){return Ha().slots}function qa(){return Ha().attrs}function Ha(){const e=fa();return e.setupContext||(e.setupContext=Ta(e))}function Ga(e,t){const r=(0,n.kJ)(e)?e.reduce(((e,t)=>(e[t]={},e)),{}):e;for(const a in t){const e=r[a];e?(0,n.kJ)(e)||(0,n.mf)(e)?r[a]={type:e,default:t[a]}:e.default=t[a]:null===e&&(r[a]={default:t[a]})}return r}function Wa(e,t){const r={};for(const a in e)t.includes(a)||Object.defineProperty(r,a,{enumerable:!0,get:()=>e[a]});return r}function Va(e){const t=fa();let r=e();return ba(),(0,n.tI)(r)&&(r=r.catch((e=>{throw ga(t),e}))),[r,()=>ga(t)]}function $a(e,t,r){const a=arguments.length;return 2===a?(0,n.Kn)(t)&&!(0,n.kJ)(t)?Vr(t)?Zr(e,null,[t]):Zr(e,t):Zr(e,null,t):(a>3?r=Array.prototype.slice.call(arguments,2):3===a&&Vr(r)&&(r=[r]),Zr(e,t,r))}const Ya=Symbol(""),Xa=()=>{{const e=xe(Ya);return e||i("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}};function Ka(){return void 0}function Qa(e,t,r,a){const n=r[a];if(n&&Ja(n,e))return n;const o=t();return o.memo=e.slice(),r[a]=o}function Ja(e,t){const r=e.memo;if(r.length!=t.length)return!1;for(let a=0;a<r.length;a++)if((0,n.aU)(r[a],t[a]))return!1;return zr>0&&Nr&&Nr.push(e),!0}const Za="3.2.37",en={createComponentInstance:pa,setupComponent:ka,renderComponentRoot:te,setCurrentRenderingInstance:K,isVNode:Vr,normalizeVNode:ia},tn=en,rn=null,an=null},9963:function(e,t,r){"use strict";r.d(t,{$d:function(){return n.$d},$y:function(){return n.$y},Ah:function(){return N},B:function(){return n.B},BK:function(){return n.BK},Bj:function(){return n.Bj},Bz:function(){return n.Bz},C3:function(){return n.C3},C_:function(){return n.C_},Cn:function(){return n.Cn},D2:function(){return De},EB:function(){return n.EB},Eo:function(){return n.Eo},F4:function(){return n.F4},F8:function(){return Ne},FN:function(){return n.FN},Fl:function(){return n.Fl},G:function(){return n.G},G2:function(){return Ae},HX:function(){return n.HX},HY:function(){return n.HY},Ho:function(){return n.Ho},IU:function(){return n.IU},JJ:function(){return n.JJ},Jd:function(){return n.Jd},KU:function(){return n.KU},Ko:function(){return n.Ko},LL:function(){return n.LL},MW:function(){return D},MX:function(){return n.MX},Mr:function(){return n.Mr},Nd:function(){return Qe},Nv:function(){return n.Nv},OT:function(){return n.OT},Ob:function(){return n.Ob},P$:function(){return n.P$},PG:function(){return n.PG},Q2:function(){return n.Q2},Q6:function(){return n.Q6},RC:function(){return n.RC},Rh:function(){return n.Rh},Rr:function(){return n.Rr},S3:function(){return n.S3},SK:function(){return n.Ah},SU:function(){return n.SU},U2:function(){return n.U2},Uc:function(){return n.Uc},Uk:function(){return n.Uk},Um:function(){return n.Um},Us:function(){return n.Us},Vh:function(){return n.Vh},W3:function(){return he},WI:function(){return n.WI},WL:function(){return n.WL},WY:function(){return n.WY},Wm:function(){return n.Wm},X3:function(){return n.X3},XI:function(){return n.XI},Xl:function(){return n.Xl},Xn:function(){return n.Xn},Y1:function(){return n.Y1},Y3:function(){return n.Y3},Y8:function(){return n.Y8},YP:function(){return n.YP},YS:function(){return n.YS},YZ:function(){return Pe},Yq:function(){return n.Yq},ZB:function(){return Ve},ZK:function(){return n.ZK},ZM:function(){return n.ZM},Zq:function(){return n.Zq},_:function(){return n._},_A:function(){return n._A},a2:function(){return U},aZ:function(){return n.aZ},b9:function(){return n.b9},bM:function(){return Ce},bT:function(){return n.bT},bv:function(){return n.bv},cE:function(){return n.cE},d1:function(){return n.d1},dD:function(){return n.dD},dG:function(){return n.dG},dl:function(){return n.dl},dq:function(){return n.dq},e8:function(){return xe},ec:function(){return n.ec},eq:function(){return n.eq},f3:function(){return n.f3},fb:function(){return j},h:function(){return n.h},hR:function(){return n.hR},i8:function(){return n.i8},iD:function(){return n.iD},iH:function(){return n.iH},iM:function(){return Re},ic:function(){return n.ic},j4:function(){return n.j4},j5:function(){return n.j5},kC:function(){return n.kC},kq:function(){return n.kq},l1:function(){return n.l1},lA:function(){return n.lA},lR:function(){return n.lR},m0:function(){return n.m0},mW:function(){return n.mW},mv:function(){return n.mv},mx:function(){return n.mx},n4:function(){return n.n4},nK:function(){return n.nK},nQ:function(){return n.nQ},nZ:function(){return n.nZ},nr:function(){return ye},oR:function(){return n.oR},of:function(){return n.of},p1:function(){return n.p1},qG:function(){return n.qG},qZ:function(){return n.qZ},qb:function(){return n.qb},qj:function(){return n.qj},qq:function(){return n.qq},ri:function(){return $e},ry:function(){return n.ry},sT:function(){return n.sT},sY:function(){return We},se:function(){return n.se},sj:function(){return z},sv:function(){return n.sv},uE:function(){return n.uE},uT:function(){return V},u_:function(){return n.u_},up:function(){return n.up},vl:function(){return n.vl},vr:function(){return Ye},vs:function(){return n.vs},w5:function(){return n.w5},wF:function(){return n.wF},wg:function(){return n.wg},wy:function(){return n.wy},xv:function(){return n.xv},yT:function(){return n.yT},yX:function(){return n.yX},yb:function(){return n.MW},zw:function(){return n.zw}});var a=r(3577),n=r(6252),o=r(2262);const i="http://www.w3.org/2000/svg",s="undefined"!==typeof document?document:null,l=s&&s.createElement("template"),c={insert:(e,t,r)=>{t.insertBefore(e,r||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,r,a)=>{const n=t?s.createElementNS(i,e):s.createElement(e,r?{is:r}:void 0);return"select"===e&&a&&null!=a.multiple&&n.setAttribute("multiple",a.multiple),n},createText:e=>s.createTextNode(e),createComment:e=>s.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>s.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},cloneNode(e){const t=e.cloneNode(!0);return"_value"in e&&(t._value=e._value),t},insertStaticContent(e,t,r,a,n,o){const i=r?r.previousSibling:t.lastChild;if(n&&(n===o||n.nextSibling)){while(1)if(t.insertBefore(n.cloneNode(!0),r),n===o||!(n=n.nextSibling))break}else{l.innerHTML=a?`<svg>${e}</svg>`:e;const n=l.content;if(a){const e=n.firstChild;while(e.firstChild)n.appendChild(e.firstChild);n.removeChild(e)}t.insertBefore(n,r)}return[i?i.nextSibling:t.firstChild,r?r.previousSibling:t.lastChild]}};function d(e,t,r){const a=e._vtc;a&&(t=(t?[t,...a]:[...a]).join(" ")),null==t?e.removeAttribute("class"):r?e.setAttribute("class",t):e.className=t}function u(e,t,r){const n=e.style,o=(0,a.HD)(r);if(r&&!o){for(const e in r)p(n,e,r[e]);if(t&&!(0,a.HD)(t))for(const e in t)null==r[e]&&p(n,e,"")}else{const a=n.display;o?t!==r&&(n.cssText=r):t&&e.removeAttribute("style"),"_vod"in e&&(n.display=a)}}const h=/\s*!important$/;function p(e,t,r){if((0,a.kJ)(r))r.forEach((r=>p(e,t,r)));else if(null==r&&(r=""),t.startsWith("--"))e.setProperty(t,r);else{const n=g(e,t);h.test(r)?e.setProperty((0,a.rs)(n),r.replace(h,""),"important"):e[n]=r}}const m=["Webkit","Moz","ms"],f={};function g(e,t){const r=f[t];if(r)return r;let n=(0,a._A)(t);if("filter"!==n&&n in e)return f[t]=n;n=(0,a.kC)(n);for(let a=0;a<m.length;a++){const r=m[a]+n;if(r in e)return f[t]=r}return t}const b="http://www.w3.org/1999/xlink";function v(e,t,r,n,o){if(n&&t.startsWith("xlink:"))null==r?e.removeAttributeNS(b,t.slice(6,t.length)):e.setAttributeNS(b,t,r);else{const n=(0,a.Pq)(t);null==r||n&&!(0,a.yA)(r)?e.removeAttribute(t):e.setAttribute(t,n?"":r)}}function w(e,t,r,n,o,i,s){if("innerHTML"===t||"textContent"===t)return n&&s(n,o,i),void(e[t]=null==r?"":r);if("value"===t&&"PROGRESS"!==e.tagName&&!e.tagName.includes("-")){e._value=r;const a=null==r?"":r;return e.value===a&&"OPTION"!==e.tagName||(e.value=a),void(null==r&&e.removeAttribute(t))}let l=!1;if(""===r||null==r){const n=typeof e[t];"boolean"===n?r=(0,a.yA)(r):null==r&&"string"===n?(r="",l=!0):"number"===n&&(r=0,l=!0)}try{e[t]=r}catch(c){0}l&&e.removeAttribute(t)}const[y,x]=(()=>{let e=Date.now,t=!1;if("undefined"!==typeof window){Date.now()>document.createEvent("Event").timeStamp&&(e=performance.now.bind(performance));const r=navigator.userAgent.match(/firefox\/(\d+)/i);t=!!(r&&Number(r[1])<=53)}return[e,t]})();let k=0;const A=Promise.resolve(),C=()=>{k=0},S=()=>k||(A.then(C),k=y());function _(e,t,r,a){e.addEventListener(t,r,a)}function E(e,t,r,a){e.removeEventListener(t,r,a)}function P(e,t,r,a,n=null){const o=e._vei||(e._vei={}),i=o[t];if(a&&i)i.value=a;else{const[r,s]=I(t);if(a){const i=o[t]=O(a,n);_(e,r,i,s)}else i&&(E(e,r,i,s),o[t]=void 0)}}const T=/(?:Once|Passive|Capture)$/;function I(e){let t;if(T.test(e)){let r;t={};while(r=e.match(T))e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[(0,a.rs)(e.slice(2)),t]}function O(e,t){const r=e=>{const a=e.timeStamp||y();(x||a>=r.attached-1)&&(0,n.$d)(L(e,r.value),t,5,[e])};return r.value=e,r.attached=S(),r}function L(e,t){if((0,a.kJ)(t)){const r=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{r.call(e),e._stopped=!0},t.map((e=>t=>!t._stopped&&e&&e(t)))}return t}const F=/^on[a-z]/,R=(e,t,r,n,o=!1,i,s,l,c)=>{"class"===t?d(e,n,o):"style"===t?u(e,r,n):(0,a.F7)(t)?(0,a.tR)(t)||P(e,t,r,n,s):("."===t[0]?(t=t.slice(1),1):"^"===t[0]?(t=t.slice(1),0):M(e,t,n,o))?w(e,t,n,i,s,l,c):("true-value"===t?e._trueValue=n:"false-value"===t&&(e._falseValue=n),v(e,t,n,o))};function M(e,t,r,n){return n?"innerHTML"===t||"textContent"===t||!!(t in e&&F.test(t)&&(0,a.mf)(r)):"spellcheck"!==t&&"draggable"!==t&&"translate"!==t&&("form"!==t&&(("list"!==t||"INPUT"!==e.tagName)&&(("type"!==t||"TEXTAREA"!==e.tagName)&&((!F.test(t)||!(0,a.HD)(r))&&t in e))))}function D(e,t){const r=(0,n.aZ)(e);class a extends U{constructor(e){super(r,e,t)}}return a.def=r,a}const N=e=>D(e,Ve),B="undefined"!==typeof HTMLElement?HTMLElement:class{};class U extends B{constructor(e,t={},r){super(),this._def=e,this._props=t,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this.shadowRoot&&r?r(this._createVNode(),this.shadowRoot):this.attachShadow({mode:"open"})}connectedCallback(){this._connected=!0,this._instance||this._resolveDef()}disconnectedCallback(){this._connected=!1,(0,n.Y3)((()=>{this._connected||(We(null,this.shadowRoot),this._instance=null)}))}_resolveDef(){if(this._resolved)return;this._resolved=!0;for(let r=0;r<this.attributes.length;r++)this._setAttr(this.attributes[r].name);new MutationObserver((e=>{for(const t of e)this._setAttr(t.attributeName)})).observe(this,{attributes:!0});const e=e=>{const{props:t,styles:r}=e,n=!(0,a.kJ)(t),o=t?n?Object.keys(t):t:[];let i;if(n)for(const s in this._props){const e=t[s];(e===Number||e&&e.type===Number)&&(this._props[s]=(0,a.He)(this._props[s]),(i||(i=Object.create(null)))[s]=!0)}this._numberProps=i;for(const a of Object.keys(this))"_"!==a[0]&&this._setProp(a,this[a],!0,!1);for(const s of o.map(a._A))Object.defineProperty(this,s,{get(){return this._getProp(s)},set(e){this._setProp(s,e)}});this._applyStyles(r),this._update()},t=this._def.__asyncLoader;t?t().then(e):e(this._def)}_setAttr(e){let t=this.getAttribute(e);this._numberProps&&this._numberProps[e]&&(t=(0,a.He)(t)),this._setProp((0,a._A)(e),t,!1)}_getProp(e){return this._props[e]}_setProp(e,t,r=!0,n=!0){t!==this._props[e]&&(this._props[e]=t,n&&this._instance&&this._update(),r&&(!0===t?this.setAttribute((0,a.rs)(e),""):"string"===typeof t||"number"===typeof t?this.setAttribute((0,a.rs)(e),t+""):t||this.removeAttribute((0,a.rs)(e))))}_update(){We(this._createVNode(),this.shadowRoot)}_createVNode(){const e=(0,n.Wm)(this._def,(0,a.l7)({},this._props));return this._instance||(e.ce=e=>{this._instance=e,e.isCE=!0,e.emit=(e,...t)=>{this.dispatchEvent(new CustomEvent(e,{detail:t}))};let t=this;while(t=t&&(t.parentNode||t.host))if(t instanceof U){e.parent=t._instance;break}}),e}_applyStyles(e){e&&e.forEach((e=>{const t=document.createElement("style");t.textContent=e,this.shadowRoot.appendChild(t)}))}}function j(e="$style"){{const t=(0,n.FN)();if(!t)return a.kT;const r=t.type.__cssModules;if(!r)return a.kT;const o=r[e];return o||a.kT}}function z(e){const t=(0,n.FN)();if(!t)return;const r=()=>q(t.subTree,e(t.proxy));(0,n.Rh)(r),(0,n.bv)((()=>{const e=new MutationObserver(r);e.observe(t.subTree.el.parentNode,{childList:!0}),(0,n.Ah)((()=>e.disconnect()))}))}function q(e,t){if(128&e.shapeFlag){const r=e.suspense;e=r.activeBranch,r.pendingBranch&&!r.isHydrating&&r.effects.push((()=>{q(r.activeBranch,t)}))}while(e.component)e=e.component.subTree;if(1&e.shapeFlag&&e.el)H(e.el,t);else if(e.type===n.HY)e.children.forEach((e=>q(e,t)));else if(e.type===n.qG){let{el:r,anchor:a}=e;while(r){if(H(r,t),r===a)break;r=r.nextSibling}}}function H(e,t){if(1===e.nodeType){const r=e.style;for(const e in t)r.setProperty(`--${e}`,t[e])}}const G="transition",W="animation",V=(e,{slots:t})=>(0,n.h)(n.P$,Q(e),t);V.displayName="Transition";const $={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},Y=V.props=(0,a.l7)({},n.P$.props,$),X=(e,t=[])=>{(0,a.kJ)(e)?e.forEach((e=>e(...t))):e&&e(...t)},K=e=>!!e&&((0,a.kJ)(e)?e.some((e=>e.length>1)):e.length>1);function Q(e){const t={};for(const a in e)a in $||(t[a]=e[a]);if(!1===e.css)return t;const{name:r="v",type:n,duration:o,enterFromClass:i=`${r}-enter-from`,enterActiveClass:s=`${r}-enter-active`,enterToClass:l=`${r}-enter-to`,appearFromClass:c=i,appearActiveClass:d=s,appearToClass:u=l,leaveFromClass:h=`${r}-leave-from`,leaveActiveClass:p=`${r}-leave-active`,leaveToClass:m=`${r}-leave-to`}=e,f=J(o),g=f&&f[0],b=f&&f[1],{onBeforeEnter:v,onEnter:w,onEnterCancelled:y,onLeave:x,onLeaveCancelled:k,onBeforeAppear:A=v,onAppear:C=w,onAppearCancelled:S=y}=t,_=(e,t,r)=>{te(e,t?u:l),te(e,t?d:s),r&&r()},E=(e,t)=>{e._isLeaving=!1,te(e,h),te(e,m),te(e,p),t&&t()},P=e=>(t,r)=>{const a=e?C:w,o=()=>_(t,e,r);X(a,[t,o]),re((()=>{te(t,e?c:i),ee(t,e?u:l),K(a)||ne(t,n,g,o)}))};return(0,a.l7)(t,{onBeforeEnter(e){X(v,[e]),ee(e,i),ee(e,s)},onBeforeAppear(e){X(A,[e]),ee(e,c),ee(e,d)},onEnter:P(!1),onAppear:P(!0),onLeave(e,t){e._isLeaving=!0;const r=()=>E(e,t);ee(e,h),le(),ee(e,p),re((()=>{e._isLeaving&&(te(e,h),ee(e,m),K(x)||ne(e,n,b,r))})),X(x,[e,r])},onEnterCancelled(e){_(e,!1),X(y,[e])},onAppearCancelled(e){_(e,!0),X(S,[e])},onLeaveCancelled(e){E(e),X(k,[e])}})}function J(e){if(null==e)return null;if((0,a.Kn)(e))return[Z(e.enter),Z(e.leave)];{const t=Z(e);return[t,t]}}function Z(e){const t=(0,a.He)(e);return t}function ee(e,t){t.split(/\s+/).forEach((t=>t&&e.classList.add(t))),(e._vtc||(e._vtc=new Set)).add(t)}function te(e,t){t.split(/\s+/).forEach((t=>t&&e.classList.remove(t)));const{_vtc:r}=e;r&&(r.delete(t),r.size||(e._vtc=void 0))}function re(e){requestAnimationFrame((()=>{requestAnimationFrame(e)}))}let ae=0;function ne(e,t,r,a){const n=e._endId=++ae,o=()=>{n===e._endId&&a()};if(r)return setTimeout(o,r);const{type:i,timeout:s,propCount:l}=oe(e,t);if(!i)return a();const c=i+"end";let d=0;const u=()=>{e.removeEventListener(c,h),o()},h=t=>{t.target===e&&++d>=l&&u()};setTimeout((()=>{d<l&&u()}),s+1),e.addEventListener(c,h)}function oe(e,t){const r=window.getComputedStyle(e),a=e=>(r[e]||"").split(", "),n=a(G+"Delay"),o=a(G+"Duration"),i=ie(n,o),s=a(W+"Delay"),l=a(W+"Duration"),c=ie(s,l);let d=null,u=0,h=0;t===G?i>0&&(d=G,u=i,h=o.length):t===W?c>0&&(d=W,u=c,h=l.length):(u=Math.max(i,c),d=u>0?i>c?G:W:null,h=d?d===G?o.length:l.length:0);const p=d===G&&/\b(transform|all)(,|$)/.test(r[G+"Property"]);return{type:d,timeout:u,propCount:h,hasTransform:p}}function ie(e,t){while(e.length<t.length)e=e.concat(e);return Math.max(...t.map(((t,r)=>se(t)+se(e[r]))))}function se(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function le(){return document.body.offsetHeight}const ce=new WeakMap,de=new WeakMap,ue={name:"TransitionGroup",props:(0,a.l7)({},Y,{tag:String,moveClass:String}),setup(e,{slots:t}){const r=(0,n.FN)(),a=(0,n.Y8)();let i,s;return(0,n.ic)((()=>{if(!i.length)return;const t=e.moveClass||`${e.name||"v"}-move`;if(!ge(i[0].el,r.vnode.el,t))return;i.forEach(pe),i.forEach(me);const a=i.filter(fe);le(),a.forEach((e=>{const r=e.el,a=r.style;ee(r,t),a.transform=a.webkitTransform=a.transitionDuration="";const n=r._moveCb=e=>{e&&e.target!==r||e&&!/transform$/.test(e.propertyName)||(r.removeEventListener("transitionend",n),r._moveCb=null,te(r,t))};r.addEventListener("transitionend",n)}))})),()=>{const l=(0,o.IU)(e),c=Q(l);let d=l.tag||n.HY;i=s,s=t.default?(0,n.Q6)(t.default()):[];for(let e=0;e<s.length;e++){const t=s[e];null!=t.key&&(0,n.nK)(t,(0,n.U2)(t,c,a,r))}if(i)for(let e=0;e<i.length;e++){const t=i[e];(0,n.nK)(t,(0,n.U2)(t,c,a,r)),ce.set(t,t.el.getBoundingClientRect())}return(0,n.Wm)(d,null,s)}}},he=ue;function pe(e){const t=e.el;t._moveCb&&t._moveCb(),t._enterCb&&t._enterCb()}function me(e){de.set(e,e.el.getBoundingClientRect())}function fe(e){const t=ce.get(e),r=de.get(e),a=t.left-r.left,n=t.top-r.top;if(a||n){const t=e.el.style;return t.transform=t.webkitTransform=`translate(${a}px,${n}px)`,t.transitionDuration="0s",e}}function ge(e,t,r){const a=e.cloneNode();e._vtc&&e._vtc.forEach((e=>{e.split(/\s+/).forEach((e=>e&&a.classList.remove(e)))})),r.split(/\s+/).forEach((e=>e&&a.classList.add(e))),a.style.display="none";const n=1===t.nodeType?t:t.parentNode;n.appendChild(a);const{hasTransform:o}=oe(a);return n.removeChild(a),o}const be=e=>{const t=e.props["onUpdate:modelValue"]||!1;return(0,a.kJ)(t)?e=>(0,a.ir)(t,e):t};function ve(e){e.target.composing=!0}function we(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const ye={created(e,{modifiers:{lazy:t,trim:r,number:n}},o){e._assign=be(o);const i=n||o.props&&"number"===o.props.type;_(e,t?"change":"input",(t=>{if(t.target.composing)return;let n=e.value;r&&(n=n.trim()),i&&(n=(0,a.He)(n)),e._assign(n)})),r&&_(e,"change",(()=>{e.value=e.value.trim()})),t||(_(e,"compositionstart",ve),_(e,"compositionend",we),_(e,"change",we))},mounted(e,{value:t}){e.value=null==t?"":t},beforeUpdate(e,{value:t,modifiers:{lazy:r,trim:n,number:o}},i){if(e._assign=be(i),e.composing)return;if(document.activeElement===e&&"range"!==e.type){if(r)return;if(n&&e.value.trim()===t)return;if((o||"number"===e.type)&&(0,a.He)(e.value)===t)return}const s=null==t?"":t;e.value!==s&&(e.value=s)}},xe={deep:!0,created(e,t,r){e._assign=be(r),_(e,"change",(()=>{const t=e._modelValue,r=_e(e),n=e.checked,o=e._assign;if((0,a.kJ)(t)){const e=(0,a.hq)(t,r),i=-1!==e;if(n&&!i)o(t.concat(r));else if(!n&&i){const r=[...t];r.splice(e,1),o(r)}}else if((0,a.DM)(t)){const e=new Set(t);n?e.add(r):e.delete(r),o(e)}else o(Ee(e,n))}))},mounted:ke,beforeUpdate(e,t,r){e._assign=be(r),ke(e,t,r)}};function ke(e,{value:t,oldValue:r},n){e._modelValue=t,(0,a.kJ)(t)?e.checked=(0,a.hq)(t,n.props.value)>-1:(0,a.DM)(t)?e.checked=t.has(n.props.value):t!==r&&(e.checked=(0,a.WV)(t,Ee(e,!0)))}const Ae={created(e,{value:t},r){e.checked=(0,a.WV)(t,r.props.value),e._assign=be(r),_(e,"change",(()=>{e._assign(_e(e))}))},beforeUpdate(e,{value:t,oldValue:r},n){e._assign=be(n),t!==r&&(e.checked=(0,a.WV)(t,n.props.value))}},Ce={deep:!0,created(e,{value:t,modifiers:{number:r}},n){const o=(0,a.DM)(t);_(e,"change",(()=>{const t=Array.prototype.filter.call(e.options,(e=>e.selected)).map((e=>r?(0,a.He)(_e(e)):_e(e)));e._assign(e.multiple?o?new Set(t):t:t[0])})),e._assign=be(n)},mounted(e,{value:t}){Se(e,t)},beforeUpdate(e,t,r){e._assign=be(r)},updated(e,{value:t}){Se(e,t)}};function Se(e,t){const r=e.multiple;if(!r||(0,a.kJ)(t)||(0,a.DM)(t)){for(let n=0,o=e.options.length;n<o;n++){const o=e.options[n],i=_e(o);if(r)(0,a.kJ)(t)?o.selected=(0,a.hq)(t,i)>-1:o.selected=t.has(i);else if((0,a.WV)(_e(o),t))return void(e.selectedIndex!==n&&(e.selectedIndex=n))}r||-1===e.selectedIndex||(e.selectedIndex=-1)}}function _e(e){return"_value"in e?e._value:e.value}function Ee(e,t){const r=t?"_trueValue":"_falseValue";return r in e?e[r]:t}const Pe={created(e,t,r){Ie(e,t,r,null,"created")},mounted(e,t,r){Ie(e,t,r,null,"mounted")},beforeUpdate(e,t,r,a){Ie(e,t,r,a,"beforeUpdate")},updated(e,t,r,a){Ie(e,t,r,a,"updated")}};function Te(e,t){switch(e){case"SELECT":return Ce;case"TEXTAREA":return ye;default:switch(t){case"checkbox":return xe;case"radio":return Ae;default:return ye}}}function Ie(e,t,r,a,n){const o=Te(e.tagName,r.props&&r.props.type),i=o[n];i&&i(e,t,r,a)}function Oe(){ye.getSSRProps=({value:e})=>({value:e}),Ae.getSSRProps=({value:e},t)=>{if(t.props&&(0,a.WV)(t.props.value,e))return{checked:!0}},xe.getSSRProps=({value:e},t)=>{if((0,a.kJ)(e)){if(t.props&&(0,a.hq)(e,t.props.value)>-1)return{checked:!0}}else if((0,a.DM)(e)){if(t.props&&e.has(t.props.value))return{checked:!0}}else if(e)return{checked:!0}},Pe.getSSRProps=(e,t)=>{if("string"!==typeof t.type)return;const r=Te(t.type.toUpperCase(),t.props&&t.props.type);return r.getSSRProps?r.getSSRProps(e,t):void 0}}const Le=["ctrl","shift","alt","meta"],Fe={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&0!==e.button,middle:e=>"button"in e&&1!==e.button,right:e=>"button"in e&&2!==e.button,exact:(e,t)=>Le.some((r=>e[`${r}Key`]&&!t.includes(r)))},Re=(e,t)=>(r,...a)=>{for(let e=0;e<t.length;e++){const a=Fe[t[e]];if(a&&a(r,t))return}return e(r,...a)},Me={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},De=(e,t)=>r=>{if(!("key"in r))return;const n=(0,a.rs)(r.key);return t.some((e=>e===n||Me[e]===n))?e(r):void 0},Ne={beforeMount(e,{value:t},{transition:r}){e._vod="none"===e.style.display?"":e.style.display,r&&t?r.beforeEnter(e):Be(e,t)},mounted(e,{value:t},{transition:r}){r&&t&&r.enter(e)},updated(e,{value:t,oldValue:r},{transition:a}){!t!==!r&&(a?t?(a.beforeEnter(e),Be(e,!0),a.enter(e)):a.leave(e,(()=>{Be(e,!1)})):Be(e,t))},beforeUnmount(e,{value:t}){Be(e,t)}};function Be(e,t){e.style.display=t?e._vod:"none"}function Ue(){Ne.getSSRProps=({value:e})=>{if(!e)return{style:{display:"none"}}}}const je=(0,a.l7)({patchProp:R},c);let ze,qe=!1;function He(){return ze||(ze=(0,n.Us)(je))}function Ge(){return ze=qe?ze:(0,n.Eo)(je),qe=!0,ze}const We=(...e)=>{He().render(...e)},Ve=(...e)=>{Ge().hydrate(...e)},$e=(...e)=>{const t=He().createApp(...e);const{mount:r}=t;return t.mount=e=>{const n=Xe(e);if(!n)return;const o=t._component;(0,a.mf)(o)||o.render||o.template||(o.template=n.innerHTML),n.innerHTML="";const i=r(n,!1,n instanceof SVGElement);return n instanceof Element&&(n.removeAttribute("v-cloak"),n.setAttribute("data-v-app","")),i},t},Ye=(...e)=>{const t=Ge().createApp(...e);const{mount:r}=t;return t.mount=e=>{const t=Xe(e);if(t)return r(t,!0,t instanceof SVGElement)},t};function Xe(e){if((0,a.HD)(e)){const t=document.querySelector(e);return t}return e}let Ke=!1;const Qe=()=>{Ke||(Ke=!0,Oe(),Ue())}},3577:function(e,t,r){"use strict";function a(e,t){const r=Object.create(null),a=e.split(",");for(let n=0;n<a.length;n++)r[a[n]]=!0;return t?e=>!!r[e.toLowerCase()]:e=>!!r[e]}r.d(t,{C_:function(){return p},DM:function(){return F},E9:function(){return ne},F7:function(){return S},Gg:function(){return W},HD:function(){return D},He:function(){return re},Kn:function(){return B},NO:function(){return A},Nj:function(){return te},Od:function(){return P},PO:function(){return H},Pq:function(){return s},RI:function(){return I},S0:function(){return G},W7:function(){return q},WV:function(){return g},Z6:function(){return x},_A:function(){return Y},_N:function(){return L},aU:function(){return Z},dG:function(){return k},e1:function(){return o},fY:function(){return a},hR:function(){return J},hq:function(){return b},ir:function(){return ee},j5:function(){return c},kC:function(){return Q},kJ:function(){return O},kT:function(){return y},l7:function(){return E},mf:function(){return M},rs:function(){return K},tI:function(){return U},tR:function(){return _},vs:function(){return m},yA:function(){return l},yk:function(){return N},zw:function(){return v}});const n="Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt",o=a(n);const i="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",s=a(i);function l(e){return!!e||""===e}function c(e){if(O(e)){const t={};for(let r=0;r<e.length;r++){const a=e[r],n=D(a)?h(a):c(a);if(n)for(const e in n)t[e]=n[e]}return t}return D(e)||B(e)?e:void 0}const d=/;(?![^(]*\))/g,u=/:(.+)/;function h(e){const t={};return e.split(d).forEach((e=>{if(e){const r=e.split(u);r.length>1&&(t[r[0].trim()]=r[1].trim())}})),t}function p(e){let t="";if(D(e))t=e;else if(O(e))for(let r=0;r<e.length;r++){const a=p(e[r]);a&&(t+=a+" ")}else if(B(e))for(const r in e)e[r]&&(t+=r+" ");return t.trim()}function m(e){if(!e)return null;let{class:t,style:r}=e;return t&&!D(t)&&(e.class=p(t)),r&&(e.style=c(r)),e}function f(e,t){if(e.length!==t.length)return!1;let r=!0;for(let a=0;r&&a<e.length;a++)r=g(e[a],t[a]);return r}function g(e,t){if(e===t)return!0;let r=R(e),a=R(t);if(r||a)return!(!r||!a)&&e.getTime()===t.getTime();if(r=N(e),a=N(t),r||a)return e===t;if(r=O(e),a=O(t),r||a)return!(!r||!a)&&f(e,t);if(r=B(e),a=B(t),r||a){if(!r||!a)return!1;const n=Object.keys(e).length,o=Object.keys(t).length;if(n!==o)return!1;for(const r in e){const a=e.hasOwnProperty(r),n=t.hasOwnProperty(r);if(a&&!n||!a&&n||!g(e[r],t[r]))return!1}}return String(e)===String(t)}function b(e,t){return e.findIndex((e=>g(e,t)))}const v=e=>D(e)?e:null==e?"":O(e)||B(e)&&(e.toString===j||!M(e.toString))?JSON.stringify(e,w,2):String(e),w=(e,t)=>t&&t.__v_isRef?w(e,t.value):L(t)?{[`Map(${t.size})`]:[...t.entries()].reduce(((e,[t,r])=>(e[`${t} =>`]=r,e)),{})}:F(t)?{[`Set(${t.size})`]:[...t.values()]}:!B(t)||O(t)||H(t)?t:String(t),y={},x=[],k=()=>{},A=()=>!1,C=/^on[^a-z]/,S=e=>C.test(e),_=e=>e.startsWith("onUpdate:"),E=Object.assign,P=(e,t)=>{const r=e.indexOf(t);r>-1&&e.splice(r,1)},T=Object.prototype.hasOwnProperty,I=(e,t)=>T.call(e,t),O=Array.isArray,L=e=>"[object Map]"===z(e),F=e=>"[object Set]"===z(e),R=e=>"[object Date]"===z(e),M=e=>"function"===typeof e,D=e=>"string"===typeof e,N=e=>"symbol"===typeof e,B=e=>null!==e&&"object"===typeof e,U=e=>B(e)&&M(e.then)&&M(e.catch),j=Object.prototype.toString,z=e=>j.call(e),q=e=>z(e).slice(8,-1),H=e=>"[object Object]"===z(e),G=e=>D(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,W=a(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),V=e=>{const t=Object.create(null);return r=>{const a=t[r];return a||(t[r]=e(r))}},$=/-(\w)/g,Y=V((e=>e.replace($,((e,t)=>t?t.toUpperCase():"")))),X=/\B([A-Z])/g,K=V((e=>e.replace(X,"-$1").toLowerCase())),Q=V((e=>e.charAt(0).toUpperCase()+e.slice(1))),J=V((e=>e?`on${Q(e)}`:"")),Z=(e,t)=>!Object.is(e,t),ee=(e,t)=>{for(let r=0;r<e.length;r++)e[r](t)},te=(e,t,r)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:r})},re=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let ae;const ne=()=>ae||(ae="undefined"!==typeof globalThis?globalThis:"undefined"!==typeof self?self:"undefined"!==typeof window?window:"undefined"!==typeof r.g?r.g:{})},9669:function(e,t,r){e.exports=r(1609)},5448:function(e,t,r){"use strict";var a=r(4867),n=r(6026),o=r(4372),i=r(5327),s=r(4097),l=r(4109),c=r(7985),d=r(7874),u=r(2648),h=r(644),p=r(205);e.exports=function(e){return new Promise((function(t,r){var m,f=e.data,g=e.headers,b=e.responseType;function v(){e.cancelToken&&e.cancelToken.unsubscribe(m),e.signal&&e.signal.removeEventListener("abort",m)}a.isFormData(f)&&a.isStandardBrowserEnv()&&delete g["Content-Type"];var w=new XMLHttpRequest;if(e.auth){var y=e.auth.username||"",x=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";g.Authorization="Basic "+btoa(y+":"+x)}var k=s(e.baseURL,e.url);function A(){if(w){var a="getAllResponseHeaders"in w?l(w.getAllResponseHeaders()):null,o=b&&"text"!==b&&"json"!==b?w.response:w.responseText,i={data:o,status:w.status,statusText:w.statusText,headers:a,config:e,request:w};n((function(e){t(e),v()}),(function(e){r(e),v()}),i),w=null}}if(w.open(e.method.toUpperCase(),i(k,e.params,e.paramsSerializer),!0),w.timeout=e.timeout,"onloadend"in w?w.onloadend=A:w.onreadystatechange=function(){w&&4===w.readyState&&(0!==w.status||w.responseURL&&0===w.responseURL.indexOf("file:"))&&setTimeout(A)},w.onabort=function(){w&&(r(new u("Request aborted",u.ECONNABORTED,e,w)),w=null)},w.onerror=function(){r(new u("Network Error",u.ERR_NETWORK,e,w,w)),w=null},w.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",a=e.transitional||d;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),r(new u(t,a.clarifyTimeoutError?u.ETIMEDOUT:u.ECONNABORTED,e,w)),w=null},a.isStandardBrowserEnv()){var C=(e.withCredentials||c(k))&&e.xsrfCookieName?o.read(e.xsrfCookieName):void 0;C&&(g[e.xsrfHeaderName]=C)}"setRequestHeader"in w&&a.forEach(g,(function(e,t){"undefined"===typeof f&&"content-type"===t.toLowerCase()?delete g[t]:w.setRequestHeader(t,e)})),a.isUndefined(e.withCredentials)||(w.withCredentials=!!e.withCredentials),b&&"json"!==b&&(w.responseType=e.responseType),"function"===typeof e.onDownloadProgress&&w.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&w.upload&&w.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(m=function(e){w&&(r(!e||e&&e.type?new h:e),w.abort(),w=null)},e.cancelToken&&e.cancelToken.subscribe(m),e.signal&&(e.signal.aborted?m():e.signal.addEventListener("abort",m))),f||(f=null);var S=p(k);S&&-1===["http","https","file"].indexOf(S)?r(new u("Unsupported protocol "+S+":",u.ERR_BAD_REQUEST,e)):w.send(f)}))}},1609:function(e,t,r){"use strict";var a=r(4867),n=r(1849),o=r(321),i=r(7185),s=r(5546);function l(e){var t=new o(e),r=n(o.prototype.request,t);return a.extend(r,o.prototype,t),a.extend(r,t),r.create=function(t){return l(i(e,t))},r}var c=l(s);c.Axios=o,c.CanceledError=r(644),c.CancelToken=r(4972),c.isCancel=r(6502),c.VERSION=r(7288).version,c.toFormData=r(7675),c.AxiosError=r(2648),c.Cancel=c.CanceledError,c.all=function(e){return Promise.all(e)},c.spread=r(8713),c.isAxiosError=r(6268),e.exports=c,e.exports["default"]=c},4972:function(e,t,r){"use strict";var a=r(644);function n(e){if("function"!==typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var r=this;this.promise.then((function(e){if(r._listeners){var t,a=r._listeners.length;for(t=0;t<a;t++)r._listeners[t](e);r._listeners=null}})),this.promise.then=function(e){var t,a=new Promise((function(e){r.subscribe(e),t=e})).then(e);return a.cancel=function(){r.unsubscribe(t)},a},e((function(e){r.reason||(r.reason=new a(e),t(r.reason))}))}n.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},n.prototype.subscribe=function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]},n.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}},n.source=function(){var e,t=new n((function(t){e=t}));return{token:t,cancel:e}},e.exports=n},644:function(e,t,r){"use strict";var a=r(2648),n=r(4867);function o(e){a.call(this,null==e?"canceled":e,a.ERR_CANCELED),this.name="CanceledError"}n.inherits(o,a,{__CANCEL__:!0}),e.exports=o},6502:function(e){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},321:function(e,t,r){"use strict";var a=r(4867),n=r(5327),o=r(782),i=r(3572),s=r(7185),l=r(4097),c=r(4875),d=c.validators;function u(e){this.defaults=e,this.interceptors={request:new o,response:new o}}u.prototype.request=function(e,t){"string"===typeof e?(t=t||{},t.url=e):t=e||{},t=s(this.defaults,t),t.method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var r=t.transitional;void 0!==r&&c.assertOptions(r,{silentJSONParsing:d.transitional(d.boolean),forcedJSONParsing:d.transitional(d.boolean),clarifyTimeoutError:d.transitional(d.boolean)},!1);var a=[],n=!0;this.interceptors.request.forEach((function(e){"function"===typeof e.runWhen&&!1===e.runWhen(t)||(n=n&&e.synchronous,a.unshift(e.fulfilled,e.rejected))}));var o,l=[];if(this.interceptors.response.forEach((function(e){l.push(e.fulfilled,e.rejected)})),!n){var u=[i,void 0];Array.prototype.unshift.apply(u,a),u=u.concat(l),o=Promise.resolve(t);while(u.length)o=o.then(u.shift(),u.shift());return o}var h=t;while(a.length){var p=a.shift(),m=a.shift();try{h=p(h)}catch(f){m(f);break}}try{o=i(h)}catch(f){return Promise.reject(f)}while(l.length)o=o.then(l.shift(),l.shift());return o},u.prototype.getUri=function(e){e=s(this.defaults,e);var t=l(e.baseURL,e.url);return n(t,e.params,e.paramsSerializer)},a.forEach(["delete","get","head","options"],(function(e){u.prototype[e]=function(t,r){return this.request(s(r||{},{method:e,url:t,data:(r||{}).data}))}})),a.forEach(["post","put","patch"],(function(e){function t(t){return function(r,a,n){return this.request(s(n||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:r,data:a}))}}u.prototype[e]=t(),u.prototype[e+"Form"]=t(!0)})),e.exports=u},2648:function(e,t,r){"use strict";var a=r(4867);function n(e,t,r,a,n){Error.call(this),this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),a&&(this.request=a),n&&(this.response=n)}a.inherits(n,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var o=n.prototype,i={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED"].forEach((function(e){i[e]={value:e}})),Object.defineProperties(n,i),Object.defineProperty(o,"isAxiosError",{value:!0}),n.from=function(e,t,r,i,s,l){var c=Object.create(o);return a.toFlatObject(e,c,(function(e){return e!==Error.prototype})),n.call(c,e.message,t,r,i,s),c.name=e.name,l&&Object.assign(c,l),c},e.exports=n},782:function(e,t,r){"use strict";var a=r(4867);function n(){this.handlers=[]}n.prototype.use=function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1},n.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},n.prototype.forEach=function(e){a.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=n},4097:function(e,t,r){"use strict";var a=r(1793),n=r(7303);e.exports=function(e,t){return e&&!a(t)?n(e,t):t}},3572:function(e,t,r){"use strict";var a=r(4867),n=r(8527),o=r(6502),i=r(5546),s=r(644);function l(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new s}e.exports=function(e){l(e),e.headers=e.headers||{},e.data=n.call(e,e.data,e.headers,e.transformRequest),e.headers=a.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),a.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]}));var t=e.adapter||i.adapter;return t(e).then((function(t){return l(e),t.data=n.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return o(t)||(l(e),t&&t.response&&(t.response.data=n.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},7185:function(e,t,r){"use strict";var a=r(4867);e.exports=function(e,t){t=t||{};var r={};function n(e,t){return a.isPlainObject(e)&&a.isPlainObject(t)?a.merge(e,t):a.isPlainObject(t)?a.merge({},t):a.isArray(t)?t.slice():t}function o(r){return a.isUndefined(t[r])?a.isUndefined(e[r])?void 0:n(void 0,e[r]):n(e[r],t[r])}function i(e){if(!a.isUndefined(t[e]))return n(void 0,t[e])}function s(r){return a.isUndefined(t[r])?a.isUndefined(e[r])?void 0:n(void 0,e[r]):n(void 0,t[r])}function l(r){return r in t?n(e[r],t[r]):r in e?n(void 0,e[r]):void 0}var c={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:l};return a.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=c[e]||o,n=t(e);a.isUndefined(n)&&t!==l||(r[e]=n)})),r}},6026:function(e,t,r){"use strict";var a=r(2648);e.exports=function(e,t,r){var n=r.config.validateStatus;r.status&&n&&!n(r.status)?t(new a("Request failed with status code "+r.status,[a.ERR_BAD_REQUEST,a.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r)):e(r)}},8527:function(e,t,r){"use strict";var a=r(4867),n=r(5546);e.exports=function(e,t,r){var o=this||n;return a.forEach(r,(function(r){e=r.call(o,e,t)})),e}},5546:function(e,t,r){"use strict";var a=r(4867),n=r(6016),o=r(2648),i=r(7874),s=r(7675),l={"Content-Type":"application/x-www-form-urlencoded"};function c(e,t){!a.isUndefined(e)&&a.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}function d(){var e;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(e=r(5448)),e}function u(e,t,r){if(a.isString(e))try{return(t||JSON.parse)(e),a.trim(e)}catch(n){if("SyntaxError"!==n.name)throw n}return(r||JSON.stringify)(e)}var h={transitional:i,adapter:d(),transformRequest:[function(e,t){if(n(t,"Accept"),n(t,"Content-Type"),a.isFormData(e)||a.isArrayBuffer(e)||a.isBuffer(e)||a.isStream(e)||a.isFile(e)||a.isBlob(e))return e;if(a.isArrayBufferView(e))return e.buffer;if(a.isURLSearchParams(e))return c(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString();var r,o=a.isObject(e),i=t&&t["Content-Type"];if((r=a.isFileList(e))||o&&"multipart/form-data"===i){var l=this.env&&this.env.FormData;return s(r?{"files[]":e}:e,l&&new l)}return o||"application/json"===i?(c(t,"application/json"),u(e)):e}],transformResponse:[function(e){var t=this.transitional||h.transitional,r=t&&t.silentJSONParsing,n=t&&t.forcedJSONParsing,i=!r&&"json"===this.responseType;if(i||n&&a.isString(e)&&e.length)try{return JSON.parse(e)}catch(s){if(i){if("SyntaxError"===s.name)throw o.from(s,o.ERR_BAD_RESPONSE,this,null,this.response);throw s}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:r(1623)},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};a.forEach(["delete","get","head"],(function(e){h.headers[e]={}})),a.forEach(["post","put","patch"],(function(e){h.headers[e]=a.merge(l)})),e.exports=h},7874:function(e){"use strict";e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},7288:function(e){e.exports={version:"0.27.2"}},1849:function(e){"use strict";e.exports=function(e,t){return function(){for(var r=new Array(arguments.length),a=0;a<r.length;a++)r[a]=arguments[a];return e.apply(t,r)}}},5327:function(e,t,r){"use strict";var a=r(4867);function n(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,r){if(!t)return e;var o;if(r)o=r(t);else if(a.isURLSearchParams(t))o=t.toString();else{var i=[];a.forEach(t,(function(e,t){null!==e&&"undefined"!==typeof e&&(a.isArray(e)?t+="[]":e=[e],a.forEach(e,(function(e){a.isDate(e)?e=e.toISOString():a.isObject(e)&&(e=JSON.stringify(e)),i.push(n(t)+"="+n(e))})))})),o=i.join("&")}if(o){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}},7303:function(e){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},4372:function(e,t,r){"use strict";var a=r(4867);e.exports=a.isStandardBrowserEnv()?function(){return{write:function(e,t,r,n,o,i){var s=[];s.push(e+"="+encodeURIComponent(t)),a.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),a.isString(n)&&s.push("path="+n),a.isString(o)&&s.push("domain="+o),!0===i&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},1793:function(e){"use strict";e.exports=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}},6268:function(e,t,r){"use strict";var a=r(4867);e.exports=function(e){return a.isObject(e)&&!0===e.isAxiosError}},7985:function(e,t,r){"use strict";var a=r(4867);e.exports=a.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");function n(e){var a=e;return t&&(r.setAttribute("href",a),a=r.href),r.setAttribute("href",a),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:"/"===r.pathname.charAt(0)?r.pathname:"/"+r.pathname}}return e=n(window.location.href),function(t){var r=a.isString(t)?n(t):t;return r.protocol===e.protocol&&r.host===e.host}}():function(){return function(){return!0}}()},6016:function(e,t,r){"use strict";var a=r(4867);e.exports=function(e,t){a.forEach(e,(function(r,a){a!==t&&a.toUpperCase()===t.toUpperCase()&&(e[t]=r,delete e[a])}))}},1623:function(e){e.exports=null},4109:function(e,t,r){"use strict";var a=r(4867),n=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,r,o,i={};return e?(a.forEach(e.split("\n"),(function(e){if(o=e.indexOf(":"),t=a.trim(e.substr(0,o)).toLowerCase(),r=a.trim(e.substr(o+1)),t){if(i[t]&&n.indexOf(t)>=0)return;i[t]="set-cookie"===t?(i[t]?i[t]:[]).concat([r]):i[t]?i[t]+", "+r:r}})),i):i}},205:function(e){"use strict";e.exports=function(e){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}},8713:function(e){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},7675:function(e,t,r){"use strict";var a=r(4867);function n(e,t){t=t||new FormData;var r=[];function n(e){return null===e?"":a.isDate(e)?e.toISOString():a.isArrayBuffer(e)||a.isTypedArray(e)?"function"===typeof Blob?new Blob([e]):Buffer.from(e):e}function o(e,i){if(a.isPlainObject(e)||a.isArray(e)){if(-1!==r.indexOf(e))throw Error("Circular reference detected in "+i);r.push(e),a.forEach(e,(function(e,r){if(!a.isUndefined(e)){var s,l=i?i+"."+r:r;if(e&&!i&&"object"===typeof e)if(a.endsWith(r,"{}"))e=JSON.stringify(e);else if(a.endsWith(r,"[]")&&(s=a.toArray(e)))return void s.forEach((function(e){!a.isUndefined(e)&&t.append(l,n(e))}));o(e,l)}})),r.pop()}else t.append(i,n(e))}return o(e),t}e.exports=n},4875:function(e,t,r){"use strict";var a=r(7288).version,n=r(2648),o={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){o[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}}));var i={};function s(e,t,r){if("object"!==typeof e)throw new n("options must be an object",n.ERR_BAD_OPTION_VALUE);var a=Object.keys(e),o=a.length;while(o-- >0){var i=a[o],s=t[i];if(s){var l=e[i],c=void 0===l||s(l,i,e);if(!0!==c)throw new n("option "+i+" must be "+c,n.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new n("Unknown option "+i,n.ERR_BAD_OPTION)}}o.transitional=function(e,t,r){function o(e,t){return"[Axios v"+a+"] Transitional option '"+e+"'"+t+(r?". "+r:"")}return function(r,a,s){if(!1===e)throw new n(o(a," has been removed"+(t?" in "+t:"")),n.ERR_DEPRECATED);return t&&!i[a]&&(i[a]=!0,console.warn(o(a," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,a,s)}},e.exports={assertOptions:s,validators:o}},4867:function(e,t,r){"use strict";var a=r(1849),n=Object.prototype.toString,o=function(e){return function(t){var r=n.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())}}(Object.create(null));function i(e){return e=e.toLowerCase(),function(t){return o(t)===e}}function s(e){return Array.isArray(e)}function l(e){return"undefined"===typeof e}function c(e){return null!==e&&!l(e)&&null!==e.constructor&&!l(e.constructor)&&"function"===typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}var d=i("ArrayBuffer");function u(e){var t;return t="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&d(e.buffer),t}function h(e){return"string"===typeof e}function p(e){return"number"===typeof e}function m(e){return null!==e&&"object"===typeof e}function f(e){if("object"!==o(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}var g=i("Date"),b=i("File"),v=i("Blob"),w=i("FileList");function y(e){return"[object Function]"===n.call(e)}function x(e){return m(e)&&y(e.pipe)}function k(e){var t="[object FormData]";return e&&("function"===typeof FormData&&e instanceof FormData||n.call(e)===t||y(e.toString)&&e.toString()===t)}var A=i("URLSearchParams");function C(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function S(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function _(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),s(e))for(var r=0,a=e.length;r<a;r++)t.call(null,e[r],r,e);else for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.call(null,e[n],n,e)}function E(){var e={};function t(t,r){f(e[r])&&f(t)?e[r]=E(e[r],t):f(t)?e[r]=E({},t):s(t)?e[r]=t.slice():e[r]=t}for(var r=0,a=arguments.length;r<a;r++)_(arguments[r],t);return e}function P(e,t,r){return _(t,(function(t,n){e[n]=r&&"function"===typeof t?a(t,r):t})),e}function T(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}function I(e,t,r,a){e.prototype=Object.create(t.prototype,a),e.prototype.constructor=e,r&&Object.assign(e.prototype,r)}function O(e,t,r){var a,n,o,i={};t=t||{};do{a=Object.getOwnPropertyNames(e),n=a.length;while(n-- >0)o=a[n],i[o]||(t[o]=e[o],i[o]=!0);e=Object.getPrototypeOf(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t}function L(e,t,r){e=String(e),(void 0===r||r>e.length)&&(r=e.length),r-=t.length;var a=e.indexOf(t,r);return-1!==a&&a===r}function F(e){if(!e)return null;var t=e.length;if(l(t))return null;var r=new Array(t);while(t-- >0)r[t]=e[t];return r}var R=function(e){return function(t){return e&&t instanceof e}}("undefined"!==typeof Uint8Array&&Object.getPrototypeOf(Uint8Array));e.exports={isArray:s,isArrayBuffer:d,isBuffer:c,isFormData:k,isArrayBufferView:u,isString:h,isNumber:p,isObject:m,isPlainObject:f,isUndefined:l,isDate:g,isFile:b,isBlob:v,isFunction:y,isStream:x,isURLSearchParams:A,isStandardBrowserEnv:S,forEach:_,merge:E,extend:P,trim:C,stripBOM:T,inherits:I,toFlatObject:O,kindOf:o,kindOfTest:i,endsWith:L,toArray:F,isTypedArray:R,isFileList:w}},5695:function(e,t,r){
|
|
2
|
+
/*!
|
|
3
|
+
* Bootstrap base-component.js v5.1.3 (https://getbootstrap.com/)
|
|
4
|
+
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
5
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
6
|
+
*/
|
|
7
|
+
(function(t,a){e.exports=a(r(493),r(9286))})(0,(function(e,t){"use strict";const r=e=>e&&"object"===typeof e&&"default"in e?e:{default:e},a=r(e),n=r(t),o=1e3,i="transitionend",s=e=>{if(!e)return 0;let{transitionDuration:t,transitionDelay:r}=window.getComputedStyle(e);const a=Number.parseFloat(t),n=Number.parseFloat(r);return a||n?(t=t.split(",")[0],r=r.split(",")[0],(Number.parseFloat(t)+Number.parseFloat(r))*o):0},l=e=>{e.dispatchEvent(new Event(i))},c=e=>!(!e||"object"!==typeof e)&&("undefined"!==typeof e.jquery&&(e=e[0]),"undefined"!==typeof e.nodeType),d=e=>c(e)?e.jquery?e[0]:e:"string"===typeof e&&e.length>0?document.querySelector(e):null,u=e=>{"function"===typeof e&&e()},h=(e,t,r=!0)=>{if(!r)return void u(e);const a=5,n=s(t)+a;let o=!1;const c=({target:r})=>{r===t&&(o=!0,t.removeEventListener(i,c),u(e))};t.addEventListener(i,c),setTimeout((()=>{o||l(t)}),n)},p="5.1.3";class m{constructor(e){e=d(e),e&&(this._element=e,a.default.set(this._element,this.constructor.DATA_KEY,this))}dispose(){a.default.remove(this._element,this.constructor.DATA_KEY),n.default.off(this._element,this.constructor.EVENT_KEY),Object.getOwnPropertyNames(this).forEach((e=>{this[e]=null}))}_queueCallback(e,t,r=!0){h(e,t,r)}static getInstance(e){return a.default.get(d(e),this.DATA_KEY)}static getOrCreateInstance(e,t={}){return this.getInstance(e)||new this(e,"object"===typeof t?t:null)}static get VERSION(){return p}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}}return m}))},493:function(e){
|
|
8
|
+
/*!
|
|
9
|
+
* Bootstrap data.js v5.1.3 (https://getbootstrap.com/)
|
|
10
|
+
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
11
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
12
|
+
*/
|
|
13
|
+
(function(t,r){e.exports=r()})(0,(function(){"use strict";const e=new Map,t={set(t,r,a){e.has(t)||e.set(t,new Map);const n=e.get(t);n.has(r)||0===n.size?n.set(r,a):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(n.keys())[0]}.`)},get(t,r){return e.has(t)&&e.get(t).get(r)||null},remove(t,r){if(!e.has(t))return;const a=e.get(t);a.delete(r),0===a.size&&e.delete(t)}};return t}))},9286:function(e){
|
|
14
|
+
/*!
|
|
15
|
+
* Bootstrap event-handler.js v5.1.3 (https://getbootstrap.com/)
|
|
16
|
+
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
17
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
18
|
+
*/
|
|
19
|
+
(function(t,r){e.exports=r()})(0,(function(){"use strict";const e=()=>{const{jQuery:e}=window;return e&&!document.body.hasAttribute("data-bs-no-jquery")?e:null},t=/[^.]*(?=\..*)\.|.*/,r=/\..*/,a=/::\d+$/,n={};let o=1;const i={mouseenter:"mouseover",mouseleave:"mouseout"},s=/^(mouseenter|mouseleave)/i,l=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function c(e,t){return t&&`${t}::${o++}`||e.uidEvent||o++}function d(e){const t=c(e);return e.uidEvent=t,n[t]=n[t]||{},n[t]}function u(e,t){return function r(a){return a.delegateTarget=e,r.oneOff&&w.off(e,a.type,t),t.apply(e,[a])}}function h(e,t,r){return function a(n){const o=e.querySelectorAll(t);for(let{target:i}=n;i&&i!==this;i=i.parentNode)for(let s=o.length;s--;)if(o[s]===i)return n.delegateTarget=i,a.oneOff&&w.off(e,n.type,t,r),r.apply(i,[n]);return null}}function p(e,t,r=null){const a=Object.keys(e);for(let n=0,o=a.length;n<o;n++){const o=e[a[n]];if(o.originalHandler===t&&o.delegationSelector===r)return o}return null}function m(e,t,r){const a="string"===typeof t,n=a?r:t;let o=v(e);const i=l.has(o);return i||(o=e),[a,n,o]}function f(e,r,a,n,o){if("string"!==typeof r||!e)return;if(a||(a=n,n=null),s.test(r)){const e=e=>function(t){if(!t.relatedTarget||t.relatedTarget!==t.delegateTarget&&!t.delegateTarget.contains(t.relatedTarget))return e.call(this,t)};n?n=e(n):a=e(a)}const[i,l,f]=m(r,a,n),g=d(e),b=g[f]||(g[f]={}),v=p(b,l,i?a:null);if(v)return void(v.oneOff=v.oneOff&&o);const w=c(l,r.replace(t,"")),y=i?h(e,a,n):u(e,a);y.delegationSelector=i?a:null,y.originalHandler=l,y.oneOff=o,y.uidEvent=w,b[w]=y,e.addEventListener(f,y,i)}function g(e,t,r,a,n){const o=p(t[r],a,n);o&&(e.removeEventListener(r,o,Boolean(n)),delete t[r][o.uidEvent])}function b(e,t,r,a){const n=t[r]||{};Object.keys(n).forEach((o=>{if(o.includes(a)){const a=n[o];g(e,t,r,a.originalHandler,a.delegationSelector)}}))}function v(e){return e=e.replace(r,""),i[e]||e}const w={on(e,t,r,a){f(e,t,r,a,!1)},one(e,t,r,a){f(e,t,r,a,!0)},off(e,t,r,n){if("string"!==typeof t||!e)return;const[o,i,s]=m(t,r,n),l=s!==t,c=d(e),u=t.startsWith(".");if("undefined"!==typeof i){if(!c||!c[s])return;return void g(e,c,s,i,o?r:null)}u&&Object.keys(c).forEach((r=>{b(e,c,r,t.slice(1))}));const h=c[s]||{};Object.keys(h).forEach((r=>{const n=r.replace(a,"");if(!l||t.includes(n)){const t=h[r];g(e,c,s,t.originalHandler,t.delegationSelector)}}))},trigger(t,r,a){if("string"!==typeof r||!t)return null;const n=e(),o=v(r),i=r!==o,s=l.has(o);let c,d=!0,u=!0,h=!1,p=null;return i&&n&&(c=n.Event(r,a),n(t).trigger(c),d=!c.isPropagationStopped(),u=!c.isImmediatePropagationStopped(),h=c.isDefaultPrevented()),s?(p=document.createEvent("HTMLEvents"),p.initEvent(o,d,!0)):p=new CustomEvent(r,{bubbles:d,cancelable:!0}),"undefined"!==typeof a&&Object.keys(a).forEach((e=>{Object.defineProperty(p,e,{get(){return a[e]}})})),h&&p.preventDefault(),u&&t.dispatchEvent(p),p.defaultPrevented&&"undefined"!==typeof c&&c.preventDefault(),p}};return w}))},3175:function(e){
|
|
20
|
+
/*!
|
|
21
|
+
* Bootstrap manipulator.js v5.1.3 (https://getbootstrap.com/)
|
|
22
|
+
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
23
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
24
|
+
*/
|
|
25
|
+
(function(t,r){e.exports=r()})(0,(function(){"use strict";function e(e){return"true"===e||"false"!==e&&(e===Number(e).toString()?Number(e):""===e||"null"===e?null:e)}function t(e){return e.replace(/[A-Z]/g,(e=>`-${e.toLowerCase()}`))}const r={setDataAttribute(e,r,a){e.setAttribute(`data-bs-${t(r)}`,a)},removeDataAttribute(e,r){e.removeAttribute(`data-bs-${t(r)}`)},getDataAttributes(t){if(!t)return{};const r={};return Object.keys(t.dataset).filter((e=>e.startsWith("bs"))).forEach((a=>{let n=a.replace(/^bs/,"");n=n.charAt(0).toLowerCase()+n.slice(1,n.length),r[n]=e(t.dataset[a])})),r},getDataAttribute(r,a){return e(r.getAttribute(`data-bs-${t(a)}`))},offset(e){const t=e.getBoundingClientRect();return{top:t.top+window.pageYOffset,left:t.left+window.pageXOffset}},position(e){return{top:e.offsetTop,left:e.offsetLeft}}};return r}))},8737:function(e){
|
|
26
|
+
/*!
|
|
27
|
+
* Bootstrap selector-engine.js v5.1.3 (https://getbootstrap.com/)
|
|
28
|
+
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
29
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
30
|
+
*/
|
|
31
|
+
(function(t,r){e.exports=r()})(0,(function(){"use strict";const e=e=>!(!e||"object"!==typeof e)&&("undefined"!==typeof e.jquery&&(e=e[0]),"undefined"!==typeof e.nodeType),t=t=>!(!e(t)||0===t.getClientRects().length)&&"visible"===getComputedStyle(t).getPropertyValue("visibility"),r=e=>!e||e.nodeType!==Node.ELEMENT_NODE||(!!e.classList.contains("disabled")||("undefined"!==typeof e.disabled?e.disabled:e.hasAttribute("disabled")&&"false"!==e.getAttribute("disabled"))),a=3,n={find(e,t=document.documentElement){return[].concat(...Element.prototype.querySelectorAll.call(t,e))},findOne(e,t=document.documentElement){return Element.prototype.querySelector.call(t,e)},children(e,t){return[].concat(...e.children).filter((e=>e.matches(t)))},parents(e,t){const r=[];let n=e.parentNode;while(n&&n.nodeType===Node.ELEMENT_NODE&&n.nodeType!==a)n.matches(t)&&r.push(n),n=n.parentNode;return r},prev(e,t){let r=e.previousElementSibling;while(r){if(r.matches(t))return[r];r=r.previousElementSibling}return[]},next(e,t){let r=e.nextElementSibling;while(r){if(r.matches(t))return[r];r=r.nextElementSibling}return[]},focusableChildren(e){const a=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map((e=>`${e}:not([tabindex^="-"])`)).join(", ");return this.find(a,e).filter((e=>!r(e)&&t(e)))}};return n}))},9872:function(e,t,r){
|
|
32
|
+
/*!
|
|
33
|
+
* Bootstrap dropdown.js v5.1.3 (https://getbootstrap.com/)
|
|
34
|
+
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
35
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
36
|
+
*/
|
|
37
|
+
(function(t,a){e.exports=a(r(1684),r(9286),r(3175),r(8737),r(5695))})(0,(function(e,t,r,a,n){"use strict";const o=e=>e&&"object"===typeof e&&"default"in e?e:{default:e};function i(e){if(e&&e.__esModule)return e;const t=Object.create(null);if(e)for(const r in e)if("default"!==r){const a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,a.get?a:{enumerable:!0,get:()=>e[r]})}return t.default=e,Object.freeze(t)}const s=i(e),l=o(t),c=o(r),d=o(a),u=o(n),h=e=>null===e||void 0===e?`${e}`:{}.toString.call(e).match(/\s([a-z]+)/i)[1].toLowerCase(),p=e=>{let t=e.getAttribute("data-bs-target");if(!t||"#"===t){let r=e.getAttribute("href");if(!r||!r.includes("#")&&!r.startsWith("."))return null;r.includes("#")&&!r.startsWith("#")&&(r=`#${r.split("#")[1]}`),t=r&&"#"!==r?r.trim():null}return t},m=e=>{const t=p(e);return t?document.querySelector(t):null},f=e=>!(!e||"object"!==typeof e)&&("undefined"!==typeof e.jquery&&(e=e[0]),"undefined"!==typeof e.nodeType),g=e=>f(e)?e.jquery?e[0]:e:"string"===typeof e&&e.length>0?document.querySelector(e):null,b=(e,t,r)=>{Object.keys(r).forEach((a=>{const n=r[a],o=t[a],i=o&&f(o)?"element":h(o);if(!new RegExp(n).test(i))throw new TypeError(`${e.toUpperCase()}: Option "${a}" provided type "${i}" but expected type "${n}".`)}))},v=e=>!(!f(e)||0===e.getClientRects().length)&&"visible"===getComputedStyle(e).getPropertyValue("visibility"),w=e=>!e||e.nodeType!==Node.ELEMENT_NODE||(!!e.classList.contains("disabled")||("undefined"!==typeof e.disabled?e.disabled:e.hasAttribute("disabled")&&"false"!==e.getAttribute("disabled"))),y=()=>{},x=()=>{const{jQuery:e}=window;return e&&!document.body.hasAttribute("data-bs-no-jquery")?e:null},k=[],A=e=>{"loading"===document.readyState?(k.length||document.addEventListener("DOMContentLoaded",(()=>{k.forEach((e=>e()))})),k.push(e)):e()},C=()=>"rtl"===document.documentElement.dir,S=e=>{A((()=>{const t=x();if(t){const r=e.NAME,a=t.fn[r];t.fn[r]=e.jQueryInterface,t.fn[r].Constructor=e,t.fn[r].noConflict=()=>(t.fn[r]=a,e.jQueryInterface)}}))},_=(e,t,r,a)=>{let n=e.indexOf(t);if(-1===n)return e[!r&&a?e.length-1:0];const o=e.length;return n+=r?1:-1,a&&(n=(n+o)%o),e[Math.max(0,Math.min(n,o-1))]},E="dropdown",P="bs.dropdown",T=`.${P}`,I=".data-api",O="Escape",L="Space",F="Tab",R="ArrowUp",M="ArrowDown",D=2,N=new RegExp(`${R}|${M}|${O}`),B=`hide${T}`,U=`hidden${T}`,j=`show${T}`,z=`shown${T}`,q=`click${T}${I}`,H=`keydown${T}${I}`,G=`keyup${T}${I}`,W="show",V="dropup",$="dropend",Y="dropstart",X="navbar",K='[data-bs-toggle="dropdown"]',Q=".dropdown-menu",J=".navbar-nav",Z=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",ee=C()?"top-end":"top-start",te=C()?"top-start":"top-end",re=C()?"bottom-end":"bottom-start",ae=C()?"bottom-start":"bottom-end",ne=C()?"left-start":"right-start",oe=C()?"right-start":"left-start",ie={offset:[0,2],boundary:"clippingParents",reference:"toggle",display:"dynamic",popperConfig:null,autoClose:!0},se={offset:"(array|string|function)",boundary:"(string|element)",reference:"(string|element|object)",display:"string",popperConfig:"(null|object|function)",autoClose:"(boolean|string)"};class le extends u.default{constructor(e,t){super(e),this._popper=null,this._config=this._getConfig(t),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar()}static get Default(){return ie}static get DefaultType(){return se}static get NAME(){return E}toggle(){return this._isShown()?this.hide():this.show()}show(){if(w(this._element)||this._isShown(this._menu))return;const e={relatedTarget:this._element},t=l.default.trigger(this._element,j,e);if(t.defaultPrevented)return;const r=le.getParentFromElement(this._element);this._inNavbar?c.default.setDataAttribute(this._menu,"popper","none"):this._createPopper(r),"ontouchstart"in document.documentElement&&!r.closest(J)&&[].concat(...document.body.children).forEach((e=>l.default.on(e,"mouseover",y))),this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add(W),this._element.classList.add(W),l.default.trigger(this._element,z,e)}hide(){if(w(this._element)||!this._isShown(this._menu))return;const e={relatedTarget:this._element};this._completeHide(e)}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(e){const t=l.default.trigger(this._element,B,e);t.defaultPrevented||("ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach((e=>l.default.off(e,"mouseover",y))),this._popper&&this._popper.destroy(),this._menu.classList.remove(W),this._element.classList.remove(W),this._element.setAttribute("aria-expanded","false"),c.default.removeDataAttribute(this._menu,"popper"),l.default.trigger(this._element,U,e))}_getConfig(e){if(e={...this.constructor.Default,...c.default.getDataAttributes(this._element),...e},b(E,e,this.constructor.DefaultType),"object"===typeof e.reference&&!f(e.reference)&&"function"!==typeof e.reference.getBoundingClientRect)throw new TypeError(`${E.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return e}_createPopper(e){if("undefined"===typeof s)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");let t=this._element;"parent"===this._config.reference?t=e:f(this._config.reference)?t=g(this._config.reference):"object"===typeof this._config.reference&&(t=this._config.reference);const r=this._getPopperConfig(),a=r.modifiers.find((e=>"applyStyles"===e.name&&!1===e.enabled));this._popper=s.createPopper(t,this._menu,r),a&&c.default.setDataAttribute(this._menu,"popper","static")}_isShown(e=this._element){return e.classList.contains(W)}_getMenuElement(){return d.default.next(this._element,Q)[0]}_getPlacement(){const e=this._element.parentNode;if(e.classList.contains($))return ne;if(e.classList.contains(Y))return oe;const t="end"===getComputedStyle(this._menu).getPropertyValue("--bs-position").trim();return e.classList.contains(V)?t?te:ee:t?ae:re}_detectNavbar(){return null!==this._element.closest(`.${X}`)}_getOffset(){const{offset:e}=this._config;return"string"===typeof e?e.split(",").map((e=>Number.parseInt(e,10))):"function"===typeof e?t=>e(t,this._element):e}_getPopperConfig(){const e={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return"static"===this._config.display&&(e.modifiers=[{name:"applyStyles",enabled:!1}]),{...e,..."function"===typeof this._config.popperConfig?this._config.popperConfig(e):this._config.popperConfig}}_selectMenuItem({key:e,target:t}){const r=d.default.find(Z,this._menu).filter(v);r.length&&_(r,t,e===M,!r.includes(t)).focus()}static jQueryInterface(e){return this.each((function(){const t=le.getOrCreateInstance(this,e);if("string"===typeof e){if("undefined"===typeof t[e])throw new TypeError(`No method named "${e}"`);t[e]()}}))}static clearMenus(e){if(e&&(e.button===D||"keyup"===e.type&&e.key!==F))return;const t=d.default.find(K);for(let r=0,a=t.length;r<a;r++){const a=le.getInstance(t[r]);if(!a||!1===a._config.autoClose)continue;if(!a._isShown())continue;const n={relatedTarget:a._element};if(e){const t=e.composedPath(),r=t.includes(a._menu);if(t.includes(a._element)||"inside"===a._config.autoClose&&!r||"outside"===a._config.autoClose&&r)continue;if(a._menu.contains(e.target)&&("keyup"===e.type&&e.key===F||/input|select|option|textarea|form/i.test(e.target.tagName)))continue;"click"===e.type&&(n.clickEvent=e)}a._completeHide(n)}}static getParentFromElement(e){return m(e)||e.parentNode}static dataApiKeydownHandler(e){if(/input|textarea/i.test(e.target.tagName)?e.key===L||e.key!==O&&(e.key!==M&&e.key!==R||e.target.closest(Q)):!N.test(e.key))return;const t=this.classList.contains(W);if(!t&&e.key===O)return;if(e.preventDefault(),e.stopPropagation(),w(this))return;const r=this.matches(K)?this:d.default.prev(this,K)[0],a=le.getOrCreateInstance(r);if(e.key!==O)return e.key===R||e.key===M?(t||a.show(),void a._selectMenuItem(e)):void(t&&e.key!==L||le.clearMenus());a.hide()}}return l.default.on(document,H,K,le.dataApiKeydownHandler),l.default.on(document,H,Q,le.dataApiKeydownHandler),l.default.on(document,q,le.clearMenus),l.default.on(document,G,le.clearMenus),l.default.on(document,q,K,(function(e){e.preventDefault(),le.getOrCreateInstance(this).toggle()})),S(le),le}))},7424:function(e,t,r){
|
|
38
|
+
/*!
|
|
39
|
+
* Bootstrap modal.js v5.1.3 (https://getbootstrap.com/)
|
|
40
|
+
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
41
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
42
|
+
*/
|
|
43
|
+
(function(t,a){e.exports=a(r(9286),r(3175),r(8737),r(5695))})(0,(function(e,t,r,a){"use strict";const n=e=>e&&"object"===typeof e&&"default"in e?e:{default:e},o=n(e),i=n(t),s=n(r),l=n(a),c=1e3,d="transitionend",u=e=>null===e||void 0===e?`${e}`:{}.toString.call(e).match(/\s([a-z]+)/i)[1].toLowerCase(),h=e=>{let t=e.getAttribute("data-bs-target");if(!t||"#"===t){let r=e.getAttribute("href");if(!r||!r.includes("#")&&!r.startsWith("."))return null;r.includes("#")&&!r.startsWith("#")&&(r=`#${r.split("#")[1]}`),t=r&&"#"!==r?r.trim():null}return t},p=e=>{const t=h(e);return t?document.querySelector(t):null},m=e=>{if(!e)return 0;let{transitionDuration:t,transitionDelay:r}=window.getComputedStyle(e);const a=Number.parseFloat(t),n=Number.parseFloat(r);return a||n?(t=t.split(",")[0],r=r.split(",")[0],(Number.parseFloat(t)+Number.parseFloat(r))*c):0},f=e=>{e.dispatchEvent(new Event(d))},g=e=>!(!e||"object"!==typeof e)&&("undefined"!==typeof e.jquery&&(e=e[0]),"undefined"!==typeof e.nodeType),b=e=>g(e)?e.jquery?e[0]:e:"string"===typeof e&&e.length>0?document.querySelector(e):null,v=(e,t,r)=>{Object.keys(r).forEach((a=>{const n=r[a],o=t[a],i=o&&g(o)?"element":u(o);if(!new RegExp(n).test(i))throw new TypeError(`${e.toUpperCase()}: Option "${a}" provided type "${i}" but expected type "${n}".`)}))},w=e=>!(!g(e)||0===e.getClientRects().length)&&"visible"===getComputedStyle(e).getPropertyValue("visibility"),y=e=>!e||e.nodeType!==Node.ELEMENT_NODE||(!!e.classList.contains("disabled")||("undefined"!==typeof e.disabled?e.disabled:e.hasAttribute("disabled")&&"false"!==e.getAttribute("disabled"))),x=e=>{e.offsetHeight},k=()=>{const{jQuery:e}=window;return e&&!document.body.hasAttribute("data-bs-no-jquery")?e:null},A=[],C=e=>{"loading"===document.readyState?(A.length||document.addEventListener("DOMContentLoaded",(()=>{A.forEach((e=>e()))})),A.push(e)):e()},S=()=>"rtl"===document.documentElement.dir,_=e=>{C((()=>{const t=k();if(t){const r=e.NAME,a=t.fn[r];t.fn[r]=e.jQueryInterface,t.fn[r].Constructor=e,t.fn[r].noConflict=()=>(t.fn[r]=a,e.jQueryInterface)}}))},E=e=>{"function"===typeof e&&e()},P=(e,t,r=!0)=>{if(!r)return void E(e);const a=5,n=m(t)+a;let o=!1;const i=({target:r})=>{r===t&&(o=!0,t.removeEventListener(d,i),E(e))};t.addEventListener(d,i),setTimeout((()=>{o||f(t)}),n)},T=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",I=".sticky-top";class O{constructor(){this._element=document.body}getWidth(){const e=document.documentElement.clientWidth;return Math.abs(window.innerWidth-e)}hide(){const e=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,"paddingRight",(t=>t+e)),this._setElementAttributes(T,"paddingRight",(t=>t+e)),this._setElementAttributes(I,"marginRight",(t=>t-e))}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(e,t,r){const a=this.getWidth(),n=e=>{if(e!==this._element&&window.innerWidth>e.clientWidth+a)return;this._saveInitialAttribute(e,t);const n=window.getComputedStyle(e)[t];e.style[t]=`${r(Number.parseFloat(n))}px`};this._applyManipulationCallback(e,n)}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,"paddingRight"),this._resetElementAttributes(T,"paddingRight"),this._resetElementAttributes(I,"marginRight")}_saveInitialAttribute(e,t){const r=e.style[t];r&&i.default.setDataAttribute(e,t,r)}_resetElementAttributes(e,t){const r=e=>{const r=i.default.getDataAttribute(e,t);"undefined"===typeof r?e.style.removeProperty(t):(i.default.removeDataAttribute(e,t),e.style[t]=r)};this._applyManipulationCallback(e,r)}_applyManipulationCallback(e,t){g(e)?t(e):s.default.find(e,this._element).forEach(t)}isOverflowing(){return this.getWidth()>0}}const L={className:"modal-backdrop",isVisible:!0,isAnimated:!1,rootElement:"body",clickCallback:null},F={className:"string",isVisible:"boolean",isAnimated:"boolean",rootElement:"(element|string)",clickCallback:"(function|null)"},R="backdrop",M="fade",D="show",N=`mousedown.bs.${R}`;class B{constructor(e){this._config=this._getConfig(e),this._isAppended=!1,this._element=null}show(e){this._config.isVisible?(this._append(),this._config.isAnimated&&x(this._getElement()),this._getElement().classList.add(D),this._emulateAnimation((()=>{E(e)}))):E(e)}hide(e){this._config.isVisible?(this._getElement().classList.remove(D),this._emulateAnimation((()=>{this.dispose(),E(e)}))):E(e)}_getElement(){if(!this._element){const e=document.createElement("div");e.className=this._config.className,this._config.isAnimated&&e.classList.add(M),this._element=e}return this._element}_getConfig(e){return e={...L,..."object"===typeof e?e:{}},e.rootElement=b(e.rootElement),v(R,e,F),e}_append(){this._isAppended||(this._config.rootElement.append(this._getElement()),o.default.on(this._getElement(),N,(()=>{E(this._config.clickCallback)})),this._isAppended=!0)}dispose(){this._isAppended&&(o.default.off(this._element,N),this._element.remove(),this._isAppended=!1)}_emulateAnimation(e){P(e,this._getElement(),this._config.isAnimated)}}const U={trapElement:null,autofocus:!0},j={trapElement:"element",autofocus:"boolean"},z="focustrap",q="bs.focustrap",H=`.${q}`,G=`focusin${H}`,W=`keydown.tab${H}`,V="Tab",$="forward",Y="backward";class X{constructor(e){this._config=this._getConfig(e),this._isActive=!1,this._lastTabNavDirection=null}activate(){const{trapElement:e,autofocus:t}=this._config;this._isActive||(t&&e.focus(),o.default.off(document,H),o.default.on(document,G,(e=>this._handleFocusin(e))),o.default.on(document,W,(e=>this._handleKeydown(e))),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,o.default.off(document,H))}_handleFocusin(e){const{target:t}=e,{trapElement:r}=this._config;if(t===document||t===r||r.contains(t))return;const a=s.default.focusableChildren(r);0===a.length?r.focus():this._lastTabNavDirection===Y?a[a.length-1].focus():a[0].focus()}_handleKeydown(e){e.key===V&&(this._lastTabNavDirection=e.shiftKey?Y:$)}_getConfig(e){return e={...U,..."object"===typeof e?e:{}},v(z,e,j),e}}const K=(e,t="hide")=>{const r=`click.dismiss${e.EVENT_KEY}`,a=e.NAME;o.default.on(document,r,`[data-bs-dismiss="${a}"]`,(function(r){if(["A","AREA"].includes(this.tagName)&&r.preventDefault(),y(this))return;const n=p(this)||this.closest(`.${a}`),o=e.getOrCreateInstance(n);o[t]()}))},Q="modal",J="bs.modal",Z=`.${J}`,ee=".data-api",te="Escape",re={backdrop:!0,keyboard:!0,focus:!0},ae={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean"},ne=`hide${Z}`,oe=`hidePrevented${Z}`,ie=`hidden${Z}`,se=`show${Z}`,le=`shown${Z}`,ce=`resize${Z}`,de=`click.dismiss${Z}`,ue=`keydown.dismiss${Z}`,he=`mouseup.dismiss${Z}`,pe=`mousedown.dismiss${Z}`,me=`click${Z}${ee}`,fe="modal-open",ge="fade",be="show",ve="modal-static",we=".modal.show",ye=".modal-dialog",xe=".modal-body",ke='[data-bs-toggle="modal"]';class Ae extends l.default{constructor(e,t){super(e),this._config=this._getConfig(t),this._dialog=s.default.findOne(ye,this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollBar=new O}static get Default(){return re}static get NAME(){return Q}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){if(this._isShown||this._isTransitioning)return;const t=o.default.trigger(this._element,se,{relatedTarget:e});t.defaultPrevented||(this._isShown=!0,this._isAnimated()&&(this._isTransitioning=!0),this._scrollBar.hide(),document.body.classList.add(fe),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),o.default.on(this._dialog,pe,(()=>{o.default.one(this._element,he,(e=>{e.target===this._element&&(this._ignoreBackdropClick=!0)}))})),this._showBackdrop((()=>this._showElement(e))))}hide(){if(!this._isShown||this._isTransitioning)return;const e=o.default.trigger(this._element,ne);if(e.defaultPrevented)return;this._isShown=!1;const t=this._isAnimated();t&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),this._focustrap.deactivate(),this._element.classList.remove(be),o.default.off(this._element,de),o.default.off(this._dialog,pe),this._queueCallback((()=>this._hideModal()),this._element,t)}dispose(){[window,this._dialog].forEach((e=>o.default.off(e,Z))),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new B({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new X({trapElement:this._element})}_getConfig(e){return e={...re,...i.default.getDataAttributes(this._element),..."object"===typeof e?e:{}},v(Q,e,ae),e}_showElement(e){const t=this._isAnimated(),r=s.default.findOne(xe,this._dialog);this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0,r&&(r.scrollTop=0),t&&x(this._element),this._element.classList.add(be);const a=()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,o.default.trigger(this._element,le,{relatedTarget:e})};this._queueCallback(a,this._dialog,t)}_setEscapeEvent(){this._isShown?o.default.on(this._element,ue,(e=>{this._config.keyboard&&e.key===te?(e.preventDefault(),this.hide()):this._config.keyboard||e.key!==te||this._triggerBackdropTransition()})):o.default.off(this._element,ue)}_setResizeEvent(){this._isShown?o.default.on(window,ce,(()=>this._adjustDialog())):o.default.off(window,ce)}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide((()=>{document.body.classList.remove(fe),this._resetAdjustments(),this._scrollBar.reset(),o.default.trigger(this._element,ie)}))}_showBackdrop(e){o.default.on(this._element,de,(e=>{this._ignoreBackdropClick?this._ignoreBackdropClick=!1:e.target===e.currentTarget&&(!0===this._config.backdrop?this.hide():"static"===this._config.backdrop&&this._triggerBackdropTransition())})),this._backdrop.show(e)}_isAnimated(){return this._element.classList.contains(ge)}_triggerBackdropTransition(){const e=o.default.trigger(this._element,oe);if(e.defaultPrevented)return;const{classList:t,scrollHeight:r,style:a}=this._element,n=r>document.documentElement.clientHeight;!n&&"hidden"===a.overflowY||t.contains(ve)||(n||(a.overflowY="hidden"),t.add(ve),this._queueCallback((()=>{t.remove(ve),n||this._queueCallback((()=>{a.overflowY=""}),this._dialog)}),this._dialog),this._element.focus())}_adjustDialog(){const e=this._element.scrollHeight>document.documentElement.clientHeight,t=this._scrollBar.getWidth(),r=t>0;(!r&&e&&!S()||r&&!e&&S())&&(this._element.style.paddingLeft=`${t}px`),(r&&!e&&!S()||!r&&e&&S())&&(this._element.style.paddingRight=`${t}px`)}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(e,t){return this.each((function(){const r=Ae.getOrCreateInstance(this,e);if("string"===typeof e){if("undefined"===typeof r[e])throw new TypeError(`No method named "${e}"`);r[e](t)}}))}}return o.default.on(document,me,ke,(function(e){const t=p(this);["A","AREA"].includes(this.tagName)&&e.preventDefault(),o.default.one(t,se,(e=>{e.defaultPrevented||o.default.one(t,ie,(()=>{w(this)&&this.focus()}))}));const r=s.default.findOne(we);r&&Ae.getInstance(r).hide();const a=Ae.getOrCreateInstance(t);a.toggle(this)})),K(Ae),_(Ae),Ae}))},8900:function(e,t,r){"use strict";r.r(t);var a=r(8081),n=r.n(a),o=r(3645),i=r.n(o),s=r(1667),l=r.n(s),c=new URL(r(4203),r.b),d=new URL(r(4696),r.b),u=i()(n()),h=l()(c),p=l()(d);u.push([e.id,'.textLayer{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;opacity:.2;line-height:1}.textLayer>span{color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0 0}.textLayer .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400}.textLayer ::-moz-selection{background:#00f}.textLayer ::selection{background:#00f}.textLayer .endOfContent{display:block;position:absolute;left:0;top:100%;right:0;bottom:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}.annotationLayer section{position:absolute}.annotationLayer .buttonWidgetAnnotation.pushButton>a,.annotationLayer .linkAnnotation>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover,.annotationLayer .linkAnnotation>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea{background-color:rgba(0,54,255,.13);border:1px solid transparent;box-sizing:border-box;font-size:9px;height:100%;margin:0;padding:0 3px;vertical-align:top;width:100%}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled]{background:none;border:1px solid transparent;cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover{border:1px solid #000}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus{background:none;border:1px solid transparent}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:#000;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:115%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.annotationLayer .popupWrapper{position:absolute;width:20em}.annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0 2px 5px #888;border-radius:2px;padding:6px;margin-left:5px;cursor:pointer;font:message-box;font-size:9px;word-wrap:break-word}.annotationLayer .popup>*{font-size:9px}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popup span{display:inline-block;margin-left:5px}.annotationLayer .popup p{border-top:1px solid #333;margin-top:2px;padding-top:2px}.annotationLayer .caretAnnotation,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .fileAttachmentAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .lineAnnotation svg line,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .squareAnnotation svg rect,.annotationLayer .squigglyAnnotation,.annotationLayer .stampAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}.pdfViewer .canvasWrapper{overflow:hidden}.pdfViewer .page{direction:ltr;width:816px;height:1056px;margin:1px auto -8px auto;position:relative;overflow:visible;border:9px solid transparent;background-clip:content-box;-o-border-image:url('+h+") 9 9 repeat;border-image:url("+h+") 9 9 repeat;background-color:#fff}.pdfViewer.removePageBorders .page{margin:0 auto 10px auto;border:none}.pdfViewer.singlePageView{display:inline-block}.pdfViewer.singlePageView .page{margin:0;border:none}.pdfViewer.scrollHorizontal,.pdfViewer.scrollWrapped,.spread{margin-left:3.5px;margin-right:3.5px;text-align:center}.pdfViewer.scrollHorizontal,.spread{white-space:nowrap}.pdfViewer.removePageBorders,.pdfViewer.scrollHorizontal .spread,.pdfViewer.scrollWrapped .spread{margin-left:0;margin-right:0}.pdfViewer.scrollHorizontal .page,.pdfViewer.scrollHorizontal .spread,.pdfViewer.scrollWrapped .page,.pdfViewer.scrollWrapped .spread,.spread .page{display:inline-block;vertical-align:middle}.pdfViewer.scrollHorizontal .page,.pdfViewer.scrollWrapped .page,.spread .page{margin-left:-3.5px;margin-right:-3.5px}.pdfViewer.removePageBorders .spread .page,.pdfViewer.removePageBorders.scrollHorizontal .page,.pdfViewer.removePageBorders.scrollWrapped .page{margin-left:5px;margin-right:5px}.pdfViewer .page canvas{margin:0;display:block}.pdfViewer .page canvas[hidden]{display:none}.pdfViewer .page .loadingIcon{position:absolute;display:block;left:0;top:0;right:0;bottom:0;background:url("+p+") 50% no-repeat}.pdfPresentationMode .pdfViewer{margin-left:0;margin-right:0}.pdfPresentationMode .pdfViewer .page,.pdfPresentationMode .pdfViewer .spread{display:block}.pdfPresentationMode .pdfViewer .page,.pdfPresentationMode .pdfViewer.removePageBorders .page{margin-left:auto;margin-right:auto}.pdfPresentationMode:-webkit-full-screen .pdfViewer .page{margin-bottom:100%;border:0}.pdfPresentationMode:fullscreen .pdfViewer .page{margin-bottom:100%;border:0}",""]),t["default"]=u},5372:function(e,t,r){"use strict";r.r(t);var a=r(8081),n=r.n(a),o=r(3645),i=r.n(o),s=i()(n());s.push([e.id,"@-webkit-keyframes resizeSensorVisibility{0%{top:0}}@keyframes resizeSensorVisibility{0%{top:0}}",""]),t["default"]=s},6514:function(e,t,r){"use strict";r.r(t);var a=r(8081),n=r.n(a),o=r(3645),i=r.n(o),s=i()(n());s.push([e.id,'.breadcrumb-item+.breadcrumb-item[data-v-b9966c7c]:before{font-family:bootstrap-icons!important;content:"\\F231";color:#000}',""]),t["default"]=s},9672:function(e,t,r){"use strict";r.r(t);var a=r(8081),n=r.n(a),o=r(3645),i=r.n(o),s=i()(n());s.push([e.id,".content[data-v-06a9db78]{padding:16px}",""]),t["default"]=s},2380:function(e,t,r){"use strict";r.r(t);var a=r(8081),n=r.n(a),o=r(3645),i=r.n(o),s=i()(n());s.push([e.id,".modal-mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}",""]),t["default"]=s},6303:function(e,t,r){"use strict";r.r(t);var a=r(8081),n=r.n(a),o=r(3645),i=r.n(o),s=r(1667),l=r.n(s),c=new URL(r(9737),r.b),d=new URL(r(1481),r.b),u=new URL(r(5041),r.b),h=new URL(r(6096),r.b),p=i()(n()),m=l()(c),f=l()(d),g=l()(u),b=l()(h);p.push([e.id,"@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.v-toast--fade-out{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-down{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-up{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.v-toast{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:1052;pointer-events:none}.v-toast__item{display:inline-flex;align-items:center;-webkit-animation-duration:.15s;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:.25em;pointer-events:auto;opacity:.92;color:#fff;min-height:3em;cursor:pointer}.v-toast__item--success{background-color:#47d78a}.v-toast__item--info{background-color:#1c85d5}.v-toast__item--warning{background-color:#febc22}.v-toast__item--error{background-color:#f7471c}.v-toast__item--default{background-color:#343a40}.v-toast__item.v-toast__item--bottom,.v-toast__item.v-toast__item--top{align-self:center}.v-toast__item.v-toast__item--bottom-right,.v-toast__item.v-toast__item--top-right{align-self:flex-end}.v-toast__item.v-toast__item--bottom-left,.v-toast__item.v-toast__item--top-left{align-self:flex-start}.v-toast__text{margin:0;padding:.5em 1em;word-break:break-word}.v-toast__icon{display:none}.v-toast.v-toast--top{flex-direction:column}.v-toast.v-toast--bottom{flex-direction:column-reverse}.v-toast.v-toast--custom-parent{position:absolute}@media screen and (max-width:768px){.v-toast{padding:0;position:fixed!important}}.v-toast__item{opacity:1;min-height:4em}.v-toast__item .v-toast__text{padding:1.5em 1em}.v-toast__item .v-toast__icon{display:block;width:27px;min-width:27px;height:27px;margin-left:1em;background:url("+m+") no-repeat}[dir=rtl] .v-toast__item .v-toast__icon{margin-left:unset;margin-right:1em}.v-toast__item.v-toast__item--success .v-toast__icon{background:url("+f+") no-repeat}.v-toast__item.v-toast__item--error .v-toast__icon{background:url("+g+") no-repeat}.v-toast__item.v-toast__item--warning .v-toast__icon{background:url("+b+") no-repeat}",""]),t["default"]=p},111:function(e,t,r){"use strict";r.r(t);var a=r(8081),n=r.n(a),o=r(3645),i=r.n(o),s=i()(n());s.push([e.id,".preview-image[data-v-d36420be]{max-width:100%;height:auto;display:block;margin:auto}",""]),t["default"]=s},6808:function(e,t,r){"use strict";r.r(t);var a=r(8081),n=r.n(a),o=r(3645),i=r.n(o),s=i()(n());s.push([e.id,".empty-list[data-v-00fd2667]{display:flex;flex-direction:column;margin:4em 0;text-align:center}.empty-list .title[data-v-00fd2667]{font-weight:700;font-size:24px}",""]),t["default"]=s},4137:function(e,t,r){"use strict";r.r(t);var a=r(8081),n=r.n(a),o=r(3645),i=r.n(o),s=i()(n());s.push([e.id,"#right-click-menu[data-v-7df40b0c]{background:#fafafa;border:1px solid #bdbdbd;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);display:block;list-style:none;margin:0;padding:0;position:fixed;z-index:999999}#right-click-menu li[data-v-7df40b0c]{border-bottom:1px solid #e0e0e0;margin:0;padding:5px}#right-click-menu li[data-v-7df40b0c]:last-child{border-bottom:none}#right-click-menu li[data-v-7df40b0c]:hover{background:#1e88e5;color:#fafafa}",""]),t["default"]=s},2445:function(e,t,r){"use strict";var a=r(8081),n=r.n(a),o=r(3645),i=r.n(o),s=r(1667),l=r.n(s),c=new URL(r(7430),r.b),d=new URL(r(4486),r.b),u=i()(n()),h=l()(c),p=l()(d);u.push([e.id,'@-webkit-keyframes resizeSensorVisibility{0%{top:0}}@keyframes resizeSensorVisibility{0%{top:0}}.textLayer{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;opacity:.2;line-height:1}.textLayer>span{color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0 0}.textLayer .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400}.textLayer ::-moz-selection{background:blue}.textLayer ::selection{background:blue}.textLayer .endOfContent{display:block;position:absolute;left:0;top:100%;right:0;bottom:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}.annotationLayer section{position:absolute}.annotationLayer .buttonWidgetAnnotation.pushButton>a,.annotationLayer .linkAnnotation>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover,.annotationLayer .linkAnnotation>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea{background-color:rgba(0,54,255,.13);border:1px solid transparent;box-sizing:border-box;font-size:9px;height:100%;margin:0;padding:0 3px;vertical-align:top;width:100%}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled]{background:none;border:1px solid transparent;cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover{border:1px solid #000}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus{background:none;border:1px solid transparent}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:#000;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:115%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.annotationLayer .popupWrapper{position:absolute;width:20em}.annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0 2px 5px #888;border-radius:2px;padding:6px;margin-left:5px;cursor:pointer;font:message-box;font-size:9px;word-wrap:break-word}.annotationLayer .popup>*{font-size:9px}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popup span{display:inline-block;margin-left:5px}.annotationLayer .popup p{border-top:1px solid #333;margin-top:2px;padding-top:2px}.annotationLayer .caretAnnotation,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .fileAttachmentAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .lineAnnotation svg line,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .squareAnnotation svg rect,.annotationLayer .squigglyAnnotation,.annotationLayer .stampAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}.pdfViewer .canvasWrapper{overflow:hidden}.pdfViewer .page{direction:ltr;width:816px;height:1056px;margin:1px auto -8px auto;position:relative;overflow:visible;border:9px solid transparent;background-clip:content-box;-o-border-image:url('+h+") 9 9 repeat;border-image:url("+h+") 9 9 repeat;background-color:#fff}.pdfViewer.removePageBorders .page{margin:0 auto 10px auto;border:none}.pdfViewer.singlePageView{display:inline-block}.pdfViewer.singlePageView .page{margin:0;border:none}.pdfViewer.scrollHorizontal,.pdfViewer.scrollWrapped,.spread{margin-left:3.5px;margin-right:3.5px;text-align:center}.pdfViewer.scrollHorizontal,.spread{white-space:nowrap}.pdfViewer.removePageBorders,.pdfViewer.scrollHorizontal .spread,.pdfViewer.scrollWrapped .spread{margin-left:0;margin-right:0}.pdfViewer.scrollHorizontal .page,.pdfViewer.scrollHorizontal .spread,.pdfViewer.scrollWrapped .page,.pdfViewer.scrollWrapped .spread,.spread .page{display:inline-block;vertical-align:middle}.pdfViewer.scrollHorizontal .page,.pdfViewer.scrollWrapped .page,.spread .page{margin-left:-3.5px;margin-right:-3.5px}.pdfViewer.removePageBorders .spread .page,.pdfViewer.removePageBorders.scrollHorizontal .page,.pdfViewer.removePageBorders.scrollWrapped .page{margin-left:5px;margin-right:5px}.pdfViewer .page canvas{margin:0;display:block}.pdfViewer .page canvas[hidden]{display:none}.pdfViewer .page .loadingIcon{position:absolute;display:block;left:0;top:0;right:0;bottom:0;background:url("+p+") 50% no-repeat}.pdfPresentationMode .pdfViewer{margin-left:0;margin-right:0}.pdfPresentationMode .pdfViewer .page,.pdfPresentationMode .pdfViewer .spread{display:block}.pdfPresentationMode .pdfViewer .page,.pdfPresentationMode .pdfViewer.removePageBorders .page{margin-left:auto;margin-right:auto}.pdfPresentationMode:-webkit-full-screen .pdfViewer .page{margin-bottom:100%;border:0}.pdfPresentationMode:fullscreen .pdfViewer .page{margin-bottom:100%;border:0}",""]),t["Z"]=u},654:function(e,t,r){"use strict";r.r(t);var a=r(8081),n=r.n(a),o=r(3645),i=r.n(o),s=i()(n());s.push([e.id,'.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:1fr 99fr 1fr;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";grid-template-rows:minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto);grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:transparent!important}.swal2-container.swal2-bottom-start,.swal2-container.swal2-center-start,.swal2-container.swal2-top-start{grid-template-columns:minmax(0,1fr) auto auto}.swal2-container.swal2-bottom,.swal2-container.swal2-center,.swal2-container.swal2-top{grid-template-columns:auto minmax(0,1fr) auto}.swal2-container.swal2-bottom-end,.swal2-container.swal2-center-end,.swal2-container.swal2-top-end{grid-template-columns:auto auto minmax(0,1fr)}.swal2-container.swal2-top-start>.swal2-popup{align-self:start}.swal2-container.swal2-top>.swal2-popup{grid-column:2;align-self:start;justify-self:center}.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup{grid-column:3;align-self:start;justify-self:end}.swal2-container.swal2-center-left>.swal2-popup,.swal2-container.swal2-center-start>.swal2-popup{grid-row:2;align-self:center}.swal2-container.swal2-center>.swal2-popup{grid-column:2;grid-row:2;align-self:center;justify-self:center}.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;align-self:center;justify-self:end}.swal2-container.swal2-bottom-left>.swal2-popup,.swal2-container.swal2-bottom-start>.swal2-popup{grid-column:1;grid-row:3;align-self:end}.swal2-container.swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;justify-self:center;align-self:end}.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;align-self:end;justify-self:end}.swal2-container.swal2-grow-fullscreen>.swal2-popup,.swal2-container.swal2-grow-row>.swal2-popup{grid-column:1/4;width:100%}.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}.swal2-container.swal2-no-transition{transition:none!important}.swal2-popup{display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:none}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-title{position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}.swal2-styled{margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px transparent;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}.swal2-styled.swal2-confirm:focus{box-shadow:0 0 0 3px rgba(112,102,224,.5)}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}.swal2-styled.swal2-deny:focus{box-shadow:0 0 0 3px rgba(220,55,65,.5)}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}.swal2-styled.swal2-cancel:focus{box-shadow:0 0 0 3px hsla(208,8%,47%,.5)}.swal2-styled.swal2-default-outline:focus{box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-styled:focus{outline:none}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:2em auto 1em}.swal2-close{z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:transparent;color:#ccc;font-family:serif;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}.swal2-close:hover{transform:none;background:transparent;color:#f27474}.swal2-close:focus{outline:none;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em 2em 3px}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:transparent;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px transparent;color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em 2em 3px;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-file{width:75%;margin-right:auto;margin-left:auto;background:transparent;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:transparent;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{flex-shrink:0;margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto 0}.swal2-validation-message{align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message:before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-i-mark .5s;animation:swal2-animate-i-mark .5s}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-i-mark .8s;animation:swal2-animate-i-mark .8s}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-question-mark .8s;animation:swal2-animate-question-mark .8s}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid hsla(98,55%,69%,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:transparent;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:0;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-no-war{display:flex;position:fixed;z-index:1061;top:0;left:0;align-items:center;justify-content:center;width:100%;height:3.375em;background:#20232a;color:#fff;text-align:center}.swal2-no-war a{color:#61dafb;text-decoration:none}.swal2-no-war a:hover{text-decoration:underline}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0deg)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0deg)}}@-webkit-keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0deg);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0deg);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes swal2-animate-question-mark{0%{transform:rotateY(-1turn)}to{transform:rotateY(0)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-1turn)}to{transform:rotateY(0)}}@-webkit-keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}',""]),t["default"]=s},1788:function(e,t,r){"use strict";r.r(t);var a=r(8081),n=r.n(a),o=r(3645),i=r.n(o),s=r(1667),l=r.n(s),c=new URL(r(3426),r.b),d=new URL(r(5322),r.b),u=new URL(r(8709),r.b),h=new URL(r(388),r.b),p=new URL(r(8346),r.b),m=new URL(r(5832),r.b),f=new URL(r(7530),r.b),g=new URL(r(2715),r.b),b=new URL(r(9020),r.b),v=new URL(r(7593),r.b),w=new URL(r(1331),r.b),y=new URL(r(1291),r.b),x=new URL(r(499),r.b),k=new URL(r(3585),r.b),A=new URL(r(3084),r.b),C=i()(n());C.push([e.id,"@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700,900&display=swap);"]),C.push([e.id,"@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap);"]),C.push([e.id,"@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css);"]);var S=l()(c),_=l()(d),E=l()(u),P=l()(h),T=l()(p),I=l()(m),O=l()(f),L=l()(g),F=l()(b),R=l()(v),M=l()(w),D=l()(y),N=l()(x),B=l()(k),U=l()(A);C.push([e.id,':root{--ct-link-color:#6658dd;--ct-link-hover-color:#473e9b;--ct-border-color:#dee2e6;--ct-box-shadow:0px 0px 35px 0px hsla(215,9%,64%,.15);--ct-box-shadow-sm:0 0.75rem 6rem rgba(56,65,74,.03);--ct-box-shadow-lg:0 0 45px 0 rgba(0,0,0,.12);--ct-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--ct-component-active-color:#fff;--ct-component-active-bg:#6658dd;--ct-text-muted:#98a6ad;--ct-blockquote-footer-color:#98a6ad;--ct-hr-color:#e5e8eb;--ct-mark-bg:#fcf8e3;--ct-table-color:#6c757d;--ct-table-bg:transparent;--ct-table-accent-bg:#f3f7f9;--ct-table-striped-color:var(--ct-table-color);--ct-table-striped-bg:#f3f7f9;--ct-table-active-color:var(--ct-table-color);--ct-table-active-bg:#f3f7f9;--ct-table-hover-color:var(--ct-table-color);--ct-table-hover-bg:#f3f7f9;--ct-table-border-color:#dee2e6;--ct-table-group-separator-color:#dee2e6;--ct-table-caption-color:var(--ct-text-muted);--ct-input-btn-focus-color:rgba(102,88,221,.25);--ct-btn-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);--ct-btn-active-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);--ct-btn-link-color:var(--ct-link-color);--ct-btn-link-hover-color:var(--ct-link-hover-color);--ct-btn-link-disabled-color:#98a6ad;--ct-form-text-color:var(--ct-text-muted);--ct-input-bg:#fff;--ct-input-disabled-bg:#fff;--ct-input-color:#6c757d;--ct-input-border-color:#ced4da;--ct-input-box-shadow:var(--ct-box-shadow-inset);--ct-input-focus-bg:var(--ct-input-bg);--ct-input-focus-border-color:#b9bfc4;--ct-input-focus-color:var(--ct-input-color);--ct-input-placeholder-color:#adb5bd;--ct-input-plaintext-color:#6c757d;--ct-form-check-input-bg:#fff;--ct-form-check-input-border:1px solid #adb5bd;--ct-form-check-input-checked-color:var(--ct-component-active-color);--ct-form-check-input-checked-bg-color:var(--ct-component-active-bg);--ct-form-check-input-checked-border-color:var(--ct-form-check-input-checked-bg-color);--ct-form-check-input-indeterminate-color:var(--ct-component-active-color);--ct-form-check-input-indeterminate-bg-color:var(--ct-component-active-bg);--ct-form-check-input-indeterminate-border-color:var(--ct-form-check-input-indeterminate-bg-color);--ct-form-switch-color:#dee2e6;--ct-input-group-addon-color:var(--ct-input-color);--ct-input-group-addon-bg:#f7f7f7;--ct-input-group-addon-border-color:#ced4da;--ct-form-select-color:var(--ct-input-color);--ct-form-select-bg:var(--ct-input-bg);--ct-form-select-disabled-color:#98a6ad;--ct-form-select-disabled-bg:#f7f7f7;--ct-form-select-disabled-border-color: ;--ct-form-select-indicator-color:#343a40;--ct-form-range-track-bg:#dee2e6;--ct-form-range-track-box-shadow:var(--ct-box-shadow-inset);--ct-form-range-thumb-box-shadow:0 .1rem .25rem rgba(0,0,0,.1);--ct-form-range-thumb-active-bg:#d1cdf5;--ct-form-range-thumb-disabled-bg:#adb5bd;--ct-form-file-button-color:var(--ct-input-color);--ct-form-file-button-bg:var(--ct-input-group-addon-bg);--ct-form-file-button-hover-bg:#ebebeb;--ct-nav-link-disabled-color:#98a6ad;--ct-nav-tabs-border-color:#dee2e6;--ct-nav-tabs-link-hover-border-color:#f7f7f7 #f7f7f7 var(--ct-nav-tabs-border-color);--ct-nav-tabs-link-active-color:#6c757d;--ct-nav-tabs-link-active-bg:#fff;--ct-nav-tabs-link-active-border-color:#dee2e6 #dee2e6 var(--ct-nav-tabs-link-active-bg);--ct-navbar-dark-color:hsla(0,0%,100%,.55);--ct-navbar-dark-hover-color:hsla(0,0%,100%,.75);--ct-navbar-dark-active-color:#fff;--ct-navbar-dark-disabled-color:hsla(0,0%,100%,.25);--ct-navbar-dark-toggler-border-color:hsla(0,0%,100%,.1);--ct-navbar-light-color:rgba(0,0,0,.55);--ct-navbar-light-hover-color:rgba(0,0,0,.7);--ct-navbar-light-active-color:rgba(0,0,0,.9);--ct-navbar-light-disabled-color:rgba(0,0,0,.3);--ct-navbar-light-toggler-border-color:rgba(0,0,0,.1);--ct-dropdown-color:#6c757d;--ct-dropdown-bg:#fff;--ct-dropdown-border-color:#ecf0f2;--ct-dropdown-divider-bg:#f7f7f7;--ct-dropdown-box-shadow:0 .5rem 1rem rgba(0,0,0,.175);--ct-dropdown-link-color:#6c757d;--ct-dropdown-link-hover-color: ;--ct-dropdown-link-hover-bg:#f3f7f9;--ct-dropdown-link-active-color:#323a46;--ct-dropdown-link-active-bg:#f3f7f9;--ct-dropdown-link-disabled-color:#98a6ad;--ct-dropdown-dark-color:#dee2e6;--ct-dropdown-dark-bg:#343a40;--ct-dropdown-dark-border-color:var(--ct-dropdown-border-color);--ct-dropdown-dark-divider-bg:var(--ct-dropdown-divider-bg);--ct-dropdown-dark-link-color:var(--ct-dropdown-dark-color);--ct-dropdown-dark-link-hover-color:#fff;--ct-dropdown-dark-link-hover-bg:hsla(0,0%,100%,.15);--ct-dropdown-dark-link-active-color:var(--ct-dropdown-link-active-color);--ct-dropdown-dark-link-active-bg:var(--ct-dropdown-link-active-bg);--ct-dropdown-dark-link-disabled-color:#adb5bd;--ct-dropdown-dark-header-color:#adb5bd;--ct-pagination-color:#323a46;--ct-pagination-bg:#fff;--ct-pagination-border-color:#dee2e6;--ct-pagination-focus-color:var(--ct-link-hover-color);--ct-pagination-focus-bg:#f7f7f7;--ct-pagination-focus-box-shadow:0 0 0 0.15rem var(--ct-input-btn-focus-color);--ct-pagination-hover-color:#323a46;--ct-pagination-hover-bg:#f7f7f7;--ct-pagination-hover-border-color:#dee2e6;--ct-pagination-disabled-color:#98a6ad;--ct-pagination-disabled-bg:#fff;--ct-pagination-disabled-border-color:#dee2e6;--ct-card-border-color:#f7f7f7;--ct-card-box-shadow:var(--ct-box-shadow-sm);--ct-card-cap-bg:#edeff1;--ct-card-bg:#fff;--ct-accordion-color:#6c757d;--ct-accordion-border-color:rgba(0,0,0,.125);--ct-accordion-button-active-bg:#f0eefc;--ct-accordion-button-active-color:#5c4fc7;--ct-accordion-button-focus-border-color:var(--ct-input-focus-border-color);--ct-accordion-button-focus-box-shadow:0 0 0 0.15rem var(--ct-input-btn-focus-color);--ct-tooltip-color:#fff;--ct-tooltip-bg:#000;--ct-popover-bg:#fff;--ct-popover-border-color:#dee2e6;--ct-popover-box-shadow:0 .25rem .5rem rgba(0,0,0,.2);--ct-popover-header-bg:#f0f0f0;--ct-popover-header-color: ;--ct-popover-body-color:#6c757d;--ct-popover-arrow-color:#fff;--ct-popover-arrow-outer-color:#dee2e6;--ct-toast-background-color:hsla(0,0%,100%,.85);--ct-toast-border-color:rgba(0,0,0,.1);--ct-toast-box-shadow:var(--ct-box-shadow);--ct-toast-header-color:#98a6ad;--ct-toast-header-background-color:hsla(0,0%,100%,.85);--ct-toast-header-border-color:rgba(0,0,0,.05);--ct-badge-color:#fff;--ct-modal-content-bg:#fff;--ct-modal-content-box-shadow-xs:0 .25rem .5rem rgba(0,0,0,.5);--ct-modal-content-box-shadow-sm-up:0 .5rem 1rem rgba(0,0,0,.5);--ct-modal-backdrop-bg:#323a46;--ct-modal-header-border-color:var(--ct-border-color);--ct-modal-footer-border-color:var(--ct-border-color);--ct-progress-bg:#eef0f2;--ct-progress-box-shadow:var(--ct-box-shadow-inset);--ct-progress-bar-color:#fff;--ct-progress-bar-bg:#6658dd;--ct-list-group-color: ;--ct-list-group-bg:#fff;--ct-list-group-border-color:rgba(0,0,0,.125);--ct-list-group-hover-bg:#f3f7f9;--ct-list-group-disabled-color:#98a6ad;--ct-list-group-disabled-bg:#fff;--ct-list-group-action-color:#6c757d;--ct-list-group-action-active-color:#6c757d;--ct-list-group-action-active-bg:#f7f7f7;--ct-thumbnail-bg:#f5f6f8;--ct-thumbnail-border-color:#dee2e6;--ct-thumbnail-box-shadow:var(--ct-box-shadow-sm);--ct-figure-caption-color:#98a6ad;--ct-breadcrumb-divider-color:#ced4da;--ct-breadcrumb-active-color:#adb5bd;--ct-carousel-control-color:#fff;--ct-carousel-indicator-active-bg:#fff;--ct-carousel-caption-color:#fff;--ct-carousel-dark-indicator-active-bg:#000;--ct-carousel-dark-caption-color:#000;--ct-btn-close-color:#000;--ct-code-color:#f672a7;--ct-kbd-color:#fff;--ct-kbd-bg:#323a46;--ct-pre-color:#323a46;--ct-bg-leftbar:#fff;--ct-bg-leftbar-dark:#38414a;--ct-bg-leftbar-brand:#4a81d4;--ct-bg-leftbar-gradient:#683ba9;--ct-twocolumn-sidebar-bg:#fff;--ct-twocolumn-sidebar-iconview-bg:#6658dd;--ct-menu-item-color-dark:#9097a7;--ct-menu-item-hover-color-dark:#c8cddc;--ct-menu-item-active-color-dark:#fff;--ct-menu-item:#6e768e;--ct-menu-item-hover:#00acc1;--ct-menu-item-active:#00acc1;--ct-menu-sub-item-active:#00acc1;--ct-menuitem-active-bg:rgba(0,172,193,.07);--ct-hori-menu-item-color:#6e7488;--ct-rightbar-bg:#fff;--ct-bg-topbar-light:#fff;--ct-bg-topbar-dark:#38414a;--ct-box-shadow-condensed:3px 5px 10px 0 hsla(215,9%,64%,.2);--ct-footer-bg:#eeeff3;--ct-auth-bg:#fff;--ct-auth-bg-alt:#6658dd;--ct-apex-grid-color:#f9f9fd;--ct-chat-primary-user-bg:#fef5e4;--ct-chat-secondary-user-bg:#f1f3fa;--ct-text-color-h:#343a40;--ct-card-overlay-color:#3e4852;--ct-card-overlay-bg:hsla(0,0%,100%,.8);--ct-input-light-bg:#f3f7f9;--ct-components-shadow-sm:none;--ct-components-shadow:none;--ct-components-shadow-lg:none}body[data-layout-color=dark]{--ct-body-bg:#303841;--ct-body-color:#94a0ad;--ct-link-color:#6658dd;--ct-link-hover-color:#fff;--ct-border-color:#424e5a;--ct-box-shadow:0px 0px 35px 0px rgba(66,72,80,.15);--ct-box-shadow-sm:0 0.75rem 6rem rgba(56,65,74,.03);--ct-box-shadow-lg:0 0 45px 0 rgba(0,0,0,.12);--ct-box-shadow-inset:inset 0 -.1rem 0 rgba(0,0,0,.075);--ct-component-active-color:#fff;--ct-component-active-bg:#6658dd;--ct-text-muted:#8c98a5;--ct-blockquote-footer-color:#cedeef;--ct-hr-color:#424e5a;--ct-mark-bg:#fcf8e3;--ct-table-color:var(--ct-body-color);--ct-table-bg:transparent;--ct-table-accent-bg:transparent;--ct-table-striped-color:var(--ct-body-color);--ct-table-striped-bg:#3b4651;--ct-table-active-color:var(--ct-body-color);--ct-table-active-bg:#3b4651;--ct-table-hover-color:var(--ct-body-color);--ct-table-hover-bg:#3b4651;--ct-table-border-color:#424e5a;--ct-table-group-separator-color:#424e5a;--ct-table-caption-color:var(--ct-text-muted);--ct-input-btn-focus-color:rgba(102,88,221,.25);--ct-btn-box-shadow:0 0 0;--ct-btn-active-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);--ct-btn-link-color:var(--ct-link-color);--ct-btn-link-hover-color:var(--ct-link-hover-color);--ct-btn-link-disabled-color:#cedeef;--ct-form-text-color:var(--ct-text-muted);--ct-input-bg:#3b4651;--ct-input-disabled-bg:#3b4651;--ct-input-color:var(--ct-body-color);--ct-input-border-color:#424e5a;--ct-input-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);--ct-input-focus-bg:var(--ct-input-bg);--ct-input-focus-border-color:#475461;--ct-input-focus-color:var(--ct-body-color);--ct-input-placeholder-color:#586877;--ct-input-plaintext-color:var(--ct-body-color);--ct-form-check-input-bg:#3b4651;--ct-form-check-input-border:1px solid #5d7186;--ct-form-check-input-checked-color:var(--ct-component-active-color);--ct-form-check-input-checked-bg-color:var(--ct-component-active-bg);--ct-form-check-input-checked-border-color:var(--ct-form-check-input-checked-bg-color);--ct-form-check-input-indeterminate-color:var(--ct-component-active-color);--ct-form-check-input-indeterminate-bg-color:var(--ct-component-active-bg);--ct-form-check-input-indeterminate-border-color:var(--ct-form-check-input-indeterminate-bg-color);--ct-form-switch-color:#5d7186;--ct-input-group-addon-color:var(--ct-body-color);--ct-input-group-addon-bg:#36404a;--ct-input-group-addon-border-color:#424e5a;--ct-form-select-color:var(--ct-body-color);--ct-form-select-bg:var(--ct-input-bg);--ct-form-select-disabled-color:#cedeef;--ct-form-select-disabled-bg:#36404a;--ct-form-select-disabled-border-color: ;--ct-form-select-indicator-color:#f7f7f7;--ct-form-range-track-bg:#424e5a;--ct-form-range-track-box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1);--ct-form-range-thumb-box-shadow:0 .1rem .25rem rgba(0,0,0,.1);--ct-form-range-thumb-active-bg:#d1cdf5;--ct-form-range-thumb-disabled-bg:#8c98a5;--ct-form-file-button-color:var(--ct-body-color);--ct-form-file-button-bg:var(--ct-input-group-addon-bg);--ct-form-file-button-hover-bg:#333d46;--ct-nav-link-disabled-color:#cedeef;--ct-nav-tabs-border-color:#424e5a;--ct-nav-tabs-link-hover-border-color:#36404a #36404a var(--ct-nav-tabs-border-color);--ct-nav-tabs-link-active-color:#dee2e6;--ct-nav-tabs-link-active-bg:#424e5a;--ct-nav-tabs-link-active-border-color:#424e5a #424e5a var(--ct-nav-tabs-link-active-bg);--ct-navbar-dark-color:hsla(0,0%,100%,.55);--ct-navbar-dark-hover-color:hsla(0,0%,100%,.75);--ct-navbar-dark-active-color:#fff;--ct-navbar-dark-disabled-color:hsla(0,0%,100%,.25);--ct-navbar-dark-toggler-border-color:hsla(0,0%,100%,.1);--ct-navbar-light-color:hsla(0,0%,97%,.5);--ct-navbar-light-hover-color:hsla(0,0%,97%,.7);--ct-navbar-light-active-color:hsla(0,0%,97%,.9);--ct-navbar-light-disabled-color:hsla(0,0%,97%,.3);--ct-navbar-light-toggler-border-color:hsla(0,0%,97%,.1);--ct-dropdown-color:var(--ct-body-color);--ct-dropdown-bg:#3b4651;--ct-dropdown-border-color:#414d59;--ct-dropdown-divider-bg:#475461;--ct-dropdown-box-shadow:0 .5rem 1rem rgba(0,0,0,.175);--ct-dropdown-link-color:var(--ct-body-color);--ct-dropdown-link-hover-color: ;--ct-dropdown-link-hover-bg:#424e5a;--ct-dropdown-link-active-color:#f3f7f9;--ct-dropdown-link-active-bg:#424e5a;--ct-dropdown-link-disabled-color:#5d7186;--ct-dropdown-dark-color:#424e5a;--ct-dropdown-dark-bg:#f7f7f7;--ct-dropdown-dark-border-color:var(--ct-dropdown-border-color);--ct-dropdown-dark-divider-bg:var(--ct-dropdown-divider-bg);--ct-dropdown-dark-link-color:var(--ct-dropdown-dark-color);--ct-dropdown-dark-link-hover-color:#fff;--ct-dropdown-dark-link-hover-bg:hsla(0,0%,100%,.15);--ct-dropdown-dark-link-active-color:var(--ct-dropdown-link-active-color);--ct-dropdown-dark-link-active-bg:var(--ct-dropdown-link-active-bg);--ct-dropdown-dark-link-disabled-color:#8c98a5;--ct-dropdown-dark-header-color:#8c98a5;--ct-pagination-color:#f3f7f9;--ct-pagination-bg:#3b4651;--ct-pagination-border-color:#424e5a;--ct-pagination-focus-color:var(--ct-link-hover-color);--ct-pagination-focus-bg:#424e5a;--ct-pagination-focus-box-shadow:0 0 0 0.15rem var(--ct-input-btn-focus-color);--ct-pagination-hover-color:#f3f7f9;--ct-pagination-hover-bg:#424e5a;--ct-pagination-hover-border-color:#475461;--ct-pagination-disabled-color:#cedeef;--ct-pagination-disabled-bg:#424e5a;--ct-pagination-disabled-border-color:#424e5a;--ct-card-border-color:#36404a;--ct-card-box-shadow:var(--ct-box-shadow-sm);--ct-card-cap-bg:#424e5a;--ct-card-bg:#36404a;--ct-accordion-color:var(--ct-body-color);--ct-accordion-border-color:rgba(0,0,0,.125);--ct-accordion-button-active-bg:#f0eefc;--ct-accordion-button-active-color:#5c4fc7;--ct-accordion-button-focus-border-color:var(--ct-input-focus-border-color);--ct-accordion-button-focus-box-shadow:0 0 0 0.15rem var(--ct-input-btn-focus-color);--ct-tooltip-color:#fff;--ct-tooltip-bg:#000;--ct-popover-bg:#3c4853;--ct-popover-border-color:#424e5a;--ct-popover-box-shadow:0 .25rem .5rem rgba(0,0,0,.2);--ct-popover-header-bg:#323a46;--ct-popover-header-color: ;--ct-popover-body-color:#cedeef;--ct-popover-arrow-color:#3c4853;--ct-popover-arrow-outer-color:#4c5a67;--ct-toast-background-color:rgba(54,64,74,.85);--ct-toast-border-color:rgba(0,0,0,.1);--ct-toast-box-shadow:0 .25rem .75rem rgba(0,0,0,.1);--ct-toast-header-color:#cedeef;--ct-toast-header-background-color:rgba(50,58,70,.85);--ct-toast-header-border-color:rgba(0,0,0,.05);--ct-badge-color:#fff;--ct-modal-content-bg:#36404a;--ct-modal-content-box-shadow-xs:0 .25rem .5rem rgba(0,0,0,.5);--ct-modal-content-box-shadow-sm-up:0 .5rem 1rem rgba(0,0,0,.5);--ct-modal-backdrop-bg:#f3f7f9;--ct-modal-header-border-color:#414d59;--ct-modal-footer-border-color:#414d59;--ct-progress-bg:#424e5a;--ct-progress-box-shadow:var(--ct-box-shadow-inset);--ct-progress-bar-color:#fff;--ct-progress-bar-bg:#6658dd;--ct-list-group-color: ;--ct-list-group-bg:#36404a;--ct-list-group-border-color:#424e5a;--ct-list-group-hover-bg:#3b4651;--ct-list-group-disabled-color:#cedeef;--ct-list-group-disabled-bg:var(--ct-list-group-bg);--ct-list-group-action-color:#8c98a5;--ct-list-group-action-active-color:var(--ct-body-color);--ct-list-group-action-active-bg:#36404a;--ct-thumbnail-bg:#424e5a;--ct-thumbnail-border-color:#424e5a;--ct-thumbnail-box-shadow:0 1px 2px rgba(0,0,0,.075);--ct-figure-caption-color:#cedeef;--ct-breadcrumb-divider-color:#5d7186;--ct-breadcrumb-active-color:#8c98a5;--ct-carousel-control-color:#fff;--ct-carousel-indicator-active-bg:#fff;--ct-carousel-caption-color:#fff;--ct-carousel-dark-indicator-active-bg:#000;--ct-carousel-dark-caption-color:#000;--ct-btn-close-color:#f7f7f7;--ct-code-color:#f672a7;--ct-kbd-color:#fff;--ct-kbd-bg:#424e5a;--ct-pre-color:#f3f7f9;--ct-bg-leftbar:#fff;--ct-bg-leftbar-dark:#37424c;--ct-bg-leftbar-brand:#4a81d4;--ct-bg-leftbar-gradient:#683ba9;--ct-twocolumn-sidebar-bg:#fff;--ct-twocolumn-sidebar-iconview-bg:#6658dd;--ct-menu-item-color-dark:#9097a7;--ct-menu-item-hover-color-dark:#c8cddc;--ct-menu-item-active-color-dark:#fff;--ct-menu-item:#6e768e;--ct-menu-item-hover:#00acc1;--ct-menu-item-active:#00acc1;--ct-menu-sub-item-active:#00acc1;--ct-menuitem-active-bg:rgba(0,172,193,.07);--ct-hori-menu-item-color:#919eab;--ct-rightbar-bg:#3b4651;--ct-bg-topbar-light:#3c4752;--ct-bg-topbar-dark:#3c4752;--ct-box-shadow-condensed:3px 5px 10px 0 #323a42;--ct-footer-bg:#2b323a;--ct-auth-bg:#36404a;--ct-auth-bg-alt:#3e4852;--ct-apex-grid-color:#3e4852;--ct-chat-primary-user-bg:#404c58;--ct-chat-secondary-user-bg:#404c58;--ct-text-color-h:#acbfd2;--ct-card-overlay-color:#fff;--ct-card-overlay-bg:hsla(0,0%,100%,.1);--ct-input-light-bg:#3b4550;--ct-components-shadow-sm:none;--ct-components-shadow:none;--ct-components-shadow-lg:none}/*!\n * Bootstrap v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */:root{--ct-indigo:#675aa9;--ct-red:#f1556c;--ct-orange:#fd7e14;--ct-yellow:#f7b84b;--ct-green:#1abc9c;--ct-teal:#02a8b5;--ct-cyan:#4fc6e1;--ct-white:#fff;--ct-gray:#98a6ad;--ct-gray-dark:#343a40;--ct-gray-100:#f3f7f9;--ct-gray-200:#f7f7f7;--ct-gray-300:#dee2e6;--ct-gray-400:#ced4da;--ct-gray-500:#adb5bd;--ct-gray-600:#98a6ad;--ct-gray-700:#6c757d;--ct-gray-800:#343a40;--ct-gray-900:#323a46;--ct-primary:#6658dd;--ct-secondary:#6c757d;--ct-success:#1abc9c;--ct-purple:#6658dd;--ct-info:#4fc6e1;--ct-warning:#f7b84b;--ct-danger:#f1556c;--ct-light:#f3f7f9;--ct-dark:#323a46;--ct-pink:#f672a7;--ct-blue:#4a81d4;--ct-primary-rgb:13,110,253;--ct-secondary-rgb:108,117,125;--ct-success-rgb:25,135,84;--ct-info-rgb:13,202,240;--ct-warning-rgb:255,193,7;--ct-danger-rgb:220,53,69;--ct-light-rgb:248,249,250;--ct-dark-rgb:33,37,41;--ct-white-rgb:255,255,255;--ct-black-rgb:0,0,0;--ct-body-color-rgb:108,117,125;--ct-body-bg-rgb:245,246,248;--ct-font-sans-serif:"Nunito",sans-serif;--ct-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--ct-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--ct-body-font-family:Nunito,sans-serif;--ct-body-font-size:0.875rem;--ct-body-font-weight:400;--ct-body-line-height:1.5;--ct-body-color:#6c757d;--ct-body-bg:#f5f6f8}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--ct-body-font-family);font-size:var(--ct-body-font-size);font-weight:var(--ct-body-font-weight);line-height:var(--ct-body-line-height);color:var(--ct-body-color);text-align:var(--ct-body-text-align);background-color:var(--ct-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1.5rem 0;color:var(--ct-hr-color);background-color:currentColor;border:0;opacity:1}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1.5rem;font-weight:500;line-height:1.1}.h1,h1{font-size:calc(1.35rem + 1.2vw)}@media(min-width:1200px){.h1,h1{font-size:2.25rem}}.h2,h2{font-size:calc(1.3125rem + .75vw)}@media(min-width:1200px){.h2,h2{font-size:1.875rem}}.h3,h3{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h3,h3{font-size:1.5rem}}.h4,h4{font-size:1.125rem}.h5,h5{font-size:.9375rem}.h6,h6{font-size:.75rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.75rem}.mark,mark{padding:.2em;background-color:var(--ct-mark-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--ct-link-color)}a,a:hover{text-decoration:none}a:hover{color:var(--ct-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--ct-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:87.5%;color:var(--ct-pre-color)}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:87.5%;color:var(--ct-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:var(--ct-kbd-color);background-color:var(--ct-kbd-bg);border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.85rem;padding-bottom:.85rem;color:var(--ct-table-caption-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.09375rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.1}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.1}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.1}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.1}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.1}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.1}@media(min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.75rem;text-transform:uppercase}.blockquote{margin-bottom:1.5rem;font-size:1.09375rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1.5rem;margin-bottom:1.5rem;font-size:.75rem;color:var(--ct-blockquote-footer-color)}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--ct-thumbnail-bg);border:1px solid var(--ct-thumbnail-border-color);border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.75rem;line-height:1}.figure-caption{font-size:.75rem;color:var(--ct-figure-caption-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--ct-gutter-x,12px);padding-left:var(--ct-gutter-x,12px);margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--ct-gutter-x:24px;--ct-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--ct-gutter-y)*-1);margin-right:calc(var(--ct-gutter-x)*-.5);margin-left:calc(var(--ct-gutter-x)*-.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--ct-gutter-x)*.5);padding-left:calc(var(--ct-gutter-x)*.5);margin-top:var(--ct-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--ct-gutter-x:0}.g-0,.gy-0{--ct-gutter-y:0}.g-1,.gx-1{--ct-gutter-x:0.25rem}.g-1,.gy-1{--ct-gutter-y:0.25rem}.g-2,.gx-2{--ct-gutter-x:0.5rem}.g-2,.gy-2{--ct-gutter-y:0.5rem}.g-3,.gx-3{--ct-gutter-x:1rem}.g-3,.gy-3{--ct-gutter-y:1rem}.g-4,.gx-4{--ct-gutter-x:1.5rem}.g-4,.gy-4{--ct-gutter-y:1.5rem}.g-5,.gx-5{--ct-gutter-x:3rem}.g-5,.gy-5{--ct-gutter-y:3rem}@media(min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--ct-gutter-x:0}.g-sm-0,.gy-sm-0{--ct-gutter-y:0}.g-sm-1,.gx-sm-1{--ct-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--ct-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--ct-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--ct-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--ct-gutter-x:1rem}.g-sm-3,.gy-sm-3{--ct-gutter-y:1rem}.g-sm-4,.gx-sm-4{--ct-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--ct-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--ct-gutter-x:3rem}.g-sm-5,.gy-sm-5{--ct-gutter-y:3rem}}@media(min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--ct-gutter-x:0}.g-md-0,.gy-md-0{--ct-gutter-y:0}.g-md-1,.gx-md-1{--ct-gutter-x:0.25rem}.g-md-1,.gy-md-1{--ct-gutter-y:0.25rem}.g-md-2,.gx-md-2{--ct-gutter-x:0.5rem}.g-md-2,.gy-md-2{--ct-gutter-y:0.5rem}.g-md-3,.gx-md-3{--ct-gutter-x:1rem}.g-md-3,.gy-md-3{--ct-gutter-y:1rem}.g-md-4,.gx-md-4{--ct-gutter-x:1.5rem}.g-md-4,.gy-md-4{--ct-gutter-y:1.5rem}.g-md-5,.gx-md-5{--ct-gutter-x:3rem}.g-md-5,.gy-md-5{--ct-gutter-y:3rem}}@media(min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--ct-gutter-x:0}.g-lg-0,.gy-lg-0{--ct-gutter-y:0}.g-lg-1,.gx-lg-1{--ct-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--ct-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--ct-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--ct-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--ct-gutter-x:1rem}.g-lg-3,.gy-lg-3{--ct-gutter-y:1rem}.g-lg-4,.gx-lg-4{--ct-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--ct-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--ct-gutter-x:3rem}.g-lg-5,.gy-lg-5{--ct-gutter-y:3rem}}@media(min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--ct-gutter-x:0}.g-xl-0,.gy-xl-0{--ct-gutter-y:0}.g-xl-1,.gx-xl-1{--ct-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--ct-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--ct-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--ct-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--ct-gutter-x:1rem}.g-xl-3,.gy-xl-3{--ct-gutter-y:1rem}.g-xl-4,.gx-xl-4{--ct-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--ct-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--ct-gutter-x:3rem}.g-xl-5,.gy-xl-5{--ct-gutter-y:3rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--ct-gutter-x:0}.g-xxl-0,.gy-xxl-0{--ct-gutter-y:0}.g-xxl-1,.gx-xxl-1{--ct-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--ct-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--ct-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--ct-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--ct-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--ct-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--ct-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--ct-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--ct-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--ct-gutter-y:3rem}}.table{--ct-table-bg:var(--ct-table-bg);--ct-table-accent-bg:var(--ct-table-accent-bg);--ct-table-striped-color:var(--ct-table-striped-color);--ct-table-striped-bg:var(--ct-table-striped-bg);--ct-table-active-color:var(--ct-table-active-color);--ct-table-active-bg:var(--ct-table-active-bg);--ct-table-hover-color:var(--ct-table-hover-color);--ct-table-hover-bg:var(--ct-table-hover-bg);width:100%;margin-bottom:1.5rem;color:var(--ct-table-color);vertical-align:top;border-color:var(--ct-table-border-color)}.table>:not(caption)>*>*{padding:.85rem .85rem;background-color:var(--ct-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--ct-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid var(--ct-table-group-separator-color)}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.5rem .5rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--ct-table-accent-bg:var(--ct-table-striped-bg);color:var(--ct-table-striped-color)}.table-active{--ct-table-accent-bg:var(--ct-table-active-bg);color:var(--ct-table-active-color)}.table-hover>tbody>tr:hover>*{--ct-table-accent-bg:var(--ct-table-hover-bg);color:var(--ct-table-hover-color)}.table-primary{--ct-table-bg:#e0def8;--ct-table-striped-bg:#343a40;--ct-table-striped-color:#fff;--ct-table-active-bg:#cfcee6;--ct-table-active-color:#343a40;--ct-table-hover-bg:#d3d2ea;--ct-table-hover-color:#343a40;color:#343a40;border-color:#cfcee6}.table-secondary{--ct-table-bg:#e2e3e5;--ct-table-striped-bg:#343a40;--ct-table-striped-color:#fff;--ct-table-active-bg:#d1d2d5;--ct-table-active-color:#343a40;--ct-table-hover-bg:#d5d6d9;--ct-table-hover-color:#343a40;color:#343a40;border-color:#d1d2d5}.table-success{--ct-table-bg:#d1f2eb;--ct-table-striped-bg:#343a40;--ct-table-striped-color:#fff;--ct-table-active-bg:#c1e0da;--ct-table-active-color:#343a40;--ct-table-hover-bg:#c5e4de;--ct-table-hover-color:#343a40;color:#343a40;border-color:#c1e0da}.table-info{--ct-table-bg:#dcf4f9;--ct-table-striped-bg:#343a40;--ct-table-striped-color:#fff;--ct-table-active-bg:#cbe1e7;--ct-table-active-color:#343a40;--ct-table-hover-bg:#cfe6eb;--ct-table-hover-color:#343a40;color:#343a40;border-color:#cbe1e7}.table-warning{--ct-table-bg:#fdf1db;--ct-table-striped-bg:#343a40;--ct-table-striped-color:#fff;--ct-table-active-bg:#e9dfcc;--ct-table-active-color:#343a40;--ct-table-hover-bg:#eee3cf;--ct-table-hover-color:#343a40;color:#343a40;border-color:#e9dfcc}.table-danger{--ct-table-bg:#fcdde2;--ct-table-striped-bg:#343a40;--ct-table-striped-color:#fff;--ct-table-active-bg:#e8cdd2;--ct-table-active-color:#343a40;--ct-table-hover-bg:#edd1d6;--ct-table-hover-color:#343a40;color:#343a40;border-color:#e8cdd2}.table-light{--ct-table-bg:#f3f7f9;--ct-table-striped-bg:#343a40;--ct-table-striped-color:#fff;--ct-table-active-bg:#e0e4e7;--ct-table-active-color:#343a40;--ct-table-hover-bg:#e5e9eb;--ct-table-hover-color:#343a40;color:#343a40;border-color:#e0e4e7}.table-dark{--ct-table-bg:#323a46;--ct-table-striped-bg:#fff;--ct-table-striped-color:#343a40;--ct-table-active-bg:#474e59;--ct-table-active-color:#fff;--ct-table-hover-bg:#414954;--ct-table-hover-color:#fff;color:#fff;border-color:#474e59}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.45rem + 1px);padding-bottom:calc(.45rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.09375rem}.col-form-label-sm{padding-top:calc(.28rem + 1px);padding-bottom:calc(.28rem + 1px);font-size:.7875rem}.form-text{margin-top:.25rem;font-size:.75rem;color:var(--ct-form-text-color)}.form-control{display:block;width:100%;padding:.45rem .9rem;font-size:.875rem;font-weight:400;line-height:1.5;color:var(--ct-input-color);background-color:var(--ct-input-bg);background-clip:padding-box;border:1px solid var(--ct-input-border-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.2rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--ct-input-focus-color);background-color:var(--ct-input-focus-bg);border-color:var(--ct-input-focus-border-color);outline:0;box-shadow:none}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:var(--ct-input-placeholder-color);opacity:1}.form-control::placeholder{color:var(--ct-input-placeholder-color);opacity:1}.form-control:disabled,.form-control[readonly]{background-color:var(--ct-input-disabled-bg);opacity:1}.form-control::file-selector-button{padding:.45rem .9rem;margin:-.45rem -.9rem;-webkit-margin-end:.9rem;margin-inline-end:.9rem;color:var(--ct-form-file-button-color);background-color:var(--ct-form-file-button-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--ct-form-file-button-hover-bg)}.form-control::-webkit-file-upload-button{padding:.45rem .9rem;margin:-.45rem -.9rem;-webkit-margin-end:.9rem;margin-inline-end:.9rem;color:var(--ct-form-file-button-color);background-color:var(--ct-form-file-button-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--ct-form-file-button-hover-bg)}.form-control-plaintext{display:block;width:100%;padding:.45rem 0;margin-bottom:0;line-height:1.5;color:var(--ct-input-plaintext-color);background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .56rem + 2px);padding:.28rem .8rem;font-size:.7875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.28rem .8rem;margin:-.28rem -.8rem;-webkit-margin-end:.8rem;margin-inline-end:.8rem}.form-control-sm::-webkit-file-upload-button{padding:.28rem .8rem;margin:-.28rem -.8rem;-webkit-margin-end:.8rem;margin-inline-end:.8rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.09375rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .9rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .56rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.45rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.2rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.2rem}.form-select{display:block;width:100%;padding:.45rem 2.7rem .45rem .9rem;-moz-padding-start:calc(.9rem - 3px);font-size:.875rem;font-weight:400;line-height:1.5;color:var(--ct-form-select-color);background-color:var(--ct-form-select-bg);background-image:url('+S+');background-repeat:no-repeat;background-position:right .9rem center;background-size:14px 10px;border:1px solid var(--ct-input-border-color);border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:var(--ct-input-focus-border-color);outline:0;box-shadow:none}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.9rem;background-image:none}.form-select:disabled{color:var(--ct-form-select-disabled-color);background-color:var(--ct-form-select-disabled-bg);border-color:var(--ct-form-select-disabled-border-color)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--ct-form-select-color)}.form-select-sm{padding-top:.28rem;padding-bottom:.28rem;padding-left:.8rem;font-size:.7875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.09375rem;border-radius:.3rem}.form-check{display:block;min-height:1.3125rem;padding-left:1.643em;margin-bottom:0}.form-check .form-check-input{float:left;margin-left:-1.643em}.form-check-input{width:1.143em;height:1.143em;margin-top:.1785em;vertical-align:top;background-color:var(--ct-form-check-input-bg);background-repeat:no-repeat;background-position:50%;background-size:contain;border:var(--ct-form-check-input-border);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:var(--ct-input-focus-border-color);outline:0;box-shadow:none}.form-check-input:checked{background-color:var(--ct-form-check-input-checked-bg-color);border-color:var(--ct-form-check-input-checked-border-color)}.form-check-input:checked[type=checkbox]{background-image:url('+_+")}.form-check-input:checked[type=radio]{background-image:url("+E+")}.form-check-input[type=checkbox]:indeterminate{background-color:var(--ct-form-check-input-indeterminate-bg-color);border-color:var(--ct-form-check-input-indeterminate-border-color);background-image:url("+P+")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("+T+");background-position:0;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("+T+")}.form-switch .form-check-input:checked{background-position:100%;background-image:url("+I+")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.3rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f5f6f8,none}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f5f6f8,none}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:var(--ct-component-active-bg);border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:var(--ct-form-range-thumb-active-bg)}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--ct-form-range-track-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:var(--ct-component-active-bg);border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:var(--ct-form-range-thumb-active-bg)}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--ct-form-range-track-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--ct-form-range-thumb-disabled-bg)}.form-range:disabled::-moz-range-thumb{background-color:var(--ct-form-range-thumb-disabled-bg)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .9rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .9rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.45rem .9rem;font-size:.875rem;font-weight:400;line-height:1.5;color:var(--ct-input-group-addon-color);text-align:center;white-space:nowrap;background-color:var(--ct-input-group-addon-bg);border:1px solid var(--ct-input-group-addon-border-color);border-radius:.2rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.09375rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.28rem .8rem;font-size:.7875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3.6rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.75rem;color:#1abc9c}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.375rem .75rem;margin-top:.1rem;font-size:.7875rem;color:#fff;background-color:rgba(26,188,156,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#1abc9c;padding-right:calc(1.5em + .9rem);background-image:url("+O+');background-repeat:no-repeat;background-position:right calc(.375em + .225rem) center;background-size:calc(.75em + .45rem) calc(.75em + .45rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#1abc9c;box-shadow:0 0 0 .15rem rgba(26,188,156,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .9rem);background-position:top calc(.375em + .225rem) right calc(.375em + .225rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#1abc9c}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.95rem;background-image:url('+S+"),url("+O+");background-position:right .9rem center,center right 2.7rem;background-size:14px 10px,calc(.75em + .45rem) calc(.75em + .45rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#1abc9c;box-shadow:0 0 0 .15rem rgba(26,188,156,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#1abc9c}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#1abc9c}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .15rem rgba(26,188,156,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#1abc9c}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.75rem;color:#f1556c}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.375rem .75rem;margin-top:.1rem;font-size:.7875rem;color:#fff;background-color:rgba(241,85,108,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#f1556c;padding-right:calc(1.5em + .9rem);background-image:url("+L+');background-repeat:no-repeat;background-position:right calc(.375em + .225rem) center;background-size:calc(.75em + .45rem) calc(.75em + .45rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#f1556c;box-shadow:0 0 0 .15rem rgba(241,85,108,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .9rem);background-position:top calc(.375em + .225rem) right calc(.375em + .225rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#f1556c}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.95rem;background-image:url('+S+"),url("+L+");background-position:right .9rem center,center right 2.7rem;background-size:14px 10px,calc(.75em + .45rem) calc(.75em + .45rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#f1556c;box-shadow:0 0 0 .15rem rgba(241,85,108,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#f1556c}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#f1556c}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .15rem rgba(241,85,108,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#f1556c}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#6c757d;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.45rem .9rem;font-size:.875rem;border-radius:.15rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#6c757d}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .15rem var(--ct-input-btn-focus-color)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#6658dd;border-color:#6658dd}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#574bbc;border-color:#5246b1}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .15rem rgba(125,113,226,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#5246b1;border-color:#4d42a6}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(125,113,226,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#6658dd;border-color:#6658dd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .15rem hsla(208,6%,54%,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem hsla(208,6%,54%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#1abc9c;border-color:#1abc9c}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#16a085;border-color:#15967d}.btn-check:focus+.btn-success,.btn-success:focus{box-shadow:0 0 0 .15rem rgba(60,198,171,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#15967d;border-color:#148d75}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(60,198,171,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#1abc9c;border-color:#1abc9c}.btn-purple{color:#fff;background-color:#6658dd;border-color:#6658dd}.btn-check:focus+.btn-purple,.btn-purple:focus,.btn-purple:hover{color:#fff;background-color:#574bbc;border-color:#5246b1}.btn-check:focus+.btn-purple,.btn-purple:focus{box-shadow:0 0 0 .15rem rgba(125,113,226,.5)}.btn-check:active+.btn-purple,.btn-check:checked+.btn-purple,.btn-purple.active,.btn-purple:active,.show>.btn-purple.dropdown-toggle{color:#fff;background-color:#5246b1;border-color:#4d42a6}.btn-check:active+.btn-purple:focus,.btn-check:checked+.btn-purple:focus,.btn-purple.active:focus,.btn-purple:active:focus,.show>.btn-purple.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(125,113,226,.5)}.btn-purple.disabled,.btn-purple:disabled{color:#fff;background-color:#6658dd;border-color:#6658dd}.btn-info{color:#fff;background-color:#4fc6e1;border-color:#4fc6e1}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#43a8bf;border-color:#3f9eb4}.btn-check:focus+.btn-info,.btn-info:focus{box-shadow:0 0 0 .15rem rgba(105,207,230,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#3f9eb4;border-color:#3b95a9}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(105,207,230,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#4fc6e1;border-color:#4fc6e1}.btn-warning{color:#343a40;background-color:#f7b84b;border-color:#f7b84b}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{color:#343a40;background-color:#f8c366;border-color:#f8bf5d}.btn-check:focus+.btn-warning,.btn-warning:focus{box-shadow:0 0 0 .15rem rgba(218,165,73,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#343a40;background-color:#f9c66f;border-color:#f8bf5d}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(218,165,73,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#343a40;background-color:#f7b84b;border-color:#f7b84b}.btn-danger{color:#fff;background-color:#f1556c;border-color:#f1556c}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#cd485c;border-color:#c14456}.btn-check:focus+.btn-danger,.btn-danger:focus{box-shadow:0 0 0 .15rem rgba(243,111,130,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#c14456;border-color:#b54051}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(243,111,130,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#f1556c;border-color:#f1556c}.btn-light{color:#343a40;background-color:#f3f7f9;border-color:#f3f7f9}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{color:#343a40;background-color:#f5f8fa;border-color:#f4f8fa}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .15rem hsla(197,9%,85%,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#343a40;background-color:#f5f9fa;border-color:#f4f8fa}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .15rem hsla(197,9%,85%,.5)}.btn-light.disabled,.btn-light:disabled{color:#343a40;background-color:#f3f7f9;border-color:#f3f7f9}.btn-dark{color:#fff;background-color:#323a46;border-color:#323a46}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#2b313c;border-color:#282e38}.btn-check:focus+.btn-dark,.btn-dark:focus{box-shadow:0 0 0 .15rem rgba(81,88,98,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#282e38;border-color:#262c35}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(81,88,98,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#323a46;border-color:#323a46}.btn-pink{color:#fff;background-color:#f672a7;border-color:#f672a7}.btn-check:focus+.btn-pink,.btn-pink:focus,.btn-pink:hover{color:#fff;background-color:#d1618e;border-color:#c55b86}.btn-check:focus+.btn-pink,.btn-pink:focus{box-shadow:0 0 0 .15rem rgba(247,135,180,.5)}.btn-check:active+.btn-pink,.btn-check:checked+.btn-pink,.btn-pink.active,.btn-pink:active,.show>.btn-pink.dropdown-toggle{color:#fff;background-color:#c55b86;border-color:#b9567d}.btn-check:active+.btn-pink:focus,.btn-check:checked+.btn-pink:focus,.btn-pink.active:focus,.btn-pink:active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(247,135,180,.5)}.btn-pink.disabled,.btn-pink:disabled{color:#fff;background-color:#f672a7;border-color:#f672a7}.btn-blue{color:#fff;background-color:#4a81d4;border-color:#4a81d4}.btn-blue:focus,.btn-blue:hover,.btn-check:focus+.btn-blue{color:#fff;background-color:#3f6eb4;border-color:#3b67aa}.btn-blue:focus,.btn-check:focus+.btn-blue{box-shadow:0 0 0 .15rem rgba(101,148,218,.5)}.btn-blue.active,.btn-blue:active,.btn-check:active+.btn-blue,.btn-check:checked+.btn-blue,.show>.btn-blue.dropdown-toggle{color:#fff;background-color:#3b67aa;border-color:#38619f}.btn-blue.active:focus,.btn-blue:active:focus,.btn-check:active+.btn-blue:focus,.btn-check:checked+.btn-blue:focus,.show>.btn-blue.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(101,148,218,.5)}.btn-blue.disabled,.btn-blue:disabled{color:#fff;background-color:#4a81d4;border-color:#4a81d4}.btn-link{color:var(--ct-btn-link-color);text-decoration:none}.btn-link:hover{color:var(--ct-btn-link-hover-color)}.btn-link:focus{text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.09375rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.28rem .8rem;font-size:.7875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.25rem 0;margin:0;font-size:.875rem;color:var(--ct-dropdown-color);text-align:left;list-style:none;background-color:var(--ct-dropdown-bg);background-clip:padding-box;border:1px solid var(--ct-dropdown-border-color);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:0}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.45rem 0;overflow:hidden;border-top:1px solid var(--ct-dropdown-divider-bg)}.dropdown-item{display:block;width:100%;padding:.375rem 1.2rem;clear:both;font-weight:400;color:var(--ct-dropdown-link-color);text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:var(--ct-dropdown-link-hover-color);background-color:var(--ct-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--ct-dropdown-link-active-color);text-decoration:none;background-color:var(--ct-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--ct-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.25rem 1.2rem;margin-bottom:0;font-size:.7875rem;color:inherit;white-space:nowrap}.dropdown-item-text{display:block;padding:.375rem 1.2rem;color:var(--ct-dropdown-link-color)}.dropdown-menu-dark{color:var(--ct-dropdown-dark-color);background-color:var(--ct-dropdown-dark-bg);border-color:var(--ct-dropdown-dark-border-color)}.dropdown-menu-dark .dropdown-item{color:var(--ct-dropdown-dark-link-color)}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:var(--ct-dropdown-dark-link-hover-color);background-color:var(--ct-dropdown-dark-link-hover-bg)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:var(--ct-dropdown-dark-link-active-color);background-color:var(--ct-dropdown-dark-link-active-bg)}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:var(--ct-dropdown-dark-link-disabled-color)}.dropdown-menu-dark .dropdown-divider{border-color:var(--ct-dropdown-dark-divider-bg)}.dropdown-menu-dark .dropdown-item-text{color:var(--ct-dropdown-dark-link-color)}.dropdown-menu-dark .dropdown-header{color:var(--ct-dropdown-dark-header-color)}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.675rem;padding-left:.675rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.6rem;padding-left:.6rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:var(--ct-link-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--ct-link-hover-color)}.nav-link.disabled{color:var(--ct-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid var(--ct-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:var(--ct-nav-tabs-link-hover-border-color);isolation:isolate}.nav-tabs .nav-link.disabled{color:var(--ct-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--ct-nav-tabs-link-active-color);background-color:var(--ct-nav-tabs-link-active-bg);border-color:var(--ct-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--ct-component-active-color);background-color:var(--ct-component-active-bg)}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.75rem;padding-bottom:.75rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3359375rem;padding-bottom:.3359375rem;margin-right:1rem;font-size:1.09375rem;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.09375rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.15rem;transition:box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .15rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:50%;background-size:100%}.navbar-nav-scroll{max-height:var(--ct-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler,.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler,.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:var(--ct-navbar-light-active-color)}.navbar-light .navbar-nav .nav-link{color:var(--ct-navbar-light-color)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:var(--ct-navbar-light-hover-color)}.navbar-light .navbar-nav .nav-link.disabled{color:var(--ct-navbar-light-disabled-color)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:var(--ct-navbar-light-active-color)}.navbar-light .navbar-toggler{color:var(--ct-navbar-light-color);border-color:var(--ct-navbar-light-toggler-border-color)}.navbar-light .navbar-toggler-icon{background-image:url("+F+")}.navbar-light .navbar-text{color:var(--ct-navbar-light-color)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:var(--ct-navbar-light-active-color)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:var(--ct-navbar-dark-active-color)}.navbar-dark .navbar-nav .nav-link{color:var(--ct-navbar-dark-color)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:var(--ct-navbar-dark-hover-color)}.navbar-dark .navbar-nav .nav-link.disabled{color:var(--ct-navbar-dark-disabled-color)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:var(--ct-navbar-dark-active-color)}.navbar-dark .navbar-toggler{color:var(--ct-navbar-dark-color);border-color:var(--ct-navbar-dark-toggler-border-color)}.navbar-dark .navbar-toggler-icon{background-image:url("+R+")}.navbar-dark .navbar-text{color:var(--ct-navbar-dark-color)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:var(--ct-navbar-dark-active-color)}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:var(--ct-card-bg);background-clip:border-box;border:0 solid var(--ct-card-border-color);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1.5rem 1.5rem}.card-title{margin-bottom:1.005rem}.card-subtitle{margin-top:-.5025rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1.5rem}.card-header{padding:1.005rem 1.5rem;margin-bottom:0;background-color:var(--ct-card-cap-bg);border-bottom:0 solid var(--ct-card-border-color)}.card-header:first-child{border-radius:.25rem .25rem 0 0}.card-footer{padding:1.005rem 1.5rem;background-color:var(--ct-card-cap-bg);border-top:0 solid var(--ct-card-border-color)}.card-footer:last-child{border-radius:0 0 .25rem .25rem}.card-header-tabs{margin-right:-.75rem;margin-bottom:-1.005rem;margin-left:-.75rem;border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--ct-card-bg);border-bottom-color:var(--ct-card-bg)}.card-header-pills{margin-right:-.75rem;margin-left:-.75rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:.25rem}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-img,.card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card{margin-bottom:12px}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:.875rem;color:var(--ct-accordion-color);text-align:left;background-color:transparent;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--ct-accordion-button-active-color);background-color:var(--ct-accordion-button-active-bg);box-shadow:inset 0 -1px 0 var(--ct-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:url("+M+');transform:rotate(180deg)}.accordion-button:after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url('+D+');background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--ct-accordion-button-focus-border-color);outline:0;box-shadow:var(--ct-accordion-button-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{background-color:transparent;border:1px solid var(--ct-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:var(--ct-breadcrumb-divider-color);content:var(--ct-breadcrumb-divider,"\\f231")}.breadcrumb-item.active{color:var(--ct-breadcrumb-active-color)}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:var(--ct-pagination-color);background-color:var(--ct-pagination-bg);border:1px solid var(--ct-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--ct-pagination-hover-color);background-color:var(--ct-pagination-hover-bg);border-color:var(--ct-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--ct-pagination-focus-color);background-color:var(--ct-pagination-focus-bg);outline:0;box-shadow:var(--ct-pagination-focus-box-shadow)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:var(--ct-component-active-color);background-color:var(--ct-component-active-bg);border-color:var(--ct-component-active-bg)}.page-item.disabled .page-link{color:var(--ct-pagination-disabled-color);pointer-events:none;background-color:var(--ct-pagination-disabled-bg);border-color:var(--ct-pagination-disabled-border-color)}.page-link{padding:.5rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.09375rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.7875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:.75em;font-weight:700;line-height:1;color:var(--ct-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3.75rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:.9375rem 1.25rem}.alert-primary{color:#3d3585;background-color:#e0def8;border-color:#d1cdf5}.alert-primary .alert-link{color:#312a6a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#10715e;background-color:#d1f2eb;border-color:#baebe1}.alert-success .alert-link{color:#0d5a4b}.alert-purple{color:#3d3585;background-color:#e0def8;border-color:#d1cdf5}.alert-purple .alert-link{color:#312a6a}.alert-info{color:#2f7787;background-color:#dcf4f9;border-color:#caeef6}.alert-info .alert-link{color:#265f6c}.alert-warning{color:#946e2d;background-color:#fdf1db;border-color:#fdeac9}.alert-warning .alert-link{color:#765824}.alert-danger{color:#913341;background-color:#fcdde2;border-color:#fbccd3}.alert-danger .alert-link{color:#742934}.alert-light{color:#929495;background-color:#fdfdfe;border-color:#fbfdfd}.alert-light .alert-link{color:#757677}.alert-dark{color:#1e232a;background-color:#d6d8da;border-color:#c2c4c8}.alert-dark .alert-link{color:#181c22}.alert-pink{color:#944464;background-color:#fde3ed;border-color:#fcd5e5}.alert-pink .alert-link{color:#763650}.alert-blue{color:#2c4d7f;background-color:#dbe6f6;border-color:#c9d9f2}.alert-blue .alert-link{color:#233e66}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:.75rem}}@keyframes progress-bar-stripes{0%{background-position-x:.75rem}}.progress{height:.75rem;font-size:.65625rem;background-color:var(--ct-progress-bg);border-radius:.25rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{flex-direction:column;justify-content:center;color:var(--ct-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--ct-progress-bar-bg);transition:width .6s ease}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:.75rem .75rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--ct-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--ct-list-group-action-color);text-decoration:none;background-color:var(--ct-list-group-hover-bg)}.list-group-item-action:active{color:var(--ct-list-group-action-active-color);background-color:var(--ct-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;color:var(--ct-list-group-color);background-color:var(--ct-list-group-bg);border:1px solid var(--ct-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--ct-list-group-disabled-color);pointer-events:none;background-color:var(--ct-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--ct-component-active-color);background-color:var(--ct-component-active-bg);border-color:var(--ct-component-active-bg)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#3d3585;background-color:#e0def8}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#3d3585;background-color:#cac8df}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#3d3585;border-color:#3d3585}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#10715e;background-color:#d1f2eb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#10715e;background-color:#bcdad4}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#10715e;border-color:#10715e}.list-group-item-purple{color:#3d3585;background-color:#e0def8}.list-group-item-purple.list-group-item-action:focus,.list-group-item-purple.list-group-item-action:hover{color:#3d3585;background-color:#cac8df}.list-group-item-purple.list-group-item-action.active{color:#fff;background-color:#3d3585;border-color:#3d3585}.list-group-item-info{color:#2f7787;background-color:#dcf4f9}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#2f7787;background-color:#c6dce0}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#2f7787;border-color:#2f7787}.list-group-item-warning{color:#946e2d;background-color:#fdf1db}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#946e2d;background-color:#e4d9c5}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#946e2d;border-color:#946e2d}.list-group-item-danger{color:#913341;background-color:#fcdde2}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#913341;background-color:#e3c7cb}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#913341;border-color:#913341}.list-group-item-light{color:#929495;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#929495;background-color:#e4e4e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#929495;border-color:#929495}.list-group-item-dark{color:#1e232a;background-color:#d6d8da}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1e232a;background-color:#c1c2c4}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1e232a;border-color:#1e232a}.list-group-item-pink{color:#944464;background-color:#fde3ed}.list-group-item-pink.list-group-item-action:focus,.list-group-item-pink.list-group-item-action:hover{color:#944464;background-color:#e4ccd5}.list-group-item-pink.list-group-item-action.active{color:#fff;background-color:#944464;border-color:#944464}.list-group-item-blue{color:#2c4d7f;background-color:#dbe6f6}.list-group-item-blue.list-group-item-action:focus,.list-group-item-blue.list-group-item-action:hover{color:#2c4d7f;background-color:#c5cfdd}.list-group-item-blue.list-group-item-action.active{color:#fff;background-color:#2c4d7f;border-color:#2c4d7f}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;background:transparent url('+N+') 50%/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close,.btn-close:hover{color:var(--ct-btn-close-color)}.btn-close:hover{text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .15rem var(--ct-input-btn-focus-color);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:var(--ct-toast-background-color);background-clip:padding-box;border:1px solid var(--ct-toast-border-color);box-shadow:var(--ct-toast-box-shadow);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:12px}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:var(--ct-toast-header-color);background-color:var(--ct-toast-header-background-color);background-clip:padding-box;border-bottom:1px solid var(--ct-toast-header-border-color);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:var(--ct-modal-content-bg);background-clip:padding-box;border:0 solid transparent;border-radius:.2rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:var(--ct-modal-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:0 solid var(--ct-modal-header-border-color);border-top-left-radius:.2rem;border-top-right-radius:.2rem}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:0 solid var(--ct-modal-footer-border-color);border-bottom-right-radius:.2rem;border-bottom-left-radius:.2rem}.modal-footer>*{margin:.25rem}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:Nunito,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.7875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:.4rem .4rem 0;border-top-color:var(--ct-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:var(--ct-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:var(--ct-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:var(--ct-tooltip-bg)}.tooltip-inner{max-width:200px;padding:.375rem .75rem;color:var(--ct-tooltip-color);text-align:center;background-color:var(--ct-tooltip-bg);border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:Nunito,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.7875rem;word-wrap:break-word;background-color:var(--ct-popover-bg);background-clip:padding-box;border:1px solid var(--ct-popover-border-color);border-radius:.25rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:var(--ct-popover-arrow-outer-color)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:var(--ct-popover-arrow-color)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:var(--ct-popover-arrow-outer-color)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:var(--ct-popover-arrow-color)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:var(--ct-popover-arrow-outer-color)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:var(--ct-popover-arrow-color)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid var(--ct-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:var(--ct-popover-arrow-outer-color)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:var(--ct-popover-arrow-color)}.popover-header{padding:.7rem .8rem;margin-bottom:0;font-size:.875rem;color:var(--ct-popover-header-color);background-color:var(--ct-popover-header-bg);border-bottom:1px solid var(--ct-popover-border-color);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.7rem .8rem;color:var(--ct-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:var(--ct-carousel-control-color);text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:var(--ct-carousel-control-color);text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url('+B+")}.carousel-control-next-icon{background-image:url("+U+')}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:var(--ct-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--ct-carousel-caption-color);text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:var(--ct-carousel-dark-indicator-active-bg)}.carousel-dark .carousel-caption{color:var(--ct-carousel-dark-caption-color)}@-webkit-keyframes spinner-border{to{transform:rotate(1turn)}}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:var(--ct-modal-content-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:var(--ct-modal-backdrop-bg)}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:0 solid transparent;transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:0 solid transparent;transform:translateX(100%)}.offcanvas-top{top:0;border-bottom:0 solid transparent;transform:translateY(-100%)}.offcanvas-bottom,.offcanvas-top{right:0;left:0;height:30vh;max-height:100%}.offcanvas-bottom{border-top:0 solid transparent;transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{display:block;clear:both;content:""}.link-primary{color:#6658dd}.link-primary:focus,.link-primary:hover{color:#473e9b}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#4c5258}.link-success{color:#1abc9c}.link-success:focus,.link-success:hover{color:#12846d}.link-purple{color:#6658dd}.link-purple:focus,.link-purple:hover{color:#473e9b}.link-info{color:#4fc6e1}.link-info:focus,.link-info:hover{color:#378b9e}.link-warning{color:#f7b84b}.link-warning:focus,.link-warning:hover{color:#f9cd81}.link-danger{color:#f1556c}.link-danger:focus,.link-danger:hover{color:#a93c4c}.link-light{color:#f3f7f9}.link-light:focus,.link-light:hover{color:#f7f9fb}.link-dark{color:#323a46}.link-dark:focus,.link-dark:hover{color:#232931}.link-pink{color:#f672a7}.link-pink:focus,.link-pink:hover{color:#ac5075}.link-blue{color:#4a81d4}.link-blue:focus,.link-blue:hover{color:#345a94}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--ct-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--ct-aspect-ratio:100%}.ratio-4x3{--ct-aspect-ratio:75%}.ratio-16x9{--ct-aspect-ratio:56.25%}.ratio-21x9{--ct-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:sticky;top:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}}.hstack{flex-direction:row;align-items:center}.hstack,.vstack{display:flex;align-self:stretch}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:1}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--ct-box-shadow)!important}.shadow-sm{box-shadow:var(--ct-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--ct-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid var(--ct-border-color)!important}.border-0{border:0!important}.border-top{border-top:1px solid var(--ct-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid var(--ct-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid var(--ct-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid var(--ct-border-color)!important}.border-start-0{border-left:0!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.375rem!important}.gap-2{gap:.75rem!important}.gap-3{gap:1.5rem!important}.gap-4{gap:2.25rem!important}.gap-5{gap:4.5rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.375rem!important}.m-2{margin:.75rem!important}.m-3{margin:1.5rem!important}.m-4{margin:2.25rem!important}.m-5{margin:4.5rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.375rem!important;margin-left:.375rem!important}.mx-2{margin-right:.75rem!important;margin-left:.75rem!important}.mx-3{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-4{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-5{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.375rem!important;margin-bottom:.375rem!important}.my-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-4{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-5{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.375rem!important}.mt-2{margin-top:.75rem!important}.mt-3{margin-top:1.5rem!important}.mt-4{margin-top:2.25rem!important}.mt-5{margin-top:4.5rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.375rem!important}.me-2{margin-right:.75rem!important}.me-3{margin-right:1.5rem!important}.me-4{margin-right:2.25rem!important}.me-5{margin-right:4.5rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.375rem!important}.mb-2{margin-bottom:.75rem!important}.mb-3{margin-bottom:1.5rem!important}.mb-4{margin-bottom:2.25rem!important}.mb-5{margin-bottom:4.5rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.375rem!important}.ms-2{margin-left:.75rem!important}.ms-3{margin-left:1.5rem!important}.ms-4{margin-left:2.25rem!important}.ms-5{margin-left:4.5rem!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-.375rem!important}.m-n2{margin:-.75rem!important}.m-n3{margin:-1.5rem!important}.m-n4{margin:-2.25rem!important}.m-n5{margin:-4.5rem!important}.mx-n1{margin-right:-.375rem!important;margin-left:-.375rem!important}.mx-n2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-n3{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-n4{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-n5{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.my-n1{margin-top:-.375rem!important;margin-bottom:-.375rem!important}.my-n2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-n3{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n4{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-n5{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.mt-n1{margin-top:-.375rem!important}.mt-n2{margin-top:-.75rem!important}.mt-n3{margin-top:-1.5rem!important}.mt-n4{margin-top:-2.25rem!important}.mt-n5{margin-top:-4.5rem!important}.me-n1{margin-right:-.375rem!important}.me-n2{margin-right:-.75rem!important}.me-n3{margin-right:-1.5rem!important}.me-n4{margin-right:-2.25rem!important}.me-n5{margin-right:-4.5rem!important}.mb-n1{margin-bottom:-.375rem!important}.mb-n2{margin-bottom:-.75rem!important}.mb-n3{margin-bottom:-1.5rem!important}.mb-n4{margin-bottom:-2.25rem!important}.mb-n5{margin-bottom:-4.5rem!important}.ms-n1{margin-left:-.375rem!important}.ms-n2{margin-left:-.75rem!important}.ms-n3{margin-left:-1.5rem!important}.ms-n4{margin-left:-2.25rem!important}.ms-n5{margin-left:-4.5rem!important}.p-0{padding:0!important}.p-1{padding:.375rem!important}.p-2{padding:.75rem!important}.p-3{padding:1.5rem!important}.p-4{padding:2.25rem!important}.p-5{padding:4.5rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.375rem!important;padding-left:.375rem!important}.px-2{padding-right:.75rem!important;padding-left:.75rem!important}.px-3{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-4{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-5{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-4{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-5{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.375rem!important}.pt-2{padding-top:.75rem!important}.pt-3{padding-top:1.5rem!important}.pt-4{padding-top:2.25rem!important}.pt-5{padding-top:4.5rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.375rem!important}.pe-2{padding-right:.75rem!important}.pe-3{padding-right:1.5rem!important}.pe-4{padding-right:2.25rem!important}.pe-5{padding-right:4.5rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.375rem!important}.pb-2{padding-bottom:.75rem!important}.pb-3{padding-bottom:1.5rem!important}.pb-4{padding-bottom:2.25rem!important}.pb-5{padding-bottom:4.5rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.375rem!important}.ps-2{padding-left:.75rem!important}.ps-3{padding-left:1.5rem!important}.ps-4{padding-left:2.25rem!important}.ps-5{padding-left:4.5rem!important}.font-monospace{font-family:var(--ct-font-monospace)!important}.fs-1{font-size:calc(1.35rem + 1.2vw)!important}.fs-2{font-size:calc(1.3125rem + .75vw)!important}.fs-3{font-size:calc(1.275rem + .3vw)!important}.fs-4{font-size:1.125rem!important}.fs-5{font-size:.9375rem!important}.fs-6{font-size:.75rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--ct-text-opacity:1;color:rgba(var(--ct-primary-rgb),var(--ct-text-opacity))!important}.text-secondary{--ct-text-opacity:1;color:rgba(var(--ct-secondary-rgb),var(--ct-text-opacity))!important}.text-success{--ct-text-opacity:1;color:rgba(var(--ct-success-rgb),var(--ct-text-opacity))!important}.text-info{--ct-text-opacity:1;color:rgba(var(--ct-info-rgb),var(--ct-text-opacity))!important}.text-warning{--ct-text-opacity:1;color:rgba(var(--ct-warning-rgb),var(--ct-text-opacity))!important}.text-danger{--ct-text-opacity:1;color:rgba(var(--ct-danger-rgb),var(--ct-text-opacity))!important}.text-light{--ct-text-opacity:1;color:rgba(var(--ct-light-rgb),var(--ct-text-opacity))!important}.text-dark{--ct-text-opacity:1;color:rgba(var(--ct-dark-rgb),var(--ct-text-opacity))!important}.text-black{--ct-text-opacity:1;color:rgba(var(--ct-black-rgb),var(--ct-text-opacity))!important}.text-white{--ct-text-opacity:1;color:rgba(var(--ct-white-rgb),var(--ct-text-opacity))!important}.text-body{--ct-text-opacity:1;color:rgba(var(--ct-body-color-rgb),var(--ct-text-opacity))!important}.text-muted{--ct-text-opacity:1;color:var(--ct-text-muted)!important}.text-black-50{--ct-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--ct-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-reset{--ct-text-opacity:1;color:inherit!important}.text-opacity-25{--ct-text-opacity:0.25}.text-opacity-50{--ct-text-opacity:0.5}.text-opacity-75{--ct-text-opacity:0.75}.text-opacity-100{--ct-text-opacity:1}.bg-primary{--ct-bg-opacity:1;background-color:rgba(var(--ct-primary-rgb),var(--ct-bg-opacity))!important}.bg-secondary{--ct-bg-opacity:1;background-color:rgba(var(--ct-secondary-rgb),var(--ct-bg-opacity))!important}.bg-success{--ct-bg-opacity:1;background-color:rgba(var(--ct-success-rgb),var(--ct-bg-opacity))!important}.bg-info{--ct-bg-opacity:1;background-color:rgba(var(--ct-info-rgb),var(--ct-bg-opacity))!important}.bg-warning{--ct-bg-opacity:1;background-color:rgba(var(--ct-warning-rgb),var(--ct-bg-opacity))!important}.bg-danger{--ct-bg-opacity:1;background-color:rgba(var(--ct-danger-rgb),var(--ct-bg-opacity))!important}.bg-light{--ct-bg-opacity:1;background-color:rgba(var(--ct-light-rgb),var(--ct-bg-opacity))!important}.bg-dark{--ct-bg-opacity:1;background-color:rgba(var(--ct-dark-rgb),var(--ct-bg-opacity))!important}.bg-black{--ct-bg-opacity:1;background-color:rgba(var(--ct-black-rgb),var(--ct-bg-opacity))!important}.bg-white{--ct-bg-opacity:1;background-color:rgba(var(--ct-white-rgb),var(--ct-bg-opacity))!important}.bg-body{--ct-bg-opacity:1;background-color:rgba(var(--ct-body-bg-rgb),var(--ct-bg-opacity))!important}.bg-transparent{--ct-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--ct-bg-opacity:0.1}.bg-opacity-25{--ct-bg-opacity:0.25}.bg-opacity-50{--ct-bg-opacity:0.5}.bg-opacity-75{--ct-bg-opacity:0.75}.bg-opacity-100{--ct-bg-opacity:1}.bg-gradient{background-image:var(--ct-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.375rem!important}.gap-sm-2{gap:.75rem!important}.gap-sm-3{gap:1.5rem!important}.gap-sm-4{gap:2.25rem!important}.gap-sm-5{gap:4.5rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.375rem!important}.m-sm-2{margin:.75rem!important}.m-sm-3{margin:1.5rem!important}.m-sm-4{margin:2.25rem!important}.m-sm-5{margin:4.5rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.375rem!important;margin-left:.375rem!important}.mx-sm-2{margin-right:.75rem!important;margin-left:.75rem!important}.mx-sm-3{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-4{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-sm-5{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.375rem!important;margin-bottom:.375rem!important}.my-sm-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-sm-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-4{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-sm-5{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.375rem!important}.mt-sm-2{margin-top:.75rem!important}.mt-sm-3{margin-top:1.5rem!important}.mt-sm-4{margin-top:2.25rem!important}.mt-sm-5{margin-top:4.5rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.375rem!important}.me-sm-2{margin-right:.75rem!important}.me-sm-3{margin-right:1.5rem!important}.me-sm-4{margin-right:2.25rem!important}.me-sm-5{margin-right:4.5rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.375rem!important}.mb-sm-2{margin-bottom:.75rem!important}.mb-sm-3{margin-bottom:1.5rem!important}.mb-sm-4{margin-bottom:2.25rem!important}.mb-sm-5{margin-bottom:4.5rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.375rem!important}.ms-sm-2{margin-left:.75rem!important}.ms-sm-3{margin-left:1.5rem!important}.ms-sm-4{margin-left:2.25rem!important}.ms-sm-5{margin-left:4.5rem!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.375rem!important}.m-sm-n2{margin:-.75rem!important}.m-sm-n3{margin:-1.5rem!important}.m-sm-n4{margin:-2.25rem!important}.m-sm-n5{margin:-4.5rem!important}.mx-sm-n1{margin-right:-.375rem!important;margin-left:-.375rem!important}.mx-sm-n2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-sm-n3{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-sm-n4{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-sm-n5{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.my-sm-n1{margin-top:-.375rem!important;margin-bottom:-.375rem!important}.my-sm-n2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-sm-n3{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-sm-n4{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-sm-n5{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.mt-sm-n1{margin-top:-.375rem!important}.mt-sm-n2{margin-top:-.75rem!important}.mt-sm-n3{margin-top:-1.5rem!important}.mt-sm-n4{margin-top:-2.25rem!important}.mt-sm-n5{margin-top:-4.5rem!important}.me-sm-n1{margin-right:-.375rem!important}.me-sm-n2{margin-right:-.75rem!important}.me-sm-n3{margin-right:-1.5rem!important}.me-sm-n4{margin-right:-2.25rem!important}.me-sm-n5{margin-right:-4.5rem!important}.mb-sm-n1{margin-bottom:-.375rem!important}.mb-sm-n2{margin-bottom:-.75rem!important}.mb-sm-n3{margin-bottom:-1.5rem!important}.mb-sm-n4{margin-bottom:-2.25rem!important}.mb-sm-n5{margin-bottom:-4.5rem!important}.ms-sm-n1{margin-left:-.375rem!important}.ms-sm-n2{margin-left:-.75rem!important}.ms-sm-n3{margin-left:-1.5rem!important}.ms-sm-n4{margin-left:-2.25rem!important}.ms-sm-n5{margin-left:-4.5rem!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.375rem!important}.p-sm-2{padding:.75rem!important}.p-sm-3{padding:1.5rem!important}.p-sm-4{padding:2.25rem!important}.p-sm-5{padding:4.5rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.375rem!important;padding-left:.375rem!important}.px-sm-2{padding-right:.75rem!important;padding-left:.75rem!important}.px-sm-3{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-4{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-sm-5{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-sm-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-sm-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-4{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-sm-5{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.375rem!important}.pt-sm-2{padding-top:.75rem!important}.pt-sm-3{padding-top:1.5rem!important}.pt-sm-4{padding-top:2.25rem!important}.pt-sm-5{padding-top:4.5rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.375rem!important}.pe-sm-2{padding-right:.75rem!important}.pe-sm-3{padding-right:1.5rem!important}.pe-sm-4{padding-right:2.25rem!important}.pe-sm-5{padding-right:4.5rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.375rem!important}.pb-sm-2{padding-bottom:.75rem!important}.pb-sm-3{padding-bottom:1.5rem!important}.pb-sm-4{padding-bottom:2.25rem!important}.pb-sm-5{padding-bottom:4.5rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.375rem!important}.ps-sm-2{padding-left:.75rem!important}.ps-sm-3{padding-left:1.5rem!important}.ps-sm-4{padding-left:2.25rem!important}.ps-sm-5{padding-left:4.5rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.375rem!important}.gap-md-2{gap:.75rem!important}.gap-md-3{gap:1.5rem!important}.gap-md-4{gap:2.25rem!important}.gap-md-5{gap:4.5rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.375rem!important}.m-md-2{margin:.75rem!important}.m-md-3{margin:1.5rem!important}.m-md-4{margin:2.25rem!important}.m-md-5{margin:4.5rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.375rem!important;margin-left:.375rem!important}.mx-md-2{margin-right:.75rem!important;margin-left:.75rem!important}.mx-md-3{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-4{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-md-5{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.375rem!important;margin-bottom:.375rem!important}.my-md-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-md-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-4{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-md-5{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.375rem!important}.mt-md-2{margin-top:.75rem!important}.mt-md-3{margin-top:1.5rem!important}.mt-md-4{margin-top:2.25rem!important}.mt-md-5{margin-top:4.5rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.375rem!important}.me-md-2{margin-right:.75rem!important}.me-md-3{margin-right:1.5rem!important}.me-md-4{margin-right:2.25rem!important}.me-md-5{margin-right:4.5rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.375rem!important}.mb-md-2{margin-bottom:.75rem!important}.mb-md-3{margin-bottom:1.5rem!important}.mb-md-4{margin-bottom:2.25rem!important}.mb-md-5{margin-bottom:4.5rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.375rem!important}.ms-md-2{margin-left:.75rem!important}.ms-md-3{margin-left:1.5rem!important}.ms-md-4{margin-left:2.25rem!important}.ms-md-5{margin-left:4.5rem!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-.375rem!important}.m-md-n2{margin:-.75rem!important}.m-md-n3{margin:-1.5rem!important}.m-md-n4{margin:-2.25rem!important}.m-md-n5{margin:-4.5rem!important}.mx-md-n1{margin-right:-.375rem!important;margin-left:-.375rem!important}.mx-md-n2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-md-n3{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-md-n4{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-md-n5{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.my-md-n1{margin-top:-.375rem!important;margin-bottom:-.375rem!important}.my-md-n2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-md-n3{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-md-n4{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-md-n5{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.mt-md-n1{margin-top:-.375rem!important}.mt-md-n2{margin-top:-.75rem!important}.mt-md-n3{margin-top:-1.5rem!important}.mt-md-n4{margin-top:-2.25rem!important}.mt-md-n5{margin-top:-4.5rem!important}.me-md-n1{margin-right:-.375rem!important}.me-md-n2{margin-right:-.75rem!important}.me-md-n3{margin-right:-1.5rem!important}.me-md-n4{margin-right:-2.25rem!important}.me-md-n5{margin-right:-4.5rem!important}.mb-md-n1{margin-bottom:-.375rem!important}.mb-md-n2{margin-bottom:-.75rem!important}.mb-md-n3{margin-bottom:-1.5rem!important}.mb-md-n4{margin-bottom:-2.25rem!important}.mb-md-n5{margin-bottom:-4.5rem!important}.ms-md-n1{margin-left:-.375rem!important}.ms-md-n2{margin-left:-.75rem!important}.ms-md-n3{margin-left:-1.5rem!important}.ms-md-n4{margin-left:-2.25rem!important}.ms-md-n5{margin-left:-4.5rem!important}.p-md-0{padding:0!important}.p-md-1{padding:.375rem!important}.p-md-2{padding:.75rem!important}.p-md-3{padding:1.5rem!important}.p-md-4{padding:2.25rem!important}.p-md-5{padding:4.5rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.375rem!important;padding-left:.375rem!important}.px-md-2{padding-right:.75rem!important;padding-left:.75rem!important}.px-md-3{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-4{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-md-5{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-md-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-md-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-4{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-md-5{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.375rem!important}.pt-md-2{padding-top:.75rem!important}.pt-md-3{padding-top:1.5rem!important}.pt-md-4{padding-top:2.25rem!important}.pt-md-5{padding-top:4.5rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.375rem!important}.pe-md-2{padding-right:.75rem!important}.pe-md-3{padding-right:1.5rem!important}.pe-md-4{padding-right:2.25rem!important}.pe-md-5{padding-right:4.5rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.375rem!important}.pb-md-2{padding-bottom:.75rem!important}.pb-md-3{padding-bottom:1.5rem!important}.pb-md-4{padding-bottom:2.25rem!important}.pb-md-5{padding-bottom:4.5rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.375rem!important}.ps-md-2{padding-left:.75rem!important}.ps-md-3{padding-left:1.5rem!important}.ps-md-4{padding-left:2.25rem!important}.ps-md-5{padding-left:4.5rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.375rem!important}.gap-lg-2{gap:.75rem!important}.gap-lg-3{gap:1.5rem!important}.gap-lg-4{gap:2.25rem!important}.gap-lg-5{gap:4.5rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.375rem!important}.m-lg-2{margin:.75rem!important}.m-lg-3{margin:1.5rem!important}.m-lg-4{margin:2.25rem!important}.m-lg-5{margin:4.5rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.375rem!important;margin-left:.375rem!important}.mx-lg-2{margin-right:.75rem!important;margin-left:.75rem!important}.mx-lg-3{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-4{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-lg-5{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.375rem!important;margin-bottom:.375rem!important}.my-lg-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-lg-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-4{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-lg-5{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.375rem!important}.mt-lg-2{margin-top:.75rem!important}.mt-lg-3{margin-top:1.5rem!important}.mt-lg-4{margin-top:2.25rem!important}.mt-lg-5{margin-top:4.5rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.375rem!important}.me-lg-2{margin-right:.75rem!important}.me-lg-3{margin-right:1.5rem!important}.me-lg-4{margin-right:2.25rem!important}.me-lg-5{margin-right:4.5rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.375rem!important}.mb-lg-2{margin-bottom:.75rem!important}.mb-lg-3{margin-bottom:1.5rem!important}.mb-lg-4{margin-bottom:2.25rem!important}.mb-lg-5{margin-bottom:4.5rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.375rem!important}.ms-lg-2{margin-left:.75rem!important}.ms-lg-3{margin-left:1.5rem!important}.ms-lg-4{margin-left:2.25rem!important}.ms-lg-5{margin-left:4.5rem!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.375rem!important}.m-lg-n2{margin:-.75rem!important}.m-lg-n3{margin:-1.5rem!important}.m-lg-n4{margin:-2.25rem!important}.m-lg-n5{margin:-4.5rem!important}.mx-lg-n1{margin-right:-.375rem!important;margin-left:-.375rem!important}.mx-lg-n2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-lg-n3{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-lg-n4{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-lg-n5{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.my-lg-n1{margin-top:-.375rem!important;margin-bottom:-.375rem!important}.my-lg-n2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-lg-n3{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-lg-n4{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-lg-n5{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.mt-lg-n1{margin-top:-.375rem!important}.mt-lg-n2{margin-top:-.75rem!important}.mt-lg-n3{margin-top:-1.5rem!important}.mt-lg-n4{margin-top:-2.25rem!important}.mt-lg-n5{margin-top:-4.5rem!important}.me-lg-n1{margin-right:-.375rem!important}.me-lg-n2{margin-right:-.75rem!important}.me-lg-n3{margin-right:-1.5rem!important}.me-lg-n4{margin-right:-2.25rem!important}.me-lg-n5{margin-right:-4.5rem!important}.mb-lg-n1{margin-bottom:-.375rem!important}.mb-lg-n2{margin-bottom:-.75rem!important}.mb-lg-n3{margin-bottom:-1.5rem!important}.mb-lg-n4{margin-bottom:-2.25rem!important}.mb-lg-n5{margin-bottom:-4.5rem!important}.ms-lg-n1{margin-left:-.375rem!important}.ms-lg-n2{margin-left:-.75rem!important}.ms-lg-n3{margin-left:-1.5rem!important}.ms-lg-n4{margin-left:-2.25rem!important}.ms-lg-n5{margin-left:-4.5rem!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.375rem!important}.p-lg-2{padding:.75rem!important}.p-lg-3{padding:1.5rem!important}.p-lg-4{padding:2.25rem!important}.p-lg-5{padding:4.5rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.375rem!important;padding-left:.375rem!important}.px-lg-2{padding-right:.75rem!important;padding-left:.75rem!important}.px-lg-3{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-4{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-lg-5{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-lg-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-lg-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-4{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-lg-5{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.375rem!important}.pt-lg-2{padding-top:.75rem!important}.pt-lg-3{padding-top:1.5rem!important}.pt-lg-4{padding-top:2.25rem!important}.pt-lg-5{padding-top:4.5rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.375rem!important}.pe-lg-2{padding-right:.75rem!important}.pe-lg-3{padding-right:1.5rem!important}.pe-lg-4{padding-right:2.25rem!important}.pe-lg-5{padding-right:4.5rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.375rem!important}.pb-lg-2{padding-bottom:.75rem!important}.pb-lg-3{padding-bottom:1.5rem!important}.pb-lg-4{padding-bottom:2.25rem!important}.pb-lg-5{padding-bottom:4.5rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.375rem!important}.ps-lg-2{padding-left:.75rem!important}.ps-lg-3{padding-left:1.5rem!important}.ps-lg-4{padding-left:2.25rem!important}.ps-lg-5{padding-left:4.5rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.375rem!important}.gap-xl-2{gap:.75rem!important}.gap-xl-3{gap:1.5rem!important}.gap-xl-4{gap:2.25rem!important}.gap-xl-5{gap:4.5rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.375rem!important}.m-xl-2{margin:.75rem!important}.m-xl-3{margin:1.5rem!important}.m-xl-4{margin:2.25rem!important}.m-xl-5{margin:4.5rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.375rem!important;margin-left:.375rem!important}.mx-xl-2{margin-right:.75rem!important;margin-left:.75rem!important}.mx-xl-3{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-4{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-xl-5{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.375rem!important;margin-bottom:.375rem!important}.my-xl-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xl-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-4{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-xl-5{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.375rem!important}.mt-xl-2{margin-top:.75rem!important}.mt-xl-3{margin-top:1.5rem!important}.mt-xl-4{margin-top:2.25rem!important}.mt-xl-5{margin-top:4.5rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.375rem!important}.me-xl-2{margin-right:.75rem!important}.me-xl-3{margin-right:1.5rem!important}.me-xl-4{margin-right:2.25rem!important}.me-xl-5{margin-right:4.5rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.375rem!important}.mb-xl-2{margin-bottom:.75rem!important}.mb-xl-3{margin-bottom:1.5rem!important}.mb-xl-4{margin-bottom:2.25rem!important}.mb-xl-5{margin-bottom:4.5rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.375rem!important}.ms-xl-2{margin-left:.75rem!important}.ms-xl-3{margin-left:1.5rem!important}.ms-xl-4{margin-left:2.25rem!important}.ms-xl-5{margin-left:4.5rem!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-.375rem!important}.m-xl-n2{margin:-.75rem!important}.m-xl-n3{margin:-1.5rem!important}.m-xl-n4{margin:-2.25rem!important}.m-xl-n5{margin:-4.5rem!important}.mx-xl-n1{margin-right:-.375rem!important;margin-left:-.375rem!important}.mx-xl-n2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-xl-n3{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xl-n4{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-xl-n5{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.my-xl-n1{margin-top:-.375rem!important;margin-bottom:-.375rem!important}.my-xl-n2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-xl-n3{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xl-n4{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-xl-n5{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.mt-xl-n1{margin-top:-.375rem!important}.mt-xl-n2{margin-top:-.75rem!important}.mt-xl-n3{margin-top:-1.5rem!important}.mt-xl-n4{margin-top:-2.25rem!important}.mt-xl-n5{margin-top:-4.5rem!important}.me-xl-n1{margin-right:-.375rem!important}.me-xl-n2{margin-right:-.75rem!important}.me-xl-n3{margin-right:-1.5rem!important}.me-xl-n4{margin-right:-2.25rem!important}.me-xl-n5{margin-right:-4.5rem!important}.mb-xl-n1{margin-bottom:-.375rem!important}.mb-xl-n2{margin-bottom:-.75rem!important}.mb-xl-n3{margin-bottom:-1.5rem!important}.mb-xl-n4{margin-bottom:-2.25rem!important}.mb-xl-n5{margin-bottom:-4.5rem!important}.ms-xl-n1{margin-left:-.375rem!important}.ms-xl-n2{margin-left:-.75rem!important}.ms-xl-n3{margin-left:-1.5rem!important}.ms-xl-n4{margin-left:-2.25rem!important}.ms-xl-n5{margin-left:-4.5rem!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.375rem!important}.p-xl-2{padding:.75rem!important}.p-xl-3{padding:1.5rem!important}.p-xl-4{padding:2.25rem!important}.p-xl-5{padding:4.5rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.375rem!important;padding-left:.375rem!important}.px-xl-2{padding-right:.75rem!important;padding-left:.75rem!important}.px-xl-3{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-4{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-xl-5{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-xl-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xl-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-4{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-xl-5{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.375rem!important}.pt-xl-2{padding-top:.75rem!important}.pt-xl-3{padding-top:1.5rem!important}.pt-xl-4{padding-top:2.25rem!important}.pt-xl-5{padding-top:4.5rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.375rem!important}.pe-xl-2{padding-right:.75rem!important}.pe-xl-3{padding-right:1.5rem!important}.pe-xl-4{padding-right:2.25rem!important}.pe-xl-5{padding-right:4.5rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.375rem!important}.pb-xl-2{padding-bottom:.75rem!important}.pb-xl-3{padding-bottom:1.5rem!important}.pb-xl-4{padding-bottom:2.25rem!important}.pb-xl-5{padding-bottom:4.5rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.375rem!important}.ps-xl-2{padding-left:.75rem!important}.ps-xl-3{padding-left:1.5rem!important}.ps-xl-4{padding-left:2.25rem!important}.ps-xl-5{padding-left:4.5rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.375rem!important}.gap-xxl-2{gap:.75rem!important}.gap-xxl-3{gap:1.5rem!important}.gap-xxl-4{gap:2.25rem!important}.gap-xxl-5{gap:4.5rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.375rem!important}.m-xxl-2{margin:.75rem!important}.m-xxl-3{margin:1.5rem!important}.m-xxl-4{margin:2.25rem!important}.m-xxl-5{margin:4.5rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.375rem!important;margin-left:.375rem!important}.mx-xxl-2{margin-right:.75rem!important;margin-left:.75rem!important}.mx-xxl-3{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-4{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-xxl-5{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.375rem!important;margin-bottom:.375rem!important}.my-xxl-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xxl-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-4{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-xxl-5{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.375rem!important}.mt-xxl-2{margin-top:.75rem!important}.mt-xxl-3{margin-top:1.5rem!important}.mt-xxl-4{margin-top:2.25rem!important}.mt-xxl-5{margin-top:4.5rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.375rem!important}.me-xxl-2{margin-right:.75rem!important}.me-xxl-3{margin-right:1.5rem!important}.me-xxl-4{margin-right:2.25rem!important}.me-xxl-5{margin-right:4.5rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.375rem!important}.mb-xxl-2{margin-bottom:.75rem!important}.mb-xxl-3{margin-bottom:1.5rem!important}.mb-xxl-4{margin-bottom:2.25rem!important}.mb-xxl-5{margin-bottom:4.5rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.375rem!important}.ms-xxl-2{margin-left:.75rem!important}.ms-xxl-3{margin-left:1.5rem!important}.ms-xxl-4{margin-left:2.25rem!important}.ms-xxl-5{margin-left:4.5rem!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n1{margin:-.375rem!important}.m-xxl-n2{margin:-.75rem!important}.m-xxl-n3{margin:-1.5rem!important}.m-xxl-n4{margin:-2.25rem!important}.m-xxl-n5{margin:-4.5rem!important}.mx-xxl-n1{margin-right:-.375rem!important;margin-left:-.375rem!important}.mx-xxl-n2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-xxl-n3{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xxl-n4{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-xxl-n5{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.my-xxl-n1{margin-top:-.375rem!important;margin-bottom:-.375rem!important}.my-xxl-n2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-xxl-n3{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xxl-n4{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-xxl-n5{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.mt-xxl-n1{margin-top:-.375rem!important}.mt-xxl-n2{margin-top:-.75rem!important}.mt-xxl-n3{margin-top:-1.5rem!important}.mt-xxl-n4{margin-top:-2.25rem!important}.mt-xxl-n5{margin-top:-4.5rem!important}.me-xxl-n1{margin-right:-.375rem!important}.me-xxl-n2{margin-right:-.75rem!important}.me-xxl-n3{margin-right:-1.5rem!important}.me-xxl-n4{margin-right:-2.25rem!important}.me-xxl-n5{margin-right:-4.5rem!important}.mb-xxl-n1{margin-bottom:-.375rem!important}.mb-xxl-n2{margin-bottom:-.75rem!important}.mb-xxl-n3{margin-bottom:-1.5rem!important}.mb-xxl-n4{margin-bottom:-2.25rem!important}.mb-xxl-n5{margin-bottom:-4.5rem!important}.ms-xxl-n1{margin-left:-.375rem!important}.ms-xxl-n2{margin-left:-.75rem!important}.ms-xxl-n3{margin-left:-1.5rem!important}.ms-xxl-n4{margin-left:-2.25rem!important}.ms-xxl-n5{margin-left:-4.5rem!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.375rem!important}.p-xxl-2{padding:.75rem!important}.p-xxl-3{padding:1.5rem!important}.p-xxl-4{padding:2.25rem!important}.p-xxl-5{padding:4.5rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.375rem!important;padding-left:.375rem!important}.px-xxl-2{padding-right:.75rem!important;padding-left:.75rem!important}.px-xxl-3{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-4{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-xxl-5{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-xxl-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xxl-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-4{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-xxl-5{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.375rem!important}.pt-xxl-2{padding-top:.75rem!important}.pt-xxl-3{padding-top:1.5rem!important}.pt-xxl-4{padding-top:2.25rem!important}.pt-xxl-5{padding-top:4.5rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.375rem!important}.pe-xxl-2{padding-right:.75rem!important}.pe-xxl-3{padding-right:1.5rem!important}.pe-xxl-4{padding-right:2.25rem!important}.pe-xxl-5{padding-right:4.5rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.375rem!important}.pb-xxl-2{padding-bottom:.75rem!important}.pb-xxl-3{padding-bottom:1.5rem!important}.pb-xxl-4{padding-bottom:2.25rem!important}.pb-xxl-5{padding-bottom:4.5rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.375rem!important}.ps-xxl-2{padding-left:.75rem!important}.ps-xxl-3{padding-left:1.5rem!important}.ps-xxl-4{padding-left:2.25rem!important}.ps-xxl-5{padding-left:4.5rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media(min-width:1200px){.fs-1{font-size:2.25rem!important}.fs-2{font-size:1.875rem!important}.fs-3{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.custom-accordion .accordion-arrow{font-size:1.2rem;position:absolute;right:0}.custom-accordion a.collapsed i.accordion-arrow:before{content:""}.alert-primary{color:#473e9b;background-color:rgba(102,88,221,.18);border-color:rgba(102,88,221,.18)}.alert-primary .alert-link{color:#473e9b}.alert-secondary{color:#4c5258;background-color:hsla(208,7%,46%,.18);border-color:hsla(208,7%,46%,.18)}.alert-secondary .alert-link{color:#4c5258}.alert-success{color:#12846d;background-color:rgba(26,188,156,.18);border-color:rgba(26,188,156,.18)}.alert-success .alert-link{color:#12846d}.alert-purple{color:#473e9b;background-color:rgba(102,88,221,.18);border-color:rgba(102,88,221,.18)}.alert-purple .alert-link{color:#473e9b}.alert-info{background-color:rgba(79,198,225,.18);border-color:rgba(79,198,225,.18)}.alert-info,.alert-info .alert-link{color:#378b9e}.alert-warning{color:#ad8135;background-color:rgba(247,184,75,.18);border-color:rgba(247,184,75,.18)}.alert-warning .alert-link{color:#ad8135}.alert-danger{color:#a93c4c;background-color:rgba(241,85,108,.18);border-color:rgba(241,85,108,.18)}.alert-danger .alert-link{color:#a93c4c}.alert-light{background-color:rgba(243,247,249,.18);border-color:rgba(243,247,249,.18)}.alert-light,.alert-light .alert-link{color:#aaadae}.alert-dark{background-color:rgba(50,58,70,.18);border-color:rgba(50,58,70,.18)}.alert-dark,.alert-dark .alert-link{color:#232931}.alert-pink{background-color:rgba(246,114,167,.18);border-color:rgba(246,114,167,.18)}.alert-pink,.alert-pink .alert-link{color:#ac5075}.alert-blue{background-color:rgba(74,129,212,.18);border-color:rgba(74,129,212,.18)}.alert-blue,.alert-blue .alert-link{color:#345a94}body[data-layout-color=dark] .alert-primary{color:#7569e0;background-color:rgba(102,88,221,.15);border-color:rgba(102,88,221,.15)}body[data-layout-color=dark] .alert-primary .alert-link{color:#473e9b}body[data-layout-color=dark] .alert-secondary{color:#d3e1f1;background-color:rgba(206,222,239,.15);border-color:rgba(206,222,239,.15)}body[data-layout-color=dark] .alert-secondary .alert-link{color:#909ba7}body[data-layout-color=dark] .alert-success{color:#31c3a6;background-color:rgba(26,188,156,.15);border-color:rgba(26,188,156,.15)}body[data-layout-color=dark] .alert-success .alert-link{color:#12846d}body[data-layout-color=dark] .alert-info{color:#61cce4;background-color:rgba(79,198,225,.15);border-color:rgba(79,198,225,.15)}body[data-layout-color=dark] .alert-info .alert-link{color:#378b9e}body[data-layout-color=dark] .alert-warning{color:#f8bf5d;background-color:rgba(247,184,75,.15);border-color:rgba(247,184,75,.15)}body[data-layout-color=dark] .alert-warning .alert-link{color:#ad8135}body[data-layout-color=dark] .alert-danger{color:#f2667b;background-color:rgba(241,85,108,.15);border-color:rgba(241,85,108,.15)}body[data-layout-color=dark] .alert-danger .alert-link{color:#a93c4c}body[data-layout-color=dark] .alert-light{color:#55606b;background-color:rgba(66,78,90,.15);border-color:rgba(66,78,90,.15)}body[data-layout-color=dark] .alert-light .alert-link{color:#2e373f}body[data-layout-color=dark] .alert-dark{color:#f4f8fa;background-color:rgba(243,247,249,.15);border-color:rgba(243,247,249,.15)}body[data-layout-color=dark] .alert-dark .alert-link{color:#aaadae}.badge{box-shadow:var(--ct-components-shadow)}.badge-soft-primary{color:#6658dd;background-color:rgba(102,88,221,.18);box-shadow:none}.badge-outline-primary{color:#6658dd;border:1px solid #6658dd;background-color:transparent;box-shadow:none}.badge-soft-secondary{color:#6c757d;background-color:hsla(208,7%,46%,.18);box-shadow:none}.badge-outline-secondary{color:#6c757d;border:1px solid #6c757d;background-color:transparent;box-shadow:none}.badge-soft-success{color:#1abc9c;background-color:rgba(26,188,156,.18);box-shadow:none}.badge-outline-success{color:#1abc9c;border:1px solid #1abc9c;background-color:transparent;box-shadow:none}.badge-soft-purple{color:#6658dd;background-color:rgba(102,88,221,.18);box-shadow:none}.badge-outline-purple{color:#6658dd;border:1px solid #6658dd;background-color:transparent;box-shadow:none}.badge-soft-info{color:#4fc6e1;background-color:rgba(79,198,225,.18);box-shadow:none}.badge-outline-info{color:#4fc6e1;border:1px solid #4fc6e1;background-color:transparent;box-shadow:none}.badge-soft-warning{color:#f7b84b;background-color:rgba(247,184,75,.18);box-shadow:none}.badge-outline-warning{color:#f7b84b;border:1px solid #f7b84b;background-color:transparent;box-shadow:none}.badge-soft-danger{color:#f1556c;background-color:rgba(241,85,108,.18);box-shadow:none}.badge-outline-danger{color:#f1556c;border:1px solid #f1556c;background-color:transparent;box-shadow:none}.badge-soft-light{color:#f3f7f9;background-color:rgba(243,247,249,.18);box-shadow:none}.badge-outline-light{color:#f3f7f9;border:1px solid #f3f7f9;background-color:transparent;box-shadow:none}.badge-soft-dark{color:#323a46;background-color:rgba(50,58,70,.18);box-shadow:none}.badge-outline-dark{color:#323a46;border:1px solid #323a46;background-color:transparent;box-shadow:none}.badge-soft-pink{color:#f672a7;background-color:rgba(246,114,167,.18);box-shadow:none}.badge-outline-pink{color:#f672a7;border:1px solid #f672a7;background-color:transparent;box-shadow:none}.badge-soft-blue{color:#4a81d4;background-color:rgba(74,129,212,.18);box-shadow:none}.badge-outline-blue{color:#4a81d4;border:1px solid #4a81d4;background-color:transparent;box-shadow:none}body[data-layout-color=dark] .badge-soft-primary{color:#6658dd;background-color:rgba(102,88,221,.18);box-shadow:none}body[data-layout-color=dark] .badge-outline-primary{color:#6658dd;border:1px solid #6658dd;background-color:transparent;box-shadow:none}body[data-layout-color=dark] .badge-soft-secondary{color:#cedeef;background-color:rgba(206,222,239,.18);box-shadow:none}body[data-layout-color=dark] .badge-outline-secondary{color:#cedeef;border:1px solid #cedeef;background-color:transparent;box-shadow:none}body[data-layout-color=dark] .badge-soft-success{color:#1abc9c;background-color:rgba(26,188,156,.18);box-shadow:none}body[data-layout-color=dark] .badge-outline-success{color:#1abc9c;border:1px solid #1abc9c;background-color:transparent;box-shadow:none}body[data-layout-color=dark] .badge-soft-info{color:#4fc6e1;background-color:rgba(79,198,225,.18);box-shadow:none}body[data-layout-color=dark] .badge-outline-info{color:#4fc6e1;border:1px solid #4fc6e1;background-color:transparent;box-shadow:none}body[data-layout-color=dark] .badge-soft-warning{color:#f7b84b;background-color:rgba(247,184,75,.18);box-shadow:none}body[data-layout-color=dark] .badge-outline-warning{color:#f7b84b;border:1px solid #f7b84b;background-color:transparent;box-shadow:none}body[data-layout-color=dark] .badge-soft-danger{color:#f1556c;background-color:rgba(241,85,108,.18);box-shadow:none}body[data-layout-color=dark] .badge-outline-danger{color:#f1556c;border:1px solid #f1556c;background-color:transparent;box-shadow:none}body[data-layout-color=dark] .badge-soft-light{color:#424e5a;background-color:rgba(66,78,90,.18);box-shadow:none}body[data-layout-color=dark] .badge-outline-light{color:#424e5a;border:1px solid #424e5a;background-color:transparent;box-shadow:none}body[data-layout-color=dark] .badge-soft-dark{color:#f3f7f9;background-color:rgba(243,247,249,.18);box-shadow:none}body[data-layout-color=dark] .badge-outline-dark{color:#f3f7f9;border:1px solid #f3f7f9;background-color:transparent;box-shadow:none}.breadcrumb-item>a{color:#6c757d}.breadcrumb-item+.breadcrumb-item:before{font-family:Material Design Icons}body[data-layout-color=dark] .breadcrumb-item>a{color:#dee2e6}.btn-primary{box-shadow:var(--ct-btn-box-shadow) rgba(102,88,221,.5)}.btn-secondary{box-shadow:var(--ct-btn-box-shadow) hsla(208,7%,46%,.5)}.btn-success{box-shadow:var(--ct-btn-box-shadow) rgba(26,188,156,.5)}.btn-purple{box-shadow:var(--ct-btn-box-shadow) rgba(102,88,221,.5)}.btn-info{box-shadow:var(--ct-btn-box-shadow) rgba(79,198,225,.5)}.btn-warning{box-shadow:var(--ct-btn-box-shadow) rgba(247,184,75,.5)}.btn-danger{box-shadow:var(--ct-btn-box-shadow) rgba(241,85,108,.5)}.btn-light{box-shadow:var(--ct-btn-box-shadow) rgba(243,247,249,.5)}.btn-dark{box-shadow:var(--ct-btn-box-shadow) rgba(50,58,70,.5)}.btn-pink{box-shadow:var(--ct-btn-box-shadow) rgba(246,114,167,.5)}.btn-blue{box-shadow:var(--ct-btn-box-shadow) rgba(74,129,212,.5)}.btn .mdi:before{margin-top:-1px}.btn i{display:inline-block}.btn-light,.btn-white{color:#323a46}.btn-white{border-color:#dee2e6}.btn-white:focus,.btn-white:hover{background-color:#f3f7f9;border-color:#f3f7f9}.btn-white.focus,.btn-white:focus{box-shadow:0 0 0 .15rem rgba(222,226,230,.3)}.btn-link{font-weight:400;color:var(--ct-link-color);background-color:transparent}.btn-link:hover{color:var(--ct-link-hover-color);text-decoration:none;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:none;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:var(--ct-btn-link-disabled-color);pointer-events:none}.btn-outline-primary{color:#6658dd;border-color:#6658dd}.btn-outline-primary:hover{color:#fff;background-color:#6658dd;border-color:#6658dd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .15rem rgba(102,88,221,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#6658dd;border-color:#6658dd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .15rem rgba(102,88,221,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#6658dd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .15rem hsla(208,7%,46%,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .15rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#1abc9c;border-color:#1abc9c}.btn-outline-success:hover{color:#fff;background-color:#1abc9c;border-color:#1abc9c}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .15rem rgba(26,188,156,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#1abc9c;border-color:#1abc9c}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .15rem rgba(26,188,156,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#1abc9c;background-color:transparent}.btn-outline-purple{color:#6658dd;border-color:#6658dd}.btn-outline-purple:hover{color:#fff;background-color:#6658dd;border-color:#6658dd}.btn-check:focus+.btn-outline-purple,.btn-outline-purple:focus{box-shadow:0 0 0 .15rem rgba(102,88,221,.5)}.btn-check:active+.btn-outline-purple,.btn-check:checked+.btn-outline-purple,.btn-outline-purple.active,.btn-outline-purple.dropdown-toggle.show,.btn-outline-purple:active{color:#fff;background-color:#6658dd;border-color:#6658dd}.btn-check:active+.btn-outline-purple:focus,.btn-check:checked+.btn-outline-purple:focus,.btn-outline-purple.active:focus,.btn-outline-purple.dropdown-toggle.show:focus,.btn-outline-purple:active:focus{box-shadow:0 0 0 .15rem rgba(102,88,221,.5)}.btn-outline-purple.disabled,.btn-outline-purple:disabled{color:#6658dd;background-color:transparent}.btn-outline-info{color:#4fc6e1;border-color:#4fc6e1}.btn-outline-info:hover{color:#fff;background-color:#4fc6e1;border-color:#4fc6e1}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .15rem rgba(79,198,225,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#fff;background-color:#4fc6e1;border-color:#4fc6e1}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .15rem rgba(79,198,225,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#4fc6e1;background-color:transparent}.btn-outline-warning{color:#f7b84b;border-color:#f7b84b}.btn-outline-warning:hover{color:#343a40;background-color:#f7b84b;border-color:#f7b84b}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .15rem rgba(247,184,75,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#343a40;background-color:#f7b84b;border-color:#f7b84b}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .15rem rgba(247,184,75,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#f7b84b;background-color:transparent}.btn-outline-danger{color:#f1556c;border-color:#f1556c}.btn-outline-danger:hover{color:#fff;background-color:#f1556c;border-color:#f1556c}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .15rem rgba(241,85,108,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#f1556c;border-color:#f1556c}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .15rem rgba(241,85,108,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#f1556c;background-color:transparent}.btn-outline-light{color:#f3f7f9;border-color:#f3f7f9}.btn-outline-light:hover{color:#343a40;background-color:#f3f7f9;border-color:#f3f7f9}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .15rem rgba(243,247,249,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#343a40;background-color:#f3f7f9;border-color:#f3f7f9}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .15rem rgba(243,247,249,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f3f7f9;background-color:transparent}.btn-outline-dark{color:#323a46;border-color:#323a46}.btn-outline-dark:hover{color:#fff;background-color:#323a46;border-color:#323a46}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .15rem rgba(50,58,70,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#323a46;border-color:#323a46}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .15rem rgba(50,58,70,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#323a46;background-color:transparent}.btn-outline-pink{color:#f672a7;border-color:#f672a7}.btn-outline-pink:hover{color:#fff;background-color:#f672a7;border-color:#f672a7}.btn-check:focus+.btn-outline-pink,.btn-outline-pink:focus{box-shadow:0 0 0 .15rem rgba(246,114,167,.5)}.btn-check:active+.btn-outline-pink,.btn-check:checked+.btn-outline-pink,.btn-outline-pink.active,.btn-outline-pink.dropdown-toggle.show,.btn-outline-pink:active{color:#fff;background-color:#f672a7;border-color:#f672a7}.btn-check:active+.btn-outline-pink:focus,.btn-check:checked+.btn-outline-pink:focus,.btn-outline-pink.active:focus,.btn-outline-pink.dropdown-toggle.show:focus,.btn-outline-pink:active:focus{box-shadow:0 0 0 .15rem rgba(246,114,167,.5)}.btn-outline-pink.disabled,.btn-outline-pink:disabled{color:#f672a7;background-color:transparent}.btn-outline-blue{color:#4a81d4;border-color:#4a81d4}.btn-outline-blue:hover{color:#fff;background-color:#4a81d4;border-color:#4a81d4}.btn-check:focus+.btn-outline-blue,.btn-outline-blue:focus{box-shadow:0 0 0 .15rem rgba(74,129,212,.5)}.btn-check:active+.btn-outline-blue,.btn-check:checked+.btn-outline-blue,.btn-outline-blue.active,.btn-outline-blue.dropdown-toggle.show,.btn-outline-blue:active{color:#fff;background-color:#4a81d4;border-color:#4a81d4}.btn-check:active+.btn-outline-blue:focus,.btn-check:checked+.btn-outline-blue:focus,.btn-outline-blue.active:focus,.btn-outline-blue.dropdown-toggle.show:focus,.btn-outline-blue:active:focus{box-shadow:0 0 0 .15rem rgba(74,129,212,.5)}.btn-outline-blue.disabled,.btn-outline-blue:disabled{color:#4a81d4;background-color:transparent}.btn-label{margin:-.55rem .9rem -.55rem -.9rem;padding:.6rem .9rem}.btn-label,.btn-label-right{background-color:rgba(50,58,70,.1)}.btn-label-right{margin:-.45rem -.9rem -.45rem .9rem;padding:.45rem .9rem;display:inline-block}.btn-xs{padding:.2rem .6rem;font-size:.75rem;border-radius:.15rem}.btn-soft-primary{color:#6658dd;background-color:rgba(102,88,221,.18);border-color:rgba(102,88,221,.12)}.btn-soft-primary:hover{color:#fff;background-color:#6658dd}.btn-soft-primary.focus,.btn-soft-primary:focus{box-shadow:0 0 0 .15rem rgba(102,88,221,.3)}.btn-soft-secondary{color:#6c757d;background-color:hsla(208,7%,46%,.18);border-color:hsla(208,7%,46%,.12)}.btn-soft-secondary:hover{color:#fff;background-color:#6c757d}.btn-soft-secondary.focus,.btn-soft-secondary:focus{box-shadow:0 0 0 .15rem hsla(208,7%,46%,.3)}.btn-soft-success{color:#1abc9c;background-color:rgba(26,188,156,.18);border-color:rgba(26,188,156,.12)}.btn-soft-success:hover{color:#fff;background-color:#1abc9c}.btn-soft-success.focus,.btn-soft-success:focus{box-shadow:0 0 0 .15rem rgba(26,188,156,.3)}.btn-soft-purple{color:#6658dd;background-color:rgba(102,88,221,.18);border-color:rgba(102,88,221,.12)}.btn-soft-purple:hover{color:#fff;background-color:#6658dd}.btn-soft-purple.focus,.btn-soft-purple:focus{box-shadow:0 0 0 .15rem rgba(102,88,221,.3)}.btn-soft-info{color:#4fc6e1;background-color:rgba(79,198,225,.18);border-color:rgba(79,198,225,.12)}.btn-soft-info:hover{color:#fff;background-color:#4fc6e1}.btn-soft-info.focus,.btn-soft-info:focus{box-shadow:0 0 0 .15rem rgba(79,198,225,.3)}.btn-soft-warning{color:#f7b84b;background-color:rgba(247,184,75,.18);border-color:rgba(247,184,75,.12)}.btn-soft-warning:hover{color:#fff;background-color:#f7b84b}.btn-soft-warning.focus,.btn-soft-warning:focus{box-shadow:0 0 0 .15rem rgba(247,184,75,.3)}.btn-soft-danger{color:#f1556c;background-color:rgba(241,85,108,.18);border-color:rgba(241,85,108,.12)}.btn-soft-danger:hover{color:#fff;background-color:#f1556c}.btn-soft-danger.focus,.btn-soft-danger:focus{box-shadow:0 0 0 .15rem rgba(241,85,108,.3)}.btn-soft-light{color:#f3f7f9;background-color:rgba(243,247,249,.18);border-color:rgba(243,247,249,.12)}.btn-soft-light:hover{color:#fff;background-color:#f3f7f9}.btn-soft-light.focus,.btn-soft-light:focus{box-shadow:0 0 0 .15rem rgba(243,247,249,.3)}.btn-soft-dark{color:#323a46;background-color:rgba(50,58,70,.18);border-color:rgba(50,58,70,.12)}.btn-soft-dark:hover{color:#fff;background-color:#323a46}.btn-soft-dark.focus,.btn-soft-dark:focus{box-shadow:0 0 0 .15rem rgba(50,58,70,.3)}.btn-soft-pink{color:#f672a7;background-color:rgba(246,114,167,.18);border-color:rgba(246,114,167,.12)}.btn-soft-pink:hover{color:#fff;background-color:#f672a7}.btn-soft-pink.focus,.btn-soft-pink:focus{box-shadow:0 0 0 .15rem rgba(246,114,167,.3)}.btn-soft-blue{color:#4a81d4;background-color:rgba(74,129,212,.18);border-color:rgba(74,129,212,.12)}.btn-soft-blue:hover{color:#fff;background-color:#4a81d4}.btn-soft-blue.focus,.btn-soft-blue:focus{box-shadow:0 0 0 .15rem rgba(74,129,212,.3)}body[data-layout-color=dark] .btn-primary{box-shadow:var(--ct-btn-box-shadow) rgba(102,88,221,.5)}body[data-layout-color=dark] .btn-outline-primary{color:#6658dd;border-color:#6658dd}body[data-layout-color=dark] .btn-outline-primary:hover{color:#fff;background-color:#6658dd;border-color:#6658dd}.btn-check:focus+body[data-layout-color=dark] .btn-outline-primary,body[data-layout-color=dark] .btn-outline-primary:focus{box-shadow:0 0 0 .15rem rgba(102,88,221,.5)}.btn-check:active+body[data-layout-color=dark] .btn-outline-primary,.btn-check:checked+body[data-layout-color=dark] .btn-outline-primary,body[data-layout-color=dark] .btn-outline-primary.active,body[data-layout-color=dark] .btn-outline-primary.dropdown-toggle.show,body[data-layout-color=dark] .btn-outline-primary:active{color:#fff;background-color:#6658dd;border-color:#6658dd}.btn-check:active+body[data-layout-color=dark] .btn-outline-primary:focus,.btn-check:checked+body[data-layout-color=dark] .btn-outline-primary:focus,body[data-layout-color=dark] .btn-outline-primary.active:focus,body[data-layout-color=dark] .btn-outline-primary.dropdown-toggle.show:focus,body[data-layout-color=dark] .btn-outline-primary:active:focus{box-shadow:0 0 0 .15rem rgba(102,88,221,.5)}body[data-layout-color=dark] .btn-outline-primary.disabled,body[data-layout-color=dark] .btn-outline-primary:disabled{color:#6658dd;background-color:transparent}body[data-layout-color=dark] .btn-soft-primary{color:#6658dd;background-color:rgba(102,88,221,.18);border-color:rgba(102,88,221,.12)}body[data-layout-color=dark] .btn-soft-primary:hover{color:#fff;background-color:#6658dd}body[data-layout-color=dark] .btn-soft-primary.focus,body[data-layout-color=dark] .btn-soft-primary:focus{box-shadow:0 0 0 .15rem rgba(102,88,221,.3)}body[data-layout-color=dark] .btn-secondary{box-shadow:var(--ct-btn-box-shadow) rgba(206,222,239,.5)}body[data-layout-color=dark] .btn-outline-secondary:hover{color:#343a40;background-color:#cedeef;border-color:#cedeef}.btn-check:focus+body[data-layout-color=dark] .btn-outline-secondary,body[data-layout-color=dark] .btn-outline-secondary:focus{box-shadow:0 0 0 .15rem rgba(206,222,239,.5)}.btn-check:active+body[data-layout-color=dark] .btn-outline-secondary,.btn-check:checked+body[data-layout-color=dark] .btn-outline-secondary,body[data-layout-color=dark] .btn-outline-secondary.active,body[data-layout-color=dark] .btn-outline-secondary.dropdown-toggle.show,body[data-layout-color=dark] .btn-outline-secondary:active{color:#343a40;background-color:#cedeef;border-color:#cedeef}.btn-check:active+body[data-layout-color=dark] .btn-outline-secondary:focus,.btn-check:checked+body[data-layout-color=dark] .btn-outline-secondary:focus,body[data-layout-color=dark] .btn-outline-secondary.active:focus,body[data-layout-color=dark] .btn-outline-secondary.dropdown-toggle.show:focus,body[data-layout-color=dark] .btn-outline-secondary:active:focus{box-shadow:0 0 0 .15rem rgba(206,222,239,.5)}body[data-layout-color=dark] .btn-outline-secondary.disabled,body[data-layout-color=dark] .btn-outline-secondary:disabled{color:#cedeef;background-color:transparent}body[data-layout-color=dark] .btn-soft-secondary:hover{color:#fff;background-color:#cedeef}body[data-layout-color=dark] .btn-soft-secondary.focus,body[data-layout-color=dark] .btn-soft-secondary:focus{box-shadow:0 0 0 .15rem rgba(206,222,239,.3)}body[data-layout-color=dark] .btn-success{box-shadow:var(--ct-btn-box-shadow) rgba(26,188,156,.5)}body[data-layout-color=dark] .btn-outline-success{color:#1abc9c;border-color:#1abc9c}body[data-layout-color=dark] .btn-outline-success:hover{color:#fff;background-color:#1abc9c;border-color:#1abc9c}.btn-check:focus+body[data-layout-color=dark] .btn-outline-success,body[data-layout-color=dark] .btn-outline-success:focus{box-shadow:0 0 0 .15rem rgba(26,188,156,.5)}.btn-check:active+body[data-layout-color=dark] .btn-outline-success,.btn-check:checked+body[data-layout-color=dark] .btn-outline-success,body[data-layout-color=dark] .btn-outline-success.active,body[data-layout-color=dark] .btn-outline-success.dropdown-toggle.show,body[data-layout-color=dark] .btn-outline-success:active{color:#fff;background-color:#1abc9c;border-color:#1abc9c}.btn-check:active+body[data-layout-color=dark] .btn-outline-success:focus,.btn-check:checked+body[data-layout-color=dark] .btn-outline-success:focus,body[data-layout-color=dark] .btn-outline-success.active:focus,body[data-layout-color=dark] .btn-outline-success.dropdown-toggle.show:focus,body[data-layout-color=dark] .btn-outline-success:active:focus{box-shadow:0 0 0 .15rem rgba(26,188,156,.5)}body[data-layout-color=dark] .btn-outline-success.disabled,body[data-layout-color=dark] .btn-outline-success:disabled{color:#1abc9c;background-color:transparent}body[data-layout-color=dark] .btn-soft-success{color:#1abc9c;background-color:rgba(26,188,156,.18);border-color:rgba(26,188,156,.12)}body[data-layout-color=dark] .btn-soft-success:hover{color:#fff;background-color:#1abc9c}body[data-layout-color=dark] .btn-soft-success.focus,body[data-layout-color=dark] .btn-soft-success:focus{box-shadow:0 0 0 .15rem rgba(26,188,156,.3)}body[data-layout-color=dark] .btn-info{box-shadow:var(--ct-btn-box-shadow) rgba(79,198,225,.5)}body[data-layout-color=dark] .btn-outline-info{color:#4fc6e1;border-color:#4fc6e1}body[data-layout-color=dark] .btn-outline-info:hover{color:#fff;background-color:#4fc6e1;border-color:#4fc6e1}.btn-check:focus+body[data-layout-color=dark] .btn-outline-info,body[data-layout-color=dark] .btn-outline-info:focus{box-shadow:0 0 0 .15rem rgba(79,198,225,.5)}.btn-check:active+body[data-layout-color=dark] .btn-outline-info,.btn-check:checked+body[data-layout-color=dark] .btn-outline-info,body[data-layout-color=dark] .btn-outline-info.active,body[data-layout-color=dark] .btn-outline-info.dropdown-toggle.show,body[data-layout-color=dark] .btn-outline-info:active{color:#fff;background-color:#4fc6e1;border-color:#4fc6e1}.btn-check:active+body[data-layout-color=dark] .btn-outline-info:focus,.btn-check:checked+body[data-layout-color=dark] .btn-outline-info:focus,body[data-layout-color=dark] .btn-outline-info.active:focus,body[data-layout-color=dark] .btn-outline-info.dropdown-toggle.show:focus,body[data-layout-color=dark] .btn-outline-info:active:focus{box-shadow:0 0 0 .15rem rgba(79,198,225,.5)}body[data-layout-color=dark] .btn-outline-info.disabled,body[data-layout-color=dark] .btn-outline-info:disabled{color:#4fc6e1;background-color:transparent}body[data-layout-color=dark] .btn-soft-info{color:#4fc6e1;background-color:rgba(79,198,225,.18);border-color:rgba(79,198,225,.12)}body[data-layout-color=dark] .btn-soft-info:hover{color:#fff;background-color:#4fc6e1}body[data-layout-color=dark] .btn-soft-info.focus,body[data-layout-color=dark] .btn-soft-info:focus{box-shadow:0 0 0 .15rem rgba(79,198,225,.3)}body[data-layout-color=dark] .btn-warning{box-shadow:var(--ct-btn-box-shadow) rgba(247,184,75,.5)}body[data-layout-color=dark] .btn-outline-warning{color:#f7b84b;border-color:#f7b84b}body[data-layout-color=dark] .btn-outline-warning:hover{color:#343a40;background-color:#f7b84b;border-color:#f7b84b}.btn-check:focus+body[data-layout-color=dark] .btn-outline-warning,body[data-layout-color=dark] .btn-outline-warning:focus{box-shadow:0 0 0 .15rem rgba(247,184,75,.5)}.btn-check:active+body[data-layout-color=dark] .btn-outline-warning,.btn-check:checked+body[data-layout-color=dark] .btn-outline-warning,body[data-layout-color=dark] .btn-outline-warning.active,body[data-layout-color=dark] .btn-outline-warning.dropdown-toggle.show,body[data-layout-color=dark] .btn-outline-warning:active{color:#343a40;background-color:#f7b84b;border-color:#f7b84b}.btn-check:active+body[data-layout-color=dark] .btn-outline-warning:focus,.btn-check:checked+body[data-layout-color=dark] .btn-outline-warning:focus,body[data-layout-color=dark] .btn-outline-warning.active:focus,body[data-layout-color=dark] .btn-outline-warning.dropdown-toggle.show:focus,body[data-layout-color=dark] .btn-outline-warning:active:focus{box-shadow:0 0 0 .15rem rgba(247,184,75,.5)}body[data-layout-color=dark] .btn-outline-warning.disabled,body[data-layout-color=dark] .btn-outline-warning:disabled{color:#f7b84b;background-color:transparent}body[data-layout-color=dark] .btn-soft-warning{color:#f7b84b;background-color:rgba(247,184,75,.18);border-color:rgba(247,184,75,.12)}body[data-layout-color=dark] .btn-soft-warning:hover{color:#fff;background-color:#f7b84b}body[data-layout-color=dark] .btn-soft-warning.focus,body[data-layout-color=dark] .btn-soft-warning:focus{box-shadow:0 0 0 .15rem rgba(247,184,75,.3)}body[data-layout-color=dark] .btn-danger{box-shadow:var(--ct-btn-box-shadow) rgba(241,85,108,.5)}body[data-layout-color=dark] .btn-outline-danger{color:#f1556c;border-color:#f1556c}body[data-layout-color=dark] .btn-outline-danger:hover{color:#fff;background-color:#f1556c;border-color:#f1556c}.btn-check:focus+body[data-layout-color=dark] .btn-outline-danger,body[data-layout-color=dark] .btn-outline-danger:focus{box-shadow:0 0 0 .15rem rgba(241,85,108,.5)}.btn-check:active+body[data-layout-color=dark] .btn-outline-danger,.btn-check:checked+body[data-layout-color=dark] .btn-outline-danger,body[data-layout-color=dark] .btn-outline-danger.active,body[data-layout-color=dark] .btn-outline-danger.dropdown-toggle.show,body[data-layout-color=dark] .btn-outline-danger:active{color:#fff;background-color:#f1556c;border-color:#f1556c}.btn-check:active+body[data-layout-color=dark] .btn-outline-danger:focus,.btn-check:checked+body[data-layout-color=dark] .btn-outline-danger:focus,body[data-layout-color=dark] .btn-outline-danger.active:focus,body[data-layout-color=dark] .btn-outline-danger.dropdown-toggle.show:focus,body[data-layout-color=dark] .btn-outline-danger:active:focus{box-shadow:0 0 0 .15rem rgba(241,85,108,.5)}body[data-layout-color=dark] .btn-outline-danger.disabled,body[data-layout-color=dark] .btn-outline-danger:disabled{color:#f1556c;background-color:transparent}body[data-layout-color=dark] .btn-soft-danger{color:#f1556c;background-color:rgba(241,85,108,.18);border-color:rgba(241,85,108,.12)}body[data-layout-color=dark] .btn-soft-danger:hover{color:#fff;background-color:#f1556c}body[data-layout-color=dark] .btn-soft-danger.focus,body[data-layout-color=dark] .btn-soft-danger:focus{box-shadow:0 0 0 .15rem rgba(241,85,108,.3)}body[data-layout-color=dark] .btn-light{box-shadow:var(--ct-btn-box-shadow) rgba(66,78,90,.5)}body[data-layout-color=dark] .btn-outline-light:hover{color:#fff;background-color:#424e5a;border-color:#424e5a}.btn-check:focus+body[data-layout-color=dark] .btn-outline-light,body[data-layout-color=dark] .btn-outline-light:focus{box-shadow:0 0 0 .15rem rgba(66,78,90,.5)}.btn-check:active+body[data-layout-color=dark] .btn-outline-light,.btn-check:checked+body[data-layout-color=dark] .btn-outline-light,body[data-layout-color=dark] .btn-outline-light.active,body[data-layout-color=dark] .btn-outline-light.dropdown-toggle.show,body[data-layout-color=dark] .btn-outline-light:active{color:#fff;background-color:#424e5a;border-color:#424e5a}.btn-check:active+body[data-layout-color=dark] .btn-outline-light:focus,.btn-check:checked+body[data-layout-color=dark] .btn-outline-light:focus,body[data-layout-color=dark] .btn-outline-light.active:focus,body[data-layout-color=dark] .btn-outline-light.dropdown-toggle.show:focus,body[data-layout-color=dark] .btn-outline-light:active:focus{box-shadow:0 0 0 .15rem rgba(66,78,90,.5)}body[data-layout-color=dark] .btn-outline-light.disabled,body[data-layout-color=dark] .btn-outline-light:disabled{color:#424e5a;background-color:transparent}body[data-layout-color=dark] .btn-soft-light:hover{color:#fff;background-color:#424e5a}body[data-layout-color=dark] .btn-soft-light.focus,body[data-layout-color=dark] .btn-soft-light:focus{box-shadow:0 0 0 .15rem rgba(66,78,90,.3)}body[data-layout-color=dark] .btn-dark{box-shadow:var(--ct-btn-box-shadow) rgba(243,247,249,.5)}body[data-layout-color=dark] .btn-outline-dark:hover{color:#343a40;background-color:#f3f7f9;border-color:#f3f7f9}.btn-check:focus+body[data-layout-color=dark] .btn-outline-dark,body[data-layout-color=dark] .btn-outline-dark:focus{box-shadow:0 0 0 .15rem rgba(243,247,249,.5)}.btn-check:active+body[data-layout-color=dark] .btn-outline-dark,.btn-check:checked+body[data-layout-color=dark] .btn-outline-dark,body[data-layout-color=dark] .btn-outline-dark.active,body[data-layout-color=dark] .btn-outline-dark.dropdown-toggle.show,body[data-layout-color=dark] .btn-outline-dark:active{color:#343a40;background-color:#f3f7f9;border-color:#f3f7f9}.btn-check:active+body[data-layout-color=dark] .btn-outline-dark:focus,.btn-check:checked+body[data-layout-color=dark] .btn-outline-dark:focus,body[data-layout-color=dark] .btn-outline-dark.active:focus,body[data-layout-color=dark] .btn-outline-dark.dropdown-toggle.show:focus,body[data-layout-color=dark] .btn-outline-dark:active:focus{box-shadow:0 0 0 .15rem rgba(243,247,249,.5)}body[data-layout-color=dark] .btn-outline-dark.disabled,body[data-layout-color=dark] .btn-outline-dark:disabled{color:#f3f7f9;background-color:transparent}body[data-layout-color=dark] .btn-soft-dark:hover{color:#fff;background-color:#f3f7f9}body[data-layout-color=dark] .btn-soft-dark.focus,body[data-layout-color=dark] .btn-soft-dark:focus{box-shadow:0 0 0 .15rem rgba(243,247,249,.3)}body[data-layout-color=dark] .btn-label,body[data-layout-color=dark] .btn-label-right{background-color:rgba(243,247,249,.1)}body[data-layout-color=dark] .btn-white{border-color:#424e5a;color:#fff}body[data-layout-color=dark] .btn-white:focus,body[data-layout-color=dark] .btn-white:hover{background-color:#323a46;border-color:#323a46}body[data-layout-color=dark] .btn-white.focus,body[data-layout-color=dark] .btn-white:focus{box-shadow:0 0 0 .15rem rgba(66,78,90,.3)}body[data-layout-color=dark] .btn-light{background-color:#424e5a;border-color:#424e5a;color:#f3f7f9}body[data-layout-color=dark] .btn-dark{background-color:#f3f7f9;border-color:#f3f7f9;color:#323a46}body[data-layout-color=dark] .btn-secondary{background-color:#cedeef;border-color:#cedeef;color:#424e5a}body[data-layout-color=dark] .btn-outline-light{border-color:#424e5a;color:#424e5a}body[data-layout-color=dark] .btn-outline-light.active,body[data-layout-color=dark] .btn-outline-light:active,body[data-layout-color=dark] .btn-outline-light:focus,body[data-layout-color=dark] .btn-outline-light:hover{color:#f3f7f9!important;background-color:#424e5a}body[data-layout-color=dark] .btn-outline-dark{border-color:#f3f7f9;color:#f3f7f9}body[data-layout-color=dark] .btn-outline-dark.active,body[data-layout-color=dark] .btn-outline-dark:active,body[data-layout-color=dark] .btn-outline-dark:focus,body[data-layout-color=dark] .btn-outline-dark:hover{color:#323a46!important;background-color:#f3f7f9}body[data-layout-color=dark] .btn-outline-secondary{border-color:#cedeef;color:#cedeef}body[data-layout-color=dark] .btn-outline-secondary.active,body[data-layout-color=dark] .btn-outline-secondary:active,body[data-layout-color=dark] .btn-outline-secondary:focus,body[data-layout-color=dark] .btn-outline-secondary:hover{color:#424e5a!important;background-color:#cedeef}body[data-layout-color=dark] .btn-soft-light{color:#424e5a;background-color:rgba(66,78,90,.18);border-color:rgba(66,78,90,.12)}body[data-layout-color=dark] .btn-soft-light.active,body[data-layout-color=dark] .btn-soft-light:active,body[data-layout-color=dark] .btn-soft-light:focus,body[data-layout-color=dark] .btn-soft-light:hover{color:#f3f7f9;background-color:#424e5a;border-color:#424e5a}body[data-layout-color=dark] .btn-soft-dark{color:#f3f7f9;background-color:rgba(243,247,249,.18);border-color:rgba(243,247,249,.12)}body[data-layout-color=dark] .btn-soft-dark.active,body[data-layout-color=dark] .btn-soft-dark:active,body[data-layout-color=dark] .btn-soft-dark:focus,body[data-layout-color=dark] .btn-soft-dark:hover{color:#323a46;background-color:#f3f7f9;border-color:#f3f7f9}body[data-layout-color=dark] .btn-soft-secondary{color:#cedeef;background-color:rgba(206,222,239,.18);border-color:rgba(206,222,239,.12)}body[data-layout-color=dark] .btn-soft-secondary.active,body[data-layout-color=dark] .btn-soft-secondary:active,body[data-layout-color=dark] .btn-soft-secondary:focus,body[data-layout-color=dark] .btn-soft-secondary:hover{color:#323a46;background-color:#cedeef;border-color:#cedeef}.card{box-shadow:var(--ct-card-box-shadow);margin-bottom:24px}.card-drop{font-size:20px;line-height:0;color:inherit}.card-widgets{float:right;height:16px}.card-widgets>a{color:inherit;font-size:18px;display:inline-block;line-height:1}.card-widgets>a.collapsed i:before{content:""}.card-header,.card-title{margin-top:0}.card-disabled{position:absolute;left:0;right:0;top:0;bottom:0;border-radius:.25rem;background:var(--ct-card-overlay-bg);cursor:progress}.card-disabled .card-portlets-loader{background-color:var(--ct-card-overlay-color);-webkit-animation:rotatebox 1.2s ease-in-out infinite;animation:rotatebox 1.2s ease-in-out infinite;height:30px;width:30px;position:absolute;left:50%;top:50%;border-radius:3px;margin-left:-12px;margin-top:-12px}@-webkit-keyframes rotatebox{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes rotatebox{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.header-title{font-size:1rem;margin:0 0 7px 0}.sub-header{font-size:.875rem;margin-bottom:24px;color:var(--ct-text-muted)}.dropdown-menu{padding:.3rem;box-shadow:var(--ct-box-shadow);-webkit-animation-name:DropDownSlide;animation-name:DropDownSlide;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;top:100%}.dropdown-menu.show{top:100%!important}.dropdown-menu i{display:inline-block}.dropdown-menu-end{right:0!important;left:auto!important}.dropdown-menu[data-popper-placement^=left],.dropdown-menu[data-popper-placement^=right],.dropdown-menu[data-popper-placement^=top]{top:auto!important;-webkit-animation:none!important;animation:none!important}@-webkit-keyframes DropDownSlide{to{transform:translateY(0)}0%{transform:translateY(15px)}}@keyframes DropDownSlide{to{transform:translateY(0)}0%{transform:translateY(15px)}}@media(min-width:600px){.dropdown-lg{width:320px}}.dropdown-mega{position:static!important}.dropdown-megamenu{padding:20px;left:20px!important;right:20px!important;background-image:url(http://example.com/images/megamenu-bg.png);background-position:100% 100%;background-repeat:no-repeat}html[dir=rtl] .dropdown-megamenu{left:60px!important;right:-20px!important}.megamenu-list li{padding:5px 20px 5px 25px;position:relative}.megamenu-list li a{color:var(--ct-dropdown-link-color)}.megamenu-list li a:hover{color:#6658dd}.megamenu-list li:before{content:"";position:absolute;left:0;font-family:Material Design Icons}html[dir=ltr] .megamenu-list li:before{content:""}.dropdown-icon-item{border-radius:3px;line-height:34px;text-align:center;padding:15px 0 9px;display:block;border:1px solid transparent;color:var(--ct-dropdown-link-color)}.dropdown-icon-item img{height:24px}.dropdown-icon-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-icon-item:hover{background-color:var(--ct-dropdown-link-hover-bg)}@media(min-width:992px){.dropdown-mega-menu-xl{width:40rem}.dropdown-mega-menu-lg{width:26rem}}.form-control,.form-select{box-shadow:var(--ct-components-shadow-sm)}.form-control-light{background-color:var(--ct-input-light-bg)!important;border-color:var(--ct-input-light-bg)!important}input.form-control[type=color],input.form-control[type=range]{min-height:39px}.custom-select.is-invalid:focus,.custom-select.is-valid:focus,.custom-select:invalid:focus,.custom-select:valid:focus,.form-control.is-invalid:focus,.form-control.is-valid:focus,.form-control:invalid:focus,.form-control:valid:focus{box-shadow:none!important}.comment-area-box .form-control{border-color:#dee2e6;border-radius:.2rem .2rem 0 0}.comment-area-box .comment-area-btn{background-color:#f3f7f9;padding:10px;border:1px solid #dee2e6;border-top:none;border-radius:0 0 .2rem .2rem}.search-bar .form-control{padding-left:40px;padding-right:20px;border-radius:30px}.search-bar span{position:absolute;z-index:10;font-size:16px;line-height:calc(1.5em + .9rem + 2px);left:13px;top:-2px;color:var(--ct-text-muted)}.password-eye:before{font-family:feather!important;content:"";font-style:normal;font-weight:400;font-variant:normal;vertical-align:middle;line-height:1.2;font-size:16px}.show-password .password-eye:before{content:""}body[data-layout-color=dark] .comment-area-box .form-control{border-color:#424e5a}body[data-layout-color=dark] .comment-area-box .comment-area-btn{background-color:#323a46;border:1px solid #424e5a}.modal-title{margin-top:0}.modal-full-width{width:95%;max-width:none}.modal-top{margin:0 auto}.modal-right{position:absolute;right:0;display:flex;flex-flow:column nowrap;justify-content:center;height:100%;margin:0;background-color:var(--ct-modal-content-bg);align-content:center;transform:translate(25%)!important}.modal-right button.btn-close{position:fixed;top:20px;right:20px;z-index:1}.modal.show .modal-left,.modal.show .modal-right{transform:translate(0)!important}.modal-bottom{display:flex;flex-flow:column nowrap;justify-content:flex-end;height:100%;margin:0 auto;align-content:center}.modal-colored-header{color:#fff;border-radius:0}.modal-colored-header .btn-close{color:#fff!important}.nav-pills>a,.nav-pills>li>a,.nav-tabs>li>a{color:#6c757d;font-weight:600}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:auto}.navtab-bg .nav-link{background-color:var(--ct-card-cap-bg);margin:0 5px}.nav-bordered{border-bottom:2px solid rgba(152,166,173,.2)!important}.nav-bordered .nav-item{margin-bottom:-1px}.nav-bordered li a{border:0!important;padding:10px 20px}.nav-bordered a.active{border-bottom:2px solid #6658dd!important}.tab-content{padding:20px 0 0 0}body[data-layout-color=dark] .nav-pills>a,body[data-layout-color=dark] .nav-pills>li>a,body[data-layout-color=dark] .nav-tabs>li>a{color:#dee2e6}body[data-layout-color=dark] .nav-bordered{border-bottom:2px solid rgba(206,222,239,.2)!important}.pagination-rounded .page-link{border-radius:30px!important;margin:0 6px;border:none}.pagination-rounded .page-item:last-child .page-link{margin-right:0}.pagination a{line-height:1.25!important}.popover-header{margin-top:0}.progress-sm{height:5px}.progress-md{height:8px}.progress-lg{height:12px}.progress-xl{height:15px}.progress-vertical{min-height:250px;height:250px;width:10px;position:relative;display:inline-block;margin-bottom:0;margin-right:20px}.progress-vertical .progress-bar{width:100%}.progress-vertical.progress-xl{width:15px}.progress-vertical.progress-lg{width:12px}.progress-vertical.progress-md{width:8px}.progress-vertical.progress-sm{width:5px}.progress-vertical-bottom{min-height:250px;height:250px;position:relative;width:10px;display:inline-block;margin-bottom:0;margin-right:20px}.progress-vertical-bottom .progress-bar{width:100%;bottom:0;position:absolute}.progress-vertical-bottom.progress-xl{width:15px}.progress-vertical-bottom.progress-lg{width:12px}.progress-vertical-bottom.progress-md{width:8px}.progress-vertical-bottom.progress-sm{width:5px}body{padding-right:0!important;padding-left:0!important}body.loading{visibility:hidden;opacity:0}label{font-weight:600}button:focus{outline:none}th{font-weight:700}.table-centered td,.table-centered th{vertical-align:middle!important}.table-nowrap td,.table-nowrap th{white-space:nowrap}.table .table-user img{height:30px;width:30px}.table.table-bordered tbody{border-top:1px solid;border-top-color:inherit}.action-icon{color:#98a6ad;font-size:1.2rem;display:inline-block;padding:0 3px}.action-icon:hover{color:#6c757d}table tr.table-active,table.table-hover tbody tr:hover>*,table.table-striped tbody tr:nth-of-type(odd)>*{--ct-table-accent-bg:#f3f7f9}table.table-striped tbody tr table:not(.table-striped) td,table.table-striped tbody tr table:not(.table-striped) th{--ct-table-accent-bg:transparent}body[data-layout-color=dark] .action-icon{color:#cedeef;font-size:1.2rem;display:inline-block;padding:0 3px}body[data-layout-color=dark] .action-icon:hover{color:#dee2e6}body[data-layout-color=dark] .table-light{--ct-table-bg:#3e4954;color:#fff;border-color:var(--ct-table-group-separator-color)}body[data-layout-color=dark] .table-dark{--ct-table-bg:#424e5a}body[data-layout-color=dark] .table-dark tbody,body[data-layout-color=dark] .table-dark tr{border-color:#4d5b69}body[data-layout-color=dark] table.table-hover tbody tr:hover>*{--ct-table-accent-bg:#3e4954}body[data-layout-color=dark] table td.table-active,body[data-layout-color=dark] table tr.table-active{--ct-table-accent-bg:rgba(0,0,0,.075)}body[data-layout-color=dark] table.table-striped tbody tr:nth-of-type(odd)>*{--ct-table-accent-bg:#3b4651}body[data-layout-color=dark] table.table-striped tbody tr table:not(.table-striped) td,body[data-layout-color=dark] table.table-striped tbody tr table:not(.table-striped) th{--ct-table-accent-bg:transparent}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:Source Sans Pro,sans-serif;color:var(--ct-text-color-h)}.font-11{font-size:11px!important}.font-12{font-size:12px!important}.font-13{font-size:13px!important}.font-14{font-size:14px!important}.font-15{font-size:15px!important}.font-16{font-size:16px!important}.font-17{font-size:17px!important}.font-18{font-size:18px!important}.font-19{font-size:19px!important}.font-20{font-size:20px!important}.font-22{font-size:22px!important}.font-24{font-size:24px!important}.font-26{font-size:26px!important}.font-28{font-size:28px!important}.fw-medium{font-weight:400}.fw-semibold{font-weight:600}.bg-primary{background-color:#6658dd!important}.bg-soft-primary{background-color:rgba(102,88,221,.25)!important}.border-primary{border-color:#6658dd!important}.text-primary{color:#6658dd!important}.bg-secondary{background-color:#6c757d!important}.bg-soft-secondary{background-color:hsla(208,7%,46%,.25)!important}.border-secondary{border-color:#6c757d!important}.text-secondary{color:#6c757d!important}.bg-success{background-color:#1abc9c!important}.bg-soft-success{background-color:rgba(26,188,156,.25)!important}.border-success{border-color:#1abc9c!important}.text-success{color:#1abc9c!important}.bg-purple{background-color:#6658dd!important}.bg-soft-purple{background-color:rgba(102,88,221,.25)!important}.border-purple{border-color:#6658dd!important}.text-purple{color:#6658dd!important}.bg-info{background-color:#4fc6e1!important}.bg-soft-info{background-color:rgba(79,198,225,.25)!important}.border-info{border-color:#4fc6e1!important}.text-info{color:#4fc6e1!important}.bg-warning{background-color:#f7b84b!important}.bg-soft-warning{background-color:rgba(247,184,75,.25)!important}.border-warning{border-color:#f7b84b!important}.text-warning{color:#f7b84b!important}.bg-danger{background-color:#f1556c!important}.bg-soft-danger{background-color:rgba(241,85,108,.25)!important}.border-danger{border-color:#f1556c!important}.text-danger{color:#f1556c!important}.bg-light{background-color:#f3f7f9!important}.bg-soft-light{background-color:rgba(243,247,249,.25)!important}.border-light{border-color:#f3f7f9!important}.text-light{color:#f3f7f9!important}.bg-dark{background-color:#323a46!important}.bg-soft-dark{background-color:rgba(50,58,70,.25)!important}.border-dark{border-color:#323a46!important}.text-dark{color:#323a46!important}.bg-pink{background-color:#f672a7!important}.bg-soft-pink{background-color:rgba(246,114,167,.25)!important}.border-pink{border-color:#f672a7!important}.text-pink{color:#f672a7!important}.bg-blue{background-color:#4a81d4!important}.bg-soft-blue{background-color:rgba(74,129,212,.25)!important}.border-blue{border-color:#4a81d4!important}.text-blue{color:#4a81d4!important}.text-body{color:#6c757d!important}.bg-ghost{opacity:.4}body[data-layout-color=dark] .bg-primary{background-color:#6658dd!important}body[data-layout-color=dark] .bg-soft-primary{background-color:rgba(102,88,221,.25)!important}body[data-layout-color=dark] .border-primary{border-color:#6658dd!important}body[data-layout-color=dark] .text-primary{color:#6658dd!important}body[data-layout-color=dark] .bg-secondary{background-color:#cedeef!important}body[data-layout-color=dark] .bg-soft-secondary{background-color:rgba(206,222,239,.25)!important}body[data-layout-color=dark] .border-secondary{border-color:#cedeef!important}body[data-layout-color=dark] .text-secondary{color:#cedeef!important}body[data-layout-color=dark] .bg-success{background-color:#1abc9c!important}body[data-layout-color=dark] .bg-soft-success{background-color:rgba(26,188,156,.25)!important}body[data-layout-color=dark] .border-success{border-color:#1abc9c!important}body[data-layout-color=dark] .text-success{color:#1abc9c!important}body[data-layout-color=dark] .bg-info{background-color:#4fc6e1!important}body[data-layout-color=dark] .bg-soft-info{background-color:rgba(79,198,225,.25)!important}body[data-layout-color=dark] .border-info{border-color:#4fc6e1!important}body[data-layout-color=dark] .text-info{color:#4fc6e1!important}body[data-layout-color=dark] .bg-warning{background-color:#f7b84b!important}body[data-layout-color=dark] .bg-soft-warning{background-color:rgba(247,184,75,.25)!important}body[data-layout-color=dark] .border-warning{border-color:#f7b84b!important}body[data-layout-color=dark] .text-warning{color:#f7b84b!important}body[data-layout-color=dark] .bg-danger{background-color:#f1556c!important}body[data-layout-color=dark] .bg-soft-danger{background-color:rgba(241,85,108,.25)!important}body[data-layout-color=dark] .border-danger{border-color:#f1556c!important}body[data-layout-color=dark] .text-danger{color:#f1556c!important}body[data-layout-color=dark] .bg-light{background-color:#424e5a!important}body[data-layout-color=dark] .bg-soft-light{background-color:rgba(66,78,90,.25)!important}body[data-layout-color=dark] .border-light{border-color:#424e5a!important}body[data-layout-color=dark] .text-light{color:#424e5a!important}body[data-layout-color=dark] .bg-dark{background-color:#f3f7f9!important}body[data-layout-color=dark] .bg-soft-dark{background-color:rgba(243,247,249,.25)!important}body[data-layout-color=dark] .border-dark{border-color:#f3f7f9!important}body[data-layout-color=dark] .text-dark{color:#f3f7f9!important}body[data-layout-color=dark] .text-body{color:var(--ct-body-color)!important}html{position:relative;min-height:100%}body{overflow-x:hidden}#wrapper{height:100%;overflow:hidden;width:100%}.content-page{margin-left:240px;overflow:hidden;padding:0 15px 65px 15px;min-height:80vh;margin-top:70px}.left-side-menu{width:240px;background:var(--ct-bg-leftbar);bottom:0;padding:20px 0;position:fixed;transition:all .1s ease-out;top:70px;box-shadow:var(--ct-box-shadow)}#sidebar-menu>ul{list-style:none;padding:0}#sidebar-menu>ul>li>a{color:var(--ct-menu-item);display:block;padding:12px 20px;position:relative;transition:all .4s;font-family:Source Sans Pro,sans-serif;font-size:.95rem}#sidebar-menu>ul>li>a:active,#sidebar-menu>ul>li>a:focus,#sidebar-menu>ul>li>a:hover{color:var(--ct-menu-item-hover);text-decoration:none}#sidebar-menu>ul>li>a>span{vertical-align:middle}#sidebar-menu>ul>li>a i{display:inline-block;line-height:1.0625rem;margin:0 10px 0 3px;text-align:center;vertical-align:middle;width:16px;font-size:18px}#sidebar-menu>ul>li>a svg{width:16px;height:16px;margin-left:3px;margin-right:10px}#sidebar-menu>ul>li>a .drop-arrow{float:right}#sidebar-menu>ul>li>a .drop-arrow i{margin-right:0}#sidebar-menu>ul>li>a.mm-active{color:var(--ct-menu-item-active)}#sidebar-menu>ul>li ul{padding-left:34px;list-style:none}#sidebar-menu>ul>li ul ul{padding-left:20px}#sidebar-menu .badge{margin-top:4px}#sidebar-menu .menu-title{padding:10px 20px;letter-spacing:.05em;pointer-events:none;cursor:default;font-size:.6875rem;text-transform:uppercase;color:var(--ct-menu-item);font-weight:600}#sidebar-menu .menuitem-active .active,#sidebar-menu .menuitem-active>a{color:var(--ct-menu-item-active)}.nav-second-level li a{padding:8px 20px;color:var(--ct-menu-item);display:block;position:relative;transition:all .4s;font-size:.875rem}.nav-second-level li a:focus,.nav-second-level li a:hover{color:var(--ct-menu-item-hover)}.nav-second-level li.active>a{color:var(--ct-menu-item-active)}.menu-arrow{transition:transform .15s;position:absolute;right:20px;display:inline-block;font-family:Material Design Icons;text-rendering:auto;line-height:1.5rem;font-size:1.1rem;transform:translate(0)}.menu-arrow:before{content:""}[dir=rtl] .menu-arrow:before{content:""}li.menuitem-active>a:not(.collapsed)>span.menu-arrow,li>a[aria-expanded=true]>span.menu-arrow{transform:rotate(90deg)}body[data-leftbar-size=condensed] .logo-box{width:70px!important}body[data-leftbar-size=condensed] .logo span.logo-lg{display:none}body[data-leftbar-size=condensed] .logo span.logo-sm{display:block}body[data-leftbar-size=condensed] .left-side-menu{position:absolute;padding-top:0;width:70px!important;z-index:5}body[data-leftbar-size=condensed] .left-side-menu .simplebar-content-wrapper,body[data-leftbar-size=condensed] .left-side-menu .simplebar-mask{overflow:visible!important}body[data-leftbar-size=condensed] .left-side-menu .simplebar-scrollbar{display:none!important}body[data-leftbar-size=condensed] .left-side-menu .simplebar-offset{bottom:0!important}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .badge,body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .label,body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .menu-arrow,body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .menu-title{display:none!important}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .nav.collapse{height:inherit!important}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li{position:relative;white-space:nowrap}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a{padding:15px 20px;min-height:54px;transition:none}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a:active,body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a:focus,body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a:hover{color:var(--ct-menu-item-hover)}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a i{font-size:1.3rem;margin-right:20px;margin-left:5px}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a svg{width:18px;height:18px;margin-left:6px}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a span{display:none;padding-left:25px}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a{position:relative;width:260px;color:var(--ct-menu-item-active);background-color:#f3f7f9;box-shadow:inset var(--ct-box-shadow-condensed)}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a span{display:inline}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover a.active :after,body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover a.open :after{display:none}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse,body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing{display:block!important;height:auto!important;transition:none!important}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul,body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing>ul{display:block!important;left:70px;position:absolute;width:190px;box-shadow:var(--ct-box-shadow-condensed)}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul ul,body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing>ul ul{box-shadow:var(--ct-box-shadow-condensed)}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a,body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing>ul a{box-shadow:none;padding:8px 20px;position:relative;width:190px;z-index:6}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a:hover,body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing>ul a:hover{color:var(--ct-menu-item-hover)}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul{padding:5px 0;z-index:9999;display:none;background-color:var(--ct-bg-leftbar)}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul li:hover>.collapse,body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul li:hover>.collapsing{display:block!important;height:auto!important;transition:none!important}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul li:hover>.collapse>ul,body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul li:hover>.collapsing>ul{display:block;left:190px;margin-top:-36px;position:absolute;width:190px}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul li>a span.pull-right{position:absolute;right:20px;top:12px;transform:rotate(270deg)}body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul li.active a{color:var(--ct-menu-item-active)}body[data-leftbar-size=condensed] .content-page{margin-left:70px!important}@media(min-width:992px){body[data-leftbar-size=condensed] .footer{left:70px!important}}body[data-leftbar-size=condensed] .user-box{display:none!important}@media(min-width:768px){body[data-leftbar-size=condensed]:not([data-layout=compact]){min-height:1750px}}@media(max-width:767.98px){.pro-user-name{display:none}}@media(max-width:991.98px){body{overflow-x:hidden;padding-bottom:80px}.left-side-menu{display:none;z-index:10!important}.sidebar-enable .left-side-menu{display:block}.content-page,body[data-leftbar-size=condensed] .content-page{margin-left:0!important;padding:0 10px}.footer{left:0!important}}body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .logo-box{width:160px!important}body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu{width:160px!important;text-align:center}body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu #sidebar-menu>ul>li>a>i{display:block;font-size:18px;line-height:24px;width:100%;margin:0}body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu #sidebar-menu>ul>li>a svg{display:block;margin:0 auto 5px auto}body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu #sidebar-menu>ul ul{padding-left:0}body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu #sidebar-menu>ul ul a{padding:10px 20px}body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu .badge,body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu .menu-arrow{display:none!important}body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu+.content-page{margin-left:160px}body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu+.content-page .footer{left:160px}body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu .menu-title{background-color:#f3f7f9}body[data-leftbar-color=dark]:not([data-layout-mode=detached]) .logo-box{background-color:var(--ct-bg-leftbar-dark)}body[data-leftbar-color=dark]:not([data-layout-mode=detached]) .logo-box .logo-dark{display:none}body[data-leftbar-color=dark]:not([data-layout-mode=detached]) .logo-box .logo-light{display:block}body[data-leftbar-color=dark] .left-side-menu{background-color:var(--ct-bg-leftbar-dark);box-shadow:none}body[data-leftbar-color=dark] .left-side-menu #sidebar-menu>ul>li>a{color:var(--ct-menu-item-color-dark)}body[data-leftbar-color=dark] .left-side-menu #sidebar-menu>ul>li>a:active,body[data-leftbar-color=dark] .left-side-menu #sidebar-menu>ul>li>a:focus,body[data-leftbar-color=dark] .left-side-menu #sidebar-menu>ul>li>a:hover{color:var(--ct-menu-item-hover-color-dark)}body[data-leftbar-color=dark] .left-side-menu #sidebar-menu .menu-title{color:#adb5bd}body[data-leftbar-color=dark] .left-side-menu #sidebar-menu .menuitem-active .active,body[data-leftbar-color=dark] .left-side-menu #sidebar-menu .menuitem-active>a{color:var(--ct-menu-item-active)}body[data-leftbar-color=dark] .left-side-menu .nav-second-level li a,body[data-leftbar-color=dark] .left-side-menu .nav-thrid-level li a{color:var(--ct-menu-item-color-dark)}body[data-leftbar-color=dark] .left-side-menu .nav-second-level li a:focus,body[data-leftbar-color=dark] .left-side-menu .nav-second-level li a:hover,body[data-leftbar-color=dark] .left-side-menu .nav-thrid-level li a:focus,body[data-leftbar-color=dark] .left-side-menu .nav-thrid-level li a:hover{background-color:transparent;color:var(--ct-menu-item-hover-color-dark)}body[data-leftbar-color=dark] .left-side-menu .nav-second-level li.active>a,body[data-leftbar-color=dark] .left-side-menu .nav-thrid-level li.active>a{color:var(--ct-menu-item-active-color-dark)}body[data-leftbar-color=dark] .left-side-menu .user-box .dropdown>a{color:#fff!important}body[data-leftbar-color=dark][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a{background-color:var(--ct-bg-leftbar-dark);box-shadow:none}body[data-leftbar-color=dark][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active{color:var(--ct-menu-item-active)}body[data-leftbar-color=dark][data-leftbar-size=compact] #wrapper .left-side-menu .menu-title{background-color:hsla(0,0%,100%,.03)}body[data-leftbar-color=brand] .logo-box,body[data-leftbar-color=gradient] .logo-box{background-color:var(--ct-bg-leftbar-brand)}body[data-leftbar-color=brand] .menuitem-active>a,body[data-leftbar-color=gradient] .menuitem-active>a{color:#fff!important}body[data-leftbar-color=brand] .left-side-menu,body[data-leftbar-color=gradient] .left-side-menu{background-color:var(--ct-bg-leftbar-brand);box-shadow:none}body[data-leftbar-color=brand] .left-side-menu #sidebar-menu>ul>li>a,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a{color:hsla(0,0%,100%,.7)}body[data-leftbar-color=brand] .left-side-menu #sidebar-menu>ul>li>a:active,body[data-leftbar-color=brand] .left-side-menu #sidebar-menu>ul>li>a:focus,body[data-leftbar-color=brand] .left-side-menu #sidebar-menu>ul>li>a:hover,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a:active,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a:focus,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a:hover{color:hsla(0,0%,100%,.9)}body[data-leftbar-color=brand] .left-side-menu #sidebar-menu>ul>li>a.mm-active,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a.mm-active{color:#fff;background-color:hsla(0,0%,100%,.07)}body[data-leftbar-color=brand] .left-side-menu #sidebar-menu .menu-title,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu .menu-title{color:hsla(0,0%,100%,.6)}body[data-leftbar-color=brand] .left-side-menu #sidebar-menu .mm-active .active,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu .mm-active .active{color:#fff}body[data-leftbar-color=brand] .left-side-menu .nav-second-level li a,body[data-leftbar-color=brand] .left-side-menu .nav-thrid-level li a,body[data-leftbar-color=gradient] .left-side-menu .nav-second-level li a,body[data-leftbar-color=gradient] .left-side-menu .nav-thrid-level li a{color:hsla(0,0%,100%,.7)}body[data-leftbar-color=brand] .left-side-menu .nav-second-level li a:focus,body[data-leftbar-color=brand] .left-side-menu .nav-second-level li a:hover,body[data-leftbar-color=brand] .left-side-menu .nav-thrid-level li a:focus,body[data-leftbar-color=brand] .left-side-menu .nav-thrid-level li a:hover,body[data-leftbar-color=gradient] .left-side-menu .nav-second-level li a:focus,body[data-leftbar-color=gradient] .left-side-menu .nav-second-level li a:hover,body[data-leftbar-color=gradient] .left-side-menu .nav-thrid-level li a:focus,body[data-leftbar-color=gradient] .left-side-menu .nav-thrid-level li a:hover{background-color:transparent;color:#fff}body[data-leftbar-color=brand] .left-side-menu .nav-second-level li.active>a,body[data-leftbar-color=brand] .left-side-menu .nav-thrid-level li.active>a,body[data-leftbar-color=gradient] .left-side-menu .nav-second-level li.active>a,body[data-leftbar-color=gradient] .left-side-menu .nav-thrid-level li.active>a{color:var(--ct-menu-item-active-color-dark)}body[data-leftbar-color=brand] .left-side-menu .user-box .dropdown>a,body[data-leftbar-color=gradient] .left-side-menu .user-box .dropdown>a{color:#fff!important}body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a,body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a{background-color:var(--ct-bg-leftbar-brand);box-shadow:none;color:#fff}body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active,body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active{color:var(--ct-menu-item-active)}body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu .menuitem-active .menuitem-active a.active,body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .menuitem-active .menuitem-active a.active{color:var(--ct-menu-item-active)!important}body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-second-level li a,body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a,body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-second-level li a,body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a{color:var(--ct-menu-item)}body[data-leftbar-color=brand][data-leftbar-size=compact] #wrapper .left-side-menu .menu-title,body[data-leftbar-color=gradient][data-leftbar-size=compact] #wrapper .left-side-menu .menu-title{background-color:hsla(0,0%,100%,.05)}body[data-leftbar-color=gradient] .left-side-menu,body[data-leftbar-color=gradient] .logo-box{background:var(--ct-bg-leftbar-gradient);background-image:linear-gradient(270deg,rgba(64,149,216,.15),transparent)}body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a{background:var(--ct-bg-leftbar-gradient)}body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active{color:var(--ct-menu-item-active)}body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-second-level li a,body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a{color:var(--ct-menu-item)}.user-box{display:none}.user-pro-dropdown{background-color:#f3f7f9;box-shadow:none;padding:15px 5px;width:90%;margin-left:5%!important;margin-top:10px!important}.user-pro-dropdown .dropdown-item{border-radius:3px}.user-pro-dropdown .dropdown-item:hover{background-color:#6658dd;color:#fff}@media(min-width:992px){body[data-layout-mode=detached] .navbar-custom .container-fluid,body[data-layout-mode=detached] .navbar-custom .container-lg,body[data-layout-mode=detached] .navbar-custom .container-md,body[data-layout-mode=detached] .navbar-custom .container-sm,body[data-layout-mode=detached] .navbar-custom .container-xl,body[data-layout-mode=detached] .navbar-custom .container-xxl{max-width:95%}body[data-layout-mode=detached] #wrapper{max-width:95%;margin:0 auto}body[data-layout-mode=detached] .left-side-menu{margin-top:30px;margin-bottom:30px;border-radius:5px}body[data-layout-mode=detached] .content-page{padding-bottom:30px}body[data-layout-mode=detached] .logo-box{background-color:transparent;background-image:none}}body[data-sidebar-user=true] .user-box{display:block}body[data-sidebar-icon=twotones] #sidebar-menu>ul>li>a i{color:#4a81d4}body[data-sidebar-icon=twotones] #sidebar-menu>ul>li>a svg{width:18px;height:18px;margin-left:3px;margin-right:10px;color:#4a81d4;fill:rgba(74,129,212,.2)}body[data-sidebar-icon=twotones][data-leftbar-color=brand] #sidebar-menu>ul>li>a i,body[data-sidebar-icon=twotones][data-leftbar-color=gradient] #sidebar-menu>ul>li>a i{color:#f3f7f9}body[data-sidebar-icon=twotones][data-leftbar-color=brand] #sidebar-menu>ul>li>a svg,body[data-sidebar-icon=twotones][data-leftbar-color=gradient] #sidebar-menu>ul>li>a svg{color:#f3f7f9;fill:rgba(243,247,249,.2)}body[data-leftbar-color=brand]:not([data-layout-mode=detached]) .logo-box .logo-dark,body[data-leftbar-color=gradient]:not([data-layout-mode=detached]) .logo-box .logo-dark{display:none}body[data-leftbar-color=brand]:not([data-layout-mode=detached]) .logo-box .logo-light,body[data-leftbar-color=gradient]:not([data-layout-mode=detached]) .logo-box .logo-light{display:block}body[data-layout-color=dark][data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu .menu-title,body[data-layout-color=dark][data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a{background-color:#323a46}body[data-layout-color=dark][data-leftbar-color=dark] .left-side-menu #sidebar-menu .menu-title{color:#8c98a5}body[data-layout-color=dark] .user-pro-dropdown{background-color:#323a46}.logo,.logo span.logo-lg{display:block}.logo span.logo-sm{display:none}.logo .logo-lg-text-dark{color:#323a46}.logo .logo-lg-text-dark,.logo .logo-lg-text-light{font-weight:700;font-size:22px;text-transform:uppercase}.logo .logo-lg-text-light{color:#fff}.logo-box{height:70px;width:240px;float:left;transition:all .1s ease-out}.logo-box .logo{line-height:70px}.logo-light{display:block}.logo-dark{display:none}.navbar-custom{background-color:var(--ct-bg-topbar-dark);box-shadow:var(--ct-box-shadow);padding:0 10px 0 0;position:fixed;left:0;right:0;height:70px;z-index:1001}.navbar-custom .topnav-menu>li{float:left}.navbar-custom .topnav-menu .nav-link{padding:0 15px;color:hsla(0,0%,100%,.6);min-width:32px;display:block;line-height:70px;text-align:center;max-height:70px}.navbar-custom .dropdown .nav-link.show{background-color:hsla(0,0%,100%,.05)}.navbar-custom .container-fluid,.navbar-custom .container-lg,.navbar-custom .container-md,.navbar-custom .container-sm,.navbar-custom .container-xl,.navbar-custom .container-xxl{padding:0}.navbar-custom .app-search{height:70px;display:table;max-width:180px;margin-right:20px}.navbar-custom .app-search .app-search-box{display:table-cell;vertical-align:middle;position:relative}.navbar-custom .app-search .app-search-box input::-moz-placeholder{font-size:.8125rem;color:hsla(0,0%,100%,.3)}.navbar-custom .app-search .app-search-box input::placeholder{font-size:.8125rem;color:hsla(0,0%,100%,.3)}.navbar-custom .app-search .form-control{border:none;height:38px;padding-left:20px;padding-right:0;color:#fff;background-color:hsla(0,0%,100%,.07);box-shadow:none;border-radius:30px 0 0 30px}.navbar-custom .app-search .input-group-text{margin-left:0!important;z-index:4}.navbar-custom .app-search .btn{background-color:hsla(0,0%,100%,.07);border-color:transparent;color:hsla(0,0%,100%,.3);border-radius:0 30px 30px 0;box-shadow:none!important}.navbar-custom .button-menu-mobile{border:none;color:#fff;display:inline-block;height:70px;line-height:70px;width:60px;background-color:transparent;font-size:24px;cursor:pointer}.navbar-custom .button-menu-mobile.disable-btn{display:none}.noti-scroll{max-height:230px}.notification-list{margin-left:0}.notification-list .noti-title{background-color:transparent;padding:15px 20px}.notification-list .noti-icon-badge{display:inline-block;position:absolute;top:16px;right:10px}.notification-list .notify-item{padding:12px 20px}.notification-list .notify-item .notify-icon{float:left;height:36px;width:36px;font-size:18px;line-height:36px;text-align:center;margin-right:10px;border-radius:50%;color:#fff}.notification-list .notify-item .notify-details{margin-bottom:5px;overflow:hidden;margin-left:45px;text-overflow:ellipsis;white-space:nowrap;color:#343a40}.notification-list .notify-item .notify-details b{font-weight:500}.notification-list .notify-item .notify-details .small,.notification-list .notify-item .notify-details small{display:block}.notification-list .notify-item .notify-details span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.notification-list .notify-item .user-msg{margin-left:45px;white-space:normal;line-height:16px}.notification-list .profile-dropdown .notify-item{padding:7px 20px}.noti-icon{font-size:21px;vertical-align:middle}.profile-dropdown{min-width:170px}.profile-dropdown i{vertical-align:middle;margin-right:5px}.nav-user{padding:0 12px!important}.nav-user img{height:32px;width:32px}.fullscreen-enable [data-toggle=fullscreen] .fe-maximize:before{content:""}@media(max-width:991.98px){.logo-box{width:70px!important;padding-right:0!important}.logo-box .logo-lg{display:none!important}.logo-box .logo-sm{display:block!important}}@media(max-width:600px){.navbar-custom .dropdown{position:static}.navbar-custom .dropdown .dropdown-menu{left:10px!important;right:10px!important}}body[data-topbar-color=light] .navbar-custom{background-color:var(--ct-bg-topbar-light)!important;box-shadow:var(--ct-box-shadow-sm)}body[data-topbar-color=light] .navbar-custom .topnav-menu .nav-link{color:#6c757d}body[data-topbar-color=light] .navbar-custom .dropdown .nav-link.show{background-color:rgba(50,58,70,.03)}body[data-topbar-color=light] .navbar-custom .button-menu-mobile{color:#323a46}body[data-topbar-color=light] .navbar-custom .app-search input::-moz-placeholder{color:#adb5bd!important}body[data-topbar-color=light] .navbar-custom .app-search input::placeholder{color:#adb5bd!important}body[data-topbar-color=light] .navbar-custom .app-search .form-control{color:#323a46;background-color:#f3f7f9;border-color:#f3f7f9}body[data-topbar-color=light] .navbar-custom .app-search .btn{background-color:#f3f7f9;color:#ced4da}body[data-topbar-color=light] .logo-dark{display:block}body[data-topbar-color=light] .logo-light{display:none}@media(max-width:991.98px){body[data-layout-mode=horizontal] .navbar-toggle{border:0;position:relative;padding:0;margin:0;cursor:pointer}body[data-layout-mode=horizontal] .navbar-toggle .lines{width:25px;display:block;position:relative;height:16px;transition:all .5s ease;margin-top:27px}body[data-layout-mode=horizontal] .navbar-toggle span{height:2px;width:100%;background-color:#6c757d;display:block;margin-bottom:5px;transition:transform .5s ease}body[data-layout-mode=horizontal] .navbar-toggle.open span{position:absolute}body[data-layout-mode=horizontal] .navbar-toggle.open span:first-child{top:7px;transform:rotate(45deg)}body[data-layout-mode=horizontal] .navbar-toggle.open span:nth-child(2){visibility:hidden}body[data-layout-mode=horizontal] .navbar-toggle.open span:last-child{width:100%;top:7px;transform:rotate(-45deg)}}body[data-layout-mode=horizontal] .button-menu-mobile{display:none}body[data-layout-mode=horizontal] .logo-box{width:auto;padding-right:50px;background-color:transparent}@media(min-width:992px)and (max-width:1366px){body[data-layout-mode=horizontal] .logo-box{padding-left:20px}}@media(max-width:360px){.navbar-custom .topnav-menu .nav-link{padding:0 12px}.navbar-custom .button-menu-mobile{width:45px}}body[data-layout-mode=two-column][data-topbar-color=dark] .navbar-custom .logo-box .logo-light{display:none}body[data-layout-mode=two-column][data-topbar-color=dark] .navbar-custom .logo-box .logo-dark,body[data-layout-mode=two-column][data-topbar-color=dark][data-leftbar-color=dark] .navbar-custom .logo-box .logo-light{display:block}body[data-layout-mode=two-column][data-topbar-color=dark][data-leftbar-color=dark] .navbar-custom .logo-box .logo-dark{display:none}body[data-layout-mode=two-column][data-topbar-color=dark][data-leftbar-color=brand] .navbar-custom .logo-box .logo-light,body[data-layout-mode=two-column][data-topbar-color=dark][data-leftbar-color=gradient] .navbar-custom .logo-box .logo-light{display:block}body[data-layout-mode=two-column][data-topbar-color=dark][data-leftbar-color=brand] .navbar-custom .logo-box .logo-dark,body[data-layout-mode=two-column][data-topbar-color=dark][data-leftbar-color=gradient] .navbar-custom .logo-box .logo-dark{display:none}body[data-layout-color=dark] .logo .logo-lg-text-dark{color:#f3f7f9}body[data-layout-color=dark] .notification-list .notify-item .notify-details{color:#f7f7f7}body[data-layout-color=dark] .navbar-custom .app-search input::-moz-placeholder{color:#8c98a5!important}body[data-layout-color=dark] .navbar-custom .app-search input::placeholder{color:#8c98a5!important}body[data-layout-color=dark] .navbar-custom .app-search .form-control{color:#f3f7f9;background-color:#323a46;border-color:#323a46}body[data-layout-color=dark] .navbar-custom .app-search .btn{background-color:#323a46;color:#5d7186}body[data-layout-color=dark][data-topbar-color=light] .navbar-custom .topnav-menu .nav-link{color:#dee2e6}body[data-layout-color=dark][data-topbar-color=light] .navbar-custom .dropdown .nav-link.show{background-color:rgba(243,247,249,.03)}body[data-layout-color=dark][data-topbar-color=light] .navbar-custom .button-menu-mobile{color:#f3f7f9}body[data-layout-color=dark][data-layout-mode=default][data-leftbar-color=light][data-topbar-color=light] .navbar-custom .logo-box .logo-light,body[data-layout-color=dark][data-layout-mode=detached][data-topbar-color=light] .navbar-custom .logo-box .logo-light,body[data-layout-color=dark][data-layout-mode=horizontal][data-topbar-color=light] .navbar-custom .logo-box .logo-light,body[data-layout-color=dark][data-sidebar-icon=twotones][data-topbar-color=light][data-leftbar-color=light] .navbar-custom .logo-box .logo-light{display:block}body[data-layout-color=dark][data-layout-mode=default][data-leftbar-color=light][data-topbar-color=light] .navbar-custom .logo-box .logo-dark,body[data-layout-color=dark][data-layout-mode=detached][data-topbar-color=light] .navbar-custom .logo-box .logo-dark,body[data-layout-color=dark][data-layout-mode=horizontal][data-topbar-color=light] .navbar-custom .logo-box .logo-dark,body[data-layout-color=dark][data-sidebar-icon=twotones][data-topbar-color=light][data-leftbar-color=light] .navbar-custom .logo-box .logo-dark{display:none}@media(max-width:991.98px){body[data-layout-color=dark][data-layout-mode=horizontal] .navbar-toggle span{background-color:#dee2e6}}.page-title-box .page-title{font-size:1.25rem;margin:0;line-height:75px;color:#323a46}.page-title-box .page-title-right{float:right;margin-top:22px}.page-title-box .breadcrumb{padding-top:5px}@media(max-width:767.98px){.page-title-box .page-title{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:70px}.page-title-box .breadcrumb{display:none}}@media(max-width:640px){.page-title-box .page-title-right{display:none}}@media(max-width:419px){.page-title-box .breadcrumb{display:none}}body[data-layout-color=dark] .page-title-box .page-title{color:#f3f7f9}.footer{bottom:0;padding:19px 15px 20px;position:absolute;right:0;color:var(--ct-text-muted);left:240px;background-color:var(--ct-footer-bg)}.footer .footer-links a{color:var(--ct-text-muted);margin-left:1.5rem;transition:all .4s}.footer .footer-links a:hover{color:#323a46}.footer .footer-links a:first-of-type{margin-left:0}.footer-alt{left:0!important;text-align:center;background-color:transparent}@media(max-width:767.98px){.footer{left:0!important;text-align:center}}body[data-layout-mode=horizontal] .footer{left:0!important}body[data-layout-mode=horizontal][data-layout-width=boxed] .footer{max-width:1300px!important}@media(min-width:992px){body[data-layout-mode=detached] .footer{position:inherit;margin:0 10px}}body[data-layout-color=dark] .footer .footer-links a:hover{color:#f3f7f9}.right-bar{background-color:var(--ct-rightbar-bg);box-shadow:0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);display:block;position:fixed;transition:all .2s ease-out;width:260px;z-index:9999;float:right!important;right:-270px;top:0;bottom:0}.right-bar .rightbar-title{background-color:#6658dd;padding:27px 25px;color:#fff}.right-bar .right-bar-toggle{background-color:#414b5b;height:24px;width:24px;line-height:27px;color:#fff;text-align:center;border-radius:50%;margin-top:-4px}.right-bar .right-bar-toggle:hover{background-color:#475364}.right-bar .user-box{padding:25px;text-align:center}.right-bar .user-box .user-img{position:relative;height:64px;width:64px;margin:0 auto 15px auto}.right-bar .user-box .user-img .user-edit{position:absolute;right:-5px;bottom:0;height:24px;width:24px;background-color:#fff;line-height:24px;border-radius:50%;box-shadow:var(--ct-box-shadow-lg)}.right-bar .user-box .h5,.right-bar .user-box h5{margin-bottom:2px}.right-bar .user-box .h5 a,.right-bar .user-box h5 a{color:#323a46}.right-bar .notification-item .noti-user-item{padding:.75rem 1rem}.right-bar .notification-item .noti-user-item:hover{background-color:var(--ct-dropdown-link-hover-bg)}.right-bar .notification-item .user-status{position:absolute;right:0;bottom:-4px;font-size:10px}.right-bar .notification-item .user-status.online{color:#1abc9c}.right-bar .notification-item .user-status.away{color:#f7b84b}.right-bar .notification-item .user-status.busy{color:#f1556c}.rightbar-overlay{background-color:rgba(50,58,70,.2);position:absolute;left:0;right:0;top:0;bottom:0;display:none;z-index:9998;transition:all .2s ease-out}.right-bar-enabled .right-bar{right:0}.right-bar-enabled .rightbar-overlay{display:block}@media(max-width:767.98px){.right-bar{overflow:auto}.right-bar .slimscroll-menu{height:auto!important}}body[data-layout-color=dark] .right-bar .right-bar-toggle,body[data-layout-color=dark] .right-bar .right-bar-toggle:hover{background-color:#fff}body[data-layout-color=dark] .right-bar .user-box .h5 a,body[data-layout-color=dark] .right-bar .user-box h5 a{color:#f3f7f9}body[data-layout-color=dark] .rightbar-overlay{background-color:rgba(243,247,249,.2)}body[data-layout-width=boxed] #wrapper{max-width:1300px;margin:0 auto;box-shadow:var(--ct-box-shadow-lg)}body[data-layout-width=boxed] .navbar-custom{max-width:1300px;margin:0 auto}body[data-layout-width=boxed] .footer{margin:0 auto;max-width:1060px}body[data-layout-width=boxed][data-leftbar-size=condensed] .footer{max-width:1230px}body[data-layout-width=boxed][data-leftbar-size=compact] .footer{max-width:1140px}@media(min-width:768px){body[data-layout-width=boxed][data-leftbar-size=condensed] .content-page{min-height:1680px}}@media(min-width:1200px){body[data-menu-position=scrollable]:not([data-leftbar-size=condensed]):not([data-leftbar-size=compact]):not([data-layout-mode=two-column]){padding-bottom:0}body[data-menu-position=scrollable]:not([data-leftbar-size=condensed]):not([data-leftbar-size=compact]):not([data-layout-mode=two-column]) #wrapper{display:flex}body[data-menu-position=scrollable]:not([data-leftbar-size=condensed]):not([data-leftbar-size=compact]):not([data-layout-mode=two-column]) .navbar-custom,body[data-menu-position=scrollable]:not([data-leftbar-size=condensed]):not([data-leftbar-size=compact]):not([data-layout-mode=two-column]) .topnav{position:absolute}body[data-menu-position=scrollable]:not([data-leftbar-size=condensed]):not([data-leftbar-size=compact]):not([data-layout-mode=two-column]) .left-side-menu{position:relative;min-width:240px;max-width:240px;padding:20px 0 90px}body[data-menu-position=scrollable]:not([data-leftbar-size=condensed]):not([data-leftbar-size=compact]):not([data-layout-mode=two-column]) .content-page{margin-left:0;width:100%;padding-bottom:60px}body[data-layout-mode=horizontal] .container-fluid,body[data-layout-mode=horizontal] .container-lg,body[data-layout-mode=horizontal] .container-md,body[data-layout-mode=horizontal] .container-sm,body[data-layout-mode=horizontal] .container-xl,body[data-layout-mode=horizontal] .container-xxl{max-width:90%}body[data-layout-mode=horizontal] .navbar-custom{padding:0 24px}}body[data-layout-mode=horizontal] .content-page{margin-left:0!important}.topnav{background:var(--ct-bg-topbar-light);box-shadow:var(--ct-box-shadow);margin-top:70px;padding:0 12px;position:fixed;left:0;right:0;z-index:100}.topnav .topnav-menu{margin:0;padding:0}.topnav .navbar-nav .nav-link{font-size:.95rem;position:relative;line-height:22px;padding:16.5px 1.1rem;color:var(--ct-hori-menu-item-color);font-family:Source Sans Pro,sans-serif}.topnav .navbar-nav .nav-link i{font-size:15px;display:inline-block}.topnav .navbar-nav .nav-link:focus,.topnav .navbar-nav .nav-link:hover{color:var(--ct-menu-item-hover);background-color:transparent}.topnav .navbar-nav .nav-item.dropdown.active>a.dropdown-toggle{color:var(--ct-menu-item-active)}@media(min-width:992px){.topnav{height:55px}.topnav .navbar-nav .nav-item:first-of-type .nav-link{padding-left:0}.topnav .dropdown-item{padding:.5rem 1.25rem;min-width:180px;margin:0 .3rem;width:auto}.topnav .dropdown-item.active{background-color:transparent;color:var(--ct-menu-item-active)}.topnav .dropdown.mega-dropdown .mega-dropdown-menu{left:0;right:auto}.topnav .dropdown .dropdown-menu{padding:.3rem 0;margin-top:0;border-radius:0 0 .25rem .25rem}.topnav .dropdown .dropdown-menu .arrow-down:after{right:20px;transform:rotate(-135deg) translateY(-50%);position:absolute}.topnav .dropdown .dropdown-menu .dropdown .dropdown-menu{position:absolute;top:0!important;left:100%;display:none}.topnav .dropdown:hover>.nav-link{color:var(--ct-menu-item-hover)}.topnav .dropdown:hover>.dropdown-menu{display:block}.topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-item{color:var(--ct-menu-item-active)}.topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu{display:block}.navbar-toggle{display:none}body[data-layout-mode=horizontal] .content-page{padding:55px 15px 65px 15px}}.arrow-down,.arrow-down:after{display:inline-block}.arrow-down:after{border-color:initial;border-style:solid;border-width:0 0 1px 1px;content:"";height:.4em;right:5px;top:50%;margin-left:10px;transform:rotate(-45deg) translateY(-50%);transform-origin:top;transition:all .3s ease-out;width:.4em}@media(max-width:1199.98px){.topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu{right:100%;left:auto}}@media(max-width:991.98px){.topnav{max-height:360px;overflow-y:auto;padding:0}.topnav .navbar-nav .nav-link{padding:.75rem 1.1rem}.topnav .dropdown .dropdown-menu{background-color:transparent;border:none;box-shadow:none;padding-left:15px}.topnav .dropdown .dropdown-item{position:relative;background-color:transparent}.topnav .dropdown .dropdown-item.active,.topnav .dropdown .dropdown-item:active{color:var(--ct-menu-item-active)}.topnav .arrow-down:after{right:15px;position:absolute}}@media(min-width:992px){body[data-layout-mode=horizontal][data-topbar-color=light] .topnav{background-color:var(--ct-bg-topbar-dark)}body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link{color:hsla(0,0%,100%,.7)}body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link:focus,body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.9)}body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-item:hover .nav-link,body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link.active{color:#fff}body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav>.dropdown.active>a{color:hsla(0,0%,100%,.9)!important}}body[data-layout-mode=horizontal][data-layout-width=boxed] .topnav{max-width:1300px;margin:70px auto 0}body[data-layout-mode=two-column] .left-side-menu{width:290px;background-color:transparent;box-shadow:none}body[data-layout-mode=two-column] .sidebar-icon-menu{position:fixed;width:70px;z-index:500;top:0;bottom:0;padding-bottom:20px;background-color:var(--ct-twocolumn-sidebar-iconview-bg)}body[data-layout-mode=two-column] .sidebar-icon-menu .logo{display:block;width:70px;height:70px;line-height:70px;text-align:center}body[data-layout-mode=two-column] .sidebar-icon-menu .nav{background-color:transparent;margin:24px auto}body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link{text-align:center;width:40px;height:40px;line-height:40px;margin:12px auto;padding:0;border-radius:4px}body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link.active{background-color:hsla(0,0%,100%,.12)}body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link svg{color:#fff;fill:hsla(0,0%,100%,.12);height:22px;width:22px}body[data-layout-mode=two-column] .sidebar-main-menu{display:block;position:fixed;width:220px;background-color:var(--ct-twocolumn-sidebar-bg);top:70px;bottom:0;left:70px;padding:30px 5px;box-shadow:var(--ct-box-shadow);transition:all .1s ease-out}body[data-layout-mode=two-column] .sidebar-main-menu .sidebar-menu-body{padding:20px}body[data-layout-mode=two-column] .sidebar-main-menu .menu-title{color:#adb5bd!important;margin:0;padding:10px 20px;letter-spacing:.05em;font-size:.7rem;text-transform:uppercase;font-weight:600}body[data-layout-mode=two-column] .sidebar-main-menu .nav>.nav-item>.nav-link{color:var(--ct-menu-item);font-size:.95rem;font-family:Source Sans Pro,sans-serif}body[data-layout-mode=two-column] .sidebar-main-menu .nav>.nav-item .menu-arrow{right:10px}body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link{position:relative;color:var(--ct-menu-item);padding:6px 15px;border-radius:3px;margin:3px 5px}body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link.active,body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link:focus,body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link:hover{color:var(--ct-menu-item-active)}body[data-layout-mode=two-column] .sidebar-main-menu .nav .menuitem-active>a.nav-link{color:var(--ct-menu-item-active);background-color:var(--ct-menuitem-active-bg)}body[data-layout-mode=two-column] .sidebar-main-menu .nav .menuitem-active a.active{color:var(--ct-menu-item-active)}body[data-layout-mode=two-column] .sidebar-main-menu #sidebar-menu .menu-arrow{top:7px}body[data-layout-mode=two-column] .sidebar-main-menu .nav-second-level{padding-left:15px;list-style:none}@media(min-width:992px){body[data-layout-mode=two-column] .navbar-custom{left:70px!important;padding-left:0}body[data-layout-mode=two-column] .navbar-custom .logo-box{width:220px}body[data-layout-mode=two-column] .navbar-custom .logo-box .logo-sm{display:none}body[data-layout-mode=two-column][data-leftbar-size=condensed] .logo-box{width:0!important}}body[data-layout-mode=two-column][data-leftbar-color=light] .logo-box{background-color:var(--ct-twocolumn-sidebar-bg)}@media(min-width:992px){body[data-layout-mode=two-column] .content-page{margin-left:290px}body[data-layout-mode=two-column] .footer{left:290px}body[data-layout-mode=two-column][data-leftbar-size=condensed] .sidebar-main-menu{display:none}}body[data-layout-mode=two-column] .twocolumn-menu-item{display:none}body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu{background-color:var(--ct-bg-leftbar-dark)}body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu .nav>.nav-item>.nav-link{color:var(--ct-menu-item-color-dark)}body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu .nav .nav-link.active,body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu .nav .nav-link:focus,body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu .nav .nav-link:hover{color:var(--ct-menu-item-hover-color-dark)}body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu .nav .menuitem-active>a.nav-link{color:var(--ct-menu-item-active);background-color:var(--ct-menuitem-active-bg)}body[data-layout-mode=two-column][data-leftbar-color=dark] .sidebar-main-menu .nav .menuitem-active a.active{color:var(--ct-menu-item-active)}body[data-layout-mode=two-column][data-leftbar-color=brand] .sidebar-main-menu .nav>.nav-item>.nav-link,body[data-layout-mode=two-column][data-leftbar-color=gradient] .sidebar-main-menu .nav>.nav-item>.nav-link{color:hsla(0,0%,100%,.7)}body[data-layout-mode=two-column][data-leftbar-color=brand] .sidebar-main-menu .nav .nav-link.active,body[data-layout-mode=two-column][data-leftbar-color=brand] .sidebar-main-menu .nav .nav-link:focus,body[data-layout-mode=two-column][data-leftbar-color=brand] .sidebar-main-menu .nav .nav-link:hover,body[data-layout-mode=two-column][data-leftbar-color=gradient] .sidebar-main-menu .nav .nav-link.active,body[data-layout-mode=two-column][data-leftbar-color=gradient] .sidebar-main-menu .nav .nav-link:focus,body[data-layout-mode=two-column][data-leftbar-color=gradient] .sidebar-main-menu .nav .nav-link:hover{color:hsla(0,0%,100%,.9)}body[data-layout-mode=two-column][data-leftbar-color=brand] .sidebar-main-menu{background-color:var(--ct-bg-leftbar-brand)}body[data-layout-mode=two-column][data-leftbar-color=gradient] .sidebar-main-menu{background:var(--ct-bg-leftbar-gradient);background-image:linear-gradient(270deg,rgba(64,149,216,.15),transparent)}body[data-layout-mode=two-column][data-layout-width=boxed] .navbar-custom{max-width:1230px}body[data-layout-mode=two-column][data-layout-width=boxed] .sidebar-main-menu{position:absolute;top:0}body[data-layout-mode=two-column][data-layout-width=boxed]:not([data-leftbar-size=condensed]) .footer{max-width:1010px}body[data-layout-color=dark][data-layout-mode=two-column] .sidebar-main-menu .menu-title{color:#8c98a5!important}.avatar-xs{height:1.5rem;width:1.5rem}.avatar-sm{height:2.25rem;width:2.25rem}.avatar-md{height:3.5rem;width:3.5rem}.avatar-lg{height:4.5rem;width:4.5rem}.avatar-xl{height:6rem;width:6rem}.avatar-xxl{height:7.5rem;width:7.5rem}.avatar-title{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;width:100%}.avatar-group{padding-left:12px}.avatar-group .avatar-group-item{margin:0 0 10px -12px;display:inline-block;border:2px solid #fff;border-radius:50%}body[data-layout-color=dark] .avatar-group .avatar-group-item{border:2px solid #36404a}.width-xs{min-width:80px}.width-sm{min-width:100px}.width-md{min-width:120px}.width-lg{min-width:140px}.width-xl{min-width:160px}.font-family-primary{font-family:Nunito,sans-serif}.font-family-secondary{font-family:Source Sans Pro,sans-serif}.sp-line-1,.sp-line-2,.sp-line-3,.sp-line-4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.sp-line-1{-webkit-line-clamp:1}.sp-line-2{-webkit-line-clamp:2}.sp-line-3{-webkit-line-clamp:3}.sp-line-4{-webkit-line-clamp:4}.icon-dual{color:var(--ct-text-muted);fill:rgba(152,166,173,.12)}.icon-dual-primary{color:#6658dd;fill:rgba(102,88,221,.16)}.icon-dual-secondary{color:#6c757d;fill:hsla(208,7%,46%,.16)}.icon-dual-success{color:#1abc9c;fill:rgba(26,188,156,.16)}.icon-dual-purple{color:#6658dd;fill:rgba(102,88,221,.16)}.icon-dual-info{color:#4fc6e1;fill:rgba(79,198,225,.16)}.icon-dual-warning{color:#f7b84b;fill:rgba(247,184,75,.16)}.icon-dual-danger{color:#f1556c;fill:rgba(241,85,108,.16)}.icon-dual-light{color:#f3f7f9;fill:rgba(243,247,249,.16)}.icon-dual-dark{color:#323a46;fill:rgba(50,58,70,.16)}.icon-dual-pink{color:#f672a7;fill:rgba(246,114,167,.16)}.icon-dual-blue{color:#4a81d4;fill:rgba(74,129,212,.16)}.icons-xs{height:16px;width:16px}.icons-sm{height:24px;width:24px}.icons-md{height:32px;width:32px}.icons-lg{height:40px;width:40px}.icons-xl{height:48px;width:48px}.icons-xxl{height:60px;width:60px}.item-hovered:hover{background-color:var(--ct-dropdown-link-hover-bg)}body[data-layout-color=dark] .icon-dual{fill:rgba(206,222,239,.12)}.social-list-item{height:2rem;width:2rem;line-height:calc(2rem - 2px);display:block;border:2px solid #adb5bd;border-radius:50%;color:#adb5bd}body[data-layout-color=dark] .social-list-item{border:2px solid #8c98a5;color:#8c98a5}.widget-flat{position:relative;overflow:hidden}.widget-flat i.widget-icon{font-size:36px}.inbox-widget .inbox-item{border-bottom:1px solid rgba(222,226,230,.5);overflow:hidden;padding:.625rem 0;position:relative}.inbox-widget .inbox-item:last-of-type{border-bottom:none}.inbox-widget .inbox-item .inbox-item-img{display:block;float:left;margin-right:15px;width:40px}.inbox-widget .inbox-item .inbox-item-img img{width:40px}.inbox-widget .inbox-item .inbox-item-author{color:var(--ct-text-color-h);display:block;margin-bottom:3px;font-weight:600}.inbox-widget .inbox-item .inbox-item-text{color:var(--ct-text-muted);display:block;font-size:.8125rem;margin:0;overflow:hidden}.inbox-widget .inbox-item .inbox-item-date{color:#98a6ad;font-size:.6875rem;position:absolute;right:5px;top:10px}.conversation-list{list-style:none;padding:0 15px}.conversation-list li{margin-bottom:20px}.conversation-list li .conversation-actions{float:right;display:none}.conversation-list li:hover .conversation-actions{display:block}.conversation-list .chat-avatar{float:left;text-align:center;width:42px}.conversation-list .chat-avatar img{border-radius:100%;width:100%}.conversation-list .chat-avatar i{font-size:12px;font-style:normal}.conversation-list .ctext-wrap{background:var(--ct-chat-secondary-user-bg);border-radius:3px;display:inline-block;padding:12px;position:relative}.conversation-list .ctext-wrap i{display:block;font-size:12px;font-style:normal;font-weight:600;position:relative}.conversation-list .ctext-wrap p{margin:0;padding-top:3px}.conversation-list .ctext-wrap:after{left:-10px;top:0;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-top-color:var(--ct-chat-secondary-user-bg);border-width:6px;margin-right:-1px;border-right-color:var(--ct-chat-secondary-user-bg)}.conversation-list .conversation-text{float:left;font-size:12px;margin-left:12px;width:70%}.conversation-list .odd .chat-avatar{float:right!important}.conversation-list .odd .conversation-text{float:right!important;margin-right:12px;text-align:right;width:70%!important}.conversation-list .odd .ctext-wrap{background-color:var(--ct-chat-primary-user-bg)}.conversation-list .odd .ctext-wrap:after{border-color:transparent;border-left-color:var(--ct-chat-primary-user-bg);border-top-color:var(--ct-chat-primary-user-bg);right:-10px!important;left:auto}.conversation-list .odd .conversation-actions{float:left}body[data-layout-color=dark] .inbox-widget .inbox-item{border-bottom:1px solid rgba(66,78,90,.5)}body[data-layout-color=dark] .inbox-widget .inbox-item .inbox-item-date{color:#cedeef}.form-check.form-check-primary .form-check-input:checked{background-color:#6658dd!important;border-color:#6658dd!important}.form-check.form-check-secondary .form-check-input:checked{background-color:#6c757d!important;border-color:#6c757d!important}.form-check.form-check-success .form-check-input:checked{background-color:#1abc9c!important;border-color:#1abc9c!important}.form-check.form-check-purple .form-check-input:checked{background-color:#6658dd!important;border-color:#6658dd!important}.form-check.form-check-info .form-check-input:checked{background-color:#4fc6e1!important;border-color:#4fc6e1!important}.form-check.form-check-warning .form-check-input:checked{background-color:#f7b84b!important;border-color:#f7b84b!important}.form-check.form-check-danger .form-check-input:checked{background-color:#f1556c!important;border-color:#f1556c!important}.form-check.form-check-light .form-check-input:checked{background-color:#f3f7f9!important;border-color:#f3f7f9!important}.form-check.form-check-dark .form-check-input:checked{background-color:#323a46!important;border-color:#323a46!important}.form-check.form-check-pink .form-check-input:checked{background-color:#f672a7!important;border-color:#f672a7!important}.form-check.form-check-blue .form-check-input:checked{background-color:#4a81d4!important;border-color:#4a81d4!important}.ribbon-box{position:relative}.ribbon-box .ribbon{position:relative;clear:both;padding:5px 12px;margin-bottom:15px;box-shadow:2px 5px 10px rgba(50,58,70,.15);color:#fff;font-size:13px;font-weight:600}.ribbon-box .ribbon:before{content:" ";border-style:solid;border-width:10px;display:block;position:absolute;bottom:-10px;left:0;margin-bottom:-10px;z-index:-1}.ribbon-box .ribbon.float-start{margin-left:-30px;border-radius:0 3px 3px 0}.ribbon-box .ribbon.float-end{margin-right:-30px;border-radius:3px 0 0 3px}.ribbon-box .ribbon.float-end:before{right:0}.ribbon-box .ribbon.float-center span{margin:0 auto 20px auto}.ribbon-box .ribbon-content{clear:both}.ribbon-box .ribbon-primary{background:#6658dd}.ribbon-box .ribbon-primary:before{border-color:#3f2ed4 transparent transparent}.ribbon-box .ribbon-secondary{background:#6c757d}.ribbon-box .ribbon-secondary:before{border-color:#545b62 transparent transparent}.ribbon-box .ribbon-success{background:#1abc9c}.ribbon-box .ribbon-success:before{border-color:#148f77 transparent transparent}.ribbon-box .ribbon-purple{background:#6658dd}.ribbon-box .ribbon-purple:before{border-color:#3f2ed4 transparent transparent}.ribbon-box .ribbon-info{background:#4fc6e1}.ribbon-box .ribbon-info:before{border-color:#25b7d8 transparent transparent}.ribbon-box .ribbon-warning{background:#f7b84b}.ribbon-box .ribbon-warning:before{border-color:#f5a51a transparent transparent}.ribbon-box .ribbon-danger{background:#f1556c}.ribbon-box .ribbon-danger:before{border-color:#ed2643 transparent transparent}.ribbon-box .ribbon-light{background:#f3f7f9}.ribbon-box .ribbon-light:before{border-color:#d1e0e8 transparent transparent}.ribbon-box .ribbon-dark{background:#323a46}.ribbon-box .ribbon-dark:before{border-color:#1d2128 transparent transparent}.ribbon-box .ribbon-pink{background:#f672a7}.ribbon-box .ribbon-pink:before{border-color:#f34289 transparent transparent}.ribbon-box .ribbon-blue{background:#4a81d4}.ribbon-box .ribbon-blue:before{border-color:#2d67be transparent transparent}.ribbon-box .ribbon-two{position:absolute;left:-5px;top:-5px;z-index:1;overflow:hidden;width:75px;height:75px;text-align:right}.ribbon-box .ribbon-two span{font-size:13px;color:#fff;text-align:center;line-height:20px;transform:rotate(-45deg);width:100px;display:block;box-shadow:0 0 8px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);position:absolute;top:19px;left:-21px;font-weight:600}.ribbon-box .ribbon-two span:before{left:0;border-right:3px solid transparent}.ribbon-box .ribbon-two span:after,.ribbon-box .ribbon-two span:before{content:"";position:absolute;top:100%;z-index:-1;border-bottom:3px solid transparent}.ribbon-box .ribbon-two span:after{right:0;border-left:3px solid transparent}.ribbon-box .ribbon-two-primary span{background:#6658dd}.ribbon-box .ribbon-two-primary span:before{border-left:3px solid #3827c1;border-top:3px solid #3827c1}.ribbon-box .ribbon-two-primary span:after{border-right:3px solid #3827c1;border-top:3px solid #3827c1}.ribbon-box .ribbon-two-secondary span{background:#6c757d}.ribbon-box .ribbon-two-secondary span:before{border-left:3px solid #494f54;border-top:3px solid #494f54}.ribbon-box .ribbon-two-secondary span:after{border-right:3px solid #494f54;border-top:3px solid #494f54}.ribbon-box .ribbon-two-success span{background:#1abc9c}.ribbon-box .ribbon-two-success span:before{border-left:3px solid #117964;border-top:3px solid #117964}.ribbon-box .ribbon-two-success span:after{border-right:3px solid #117964;border-top:3px solid #117964}.ribbon-box .ribbon-two-purple span{background:#6658dd}.ribbon-box .ribbon-two-purple span:before{border-left:3px solid #3827c1;border-top:3px solid #3827c1}.ribbon-box .ribbon-two-purple span:after{border-right:3px solid #3827c1;border-top:3px solid #3827c1}.ribbon-box .ribbon-two-info span{background:#4fc6e1}.ribbon-box .ribbon-two-info span:before{border-left:3px solid #21a5c2;border-top:3px solid #21a5c2}.ribbon-box .ribbon-two-info span:after{border-right:3px solid #21a5c2;border-top:3px solid #21a5c2}.ribbon-box .ribbon-two-warning span{background:#f7b84b}.ribbon-box .ribbon-two-warning span:before{border-left:3px solid #eb990a;border-top:3px solid #eb990a}.ribbon-box .ribbon-two-warning span:after{border-right:3px solid #eb990a;border-top:3px solid #eb990a}.ribbon-box .ribbon-two-danger span{background:#f1556c}.ribbon-box .ribbon-two-danger span:before{border-left:3px solid #e71332;border-top:3px solid #e71332}.ribbon-box .ribbon-two-danger span:after{border-right:3px solid #e71332;border-top:3px solid #e71332}.ribbon-box .ribbon-two-light span{background:#f3f7f9}.ribbon-box .ribbon-two-light span:before{border-left:3px solid #c0d5e0;border-top:3px solid #c0d5e0}.ribbon-box .ribbon-two-light span:after{border-right:3px solid #c0d5e0;border-top:3px solid #c0d5e0}.ribbon-box .ribbon-two-dark span{background:#323a46}.ribbon-box .ribbon-two-dark span:before{border-left:3px solid #121519;border-top:3px solid #121519}.ribbon-box .ribbon-two-dark span:after{border-right:3px solid #121519;border-top:3px solid #121519}.ribbon-box .ribbon-two-pink span{background:#f672a7}.ribbon-box .ribbon-two-pink span:before{border-left:3px solid #f12a7a;border-top:3px solid #f12a7a}.ribbon-box .ribbon-two-pink span:after{border-right:3px solid #f12a7a;border-top:3px solid #f12a7a}.ribbon-box .ribbon-two-blue span{background:#4a81d4}.ribbon-box .ribbon-two-blue span:before{border-left:3px solid #285ca9;border-top:3px solid #285ca9}.ribbon-box .ribbon-two-blue span:after{border-right:3px solid #285ca9;border-top:3px solid #285ca9}body[data-layout-color=dark] .ribbon-box .ribbon{box-shadow:2px 5px 10px rgba(243,247,249,.15)}body[data-layout-color=dark] .ribbon-box .ribbon-primary{background:#6658dd}body[data-layout-color=dark] .ribbon-box .ribbon-primary:before{border-color:#3f2ed4 transparent transparent}body[data-layout-color=dark] .ribbon-box .ribbon-two-primary span{background:#6658dd}body[data-layout-color=dark] .ribbon-box .ribbon-two-primary span:before{border-left:3px solid #3827c1;border-top:3px solid #3827c1}body[data-layout-color=dark] .ribbon-box .ribbon-two-primary span:after{border-right:3px solid #3827c1;border-top:3px solid #3827c1}body[data-layout-color=dark] .ribbon-box .ribbon-secondary{background:#cedeef}body[data-layout-color=dark] .ribbon-box .ribbon-secondary:before{border-color:#a8c4e2 transparent transparent}body[data-layout-color=dark] .ribbon-box .ribbon-two-secondary span{background:#cedeef}body[data-layout-color=dark] .ribbon-box .ribbon-two-secondary span:before{border-left:3px solid #94b7dc;border-top:3px solid #94b7dc}body[data-layout-color=dark] .ribbon-box .ribbon-two-secondary span:after{border-right:3px solid #94b7dc;border-top:3px solid #94b7dc}body[data-layout-color=dark] .ribbon-box .ribbon-success{background:#1abc9c}body[data-layout-color=dark] .ribbon-box .ribbon-success:before{border-color:#148f77 transparent transparent}body[data-layout-color=dark] .ribbon-box .ribbon-two-success span{background:#1abc9c}body[data-layout-color=dark] .ribbon-box .ribbon-two-success span:before{border-left:3px solid #117964;border-top:3px solid #117964}body[data-layout-color=dark] .ribbon-box .ribbon-two-success span:after{border-right:3px solid #117964;border-top:3px solid #117964}body[data-layout-color=dark] .ribbon-box .ribbon-info{background:#4fc6e1}body[data-layout-color=dark] .ribbon-box .ribbon-info:before{border-color:#25b7d8 transparent transparent}body[data-layout-color=dark] .ribbon-box .ribbon-two-info span{background:#4fc6e1}body[data-layout-color=dark] .ribbon-box .ribbon-two-info span:before{border-left:3px solid #21a5c2;border-top:3px solid #21a5c2}body[data-layout-color=dark] .ribbon-box .ribbon-two-info span:after{border-right:3px solid #21a5c2;border-top:3px solid #21a5c2}body[data-layout-color=dark] .ribbon-box .ribbon-warning{background:#f7b84b}body[data-layout-color=dark] .ribbon-box .ribbon-warning:before{border-color:#f5a51a transparent transparent}body[data-layout-color=dark] .ribbon-box .ribbon-two-warning span{background:#f7b84b}body[data-layout-color=dark] .ribbon-box .ribbon-two-warning span:before{border-left:3px solid #eb990a;border-top:3px solid #eb990a}body[data-layout-color=dark] .ribbon-box .ribbon-two-warning span:after{border-right:3px solid #eb990a;border-top:3px solid #eb990a}body[data-layout-color=dark] .ribbon-box .ribbon-danger{background:#f1556c}body[data-layout-color=dark] .ribbon-box .ribbon-danger:before{border-color:#ed2643 transparent transparent}body[data-layout-color=dark] .ribbon-box .ribbon-two-danger span{background:#f1556c}body[data-layout-color=dark] .ribbon-box .ribbon-two-danger span:before{border-left:3px solid #e71332;border-top:3px solid #e71332}body[data-layout-color=dark] .ribbon-box .ribbon-two-danger span:after{border-right:3px solid #e71332;border-top:3px solid #e71332}body[data-layout-color=dark] .ribbon-box .ribbon-light{background:#424e5a}body[data-layout-color=dark] .ribbon-box .ribbon-light:before{border-color:#2c353d transparent transparent}body[data-layout-color=dark] .ribbon-box .ribbon-two-light span{background:#424e5a}body[data-layout-color=dark] .ribbon-box .ribbon-two-light span:before{border-left:3px solid #22282e;border-top:3px solid #22282e}body[data-layout-color=dark] .ribbon-box .ribbon-two-light span:after{border-right:3px solid #22282e;border-top:3px solid #22282e}body[data-layout-color=dark] .ribbon-box .ribbon-dark{background:#f3f7f9}body[data-layout-color=dark] .ribbon-box .ribbon-dark:before{border-color:#d1e0e8 transparent transparent}body[data-layout-color=dark] .ribbon-box .ribbon-two-dark span{background:#f3f7f9}body[data-layout-color=dark] .ribbon-box .ribbon-two-dark span:before{border-left:3px solid #c0d5e0;border-top:3px solid #c0d5e0}body[data-layout-color=dark] .ribbon-box .ribbon-two-dark span:after{border-right:3px solid #c0d5e0;border-top:3px solid #c0d5e0}@media print{.footer,.left-side-menu,.navbar-custom,.page-title-box,.right-bar{display:none}.card-body,.content,.content-page,.right-bar,body{padding:0;margin:0}}#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--ct-card-bg);z-index:9999}#status{width:40px;height:40px;position:absolute;left:50%;top:50%;margin:-20px 0 0 -20px}.spinner{margin:0 auto;font-size:10px;position:relative;text-indent:-9999em;border-top:5px solid #dee2e6;border-right:5px solid #dee2e6;border-bottom:5px solid #dee2e6;border-left:5px solid #6658dd;transform:translateZ(0);-webkit-animation:SpinnerAnimation 1.1s linear infinite;animation:SpinnerAnimation 1.1s linear infinite}.spinner,.spinner:after{border-radius:50%;width:40px;height:40px}@-webkit-keyframes SpinnerAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes SpinnerAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body[data-layout-color=dark] .spinner{border-top:5px solid #424e5a;border-right:5px solid #424e5a;border-bottom:5px solid #424e5a}.authentication-bg.enlarged{min-height:100px}.bg-pattern{background-image:url(http://example.com/images/bg-pattern-2.png);background-size:cover}body.authentication-bg{background-color:var(--ct-auth-bg-alt);background-size:cover;background-position:50%}body.authentication-bg-pattern{background-image:url(http://example.com/images/bg-pattern.png)}.logout-icon{width:140px}.auth-fluid{position:relative;display:flex;align-items:center;min-height:100vh;flex-direction:row;align-items:stretch;background:url(http://example.com/images/bg-auth.jpg) 50%;background-size:cover}.auth-fluid .auth-fluid-form-box{max-width:480px;border-radius:0;z-index:2;padding:3rem 2rem;background-color:var(--ct-auth-bg);position:relative;width:100%}.auth-fluid .auth-fluid-right{padding:6rem 3rem;flex:1;position:relative;color:#fff;background-color:rgba(0,0,0,.3)}.auth-brand{margin-bottom:2rem}.auth-user-testimonial{position:absolute;margin:0 auto;padding:0 1.75rem;bottom:3rem;left:0;right:0}.auth-user-testimonial p.lead{font-size:1.125rem;margin:0 auto 20px auto;max-width:700px}@media(min-width:992px){.auth-brand{position:absolute;top:3rem}}@media(max-width:991.98px){.auth-fluid{display:block}.auth-fluid .auth-fluid-form-box{max-width:100%;min-height:100vh}.auth-fluid .auth-fluid-right{display:none}}.auth-logo .logo-light{display:none!important}.auth-logo .logo-dark,body[data-layout-color=dark] .auth-logo .logo-light{display:block!important}body[data-layout-color=dark] .auth-logo .logo-dark{display:none!important}.button-list{margin-left:-8px;margin-bottom:-12px}.button-list .btn{margin-bottom:12px;margin-left:8px}.grid-structure .grid-container{background-color:var(--ct-table-striped-bg);margin-bottom:10px;font-size:.8rem;font-weight:600;padding:10px 20px}.icons-list-demo div.col-sm-6{cursor:pointer;line-height:45px;white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.icons-list-demo div.col-sm-6 p{margin-bottom:0;line-height:inherit}.icons-list-demo i{text-align:center;vertical-align:middle;font-size:22px;width:50px;height:50px;line-height:50px;margin-right:12px;color:var(--ct-text-muted);border-radius:3px;display:inline-block;transition:all .2s}.icons-list-demo .col-md-4{border-radius:3px;background-clip:padding-box;margin-bottom:10px}.icons-list-demo .col-md-4:hover,.icons-list-demo .col-md-4:hover i{color:#6658dd}.icons-list-demo .icon-item svg{margin-right:10px}.icons-list-demo .icon-item span{line-height:30px;display:inline-block;vertical-align:middle}.scrollspy-example{position:relative;height:200px;margin-top:.5rem;overflow:auto}.text-error{color:#6658dd;text-shadow:rgba(102,88,221,.3) 5px 1px,rgba(102,88,221,.2) 10px 3px;font-size:84px;line-height:90px}.error-text-box,.text-error{font-family:Source Sans Pro,sans-serif}.error-text-box{font-size:10rem;min-height:200px}.error-text-box .text{fill:none;stroke-width:6;stroke-linejoin:round;stroke-dasharray:30 100;stroke-dashoffset:0;-webkit-animation:stroke 9s linear infinite;animation:stroke 9s linear infinite}.error-text-box .text:nth-child(5n+1){stroke:#f1556c;-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.error-text-box .text:nth-child(5n+2){stroke:#f7b84b;-webkit-animation-delay:-2.4s;animation-delay:-2.4s}.error-text-box .text:nth-child(5n+3){stroke:#6658dd;-webkit-animation-delay:-3.6s;animation-delay:-3.6s}.error-text-box .text:nth-child(5n+4){stroke:#4fc6e1;-webkit-animation-delay:-4.8s;animation-delay:-4.8s}.error-text-box .text:nth-child(5n+5){stroke:#1abc9c;-webkit-animation-delay:-6s;animation-delay:-6s}@-webkit-keyframes stroke{to{stroke-dashoffset:-400}}@keyframes stroke{to{stroke-dashoffset:-400}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.error-text-box .text{fill:#f1556c;stroke:#f1556c;stroke-width:6;stroke-dasharray:0 0;stroke-dashoffset:0;-webkit-animation:none;animation:none}}.logout-checkmark{width:100px;margin:0 auto;padding:20px 0}.logout-checkmark .path{stroke-dasharray:1000;stroke-dashoffset:0;-webkit-animation:dash 2s ease-in-out;animation:dash 2s ease-in-out}.logout-checkmark .spin{-webkit-animation:spin 2s;animation:spin 2s;transform-origin:50% 50%}@-webkit-keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@-webkit-keyframes text{0%{opacity:0}to{opacity:1}}@keyframes text{0%{opacity:0}to{opacity:1}}.faq-question-q-box{height:30px;width:30px;color:#6658dd;text-align:center;border-radius:50%;float:left;font-weight:700;line-height:30px;background-color:rgba(102,88,221,.15)}.faq-question{margin-top:0;margin-left:50px;font-weight:400;font-size:16px}.faq-answer{margin-left:50px;color:var(--ct-text-muted)}.svg-computer{stroke-dasharray:1134;stroke-dashoffset:-1134;-webkit-animation:draw-me 5s infinite;animation:draw-me 5s infinite;-webkit-animation-direction:normal;animation-direction:normal;height:160px}@-webkit-keyframes draw-me{0%{stroke-dashoffset:-1134}to{stroke-dashoffset:0}}@keyframes draw-me{0%{stroke-dashoffset:-1134}to{stroke-dashoffset:0}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.svg-computer{stroke-dasharray:0;stroke-dashoffset:0;-webkit-animation:none;animation:none;-webkit-animation-direction:normal;animation-direction:normal}}.timeline{margin-bottom:50px;position:relative}.timeline:before{background-color:#dee2e6;bottom:0;content:"";left:50%;position:absolute;top:30px;width:2px;z-index:0}.timeline .time-show{margin-bottom:30px;margin-top:30px;position:relative}.timeline .timeline-box{background:var(--ct-card-bg);display:block;margin:15px 0;position:relative;padding:20px;border-radius:.25rem;box-shadow:var(--ct-components-shadow)}.timeline .timeline-album{margin-top:12px}.timeline .timeline-album a{display:inline-block;margin-right:5px}.timeline .timeline-album img{height:36px;width:auto;border-radius:3px}@media(min-width:768px){.timeline .time-show{margin-right:-69px;text-align:right}.timeline .timeline-box{margin-left:45px}.timeline .timeline-icon{background:#dee2e6;border-radius:50%;display:block;height:20px;left:-54px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:20px}.timeline .timeline-icon i{color:#98a6ad;font-size:13px;position:absolute;left:4px;margin-top:1px}.timeline .timeline-desk{display:table-cell;vertical-align:top;width:50%}.timeline-item{display:table-row}.timeline-item:before{content:"";display:block;width:50%}.timeline-item .timeline-desk .arrow{border-bottom:12px solid transparent;border-right:12px solid var(--ct-card-bg)!important;border-top:12px solid transparent;display:block;height:0;left:-12px;margin-top:-12px;position:absolute;top:50%;width:0}.timeline-item.timeline-item-left:after{content:"";display:block;width:50%}.timeline-item.timeline-item-left .timeline-desk .arrow-alt{border-bottom:12px solid transparent;border-left:12px solid var(--ct-card-bg)!important;border-top:12px solid transparent;display:block;height:0;left:auto;margin-top:-12px;position:absolute;right:-12px;top:50%;width:0}.timeline-item.timeline-item-left .timeline-desk .album{float:right;margin-top:20px}.timeline-item.timeline-item-left .timeline-desk .album a{float:right;margin-left:5px}.timeline-item.timeline-item-left .timeline-icon{left:auto;right:-56px}.timeline-item.timeline-item-left:before{display:none}.timeline-item.timeline-item-left .timeline-box{margin-right:45px;margin-left:0;text-align:right}}@media(max-width:767.98px){.timeline .time-show{text-align:center;position:relative}.timeline .timeline-icon{display:none}}.timeline-sm{padding-left:110px}.timeline-sm .timeline-sm-item{position:relative;padding-bottom:20px;padding-left:40px;border-left:2px solid #dee2e6}.timeline-sm .timeline-sm-item:after{content:"";display:block;position:absolute;top:3px;left:-7px;width:12px;height:12px;border-radius:50%;background:var(--ct-card-bg);border:2px solid #6658dd}.timeline-sm .timeline-sm-item .timeline-sm-date{position:absolute;left:-104px}@media(max-width:420px){.timeline-sm{padding-left:0}.timeline-sm .timeline-sm-date{position:relative!important;display:block;left:0!important;margin-bottom:10px}}body[data-layout-color=dark] .timeline:before{background-color:#424e5a}@media(min-width:768px){body[data-layout-color=dark] .timeline .timeline-icon{background:#424e5a}body[data-layout-color=dark] .timeline .timeline-icon i{color:#cedeef}}body[data-layout-color=dark] .timeline-sm .timeline-sm-item{border-left:2px solid #424e5a}.inbox-leftbar{width:240px;float:left;padding:0 20px 20px 10px;position:relative}.inbox-leftbar:before{border-right:5px solid #f5f6f8;content:"";position:absolute;top:0;right:-15px;bottom:-1.5rem}.inbox-rightbar{margin:-1.5rem 0 -1.5rem 250px;border-left:5px solid #f5f6f8;padding:1.5rem 0 1.5rem 25px}.message-list{display:block;padding-left:0}.message-list li{position:relative;display:block;height:51px;line-height:50px;cursor:default;transition-duration:.3s}.message-list li a{color:var(--ct-dropdown-link-color)}.message-list li:hover{background:var(--ct-dropdown-link-hover-bg);transition-duration:.05s}.message-list li .col-mail{float:left;position:relative}.message-list li .col-mail-1{width:320px}.message-list li .col-mail-1 .checkbox-wrapper-mail,.message-list li .col-mail-1 .dot,.message-list li .col-mail-1 .star-toggle{display:block;float:left}.message-list li .col-mail-1 .dot{border:4px solid transparent;border-radius:100px;margin:22px 26px 0;height:0;width:0;line-height:0;font-size:0}.message-list li .col-mail-1 .checkbox-wrapper-mail{margin:15px 10px 0 20px}.message-list li .col-mail-1 .star-toggle{margin-top:18px;color:#adb5bd;margin-left:10px}.message-list li .col-mail-1 .title{position:absolute;top:0;left:100px;right:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-bottom:0;line-height:50px}.message-list li .col-mail-2{position:absolute;top:0;left:320px;right:0;bottom:0}.message-list li .col-mail-2 .date,.message-list li .col-mail-2 .subject{position:absolute;top:0}.message-list li .col-mail-2 .subject{left:0;right:110px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.message-list li .col-mail-2 .date{right:0;width:100px;padding-left:10px}.message-list li.active,.message-list li.mail-selected{background:#f3f7f9;transition-duration:.05s}.message-list li.active,.message-list li.active:hover{box-shadow:inset 3px 0 0 #4fc6e1}.message-list li.unread a{font-weight:600;color:#272e37}.message-list .checkbox-wrapper-mail{cursor:pointer;height:20px;width:20px;position:relative;display:inline-block;box-shadow:inset 0 0 0 2px #ced4da;border-radius:3px}.message-list .checkbox-wrapper-mail input{opacity:0;cursor:pointer}.message-list .checkbox-wrapper-mail input:checked~label{opacity:1}.message-list .checkbox-wrapper-mail label{position:absolute;top:3px;left:3px;right:3px;bottom:3px;cursor:pointer;background:#98a6ad;opacity:0;margin-bottom:0!important;transition-duration:.05s}.message-list .checkbox-wrapper-mail label:active{background:#87949b}.mail-list a{color:var(--ct-dropdown-link-color);padding:9px 10px;display:block;font-size:15px}.reply-box{border:2px solid #f3f7f9}@media(max-width:648px){.inbox-leftbar{width:100%;float:none;padding:0 20px}.inbox-leftbar:before{border-right:none}.inbox-rightbar{padding-top:40px;margin:0;border:0;padding-left:0}.message-list li .col-mail-1 .checkbox-wrapper-mail{margin-left:0}}@media(max-width:520px){.inbox-rightbar>.btn-group{margin-bottom:10px}.message-list li .col-mail-1{width:150px}.message-list li .col-mail-1 .title{left:80px}.message-list li .col-mail-2{left:160px}.message-list li .col-mail-2 .date{text-align:right;padding-right:10px;padding-left:20px}}body[data-layout-color=dark] .inbox-leftbar:before{border-right:5px solid var(--ct-body-bg)}body[data-layout-color=dark] .inbox-rightbar{border-left:5px solid var(--ct-body-bg)}body[data-layout-color=dark] .message-list li .col-mail-1 .star-toggle{color:#8c98a5}body[data-layout-color=dark] .message-list li.active,body[data-layout-color=dark] .message-list li.mail-selected{background:#323a46}body[data-layout-color=dark] .message-list li.unread a{color:#e2ecf1}body[data-layout-color=dark] .message-list .checkbox-wrapper-mail{box-shadow:inset 0 0 0 2px #5d7186}body[data-layout-color=dark] .message-list .checkbox-wrapper-mail label{background:#cedeef}body[data-layout-color=dark] .reply-box{border:2px solid #424e5a}.sitemap{list-style:none;padding-left:0}.sitemap>li>ul{margin-top:1rem;padding-left:0}.sitemap li{line-height:1.5rem;vertical-align:top;list-style:none;position:relative}.sitemap li a{text-decoration:none;color:var(--ct-dropdown-link-color);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sitemap li a i{display:inline-block}.sitemap li a:hover{color:#6658dd}.sitemap ul{margin-left:1.5rem;margin-bottom:1rem;padding-top:10px}.sitemap ul li{position:relative}.sitemap ul li a{margin-left:2rem}.sitemap ul li:before{content:"";display:inline-block;width:1.5rem;height:1.5rem;border-bottom:1px solid #dee2e6;border-left:1px solid #dee2e6;position:absolute;top:-1rem}body[data-layout-color=dark] .sitemap ul li:before{border-bottom:1px solid #424e5a;border-left:1px solid #424e5a}.search-result-box .tab-content{padding:30px 30px 10px 30px;box-shadow:none}.search-result-box .search-item{padding-bottom:20px;border-bottom:1px solid #f3f7f9;margin-bottom:20px}.search-result-box .nav-bordered .nav-link{padding:10px 5px!important;margin-right:10px}body[data-layout-color=dark] .search-result-box .search-item{border-bottom:1px solid #424e5a}.card-pricing{position:relative}.card-pricing .card-pricing-plan-name{padding-bottom:20px}.card-pricing .card-pricing-icon{font-size:22px;background-color:rgba(102,88,221,.1);height:60px;display:inline-block;width:60px;line-height:62px;border-radius:50%}.card-pricing .card-pricing-price{padding:30px 0 0}.card-pricing .card-pricing-price span{font-size:40%;color:var(--ct-text-muted);letter-spacing:2px;text-transform:uppercase}.card-pricing .card-pricing-features{color:var(--ct-text-muted);list-style:none;margin:0;padding:20px 0 0 0}.card-pricing .card-pricing-features li{padding:10px}.card-pricing-recommended{background-color:#6658dd;color:#fff}.card-pricing-recommended .card-pricing-icon{background-color:hsla(0,0%,100%,.1)}.card-pricing-recommended .card-pricing-features,.card-pricing-recommended .card-pricing-price span{color:hsla(0,0%,100%,.7)}.filter-menu{margin-bottom:20px}.filter-menu a{transition:all .3s ease-out;color:#323a46;border-radius:3px;padding:5px 10px;display:inline-block;margin-bottom:5px;font-weight:400;font-family:Source Sans Pro,sans-serif}.filter-menu a:hover{background-color:rgba(102,88,221,.15);color:#6658dd}.filter-menu a.active{background-color:#6658dd;color:#fff}.gal-box{background-color:var(--ct-card-bg);border-radius:3px;box-shadow:var(--ct-box-shadow);margin-bottom:24px}.gal-box .image-popup{padding:10px;display:block}.gal-box .image-popup img{cursor:zoom-in}.gal-box .gall-info{padding:15px;border-top:1px solid #f7f7f7;position:relative}.gal-box .gall-info .h4,.gal-box .gall-info h4{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.gal-box .gall-info .gal-like-btn{position:absolute;right:15px;font-size:22px;top:24px}body[data-layout-color=dark] .filter-menu a{color:#f3f7f9}body[data-layout-color=dark] .gal-box .gall-info{border-top:1px solid #36404a}.counter-number{font-size:32px;font-weight:700;color:#fff}.counter-number span{font-size:15px;font-weight:400;display:block}.coming-box{float:left;width:25%}.svg-rocket{height:80px}.rocket-clouds__bubble,.rocket-clouds__cloud,.rocket-inner__rocket-and-lines,.rocket-rocket{fill:#fff}.post-user-comment-box{background-color:#f3f7f9;margin:0 -.75rem;padding:1rem;margin-top:20px}body[data-layout-color=dark] .post-user-comment-box{background-color:#323a46}.task-item{padding-left:12px;position:relative}.task-item:before{content:"";font-family:Material Design Icons;position:absolute;left:0;font-size:19px;top:-3px}.tasklist{min-height:40px;margin-bottom:0}.tasklist li{background-color:var(--ct-card-bg);border:1px solid #dee2e6;padding:20px;margin-bottom:15px;border-radius:3px;box-shadow:var(--ct-components-shadow)}.tasklist li:last-of-type{margin-bottom:0}.tasklist li .btn-group-sm>.btn,.tasklist li .btn-sm{padding:2px 8px;font-size:12px}.tasklist .form-check{margin-left:20px;margin-top:5px}.tasklist .form-check .form-check-input{margin-left:0}.task-placeholder{border:1px dashed #dee2e6!important;background-color:#f3f7f9!important;padding:20px}body[data-layout-color=dark] .tasklist li{background-color:#3a4550;border:1px solid #424e5a}body[data-layout-color=dark] .task-placeholder{border:1px dashed #424e5a!important;background-color:#323a46!important}.product-box{position:relative;overflow:hidden}.product-box .product-action{position:absolute;right:0;top:0;padding:1.5rem 1.5rem 0 1.5rem;z-index:3;opacity:0;visibility:hidden;transform:translateX(100%);transition:all .3s ease 0s}.product-box:hover .product-action{opacity:1;visibility:visible;transform:translateX(0)}.product-box .product-info{padding-top:1.5rem}.product-box .product-price-tag{height:48px;line-height:48px;font-weight:700;font-size:20px;background-color:#f3f7f9;text-align:center;padding:0 10px;border-radius:3px}.product-thumb{padding:3px;margin-top:3px}.product-thumb.active{background-color:#6c757d!important}body[data-layout-color=dark] .product-box .product-price-tag{background-color:#323a46}body[data-layout-color=dark] .product-thumb.active{background-color:#dee2e6!important}.track-order-list ul li{position:relative;border-left:2px solid #dee2e6;padding:0 0 14px 21px}.track-order-list ul li:first-child{padding-top:0}.track-order-list ul li:last-child{padding-bottom:0}.track-order-list ul li:before{content:"";position:absolute;left:-7px;top:0;height:12px;width:12px;background-color:#6658dd;border-radius:50%;border:3px solid var(--ct-card-bg)}.track-order-list ul li.completed{border-color:#6658dd}.track-order-list ul li .active-dot.dot{top:-9px;left:-16px;border-color:#6658dd}.dot{border:4px solid #6658dd;background:0 0;border-radius:60px;height:30px;width:30px;-webkit-animation:pulse 3s ease-out;animation:pulse 3s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;position:absolute;top:-15px;right:-2px;z-index:1;opacity:0}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0);opacity:0}25%{-webkit-transform:scale(0);opacity:.1}50%{-webkit-transform:scale(.1);opacity:.3}75%{-webkit-transform:scale(.5);opacity:.5}to{-webkit-transform:scale(1);opacity:0}}@keyframes pulse{0%{-webkit-transform:scale(0);opacity:0}25%{-webkit-transform:scale(0);opacity:.1}50%{-webkit-transform:scale(.1);opacity:.3}75%{-webkit-transform:scale(.5);opacity:.5}to{-webkit-transform:scale(1);opacity:0}}body[data-layout-color=dark] .track-order-list ul li{border-left:2px solid #424e5a}',""]),t["default"]=C},2456:function(e,t,r){"use strict";r.r(t);var a=r(8081),n=r.n(a),o=r(3645),i=r.n(o),s=r(2445),l=i()(n());l.i(s.Z),l.push([e.id,".content-page{margin-left:unset}.footer{left:0}.folder,.folder-tree li>a{cursor:pointer}.upload-box{outline:2px dashed #000;border-radius:5px;background:hsla(0,0%,50%,.1);min-height:100%}.pointer{cursor:pointer}",""]),t["default"]=l},3645:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r="",a="undefined"!==typeof t[5];return t[4]&&(r+="@supports (".concat(t[4],") {")),t[2]&&(r+="@media ".concat(t[2]," {")),a&&(r+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),r+=e(t),a&&(r+="}"),t[2]&&(r+="}"),t[4]&&(r+="}"),r})).join("")},t.i=function(e,r,a,n,o){"string"===typeof e&&(e=[[null,e,void 0]]);var i={};if(a)for(var s=0;s<this.length;s++){var l=this[s][0];null!=l&&(i[l]=!0)}for(var c=0;c<e.length;c++){var d=[].concat(e[c]);a&&i[d[0]]||("undefined"!==typeof o&&("undefined"===typeof d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=o),r&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=r):d[2]=r),n&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=n):d[4]="".concat(n)),t.push(d))}},t}},1667:function(e){"use strict";e.exports=function(e,t){return t||(t={}),e?(e=String(e.__esModule?e.default:e),/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]|(%20)/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e):e}},8081:function(e){"use strict";e.exports=function(e){return e[1]}},3162:function(e,t,r){var a,n,o;(function(r,i){n=[],a=i,o="function"===typeof a?a.apply(t,n):a,void 0===o||(e.exports=o)})(0,(function(){"use strict";function t(e,t){return"undefined"==typeof t?t={autoBom:!1}:"object"!=typeof t&&(console.warn("Deprecated: Expected third argument to be a object"),t={autoBom:!t}),t.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\ufeff",e],{type:e.type}):e}function a(e,t,r){var a=new XMLHttpRequest;a.open("GET",e),a.responseType="blob",a.onload=function(){l(a.response,t,r)},a.onerror=function(){console.error("could not download file")},a.send()}function n(e){var t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}catch(e){}return 200<=t.status&&299>=t.status}function o(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(a){var t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(t)}}var i="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof r.g&&r.g.global===r.g?r.g:void 0,s=i.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),l=i.saveAs||("object"!=typeof window||window!==i?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(e,t,r){var s=i.URL||i.webkitURL,l=document.createElement("a");t=t||e.name||"download",l.download=t,l.rel="noopener","string"==typeof e?(l.href=e,l.origin===location.origin?o(l):n(l.href)?a(e,t,r):o(l,l.target="_blank")):(l.href=s.createObjectURL(e),setTimeout((function(){s.revokeObjectURL(l.href)}),4e4),setTimeout((function(){o(l)}),0))}:"msSaveOrOpenBlob"in navigator?function(e,r,i){if(r=r||e.name||"download","string"!=typeof e)navigator.msSaveOrOpenBlob(t(e,i),r);else if(n(e))a(e,r,i);else{var s=document.createElement("a");s.href=e,s.target="_blank",setTimeout((function(){o(s)}))}}:function(e,t,r,n){if(n=n||open("","_blank"),n&&(n.document.title=n.document.body.innerText="downloading..."),"string"==typeof e)return a(e,t,r);var o="application/octet-stream"===e.type,l=/constructor/i.test(i.HTMLElement)||i.safari,c=/CriOS\/[\d]+/.test(navigator.userAgent);if((c||o&&l||s)&&"undefined"!=typeof FileReader){var d=new FileReader;d.onloadend=function(){var e=d.result;e=c?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),n?n.location.href=e:location=e,n=null},d.readAsDataURL(e)}else{var u=i.URL||i.webkitURL,h=u.createObjectURL(e);n?n.location=h:location.href=h,n=null,setTimeout((function(){u.revokeObjectURL(h)}),4e4)}});i.saveAs=l.saveAs=l,e.exports=l}))},9299:function(module,__unused_webpack_exports,__webpack_require__){
|
|
44
|
+
/**
|
|
45
|
+
* @licstart The following is the entire license notice for the
|
|
46
|
+
* Javascript code in this page
|
|
47
|
+
*
|
|
48
|
+
* Copyright 2020 Mozilla Foundation
|
|
49
|
+
*
|
|
50
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
51
|
+
* you may not use this file except in compliance with the License.
|
|
52
|
+
* You may obtain a copy of the License at
|
|
53
|
+
*
|
|
54
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
55
|
+
*
|
|
56
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
57
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
58
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
59
|
+
* See the License for the specific language governing permissions and
|
|
60
|
+
* limitations under the License.
|
|
61
|
+
*
|
|
62
|
+
* @licend The above is the entire license notice for the
|
|
63
|
+
* Javascript code in this page
|
|
64
|
+
*/
|
|
65
|
+
(function(e,t){module.exports=t()})(0,(function(){return function(e){var t={};function r(a){if(t[a])return t[a].exports;var n=t[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=e,r.c=t,r.d=function(e,t,a){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(r.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(a,n,function(t){return e[t]}.bind(null,n));return a},r.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"addLinkAttributes",{enumerable:!0,get:function(){return a.addLinkAttributes}}),Object.defineProperty(t,"getFilenameFromUrl",{enumerable:!0,get:function(){return a.getFilenameFromUrl}}),Object.defineProperty(t,"LinkTarget",{enumerable:!0,get:function(){return a.LinkTarget}}),Object.defineProperty(t,"loadScript",{enumerable:!0,get:function(){return a.loadScript}}),Object.defineProperty(t,"PDFDateString",{enumerable:!0,get:function(){return a.PDFDateString}}),Object.defineProperty(t,"RenderingCancelledException",{enumerable:!0,get:function(){return a.RenderingCancelledException}}),Object.defineProperty(t,"build",{enumerable:!0,get:function(){return n.build}}),Object.defineProperty(t,"getDocument",{enumerable:!0,get:function(){return n.getDocument}}),Object.defineProperty(t,"LoopbackPort",{enumerable:!0,get:function(){return n.LoopbackPort}}),Object.defineProperty(t,"PDFDataRangeTransport",{enumerable:!0,get:function(){return n.PDFDataRangeTransport}}),Object.defineProperty(t,"PDFWorker",{enumerable:!0,get:function(){return n.PDFWorker}}),Object.defineProperty(t,"version",{enumerable:!0,get:function(){return n.version}}),Object.defineProperty(t,"CMapCompressionType",{enumerable:!0,get:function(){return o.CMapCompressionType}}),Object.defineProperty(t,"createObjectURL",{enumerable:!0,get:function(){return o.createObjectURL}}),Object.defineProperty(t,"createPromiseCapability",{enumerable:!0,get:function(){return o.createPromiseCapability}}),Object.defineProperty(t,"createValidAbsoluteUrl",{enumerable:!0,get:function(){return o.createValidAbsoluteUrl}}),Object.defineProperty(t,"InvalidPDFException",{enumerable:!0,get:function(){return o.InvalidPDFException}}),Object.defineProperty(t,"MissingPDFException",{enumerable:!0,get:function(){return o.MissingPDFException}}),Object.defineProperty(t,"OPS",{enumerable:!0,get:function(){return o.OPS}}),Object.defineProperty(t,"PasswordResponses",{enumerable:!0,get:function(){return o.PasswordResponses}}),Object.defineProperty(t,"PermissionFlag",{enumerable:!0,get:function(){return o.PermissionFlag}}),Object.defineProperty(t,"removeNullCharacters",{enumerable:!0,get:function(){return o.removeNullCharacters}}),Object.defineProperty(t,"shadow",{enumerable:!0,get:function(){return o.shadow}}),Object.defineProperty(t,"UnexpectedResponseException",{enumerable:!0,get:function(){return o.UnexpectedResponseException}}),Object.defineProperty(t,"UNSUPPORTED_FEATURES",{enumerable:!0,get:function(){return o.UNSUPPORTED_FEATURES}}),Object.defineProperty(t,"Util",{enumerable:!0,get:function(){return o.Util}}),Object.defineProperty(t,"VerbosityLevel",{enumerable:!0,get:function(){return o.VerbosityLevel}}),Object.defineProperty(t,"AnnotationLayer",{enumerable:!0,get:function(){return i.AnnotationLayer}}),Object.defineProperty(t,"apiCompatibilityParams",{enumerable:!0,get:function(){return s.apiCompatibilityParams}}),Object.defineProperty(t,"GlobalWorkerOptions",{enumerable:!0,get:function(){return l.GlobalWorkerOptions}}),Object.defineProperty(t,"renderTextLayer",{enumerable:!0,get:function(){return c.renderTextLayer}}),Object.defineProperty(t,"SVGGraphics",{enumerable:!0,get:function(){return d.SVGGraphics}});var a=r(1),n=r(5),o=r(2),i=r(16),s=r(7),l=r(10),c=r(17),d=r(18);{const{isNodeJS:e}=r(4);if(e){const e=r(19).PDFNodeStream;(0,n.setPDFNetworkStreamFactory)((t=>new e(t)))}else{const e=r(22).PDFNetworkStream;let t;(0,a.isFetchSupported)()&&(t=r(23).PDFFetchStream),(0,n.setPDFNetworkStreamFactory)((r=>t&&(0,a.isValidFetchUrl)(r.url)?new t(r):new e(r)))}}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addLinkAttributes=h,t.getFilenameFromUrl=p,t.isFetchSupported=f,t.isValidFetchUrl=g,t.loadScript=b,t.deprecated=v,t.PDFDateString=t.StatTimer=t.DOMSVGFactory=t.DOMCMapReaderFactory=t.DOMCanvasFactory=t.DEFAULT_LINK_REL=t.LinkTarget=t.RenderingCancelledException=t.PageViewport=void 0;var a=r(2);const n="noopener noreferrer nofollow";t.DEFAULT_LINK_REL=n;const o="http://www.w3.org/2000/svg";class i{create(e,t){if(e<=0||t<=0)throw new Error("Invalid canvas size");const r=document.createElement("canvas"),a=r.getContext("2d");return r.width=e,r.height=t,{canvas:r,context:a}}reset(e,t,r){if(!e.canvas)throw new Error("Canvas is not specified");if(t<=0||r<=0)throw new Error("Invalid canvas size");e.canvas.width=t,e.canvas.height=r}destroy(e){if(!e.canvas)throw new Error("Canvas is not specified");e.canvas.width=0,e.canvas.height=0,e.canvas=null,e.context=null}}t.DOMCanvasFactory=i;class s{constructor({baseUrl:e=null,isCompressed:t=!1}){this.baseUrl=e,this.isCompressed=t}async fetch({name:e}){if(!this.baseUrl)throw new Error('The CMap "baseUrl" parameter must be specified, ensure that the "cMapUrl" and "cMapPacked" API parameters are provided.');if(!e)throw new Error("CMap name must be specified.");const t=this.baseUrl+e+(this.isCompressed?".bcmap":""),r=this.isCompressed?a.CMapCompressionType.BINARY:a.CMapCompressionType.NONE;return f()&&g(t,document.baseURI)?fetch(t).then((async e=>{if(!e.ok)throw new Error(e.statusText);let t;return t=this.isCompressed?new Uint8Array(await e.arrayBuffer()):(0,a.stringToBytes)(await e.text()),{cMapData:t,compressionType:r}})).catch((e=>{throw new Error("Unable to load "+(this.isCompressed?"binary ":"")+`CMap at: ${t}`)})):new Promise(((e,n)=>{const o=new XMLHttpRequest;o.open("GET",t,!0),this.isCompressed&&(o.responseType="arraybuffer"),o.onreadystatechange=()=>{if(o.readyState===XMLHttpRequest.DONE){if(200===o.status||0===o.status){let t;if(this.isCompressed&&o.response?t=new Uint8Array(o.response):!this.isCompressed&&o.responseText&&(t=(0,a.stringToBytes)(o.responseText)),t)return void e({cMapData:t,compressionType:r})}n(new Error(o.statusText))}},o.send(null)})).catch((e=>{throw new Error("Unable to load "+(this.isCompressed?"binary ":"")+`CMap at: ${t}`)}))}}t.DOMCMapReaderFactory=s;class l{create(e,t){(0,a.assert)(e>0&&t>0,"Invalid SVG dimensions");const r=document.createElementNS(o,"svg:svg");return r.setAttribute("version","1.1"),r.setAttribute("width",e+"px"),r.setAttribute("height",t+"px"),r.setAttribute("preserveAspectRatio","none"),r.setAttribute("viewBox","0 0 "+e+" "+t),r}createElement(e){return(0,a.assert)("string"===typeof e,"Invalid SVG element type"),document.createElementNS(o,e)}}t.DOMSVGFactory=l;class c{constructor({viewBox:e,scale:t,rotation:r,offsetX:a=0,offsetY:n=0,dontFlip:o=!1}){this.viewBox=e,this.scale=t,this.rotation=r,this.offsetX=a,this.offsetY=n;const i=(e[2]+e[0])/2,s=(e[3]+e[1])/2;let l,c,d,u,h,p,m,f;switch(r%=360,r=r<0?r+360:r,r){case 180:l=-1,c=0,d=0,u=1;break;case 90:l=0,c=1,d=1,u=0;break;case 270:l=0,c=-1,d=-1,u=0;break;case 0:l=1,c=0,d=0,u=-1;break;default:throw new Error("PageViewport: Invalid rotation, must be a multiple of 90 degrees.")}o&&(d=-d,u=-u),0===l?(h=Math.abs(s-e[1])*t+a,p=Math.abs(i-e[0])*t+n,m=Math.abs(e[3]-e[1])*t,f=Math.abs(e[2]-e[0])*t):(h=Math.abs(i-e[0])*t+a,p=Math.abs(s-e[1])*t+n,m=Math.abs(e[2]-e[0])*t,f=Math.abs(e[3]-e[1])*t),this.transform=[l*t,c*t,d*t,u*t,h-l*t*i-d*t*s,p-c*t*i-u*t*s],this.width=m,this.height=f}clone({scale:e=this.scale,rotation:t=this.rotation,offsetX:r=this.offsetX,offsetY:a=this.offsetY,dontFlip:n=!1}={}){return new c({viewBox:this.viewBox.slice(),scale:e,rotation:t,offsetX:r,offsetY:a,dontFlip:n})}convertToViewportPoint(e,t){return a.Util.applyTransform([e,t],this.transform)}convertToViewportRectangle(e){const t=a.Util.applyTransform([e[0],e[1]],this.transform),r=a.Util.applyTransform([e[2],e[3]],this.transform);return[t[0],t[1],r[0],r[1]]}convertToPdfPoint(e,t){return a.Util.applyInverseTransform([e,t],this.transform)}}t.PageViewport=c;class d extends a.BaseException{constructor(e,t){super(e),this.type=t}}t.RenderingCancelledException=d;const u={NONE:0,SELF:1,BLANK:2,PARENT:3,TOP:4};function h(e,{url:t,target:r,rel:o,enabled:i=!0}={}){(0,a.assert)(t&&"string"===typeof t,'addLinkAttributes: A valid "url" parameter must provided.');const s=(0,a.removeNullCharacters)(t);i?e.href=e.title=s:(e.href="",e.title=`Disabled: ${s}`,e.onclick=()=>!1);let l="";switch(r){case u.NONE:break;case u.SELF:l="_self";break;case u.BLANK:l="_blank";break;case u.PARENT:l="_parent";break;case u.TOP:l="_top";break}e.target=l,e.rel="string"===typeof o?o:n}function p(e){const t=e.indexOf("#"),r=e.indexOf("?"),a=Math.min(t>0?t:e.length,r>0?r:e.length);return e.substring(e.lastIndexOf("/",a)+1,a)}t.LinkTarget=u;class m{constructor(){this.started=Object.create(null),this.times=[]}time(e){e in this.started&&(0,a.warn)(`Timer is already running for ${e}`),this.started[e]=Date.now()}timeEnd(e){e in this.started||(0,a.warn)(`Timer has not been started for ${e}`),this.times.push({name:e,start:this.started[e],end:Date.now()}),delete this.started[e]}toString(){const e=[];let t=0;for(const r of this.times){const e=r.name;e.length>t&&(t=e.length)}for(const r of this.times){const a=r.end-r.start;e.push(`${r.name.padEnd(t)} ${a}ms\n`)}return e.join("")}}function f(){return"undefined"!==typeof fetch&&"undefined"!==typeof Response&&"body"in Response.prototype&&"undefined"!==typeof ReadableStream}function g(e,t){try{const{protocol:r}=t?new URL(e,t):new URL(e);return"http:"===r||"https:"===r}catch(r){return!1}}function b(e){return new Promise(((t,r)=>{const a=document.createElement("script");a.src=e,a.onload=t,a.onerror=function(){r(new Error(`Cannot load script at: ${a.src}`))},(document.head||document.documentElement).appendChild(a)}))}function v(e){console.log("Deprecated API usage: "+e)}let w;t.StatTimer=m;class y{static toDateObject(e){if(!e||!(0,a.isString)(e))return null;w||(w=new RegExp("^D:(\\d{4})(\\d{2})?(\\d{2})?(\\d{2})?(\\d{2})?(\\d{2})?([Z|+|-])?(\\d{2})?'?(\\d{2})?'?"));const t=w.exec(e);if(!t)return null;const r=parseInt(t[1],10);let n=parseInt(t[2],10);n=n>=1&&n<=12?n-1:0;let o=parseInt(t[3],10);o=o>=1&&o<=31?o:1;let i=parseInt(t[4],10);i=i>=0&&i<=23?i:0;let s=parseInt(t[5],10);s=s>=0&&s<=59?s:0;let l=parseInt(t[6],10);l=l>=0&&l<=59?l:0;const c=t[7]||"Z";let d=parseInt(t[8],10);d=d>=0&&d<=23?d:0;let u=parseInt(t[9],10)||0;return u=u>=0&&u<=59?u:0,"-"===c?(i+=d,s+=u):"+"===c&&(i-=d,s-=u),new Date(Date.UTC(r,n,o,i,s,l))}}t.PDFDateString=y},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.arrayByteLength=V,t.arraysToBytes=$,t.assert=T,t.bytesToString=G,t.createPromiseCapability=ue,t.getVerbosityLevel=S,t.info=_,t.isArrayBuffer=ce,t.isArrayEqual=de,t.isBool=ie,t.isEmptyObj=oe,t.isNum=se,t.isString=le,t.isSameOrigin=I,t.createValidAbsoluteUrl=L,t.removeNullCharacters=H,t.setVerbosityLevel=C,t.shadow=F,t.string32=Y,t.stringToBytes=W,t.stringToPDFString=re,t.stringToUTF8String=ae,t.utf8StringToString=ne,t.warn=E,t.unreachable=P,t.IsEvalSupportedCached=t.IsLittleEndianCached=t.createObjectURL=t.FormatError=t.Util=t.UnknownErrorException=t.UnexpectedResponseException=t.TextRenderingMode=t.StreamType=t.PermissionFlag=t.PasswordResponses=t.PasswordException=t.MissingPDFException=t.InvalidPDFException=t.AbortException=t.CMapCompressionType=t.ImageKind=t.FontType=t.AnnotationType=t.AnnotationStateModelType=t.AnnotationReviewState=t.AnnotationReplyType=t.AnnotationMarkedState=t.AnnotationFlag=t.AnnotationFieldFlag=t.AnnotationBorderStyleType=t.UNSUPPORTED_FEATURES=t.VerbosityLevel=t.OPS=t.IDENTITY_MATRIX=t.FONT_IDENTITY_MATRIX=t.BaseException=void 0,r(3);const a=[1,0,0,1,0,0];t.IDENTITY_MATRIX=a;const n=[.001,0,0,.001,0,0];t.FONT_IDENTITY_MATRIX=n;const o={PRINT:4,MODIFY_CONTENTS:8,COPY:16,MODIFY_ANNOTATIONS:32,FILL_INTERACTIVE_FORMS:256,COPY_FOR_ACCESSIBILITY:512,ASSEMBLE:1024,PRINT_HIGH_QUALITY:2048};t.PermissionFlag=o;const i={FILL:0,STROKE:1,FILL_STROKE:2,INVISIBLE:3,FILL_ADD_TO_PATH:4,STROKE_ADD_TO_PATH:5,FILL_STROKE_ADD_TO_PATH:6,ADD_TO_PATH:7,FILL_STROKE_MASK:3,ADD_TO_PATH_FLAG:4};t.TextRenderingMode=i;const s={GRAYSCALE_1BPP:1,RGB_24BPP:2,RGBA_32BPP:3};t.ImageKind=s;const l={TEXT:1,LINK:2,FREETEXT:3,LINE:4,SQUARE:5,CIRCLE:6,POLYGON:7,POLYLINE:8,HIGHLIGHT:9,UNDERLINE:10,SQUIGGLY:11,STRIKEOUT:12,STAMP:13,CARET:14,INK:15,POPUP:16,FILEATTACHMENT:17,SOUND:18,MOVIE:19,WIDGET:20,SCREEN:21,PRINTERMARK:22,TRAPNET:23,WATERMARK:24,THREED:25,REDACT:26};t.AnnotationType=l;const c={MARKED:"Marked",REVIEW:"Review"};t.AnnotationStateModelType=c;const d={MARKED:"Marked",UNMARKED:"Unmarked"};t.AnnotationMarkedState=d;const u={ACCEPTED:"Accepted",REJECTED:"Rejected",CANCELLED:"Cancelled",COMPLETED:"Completed",NONE:"None"};t.AnnotationReviewState=u;const h={GROUP:"Group",REPLY:"R"};t.AnnotationReplyType=h;const p={INVISIBLE:1,HIDDEN:2,PRINT:4,NOZOOM:8,NOROTATE:16,NOVIEW:32,READONLY:64,LOCKED:128,TOGGLENOVIEW:256,LOCKEDCONTENTS:512};t.AnnotationFlag=p;const m={READONLY:1,REQUIRED:2,NOEXPORT:4,MULTILINE:4096,PASSWORD:8192,NOTOGGLETOOFF:16384,RADIO:32768,PUSHBUTTON:65536,COMBO:131072,EDIT:262144,SORT:524288,FILESELECT:1048576,MULTISELECT:2097152,DONOTSPELLCHECK:4194304,DONOTSCROLL:8388608,COMB:16777216,RICHTEXT:33554432,RADIOSINUNISON:33554432,COMMITONSELCHANGE:67108864};t.AnnotationFieldFlag=m;const f={SOLID:1,DASHED:2,BEVELED:3,INSET:4,UNDERLINE:5};t.AnnotationBorderStyleType=f;const g={UNKNOWN:"UNKNOWN",FLATE:"FLATE",LZW:"LZW",DCT:"DCT",JPX:"JPX",JBIG:"JBIG",A85:"A85",AHX:"AHX",CCF:"CCF",RLX:"RLX"};t.StreamType=g;const b={UNKNOWN:"UNKNOWN",TYPE1:"TYPE1",TYPE1C:"TYPE1C",CIDFONTTYPE0:"CIDFONTTYPE0",CIDFONTTYPE0C:"CIDFONTTYPE0C",TRUETYPE:"TRUETYPE",CIDFONTTYPE2:"CIDFONTTYPE2",TYPE3:"TYPE3",OPENTYPE:"OPENTYPE",TYPE0:"TYPE0",MMTYPE1:"MMTYPE1"};t.FontType=b;const v={ERRORS:0,WARNINGS:1,INFOS:5};t.VerbosityLevel=v;const w={NONE:0,BINARY:1,STREAM:2};t.CMapCompressionType=w;const y={dependency:1,setLineWidth:2,setLineCap:3,setLineJoin:4,setMiterLimit:5,setDash:6,setRenderingIntent:7,setFlatness:8,setGState:9,save:10,restore:11,transform:12,moveTo:13,lineTo:14,curveTo:15,curveTo2:16,curveTo3:17,closePath:18,rectangle:19,stroke:20,closeStroke:21,fill:22,eoFill:23,fillStroke:24,eoFillStroke:25,closeFillStroke:26,closeEOFillStroke:27,endPath:28,clip:29,eoClip:30,beginText:31,endText:32,setCharSpacing:33,setWordSpacing:34,setHScale:35,setLeading:36,setFont:37,setTextRenderingMode:38,setTextRise:39,moveText:40,setLeadingMoveText:41,setTextMatrix:42,nextLine:43,showText:44,showSpacedText:45,nextLineShowText:46,nextLineSetSpacingShowText:47,setCharWidth:48,setCharWidthAndBounds:49,setStrokeColorSpace:50,setFillColorSpace:51,setStrokeColor:52,setStrokeColorN:53,setFillColor:54,setFillColorN:55,setStrokeGray:56,setFillGray:57,setStrokeRGBColor:58,setFillRGBColor:59,setStrokeCMYKColor:60,setFillCMYKColor:61,shadingFill:62,beginInlineImage:63,beginImageData:64,endInlineImage:65,paintXObject:66,markPoint:67,markPointProps:68,beginMarkedContent:69,beginMarkedContentProps:70,endMarkedContent:71,beginCompat:72,endCompat:73,paintFormXObjectBegin:74,paintFormXObjectEnd:75,beginGroup:76,endGroup:77,beginAnnotations:78,endAnnotations:79,beginAnnotation:80,endAnnotation:81,paintJpegXObject:82,paintImageMaskXObject:83,paintImageMaskXObjectGroup:84,paintImageXObject:85,paintInlineImageXObject:86,paintInlineImageXObjectGroup:87,paintImageXObjectRepeat:88,paintImageMaskXObjectRepeat:89,paintSolidColorImageMask:90,constructPath:91};t.OPS=y;const x={unknown:"unknown",forms:"forms",javaScript:"javaScript",smask:"smask",shadingPattern:"shadingPattern",font:"font",errorTilingPattern:"errorTilingPattern",errorExtGState:"errorExtGState",errorXObject:"errorXObject",errorFontLoadType3:"errorFontLoadType3",errorFontState:"errorFontState",errorFontMissing:"errorFontMissing",errorFontTranslate:"errorFontTranslate",errorColorSpace:"errorColorSpace",errorOperatorList:"errorOperatorList",errorFontToUnicode:"errorFontToUnicode",errorFontLoadNative:"errorFontLoadNative",errorFontGetPath:"errorFontGetPath"};t.UNSUPPORTED_FEATURES=x;const k={NEED_PASSWORD:1,INCORRECT_PASSWORD:2};t.PasswordResponses=k;let A=v.WARNINGS;function C(e){Number.isInteger(e)&&(A=e)}function S(){return A}function _(e){A>=v.INFOS&&console.log(`Info: ${e}`)}function E(e){A>=v.WARNINGS&&console.log(`Warning: ${e}`)}function P(e){throw new Error(e)}function T(e,t){e||P(t)}function I(e,t){let r;try{if(r=new URL(e),!r.origin||"null"===r.origin)return!1}catch(n){return!1}const a=new URL(t,r);return r.origin===a.origin}function O(e){if(!e)return!1;switch(e.protocol){case"http:":case"https:":case"ftp:":case"mailto:":case"tel:":return!0;default:return!1}}function L(e,t){if(!e)return null;try{const r=t?new URL(e,t):new URL(e);if(O(r))return r}catch(r){}return null}function F(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!1}),r}const R=function(){function e(t){this.constructor===e&&P("Cannot initialize BaseException."),this.message=t,this.name=this.constructor.name}return e.prototype=new Error,e.constructor=e,e}();t.BaseException=R;class M extends R{constructor(e,t){super(e),this.code=t}}t.PasswordException=M;class D extends R{constructor(e,t){super(e),this.details=t}}t.UnknownErrorException=D;class N extends R{}t.InvalidPDFException=N;class B extends R{}t.MissingPDFException=B;class U extends R{constructor(e,t){super(e),this.status=t}}t.UnexpectedResponseException=U;class j extends R{}t.FormatError=j;class z extends R{}t.AbortException=z;const q=/\x00/g;function H(e){return"string"!==typeof e?(E("The argument for removeNullCharacters must be a string."),e):e.replace(q,"")}function G(e){T(null!==e&&"object"===typeof e&&void 0!==e.length,"Invalid argument for bytesToString");const t=e.length,r=8192;if(t<r)return String.fromCharCode.apply(null,e);const a=[];for(let n=0;n<t;n+=r){const o=Math.min(n+r,t),i=e.subarray(n,o);a.push(String.fromCharCode.apply(null,i))}return a.join("")}function W(e){T("string"===typeof e,"Invalid argument for stringToBytes");const t=e.length,r=new Uint8Array(t);for(let a=0;a<t;++a)r[a]=255&e.charCodeAt(a);return r}function V(e){return void 0!==e.length?e.length:(T(void 0!==e.byteLength,"arrayByteLength - invalid argument."),e.byteLength)}function $(e){const t=e.length;if(1===t&&e[0]instanceof Uint8Array)return e[0];let r=0;for(let o=0;o<t;o++)r+=V(e[o]);let a=0;const n=new Uint8Array(r);for(let o=0;o<t;o++){let t=e[o];t instanceof Uint8Array||(t="string"===typeof t?W(t):new Uint8Array(t));const r=t.byteLength;n.set(t,a),a+=r}return n}function Y(e){return String.fromCharCode(e>>24&255,e>>16&255,e>>8&255,255&e)}function X(){const e=new Uint8Array(4);e[0]=1;const t=new Uint32Array(e.buffer,0,1);return 1===t[0]}const K={get value(){return F(this,"value",X())}};function Q(){try{return new Function(""),!0}catch(e){return!1}}t.IsLittleEndianCached=K;const J={get value(){return F(this,"value",Q())}};t.IsEvalSupportedCached=J;const Z=["rgb(",0,",",0,",",0,")"];class ee{static makeCssRgb(e,t,r){return Z[1]=e,Z[3]=t,Z[5]=r,Z.join("")}static transform(e,t){return[e[0]*t[0]+e[2]*t[1],e[1]*t[0]+e[3]*t[1],e[0]*t[2]+e[2]*t[3],e[1]*t[2]+e[3]*t[3],e[0]*t[4]+e[2]*t[5]+e[4],e[1]*t[4]+e[3]*t[5]+e[5]]}static applyTransform(e,t){const r=e[0]*t[0]+e[1]*t[2]+t[4],a=e[0]*t[1]+e[1]*t[3]+t[5];return[r,a]}static applyInverseTransform(e,t){const r=t[0]*t[3]-t[1]*t[2],a=(e[0]*t[3]-e[1]*t[2]+t[2]*t[5]-t[4]*t[3])/r,n=(-e[0]*t[1]+e[1]*t[0]+t[4]*t[1]-t[5]*t[0])/r;return[a,n]}static getAxialAlignedBoundingBox(e,t){const r=ee.applyTransform(e,t),a=ee.applyTransform(e.slice(2,4),t),n=ee.applyTransform([e[0],e[3]],t),o=ee.applyTransform([e[2],e[1]],t);return[Math.min(r[0],a[0],n[0],o[0]),Math.min(r[1],a[1],n[1],o[1]),Math.max(r[0],a[0],n[0],o[0]),Math.max(r[1],a[1],n[1],o[1])]}static inverseTransform(e){const t=e[0]*e[3]-e[1]*e[2];return[e[3]/t,-e[1]/t,-e[2]/t,e[0]/t,(e[2]*e[5]-e[4]*e[3])/t,(e[4]*e[1]-e[5]*e[0])/t]}static apply3dTransform(e,t){return[e[0]*t[0]+e[1]*t[1]+e[2]*t[2],e[3]*t[0]+e[4]*t[1]+e[5]*t[2],e[6]*t[0]+e[7]*t[1]+e[8]*t[2]]}static singularValueDecompose2dScale(e){const t=[e[0],e[2],e[1],e[3]],r=e[0]*t[0]+e[1]*t[2],a=e[0]*t[1]+e[1]*t[3],n=e[2]*t[0]+e[3]*t[2],o=e[2]*t[1]+e[3]*t[3],i=(r+o)/2,s=Math.sqrt((r+o)*(r+o)-4*(r*o-n*a))/2,l=i+s||1,c=i-s||1;return[Math.sqrt(l),Math.sqrt(c)]}static normalizeRect(e){const t=e.slice(0);return e[0]>e[2]&&(t[0]=e[2],t[2]=e[0]),e[1]>e[3]&&(t[1]=e[3],t[3]=e[1]),t}static intersect(e,t){function r(e,t){return e-t}const a=[e[0],e[2],t[0],t[2]].sort(r),n=[e[1],e[3],t[1],t[3]].sort(r),o=[];return e=ee.normalizeRect(e),t=ee.normalizeRect(t),a[0]===e[0]&&a[1]===t[0]||a[0]===t[0]&&a[1]===e[0]?(o[0]=a[1],o[2]=a[2],n[0]===e[1]&&n[1]===t[1]||n[0]===t[1]&&n[1]===e[1]?(o[1]=n[1],o[3]=n[2],o):null):null}}t.Util=ee;const te=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,711,710,729,733,731,730,732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8226,8224,8225,8230,8212,8211,402,8260,8249,8250,8722,8240,8222,8220,8221,8216,8217,8218,8482,64257,64258,321,338,352,376,381,305,322,339,353,382,0,8364];function re(e){const t=e.length,r=[];if("þ"===e[0]&&"ÿ"===e[1])for(let a=2;a<t;a+=2)r.push(String.fromCharCode(e.charCodeAt(a)<<8|e.charCodeAt(a+1)));else if("ÿ"===e[0]&&"þ"===e[1])for(let a=2;a<t;a+=2)r.push(String.fromCharCode(e.charCodeAt(a+1)<<8|e.charCodeAt(a)));else for(let a=0;a<t;++a){const t=te[e.charCodeAt(a)];r.push(t?String.fromCharCode(t):e.charAt(a))}return r.join("")}function ae(e){return decodeURIComponent(escape(e))}function ne(e){return unescape(encodeURIComponent(e))}function oe(e){for(const t in e)return!1;return!0}function ie(e){return"boolean"===typeof e}function se(e){return"number"===typeof e}function le(e){return"string"===typeof e}function ce(e){return"object"===typeof e&&null!==e&&void 0!==e.byteLength}function de(e,t){return e.length===t.length&&e.every((function(e,r){return e===t[r]}))}function ue(){const e=Object.create(null);let t=!1;return Object.defineProperty(e,"settled",{get(){return t}}),e.promise=new Promise((function(r,a){e.resolve=function(e){t=!0,r(e)},e.reject=function(e){t=!0,a(e)}})),e}const he=function(){const e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";return function(t,r,a=!1){if(!a&&URL.createObjectURL){const e=new Blob([t],{type:r});return URL.createObjectURL(e)}let n=`data:${r};base64,`;for(let o=0,i=t.length;o<i;o+=3){const r=255&t[o],a=255&t[o+1],s=255&t[o+2],l=r>>2,c=(3&r)<<4|a>>4,d=o+1<i?(15&a)<<2|s>>6:64,u=o+2<i?63&s:64;n+=e[l]+e[c]+e[d]+e[u]}return n}}();t.createObjectURL=he},function(e,t,r){"use strict";r(4)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isNodeJS=void 0;const a="object"===typeof process&&process+""==="[object process]"&&!process.versions.nw&&!process.versions.electron;t.isNodeJS=a},function(module,exports,__w_pdfjs_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.getDocument=getDocument,exports.setPDFNetworkStreamFactory=setPDFNetworkStreamFactory,exports.build=exports.version=exports.PDFPageProxy=exports.PDFDocumentProxy=exports.PDFWorker=exports.PDFDataRangeTransport=exports.LoopbackPort=void 0;var _util=__w_pdfjs_require__(2),_display_utils=__w_pdfjs_require__(1),_font_loader=__w_pdfjs_require__(6),_api_compatibility=__w_pdfjs_require__(7),_canvas=__w_pdfjs_require__(8),_worker_options=__w_pdfjs_require__(10),_is_node=__w_pdfjs_require__(4),_message_handler=__w_pdfjs_require__(11),_metadata=__w_pdfjs_require__(12),_transport_stream=__w_pdfjs_require__(14),_webgl=__w_pdfjs_require__(15);const DEFAULT_RANGE_CHUNK_SIZE=65536,RENDERING_CANCELLED_TIMEOUT=100;let createPDFNetworkStream;function setPDFNetworkStreamFactory(e){createPDFNetworkStream=e}function getDocument(e){const t=new PDFDocumentLoadingTask;let r;if("string"===typeof e)r={url:e};else if((0,_util.isArrayBuffer)(e))r={data:e};else if(e instanceof PDFDataRangeTransport)r={range:e};else{if("object"!==typeof e)throw new Error("Invalid parameter in getDocument, need either Uint8Array, string or a parameter object");if(!e.url&&!e.data&&!e.range)throw new Error("Invalid parameter object: need either .data, .range or .url");r=e}const a=Object.create(null);let n=null,o=null;for(const s in r)if("url"!==s||"undefined"===typeof window)if("range"!==s)if("worker"!==s)if("data"!==s||r[s]instanceof Uint8Array)a[s]=r[s];else{const e=r[s];if("string"===typeof e)a[s]=(0,_util.stringToBytes)(e);else if("object"!==typeof e||null===e||isNaN(e.length)){if(!(0,_util.isArrayBuffer)(e))throw new Error("Invalid PDF binary data: either typed array, string or array-like object is expected in the data property.");a[s]=new Uint8Array(e)}else a[s]=new Uint8Array(e)}else o=r[s];else n=r[s];else a[s]=new URL(r[s],window.location).href;if(a.rangeChunkSize=a.rangeChunkSize||DEFAULT_RANGE_CHUNK_SIZE,a.CMapReaderFactory=a.CMapReaderFactory||_display_utils.DOMCMapReaderFactory,a.ignoreErrors=!0!==a.stopAtErrors,a.fontExtraProperties=!0===a.fontExtraProperties,a.pdfBug=!0===a.pdfBug,Number.isInteger(a.maxImageSize)||(a.maxImageSize=-1),"boolean"!==typeof a.isEvalSupported&&(a.isEvalSupported=!0),"boolean"!==typeof a.disableFontFace&&(a.disableFontFace=_api_compatibility.apiCompatibilityParams.disableFontFace||!1),"boolean"!==typeof a.disableRange&&(a.disableRange=!1),"boolean"!==typeof a.disableStream&&(a.disableStream=!1),"boolean"!==typeof a.disableAutoFetch&&(a.disableAutoFetch=!1),(0,_util.setVerbosityLevel)(a.verbosity),!o){const e={verbosity:a.verbosity,port:_worker_options.GlobalWorkerOptions.workerPort};o=e.port?PDFWorker.fromPort(e):new PDFWorker(e),t._worker=o}const i=t.docId;return o.promise.then((function(){if(t.destroyed)throw new Error("Loading aborted");const e=_fetchDocument(o,a,n,i),r=new Promise((function(e){let t;n?t=new _transport_stream.PDFDataTransportStream({length:a.length,initialData:a.initialData,progressiveDone:a.progressiveDone,disableRange:a.disableRange,disableStream:a.disableStream},n):a.data||(t=createPDFNetworkStream({url:a.url,length:a.length,httpHeaders:a.httpHeaders,withCredentials:a.withCredentials,rangeChunkSize:a.rangeChunkSize,disableRange:a.disableRange,disableStream:a.disableStream})),e(t)}));return Promise.all([e,r]).then((function([e,r]){if(t.destroyed)throw new Error("Loading aborted");const n=new _message_handler.MessageHandler(i,e,o.port);n.postMessageTransfers=o.postMessageTransfers;const s=new WorkerTransport(n,t,r,a);t._transport=s,n.send("Ready",null)}))})).catch(t._capability.reject),t}function _fetchDocument(e,t,r,a){return e.destroyed?Promise.reject(new Error("Worker was destroyed")):(r&&(t.length=r.length,t.initialData=r.initialData,t.progressiveDone=r.progressiveDone),e.messageHandler.sendWithPromise("GetDocRequest",{docId:a,apiVersion:"2.5.207",source:{data:t.data,url:t.url,password:t.password,disableAutoFetch:t.disableAutoFetch,rangeChunkSize:t.rangeChunkSize,length:t.length},maxImageSize:t.maxImageSize,disableFontFace:t.disableFontFace,postMessageTransfers:e.postMessageTransfers,docBaseUrl:t.docBaseUrl,ignoreErrors:t.ignoreErrors,isEvalSupported:t.isEvalSupported,fontExtraProperties:t.fontExtraProperties}).then((function(t){if(e.destroyed)throw new Error("Worker was destroyed");return t})))}const PDFDocumentLoadingTask=function(){let e=0;class t{constructor(){this._capability=(0,_util.createPromiseCapability)(),this._transport=null,this._worker=null,this.docId="d"+e++,this.destroyed=!1,this.onPassword=null,this.onProgress=null,this.onUnsupportedFeature=null}get promise(){return this._capability.promise}destroy(){this.destroyed=!0;const e=this._transport?this._transport.destroy():Promise.resolve();return e.then((()=>{this._transport=null,this._worker&&(this._worker.destroy(),this._worker=null)}))}}return t}();class PDFDataRangeTransport{constructor(e,t,r=!1){this.length=e,this.initialData=t,this.progressiveDone=r,this._rangeListeners=[],this._progressListeners=[],this._progressiveReadListeners=[],this._progressiveDoneListeners=[],this._readyCapability=(0,_util.createPromiseCapability)()}addRangeListener(e){this._rangeListeners.push(e)}addProgressListener(e){this._progressListeners.push(e)}addProgressiveReadListener(e){this._progressiveReadListeners.push(e)}addProgressiveDoneListener(e){this._progressiveDoneListeners.push(e)}onDataRange(e,t){for(const r of this._rangeListeners)r(e,t)}onDataProgress(e,t){this._readyCapability.promise.then((()=>{for(const r of this._progressListeners)r(e,t)}))}onDataProgressiveRead(e){this._readyCapability.promise.then((()=>{for(const t of this._progressiveReadListeners)t(e)}))}onDataProgressiveDone(){this._readyCapability.promise.then((()=>{for(const e of this._progressiveDoneListeners)e()}))}transportReady(){this._readyCapability.resolve()}requestDataRange(e,t){(0,_util.unreachable)("Abstract method PDFDataRangeTransport.requestDataRange")}abort(){}}exports.PDFDataRangeTransport=PDFDataRangeTransport;class PDFDocumentProxy{constructor(e,t){this._pdfInfo=e,this._transport=t}get numPages(){return this._pdfInfo.numPages}get fingerprint(){return this._pdfInfo.fingerprint}getPage(e){return this._transport.getPage(e)}getPageIndex(e){return this._transport.getPageIndex(e)}getDestinations(){return this._transport.getDestinations()}getDestination(e){return this._transport.getDestination(e)}getPageLabels(){return this._transport.getPageLabels()}getPageLayout(){return this._transport.getPageLayout()}getPageMode(){return this._transport.getPageMode()}getViewerPreferences(){return this._transport.getViewerPreferences()}getOpenAction(){return this._transport.getOpenAction()}getOpenActionDestination(){return(0,_display_utils.deprecated)("getOpenActionDestination, use getOpenAction instead."),this.getOpenAction().then((function(e){return e&&e.dest?e.dest:null}))}getAttachments(){return this._transport.getAttachments()}getJavaScript(){return this._transport.getJavaScript()}getOutline(){return this._transport.getOutline()}getPermissions(){return this._transport.getPermissions()}getMetadata(){return this._transport.getMetadata()}getData(){return this._transport.getData()}getDownloadInfo(){return this._transport.downloadInfoCapability.promise}getStats(){return this._transport.getStats()}cleanup(){return this._transport.startCleanup()}destroy(){return this.loadingTask.destroy()}get loadingParams(){return this._transport.loadingParams}get loadingTask(){return this._transport.loadingTask}}exports.PDFDocumentProxy=PDFDocumentProxy;class PDFPageProxy{constructor(e,t,r,a=!1){this._pageIndex=e,this._pageInfo=t,this._transport=r,this._stats=a?new _display_utils.StatTimer:null,this._pdfBug=a,this.commonObjs=r.commonObjs,this.objs=new PDFObjects,this.cleanupAfterRender=!1,this.pendingCleanup=!1,this.intentStates=Object.create(null),this.destroyed=!1}get pageNumber(){return this._pageIndex+1}get rotate(){return this._pageInfo.rotate}get ref(){return this._pageInfo.ref}get userUnit(){return this._pageInfo.userUnit}get view(){return this._pageInfo.view}getViewport({scale:e,rotation:t=this.rotate,offsetX:r=0,offsetY:a=0,dontFlip:n=!1}={}){return new _display_utils.PageViewport({viewBox:this.view,scale:e,rotation:t,offsetX:r,offsetY:a,dontFlip:n})}getAnnotations({intent:e=null}={}){return this.annotationsPromise&&this.annotationsIntent===e||(this.annotationsPromise=this._transport.getAnnotations(this._pageIndex,e),this.annotationsIntent=e),this.annotationsPromise}render({canvasContext:e,viewport:t,intent:r="display",enableWebGL:a=!1,renderInteractiveForms:n=!1,transform:o=null,imageLayer:i=null,canvasFactory:s=null,background:l=null}){this._stats&&this._stats.time("Overall");const c="print"===r?"print":"display";this.pendingCleanup=!1,this.intentStates[c]||(this.intentStates[c]=Object.create(null));const d=this.intentStates[c];d.streamReaderCancelTimeout&&(clearTimeout(d.streamReaderCancelTimeout),d.streamReaderCancelTimeout=null);const u=s||new _display_utils.DOMCanvasFactory,h=new _webgl.WebGLContext({enable:a});d.displayReadyCapability||(d.displayReadyCapability=(0,_util.createPromiseCapability)(),d.operatorList={fnArray:[],argsArray:[],lastChunk:!1},this._stats&&this._stats.time("Page Request"),this._pumpOperatorList({pageIndex:this._pageIndex,intent:c,renderInteractiveForms:!0===n}));const p=e=>{const t=d.renderTasks.indexOf(m);t>=0&&d.renderTasks.splice(t,1),(this.cleanupAfterRender||"print"===c)&&(this.pendingCleanup=!0),this._tryCleanup(),e?(m.capability.reject(e),this._abortOperatorList({intentState:d,reason:e})):m.capability.resolve(),this._stats&&(this._stats.timeEnd("Rendering"),this._stats.timeEnd("Overall"))},m=new InternalRenderTask({callback:p,params:{canvasContext:e,viewport:t,transform:o,imageLayer:i,background:l},objs:this.objs,commonObjs:this.commonObjs,operatorList:d.operatorList,pageIndex:this._pageIndex,canvasFactory:u,webGLContext:h,useRequestAnimationFrame:"print"!==c,pdfBug:this._pdfBug});d.renderTasks||(d.renderTasks=[]),d.renderTasks.push(m);const f=m.task;return d.displayReadyCapability.promise.then((e=>{this.pendingCleanup?p():(this._stats&&this._stats.time("Rendering"),m.initializeGraphics(e),m.operatorListChanged())})).catch(p),f}getOperatorList(){function e(){if(r.operatorList.lastChunk){r.opListReadCapability.resolve(r.operatorList);const e=r.renderTasks.indexOf(a);e>=0&&r.renderTasks.splice(e,1)}}const t="oplist";this.intentStates[t]||(this.intentStates[t]=Object.create(null));const r=this.intentStates[t];let a;return r.opListReadCapability||(a={},a.operatorListChanged=e,r.opListReadCapability=(0,_util.createPromiseCapability)(),r.renderTasks=[],r.renderTasks.push(a),r.operatorList={fnArray:[],argsArray:[],lastChunk:!1},this._stats&&this._stats.time("Page Request"),this._pumpOperatorList({pageIndex:this._pageIndex,intent:t})),r.opListReadCapability.promise}streamTextContent({normalizeWhitespace:e=!1,disableCombineTextItems:t=!1}={}){const r=100;return this._transport.messageHandler.sendWithStream("GetTextContent",{pageIndex:this._pageIndex,normalizeWhitespace:!0===e,combineTextItems:!0!==t},{highWaterMark:r,size(e){return e.items.length}})}getTextContent(e={}){const t=this.streamTextContent(e);return new Promise((function(e,r){function a(){n.read().then((function({value:t,done:r}){r?e(o):(Object.assign(o.styles,t.styles),o.items.push(...t.items),a())}),r)}const n=t.getReader(),o={items:[],styles:Object.create(null)};a()}))}_destroy(){this.destroyed=!0,this._transport.pageCache[this._pageIndex]=null;const e=[];return Object.keys(this.intentStates).forEach((t=>{const r=this.intentStates[t];this._abortOperatorList({intentState:r,reason:new Error("Page was destroyed."),force:!0}),"oplist"!==t&&r.renderTasks.forEach((function(t){const r=t.capability.promise.catch((function(){}));e.push(r),t.cancel()}))})),this.objs.clear(),this.annotationsPromise=null,this.pendingCleanup=!1,Promise.all(e)}cleanup(e=!1){return this.pendingCleanup=!0,this._tryCleanup(e)}_tryCleanup(e=!1){return!(!this.pendingCleanup||Object.keys(this.intentStates).some((e=>{const t=this.intentStates[e];return 0!==t.renderTasks.length||!t.operatorList.lastChunk})))&&(Object.keys(this.intentStates).forEach((e=>{delete this.intentStates[e]})),this.objs.clear(),this.annotationsPromise=null,e&&this._stats&&(this._stats=new _display_utils.StatTimer),this.pendingCleanup=!1,!0)}_startRenderPage(e,t){const r=this.intentStates[t];r&&(this._stats&&this._stats.timeEnd("Page Request"),r.displayReadyCapability&&r.displayReadyCapability.resolve(e))}_renderPageChunk(e,t){for(let r=0,a=e.length;r<a;r++)t.operatorList.fnArray.push(e.fnArray[r]),t.operatorList.argsArray.push(e.argsArray[r]);t.operatorList.lastChunk=e.lastChunk;for(let r=0;r<t.renderTasks.length;r++)t.renderTasks[r].operatorListChanged();e.lastChunk&&this._tryCleanup()}_pumpOperatorList(e){(0,_util.assert)(e.intent,'PDFPageProxy._pumpOperatorList: Expected "intent" argument.');const t=this._transport.messageHandler.sendWithStream("GetOperatorList",e),r=t.getReader(),a=this.intentStates[e.intent];a.streamReader=r;const n=()=>{r.read().then((({value:e,done:t})=>{t?a.streamReader=null:this._transport.destroyed||(this._renderPageChunk(e,a),n())}),(e=>{if(a.streamReader=null,!this._transport.destroyed){if(a.operatorList){a.operatorList.lastChunk=!0;for(let e=0;e<a.renderTasks.length;e++)a.renderTasks[e].operatorListChanged();this._tryCleanup()}if(a.displayReadyCapability)a.displayReadyCapability.reject(e);else{if(!a.opListReadCapability)throw e;a.opListReadCapability.reject(e)}}}))};n()}_abortOperatorList({intentState:e,reason:t,force:r=!1}){if((0,_util.assert)(t instanceof Error||"object"===typeof t&&null!==t,'PDFPageProxy._abortOperatorList: Expected "reason" argument.'),e.streamReader){if(!r){if(0!==e.renderTasks.length)return;if(t instanceof _display_utils.RenderingCancelledException)return void(e.streamReaderCancelTimeout=setTimeout((()=>{this._abortOperatorList({intentState:e,reason:t,force:!0}),e.streamReaderCancelTimeout=null}),RENDERING_CANCELLED_TIMEOUT))}e.streamReader.cancel(new _util.AbortException(t&&t.message)),e.streamReader=null,this._transport.destroyed||(Object.keys(this.intentStates).some((t=>this.intentStates[t]===e&&(delete this.intentStates[t],!0))),this.cleanup())}}get stats(){return this._stats}}exports.PDFPageProxy=PDFPageProxy;class LoopbackPort{constructor(e=!0){this._listeners=[],this._defer=e,this._deferred=Promise.resolve(void 0)}postMessage(e,t){function r(e){if("object"!==typeof e||null===e)return e;if(a.has(e))return a.get(e);let n,o;if((n=e.buffer)&&(0,_util.isArrayBuffer)(n)){const r=t&&t.includes(n);return o=r?new e.constructor(n,e.byteOffset,e.byteLength):new e.constructor(e),a.set(e,o),o}o=Array.isArray(e)?[]:{},a.set(e,o);for(const t in e){let a,n=e;while(!(a=Object.getOwnPropertyDescriptor(n,t)))n=Object.getPrototypeOf(n);if("undefined"!==typeof a.value)if("function"!==typeof a.value)o[t]=r(a.value);else if(e.hasOwnProperty&&e.hasOwnProperty(t))throw new Error(`LoopbackPort.postMessage - cannot clone: ${e[t]}`)}return o}if(!this._defer)return void this._listeners.forEach((t=>{t.call(this,{data:e})}));const a=new WeakMap,n={data:r(e)};this._deferred.then((()=>{this._listeners.forEach((e=>{e.call(this,n)}))}))}addEventListener(e,t){this._listeners.push(t)}removeEventListener(e,t){const r=this._listeners.indexOf(t);this._listeners.splice(r,1)}terminate(){this._listeners.length=0}}exports.LoopbackPort=LoopbackPort;const PDFWorker=function PDFWorkerClosure(){const pdfWorkerPorts=new WeakMap;let isWorkerDisabled=!1,fallbackWorkerSrc,nextFakeWorkerId=0,fakeWorkerCapability;if(_is_node.isNodeJS)isWorkerDisabled=!0,fallbackWorkerSrc="./pdf.worker.js";else if("object"===typeof document&&"currentScript"in document){const e=document.currentScript&&document.currentScript.src;e&&(fallbackWorkerSrc=e.replace(/(\.(?:min\.)?js)(\?.*)?$/i,".worker$1$2"))}function getWorkerSrc(){if(_worker_options.GlobalWorkerOptions.workerSrc)return _worker_options.GlobalWorkerOptions.workerSrc;if("undefined"!==typeof fallbackWorkerSrc)return _is_node.isNodeJS||(0,_display_utils.deprecated)('No "GlobalWorkerOptions.workerSrc" specified.'),fallbackWorkerSrc;throw new Error('No "GlobalWorkerOptions.workerSrc" specified.')}function getMainThreadWorkerMessageHandler(){let e;try{e=globalThis.pdfjsWorker&&globalThis.pdfjsWorker.WorkerMessageHandler}catch(t){}return e||null}function setupFakeWorkerGlobal(){if(fakeWorkerCapability)return fakeWorkerCapability.promise;fakeWorkerCapability=(0,_util.createPromiseCapability)();const loader=async function(){const mainWorkerMessageHandler=getMainThreadWorkerMessageHandler();if(mainWorkerMessageHandler)return mainWorkerMessageHandler;if(_is_node.isNodeJS){const worker=eval("require")(getWorkerSrc());return worker.WorkerMessageHandler}return await(0,_display_utils.loadScript)(getWorkerSrc()),window.pdfjsWorker.WorkerMessageHandler};return loader().then(fakeWorkerCapability.resolve,fakeWorkerCapability.reject),fakeWorkerCapability.promise}function createCDNWrapper(e){const t="importScripts('"+e+"');";return URL.createObjectURL(new Blob([t]))}class PDFWorker{constructor({name:e=null,port:t=null,verbosity:r=(0,_util.getVerbosityLevel)()}={}){if(t&&pdfWorkerPorts.has(t))throw new Error("Cannot use more than one PDFWorker per port");if(this.name=e,this.destroyed=!1,this.postMessageTransfers=!0,this.verbosity=r,this._readyCapability=(0,_util.createPromiseCapability)(),this._port=null,this._webWorker=null,this._messageHandler=null,t)return pdfWorkerPorts.set(t,this),void this._initializeFromPort(t);this._initialize()}get promise(){return this._readyCapability.promise}get port(){return this._port}get messageHandler(){return this._messageHandler}_initializeFromPort(e){this._port=e,this._messageHandler=new _message_handler.MessageHandler("main","worker",e),this._messageHandler.on("ready",(function(){})),this._readyCapability.resolve()}_initialize(){if("undefined"!==typeof Worker&&!isWorkerDisabled&&!getMainThreadWorkerMessageHandler()){let t=getWorkerSrc();try{(0,_util.isSameOrigin)(window.location.href,t)||(t=createCDNWrapper(new URL(t,window.location).href));const e=new Worker(t),r=new _message_handler.MessageHandler("main","worker",e),a=()=>{e.removeEventListener("error",n),r.destroy(),e.terminate(),this.destroyed?this._readyCapability.reject(new Error("Worker was destroyed")):this._setupFakeWorker()},n=()=>{this._webWorker||a()};e.addEventListener("error",n),r.on("test",(t=>{e.removeEventListener("error",n),this.destroyed?a():t?(this._messageHandler=r,this._port=e,this._webWorker=e,t.supportTransfers||(this.postMessageTransfers=!1),this._readyCapability.resolve(),r.send("configure",{verbosity:this.verbosity})):(this._setupFakeWorker(),r.destroy(),e.terminate())})),r.on("ready",(t=>{if(e.removeEventListener("error",n),this.destroyed)a();else try{o()}catch(r){this._setupFakeWorker()}}));const o=()=>{const e=new Uint8Array([this.postMessageTransfers?255:0]);try{r.send("test",e,[e.buffer])}catch(t){(0,_util.warn)("Cannot use postMessage transfers."),e[0]=0,r.send("test",e)}};return void o()}catch(e){(0,_util.info)("The worker has been disabled.")}}this._setupFakeWorker()}_setupFakeWorker(){isWorkerDisabled||((0,_util.warn)("Setting up fake worker."),isWorkerDisabled=!0),setupFakeWorkerGlobal().then((e=>{if(this.destroyed)return void this._readyCapability.reject(new Error("Worker was destroyed"));const t=new LoopbackPort;this._port=t;const r="fake"+nextFakeWorkerId++,a=new _message_handler.MessageHandler(r+"_worker",r,t);e.setup(a,t);const n=new _message_handler.MessageHandler(r,r+"_worker",t);this._messageHandler=n,this._readyCapability.resolve(),n.send("configure",{verbosity:this.verbosity})})).catch((e=>{this._readyCapability.reject(new Error(`Setting up fake worker failed: "${e.message}".`))}))}destroy(){this.destroyed=!0,this._webWorker&&(this._webWorker.terminate(),this._webWorker=null),pdfWorkerPorts.delete(this._port),this._port=null,this._messageHandler&&(this._messageHandler.destroy(),this._messageHandler=null)}static fromPort(e){if(!e||!e.port)throw new Error("PDFWorker.fromPort - invalid method signature.");return pdfWorkerPorts.has(e.port)?pdfWorkerPorts.get(e.port):new PDFWorker(e)}static getWorkerSrc(){return getWorkerSrc()}}return PDFWorker}();exports.PDFWorker=PDFWorker;class WorkerTransport{constructor(e,t,r,a){this.messageHandler=e,this.loadingTask=t,this.commonObjs=new PDFObjects,this.fontLoader=new _font_loader.FontLoader({docId:t.docId,onUnsupportedFeature:this._onUnsupportedFeature.bind(this)}),this._params=a,this.CMapReaderFactory=new a.CMapReaderFactory({baseUrl:a.cMapUrl,isCompressed:a.cMapPacked}),this.destroyed=!1,this.destroyCapability=null,this._passwordCapability=null,this._networkStream=r,this._fullReader=null,this._lastProgress=null,this.pageCache=[],this.pagePromises=[],this.downloadInfoCapability=(0,_util.createPromiseCapability)(),this.setupMessageHandler()}destroy(){if(this.destroyCapability)return this.destroyCapability.promise;this.destroyed=!0,this.destroyCapability=(0,_util.createPromiseCapability)(),this._passwordCapability&&this._passwordCapability.reject(new Error("Worker was destroyed during onPassword callback"));const e=[];this.pageCache.forEach((function(t){t&&e.push(t._destroy())})),this.pageCache.length=0,this.pagePromises.length=0;const t=this.messageHandler.sendWithPromise("Terminate",null);return e.push(t),Promise.all(e).then((()=>{this.fontLoader.clear(),this._networkStream&&this._networkStream.cancelAllRequests(new _util.AbortException("Worker was terminated.")),this.messageHandler&&(this.messageHandler.destroy(),this.messageHandler=null),this.destroyCapability.resolve()}),this.destroyCapability.reject),this.destroyCapability.promise}setupMessageHandler(){const{messageHandler:e,loadingTask:t}=this;e.on("GetReader",((e,t)=>{(0,_util.assert)(this._networkStream,"GetReader - no `IPDFStream` instance available."),this._fullReader=this._networkStream.getFullReader(),this._fullReader.onProgress=e=>{this._lastProgress={loaded:e.loaded,total:e.total}},t.onPull=()=>{this._fullReader.read().then((function({value:e,done:r}){r?t.close():((0,_util.assert)((0,_util.isArrayBuffer)(e),"GetReader - expected an ArrayBuffer."),t.enqueue(new Uint8Array(e),1,[e]))})).catch((e=>{t.error(e)}))},t.onCancel=e=>{this._fullReader.cancel(e)}})),e.on("ReaderHeadersReady",(e=>{const r=(0,_util.createPromiseCapability)(),a=this._fullReader;return a.headersReady.then((()=>{a.isStreamingSupported&&a.isRangeSupported||(this._lastProgress&&t.onProgress&&t.onProgress(this._lastProgress),a.onProgress=e=>{t.onProgress&&t.onProgress({loaded:e.loaded,total:e.total})}),r.resolve({isStreamingSupported:a.isStreamingSupported,isRangeSupported:a.isRangeSupported,contentLength:a.contentLength})}),r.reject),r.promise})),e.on("GetRangeReader",((e,t)=>{(0,_util.assert)(this._networkStream,"GetRangeReader - no `IPDFStream` instance available.");const r=this._networkStream.getRangeReader(e.begin,e.end);r?(t.onPull=()=>{r.read().then((function({value:e,done:r}){r?t.close():((0,_util.assert)((0,_util.isArrayBuffer)(e),"GetRangeReader - expected an ArrayBuffer."),t.enqueue(new Uint8Array(e),1,[e]))})).catch((e=>{t.error(e)}))},t.onCancel=e=>{r.cancel(e)}):t.close()})),e.on("GetDoc",(({pdfInfo:e})=>{this._numPages=e.numPages,t._capability.resolve(new PDFDocumentProxy(e,this))})),e.on("DocException",(function(e){let r;switch(e.name){case"PasswordException":r=new _util.PasswordException(e.message,e.code);break;case"InvalidPDFException":r=new _util.InvalidPDFException(e.message);break;case"MissingPDFException":r=new _util.MissingPDFException(e.message);break;case"UnexpectedResponseException":r=new _util.UnexpectedResponseException(e.message,e.status);break;case"UnknownErrorException":r=new _util.UnknownErrorException(e.message,e.details);break}t._capability.reject(r)})),e.on("PasswordRequest",(e=>{if(this._passwordCapability=(0,_util.createPromiseCapability)(),t.onPassword){const a=e=>{this._passwordCapability.resolve({password:e})};try{t.onPassword(a,e.code)}catch(r){this._passwordCapability.reject(r)}}else this._passwordCapability.reject(new _util.PasswordException(e.message,e.code));return this._passwordCapability.promise})),e.on("DataLoaded",(e=>{t.onProgress&&t.onProgress({loaded:e.length,total:e.length}),this.downloadInfoCapability.resolve(e)})),e.on("StartRenderPage",(e=>{if(this.destroyed)return;const t=this.pageCache[e.pageIndex];t._startRenderPage(e.transparency,e.intent)})),e.on("commonobj",(t=>{if(this.destroyed)return;const[r,a,n]=t;if(!this.commonObjs.has(r))switch(a){case"Font":const t=this._params;if("error"in n){const e=n.error;(0,_util.warn)(`Error during font loading: ${e}`),this.commonObjs.resolve(r,e);break}let o=null;t.pdfBug&&globalThis.FontInspector&&globalThis.FontInspector.enabled&&(o={registerFont(e,t){globalThis.FontInspector.fontAdded(e,t)}});const i=new _font_loader.FontFaceObject(n,{isEvalSupported:t.isEvalSupported,disableFontFace:t.disableFontFace,ignoreErrors:t.ignoreErrors,onUnsupportedFeature:this._onUnsupportedFeature.bind(this),fontRegistry:o});this.fontLoader.bind(i).catch((t=>e.sendWithPromise("FontFallback",{id:r}))).finally((()=>{!t.fontExtraProperties&&i.data&&(i.data=null),this.commonObjs.resolve(r,i)}));break;case"FontPath":case"FontType3Res":case"Image":this.commonObjs.resolve(r,n);break;default:throw new Error(`Got unknown common object type ${a}`)}})),e.on("obj",(e=>{if(this.destroyed)return;const[t,r,a,n]=e,o=this.pageCache[r];if(!o.objs.has(t))switch(a){case"Image":o.objs.resolve(t,n);const e=8e6;n&&"data"in n&&n.data.length>e&&(o.cleanupAfterRender=!0);break;default:throw new Error(`Got unknown object type ${a}`)}})),e.on("DocProgress",(e=>{this.destroyed||t.onProgress&&t.onProgress({loaded:e.loaded,total:e.total})})),e.on("UnsupportedFeature",this._onUnsupportedFeature.bind(this)),e.on("FetchBuiltInCMap",((e,t)=>{if(this.destroyed)return void t.error(new Error("Worker was destroyed"));let r=!1;t.onPull=()=>{r?t.close():(r=!0,this.CMapReaderFactory.fetch(e).then((function(e){t.enqueue(e,1,[e.cMapData.buffer])})).catch((function(e){t.error(e)})))}}))}_onUnsupportedFeature({featureId:e}){this.destroyed||this.loadingTask.onUnsupportedFeature&&this.loadingTask.onUnsupportedFeature(e)}getData(){return this.messageHandler.sendWithPromise("GetData",null)}getPage(e){if(!Number.isInteger(e)||e<=0||e>this._numPages)return Promise.reject(new Error("Invalid page request"));const t=e-1;if(t in this.pagePromises)return this.pagePromises[t];const r=this.messageHandler.sendWithPromise("GetPage",{pageIndex:t}).then((e=>{if(this.destroyed)throw new Error("Transport destroyed");const r=new PDFPageProxy(t,e,this,this._params.pdfBug);return this.pageCache[t]=r,r}));return this.pagePromises[t]=r,r}getPageIndex(e){return this.messageHandler.sendWithPromise("GetPageIndex",{ref:e}).catch((function(e){return Promise.reject(new Error(e))}))}getAnnotations(e,t){return this.messageHandler.sendWithPromise("GetAnnotations",{pageIndex:e,intent:t})}getDestinations(){return this.messageHandler.sendWithPromise("GetDestinations",null)}getDestination(e){return"string"!==typeof e?Promise.reject(new Error("Invalid destination request.")):this.messageHandler.sendWithPromise("GetDestination",{id:e})}getPageLabels(){return this.messageHandler.sendWithPromise("GetPageLabels",null)}getPageLayout(){return this.messageHandler.sendWithPromise("GetPageLayout",null)}getPageMode(){return this.messageHandler.sendWithPromise("GetPageMode",null)}getViewerPreferences(){return this.messageHandler.sendWithPromise("GetViewerPreferences",null)}getOpenAction(){return this.messageHandler.sendWithPromise("GetOpenAction",null)}getAttachments(){return this.messageHandler.sendWithPromise("GetAttachments",null)}getJavaScript(){return this.messageHandler.sendWithPromise("GetJavaScript",null)}getOutline(){return this.messageHandler.sendWithPromise("GetOutline",null)}getPermissions(){return this.messageHandler.sendWithPromise("GetPermissions",null)}getMetadata(){return this.messageHandler.sendWithPromise("GetMetadata",null).then((e=>({info:e[0],metadata:e[1]?new _metadata.Metadata(e[1]):null,contentDispositionFilename:this._fullReader?this._fullReader.filename:null})))}getStats(){return this.messageHandler.sendWithPromise("GetStats",null)}startCleanup(){return this.messageHandler.sendWithPromise("Cleanup",null).then((()=>{for(let e=0,t=this.pageCache.length;e<t;e++){const t=this.pageCache[e];if(t){const r=t.cleanup();if(!r)throw new Error(`startCleanup: Page ${e+1} is currently rendering.`)}}this.commonObjs.clear(),this.fontLoader.clear()}))}get loadingParams(){const e=this._params;return(0,_util.shadow)(this,"loadingParams",{disableAutoFetch:e.disableAutoFetch,disableFontFace:e.disableFontFace})}}class PDFObjects{constructor(){this._objs=Object.create(null)}_ensureObj(e){return this._objs[e]?this._objs[e]:this._objs[e]={capability:(0,_util.createPromiseCapability)(),data:null,resolved:!1}}get(e,t=null){if(t)return this._ensureObj(e).capability.promise.then(t),null;const r=this._objs[e];if(!r||!r.resolved)throw new Error(`Requesting object that isn't resolved yet ${e}.`);return r.data}has(e){const t=this._objs[e];return!!t&&t.resolved}resolve(e,t){const r=this._ensureObj(e);r.resolved=!0,r.data=t,r.capability.resolve(t)}clear(){this._objs=Object.create(null)}}class RenderTask{constructor(e){this._internalRenderTask=e,this.onContinue=null}get promise(){return this._internalRenderTask.capability.promise}cancel(){this._internalRenderTask.cancel()}}const InternalRenderTask=function(){const e=new WeakSet;class t{constructor({callback:e,params:t,objs:r,commonObjs:a,operatorList:n,pageIndex:o,canvasFactory:i,webGLContext:s,useRequestAnimationFrame:l=!1,pdfBug:c=!1}){this.callback=e,this.params=t,this.objs=r,this.commonObjs=a,this.operatorListIdx=null,this.operatorList=n,this._pageIndex=o,this.canvasFactory=i,this.webGLContext=s,this._pdfBug=c,this.running=!1,this.graphicsReadyCallback=null,this.graphicsReady=!1,this._useRequestAnimationFrame=!0===l&&"undefined"!==typeof window,this.cancelled=!1,this.capability=(0,_util.createPromiseCapability)(),this.task=new RenderTask(this),this._continueBound=this._continue.bind(this),this._scheduleNextBound=this._scheduleNext.bind(this),this._nextBound=this._next.bind(this),this._canvas=t.canvasContext.canvas}initializeGraphics(t=!1){if(this.cancelled)return;if(this._canvas){if(e.has(this._canvas))throw new Error("Cannot use the same canvas during multiple render() operations. Use different canvas or ensure previous operations were cancelled or completed.");e.add(this._canvas)}this._pdfBug&&globalThis.StepperManager&&globalThis.StepperManager.enabled&&(this.stepper=globalThis.StepperManager.create(this._pageIndex),this.stepper.init(this.operatorList),this.stepper.nextBreakPoint=this.stepper.getNextBreakPoint());const{canvasContext:r,viewport:a,transform:n,imageLayer:o,background:i}=this.params;this.gfx=new _canvas.CanvasGraphics(r,this.commonObjs,this.objs,this.canvasFactory,this.webGLContext,o),this.gfx.beginDrawing({transform:n,viewport:a,transparency:t,background:i}),this.operatorListIdx=0,this.graphicsReady=!0,this.graphicsReadyCallback&&this.graphicsReadyCallback()}cancel(t=null){this.running=!1,this.cancelled=!0,this.gfx&&this.gfx.endDrawing(),this._canvas&&e.delete(this._canvas),this.callback(t||new _display_utils.RenderingCancelledException(`Rendering cancelled, page ${this._pageIndex+1}`,"canvas"))}operatorListChanged(){this.graphicsReady?(this.stepper&&this.stepper.updateOperatorList(this.operatorList),this.running||this._continue()):this.graphicsReadyCallback||(this.graphicsReadyCallback=this._continueBound)}_continue(){this.running=!0,this.cancelled||(this.task.onContinue?this.task.onContinue(this._scheduleNextBound):this._scheduleNext())}_scheduleNext(){this._useRequestAnimationFrame?window.requestAnimationFrame((()=>{this._nextBound().catch(this.cancel.bind(this))})):Promise.resolve().then(this._nextBound).catch(this.cancel.bind(this))}async _next(){this.cancelled||(this.operatorListIdx=this.gfx.executeOperatorList(this.operatorList,this.operatorListIdx,this._continueBound,this.stepper),this.operatorListIdx===this.operatorList.argsArray.length&&(this.running=!1,this.operatorList.lastChunk&&(this.gfx.endDrawing(),this._canvas&&e.delete(this._canvas),this.callback())))}}return t}(),version="2.5.207";exports.version=version;const build="0974d605";exports.build=build},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FontLoader=t.FontFaceObject=void 0;var a=r(2);class n{constructor({docId:e,onUnsupportedFeature:t}){this.constructor===n&&(0,a.unreachable)("Cannot initialize BaseFontLoader."),this.docId=e,this._onUnsupportedFeature=t,this.nativeFontFaces=[],this.styleElement=null}addNativeFontFace(e){this.nativeFontFaces.push(e),document.fonts.add(e)}insertRule(e){let t=this.styleElement;t||(t=this.styleElement=document.createElement("style"),t.id=`PDFJS_FONT_STYLE_TAG_${this.docId}`,document.documentElement.getElementsByTagName("head")[0].appendChild(t));const r=t.sheet;r.insertRule(e,r.cssRules.length)}clear(){this.nativeFontFaces.forEach((function(e){document.fonts.delete(e)})),this.nativeFontFaces.length=0,this.styleElement&&(this.styleElement.remove(),this.styleElement=null)}async bind(e){if(e.attached||e.missingFile)return;if(e.attached=!0,this.isFontLoadingAPISupported){const t=e.createNativeFontFace();if(t){this.addNativeFontFace(t);try{await t.loaded}catch(r){throw this._onUnsupportedFeature({featureId:a.UNSUPPORTED_FEATURES.errorFontLoadNative}),(0,a.warn)(`Failed to load font '${t.family}': '${r}'.`),e.disableFontFace=!0,r}}return}const t=e.createFontFaceRule();if(t){if(this.insertRule(t),this.isSyncFontLoadingSupported)return;await new Promise((r=>{const a=this._queueLoadingCallback(r);this._prepareFontLoadEvent([t],[e],a)}))}}_queueLoadingCallback(e){(0,a.unreachable)("Abstract method `_queueLoadingCallback`.")}get isFontLoadingAPISupported(){const e="undefined"!==typeof document&&!!document.fonts;return(0,a.shadow)(this,"isFontLoadingAPISupported",e)}get isSyncFontLoadingSupported(){(0,a.unreachable)("Abstract method `isSyncFontLoadingSupported`.")}get _loadTestFont(){(0,a.unreachable)("Abstract method `_loadTestFont`.")}_prepareFontLoadEvent(e,t,r){(0,a.unreachable)("Abstract method `_prepareFontLoadEvent`.")}}let o;t.FontLoader=o,t.FontLoader=o=class extends n{constructor(e){super(e),this.loadingContext={requests:[],nextRequestId:0},this.loadTestFontId=0}get isSyncFontLoadingSupported(){let e=!1;if("undefined"===typeof navigator)e=!0;else{const t=/Mozilla\/5.0.*?rv:(\d+).*? Gecko/.exec(navigator.userAgent);t&&t[1]>=14&&(e=!0)}return(0,a.shadow)(this,"isSyncFontLoadingSupported",e)}_queueLoadingCallback(e){function t(){(0,a.assert)(!n.done,"completeRequest() cannot be called twice."),n.done=!0;while(r.requests.length>0&&r.requests[0].done){const e=r.requests.shift();setTimeout(e.callback,0)}}const r=this.loadingContext,n={id:"pdfjs-font-loading-"+r.nextRequestId++,done:!1,complete:t,callback:e};return r.requests.push(n),n}get _loadTestFont(){const e=function(){return atob("T1RUTwALAIAAAwAwQ0ZGIDHtZg4AAAOYAAAAgUZGVE1lkzZwAAAEHAAAABxHREVGABQAFQAABDgAAAAeT1MvMlYNYwkAAAEgAAAAYGNtYXABDQLUAAACNAAAAUJoZWFk/xVFDQAAALwAAAA2aGhlYQdkA+oAAAD0AAAAJGhtdHgD6AAAAAAEWAAAAAZtYXhwAAJQAAAAARgAAAAGbmFtZVjmdH4AAAGAAAAAsXBvc3T/hgAzAAADeAAAACAAAQAAAAEAALZRFsRfDzz1AAsD6AAAAADOBOTLAAAAAM4KHDwAAAAAA+gDIQAAAAgAAgAAAAAAAAABAAADIQAAAFoD6AAAAAAD6AABAAAAAAAAAAAAAAAAAAAAAQAAUAAAAgAAAAQD6AH0AAUAAAKKArwAAACMAooCvAAAAeAAMQECAAACAAYJAAAAAAAAAAAAAQAAAAAAAAAAAAAAAFBmRWQAwAAuAC4DIP84AFoDIQAAAAAAAQAAAAAAAAAAACAAIAABAAAADgCuAAEAAAAAAAAAAQAAAAEAAAAAAAEAAQAAAAEAAAAAAAIAAQAAAAEAAAAAAAMAAQAAAAEAAAAAAAQAAQAAAAEAAAAAAAUAAQAAAAEAAAAAAAYAAQAAAAMAAQQJAAAAAgABAAMAAQQJAAEAAgABAAMAAQQJAAIAAgABAAMAAQQJAAMAAgABAAMAAQQJAAQAAgABAAMAAQQJAAUAAgABAAMAAQQJAAYAAgABWABYAAAAAAAAAwAAAAMAAAAcAAEAAAAAADwAAwABAAAAHAAEACAAAAAEAAQAAQAAAC7//wAAAC7////TAAEAAAAAAAABBgAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAD/gwAyAAAAAQAAAAAAAAAAAAAAAAAAAAABAAQEAAEBAQJYAAEBASH4DwD4GwHEAvgcA/gXBIwMAYuL+nz5tQXkD5j3CBLnEQACAQEBIVhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYAAABAQAADwACAQEEE/t3Dov6fAH6fAT+fPp8+nwHDosMCvm1Cvm1DAz6fBQAAAAAAAABAAAAAMmJbzEAAAAAzgTjFQAAAADOBOQpAAEAAAAAAAAADAAUAAQAAAABAAAAAgABAAAAAAAAAAAD6AAAAAAAAA==")};return(0,a.shadow)(this,"_loadTestFont",e())}_prepareFontLoadEvent(e,t,r){function n(e,t){return e.charCodeAt(t)<<24|e.charCodeAt(t+1)<<16|e.charCodeAt(t+2)<<8|255&e.charCodeAt(t+3)}function o(e,t,r,a){const n=e.substring(0,t),o=e.substring(t+r);return n+a+o}let i,s;const l=document.createElement("canvas");l.width=1,l.height=1;const c=l.getContext("2d");let d=0;function u(e,t){if(d++,d>30)return(0,a.warn)("Load test font never loaded."),void t();c.font="30px "+e,c.fillText(".",0,20);const r=c.getImageData(0,0,1,1);r.data[3]>0?t():setTimeout(u.bind(null,e,t))}const h=`lt${Date.now()}${this.loadTestFontId++}`;let p=this._loadTestFont;const m=976;p=o(p,m,h.length,h);const f=16,g=1482184792;let b=n(p,f);for(i=0,s=h.length-3;i<s;i+=4)b=b-g+n(h,i)|0;i<h.length&&(b=b-g+n(h+"XXX",i)|0),p=o(p,f,4,(0,a.string32)(b));const v=`url(data:font/opentype;base64,${btoa(p)});`,w=`@font-face {font-family:"${h}";src:${v}}`;this.insertRule(w);const y=[];for(i=0,s=t.length;i<s;i++)y.push(t[i].loadedName);y.push(h);const x=document.createElement("div");for(x.style.visibility="hidden",x.style.width=x.style.height="10px",x.style.position="absolute",x.style.top=x.style.left="0px",i=0,s=y.length;i<s;++i){const e=document.createElement("span");e.textContent="Hi",e.style.fontFamily=y[i],x.appendChild(e)}document.body.appendChild(x),u(h,(function(){document.body.removeChild(x),r.complete()}))}};class i{constructor(e,{isEvalSupported:t=!0,disableFontFace:r=!1,ignoreErrors:a=!1,onUnsupportedFeature:n=null,fontRegistry:o=null}){this.compiledGlyphs=Object.create(null);for(const i in e)this[i]=e[i];this.isEvalSupported=!1!==t,this.disableFontFace=!0===r,this.ignoreErrors=!0===a,this._onUnsupportedFeature=n,this.fontRegistry=o}createNativeFontFace(){if(!this.data||this.disableFontFace)return null;const e=new FontFace(this.loadedName,this.data,{});return this.fontRegistry&&this.fontRegistry.registerFont(this),e}createFontFaceRule(){if(!this.data||this.disableFontFace)return null;const e=(0,a.bytesToString)(new Uint8Array(this.data)),t=`url(data:${this.mimetype};base64,${btoa(e)});`,r=`@font-face {font-family:"${this.loadedName}";src:${t}}`;return this.fontRegistry&&this.fontRegistry.registerFont(this,t),r}getPathGenerator(e,t){if(void 0!==this.compiledGlyphs[t])return this.compiledGlyphs[t];let r,n;try{r=e.get(this.loadedName+"_path_"+t)}catch(o){if(!this.ignoreErrors)throw o;return this._onUnsupportedFeature&&this._onUnsupportedFeature({featureId:a.UNSUPPORTED_FEATURES.errorFontGetPath}),(0,a.warn)(`getPathGenerator - ignoring character: "${o}".`),this.compiledGlyphs[t]=function(e,t){}}if(this.isEvalSupported&&a.IsEvalSupportedCached.value){let e,a="";for(let t=0,o=r.length;t<o;t++)n=r[t],e=void 0!==n.args?n.args.join(","):"",a+="c."+n.cmd+"("+e+");\n";return this.compiledGlyphs[t]=new Function("c","size",a)}return this.compiledGlyphs[t]=function(e,t){for(let a=0,o=r.length;a<o;a++)n=r[a],"scale"===n.cmd&&(n.args=[t,-t]),e[n.cmd].apply(e,n.args)}}}t.FontFaceObject=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.apiCompatibilityParams=void 0;var a=r(4);const n=Object.create(null);(function(){a.isNodeJS&&(n.disableFontFace=!0)})();const o=Object.freeze(n);t.apiCompatibilityParams=o},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CanvasGraphics=void 0;var a=r(2),n=r(9),o=16,i=100,s=4096,l=.65,c=!0,d=1e3,u=16;function h(e){e.mozCurrentTransform||(e._originalSave=e.save,e._originalRestore=e.restore,e._originalRotate=e.rotate,e._originalScale=e.scale,e._originalTranslate=e.translate,e._originalTransform=e.transform,e._originalSetTransform=e.setTransform,e._transformMatrix=e._transformMatrix||[1,0,0,1,0,0],e._transformStack=[],Object.defineProperty(e,"mozCurrentTransform",{get:function(){return this._transformMatrix}}),Object.defineProperty(e,"mozCurrentTransformInverse",{get:function(){var e=this._transformMatrix,t=e[0],r=e[1],a=e[2],n=e[3],o=e[4],i=e[5],s=t*n-r*a,l=r*a-t*n;return[n/s,r/l,a/l,t/s,(n*o-a*i)/l,(r*o-t*i)/s]}}),e.save=function(){var e=this._transformMatrix;this._transformStack.push(e),this._transformMatrix=e.slice(0,6),this._originalSave()},e.restore=function(){var e=this._transformStack.pop();e&&(this._transformMatrix=e,this._originalRestore())},e.translate=function(e,t){var r=this._transformMatrix;r[4]=r[0]*e+r[2]*t+r[4],r[5]=r[1]*e+r[3]*t+r[5],this._originalTranslate(e,t)},e.scale=function(e,t){var r=this._transformMatrix;r[0]=r[0]*e,r[1]=r[1]*e,r[2]=r[2]*t,r[3]=r[3]*t,this._originalScale(e,t)},e.transform=function(t,r,a,n,o,i){var s=this._transformMatrix;this._transformMatrix=[s[0]*t+s[2]*r,s[1]*t+s[3]*r,s[0]*a+s[2]*n,s[1]*a+s[3]*n,s[0]*o+s[2]*i+s[4],s[1]*o+s[3]*i+s[5]],e._originalTransform(t,r,a,n,o,i)},e.setTransform=function(t,r,a,n,o,i){this._transformMatrix=[t,r,a,n,o,i],e._originalSetTransform(t,r,a,n,o,i)},e.rotate=function(e){var t=Math.cos(e),r=Math.sin(e),a=this._transformMatrix;this._transformMatrix=[a[0]*t+a[2]*r,a[1]*t+a[3]*r,a[0]*-r+a[2]*t,a[1]*-r+a[3]*t,a[4],a[5]],this._originalRotate(e)})}var p=function(){function e(e){this.canvasFactory=e,this.cache=Object.create(null)}return e.prototype={getCanvas:function(e,t,r,a){var n;return void 0!==this.cache[e]?(n=this.cache[e],this.canvasFactory.reset(n,t,r),n.context.setTransform(1,0,0,1,0,0)):(n=this.canvasFactory.create(t,r),this.cache[e]=n),a&&h(n.context),n},clear(){for(var e in this.cache){var t=this.cache[e];this.canvasFactory.destroy(t),delete this.cache[e]}}},e}();function m(e){var t,r,a,n,o=1e3,i=e.width,s=e.height,l=i+1,c=new Uint8Array(l*(s+1)),d=new Uint8Array([0,2,4,0,1,0,5,4,8,10,0,8,0,2,1,0]),u=i+7&-8,h=e.data,p=new Uint8Array(u*s),m=0;for(t=0,n=h.length;t<n;t++){var f=128,g=h[t];while(f>0)p[m++]=g&f?0:255,f>>=1}var b=0;for(m=0,0!==p[m]&&(c[0]=1,++b),r=1;r<i;r++)p[m]!==p[m+1]&&(c[r]=p[m]?2:1,++b),m++;for(0!==p[m]&&(c[r]=2,++b),t=1;t<s;t++){m=t*u,a=t*l,p[m-u]!==p[m]&&(c[a]=p[m]?1:8,++b);var v=(p[m]?4:0)+(p[m-u]?8:0);for(r=1;r<i;r++)v=(v>>2)+(p[m+1]?4:0)+(p[m-u+1]?8:0),d[v]&&(c[a+r]=d[v],++b),m++;if(p[m-u]!==p[m]&&(c[a+r]=p[m]?2:4,++b),b>o)return null}for(m=u*(s-1),a=t*l,0!==p[m]&&(c[a]=8,++b),r=1;r<i;r++)p[m]!==p[m+1]&&(c[a+r]=p[m]?4:8,++b),m++;if(0!==p[m]&&(c[a+r]=4,++b),b>o)return null;var w=new Int32Array([0,l,-1,0,-l,0,0,0,1]),y=[];for(t=0;b&&t<=s;t++){var x=t*l,k=x+i;while(x<k&&!c[x])x++;if(x!==k){var A,C=[x%l,t],S=c[x],_=x;do{var E=w[S];do{x+=E}while(!c[x]);A=c[x],5!==A&&10!==A?(S=A,c[x]=0):(S=A&51*S>>4,c[x]&=S>>2|S<<2),C.push(x%l),C.push(x/l|0),c[x]||--b}while(_!==x);y.push(C),--t}}var P=function(e){e.save(),e.scale(1/i,-1/s),e.translate(0,-s),e.beginPath();for(let r=0,a=y.length;r<a;r++){var t=y[r];e.moveTo(t[0],t[1]);for(let r=2,a=t.length;r<a;r+=2)e.lineTo(t[r],t[r+1])}e.fill(),e.beginPath(),e.restore()};return P}var f=function(){function e(){this.alphaIsShape=!1,this.fontSize=0,this.fontSizeScale=1,this.textMatrix=a.IDENTITY_MATRIX,this.textMatrixScale=1,this.fontMatrix=a.FONT_IDENTITY_MATRIX,this.leading=0,this.x=0,this.y=0,this.lineX=0,this.lineY=0,this.charSpacing=0,this.wordSpacing=0,this.textHScale=1,this.textRenderingMode=a.TextRenderingMode.FILL,this.textRise=0,this.fillColor="#000000",this.strokeColor="#000000",this.patternFill=!1,this.fillAlpha=1,this.strokeAlpha=1,this.lineWidth=1,this.activeSMask=null,this.resumeSMaskCtx=null}return e.prototype={clone:function(){return Object.create(this)},setCurrentPoint:function(e,t){this.x=e,this.y=t}},e}(),g=function(){var e=15,t=10;function r(e,t,r,a,n,o){this.ctx=e,this.current=new f,this.stateStack=[],this.pendingClip=null,this.pendingEOFill=!1,this.res=null,this.xobjs=null,this.commonObjs=t,this.objs=r,this.canvasFactory=a,this.webGLContext=n,this.imageLayer=o,this.groupStack=[],this.processingType3=null,this.baseTransform=null,this.baseTransformStack=[],this.groupLevel=0,this.smaskStack=[],this.smaskCounter=0,this.tempSMask=null,this.cachedCanvases=new p(this.canvasFactory),e&&h(e),this._cachedGetSinglePixelWidth=null}function g(e,t){if("undefined"!==typeof ImageData&&t instanceof ImageData)e.putImageData(t,0,0);else{var r,n,o,i,s,l=t.height,c=t.width,d=l%u,h=(l-d)/u,p=0===d?h:h+1,m=e.createImageData(c,u),f=0,g=t.data,b=m.data;if(t.kind===a.ImageKind.GRAYSCALE_1BPP){var v=g.byteLength,w=new Uint32Array(b.buffer,0,b.byteLength>>2),y=w.length,x=c+7>>3,k=4294967295,A=a.IsLittleEndianCached.value?4278190080:255;for(n=0;n<p;n++){for(i=n<h?u:d,r=0,o=0;o<i;o++){for(var C=v-f,S=0,_=C>x?c:8*C-7,E=-8&_,P=0,T=0;S<E;S+=8)T=g[f++],w[r++]=128&T?k:A,w[r++]=64&T?k:A,w[r++]=32&T?k:A,w[r++]=16&T?k:A,w[r++]=8&T?k:A,w[r++]=4&T?k:A,w[r++]=2&T?k:A,w[r++]=1&T?k:A;for(;S<_;S++)0===P&&(T=g[f++],P=128),w[r++]=T&P?k:A,P>>=1}while(r<y)w[r++]=0;e.putImageData(m,0,n*u)}}else if(t.kind===a.ImageKind.RGBA_32BPP){for(o=0,s=c*u*4,n=0;n<h;n++)b.set(g.subarray(f,f+s)),f+=s,e.putImageData(m,0,o),o+=u;n<p&&(s=c*d*4,b.set(g.subarray(f,f+s)),e.putImageData(m,0,o))}else{if(t.kind!==a.ImageKind.RGB_24BPP)throw new Error(`bad image kind: ${t.kind}`);for(i=u,s=c*i,n=0;n<p;n++){for(n>=h&&(i=d,s=c*i),r=0,o=s;o--;)b[r++]=g[f++],b[r++]=g[f++],b[r++]=g[f++],b[r++]=255;e.putImageData(m,0,n*u)}}}}function b(e,t){for(var r=t.height,a=t.width,n=r%u,o=(r-n)/u,i=0===n?o:o+1,s=e.createImageData(a,u),l=0,c=t.data,d=s.data,h=0;h<i;h++){for(var p=h<o?u:n,m=3,f=0;f<p;f++)for(var g=0,b=0;b<a;b++){if(!g){var v=c[l++];g=128}d[m]=v&g?0:255,m+=4,g>>=1}e.putImageData(s,0,h*u)}}function v(e,t){for(var r=["strokeStyle","fillStyle","fillRule","globalAlpha","lineWidth","lineCap","lineJoin","miterLimit","globalCompositeOperation","font"],a=0,n=r.length;a<n;a++){var o=r[a];void 0!==e[o]&&(t[o]=e[o])}void 0!==e.setLineDash&&(t.setLineDash(e.getLineDash()),t.lineDashOffset=e.lineDashOffset)}function w(e){e.strokeStyle="#000000",e.fillStyle="#000000",e.fillRule="nonzero",e.globalAlpha=1,e.lineWidth=1,e.lineCap="butt",e.lineJoin="miter",e.miterLimit=10,e.globalCompositeOperation="source-over",e.font="10px sans-serif",void 0!==e.setLineDash&&(e.setLineDash([]),e.lineDashOffset=0)}function y(e,t,r,a){for(var n=e.length,o=3;o<n;o+=4){var i=e[o];if(0===i)e[o-3]=t,e[o-2]=r,e[o-1]=a;else if(i<255){var s=255-i;e[o-3]=e[o-3]*i+t*s>>8,e[o-2]=e[o-2]*i+r*s>>8,e[o-1]=e[o-1]*i+a*s>>8}}}function x(e,t,r){for(var a=e.length,n=1/255,o=3;o<a;o+=4){var i=r?r[e[o]]:e[o];t[o]=t[o]*i*n|0}}function k(e,t,r){for(var a=e.length,n=3;n<a;n+=4){var o=77*e[n-3]+152*e[n-2]+28*e[n-1];t[n]=r?t[n]*r[o>>8]>>8:t[n]*o>>16}}function A(e,t,r,a,n,o,i){var s,l=!!o,c=l?o[0]:0,d=l?o[1]:0,u=l?o[2]:0;s="Luminosity"===n?k:x;for(var h=1048576,p=Math.min(a,Math.ceil(h/r)),m=0;m<a;m+=p){var f=Math.min(p,a-m),g=e.getImageData(0,m,r,f),b=t.getImageData(0,m,r,f);l&&y(g.data,c,d,u),s(g.data,b.data,i),e.putImageData(b,0,m)}}function C(e,t,r,a){var n=t.canvas,o=t.context;e.setTransform(t.scaleX,0,0,t.scaleY,t.offsetX,t.offsetY);var i=t.backdrop||null;if(!t.transferMap&&a.isEnabled){const o=a.composeSMask({layer:r.canvas,mask:n,properties:{subtype:t.subtype,backdrop:i}});return e.setTransform(1,0,0,1,0,0),void e.drawImage(o,t.offsetX,t.offsetY)}A(o,r,n.width,n.height,t.subtype,i,t.transferMap),e.drawImage(n,0,0)}var S=["butt","round","square"],_=["miter","round","bevel"],E={},P={};for(var T in r.prototype={beginDrawing({transform:e,viewport:t,transparency:r=!1,background:a=null}){var n=this.ctx.canvas.width,o=this.ctx.canvas.height;if(this.ctx.save(),this.ctx.fillStyle=a||"rgb(255, 255, 255)",this.ctx.fillRect(0,0,n,o),this.ctx.restore(),r){var i=this.cachedCanvases.getCanvas("transparent",n,o,!0);this.compositeCtx=this.ctx,this.transparentCanvas=i.canvas,this.ctx=i.context,this.ctx.save(),this.ctx.transform.apply(this.ctx,this.compositeCtx.mozCurrentTransform)}this.ctx.save(),w(this.ctx),e&&this.ctx.transform.apply(this.ctx,e),this.ctx.transform.apply(this.ctx,t.transform),this.baseTransform=this.ctx.mozCurrentTransform.slice(),this.imageLayer&&this.imageLayer.beginLayout()},executeOperatorList:function(r,n,o,i){var s=r.argsArray,l=r.fnArray,c=n||0,d=s.length;if(d===c)return c;var u,h=d-c>t&&"function"===typeof o,p=h?Date.now()+e:0,m=0,f=this.commonObjs,g=this.objs;while(1){if(void 0!==i&&c===i.nextBreakPoint)return i.breakIt(c,o),c;if(u=l[c],u!==a.OPS.dependency)this[u].apply(this,s[c]);else for(const e of s[c]){const t=e.startsWith("g_")?f:g;if(!t.has(e))return t.get(e,o),c}if(c++,c===d)return c;if(h&&++m>t){if(Date.now()>p)return o(),c;m=0}}},endDrawing:function(){null!==this.current.activeSMask&&this.endSMaskGroup(),this.ctx.restore(),this.transparentCanvas&&(this.ctx=this.compositeCtx,this.ctx.save(),this.ctx.setTransform(1,0,0,1,0,0),this.ctx.drawImage(this.transparentCanvas,0,0),this.ctx.restore(),this.transparentCanvas=null),this.cachedCanvases.clear(),this.webGLContext.clear(),this.imageLayer&&this.imageLayer.endLayout()},setLineWidth:function(e){this.current.lineWidth=e,this.ctx.lineWidth=e},setLineCap:function(e){this.ctx.lineCap=S[e]},setLineJoin:function(e){this.ctx.lineJoin=_[e]},setMiterLimit:function(e){this.ctx.miterLimit=e},setDash:function(e,t){var r=this.ctx;void 0!==r.setLineDash&&(r.setLineDash(e),r.lineDashOffset=t)},setRenderingIntent(e){},setFlatness(e){},setGState:function(e){for(var t=0,r=e.length;t<r;t++){var a=e[t],n=a[0],o=a[1];switch(n){case"LW":this.setLineWidth(o);break;case"LC":this.setLineCap(o);break;case"LJ":this.setLineJoin(o);break;case"ML":this.setMiterLimit(o);break;case"D":this.setDash(o[0],o[1]);break;case"RI":this.setRenderingIntent(o);break;case"FL":this.setFlatness(o);break;case"Font":this.setFont(o[0],o[1]);break;case"CA":this.current.strokeAlpha=a[1];break;case"ca":this.current.fillAlpha=a[1],this.ctx.globalAlpha=a[1];break;case"BM":this.ctx.globalCompositeOperation=o;break;case"SMask":this.current.activeSMask&&(this.stateStack.length>0&&this.stateStack[this.stateStack.length-1].activeSMask===this.current.activeSMask?this.suspendSMaskGroup():this.endSMaskGroup()),this.current.activeSMask=o?this.tempSMask:null,this.current.activeSMask&&this.beginSMaskGroup(),this.tempSMask=null;break}}},beginSMaskGroup:function(){var e=this.current.activeSMask,t=e.canvas.width,r=e.canvas.height,a="smaskGroupAt"+this.groupLevel,n=this.cachedCanvases.getCanvas(a,t,r,!0),o=this.ctx,i=o.mozCurrentTransform;this.ctx.save();var s=n.context;s.scale(1/e.scaleX,1/e.scaleY),s.translate(-e.offsetX,-e.offsetY),s.transform.apply(s,i),e.startTransformInverse=s.mozCurrentTransformInverse,v(o,s),this.ctx=s,this.setGState([["BM","source-over"],["ca",1],["CA",1]]),this.groupStack.push(o),this.groupLevel++},suspendSMaskGroup:function(){var e=this.ctx;this.groupLevel--,this.ctx=this.groupStack.pop(),C(this.ctx,this.current.activeSMask,e,this.webGLContext),this.ctx.restore(),this.ctx.save(),v(e,this.ctx),this.current.resumeSMaskCtx=e;var t=a.Util.transform(this.current.activeSMask.startTransformInverse,e.mozCurrentTransform);this.ctx.transform.apply(this.ctx,t),e.save(),e.setTransform(1,0,0,1,0,0),e.clearRect(0,0,e.canvas.width,e.canvas.height),e.restore()},resumeSMaskGroup:function(){var e=this.current.resumeSMaskCtx,t=this.ctx;this.ctx=e,this.groupStack.push(t),this.groupLevel++},endSMaskGroup:function(){var e=this.ctx;this.groupLevel--,this.ctx=this.groupStack.pop(),C(this.ctx,this.current.activeSMask,e,this.webGLContext),this.ctx.restore(),v(e,this.ctx);var t=a.Util.transform(this.current.activeSMask.startTransformInverse,e.mozCurrentTransform);this.ctx.transform.apply(this.ctx,t)},save:function(){this.ctx.save();var e=this.current;this.stateStack.push(e),this.current=e.clone(),this.current.resumeSMaskCtx=null},restore:function(){this.current.resumeSMaskCtx&&this.resumeSMaskGroup(),null===this.current.activeSMask||0!==this.stateStack.length&&this.stateStack[this.stateStack.length-1].activeSMask===this.current.activeSMask||this.endSMaskGroup(),0!==this.stateStack.length&&(this.current=this.stateStack.pop(),this.ctx.restore(),this.pendingClip=null,this._cachedGetSinglePixelWidth=null)},transform:function(e,t,r,a,n,o){this.ctx.transform(e,t,r,a,n,o),this._cachedGetSinglePixelWidth=null},constructPath:function(e,t){for(var r=this.ctx,n=this.current,o=n.x,i=n.y,s=0,l=0,c=e.length;s<c;s++)switch(0|e[s]){case a.OPS.rectangle:o=t[l++],i=t[l++];var d=t[l++],u=t[l++];0===d&&(d=this.getSinglePixelWidth()),0===u&&(u=this.getSinglePixelWidth());var h=o+d,p=i+u;this.ctx.moveTo(o,i),this.ctx.lineTo(h,i),this.ctx.lineTo(h,p),this.ctx.lineTo(o,p),this.ctx.lineTo(o,i),this.ctx.closePath();break;case a.OPS.moveTo:o=t[l++],i=t[l++],r.moveTo(o,i);break;case a.OPS.lineTo:o=t[l++],i=t[l++],r.lineTo(o,i);break;case a.OPS.curveTo:o=t[l+4],i=t[l+5],r.bezierCurveTo(t[l],t[l+1],t[l+2],t[l+3],o,i),l+=6;break;case a.OPS.curveTo2:r.bezierCurveTo(o,i,t[l],t[l+1],t[l+2],t[l+3]),o=t[l+2],i=t[l+3],l+=4;break;case a.OPS.curveTo3:o=t[l+2],i=t[l+3],r.bezierCurveTo(t[l],t[l+1],o,i,o,i),l+=4;break;case a.OPS.closePath:r.closePath();break}n.setCurrentPoint(o,i)},closePath:function(){this.ctx.closePath()},stroke:function(e){e="undefined"===typeof e||e;var t=this.ctx,r=this.current.strokeColor;if(t.globalAlpha=this.current.strokeAlpha,r&&r.hasOwnProperty("type")&&"Pattern"===r.type){t.save();const e=t.mozCurrentTransform,n=a.Util.singularValueDecompose2dScale(e)[0];t.strokeStyle=r.getPattern(t,this),t.lineWidth=Math.max(this.getSinglePixelWidth()*l,this.current.lineWidth*n),t.stroke(),t.restore()}else t.lineWidth=Math.max(this.getSinglePixelWidth()*l,this.current.lineWidth),t.stroke();e&&this.consumePath(),t.globalAlpha=this.current.fillAlpha},closeStroke:function(){this.closePath(),this.stroke()},fill:function(e){e="undefined"===typeof e||e;var t=this.ctx,r=this.current.fillColor,a=this.current.patternFill,n=!1;a&&(t.save(),this.baseTransform&&t.setTransform.apply(t,this.baseTransform),t.fillStyle=r.getPattern(t,this),n=!0),this.pendingEOFill?(t.fill("evenodd"),this.pendingEOFill=!1):t.fill(),n&&t.restore(),e&&this.consumePath()},eoFill:function(){this.pendingEOFill=!0,this.fill()},fillStroke:function(){this.fill(!1),this.stroke(!1),this.consumePath()},eoFillStroke:function(){this.pendingEOFill=!0,this.fillStroke()},closeFillStroke:function(){this.closePath(),this.fillStroke()},closeEOFillStroke:function(){this.pendingEOFill=!0,this.closePath(),this.fillStroke()},endPath:function(){this.consumePath()},clip:function(){this.pendingClip=E},eoClip:function(){this.pendingClip=P},beginText:function(){this.current.textMatrix=a.IDENTITY_MATRIX,this.current.textMatrixScale=1,this.current.x=this.current.lineX=0,this.current.y=this.current.lineY=0},endText:function(){var e=this.pendingTextPaths,t=this.ctx;if(void 0!==e){t.save(),t.beginPath();for(var r=0;r<e.length;r++){var a=e[r];t.setTransform.apply(t,a.transform),t.translate(a.x,a.y),a.addToPath(t,a.fontSize)}t.restore(),t.clip(),t.beginPath(),delete this.pendingTextPaths}else t.beginPath()},setCharSpacing:function(e){this.current.charSpacing=e},setWordSpacing:function(e){this.current.wordSpacing=e},setHScale:function(e){this.current.textHScale=e/100},setLeading:function(e){this.current.leading=-e},setFont:function(e,t){var r=this.commonObjs.get(e),n=this.current;if(!r)throw new Error(`Can't find font for ${e}`);if(n.fontMatrix=r.fontMatrix?r.fontMatrix:a.FONT_IDENTITY_MATRIX,0!==n.fontMatrix[0]&&0!==n.fontMatrix[3]||(0,a.warn)("Invalid font matrix for font "+e),t<0?(t=-t,n.fontDirection=-1):n.fontDirection=1,this.current.font=r,this.current.fontSize=t,r.isType3Font)return;var s=r.loadedName||"sans-serif";let l="normal";r.black?l="900":r.bold&&(l="bold");var c=r.italic?"italic":"normal",d=`"${s}", ${r.fallbackName}`;let u=t;t<o?u=o:t>i&&(u=i),this.current.fontSizeScale=t/u,this.ctx.font=`${c} ${l} ${u}px ${d}`},setTextRenderingMode:function(e){this.current.textRenderingMode=e},setTextRise:function(e){this.current.textRise=e},moveText:function(e,t){this.current.x=this.current.lineX+=e,this.current.y=this.current.lineY+=t},setLeadingMoveText:function(e,t){this.setLeading(-t),this.moveText(e,t)},setTextMatrix:function(e,t,r,a,n,o){this.current.textMatrix=[e,t,r,a,n,o],this.current.textMatrixScale=Math.sqrt(e*e+t*t),this.current.x=this.current.lineX=0,this.current.y=this.current.lineY=0},nextLine:function(){this.moveText(0,this.current.leading)},paintChar(e,t,r,n){var o=this.ctx,i=this.current,s=i.font,l=i.textRenderingMode,c=i.fontSize/i.fontSizeScale,d=l&a.TextRenderingMode.FILL_STROKE_MASK,u=!!(l&a.TextRenderingMode.ADD_TO_PATH_FLAG);const h=i.patternFill&&!s.missingFile;var p;if((s.disableFontFace||u||h)&&(p=s.getPathGenerator(this.commonObjs,e)),s.disableFontFace||h?(o.save(),o.translate(t,r),o.beginPath(),p(o,c),n&&o.setTransform.apply(o,n),d!==a.TextRenderingMode.FILL&&d!==a.TextRenderingMode.FILL_STROKE||o.fill(),d!==a.TextRenderingMode.STROKE&&d!==a.TextRenderingMode.FILL_STROKE||o.stroke(),o.restore()):(d!==a.TextRenderingMode.FILL&&d!==a.TextRenderingMode.FILL_STROKE||o.fillText(e,t,r),d!==a.TextRenderingMode.STROKE&&d!==a.TextRenderingMode.FILL_STROKE||o.strokeText(e,t,r)),u){var m=this.pendingTextPaths||(this.pendingTextPaths=[]);m.push({transform:o.mozCurrentTransform,x:t,y:r,fontSize:c,addToPath:p})}},get isFontSubpixelAAEnabled(){const{context:e}=this.cachedCanvases.getCanvas("isFontSubpixelAAEnabled",10,10);e.scale(1.5,1),e.fillText("I",0,10);for(var t=e.getImageData(0,0,10,10).data,r=!1,n=3;n<t.length;n+=4)if(t[n]>0&&t[n]<255){r=!0;break}return(0,a.shadow)(this,"isFontSubpixelAAEnabled",r)},showText:function(e){var t=this.current,r=t.font;if(r.isType3Font)return this.showType3Text(e);var n=t.fontSize;if(0===n)return;var o=this.ctx,i=t.fontSizeScale,s=t.charSpacing,c=t.wordSpacing,d=t.fontDirection,u=t.textHScale*d,h=e.length,p=r.vertical,m=p?1:-1,f=r.defaultVMetrics,g=n*t.fontMatrix[0],b=t.textRenderingMode===a.TextRenderingMode.FILL&&!r.disableFontFace&&!t.patternFill;let v;if(o.save(),t.patternFill){o.save();const e=t.fillColor.getPattern(o,this);v=o.mozCurrentTransform,o.restore(),o.fillStyle=e}o.transform.apply(o,t.textMatrix),o.translate(t.x,t.y+t.textRise),d>0?o.scale(u,-1):o.scale(u,1);var w=t.lineWidth,y=t.textMatrixScale;if(0===y||0===w){var x=t.textRenderingMode&a.TextRenderingMode.FILL_STROKE_MASK;x!==a.TextRenderingMode.STROKE&&x!==a.TextRenderingMode.FILL_STROKE||(this._cachedGetSinglePixelWidth=null,w=this.getSinglePixelWidth()*l)}else w/=y;1!==i&&(o.scale(i,i),w/=i),o.lineWidth=w;var k,A=0;for(k=0;k<h;++k){var C=e[k];if((0,a.isNum)(C))A+=m*C*n/1e3;else{var S,_,E,P,T,I,O,L,F=!1,R=(C.isSpace?c:0)+s,M=C.fontChar,D=C.accent,N=C.width;if(p)T=C.vmetric||f,I=C.vmetric?T[1]:.5*N,I=-I*g,O=T[2]*g,N=T?-T[0]:N,S=I/i,_=(A+O)/i;else S=A/i,_=0;if(r.remeasure&&N>0){var B=1e3*o.measureText(M).width/n*i;if(N<B&&this.isFontSubpixelAAEnabled){var U=N/B;F=!0,o.save(),o.scale(U,1),S/=U}else N!==B&&(S+=(N-B)/2e3*n/i)}(C.isInFont||r.missingFile)&&(b&&!D?o.fillText(M,S,_):(this.paintChar(M,S,_,v),D&&(E=S+D.offset.x/i,P=_-D.offset.y/i,this.paintChar(D.fontChar,E,P,v)))),L=p?N*g-R*d:N*g+R*d,A+=L,F&&o.restore()}}p?t.y-=A:t.x+=A*u,o.restore()},showType3Text:function(e){var t,r,n,o,i=this.ctx,s=this.current,l=s.font,c=s.fontSize,d=s.fontDirection,u=l.vertical?1:-1,h=s.charSpacing,p=s.wordSpacing,m=s.textHScale*d,f=s.fontMatrix||a.FONT_IDENTITY_MATRIX,g=e.length,b=s.textRenderingMode===a.TextRenderingMode.INVISIBLE;if(!b&&0!==c){for(this._cachedGetSinglePixelWidth=null,i.save(),i.transform.apply(i,s.textMatrix),i.translate(s.x,s.y),i.scale(m,d),t=0;t<g;++t)if(r=e[t],(0,a.isNum)(r))o=u*r*c/1e3,this.ctx.translate(o,0),s.x+=o*m;else{var v=(r.isSpace?p:0)+h,w=l.charProcOperatorList[r.operatorListId];if(w){this.processingType3=r,this.save(),i.scale(c,c),i.transform.apply(i,f),this.executeOperatorList(w),this.restore();var y=a.Util.applyTransform([r.width,0],f);n=y[0]*c+v,i.translate(n,0),s.x+=n*m}else(0,a.warn)(`Type3 character "${r.operatorListId}" is not available.`)}i.restore(),this.processingType3=null}},setCharWidth:function(e,t){},setCharWidthAndBounds:function(e,t,r,a,n,o){this.ctx.rect(r,a,n-r,o-a),this.clip(),this.endPath()},getColorN_Pattern:function(e){var t;if("TilingPattern"===e[0]){var a=e[1],o=this.baseTransform||this.ctx.mozCurrentTransform.slice(),i={createCanvasGraphics:e=>new r(e,this.commonObjs,this.objs,this.canvasFactory,this.webGLContext)};t=new n.TilingPattern(e,a,this.ctx,i,o)}else t=(0,n.getShadingPatternFromIR)(e);return t},setStrokeColorN:function(){this.current.strokeColor=this.getColorN_Pattern(arguments)},setFillColorN:function(){this.current.fillColor=this.getColorN_Pattern(arguments),this.current.patternFill=!0},setStrokeRGBColor:function(e,t,r){var n=a.Util.makeCssRgb(e,t,r);this.ctx.strokeStyle=n,this.current.strokeColor=n},setFillRGBColor:function(e,t,r){var n=a.Util.makeCssRgb(e,t,r);this.ctx.fillStyle=n,this.current.fillColor=n,this.current.patternFill=!1},shadingFill:function(e){var t=this.ctx;this.save();var r=(0,n.getShadingPatternFromIR)(e);t.fillStyle=r.getPattern(t,this,!0);var o=t.mozCurrentTransformInverse;if(o){var i=t.canvas,s=i.width,l=i.height,c=a.Util.applyTransform([0,0],o),d=a.Util.applyTransform([0,l],o),u=a.Util.applyTransform([s,0],o),h=a.Util.applyTransform([s,l],o),p=Math.min(c[0],d[0],u[0],h[0]),m=Math.min(c[1],d[1],u[1],h[1]),f=Math.max(c[0],d[0],u[0],h[0]),g=Math.max(c[1],d[1],u[1],h[1]);this.ctx.fillRect(p,m,f-p,g-m)}else this.ctx.fillRect(-1e10,-1e10,2e10,2e10);this.restore()},beginInlineImage:function(){(0,a.unreachable)("Should not call beginInlineImage")},beginImageData:function(){(0,a.unreachable)("Should not call beginImageData")},paintFormXObjectBegin:function(e,t){if(this.save(),this.baseTransformStack.push(this.baseTransform),Array.isArray(e)&&6===e.length&&this.transform.apply(this,e),this.baseTransform=this.ctx.mozCurrentTransform,t){var r=t[2]-t[0],a=t[3]-t[1];this.ctx.rect(t[0],t[1],r,a),this.clip(),this.endPath()}},paintFormXObjectEnd:function(){this.restore(),this.baseTransform=this.baseTransformStack.pop()},beginGroup:function(e){this.save();var t=this.ctx;e.isolated||(0,a.info)("TODO: Support non-isolated groups."),e.knockout&&(0,a.warn)("Knockout groups not supported.");var r=t.mozCurrentTransform;if(e.matrix&&t.transform.apply(t,e.matrix),!e.bbox)throw new Error("Bounding box is required.");var n=a.Util.getAxialAlignedBoundingBox(e.bbox,t.mozCurrentTransform),o=[0,0,t.canvas.width,t.canvas.height];n=a.Util.intersect(n,o)||[0,0,0,0];var i=Math.floor(n[0]),l=Math.floor(n[1]),c=Math.max(Math.ceil(n[2])-i,1),d=Math.max(Math.ceil(n[3])-l,1),u=1,h=1;c>s&&(u=c/s,c=s),d>s&&(h=d/s,d=s);var p="groupAt"+this.groupLevel;e.smask&&(p+="_smask_"+this.smaskCounter++%2);var m=this.cachedCanvases.getCanvas(p,c,d,!0),f=m.context;f.scale(1/u,1/h),f.translate(-i,-l),f.transform.apply(f,r),e.smask?this.smaskStack.push({canvas:m.canvas,context:f,offsetX:i,offsetY:l,scaleX:u,scaleY:h,subtype:e.smask.subtype,backdrop:e.smask.backdrop,transferMap:e.smask.transferMap||null,startTransformInverse:null}):(t.setTransform(1,0,0,1,0,0),t.translate(i,l),t.scale(u,h)),v(t,f),this.ctx=f,this.setGState([["BM","source-over"],["ca",1],["CA",1]]),this.groupStack.push(t),this.groupLevel++,this.current.activeSMask=null},endGroup:function(e){this.groupLevel--;var t=this.ctx;this.ctx=this.groupStack.pop(),void 0!==this.ctx.imageSmoothingEnabled?this.ctx.imageSmoothingEnabled=!1:this.ctx.mozImageSmoothingEnabled=!1,e.smask?this.tempSMask=this.smaskStack.pop():this.ctx.drawImage(t.canvas,0,0),this.restore()},beginAnnotations:function(){this.save(),this.baseTransform&&this.ctx.setTransform.apply(this.ctx,this.baseTransform)},endAnnotations:function(){this.restore()},beginAnnotation:function(e,t,r){if(this.save(),w(this.ctx),this.current=new f,Array.isArray(e)&&4===e.length){var a=e[2]-e[0],n=e[3]-e[1];this.ctx.rect(e[0],e[1],a,n),this.clip(),this.endPath()}this.transform.apply(this,t),this.transform.apply(this,r)},endAnnotation:function(){this.restore()},paintImageMaskXObject:function(e){var t=this.ctx,r=e.width,a=e.height,n=this.current.fillColor,o=this.current.patternFill,i=this.processingType3;if(c&&i&&void 0===i.compiled&&(i.compiled=r<=d&&a<=d?m({data:e.data,width:r,height:a}):null),i&&i.compiled)i.compiled(t);else{var s=this.cachedCanvases.getCanvas("maskCanvas",r,a),l=s.context;l.save(),b(l,e),l.globalCompositeOperation="source-in",l.fillStyle=o?n.getPattern(l,this):n,l.fillRect(0,0,r,a),l.restore(),this.paintInlineImageXObject(s.canvas)}},paintImageMaskXObjectRepeat:function(e,t,r,a){var n=e.width,o=e.height,i=this.current.fillColor,s=this.current.patternFill,l=this.cachedCanvases.getCanvas("maskCanvas",n,o),c=l.context;c.save(),b(c,e),c.globalCompositeOperation="source-in",c.fillStyle=s?i.getPattern(c,this):i,c.fillRect(0,0,n,o),c.restore();for(var d=this.ctx,u=0,h=a.length;u<h;u+=2)d.save(),d.transform(t,0,0,r,a[u],a[u+1]),d.scale(1,-1),d.drawImage(l.canvas,0,0,n,o,0,-1,1,1),d.restore()},paintImageMaskXObjectGroup:function(e){for(var t=this.ctx,r=this.current.fillColor,a=this.current.patternFill,n=0,o=e.length;n<o;n++){var i=e[n],s=i.width,l=i.height,c=this.cachedCanvases.getCanvas("maskCanvas",s,l),d=c.context;d.save(),b(d,i),d.globalCompositeOperation="source-in",d.fillStyle=a?r.getPattern(d,this):r,d.fillRect(0,0,s,l),d.restore(),t.save(),t.transform.apply(t,i.transform),t.scale(1,-1),t.drawImage(c.canvas,0,0,s,l,0,-1,1,1),t.restore()}},paintImageXObject:function(e){const t=e.startsWith("g_")?this.commonObjs.get(e):this.objs.get(e);t?this.paintInlineImageXObject(t):(0,a.warn)("Dependent image isn't ready yet")},paintImageXObjectRepeat:function(e,t,r,n){const o=e.startsWith("g_")?this.commonObjs.get(e):this.objs.get(e);if(o){for(var i=o.width,s=o.height,l=[],c=0,d=n.length;c<d;c+=2)l.push({transform:[t,0,0,r,n[c],n[c+1]],x:0,y:0,w:i,h:s});this.paintInlineImageXObjectGroup(o,l)}else(0,a.warn)("Dependent image isn't ready yet")},paintInlineImageXObject:function(e){var t=e.width,r=e.height,a=this.ctx;this.save(),a.scale(1/t,-1/r);var n,o,i=a.mozCurrentTransformInverse,s=i[0],l=i[1],c=Math.max(Math.sqrt(s*s+l*l),1),d=i[2],u=i[3],h=Math.max(Math.sqrt(d*d+u*u),1);if("function"===typeof HTMLElement&&e instanceof HTMLElement||!e.data)n=e;else{o=this.cachedCanvases.getCanvas("inlineImage",t,r);var p=o.context;g(p,e),n=o.canvas}var m=t,f=r,b="prescale1";while(c>2&&m>1||h>2&&f>1){var v=m,w=f;c>2&&m>1&&(v=Math.ceil(m/2),c/=m/v),h>2&&f>1&&(w=Math.ceil(f/2),h/=f/w),o=this.cachedCanvases.getCanvas(b,v,w),p=o.context,p.clearRect(0,0,v,w),p.drawImage(n,0,0,m,f,0,0,v,w),n=o.canvas,m=v,f=w,b="prescale1"===b?"prescale2":"prescale1"}if(a.drawImage(n,0,0,m,f,0,-r,t,r),this.imageLayer){var y=this.getCanvasPosition(0,-r);this.imageLayer.appendImage({imgData:e,left:y[0],top:y[1],width:t/i[0],height:r/i[3]})}this.restore()},paintInlineImageXObjectGroup:function(e,t){var r=this.ctx,a=e.width,n=e.height,o=this.cachedCanvases.getCanvas("inlineImage",a,n),i=o.context;g(i,e);for(var s=0,l=t.length;s<l;s++){var c=t[s];if(r.save(),r.transform.apply(r,c.transform),r.scale(1,-1),r.drawImage(o.canvas,c.x,c.y,c.w,c.h,0,-1,1,1),this.imageLayer){var d=this.getCanvasPosition(c.x,c.y);this.imageLayer.appendImage({imgData:e,left:d[0],top:d[1],width:a,height:n})}r.restore()}},paintSolidColorImageMask:function(){this.ctx.fillRect(0,0,1,1)},paintXObject:function(){(0,a.warn)("Unsupported 'paintXObject' command.")},markPoint:function(e){},markPointProps:function(e,t){},beginMarkedContent:function(e){},beginMarkedContentProps:function(e,t){},endMarkedContent:function(){},beginCompat:function(){},endCompat:function(){},consumePath:function(){var e=this.ctx;this.pendingClip&&(this.pendingClip===P?e.clip("evenodd"):e.clip(),this.pendingClip=null),e.beginPath()},getSinglePixelWidth(e){if(null===this._cachedGetSinglePixelWidth){const e=this.ctx.mozCurrentTransformInverse;this._cachedGetSinglePixelWidth=Math.sqrt(Math.max(e[0]*e[0]+e[1]*e[1],e[2]*e[2]+e[3]*e[3]))}return this._cachedGetSinglePixelWidth},getCanvasPosition:function(e,t){var r=this.ctx.mozCurrentTransform;return[r[0]*e+r[2]*t+r[4],r[1]*e+r[3]*t+r[5]]}},a.OPS)r.prototype[a.OPS[T]]=r.prototype[T];return r}();t.CanvasGraphics=g},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getShadingPatternFromIR=s,t.TilingPattern=void 0;var a=r(2),n={};function o(e,t){if(!t||"undefined"===typeof Path2D)return;const r=t[2]-t[0],a=t[3]-t[1],n=new Path2D;n.rect(t[0],t[1],r,a),e.clip(n)}n.RadialAxial={fromIR:function(e){var t=e[1],r=e[2],a=e[3],n=e[4],i=e[5],s=e[6],l=e[7];return{type:"Pattern",getPattern:function(e){var c;o(e,r),"axial"===t?c=e.createLinearGradient(n[0],n[1],i[0],i[1]):"radial"===t&&(c=e.createRadialGradient(n[0],n[1],s,i[0],i[1],l));for(var d=0,u=a.length;d<u;++d){var h=a[d];c.addColorStop(h[0],h[1])}return c}}}};var i=function(){function e(e,t,r,a,n,o,i,s){var l,c=t.coords,d=t.colors,u=e.data,h=4*e.width;c[r+1]>c[a+1]&&(l=r,r=a,a=l,l=o,o=i,i=l),c[a+1]>c[n+1]&&(l=a,a=n,n=l,l=i,i=s,s=l),c[r+1]>c[a+1]&&(l=r,r=a,a=l,l=o,o=i,i=l);var p=(c[r]+t.offsetX)*t.scaleX,m=(c[r+1]+t.offsetY)*t.scaleY,f=(c[a]+t.offsetX)*t.scaleX,g=(c[a+1]+t.offsetY)*t.scaleY,b=(c[n]+t.offsetX)*t.scaleX,v=(c[n+1]+t.offsetY)*t.scaleY;if(!(m>=v))for(var w,y,x,k,A,C,S,_,E=d[o],P=d[o+1],T=d[o+2],I=d[i],O=d[i+1],L=d[i+2],F=d[s],R=d[s+1],M=d[s+2],D=Math.round(m),N=Math.round(v),B=D;B<=N;B++){if(B<g){let e;e=B<m?0:m===g?1:(m-B)/(m-g),w=p-(p-f)*e,y=E-(E-I)*e,x=P-(P-O)*e,k=T-(T-L)*e}else{let e;e=B>v?1:g===v?0:(g-B)/(g-v),w=f-(f-b)*e,y=I-(I-F)*e,x=O-(O-R)*e,k=L-(L-M)*e}let e;e=B<m?0:B>v?1:(m-B)/(m-v),A=p-(p-b)*e,C=E-(E-F)*e,S=P-(P-R)*e,_=T-(T-M)*e;for(var U=Math.round(Math.min(w,A)),j=Math.round(Math.max(w,A)),z=h*B+4*U,q=U;q<=j;q++)e=(w-q)/(w-A),e<0?e=0:e>1&&(e=1),u[z++]=y-(y-C)*e|0,u[z++]=x-(x-S)*e|0,u[z++]=k-(k-_)*e|0,u[z++]=255}}function t(t,r,a){var n,o,i=r.coords,s=r.colors;switch(r.type){case"lattice":var l=r.verticesPerRow,c=Math.floor(i.length/l)-1,d=l-1;for(n=0;n<c;n++)for(var u=n*l,h=0;h<d;h++,u++)e(t,a,i[u],i[u+1],i[u+l],s[u],s[u+1],s[u+l]),e(t,a,i[u+l+1],i[u+1],i[u+l],s[u+l+1],s[u+1],s[u+l]);break;case"triangles":for(n=0,o=i.length;n<o;n+=3)e(t,a,i[n],i[n+1],i[n+2],s[n],s[n+1],s[n+2]);break;default:throw new Error("illegal figure")}}function r(e,r,a,n,o,i,s,l){var c,d,u,h,p=1.1,m=3e3,f=2,g=Math.floor(e[0]),b=Math.floor(e[1]),v=Math.ceil(e[2])-g,w=Math.ceil(e[3])-b,y=Math.min(Math.ceil(Math.abs(v*r[0]*p)),m),x=Math.min(Math.ceil(Math.abs(w*r[1]*p)),m),k=v/y,A=w/x,C={coords:a,colors:n,offsetX:-g,offsetY:-b,scaleX:1/k,scaleY:1/A},S=y+2*f,_=x+2*f;if(l.isEnabled)c=l.drawFigures({width:y,height:x,backgroundColor:i,figures:o,context:C}),d=s.getCanvas("mesh",S,_,!1),d.context.drawImage(c,f,f),c=d.canvas;else{d=s.getCanvas("mesh",S,_,!1);var E=d.context,P=E.createImageData(y,x);if(i){var T=P.data;for(u=0,h=T.length;u<h;u+=4)T[u]=i[0],T[u+1]=i[1],T[u+2]=i[2],T[u+3]=255}for(u=0;u<o.length;u++)t(P,o[u],C);E.putImageData(P,f,f),c=d.canvas}return{canvas:c,offsetX:g-f*k,offsetY:b-f*A,scaleX:k,scaleY:A}}return r}();function s(e){var t=n[e[0]];if(!t)throw new Error(`Unknown IR type: ${e[0]}`);return t.fromIR(e)}n.Mesh={fromIR:function(e){var t=e[2],r=e[3],n=e[4],s=e[5],l=e[6],c=e[7],d=e[8];return{type:"Pattern",getPattern:function(e,u,h){var p;if(o(e,c),h)p=a.Util.singularValueDecompose2dScale(e.mozCurrentTransform);else if(p=a.Util.singularValueDecompose2dScale(u.baseTransform),l){var m=a.Util.singularValueDecompose2dScale(l);p=[p[0]*m[0],p[1]*m[1]]}var f=i(s,p,t,r,n,h?null:d,u.cachedCanvases,u.webGLContext);return h||(e.setTransform.apply(e,u.baseTransform),l&&e.transform.apply(e,l)),e.translate(f.offsetX,f.offsetY),e.scale(f.scaleX,f.scaleY),e.createPattern(f.canvas,"no-repeat")}}}},n.Dummy={fromIR:function(){return{type:"Pattern",getPattern:function(){return"hotpink"}}}};var l=function(){var e={COLORED:1,UNCOLORED:2},t=3e3;function r(e,t,r,a,n){this.operatorList=e[2],this.matrix=e[3]||[1,0,0,1,0,0],this.bbox=e[4],this.xstep=e[5],this.ystep=e[6],this.paintType=e[7],this.tilingType=e[8],this.color=t,this.canvasGraphicsFactory=a,this.baseTransform=n,this.type="Pattern",this.ctx=r}return r.prototype={createPatternCanvas:function(e){var t=this.operatorList,r=this.bbox,n=this.xstep,o=this.ystep,i=this.paintType,s=this.tilingType,l=this.color,c=this.canvasGraphicsFactory;(0,a.info)("TilingType: "+s);var d=r[0],u=r[1],h=r[2],p=r[3],m=a.Util.singularValueDecompose2dScale(this.matrix),f=a.Util.singularValueDecompose2dScale(this.baseTransform),g=[m[0]*f[0],m[1]*f[1]],b=this.getSizeAndScale(n,this.ctx.canvas.width,g[0]),v=this.getSizeAndScale(o,this.ctx.canvas.height,g[1]),w=e.cachedCanvases.getCanvas("pattern",b.size,v.size,!0),y=w.context,x=c.createCanvasGraphics(y);return x.groupLevel=e.groupLevel,this.setFillAndStrokeStyleToContext(x,i,l),x.transform(b.scale,0,0,v.scale,0,0),x.transform(1,0,0,1,-d,-u),this.clipBbox(x,r,d,u,h,p),x.executeOperatorList(t),this.ctx.transform(1,0,0,1,d,u),this.ctx.scale(1/b.scale,1/v.scale),w.canvas},getSizeAndScale:function(e,r,a){e=Math.abs(e);var n=Math.max(t,r),o=Math.ceil(e*a);return o>=n?o=n:a=o/e,{scale:a,size:o}},clipBbox:function(e,t,r,a,n,o){if(Array.isArray(t)&&4===t.length){var i=n-r,s=o-a;e.ctx.rect(r,a,i,s),e.clip(),e.endPath()}},setFillAndStrokeStyleToContext:function(t,r,n){const o=t.ctx,i=t.current;switch(r){case e.COLORED:var s=this.ctx;o.fillStyle=s.fillStyle,o.strokeStyle=s.strokeStyle,i.fillColor=s.fillStyle,i.strokeColor=s.strokeStyle;break;case e.UNCOLORED:var l=a.Util.makeCssRgb(n[0],n[1],n[2]);o.fillStyle=l,o.strokeStyle=l,i.fillColor=l,i.strokeColor=l;break;default:throw new a.FormatError(`Unsupported paint type: ${r}`)}},getPattern:function(e,t){e=this.ctx,e.setTransform.apply(e,this.baseTransform),e.transform.apply(e,this.matrix);var r=this.createPatternCanvas(t);return e.createPattern(r,"repeat")}},r}();t.TilingPattern=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.GlobalWorkerOptions=void 0;const a=Object.create(null);t.GlobalWorkerOptions=a,a.workerPort=void 0===a.workerPort?null:a.workerPort,a.workerSrc=void 0===a.workerSrc?"":a.workerSrc},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MessageHandler=void 0;var a=r(2);const n={UNKNOWN:0,DATA:1,ERROR:2},o={UNKNOWN:0,CANCEL:1,CANCEL_COMPLETE:2,CLOSE:3,ENQUEUE:4,ERROR:5,PULL:6,PULL_COMPLETE:7,START_COMPLETE:8};function i(e){if("object"!==typeof e||null===e)return e;switch(e.name){case"AbortException":return new a.AbortException(e.message);case"MissingPDFException":return new a.MissingPDFException(e.message);case"UnexpectedResponseException":return new a.UnexpectedResponseException(e.message,e.status);case"UnknownErrorException":return new a.UnknownErrorException(e.message,e.details);default:return new a.UnknownErrorException(e.message,e.toString())}}class s{constructor(e,t,r){this.sourceName=e,this.targetName=t,this.comObj=r,this.callbackId=1,this.streamId=1,this.postMessageTransfers=!0,this.streamSinks=Object.create(null),this.streamControllers=Object.create(null),this.callbackCapabilities=Object.create(null),this.actionHandler=Object.create(null),this._onComObjOnMessage=e=>{const t=e.data;if(t.targetName!==this.sourceName)return;if(t.stream)return void this._processStreamMessage(t);if(t.callback){const e=t.callbackId,r=this.callbackCapabilities[e];if(!r)throw new Error(`Cannot resolve callback ${e}`);if(delete this.callbackCapabilities[e],t.callback===n.DATA)r.resolve(t.data);else{if(t.callback!==n.ERROR)throw new Error("Unexpected callback case");r.reject(i(t.reason))}return}const a=this.actionHandler[t.action];if(!a)throw new Error(`Unknown action from worker: ${t.action}`);if(t.callbackId){const e=this.sourceName,o=t.sourceName;new Promise((function(e){e(a(t.data))})).then((function(a){r.postMessage({sourceName:e,targetName:o,callback:n.DATA,callbackId:t.callbackId,data:a})}),(function(a){r.postMessage({sourceName:e,targetName:o,callback:n.ERROR,callbackId:t.callbackId,reason:i(a)})}))}else t.streamId?this._createStreamSink(t):a(t.data)},r.addEventListener("message",this._onComObjOnMessage)}on(e,t){const r=this.actionHandler;if(r[e])throw new Error(`There is already an actionName called "${e}"`);r[e]=t}send(e,t,r){this._postMessage({sourceName:this.sourceName,targetName:this.targetName,action:e,data:t},r)}sendWithPromise(e,t,r){const n=this.callbackId++,o=(0,a.createPromiseCapability)();this.callbackCapabilities[n]=o;try{this._postMessage({sourceName:this.sourceName,targetName:this.targetName,action:e,callbackId:n,data:t},r)}catch(i){o.reject(i)}return o.promise}sendWithStream(e,t,r,n){const s=this.streamId++,l=this.sourceName,c=this.targetName,d=this.comObj;return new ReadableStream({start:r=>{const o=(0,a.createPromiseCapability)();return this.streamControllers[s]={controller:r,startCall:o,pullCall:null,cancelCall:null,isClosed:!1},this._postMessage({sourceName:l,targetName:c,action:e,streamId:s,data:t,desiredSize:r.desiredSize},n),o.promise},pull:e=>{const t=(0,a.createPromiseCapability)();return this.streamControllers[s].pullCall=t,d.postMessage({sourceName:l,targetName:c,stream:o.PULL,streamId:s,desiredSize:e.desiredSize}),t.promise},cancel:e=>{(0,a.assert)(e instanceof Error,"cancel must have a valid reason");const t=(0,a.createPromiseCapability)();return this.streamControllers[s].cancelCall=t,this.streamControllers[s].isClosed=!0,d.postMessage({sourceName:l,targetName:c,stream:o.CANCEL,streamId:s,reason:i(e)}),t.promise}},r)}_createStreamSink(e){const t=this,r=this.actionHandler[e.action],n=e.streamId,s=this.sourceName,l=e.sourceName,c=this.comObj,d={enqueue(e,r=1,i){if(this.isCancelled)return;const c=this.desiredSize;this.desiredSize-=r,c>0&&this.desiredSize<=0&&(this.sinkCapability=(0,a.createPromiseCapability)(),this.ready=this.sinkCapability.promise),t._postMessage({sourceName:s,targetName:l,stream:o.ENQUEUE,streamId:n,chunk:e},i)},close(){this.isCancelled||(this.isCancelled=!0,c.postMessage({sourceName:s,targetName:l,stream:o.CLOSE,streamId:n}),delete t.streamSinks[n])},error(e){(0,a.assert)(e instanceof Error,"error must have a valid reason"),this.isCancelled||(this.isCancelled=!0,c.postMessage({sourceName:s,targetName:l,stream:o.ERROR,streamId:n,reason:i(e)}))},sinkCapability:(0,a.createPromiseCapability)(),onPull:null,onCancel:null,isCancelled:!1,desiredSize:e.desiredSize,ready:null};d.sinkCapability.resolve(),d.ready=d.sinkCapability.promise,this.streamSinks[n]=d,new Promise((function(t){t(r(e.data,d))})).then((function(){c.postMessage({sourceName:s,targetName:l,stream:o.START_COMPLETE,streamId:n,success:!0})}),(function(e){c.postMessage({sourceName:s,targetName:l,stream:o.START_COMPLETE,streamId:n,reason:i(e)})}))}_processStreamMessage(e){const t=e.streamId,r=this.sourceName,n=e.sourceName,s=this.comObj;switch(e.stream){case o.START_COMPLETE:e.success?this.streamControllers[t].startCall.resolve():this.streamControllers[t].startCall.reject(i(e.reason));break;case o.PULL_COMPLETE:e.success?this.streamControllers[t].pullCall.resolve():this.streamControllers[t].pullCall.reject(i(e.reason));break;case o.PULL:if(!this.streamSinks[t]){s.postMessage({sourceName:r,targetName:n,stream:o.PULL_COMPLETE,streamId:t,success:!0});break}this.streamSinks[t].desiredSize<=0&&e.desiredSize>0&&this.streamSinks[t].sinkCapability.resolve(),this.streamSinks[t].desiredSize=e.desiredSize;const{onPull:l}=this.streamSinks[e.streamId];new Promise((function(e){e(l&&l())})).then((function(){s.postMessage({sourceName:r,targetName:n,stream:o.PULL_COMPLETE,streamId:t,success:!0})}),(function(e){s.postMessage({sourceName:r,targetName:n,stream:o.PULL_COMPLETE,streamId:t,reason:i(e)})}));break;case o.ENQUEUE:if((0,a.assert)(this.streamControllers[t],"enqueue should have stream controller"),this.streamControllers[t].isClosed)break;this.streamControllers[t].controller.enqueue(e.chunk);break;case o.CLOSE:if((0,a.assert)(this.streamControllers[t],"close should have stream controller"),this.streamControllers[t].isClosed)break;this.streamControllers[t].isClosed=!0,this.streamControllers[t].controller.close(),this._deleteStreamController(t);break;case o.ERROR:(0,a.assert)(this.streamControllers[t],"error should have stream controller"),this.streamControllers[t].controller.error(i(e.reason)),this._deleteStreamController(t);break;case o.CANCEL_COMPLETE:e.success?this.streamControllers[t].cancelCall.resolve():this.streamControllers[t].cancelCall.reject(i(e.reason)),this._deleteStreamController(t);break;case o.CANCEL:if(!this.streamSinks[t])break;const{onCancel:c}=this.streamSinks[e.streamId];new Promise((function(t){t(c&&c(i(e.reason)))})).then((function(){s.postMessage({sourceName:r,targetName:n,stream:o.CANCEL_COMPLETE,streamId:t,success:!0})}),(function(e){s.postMessage({sourceName:r,targetName:n,stream:o.CANCEL_COMPLETE,streamId:t,reason:i(e)})})),this.streamSinks[t].sinkCapability.reject(i(e.reason)),this.streamSinks[t].isCancelled=!0,delete this.streamSinks[t];break;default:throw new Error("Unexpected stream case")}}async _deleteStreamController(e){await Promise.allSettled([this.streamControllers[e].startCall,this.streamControllers[e].pullCall,this.streamControllers[e].cancelCall].map((function(e){return e&&e.promise}))),delete this.streamControllers[e]}_postMessage(e,t){t&&this.postMessageTransfers?this.comObj.postMessage(e,t):this.comObj.postMessage(e)}destroy(){this.comObj.removeEventListener("message",this._onComObjOnMessage)}}t.MessageHandler=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Metadata=void 0;var a=r(2),n=r(13);class o{constructor(e){(0,a.assert)("string"===typeof e,"Metadata: input is not a string"),e=this._repair(e);const t=new n.SimpleXMLParser,r=t.parseFromString(e);this._metadataMap=new Map,r&&this._parse(r)}_repair(e){return e.replace(/^[^<]+/,"").replace(/>\\376\\377([^<]+)/g,(function(e,t){const r=t.replace(/\\([0-3])([0-7])([0-7])/g,(function(e,t,r,a){return String.fromCharCode(64*t+8*r+1*a)})).replace(/&(amp|apos|gt|lt|quot);/g,(function(e,t){switch(t){case"amp":return"&";case"apos":return"'";case"gt":return">";case"lt":return"<";case"quot":return'"'}throw new Error(`_repair: ${t} isn't defined.`)}));let a="";for(let n=0,o=r.length;n<o;n+=2){const e=256*r.charCodeAt(n)+r.charCodeAt(n+1);a+=e>=32&&e<127&&60!==e&&62!==e&&38!==e?String.fromCharCode(e):"&#x"+(65536+e).toString(16).substring(1)+";"}return">"+a}))}_parse(e){let t=e.documentElement;if("rdf:rdf"!==t.nodeName.toLowerCase()){t=t.firstChild;while(t&&"rdf:rdf"!==t.nodeName.toLowerCase())t=t.nextSibling}const r=t?t.nodeName.toLowerCase():null;if(!t||"rdf:rdf"!==r||!t.hasChildNodes())return;const a=t.childNodes;for(let n=0,o=a.length;n<o;n++){const e=a[n];if("rdf:description"===e.nodeName.toLowerCase())for(let t=0,r=e.childNodes.length;t<r;t++)if("#text"!==e.childNodes[t].nodeName.toLowerCase()){const r=e.childNodes[t],a=r.nodeName.toLowerCase();this._metadataMap.set(a,r.textContent.trim())}}}get(e){return this._metadataMap.has(e)?this._metadataMap.get(e):null}getAll(){const e=Object.create(null);for(const[t,r]of this._metadataMap)e[t]=r;return e}has(e){return this._metadataMap.has(e)}}t.Metadata=o},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SimpleXMLParser=void 0;const a={NoError:0,EndOfDocument:-1,UnterminatedCdat:-2,UnterminatedXmlDeclaration:-3,UnterminatedDoctypeDeclaration:-4,UnterminatedComment:-5,MalformedElement:-6,OutOfMemory:-7,UnterminatedAttributeValue:-8,UnterminatedElement:-9,ElementNeverBegun:-10};function n(e,t){const r=e[t];return" "===r||"\n"===r||"\r"===r||"\t"===r}function o(e){for(let t=0,r=e.length;t<r;t++)if(!n(e,t))return!1;return!0}class i{_resolveEntities(e){return e.replace(/&([^;]+);/g,((e,t)=>{if("#x"===t.substring(0,2))return String.fromCharCode(parseInt(t.substring(2),16));if("#"===t.substring(0,1))return String.fromCharCode(parseInt(t.substring(1),10));switch(t){case"lt":return"<";case"gt":return">";case"amp":return"&";case"quot":return'"'}return this.onResolveEntity(t)}))}_parseContent(e,t){const r=[];let a=t;function o(){while(a<e.length&&n(e,a))++a}while(a<e.length&&!n(e,a)&&">"!==e[a]&&"/"!==e[a])++a;const i=e.substring(t,a);o();while(a<e.length&&">"!==e[a]&&"/"!==e[a]&&"?"!==e[a]){o();let t="",i="";while(a<e.length&&!n(e,a)&&"="!==e[a])t+=e[a],++a;if(o(),"="!==e[a])return null;++a,o();const s=e[a];if('"'!==s&&"'"!==s)return null;const l=e.indexOf(s,++a);if(l<0)return null;i=e.substring(a,l),r.push({name:t,value:this._resolveEntities(i)}),a=l+1,o()}return{name:i,attributes:r,parsed:a-t}}_parseProcessingInstruction(e,t){let r=t;function a(){while(r<e.length&&n(e,r))++r}while(r<e.length&&!n(e,r)&&">"!==e[r]&&"/"!==e[r])++r;const o=e.substring(t,r);a();const i=r;while(r<e.length&&("?"!==e[r]||">"!==e[r+1]))++r;const s=e.substring(i,r);return{name:o,value:s,parsed:r-t}}parseXml(e){let t=0;while(t<e.length){const r=e[t];let n=t;if("<"===r){++n;const t=e[n];let r;switch(t){case"/":if(++n,r=e.indexOf(">",n),r<0)return void this.onError(a.UnterminatedElement);this.onEndElement(e.substring(n,r)),n=r+1;break;case"?":++n;const t=this._parseProcessingInstruction(e,n);if("?>"!==e.substring(n+t.parsed,n+t.parsed+2))return void this.onError(a.UnterminatedXmlDeclaration);this.onPi(t.name,t.value),n+=t.parsed+2;break;case"!":if("--"===e.substring(n+1,n+3)){if(r=e.indexOf("--\x3e",n+3),r<0)return void this.onError(a.UnterminatedComment);this.onComment(e.substring(n+3,r)),n=r+3}else if("[CDATA["===e.substring(n+1,n+8)){if(r=e.indexOf("]]>",n+8),r<0)return void this.onError(a.UnterminatedCdat);this.onCdata(e.substring(n+8,r)),n=r+3}else{if("DOCTYPE"!==e.substring(n+1,n+8))return void this.onError(a.MalformedElement);{const t=e.indexOf("[",n+8);let o=!1;if(r=e.indexOf(">",n+8),r<0)return void this.onError(a.UnterminatedDoctypeDeclaration);if(t>0&&r>t){if(r=e.indexOf("]>",n+8),r<0)return void this.onError(a.UnterminatedDoctypeDeclaration);o=!0}const i=e.substring(n+8,r+(o?1:0));this.onDoctype(i),n=r+(o?2:1)}}break;default:const o=this._parseContent(e,n);if(null===o)return void this.onError(a.MalformedElement);let i=!1;if("/>"===e.substring(n+o.parsed,n+o.parsed+2))i=!0;else if(">"!==e.substring(n+o.parsed,n+o.parsed+1))return void this.onError(a.UnterminatedElement);this.onBeginElement(o.name,o.attributes,i),n+=o.parsed+(i?2:1);break}}else{while(n<e.length&&"<"!==e[n])n++;const r=e.substring(t,n);this.onText(this._resolveEntities(r))}t=n}}onResolveEntity(e){return`&${e};`}onPi(e,t){}onComment(e){}onCdata(e){}onDoctype(e){}onText(e){}onBeginElement(e,t,r){}onEndElement(e){}onError(e){}}class s{constructor(e,t){this.nodeName=e,this.nodeValue=t,Object.defineProperty(this,"parentNode",{value:null,writable:!0})}get firstChild(){return this.childNodes&&this.childNodes[0]}get nextSibling(){const e=this.parentNode.childNodes;if(!e)return;const t=e.indexOf(this);return-1!==t?e[t+1]:void 0}get textContent(){return this.childNodes?this.childNodes.map((function(e){return e.textContent})).join(""):this.nodeValue||""}hasChildNodes(){return this.childNodes&&this.childNodes.length>0}}class l extends i{constructor(){super(),this._currentFragment=null,this._stack=null,this._errorCode=a.NoError}parseFromString(e){if(this._currentFragment=[],this._stack=[],this._errorCode=a.NoError,this.parseXml(e),this._errorCode!==a.NoError)return;const[t]=this._currentFragment;return t?{documentElement:t}:void 0}onResolveEntity(e){switch(e){case"apos":return"'"}return super.onResolveEntity(e)}onText(e){if(o(e))return;const t=new s("#text",e);this._currentFragment.push(t)}onCdata(e){const t=new s("#text",e);this._currentFragment.push(t)}onBeginElement(e,t,r){const a=new s(e);a.childNodes=[],this._currentFragment.push(a),r||(this._stack.push(this._currentFragment),this._currentFragment=a.childNodes)}onEndElement(e){this._currentFragment=this._stack.pop()||[];const t=this._currentFragment[this._currentFragment.length-1];if(t)for(let r=0,a=t.childNodes.length;r<a;r++)t.childNodes[r].parentNode=t}onError(e){this._errorCode=e}}t.SimpleXMLParser=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PDFDataTransportStream=void 0;var a=r(2);class n{constructor(e,t){(0,a.assert)(t,'PDFDataTransportStream - missing required "pdfDataRangeTransport" argument.'),this._queuedChunks=[],this._progressiveDone=e.progressiveDone||!1;const r=e.initialData;if(r&&r.length>0){const e=new Uint8Array(r).buffer;this._queuedChunks.push(e)}this._pdfDataRangeTransport=t,this._isStreamingSupported=!e.disableStream,this._isRangeSupported=!e.disableRange,this._contentLength=e.length,this._fullRequestReader=null,this._rangeReaders=[],this._pdfDataRangeTransport.addRangeListener(((e,t)=>{this._onReceiveData({begin:e,chunk:t})})),this._pdfDataRangeTransport.addProgressListener(((e,t)=>{this._onProgress({loaded:e,total:t})})),this._pdfDataRangeTransport.addProgressiveReadListener((e=>{this._onReceiveData({chunk:e})})),this._pdfDataRangeTransport.addProgressiveDoneListener((()=>{this._onProgressiveDone()})),this._pdfDataRangeTransport.transportReady()}_onReceiveData(e){const t=new Uint8Array(e.chunk).buffer;if(void 0===e.begin)this._fullRequestReader?this._fullRequestReader._enqueue(t):this._queuedChunks.push(t);else{const r=this._rangeReaders.some((function(r){return r._begin===e.begin&&(r._enqueue(t),!0)}));(0,a.assert)(r,"_onReceiveData - no `PDFDataTransportStreamRangeReader` instance found.")}}get _progressiveDataLength(){return this._fullRequestReader?this._fullRequestReader._loaded:0}_onProgress(e){if(void 0===e.total){const t=this._rangeReaders[0];t&&t.onProgress&&t.onProgress({loaded:e.loaded})}else{const t=this._fullRequestReader;t&&t.onProgress&&t.onProgress({loaded:e.loaded,total:e.total})}}_onProgressiveDone(){this._fullRequestReader&&this._fullRequestReader.progressiveDone(),this._progressiveDone=!0}_removeRangeReader(e){const t=this._rangeReaders.indexOf(e);t>=0&&this._rangeReaders.splice(t,1)}getFullReader(){(0,a.assert)(!this._fullRequestReader,"PDFDataTransportStream.getFullReader can only be called once.");const e=this._queuedChunks;return this._queuedChunks=null,new o(this,e,this._progressiveDone)}getRangeReader(e,t){if(t<=this._progressiveDataLength)return null;const r=new i(this,e,t);return this._pdfDataRangeTransport.requestDataRange(e,t),this._rangeReaders.push(r),r}cancelAllRequests(e){this._fullRequestReader&&this._fullRequestReader.cancel(e);const t=this._rangeReaders.slice(0);t.forEach((function(t){t.cancel(e)})),this._pdfDataRangeTransport.abort()}}t.PDFDataTransportStream=n;class o{constructor(e,t,r=!1){this._stream=e,this._done=r||!1,this._filename=null,this._queuedChunks=t||[],this._loaded=0;for(const a of this._queuedChunks)this._loaded+=a.byteLength;this._requests=[],this._headersReady=Promise.resolve(),e._fullRequestReader=this,this.onProgress=null}_enqueue(e){if(!this._done){if(this._requests.length>0){const t=this._requests.shift();t.resolve({value:e,done:!1})}else this._queuedChunks.push(e);this._loaded+=e.byteLength}}get headersReady(){return this._headersReady}get filename(){return this._filename}get isRangeSupported(){return this._stream._isRangeSupported}get isStreamingSupported(){return this._stream._isStreamingSupported}get contentLength(){return this._stream._contentLength}async read(){if(this._queuedChunks.length>0){const e=this._queuedChunks.shift();return{value:e,done:!1}}if(this._done)return{value:void 0,done:!0};const e=(0,a.createPromiseCapability)();return this._requests.push(e),e.promise}cancel(e){this._done=!0,this._requests.forEach((function(e){e.resolve({value:void 0,done:!0})})),this._requests=[]}progressiveDone(){this._done||(this._done=!0)}}class i{constructor(e,t,r){this._stream=e,this._begin=t,this._end=r,this._queuedChunk=null,this._requests=[],this._done=!1,this.onProgress=null}_enqueue(e){if(!this._done){if(0===this._requests.length)this._queuedChunk=e;else{const t=this._requests.shift();t.resolve({value:e,done:!1}),this._requests.forEach((function(e){e.resolve({value:void 0,done:!0})})),this._requests=[]}this._done=!0,this._stream._removeRangeReader(this)}}get isStreamingSupported(){return!1}async read(){if(this._queuedChunk){const e=this._queuedChunk;return this._queuedChunk=null,{value:e,done:!1}}if(this._done)return{value:void 0,done:!0};const e=(0,a.createPromiseCapability)();return this._requests.push(e),e.promise}cancel(e){this._done=!0,this._requests.forEach((function(e){e.resolve({value:void 0,done:!0})})),this._requests=[],this._stream._removeRangeReader(this)}}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WebGLContext=void 0;var a=r(2);class n{constructor({enable:e=!1}){this._enabled=!0===e}get isEnabled(){let e=this._enabled;return e&&(e=o.tryInitGL()),(0,a.shadow)(this,"isEnabled",e)}composeSMask({layer:e,mask:t,properties:r}){return o.composeSMask(e,t,r)}drawFigures({width:e,height:t,backgroundColor:r,figures:a,context:n}){return o.drawFigures(e,t,r,a,n)}clear(){o.cleanup()}}t.WebGLContext=n;var o=function(){function e(e,t,r){var a=e.createShader(r);e.shaderSource(a,t),e.compileShader(a);var n=e.getShaderParameter(a,e.COMPILE_STATUS);if(!n){var o=e.getShaderInfoLog(a);throw new Error("Error during shader compilation: "+o)}return a}function t(t,r){return e(t,r,t.VERTEX_SHADER)}function r(t,r){return e(t,r,t.FRAGMENT_SHADER)}function a(e,t){for(var r=e.createProgram(),a=0,n=t.length;a<n;++a)e.attachShader(r,t[a]);e.linkProgram(r);var o=e.getProgramParameter(r,e.LINK_STATUS);if(!o){var i=e.getProgramInfoLog(r);throw new Error("Error during program linking: "+i)}return r}function n(e,t,r){e.activeTexture(r);var a=e.createTexture();return e.bindTexture(e.TEXTURE_2D,a),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_S,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_T,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,e.NEAREST),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MAG_FILTER,e.NEAREST),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,e.RGBA,e.UNSIGNED_BYTE,t),a}var o,i;function s(){o||(i=document.createElement("canvas"),o=i.getContext("webgl",{premultipliedalpha:!1}))}var l=" attribute vec2 a_position; attribute vec2 a_texCoord; uniform vec2 u_resolution; varying vec2 v_texCoord; void main() { vec2 clipSpace = (a_position / u_resolution) * 2.0 - 1.0; gl_Position = vec4(clipSpace * vec2(1, -1), 0, 1); v_texCoord = a_texCoord; } ",c=" precision mediump float; uniform vec4 u_backdrop; uniform int u_subtype; uniform sampler2D u_image; uniform sampler2D u_mask; varying vec2 v_texCoord; void main() { vec4 imageColor = texture2D(u_image, v_texCoord); vec4 maskColor = texture2D(u_mask, v_texCoord); if (u_backdrop.a > 0.0) { maskColor.rgb = maskColor.rgb * maskColor.a + u_backdrop.rgb * (1.0 - maskColor.a); } float lum; if (u_subtype == 0) { lum = maskColor.a; } else { lum = maskColor.r * 0.3 + maskColor.g * 0.59 + maskColor.b * 0.11; } imageColor.a *= lum; imageColor.rgb *= imageColor.a; gl_FragColor = imageColor; } ",d=null;function u(){var e,n;s(),e=i,i=null,n=o,o=null;var u=t(n,l),h=r(n,c),p=a(n,[u,h]);n.useProgram(p);var m={};m.gl=n,m.canvas=e,m.resolutionLocation=n.getUniformLocation(p,"u_resolution"),m.positionLocation=n.getAttribLocation(p,"a_position"),m.backdropLocation=n.getUniformLocation(p,"u_backdrop"),m.subtypeLocation=n.getUniformLocation(p,"u_subtype");var f=n.getAttribLocation(p,"a_texCoord"),g=n.getUniformLocation(p,"u_image"),b=n.getUniformLocation(p,"u_mask"),v=n.createBuffer();n.bindBuffer(n.ARRAY_BUFFER,v),n.bufferData(n.ARRAY_BUFFER,new Float32Array([0,0,1,0,0,1,0,1,1,0,1,1]),n.STATIC_DRAW),n.enableVertexAttribArray(f),n.vertexAttribPointer(f,2,n.FLOAT,!1,0,0),n.uniform1i(g,0),n.uniform1i(b,1),d=m}function h(e,t,r){var a=e.width,o=e.height;d||u();var i=d,s=i.canvas,l=i.gl;s.width=a,s.height=o,l.viewport(0,0,l.drawingBufferWidth,l.drawingBufferHeight),l.uniform2f(i.resolutionLocation,a,o),r.backdrop?l.uniform4f(i.resolutionLocation,r.backdrop[0],r.backdrop[1],r.backdrop[2],1):l.uniform4f(i.resolutionLocation,0,0,0,0),l.uniform1i(i.subtypeLocation,"Luminosity"===r.subtype?1:0);var c=n(l,e,l.TEXTURE0),h=n(l,t,l.TEXTURE1),p=l.createBuffer();return l.bindBuffer(l.ARRAY_BUFFER,p),l.bufferData(l.ARRAY_BUFFER,new Float32Array([0,0,a,0,0,o,0,o,a,0,a,o]),l.STATIC_DRAW),l.enableVertexAttribArray(i.positionLocation),l.vertexAttribPointer(i.positionLocation,2,l.FLOAT,!1,0,0),l.clearColor(0,0,0,0),l.enable(l.BLEND),l.blendFunc(l.ONE,l.ONE_MINUS_SRC_ALPHA),l.clear(l.COLOR_BUFFER_BIT),l.drawArrays(l.TRIANGLES,0,6),l.flush(),l.deleteTexture(c),l.deleteTexture(h),l.deleteBuffer(p),s}var p=" attribute vec2 a_position; attribute vec3 a_color; uniform vec2 u_resolution; uniform vec2 u_scale; uniform vec2 u_offset; varying vec4 v_color; void main() { vec2 position = (a_position + u_offset) * u_scale; vec2 clipSpace = (position / u_resolution) * 2.0 - 1.0; gl_Position = vec4(clipSpace * vec2(1, -1), 0, 1); v_color = vec4(a_color / 255.0, 1.0); } ",m=" precision mediump float; varying vec4 v_color; void main() { gl_FragColor = v_color; } ",f=null;function g(){var e,n;s(),e=i,i=null,n=o,o=null;var l=t(n,p),c=r(n,m),d=a(n,[l,c]);n.useProgram(d);var u={};u.gl=n,u.canvas=e,u.resolutionLocation=n.getUniformLocation(d,"u_resolution"),u.scaleLocation=n.getUniformLocation(d,"u_scale"),u.offsetLocation=n.getUniformLocation(d,"u_offset"),u.positionLocation=n.getAttribLocation(d,"a_position"),u.colorLocation=n.getAttribLocation(d,"a_color"),f=u}function b(e,t,r,a,n){f||g();var o=f,i=o.canvas,s=o.gl;i.width=e,i.height=t,s.viewport(0,0,s.drawingBufferWidth,s.drawingBufferHeight),s.uniform2f(o.resolutionLocation,e,t);var l,c,d,u=0;for(l=0,c=a.length;l<c;l++)switch(a[l].type){case"lattice":d=a[l].coords.length/a[l].verticesPerRow|0,u+=(d-1)*(a[l].verticesPerRow-1)*6;break;case"triangles":u+=a[l].coords.length;break}var h=new Float32Array(2*u),p=new Uint8Array(3*u),m=n.coords,b=n.colors,v=0,w=0;for(l=0,c=a.length;l<c;l++){var y=a[l],x=y.coords,k=y.colors;switch(y.type){case"lattice":var A=y.verticesPerRow;d=x.length/A|0;for(var C=1;C<d;C++)for(var S=C*A+1,_=1;_<A;_++,S++)h[v]=m[x[S-A-1]],h[v+1]=m[x[S-A-1]+1],h[v+2]=m[x[S-A]],h[v+3]=m[x[S-A]+1],h[v+4]=m[x[S-1]],h[v+5]=m[x[S-1]+1],p[w]=b[k[S-A-1]],p[w+1]=b[k[S-A-1]+1],p[w+2]=b[k[S-A-1]+2],p[w+3]=b[k[S-A]],p[w+4]=b[k[S-A]+1],p[w+5]=b[k[S-A]+2],p[w+6]=b[k[S-1]],p[w+7]=b[k[S-1]+1],p[w+8]=b[k[S-1]+2],h[v+6]=h[v+2],h[v+7]=h[v+3],h[v+8]=h[v+4],h[v+9]=h[v+5],h[v+10]=m[x[S]],h[v+11]=m[x[S]+1],p[w+9]=p[w+3],p[w+10]=p[w+4],p[w+11]=p[w+5],p[w+12]=p[w+6],p[w+13]=p[w+7],p[w+14]=p[w+8],p[w+15]=b[k[S]],p[w+16]=b[k[S]+1],p[w+17]=b[k[S]+2],v+=12,w+=18;break;case"triangles":for(var E=0,P=x.length;E<P;E++)h[v]=m[x[E]],h[v+1]=m[x[E]+1],p[w]=b[k[E]],p[w+1]=b[k[E]+1],p[w+2]=b[k[E]+2],v+=2,w+=3;break}}r?s.clearColor(r[0]/255,r[1]/255,r[2]/255,1):s.clearColor(0,0,0,0),s.clear(s.COLOR_BUFFER_BIT);var T=s.createBuffer();s.bindBuffer(s.ARRAY_BUFFER,T),s.bufferData(s.ARRAY_BUFFER,h,s.STATIC_DRAW),s.enableVertexAttribArray(o.positionLocation),s.vertexAttribPointer(o.positionLocation,2,s.FLOAT,!1,0,0);var I=s.createBuffer();return s.bindBuffer(s.ARRAY_BUFFER,I),s.bufferData(s.ARRAY_BUFFER,p,s.STATIC_DRAW),s.enableVertexAttribArray(o.colorLocation),s.vertexAttribPointer(o.colorLocation,3,s.UNSIGNED_BYTE,!1,0,0),s.uniform2f(o.scaleLocation,n.scaleX,n.scaleY),s.uniform2f(o.offsetLocation,n.offsetX,n.offsetY),s.drawArrays(s.TRIANGLES,0,u),s.flush(),s.deleteBuffer(T),s.deleteBuffer(I),i}return{tryInitGL(){try{return s(),!!o}catch(e){}return!1},composeSMask:h,drawFigures:b,cleanup(){d&&d.canvas&&(d.canvas.width=0,d.canvas.height=0),f&&f.canvas&&(f.canvas.width=0,f.canvas.height=0),d=null,f=null}}}()},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AnnotationLayer=void 0;var a=r(1),n=r(2);class o{static create(e){const t=e.data.annotationType;switch(t){case n.AnnotationType.LINK:return new s(e);case n.AnnotationType.TEXT:return new l(e);case n.AnnotationType.WIDGET:const t=e.data.fieldType;switch(t){case"Tx":return new d(e);case"Btn":return e.data.radioButton?new h(e):e.data.checkBox?new u(e):new p(e);case"Ch":return new m(e)}return new c(e);case n.AnnotationType.POPUP:return new f(e);case n.AnnotationType.FREETEXT:return new b(e);case n.AnnotationType.LINE:return new v(e);case n.AnnotationType.SQUARE:return new w(e);case n.AnnotationType.CIRCLE:return new y(e);case n.AnnotationType.POLYLINE:return new x(e);case n.AnnotationType.CARET:return new A(e);case n.AnnotationType.INK:return new C(e);case n.AnnotationType.POLYGON:return new k(e);case n.AnnotationType.HIGHLIGHT:return new S(e);case n.AnnotationType.UNDERLINE:return new _(e);case n.AnnotationType.SQUIGGLY:return new E(e);case n.AnnotationType.STRIKEOUT:return new P(e);case n.AnnotationType.STAMP:return new T(e);case n.AnnotationType.FILEATTACHMENT:return new I(e);default:return new i(e)}}}class i{constructor(e,t=!1,r=!1){this.isRenderable=t,this.data=e.data,this.layer=e.layer,this.page=e.page,this.viewport=e.viewport,this.linkService=e.linkService,this.downloadManager=e.downloadManager,this.imageResourcesPath=e.imageResourcesPath,this.renderInteractiveForms=e.renderInteractiveForms,this.svgFactory=e.svgFactory,t&&(this.container=this._createContainer(r))}_createContainer(e=!1){const t=this.data,r=this.page,a=this.viewport,o=document.createElement("section");let i=t.rect[2]-t.rect[0],s=t.rect[3]-t.rect[1];o.setAttribute("data-annotation-id",t.id);const l=n.Util.normalizeRect([t.rect[0],r.view[3]-t.rect[1]+r.view[1],t.rect[2],r.view[3]-t.rect[3]+r.view[1]]);if(o.style.transform=`matrix(${a.transform.join(",")})`,o.style.transformOrigin=`-${l[0]}px -${l[1]}px`,!e&&t.borderStyle.width>0){o.style.borderWidth=`${t.borderStyle.width}px`,t.borderStyle.style!==n.AnnotationBorderStyleType.UNDERLINE&&(i-=2*t.borderStyle.width,s-=2*t.borderStyle.width);const e=t.borderStyle.horizontalCornerRadius,r=t.borderStyle.verticalCornerRadius;if(e>0||r>0){const t=`${e}px / ${r}px`;o.style.borderRadius=t}switch(t.borderStyle.style){case n.AnnotationBorderStyleType.SOLID:o.style.borderStyle="solid";break;case n.AnnotationBorderStyleType.DASHED:o.style.borderStyle="dashed";break;case n.AnnotationBorderStyleType.BEVELED:(0,n.warn)("Unimplemented border style: beveled");break;case n.AnnotationBorderStyleType.INSET:(0,n.warn)("Unimplemented border style: inset");break;case n.AnnotationBorderStyleType.UNDERLINE:o.style.borderBottomStyle="solid";break;default:break}t.color?o.style.borderColor=n.Util.makeCssRgb(0|t.color[0],0|t.color[1],0|t.color[2]):o.style.borderWidth=0}return o.style.left=`${l[0]}px`,o.style.top=`${l[1]}px`,o.style.width=`${i}px`,o.style.height=`${s}px`,o}_createPopup(e,t,r){t||(t=document.createElement("div"),t.style.height=e.style.height,t.style.width=e.style.width,e.appendChild(t));const a=new g({container:e,trigger:t,color:r.color,title:r.title,modificationDate:r.modificationDate,contents:r.contents,hideWrapper:!0}),n=a.render();n.style.left=e.style.width,e.appendChild(n)}render(){(0,n.unreachable)("Abstract method `AnnotationElement.render` called")}}class s extends i{constructor(e){const t=!!(e.data.url||e.data.dest||e.data.action);super(e,t)}render(){this.container.className="linkAnnotation";const{data:e,linkService:t}=this,r=document.createElement("a");return e.url?(0,a.addLinkAttributes)(r,{url:e.url,target:e.newWindow?a.LinkTarget.BLANK:t.externalLinkTarget,rel:t.externalLinkRel,enabled:t.externalLinkEnabled}):e.action?this._bindNamedAction(r,e.action):this._bindLink(r,e.dest),this.container.appendChild(r),this.container}_bindLink(e,t){e.href=this.linkService.getDestinationHash(t),e.onclick=()=>(t&&this.linkService.navigateTo(t),!1),t&&(e.className="internalLink")}_bindNamedAction(e,t){e.href=this.linkService.getAnchorUrl(""),e.onclick=()=>(this.linkService.executeNamedAction(t),!1),e.className="internalLink"}}class l extends i{constructor(e){const t=!!(e.data.hasPopup||e.data.title||e.data.contents);super(e,t)}render(){this.container.className="textAnnotation";const e=document.createElement("img");return e.style.height=this.container.style.height,e.style.width=this.container.style.width,e.src=this.imageResourcesPath+"annotation-"+this.data.name.toLowerCase()+".svg",e.alt="[{{type}} Annotation]",e.dataset.l10nId="text_annotation_type",e.dataset.l10nArgs=JSON.stringify({type:this.data.name}),this.data.hasPopup||this._createPopup(this.container,e,this.data),this.container.appendChild(e),this.container}}class c extends i{render(){return this.container}}class d extends c{constructor(e){const t=e.renderInteractiveForms||!e.data.hasAppearance&&!!e.data.fieldValue;super(e,t)}render(){const e=["left","center","right"];this.container.className="textWidgetAnnotation";let t=null;if(this.renderInteractiveForms){if(this.data.multiLine?(t=document.createElement("textarea"),t.textContent=this.data.fieldValue):(t=document.createElement("input"),t.type="text",t.setAttribute("value",this.data.fieldValue)),t.disabled=this.data.readOnly,t.name=this.data.fieldName,null!==this.data.maxLen&&(t.maxLength=this.data.maxLen),this.data.comb){const e=this.data.rect[2]-this.data.rect[0],r=e/this.data.maxLen;t.classList.add("comb"),t.style.letterSpacing=`calc(${r}px - 1ch)`}}else{t=document.createElement("div"),t.textContent=this.data.fieldValue,t.style.verticalAlign="middle",t.style.display="table-cell";let e=null;this.data.fontRefName&&this.page.commonObjs.has(this.data.fontRefName)&&(e=this.page.commonObjs.get(this.data.fontRefName)),this._setTextStyle(t,e)}return null!==this.data.textAlignment&&(t.style.textAlign=e[this.data.textAlignment]),this.container.appendChild(t),this.container}_setTextStyle(e,t){const r=e.style;if(r.fontSize=`${this.data.fontSize}px`,r.direction=this.data.fontDirection<0?"rtl":"ltr",!t)return;let a="normal";t.black?a="900":t.bold&&(a="bold"),r.fontWeight=a,r.fontStyle=t.italic?"italic":"normal";const n=t.loadedName?`"${t.loadedName}", `:"",o=t.fallbackName||"Helvetica, sans-serif";r.fontFamily=n+o}}class u extends c{constructor(e){super(e,e.renderInteractiveForms)}render(){this.container.className="buttonWidgetAnnotation checkBox";const e=document.createElement("input");return e.disabled=this.data.readOnly,e.type="checkbox",e.name=this.data.fieldName,this.data.fieldValue&&"Off"!==this.data.fieldValue&&e.setAttribute("checked",!0),this.container.appendChild(e),this.container}}class h extends c{constructor(e){super(e,e.renderInteractiveForms)}render(){this.container.className="buttonWidgetAnnotation radioButton";const e=document.createElement("input");return e.disabled=this.data.readOnly,e.type="radio",e.name=this.data.fieldName,this.data.fieldValue===this.data.buttonValue&&e.setAttribute("checked",!0),this.container.appendChild(e),this.container}}class p extends s{render(){const e=super.render();return e.className="buttonWidgetAnnotation pushButton",e}}class m extends c{constructor(e){super(e,e.renderInteractiveForms)}render(){this.container.className="choiceWidgetAnnotation";const e=document.createElement("select");e.disabled=this.data.readOnly,e.name=this.data.fieldName,this.data.combo||(e.size=this.data.options.length,this.data.multiSelect&&(e.multiple=!0));for(const t of this.data.options){const r=document.createElement("option");r.textContent=t.displayValue,r.value=t.exportValue,this.data.fieldValue.includes(t.displayValue)&&r.setAttribute("selected",!0),e.appendChild(r)}return this.container.appendChild(e),this.container}}class f extends i{constructor(e){const t=!(!e.data.title&&!e.data.contents);super(e,t)}render(){const e=["Line","Square","Circle","PolyLine","Polygon","Ink"];if(this.container.className="popupAnnotation",e.includes(this.data.parentType))return this.container;const t=`[data-annotation-id="${this.data.parentId}"]`,r=this.layer.querySelector(t);if(!r)return this.container;const a=new g({container:this.container,trigger:r,color:this.data.color,title:this.data.title,modificationDate:this.data.modificationDate,contents:this.data.contents}),n=parseFloat(r.style.left),o=parseFloat(r.style.width);return this.container.style.transformOrigin=`-${n+o}px -${r.style.top}`,this.container.style.left=`${n+o}px`,this.container.appendChild(a.render()),this.container}}class g{constructor(e){this.container=e.container,this.trigger=e.trigger,this.color=e.color,this.title=e.title,this.modificationDate=e.modificationDate,this.contents=e.contents,this.hideWrapper=e.hideWrapper||!1,this.pinned=!1}render(){const e=.7,t=document.createElement("div");t.className="popupWrapper",this.hideElement=this.hideWrapper?t:this.container,this.hideElement.setAttribute("hidden",!0);const r=document.createElement("div");r.className="popup";const o=this.color;if(o){const t=e*(255-o[0])+o[0],a=e*(255-o[1])+o[1],i=e*(255-o[2])+o[2];r.style.backgroundColor=n.Util.makeCssRgb(0|t,0|a,0|i)}const i=document.createElement("h1");i.textContent=this.title,r.appendChild(i);const s=a.PDFDateString.toDateObject(this.modificationDate);if(s){const e=document.createElement("span");e.textContent="{{date}}, {{time}}",e.dataset.l10nId="annotation_date_string",e.dataset.l10nArgs=JSON.stringify({date:s.toLocaleDateString(),time:s.toLocaleTimeString()}),r.appendChild(e)}const l=this._formatContents(this.contents);return r.appendChild(l),this.trigger.addEventListener("click",this._toggle.bind(this)),this.trigger.addEventListener("mouseover",this._show.bind(this,!1)),this.trigger.addEventListener("mouseout",this._hide.bind(this,!1)),r.addEventListener("click",this._hide.bind(this,!0)),t.appendChild(r),t}_formatContents(e){const t=document.createElement("p"),r=e.split(/(?:\r\n?|\n)/);for(let a=0,n=r.length;a<n;++a){const e=r[a];t.appendChild(document.createTextNode(e)),a<n-1&&t.appendChild(document.createElement("br"))}return t}_toggle(){this.pinned?this._hide(!0):this._show(!0)}_show(e=!1){e&&(this.pinned=!0),this.hideElement.hasAttribute("hidden")&&(this.hideElement.removeAttribute("hidden"),this.container.style.zIndex+=1)}_hide(e=!0){e&&(this.pinned=!1),this.hideElement.hasAttribute("hidden")||this.pinned||(this.hideElement.setAttribute("hidden",!0),this.container.style.zIndex-=1)}}class b extends i{constructor(e){const t=!!(e.data.hasPopup||e.data.title||e.data.contents);super(e,t,!0)}render(){return this.container.className="freeTextAnnotation",this.data.hasPopup||this._createPopup(this.container,null,this.data),this.container}}class v extends i{constructor(e){const t=!!(e.data.hasPopup||e.data.title||e.data.contents);super(e,t,!0)}render(){this.container.className="lineAnnotation";const e=this.data,t=e.rect[2]-e.rect[0],r=e.rect[3]-e.rect[1],a=this.svgFactory.create(t,r),n=this.svgFactory.createElement("svg:line");return n.setAttribute("x1",e.rect[2]-e.lineCoordinates[0]),n.setAttribute("y1",e.rect[3]-e.lineCoordinates[1]),n.setAttribute("x2",e.rect[2]-e.lineCoordinates[2]),n.setAttribute("y2",e.rect[3]-e.lineCoordinates[3]),n.setAttribute("stroke-width",e.borderStyle.width||1),n.setAttribute("stroke","transparent"),a.appendChild(n),this.container.append(a),this._createPopup(this.container,n,e),this.container}}class w extends i{constructor(e){const t=!!(e.data.hasPopup||e.data.title||e.data.contents);super(e,t,!0)}render(){this.container.className="squareAnnotation";const e=this.data,t=e.rect[2]-e.rect[0],r=e.rect[3]-e.rect[1],a=this.svgFactory.create(t,r),n=e.borderStyle.width,o=this.svgFactory.createElement("svg:rect");return o.setAttribute("x",n/2),o.setAttribute("y",n/2),o.setAttribute("width",t-n),o.setAttribute("height",r-n),o.setAttribute("stroke-width",n||1),o.setAttribute("stroke","transparent"),o.setAttribute("fill","none"),a.appendChild(o),this.container.append(a),this._createPopup(this.container,o,e),this.container}}class y extends i{constructor(e){const t=!!(e.data.hasPopup||e.data.title||e.data.contents);super(e,t,!0)}render(){this.container.className="circleAnnotation";const e=this.data,t=e.rect[2]-e.rect[0],r=e.rect[3]-e.rect[1],a=this.svgFactory.create(t,r),n=e.borderStyle.width,o=this.svgFactory.createElement("svg:ellipse");return o.setAttribute("cx",t/2),o.setAttribute("cy",r/2),o.setAttribute("rx",t/2-n/2),o.setAttribute("ry",r/2-n/2),o.setAttribute("stroke-width",n||1),o.setAttribute("stroke","transparent"),o.setAttribute("fill","none"),a.appendChild(o),this.container.append(a),this._createPopup(this.container,o,e),this.container}}class x extends i{constructor(e){const t=!!(e.data.hasPopup||e.data.title||e.data.contents);super(e,t,!0),this.containerClassName="polylineAnnotation",this.svgElementName="svg:polyline"}render(){this.container.className=this.containerClassName;const e=this.data,t=e.rect[2]-e.rect[0],r=e.rect[3]-e.rect[1],a=this.svgFactory.create(t,r);let n=[];for(const i of e.vertices){const t=i.x-e.rect[0],r=e.rect[3]-i.y;n.push(t+","+r)}n=n.join(" ");const o=this.svgFactory.createElement(this.svgElementName);return o.setAttribute("points",n),o.setAttribute("stroke-width",e.borderStyle.width||1),o.setAttribute("stroke","transparent"),o.setAttribute("fill","none"),a.appendChild(o),this.container.append(a),this._createPopup(this.container,o,e),this.container}}class k extends x{constructor(e){super(e),this.containerClassName="polygonAnnotation",this.svgElementName="svg:polygon"}}class A extends i{constructor(e){const t=!!(e.data.hasPopup||e.data.title||e.data.contents);super(e,t,!0)}render(){return this.container.className="caretAnnotation",this.data.hasPopup||this._createPopup(this.container,null,this.data),this.container}}class C extends i{constructor(e){const t=!!(e.data.hasPopup||e.data.title||e.data.contents);super(e,t,!0),this.containerClassName="inkAnnotation",this.svgElementName="svg:polyline"}render(){this.container.className=this.containerClassName;const e=this.data,t=e.rect[2]-e.rect[0],r=e.rect[3]-e.rect[1],a=this.svgFactory.create(t,r);for(const n of e.inkLists){let t=[];for(const a of n){const r=a.x-e.rect[0],n=e.rect[3]-a.y;t.push(`${r},${n}`)}t=t.join(" ");const r=this.svgFactory.createElement(this.svgElementName);r.setAttribute("points",t),r.setAttribute("stroke-width",e.borderStyle.width||1),r.setAttribute("stroke","transparent"),r.setAttribute("fill","none"),this._createPopup(this.container,r,e),a.appendChild(r)}return this.container.append(a),this.container}}class S extends i{constructor(e){const t=!!(e.data.hasPopup||e.data.title||e.data.contents);super(e,t,!0)}render(){return this.container.className="highlightAnnotation",this.data.hasPopup||this._createPopup(this.container,null,this.data),this.container}}class _ extends i{constructor(e){const t=!!(e.data.hasPopup||e.data.title||e.data.contents);super(e,t,!0)}render(){return this.container.className="underlineAnnotation",this.data.hasPopup||this._createPopup(this.container,null,this.data),this.container}}class E extends i{constructor(e){const t=!!(e.data.hasPopup||e.data.title||e.data.contents);super(e,t,!0)}render(){return this.container.className="squigglyAnnotation",this.data.hasPopup||this._createPopup(this.container,null,this.data),this.container}}class P extends i{constructor(e){const t=!!(e.data.hasPopup||e.data.title||e.data.contents);super(e,t,!0)}render(){return this.container.className="strikeoutAnnotation",this.data.hasPopup||this._createPopup(this.container,null,this.data),this.container}}class T extends i{constructor(e){const t=!!(e.data.hasPopup||e.data.title||e.data.contents);super(e,t,!0)}render(){return this.container.className="stampAnnotation",this.data.hasPopup||this._createPopup(this.container,null,this.data),this.container}}class I extends i{constructor(e){super(e,!0);const{filename:t,content:r}=this.data.file;this.filename=(0,a.getFilenameFromUrl)(t),this.content=r,this.linkService.eventBus&&this.linkService.eventBus.dispatch("fileattachmentannotation",{source:this,id:(0,n.stringToPDFString)(t),filename:t,content:r})}render(){this.container.className="fileAttachmentAnnotation";const e=document.createElement("div");return e.style.height=this.container.style.height,e.style.width=this.container.style.width,e.addEventListener("dblclick",this._download.bind(this)),this.data.hasPopup||!this.data.title&&!this.data.contents||this._createPopup(this.container,e,this.data),this.container.appendChild(e),this.container}_download(){this.downloadManager?this.downloadManager.downloadData(this.content,this.filename,""):(0,n.warn)("Download cannot be started due to unavailable download manager")}}class O{static render(e){const t=[],r=[];for(const a of e.annotations)a&&(a.annotationType!==n.AnnotationType.POPUP?t.push(a):r.push(a));r.length&&t.push(...r);for(const n of t){const t=o.create({data:n,layer:e.div,page:e.page,viewport:e.viewport,linkService:e.linkService,downloadManager:e.downloadManager,imageResourcesPath:e.imageResourcesPath||"",renderInteractiveForms:e.renderInteractiveForms||!1,svgFactory:new a.DOMSVGFactory});t.isRenderable&&e.div.appendChild(t.render())}}static update(e){for(const t of e.annotations){const r=e.div.querySelector(`[data-annotation-id="${t.id}"]`);r&&(r.style.transform=`matrix(${e.viewport.transform.join(",")})`)}e.div.removeAttribute("hidden")}}t.AnnotationLayer=O},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.renderTextLayer=void 0;var a=r(2),n=function(){var e=1e5,t=/\S/;function r(e){return!t.test(e)}function n(e,t,n){var o=document.createElement("span"),i={angle:0,canvasWidth:0,isWhitespace:!1,originalTransform:null,paddingBottom:0,paddingLeft:0,paddingRight:0,paddingTop:0,scale:1};if(e._textDivs.push(o),r(t.str))return i.isWhitespace=!0,void e._textDivProperties.set(o,i);var s=a.Util.transform(e._viewport.transform,t.transform),l=Math.atan2(s[1],s[0]),c=n[t.fontName];c.vertical&&(l+=Math.PI/2);var d=Math.sqrt(s[2]*s[2]+s[3]*s[3]),u=d;let h,p;c.ascent?u=c.ascent*u:c.descent&&(u=(1+c.descent)*u),0===l?(h=s[4],p=s[5]-u):(h=s[4]+u*Math.sin(l),p=s[5]-u*Math.cos(l)),o.style.left=`${h}px`,o.style.top=`${p}px`,o.style.fontSize=`${d}px`,o.style.fontFamily=c.fontFamily,o.textContent=t.str,e._fontInspectorEnabled&&(o.dataset.fontName=t.fontName),0!==l&&(i.angle=l*(180/Math.PI));let m=!1;if(t.str.length>1)m=!0;else if(t.transform[0]!==t.transform[3]){const e=Math.abs(t.transform[0]),r=Math.abs(t.transform[3]);e!==r&&Math.max(e,r)/Math.min(e,r)>1.5&&(m=!0)}if(m&&(c.vertical?i.canvasWidth=t.height*e._viewport.scale:i.canvasWidth=t.width*e._viewport.scale),e._textDivProperties.set(o,i),e._textContentStream&&e._layoutText(o),e._enhanceTextSelection){var f=1,g=0;0!==l&&(f=Math.cos(l),g=Math.sin(l));var b,v,w=(c.vertical?t.height:t.width)*e._viewport.scale,y=d;0!==l?(b=[f,g,-g,f,h,p],v=a.Util.getAxialAlignedBoundingBox([0,0,w,y],b)):v=[h,p,h+w,p+y],e._bounds.push({left:v[0],top:v[1],right:v[2],bottom:v[3],div:o,size:[w,y],m:b})}}function o(t){if(!t._canceled){var r=t._textDivs,a=t._capability,n=r.length;if(n>e)return t._renderingDone=!0,void a.resolve();if(!t._textContentStream)for(var o=0;o<n;o++)t._layoutText(r[o]);t._renderingDone=!0,a.resolve()}}function i(e,t,r){let a=0;for(let n=0;n<r;n++){const r=e[t++];r>0&&(a=a?Math.min(r,a):r)}return a}function s(e){for(var t=e._bounds,r=e._viewport,n=l(r.width,r.height,t),o=0;o<n.length;o++){var s=t[o].div,c=e._textDivProperties.get(s);if(0!==c.angle){var d=n[o],u=t[o],h=u.m,p=h[0],m=h[1],f=[[0,0],[0,u.size[1]],[u.size[0],0],u.size],g=new Float64Array(64);f.forEach((function(e,t){var r=a.Util.applyTransform(e,h);g[t+0]=p&&(d.left-r[0])/p,g[t+4]=m&&(d.top-r[1])/m,g[t+8]=p&&(d.right-r[0])/p,g[t+12]=m&&(d.bottom-r[1])/m,g[t+16]=m&&(d.left-r[0])/-m,g[t+20]=p&&(d.top-r[1])/p,g[t+24]=m&&(d.right-r[0])/-m,g[t+28]=p&&(d.bottom-r[1])/p,g[t+32]=p&&(d.left-r[0])/-p,g[t+36]=m&&(d.top-r[1])/-m,g[t+40]=p&&(d.right-r[0])/-p,g[t+44]=m&&(d.bottom-r[1])/-m,g[t+48]=m&&(d.left-r[0])/m,g[t+52]=p&&(d.top-r[1])/-p,g[t+56]=m&&(d.right-r[0])/m,g[t+60]=p&&(d.bottom-r[1])/-p}));var b=1+Math.min(Math.abs(p),Math.abs(m));c.paddingLeft=i(g,32,16)/b,c.paddingTop=i(g,48,16)/b,c.paddingRight=i(g,0,16)/b,c.paddingBottom=i(g,16,16)/b,e._textDivProperties.set(s,c)}else c.paddingLeft=t[o].left-n[o].left,c.paddingTop=t[o].top-n[o].top,c.paddingRight=n[o].right-t[o].right,c.paddingBottom=n[o].bottom-t[o].bottom,e._textDivProperties.set(s,c)}}function l(e,t,r){var a=r.map((function(e,t){return{x1:e.left,y1:e.top,x2:e.right,y2:e.bottom,index:t,x1New:void 0,x2New:void 0}}));c(e,a);var n=new Array(r.length);return a.forEach((function(e){var t=e.index;n[t]={left:e.x1New,top:0,right:e.x2New,bottom:0}})),r.map((function(t,r){var o=n[r],i=a[r];i.x1=t.top,i.y1=e-o.right,i.x2=t.bottom,i.y2=e-o.left,i.index=r,i.x1New=void 0,i.x2New=void 0})),c(t,a),a.forEach((function(e){var t=e.index;n[t].top=e.x1New,n[t].bottom=e.x2New})),n}function c(e,t){t.sort((function(e,t){return e.x1-t.x1||e.index-t.index}));var r={x1:-1/0,y1:-1/0,x2:0,y2:1/0,index:-1,x1New:0,x2New:0},a=[{start:-1/0,end:1/0,boundary:r}];t.forEach((function(e){var t=0;while(t<a.length&&a[t].end<=e.y1)t++;var r,n,o=a.length-1;while(o>=0&&a[o].start>=e.y2)o--;var i,s,l=-1/0;for(i=t;i<=o;i++){var c;r=a[i],n=r.boundary,c=n.x2>e.x1?n.index>e.index?n.x1New:e.x1:void 0===n.x2New?(n.x2+e.x1)/2:n.x2New,c>l&&(l=c)}for(e.x1New=l,i=t;i<=o;i++)r=a[i],n=r.boundary,void 0===n.x2New?n.x2>e.x1?n.index>e.index&&(n.x2New=n.x2):n.x2New=l:n.x2New>l&&(n.x2New=Math.max(l,n.x2));var d=[],u=null;for(i=t;i<=o;i++){r=a[i],n=r.boundary;var h=n.x2>e.x2?n:e;u===h?d[d.length-1].end=r.end:(d.push({start:r.start,end:r.end,boundary:h}),u=h)}for(a[t].start<e.y1&&(d[0].start=e.y1,d.unshift({start:a[t].start,end:e.y1,boundary:a[t].boundary})),e.y2<a[o].end&&(d[d.length-1].end=e.y2,d.push({start:e.y2,end:a[o].end,boundary:a[o].boundary})),i=t;i<=o;i++)if(r=a[i],n=r.boundary,void 0===n.x2New){var p=!1;for(s=t-1;!p&&s>=0&&a[s].start>=n.y1;s--)p=a[s].boundary===n;for(s=o+1;!p&&s<a.length&&a[s].end<=n.y2;s++)p=a[s].boundary===n;for(s=0;!p&&s<d.length;s++)p=d[s].boundary===n;p||(n.x2New=l)}Array.prototype.splice.apply(a,[t,o-t+1].concat(d))})),a.forEach((function(t){var r=t.boundary;void 0===r.x2New&&(r.x2New=Math.max(e,r.x2))}))}function d({textContent:e,textContentStream:t,container:r,viewport:n,textDivs:o,textContentItemsStr:i,enhanceTextSelection:s}){this._textContent=e,this._textContentStream=t,this._container=r,this._viewport=n,this._textDivs=o||[],this._textContentItemsStr=i||[],this._enhanceTextSelection=!!s,this._fontInspectorEnabled=!(!globalThis.FontInspector||!globalThis.FontInspector.enabled),this._reader=null,this._layoutTextLastFontSize=null,this._layoutTextLastFontFamily=null,this._layoutTextCtx=null,this._textDivProperties=new WeakMap,this._renderingDone=!1,this._canceled=!1,this._capability=(0,a.createPromiseCapability)(),this._renderTimer=null,this._bounds=[],this._capability.promise.finally((()=>{this._layoutTextCtx&&(this._layoutTextCtx.canvas.width=0,this._layoutTextCtx.canvas.height=0,this._layoutTextCtx=null)})).catch((()=>{}))}function u(e){var t=new d({textContent:e.textContent,textContentStream:e.textContentStream,container:e.container,viewport:e.viewport,textDivs:e.textDivs,textContentItemsStr:e.textContentItemsStr,enhanceTextSelection:e.enhanceTextSelection});return t._render(e.timeout),t}return d.prototype={get promise(){return this._capability.promise},cancel:function(){this._canceled=!0,this._reader&&(this._reader.cancel(new a.AbortException("TextLayer task cancelled.")),this._reader=null),null!==this._renderTimer&&(clearTimeout(this._renderTimer),this._renderTimer=null),this._capability.reject(new Error("TextLayer task cancelled."))},_processItems(e,t){for(let r=0,a=e.length;r<a;r++)this._textContentItemsStr.push(e[r].str),n(this,e[r],t)},_layoutText(e){const t=this._textDivProperties.get(e);if(t.isWhitespace)return;let r="";if(0!==t.canvasWidth){const{fontSize:a,fontFamily:n}=e.style;a===this._layoutTextLastFontSize&&n===this._layoutTextLastFontFamily||(this._layoutTextCtx.font=`${a} ${n}`,this._layoutTextLastFontSize=a,this._layoutTextLastFontFamily=n);const{width:o}=this._layoutTextCtx.measureText(e.textContent);o>0&&(t.scale=t.canvasWidth/o,r=`scaleX(${t.scale})`)}0!==t.angle&&(r=`rotate(${t.angle}deg) ${r}`),r.length>0&&(this._enhanceTextSelection&&(t.originalTransform=r),e.style.transform=r),this._textDivProperties.set(e,t),this._container.appendChild(e)},_render:function(e){const t=(0,a.createPromiseCapability)();let r=Object.create(null);const n=document.createElement("canvas");if(n.mozOpaque=!0,this._layoutTextCtx=n.getContext("2d",{alpha:!1}),this._textContent){const e=this._textContent.items,r=this._textContent.styles;this._processItems(e,r),t.resolve()}else{if(!this._textContentStream)throw new Error('Neither "textContent" nor "textContentStream" parameters specified.');{const e=()=>{this._reader.read().then((({value:a,done:n})=>{n?t.resolve():(Object.assign(r,a.styles),this._processItems(a.items,r),e())}),t.reject)};this._reader=this._textContentStream.getReader(),e()}}t.promise.then((()=>{r=null,e?this._renderTimer=setTimeout((()=>{o(this),this._renderTimer=null}),e):o(this)}),this._capability.reject)},expandTextDivs:function(e){if(!this._enhanceTextSelection||!this._renderingDone)return;null!==this._bounds&&(s(this),this._bounds=null);const t=[],r=[];for(var a=0,n=this._textDivs.length;a<n;a++){const n=this._textDivs[a],o=this._textDivProperties.get(n);o.isWhitespace||(e?(t.length=0,r.length=0,o.originalTransform&&t.push(o.originalTransform),o.paddingTop>0?(r.push(`${o.paddingTop}px`),t.push(`translateY(${-o.paddingTop}px)`)):r.push(0),o.paddingRight>0?r.push(o.paddingRight/o.scale+"px"):r.push(0),o.paddingBottom>0?r.push(`${o.paddingBottom}px`):r.push(0),o.paddingLeft>0?(r.push(o.paddingLeft/o.scale+"px"),t.push(`translateX(${-o.paddingLeft/o.scale}px)`)):r.push(0),n.style.padding=r.join(" "),t.length&&(n.style.transform=t.join(" "))):(n.style.padding=null,n.style.transform=o.originalTransform))}}},u}();t.renderTextLayer=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SVGGraphics=void 0;var a=r(2),n=r(1),o=r(4);let i=function(){throw new Error("Not implemented: SVGGraphics")};t.SVGGraphics=i;{const s={fontStyle:"normal",fontWeight:"normal",fillColor:"#000000"},l="http://www.w3.org/XML/1998/namespace",c="http://www.w3.org/1999/xlink",d=["butt","round","square"],u=["miter","round","bevel"],h=function(){const e=new Uint8Array([137,80,78,71,13,10,26,10]),t=12,r=new Int32Array(256);for(let a=0;a<256;a++){let e=a;for(let t=0;t<8;t++)e=1&e?3988292384^e>>1&2147483647:e>>1&2147483647;r[a]=e}function n(e,t,a){let n=-1;for(let o=t;o<a;o++){const t=255&(n^e[o]),a=r[t];n=n>>>8^a}return-1^n}function i(e,t,r,a){let o=a;const i=t.length;r[o]=i>>24&255,r[o+1]=i>>16&255,r[o+2]=i>>8&255,r[o+3]=255&i,o+=4,r[o]=255&e.charCodeAt(0),r[o+1]=255&e.charCodeAt(1),r[o+2]=255&e.charCodeAt(2),r[o+3]=255&e.charCodeAt(3),o+=4,r.set(t,o),o+=t.length;const s=n(r,a+4,o);r[o]=s>>24&255,r[o+1]=s>>16&255,r[o+2]=s>>8&255,r[o+3]=255&s}function s(e,t,r){let a=1,n=0;for(let o=t;o<r;++o)a=(a+(255&e[o]))%65521,n=(n+a)%65521;return n<<16|a}function l(e){if(!o.isNodeJS)return c(e);try{let t;t=parseInt(process.versions.node)>=8?e:Buffer.from(e);const r=__webpack_require__(2258).deflateSync(t,{level:9});return r instanceof Uint8Array?r:new Uint8Array(r)}catch(t){(0,a.warn)("Not compressing PNG because zlib.deflateSync is unavailable: "+t)}return c(e)}function c(e){let t=e.length;const r=65535,a=Math.ceil(t/r),n=new Uint8Array(2+t+5*a+4);let o=0;n[o++]=120,n[o++]=156;let i=0;while(t>r)n[o++]=0,n[o++]=255,n[o++]=255,n[o++]=0,n[o++]=0,n.set(e.subarray(i,i+r),o),o+=r,i+=r,t-=r;n[o++]=1,n[o++]=255&t,n[o++]=t>>8&255,n[o++]=255&~t,n[o++]=(65535&~t)>>8&255,n.set(e.subarray(i),o),o+=e.length-i;const l=s(e,0,e.length);return n[o++]=l>>24&255,n[o++]=l>>16&255,n[o++]=l>>8&255,n[o++]=255&l,n}function d(r,n,o,s){const c=r.width,d=r.height;let u,h,p;const m=r.data;switch(n){case a.ImageKind.GRAYSCALE_1BPP:h=0,u=1,p=c+7>>3;break;case a.ImageKind.RGB_24BPP:h=2,u=8,p=3*c;break;case a.ImageKind.RGBA_32BPP:h=6,u=8,p=4*c;break;default:throw new Error("invalid format")}const f=new Uint8Array((1+p)*d);let g=0,b=0;for(let e=0;e<d;++e)f[g++]=0,f.set(m.subarray(b,b+p),g),b+=p,g+=p;if(n===a.ImageKind.GRAYSCALE_1BPP&&s){g=0;for(let e=0;e<d;e++){g++;for(let e=0;e<p;e++)f[g++]^=255}}const v=new Uint8Array([c>>24&255,c>>16&255,c>>8&255,255&c,d>>24&255,d>>16&255,d>>8&255,255&d,u,h,0,0,0]),w=l(f),y=e.length+3*t+v.length+w.length,x=new Uint8Array(y);let k=0;return x.set(e,k),k+=e.length,i("IHDR",v,x,k),k+=t+v.length,i("IDATA",w,x,k),k+=t+w.length,i("IEND",new Uint8Array(0),x,k),(0,a.createObjectURL)(x,"image/png",o)}return function(e,t,r){const n=void 0===e.kind?a.ImageKind.GRAYSCALE_1BPP:e.kind;return d(e,n,t,r)}}();class p{constructor(){this.fontSizeScale=1,this.fontWeight=s.fontWeight,this.fontSize=0,this.textMatrix=a.IDENTITY_MATRIX,this.fontMatrix=a.FONT_IDENTITY_MATRIX,this.leading=0,this.textRenderingMode=a.TextRenderingMode.FILL,this.textMatrixScale=1,this.x=0,this.y=0,this.lineX=0,this.lineY=0,this.charSpacing=0,this.wordSpacing=0,this.textHScale=1,this.textRise=0,this.fillColor=s.fillColor,this.strokeColor="#000000",this.fillAlpha=1,this.strokeAlpha=1,this.lineWidth=1,this.lineJoin="",this.lineCap="",this.miterLimit=0,this.dashArray=[],this.dashPhase=0,this.dependencies=[],this.activeClipUrl=null,this.clipGroup=null,this.maskId=""}clone(){return Object.create(this)}setCurrentPoint(e,t){this.x=e,this.y=t}}function m(e){let t=[];const r=[];for(const a of e)"save"!==a.fn?"restore"===a.fn?t=r.pop():t.push(a):(t.push({fnId:92,fn:"group",items:[]}),r.push(t),t=t[t.length-1].items);return t}function f(e){if(Number.isInteger(e))return e.toString();const t=e.toFixed(10);let r=t.length-1;if("0"!==t[r])return t;do{r--}while("0"===t[r]);return t.substring(0,"."===t[r]?r:r+1)}function g(e){if(0===e[4]&&0===e[5]){if(0===e[1]&&0===e[2])return 1===e[0]&&1===e[3]?"":`scale(${f(e[0])} ${f(e[3])})`;if(e[0]===e[3]&&e[1]===-e[2]){const t=180*Math.acos(e[0])/Math.PI;return`rotate(${f(t)})`}}else if(1===e[0]&&0===e[1]&&0===e[2]&&1===e[3])return`translate(${f(e[4])} ${f(e[5])})`;return`matrix(${f(e[0])} ${f(e[1])} ${f(e[2])} ${f(e[3])} ${f(e[4])} ${f(e[5])})`}let b=0,v=0,w=0;t.SVGGraphics=i=class{constructor(e,t,r=!1){this.svgFactory=new n.DOMSVGFactory,this.current=new p,this.transformMatrix=a.IDENTITY_MATRIX,this.transformStack=[],this.extraStack=[],this.commonObjs=e,this.objs=t,this.pendingClip=null,this.pendingEOFill=!1,this.embedFonts=!1,this.embeddedFonts=Object.create(null),this.cssStyle=null,this.forceDataSchema=!!r,this._operatorIdMapping=[];for(const n in a.OPS)this._operatorIdMapping[a.OPS[n]]=n}save(){this.transformStack.push(this.transformMatrix);const e=this.current;this.extraStack.push(e),this.current=e.clone()}restore(){this.transformMatrix=this.transformStack.pop(),this.current=this.extraStack.pop(),this.pendingClip=null,this.tgrp=null}group(e){this.save(),this.executeOpTree(e),this.restore()}loadDependencies(e){const t=e.fnArray,r=e.argsArray;for(let n=0,o=t.length;n<o;n++)if(t[n]===a.OPS.dependency)for(const e of r[n]){const t=e.startsWith("g_")?this.commonObjs:this.objs,r=new Promise((r=>{t.get(e,r)}));this.current.dependencies.push(r)}return Promise.all(this.current.dependencies)}transform(e,t,r,n,o,i){const s=[e,t,r,n,o,i];this.transformMatrix=a.Util.transform(this.transformMatrix,s),this.tgrp=null}getSVG(e,t){this.viewport=t;const r=this._initialize(t);return this.loadDependencies(e).then((()=>(this.transformMatrix=a.IDENTITY_MATRIX,this.executeOpTree(this.convertOpList(e)),r)))}convertOpList(e){const t=this._operatorIdMapping,r=e.argsArray,a=e.fnArray,n=[];for(let o=0,i=a.length;o<i;o++){const e=a[o];n.push({fnId:e,fn:t[e],args:r[o]})}return m(n)}executeOpTree(e){for(const t of e){const e=t.fn,r=t.fnId,n=t.args;switch(0|r){case a.OPS.beginText:this.beginText();break;case a.OPS.dependency:break;case a.OPS.setLeading:this.setLeading(n);break;case a.OPS.setLeadingMoveText:this.setLeadingMoveText(n[0],n[1]);break;case a.OPS.setFont:this.setFont(n);break;case a.OPS.showText:this.showText(n[0]);break;case a.OPS.showSpacedText:this.showText(n[0]);break;case a.OPS.endText:this.endText();break;case a.OPS.moveText:this.moveText(n[0],n[1]);break;case a.OPS.setCharSpacing:this.setCharSpacing(n[0]);break;case a.OPS.setWordSpacing:this.setWordSpacing(n[0]);break;case a.OPS.setHScale:this.setHScale(n[0]);break;case a.OPS.setTextMatrix:this.setTextMatrix(n[0],n[1],n[2],n[3],n[4],n[5]);break;case a.OPS.setTextRise:this.setTextRise(n[0]);break;case a.OPS.setTextRenderingMode:this.setTextRenderingMode(n[0]);break;case a.OPS.setLineWidth:this.setLineWidth(n[0]);break;case a.OPS.setLineJoin:this.setLineJoin(n[0]);break;case a.OPS.setLineCap:this.setLineCap(n[0]);break;case a.OPS.setMiterLimit:this.setMiterLimit(n[0]);break;case a.OPS.setFillRGBColor:this.setFillRGBColor(n[0],n[1],n[2]);break;case a.OPS.setStrokeRGBColor:this.setStrokeRGBColor(n[0],n[1],n[2]);break;case a.OPS.setStrokeColorN:this.setStrokeColorN(n);break;case a.OPS.setFillColorN:this.setFillColorN(n);break;case a.OPS.shadingFill:this.shadingFill(n[0]);break;case a.OPS.setDash:this.setDash(n[0],n[1]);break;case a.OPS.setRenderingIntent:this.setRenderingIntent(n[0]);break;case a.OPS.setFlatness:this.setFlatness(n[0]);break;case a.OPS.setGState:this.setGState(n[0]);break;case a.OPS.fill:this.fill();break;case a.OPS.eoFill:this.eoFill();break;case a.OPS.stroke:this.stroke();break;case a.OPS.fillStroke:this.fillStroke();break;case a.OPS.eoFillStroke:this.eoFillStroke();break;case a.OPS.clip:this.clip("nonzero");break;case a.OPS.eoClip:this.clip("evenodd");break;case a.OPS.paintSolidColorImageMask:this.paintSolidColorImageMask();break;case a.OPS.paintImageXObject:this.paintImageXObject(n[0]);break;case a.OPS.paintInlineImageXObject:this.paintInlineImageXObject(n[0]);break;case a.OPS.paintImageMaskXObject:this.paintImageMaskXObject(n[0]);break;case a.OPS.paintFormXObjectBegin:this.paintFormXObjectBegin(n[0],n[1]);break;case a.OPS.paintFormXObjectEnd:this.paintFormXObjectEnd();break;case a.OPS.closePath:this.closePath();break;case a.OPS.closeStroke:this.closeStroke();break;case a.OPS.closeFillStroke:this.closeFillStroke();break;case a.OPS.closeEOFillStroke:this.closeEOFillStroke();break;case a.OPS.nextLine:this.nextLine();break;case a.OPS.transform:this.transform(n[0],n[1],n[2],n[3],n[4],n[5]);break;case a.OPS.constructPath:this.constructPath(n[0],n[1]);break;case a.OPS.endPath:this.endPath();break;case 92:this.group(t.items);break;default:(0,a.warn)(`Unimplemented operator ${e}`);break}}}setWordSpacing(e){this.current.wordSpacing=e}setCharSpacing(e){this.current.charSpacing=e}nextLine(){this.moveText(0,this.current.leading)}setTextMatrix(e,t,r,a,n,o){const i=this.current;i.textMatrix=i.lineMatrix=[e,t,r,a,n,o],i.textMatrixScale=Math.sqrt(e*e+t*t),i.x=i.lineX=0,i.y=i.lineY=0,i.xcoords=[],i.ycoords=[],i.tspan=this.svgFactory.createElement("svg:tspan"),i.tspan.setAttributeNS(null,"font-family",i.fontFamily),i.tspan.setAttributeNS(null,"font-size",`${f(i.fontSize)}px`),i.tspan.setAttributeNS(null,"y",f(-i.y)),i.txtElement=this.svgFactory.createElement("svg:text"),i.txtElement.appendChild(i.tspan)}beginText(){const e=this.current;e.x=e.lineX=0,e.y=e.lineY=0,e.textMatrix=a.IDENTITY_MATRIX,e.lineMatrix=a.IDENTITY_MATRIX,e.textMatrixScale=1,e.tspan=this.svgFactory.createElement("svg:tspan"),e.txtElement=this.svgFactory.createElement("svg:text"),e.txtgrp=this.svgFactory.createElement("svg:g"),e.xcoords=[],e.ycoords=[]}moveText(e,t){const r=this.current;r.x=r.lineX+=e,r.y=r.lineY+=t,r.xcoords=[],r.ycoords=[],r.tspan=this.svgFactory.createElement("svg:tspan"),r.tspan.setAttributeNS(null,"font-family",r.fontFamily),r.tspan.setAttributeNS(null,"font-size",`${f(r.fontSize)}px`),r.tspan.setAttributeNS(null,"y",f(-r.y))}showText(e){const t=this.current,r=t.font,n=t.fontSize;if(0===n)return;const o=t.fontSizeScale,i=t.charSpacing,c=t.wordSpacing,d=t.fontDirection,u=t.textHScale*d,h=r.vertical,p=h?1:-1,m=r.defaultVMetrics,b=n*t.fontMatrix[0];let v=0;for(const s of e){if(null===s){v+=d*c;continue}if((0,a.isNum)(s)){v+=p*s*n/1e3;continue}const e=(s.isSpace?c:0)+i,l=s.fontChar;let u,f,g,w=s.width;if(h){let e;const t=s.vmetric||m;e=s.vmetric?t[1]:.5*w,e=-e*b;const r=t[2]*b;w=t?-t[0]:w,u=e/o,f=(v+r)/o}else u=v/o,f=0;(s.isInFont||r.missingFile)&&(t.xcoords.push(t.x+u),h&&t.ycoords.push(-t.y+f),t.tspan.textContent+=l),g=h?w*b-e*d:w*b+e*d,v+=g}t.tspan.setAttributeNS(null,"x",t.xcoords.map(f).join(" ")),h?t.tspan.setAttributeNS(null,"y",t.ycoords.map(f).join(" ")):t.tspan.setAttributeNS(null,"y",f(-t.y)),h?t.y-=v:t.x+=v*u,t.tspan.setAttributeNS(null,"font-family",t.fontFamily),t.tspan.setAttributeNS(null,"font-size",`${f(t.fontSize)}px`),t.fontStyle!==s.fontStyle&&t.tspan.setAttributeNS(null,"font-style",t.fontStyle),t.fontWeight!==s.fontWeight&&t.tspan.setAttributeNS(null,"font-weight",t.fontWeight);const w=t.textRenderingMode&a.TextRenderingMode.FILL_STROKE_MASK;if(w===a.TextRenderingMode.FILL||w===a.TextRenderingMode.FILL_STROKE?(t.fillColor!==s.fillColor&&t.tspan.setAttributeNS(null,"fill",t.fillColor),t.fillAlpha<1&&t.tspan.setAttributeNS(null,"fill-opacity",t.fillAlpha)):t.textRenderingMode===a.TextRenderingMode.ADD_TO_PATH?t.tspan.setAttributeNS(null,"fill","transparent"):t.tspan.setAttributeNS(null,"fill","none"),w===a.TextRenderingMode.STROKE||w===a.TextRenderingMode.FILL_STROKE){const e=1/(t.textMatrixScale||1);this._setStrokeAttributes(t.tspan,e)}let y=t.textMatrix;0!==t.textRise&&(y=y.slice(),y[5]+=t.textRise),t.txtElement.setAttributeNS(null,"transform",`${g(y)} scale(${f(u)}, -1)`),t.txtElement.setAttributeNS(l,"xml:space","preserve"),t.txtElement.appendChild(t.tspan),t.txtgrp.appendChild(t.txtElement),this._ensureTransformGroup().appendChild(t.txtElement)}setLeadingMoveText(e,t){this.setLeading(-t),this.moveText(e,t)}addFontStyle(e){if(!e.data)throw new Error('addFontStyle: No font data available, ensure that the "fontExtraProperties" API parameter is set.');this.cssStyle||(this.cssStyle=this.svgFactory.createElement("svg:style"),this.cssStyle.setAttributeNS(null,"type","text/css"),this.defs.appendChild(this.cssStyle));const t=(0,a.createObjectURL)(e.data,e.mimetype,this.forceDataSchema);this.cssStyle.textContent+=`@font-face { font-family: "${e.loadedName}"; src: url(${t}); }\n`}setFont(e){const t=this.current,r=this.commonObjs.get(e[0]);let n=e[1];t.font=r,!this.embedFonts||r.missingFile||this.embeddedFonts[r.loadedName]||(this.addFontStyle(r),this.embeddedFonts[r.loadedName]=r),t.fontMatrix=r.fontMatrix?r.fontMatrix:a.FONT_IDENTITY_MATRIX;let o="normal";r.black?o="900":r.bold&&(o="bold");const i=r.italic?"italic":"normal";n<0?(n=-n,t.fontDirection=-1):t.fontDirection=1,t.fontSize=n,t.fontFamily=r.loadedName,t.fontWeight=o,t.fontStyle=i,t.tspan=this.svgFactory.createElement("svg:tspan"),t.tspan.setAttributeNS(null,"y",f(-t.y)),t.xcoords=[],t.ycoords=[]}endText(){const e=this.current;e.textRenderingMode&a.TextRenderingMode.ADD_TO_PATH_FLAG&&e.txtElement&&e.txtElement.hasChildNodes()&&(e.element=e.txtElement,this.clip("nonzero"),this.endPath())}setLineWidth(e){e>0&&(this.current.lineWidth=e)}setLineCap(e){this.current.lineCap=d[e]}setLineJoin(e){this.current.lineJoin=u[e]}setMiterLimit(e){this.current.miterLimit=e}setStrokeAlpha(e){this.current.strokeAlpha=e}setStrokeRGBColor(e,t,r){this.current.strokeColor=a.Util.makeCssRgb(e,t,r)}setFillAlpha(e){this.current.fillAlpha=e}setFillRGBColor(e,t,r){this.current.fillColor=a.Util.makeCssRgb(e,t,r),this.current.tspan=this.svgFactory.createElement("svg:tspan"),this.current.xcoords=[],this.current.ycoords=[]}setStrokeColorN(e){this.current.strokeColor=this._makeColorN_Pattern(e)}setFillColorN(e){this.current.fillColor=this._makeColorN_Pattern(e)}shadingFill(e){const t=this.viewport.width,r=this.viewport.height,n=a.Util.inverseTransform(this.transformMatrix),o=a.Util.applyTransform([0,0],n),i=a.Util.applyTransform([0,r],n),s=a.Util.applyTransform([t,0],n),l=a.Util.applyTransform([t,r],n),c=Math.min(o[0],i[0],s[0],l[0]),d=Math.min(o[1],i[1],s[1],l[1]),u=Math.max(o[0],i[0],s[0],l[0]),h=Math.max(o[1],i[1],s[1],l[1]),p=this.svgFactory.createElement("svg:rect");p.setAttributeNS(null,"x",c),p.setAttributeNS(null,"y",d),p.setAttributeNS(null,"width",u-c),p.setAttributeNS(null,"height",h-d),p.setAttributeNS(null,"fill",this._makeShadingPattern(e)),this.current.fillAlpha<1&&p.setAttributeNS(null,"fill-opacity",this.current.fillAlpha),this._ensureTransformGroup().appendChild(p)}_makeColorN_Pattern(e){return"TilingPattern"===e[0]?this._makeTilingPattern(e):this._makeShadingPattern(e)}_makeTilingPattern(e){const t=e[1],r=e[2],n=e[3]||a.IDENTITY_MATRIX,[o,i,s,l]=e[4],c=e[5],d=e[6],u=e[7],h="shading"+w++,[p,m]=a.Util.applyTransform([o,i],n),[f,g]=a.Util.applyTransform([s,l],n),[b,v]=a.Util.singularValueDecompose2dScale(n),y=c*b,x=d*v,k=this.svgFactory.createElement("svg:pattern");k.setAttributeNS(null,"id",h),k.setAttributeNS(null,"patternUnits","userSpaceOnUse"),k.setAttributeNS(null,"width",y),k.setAttributeNS(null,"height",x),k.setAttributeNS(null,"x",`${p}`),k.setAttributeNS(null,"y",`${m}`);const A=this.svg,C=this.transformMatrix,S=this.current.fillColor,_=this.current.strokeColor,E=this.svgFactory.create(f-p,g-m);if(this.svg=E,this.transformMatrix=n,2===u){const e=a.Util.makeCssRgb(...t);this.current.fillColor=e,this.current.strokeColor=e}return this.executeOpTree(this.convertOpList(r)),this.svg=A,this.transformMatrix=C,this.current.fillColor=S,this.current.strokeColor=_,k.appendChild(E.childNodes[0]),this.defs.appendChild(k),`url(#${h})`}_makeShadingPattern(e){switch(e[0]){case"RadialAxial":const t="shading"+w++,r=e[3];let n;switch(e[1]){case"axial":const r=e[4],a=e[5];n=this.svgFactory.createElement("svg:linearGradient"),n.setAttributeNS(null,"id",t),n.setAttributeNS(null,"gradientUnits","userSpaceOnUse"),n.setAttributeNS(null,"x1",r[0]),n.setAttributeNS(null,"y1",r[1]),n.setAttributeNS(null,"x2",a[0]),n.setAttributeNS(null,"y2",a[1]);break;case"radial":const o=e[4],i=e[5],s=e[6],l=e[7];n=this.svgFactory.createElement("svg:radialGradient"),n.setAttributeNS(null,"id",t),n.setAttributeNS(null,"gradientUnits","userSpaceOnUse"),n.setAttributeNS(null,"cx",i[0]),n.setAttributeNS(null,"cy",i[1]),n.setAttributeNS(null,"r",l),n.setAttributeNS(null,"fx",o[0]),n.setAttributeNS(null,"fy",o[1]),n.setAttributeNS(null,"fr",s);break;default:throw new Error(`Unknown RadialAxial type: ${e[1]}`)}for(const e of r){const t=this.svgFactory.createElement("svg:stop");t.setAttributeNS(null,"offset",e[0]),t.setAttributeNS(null,"stop-color",e[1]),n.appendChild(t)}return this.defs.appendChild(n),`url(#${t})`;case"Mesh":return(0,a.warn)("Unimplemented pattern Mesh"),null;case"Dummy":return"hotpink";default:throw new Error(`Unknown IR type: ${e[0]}`)}}setDash(e,t){this.current.dashArray=e,this.current.dashPhase=t}constructPath(e,t){const r=this.current;let n=r.x,o=r.y,i=[],s=0;for(const l of e)switch(0|l){case a.OPS.rectangle:n=t[s++],o=t[s++];const e=t[s++],r=t[s++],l=n+e,c=o+r;i.push("M",f(n),f(o),"L",f(l),f(o),"L",f(l),f(c),"L",f(n),f(c),"Z");break;case a.OPS.moveTo:n=t[s++],o=t[s++],i.push("M",f(n),f(o));break;case a.OPS.lineTo:n=t[s++],o=t[s++],i.push("L",f(n),f(o));break;case a.OPS.curveTo:n=t[s+4],o=t[s+5],i.push("C",f(t[s]),f(t[s+1]),f(t[s+2]),f(t[s+3]),f(n),f(o)),s+=6;break;case a.OPS.curveTo2:i.push("C",f(n),f(o),f(t[s]),f(t[s+1]),f(t[s+2]),f(t[s+3])),n=t[s+2],o=t[s+3],s+=4;break;case a.OPS.curveTo3:n=t[s+2],o=t[s+3],i.push("C",f(t[s]),f(t[s+1]),f(n),f(o),f(n),f(o)),s+=4;break;case a.OPS.closePath:i.push("Z");break}i=i.join(" "),r.path&&e.length>0&&e[0]!==a.OPS.rectangle&&e[0]!==a.OPS.moveTo?i=r.path.getAttributeNS(null,"d")+i:(r.path=this.svgFactory.createElement("svg:path"),this._ensureTransformGroup().appendChild(r.path)),r.path.setAttributeNS(null,"d",i),r.path.setAttributeNS(null,"fill","none"),r.element=r.path,r.setCurrentPoint(n,o)}endPath(){const e=this.current;if(e.path=null,!this.pendingClip)return;if(!e.element)return void(this.pendingClip=null);const t="clippath"+b++,r=this.svgFactory.createElement("svg:clipPath");r.setAttributeNS(null,"id",t),r.setAttributeNS(null,"transform",g(this.transformMatrix));const a=e.element.cloneNode(!0);"evenodd"===this.pendingClip?a.setAttributeNS(null,"clip-rule","evenodd"):a.setAttributeNS(null,"clip-rule","nonzero"),this.pendingClip=null,r.appendChild(a),this.defs.appendChild(r),e.activeClipUrl&&(e.clipGroup=null,this.extraStack.forEach((function(e){e.clipGroup=null})),r.setAttributeNS(null,"clip-path",e.activeClipUrl)),e.activeClipUrl=`url(#${t})`,this.tgrp=null}clip(e){this.pendingClip=e}closePath(){const e=this.current;if(e.path){const t=`${e.path.getAttributeNS(null,"d")}Z`;e.path.setAttributeNS(null,"d",t)}}setLeading(e){this.current.leading=-e}setTextRise(e){this.current.textRise=e}setTextRenderingMode(e){this.current.textRenderingMode=e}setHScale(e){this.current.textHScale=e/100}setRenderingIntent(e){}setFlatness(e){}setGState(e){for(const[t,r]of e)switch(t){case"LW":this.setLineWidth(r);break;case"LC":this.setLineCap(r);break;case"LJ":this.setLineJoin(r);break;case"ML":this.setMiterLimit(r);break;case"D":this.setDash(r[0],r[1]);break;case"RI":this.setRenderingIntent(r);break;case"FL":this.setFlatness(r);break;case"Font":this.setFont(r);break;case"CA":this.setStrokeAlpha(r);break;case"ca":this.setFillAlpha(r);break;default:(0,a.warn)(`Unimplemented graphic state operator ${t}`);break}}fill(){const e=this.current;e.element&&(e.element.setAttributeNS(null,"fill",e.fillColor),e.element.setAttributeNS(null,"fill-opacity",e.fillAlpha),this.endPath())}stroke(){const e=this.current;e.element&&(this._setStrokeAttributes(e.element),e.element.setAttributeNS(null,"fill","none"),this.endPath())}_setStrokeAttributes(e,t=1){const r=this.current;let a=r.dashArray;1!==t&&a.length>0&&(a=a.map((function(e){return t*e}))),e.setAttributeNS(null,"stroke",r.strokeColor),e.setAttributeNS(null,"stroke-opacity",r.strokeAlpha),e.setAttributeNS(null,"stroke-miterlimit",f(r.miterLimit)),e.setAttributeNS(null,"stroke-linecap",r.lineCap),e.setAttributeNS(null,"stroke-linejoin",r.lineJoin),e.setAttributeNS(null,"stroke-width",f(t*r.lineWidth)+"px"),e.setAttributeNS(null,"stroke-dasharray",a.map(f).join(" ")),e.setAttributeNS(null,"stroke-dashoffset",f(t*r.dashPhase)+"px")}eoFill(){this.current.element&&this.current.element.setAttributeNS(null,"fill-rule","evenodd"),this.fill()}fillStroke(){this.stroke(),this.fill()}eoFillStroke(){this.current.element&&this.current.element.setAttributeNS(null,"fill-rule","evenodd"),this.fillStroke()}closeStroke(){this.closePath(),this.stroke()}closeFillStroke(){this.closePath(),this.fillStroke()}closeEOFillStroke(){this.closePath(),this.eoFillStroke()}paintSolidColorImageMask(){const e=this.svgFactory.createElement("svg:rect");e.setAttributeNS(null,"x","0"),e.setAttributeNS(null,"y","0"),e.setAttributeNS(null,"width","1px"),e.setAttributeNS(null,"height","1px"),e.setAttributeNS(null,"fill",this.current.fillColor),this._ensureTransformGroup().appendChild(e)}paintImageXObject(e){const t=this.objs.get(e);t?this.paintInlineImageXObject(t):(0,a.warn)(`Dependent image with object ID ${e} is not ready yet`)}paintInlineImageXObject(e,t){const r=e.width,a=e.height,n=h(e,this.forceDataSchema,!!t),o=this.svgFactory.createElement("svg:rect");o.setAttributeNS(null,"x","0"),o.setAttributeNS(null,"y","0"),o.setAttributeNS(null,"width",f(r)),o.setAttributeNS(null,"height",f(a)),this.current.element=o,this.clip("nonzero");const i=this.svgFactory.createElement("svg:image");i.setAttributeNS(c,"xlink:href",n),i.setAttributeNS(null,"x","0"),i.setAttributeNS(null,"y",f(-a)),i.setAttributeNS(null,"width",f(r)+"px"),i.setAttributeNS(null,"height",f(a)+"px"),i.setAttributeNS(null,"transform",`scale(${f(1/r)} ${f(-1/a)})`),t?t.appendChild(i):this._ensureTransformGroup().appendChild(i)}paintImageMaskXObject(e){const t=this.current,r=e.width,a=e.height,n=t.fillColor;t.maskId="mask"+v++;const o=this.svgFactory.createElement("svg:mask");o.setAttributeNS(null,"id",t.maskId);const i=this.svgFactory.createElement("svg:rect");i.setAttributeNS(null,"x","0"),i.setAttributeNS(null,"y","0"),i.setAttributeNS(null,"width",f(r)),i.setAttributeNS(null,"height",f(a)),i.setAttributeNS(null,"fill",n),i.setAttributeNS(null,"mask",`url(#${t.maskId})`),this.defs.appendChild(o),this._ensureTransformGroup().appendChild(i),this.paintInlineImageXObject(e,o)}paintFormXObjectBegin(e,t){if(Array.isArray(e)&&6===e.length&&this.transform(e[0],e[1],e[2],e[3],e[4],e[5]),t){const e=t[2]-t[0],r=t[3]-t[1],a=this.svgFactory.createElement("svg:rect");a.setAttributeNS(null,"x",t[0]),a.setAttributeNS(null,"y",t[1]),a.setAttributeNS(null,"width",f(e)),a.setAttributeNS(null,"height",f(r)),this.current.element=a,this.clip("nonzero"),this.endPath()}}paintFormXObjectEnd(){}_initialize(e){const t=this.svgFactory.create(e.width,e.height),r=this.svgFactory.createElement("svg:defs");t.appendChild(r),this.defs=r;const a=this.svgFactory.createElement("svg:g");return a.setAttributeNS(null,"transform",g(e.transform)),t.appendChild(a),this.svg=a,t}_ensureClipGroup(){if(!this.current.clipGroup){const e=this.svgFactory.createElement("svg:g");e.setAttributeNS(null,"clip-path",this.current.activeClipUrl),this.svg.appendChild(e),this.current.clipGroup=e}return this.current.clipGroup}_ensureTransformGroup(){return this.tgrp||(this.tgrp=this.svgFactory.createElement("svg:g"),this.tgrp.setAttributeNS(null,"transform",g(this.transformMatrix)),this.current.activeClipUrl?this._ensureClipGroup().appendChild(this.tgrp):this.svg.appendChild(this.tgrp)),this.tgrp}}}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PDFNodeStream=void 0;var a=r(2),n=r(20);const o=__webpack_require__(172),i=__webpack_require__(2001),s=__webpack_require__(3779),l=__webpack_require__(6558),c=/^file:\/\/\/[a-zA-Z]:\//;function d(e){const t=l.parse(e);return"file:"===t.protocol||t.host?t:/^[a-z]:[/\\]/i.test(e)?l.parse(`file:///${e}`):(t.host||(t.protocol="file:"),t)}class u{constructor(e){this.source=e,this.url=d(e.url),this.isHttp="http:"===this.url.protocol||"https:"===this.url.protocol,this.isFsUrl="file:"===this.url.protocol,this.httpHeaders=this.isHttp&&e.httpHeaders||{},this._fullRequestReader=null,this._rangeRequestReaders=[]}get _progressiveDataLength(){return this._fullRequestReader?this._fullRequestReader._loaded:0}getFullReader(){return(0,a.assert)(!this._fullRequestReader,"PDFNodeStream.getFullReader can only be called once."),this._fullRequestReader=this.isFsUrl?new b(this):new f(this),this._fullRequestReader}getRangeReader(e,t){if(t<=this._progressiveDataLength)return null;const r=this.isFsUrl?new v(this,e,t):new g(this,e,t);return this._rangeRequestReaders.push(r),r}cancelAllRequests(e){this._fullRequestReader&&this._fullRequestReader.cancel(e);const t=this._rangeRequestReaders.slice(0);t.forEach((function(t){t.cancel(e)}))}}t.PDFNodeStream=u;class h{constructor(e){this._url=e.url,this._done=!1,this._storedError=null,this.onProgress=null;const t=e.source;this._contentLength=t.length,this._loaded=0,this._filename=null,this._disableRange=t.disableRange||!1,this._rangeChunkSize=t.rangeChunkSize,this._rangeChunkSize||this._disableRange||(this._disableRange=!0),this._isStreamingSupported=!t.disableStream,this._isRangeSupported=!t.disableRange,this._readableStream=null,this._readCapability=(0,a.createPromiseCapability)(),this._headersCapability=(0,a.createPromiseCapability)()}get headersReady(){return this._headersCapability.promise}get filename(){return this._filename}get contentLength(){return this._contentLength}get isRangeSupported(){return this._isRangeSupported}get isStreamingSupported(){return this._isStreamingSupported}async read(){if(await this._readCapability.promise,this._done)return{value:void 0,done:!0};if(this._storedError)throw this._storedError;const e=this._readableStream.read();if(null===e)return this._readCapability=(0,a.createPromiseCapability)(),this.read();this._loaded+=e.length,this.onProgress&&this.onProgress({loaded:this._loaded,total:this._contentLength});const t=new Uint8Array(e).buffer;return{value:t,done:!1}}cancel(e){this._readableStream?this._readableStream.destroy(e):this._error(e)}_error(e){this._storedError=e,this._readCapability.resolve()}_setReadableStream(e){this._readableStream=e,e.on("readable",(()=>{this._readCapability.resolve()})),e.on("end",(()=>{e.destroy(),this._done=!0,this._readCapability.resolve()})),e.on("error",(e=>{this._error(e)})),!this._isStreamingSupported&&this._isRangeSupported&&this._error(new a.AbortException("streaming is disabled")),this._storedError&&this._readableStream.destroy(this._storedError)}}class p{constructor(e){this._url=e.url,this._done=!1,this._storedError=null,this.onProgress=null,this._loaded=0,this._readableStream=null,this._readCapability=(0,a.createPromiseCapability)();const t=e.source;this._isStreamingSupported=!t.disableStream}get isStreamingSupported(){return this._isStreamingSupported}async read(){if(await this._readCapability.promise,this._done)return{value:void 0,done:!0};if(this._storedError)throw this._storedError;const e=this._readableStream.read();if(null===e)return this._readCapability=(0,a.createPromiseCapability)(),this.read();this._loaded+=e.length,this.onProgress&&this.onProgress({loaded:this._loaded});const t=new Uint8Array(e).buffer;return{value:t,done:!1}}cancel(e){this._readableStream?this._readableStream.destroy(e):this._error(e)}_error(e){this._storedError=e,this._readCapability.resolve()}_setReadableStream(e){this._readableStream=e,e.on("readable",(()=>{this._readCapability.resolve()})),e.on("end",(()=>{e.destroy(),this._done=!0,this._readCapability.resolve()})),e.on("error",(e=>{this._error(e)})),this._storedError&&this._readableStream.destroy(this._storedError)}}function m(e,t){return{protocol:e.protocol,auth:e.auth,host:e.hostname,port:e.port,path:e.path,method:"GET",headers:t}}class f extends h{constructor(e){super(e);const t=t=>{if(404===t.statusCode){const e=new a.MissingPDFException(`Missing PDF "${this._url}".`);return this._storedError=e,void this._headersCapability.reject(e)}this._headersCapability.resolve(),this._setReadableStream(t);const r=e=>this._readableStream.headers[e.toLowerCase()],{allowRangeRequests:o,suggestedLength:i}=(0,n.validateRangeRequestCapabilities)({getResponseHeader:r,isHttp:e.isHttp,rangeChunkSize:this._rangeChunkSize,disableRange:this._disableRange});this._isRangeSupported=o,this._contentLength=i||this._contentLength,this._filename=(0,n.extractFilenameFromHeader)(r)};this._request=null,"http:"===this._url.protocol?this._request=i.request(m(this._url,e.httpHeaders),t):this._request=s.request(m(this._url,e.httpHeaders),t),this._request.on("error",(e=>{this._storedError=e,this._headersCapability.reject(e)})),this._request.end()}}class g extends p{constructor(e,t,r){super(e),this._httpHeaders={};for(const a in e.httpHeaders){const t=e.httpHeaders[a];"undefined"!==typeof t&&(this._httpHeaders[a]=t)}this._httpHeaders.Range=`bytes=${t}-${r-1}`;const n=e=>{if(404!==e.statusCode)this._setReadableStream(e);else{const e=new a.MissingPDFException(`Missing PDF "${this._url}".`);this._storedError=e}};this._request=null,"http:"===this._url.protocol?this._request=i.request(m(this._url,this._httpHeaders),n):this._request=s.request(m(this._url,this._httpHeaders),n),this._request.on("error",(e=>{this._storedError=e})),this._request.end()}}class b extends h{constructor(e){super(e);let t=decodeURIComponent(this._url.path);c.test(this._url.href)&&(t=t.replace(/^\//,"")),o.lstat(t,((e,r)=>{if(e)return"ENOENT"===e.code&&(e=new a.MissingPDFException(`Missing PDF "${t}".`)),this._storedError=e,void this._headersCapability.reject(e);this._contentLength=r.size,this._setReadableStream(o.createReadStream(t)),this._headersCapability.resolve()}))}}class v extends p{constructor(e,t,r){super(e);let a=decodeURIComponent(this._url.path);c.test(this._url.href)&&(a=a.replace(/^\//,"")),this._setReadableStream(o.createReadStream(a,{start:t,end:r-1}))}}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createResponseStatusError=s,t.extractFilenameFromHeader=i,t.validateRangeRequestCapabilities=o,t.validateResponseStatus=l;var a=r(2),n=r(21);function o({getResponseHeader:e,isHttp:t,rangeChunkSize:r,disableRange:n}){(0,a.assert)(r>0,"Range chunk size must be larger than zero");const o={allowRangeRequests:!1,suggestedLength:void 0},i=parseInt(e("Content-Length"),10);if(!Number.isInteger(i))return o;if(o.suggestedLength=i,i<=2*r)return o;if(n||!t)return o;if("bytes"!==e("Accept-Ranges"))return o;const s=e("Content-Encoding")||"identity";return"identity"!==s||(o.allowRangeRequests=!0),o}function i(e){const t=e("Content-Disposition");if(t){let e=(0,n.getFilenameFromContentDispositionHeader)(t);if(e.includes("%"))try{e=decodeURIComponent(e)}catch(r){}if(/\.pdf$/i.test(e))return e}return null}function s(e,t){return 404===e||0===e&&t.startsWith("file:")?new a.MissingPDFException('Missing PDF "'+t+'".'):new a.UnexpectedResponseException("Unexpected server response ("+e+') while retrieving PDF "'+t+'".',e)}function l(e){return 200===e||206===e}},function(e,t,r){"use strict";function a(e){let t=!0,r=a("filename\\*","i").exec(e);if(r){r=r[1];let e=s(r);return e=unescape(e),e=l(e),e=c(e),o(e)}if(r=i(e),r){const e=c(r);return o(e)}if(r=a("filename","i").exec(e),r){r=r[1];let e=s(r);return e=c(e),o(e)}function a(e,t){return new RegExp("(?:^|;)\\s*"+e+'\\s*=\\s*([^";\\s][^;\\s]*|"(?:[^"\\\\]|\\\\"?)+"?)',t)}function n(e,r){if(e){if(!/^[\x00-\xFF]+$/.test(r))return r;try{const a=new TextDecoder(e,{fatal:!0}),n=Array.from(r,(function(e){return 255&e.charCodeAt(0)}));r=a.decode(new Uint8Array(n)),t=!1}catch(a){if(/^utf-?8$/i.test(e))try{r=decodeURIComponent(escape(r)),t=!1}catch(n){}}}return r}function o(e){return t&&/[\x80-\xff]/.test(e)&&(e=n("utf-8",e),t&&(e=n("iso-8859-1",e))),e}function i(e){const t=[];let r;const n=a("filename\\*((?!0\\d)\\d+)(\\*?)","ig");while(null!==(r=n.exec(e))){let[,e,a,n]=r;if(e=parseInt(e,10),e in t){if(0===e)break}else t[e]=[a,n]}const o=[];for(let a=0;a<t.length;++a){if(!(a in t))break;let[e,r]=t[a];r=s(r),e&&(r=unescape(r),0===a&&(r=l(r))),o.push(r)}return o.join("")}function s(e){if(e.startsWith('"')){const t=e.slice(1).split('\\"');for(let e=0;e<t.length;++e){const r=t[e].indexOf('"');-1!==r&&(t[e]=t[e].slice(0,r),t.length=e+1),t[e]=t[e].replace(/\\(.)/g,"$1")}e=t.join('"')}return e}function l(e){const t=e.indexOf("'");if(-1===t)return e;const r=e.slice(0,t),a=e.slice(t+1),o=a.replace(/^[^']*'/,"");return n(r,o)}function c(e){return!e.startsWith("=?")||/[\x00-\x19\x80-\xff]/.test(e)?e:e.replace(/=\?([\w-]*)\?([QqBb])\?((?:[^?]|\?(?!=))*)\?=/g,(function(e,t,r,a){if("q"===r||"Q"===r)return a=a.replace(/_/g," "),a=a.replace(/=([0-9a-fA-F]{2})/g,(function(e,t){return String.fromCharCode(parseInt(t,16))})),n(t,a);try{a=atob(a)}catch(o){}return n(t,a)}))}return""}Object.defineProperty(t,"__esModule",{value:!0}),t.getFilenameFromContentDispositionHeader=a},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PDFNetworkStream=void 0;var a=r(2),n=r(20);const o=200,i=206;function s(e){const t=e.response;if("string"!==typeof t)return t;const r=(0,a.stringToBytes)(t);return r.buffer}class l{constructor(e,t){this.url=e,t=t||{},this.isHttp=/^https?:/i.test(e),this.httpHeaders=this.isHttp&&t.httpHeaders||{},this.withCredentials=t.withCredentials||!1,this.getXhr=t.getXhr||function(){return new XMLHttpRequest},this.currXhrId=0,this.pendingRequests=Object.create(null)}requestRange(e,t,r){const a={begin:e,end:t};for(const n in r)a[n]=r[n];return this.request(a)}requestFull(e){return this.request(e)}request(e){const t=this.getXhr(),r=this.currXhrId++,a=this.pendingRequests[r]={xhr:t};t.open("GET",this.url),t.withCredentials=this.withCredentials;for(const n in this.httpHeaders){const e=this.httpHeaders[n];"undefined"!==typeof e&&t.setRequestHeader(n,e)}return this.isHttp&&"begin"in e&&"end"in e?(t.setRequestHeader("Range",`bytes=${e.begin}-${e.end-1}`),a.expectedStatus=i):a.expectedStatus=o,t.responseType="arraybuffer",e.onError&&(t.onerror=function(r){e.onError(t.status)}),t.onreadystatechange=this.onStateChange.bind(this,r),t.onprogress=this.onProgress.bind(this,r),a.onHeadersReceived=e.onHeadersReceived,a.onDone=e.onDone,a.onError=e.onError,a.onProgress=e.onProgress,t.send(null),r}onProgress(e,t){const r=this.pendingRequests[e];r&&r.onProgress&&r.onProgress(t)}onStateChange(e,t){const r=this.pendingRequests[e];if(!r)return;const a=r.xhr;if(a.readyState>=2&&r.onHeadersReceived&&(r.onHeadersReceived(),delete r.onHeadersReceived),4!==a.readyState)return;if(!(e in this.pendingRequests))return;if(delete this.pendingRequests[e],0===a.status&&this.isHttp)return void(r.onError&&r.onError(a.status));const n=a.status||o,l=n===o&&r.expectedStatus===i;if(!l&&n!==r.expectedStatus)return void(r.onError&&r.onError(a.status));const c=s(a);if(n===i){const e=a.getResponseHeader("Content-Range"),t=/bytes (\d+)-(\d+)\/(\d+)/.exec(e);r.onDone({begin:parseInt(t[1],10),chunk:c})}else c?r.onDone({begin:0,chunk:c}):r.onError&&r.onError(a.status)}hasPendingRequests(){for(const e in this.pendingRequests)return!0;return!1}getRequestXhr(e){return this.pendingRequests[e].xhr}isPendingRequest(e){return e in this.pendingRequests}abortAllRequests(){for(const e in this.pendingRequests)this.abortRequest(0|e)}abortRequest(e){const t=this.pendingRequests[e].xhr;delete this.pendingRequests[e],t.abort()}}class c{constructor(e){this._source=e,this._manager=new l(e.url,{httpHeaders:e.httpHeaders,withCredentials:e.withCredentials}),this._rangeChunkSize=e.rangeChunkSize,this._fullRequestReader=null,this._rangeRequestReaders=[]}_onRangeRequestReaderClosed(e){const t=this._rangeRequestReaders.indexOf(e);t>=0&&this._rangeRequestReaders.splice(t,1)}getFullReader(){return(0,a.assert)(!this._fullRequestReader,"PDFNetworkStream.getFullReader can only be called once."),this._fullRequestReader=new d(this._manager,this._source),this._fullRequestReader}getRangeReader(e,t){const r=new u(this._manager,e,t);return r.onClosed=this._onRangeRequestReaderClosed.bind(this),this._rangeRequestReaders.push(r),r}cancelAllRequests(e){this._fullRequestReader&&this._fullRequestReader.cancel(e);const t=this._rangeRequestReaders.slice(0);t.forEach((function(t){t.cancel(e)}))}}t.PDFNetworkStream=c;class d{constructor(e,t){this._manager=e;const r={onHeadersReceived:this._onHeadersReceived.bind(this),onDone:this._onDone.bind(this),onError:this._onError.bind(this),onProgress:this._onProgress.bind(this)};this._url=t.url,this._fullRequestId=e.requestFull(r),this._headersReceivedCapability=(0,a.createPromiseCapability)(),this._disableRange=t.disableRange||!1,this._contentLength=t.length,this._rangeChunkSize=t.rangeChunkSize,this._rangeChunkSize||this._disableRange||(this._disableRange=!0),this._isStreamingSupported=!1,this._isRangeSupported=!1,this._cachedChunks=[],this._requests=[],this._done=!1,this._storedError=void 0,this._filename=null,this.onProgress=null}_onHeadersReceived(){const e=this._fullRequestId,t=this._manager.getRequestXhr(e),r=e=>t.getResponseHeader(e),{allowRangeRequests:a,suggestedLength:o}=(0,n.validateRangeRequestCapabilities)({getResponseHeader:r,isHttp:this._manager.isHttp,rangeChunkSize:this._rangeChunkSize,disableRange:this._disableRange});a&&(this._isRangeSupported=!0),this._contentLength=o||this._contentLength,this._filename=(0,n.extractFilenameFromHeader)(r),this._isRangeSupported&&this._manager.abortRequest(e),this._headersReceivedCapability.resolve()}_onDone(e){if(e)if(this._requests.length>0){const t=this._requests.shift();t.resolve({value:e.chunk,done:!1})}else this._cachedChunks.push(e.chunk);this._done=!0,this._cachedChunks.length>0||(this._requests.forEach((function(e){e.resolve({value:void 0,done:!0})})),this._requests=[])}_onError(e){const t=this._url,r=(0,n.createResponseStatusError)(e,t);this._storedError=r,this._headersReceivedCapability.reject(r),this._requests.forEach((function(e){e.reject(r)})),this._requests=[],this._cachedChunks=[]}_onProgress(e){this.onProgress&&this.onProgress({loaded:e.loaded,total:e.lengthComputable?e.total:this._contentLength})}get filename(){return this._filename}get isRangeSupported(){return this._isRangeSupported}get isStreamingSupported(){return this._isStreamingSupported}get contentLength(){return this._contentLength}get headersReady(){return this._headersReceivedCapability.promise}async read(){if(this._storedError)throw this._storedError;if(this._cachedChunks.length>0){const e=this._cachedChunks.shift();return{value:e,done:!1}}if(this._done)return{value:void 0,done:!0};const e=(0,a.createPromiseCapability)();return this._requests.push(e),e.promise}cancel(e){this._done=!0,this._headersReceivedCapability.reject(e),this._requests.forEach((function(e){e.resolve({value:void 0,done:!0})})),this._requests=[],this._manager.isPendingRequest(this._fullRequestId)&&this._manager.abortRequest(this._fullRequestId),this._fullRequestReader=null}}class u{constructor(e,t,r){this._manager=e;const a={onDone:this._onDone.bind(this),onProgress:this._onProgress.bind(this)};this._requestId=e.requestRange(t,r,a),this._requests=[],this._queuedChunk=null,this._done=!1,this.onProgress=null,this.onClosed=null}_close(){this.onClosed&&this.onClosed(this)}_onDone(e){const t=e.chunk;if(this._requests.length>0){const e=this._requests.shift();e.resolve({value:t,done:!1})}else this._queuedChunk=t;this._done=!0,this._requests.forEach((function(e){e.resolve({value:void 0,done:!0})})),this._requests=[],this._close()}_onProgress(e){!this.isStreamingSupported&&this.onProgress&&this.onProgress({loaded:e.loaded})}get isStreamingSupported(){return!1}async read(){if(null!==this._queuedChunk){const e=this._queuedChunk;return this._queuedChunk=null,{value:e,done:!1}}if(this._done)return{value:void 0,done:!0};const e=(0,a.createPromiseCapability)();return this._requests.push(e),e.promise}cancel(e){this._done=!0,this._requests.forEach((function(e){e.resolve({value:void 0,done:!0})})),this._requests=[],this._manager.isPendingRequest(this._requestId)&&this._manager.abortRequest(this._requestId),this._close()}}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PDFFetchStream=void 0;var a=r(2),n=r(20);function o(e,t,r){return{method:"GET",headers:e,signal:r&&r.signal,mode:"cors",credentials:t?"include":"same-origin",redirect:"follow"}}function i(e){const t=new Headers;for(const r in e){const a=e[r];"undefined"!==typeof a&&t.append(r,a)}return t}class s{constructor(e){this.source=e,this.isHttp=/^https?:/i.test(e.url),this.httpHeaders=this.isHttp&&e.httpHeaders||{},this._fullRequestReader=null,this._rangeRequestReaders=[]}get _progressiveDataLength(){return this._fullRequestReader?this._fullRequestReader._loaded:0}getFullReader(){return(0,a.assert)(!this._fullRequestReader,"PDFFetchStream.getFullReader can only be called once."),this._fullRequestReader=new l(this),this._fullRequestReader}getRangeReader(e,t){if(t<=this._progressiveDataLength)return null;const r=new c(this,e,t);return this._rangeRequestReaders.push(r),r}cancelAllRequests(e){this._fullRequestReader&&this._fullRequestReader.cancel(e);const t=this._rangeRequestReaders.slice(0);t.forEach((function(t){t.cancel(e)}))}}t.PDFFetchStream=s;class l{constructor(e){this._stream=e,this._reader=null,this._loaded=0,this._filename=null;const t=e.source;this._withCredentials=t.withCredentials||!1,this._contentLength=t.length,this._headersCapability=(0,a.createPromiseCapability)(),this._disableRange=t.disableRange||!1,this._rangeChunkSize=t.rangeChunkSize,this._rangeChunkSize||this._disableRange||(this._disableRange=!0),"undefined"!==typeof AbortController&&(this._abortController=new AbortController),this._isStreamingSupported=!t.disableStream,this._isRangeSupported=!t.disableRange,this._headers=i(this._stream.httpHeaders);const r=t.url;fetch(r,o(this._headers,this._withCredentials,this._abortController)).then((e=>{if(!(0,n.validateResponseStatus)(e.status))throw(0,n.createResponseStatusError)(e.status,r);this._reader=e.body.getReader(),this._headersCapability.resolve();const t=t=>e.headers.get(t),{allowRangeRequests:o,suggestedLength:i}=(0,n.validateRangeRequestCapabilities)({getResponseHeader:t,isHttp:this._stream.isHttp,rangeChunkSize:this._rangeChunkSize,disableRange:this._disableRange});this._isRangeSupported=o,this._contentLength=i||this._contentLength,this._filename=(0,n.extractFilenameFromHeader)(t),!this._isStreamingSupported&&this._isRangeSupported&&this.cancel(new a.AbortException("Streaming is disabled."))})).catch(this._headersCapability.reject),this.onProgress=null}get headersReady(){return this._headersCapability.promise}get filename(){return this._filename}get contentLength(){return this._contentLength}get isRangeSupported(){return this._isRangeSupported}get isStreamingSupported(){return this._isStreamingSupported}async read(){await this._headersCapability.promise;const{value:e,done:t}=await this._reader.read();if(t)return{value:e,done:t};this._loaded+=e.byteLength,this.onProgress&&this.onProgress({loaded:this._loaded,total:this._contentLength});const r=new Uint8Array(e).buffer;return{value:r,done:!1}}cancel(e){this._reader&&this._reader.cancel(e),this._abortController&&this._abortController.abort()}}class c{constructor(e,t,r){this._stream=e,this._reader=null,this._loaded=0;const s=e.source;this._withCredentials=s.withCredentials||!1,this._readCapability=(0,a.createPromiseCapability)(),this._isStreamingSupported=!s.disableStream,"undefined"!==typeof AbortController&&(this._abortController=new AbortController),this._headers=i(this._stream.httpHeaders),this._headers.append("Range",`bytes=${t}-${r-1}`);const l=s.url;fetch(l,o(this._headers,this._withCredentials,this._abortController)).then((e=>{if(!(0,n.validateResponseStatus)(e.status))throw(0,n.createResponseStatusError)(e.status,l);this._readCapability.resolve(),this._reader=e.body.getReader()})),this.onProgress=null}get isStreamingSupported(){return this._isStreamingSupported}async read(){await this._readCapability.promise;const{value:e,done:t}=await this._reader.read();if(t)return{value:e,done:t};this._loaded+=e.byteLength,this.onProgress&&this.onProgress({loaded:this._loaded});const r=new Uint8Array(e).buffer;return{value:r,done:!1}}cancel(e){this._reader&&this._reader.cancel(e),this._abortController&&this._abortController.abort()}}}])}))},9016:function(e,t,r){("undefined"!==typeof window?window:{}).pdfjsWorker=r(7624)},7624:function(e){
|
|
66
|
+
/**
|
|
67
|
+
* @licstart The following is the entire license notice for the
|
|
68
|
+
* Javascript code in this page
|
|
69
|
+
*
|
|
70
|
+
* Copyright 2020 Mozilla Foundation
|
|
71
|
+
*
|
|
72
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
73
|
+
* you may not use this file except in compliance with the License.
|
|
74
|
+
* You may obtain a copy of the License at
|
|
75
|
+
*
|
|
76
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
77
|
+
*
|
|
78
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
79
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
80
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
81
|
+
* See the License for the specific language governing permissions and
|
|
82
|
+
* limitations under the License.
|
|
83
|
+
*
|
|
84
|
+
* @licend The above is the entire license notice for the
|
|
85
|
+
* Javascript code in this page
|
|
86
|
+
*/
|
|
87
|
+
(function(t,r){e.exports=r()})(0,(function(){return function(e){var t={};function r(a){if(t[a])return t[a].exports;var n=t[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=e,r.c=t,r.d=function(e,t,a){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(r.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(a,n,function(t){return e[t]}.bind(null,n));return a},r.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"WorkerMessageHandler",{enumerable:!0,get:function(){return a.WorkerMessageHandler}});var a=r(1)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WorkerMessageHandler=t.WorkerTask=void 0;var a=r(2),n=r(5),o=r(6),i=r(4),s=r(45),l=r(46),c=r(8),d=function(){function e(e){this.name=e,this.terminated=!1,this._capability=(0,a.createPromiseCapability)()}return e.prototype={get finished(){return this._capability.promise},finish(){this._capability.resolve()},terminate(){this.terminated=!0},ensureNotTerminated(){if(this.terminated)throw new Error("Worker task was terminated")}},e}();t.WorkerTask=d;var u={setup(e,t){var r=!1;e.on("test",(function(t){if(r)return;if(r=!0,!(t instanceof Uint8Array))return void e.send("test",null);const a=255===t[0];e.postMessageTransfers=a,e.send("test",{supportTransfers:a})})),e.on("configure",(function(e){(0,a.setVerbosityLevel)(e.verbosity)})),e.on("GetDocRequest",(function(e){return u.createDocumentHandler(e,t)}))},createDocumentHandler(e,t){var r,i=!1,u=null,h=[];const p=(0,a.getVerbosityLevel)(),m=e.apiVersion,f="2.5.207";if(m!==f)throw new Error(`The API version "${m}" does not match the Worker version "${f}".`);const g=[];for(const a in[])g.push(a);if(g.length)throw new Error("The `Array.prototype` contains unexpected enumerable properties: "+g.join(", ")+"; thus breaking e.g. `for...in` iteration of `Array`s.");if("undefined"===typeof ReadableStream||"undefined"===typeof Promise.allSettled)throw new Error("The browser/environment lacks native support for critical functionality used by the PDF.js library (e.g. `ReadableStream` and/or `Promise.allSettled`); please use an ES5-compatible build instead.");var b=e.docId,v=e.docBaseUrl,w=e.docId+"_worker",y=new s.MessageHandler(w,b,t);function x(){if(i)throw new Error("Worker was terminated")}function k(e){h.push(e)}function A(e){e.finish();var t=h.indexOf(e);h.splice(t,1)}async function C(e){await r.ensureDoc("checkHeader"),await r.ensureDoc("parseStartXRef"),await r.ensureDoc("parse",[e]),e||await r.ensureDoc("checkFirstPage");const[t,a]=await Promise.all([r.ensureDoc("numPages"),r.ensureDoc("fingerprint")]);return{numPages:t,fingerprint:a}}function S(e,t){var r=(0,a.createPromiseCapability)();let n;var i=e.source;if(i.data){try{n=new o.LocalPdfManager(b,i.data,i.password,t,v),r.resolve(n)}catch(f){r.reject(f)}return r.promise}var s,c=[];try{s=new l.PDFWorkerStream(y)}catch(f){return r.reject(f),r.promise}var d=s.getFullReader();d.headersReady.then((function(){if(d.isRangeSupported){var e=i.disableAutoFetch||d.isStreamingSupported;n=new o.NetworkPdfManager(b,s,{msgHandler:y,password:i.password,length:d.contentLength,disableAutoFetch:e,rangeChunkSize:i.rangeChunkSize},t,v);for(let e=0;e<c.length;e++)n.sendProgressiveData(c[e]);c=[],r.resolve(n),u=null}})).catch((function(e){r.reject(e),u=null}));var h=0,p=function(){var e=(0,a.arraysToBytes)(c);i.length&&e.length!==i.length&&(0,a.warn)("reported HTTP length is different from actual");try{n=new o.LocalPdfManager(b,e,i.password,t,v),r.resolve(n)}catch(f){r.reject(f)}c=[]},m=new Promise((function(e,t){var r=function({value:e,done:o}){try{if(x(),o)return n||p(),void(u=null);h+=(0,a.arrayByteLength)(e),d.isStreamingSupported||y.send("DocProgress",{loaded:h,total:Math.max(h,d.contentLength||0)}),n?n.sendProgressiveData(e):c.push(e),d.read().then(r,t)}catch(i){t(i)}};d.read().then(r,t)}));return m.catch((function(e){r.reject(e),u=null})),u=function(e){s.cancelAllRequests(e)},r.promise}function _(e){function t(e){x(),y.send("GetDoc",{pdfInfo:e})}function n(e){if(x(),e instanceof a.PasswordException){var t=new d(`PasswordException: response ${e.code}`);k(t),y.sendWithPromise("PasswordRequest",e).then((function({password:e}){A(t),r.updatePassword(e),o()})).catch((function(){A(t),y.send("DocException",e)}))}else e instanceof a.InvalidPDFException||e instanceof a.MissingPDFException||e instanceof a.UnexpectedResponseException||e instanceof a.UnknownErrorException?y.send("DocException",e):y.send("DocException",new a.UnknownErrorException(e.message,e.toString()))}function o(){x(),C(!1).then(t,(function(e){x(),e instanceof c.XRefParseException?(r.requestLoadedStream(),r.onLoadedStream().then((function(){x(),C(!0).then(t,n)}))):n(e)}),n)}x();var s={maxImageSize:e.maxImageSize,disableFontFace:e.disableFontFace,ignoreErrors:e.ignoreErrors,isEvalSupported:e.isEvalSupported,fontExtraProperties:e.fontExtraProperties};S(e,s).then((function(e){if(i)throw e.terminate(new a.AbortException("Worker was terminated.")),new Error("Worker was terminated");r=e,r.onLoadedStream().then((function(e){y.send("DataLoaded",{length:e.bytes.byteLength})}))})).then(o,n)}return y.postMessageTransfers=e.postMessageTransfers,y.on("GetPage",(function(e){return r.getPage(e.pageIndex).then((function(e){return Promise.all([r.ensure(e,"rotate"),r.ensure(e,"ref"),r.ensure(e,"userUnit"),r.ensure(e,"view")]).then((function([e,t,r,a]){return{rotate:e,ref:t,userUnit:r,view:a}}))}))})),y.on("GetPageIndex",(function(e){var t=n.Ref.get(e.ref.num,e.ref.gen),a=r.pdfDocument.catalog;return a.getPageIndex(t)})),y.on("GetDestinations",(function(e){return r.ensureCatalog("destinations")})),y.on("GetDestination",(function(e){return r.ensureCatalog("getDestination",[e.id])})),y.on("GetPageLabels",(function(e){return r.ensureCatalog("pageLabels")})),y.on("GetPageLayout",(function(e){return r.ensureCatalog("pageLayout")})),y.on("GetPageMode",(function(e){return r.ensureCatalog("pageMode")})),y.on("GetViewerPreferences",(function(e){return r.ensureCatalog("viewerPreferences")})),y.on("GetOpenAction",(function(e){return r.ensureCatalog("openAction")})),y.on("GetAttachments",(function(e){return r.ensureCatalog("attachments")})),y.on("GetJavaScript",(function(e){return r.ensureCatalog("javaScript")})),y.on("GetOutline",(function(e){return r.ensureCatalog("documentOutline")})),y.on("GetPermissions",(function(e){return r.ensureCatalog("permissions")})),y.on("GetMetadata",(function(e){return Promise.all([r.ensureDoc("documentInfo"),r.ensureCatalog("metadata")])})),y.on("GetData",(function(e){return r.requestLoadedStream(),r.onLoadedStream().then((function(e){return e.bytes}))})),y.on("GetStats",(function(e){return r.pdfDocument.xref.stats})),y.on("GetAnnotations",(function({pageIndex:e,intent:t}){return r.getPage(e).then((function(e){return e.getAnnotationsData(t)}))})),y.on("GetOperatorList",(function(e,t){var n=e.pageIndex;r.getPage(n).then((function(r){var o=new d(`GetOperatorList: page ${n}`);k(o);const i=p>=a.VerbosityLevel.INFOS?Date.now():0;r.getOperatorList({handler:y,sink:t,task:o,intent:e.intent,renderInteractiveForms:e.renderInteractiveForms}).then((function(e){A(o),i&&(0,a.info)(`page=${n+1} - getOperatorList: time=${Date.now()-i}ms, len=${e.length}`),t.close()}),(function(e){A(o),o.terminated||(y.send("UnsupportedFeature",{featureId:a.UNSUPPORTED_FEATURES.errorOperatorList}),t.error(e))}))}))}),this),y.on("GetTextContent",(function(e,t){var n=e.pageIndex;t.onPull=function(e){},t.onCancel=function(e){},r.getPage(n).then((function(r){var o=new d("GetTextContent: page "+n);k(o);const i=p>=a.VerbosityLevel.INFOS?Date.now():0;r.extractTextContent({handler:y,task:o,sink:t,normalizeWhitespace:e.normalizeWhitespace,combineTextItems:e.combineTextItems}).then((function(){A(o),i&&(0,a.info)(`page=${n+1} - getTextContent: time=`+(Date.now()-i)+"ms"),t.close()}),(function(e){A(o),o.terminated||t.error(e)}))}))})),y.on("FontFallback",(function(e){return r.fontFallback(e.id,y)})),y.on("Cleanup",(function(e){return r.cleanup(!0)})),y.on("Terminate",(function(e){i=!0;const t=[];if(r){r.terminate(new a.AbortException("Worker was terminated."));const e=r.cleanup();t.push(e),r=null}else(0,n.clearPrimitiveCaches)();return u&&u(new a.AbortException("Worker was terminated.")),h.forEach((function(e){t.push(e.finished),e.terminate()})),Promise.all(t).then((function(){y.destroy(),y=null}))})),y.on("Ready",(function(t){_(e),e=null})),w},initializeFromPort(e){var t=new s.MessageHandler("worker","main",e);u.setup(t,e),t.send("ready",null)}};function h(e){return"function"===typeof e.postMessage&&"onmessage"in e}t.WorkerMessageHandler=u,"undefined"===typeof window&&!i.isNodeJS&&"undefined"!==typeof self&&h(self)&&u.initializeFromPort(self)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.arrayByteLength=V,t.arraysToBytes=$,t.assert=T,t.bytesToString=G,t.createPromiseCapability=ue,t.getVerbosityLevel=S,t.info=_,t.isArrayBuffer=ce,t.isArrayEqual=de,t.isBool=ie,t.isEmptyObj=oe,t.isNum=se,t.isString=le,t.isSameOrigin=I,t.createValidAbsoluteUrl=L,t.removeNullCharacters=H,t.setVerbosityLevel=C,t.shadow=F,t.string32=Y,t.stringToBytes=W,t.stringToPDFString=re,t.stringToUTF8String=ae,t.utf8StringToString=ne,t.warn=E,t.unreachable=P,t.IsEvalSupportedCached=t.IsLittleEndianCached=t.createObjectURL=t.FormatError=t.Util=t.UnknownErrorException=t.UnexpectedResponseException=t.TextRenderingMode=t.StreamType=t.PermissionFlag=t.PasswordResponses=t.PasswordException=t.MissingPDFException=t.InvalidPDFException=t.AbortException=t.CMapCompressionType=t.ImageKind=t.FontType=t.AnnotationType=t.AnnotationStateModelType=t.AnnotationReviewState=t.AnnotationReplyType=t.AnnotationMarkedState=t.AnnotationFlag=t.AnnotationFieldFlag=t.AnnotationBorderStyleType=t.UNSUPPORTED_FEATURES=t.VerbosityLevel=t.OPS=t.IDENTITY_MATRIX=t.FONT_IDENTITY_MATRIX=t.BaseException=void 0,r(3);const a=[1,0,0,1,0,0];t.IDENTITY_MATRIX=a;const n=[.001,0,0,.001,0,0];t.FONT_IDENTITY_MATRIX=n;const o={PRINT:4,MODIFY_CONTENTS:8,COPY:16,MODIFY_ANNOTATIONS:32,FILL_INTERACTIVE_FORMS:256,COPY_FOR_ACCESSIBILITY:512,ASSEMBLE:1024,PRINT_HIGH_QUALITY:2048};t.PermissionFlag=o;const i={FILL:0,STROKE:1,FILL_STROKE:2,INVISIBLE:3,FILL_ADD_TO_PATH:4,STROKE_ADD_TO_PATH:5,FILL_STROKE_ADD_TO_PATH:6,ADD_TO_PATH:7,FILL_STROKE_MASK:3,ADD_TO_PATH_FLAG:4};t.TextRenderingMode=i;const s={GRAYSCALE_1BPP:1,RGB_24BPP:2,RGBA_32BPP:3};t.ImageKind=s;const l={TEXT:1,LINK:2,FREETEXT:3,LINE:4,SQUARE:5,CIRCLE:6,POLYGON:7,POLYLINE:8,HIGHLIGHT:9,UNDERLINE:10,SQUIGGLY:11,STRIKEOUT:12,STAMP:13,CARET:14,INK:15,POPUP:16,FILEATTACHMENT:17,SOUND:18,MOVIE:19,WIDGET:20,SCREEN:21,PRINTERMARK:22,TRAPNET:23,WATERMARK:24,THREED:25,REDACT:26};t.AnnotationType=l;const c={MARKED:"Marked",REVIEW:"Review"};t.AnnotationStateModelType=c;const d={MARKED:"Marked",UNMARKED:"Unmarked"};t.AnnotationMarkedState=d;const u={ACCEPTED:"Accepted",REJECTED:"Rejected",CANCELLED:"Cancelled",COMPLETED:"Completed",NONE:"None"};t.AnnotationReviewState=u;const h={GROUP:"Group",REPLY:"R"};t.AnnotationReplyType=h;const p={INVISIBLE:1,HIDDEN:2,PRINT:4,NOZOOM:8,NOROTATE:16,NOVIEW:32,READONLY:64,LOCKED:128,TOGGLENOVIEW:256,LOCKEDCONTENTS:512};t.AnnotationFlag=p;const m={READONLY:1,REQUIRED:2,NOEXPORT:4,MULTILINE:4096,PASSWORD:8192,NOTOGGLETOOFF:16384,RADIO:32768,PUSHBUTTON:65536,COMBO:131072,EDIT:262144,SORT:524288,FILESELECT:1048576,MULTISELECT:2097152,DONOTSPELLCHECK:4194304,DONOTSCROLL:8388608,COMB:16777216,RICHTEXT:33554432,RADIOSINUNISON:33554432,COMMITONSELCHANGE:67108864};t.AnnotationFieldFlag=m;const f={SOLID:1,DASHED:2,BEVELED:3,INSET:4,UNDERLINE:5};t.AnnotationBorderStyleType=f;const g={UNKNOWN:"UNKNOWN",FLATE:"FLATE",LZW:"LZW",DCT:"DCT",JPX:"JPX",JBIG:"JBIG",A85:"A85",AHX:"AHX",CCF:"CCF",RLX:"RLX"};t.StreamType=g;const b={UNKNOWN:"UNKNOWN",TYPE1:"TYPE1",TYPE1C:"TYPE1C",CIDFONTTYPE0:"CIDFONTTYPE0",CIDFONTTYPE0C:"CIDFONTTYPE0C",TRUETYPE:"TRUETYPE",CIDFONTTYPE2:"CIDFONTTYPE2",TYPE3:"TYPE3",OPENTYPE:"OPENTYPE",TYPE0:"TYPE0",MMTYPE1:"MMTYPE1"};t.FontType=b;const v={ERRORS:0,WARNINGS:1,INFOS:5};t.VerbosityLevel=v;const w={NONE:0,BINARY:1,STREAM:2};t.CMapCompressionType=w;const y={dependency:1,setLineWidth:2,setLineCap:3,setLineJoin:4,setMiterLimit:5,setDash:6,setRenderingIntent:7,setFlatness:8,setGState:9,save:10,restore:11,transform:12,moveTo:13,lineTo:14,curveTo:15,curveTo2:16,curveTo3:17,closePath:18,rectangle:19,stroke:20,closeStroke:21,fill:22,eoFill:23,fillStroke:24,eoFillStroke:25,closeFillStroke:26,closeEOFillStroke:27,endPath:28,clip:29,eoClip:30,beginText:31,endText:32,setCharSpacing:33,setWordSpacing:34,setHScale:35,setLeading:36,setFont:37,setTextRenderingMode:38,setTextRise:39,moveText:40,setLeadingMoveText:41,setTextMatrix:42,nextLine:43,showText:44,showSpacedText:45,nextLineShowText:46,nextLineSetSpacingShowText:47,setCharWidth:48,setCharWidthAndBounds:49,setStrokeColorSpace:50,setFillColorSpace:51,setStrokeColor:52,setStrokeColorN:53,setFillColor:54,setFillColorN:55,setStrokeGray:56,setFillGray:57,setStrokeRGBColor:58,setFillRGBColor:59,setStrokeCMYKColor:60,setFillCMYKColor:61,shadingFill:62,beginInlineImage:63,beginImageData:64,endInlineImage:65,paintXObject:66,markPoint:67,markPointProps:68,beginMarkedContent:69,beginMarkedContentProps:70,endMarkedContent:71,beginCompat:72,endCompat:73,paintFormXObjectBegin:74,paintFormXObjectEnd:75,beginGroup:76,endGroup:77,beginAnnotations:78,endAnnotations:79,beginAnnotation:80,endAnnotation:81,paintJpegXObject:82,paintImageMaskXObject:83,paintImageMaskXObjectGroup:84,paintImageXObject:85,paintInlineImageXObject:86,paintInlineImageXObjectGroup:87,paintImageXObjectRepeat:88,paintImageMaskXObjectRepeat:89,paintSolidColorImageMask:90,constructPath:91};t.OPS=y;const x={unknown:"unknown",forms:"forms",javaScript:"javaScript",smask:"smask",shadingPattern:"shadingPattern",font:"font",errorTilingPattern:"errorTilingPattern",errorExtGState:"errorExtGState",errorXObject:"errorXObject",errorFontLoadType3:"errorFontLoadType3",errorFontState:"errorFontState",errorFontMissing:"errorFontMissing",errorFontTranslate:"errorFontTranslate",errorColorSpace:"errorColorSpace",errorOperatorList:"errorOperatorList",errorFontToUnicode:"errorFontToUnicode",errorFontLoadNative:"errorFontLoadNative",errorFontGetPath:"errorFontGetPath"};t.UNSUPPORTED_FEATURES=x;const k={NEED_PASSWORD:1,INCORRECT_PASSWORD:2};t.PasswordResponses=k;let A=v.WARNINGS;function C(e){Number.isInteger(e)&&(A=e)}function S(){return A}function _(e){A>=v.INFOS&&console.log(`Info: ${e}`)}function E(e){A>=v.WARNINGS&&console.log(`Warning: ${e}`)}function P(e){throw new Error(e)}function T(e,t){e||P(t)}function I(e,t){let r;try{if(r=new URL(e),!r.origin||"null"===r.origin)return!1}catch(n){return!1}const a=new URL(t,r);return r.origin===a.origin}function O(e){if(!e)return!1;switch(e.protocol){case"http:":case"https:":case"ftp:":case"mailto:":case"tel:":return!0;default:return!1}}function L(e,t){if(!e)return null;try{const r=t?new URL(e,t):new URL(e);if(O(r))return r}catch(r){}return null}function F(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!1}),r}const R=function(){function e(t){this.constructor===e&&P("Cannot initialize BaseException."),this.message=t,this.name=this.constructor.name}return e.prototype=new Error,e.constructor=e,e}();t.BaseException=R;class M extends R{constructor(e,t){super(e),this.code=t}}t.PasswordException=M;class D extends R{constructor(e,t){super(e),this.details=t}}t.UnknownErrorException=D;class N extends R{}t.InvalidPDFException=N;class B extends R{}t.MissingPDFException=B;class U extends R{constructor(e,t){super(e),this.status=t}}t.UnexpectedResponseException=U;class j extends R{}t.FormatError=j;class z extends R{}t.AbortException=z;const q=/\x00/g;function H(e){return"string"!==typeof e?(E("The argument for removeNullCharacters must be a string."),e):e.replace(q,"")}function G(e){T(null!==e&&"object"===typeof e&&void 0!==e.length,"Invalid argument for bytesToString");const t=e.length,r=8192;if(t<r)return String.fromCharCode.apply(null,e);const a=[];for(let n=0;n<t;n+=r){const o=Math.min(n+r,t),i=e.subarray(n,o);a.push(String.fromCharCode.apply(null,i))}return a.join("")}function W(e){T("string"===typeof e,"Invalid argument for stringToBytes");const t=e.length,r=new Uint8Array(t);for(let a=0;a<t;++a)r[a]=255&e.charCodeAt(a);return r}function V(e){return void 0!==e.length?e.length:(T(void 0!==e.byteLength,"arrayByteLength - invalid argument."),e.byteLength)}function $(e){const t=e.length;if(1===t&&e[0]instanceof Uint8Array)return e[0];let r=0;for(let o=0;o<t;o++)r+=V(e[o]);let a=0;const n=new Uint8Array(r);for(let o=0;o<t;o++){let t=e[o];t instanceof Uint8Array||(t="string"===typeof t?W(t):new Uint8Array(t));const r=t.byteLength;n.set(t,a),a+=r}return n}function Y(e){return String.fromCharCode(e>>24&255,e>>16&255,e>>8&255,255&e)}function X(){const e=new Uint8Array(4);e[0]=1;const t=new Uint32Array(e.buffer,0,1);return 1===t[0]}const K={get value(){return F(this,"value",X())}};function Q(){try{return new Function(""),!0}catch(e){return!1}}t.IsLittleEndianCached=K;const J={get value(){return F(this,"value",Q())}};t.IsEvalSupportedCached=J;const Z=["rgb(",0,",",0,",",0,")"];class ee{static makeCssRgb(e,t,r){return Z[1]=e,Z[3]=t,Z[5]=r,Z.join("")}static transform(e,t){return[e[0]*t[0]+e[2]*t[1],e[1]*t[0]+e[3]*t[1],e[0]*t[2]+e[2]*t[3],e[1]*t[2]+e[3]*t[3],e[0]*t[4]+e[2]*t[5]+e[4],e[1]*t[4]+e[3]*t[5]+e[5]]}static applyTransform(e,t){const r=e[0]*t[0]+e[1]*t[2]+t[4],a=e[0]*t[1]+e[1]*t[3]+t[5];return[r,a]}static applyInverseTransform(e,t){const r=t[0]*t[3]-t[1]*t[2],a=(e[0]*t[3]-e[1]*t[2]+t[2]*t[5]-t[4]*t[3])/r,n=(-e[0]*t[1]+e[1]*t[0]+t[4]*t[1]-t[5]*t[0])/r;return[a,n]}static getAxialAlignedBoundingBox(e,t){const r=ee.applyTransform(e,t),a=ee.applyTransform(e.slice(2,4),t),n=ee.applyTransform([e[0],e[3]],t),o=ee.applyTransform([e[2],e[1]],t);return[Math.min(r[0],a[0],n[0],o[0]),Math.min(r[1],a[1],n[1],o[1]),Math.max(r[0],a[0],n[0],o[0]),Math.max(r[1],a[1],n[1],o[1])]}static inverseTransform(e){const t=e[0]*e[3]-e[1]*e[2];return[e[3]/t,-e[1]/t,-e[2]/t,e[0]/t,(e[2]*e[5]-e[4]*e[3])/t,(e[4]*e[1]-e[5]*e[0])/t]}static apply3dTransform(e,t){return[e[0]*t[0]+e[1]*t[1]+e[2]*t[2],e[3]*t[0]+e[4]*t[1]+e[5]*t[2],e[6]*t[0]+e[7]*t[1]+e[8]*t[2]]}static singularValueDecompose2dScale(e){const t=[e[0],e[2],e[1],e[3]],r=e[0]*t[0]+e[1]*t[2],a=e[0]*t[1]+e[1]*t[3],n=e[2]*t[0]+e[3]*t[2],o=e[2]*t[1]+e[3]*t[3],i=(r+o)/2,s=Math.sqrt((r+o)*(r+o)-4*(r*o-n*a))/2,l=i+s||1,c=i-s||1;return[Math.sqrt(l),Math.sqrt(c)]}static normalizeRect(e){const t=e.slice(0);return e[0]>e[2]&&(t[0]=e[2],t[2]=e[0]),e[1]>e[3]&&(t[1]=e[3],t[3]=e[1]),t}static intersect(e,t){function r(e,t){return e-t}const a=[e[0],e[2],t[0],t[2]].sort(r),n=[e[1],e[3],t[1],t[3]].sort(r),o=[];return e=ee.normalizeRect(e),t=ee.normalizeRect(t),a[0]===e[0]&&a[1]===t[0]||a[0]===t[0]&&a[1]===e[0]?(o[0]=a[1],o[2]=a[2],n[0]===e[1]&&n[1]===t[1]||n[0]===t[1]&&n[1]===e[1]?(o[1]=n[1],o[3]=n[2],o):null):null}}t.Util=ee;const te=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,711,710,729,733,731,730,732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8226,8224,8225,8230,8212,8211,402,8260,8249,8250,8722,8240,8222,8220,8221,8216,8217,8218,8482,64257,64258,321,338,352,376,381,305,322,339,353,382,0,8364];function re(e){const t=e.length,r=[];if("þ"===e[0]&&"ÿ"===e[1])for(let a=2;a<t;a+=2)r.push(String.fromCharCode(e.charCodeAt(a)<<8|e.charCodeAt(a+1)));else if("ÿ"===e[0]&&"þ"===e[1])for(let a=2;a<t;a+=2)r.push(String.fromCharCode(e.charCodeAt(a+1)<<8|e.charCodeAt(a)));else for(let a=0;a<t;++a){const t=te[e.charCodeAt(a)];r.push(t?String.fromCharCode(t):e.charAt(a))}return r.join("")}function ae(e){return decodeURIComponent(escape(e))}function ne(e){return unescape(encodeURIComponent(e))}function oe(e){for(const t in e)return!1;return!0}function ie(e){return"boolean"===typeof e}function se(e){return"number"===typeof e}function le(e){return"string"===typeof e}function ce(e){return"object"===typeof e&&null!==e&&void 0!==e.byteLength}function de(e,t){return e.length===t.length&&e.every((function(e,r){return e===t[r]}))}function ue(){const e=Object.create(null);let t=!1;return Object.defineProperty(e,"settled",{get(){return t}}),e.promise=new Promise((function(r,a){e.resolve=function(e){t=!0,r(e)},e.reject=function(e){t=!0,a(e)}})),e}const he=function(){const e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";return function(t,r,a=!1){if(!a&&URL.createObjectURL){const e=new Blob([t],{type:r});return URL.createObjectURL(e)}let n=`data:${r};base64,`;for(let o=0,i=t.length;o<i;o+=3){const r=255&t[o],a=255&t[o+1],s=255&t[o+2],l=r>>2,c=(3&r)<<4|a>>4,d=o+1<i?(15&a)<<2|s>>6:64,u=o+2<i?63&s:64;n+=e[l]+e[c]+e[d]+e[u]}return n}}();t.createObjectURL=he},function(e,t,r){"use strict";r(4)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isNodeJS=void 0;const a="object"===typeof process&&process+""==="[object process]"&&!process.versions.nw&&!process.versions.electron;t.isNodeJS=a},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.clearPrimitiveCaches=b,t.isEOF=d,t.isCmd=h,t.isDict=p,t.isName=u,t.isRef=m,t.isRefsEqual=f,t.isStream=g,t.RefSetCache=t.RefSet=t.Ref=t.Name=t.Dict=t.Cmd=t.EOF=void 0;r(2);var a={};t.EOF=a;var n=function(){let e=Object.create(null);function t(e){this.name=e}return t.prototype={},t.get=function(r){var a=e[r];return a||(e[r]=new t(r))},t._clearCache=function(){e=Object.create(null)},t}();t.Name=n;var o=function(){let e=Object.create(null);function t(e){this.cmd=e}return t.prototype={},t.get=function(r){var a=e[r];return a||(e[r]=new t(r))},t._clearCache=function(){e=Object.create(null)},t}();t.Cmd=o;var i=function(){var e=function(){return e};function t(t){this._map=Object.create(null),this.xref=t,this.objId=null,this.suppressEncryption=!1,this.__nonSerializable__=e}return t.prototype={assignXref:function(e){this.xref=e},get(e,t,r){let a=this._map[e];return void 0===a&&void 0!==t&&(a=this._map[t],void 0===a&&void 0!==r&&(a=this._map[r])),a instanceof s&&this.xref?this.xref.fetch(a,this.suppressEncryption):a},async getAsync(e,t,r){let a=this._map[e];return void 0===a&&void 0!==t&&(a=this._map[t],void 0===a&&void 0!==r&&(a=this._map[r])),a instanceof s&&this.xref?this.xref.fetchAsync(a,this.suppressEncryption):a},getArray(e,t,r){let a=this.get(e,t,r);if(!Array.isArray(a)||!this.xref)return a;a=a.slice();for(let n=0,o=a.length;n<o;n++)a[n]instanceof s&&(a[n]=this.xref.fetch(a[n],this.suppressEncryption));return a},getRaw:function(e){return this._map[e]},getKeys:function(){return Object.keys(this._map)},set:function(e,t){this._map[e]=t},has:function(e){return void 0!==this._map[e]},forEach:function(e){for(var t in this._map)e(t,this.get(t))}},t.empty=new t(null),t.merge=function(e,r){const a=new t(e);for(let t=0,n=r.length;t<n;t++){const e=r[t];if(p(e))for(const t in e._map)void 0===a._map[t]&&(a._map[t]=e._map[t])}return a},t}();t.Dict=i;var s=function(){let e=Object.create(null);function t(e,t){this.num=e,this.gen=t}return t.prototype={toString:function(){return 0===this.gen?`${this.num}R`:`${this.num}R${this.gen}`}},t.get=function(r,a){const n=0===a?`${r}R`:`${r}R${a}`,o=e[n];return o||(e[n]=new t(r,a))},t._clearCache=function(){e=Object.create(null)},t}();t.Ref=s;var l=function(){function e(){this.dict=Object.create(null)}return e.prototype={has:function(e){return e.toString()in this.dict},put:function(e){this.dict[e.toString()]=!0},remove:function(e){delete this.dict[e.toString()]}},e}();t.RefSet=l;var c=function(){function e(){this.dict=Object.create(null)}return e.prototype={get size(){return Object.keys(this.dict).length},get:function(e){return this.dict[e.toString()]},has:function(e){return e.toString()in this.dict},put:function(e,t){this.dict[e.toString()]=t},putAlias:function(e,t){this.dict[e.toString()]=this.get(t)},forEach:function(e){for(const t in this.dict)e(this.dict[t])},clear:function(){this.dict=Object.create(null)}},e}();function d(e){return e===a}function u(e,t){return e instanceof n&&(void 0===t||e.name===t)}function h(e,t){return e instanceof o&&(void 0===t||e.cmd===t)}function p(e,t){return e instanceof i&&(void 0===t||u(e.get("Type"),t))}function m(e){return e instanceof s}function f(e,t){return e.num===t.num&&e.gen===t.gen}function g(e){return"object"===typeof e&&null!==e&&void 0!==e.getBytes}function b(){o._clearCache(),n._clearCache(),s._clearCache()}t.RefSetCache=c},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NetworkPdfManager=t.LocalPdfManager=void 0;var a=r(2),n=r(7),o=r(8),i=r(9),s=r(12);class l{constructor(){this.constructor===l&&(0,a.unreachable)("Cannot initialize BasePdfManager.")}get docId(){return this._docId}get password(){return this._password}get docBaseUrl(){let e=null;if(this._docBaseUrl){const t=(0,a.createValidAbsoluteUrl)(this._docBaseUrl);t?e=t.href:(0,a.warn)(`Invalid absolute docBaseUrl: "${this._docBaseUrl}".`)}return(0,a.shadow)(this,"docBaseUrl",e)}onLoadedStream(){(0,a.unreachable)("Abstract method `onLoadedStream` called")}ensureDoc(e,t){return this.ensure(this.pdfDocument,e,t)}ensureXRef(e,t){return this.ensure(this.pdfDocument.xref,e,t)}ensureCatalog(e,t){return this.ensure(this.pdfDocument.catalog,e,t)}getPage(e){return this.pdfDocument.getPage(e)}fontFallback(e,t){return this.pdfDocument.fontFallback(e,t)}cleanup(e=!1){return this.pdfDocument.cleanup(e)}async ensure(e,t,r){(0,a.unreachable)("Abstract method `ensure` called")}requestRange(e,t){(0,a.unreachable)("Abstract method `requestRange` called")}requestLoadedStream(){(0,a.unreachable)("Abstract method `requestLoadedStream` called")}sendProgressiveData(e){(0,a.unreachable)("Abstract method `sendProgressiveData` called")}updatePassword(e){this._password=e}terminate(e){(0,a.unreachable)("Abstract method `terminate` called")}}class c extends l{constructor(e,t,r,a,n){super(),this._docId=e,this._password=r,this._docBaseUrl=n,this.evaluatorOptions=a;const o=new s.Stream(t);this.pdfDocument=new i.PDFDocument(this,o),this._loadedStreamPromise=Promise.resolve(o)}async ensure(e,t,r){const a=e[t];return"function"===typeof a?a.apply(e,r):a}requestRange(e,t){return Promise.resolve()}requestLoadedStream(){}onLoadedStream(){return this._loadedStreamPromise}terminate(e){}}t.LocalPdfManager=c;class d extends l{constructor(e,t,r,a,o){super(),this._docId=e,this._password=r.password,this._docBaseUrl=o,this.msgHandler=r.msgHandler,this.evaluatorOptions=a,this.streamManager=new n.ChunkedStreamManager(t,{msgHandler:r.msgHandler,length:r.length,disableAutoFetch:r.disableAutoFetch,rangeChunkSize:r.rangeChunkSize}),this.pdfDocument=new i.PDFDocument(this,this.streamManager.getStream())}async ensure(e,t,r){try{const a=e[t];return"function"===typeof a?a.apply(e,r):a}catch(a){if(!(a instanceof o.MissingDataException))throw a;return await this.requestRange(a.begin,a.end),this.ensure(e,t,r)}}requestRange(e,t){return this.streamManager.requestRange(e,t)}requestLoadedStream(){this.streamManager.requestAllChunks()}sendProgressiveData(e){this.streamManager.onReceiveData({chunk:e})}onLoadedStream(){return this.streamManager.onLoadedStream()}terminate(e){this.streamManager.abort(e)}}t.NetworkPdfManager=d},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChunkedStreamManager=t.ChunkedStream=void 0;var a=r(2),n=r(8);class o{constructor(e,t,r){this.bytes=new Uint8Array(e),this.start=0,this.pos=0,this.end=e,this.chunkSize=t,this.loadedChunks=[],this.numChunksLoaded=0,this.numChunks=Math.ceil(e/t),this.manager=r,this.progressiveDataLength=0,this.lastSuccessfulEnsureByteChunk=-1}getMissingChunks(){const e=[];for(let t=0,r=this.numChunks;t<r;++t)this.loadedChunks[t]||e.push(t);return e}getBaseStreams(){return[this]}allChunksLoaded(){return this.numChunksLoaded===this.numChunks}onReceiveData(e,t){const r=this.chunkSize;if(e%r!==0)throw new Error(`Bad begin offset: ${e}`);const a=e+t.byteLength;if(a%r!==0&&a!==this.bytes.length)throw new Error(`Bad end offset: ${a}`);this.bytes.set(new Uint8Array(t),e);const n=Math.floor(e/r),o=Math.floor((a-1)/r)+1;for(let i=n;i<o;++i)this.loadedChunks[i]||(this.loadedChunks[i]=!0,++this.numChunksLoaded)}onReceiveProgressiveData(e){let t=this.progressiveDataLength;const r=Math.floor(t/this.chunkSize);this.bytes.set(new Uint8Array(e),t),t+=e.byteLength,this.progressiveDataLength=t;const a=t>=this.end?this.numChunks:Math.floor(t/this.chunkSize);for(let n=r;n<a;++n)this.loadedChunks[n]||(this.loadedChunks[n]=!0,++this.numChunksLoaded)}ensureByte(e){if(e<this.progressiveDataLength)return;const t=Math.floor(e/this.chunkSize);if(t!==this.lastSuccessfulEnsureByteChunk){if(!this.loadedChunks[t])throw new n.MissingDataException(e,e+1);this.lastSuccessfulEnsureByteChunk=t}}ensureRange(e,t){if(e>=t)return;if(t<=this.progressiveDataLength)return;const r=this.chunkSize,a=Math.floor(e/r),o=Math.floor((t-1)/r)+1;for(let i=a;i<o;++i)if(!this.loadedChunks[i])throw new n.MissingDataException(e,t)}nextEmptyChunk(e){const t=this.numChunks;for(let r=0;r<t;++r){const a=(e+r)%t;if(!this.loadedChunks[a])return a}return null}hasChunk(e){return!!this.loadedChunks[e]}get length(){return this.end-this.start}get isEmpty(){return 0===this.length}getByte(){const e=this.pos;return e>=this.end?-1:(e>=this.progressiveDataLength&&this.ensureByte(e),this.bytes[this.pos++])}getUint16(){const e=this.getByte(),t=this.getByte();return-1===e||-1===t?-1:(e<<8)+t}getInt32(){const e=this.getByte(),t=this.getByte(),r=this.getByte(),a=this.getByte();return(e<<24)+(t<<16)+(r<<8)+a}getBytes(e,t=!1){const r=this.bytes,a=this.pos,n=this.end;if(!e){n>this.progressiveDataLength&&this.ensureRange(a,n);const e=r.subarray(a,n);return t?new Uint8ClampedArray(e):e}let o=a+e;o>n&&(o=n),o>this.progressiveDataLength&&this.ensureRange(a,o),this.pos=o;const i=r.subarray(a,o);return t?new Uint8ClampedArray(i):i}peekByte(){const e=this.getByte();return-1!==e&&this.pos--,e}peekBytes(e,t=!1){const r=this.getBytes(e,t);return this.pos-=r.length,r}getByteRange(e,t){return e<0&&(e=0),t>this.end&&(t=this.end),t>this.progressiveDataLength&&this.ensureRange(e,t),this.bytes.subarray(e,t)}skip(e){e||(e=1),this.pos+=e}reset(){this.pos=this.start}moveStart(){this.start=this.pos}makeSubStream(e,t,r){function a(){}t?e+t>this.progressiveDataLength&&this.ensureRange(e,e+t):e>=this.progressiveDataLength&&this.ensureByte(e),a.prototype=Object.create(this),a.prototype.getMissingChunks=function(){const e=this.chunkSize,t=Math.floor(this.start/e),r=Math.floor((this.end-1)/e)+1,a=[];for(let n=t;n<r;++n)this.loadedChunks[n]||a.push(n);return a},a.prototype.allChunksLoaded=function(){return this.numChunksLoaded===this.numChunks||0===this.getMissingChunks().length};const n=new a;return n.pos=n.start=e,n.end=e+t||this.end,n.dict=r,n}}t.ChunkedStream=o;class i{constructor(e,t){this.length=t.length,this.chunkSize=t.rangeChunkSize,this.stream=new o(this.length,this.chunkSize,this),this.pdfNetworkStream=e,this.disableAutoFetch=t.disableAutoFetch,this.msgHandler=t.msgHandler,this.currRequestId=0,this.chunksNeededByRequest=Object.create(null),this.requestsByChunk=Object.create(null),this.promisesByRequest=Object.create(null),this.progressiveDataLength=0,this.aborted=!1,this._loadedStreamCapability=(0,a.createPromiseCapability)()}onLoadedStream(){return this._loadedStreamCapability.promise}sendRequest(e,t){const r=this.pdfNetworkStream.getRangeReader(e,t);r.isStreamingSupported||(r.onProgress=this.onProgress.bind(this));let n=[],o=0;const i=new Promise(((e,t)=>{const i=s=>{try{if(!s.done){const e=s.value;return n.push(e),o+=(0,a.arrayByteLength)(e),r.isStreamingSupported&&this.onProgress({loaded:o}),void r.read().then(i,t)}const l=(0,a.arraysToBytes)(n);n=null,e(l)}catch(l){t(l)}};r.read().then(i,t)}));i.then((t=>{this.aborted||this.onReceiveData({chunk:t,begin:e})}))}requestAllChunks(){const e=this.stream.getMissingChunks();return this._requestChunks(e),this._loadedStreamCapability.promise}_requestChunks(e){const t=this.currRequestId++,r=Object.create(null);this.chunksNeededByRequest[t]=r;for(const a of e)this.stream.hasChunk(a)||(r[a]=!0);if((0,a.isEmptyObj)(r))return Promise.resolve();const n=(0,a.createPromiseCapability)();this.promisesByRequest[t]=n;const o=[];for(let a in r)a|=0,a in this.requestsByChunk||(this.requestsByChunk[a]=[],o.push(a)),this.requestsByChunk[a].push(t);if(!o.length)return n.promise;const i=this.groupChunks(o);for(const a of i){const e=a.beginChunk*this.chunkSize,t=Math.min(a.endChunk*this.chunkSize,this.length);this.sendRequest(e,t)}return n.promise}getStream(){return this.stream}requestRange(e,t){t=Math.min(t,this.length);const r=this.getBeginChunk(e),a=this.getEndChunk(t),n=[];for(let o=r;o<a;++o)n.push(o);return this._requestChunks(n)}requestRanges(e=[]){const t=[];for(const r of e){const e=this.getBeginChunk(r.begin),a=this.getEndChunk(r.end);for(let r=e;r<a;++r)t.includes(r)||t.push(r)}return t.sort((function(e,t){return e-t})),this._requestChunks(t)}groupChunks(e){const t=[];let r=-1,a=-1;for(let n=0,o=e.length;n<o;++n){const o=e[n];r<0&&(r=o),a>=0&&a+1!==o&&(t.push({beginChunk:r,endChunk:a+1}),r=o),n+1===e.length&&t.push({beginChunk:r,endChunk:o+1}),a=o}return t}onProgress(e){this.msgHandler.send("DocProgress",{loaded:this.stream.numChunksLoaded*this.chunkSize+e.loaded,total:this.length})}onReceiveData(e){const t=e.chunk,r=void 0===e.begin,n=r?this.progressiveDataLength:e.begin,o=n+t.byteLength,i=Math.floor(n/this.chunkSize),s=o<this.length?Math.floor(o/this.chunkSize):Math.ceil(o/this.chunkSize);r?(this.stream.onReceiveProgressiveData(t),this.progressiveDataLength=o):this.stream.onReceiveData(n,t),this.stream.allChunksLoaded()&&this._loadedStreamCapability.resolve(this.stream);const l=[];for(let c=i;c<s;++c){const e=this.requestsByChunk[c]||[];delete this.requestsByChunk[c];for(const t of e){const e=this.chunksNeededByRequest[t];c in e&&delete e[c],(0,a.isEmptyObj)(e)&&l.push(t)}}if(!this.disableAutoFetch&&(0,a.isEmptyObj)(this.requestsByChunk)){let e;if(1===this.stream.numChunksLoaded){const t=this.stream.numChunks-1;this.stream.hasChunk(t)||(e=t)}else e=this.stream.nextEmptyChunk(s);Number.isInteger(e)&&this._requestChunks([e])}for(const a of l){const e=this.promisesByRequest[a];delete this.promisesByRequest[a],e.resolve()}this.msgHandler.send("DocProgress",{loaded:this.stream.numChunksLoaded*this.chunkSize,total:this.length})}onError(e){this._loadedStreamCapability.reject(e)}getBeginChunk(e){return Math.floor(e/this.chunkSize)}getEndChunk(e){return Math.floor((e-1)/this.chunkSize)+1}abort(e){this.aborted=!0,this.pdfNetworkStream&&this.pdfNetworkStream.cancelAllRequests(e);for(const t in this.promisesByRequest)this.promisesByRequest[t].reject(e)}}t.ChunkedStreamManager=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getLookupTableFactory=n,t.getInheritableProperty=l,t.toRomanNumerals=d,t.log2=u,t.readInt8=h,t.readUint16=p,t.readUint32=m,t.isWhiteSpace=f,t.XRefParseException=t.XRefEntryException=t.MissingDataException=void 0;var a=r(2);function n(e){let t;return function(){return e&&(t=Object.create(null),e(t),e=null),t}}class o extends a.BaseException{constructor(e,t){super(`Missing data [${e}, ${t})`),this.begin=e,this.end=t}}t.MissingDataException=o;class i extends a.BaseException{}t.XRefEntryException=i;class s extends a.BaseException{}function l({dict:e,key:t,getArray:r=!1,stopWhenFound:n=!0}){const o=100;let i,s=0;while(e){const l=r?e.getArray(t):e.get(t);if(void 0!==l){if(n)return l;i||(i=[]),i.push(l)}if(++s>o){(0,a.warn)(`getInheritableProperty: maximum loop count exceeded for "${t}"`);break}e=e.get("Parent")}return i}t.XRefParseException=s;const c=["","C","CC","CCC","CD","D","DC","DCC","DCCC","CM","","X","XX","XXX","XL","L","LX","LXX","LXXX","XC","","I","II","III","IV","V","VI","VII","VIII","IX"];function d(e,t=!1){(0,a.assert)(Number.isInteger(e)&&e>0,"The number should be a positive integer.");const r=[];let n;while(e>=1e3)e-=1e3,r.push("M");n=e/100|0,e%=100,r.push(c[n]),n=e/10|0,e%=10,r.push(c[10+n]),r.push(c[20+e]);const o=r.join("");return t?o.toLowerCase():o}function u(e){return e<=0?0:Math.ceil(Math.log2(e))}function h(e,t){return e[t]<<24>>24}function p(e,t){return e[t]<<8|e[t+1]}function m(e,t){return(e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3])>>>0}function f(e){return 32===e||9===e||13===e||10===e}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PDFDocument=t.Page=void 0;var a=r(2),n=r(10),o=r(5),i=r(8),s=r(12),l=r(25),c=r(22),d=r(11),u=r(26),h=r(27),p=r(41);const m=1,f=[0,0,612,792];function g(e,t){return"display"===t&&e.viewable||"print"===t&&e.printable}class b{constructor({pdfManager:e,xref:t,pageIndex:r,pageDict:a,ref:n,fontCache:o,builtInCMapCache:i,globalImageCache:s,pdfFunctionFactory:l}){this.pdfManager=e,this.pageIndex=r,this.pageDict=a,this.xref=t,this.ref=n,this.fontCache=o,this.builtInCMapCache=i,this.globalImageCache=s,this.pdfFunctionFactory=l,this.evaluatorOptions=e.evaluatorOptions,this.resourcesPromise=null;const c={obj:0};this.idFactory={createObjId(){return`p${r}_${++c.obj}`},getDocId(){return`g_${e.docId}`}}}_getInheritableProperty(e,t=!1){const r=(0,i.getInheritableProperty)({dict:this.pageDict,key:e,getArray:t,stopWhenFound:!1});return Array.isArray(r)?1!==r.length&&(0,o.isDict)(r[0])?o.Dict.merge(this.xref,r):r[0]:r}get content(){return this.pageDict.get("Contents")}get resources(){return(0,a.shadow)(this,"resources",this._getInheritableProperty("Resources")||o.Dict.empty)}_getBoundingBox(e){const t=this._getInheritableProperty(e,!0);if(Array.isArray(t)&&4===t.length){if(t[2]-t[0]!==0&&t[3]-t[1]!==0)return t;(0,a.warn)(`Empty /${e} entry.`)}return null}get mediaBox(){return(0,a.shadow)(this,"mediaBox",this._getBoundingBox("MediaBox")||f)}get cropBox(){return(0,a.shadow)(this,"cropBox",this._getBoundingBox("CropBox")||this.mediaBox)}get userUnit(){let e=this.pageDict.get("UserUnit");return(!(0,a.isNum)(e)||e<=0)&&(e=m),(0,a.shadow)(this,"userUnit",e)}get view(){const{cropBox:e,mediaBox:t}=this;let r;if(e===t||(0,a.isArrayEqual)(e,t))r=t;else{const n=a.Util.intersect(e,t);n&&n[2]-n[0]!==0&&n[3]-n[1]!==0?r=n:(0,a.warn)("Empty /CropBox and /MediaBox intersection.")}return(0,a.shadow)(this,"view",r||t)}get rotate(){let e=this._getInheritableProperty("Rotate")||0;return e%90!==0?e=0:e>=360?e%=360:e<0&&(e=(e%360+360)%360),(0,a.shadow)(this,"rotate",e)}getContentStream(){const e=this.content;let t;if(Array.isArray(e)){const r=this.xref,a=[];for(const t of e)a.push(r.fetchIfRef(t));t=new s.StreamsSequenceStream(a)}else t=(0,o.isStream)(e)?e:new s.NullStream;return t}loadResources(e){return this.resourcesPromise||(this.resourcesPromise=this.pdfManager.ensure(this,"resources")),this.resourcesPromise.then((()=>{const t=new n.ObjectLoader(this.resources,e,this.xref);return t.load()}))}getOperatorList({handler:e,sink:t,task:r,intent:n,renderInteractiveForms:o}){const i=this.pdfManager.ensure(this,"getContentStream"),s=this.loadResources(["ExtGState","ColorSpace","Pattern","Shading","XObject","Font"]),l=new h.PartialEvaluator({xref:this.xref,handler:e,pageIndex:this.pageIndex,idFactory:this.idFactory,fontCache:this.fontCache,builtInCMapCache:this.builtInCMapCache,globalImageCache:this.globalImageCache,options:this.evaluatorOptions,pdfFunctionFactory:this.pdfFunctionFactory}),c=Promise.all([i,s]),d=c.then((([a])=>{const o=new u.OperatorList(n,t,this.pageIndex);return e.send("StartRenderPage",{transparency:l.hasBlendModes(this.resources),pageIndex:this.pageIndex,intent:n}),l.getOperatorList({stream:a,task:r,resources:this.resources,operatorList:o}).then((function(){return o}))}));return Promise.all([d,this._parsedAnnotations]).then((function([e,t]){if(0===t.length)return e.flush(!0),{length:e.totalLength};const i=[];for(const s of t)g(s,n)&&i.push(s.getOperatorList(l,r,o).catch((function(e){return(0,a.warn)(`getOperatorList - ignoring annotation data during "${r.name}" task: "${e}".`),null})));return Promise.all(i).then((function(t){e.addOp(a.OPS.beginAnnotations,[]);for(const r of t)e.addOpList(r);return e.addOp(a.OPS.endAnnotations,[]),e.flush(!0),{length:e.totalLength}}))}))}extractTextContent({handler:e,task:t,normalizeWhitespace:r,sink:a,combineTextItems:n}){const o=this.pdfManager.ensure(this,"getContentStream"),i=this.loadResources(["ExtGState","XObject","Font"]),s=Promise.all([o,i]);return s.then((([o])=>{const i=new h.PartialEvaluator({xref:this.xref,handler:e,pageIndex:this.pageIndex,idFactory:this.idFactory,fontCache:this.fontCache,builtInCMapCache:this.builtInCMapCache,globalImageCache:this.globalImageCache,options:this.evaluatorOptions,pdfFunctionFactory:this.pdfFunctionFactory});return i.getTextContent({stream:o,task:t,resources:this.resources,normalizeWhitespace:r,combineTextItems:n,sink:a})}))}getAnnotationsData(e){return this._parsedAnnotations.then((function(t){const r=[];for(let a=0,n=t.length;a<n;a++)e&&!g(t[a],e)||r.push(t[a].data);return r}))}get annotations(){return(0,a.shadow)(this,"annotations",this._getInheritableProperty("Annots")||[])}get _parsedAnnotations(){const e=this.pdfManager.ensure(this,"annotations").then((()=>{const e=[];for(const t of this.annotations)e.push(l.AnnotationFactory.create(this.xref,t,this.pdfManager,this.idFactory).catch((function(e){return(0,a.warn)(`_parsedAnnotations: "${e}".`),null})));return Promise.all(e).then((function(e){return e.filter((e=>!!e))}))}));return(0,a.shadow)(this,"_parsedAnnotations",e)}}t.Page=b;const v=new Uint8Array([37,80,68,70,45]),w=new Uint8Array([115,116,97,114,116,120,114,101,102]),y=new Uint8Array([101,110,100,111,98,106]),x=1024,k="\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0",A=/^[1-9]\.[0-9]$/;function C(e,t,r=1024,a=!1){const n=t.length,o=e.peekBytes(r),i=o.length-n;if(i<=0)return!1;if(a){const r=n-1;let a=o.length-1;while(a>=r){let i=0;while(i<n&&o[a-i]===t[r-i])i++;if(i>=n)return e.pos+=a-r,!0;a--}}else{let r=0;while(r<=i){let a=0;while(a<n&&o[r+a]===t[a])a++;if(a>=n)return e.pos+=r,!0;r++}}return!1}class S{constructor(e,t){let r;if((0,o.isStream)(t))r=t;else{if(!(0,a.isArrayBuffer)(t))throw new Error("PDFDocument: Unknown argument type");r=new s.Stream(t)}if(r.length<=0)throw new a.InvalidPDFException("The PDF file is empty, i.e. its size is zero bytes.");this.pdfManager=e,this.stream=r,this.xref=new n.XRef(r,e),this.pdfFunctionFactory=new p.PDFFunctionFactory({xref:this.xref,isEvalSupported:e.evaluatorOptions.isEvalSupported}),this._pagePromises=[]}parse(e){this.setup(e);const t=this.catalog.catDict.get("Version");(0,o.isName)(t)&&(this.pdfFormatVersion=t.name);try{if(this.acroForm=this.catalog.catDict.get("AcroForm"),this.acroForm){this.xfa=this.acroForm.get("XFA");const e=this.acroForm.get("Fields");Array.isArray(e)&&0!==e.length||this.xfa||(this.acroForm=null)}}catch(r){if(r instanceof i.MissingDataException)throw r;(0,a.info)("Cannot fetch AcroForm entry; assuming no AcroForms are present"),this.acroForm=null}try{const e=this.catalog.catDict.get("Collection");(0,o.isDict)(e)&&e.getKeys().length>0&&(this.collection=e)}catch(r){if(r instanceof i.MissingDataException)throw r;(0,a.info)("Cannot fetch Collection dictionary.")}}get linearization(){let e=null;try{e=d.Linearization.create(this.stream)}catch(t){if(t instanceof i.MissingDataException)throw t;(0,a.info)(t)}return(0,a.shadow)(this,"linearization",e)}get startXRef(){const e=this.stream;let t=0;if(this.linearization)e.reset(),C(e,y)&&(t=e.pos+6-e.start);else{const r=1024,a=w.length;let n=!1,o=e.end;while(!n&&o>0)o-=r-a,o<0&&(o=0),e.pos=o,n=C(e,w,r,!0);if(n){let r;e.skip(9);do{r=e.getByte()}while((0,i.isWhiteSpace)(r));let a="";while(r>=32&&r<=57)a+=String.fromCharCode(r),r=e.getByte();t=parseInt(a,10),isNaN(t)&&(t=0)}}return(0,a.shadow)(this,"startXRef",t)}checkHeader(){const e=this.stream;if(e.reset(),!C(e,v))return;e.moveStart();const t=12;let r,a="";while((r=e.getByte())>32){if(a.length>=t)break;a+=String.fromCharCode(r)}this.pdfFormatVersion||(this.pdfFormatVersion=a.substring(5))}parseStartXRef(){this.xref.setStartXRef(this.startXRef)}setup(e){this.xref.parse(e),this.catalog=new n.Catalog(this.pdfManager,this.xref)}get numPages(){const e=this.linearization,t=e?e.numPages:this.catalog.numPages;return(0,a.shadow)(this,"numPages",t)}get documentInfo(){const e={Title:a.isString,Author:a.isString,Subject:a.isString,Keywords:a.isString,Creator:a.isString,Producer:a.isString,CreationDate:a.isString,ModDate:a.isString,Trapped:o.isName};let t=this.pdfFormatVersion;"string"===typeof t&&A.test(t)||((0,a.warn)(`Invalid PDF header version number: ${t}`),t=null);const r={PDFFormatVersion:t,IsLinearized:!!this.linearization,IsAcroFormPresent:!!this.acroForm,IsXFAPresent:!!this.xfa,IsCollectionPresent:!!this.collection};let n;try{n=this.xref.trailer.get("Info")}catch(s){if(s instanceof i.MissingDataException)throw s;(0,a.info)("The document information dictionary is invalid.")}if((0,o.isDict)(n))for(const i of n.getKeys()){const t=n.get(i);if(e[i])e[i](t)?r[i]="string"!==typeof t?t:(0,a.stringToPDFString)(t):(0,a.info)(`Bad value in document info for "${i}".`);else if("string"===typeof i){let e;if((0,a.isString)(t))e=(0,a.stringToPDFString)(t);else{if(!((0,o.isName)(t)||(0,a.isNum)(t)||(0,a.isBool)(t))){(0,a.info)(`Unsupported value in document info for (custom) "${i}".`);continue}e=t}r.Custom||(r.Custom=Object.create(null)),r.Custom[i]=e}}return(0,a.shadow)(this,"documentInfo",r)}get fingerprint(){let e;const t=this.xref.trailer.get("ID");e=Array.isArray(t)&&t[0]&&(0,a.isString)(t[0])&&t[0]!==k?(0,a.stringToBytes)(t[0]):(0,c.calculateMD5)(this.stream.getByteRange(0,x),0,x);const r=[];for(let a=0,n=e.length;a<n;a++){const t=e[a].toString(16);r.push(t.padStart(2,"0"))}return(0,a.shadow)(this,"fingerprint",r.join(""))}_getLinearizationPage(e){const{catalog:t,linearization:r}=this,n=o.Ref.get(r.objectNumberFirst,0);return this.xref.fetchAsync(n).then((e=>{if((0,o.isDict)(e,"Page")||(0,o.isDict)(e)&&!e.has("Type")&&e.has("Contents"))return n&&!t.pageKidsCountCache.has(n)&&t.pageKidsCountCache.put(n,1),[e,n];throw new a.FormatError("The Linearization dictionary doesn't point to a valid Page dictionary.")})).catch((r=>((0,a.info)(r),t.getPageDict(e))))}getPage(e){if(void 0!==this._pagePromises[e])return this._pagePromises[e];const{catalog:t,linearization:r}=this,a=r&&r.pageFirst===e?this._getLinearizationPage(e):t.getPageDict(e);return this._pagePromises[e]=a.then((([r,a])=>new b({pdfManager:this.pdfManager,xref:this.xref,pageIndex:e,pageDict:r,ref:a,fontCache:t.fontCache,builtInCMapCache:t.builtInCMapCache,globalImageCache:t.globalImageCache,pdfFunctionFactory:this.pdfFunctionFactory})))}checkFirstPage(){return this.getPage(0).catch((async e=>{if(e instanceof i.XRefEntryException)throw this._pagePromises.length=0,await this.cleanup(),new i.XRefParseException}))}fontFallback(e,t){return this.catalog.fontFallback(e,t)}async cleanup(e=!1){return this.catalog?this.catalog.cleanup(e):(0,o.clearPrimitiveCaches)()}}t.PDFDocument=S},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FileSpec=t.XRef=t.ObjectLoader=t.Catalog=void 0;var a=r(2),n=r(5),o=r(11),i=r(8),s=r(22),l=r(23),c=r(24);function d(e){return(0,n.isDict)(e)?e.get("D"):e}class u{constructor(e,t){if(this.pdfManager=e,this.xref=t,this.catDict=t.getCatalogObj(),!(0,n.isDict)(this.catDict))throw new a.FormatError("Catalog object is not a dictionary.");this.fontCache=new n.RefSetCache,this.builtInCMapCache=new Map,this.globalImageCache=new c.GlobalImageCache,this.pageKidsCountCache=new n.RefSetCache}get metadata(){const e=this.catDict.getRaw("Metadata");if(!(0,n.isRef)(e))return(0,a.shadow)(this,"metadata",null);const t=!(this.xref.encrypt&&this.xref.encrypt.encryptMetadata),r=this.xref.fetch(e,t);let o;if(r&&(0,n.isDict)(r.dict)){const e=r.dict.get("Type"),t=r.dict.get("Subtype");if((0,n.isName)(e,"Metadata")&&(0,n.isName)(t,"XML"))try{o=(0,a.stringToUTF8String)((0,a.bytesToString)(r.getBytes()))}catch(s){if(s instanceof i.MissingDataException)throw s;(0,a.info)("Skipping invalid metadata.")}}return(0,a.shadow)(this,"metadata",o)}get toplevelPagesDict(){const e=this.catDict.get("Pages");if(!(0,n.isDict)(e))throw new a.FormatError("Invalid top-level pages dictionary.");return(0,a.shadow)(this,"toplevelPagesDict",e)}get documentOutline(){let e=null;try{e=this._readDocumentOutline()}catch(t){if(t instanceof i.MissingDataException)throw t;(0,a.warn)("Unable to read document outline.")}return(0,a.shadow)(this,"documentOutline",e)}_readDocumentOutline(){let e=this.catDict.get("Outlines");if(!(0,n.isDict)(e))return null;if(e=e.getRaw("First"),!(0,n.isRef)(e))return null;const t={items:[]},r=[{obj:e,parent:t}],o=new n.RefSet;o.put(e);const i=this.xref,s=new Uint8ClampedArray(3);while(r.length>0){const t=r.shift(),c=i.fetchIfRef(t.obj);if(null===c)continue;if(!c.has("Title"))throw new a.FormatError("Invalid outline item encountered.");const d={url:null,dest:null};u.parseDestDictionary({destDict:c,resultObj:d,docBaseUrl:this.pdfManager.docBaseUrl});const h=c.get("Title"),p=c.get("F")||0,m=c.getArray("C"),f=c.get("Count");let g=s;!Array.isArray(m)||3!==m.length||0===m[0]&&0===m[1]&&0===m[2]||(g=l.ColorSpace.singletons.rgb.getRgb(m,0));const b={dest:d.dest,url:d.url,unsafeUrl:d.unsafeUrl,newWindow:d.newWindow,title:(0,a.stringToPDFString)(h),color:g,count:Number.isInteger(f)?f:void 0,bold:!!(2&p),italic:!!(1&p),items:[]};t.parent.items.push(b),e=c.getRaw("First"),(0,n.isRef)(e)&&!o.has(e)&&(r.push({obj:e,parent:b}),o.put(e)),e=c.getRaw("Next"),(0,n.isRef)(e)&&!o.has(e)&&(r.push({obj:e,parent:t.parent}),o.put(e))}return t.items.length>0?t.items:null}get permissions(){let e=null;try{e=this._readPermissions()}catch(t){if(t instanceof i.MissingDataException)throw t;(0,a.warn)("Unable to read permissions.")}return(0,a.shadow)(this,"permissions",e)}_readPermissions(){const e=this.xref.trailer.get("Encrypt");if(!(0,n.isDict)(e))return null;let t=e.get("P");if(!(0,a.isNum)(t))return null;t+=2**32;const r=[];for(const n in a.PermissionFlag){const e=a.PermissionFlag[n];t&e&&r.push(e)}return r}get numPages(){const e=this.toplevelPagesDict.get("Count");if(!Number.isInteger(e))throw new a.FormatError("Page count in top-level pages dictionary is not an integer.");return(0,a.shadow)(this,"numPages",e)}get destinations(){const e=this._readDests(),t=Object.create(null);if(e instanceof m){const r=e.getAll();for(const e in r)t[e]=d(r[e])}else e instanceof n.Dict&&e.forEach((function(e,r){r&&(t[e]=d(r))}));return(0,a.shadow)(this,"destinations",t)}getDestination(e){const t=this._readDests();return t instanceof m||t instanceof n.Dict?d(t.get(e)||null):null}_readDests(){const e=this.catDict.get("Names");return e&&e.has("Dests")?new m(e.getRaw("Dests"),this.xref):this.catDict.has("Dests")?this.catDict.get("Dests"):void 0}get pageLabels(){let e=null;try{e=this._readPageLabels()}catch(t){if(t instanceof i.MissingDataException)throw t;(0,a.warn)("Unable to read page labels.")}return(0,a.shadow)(this,"pageLabels",e)}_readPageLabels(){const e=this.catDict.getRaw("PageLabels");if(!e)return null;const t=new Array(this.numPages);let r=null,o="";const s=new f(e,this.xref),l=s.getAll();let c="",d=1;for(let u=0,h=this.numPages;u<h;u++){if(u in l){const e=l[u];if(!(0,n.isDict)(e))throw new a.FormatError("PageLabel is not a dictionary.");if(e.has("Type")&&!(0,n.isName)(e.get("Type"),"PageLabel"))throw new a.FormatError("Invalid type in PageLabel dictionary.");if(e.has("S")){const t=e.get("S");if(!(0,n.isName)(t))throw new a.FormatError("Invalid style in PageLabel dictionary.");r=t.name}else r=null;if(e.has("P")){const t=e.get("P");if(!(0,a.isString)(t))throw new a.FormatError("Invalid prefix in PageLabel dictionary.");o=(0,a.stringToPDFString)(t)}else o="";if(e.has("St")){const t=e.get("St");if(!(Number.isInteger(t)&&t>=1))throw new a.FormatError("Invalid start in PageLabel dictionary.");d=t}else d=1}switch(r){case"D":c=d;break;case"R":case"r":c=(0,i.toRomanNumerals)(d,"r"===r);break;case"A":case"a":const e=26,t=65,n=97,o="a"===r?n:t,s=d-1,l=String.fromCharCode(o+s%e),u=[];for(let r=0,a=s/e|0;r<=a;r++)u.push(l);c=u.join("");break;default:if(r)throw new a.FormatError(`Invalid style "${r}" in PageLabel dictionary.`);c=""}t[u]=o+c,d++}return t}get pageLayout(){const e=this.catDict.get("PageLayout");let t="";if((0,n.isName)(e))switch(e.name){case"SinglePage":case"OneColumn":case"TwoColumnLeft":case"TwoColumnRight":case"TwoPageLeft":case"TwoPageRight":t=e.name}return(0,a.shadow)(this,"pageLayout",t)}get pageMode(){const e=this.catDict.get("PageMode");let t="UseNone";if((0,n.isName)(e))switch(e.name){case"UseNone":case"UseOutlines":case"UseThumbs":case"FullScreen":case"UseOC":case"UseAttachments":t=e.name}return(0,a.shadow)(this,"pageMode",t)}get viewerPreferences(){const e={HideToolbar:a.isBool,HideMenubar:a.isBool,HideWindowUI:a.isBool,FitWindow:a.isBool,CenterWindow:a.isBool,DisplayDocTitle:a.isBool,NonFullScreenPageMode:n.isName,Direction:n.isName,ViewArea:n.isName,ViewClip:n.isName,PrintArea:n.isName,PrintClip:n.isName,PrintScaling:n.isName,Duplex:n.isName,PickTrayByPDFSize:a.isBool,PrintPageRange:Array.isArray,NumCopies:Number.isInteger},t=this.catDict.get("ViewerPreferences");let r=null;if((0,n.isDict)(t))for(const n in e){if(!t.has(n))continue;const o=t.get(n);if(!e[n](o)){(0,a.info)(`Bad value in ViewerPreferences for "${n}".`);continue}let i;switch(n){case"NonFullScreenPageMode":switch(o.name){case"UseNone":case"UseOutlines":case"UseThumbs":case"UseOC":i=o.name;break;default:i="UseNone"}break;case"Direction":switch(o.name){case"L2R":case"R2L":i=o.name;break;default:i="L2R"}break;case"ViewArea":case"ViewClip":case"PrintArea":case"PrintClip":switch(o.name){case"MediaBox":case"CropBox":case"BleedBox":case"TrimBox":case"ArtBox":i=o.name;break;default:i="CropBox"}break;case"PrintScaling":switch(o.name){case"None":case"AppDefault":i=o.name;break;default:i="AppDefault"}break;case"Duplex":switch(o.name){case"Simplex":case"DuplexFlipShortEdge":case"DuplexFlipLongEdge":i=o.name;break;default:i="None"}break;case"PrintPageRange":const e=o.length;if(e%2!==0)break;const t=o.every(((e,t,r)=>Number.isInteger(e)&&e>0&&(0===t||e>=r[t-1])&&e<=this.numPages));t&&(i=o);break;case"NumCopies":o>0&&(i=o);break;default:if("boolean"!==typeof o)throw new a.FormatError(`viewerPreferences - expected a boolean value for: ${n}`);i=o}void 0!==i?(r||(r=Object.create(null)),r[n]=i):(0,a.info)(`Bad value in ViewerPreferences for "${n}".`)}return(0,a.shadow)(this,"viewerPreferences",r)}get openAction(){const e=this.catDict.get("OpenAction");let t=null;if((0,n.isDict)(e)){const r=new n.Dict(this.xref);r.set("A",e);const a={url:null,dest:null,action:null};u.parseDestDictionary({destDict:r,resultObj:a}),Array.isArray(a.dest)?(t||(t=Object.create(null)),t.dest=a.dest):a.action&&(t||(t=Object.create(null)),t.action=a.action)}else Array.isArray(e)&&(t||(t=Object.create(null)),t.dest=e);return(0,a.shadow)(this,"openAction",t)}get attachments(){const e=this.catDict.get("Names");let t=null;if(e&&e.has("EmbeddedFiles")){const r=new m(e.getRaw("EmbeddedFiles"),this.xref),n=r.getAll();for(const e in n){const r=new g(n[e],this.xref);t||(t=Object.create(null)),t[(0,a.stringToPDFString)(e)]=r.serializable}}return(0,a.shadow)(this,"attachments",t)}get javaScript(){const e=this.catDict.get("Names");let t=null;function r(e){const r=e.get("S");if(!(0,n.isName)(r,"JavaScript"))return;let o=e.get("JS");if((0,n.isStream)(o))o=(0,a.bytesToString)(o.getBytes());else if(!(0,a.isString)(o))return;t||(t=[]),t.push((0,a.stringToPDFString)(o))}if(e&&e.has("JavaScript")){const t=new m(e.getRaw("JavaScript"),this.xref),a=t.getAll();for(const e in a){const t=a[e];(0,n.isDict)(t)&&r(t)}}const o=this.catDict.get("OpenAction");return(0,n.isDict)(o)&&(0,n.isName)(o.get("S"),"JavaScript")&&r(o),(0,a.shadow)(this,"javaScript",t)}fontFallback(e,t){const r=[];return this.fontCache.forEach((function(e){r.push(e)})),Promise.all(r).then((r=>{for(const a of r)if(a.loadedName===e)return void a.fallback(t)}))}cleanup(e=!1){(0,n.clearPrimitiveCaches)(),this.globalImageCache.clear(e),this.pageKidsCountCache.clear();const t=[];return this.fontCache.forEach((function(e){t.push(e)})),Promise.all(t).then((e=>{for(const{dict:t}of e)delete t.translated;this.fontCache.clear(),this.builtInCMapCache.clear()}))}getPageDict(e){const t=(0,a.createPromiseCapability)(),r=[this.catDict.getRaw("Pages")],o=new n.RefSet,i=this.xref,s=this.pageKidsCountCache;let l,c=0;function d(){while(r.length){const u=r.pop();if((0,n.isRef)(u)){if(l=s.get(u),l>0&&c+l<e){c+=l;continue}return o.has(u)?void t.reject(new a.FormatError("Pages tree contains circular reference.")):(o.put(u),void i.fetchAsync(u).then((function(a){(0,n.isDict)(a,"Page")||(0,n.isDict)(a)&&!a.has("Kids")?e===c?(u&&!s.has(u)&&s.put(u,1),t.resolve([a,u])):(c++,d()):(r.push(a),d())}),t.reject))}if(!(0,n.isDict)(u))return void t.reject(new a.FormatError("Page dictionary kid reference points to wrong type of object."));if(l=u.get("Count"),Number.isInteger(l)&&l>=0){const t=u.objId;if(t&&!s.has(t)&&s.put(t,l),c+l<=e){c+=l;continue}}const h=u.get("Kids");if(!Array.isArray(h)){if((0,n.isName)(u.get("Type"),"Page")||!u.has("Type")&&u.has("Contents")){if(c===e)return void t.resolve([u,null]);c++;continue}return void t.reject(new a.FormatError("Page dictionary kids object is not an array."))}for(let e=h.length-1;e>=0;e--)r.push(h[e])}t.reject(new Error(`Page index ${e} not found.`))}return d(),t.promise}getPageIndex(e){const t=this.xref;function r(r){let o,i=0;return t.fetchAsync(r).then((function(t){if((0,n.isRefsEqual)(r,e)&&!(0,n.isDict)(t,"Page")&&(!(0,n.isDict)(t)||t.has("Type")||!t.has("Contents")))throw new a.FormatError("The reference does not point to a /Page dictionary.");if(!t)return null;if(!(0,n.isDict)(t))throw new a.FormatError("Node must be a dictionary.");return o=t.getRaw("Parent"),t.getAsync("Parent")})).then((function(e){if(!e)return null;if(!(0,n.isDict)(e))throw new a.FormatError("Parent must be a dictionary.");return e.getAsync("Kids")})).then((function(e){if(!e)return null;const s=[];let l=!1;for(let o=0,c=e.length;o<c;o++){const c=e[o];if(!(0,n.isRef)(c))throw new a.FormatError("Kid must be a reference.");if((0,n.isRefsEqual)(c,r)){l=!0;break}s.push(t.fetchAsync(c).then((function(e){if(!(0,n.isDict)(e))throw new a.FormatError("Kid node must be a dictionary.");e.has("Count")?i+=e.get("Count"):i++})))}if(!l)throw new a.FormatError("Kid reference not found in parent's kids.");return Promise.all(s).then((function(){return[i,o]}))}))}let o=0;function i(e){return r(e).then((function(e){if(!e)return o;const[t,r]=e;return o+=t,i(r)}))}return i(e)}static parseDestDictionary(e){function t(e){return e.startsWith("www.")?`http://${e}`:e}function r(e){try{return(0,a.stringToUTF8String)(e)}catch(t){return e}}const o=e.destDict;if(!(0,n.isDict)(o))return void(0,a.warn)("parseDestDictionary: `destDict` must be a dictionary.");const i=e.resultObj;if("object"!==typeof i)return void(0,a.warn)("parseDestDictionary: `resultObj` must be an object.");const s=e.docBaseUrl||null;let l,c,d=o.get("A");if(!(0,n.isDict)(d)&&o.has("Dest")&&(d=o.get("Dest")),(0,n.isDict)(d)){const e=d.get("S");if(!(0,n.isName)(e))return void(0,a.warn)("parseDestDictionary: Invalid type in Action dictionary.");const r=e.name;switch(r){case"URI":l=d.get("URI"),(0,n.isName)(l)?l="/"+l.name:(0,a.isString)(l)&&(l=t(l));break;case"GoTo":c=d.get("D");break;case"Launch":case"GoToR":const e=d.get("F");(0,n.isDict)(e)?l=e.get("F")||null:(0,a.isString)(e)&&(l=e);let o=d.get("D");if(o&&((0,n.isName)(o)&&(o=o.name),(0,a.isString)(l))){const e=l.split("#")[0];(0,a.isString)(o)?l=e+"#"+o:Array.isArray(o)&&(l=e+"#"+JSON.stringify(o))}const s=d.get("NewWindow");(0,a.isBool)(s)&&(i.newWindow=s);break;case"Named":const u=d.get("N");(0,n.isName)(u)&&(i.action=u.name);break;case"JavaScript":const h=d.get("JS");let p;if((0,n.isStream)(h)?p=(0,a.bytesToString)(h.getBytes()):(0,a.isString)(h)&&(p=h),p){const e=["app.launchURL","window.open"],t=new RegExp("^\\s*("+e.join("|").split(".").join("\\.")+")\\((?:'|\")([^'\"]*)(?:'|\")(?:,\\s*(\\w+)\\)|\\))","i"),r=t.exec((0,a.stringToPDFString)(p));if(r&&r[2]){l=r[2],"true"===r[3]&&"app.launchURL"===r[1]&&(i.newWindow=!0);break}}default:(0,a.warn)(`parseDestDictionary: unsupported action type "${r}".`);break}}else o.has("Dest")&&(c=o.get("Dest"));if((0,a.isString)(l)){l=r(l);const e=(0,a.createValidAbsoluteUrl)(l,s);e&&(i.url=e.href),i.unsafeUrl=l}c&&((0,n.isName)(c)&&(c=c.name),((0,a.isString)(c)||Array.isArray(c))&&(i.dest=c))}}t.Catalog=u;var h=function(){function e(e,t){this.stream=e,this.pdfManager=t,this.entries=[],this.xrefstms=Object.create(null),this._cacheMap=new Map,this.stats={streamTypes:Object.create(null),fontTypes:Object.create(null)}}return e.prototype={setStartXRef:function(e){this.startXRefQueue=[e]},parse:function(e){var t;let r,o;e?((0,a.warn)("Indexing all PDF objects"),t=this.indexObjects()):t=this.readXRef(),t.assignXref(this),this.trailer=t;try{r=t.get("Encrypt")}catch(d){if(d instanceof i.MissingDataException)throw d;(0,a.warn)(`XRef.parse - Invalid "Encrypt" reference: "${d}".`)}if((0,n.isDict)(r)){var l=t.get("ID"),c=l&&l.length?l[0]:"";r.suppressEncryption=!0,this.encrypt=new s.CipherTransformFactory(r,c,this.pdfManager.password)}try{o=t.get("Root")}catch(d){if(d instanceof i.MissingDataException)throw d;(0,a.warn)(`XRef.parse - Invalid "Root" reference: "${d}".`)}if(!(0,n.isDict)(o)||!o.has("Pages")){if(!e)throw new i.XRefParseException;throw new a.FormatError("Invalid root reference")}this.root=o},processXRefTable:function(e){"tableState"in this||(this.tableState={entryNum:0,streamPos:e.lexer.stream.pos,parserBuf1:e.buf1,parserBuf2:e.buf2});var t=this.readXRefTable(e);if(!(0,n.isCmd)(t,"trailer"))throw new a.FormatError("Invalid XRef table: could not find trailer dictionary");var r=e.getObj();if(!(0,n.isDict)(r)&&r.dict&&(r=r.dict),!(0,n.isDict)(r))throw new a.FormatError("Invalid XRef table: could not parse trailer dictionary");return delete this.tableState,r},readXRefTable:function(e){var t,r=e.lexer.stream,o=this.tableState;r.pos=o.streamPos,e.buf1=o.parserBuf1,e.buf2=o.parserBuf2;while(1){if(!("firstEntryNum"in o)||!("entryCount"in o)){if((0,n.isCmd)(t=e.getObj(),"trailer"))break;o.firstEntryNum=t,o.entryCount=e.getObj()}var i=o.firstEntryNum,s=o.entryCount;if(!Number.isInteger(i)||!Number.isInteger(s))throw new a.FormatError("Invalid XRef table: wrong types in subsection header");for(var l=o.entryNum;l<s;l++){o.streamPos=r.pos,o.entryNum=l,o.parserBuf1=e.buf1,o.parserBuf2=e.buf2;var c={};c.offset=e.getObj(),c.gen=e.getObj();var d=e.getObj();if(d instanceof n.Cmd)switch(d.cmd){case"f":c.free=!0;break;case"n":c.uncompressed=!0;break}if(!Number.isInteger(c.offset)||!Number.isInteger(c.gen)||!c.free&&!c.uncompressed)throw new a.FormatError(`Invalid entry in XRef subsection: ${i}, ${s}`);0===l&&c.free&&1===i&&(i=0),this.entries[l+i]||(this.entries[l+i]=c)}o.entryNum=0,o.streamPos=r.pos,o.parserBuf1=e.buf1,o.parserBuf2=e.buf2,delete o.firstEntryNum,delete o.entryCount}if(this.entries[0]&&!this.entries[0].free)throw new a.FormatError("Invalid XRef table: unexpected first object");return t},processXRefStream:function(e){if(!("streamState"in this)){var t=e.dict,r=t.get("W"),a=t.get("Index");a||(a=[0,t.get("Size")]),this.streamState={entryRanges:a,byteWidths:r,entryNum:0,streamPos:e.pos}}return this.readXRefStream(e),delete this.streamState,e.dict},readXRefStream:function(e){var t,r,n=this.streamState;e.pos=n.streamPos;var o=n.byteWidths,i=o[0],s=o[1],l=o[2],c=n.entryRanges;while(c.length>0){var d=c[0],u=c[1];if(!Number.isInteger(d)||!Number.isInteger(u))throw new a.FormatError(`Invalid XRef range fields: ${d}, ${u}`);if(!Number.isInteger(i)||!Number.isInteger(s)||!Number.isInteger(l))throw new a.FormatError(`Invalid XRef entry fields length: ${d}, ${u}`);for(t=n.entryNum;t<u;++t){n.entryNum=t,n.streamPos=e.pos;var h=0,p=0,m=0;for(r=0;r<i;++r)h=h<<8|e.getByte();for(0===i&&(h=1),r=0;r<s;++r)p=p<<8|e.getByte();for(r=0;r<l;++r)m=m<<8|e.getByte();var f={};switch(f.offset=p,f.gen=m,h){case 0:f.free=!0;break;case 1:f.uncompressed=!0;break;case 2:break;default:throw new a.FormatError(`Invalid XRef entry type: ${h}`)}this.entries[d+t]||(this.entries[d+t]=f)}n.entryNum=0,n.streamPos=e.pos,c.splice(0,2)}},indexObjects:function(){var e=9,t=10,r=13,s=32,l=37,c=60;function d(e,a){var n="",o=e[a];while(o!==t&&o!==r&&o!==c){if(++a>=e.length)break;n+=String.fromCharCode(o),o=e[a]}return n}function u(e,t,r){var a=r.length,n=e.length,o=0;while(t<n){var i=0;while(i<a&&e[t+i]===r[i])++i;if(i>=a)break;t++,o++}return o}var h=/^(\d+)\s+(\d+)\s+obj\b/;const p=/\bendobj[\b\s]$/,m=/\s+(\d+\s+\d+\s+obj[\b\s<])$/,f=25;var g=new Uint8Array([116,114,97,105,108,101,114]),b=new Uint8Array([115,116,97,114,116,120,114,101,102]);const v=new Uint8Array([111,98,106]);var w=new Uint8Array([47,88,82,101,102]);this.entries.length=0;var y=this.stream;y.pos=0;var x,k,A=y.getBytes(),C=y.start,S=A.length,_=[],E=[];while(C<S){var P=A[C];if(P!==e&&P!==t&&P!==r&&P!==s)if(P!==l){var T,I=d(A,C);if(I.startsWith("xref")&&(4===I.length||/\s/.test(I[4])))C+=u(A,C,g),_.push(C),C+=u(A,C,b);else if(T=h.exec(I)){const e=0|T[1],t=0|T[2];this.entries[e]&&this.entries[e].gen!==t||(this.entries[e]={offset:C-y.start,gen:t,uncompressed:!0});let r,n=C+I.length;while(n<A.length){const e=n+u(A,n,v)+4;r=e-C;const t=Math.max(e-f,n),o=(0,a.bytesToString)(A.subarray(t,e));if(p.test(o))break;{const e=m.exec(o);if(e&&e[1]){(0,a.warn)('indexObjects: Found new "obj" inside of another "obj", caused by missing "endobj" -- trying to recover.'),r-=e[1].length;break}}n=e}const o=A.subarray(C,C+r);var O=u(o,0,w);O<r&&o[O+5]<64&&(E.push(C-y.start),this.xrefstms[C-y.start]=1),C+=r}else I.startsWith("trailer")&&(7===I.length||/\s/.test(I[7]))?(_.push(C),C+=u(A,C,b)):C+=I.length+1}else do{if(++C,C>=S)break;P=A[C]}while(P!==t&&P!==r);else++C}for(x=0,k=E.length;x<k;++x)this.startXRefQueue.push(E[x]),this.readXRef(!0);let L;for(x=0,k=_.length;x<k;++x){y.pos=_[x];const e=new o.Parser({lexer:new o.Lexer(y),xref:this,allowStreams:!0,recoveryMode:!0});var F=e.getObj();if(!(0,n.isCmd)(F,"trailer"))continue;const t=e.getObj();if(!(0,n.isDict)(t))continue;let r;try{r=t.get("Root")}catch(R){if(R instanceof i.MissingDataException)throw R;continue}if((0,n.isDict)(r)&&r.has("Pages")){if(t.has("ID"))return t;L=t}}if(L)return L;throw new a.InvalidPDFException("Invalid PDF structure.")},readXRef:function(e){var t=this.stream;const r=Object.create(null);try{while(this.startXRefQueue.length){var s=this.startXRefQueue[0];if(r[s]){(0,a.warn)("readXRef - skipping XRef table since it was already parsed."),this.startXRefQueue.shift();continue}r[s]=!0,t.pos=s+t.start;const e=new o.Parser({lexer:new o.Lexer(t),xref:this,allowStreams:!0});var l,c=e.getObj();if((0,n.isCmd)(c,"xref")){if(l=this.processXRefTable(e),this.topDict||(this.topDict=l),c=l.get("XRefStm"),Number.isInteger(c)){var d=c;d in this.xrefstms||(this.xrefstms[d]=1,this.startXRefQueue.push(d))}}else{if(!Number.isInteger(c))throw new a.FormatError("Invalid XRef stream header");if(!Number.isInteger(e.getObj())||!(0,n.isCmd)(e.getObj(),"obj")||!(0,n.isStream)(c=e.getObj()))throw new a.FormatError("Invalid XRef stream");if(l=this.processXRefStream(c),this.topDict||(this.topDict=l),!l)throw new a.FormatError("Failed to read XRef stream")}c=l.get("Prev"),Number.isInteger(c)?this.startXRefQueue.push(c):(0,n.isRef)(c)&&this.startXRefQueue.push(c.num),this.startXRefQueue.shift()}return this.topDict}catch(u){if(u instanceof i.MissingDataException)throw u;(0,a.info)("(while reading XRef): "+u)}if(!e)throw new i.XRefParseException},getEntry:function(e){var t=this.entries[e];return t&&!t.free&&t.offset?t:null},fetchIfRef:function(e,t){return e instanceof n.Ref?this.fetch(e,t):e},fetch:function(e,t){if(!(e instanceof n.Ref))throw new Error("ref object is not a reference");const r=e.num,a=this._cacheMap.get(r);if(void 0!==a)return a instanceof n.Dict&&!a.objId&&(a.objId=e.toString()),a;let o=this.getEntry(r);return null===o?(this._cacheMap.set(r,o),o):(o=o.uncompressed?this.fetchUncompressed(e,o,t):this.fetchCompressed(e,o,t),(0,n.isDict)(o)?o.objId=e.toString():(0,n.isStream)(o)&&(o.dict.objId=e.toString()),o)},fetchUncompressed(e,t,r=!1){var a=e.gen,s=e.num;if(t.gen!==a)throw new i.XRefEntryException(`Inconsistent generation in XRef: ${e}`);var l=this.stream.makeSubStream(t.offset+this.stream.start);const c=new o.Parser({lexer:new o.Lexer(l),xref:this,allowStreams:!0});var d=c.getObj(),u=c.getObj(),h=c.getObj();if(d!==s||u!==a||!(h instanceof n.Cmd))throw new i.XRefEntryException(`Bad (uncompressed) XRef entry: ${e}`);if("obj"!==h.cmd){if(h.cmd.startsWith("obj")&&(s=parseInt(h.cmd.substring(3),10),!Number.isNaN(s)))return s;throw new i.XRefEntryException(`Bad (uncompressed) XRef entry: ${e}`)}return t=this.encrypt&&!r?c.getObj(this.encrypt.createCipherTransform(s,a)):c.getObj(),(0,n.isStream)(t)||this._cacheMap.set(s,t),t},fetchCompressed(e,t,r=!1){const s=t.offset,l=this.fetch(n.Ref.get(s,0));if(!(0,n.isStream)(l))throw new a.FormatError("bad ObjStm stream");const c=l.dict.get("First"),d=l.dict.get("N");if(!Number.isInteger(c)||!Number.isInteger(d))throw new a.FormatError("invalid first and n parameters for ObjStm stream");const u=new o.Parser({lexer:new o.Lexer(l),xref:this,allowStreams:!0}),h=new Array(d);for(let n=0;n<d;++n){const e=u.getObj();if(!Number.isInteger(e))throw new a.FormatError(`invalid object number in the ObjStm stream: ${e}`);const t=u.getObj();if(!Number.isInteger(t))throw new a.FormatError(`invalid object offset in the ObjStm stream: ${t}`);h[n]=e}const p=new Array(d);for(let a=0;a<d;++a){const e=u.getObj();if(p[a]=e,u.buf1 instanceof n.Cmd&&"endobj"===u.buf1.cmd&&u.shift(),(0,n.isStream)(e))continue;const t=h[a],r=this.entries[t];r&&r.offset===s&&r.gen===a&&this._cacheMap.set(t,e)}if(t=p[t.gen],void 0===t)throw new i.XRefEntryException(`Bad (compressed) XRef entry: ${e}`);return t},async fetchIfRefAsync(e,t){return e instanceof n.Ref?this.fetchAsync(e,t):e},async fetchAsync(e,t){try{return this.fetch(e,t)}catch(r){if(!(r instanceof i.MissingDataException))throw r;return await this.pdfManager.requestRange(r.begin,r.end),this.fetchAsync(e,t)}},getCatalogObj:function(){return this.root}},e}();t.XRef=h;class p{constructor(e,t,r){this.constructor===p&&(0,a.unreachable)("Cannot initialize NameOrNumberTree."),this.root=e,this.xref=t,this._type=r}getAll(){const e=Object.create(null);if(!this.root)return e;const t=this.xref,r=new n.RefSet;r.put(this.root);const o=[this.root];while(o.length>0){const i=t.fetchIfRef(o.shift());if(!(0,n.isDict)(i))continue;if(i.has("Kids")){const e=i.get("Kids");for(let t=0,n=e.length;t<n;t++){const n=e[t];if(r.has(n))throw new a.FormatError(`Duplicate entry in "${this._type}" tree.`);o.push(n),r.put(n)}continue}const s=i.get(this._type);if(Array.isArray(s))for(let r=0,a=s.length;r<a;r+=2)e[t.fetchIfRef(s[r])]=t.fetchIfRef(s[r+1])}return e}get(e){if(!this.root)return null;const t=this.xref;let r=t.fetchIfRef(this.root),n=0;const o=10;while(r.has("Kids")){if(++n>o)return(0,a.warn)(`Search depth limit reached for "${this._type}" tree.`),null;const i=r.get("Kids");if(!Array.isArray(i))return null;let s=0,l=i.length-1;while(s<=l){const a=s+l>>1,n=t.fetchIfRef(i[a]),o=n.get("Limits");if(e<t.fetchIfRef(o[0]))l=a-1;else{if(!(e>t.fetchIfRef(o[1]))){r=t.fetchIfRef(i[a]);break}s=a+1}}if(s>l)return null}const i=r.get(this._type);if(Array.isArray(i)){let r=0,n=i.length-2;while(r<=n){const a=r+n>>1,o=a+(1&a),s=t.fetchIfRef(i[o]);if(e<s)n=o-2;else{if(!(e>s))return t.fetchIfRef(i[o+1]);r=o+2}}(0,a.info)(`Falling back to an exhaustive search, for key "${e}", in "${this._type}" tree.`);for(let o=0,s=i.length;o<s;o+=2){const r=t.fetchIfRef(i[o]);if(r===e)return(0,a.warn)(`The "${e}" key was found at an incorrect, i.e. out-of-order, position in "${this._type}" tree.`),t.fetchIfRef(i[o+1])}}return null}}class m extends p{constructor(e,t){super(e,t,"Names")}}class f extends p{constructor(e,t){super(e,t,"Nums")}}var g=function(){function e(e,t){e&&(0,n.isDict)(e)&&(this.xref=t,this.root=e,e.has("FS")&&(this.fs=e.get("FS")),this.description=e.has("Desc")?(0,a.stringToPDFString)(e.get("Desc")):"",e.has("RF")&&(0,a.warn)("Related file specifications are not supported"),this.contentAvailable=!0,e.has("EF")||(this.contentAvailable=!1,(0,a.warn)("Non-embedded file specifications are not supported")))}function t(e){return e.has("UF")?e.get("UF"):e.has("F")?e.get("F"):e.has("Unix")?e.get("Unix"):e.has("Mac")?e.get("Mac"):e.has("DOS")?e.get("DOS"):null}return e.prototype={get filename(){if(!this._filename&&this.root){var e=t(this.root)||"unnamed";this._filename=(0,a.stringToPDFString)(e).replace(/\\\\/g,"\\").replace(/\\\//g,"/").replace(/\\/g,"/")}return this._filename},get content(){if(!this.contentAvailable)return null;!this.contentRef&&this.root&&(this.contentRef=t(this.root.get("EF")));var e=null;if(this.contentRef){var r=this.xref,o=r.fetchIfRef(this.contentRef);o&&(0,n.isStream)(o)?e=o.getBytes():(0,a.warn)("Embedded file specification points to non-existing/invalid content")}else(0,a.warn)("Embedded file specification does not have a content");return e},get serializable(){return{filename:this.filename,content:this.content}}},e}();t.FileSpec=g;const b=function(){function e(e){return e instanceof n.Ref||e instanceof n.Dict||Array.isArray(e)||(0,n.isStream)(e)}function t(t,r){if(t instanceof n.Dict||(0,n.isStream)(t)){const a=t instanceof n.Dict?t:t.dict,o=a.getKeys();for(let t=0,n=o.length;t<n;t++){const n=a.getRaw(o[t]);e(n)&&r.push(n)}}else if(Array.isArray(t))for(let a=0,n=t.length;a<n;a++){const n=t[a];e(n)&&r.push(n)}}function r(e,t,r){this.dict=e,this.keys=t,this.xref=r,this.refSet=null}return r.prototype={async load(){if(!this.xref.stream.allChunksLoaded||this.xref.stream.allChunksLoaded())return;const{keys:e,dict:t}=this;this.refSet=new n.RefSet;const r=[];for(let a=0,n=e.length;a<n;a++){const n=t.getRaw(e[a]);void 0!==n&&r.push(n)}return this._walk(r)},async _walk(e){const r=[],a=[];while(e.length){let s=e.pop();if(s instanceof n.Ref){if(this.refSet.has(s))continue;try{this.refSet.put(s),s=this.xref.fetch(s)}catch(o){if(!(o instanceof i.MissingDataException))throw o;r.push(s),a.push({begin:o.begin,end:o.end})}}if(s&&s.getBaseStreams){const e=s.getBaseStreams();let t=!1;for(let r=0,n=e.length;r<n;r++){const n=e[r];n.allChunksLoaded&&!n.allChunksLoaded()&&(t=!0,a.push({begin:n.start,end:n.end}))}t&&r.push(s)}t(s,e)}if(a.length){await this.xref.stream.manager.requestRanges(a);for(let e=0,t=r.length;e<t;e++){const t=r[e];t instanceof n.Ref&&this.refSet.remove(t)}return this._walk(r)}this.refSet=null}},r}();t.ObjectLoader=b},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Parser=t.Linearization=t.Lexer=void 0;var a=r(12),n=r(2),o=r(5),i=r(8),s=r(13),l=r(15),c=r(18),d=r(20);const u=1e3,h=5552;function p(e){const t=e.length;let r=1,a=0;for(let n=0;n<t;++n)r+=255&e[n],a+=r;return a%65521<<16|r%65521}class m{constructor({lexer:e,xref:t,allowStreams:r=!1,recoveryMode:a=!1}){this.lexer=e,this.xref=t,this.allowStreams=r,this.recoveryMode=a,this.imageCache=Object.create(null),this.refill()}refill(){this.buf1=this.lexer.getObj(),this.buf2=this.lexer.getObj()}shift(){this.buf2 instanceof o.Cmd&&"ID"===this.buf2.cmd?(this.buf1=this.buf2,this.buf2=null):(this.buf1=this.buf2,this.buf2=this.lexer.getObj())}tryShift(){try{return this.shift(),!0}catch(e){if(e instanceof i.MissingDataException)throw e;return!1}}getObj(e=null){const t=this.buf1;if(this.shift(),t instanceof o.Cmd)switch(t.cmd){case"BI":return this.makeInlineImage(e);case"[":const r=[];while(!(0,o.isCmd)(this.buf1,"]")&&!(0,o.isEOF)(this.buf1))r.push(this.getObj(e));if((0,o.isEOF)(this.buf1)){if(!this.recoveryMode)throw new n.FormatError("End of file inside array");return r}return this.shift(),r;case"<<":const a=new o.Dict(this.xref);while(!(0,o.isCmd)(this.buf1,">>")&&!(0,o.isEOF)(this.buf1)){if(!(0,o.isName)(this.buf1)){(0,n.info)("Malformed dictionary: key must be a name object"),this.shift();continue}const t=this.buf1.name;if(this.shift(),(0,o.isEOF)(this.buf1))break;a.set(t,this.getObj(e))}if((0,o.isEOF)(this.buf1)){if(!this.recoveryMode)throw new n.FormatError("End of file inside dictionary");return a}return(0,o.isCmd)(this.buf2,"stream")?this.allowStreams?this.makeStream(a,e):a:(this.shift(),a);default:return t}if(Number.isInteger(t)){if(Number.isInteger(this.buf1)&&(0,o.isCmd)(this.buf2,"R")){const e=o.Ref.get(t,this.buf1);return this.shift(),this.shift(),e}return t}return"string"===typeof t&&e?e.decryptString(t):t}findDefaultInlineStreamEnd(e){const t=69,r=73,a=32,o=10,s=13,l=10,c=0,d=e.pos;let u,h,p=0;while(-1!==(u=e.getByte()))if(0===p)p=u===t?1:0;else if(1===p)p=u===r?2:0;else if((0,n.assert)(2===p,"findDefaultInlineStreamEnd - invalid state."),u===a||u===o||u===s){h=e.pos;const t=e.peekBytes(l);for(let e=0,r=t.length;e<r;e++)if(u=t[e],(u!==c||t[e+1]===c)&&u!==o&&u!==s&&(u<a||u>127)){p=0;break}if(2===p)break}else p=0;-1===u&&((0,n.warn)("findDefaultInlineStreamEnd: Reached the end of the stream without finding a valid EI marker"),h&&((0,n.warn)('... trying to recover by using the last "EI" occurrence.'),e.skip(-(e.pos-h))));let m=4;return e.skip(-m),u=e.peekByte(),e.skip(m),(0,i.isWhiteSpace)(u)||m--,e.pos-m-d}findDCTDecodeInlineStreamEnd(e){const t=e.pos;let r,a,o=!1;while(-1!==(r=e.getByte()))if(255===r){switch(e.getByte()){case 0:break;case 255:e.skip(-1);break;case 217:o=!0;break;case 192:case 193:case 194:case 195:case 197:case 198:case 199:case 201:case 202:case 203:case 205:case 206:case 207:case 196:case 204:case 218:case 219:case 220:case 221:case 222:case 223:case 224:case 225:case 226:case 227:case 228:case 229:case 230:case 231:case 232:case 233:case 234:case 235:case 236:case 237:case 238:case 239:case 254:a=e.getUint16(),a>2?e.skip(a-2):e.skip(-2);break}if(o)break}const i=e.pos-t;return-1===r?((0,n.warn)("Inline DCTDecode image stream: EOI marker not found, searching for /EI/ instead."),e.skip(-i),this.findDefaultInlineStreamEnd(e)):(this.inlineStreamSkipEI(e),i)}findASCII85DecodeInlineStreamEnd(e){const t=126,r=62,a=e.pos;let o;while(-1!==(o=e.getByte()))if(o===t){const t=e.pos;o=e.peekByte();while((0,i.isWhiteSpace)(o))e.skip(),o=e.peekByte();if(o===r){e.skip();break}if(e.pos>t){const t=e.peekBytes(2);if(69===t[0]&&73===t[1])break}}const s=e.pos-a;return-1===o?((0,n.warn)("Inline ASCII85Decode image stream: EOD marker not found, searching for /EI/ instead."),e.skip(-s),this.findDefaultInlineStreamEnd(e)):(this.inlineStreamSkipEI(e),s)}findASCIIHexDecodeInlineStreamEnd(e){const t=62,r=e.pos;let a;while(-1!==(a=e.getByte()))if(a===t)break;const o=e.pos-r;return-1===a?((0,n.warn)("Inline ASCIIHexDecode image stream: EOD marker not found, searching for /EI/ instead."),e.skip(-o),this.findDefaultInlineStreamEnd(e)):(this.inlineStreamSkipEI(e),o)}inlineStreamSkipEI(e){const t=69,r=73;let a,n=0;while(-1!==(a=e.getByte()))if(0===n)n=a===t?1:0;else if(1===n)n=a===r?2:0;else if(2===n)break}makeInlineImage(e){const t=this.lexer,r=t.stream,a=new o.Dict(this.xref);let i;while(!(0,o.isCmd)(this.buf1,"ID")&&!(0,o.isEOF)(this.buf1)){if(!(0,o.isName)(this.buf1))throw new n.FormatError("Dictionary key must be a name object");const t=this.buf1.name;if(this.shift(),(0,o.isEOF)(this.buf1))break;a.set(t,this.getObj(e))}-1!==t.beginInlineImagePos&&(i=r.pos-t.beginInlineImagePos);const s=a.get("Filter","F");let l;if((0,o.isName)(s))l=s.name;else if(Array.isArray(s)){const e=this.xref.fetchIfRef(s[0]);(0,o.isName)(e)&&(l=e.name)}const c=r.pos;let d;d="DCTDecode"===l||"DCT"===l?this.findDCTDecodeInlineStreamEnd(r):"ASCII85Decode"===l||"A85"===l?this.findASCII85DecodeInlineStreamEnd(r):"ASCIIHexDecode"===l||"AHx"===l?this.findASCIIHexDecodeInlineStreamEnd(r):this.findDefaultInlineStreamEnd(r);let m,f=r.makeSubStream(c,d,a);if(d<u&&i<h){const e=f.getBytes();f.reset();const a=r.pos;r.pos=t.beginInlineImagePos;const n=r.getBytes(i);r.pos=a,m=p(e)+"_"+p(n);const s=this.imageCache[m];if(void 0!==s)return this.buf2=o.Cmd.get("EI"),this.shift(),s.reset(),s}return e&&(f=e.createStream(f,d)),f=this.filter(f,a,d),f.dict=a,void 0!==m&&(f.cacheKey=`inline_${d}_${m}`,this.imageCache[m]=f),this.buf2=o.Cmd.get("EI"),this.shift(),f}_findStreamLength(e,t){const{stream:r}=this.lexer;r.pos=e;const a=2048,n=t.length;while(r.pos<r.end){const o=r.peekBytes(a),i=o.length-n;if(i<=0)break;let s=0;while(s<i){let a=0;while(a<n&&o[s+a]===t[a])a++;if(a>=n)return r.pos+=s,r.pos-e;s++}r.pos+=i}return-1}makeStream(e,t){const r=this.lexer;let a=r.stream;r.skipToNextLine();const s=a.pos-1;let l=e.get("Length");if(Number.isInteger(l)||((0,n.info)(`Bad length "${l}" in stream`),l=0),a.pos=s+l,r.nextChar(),this.tryShift()&&(0,o.isCmd)(this.buf2,"endstream"))this.shift();else{const e=new Uint8Array([101,110,100,115,116,114,101,97,109]);let t=this._findStreamLength(s,e);if(t<0){const r=1;for(let o=1;o<=r;o++){const r=e.length-o,l=e.slice(0,r),c=this._findStreamLength(s,l);if(c>=0){const e=a.peekBytes(r+1)[r];if(!(0,i.isWhiteSpace)(e))break;(0,n.info)(`Found "${(0,n.bytesToString)(l)}" when searching for endstream command.`),t=c;break}}if(t<0)throw new n.FormatError("Missing endstream command.")}l=t,r.nextChar(),this.shift(),this.shift()}return this.shift(),a=a.makeSubStream(s,l,e),t&&(a=t.createStream(a,l)),a=this.filter(a,e,l),a.dict=e,a}filter(e,t,r){let a=t.get("Filter","F"),i=t.get("DecodeParms","DP");if((0,o.isName)(a))return Array.isArray(i)&&(0,n.warn)("/DecodeParms should not contain an Array, when /Filter contains a Name."),this.makeFilter(e,a.name,r,i);let s=r;if(Array.isArray(a)){const t=a,r=i;for(let l=0,c=t.length;l<c;++l){if(a=this.xref.fetchIfRef(t[l]),!(0,o.isName)(a))throw new n.FormatError(`Bad filter name "${a}"`);i=null,Array.isArray(r)&&l in r&&(i=this.xref.fetchIfRef(r[l])),e=this.makeFilter(e,a.name,s,i),s=null}}return e}makeFilter(e,t,r,o){if(0===r)return(0,n.warn)(`Empty "${t}" stream.`),new a.NullStream;try{const i=this.xref.stats.streamTypes;if("FlateDecode"===t||"Fl"===t)return i[n.StreamType.FLATE]=!0,o?new a.PredictorStream(new a.FlateStream(e,r),r,o):new a.FlateStream(e,r);if("LZWDecode"===t||"LZW"===t){i[n.StreamType.LZW]=!0;let t=1;return o?(o.has("EarlyChange")&&(t=o.get("EarlyChange")),new a.PredictorStream(new a.LZWStream(e,r,t),r,o)):new a.LZWStream(e,r,t)}return"DCTDecode"===t||"DCT"===t?(i[n.StreamType.DCT]=!0,new c.JpegStream(e,r,e.dict,o)):"JPXDecode"===t||"JPX"===t?(i[n.StreamType.JPX]=!0,new d.JpxStream(e,r,e.dict,o)):"ASCII85Decode"===t||"A85"===t?(i[n.StreamType.A85]=!0,new a.Ascii85Stream(e,r)):"ASCIIHexDecode"===t||"AHx"===t?(i[n.StreamType.AHX]=!0,new a.AsciiHexStream(e,r)):"CCITTFaxDecode"===t||"CCF"===t?(i[n.StreamType.CCF]=!0,new s.CCITTFaxStream(e,r,o)):"RunLengthDecode"===t||"RL"===t?(i[n.StreamType.RLX]=!0,new a.RunLengthStream(e,r)):"JBIG2Decode"===t?(i[n.StreamType.JBIG]=!0,new l.Jbig2Stream(e,r,e.dict,o)):((0,n.warn)(`Filter "${t}" is not supported.`),e)}catch(u){if(u instanceof i.MissingDataException)throw u;return(0,n.warn)(`Invalid stream: "${u}"`),new a.NullStream}}}t.Parser=m;const f=[1,0,0,0,0,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,2,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];function g(e){return e>=48&&e<=57?15&e:e>=65&&e<=70||e>=97&&e<=102?9+(15&e):-1}class b{constructor(e,t=null){this.stream=e,this.nextChar(),this.strBuf=[],this.knownCommands=t,this._hexStringNumWarn=0,this.beginInlineImagePos=-1}nextChar(){return this.currentChar=this.stream.getByte()}peekChar(){return this.stream.peekByte()}getNumber(){let e=this.currentChar,t=!1,r=0,a=0;if(45===e?(a=-1,e=this.nextChar(),45===e&&(e=this.nextChar())):43===e&&(a=1,e=this.nextChar()),10===e||13===e)do{e=this.nextChar()}while(10===e||13===e);if(46===e&&(r=10,e=this.nextChar()),e<48||e>57){if(10===r&&0===a&&((0,i.isWhiteSpace)(e)||-1===e))return(0,n.warn)("Lexer.getNumber - treating a single decimal point as zero."),0;throw new n.FormatError(`Invalid number: ${String.fromCharCode(e)} (charCode ${e})`)}a=a||1;let o=e-48,s=0,l=1;while((e=this.nextChar())>=0)if(e>=48&&e<=57){const a=e-48;t?s=10*s+a:(0!==r&&(r*=10),o=10*o+a)}else if(46===e){if(0!==r)break;r=1}else if(45===e)(0,n.warn)("Badly formatted number: minus sign in the middle");else{if(69!==e&&101!==e)break;if(e=this.peekChar(),43===e||45===e)l=45===e?-1:1,this.nextChar();else if(e<48||e>57)break;t=!0}return 0!==r&&(o/=r),t&&(o*=10**(l*s)),a*o}getString(){let e=1,t=!1;const r=this.strBuf;r.length=0;let a=this.nextChar();while(1){let o=!1;switch(0|a){case-1:(0,n.warn)("Unterminated string"),t=!0;break;case 40:++e,r.push("(");break;case 41:0===--e?(this.nextChar(),t=!0):r.push(")");break;case 92:switch(a=this.nextChar(),a){case-1:(0,n.warn)("Unterminated string"),t=!0;break;case 110:r.push("\n");break;case 114:r.push("\r");break;case 116:r.push("\t");break;case 98:r.push("\b");break;case 102:r.push("\f");break;case 92:case 40:case 41:r.push(String.fromCharCode(a));break;case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:let e=15&a;a=this.nextChar(),o=!0,a>=48&&a<=55&&(e=(e<<3)+(15&a),a=this.nextChar(),a>=48&&a<=55&&(o=!1,e=(e<<3)+(15&a))),r.push(String.fromCharCode(e));break;case 13:10===this.peekChar()&&this.nextChar();break;case 10:break;default:r.push(String.fromCharCode(a));break}break;default:r.push(String.fromCharCode(a));break}if(t)break;o||(a=this.nextChar())}return r.join("")}getName(){let e,t;const r=this.strBuf;r.length=0;while((e=this.nextChar())>=0&&!f[e])if(35===e){if(e=this.nextChar(),f[e]){(0,n.warn)("Lexer_getName: NUMBER SIGN (#) should be followed by a hexadecimal number."),r.push("#");break}const a=g(e);if(-1!==a){t=e,e=this.nextChar();const o=g(e);if(-1===o){if((0,n.warn)(`Lexer_getName: Illegal digit (${String.fromCharCode(e)}) in hexadecimal number.`),r.push("#",String.fromCharCode(t)),f[e])break;r.push(String.fromCharCode(e));continue}r.push(String.fromCharCode(a<<4|o))}else r.push("#",String.fromCharCode(e))}else r.push(String.fromCharCode(e));return r.length>127&&(0,n.warn)(`Name token is longer than allowed by the spec: ${r.length}`),o.Name.get(r.join(""))}_hexStringWarn(e){const t=5;this._hexStringNumWarn++!==t?this._hexStringNumWarn>t||(0,n.warn)(`getHexString - ignoring invalid character: ${e}`):(0,n.warn)("getHexString - ignoring additional invalid characters.")}getHexString(){const e=this.strBuf;e.length=0;let t,r,a=this.currentChar,o=!0;this._hexStringNumWarn=0;while(1){if(a<0){(0,n.warn)("Unterminated hex string");break}if(62===a){this.nextChar();break}if(1!==f[a]){if(o){if(t=g(a),-1===t){this._hexStringWarn(a),a=this.nextChar();continue}}else{if(r=g(a),-1===r){this._hexStringWarn(a),a=this.nextChar();continue}e.push(String.fromCharCode(t<<4|r))}o=!o,a=this.nextChar()}else a=this.nextChar()}return e.join("")}getObj(){let e=!1,t=this.currentChar;while(1){if(t<0)return o.EOF;if(e)10!==t&&13!==t||(e=!1);else if(37===t)e=!0;else if(1!==f[t])break;t=this.nextChar()}switch(0|t){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:case 43:case 45:case 46:return this.getNumber();case 40:return this.getString();case 47:return this.getName();case 91:return this.nextChar(),o.Cmd.get("[");case 93:return this.nextChar(),o.Cmd.get("]");case 60:return t=this.nextChar(),60===t?(this.nextChar(),o.Cmd.get("<<")):this.getHexString();case 62:return t=this.nextChar(),62===t?(this.nextChar(),o.Cmd.get(">>")):o.Cmd.get(">");case 123:return this.nextChar(),o.Cmd.get("{");case 125:return this.nextChar(),o.Cmd.get("}");case 41:throw this.nextChar(),new n.FormatError(`Illegal character: ${t}`)}let r=String.fromCharCode(t);const a=this.knownCommands;let i=a&&void 0!==a[r];while((t=this.nextChar())>=0&&!f[t]){const e=r+String.fromCharCode(t);if(i&&void 0===a[e])break;if(128===r.length)throw new n.FormatError(`Command token too long: ${r.length}`);r=e,i=a&&void 0!==a[r]}return"true"===r||"false"!==r&&("null"===r?null:("BI"===r&&(this.beginInlineImagePos=this.stream.pos),o.Cmd.get(r)))}skipToNextLine(){let e=this.currentChar;while(e>=0){if(13===e){e=this.nextChar(),10===e&&this.nextChar();break}if(10===e){this.nextChar();break}e=this.nextChar()}}}t.Lexer=b;class v{static create(e){function t(e,t,r=!1){const a=e.get(t);if(Number.isInteger(a)&&(r?a>=0:a>0))return a;throw new Error(`The "${t}" parameter in the linearization dictionary is invalid.`)}function r(e){const t=e.get("H");let r;if(Array.isArray(t)&&(2===(r=t.length)||4===r)){for(let e=0;e<r;e++){const r=t[e];if(!(Number.isInteger(r)&&r>0))throw new Error(`Hint (${e}) in the linearization dictionary is invalid.`)}return t}throw new Error("Hint array in the linearization dictionary is invalid.")}const a=new m({lexer:new b(e),xref:null}),i=a.getObj(),s=a.getObj(),l=a.getObj(),c=a.getObj();let d,u;if(!(Number.isInteger(i)&&Number.isInteger(s)&&(0,o.isCmd)(l,"obj")&&(0,o.isDict)(c)&&(0,n.isNum)(d=c.get("Linearized"))&&d>0))return null;if((u=t(c,"L"))!==e.length)throw new Error('The "L" parameter in the linearization dictionary does not equal the stream length.');return{length:u,hints:r(c),objectNumberFirst:t(c,"O"),endFirst:t(c,"E"),numPages:t(c,"N"),mainXRefEntriesOffset:t(c,"T"),pageFirst:c.has("P")?t(c,"P",!0):0}}}t.Linearization=v},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LZWStream=t.StringStream=t.StreamsSequenceStream=t.Stream=t.RunLengthStream=t.PredictorStream=t.NullStream=t.FlateStream=t.DecodeStream=t.DecryptStream=t.AsciiHexStream=t.Ascii85Stream=void 0;var a=r(2),n=r(5),o=r(8),i=function(){function e(e,t,r,a){this.bytes=e instanceof Uint8Array?e:new Uint8Array(e),this.start=t||0,this.pos=this.start,this.end=t+r||this.bytes.length,this.dict=a}return e.prototype={get length(){return this.end-this.start},get isEmpty(){return 0===this.length},getByte:function(){return this.pos>=this.end?-1:this.bytes[this.pos++]},getUint16:function(){var e=this.getByte(),t=this.getByte();return-1===e||-1===t?-1:(e<<8)+t},getInt32:function(){var e=this.getByte(),t=this.getByte(),r=this.getByte(),a=this.getByte();return(e<<24)+(t<<16)+(r<<8)+a},getBytes(e,t=!1){var r=this.bytes,a=this.pos,n=this.end;if(!e){const e=r.subarray(a,n);return t?new Uint8ClampedArray(e):e}var o=a+e;o>n&&(o=n),this.pos=o;const i=r.subarray(a,o);return t?new Uint8ClampedArray(i):i},peekByte:function(){var e=this.getByte();return-1!==e&&this.pos--,e},peekBytes(e,t=!1){var r=this.getBytes(e,t);return this.pos-=r.length,r},getByteRange(e,t){return e<0&&(e=0),t>this.end&&(t=this.end),this.bytes.subarray(e,t)},skip:function(e){e||(e=1),this.pos+=e},reset:function(){this.pos=this.start},moveStart:function(){this.start=this.pos},makeSubStream:function(t,r,a){return new e(this.bytes.buffer,t,r,a)}},e}();t.Stream=i;var s=function(){function e(e){const t=(0,a.stringToBytes)(e);i.call(this,t)}return e.prototype=i.prototype,e}();t.StringStream=s;var l=function(){var e=new Uint8Array(0);function t(t){if(this._rawMinBufferLength=t||0,this.pos=0,this.bufferLength=0,this.eof=!1,this.buffer=e,this.minBufferLength=512,t)while(this.minBufferLength<t)this.minBufferLength*=2}return t.prototype={get isEmpty(){while(!this.eof&&0===this.bufferLength)this.readBlock();return 0===this.bufferLength},ensureBuffer:function(e){var t=this.buffer;if(e<=t.byteLength)return t;var r=this.minBufferLength;while(r<e)r*=2;var a=new Uint8Array(r);return a.set(t),this.buffer=a},getByte:function(){var e=this.pos;while(this.bufferLength<=e){if(this.eof)return-1;this.readBlock()}return this.buffer[this.pos++]},getUint16:function(){var e=this.getByte(),t=this.getByte();return-1===e||-1===t?-1:(e<<8)+t},getInt32:function(){var e=this.getByte(),t=this.getByte(),r=this.getByte(),a=this.getByte();return(e<<24)+(t<<16)+(r<<8)+a},getBytes(e,t=!1){var r,a=this.pos;if(e){this.ensureBuffer(a+e),r=a+e;while(!this.eof&&this.bufferLength<r)this.readBlock();var n=this.bufferLength;r>n&&(r=n)}else{while(!this.eof)this.readBlock();r=this.bufferLength}this.pos=r;const o=this.buffer.subarray(a,r);return!t||o instanceof Uint8ClampedArray?o:new Uint8ClampedArray(o)},peekByte:function(){var e=this.getByte();return-1!==e&&this.pos--,e},peekBytes(e,t=!1){var r=this.getBytes(e,t);return this.pos-=r.length,r},makeSubStream:function(e,t,r){var a=e+t;while(this.bufferLength<=a&&!this.eof)this.readBlock();return new i(this.buffer,e,t,r)},getByteRange(e,t){(0,a.unreachable)("Should not call DecodeStream.getByteRange")},skip:function(e){e||(e=1),this.pos+=e},reset:function(){this.pos=0},getBaseStreams:function(){return this.str&&this.str.getBaseStreams?this.str.getBaseStreams():[]}},t}();t.DecodeStream=l;var c=function(){function e(e){this.streams=e;let t=0;for(let r=0,a=e.length;r<a;r++){const a=e[r];t+=a instanceof l?a._rawMinBufferLength:a.length}l.call(this,t)}return e.prototype=Object.create(l.prototype),e.prototype.readBlock=function(){var e=this.streams;if(0!==e.length){var t=e.shift(),r=t.getBytes(),a=this.bufferLength,n=a+r.length,o=this.ensureBuffer(n);o.set(r,a),this.bufferLength=n}else this.eof=!0},e.prototype.getBaseStreams=function(){for(var e=[],t=0,r=this.streams.length;t<r;t++){var a=this.streams[t];a.getBaseStreams&&e.push(...a.getBaseStreams())}return e},e}();t.StreamsSequenceStream=c;var d=function(){var e=new Int32Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),t=new Int32Array([3,4,5,6,7,8,9,10,65547,65549,65551,65553,131091,131095,131099,131103,196643,196651,196659,196667,262211,262227,262243,262259,327811,327843,327875,327907,258,258,258]),r=new Int32Array([1,2,3,4,65541,65543,131081,131085,196625,196633,262177,262193,327745,327777,393345,393409,459009,459137,524801,525057,590849,591361,657409,658433,724993,727041,794625,798721,868353,876545]),n=[new Int32Array([459008,524368,524304,524568,459024,524400,524336,590016,459016,524384,524320,589984,524288,524416,524352,590048,459012,524376,524312,589968,459028,524408,524344,590032,459020,524392,524328,59e4,524296,524424,524360,590064,459010,524372,524308,524572,459026,524404,524340,590024,459018,524388,524324,589992,524292,524420,524356,590056,459014,524380,524316,589976,459030,524412,524348,590040,459022,524396,524332,590008,524300,524428,524364,590072,459009,524370,524306,524570,459025,524402,524338,590020,459017,524386,524322,589988,524290,524418,524354,590052,459013,524378,524314,589972,459029,524410,524346,590036,459021,524394,524330,590004,524298,524426,524362,590068,459011,524374,524310,524574,459027,524406,524342,590028,459019,524390,524326,589996,524294,524422,524358,590060,459015,524382,524318,589980,459031,524414,524350,590044,459023,524398,524334,590012,524302,524430,524366,590076,459008,524369,524305,524569,459024,524401,524337,590018,459016,524385,524321,589986,524289,524417,524353,590050,459012,524377,524313,589970,459028,524409,524345,590034,459020,524393,524329,590002,524297,524425,524361,590066,459010,524373,524309,524573,459026,524405,524341,590026,459018,524389,524325,589994,524293,524421,524357,590058,459014,524381,524317,589978,459030,524413,524349,590042,459022,524397,524333,590010,524301,524429,524365,590074,459009,524371,524307,524571,459025,524403,524339,590022,459017,524387,524323,589990,524291,524419,524355,590054,459013,524379,524315,589974,459029,524411,524347,590038,459021,524395,524331,590006,524299,524427,524363,590070,459011,524375,524311,524575,459027,524407,524343,590030,459019,524391,524327,589998,524295,524423,524359,590062,459015,524383,524319,589982,459031,524415,524351,590046,459023,524399,524335,590014,524303,524431,524367,590078,459008,524368,524304,524568,459024,524400,524336,590017,459016,524384,524320,589985,524288,524416,524352,590049,459012,524376,524312,589969,459028,524408,524344,590033,459020,524392,524328,590001,524296,524424,524360,590065,459010,524372,524308,524572,459026,524404,524340,590025,459018,524388,524324,589993,524292,524420,524356,590057,459014,524380,524316,589977,459030,524412,524348,590041,459022,524396,524332,590009,524300,524428,524364,590073,459009,524370,524306,524570,459025,524402,524338,590021,459017,524386,524322,589989,524290,524418,524354,590053,459013,524378,524314,589973,459029,524410,524346,590037,459021,524394,524330,590005,524298,524426,524362,590069,459011,524374,524310,524574,459027,524406,524342,590029,459019,524390,524326,589997,524294,524422,524358,590061,459015,524382,524318,589981,459031,524414,524350,590045,459023,524398,524334,590013,524302,524430,524366,590077,459008,524369,524305,524569,459024,524401,524337,590019,459016,524385,524321,589987,524289,524417,524353,590051,459012,524377,524313,589971,459028,524409,524345,590035,459020,524393,524329,590003,524297,524425,524361,590067,459010,524373,524309,524573,459026,524405,524341,590027,459018,524389,524325,589995,524293,524421,524357,590059,459014,524381,524317,589979,459030,524413,524349,590043,459022,524397,524333,590011,524301,524429,524365,590075,459009,524371,524307,524571,459025,524403,524339,590023,459017,524387,524323,589991,524291,524419,524355,590055,459013,524379,524315,589975,459029,524411,524347,590039,459021,524395,524331,590007,524299,524427,524363,590071,459011,524375,524311,524575,459027,524407,524343,590031,459019,524391,524327,589999,524295,524423,524359,590063,459015,524383,524319,589983,459031,524415,524351,590047,459023,524399,524335,590015,524303,524431,524367,590079]),9],o=[new Int32Array([327680,327696,327688,327704,327684,327700,327692,327708,327682,327698,327690,327706,327686,327702,327694,0,327681,327697,327689,327705,327685,327701,327693,327709,327683,327699,327691,327707,327687,327703,327695,0]),5];function i(e,t){this.str=e,this.dict=e.dict;var r=e.getByte(),n=e.getByte();if(-1===r||-1===n)throw new a.FormatError(`Invalid header in flate stream: ${r}, ${n}`);if(8!==(15&r))throw new a.FormatError(`Unknown compression method in flate stream: ${r}, ${n}`);if(((r<<8)+n)%31!==0)throw new a.FormatError(`Bad FCHECK in flate stream: ${r}, ${n}`);if(32&n)throw new a.FormatError(`FDICT bit set in flate stream: ${r}, ${n}`);this.codeSize=0,this.codeBuf=0,l.call(this,t)}return i.prototype=Object.create(l.prototype),i.prototype.getBits=function(e){var t,r=this.str,n=this.codeSize,o=this.codeBuf;while(n<e){if(-1===(t=r.getByte()))throw new a.FormatError("Bad encoding in flate stream");o|=t<<n,n+=8}return t=o&(1<<e)-1,this.codeBuf=o>>e,this.codeSize=n-=e,t},i.prototype.getCode=function(e){var t,r=this.str,n=e[0],o=e[1],i=this.codeSize,s=this.codeBuf;while(i<o){if(-1===(t=r.getByte()))break;s|=t<<i,i+=8}var l=n[s&(1<<o)-1],c=l>>16,d=65535&l;if(c<1||i<c)throw new a.FormatError("Bad encoding in flate stream");return this.codeBuf=s>>c,this.codeSize=i-c,d},i.prototype.generateHuffmanTable=function(e){var t,r=e.length,a=0;for(t=0;t<r;++t)e[t]>a&&(a=e[t]);for(var n=1<<a,o=new Int32Array(n),i=1,s=0,l=2;i<=a;++i,s<<=1,l<<=1)for(var c=0;c<r;++c)if(e[c]===i){var d=0,u=s;for(t=0;t<i;++t)d=d<<1|1&u,u>>=1;for(t=d;t<n;t+=l)o[t]=i<<16|c;++s}return[o,a]},i.prototype.readBlock=function(){var i,s,l=this.str,c=this.getBits(3);if(1&c&&(this.eof=!0),c>>=1,0!==c){var d,u;if(1===c)d=n,u=o;else{if(2!==c)throw new a.FormatError("Unknown block type in flate stream");var h,p=this.getBits(5)+257,m=this.getBits(5)+1,f=this.getBits(4)+4,g=new Uint8Array(e.length);for(h=0;h<f;++h)g[e[h]]=this.getBits(3);var b=this.generateHuffmanTable(g);s=0,h=0;var v,w,y,x=p+m,k=new Uint8Array(x);while(h<x){var A=this.getCode(b);if(16===A)v=2,w=3,y=s;else if(17===A)v=3,w=3,y=s=0;else{if(18!==A){k[h++]=s=A;continue}v=7,w=11,y=s=0}var C=this.getBits(v)+w;while(C-- >0)k[h++]=y}d=this.generateHuffmanTable(k.subarray(0,p)),u=this.generateHuffmanTable(k.subarray(p,x))}i=this.buffer;var S=i?i.length:0,_=this.bufferLength;while(1){var E=this.getCode(d);if(E<256)_+1>=S&&(i=this.ensureBuffer(_+1),S=i.length),i[_++]=E;else{if(256===E)return void(this.bufferLength=_);E-=257,E=t[E];var P=E>>16;P>0&&(P=this.getBits(P)),s=(65535&E)+P,E=this.getCode(u),E=r[E],P=E>>16,P>0&&(P=this.getBits(P));var T=(65535&E)+P;_+s>=S&&(i=this.ensureBuffer(_+s),S=i.length);for(var I=0;I<s;++I,++_)i[_]=i[_-T]}}}else{var O;if(-1===(O=l.getByte()))throw new a.FormatError("Bad block header in flate stream");var L=O;if(-1===(O=l.getByte()))throw new a.FormatError("Bad block header in flate stream");if(L|=O<<8,-1===(O=l.getByte()))throw new a.FormatError("Bad block header in flate stream");var F=O;if(-1===(O=l.getByte()))throw new a.FormatError("Bad block header in flate stream");if(F|=O<<8,F!==(65535&~L)&&(0!==L||0!==F))throw new a.FormatError("Bad uncompressed block length in flate stream");this.codeBuf=0,this.codeSize=0;const e=this.bufferLength,t=e+L;if(i=this.ensureBuffer(t),this.bufferLength=t,0===L)-1===l.peekByte()&&(this.eof=!0);else{const t=l.getBytes(L);i.set(t,e),t.length<L&&(this.eof=!0)}}},i}();t.FlateStream=d;var u=function(){function e(e,t,r){if(!(0,n.isDict)(r))return e;var o=this.predictor=r.get("Predictor")||1;if(o<=1)return e;if(2!==o&&(o<10||o>15))throw new a.FormatError(`Unsupported predictor: ${o}`);this.readBlock=2===o?this.readBlockTiff:this.readBlockPng,this.str=e,this.dict=e.dict;var i=this.colors=r.get("Colors")||1,s=this.bits=r.get("BitsPerComponent")||8,c=this.columns=r.get("Columns")||1;return this.pixBytes=i*s+7>>3,this.rowBytes=c*i*s+7>>3,l.call(this,t),this}return e.prototype=Object.create(l.prototype),e.prototype.readBlockTiff=function(){var e=this.rowBytes,t=this.bufferLength,r=this.ensureBuffer(t+e),a=this.bits,n=this.colors,o=this.str.getBytes(e);if(this.eof=!o.length,!this.eof){var i,s=0,l=0,c=0,d=0,u=t;if(1===a&&1===n)for(i=0;i<e;++i){var h=o[i]^s;h^=h>>1,h^=h>>2,h^=h>>4,s=(1&h)<<7,r[u++]=h}else if(8===a){for(i=0;i<n;++i)r[u++]=o[i];for(;i<e;++i)r[u]=r[u-n]+o[i],u++}else if(16===a){var p=2*n;for(i=0;i<p;++i)r[u++]=o[i];for(;i<e;i+=2){var m=((255&o[i])<<8)+(255&o[i+1])+((255&r[u-p])<<8)+(255&r[u-p+1]);r[u++]=m>>8&255,r[u++]=255&m}}else{var f=new Uint8Array(n+1),g=(1<<a)-1,b=0,v=t,w=this.columns;for(i=0;i<w;++i)for(var y=0;y<n;++y)c<a&&(s=s<<8|255&o[b++],c+=8),f[y]=f[y]+(s>>c-a)&g,c-=a,l=l<<a|f[y],d+=a,d>=8&&(r[v++]=l>>d-8&255,d-=8);d>0&&(r[v++]=(l<<8-d)+(s&(1<<8-d)-1))}this.bufferLength+=e}},e.prototype.readBlockPng=function(){var e=this.rowBytes,t=this.pixBytes,r=this.str.getByte(),n=this.str.getBytes(e);if(this.eof=!n.length,!this.eof){var o=this.bufferLength,i=this.ensureBuffer(o+e),s=i.subarray(o-e,o);0===s.length&&(s=new Uint8Array(e));var l,c,d,u=o;switch(r){case 0:for(l=0;l<e;++l)i[u++]=n[l];break;case 1:for(l=0;l<t;++l)i[u++]=n[l];for(;l<e;++l)i[u]=i[u-t]+n[l]&255,u++;break;case 2:for(l=0;l<e;++l)i[u++]=s[l]+n[l]&255;break;case 3:for(l=0;l<t;++l)i[u++]=(s[l]>>1)+n[l];for(;l<e;++l)i[u]=(s[l]+i[u-t]>>1)+n[l]&255,u++;break;case 4:for(l=0;l<t;++l)c=s[l],d=n[l],i[u++]=c+d;for(;l<e;++l){c=s[l];var h=s[l-t],p=i[u-t],m=p+c-h,f=m-p;f<0&&(f=-f);var g=m-c;g<0&&(g=-g);var b=m-h;b<0&&(b=-b),d=n[l],i[u++]=f<=g&&f<=b?p+d:g<=b?c+d:h+d}break;default:throw new a.FormatError(`Unsupported predictor: ${r}`)}this.bufferLength+=e}},e}();t.PredictorStream=u;var h=function(){function e(e,t,r){this.str=e,this.dict=e.dict,this.decrypt=r,this.nextChunk=null,this.initialized=!1,l.call(this,t)}var t=512;return e.prototype=Object.create(l.prototype),e.prototype.readBlock=function(){var e;if(this.initialized?e=this.nextChunk:(e=this.str.getBytes(t),this.initialized=!0),e&&0!==e.length){this.nextChunk=this.str.getBytes(t);var r=this.nextChunk&&this.nextChunk.length>0,a=this.decrypt;e=a(e,!r);var n,o=this.bufferLength,i=e.length,s=this.ensureBuffer(o+i);for(n=0;n<i;n++)s[o++]=e[n];this.bufferLength=o}else this.eof=!0},e}();t.DecryptStream=h;var p=function(){function e(e,t){this.str=e,this.dict=e.dict,this.input=new Uint8Array(5),t&&(t*=.8),l.call(this,t)}return e.prototype=Object.create(l.prototype),e.prototype.readBlock=function(){var e=126,t=122,r=-1,a=this.str,n=a.getByte();while((0,o.isWhiteSpace)(n))n=a.getByte();if(n!==r&&n!==e){var i,s,l=this.bufferLength;if(n===t){for(i=this.ensureBuffer(l+4),s=0;s<4;++s)i[l+s]=0;this.bufferLength+=4}else{var c=this.input;for(c[0]=n,s=1;s<5;++s){n=a.getByte();while((0,o.isWhiteSpace)(n))n=a.getByte();if(c[s]=n,n===r||n===e)break}if(i=this.ensureBuffer(l+s-1),this.bufferLength+=s-1,s<5){for(;s<5;++s)c[s]=117;this.eof=!0}var d=0;for(s=0;s<5;++s)d=85*d+(c[s]-33);for(s=3;s>=0;--s)i[l+s]=255&d,d>>=8}}else this.eof=!0},e}();t.Ascii85Stream=p;var m=function(){function e(e,t){this.str=e,this.dict=e.dict,this.firstDigit=-1,t&&(t*=.5),l.call(this,t)}return e.prototype=Object.create(l.prototype),e.prototype.readBlock=function(){var e=8e3,t=this.str.getBytes(e);if(t.length){for(var r=t.length+1>>1,a=this.ensureBuffer(this.bufferLength+r),n=this.bufferLength,o=this.firstDigit,i=0,s=t.length;i<s;i++){var l,c=t[i];if(c>=48&&c<=57)l=15&c;else{if(!(c>=65&&c<=70||c>=97&&c<=102)){if(62===c){this.eof=!0;break}continue}l=9+(15&c)}o<0?o=l:(a[n++]=o<<4|l,o=-1)}o>=0&&this.eof&&(a[n++]=o<<4,o=-1),this.firstDigit=o,this.bufferLength=n}else this.eof=!0},e}();t.AsciiHexStream=m;var f=function(){function e(e,t){this.str=e,this.dict=e.dict,l.call(this,t)}return e.prototype=Object.create(l.prototype),e.prototype.readBlock=function(){var e=this.str.getBytes(2);if(!e||e.length<2||128===e[0])this.eof=!0;else{var t,r=this.bufferLength,a=e[0];if(a<128){if(t=this.ensureBuffer(r+a+1),t[r++]=e[1],a>0){var n=this.str.getBytes(a);t.set(n,r),r+=a}}else{a=257-a;var o=e[1];t=this.ensureBuffer(r+a+1);for(var i=0;i<a;i++)t[r++]=o}this.bufferLength=r}},e}();t.RunLengthStream=f;var g=function(){function e(e,t,r){this.str=e,this.dict=e.dict,this.cachedData=0,this.bitsCached=0;for(var a=4096,n={earlyChange:r,codeLength:9,nextCode:258,dictionaryValues:new Uint8Array(a),dictionaryLengths:new Uint16Array(a),dictionaryPrevCodes:new Uint16Array(a),currentSequence:new Uint8Array(a),currentSequenceLength:0},o=0;o<256;++o)n.dictionaryValues[o]=o,n.dictionaryLengths[o]=1;this.lzwState=n,l.call(this,t)}return e.prototype=Object.create(l.prototype),e.prototype.readBits=function(e){var t=this.bitsCached,r=this.cachedData;while(t<e){var a=this.str.getByte();if(-1===a)return this.eof=!0,null;r=r<<8|a,t+=8}return this.bitsCached=t-=e,this.cachedData=r,this.lastCode=null,r>>>t&(1<<e)-1},e.prototype.readBlock=function(){var e,t,r,a=512,n=2*a,o=a,i=this.lzwState;if(i){var s=i.earlyChange,l=i.nextCode,c=i.dictionaryValues,d=i.dictionaryLengths,u=i.dictionaryPrevCodes,h=i.codeLength,p=i.prevCode,m=i.currentSequence,f=i.currentSequenceLength,g=0,b=this.bufferLength,v=this.ensureBuffer(this.bufferLength+n);for(e=0;e<a;e++){var w=this.readBits(h),y=f>0;if(w<256)m[0]=w,f=1;else{if(!(w>=258)){if(256===w){h=9,l=258,f=0;continue}this.eof=!0,delete this.lzwState;break}if(w<l)for(f=d[w],t=f-1,r=w;t>=0;t--)m[t]=c[r],r=u[r];else m[f++]=m[0]}if(y&&(u[l]=p,d[l]=d[p]+1,c[l]=m[0],l++,h=l+s&l+s-1?h:0|Math.min(Math.log(l+s)/.6931471805599453+1,12)),p=w,g+=f,n<g){do{n+=o}while(n<g);v=this.ensureBuffer(this.bufferLength+n)}for(t=0;t<f;t++)v[b++]=m[t]}i.nextCode=l,i.codeLength=h,i.prevCode=p,i.currentSequenceLength=f,this.bufferLength=b}},e}();t.LZWStream=g;var b=function(){function e(){i.call(this,new Uint8Array(0))}return e.prototype=i.prototype,e}();t.NullStream=b},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CCITTFaxStream=void 0;var a=r(5),n=r(14),o=r(12),i=function(){function e(e,t,r){this.str=e,this.dict=e.dict,(0,a.isDict)(r)||(r=a.Dict.empty);const i={next(){return e.getByte()}};this.ccittFaxDecoder=new n.CCITTFaxDecoder(i,{K:r.get("K"),EndOfLine:r.get("EndOfLine"),EncodedByteAlign:r.get("EncodedByteAlign"),Columns:r.get("Columns"),Rows:r.get("Rows"),EndOfBlock:r.get("EndOfBlock"),BlackIs1:r.get("BlackIs1")}),o.DecodeStream.call(this,t)}return e.prototype=Object.create(o.DecodeStream.prototype),e.prototype.readBlock=function(){while(!this.eof){const e=this.ccittFaxDecoder.readNextChar();if(-1===e)return void(this.eof=!0);this.ensureBuffer(this.bufferLength+1),this.buffer[this.bufferLength++]=e}},e}();t.CCITTFaxStream=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CCITTFaxDecoder=void 0;var a=r(2);const n=function(){const e=-2,t=-1,r=0,n=1,o=2,i=3,s=4,l=5,c=6,d=7,u=8,h=[[-1,-1],[-1,-1],[7,u],[7,d],[6,c],[6,c],[6,l],[6,l],[4,r],[4,r],[4,r],[4,r],[4,r],[4,r],[4,r],[4,r],[3,n],[3,n],[3,n],[3,n],[3,n],[3,n],[3,n],[3,n],[3,n],[3,n],[3,n],[3,n],[3,n],[3,n],[3,n],[3,n],[3,s],[3,s],[3,s],[3,s],[3,s],[3,s],[3,s],[3,s],[3,s],[3,s],[3,s],[3,s],[3,s],[3,s],[3,s],[3,s],[3,i],[3,i],[3,i],[3,i],[3,i],[3,i],[3,i],[3,i],[3,i],[3,i],[3,i],[3,i],[3,i],[3,i],[3,i],[3,i],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o],[1,o]],p=[[-1,-1],[12,e],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[11,1792],[11,1792],[12,1984],[12,2048],[12,2112],[12,2176],[12,2240],[12,2304],[11,1856],[11,1856],[11,1920],[11,1920],[12,2368],[12,2432],[12,2496],[12,2560]],m=[[-1,-1],[-1,-1],[-1,-1],[-1,-1],[8,29],[8,29],[8,30],[8,30],[8,45],[8,45],[8,46],[8,46],[7,22],[7,22],[7,22],[7,22],[7,23],[7,23],[7,23],[7,23],[8,47],[8,47],[8,48],[8,48],[6,13],[6,13],[6,13],[6,13],[6,13],[6,13],[6,13],[6,13],[7,20],[7,20],[7,20],[7,20],[8,33],[8,33],[8,34],[8,34],[8,35],[8,35],[8,36],[8,36],[8,37],[8,37],[8,38],[8,38],[7,19],[7,19],[7,19],[7,19],[8,31],[8,31],[8,32],[8,32],[6,1],[6,1],[6,1],[6,1],[6,1],[6,1],[6,1],[6,1],[6,12],[6,12],[6,12],[6,12],[6,12],[6,12],[6,12],[6,12],[8,53],[8,53],[8,54],[8,54],[7,26],[7,26],[7,26],[7,26],[8,39],[8,39],[8,40],[8,40],[8,41],[8,41],[8,42],[8,42],[8,43],[8,43],[8,44],[8,44],[7,21],[7,21],[7,21],[7,21],[7,28],[7,28],[7,28],[7,28],[8,61],[8,61],[8,62],[8,62],[8,63],[8,63],[8,0],[8,0],[8,320],[8,320],[8,384],[8,384],[5,10],[5,10],[5,10],[5,10],[5,10],[5,10],[5,10],[5,10],[5,10],[5,10],[5,10],[5,10],[5,10],[5,10],[5,10],[5,10],[5,11],[5,11],[5,11],[5,11],[5,11],[5,11],[5,11],[5,11],[5,11],[5,11],[5,11],[5,11],[5,11],[5,11],[5,11],[5,11],[7,27],[7,27],[7,27],[7,27],[8,59],[8,59],[8,60],[8,60],[9,1472],[9,1536],[9,1600],[9,1728],[7,18],[7,18],[7,18],[7,18],[7,24],[7,24],[7,24],[7,24],[8,49],[8,49],[8,50],[8,50],[8,51],[8,51],[8,52],[8,52],[7,25],[7,25],[7,25],[7,25],[8,55],[8,55],[8,56],[8,56],[8,57],[8,57],[8,58],[8,58],[6,192],[6,192],[6,192],[6,192],[6,192],[6,192],[6,192],[6,192],[6,1664],[6,1664],[6,1664],[6,1664],[6,1664],[6,1664],[6,1664],[6,1664],[8,448],[8,448],[8,512],[8,512],[9,704],[9,768],[8,640],[8,640],[8,576],[8,576],[9,832],[9,896],[9,960],[9,1024],[9,1088],[9,1152],[9,1216],[9,1280],[9,1344],[9,1408],[7,256],[7,256],[7,256],[7,256],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[5,128],[5,128],[5,128],[5,128],[5,128],[5,128],[5,128],[5,128],[5,128],[5,128],[5,128],[5,128],[5,128],[5,128],[5,128],[5,128],[5,8],[5,8],[5,8],[5,8],[5,8],[5,8],[5,8],[5,8],[5,8],[5,8],[5,8],[5,8],[5,8],[5,8],[5,8],[5,8],[5,9],[5,9],[5,9],[5,9],[5,9],[5,9],[5,9],[5,9],[5,9],[5,9],[5,9],[5,9],[5,9],[5,9],[5,9],[5,9],[6,16],[6,16],[6,16],[6,16],[6,16],[6,16],[6,16],[6,16],[6,17],[6,17],[6,17],[6,17],[6,17],[6,17],[6,17],[6,17],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,4],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[4,5],[6,14],[6,14],[6,14],[6,14],[6,14],[6,14],[6,14],[6,14],[6,15],[6,15],[6,15],[6,15],[6,15],[6,15],[6,15],[6,15],[5,64],[5,64],[5,64],[5,64],[5,64],[5,64],[5,64],[5,64],[5,64],[5,64],[5,64],[5,64],[5,64],[5,64],[5,64],[5,64],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,6],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7]],f=[[-1,-1],[-1,-1],[12,e],[12,e],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[11,1792],[11,1792],[11,1792],[11,1792],[12,1984],[12,1984],[12,2048],[12,2048],[12,2112],[12,2112],[12,2176],[12,2176],[12,2240],[12,2240],[12,2304],[12,2304],[11,1856],[11,1856],[11,1856],[11,1856],[11,1920],[11,1920],[11,1920],[11,1920],[12,2368],[12,2368],[12,2432],[12,2432],[12,2496],[12,2496],[12,2560],[12,2560],[10,18],[10,18],[10,18],[10,18],[10,18],[10,18],[10,18],[10,18],[12,52],[12,52],[13,640],[13,704],[13,768],[13,832],[12,55],[12,55],[12,56],[12,56],[13,1280],[13,1344],[13,1408],[13,1472],[12,59],[12,59],[12,60],[12,60],[13,1536],[13,1600],[11,24],[11,24],[11,24],[11,24],[11,25],[11,25],[11,25],[11,25],[13,1664],[13,1728],[12,320],[12,320],[12,384],[12,384],[12,448],[12,448],[13,512],[13,576],[12,53],[12,53],[12,54],[12,54],[13,896],[13,960],[13,1024],[13,1088],[13,1152],[13,1216],[10,64],[10,64],[10,64],[10,64],[10,64],[10,64],[10,64],[10,64]],g=[[8,13],[8,13],[8,13],[8,13],[8,13],[8,13],[8,13],[8,13],[8,13],[8,13],[8,13],[8,13],[8,13],[8,13],[8,13],[8,13],[11,23],[11,23],[12,50],[12,51],[12,44],[12,45],[12,46],[12,47],[12,57],[12,58],[12,61],[12,256],[10,16],[10,16],[10,16],[10,16],[10,17],[10,17],[10,17],[10,17],[12,48],[12,49],[12,62],[12,63],[12,30],[12,31],[12,32],[12,33],[12,40],[12,41],[11,22],[11,22],[8,14],[8,14],[8,14],[8,14],[8,14],[8,14],[8,14],[8,14],[8,14],[8,14],[8,14],[8,14],[8,14],[8,14],[8,14],[8,14],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,10],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[7,11],[9,15],[9,15],[9,15],[9,15],[9,15],[9,15],[9,15],[9,15],[12,128],[12,192],[12,26],[12,27],[12,28],[12,29],[11,19],[11,19],[11,20],[11,20],[12,34],[12,35],[12,36],[12,37],[12,38],[12,39],[11,21],[11,21],[12,42],[12,43],[10,0],[10,0],[10,0],[10,0],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12],[7,12]],b=[[-1,-1],[-1,-1],[-1,-1],[-1,-1],[6,9],[6,8],[5,7],[5,7],[4,6],[4,6],[4,6],[4,6],[4,5],[4,5],[4,5],[4,5],[3,1],[3,1],[3,1],[3,1],[3,1],[3,1],[3,1],[3,1],[3,4],[3,4],[3,4],[3,4],[3,4],[3,4],[3,4],[3,4],[2,3],[2,3],[2,3],[2,3],[2,3],[2,3],[2,3],[2,3],[2,3],[2,3],[2,3],[2,3],[2,3],[2,3],[2,3],[2,3],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2],[2,2]];function v(e,t={}){if(!e||"function"!==typeof e.next)throw new Error('CCITTFaxDecoder - invalid "source" parameter.');this.source=e,this.eof=!1,this.encoding=t.K||0,this.eoline=t.EndOfLine||!1,this.byteAlign=t.EncodedByteAlign||!1,this.columns=t.Columns||1728,this.rows=t.Rows||0;let r,a=t.EndOfBlock;null!==a&&void 0!==a||(a=!0),this.eoblock=a,this.black=t.BlackIs1||!1,this.codingLine=new Uint32Array(this.columns+1),this.refLine=new Uint32Array(this.columns+2),this.codingLine[0]=this.columns,this.codingPos=0,this.row=0,this.nextLine2D=this.encoding<0,this.inputBits=0,this.inputBuf=0,this.outputBits=0,this.rowsDone=!1;while(0===(r=this._lookBits(12)))this._eatBits(1);1===r&&this._eatBits(12),this.encoding>0&&(this.nextLine2D=!this._lookBits(1),this._eatBits(1))}return v.prototype={readNextChar(){if(this.eof)return-1;const e=this.refLine,h=this.codingLine,p=this.columns;let m,f,g,b,v;if(0===this.outputBits){if(this.rowsDone&&(this.eof=!0),this.eof)return-1;let g,v,w;if(this.err=!1,this.nextLine2D){for(b=0;h[b]<p;++b)e[b]=h[b];e[b++]=p,e[b]=p,h[0]=0,this.codingPos=0,m=0,f=0;while(h[this.codingPos]<p)switch(g=this._getTwoDimCode(),g){case r:this._addPixels(e[m+1],f),e[m+1]<p&&(m+=2);break;case n:if(g=v=0,f){do{g+=w=this._getBlackCode()}while(w>=64);do{v+=w=this._getWhiteCode()}while(w>=64)}else{do{g+=w=this._getWhiteCode()}while(w>=64);do{v+=w=this._getBlackCode()}while(w>=64)}this._addPixels(h[this.codingPos]+g,f),h[this.codingPos]<p&&this._addPixels(h[this.codingPos]+v,1^f);while(e[m]<=h[this.codingPos]&&e[m]<p)m+=2;break;case d:if(this._addPixels(e[m]+3,f),f^=1,h[this.codingPos]<p){++m;while(e[m]<=h[this.codingPos]&&e[m]<p)m+=2}break;case l:if(this._addPixels(e[m]+2,f),f^=1,h[this.codingPos]<p){++m;while(e[m]<=h[this.codingPos]&&e[m]<p)m+=2}break;case i:if(this._addPixels(e[m]+1,f),f^=1,h[this.codingPos]<p){++m;while(e[m]<=h[this.codingPos]&&e[m]<p)m+=2}break;case o:if(this._addPixels(e[m],f),f^=1,h[this.codingPos]<p){++m;while(e[m]<=h[this.codingPos]&&e[m]<p)m+=2}break;case u:if(this._addPixelsNeg(e[m]-3,f),f^=1,h[this.codingPos]<p){m>0?--m:++m;while(e[m]<=h[this.codingPos]&&e[m]<p)m+=2}break;case c:if(this._addPixelsNeg(e[m]-2,f),f^=1,h[this.codingPos]<p){m>0?--m:++m;while(e[m]<=h[this.codingPos]&&e[m]<p)m+=2}break;case s:if(this._addPixelsNeg(e[m]-1,f),f^=1,h[this.codingPos]<p){m>0?--m:++m;while(e[m]<=h[this.codingPos]&&e[m]<p)m+=2}break;case t:this._addPixels(p,0),this.eof=!0;break;default:(0,a.info)("bad 2d code"),this._addPixels(p,0),this.err=!0}}else{h[0]=0,this.codingPos=0,f=0;while(h[this.codingPos]<p){if(g=0,f)do{g+=w=this._getBlackCode()}while(w>=64);else do{g+=w=this._getWhiteCode()}while(w>=64);this._addPixels(h[this.codingPos]+g,f),f^=1}}let y=!1;if(this.byteAlign&&(this.inputBits&=-8),this.eoblock||this.row!==this.rows-1){if(g=this._lookBits(12),this.eoline)while(g!==t&&1!==g)this._eatBits(1),g=this._lookBits(12);else while(0===g)this._eatBits(1),g=this._lookBits(12);1===g?(this._eatBits(12),y=!0):g===t&&(this.eof=!0)}else this.rowsDone=!0;if(!this.eof&&this.encoding>0&&!this.rowsDone&&(this.nextLine2D=!this._lookBits(1),this._eatBits(1)),this.eoblock&&y&&this.byteAlign){if(g=this._lookBits(12),1===g){if(this._eatBits(12),this.encoding>0&&(this._lookBits(1),this._eatBits(1)),this.encoding>=0)for(b=0;b<4;++b)g=this._lookBits(12),1!==g&&(0,a.info)("bad rtc code: "+g),this._eatBits(12),this.encoding>0&&(this._lookBits(1),this._eatBits(1));this.eof=!0}}else if(this.err&&this.eoline){while(1){if(g=this._lookBits(13),g===t)return this.eof=!0,-1;if(g>>1===1)break;this._eatBits(1)}this._eatBits(12),this.encoding>0&&(this._eatBits(1),this.nextLine2D=!(1&g))}h[0]>0?this.outputBits=h[this.codingPos=0]:this.outputBits=h[this.codingPos=1],this.row++}if(this.outputBits>=8)v=1&this.codingPos?0:255,this.outputBits-=8,0===this.outputBits&&h[this.codingPos]<p&&(this.codingPos++,this.outputBits=h[this.codingPos]-h[this.codingPos-1]);else{g=8,v=0;do{this.outputBits>g?(v<<=g,1&this.codingPos||(v|=255>>8-g),this.outputBits-=g,g=0):(v<<=this.outputBits,1&this.codingPos||(v|=255>>8-this.outputBits),g-=this.outputBits,this.outputBits=0,h[this.codingPos]<p?(this.codingPos++,this.outputBits=h[this.codingPos]-h[this.codingPos-1]):g>0&&(v<<=g,g=0))}while(g)}return this.black&&(v^=255),v},_addPixels(e,t){const r=this.codingLine;let n=this.codingPos;e>r[n]&&(e>this.columns&&((0,a.info)("row is wrong length"),this.err=!0,e=this.columns),1&n^t&&++n,r[n]=e),this.codingPos=n},_addPixelsNeg(e,t){const r=this.codingLine;let n=this.codingPos;if(e>r[n])e>this.columns&&((0,a.info)("row is wrong length"),this.err=!0,e=this.columns),1&n^t&&++n,r[n]=e;else if(e<r[n]){e<0&&((0,a.info)("invalid code"),this.err=!0,e=0);while(n>0&&e<r[n-1])--n;r[n]=e}this.codingPos=n},_findTableCode(e,r,a,n){const o=n||0;for(let i=e;i<=r;++i){let e=this._lookBits(i);if(e===t)return[!0,1,!1];if(i<r&&(e<<=r-i),!o||e>=o){const t=a[e-o];if(t[0]===i)return this._eatBits(i),[!0,t[1],!0]}}return[!1,0,!1]},_getTwoDimCode(){let e,r=0;if(this.eoblock){if(r=this._lookBits(7),e=h[r],e&&e[0]>0)return this._eatBits(e[0]),e[1]}else{const e=this._findTableCode(1,7,h);if(e[0]&&e[2])return e[1]}return(0,a.info)("Bad two dim code"),t},_getWhiteCode(){let e,r=0;if(this.eoblock){if(r=this._lookBits(12),r===t)return 1;if(e=r>>5===0?p[r]:m[r>>3],e[0]>0)return this._eatBits(e[0]),e[1]}else{let e=this._findTableCode(1,9,m);if(e[0])return e[1];if(e=this._findTableCode(11,12,p),e[0])return e[1]}return(0,a.info)("bad white code"),this._eatBits(1),1},_getBlackCode(){let e,r;if(this.eoblock){if(e=this._lookBits(13),e===t)return 1;if(r=e>>7===0?f[e]:e>>9===0&&e>>7!==0?g[(e>>1)-64]:b[e>>7],r[0]>0)return this._eatBits(r[0]),r[1]}else{let e=this._findTableCode(2,6,b);if(e[0])return e[1];if(e=this._findTableCode(7,12,g,64),e[0])return e[1];if(e=this._findTableCode(10,13,f),e[0])return e[1]}return(0,a.info)("bad black code"),this._eatBits(1),1},_lookBits(e){let r;while(this.inputBits<e){if(-1===(r=this.source.next()))return 0===this.inputBits?t:this.inputBuf<<e-this.inputBits&65535>>16-e;this.inputBuf=this.inputBuf<<8|r,this.inputBits+=8}return this.inputBuf>>this.inputBits-e&65535>>16-e},_eatBits(e){(this.inputBits-=e)<0&&(this.inputBits=0)}},v}();t.CCITTFaxDecoder=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Jbig2Stream=void 0;var a=r(5),n=r(12),o=r(16),i=r(2);const s=function(){function e(e,t,r,a){this.stream=e,this.maybeLength=t,this.dict=r,this.params=a,n.DecodeStream.call(this,t)}return e.prototype=Object.create(n.DecodeStream.prototype),Object.defineProperty(e.prototype,"bytes",{get(){return(0,i.shadow)(this,"bytes",this.stream.getBytes(this.maybeLength))},configurable:!0}),e.prototype.ensureBuffer=function(e){},e.prototype.readBlock=function(){if(this.eof)return;const e=new o.Jbig2Image,t=[];if((0,a.isDict)(this.params)){const e=this.params.get("JBIG2Globals");if((0,a.isStream)(e)){const r=e.getBytes();t.push({data:r,start:0,end:r.length})}}t.push({data:this.bytes,start:0,end:this.bytes.length});const r=e.parseChunks(t),n=r.length;for(let a=0;a<n;a++)r[a]^=255;this.buffer=r,this.bufferLength=n,this.eof=!0},e}();t.Jbig2Stream=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Jbig2Image=void 0;var a=r(2),n=r(8),o=r(17),i=r(14);class s extends a.BaseException{constructor(e){super(`JBIG2 error: ${e}`)}}var l=function(){function e(){}function t(e,t,r){this.data=e,this.start=t,this.end=r}function r(e,t,r){var a=e.getContexts(t),n=1;function o(e){for(var t=0,o=0;o<e;o++){var i=r.readBit(a,n);n=n<256?n<<1|i:511&(n<<1|i)|256,t=t<<1|i}return t>>>0}var i=o(1),s=o(1)?o(1)?o(1)?o(1)?o(1)?o(32)+4436:o(12)+340:o(8)+84:o(6)+20:o(4)+4:o(2);return 0===i?s:s>0?-s:null}function l(e,t,r){for(var a=e.getContexts("IAID"),n=1,o=0;o<r;o++){var i=t.readBit(a,n);n=n<<1|i}return r<31?n&(1<<r)-1:2147483647&n}e.prototype={getContexts(e){return e in this?this[e]:this[e]=new Int8Array(65536)}},t.prototype={get decoder(){var e=new o.ArithmeticDecoder(this.data,this.start,this.end);return(0,a.shadow)(this,"decoder",e)},get contextCache(){var t=new e;return(0,a.shadow)(this,"contextCache",t)}};var c=["SymbolDictionary",null,null,null,"IntermediateTextRegion",null,"ImmediateTextRegion","ImmediateLosslessTextRegion",null,null,null,null,null,null,null,null,"PatternDictionary",null,null,null,"IntermediateHalftoneRegion",null,"ImmediateHalftoneRegion","ImmediateLosslessHalftoneRegion",null,null,null,null,null,null,null,null,null,null,null,null,"IntermediateGenericRegion",null,"ImmediateGenericRegion","ImmediateLosslessGenericRegion","IntermediateGenericRefinementRegion",null,"ImmediateGenericRefinementRegion","ImmediateLosslessGenericRefinementRegion",null,null,null,null,"PageInformation","EndOfPage","EndOfStripe","EndOfFile","Profiles","Tables",null,null,null,null,null,null,null,null,"Extension"],d=[[{x:-1,y:-2},{x:0,y:-2},{x:1,y:-2},{x:-2,y:-1},{x:-1,y:-1},{x:0,y:-1},{x:1,y:-1},{x:2,y:-1},{x:-4,y:0},{x:-3,y:0},{x:-2,y:0},{x:-1,y:0}],[{x:-1,y:-2},{x:0,y:-2},{x:1,y:-2},{x:2,y:-2},{x:-2,y:-1},{x:-1,y:-1},{x:0,y:-1},{x:1,y:-1},{x:2,y:-1},{x:-3,y:0},{x:-2,y:0},{x:-1,y:0}],[{x:-1,y:-2},{x:0,y:-2},{x:1,y:-2},{x:-2,y:-1},{x:-1,y:-1},{x:0,y:-1},{x:1,y:-1},{x:-2,y:0},{x:-1,y:0}],[{x:-3,y:-1},{x:-2,y:-1},{x:-1,y:-1},{x:0,y:-1},{x:1,y:-1},{x:-4,y:0},{x:-3,y:0},{x:-2,y:0},{x:-1,y:0}]],u=[{coding:[{x:0,y:-1},{x:1,y:-1},{x:-1,y:0}],reference:[{x:0,y:-1},{x:1,y:-1},{x:-1,y:0},{x:0,y:0},{x:1,y:0},{x:-1,y:1},{x:0,y:1},{x:1,y:1}]},{coding:[{x:-1,y:-1},{x:0,y:-1},{x:1,y:-1},{x:-1,y:0}],reference:[{x:0,y:-1},{x:-1,y:0},{x:0,y:0},{x:1,y:0},{x:0,y:1},{x:1,y:1}]}],h=[39717,1941,229,405],p=[32,8];function m(e,t,r){var a,n,o,i,s,l,c,d=r.decoder,u=r.contextCache.getContexts("GB"),h=[],p=31735;for(n=0;n<t;n++)for(s=h[n]=new Uint8Array(e),l=n<1?s:h[n-1],c=n<2?s:h[n-2],a=c[0]<<13|c[1]<<12|c[2]<<11|l[0]<<7|l[1]<<6|l[2]<<5|l[3]<<4,o=0;o<e;o++)s[o]=i=d.readBit(u,a),a=(a&p)<<1|(o+3<e?c[o+3]<<11:0)|(o+4<e?l[o+4]<<4:0)|i;return h}function f(e,t,r,a,n,o,i,s){if(e){const e=new D(s.data,s.start,s.end);return z(e,t,r,!1)}if(0===a&&!o&&!n&&4===i.length&&3===i[0].x&&-1===i[0].y&&-3===i[1].x&&-1===i[1].y&&2===i[2].x&&-2===i[2].y&&-2===i[3].x&&-2===i[3].y)return m(t,r,s);var l=!!o,c=d[a].concat(i);c.sort((function(e,t){return e.y-t.y||e.x-t.x}));var u,p,f=c.length,g=new Int8Array(f),b=new Int8Array(f),v=[],w=0,y=0,x=0,k=0;for(p=0;p<f;p++)g[p]=c[p].x,b[p]=c[p].y,y=Math.min(y,c[p].x),x=Math.max(x,c[p].x),k=Math.min(k,c[p].y),p<f-1&&c[p].y===c[p+1].y&&c[p].x===c[p+1].x-1?w|=1<<f-1-p:v.push(p);var A=v.length,C=new Int8Array(A),S=new Int8Array(A),_=new Uint16Array(A);for(u=0;u<A;u++)p=v[u],C[u]=c[p].x,S[u]=c[p].y,_[u]=1<<f-1-p;for(var E,P,T,I,O,L=-y,F=-k,R=t-x,M=h[a],N=new Uint8Array(t),B=[],U=s.decoder,j=s.contextCache.getContexts("GB"),q=0,H=0,G=0;G<r;G++){if(n){var W=U.readBit(j,M);if(q^=W,q){B.push(N);continue}}for(N=new Uint8Array(N),B.push(N),E=0;E<t;E++)if(l&&o[G][E])N[E]=0;else{if(E>=L&&E<R&&G>=F)for(H=H<<1&w,p=0;p<A;p++)P=G+S[p],T=E+C[p],I=B[P][T],I&&(I=_[p],H|=I);else for(H=0,O=f-1,p=0;p<f;p++,O--)T=E+g[p],T>=0&&T<t&&(P=G+b[p],P>=0&&(I=B[P][T],I&&(H|=I<<O)));var V=U.readBit(j,H);N[E]=V}}return B}function g(e,t,r,a,n,o,i,l,c){var d=u[r].coding;0===r&&(d=d.concat([l[0]]));var h,m=d.length,f=new Int32Array(m),g=new Int32Array(m);for(h=0;h<m;h++)f[h]=d[h].x,g[h]=d[h].y;var b=u[r].reference;0===r&&(b=b.concat([l[1]]));var v=b.length,w=new Int32Array(v),y=new Int32Array(v);for(h=0;h<v;h++)w[h]=b[h].x,y[h]=b[h].y;for(var x=a[0].length,k=a.length,A=p[r],C=[],S=c.decoder,_=c.contextCache.getContexts("GR"),E=0,P=0;P<t;P++){if(i){var T=S.readBit(_,A);if(E^=T,E)throw new s("prediction is not supported")}var I=new Uint8Array(e);C.push(I);for(var O=0;O<e;O++){var L,F,R=0;for(h=0;h<m;h++)L=P+g[h],F=O+f[h],L<0||F<0||F>=e?R<<=1:R=R<<1|C[L][F];for(h=0;h<v;h++)L=P+y[h]-o,F=O+w[h]-n,L<0||L>=k||F<0||F>=x?R<<=1:R=R<<1|a[L][F];var M=S.readBit(_,R);I[O]=M}}return C}function b(e,t,a,o,i,c,d,u,h,p,m,b){if(e&&t)throw new s("symbol refinement with Huffman is not supported");var w=[],y=0,x=(0,n.log2)(a.length+o),k=m.decoder,A=m.contextCache;let C,S;e&&(C=M(1),S=[],x=Math.max(x,1));while(w.length<o){var _=e?c.tableDeltaHeight.decode(b):r(A,"IADH",k);y+=_;let n=0,o=0;const i=e?S.length:0;while(1){var E,P=e?c.tableDeltaWidth.decode(b):r(A,"IADW",k);if(null===P)break;if(n+=P,o+=n,t){var T=r(A,"IAAI",k);if(T>1)E=v(e,t,n,y,0,T,1,a.concat(w),x,0,0,1,0,c,h,p,m,0,b);else{var I=l(A,k,x),O=r(A,"IARDX",k),L=r(A,"IARDY",k),F=I<a.length?a[I]:w[I-a.length];E=g(n,y,h,F,O,L,!1,p,m)}w.push(E)}else e?S.push(n):(E=f(!1,n,y,d,!1,null,u,m),w.push(E))}if(e&&!t){const e=c.tableBitmapSize.decode(b);let t;if(b.byteAlign(),0===e)t=j(b,o,y);else{const r=b.end,a=b.position+e;b.end=a,t=z(b,o,y,!1),b.end=r,b.position=a}const r=S.length;if(i===r-1)w.push(t);else{let e,a,n,o,s,l=0;for(e=i;e<r;e++){for(o=S[e],n=l+o,s=[],a=0;a<y;a++)s.push(t[a].subarray(l,n));w.push(s),l=n}}}}var R=[],D=[],N=!1,B=a.length+o;while(D.length<B){var U=e?C.decode(b):r(A,"IAEX",k);while(U--)D.push(N);N=!N}for(var q=0,H=a.length;q<H;q++)D[q]&&R.push(a[q]);for(var G=0;G<o;q++,G++)D[q]&&R.push(w[G]);return R}function v(e,t,a,n,o,i,c,d,u,h,p,m,f,b,v,w,y,x,k){if(e&&t)throw new s("refinement with Huffman is not supported");var A,C,S=[];for(A=0;A<n;A++){if(C=new Uint8Array(a),o)for(var _=0;_<a;_++)C[_]=o;S.push(C)}var E=y.decoder,P=y.contextCache,T=e?-b.tableDeltaT.decode(k):-r(P,"IADT",E),I=0;A=0;while(A<i){var O=e?b.tableDeltaT.decode(k):r(P,"IADT",E);T+=O;var L=e?b.tableFirstS.decode(k):r(P,"IAFS",E);I+=L;var F=I;do{let n=0;c>1&&(n=e?k.readBits(x):r(P,"IAIT",E));var R=c*T+n,M=e?b.symbolIDTable.decode(k):l(P,E,u),D=t&&(e?k.readBit():r(P,"IARI",E)),N=d[M],B=N[0].length,U=N.length;if(D){var j=r(P,"IARDW",E),z=r(P,"IARDH",E),q=r(P,"IARDX",E),H=r(P,"IARDY",E);B+=j,U+=z,N=g(B,U,v,N,(j>>1)+q,(z>>1)+H,!1,w,y)}var G,W,V,$=R-(1&m?0:U-1),Y=F-(2&m?B-1:0);if(h){for(G=0;G<U;G++)if(C=S[Y+G],C){V=N[G];var X=Math.min(a-$,B);switch(f){case 0:for(W=0;W<X;W++)C[$+W]|=V[W];break;case 2:for(W=0;W<X;W++)C[$+W]^=V[W];break;default:throw new s(`operator ${f} is not supported`)}}F+=U-1}else{for(W=0;W<U;W++)if(C=S[$+W],C)switch(V=N[W],f){case 0:for(G=0;G<B;G++)C[Y+G]|=V[G];break;case 2:for(G=0;G<B;G++)C[Y+G]^=V[G];break;default:throw new s(`operator ${f} is not supported`)}F+=B-1}A++;var K=e?b.tableDeltaS.decode(k):r(P,"IADS",E);if(null===K)break;F+=K+p}while(1)}return S}function w(e,t,r,a,n,o){const i=[];e||(i.push({x:-t,y:0}),0===n&&(i.push({x:-3,y:-1}),i.push({x:2,y:-2}),i.push({x:-2,y:-2})));const s=(a+1)*t,l=f(e,s,r,n,!1,null,i,o),c=[];for(let d=0;d<=a;d++){const e=[],a=t*d,n=a+t;for(let t=0;t<r;t++)e.push(l[t].subarray(a,n));c.push(e)}return c}function y(e,t,r,a,o,i,l,c,d,u,h,p,m,g,b){const v=null;if(l)throw new s("skip is not supported");if(0!==c)throw new s("operator "+c+" is not supported in halftone region");const w=[];let y,x,k;for(y=0;y<o;y++){if(k=new Uint8Array(a),i)for(x=0;x<a;x++)k[x]=i;w.push(k)}const A=t.length,C=t[0],S=C[0].length,_=C.length,E=(0,n.log2)(A),P=[];e||(P.push({x:r<=1?3:2,y:-1}),0===r&&(P.push({x:-3,y:-1}),P.push({x:2,y:-2}),P.push({x:-2,y:-2})));const T=[];let I,O,L,F,R,M,N,B,U,j,q;for(e&&(I=new D(b.data,b.start,b.end)),y=E-1;y>=0;y--)O=e?z(I,d,u,!0):f(!1,d,u,r,!1,v,P,b),T[y]=O;for(L=0;L<u;L++)for(F=0;F<d;F++){for(R=0,M=0,x=E-1;x>=0;x--)R=T[x][L][F]^R,M|=R<<x;if(N=t[M],B=h+L*g+F*m>>8,U=p+L*m-F*g>>8,B>=0&&B+S<=a&&U>=0&&U+_<=o)for(y=0;y<_;y++)for(q=w[U+y],j=N[y],x=0;x<S;x++)q[B+x]|=j[x];else{let e,t;for(y=0;y<_;y++)if(t=U+y,!(t<0||t>=o))for(q=w[t],j=N[y],x=0;x<S;x++)e=B+x,e>=0&&e<a&&(q[e]|=j[x])}}return w}function x(e,t){var r={};r.number=(0,n.readUint32)(e,t);var a=e[t+4],o=63&a;if(!c[o])throw new s("invalid segment type: "+o);r.type=o,r.typeName=c[o],r.deferredNonRetain=!!(128&a);var i=!!(64&a),l=e[t+5],d=l>>5&7,u=[31&l],h=t+6;if(7===l){d=536870911&(0,n.readUint32)(e,h-1),h+=3;var p=d+7>>3;u[0]=e[h++];while(--p>0)u.push(e[h++])}else if(5===l||6===l)throw new s("invalid referred-to flags");r.retainBits=u;let m=4;r.number<=256?m=1:r.number<=65536&&(m=2);var f,g,b=[];for(f=0;f<d;f++){let t;t=1===m?e[h]:2===m?(0,n.readUint16)(e,h):(0,n.readUint32)(e,h),b.push(t),h+=m}if(r.referredTo=b,i?(r.pageAssociation=(0,n.readUint32)(e,h),h+=4):r.pageAssociation=e[h++],r.length=(0,n.readUint32)(e,h),h+=4,4294967295===r.length){if(38!==o)throw new s("invalid unknown segment length");var v=A(e,h),w=e[h+C],y=!!(1&w),x=6,k=new Uint8Array(x);for(y||(k[0]=255,k[1]=172),k[2]=v.height>>>24&255,k[3]=v.height>>16&255,k[4]=v.height>>8&255,k[5]=255&v.height,f=h,g=e.length;f<g;f++){var S=0;while(S<x&&k[S]===e[f+S])S++;if(S===x){r.length=f+x;break}}if(4294967295===r.length)throw new s("segment end was not found")}return r.headerEnd=h,r}function k(e,t,r,a){var n=[],o=r;while(o<a){var i=x(t,o);o=i.headerEnd;var s={header:i,data:t};if(e.randomAccess||(s.start=o,o+=i.length,s.end=o),n.push(s),51===i.type)break}if(e.randomAccess)for(var l=0,c=n.length;l<c;l++)n[l].start=o,o+=n[l].header.length,n[l].end=o;return n}function A(e,t){return{width:(0,n.readUint32)(e,t),height:(0,n.readUint32)(e,t+4),x:(0,n.readUint32)(e,t+8),y:(0,n.readUint32)(e,t+12),combinationOperator:7&e[t+16]}}var C=17;function S(e,t){var r,a,o,i,l=e.header,c=e.data,d=e.start,u=e.end;switch(l.type){case 0:var h={},p=(0,n.readUint16)(c,d);if(h.huffman=!!(1&p),h.refinement=!!(2&p),h.huffmanDHSelector=p>>2&3,h.huffmanDWSelector=p>>4&3,h.bitmapSizeSelector=p>>6&1,h.aggregationInstancesSelector=p>>7&1,h.bitmapCodingContextUsed=!!(256&p),h.bitmapCodingContextRetained=!!(512&p),h.template=p>>10&3,h.refinementTemplate=p>>12&1,d+=2,!h.huffman){for(i=0===h.template?4:1,a=[],o=0;o<i;o++)a.push({x:(0,n.readInt8)(c,d),y:(0,n.readInt8)(c,d+1)}),d+=2;h.at=a}if(h.refinement&&!h.refinementTemplate){for(a=[],o=0;o<2;o++)a.push({x:(0,n.readInt8)(c,d),y:(0,n.readInt8)(c,d+1)}),d+=2;h.refinementAt=a}h.numberOfExportedSymbols=(0,n.readUint32)(c,d),d+=4,h.numberOfNewSymbols=(0,n.readUint32)(c,d),d+=4,r=[h,l.number,l.referredTo,c,d,u];break;case 6:case 7:var m={};m.info=A(c,d),d+=C;var f=(0,n.readUint16)(c,d);if(d+=2,m.huffman=!!(1&f),m.refinement=!!(2&f),m.logStripSize=f>>2&3,m.stripSize=1<<m.logStripSize,m.referenceCorner=f>>4&3,m.transposed=!!(64&f),m.combinationOperator=f>>7&3,m.defaultPixelValue=f>>9&1,m.dsOffset=f<<17>>27,m.refinementTemplate=f>>15&1,m.huffman){var g=(0,n.readUint16)(c,d);d+=2,m.huffmanFS=3&g,m.huffmanDS=g>>2&3,m.huffmanDT=g>>4&3,m.huffmanRefinementDW=g>>6&3,m.huffmanRefinementDH=g>>8&3,m.huffmanRefinementDX=g>>10&3,m.huffmanRefinementDY=g>>12&3,m.huffmanRefinementSizeSelector=!!(16384&g)}if(m.refinement&&!m.refinementTemplate){for(a=[],o=0;o<2;o++)a.push({x:(0,n.readInt8)(c,d),y:(0,n.readInt8)(c,d+1)}),d+=2;m.refinementAt=a}m.numberOfSymbolInstances=(0,n.readUint32)(c,d),d+=4,r=[m,l.referredTo,c,d,u];break;case 16:const e={},t=c[d++];e.mmr=!!(1&t),e.template=t>>1&3,e.patternWidth=c[d++],e.patternHeight=c[d++],e.maxPatternIndex=(0,n.readUint32)(c,d),d+=4,r=[e,l.number,c,d,u];break;case 22:case 23:const x={};x.info=A(c,d),d+=C;const k=c[d++];x.mmr=!!(1&k),x.template=k>>1&3,x.enableSkip=!!(8&k),x.combinationOperator=k>>4&7,x.defaultPixelValue=k>>7&1,x.gridWidth=(0,n.readUint32)(c,d),d+=4,x.gridHeight=(0,n.readUint32)(c,d),d+=4,x.gridOffsetX=4294967295&(0,n.readUint32)(c,d),d+=4,x.gridOffsetY=4294967295&(0,n.readUint32)(c,d),d+=4,x.gridVectorX=(0,n.readUint16)(c,d),d+=2,x.gridVectorY=(0,n.readUint16)(c,d),d+=2,r=[x,l.referredTo,c,d,u];break;case 38:case 39:var b={};b.info=A(c,d),d+=C;var v=c[d++];if(b.mmr=!!(1&v),b.template=v>>1&3,b.prediction=!!(8&v),!b.mmr){for(i=0===b.template?4:1,a=[],o=0;o<i;o++)a.push({x:(0,n.readInt8)(c,d),y:(0,n.readInt8)(c,d+1)}),d+=2;b.at=a}r=[b,c,d,u];break;case 48:var w={width:(0,n.readUint32)(c,d),height:(0,n.readUint32)(c,d+4),resolutionX:(0,n.readUint32)(c,d+8),resolutionY:(0,n.readUint32)(c,d+12)};4294967295===w.height&&delete w.height;var y=c[d+16];(0,n.readUint16)(c,d+17),w.lossless=!!(1&y),w.refinement=!!(2&y),w.defaultPixelValue=y>>2&1,w.combinationOperator=y>>3&3,w.requiresBuffer=!!(32&y),w.combinationOperatorOverride=!!(64&y),r=[w];break;case 49:break;case 50:break;case 51:break;case 53:r=[l.number,c,d,u];break;case 62:break;default:throw new s(`segment type ${l.typeName}(${l.type}) is not implemented`)}var x="on"+l.typeName;x in t&&t[x].apply(t,r)}function _(e,t){for(var r=0,a=e.length;r<a;r++)S(e[r],t)}function E(e){for(var t=new T,r=0,a=e.length;r<a;r++){var n=e[r],o=k({},n.data,n.start,n.end);_(o,t)}return t.buffer}function P(e){const t=e.length;let r=0;if(151!==e[r]||74!==e[r+1]||66!==e[r+2]||50!==e[r+3]||13!==e[r+4]||10!==e[r+5]||26!==e[r+6]||10!==e[r+7])throw new s("parseJbig2 - invalid header.");const a=Object.create(null);r+=8;const o=e[r++];a.randomAccess=!(1&o),2&o||(a.numberOfPages=(0,n.readUint32)(e,r),r+=4);const i=k(a,e,r,t),l=new T;_(i,l);const{width:c,height:d}=l.currentPageInfo,u=l.buffer,h=new Uint8ClampedArray(c*d);let p=0,m=0;for(let n=0;n<d;n++){let e,t=0;for(let r=0;r<c;r++)t||(t=128,e=u[m++]),h[p++]=e&t?0:255,t>>=1}return{imgData:h,width:c,height:d}}function T(){}function I(e){2===e.length?(this.isOOB=!0,this.rangeLow=0,this.prefixLength=e[0],this.rangeLength=0,this.prefixCode=e[1],this.isLowerRange=!1):(this.isOOB=!1,this.rangeLow=e[0],this.prefixLength=e[1],this.rangeLength=e[2],this.prefixCode=e[3],this.isLowerRange="lower"===e[4])}function O(e){this.children=[],e?(this.isLeaf=!0,this.rangeLength=e.rangeLength,this.rangeLow=e.rangeLow,this.isLowerRange=e.isLowerRange,this.isOOB=e.isOOB):this.isLeaf=!1}function L(e,t){t||this.assignPrefixCodes(e),this.rootNode=new O(null);for(let r=0,a=e.length;r<a;r++){const t=e[r];t.prefixLength>0&&this.rootNode.buildTree(t,t.prefixLength-1)}}function F(e,t,r){const a=e[t],o=4294967295&(0,n.readUint32)(e,t+1),i=4294967295&(0,n.readUint32)(e,t+5),s=new D(e,t+9,r),l=1+(a>>1&7),c=1+(a>>4&7),d=[];let u,h,p=o;do{u=s.readBits(l),h=s.readBits(c),d.push(new I([p,u,h,0])),p+=1<<h}while(p<i);return u=s.readBits(l),d.push(new I([o-1,u,32,0,"lower"])),u=s.readBits(l),d.push(new I([i,u,32,0])),1&a&&(u=s.readBits(l),d.push(new I([u,0]))),new L(d,!1)}T.prototype={onPageInformation:function(e){this.currentPageInfo=e;var t=e.width+7>>3,r=new Uint8ClampedArray(t*e.height);if(e.defaultPixelValue)for(var a=0,n=r.length;a<n;a++)r[a]=255;this.buffer=r},drawBitmap:function(e,t){var r,a,n,o,i=this.currentPageInfo,l=e.width,c=e.height,d=i.width+7>>3,u=i.combinationOperatorOverride?e.combinationOperator:i.combinationOperator,h=this.buffer,p=128>>(7&e.x),m=e.y*d+(e.x>>3);switch(u){case 0:for(r=0;r<c;r++){for(n=p,o=m,a=0;a<l;a++)t[r][a]&&(h[o]|=n),n>>=1,n||(n=128,o++);m+=d}break;case 2:for(r=0;r<c;r++){for(n=p,o=m,a=0;a<l;a++)t[r][a]&&(h[o]^=n),n>>=1,n||(n=128,o++);m+=d}break;default:throw new s(`operator ${u} is not supported`)}},onImmediateGenericRegion:function(e,r,a,n){var o=e.info,i=new t(r,a,n),s=f(e.mmr,o.width,o.height,e.template,e.prediction,null,e.at,i);this.drawBitmap(o,s)},onImmediateLosslessGenericRegion:function(){this.onImmediateGenericRegion.apply(this,arguments)},onSymbolDictionary:function(e,r,a,n,o,i){let s,l;e.huffman&&(s=U(e,a,this.customTables),l=new D(n,o,i));var c=this.symbols;c||(this.symbols=c={});for(var d=[],u=0,h=a.length;u<h;u++){const e=c[a[u]];e&&(d=d.concat(e))}var p=new t(n,o,i);c[r]=b(e.huffman,e.refinement,d,e.numberOfNewSymbols,e.numberOfExportedSymbols,s,e.template,e.at,e.refinementTemplate,e.refinementAt,p,l)},onImmediateTextRegion:function(e,r,a,o,i){var s=e.info;let l,c;for(var d=this.symbols,u=[],h=0,p=r.length;h<p;h++){const e=d[r[h]];e&&(u=u.concat(e))}var m=(0,n.log2)(u.length);e.huffman&&(c=new D(a,o,i),l=B(e,r,this.customTables,u.length,c));var f=new t(a,o,i),g=v(e.huffman,e.refinement,s.width,s.height,e.defaultPixelValue,e.numberOfSymbolInstances,e.stripSize,u,m,e.transposed,e.dsOffset,e.referenceCorner,e.combinationOperator,l,e.refinementTemplate,e.refinementAt,f,e.logStripSize,c);this.drawBitmap(s,g)},onImmediateLosslessTextRegion:function(){this.onImmediateTextRegion.apply(this,arguments)},onPatternDictionary(e,r,a,n,o){let i=this.patterns;i||(this.patterns=i={});const s=new t(a,n,o);i[r]=w(e.mmr,e.patternWidth,e.patternHeight,e.maxPatternIndex,e.template,s)},onImmediateHalftoneRegion(e,r,a,n,o){const i=this.patterns[r[0]],s=e.info,l=new t(a,n,o),c=y(e.mmr,i,e.template,s.width,s.height,e.defaultPixelValue,e.enableSkip,e.combinationOperator,e.gridWidth,e.gridHeight,e.gridOffsetX,e.gridOffsetY,e.gridVectorX,e.gridVectorY,l);this.drawBitmap(s,c)},onImmediateLosslessHalftoneRegion(){this.onImmediateHalftoneRegion.apply(this,arguments)},onTables(e,t,r,a){let n=this.customTables;n||(this.customTables=n={}),n[e]=F(t,r,a)}},O.prototype={buildTree(e,t){const r=e.prefixCode>>t&1;if(t<=0)this.children[r]=new O(e);else{let a=this.children[r];a||(this.children[r]=a=new O(null)),a.buildTree(e,t-1)}},decodeNode(e){if(this.isLeaf){if(this.isOOB)return null;const t=e.readBits(this.rangeLength);return this.rangeLow+(this.isLowerRange?-t:t)}const t=this.children[e.readBit()];if(!t)throw new s("invalid Huffman data");return t.decodeNode(e)}},L.prototype={decode(e){return this.rootNode.decodeNode(e)},assignPrefixCodes(e){const t=e.length;let r=0;for(let c=0;c<t;c++)r=Math.max(r,e[c].prefixLength);const a=new Uint32Array(r+1);for(let c=0;c<t;c++)a[e[c].prefixLength]++;let n,o,i,s=1,l=0;a[0]=0;while(s<=r){l=l+a[s-1]<<1,n=l,o=0;while(o<t)i=e[o],i.prefixLength===s&&(i.prefixCode=n,n++),o++;s++}}};const R={};function M(e){let t,r=R[e];if(r)return r;switch(e){case 1:t=[[0,1,4,0],[16,2,8,2],[272,3,16,6],[65808,3,32,7]];break;case 2:t=[[0,1,0,0],[1,2,0,2],[2,3,0,6],[3,4,3,14],[11,5,6,30],[75,6,32,62],[6,63]];break;case 3:t=[[-256,8,8,254],[0,1,0,0],[1,2,0,2],[2,3,0,6],[3,4,3,14],[11,5,6,30],[-257,8,32,255,"lower"],[75,7,32,126],[6,62]];break;case 4:t=[[1,1,0,0],[2,2,0,2],[3,3,0,6],[4,4,3,14],[12,5,6,30],[76,5,32,31]];break;case 5:t=[[-255,7,8,126],[1,1,0,0],[2,2,0,2],[3,3,0,6],[4,4,3,14],[12,5,6,30],[-256,7,32,127,"lower"],[76,6,32,62]];break;case 6:t=[[-2048,5,10,28],[-1024,4,9,8],[-512,4,8,9],[-256,4,7,10],[-128,5,6,29],[-64,5,5,30],[-32,4,5,11],[0,2,7,0],[128,3,7,2],[256,3,8,3],[512,4,9,12],[1024,4,10,13],[-2049,6,32,62,"lower"],[2048,6,32,63]];break;case 7:t=[[-1024,4,9,8],[-512,3,8,0],[-256,4,7,9],[-128,5,6,26],[-64,5,5,27],[-32,4,5,10],[0,4,5,11],[32,5,5,28],[64,5,6,29],[128,4,7,12],[256,3,8,1],[512,3,9,2],[1024,3,10,3],[-1025,5,32,30,"lower"],[2048,5,32,31]];break;case 8:t=[[-15,8,3,252],[-7,9,1,508],[-5,8,1,253],[-3,9,0,509],[-2,7,0,124],[-1,4,0,10],[0,2,1,0],[2,5,0,26],[3,6,0,58],[4,3,4,4],[20,6,1,59],[22,4,4,11],[38,4,5,12],[70,5,6,27],[134,5,7,28],[262,6,7,60],[390,7,8,125],[646,6,10,61],[-16,9,32,510,"lower"],[1670,9,32,511],[2,1]];break;case 9:t=[[-31,8,4,252],[-15,9,2,508],[-11,8,2,253],[-7,9,1,509],[-5,7,1,124],[-3,4,1,10],[-1,3,1,2],[1,3,1,3],[3,5,1,26],[5,6,1,58],[7,3,5,4],[39,6,2,59],[43,4,5,11],[75,4,6,12],[139,5,7,27],[267,5,8,28],[523,6,8,60],[779,7,9,125],[1291,6,11,61],[-32,9,32,510,"lower"],[3339,9,32,511],[2,0]];break;case 10:t=[[-21,7,4,122],[-5,8,0,252],[-4,7,0,123],[-3,5,0,24],[-2,2,2,0],[2,5,0,25],[3,6,0,54],[4,7,0,124],[5,8,0,253],[6,2,6,1],[70,5,5,26],[102,6,5,55],[134,6,6,56],[198,6,7,57],[326,6,8,58],[582,6,9,59],[1094,6,10,60],[2118,7,11,125],[-22,8,32,254,"lower"],[4166,8,32,255],[2,2]];break;case 11:t=[[1,1,0,0],[2,2,1,2],[4,4,0,12],[5,4,1,13],[7,5,1,28],[9,5,2,29],[13,6,2,60],[17,7,2,122],[21,7,3,123],[29,7,4,124],[45,7,5,125],[77,7,6,126],[141,7,32,127]];break;case 12:t=[[1,1,0,0],[2,2,0,2],[3,3,1,6],[5,5,0,28],[6,5,1,29],[8,6,1,60],[10,7,0,122],[11,7,1,123],[13,7,2,124],[17,7,3,125],[25,7,4,126],[41,8,5,254],[73,8,32,255]];break;case 13:t=[[1,1,0,0],[2,3,0,4],[3,4,0,12],[4,5,0,28],[5,4,1,13],[7,3,3,5],[15,6,1,58],[17,6,2,59],[21,6,3,60],[29,6,4,61],[45,6,5,62],[77,7,6,126],[141,7,32,127]];break;case 14:t=[[-2,3,0,4],[-1,3,0,5],[0,1,0,0],[1,3,0,6],[2,3,0,7]];break;case 15:t=[[-24,7,4,124],[-8,6,2,60],[-4,5,1,28],[-2,4,0,12],[-1,3,0,4],[0,1,0,0],[1,3,0,5],[2,4,0,13],[3,5,1,29],[5,6,2,61],[9,7,4,125],[-25,7,32,126,"lower"],[25,7,32,127]];break;default:throw new s(`standard table B.${e} does not exist`)}for(let a=0,n=t.length;a<n;a++)t[a]=new I(t[a]);return r=new L(t,!0),R[e]=r,r}function D(e,t,r){this.data=e,this.start=t,this.end=r,this.position=t,this.shift=-1,this.currentByte=0}function N(e,t,r){let a=0;for(let n=0,o=t.length;n<o;n++){const o=r[t[n]];if(o){if(e===a)return o;a++}}throw new s("can't find custom Huffman table")}function B(e,t,r,a,n){const o=[];for(let s=0;s<=34;s++){const e=n.readBits(4);o.push(new I([s,e,0,0]))}const i=new L(o,!1);o.length=0;for(let p=0;p<a;){const e=i.decode(n);if(e>=32){let t,r,a;switch(e){case 32:if(0===p)throw new s("no previous value in symbol ID table");r=n.readBits(2)+3,t=o[p-1].prefixLength;break;case 33:r=n.readBits(3)+3,t=0;break;case 34:r=n.readBits(7)+11,t=0;break;default:throw new s("invalid code length in symbol ID table")}for(a=0;a<r;a++)o.push(new I([p,t,0,0])),p++}else o.push(new I([p,e,0,0])),p++}n.byteAlign();const l=new L(o,!1);let c,d,u,h=0;switch(e.huffmanFS){case 0:case 1:c=M(e.huffmanFS+6);break;case 3:c=N(h,t,r),h++;break;default:throw new s("invalid Huffman FS selector")}switch(e.huffmanDS){case 0:case 1:case 2:d=M(e.huffmanDS+8);break;case 3:d=N(h,t,r),h++;break;default:throw new s("invalid Huffman DS selector")}switch(e.huffmanDT){case 0:case 1:case 2:u=M(e.huffmanDT+11);break;case 3:u=N(h,t,r),h++;break;default:throw new s("invalid Huffman DT selector")}if(e.refinement)throw new s("refinement with Huffman is not supported");return{symbolIDTable:l,tableFirstS:c,tableDeltaS:d,tableDeltaT:u}}function U(e,t,r){let a,n,o,i,l=0;switch(e.huffmanDHSelector){case 0:case 1:a=M(e.huffmanDHSelector+4);break;case 3:a=N(l,t,r),l++;break;default:throw new s("invalid Huffman DH selector")}switch(e.huffmanDWSelector){case 0:case 1:n=M(e.huffmanDWSelector+2);break;case 3:n=N(l,t,r),l++;break;default:throw new s("invalid Huffman DW selector")}return e.bitmapSizeSelector?(o=N(l,t,r),l++):o=M(1),i=e.aggregationInstancesSelector?N(l,t,r):M(1),{tableDeltaHeight:a,tableDeltaWidth:n,tableBitmapSize:o,tableAggregateInstances:i}}function j(e,t,r){const a=[];for(let n=0;n<r;n++){const r=new Uint8Array(t);a.push(r);for(let a=0;a<t;a++)r[a]=e.readBit();e.byteAlign()}return a}function z(e,t,r,a){const n={K:-1,Columns:t,Rows:r,BlackIs1:!0,EndOfBlock:a},o=new i.CCITTFaxDecoder(e,n),s=[];let l,c=!1;for(let i=0;i<r;i++){const e=new Uint8Array(t);s.push(e);let r=-1;for(let a=0;a<t;a++)r<0&&(l=o.readNextChar(),-1===l&&(l=0,c=!0),r=7),e[a]=l>>r&1,r--}if(a&&!c){const e=5;for(let t=0;t<e;t++)if(-1===o.readNextChar())break}return s}function q(){}return D.prototype={readBit(){if(this.shift<0){if(this.position>=this.end)throw new s("end of data while reading bit");this.currentByte=this.data[this.position++],this.shift=7}const e=this.currentByte>>this.shift&1;return this.shift--,e},readBits(e){let t,r=0;for(t=e-1;t>=0;t--)r|=this.readBit()<<t;return r},byteAlign(){this.shift=-1},next(){return this.position>=this.end?-1:this.data[this.position++]}},q.prototype={parseChunks(e){return E(e)},parse(e){const{imgData:t,width:r,height:a}=P(e);return this.width=r,this.height=a,t}},q}();t.Jbig2Image=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ArithmeticDecoder=void 0;const a=[{qe:22017,nmps:1,nlps:1,switchFlag:1},{qe:13313,nmps:2,nlps:6,switchFlag:0},{qe:6145,nmps:3,nlps:9,switchFlag:0},{qe:2753,nmps:4,nlps:12,switchFlag:0},{qe:1313,nmps:5,nlps:29,switchFlag:0},{qe:545,nmps:38,nlps:33,switchFlag:0},{qe:22017,nmps:7,nlps:6,switchFlag:1},{qe:21505,nmps:8,nlps:14,switchFlag:0},{qe:18433,nmps:9,nlps:14,switchFlag:0},{qe:14337,nmps:10,nlps:14,switchFlag:0},{qe:12289,nmps:11,nlps:17,switchFlag:0},{qe:9217,nmps:12,nlps:18,switchFlag:0},{qe:7169,nmps:13,nlps:20,switchFlag:0},{qe:5633,nmps:29,nlps:21,switchFlag:0},{qe:22017,nmps:15,nlps:14,switchFlag:1},{qe:21505,nmps:16,nlps:14,switchFlag:0},{qe:20737,nmps:17,nlps:15,switchFlag:0},{qe:18433,nmps:18,nlps:16,switchFlag:0},{qe:14337,nmps:19,nlps:17,switchFlag:0},{qe:13313,nmps:20,nlps:18,switchFlag:0},{qe:12289,nmps:21,nlps:19,switchFlag:0},{qe:10241,nmps:22,nlps:19,switchFlag:0},{qe:9217,nmps:23,nlps:20,switchFlag:0},{qe:8705,nmps:24,nlps:21,switchFlag:0},{qe:7169,nmps:25,nlps:22,switchFlag:0},{qe:6145,nmps:26,nlps:23,switchFlag:0},{qe:5633,nmps:27,nlps:24,switchFlag:0},{qe:5121,nmps:28,nlps:25,switchFlag:0},{qe:4609,nmps:29,nlps:26,switchFlag:0},{qe:4353,nmps:30,nlps:27,switchFlag:0},{qe:2753,nmps:31,nlps:28,switchFlag:0},{qe:2497,nmps:32,nlps:29,switchFlag:0},{qe:2209,nmps:33,nlps:30,switchFlag:0},{qe:1313,nmps:34,nlps:31,switchFlag:0},{qe:1089,nmps:35,nlps:32,switchFlag:0},{qe:673,nmps:36,nlps:33,switchFlag:0},{qe:545,nmps:37,nlps:34,switchFlag:0},{qe:321,nmps:38,nlps:35,switchFlag:0},{qe:273,nmps:39,nlps:36,switchFlag:0},{qe:133,nmps:40,nlps:37,switchFlag:0},{qe:73,nmps:41,nlps:38,switchFlag:0},{qe:37,nmps:42,nlps:39,switchFlag:0},{qe:21,nmps:43,nlps:40,switchFlag:0},{qe:9,nmps:44,nlps:41,switchFlag:0},{qe:5,nmps:45,nlps:42,switchFlag:0},{qe:1,nmps:45,nlps:43,switchFlag:0},{qe:22017,nmps:46,nlps:46,switchFlag:0}];class n{constructor(e,t,r){this.data=e,this.bp=t,this.dataEnd=r,this.chigh=e[t],this.clow=0,this.byteIn(),this.chigh=this.chigh<<7&65535|this.clow>>9&127,this.clow=this.clow<<7&65535,this.ct-=7,this.a=32768}byteIn(){const e=this.data;let t=this.bp;255===e[t]?e[t+1]>143?(this.clow+=65280,this.ct=8):(t++,this.clow+=e[t]<<9,this.ct=7,this.bp=t):(t++,this.clow+=t<this.dataEnd?e[t]<<8:65280,this.ct=8,this.bp=t),this.clow>65535&&(this.chigh+=this.clow>>16,this.clow&=65535)}readBit(e,t){let r=e[t]>>1,n=1&e[t];const o=a[r],i=o.qe;let s,l=this.a-i;if(this.chigh<i)l<i?(l=i,s=n,r=o.nmps):(l=i,s=1^n,1===o.switchFlag&&(n=s),r=o.nlps);else{if(this.chigh-=i,0!==(32768&l))return this.a=l,n;l<i?(s=1^n,1===o.switchFlag&&(n=s),r=o.nlps):(s=n,r=o.nmps)}do{0===this.ct&&this.byteIn(),l<<=1,this.chigh=this.chigh<<1&65535|this.clow>>15&1,this.clow=this.clow<<1&65535,this.ct--}while(0===(32768&l));return this.a=l,e[t]=r<<1|n,s}}t.ArithmeticDecoder=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.JpegStream=void 0;var a=r(12),n=r(5),o=r(19),i=r(2);const s=function(){function e(e,t,r,n){let o;while(-1!==(o=e.getByte()))if(255===o){e.skip(-1);break}this.stream=e,this.maybeLength=t,this.dict=r,this.params=n,a.DecodeStream.call(this,t)}return e.prototype=Object.create(a.DecodeStream.prototype),Object.defineProperty(e.prototype,"bytes",{get:function(){return(0,i.shadow)(this,"bytes",this.stream.getBytes(this.maybeLength))},configurable:!0}),e.prototype.ensureBuffer=function(e){},e.prototype.readBlock=function(){if(this.eof)return;const e={decodeTransform:void 0,colorTransform:void 0},t=this.dict.getArray("Decode","D");if(this.forceRGB&&Array.isArray(t)){const r=this.dict.get("BitsPerComponent")||8,a=t.length,n=new Int32Array(a);let o=!1;const i=(1<<r)-1;for(let e=0;e<a;e+=2)n[e]=256*(t[e+1]-t[e])|0,n[e+1]=t[e]*i|0,256===n[e]&&0===n[e+1]||(o=!0);o&&(e.decodeTransform=n)}if((0,n.isDict)(this.params)){const t=this.params.get("ColorTransform");Number.isInteger(t)&&(e.colorTransform=t)}const r=new o.JpegImage(e);r.parse(this.bytes);const a=r.getData({width:this.drawWidth,height:this.drawHeight,forceRGB:this.forceRGB,isSourcePDF:!0});this.buffer=a,this.bufferLength=a.length,this.eof=!0},e}();t.JpegStream=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.JpegImage=void 0;var a=r(2),n=r(8);class o extends a.BaseException{constructor(e){super(`JPEG error: ${e}`)}}class i extends a.BaseException{constructor(e,t){super(e),this.scanLines=t}}class s extends a.BaseException{}var l=function(){var e=new Uint8Array([0,1,8,16,9,2,3,10,17,24,32,25,18,11,4,5,12,19,26,33,40,48,41,34,27,20,13,6,7,14,21,28,35,42,49,56,57,50,43,36,29,22,15,23,30,37,44,51,58,59,52,45,38,31,39,46,53,60,61,54,47,55,62,63]),t=4017,r=799,l=3406,c=2276,d=1567,u=3784,h=5793,p=2896;function m({decodeTransform:e=null,colorTransform:t=-1}={}){this._decodeTransform=e,this._colorTransform=t}function f(e,t){var r,a,n=0,o=[],i=16;while(i>0&&!e[i-1])i--;o.push({children:[],index:0});var s,l=o[0];for(r=0;r<i;r++){for(a=0;a<e[r];a++){l=o.pop(),l.children[l.index]=t[n];while(l.index>0)l=o.pop();l.index++,o.push(l);while(o.length<=r)o.push(s={children:[],index:0}),l.children[l.index]=s.children,l=s;n++}r+1<i&&(o.push(s={children:[],index:0}),l.children[l.index]=s.children,l=s)}return o[0].children}function g(e,t,r){return 64*((e.blocksPerLine+1)*t+r)}function b(t,r,l,c,d,u,h,p,m,f=!1){var b=l.mcusPerLine,v=l.progressive;const w=r;let x=0,k=0;function A(){if(k>0)return k--,x>>k&1;if(x=t[r++],255===x){var e=t[r++];if(e){if(220===e&&f){r+=2;const e=(0,n.readUint16)(t,r);if(r+=2,e>0&&e!==l.scanLines)throw new i("Found DNL marker (0xFFDC) while parsing scan data",e)}else if(217===e){if(f){const e=8*M;if(e>0&&e<l.scanLines/10)throw new i("Found EOI marker (0xFFD9) while parsing scan data, possibly caused by incorrect `scanLines` parameter",e)}throw new s("Found EOI marker (0xFFD9) while parsing scan data")}throw new o(`unexpected marker ${(x<<8|e).toString(16)}`)}}return k=7,x>>>7}function C(e){var t=e;while(1){switch(t=t[A()],typeof t){case"number":return t;case"object":continue}throw new o("invalid huffman sequence")}}function S(e){var t=0;while(e>0)t=t<<1|A(),e--;return t}function _(e){if(1===e)return 1===A()?1:-1;var t=S(e);return t>=1<<e-1?t:t+(-1<<e)+1}function E(t,r){var a=C(t.huffmanTableDC),n=0===a?0:_(a);t.blockData[r]=t.pred+=n;var o=1;while(o<64){var i=C(t.huffmanTableAC),s=15&i,l=i>>4;if(0!==s){o+=l;var c=e[o];t.blockData[r+c]=_(s),o++}else{if(l<15)break;o+=16}}}function P(e,t){var r=C(e.huffmanTableDC),a=0===r?0:_(r)<<m;e.blockData[t]=e.pred+=a}function T(e,t){e.blockData[t]|=A()<<m}var I=0;function O(t,r){if(I>0)I--;else{var a=u,n=h;while(a<=n){var o=C(t.huffmanTableAC),i=15&o,s=o>>4;if(0!==i){a+=s;var l=e[a];t.blockData[r+l]=_(i)*(1<<m),a++}else{if(s<15){I=S(s)+(1<<s)-1;break}a+=16}}}}var L,F=0;function R(t,r){var a,n,i=u,s=h,l=0;while(i<=s){const s=r+e[i],c=t.blockData[s]<0?-1:1;switch(F){case 0:if(n=C(t.huffmanTableAC),a=15&n,l=n>>4,0===a)l<15?(I=S(l)+(1<<l),F=4):(l=16,F=1);else{if(1!==a)throw new o("invalid ACn encoding");L=_(a),F=l?2:3}continue;case 1:case 2:t.blockData[s]?t.blockData[s]+=c*(A()<<m):(l--,0===l&&(F=2===F?3:0));break;case 3:t.blockData[s]?t.blockData[s]+=c*(A()<<m):(t.blockData[s]=L<<m,F=0);break;case 4:t.blockData[s]&&(t.blockData[s]+=c*(A()<<m));break}i++}4===F&&(I--,0===I&&(F=0))}let M=0;function D(e,t,r,a,n){var o=r/b|0,i=r%b;M=o*e.v+a;var s=i*e.h+n;const l=g(e,M,s);t(e,l)}function N(e,t,r){M=r/e.blocksPerLine|0;var a=r%e.blocksPerLine;const n=g(e,M,a);t(e,n)}var B,U,j,z,q,H,G=c.length;H=v?0===u?0===p?P:T:0===p?O:R:E;var W,V,$,Y,X=0;V=1===G?c[0].blocksPerLine*c[0].blocksPerColumn:b*l.mcusPerColumn;while(X<=V){var K=d?Math.min(V-X,d):V;if(K>0){for(U=0;U<G;U++)c[U].pred=0;if(I=0,1===G)for(B=c[0],q=0;q<K;q++)N(B,H,X),X++;else for(q=0;q<K;q++){for(U=0;U<G;U++)for(B=c[U],$=B.h,Y=B.v,j=0;j<Y;j++)for(z=0;z<$;z++)D(B,H,X,j,z);X++}}if(k=0,W=y(t,r),!W)break;if(W.invalid){const e=K>0?"unexpected":"excessive";(0,a.warn)(`decodeScan - ${e} MCU data, current marker is: ${W.invalid}`),r=W.offset}if(!(W.marker>=65488&&W.marker<=65495))break;r+=2}return r-w}function v(e,a,n){var i,s,m,f,g,b,v,w,y,x,k,A,C,S,_,E,P,T=e.quantizationTable,I=e.blockData;if(!T)throw new o("missing required Quantization Table.");for(var O=0;O<64;O+=8)y=I[a+O],x=I[a+O+1],k=I[a+O+2],A=I[a+O+3],C=I[a+O+4],S=I[a+O+5],_=I[a+O+6],E=I[a+O+7],y*=T[O],0!==(x|k|A|C|S|_|E)?(x*=T[O+1],k*=T[O+2],A*=T[O+3],C*=T[O+4],S*=T[O+5],_*=T[O+6],E*=T[O+7],i=h*y+128>>8,s=h*C+128>>8,m=k,f=_,g=p*(x-E)+128>>8,w=p*(x+E)+128>>8,b=A<<4,v=S<<4,i=i+s+1>>1,s=i-s,P=m*u+f*d+128>>8,m=m*d-f*u+128>>8,f=P,g=g+v+1>>1,v=g-v,w=w+b+1>>1,b=w-b,i=i+f+1>>1,f=i-f,s=s+m+1>>1,m=s-m,P=g*c+w*l+2048>>12,g=g*l-w*c+2048>>12,w=P,P=b*r+v*t+2048>>12,b=b*t-v*r+2048>>12,v=P,n[O]=i+w,n[O+7]=i-w,n[O+1]=s+v,n[O+6]=s-v,n[O+2]=m+b,n[O+5]=m-b,n[O+3]=f+g,n[O+4]=f-g):(P=h*y+512>>10,n[O]=P,n[O+1]=P,n[O+2]=P,n[O+3]=P,n[O+4]=P,n[O+5]=P,n[O+6]=P,n[O+7]=P);for(var L=0;L<8;++L)y=n[L],x=n[L+8],k=n[L+16],A=n[L+24],C=n[L+32],S=n[L+40],_=n[L+48],E=n[L+56],0!==(x|k|A|C|S|_|E)?(i=h*y+2048>>12,s=h*C+2048>>12,m=k,f=_,g=p*(x-E)+2048>>12,w=p*(x+E)+2048>>12,b=A,v=S,i=4112+(i+s+1>>1),s=i-s,P=m*u+f*d+2048>>12,m=m*d-f*u+2048>>12,f=P,g=g+v+1>>1,v=g-v,w=w+b+1>>1,b=w-b,i=i+f+1>>1,f=i-f,s=s+m+1>>1,m=s-m,P=g*c+w*l+2048>>12,g=g*l-w*c+2048>>12,w=P,P=b*r+v*t+2048>>12,b=b*t-v*r+2048>>12,v=P,y=i+w,E=i-w,x=s+v,_=s-v,k=m+b,S=m-b,A=f+g,C=f-g,y<16?y=0:y>=4080?y=255:y>>=4,x<16?x=0:x>=4080?x=255:x>>=4,k<16?k=0:k>=4080?k=255:k>>=4,A<16?A=0:A>=4080?A=255:A>>=4,C<16?C=0:C>=4080?C=255:C>>=4,S<16?S=0:S>=4080?S=255:S>>=4,_<16?_=0:_>=4080?_=255:_>>=4,E<16?E=0:E>=4080?E=255:E>>=4,I[a+L]=y,I[a+L+8]=x,I[a+L+16]=k,I[a+L+24]=A,I[a+L+32]=C,I[a+L+40]=S,I[a+L+48]=_,I[a+L+56]=E):(P=h*y+8192>>14,P=P<-2040?0:P>=2024?255:P+2056>>4,I[a+L]=P,I[a+L+8]=P,I[a+L+16]=P,I[a+L+24]=P,I[a+L+32]=P,I[a+L+40]=P,I[a+L+48]=P,I[a+L+56]=P)}function w(e,t){for(var r=t.blocksPerLine,a=t.blocksPerColumn,n=new Int16Array(64),o=0;o<a;o++)for(var i=0;i<r;i++){var s=g(t,o,i);v(t,s,n)}return t.blockData}function y(e,t,r=t){const a=e.length-1;var o=r<t?r:t;if(t>=a)return null;var i=(0,n.readUint16)(e,t);if(i>=65472&&i<=65534)return{invalid:null,marker:i,offset:t};var s=(0,n.readUint16)(e,o);while(!(s>=65472&&s<=65534)){if(++o>=a)return null;s=(0,n.readUint16)(e,o)}return{invalid:i.toString(16),marker:s,offset:o}}return m.prototype={parse(t,{dnlScanLines:r=null}={}){function l(){const e=(0,n.readUint16)(t,h);h+=2;let r=h+e-2;var o=y(t,r,h);o&&o.invalid&&((0,a.warn)("readDataBlock - incorrect length, current marker is: "+o.invalid),r=o.offset);var i=t.subarray(h,r);return h+=i.length,i}function c(e){for(var t=Math.ceil(e.samplesPerLine/8/e.maxH),r=Math.ceil(e.scanLines/8/e.maxV),a=0;a<e.components.length;a++){H=e.components[a];var n=Math.ceil(Math.ceil(e.samplesPerLine/8)*H.h/e.maxH),o=Math.ceil(Math.ceil(e.scanLines/8)*H.v/e.maxV),i=t*H.h,s=r*H.v,l=64*s*(i+1);H.blockData=new Int16Array(l),H.blocksPerLine=n,H.blocksPerColumn=o}e.mcusPerLine=t,e.mcusPerColumn=r}var d,u,h=0,p=null,m=null;let g=0;var v=[],x=[],k=[];let A=(0,n.readUint16)(t,h);if(h+=2,65496!==A)throw new o("SOI not found");A=(0,n.readUint16)(t,h),h+=2;e:while(65497!==A){var C,S,_;switch(A){case 65504:case 65505:case 65506:case 65507:case 65508:case 65509:case 65510:case 65511:case 65512:case 65513:case 65514:case 65515:case 65516:case 65517:case 65518:case 65519:case 65534:var E=l();65504===A&&74===E[0]&&70===E[1]&&73===E[2]&&70===E[3]&&0===E[4]&&(p={version:{major:E[5],minor:E[6]},densityUnits:E[7],xDensity:E[8]<<8|E[9],yDensity:E[10]<<8|E[11],thumbWidth:E[12],thumbHeight:E[13],thumbData:E.subarray(14,14+3*E[12]*E[13])}),65518===A&&65===E[0]&&100===E[1]&&111===E[2]&&98===E[3]&&101===E[4]&&(m={version:E[5]<<8|E[6],flags0:E[7]<<8|E[8],flags1:E[9]<<8|E[10],transformCode:E[11]});break;case 65499:const w=(0,n.readUint16)(t,h);h+=2;var P,T=w+h-2;while(h<T){var I=t[h++],O=new Uint16Array(64);if(I>>4===0)for(S=0;S<64;S++)P=e[S],O[P]=t[h++];else{if(I>>4!==1)throw new o("DQT - invalid table spec");for(S=0;S<64;S++)P=e[S],O[P]=(0,n.readUint16)(t,h),h+=2}v[15&I]=O}break;case 65472:case 65473:case 65474:if(d)throw new o("Only single frame JPEGs supported");h+=2,d={},d.extended=65473===A,d.progressive=65474===A,d.precision=t[h++];const J=(0,n.readUint16)(t,h);h+=2,d.scanLines=r||J,d.samplesPerLine=(0,n.readUint16)(t,h),h+=2,d.components=[],d.componentIds={};var L,F=t[h++],R=0,M=0;for(C=0;C<F;C++){L=t[h];var D=t[h+1]>>4,N=15&t[h+1];R<D&&(R=D),M<N&&(M=N);var B=t[h+2];_=d.components.push({h:D,v:N,quantizationId:B,quantizationTable:null}),d.componentIds[L]=_-1,h+=3}d.maxH=R,d.maxV=M,c(d);break;case 65476:const ee=(0,n.readUint16)(t,h);for(h+=2,C=2;C<ee;){var U=t[h++],j=new Uint8Array(16),z=0;for(S=0;S<16;S++,h++)z+=j[S]=t[h];var q=new Uint8Array(z);for(S=0;S<z;S++,h++)q[S]=t[h];C+=17+z,(U>>4===0?k:x)[15&U]=f(j,q)}break;case 65501:h+=2,u=(0,n.readUint16)(t,h),h+=2;break;case 65498:const te=1===++g&&!r;h+=2;var H,G=t[h++],W=[];for(C=0;C<G;C++){var V=d.componentIds[t[h++]];H=d.components[V];var $=t[h++];H.huffmanTableDC=k[$>>4],H.huffmanTableAC=x[15&$],W.push(H)}var Y=t[h++],X=t[h++],K=t[h++];try{var Q=b(t,h,d,W,u,Y,X,K>>4,15&K,te);h+=Q}catch(Z){if(Z instanceof i)return(0,a.warn)(`${Z.message} -- attempting to re-parse the JPEG image.`),this.parse(t,{dnlScanLines:Z.scanLines});if(Z instanceof s){(0,a.warn)(`${Z.message} -- ignoring the rest of the image data.`);break e}throw Z}break;case 65500:h+=4;break;case 65535:255!==t[h]&&h--;break;default:const re=y(t,h-2,h-3);if(re&&re.invalid){(0,a.warn)("JpegImage.parse - unexpected data, current marker is: "+re.invalid),h=re.offset;break}if(h>=t.length-1){(0,a.warn)("JpegImage.parse - reached the end of the image data without finding an EOI marker (0xFFD9).");break e}throw new o("JpegImage.parse - unknown marker: "+A.toString(16))}A=(0,n.readUint16)(t,h),h+=2}for(this.width=d.samplesPerLine,this.height=d.scanLines,this.jfif=p,this.adobe=m,this.components=[],C=0;C<d.components.length;C++){H=d.components[C];var J=v[H.quantizationId];J&&(H.quantizationTable=J),this.components.push({output:w(d,H),scaleX:H.h/d.maxH,scaleY:H.v/d.maxV,blocksPerLine:H.blocksPerLine,blocksPerColumn:H.blocksPerColumn})}this.numComponents=this.components.length},_getLinearizedBlockData(e,t,r=!1){var a,n,o,i,s,l,c,d,u,h,p,m=this.width/e,f=this.height/t,g=0,b=this.components.length,v=e*t*b,w=new Uint8ClampedArray(v),y=new Uint32Array(e),x=4294967288;let k;for(c=0;c<b;c++){if(a=this.components[c],n=a.scaleX*m,o=a.scaleY*f,g=c,p=a.output,i=a.blocksPerLine+1<<3,n!==k){for(s=0;s<e;s++)d=0|s*n,y[s]=(d&x)<<3|7&d;k=n}for(l=0;l<t;l++)for(d=0|l*o,h=i*(d&x)|(7&d)<<3,s=0;s<e;s++)w[g]=p[h+y[s]],g+=b}let A=this._decodeTransform;if(r||4!==b||A||(A=new Int32Array([-256,255,-256,255,-256,255,-256,255])),A)for(c=0;c<v;)for(d=0,u=0;d<b;d++,c++,u+=2)w[c]=(w[c]*A[u]>>8)+A[u+1];return w},get _isColorConversionNeeded(){return this.adobe?!!this.adobe.transformCode:3===this.numComponents?0!==this._colorTransform:1===this._colorTransform},_convertYccToRgb:function(e){for(var t,r,a,n=0,o=e.length;n<o;n+=3)t=e[n],r=e[n+1],a=e[n+2],e[n]=t-179.456+1.402*a,e[n+1]=t+135.459-.344*r-.714*a,e[n+2]=t-226.816+1.772*r;return e},_convertYcckToRgb:function(e){for(var t,r,a,n,o=0,i=0,s=e.length;i<s;i+=4)t=e[i],r=e[i+1],a=e[i+2],n=e[i+3],e[o++]=r*(-660635669420364e-19*r+.000437130475926232*a-54080610064599e-18*t+.00048449797120281*n-.154362151871126)-122.67195406894+a*(-.000957964378445773*a+.000817076911346625*t-.00477271405408747*n+1.53380253221734)+t*(.000961250184130688*t-.00266257332283933*n+.48357088451265)+n*(-.000336197177618394*n+.484791561490776),e[o++]=107.268039397724+r*(219927104525741e-19*r-.000640992018297945*a+.000659397001245577*t+.000426105652938837*n-.176491792462875)+a*(-.000778269941513683*a+.00130872261408275*t+.000770482631801132*n-.151051492775562)+t*(.00126935368114843*t-.00265090189010898*n+.25802910206845)+n*(-.000318913117588328*n-.213742400323665),e[o++]=r*(-.000570115196973677*r-263409051004589e-19*a+.0020741088115012*t-.00288260236853442*n+.814272968359295)-20.810012546947+a*(-153496057440975e-19*a-.000132689043961446*t+.000560833691242812*n-.195152027534049)+t*(.00174418132927582*t-.00255243321439347*n+.116935020465145)+n*(-.000343531996510555*n+.24165260232407);return e.subarray(0,o)},_convertYcckToCmyk:function(e){for(var t,r,a,n=0,o=e.length;n<o;n+=4)t=e[n],r=e[n+1],a=e[n+2],e[n]=434.456-t-1.402*a,e[n+1]=119.541-t+.344*r+.714*a,e[n+2]=481.816-t-1.772*r;return e},_convertCmykToRgb:function(e){for(var t,r,a,n,o=0,i=0,s=e.length;i<s;i+=4)t=e[i],r=e[i+1],a=e[i+2],n=e[i+3],e[o++]=255+t*(-6747147073602441e-20*t+.0008379262121013727*r+.0002894718188643294*a+.003264231057537806*n-1.1185611867203937)+r*(26374107616089405e-21*r-8626949158638572e-20*a-.0002748769067499491*n-.02155688794978967)+a*(-3878099212869363e-20*a-.0003267808279485286*n+.0686742238595345)-n*(.0003361971776183937*n+.7430659151342254),e[o++]=255+t*(.00013596372813588848*t+.000924537132573585*r+.00010567359618683593*a+.0004791864687436512*n-.3109689587515875)+r*(-.00023545346108370344*r+.0002702845253534714*a+.0020200308977307156*n-.7488052167015494)+a*(6834815998235662e-20*a+.00015168452363460973*n-.09751927774728933)-n*(.0003189131175883281*n+.7364883807733168),e[o++]=255+t*(13598650411385307e-21*t+.00012423956175490851*r+.0004751985097583589*a-36729317476630422e-22*n-.05562186980264034)+r*(.00016141380598724676*r+.0009692239130725186*a+.0007782692450036253*n-.44015232367526463)+a*(5.068882914068769e-7*a+.0017778369011375071*n-.7591454649749609)-n*(.0003435319965105553*n+.7063770186160144);return e.subarray(0,o)},getData({width:e,height:t,forceRGB:r=!1,isSourcePDF:a=!1}){if(this.numComponents>4)throw new o("Unsupported color mode");var n=this._getLinearizedBlockData(e,t,a);if(1===this.numComponents&&r){for(var i=n.length,s=new Uint8ClampedArray(3*i),l=0,c=0;c<i;c++){var d=n[c];s[l++]=d,s[l++]=d,s[l++]=d}return s}if(3===this.numComponents&&this._isColorConversionNeeded)return this._convertYccToRgb(n);if(4===this.numComponents){if(this._isColorConversionNeeded)return r?this._convertYcckToRgb(n):this._convertYcckToCmyk(n);if(r)return this._convertCmykToRgb(n)}return n}},m}();t.JpegImage=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.JpxStream=void 0;var a=r(12),n=r(21),o=r(2);const i=function(){function e(e,t,r,n){this.stream=e,this.maybeLength=t,this.dict=r,this.params=n,a.DecodeStream.call(this,t)}return e.prototype=Object.create(a.DecodeStream.prototype),Object.defineProperty(e.prototype,"bytes",{get:function(){return(0,o.shadow)(this,"bytes",this.stream.getBytes(this.maybeLength))},configurable:!0}),e.prototype.ensureBuffer=function(e){},e.prototype.readBlock=function(){if(this.eof)return;const e=new n.JpxImage;e.parse(this.bytes);const t=e.width,r=e.height,a=e.componentsCount,o=e.tiles.length;if(1===o)this.buffer=e.tiles[0].items;else{const n=new Uint8ClampedArray(t*r*a);for(let r=0;r<o;r++){const o=e.tiles[r],i=o.width,s=o.height,l=o.left,c=o.top,d=o.items;let u=0,h=(t*c+l)*a;const p=t*a,m=i*a;for(let e=0;e<s;e++){const e=d.subarray(u,u+m);n.set(e,h),u+=m,h+=p}}this.buffer=n}this.bufferLength=this.buffer.length,this.eof=!0},e}();t.JpxStream=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.JpxImage=void 0;var a=r(2),n=r(8),o=r(17);class i extends a.BaseException{constructor(e){super(`JPX error: ${e}`)}}var s=function(){var e={LL:0,LH:1,HL:1,HH:2};function t(){this.failOnCorruptedImage=!1}function r(e,t){e.x0=Math.ceil(t.XOsiz/e.XRsiz),e.x1=Math.ceil(t.Xsiz/e.XRsiz),e.y0=Math.ceil(t.YOsiz/e.YRsiz),e.y1=Math.ceil(t.Ysiz/e.YRsiz),e.width=e.x1-e.x0,e.height=e.y1-e.y0}function s(e,t){for(var r,a=e.SIZ,n=[],o=Math.ceil((a.Xsiz-a.XTOsiz)/a.XTsiz),i=Math.ceil((a.Ysiz-a.YTOsiz)/a.YTsiz),s=0;s<i;s++)for(var l=0;l<o;l++)r={},r.tx0=Math.max(a.XTOsiz+l*a.XTsiz,a.XOsiz),r.ty0=Math.max(a.YTOsiz+s*a.YTsiz,a.YOsiz),r.tx1=Math.min(a.XTOsiz+(l+1)*a.XTsiz,a.Xsiz),r.ty1=Math.min(a.YTOsiz+(s+1)*a.YTsiz,a.Ysiz),r.width=r.tx1-r.tx0,r.height=r.ty1-r.ty0,r.components=[],n.push(r);e.tiles=n;for(var c=a.Csiz,d=0,u=c;d<u;d++)for(var h=t[d],p=0,m=n.length;p<m;p++){var f={};r=n[p],f.tcx0=Math.ceil(r.tx0/h.XRsiz),f.tcy0=Math.ceil(r.ty0/h.YRsiz),f.tcx1=Math.ceil(r.tx1/h.XRsiz),f.tcy1=Math.ceil(r.ty1/h.YRsiz),f.width=f.tcx1-f.tcx0,f.height=f.tcy1-f.tcy0,r.components[d]=f}}function l(e,t,r){var a=t.codingStyleParameters,n={};return a.entropyCoderWithCustomPrecincts?(n.PPx=a.precinctsSizes[r].PPx,n.PPy=a.precinctsSizes[r].PPy):(n.PPx=15,n.PPy=15),n.xcb_=r>0?Math.min(a.xcb,n.PPx-1):Math.min(a.xcb,n.PPx),n.ycb_=r>0?Math.min(a.ycb,n.PPy-1):Math.min(a.ycb,n.PPy),n}function c(e,t,r){var a=1<<r.PPx,n=1<<r.PPy,o=0===t.resLevel,i=1<<r.PPx+(o?0:-1),s=1<<r.PPy+(o?0:-1),l=t.trx1>t.trx0?Math.ceil(t.trx1/a)-Math.floor(t.trx0/a):0,c=t.try1>t.try0?Math.ceil(t.try1/n)-Math.floor(t.try0/n):0,d=l*c;t.precinctParameters={precinctWidth:a,precinctHeight:n,numprecinctswide:l,numprecinctshigh:c,numprecincts:d,precinctWidthInSubband:i,precinctHeightInSubband:s}}function d(e,t,r){var a,n,o,i,s=r.xcb_,l=r.ycb_,c=1<<s,d=1<<l,u=t.tbx0>>s,h=t.tby0>>l,p=t.tbx1+c-1>>s,m=t.tby1+d-1>>l,f=t.resolution.precinctParameters,g=[],b=[];for(n=h;n<m;n++)for(a=u;a<p;a++){o={cbx:a,cby:n,tbx0:c*a,tby0:d*n,tbx1:c*(a+1),tby1:d*(n+1)},o.tbx0_=Math.max(t.tbx0,o.tbx0),o.tby0_=Math.max(t.tby0,o.tby0),o.tbx1_=Math.min(t.tbx1,o.tbx1),o.tby1_=Math.min(t.tby1,o.tby1);var v=Math.floor((o.tbx0_-t.tbx0)/f.precinctWidthInSubband),w=Math.floor((o.tby0_-t.tby0)/f.precinctHeightInSubband);if(i=v+w*f.numprecinctswide,o.precinctNumber=i,o.subbandType=t.type,o.Lblock=3,!(o.tbx1_<=o.tbx0_||o.tby1_<=o.tby0_)){g.push(o);var y=b[i];void 0!==y?(a<y.cbxMin?y.cbxMin=a:a>y.cbxMax&&(y.cbxMax=a),n<y.cbyMin?y.cbxMin=n:n>y.cbyMax&&(y.cbyMax=n)):b[i]=y={cbxMin:a,cbyMin:n,cbxMax:a,cbyMax:n},o.precinct=y}}t.codeblockParameters={codeblockWidth:s,codeblockHeight:l,numcodeblockwide:p-u+1,numcodeblockhigh:m-h+1},t.codeblocks=g,t.precincts=b}function u(e,t,r){for(var a=[],n=e.subbands,o=0,i=n.length;o<i;o++)for(var s=n[o],l=s.codeblocks,c=0,d=l.length;c<d;c++){var u=l[c];u.precinctNumber===t&&a.push(u)}return{layerNumber:r,codeblocks:a}}function h(e){for(var t=e.SIZ,r=e.currentTile.index,a=e.tiles[r],n=a.codingStyleDefaultParameters.layersCount,o=t.Csiz,s=0,l=0;l<o;l++)s=Math.max(s,a.components[l].codingStyleParameters.decompositionLevelsCount);var c=0,d=0,h=0,p=0;this.nextPacket=function(){for(;c<n;c++){for(;d<=s;d++){for(;h<o;h++){var e=a.components[h];if(!(d>e.codingStyleParameters.decompositionLevelsCount)){for(var t=e.resolutions[d],r=t.precinctParameters.numprecincts;p<r;){var l=u(t,p,c);return p++,l}p=0}}h=0}d=0}throw new i("Out of packets")}}function p(e){for(var t=e.SIZ,r=e.currentTile.index,a=e.tiles[r],n=a.codingStyleDefaultParameters.layersCount,o=t.Csiz,s=0,l=0;l<o;l++)s=Math.max(s,a.components[l].codingStyleParameters.decompositionLevelsCount);var c=0,d=0,h=0,p=0;this.nextPacket=function(){for(;c<=s;c++){for(;d<n;d++){for(;h<o;h++){var e=a.components[h];if(!(c>e.codingStyleParameters.decompositionLevelsCount)){for(var t=e.resolutions[c],r=t.precinctParameters.numprecincts;p<r;){var l=u(t,p,d);return p++,l}p=0}}h=0}d=0}throw new i("Out of packets")}}function m(e){var t,r,a,n,o=e.SIZ,s=e.currentTile.index,l=e.tiles[s],c=l.codingStyleDefaultParameters.layersCount,d=o.Csiz,h=0;for(a=0;a<d;a++){const e=l.components[a];h=Math.max(h,e.codingStyleParameters.decompositionLevelsCount)}var p=new Int32Array(h+1);for(r=0;r<=h;++r){var m=0;for(a=0;a<d;++a){var f=l.components[a].resolutions;r<f.length&&(m=Math.max(m,f[r].precinctParameters.numprecincts))}p[r]=m}t=0,r=0,a=0,n=0,this.nextPacket=function(){for(;r<=h;r++){for(;n<p[r];n++){for(;a<d;a++){const i=l.components[a];if(!(r>i.codingStyleParameters.decompositionLevelsCount)){var e=i.resolutions[r],o=e.precinctParameters.numprecincts;if(!(n>=o)){for(;t<c;){var s=u(e,n,t);return t++,s}t=0}}}a=0}n=0}throw new i("Out of packets")}}function f(e){var t=e.SIZ,r=e.currentTile.index,a=e.tiles[r],n=a.codingStyleDefaultParameters.layersCount,o=t.Csiz,s=v(a),l=s,c=0,d=0,h=0,p=0,m=0;this.nextPacket=function(){for(;m<l.maxNumHigh;m++){for(;p<l.maxNumWide;p++){for(;h<o;h++){for(var e=a.components[h],t=e.codingStyleParameters.decompositionLevelsCount;d<=t;d++){var r=e.resolutions[d],f=s.components[h].resolutions[d],g=b(p,m,f,l,r);if(null!==g){for(;c<n;){var v=u(r,g,c);return c++,v}c=0}}d=0}h=0}p=0}throw new i("Out of packets")}}function g(e){var t=e.SIZ,r=e.currentTile.index,a=e.tiles[r],n=a.codingStyleDefaultParameters.layersCount,o=t.Csiz,s=v(a),l=0,c=0,d=0,h=0,p=0;this.nextPacket=function(){for(;d<o;++d){for(var e=a.components[d],t=s.components[d],r=e.codingStyleParameters.decompositionLevelsCount;p<t.maxNumHigh;p++){for(;h<t.maxNumWide;h++){for(;c<=r;c++){var m=e.resolutions[c],f=t.resolutions[c],g=b(h,p,f,t,m);if(null!==g){for(;l<n;){var v=u(m,g,l);return l++,v}l=0}}c=0}h=0}p=0}throw new i("Out of packets")}}function b(e,t,r,a,n){var o=e*a.minWidth,i=t*a.minHeight;if(o%r.width!==0||i%r.height!==0)return null;var s=i/r.width*n.precinctParameters.numprecinctswide;return o/r.height+s}function v(e){for(var t=e.components.length,r=Number.MAX_VALUE,a=Number.MAX_VALUE,n=0,o=0,i=new Array(t),s=0;s<t;s++){for(var l=e.components[s],c=l.codingStyleParameters.decompositionLevelsCount,d=new Array(c+1),u=Number.MAX_VALUE,h=Number.MAX_VALUE,p=0,m=0,f=1,g=c;g>=0;--g){var b=l.resolutions[g],v=f*b.precinctParameters.precinctWidth,w=f*b.precinctParameters.precinctHeight;u=Math.min(u,v),h=Math.min(h,w),p=Math.max(p,b.precinctParameters.numprecinctswide),m=Math.max(m,b.precinctParameters.numprecinctshigh),d[g]={width:v,height:w},f<<=1}r=Math.min(r,u),a=Math.min(a,h),n=Math.max(n,p),o=Math.max(o,m),i[s]={resolutions:d,minWidth:u,minHeight:h,maxNumWide:p,maxNumHigh:m}}return{components:i,minWidth:r,minHeight:a,maxNumWide:n,maxNumHigh:o}}function w(e){for(var t=e.SIZ,r=e.currentTile.index,a=e.tiles[r],n=t.Csiz,o=0;o<n;o++){for(var s=a.components[o],u=s.codingStyleParameters.decompositionLevelsCount,b=[],v=[],w=0;w<=u;w++){var y,x=l(e,s,w),k={},A=1<<u-w;if(k.trx0=Math.ceil(s.tcx0/A),k.try0=Math.ceil(s.tcy0/A),k.trx1=Math.ceil(s.tcx1/A),k.try1=Math.ceil(s.tcy1/A),k.resLevel=w,c(e,k,x),b.push(k),0===w)y={},y.type="LL",y.tbx0=Math.ceil(s.tcx0/A),y.tby0=Math.ceil(s.tcy0/A),y.tbx1=Math.ceil(s.tcx1/A),y.tby1=Math.ceil(s.tcy1/A),y.resolution=k,d(e,y,x),v.push(y),k.subbands=[y];else{var C=1<<u-w+1,S=[];y={},y.type="HL",y.tbx0=Math.ceil(s.tcx0/C-.5),y.tby0=Math.ceil(s.tcy0/C),y.tbx1=Math.ceil(s.tcx1/C-.5),y.tby1=Math.ceil(s.tcy1/C),y.resolution=k,d(e,y,x),v.push(y),S.push(y),y={},y.type="LH",y.tbx0=Math.ceil(s.tcx0/C),y.tby0=Math.ceil(s.tcy0/C-.5),y.tbx1=Math.ceil(s.tcx1/C),y.tby1=Math.ceil(s.tcy1/C-.5),y.resolution=k,d(e,y,x),v.push(y),S.push(y),y={},y.type="HH",y.tbx0=Math.ceil(s.tcx0/C-.5),y.tby0=Math.ceil(s.tcy0/C-.5),y.tbx1=Math.ceil(s.tcx1/C-.5),y.tby1=Math.ceil(s.tcy1/C-.5),y.resolution=k,d(e,y,x),v.push(y),S.push(y),k.subbands=S}}s.resolutions=b,s.subbands=v}var _=a.codingStyleDefaultParameters.progressionOrder;switch(_){case 0:a.packetsIterator=new h(e);break;case 1:a.packetsIterator=new p(e);break;case 2:a.packetsIterator=new m(e);break;case 3:a.packetsIterator=new f(e);break;case 4:a.packetsIterator=new g(e);break;default:throw new i(`Unsupported progression order ${_}`)}}function y(e,t,r,a){var o,i=0,s=0,l=!1;function c(e){while(s<e){var a=t[r+i];i++,l?(o=o<<7|a,s+=7,l=!1):(o=o<<8|a,s+=8),255===a&&(l=!0)}return s-=e,o>>>s&(1<<e)-1}function d(e){return 255===t[r+i-1]&&t[r+i]===e?(u(1),!0):255===t[r+i]&&t[r+i+1]===e&&(u(2),!0)}function u(e){i+=e}function h(){s=0,l&&(i++,l=!1)}function p(){if(0===c(1))return 1;if(0===c(1))return 2;var e=c(2);return e<3?e+3:(e=c(5),e<31?e+6:(e=c(7),e+37))}var m=e.currentTile.index,f=e.tiles[m],g=e.COD.sopMarkerUsed,b=e.COD.ephMarkerUsed,v=f.packetsIterator;while(i<a){h(),g&&d(145)&&u(4);var w=v.nextPacket();if(c(1)){for(var y,x=w.layerNumber,k=[],A=0,C=w.codeblocks.length;A<C;A++){y=w.codeblocks[A];var E,P=y.precinct,T=y.cbx-P.cbxMin,I=y.cby-P.cbyMin,O=!1,L=!1;if(void 0!==y.included)O=!!c(1);else{var F,R;if(P=y.precinct,void 0!==P.inclusionTree)F=P.inclusionTree;else{var M=P.cbxMax-P.cbxMin+1,D=P.cbyMax-P.cbyMin+1;F=new _(M,D,x),R=new S(M,D),P.inclusionTree=F,P.zeroBitPlanesTree=R}if(F.reset(T,I,x))while(1){if(!c(1)){F.incrementValue(x);break}if(E=!F.nextLevel(),E){y.included=!0,O=L=!0;break}}}if(O){if(L){R=P.zeroBitPlanesTree,R.reset(T,I);while(1)if(c(1)){if(E=!R.nextLevel(),E)break}else R.incrementValue();y.zeroBitPlanes=R.value}var N=p();while(c(1))y.Lblock++;var B=(0,n.log2)(N),U=(N<1<<B?B-1:B)+y.Lblock,j=c(U);k.push({codeblock:y,codingpasses:N,dataLength:j})}}h(),b&&d(146);while(k.length>0){var z=k.shift();y=z.codeblock,void 0===y.data&&(y.data=[]),y.data.push({data:t,start:r+i,end:r+i+z.dataLength,codingpasses:z.codingpasses}),i+=z.dataLength}}}return i}function x(e,t,r,a,n,i,s,l){for(var c=a.tbx0,d=a.tby0,u=a.tbx1-a.tbx0,h=a.codeblocks,p="H"===a.type.charAt(0)?1:0,m="H"===a.type.charAt(1)?t:0,f=0,g=h.length;f<g;++f){var b=h[f],v=b.tbx1_-b.tbx0_,w=b.tby1_-b.tby0_;if(0!==v&&0!==w&&void 0!==b.data){var y,x;y=new E(v,w,b.subbandType,b.zeroBitPlanes,i),x=2;var k,A,C,S=b.data,_=0,P=0;for(k=0,A=S.length;k<A;k++)C=S[k],_+=C.end-C.start,P+=C.codingpasses;var T=new Uint8Array(_),I=0;for(k=0,A=S.length;k<A;k++){C=S[k];var O=C.data.subarray(C.start,C.end);T.set(O,I),I+=O.length}var L=new o.ArithmeticDecoder(T,0,_);for(y.setDecoder(L),k=0;k<P;k++){switch(x){case 0:y.runSignificancePropagationPass();break;case 1:y.runMagnitudeRefinementPass();break;case 2:y.runCleanupPass(),l&&y.checkSegmentationSymbol();break}x=(x+1)%3}var F,R,M,D=b.tbx0_-c+(b.tby0_-d)*u,N=y.coefficentsSign,B=y.coefficentsMagnitude,U=y.bitsDecoded,j=s?0:.5;I=0;var z="LL"!==a.type;for(k=0;k<w;k++){var q=D/u|0,H=2*q*(t-u)+p+m;for(F=0;F<v;F++){if(R=B[I],0!==R){R=(R+j)*n,0!==N[I]&&(R=-R),M=U[I];var G=z?H+(D<<1):D;e[G]=s&&M>=i?R:R*(1<<i-M)}D++,I++}D+=u-v}}}}function k(t,r,a){for(var n=r.components[a],o=n.codingStyleParameters,i=n.quantizationParameters,s=o.decompositionLevelsCount,l=i.SPqcds,c=i.scalarExpounded,d=i.guardBits,u=o.segmentationSymbolUsed,h=t.components[a].precision,p=o.reversibleTransformation,m=p?new I:new T,f=[],g=0,b=0;b<=s;b++){for(var v=n.resolutions[b],w=v.trx1-v.trx0,y=v.try1-v.try0,k=new Float32Array(w*y),A=0,C=v.subbands.length;A<C;A++){var S,_;c?(S=l[g].mu,_=l[g].epsilon,g++):(S=l[0].mu,_=l[0].epsilon+(b>0?1-b:0));var E=v.subbands[A],P=e[E.type],O=p?1:2**(h+P-_)*(1+S/2048),L=d+_-1;x(k,w,y,E,O,L,p,u)}f.push({width:w,height:y,items:k})}var F=m.calculate(f,n.tcx0,n.tcy0);return{left:n.tcx0,top:n.tcy0,width:F.width,height:F.height,items:F.items}}function A(e){for(var t=e.SIZ,r=e.components,a=t.Csiz,n=[],o=0,i=e.tiles.length;o<i;o++){var s,l=e.tiles[o],c=[];for(s=0;s<a;s++)c[s]=k(e,l,s);var d,u,h,p,m,f,g,b=c[0],v=new Uint8ClampedArray(b.items.length*a),w={left:b.left,top:b.top,width:b.width,height:b.height,items:v},y=0;if(l.codingStyleDefaultParameters.multipleComponentTransform){var x=4===a,A=c[0].items,C=c[1].items,S=c[2].items,_=x?c[3].items:null;d=r[0].precision-8,u=.5+(128<<d);var E=l.components[0],P=a-3;if(p=A.length,E.codingStyleParameters.reversibleTransformation)for(h=0;h<p;h++,y+=P){m=A[h]+u,f=C[h],g=S[h];const e=m-(g+f>>2);v[y++]=e+g>>d,v[y++]=e>>d,v[y++]=e+f>>d}else for(h=0;h<p;h++,y+=P)m=A[h]+u,f=C[h],g=S[h],v[y++]=m+1.402*g>>d,v[y++]=m-.34413*f-.71414*g>>d,v[y++]=m+1.772*f>>d;if(x)for(h=0,y=3;h<p;h++,y+=4)v[y]=_[h]+u>>d}else for(s=0;s<a;s++){var T=c[s].items;for(d=r[s].precision-8,u=.5+(128<<d),y=s,h=0,p=T.length;h<p;h++)v[y]=T[h]+u>>d,y+=a}n.push(w)}return n}function C(e,t){for(var r=e.SIZ,a=r.Csiz,n=e.tiles[t],o=0;o<a;o++){var i=n.components[o],s=void 0!==e.currentTile.QCC[o]?e.currentTile.QCC[o]:e.currentTile.QCD;i.quantizationParameters=s;var l=void 0!==e.currentTile.COC[o]?e.currentTile.COC[o]:e.currentTile.COD;i.codingStyleParameters=l}n.codingStyleDefaultParameters=e.currentTile.COD}t.prototype={parse:function(e){var t=(0,n.readUint16)(e,0);if(65359!==t){var r=0,o=e.length;while(r<o){var s=8,l=(0,n.readUint32)(e,r),c=(0,n.readUint32)(e,r+4);if(r+=s,1===l&&(l=4294967296*(0,n.readUint32)(e,r)+(0,n.readUint32)(e,r+4),r+=8,s+=8),0===l&&(l=o-r+s),l<s)throw new i("Invalid box field size");var d=l-s,u=!0;switch(c){case 1785737832:u=!1;break;case 1668246642:var h=e[r];if(1===h){var p=(0,n.readUint32)(e,r+3);switch(p){case 16:case 17:case 18:break;default:(0,a.warn)("Unknown colorspace "+p);break}}else 2===h&&(0,a.info)("ICC profile not supported");break;case 1785737827:this.parseCodestream(e,r,r+d);break;case 1783636e3:218793738!==(0,n.readUint32)(e,r)&&(0,a.warn)("Invalid JP2 signature");break;case 1783634458:case 1718909296:case 1920099697:case 1919251232:case 1768449138:break;default:var m=String.fromCharCode(c>>24&255,c>>16&255,c>>8&255,255&c);(0,a.warn)("Unsupported header type "+c+" ("+m+")");break}u&&(r+=d)}}else this.parseCodestream(e,0,e.length)},parseImageProperties:function(e){var t=e.getByte();while(t>=0){var r=t;t=e.getByte();var a=r<<8|t;if(65361===a){e.skip(4);var n=e.getInt32()>>>0,o=e.getInt32()>>>0,s=e.getInt32()>>>0,l=e.getInt32()>>>0;e.skip(16);var c=e.getUint16();return this.width=n-s,this.height=o-l,this.componentsCount=c,void(this.bitsPerComponent=8)}}throw new i("No size marker found in JPX stream")},parseCodestream:function(e,t,o){var l={},c=!1;try{var d=t;while(d+1<o){var u=(0,n.readUint16)(e,d);d+=2;var h,p,m,f,g,b,v=0;switch(u){case 65359:l.mainHeader=!0;break;case 65497:break;case 65361:v=(0,n.readUint16)(e,d);var x={};x.Xsiz=(0,n.readUint32)(e,d+4),x.Ysiz=(0,n.readUint32)(e,d+8),x.XOsiz=(0,n.readUint32)(e,d+12),x.YOsiz=(0,n.readUint32)(e,d+16),x.XTsiz=(0,n.readUint32)(e,d+20),x.YTsiz=(0,n.readUint32)(e,d+24),x.XTOsiz=(0,n.readUint32)(e,d+28),x.YTOsiz=(0,n.readUint32)(e,d+32);var k=(0,n.readUint16)(e,d+36);x.Csiz=k;var S=[];h=d+38;for(var _=0;_<k;_++){var E={precision:1+(127&e[h]),isSigned:!!(128&e[h]),XRsiz:e[h+1],YRsiz:e[h+2]};h+=3,r(E,x),S.push(E)}l.SIZ=x,l.components=S,s(l,S),l.QCC=[],l.COC=[];break;case 65372:v=(0,n.readUint16)(e,d);var P={};switch(h=d+2,p=e[h++],31&p){case 0:f=8,g=!0;break;case 1:f=16,g=!1;break;case 2:f=16,g=!0;break;default:throw new Error("Invalid SQcd value "+p)}P.noQuantization=8===f,P.scalarExpounded=g,P.guardBits=p>>5,m=[];while(h<v+d){var T={};8===f?(T.epsilon=e[h++]>>3,T.mu=0):(T.epsilon=e[h]>>3,T.mu=(7&e[h])<<8|e[h+1],h+=2),m.push(T)}P.SPqcds=m,l.mainHeader?l.QCD=P:(l.currentTile.QCD=P,l.currentTile.QCC=[]);break;case 65373:v=(0,n.readUint16)(e,d);var I,O={};switch(h=d+2,l.SIZ.Csiz<257?I=e[h++]:(I=(0,n.readUint16)(e,h),h+=2),p=e[h++],31&p){case 0:f=8,g=!0;break;case 1:f=16,g=!1;break;case 2:f=16,g=!0;break;default:throw new Error("Invalid SQcd value "+p)}O.noQuantization=8===f,O.scalarExpounded=g,O.guardBits=p>>5,m=[];while(h<v+d)T={},8===f?(T.epsilon=e[h++]>>3,T.mu=0):(T.epsilon=e[h]>>3,T.mu=(7&e[h])<<8|e[h+1],h+=2),m.push(T);O.SPqcds=m,l.mainHeader?l.QCC[I]=O:l.currentTile.QCC[I]=O;break;case 65362:v=(0,n.readUint16)(e,d);var L={};h=d+2;var F=e[h++];L.entropyCoderWithCustomPrecincts=!!(1&F),L.sopMarkerUsed=!!(2&F),L.ephMarkerUsed=!!(4&F),L.progressionOrder=e[h++],L.layersCount=(0,n.readUint16)(e,h),h+=2,L.multipleComponentTransform=e[h++],L.decompositionLevelsCount=e[h++],L.xcb=2+(15&e[h++]),L.ycb=2+(15&e[h++]);var R=e[h++];if(L.selectiveArithmeticCodingBypass=!!(1&R),L.resetContextProbabilities=!!(2&R),L.terminationOnEachCodingPass=!!(4&R),L.verticallyStripe=!!(8&R),L.predictableTermination=!!(16&R),L.segmentationSymbolUsed=!!(32&R),L.reversibleTransformation=e[h++],L.entropyCoderWithCustomPrecincts){var M=[];while(h<v+d){var D=e[h++];M.push({PPx:15&D,PPy:D>>4})}L.precinctsSizes=M}var N=[];if(L.selectiveArithmeticCodingBypass&&N.push("selectiveArithmeticCodingBypass"),L.resetContextProbabilities&&N.push("resetContextProbabilities"),L.terminationOnEachCodingPass&&N.push("terminationOnEachCodingPass"),L.verticallyStripe&&N.push("verticallyStripe"),L.predictableTermination&&N.push("predictableTermination"),N.length>0)throw c=!0,new Error("Unsupported COD options ("+N.join(", ")+")");l.mainHeader?l.COD=L:(l.currentTile.COD=L,l.currentTile.COC=[]);break;case 65424:v=(0,n.readUint16)(e,d),b={},b.index=(0,n.readUint16)(e,d+2),b.length=(0,n.readUint32)(e,d+4),b.dataEnd=b.length+d-2,b.partIndex=e[d+8],b.partsCount=e[d+9],l.mainHeader=!1,0===b.partIndex&&(b.COD=l.COD,b.COC=l.COC.slice(0),b.QCD=l.QCD,b.QCC=l.QCC.slice(0)),l.currentTile=b;break;case 65427:b=l.currentTile,0===b.partIndex&&(C(l,b.index),w(l)),v=b.dataEnd-d,y(l,e,d,v);break;case 65365:case 65367:case 65368:case 65380:v=(0,n.readUint16)(e,d);break;case 65363:throw new Error("Codestream code 0xFF53 (COC) is not implemented");default:throw new Error("Unknown codestream code: "+u.toString(16))}d+=v}}catch(B){if(c||this.failOnCorruptedImage)throw new i(B.message);(0,a.warn)("JPX: Trying to recover from: "+B.message)}this.tiles=A(l),this.width=l.SIZ.Xsiz-l.SIZ.XOsiz,this.height=l.SIZ.Ysiz-l.SIZ.YOsiz,this.componentsCount=l.SIZ.Csiz}};var S=function(){function e(e,t){var r=(0,n.log2)(Math.max(e,t))+1;this.levels=[];for(var a=0;a<r;a++){var o={width:e,height:t,items:[]};this.levels.push(o),e=Math.ceil(e/2),t=Math.ceil(t/2)}}return e.prototype={reset:function(e,t){var r,a=0,n=0;while(a<this.levels.length){r=this.levels[a];var o=e+t*r.width;if(void 0!==r.items[o]){n=r.items[o];break}r.index=o,e>>=1,t>>=1,a++}a--,r=this.levels[a],r.items[r.index]=n,this.currentLevel=a,delete this.value},incrementValue:function(){var e=this.levels[this.currentLevel];e.items[e.index]++},nextLevel:function(){var e=this.currentLevel,t=this.levels[e],r=t.items[t.index];return e--,e<0?(this.value=r,!1):(this.currentLevel=e,t=this.levels[e],t.items[t.index]=r,!0)}},e}(),_=function(){function e(e,t,r){var a=(0,n.log2)(Math.max(e,t))+1;this.levels=[];for(var o=0;o<a;o++){for(var i=new Uint8Array(e*t),s=0,l=i.length;s<l;s++)i[s]=r;var c={width:e,height:t,items:i};this.levels.push(c),e=Math.ceil(e/2),t=Math.ceil(t/2)}}return e.prototype={reset:function(e,t,r){var a=0;while(a<this.levels.length){var n=this.levels[a],o=e+t*n.width;n.index=o;var i=n.items[o];if(255===i)break;if(i>r)return this.currentLevel=a,this.propagateValues(),!1;e>>=1,t>>=1,a++}return this.currentLevel=a-1,!0},incrementValue:function(e){var t=this.levels[this.currentLevel];t.items[t.index]=e+1,this.propagateValues()},propagateValues:function(){var e=this.currentLevel,t=this.levels[e],r=t.items[t.index];while(--e>=0)t=this.levels[e],t.items[t.index]=r},nextLevel:function(){var e=this.currentLevel,t=this.levels[e],r=t.items[t.index];return t.items[t.index]=255,e--,!(e<0)&&(this.currentLevel=e,t=this.levels[e],t.items[t.index]=r,!0)}},e}(),E=function(){var e=17,t=18,r=new Uint8Array([0,5,8,0,3,7,8,0,4,7,8,0,0,0,0,0,1,6,8,0,3,7,8,0,4,7,8,0,0,0,0,0,2,6,8,0,3,7,8,0,4,7,8,0,0,0,0,0,2,6,8,0,3,7,8,0,4,7,8,0,0,0,0,0,2,6,8,0,3,7,8,0,4,7,8]),a=new Uint8Array([0,3,4,0,5,7,7,0,8,8,8,0,0,0,0,0,1,3,4,0,6,7,7,0,8,8,8,0,0,0,0,0,2,3,4,0,6,7,7,0,8,8,8,0,0,0,0,0,2,3,4,0,6,7,7,0,8,8,8,0,0,0,0,0,2,3,4,0,6,7,7,0,8,8,8]),n=new Uint8Array([0,1,2,0,1,2,2,0,2,2,2,0,0,0,0,0,3,4,5,0,4,5,5,0,5,5,5,0,0,0,0,0,6,7,7,0,7,7,7,0,7,7,7,0,0,0,0,0,8,8,8,0,8,8,8,0,8,8,8,0,0,0,0,0,8,8,8,0,8,8,8,0,8,8,8]);function o(e,t,o,i,s){let l;this.width=e,this.height=t,l="HH"===o?n:"HL"===o?a:r,this.contextLabelTable=l;var c=e*t;let d;this.neighborsSignificance=new Uint8Array(c),this.coefficentsSign=new Uint8Array(c),d=s>14?new Uint32Array(c):s>6?new Uint16Array(c):new Uint8Array(c),this.coefficentsMagnitude=d,this.processingFlags=new Uint8Array(c);var u=new Uint8Array(c);if(0!==i)for(var h=0;h<c;h++)u[h]=i;this.bitsDecoded=u,this.reset()}return o.prototype={setDecoder:function(e){this.decoder=e},reset:function(){this.contexts=new Int8Array(19),this.contexts[0]=8,this.contexts[e]=92,this.contexts[t]=6},setNeighborsSignificance:function(e,t,r){var a,n=this.neighborsSignificance,o=this.width,i=this.height,s=t>0,l=t+1<o;e>0&&(a=r-o,s&&(n[a-1]+=16),l&&(n[a+1]+=16),n[a]+=4),e+1<i&&(a=r+o,s&&(n[a-1]+=16),l&&(n[a+1]+=16),n[a]+=4),s&&(n[r-1]+=1),l&&(n[r+1]+=1),n[r]|=128},runSignificancePropagationPass:function(){for(var e=this.decoder,t=this.width,r=this.height,a=this.coefficentsMagnitude,n=this.coefficentsSign,o=this.neighborsSignificance,i=this.processingFlags,s=this.contexts,l=this.contextLabelTable,c=this.bitsDecoded,d=-2,u=1,h=2,p=0;p<r;p+=4)for(var m=0;m<t;m++)for(var f=p*t+m,g=0;g<4;g++,f+=t){var b=p+g;if(b>=r)break;if(i[f]&=d,!a[f]&&o[f]){var v=l[o[f]],w=e.readBit(s,v);if(w){var y=this.decodeSignBit(b,m,f);n[f]=y,a[f]=1,this.setNeighborsSignificance(b,m,f),i[f]|=h}c[f]++,i[f]|=u}}},decodeSignBit:function(e,t,r){var a,n,o,i,s,l,c=this.width,d=this.height,u=this.coefficentsMagnitude,h=this.coefficentsSign;i=t>0&&0!==u[r-1],t+1<c&&0!==u[r+1]?(o=h[r+1],i?(n=h[r-1],a=1-o-n):a=1-o-o):i?(n=h[r-1],a=1-n-n):a=0;var p=3*a;return i=e>0&&0!==u[r-c],e+1<d&&0!==u[r+c]?(o=h[r+c],i?(n=h[r-c],a=1-o-n+p):a=1-o-o+p):i?(n=h[r-c],a=1-n-n+p):a=p,a>=0?(s=9+a,l=this.decoder.readBit(this.contexts,s)):(s=9-a,l=1^this.decoder.readBit(this.contexts,s)),l},runMagnitudeRefinementPass:function(){for(var e,t=this.decoder,r=this.width,a=this.height,n=this.coefficentsMagnitude,o=this.neighborsSignificance,i=this.contexts,s=this.bitsDecoded,l=this.processingFlags,c=1,d=2,u=r*a,h=4*r,p=0;p<u;p=e){e=Math.min(u,p+h);for(var m=0;m<r;m++)for(var f=p+m;f<e;f+=r)if(n[f]&&0===(l[f]&c)){var g=16;if(0!==(l[f]&d)){l[f]^=d;var b=127&o[f];g=0===b?15:14}var v=t.readBit(i,g);n[f]=n[f]<<1|v,s[f]++,l[f]|=c}}},runCleanupPass:function(){for(var r,a=this.decoder,n=this.width,o=this.height,i=this.neighborsSignificance,s=this.coefficentsMagnitude,l=this.coefficentsSign,c=this.contexts,d=this.contextLabelTable,u=this.bitsDecoded,h=this.processingFlags,p=1,m=2,f=n,g=2*n,b=3*n,v=0;v<o;v=r){r=Math.min(v+4,o);for(var w=v*n,y=v+3<o,x=0;x<n;x++){var k,A=w+x,C=y&&0===h[A]&&0===h[A+f]&&0===h[A+g]&&0===h[A+b]&&0===i[A]&&0===i[A+f]&&0===i[A+g]&&0===i[A+b],S=0,_=A,E=v;if(C){var P=a.readBit(c,t);if(!P){u[A]++,u[A+f]++,u[A+g]++,u[A+b]++;continue}S=a.readBit(c,e)<<1|a.readBit(c,e),0!==S&&(E=v+S,_+=S*n),k=this.decodeSignBit(E,x,_),l[_]=k,s[_]=1,this.setNeighborsSignificance(E,x,_),h[_]|=m,_=A;for(var T=v;T<=E;T++,_+=n)u[_]++;S++}for(E=v+S;E<r;E++,_+=n)if(!s[_]&&0===(h[_]&p)){var I=d[i[_]],O=a.readBit(c,I);1===O&&(k=this.decodeSignBit(E,x,_),l[_]=k,s[_]=1,this.setNeighborsSignificance(E,x,_),h[_]|=m),u[_]++}}}},checkSegmentationSymbol:function(){var t=this.decoder,r=this.contexts,a=t.readBit(r,e)<<3|t.readBit(r,e)<<2|t.readBit(r,e)<<1|t.readBit(r,e);if(10!==a)throw new i("Invalid segmentation symbol")}},o}(),P=function(){function e(){}return e.prototype.calculate=function(e,t,r){for(var a=e[0],n=1,o=e.length;n<o;n++)a=this.iterate(a,e[n],t,r);return a},e.prototype.extend=function(e,t,r){var a=t-1,n=t+1,o=t+r-2,i=t+r;e[a--]=e[n++],e[i++]=e[o--],e[a--]=e[n++],e[i++]=e[o--],e[a--]=e[n++],e[i++]=e[o--],e[a]=e[n],e[i]=e[o]},e.prototype.iterate=function(e,t,r,a){var n,o,i,s,l,c,d=e.width,u=e.height,h=e.items,p=t.width,m=t.height,f=t.items;for(i=0,n=0;n<u;n++)for(s=2*n*p,o=0;o<d;o++,i++,s+=2)f[s]=h[i];h=e.items=null;var g=4,b=new Float32Array(p+2*g);if(1===p){if(0!==(1&r))for(c=0,i=0;c<m;c++,i+=p)f[i]*=.5}else for(c=0,i=0;c<m;c++,i+=p)b.set(f.subarray(i,i+p),g),this.extend(b,g,p),this.filter(b,g,p),f.set(b.subarray(g,g+p),i);var v=16,w=[];for(n=0;n<v;n++)w.push(new Float32Array(m+2*g));var y,x=0;if(e=g+m,1===m){if(0!==(1&a))for(l=0;l<p;l++)f[l]*=.5}else for(l=0;l<p;l++){if(0===x){for(v=Math.min(p-l,v),i=l,s=g;s<e;i+=p,s++)for(y=0;y<v;y++)w[y][s]=f[i+y];x=v}x--;var k=w[x];if(this.extend(k,g,m),this.filter(k,g,m),0===x)for(i=l-v+1,s=g;s<e;i+=p,s++)for(y=0;y<v;y++)f[i+y]=w[y][s]}return{width:p,height:m,items:f}},e}(),T=function(){function e(){P.call(this)}return e.prototype=Object.create(P.prototype),e.prototype.filter=function(e,t,r){var a,n,o,i,s=r>>1;t|=0;var l=-1.586134342059924,c=-.052980118572961,d=.882911075530934,u=.443506852043971,h=1.230174104914001,p=1/h;for(a=t-3,n=s+4;n--;a+=2)e[a]*=p;for(a=t-2,o=u*e[a-1],n=s+3;n--;a+=2){if(i=u*e[a+1],e[a]=h*e[a]-o-i,!n--)break;a+=2,o=u*e[a+1],e[a]=h*e[a]-o-i}for(a=t-1,o=d*e[a-1],n=s+2;n--;a+=2){if(i=d*e[a+1],e[a]-=o+i,!n--)break;a+=2,o=d*e[a+1],e[a]-=o+i}for(a=t,o=c*e[a-1],n=s+1;n--;a+=2){if(i=c*e[a+1],e[a]-=o+i,!n--)break;a+=2,o=c*e[a+1],e[a]-=o+i}if(0!==s)for(a=t+1,o=l*e[a-1],n=s;n--;a+=2){if(i=l*e[a+1],e[a]-=o+i,!n--)break;a+=2,o=l*e[a+1],e[a]-=o+i}},e}(),I=function(){function e(){P.call(this)}return e.prototype=Object.create(P.prototype),e.prototype.filter=function(e,t,r){var a,n,o=r>>1;for(t|=0,a=t,n=o+1;n--;a+=2)e[a]-=e[a-1]+e[a+1]+2>>2;for(a=t+1,n=o;n--;a+=2)e[a]+=e[a-1]+e[a+1]>>1},e}();return t}();t.JpxImage=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.calculateSHA512=t.calculateSHA384=t.calculateSHA256=t.calculateMD5=t.PDF20=t.PDF17=t.CipherTransformFactory=t.ARCFourCipher=t.AES256Cipher=t.AES128Cipher=void 0;var a=r(2),n=r(5),o=r(12),i=function(){function e(e){this.a=0,this.b=0;var t,r,a=new Uint8Array(256),n=0,o=e.length;for(t=0;t<256;++t)a[t]=t;for(t=0;t<256;++t)r=a[t],n=n+r+e[t%o]&255,a[t]=a[n],a[n]=r;this.s=a}return e.prototype={encryptBlock:function(e){var t,r,a,n=e.length,o=this.a,i=this.b,s=this.s,l=new Uint8Array(n);for(t=0;t<n;++t)o=o+1&255,r=s[o],i=i+r&255,a=s[i],s[o]=a,s[i]=r,l[t]=e[t]^s[r+a&255];return this.a=o,this.b=i,l}},e.prototype.decryptBlock=e.prototype.encryptBlock,e}();t.ARCFourCipher=i;var s=function(){var e=new Uint8Array([7,12,17,22,7,12,17,22,7,12,17,22,7,12,17,22,5,9,14,20,5,9,14,20,5,9,14,20,5,9,14,20,4,11,16,23,4,11,16,23,4,11,16,23,4,11,16,23,6,10,15,21,6,10,15,21,6,10,15,21,6,10,15,21]),t=new Int32Array([-680876936,-389564586,606105819,-1044525330,-176418897,1200080426,-1473231341,-45705983,1770035416,-1958414417,-42063,-1990404162,1804603682,-40341101,-1502002290,1236535329,-165796510,-1069501632,643717713,-373897302,-701558691,38016083,-660478335,-405537848,568446438,-1019803690,-187363961,1163531501,-1444681467,-51403784,1735328473,-1926607734,-378558,-2022574463,1839030562,-35309556,-1530992060,1272893353,-155497632,-1094730640,681279174,-358537222,-722521979,76029189,-640364487,-421815835,530742520,-995338651,-198630844,1126891415,-1416354905,-57434055,1700485571,-1894986606,-1051523,-2054922799,1873313359,-30611744,-1560198380,1309151649,-145523070,-1120210379,718787259,-343485551]);function r(r,a,n){var o,i,s,l=1732584193,c=-271733879,d=-1732584194,u=271733878,h=n+72&-64,p=new Uint8Array(h);for(o=0;o<n;++o)p[o]=r[a++];p[o++]=128,s=h-8;while(o<s)p[o++]=0;p[o++]=n<<3&255,p[o++]=n>>5&255,p[o++]=n>>13&255,p[o++]=n>>21&255,p[o++]=n>>>29&255,p[o++]=0,p[o++]=0,p[o++]=0;var m=new Int32Array(16);for(o=0;o<h;){for(i=0;i<16;++i,o+=4)m[i]=p[o]|p[o+1]<<8|p[o+2]<<16|p[o+3]<<24;var f,g,b=l,v=c,w=d,y=u;for(i=0;i<64;++i){i<16?(f=v&w|~v&y,g=i):i<32?(f=y&v|~y&w,g=5*i+1&15):i<48?(f=v^w^y,g=3*i+5&15):(f=w^(v|~y),g=7*i&15);var x=y,k=b+f+t[i]+m[g]|0,A=e[i];y=w,w=v,v=v+(k<<A|k>>>32-A)|0,b=x}l=l+b|0,c=c+v|0,d=d+w|0,u=u+y|0}return new Uint8Array([255&l,l>>8&255,l>>16&255,l>>>24&255,255&c,c>>8&255,c>>16&255,c>>>24&255,255&d,d>>8&255,d>>16&255,d>>>24&255,255&u,u>>8&255,u>>16&255,u>>>24&255])}return r}();t.calculateMD5=s;var l=function(){function e(e,t){this.high=0|e,this.low=0|t}return e.prototype={and:function(e){this.high&=e.high,this.low&=e.low},xor:function(e){this.high^=e.high,this.low^=e.low},or:function(e){this.high|=e.high,this.low|=e.low},shiftRight:function(e){e>=32?(this.low=this.high>>>e-32|0,this.high=0):(this.low=this.low>>>e|this.high<<32-e,this.high=this.high>>>e|0)},shiftLeft:function(e){e>=32?(this.high=this.low<<e-32,this.low=0):(this.high=this.high<<e|this.low>>>32-e,this.low=this.low<<e)},rotateRight:function(e){var t,r;32&e?(r=this.low,t=this.high):(t=this.low,r=this.high),e&=31,this.low=t>>>e|r<<32-e,this.high=r>>>e|t<<32-e},not:function(){this.high=~this.high,this.low=~this.low},add:function(e){var t=(this.low>>>0)+(e.low>>>0),r=(this.high>>>0)+(e.high>>>0);t>4294967295&&(r+=1),this.low=0|t,this.high=0|r},copyTo:function(e,t){e[t]=this.high>>>24&255,e[t+1]=this.high>>16&255,e[t+2]=this.high>>8&255,e[t+3]=255&this.high,e[t+4]=this.low>>>24&255,e[t+5]=this.low>>16&255,e[t+6]=this.low>>8&255,e[t+7]=255&this.low},assign:function(e){this.high=e.high,this.low=e.low}},e}(),c=function(){function e(e,t){return e>>>t|e<<32-t}function t(e,t,r){return e&t^~e&r}function r(e,t,r){return e&t^e&r^t&r}function a(t){return e(t,2)^e(t,13)^e(t,22)}function n(t){return e(t,6)^e(t,11)^e(t,25)}function o(t){return e(t,7)^e(t,18)^t>>>3}function i(t){return e(t,17)^e(t,19)^t>>>10}var s=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function l(e,l,c){var d,u,h,p=1779033703,m=3144134277,f=1013904242,g=2773480762,b=1359893119,v=2600822924,w=528734635,y=1541459225,x=64*Math.ceil((c+9)/64),k=new Uint8Array(x);for(d=0;d<c;++d)k[d]=e[l++];k[d++]=128,h=x-8;while(d<h)k[d++]=0;k[d++]=0,k[d++]=0,k[d++]=0,k[d++]=c>>>29&255,k[d++]=c>>21&255,k[d++]=c>>13&255,k[d++]=c>>5&255,k[d++]=c<<3&255;var A=new Uint32Array(64);for(d=0;d<x;){for(u=0;u<16;++u)A[u]=k[d]<<24|k[d+1]<<16|k[d+2]<<8|k[d+3],d+=4;for(u=16;u<64;++u)A[u]=i(A[u-2])+A[u-7]+o(A[u-15])+A[u-16]|0;var C,S,_=p,E=m,P=f,T=g,I=b,O=v,L=w,F=y;for(u=0;u<64;++u)C=F+n(I)+t(I,O,L)+s[u]+A[u],S=a(_)+r(_,E,P),F=L,L=O,O=I,I=T+C|0,T=P,P=E,E=_,_=C+S|0;p=p+_|0,m=m+E|0,f=f+P|0,g=g+T|0,b=b+I|0,v=v+O|0,w=w+L|0,y=y+F|0}return new Uint8Array([p>>24&255,p>>16&255,p>>8&255,255&p,m>>24&255,m>>16&255,m>>8&255,255&m,f>>24&255,f>>16&255,f>>8&255,255&f,g>>24&255,g>>16&255,g>>8&255,255&g,b>>24&255,b>>16&255,b>>8&255,255&b,v>>24&255,v>>16&255,v>>8&255,255&v,w>>24&255,w>>16&255,w>>8&255,255&w,y>>24&255,y>>16&255,y>>8&255,255&y])}return l}();t.calculateSHA256=c;var d=function(){function e(e,t,r,a,n){e.assign(t),e.and(r),n.assign(t),n.not(),n.and(a),e.xor(n)}function t(e,t,r,a,n){e.assign(t),e.and(r),n.assign(t),n.and(a),e.xor(n),n.assign(r),n.and(a),e.xor(n)}function r(e,t,r){e.assign(t),e.rotateRight(28),r.assign(t),r.rotateRight(34),e.xor(r),r.assign(t),r.rotateRight(39),e.xor(r)}function a(e,t,r){e.assign(t),e.rotateRight(14),r.assign(t),r.rotateRight(18),e.xor(r),r.assign(t),r.rotateRight(41),e.xor(r)}function n(e,t,r){e.assign(t),e.rotateRight(1),r.assign(t),r.rotateRight(8),e.xor(r),r.assign(t),r.shiftRight(7),e.xor(r)}function o(e,t,r){e.assign(t),e.rotateRight(19),r.assign(t),r.rotateRight(61),e.xor(r),r.assign(t),r.shiftRight(6),e.xor(r)}var i=[new l(1116352408,3609767458),new l(1899447441,602891725),new l(3049323471,3964484399),new l(3921009573,2173295548),new l(961987163,4081628472),new l(1508970993,3053834265),new l(2453635748,2937671579),new l(2870763221,3664609560),new l(3624381080,2734883394),new l(310598401,1164996542),new l(607225278,1323610764),new l(1426881987,3590304994),new l(1925078388,4068182383),new l(2162078206,991336113),new l(2614888103,633803317),new l(3248222580,3479774868),new l(3835390401,2666613458),new l(4022224774,944711139),new l(264347078,2341262773),new l(604807628,2007800933),new l(770255983,1495990901),new l(1249150122,1856431235),new l(1555081692,3175218132),new l(1996064986,2198950837),new l(2554220882,3999719339),new l(2821834349,766784016),new l(2952996808,2566594879),new l(3210313671,3203337956),new l(3336571891,1034457026),new l(3584528711,2466948901),new l(113926993,3758326383),new l(338241895,168717936),new l(666307205,1188179964),new l(773529912,1546045734),new l(1294757372,1522805485),new l(1396182291,2643833823),new l(1695183700,2343527390),new l(1986661051,1014477480),new l(2177026350,1206759142),new l(2456956037,344077627),new l(2730485921,1290863460),new l(2820302411,3158454273),new l(3259730800,3505952657),new l(3345764771,106217008),new l(3516065817,3606008344),new l(3600352804,1432725776),new l(4094571909,1467031594),new l(275423344,851169720),new l(430227734,3100823752),new l(506948616,1363258195),new l(659060556,3750685593),new l(883997877,3785050280),new l(958139571,3318307427),new l(1322822218,3812723403),new l(1537002063,2003034995),new l(1747873779,3602036899),new l(1955562222,1575990012),new l(2024104815,1125592928),new l(2227730452,2716904306),new l(2361852424,442776044),new l(2428436474,593698344),new l(2756734187,3733110249),new l(3204031479,2999351573),new l(3329325298,3815920427),new l(3391569614,3928383900),new l(3515267271,566280711),new l(3940187606,3454069534),new l(4118630271,4000239992),new l(116418474,1914138554),new l(174292421,2731055270),new l(289380356,3203993006),new l(460393269,320620315),new l(685471733,587496836),new l(852142971,1086792851),new l(1017036298,365543100),new l(1126000580,2618297676),new l(1288033470,3409855158),new l(1501505948,4234509866),new l(1607167915,987167468),new l(1816402316,1246189591)];function s(s,c,d,u){var h,p,m,f,g,b,v,w;u=!!u,u?(h=new l(3418070365,3238371032),p=new l(1654270250,914150663),m=new l(2438529370,812702999),f=new l(355462360,4144912697),g=new l(1731405415,4290775857),b=new l(2394180231,1750603025),v=new l(3675008525,1694076839),w=new l(1203062813,3204075428)):(h=new l(1779033703,4089235720),p=new l(3144134277,2227873595),m=new l(1013904242,4271175723),f=new l(2773480762,1595750129),g=new l(1359893119,2917565137),b=new l(2600822924,725511199),v=new l(528734635,4215389547),w=new l(1541459225,327033209));var y,x,k,A=128*Math.ceil((d+17)/128),C=new Uint8Array(A);for(y=0;y<d;++y)C[y]=s[c++];C[y++]=128,k=A-16;while(y<k)C[y++]=0;C[y++]=0,C[y++]=0,C[y++]=0,C[y++]=0,C[y++]=0,C[y++]=0,C[y++]=0,C[y++]=0,C[y++]=0,C[y++]=0,C[y++]=0,C[y++]=d>>>29&255,C[y++]=d>>21&255,C[y++]=d>>13&255,C[y++]=d>>5&255,C[y++]=d<<3&255;var S=new Array(80);for(y=0;y<80;y++)S[y]=new l(0,0);var _,E,P=new l(0,0),T=new l(0,0),I=new l(0,0),O=new l(0,0),L=new l(0,0),F=new l(0,0),R=new l(0,0),M=new l(0,0),D=new l(0,0),N=new l(0,0),B=new l(0,0),U=new l(0,0);for(y=0;y<A;){for(x=0;x<16;++x)S[x].high=C[y]<<24|C[y+1]<<16|C[y+2]<<8|C[y+3],S[x].low=C[y+4]<<24|C[y+5]<<16|C[y+6]<<8|C[y+7],y+=8;for(x=16;x<80;++x)_=S[x],o(_,S[x-2],U),_.add(S[x-7]),n(B,S[x-15],U),_.add(B),_.add(S[x-16]);for(P.assign(h),T.assign(p),I.assign(m),O.assign(f),L.assign(g),F.assign(b),R.assign(v),M.assign(w),x=0;x<80;++x)D.assign(M),a(B,L,U),D.add(B),e(B,L,F,R,U),D.add(B),D.add(i[x]),D.add(S[x]),r(N,P,U),t(B,P,T,I,U),N.add(B),_=M,M=R,R=F,F=L,O.add(D),L=O,O=I,I=T,T=P,_.assign(D),_.add(N),P=_;h.add(P),p.add(T),m.add(I),f.add(O),g.add(L),b.add(F),v.add(R),w.add(M)}return u?(E=new Uint8Array(48),h.copyTo(E,0),p.copyTo(E,8),m.copyTo(E,16),f.copyTo(E,24),g.copyTo(E,32),b.copyTo(E,40)):(E=new Uint8Array(64),h.copyTo(E,0),p.copyTo(E,8),m.copyTo(E,16),f.copyTo(E,24),g.copyTo(E,32),b.copyTo(E,40),v.copyTo(E,48),w.copyTo(E,56)),E}return s}();t.calculateSHA512=d;var u=function(){function e(e,t,r){return d(e,t,r,!0)}return e}();t.calculateSHA384=u;var h=function(){function e(){}return e.prototype={decryptBlock:function(e){return e}},e}();class p{constructor(){this.constructor===p&&(0,a.unreachable)("Cannot initialize AESBaseCipher."),this._s=new Uint8Array([99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22]),this._inv_s=new Uint8Array([82,9,106,213,48,54,165,56,191,64,163,158,129,243,215,251,124,227,57,130,155,47,255,135,52,142,67,68,196,222,233,203,84,123,148,50,166,194,35,61,238,76,149,11,66,250,195,78,8,46,161,102,40,217,36,178,118,91,162,73,109,139,209,37,114,248,246,100,134,104,152,22,212,164,92,204,93,101,182,146,108,112,72,80,253,237,185,218,94,21,70,87,167,141,157,132,144,216,171,0,140,188,211,10,247,228,88,5,184,179,69,6,208,44,30,143,202,63,15,2,193,175,189,3,1,19,138,107,58,145,17,65,79,103,220,234,151,242,207,206,240,180,230,115,150,172,116,34,231,173,53,133,226,249,55,232,28,117,223,110,71,241,26,113,29,41,197,137,111,183,98,14,170,24,190,27,252,86,62,75,198,210,121,32,154,219,192,254,120,205,90,244,31,221,168,51,136,7,199,49,177,18,16,89,39,128,236,95,96,81,127,169,25,181,74,13,45,229,122,159,147,201,156,239,160,224,59,77,174,42,245,176,200,235,187,60,131,83,153,97,23,43,4,126,186,119,214,38,225,105,20,99,85,33,12,125]),this._mix=new Uint32Array([0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795]),this._mixCol=new Uint8Array(256);for(let e=0;e<256;e++)this._mixCol[e]=e<128?e<<1:e<<1^27;this.buffer=new Uint8Array(16),this.bufferPosition=0}_expandKey(e){(0,a.unreachable)("Cannot call `_expandKey` on the base class")}_decrypt(e,t){let r,a,n;const o=new Uint8Array(16);o.set(e);for(let i=0,s=this._keySize;i<16;++i,++s)o[i]^=t[s];for(let i=this._cyclesOfRepetition-1;i>=1;--i){r=o[13],o[13]=o[9],o[9]=o[5],o[5]=o[1],o[1]=r,r=o[14],a=o[10],o[14]=o[6],o[10]=o[2],o[6]=r,o[2]=a,r=o[15],a=o[11],n=o[7],o[15]=o[3],o[11]=r,o[7]=a,o[3]=n;for(let e=0;e<16;++e)o[e]=this._inv_s[o[e]];for(let e=0,r=16*i;e<16;++e,++r)o[e]^=t[r];for(let e=0;e<16;e+=4){const t=this._mix[o[e]],a=this._mix[o[e+1]],n=this._mix[o[e+2]],i=this._mix[o[e+3]];r=t^a>>>8^a<<24^n>>>16^n<<16^i>>>24^i<<8,o[e]=r>>>24&255,o[e+1]=r>>16&255,o[e+2]=r>>8&255,o[e+3]=255&r}}r=o[13],o[13]=o[9],o[9]=o[5],o[5]=o[1],o[1]=r,r=o[14],a=o[10],o[14]=o[6],o[10]=o[2],o[6]=r,o[2]=a,r=o[15],a=o[11],n=o[7],o[15]=o[3],o[11]=r,o[7]=a,o[3]=n;for(let i=0;i<16;++i)o[i]=this._inv_s[o[i]],o[i]^=t[i];return o}_encrypt(e,t){const r=this._s;let a,n,o;const i=new Uint8Array(16);i.set(e);for(let s=0;s<16;++s)i[s]^=t[s];for(let s=1;s<this._cyclesOfRepetition;s++){for(let e=0;e<16;++e)i[e]=r[i[e]];o=i[1],i[1]=i[5],i[5]=i[9],i[9]=i[13],i[13]=o,o=i[2],n=i[6],i[2]=i[10],i[6]=i[14],i[10]=o,i[14]=n,o=i[3],n=i[7],a=i[11],i[3]=i[15],i[7]=o,i[11]=n,i[15]=a;for(let e=0;e<16;e+=4){const t=i[e+0],r=i[e+1],n=i[e+2],o=i[e+3];a=t^r^n^o,i[e+0]^=a^this._mixCol[t^r],i[e+1]^=a^this._mixCol[r^n],i[e+2]^=a^this._mixCol[n^o],i[e+3]^=a^this._mixCol[o^t]}for(let e=0,r=16*s;e<16;++e,++r)i[e]^=t[r]}for(let s=0;s<16;++s)i[s]=r[i[s]];o=i[1],i[1]=i[5],i[5]=i[9],i[9]=i[13],i[13]=o,o=i[2],n=i[6],i[2]=i[10],i[6]=i[14],i[10]=o,i[14]=n,o=i[3],n=i[7],a=i[11],i[3]=i[15],i[7]=o,i[11]=n,i[15]=a;for(let s=0,l=this._keySize;s<16;++s,++l)i[s]^=t[l];return i}_decryptBlock2(e,t){const r=e.length;let a=this.buffer,n=this.bufferPosition;const o=[];let i=this.iv;for(let c=0;c<r;++c){if(a[n]=e[c],++n,n<16)continue;const t=this._decrypt(a,this._key);for(let e=0;e<16;++e)t[e]^=i[e];i=a,o.push(t),a=new Uint8Array(16),n=0}if(this.buffer=a,this.bufferLength=n,this.iv=i,0===o.length)return new Uint8Array(0);let s=16*o.length;if(t){const e=o[o.length-1];let t=e[15];if(t<=16){for(let r=15,a=16-t;r>=a;--r)if(e[r]!==t){t=0;break}s-=t,o[o.length-1]=e.subarray(0,16-t)}}const l=new Uint8Array(s);for(let c=0,d=0,u=o.length;c<u;++c,d+=16)l.set(o[c],d);return l}decryptBlock(e,t,r=null){const a=e.length,n=this.buffer;let o=this.bufferPosition;if(r)this.iv=r;else{for(let t=0;o<16&&t<a;++t,++o)n[o]=e[t];if(o<16)return this.bufferLength=o,new Uint8Array(0);this.iv=n,e=e.subarray(16)}return this.buffer=new Uint8Array(16),this.bufferLength=0,this.decryptBlock=this._decryptBlock2,this.decryptBlock(e,t)}encrypt(e,t){const r=e.length;let a=this.buffer,n=this.bufferPosition;const o=[];t||(t=new Uint8Array(16));for(let l=0;l<r;++l){if(a[n]=e[l],++n,n<16)continue;for(let e=0;e<16;++e)a[e]^=t[e];const r=this._encrypt(a,this._key);t=r,o.push(r),a=new Uint8Array(16),n=0}if(this.buffer=a,this.bufferLength=n,this.iv=t,0===o.length)return new Uint8Array(0);const i=16*o.length,s=new Uint8Array(i);for(let l=0,c=0,d=o.length;l<d;++l,c+=16)s.set(o[l],c);return s}}class m extends p{constructor(e){super(),this._cyclesOfRepetition=10,this._keySize=160,this._rcon=new Uint8Array([141,1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145,57,114,228,211,189,97,194,159,37,74,148,51,102,204,131,29,58,116,232,203,141,1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145,57,114,228,211,189,97,194,159,37,74,148,51,102,204,131,29,58,116,232,203,141,1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145,57,114,228,211,189,97,194,159,37,74,148,51,102,204,131,29,58,116,232,203,141,1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145,57,114,228,211,189,97,194,159,37,74,148,51,102,204,131,29,58,116,232,203,141,1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145,57,114,228,211,189,97,194,159,37,74,148,51,102,204,131,29,58,116,232,203,141]),this._key=this._expandKey(e)}_expandKey(e){const t=176,r=this._s,a=this._rcon,n=new Uint8Array(t);n.set(e);for(let o=16,i=1;o<t;++i){let e=n[o-3],t=n[o-2],s=n[o-1],l=n[o-4];e=r[e],t=r[t],s=r[s],l=r[l],e^=a[i];for(let r=0;r<4;++r)n[o]=e^=n[o-16],o++,n[o]=t^=n[o-16],o++,n[o]=s^=n[o-16],o++,n[o]=l^=n[o-16],o++}return n}}t.AES128Cipher=m;class f extends p{constructor(e){super(),this._cyclesOfRepetition=14,this._keySize=224,this._key=this._expandKey(e)}_expandKey(e){const t=240,r=this._s,a=new Uint8Array(t);a.set(e);let n,o,i,s,l=1;for(let c=32,d=1;c<t;++d){c%32===16?(n=r[n],o=r[o],i=r[i],s=r[s]):c%32===0&&(n=a[c-3],o=a[c-2],i=a[c-1],s=a[c-4],n=r[n],o=r[o],i=r[i],s=r[s],n^=l,(l<<=1)>=256&&(l=255&(27^l)));for(let e=0;e<4;++e)a[c]=n^=a[c-32],c++,a[c]=o^=a[c-32],c++,a[c]=i^=a[c-32],c++,a[c]=s^=a[c-32],c++}return a}}t.AES256Cipher=f;var g=function(){function e(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0}function t(){}return t.prototype={checkOwnerPassword:function(t,r,a,n){var o=new Uint8Array(t.length+56);o.set(t,0),o.set(r,t.length),o.set(a,t.length+r.length);var i=c(o,0,o.length);return e(i,n)},checkUserPassword:function(t,r,a){var n=new Uint8Array(t.length+8);n.set(t,0),n.set(r,t.length);var o=c(n,0,n.length);return e(o,a)},getOwnerKey:function(e,t,r,a){var n=new Uint8Array(e.length+56);n.set(e,0),n.set(t,e.length),n.set(r,e.length+t.length);var o=c(n,0,n.length),i=new f(o);return i.decryptBlock(a,!1,new Uint8Array(16))},getUserKey:function(e,t,r){var a=new Uint8Array(e.length+8);a.set(e,0),a.set(t,e.length);var n=c(a,0,a.length),o=new f(n);return o.decryptBlock(r,!1,new Uint8Array(16))}},t}();t.PDF17=g;var b=function(){function e(e,t){var r=new Uint8Array(e.length+t.length);return r.set(e,0),r.set(t,e.length),r}function t(t,r,a){var n=c(r,0,r.length).subarray(0,32),o=[0],i=0;while(i<64||o[o.length-1]>i-32){var s=t.length+n.length+a.length,l=new Uint8Array(64*s),h=e(t,n);h=e(h,a);for(var p=0,f=0;p<64;p++,f+=s)l.set(h,f);var g=new m(n.subarray(0,16));o=g.encrypt(l,n.subarray(16,32));for(var b=0,v=0;v<16;v++)b*=1,b%=3,b+=(o[v]>>>0)%3,b%=3;0===b?n=c(o,0,o.length):1===b?n=u(o,0,o.length):2===b&&(n=d(o,0,o.length)),i++}return n.subarray(0,32)}function r(){}function a(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0}return r.prototype={hash:function(e,r,a){return t(e,r,a)},checkOwnerPassword:function(e,r,n,o){var i=new Uint8Array(e.length+56);i.set(e,0),i.set(r,e.length),i.set(n,e.length+r.length);var s=t(e,i,n);return a(s,o)},checkUserPassword:function(e,r,n){var o=new Uint8Array(e.length+8);o.set(e,0),o.set(r,e.length);var i=t(e,o,[]);return a(i,n)},getOwnerKey:function(e,r,a,n){var o=new Uint8Array(e.length+56);o.set(e,0),o.set(r,e.length),o.set(a,e.length+r.length);var i=t(e,o,a),s=new f(i);return s.decryptBlock(n,!1,new Uint8Array(16))},getUserKey:function(e,r,a){var n=new Uint8Array(e.length+8);n.set(e,0),n.set(r,e.length);var o=t(e,n,[]),i=new f(o);return i.decryptBlock(a,!1,new Uint8Array(16))}},r}();t.PDF20=b;var v=function(){function e(e,t){this.StringCipherConstructor=e,this.StreamCipherConstructor=t}return e.prototype={createStream:function(e,t){var r=new this.StreamCipherConstructor;return new o.DecryptStream(e,t,(function(e,t){return r.decryptBlock(e,t)}))},decryptString:function(e){var t=new this.StringCipherConstructor,r=(0,a.stringToBytes)(e);return r=t.decryptBlock(r,!0),(0,a.bytesToString)(r)}},e}(),w=function(){var e=new Uint8Array([40,191,78,94,78,117,138,65,100,0,78,86,255,250,1,8,46,46,0,182,208,104,62,128,47,12,169,254,100,83,105,122]);function t(e,t,r,a,n,o,i,s,l,c,d,u){if(t){var h=Math.min(127,t.length);t=t.subarray(0,h)}else t=[];var p;return p=6===e?new b:new g,p.checkUserPassword(t,s,i)?p.getUserKey(t,l,d):t.length&&p.checkOwnerPassword(t,a,o,r)?p.getOwnerKey(t,n,o,c):null}function r(t,r,a,n,o,l,c,d){var u,h,p=40+a.length+t.length,m=new Uint8Array(p),f=0;if(r)for(h=Math.min(32,r.length);f<h;++f)m[f]=r[f];u=0;while(f<32)m[f++]=e[u++];for(u=0,h=a.length;u<h;++u)m[f++]=a[u];for(m[f++]=255&o,m[f++]=o>>8&255,m[f++]=o>>16&255,m[f++]=o>>>24&255,u=0,h=t.length;u<h;++u)m[f++]=t[u];l>=4&&!d&&(m[f++]=255,m[f++]=255,m[f++]=255,m[f++]=255);var g=s(m,0,f),b=c>>3;if(l>=3)for(u=0;u<50;++u)g=s(g,0,b);var v,w,y=g.subarray(0,b);if(l>=3){for(f=0;f<32;++f)m[f]=e[f];for(u=0,h=t.length;u<h;++u)m[f++]=t[u];v=new i(y),w=v.encryptBlock(s(m,0,f)),h=y.length;var x,k=new Uint8Array(h);for(u=1;u<=19;++u){for(x=0;x<h;++x)k[x]=y[x]^u;v=new i(k),w=v.encryptBlock(w)}for(u=0,h=w.length;u<h;++u)if(n[u]!==w[u])return null}else for(v=new i(y),w=v.encryptBlock(e),u=0,h=w.length;u<h;++u)if(n[u]!==w[u])return null;return y}function o(t,r,a,n){var o,l,c=new Uint8Array(32),d=0;for(l=Math.min(32,t.length);d<l;++d)c[d]=t[d];o=0;while(d<32)c[d++]=e[o++];var u,h,p=s(c,0,d),m=n>>3;if(a>=3)for(o=0;o<50;++o)p=s(p,0,p.length);if(a>=3){h=r;var f,g=new Uint8Array(m);for(o=19;o>=0;o--){for(f=0;f<m;++f)g[f]=p[f]^o;u=new i(g),h=u.encryptBlock(h)}}else u=new i(p.subarray(0,m)),h=u.encryptBlock(r);return h}var l=n.Name.get("Identity");function c(e,i,s){var c=e.get("Filter");if(!(0,n.isName)(c,"Standard"))throw new a.FormatError("unknown encryption method");this.dict=e;var d=e.get("V");if(!Number.isInteger(d)||1!==d&&2!==d&&4!==d&&5!==d)throw new a.FormatError("unsupported encryption algorithm");this.algorithm=d;var u=e.get("Length");if(!u)if(d<=3)u=40;else{var h=e.get("CF"),p=e.get("StmF");if((0,n.isDict)(h)&&(0,n.isName)(p)){h.suppressEncryption=!0;var m=h.get(p.name);u=m&&m.get("Length")||128,u<40&&(u<<=3)}}if(!Number.isInteger(u)||u<40||u%8!==0)throw new a.FormatError("invalid key length");var f=(0,a.stringToBytes)(e.get("O")).subarray(0,32),g=(0,a.stringToBytes)(e.get("U")).subarray(0,32),b=e.get("P"),v=e.get("R"),w=(4===d||5===d)&&!1!==e.get("EncryptMetadata");this.encryptMetadata=w;var y,x,k=(0,a.stringToBytes)(i);if(s){if(6===v)try{s=(0,a.utf8StringToString)(s)}catch(F){(0,a.warn)("CipherTransformFactory: Unable to convert UTF8 encoded password.")}y=(0,a.stringToBytes)(s)}if(5!==d)x=r(k,y,f,g,b,v,u,w);else{var A=(0,a.stringToBytes)(e.get("O")).subarray(32,40),C=(0,a.stringToBytes)(e.get("O")).subarray(40,48),S=(0,a.stringToBytes)(e.get("U")).subarray(0,48),_=(0,a.stringToBytes)(e.get("U")).subarray(32,40),E=(0,a.stringToBytes)(e.get("U")).subarray(40,48),P=(0,a.stringToBytes)(e.get("OE")),T=(0,a.stringToBytes)(e.get("UE")),I=(0,a.stringToBytes)(e.get("Perms"));x=t(v,y,f,A,C,S,g,_,E,P,T,I)}if(!x&&!s)throw new a.PasswordException("No password given",a.PasswordResponses.NEED_PASSWORD);if(!x&&s){var O=o(y,f,v,u);x=r(k,O,f,g,b,v,u,w)}if(!x)throw new a.PasswordException("Incorrect Password",a.PasswordResponses.INCORRECT_PASSWORD);if(this.encryptionKey=x,d>=4){var L=e.get("CF");(0,n.isDict)(L)&&(L.suppressEncryption=!0),this.cf=L,this.stmf=e.get("StmF")||l,this.strf=e.get("StrF")||l,this.eff=e.get("EFF")||this.stmf}}function d(e,t,r,a){var n,o,i=new Uint8Array(r.length+9);for(n=0,o=r.length;n<o;++n)i[n]=r[n];i[n++]=255&e,i[n++]=e>>8&255,i[n++]=e>>16&255,i[n++]=255&t,i[n++]=t>>8&255,a&&(i[n++]=115,i[n++]=65,i[n++]=108,i[n++]=84);var l=s(i,0,n);return l.subarray(0,Math.min(r.length+5,16))}function u(e,t,r,o,s){if(!(0,n.isName)(t))throw new a.FormatError("Invalid crypt filter name.");var l,c=e.get(t.name);if(null!==c&&void 0!==c&&(l=c.get("CFM")),!l||"None"===l.name)return function(){return new h};if("V2"===l.name)return function(){return new i(d(r,o,s,!1))};if("AESV2"===l.name)return function(){return new m(d(r,o,s,!0))};if("AESV3"===l.name)return function(){return new f(s)};throw new a.FormatError("Unknown crypto method")}return c.prototype={createCipherTransform:function(e,t){if(4===this.algorithm||5===this.algorithm)return new v(u(this.cf,this.stmf,e,t,this.encryptionKey),u(this.cf,this.strf,e,t,this.encryptionKey));var r=d(e,t,this.encryptionKey,!1),a=function(){return new i(r)};return new v(a,a)}},c}();t.CipherTransformFactory=w},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ColorSpace=void 0;var a=r(2),n=r(5);function o(e,t,r,a,n,o,i){const s=3;i=1!==i?0:i;const l=r/n,c=a/o;let d,u=0;const h=new Uint16Array(n),p=r*s;for(let m=0;m<n;m++)h[m]=Math.floor(m*l)*s;for(let m=0;m<o;m++){const r=Math.floor(m*c)*p;for(let a=0;a<n;a++)d=r+h[a],t[u++]=e[d++],t[u++]=e[d++],t[u++]=e[d++],u+=i}}class i{constructor(e,t){this.constructor===i&&(0,a.unreachable)("Cannot initialize ColorSpace."),this.name=e,this.numComps=t}getRgb(e,t){const r=new Uint8ClampedArray(3);return this.getRgbItem(e,t,r,0),r}getRgbItem(e,t,r,n){(0,a.unreachable)("Should not call ColorSpace.getRgbItem")}getRgbBuffer(e,t,r,n,o,i,s){(0,a.unreachable)("Should not call ColorSpace.getRgbBuffer")}getOutputLength(e,t){(0,a.unreachable)("Should not call ColorSpace.getOutputLength")}isPassthrough(e){return!1}isDefaultDecode(e,t){return i.isDefaultDecode(e,this.numComps)}fillRgb(e,t,r,a,n,i,s,l,c){const d=t*r;let u=null;const h=1<<s,p=r!==n||t!==a;if(this.isPassthrough(s))u=l;else if(1===this.numComps&&d>h&&"DeviceGray"!==this.name&&"DeviceRGB"!==this.name){const t=s<=8?new Uint8Array(h):new Uint16Array(h);for(let e=0;e<h;e++)t[e]=e;const r=new Uint8ClampedArray(3*h);if(this.getRgbBuffer(t,0,h,r,0,s,0),p){u=new Uint8Array(3*d);let e=0;for(let t=0;t<d;++t){const a=3*l[t];u[e++]=r[a],u[e++]=r[a+1],u[e++]=r[a+2]}}else{let t=0;for(let a=0;a<d;++a){const n=3*l[a];e[t++]=r[n],e[t++]=r[n+1],e[t++]=r[n+2],t+=c}}}else p?(u=new Uint8ClampedArray(3*d),this.getRgbBuffer(l,0,d,u,0,s,0)):this.getRgbBuffer(l,0,a*i,e,0,s,c);if(u)if(p)o(u,e,t,r,a,n,c);else{let t=0,r=0;for(let n=0,o=a*i;n<o;n++)e[t++]=u[r++],e[t++]=u[r++],e[t++]=u[r++],t+=c}}get usesZeroToOneRange(){return(0,a.shadow)(this,"usesZeroToOneRange",!0)}static parse(e,t,r,a){const n=this.parseToIR(e,t,r,a);return this.fromIR(n)}static fromIR(e){const t=Array.isArray(e)?e[0]:e;let r,n,o;switch(t){case"DeviceGrayCS":return this.singletons.gray;case"DeviceRgbCS":return this.singletons.rgb;case"DeviceCmykCS":return this.singletons.cmyk;case"CalGrayCS":return r=e[1],n=e[2],o=e[3],new p(r,n,o);case"CalRGBCS":r=e[1],n=e[2],o=e[3];const i=e[4];return new m(r,n,o,i);case"PatternCS":let d=e[1];return d&&(d=this.fromIR(d)),new l(d);case"IndexedCS":const u=e[1],h=e[2],g=e[3];return new c(this.fromIR(u),h,g);case"AlternateCS":const b=e[1],v=e[2],w=e[3];return new s(b,this.fromIR(v),w);case"LabCS":r=e[1],n=e[2];const y=e[3];return new f(r,n,y);default:throw new a.FormatError(`Unknown colorspace name: ${t}`)}}static parseToIR(e,t,r=null,o){if(e=t.fetchIfRef(e),(0,n.isName)(e))switch(e.name){case"DeviceGray":case"G":return"DeviceGrayCS";case"DeviceRGB":case"RGB":return"DeviceRgbCS";case"DeviceCMYK":case"CMYK":return"DeviceCmykCS";case"Pattern":return["PatternCS",null];default:if((0,n.isDict)(r)){const a=r.get("ColorSpace");if((0,n.isDict)(a)){const i=a.get(e.name);if(i){if((0,n.isName)(i))return this.parseToIR(i,t,r,o);e=i;break}}}throw new a.FormatError(`unrecognized colorspace ${e.name}`)}if(Array.isArray(e)){const i=t.fetchIfRef(e[0]).name;let s,l,c,d,u,h;switch(i){case"DeviceGray":case"G":return"DeviceGrayCS";case"DeviceRGB":case"RGB":return"DeviceRgbCS";case"DeviceCMYK":case"CMYK":return"DeviceCmykCS";case"CalGray":return l=t.fetchIfRef(e[1]),d=l.getArray("WhitePoint"),u=l.getArray("BlackPoint"),h=l.get("Gamma"),["CalGrayCS",d,u,h];case"CalRGB":l=t.fetchIfRef(e[1]),d=l.getArray("WhitePoint"),u=l.getArray("BlackPoint"),h=l.getArray("Gamma");const p=l.getArray("Matrix");return["CalRGBCS",d,u,h,p];case"ICCBased":const m=t.fetchIfRef(e[1]),f=m.dict;if(s=f.get("N"),c=f.get("Alternate"),c){const e=this.parseToIR(c,t,r,o),n=this.fromIR(e,o);if(n.numComps===s)return e;(0,a.warn)("ICCBased color space: Ignoring incorrect /Alternate entry.")}if(1===s)return"DeviceGrayCS";if(3===s)return"DeviceRgbCS";if(4===s)return"DeviceCmykCS";break;case"Pattern":let g=e[1]||null;return g&&(g=this.parseToIR(g,t,r,o)),["PatternCS",g];case"Indexed":case"I":const b=this.parseToIR(e[1],t,r,o),v=t.fetchIfRef(e[2])+1;let w=t.fetchIfRef(e[3]);return(0,n.isStream)(w)&&(w=w.getBytes()),["IndexedCS",b,v,w];case"Separation":case"DeviceN":const y=t.fetchIfRef(e[1]);s=Array.isArray(y)?y.length:1,c=this.parseToIR(e[2],t,r,o);const x=o.create(t.fetchIfRef(e[3]));return["AlternateCS",s,c,x];case"Lab":l=t.fetchIfRef(e[1]),d=l.getArray("WhitePoint"),u=l.getArray("BlackPoint");const k=l.getArray("Range");return["LabCS",d,u,k];default:throw new a.FormatError(`unimplemented color space object "${i}"`)}}throw new a.FormatError(`unrecognized color space object: "${e}"`)}static isDefaultDecode(e,t){if(!Array.isArray(e))return!0;if(2*t!==e.length)return(0,a.warn)("The decode map is not the correct length"),!0;for(let r=0,a=e.length;r<a;r+=2)if(0!==e[r]||1!==e[r+1])return!1;return!0}static get singletons(){return(0,a.shadow)(this,"singletons",{get gray(){return(0,a.shadow)(this,"gray",new d)},get rgb(){return(0,a.shadow)(this,"rgb",new u)},get cmyk(){return(0,a.shadow)(this,"cmyk",new h)}})}}t.ColorSpace=i;class s extends i{constructor(e,t,r){super("Alternate",e),this.base=t,this.tintFn=r,this.tmpBuf=new Float32Array(t.numComps)}getRgbItem(e,t,r,a){const n=this.tmpBuf;this.tintFn(e,t,n,0),this.base.getRgbItem(n,0,r,a)}getRgbBuffer(e,t,r,a,n,o,i){const s=this.tintFn,l=this.base,c=1/((1<<o)-1),d=l.numComps,u=l.usesZeroToOneRange,h=(l.isPassthrough(8)||!u)&&0===i;let p=h?n:0;const m=h?a:new Uint8ClampedArray(d*r),f=this.numComps,g=new Float32Array(f),b=new Float32Array(d);let v,w;for(v=0;v<r;v++){for(w=0;w<f;w++)g[w]=e[t++]*c;if(s(g,0,b,0),u)for(w=0;w<d;w++)m[p++]=255*b[w];else l.getRgbItem(b,0,m,p),p+=d}h||l.getRgbBuffer(m,0,r,a,n,8,i)}getOutputLength(e,t){return this.base.getOutputLength(e*this.base.numComps/this.numComps,t)}}class l extends i{constructor(e){super("Pattern",null),this.base=e}isDefaultDecode(e,t){(0,a.unreachable)("Should not call PatternCS.isDefaultDecode")}}class c extends i{constructor(e,t,r){super("Indexed",1),this.base=e,this.highVal=t;const o=e.numComps,i=o*t;if((0,n.isStream)(r)){this.lookup=new Uint8Array(i);const e=r.getBytes(i);this.lookup.set(e)}else if((0,a.isString)(r)){this.lookup=new Uint8Array(i);for(let e=0;e<i;++e)this.lookup[e]=r.charCodeAt(e)}else{if(!(r instanceof Uint8Array))throw new a.FormatError(`Unrecognized lookup table: ${r}`);this.lookup=r}}getRgbItem(e,t,r,a){const n=this.base.numComps,o=e[t]*n;this.base.getRgbBuffer(this.lookup,o,1,r,a,8,0)}getRgbBuffer(e,t,r,a,n,o,i){const s=this.base,l=s.numComps,c=s.getOutputLength(l,i),d=this.lookup;for(let u=0;u<r;++u){const r=e[t++]*l;s.getRgbBuffer(d,r,1,a,n,8,i),n+=c}}getOutputLength(e,t){return this.base.getOutputLength(e*this.base.numComps,t)}isDefaultDecode(e,t){return!Array.isArray(e)||(2!==e.length?((0,a.warn)("Decode map length is not correct"),!0):!Number.isInteger(t)||t<1?((0,a.warn)("Bits per component is not correct"),!0):0===e[0]&&e[1]===(1<<t)-1)}}class d extends i{constructor(){super("DeviceGray",1)}getRgbItem(e,t,r,a){const n=255*e[t];r[a]=r[a+1]=r[a+2]=n}getRgbBuffer(e,t,r,a,n,o,i){const s=255/((1<<o)-1);let l=t,c=n;for(let d=0;d<r;++d){const t=s*e[l++];a[c++]=t,a[c++]=t,a[c++]=t,c+=i}}getOutputLength(e,t){return e*(3+t)}}class u extends i{constructor(){super("DeviceRGB",3)}getRgbItem(e,t,r,a){r[a]=255*e[t],r[a+1]=255*e[t+1],r[a+2]=255*e[t+2]}getRgbBuffer(e,t,r,a,n,o,i){if(8===o&&0===i)return void a.set(e.subarray(t,t+3*r),n);const s=255/((1<<o)-1);let l=t,c=n;for(let d=0;d<r;++d)a[c++]=s*e[l++],a[c++]=s*e[l++],a[c++]=s*e[l++],c+=i}getOutputLength(e,t){return e*(3+t)/3|0}isPassthrough(e){return 8===e}}const h=function(){function e(e,t,r,a,n){const o=e[t]*r,i=e[t+1]*r,s=e[t+2]*r,l=e[t+3]*r;a[n]=255+o*(-4.387332384609988*o+54.48615194189176*i+18.82290502165302*s+212.25662451639585*l-285.2331026137004)+i*(1.7149763477362134*i-5.6096736904047315*s+-17.873870861415444*l-5.497006427196366)+s*(-2.5217340131683033*s-21.248923337353073*l+17.5119270841813)+l*(-21.86122147463605*l-189.48180835922747),a[n+1]=255+o*(8.841041422036149*o+60.118027045597366*i+6.871425592049007*s+31.159100130055922*l-79.2970844816548)+i*(-15.310361306967817*i+17.575251261109482*s+131.35250912493976*l-190.9453302588951)+s*(4.444339102852739*s+9.8632861493405*l-24.86741582555878)+l*(-20.737325471181034*l-187.80453709719578),a[n+2]=255+o*(.8842522430003296*o+8.078677503112928*i+30.89978309703729*s-.23883238689178934*l-14.183576799673286)+i*(10.49593273432072*i+63.02378494754052*s+50.606957656360734*l-112.23884253719248)+s*(.03296041114873217*s+115.60384449646641*l-193.58209356861505)+l*(-22.33816807309886*l-180.12613974708367)}class t extends i{constructor(){super("DeviceCMYK",4)}getRgbItem(t,r,a,n){e(t,r,1,a,n)}getRgbBuffer(t,r,a,n,o,i,s){const l=1/((1<<i)-1);for(let c=0;c<a;c++)e(t,r,l,n,o),r+=4,o+=3+s}getOutputLength(e,t){return e/4*(3+t)|0}}return t}(),p=function(){function e(e,t,r,a,n,o){const i=t[r]*o,s=i**e.G,l=e.YW*s,c=Math.max(295.8*l**.3333333333333333-40.8,0);a[n]=c,a[n+1]=c,a[n+2]=c}class t extends i{constructor(e,t,r){if(super("CalGray",1),!e)throw new a.FormatError("WhitePoint missing - required for color space CalGray");if(t=t||[0,0,0],r=r||1,this.XW=e[0],this.YW=e[1],this.ZW=e[2],this.XB=t[0],this.YB=t[1],this.ZB=t[2],this.G=r,this.XW<0||this.ZW<0||1!==this.YW)throw new a.FormatError(`Invalid WhitePoint components for ${this.name}, no fallback available`);(this.XB<0||this.YB<0||this.ZB<0)&&((0,a.info)(`Invalid BlackPoint for ${this.name}, falling back to default.`),this.XB=this.YB=this.ZB=0),0===this.XB&&0===this.YB&&0===this.ZB||(0,a.warn)(`${this.name}, BlackPoint: XB: ${this.XB}, YB: ${this.YB}, ZB: ${this.ZB}, only default values are supported.`),this.G<1&&((0,a.info)(`Invalid Gamma: ${this.G} for ${this.name}, falling back to default.`),this.G=1)}getRgbItem(t,r,a,n){e(this,t,r,a,n,1)}getRgbBuffer(t,r,a,n,o,i,s){const l=1/((1<<i)-1);for(let c=0;c<a;++c)e(this,t,r,n,o,l),r+=1,o+=3+s}getOutputLength(e,t){return e*(3+t)}}return t}(),m=function(){const e=new Float32Array([.8951,.2664,-.1614,-.7502,1.7135,.0367,.0389,-.0685,1.0296]),t=new Float32Array([.9869929,-.1470543,.1599627,.4323053,.5183603,.0492912,-.0085287,.0400428,.9684867]),r=new Float32Array([3.2404542,-1.5371385,-.4985314,-.969266,1.8760108,.041556,.0556434,-.2040259,1.0572252]),n=new Float32Array([1,1,1]),o=new Float32Array(3),s=new Float32Array(3),l=new Float32Array(3),c=(24/116)**3/8;function d(e,t,r){r[0]=e[0]*t[0]+e[1]*t[1]+e[2]*t[2],r[1]=e[3]*t[0]+e[4]*t[1]+e[5]*t[2],r[2]=e[6]*t[0]+e[7]*t[1]+e[8]*t[2]}function u(e,t,r){r[0]=1*t[0]/e[0],r[1]=1*t[1]/e[1],r[2]=1*t[2]/e[2]}function h(e,t,r){const a=.95047,n=1,o=1.08883;r[0]=t[0]*a/e[0],r[1]=t[1]*n/e[1],r[2]=t[2]*o/e[2]}function p(e){return m(0,1,e<=.0031308?12.92*e:1.055*e**(1/2.4)-.055)}function m(e,t,r){return Math.max(e,Math.min(t,r))}function f(e){return e<0?-f(-e):e>8?((e+16)/116)**3:e*c}function g(e,t,r){if(0===e[0]&&0===e[1]&&0===e[2])return r[0]=t[0],r[1]=t[1],void(r[2]=t[2]);const a=f(0),n=a,o=f(e[0]),i=a,s=f(e[1]),l=a,c=f(e[2]),d=(1-n)/(1-o),u=1-d,h=(1-i)/(1-s),p=1-h,m=(1-l)/(1-c),g=1-m;r[0]=t[0]*d+u,r[1]=t[1]*h+p,r[2]=t[2]*m+g}function b(r,a,n){if(1===r[0]&&1===r[2])return n[0]=a[0],n[1]=a[1],void(n[2]=a[2]);const i=n;d(e,a,i);const s=o;u(r,i,s),d(t,s,n)}function v(r,a,n){const i=n;d(e,a,i);const s=o;h(r,i,s),d(t,s,n)}function w(e,t,a,o,i,c){const u=m(0,1,t[a]*c),h=m(0,1,t[a+1]*c),f=m(0,1,t[a+2]*c),w=u**e.GR,y=h**e.GG,x=f**e.GB,k=e.MXA*w+e.MXB*y+e.MXC*x,A=e.MYA*w+e.MYB*y+e.MYC*x,C=e.MZA*w+e.MZB*y+e.MZC*x,S=s;S[0]=k,S[1]=A,S[2]=C;const _=l;b(e.whitePoint,S,_);const E=s;g(e.blackPoint,_,E);const P=l;v(n,E,P);const T=s;d(r,P,T),o[i]=255*p(T[0]),o[i+1]=255*p(T[1]),o[i+2]=255*p(T[2])}class y extends i{constructor(e,t,r,n){if(super("CalRGB",3),!e)throw new a.FormatError("WhitePoint missing - required for color space CalRGB");t=t||new Float32Array(3),r=r||new Float32Array([1,1,1]),n=n||new Float32Array([1,0,0,0,1,0,0,0,1]);const o=e[0],i=e[1],s=e[2];this.whitePoint=e;const l=t[0],c=t[1],d=t[2];if(this.blackPoint=t,this.GR=r[0],this.GG=r[1],this.GB=r[2],this.MXA=n[0],this.MYA=n[1],this.MZA=n[2],this.MXB=n[3],this.MYB=n[4],this.MZB=n[5],this.MXC=n[6],this.MYC=n[7],this.MZC=n[8],o<0||s<0||1!==i)throw new a.FormatError(`Invalid WhitePoint components for ${this.name}, no fallback available`);(l<0||c<0||d<0)&&((0,a.info)(`Invalid BlackPoint for ${this.name} [${l}, ${c}, ${d}], falling back to default.`),this.blackPoint=new Float32Array(3)),(this.GR<0||this.GG<0||this.GB<0)&&((0,a.info)(`Invalid Gamma [${this.GR}, ${this.GG}, ${this.GB}] for ${this.name}, falling back to default.`),this.GR=this.GG=this.GB=1)}getRgbItem(e,t,r,a){w(this,e,t,r,a,1)}getRgbBuffer(e,t,r,a,n,o,i){const s=1/((1<<o)-1);for(let l=0;l<r;++l)w(this,e,t,a,n,s),t+=3,n+=3+i}getOutputLength(e,t){return e*(3+t)/3|0}}return y}(),f=function(){function e(e){let t;return t=e>=6/29?e*e*e:108/841*(e-4/29),t}function t(e,t,r,a){return r+e*(a-r)/t}function r(r,a,n,o,i,s){let l=a[n],c=a[n+1],d=a[n+2];!1!==o&&(l=t(l,o,0,100),c=t(c,o,r.amin,r.amax),d=t(d,o,r.bmin,r.bmax)),c>r.amax?c=r.amax:c<r.amin&&(c=r.amin),d>r.bmax?d=r.bmax:d<r.bmin&&(d=r.bmin);const u=(l+16)/116,h=u+c/500,p=u-d/200,m=r.XW*e(h),f=r.YW*e(u),g=r.ZW*e(p);let b,v,w;r.ZW<1?(b=3.1339*m+-1.617*f+-.4906*g,v=-.9785*m+1.916*f+.0333*g,w=.072*m+-.229*f+1.4057*g):(b=3.2406*m+-1.5372*f+-.4986*g,v=-.9689*m+1.8758*f+.0415*g,w=.0557*m+-.204*f+1.057*g),i[s]=255*Math.sqrt(b),i[s+1]=255*Math.sqrt(v),i[s+2]=255*Math.sqrt(w)}class n extends i{constructor(e,t,r){if(super("Lab",3),!e)throw new a.FormatError("WhitePoint missing - required for color space Lab");if(t=t||[0,0,0],r=r||[-100,100,-100,100],this.XW=e[0],this.YW=e[1],this.ZW=e[2],this.amin=r[0],this.amax=r[1],this.bmin=r[2],this.bmax=r[3],this.XB=t[0],this.YB=t[1],this.ZB=t[2],this.XW<0||this.ZW<0||1!==this.YW)throw new a.FormatError("Invalid WhitePoint components, no fallback available");(this.XB<0||this.YB<0||this.ZB<0)&&((0,a.info)("Invalid BlackPoint, falling back to default"),this.XB=this.YB=this.ZB=0),(this.amin>this.amax||this.bmin>this.bmax)&&((0,a.info)("Invalid Range, falling back to defaults"),this.amin=-100,this.amax=100,this.bmin=-100,this.bmax=100)}getRgbItem(e,t,a,n){r(this,e,t,!1,a,n)}getRgbBuffer(e,t,a,n,o,i,s){const l=(1<<i)-1;for(let c=0;c<a;c++)r(this,e,t,l,n,o),t+=3,o+=3+s}getOutputLength(e,t){return e*(3+t)/3|0}isDefaultDecode(e,t){return!0}get usesZeroToOneRange(){return(0,a.shadow)(this,"usesZeroToOneRange",!1)}}return n}()},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.GlobalImageCache=t.LocalImageCache=void 0;var a=r(2),n=r(5);class o{constructor(){this._nameRefMap=new Map,this._imageMap=new Map,this._imageCache=new n.RefSetCache}getByName(e){const t=this._nameRefMap.get(e);return t?this.getByRef(t):this._imageMap.get(e)||null}getByRef(e){return this._imageCache.get(e)||null}set(e,t=null,r){if(!e)throw new Error('LocalImageCache.set - expected "name" argument.');if(t){if(this._imageCache.has(t))return;return this._nameRefMap.set(e,t),void this._imageCache.put(t,r)}this._imageMap.has(e)||this._imageMap.set(e,r)}}t.LocalImageCache=o;class i{static get NUM_PAGES_THRESHOLD(){return(0,a.shadow)(this,"NUM_PAGES_THRESHOLD",2)}static get MAX_IMAGES_TO_CACHE(){return(0,a.shadow)(this,"MAX_IMAGES_TO_CACHE",10)}constructor(){this._refCache=new n.RefSetCache,this._imageCache=new n.RefSetCache}shouldCache(e,t){const r=this._refCache.get(e),a=r?r.size+(r.has(t)?0:1):1;return!(a<i.NUM_PAGES_THRESHOLD)&&!(!this._imageCache.has(e)&&this._imageCache.size>=i.MAX_IMAGES_TO_CACHE)}addPageIndex(e,t){let r=this._refCache.get(e);r||(r=new Set,this._refCache.put(e,r)),r.add(t)}getData(e,t){if(!this._refCache.has(e))return null;const r=this._refCache.get(e);return r.size<i.NUM_PAGES_THRESHOLD?null:this._imageCache.has(e)?(r.add(t),this._imageCache.get(e)):null}setData(e,t){if(!this._refCache.has(e))throw new Error('GlobalImageCache.setData - expected "addPageIndex" to have been called.');this._imageCache.has(e)||(this._imageCache.size>=i.MAX_IMAGES_TO_CACHE?(0,a.info)("GlobalImageCache.setData - ignoring image above MAX_IMAGES_TO_CACHE."):this._imageCache.put(e,t))}clear(e=!1){e||this._refCache.clear(),this._imageCache.clear()}}t.GlobalImageCache=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getQuadPoints=u,t.MarkupAnnotation=t.AnnotationFactory=t.AnnotationBorderStyle=t.Annotation=void 0;var a=r(2),n=r(10),o=r(5),i=r(23),s=r(8),l=r(26),c=r(12);class d{static create(e,t,r,a){return r.ensure(this,"_create",[e,t,r,a])}static _create(e,t,r,n){const i=e.fetchIfRef(t);if(!(0,o.isDict)(i))return;const l=(0,o.isRef)(t)?t.toString():`annot_${n.createObjId()}`;let c=i.get("Subtype");c=(0,o.isName)(c)?c.name:null;const d={xref:e,dict:i,subtype:c,id:l,pdfManager:r};switch(c){case"Link":return new x(d);case"Text":return new y(d);case"Widget":let e=(0,s.getInheritableProperty)({dict:i,key:"FT"});switch(e=(0,o.isName)(e)?e.name:null,e){case"Tx":return new b(d);case"Btn":return new v(d);case"Ch":return new w(d)}return(0,a.warn)('Unimplemented widget field type "'+e+'", falling back to base field type.'),new g(d);case"Popup":return new k(d);case"FreeText":return new A(d);case"Line":return new C(d);case"Square":return new S(d);case"Circle":return new _(d);case"PolyLine":return new E(d);case"Polygon":return new P(d);case"Caret":return new T(d);case"Ink":return new I(d);case"Highlight":return new O(d);case"Underline":return new L(d);case"Squiggly":return new F(d);case"StrikeOut":return new R(d);case"Stamp":return new M(d);case"FileAttachment":return new D(d);default:return c?(0,a.warn)('Unimplemented annotation type "'+c+'", falling back to base annotation.'):(0,a.warn)("Annotation is missing the required /Subtype."),new p(d)}}}function u(e,t){if(!e.has("QuadPoints"))return null;const r=e.getArray("QuadPoints");if(!Array.isArray(r)||r.length%8>0)return null;const a=[];for(let n=0,o=r.length/8;n<o;n++){a.push([]);for(let e=8*n,o=8*n+8;e<o;e+=2){const o=r[e],i=r[e+1];if(o<t[0]||o>t[2]||i<t[1]||i>t[3])return null;a[n].push({x:o,y:i})}}return a}function h(e,t,r){const[n,o,i,s]=a.Util.getAxialAlignedBoundingBox(t,r);if(n===i||o===s)return[1,0,0,1,e[0],e[1]];const l=(e[2]-e[0])/(i-n),c=(e[3]-e[1])/(s-o);return[l,0,0,c,e[0]-n*l,e[1]-o*c]}t.AnnotationFactory=d;class p{constructor(e){const t=e.dict;this.setContents(t.get("Contents")),this.setModificationDate(t.get("M")),this.setFlags(t.get("F")),this.setRectangle(t.getArray("Rect")),this.setColor(t.getArray("C")),this.setBorderStyle(t),this.setAppearance(t),this.data={annotationFlags:this.flags,borderStyle:this.borderStyle,color:this.color,contents:this.contents,hasAppearance:!!this.appearance,id:e.id,modificationDate:this.modificationDate,rect:this.rectangle,subtype:e.subtype}}_hasFlag(e,t){return!!(e&t)}_isViewable(e){return!this._hasFlag(e,a.AnnotationFlag.INVISIBLE)&&!this._hasFlag(e,a.AnnotationFlag.HIDDEN)&&!this._hasFlag(e,a.AnnotationFlag.NOVIEW)}_isPrintable(e){return this._hasFlag(e,a.AnnotationFlag.PRINT)&&!this._hasFlag(e,a.AnnotationFlag.INVISIBLE)&&!this._hasFlag(e,a.AnnotationFlag.HIDDEN)}get viewable(){return 0===this.flags||this._isViewable(this.flags)}get printable(){return 0!==this.flags&&this._isPrintable(this.flags)}setContents(e){this.contents=(0,a.stringToPDFString)(e||"")}setModificationDate(e){this.modificationDate=(0,a.isString)(e)?e:null}setFlags(e){this.flags=Number.isInteger(e)&&e>0?e:0}hasFlag(e){return this._hasFlag(this.flags,e)}setRectangle(e){Array.isArray(e)&&4===e.length?this.rectangle=a.Util.normalizeRect(e):this.rectangle=[0,0,0,0]}setColor(e){const t=new Uint8ClampedArray(3);if(Array.isArray(e))switch(e.length){case 0:this.color=null;break;case 1:i.ColorSpace.singletons.gray.getRgbItem(e,0,t,0),this.color=t;break;case 3:i.ColorSpace.singletons.rgb.getRgbItem(e,0,t,0),this.color=t;break;case 4:i.ColorSpace.singletons.cmyk.getRgbItem(e,0,t,0),this.color=t;break;default:this.color=t;break}else this.color=t}setBorderStyle(e){if(this.borderStyle=new m,(0,o.isDict)(e))if(e.has("BS")){const t=e.get("BS"),r=t.get("Type");r&&!(0,o.isName)(r,"Border")||(this.borderStyle.setWidth(t.get("W"),this.rectangle),this.borderStyle.setStyle(t.get("S")),this.borderStyle.setDashArray(t.getArray("D")))}else if(e.has("Border")){const t=e.getArray("Border");Array.isArray(t)&&t.length>=3&&(this.borderStyle.setHorizontalCornerRadius(t[0]),this.borderStyle.setVerticalCornerRadius(t[1]),this.borderStyle.setWidth(t[2],this.rectangle),4===t.length&&this.borderStyle.setDashArray(t[3]))}else this.borderStyle.setWidth(0)}setAppearance(e){this.appearance=null;const t=e.get("AP");if(!(0,o.isDict)(t))return;const r=t.get("N");if((0,o.isStream)(r))return void(this.appearance=r);if(!(0,o.isDict)(r))return;const a=e.get("AS");(0,o.isName)(a)&&r.has(a.name)&&(this.appearance=r.get(a.name))}loadResources(e){return this.appearance.dict.getAsync("Resources").then((t=>{if(!t)return;const r=new n.ObjectLoader(t,e,t.xref);return r.load().then((function(){return t}))}))}getOperatorList(e,t,r){if(!this.appearance)return Promise.resolve(new l.OperatorList);const n=this.data,o=this.appearance.dict,i=this.loadResources(["ExtGState","ColorSpace","Pattern","Shading","XObject","Font"]),s=o.getArray("BBox")||[0,0,1,1],c=o.getArray("Matrix")||[1,0,0,1,0,0],d=h(n.rect,s,c);return i.then((r=>{const o=new l.OperatorList;return o.addOp(a.OPS.beginAnnotation,[n.rect,d,c]),e.getOperatorList({stream:this.appearance,task:t,resources:r,operatorList:o}).then((()=>(o.addOp(a.OPS.endAnnotation,[]),this.appearance.reset(),o)))}))}}t.Annotation=p;class m{constructor(){this.width=1,this.style=a.AnnotationBorderStyleType.SOLID,this.dashArray=[3],this.horizontalCornerRadius=0,this.verticalCornerRadius=0}setWidth(e,t=[0,0,0,0]){if((0,o.isName)(e))this.width=0;else if(Number.isInteger(e)){if(e>0){const r=(t[2]-t[0])/2,n=(t[3]-t[1])/2;r>0&&n>0&&(e>r||e>n)&&((0,a.warn)(`AnnotationBorderStyle.setWidth - ignoring width: ${e}`),e=1)}this.width=e}}setStyle(e){if((0,o.isName)(e))switch(e.name){case"S":this.style=a.AnnotationBorderStyleType.SOLID;break;case"D":this.style=a.AnnotationBorderStyleType.DASHED;break;case"B":this.style=a.AnnotationBorderStyleType.BEVELED;break;case"I":this.style=a.AnnotationBorderStyleType.INSET;break;case"U":this.style=a.AnnotationBorderStyleType.UNDERLINE;break;default:break}}setDashArray(e){if(Array.isArray(e)&&e.length>0){let t=!0,r=!0;for(const a of e){const e=+a>=0;if(!e){t=!1;break}a>0&&(r=!1)}t&&!r?this.dashArray=e:this.width=0}else e&&(this.width=0)}setHorizontalCornerRadius(e){Number.isInteger(e)&&(this.horizontalCornerRadius=e)}setVerticalCornerRadius(e){Number.isInteger(e)&&(this.verticalCornerRadius=e)}}t.AnnotationBorderStyle=m;class f extends p{constructor(e){super(e);const t=e.dict;if(t.has("IRT")){const e=t.getRaw("IRT");this.data.inReplyTo=(0,o.isRef)(e)?e.toString():null;const r=t.get("RT");this.data.replyType=(0,o.isName)(r)?r.name:a.AnnotationReplyType.REPLY}if(this.data.replyType===a.AnnotationReplyType.GROUP){const e=t.get("IRT");this.data.title=(0,a.stringToPDFString)(e.get("T")||""),this.setContents(e.get("Contents")),this.data.contents=this.contents,e.has("CreationDate")?(this.setCreationDate(e.get("CreationDate")),this.data.creationDate=this.creationDate):this.data.creationDate=null,e.has("M")?(this.setModificationDate(e.get("M")),this.data.modificationDate=this.modificationDate):this.data.modificationDate=null,this.data.hasPopup=e.has("Popup"),e.has("C")?(this.setColor(e.getArray("C")),this.data.color=this.color):this.data.color=null}else this.data.title=(0,a.stringToPDFString)(t.get("T")||""),this.setCreationDate(t.get("CreationDate")),this.data.creationDate=this.creationDate,this.data.hasPopup=t.has("Popup"),t.has("C")||(this.data.color=null)}setCreationDate(e){this.creationDate=(0,a.isString)(e)?e:null}}t.MarkupAnnotation=f;class g extends p{constructor(e){super(e);const t=e.dict,r=this.data;r.annotationType=a.AnnotationType.WIDGET,r.fieldName=this._constructFieldName(t),r.fieldValue=(0,s.getInheritableProperty)({dict:t,key:"V",getArray:!0}),r.alternativeText=(0,a.stringToPDFString)(t.get("TU")||""),r.defaultAppearance=(0,s.getInheritableProperty)({dict:t,key:"DA"})||"";const n=(0,s.getInheritableProperty)({dict:t,key:"FT"});r.fieldType=(0,o.isName)(n)?n.name:null,this.fieldResources=(0,s.getInheritableProperty)({dict:t,key:"DR"})||o.Dict.empty,r.fieldFlags=(0,s.getInheritableProperty)({dict:t,key:"Ff"}),(!Number.isInteger(r.fieldFlags)||r.fieldFlags<0)&&(r.fieldFlags=0),r.readOnly=this.hasFieldFlag(a.AnnotationFieldFlag.READONLY),"Sig"===r.fieldType&&(r.fieldValue=null,this.setFlags(a.AnnotationFlag.HIDDEN))}_constructFieldName(e){if(!e.has("T")&&!e.has("Parent"))return(0,a.warn)("Unknown field name, falling back to empty field name."),"";if(!e.has("Parent"))return(0,a.stringToPDFString)(e.get("T"));const t=[];e.has("T")&&t.unshift((0,a.stringToPDFString)(e.get("T")));let r=e;while(r.has("Parent")){if(r=r.get("Parent"),!(0,o.isDict)(r))break;r.has("T")&&t.unshift((0,a.stringToPDFString)(r.get("T")))}return t.join(".")}hasFieldFlag(e){return!!(this.data.fieldFlags&e)}getOperatorList(e,t,r){return r?Promise.resolve(new l.OperatorList):super.getOperatorList(e,t,r)}}class b extends g{constructor(e){super(e);const t=e.dict;this.data.fieldValue=(0,a.stringToPDFString)(this.data.fieldValue||"");let r=(0,s.getInheritableProperty)({dict:t,key:"Q"});(!Number.isInteger(r)||r<0||r>2)&&(r=null),this.data.textAlignment=r;let n=(0,s.getInheritableProperty)({dict:t,key:"MaxLen"});(!Number.isInteger(n)||n<0)&&(n=null),this.data.maxLen=n,this.data.multiLine=this.hasFieldFlag(a.AnnotationFieldFlag.MULTILINE),this.data.comb=this.hasFieldFlag(a.AnnotationFieldFlag.COMB)&&!this.hasFieldFlag(a.AnnotationFieldFlag.MULTILINE)&&!this.hasFieldFlag(a.AnnotationFieldFlag.PASSWORD)&&!this.hasFieldFlag(a.AnnotationFieldFlag.FILESELECT)&&null!==this.data.maxLen}getOperatorList(e,t,r){if(r||this.appearance)return super.getOperatorList(e,t,r);const n=new l.OperatorList;if(!this.data.defaultAppearance)return Promise.resolve(n);const o=new c.Stream((0,a.stringToBytes)(this.data.defaultAppearance));return e.getOperatorList({stream:o,task:t,resources:this.fieldResources,operatorList:n}).then((function(){return n}))}}class v extends g{constructor(e){super(e),this.data.checkBox=!this.hasFieldFlag(a.AnnotationFieldFlag.RADIO)&&!this.hasFieldFlag(a.AnnotationFieldFlag.PUSHBUTTON),this.data.radioButton=this.hasFieldFlag(a.AnnotationFieldFlag.RADIO)&&!this.hasFieldFlag(a.AnnotationFieldFlag.PUSHBUTTON),this.data.pushButton=this.hasFieldFlag(a.AnnotationFieldFlag.PUSHBUTTON),this.data.checkBox?this._processCheckBox(e):this.data.radioButton?this._processRadioButton(e):this.data.pushButton?this._processPushButton(e):(0,a.warn)("Invalid field flags for button widget annotation")}_processCheckBox(e){(0,o.isName)(this.data.fieldValue)&&(this.data.fieldValue=this.data.fieldValue.name);const t=e.dict.get("AP");if(!(0,o.isDict)(t))return;const r=t.get("D");if(!(0,o.isDict)(r))return;const a=r.getKeys(),n=2===a.length;n&&(this.data.exportValue="Off"===a[0]?a[1]:a[0])}_processRadioButton(e){this.data.fieldValue=this.data.buttonValue=null;const t=e.dict.get("Parent");if((0,o.isDict)(t)&&t.has("V")){const e=t.get("V");(0,o.isName)(e)&&(this.data.fieldValue=e.name)}const r=e.dict.get("AP");if(!(0,o.isDict)(r))return;const a=r.get("N");if((0,o.isDict)(a))for(const n of a.getKeys())if("Off"!==n){this.data.buttonValue=n;break}}_processPushButton(e){e.dict.has("A")?n.Catalog.parseDestDictionary({destDict:e.dict,resultObj:this.data,docBaseUrl:e.pdfManager.docBaseUrl}):(0,a.warn)("Push buttons without action dictionaries are not supported")}}class w extends g{constructor(e){super(e),this.data.options=[];const t=(0,s.getInheritableProperty)({dict:e.dict,key:"Opt"});if(Array.isArray(t)){const r=e.xref;for(let e=0,n=t.length;e<n;e++){const n=r.fetchIfRef(t[e]),o=Array.isArray(n);this.data.options[e]={exportValue:o?r.fetchIfRef(n[0]):n,displayValue:(0,a.stringToPDFString)(o?r.fetchIfRef(n[1]):n)}}}Array.isArray(this.data.fieldValue)||(this.data.fieldValue=[this.data.fieldValue]),this.data.combo=this.hasFieldFlag(a.AnnotationFieldFlag.COMBO),this.data.multiSelect=this.hasFieldFlag(a.AnnotationFieldFlag.MULTISELECT)}}class y extends f{constructor(e){const t=22;super(e);const r=e.dict;this.data.annotationType=a.AnnotationType.TEXT,this.data.hasAppearance?this.data.name="NoIcon":(this.data.rect[1]=this.data.rect[3]-t,this.data.rect[2]=this.data.rect[0]+t,this.data.name=r.has("Name")?r.get("Name").name:"Note"),r.has("State")?(this.data.state=r.get("State")||null,this.data.stateModel=r.get("StateModel")||null):(this.data.state=null,this.data.stateModel=null)}}class x extends p{constructor(e){super(e),this.data.annotationType=a.AnnotationType.LINK;const t=u(e.dict,this.rectangle);t&&(this.data.quadPoints=t),n.Catalog.parseDestDictionary({destDict:e.dict,resultObj:this.data,docBaseUrl:e.pdfManager.docBaseUrl})}}class k extends p{constructor(e){super(e),this.data.annotationType=a.AnnotationType.POPUP;let t=e.dict.get("Parent");if(!t)return void(0,a.warn)("Popup annotation has a missing or invalid parent annotation.");const r=t.get("Subtype");this.data.parentType=(0,o.isName)(r)?r.name:null;const n=e.dict.getRaw("Parent");this.data.parentId=(0,o.isRef)(n)?n.toString():null;const i=t.get("RT");if((0,o.isName)(i,a.AnnotationReplyType.GROUP)&&(t=t.get("IRT")),t.has("M")?(this.setModificationDate(t.get("M")),this.data.modificationDate=this.modificationDate):this.data.modificationDate=null,t.has("C")?(this.setColor(t.getArray("C")),this.data.color=this.color):this.data.color=null,!this.viewable){const e=t.get("F");this._isViewable(e)&&this.setFlags(e)}this.data.title=(0,a.stringToPDFString)(t.get("T")||""),this.data.contents=(0,a.stringToPDFString)(t.get("Contents")||"")}}class A extends f{constructor(e){super(e),this.data.annotationType=a.AnnotationType.FREETEXT}}class C extends f{constructor(e){super(e),this.data.annotationType=a.AnnotationType.LINE,this.data.lineCoordinates=a.Util.normalizeRect(e.dict.getArray("L"))}}class S extends f{constructor(e){super(e),this.data.annotationType=a.AnnotationType.SQUARE}}class _ extends f{constructor(e){super(e),this.data.annotationType=a.AnnotationType.CIRCLE}}class E extends f{constructor(e){super(e),this.data.annotationType=a.AnnotationType.POLYLINE;const t=e.dict.getArray("Vertices");this.data.vertices=[];for(let r=0,a=t.length;r<a;r+=2)this.data.vertices.push({x:t[r],y:t[r+1]})}}class P extends E{constructor(e){super(e),this.data.annotationType=a.AnnotationType.POLYGON}}class T extends f{constructor(e){super(e),this.data.annotationType=a.AnnotationType.CARET}}class I extends f{constructor(e){super(e),this.data.annotationType=a.AnnotationType.INK;const t=e.xref,r=e.dict.getArray("InkList");this.data.inkLists=[];for(let a=0,n=r.length;a<n;++a){this.data.inkLists.push([]);for(let e=0,n=r[a].length;e<n;e+=2)this.data.inkLists[a].push({x:t.fetchIfRef(r[a][e]),y:t.fetchIfRef(r[a][e+1])})}}}class O extends f{constructor(e){super(e),this.data.annotationType=a.AnnotationType.HIGHLIGHT;const t=u(e.dict,this.rectangle);t&&(this.data.quadPoints=t)}}class L extends f{constructor(e){super(e),this.data.annotationType=a.AnnotationType.UNDERLINE;const t=u(e.dict,this.rectangle);t&&(this.data.quadPoints=t)}}class F extends f{constructor(e){super(e),this.data.annotationType=a.AnnotationType.SQUIGGLY;const t=u(e.dict,this.rectangle);t&&(this.data.quadPoints=t)}}class R extends f{constructor(e){super(e),this.data.annotationType=a.AnnotationType.STRIKEOUT;const t=u(e.dict,this.rectangle);t&&(this.data.quadPoints=t)}}class M extends f{constructor(e){super(e),this.data.annotationType=a.AnnotationType.STAMP}}class D extends f{constructor(e){super(e);const t=new n.FileSpec(e.dict.get("FS"),e.xref);this.data.annotationType=a.AnnotationType.FILEATTACHMENT,this.data.file=t.serializable}}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OperatorList=void 0;var a=r(2),n=function(){function e(e,t,r,a,n){for(var o=e,i=0,s=t.length-1;i<s;i++){var l=t[i];o=o[l]||(o[l]=[])}o[t[t.length-1]]={checkFn:r,iterateFn:a,processFn:n}}function t(e,t,r,n){for(var o=e+2,i=0;i<t;i++){var s=n[o+4*i],l=1===s.length&&s[0];if(!l||1!==l.width||1!==l.height||l.data.length&&(1!==l.data.length||0!==l.data[0]))break;r[o+4*i]=a.OPS.paintSolidColorImageMask}return t-i}var r=[];function n(e){this.queue=e,this.state=null,this.context={iCurr:0,fnArray:e.fnArray,argsArray:e.argsArray},this.match=null,this.lastProcessed=0}return e(r,[a.OPS.save,a.OPS.transform,a.OPS.paintInlineImageXObject,a.OPS.restore],null,(function(e,t){var r=e.fnArray,n=e.iCurr-3,o=(t-n)%4;switch(o){case 0:return r[t]===a.OPS.save;case 1:return r[t]===a.OPS.transform;case 2:return r[t]===a.OPS.paintInlineImageXObject;case 3:return r[t]===a.OPS.restore}throw new Error(`iterateInlineImageGroup - invalid pos: ${o}`)}),(function(e,t){var r=10,n=200,o=1e3,i=1,s=e.fnArray,l=e.argsArray,c=e.iCurr,d=c-3,u=c-2,h=c-1,p=Math.min(Math.floor((t-d)/4),n);if(p<r)return t-(t-d)%4;var m,f=0,g=[],b=0,v=i,w=i;for(m=0;m<p;m++){var y=l[u+(m<<2)],x=l[h+(m<<2)][0];v+x.width>o&&(f=Math.max(f,v),w+=b+2*i,v=0,b=0),g.push({transform:y,x:v,y:w,w:x.width,h:x.height}),v+=x.width+2*i,b=Math.max(b,x.height)}var k=Math.max(f,v)+i,A=w+b+i,C=new Uint8ClampedArray(k*A*4),S=k<<2;for(m=0;m<p;m++){var _=l[h+(m<<2)][0].data,E=g[m].w<<2,P=0,T=g[m].x+g[m].y*k<<2;C.set(_.subarray(0,E),T-S);for(var I=0,O=g[m].h;I<O;I++)C.set(_.subarray(P,P+E),T),P+=E,T+=S;C.set(_.subarray(P-E,P),T);while(T>=0)_[T-4]=_[T],_[T-3]=_[T+1],_[T-2]=_[T+2],_[T-1]=_[T+3],_[T+E]=_[T+E-4],_[T+E+1]=_[T+E-3],_[T+E+2]=_[T+E-2],_[T+E+3]=_[T+E-1],T-=S}return s.splice(d,4*p,a.OPS.paintInlineImageXObjectGroup),l.splice(d,4*p,[{width:k,height:A,kind:a.ImageKind.RGBA_32BPP,data:C},g]),d+1})),e(r,[a.OPS.save,a.OPS.transform,a.OPS.paintImageMaskXObject,a.OPS.restore],null,(function(e,t){var r=e.fnArray,n=e.iCurr-3,o=(t-n)%4;switch(o){case 0:return r[t]===a.OPS.save;case 1:return r[t]===a.OPS.transform;case 2:return r[t]===a.OPS.paintImageMaskXObject;case 3:return r[t]===a.OPS.restore}throw new Error(`iterateImageMaskGroup - invalid pos: ${o}`)}),(function(e,r){var n,o=10,i=100,s=1e3,l=e.fnArray,c=e.argsArray,d=e.iCurr,u=d-3,h=d-2,p=d-1,m=Math.floor((r-u)/4);if(m=t(u,m,l,c),m<o)return r-(r-u)%4;var f,g,b=!1,v=c[p][0];if(0===c[h][1]&&0===c[h][2]){b=!0;var w=c[h][0],y=c[h][3];f=h+4;var x=p+4;for(n=1;n<m;n++,f+=4,x+=4)if(g=c[f],c[x][0]!==v||g[0]!==w||0!==g[1]||0!==g[2]||g[3]!==y){n<o?b=!1:m=n;break}}if(b){m=Math.min(m,s);var k=new Float32Array(2*m);for(f=h,n=0;n<m;n++,f+=4)g=c[f],k[n<<1]=g[4],k[1+(n<<1)]=g[5];l.splice(u,4*m,a.OPS.paintImageMaskXObjectRepeat),c.splice(u,4*m,[v,w,y,k])}else{m=Math.min(m,i);var A=[];for(n=0;n<m;n++){g=c[h+(n<<2)];var C=c[p+(n<<2)][0];A.push({data:C.data,width:C.width,height:C.height,transform:g})}l.splice(u,4*m,a.OPS.paintImageMaskXObjectGroup),c.splice(u,4*m,[A])}return u+1})),e(r,[a.OPS.save,a.OPS.transform,a.OPS.paintImageXObject,a.OPS.restore],(function(e){var t=e.argsArray,r=e.iCurr-2;return 0===t[r][1]&&0===t[r][2]}),(function(e,t){var r=e.fnArray,n=e.argsArray,o=e.iCurr-3,i=(t-o)%4;switch(i){case 0:return r[t]===a.OPS.save;case 1:if(r[t]!==a.OPS.transform)return!1;var s=e.iCurr-2,l=n[s][0],c=n[s][3];return n[t][0]===l&&0===n[t][1]&&0===n[t][2]&&n[t][3]===c;case 2:if(r[t]!==a.OPS.paintImageXObject)return!1;var d=e.iCurr-1,u=n[d][0];return n[t][0]===u;case 3:return r[t]===a.OPS.restore}throw new Error(`iterateImageGroup - invalid pos: ${i}`)}),(function(e,t){var r=3,n=1e3,o=e.fnArray,i=e.argsArray,s=e.iCurr,l=s-3,c=s-2,d=s-1,u=i[d][0],h=i[c][0],p=i[c][3],m=Math.min(Math.floor((t-l)/4),n);if(m<r)return t-(t-l)%4;for(var f=new Float32Array(2*m),g=c,b=0;b<m;b++,g+=4){var v=i[g];f[b<<1]=v[4],f[1+(b<<1)]=v[5]}var w=[u,h,p,f];return o.splice(l,4*m,a.OPS.paintImageXObjectRepeat),i.splice(l,4*m,w),l+1})),e(r,[a.OPS.beginText,a.OPS.setFont,a.OPS.setTextMatrix,a.OPS.showText,a.OPS.endText],null,(function(e,t){var r=e.fnArray,n=e.argsArray,o=e.iCurr-4,i=(t-o)%5;switch(i){case 0:return r[t]===a.OPS.beginText;case 1:return r[t]===a.OPS.setFont;case 2:return r[t]===a.OPS.setTextMatrix;case 3:if(r[t]!==a.OPS.showText)return!1;var s=e.iCurr-3,l=n[s][0],c=n[s][1];return n[t][0]===l&&n[t][1]===c;case 4:return r[t]===a.OPS.endText}throw new Error(`iterateShowTextGroup - invalid pos: ${i}`)}),(function(e,t){var r=3,a=1e3,n=e.fnArray,o=e.argsArray,i=e.iCurr,s=i-4,l=i-3,c=i-2,d=i-1,u=i,h=o[l][0],p=o[l][1],m=Math.min(Math.floor((t-s)/5),a);if(m<r)return t-(t-s)%5;var f=s;s>=4&&n[s-4]===n[l]&&n[s-3]===n[c]&&n[s-2]===n[d]&&n[s-1]===n[u]&&o[s-4][0]===h&&o[s-4][1]===p&&(m++,f-=5);for(var g=f+4,b=1;b<m;b++)n.splice(g,3),o.splice(g,3),g+=2;return g+1})),n.prototype={_optimize(){const e=this.queue.fnArray;let t=this.lastProcessed,a=e.length,n=this.state,o=this.match;if(!n&&!o&&t+1===a&&!r[e[t]])return void(this.lastProcessed=a);const i=this.context;while(t<a){if(o){const r=(0,o.iterateFn)(i,t);if(r){t++;continue}if(t=(0,o.processFn)(i,t+1),a=e.length,o=null,n=null,t>=a)break}n=(n||r)[e[t]],n&&!Array.isArray(n)?(i.iCurr=t,t++,!n.checkFn||(0,n.checkFn)(i)?(o=n,n=null):n=null):t++}this.state=n,this.match=o,this.lastProcessed=t},push(e,t){this.queue.fnArray.push(e),this.queue.argsArray.push(t),this._optimize()},flush(){while(this.match){const e=this.queue.fnArray.length;this.lastProcessed=(0,this.match.processFn)(this.context,e),this.match=null,this.state=null,this._optimize()}},reset(){this.state=null,this.match=null,this.lastProcessed=0}},n}(),o=function(){function e(e){this.queue=e}return e.prototype={push(e,t){this.queue.fnArray.push(e),this.queue.argsArray.push(t)},flush(){},reset(){}},e}(),i=function(){var e=1e3,t=e-5;function r(e,t,r){this._streamSink=t,this.fnArray=[],this.argsArray=[],this.optimizer=t&&"oplist"!==e?new n(this):new o(this),this.dependencies=Object.create(null),this._totalLength=0,this.pageIndex=r,this.intent=e,this.weight=0,this._resolved=t?null:Promise.resolve()}return r.prototype={get length(){return this.argsArray.length},get ready(){return this._resolved||this._streamSink.ready},get totalLength(){return this._totalLength+this.length},addOp(r,n){this.optimizer.push(r,n),this.weight++,this._streamSink&&(this.weight>=e||this.weight>=t&&(r===a.OPS.restore||r===a.OPS.endText))&&this.flush()},addDependency(e){e in this.dependencies||(this.dependencies[e]=!0,this.addOp(a.OPS.dependency,[e]))},addDependencies(e){for(var t in e)this.addDependency(t)},addOpList(e){if(e instanceof r){Object.assign(this.dependencies,e.dependencies);for(var t=0,n=e.length;t<n;t++)this.addOp(e.fnArray[t],e.argsArray[t])}else(0,a.warn)('addOpList - ignoring invalid "opList" parameter.')},getIR(){return{fnArray:this.fnArray,argsArray:this.argsArray,length:this.length}},get _transfers(){const e=[],{fnArray:t,argsArray:r,length:n}=this;for(let o=0;o<n;o++)switch(t[o]){case a.OPS.paintInlineImageXObject:case a.OPS.paintInlineImageXObjectGroup:case a.OPS.paintImageMaskXObject:const t=r[o][0];t.cached||e.push(t.data.buffer);break}return e},flush(e=!1){this.optimizer.flush();const t=this.length;this._totalLength+=t,this._streamSink.enqueue({fnArray:this.fnArray,argsArray:this.argsArray,lastChunk:e,length:t},1,this._transfers),this.dependencies=Object.create(null),this.fnArray.length=0,this.argsArray.length=0,this.weight=0,this.optimizer.reset()}},r}();t.OperatorList=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PartialEvaluator=void 0;var a=r(2),n=r(28),o=r(5),i=r(29),s=r(32),l=r(8),c=r(35),d=r(34),u=r(38),h=r(11),p=r(39),m=r(23),f=r(12),g=r(33),b=r(40),v=r(41),w=r(24),y=r(43),x=r(26),k=r(44),A=function(){const e={maxImageSize:-1,disableFontFace:!1,ignoreErrors:!1,isEvalSupported:!0,fontExtraProperties:!1};function t({xref:t,handler:r,pageIndex:n,idFactory:o,fontCache:i,builtInCMapCache:s,globalImageCache:l,options:c=null,pdfFunctionFactory:d}){this.xref=t,this.handler=r,this.pageIndex=n,this.idFactory=o,this.fontCache=i,this.builtInCMapCache=s,this.globalImageCache=l,this.options=c||e,this.pdfFunctionFactory=d,this.parsingType3Font=!1,this.fetchBuiltInCMap=async e=>{if(this.builtInCMapCache.has(e))return this.builtInCMapCache.get(e);const t=this.handler.sendWithStream("FetchBuiltInCMap",{name:e}),r=t.getReader(),n=await new Promise((function(e,t){function a(){r.read().then((function({value:t,done:r}){r||(e(t),a())}),t)}a()}));return n.compressionType!==a.CMapCompressionType.NONE&&this.builtInCMapCache.set(e,n),n}}var r=20,h=100;function A(){this.reset()}function T(e,t=!1){if(Array.isArray(e)){for(let t=0,r=e.length;t<r;t++){const r=T(e[t],!0);if(r)return r}return(0,a.warn)(`Unsupported blend mode Array: ${e}`),"source-over"}if(!(0,o.isName)(e))return t?null:"source-over";switch(e.name){case"Normal":case"Compatible":return"source-over";case"Multiply":return"multiply";case"Screen":return"screen";case"Overlay":return"overlay";case"Darken":return"darken";case"Lighten":return"lighten";case"ColorDodge":return"color-dodge";case"ColorBurn":return"color-burn";case"HardLight":return"hard-light";case"SoftLight":return"soft-light";case"Difference":return"difference";case"Exclusion":return"exclusion";case"Hue":return"hue";case"Saturation":return"saturation";case"Color":return"color";case"Luminosity":return"luminosity"}return t?null:((0,a.warn)(`Unsupported blend mode: ${e.name}`),"source-over")}A.prototype={check:function(){return!(++this.checked<h)&&(this.checked=0,this.endTime<=Date.now())},reset:function(){this.endTime=Date.now()+r,this.checked=0}};var I=Promise.resolve(),O=1,L=2;return t.prototype={clone(t=e){var r=Object.create(this);return r.options=t,r},hasBlendModes:function(e){if(!(e instanceof o.Dict))return!1;var t=Object.create(null);e.objId&&(t[e.objId]=!0);var r=[e],n=this.xref;while(r.length){var i=r.shift(),s=i.get("ExtGState");if(s instanceof o.Dict){var c=s.getKeys();for(let e=0,r=c.length;e<r;e++){const r=c[e];let i=s.getRaw(r);if(i instanceof o.Ref){if(t[i.toString()])continue;try{i=n.fetch(i)}catch(m){if(m instanceof l.MissingDataException)throw m;if(this.options.ignoreErrors){i instanceof o.Ref&&(t[i.toString()]=!0),this.handler.send("UnsupportedFeature",{featureId:a.UNSUPPORTED_FEATURES.errorExtGState}),(0,a.warn)(`hasBlendModes - ignoring ExtGState: "${m}".`);continue}throw m}}if(!(i instanceof o.Dict))continue;i.objId&&(t[i.objId]=!0);const d=i.get("BM");if(d instanceof o.Name){if("Normal"!==d.name)return!0}else if(void 0!==d&&Array.isArray(d))for(let e=0,t=d.length;e<t;e++)if(d[e]instanceof o.Name&&"Normal"!==d[e].name)return!0}}var d=i.get("XObject");if(d instanceof o.Dict){var u=d.getKeys();for(let e=0,i=u.length;e<i;e++){const i=u[e];var h=d.getRaw(i);if(h instanceof o.Ref){if(t[h.toString()])continue;try{h=n.fetch(h)}catch(m){if(m instanceof l.MissingDataException)throw m;if(this.options.ignoreErrors){h instanceof o.Ref&&(t[h.toString()]=!0),this.handler.send("UnsupportedFeature",{featureId:a.UNSUPPORTED_FEATURES.errorXObject}),(0,a.warn)(`hasBlendModes - ignoring XObject: "${m}".`);continue}throw m}}if((0,o.isStream)(h)){if(h.dict.objId){if(t[h.dict.objId])continue;t[h.dict.objId]=!0}var p=h.dict.get("Resources");!(p instanceof o.Dict)||p.objId&&t[p.objId]||(r.push(p),p.objId&&(t[p.objId]=!0))}}}}return!1},async buildFormXObject(e,t,r,n,i,s){var l=t.dict,c=l.getArray("Matrix"),d=l.getArray("BBox");d=Array.isArray(d)&&4===d.length?a.Util.normalizeRect(d):null;var u=l.get("Group");if(u){var h={matrix:c,bbox:d,smask:r,isolated:!1,knockout:!1},p=u.get("S"),f=null;(0,o.isName)(p,"Transparency")&&(h.isolated=u.get("I")||!1,h.knockout=u.get("K")||!1,u.has("CS")&&(f=await this.parseColorSpace({cs:u.get("CS"),resources:e}))),r&&r.backdrop&&(f=f||m.ColorSpace.singletons.rgb,r.backdrop=f.getRgb(r.backdrop,0)),n.addOp(a.OPS.beginGroup,[h])}return n.addOp(a.OPS.paintFormXObjectBegin,[c,d]),this.getOperatorList({stream:t,task:i,resources:l.get("Resources")||e,operatorList:n,initialState:s}).then((function(){n.addOp(a.OPS.paintFormXObjectEnd,[]),u&&n.addOp(a.OPS.endGroup,[h])}))},async buildPaintImageXObject({resources:e,image:t,isInline:r=!1,operatorList:n,cacheKey:o,localImageCache:i}){var s=t.dict;const l=s.objId;var c=s.get("Width","W"),d=s.get("Height","H");if(!c||!(0,a.isNum)(c)||!d||!(0,a.isNum)(d))return void(0,a.warn)("Image dimensions are missing, or not numbers.");var u=this.options.maxImageSize;if(-1!==u&&c*d>u)return void(0,a.warn)("Image exceeded maximum allowed size and was removed.");var h,p,m=s.get("ImageMask","IM")||!1;if(m){var g=s.get("Width","W"),b=s.get("Height","H"),v=g+7>>3,w=t.getBytes(v*b,!0),y=s.getArray("Decode","D");return h=k.PDFImage.createMask({imgArray:w,width:g,height:b,imageIsFromDecodeStream:t instanceof f.DecodeStream,inverseDecode:!!y&&y[0]>0}),h.cached=!!o,p=[h],n.addOp(a.OPS.paintImageMaskXObject,p),void(o&&i.set(o,l,{fn:a.OPS.paintImageMaskXObject,args:p}))}var x=s.get("SMask","SM")||!1,A=s.get("Mask")||!1,C=200;if(r&&!x&&!A&&c+d<C){const o=new k.PDFImage({xref:this.xref,res:e,image:t,isInline:r,pdfFunctionFactory:this.pdfFunctionFactory});return h=o.createImageData(!0),void n.addOp(a.OPS.paintInlineImageXObject,[h])}let S=`img_${this.idFactory.createObjId()}`,_=!1;this.parsingType3Font?S=`${this.idFactory.getDocId()}_type3res_${S}`:l&&(_=this.globalImageCache.shouldCache(l,this.pageIndex),_&&(S=`${this.idFactory.getDocId()}_${S}`)),n.addDependency(S),p=[S,c,d];const E=k.PDFImage.buildImage({xref:this.xref,res:e,image:t,isInline:r,pdfFunctionFactory:this.pdfFunctionFactory}).then((e=>{if(h=e.createImageData(!1),this.parsingType3Font)return this.handler.sendWithPromise("commonobj",[S,"FontType3Res",h],[h.data.buffer]);_?this.handler.send("commonobj",[S,"Image",h],[h.data.buffer]):this.handler.send("obj",[S,this.pageIndex,"Image",h],[h.data.buffer])})).catch((e=>{if((0,a.warn)("Unable to decode image: "+e),this.parsingType3Font)return this.handler.sendWithPromise("commonobj",[S,"FontType3Res",null]);_?this.handler.send("commonobj",[S,"Image",null]):this.handler.send("obj",[S,this.pageIndex,"Image",null])}));this.parsingType3Font&&await E,n.addOp(a.OPS.paintImageXObject,p),o&&(i.set(o,l,{fn:a.OPS.paintImageXObject,args:p}),l&&((0,a.assert)(!r,"Cannot cache an inline image globally."),this.globalImageCache.addPageIndex(l,this.pageIndex),_&&this.globalImageCache.setData(l,{objId:S,fn:a.OPS.paintImageXObject,args:p})))},handleSMask:function(e,t,r,a,n){var o=e.get("G"),i={subtype:e.get("S").name,backdrop:e.get("BC")},s=e.get("TR");if((0,v.isPDFFunction)(s)){const e=this.pdfFunctionFactory.create(s);for(var l=new Uint8Array(256),c=new Float32Array(1),d=0;d<256;d++)c[0]=d/255,e(c,0,c,0),l[d]=255*c[0]|0;i.transferMap=l}return this.buildFormXObject(t,o,i,r,a,n.state.clone())},handleTilingType(e,t,r,n,i,s,l){const c=new x.OperatorList,d=[i.get("Resources"),r],h=o.Dict.merge(this.xref,d);return this.getOperatorList({stream:n,task:l,resources:h,operatorList:c}).then((function(){return(0,u.getTilingPatternIR)({fnArray:c.fnArray,argsArray:c.argsArray},i,t)})).then((function(t){s.addDependencies(c.dependencies),s.addOp(e,t)}),(e=>{if(!(e instanceof a.AbortException)){if(this.options.ignoreErrors)return this.handler.send("UnsupportedFeature",{featureId:a.UNSUPPORTED_FEATURES.errorTilingPattern}),void(0,a.warn)(`handleTilingType - ignoring pattern: "${e}".`);throw e}}))},handleSetFont:function(e,t,r,n,o,s){var l;return t&&(t=t.slice(),l=t[0].name),this.loadFont(l,r,e).then((t=>t.font.isType3Font?t.loadType3Data(this,e,n,o).then((function(){return t})).catch((e=>(this.handler.send("UnsupportedFeature",{featureId:a.UNSUPPORTED_FEATURES.errorFontLoadType3}),new C({loadedName:"g_font_error",font:new i.ErrorFont(`Type3 font load error: ${e}`),dict:t.font,extraProperties:this.options.fontExtraProperties})))):t)).then((e=>(s.font=e.font,e.send(this.handler),e.loadedName)))},handleText(e,r){const n=r.font,o=n.charsToGlyphs(e);if(n.data){const e=!!(r.textRenderingMode&a.TextRenderingMode.ADD_TO_PATH_FLAG);(e||"Pattern"===r.fillColorSpace.name||n.disableFontFace||this.options.disableFontFace)&&t.buildFontPaths(n,o,this.handler)}return o},ensureStateFont(e){if(e.font)return;const t=new a.FormatError("Missing setFont (Tf) operator before text rendering operator.");if(this.options.ignoreErrors)return this.handler.send("UnsupportedFeature",{featureId:a.UNSUPPORTED_FEATURES.errorFontState}),void(0,a.warn)(`ensureStateFont: "${t}".`);throw t},setGState:function(e,t,r,n,i){for(var s=[],l=t.getKeys(),c=Promise.resolve(),d=0,u=l.length;d<u;d++){const u=l[d],h=t.get(u);switch(u){case"Type":break;case"LW":case"LC":case"LJ":case"ML":case"D":case"RI":case"FL":case"CA":case"ca":s.push([u,h]);break;case"Font":c=c.then((()=>this.handleSetFont(e,null,h[0],r,n,i.state).then((function(e){r.addDependency(e),s.push([u,[e,h[1]]])}))));break;case"BM":s.push([u,T(h)]);break;case"SMask":if((0,o.isName)(h,"None")){s.push([u,!1]);break}(0,o.isDict)(h)?(c=c.then((()=>this.handleSMask(h,e,r,n,i))),s.push([u,!0])):(0,a.warn)("Unsupported SMask type");break;case"OP":case"op":case"OPM":case"BG":case"BG2":case"UCR":case"UCR2":case"TR":case"TR2":case"HT":case"SM":case"SA":case"AIS":case"TK":(0,a.info)("graphic state operator "+u);break;default:(0,a.info)("Unknown graphic state operator "+u);break}}return c.then((function(){s.length>0&&r.addOp(a.OPS.setGState,[s])}))},loadFont:function(e,r,n){const s=()=>Promise.resolve(new C({loadedName:"g_font_error",font:new i.ErrorFont(`Font "${e}" is not available.`),dict:r,extraProperties:this.options.fontExtraProperties}));var l,c=this.xref;if(r){if(!(0,o.isRef)(r))throw new a.FormatError('The "font" object should be a reference.');l=r}else{var d=n.get("Font");d&&(l=d.getRaw(e))}if(!l){const n=`Font "${e||r&&r.toString()}" is not available`;if(!this.options.ignoreErrors&&!this.parsingType3Font)return(0,a.warn)(`${n}.`),s();this.handler.send("UnsupportedFeature",{featureId:a.UNSUPPORTED_FEATURES.errorFontMissing}),(0,a.warn)(`${n} -- attempting to fallback to a default font.`),l=t.getFallbackFontDict()}if(this.fontCache.has(l))return this.fontCache.get(l);if(r=c.fetchIfRef(l),!(0,o.isDict)(r))return s();if(r.translated)return r.translated;var u=(0,a.createPromiseCapability)(),h=this.preEvaluateFont(r);const{descriptor:p,hash:m}=h;var f,g,b=(0,o.isRef)(l);if(b&&(f=l.toString()),m&&(0,o.isDict)(p)){p.fontAliases||(p.fontAliases=Object.create(null));var v=p.fontAliases;if(v[m]){var w=v[m].aliasRef;if(b&&w&&this.fontCache.has(w))return this.fontCache.putAlias(l,w),this.fontCache.get(l)}else v[m]={fontID:i.Font.getFontID()};b&&(v[m].aliasRef=l),f=v[m].fontID}b?this.fontCache.put(l,u.promise):(f||(f=this.idFactory.createObjId()),this.fontCache.put(`id_${f}`,u.promise)),(0,a.assert)(f,'The "fontID" must be defined.'),r.loadedName=`${this.idFactory.getDocId()}_f${f}`,r.translated=u.promise;try{g=this.translateFont(h)}catch(y){g=Promise.reject(y)}return g.then((e=>{if(void 0!==e.fontType){var t=c.stats.fontTypes;t[e.fontType]=!0}u.resolve(new C({loadedName:r.loadedName,font:e,dict:r,extraProperties:this.options.fontExtraProperties}))})).catch((e=>{this.handler.send("UnsupportedFeature",{featureId:a.UNSUPPORTED_FEATURES.errorFontTranslate});try{var t=p&&p.get("FontFile3"),n=t&&t.get("Subtype"),o=(0,i.getFontType)(h.type,n&&n.name),s=c.stats.fontTypes;s[o]=!0}catch(l){}u.resolve(new C({loadedName:r.loadedName,font:new i.ErrorFont(e instanceof Error?e.message:e),dict:r,extraProperties:this.options.fontExtraProperties}))})),u.promise},buildPath(e,t,r,n=!1){var o=e.length-1;if(r||(r=[]),o<0||e.fnArray[o]!==a.OPS.constructPath)n&&((0,a.warn)(`Encountered path operator "${t}" inside of a text object.`),e.addOp(a.OPS.save,null)),e.addOp(a.OPS.constructPath,[[t],r]),n&&e.addOp(a.OPS.restore,null);else{var i=e.argsArray[o];i[0].push(t),Array.prototype.push.apply(i[1],r)}},parseColorSpace({cs:e,resources:t}){return new Promise((r=>{r(m.ColorSpace.parse(e,this.xref,t,this.pdfFunctionFactory))})).catch((e=>{if(e instanceof a.AbortException)return null;if(this.options.ignoreErrors)return this.handler.send("UnsupportedFeature",{featureId:a.UNSUPPORTED_FEATURES.errorColorSpace}),(0,a.warn)(`parseColorSpace - ignoring ColorSpace: "${e}".`),null;throw e}))},async handleColorN(e,t,r,n,i,s,l){var c,d=r[r.length-1];if((0,o.isName)(d)&&(c=i.get(d.name))){var h=(0,o.isStream)(c)?c.dict:c,p=h.get("PatternType");if(p===O){var m=n.base?n.base.getRgb(r,0):null;return this.handleTilingType(t,m,s,c,h,e,l)}if(p===L){var f=h.get("Shading"),g=h.getArray("Matrix");return c=u.Pattern.parseShading(f,g,this.xref,s,this.handler,this.pdfFunctionFactory),void e.addOp(t,c.getIR())}throw new a.FormatError(`Unknown PatternType: ${p}`)}throw new a.FormatError(`Unknown PatternName: ${d}`)},getOperatorList({stream:e,task:t,resources:r,operatorList:n,initialState:i=null}){if(r=r||o.Dict.empty,i=i||new E,!n)throw new Error('getOperatorList: missing "operatorList" parameter');var s=this,l=this.xref;let c=!1;const d=new w.LocalImageCache;var h=r.get("XObject")||o.Dict.empty,p=r.get("Pattern")||o.Dict.empty,f=new S(i),g=new P(e,l,f),b=new A;function v(e){for(var t=0,r=g.savedStatesDepth;t<r;t++)n.addOp(a.OPS.restore,[])}return new Promise((function e(i,w){const y=function(t){Promise.all([t,n.ready]).then((function(){try{e(i,w)}catch(t){w(t)}}),w)};t.ensureNotTerminated(),b.reset();var x,k,A,C,S={};while(!(x=b.check())){if(S.args=null,!g.read(S))break;var _=S.args,E=S.fn;switch(0|E){case a.OPS.paintXObject:var P=_[0].name;if(P){const e=d.getByName(P);if(e){n.addOp(e.fn,e.args),_=null;continue}}return void y(new Promise((function(e,i){if(!P)throw new a.FormatError("XObject must be referred to by name.");let c=h.getRaw(P);if(c instanceof o.Ref){const t=d.getByRef(c);if(t)return n.addOp(t.fn,t.args),void e();const r=s.globalImageCache.getData(c,s.pageIndex);if(r)return n.addDependency(r.objId),n.addOp(r.fn,r.args),void e();c=l.fetch(c)}if(!c)return n.addOp(E,_),void e();if(!(0,o.isStream)(c))throw new a.FormatError("XObject should be a stream");const u=c.dict.get("Subtype");if(!(0,o.isName)(u))throw new a.FormatError("XObject should have a Name subtype");if("Form"===u.name)return f.save(),void s.buildFormXObject(r,c,null,n,t,f.state.clone()).then((function(){f.restore(),e()}),i);if("Image"!==u.name){if("PS"!==u.name)throw new a.FormatError(`Unhandled XObject subtype ${u.name}`);(0,a.info)("Ignored XObject subtype PS"),e()}else s.buildPaintImageXObject({resources:r,image:c,operatorList:n,cacheKey:P,localImageCache:d}).then(e,i)})).catch((function(e){if(!(e instanceof a.AbortException)){if(s.options.ignoreErrors)return s.handler.send("UnsupportedFeature",{featureId:a.UNSUPPORTED_FEATURES.errorXObject}),void(0,a.warn)(`getOperatorList - ignoring XObject: "${e}".`);throw e}})));case a.OPS.setFont:var T=_[1];return void y(s.handleSetFont(r,_,null,n,t,f.state).then((function(e){n.addDependency(e),n.addOp(a.OPS.setFont,[e,T])})));case a.OPS.beginText:c=!0;break;case a.OPS.endText:c=!1;break;case a.OPS.endInlineImage:var O=_[0].cacheKey;if(O){const e=d.getByName(O);if(e){n.addOp(e.fn,e.args),_=null;continue}}return void y(s.buildPaintImageXObject({resources:r,image:_[0],isInline:!0,operatorList:n,cacheKey:O,localImageCache:d}));case a.OPS.showText:if(!f.state.font){s.ensureStateFont(f.state);continue}_[0]=s.handleText(_[0],f.state);break;case a.OPS.showSpacedText:if(!f.state.font){s.ensureStateFont(f.state);continue}var L=_[0],F=[],R=L.length,M=f.state;for(k=0;k<R;++k){var D=L[k];(0,a.isString)(D)?Array.prototype.push.apply(F,s.handleText(D,M)):(0,a.isNum)(D)&&F.push(D)}_[0]=F,E=a.OPS.showText;break;case a.OPS.nextLineShowText:if(!f.state.font){s.ensureStateFont(f.state);continue}n.addOp(a.OPS.nextLine),_[0]=s.handleText(_[0],f.state),E=a.OPS.showText;break;case a.OPS.nextLineSetSpacingShowText:if(!f.state.font){s.ensureStateFont(f.state);continue}n.addOp(a.OPS.nextLine),n.addOp(a.OPS.setWordSpacing,[_.shift()]),n.addOp(a.OPS.setCharSpacing,[_.shift()]),_[0]=s.handleText(_[0],f.state),E=a.OPS.showText;break;case a.OPS.setTextRenderingMode:f.state.textRenderingMode=_[0];break;case a.OPS.setFillColorSpace:return void y(s.parseColorSpace({cs:_[0],resources:r}).then((function(e){e&&(f.state.fillColorSpace=e)})));case a.OPS.setStrokeColorSpace:return void y(s.parseColorSpace({cs:_[0],resources:r}).then((function(e){e&&(f.state.strokeColorSpace=e)})));case a.OPS.setFillColor:C=f.state.fillColorSpace,_=C.getRgb(_,0),E=a.OPS.setFillRGBColor;break;case a.OPS.setStrokeColor:C=f.state.strokeColorSpace,_=C.getRgb(_,0),E=a.OPS.setStrokeRGBColor;break;case a.OPS.setFillGray:f.state.fillColorSpace=m.ColorSpace.singletons.gray,_=m.ColorSpace.singletons.gray.getRgb(_,0),E=a.OPS.setFillRGBColor;break;case a.OPS.setStrokeGray:f.state.strokeColorSpace=m.ColorSpace.singletons.gray,_=m.ColorSpace.singletons.gray.getRgb(_,0),E=a.OPS.setStrokeRGBColor;break;case a.OPS.setFillCMYKColor:f.state.fillColorSpace=m.ColorSpace.singletons.cmyk,_=m.ColorSpace.singletons.cmyk.getRgb(_,0),E=a.OPS.setFillRGBColor;break;case a.OPS.setStrokeCMYKColor:f.state.strokeColorSpace=m.ColorSpace.singletons.cmyk,_=m.ColorSpace.singletons.cmyk.getRgb(_,0),E=a.OPS.setStrokeRGBColor;break;case a.OPS.setFillRGBColor:f.state.fillColorSpace=m.ColorSpace.singletons.rgb,_=m.ColorSpace.singletons.rgb.getRgb(_,0);break;case a.OPS.setStrokeRGBColor:f.state.strokeColorSpace=m.ColorSpace.singletons.rgb,_=m.ColorSpace.singletons.rgb.getRgb(_,0);break;case a.OPS.setFillColorN:if(C=f.state.fillColorSpace,"Pattern"===C.name)return void y(s.handleColorN(n,a.OPS.setFillColorN,_,C,p,r,t));_=C.getRgb(_,0),E=a.OPS.setFillRGBColor;break;case a.OPS.setStrokeColorN:if(C=f.state.strokeColorSpace,"Pattern"===C.name)return void y(s.handleColorN(n,a.OPS.setStrokeColorN,_,C,p,r,t));_=C.getRgb(_,0),E=a.OPS.setStrokeRGBColor;break;case a.OPS.shadingFill:var N=r.get("Shading");if(!N)throw new a.FormatError("No shading resource found");var B=N.get(_[0].name);if(!B)throw new a.FormatError("No shading object found");var U=u.Pattern.parseShading(B,null,l,r,s.handler,s.pdfFunctionFactory),j=U.getIR();_=[j],E=a.OPS.shadingFill;break;case a.OPS.setGState:var z=_[0],q=r.get("ExtGState");if(!(0,o.isDict)(q)||!q.has(z.name))break;var H=q.get(z.name);return void y(s.setGState(r,H,n,t,f));case a.OPS.moveTo:case a.OPS.lineTo:case a.OPS.curveTo:case a.OPS.curveTo2:case a.OPS.curveTo3:case a.OPS.closePath:case a.OPS.rectangle:s.buildPath(n,E,_,c);continue;case a.OPS.markPoint:case a.OPS.markPointProps:case a.OPS.beginMarkedContent:case a.OPS.beginMarkedContentProps:case a.OPS.endMarkedContent:case a.OPS.beginCompat:case a.OPS.endCompat:continue;default:if(null!==_){for(k=0,A=_.length;k<A;k++)if(_[k]instanceof o.Dict)break;if(k<A){(0,a.warn)("getOperatorList - ignoring operator: "+E);continue}}}n.addOp(E,_)}x?y(I):(v(),i())})).catch((e=>{if(!(e instanceof a.AbortException)){if(this.options.ignoreErrors)return this.handler.send("UnsupportedFeature",{featureId:a.UNSUPPORTED_FEATURES.errorOperatorList}),(0,a.warn)(`getOperatorList - ignoring errors during "${t.name}" task: "${e}".`),void v();throw e}}))},getTextContent({stream:e,task:t,resources:r,stateManager:n=null,normalizeWhitespace:i=!1,combineTextItems:s=!1,sink:l,seenStyles:d=Object.create(null)}){r=r||o.Dict.empty,n=n||new S(new _);var u=/\s/g,h={items:[],styles:Object.create(null)},m={initialized:!1,str:[],width:0,height:0,vertical:!1,lastAdvanceWidth:0,lastAdvanceHeight:0,textAdvanceScale:0,spaceWidth:0,fakeSpaceMin:1/0,fakeMultiSpaceMin:1/0,fakeMultiSpaceMax:-0,textRunBreakAllowed:!1,transform:null,fontName:null},f=.3,g=1.5,b=4,v=this,y=this.xref,x=null;const k=new w.LocalImageCache;var C,E=new P(e,y,n);function T(){if(m.initialized)return m;var e=C.font;e.loadedName in d||(d[e.loadedName]=!0,h.styles[e.loadedName]={fontFamily:e.fallbackName,ascent:e.ascent,descent:e.descent,vertical:e.vertical}),m.fontName=e.loadedName;var t=[C.fontSize*C.textHScale,0,0,C.fontSize,0,C.textRise];if(e.isType3Font&&C.fontSize<=1&&!(0,a.isArrayEqual)(C.fontMatrix,a.FONT_IDENTITY_MATRIX)){const r=e.bbox[3]-e.bbox[1];r>0&&(t[3]*=r*C.fontMatrix[3])}var r=a.Util.transform(C.ctm,a.Util.transform(C.textMatrix,t));m.transform=r,e.vertical?(m.width=Math.sqrt(r[0]*r[0]+r[1]*r[1]),m.height=0,m.vertical=!0):(m.width=0,m.height=Math.sqrt(r[2]*r[2]+r[3]*r[3]),m.vertical=!1);var n=C.textLineMatrix[0],o=C.textLineMatrix[1],i=Math.sqrt(n*n+o*o);n=C.ctm[0],o=C.ctm[1];var s=Math.sqrt(n*n+o*o);m.textAdvanceScale=s*i,m.lastAdvanceWidth=0,m.lastAdvanceHeight=0;var l=e.spaceWidth/1e3*C.fontSize;return l?(m.spaceWidth=l,m.fakeSpaceMin=l*f,m.fakeMultiSpaceMin=l*g,m.fakeMultiSpaceMax=l*b,m.textRunBreakAllowed=!e.isMonospace):(m.spaceWidth=0,m.fakeSpaceMin=1/0,m.fakeMultiSpaceMin=1/0,m.fakeMultiSpaceMax=0,m.textRunBreakAllowed=!1),m.initialized=!0,m}function O(e){var t,r=0,a=e.length;while(r<a&&(t=e.charCodeAt(r))>=32&&t<=127)r++;return r<a?e.replace(u," "):e}function L(e){var t=e.str.join(""),r=(0,p.bidi)(t,-1,e.vertical);return{str:i?O(r.str):r.str,dir:r.dir,width:e.width,height:e.height,transform:e.transform,fontName:e.fontName}}function F(e,t){return v.loadFont(e,t,r).then((function(e){C.font=e.font,C.fontMatrix=e.font.fontMatrix||a.FONT_IDENTITY_MATRIX}))}function R(e){for(var t=C.font,r=T(),a=0,n=0,o=t.charsToGlyphs(e),i=0;i<o.length;i++){var s=o[i],l=null;l=t.vertical&&s.vmetric?s.vmetric[0]:s.width;var d=s.unicode,u=(0,c.getNormalizedUnicodes)();void 0!==u[d]&&(d=u[d]),d=(0,c.reverseIfRtl)(d);var h=C.charSpacing;if(s.isSpace){var p=C.wordSpacing;h+=p,p>0&&M(p,r.str)}var m=0,f=0;if(t.vertical){var g=l*C.fontMatrix[0];f=g*C.fontSize+h,n+=f}else{var b=l*C.fontMatrix[0];m=(b*C.fontSize+h)*C.textHScale,a+=m}C.translateTextMatrix(m,f),r.str.push(d)}return t.vertical?(r.lastAdvanceHeight=n,r.height+=Math.abs(n)):(r.lastAdvanceWidth=a,r.width+=a),r}function M(e,t){if(!(e<m.fakeSpaceMin))if(e<m.fakeMultiSpaceMin)t.push(" ");else{var r=Math.round(e/m.spaceWidth);while(r-- >0)t.push(" ")}}function D(){m.initialized&&(m.vertical?m.height*=m.textAdvanceScale:m.width*=m.textAdvanceScale,h.items.push(L(m)),m.initialized=!1,m.str.length=0)}function N(){const e=h.items.length;e>0&&(l.enqueue(h,e),h.items=[],h.styles=Object.create(null))}var B=new A;return new Promise((function e(c,u){const p=function(t){N(),Promise.all([t,l.ready]).then((function(){try{e(c,u)}catch(t){u(t)}}),u)};t.ensureNotTerminated(),B.reset();var f,g={},b=[];while(!(f=B.check())){if(b.length=0,g.args=b,!E.read(g))break;C=n.state;var w,A,_=g.fn;switch(b=g.args,0|_){case a.OPS.setFont:var P=b[0].name,O=b[1];if(C.font&&P===C.fontName&&O===C.fontSize)break;return D(),C.fontName=P,C.fontSize=O,void p(F(P,null));case a.OPS.setTextRise:D(),C.textRise=b[0];break;case a.OPS.setHScale:D(),C.textHScale=b[0]/100;break;case a.OPS.setLeading:D(),C.leading=b[0];break;case a.OPS.moveText:var L=!!C.font&&0===(C.font.vertical?b[0]:b[1]);if(w=b[0]-b[1],s&&L&&m.initialized&&w>0&&w<=m.fakeMultiSpaceMax){C.translateTextLineMatrix(b[0],b[1]),m.width+=b[0]-m.lastAdvanceWidth,m.height+=b[1]-m.lastAdvanceHeight,A=b[0]-m.lastAdvanceWidth-(b[1]-m.lastAdvanceHeight),M(A,m.str);break}D(),C.translateTextLineMatrix(b[0],b[1]),C.textMatrix=C.textLineMatrix.slice();break;case a.OPS.setLeadingMoveText:D(),C.leading=-b[1],C.translateTextLineMatrix(b[0],b[1]),C.textMatrix=C.textLineMatrix.slice();break;case a.OPS.nextLine:D(),C.carriageReturn();break;case a.OPS.setTextMatrix:if(w=C.calcTextLineMatrixAdvance(b[0],b[1],b[2],b[3],b[4],b[5]),s&&null!==w&&m.initialized&&w.value>0&&w.value<=m.fakeMultiSpaceMax){C.translateTextLineMatrix(w.width,w.height),m.width+=w.width-m.lastAdvanceWidth,m.height+=w.height-m.lastAdvanceHeight,A=w.width-m.lastAdvanceWidth-(w.height-m.lastAdvanceHeight),M(A,m.str);break}D(),C.setTextMatrix(b[0],b[1],b[2],b[3],b[4],b[5]),C.setTextLineMatrix(b[0],b[1],b[2],b[3],b[4],b[5]);break;case a.OPS.setCharSpacing:C.charSpacing=b[0];break;case a.OPS.setWordSpacing:C.wordSpacing=b[0];break;case a.OPS.beginText:D(),C.textMatrix=a.IDENTITY_MATRIX.slice(),C.textLineMatrix=a.IDENTITY_MATRIX.slice();break;case a.OPS.showSpacedText:if(!n.state.font){v.ensureStateFont(n.state);continue}for(var U,j=b[0],z=0,q=j.length;z<q;z++)if("string"===typeof j[z])R(j[z]);else if((0,a.isNum)(j[z])){T(),w=j[z]*C.fontSize/1e3;var H=!1;C.font.vertical?(U=w,C.translateTextMatrix(0,U),H=m.textRunBreakAllowed&&w>m.fakeMultiSpaceMax,H||(m.height+=U)):(w=-w,U=w*C.textHScale,C.translateTextMatrix(U,0),H=m.textRunBreakAllowed&&w>m.fakeMultiSpaceMax,H||(m.width+=U)),H?D():w>0&&M(w,m.str)}break;case a.OPS.showText:if(!n.state.font){v.ensureStateFont(n.state);continue}R(b[0]);break;case a.OPS.nextLineShowText:if(!n.state.font){v.ensureStateFont(n.state);continue}D(),C.carriageReturn(),R(b[0]);break;case a.OPS.nextLineSetSpacingShowText:if(!n.state.font){v.ensureStateFont(n.state);continue}D(),C.wordSpacing=b[0],C.charSpacing=b[1],C.carriageReturn(),R(b[2]);break;case a.OPS.paintXObject:D(),x||(x=r.get("XObject")||o.Dict.empty);var G=b[0].name;if(G&&k.getByName(G))break;return void p(new Promise((function(e,c){if(!G)throw new a.FormatError("XObject must be referred to by name.");let u=x.getRaw(G);if(u instanceof o.Ref){if(k.getByRef(u))return void e();u=y.fetch(u)}if(!u)return void e();if(!(0,o.isStream)(u))throw new a.FormatError("XObject should be a stream");const h=u.dict.get("Subtype");if(!(0,o.isName)(h))throw new a.FormatError("XObject should have a Name subtype");if("Form"!==h.name)return k.set(G,u.dict.objId,!0),void e();const p=n.state.clone(),m=new S(p),f=u.dict.getArray("Matrix");Array.isArray(f)&&6===f.length&&m.transform(f),N();const g={enqueueInvoked:!1,enqueue(e,t){this.enqueueInvoked=!0,l.enqueue(e,t)},get desiredSize(){return l.desiredSize},get ready(){return l.ready}};v.getTextContent({stream:u,task:t,resources:u.dict.get("Resources")||r,stateManager:m,normalizeWhitespace:i,combineTextItems:s,sink:g,seenStyles:d}).then((function(){g.enqueueInvoked||k.set(G,u.dict.objId,!0),e()}),c)})).catch((function(e){if(!(e instanceof a.AbortException)){if(!v.options.ignoreErrors)throw e;(0,a.warn)(`getTextContent - ignoring XObject: "${e}".`)}})));case a.OPS.setGState:D();var W=b[0],V=r.get("ExtGState");if(!(0,o.isDict)(V)||!(0,o.isName)(W))break;var $=V.get(W.name);if(!(0,o.isDict)($))break;var Y=$.get("Font");if(Y)return C.fontName=null,C.fontSize=Y[1],void p(F(null,Y[0]));break}if(h.items.length>=l.desiredSize){f=!0;break}}f?p(I):(D(),N(),c())})).catch((e=>{if(!(e instanceof a.AbortException)){if(this.options.ignoreErrors)return(0,a.warn)(`getTextContent - ignoring errors during "${t.name}" task: "${e}".`),D(),void N();throw e}}))},extractDataStructures:function(e,t,r){const n=this.xref;let l;var c=e.get("ToUnicode")||t.get("ToUnicode"),d=c?this.readToUnicode(c):Promise.resolve(void 0);if(r.composite){var u=e.get("CIDSystemInfo");(0,o.isDict)(u)&&(r.cidSystemInfo={registry:(0,a.stringToPDFString)(u.get("Registry")),ordering:(0,a.stringToPDFString)(u.get("Ordering")),supplement:u.get("Supplement")});var h=e.get("CIDToGIDMap");(0,o.isStream)(h)&&(l=h.getBytes())}var p,m=[],f=null;if(e.has("Encoding")){if(p=e.get("Encoding"),(0,o.isDict)(p)){if(f=p.get("BaseEncoding"),f=(0,o.isName)(f)?f.name:null,p.has("Differences"))for(var g=p.get("Differences"),b=0,v=0,w=g.length;v<w;v++){var y=n.fetchIfRef(g[v]);if((0,a.isNum)(y))b=y;else{if(!(0,o.isName)(y))throw new a.FormatError(`Invalid entry in 'Differences' array: ${y}`);m[b++]=y.name}}}else{if(!(0,o.isName)(p))throw new a.FormatError("Encoding is not a Name nor a Dict");f=p.name}"MacRomanEncoding"!==f&&"MacExpertEncoding"!==f&&"WinAnsiEncoding"!==f&&(f=null)}if(f)r.defaultEncoding=(0,s.getEncoding)(f).slice();else{var x=!!(r.flags&i.FontFlags.Symbolic),k=!!(r.flags&i.FontFlags.Nonsymbolic);p=s.StandardEncoding,"TrueType"!==r.type||k||(p=s.WinAnsiEncoding),x&&(p=s.MacRomanEncoding,r.file||(/Symbol/i.test(r.name)?p=s.SymbolSetEncoding:/Dingbats|Wingdings/i.test(r.name)&&(p=s.ZapfDingbatsEncoding))),r.defaultEncoding=p}return r.differences=m,r.baseEncodingName=f,r.hasEncoding=!!f||m.length>0,r.dict=e,d.then((e=>(r.toUnicode=e,this.buildToUnicode(r)))).then((e=>(r.toUnicode=e,l&&(r.cidToGidMap=this.readCidToGidMap(l,e)),r)))},_buildSimpleFontToUnicode(e,t=!1){(0,a.assert)(!e.composite,"Must be a simple font.");const r=[],n=e.defaultEncoding.slice(),o=e.baseEncodingName,l=e.differences;for(const a in l){const e=l[a];".notdef"!==e&&(n[a]=e)}const d=(0,g.getGlyphsUnicode)();for(const a in n){let i=n[a];if(""!==i)if(void 0!==d[i])r[a]=String.fromCharCode(d[i]);else{let n=0;switch(i[0]){case"G":3===i.length&&(n=parseInt(i.substring(1),16));break;case"g":5===i.length&&(n=parseInt(i.substring(1),16));break;case"C":case"c":if(i.length>=3&&i.length<=4){const r=i.substring(1);if(t){n=parseInt(r,16);break}if(n=+r,Number.isNaN(n)&&Number.isInteger(parseInt(r,16)))return this._buildSimpleFontToUnicode(e,!0)}break;default:const r=(0,c.getUnicodeForGlyph)(i,d);-1!==r&&(n=r)}if(n>0&&n<=1114111&&Number.isInteger(n)){if(o&&n===+a){const e=(0,s.getEncoding)(o);if(e&&(i=e[a])){r[a]=String.fromCharCode(d[i]);continue}}r[a]=String.fromCodePoint(n)}}}return new i.ToUnicodeMap(r)},buildToUnicode(e){if(e.hasIncludedToUnicodeMap=!!e.toUnicode&&e.toUnicode.length>0,e.hasIncludedToUnicodeMap)return!e.composite&&e.hasEncoding&&(e.fallbackToUnicode=this._buildSimpleFontToUnicode(e)),Promise.resolve(e.toUnicode);if(!e.composite)return Promise.resolve(this._buildSimpleFontToUnicode(e));if(e.composite&&(e.cMap.builtInCMap&&!(e.cMap instanceof n.IdentityCMap)||"Adobe"===e.cidSystemInfo.registry&&("GB1"===e.cidSystemInfo.ordering||"CNS1"===e.cidSystemInfo.ordering||"Japan1"===e.cidSystemInfo.ordering||"Korea1"===e.cidSystemInfo.ordering))){const t=e.cidSystemInfo.registry,r=e.cidSystemInfo.ordering,s=o.Name.get(t+"-"+r+"-UCS2");return n.CMapFactory.create({encoding:s,fetchBuiltInCMap:this.fetchBuiltInCMap,useCMap:null}).then((function(t){const r=e.cMap,n=[];return r.forEach((function(e,r){if(r>65535)throw new a.FormatError("Max size of CID is 65,535");const o=t.lookup(r);o&&(n[e]=String.fromCharCode((o.charCodeAt(0)<<8)+o.charCodeAt(1)))})),new i.ToUnicodeMap(n)}))}return Promise.resolve(new i.IdentityToUnicodeMap(e.firstChar,e.lastChar))},readToUnicode:function(e){var t=e;return(0,o.isName)(t)?n.CMapFactory.create({encoding:t,fetchBuiltInCMap:this.fetchBuiltInCMap,useCMap:null}).then((function(e){return e instanceof n.IdentityCMap?new i.IdentityToUnicodeMap(0,65535):new i.ToUnicodeMap(e.getMap())})):(0,o.isStream)(t)?n.CMapFactory.create({encoding:t,fetchBuiltInCMap:this.fetchBuiltInCMap,useCMap:null}).then((function(e){if(e instanceof n.IdentityCMap)return new i.IdentityToUnicodeMap(0,65535);var t=new Array(e.length);return e.forEach((function(e,r){for(var a=[],n=0;n<r.length;n+=2){var o=r.charCodeAt(n)<<8|r.charCodeAt(n+1);if(55296===(63488&o)){n+=2;var i=r.charCodeAt(n)<<8|r.charCodeAt(n+1);a.push(((1023&o)<<10)+(1023&i)+65536)}else a.push(o)}t[e]=String.fromCodePoint.apply(String,a)})),new i.ToUnicodeMap(t)}),(e=>{if(e instanceof a.AbortException)return null;if(this.options.ignoreErrors)return this.handler.send("UnsupportedFeature",{featureId:a.UNSUPPORTED_FEATURES.errorFontToUnicode}),(0,a.warn)(`readToUnicode - ignoring ToUnicode data: "${e}".`),null;throw e})):Promise.resolve(null)},readCidToGidMap(e,t){for(var r=[],a=0,n=e.length;a<n;a++){var o=e[a++]<<8|e[a];const n=a>>1;(0!==o||t.has(n))&&(r[n]=o)}return r},extractWidths:function(e,t,r){var a,n,s,l,c,d,u,h,p=this.xref,m=[],f=0,g=[];if(r.composite){if(f=e.has("DW")?e.get("DW"):1e3,h=e.get("W"),h)for(n=0,s=h.length;n<s;n++)if(d=p.fetchIfRef(h[n++]),u=p.fetchIfRef(h[n]),Array.isArray(u))for(l=0,c=u.length;l<c;l++)m[d++]=p.fetchIfRef(u[l]);else{var b=p.fetchIfRef(h[++n]);for(l=d;l<=u;l++)m[l]=b}if(r.vertical){var v=e.getArray("DW2")||[880,-1e3];if(a=[v[1],.5*f,v[0]],v=e.get("W2"),v)for(n=0,s=v.length;n<s;n++)if(d=p.fetchIfRef(v[n++]),u=p.fetchIfRef(v[n]),Array.isArray(u))for(l=0,c=u.length;l<c;l++)g[d++]=[p.fetchIfRef(u[l++]),p.fetchIfRef(u[l++]),p.fetchIfRef(u[l])];else{var w=[p.fetchIfRef(v[++n]),p.fetchIfRef(v[++n]),p.fetchIfRef(v[++n])];for(l=d;l<=u;l++)g[l]=w}}}else{var y=r.firstChar;if(h=e.get("Widths"),h){for(l=y,n=0,s=h.length;n<s;n++)m[l++]=p.fetchIfRef(h[n]);f=parseFloat(t.get("MissingWidth"))||0}else{var x=e.get("BaseFont");if((0,o.isName)(x)){var k=this.getBaseFontMetrics(x.name);m=this.buildCharCodeToWidth(k.widths,r),f=k.defaultWidth}}}var A=!0,C=f;for(var S in m){var _=m[S];if(_)if(C){if(C!==_){A=!1;break}}else C=_}A&&(r.flags|=i.FontFlags.FixedPitch),r.defaultWidth=f,r.widths=m,r.defaultVMetrics=a,r.vmetrics=g},isSerifFont:function(e){var t=e.split("-")[0];return t in(0,d.getSerifFonts)()||-1!==t.search(/serif/gi)},getBaseFontMetrics:function(e){var t=0,r=[],n=!1,o=(0,d.getStdFontMap)(),i=o[e]||e,s=(0,b.getMetrics)();i in s||(i=this.isSerifFont(e)?"Times-Roman":"Helvetica");var l=s[i];return(0,a.isNum)(l)?(t=l,n=!0):r=l(),{defaultWidth:t,monospace:n,widths:r}},buildCharCodeToWidth:function(e,t){for(var r=Object.create(null),a=t.differences,n=t.defaultEncoding,o=0;o<256;o++)o in a&&e[a[o]]?r[o]=e[a[o]]:o in n&&e[n[o]]&&(r[o]=e[n[o]]);return r},preEvaluateFont:function(e){var t=e,r=e.get("Subtype");if(!(0,o.isName)(r))throw new a.FormatError("invalid font Subtype");var n,i=!1;if("Type0"===r.name){var s=e.get("DescendantFonts");if(!s)throw new a.FormatError("Descendant fonts are not specified");if(e=Array.isArray(s)?this.xref.fetchIfRef(s[0]):s,r=e.get("Subtype"),!(0,o.isName)(r))throw new a.FormatError("invalid font Subtype");i=!0}var l=e.get("FontDescriptor");if(l){var c=new y.MurmurHash3_64,d=t.getRaw("Encoding");if((0,o.isName)(d))c.update(d.name);else if((0,o.isRef)(d))c.update(d.toString());else if((0,o.isDict)(d))for(var u=d.getKeys(),h=0,p=u.length;h<p;h++){var m=d.getRaw(u[h]);if((0,o.isName)(m))c.update(m.name);else if((0,o.isRef)(m))c.update(m.toString());else if(Array.isArray(m)){for(var f=m.length,g=new Array(f),b=0;b<f;b++){var v=m[b];(0,o.isName)(v)?g[b]=v.name:((0,a.isNum)(v)||(0,o.isRef)(v))&&(g[b]=v.toString())}c.update(g.join())}}const r=e.get("FirstChar")||0,s=e.get("LastChar")||(i?65535:255);c.update(`${r}-${s}`);var w=e.get("ToUnicode")||t.get("ToUnicode");if((0,o.isStream)(w)){var x=w.str||w;n=x.buffer?new Uint8Array(x.buffer.buffer,0,x.bufferLength):new Uint8Array(x.bytes.buffer,x.start,x.end-x.start),c.update(n)}else(0,o.isName)(w)&&c.update(w.name);var k=e.get("Widths")||t.get("Widths");k&&(n=new Uint8Array(new Uint32Array(k).buffer),c.update(n))}return{descriptor:l,dict:e,baseDict:t,composite:i,type:r.name,hash:c?c.hexdigest():""}},translateFont:function(e){var t,r=e.baseDict,s=e.dict,l=e.composite,c=e.descriptor,u=e.type,h=l?65535:255;const p=s.get("FirstChar")||0,m=s.get("LastChar")||h;if(!c){if("Type3"!==u){var f=s.get("BaseFont");if(!(0,o.isName)(f))throw new a.FormatError("Base font is not specified");f=f.name.replace(/[,_]/g,"-");var g=this.getBaseFontMetrics(f),b=f.split("-")[0],v=(this.isSerifFont(b)?i.FontFlags.Serif:0)|(g.monospace?i.FontFlags.FixedPitch:0)|((0,d.getSymbolsFonts)()[b]?i.FontFlags.Symbolic:i.FontFlags.Nonsymbolic);t={type:u,name:f,widths:g.widths,defaultWidth:g.defaultWidth,flags:v,firstChar:p,lastChar:m};const e=s.get("Widths");return this.extractDataStructures(s,s,t).then((t=>{if(e){const r=[];let a=p;for(let t=0,n=e.length;t<n;t++)r[a++]=this.xref.fetchIfRef(e[t]);t.widths=r}else t.widths=this.buildCharCodeToWidth(g.widths,t);return new i.Font(f,null,t)}))}c=new o.Dict(null),c.set("FontName",o.Name.get(u)),c.set("FontBBox",s.getArray("FontBBox")||[0,0,0,0])}var w=c.get("FontName"),y=s.get("BaseFont");if((0,a.isString)(w)&&(w=o.Name.get(w)),(0,a.isString)(y)&&(y=o.Name.get(y)),"Type3"!==u){var x=w&&w.name,k=y&&y.name;x!==k&&((0,a.info)(`The FontDescriptor's FontName is "${x}" but should be the same as the Font's BaseFont "${k}".`),x&&k&&k.startsWith(x)&&(w=y))}if(w=w||y,!(0,o.isName)(w))throw new a.FormatError("invalid font name");var A,C=c.get("FontFile","FontFile2","FontFile3");if(C&&C.dict){var S=C.dict.get("Subtype");S&&(S=S.name);var _=C.dict.get("Length1"),E=C.dict.get("Length2"),P=C.dict.get("Length3")}if(t={type:u,name:w.name,subtype:S,file:C,length1:_,length2:E,length3:P,loadedName:r.loadedName,composite:l,fixedPitch:!1,fontMatrix:s.getArray("FontMatrix")||a.FONT_IDENTITY_MATRIX,firstChar:p||0,lastChar:m||h,bbox:c.getArray("FontBBox"),ascent:c.get("Ascent"),descent:c.get("Descent"),xHeight:c.get("XHeight"),capHeight:c.get("CapHeight"),flags:c.get("Flags"),italicAngle:c.get("ItalicAngle"),isType3Font:!1},l){var T=r.get("Encoding");(0,o.isName)(T)&&(t.cidEncoding=T.name),A=n.CMapFactory.create({encoding:T,fetchBuiltInCMap:this.fetchBuiltInCMap,useCMap:null}).then((function(e){t.cMap=e,t.vertical=t.cMap.vertical}))}else A=Promise.resolve(void 0);return A.then((()=>this.extractDataStructures(s,r,t))).then((e=>(this.extractWidths(s,c,e),"Type3"===u&&(e.isType3Font=!0),new i.Font(w.name,C,e))))}},t.buildFontPaths=function(e,t,r){function a(t){e.renderer.hasBuiltPath(t)||r.send("commonobj",[`${e.loadedName}_path_${t}`,"FontPath",e.renderer.getPathJs(t)])}for(const n of t){a(n.fontChar);const e=n.accent;e&&e.fontChar&&a(e.fontChar)}},t.getFallbackFontDict=function(){if(this._fallbackFontDict)return this._fallbackFontDict;const e=new o.Dict;return e.set("BaseFont",o.Name.get("PDFJS-FallbackFont")),e.set("Type",o.Name.get("FallbackType")),e.set("Subtype",o.Name.get("FallbackType")),e.set("Encoding",o.Name.get("WinAnsiEncoding")),this._fallbackFontDict=e},t}();t.PartialEvaluator=A;class C{constructor({loadedName:e,font:t,dict:r,extraProperties:a=!1}){this.loadedName=e,this.font=t,this.dict=r,this._extraProperties=a,this.type3Loaded=null,this.sent=!1}send(e){this.sent||(this.sent=!0,e.send("commonobj",[this.loadedName,"Font",this.font.exportData(this._extraProperties)]))}fallback(e){if(!this.font.data)return;this.font.disableFontFace=!0;const t=this.font.glyphCacheValues;A.buildFontPaths(this.font,t,e)}loadType3Data(e,t,r,n){if(!this.font.isType3Font)throw new Error("Must be a Type3 font.");if(this.type3Loaded)return this.type3Loaded;var o=Object.create(e.options);o.ignoreErrors=!1;var i=e.clone(o);i.parsingType3Font=!0;for(var s=this.font,l=Promise.resolve(),c=this.dict.get("CharProcs"),d=this.dict.get("Resources")||t,u=c.getKeys(),h=Object.create(null),p=0,m=u.length;p<m;++p){const e=u[p];l=l.then((function(){var t=c.get(e),o=new x.OperatorList;return i.getOperatorList({stream:t,task:n,resources:d,operatorList:o}).then((function(){h[e]=o.getIR(),r.addDependencies(o.dependencies)})).catch((function(t){(0,a.warn)(`Type3 font resource "${e}" is not available.`);const r=new x.OperatorList;h[e]=r.getIR()}))}))}return this.type3Loaded=l.then((function(){s.charProcOperatorList=h})),this.type3Loaded}}var S=function(){function e(e){this.state=e,this.stateStack=[]}return e.prototype={save(){var e=this.state;this.stateStack.push(this.state),this.state=e.clone()},restore(){var e=this.stateStack.pop();e&&(this.state=e)},transform(e){this.state.ctm=a.Util.transform(this.state.ctm,e)}},e}(),_=function(){function e(){this.ctm=new Float32Array(a.IDENTITY_MATRIX),this.fontName=null,this.fontSize=0,this.font=null,this.fontMatrix=a.FONT_IDENTITY_MATRIX,this.textMatrix=a.IDENTITY_MATRIX.slice(),this.textLineMatrix=a.IDENTITY_MATRIX.slice(),this.charSpacing=0,this.wordSpacing=0,this.leading=0,this.textHScale=1,this.textRise=0}return e.prototype={setTextMatrix:function(e,t,r,a,n,o){var i=this.textMatrix;i[0]=e,i[1]=t,i[2]=r,i[3]=a,i[4]=n,i[5]=o},setTextLineMatrix:function(e,t,r,a,n,o){var i=this.textLineMatrix;i[0]=e,i[1]=t,i[2]=r,i[3]=a,i[4]=n,i[5]=o},translateTextMatrix:function(e,t){var r=this.textMatrix;r[4]=r[0]*e+r[2]*t+r[4],r[5]=r[1]*e+r[3]*t+r[5]},translateTextLineMatrix:function(e,t){var r=this.textLineMatrix;r[4]=r[0]*e+r[2]*t+r[4],r[5]=r[1]*e+r[3]*t+r[5]},calcTextLineMatrixAdvance:function(e,t,r,a,n,o){var i=this.font;if(!i)return null;var s=this.textLineMatrix;if(e!==s[0]||t!==s[1]||r!==s[2]||a!==s[3])return null;var l=n-s[4],c=o-s[5];if(i.vertical&&0!==l||!i.vertical&&0!==c)return null;var d,u,h=e*a-t*r;return i.vertical?(d=-c*r/h,u=c*e/h):(d=l*a/h,u=-l*t/h),{width:d,height:u,value:i.vertical?u:d}},calcRenderMatrix:function(e){var t=[this.fontSize*this.textHScale,0,0,this.fontSize,0,this.textRise];return a.Util.transform(e,a.Util.transform(this.textMatrix,t))},carriageReturn:function(){this.translateTextLineMatrix(0,-this.leading),this.textMatrix=this.textLineMatrix.slice()},clone:function(){var e=Object.create(this);return e.textMatrix=this.textMatrix.slice(),e.textLineMatrix=this.textLineMatrix.slice(),e.fontMatrix=this.fontMatrix.slice(),e}},e}(),E=function(){function e(){this.ctm=new Float32Array(a.IDENTITY_MATRIX),this.font=null,this.textRenderingMode=a.TextRenderingMode.FILL,this.fillColorSpace=m.ColorSpace.singletons.gray,this.strokeColorSpace=m.ColorSpace.singletons.gray}return e.prototype={clone:function(){return Object.create(this)}},e}(),P=function(){var e=(0,l.getLookupTableFactory)((function(e){e.w={id:a.OPS.setLineWidth,numArgs:1,variableArgs:!1},e.J={id:a.OPS.setLineCap,numArgs:1,variableArgs:!1},e.j={id:a.OPS.setLineJoin,numArgs:1,variableArgs:!1},e.M={id:a.OPS.setMiterLimit,numArgs:1,variableArgs:!1},e.d={id:a.OPS.setDash,numArgs:2,variableArgs:!1},e.ri={id:a.OPS.setRenderingIntent,numArgs:1,variableArgs:!1},e.i={id:a.OPS.setFlatness,numArgs:1,variableArgs:!1},e.gs={id:a.OPS.setGState,numArgs:1,variableArgs:!1},e.q={id:a.OPS.save,numArgs:0,variableArgs:!1},e.Q={id:a.OPS.restore,numArgs:0,variableArgs:!1},e.cm={id:a.OPS.transform,numArgs:6,variableArgs:!1},e.m={id:a.OPS.moveTo,numArgs:2,variableArgs:!1},e.l={id:a.OPS.lineTo,numArgs:2,variableArgs:!1},e.c={id:a.OPS.curveTo,numArgs:6,variableArgs:!1},e.v={id:a.OPS.curveTo2,numArgs:4,variableArgs:!1},e.y={id:a.OPS.curveTo3,numArgs:4,variableArgs:!1},e.h={id:a.OPS.closePath,numArgs:0,variableArgs:!1},e.re={id:a.OPS.rectangle,numArgs:4,variableArgs:!1},e.S={id:a.OPS.stroke,numArgs:0,variableArgs:!1},e.s={id:a.OPS.closeStroke,numArgs:0,variableArgs:!1},e.f={id:a.OPS.fill,numArgs:0,variableArgs:!1},e.F={id:a.OPS.fill,numArgs:0,variableArgs:!1},e["f*"]={id:a.OPS.eoFill,numArgs:0,variableArgs:!1},e.B={id:a.OPS.fillStroke,numArgs:0,variableArgs:!1},e["B*"]={id:a.OPS.eoFillStroke,numArgs:0,variableArgs:!1},e.b={id:a.OPS.closeFillStroke,numArgs:0,variableArgs:!1},e["b*"]={id:a.OPS.closeEOFillStroke,numArgs:0,variableArgs:!1},e.n={id:a.OPS.endPath,numArgs:0,variableArgs:!1},e.W={id:a.OPS.clip,numArgs:0,variableArgs:!1},e["W*"]={id:a.OPS.eoClip,numArgs:0,variableArgs:!1},e.BT={id:a.OPS.beginText,numArgs:0,variableArgs:!1},e.ET={id:a.OPS.endText,numArgs:0,variableArgs:!1},e.Tc={id:a.OPS.setCharSpacing,numArgs:1,variableArgs:!1},e.Tw={id:a.OPS.setWordSpacing,numArgs:1,variableArgs:!1},e.Tz={id:a.OPS.setHScale,numArgs:1,variableArgs:!1},e.TL={id:a.OPS.setLeading,numArgs:1,variableArgs:!1},e.Tf={id:a.OPS.setFont,numArgs:2,variableArgs:!1},e.Tr={id:a.OPS.setTextRenderingMode,numArgs:1,variableArgs:!1},e.Ts={id:a.OPS.setTextRise,numArgs:1,variableArgs:!1},e.Td={id:a.OPS.moveText,numArgs:2,variableArgs:!1},e.TD={id:a.OPS.setLeadingMoveText,numArgs:2,variableArgs:!1},e.Tm={id:a.OPS.setTextMatrix,numArgs:6,variableArgs:!1},e["T*"]={id:a.OPS.nextLine,numArgs:0,variableArgs:!1},e.Tj={id:a.OPS.showText,numArgs:1,variableArgs:!1},e.TJ={id:a.OPS.showSpacedText,numArgs:1,variableArgs:!1},e["'"]={id:a.OPS.nextLineShowText,numArgs:1,variableArgs:!1},e['"']={id:a.OPS.nextLineSetSpacingShowText,numArgs:3,variableArgs:!1},e.d0={id:a.OPS.setCharWidth,numArgs:2,variableArgs:!1},e.d1={id:a.OPS.setCharWidthAndBounds,numArgs:6,variableArgs:!1},e.CS={id:a.OPS.setStrokeColorSpace,numArgs:1,variableArgs:!1},e.cs={id:a.OPS.setFillColorSpace,numArgs:1,variableArgs:!1},e.SC={id:a.OPS.setStrokeColor,numArgs:4,variableArgs:!0},e.SCN={id:a.OPS.setStrokeColorN,numArgs:33,variableArgs:!0},e.sc={id:a.OPS.setFillColor,numArgs:4,variableArgs:!0},e.scn={id:a.OPS.setFillColorN,numArgs:33,variableArgs:!0},e.G={id:a.OPS.setStrokeGray,numArgs:1,variableArgs:!1},e.g={id:a.OPS.setFillGray,numArgs:1,variableArgs:!1},e.RG={id:a.OPS.setStrokeRGBColor,numArgs:3,variableArgs:!1},e.rg={id:a.OPS.setFillRGBColor,numArgs:3,variableArgs:!1},e.K={id:a.OPS.setStrokeCMYKColor,numArgs:4,variableArgs:!1},e.k={id:a.OPS.setFillCMYKColor,numArgs:4,variableArgs:!1},e.sh={id:a.OPS.shadingFill,numArgs:1,variableArgs:!1},e.BI={id:a.OPS.beginInlineImage,numArgs:0,variableArgs:!1},e.ID={id:a.OPS.beginImageData,numArgs:0,variableArgs:!1},e.EI={id:a.OPS.endInlineImage,numArgs:1,variableArgs:!1},e.Do={id:a.OPS.paintXObject,numArgs:1,variableArgs:!1},e.MP={id:a.OPS.markPoint,numArgs:1,variableArgs:!1},e.DP={id:a.OPS.markPointProps,numArgs:2,variableArgs:!1},e.BMC={id:a.OPS.beginMarkedContent,numArgs:1,variableArgs:!1},e.BDC={id:a.OPS.beginMarkedContentProps,numArgs:2,variableArgs:!1},e.EMC={id:a.OPS.endMarkedContent,numArgs:0,variableArgs:!1},e.BX={id:a.OPS.beginCompat,numArgs:0,variableArgs:!1},e.EX={id:a.OPS.endCompat,numArgs:0,variableArgs:!1},e.BM=null,e.BD=null,e.true=null,e.fa=null,e.fal=null,e.fals=null,e.false=null,e.nu=null,e.nul=null,e.null=null}));const t=20;function r(t,r,a){this.opMap=e(),this.parser=new h.Parser({lexer:new h.Lexer(t,this.opMap),xref:r}),this.stateManager=a,this.nonProcessedArgs=[],this._numInvalidPathOPS=0}return r.prototype={get savedStatesDepth(){return this.stateManager.stateStack.length},read:function(e){var r=e.args;while(1){var n=this.parser.getObj();if(n instanceof o.Cmd){var i=n.cmd,s=this.opMap[i];if(!s){(0,a.warn)(`Unknown command "${i}".`);continue}var l=s.id,c=s.numArgs,d=null!==r?r.length:0;if(s.variableArgs)d>c&&(0,a.info)(`Command ${i}: expected [0, ${c}] args, but received ${d} args.`);else{if(d!==c){var u=this.nonProcessedArgs;while(d>c)u.push(r.shift()),d--;while(d<c&&0!==u.length)null===r&&(r=[]),r.unshift(u.pop()),d++}if(d<c){const e=`command ${i}: expected ${c} args, but received ${d} args.`;if(l>=a.OPS.moveTo&&l<=a.OPS.endPath&&++this._numInvalidPathOPS>t)throw new a.FormatError(`Invalid ${e}`);(0,a.warn)(`Skipping ${e}`),null!==r&&(r.length=0);continue}}return this.preprocessCommand(l,r),e.fn=l,e.args=r,!0}if(n===o.EOF)return!1;if(null!==n&&(null===r&&(r=[]),r.push(n),r.length>33))throw new a.FormatError("Too many arguments")}},preprocessCommand:function(e,t){switch(0|e){case a.OPS.save:this.stateManager.save();break;case a.OPS.restore:this.stateManager.restore();break;case a.OPS.transform:this.stateManager.transform(t);break}}},r}()},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CMapFactory=t.IdentityCMap=t.CMap=void 0;var a=r(2),n=r(5),o=r(11),i=r(8),s=r(12),l=["Adobe-GB1-UCS2","Adobe-CNS1-UCS2","Adobe-Japan1-UCS2","Adobe-Korea1-UCS2","78-EUC-H","78-EUC-V","78-H","78-RKSJ-H","78-RKSJ-V","78-V","78ms-RKSJ-H","78ms-RKSJ-V","83pv-RKSJ-H","90ms-RKSJ-H","90ms-RKSJ-V","90msp-RKSJ-H","90msp-RKSJ-V","90pv-RKSJ-H","90pv-RKSJ-V","Add-H","Add-RKSJ-H","Add-RKSJ-V","Add-V","Adobe-CNS1-0","Adobe-CNS1-1","Adobe-CNS1-2","Adobe-CNS1-3","Adobe-CNS1-4","Adobe-CNS1-5","Adobe-CNS1-6","Adobe-GB1-0","Adobe-GB1-1","Adobe-GB1-2","Adobe-GB1-3","Adobe-GB1-4","Adobe-GB1-5","Adobe-Japan1-0","Adobe-Japan1-1","Adobe-Japan1-2","Adobe-Japan1-3","Adobe-Japan1-4","Adobe-Japan1-5","Adobe-Japan1-6","Adobe-Korea1-0","Adobe-Korea1-1","Adobe-Korea1-2","B5-H","B5-V","B5pc-H","B5pc-V","CNS-EUC-H","CNS-EUC-V","CNS1-H","CNS1-V","CNS2-H","CNS2-V","ETHK-B5-H","ETHK-B5-V","ETen-B5-H","ETen-B5-V","ETenms-B5-H","ETenms-B5-V","EUC-H","EUC-V","Ext-H","Ext-RKSJ-H","Ext-RKSJ-V","Ext-V","GB-EUC-H","GB-EUC-V","GB-H","GB-V","GBK-EUC-H","GBK-EUC-V","GBK2K-H","GBK2K-V","GBKp-EUC-H","GBKp-EUC-V","GBT-EUC-H","GBT-EUC-V","GBT-H","GBT-V","GBTpc-EUC-H","GBTpc-EUC-V","GBpc-EUC-H","GBpc-EUC-V","H","HKdla-B5-H","HKdla-B5-V","HKdlb-B5-H","HKdlb-B5-V","HKgccs-B5-H","HKgccs-B5-V","HKm314-B5-H","HKm314-B5-V","HKm471-B5-H","HKm471-B5-V","HKscs-B5-H","HKscs-B5-V","Hankaku","Hiragana","KSC-EUC-H","KSC-EUC-V","KSC-H","KSC-Johab-H","KSC-Johab-V","KSC-V","KSCms-UHC-H","KSCms-UHC-HW-H","KSCms-UHC-HW-V","KSCms-UHC-V","KSCpc-EUC-H","KSCpc-EUC-V","Katakana","NWP-H","NWP-V","RKSJ-H","RKSJ-V","Roman","UniCNS-UCS2-H","UniCNS-UCS2-V","UniCNS-UTF16-H","UniCNS-UTF16-V","UniCNS-UTF32-H","UniCNS-UTF32-V","UniCNS-UTF8-H","UniCNS-UTF8-V","UniGB-UCS2-H","UniGB-UCS2-V","UniGB-UTF16-H","UniGB-UTF16-V","UniGB-UTF32-H","UniGB-UTF32-V","UniGB-UTF8-H","UniGB-UTF8-V","UniJIS-UCS2-H","UniJIS-UCS2-HW-H","UniJIS-UCS2-HW-V","UniJIS-UCS2-V","UniJIS-UTF16-H","UniJIS-UTF16-V","UniJIS-UTF32-H","UniJIS-UTF32-V","UniJIS-UTF8-H","UniJIS-UTF8-V","UniJIS2004-UTF16-H","UniJIS2004-UTF16-V","UniJIS2004-UTF32-H","UniJIS2004-UTF32-V","UniJIS2004-UTF8-H","UniJIS2004-UTF8-V","UniJISPro-UCS2-HW-V","UniJISPro-UCS2-V","UniJISPro-UTF8-V","UniJISX0213-UTF32-H","UniJISX0213-UTF32-V","UniJISX02132004-UTF32-H","UniJISX02132004-UTF32-V","UniKS-UCS2-H","UniKS-UCS2-V","UniKS-UTF16-H","UniKS-UTF16-V","UniKS-UTF32-H","UniKS-UTF32-V","UniKS-UTF8-H","UniKS-UTF8-V","V","WP-Symbol"];const c=2**24-1;class d{constructor(e=!1){this.codespaceRanges=[[],[],[],[]],this.numCodespaceRanges=0,this._map=[],this.name="",this.vertical=!1,this.useCMap=null,this.builtInCMap=e}addCodespaceRange(e,t,r){this.codespaceRanges[e-1].push(t,r),this.numCodespaceRanges++}mapCidRange(e,t,r){if(t-e>c)throw new Error("mapCidRange - ignoring data above MAX_MAP_RANGE.");while(e<=t)this._map[e++]=r++}mapBfRange(e,t,r){if(t-e>c)throw new Error("mapBfRange - ignoring data above MAX_MAP_RANGE.");var a=r.length-1;while(e<=t)this._map[e++]=r,r=r.substring(0,a)+String.fromCharCode(r.charCodeAt(a)+1)}mapBfRangeToArray(e,t,r){if(t-e>c)throw new Error("mapBfRangeToArray - ignoring data above MAX_MAP_RANGE.");const a=r.length;let n=0;while(e<=t&&n<a)this._map[e]=r[n++],++e}mapOne(e,t){this._map[e]=t}lookup(e){return this._map[e]}contains(e){return void 0!==this._map[e]}forEach(e){const t=this._map,r=t.length;if(r<=65536)for(let a=0;a<r;a++)void 0!==t[a]&&e(a,t[a]);else for(const a in t)e(a,t[a])}charCodeOf(e){const t=this._map;if(t.length<=65536)return t.indexOf(e);for(const r in t)if(t[r]===e)return 0|r;return-1}getMap(){return this._map}readCharCode(e,t,r){let a=0;const n=this.codespaceRanges;for(let o=0,i=n.length;o<i;o++){a=(a<<8|e.charCodeAt(t+o))>>>0;const i=n[o];for(let e=0,t=i.length;e<t;){const t=i[e++],n=i[e++];if(a>=t&&a<=n)return r.charcode=a,void(r.length=o+1)}}r.charcode=0,r.length=1}get length(){return this._map.length}get isIdentityCMap(){if("Identity-H"!==this.name&&"Identity-V"!==this.name)return!1;if(65536!==this._map.length)return!1;for(let e=0;e<65536;e++)if(this._map[e]!==e)return!1;return!0}}t.CMap=d;class u extends d{constructor(e,t){super(),this.vertical=e,this.addCodespaceRange(t,0,65535)}mapCidRange(e,t,r){(0,a.unreachable)("should not call mapCidRange")}mapBfRange(e,t,r){(0,a.unreachable)("should not call mapBfRange")}mapBfRangeToArray(e,t,r){(0,a.unreachable)("should not call mapBfRangeToArray")}mapOne(e,t){(0,a.unreachable)("should not call mapCidOne")}lookup(e){return Number.isInteger(e)&&e<=65535?e:void 0}contains(e){return Number.isInteger(e)&&e<=65535}forEach(e){for(let t=0;t<=65535;t++)e(t,t)}charCodeOf(e){return Number.isInteger(e)&&e<=65535?e:-1}getMap(){const e=new Array(65536);for(let t=0;t<=65535;t++)e[t]=t;return e}get length(){return 65536}get isIdentityCMap(){(0,a.unreachable)("should not access .isIdentityCMap")}}t.IdentityCMap=u;var h=function(){function e(e,t){for(var r=0,a=0;a<=t;a++)r=r<<8|e[a];return r>>>0}function t(e,t){return 1===t?String.fromCharCode(e[0],e[1]):3===t?String.fromCharCode(e[0],e[1],e[2],e[3]):String.fromCharCode.apply(null,e.subarray(0,t+1))}function r(e,t,r){for(var a=0,n=r;n>=0;n--)a+=e[n]+t[n],e[n]=255&a,a>>=8}function n(e,t){for(var r=1,a=t;a>=0&&r>0;a--)r+=e[a],e[a]=255&r,r>>=8}var o=16,i=19;function s(e){this.buffer=e,this.pos=0,this.end=e.length,this.tmpBuf=new Uint8Array(i)}function l(a,i,l){return new Promise((function(c,d){var u=new s(a),h=u.readByte();i.vertical=!!(1&h);var p,m,f=null,g=new Uint8Array(o),b=new Uint8Array(o),v=new Uint8Array(o),w=new Uint8Array(o),y=new Uint8Array(o);while((m=u.readByte())>=0){var x=m>>5;if(7!==x){var k=!!(16&m),A=15&m;if(A+1>o)throw new Error("processBinaryCMap: Invalid dataSize.");var C,S=1,_=u.readNumber();switch(x){case 0:for(u.readHex(g,A),u.readHexNumber(b,A),r(b,g,A),i.addCodespaceRange(A+1,e(g,A),e(b,A)),C=1;C<_;C++)n(b,A),u.readHexNumber(g,A),r(g,b,A),u.readHexNumber(b,A),r(b,g,A),i.addCodespaceRange(A+1,e(g,A),e(b,A));break;case 1:for(u.readHex(g,A),u.readHexNumber(b,A),r(b,g,A),u.readNumber(),C=1;C<_;C++)n(b,A),u.readHexNumber(g,A),r(g,b,A),u.readHexNumber(b,A),r(b,g,A),u.readNumber();break;case 2:for(u.readHex(v,A),p=u.readNumber(),i.mapOne(e(v,A),p),C=1;C<_;C++)n(v,A),k||(u.readHexNumber(y,A),r(v,y,A)),p=u.readSigned()+(p+1),i.mapOne(e(v,A),p);break;case 3:for(u.readHex(g,A),u.readHexNumber(b,A),r(b,g,A),p=u.readNumber(),i.mapCidRange(e(g,A),e(b,A),p),C=1;C<_;C++)n(b,A),k?g.set(b):(u.readHexNumber(g,A),r(g,b,A)),u.readHexNumber(b,A),r(b,g,A),p=u.readNumber(),i.mapCidRange(e(g,A),e(b,A),p);break;case 4:for(u.readHex(v,S),u.readHex(w,A),i.mapOne(e(v,S),t(w,A)),C=1;C<_;C++)n(v,S),k||(u.readHexNumber(y,S),r(v,y,S)),n(w,A),u.readHexSigned(y,A),r(w,y,A),i.mapOne(e(v,S),t(w,A));break;case 5:for(u.readHex(g,S),u.readHexNumber(b,S),r(b,g,S),u.readHex(w,A),i.mapBfRange(e(g,S),e(b,S),t(w,A)),C=1;C<_;C++)n(b,S),k?g.set(b):(u.readHexNumber(g,S),r(g,b,S)),u.readHexNumber(b,S),r(b,g,S),u.readHex(w,A),i.mapBfRange(e(g,S),e(b,S),t(w,A));break;default:return void d(new Error("processBinaryCMap: Unknown type: "+x))}}else switch(31&m){case 0:u.readString();break;case 1:f=u.readString();break}}c(f?l(f):i)}))}function c(){}return s.prototype={readByte(){return this.pos>=this.end?-1:this.buffer[this.pos++]},readNumber(){var e,t=0;do{var r=this.readByte();if(r<0)throw new a.FormatError("unexpected EOF in bcmap");e=!(128&r),t=t<<7|127&r}while(!e);return t},readSigned(){var e=this.readNumber();return 1&e?~(e>>>1):e>>>1},readHex(e,t){e.set(this.buffer.subarray(this.pos,this.pos+t+1)),this.pos+=t+1},readHexNumber(e,t){var r,n=this.tmpBuf,o=0;do{var i=this.readByte();if(i<0)throw new a.FormatError("unexpected EOF in bcmap");r=!(128&i),n[o++]=127&i}while(!r);var s=t,l=0,c=0;while(s>=0){while(c<8&&n.length>0)l=n[--o]<<c|l,c+=7;e[s]=255&l,s--,l>>=8,c-=8}},readHexSigned(e,t){this.readHexNumber(e,t);for(var r=1&e[t]?255:0,a=0,n=0;n<=t;n++)a=(1&a)<<8|e[n],e[n]=a>>1^r},readString(){for(var e=this.readNumber(),t="",r=0;r<e;r++)t+=String.fromCharCode(this.readNumber());return t}},c.prototype={process:l},c}(),p=function(){function e(e){for(var t=0,r=0;r<e.length;r++)t=t<<8|e.charCodeAt(r);return t>>>0}function t(e){if(!(0,a.isString)(e))throw new a.FormatError("Malformed CMap: expected string.")}function r(e){if(!Number.isInteger(e))throw new a.FormatError("Malformed CMap: expected int.")}function c(r,a){while(1){var o=a.getObj();if((0,n.isEOF)(o))break;if((0,n.isCmd)(o,"endbfchar"))return;t(o);var i=e(o);o=a.getObj(),t(o);var s=o;r.mapOne(i,s)}}function p(r,o){while(1){var i=o.getObj();if((0,n.isEOF)(i))break;if((0,n.isCmd)(i,"endbfrange"))return;t(i);var s=e(i);i=o.getObj(),t(i);var l=e(i);if(i=o.getObj(),Number.isInteger(i)||(0,a.isString)(i)){var c=Number.isInteger(i)?String.fromCharCode(i):i;r.mapBfRange(s,l,c)}else{if(!(0,n.isCmd)(i,"["))break;i=o.getObj();var d=[];while(!(0,n.isCmd)(i,"]")&&!(0,n.isEOF)(i))d.push(i),i=o.getObj();r.mapBfRangeToArray(s,l,d)}}throw new a.FormatError("Invalid bf range.")}function m(a,o){while(1){var i=o.getObj();if((0,n.isEOF)(i))break;if((0,n.isCmd)(i,"endcidchar"))return;t(i);var s=e(i);i=o.getObj(),r(i);var l=i;a.mapOne(s,l)}}function f(a,o){while(1){var i=o.getObj();if((0,n.isEOF)(i))break;if((0,n.isCmd)(i,"endcidrange"))return;t(i);var s=e(i);i=o.getObj(),t(i);var l=e(i);i=o.getObj(),r(i);var c=i;a.mapCidRange(s,l,c)}}function g(t,r){while(1){var o=r.getObj();if((0,n.isEOF)(o))break;if((0,n.isCmd)(o,"endcodespacerange"))return;if(!(0,a.isString)(o))break;var i=e(o);if(o=r.getObj(),!(0,a.isString)(o))break;var s=e(o);t.addCodespaceRange(o.length,i,s)}throw new a.FormatError("Invalid codespace range.")}function b(e,t){var r=t.getObj();Number.isInteger(r)&&(e.vertical=!!r)}function v(e,t){var r=t.getObj();(0,n.isName)(r)&&(0,a.isString)(r.name)&&(e.name=r.name)}function w(e,t,r,o){var s,l;e:while(1)try{var d=t.getObj();if((0,n.isEOF)(d))break;if((0,n.isName)(d))"WMode"===d.name?b(e,t):"CMapName"===d.name&&v(e,t),s=d;else if((0,n.isCmd)(d))switch(d.cmd){case"endcmap":break e;case"usecmap":(0,n.isName)(s)&&(l=s.name);break;case"begincodespacerange":g(e,t);break;case"beginbfchar":c(e,t);break;case"begincidchar":m(e,t);break;case"beginbfrange":p(e,t);break;case"begincidrange":f(e,t);break}}catch(u){if(u instanceof i.MissingDataException)throw u;(0,a.warn)("Invalid cMap data: "+u);continue}return!o&&l&&(o=l),o?y(e,r,o):Promise.resolve(e)}function y(e,t,r){return x(r,t).then((function(t){if(e.useCMap=t,0===e.numCodespaceRanges){for(var r=e.useCMap.codespaceRanges,a=0;a<r.length;a++)e.codespaceRanges[a]=r[a].slice();e.numCodespaceRanges=e.useCMap.numCodespaceRanges}return e.useCMap.forEach((function(t,r){e.contains(t)||e.mapOne(t,e.useCMap.lookup(t))})),e}))}function x(e,t){return"Identity-H"===e?Promise.resolve(new u(!1,2)):"Identity-V"===e?Promise.resolve(new u(!0,2)):l.includes(e)?t?t(e).then((function(e){var r=e.cMapData,n=e.compressionType,i=new d(!0);if(n===a.CMapCompressionType.BINARY)return(new h).process(r,i,(function(e){return y(i,t,e)}));if(n===a.CMapCompressionType.NONE){var l=new o.Lexer(new s.Stream(r));return w(i,l,t,null)}return Promise.reject(new Error("TODO: Only BINARY/NONE CMap compression is currently supported."))})):Promise.reject(new Error("Built-in CMap parameters are not provided.")):Promise.reject(new Error("Unknown CMap name: "+e))}return{async create(e){var t=e.encoding,r=e.fetchBuiltInCMap,a=e.useCMap;if((0,n.isName)(t))return x(t.name,r);if((0,n.isStream)(t)){var i=new d,s=new o.Lexer(t);return w(i,s,r,a).then((function(e){return e.isIdentityCMap?x(e.name,r):e}))}throw new Error("Encoding required.")}}}();t.CMapFactory=p},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getFontType=A,t.IdentityToUnicodeMap=t.ToUnicodeMap=t.FontFlags=t.Font=t.ErrorFont=t.SEAC_ANALYSIS_ENABLED=void 0;var a=r(2),n=r(30),o=r(33),i=r(32),s=r(34),l=r(35),c=r(8),d=r(36),u=r(28),h=r(12),p=r(37);const m=[[57344,63743],[1048576,1114109]];var f=1e3,g=!0;t.SEAC_ANALYSIS_ENABLED=g;const b=["ascent","bbox","black","bold","charProcOperatorList","composite","data","defaultVMetrics","defaultWidth","descent","fallbackName","fontMatrix","fontType","isMonospace","isSerifFont","isType3Font","italic","loadedName","mimetype","missingFile","name","remeasure","subtype","type","vertical"],v=["cMap","defaultEncoding","differences","isSymbolicFont","seacMap","toFontChar","toUnicode","vmetrics","widths"];var w={FixedPitch:1,Serif:2,Symbolic:4,Script:8,Nonsymbolic:32,Italic:64,AllCap:65536,SmallCap:131072,ForceBold:262144};t.FontFlags=w;var y=[".notdef",".null","nonmarkingreturn","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quotesingle","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","grave","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","Adieresis","Aring","Ccedilla","Eacute","Ntilde","Odieresis","Udieresis","aacute","agrave","acircumflex","adieresis","atilde","aring","ccedilla","eacute","egrave","ecircumflex","edieresis","iacute","igrave","icircumflex","idieresis","ntilde","oacute","ograve","ocircumflex","odieresis","otilde","uacute","ugrave","ucircumflex","udieresis","dagger","degree","cent","sterling","section","bullet","paragraph","germandbls","registered","copyright","trademark","acute","dieresis","notequal","AE","Oslash","infinity","plusminus","lessequal","greaterequal","yen","mu","partialdiff","summation","product","pi","integral","ordfeminine","ordmasculine","Omega","ae","oslash","questiondown","exclamdown","logicalnot","radical","florin","approxequal","Delta","guillemotleft","guillemotright","ellipsis","nonbreakingspace","Agrave","Atilde","Otilde","OE","oe","endash","emdash","quotedblleft","quotedblright","quoteleft","quoteright","divide","lozenge","ydieresis","Ydieresis","fraction","currency","guilsinglleft","guilsinglright","fi","fl","daggerdbl","periodcentered","quotesinglbase","quotedblbase","perthousand","Acircumflex","Ecircumflex","Aacute","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Oacute","Ocircumflex","apple","Ograve","Uacute","Ucircumflex","Ugrave","dotlessi","circumflex","tilde","macron","breve","dotaccent","ring","cedilla","hungarumlaut","ogonek","caron","Lslash","lslash","Scaron","scaron","Zcaron","zcaron","brokenbar","Eth","eth","Yacute","yacute","Thorn","thorn","minus","multiply","onesuperior","twosuperior","threesuperior","onehalf","onequarter","threequarters","franc","Gbreve","gbreve","Idotaccent","Scedilla","scedilla","Cacute","cacute","Ccaron","ccaron","dcroat"];function x(e){if(e.fontMatrix&&e.fontMatrix[0]!==a.FONT_IDENTITY_MATRIX[0]){var t=.001/e.fontMatrix[0],r=e.widths;for(var n in r)r[n]*=t;e.defaultWidth*=t}}function k(e,t){if(!e.hasIncludedToUnicodeMap&&!e.hasEncoding&&t!==e.defaultEncoding&&!(e.toUnicode instanceof E)){var r=[],a=(0,o.getGlyphsUnicode)();for(var n in t){var i=t[n],s=(0,l.getUnicodeForGlyph)(i,a);-1!==s&&(r[n]=String.fromCharCode(s))}e.toUnicode.amend(r)}}function A(e,t){switch(e){case"Type1":return"Type1C"===t?a.FontType.TYPE1C:a.FontType.TYPE1;case"CIDFontType0":return"CIDFontType0C"===t?a.FontType.CIDFONTTYPE0C:a.FontType.CIDFONTTYPE0;case"OpenType":return a.FontType.OPENTYPE;case"TrueType":return a.FontType.TRUETYPE;case"CIDFontType2":return a.FontType.CIDFONTTYPE2;case"MMType1":return a.FontType.MMTYPE1;case"Type0":return a.FontType.TYPE0;default:return a.FontType.UNKNOWN}}function C(e,t){if(void 0!==t[e])return e;var r=(0,l.getUnicodeForGlyph)(e,t);if(-1!==r)for(var n in t)if(t[n]===r)return n;return(0,a.info)("Unable to recover a standard glyph name for: "+e),e}var S=function(){function e(e,t,r,a,n,o,i,s){this.fontChar=e,this.unicode=t,this.accent=r,this.width=a,this.vmetric=n,this.operatorListId=o,this.isSpace=i,this.isInFont=s}return e.prototype.matchesForCache=function(e,t,r,a,n,o,i,s){return this.fontChar===e&&this.unicode===t&&this.accent===r&&this.width===a&&this.vmetric===n&&this.operatorListId===o&&this.isSpace===i&&this.isInFont===s},e}(),_=function(){function e(e=[]){this._map=e}return e.prototype={get length(){return this._map.length},forEach(e){for(var t in this._map)e(t,this._map[t].charCodeAt(0))},has(e){return void 0!==this._map[e]},get(e){return this._map[e]},charCodeOf(e){const t=this._map;if(t.length<=65536)return t.indexOf(e);for(const r in t)if(t[r]===e)return 0|r;return-1},amend(e){for(var t in e)this._map[t]=e[t]}},e}();t.ToUnicodeMap=_;var E=function(){function e(e,t){this.firstChar=e,this.lastChar=t}return e.prototype={get length(){return this.lastChar+1-this.firstChar},forEach(e){for(var t=this.firstChar,r=this.lastChar;t<=r;t++)e(t,t)},has(e){return this.firstChar<=e&&e<=this.lastChar},get(e){if(this.firstChar<=e&&e<=this.lastChar)return String.fromCharCode(e)},charCodeOf(e){return Number.isInteger(e)&&e>=this.firstChar&&e<=this.lastChar?e:-1},amend(e){(0,a.unreachable)("Should not call amend()")}},e}();t.IdentityToUnicodeMap=E;var P=function(){function e(e,t,r){e[t]=r>>8&255,e[t+1]=255&r}function t(e,t,r){e[t]=r>>24&255,e[t+1]=r>>16&255,e[t+2]=r>>8&255,e[t+3]=255&r}function r(e,t,r){var a,n;if(r instanceof Uint8Array)e.set(r,t);else if("string"===typeof r)for(a=0,n=r.length;a<n;a++)e[t++]=255&r.charCodeAt(a);else for(a=0,n=r.length;a<n;a++)e[t++]=255&r[a]}function n(e){this.sfnt=e,this.tables=Object.create(null)}n.getSearchParams=function(e,t){var r=1,a=0;while((r^e)>r)r<<=1,a++;var n=r*t;return{range:n,entry:a,rangeShift:t*e-n}};var o=12,i=16;return n.prototype={toArray:function(){var s=this.sfnt,l=this.tables,d=Object.keys(l);d.sort();var u,h,p,m,f,g=d.length,b=o+g*i,v=[b];for(u=0;u<g;u++){m=l[d[u]];var w=(m.length+3&-4)>>>0;b+=w,v.push(b)}var y=new Uint8Array(b);for(u=0;u<g;u++)m=l[d[u]],r(y,v[u],m);"true"===s&&(s=(0,a.string32)(65536)),y[0]=255&s.charCodeAt(0),y[1]=255&s.charCodeAt(1),y[2]=255&s.charCodeAt(2),y[3]=255&s.charCodeAt(3),e(y,4,g);var x=n.getSearchParams(g,16);for(e(y,6,x.range),e(y,8,x.entry),e(y,10,x.rangeShift),b=o,u=0;u<g;u++){f=d[u],y[b]=255&f.charCodeAt(0),y[b+1]=255&f.charCodeAt(1),y[b+2]=255&f.charCodeAt(2),y[b+3]=255&f.charCodeAt(3);var k=0;for(h=v[u],p=v[u+1];h<p;h+=4){var A=(0,c.readUint32)(y,h);k=k+A>>>0}t(y,b+4,k),t(y,b+8,v[u]),t(y,b+12,l[f].length),b+=i}return y},addTable:function(e,t){if(e in this.tables)throw new Error("Table "+e+" already exists");this.tables[e]=t}},n}(),T=function(){function e(e,t,r){var n;this.name=e,this.loadedName=r.loadedName,this.isType3Font=r.isType3Font,this.missingFile=!1,this.glyphCache=Object.create(null),this.isSerifFont=!!(r.flags&w.Serif),this.isSymbolicFont=!!(r.flags&w.Symbolic),this.isMonospace=!!(r.flags&w.FixedPitch);var o=r.type,i=r.subtype;this.type=o,this.subtype=i;let s="sans-serif";if(this.isMonospace?s="monospace":this.isSerifFont&&(s="serif"),this.fallbackName=s,this.differences=r.differences,this.widths=r.widths,this.defaultWidth=r.defaultWidth,this.composite=r.composite,this.cMap=r.cMap,this.ascent=r.ascent/f,this.descent=r.descent/f,this.fontMatrix=r.fontMatrix,this.bbox=r.bbox,this.defaultEncoding=r.defaultEncoding,this.toUnicode=r.toUnicode,this.fallbackToUnicode=r.fallbackToUnicode||new _,this.toFontChar=[],"Type3"!==r.type){if(this.cidEncoding=r.cidEncoding,this.vertical=!!r.vertical,this.vertical&&(this.vmetrics=r.vmetrics,this.defaultVMetrics=r.defaultVMetrics),!t||t.isEmpty)return t&&(0,a.warn)('Font file is empty in "'+e+'" ('+this.loadedName+")"),void this.fallbackToSystemFont();[o,i]=U(t,r),o===this.type&&i===this.subtype||(0,a.info)(`Inconsistent font file Type/SubType, expected: ${this.type}/${this.subtype} but found: ${o}/${i}.`);try{var l;switch(o){case"MMType1":(0,a.info)("MMType1 font ("+e+"), falling back to Type1.");case"Type1":case"CIDFontType0":this.mimetype="font/opentype";var c="Type1C"===i||"CIDFontType0C"===i?new F(t,r):new L(e,t,r);x(r),l=this.convert(e,c,r);break;case"OpenType":case"TrueType":case"CIDFontType2":this.mimetype="font/opentype",l=this.checkAndRepair(e,t,r),this.isOpenType&&(x(r),o="OpenType");break;default:throw new a.FormatError(`Font ${o} is not supported`)}}catch(d){return(0,a.warn)(d),void this.fallbackToSystemFont()}this.data=l,this.fontType=A(o,i),this.fontMatrix=r.fontMatrix,this.widths=r.widths,this.defaultWidth=r.defaultWidth,this.toUnicode=r.toUnicode,this.seacMap=r.seacMap}else{for(n=0;n<256;n++)this.toFontChar[n]=this.differences[n]||r.defaultEncoding[n];this.fontType=a.FontType.TYPE3}}function t(e,t){return(e<<8)+t}function r(e,t,r){e[t+1]=r,e[t]=r>>>8}function p(e,t){var r=(e<<8)+t;return 32768&r?r-65536:r}function T(e,t,r,a){return(e<<24)+(t<<16)+(r<<8)+a}function I(e){return String.fromCharCode(e>>8&255,255&e)}function O(e){return e>32767?e=32767:e<-32768&&(e=-32768),String.fromCharCode(e>>8&255,255&e)}function R(e){var t=e.peekBytes(4);return 65536===(0,c.readUint32)(t,0)||"true"===(0,a.bytesToString)(t)}function M(e){const t=e.peekBytes(4);return"ttcf"===(0,a.bytesToString)(t)}function D(e){var t=e.peekBytes(4);return"OTTO"===(0,a.bytesToString)(t)}function N(e){var t=e.peekBytes(2);return 37===t[0]&&33===t[1]||128===t[0]&&1===t[1]}function B(e){const t=e.peekBytes(4);return t[0]>=1&&t[3]>=1&&t[3]<=4}function U(e,{type:t,subtype:r,composite:n}){let o,i;return R(e)||M(e)?o=n?"CIDFontType2":"TrueType":D(e)?o=n?"CIDFontType2":"OpenType":N(e)?o=n?"CIDFontType0":"MMType1"===t?"MMType1":"Type1":B(e)?n?(o="CIDFontType0",i="CIDFontType0C"):(o="MMType1"===t?"MMType1":"Type1",i="Type1C"):((0,a.warn)("getFontFileType: Unable to detect correct font file Type/Subtype."),o=t,i=r),[o,i]}function j(e,t,r){for(var a,n=[],o=0,i=e.length;o<i;o++)a=(0,l.getUnicodeForGlyph)(e[o],t),-1!==a&&(n[o]=a);for(var s in r)a=(0,l.getUnicodeForGlyph)(r[s],t),-1!==a&&(n[+s]=a);return n}function z(e,t,r){var n=Object.create(null),o=[],i=0,s=m[i][0],l=m[i][1];for(var c in e){c|=0;var d=e[c];if(t(d)){if(s>l){if(i++,i>=m.length){(0,a.warn)("Ran out of space in font private use area.");break}s=m[i][0],l=m[i][1]}var u=s++;0===d&&(d=r),n[u]=d,o[c]=u}}return{toFontChar:o,charCodeToGlyphId:n,nextAvailableFontCharCode:s}}function q(e,t){var r=[];for(var a in e)e[a]>=t||r.push({fontCharCode:0|a,glyphId:e[a]});0===r.length&&r.push({fontCharCode:0,glyphId:0}),r.sort((function(e,t){return e.fontCharCode-t.fontCharCode}));for(var n=[],o=r.length,i=0;i<o;){var s=r[i].fontCharCode,l=[r[i].glyphId];++i;var c=s;while(i<o&&c+1===r[i].fontCharCode)if(l.push(r[i].glyphId),++c,++i,65535===c)break;n.push([s,c,l])}return n}function H(e,t){var r,n,o,i,s=q(e,t),l=s[s.length-1][1]>65535?2:1,c="\0\0"+I(l)+"\0\0"+(0,a.string32)(4+8*l);for(r=s.length-1;r>=0;--r)if(s[r][0]<=65535)break;var d=r+1;s[r][0]<65535&&65535===s[r][1]&&(s[r][1]=65534);var u,h,p,m,f=s[r][1]<65535?1:0,g=d+f,b=P.getSearchParams(g,2),v="",w="",y="",x="",k="",A=0;for(r=0,n=d;r<n;r++){u=s[r],h=u[0],p=u[1],v+=I(h),w+=I(p),m=u[2];var C=!0;for(o=1,i=m.length;o<i;++o)if(m[o]!==m[o-1]+1){C=!1;break}if(C){var S=m[0];y+=I(S-h&65535),x+=I(0)}else{var _=2*(g-r)+2*A;for(A+=p-h+1,y+=I(0),x+=I(_),o=0,i=m.length;o<i;++o)k+=I(m[o])}}f>0&&(w+="ÿÿ",v+="ÿÿ",y+="\0",x+="\0\0");var E="\0\0"+I(2*g)+I(b.range)+I(b.entry)+I(b.rangeShift)+w+"\0\0"+v+y+x+k,T="",O="";if(l>1){for(c+="\0\0\n"+(0,a.string32)(4+8*l+4+E.length),T="",r=0,n=s.length;r<n;r++){u=s[r],h=u[0],m=u[2];var L=m[0];for(o=1,i=m.length;o<i;++o)m[o]!==m[o-1]+1&&(p=u[0]+o-1,T+=(0,a.string32)(h)+(0,a.string32)(p)+(0,a.string32)(L),h=p+1,L=m[o]);T+=(0,a.string32)(h)+(0,a.string32)(u[1])+(0,a.string32)(L)}O="\0\f\0\0"+(0,a.string32)(T.length+16)+"\0\0\0\0"+(0,a.string32)(T.length/12)}return c+"\0"+I(E.length+4)+E+O+T}function G(e,t){t.pos=(t.start||0)+e.offset;var r=t.getUint16();t.skip(60);var a=t.getUint16();if(r<4&&768&a)return!1;var n=t.getUint16(),o=t.getUint16();if(n>o)return!1;t.skip(6);var i=t.getUint16();return 0!==i&&(e.data[8]=e.data[9]=0,!0)}function W(e,t,r){r=r||{unitsPerEm:0,yMax:0,yMin:0,ascent:0,descent:0};var n=0,o=0,i=0,s=0,c=null,d=0;if(t){for(var u in t){u|=0,(c>u||!c)&&(c=u),d<u&&(d=u);var h=(0,l.getUnicodeRangeFor)(u);if(h<32)n|=1<<h;else if(h<64)o|=1<<h-32;else if(h<96)i|=1<<h-64;else{if(!(h<123))throw new a.FormatError("Unicode ranges Bits > 123 are reserved for internal usage");s|=1<<h-96}}d>65535&&(d=65535)}else c=0,d=255;var p=e.bbox||[0,0,0,0],m=r.unitsPerEm||1/(e.fontMatrix||a.FONT_IDENTITY_MATRIX)[0],g=e.ascentScaled?1:m/f,b=r.ascent||Math.round(g*(e.ascent||p[3])),v=r.descent||Math.round(g*(e.descent||p[1]));v>0&&e.descent>0&&p[1]<0&&(v=-v);var w=r.yMax||b,y=-r.yMin||-v;return"\0$ô\0\0\0»\0\0\0»\0\0ß\x001\0\0\0\0"+String.fromCharCode(e.fixedPitch?9:0)+"\0\0\0\0\0\0"+(0,a.string32)(n)+(0,a.string32)(o)+(0,a.string32)(i)+(0,a.string32)(s)+"*21*"+I(e.italicAngle?1:0)+I(c||e.firstChar)+I(d||e.lastChar)+I(b)+I(v)+"\0d"+I(w)+I(y)+"\0\0\0\0\0\0\0\0"+I(e.xHeight)+I(e.capHeight)+I(0)+I(c||e.firstChar)+"\0"}function V(e){var t=Math.floor(65536*e.italicAngle);return"\0\0\0"+(0,a.string32)(t)+"\0\0\0\0"+(0,a.string32)(e.fixedPitch)+"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}function $(e,t){t||(t=[[],[]]);var r,a,n,o,i,s=[t[0][0]||"Original licence",t[0][1]||e,t[0][2]||"Unknown",t[0][3]||"uniqueID",t[0][4]||e,t[0][5]||"Version 0.11",t[0][6]||"",t[0][7]||"Unknown",t[0][8]||"Unknown",t[0][9]||"Unknown"],l=[];for(r=0,a=s.length;r<a;r++){i=t[1][r]||s[r];var c=[];for(n=0,o=i.length;n<o;n++)c.push(I(i.charCodeAt(n)));l.push(c.join(""))}var d=[s,l],u=["\0","\0"],h=["\0\0","\0"],p=["\0\0","\t"],m=s.length*u.length,f="\0\0"+I(m)+I(12*m+6),g=0;for(r=0,a=u.length;r<a;r++){var b=d[r];for(n=0,o=b.length;n<o;n++){i=b[n];var v=u[r]+h[r]+p[r]+I(n)+I(i.length)+I(g);f+=v,g+=i.length}}return f+=s.join("")+l.join(""),f}return e.getFontID=function(){var e=1;return function(){return String(e++)}}(),e.prototype={name:null,font:null,mimetype:null,disableFontFace:!1,get renderer(){var e=d.FontRendererFactory.create(this,g);return(0,a.shadow)(this,"renderer",e)},exportData(e=!1){const t=e?[...b,...v]:b,r=Object.create(null);let a,n;for(a of t)n=this[a],void 0!==n&&(r[a]=n);return r},fallbackToSystemFont:function(){this.missingFile=!0;var e=this.name,t=this.type,r=this.subtype;let n=e.replace(/[,_]/g,"-").replace(/\s/g,"");var c=(0,s.getStdFontMap)(),d=(0,s.getNonStdFontMap)(),u=!!c[n]||!(!d[n]||!c[d[n]]);if(n=c[n]||d[n]||n,this.bold=-1!==n.search(/bold/gi),this.italic=-1!==n.search(/oblique/gi)||-1!==n.search(/italic/gi),this.black=-1!==e.search(/Black/g),this.remeasure=Object.keys(this.widths).length>0,u&&"CIDFontType2"===t&&this.cidEncoding.startsWith("Identity-")){const t=(0,s.getGlyphMapForStandardFonts)(),r=[];for(const e in t)r[+e]=t[e];if(/Arial-?Black/i.test(e)){var h=(0,s.getSupplementalGlyphMapForArialBlack)();for(const e in h)r[+e]=h[e]}else if(/Calibri/i.test(e)){const e=(0,s.getSupplementalGlyphMapForCalibri)();for(const t in e)r[+t]=e[t]}var p=this.toUnicode instanceof E;p||this.toUnicode.forEach((function(e,t){r[+e]=t})),this.toFontChar=r,this.toUnicode=new _(r)}else if(/Symbol/i.test(n))this.toFontChar=j(i.SymbolSetEncoding,(0,o.getGlyphsUnicode)(),this.differences);else if(/Dingbats/i.test(n))/Wingdings/i.test(e)&&(0,a.warn)("Non-embedded Wingdings font, falling back to ZapfDingbats."),this.toFontChar=j(i.ZapfDingbatsEncoding,(0,o.getDingbatsGlyphsUnicode)(),this.differences);else if(u)this.toFontChar=j(this.defaultEncoding,(0,o.getGlyphsUnicode)(),this.differences);else{const t=(0,o.getGlyphsUnicode)(),r=[];if(this.toUnicode.forEach(((e,a)=>{if(!this.composite){var n=this.differences[e]||this.defaultEncoding[e];const r=(0,l.getUnicodeForGlyph)(n,t);-1!==r&&(a=r)}r[+e]=a})),this.composite&&this.toUnicode instanceof E&&/Verdana/i.test(e)){const e=(0,s.getGlyphMapForStandardFonts)();for(const t in e)r[+t]=e[t]}this.toFontChar=r}this.loadedName=n.split("-")[0],this.fontType=A(t,r)},checkAndRepair:function(e,s,l){const c=["OS/2","cmap","head","hhea","hmtx","maxp","name","post","loca","glyf","fpgm","prep","cvt ","CFF "];function d(e,t){const r=Object.create(null);r["OS/2"]=null,r.cmap=null,r.head=null,r.hhea=null,r.hmtx=null,r.maxp=null,r.name=null,r.post=null;for(let a=0;a<t;a++){const t=m(e);c.includes(t.tag)&&(0!==t.length&&(r[t.tag]=t))}return r}function m(e){var t=(0,a.bytesToString)(e.getBytes(4)),r=e.getInt32()>>>0,n=e.getInt32()>>>0,o=e.getInt32()>>>0,i=e.pos;e.pos=e.start?e.start:0,e.skip(n);var s=e.getBytes(o);return e.pos=i,"head"===t&&(s[8]=s[9]=s[10]=s[11]=0,s[17]|=32),{tag:t,checksum:r,length:o,offset:n,data:s}}function f(e){return{version:(0,a.bytesToString)(e.getBytes(4)),numTables:e.getUint16(),searchRange:e.getUint16(),entrySelector:e.getUint16(),rangeShift:e.getUint16()}}function b(e){const t=(0,a.bytesToString)(e.getBytes(4));(0,a.assert)("ttcf"===t,"Must be a TrueType Collection font.");const r=e.getUint16(),n=e.getUint16(),o=e.getInt32()>>>0,i=[];for(let a=0;a<o;a++)i.push(e.getInt32()>>>0);const s={ttcTag:t,majorVersion:r,minorVersion:n,numFonts:o,offsetTable:i};switch(r){case 1:return s;case 2:return s.dsigTag=e.getInt32()>>>0,s.dsigLength=e.getInt32()>>>0,s.dsigOffset=e.getInt32()>>>0,s}throw new a.FormatError(`Invalid TrueType Collection majorVersion: ${r}.`)}function v(e,t){const{numFonts:r,offsetTable:n}=b(e);for(let o=0;o<r;o++){e.pos=(e.start||0)+n[o];const r=f(e),i=d(e,r.numTables);if(!i.name)throw new a.FormatError('TrueType Collection font must contain a "name" table.');const s=I(i.name);for(let e=0,a=s.length;e<a;e++)for(let n=0,o=s[e].length;n<o;n++){const a=s[e][n];if(a&&a.replace(/\s/g,"")===t)return{header:r,tables:i}}}throw new a.FormatError(`TrueType Collection does not contain "${t}" font.`)}function w(e,t,r,n){if(!e)return(0,a.warn)("No cmap table available."),{platformId:-1,encodingId:-1,mappings:[],hasShortCmap:!1};var o,i=(t.start?t.start:0)+e.offset;t.pos=i,t.skip(2);for(var s,l=t.getUint16(),c=!1,d=0;d<l;d++){var u=t.getUint16(),h=t.getUint16(),p=t.getInt32()>>>0,m=!1;if((!s||s.platformId!==u||s.encodingId!==h)&&(0===u&&0===h||1===u&&0===h?m=!0:3!==u||1!==h||!n&&s?r&&3===u&&0===h&&(m=!0,c=!0):(m=!0,r||(c=!0)),m&&(s={platformId:u,encodingId:h,offset:p}),c))break}if(s&&(t.pos=i+s.offset),!s||-1===t.peekByte())return(0,a.warn)("Could not find a preferred cmap table."),{platformId:-1,encodingId:-1,mappings:[],hasShortCmap:!1};var f=t.getUint16();t.skip(4);var g,b,v=!1,w=[];if(0===f){for(g=0;g<256;g++){var y=t.getByte();y&&w.push({charCode:g,glyphId:y})}v=!0}else if(4===f){var x=t.getUint16()>>1;t.skip(6);var k,A=[];for(k=0;k<x;k++)A.push({end:t.getUint16()});for(t.skip(2),k=0;k<x;k++)A[k].start=t.getUint16();for(k=0;k<x;k++)A[k].delta=t.getUint16();var C=0;for(k=0;k<x;k++){o=A[k];var S=t.getUint16();if(S){var _=(S>>1)-(x-k);o.offsetIndex=_,C=Math.max(C,_+o.end-o.start+1)}else o.offsetIndex=-1}var E=[];for(g=0;g<C;g++)E.push(t.getUint16());for(k=0;k<x;k++){o=A[k],i=o.start;var P=o.end,T=o.delta;for(_=o.offsetIndex,g=i;g<=P;g++)65535!==g&&(b=_<0?g:E[_+g-i],b=b+T&65535,w.push({charCode:g,glyphId:b}))}}else{if(6!==f)return(0,a.warn)("cmap table has unsupported format: "+f),{platformId:-1,encodingId:-1,mappings:[],hasShortCmap:!1};var I=t.getUint16(),O=t.getUint16();for(g=0;g<O;g++){b=t.getUint16();var L=I+g;w.push({charCode:L,glyphId:b})}}for(w.sort((function(e,t){return e.charCode-t.charCode})),d=1;d<w.length;d++)w[d-1].charCode===w[d].charCode&&(w.splice(d,1),d--);return{platformId:s.platformId,encodingId:s.encodingId,mappings:w,hasShortCmap:v}}function k(e,t,r,n,o){if(t){e.pos=(e.start?e.start:0)+t.offset,e.pos+=4,e.pos+=2,e.pos+=2,e.pos+=2,e.pos+=2,e.pos+=2,e.pos+=2,e.pos+=2,e.pos+=2,e.pos+=2,e.pos+=2,e.pos+=8,e.pos+=2;var i=e.getUint16();i>n&&((0,a.info)("The numOfMetrics ("+i+") should not be greater than the numGlyphs ("+n+")"),i=n,t.data[34]=(65280&i)>>8,t.data[35]=255&i);var s=n-i,l=s-(r.length-4*i>>1);if(l>0){var c=new Uint8Array(r.length+2*l);c.set(r.data),o&&(c[r.length]=r.data[2],c[r.length+1]=r.data[3]),r.data=c}}else r&&(r.data=null)}function A(e,t,a,n,o,i){var s={length:0,sizeOfInstructions:0};if(a-t<=12)return s;var l=e.subarray(t,a),c=p(l[0],l[1]);if(c<0)return c=-1,r(l,0,c),n.set(l,o),s.length=l.length,s;var d,u=10,h=0;for(d=0;d<c;d++){var m=l[u]<<8|l[u+1];h=m+1,u+=2}var f=u,g=l[u]<<8|l[u+1];s.sizeOfInstructions=g,u+=2+g;var b=u,v=0;for(d=0;d<h;d++){var w=l[u++];192&w&&(l[u-1]=63&w);let e=2;2&w?e=1:16&w&&(e=0);let t=2;4&w?t=1:32&w&&(t=0);const r=e+t;if(v+=r,8&w){var y=l[u++];d+=y,v+=y*r}}if(0===v)return s;var x=u+v;return x>l.length?s:!i&&g>0?(n.set(l.subarray(0,f),o),n.set([0,0],o+f),n.set(l.subarray(b,x),o+f+2),x-=g,l.length-x>3&&(x=x+3&-4),s.length=x,s):l.length-x>3?(x=x+3&-4,n.set(l.subarray(0,x),o),s.length=x,s):(n.set(l,o),s.length=l.length,s)}function S(e,r,n){var o=e.data,i=T(o[0],o[1],o[2],o[3]);i>>16!==1&&((0,a.info)("Attempting to fix invalid version in head table: "+i),o[0]=0,o[1]=1,o[2]=0,o[3]=0);var s=t(o[50],o[51]);if(s<0||s>1){(0,a.info)("Attempting to fix invalid indexToLocFormat in head table: "+s);var l=r+1;if(n===l<<1)o[50]=0,o[51]=0;else{if(n!==l<<2)throw new a.FormatError("Could not fix indexToLocFormat: "+s);o[50]=0,o[51]=1}}}function _(e,t,r,a,n,o,i){var s,l,c;a?(s=4,l=function(e,t){return e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3]},c=function(e,t,r){e[t]=r>>>24&255,e[t+1]=r>>16&255,e[t+2]=r>>8&255,e[t+3]=255&r}):(s=2,l=function(e,t){return e[t]<<9|e[t+1]<<1},c=function(e,t,r){e[t]=r>>9&255,e[t+1]=r>>1&255});var d=o?r+1:r,u=s*(1+d),h=new Uint8Array(u);h.set(e.data.subarray(0,u)),e.data=h;var p,m,f=t.data,g=f.length,b=new Uint8Array(g),v=l(h,0),w=0,y=Object.create(null);for(c(h,0,w),p=0,m=s;p<r;p++,m+=s){var x=l(h,m);0===x&&(x=v),x>g&&(g+3&-4)===x&&(x=g),x>g&&(v=x);var k=A(f,v,x,b,w,n),C=k.length;0===C&&(y[p]=!0),k.sizeOfInstructions>i&&(i=k.sizeOfInstructions),w+=C,c(h,m,w),v=x}if(0===w){var S=new Uint8Array([0,1,0,0,0,0,0,0,0,0,0,0,0,0,49,0]);for(p=0,m=s;p<d;p++,m+=s)c(h,m,S.length);t.data=S}else if(o){var _=l(h,s);b.length>_+w?t.data=b.subarray(0,_+w):(t.data=new Uint8Array(_+w),t.data.set(b.subarray(0,w))),t.data.set(b.subarray(0,_),w),c(e.data,h.length-s,w+_)}else t.data=b.subarray(0,w);return{missingGlyphs:y,maxSizeOfInstructions:i}}function E(e,t,r){var n=(s.start?s.start:0)+e.offset;s.pos=n;var o,i=e.length,l=n+i,c=s.getInt32();s.skip(28);var d,u=!0;switch(c){case 65536:o=y;break;case 131072:var h=s.getUint16();if(h!==r){u=!1;break}var p=[];for(d=0;d<h;++d){var m=s.getUint16();if(m>=32768){u=!1;break}p.push(m)}if(!u)break;var f=[],g=[];while(s.pos<l){var b=s.getByte();for(g.length=b,d=0;d<b;++d)g[d]=String.fromCharCode(s.getByte());f.push(g.join(""))}for(o=[],d=0;d<h;++d){var v=p[d];v<258?o.push(y[v]):o.push(f[v-258])}break;case 196608:break;default:(0,a.warn)("Unknown/unsupported post table version "+c),u=!1,t.defaultEncoding&&(o=t.defaultEncoding);break}return t.glyphNames=o,u}function I(e){var t=(s.start?s.start:0)+e.offset;s.pos=t;var r=[[],[]],n=e.length,o=t+n,i=s.getUint16(),l=6;if(0!==i||n<l)return r;var c,d,u=s.getUint16(),h=s.getUint16(),p=[],m=12;for(c=0;c<u&&s.pos+m<=o;c++){var f={platform:s.getUint16(),encoding:s.getUint16(),language:s.getUint16(),name:s.getUint16(),length:s.getUint16(),offset:s.getUint16()};(1===f.platform&&0===f.encoding&&0===f.language||3===f.platform&&1===f.encoding&&1033===f.language)&&p.push(f)}for(c=0,d=p.length;c<d;c++){var g=p[c];if(!(g.length<=0)){var b=t+h+g.offset;if(!(b+g.length>o)){s.pos=b;var v=g.name;if(g.encoding){for(var w="",y=0,x=g.length;y<x;y+=2)w+=String.fromCharCode(s.getUint16());r[1][v]=w}else r[0][v]=(0,a.bytesToString)(s.getBytes(g.length))}}}return r}var O=[0,0,0,0,0,0,0,0,-2,-2,-2,-2,0,0,-2,-5,-1,-1,-1,-1,-1,-1,-1,-1,0,0,-1,0,-1,-1,-1,-1,1,-1,-999,0,1,0,-1,-2,0,-1,-2,-1,-1,0,-1,-1,0,0,-999,-999,-1,-1,-1,-1,-2,-999,-2,-2,-999,0,-2,-2,0,0,-2,0,-2,0,0,0,-2,-1,-1,1,1,0,0,-1,-1,-1,-1,-1,-1,-1,0,0,-1,0,-1,-1,0,-999,-1,-1,-1,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,-2,-999,-999,-999,-999,-999,-1,-1,-2,-2,0,0,0,0,-1,-1,-999,-2,-2,0,0,-1,-2,-2,0,0,0,-1,-1,-1,-2];function L(e,t){for(var r,n,o,i,s,l=e.data,c=0,d=0,u=0,h=[],p=[],m=[],f=t.tooComplexToFollowFunctions,g=!1,b=0,v=0,w=l.length;c<w;){var y=l[c++];if(64===y)if(n=l[c++],g||v)c+=n;else for(r=0;r<n;r++)h.push(l[c++]);else if(65===y)if(n=l[c++],g||v)c+=2*n;else for(r=0;r<n;r++)o=l[c++],h.push(o<<8|l[c++]);else if(176===(248&y))if(n=y-176+1,g||v)c+=n;else for(r=0;r<n;r++)h.push(l[c++]);else if(184===(248&y))if(n=y-184+1,g||v)c+=2*n;else for(r=0;r<n;r++)o=l[c++],h.push(o<<8|l[c++]);else if(43!==y||f)if(44!==y||f){if(45===y)if(g)g=!1,d=c;else{if(s=p.pop(),!s)return(0,a.warn)("TT: ENDF bad stack"),void(t.hintsValid=!1);i=m.pop(),l=s.data,c=s.i,t.functionsStackDeltas[i]=h.length-s.stackTop}else if(137===y)(g||v)&&((0,a.warn)("TT: nested IDEFs not allowed"),f=!0),g=!0,u=c;else if(88===y)++b;else if(27===y)v=b;else if(89===y)v===b&&(v=0),--b;else if(28===y&&!g&&!v){var x=h[h.length-1];x>0&&(c+=x-1)}}else(g||v)&&((0,a.warn)("TT: nested FDEFs not allowed"),f=!0),g=!0,u=c,i=h.pop(),t.functionsDefined[i]={data:l,i:c};else if(!g&&!v)if(i=h[h.length-1],isNaN(i))(0,a.info)("TT: CALL empty stack (or invalid entry).");else if(t.functionsUsed[i]=!0,i in t.functionsStackDeltas){const e=h.length+t.functionsStackDeltas[i];if(e<0)return(0,a.warn)("TT: CALL invalid functions stack delta."),void(t.hintsValid=!1);h.length=e}else if(i in t.functionsDefined&&!m.includes(i)){if(p.push({data:l,i:c,stackTop:h.length-1}),m.push(i),s=t.functionsDefined[i],!s)return(0,a.warn)("TT: CALL non-existent function"),void(t.hintsValid=!1);l=s.data,c=s.i}if(!g&&!v){let e=0;y<=142?e=O[y]:y>=192&&y<=223?e=-1:y>=224&&(e=-2),y>=113&&y<=117&&(n=h.pop(),isNaN(n)||(e=2*-n));while(e<0&&h.length>0)h.pop(),e++;while(e>0)h.push(NaN),e--}}t.tooComplexToFollowFunctions=f;var k=[l];c>l.length&&k.push(new Uint8Array(c-l.length)),u>d&&((0,a.warn)("TT: complementing a missing function tail"),k.push(new Uint8Array([34,45]))),D(e,k)}function R(e,t){if(!e.tooComplexToFollowFunctions){if(e.functionsDefined.length>t)return(0,a.warn)("TT: more functions defined than expected"),void(e.hintsValid=!1);for(var r=0,n=e.functionsUsed.length;r<n;r++){if(r>t)return(0,a.warn)("TT: invalid function id: "+r),void(e.hintsValid=!1);if(e.functionsUsed[r]&&!e.functionsDefined[r])return(0,a.warn)("TT: undefined function: "+r),void(e.hintsValid=!1)}}}function D(e,t){if(t.length>1){var r,a,n=0;for(r=0,a=t.length;r<a;r++)n+=t[r].length;n=n+3&-4;var o=new Uint8Array(n),i=0;for(r=0,a=t.length;r<a;r++)o.set(t[r],i),i+=t[r].length;e.data=o,e.length=n}}function N(e,t,r,a){var n={functionsDefined:[],functionsUsed:[],functionsStackDeltas:[],tooComplexToFollowFunctions:!1,hintsValid:!0};if(e&&L(e,n),t&&L(t,n),e&&R(n,a),r&&1&r.length){var o=new Uint8Array(r.length+1);o.set(r.data),r.data=o}return n.hintsValid}let B,U,j,q;if(s=new h.Stream(new Uint8Array(s.getBytes())),M(s)){const e=v(s,this.name);B=e.header,U=e.tables}else B=f(s),U=d(s,B.numTables);var Y=!U["CFF "];if(Y){if(!U.loca)throw new a.FormatError('Required "loca" table is not found');U.glyf||((0,a.warn)('Required "glyf" table is not found -- trying to recover.'),U.glyf={tag:"glyf",data:new Uint8Array(0)}),this.isOpenType=!1}else{const t=l.composite&&((l.cidToGidMap||[]).length>0||!(l.cMap instanceof u.IdentityCMap));if("OTTO"===B.version&&!t||!U.head||!U.hhea||!U.maxp||!U.post)return q=new h.Stream(U["CFF "].data),j=new F(q,l),x(l),this.convert(e,j,l);delete U.glyf,delete U.loca,delete U.fpgm,delete U.prep,delete U["cvt "],this.isOpenType=!0}if(!U.maxp)throw new a.FormatError('Required "maxp" table is not found');s.pos=(s.start||0)+U.maxp.offset;var X=s.getInt32();const K=s.getUint16();let Q=K+1,J=!0;Q>65535&&(J=!1,Q=K,(0,a.warn)("Not enough space in glyfs to duplicate first glyph."));var Z=0,ee=0;if(X>=65536&&U.maxp.length>=22){s.pos+=8;var te=s.getUint16();te>2&&(U.maxp.data[14]=0,U.maxp.data[15]=2),s.pos+=4,Z=s.getUint16(),s.pos+=4,ee=s.getUint16()}U.maxp.data[4]=Q>>8,U.maxp.data[5]=255&Q;var re=N(U.fpgm,U.prep,U["cvt "],Z);if(re||(delete U.fpgm,delete U.prep,delete U["cvt "]),k(s,U.hhea,U.hmtx,Q,J),!U.head)throw new a.FormatError('Required "head" table is not found');S(U.head,K,Y?U.loca.length:0);var ae=Object.create(null);if(Y){var ne=t(U.head.data[50],U.head.data[51]),oe=_(U.loca,U.glyf,K,ne,re,J,ee);ae=oe.missingGlyphs,X>=65536&&U.maxp.length>=22&&(U.maxp.data[26]=oe.maxSizeOfInstructions>>8,U.maxp.data[27]=255&oe.maxSizeOfInstructions)}if(!U.hhea)throw new a.FormatError('Required "hhea" table is not found');0===U.hhea.data[10]&&0===U.hhea.data[11]&&(U.hhea.data[10]=255,U.hhea.data[11]=255);var ie={unitsPerEm:t(U.head.data[18],U.head.data[19]),yMax:t(U.head.data[42],U.head.data[43]),yMin:p(U.head.data[38],U.head.data[39]),ascent:t(U.hhea.data[4],U.hhea.data[5]),descent:p(U.hhea.data[6],U.hhea.data[7])};this.ascent=ie.ascent/ie.unitsPerEm,this.descent=ie.descent/ie.unitsPerEm,U.post&&E(U.post,l,K),U.post={tag:"post",data:V(l)};const se=[];function le(e){return!ae[e]}if(l.composite){var ce=l.cidToGidMap||[],de=0===ce.length;l.cMap.forEach((function(e,t){if(t>65535)throw new a.FormatError("Max size of CID is 65,535");var r=-1;de?r=t:void 0!==ce[t]&&(r=ce[t]),r>=0&&r<K&&le(r)&&(se[e]=r)}))}else{var ue=w(U.cmap,s,this.isSymbolicFont,l.hasEncoding),he=ue.platformId,pe=ue.encodingId,me=ue.mappings,fe=me.length;if(l.hasEncoding&&(3===he&&1===pe||1===he&&0===pe)||-1===he&&-1===pe&&(0,i.getEncoding)(l.baseEncodingName)){var ge=[];"MacRomanEncoding"!==l.baseEncodingName&&"WinAnsiEncoding"!==l.baseEncodingName||(ge=(0,i.getEncoding)(l.baseEncodingName));var be=(0,o.getGlyphsUnicode)();for(let e=0;e<256;e++){var ve,we;if(ve=this.differences&&e in this.differences?this.differences[e]:e in ge&&""!==ge[e]?ge[e]:i.StandardEncoding[e],ve){var ye;we=C(ve,be),3===he&&1===pe?ye=be[we]:1===he&&0===pe&&(ye=i.MacRomanEncoding.indexOf(we));var xe=!1;for(let t=0;t<fe;++t)if(me[t].charCode===ye){se[e]=me[t].glyphId,xe=!0;break}if(!xe&&l.glyphNames){var ke=l.glyphNames.indexOf(ve);-1===ke&&we!==ve&&(ke=l.glyphNames.indexOf(we)),ke>0&&le(ke)&&(se[e]=ke)}}}}else if(0===he&&0===pe)for(let e=0;e<fe;++e)se[me[e].charCode]=me[e].glyphId;else for(let e=0;e<fe;++e){let t=me[e].charCode;3===he&&t>=61440&&t<=61695&&(t&=255),se[t]=me[e].glyphId}}0===se.length&&(se[0]=0);let Ae=Q-1;J||(Ae=0);var Ce=z(se,le,Ae);if(this.toFontChar=Ce.toFontChar,U.cmap={tag:"cmap",data:H(Ce.charCodeToGlyphId,Q)},U["OS/2"]&&G(U["OS/2"],s)||(U["OS/2"]={tag:"OS/2",data:W(l,Ce.charCodeToGlyphId,ie)}),!Y)try{q=new h.Stream(U["CFF "].data);var Se=new n.CFFParser(q,l,g);j=Se.parse(),j.duplicateFirstGlyph();var _e=new n.CFFCompiler(j);U["CFF "].data=_e.compile()}catch(Ie){(0,a.warn)("Failed to compile font "+l.loadedName)}if(U.name){var Ee=I(U.name);U.name.data=$(e,Ee)}else U.name={tag:"name",data:$(this.name)};var Pe=new P(B.version);for(var Te in U)Pe.addTable(Te,U[Te].data);return Pe.toArray()},convert:function(e,t,r){r.fixedPitch=!1,r.builtInEncoding&&k(r,r.builtInEncoding);let n=1;t instanceof F&&(n=t.numGlyphs-1);var o=t.getGlyphMapping(r),s=z(o,t.hasGlyphId.bind(t),n);this.toFontChar=s.toFontChar;var l=t.numGlyphs;function c(e,t){var r=null;for(var a in e)t===e[a]&&(r||(r=[]),r.push(0|a));return r}function d(e,t){for(var r in e)if(t===e[r])return 0|r;return s.charCodeToGlyphId[s.nextAvailableFontCharCode]=t,s.nextAvailableFontCharCode++}var u=t.seacs;if(g&&u&&u.length){var h=r.fontMatrix||a.FONT_IDENTITY_MATRIX,p=t.getCharset(),m=Object.create(null);for(var f in u){f|=0;var b=u[f],v=i.StandardEncoding[b[2]],w=i.StandardEncoding[b[3]],y=p.indexOf(v),x=p.indexOf(w);if(!(y<0||x<0)){var A={x:b[0]*h[0]+b[1]*h[2]+h[4],y:b[0]*h[1]+b[1]*h[3]+h[5]},C=c(o,f);if(C)for(let e=0,t=C.length;e<t;e++){var S=C[e],_=s.charCodeToGlyphId,E=d(_,y),T=d(_,x);m[S]={baseFontCharCode:E,accentFontCharCode:T,accentOffset:A}}}}r.seacMap=m}var L=1/(r.fontMatrix||a.FONT_IDENTITY_MATRIX)[0],R=new P("OTTO");return R.addTable("CFF ",t.data),R.addTable("OS/2",W(r,s.charCodeToGlyphId)),R.addTable("cmap",H(s.charCodeToGlyphId,l)),R.addTable("head","\0\0\0\0\0\0\0\0\0\0_<õ\0\0"+O(L)+"\0\0\0\0\v~'\0\0\0\0\v~'\0\0"+O(r.descent)+"ÿ"+O(r.ascent)+I(r.italicAngle?2:0)+"\0\0\0\0\0\0\0"),R.addTable("hhea","\0\0\0"+O(r.ascent)+O(r.descent)+"\0\0ÿÿ\0\0\0\0\0\0"+O(r.capHeight)+O(Math.tan(r.italicAngle)*r.xHeight)+"\0\0\0\0\0\0\0\0\0\0\0\0"+I(l)),R.addTable("hmtx",function(){var e=t.charstrings,r=t.cff?t.cff.widths:null,a="\0\0\0\0";for(let t=1,i=l;t<i;t++){var n=0;if(e){var o=e[t-1];n="width"in o?o.width:0}else r&&(n=Math.ceil(r[t]||0));a+=I(n)+I(0)}return a}()),R.addTable("maxp","\0\0P\0"+I(l)),R.addTable("name",$(e)),R.addTable("post",V(r)),R.toArray()},get spaceWidth(){for(var e,t=["space","minus","one","i","I"],r=0,n=t.length;r<n;r++){var i=t[r];if(i in this.widths){e=this.widths[i];break}var s=(0,o.getGlyphsUnicode)(),l=s[i],c=0;if(this.composite&&this.cMap.contains(l)&&(c=this.cMap.lookup(l)),!c&&this.toUnicode&&(c=this.toUnicode.charCodeOf(l)),c<=0&&(c=l),e=this.widths[c],e)break}return e=e||this.defaultWidth,(0,a.shadow)(this,"spaceWidth",e)},charToGlyph:function(e,t){var r,n,o,i=e;this.cMap&&this.cMap.contains(e)&&(i=this.cMap.lookup(e)),n=this.widths[i],n=(0,a.isNum)(n)?n:this.defaultWidth;var s=this.vmetrics&&this.vmetrics[i];let c=this.toUnicode.get(e)||this.fallbackToUnicode.get(e)||e;"number"===typeof c&&(c=String.fromCharCode(c));var d=e in this.toFontChar;if(r=this.toFontChar[e]||e,this.missingFile){const t=this.differences[e]||this.defaultEncoding[e];".notdef"!==t&&""!==t||"Type1"!==this.type||(r=32),r=(0,l.mapSpecialUnicodeValues)(r)}this.isType3Font&&(o=r);var u=null;if(this.seacMap&&this.seacMap[e]){d=!0;var h=this.seacMap[e];r=h.baseFontCharCode,u={fontChar:String.fromCodePoint(h.accentFontCharCode),offset:h.accentOffset}}let p="";"number"===typeof r&&(r<=1114111?p=String.fromCodePoint(r):(0,a.warn)(`charToGlyph - invalid fontCharCode: ${r}`));var m=this.glyphCache[e];return m&&m.matchesForCache(p,c,u,n,s,o,t,d)||(m=new S(p,c,u,n,s,o,t,d),this.glyphCache[e]=m),m},charsToGlyphs:function(e){var t,r,a,n=this.charsCache;if(n&&(t=n[e],t))return t;n||(n=this.charsCache=Object.create(null)),t=[];var o,i=e,s=0;if(this.cMap){var l=Object.create(null);while(s<e.length){this.cMap.readCharCode(e,s,l),a=l.charcode;var c=l.length;s+=c;var d=1===c&&32===e.charCodeAt(s-1);r=this.charToGlyph(a,d),t.push(r)}}else for(s=0,o=e.length;s<o;++s)a=e.charCodeAt(s),r=this.charToGlyph(a,32===a),t.push(r);return n[i]=t},get glyphCacheValues(){return Object.values(this.glyphCache)}},e}();t.Font=T;var I=function(){function e(e){this.error=e,this.loadedName="g_font_error",this.missingFile=!0}return e.prototype={charsToGlyphs:function(){return[]},exportData(e=!1){return{error:this.error}}},e}();function O(e,t,r){var a,n,s,l=Object.create(null),c=!!(e.flags&w.Symbolic);if(e.baseEncodingName)for(s=(0,i.getEncoding)(e.baseEncodingName),n=0;n<s.length;n++)a=r.indexOf(s[n]),l[n]=a>=0?a:0;else if(c)for(n in t)l[n]=t[n];else for(s=i.StandardEncoding,n=0;n<s.length;n++)a=r.indexOf(s[n]),l[n]=a>=0?a:0;var d,u=e.differences;if(u)for(n in u){var h=u[n];if(a=r.indexOf(h),-1===a){d||(d=(0,o.getGlyphsUnicode)());var p=C(h,d);p!==h&&(a=r.indexOf(p))}l[n]=a>=0?a:0}return l}t.ErrorFont=I;var L=function(){function e(e,t,r){var a,n=e.length,o=t.length,i=n-o,s=r,l=!1;while(s<i){a=0;while(a<o&&e[s+a]===t[a])a++;if(a>=o){s+=a;while(s<n&&(0,c.isWhiteSpace)(e[s]))s++;l=!0;break}s++}return{found:l,length:s}}function t(t,r){var n,o,i,s=[101,101,120,101,99],l=t.pos;try{n=t.getBytes(r),o=n.length}catch(m){if(m instanceof c.MissingDataException)throw m}if(o===r&&(i=e(n,s,r-2*s.length),i.found&&i.length===r))return{stream:new h.Stream(n),length:r};(0,a.warn)('Invalid "Length1" property in Type1 font -- trying to recover.'),t.pos=l;var d,u=2048;while(1){var p=t.peekBytes(u);if(i=e(p,s,0),0===i.length)break;if(t.pos+=i.length,i.found){d=t.pos-l;break}}return t.pos=l,d?{stream:new h.Stream(t.getBytes(d)),length:d}:((0,a.warn)('Unable to recover "Length1" property in Type1 font -- using as is.'),{stream:new h.Stream(t.getBytes(r)),length:r})}function r(e,t){var r=e.getBytes();return{stream:new h.Stream(r),length:r.length}}function o(e,a,n){var o=6,i=n.length1,s=n.length2,l=a.peekBytes(o),c=128===l[0]&&1===l[1];c&&(a.skip(o),i=l[5]<<24|l[4]<<16|l[3]<<8|l[2]);var d=t(a,i),u=new p.Type1Parser(d.stream,!1,g);u.extractFontHeader(n),c&&(l=a.getBytes(o),s=l[5]<<24|l[4]<<16|l[3]<<8|l[2]);var h=r(a,s),m=new p.Type1Parser(h.stream,!0,g),f=m.extractFontProgram(n);for(const t in f.properties)n[t]=f.properties[t];var b=f.charstrings,v=this.getType2Charstrings(b),w=this.getType2Subrs(f.subrs);this.charstrings=b,this.data=this.wrap(e,v,this.charstrings,w,n),this.seacs=this.getSeacs(f.charstrings)}return o.prototype={get numGlyphs(){return this.charstrings.length+1},getCharset:function(){for(var e=[".notdef"],t=this.charstrings,r=0;r<t.length;r++)e.push(t[r].glyphName);return e},getGlyphMapping:function(e){var t=this.charstrings;if(e.composite){const r=Object.create(null);for(let a=0,n=t.length;a<n;a++){const t=e.cMap.charCodeOf(a);r[t]=a+1}return r}var r,a=[".notdef"];for(r=0;r<t.length;r++)a.push(t[r].glyphName);var n=e.builtInEncoding;if(n){var o=Object.create(null);for(var i in n)r=a.indexOf(n[i]),r>=0&&(o[i]=r)}return O(e,o,a)},hasGlyphId:function(e){if(e<0||e>=this.numGlyphs)return!1;if(0===e)return!0;var t=this.charstrings[e-1];return t.charstring.length>0},getSeacs:function(e){var t,r,a=[];for(t=0,r=e.length;t<r;t++){var n=e[t];n.seac&&(a[t+1]=n.seac)}return a},getType2Charstrings:function(e){for(var t=[],r=0,a=e.length;r<a;r++)t.push(e[r].charstring);return t},getType2Subrs:function(e){var t=0,r=e.length;t=r<1133?107:r<33769?1131:32768;var a,n=[];for(a=0;a<t;a++)n.push([11]);for(a=0;a<r;a++)n.push(e[a]);return n},wrap:function(e,t,r,a,o){var i=new n.CFF;i.header=new n.CFFHeader(1,0,4,4),i.names=[e];var s=new n.CFFTopDict;s.setByName("version",391),s.setByName("Notice",392),s.setByName("FullName",393),s.setByName("FamilyName",394),s.setByName("Weight",395),s.setByName("Encoding",null),s.setByName("FontMatrix",o.fontMatrix),s.setByName("FontBBox",o.bbox),s.setByName("charset",null),s.setByName("CharStrings",null),s.setByName("Private",null),i.topDict=s;var l=new n.CFFStrings;l.add("Version 0.11"),l.add("See original notice"),l.add(e),l.add(e),l.add("Medium"),i.strings=l,i.globalSubrIndex=new n.CFFIndex;var c,d,u=t.length,h=[".notdef"];for(c=0;c<u;c++){const e=r[c].glyphName,t=n.CFFStandardStrings.indexOf(e);-1===t&&l.add(e),h.push(e)}i.charset=new n.CFFCharset(!1,0,h);var p=new n.CFFIndex;for(p.add([139,14]),c=0;c<u;c++)p.add(t[c]);i.charStrings=p;var m=new n.CFFPrivateDict;m.setByName("Subrs",null);var f=["BlueValues","OtherBlues","FamilyBlues","FamilyOtherBlues","StemSnapH","StemSnapV","BlueShift","BlueFuzz","BlueScale","LanguageGroup","ExpansionFactor","ForceBold","StdHW","StdVW"];for(c=0,d=f.length;c<d;c++){var g=f[c];if(g in o.privateData){var b=o.privateData[g];if(Array.isArray(b))for(var v=b.length-1;v>0;v--)b[v]-=b[v-1];m.setByName(g,b)}}i.topDict.privateDict=m;var w=new n.CFFIndex;for(c=0,d=a.length;c<d;c++)w.add(a[c]);m.subrsIndex=w;var y=new n.CFFCompiler(i);return y.compile()}},o}(),F=function(){function e(e,t){this.properties=t;var r=new n.CFFParser(e,t,g);this.cff=r.parse(),this.cff.duplicateFirstGlyph();var o=new n.CFFCompiler(this.cff);this.seacs=this.cff.seacs;try{this.data=o.compile()}catch(i){(0,a.warn)("Failed to compile font "+t.loadedName),this.data=e}}return e.prototype={get numGlyphs(){return this.cff.charStrings.count},getCharset:function(){return this.cff.charset.charset},getGlyphMapping:function(){var e,t,r=this.cff,a=this.properties,n=r.charset.charset;if(a.composite){let i;if(e=Object.create(null),r.isCIDFont)for(t=0;t<n.length;t++){var o=n[t];i=a.cMap.charCodeOf(o),e[i]=t}else for(t=0;t<r.charStrings.count;t++)i=a.cMap.charCodeOf(t),e[i]=t;return e}var i=r.encoding?r.encoding.encoding:null;return e=O(a,i,n),e},hasGlyphId:function(e){return this.cff.hasGlyphId(e)}},e}()},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CFFFDSelect=t.CFFCompiler=t.CFFPrivateDict=t.CFFTopDict=t.CFFCharset=t.CFFIndex=t.CFFStrings=t.CFFHeader=t.CFF=t.CFFParser=t.CFFStandardStrings=void 0;var a=r(2),n=r(31),o=r(32),i=10,s=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron","exclamsmall","Hungarumlautsmall","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","commasuperior","threequartersemdash","periodsuperior","questionsmall","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","ffi","ffl","parenleftinferior","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","exclamdownsmall","centoldstyle","Lslashsmall","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","Dotaccentsmall","Macronsmall","figuredash","hypheninferior","Ogoneksmall","Ringsmall","Cedillasmall","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall","001.000","001.001","001.002","001.003","Black","Bold","Book","Light","Medium","Regular","Roman","Semibold"];t.CFFStandardStrings=s;const l=391;var c=function(){var e=[null,{id:"hstem",min:2,stackClearing:!0,stem:!0},null,{id:"vstem",min:2,stackClearing:!0,stem:!0},{id:"vmoveto",min:1,stackClearing:!0},{id:"rlineto",min:2,resetStack:!0},{id:"hlineto",min:1,resetStack:!0},{id:"vlineto",min:1,resetStack:!0},{id:"rrcurveto",min:6,resetStack:!0},null,{id:"callsubr",min:1,undefStack:!0},{id:"return",min:0,undefStack:!0},null,null,{id:"endchar",min:0,stackClearing:!0},null,null,null,{id:"hstemhm",min:2,stackClearing:!0,stem:!0},{id:"hintmask",min:0,stackClearing:!0},{id:"cntrmask",min:0,stackClearing:!0},{id:"rmoveto",min:2,stackClearing:!0},{id:"hmoveto",min:1,stackClearing:!0},{id:"vstemhm",min:2,stackClearing:!0,stem:!0},{id:"rcurveline",min:8,resetStack:!0},{id:"rlinecurve",min:8,resetStack:!0},{id:"vvcurveto",min:4,resetStack:!0},{id:"hhcurveto",min:4,resetStack:!0},null,{id:"callgsubr",min:1,undefStack:!0},{id:"vhcurveto",min:4,resetStack:!0},{id:"hvcurveto",min:4,resetStack:!0}],t=[null,null,null,{id:"and",min:2,stackDelta:-1},{id:"or",min:2,stackDelta:-1},{id:"not",min:1,stackDelta:0},null,null,null,{id:"abs",min:1,stackDelta:0},{id:"add",min:2,stackDelta:-1,stackFn:function(e,t){e[t-2]=e[t-2]+e[t-1]}},{id:"sub",min:2,stackDelta:-1,stackFn:function(e,t){e[t-2]=e[t-2]-e[t-1]}},{id:"div",min:2,stackDelta:-1,stackFn:function(e,t){e[t-2]=e[t-2]/e[t-1]}},null,{id:"neg",min:1,stackDelta:0,stackFn:function(e,t){e[t-1]=-e[t-1]}},{id:"eq",min:2,stackDelta:-1},null,null,{id:"drop",min:1,stackDelta:-1},null,{id:"put",min:2,stackDelta:-2},{id:"get",min:1,stackDelta:0},{id:"ifelse",min:4,stackDelta:-3},{id:"random",min:0,stackDelta:1},{id:"mul",min:2,stackDelta:-1,stackFn:function(e,t){e[t-2]=e[t-2]*e[t-1]}},null,{id:"sqrt",min:1,stackDelta:0},{id:"dup",min:1,stackDelta:1},{id:"exch",min:2,stackDelta:0},{id:"index",min:2,stackDelta:0},{id:"roll",min:3,stackDelta:-2},null,null,null,{id:"hflex",min:7,resetStack:!0},{id:"flex",min:13,resetStack:!0},{id:"hflex1",min:9,resetStack:!0},{id:"flex1",min:11,resetStack:!0}];function r(e,t,r){this.bytes=e.getBytes(),this.properties=t,this.seacAnalysisEnabled=!!r}return r.prototype={parse:function(){var e=this.properties,t=new d;this.cff=t;var r=this.parseHeader(),a=this.parseIndex(r.endPos),n=this.parseIndex(a.endPos),o=this.parseIndex(n.endPos),i=this.parseIndex(o.endPos),s=this.parseDict(n.obj.get(0)),l=this.createDict(f,s,t.strings);t.header=r.obj,t.names=this.parseNameIndex(a.obj),t.strings=this.parseStringIndex(o.obj),t.topDict=l,t.globalSubrIndex=i.obj,this.parsePrivateDict(t.topDict),t.isCIDFont=l.hasName("ROS");var c=l.getByName("CharStrings"),u=this.parseIndex(c).obj,h=l.getByName("FontMatrix");h&&(e.fontMatrix=h);var p,m,g=l.getByName("FontBBox");if(g&&(e.ascent=Math.max(g[3],g[1]),e.descent=Math.min(g[1],g[3]),e.ascentScaled=!0),t.isCIDFont){for(var b=this.parseIndex(l.getByName("FDArray")).obj,v=0,w=b.count;v<w;++v){var y=b.get(v),x=this.createDict(f,this.parseDict(y),t.strings);this.parsePrivateDict(x),t.fdArray.push(x)}m=null,p=this.parseCharsets(l.getByName("charset"),u.count,t.strings,!0),t.fdSelect=this.parseFDSelect(l.getByName("FDSelect"),u.count)}else p=this.parseCharsets(l.getByName("charset"),u.count,t.strings,!1),m=this.parseEncoding(l.getByName("Encoding"),e,t.strings,p.charset);t.charset=p,t.encoding=m;var k=this.parseCharStrings({charStrings:u,localSubrIndex:l.privateDict.subrsIndex,globalSubrIndex:i.obj,fdSelect:t.fdSelect,fdArray:t.fdArray,privateDict:l.privateDict});return t.charStrings=k.charStrings,t.seacs=k.seacs,t.widths=k.widths,t},parseHeader:function(){var e=this.bytes,t=e.length,r=0;while(r<t&&1!==e[r])++r;if(r>=t)throw new a.FormatError("Invalid CFF header");0!==r&&((0,a.info)("cff data is shifted"),e=e.subarray(r),this.bytes=e);var n=e[0],o=e[1],i=e[2],s=e[3],l=new u(n,o,i,s);return{obj:l,endPos:i}},parseDict:function(e){var t=0;function r(){var r=e[t++];return 30===r?n():28===r?(r=e[t++],r=(r<<24|e[t++]<<16)>>16,r):29===r?(r=e[t++],r=r<<8|e[t++],r=r<<8|e[t++],r=r<<8|e[t++],r):r>=32&&r<=246?r-139:r>=247&&r<=250?256*(r-247)+e[t++]+108:r>=251&&r<=254?-256*(r-251)-e[t++]-108:((0,a.warn)('CFFParser_parseDict: "'+r+'" is a reserved command.'),NaN)}function n(){var r="",a=15;const n=["0","1","2","3","4","5","6","7","8","9",".","E","E-",null,"-"];var o=e.length;while(t<o){var i=e[t++],s=i>>4,l=15&i;if(s===a)break;if(r+=n[s],l===a)break;r+=n[l]}return parseFloat(r)}var o=[],i=[];t=0;var s=e.length;while(t<s){var l=e[t];l<=21?(12===l&&(l=l<<8|e[++t]),i.push([l,o]),o=[],++t):o.push(r())}return i},parseIndex:function(e){var t,r,a=new p,n=this.bytes,o=n[e++]<<8|n[e++],i=[],s=e;if(0!==o){var l=n[e++],c=e+(o+1)*l-1;for(t=0,r=o+1;t<r;++t){for(var d=0,u=0;u<l;++u)d<<=8,d+=n[e++];i.push(c+d)}s=i[o]}for(t=0,r=i.length-1;t<r;++t){var h=i[t],m=i[t+1];a.add(n.subarray(h,m))}return{obj:a,endPos:s}},parseNameIndex:function(e){for(var t=[],r=0,n=e.count;r<n;++r){var o=e.get(r);t.push((0,a.bytesToString)(o))}return t},parseStringIndex:function(e){for(var t=new h,r=0,n=e.count;r<n;++r){var o=e.get(r);t.add((0,a.bytesToString)(o))}return t},createDict:function(e,t,r){for(var a=new e(r),n=0,o=t.length;n<o;++n){var i=t[n],s=i[0],l=i[1];a.setByKey(s,l)}return a},parseCharString:function(r,n,o,s){if(!n||r.callDepth>i)return!1;for(var l=r.stackSize,c=r.stack,d=n.length,u=0;u<d;){var h=n[u++],p=null;if(12===h){var m=n[u++];0===m?(n[u-2]=139,n[u-1]=22,l=0):p=t[m]}else if(28===h)c[l]=(n[u]<<24|n[u+1]<<16)>>16,u+=2,l++;else if(14===h){if(l>=4&&(l-=4,this.seacAnalysisEnabled))return r.seac=c.slice(l,l+4),!1;p=e[h]}else if(h>=32&&h<=246)c[l]=h-139,l++;else if(h>=247&&h<=254)c[l]=h<251?(h-247<<8)+n[u]+108:-(h-251<<8)-n[u]-108,u++,l++;else if(255===h)c[l]=(n[u]<<24|n[u+1]<<16|n[u+2]<<8|n[u+3])/65536,u+=4,l++;else if(19===h||20===h)r.hints+=l>>1,u+=r.hints+7>>3,l%=2,p=e[h];else{if(10===h||29===h){var f;if(f=10===h?o:s,!f)return p=e[h],(0,a.warn)("Missing subrsIndex for "+p.id),!1;var g=32768;f.count<1240?g=107:f.count<33900&&(g=1131);var b=c[--l]+g;if(b<0||b>=f.count||isNaN(b))return p=e[h],(0,a.warn)("Out of bounds subrIndex for "+p.id),!1;r.stackSize=l,r.callDepth++;var v=this.parseCharString(r,f.get(b),o,s);if(!v)return!1;r.callDepth--,l=r.stackSize;continue}if(11===h)return r.stackSize=l,!0;p=e[h]}if(p){if(p.stem&&(r.hints+=l>>1,3===h||23===h?r.hasVStems=!0:!r.hasVStems||1!==h&&18!==h||((0,a.warn)("CFF stem hints are in wrong order"),n[u-1]=1===h?3:23)),"min"in p&&!r.undefStack&&l<p.min)return(0,a.warn)("Not enough parameters for "+p.id+"; actual: "+l+", expected: "+p.min),!1;r.firstStackClearing&&p.stackClearing&&(r.firstStackClearing=!1,l-=p.min,l>=2&&p.stem?l%=2:l>1&&(0,a.warn)("Found too many parameters for stack-clearing command"),l>0&&c[l-1]>=0&&(r.width=c[l-1])),"stackDelta"in p?("stackFn"in p&&p.stackFn(c,l),l+=p.stackDelta):p.stackClearing?l=0:p.resetStack?(l=0,r.undefStack=!1):p.undefStack&&(l=0,r.undefStack=!0,r.firstStackClearing=!1)}}return r.stackSize=l,!0},parseCharStrings({charStrings:e,localSubrIndex:t,globalSubrIndex:r,fdSelect:n,fdArray:o,privateDict:i}){for(var s=[],l=[],c=e.count,d=0;d<c;d++){var u=e.get(d),h={callDepth:0,stackSize:0,stack:[],undefStack:!0,hints:0,firstStackClearing:!0,seac:null,width:null,hasVStems:!1},p=!0,m=null,f=i;if(n&&o.length){var g=n.getFDIndex(d);-1===g&&((0,a.warn)("Glyph index is not in fd select."),p=!1),g>=o.length&&((0,a.warn)("Invalid fd index for glyph index."),p=!1),p&&(f=o[g].privateDict,m=f.subrsIndex)}else t&&(m=t);if(p&&(p=this.parseCharString(h,u,m,r)),null!==h.width){const e=f.getByName("nominalWidthX");l[d]=e+h.width}else{const e=f.getByName("defaultWidthX");l[d]=e}null!==h.seac&&(s[d]=h.seac),p||e.set(d,new Uint8Array([14]))}return{charStrings:e,seacs:s,widths:l}},emptyPrivateDictionary:function(e){var t=this.createDict(g,[],e.strings);e.setByKey(18,[0,0]),e.privateDict=t},parsePrivateDict:function(e){if(e.hasName("Private")){var t=e.getByName("Private");if(Array.isArray(t)&&2===t.length){var r=t[0],a=t[1];if(0===r||a>=this.bytes.length)this.emptyPrivateDictionary(e);else{var n=a+r,o=this.bytes.subarray(a,n),i=this.parseDict(o),s=this.createDict(g,i,e.strings);if(e.privateDict=s,s.getByName("Subrs")){var l=s.getByName("Subrs"),c=a+l;if(0===l||c>=this.bytes.length)this.emptyPrivateDictionary(e);else{var d=this.parseIndex(c);s.subrsIndex=d.obj}}}}else e.removeByName("Private")}else this.emptyPrivateDictionary(e)},parseCharsets:function(e,t,r,o){if(0===e)return new v(!0,b.ISO_ADOBE,n.ISOAdobeCharset);if(1===e)return new v(!0,b.EXPERT,n.ExpertCharset);if(2===e)return new v(!0,b.EXPERT_SUBSET,n.ExpertSubsetCharset);var i=this.bytes,s=e,l=i[e++];const c=[o?0:".notdef"];var d,u,h;switch(t-=1,l){case 0:for(h=0;h<t;h++)d=i[e++]<<8|i[e++],c.push(o?d:r.get(d));break;case 1:while(c.length<=t)for(d=i[e++]<<8|i[e++],u=i[e++],h=0;h<=u;h++)c.push(o?d++:r.get(d++));break;case 2:while(c.length<=t)for(d=i[e++]<<8|i[e++],u=i[e++]<<8|i[e++],h=0;h<=u;h++)c.push(o?d++:r.get(d++));break;default:throw new a.FormatError("Unknown charset format")}var p=e,m=i.subarray(s,p);return new v(!1,l,c,m)},parseEncoding:function(e,t,r,n){var i,s,l,c=Object.create(null),d=this.bytes,u=!1,h=null;function p(){var t=d[e++];for(s=0;s<t;s++){var a=d[e++],o=(d[e++]<<8)+(255&d[e++]);c[a]=n.indexOf(r.get(o))}}if(0===e||1===e){u=!0,i=e;var m=e?o.ExpertEncoding:o.StandardEncoding;for(s=0,l=n.length;s<l;s++){var f=m.indexOf(n[s]);-1!==f&&(c[f]=s)}}else{var g=e;switch(i=d[e++],127&i){case 0:var b=d[e++];for(s=1;s<=b;s++)c[d[e++]]=s;break;case 1:var v=d[e++],y=1;for(s=0;s<v;s++)for(var x=d[e++],k=d[e++],A=x;A<=x+k;A++)c[A]=y++;break;default:throw new a.FormatError(`Unknown encoding format: ${i} in CFF`)}var C=e;128&i&&(d[g]&=127,p()),h=d.subarray(g,C)}return i&=127,new w(u,i,c,h)},parseFDSelect:function(e,t){var r,n=this.bytes,o=n[e++],i=[];switch(o){case 0:for(r=0;r<t;++r){var s=n[e++];i.push(s)}break;case 3:var l=n[e++]<<8|n[e++];for(r=0;r<l;++r){var c=n[e++]<<8|n[e++];0===r&&0!==c&&((0,a.warn)("parseFDSelect: The first range must have a first GID of 0 -- trying to recover."),c=0);for(var d=n[e++],u=n[e]<<8|n[e+1],h=c;h<u;++h)i.push(d)}e+=2;break;default:throw new a.FormatError(`parseFDSelect: Unknown format "${o}".`)}if(i.length!==t)throw new a.FormatError("parseFDSelect: Invalid font data.");return new y(o,i)}},r}();t.CFFParser=c;var d=function(){function e(){this.header=null,this.names=[],this.topDict=null,this.strings=new h,this.globalSubrIndex=null,this.encoding=null,this.charset=null,this.charStrings=null,this.fdArray=[],this.fdSelect=null,this.isCIDFont=!1}return e.prototype={duplicateFirstGlyph:function(){if(this.charStrings.count>=65535)(0,a.warn)("Not enough space in charstrings to duplicate first glyph.");else{var e=this.charStrings.get(0);this.charStrings.add(e),this.isCIDFont&&this.fdSelect.fdSelect.push(this.fdSelect.fdSelect[0])}},hasGlyphId:function(e){if(e<0||e>=this.charStrings.count)return!1;var t=this.charStrings.get(e);return t.length>0}},e}();t.CFF=d;var u=function(){function e(e,t,r,a){this.major=e,this.minor=t,this.hdrSize=r,this.offSize=a}return e}();t.CFFHeader=u;var h=function(){function e(){this.strings=[]}return e.prototype={get:function(e){return e>=0&&e<=l-1?s[e]:e-l<=this.strings.length?this.strings[e-l]:s[0]},getSID:function(e){let t=s.indexOf(e);return-1!==t?t:(t=this.strings.indexOf(e),-1!==t?t+l:-1)},add:function(e){this.strings.push(e)},get count(){return this.strings.length}},e}();t.CFFStrings=h;var p=function(){function e(){this.objects=[],this.length=0}return e.prototype={add:function(e){this.length+=e.length,this.objects.push(e)},set:function(e,t){this.length+=t.length-this.objects[e].length,this.objects[e]=t},get:function(e){return this.objects[e]},get count(){return this.objects.length}},e}();t.CFFIndex=p;var m=function(){function e(e,t){this.keyToNameMap=e.keyToNameMap,this.nameToKeyMap=e.nameToKeyMap,this.defaults=e.defaults,this.types=e.types,this.opcodes=e.opcodes,this.order=e.order,this.strings=t,this.values=Object.create(null)}return e.prototype={setByKey:function(e,t){if(!(e in this.keyToNameMap))return!1;var r=t.length;if(0===r)return!0;for(var n=0;n<r;n++)if(isNaN(t[n]))return(0,a.warn)('Invalid CFFDict value: "'+t+'" for key "'+e+'".'),!0;var o=this.types[e];return"num"!==o&&"sid"!==o&&"offset"!==o||(t=t[0]),this.values[e]=t,!0},setByName:function(e,t){if(!(e in this.nameToKeyMap))throw new a.FormatError(`Invalid dictionary name "${e}"`);this.values[this.nameToKeyMap[e]]=t},hasName:function(e){return this.nameToKeyMap[e]in this.values},getByName:function(e){if(!(e in this.nameToKeyMap))throw new a.FormatError(`Invalid dictionary name ${e}"`);var t=this.nameToKeyMap[e];return t in this.values?this.values[t]:this.defaults[t]},removeByName:function(e){delete this.values[this.nameToKeyMap[e]]}},e.createTables=function(e){for(var t={keyToNameMap:{},nameToKeyMap:{},defaults:{},types:{},opcodes:{},order:[]},r=0,a=e.length;r<a;++r){var n=e[r],o=Array.isArray(n[0])?(n[0][0]<<8)+n[0][1]:n[0];t.keyToNameMap[o]=n[1],t.nameToKeyMap[n[1]]=o,t.types[o]=n[2],t.defaults[o]=n[3],t.opcodes[o]=Array.isArray(n[0])?n[0]:[n[0]],t.order.push(o)}return t},e}(),f=function(){var e=[[[12,30],"ROS",["sid","sid","num"],null],[[12,20],"SyntheticBase","num",null],[0,"version","sid",null],[1,"Notice","sid",null],[[12,0],"Copyright","sid",null],[2,"FullName","sid",null],[3,"FamilyName","sid",null],[4,"Weight","sid",null],[[12,1],"isFixedPitch","num",0],[[12,2],"ItalicAngle","num",0],[[12,3],"UnderlinePosition","num",-100],[[12,4],"UnderlineThickness","num",50],[[12,5],"PaintType","num",0],[[12,6],"CharstringType","num",2],[[12,7],"FontMatrix",["num","num","num","num","num","num"],[.001,0,0,.001,0,0]],[13,"UniqueID","num",null],[5,"FontBBox",["num","num","num","num"],[0,0,0,0]],[[12,8],"StrokeWidth","num",0],[14,"XUID","array",null],[15,"charset","offset",0],[16,"Encoding","offset",0],[17,"CharStrings","offset",0],[18,"Private",["offset","offset"],null],[[12,21],"PostScript","sid",null],[[12,22],"BaseFontName","sid",null],[[12,23],"BaseFontBlend","delta",null],[[12,31],"CIDFontVersion","num",0],[[12,32],"CIDFontRevision","num",0],[[12,33],"CIDFontType","num",0],[[12,34],"CIDCount","num",8720],[[12,35],"UIDBase","num",null],[[12,37],"FDSelect","offset",null],[[12,36],"FDArray","offset",null],[[12,38],"FontName","sid",null]],t=null;function r(r){null===t&&(t=m.createTables(e)),m.call(this,t,r),this.privateDict=null}return r.prototype=Object.create(m.prototype),r}();t.CFFTopDict=f;var g=function(){var e=[[6,"BlueValues","delta",null],[7,"OtherBlues","delta",null],[8,"FamilyBlues","delta",null],[9,"FamilyOtherBlues","delta",null],[[12,9],"BlueScale","num",.039625],[[12,10],"BlueShift","num",7],[[12,11],"BlueFuzz","num",1],[10,"StdHW","num",null],[11,"StdVW","num",null],[[12,12],"StemSnapH","delta",null],[[12,13],"StemSnapV","delta",null],[[12,14],"ForceBold","num",0],[[12,17],"LanguageGroup","num",0],[[12,18],"ExpansionFactor","num",.06],[[12,19],"initialRandomSeed","num",0],[20,"defaultWidthX","num",0],[21,"nominalWidthX","num",0],[19,"Subrs","offset",null]],t=null;function r(r){null===t&&(t=m.createTables(e)),m.call(this,t,r),this.subrsIndex=null}return r.prototype=Object.create(m.prototype),r}();t.CFFPrivateDict=g;var b={ISO_ADOBE:0,EXPERT:1,EXPERT_SUBSET:2},v=function(){function e(e,t,r,a){this.predefined=e,this.format=t,this.charset=r,this.raw=a}return e}();t.CFFCharset=v;var w=function(){function e(e,t,r,a){this.predefined=e,this.format=t,this.encoding=r,this.raw=a}return e}(),y=function(){function e(e,t){this.format=e,this.fdSelect=t}return e.prototype={getFDIndex:function(e){return e<0||e>=this.fdSelect.length?-1:this.fdSelect[e]}},e}();t.CFFFDSelect=y;var x=function(){function e(){this.offsets=Object.create(null)}return e.prototype={isTracking:function(e){return e in this.offsets},track:function(e,t){if(e in this.offsets)throw new a.FormatError(`Already tracking location of ${e}`);this.offsets[e]=t},offset:function(e){for(var t in this.offsets)this.offsets[t]+=e},setEntryLocation:function(e,t,r){if(!(e in this.offsets))throw new a.FormatError(`Not tracking location of ${e}`);for(var n=r.data,o=this.offsets[e],i=5,s=0,l=t.length;s<l;++s){var c=s*i+o,d=c+1,u=c+2,h=c+3,p=c+4;if(29!==n[c]||0!==n[d]||0!==n[u]||0!==n[h]||0!==n[p])throw new a.FormatError("writing to an offset that is not empty");var m=t[s];n[c]=29,n[d]=m>>24&255,n[u]=m>>16&255,n[h]=m>>8&255,n[p]=255&m}}},e}(),k=function(){function e(e){this.cff=e}return e.prototype={compile:function(){var e=this.cff,t={data:[],length:0,add:function(e){this.data=this.data.concat(e),this.length=this.data.length}},r=this.compileHeader(e.header);t.add(r);var n=this.compileNameIndex(e.names);if(t.add(n),e.isCIDFont&&e.topDict.hasName("FontMatrix")){var o=e.topDict.getByName("FontMatrix");e.topDict.removeByName("FontMatrix");for(var i=0,s=e.fdArray.length;i<s;i++){var l=e.fdArray[i],c=o.slice(0);l.hasName("FontMatrix")&&(c=a.Util.transform(c,l.getByName("FontMatrix"))),l.setByName("FontMatrix",c)}}e.topDict.setByName("charset",0);var d=this.compileTopDicts([e.topDict],t.length,e.isCIDFont);t.add(d.output);var u=d.trackers[0],h=this.compileStringIndex(e.strings.strings);t.add(h);var p=this.compileIndex(e.globalSubrIndex);if(t.add(p),e.encoding&&e.topDict.hasName("Encoding"))if(e.encoding.predefined)u.setEntryLocation("Encoding",[e.encoding.format],t);else{var m=this.compileEncoding(e.encoding);u.setEntryLocation("Encoding",[t.length],t),t.add(m)}var f=this.compileCharset(e.charset,e.charStrings.count,e.strings,e.isCIDFont);u.setEntryLocation("charset",[t.length],t),t.add(f);var g=this.compileCharStrings(e.charStrings);if(u.setEntryLocation("CharStrings",[t.length],t),t.add(g),e.isCIDFont){u.setEntryLocation("FDSelect",[t.length],t);var b=this.compileFDSelect(e.fdSelect);t.add(b),d=this.compileTopDicts(e.fdArray,t.length,!0),u.setEntryLocation("FDArray",[t.length],t),t.add(d.output);var v=d.trackers;this.compilePrivateDicts(e.fdArray,v,t)}return this.compilePrivateDicts([e.topDict],[u],t),t.add([0]),t.data},encodeNumber:function(e){return parseFloat(e)!==parseInt(e,10)||isNaN(e)?this.encodeFloat(e):this.encodeInteger(e)},encodeFloat:function(e){var t=e.toString(),r=/\.(\d*?)(?:9{5,20}|0{5,20})\d{0,2}(?:e(.+)|$)/.exec(t);if(r){var a=parseFloat("1e"+((r[2]?+r[2]:0)+r[1].length));t=(Math.round(e*a)/a).toString()}var n,o,i="";for(n=0,o=t.length;n<o;++n){var s=t[n];i+="e"===s?"-"===t[++n]?"c":"b":"."===s?"a":"-"===s?"e":s}i+=1&i.length?"f":"ff";var l=[30];for(n=0,o=i.length;n<o;n+=2)l.push(parseInt(i.substring(n,n+2),16));return l},encodeInteger:function(e){var t;return e>=-107&&e<=107?t=[e+139]:e>=108&&e<=1131?(e-=108,t=[247+(e>>8),255&e]):e>=-1131&&e<=-108?(e=-e-108,t=[251+(e>>8),255&e]):t=e>=-32768&&e<=32767?[28,e>>8&255,255&e]:[29,e>>24&255,e>>16&255,e>>8&255,255&e],t},compileHeader:function(e){return[e.major,e.minor,e.hdrSize,e.offSize]},compileNameIndex:function(e){for(var t=new p,r=0,n=e.length;r<n;++r){for(var o=e[r],i=Math.min(o.length,127),s=new Array(i),l=0;l<i;l++){var c=o[l];(c<"!"||c>"~"||"["===c||"]"===c||"("===c||")"===c||"{"===c||"}"===c||"<"===c||">"===c||"/"===c||"%"===c)&&(c="_"),s[l]=c}s=s.join(""),""===s&&(s="Bad_Font_Name"),t.add((0,a.stringToBytes)(s))}return this.compileIndex(t)},compileTopDicts:function(e,t,r){for(var a=[],n=new p,o=0,i=e.length;o<i;++o){var s=e[o];r&&(s.removeByName("CIDFontVersion"),s.removeByName("CIDFontRevision"),s.removeByName("CIDFontType"),s.removeByName("CIDCount"),s.removeByName("UIDBase"));var l=new x,c=this.compileDict(s,l);a.push(l),n.add(c),l.offset(t)}return n=this.compileIndex(n,a),{trackers:a,output:n}},compilePrivateDicts:function(e,t,r){for(var n=0,o=e.length;n<o;++n){var i=e[n],s=i.privateDict;if(!s||!i.hasName("Private"))throw new a.FormatError("There must be a private dictionary.");var l=new x,c=this.compileDict(s,l),d=r.length;if(l.offset(d),c.length||(d=0),t[n].setEntryLocation("Private",[c.length,d],r),r.add(c),s.subrsIndex&&s.hasName("Subrs")){var u=this.compileIndex(s.subrsIndex);l.setEntryLocation("Subrs",[c.length],r),r.add(u)}}},compileDict:function(e,t){for(var r=[],n=e.order,o=0;o<n.length;++o){var i=n[o];if(i in e.values){var s=e.values[i],l=e.types[i];if(Array.isArray(l)||(l=[l]),Array.isArray(s)||(s=[s]),0!==s.length){for(var c=0,d=l.length;c<d;++c){var u=l[c],h=s[c];switch(u){case"num":case"sid":r=r.concat(this.encodeNumber(h));break;case"offset":var p=e.keyToNameMap[i];t.isTracking(p)||t.track(p,r.length),r=r.concat([29,0,0,0,0]);break;case"array":case"delta":r=r.concat(this.encodeNumber(h));for(var m=1,f=s.length;m<f;++m)r=r.concat(this.encodeNumber(s[m]));break;default:throw new a.FormatError(`Unknown data type of ${u}`)}}r=r.concat(e.opcodes[i])}}}return r},compileStringIndex:function(e){for(var t=new p,r=0,n=e.length;r<n;++r)t.add((0,a.stringToBytes)(e[r]));return this.compileIndex(t)},compileGlobalSubrIndex:function(){var e=this.cff.globalSubrIndex;this.out.writeByteArray(this.compileIndex(e))},compileCharStrings:function(e){for(var t=new p,r=0;r<e.count;r++){var a=e.get(r);0!==a.length?t.add(a):t.add(new Uint8Array([139,14]))}return this.compileIndex(t)},compileCharset:function(e,t,r,n){let o;const i=t-1;if(n)o=new Uint8Array([2,0,0,i>>8&255,255&i]);else{const t=1+2*i;o=new Uint8Array(t),o[0]=0;let n=0;const s=e.charset.length;let l=!1;for(let i=1;i<o.length;i+=2){let t=0;if(n<s){const o=e.charset[n++];t=r.getSID(o),-1===t&&(t=0,l||(l=!0,(0,a.warn)(`Couldn't find ${o} in CFF strings`)))}o[i]=t>>8&255,o[i+1]=255&t}}return this.compileTypedArray(o)},compileEncoding:function(e){return this.compileTypedArray(e.raw)},compileFDSelect:function(e){const t=e.format;let r,a;switch(t){case 0:for(r=new Uint8Array(1+e.fdSelect.length),r[0]=t,a=0;a<e.fdSelect.length;a++)r[a+1]=e.fdSelect[a];break;case 3:const n=0;let o=e.fdSelect[0];const i=[t,0,0,n>>8&255,255&n,o];for(a=1;a<e.fdSelect.length;a++){const t=e.fdSelect[a];t!==o&&(i.push(a>>8&255,255&a,t),o=t)}const s=(i.length-3)/3;i[1]=s>>8&255,i[2]=255&s,i.push(a>>8&255,255&a),r=new Uint8Array(i);break}return this.compileTypedArray(r)},compileTypedArray:function(e){for(var t=[],r=0,a=e.length;r<a;++r)t[r]=e[r];return t},compileIndex:function(e,t){t=t||[];var r=e.objects,a=r.length;if(0===a)return[0,0,0];var n,o,i=[a>>8&255,255&a],s=1;for(n=0;n<a;++n)s+=r[n].length;o=s<256?1:s<65536?2:s<16777216?3:4,i.push(o);var l=1;for(n=0;n<a+1;n++)1===o?i.push(255&l):2===o?i.push(l>>8&255,255&l):3===o?i.push(l>>16&255,l>>8&255,255&l):i.push(l>>>24&255,l>>16&255,l>>8&255,255&l),r[n]&&(l+=r[n].length);for(n=0;n<a;n++){t[n]&&t[n].offset(i.length);for(var c=0,d=r[n].length;c<d;c++)i.push(r[n][c])}return i}},e}();t.CFFCompiler=k},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ExpertSubsetCharset=t.ExpertCharset=t.ISOAdobeCharset=void 0;const a=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron"];t.ISOAdobeCharset=a;const n=[".notdef","space","exclamsmall","Hungarumlautsmall","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","questionsmall","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","fi","fl","ffi","ffl","parenleftinferior","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","exclamdownsmall","centoldstyle","Lslashsmall","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","Dotaccentsmall","Macronsmall","figuredash","hypheninferior","Ogoneksmall","Ringsmall","Cedillasmall","onequarter","onehalf","threequarters","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall"];t.ExpertCharset=n;const o=[".notdef","space","dollaroldstyle","dollarsuperior","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","fi","fl","ffi","ffl","parenleftinferior","parenrightinferior","hyphensuperior","colonmonetary","onefitted","rupiah","centoldstyle","figuredash","hypheninferior","onequarter","onehalf","threequarters","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior"];t.ExpertSubsetCharset=o},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getEncoding=d,t.ExpertEncoding=t.ZapfDingbatsEncoding=t.SymbolSetEncoding=t.MacRomanEncoding=t.StandardEncoding=t.WinAnsiEncoding=void 0;const a=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclamsmall","Hungarumlautsmall","","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","questionsmall","","asuperior","bsuperior","centsuperior","dsuperior","esuperior","","","","isuperior","","","lsuperior","msuperior","nsuperior","osuperior","","","rsuperior","ssuperior","tsuperior","","ff","fi","fl","ffi","ffl","parenleftinferior","","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdownsmall","centoldstyle","Lslashsmall","","","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","","Dotaccentsmall","","","Macronsmall","","","figuredash","hypheninferior","","","Ogoneksmall","Ringsmall","Cedillasmall","","","","onequarter","onehalf","threequarters","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","","","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall"];t.ExpertEncoding=a;const n=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclamsmall","Hungarumlautsmall","centoldstyle","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","","threequartersemdash","","questionsmall","","","","","Ethsmall","","","onequarter","onehalf","threequarters","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","","","","","","","ff","fi","fl","ffi","ffl","parenleftinferior","","parenrightinferior","Circumflexsmall","hypheninferior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","","","asuperior","centsuperior","","","","","Aacutesmall","Agravesmall","Acircumflexsmall","Adieresissmall","Atildesmall","Aringsmall","Ccedillasmall","Eacutesmall","Egravesmall","Ecircumflexsmall","Edieresissmall","Iacutesmall","Igravesmall","Icircumflexsmall","Idieresissmall","Ntildesmall","Oacutesmall","Ogravesmall","Ocircumflexsmall","Odieresissmall","Otildesmall","Uacutesmall","Ugravesmall","Ucircumflexsmall","Udieresissmall","","eightsuperior","fourinferior","threeinferior","sixinferior","eightinferior","seveninferior","Scaronsmall","","centinferior","twoinferior","","Dieresissmall","","Caronsmall","osuperior","fiveinferior","","commainferior","periodinferior","Yacutesmall","","dollarinferior","","","Thornsmall","","nineinferior","zeroinferior","Zcaronsmall","AEsmall","Oslashsmall","questiondownsmall","oneinferior","Lslashsmall","","","","","","","Cedillasmall","","","","","","OEsmall","figuredash","hyphensuperior","","","","","exclamdownsmall","","Ydieresissmall","","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","ninesuperior","zerosuperior","","esuperior","rsuperior","tsuperior","","","isuperior","ssuperior","dsuperior","","","","","","lsuperior","Ogoneksmall","Brevesmall","Macronsmall","bsuperior","nsuperior","msuperior","commasuperior","periodsuperior","Dotaccentsmall","Ringsmall","","","",""],o=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quotesingle","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","grave","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","","Adieresis","Aring","Ccedilla","Eacute","Ntilde","Odieresis","Udieresis","aacute","agrave","acircumflex","adieresis","atilde","aring","ccedilla","eacute","egrave","ecircumflex","edieresis","iacute","igrave","icircumflex","idieresis","ntilde","oacute","ograve","ocircumflex","odieresis","otilde","uacute","ugrave","ucircumflex","udieresis","dagger","degree","cent","sterling","section","bullet","paragraph","germandbls","registered","copyright","trademark","acute","dieresis","notequal","AE","Oslash","infinity","plusminus","lessequal","greaterequal","yen","mu","partialdiff","summation","product","pi","integral","ordfeminine","ordmasculine","Omega","ae","oslash","questiondown","exclamdown","logicalnot","radical","florin","approxequal","Delta","guillemotleft","guillemotright","ellipsis","space","Agrave","Atilde","Otilde","OE","oe","endash","emdash","quotedblleft","quotedblright","quoteleft","quoteright","divide","lozenge","ydieresis","Ydieresis","fraction","currency","guilsinglleft","guilsinglright","fi","fl","daggerdbl","periodcentered","quotesinglbase","quotedblbase","perthousand","Acircumflex","Ecircumflex","Aacute","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Oacute","Ocircumflex","apple","Ograve","Uacute","Ucircumflex","Ugrave","dotlessi","circumflex","tilde","macron","breve","dotaccent","ring","cedilla","hungarumlaut","ogonek","caron"];t.MacRomanEncoding=o;const i=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","","endash","dagger","daggerdbl","periodcentered","","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","","questiondown","","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","","ring","cedilla","","hungarumlaut","ogonek","caron","emdash","","","","","","","","","","","","","","","","","AE","","ordfeminine","","","","","Lslash","Oslash","OE","ordmasculine","","","","","","ae","","","","dotlessi","","","lslash","oslash","oe","germandbls","","","",""];t.StandardEncoding=i;const s=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quotesingle","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","grave","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","bullet","Euro","bullet","quotesinglbase","florin","quotedblbase","ellipsis","dagger","daggerdbl","circumflex","perthousand","Scaron","guilsinglleft","OE","bullet","Zcaron","bullet","bullet","quoteleft","quoteright","quotedblleft","quotedblright","bullet","endash","emdash","tilde","trademark","scaron","guilsinglright","oe","bullet","zcaron","Ydieresis","space","exclamdown","cent","sterling","currency","yen","brokenbar","section","dieresis","copyright","ordfeminine","guillemotleft","logicalnot","hyphen","registered","macron","degree","plusminus","twosuperior","threesuperior","acute","mu","paragraph","periodcentered","cedilla","onesuperior","ordmasculine","guillemotright","onequarter","onehalf","threequarters","questiondown","Agrave","Aacute","Acircumflex","Atilde","Adieresis","Aring","AE","Ccedilla","Egrave","Eacute","Ecircumflex","Edieresis","Igrave","Iacute","Icircumflex","Idieresis","Eth","Ntilde","Ograve","Oacute","Ocircumflex","Otilde","Odieresis","multiply","Oslash","Ugrave","Uacute","Ucircumflex","Udieresis","Yacute","Thorn","germandbls","agrave","aacute","acircumflex","atilde","adieresis","aring","ae","ccedilla","egrave","eacute","ecircumflex","edieresis","igrave","iacute","icircumflex","idieresis","eth","ntilde","ograve","oacute","ocircumflex","otilde","odieresis","divide","oslash","ugrave","uacute","ucircumflex","udieresis","yacute","thorn","ydieresis"];t.WinAnsiEncoding=s;const l=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclam","universal","numbersign","existential","percent","ampersand","suchthat","parenleft","parenright","asteriskmath","plus","comma","minus","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","congruent","Alpha","Beta","Chi","Delta","Epsilon","Phi","Gamma","Eta","Iota","theta1","Kappa","Lambda","Mu","Nu","Omicron","Pi","Theta","Rho","Sigma","Tau","Upsilon","sigma1","Omega","Xi","Psi","Zeta","bracketleft","therefore","bracketright","perpendicular","underscore","radicalex","alpha","beta","chi","delta","epsilon","phi","gamma","eta","iota","phi1","kappa","lambda","mu","nu","omicron","pi","theta","rho","sigma","tau","upsilon","omega1","omega","xi","psi","zeta","braceleft","bar","braceright","similar","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Euro","Upsilon1","minute","lessequal","fraction","infinity","florin","club","diamond","heart","spade","arrowboth","arrowleft","arrowup","arrowright","arrowdown","degree","plusminus","second","greaterequal","multiply","proportional","partialdiff","bullet","divide","notequal","equivalence","approxequal","ellipsis","arrowvertex","arrowhorizex","carriagereturn","aleph","Ifraktur","Rfraktur","weierstrass","circlemultiply","circleplus","emptyset","intersection","union","propersuperset","reflexsuperset","notsubset","propersubset","reflexsubset","element","notelement","angle","gradient","registerserif","copyrightserif","trademarkserif","product","radical","dotmath","logicalnot","logicaland","logicalor","arrowdblboth","arrowdblleft","arrowdblup","arrowdblright","arrowdbldown","lozenge","angleleft","registersans","copyrightsans","trademarksans","summation","parenlefttp","parenleftex","parenleftbt","bracketlefttp","bracketleftex","bracketleftbt","bracelefttp","braceleftmid","braceleftbt","braceex","","angleright","integral","integraltp","integralex","integralbt","parenrighttp","parenrightex","parenrightbt","bracketrighttp","bracketrightex","bracketrightbt","bracerighttp","bracerightmid","bracerightbt",""];t.SymbolSetEncoding=l;const c=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","a1","a2","a202","a3","a4","a5","a119","a118","a117","a11","a12","a13","a14","a15","a16","a105","a17","a18","a19","a20","a21","a22","a23","a24","a25","a26","a27","a28","a6","a7","a8","a9","a10","a29","a30","a31","a32","a33","a34","a35","a36","a37","a38","a39","a40","a41","a42","a43","a44","a45","a46","a47","a48","a49","a50","a51","a52","a53","a54","a55","a56","a57","a58","a59","a60","a61","a62","a63","a64","a65","a66","a67","a68","a69","a70","a71","a72","a73","a74","a203","a75","a204","a76","a77","a78","a79","a81","a82","a83","a84","a97","a98","a99","a100","","a89","a90","a93","a94","a91","a92","a205","a85","a206","a86","a87","a88","a95","a96","","","","","","","","","","","","","","","","","","","","a101","a102","a103","a104","a106","a107","a108","a112","a111","a110","a109","a120","a121","a122","a123","a124","a125","a126","a127","a128","a129","a130","a131","a132","a133","a134","a135","a136","a137","a138","a139","a140","a141","a142","a143","a144","a145","a146","a147","a148","a149","a150","a151","a152","a153","a154","a155","a156","a157","a158","a159","a160","a161","a163","a164","a196","a165","a192","a166","a167","a168","a169","a170","a171","a172","a173","a162","a174","a175","a176","a177","a178","a179","a193","a180","a199","a181","a200","a182","","a201","a183","a184","a197","a185","a194","a198","a186","a195","a187","a188","a189","a190","a191",""];function d(e){switch(e){case"WinAnsiEncoding":return s;case"StandardEncoding":return i;case"MacRomanEncoding":return o;case"SymbolSetEncoding":return l;case"ZapfDingbatsEncoding":return c;case"ExpertEncoding":return a;case"MacExpertEncoding":return n;default:return null}}t.ZapfDingbatsEncoding=c},function(e,t,r){var a=r(8).getLookupTableFactory,n=a((function(e){e.A=65,e.AE=198,e.AEacute=508,e.AEmacron=482,e.AEsmall=63462,e.Aacute=193,e.Aacutesmall=63457,e.Abreve=258,e.Abreveacute=7854,e.Abrevecyrillic=1232,e.Abrevedotbelow=7862,e.Abrevegrave=7856,e.Abrevehookabove=7858,e.Abrevetilde=7860,e.Acaron=461,e.Acircle=9398,e.Acircumflex=194,e.Acircumflexacute=7844,e.Acircumflexdotbelow=7852,e.Acircumflexgrave=7846,e.Acircumflexhookabove=7848,e.Acircumflexsmall=63458,e.Acircumflextilde=7850,e.Acute=63177,e.Acutesmall=63412,e.Acyrillic=1040,e.Adblgrave=512,e.Adieresis=196,e.Adieresiscyrillic=1234,e.Adieresismacron=478,e.Adieresissmall=63460,e.Adotbelow=7840,e.Adotmacron=480,e.Agrave=192,e.Agravesmall=63456,e.Ahookabove=7842,e.Aiecyrillic=1236,e.Ainvertedbreve=514,e.Alpha=913,e.Alphatonos=902,e.Amacron=256,e.Amonospace=65313,e.Aogonek=260,e.Aring=197,e.Aringacute=506,e.Aringbelow=7680,e.Aringsmall=63461,e.Asmall=63329,e.Atilde=195,e.Atildesmall=63459,e.Aybarmenian=1329,e.B=66,e.Bcircle=9399,e.Bdotaccent=7682,e.Bdotbelow=7684,e.Becyrillic=1041,e.Benarmenian=1330,e.Beta=914,e.Bhook=385,e.Blinebelow=7686,e.Bmonospace=65314,e.Brevesmall=63220,e.Bsmall=63330,e.Btopbar=386,e.C=67,e.Caarmenian=1342,e.Cacute=262,e.Caron=63178,e.Caronsmall=63221,e.Ccaron=268,e.Ccedilla=199,e.Ccedillaacute=7688,e.Ccedillasmall=63463,e.Ccircle=9400,e.Ccircumflex=264,e.Cdot=266,e.Cdotaccent=266,e.Cedillasmall=63416,e.Chaarmenian=1353,e.Cheabkhasiancyrillic=1212,e.Checyrillic=1063,e.Chedescenderabkhasiancyrillic=1214,e.Chedescendercyrillic=1206,e.Chedieresiscyrillic=1268,e.Cheharmenian=1347,e.Chekhakassiancyrillic=1227,e.Cheverticalstrokecyrillic=1208,e.Chi=935,e.Chook=391,e.Circumflexsmall=63222,e.Cmonospace=65315,e.Coarmenian=1361,e.Csmall=63331,e.D=68,e.DZ=497,e.DZcaron=452,e.Daarmenian=1332,e.Dafrican=393,e.Dcaron=270,e.Dcedilla=7696,e.Dcircle=9401,e.Dcircumflexbelow=7698,e.Dcroat=272,e.Ddotaccent=7690,e.Ddotbelow=7692,e.Decyrillic=1044,e.Deicoptic=1006,e.Delta=8710,e.Deltagreek=916,e.Dhook=394,e.Dieresis=63179,e.DieresisAcute=63180,e.DieresisGrave=63181,e.Dieresissmall=63400,e.Digammagreek=988,e.Djecyrillic=1026,e.Dlinebelow=7694,e.Dmonospace=65316,e.Dotaccentsmall=63223,e.Dslash=272,e.Dsmall=63332,e.Dtopbar=395,e.Dz=498,e.Dzcaron=453,e.Dzeabkhasiancyrillic=1248,e.Dzecyrillic=1029,e.Dzhecyrillic=1039,e.E=69,e.Eacute=201,e.Eacutesmall=63465,e.Ebreve=276,e.Ecaron=282,e.Ecedillabreve=7708,e.Echarmenian=1333,e.Ecircle=9402,e.Ecircumflex=202,e.Ecircumflexacute=7870,e.Ecircumflexbelow=7704,e.Ecircumflexdotbelow=7878,e.Ecircumflexgrave=7872,e.Ecircumflexhookabove=7874,e.Ecircumflexsmall=63466,e.Ecircumflextilde=7876,e.Ecyrillic=1028,e.Edblgrave=516,e.Edieresis=203,e.Edieresissmall=63467,e.Edot=278,e.Edotaccent=278,e.Edotbelow=7864,e.Efcyrillic=1060,e.Egrave=200,e.Egravesmall=63464,e.Eharmenian=1335,e.Ehookabove=7866,e.Eightroman=8551,e.Einvertedbreve=518,e.Eiotifiedcyrillic=1124,e.Elcyrillic=1051,e.Elevenroman=8554,e.Emacron=274,e.Emacronacute=7702,e.Emacrongrave=7700,e.Emcyrillic=1052,e.Emonospace=65317,e.Encyrillic=1053,e.Endescendercyrillic=1186,e.Eng=330,e.Enghecyrillic=1188,e.Enhookcyrillic=1223,e.Eogonek=280,e.Eopen=400,e.Epsilon=917,e.Epsilontonos=904,e.Ercyrillic=1056,e.Ereversed=398,e.Ereversedcyrillic=1069,e.Escyrillic=1057,e.Esdescendercyrillic=1194,e.Esh=425,e.Esmall=63333,e.Eta=919,e.Etarmenian=1336,e.Etatonos=905,e.Eth=208,e.Ethsmall=63472,e.Etilde=7868,e.Etildebelow=7706,e.Euro=8364,e.Ezh=439,e.Ezhcaron=494,e.Ezhreversed=440,e.F=70,e.Fcircle=9403,e.Fdotaccent=7710,e.Feharmenian=1366,e.Feicoptic=996,e.Fhook=401,e.Fitacyrillic=1138,e.Fiveroman=8548,e.Fmonospace=65318,e.Fourroman=8547,e.Fsmall=63334,e.G=71,e.GBsquare=13191,e.Gacute=500,e.Gamma=915,e.Gammaafrican=404,e.Gangiacoptic=1002,e.Gbreve=286,e.Gcaron=486,e.Gcedilla=290,e.Gcircle=9404,e.Gcircumflex=284,e.Gcommaaccent=290,e.Gdot=288,e.Gdotaccent=288,e.Gecyrillic=1043,e.Ghadarmenian=1346,e.Ghemiddlehookcyrillic=1172,e.Ghestrokecyrillic=1170,e.Gheupturncyrillic=1168,e.Ghook=403,e.Gimarmenian=1331,e.Gjecyrillic=1027,e.Gmacron=7712,e.Gmonospace=65319,e.Grave=63182,e.Gravesmall=63328,e.Gsmall=63335,e.Gsmallhook=667,e.Gstroke=484,e.H=72,e.H18533=9679,e.H18543=9642,e.H18551=9643,e.H22073=9633,e.HPsquare=13259,e.Haabkhasiancyrillic=1192,e.Hadescendercyrillic=1202,e.Hardsigncyrillic=1066,e.Hbar=294,e.Hbrevebelow=7722,e.Hcedilla=7720,e.Hcircle=9405,e.Hcircumflex=292,e.Hdieresis=7718,e.Hdotaccent=7714,e.Hdotbelow=7716,e.Hmonospace=65320,e.Hoarmenian=1344,e.Horicoptic=1e3,e.Hsmall=63336,e.Hungarumlaut=63183,e.Hungarumlautsmall=63224,e.Hzsquare=13200,e.I=73,e.IAcyrillic=1071,e.IJ=306,e.IUcyrillic=1070,e.Iacute=205,e.Iacutesmall=63469,e.Ibreve=300,e.Icaron=463,e.Icircle=9406,e.Icircumflex=206,e.Icircumflexsmall=63470,e.Icyrillic=1030,e.Idblgrave=520,e.Idieresis=207,e.Idieresisacute=7726,e.Idieresiscyrillic=1252,e.Idieresissmall=63471,e.Idot=304,e.Idotaccent=304,e.Idotbelow=7882,e.Iebrevecyrillic=1238,e.Iecyrillic=1045,e.Ifraktur=8465,e.Igrave=204,e.Igravesmall=63468,e.Ihookabove=7880,e.Iicyrillic=1048,e.Iinvertedbreve=522,e.Iishortcyrillic=1049,e.Imacron=298,e.Imacroncyrillic=1250,e.Imonospace=65321,e.Iniarmenian=1339,e.Iocyrillic=1025,e.Iogonek=302,e.Iota=921,e.Iotaafrican=406,e.Iotadieresis=938,e.Iotatonos=906,e.Ismall=63337,e.Istroke=407,e.Itilde=296,e.Itildebelow=7724,e.Izhitsacyrillic=1140,e.Izhitsadblgravecyrillic=1142,e.J=74,e.Jaarmenian=1345,e.Jcircle=9407,e.Jcircumflex=308,e.Jecyrillic=1032,e.Jheharmenian=1355,e.Jmonospace=65322,e.Jsmall=63338,e.K=75,e.KBsquare=13189,e.KKsquare=13261,e.Kabashkircyrillic=1184,e.Kacute=7728,e.Kacyrillic=1050,e.Kadescendercyrillic=1178,e.Kahookcyrillic=1219,e.Kappa=922,e.Kastrokecyrillic=1182,e.Kaverticalstrokecyrillic=1180,e.Kcaron=488,e.Kcedilla=310,e.Kcircle=9408,e.Kcommaaccent=310,e.Kdotbelow=7730,e.Keharmenian=1364,e.Kenarmenian=1343,e.Khacyrillic=1061,e.Kheicoptic=998,e.Khook=408,e.Kjecyrillic=1036,e.Klinebelow=7732,e.Kmonospace=65323,e.Koppacyrillic=1152,e.Koppagreek=990,e.Ksicyrillic=1134,e.Ksmall=63339,e.L=76,e.LJ=455,e.LL=63167,e.Lacute=313,e.Lambda=923,e.Lcaron=317,e.Lcedilla=315,e.Lcircle=9409,e.Lcircumflexbelow=7740,e.Lcommaaccent=315,e.Ldot=319,e.Ldotaccent=319,e.Ldotbelow=7734,e.Ldotbelowmacron=7736,e.Liwnarmenian=1340,e.Lj=456,e.Ljecyrillic=1033,e.Llinebelow=7738,e.Lmonospace=65324,e.Lslash=321,e.Lslashsmall=63225,e.Lsmall=63340,e.M=77,e.MBsquare=13190,e.Macron=63184,e.Macronsmall=63407,e.Macute=7742,e.Mcircle=9410,e.Mdotaccent=7744,e.Mdotbelow=7746,e.Menarmenian=1348,e.Mmonospace=65325,e.Msmall=63341,e.Mturned=412,e.Mu=924,e.N=78,e.NJ=458,e.Nacute=323,e.Ncaron=327,e.Ncedilla=325,e.Ncircle=9411,e.Ncircumflexbelow=7754,e.Ncommaaccent=325,e.Ndotaccent=7748,e.Ndotbelow=7750,e.Nhookleft=413,e.Nineroman=8552,e.Nj=459,e.Njecyrillic=1034,e.Nlinebelow=7752,e.Nmonospace=65326,e.Nowarmenian=1350,e.Nsmall=63342,e.Ntilde=209,e.Ntildesmall=63473,e.Nu=925,e.O=79,e.OE=338,e.OEsmall=63226,e.Oacute=211,e.Oacutesmall=63475,e.Obarredcyrillic=1256,e.Obarreddieresiscyrillic=1258,e.Obreve=334,e.Ocaron=465,e.Ocenteredtilde=415,e.Ocircle=9412,e.Ocircumflex=212,e.Ocircumflexacute=7888,e.Ocircumflexdotbelow=7896,e.Ocircumflexgrave=7890,e.Ocircumflexhookabove=7892,e.Ocircumflexsmall=63476,e.Ocircumflextilde=7894,e.Ocyrillic=1054,e.Odblacute=336,e.Odblgrave=524,e.Odieresis=214,e.Odieresiscyrillic=1254,e.Odieresissmall=63478,e.Odotbelow=7884,e.Ogoneksmall=63227,e.Ograve=210,e.Ogravesmall=63474,e.Oharmenian=1365,e.Ohm=8486,e.Ohookabove=7886,e.Ohorn=416,e.Ohornacute=7898,e.Ohorndotbelow=7906,e.Ohorngrave=7900,e.Ohornhookabove=7902,e.Ohorntilde=7904,e.Ohungarumlaut=336,e.Oi=418,e.Oinvertedbreve=526,e.Omacron=332,e.Omacronacute=7762,e.Omacrongrave=7760,e.Omega=8486,e.Omegacyrillic=1120,e.Omegagreek=937,e.Omegaroundcyrillic=1146,e.Omegatitlocyrillic=1148,e.Omegatonos=911,e.Omicron=927,e.Omicrontonos=908,e.Omonospace=65327,e.Oneroman=8544,e.Oogonek=490,e.Oogonekmacron=492,e.Oopen=390,e.Oslash=216,e.Oslashacute=510,e.Oslashsmall=63480,e.Osmall=63343,e.Ostrokeacute=510,e.Otcyrillic=1150,e.Otilde=213,e.Otildeacute=7756,e.Otildedieresis=7758,e.Otildesmall=63477,e.P=80,e.Pacute=7764,e.Pcircle=9413,e.Pdotaccent=7766,e.Pecyrillic=1055,e.Peharmenian=1354,e.Pemiddlehookcyrillic=1190,e.Phi=934,e.Phook=420,e.Pi=928,e.Piwrarmenian=1363,e.Pmonospace=65328,e.Psi=936,e.Psicyrillic=1136,e.Psmall=63344,e.Q=81,e.Qcircle=9414,e.Qmonospace=65329,e.Qsmall=63345,e.R=82,e.Raarmenian=1356,e.Racute=340,e.Rcaron=344,e.Rcedilla=342,e.Rcircle=9415,e.Rcommaaccent=342,e.Rdblgrave=528,e.Rdotaccent=7768,e.Rdotbelow=7770,e.Rdotbelowmacron=7772,e.Reharmenian=1360,e.Rfraktur=8476,e.Rho=929,e.Ringsmall=63228,e.Rinvertedbreve=530,e.Rlinebelow=7774,e.Rmonospace=65330,e.Rsmall=63346,e.Rsmallinverted=641,e.Rsmallinvertedsuperior=694,e.S=83,e.SF010000=9484,e.SF020000=9492,e.SF030000=9488,e.SF040000=9496,e.SF050000=9532,e.SF060000=9516,e.SF070000=9524,e.SF080000=9500,e.SF090000=9508,e.SF100000=9472,e.SF110000=9474,e.SF190000=9569,e.SF200000=9570,e.SF210000=9558,e.SF220000=9557,e.SF230000=9571,e.SF240000=9553,e.SF250000=9559,e.SF260000=9565,e.SF270000=9564,e.SF280000=9563,e.SF360000=9566,e.SF370000=9567,e.SF380000=9562,e.SF390000=9556,e.SF400000=9577,e.SF410000=9574,e.SF420000=9568,e.SF430000=9552,e.SF440000=9580,e.SF450000=9575,e.SF460000=9576,e.SF470000=9572,e.SF480000=9573,e.SF490000=9561,e.SF500000=9560,e.SF510000=9554,e.SF520000=9555,e.SF530000=9579,e.SF540000=9578,e.Sacute=346,e.Sacutedotaccent=7780,e.Sampigreek=992,e.Scaron=352,e.Scarondotaccent=7782,e.Scaronsmall=63229,e.Scedilla=350,e.Schwa=399,e.Schwacyrillic=1240,e.Schwadieresiscyrillic=1242,e.Scircle=9416,e.Scircumflex=348,e.Scommaaccent=536,e.Sdotaccent=7776,e.Sdotbelow=7778,e.Sdotbelowdotaccent=7784,e.Seharmenian=1357,e.Sevenroman=8550,e.Shaarmenian=1351,e.Shacyrillic=1064,e.Shchacyrillic=1065,e.Sheicoptic=994,e.Shhacyrillic=1210,e.Shimacoptic=1004,e.Sigma=931,e.Sixroman=8549,e.Smonospace=65331,e.Softsigncyrillic=1068,e.Ssmall=63347,e.Stigmagreek=986,e.T=84,e.Tau=932,e.Tbar=358,e.Tcaron=356,e.Tcedilla=354,e.Tcircle=9417,e.Tcircumflexbelow=7792,e.Tcommaaccent=354,e.Tdotaccent=7786,e.Tdotbelow=7788,e.Tecyrillic=1058,e.Tedescendercyrillic=1196,e.Tenroman=8553,e.Tetsecyrillic=1204,e.Theta=920,e.Thook=428,e.Thorn=222,e.Thornsmall=63486,e.Threeroman=8546,e.Tildesmall=63230,e.Tiwnarmenian=1359,e.Tlinebelow=7790,e.Tmonospace=65332,e.Toarmenian=1337,e.Tonefive=444,e.Tonesix=388,e.Tonetwo=423,e.Tretroflexhook=430,e.Tsecyrillic=1062,e.Tshecyrillic=1035,e.Tsmall=63348,e.Twelveroman=8555,e.Tworoman=8545,e.U=85,e.Uacute=218,e.Uacutesmall=63482,e.Ubreve=364,e.Ucaron=467,e.Ucircle=9418,e.Ucircumflex=219,e.Ucircumflexbelow=7798,e.Ucircumflexsmall=63483,e.Ucyrillic=1059,e.Udblacute=368,e.Udblgrave=532,e.Udieresis=220,e.Udieresisacute=471,e.Udieresisbelow=7794,e.Udieresiscaron=473,e.Udieresiscyrillic=1264,e.Udieresisgrave=475,e.Udieresismacron=469,e.Udieresissmall=63484,e.Udotbelow=7908,e.Ugrave=217,e.Ugravesmall=63481,e.Uhookabove=7910,e.Uhorn=431,e.Uhornacute=7912,e.Uhorndotbelow=7920,e.Uhorngrave=7914,e.Uhornhookabove=7916,e.Uhorntilde=7918,e.Uhungarumlaut=368,e.Uhungarumlautcyrillic=1266,e.Uinvertedbreve=534,e.Ukcyrillic=1144,e.Umacron=362,e.Umacroncyrillic=1262,e.Umacrondieresis=7802,e.Umonospace=65333,e.Uogonek=370,e.Upsilon=933,e.Upsilon1=978,e.Upsilonacutehooksymbolgreek=979,e.Upsilonafrican=433,e.Upsilondieresis=939,e.Upsilondieresishooksymbolgreek=980,e.Upsilonhooksymbol=978,e.Upsilontonos=910,e.Uring=366,e.Ushortcyrillic=1038,e.Usmall=63349,e.Ustraightcyrillic=1198,e.Ustraightstrokecyrillic=1200,e.Utilde=360,e.Utildeacute=7800,e.Utildebelow=7796,e.V=86,e.Vcircle=9419,e.Vdotbelow=7806,e.Vecyrillic=1042,e.Vewarmenian=1358,e.Vhook=434,e.Vmonospace=65334,e.Voarmenian=1352,e.Vsmall=63350,e.Vtilde=7804,e.W=87,e.Wacute=7810,e.Wcircle=9420,e.Wcircumflex=372,e.Wdieresis=7812,e.Wdotaccent=7814,e.Wdotbelow=7816,e.Wgrave=7808,e.Wmonospace=65335,e.Wsmall=63351,e.X=88,e.Xcircle=9421,e.Xdieresis=7820,e.Xdotaccent=7818,e.Xeharmenian=1341,e.Xi=926,e.Xmonospace=65336,e.Xsmall=63352,e.Y=89,e.Yacute=221,e.Yacutesmall=63485,e.Yatcyrillic=1122,e.Ycircle=9422,e.Ycircumflex=374,e.Ydieresis=376,e.Ydieresissmall=63487,e.Ydotaccent=7822,e.Ydotbelow=7924,e.Yericyrillic=1067,e.Yerudieresiscyrillic=1272,e.Ygrave=7922,e.Yhook=435,e.Yhookabove=7926,e.Yiarmenian=1349,e.Yicyrillic=1031,e.Yiwnarmenian=1362,e.Ymonospace=65337,e.Ysmall=63353,e.Ytilde=7928,e.Yusbigcyrillic=1130,e.Yusbigiotifiedcyrillic=1132,e.Yuslittlecyrillic=1126,e.Yuslittleiotifiedcyrillic=1128,e.Z=90,e.Zaarmenian=1334,e.Zacute=377,e.Zcaron=381,e.Zcaronsmall=63231,e.Zcircle=9423,e.Zcircumflex=7824,e.Zdot=379,e.Zdotaccent=379,e.Zdotbelow=7826,e.Zecyrillic=1047,e.Zedescendercyrillic=1176,e.Zedieresiscyrillic=1246,e.Zeta=918,e.Zhearmenian=1338,e.Zhebrevecyrillic=1217,e.Zhecyrillic=1046,e.Zhedescendercyrillic=1174,e.Zhedieresiscyrillic=1244,e.Zlinebelow=7828,e.Zmonospace=65338,e.Zsmall=63354,e.Zstroke=437,e.a=97,e.aabengali=2438,e.aacute=225,e.aadeva=2310,e.aagujarati=2694,e.aagurmukhi=2566,e.aamatragurmukhi=2622,e.aarusquare=13059,e.aavowelsignbengali=2494,e.aavowelsigndeva=2366,e.aavowelsigngujarati=2750,e.abbreviationmarkarmenian=1375,e.abbreviationsigndeva=2416,e.abengali=2437,e.abopomofo=12570,e.abreve=259,e.abreveacute=7855,e.abrevecyrillic=1233,e.abrevedotbelow=7863,e.abrevegrave=7857,e.abrevehookabove=7859,e.abrevetilde=7861,e.acaron=462,e.acircle=9424,e.acircumflex=226,e.acircumflexacute=7845,e.acircumflexdotbelow=7853,e.acircumflexgrave=7847,e.acircumflexhookabove=7849,e.acircumflextilde=7851,e.acute=180,e.acutebelowcmb=791,e.acutecmb=769,e.acutecomb=769,e.acutedeva=2388,e.acutelowmod=719,e.acutetonecmb=833,e.acyrillic=1072,e.adblgrave=513,e.addakgurmukhi=2673,e.adeva=2309,e.adieresis=228,e.adieresiscyrillic=1235,e.adieresismacron=479,e.adotbelow=7841,e.adotmacron=481,e.ae=230,e.aeacute=509,e.aekorean=12624,e.aemacron=483,e.afii00208=8213,e.afii08941=8356,e.afii10017=1040,e.afii10018=1041,e.afii10019=1042,e.afii10020=1043,e.afii10021=1044,e.afii10022=1045,e.afii10023=1025,e.afii10024=1046,e.afii10025=1047,e.afii10026=1048,e.afii10027=1049,e.afii10028=1050,e.afii10029=1051,e.afii10030=1052;e.afii10031=1053,e.afii10032=1054,e.afii10033=1055,e.afii10034=1056,e.afii10035=1057,e.afii10036=1058,e.afii10037=1059,e.afii10038=1060,e.afii10039=1061,e.afii10040=1062,e.afii10041=1063,e.afii10042=1064,e.afii10043=1065,e.afii10044=1066,e.afii10045=1067,e.afii10046=1068,e.afii10047=1069,e.afii10048=1070,e.afii10049=1071,e.afii10050=1168,e.afii10051=1026,e.afii10052=1027,e.afii10053=1028,e.afii10054=1029,e.afii10055=1030,e.afii10056=1031,e.afii10057=1032,e.afii10058=1033,e.afii10059=1034,e.afii10060=1035,e.afii10061=1036,e.afii10062=1038,e.afii10063=63172,e.afii10064=63173,e.afii10065=1072,e.afii10066=1073,e.afii10067=1074,e.afii10068=1075,e.afii10069=1076,e.afii10070=1077,e.afii10071=1105,e.afii10072=1078,e.afii10073=1079,e.afii10074=1080,e.afii10075=1081,e.afii10076=1082,e.afii10077=1083,e.afii10078=1084,e.afii10079=1085,e.afii10080=1086,e.afii10081=1087,e.afii10082=1088,e.afii10083=1089,e.afii10084=1090,e.afii10085=1091,e.afii10086=1092,e.afii10087=1093,e.afii10088=1094,e.afii10089=1095,e.afii10090=1096,e.afii10091=1097,e.afii10092=1098,e.afii10093=1099,e.afii10094=1100,e.afii10095=1101,e.afii10096=1102,e.afii10097=1103,e.afii10098=1169,e.afii10099=1106,e.afii10100=1107,e.afii10101=1108,e.afii10102=1109,e.afii10103=1110,e.afii10104=1111,e.afii10105=1112,e.afii10106=1113,e.afii10107=1114,e.afii10108=1115,e.afii10109=1116,e.afii10110=1118,e.afii10145=1039,e.afii10146=1122,e.afii10147=1138,e.afii10148=1140,e.afii10192=63174,e.afii10193=1119,e.afii10194=1123,e.afii10195=1139,e.afii10196=1141,e.afii10831=63175,e.afii10832=63176,e.afii10846=1241,e.afii299=8206,e.afii300=8207,e.afii301=8205,e.afii57381=1642,e.afii57388=1548,e.afii57392=1632,e.afii57393=1633,e.afii57394=1634,e.afii57395=1635,e.afii57396=1636,e.afii57397=1637,e.afii57398=1638,e.afii57399=1639,e.afii57400=1640,e.afii57401=1641,e.afii57403=1563,e.afii57407=1567,e.afii57409=1569,e.afii57410=1570,e.afii57411=1571,e.afii57412=1572,e.afii57413=1573,e.afii57414=1574,e.afii57415=1575,e.afii57416=1576,e.afii57417=1577,e.afii57418=1578,e.afii57419=1579,e.afii57420=1580,e.afii57421=1581,e.afii57422=1582,e.afii57423=1583,e.afii57424=1584,e.afii57425=1585,e.afii57426=1586,e.afii57427=1587,e.afii57428=1588,e.afii57429=1589,e.afii57430=1590,e.afii57431=1591,e.afii57432=1592,e.afii57433=1593,e.afii57434=1594,e.afii57440=1600,e.afii57441=1601,e.afii57442=1602,e.afii57443=1603,e.afii57444=1604,e.afii57445=1605,e.afii57446=1606,e.afii57448=1608,e.afii57449=1609,e.afii57450=1610,e.afii57451=1611,e.afii57452=1612,e.afii57453=1613,e.afii57454=1614,e.afii57455=1615,e.afii57456=1616,e.afii57457=1617,e.afii57458=1618,e.afii57470=1607,e.afii57505=1700,e.afii57506=1662,e.afii57507=1670,e.afii57508=1688,e.afii57509=1711,e.afii57511=1657,e.afii57512=1672,e.afii57513=1681,e.afii57514=1722,e.afii57519=1746,e.afii57534=1749,e.afii57636=8362,e.afii57645=1470,e.afii57658=1475,e.afii57664=1488,e.afii57665=1489,e.afii57666=1490,e.afii57667=1491,e.afii57668=1492,e.afii57669=1493,e.afii57670=1494,e.afii57671=1495,e.afii57672=1496,e.afii57673=1497,e.afii57674=1498,e.afii57675=1499,e.afii57676=1500,e.afii57677=1501,e.afii57678=1502,e.afii57679=1503,e.afii57680=1504,e.afii57681=1505,e.afii57682=1506,e.afii57683=1507,e.afii57684=1508,e.afii57685=1509,e.afii57686=1510,e.afii57687=1511,e.afii57688=1512,e.afii57689=1513,e.afii57690=1514,e.afii57694=64298,e.afii57695=64299,e.afii57700=64331,e.afii57705=64287,e.afii57716=1520,e.afii57717=1521,e.afii57718=1522,e.afii57723=64309,e.afii57793=1460,e.afii57794=1461,e.afii57795=1462,e.afii57796=1467,e.afii57797=1464,e.afii57798=1463,e.afii57799=1456,e.afii57800=1458,e.afii57801=1457,e.afii57802=1459,e.afii57803=1474,e.afii57804=1473,e.afii57806=1465,e.afii57807=1468,e.afii57839=1469,e.afii57841=1471,e.afii57842=1472,e.afii57929=700,e.afii61248=8453,e.afii61289=8467,e.afii61352=8470,e.afii61573=8236,e.afii61574=8237,e.afii61575=8238,e.afii61664=8204,e.afii63167=1645,e.afii64937=701,e.agrave=224,e.agujarati=2693,e.agurmukhi=2565,e.ahiragana=12354,e.ahookabove=7843,e.aibengali=2448,e.aibopomofo=12574,e.aideva=2320,e.aiecyrillic=1237,e.aigujarati=2704,e.aigurmukhi=2576,e.aimatragurmukhi=2632,e.ainarabic=1593,e.ainfinalarabic=65226,e.aininitialarabic=65227,e.ainmedialarabic=65228,e.ainvertedbreve=515,e.aivowelsignbengali=2504,e.aivowelsigndeva=2376,e.aivowelsigngujarati=2760,e.akatakana=12450,e.akatakanahalfwidth=65393,e.akorean=12623,e.alef=1488,e.alefarabic=1575,e.alefdageshhebrew=64304,e.aleffinalarabic=65166,e.alefhamzaabovearabic=1571,e.alefhamzaabovefinalarabic=65156,e.alefhamzabelowarabic=1573,e.alefhamzabelowfinalarabic=65160,e.alefhebrew=1488,e.aleflamedhebrew=64335,e.alefmaddaabovearabic=1570,e.alefmaddaabovefinalarabic=65154,e.alefmaksuraarabic=1609,e.alefmaksurafinalarabic=65264,e.alefmaksurainitialarabic=65267,e.alefmaksuramedialarabic=65268,e.alefpatahhebrew=64302,e.alefqamatshebrew=64303,e.aleph=8501,e.allequal=8780,e.alpha=945,e.alphatonos=940,e.amacron=257,e.amonospace=65345,e.ampersand=38,e.ampersandmonospace=65286,e.ampersandsmall=63270,e.amsquare=13250,e.anbopomofo=12578,e.angbopomofo=12580,e.angbracketleft=12296,e.angbracketright=12297,e.angkhankhuthai=3674,e.angle=8736,e.anglebracketleft=12296,e.anglebracketleftvertical=65087,e.anglebracketright=12297,e.anglebracketrightvertical=65088,e.angleleft=9001,e.angleright=9002,e.angstrom=8491,e.anoteleia=903,e.anudattadeva=2386,e.anusvarabengali=2434,e.anusvaradeva=2306,e.anusvaragujarati=2690,e.aogonek=261,e.apaatosquare=13056,e.aparen=9372,e.apostrophearmenian=1370,e.apostrophemod=700,e.apple=63743,e.approaches=8784,e.approxequal=8776,e.approxequalorimage=8786,e.approximatelyequal=8773,e.araeaekorean=12686,e.araeakorean=12685,e.arc=8978,e.arighthalfring=7834,e.aring=229,e.aringacute=507,e.aringbelow=7681,e.arrowboth=8596,e.arrowdashdown=8675,e.arrowdashleft=8672,e.arrowdashright=8674,e.arrowdashup=8673,e.arrowdblboth=8660,e.arrowdbldown=8659,e.arrowdblleft=8656,e.arrowdblright=8658,e.arrowdblup=8657,e.arrowdown=8595,e.arrowdownleft=8601,e.arrowdownright=8600,e.arrowdownwhite=8681,e.arrowheaddownmod=709,e.arrowheadleftmod=706,e.arrowheadrightmod=707,e.arrowheadupmod=708,e.arrowhorizex=63719,e.arrowleft=8592,e.arrowleftdbl=8656,e.arrowleftdblstroke=8653,e.arrowleftoverright=8646,e.arrowleftwhite=8678,e.arrowright=8594,e.arrowrightdblstroke=8655,e.arrowrightheavy=10142,e.arrowrightoverleft=8644,e.arrowrightwhite=8680,e.arrowtableft=8676,e.arrowtabright=8677,e.arrowup=8593,e.arrowupdn=8597,e.arrowupdnbse=8616,e.arrowupdownbase=8616,e.arrowupleft=8598,e.arrowupleftofdown=8645,e.arrowupright=8599,e.arrowupwhite=8679,e.arrowvertex=63718,e.asciicircum=94,e.asciicircummonospace=65342,e.asciitilde=126,e.asciitildemonospace=65374,e.ascript=593,e.ascriptturned=594,e.asmallhiragana=12353,e.asmallkatakana=12449,e.asmallkatakanahalfwidth=65383,e.asterisk=42,e.asteriskaltonearabic=1645,e.asteriskarabic=1645,e.asteriskmath=8727,e.asteriskmonospace=65290,e.asterisksmall=65121,e.asterism=8258,e.asuperior=63209,e.asymptoticallyequal=8771,e.at=64,e.atilde=227,e.atmonospace=65312,e.atsmall=65131,e.aturned=592,e.aubengali=2452,e.aubopomofo=12576,e.audeva=2324,e.augujarati=2708,e.augurmukhi=2580,e.aulengthmarkbengali=2519,e.aumatragurmukhi=2636,e.auvowelsignbengali=2508,e.auvowelsigndeva=2380,e.auvowelsigngujarati=2764,e.avagrahadeva=2365,e.aybarmenian=1377,e.ayin=1506,e.ayinaltonehebrew=64288,e.ayinhebrew=1506,e.b=98,e.babengali=2476,e.backslash=92,e.backslashmonospace=65340,e.badeva=2348,e.bagujarati=2732,e.bagurmukhi=2604,e.bahiragana=12400,e.bahtthai=3647,e.bakatakana=12496,e.bar=124,e.barmonospace=65372,e.bbopomofo=12549,e.bcircle=9425,e.bdotaccent=7683,e.bdotbelow=7685,e.beamedsixteenthnotes=9836,e.because=8757,e.becyrillic=1073,e.beharabic=1576,e.behfinalarabic=65168,e.behinitialarabic=65169,e.behiragana=12409,e.behmedialarabic=65170,e.behmeeminitialarabic=64671,e.behmeemisolatedarabic=64520,e.behnoonfinalarabic=64621,e.bekatakana=12505,e.benarmenian=1378,e.bet=1489,e.beta=946,e.betasymbolgreek=976,e.betdagesh=64305,e.betdageshhebrew=64305,e.bethebrew=1489,e.betrafehebrew=64332,e.bhabengali=2477,e.bhadeva=2349,e.bhagujarati=2733,e.bhagurmukhi=2605,e.bhook=595,e.bihiragana=12403,e.bikatakana=12499,e.bilabialclick=664,e.bindigurmukhi=2562,e.birusquare=13105,e.blackcircle=9679,e.blackdiamond=9670,e.blackdownpointingtriangle=9660,e.blackleftpointingpointer=9668,e.blackleftpointingtriangle=9664,e.blacklenticularbracketleft=12304,e.blacklenticularbracketleftvertical=65083,e.blacklenticularbracketright=12305,e.blacklenticularbracketrightvertical=65084,e.blacklowerlefttriangle=9699,e.blacklowerrighttriangle=9698,e.blackrectangle=9644,e.blackrightpointingpointer=9658,e.blackrightpointingtriangle=9654,e.blacksmallsquare=9642,e.blacksmilingface=9787,e.blacksquare=9632,e.blackstar=9733,e.blackupperlefttriangle=9700,e.blackupperrighttriangle=9701,e.blackuppointingsmalltriangle=9652,e.blackuppointingtriangle=9650,e.blank=9251,e.blinebelow=7687,e.block=9608,e.bmonospace=65346,e.bobaimaithai=3610,e.bohiragana=12412,e.bokatakana=12508,e.bparen=9373,e.bqsquare=13251,e.braceex=63732,e.braceleft=123,e.braceleftbt=63731,e.braceleftmid=63730,e.braceleftmonospace=65371,e.braceleftsmall=65115,e.bracelefttp=63729,e.braceleftvertical=65079,e.braceright=125,e.bracerightbt=63742,e.bracerightmid=63741,e.bracerightmonospace=65373,e.bracerightsmall=65116,e.bracerighttp=63740,e.bracerightvertical=65080,e.bracketleft=91,e.bracketleftbt=63728,e.bracketleftex=63727,e.bracketleftmonospace=65339,e.bracketlefttp=63726,e.bracketright=93,e.bracketrightbt=63739,e.bracketrightex=63738,e.bracketrightmonospace=65341,e.bracketrighttp=63737,e.breve=728,e.brevebelowcmb=814,e.brevecmb=774,e.breveinvertedbelowcmb=815,e.breveinvertedcmb=785,e.breveinverteddoublecmb=865,e.bridgebelowcmb=810,e.bridgeinvertedbelowcmb=826,e.brokenbar=166,e.bstroke=384,e.bsuperior=63210,e.btopbar=387,e.buhiragana=12406,e.bukatakana=12502,e.bullet=8226,e.bulletinverse=9688,e.bulletoperator=8729,e.bullseye=9678,e.c=99,e.caarmenian=1390,e.cabengali=2458,e.cacute=263,e.cadeva=2330,e.cagujarati=2714,e.cagurmukhi=2586,e.calsquare=13192,e.candrabindubengali=2433,e.candrabinducmb=784,e.candrabindudeva=2305,e.candrabindugujarati=2689,e.capslock=8682,e.careof=8453,e.caron=711,e.caronbelowcmb=812,e.caroncmb=780,e.carriagereturn=8629,e.cbopomofo=12568,e.ccaron=269,e.ccedilla=231,e.ccedillaacute=7689,e.ccircle=9426,e.ccircumflex=265,e.ccurl=597,e.cdot=267,e.cdotaccent=267,e.cdsquare=13253,e.cedilla=184,e.cedillacmb=807,e.cent=162,e.centigrade=8451,e.centinferior=63199,e.centmonospace=65504,e.centoldstyle=63394,e.centsuperior=63200,e.chaarmenian=1401,e.chabengali=2459,e.chadeva=2331,e.chagujarati=2715,e.chagurmukhi=2587,e.chbopomofo=12564,e.cheabkhasiancyrillic=1213,e.checkmark=10003,e.checyrillic=1095,e.chedescenderabkhasiancyrillic=1215,e.chedescendercyrillic=1207,e.chedieresiscyrillic=1269,e.cheharmenian=1395,e.chekhakassiancyrillic=1228,e.cheverticalstrokecyrillic=1209,e.chi=967,e.chieuchacirclekorean=12919,e.chieuchaparenkorean=12823,e.chieuchcirclekorean=12905,e.chieuchkorean=12618,e.chieuchparenkorean=12809,e.chochangthai=3594,e.chochanthai=3592,e.chochingthai=3593,e.chochoethai=3596,e.chook=392,e.cieucacirclekorean=12918,e.cieucaparenkorean=12822,e.cieuccirclekorean=12904,e.cieuckorean=12616,e.cieucparenkorean=12808,e.cieucuparenkorean=12828,e.circle=9675,e.circlecopyrt=169,e.circlemultiply=8855,e.circleot=8857,e.circleplus=8853,e.circlepostalmark=12342,e.circlewithlefthalfblack=9680,e.circlewithrighthalfblack=9681,e.circumflex=710,e.circumflexbelowcmb=813,e.circumflexcmb=770,e.clear=8999,e.clickalveolar=450,e.clickdental=448,e.clicklateral=449,e.clickretroflex=451,e.club=9827,e.clubsuitblack=9827,e.clubsuitwhite=9831,e.cmcubedsquare=13220,e.cmonospace=65347,e.cmsquaredsquare=13216,e.coarmenian=1409,e.colon=58,e.colonmonetary=8353,e.colonmonospace=65306,e.colonsign=8353,e.colonsmall=65109,e.colontriangularhalfmod=721,e.colontriangularmod=720,e.comma=44,e.commaabovecmb=787,e.commaaboverightcmb=789,e.commaaccent=63171,e.commaarabic=1548,e.commaarmenian=1373,e.commainferior=63201,e.commamonospace=65292,e.commareversedabovecmb=788,e.commareversedmod=701,e.commasmall=65104,e.commasuperior=63202,e.commaturnedabovecmb=786,e.commaturnedmod=699,e.compass=9788,e.congruent=8773,e.contourintegral=8750,e.control=8963,e.controlACK=6,e.controlBEL=7,e.controlBS=8,e.controlCAN=24,e.controlCR=13,e.controlDC1=17,e.controlDC2=18,e.controlDC3=19,e.controlDC4=20,e.controlDEL=127,e.controlDLE=16,e.controlEM=25,e.controlENQ=5,e.controlEOT=4,e.controlESC=27,e.controlETB=23,e.controlETX=3,e.controlFF=12,e.controlFS=28,e.controlGS=29,e.controlHT=9,e.controlLF=10,e.controlNAK=21,e.controlNULL=0,e.controlRS=30,e.controlSI=15,e.controlSO=14,e.controlSOT=2,e.controlSTX=1,e.controlSUB=26,e.controlSYN=22,e.controlUS=31,e.controlVT=11,e.copyright=169,e.copyrightsans=63721,e.copyrightserif=63193,e.cornerbracketleft=12300,e.cornerbracketlefthalfwidth=65378,e.cornerbracketleftvertical=65089,e.cornerbracketright=12301,e.cornerbracketrighthalfwidth=65379,e.cornerbracketrightvertical=65090,e.corporationsquare=13183,e.cosquare=13255,e.coverkgsquare=13254,e.cparen=9374,e.cruzeiro=8354,e.cstretched=663,e.curlyand=8911,e.curlyor=8910,e.currency=164,e.cyrBreve=63185,e.cyrFlex=63186,e.cyrbreve=63188,e.cyrflex=63189,e.d=100,e.daarmenian=1380,e.dabengali=2470,e.dadarabic=1590,e.dadeva=2342,e.dadfinalarabic=65214,e.dadinitialarabic=65215,e.dadmedialarabic=65216,e.dagesh=1468,e.dageshhebrew=1468,e.dagger=8224,e.daggerdbl=8225,e.dagujarati=2726,e.dagurmukhi=2598,e.dahiragana=12384,e.dakatakana=12480,e.dalarabic=1583,e.dalet=1491,e.daletdagesh=64307,e.daletdageshhebrew=64307,e.dalethebrew=1491,e.dalfinalarabic=65194,e.dammaarabic=1615,e.dammalowarabic=1615,e.dammatanaltonearabic=1612,e.dammatanarabic=1612,e.danda=2404,e.dargahebrew=1447,e.dargalefthebrew=1447,e.dasiapneumatacyrilliccmb=1157,e.dblGrave=63187,e.dblanglebracketleft=12298,e.dblanglebracketleftvertical=65085,e.dblanglebracketright=12299,e.dblanglebracketrightvertical=65086,e.dblarchinvertedbelowcmb=811,e.dblarrowleft=8660,e.dblarrowright=8658,e.dbldanda=2405,e.dblgrave=63190,e.dblgravecmb=783,e.dblintegral=8748,e.dbllowline=8215,e.dbllowlinecmb=819,e.dbloverlinecmb=831,e.dblprimemod=698,e.dblverticalbar=8214,e.dblverticallineabovecmb=782,e.dbopomofo=12553,e.dbsquare=13256,e.dcaron=271,e.dcedilla=7697,e.dcircle=9427,e.dcircumflexbelow=7699,e.dcroat=273,e.ddabengali=2465,e.ddadeva=2337,e.ddagujarati=2721,e.ddagurmukhi=2593,e.ddalarabic=1672,e.ddalfinalarabic=64393,e.dddhadeva=2396,e.ddhabengali=2466,e.ddhadeva=2338,e.ddhagujarati=2722,e.ddhagurmukhi=2594,e.ddotaccent=7691,e.ddotbelow=7693,e.decimalseparatorarabic=1643,e.decimalseparatorpersian=1643,e.decyrillic=1076,e.degree=176,e.dehihebrew=1453,e.dehiragana=12391,e.deicoptic=1007,e.dekatakana=12487,e.deleteleft=9003,e.deleteright=8998,e.delta=948,e.deltaturned=397,e.denominatorminusonenumeratorbengali=2552,e.dezh=676,e.dhabengali=2471,e.dhadeva=2343,e.dhagujarati=2727,e.dhagurmukhi=2599,e.dhook=599,e.dialytikatonos=901,e.dialytikatonoscmb=836,e.diamond=9830,e.diamondsuitwhite=9826,e.dieresis=168,e.dieresisacute=63191,e.dieresisbelowcmb=804,e.dieresiscmb=776,e.dieresisgrave=63192,e.dieresistonos=901,e.dihiragana=12386,e.dikatakana=12482,e.dittomark=12291,e.divide=247,e.divides=8739,e.divisionslash=8725,e.djecyrillic=1106,e.dkshade=9619,e.dlinebelow=7695,e.dlsquare=13207,e.dmacron=273,e.dmonospace=65348,e.dnblock=9604,e.dochadathai=3598,e.dodekthai=3604,e.dohiragana=12393,e.dokatakana=12489,e.dollar=36;e.dollarinferior=63203,e.dollarmonospace=65284,e.dollaroldstyle=63268,e.dollarsmall=65129,e.dollarsuperior=63204,e.dong=8363,e.dorusquare=13094,e.dotaccent=729,e.dotaccentcmb=775,e.dotbelowcmb=803,e.dotbelowcomb=803,e.dotkatakana=12539,e.dotlessi=305,e.dotlessj=63166,e.dotlessjstrokehook=644,e.dotmath=8901,e.dottedcircle=9676,e.doubleyodpatah=64287,e.doubleyodpatahhebrew=64287,e.downtackbelowcmb=798,e.downtackmod=725,e.dparen=9375,e.dsuperior=63211,e.dtail=598,e.dtopbar=396,e.duhiragana=12389,e.dukatakana=12485,e.dz=499,e.dzaltone=675,e.dzcaron=454,e.dzcurl=677,e.dzeabkhasiancyrillic=1249,e.dzecyrillic=1109,e.dzhecyrillic=1119,e.e=101,e.eacute=233,e.earth=9793,e.ebengali=2447,e.ebopomofo=12572,e.ebreve=277,e.ecandradeva=2317,e.ecandragujarati=2701,e.ecandravowelsigndeva=2373,e.ecandravowelsigngujarati=2757,e.ecaron=283,e.ecedillabreve=7709,e.echarmenian=1381,e.echyiwnarmenian=1415,e.ecircle=9428,e.ecircumflex=234,e.ecircumflexacute=7871,e.ecircumflexbelow=7705,e.ecircumflexdotbelow=7879,e.ecircumflexgrave=7873,e.ecircumflexhookabove=7875,e.ecircumflextilde=7877,e.ecyrillic=1108,e.edblgrave=517,e.edeva=2319,e.edieresis=235,e.edot=279,e.edotaccent=279,e.edotbelow=7865,e.eegurmukhi=2575,e.eematragurmukhi=2631,e.efcyrillic=1092,e.egrave=232,e.egujarati=2703,e.eharmenian=1383,e.ehbopomofo=12573,e.ehiragana=12360,e.ehookabove=7867,e.eibopomofo=12575,e.eight=56,e.eightarabic=1640,e.eightbengali=2542,e.eightcircle=9319,e.eightcircleinversesansserif=10129,e.eightdeva=2414,e.eighteencircle=9329,e.eighteenparen=9349,e.eighteenperiod=9369,e.eightgujarati=2798,e.eightgurmukhi=2670,e.eighthackarabic=1640,e.eighthangzhou=12328,e.eighthnotebeamed=9835,e.eightideographicparen=12839,e.eightinferior=8328,e.eightmonospace=65304,e.eightoldstyle=63288,e.eightparen=9339,e.eightperiod=9359,e.eightpersian=1784,e.eightroman=8567,e.eightsuperior=8312,e.eightthai=3672,e.einvertedbreve=519,e.eiotifiedcyrillic=1125,e.ekatakana=12456,e.ekatakanahalfwidth=65396,e.ekonkargurmukhi=2676,e.ekorean=12628,e.elcyrillic=1083,e.element=8712,e.elevencircle=9322,e.elevenparen=9342,e.elevenperiod=9362,e.elevenroman=8570,e.ellipsis=8230,e.ellipsisvertical=8942,e.emacron=275,e.emacronacute=7703,e.emacrongrave=7701,e.emcyrillic=1084,e.emdash=8212,e.emdashvertical=65073,e.emonospace=65349,e.emphasismarkarmenian=1371,e.emptyset=8709,e.enbopomofo=12579,e.encyrillic=1085,e.endash=8211,e.endashvertical=65074,e.endescendercyrillic=1187,e.eng=331,e.engbopomofo=12581,e.enghecyrillic=1189,e.enhookcyrillic=1224,e.enspace=8194,e.eogonek=281,e.eokorean=12627,e.eopen=603,e.eopenclosed=666,e.eopenreversed=604,e.eopenreversedclosed=606,e.eopenreversedhook=605,e.eparen=9376,e.epsilon=949,e.epsilontonos=941,e.equal=61,e.equalmonospace=65309,e.equalsmall=65126,e.equalsuperior=8316,e.equivalence=8801,e.erbopomofo=12582,e.ercyrillic=1088,e.ereversed=600,e.ereversedcyrillic=1101,e.escyrillic=1089,e.esdescendercyrillic=1195,e.esh=643,e.eshcurl=646,e.eshortdeva=2318,e.eshortvowelsigndeva=2374,e.eshreversedloop=426,e.eshsquatreversed=645,e.esmallhiragana=12359,e.esmallkatakana=12455,e.esmallkatakanahalfwidth=65386,e.estimated=8494,e.esuperior=63212,e.eta=951,e.etarmenian=1384,e.etatonos=942,e.eth=240,e.etilde=7869,e.etildebelow=7707,e.etnahtafoukhhebrew=1425,e.etnahtafoukhlefthebrew=1425,e.etnahtahebrew=1425,e.etnahtalefthebrew=1425,e.eturned=477,e.eukorean=12641,e.euro=8364,e.evowelsignbengali=2503,e.evowelsigndeva=2375,e.evowelsigngujarati=2759,e.exclam=33,e.exclamarmenian=1372,e.exclamdbl=8252,e.exclamdown=161,e.exclamdownsmall=63393,e.exclammonospace=65281,e.exclamsmall=63265,e.existential=8707,e.ezh=658,e.ezhcaron=495,e.ezhcurl=659,e.ezhreversed=441,e.ezhtail=442,e.f=102,e.fadeva=2398,e.fagurmukhi=2654,e.fahrenheit=8457,e.fathaarabic=1614,e.fathalowarabic=1614,e.fathatanarabic=1611,e.fbopomofo=12552,e.fcircle=9429,e.fdotaccent=7711,e.feharabic=1601,e.feharmenian=1414,e.fehfinalarabic=65234,e.fehinitialarabic=65235,e.fehmedialarabic=65236,e.feicoptic=997,e.female=9792,e.ff=64256,e.f_f=64256,e.ffi=64259,e.ffl=64260,e.fi=64257,e.fifteencircle=9326,e.fifteenparen=9346,e.fifteenperiod=9366,e.figuredash=8210,e.filledbox=9632,e.filledrect=9644,e.finalkaf=1498,e.finalkafdagesh=64314,e.finalkafdageshhebrew=64314,e.finalkafhebrew=1498,e.finalmem=1501,e.finalmemhebrew=1501,e.finalnun=1503,e.finalnunhebrew=1503,e.finalpe=1507,e.finalpehebrew=1507,e.finaltsadi=1509,e.finaltsadihebrew=1509,e.firsttonechinese=713,e.fisheye=9673,e.fitacyrillic=1139,e.five=53,e.fivearabic=1637,e.fivebengali=2539,e.fivecircle=9316,e.fivecircleinversesansserif=10126,e.fivedeva=2411,e.fiveeighths=8541,e.fivegujarati=2795,e.fivegurmukhi=2667,e.fivehackarabic=1637,e.fivehangzhou=12325,e.fiveideographicparen=12836,e.fiveinferior=8325,e.fivemonospace=65301,e.fiveoldstyle=63285,e.fiveparen=9336,e.fiveperiod=9356,e.fivepersian=1781,e.fiveroman=8564,e.fivesuperior=8309,e.fivethai=3669,e.fl=64258,e.florin=402,e.fmonospace=65350,e.fmsquare=13209,e.fofanthai=3615,e.fofathai=3613,e.fongmanthai=3663,e.forall=8704,e.four=52,e.fourarabic=1636,e.fourbengali=2538,e.fourcircle=9315,e.fourcircleinversesansserif=10125,e.fourdeva=2410,e.fourgujarati=2794,e.fourgurmukhi=2666,e.fourhackarabic=1636,e.fourhangzhou=12324,e.fourideographicparen=12835,e.fourinferior=8324,e.fourmonospace=65300,e.fournumeratorbengali=2551,e.fouroldstyle=63284,e.fourparen=9335,e.fourperiod=9355,e.fourpersian=1780,e.fourroman=8563,e.foursuperior=8308,e.fourteencircle=9325,e.fourteenparen=9345,e.fourteenperiod=9365,e.fourthai=3668,e.fourthtonechinese=715,e.fparen=9377,e.fraction=8260,e.franc=8355,e.g=103,e.gabengali=2455,e.gacute=501,e.gadeva=2327,e.gafarabic=1711,e.gaffinalarabic=64403,e.gafinitialarabic=64404,e.gafmedialarabic=64405,e.gagujarati=2711,e.gagurmukhi=2583,e.gahiragana=12364,e.gakatakana=12460,e.gamma=947,e.gammalatinsmall=611,e.gammasuperior=736,e.gangiacoptic=1003,e.gbopomofo=12557,e.gbreve=287,e.gcaron=487,e.gcedilla=291,e.gcircle=9430,e.gcircumflex=285,e.gcommaaccent=291,e.gdot=289,e.gdotaccent=289,e.gecyrillic=1075,e.gehiragana=12370,e.gekatakana=12466,e.geometricallyequal=8785,e.gereshaccenthebrew=1436,e.gereshhebrew=1523,e.gereshmuqdamhebrew=1437,e.germandbls=223,e.gershayimaccenthebrew=1438,e.gershayimhebrew=1524,e.getamark=12307,e.ghabengali=2456,e.ghadarmenian=1394,e.ghadeva=2328,e.ghagujarati=2712,e.ghagurmukhi=2584,e.ghainarabic=1594,e.ghainfinalarabic=65230,e.ghaininitialarabic=65231,e.ghainmedialarabic=65232,e.ghemiddlehookcyrillic=1173,e.ghestrokecyrillic=1171,e.gheupturncyrillic=1169,e.ghhadeva=2394,e.ghhagurmukhi=2650,e.ghook=608,e.ghzsquare=13203,e.gihiragana=12366,e.gikatakana=12462,e.gimarmenian=1379,e.gimel=1490,e.gimeldagesh=64306,e.gimeldageshhebrew=64306,e.gimelhebrew=1490,e.gjecyrillic=1107,e.glottalinvertedstroke=446,e.glottalstop=660,e.glottalstopinverted=662,e.glottalstopmod=704,e.glottalstopreversed=661,e.glottalstopreversedmod=705,e.glottalstopreversedsuperior=740,e.glottalstopstroke=673,e.glottalstopstrokereversed=674,e.gmacron=7713,e.gmonospace=65351,e.gohiragana=12372,e.gokatakana=12468,e.gparen=9378,e.gpasquare=13228,e.gradient=8711,e.grave=96,e.gravebelowcmb=790,e.gravecmb=768,e.gravecomb=768,e.gravedeva=2387,e.gravelowmod=718,e.gravemonospace=65344,e.gravetonecmb=832,e.greater=62,e.greaterequal=8805,e.greaterequalorless=8923,e.greatermonospace=65310,e.greaterorequivalent=8819,e.greaterorless=8823,e.greateroverequal=8807,e.greatersmall=65125,e.gscript=609,e.gstroke=485,e.guhiragana=12368,e.guillemotleft=171,e.guillemotright=187,e.guilsinglleft=8249,e.guilsinglright=8250,e.gukatakana=12464,e.guramusquare=13080,e.gysquare=13257,e.h=104,e.haabkhasiancyrillic=1193,e.haaltonearabic=1729,e.habengali=2489,e.hadescendercyrillic=1203,e.hadeva=2361,e.hagujarati=2745,e.hagurmukhi=2617,e.haharabic=1581,e.hahfinalarabic=65186,e.hahinitialarabic=65187,e.hahiragana=12399,e.hahmedialarabic=65188,e.haitusquare=13098,e.hakatakana=12495,e.hakatakanahalfwidth=65418,e.halantgurmukhi=2637,e.hamzaarabic=1569,e.hamzalowarabic=1569,e.hangulfiller=12644,e.hardsigncyrillic=1098,e.harpoonleftbarbup=8636,e.harpoonrightbarbup=8640,e.hasquare=13258,e.hatafpatah=1458,e.hatafpatah16=1458,e.hatafpatah23=1458,e.hatafpatah2f=1458,e.hatafpatahhebrew=1458,e.hatafpatahnarrowhebrew=1458,e.hatafpatahquarterhebrew=1458,e.hatafpatahwidehebrew=1458,e.hatafqamats=1459,e.hatafqamats1b=1459,e.hatafqamats28=1459,e.hatafqamats34=1459,e.hatafqamatshebrew=1459,e.hatafqamatsnarrowhebrew=1459,e.hatafqamatsquarterhebrew=1459,e.hatafqamatswidehebrew=1459,e.hatafsegol=1457,e.hatafsegol17=1457,e.hatafsegol24=1457,e.hatafsegol30=1457,e.hatafsegolhebrew=1457,e.hatafsegolnarrowhebrew=1457,e.hatafsegolquarterhebrew=1457,e.hatafsegolwidehebrew=1457,e.hbar=295,e.hbopomofo=12559,e.hbrevebelow=7723,e.hcedilla=7721,e.hcircle=9431,e.hcircumflex=293,e.hdieresis=7719,e.hdotaccent=7715,e.hdotbelow=7717,e.he=1492,e.heart=9829,e.heartsuitblack=9829,e.heartsuitwhite=9825,e.hedagesh=64308,e.hedageshhebrew=64308,e.hehaltonearabic=1729,e.heharabic=1607,e.hehebrew=1492,e.hehfinalaltonearabic=64423,e.hehfinalalttwoarabic=65258,e.hehfinalarabic=65258,e.hehhamzaabovefinalarabic=64421,e.hehhamzaaboveisolatedarabic=64420,e.hehinitialaltonearabic=64424,e.hehinitialarabic=65259,e.hehiragana=12408,e.hehmedialaltonearabic=64425,e.hehmedialarabic=65260,e.heiseierasquare=13179,e.hekatakana=12504,e.hekatakanahalfwidth=65421,e.hekutaarusquare=13110,e.henghook=615,e.herutusquare=13113,e.het=1495,e.hethebrew=1495,e.hhook=614,e.hhooksuperior=689,e.hieuhacirclekorean=12923,e.hieuhaparenkorean=12827,e.hieuhcirclekorean=12909,e.hieuhkorean=12622,e.hieuhparenkorean=12813,e.hihiragana=12402,e.hikatakana=12498,e.hikatakanahalfwidth=65419,e.hiriq=1460,e.hiriq14=1460,e.hiriq21=1460,e.hiriq2d=1460,e.hiriqhebrew=1460,e.hiriqnarrowhebrew=1460,e.hiriqquarterhebrew=1460,e.hiriqwidehebrew=1460,e.hlinebelow=7830,e.hmonospace=65352,e.hoarmenian=1392,e.hohipthai=3627,e.hohiragana=12411,e.hokatakana=12507,e.hokatakanahalfwidth=65422,e.holam=1465,e.holam19=1465,e.holam26=1465,e.holam32=1465,e.holamhebrew=1465,e.holamnarrowhebrew=1465,e.holamquarterhebrew=1465,e.holamwidehebrew=1465,e.honokhukthai=3630,e.hookabovecomb=777,e.hookcmb=777,e.hookpalatalizedbelowcmb=801,e.hookretroflexbelowcmb=802,e.hoonsquare=13122,e.horicoptic=1001,e.horizontalbar=8213,e.horncmb=795,e.hotsprings=9832,e.house=8962,e.hparen=9379,e.hsuperior=688,e.hturned=613,e.huhiragana=12405,e.huiitosquare=13107,e.hukatakana=12501,e.hukatakanahalfwidth=65420,e.hungarumlaut=733,e.hungarumlautcmb=779,e.hv=405,e.hyphen=45,e.hypheninferior=63205,e.hyphenmonospace=65293,e.hyphensmall=65123,e.hyphensuperior=63206,e.hyphentwo=8208,e.i=105,e.iacute=237,e.iacyrillic=1103,e.ibengali=2439,e.ibopomofo=12583,e.ibreve=301,e.icaron=464,e.icircle=9432,e.icircumflex=238,e.icyrillic=1110,e.idblgrave=521,e.ideographearthcircle=12943,e.ideographfirecircle=12939,e.ideographicallianceparen=12863,e.ideographiccallparen=12858,e.ideographiccentrecircle=12965,e.ideographicclose=12294,e.ideographiccomma=12289,e.ideographiccommaleft=65380,e.ideographiccongratulationparen=12855,e.ideographiccorrectcircle=12963,e.ideographicearthparen=12847,e.ideographicenterpriseparen=12861,e.ideographicexcellentcircle=12957,e.ideographicfestivalparen=12864,e.ideographicfinancialcircle=12950,e.ideographicfinancialparen=12854,e.ideographicfireparen=12843,e.ideographichaveparen=12850,e.ideographichighcircle=12964,e.ideographiciterationmark=12293,e.ideographiclaborcircle=12952,e.ideographiclaborparen=12856,e.ideographicleftcircle=12967,e.ideographiclowcircle=12966,e.ideographicmedicinecircle=12969,e.ideographicmetalparen=12846,e.ideographicmoonparen=12842,e.ideographicnameparen=12852,e.ideographicperiod=12290,e.ideographicprintcircle=12958,e.ideographicreachparen=12867,e.ideographicrepresentparen=12857,e.ideographicresourceparen=12862,e.ideographicrightcircle=12968,e.ideographicsecretcircle=12953,e.ideographicselfparen=12866,e.ideographicsocietyparen=12851,e.ideographicspace=12288,e.ideographicspecialparen=12853,e.ideographicstockparen=12849,e.ideographicstudyparen=12859,e.ideographicsunparen=12848,e.ideographicsuperviseparen=12860,e.ideographicwaterparen=12844,e.ideographicwoodparen=12845,e.ideographiczero=12295,e.ideographmetalcircle=12942,e.ideographmooncircle=12938,e.ideographnamecircle=12948,e.ideographsuncircle=12944,e.ideographwatercircle=12940,e.ideographwoodcircle=12941,e.ideva=2311,e.idieresis=239,e.idieresisacute=7727,e.idieresiscyrillic=1253,e.idotbelow=7883,e.iebrevecyrillic=1239,e.iecyrillic=1077,e.ieungacirclekorean=12917,e.ieungaparenkorean=12821,e.ieungcirclekorean=12903,e.ieungkorean=12615,e.ieungparenkorean=12807,e.igrave=236,e.igujarati=2695,e.igurmukhi=2567,e.ihiragana=12356,e.ihookabove=7881,e.iibengali=2440,e.iicyrillic=1080,e.iideva=2312,e.iigujarati=2696,e.iigurmukhi=2568,e.iimatragurmukhi=2624,e.iinvertedbreve=523,e.iishortcyrillic=1081,e.iivowelsignbengali=2496,e.iivowelsigndeva=2368,e.iivowelsigngujarati=2752,e.ij=307,e.ikatakana=12452,e.ikatakanahalfwidth=65394,e.ikorean=12643,e.ilde=732,e.iluyhebrew=1452,e.imacron=299,e.imacroncyrillic=1251,e.imageorapproximatelyequal=8787,e.imatragurmukhi=2623,e.imonospace=65353,e.increment=8710,e.infinity=8734,e.iniarmenian=1387,e.integral=8747,e.integralbottom=8993,e.integralbt=8993,e.integralex=63733,e.integraltop=8992,e.integraltp=8992,e.intersection=8745,e.intisquare=13061,e.invbullet=9688,e.invcircle=9689,e.invsmileface=9787,e.iocyrillic=1105,e.iogonek=303,e.iota=953,e.iotadieresis=970,e.iotadieresistonos=912,e.iotalatin=617,e.iotatonos=943,e.iparen=9380,e.irigurmukhi=2674,e.ismallhiragana=12355,e.ismallkatakana=12451,e.ismallkatakanahalfwidth=65384,e.issharbengali=2554,e.istroke=616,e.isuperior=63213,e.iterationhiragana=12445,e.iterationkatakana=12541,e.itilde=297,e.itildebelow=7725,e.iubopomofo=12585,e.iucyrillic=1102,e.ivowelsignbengali=2495,e.ivowelsigndeva=2367,e.ivowelsigngujarati=2751,e.izhitsacyrillic=1141,e.izhitsadblgravecyrillic=1143,e.j=106,e.jaarmenian=1393,e.jabengali=2460,e.jadeva=2332,e.jagujarati=2716,e.jagurmukhi=2588,e.jbopomofo=12560,e.jcaron=496,e.jcircle=9433,e.jcircumflex=309,e.jcrossedtail=669,e.jdotlessstroke=607,e.jecyrillic=1112,e.jeemarabic=1580,e.jeemfinalarabic=65182,e.jeeminitialarabic=65183,e.jeemmedialarabic=65184,e.jeharabic=1688,e.jehfinalarabic=64395,e.jhabengali=2461,e.jhadeva=2333,e.jhagujarati=2717,e.jhagurmukhi=2589,e.jheharmenian=1403,e.jis=12292,e.jmonospace=65354,e.jparen=9381,e.jsuperior=690,e.k=107,e.kabashkircyrillic=1185,e.kabengali=2453,e.kacute=7729,e.kacyrillic=1082,e.kadescendercyrillic=1179,e.kadeva=2325,e.kaf=1499,e.kafarabic=1603,e.kafdagesh=64315,e.kafdageshhebrew=64315,e.kaffinalarabic=65242,e.kafhebrew=1499,e.kafinitialarabic=65243,e.kafmedialarabic=65244,e.kafrafehebrew=64333,e.kagujarati=2709,e.kagurmukhi=2581,e.kahiragana=12363,e.kahookcyrillic=1220,e.kakatakana=12459,e.kakatakanahalfwidth=65398,e.kappa=954,e.kappasymbolgreek=1008,e.kapyeounmieumkorean=12657,e.kapyeounphieuphkorean=12676,e.kapyeounpieupkorean=12664,e.kapyeounssangpieupkorean=12665,e.karoriisquare=13069,e.kashidaautoarabic=1600,e.kashidaautonosidebearingarabic=1600,e.kasmallkatakana=12533,e.kasquare=13188,e.kasraarabic=1616,e.kasratanarabic=1613,e.kastrokecyrillic=1183,e.katahiraprolongmarkhalfwidth=65392,e.kaverticalstrokecyrillic=1181,e.kbopomofo=12558,e.kcalsquare=13193,e.kcaron=489,e.kcedilla=311,e.kcircle=9434,e.kcommaaccent=311,e.kdotbelow=7731,e.keharmenian=1412,e.kehiragana=12369,e.kekatakana=12465,e.kekatakanahalfwidth=65401,e.kenarmenian=1391,e.kesmallkatakana=12534,e.kgreenlandic=312,e.khabengali=2454,e.khacyrillic=1093,e.khadeva=2326,e.khagujarati=2710,e.khagurmukhi=2582,e.khaharabic=1582,e.khahfinalarabic=65190,e.khahinitialarabic=65191,e.khahmedialarabic=65192,e.kheicoptic=999,e.khhadeva=2393,e.khhagurmukhi=2649,e.khieukhacirclekorean=12920,e.khieukhaparenkorean=12824,e.khieukhcirclekorean=12906,e.khieukhkorean=12619,e.khieukhparenkorean=12810,e.khokhaithai=3586,e.khokhonthai=3589,e.khokhuatthai=3587,e.khokhwaithai=3588,e.khomutthai=3675,e.khook=409,e.khorakhangthai=3590,e.khzsquare=13201,e.kihiragana=12365,e.kikatakana=12461,e.kikatakanahalfwidth=65399,e.kiroguramusquare=13077,e.kiromeetorusquare=13078,e.kirosquare=13076,e.kiyeokacirclekorean=12910,e.kiyeokaparenkorean=12814,e.kiyeokcirclekorean=12896,e.kiyeokkorean=12593,e.kiyeokparenkorean=12800,e.kiyeoksioskorean=12595,e.kjecyrillic=1116,e.klinebelow=7733,e.klsquare=13208,e.kmcubedsquare=13222;e.kmonospace=65355,e.kmsquaredsquare=13218,e.kohiragana=12371,e.kohmsquare=13248,e.kokaithai=3585,e.kokatakana=12467,e.kokatakanahalfwidth=65402,e.kooposquare=13086,e.koppacyrillic=1153,e.koreanstandardsymbol=12927,e.koroniscmb=835,e.kparen=9382,e.kpasquare=13226,e.ksicyrillic=1135,e.ktsquare=13263,e.kturned=670,e.kuhiragana=12367,e.kukatakana=12463,e.kukatakanahalfwidth=65400,e.kvsquare=13240,e.kwsquare=13246,e.l=108,e.labengali=2482,e.lacute=314,e.ladeva=2354,e.lagujarati=2738,e.lagurmukhi=2610,e.lakkhangyaothai=3653,e.lamaleffinalarabic=65276,e.lamalefhamzaabovefinalarabic=65272,e.lamalefhamzaaboveisolatedarabic=65271,e.lamalefhamzabelowfinalarabic=65274,e.lamalefhamzabelowisolatedarabic=65273,e.lamalefisolatedarabic=65275,e.lamalefmaddaabovefinalarabic=65270,e.lamalefmaddaaboveisolatedarabic=65269,e.lamarabic=1604,e.lambda=955,e.lambdastroke=411,e.lamed=1500,e.lameddagesh=64316,e.lameddageshhebrew=64316,e.lamedhebrew=1500,e.lamfinalarabic=65246,e.lamhahinitialarabic=64714,e.laminitialarabic=65247,e.lamjeeminitialarabic=64713,e.lamkhahinitialarabic=64715,e.lamlamhehisolatedarabic=65010,e.lammedialarabic=65248,e.lammeemhahinitialarabic=64904,e.lammeeminitialarabic=64716,e.largecircle=9711,e.lbar=410,e.lbelt=620,e.lbopomofo=12556,e.lcaron=318,e.lcedilla=316,e.lcircle=9435,e.lcircumflexbelow=7741,e.lcommaaccent=316,e.ldot=320,e.ldotaccent=320,e.ldotbelow=7735,e.ldotbelowmacron=7737,e.leftangleabovecmb=794,e.lefttackbelowcmb=792,e.less=60,e.lessequal=8804,e.lessequalorgreater=8922,e.lessmonospace=65308,e.lessorequivalent=8818,e.lessorgreater=8822,e.lessoverequal=8806,e.lesssmall=65124,e.lezh=622,e.lfblock=9612,e.lhookretroflex=621,e.lira=8356,e.liwnarmenian=1388,e.lj=457,e.ljecyrillic=1113,e.ll=63168,e.lladeva=2355,e.llagujarati=2739,e.llinebelow=7739,e.llladeva=2356,e.llvocalicbengali=2529,e.llvocalicdeva=2401,e.llvocalicvowelsignbengali=2531,e.llvocalicvowelsigndeva=2403,e.lmiddletilde=619,e.lmonospace=65356,e.lmsquare=13264,e.lochulathai=3628,e.logicaland=8743,e.logicalnot=172,e.logicalnotreversed=8976,e.logicalor=8744,e.lolingthai=3621,e.longs=383,e.lowlinecenterline=65102,e.lowlinecmb=818,e.lowlinedashed=65101,e.lozenge=9674,e.lparen=9383,e.lslash=322,e.lsquare=8467,e.lsuperior=63214,e.ltshade=9617,e.luthai=3622,e.lvocalicbengali=2444,e.lvocalicdeva=2316,e.lvocalicvowelsignbengali=2530,e.lvocalicvowelsigndeva=2402,e.lxsquare=13267,e.m=109,e.mabengali=2478,e.macron=175,e.macronbelowcmb=817,e.macroncmb=772,e.macronlowmod=717,e.macronmonospace=65507,e.macute=7743,e.madeva=2350,e.magujarati=2734,e.magurmukhi=2606,e.mahapakhhebrew=1444,e.mahapakhlefthebrew=1444,e.mahiragana=12414,e.maichattawalowleftthai=63637,e.maichattawalowrightthai=63636,e.maichattawathai=3659,e.maichattawaupperleftthai=63635,e.maieklowleftthai=63628,e.maieklowrightthai=63627,e.maiekthai=3656,e.maiekupperleftthai=63626,e.maihanakatleftthai=63620,e.maihanakatthai=3633,e.maitaikhuleftthai=63625,e.maitaikhuthai=3655,e.maitholowleftthai=63631,e.maitholowrightthai=63630,e.maithothai=3657,e.maithoupperleftthai=63629,e.maitrilowleftthai=63634,e.maitrilowrightthai=63633,e.maitrithai=3658,e.maitriupperleftthai=63632,e.maiyamokthai=3654,e.makatakana=12510,e.makatakanahalfwidth=65423,e.male=9794,e.mansyonsquare=13127,e.maqafhebrew=1470,e.mars=9794,e.masoracirclehebrew=1455,e.masquare=13187,e.mbopomofo=12551,e.mbsquare=13268,e.mcircle=9436,e.mcubedsquare=13221,e.mdotaccent=7745,e.mdotbelow=7747,e.meemarabic=1605,e.meemfinalarabic=65250,e.meeminitialarabic=65251,e.meemmedialarabic=65252,e.meemmeeminitialarabic=64721,e.meemmeemisolatedarabic=64584,e.meetorusquare=13133,e.mehiragana=12417,e.meizierasquare=13182,e.mekatakana=12513,e.mekatakanahalfwidth=65426,e.mem=1502,e.memdagesh=64318,e.memdageshhebrew=64318,e.memhebrew=1502,e.menarmenian=1396,e.merkhahebrew=1445,e.merkhakefulahebrew=1446,e.merkhakefulalefthebrew=1446,e.merkhalefthebrew=1445,e.mhook=625,e.mhzsquare=13202,e.middledotkatakanahalfwidth=65381,e.middot=183,e.mieumacirclekorean=12914,e.mieumaparenkorean=12818,e.mieumcirclekorean=12900,e.mieumkorean=12609,e.mieumpansioskorean=12656,e.mieumparenkorean=12804,e.mieumpieupkorean=12654,e.mieumsioskorean=12655,e.mihiragana=12415,e.mikatakana=12511,e.mikatakanahalfwidth=65424,e.minus=8722,e.minusbelowcmb=800,e.minuscircle=8854,e.minusmod=727,e.minusplus=8723,e.minute=8242,e.miribaarusquare=13130,e.mirisquare=13129,e.mlonglegturned=624,e.mlsquare=13206,e.mmcubedsquare=13219,e.mmonospace=65357,e.mmsquaredsquare=13215,e.mohiragana=12418,e.mohmsquare=13249,e.mokatakana=12514,e.mokatakanahalfwidth=65427,e.molsquare=13270,e.momathai=3617,e.moverssquare=13223,e.moverssquaredsquare=13224,e.mparen=9384,e.mpasquare=13227,e.mssquare=13235,e.msuperior=63215,e.mturned=623,e.mu=181,e.mu1=181,e.muasquare=13186,e.muchgreater=8811,e.muchless=8810,e.mufsquare=13196,e.mugreek=956,e.mugsquare=13197,e.muhiragana=12416,e.mukatakana=12512,e.mukatakanahalfwidth=65425,e.mulsquare=13205,e.multiply=215,e.mumsquare=13211,e.munahhebrew=1443,e.munahlefthebrew=1443,e.musicalnote=9834,e.musicalnotedbl=9835,e.musicflatsign=9837,e.musicsharpsign=9839,e.mussquare=13234,e.muvsquare=13238,e.muwsquare=13244,e.mvmegasquare=13241,e.mvsquare=13239,e.mwmegasquare=13247,e.mwsquare=13245,e.n=110,e.nabengali=2472,e.nabla=8711,e.nacute=324,e.nadeva=2344,e.nagujarati=2728,e.nagurmukhi=2600,e.nahiragana=12394,e.nakatakana=12490,e.nakatakanahalfwidth=65413,e.napostrophe=329,e.nasquare=13185,e.nbopomofo=12555,e.nbspace=160,e.ncaron=328,e.ncedilla=326,e.ncircle=9437,e.ncircumflexbelow=7755,e.ncommaaccent=326,e.ndotaccent=7749,e.ndotbelow=7751,e.nehiragana=12397,e.nekatakana=12493,e.nekatakanahalfwidth=65416,e.newsheqelsign=8362,e.nfsquare=13195,e.ngabengali=2457,e.ngadeva=2329,e.ngagujarati=2713,e.ngagurmukhi=2585,e.ngonguthai=3591,e.nhiragana=12435,e.nhookleft=626,e.nhookretroflex=627,e.nieunacirclekorean=12911,e.nieunaparenkorean=12815,e.nieuncieuckorean=12597,e.nieuncirclekorean=12897,e.nieunhieuhkorean=12598,e.nieunkorean=12596,e.nieunpansioskorean=12648,e.nieunparenkorean=12801,e.nieunsioskorean=12647,e.nieuntikeutkorean=12646,e.nihiragana=12395,e.nikatakana=12491,e.nikatakanahalfwidth=65414,e.nikhahitleftthai=63641,e.nikhahitthai=3661,e.nine=57,e.ninearabic=1641,e.ninebengali=2543,e.ninecircle=9320,e.ninecircleinversesansserif=10130,e.ninedeva=2415,e.ninegujarati=2799,e.ninegurmukhi=2671,e.ninehackarabic=1641,e.ninehangzhou=12329,e.nineideographicparen=12840,e.nineinferior=8329,e.ninemonospace=65305,e.nineoldstyle=63289,e.nineparen=9340,e.nineperiod=9360,e.ninepersian=1785,e.nineroman=8568,e.ninesuperior=8313,e.nineteencircle=9330,e.nineteenparen=9350,e.nineteenperiod=9370,e.ninethai=3673,e.nj=460,e.njecyrillic=1114,e.nkatakana=12531,e.nkatakanahalfwidth=65437,e.nlegrightlong=414,e.nlinebelow=7753,e.nmonospace=65358,e.nmsquare=13210,e.nnabengali=2467,e.nnadeva=2339,e.nnagujarati=2723,e.nnagurmukhi=2595,e.nnnadeva=2345,e.nohiragana=12398,e.nokatakana=12494,e.nokatakanahalfwidth=65417,e.nonbreakingspace=160,e.nonenthai=3603,e.nonuthai=3609,e.noonarabic=1606,e.noonfinalarabic=65254,e.noonghunnaarabic=1722,e.noonghunnafinalarabic=64415,e.nooninitialarabic=65255,e.noonjeeminitialarabic=64722,e.noonjeemisolatedarabic=64587,e.noonmedialarabic=65256,e.noonmeeminitialarabic=64725,e.noonmeemisolatedarabic=64590,e.noonnoonfinalarabic=64653,e.notcontains=8716,e.notelement=8713,e.notelementof=8713,e.notequal=8800,e.notgreater=8815,e.notgreaternorequal=8817,e.notgreaternorless=8825,e.notidentical=8802,e.notless=8814,e.notlessnorequal=8816,e.notparallel=8742,e.notprecedes=8832,e.notsubset=8836,e.notsucceeds=8833,e.notsuperset=8837,e.nowarmenian=1398,e.nparen=9385,e.nssquare=13233,e.nsuperior=8319,e.ntilde=241,e.nu=957,e.nuhiragana=12396,e.nukatakana=12492,e.nukatakanahalfwidth=65415,e.nuktabengali=2492,e.nuktadeva=2364,e.nuktagujarati=2748,e.nuktagurmukhi=2620,e.numbersign=35,e.numbersignmonospace=65283,e.numbersignsmall=65119,e.numeralsigngreek=884,e.numeralsignlowergreek=885,e.numero=8470,e.nun=1504,e.nundagesh=64320,e.nundageshhebrew=64320,e.nunhebrew=1504,e.nvsquare=13237,e.nwsquare=13243,e.nyabengali=2462,e.nyadeva=2334,e.nyagujarati=2718,e.nyagurmukhi=2590,e.o=111,e.oacute=243,e.oangthai=3629,e.obarred=629,e.obarredcyrillic=1257,e.obarreddieresiscyrillic=1259,e.obengali=2451,e.obopomofo=12571,e.obreve=335,e.ocandradeva=2321,e.ocandragujarati=2705,e.ocandravowelsigndeva=2377,e.ocandravowelsigngujarati=2761,e.ocaron=466,e.ocircle=9438,e.ocircumflex=244,e.ocircumflexacute=7889,e.ocircumflexdotbelow=7897,e.ocircumflexgrave=7891,e.ocircumflexhookabove=7893,e.ocircumflextilde=7895,e.ocyrillic=1086,e.odblacute=337,e.odblgrave=525,e.odeva=2323,e.odieresis=246,e.odieresiscyrillic=1255,e.odotbelow=7885,e.oe=339,e.oekorean=12634,e.ogonek=731,e.ogonekcmb=808,e.ograve=242,e.ogujarati=2707,e.oharmenian=1413,e.ohiragana=12362,e.ohookabove=7887,e.ohorn=417,e.ohornacute=7899,e.ohorndotbelow=7907,e.ohorngrave=7901,e.ohornhookabove=7903,e.ohorntilde=7905,e.ohungarumlaut=337,e.oi=419,e.oinvertedbreve=527,e.okatakana=12458,e.okatakanahalfwidth=65397,e.okorean=12631,e.olehebrew=1451,e.omacron=333,e.omacronacute=7763,e.omacrongrave=7761,e.omdeva=2384,e.omega=969,e.omega1=982,e.omegacyrillic=1121,e.omegalatinclosed=631,e.omegaroundcyrillic=1147,e.omegatitlocyrillic=1149,e.omegatonos=974,e.omgujarati=2768,e.omicron=959,e.omicrontonos=972,e.omonospace=65359,e.one=49,e.onearabic=1633,e.onebengali=2535,e.onecircle=9312,e.onecircleinversesansserif=10122,e.onedeva=2407,e.onedotenleader=8228,e.oneeighth=8539,e.onefitted=63196,e.onegujarati=2791,e.onegurmukhi=2663,e.onehackarabic=1633,e.onehalf=189,e.onehangzhou=12321,e.oneideographicparen=12832,e.oneinferior=8321,e.onemonospace=65297,e.onenumeratorbengali=2548,e.oneoldstyle=63281,e.oneparen=9332,e.oneperiod=9352,e.onepersian=1777,e.onequarter=188,e.oneroman=8560,e.onesuperior=185,e.onethai=3665,e.onethird=8531,e.oogonek=491,e.oogonekmacron=493,e.oogurmukhi=2579,e.oomatragurmukhi=2635,e.oopen=596,e.oparen=9386,e.openbullet=9702,e.option=8997,e.ordfeminine=170,e.ordmasculine=186,e.orthogonal=8735,e.oshortdeva=2322,e.oshortvowelsigndeva=2378,e.oslash=248,e.oslashacute=511,e.osmallhiragana=12361,e.osmallkatakana=12457,e.osmallkatakanahalfwidth=65387,e.ostrokeacute=511,e.osuperior=63216,e.otcyrillic=1151,e.otilde=245,e.otildeacute=7757,e.otildedieresis=7759,e.oubopomofo=12577,e.overline=8254,e.overlinecenterline=65098,e.overlinecmb=773,e.overlinedashed=65097,e.overlinedblwavy=65100,e.overlinewavy=65099,e.overscore=175,e.ovowelsignbengali=2507,e.ovowelsigndeva=2379,e.ovowelsigngujarati=2763,e.p=112,e.paampssquare=13184,e.paasentosquare=13099,e.pabengali=2474,e.pacute=7765,e.padeva=2346,e.pagedown=8671,e.pageup=8670,e.pagujarati=2730,e.pagurmukhi=2602,e.pahiragana=12401,e.paiyannoithai=3631,e.pakatakana=12497,e.palatalizationcyrilliccmb=1156,e.palochkacyrillic=1216,e.pansioskorean=12671,e.paragraph=182,e.parallel=8741,e.parenleft=40,e.parenleftaltonearabic=64830,e.parenleftbt=63725,e.parenleftex=63724,e.parenleftinferior=8333,e.parenleftmonospace=65288,e.parenleftsmall=65113,e.parenleftsuperior=8317,e.parenlefttp=63723,e.parenleftvertical=65077,e.parenright=41,e.parenrightaltonearabic=64831,e.parenrightbt=63736,e.parenrightex=63735,e.parenrightinferior=8334,e.parenrightmonospace=65289,e.parenrightsmall=65114,e.parenrightsuperior=8318,e.parenrighttp=63734,e.parenrightvertical=65078,e.partialdiff=8706,e.paseqhebrew=1472,e.pashtahebrew=1433,e.pasquare=13225,e.patah=1463,e.patah11=1463,e.patah1d=1463,e.patah2a=1463,e.patahhebrew=1463,e.patahnarrowhebrew=1463,e.patahquarterhebrew=1463,e.patahwidehebrew=1463,e.pazerhebrew=1441,e.pbopomofo=12550,e.pcircle=9439,e.pdotaccent=7767,e.pe=1508,e.pecyrillic=1087,e.pedagesh=64324,e.pedageshhebrew=64324,e.peezisquare=13115,e.pefinaldageshhebrew=64323,e.peharabic=1662,e.peharmenian=1402,e.pehebrew=1508,e.pehfinalarabic=64343,e.pehinitialarabic=64344,e.pehiragana=12410,e.pehmedialarabic=64345,e.pekatakana=12506,e.pemiddlehookcyrillic=1191,e.perafehebrew=64334,e.percent=37,e.percentarabic=1642,e.percentmonospace=65285,e.percentsmall=65130,e.period=46,e.periodarmenian=1417,e.periodcentered=183,e.periodhalfwidth=65377,e.periodinferior=63207,e.periodmonospace=65294,e.periodsmall=65106,e.periodsuperior=63208,e.perispomenigreekcmb=834,e.perpendicular=8869,e.perthousand=8240,e.peseta=8359,e.pfsquare=13194,e.phabengali=2475,e.phadeva=2347,e.phagujarati=2731,e.phagurmukhi=2603,e.phi=966,e.phi1=981,e.phieuphacirclekorean=12922,e.phieuphaparenkorean=12826,e.phieuphcirclekorean=12908,e.phieuphkorean=12621,e.phieuphparenkorean=12812,e.philatin=632,e.phinthuthai=3642,e.phisymbolgreek=981,e.phook=421,e.phophanthai=3614,e.phophungthai=3612,e.phosamphaothai=3616,e.pi=960,e.pieupacirclekorean=12915,e.pieupaparenkorean=12819,e.pieupcieuckorean=12662,e.pieupcirclekorean=12901,e.pieupkiyeokkorean=12658,e.pieupkorean=12610,e.pieupparenkorean=12805,e.pieupsioskiyeokkorean=12660,e.pieupsioskorean=12612,e.pieupsiostikeutkorean=12661,e.pieupthieuthkorean=12663,e.pieuptikeutkorean=12659,e.pihiragana=12404,e.pikatakana=12500,e.pisymbolgreek=982,e.piwrarmenian=1411,e.plus=43,e.plusbelowcmb=799,e.pluscircle=8853,e.plusminus=177,e.plusmod=726,e.plusmonospace=65291,e.plussmall=65122,e.plussuperior=8314,e.pmonospace=65360,e.pmsquare=13272,e.pohiragana=12413,e.pointingindexdownwhite=9759,e.pointingindexleftwhite=9756,e.pointingindexrightwhite=9758,e.pointingindexupwhite=9757,e.pokatakana=12509,e.poplathai=3611,e.postalmark=12306,e.postalmarkface=12320,e.pparen=9387,e.precedes=8826,e.prescription=8478,e.primemod=697,e.primereversed=8245,e.product=8719,e.projective=8965,e.prolongedkana=12540,e.propellor=8984,e.propersubset=8834,e.propersuperset=8835,e.proportion=8759,e.proportional=8733,e.psi=968,e.psicyrillic=1137,e.psilipneumatacyrilliccmb=1158,e.pssquare=13232,e.puhiragana=12407,e.pukatakana=12503,e.pvsquare=13236,e.pwsquare=13242,e.q=113,e.qadeva=2392,e.qadmahebrew=1448,e.qafarabic=1602,e.qaffinalarabic=65238,e.qafinitialarabic=65239,e.qafmedialarabic=65240,e.qamats=1464,e.qamats10=1464,e.qamats1a=1464,e.qamats1c=1464,e.qamats27=1464,e.qamats29=1464,e.qamats33=1464,e.qamatsde=1464,e.qamatshebrew=1464,e.qamatsnarrowhebrew=1464,e.qamatsqatanhebrew=1464,e.qamatsqatannarrowhebrew=1464,e.qamatsqatanquarterhebrew=1464,e.qamatsqatanwidehebrew=1464,e.qamatsquarterhebrew=1464,e.qamatswidehebrew=1464,e.qarneyparahebrew=1439,e.qbopomofo=12561,e.qcircle=9440,e.qhook=672,e.qmonospace=65361,e.qof=1511,e.qofdagesh=64327,e.qofdageshhebrew=64327,e.qofhebrew=1511,e.qparen=9388,e.quarternote=9833,e.qubuts=1467,e.qubuts18=1467,e.qubuts25=1467,e.qubuts31=1467,e.qubutshebrew=1467,e.qubutsnarrowhebrew=1467,e.qubutsquarterhebrew=1467,e.qubutswidehebrew=1467,e.question=63,e.questionarabic=1567,e.questionarmenian=1374,e.questiondown=191,e.questiondownsmall=63423,e.questiongreek=894,e.questionmonospace=65311,e.questionsmall=63295,e.quotedbl=34,e.quotedblbase=8222,e.quotedblleft=8220,e.quotedblmonospace=65282,e.quotedblprime=12318,e.quotedblprimereversed=12317,e.quotedblright=8221,e.quoteleft=8216,e.quoteleftreversed=8219,e.quotereversed=8219,e.quoteright=8217,e.quoterightn=329,e.quotesinglbase=8218,e.quotesingle=39,e.quotesinglemonospace=65287,e.r=114,e.raarmenian=1404,e.rabengali=2480,e.racute=341,e.radeva=2352,e.radical=8730,e.radicalex=63717,e.radoverssquare=13230,e.radoverssquaredsquare=13231,e.radsquare=13229,e.rafe=1471,e.rafehebrew=1471,e.ragujarati=2736,e.ragurmukhi=2608,e.rahiragana=12425,e.rakatakana=12521,e.rakatakanahalfwidth=65431,e.ralowerdiagonalbengali=2545,e.ramiddlediagonalbengali=2544,e.ramshorn=612,e.ratio=8758,e.rbopomofo=12566,e.rcaron=345,e.rcedilla=343,e.rcircle=9441,e.rcommaaccent=343,e.rdblgrave=529,e.rdotaccent=7769,e.rdotbelow=7771,e.rdotbelowmacron=7773,e.referencemark=8251,e.reflexsubset=8838,e.reflexsuperset=8839,e.registered=174,e.registersans=63720,e.registerserif=63194,e.reharabic=1585,e.reharmenian=1408,e.rehfinalarabic=65198,e.rehiragana=12428,e.rekatakana=12524,e.rekatakanahalfwidth=65434,e.resh=1512,e.reshdageshhebrew=64328,e.reshhebrew=1512,e.reversedtilde=8765,e.reviahebrew=1431;e.reviamugrashhebrew=1431,e.revlogicalnot=8976,e.rfishhook=638,e.rfishhookreversed=639,e.rhabengali=2525,e.rhadeva=2397,e.rho=961,e.rhook=637,e.rhookturned=635,e.rhookturnedsuperior=693,e.rhosymbolgreek=1009,e.rhotichookmod=734,e.rieulacirclekorean=12913,e.rieulaparenkorean=12817,e.rieulcirclekorean=12899,e.rieulhieuhkorean=12608,e.rieulkiyeokkorean=12602,e.rieulkiyeoksioskorean=12649,e.rieulkorean=12601,e.rieulmieumkorean=12603,e.rieulpansioskorean=12652,e.rieulparenkorean=12803,e.rieulphieuphkorean=12607,e.rieulpieupkorean=12604,e.rieulpieupsioskorean=12651,e.rieulsioskorean=12605,e.rieulthieuthkorean=12606,e.rieultikeutkorean=12650,e.rieulyeorinhieuhkorean=12653,e.rightangle=8735,e.righttackbelowcmb=793,e.righttriangle=8895,e.rihiragana=12426,e.rikatakana=12522,e.rikatakanahalfwidth=65432,e.ring=730,e.ringbelowcmb=805,e.ringcmb=778,e.ringhalfleft=703,e.ringhalfleftarmenian=1369,e.ringhalfleftbelowcmb=796,e.ringhalfleftcentered=723,e.ringhalfright=702,e.ringhalfrightbelowcmb=825,e.ringhalfrightcentered=722,e.rinvertedbreve=531,e.rittorusquare=13137,e.rlinebelow=7775,e.rlongleg=636,e.rlonglegturned=634,e.rmonospace=65362,e.rohiragana=12429,e.rokatakana=12525,e.rokatakanahalfwidth=65435,e.roruathai=3619,e.rparen=9389,e.rrabengali=2524,e.rradeva=2353,e.rragurmukhi=2652,e.rreharabic=1681,e.rrehfinalarabic=64397,e.rrvocalicbengali=2528,e.rrvocalicdeva=2400,e.rrvocalicgujarati=2784,e.rrvocalicvowelsignbengali=2500,e.rrvocalicvowelsigndeva=2372,e.rrvocalicvowelsigngujarati=2756,e.rsuperior=63217,e.rtblock=9616,e.rturned=633,e.rturnedsuperior=692,e.ruhiragana=12427,e.rukatakana=12523,e.rukatakanahalfwidth=65433,e.rupeemarkbengali=2546,e.rupeesignbengali=2547,e.rupiah=63197,e.ruthai=3620,e.rvocalicbengali=2443,e.rvocalicdeva=2315,e.rvocalicgujarati=2699,e.rvocalicvowelsignbengali=2499,e.rvocalicvowelsigndeva=2371,e.rvocalicvowelsigngujarati=2755,e.s=115,e.sabengali=2488,e.sacute=347,e.sacutedotaccent=7781,e.sadarabic=1589,e.sadeva=2360,e.sadfinalarabic=65210,e.sadinitialarabic=65211,e.sadmedialarabic=65212,e.sagujarati=2744,e.sagurmukhi=2616,e.sahiragana=12373,e.sakatakana=12469,e.sakatakanahalfwidth=65403,e.sallallahoualayhewasallamarabic=65018,e.samekh=1505,e.samekhdagesh=64321,e.samekhdageshhebrew=64321,e.samekhhebrew=1505,e.saraaathai=3634,e.saraaethai=3649,e.saraaimaimalaithai=3652,e.saraaimaimuanthai=3651,e.saraamthai=3635,e.saraathai=3632,e.saraethai=3648,e.saraiileftthai=63622,e.saraiithai=3637,e.saraileftthai=63621,e.saraithai=3636,e.saraothai=3650,e.saraueeleftthai=63624,e.saraueethai=3639,e.saraueleftthai=63623,e.sarauethai=3638,e.sarauthai=3640,e.sarauuthai=3641,e.sbopomofo=12569,e.scaron=353,e.scarondotaccent=7783,e.scedilla=351,e.schwa=601,e.schwacyrillic=1241,e.schwadieresiscyrillic=1243,e.schwahook=602,e.scircle=9442,e.scircumflex=349,e.scommaaccent=537,e.sdotaccent=7777,e.sdotbelow=7779,e.sdotbelowdotaccent=7785,e.seagullbelowcmb=828,e.second=8243,e.secondtonechinese=714,e.section=167,e.seenarabic=1587,e.seenfinalarabic=65202,e.seeninitialarabic=65203,e.seenmedialarabic=65204,e.segol=1462,e.segol13=1462,e.segol1f=1462,e.segol2c=1462,e.segolhebrew=1462,e.segolnarrowhebrew=1462,e.segolquarterhebrew=1462,e.segoltahebrew=1426,e.segolwidehebrew=1462,e.seharmenian=1405,e.sehiragana=12379,e.sekatakana=12475,e.sekatakanahalfwidth=65406,e.semicolon=59,e.semicolonarabic=1563,e.semicolonmonospace=65307,e.semicolonsmall=65108,e.semivoicedmarkkana=12444,e.semivoicedmarkkanahalfwidth=65439,e.sentisquare=13090,e.sentosquare=13091,e.seven=55,e.sevenarabic=1639,e.sevenbengali=2541,e.sevencircle=9318,e.sevencircleinversesansserif=10128,e.sevendeva=2413,e.seveneighths=8542,e.sevengujarati=2797,e.sevengurmukhi=2669,e.sevenhackarabic=1639,e.sevenhangzhou=12327,e.sevenideographicparen=12838,e.seveninferior=8327,e.sevenmonospace=65303,e.sevenoldstyle=63287,e.sevenparen=9338,e.sevenperiod=9358,e.sevenpersian=1783,e.sevenroman=8566,e.sevensuperior=8311,e.seventeencircle=9328,e.seventeenparen=9348,e.seventeenperiod=9368,e.seventhai=3671,e.sfthyphen=173,e.shaarmenian=1399,e.shabengali=2486,e.shacyrillic=1096,e.shaddaarabic=1617,e.shaddadammaarabic=64609,e.shaddadammatanarabic=64606,e.shaddafathaarabic=64608,e.shaddakasraarabic=64610,e.shaddakasratanarabic=64607,e.shade=9618,e.shadedark=9619,e.shadelight=9617,e.shademedium=9618,e.shadeva=2358,e.shagujarati=2742,e.shagurmukhi=2614,e.shalshelethebrew=1427,e.shbopomofo=12565,e.shchacyrillic=1097,e.sheenarabic=1588,e.sheenfinalarabic=65206,e.sheeninitialarabic=65207,e.sheenmedialarabic=65208,e.sheicoptic=995,e.sheqel=8362,e.sheqelhebrew=8362,e.sheva=1456,e.sheva115=1456,e.sheva15=1456,e.sheva22=1456,e.sheva2e=1456,e.shevahebrew=1456,e.shevanarrowhebrew=1456,e.shevaquarterhebrew=1456,e.shevawidehebrew=1456,e.shhacyrillic=1211,e.shimacoptic=1005,e.shin=1513,e.shindagesh=64329,e.shindageshhebrew=64329,e.shindageshshindot=64300,e.shindageshshindothebrew=64300,e.shindageshsindot=64301,e.shindageshsindothebrew=64301,e.shindothebrew=1473,e.shinhebrew=1513,e.shinshindot=64298,e.shinshindothebrew=64298,e.shinsindot=64299,e.shinsindothebrew=64299,e.shook=642,e.sigma=963,e.sigma1=962,e.sigmafinal=962,e.sigmalunatesymbolgreek=1010,e.sihiragana=12375,e.sikatakana=12471,e.sikatakanahalfwidth=65404,e.siluqhebrew=1469,e.siluqlefthebrew=1469,e.similar=8764,e.sindothebrew=1474,e.siosacirclekorean=12916,e.siosaparenkorean=12820,e.sioscieuckorean=12670,e.sioscirclekorean=12902,e.sioskiyeokkorean=12666,e.sioskorean=12613,e.siosnieunkorean=12667,e.siosparenkorean=12806,e.siospieupkorean=12669,e.siostikeutkorean=12668,e.six=54,e.sixarabic=1638,e.sixbengali=2540,e.sixcircle=9317,e.sixcircleinversesansserif=10127,e.sixdeva=2412,e.sixgujarati=2796,e.sixgurmukhi=2668,e.sixhackarabic=1638,e.sixhangzhou=12326,e.sixideographicparen=12837,e.sixinferior=8326,e.sixmonospace=65302,e.sixoldstyle=63286,e.sixparen=9337,e.sixperiod=9357,e.sixpersian=1782,e.sixroman=8565,e.sixsuperior=8310,e.sixteencircle=9327,e.sixteencurrencydenominatorbengali=2553,e.sixteenparen=9347,e.sixteenperiod=9367,e.sixthai=3670,e.slash=47,e.slashmonospace=65295,e.slong=383,e.slongdotaccent=7835,e.smileface=9786,e.smonospace=65363,e.sofpasuqhebrew=1475,e.softhyphen=173,e.softsigncyrillic=1100,e.sohiragana=12381,e.sokatakana=12477,e.sokatakanahalfwidth=65407,e.soliduslongoverlaycmb=824,e.solidusshortoverlaycmb=823,e.sorusithai=3625,e.sosalathai=3624,e.sosothai=3595,e.sosuathai=3626,e.space=32,e.spacehackarabic=32,e.spade=9824,e.spadesuitblack=9824,e.spadesuitwhite=9828,e.sparen=9390,e.squarebelowcmb=827,e.squarecc=13252,e.squarecm=13213,e.squarediagonalcrosshatchfill=9641,e.squarehorizontalfill=9636,e.squarekg=13199,e.squarekm=13214,e.squarekmcapital=13262,e.squareln=13265,e.squarelog=13266,e.squaremg=13198,e.squaremil=13269,e.squaremm=13212,e.squaremsquared=13217,e.squareorthogonalcrosshatchfill=9638,e.squareupperlefttolowerrightfill=9639,e.squareupperrighttolowerleftfill=9640,e.squareverticalfill=9637,e.squarewhitewithsmallblack=9635,e.srsquare=13275,e.ssabengali=2487,e.ssadeva=2359,e.ssagujarati=2743,e.ssangcieuckorean=12617,e.ssanghieuhkorean=12677,e.ssangieungkorean=12672,e.ssangkiyeokkorean=12594,e.ssangnieunkorean=12645,e.ssangpieupkorean=12611,e.ssangsioskorean=12614,e.ssangtikeutkorean=12600,e.ssuperior=63218,e.sterling=163,e.sterlingmonospace=65505,e.strokelongoverlaycmb=822,e.strokeshortoverlaycmb=821,e.subset=8834,e.subsetnotequal=8842,e.subsetorequal=8838,e.succeeds=8827,e.suchthat=8715,e.suhiragana=12377,e.sukatakana=12473,e.sukatakanahalfwidth=65405,e.sukunarabic=1618,e.summation=8721,e.sun=9788,e.superset=8835,e.supersetnotequal=8843,e.supersetorequal=8839,e.svsquare=13276,e.syouwaerasquare=13180,e.t=116,e.tabengali=2468,e.tackdown=8868,e.tackleft=8867,e.tadeva=2340,e.tagujarati=2724,e.tagurmukhi=2596,e.taharabic=1591,e.tahfinalarabic=65218,e.tahinitialarabic=65219,e.tahiragana=12383,e.tahmedialarabic=65220,e.taisyouerasquare=13181,e.takatakana=12479,e.takatakanahalfwidth=65408,e.tatweelarabic=1600,e.tau=964,e.tav=1514,e.tavdages=64330,e.tavdagesh=64330,e.tavdageshhebrew=64330,e.tavhebrew=1514,e.tbar=359,e.tbopomofo=12554,e.tcaron=357,e.tccurl=680,e.tcedilla=355,e.tcheharabic=1670,e.tchehfinalarabic=64379,e.tchehinitialarabic=64380,e.tchehmedialarabic=64381,e.tcircle=9443,e.tcircumflexbelow=7793,e.tcommaaccent=355,e.tdieresis=7831,e.tdotaccent=7787,e.tdotbelow=7789,e.tecyrillic=1090,e.tedescendercyrillic=1197,e.teharabic=1578,e.tehfinalarabic=65174,e.tehhahinitialarabic=64674,e.tehhahisolatedarabic=64524,e.tehinitialarabic=65175,e.tehiragana=12390,e.tehjeeminitialarabic=64673,e.tehjeemisolatedarabic=64523,e.tehmarbutaarabic=1577,e.tehmarbutafinalarabic=65172,e.tehmedialarabic=65176,e.tehmeeminitialarabic=64676,e.tehmeemisolatedarabic=64526,e.tehnoonfinalarabic=64627,e.tekatakana=12486,e.tekatakanahalfwidth=65411,e.telephone=8481,e.telephoneblack=9742,e.telishagedolahebrew=1440,e.telishaqetanahebrew=1449,e.tencircle=9321,e.tenideographicparen=12841,e.tenparen=9341,e.tenperiod=9361,e.tenroman=8569,e.tesh=679,e.tet=1496,e.tetdagesh=64312,e.tetdageshhebrew=64312,e.tethebrew=1496,e.tetsecyrillic=1205,e.tevirhebrew=1435,e.tevirlefthebrew=1435,e.thabengali=2469,e.thadeva=2341,e.thagujarati=2725,e.thagurmukhi=2597,e.thalarabic=1584,e.thalfinalarabic=65196,e.thanthakhatlowleftthai=63640,e.thanthakhatlowrightthai=63639,e.thanthakhatthai=3660,e.thanthakhatupperleftthai=63638,e.theharabic=1579,e.thehfinalarabic=65178,e.thehinitialarabic=65179,e.thehmedialarabic=65180,e.thereexists=8707,e.therefore=8756,e.theta=952,e.theta1=977,e.thetasymbolgreek=977,e.thieuthacirclekorean=12921,e.thieuthaparenkorean=12825,e.thieuthcirclekorean=12907,e.thieuthkorean=12620,e.thieuthparenkorean=12811,e.thirteencircle=9324,e.thirteenparen=9344,e.thirteenperiod=9364,e.thonangmonthothai=3601,e.thook=429,e.thophuthaothai=3602,e.thorn=254,e.thothahanthai=3607,e.thothanthai=3600,e.thothongthai=3608,e.thothungthai=3606,e.thousandcyrillic=1154,e.thousandsseparatorarabic=1644,e.thousandsseparatorpersian=1644,e.three=51,e.threearabic=1635,e.threebengali=2537,e.threecircle=9314,e.threecircleinversesansserif=10124,e.threedeva=2409,e.threeeighths=8540,e.threegujarati=2793,e.threegurmukhi=2665,e.threehackarabic=1635,e.threehangzhou=12323,e.threeideographicparen=12834,e.threeinferior=8323,e.threemonospace=65299,e.threenumeratorbengali=2550,e.threeoldstyle=63283,e.threeparen=9334,e.threeperiod=9354,e.threepersian=1779,e.threequarters=190,e.threequartersemdash=63198,e.threeroman=8562,e.threesuperior=179,e.threethai=3667,e.thzsquare=13204,e.tihiragana=12385,e.tikatakana=12481,e.tikatakanahalfwidth=65409,e.tikeutacirclekorean=12912,e.tikeutaparenkorean=12816,e.tikeutcirclekorean=12898,e.tikeutkorean=12599,e.tikeutparenkorean=12802,e.tilde=732,e.tildebelowcmb=816,e.tildecmb=771,e.tildecomb=771,e.tildedoublecmb=864,e.tildeoperator=8764,e.tildeoverlaycmb=820,e.tildeverticalcmb=830,e.timescircle=8855,e.tipehahebrew=1430,e.tipehalefthebrew=1430,e.tippigurmukhi=2672,e.titlocyrilliccmb=1155,e.tiwnarmenian=1407,e.tlinebelow=7791,e.tmonospace=65364,e.toarmenian=1385,e.tohiragana=12392,e.tokatakana=12488,e.tokatakanahalfwidth=65412,e.tonebarextrahighmod=741,e.tonebarextralowmod=745,e.tonebarhighmod=742,e.tonebarlowmod=744,e.tonebarmidmod=743,e.tonefive=445,e.tonesix=389,e.tonetwo=424,e.tonos=900,e.tonsquare=13095,e.topatakthai=3599,e.tortoiseshellbracketleft=12308,e.tortoiseshellbracketleftsmall=65117,e.tortoiseshellbracketleftvertical=65081,e.tortoiseshellbracketright=12309,e.tortoiseshellbracketrightsmall=65118,e.tortoiseshellbracketrightvertical=65082,e.totaothai=3605,e.tpalatalhook=427,e.tparen=9391,e.trademark=8482,e.trademarksans=63722,e.trademarkserif=63195,e.tretroflexhook=648,e.triagdn=9660,e.triaglf=9668,e.triagrt=9658,e.triagup=9650,e.ts=678,e.tsadi=1510,e.tsadidagesh=64326,e.tsadidageshhebrew=64326,e.tsadihebrew=1510,e.tsecyrillic=1094,e.tsere=1461,e.tsere12=1461,e.tsere1e=1461,e.tsere2b=1461,e.tserehebrew=1461,e.tserenarrowhebrew=1461,e.tserequarterhebrew=1461,e.tserewidehebrew=1461,e.tshecyrillic=1115,e.tsuperior=63219,e.ttabengali=2463,e.ttadeva=2335,e.ttagujarati=2719,e.ttagurmukhi=2591,e.tteharabic=1657,e.ttehfinalarabic=64359,e.ttehinitialarabic=64360,e.ttehmedialarabic=64361,e.tthabengali=2464,e.tthadeva=2336,e.tthagujarati=2720,e.tthagurmukhi=2592,e.tturned=647,e.tuhiragana=12388,e.tukatakana=12484,e.tukatakanahalfwidth=65410,e.tusmallhiragana=12387,e.tusmallkatakana=12483,e.tusmallkatakanahalfwidth=65391,e.twelvecircle=9323,e.twelveparen=9343,e.twelveperiod=9363,e.twelveroman=8571,e.twentycircle=9331,e.twentyhangzhou=21316,e.twentyparen=9351,e.twentyperiod=9371,e.two=50,e.twoarabic=1634,e.twobengali=2536,e.twocircle=9313,e.twocircleinversesansserif=10123,e.twodeva=2408,e.twodotenleader=8229,e.twodotleader=8229,e.twodotleadervertical=65072,e.twogujarati=2792,e.twogurmukhi=2664,e.twohackarabic=1634,e.twohangzhou=12322,e.twoideographicparen=12833,e.twoinferior=8322,e.twomonospace=65298,e.twonumeratorbengali=2549,e.twooldstyle=63282,e.twoparen=9333,e.twoperiod=9353,e.twopersian=1778,e.tworoman=8561,e.twostroke=443,e.twosuperior=178,e.twothai=3666,e.twothirds=8532,e.u=117,e.uacute=250,e.ubar=649,e.ubengali=2441,e.ubopomofo=12584,e.ubreve=365,e.ucaron=468,e.ucircle=9444,e.ucircumflex=251,e.ucircumflexbelow=7799,e.ucyrillic=1091,e.udattadeva=2385,e.udblacute=369,e.udblgrave=533,e.udeva=2313,e.udieresis=252,e.udieresisacute=472,e.udieresisbelow=7795,e.udieresiscaron=474,e.udieresiscyrillic=1265,e.udieresisgrave=476,e.udieresismacron=470,e.udotbelow=7909,e.ugrave=249,e.ugujarati=2697,e.ugurmukhi=2569,e.uhiragana=12358,e.uhookabove=7911,e.uhorn=432,e.uhornacute=7913,e.uhorndotbelow=7921,e.uhorngrave=7915,e.uhornhookabove=7917,e.uhorntilde=7919,e.uhungarumlaut=369,e.uhungarumlautcyrillic=1267,e.uinvertedbreve=535,e.ukatakana=12454,e.ukatakanahalfwidth=65395,e.ukcyrillic=1145,e.ukorean=12636,e.umacron=363,e.umacroncyrillic=1263,e.umacrondieresis=7803,e.umatragurmukhi=2625,e.umonospace=65365,e.underscore=95,e.underscoredbl=8215,e.underscoremonospace=65343,e.underscorevertical=65075,e.underscorewavy=65103,e.union=8746,e.universal=8704,e.uogonek=371,e.uparen=9392,e.upblock=9600,e.upperdothebrew=1476,e.upsilon=965,e.upsilondieresis=971,e.upsilondieresistonos=944,e.upsilonlatin=650,e.upsilontonos=973,e.uptackbelowcmb=797,e.uptackmod=724,e.uragurmukhi=2675,e.uring=367,e.ushortcyrillic=1118,e.usmallhiragana=12357,e.usmallkatakana=12453,e.usmallkatakanahalfwidth=65385,e.ustraightcyrillic=1199,e.ustraightstrokecyrillic=1201,e.utilde=361,e.utildeacute=7801,e.utildebelow=7797,e.uubengali=2442,e.uudeva=2314,e.uugujarati=2698,e.uugurmukhi=2570,e.uumatragurmukhi=2626,e.uuvowelsignbengali=2498,e.uuvowelsigndeva=2370,e.uuvowelsigngujarati=2754,e.uvowelsignbengali=2497,e.uvowelsigndeva=2369,e.uvowelsigngujarati=2753,e.v=118,e.vadeva=2357,e.vagujarati=2741,e.vagurmukhi=2613,e.vakatakana=12535,e.vav=1493,e.vavdagesh=64309,e.vavdagesh65=64309,e.vavdageshhebrew=64309,e.vavhebrew=1493,e.vavholam=64331,e.vavholamhebrew=64331,e.vavvavhebrew=1520,e.vavyodhebrew=1521,e.vcircle=9445,e.vdotbelow=7807,e.vecyrillic=1074,e.veharabic=1700,e.vehfinalarabic=64363,e.vehinitialarabic=64364,e.vehmedialarabic=64365,e.vekatakana=12537,e.venus=9792,e.verticalbar=124,e.verticallineabovecmb=781,e.verticallinebelowcmb=809,e.verticallinelowmod=716,e.verticallinemod=712,e.vewarmenian=1406,e.vhook=651,e.vikatakana=12536,e.viramabengali=2509,e.viramadeva=2381,e.viramagujarati=2765,e.visargabengali=2435,e.visargadeva=2307,e.visargagujarati=2691,e.vmonospace=65366,e.voarmenian=1400,e.voicediterationhiragana=12446,e.voicediterationkatakana=12542,e.voicedmarkkana=12443,e.voicedmarkkanahalfwidth=65438,e.vokatakana=12538,e.vparen=9393,e.vtilde=7805,e.vturned=652,e.vuhiragana=12436,e.vukatakana=12532,e.w=119,e.wacute=7811,e.waekorean=12633,e.wahiragana=12431,e.wakatakana=12527,e.wakatakanahalfwidth=65436,e.wakorean=12632,e.wasmallhiragana=12430,e.wasmallkatakana=12526,e.wattosquare=13143,e.wavedash=12316,e.wavyunderscorevertical=65076,e.wawarabic=1608,e.wawfinalarabic=65262,e.wawhamzaabovearabic=1572,e.wawhamzaabovefinalarabic=65158,e.wbsquare=13277,e.wcircle=9446,e.wcircumflex=373,e.wdieresis=7813,e.wdotaccent=7815,e.wdotbelow=7817,e.wehiragana=12433,e.weierstrass=8472,e.wekatakana=12529,e.wekorean=12638,e.weokorean=12637,e.wgrave=7809,e.whitebullet=9702,e.whitecircle=9675,e.whitecircleinverse=9689,e.whitecornerbracketleft=12302,e.whitecornerbracketleftvertical=65091,e.whitecornerbracketright=12303,e.whitecornerbracketrightvertical=65092,e.whitediamond=9671,e.whitediamondcontainingblacksmalldiamond=9672,e.whitedownpointingsmalltriangle=9663,e.whitedownpointingtriangle=9661,e.whiteleftpointingsmalltriangle=9667,e.whiteleftpointingtriangle=9665,e.whitelenticularbracketleft=12310,e.whitelenticularbracketright=12311,e.whiterightpointingsmalltriangle=9657;e.whiterightpointingtriangle=9655,e.whitesmallsquare=9643,e.whitesmilingface=9786,e.whitesquare=9633,e.whitestar=9734,e.whitetelephone=9743,e.whitetortoiseshellbracketleft=12312,e.whitetortoiseshellbracketright=12313,e.whiteuppointingsmalltriangle=9653,e.whiteuppointingtriangle=9651,e.wihiragana=12432,e.wikatakana=12528,e.wikorean=12639,e.wmonospace=65367,e.wohiragana=12434,e.wokatakana=12530,e.wokatakanahalfwidth=65382,e.won=8361,e.wonmonospace=65510,e.wowaenthai=3623,e.wparen=9394,e.wring=7832,e.wsuperior=695,e.wturned=653,e.wynn=447,e.x=120,e.xabovecmb=829,e.xbopomofo=12562,e.xcircle=9447,e.xdieresis=7821,e.xdotaccent=7819,e.xeharmenian=1389,e.xi=958,e.xmonospace=65368,e.xparen=9395,e.xsuperior=739,e.y=121,e.yaadosquare=13134,e.yabengali=2479,e.yacute=253,e.yadeva=2351,e.yaekorean=12626,e.yagujarati=2735,e.yagurmukhi=2607,e.yahiragana=12420,e.yakatakana=12516,e.yakatakanahalfwidth=65428,e.yakorean=12625,e.yamakkanthai=3662,e.yasmallhiragana=12419,e.yasmallkatakana=12515,e.yasmallkatakanahalfwidth=65388,e.yatcyrillic=1123,e.ycircle=9448,e.ycircumflex=375,e.ydieresis=255,e.ydotaccent=7823,e.ydotbelow=7925,e.yeharabic=1610,e.yehbarreearabic=1746,e.yehbarreefinalarabic=64431,e.yehfinalarabic=65266,e.yehhamzaabovearabic=1574,e.yehhamzaabovefinalarabic=65162,e.yehhamzaaboveinitialarabic=65163,e.yehhamzaabovemedialarabic=65164,e.yehinitialarabic=65267,e.yehmedialarabic=65268,e.yehmeeminitialarabic=64733,e.yehmeemisolatedarabic=64600,e.yehnoonfinalarabic=64660,e.yehthreedotsbelowarabic=1745,e.yekorean=12630,e.yen=165,e.yenmonospace=65509,e.yeokorean=12629,e.yeorinhieuhkorean=12678,e.yerahbenyomohebrew=1450,e.yerahbenyomolefthebrew=1450,e.yericyrillic=1099,e.yerudieresiscyrillic=1273,e.yesieungkorean=12673,e.yesieungpansioskorean=12675,e.yesieungsioskorean=12674,e.yetivhebrew=1434,e.ygrave=7923,e.yhook=436,e.yhookabove=7927,e.yiarmenian=1397,e.yicyrillic=1111,e.yikorean=12642,e.yinyang=9775,e.yiwnarmenian=1410,e.ymonospace=65369,e.yod=1497,e.yoddagesh=64313,e.yoddageshhebrew=64313,e.yodhebrew=1497,e.yodyodhebrew=1522,e.yodyodpatahhebrew=64287,e.yohiragana=12424,e.yoikorean=12681,e.yokatakana=12520,e.yokatakanahalfwidth=65430,e.yokorean=12635,e.yosmallhiragana=12423,e.yosmallkatakana=12519,e.yosmallkatakanahalfwidth=65390,e.yotgreek=1011,e.yoyaekorean=12680,e.yoyakorean=12679,e.yoyakthai=3618,e.yoyingthai=3597,e.yparen=9396,e.ypogegrammeni=890,e.ypogegrammenigreekcmb=837,e.yr=422,e.yring=7833,e.ysuperior=696,e.ytilde=7929,e.yturned=654,e.yuhiragana=12422,e.yuikorean=12684,e.yukatakana=12518,e.yukatakanahalfwidth=65429,e.yukorean=12640,e.yusbigcyrillic=1131,e.yusbigiotifiedcyrillic=1133,e.yuslittlecyrillic=1127,e.yuslittleiotifiedcyrillic=1129,e.yusmallhiragana=12421,e.yusmallkatakana=12517,e.yusmallkatakanahalfwidth=65389,e.yuyekorean=12683,e.yuyeokorean=12682,e.yyabengali=2527,e.yyadeva=2399,e.z=122,e.zaarmenian=1382,e.zacute=378,e.zadeva=2395,e.zagurmukhi=2651,e.zaharabic=1592,e.zahfinalarabic=65222,e.zahinitialarabic=65223,e.zahiragana=12374,e.zahmedialarabic=65224,e.zainarabic=1586,e.zainfinalarabic=65200,e.zakatakana=12470,e.zaqefgadolhebrew=1429,e.zaqefqatanhebrew=1428,e.zarqahebrew=1432,e.zayin=1494,e.zayindagesh=64310,e.zayindageshhebrew=64310,e.zayinhebrew=1494,e.zbopomofo=12567,e.zcaron=382,e.zcircle=9449,e.zcircumflex=7825,e.zcurl=657,e.zdot=380,e.zdotaccent=380,e.zdotbelow=7827,e.zecyrillic=1079,e.zedescendercyrillic=1177,e.zedieresiscyrillic=1247,e.zehiragana=12380,e.zekatakana=12476,e.zero=48,e.zeroarabic=1632,e.zerobengali=2534,e.zerodeva=2406,e.zerogujarati=2790,e.zerogurmukhi=2662,e.zerohackarabic=1632,e.zeroinferior=8320,e.zeromonospace=65296,e.zerooldstyle=63280,e.zeropersian=1776,e.zerosuperior=8304,e.zerothai=3664,e.zerowidthjoiner=65279,e.zerowidthnonjoiner=8204,e.zerowidthspace=8203,e.zeta=950,e.zhbopomofo=12563,e.zhearmenian=1386,e.zhebrevecyrillic=1218,e.zhecyrillic=1078,e.zhedescendercyrillic=1175,e.zhedieresiscyrillic=1245,e.zihiragana=12376,e.zikatakana=12472,e.zinorhebrew=1454,e.zlinebelow=7829,e.zmonospace=65370,e.zohiragana=12382,e.zokatakana=12478,e.zparen=9397,e.zretroflexhook=656,e.zstroke=438,e.zuhiragana=12378,e.zukatakana=12474,e[".notdef"]=0,e.angbracketleftbig=9001,e.angbracketleftBig=9001,e.angbracketleftbigg=9001,e.angbracketleftBigg=9001,e.angbracketrightBig=9002,e.angbracketrightbig=9002,e.angbracketrightBigg=9002,e.angbracketrightbigg=9002,e.arrowhookleft=8618,e.arrowhookright=8617,e.arrowlefttophalf=8636,e.arrowleftbothalf=8637,e.arrownortheast=8599,e.arrownorthwest=8598,e.arrowrighttophalf=8640,e.arrowrightbothalf=8641,e.arrowsoutheast=8600,e.arrowsouthwest=8601,e.backslashbig=8726,e.backslashBig=8726,e.backslashBigg=8726,e.backslashbigg=8726,e.bardbl=8214,e.bracehtipdownleft=65079,e.bracehtipdownright=65079,e.bracehtipupleft=65080,e.bracehtipupright=65080,e.braceleftBig=123,e.braceleftbig=123,e.braceleftbigg=123,e.braceleftBigg=123,e.bracerightBig=125,e.bracerightbig=125,e.bracerightbigg=125,e.bracerightBigg=125,e.bracketleftbig=91,e.bracketleftBig=91,e.bracketleftbigg=91,e.bracketleftBigg=91,e.bracketrightBig=93,e.bracketrightbig=93,e.bracketrightbigg=93,e.bracketrightBigg=93,e.ceilingleftbig=8968,e.ceilingleftBig=8968,e.ceilingleftBigg=8968,e.ceilingleftbigg=8968,e.ceilingrightbig=8969,e.ceilingrightBig=8969,e.ceilingrightbigg=8969,e.ceilingrightBigg=8969,e.circledotdisplay=8857,e.circledottext=8857,e.circlemultiplydisplay=8855,e.circlemultiplytext=8855,e.circleplusdisplay=8853,e.circleplustext=8853,e.contintegraldisplay=8750,e.contintegraltext=8750,e.coproductdisplay=8720,e.coproducttext=8720,e.floorleftBig=8970,e.floorleftbig=8970,e.floorleftbigg=8970,e.floorleftBigg=8970,e.floorrightbig=8971,e.floorrightBig=8971,e.floorrightBigg=8971,e.floorrightbigg=8971,e.hatwide=770,e.hatwider=770,e.hatwidest=770,e.intercal=7488,e.integraldisplay=8747,e.integraltext=8747,e.intersectiondisplay=8898,e.intersectiontext=8898,e.logicalanddisplay=8743,e.logicalandtext=8743,e.logicalordisplay=8744,e.logicalortext=8744,e.parenleftBig=40,e.parenleftbig=40,e.parenleftBigg=40,e.parenleftbigg=40,e.parenrightBig=41,e.parenrightbig=41,e.parenrightBigg=41,e.parenrightbigg=41,e.prime=8242,e.productdisplay=8719,e.producttext=8719,e.radicalbig=8730,e.radicalBig=8730,e.radicalBigg=8730,e.radicalbigg=8730,e.radicalbt=8730,e.radicaltp=8730,e.radicalvertex=8730,e.slashbig=47,e.slashBig=47,e.slashBigg=47,e.slashbigg=47,e.summationdisplay=8721,e.summationtext=8721,e.tildewide=732,e.tildewider=732,e.tildewidest=732,e.uniondisplay=8899,e.unionmultidisplay=8846,e.unionmultitext=8846,e.unionsqdisplay=8852,e.unionsqtext=8852,e.uniontext=8899,e.vextenddouble=8741,e.vextendsingle=8739})),o=a((function(e){e.space=32,e.a1=9985,e.a2=9986,e.a202=9987,e.a3=9988,e.a4=9742,e.a5=9990,e.a119=9991,e.a118=9992,e.a117=9993,e.a11=9755,e.a12=9758,e.a13=9996,e.a14=9997,e.a15=9998,e.a16=9999,e.a105=1e4,e.a17=10001,e.a18=10002,e.a19=10003,e.a20=10004,e.a21=10005,e.a22=10006,e.a23=10007,e.a24=10008,e.a25=10009,e.a26=10010,e.a27=10011,e.a28=10012,e.a6=10013,e.a7=10014,e.a8=10015,e.a9=10016,e.a10=10017,e.a29=10018,e.a30=10019,e.a31=10020,e.a32=10021,e.a33=10022,e.a34=10023,e.a35=9733,e.a36=10025,e.a37=10026,e.a38=10027,e.a39=10028,e.a40=10029,e.a41=10030,e.a42=10031,e.a43=10032,e.a44=10033,e.a45=10034,e.a46=10035,e.a47=10036,e.a48=10037,e.a49=10038,e.a50=10039,e.a51=10040,e.a52=10041,e.a53=10042,e.a54=10043,e.a55=10044,e.a56=10045,e.a57=10046,e.a58=10047,e.a59=10048,e.a60=10049,e.a61=10050,e.a62=10051,e.a63=10052,e.a64=10053,e.a65=10054,e.a66=10055,e.a67=10056,e.a68=10057,e.a69=10058,e.a70=10059,e.a71=9679,e.a72=10061,e.a73=9632,e.a74=10063,e.a203=10064,e.a75=10065,e.a204=10066,e.a76=9650,e.a77=9660,e.a78=9670,e.a79=10070,e.a81=9687,e.a82=10072,e.a83=10073,e.a84=10074,e.a97=10075,e.a98=10076,e.a99=10077,e.a100=10078,e.a101=10081,e.a102=10082,e.a103=10083,e.a104=10084,e.a106=10085,e.a107=10086,e.a108=10087,e.a112=9827,e.a111=9830,e.a110=9829,e.a109=9824,e.a120=9312,e.a121=9313,e.a122=9314,e.a123=9315,e.a124=9316,e.a125=9317,e.a126=9318,e.a127=9319,e.a128=9320,e.a129=9321,e.a130=10102,e.a131=10103,e.a132=10104,e.a133=10105,e.a134=10106,e.a135=10107,e.a136=10108,e.a137=10109,e.a138=10110,e.a139=10111,e.a140=10112,e.a141=10113,e.a142=10114,e.a143=10115,e.a144=10116,e.a145=10117,e.a146=10118,e.a147=10119,e.a148=10120,e.a149=10121,e.a150=10122,e.a151=10123,e.a152=10124,e.a153=10125,e.a154=10126,e.a155=10127,e.a156=10128,e.a157=10129,e.a158=10130,e.a159=10131,e.a160=10132,e.a161=8594,e.a163=8596,e.a164=8597,e.a196=10136,e.a165=10137,e.a192=10138,e.a166=10139,e.a167=10140,e.a168=10141,e.a169=10142,e.a170=10143,e.a171=10144,e.a172=10145,e.a173=10146,e.a162=10147,e.a174=10148,e.a175=10149,e.a176=10150,e.a177=10151,e.a178=10152,e.a179=10153,e.a193=10154,e.a180=10155,e.a199=10156,e.a181=10157,e.a200=10158,e.a182=10159,e.a201=10161,e.a183=10162,e.a184=10163,e.a197=10164,e.a185=10165,e.a194=10166,e.a198=10167,e.a186=10168,e.a195=10169,e.a187=10170,e.a188=10171,e.a189=10172,e.a190=10173,e.a191=10174,e.a89=10088,e.a90=10089,e.a93=10090,e.a94=10091,e.a91=10092,e.a92=10093,e.a205=10094,e.a85=10095,e.a206=10096,e.a86=10097,e.a87=10098,e.a88=10099,e.a95=10100,e.a96=10101,e[".notdef"]=0}));t.getGlyphsUnicode=n,t.getDingbatsGlyphsUnicode=o},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getSupplementalGlyphMapForCalibri=t.getSupplementalGlyphMapForArialBlack=t.getGlyphMapForStandardFonts=t.getSymbolsFonts=t.getSerifFonts=t.getNonStdFontMap=t.getStdFontMap=void 0;var a=r(8);const n=(0,a.getLookupTableFactory)((function(e){e.ArialNarrow="Helvetica",e["ArialNarrow-Bold"]="Helvetica-Bold",e["ArialNarrow-BoldItalic"]="Helvetica-BoldOblique",e["ArialNarrow-Italic"]="Helvetica-Oblique",e.ArialBlack="Helvetica",e["ArialBlack-Bold"]="Helvetica-Bold",e["ArialBlack-BoldItalic"]="Helvetica-BoldOblique",e["ArialBlack-Italic"]="Helvetica-Oblique",e["Arial-Black"]="Helvetica",e["Arial-Black-Bold"]="Helvetica-Bold",e["Arial-Black-BoldItalic"]="Helvetica-BoldOblique",e["Arial-Black-Italic"]="Helvetica-Oblique",e.Arial="Helvetica",e["Arial-Bold"]="Helvetica-Bold",e["Arial-BoldItalic"]="Helvetica-BoldOblique",e["Arial-Italic"]="Helvetica-Oblique",e["Arial-BoldItalicMT"]="Helvetica-BoldOblique",e["Arial-BoldMT"]="Helvetica-Bold",e["Arial-ItalicMT"]="Helvetica-Oblique",e.ArialMT="Helvetica",e["Courier-Bold"]="Courier-Bold",e["Courier-BoldItalic"]="Courier-BoldOblique",e["Courier-Italic"]="Courier-Oblique",e.CourierNew="Courier",e["CourierNew-Bold"]="Courier-Bold",e["CourierNew-BoldItalic"]="Courier-BoldOblique",e["CourierNew-Italic"]="Courier-Oblique",e["CourierNewPS-BoldItalicMT"]="Courier-BoldOblique",e["CourierNewPS-BoldMT"]="Courier-Bold",e["CourierNewPS-ItalicMT"]="Courier-Oblique",e.CourierNewPSMT="Courier",e.Helvetica="Helvetica",e["Helvetica-Bold"]="Helvetica-Bold",e["Helvetica-BoldItalic"]="Helvetica-BoldOblique",e["Helvetica-BoldOblique"]="Helvetica-BoldOblique",e["Helvetica-Italic"]="Helvetica-Oblique",e["Helvetica-Oblique"]="Helvetica-Oblique",e["Symbol-Bold"]="Symbol",e["Symbol-BoldItalic"]="Symbol",e["Symbol-Italic"]="Symbol",e.TimesNewRoman="Times-Roman",e["TimesNewRoman-Bold"]="Times-Bold",e["TimesNewRoman-BoldItalic"]="Times-BoldItalic",e["TimesNewRoman-Italic"]="Times-Italic",e.TimesNewRomanPS="Times-Roman",e["TimesNewRomanPS-Bold"]="Times-Bold",e["TimesNewRomanPS-BoldItalic"]="Times-BoldItalic",e["TimesNewRomanPS-BoldItalicMT"]="Times-BoldItalic",e["TimesNewRomanPS-BoldMT"]="Times-Bold",e["TimesNewRomanPS-Italic"]="Times-Italic",e["TimesNewRomanPS-ItalicMT"]="Times-Italic",e.TimesNewRomanPSMT="Times-Roman",e["TimesNewRomanPSMT-Bold"]="Times-Bold",e["TimesNewRomanPSMT-BoldItalic"]="Times-BoldItalic",e["TimesNewRomanPSMT-Italic"]="Times-Italic"}));t.getStdFontMap=n;const o=(0,a.getLookupTableFactory)((function(e){e.Calibri="Helvetica",e["Calibri-Bold"]="Helvetica-Bold",e["Calibri-BoldItalic"]="Helvetica-BoldOblique",e["Calibri-Italic"]="Helvetica-Oblique",e.CenturyGothic="Helvetica",e["CenturyGothic-Bold"]="Helvetica-Bold",e["CenturyGothic-BoldItalic"]="Helvetica-BoldOblique",e["CenturyGothic-Italic"]="Helvetica-Oblique",e.ComicSansMS="Comic Sans MS",e["ComicSansMS-Bold"]="Comic Sans MS-Bold",e["ComicSansMS-BoldItalic"]="Comic Sans MS-BoldItalic",e["ComicSansMS-Italic"]="Comic Sans MS-Italic",e.LucidaConsole="Courier",e["LucidaConsole-Bold"]="Courier-Bold",e["LucidaConsole-BoldItalic"]="Courier-BoldOblique",e["LucidaConsole-Italic"]="Courier-Oblique",e["LucidaSans-Demi"]="Helvetica-Bold",e["MS-Gothic"]="MS Gothic",e["MS-Gothic-Bold"]="MS Gothic-Bold",e["MS-Gothic-BoldItalic"]="MS Gothic-BoldItalic",e["MS-Gothic-Italic"]="MS Gothic-Italic",e["MS-Mincho"]="MS Mincho",e["MS-Mincho-Bold"]="MS Mincho-Bold",e["MS-Mincho-BoldItalic"]="MS Mincho-BoldItalic",e["MS-Mincho-Italic"]="MS Mincho-Italic",e["MS-PGothic"]="MS PGothic",e["MS-PGothic-Bold"]="MS PGothic-Bold",e["MS-PGothic-BoldItalic"]="MS PGothic-BoldItalic",e["MS-PGothic-Italic"]="MS PGothic-Italic",e["MS-PMincho"]="MS PMincho",e["MS-PMincho-Bold"]="MS PMincho-Bold",e["MS-PMincho-BoldItalic"]="MS PMincho-BoldItalic",e["MS-PMincho-Italic"]="MS PMincho-Italic",e.NuptialScript="Times-Italic",e.SegoeUISymbol="Helvetica",e.Wingdings="ZapfDingbats",e["Wingdings-Regular"]="ZapfDingbats"}));t.getNonStdFontMap=o;const i=(0,a.getLookupTableFactory)((function(e){e["Adobe Jenson"]=!0,e["Adobe Text"]=!0,e.Albertus=!0,e.Aldus=!0,e.Alexandria=!0,e.Algerian=!0,e["American Typewriter"]=!0,e.Antiqua=!0,e.Apex=!0,e.Arno=!0,e.Aster=!0,e.Aurora=!0,e.Baskerville=!0,e.Bell=!0,e.Bembo=!0,e["Bembo Schoolbook"]=!0,e.Benguiat=!0,e["Berkeley Old Style"]=!0,e["Bernhard Modern"]=!0,e["Berthold City"]=!0,e.Bodoni=!0,e["Bauer Bodoni"]=!0,e["Book Antiqua"]=!0,e.Bookman=!0,e["Bordeaux Roman"]=!0,e["Californian FB"]=!0,e.Calisto=!0,e.Calvert=!0,e.Capitals=!0,e.Cambria=!0,e.Cartier=!0,e.Caslon=!0,e.Catull=!0,e.Centaur=!0,e["Century Old Style"]=!0,e["Century Schoolbook"]=!0,e.Chaparral=!0,e["Charis SIL"]=!0,e.Cheltenham=!0,e["Cholla Slab"]=!0,e.Clarendon=!0,e.Clearface=!0,e.Cochin=!0,e.Colonna=!0,e["Computer Modern"]=!0,e["Concrete Roman"]=!0,e.Constantia=!0,e["Cooper Black"]=!0,e.Corona=!0,e.Ecotype=!0,e.Egyptienne=!0,e.Elephant=!0,e.Excelsior=!0,e.Fairfield=!0,e["FF Scala"]=!0,e.Folkard=!0,e.Footlight=!0,e.FreeSerif=!0,e["Friz Quadrata"]=!0,e.Garamond=!0,e.Gentium=!0,e.Georgia=!0,e.Gloucester=!0,e["Goudy Old Style"]=!0,e["Goudy Schoolbook"]=!0,e["Goudy Pro Font"]=!0,e.Granjon=!0,e["Guardian Egyptian"]=!0,e.Heather=!0,e.Hercules=!0,e["High Tower Text"]=!0,e.Hiroshige=!0,e["Hoefler Text"]=!0,e["Humana Serif"]=!0,e.Imprint=!0,e["Ionic No. 5"]=!0,e.Janson=!0,e.Joanna=!0,e.Korinna=!0,e.Lexicon=!0,e["Liberation Serif"]=!0,e["Linux Libertine"]=!0,e.Literaturnaya=!0,e.Lucida=!0,e["Lucida Bright"]=!0,e.Melior=!0,e.Memphis=!0,e.Miller=!0,e.Minion=!0,e.Modern=!0,e["Mona Lisa"]=!0,e["Mrs Eaves"]=!0,e["MS Serif"]=!0,e["Museo Slab"]=!0,e["New York"]=!0,e["Nimbus Roman"]=!0,e["NPS Rawlinson Roadway"]=!0,e.NuptialScript=!0,e.Palatino=!0,e.Perpetua=!0,e.Plantin=!0,e["Plantin Schoolbook"]=!0,e.Playbill=!0,e["Poor Richard"]=!0,e["Rawlinson Roadway"]=!0,e.Renault=!0,e.Requiem=!0,e.Rockwell=!0,e.Roman=!0,e["Rotis Serif"]=!0,e.Sabon=!0,e.Scala=!0,e.Seagull=!0,e.Sistina=!0,e.Souvenir=!0,e.STIX=!0,e["Stone Informal"]=!0,e["Stone Serif"]=!0,e.Sylfaen=!0,e.Times=!0,e.Trajan=!0,e["Trinité"]=!0,e["Trump Mediaeval"]=!0,e.Utopia=!0,e["Vale Type"]=!0,e["Bitstream Vera"]=!0,e["Vera Serif"]=!0,e.Versailles=!0,e.Wanted=!0,e.Weiss=!0,e["Wide Latin"]=!0,e.Windsor=!0,e.XITS=!0}));t.getSerifFonts=i;const s=(0,a.getLookupTableFactory)((function(e){e.Dingbats=!0,e.Symbol=!0,e.ZapfDingbats=!0}));t.getSymbolsFonts=s;const l=(0,a.getLookupTableFactory)((function(e){e[2]=10,e[3]=32,e[4]=33,e[5]=34,e[6]=35,e[7]=36,e[8]=37,e[9]=38,e[10]=39,e[11]=40,e[12]=41,e[13]=42,e[14]=43,e[15]=44,e[16]=45,e[17]=46,e[18]=47,e[19]=48,e[20]=49,e[21]=50,e[22]=51,e[23]=52,e[24]=53,e[25]=54,e[26]=55,e[27]=56,e[28]=57,e[29]=58,e[30]=894,e[31]=60,e[32]=61,e[33]=62,e[34]=63,e[35]=64,e[36]=65,e[37]=66,e[38]=67,e[39]=68,e[40]=69,e[41]=70,e[42]=71,e[43]=72,e[44]=73,e[45]=74,e[46]=75,e[47]=76,e[48]=77,e[49]=78,e[50]=79,e[51]=80,e[52]=81,e[53]=82,e[54]=83,e[55]=84,e[56]=85,e[57]=86,e[58]=87,e[59]=88,e[60]=89,e[61]=90,e[62]=91,e[63]=92,e[64]=93,e[65]=94,e[66]=95,e[67]=96,e[68]=97,e[69]=98,e[70]=99,e[71]=100,e[72]=101,e[73]=102,e[74]=103,e[75]=104,e[76]=105,e[77]=106,e[78]=107,e[79]=108,e[80]=109,e[81]=110,e[82]=111,e[83]=112,e[84]=113,e[85]=114,e[86]=115,e[87]=116,e[88]=117,e[89]=118,e[90]=119,e[91]=120,e[92]=121,e[93]=122,e[94]=123,e[95]=124,e[96]=125,e[97]=126,e[98]=196,e[99]=197,e[100]=199,e[101]=201,e[102]=209,e[103]=214,e[104]=220,e[105]=225,e[106]=224,e[107]=226,e[108]=228,e[109]=227,e[110]=229,e[111]=231,e[112]=233,e[113]=232,e[114]=234,e[115]=235,e[116]=237,e[117]=236,e[118]=238,e[119]=239,e[120]=241,e[121]=243,e[122]=242,e[123]=244,e[124]=246,e[125]=245,e[126]=250,e[127]=249,e[128]=251,e[129]=252,e[130]=8224,e[131]=176,e[132]=162,e[133]=163,e[134]=167,e[135]=8226,e[136]=182,e[137]=223,e[138]=174,e[139]=169,e[140]=8482,e[141]=180,e[142]=168,e[143]=8800,e[144]=198,e[145]=216,e[146]=8734,e[147]=177,e[148]=8804,e[149]=8805,e[150]=165,e[151]=181,e[152]=8706,e[153]=8721,e[154]=8719,e[156]=8747,e[157]=170,e[158]=186,e[159]=8486,e[160]=230,e[161]=248,e[162]=191,e[163]=161,e[164]=172,e[165]=8730,e[166]=402,e[167]=8776,e[168]=8710,e[169]=171,e[170]=187,e[171]=8230,e[210]=218,e[223]=711,e[224]=321,e[225]=322,e[227]=353,e[229]=382,e[234]=253,e[252]=263,e[253]=268,e[254]=269,e[258]=258,e[260]=260,e[261]=261,e[265]=280,e[266]=281,e[268]=283,e[269]=313,e[275]=323,e[276]=324,e[278]=328,e[284]=345,e[285]=346,e[286]=347,e[292]=367,e[295]=377,e[296]=378,e[298]=380,e[305]=963,e[306]=964,e[307]=966,e[308]=8215,e[309]=8252,e[310]=8319,e[311]=8359,e[312]=8592,e[313]=8593,e[337]=9552,e[493]=1039,e[494]=1040,e[705]=1524,e[706]=8362,e[710]=64288,e[711]=64298,e[759]=1617,e[761]=1776,e[763]=1778,e[775]=1652,e[777]=1764,e[778]=1780,e[779]=1781,e[780]=1782,e[782]=771,e[783]=64726,e[786]=8363,e[788]=8532,e[790]=768,e[791]=769,e[792]=768,e[795]=803,e[797]=64336,e[798]=64337,e[799]=64342,e[800]=64343,e[801]=64344,e[802]=64345,e[803]=64362,e[804]=64363,e[805]=64364,e[2424]=7821,e[2425]=7822,e[2426]=7823,e[2427]=7824,e[2428]=7825,e[2429]=7826,e[2430]=7827,e[2433]=7682,e[2678]=8045,e[2679]=8046,e[2830]=1552,e[2838]=686,e[2840]=751,e[2842]=753,e[2843]=754,e[2844]=755,e[2846]=757,e[2856]=767,e[2857]=848,e[2858]=849,e[2862]=853,e[2863]=854,e[2864]=855,e[2865]=861,e[2866]=862,e[2906]=7460,e[2908]=7462,e[2909]=7463,e[2910]=7464,e[2912]=7466,e[2913]=7467,e[2914]=7468,e[2916]=7470,e[2917]=7471,e[2918]=7472,e[2920]=7474,e[2921]=7475,e[2922]=7476,e[2924]=7478,e[2925]=7479,e[2926]=7480,e[2928]=7482,e[2929]=7483,e[2930]=7484,e[2932]=7486,e[2933]=7487,e[2934]=7488,e[2936]=7490,e[2937]=7491,e[2938]=7492,e[2940]=7494,e[2941]=7495,e[2942]=7496,e[2944]=7498,e[2946]=7500,e[2948]=7502,e[2950]=7504,e[2951]=7505,e[2952]=7506,e[2954]=7508,e[2955]=7509,e[2956]=7510,e[2958]=7512,e[2959]=7513,e[2960]=7514,e[2962]=7516,e[2963]=7517,e[2964]=7518,e[2966]=7520,e[2967]=7521,e[2968]=7522,e[2970]=7524,e[2971]=7525,e[2972]=7526,e[2974]=7528,e[2975]=7529,e[2976]=7530,e[2978]=1537,e[2979]=1538,e[2980]=1539,e[2982]=1549,e[2983]=1551,e[2984]=1552,e[2986]=1554,e[2987]=1555,e[2988]=1556,e[2990]=1623,e[2991]=1624,e[2995]=1775,e[2999]=1791,e[3002]=64290,e[3003]=64291,e[3004]=64292,e[3006]=64294,e[3007]=64295,e[3008]=64296,e[3011]=1900,e[3014]=8223,e[3015]=8244,e[3017]=7532,e[3018]=7533,e[3019]=7534,e[3075]=7590,e[3076]=7591,e[3079]=7594,e[3080]=7595,e[3083]=7598,e[3084]=7599,e[3087]=7602,e[3088]=7603,e[3091]=7606,e[3092]=7607,e[3095]=7610,e[3096]=7611,e[3099]=7614,e[3100]=7615,e[3103]=7618,e[3104]=7619,e[3107]=8337,e[3108]=8338,e[3116]=1884,e[3119]=1885,e[3120]=1885,e[3123]=1886,e[3124]=1886,e[3127]=1887,e[3128]=1887,e[3131]=1888,e[3132]=1888,e[3135]=1889,e[3136]=1889,e[3139]=1890,e[3140]=1890,e[3143]=1891,e[3144]=1891,e[3147]=1892,e[3148]=1892,e[3153]=580,e[3154]=581,e[3157]=584,e[3158]=585,e[3161]=588,e[3162]=589,e[3165]=891,e[3166]=892,e[3169]=1274,e[3170]=1275,e[3173]=1278,e[3174]=1279,e[3181]=7622,e[3182]=7623,e[3282]=11799,e[3316]=578,e[3379]=42785,e[3393]=1159,e[3416]=8377}));t.getGlyphMapForStandardFonts=l;const c=(0,a.getLookupTableFactory)((function(e){e[227]=322,e[264]=261,e[291]=346}));t.getSupplementalGlyphMapForArialBlack=c;const d=(0,a.getLookupTableFactory)((function(e){e[1]=32,e[4]=65,e[17]=66,e[18]=67,e[24]=68,e[28]=69,e[38]=70,e[39]=71,e[44]=72,e[47]=73,e[58]=74,e[60]=75,e[62]=76,e[68]=77,e[69]=78,e[75]=79,e[87]=80,e[89]=81,e[90]=82,e[94]=83,e[100]=84,e[104]=85,e[115]=86,e[116]=87,e[121]=88,e[122]=89,e[127]=90,e[258]=97,e[268]=261,e[271]=98,e[272]=99,e[273]=263,e[282]=100,e[286]=101,e[295]=281,e[296]=102,e[336]=103,e[346]=104,e[349]=105,e[361]=106,e[364]=107,e[367]=108,e[371]=322,e[373]=109,e[374]=110,e[381]=111,e[383]=243,e[393]=112,e[395]=113,e[396]=114,e[400]=115,e[401]=347,e[410]=116,e[437]=117,e[448]=118,e[449]=119,e[454]=120,e[455]=121,e[460]=122,e[463]=380,e[853]=44,e[855]=58,e[856]=46,e[876]=47,e[878]=45,e[882]=45,e[894]=40,e[895]=41,e[896]=91,e[897]=93,e[923]=64,e[1004]=48,e[1005]=49,e[1006]=50,e[1007]=51,e[1008]=52,e[1009]=53,e[1010]=54,e[1011]=55,e[1012]=56,e[1013]=57,e[1081]=37,e[1085]=43,e[1086]=45}));t.getSupplementalGlyphMapForCalibri=d},function(e,t,r){var a=r(8).getLookupTableFactory,n=a((function(e){e[63721]=169,e[63193]=169,e[63720]=174,e[63194]=174,e[63722]=8482,e[63195]=8482,e[63729]=9127,e[63730]=9128,e[63731]=9129,e[63740]=9131,e[63741]=9132,e[63742]=9133,e[63726]=9121,e[63727]=9122,e[63728]=9123,e[63737]=9124,e[63738]=9125,e[63739]=9126,e[63723]=9115,e[63724]=9116,e[63725]=9117,e[63734]=9118,e[63735]=9119,e[63736]=9120}));function o(e){return e>=65520&&e<=65535?0:e>=62976&&e<=63743?n()[e]||e:173===e?45:e}function i(e,t){var r=t[e];if(void 0!==r)return r;if(!e)return-1;if("u"===e[0]){var a,n=e.length;if(7===n&&"n"===e[1]&&"i"===e[2])a=e.substring(3);else{if(!(n>=5&&n<=7))return-1;a=e.substring(1)}if(a===a.toUpperCase()&&(r=parseInt(a,16),r>=0))return r}return-1}var s=[{begin:0,end:127},{begin:128,end:255},{begin:256,end:383},{begin:384,end:591},{begin:592,end:687},{begin:688,end:767},{begin:768,end:879},{begin:880,end:1023},{begin:11392,end:11519},{begin:1024,end:1279},{begin:1328,end:1423},{begin:1424,end:1535},{begin:42240,end:42559},{begin:1536,end:1791},{begin:1984,end:2047},{begin:2304,end:2431},{begin:2432,end:2559},{begin:2560,end:2687},{begin:2688,end:2815},{begin:2816,end:2943},{begin:2944,end:3071},{begin:3072,end:3199},{begin:3200,end:3327},{begin:3328,end:3455},{begin:3584,end:3711},{begin:3712,end:3839},{begin:4256,end:4351},{begin:6912,end:7039},{begin:4352,end:4607},{begin:7680,end:7935},{begin:7936,end:8191},{begin:8192,end:8303},{begin:8304,end:8351},{begin:8352,end:8399},{begin:8400,end:8447},{begin:8448,end:8527},{begin:8528,end:8591},{begin:8592,end:8703},{begin:8704,end:8959},{begin:8960,end:9215},{begin:9216,end:9279},{begin:9280,end:9311},{begin:9312,end:9471},{begin:9472,end:9599},{begin:9600,end:9631},{begin:9632,end:9727},{begin:9728,end:9983},{begin:9984,end:10175},{begin:12288,end:12351},{begin:12352,end:12447},{begin:12448,end:12543},{begin:12544,end:12591},{begin:12592,end:12687},{begin:43072,end:43135},{begin:12800,end:13055},{begin:13056,end:13311},{begin:44032,end:55215},{begin:55296,end:57343},{begin:67840,end:67871},{begin:19968,end:40959},{begin:57344,end:63743},{begin:12736,end:12783},{begin:64256,end:64335},{begin:64336,end:65023},{begin:65056,end:65071},{begin:65040,end:65055},{begin:65104,end:65135},{begin:65136,end:65279},{begin:65280,end:65519},{begin:65520,end:65535},{begin:3840,end:4095},{begin:1792,end:1871},{begin:1920,end:1983},{begin:3456,end:3583},{begin:4096,end:4255},{begin:4608,end:4991},{begin:5024,end:5119},{begin:5120,end:5759},{begin:5760,end:5791},{begin:5792,end:5887},{begin:6016,end:6143},{begin:6144,end:6319},{begin:10240,end:10495},{begin:40960,end:42127},{begin:5888,end:5919},{begin:66304,end:66351},{begin:66352,end:66383},{begin:66560,end:66639},{begin:118784,end:119039},{begin:119808,end:120831},{begin:1044480,end:1048573},{begin:65024,end:65039},{begin:917504,end:917631},{begin:6400,end:6479},{begin:6480,end:6527},{begin:6528,end:6623},{begin:6656,end:6687},{begin:11264,end:11359},{begin:11568,end:11647},{begin:19904,end:19967},{begin:43008,end:43055},{begin:65536,end:65663},{begin:65856,end:65935},{begin:66432,end:66463},{begin:66464,end:66527},{begin:66640,end:66687},{begin:66688,end:66735},{begin:67584,end:67647},{begin:68096,end:68191},{begin:119552,end:119647},{begin:73728,end:74751},{begin:119648,end:119679},{begin:7040,end:7103},{begin:7168,end:7247},{begin:7248,end:7295},{begin:43136,end:43231},{begin:43264,end:43311},{begin:43312,end:43359},{begin:43520,end:43615},{begin:65936,end:65999},{begin:66e3,end:66047},{begin:66208,end:66271},{begin:127024,end:127135}];function l(e){for(var t=0,r=s.length;t<r;t++){var a=s[t];if(e>=a.begin&&e<a.end)return t}return-1}function c(e){var t=s[13];return e>=t.begin&&e<t.end||(t=s[11],e>=t.begin&&e<t.end)}var d=a((function(e){e["¨"]=" ̈",e["¯"]=" ̄",e["´"]=" ́",e["µ"]="μ",e["¸"]=" ̧",e["IJ"]="IJ",e["ij"]="ij",e["Ŀ"]="L·",e["ŀ"]="l·",e["ʼn"]="ʼn",e["ſ"]="s",e["DŽ"]="DŽ",e["Dž"]="Dž",e["dž"]="dž",e["LJ"]="LJ",e["Lj"]="Lj",e["lj"]="lj",e["NJ"]="NJ",e["Nj"]="Nj",e["nj"]="nj",e["DZ"]="DZ",e["Dz"]="Dz",e["dz"]="dz",e["˘"]=" ̆",e["˙"]=" ̇",e["˚"]=" ̊",e["˛"]=" ̨",e["˜"]=" ̃",e["˝"]=" ̋",e["ͺ"]=" ͅ",e["΄"]=" ́",e["ϐ"]="β",e["ϑ"]="θ",e["ϒ"]="Υ",e["ϕ"]="φ",e["ϖ"]="π",e["ϰ"]="κ",e["ϱ"]="ρ",e["ϲ"]="ς",e["ϴ"]="Θ",e["ϵ"]="ε",e["Ϲ"]="Σ",e["և"]="եւ",e["ٵ"]="اٴ",e["ٶ"]="وٴ",e["ٷ"]="ۇٴ",e["ٸ"]="يٴ",e["ำ"]="ํา",e["ຳ"]="ໍາ",e["ໜ"]="ຫນ",e["ໝ"]="ຫມ",e["ཷ"]="ྲཱྀ",e["ཹ"]="ླཱྀ",e["ẚ"]="aʾ",e["᾽"]=" ̓",e["᾿"]=" ̓",e["῀"]=" ͂",e["῾"]=" ̔",e[" "]=" ",e[" "]=" ",e[" "]=" ",e[" "]=" ",e[" "]=" ",e[" "]=" ",e[" "]=" ",e[" "]=" ",e["‗"]=" ̳",e["․"]=".",e["‥"]="..",e["…"]="...",e["″"]="′′",e["‴"]="′′′",e["‶"]="‵‵",e["‷"]="‵‵‵",e["‼"]="!!",e["‾"]=" ̅",e["⁇"]="??",e["⁈"]="?!",e["⁉"]="!?",e["⁗"]="′′′′",e[" "]=" ",e["₨"]="Rs",e["℀"]="a/c",e["℁"]="a/s",e["℃"]="°C",e["℅"]="c/o",e["℆"]="c/u",e["ℇ"]="Ɛ",e["℉"]="°F",e["№"]="No",e["℡"]="TEL",e["ℵ"]="א",e["ℶ"]="ב",e["ℷ"]="ג",e["ℸ"]="ד",e["℻"]="FAX",e["Ⅰ"]="I",e["Ⅱ"]="II",e["Ⅲ"]="III",e["Ⅳ"]="IV",e["Ⅴ"]="V",e["Ⅵ"]="VI",e["Ⅶ"]="VII",e["Ⅷ"]="VIII",e["Ⅸ"]="IX",e["Ⅹ"]="X",e["Ⅺ"]="XI",e["Ⅻ"]="XII",e["Ⅼ"]="L",e["Ⅽ"]="C",e["Ⅾ"]="D",e["Ⅿ"]="M",e["ⅰ"]="i",e["ⅱ"]="ii",e["ⅲ"]="iii",e["ⅳ"]="iv",e["ⅴ"]="v",e["ⅵ"]="vi",e["ⅶ"]="vii",e["ⅷ"]="viii",e["ⅸ"]="ix",e["ⅹ"]="x",e["ⅺ"]="xi",e["ⅻ"]="xii",e["ⅼ"]="l",e["ⅽ"]="c",e["ⅾ"]="d",e["ⅿ"]="m",e["∬"]="∫∫",e["∭"]="∫∫∫",e["∯"]="∮∮",e["∰"]="∮∮∮",e["⑴"]="(1)",e["⑵"]="(2)",e["⑶"]="(3)",e["⑷"]="(4)",e["⑸"]="(5)",e["⑹"]="(6)",e["⑺"]="(7)",e["⑻"]="(8)",e["⑼"]="(9)",e["⑽"]="(10)",e["⑾"]="(11)",e["⑿"]="(12)",e["⒀"]="(13)",e["⒁"]="(14)",e["⒂"]="(15)",e["⒃"]="(16)",e["⒄"]="(17)",e["⒅"]="(18)",e["⒆"]="(19)",e["⒇"]="(20)",e["⒈"]="1.",e["⒉"]="2.",e["⒊"]="3.",e["⒋"]="4.",e["⒌"]="5.",e["⒍"]="6.",e["⒎"]="7.",e["⒏"]="8.",e["⒐"]="9.",e["⒑"]="10.",e["⒒"]="11.",e["⒓"]="12.",e["⒔"]="13.",e["⒕"]="14.",e["⒖"]="15.",e["⒗"]="16.",e["⒘"]="17.",e["⒙"]="18.",e["⒚"]="19.",e["⒛"]="20.",e["⒜"]="(a)",e["⒝"]="(b)",e["⒞"]="(c)",e["⒟"]="(d)",e["⒠"]="(e)",e["⒡"]="(f)",e["⒢"]="(g)",e["⒣"]="(h)",e["⒤"]="(i)",e["⒥"]="(j)",e["⒦"]="(k)",e["⒧"]="(l)",e["⒨"]="(m)",e["⒩"]="(n)",e["⒪"]="(o)",e["⒫"]="(p)",e["⒬"]="(q)",e["⒭"]="(r)",e["⒮"]="(s)",e["⒯"]="(t)",e["⒰"]="(u)",e["⒱"]="(v)",e["⒲"]="(w)",e["⒳"]="(x)",e["⒴"]="(y)",e["⒵"]="(z)",e["⨌"]="∫∫∫∫",e["⩴"]="::=",e["⩵"]="==",e["⩶"]="===",e["⺟"]="母",e["⻳"]="龟",e["⼀"]="一",e["⼁"]="丨",e["⼂"]="丶",e["⼃"]="丿",e["⼄"]="乙",e["⼅"]="亅",e["⼆"]="二",e["⼇"]="亠",e["⼈"]="人",e["⼉"]="儿",e["⼊"]="入",e["⼋"]="八",e["⼌"]="冂",e["⼍"]="冖",e["⼎"]="冫",e["⼏"]="几",e["⼐"]="凵",e["⼑"]="刀",e["⼒"]="力",e["⼓"]="勹",e["⼔"]="匕",e["⼕"]="匚",e["⼖"]="匸",e["⼗"]="十",e["⼘"]="卜",e["⼙"]="卩",e["⼚"]="厂",e["⼛"]="厶",e["⼜"]="又",e["⼝"]="口",e["⼞"]="囗",e["⼟"]="土",e["⼠"]="士",e["⼡"]="夂",e["⼢"]="夊",e["⼣"]="夕",e["⼤"]="大",e["⼥"]="女",e["⼦"]="子",e["⼧"]="宀",e["⼨"]="寸",e["⼩"]="小",e["⼪"]="尢",e["⼫"]="尸",e["⼬"]="屮",e["⼭"]="山",e["⼮"]="巛",e["⼯"]="工",e["⼰"]="己",e["⼱"]="巾",e["⼲"]="干",e["⼳"]="幺",e["⼴"]="广",e["⼵"]="廴",e["⼶"]="廾",e["⼷"]="弋",e["⼸"]="弓",e["⼹"]="彐",e["⼺"]="彡",e["⼻"]="彳",e["⼼"]="心",e["⼽"]="戈",e["⼾"]="戶",e["⼿"]="手",e["⽀"]="支",e["⽁"]="攴",e["⽂"]="文",e["⽃"]="斗",e["⽄"]="斤",e["⽅"]="方",e["⽆"]="无",e["⽇"]="日",e["⽈"]="曰",e["⽉"]="月",e["⽊"]="木",e["⽋"]="欠",e["⽌"]="止",e["⽍"]="歹",e["⽎"]="殳",e["⽏"]="毋",e["⽐"]="比",e["⽑"]="毛",e["⽒"]="氏",e["⽓"]="气",e["⽔"]="水",e["⽕"]="火",e["⽖"]="爪",e["⽗"]="父",e["⽘"]="爻",e["⽙"]="爿",e["⽚"]="片",e["⽛"]="牙",e["⽜"]="牛",e["⽝"]="犬",e["⽞"]="玄",e["⽟"]="玉",e["⽠"]="瓜",e["⽡"]="瓦",e["⽢"]="甘",e["⽣"]="生",e["⽤"]="用",e["⽥"]="田",e["⽦"]="疋",e["⽧"]="疒",e["⽨"]="癶",e["⽩"]="白",e["⽪"]="皮",e["⽫"]="皿",e["⽬"]="目",e["⽭"]="矛",e["⽮"]="矢",e["⽯"]="石",e["⽰"]="示",e["⽱"]="禸",e["⽲"]="禾",e["⽳"]="穴",e["⽴"]="立",e["⽵"]="竹",e["⽶"]="米",e["⽷"]="糸",e["⽸"]="缶",e["⽹"]="网",e["⽺"]="羊",e["⽻"]="羽",e["⽼"]="老",e["⽽"]="而",e["⽾"]="耒",e["⽿"]="耳",e["⾀"]="聿",e["⾁"]="肉",e["⾂"]="臣",e["⾃"]="自",e["⾄"]="至",e["⾅"]="臼",e["⾆"]="舌",e["⾇"]="舛",e["⾈"]="舟",e["⾉"]="艮",e["⾊"]="色",e["⾋"]="艸",e["⾌"]="虍",e["⾍"]="虫",e["⾎"]="血",e["⾏"]="行",e["⾐"]="衣",e["⾑"]="襾",e["⾒"]="見",e["⾓"]="角",e["⾔"]="言",e["⾕"]="谷",e["⾖"]="豆",e["⾗"]="豕",e["⾘"]="豸",e["⾙"]="貝",e["⾚"]="赤",e["⾛"]="走",e["⾜"]="足",e["⾝"]="身",e["⾞"]="車",e["⾟"]="辛",e["⾠"]="辰",e["⾡"]="辵",e["⾢"]="邑",e["⾣"]="酉",e["⾤"]="釆",e["⾥"]="里",e["⾦"]="金",e["⾧"]="長",e["⾨"]="門",e["⾩"]="阜",e["⾪"]="隶",e["⾫"]="隹",e["⾬"]="雨",e["⾭"]="靑",e["⾮"]="非",e["⾯"]="面",e["⾰"]="革",e["⾱"]="韋",e["⾲"]="韭",e["⾳"]="音",e["⾴"]="頁",e["⾵"]="風",e["⾶"]="飛",e["⾷"]="食",e["⾸"]="首",e["⾹"]="香",e["⾺"]="馬",e["⾻"]="骨",e["⾼"]="高",e["⾽"]="髟",e["⾾"]="鬥",e["⾿"]="鬯",e["⿀"]="鬲",e["⿁"]="鬼",e["⿂"]="魚",e["⿃"]="鳥",e["⿄"]="鹵",e["⿅"]="鹿",e["⿆"]="麥",e["⿇"]="麻",e["⿈"]="黃",e["⿉"]="黍",e["⿊"]="黑",e["⿋"]="黹",e["⿌"]="黽",e["⿍"]="鼎",e["⿎"]="鼓",e["⿏"]="鼠",e["⿐"]="鼻",e["⿑"]="齊",e["⿒"]="齒",e["⿓"]="龍",e["⿔"]="龜",e["⿕"]="龠",e["〶"]="〒",e["〸"]="十",e["〹"]="卄",e["〺"]="卅",e["゛"]=" ゙",e["゜"]=" ゚",e["ㄱ"]="ᄀ",e["ㄲ"]="ᄁ",e["ㄳ"]="ᆪ",e["ㄴ"]="ᄂ",e["ㄵ"]="ᆬ",e["ㄶ"]="ᆭ",e["ㄷ"]="ᄃ",e["ㄸ"]="ᄄ",e["ㄹ"]="ᄅ",e["ㄺ"]="ᆰ",e["ㄻ"]="ᆱ",e["ㄼ"]="ᆲ",e["ㄽ"]="ᆳ",e["ㄾ"]="ᆴ",e["ㄿ"]="ᆵ",e["ㅀ"]="ᄚ",e["ㅁ"]="ᄆ",e["ㅂ"]="ᄇ",e["ㅃ"]="ᄈ",e["ㅄ"]="ᄡ",e["ㅅ"]="ᄉ",e["ㅆ"]="ᄊ",e["ㅇ"]="ᄋ",e["ㅈ"]="ᄌ",e["ㅉ"]="ᄍ",e["ㅊ"]="ᄎ",e["ㅋ"]="ᄏ",e["ㅌ"]="ᄐ",e["ㅍ"]="ᄑ",e["ㅎ"]="ᄒ",e["ㅏ"]="ᅡ",e["ㅐ"]="ᅢ",e["ㅑ"]="ᅣ",e["ㅒ"]="ᅤ",e["ㅓ"]="ᅥ",e["ㅔ"]="ᅦ",e["ㅕ"]="ᅧ",e["ㅖ"]="ᅨ",e["ㅗ"]="ᅩ",e["ㅘ"]="ᅪ",e["ㅙ"]="ᅫ",e["ㅚ"]="ᅬ",e["ㅛ"]="ᅭ",e["ㅜ"]="ᅮ",e["ㅝ"]="ᅯ",e["ㅞ"]="ᅰ",e["ㅟ"]="ᅱ",e["ㅠ"]="ᅲ",e["ㅡ"]="ᅳ",e["ㅢ"]="ᅴ",e["ㅣ"]="ᅵ",e["ㅤ"]="ᅠ",e["ㅥ"]="ᄔ",e["ㅦ"]="ᄕ",e["ㅧ"]="ᇇ",e["ㅨ"]="ᇈ",e["ㅩ"]="ᇌ",e["ㅪ"]="ᇎ",e["ㅫ"]="ᇓ",e["ㅬ"]="ᇗ",e["ㅭ"]="ᇙ",e["ㅮ"]="ᄜ",e["ㅯ"]="ᇝ",e["ㅰ"]="ᇟ",e["ㅱ"]="ᄝ",e["ㅲ"]="ᄞ",e["ㅳ"]="ᄠ",e["ㅴ"]="ᄢ",e["ㅵ"]="ᄣ",e["ㅶ"]="ᄧ",e["ㅷ"]="ᄩ",e["ㅸ"]="ᄫ",e["ㅹ"]="ᄬ",e["ㅺ"]="ᄭ",e["ㅻ"]="ᄮ",e["ㅼ"]="ᄯ",e["ㅽ"]="ᄲ",e["ㅾ"]="ᄶ",e["ㅿ"]="ᅀ",e["ㆀ"]="ᅇ",e["ㆁ"]="ᅌ",e["ㆂ"]="ᇱ",e["ㆃ"]="ᇲ",e["ㆄ"]="ᅗ",e["ㆅ"]="ᅘ",e["ㆆ"]="ᅙ",e["ㆇ"]="ᆄ",e["ㆈ"]="ᆅ",e["ㆉ"]="ᆈ",e["ㆊ"]="ᆑ",e["ㆋ"]="ᆒ",e["ㆌ"]="ᆔ",e["ㆍ"]="ᆞ",e["ㆎ"]="ᆡ",e["㈀"]="(ᄀ)",e["㈁"]="(ᄂ)",e["㈂"]="(ᄃ)",e["㈃"]="(ᄅ)",e["㈄"]="(ᄆ)",e["㈅"]="(ᄇ)",e["㈆"]="(ᄉ)",e["㈇"]="(ᄋ)",e["㈈"]="(ᄌ)",e["㈉"]="(ᄎ)",e["㈊"]="(ᄏ)",e["㈋"]="(ᄐ)",e["㈌"]="(ᄑ)",e["㈍"]="(ᄒ)",e["㈎"]="(가)",e["㈏"]="(나)",e["㈐"]="(다)",e["㈑"]="(라)",e["㈒"]="(마)",e["㈓"]="(바)",e["㈔"]="(사)",e["㈕"]="(아)",e["㈖"]="(자)",e["㈗"]="(차)",e["㈘"]="(카)",e["㈙"]="(타)",e["㈚"]="(파)",e["㈛"]="(하)",e["㈜"]="(주)",e["㈝"]="(오전)",e["㈞"]="(오후)",e["㈠"]="(一)",e["㈡"]="(二)",e["㈢"]="(三)",e["㈣"]="(四)",e["㈤"]="(五)",e["㈥"]="(六)",e["㈦"]="(七)",e["㈧"]="(八)",e["㈨"]="(九)",e["㈩"]="(十)",e["㈪"]="(月)",e["㈫"]="(火)",e["㈬"]="(水)",e["㈭"]="(木)",e["㈮"]="(金)",e["㈯"]="(土)",e["㈰"]="(日)",e["㈱"]="(株)",e["㈲"]="(有)",e["㈳"]="(社)",e["㈴"]="(名)",e["㈵"]="(特)",e["㈶"]="(財)",e["㈷"]="(祝)",e["㈸"]="(労)",e["㈹"]="(代)",e["㈺"]="(呼)",e["㈻"]="(学)",e["㈼"]="(監)",e["㈽"]="(企)",e["㈾"]="(資)",e["㈿"]="(協)",e["㉀"]="(祭)",e["㉁"]="(休)",e["㉂"]="(自)",e["㉃"]="(至)",e["㋀"]="1月",e["㋁"]="2月",e["㋂"]="3月",e["㋃"]="4月",e["㋄"]="5月",e["㋅"]="6月",e["㋆"]="7月",e["㋇"]="8月",e["㋈"]="9月",e["㋉"]="10月",e["㋊"]="11月",e["㋋"]="12月",e["㍘"]="0点",e["㍙"]="1点",e["㍚"]="2点",e["㍛"]="3点",e["㍜"]="4点",e["㍝"]="5点",e["㍞"]="6点",e["㍟"]="7点",e["㍠"]="8点",e["㍡"]="9点",e["㍢"]="10点",e["㍣"]="11点",e["㍤"]="12点",e["㍥"]="13点",e["㍦"]="14点",e["㍧"]="15点",e["㍨"]="16点",e["㍩"]="17点",e["㍪"]="18点",e["㍫"]="19点",e["㍬"]="20点",e["㍭"]="21点",e["㍮"]="22点",e["㍯"]="23点",e["㍰"]="24点",e["㏠"]="1日",e["㏡"]="2日",e["㏢"]="3日",e["㏣"]="4日",e["㏤"]="5日",e["㏥"]="6日",e["㏦"]="7日",e["㏧"]="8日",e["㏨"]="9日",e["㏩"]="10日",e["㏪"]="11日",e["㏫"]="12日",e["㏬"]="13日",e["㏭"]="14日",e["㏮"]="15日",e["㏯"]="16日",e["㏰"]="17日",e["㏱"]="18日",e["㏲"]="19日",e["㏳"]="20日",e["㏴"]="21日",e["㏵"]="22日",e["㏶"]="23日",e["㏷"]="24日",e["㏸"]="25日",e["㏹"]="26日",e["㏺"]="27日",e["㏻"]="28日",e["㏼"]="29日",e["㏽"]="30日",e["㏾"]="31日",e["ff"]="ff",e["fi"]="fi",e["fl"]="fl",e["ffi"]="ffi",e["ffl"]="ffl",e["ſt"]="ſt",e["st"]="st",e["ﬓ"]="մն",e["ﬔ"]="մե",e["ﬕ"]="մի",e["ﬖ"]="վն",e["ﬗ"]="մխ",e["ﭏ"]="אל",e["ﭐ"]="ٱ",e["ﭑ"]="ٱ",e["ﭒ"]="ٻ",e["ﭓ"]="ٻ",e["ﭔ"]="ٻ",e["ﭕ"]="ٻ",e["ﭖ"]="پ",e["ﭗ"]="پ",e["ﭘ"]="پ",e["ﭙ"]="پ",e["ﭚ"]="ڀ",e["ﭛ"]="ڀ",e["ﭜ"]="ڀ",e["ﭝ"]="ڀ",e["ﭞ"]="ٺ",e["ﭟ"]="ٺ",e["ﭠ"]="ٺ",e["ﭡ"]="ٺ",e["ﭢ"]="ٿ",e["ﭣ"]="ٿ",e["ﭤ"]="ٿ",e["ﭥ"]="ٿ",e["ﭦ"]="ٹ",e["ﭧ"]="ٹ",e["ﭨ"]="ٹ",e["ﭩ"]="ٹ",e["ﭪ"]="ڤ",e["ﭫ"]="ڤ",e["ﭬ"]="ڤ",e["ﭭ"]="ڤ",e["ﭮ"]="ڦ",e["ﭯ"]="ڦ",e["ﭰ"]="ڦ",e["ﭱ"]="ڦ",e["ﭲ"]="ڄ",e["ﭳ"]="ڄ",e["ﭴ"]="ڄ",e["ﭵ"]="ڄ",e["ﭶ"]="ڃ",e["ﭷ"]="ڃ",e["ﭸ"]="ڃ",e["ﭹ"]="ڃ",e["ﭺ"]="چ",e["ﭻ"]="چ",e["ﭼ"]="چ",e["ﭽ"]="چ",e["ﭾ"]="ڇ",e["ﭿ"]="ڇ",e["ﮀ"]="ڇ",e["ﮁ"]="ڇ",e["ﮂ"]="ڍ",e["ﮃ"]="ڍ",e["ﮄ"]="ڌ",e["ﮅ"]="ڌ",e["ﮆ"]="ڎ",e["ﮇ"]="ڎ",e["ﮈ"]="ڈ",e["ﮉ"]="ڈ",e["ﮊ"]="ژ",e["ﮋ"]="ژ",e["ﮌ"]="ڑ",e["ﮍ"]="ڑ",e["ﮎ"]="ک",e["ﮏ"]="ک",e["ﮐ"]="ک",e["ﮑ"]="ک",e["ﮒ"]="گ",e["ﮓ"]="گ",e["ﮔ"]="گ",e["ﮕ"]="گ",e["ﮖ"]="ڳ",e["ﮗ"]="ڳ",e["ﮘ"]="ڳ",e["ﮙ"]="ڳ",e["ﮚ"]="ڱ",e["ﮛ"]="ڱ",e["ﮜ"]="ڱ",e["ﮝ"]="ڱ",e["ﮞ"]="ں",e["ﮟ"]="ں",e["ﮠ"]="ڻ",e["ﮡ"]="ڻ",e["ﮢ"]="ڻ",e["ﮣ"]="ڻ",e["ﮤ"]="ۀ",e["ﮥ"]="ۀ",e["ﮦ"]="ہ",e["ﮧ"]="ہ",e["ﮨ"]="ہ",e["ﮩ"]="ہ",e["ﮪ"]="ھ",e["ﮫ"]="ھ",e["ﮬ"]="ھ",e["ﮭ"]="ھ",e["ﮮ"]="ے",e["ﮯ"]="ے",e["ﮰ"]="ۓ",e["ﮱ"]="ۓ",e["ﯓ"]="ڭ",e["ﯔ"]="ڭ",e["ﯕ"]="ڭ",e["ﯖ"]="ڭ",e["ﯗ"]="ۇ",e["ﯘ"]="ۇ",e["ﯙ"]="ۆ",e["ﯚ"]="ۆ",e["ﯛ"]="ۈ",e["ﯜ"]="ۈ",e["ﯝ"]="ٷ",e["ﯞ"]="ۋ",e["ﯟ"]="ۋ",e["ﯠ"]="ۅ",e["ﯡ"]="ۅ",e["ﯢ"]="ۉ",e["ﯣ"]="ۉ",e["ﯤ"]="ې",e["ﯥ"]="ې",e["ﯦ"]="ې",e["ﯧ"]="ې",e["ﯨ"]="ى",e["ﯩ"]="ى",e["ﯪ"]="ئا",e["ﯫ"]="ئا",e["ﯬ"]="ئە",e["ﯭ"]="ئە",e["ﯮ"]="ئو",e["ﯯ"]="ئو",e["ﯰ"]="ئۇ",e["ﯱ"]="ئۇ",e["ﯲ"]="ئۆ",e["ﯳ"]="ئۆ",e["ﯴ"]="ئۈ",e["ﯵ"]="ئۈ",e["ﯶ"]="ئې";e["ﯷ"]="ئې",e["ﯸ"]="ئې",e["ﯹ"]="ئى",e["ﯺ"]="ئى",e["ﯻ"]="ئى",e["ﯼ"]="ی",e["ﯽ"]="ی",e["ﯾ"]="ی",e["ﯿ"]="ی",e["ﰀ"]="ئج",e["ﰁ"]="ئح",e["ﰂ"]="ئم",e["ﰃ"]="ئى",e["ﰄ"]="ئي",e["ﰅ"]="بج",e["ﰆ"]="بح",e["ﰇ"]="بخ",e["ﰈ"]="بم",e["ﰉ"]="بى",e["ﰊ"]="بي",e["ﰋ"]="تج",e["ﰌ"]="تح",e["ﰍ"]="تخ",e["ﰎ"]="تم",e["ﰏ"]="تى",e["ﰐ"]="تي",e["ﰑ"]="ثج",e["ﰒ"]="ثم",e["ﰓ"]="ثى",e["ﰔ"]="ثي",e["ﰕ"]="جح",e["ﰖ"]="جم",e["ﰗ"]="حج",e["ﰘ"]="حم",e["ﰙ"]="خج",e["ﰚ"]="خح",e["ﰛ"]="خم",e["ﰜ"]="سج",e["ﰝ"]="سح",e["ﰞ"]="سخ",e["ﰟ"]="سم",e["ﰠ"]="صح",e["ﰡ"]="صم",e["ﰢ"]="ضج",e["ﰣ"]="ضح",e["ﰤ"]="ضخ",e["ﰥ"]="ضم",e["ﰦ"]="طح",e["ﰧ"]="طم",e["ﰨ"]="ظم",e["ﰩ"]="عج",e["ﰪ"]="عم",e["ﰫ"]="غج",e["ﰬ"]="غم",e["ﰭ"]="فج",e["ﰮ"]="فح",e["ﰯ"]="فخ",e["ﰰ"]="فم",e["ﰱ"]="فى",e["ﰲ"]="في",e["ﰳ"]="قح",e["ﰴ"]="قم",e["ﰵ"]="قى",e["ﰶ"]="قي",e["ﰷ"]="كا",e["ﰸ"]="كج",e["ﰹ"]="كح",e["ﰺ"]="كخ",e["ﰻ"]="كل",e["ﰼ"]="كم",e["ﰽ"]="كى",e["ﰾ"]="كي",e["ﰿ"]="لج",e["ﱀ"]="لح",e["ﱁ"]="لخ",e["ﱂ"]="لم",e["ﱃ"]="لى",e["ﱄ"]="لي",e["ﱅ"]="مج",e["ﱆ"]="مح",e["ﱇ"]="مخ",e["ﱈ"]="مم",e["ﱉ"]="مى",e["ﱊ"]="مي",e["ﱋ"]="نج",e["ﱌ"]="نح",e["ﱍ"]="نخ",e["ﱎ"]="نم",e["ﱏ"]="نى",e["ﱐ"]="ني",e["ﱑ"]="هج",e["ﱒ"]="هم",e["ﱓ"]="هى",e["ﱔ"]="هي",e["ﱕ"]="يج",e["ﱖ"]="يح",e["ﱗ"]="يخ",e["ﱘ"]="يم",e["ﱙ"]="يى",e["ﱚ"]="يي",e["ﱛ"]="ذٰ",e["ﱜ"]="رٰ",e["ﱝ"]="ىٰ",e["ﱞ"]=" ٌّ",e["ﱟ"]=" ٍّ",e["ﱠ"]=" َّ",e["ﱡ"]=" ُّ",e["ﱢ"]=" ِّ",e["ﱣ"]=" ّٰ",e["ﱤ"]="ئر",e["ﱥ"]="ئز",e["ﱦ"]="ئم",e["ﱧ"]="ئن",e["ﱨ"]="ئى",e["ﱩ"]="ئي",e["ﱪ"]="بر",e["ﱫ"]="بز",e["ﱬ"]="بم",e["ﱭ"]="بن",e["ﱮ"]="بى",e["ﱯ"]="بي",e["ﱰ"]="تر",e["ﱱ"]="تز",e["ﱲ"]="تم",e["ﱳ"]="تن",e["ﱴ"]="تى",e["ﱵ"]="تي",e["ﱶ"]="ثر",e["ﱷ"]="ثز",e["ﱸ"]="ثم",e["ﱹ"]="ثن",e["ﱺ"]="ثى",e["ﱻ"]="ثي",e["ﱼ"]="فى",e["ﱽ"]="في",e["ﱾ"]="قى",e["ﱿ"]="قي",e["ﲀ"]="كا",e["ﲁ"]="كل",e["ﲂ"]="كم",e["ﲃ"]="كى",e["ﲄ"]="كي",e["ﲅ"]="لم",e["ﲆ"]="لى",e["ﲇ"]="لي",e["ﲈ"]="ما",e["ﲉ"]="مم",e["ﲊ"]="نر",e["ﲋ"]="نز",e["ﲌ"]="نم",e["ﲍ"]="نن",e["ﲎ"]="نى",e["ﲏ"]="ني",e["ﲐ"]="ىٰ",e["ﲑ"]="ير",e["ﲒ"]="يز",e["ﲓ"]="يم",e["ﲔ"]="ين",e["ﲕ"]="يى",e["ﲖ"]="يي",e["ﲗ"]="ئج",e["ﲘ"]="ئح",e["ﲙ"]="ئخ",e["ﲚ"]="ئم",e["ﲛ"]="ئه",e["ﲜ"]="بج",e["ﲝ"]="بح",e["ﲞ"]="بخ",e["ﲟ"]="بم",e["ﲠ"]="به",e["ﲡ"]="تج",e["ﲢ"]="تح",e["ﲣ"]="تخ",e["ﲤ"]="تم",e["ﲥ"]="ته",e["ﲦ"]="ثم",e["ﲧ"]="جح",e["ﲨ"]="جم",e["ﲩ"]="حج",e["ﲪ"]="حم",e["ﲫ"]="خج",e["ﲬ"]="خم",e["ﲭ"]="سج",e["ﲮ"]="سح",e["ﲯ"]="سخ",e["ﲰ"]="سم",e["ﲱ"]="صح",e["ﲲ"]="صخ",e["ﲳ"]="صم",e["ﲴ"]="ضج",e["ﲵ"]="ضح",e["ﲶ"]="ضخ",e["ﲷ"]="ضم",e["ﲸ"]="طح",e["ﲹ"]="ظم",e["ﲺ"]="عج",e["ﲻ"]="عم",e["ﲼ"]="غج",e["ﲽ"]="غم",e["ﲾ"]="فج",e["ﲿ"]="فح",e["ﳀ"]="فخ",e["ﳁ"]="فم",e["ﳂ"]="قح",e["ﳃ"]="قم",e["ﳄ"]="كج",e["ﳅ"]="كح",e["ﳆ"]="كخ",e["ﳇ"]="كل",e["ﳈ"]="كم",e["ﳉ"]="لج",e["ﳊ"]="لح",e["ﳋ"]="لخ",e["ﳌ"]="لم",e["ﳍ"]="له",e["ﳎ"]="مج",e["ﳏ"]="مح",e["ﳐ"]="مخ",e["ﳑ"]="مم",e["ﳒ"]="نج",e["ﳓ"]="نح",e["ﳔ"]="نخ",e["ﳕ"]="نم",e["ﳖ"]="نه",e["ﳗ"]="هج",e["ﳘ"]="هم",e["ﳙ"]="هٰ",e["ﳚ"]="يج",e["ﳛ"]="يح",e["ﳜ"]="يخ",e["ﳝ"]="يم",e["ﳞ"]="يه",e["ﳟ"]="ئم",e["ﳠ"]="ئه",e["ﳡ"]="بم",e["ﳢ"]="به",e["ﳣ"]="تم",e["ﳤ"]="ته",e["ﳥ"]="ثم",e["ﳦ"]="ثه",e["ﳧ"]="سم",e["ﳨ"]="سه",e["ﳩ"]="شم",e["ﳪ"]="شه",e["ﳫ"]="كل",e["ﳬ"]="كم",e["ﳭ"]="لم",e["ﳮ"]="نم",e["ﳯ"]="نه",e["ﳰ"]="يم",e["ﳱ"]="يه",e["ﳲ"]="ـَّ",e["ﳳ"]="ـُّ",e["ﳴ"]="ـِّ",e["ﳵ"]="طى",e["ﳶ"]="طي",e["ﳷ"]="عى",e["ﳸ"]="عي",e["ﳹ"]="غى",e["ﳺ"]="غي",e["ﳻ"]="سى",e["ﳼ"]="سي",e["ﳽ"]="شى",e["ﳾ"]="شي",e["ﳿ"]="حى",e["ﴀ"]="حي",e["ﴁ"]="جى",e["ﴂ"]="جي",e["ﴃ"]="خى",e["ﴄ"]="خي",e["ﴅ"]="صى",e["ﴆ"]="صي",e["ﴇ"]="ضى",e["ﴈ"]="ضي",e["ﴉ"]="شج",e["ﴊ"]="شح",e["ﴋ"]="شخ",e["ﴌ"]="شم",e["ﴍ"]="شر",e["ﴎ"]="سر",e["ﴏ"]="صر",e["ﴐ"]="ضر",e["ﴑ"]="طى",e["ﴒ"]="طي",e["ﴓ"]="عى",e["ﴔ"]="عي",e["ﴕ"]="غى",e["ﴖ"]="غي",e["ﴗ"]="سى",e["ﴘ"]="سي",e["ﴙ"]="شى",e["ﴚ"]="شي",e["ﴛ"]="حى",e["ﴜ"]="حي",e["ﴝ"]="جى",e["ﴞ"]="جي",e["ﴟ"]="خى",e["ﴠ"]="خي",e["ﴡ"]="صى",e["ﴢ"]="صي",e["ﴣ"]="ضى",e["ﴤ"]="ضي",e["ﴥ"]="شج",e["ﴦ"]="شح",e["ﴧ"]="شخ",e["ﴨ"]="شم",e["ﴩ"]="شر",e["ﴪ"]="سر",e["ﴫ"]="صر",e["ﴬ"]="ضر",e["ﴭ"]="شج",e["ﴮ"]="شح",e["ﴯ"]="شخ",e["ﴰ"]="شم",e["ﴱ"]="سه",e["ﴲ"]="شه",e["ﴳ"]="طم",e["ﴴ"]="سج",e["ﴵ"]="سح",e["ﴶ"]="سخ",e["ﴷ"]="شج",e["ﴸ"]="شح",e["ﴹ"]="شخ",e["ﴺ"]="طم",e["ﴻ"]="ظم",e["ﴼ"]="اً",e["ﴽ"]="اً",e["ﵐ"]="تجم",e["ﵑ"]="تحج",e["ﵒ"]="تحج",e["ﵓ"]="تحم",e["ﵔ"]="تخم",e["ﵕ"]="تمج",e["ﵖ"]="تمح",e["ﵗ"]="تمخ",e["ﵘ"]="جمح",e["ﵙ"]="جمح",e["ﵚ"]="حمي",e["ﵛ"]="حمى",e["ﵜ"]="سحج",e["ﵝ"]="سجح",e["ﵞ"]="سجى",e["ﵟ"]="سمح",e["ﵠ"]="سمح",e["ﵡ"]="سمج",e["ﵢ"]="سمم",e["ﵣ"]="سمم",e["ﵤ"]="صحح",e["ﵥ"]="صحح",e["ﵦ"]="صمم",e["ﵧ"]="شحم",e["ﵨ"]="شحم",e["ﵩ"]="شجي",e["ﵪ"]="شمخ",e["ﵫ"]="شمخ",e["ﵬ"]="شمم",e["ﵭ"]="شمم",e["ﵮ"]="ضحى",e["ﵯ"]="ضخم",e["ﵰ"]="ضخم",e["ﵱ"]="طمح",e["ﵲ"]="طمح",e["ﵳ"]="طمم",e["ﵴ"]="طمي",e["ﵵ"]="عجم",e["ﵶ"]="عمم",e["ﵷ"]="عمم",e["ﵸ"]="عمى",e["ﵹ"]="غمم",e["ﵺ"]="غمي",e["ﵻ"]="غمى",e["ﵼ"]="فخم",e["ﵽ"]="فخم",e["ﵾ"]="قمح",e["ﵿ"]="قمم",e["ﶀ"]="لحم",e["ﶁ"]="لحي",e["ﶂ"]="لحى",e["ﶃ"]="لجج",e["ﶄ"]="لجج",e["ﶅ"]="لخم",e["ﶆ"]="لخم",e["ﶇ"]="لمح",e["ﶈ"]="لمح",e["ﶉ"]="محج",e["ﶊ"]="محم",e["ﶋ"]="محي",e["ﶌ"]="مجح",e["ﶍ"]="مجم",e["ﶎ"]="مخج",e["ﶏ"]="مخم",e["ﶒ"]="مجخ",e["ﶓ"]="همج",e["ﶔ"]="همم",e["ﶕ"]="نحم",e["ﶖ"]="نحى",e["ﶗ"]="نجم",e["ﶘ"]="نجم",e["ﶙ"]="نجى",e["ﶚ"]="نمي",e["ﶛ"]="نمى",e["ﶜ"]="يمم",e["ﶝ"]="يمم",e["ﶞ"]="بخي",e["ﶟ"]="تجي",e["ﶠ"]="تجى",e["ﶡ"]="تخي",e["ﶢ"]="تخى",e["ﶣ"]="تمي",e["ﶤ"]="تمى",e["ﶥ"]="جمي",e["ﶦ"]="جحى",e["ﶧ"]="جمى",e["ﶨ"]="سخى",e["ﶩ"]="صحي",e["ﶪ"]="شحي",e["ﶫ"]="ضحي",e["ﶬ"]="لجي",e["ﶭ"]="لمي",e["ﶮ"]="يحي",e["ﶯ"]="يجي",e["ﶰ"]="يمي",e["ﶱ"]="ممي",e["ﶲ"]="قمي",e["ﶳ"]="نحي",e["ﶴ"]="قمح",e["ﶵ"]="لحم",e["ﶶ"]="عمي",e["ﶷ"]="كمي",e["ﶸ"]="نجح",e["ﶹ"]="مخي",e["ﶺ"]="لجم",e["ﶻ"]="كمم",e["ﶼ"]="لجم",e["ﶽ"]="نجح",e["ﶾ"]="جحي",e["ﶿ"]="حجي",e["ﷀ"]="مجي",e["ﷁ"]="فمي",e["ﷂ"]="بحي",e["ﷃ"]="كمم",e["ﷄ"]="عجم",e["ﷅ"]="صمم",e["ﷆ"]="سخي",e["ﷇ"]="نجي",e["﹉"]="‾",e["﹊"]="‾",e["﹋"]="‾",e["﹌"]="‾",e["﹍"]="_",e["﹎"]="_",e["﹏"]="_",e["ﺀ"]="ء",e["ﺁ"]="آ",e["ﺂ"]="آ",e["ﺃ"]="أ",e["ﺄ"]="أ",e["ﺅ"]="ؤ",e["ﺆ"]="ؤ",e["ﺇ"]="إ",e["ﺈ"]="إ",e["ﺉ"]="ئ",e["ﺊ"]="ئ",e["ﺋ"]="ئ",e["ﺌ"]="ئ",e["ﺍ"]="ا",e["ﺎ"]="ا",e["ﺏ"]="ب",e["ﺐ"]="ب",e["ﺑ"]="ب",e["ﺒ"]="ب",e["ﺓ"]="ة",e["ﺔ"]="ة",e["ﺕ"]="ت",e["ﺖ"]="ت",e["ﺗ"]="ت",e["ﺘ"]="ت",e["ﺙ"]="ث",e["ﺚ"]="ث",e["ﺛ"]="ث",e["ﺜ"]="ث",e["ﺝ"]="ج",e["ﺞ"]="ج",e["ﺟ"]="ج",e["ﺠ"]="ج",e["ﺡ"]="ح",e["ﺢ"]="ح",e["ﺣ"]="ح",e["ﺤ"]="ح",e["ﺥ"]="خ",e["ﺦ"]="خ",e["ﺧ"]="خ",e["ﺨ"]="خ",e["ﺩ"]="د",e["ﺪ"]="د",e["ﺫ"]="ذ",e["ﺬ"]="ذ",e["ﺭ"]="ر",e["ﺮ"]="ر",e["ﺯ"]="ز",e["ﺰ"]="ز",e["ﺱ"]="س",e["ﺲ"]="س",e["ﺳ"]="س",e["ﺴ"]="س",e["ﺵ"]="ش",e["ﺶ"]="ش",e["ﺷ"]="ش",e["ﺸ"]="ش",e["ﺹ"]="ص",e["ﺺ"]="ص",e["ﺻ"]="ص",e["ﺼ"]="ص",e["ﺽ"]="ض",e["ﺾ"]="ض",e["ﺿ"]="ض",e["ﻀ"]="ض",e["ﻁ"]="ط",e["ﻂ"]="ط",e["ﻃ"]="ط",e["ﻄ"]="ط",e["ﻅ"]="ظ",e["ﻆ"]="ظ",e["ﻇ"]="ظ",e["ﻈ"]="ظ",e["ﻉ"]="ع",e["ﻊ"]="ع",e["ﻋ"]="ع",e["ﻌ"]="ع",e["ﻍ"]="غ",e["ﻎ"]="غ",e["ﻏ"]="غ",e["ﻐ"]="غ",e["ﻑ"]="ف",e["ﻒ"]="ف",e["ﻓ"]="ف",e["ﻔ"]="ف",e["ﻕ"]="ق",e["ﻖ"]="ق",e["ﻗ"]="ق",e["ﻘ"]="ق",e["ﻙ"]="ك",e["ﻚ"]="ك",e["ﻛ"]="ك",e["ﻜ"]="ك",e["ﻝ"]="ل",e["ﻞ"]="ل",e["ﻟ"]="ل",e["ﻠ"]="ل",e["ﻡ"]="م",e["ﻢ"]="م",e["ﻣ"]="م",e["ﻤ"]="م",e["ﻥ"]="ن",e["ﻦ"]="ن",e["ﻧ"]="ن",e["ﻨ"]="ن",e["ﻩ"]="ه",e["ﻪ"]="ه",e["ﻫ"]="ه",e["ﻬ"]="ه",e["ﻭ"]="و",e["ﻮ"]="و",e["ﻯ"]="ى",e["ﻰ"]="ى",e["ﻱ"]="ي",e["ﻲ"]="ي",e["ﻳ"]="ي",e["ﻴ"]="ي",e["ﻵ"]="لآ",e["ﻶ"]="لآ",e["ﻷ"]="لأ",e["ﻸ"]="لأ",e["ﻹ"]="لإ",e["ﻺ"]="لإ",e["ﻻ"]="لا",e["ﻼ"]="لا"}));function u(e){var t=e.length;if(t<=1||!c(e.charCodeAt(0)))return e;for(var r="",a=t-1;a>=0;a--)r+=e[a];return r}t.mapSpecialUnicodeValues=o,t.reverseIfRtl=u,t.getUnicodeRangeFor=l,t.getNormalizedUnicodes=d,t.getUnicodeForGlyph=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FontRendererFactory=void 0;var a=r(2),n=r(30),o=r(33),i=r(32),s=r(12),l=function(){function e(e,t){return e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3]}function t(e,t){return e[t]<<8|e[t+1]}function r(e){const t=e.length;let r=32768;return t<1240?r=107:t<33900&&(r=1131),r}function l(r,n,o){var i,s,l,c=1===t(r,n+2)?e(r,n+8):e(r,n+16),d=t(r,n+c);if(4===d){t(r,n+c+2);var u=t(r,n+c+6)>>1;for(s=n+c+14,i=[],l=0;l<u;l++,s+=2)i[l]={end:t(r,s)};for(s+=2,l=0;l<u;l++,s+=2)i[l].start=t(r,s);for(l=0;l<u;l++,s+=2)i[l].idDelta=t(r,s);for(l=0;l<u;l++,s+=2){var h=t(r,s);if(0!==h){i[l].ids=[];for(var p=0,m=i[l].end-i[l].start+1;p<m;p++)i[l].ids[p]=t(r,s+h),h+=2}}return i}if(12===d){e(r,n+c+4);var f=e(r,n+c+12);for(s=n+c+16,i=[],l=0;l<f;l++)i.push({start:e(r,s),end:e(r,s+4),idDelta:e(r,s+8)-e(r,s)}),s+=12;return i}throw new a.FormatError(`unsupported cmap: ${d}`)}function c(e,t,r,a){var o={},i=new n.CFFParser(new s.Stream(e,t,r-t),o,a),l=i.parse();return{glyphs:l.charStrings.objects,subrs:l.topDict.privateDict&&l.topDict.privateDict.subrsIndex&&l.topDict.privateDict.subrsIndex.objects,gsubrs:l.globalSubrIndex&&l.globalSubrIndex.objects,isCFFCIDFont:l.isCIDFont,fdSelect:l.fdSelect,fdArray:l.fdArray}}function d(e,t,r){var a,n;r?(a=4,n=function(e,t){return e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3]}):(a=2,n=function(e,t){return e[t]<<9|e[t+1]<<1});for(var o=[],i=n(t,0),s=a;s<t.length;s+=a){var l=n(t,s);o.push(e.subarray(i,l)),i=l}return o}function u(e,t){var r=t.codePointAt(0),a=0,n=0,o=e.length-1;while(n<o){var i=n+o+1>>1;r<e[i].start?o=i-1:n=i}return e[n].start<=r&&r<=e[n].end&&(a=e[n].idDelta+(e[n].ids?e[n].ids[r-e[n].start]:r)&65535),{charCode:r,glyphId:a}}function h(e,t,r){function a(e,r){t.push({cmd:"moveTo",args:[e,r]})}function n(e,r){t.push({cmd:"lineTo",args:[e,r]})}function o(e,r,a,n){t.push({cmd:"quadraticCurveTo",args:[e,r,a,n]})}var i,s=0,l=(e[s]<<24|e[s+1]<<16)>>16,c=0,d=0;if(s+=10,l<0)do{i=e[s]<<8|e[s+1];var u,p,m=e[s+2]<<8|e[s+3];s+=4,1&i?(u=(e[s]<<24|e[s+1]<<16)>>16,p=(e[s+2]<<24|e[s+3]<<16)>>16,s+=4):(u=e[s++],p=e[s++]),2&i?(c=u,d=p):(c=0,d=0);var f=1,g=1,b=0,v=0;8&i?(f=g=(e[s]<<24|e[s+1]<<16)/1073741824,s+=2):64&i?(f=(e[s]<<24|e[s+1]<<16)/1073741824,g=(e[s+2]<<24|e[s+3]<<16)/1073741824,s+=4):128&i&&(f=(e[s]<<24|e[s+1]<<16)/1073741824,b=(e[s+2]<<24|e[s+3]<<16)/1073741824,v=(e[s+4]<<24|e[s+5]<<16)/1073741824,g=(e[s+6]<<24|e[s+7]<<16)/1073741824,s+=8);var w=r.glyphs[m];w&&(t.push({cmd:"save"}),t.push({cmd:"transform",args:[f,b,v,g,c,d]}),h(w,t,r),t.push({cmd:"restore"}))}while(32&i);else{var y,x,k=[];for(y=0;y<l;y++)k.push(e[s]<<8|e[s+1]),s+=2;var A=e[s]<<8|e[s+1];s+=2+A;var C=k[k.length-1]+1,S=[];while(S.length<C){i=e[s++];var _=1;8&i&&(_+=e[s++]);while(_-- >0)S.push({flags:i})}for(y=0;y<C;y++){switch(18&S[y].flags){case 0:c+=(e[s]<<24|e[s+1]<<16)>>16,s+=2;break;case 2:c-=e[s++];break;case 18:c+=e[s++];break}S[y].x=c}for(y=0;y<C;y++){switch(36&S[y].flags){case 0:d+=(e[s]<<24|e[s+1]<<16)>>16,s+=2;break;case 4:d-=e[s++];break;case 36:d+=e[s++];break}S[y].y=d}var E=0;for(s=0;s<l;s++){var P=k[s],T=S.slice(E,P+1);if(1&T[0].flags)T.push(T[0]);else if(1&T[T.length-1].flags)T.unshift(T[T.length-1]);else{var I={flags:1,x:(T[0].x+T[T.length-1].x)/2,y:(T[0].y+T[T.length-1].y)/2};T.unshift(I),T.push(I)}for(a(T[0].x,T[0].y),y=1,x=T.length;y<x;y++)1&T[y].flags?n(T[y].x,T[y].y):1&T[y+1].flags?(o(T[y].x,T[y].y,T[y+1].x,T[y+1].y),y++):o(T[y].x,T[y].y,(T[y].x+T[y+1].x)/2,(T[y].y+T[y+1].y)/2);E=P+1}}}function p(e,t,n,o){function s(e,r){t.push({cmd:"moveTo",args:[e,r]})}function l(e,r){t.push({cmd:"lineTo",args:[e,r]})}function c(e,r,a,n,o,i){t.push({cmd:"bezierCurveTo",args:[e,r,a,n,o,i]})}var d=[],h=0,m=0,f=0;function g(e){var b=0;while(b<e.length){var v,w,y,x,k,A,C,S,_,E=!1,P=e[b++];switch(P){case 1:f+=d.length>>1,E=!0;break;case 3:f+=d.length>>1,E=!0;break;case 4:m+=d.pop(),s(h,m),E=!0;break;case 5:while(d.length>0)h+=d.shift(),m+=d.shift(),l(h,m);break;case 6:while(d.length>0){if(h+=d.shift(),l(h,m),0===d.length)break;m+=d.shift(),l(h,m)}break;case 7:while(d.length>0){if(m+=d.shift(),l(h,m),0===d.length)break;h+=d.shift(),l(h,m)}break;case 8:while(d.length>0)v=h+d.shift(),y=m+d.shift(),w=v+d.shift(),x=y+d.shift(),h=w+d.shift(),m=x+d.shift(),c(v,y,w,x,h,m);break;case 10:if(S=d.pop(),_=null,n.isCFFCIDFont){const e=n.fdSelect.getFDIndex(o);if(e>=0&&e<n.fdArray.length){const t=n.fdArray[e];let a;t.privateDict&&t.privateDict.subrsIndex&&(a=t.privateDict.subrsIndex.objects),a&&(S+=r(a),_=a[S])}else(0,a.warn)("Invalid fd index for glyph index.")}else _=n.subrs[S+n.subrsBias];_&&g(_);break;case 11:return;case 12:switch(P=e[b++],P){case 34:v=h+d.shift(),w=v+d.shift(),k=m+d.shift(),h=w+d.shift(),c(v,m,w,k,h,k),v=h+d.shift(),w=v+d.shift(),h=w+d.shift(),c(v,k,w,m,h,m);break;case 35:v=h+d.shift(),y=m+d.shift(),w=v+d.shift(),x=y+d.shift(),h=w+d.shift(),m=x+d.shift(),c(v,y,w,x,h,m),v=h+d.shift(),y=m+d.shift(),w=v+d.shift(),x=y+d.shift(),h=w+d.shift(),m=x+d.shift(),c(v,y,w,x,h,m),d.pop();break;case 36:v=h+d.shift(),k=m+d.shift(),w=v+d.shift(),A=k+d.shift(),h=w+d.shift(),c(v,k,w,A,h,A),v=h+d.shift(),w=v+d.shift(),C=A+d.shift(),h=w+d.shift(),c(v,A,w,C,h,m);break;case 37:var T=h,I=m;v=h+d.shift(),y=m+d.shift(),w=v+d.shift(),x=y+d.shift(),h=w+d.shift(),m=x+d.shift(),c(v,y,w,x,h,m),v=h+d.shift(),y=m+d.shift(),w=v+d.shift(),x=y+d.shift(),h=w,m=x,Math.abs(h-T)>Math.abs(m-I)?h+=d.shift():m+=d.shift(),c(v,y,w,x,h,m);break;default:throw new a.FormatError(`unknown operator: 12 ${P}`)}break;case 14:if(d.length>=4){var O=d.pop(),L=d.pop();m=d.pop(),h=d.pop(),t.push({cmd:"save"}),t.push({cmd:"translate",args:[h,m]});var F=u(n.cmap,String.fromCharCode(n.glyphNameMap[i.StandardEncoding[O]]));p(n.glyphs[F.glyphId],t,n,F.glyphId),t.push({cmd:"restore"}),F=u(n.cmap,String.fromCharCode(n.glyphNameMap[i.StandardEncoding[L]])),p(n.glyphs[F.glyphId],t,n,F.glyphId)}return;case 18:f+=d.length>>1,E=!0;break;case 19:f+=d.length>>1,b+=f+7>>3,E=!0;break;case 20:f+=d.length>>1,b+=f+7>>3,E=!0;break;case 21:m+=d.pop(),h+=d.pop(),s(h,m),E=!0;break;case 22:h+=d.pop(),s(h,m),E=!0;break;case 23:f+=d.length>>1,E=!0;break;case 24:while(d.length>2)v=h+d.shift(),y=m+d.shift(),w=v+d.shift(),x=y+d.shift(),h=w+d.shift(),m=x+d.shift(),c(v,y,w,x,h,m);h+=d.shift(),m+=d.shift(),l(h,m);break;case 25:while(d.length>6)h+=d.shift(),m+=d.shift(),l(h,m);v=h+d.shift(),y=m+d.shift(),w=v+d.shift(),x=y+d.shift(),h=w+d.shift(),m=x+d.shift(),c(v,y,w,x,h,m);break;case 26:d.length%2&&(h+=d.shift());while(d.length>0)v=h,y=m+d.shift(),w=v+d.shift(),x=y+d.shift(),h=w,m=x+d.shift(),c(v,y,w,x,h,m);break;case 27:d.length%2&&(m+=d.shift());while(d.length>0)v=h+d.shift(),y=m,w=v+d.shift(),x=y+d.shift(),h=w+d.shift(),m=x,c(v,y,w,x,h,m);break;case 28:d.push((e[b]<<24|e[b+1]<<16)>>16),b+=2;break;case 29:S=d.pop()+n.gsubrsBias,_=n.gsubrs[S],_&&g(_);break;case 30:while(d.length>0){if(v=h,y=m+d.shift(),w=v+d.shift(),x=y+d.shift(),h=w+d.shift(),m=x+(1===d.length?d.shift():0),c(v,y,w,x,h,m),0===d.length)break;v=h+d.shift(),y=m,w=v+d.shift(),x=y+d.shift(),m=x+d.shift(),h=w+(1===d.length?d.shift():0),c(v,y,w,x,h,m)}break;case 31:while(d.length>0){if(v=h+d.shift(),y=m,w=v+d.shift(),x=y+d.shift(),m=x+d.shift(),h=w+(1===d.length?d.shift():0),c(v,y,w,x,h,m),0===d.length)break;v=h,y=m+d.shift(),w=v+d.shift(),x=y+d.shift(),h=w+d.shift(),m=x+(1===d.length?d.shift():0),c(v,y,w,x,h,m)}break;default:if(P<32)throw new a.FormatError(`unknown operator: ${P}`);P<247?d.push(P-139):P<251?d.push(256*(P-247)+e[b++]+108):P<255?d.push(256*-(P-251)-e[b++]-108):(d.push((e[b]<<24|e[b+1]<<16|e[b+2]<<8|e[b+3])/65536),b+=4);break}E&&(d.length=0)}}g(e)}const m=[];class f{constructor(e){this.constructor===f&&(0,a.unreachable)("Cannot initialize CompiledFont."),this.fontMatrix=e,this.compiledGlyphs=Object.create(null),this.compiledCharCodeToGlyphId=Object.create(null)}getPathJs(e){const t=u(this.cmap,e);let r=this.compiledGlyphs[t.glyphId];return r||(r=this.compileGlyph(this.glyphs[t.glyphId],t.glyphId),this.compiledGlyphs[t.glyphId]=r),void 0===this.compiledCharCodeToGlyphId[t.charCode]&&(this.compiledCharCodeToGlyphId[t.charCode]=t.glyphId),r}compileGlyph(e,t){if(!e||0===e.length||14===e[0])return m;let r=this.fontMatrix;if(this.isCFFCIDFont){const e=this.fdSelect.getFDIndex(t);if(e>=0&&e<this.fdArray.length){const t=this.fdArray[e];r=t.getByName("FontMatrix")||a.FONT_IDENTITY_MATRIX}else(0,a.warn)("Invalid fd index for glyph index.")}const n=[];return n.push({cmd:"save"}),n.push({cmd:"transform",args:r.slice()}),n.push({cmd:"scale",args:["size","-size"]}),this.compileGlyphImpl(e,n,t),n.push({cmd:"restore"}),n}compileGlyphImpl(){(0,a.unreachable)("Children classes should implement this.")}hasBuiltPath(e){const t=u(this.cmap,e);return void 0!==this.compiledGlyphs[t.glyphId]&&void 0!==this.compiledCharCodeToGlyphId[t.charCode]}}class g extends f{constructor(e,t,r){super(r||[488e-6,0,0,488e-6,0,0]),this.glyphs=e,this.cmap=t}compileGlyphImpl(e,t){h(e,t,this)}}class b extends f{constructor(e,t,a,n){super(a||[.001,0,0,.001,0,0]),this.glyphs=e.glyphs,this.gsubrs=e.gsubrs||[],this.subrs=e.subrs||[],this.cmap=t,this.glyphNameMap=n||(0,o.getGlyphsUnicode)(),this.gsubrsBias=r(this.gsubrs),this.subrsBias=r(this.subrs),this.isCFFCIDFont=e.isCFFCIDFont,this.fdSelect=e.fdSelect,this.fdArray=e.fdArray}compileGlyphImpl(e,t,r){p(e,t,this,r)}}return{create:function(r,n){for(var o,i,s,u,h,p,m=new Uint8Array(r.data),f=t(m,4),v=0,w=12;v<f;v++,w+=16){var y=(0,a.bytesToString)(m.subarray(w,w+4)),x=e(m,w+8),k=e(m,w+12);switch(y){case"cmap":o=l(m,x,x+k);break;case"glyf":i=m.subarray(x,x+k);break;case"loca":s=m.subarray(x,x+k);break;case"head":p=t(m,x+18),h=t(m,x+50);break;case"CFF ":u=c(m,x,x+k,n);break}}if(i){var A=p?[1/p,0,0,1/p,0,0]:r.fontMatrix;return new g(d(i,s,h),o,A)}return new b(u,o,r.fontMatrix,r.glyphNameMap)}}}();t.FontRendererFactory=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Type1Parser=void 0;var a=r(32),n=r(8),o=r(12),i=r(2),s=!1,l=function(){var e={hstem:[1],vstem:[3],vmoveto:[4],rlineto:[5],hlineto:[6],vlineto:[7],rrcurveto:[8],callsubr:[10],flex:[12,35],drop:[12,18],endchar:[14],rmoveto:[21],hmoveto:[22],vhcurveto:[30],hvcurveto:[31]};function t(){this.width=0,this.lsb=0,this.flexing=!1,this.output=[],this.stack=[]}return t.prototype={convert:function(t,r,a){for(var n,o,l,c=t.length,d=!1,u=0;u<c;u++){var h=t[u];if(h<32){switch(12===h&&(h=(h<<8)+t[++u]),h){case 1:if(!s){this.stack=[];break}d=this.executeCommand(2,e.hstem);break;case 3:if(!s){this.stack=[];break}d=this.executeCommand(2,e.vstem);break;case 4:if(this.flexing){if(this.stack.length<1){d=!0;break}var p=this.stack.pop();this.stack.push(0,p);break}d=this.executeCommand(1,e.vmoveto);break;case 5:d=this.executeCommand(2,e.rlineto);break;case 6:d=this.executeCommand(1,e.hlineto);break;case 7:d=this.executeCommand(1,e.vlineto);break;case 8:d=this.executeCommand(6,e.rrcurveto);break;case 9:this.stack=[];break;case 10:if(this.stack.length<1){d=!0;break}if(l=this.stack.pop(),!r[l]){d=!0;break}d=this.convert(r[l],r,a);break;case 11:return d;case 13:if(this.stack.length<2){d=!0;break}n=this.stack.pop(),o=this.stack.pop(),this.lsb=o,this.width=n,this.stack.push(n,o),d=this.executeCommand(2,e.hmoveto);break;case 14:this.output.push(e.endchar[0]);break;case 21:if(this.flexing)break;d=this.executeCommand(2,e.rmoveto);break;case 22:if(this.flexing){this.stack.push(0);break}d=this.executeCommand(1,e.hmoveto);break;case 30:d=this.executeCommand(4,e.vhcurveto);break;case 31:d=this.executeCommand(4,e.hvcurveto);break;case 3072:this.stack=[];break;case 3073:if(!s){this.stack=[];break}d=this.executeCommand(2,e.vstem);break;case 3074:if(!s){this.stack=[];break}d=this.executeCommand(2,e.hstem);break;case 3078:a?(this.seac=this.stack.splice(-4,4),d=this.executeCommand(0,e.endchar)):d=this.executeCommand(4,e.endchar);break;case 3079:if(this.stack.length<4){d=!0;break}this.stack.pop(),n=this.stack.pop();var m=this.stack.pop();o=this.stack.pop(),this.lsb=o,this.width=n,this.stack.push(n,o,m),d=this.executeCommand(3,e.rmoveto);break;case 3084:if(this.stack.length<2){d=!0;break}var f=this.stack.pop(),g=this.stack.pop();this.stack.push(g/f);break;case 3088:if(this.stack.length<2){d=!0;break}l=this.stack.pop();var b=this.stack.pop();if(0===l&&3===b){var v=this.stack.splice(this.stack.length-17,17);this.stack.push(v[2]+v[0],v[3]+v[1],v[4],v[5],v[6],v[7],v[8],v[9],v[10],v[11],v[12],v[13],v[14]),d=this.executeCommand(13,e.flex,!0),this.flexing=!1,this.stack.push(v[15],v[16])}else 1===l&&0===b&&(this.flexing=!0);break;case 3089:break;case 3105:this.stack=[];break;default:(0,i.warn)('Unknown type 1 charstring command of "'+h+'"');break}if(d)break}else h<=246?h-=139:h=h<=250?256*(h-247)+t[++u]+108:h<=254?-256*(h-251)-t[++u]-108:(255&t[++u])<<24|(255&t[++u])<<16|(255&t[++u])<<8|(255&t[++u])<<0,this.stack.push(h)}return d},executeCommand(e,t,r){var a=this.stack.length;if(e>a)return!0;for(var n=a-e,o=n;o<a;o++){var i=this.stack[o];Number.isInteger(i)?this.output.push(28,i>>8&255,255&i):(i=65536*i|0,this.output.push(255,i>>24&255,i>>16&255,i>>8&255,255&i))}return this.output.push.apply(this.output,t),r?this.stack.splice(n,e):this.stack.length=0,!1}},t}(),c=function(){var e=55665,t=4330;function r(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function i(e,t,r){if(r>=e.length)return new Uint8Array(0);var a,n,o=0|t,i=52845,s=22719;for(a=0;a<r;a++)o=(e[a]+o)*i+s&65535;var l=e.length-r,c=new Uint8Array(l);for(a=r,n=0;n<l;a++,n++){var d=e[a];c[n]=d^o>>8,o=(d+o)*i+s&65535}return c}function c(e,t,a){var n,o,i=0|t,s=52845,l=22719,c=e.length,d=c>>>1,u=new Uint8Array(d);for(n=0,o=0;n<c;n++){var h=e[n];if(r(h)){var p;n++;while(n<c&&!r(p=e[n]))n++;if(n<c){var m=parseInt(String.fromCharCode(h,p),16);u[o++]=m^i>>8,i=(m+i)*s+l&65535}}}return u.slice(a,o)}function d(e){return 47===e||91===e||93===e||123===e||125===e||40===e||41===e}function u(t,a,s){if(a){var l=t.getBytes(),d=!((r(l[0])||(0,n.isWhiteSpace)(l[0]))&&r(l[1])&&r(l[2])&&r(l[3])&&r(l[4])&&r(l[5])&&r(l[6])&&r(l[7]));t=new o.Stream(d?i(l,e,4):c(l,e,4))}this.seacAnalysisEnabled=!!s,this.stream=t,this.nextChar()}return u.prototype={readNumberArray:function(){this.getToken();var e=[];while(1){var t=this.getToken();if(null===t||"]"===t||"}"===t)break;e.push(parseFloat(t||0))}return e},readNumber:function(){var e=this.getToken();return parseFloat(e||0)},readInt:function(){var e=this.getToken();return 0|parseInt(e||0,10)},readBoolean:function(){var e=this.getToken();return"true"===e?1:0},nextChar:function(){return this.currentChar=this.stream.getByte()},getToken:function(){var e=!1,t=this.currentChar;while(1){if(-1===t)return null;if(e)10!==t&&13!==t||(e=!1);else if(37===t)e=!0;else if(!(0,n.isWhiteSpace)(t))break;t=this.nextChar()}if(d(t))return this.nextChar(),String.fromCharCode(t);var r="";do{r+=String.fromCharCode(t),t=this.nextChar()}while(t>=0&&!(0,n.isWhiteSpace)(t)&&!d(t));return r},readCharStrings:function(e,r){return-1===r?e:i(e,t,r)},extractFontProgram:function(e){var t=this.stream,r=[],a=[],n=Object.create(null);n.lenIV=4;var o,i,c,d,u,h={subrs:[],charstrings:[],properties:{privateData:n}};while(null!==(o=this.getToken()))if("/"===o)switch(o=this.getToken(),o){case"CharStrings":this.getToken(),this.getToken(),this.getToken(),this.getToken();while(1){if(o=this.getToken(),null===o||"end"===o)break;if("/"===o){var p=this.getToken();i=this.readInt(),this.getToken(),c=i>0?t.getBytes(i):new Uint8Array(0),d=h.properties.privateData.lenIV,u=this.readCharStrings(c,d),this.nextChar(),o=this.getToken(),"noaccess"===o&&this.getToken(),a.push({glyph:p,encoded:u})}}break;case"Subrs":this.readInt(),this.getToken();while("dup"===this.getToken()){const e=this.readInt();i=this.readInt(),this.getToken(),c=i>0?t.getBytes(i):new Uint8Array(0),d=h.properties.privateData.lenIV,u=this.readCharStrings(c,d),this.nextChar(),o=this.getToken(),"noaccess"===o&&this.getToken(),r[e]=u}break;case"BlueValues":case"OtherBlues":case"FamilyBlues":case"FamilyOtherBlues":var m=this.readNumberArray();m.length>0&&m.length%2===0&&s&&(h.properties.privateData[o]=m);break;case"StemSnapH":case"StemSnapV":h.properties.privateData[o]=this.readNumberArray();break;case"StdHW":case"StdVW":h.properties.privateData[o]=this.readNumberArray()[0];break;case"BlueShift":case"lenIV":case"BlueFuzz":case"BlueScale":case"LanguageGroup":case"ExpansionFactor":h.properties.privateData[o]=this.readNumber();break;case"ForceBold":h.properties.privateData[o]=this.readBoolean();break}for(var f=0;f<a.length;f++){p=a[f].glyph,u=a[f].encoded;var g=new l,b=g.convert(u,r,this.seacAnalysisEnabled),v=g.output;b&&(v=[14]);const t={glyphName:p,charstring:v,width:g.width,lsb:g.lsb,seac:g.seac};if(".notdef"===p?h.charstrings.unshift(t):h.charstrings.push(t),e.builtInEncoding){const t=e.builtInEncoding.indexOf(p);t>-1&&void 0===e.widths[t]&&t>=e.firstChar&&t<=e.lastChar&&(e.widths[t]=g.width)}}return h},extractFontHeader:function(e){var t;while(null!==(t=this.getToken()))if("/"===t)switch(t=this.getToken(),t){case"FontMatrix":var r=this.readNumberArray();e.fontMatrix=r;break;case"Encoding":var n,o=this.getToken();if(/^\d+$/.test(o)){n=[];var i=0|parseInt(o,10);this.getToken();for(var s=0;s<i;s++){t=this.getToken();while("dup"!==t&&"def"!==t)if(t=this.getToken(),null===t)return;if("def"===t)break;var l=this.readInt();this.getToken();var c=this.getToken();n[l]=c,this.getToken()}}else n=(0,a.getEncoding)(o);e.builtInEncoding=n;break;case"FontBBox":var d=this.readNumberArray();e.ascent=Math.max(d[3],d[1]),e.descent=Math.min(d[1],d[3]),e.ascentScaled=!0;break}}},u}();t.Type1Parser=c},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getTilingPatternIR=d,t.Pattern=void 0;var a=r(2),n=r(23),o=r(5),i=r(8),s={FUNCTION_BASED:1,AXIAL:2,RADIAL:3,FREE_FORM_MESH:4,LATTICE_FORM_MESH:5,COONS_PATCH_MESH:6,TENSOR_PATCH_MESH:7},l=function(){function e(){(0,a.unreachable)("should not call Pattern constructor")}return e.prototype={getPattern:function(e){(0,a.unreachable)(`Should not call Pattern.getStyle: ${e}`)}},e.parseShading=function(e,t,r,n,l,d){var u=(0,o.isStream)(e)?e.dict:e,h=u.get("ShadingType");try{switch(h){case s.AXIAL:case s.RADIAL:return new c.RadialAxial(u,t,r,n,d);case s.FREE_FORM_MESH:case s.LATTICE_FORM_MESH:case s.COONS_PATCH_MESH:case s.TENSOR_PATCH_MESH:return new c.Mesh(e,t,r,n,d);default:throw new a.FormatError("Unsupported ShadingType: "+h)}}catch(p){if(p instanceof i.MissingDataException)throw p;return l.send("UnsupportedFeature",{featureId:a.UNSUPPORTED_FEATURES.shadingPattern}),(0,a.warn)(p),new c.Dummy}},e}();t.Pattern=l;var c={};function d(e,t,r){const n=t.getArray("Matrix"),o=a.Util.normalizeRect(t.getArray("BBox")),i=t.get("XStep"),s=t.get("YStep"),l=t.get("PaintType"),c=t.get("TilingType");if(o[2]-o[0]===0||o[3]-o[1]===0)throw new a.FormatError(`Invalid getTilingPatternIR /BBox array: [${o}].`);return["TilingPattern",r,e,n,o,i,s,l,c]}c.SMALL_NUMBER=1e-6,c.RadialAxial=function(){function e(e,t,r,o,i){this.matrix=t,this.coordsArr=e.getArray("Coords"),this.shadingType=e.get("ShadingType"),this.type="Pattern";var l=e.get("ColorSpace","CS");l=n.ColorSpace.parse(l,r,o,i),this.cs=l;const d=e.getArray("BBox");Array.isArray(d)&&4===d.length?this.bbox=a.Util.normalizeRect(d):this.bbox=null;var u=0,h=1;if(e.has("Domain")){var p=e.getArray("Domain");u=p[0],h=p[1]}var m=!1,f=!1;if(e.has("Extend")){var g=e.getArray("Extend");m=g[0],f=g[1]}if(this.shadingType===s.RADIAL&&(!m||!f)){var b=this.coordsArr[0],v=this.coordsArr[1],w=this.coordsArr[2],y=this.coordsArr[3],x=this.coordsArr[4],k=this.coordsArr[5],A=Math.sqrt((b-y)*(b-y)+(v-x)*(v-x));w<=k+A&&k<=w+A&&(0,a.warn)("Unsupported radial gradient.")}this.extendStart=m,this.extendEnd=f;var C=e.get("Function"),S=i.createFromArray(C);const _=10,E=(h-u)/_;var P=this.colorStops=[];if(u>=h||E<=0)(0,a.info)("Bad shading domain.");else{var T,I=new Float32Array(l.numComps),O=new Float32Array(1);for(let e=0;e<=_;e++){O[0]=u+e*E,S(O,0,I,0),T=l.getRgb(I,0);var L=a.Util.makeCssRgb(T[0],T[1],T[2]);P.push([e/_,L])}var F="transparent";e.has("Background")&&(T=l.getRgb(e.get("Background"),0),F=a.Util.makeCssRgb(T[0],T[1],T[2])),m||(P.unshift([0,F]),P[1][0]+=c.SMALL_NUMBER),f||(P[P.length-1][0]-=c.SMALL_NUMBER,P.push([1,F])),this.colorStops=P}}return e.prototype={getIR:function(){var e,t,r,n,o,i=this.coordsArr,l=this.shadingType;l===s.AXIAL?(t=[i[0],i[1]],r=[i[2],i[3]],n=null,o=null,e="axial"):l===s.RADIAL?(t=[i[0],i[1]],r=[i[3],i[4]],n=i[2],o=i[5],e="radial"):(0,a.unreachable)(`getPattern type unknown: ${l}`);var c=this.matrix;if(c&&(t=a.Util.applyTransform(t,c),r=a.Util.applyTransform(r,c),l===s.RADIAL)){var d=a.Util.singularValueDecompose2dScale(c);n*=d[0],o*=d[1]}return["RadialAxial",e,this.bbox,this.colorStops,t,r,n,o]}},e}(),c.Mesh=function(){function e(e,t){this.stream=e,this.context=t,this.buffer=0,this.bufferLength=0;var r=t.numComps;this.tmpCompsBuf=new Float32Array(r);var a=t.colorSpace.numComps;this.tmpCsCompsBuf=t.colorFn?new Float32Array(a):this.tmpCompsBuf}function t(e,t){var r=e.coords,n=e.colors,o=[],i=[],s=0;while(t.hasData){var l=t.readFlag(),c=t.readCoordinate(),d=t.readComponents();if(0===s){if(!(0<=l&&l<=2))throw new a.FormatError("Unknown type4 flag");switch(l){case 0:s=3;break;case 1:i.push(i[i.length-2],i[i.length-1]),s=1;break;case 2:i.push(i[i.length-3],i[i.length-1]),s=1;break}o.push(l)}i.push(r.length),r.push(c),n.push(d),s--,t.align()}e.figures.push({type:"triangles",coords:new Int32Array(i),colors:new Int32Array(i)})}function r(e,t,r){var a=e.coords,n=e.colors,o=[];while(t.hasData){var i=t.readCoordinate(),s=t.readComponents();o.push(a.length),a.push(i),n.push(s)}e.figures.push({type:"lattice",coords:new Int32Array(o),colors:new Int32Array(o),verticesPerRow:r})}e.prototype={get hasData(){if(this.stream.end)return this.stream.pos<this.stream.end;if(this.bufferLength>0)return!0;var e=this.stream.getByte();return!(e<0)&&(this.buffer=e,this.bufferLength=8,!0)},readBits:function(e){var t=this.buffer,r=this.bufferLength;if(32===e){if(0===r)return(this.stream.getByte()<<24|this.stream.getByte()<<16|this.stream.getByte()<<8|this.stream.getByte())>>>0;t=t<<24|this.stream.getByte()<<16|this.stream.getByte()<<8|this.stream.getByte();var a=this.stream.getByte();return this.buffer=a&(1<<r)-1,(t<<8-r|(255&a)>>r)>>>0}if(8===e&&0===r)return this.stream.getByte();while(r<e)t=t<<8|this.stream.getByte(),r+=8;return r-=e,this.bufferLength=r,this.buffer=t&(1<<r)-1,t>>r},align:function(){this.buffer=0,this.bufferLength=0},readFlag:function(){return this.readBits(this.context.bitsPerFlag)},readCoordinate:function(){var e=this.context.bitsPerCoordinate,t=this.readBits(e),r=this.readBits(e),a=this.context.decode,n=e<32?1/((1<<e)-1):2.3283064365386963e-10;return[t*n*(a[1]-a[0])+a[0],r*n*(a[3]-a[2])+a[2]]},readComponents:function(){for(var e=this.context.numComps,t=this.context.bitsPerComponent,r=t<32?1/((1<<t)-1):2.3283064365386963e-10,a=this.context.decode,n=this.tmpCompsBuf,o=0,i=4;o<e;o++,i+=2){var s=this.readBits(t);n[o]=s*r*(a[i+1]-a[i])+a[i]}var l=this.tmpCsCompsBuf;return this.context.colorFn&&this.context.colorFn(n,0,l,0),this.context.colorSpace.getRgb(l,0)}};var i=3,l=20,c=20,d=function(){function e(e){for(var t=[],r=0;r<=e;r++){var a=r/e,n=1-a;t.push(new Float32Array([n*n*n,3*a*n*n,3*a*a*n,a*a*a]))}return t}var t=[];return function(r){return t[r]||(t[r]=e(r)),t[r]}}();function u(e,t){var r=e.figures[t];(0,a.assert)("patch"===r.type,"Unexpected patch mesh figure");var n=e.coords,o=e.colors,s=r.coords,u=r.colors,h=Math.min(n[s[0]][0],n[s[3]][0],n[s[12]][0],n[s[15]][0]),p=Math.min(n[s[0]][1],n[s[3]][1],n[s[12]][1],n[s[15]][1]),m=Math.max(n[s[0]][0],n[s[3]][0],n[s[12]][0],n[s[15]][0]),f=Math.max(n[s[0]][1],n[s[3]][1],n[s[12]][1],n[s[15]][1]),g=Math.ceil((m-h)*c/(e.bounds[2]-e.bounds[0]));g=Math.max(i,Math.min(l,g));var b=Math.ceil((f-p)*c/(e.bounds[3]-e.bounds[1]));b=Math.max(i,Math.min(l,b));for(var v=g+1,w=new Int32Array((b+1)*v),y=new Int32Array((b+1)*v),x=0,k=new Uint8Array(3),A=new Uint8Array(3),C=o[u[0]],S=o[u[1]],_=o[u[2]],E=o[u[3]],P=d(b),T=d(g),I=0;I<=b;I++){k[0]=(C[0]*(b-I)+_[0]*I)/b|0,k[1]=(C[1]*(b-I)+_[1]*I)/b|0,k[2]=(C[2]*(b-I)+_[2]*I)/b|0,A[0]=(S[0]*(b-I)+E[0]*I)/b|0,A[1]=(S[1]*(b-I)+E[1]*I)/b|0,A[2]=(S[2]*(b-I)+E[2]*I)/b|0;for(var O=0;O<=g;O++,x++)if(0!==I&&I!==b||0!==O&&O!==g){for(var L=0,F=0,R=0,M=0;M<=3;M++)for(var D=0;D<=3;D++,R++){var N=P[I][M]*T[O][D];L+=n[s[R]][0]*N,F+=n[s[R]][1]*N}w[x]=n.length,n.push([L,F]),y[x]=o.length;var B=new Uint8Array(3);B[0]=(k[0]*(g-O)+A[0]*O)/g|0,B[1]=(k[1]*(g-O)+A[1]*O)/g|0,B[2]=(k[2]*(g-O)+A[2]*O)/g|0,o.push(B)}}w[0]=s[0],y[0]=u[0],w[g]=s[3],y[g]=u[1],w[v*b]=s[12],y[v*b]=u[2],w[v*b+g]=s[15],y[v*b+g]=u[3],e.figures[t]={type:"lattice",coords:w,colors:y,verticesPerRow:v}}function h(e,t){var r=e.coords,n=e.colors,o=new Int32Array(16),i=new Int32Array(4);while(t.hasData){var s,l,c=t.readFlag();if(!(0<=c&&c<=3))throw new a.FormatError("Unknown type6 flag");var d=r.length;for(s=0,l=0!==c?8:12;s<l;s++)r.push(t.readCoordinate());var u,h,p,m,f=n.length;for(s=0,l=0!==c?2:4;s<l;s++)n.push(t.readComponents());switch(c){case 0:o[12]=d+3,o[13]=d+4,o[14]=d+5,o[15]=d+6,o[8]=d+2,o[11]=d+7,o[4]=d+1,o[7]=d+8,o[0]=d,o[1]=d+11,o[2]=d+10,o[3]=d+9,i[2]=f+1,i[3]=f+2,i[0]=f,i[1]=f+3;break;case 1:u=o[12],h=o[13],p=o[14],m=o[15],o[12]=m,o[13]=d+0,o[14]=d+1,o[15]=d+2,o[8]=p,o[11]=d+3,o[4]=h,o[7]=d+4,o[0]=u,o[1]=d+7,o[2]=d+6,o[3]=d+5,u=i[2],h=i[3],i[2]=h,i[3]=f,i[0]=u,i[1]=f+1;break;case 2:u=o[15],h=o[11],o[12]=o[3],o[13]=d+0,o[14]=d+1,o[15]=d+2,o[8]=o[7],o[11]=d+3,o[4]=h,o[7]=d+4,o[0]=u,o[1]=d+7,o[2]=d+6,o[3]=d+5,u=i[3],i[2]=i[1],i[3]=f,i[0]=u,i[1]=f+1;break;case 3:o[12]=o[0],o[13]=d+0,o[14]=d+1,o[15]=d+2,o[8]=o[1],o[11]=d+3,o[4]=o[2],o[7]=d+4,o[0]=o[3],o[1]=d+7,o[2]=d+6,o[3]=d+5,i[2]=i[0],i[3]=f,i[0]=i[1],i[1]=f+1;break}o[5]=r.length,r.push([(-4*r[o[0]][0]-r[o[15]][0]+6*(r[o[4]][0]+r[o[1]][0])-2*(r[o[12]][0]+r[o[3]][0])+3*(r[o[13]][0]+r[o[7]][0]))/9,(-4*r[o[0]][1]-r[o[15]][1]+6*(r[o[4]][1]+r[o[1]][1])-2*(r[o[12]][1]+r[o[3]][1])+3*(r[o[13]][1]+r[o[7]][1]))/9]),o[6]=r.length,r.push([(-4*r[o[3]][0]-r[o[12]][0]+6*(r[o[2]][0]+r[o[7]][0])-2*(r[o[0]][0]+r[o[15]][0])+3*(r[o[4]][0]+r[o[14]][0]))/9,(-4*r[o[3]][1]-r[o[12]][1]+6*(r[o[2]][1]+r[o[7]][1])-2*(r[o[0]][1]+r[o[15]][1])+3*(r[o[4]][1]+r[o[14]][1]))/9]),o[9]=r.length,r.push([(-4*r[o[12]][0]-r[o[3]][0]+6*(r[o[8]][0]+r[o[13]][0])-2*(r[o[0]][0]+r[o[15]][0])+3*(r[o[11]][0]+r[o[1]][0]))/9,(-4*r[o[12]][1]-r[o[3]][1]+6*(r[o[8]][1]+r[o[13]][1])-2*(r[o[0]][1]+r[o[15]][1])+3*(r[o[11]][1]+r[o[1]][1]))/9]),o[10]=r.length,r.push([(-4*r[o[15]][0]-r[o[0]][0]+6*(r[o[11]][0]+r[o[14]][0])-2*(r[o[12]][0]+r[o[3]][0])+3*(r[o[2]][0]+r[o[8]][0]))/9,(-4*r[o[15]][1]-r[o[0]][1]+6*(r[o[11]][1]+r[o[14]][1])-2*(r[o[12]][1]+r[o[3]][1])+3*(r[o[2]][1]+r[o[8]][1]))/9]),e.figures.push({type:"patch",coords:new Int32Array(o),colors:new Int32Array(i)})}}function p(e,t){var r=e.coords,n=e.colors,o=new Int32Array(16),i=new Int32Array(4);while(t.hasData){var s,l,c=t.readFlag();if(!(0<=c&&c<=3))throw new a.FormatError("Unknown type7 flag");var d=r.length;for(s=0,l=0!==c?12:16;s<l;s++)r.push(t.readCoordinate());var u,h,p,m,f=n.length;for(s=0,l=0!==c?2:4;s<l;s++)n.push(t.readComponents());switch(c){case 0:o[12]=d+3,o[13]=d+4,o[14]=d+5,o[15]=d+6,o[8]=d+2,o[9]=d+13,o[10]=d+14,o[11]=d+7,o[4]=d+1,o[5]=d+12,o[6]=d+15,o[7]=d+8,o[0]=d,o[1]=d+11,o[2]=d+10,o[3]=d+9,i[2]=f+1,i[3]=f+2,i[0]=f,i[1]=f+3;break;case 1:u=o[12],h=o[13],p=o[14],m=o[15],o[12]=m,o[13]=d+0,o[14]=d+1,o[15]=d+2,o[8]=p,o[9]=d+9,o[10]=d+10,o[11]=d+3,o[4]=h,o[5]=d+8,o[6]=d+11,o[7]=d+4,o[0]=u,o[1]=d+7,o[2]=d+6,o[3]=d+5,u=i[2],h=i[3],i[2]=h,i[3]=f,i[0]=u,i[1]=f+1;break;case 2:u=o[15],h=o[11],o[12]=o[3],o[13]=d+0,o[14]=d+1,o[15]=d+2,o[8]=o[7],o[9]=d+9,o[10]=d+10,o[11]=d+3,o[4]=h,o[5]=d+8,o[6]=d+11,o[7]=d+4,o[0]=u,o[1]=d+7,o[2]=d+6,o[3]=d+5,u=i[3],i[2]=i[1],i[3]=f,i[0]=u,i[1]=f+1;break;case 3:o[12]=o[0],o[13]=d+0,o[14]=d+1,o[15]=d+2,o[8]=o[1],o[9]=d+9,o[10]=d+10,o[11]=d+3,o[4]=o[2],o[5]=d+8,o[6]=d+11,o[7]=d+4,o[0]=o[3],o[1]=d+7,o[2]=d+6,o[3]=d+5,i[2]=i[0],i[3]=f,i[0]=i[1],i[1]=f+1;break}e.figures.push({type:"patch",coords:new Int32Array(o),colors:new Int32Array(i)})}}function m(e){for(var t=e.coords[0][0],r=e.coords[0][1],a=t,n=r,o=1,i=e.coords.length;o<i;o++){var s=e.coords[o][0],l=e.coords[o][1];t=t>s?s:t,r=r>l?l:r,a=a<s?s:a,n=n<l?l:n}e.bounds=[t,r,a,n]}function f(e){var t,r,a,n,o=e.coords,i=new Float32Array(2*o.length);for(t=0,a=0,r=o.length;t<r;t++){var s=o[t];i[a++]=s[0],i[a++]=s[1]}e.coords=i;var l=e.colors,c=new Uint8Array(3*l.length);for(t=0,a=0,r=l.length;t<r;t++){var d=l[t];c[a++]=d[0],c[a++]=d[1],c[a++]=d[2]}e.colors=c;var u=e.figures;for(t=0,r=u.length;t<r;t++){var h=u[t],p=h.coords,m=h.colors;for(a=0,n=p.length;a<n;a++)p[a]*=2,m[a]*=3}}function g(i,l,c,d,g){if(!(0,o.isStream)(i))throw new a.FormatError("Mesh data is not a stream");var b=i.dict;this.matrix=l,this.shadingType=b.get("ShadingType"),this.type="Pattern";const v=b.getArray("BBox");Array.isArray(v)&&4===v.length?this.bbox=a.Util.normalizeRect(v):this.bbox=null;var w=b.get("ColorSpace","CS");w=n.ColorSpace.parse(w,c,d,g),this.cs=w,this.background=b.has("Background")?w.getRgb(b.get("Background"),0):null;var y=b.get("Function"),x=y?g.createFromArray(y):null;this.coords=[],this.colors=[],this.figures=[];var k={bitsPerCoordinate:b.get("BitsPerCoordinate"),bitsPerComponent:b.get("BitsPerComponent"),bitsPerFlag:b.get("BitsPerFlag"),decode:b.getArray("Decode"),colorFn:x,colorSpace:w,numComps:x?1:w.numComps},A=new e(i,k),C=!1;switch(this.shadingType){case s.FREE_FORM_MESH:t(this,A);break;case s.LATTICE_FORM_MESH:var S=0|b.get("VerticesPerRow");if(S<2)throw new a.FormatError("Invalid VerticesPerRow");r(this,A,S);break;case s.COONS_PATCH_MESH:h(this,A),C=!0;break;case s.TENSOR_PATCH_MESH:p(this,A),C=!0;break;default:(0,a.unreachable)("Unsupported mesh type.");break}if(C){m(this);for(var _=0,E=this.figures.length;_<E;_++)u(this,_)}m(this),f(this)}return g.prototype={getIR:function(){return["Mesh",this.shadingType,this.coords,this.colors,this.figures,this.bounds,this.matrix,this.bbox,this.background]}},g}(),c.Dummy=function(){function e(){this.type="Pattern"}return e.prototype={getIR:function(){return["Dummy"]}},e}()},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.bidi=m;var a=r(2),n=["BN","BN","BN","BN","BN","BN","BN","BN","BN","S","B","S","WS","B","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","B","B","B","S","WS","ON","ON","ET","ET","ET","ON","ON","ON","ON","ON","ES","CS","ES","CS","CS","EN","EN","EN","EN","EN","EN","EN","EN","EN","EN","CS","ON","ON","ON","ON","ON","ON","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","ON","ON","ON","ON","ON","ON","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","ON","ON","ON","ON","BN","BN","BN","BN","BN","BN","B","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","CS","ON","ET","ET","ET","ET","ON","ON","ON","ON","L","ON","ON","BN","ON","ON","ET","ET","EN","EN","ON","L","ON","ON","ON","EN","L","ON","ON","ON","ON","ON","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","ON","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","ON","L","L","L","L","L","L","L","L"],o=["AN","AN","AN","AN","AN","AN","ON","ON","AL","ET","ET","AL","CS","AL","ON","ON","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","AL","AL","","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","AN","AN","AN","AN","AN","AN","AN","AN","AN","AN","ET","AN","AN","AL","AL","AL","NSM","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","NSM","NSM","NSM","NSM","NSM","NSM","NSM","AN","ON","NSM","NSM","NSM","NSM","NSM","NSM","AL","AL","NSM","NSM","ON","NSM","NSM","NSM","NSM","AL","AL","EN","EN","EN","EN","EN","EN","EN","EN","EN","EN","AL","AL","AL","AL","AL","AL"];function i(e){return 0!==(1&e)}function s(e){return 0===(1&e)}function l(e,t,r){for(var a=t,n=e.length;a<n;++a)if(e[a]!==r)return a;return a}function c(e,t,r,a){for(var n=t;n<r;++n)e[n]=a}function d(e,t,r){for(var a=t,n=r-1;a<n;++a,--n){var o=e[a];e[a]=e[n],e[n]=o}}function u(e,t,r=!1){let a="ltr";return r?a="ttb":t||(a="rtl"),{str:e,dir:a}}var h=[],p=[];function m(e,t,r){var m=!0,f=e.length;if(0===f||r)return u(e,m,r);h.length=f,p.length=f;var g,b,v=0;for(g=0;g<f;++g){h[g]=e.charAt(g);var w=e.charCodeAt(g),y="L";w<=255?y=n[w]:1424<=w&&w<=1524?y="R":1536<=w&&w<=1791?(y=o[255&w],y||(0,a.warn)("Bidi: invalid Unicode character "+w.toString(16))):1792<=w&&w<=2220&&(y="AL"),"R"!==y&&"AL"!==y&&"AN"!==y||v++,p[g]=y}if(0===v)return m=!0,u(e,m);-1===t&&(v/f<.3?(m=!0,t=0):(m=!1,t=1));var x=[];for(g=0;g<f;++g)x[g]=t;var k,A=i(t)?"R":"L",C=A,S=C,_=C;for(g=0;g<f;++g)"NSM"===p[g]?p[g]=_:_=p[g];for(_=C,g=0;g<f;++g)k=p[g],"EN"===k?p[g]="AL"===_?"AN":"EN":"R"!==k&&"L"!==k&&"AL"!==k||(_=k);for(g=0;g<f;++g)k=p[g],"AL"===k&&(p[g]="R");for(g=1;g<f-1;++g)"ES"===p[g]&&"EN"===p[g-1]&&"EN"===p[g+1]&&(p[g]="EN"),"CS"!==p[g]||"EN"!==p[g-1]&&"AN"!==p[g-1]||p[g+1]!==p[g-1]||(p[g]=p[g-1]);for(g=0;g<f;++g)if("EN"===p[g]){var E;for(E=g-1;E>=0;--E){if("ET"!==p[E])break;p[E]="EN"}for(E=g+1;E<f;++E){if("ET"!==p[E])break;p[E]="EN"}}for(g=0;g<f;++g)k=p[g],"WS"!==k&&"ES"!==k&&"ET"!==k&&"CS"!==k||(p[g]="ON");for(_=C,g=0;g<f;++g)k=p[g],"EN"===k?p[g]="L"===_?"L":"EN":"R"!==k&&"L"!==k||(_=k);for(g=0;g<f;++g)if("ON"===p[g]){var P=l(p,g+1,"ON"),T=C;g>0&&(T=p[g-1]);var I=S;P+1<f&&(I=p[P+1]),"L"!==T&&(T="R"),"L"!==I&&(I="R"),T===I&&c(p,g,P,T),g=P-1}for(g=0;g<f;++g)"ON"===p[g]&&(p[g]=A);for(g=0;g<f;++g)k=p[g],s(x[g])?"R"===k?x[g]+=1:"AN"!==k&&"EN"!==k||(x[g]+=2):"L"!==k&&"AN"!==k&&"EN"!==k||(x[g]+=1);var O,L=-1,F=99;for(g=0,b=x.length;g<b;++g)O=x[g],L<O&&(L=O),F>O&&i(O)&&(F=O);for(O=L;O>=F;--O){var R=-1;for(g=0,b=x.length;g<b;++g)x[g]<O?R>=0&&(d(h,R,g),R=-1):R<0&&(R=g);R>=0&&d(h,R,x.length)}for(g=0,b=h.length;g<b;++g){var M=h[g];"<"!==M&&">"!==M||(h[g]="")}return u(h.join(""),m)}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getMetrics=void 0;var a=r(8),n=(0,a.getLookupTableFactory)((function(e){e.Courier=600,e["Courier-Bold"]=600,e["Courier-BoldOblique"]=600,e["Courier-Oblique"]=600,e.Helvetica=(0,a.getLookupTableFactory)((function(e){e.space=278,e.exclam=278,e.quotedbl=355,e.numbersign=556,e.dollar=556,e.percent=889,e.ampersand=667,e.quoteright=222,e.parenleft=333,e.parenright=333,e.asterisk=389,e.plus=584,e.comma=278,e.hyphen=333,e.period=278,e.slash=278,e.zero=556,e.one=556,e.two=556,e.three=556,e.four=556,e.five=556,e.six=556,e.seven=556,e.eight=556,e.nine=556,e.colon=278,e.semicolon=278,e.less=584,e.equal=584,e.greater=584,e.question=556,e.at=1015,e.A=667,e.B=667,e.C=722,e.D=722,e.E=667,e.F=611,e.G=778,e.H=722,e.I=278,e.J=500,e.K=667,e.L=556,e.M=833,e.N=722,e.O=778,e.P=667,e.Q=778,e.R=722,e.S=667,e.T=611,e.U=722,e.V=667,e.W=944,e.X=667,e.Y=667,e.Z=611,e.bracketleft=278,e.backslash=278,e.bracketright=278,e.asciicircum=469,e.underscore=556,e.quoteleft=222,e.a=556,e.b=556,e.c=500,e.d=556,e.e=556,e.f=278,e.g=556,e.h=556,e.i=222,e.j=222,e.k=500,e.l=222,e.m=833,e.n=556,e.o=556,e.p=556,e.q=556,e.r=333,e.s=500,e.t=278,e.u=556,e.v=500,e.w=722,e.x=500,e.y=500,e.z=500,e.braceleft=334,e.bar=260,e.braceright=334,e.asciitilde=584,e.exclamdown=333,e.cent=556,e.sterling=556,e.fraction=167,e.yen=556,e.florin=556,e.section=556,e.currency=556,e.quotesingle=191,e.quotedblleft=333,e.guillemotleft=556,e.guilsinglleft=333,e.guilsinglright=333,e.fi=500,e.fl=500,e.endash=556,e.dagger=556,e.daggerdbl=556,e.periodcentered=278,e.paragraph=537,e.bullet=350,e.quotesinglbase=222,e.quotedblbase=333,e.quotedblright=333,e.guillemotright=556,e.ellipsis=1e3,e.perthousand=1e3,e.questiondown=611,e.grave=333,e.acute=333,e.circumflex=333,e.tilde=333,e.macron=333,e.breve=333,e.dotaccent=333,e.dieresis=333,e.ring=333,e.cedilla=333,e.hungarumlaut=333,e.ogonek=333,e.caron=333,e.emdash=1e3,e.AE=1e3,e.ordfeminine=370,e.Lslash=556,e.Oslash=778,e.OE=1e3,e.ordmasculine=365,e.ae=889,e.dotlessi=278,e.lslash=222,e.oslash=611,e.oe=944,e.germandbls=611,e.Idieresis=278,e.eacute=556,e.abreve=556,e.uhungarumlaut=556,e.ecaron=556,e.Ydieresis=667,e.divide=584,e.Yacute=667,e.Acircumflex=667,e.aacute=556,e.Ucircumflex=722,e.yacute=500,e.scommaaccent=500,e.ecircumflex=556,e.Uring=722,e.Udieresis=722,e.aogonek=556,e.Uacute=722,e.uogonek=556,e.Edieresis=667,e.Dcroat=722,e.commaaccent=250,e.copyright=737,e.Emacron=667,e.ccaron=500,e.aring=556,e.Ncommaaccent=722,e.lacute=222,e.agrave=556,e.Tcommaaccent=611,e.Cacute=722,e.atilde=556,e.Edotaccent=667,e.scaron=500,e.scedilla=500,e.iacute=278,e.lozenge=471,e.Rcaron=722,e.Gcommaaccent=778,e.ucircumflex=556,e.acircumflex=556,e.Amacron=667,e.rcaron=333,e.ccedilla=500,e.Zdotaccent=611,e.Thorn=667,e.Omacron=778,e.Racute=722,e.Sacute=667,e.dcaron=643,e.Umacron=722,e.uring=556,e.threesuperior=333,e.Ograve=778,e.Agrave=667,e.Abreve=667,e.multiply=584,e.uacute=556,e.Tcaron=611,e.partialdiff=476,e.ydieresis=500,e.Nacute=722,e.icircumflex=278,e.Ecircumflex=667,e.adieresis=556,e.edieresis=556,e.cacute=500,e.nacute=556,e.umacron=556,e.Ncaron=722,e.Iacute=278,e.plusminus=584,e.brokenbar=260,e.registered=737,e.Gbreve=778,e.Idotaccent=278,e.summation=600,e.Egrave=667,e.racute=333,e.omacron=556,e.Zacute=611,e.Zcaron=611,e.greaterequal=549,e.Eth=722,e.Ccedilla=722,e.lcommaaccent=222,e.tcaron=317,e.eogonek=556,e.Uogonek=722,e.Aacute=667,e.Adieresis=667,e.egrave=556,e.zacute=500,e.iogonek=222,e.Oacute=778,e.oacute=556,e.amacron=556,e.sacute=500,e.idieresis=278,e.Ocircumflex=778,e.Ugrave=722,e.Delta=612,e.thorn=556,e.twosuperior=333,e.Odieresis=778,e.mu=556,e.igrave=278,e.ohungarumlaut=556,e.Eogonek=667,e.dcroat=556,e.threequarters=834,e.Scedilla=667,e.lcaron=299,e.Kcommaaccent=667,e.Lacute=556,e.trademark=1e3,e.edotaccent=556,e.Igrave=278,e.Imacron=278,e.Lcaron=556,e.onehalf=834,e.lessequal=549,e.ocircumflex=556,e.ntilde=556,e.Uhungarumlaut=722,e.Eacute=667,e.emacron=556,e.gbreve=556,e.onequarter=834,e.Scaron=667,e.Scommaaccent=667,e.Ohungarumlaut=778,e.degree=400,e.ograve=556,e.Ccaron=722,e.ugrave=556,e.radical=453,e.Dcaron=722,e.rcommaaccent=333,e.Ntilde=722,e.otilde=556,e.Rcommaaccent=722,e.Lcommaaccent=556,e.Atilde=667,e.Aogonek=667,e.Aring=667,e.Otilde=778,e.zdotaccent=500,e.Ecaron=667,e.Iogonek=278,e.kcommaaccent=500,e.minus=584,e.Icircumflex=278,e.ncaron=556,e.tcommaaccent=278,e.logicalnot=584,e.odieresis=556,e.udieresis=556,e.notequal=549,e.gcommaaccent=556,e.eth=556,e.zcaron=500,e.ncommaaccent=556,e.onesuperior=333,e.imacron=278,e.Euro=556})),e["Helvetica-Bold"]=(0,a.getLookupTableFactory)((function(e){e.space=278,e.exclam=333,e.quotedbl=474,e.numbersign=556,e.dollar=556,e.percent=889,e.ampersand=722,e.quoteright=278,e.parenleft=333,e.parenright=333,e.asterisk=389,e.plus=584,e.comma=278,e.hyphen=333,e.period=278,e.slash=278,e.zero=556,e.one=556,e.two=556,e.three=556,e.four=556,e.five=556,e.six=556,e.seven=556,e.eight=556,e.nine=556,e.colon=333,e.semicolon=333,e.less=584,e.equal=584,e.greater=584,e.question=611,e.at=975,e.A=722,e.B=722,e.C=722,e.D=722,e.E=667,e.F=611,e.G=778,e.H=722,e.I=278,e.J=556,e.K=722,e.L=611,e.M=833,e.N=722,e.O=778,e.P=667,e.Q=778,e.R=722,e.S=667,e.T=611,e.U=722,e.V=667,e.W=944,e.X=667,e.Y=667,e.Z=611,e.bracketleft=333,e.backslash=278,e.bracketright=333,e.asciicircum=584,e.underscore=556,e.quoteleft=278,e.a=556,e.b=611,e.c=556,e.d=611,e.e=556,e.f=333,e.g=611,e.h=611,e.i=278,e.j=278,e.k=556,e.l=278,e.m=889,e.n=611,e.o=611,e.p=611,e.q=611,e.r=389,e.s=556,e.t=333,e.u=611,e.v=556,e.w=778,e.x=556,e.y=556,e.z=500,e.braceleft=389,e.bar=280,e.braceright=389,e.asciitilde=584,e.exclamdown=333,e.cent=556,e.sterling=556,e.fraction=167,e.yen=556,e.florin=556,e.section=556,e.currency=556,e.quotesingle=238,e.quotedblleft=500,e.guillemotleft=556,e.guilsinglleft=333,e.guilsinglright=333,e.fi=611,e.fl=611,e.endash=556,e.dagger=556,e.daggerdbl=556,e.periodcentered=278,e.paragraph=556,e.bullet=350,e.quotesinglbase=278,e.quotedblbase=500,e.quotedblright=500,e.guillemotright=556,e.ellipsis=1e3,e.perthousand=1e3,e.questiondown=611,e.grave=333,e.acute=333,e.circumflex=333,e.tilde=333,e.macron=333,e.breve=333,e.dotaccent=333,e.dieresis=333,e.ring=333,e.cedilla=333,e.hungarumlaut=333,e.ogonek=333,e.caron=333,e.emdash=1e3,e.AE=1e3,e.ordfeminine=370,e.Lslash=611,e.Oslash=778,e.OE=1e3,e.ordmasculine=365,e.ae=889,e.dotlessi=278,e.lslash=278,e.oslash=611,e.oe=944,e.germandbls=611,e.Idieresis=278,e.eacute=556,e.abreve=556,e.uhungarumlaut=611,e.ecaron=556,e.Ydieresis=667,e.divide=584,e.Yacute=667,e.Acircumflex=722,e.aacute=556,e.Ucircumflex=722,e.yacute=556,e.scommaaccent=556,e.ecircumflex=556,e.Uring=722,e.Udieresis=722,e.aogonek=556,e.Uacute=722,e.uogonek=611,e.Edieresis=667,e.Dcroat=722,e.commaaccent=250,e.copyright=737,e.Emacron=667,e.ccaron=556,e.aring=556,e.Ncommaaccent=722,e.lacute=278,e.agrave=556,e.Tcommaaccent=611,e.Cacute=722,e.atilde=556,e.Edotaccent=667,e.scaron=556,e.scedilla=556,e.iacute=278,e.lozenge=494,e.Rcaron=722,e.Gcommaaccent=778,e.ucircumflex=611,e.acircumflex=556,e.Amacron=722,e.rcaron=389,e.ccedilla=556,e.Zdotaccent=611,e.Thorn=667,e.Omacron=778,e.Racute=722,e.Sacute=667,e.dcaron=743,e.Umacron=722,e.uring=611,e.threesuperior=333,e.Ograve=778,e.Agrave=722,e.Abreve=722,e.multiply=584,e.uacute=611,e.Tcaron=611,e.partialdiff=494,e.ydieresis=556,e.Nacute=722,e.icircumflex=278,e.Ecircumflex=667,e.adieresis=556,e.edieresis=556,e.cacute=556,e.nacute=611,e.umacron=611,e.Ncaron=722,e.Iacute=278,e.plusminus=584,e.brokenbar=280,e.registered=737,e.Gbreve=778,e.Idotaccent=278,e.summation=600,e.Egrave=667,e.racute=389,e.omacron=611,e.Zacute=611,e.Zcaron=611,e.greaterequal=549,e.Eth=722,e.Ccedilla=722,e.lcommaaccent=278,e.tcaron=389,e.eogonek=556,e.Uogonek=722,e.Aacute=722,e.Adieresis=722,e.egrave=556,e.zacute=500,e.iogonek=278,e.Oacute=778,e.oacute=611,e.amacron=556,e.sacute=556,e.idieresis=278,e.Ocircumflex=778,e.Ugrave=722,e.Delta=612,e.thorn=611,e.twosuperior=333,e.Odieresis=778,e.mu=611,e.igrave=278,e.ohungarumlaut=611,e.Eogonek=667,e.dcroat=611,e.threequarters=834,e.Scedilla=667,e.lcaron=400,e.Kcommaaccent=722,e.Lacute=611,e.trademark=1e3,e.edotaccent=556,e.Igrave=278,e.Imacron=278,e.Lcaron=611,e.onehalf=834,e.lessequal=549,e.ocircumflex=611,e.ntilde=611,e.Uhungarumlaut=722,e.Eacute=667,e.emacron=556,e.gbreve=611,e.onequarter=834,e.Scaron=667,e.Scommaaccent=667,e.Ohungarumlaut=778,e.degree=400,e.ograve=611,e.Ccaron=722,e.ugrave=611,e.radical=549,e.Dcaron=722,e.rcommaaccent=389,e.Ntilde=722,e.otilde=611,e.Rcommaaccent=722,e.Lcommaaccent=611,e.Atilde=722,e.Aogonek=722,e.Aring=722,e.Otilde=778,e.zdotaccent=500,e.Ecaron=667,e.Iogonek=278,e.kcommaaccent=556,e.minus=584,e.Icircumflex=278,e.ncaron=611,e.tcommaaccent=333,e.logicalnot=584,e.odieresis=611,e.udieresis=611,e.notequal=549,e.gcommaaccent=611,e.eth=611,e.zcaron=500,e.ncommaaccent=611,e.onesuperior=333,e.imacron=278,e.Euro=556})),e["Helvetica-BoldOblique"]=(0,a.getLookupTableFactory)((function(e){e.space=278,e.exclam=333,e.quotedbl=474,e.numbersign=556,e.dollar=556,e.percent=889,e.ampersand=722,e.quoteright=278,e.parenleft=333,e.parenright=333,e.asterisk=389,e.plus=584,e.comma=278,e.hyphen=333,e.period=278,e.slash=278,e.zero=556,e.one=556,e.two=556,e.three=556,e.four=556,e.five=556,e.six=556,e.seven=556,e.eight=556,e.nine=556,e.colon=333,e.semicolon=333,e.less=584,e.equal=584,e.greater=584,e.question=611,e.at=975,e.A=722,e.B=722,e.C=722,e.D=722,e.E=667,e.F=611,e.G=778,e.H=722,e.I=278,e.J=556,e.K=722,e.L=611,e.M=833,e.N=722,e.O=778,e.P=667,e.Q=778,e.R=722,e.S=667,e.T=611,e.U=722,e.V=667,e.W=944,e.X=667,e.Y=667,e.Z=611,e.bracketleft=333,e.backslash=278,e.bracketright=333,e.asciicircum=584,e.underscore=556,e.quoteleft=278,e.a=556,e.b=611,e.c=556,e.d=611,e.e=556,e.f=333,e.g=611,e.h=611,e.i=278,e.j=278,e.k=556,e.l=278,e.m=889,e.n=611,e.o=611,e.p=611,e.q=611,e.r=389,e.s=556,e.t=333,e.u=611,e.v=556,e.w=778,e.x=556,e.y=556,e.z=500,e.braceleft=389,e.bar=280,e.braceright=389,e.asciitilde=584,e.exclamdown=333,e.cent=556,e.sterling=556,e.fraction=167,e.yen=556,e.florin=556,e.section=556,e.currency=556,e.quotesingle=238,e.quotedblleft=500,e.guillemotleft=556,e.guilsinglleft=333,e.guilsinglright=333,e.fi=611,e.fl=611,e.endash=556,e.dagger=556,e.daggerdbl=556,e.periodcentered=278,e.paragraph=556,e.bullet=350,e.quotesinglbase=278,e.quotedblbase=500,e.quotedblright=500,e.guillemotright=556,e.ellipsis=1e3,e.perthousand=1e3,e.questiondown=611,e.grave=333,e.acute=333,e.circumflex=333,e.tilde=333,e.macron=333,e.breve=333,e.dotaccent=333,e.dieresis=333,e.ring=333,e.cedilla=333,e.hungarumlaut=333,e.ogonek=333,e.caron=333,e.emdash=1e3,e.AE=1e3,e.ordfeminine=370,e.Lslash=611,e.Oslash=778,e.OE=1e3,e.ordmasculine=365,e.ae=889,e.dotlessi=278,e.lslash=278,e.oslash=611,e.oe=944,e.germandbls=611,e.Idieresis=278,e.eacute=556,e.abreve=556,e.uhungarumlaut=611,e.ecaron=556,e.Ydieresis=667,e.divide=584,e.Yacute=667,e.Acircumflex=722,e.aacute=556,e.Ucircumflex=722,e.yacute=556,e.scommaaccent=556,e.ecircumflex=556,e.Uring=722,e.Udieresis=722,e.aogonek=556,e.Uacute=722,e.uogonek=611,e.Edieresis=667,e.Dcroat=722,e.commaaccent=250,e.copyright=737,e.Emacron=667,e.ccaron=556,e.aring=556,e.Ncommaaccent=722,e.lacute=278,e.agrave=556,e.Tcommaaccent=611,e.Cacute=722,e.atilde=556,e.Edotaccent=667,e.scaron=556,e.scedilla=556,e.iacute=278,e.lozenge=494,e.Rcaron=722,e.Gcommaaccent=778,e.ucircumflex=611,e.acircumflex=556,e.Amacron=722,e.rcaron=389,e.ccedilla=556,e.Zdotaccent=611,e.Thorn=667,e.Omacron=778,e.Racute=722,e.Sacute=667,e.dcaron=743,e.Umacron=722,e.uring=611,e.threesuperior=333,e.Ograve=778,e.Agrave=722,e.Abreve=722,e.multiply=584,e.uacute=611,e.Tcaron=611,e.partialdiff=494,e.ydieresis=556,e.Nacute=722,e.icircumflex=278,e.Ecircumflex=667,e.adieresis=556,e.edieresis=556,e.cacute=556,e.nacute=611,e.umacron=611,e.Ncaron=722,e.Iacute=278,e.plusminus=584,e.brokenbar=280,e.registered=737,e.Gbreve=778,e.Idotaccent=278,e.summation=600,e.Egrave=667,e.racute=389,e.omacron=611,e.Zacute=611,e.Zcaron=611,e.greaterequal=549,e.Eth=722,e.Ccedilla=722,e.lcommaaccent=278,e.tcaron=389,e.eogonek=556,e.Uogonek=722,e.Aacute=722,e.Adieresis=722,e.egrave=556,e.zacute=500,e.iogonek=278,e.Oacute=778,e.oacute=611,e.amacron=556,e.sacute=556,e.idieresis=278,e.Ocircumflex=778,e.Ugrave=722,e.Delta=612,e.thorn=611,e.twosuperior=333,e.Odieresis=778,e.mu=611,e.igrave=278,e.ohungarumlaut=611,e.Eogonek=667,e.dcroat=611,e.threequarters=834,e.Scedilla=667,e.lcaron=400,e.Kcommaaccent=722,e.Lacute=611,e.trademark=1e3,e.edotaccent=556,e.Igrave=278,e.Imacron=278,e.Lcaron=611,e.onehalf=834,e.lessequal=549,e.ocircumflex=611,e.ntilde=611,e.Uhungarumlaut=722,e.Eacute=667,e.emacron=556,e.gbreve=611,e.onequarter=834,e.Scaron=667,e.Scommaaccent=667,e.Ohungarumlaut=778,e.degree=400,e.ograve=611,e.Ccaron=722,e.ugrave=611,e.radical=549,e.Dcaron=722,e.rcommaaccent=389,e.Ntilde=722,e.otilde=611,e.Rcommaaccent=722,e.Lcommaaccent=611,e.Atilde=722,e.Aogonek=722,e.Aring=722,e.Otilde=778,e.zdotaccent=500,e.Ecaron=667,e.Iogonek=278,e.kcommaaccent=556,e.minus=584,e.Icircumflex=278,e.ncaron=611,e.tcommaaccent=333,e.logicalnot=584,e.odieresis=611,e.udieresis=611,e.notequal=549,e.gcommaaccent=611,e.eth=611,e.zcaron=500,e.ncommaaccent=611,e.onesuperior=333,e.imacron=278,e.Euro=556})),e["Helvetica-Oblique"]=(0,a.getLookupTableFactory)((function(e){e.space=278,e.exclam=278,e.quotedbl=355,e.numbersign=556,e.dollar=556,e.percent=889,e.ampersand=667,e.quoteright=222,e.parenleft=333,e.parenright=333,e.asterisk=389,e.plus=584,e.comma=278,e.hyphen=333,e.period=278,e.slash=278,e.zero=556,e.one=556,e.two=556,e.three=556,e.four=556,e.five=556,e.six=556,e.seven=556,e.eight=556,e.nine=556,e.colon=278,e.semicolon=278,e.less=584,e.equal=584,e.greater=584,e.question=556,e.at=1015,e.A=667,e.B=667,e.C=722,e.D=722,e.E=667,e.F=611,e.G=778,e.H=722,e.I=278,e.J=500,e.K=667,e.L=556,e.M=833,e.N=722,e.O=778,e.P=667,e.Q=778,e.R=722,e.S=667,e.T=611,e.U=722,e.V=667,e.W=944,e.X=667,e.Y=667,e.Z=611,e.bracketleft=278,e.backslash=278,e.bracketright=278,e.asciicircum=469,e.underscore=556,e.quoteleft=222,e.a=556,e.b=556,e.c=500,e.d=556,e.e=556,e.f=278,e.g=556,e.h=556,e.i=222,e.j=222,e.k=500,e.l=222,e.m=833,e.n=556,e.o=556,e.p=556,e.q=556,e.r=333,e.s=500,e.t=278,e.u=556,e.v=500,e.w=722,e.x=500,e.y=500,e.z=500,e.braceleft=334,e.bar=260,e.braceright=334,e.asciitilde=584,e.exclamdown=333,e.cent=556,e.sterling=556,e.fraction=167,e.yen=556,e.florin=556,e.section=556,e.currency=556,e.quotesingle=191,e.quotedblleft=333,e.guillemotleft=556,e.guilsinglleft=333,e.guilsinglright=333,e.fi=500,e.fl=500,e.endash=556,e.dagger=556,e.daggerdbl=556,e.periodcentered=278,e.paragraph=537,e.bullet=350,e.quotesinglbase=222,e.quotedblbase=333,e.quotedblright=333,e.guillemotright=556,e.ellipsis=1e3,e.perthousand=1e3,e.questiondown=611,e.grave=333,e.acute=333,e.circumflex=333,e.tilde=333,e.macron=333,e.breve=333,e.dotaccent=333,e.dieresis=333,e.ring=333,e.cedilla=333,e.hungarumlaut=333,e.ogonek=333,e.caron=333,e.emdash=1e3,e.AE=1e3,e.ordfeminine=370,e.Lslash=556,e.Oslash=778,e.OE=1e3,e.ordmasculine=365,e.ae=889,e.dotlessi=278,e.lslash=222,e.oslash=611,e.oe=944,e.germandbls=611,e.Idieresis=278,e.eacute=556,e.abreve=556,e.uhungarumlaut=556,e.ecaron=556,e.Ydieresis=667,e.divide=584,e.Yacute=667,e.Acircumflex=667,e.aacute=556,e.Ucircumflex=722,e.yacute=500,e.scommaaccent=500,e.ecircumflex=556,e.Uring=722,e.Udieresis=722,e.aogonek=556,e.Uacute=722,e.uogonek=556,e.Edieresis=667,e.Dcroat=722,e.commaaccent=250,e.copyright=737,e.Emacron=667,e.ccaron=500,e.aring=556,e.Ncommaaccent=722,e.lacute=222,e.agrave=556,e.Tcommaaccent=611,e.Cacute=722,e.atilde=556,e.Edotaccent=667,e.scaron=500,e.scedilla=500,e.iacute=278,e.lozenge=471,e.Rcaron=722,e.Gcommaaccent=778,e.ucircumflex=556,e.acircumflex=556,e.Amacron=667,e.rcaron=333,e.ccedilla=500,e.Zdotaccent=611,e.Thorn=667,e.Omacron=778,e.Racute=722,e.Sacute=667,e.dcaron=643,e.Umacron=722,e.uring=556,e.threesuperior=333,e.Ograve=778,e.Agrave=667,e.Abreve=667,e.multiply=584,e.uacute=556,e.Tcaron=611,e.partialdiff=476,e.ydieresis=500,e.Nacute=722,e.icircumflex=278,e.Ecircumflex=667,e.adieresis=556,e.edieresis=556,e.cacute=500,e.nacute=556,e.umacron=556,e.Ncaron=722,e.Iacute=278,e.plusminus=584,e.brokenbar=260,e.registered=737,e.Gbreve=778,e.Idotaccent=278,e.summation=600,e.Egrave=667,e.racute=333,e.omacron=556,e.Zacute=611,e.Zcaron=611,e.greaterequal=549,e.Eth=722,e.Ccedilla=722,e.lcommaaccent=222,e.tcaron=317,e.eogonek=556,e.Uogonek=722,e.Aacute=667,e.Adieresis=667,e.egrave=556,e.zacute=500,e.iogonek=222,e.Oacute=778,e.oacute=556,e.amacron=556,e.sacute=500,e.idieresis=278,e.Ocircumflex=778,e.Ugrave=722,e.Delta=612,e.thorn=556,e.twosuperior=333,e.Odieresis=778,e.mu=556,e.igrave=278,e.ohungarumlaut=556,e.Eogonek=667,e.dcroat=556,e.threequarters=834,e.Scedilla=667,e.lcaron=299,e.Kcommaaccent=667,e.Lacute=556,e.trademark=1e3,e.edotaccent=556,e.Igrave=278,e.Imacron=278,e.Lcaron=556,e.onehalf=834,e.lessequal=549,e.ocircumflex=556,e.ntilde=556,e.Uhungarumlaut=722,e.Eacute=667,e.emacron=556,e.gbreve=556,e.onequarter=834,e.Scaron=667,e.Scommaaccent=667,e.Ohungarumlaut=778,e.degree=400,e.ograve=556,e.Ccaron=722,e.ugrave=556,e.radical=453,e.Dcaron=722,e.rcommaaccent=333,e.Ntilde=722,e.otilde=556,e.Rcommaaccent=722,e.Lcommaaccent=556,e.Atilde=667,e.Aogonek=667,e.Aring=667,e.Otilde=778,e.zdotaccent=500,e.Ecaron=667,e.Iogonek=278,e.kcommaaccent=500,e.minus=584,e.Icircumflex=278,e.ncaron=556,e.tcommaaccent=278,e.logicalnot=584,e.odieresis=556,e.udieresis=556,e.notequal=549,e.gcommaaccent=556,e.eth=556,e.zcaron=500,e.ncommaaccent=556,e.onesuperior=333,e.imacron=278,e.Euro=556})),e.Symbol=(0,a.getLookupTableFactory)((function(e){e.space=250,e.exclam=333,e.universal=713,e.numbersign=500,e.existential=549,e.percent=833,e.ampersand=778,e.suchthat=439,e.parenleft=333,e.parenright=333,e.asteriskmath=500,e.plus=549,e.comma=250,e.minus=549,e.period=250,e.slash=278,e.zero=500,e.one=500,e.two=500,e.three=500,e.four=500,e.five=500,e.six=500,e.seven=500,e.eight=500,e.nine=500,e.colon=278,e.semicolon=278,e.less=549,e.equal=549,e.greater=549,e.question=444,e.congruent=549,e.Alpha=722,e.Beta=667,e.Chi=722,e.Delta=612,e.Epsilon=611,e.Phi=763,e.Gamma=603,e.Eta=722,e.Iota=333,e.theta1=631,e.Kappa=722,e.Lambda=686,e.Mu=889,e.Nu=722,e.Omicron=722,e.Pi=768,e.Theta=741,e.Rho=556,e.Sigma=592,e.Tau=611,e.Upsilon=690,e.sigma1=439,e.Omega=768,e.Xi=645,e.Psi=795,e.Zeta=611,e.bracketleft=333,e.therefore=863,e.bracketright=333,e.perpendicular=658,e.underscore=500,e.radicalex=500,e.alpha=631,e.beta=549,e.chi=549,e.delta=494,e.epsilon=439,e.phi=521,e.gamma=411,e.eta=603,e.iota=329,e.phi1=603,e.kappa=549,e.lambda=549,e.mu=576,e.nu=521,e.omicron=549,e.pi=549,e.theta=521,e.rho=549,e.sigma=603,e.tau=439,e.upsilon=576,e.omega1=713,e.omega=686,e.xi=493,e.psi=686,e.zeta=494,e.braceleft=480,e.bar=200,e.braceright=480,e.similar=549,e.Euro=750,e.Upsilon1=620,e.minute=247,e.lessequal=549,e.fraction=167,e.infinity=713,e.florin=500,e.club=753,e.diamond=753,e.heart=753,e.spade=753,e.arrowboth=1042,e.arrowleft=987,e.arrowup=603,e.arrowright=987,e.arrowdown=603,e.degree=400,e.plusminus=549,e.second=411,e.greaterequal=549,e.multiply=549,e.proportional=713,e.partialdiff=494,e.bullet=460,e.divide=549,e.notequal=549,e.equivalence=549,e.approxequal=549,e.ellipsis=1e3,e.arrowvertex=603,e.arrowhorizex=1e3,e.carriagereturn=658,e.aleph=823,e.Ifraktur=686,e.Rfraktur=795,e.weierstrass=987,e.circlemultiply=768,e.circleplus=768,e.emptyset=823,e.intersection=768,e.union=768,e.propersuperset=713,e.reflexsuperset=713,e.notsubset=713,e.propersubset=713,e.reflexsubset=713,e.element=713,e.notelement=713,e.angle=768,e.gradient=713,e.registerserif=790,e.copyrightserif=790,e.trademarkserif=890,e.product=823,e.radical=549,e.dotmath=250,e.logicalnot=713,e.logicaland=603,e.logicalor=603,e.arrowdblboth=1042,e.arrowdblleft=987,e.arrowdblup=603,e.arrowdblright=987,e.arrowdbldown=603,e.lozenge=494,e.angleleft=329,e.registersans=790,e.copyrightsans=790,e.trademarksans=786,e.summation=713,e.parenlefttp=384,e.parenleftex=384,e.parenleftbt=384,e.bracketlefttp=384,e.bracketleftex=384,e.bracketleftbt=384,e.bracelefttp=494,e.braceleftmid=494,e.braceleftbt=494,e.braceex=494,e.angleright=329,e.integral=274,e.integraltp=686,e.integralex=686,e.integralbt=686,e.parenrighttp=384,e.parenrightex=384,e.parenrightbt=384,e.bracketrighttp=384,e.bracketrightex=384,e.bracketrightbt=384,e.bracerighttp=494,e.bracerightmid=494,e.bracerightbt=494,e.apple=790})),e["Times-Roman"]=(0,a.getLookupTableFactory)((function(e){e.space=250,e.exclam=333,e.quotedbl=408,e.numbersign=500,e.dollar=500,e.percent=833,e.ampersand=778,e.quoteright=333,e.parenleft=333,e.parenright=333,e.asterisk=500,e.plus=564,e.comma=250,e.hyphen=333,e.period=250,e.slash=278,e.zero=500,e.one=500,e.two=500,e.three=500,e.four=500,e.five=500,e.six=500,e.seven=500,e.eight=500,e.nine=500,e.colon=278,e.semicolon=278,e.less=564,e.equal=564,e.greater=564,e.question=444,e.at=921,e.A=722,e.B=667,e.C=667,e.D=722,e.E=611,e.F=556,e.G=722,e.H=722,e.I=333,e.J=389,e.K=722,e.L=611,e.M=889,e.N=722,e.O=722,e.P=556,e.Q=722,e.R=667,e.S=556,e.T=611,e.U=722,e.V=722,e.W=944,e.X=722,e.Y=722,e.Z=611,e.bracketleft=333,e.backslash=278,e.bracketright=333,e.asciicircum=469,e.underscore=500,e.quoteleft=333,e.a=444,e.b=500,e.c=444,e.d=500,e.e=444,e.f=333,e.g=500,e.h=500,e.i=278,e.j=278,e.k=500,e.l=278,e.m=778,e.n=500,e.o=500,e.p=500,e.q=500,e.r=333,e.s=389,e.t=278,e.u=500,e.v=500,e.w=722,e.x=500,e.y=500,e.z=444,e.braceleft=480,e.bar=200,e.braceright=480,e.asciitilde=541,e.exclamdown=333,e.cent=500,e.sterling=500,e.fraction=167,e.yen=500,e.florin=500,e.section=500,e.currency=500,e.quotesingle=180,e.quotedblleft=444,e.guillemotleft=500,e.guilsinglleft=333,e.guilsinglright=333,e.fi=556,e.fl=556,e.endash=500,e.dagger=500,e.daggerdbl=500,e.periodcentered=250,e.paragraph=453,e.bullet=350,e.quotesinglbase=333,e.quotedblbase=444,e.quotedblright=444,e.guillemotright=500,e.ellipsis=1e3,e.perthousand=1e3,e.questiondown=444,e.grave=333,e.acute=333,e.circumflex=333,e.tilde=333,e.macron=333,e.breve=333,e.dotaccent=333,e.dieresis=333,e.ring=333,e.cedilla=333,e.hungarumlaut=333,e.ogonek=333,e.caron=333,e.emdash=1e3,e.AE=889,e.ordfeminine=276,e.Lslash=611,e.Oslash=722,e.OE=889,e.ordmasculine=310,e.ae=667,e.dotlessi=278,e.lslash=278,e.oslash=500,e.oe=722,e.germandbls=500,e.Idieresis=333,e.eacute=444,e.abreve=444,e.uhungarumlaut=500,e.ecaron=444,e.Ydieresis=722,e.divide=564,e.Yacute=722,e.Acircumflex=722,e.aacute=444,e.Ucircumflex=722,e.yacute=500,e.scommaaccent=389,e.ecircumflex=444,e.Uring=722,e.Udieresis=722,e.aogonek=444,e.Uacute=722,e.uogonek=500,e.Edieresis=611,e.Dcroat=722,e.commaaccent=250,e.copyright=760,e.Emacron=611,e.ccaron=444,e.aring=444,e.Ncommaaccent=722,e.lacute=278,e.agrave=444,e.Tcommaaccent=611,e.Cacute=667,e.atilde=444,e.Edotaccent=611,e.scaron=389,e.scedilla=389,e.iacute=278,e.lozenge=471,e.Rcaron=667,e.Gcommaaccent=722,e.ucircumflex=500,e.acircumflex=444,e.Amacron=722,e.rcaron=333,e.ccedilla=444,e.Zdotaccent=611,e.Thorn=556,e.Omacron=722,e.Racute=667,e.Sacute=556,e.dcaron=588,e.Umacron=722,e.uring=500,e.threesuperior=300,e.Ograve=722,e.Agrave=722,e.Abreve=722,e.multiply=564,e.uacute=500,e.Tcaron=611,e.partialdiff=476,e.ydieresis=500,e.Nacute=722,e.icircumflex=278,e.Ecircumflex=611,e.adieresis=444,e.edieresis=444,e.cacute=444,e.nacute=500,e.umacron=500,e.Ncaron=722,e.Iacute=333,e.plusminus=564,e.brokenbar=200,e.registered=760,e.Gbreve=722,e.Idotaccent=333,e.summation=600,e.Egrave=611,e.racute=333,e.omacron=500,e.Zacute=611,e.Zcaron=611,e.greaterequal=549,e.Eth=722,e.Ccedilla=667,e.lcommaaccent=278,e.tcaron=326,e.eogonek=444,e.Uogonek=722,e.Aacute=722,e.Adieresis=722,e.egrave=444,e.zacute=444,e.iogonek=278,e.Oacute=722,e.oacute=500,e.amacron=444,e.sacute=389,e.idieresis=278,e.Ocircumflex=722,e.Ugrave=722,e.Delta=612,e.thorn=500,e.twosuperior=300,e.Odieresis=722,e.mu=500,e.igrave=278,e.ohungarumlaut=500,e.Eogonek=611,e.dcroat=500,e.threequarters=750,e.Scedilla=556,e.lcaron=344,e.Kcommaaccent=722,e.Lacute=611,e.trademark=980,e.edotaccent=444,e.Igrave=333,e.Imacron=333,e.Lcaron=611,e.onehalf=750,e.lessequal=549,e.ocircumflex=500,e.ntilde=500,e.Uhungarumlaut=722,e.Eacute=611,e.emacron=444,e.gbreve=500,e.onequarter=750,e.Scaron=556,e.Scommaaccent=556,e.Ohungarumlaut=722,e.degree=400,e.ograve=500,e.Ccaron=667,e.ugrave=500,e.radical=453,e.Dcaron=722,e.rcommaaccent=333,e.Ntilde=722,e.otilde=500,e.Rcommaaccent=667,e.Lcommaaccent=611,e.Atilde=722,e.Aogonek=722,e.Aring=722,e.Otilde=722,e.zdotaccent=444,e.Ecaron=611,e.Iogonek=333,e.kcommaaccent=500,e.minus=564,e.Icircumflex=333,e.ncaron=500,e.tcommaaccent=278,e.logicalnot=564,e.odieresis=500,e.udieresis=500,e.notequal=549,e.gcommaaccent=500,e.eth=500,e.zcaron=444,e.ncommaaccent=500,e.onesuperior=300,e.imacron=278,e.Euro=500})),e["Times-Bold"]=(0,a.getLookupTableFactory)((function(e){e.space=250,e.exclam=333,e.quotedbl=555,e.numbersign=500,e.dollar=500,e.percent=1e3,e.ampersand=833,e.quoteright=333,e.parenleft=333,e.parenright=333,e.asterisk=500,e.plus=570,e.comma=250,e.hyphen=333,e.period=250,e.slash=278,e.zero=500,e.one=500,e.two=500,e.three=500,e.four=500,e.five=500,e.six=500,e.seven=500,e.eight=500,e.nine=500,e.colon=333,e.semicolon=333,e.less=570,e.equal=570,e.greater=570,e.question=500,e.at=930,e.A=722,e.B=667,e.C=722,e.D=722,e.E=667,e.F=611,e.G=778,e.H=778,e.I=389,e.J=500,e.K=778,e.L=667,e.M=944,e.N=722,e.O=778,e.P=611,e.Q=778,e.R=722,e.S=556,e.T=667,e.U=722,e.V=722,e.W=1e3,e.X=722,e.Y=722,e.Z=667,e.bracketleft=333,e.backslash=278,e.bracketright=333,e.asciicircum=581,e.underscore=500,e.quoteleft=333,e.a=500,e.b=556,e.c=444,e.d=556,e.e=444,e.f=333,e.g=500,e.h=556,e.i=278,e.j=333,e.k=556,e.l=278,e.m=833,e.n=556,e.o=500,e.p=556,e.q=556,e.r=444,e.s=389,e.t=333,e.u=556,e.v=500,e.w=722,e.x=500,e.y=500,e.z=444,e.braceleft=394,e.bar=220,e.braceright=394,e.asciitilde=520,e.exclamdown=333,e.cent=500,e.sterling=500,e.fraction=167,e.yen=500,e.florin=500,e.section=500,e.currency=500,e.quotesingle=278,e.quotedblleft=500,e.guillemotleft=500,e.guilsinglleft=333,e.guilsinglright=333,e.fi=556,e.fl=556,e.endash=500,e.dagger=500,e.daggerdbl=500,e.periodcentered=250,e.paragraph=540,e.bullet=350,e.quotesinglbase=333,e.quotedblbase=500,e.quotedblright=500,e.guillemotright=500,e.ellipsis=1e3,e.perthousand=1e3,e.questiondown=500,e.grave=333,e.acute=333,e.circumflex=333,e.tilde=333,e.macron=333,e.breve=333,e.dotaccent=333,e.dieresis=333,e.ring=333,e.cedilla=333,e.hungarumlaut=333,e.ogonek=333,e.caron=333,e.emdash=1e3,e.AE=1e3,e.ordfeminine=300,e.Lslash=667,e.Oslash=778,e.OE=1e3,e.ordmasculine=330,e.ae=722,e.dotlessi=278,e.lslash=278,e.oslash=500,e.oe=722,e.germandbls=556,e.Idieresis=389,e.eacute=444,e.abreve=500,e.uhungarumlaut=556,e.ecaron=444,e.Ydieresis=722,e.divide=570,e.Yacute=722,e.Acircumflex=722,e.aacute=500,e.Ucircumflex=722,e.yacute=500,e.scommaaccent=389,e.ecircumflex=444,e.Uring=722,e.Udieresis=722,e.aogonek=500,e.Uacute=722,e.uogonek=556,e.Edieresis=667,e.Dcroat=722,e.commaaccent=250,e.copyright=747,e.Emacron=667,e.ccaron=444,e.aring=500,e.Ncommaaccent=722,e.lacute=278,e.agrave=500,e.Tcommaaccent=667,e.Cacute=722,e.atilde=500,e.Edotaccent=667,e.scaron=389,e.scedilla=389,e.iacute=278,e.lozenge=494,e.Rcaron=722,e.Gcommaaccent=778,e.ucircumflex=556,e.acircumflex=500,e.Amacron=722,e.rcaron=444,e.ccedilla=444,e.Zdotaccent=667,e.Thorn=611,e.Omacron=778,e.Racute=722,e.Sacute=556,e.dcaron=672,e.Umacron=722,e.uring=556,e.threesuperior=300,e.Ograve=778,e.Agrave=722,e.Abreve=722,e.multiply=570,e.uacute=556,e.Tcaron=667,e.partialdiff=494,e.ydieresis=500,e.Nacute=722,e.icircumflex=278,e.Ecircumflex=667,e.adieresis=500,e.edieresis=444,e.cacute=444,e.nacute=556,e.umacron=556,e.Ncaron=722,e.Iacute=389,e.plusminus=570,e.brokenbar=220,e.registered=747,e.Gbreve=778,e.Idotaccent=389,e.summation=600,e.Egrave=667,e.racute=444,e.omacron=500,e.Zacute=667,e.Zcaron=667,e.greaterequal=549,e.Eth=722,e.Ccedilla=722,e.lcommaaccent=278,e.tcaron=416,e.eogonek=444,e.Uogonek=722,e.Aacute=722,e.Adieresis=722,e.egrave=444,e.zacute=444,e.iogonek=278,e.Oacute=778,e.oacute=500,e.amacron=500,e.sacute=389,e.idieresis=278,e.Ocircumflex=778,e.Ugrave=722,e.Delta=612,e.thorn=556,e.twosuperior=300,e.Odieresis=778,e.mu=556,e.igrave=278,e.ohungarumlaut=500,e.Eogonek=667,e.dcroat=556,e.threequarters=750,e.Scedilla=556,e.lcaron=394,e.Kcommaaccent=778,e.Lacute=667,e.trademark=1e3,e.edotaccent=444,e.Igrave=389,e.Imacron=389,e.Lcaron=667,e.onehalf=750,e.lessequal=549,e.ocircumflex=500,e.ntilde=556,e.Uhungarumlaut=722,e.Eacute=667,e.emacron=444,e.gbreve=500,e.onequarter=750,e.Scaron=556,e.Scommaaccent=556,e.Ohungarumlaut=778,e.degree=400,e.ograve=500,e.Ccaron=722,e.ugrave=556,e.radical=549,e.Dcaron=722,e.rcommaaccent=444,e.Ntilde=722,e.otilde=500,e.Rcommaaccent=722,e.Lcommaaccent=667,e.Atilde=722,e.Aogonek=722,e.Aring=722,e.Otilde=778,e.zdotaccent=444,e.Ecaron=667,e.Iogonek=389,e.kcommaaccent=556,e.minus=570,e.Icircumflex=389,e.ncaron=556,e.tcommaaccent=333,e.logicalnot=570,e.odieresis=500,e.udieresis=556,e.notequal=549,e.gcommaaccent=500,e.eth=500,e.zcaron=444,e.ncommaaccent=556,e.onesuperior=300,e.imacron=278,e.Euro=500})),e["Times-BoldItalic"]=(0,a.getLookupTableFactory)((function(e){e.space=250,e.exclam=389,e.quotedbl=555,e.numbersign=500,e.dollar=500,e.percent=833,e.ampersand=778,e.quoteright=333,e.parenleft=333,e.parenright=333,e.asterisk=500,e.plus=570,e.comma=250,e.hyphen=333,e.period=250,e.slash=278,e.zero=500,e.one=500,e.two=500,e.three=500,e.four=500,e.five=500,e.six=500,e.seven=500,e.eight=500,e.nine=500,e.colon=333,e.semicolon=333,e.less=570,e.equal=570,e.greater=570,e.question=500,e.at=832,e.A=667,e.B=667,e.C=667,e.D=722,e.E=667,e.F=667,e.G=722,e.H=778,e.I=389,e.J=500,e.K=667,e.L=611,e.M=889,e.N=722,e.O=722,e.P=611,e.Q=722,e.R=667,e.S=556,e.T=611,e.U=722,e.V=667,e.W=889,e.X=667,e.Y=611,e.Z=611,e.bracketleft=333,e.backslash=278,e.bracketright=333,e.asciicircum=570,e.underscore=500,e.quoteleft=333,e.a=500,e.b=500,e.c=444,e.d=500,e.e=444,e.f=333,e.g=500,e.h=556,e.i=278,e.j=278,e.k=500,e.l=278,e.m=778,e.n=556,e.o=500,e.p=500,e.q=500,e.r=389,e.s=389,e.t=278,e.u=556,e.v=444,e.w=667,e.x=500,e.y=444,e.z=389,e.braceleft=348,e.bar=220,e.braceright=348,e.asciitilde=570,e.exclamdown=389,e.cent=500,e.sterling=500,e.fraction=167,e.yen=500,e.florin=500,e.section=500,e.currency=500,e.quotesingle=278,e.quotedblleft=500,e.guillemotleft=500,e.guilsinglleft=333,e.guilsinglright=333,e.fi=556,e.fl=556,e.endash=500,e.dagger=500,e.daggerdbl=500,e.periodcentered=250,e.paragraph=500,e.bullet=350,e.quotesinglbase=333,e.quotedblbase=500,e.quotedblright=500,e.guillemotright=500,e.ellipsis=1e3,e.perthousand=1e3,e.questiondown=500,e.grave=333,e.acute=333,e.circumflex=333,e.tilde=333,e.macron=333,e.breve=333,e.dotaccent=333,e.dieresis=333,e.ring=333,e.cedilla=333,e.hungarumlaut=333,e.ogonek=333,e.caron=333,e.emdash=1e3,e.AE=944,e.ordfeminine=266,e.Lslash=611,e.Oslash=722,e.OE=944,e.ordmasculine=300,e.ae=722,e.dotlessi=278,e.lslash=278,e.oslash=500,e.oe=722,e.germandbls=500,e.Idieresis=389,e.eacute=444,e.abreve=500,e.uhungarumlaut=556,e.ecaron=444,e.Ydieresis=611,e.divide=570,e.Yacute=611,e.Acircumflex=667,e.aacute=500,e.Ucircumflex=722,e.yacute=444,e.scommaaccent=389,e.ecircumflex=444,e.Uring=722,e.Udieresis=722,e.aogonek=500,e.Uacute=722,e.uogonek=556,e.Edieresis=667,e.Dcroat=722,e.commaaccent=250,e.copyright=747,e.Emacron=667,e.ccaron=444,e.aring=500,e.Ncommaaccent=722,e.lacute=278,e.agrave=500,e.Tcommaaccent=611,e.Cacute=667,e.atilde=500,e.Edotaccent=667,e.scaron=389,e.scedilla=389,e.iacute=278,e.lozenge=494,e.Rcaron=667,e.Gcommaaccent=722,e.ucircumflex=556,e.acircumflex=500,e.Amacron=667,e.rcaron=389,e.ccedilla=444,e.Zdotaccent=611,e.Thorn=611,e.Omacron=722,e.Racute=667,e.Sacute=556,e.dcaron=608,e.Umacron=722,e.uring=556,e.threesuperior=300,e.Ograve=722,e.Agrave=667,e.Abreve=667,e.multiply=570,e.uacute=556,e.Tcaron=611,e.partialdiff=494,e.ydieresis=444,e.Nacute=722,e.icircumflex=278,e.Ecircumflex=667,e.adieresis=500,e.edieresis=444,e.cacute=444,e.nacute=556,e.umacron=556,e.Ncaron=722,e.Iacute=389,e.plusminus=570,e.brokenbar=220,e.registered=747,e.Gbreve=722,e.Idotaccent=389,e.summation=600,e.Egrave=667,e.racute=389,e.omacron=500,e.Zacute=611,e.Zcaron=611,e.greaterequal=549,e.Eth=722,e.Ccedilla=667,e.lcommaaccent=278,e.tcaron=366,e.eogonek=444,e.Uogonek=722,e.Aacute=667,e.Adieresis=667,e.egrave=444,e.zacute=389,e.iogonek=278,e.Oacute=722,e.oacute=500,e.amacron=500,e.sacute=389,e.idieresis=278,e.Ocircumflex=722,e.Ugrave=722,e.Delta=612,e.thorn=500,e.twosuperior=300,e.Odieresis=722,e.mu=576,e.igrave=278,e.ohungarumlaut=500,e.Eogonek=667,e.dcroat=500,e.threequarters=750,e.Scedilla=556,e.lcaron=382,e.Kcommaaccent=667,e.Lacute=611,e.trademark=1e3,e.edotaccent=444,e.Igrave=389,e.Imacron=389,e.Lcaron=611,e.onehalf=750,e.lessequal=549,e.ocircumflex=500,e.ntilde=556,e.Uhungarumlaut=722,e.Eacute=667,e.emacron=444,e.gbreve=500,e.onequarter=750,e.Scaron=556,e.Scommaaccent=556,e.Ohungarumlaut=722,e.degree=400,e.ograve=500,e.Ccaron=667,e.ugrave=556,e.radical=549,e.Dcaron=722,e.rcommaaccent=389,e.Ntilde=722,e.otilde=500,e.Rcommaaccent=667,e.Lcommaaccent=611,e.Atilde=667,e.Aogonek=667,e.Aring=667,e.Otilde=722,e.zdotaccent=389,e.Ecaron=667,e.Iogonek=389,e.kcommaaccent=500,e.minus=606,e.Icircumflex=389,e.ncaron=556,e.tcommaaccent=278,e.logicalnot=606,e.odieresis=500,e.udieresis=556,e.notequal=549,e.gcommaaccent=500,e.eth=500,e.zcaron=389,e.ncommaaccent=556,e.onesuperior=300,e.imacron=278,e.Euro=500})),e["Times-Italic"]=(0,a.getLookupTableFactory)((function(e){e.space=250,e.exclam=333,e.quotedbl=420,e.numbersign=500,e.dollar=500,e.percent=833,e.ampersand=778,e.quoteright=333,e.parenleft=333,e.parenright=333,e.asterisk=500,e.plus=675,e.comma=250,e.hyphen=333,e.period=250,e.slash=278,e.zero=500,e.one=500,e.two=500,e.three=500,e.four=500,e.five=500,e.six=500,e.seven=500,e.eight=500,e.nine=500,e.colon=333,e.semicolon=333,e.less=675,e.equal=675,e.greater=675,e.question=500,e.at=920,e.A=611,e.B=611,e.C=667,e.D=722,e.E=611,e.F=611,e.G=722,e.H=722,e.I=333,e.J=444,e.K=667,e.L=556,e.M=833,e.N=667,e.O=722,e.P=611,e.Q=722,e.R=611,e.S=500,e.T=556,e.U=722,e.V=611,e.W=833,e.X=611,e.Y=556,e.Z=556,e.bracketleft=389,e.backslash=278,e.bracketright=389,e.asciicircum=422,e.underscore=500,e.quoteleft=333,e.a=500,e.b=500,e.c=444,e.d=500,e.e=444,e.f=278,e.g=500,e.h=500,e.i=278,e.j=278,e.k=444,e.l=278,e.m=722,e.n=500,e.o=500,e.p=500,e.q=500,e.r=389,e.s=389,e.t=278,e.u=500,e.v=444,e.w=667,e.x=444,e.y=444,e.z=389,e.braceleft=400,e.bar=275,e.braceright=400,e.asciitilde=541,e.exclamdown=389,e.cent=500,e.sterling=500,e.fraction=167,e.yen=500,e.florin=500,e.section=500,e.currency=500,e.quotesingle=214,e.quotedblleft=556,e.guillemotleft=500,e.guilsinglleft=333,e.guilsinglright=333,e.fi=500,e.fl=500,e.endash=500,e.dagger=500,e.daggerdbl=500,e.periodcentered=250,e.paragraph=523,e.bullet=350,e.quotesinglbase=333,e.quotedblbase=556,e.quotedblright=556,e.guillemotright=500,e.ellipsis=889,e.perthousand=1e3,e.questiondown=500,e.grave=333,e.acute=333,e.circumflex=333,e.tilde=333,e.macron=333,e.breve=333,e.dotaccent=333,e.dieresis=333,e.ring=333,e.cedilla=333,e.hungarumlaut=333,e.ogonek=333,e.caron=333,e.emdash=889,e.AE=889,e.ordfeminine=276,e.Lslash=556,e.Oslash=722,e.OE=944,e.ordmasculine=310,e.ae=667,e.dotlessi=278,e.lslash=278,e.oslash=500,e.oe=667,e.germandbls=500,e.Idieresis=333,e.eacute=444,e.abreve=500,e.uhungarumlaut=500,e.ecaron=444,e.Ydieresis=556,e.divide=675,e.Yacute=556,e.Acircumflex=611,e.aacute=500,e.Ucircumflex=722,e.yacute=444,e.scommaaccent=389,e.ecircumflex=444,e.Uring=722,e.Udieresis=722,e.aogonek=500,e.Uacute=722,e.uogonek=500,e.Edieresis=611,e.Dcroat=722,e.commaaccent=250,e.copyright=760,e.Emacron=611,e.ccaron=444,e.aring=500,e.Ncommaaccent=667,e.lacute=278,e.agrave=500,e.Tcommaaccent=556,e.Cacute=667,e.atilde=500,e.Edotaccent=611,e.scaron=389,e.scedilla=389,e.iacute=278,e.lozenge=471,e.Rcaron=611,e.Gcommaaccent=722,e.ucircumflex=500,e.acircumflex=500,e.Amacron=611,e.rcaron=389,e.ccedilla=444,e.Zdotaccent=556,e.Thorn=611,e.Omacron=722,e.Racute=611,e.Sacute=500,e.dcaron=544,e.Umacron=722,e.uring=500,e.threesuperior=300,e.Ograve=722,e.Agrave=611,e.Abreve=611,e.multiply=675,e.uacute=500,e.Tcaron=556,e.partialdiff=476,e.ydieresis=444,e.Nacute=667,e.icircumflex=278,e.Ecircumflex=611,e.adieresis=500,e.edieresis=444,e.cacute=444,e.nacute=500,e.umacron=500,e.Ncaron=667,e.Iacute=333,e.plusminus=675,e.brokenbar=275,e.registered=760,e.Gbreve=722,e.Idotaccent=333,e.summation=600,e.Egrave=611,e.racute=389,e.omacron=500,e.Zacute=556,e.Zcaron=556,e.greaterequal=549,e.Eth=722,e.Ccedilla=667,e.lcommaaccent=278,e.tcaron=300,e.eogonek=444,e.Uogonek=722,e.Aacute=611,e.Adieresis=611,e.egrave=444,e.zacute=389,e.iogonek=278,e.Oacute=722,e.oacute=500,e.amacron=500,e.sacute=389,e.idieresis=278,e.Ocircumflex=722,e.Ugrave=722,e.Delta=612,e.thorn=500,e.twosuperior=300,e.Odieresis=722,e.mu=500,e.igrave=278,e.ohungarumlaut=500,e.Eogonek=611,e.dcroat=500,e.threequarters=750,e.Scedilla=500,e.lcaron=300,e.Kcommaaccent=667,e.Lacute=556,e.trademark=980,e.edotaccent=444,e.Igrave=333,e.Imacron=333,e.Lcaron=611,e.onehalf=750,e.lessequal=549,e.ocircumflex=500,e.ntilde=500,e.Uhungarumlaut=722,e.Eacute=611,e.emacron=444,e.gbreve=500,e.onequarter=750,e.Scaron=500,e.Scommaaccent=500,e.Ohungarumlaut=722,e.degree=400,e.ograve=500,e.Ccaron=667,e.ugrave=500,e.radical=453,e.Dcaron=722,e.rcommaaccent=389,e.Ntilde=667,e.otilde=500,e.Rcommaaccent=611,e.Lcommaaccent=556,e.Atilde=611,e.Aogonek=611,e.Aring=611,e.Otilde=722,e.zdotaccent=389,e.Ecaron=611,e.Iogonek=333,e.kcommaaccent=444,e.minus=675,e.Icircumflex=333,e.ncaron=500,e.tcommaaccent=278,e.logicalnot=675,e.odieresis=500,e.udieresis=500,e.notequal=549,e.gcommaaccent=500,e.eth=500,e.zcaron=389,e.ncommaaccent=500,e.onesuperior=300,e.imacron=278,e.Euro=500})),e.ZapfDingbats=(0,a.getLookupTableFactory)((function(e){e.space=278,e.a1=974,e.a2=961,e.a202=974,e.a3=980,e.a4=719,e.a5=789,e.a119=790,e.a118=791,e.a117=690,e.a11=960,e.a12=939,e.a13=549,e.a14=855,e.a15=911,e.a16=933,e.a105=911,e.a17=945,e.a18=974,e.a19=755,e.a20=846,e.a21=762,e.a22=761,e.a23=571,e.a24=677,e.a25=763,e.a26=760,e.a27=759,e.a28=754,e.a6=494,e.a7=552,e.a8=537,e.a9=577,e.a10=692,e.a29=786,e.a30=788,e.a31=788,e.a32=790,e.a33=793,e.a34=794,e.a35=816,e.a36=823,e.a37=789,e.a38=841,e.a39=823,e.a40=833,e.a41=816,e.a42=831,e.a43=923,e.a44=744,e.a45=723,e.a46=749,e.a47=790,e.a48=792,e.a49=695,e.a50=776,e.a51=768,e.a52=792,e.a53=759,e.a54=707,e.a55=708,e.a56=682,e.a57=701,e.a58=826,e.a59=815,e.a60=789,e.a61=789,e.a62=707,e.a63=687,e.a64=696,e.a65=689,e.a66=786,e.a67=787,e.a68=713,e.a69=791,e.a70=785,e.a71=791,e.a72=873,e.a73=761,e.a74=762,e.a203=762,e.a75=759,e.a204=759,e.a76=892,e.a77=892,e.a78=788,e.a79=784,e.a81=438,e.a82=138,e.a83=277,e.a84=415,e.a97=392,e.a98=392,e.a99=668,e.a100=668,e.a89=390,e.a90=390,e.a93=317,e.a94=317,e.a91=276,e.a92=276,e.a205=509,e.a85=509,e.a206=410,e.a86=410,e.a87=234,e.a88=234,e.a95=334,e.a96=334,e.a101=732,e.a102=544,e.a103=544,e.a104=910,e.a106=667,e.a107=760,e.a108=760,e.a112=776,e.a111=595,e.a110=694,e.a109=626,e.a120=788,e.a121=788,e.a122=788,e.a123=788,e.a124=788,e.a125=788,e.a126=788,e.a127=788,e.a128=788,e.a129=788,e.a130=788,e.a131=788,e.a132=788,e.a133=788,e.a134=788,e.a135=788,e.a136=788,e.a137=788,e.a138=788,e.a139=788,e.a140=788,e.a141=788,e.a142=788,e.a143=788,e.a144=788,e.a145=788,e.a146=788,e.a147=788,e.a148=788,e.a149=788,e.a150=788,e.a151=788,e.a152=788,e.a153=788,e.a154=788,e.a155=788,e.a156=788,e.a157=788,e.a158=788,e.a159=788,e.a160=894,e.a161=838,e.a163=1016,e.a164=458,e.a196=748,e.a165=924,e.a192=748,e.a166=918,e.a167=927,e.a168=928,e.a169=928,e.a170=834,e.a171=873,e.a172=828,e.a173=924,e.a162=924,e.a174=917,e.a175=930,e.a176=931,e.a177=463,e.a178=883,e.a179=836,e.a193=836,e.a180=867,e.a199=867,e.a181=696,e.a200=696,e.a182=874,e.a201=874,e.a183=760,e.a184=946,e.a197=771,e.a185=865,e.a194=771,e.a198=888,e.a186=967,e.a195=888,e.a187=831,e.a188=873,e.a189=927,e.a190=970,e.a191=918}))}));t.getMetrics=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isPDFFunction=c,t.PostScriptCompiler=t.PostScriptEvaluator=t.PDFFunctionFactory=void 0;var a=r(2),n=r(5),o=r(42);class i{constructor({xref:e,isEvalSupported:t=!0}){this.xref=e,this.isEvalSupported=!1!==t}create(e){return l.parse({xref:this.xref,isEvalSupported:this.isEvalSupported,fn:e})}createFromArray(e){return l.parseArray({xref:this.xref,isEvalSupported:this.isEvalSupported,fnObj:e})}}function s(e){if(!Array.isArray(e))return null;const t=e.length;for(let r=0;r<t;r++)if("number"!==typeof e[r]){const r=new Array(t);for(let a=0;a<t;a++)r[a]=+e[a];return r}return e}t.PDFFunctionFactory=i;var l=function(){const e=0,t=2,r=3,n=4;return{getSampleArray(e,t,r,a){var n,o,i=1;for(n=0,o=e.length;n<o;n++)i*=e[n];i*=t;var s=new Array(i),l=0,c=0,d=1/(2**r-1),u=a.getBytes((i*r+7)/8),h=0;for(n=0;n<i;n++){while(l<r)c<<=8,c|=u[h++],l+=8;l-=r,s[n]=(c>>l)*d,c&=(1<<l)-1}return s},getIR({xref:e,isEvalSupported:t,fn:r}){var n=r.dict;n||(n=r);var o=[this.constructSampled,null,this.constructInterpolated,this.constructStiched,this.constructPostScript],i=n.get("FunctionType"),s=o[i];if(!s)throw new a.FormatError("Unknown type of function");return s.call(this,{xref:e,isEvalSupported:t,fn:r,dict:n})},fromIR({xref:a,isEvalSupported:n,IR:o}){var i=o[0];switch(i){case e:return this.constructSampledFromIR({xref:a,isEvalSupported:n,IR:o});case t:return this.constructInterpolatedFromIR({xref:a,isEvalSupported:n,IR:o});case r:return this.constructStichedFromIR({xref:a,isEvalSupported:n,IR:o});default:return this.constructPostScriptFromIR({xref:a,isEvalSupported:n,IR:o})}},parse({xref:e,isEvalSupported:t,fn:r}){const a=this.getIR({xref:e,isEvalSupported:t,fn:r});return this.fromIR({xref:e,isEvalSupported:t,IR:a})},parseArray({xref:e,isEvalSupported:t,fnObj:r}){if(!Array.isArray(r))return this.parse({xref:e,isEvalSupported:t,fn:r});for(var a=[],n=0,o=r.length;n<o;n++)a.push(this.parse({xref:e,isEvalSupported:t,fn:e.fetchIfRef(r[n])}));return function(e,t,r,n){for(var o=0,i=a.length;o<i;o++)a[o](e,t,r,n+o)}},constructSampled({xref:t,isEvalSupported:r,fn:n,dict:o}){function i(e){for(var t=e.length,r=[],a=0,n=0;n<t;n+=2)r[a]=[e[n],e[n+1]],++a;return r}var l=s(o.getArray("Domain")),c=s(o.getArray("Range"));if(!l||!c)throw new a.FormatError("No domain or range");var d=l.length/2,u=c.length/2;l=i(l),c=i(c);var h=s(o.getArray("Size")),p=o.get("BitsPerSample"),m=o.get("Order")||1;1!==m&&(0,a.info)("No support for cubic spline interpolation: "+m);var f=s(o.getArray("Encode"));if(f)f=i(f);else{f=[];for(var g=0;g<d;++g)f.push([0,h[g]-1])}var b=s(o.getArray("Decode"));b=b?i(b):c;var v=this.getSampleArray(h,u,p,n);return[e,d,l,f,b,v,h,u,2**p-1,c]},constructSampledFromIR({xref:e,isEvalSupported:t,IR:r}){function a(e,t,r,a,n){return a+(n-a)/(r-t)*(e-t)}return function(e,t,n,o){var i,s,l=r[1],c=r[2],d=r[3],u=r[4],h=r[5],p=r[6],m=r[7],f=r[9],g=1<<l,b=new Float64Array(g),v=new Uint32Array(g);for(s=0;s<g;s++)b[s]=1;var w=m,y=1;for(i=0;i<l;++i){var x=c[i][0],k=c[i][1],A=Math.min(Math.max(e[t+i],x),k),C=a(A,x,k,d[i][0],d[i][1]),S=p[i];C=Math.min(Math.max(C,0),S-1);var _=C<S-1?Math.floor(C):C-1,E=_+1-C,P=C-_,T=_*w,I=T+w;for(s=0;s<g;s++)s&y?(b[s]*=P,v[s]+=I):(b[s]*=E,v[s]+=T);w*=S,y<<=1}for(s=0;s<m;++s){var O=0;for(i=0;i<g;i++)O+=h[v[i]+s]*b[i];O=a(O,0,1,u[s][0],u[s][1]),n[o+s]=Math.min(Math.max(O,f[s][0]),f[s][1])}}},constructInterpolated({xref:e,isEvalSupported:r,fn:a,dict:n}){for(var o=s(n.getArray("C0"))||[0],i=s(n.getArray("C1"))||[1],l=n.get("N"),c=o.length,d=[],u=0;u<c;++u)d.push(i[u]-o[u]);return[t,o,d,l]},constructInterpolatedFromIR({xref:e,isEvalSupported:t,IR:r}){var a=r[1],n=r[2],o=r[3],i=n.length;return function(e,t,r,s){for(var l=1===o?e[t]:e[t]**o,c=0;c<i;++c)r[s+c]=a[c]+l*n[c]}},constructStiched({xref:e,isEvalSupported:t,fn:n,dict:o}){var i=s(o.getArray("Domain"));if(!i)throw new a.FormatError("No domain");var l=i.length/2;if(1!==l)throw new a.FormatError("Bad domain for stiched function");for(var c=o.get("Functions"),d=[],u=0,h=c.length;u<h;++u)d.push(this.parse({xref:e,isEvalSupported:t,fn:e.fetchIfRef(c[u])}));var p=s(o.getArray("Bounds")),m=s(o.getArray("Encode"));return[r,i,p,m,d]},constructStichedFromIR({xref:e,isEvalSupported:t,IR:r}){var a=r[1],n=r[2],o=r[3],i=r[4],s=new Float32Array(1);return function(e,t,r,l){for(var c=function(e,t,r){return e>r?e=r:e<t&&(e=t),e},d=c(e[t],a[0],a[1]),u=0,h=n.length;u<h;++u)if(d<n[u])break;var p=a[0];u>0&&(p=n[u-1]);var m=a[1];u<n.length&&(m=n[u]);var f=o[2*u],g=o[2*u+1];s[0]=p===m?f:f+(d-p)*(g-f)/(m-p),i[u](s,0,r,l)}},constructPostScript({xref:e,isEvalSupported:t,fn:r,dict:i}){var l=s(i.getArray("Domain")),c=s(i.getArray("Range"));if(!l)throw new a.FormatError("No domain.");if(!c)throw new a.FormatError("No range.");var d=new o.PostScriptLexer(r),u=new o.PostScriptParser(d),h=u.parse();return[n,l,c,h]},constructPostScriptFromIR({xref:e,isEvalSupported:t,IR:r}){var n=r[1],o=r[2],i=r[3];if(t&&a.IsEvalSupportedCached.value){const e=(new h).compile(i,n,o);if(e)return new Function("src","srcOffset","dest","destOffset",e)}(0,a.info)("Unable to compile PS function");var s=o.length>>1,l=n.length>>1,c=new u(i),d=Object.create(null),p=8192,m=p,f=new Float32Array(l);return function(e,t,r,a){var n,i,u="",h=f;for(n=0;n<l;n++)i=e[t+n],h[n]=i,u+=i+"_";var p=d[u];if(void 0===p){var g=new Float32Array(s),b=c.execute(h),v=b.length-s;for(n=0;n<s;n++){i=b[v+n];var w=o[2*n];i<w?i=w:(w=o[2*n+1],i>w&&(i=w)),g[n]=i}m>0&&(m--,d[u]=g),r.set(g,a)}else r.set(p,a)}}}}();function c(e){var t;if("object"!==typeof e)return!1;if((0,n.isDict)(e))t=e;else{if(!(0,n.isStream)(e))return!1;t=e.dict}return t.has("FunctionType")}var d=function(){var e=100;function t(e){this.stack=e?Array.prototype.slice.call(e,0):[]}return t.prototype={push:function(t){if(this.stack.length>=e)throw new Error("PostScript function stack overflow.");this.stack.push(t)},pop:function(){if(this.stack.length<=0)throw new Error("PostScript function stack underflow.");return this.stack.pop()},copy:function(t){if(this.stack.length+t>=e)throw new Error("PostScript function stack overflow.");for(var r=this.stack,a=r.length-t,n=t-1;n>=0;n--,a++)r.push(r[a])},index:function(e){this.push(this.stack[this.stack.length-e-1])},roll:function(e,t){var r,a,n,o=this.stack,i=o.length-e,s=o.length-1,l=i+(t-Math.floor(t/e)*e);for(r=i,a=s;r<a;r++,a--)n=o[r],o[r]=o[a],o[a]=n;for(r=i,a=l-1;r<a;r++,a--)n=o[r],o[r]=o[a],o[a]=n;for(r=l,a=s;r<a;r++,a--)n=o[r],o[r]=o[a],o[a]=n}},t}(),u=function(){function e(e){this.operators=e}return e.prototype={execute:function(e){var t,r,n,o=new d(e),i=0,s=this.operators,l=s.length;while(i<l)if(t=s[i++],"number"!==typeof t)switch(t){case"jz":n=o.pop(),r=o.pop(),r||(i=n);break;case"j":r=o.pop(),i=r;break;case"abs":r=o.pop(),o.push(Math.abs(r));break;case"add":n=o.pop(),r=o.pop(),o.push(r+n);break;case"and":n=o.pop(),r=o.pop(),(0,a.isBool)(r)&&(0,a.isBool)(n)?o.push(r&&n):o.push(r&n);break;case"atan":r=o.pop(),o.push(Math.atan(r));break;case"bitshift":n=o.pop(),r=o.pop(),r>0?o.push(r<<n):o.push(r>>n);break;case"ceiling":r=o.pop(),o.push(Math.ceil(r));break;case"copy":r=o.pop(),o.copy(r);break;case"cos":r=o.pop(),o.push(Math.cos(r));break;case"cvi":r=0|o.pop(),o.push(r);break;case"cvr":break;case"div":n=o.pop(),r=o.pop(),o.push(r/n);break;case"dup":o.copy(1);break;case"eq":n=o.pop(),r=o.pop(),o.push(r===n);break;case"exch":o.roll(2,1);break;case"exp":n=o.pop(),r=o.pop(),o.push(r**n);break;case"false":o.push(!1);break;case"floor":r=o.pop(),o.push(Math.floor(r));break;case"ge":n=o.pop(),r=o.pop(),o.push(r>=n);break;case"gt":n=o.pop(),r=o.pop(),o.push(r>n);break;case"idiv":n=o.pop(),r=o.pop(),o.push(r/n|0);break;case"index":r=o.pop(),o.index(r);break;case"le":n=o.pop(),r=o.pop(),o.push(r<=n);break;case"ln":r=o.pop(),o.push(Math.log(r));break;case"log":r=o.pop(),o.push(Math.log(r)/Math.LN10);break;case"lt":n=o.pop(),r=o.pop(),o.push(r<n);break;case"mod":n=o.pop(),r=o.pop(),o.push(r%n);break;case"mul":n=o.pop(),r=o.pop(),o.push(r*n);break;case"ne":n=o.pop(),r=o.pop(),o.push(r!==n);break;case"neg":r=o.pop(),o.push(-r);break;case"not":r=o.pop(),(0,a.isBool)(r)?o.push(!r):o.push(~r);break;case"or":n=o.pop(),r=o.pop(),(0,a.isBool)(r)&&(0,a.isBool)(n)?o.push(r||n):o.push(r|n);break;case"pop":o.pop();break;case"roll":n=o.pop(),r=o.pop(),o.roll(r,n);break;case"round":r=o.pop(),o.push(Math.round(r));break;case"sin":r=o.pop(),o.push(Math.sin(r));break;case"sqrt":r=o.pop(),o.push(Math.sqrt(r));break;case"sub":n=o.pop(),r=o.pop(),o.push(r-n);break;case"true":o.push(!0);break;case"truncate":r=o.pop(),r=r<0?Math.ceil(r):Math.floor(r),o.push(r);break;case"xor":n=o.pop(),r=o.pop(),(0,a.isBool)(r)&&(0,a.isBool)(n)?o.push(r!==n):o.push(r^n);break;default:throw new a.FormatError(`Unknown operator ${t}`)}else o.push(t);return o.stack}},e}();t.PostScriptEvaluator=u;var h=function(){function e(e){this.type=e}function t(t,r,a){e.call(this,"args"),this.index=t,this.min=r,this.max=a}function r(t){e.call(this,"literal"),this.number=t,this.min=t,this.max=t}function n(t,r,a,n,o){e.call(this,"binary"),this.op=t,this.arg1=r,this.arg2=a,this.min=n,this.max=o}function o(t,r){e.call(this,"max"),this.arg=t,this.min=t.min,this.max=r}function i(t,r,a){e.call(this,"var"),this.index=t,this.min=r,this.max=a}function s(t,r){e.call(this,"definition"),this.variable=t,this.arg=r}function l(){this.parts=[]}function c(e,t){return"literal"===t.type&&0===t.number?e:"literal"===e.type&&0===e.number?t:"literal"===t.type&&"literal"===e.type?new r(e.number+t.number):new n("+",e,t,e.min+t.min,e.max+t.max)}function d(e,t){if("literal"===t.type){if(0===t.number)return new r(0);if(1===t.number)return e;if("literal"===e.type)return new r(e.number*t.number)}if("literal"===e.type){if(0===e.number)return new r(0);if(1===e.number)return t}var a=Math.min(e.min*t.min,e.min*t.max,e.max*t.min,e.max*t.max),o=Math.max(e.min*t.min,e.min*t.max,e.max*t.min,e.max*t.max);return new n("*",e,t,a,o)}function u(e,t){if("literal"===t.type){if(0===t.number)return e;if("literal"===e.type)return new r(e.number-t.number)}return"binary"===t.type&&"-"===t.op&&"literal"===e.type&&1===e.number&&"literal"===t.arg1.type&&1===t.arg1.number?t.arg2:new n("-",e,t,e.min-t.max,e.max-t.min)}function h(e,t){return e.min>=t?new r(t):e.max<=t?e:new o(e,t)}function p(){}return e.prototype.visit=function(e){(0,a.unreachable)("abstract method")},t.prototype=Object.create(e.prototype),t.prototype.visit=function(e){e.visitArgument(this)},r.prototype=Object.create(e.prototype),r.prototype.visit=function(e){e.visitLiteral(this)},n.prototype=Object.create(e.prototype),n.prototype.visit=function(e){e.visitBinaryOperation(this)},o.prototype=Object.create(e.prototype),o.prototype.visit=function(e){e.visitMin(this)},i.prototype=Object.create(e.prototype),i.prototype.visit=function(e){e.visitVariable(this)},s.prototype=Object.create(e.prototype),s.prototype.visit=function(e){e.visitVariableDefinition(this)},l.prototype={visitArgument(e){this.parts.push("Math.max(",e.min,", Math.min(",e.max,", src[srcOffset + ",e.index,"]))")},visitVariable(e){this.parts.push("v",e.index)},visitLiteral(e){this.parts.push(e.number)},visitBinaryOperation(e){this.parts.push("("),e.arg1.visit(this),this.parts.push(" ",e.op," "),e.arg2.visit(this),this.parts.push(")")},visitVariableDefinition(e){this.parts.push("var "),e.variable.visit(this),this.parts.push(" = "),e.arg.visit(this),this.parts.push(";")},visitMin(e){this.parts.push("Math.min("),e.arg.visit(this),this.parts.push(", ",e.max,")")},toString(){return this.parts.join("")}},p.prototype={compile:function(e,a,n){var o,p,m,f,g,b,v,w,y=[],x=[],k=a.length>>1,A=n.length>>1,C=0;for(let r=0;r<k;r++)y.push(new t(r,a[2*r],a[2*r+1]));for(let t=0,l=e.length;t<l;t++)if(w=e[t],"number"!==typeof w)switch(w){case"add":if(y.length<2)return null;f=y.pop(),m=y.pop(),y.push(c(m,f));break;case"cvr":if(y.length<1)return null;break;case"mul":if(y.length<2)return null;f=y.pop(),m=y.pop(),y.push(d(m,f));break;case"sub":if(y.length<2)return null;f=y.pop(),m=y.pop(),y.push(u(m,f));break;case"exch":if(y.length<2)return null;g=y.pop(),b=y.pop(),y.push(g,b);break;case"pop":if(y.length<1)return null;y.pop();break;case"index":if(y.length<1)return null;if(m=y.pop(),"literal"!==m.type)return null;if(o=m.number,o<0||!Number.isInteger(o)||y.length<o)return null;if(g=y[y.length-o-1],"literal"===g.type||"var"===g.type){y.push(g);break}v=new i(C++,g.min,g.max),y[y.length-o-1]=v,y.push(v),x.push(new s(v,g));break;case"dup":if(y.length<1)return null;if("number"===typeof e[t+1]&&"gt"===e[t+2]&&e[t+3]===t+7&&"jz"===e[t+4]&&"pop"===e[t+5]&&e[t+6]===e[t+1]){m=y.pop(),y.push(h(m,e[t+1])),t+=6;break}if(g=y[y.length-1],"literal"===g.type||"var"===g.type){y.push(g);break}v=new i(C++,g.min,g.max),y[y.length-1]=v,y.push(v),x.push(new s(v,g));break;case"roll":if(y.length<2)return null;if(f=y.pop(),m=y.pop(),"literal"!==f.type||"literal"!==m.type)return null;if(p=f.number,o=m.number,o<=0||!Number.isInteger(o)||!Number.isInteger(p)||y.length<o)return null;if(p=(p%o+o)%o,0===p)break;Array.prototype.push.apply(y,y.splice(y.length-o,o-p));break;default:return null}else y.push(new r(w));if(y.length!==A)return null;var S=[];return x.forEach((function(e){var t=new l;e.visit(t),S.push(t.toString())})),y.forEach((function(e,t){var r=new l;e.visit(r);var a=n[2*t],o=n[2*t+1],i=[r.toString()];a>e.min&&(i.unshift("Math.max(",a,", "),i.push(")")),o<e.max&&(i.unshift("Math.min(",o,", "),i.push(")")),i.unshift("dest[destOffset + ",t,"] = "),i.push(";"),S.push(i.join(""))})),S.join("\n")}},p}();t.PostScriptCompiler=h},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PostScriptParser=t.PostScriptLexer=void 0;var a=r(2),n=r(5),o=r(8);class i{constructor(e){this.lexer=e,this.operators=[],this.token=null,this.prev=null}nextToken(){this.prev=this.token,this.token=this.lexer.getToken()}accept(e){return this.token.type===e&&(this.nextToken(),!0)}expect(e){if(this.accept(e))return!0;throw new a.FormatError(`Unexpected symbol: found ${this.token.type} expected ${e}.`)}parse(){return this.nextToken(),this.expect(s.LBRACE),this.parseBlock(),this.expect(s.RBRACE),this.operators}parseBlock(){while(1)if(this.accept(s.NUMBER))this.operators.push(this.prev.value);else if(this.accept(s.OPERATOR))this.operators.push(this.prev.value);else{if(!this.accept(s.LBRACE))return;this.parseCondition()}}parseCondition(){const e=this.operators.length;if(this.operators.push(null,null),this.parseBlock(),this.expect(s.RBRACE),this.accept(s.IF))this.operators[e]=this.operators.length,this.operators[e+1]="jz";else{if(!this.accept(s.LBRACE))throw new a.FormatError("PS Function: error parsing conditional.");{const t=this.operators.length;this.operators.push(null,null);const r=this.operators.length;this.parseBlock(),this.expect(s.RBRACE),this.expect(s.IFELSE),this.operators[t]=this.operators.length,this.operators[t+1]="j",this.operators[e]=r,this.operators[e+1]="jz"}}}}t.PostScriptParser=i;const s={LBRACE:0,RBRACE:1,NUMBER:2,OPERATOR:3,IF:4,IFELSE:5},l=function(){const e=Object.create(null);class t{constructor(e,t){this.type=e,this.value=t}static getOperator(r){const a=e[r];return a||(e[r]=new t(s.OPERATOR,r))}static get LBRACE(){return(0,a.shadow)(this,"LBRACE",new t(s.LBRACE,"{"))}static get RBRACE(){return(0,a.shadow)(this,"RBRACE",new t(s.RBRACE,"}"))}static get IF(){return(0,a.shadow)(this,"IF",new t(s.IF,"IF"))}static get IFELSE(){return(0,a.shadow)(this,"IFELSE",new t(s.IFELSE,"IFELSE"))}}return t}();class c{constructor(e){this.stream=e,this.nextChar(),this.strBuf=[]}nextChar(){return this.currentChar=this.stream.getByte()}getToken(){let e=!1,t=this.currentChar;while(1){if(t<0)return n.EOF;if(e)10!==t&&13!==t||(e=!1);else if(37===t)e=!0;else if(!(0,o.isWhiteSpace)(t))break;t=this.nextChar()}switch(0|t){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:case 43:case 45:case 46:return new l(s.NUMBER,this.getNumber());case 123:return this.nextChar(),l.LBRACE;case 125:return this.nextChar(),l.RBRACE}const r=this.strBuf;r.length=0,r[0]=String.fromCharCode(t);while((t=this.nextChar())>=0&&(t>=65&&t<=90||t>=97&&t<=122))r.push(String.fromCharCode(t));const a=r.join("");switch(a.toLowerCase()){case"if":return l.IF;case"ifelse":return l.IFELSE;default:return l.getOperator(a)}}getNumber(){let e=this.currentChar;const t=this.strBuf;t.length=0,t[0]=String.fromCharCode(e);while((e=this.nextChar())>=0){if(!(e>=48&&e<=57||45===e||46===e))break;t.push(String.fromCharCode(e))}const r=parseFloat(t.join(""));if(isNaN(r))throw new a.FormatError(`Invalid floating point number: ${r}`);return r}}t.PostScriptLexer=c},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MurmurHash3_64=void 0;var a=r(2);const n=3285377520,o=4294901760,i=65535;class s{constructor(e){this.h1=e?4294967295&e:n,this.h2=e?4294967295&e:n}update(e){let t,r;if((0,a.isString)(e)){t=new Uint8Array(2*e.length),r=0;for(let a=0,n=e.length;a<n;a++){const n=e.charCodeAt(a);n<=255?t[r++]=n:(t[r++]=n>>>8,t[r++]=255&n)}}else{if(!(0,a.isArrayBuffer)(e))throw new Error("Wrong data format in MurmurHash3_64_update. Input must be a string or array.");t=e,r=t.byteLength}const n=r>>2,s=r-4*n,l=new Uint32Array(t.buffer,0,n);let c=0,d=0,u=this.h1,h=this.h2;const p=3432918353,m=461845907,f=p&i,g=m&i;for(let a=0;a<n;a++)1&a?(c=l[a],c=c*p&o|c*f&i,c=c<<15|c>>>17,c=c*m&o|c*g&i,u^=c,u=u<<13|u>>>19,u=5*u+3864292196):(d=l[a],d=d*p&o|d*f&i,d=d<<15|d>>>17,d=d*m&o|d*g&i,h^=d,h=h<<13|h>>>19,h=5*h+3864292196);switch(c=0,s){case 3:c^=t[4*n+2]<<16;case 2:c^=t[4*n+1]<<8;case 1:c^=t[4*n],c=c*p&o|c*f&i,c=c<<15|c>>>17,c=c*m&o|c*g&i,1&n?u^=c:h^=c}this.h1=u,this.h2=h}hexdigest(){let e=this.h1,t=this.h2;e^=t>>>1,e=3981806797*e&o|36045*e&i,t=4283543511*t&o|(2950163797*(t<<16|e>>>16)&o)>>>16,e^=t>>>1,e=444984403*e&o|60499*e&i,t=3301882366*t&o|(3120437893*(t<<16|e>>>16)&o)>>>16,e^=t>>>1;const r=(e>>>0).toString(16),a=(t>>>0).toString(16);return r.padStart(8,"0")+a.padStart(8,"0")}}t.MurmurHash3_64=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PDFImage=void 0;var a=r(2),n=r(5),o=r(23),i=r(12),s=r(18),l=r(21),c=function(){function e(e,t,r,a){return e=t+e*r,e<0?e=0:e>a&&(e=a),e}function t(e,t,r,a,n,o){var i=n*o;let s;s=t<=8?new Uint8Array(i):t<=16?new Uint16Array(i):new Uint32Array(i);var l,c,d,u,h=r/n,p=a/o,m=0,f=new Uint16Array(n),g=r;for(l=0;l<n;l++)f[l]=Math.floor(l*h);for(l=0;l<o;l++)for(d=Math.floor(l*p)*g,c=0;c<n;c++)u=d+f[c],s[m++]=e[u];return s}function r({xref:e,res:t,image:i,isInline:s=!1,smask:c=null,mask:d=null,isMask:u=!1,pdfFunctionFactory:h}){this.image=i;var p=i.dict;const m=p.get("Filter");if((0,n.isName)(m))switch(m.name){case"JPXDecode":var f=new l.JpxImage;f.parseImageProperties(i.stream),i.stream.reset(),i.width=f.width,i.height=f.height,i.bitsPerComponent=f.bitsPerComponent,i.numComps=f.componentsCount;break;case"JBIG2Decode":i.bitsPerComponent=1,i.numComps=1;break}let g=p.get("Width","W"),b=p.get("Height","H");if(Number.isInteger(i.width)&&i.width>0&&Number.isInteger(i.height)&&i.height>0&&(i.width!==g||i.height!==b)&&((0,a.warn)("PDFImage - using the Width/Height of the image data, rather than the image dictionary."),g=i.width,b=i.height),g<1||b<1)throw new a.FormatError(`Invalid image width: ${g} or height: ${b}`);this.width=g,this.height=b,this.interpolate=p.get("Interpolate","I")||!1,this.imageMask=p.get("ImageMask","IM")||!1,this.matte=p.get("Matte")||!1;var v=i.bitsPerComponent;if(!v&&(v=p.get("BitsPerComponent","BPC"),!v)){if(!this.imageMask)throw new a.FormatError(`Bits per component missing in image: ${this.imageMask}`);v=1}if(this.bpc=v,!this.imageMask){var w=p.get("ColorSpace","CS");if(!w)switch((0,a.info)("JPX images (which do not require color spaces)"),i.numComps){case 1:w=n.Name.get("DeviceGray");break;case 3:w=n.Name.get("DeviceRGB");break;case 4:w=n.Name.get("DeviceCMYK");break;default:throw new Error(`JPX images with ${i.numComps} color components not supported.`)}const r=s?t:null;this.colorSpace=o.ColorSpace.parse(w,e,r,h),this.numComps=this.colorSpace.numComps}if(this.decode=p.getArray("Decode","D"),this.needsDecode=!1,this.decode&&(this.colorSpace&&!this.colorSpace.isDefaultDecode(this.decode,v)||u&&!o.ColorSpace.isDefaultDecode(this.decode,1))){this.needsDecode=!0;var y=(1<<v)-1;this.decodeCoefficients=[],this.decodeAddends=[];const e=this.colorSpace&&"Indexed"===this.colorSpace.name;for(var x=0,k=0;x<this.decode.length;x+=2,++k){var A=this.decode[x],C=this.decode[x+1];this.decodeCoefficients[k]=e?(C-A)/y:C-A,this.decodeAddends[k]=e?A:y*A}}if(c)this.smask=new r({xref:e,res:t,image:c,isInline:s,pdfFunctionFactory:h});else if(d)if((0,n.isStream)(d)){var S=d.dict,_=S.get("ImageMask","IM");_?this.mask=new r({xref:e,res:t,image:d,isInline:s,isMask:!0,pdfFunctionFactory:h}):(0,a.warn)("Ignoring /Mask in image without /ImageMask.")}else this.mask=d}return r.buildImage=function({xref:e,res:t,image:o,isInline:i=!1,pdfFunctionFactory:s}){const l=o;let c=null,d=null;const u=o.dict.get("SMask"),h=o.dict.get("Mask");return u?c=u:h&&((0,n.isStream)(h)||Array.isArray(h)?d=h:(0,a.warn)("Unsupported mask format.")),Promise.resolve(new r({xref:e,res:t,image:l,isInline:i,smask:c,mask:d,pdfFunctionFactory:s}))},r.createMask=function({imgArray:e,width:t,height:r,imageIsFromDecodeStream:a,inverseDecode:n}){var o,i,s=(t+7>>3)*r,l=e.byteLength,c=s===l;if(!a||n&&!c)if(n)for(o=new Uint8ClampedArray(s),o.set(e),i=l;i<s;i++)o[i]=255;else o=new Uint8ClampedArray(l),o.set(e);else o=e;if(n)for(i=0;i<l;i++)o[i]^=255;return{data:o,width:t,height:r}},r.prototype={get drawWidth(){return Math.max(this.width,this.smask&&this.smask.width||0,this.mask&&this.mask.width||0)},get drawHeight(){return Math.max(this.height,this.smask&&this.smask.height||0,this.mask&&this.mask.height||0)},decodeBuffer(t){var r,a,n=this.bpc,o=this.numComps,i=this.decodeAddends,s=this.decodeCoefficients,l=(1<<n)-1;if(1!==n){var c=0;for(r=0,a=this.width*this.height;r<a;r++)for(var d=0;d<o;d++)t[c]=e(t[c],i[d],s[d],l),c++}else for(r=0,a=t.length;r<a;r++)t[r]=+!t[r]},getComponents(e){var t=this.bpc;if(8===t)return e;var r=this.width,a=this.height,n=this.numComps,o=r*a*n,i=0;let s;s=t<=8?new Uint8Array(o):t<=16?new Uint16Array(o):new Uint32Array(o);var l,c,d=r*n,u=(1<<t)-1,h=0;if(1===t)for(var p,m,f,g=0;g<a;g++){m=h+(-8&d),f=h+d;while(h<m)c=e[i++],s[h]=c>>7&1,s[h+1]=c>>6&1,s[h+2]=c>>5&1,s[h+3]=c>>4&1,s[h+4]=c>>3&1,s[h+5]=c>>2&1,s[h+6]=c>>1&1,s[h+7]=1&c,h+=8;if(h<f){c=e[i++],p=128;while(h<f)s[h++]=+!!(c&p),p>>=1}}else{var b=0;for(c=0,h=0,l=o;h<l;++h){h%d===0&&(c=0,b=0);while(b<t)c=c<<8|e[i++],b+=8;var v=b-t;let r=c>>v;r<0?r=0:r>u&&(r=u),s[h]=r,c&=(1<<v)-1,b=v}}return s},fillOpacity(e,n,o,i,s){var l,c,d,u,h,p,m=this.smask,f=this.mask;if(m)c=m.width,d=m.height,l=new Uint8ClampedArray(c*d),m.fillGrayBuffer(l),c===n&&d===o||(l=t(l,m.bpc,c,d,n,o));else if(f)if(f instanceof r){for(c=f.width,d=f.height,l=new Uint8ClampedArray(c*d),f.numComps=1,f.fillGrayBuffer(l),u=0,h=c*d;u<h;++u)l[u]=255-l[u];c===n&&d===o||(l=t(l,f.bpc,c,d,n,o))}else{if(!Array.isArray(f))throw new a.FormatError("Unknown mask format.");l=new Uint8ClampedArray(n*o);var g=this.numComps;for(u=0,h=n*o;u<h;++u){var b=0,v=u*g;for(p=0;p<g;++p){var w=s[v+p],y=2*p;if(w<f[y]||w>f[y+1]){b=255;break}}l[u]=b}}if(l)for(u=0,p=3,h=n*i;u<h;++u,p+=4)e[p]=l[u];else for(u=0,p=3,h=n*i;u<h;++u,p+=4)e[p]=255},undoPreblend(e,t,r){var a=this.smask&&this.smask.matte;if(a)for(var n=this.colorSpace.getRgb(a,0),o=n[0],i=n[1],s=n[2],l=t*r*4,c=0;c<l;c+=4){var d=e[c+3];if(0!==d){var u=255/d;e[c]=(e[c]-o)*u+o,e[c+1]=(e[c+1]-i)*u+i,e[c+2]=(e[c+2]-s)*u+s}else e[c]=255,e[c+1]=255,e[c+2]=255}},createImageData(e=!1){var t,r=this.drawWidth,n=this.drawHeight,o={width:r,height:n,kind:0,data:null},l=this.numComps,c=this.width,d=this.height,u=this.bpc,h=c*l*u+7>>3;if(!e){var p;if("DeviceGray"===this.colorSpace.name&&1===u?p=a.ImageKind.GRAYSCALE_1BPP:"DeviceRGB"!==this.colorSpace.name||8!==u||this.needsDecode||(p=a.ImageKind.RGB_24BPP),p&&!this.smask&&!this.mask&&r===c&&n===d){if(o.kind=p,t=this.getImageBytes(d*h),this.image instanceof i.DecodeStream)o.data=t;else{var m=new Uint8ClampedArray(t.length);m.set(t),o.data=m}if(this.needsDecode){(0,a.assert)(p===a.ImageKind.GRAYSCALE_1BPP,"PDFImage.createImageData: The image must be grayscale.");for(var f=o.data,g=0,b=f.length;g<b;g++)f[g]^=255}return o}if(this.image instanceof s.JpegStream&&!this.smask&&!this.mask){let e=d*h;switch(this.colorSpace.name){case"DeviceGray":e*=3;case"DeviceRGB":case"DeviceCMYK":return o.kind=a.ImageKind.RGB_24BPP,o.data=this.getImageBytes(e,r,n,!0),o}}}t=this.getImageBytes(d*h);var v,w,y=0|t.length/h*n/d,x=this.getComponents(t);return e||this.smask||this.mask?(o.kind=a.ImageKind.RGBA_32BPP,o.data=new Uint8ClampedArray(r*n*4),v=1,w=!0,this.fillOpacity(o.data,r,n,y,x)):(o.kind=a.ImageKind.RGB_24BPP,o.data=new Uint8ClampedArray(r*n*3),v=0,w=!1),this.needsDecode&&this.decodeBuffer(x),this.colorSpace.fillRgb(o.data,c,d,r,n,y,u,x,v),w&&this.undoPreblend(o.data,r,y),o},fillGrayBuffer(e){var t=this.numComps;if(1!==t)throw new a.FormatError(`Reading gray scale from a color image: ${t}`);var r,n,o=this.width,i=this.height,s=this.bpc,l=o*t*s+7>>3,c=this.getImageBytes(i*l),d=this.getComponents(c);if(1!==s){this.needsDecode&&this.decodeBuffer(d),n=o*i;var u=255/((1<<s)-1);for(r=0;r<n;++r)e[r]=u*d[r]}else if(n=o*i,this.needsDecode)for(r=0;r<n;++r)e[r]=d[r]-1&255;else for(r=0;r<n;++r)e[r]=255&-d[r]},getImageBytes(e,t,r,a=!1){return this.image.reset(),this.image.drawWidth=t||this.width,this.image.drawHeight=r||this.height,this.image.forceRGB=!!a,this.image.getBytes(e,!0)}},r}();t.PDFImage=c},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MessageHandler=void 0;var a=r(2);const n={UNKNOWN:0,DATA:1,ERROR:2},o={UNKNOWN:0,CANCEL:1,CANCEL_COMPLETE:2,CLOSE:3,ENQUEUE:4,ERROR:5,PULL:6,PULL_COMPLETE:7,START_COMPLETE:8};function i(e){if("object"!==typeof e||null===e)return e;switch(e.name){case"AbortException":return new a.AbortException(e.message);case"MissingPDFException":return new a.MissingPDFException(e.message);case"UnexpectedResponseException":return new a.UnexpectedResponseException(e.message,e.status);case"UnknownErrorException":return new a.UnknownErrorException(e.message,e.details);default:return new a.UnknownErrorException(e.message,e.toString())}}class s{constructor(e,t,r){this.sourceName=e,this.targetName=t,this.comObj=r,this.callbackId=1,this.streamId=1,this.postMessageTransfers=!0,this.streamSinks=Object.create(null),this.streamControllers=Object.create(null),this.callbackCapabilities=Object.create(null),this.actionHandler=Object.create(null),this._onComObjOnMessage=e=>{const t=e.data;if(t.targetName!==this.sourceName)return;if(t.stream)return void this._processStreamMessage(t);if(t.callback){const e=t.callbackId,r=this.callbackCapabilities[e];if(!r)throw new Error(`Cannot resolve callback ${e}`);if(delete this.callbackCapabilities[e],t.callback===n.DATA)r.resolve(t.data);else{if(t.callback!==n.ERROR)throw new Error("Unexpected callback case");r.reject(i(t.reason))}return}const a=this.actionHandler[t.action];if(!a)throw new Error(`Unknown action from worker: ${t.action}`);if(t.callbackId){const e=this.sourceName,o=t.sourceName;new Promise((function(e){e(a(t.data))})).then((function(a){r.postMessage({sourceName:e,targetName:o,callback:n.DATA,callbackId:t.callbackId,data:a})}),(function(a){r.postMessage({sourceName:e,targetName:o,callback:n.ERROR,callbackId:t.callbackId,reason:i(a)})}))}else t.streamId?this._createStreamSink(t):a(t.data)},r.addEventListener("message",this._onComObjOnMessage)}on(e,t){const r=this.actionHandler;if(r[e])throw new Error(`There is already an actionName called "${e}"`);r[e]=t}send(e,t,r){this._postMessage({sourceName:this.sourceName,targetName:this.targetName,action:e,data:t},r)}sendWithPromise(e,t,r){const n=this.callbackId++,o=(0,a.createPromiseCapability)();this.callbackCapabilities[n]=o;try{this._postMessage({sourceName:this.sourceName,targetName:this.targetName,action:e,callbackId:n,data:t},r)}catch(i){o.reject(i)}return o.promise}sendWithStream(e,t,r,n){const s=this.streamId++,l=this.sourceName,c=this.targetName,d=this.comObj;return new ReadableStream({start:r=>{const o=(0,a.createPromiseCapability)();return this.streamControllers[s]={controller:r,startCall:o,pullCall:null,cancelCall:null,isClosed:!1},this._postMessage({sourceName:l,targetName:c,action:e,streamId:s,data:t,desiredSize:r.desiredSize},n),o.promise},pull:e=>{const t=(0,a.createPromiseCapability)();return this.streamControllers[s].pullCall=t,d.postMessage({sourceName:l,targetName:c,stream:o.PULL,streamId:s,desiredSize:e.desiredSize}),t.promise},cancel:e=>{(0,a.assert)(e instanceof Error,"cancel must have a valid reason");const t=(0,a.createPromiseCapability)();return this.streamControllers[s].cancelCall=t,this.streamControllers[s].isClosed=!0,d.postMessage({sourceName:l,targetName:c,stream:o.CANCEL,streamId:s,reason:i(e)}),t.promise}},r)}_createStreamSink(e){const t=this,r=this.actionHandler[e.action],n=e.streamId,s=this.sourceName,l=e.sourceName,c=this.comObj,d={enqueue(e,r=1,i){if(this.isCancelled)return;const c=this.desiredSize;this.desiredSize-=r,c>0&&this.desiredSize<=0&&(this.sinkCapability=(0,a.createPromiseCapability)(),this.ready=this.sinkCapability.promise),t._postMessage({sourceName:s,targetName:l,stream:o.ENQUEUE,streamId:n,chunk:e},i)},close(){this.isCancelled||(this.isCancelled=!0,c.postMessage({sourceName:s,targetName:l,stream:o.CLOSE,streamId:n}),delete t.streamSinks[n])},error(e){(0,a.assert)(e instanceof Error,"error must have a valid reason"),this.isCancelled||(this.isCancelled=!0,c.postMessage({sourceName:s,targetName:l,stream:o.ERROR,streamId:n,reason:i(e)}))},sinkCapability:(0,a.createPromiseCapability)(),onPull:null,onCancel:null,isCancelled:!1,desiredSize:e.desiredSize,ready:null};d.sinkCapability.resolve(),d.ready=d.sinkCapability.promise,this.streamSinks[n]=d,new Promise((function(t){t(r(e.data,d))})).then((function(){c.postMessage({sourceName:s,targetName:l,stream:o.START_COMPLETE,streamId:n,success:!0})}),(function(e){c.postMessage({sourceName:s,targetName:l,stream:o.START_COMPLETE,streamId:n,reason:i(e)})}))}_processStreamMessage(e){const t=e.streamId,r=this.sourceName,n=e.sourceName,s=this.comObj;switch(e.stream){case o.START_COMPLETE:e.success?this.streamControllers[t].startCall.resolve():this.streamControllers[t].startCall.reject(i(e.reason));break;case o.PULL_COMPLETE:e.success?this.streamControllers[t].pullCall.resolve():this.streamControllers[t].pullCall.reject(i(e.reason));break;case o.PULL:if(!this.streamSinks[t]){s.postMessage({sourceName:r,targetName:n,stream:o.PULL_COMPLETE,streamId:t,success:!0});break}this.streamSinks[t].desiredSize<=0&&e.desiredSize>0&&this.streamSinks[t].sinkCapability.resolve(),this.streamSinks[t].desiredSize=e.desiredSize;const{onPull:l}=this.streamSinks[e.streamId];new Promise((function(e){e(l&&l())})).then((function(){s.postMessage({sourceName:r,targetName:n,stream:o.PULL_COMPLETE,streamId:t,success:!0})}),(function(e){s.postMessage({sourceName:r,targetName:n,stream:o.PULL_COMPLETE,streamId:t,reason:i(e)})}));break;case o.ENQUEUE:if((0,a.assert)(this.streamControllers[t],"enqueue should have stream controller"),this.streamControllers[t].isClosed)break;this.streamControllers[t].controller.enqueue(e.chunk);break;case o.CLOSE:if((0,a.assert)(this.streamControllers[t],"close should have stream controller"),this.streamControllers[t].isClosed)break;this.streamControllers[t].isClosed=!0,this.streamControllers[t].controller.close(),this._deleteStreamController(t);break;case o.ERROR:(0,a.assert)(this.streamControllers[t],"error should have stream controller"),this.streamControllers[t].controller.error(i(e.reason)),this._deleteStreamController(t);break;case o.CANCEL_COMPLETE:e.success?this.streamControllers[t].cancelCall.resolve():this.streamControllers[t].cancelCall.reject(i(e.reason)),this._deleteStreamController(t);break;case o.CANCEL:if(!this.streamSinks[t])break;const{onCancel:c}=this.streamSinks[e.streamId];new Promise((function(t){t(c&&c(i(e.reason)))})).then((function(){s.postMessage({sourceName:r,targetName:n,stream:o.CANCEL_COMPLETE,streamId:t,success:!0})}),(function(e){s.postMessage({sourceName:r,targetName:n,stream:o.CANCEL_COMPLETE,streamId:t,reason:i(e)})})),this.streamSinks[t].sinkCapability.reject(i(e.reason)),this.streamSinks[t].isCancelled=!0,delete this.streamSinks[t];break;default:throw new Error("Unexpected stream case")}}async _deleteStreamController(e){await Promise.allSettled([this.streamControllers[e].startCall,this.streamControllers[e].pullCall,this.streamControllers[e].cancelCall].map((function(e){return e&&e.promise}))),delete this.streamControllers[e]}_postMessage(e,t){t&&this.postMessageTransfers?this.comObj.postMessage(e,t):this.comObj.postMessage(e)}destroy(){this.comObj.removeEventListener("message",this._onComObjOnMessage)}}t.MessageHandler=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PDFWorkerStream=void 0;var a=r(2);class n{constructor(e){this._msgHandler=e,this._contentLength=null,this._fullRequestReader=null,this._rangeRequestReaders=[]}getFullReader(){return(0,a.assert)(!this._fullRequestReader,"PDFWorkerStream.getFullReader can only be called once."),this._fullRequestReader=new o(this._msgHandler),this._fullRequestReader}getRangeReader(e,t){const r=new i(e,t,this._msgHandler);return this._rangeRequestReaders.push(r),r}cancelAllRequests(e){this._fullRequestReader&&this._fullRequestReader.cancel(e);const t=this._rangeRequestReaders.slice(0);t.forEach((function(t){t.cancel(e)}))}}t.PDFWorkerStream=n;class o{constructor(e){this._msgHandler=e,this.onProgress=null,this._contentLength=null,this._isRangeSupported=!1,this._isStreamingSupported=!1;const t=this._msgHandler.sendWithStream("GetReader");this._reader=t.getReader(),this._headersReady=this._msgHandler.sendWithPromise("ReaderHeadersReady").then((e=>{this._isStreamingSupported=e.isStreamingSupported,this._isRangeSupported=e.isRangeSupported,this._contentLength=e.contentLength}))}get headersReady(){return this._headersReady}get contentLength(){return this._contentLength}get isStreamingSupported(){return this._isStreamingSupported}get isRangeSupported(){return this._isRangeSupported}async read(){const{value:e,done:t}=await this._reader.read();return t?{value:void 0,done:!0}:{value:e.buffer,done:!1}}cancel(e){this._reader.cancel(e)}}class i{constructor(e,t,r){this._msgHandler=r,this.onProgress=null;const a=this._msgHandler.sendWithStream("GetRangeReader",{begin:e,end:t});this._reader=a.getReader()}get isStreamingSupported(){return!1}async read(){const{value:e,done:t}=await this._reader.read();return t?{value:void 0,done:!0}:{value:e.buffer,done:!1}}cancel(e){this._reader.cancel(e)}}}])}))},7963:function(e,t,r){
|
|
88
|
+
/**
|
|
89
|
+
* @licstart The following is the entire license notice for the
|
|
90
|
+
* Javascript code in this page
|
|
91
|
+
*
|
|
92
|
+
* Copyright 2020 Mozilla Foundation
|
|
93
|
+
*
|
|
94
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
95
|
+
* you may not use this file except in compliance with the License.
|
|
96
|
+
* You may obtain a copy of the License at
|
|
97
|
+
*
|
|
98
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
99
|
+
*
|
|
100
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
101
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
102
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
103
|
+
* See the License for the specific language governing permissions and
|
|
104
|
+
* limitations under the License.
|
|
105
|
+
*
|
|
106
|
+
* @licend The above is the entire license notice for the
|
|
107
|
+
* Javascript code in this page
|
|
108
|
+
*/
|
|
109
|
+
(function(t,r){e.exports=r()})(0,(function(){return function(e){var t={};function r(a){if(t[a])return t[a].exports;var n=t[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=e,r.c=t,r.d=function(e,t,a){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(r.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(a,n,function(t){return e[t]}.bind(null,n));return a},r.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"AnnotationLayerBuilder",{enumerable:!0,get:function(){return a.AnnotationLayerBuilder}}),Object.defineProperty(t,"DefaultAnnotationLayerFactory",{enumerable:!0,get:function(){return a.DefaultAnnotationLayerFactory}}),Object.defineProperty(t,"DefaultTextLayerFactory",{enumerable:!0,get:function(){return n.DefaultTextLayerFactory}}),Object.defineProperty(t,"TextLayerBuilder",{enumerable:!0,get:function(){return n.TextLayerBuilder}}),Object.defineProperty(t,"EventBus",{enumerable:!0,get:function(){return o.EventBus}}),Object.defineProperty(t,"NullL10n",{enumerable:!0,get:function(){return o.NullL10n}}),Object.defineProperty(t,"ProgressBar",{enumerable:!0,get:function(){return o.ProgressBar}}),Object.defineProperty(t,"PDFLinkService",{enumerable:!0,get:function(){return i.PDFLinkService}}),Object.defineProperty(t,"SimpleLinkService",{enumerable:!0,get:function(){return i.SimpleLinkService}}),Object.defineProperty(t,"DownloadManager",{enumerable:!0,get:function(){return s.DownloadManager}}),Object.defineProperty(t,"GenericL10n",{enumerable:!0,get:function(){return l.GenericL10n}}),Object.defineProperty(t,"PDFFindController",{enumerable:!0,get:function(){return c.PDFFindController}}),Object.defineProperty(t,"PDFHistory",{enumerable:!0,get:function(){return d.PDFHistory}}),Object.defineProperty(t,"PDFPageView",{enumerable:!0,get:function(){return u.PDFPageView}}),Object.defineProperty(t,"PDFSinglePageViewer",{enumerable:!0,get:function(){return h.PDFSinglePageViewer}}),Object.defineProperty(t,"PDFViewer",{enumerable:!0,get:function(){return p.PDFViewer}});var a=r(1),n=r(5),o=r(3),i=r(4),s=r(6),l=r(8),c=r(10),d=r(12),u=r(13),h=r(15),p=r(17)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DefaultAnnotationLayerFactory=t.AnnotationLayerBuilder=void 0;var a=r(2),n=r(3),o=r(4);class i{constructor({pageDiv:e,pdfPage:t,linkService:r,downloadManager:a,imageResourcesPath:o="",renderInteractiveForms:i=!1,l10n:s=n.NullL10n}){this.pageDiv=e,this.pdfPage=t,this.linkService=r,this.downloadManager=a,this.imageResourcesPath=o,this.renderInteractiveForms=i,this.l10n=s,this.div=null,this._cancelled=!1}render(e,t="display"){this.pdfPage.getAnnotations({intent:t}).then((t=>{if(this._cancelled)return;const r={viewport:e.clone({dontFlip:!0}),div:this.div,annotations:t,page:this.pdfPage,imageResourcesPath:this.imageResourcesPath,renderInteractiveForms:this.renderInteractiveForms,linkService:this.linkService,downloadManager:this.downloadManager};if(this.div)a.AnnotationLayer.update(r);else{if(0===t.length)return;this.div=document.createElement("div"),this.div.className="annotationLayer",this.pageDiv.appendChild(this.div),r.div=this.div,a.AnnotationLayer.render(r),this.l10n.translate(this.div)}}))}cancel(){this._cancelled=!0}hide(){this.div&&this.div.setAttribute("hidden","true")}}t.AnnotationLayerBuilder=i;class s{createAnnotationLayerBuilder(e,t,r="",a=!1,s=n.NullL10n){return new i({pageDiv:e,pdfPage:t,imageResourcesPath:r,renderInteractiveForms:a,linkService:new o.SimpleLinkService,l10n:s})}}t.DefaultAnnotationLayerFactory=s},function(e,t,a){"use strict";let n;n="undefined"!==typeof window&&window["pdfjs-dist/build/pdf"]?window["pdfjs-dist/build/pdf"]:r(9299),e.exports=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isValidRotation=R,t.isValidScrollMode=M,t.isValidSpreadMode=D,t.isPortraitOrientation=N,t.clamp=q,t.getPDFFileNameFromURL=L,t.noContextMenuHandler=I,t.parseQueryString=A,t.backtrackBeforeAllVisibleElements=P,t.getVisibleElements=T,t.roundToDivide=_,t.getPageSizeInches=E,t.approximateFraction=S,t.getOutputScale=y,t.scrollIntoView=x,t.watchScroll=k,t.binarySearchFirstItem=C,t.normalizeWheelEventDelta=F,t.waitOnEventOrTimeout=U,t.moveToEndOfArray=G,t.WaitOnType=t.animationStarted=t.ProgressBar=t.EventBus=t.NullL10n=t.SpreadMode=t.ScrollMode=t.TextLayerMode=t.RendererType=t.PresentationModeState=t.VERTICAL_PADDING=t.SCROLLBAR_PADDING=t.MAX_AUTO_SCALE=t.UNKNOWN_SCALE=t.MAX_SCALE=t.MIN_SCALE=t.DEFAULT_SCALE=t.DEFAULT_SCALE_VALUE=t.CSS_UNITS=t.AutoPrintRegExp=void 0;const a=96/72;t.CSS_UNITS=a;const n="auto";t.DEFAULT_SCALE_VALUE=n;const o=1;t.DEFAULT_SCALE=o;const i=.1;t.MIN_SCALE=i;const s=10;t.MAX_SCALE=s;const l=0;t.UNKNOWN_SCALE=l;const c=1.25;t.MAX_AUTO_SCALE=c;const d=40;t.SCROLLBAR_PADDING=d;const u=5;t.VERTICAL_PADDING=u;const h={UNKNOWN:0,NORMAL:1,CHANGING:2,FULLSCREEN:3};t.PresentationModeState=h;const p={CANVAS:"canvas",SVG:"svg"};t.RendererType=p;const m={DISABLE:0,ENABLE:1,ENABLE_ENHANCE:2};t.TextLayerMode=m;const f={UNKNOWN:-1,VERTICAL:0,HORIZONTAL:1,WRAPPED:2};t.ScrollMode=f;const g={UNKNOWN:-1,NONE:0,ODD:1,EVEN:2};t.SpreadMode=g;const b=/\bprint\s*\(/;function v(e,t){return t?e.replace(/\{\{\s*(\w+)\s*\}\}/g,((e,r)=>r in t?t[r]:"{{"+r+"}}")):e}t.AutoPrintRegExp=b;const w={async getLanguage(){return"en-us"},async getDirection(){return"ltr"},async get(e,t,r){return v(r,t)},async translate(e){}};function y(e){const t=window.devicePixelRatio||1,r=e.webkitBackingStorePixelRatio||e.mozBackingStorePixelRatio||e.msBackingStorePixelRatio||e.oBackingStorePixelRatio||e.backingStorePixelRatio||1,a=t/r;return{sx:a,sy:a,scaled:1!==a}}function x(e,t,r=!1){let a=e.offsetParent;if(!a)return void console.error("offsetParent is not set -- cannot scroll");let n=e.offsetTop+e.clientTop,o=e.offsetLeft+e.clientLeft;while(a.clientHeight===a.scrollHeight&&a.clientWidth===a.scrollWidth||r&&"hidden"===getComputedStyle(a).overflow)if(a.dataset._scaleY&&(n/=a.dataset._scaleY,o/=a.dataset._scaleX),n+=a.offsetTop,o+=a.offsetLeft,a=a.offsetParent,!a)return;t&&(void 0!==t.top&&(n+=t.top),void 0!==t.left&&(o+=t.left,a.scrollLeft=o)),a.scrollTop=n}function k(e,t){const r=function(r){n||(n=window.requestAnimationFrame((function(){n=null;const r=e.scrollLeft,o=a.lastX;r!==o&&(a.right=r>o),a.lastX=r;const i=e.scrollTop,s=a.lastY;i!==s&&(a.down=i>s),a.lastY=i,t(a)})))},a={right:!0,down:!0,lastX:e.scrollLeft,lastY:e.scrollTop,_eventHandler:r};let n=null;return e.addEventListener("scroll",r,!0),a}function A(e){const t=e.split("&"),r=Object.create(null);for(let a=0,n=t.length;a<n;++a){const e=t[a].split("="),n=e[0].toLowerCase(),o=e.length>1?e[1]:null;r[decodeURIComponent(n)]=decodeURIComponent(o)}return r}function C(e,t){let r=0,a=e.length-1;if(a<0||!t(e[a]))return e.length;if(t(e[r]))return r;while(r<a){const n=r+a>>1,o=e[n];t(o)?a=n:r=n+1}return r}function S(e){if(Math.floor(e)===e)return[e,1];const t=1/e,r=8;if(t>r)return[1,r];if(Math.floor(t)===t)return[1,t];const a=e>1?t:e;let n,o=0,i=1,s=1,l=1;while(1){const e=o+s,t=i+l;if(t>r)break;a<=e/t?(s=e,l=t):(o=e,i=t)}return n=a-o/i<s/l-a?a===e?[o,i]:[i,o]:a===e?[s,l]:[l,s],n}function _(e,t){const r=e%t;return 0===r?e:Math.round(e-r+t)}function E({view:e,userUnit:t,rotate:r}){const[a,n,o,i]=e,s=r%180!==0,l=(o-a)/72*t,c=(i-n)/72*t;return{width:s?c:l,height:s?l:c}}function P(e,t,r){if(e<2)return e;let a=t[e].div,n=a.offsetTop+a.clientTop;n>=r&&(a=t[e-1].div,n=a.offsetTop+a.clientTop);for(let o=e-2;o>=0;--o){if(a=t[o].div,a.offsetTop+a.clientTop+a.clientHeight<=n)break;e=o}return e}function T(e,t,r=!1,a=!1){const n=e.scrollTop,o=n+e.clientHeight,i=e.scrollLeft,s=i+e.clientWidth;function l(e){const t=e.div,r=t.offsetTop+t.clientTop+t.clientHeight;return r>n}function c(e){const t=e.div,r=t.offsetLeft+t.clientLeft+t.clientWidth;return r>i}const d=[],u=t.length;let h=0===u?0:C(t,a?c:l);h>0&&h<u&&!a&&(h=P(h,t,n));let p=a?s:-1;for(let g=h;g<u;g++){const e=t[g],r=e.div,l=r.offsetLeft+r.clientLeft,c=r.offsetTop+r.clientTop,u=r.clientWidth,h=r.clientHeight,m=l+u,f=c+h;if(-1===p)f>=o&&(p=f);else if((a?l:c)>p)break;if(f<=n||c>=o||m<=i||l>=s)continue;const b=Math.max(0,n-c)+Math.max(0,f-o),v=Math.max(0,i-l)+Math.max(0,m-s),w=(h-b)*(u-v)*100/h/u|0;d.push({id:e.id,x:l,y:c,view:e,percent:w})}const m=d[0],f=d[d.length-1];return r&&d.sort((function(e,t){const r=e.percent-t.percent;return Math.abs(r)>.001?-r:e.id-t.id})),{first:m,last:f,views:d}}function I(e){e.preventDefault()}function O(e){let t=0;const r=e.length;while(t<r&&""===e[t].trim())t++;return"data:"===e.substring(t,t+5).toLowerCase()}function L(e,t="document.pdf"){if("string"!==typeof e)return t;if(O(e))return console.warn('getPDFFileNameFromURL: ignoring "data:" URL for performance reasons.'),t;const r=/^(?:(?:[^:]+:)?\/\/[^\/]+)?([^?#]*)(\?[^#]*)?(#.*)?$/,a=/[^\/?#=]+\.pdf\b(?!.*\.pdf\b)/i,n=r.exec(e);let o=a.exec(n[1])||a.exec(n[2])||a.exec(n[3]);if(o&&(o=o[0],o.includes("%")))try{o=a.exec(decodeURIComponent(o))[0]}catch(i){}return o||t}function F(e){let t=Math.sqrt(e.deltaX*e.deltaX+e.deltaY*e.deltaY);const r=Math.atan2(e.deltaY,e.deltaX);-.25*Math.PI<r&&r<.75*Math.PI&&(t=-t);const a=0,n=1,o=30,i=30;return e.deltaMode===a?t/=o*i:e.deltaMode===n&&(t/=i),t}function R(e){return Number.isInteger(e)&&e%90===0}function M(e){return Number.isInteger(e)&&Object.values(f).includes(e)&&e!==f.UNKNOWN}function D(e){return Number.isInteger(e)&&Object.values(g).includes(e)&&e!==g.UNKNOWN}function N(e){return e.width<=e.height}t.NullL10n=w;const B={EVENT:"event",TIMEOUT:"timeout"};function U({target:e,name:t,delay:r=0}){return new Promise((function(a,n){if("object"!==typeof e||!t||"string"!==typeof t||!(Number.isInteger(r)&&r>=0))throw new Error("waitOnEventOrTimeout - invalid parameters.");function o(r){e instanceof z?e._off(t,i):e.removeEventListener(t,i),l&&clearTimeout(l),a(r)}const i=o.bind(null,B.EVENT);e instanceof z?e._on(t,i):e.addEventListener(t,i);const s=o.bind(null,B.TIMEOUT),l=setTimeout(s,r)}))}t.WaitOnType=B;const j=new Promise((function(e){window.requestAnimationFrame(e)}));t.animationStarted=j;class z{constructor(e){this._listeners=Object.create(null)}on(e,t){this._on(e,t,{external:!0})}off(e,t){this._off(e,t,{external:!0})}dispatch(e){const t=this._listeners[e];if(!t||0===t.length)return;const r=Array.prototype.slice.call(arguments,1);let a;t.slice(0).forEach((function({listener:e,external:t}){if(t)return a||(a=[]),void a.push(e);e.apply(null,r)})),a&&(a.forEach((function(e){e.apply(null,r)})),a=null)}_on(e,t,r=null){let a=this._listeners[e];a||(this._listeners[e]=a=[]),a.push({listener:t,external:!0===(r&&r.external)})}_off(e,t,r=null){const a=this._listeners[e];if(a)for(let n=0,o=a.length;n<o;n++)if(a[n].listener===t)return void a.splice(n,1)}}function q(e,t,r){return Math.min(Math.max(e,t),r)}t.EventBus=z;class H{constructor(e,{height:t,width:r,units:a}={}){this.visible=!0,this.div=document.querySelector(e+" .progress"),this.bar=this.div.parentNode,this.height=t||100,this.width=r||100,this.units=a||"%",this.div.style.height=this.height+this.units,this.percent=0}_updateBar(){if(this._indeterminate)return this.div.classList.add("indeterminate"),void(this.div.style.width=this.width+this.units);this.div.classList.remove("indeterminate");const e=this.width*this._percent/100;this.div.style.width=e+this.units}get percent(){return this._percent}set percent(e){this._indeterminate=isNaN(e),this._percent=q(e,0,100),this._updateBar()}setWidth(e){if(!e)return;const t=e.parentNode,r=t.offsetWidth-e.offsetWidth;r>0&&(this.bar.style.width=`calc(100% - ${r}px)`)}hide(){this.visible&&(this.visible=!1,this.bar.classList.add("hidden"),document.body.classList.remove("loadingInProgress"))}show(){this.visible||(this.visible=!0,document.body.classList.add("loadingInProgress"),this.bar.classList.remove("hidden"))}}function G(e,t){const r=[],a=e.length;let n=0;for(let o=0;o<a;++o)t(e[o])?r.push(e[o]):(e[n]=e[o],++n);for(let o=0;n<a;++o,++n)e[n]=r[o]}t.ProgressBar=H},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SimpleLinkService=t.PDFLinkService=void 0;var a=r(3);class n{constructor({eventBus:e,externalLinkTarget:t=null,externalLinkRel:r=null,externalLinkEnabled:a=!0,ignoreDestinationZoom:n=!1}={}){this.eventBus=e,this.externalLinkTarget=t,this.externalLinkRel=r,this.externalLinkEnabled=a,this._ignoreDestinationZoom=n,this.baseUrl=null,this.pdfDocument=null,this.pdfViewer=null,this.pdfHistory=null,this._pagesRefCache=null}setDocument(e,t=null){this.baseUrl=t,this.pdfDocument=e,this._pagesRefCache=Object.create(null)}setViewer(e){this.pdfViewer=e}setHistory(e){this.pdfHistory=e}get pagesCount(){return this.pdfDocument?this.pdfDocument.numPages:0}get page(){return this.pdfViewer.currentPageNumber}set page(e){this.pdfViewer.currentPageNumber=e}get rotation(){return this.pdfViewer.pagesRotation}set rotation(e){this.pdfViewer.pagesRotation=e}navigateTo(e){const t=({namedDest:r,explicitDest:a})=>{const n=a[0];let o;if(n instanceof Object){if(o=this._cachedPageNumber(n),null===o)return void this.pdfDocument.getPageIndex(n).then((e=>{this.cachePageRef(e+1,n),t({namedDest:r,explicitDest:a})})).catch((()=>{console.error(`PDFLinkService.navigateTo: "${n}" is not a valid page reference, for dest="${e}".`)}))}else{if(!Number.isInteger(n))return void console.error(`PDFLinkService.navigateTo: "${n}" is not a valid destination reference, for dest="${e}".`);o=n+1}!o||o<1||o>this.pagesCount?console.error(`PDFLinkService.navigateTo: "${o}" is not a valid page number, for dest="${e}".`):(this.pdfHistory&&(this.pdfHistory.pushCurrentPosition(),this.pdfHistory.push({namedDest:r,explicitDest:a,pageNumber:o})),this.pdfViewer.scrollPageIntoView({pageNumber:o,destArray:a,ignoreDestinationZoom:this._ignoreDestinationZoom}))};new Promise(((t,r)=>{"string"!==typeof e?t({namedDest:"",explicitDest:e}):this.pdfDocument.getDestination(e).then((r=>{t({namedDest:e,explicitDest:r})}))})).then((r=>{Array.isArray(r.explicitDest)?t(r):console.error(`PDFLinkService.navigateTo: "${r.explicitDest}" is not a valid destination array, for dest="${e}".`)}))}getDestinationHash(e){if("string"===typeof e)return this.getAnchorUrl("#"+escape(e));if(Array.isArray(e)){const t=JSON.stringify(e);return this.getAnchorUrl("#"+escape(t))}return this.getAnchorUrl("")}getAnchorUrl(e){return(this.baseUrl||"")+e}setHash(e){let t,r;if(e.includes("=")){const n=(0,a.parseQueryString)(e);if("search"in n&&this.eventBus.dispatch("findfromurlhash",{source:this,query:n.search.replace(/"/g,""),phraseSearch:"true"===n.phrase}),"page"in n&&(t=0|n.page||1),"zoom"in n){const e=n.zoom.split(","),t=e[0],a=parseFloat(t);t.includes("Fit")?"Fit"===t||"FitB"===t?r=[null,{name:t}]:"FitH"===t||"FitBH"===t||"FitV"===t||"FitBV"===t?r=[null,{name:t},e.length>1?0|e[1]:null]:"FitR"===t?5!==e.length?console.error('PDFLinkService.setHash: Not enough parameters for "FitR".'):r=[null,{name:t},0|e[1],0|e[2],0|e[3],0|e[4]]:console.error(`PDFLinkService.setHash: "${t}" is not a valid zoom value.`):r=[null,{name:"XYZ"},e.length>1?0|e[1]:null,e.length>2?0|e[2]:null,a?a/100:t]}r?this.pdfViewer.scrollPageIntoView({pageNumber:t||this.page,destArray:r,allowNegativeOffset:!0}):t&&(this.page=t),"pagemode"in n&&this.eventBus.dispatch("pagemode",{source:this,mode:n.pagemode}),"nameddest"in n&&this.navigateTo(n.nameddest)}else{r=unescape(e);try{r=JSON.parse(r),Array.isArray(r)||(r=r.toString())}catch(n){}if("string"===typeof r||o(r))return void this.navigateTo(r);console.error(`PDFLinkService.setHash: "${unescape(e)}" is not a valid destination.`)}}executeNamedAction(e){switch(e){case"GoBack":this.pdfHistory&&this.pdfHistory.back();break;case"GoForward":this.pdfHistory&&this.pdfHistory.forward();break;case"NextPage":this.page<this.pagesCount&&this.page++;break;case"PrevPage":this.page>1&&this.page--;break;case"LastPage":this.page=this.pagesCount;break;case"FirstPage":this.page=1;break;default:break}this.eventBus.dispatch("namedaction",{source:this,action:e})}cachePageRef(e,t){if(!t)return;const r=0===t.gen?`${t.num}R`:`${t.num}R${t.gen}`;this._pagesRefCache[r]=e}_cachedPageNumber(e){const t=0===e.gen?`${e.num}R`:`${e.num}R${e.gen}`;return this._pagesRefCache&&this._pagesRefCache[t]||null}isPageVisible(e){return this.pdfViewer.isPageVisible(e)}}function o(e){if(!Array.isArray(e))return!1;const t=e.length;if(t<2)return!1;const r=e[0];if(("object"!==typeof r||!Number.isInteger(r.num)||!Number.isInteger(r.gen))&&!(Number.isInteger(r)&&r>=0))return!1;const a=e[1];if("object"!==typeof a||"string"!==typeof a.name)return!1;let n=!0;switch(a.name){case"XYZ":if(5!==t)return!1;break;case"Fit":case"FitB":return 2===t;case"FitH":case"FitBH":case"FitV":case"FitBV":if(3!==t)return!1;break;case"FitR":if(6!==t)return!1;n=!1;break;default:return!1}for(let o=2;o<t;o++){const t=e[o];if(!("number"===typeof t||n&&null===t))return!1}return!0}t.PDFLinkService=n;class i{constructor(){this.externalLinkTarget=null,this.externalLinkRel=null,this.externalLinkEnabled=!0,this._ignoreDestinationZoom=!1}get pagesCount(){return 0}get page(){return 0}set page(e){}get rotation(){return 0}set rotation(e){}navigateTo(e){}getDestinationHash(e){return"#"}getAnchorUrl(e){return"#"}setHash(e){}executeNamedAction(e){}cachePageRef(e,t){}isPageVisible(e){return!0}}t.SimpleLinkService=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DefaultTextLayerFactory=t.TextLayerBuilder=void 0;var a=r(2);const n=300;class o{constructor({textLayerDiv:e,eventBus:t,pageIndex:r,viewport:a,findController:n=null,enhanceTextSelection:o=!1}){this.textLayerDiv=e,this.eventBus=t,this.textContent=null,this.textContentItemsStr=[],this.textContentStream=null,this.renderingDone=!1,this.pageIdx=r,this.pageNumber=this.pageIdx+1,this.matches=[],this.viewport=a,this.textDivs=[],this.findController=n,this.textLayerRenderTask=null,this.enhanceTextSelection=o,this._onUpdateTextLayerMatches=null,this._bindMouse()}_finishRendering(){if(this.renderingDone=!0,!this.enhanceTextSelection){const e=document.createElement("div");e.className="endOfContent",this.textLayerDiv.appendChild(e)}this.eventBus.dispatch("textlayerrendered",{source:this,pageNumber:this.pageNumber,numTextDivs:this.textDivs.length})}render(e=0){if(!this.textContent&&!this.textContentStream||this.renderingDone)return;this.cancel(),this.textDivs=[];const t=document.createDocumentFragment();this.textLayerRenderTask=(0,a.renderTextLayer)({textContent:this.textContent,textContentStream:this.textContentStream,container:t,viewport:this.viewport,textDivs:this.textDivs,textContentItemsStr:this.textContentItemsStr,timeout:e,enhanceTextSelection:this.enhanceTextSelection}),this.textLayerRenderTask.promise.then((()=>{this.textLayerDiv.appendChild(t),this._finishRendering(),this._updateMatches()}),(function(e){})),this._onUpdateTextLayerMatches||(this._onUpdateTextLayerMatches=e=>{e.pageIndex!==this.pageIdx&&-1!==e.pageIndex||this._updateMatches()},this.eventBus._on("updatetextlayermatches",this._onUpdateTextLayerMatches))}cancel(){this.textLayerRenderTask&&(this.textLayerRenderTask.cancel(),this.textLayerRenderTask=null),this._onUpdateTextLayerMatches&&(this.eventBus._off("updatetextlayermatches",this._onUpdateTextLayerMatches),this._onUpdateTextLayerMatches=null)}setTextContentStream(e){this.cancel(),this.textContentStream=e}setTextContent(e){this.cancel(),this.textContent=e}_convertMatches(e,t){if(!e)return[];const{findController:r,textContentItemsStr:a}=this;let n=0,o=0;const i=a.length-1,s=r.state.query.length,l=[];for(let c=0,d=e.length;c<d;c++){let r=e[c];while(n!==i&&r>=o+a[n].length)o+=a[n].length,n++;n===a.length&&console.error("Could not find a matching mapping");const d={begin:{divIdx:n,offset:r-o}};r+=t?t[c]:s;while(n!==i&&r>o+a[n].length)o+=a[n].length,n++;d.end={divIdx:n,offset:r-o},l.push(d)}return l}_renderMatches(e){if(0===e.length)return;const{findController:t,pageIdx:r,textContentItemsStr:a,textDivs:n}=this,o=r===t.selected.pageIdx,i=t.selected.matchIdx,s=t.state.highlightAll;let l=null;const c={divIdx:-1,offset:void 0};function d(e,t){const r=e.divIdx;n[r].textContent="",u(r,0,e.offset,t)}function u(e,t,r,o){const i=n[e],s=a[e].substring(t,r),l=document.createTextNode(s);if(o){const e=document.createElement("span");return e.className=o,e.appendChild(l),void i.appendChild(e)}i.appendChild(l)}let h=i,p=h+1;if(s)h=0,p=e.length;else if(!o)return;for(let m=h;m<p;m++){const a=e[m],s=a.begin,h=a.end,p=o&&m===i,f=p?" selected":"";if(p&&t.scrollMatchIntoView({element:n[s.divIdx],pageIndex:r,matchIndex:i}),l&&s.divIdx===l.divIdx?u(l.divIdx,l.offset,s.offset):(null!==l&&u(l.divIdx,l.offset,c.offset),d(s)),s.divIdx===h.divIdx)u(s.divIdx,s.offset,h.offset,"highlight"+f);else{u(s.divIdx,s.offset,c.offset,"highlight begin"+f);for(let e=s.divIdx+1,t=h.divIdx;e<t;e++)n[e].className="highlight middle"+f;d(h,"highlight end"+f)}l=h}l&&u(l.divIdx,l.offset,c.offset)}_updateMatches(){if(!this.renderingDone)return;const{findController:e,matches:t,pageIdx:r,textContentItemsStr:a,textDivs:n}=this;let o=-1;for(let l=0,c=t.length;l<c;l++){const e=t[l],r=Math.max(o,e.begin.divIdx);for(let t=r,o=e.end.divIdx;t<=o;t++){const e=n[t];e.textContent=a[t],e.className=""}o=e.end.divIdx+1}if(!e||!e.highlightMatches)return;const i=e.pageMatches[r]||null,s=e.pageMatchesLength[r]||null;this.matches=this._convertMatches(i,s),this._renderMatches(this.matches)}_bindMouse(){const e=this.textLayerDiv;let t=null;e.addEventListener("mousedown",(r=>{if(this.enhanceTextSelection&&this.textLayerRenderTask)return this.textLayerRenderTask.expandTextDivs(!0),void(t&&(clearTimeout(t),t=null));const a=e.querySelector(".endOfContent");if(!a)return;let n=r.target!==e;if(n=n&&"none"!==window.getComputedStyle(a).getPropertyValue("-moz-user-select"),n){const t=e.getBoundingClientRect(),n=Math.max(0,(r.pageY-t.top)/t.height);a.style.top=(100*n).toFixed(2)+"%"}a.classList.add("active")})),e.addEventListener("mouseup",(()=>{if(this.enhanceTextSelection&&this.textLayerRenderTask)return void(t=setTimeout((()=>{this.textLayerRenderTask&&this.textLayerRenderTask.expandTextDivs(!1),t=null}),n));const r=e.querySelector(".endOfContent");r&&(r.style.top="",r.classList.remove("active"))}))}}t.TextLayerBuilder=o;class i{createTextLayerBuilder(e,t,r,a=!1,n){return new o({textLayerDiv:e,pageIndex:t,viewport:r,enhanceTextSelection:a,eventBus:n})}}t.DefaultTextLayerFactory=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DownloadManager=void 0;var a=r(2),n=r(7);const o=n.viewerCompatibilityParams.disableCreateObjectURL||!1;function i(e,t){const r=document.createElement("a");if(!r.click)throw new Error('DownloadManager: "a.click()" is not supported.');r.href=e,r.target="_parent","download"in r&&(r.download=t),(document.body||document.documentElement).appendChild(r),r.click(),r.remove()}class s{constructor({disableCreateObjectURL:e=o}){this.disableCreateObjectURL=e}downloadUrl(e,t){(0,a.createValidAbsoluteUrl)(e,"http://example.com")&&i(e+"#pdfjs.action=download",t)}downloadData(e,t,r){if(navigator.msSaveBlob)return void navigator.msSaveBlob(new Blob([e],{type:r}),t);const n=(0,a.createObjectURL)(e,r,this.disableCreateObjectURL);i(n,t)}download(e,t,r){if(navigator.msSaveBlob)return void(navigator.msSaveBlob(e,r)||this.downloadUrl(t,r));if(this.disableCreateObjectURL)return void this.downloadUrl(t,r);const a=URL.createObjectURL(e);i(a,r)}}t.DownloadManager=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.viewerCompatibilityParams=void 0;const a=Object.create(null);{const e="undefined"!==typeof navigator&&navigator.userAgent||"",t="undefined"!==typeof navigator&&navigator.platform||"",r="undefined"!==typeof navigator&&navigator.maxTouchPoints||1,n=/Android/.test(e),o=/Trident/.test(e),i=/\b(iPad|iPhone|iPod)(?=;)/.test(e)||"MacIntel"===t&&r>1,s=/CriOS/.test(e);(function(){(o||s)&&(a.disableCreateObjectURL=!0)})(),function(){(i||n)&&(a.maxCanvasPixels=5242880)}()}const n=Object.freeze(a);t.viewerCompatibilityParams=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.GenericL10n=void 0,r(9);const a=document.webL10n;class n{constructor(e){this._lang=e,this._ready=new Promise(((t,r)=>{a.setLanguage(e,(()=>{t(a)}))}))}async getLanguage(){const e=await this._ready;return e.getLanguage()}async getDirection(){const e=await this._ready;return e.getDirection()}async get(e,t,r){const a=await this._ready;return a.get(e,t,r)}async translate(e){const t=await this._ready;return t.translate(e)}}t.GenericL10n=n},function(e,t,r){"use strict";document.webL10n=function(e,t,r){var a={},n="",o="textContent",i="",s={},l="loading",c=!0;function d(){return t.querySelectorAll('link[type="application/l10n"]')}function u(){var e=t.querySelector('script[type="application/l10n"]');return e?JSON.parse(e.innerHTML):null}function h(e){return e?e.querySelectorAll("*[data-l10n-id]"):[]}function p(e){if(!e)return{};var t=e.getAttribute("data-l10n-id"),r=e.getAttribute("data-l10n-args"),a={};if(r)try{a=JSON.parse(r)}catch(n){console.warn("could not parse arguments for #"+t)}return{id:t,args:a}}function m(e,t,r){t=t||function(e){},r=r||function(){};var a=new XMLHttpRequest;a.open("GET",e,c),a.overrideMimeType&&a.overrideMimeType("text/plain; charset=utf-8"),a.onreadystatechange=function(){4==a.readyState&&(200==a.status||0===a.status?t(a.responseText):r())},a.onerror=r,a.ontimeout=r;try{a.send(null)}catch(n){r()}}function f(e,t,r,i){var s=e.replace(/[^\/]*$/,"")||"./";function l(e){return e.lastIndexOf("\\")<0?e:e.replace(/\\\\/g,"\\").replace(/\\n/g,"\n").replace(/\\r/g,"\r").replace(/\\t/g,"\t").replace(/\\b/g,"\b").replace(/\\f/g,"\f").replace(/\\{/g,"{").replace(/\\}/g,"}").replace(/\\"/g,'"').replace(/\\'/g,"'")}function c(e,r){var a={},n=/^\s*|\s*$/,o=/^\s*#|^\s*$/,i=/^\s*\[(.*)\]\s*$/,c=/^\s*@import\s+url\((.*)\)\s*$/i,d=/^([^=\s]*)\s*=\s*(.+)$/;function u(e,r,u){var p=e.replace(n,"").split(/[\r\n]+/),m="*",f=t.split("-",1)[0],g=!1,b="";function v(){while(1){if(!p.length)return void u();var e=p.shift();if(!o.test(e)){if(r){if(b=i.exec(e),b){m=b[1].toLowerCase(),g="*"!==m&&m!==t&&m!==f;continue}if(g)continue;if(b=c.exec(e),b)return void h(s+b[1],v)}var n=e.match(d);n&&3==n.length&&(a[n[1]]=l(n[2]))}}}v()}function h(e,t){m(e,(function(e){u(e,!1,t)}),(function(){console.warn(e+" not found."),t()}))}u(e,!0,(function(){r(a)}))}m(e,(function(e){n+=e,c(e,(function(e){for(var t in e){var n,i,s=t.lastIndexOf(".");s>0?(n=t.substring(0,s),i=t.substring(s+1)):(n=t,i=o),a[n]||(a[n]={}),a[n][i]=e[t]}r&&r()}))}),i)}function g(e,t){e&&(e=e.toLowerCase()),t=t||function(){},b(),i=e;var r=d(),n=r.length;if(0!==n){var o=null,s=0;o=function(){s++,s>=n&&(t(),l="complete")};for(var c=0;c<n;c++){var h=new v(r[c]);h.load(e,o)}}else{var p=u();if(p&&p.locales&&p.default_locale){if(console.log("using the embedded JSON directory, early way out"),a=p.locales[e],!a){var m=p.default_locale.toLowerCase();for(var g in p.locales){if(g=g.toLowerCase(),g===e){a=p.locales[e];break}g===m&&(a=p.locales[m])}}t()}else console.log("no resource to load, early way out");l="complete"}function v(e){var t=e.href;this.load=function(e,r){f(t,e,r,(function(){console.warn(t+" not found."),console.warn('"'+e+'" resource not found'),i="",r()}))}}}function b(){a={},n="",i=""}function v(e){var t={af:3,ak:4,am:4,ar:1,asa:3,az:0,be:11,bem:3,bez:3,bg:3,bh:4,bm:0,bn:3,bo:0,br:20,brx:3,bs:11,ca:3,cgg:3,chr:3,cs:12,cy:17,da:3,de:3,dv:3,dz:0,ee:3,el:3,en:3,eo:3,es:3,et:3,eu:3,fa:0,ff:5,fi:3,fil:4,fo:3,fr:5,fur:3,fy:3,ga:8,gd:24,gl:3,gsw:3,gu:3,guw:4,gv:23,ha:3,haw:3,he:2,hi:4,hr:11,hu:0,id:0,ig:0,ii:0,is:3,it:3,iu:7,ja:0,jmc:3,jv:0,ka:0,kab:5,kaj:3,kcg:3,kde:0,kea:0,kk:3,kl:3,km:0,kn:0,ko:0,ksb:3,ksh:21,ku:3,kw:7,lag:18,lb:3,lg:3,ln:4,lo:0,lt:10,lv:6,mas:3,mg:4,mk:16,ml:3,mn:3,mo:9,mr:3,ms:0,mt:15,my:0,nah:3,naq:7,nb:3,nd:3,ne:3,nl:3,nn:3,no:3,nr:3,nso:4,ny:3,nyn:3,om:3,or:3,pa:3,pap:3,pl:13,ps:3,pt:3,rm:3,ro:9,rof:3,ru:11,rwk:3,sah:0,saq:3,se:7,seh:3,ses:0,sg:0,sh:11,shi:19,sk:12,sl:14,sma:7,smi:7,smj:7,smn:7,sms:7,sn:3,so:3,sq:3,sr:11,ss:3,ssy:3,st:3,sv:3,sw:3,syr:3,ta:3,te:3,teo:3,th:0,ti:4,tig:3,tk:3,tl:4,tn:3,to:0,tr:0,ts:3,tzm:22,uk:11,ur:3,ve:3,vi:0,vun:3,wa:4,wae:3,wo:0,xh:3,xog:3,yo:0,zh:0,zu:3};function r(e,t){return-1!==t.indexOf(e)}function a(e,t,r){return t<=e&&e<=r}var n={0:function(e){return"other"},1:function(e){return a(e%100,3,10)?"few":0===e?"zero":a(e%100,11,99)?"many":2==e?"two":1==e?"one":"other"},2:function(e){return 0!==e&&e%10===0?"many":2==e?"two":1==e?"one":"other"},3:function(e){return 1==e?"one":"other"},4:function(e){return a(e,0,1)?"one":"other"},5:function(e){return a(e,0,2)&&2!=e?"one":"other"},6:function(e){return 0===e?"zero":e%10==1&&e%100!=11?"one":"other"},7:function(e){return 2==e?"two":1==e?"one":"other"},8:function(e){return a(e,3,6)?"few":a(e,7,10)?"many":2==e?"two":1==e?"one":"other"},9:function(e){return 0===e||1!=e&&a(e%100,1,19)?"few":1==e?"one":"other"},10:function(e){return a(e%10,2,9)&&!a(e%100,11,19)?"few":e%10!=1||a(e%100,11,19)?"other":"one"},11:function(e){return a(e%10,2,4)&&!a(e%100,12,14)?"few":e%10===0||a(e%10,5,9)||a(e%100,11,14)?"many":e%10==1&&e%100!=11?"one":"other"},12:function(e){return a(e,2,4)?"few":1==e?"one":"other"},13:function(e){return a(e%10,2,4)&&!a(e%100,12,14)?"few":1!=e&&a(e%10,0,1)||a(e%10,5,9)||a(e%100,12,14)?"many":1==e?"one":"other"},14:function(e){return a(e%100,3,4)?"few":e%100==2?"two":e%100==1?"one":"other"},15:function(e){return 0===e||a(e%100,2,10)?"few":a(e%100,11,19)?"many":1==e?"one":"other"},16:function(e){return e%10==1&&11!=e?"one":"other"},17:function(e){return 3==e?"few":0===e?"zero":6==e?"many":2==e?"two":1==e?"one":"other"},18:function(e){return 0===e?"zero":a(e,0,2)&&0!==e&&2!=e?"one":"other"},19:function(e){return a(e,2,10)?"few":a(e,0,1)?"one":"other"},20:function(e){return!a(e%10,3,4)&&e%10!=9||a(e%100,10,19)||a(e%100,70,79)||a(e%100,90,99)?e%1e6===0&&0!==e?"many":e%10!=2||r(e%100,[12,72,92])?e%10!=1||r(e%100,[11,71,91])?"other":"one":"two":"few"},21:function(e){return 0===e?"zero":1==e?"one":"other"},22:function(e){return a(e,0,1)||a(e,11,99)?"one":"other"},23:function(e){return a(e%10,1,2)||e%20===0?"one":"other"},24:function(e){return a(e,3,10)||a(e,13,19)?"few":r(e,[2,12])?"two":r(e,[1,11])?"one":"other"}},o=t[e.replace(/-.*$/,"")];return o in n?n[o]:(console.warn("plural form unknown for ["+e+"]"),function(){return"other"})}function w(e,t,r){var n=a[e];if(!n){if(console.warn("#"+e+" is undefined."),!r)return null;n=r}var o={};for(var i in n){var s=n[i];s=y(s,t,e,i),s=x(s,t,e),o[i]=s}return o}function y(e,t,r,n){var o=/\{\[\s*([a-zA-Z]+)\(([a-zA-Z]+)\)\s*\]\}/,i=o.exec(e);if(!i||!i.length)return e;var l,c=i[1],d=i[2];if(t&&d in t?l=t[d]:d in a&&(l=a[d]),c in s){var u=s[c];e=u(e,l,r,n)}return e}function x(e,t,r){var n=/\{\{\s*(.+?)\s*\}\}/g;return e.replace(n,(function(e,n){return t&&n in t?t[n]:n in a?a[n]:(console.log("argument {{"+n+"}} for #"+r+" is undefined."),e)}))}function k(e){var r=p(e);if(r.id){var a=w(r.id,r.args);if(a){if(a[o]){if(0===A(e))e[o]=a[o];else{for(var n=e.childNodes,i=!1,s=0,l=n.length;s<l;s++)3===n[s].nodeType&&/\S/.test(n[s].nodeValue)&&(i?n[s].nodeValue="":(n[s].nodeValue=a[o],i=!0));if(!i){var c=t.createTextNode(a[o]);e.insertBefore(c,e.firstChild)}}delete a[o]}for(var d in a)e[d]=a[d]}else console.warn("#"+r.id+" is undefined.")}}function A(e){if(e.children)return e.children.length;if("undefined"!==typeof e.childElementCount)return e.childElementCount;for(var t=0,r=0;r<e.childNodes.length;r++)t+=1===e.nodeType?1:0;return t}function C(e){e=e||t.documentElement;for(var r=h(e),a=r.length,n=0;n<a;n++)k(r[n]);k(e)}return s.plural=function(e,t,r,n){var l=parseFloat(t);if(isNaN(l))return e;if(n!=o)return e;s._pluralRules||(s._pluralRules=v(i));var c="["+s._pluralRules(l)+"]";return 0===l&&r+"[zero]"in a?e=a[r+"[zero]"][n]:1==l&&r+"[one]"in a?e=a[r+"[one]"][n]:2==l&&r+"[two]"in a?e=a[r+"[two]"][n]:r+c in a?e=a[r+c][n]:r+"[other]"in a&&(e=a[r+"[other]"][n]),e},{get:function(e,t,r){var a,n=e.lastIndexOf("."),i=o;n>0&&(i=e.substring(n+1),e=e.substring(0,n)),r&&(a={},a[i]=r);var s=w(e,t,a);return s&&i in s?s[i]:"{{"+e+"}}"},getData:function(){return a},getText:function(){return n},getLanguage:function(){return i},setLanguage:function(e,t){g(e,(function(){t&&t()}))},getDirection:function(){var e=["ar","he","fa","ps","ur"],t=i.split("-",1)[0];return e.indexOf(t)>=0?"rtl":"ltr"},translate:C,getReadyState:function(){return l},ready:function(r){r&&("complete"==l||"interactive"==l?e.setTimeout((function(){r()})):t.addEventListener&&t.addEventListener("localized",(function e(){t.removeEventListener("localized",e),r()})))}}}(window,document)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PDFFindController=t.FindState=void 0;var a=r(2),n=r(11),o=r(3);const i={FOUND:0,NOT_FOUND:1,WRAPPED:2,PENDING:3};t.FindState=i;const s=250,l=-50,c=-400,d={"‘":"'","’":"'","‚":"'","‛":"'","“":'"',"”":'"',"„":'"',"‟":'"',"¼":"1/4","½":"1/2","¾":"3/4"};let u=null;function h(e){if(!u){const e=Object.keys(d).join("");u=new RegExp(`[${e}]`,"g")}return e.replace(u,(function(e){return d[e]}))}class p{constructor({linkService:e,eventBus:t}){this._linkService=e,this._eventBus=t,this._reset(),t._on("findbarclose",this._onFindBarClose.bind(this))}get highlightMatches(){return this._highlightMatches}get pageMatches(){return this._pageMatches}get pageMatchesLength(){return this._pageMatchesLength}get selected(){return this._selected}get state(){return this._state}setDocument(e){this._pdfDocument&&this._reset(),e&&(this._pdfDocument=e,this._firstPageCapability.resolve())}executeCommand(e,t){if(!t)return;const r=this._pdfDocument;(null===this._state||this._shouldDirtyMatch(e,t))&&(this._dirtyMatch=!0),this._state=t,"findhighlightallchange"!==e&&this._updateUIState(i.PENDING),this._firstPageCapability.promise.then((()=>{if(!this._pdfDocument||r&&this._pdfDocument!==r)return;this._extractText();const t=!this._highlightMatches,a=!!this._findTimeout;this._findTimeout&&(clearTimeout(this._findTimeout),this._findTimeout=null),"find"===e?this._findTimeout=setTimeout((()=>{this._nextMatch(),this._findTimeout=null}),s):this._dirtyMatch?this._nextMatch():"findagain"===e?(this._nextMatch(),t&&this._state.highlightAll&&this._updateAllPages()):"findhighlightallchange"===e?(a?this._nextMatch():this._highlightMatches=!0,this._updateAllPages()):this._nextMatch()}))}scrollMatchIntoView({element:e=null,pageIndex:t=-1,matchIndex:r=-1}){if(!this._scrollMatches||!e)return;if(-1===r||r!==this._selected.matchIdx)return;if(-1===t||t!==this._selected.pageIdx)return;this._scrollMatches=!1;const a={top:l,left:c};(0,o.scrollIntoView)(e,a,!0)}_reset(){this._highlightMatches=!1,this._scrollMatches=!1,this._pdfDocument=null,this._pageMatches=[],this._pageMatchesLength=[],this._state=null,this._selected={pageIdx:-1,matchIdx:-1},this._offset={pageIdx:null,matchIdx:null,wrapped:!1},this._extractTextPromises=[],this._pageContents=[],this._matchesCountTotal=0,this._pagesToSearch=null,this._pendingFindMatches=Object.create(null),this._resumePageIdx=null,this._dirtyMatch=!1,clearTimeout(this._findTimeout),this._findTimeout=null,this._firstPageCapability=(0,a.createPromiseCapability)()}get _query(){return this._state.query!==this._rawQuery&&(this._rawQuery=this._state.query,this._normalizedQuery=h(this._state.query)),this._normalizedQuery}_shouldDirtyMatch(e,t){if(t.query!==this._state.query)return!0;switch(e){case"findagain":const e=this._selected.pageIdx+1,t=this._linkService;return e>=1&&e<=t.pagesCount&&e!==t.page&&!t.isPageVisible(e);case"findhighlightallchange":return!1}return!0}_prepareMatches(e,t,r){function a(t){const r=e[t],a=e[t+1];if(t<e.length-1&&r.match===a.match)return r.skipped=!0,!0;for(let n=t-1;n>=0;n--){const t=e[n];if(!t.skipped){if(t.match+t.matchLength<r.match)break;if(t.match+t.matchLength>=r.match+r.matchLength)return r.skipped=!0,!0}}return!1}e.sort((function(e,t){return e.match===t.match?e.matchLength-t.matchLength:e.match-t.match}));for(let n=0,o=e.length;n<o;n++)a(n)||(t.push(e[n].match),r.push(e[n].matchLength))}_isEntireWord(e,t,r){if(t>0){const r=e.charCodeAt(t),a=e.charCodeAt(t-1);if((0,n.getCharacterType)(r)===(0,n.getCharacterType)(a))return!1}const a=t+r-1;if(a<e.length-1){const t=e.charCodeAt(a),r=e.charCodeAt(a+1);if((0,n.getCharacterType)(t)===(0,n.getCharacterType)(r))return!1}return!0}_calculatePhraseMatch(e,t,r,a){const n=[],o=e.length;let i=-o;while(1){if(i=r.indexOf(e,i+o),-1===i)break;a&&!this._isEntireWord(r,i,o)||n.push(i)}this._pageMatches[t]=n}_calculateWordMatch(e,t,r,a){const n=[],o=e.match(/\S+/g);for(let i=0,s=o.length;i<s;i++){const e=o[i],t=e.length;let s=-t;while(1){if(s=r.indexOf(e,s+t),-1===s)break;a&&!this._isEntireWord(r,s,t)||n.push({match:s,matchLength:t,skipped:!1})}}this._pageMatchesLength[t]=[],this._pageMatches[t]=[],this._prepareMatches(n,this._pageMatches[t],this._pageMatchesLength[t])}_calculateMatch(e){let t=this._pageContents[e],r=this._query;const{caseSensitive:a,entireWord:n,phraseSearch:o}=this._state;if(0===r.length)return;a||(t=t.toLowerCase(),r=r.toLowerCase()),o?this._calculatePhraseMatch(r,e,t,n):this._calculateWordMatch(r,e,t,n),this._state.highlightAll&&this._updatePage(e),this._resumePageIdx===e&&(this._resumePageIdx=null,this._nextPageMatch());const i=this._pageMatches[e].length;i>0&&(this._matchesCountTotal+=i,this._updateUIResultsCount())}_extractText(){if(this._extractTextPromises.length>0)return;let e=Promise.resolve();for(let t=0,r=this._linkService.pagesCount;t<r;t++){const r=(0,a.createPromiseCapability)();this._extractTextPromises[t]=r.promise,e=e.then((()=>this._pdfDocument.getPage(t+1).then((e=>e.getTextContent({normalizeWhitespace:!0}))).then((e=>{const a=e.items,n=[];for(let t=0,r=a.length;t<r;t++)n.push(a[t].str);this._pageContents[t]=h(n.join("")),r.resolve(t)}),(e=>{console.error(`Unable to get text content for page ${t+1}`,e),this._pageContents[t]="",r.resolve(t)}))))}}_updatePage(e){this._scrollMatches&&this._selected.pageIdx===e&&(this._linkService.page=e+1),this._eventBus.dispatch("updatetextlayermatches",{source:this,pageIndex:e})}_updateAllPages(){this._eventBus.dispatch("updatetextlayermatches",{source:this,pageIndex:-1})}_nextMatch(){const e=this._state.findPrevious,t=this._linkService.page-1,r=this._linkService.pagesCount;if(this._highlightMatches=!0,this._dirtyMatch){this._dirtyMatch=!1,this._selected.pageIdx=this._selected.matchIdx=-1,this._offset.pageIdx=t,this._offset.matchIdx=null,this._offset.wrapped=!1,this._resumePageIdx=null,this._pageMatches.length=0,this._pageMatchesLength.length=0,this._matchesCountTotal=0,this._updateAllPages();for(let e=0;e<r;e++)!0!==this._pendingFindMatches[e]&&(this._pendingFindMatches[e]=!0,this._extractTextPromises[e].then((e=>{delete this._pendingFindMatches[e],this._calculateMatch(e)})))}if(""===this._query)return void this._updateUIState(i.FOUND);if(this._resumePageIdx)return;const a=this._offset;if(this._pagesToSearch=r,null!==a.matchIdx){const t=this._pageMatches[a.pageIdx].length;if(!e&&a.matchIdx+1<t||e&&a.matchIdx>0)return a.matchIdx=e?a.matchIdx-1:a.matchIdx+1,void this._updateMatch(!0);this._advanceOffsetPage(e)}this._nextPageMatch()}_matchesReady(e){const t=this._offset,r=e.length,a=this._state.findPrevious;return r?(t.matchIdx=a?r-1:0,this._updateMatch(!0),!0):(this._advanceOffsetPage(a),!!(t.wrapped&&(t.matchIdx=null,this._pagesToSearch<0))&&(this._updateMatch(!1),!0))}_nextPageMatch(){null!==this._resumePageIdx&&console.error("There can only be one pending page.");let e=null;do{const t=this._offset.pageIdx;if(e=this._pageMatches[t],!e){this._resumePageIdx=t;break}}while(!this._matchesReady(e))}_advanceOffsetPage(e){const t=this._offset,r=this._linkService.pagesCount;t.pageIdx=e?t.pageIdx-1:t.pageIdx+1,t.matchIdx=null,this._pagesToSearch--,(t.pageIdx>=r||t.pageIdx<0)&&(t.pageIdx=e?r-1:0,t.wrapped=!0)}_updateMatch(e=!1){let t=i.NOT_FOUND;const r=this._offset.wrapped;if(this._offset.wrapped=!1,e){const e=this._selected.pageIdx;this._selected.pageIdx=this._offset.pageIdx,this._selected.matchIdx=this._offset.matchIdx,t=r?i.WRAPPED:i.FOUND,-1!==e&&e!==this._selected.pageIdx&&this._updatePage(e)}this._updateUIState(t,this._state.findPrevious),-1!==this._selected.pageIdx&&(this._scrollMatches=!0,this._updatePage(this._selected.pageIdx))}_onFindBarClose(e){const t=this._pdfDocument;this._firstPageCapability.promise.then((()=>{!this._pdfDocument||t&&this._pdfDocument!==t||(this._findTimeout&&(clearTimeout(this._findTimeout),this._findTimeout=null),this._resumePageIdx&&(this._resumePageIdx=null,this._dirtyMatch=!0),this._updateUIState(i.FOUND),this._highlightMatches=!1,this._updateAllPages())}))}_requestMatchesCount(){const{pageIdx:e,matchIdx:t}=this._selected;let r=0,a=this._matchesCountTotal;if(-1!==t){for(let t=0;t<e;t++)r+=this._pageMatches[t]&&this._pageMatches[t].length||0;r+=t+1}return(r<1||r>a)&&(r=a=0),{current:r,total:a}}_updateUIResultsCount(){this._eventBus.dispatch("updatefindmatchescount",{source:this,matchesCount:this._requestMatchesCount()})}_updateUIState(e,t){this._eventBus.dispatch("updatefindcontrolstate",{source:this,state:e,previous:t,matchesCount:this._requestMatchesCount()})}}t.PDFFindController=p},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getCharacterType=m,t.CharacterType=void 0;const a={SPACE:0,ALPHA_LETTER:1,PUNCT:2,HAN_LETTER:3,KATAKANA_LETTER:4,HIRAGANA_LETTER:5,HALFWIDTH_KATAKANA_LETTER:6,THAI_LETTER:7};function n(e){return e<11904}function o(e){return 0===(65408&e)}function i(e){return e>=97&&e<=122||e>=65&&e<=90}function s(e){return e>=48&&e<=57}function l(e){return 32===e||9===e||13===e||10===e}function c(e){return e>=13312&&e<=40959||e>=63744&&e<=64255}function d(e){return e>=12448&&e<=12543}function u(e){return e>=12352&&e<=12447}function h(e){return e>=65376&&e<=65439}function p(e){return 3584===(65408&e)}function m(e){return n(e)?o(e)?l(e)?a.SPACE:i(e)||s(e)||95===e?a.ALPHA_LETTER:a.PUNCT:p(e)?a.THAI_LETTER:160===e?a.SPACE:a.ALPHA_LETTER:c(e)?a.HAN_LETTER:d(e)?a.KATAKANA_LETTER:u(e)?a.HIRAGANA_LETTER:h(e)?a.HALFWIDTH_KATAKANA_LETTER:a.ALPHA_LETTER}t.CharacterType=a},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isDestHashesEqual=c,t.isDestArraysEqual=d,t.PDFHistory=void 0;var a=r(3);const n=1e3,o=50,i=1e3;function s(){return document.location.hash}class l{constructor({linkService:e,eventBus:t}){this.linkService=e,this.eventBus=t,this._initialized=!1,this._fingerprint="",this.reset(),this._boundEvents=null,this._isViewerInPresentationMode=!1,this.eventBus._on("presentationmodechanged",(e=>{this._isViewerInPresentationMode=e.active||e.switchInProgress})),this.eventBus._on("pagesinit",(()=>{this._isPagesLoaded=!1;const e=t=>{this.eventBus._off("pagesloaded",e),this._isPagesLoaded=!!t.pagesCount};this.eventBus._on("pagesloaded",e)}))}initialize({fingerprint:e,resetHistory:t=!1,updateUrl:r=!1}){if(!e||"string"!==typeof e)return void console.error('PDFHistory.initialize: The "fingerprint" must be a non-empty string.');this._initialized&&this.reset();const a=""!==this._fingerprint&&this._fingerprint!==e;this._fingerprint=e,this._updateUrl=!0===r,this._initialized=!0,this._bindEvents();const n=window.history.state;if(this._popStateInProgress=!1,this._blockHashChange=0,this._currentHash=s(),this._numPositionUpdates=0,this._uid=this._maxUid=0,this._destination=null,this._position=null,!this._isValidState(n,!0)||t){const{hash:e,page:r,rotation:n}=this._parseCurrentHash(!0);return!e||a||t?void this._pushOrReplaceState(null,!0):void this._pushOrReplaceState({hash:e,page:r,rotation:n},!0)}const o=n.destination;this._updateInternalState(o,n.uid,!0),this._uid>this._maxUid&&(this._maxUid=this._uid),void 0!==o.rotation&&(this._initialRotation=o.rotation),o.dest?(this._initialBookmark=JSON.stringify(o.dest),this._destination.page=null):o.hash?this._initialBookmark=o.hash:o.page&&(this._initialBookmark=`page=${o.page}`)}reset(){this._initialized&&(this._pageHide(),this._initialized=!1,this._unbindEvents()),this._updateViewareaTimeout&&(clearTimeout(this._updateViewareaTimeout),this._updateViewareaTimeout=null),this._initialBookmark=null,this._initialRotation=null}push({namedDest:e=null,explicitDest:t,pageNumber:r}){if(!this._initialized)return;if(e&&"string"!==typeof e)return void console.error(`PDFHistory.push: "${e}" is not a valid namedDest parameter.`);if(!Array.isArray(t))return void console.error(`PDFHistory.push: "${t}" is not a valid explicitDest parameter.`);if(!(Number.isInteger(r)&&r>0&&r<=this.linkService.pagesCount)&&(null!==r||this._destination))return void console.error(`PDFHistory.push: "${r}" is not a valid pageNumber parameter.`);const a=e||JSON.stringify(t);if(!a)return;let n=!1;if(this._destination&&(c(this._destination.hash,a)||d(this._destination.dest,t))){if(this._destination.page)return;n=!0}this._popStateInProgress&&!n||(this._pushOrReplaceState({dest:t,hash:a,page:r,rotation:this.linkService.rotation},n),this._popStateInProgress||(this._popStateInProgress=!0,Promise.resolve().then((()=>{this._popStateInProgress=!1}))))}pushCurrentPosition(){this._initialized&&!this._popStateInProgress&&this._tryPushCurrentPosition()}back(){if(!this._initialized||this._popStateInProgress)return;const e=window.history.state;this._isValidState(e)&&e.uid>0&&window.history.back()}forward(){if(!this._initialized||this._popStateInProgress)return;const e=window.history.state;this._isValidState(e)&&e.uid<this._maxUid&&window.history.forward()}get popStateInProgress(){return this._initialized&&(this._popStateInProgress||this._blockHashChange>0)}get initialBookmark(){return this._initialized?this._initialBookmark:null}get initialRotation(){return this._initialized?this._initialRotation:null}_pushOrReplaceState(e,t=!1){const r=t||!this._destination,a={fingerprint:this._fingerprint,uid:r?this._uid:this._uid+1,destination:e};let n;if(this._updateInternalState(e,a.uid),this._updateUrl&&e&&e.hash){const t=document.location.href.split("#")[0];t.startsWith("file://")||(n=`${t}#${e.hash}`)}r?window.history.replaceState(a,"",n):(this._maxUid=this._uid,window.history.pushState(a,"",n))}_tryPushCurrentPosition(e=!1){if(!this._position)return;let t=this._position;if(e&&(t=Object.assign(Object.create(null),this._position),t.temporary=!0),!this._destination)return void this._pushOrReplaceState(t);if(this._destination.temporary)return void this._pushOrReplaceState(t,!0);if(this._destination.hash===t.hash)return;if(!this._destination.page&&(o<=0||this._numPositionUpdates<=o))return;let r=!1;if(this._destination.page>=t.first&&this._destination.page<=t.page){if(this._destination.dest||!this._destination.first)return;r=!0}this._pushOrReplaceState(t,r)}_isValidState(e,t=!1){if(!e)return!1;if(e.fingerprint!==this._fingerprint){if(!t)return!1;{if("string"!==typeof e.fingerprint||e.fingerprint.length!==this._fingerprint.length)return!1;const[t]=performance.getEntriesByType("navigation");if(!t||"reload"!==t.type)return!1}}return!(!Number.isInteger(e.uid)||e.uid<0)&&(null!==e.destination&&"object"===typeof e.destination)}_updateInternalState(e,t,r=!1){this._updateViewareaTimeout&&(clearTimeout(this._updateViewareaTimeout),this._updateViewareaTimeout=null),r&&e&&e.temporary&&delete e.temporary,this._destination=e,this._uid=t,this._numPositionUpdates=0}_parseCurrentHash(e=!1){const t=unescape(s()).substring(1),r=(0,a.parseQueryString)(t),n=r.nameddest||"";let o=0|r.page;return Number.isInteger(o)&&o>0&&o<=this.linkService.pagesCount&&!(e&&n.length>0)||(o=null),{hash:t,page:o,rotation:this.linkService.rotation}}_updateViewarea({location:e}){this._updateViewareaTimeout&&(clearTimeout(this._updateViewareaTimeout),this._updateViewareaTimeout=null),this._position={hash:this._isViewerInPresentationMode?`page=${e.pageNumber}`:e.pdfOpenParams.substring(1),page:this.linkService.page,first:e.pageNumber,rotation:e.rotation},this._popStateInProgress||(o>0&&this._isPagesLoaded&&this._destination&&!this._destination.page&&this._numPositionUpdates++,i>0&&(this._updateViewareaTimeout=setTimeout((()=>{this._popStateInProgress||this._tryPushCurrentPosition(!0),this._updateViewareaTimeout=null}),i)))}_popState({state:e}){const t=s(),r=this._currentHash!==t;if(this._currentHash=t,!e){this._uid++;const{hash:e,page:t,rotation:r}=this._parseCurrentHash();return void this._pushOrReplaceState({hash:e,page:t,rotation:r},!0)}if(!this._isValidState(e))return;this._popStateInProgress=!0,r&&(this._blockHashChange++,(0,a.waitOnEventOrTimeout)({target:window,name:"hashchange",delay:n}).then((()=>{this._blockHashChange--})));const o=e.destination;this._updateInternalState(o,e.uid,!0),this._uid>this._maxUid&&(this._maxUid=this._uid),(0,a.isValidRotation)(o.rotation)&&(this.linkService.rotation=o.rotation),o.dest?this.linkService.navigateTo(o.dest):o.hash?this.linkService.setHash(o.hash):o.page&&(this.linkService.page=o.page),Promise.resolve().then((()=>{this._popStateInProgress=!1}))}_pageHide(){this._destination&&!this._destination.temporary||this._tryPushCurrentPosition()}_bindEvents(){this._boundEvents||(this._boundEvents={updateViewarea:this._updateViewarea.bind(this),popState:this._popState.bind(this),pageHide:this._pageHide.bind(this)},this.eventBus._on("updateviewarea",this._boundEvents.updateViewarea),window.addEventListener("popstate",this._boundEvents.popState),window.addEventListener("pagehide",this._boundEvents.pageHide))}_unbindEvents(){this._boundEvents&&(this.eventBus._off("updateviewarea",this._boundEvents.updateViewarea),window.removeEventListener("popstate",this._boundEvents.popState),window.removeEventListener("pagehide",this._boundEvents.pageHide),this._boundEvents=null)}}function c(e,t){if("string"!==typeof e||"string"!==typeof t)return!1;if(e===t)return!0;const{nameddest:r}=(0,a.parseQueryString)(e);return r===t}function d(e,t){function r(e,t){if(typeof e!==typeof t)return!1;if(Array.isArray(e)||Array.isArray(t))return!1;if(null!==e&&"object"===typeof e&&null!==t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const a in e)if(!r(e[a],t[a]))return!1;return!0}return e===t||Number.isNaN(e)&&Number.isNaN(t)}if(!Array.isArray(e)||!Array.isArray(t))return!1;if(e.length!==t.length)return!1;for(let a=0,n=e.length;a<n;a++)if(!r(e[a],t[a]))return!1;return!0}t.PDFHistory=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PDFPageView=void 0;var a=r(3),n=r(2),o=r(14),i=r(7);const s=i.viewerCompatibilityParams.maxCanvasPixels||16777216;class l{constructor(e){const t=e.container,r=e.defaultViewport;this.id=e.id,this.renderingId="page"+this.id,this.pdfPage=null,this.pageLabel=null,this.rotation=0,this.scale=e.scale||a.DEFAULT_SCALE,this.viewport=r,this.pdfPageRotate=r.rotation,this.hasRestrictedScaling=!1,this.textLayerMode=Number.isInteger(e.textLayerMode)?e.textLayerMode:a.TextLayerMode.ENABLE,this.imageResourcesPath=e.imageResourcesPath||"",this.renderInteractiveForms=e.renderInteractiveForms||!1,this.useOnlyCssZoom=e.useOnlyCssZoom||!1,this.maxCanvasPixels=e.maxCanvasPixels||s,this.eventBus=e.eventBus,this.renderingQueue=e.renderingQueue,this.textLayerFactory=e.textLayerFactory,this.annotationLayerFactory=e.annotationLayerFactory,this.renderer=e.renderer||a.RendererType.CANVAS,this.enableWebGL=e.enableWebGL||!1,this.l10n=e.l10n||a.NullL10n,this.paintTask=null,this.paintedViewportMap=new WeakMap,this.renderingState=o.RenderingStates.INITIAL,this.resume=null,this.error=null,this.annotationLayer=null,this.textLayer=null,this.zoomLayer=null;const n=document.createElement("div");n.className="page",n.style.width=Math.floor(this.viewport.width)+"px",n.style.height=Math.floor(this.viewport.height)+"px",n.setAttribute("data-page-number",this.id),this.div=n,t.appendChild(n)}setPdfPage(e){this.pdfPage=e,this.pdfPageRotate=e.rotate;const t=(this.rotation+this.pdfPageRotate)%360;this.viewport=e.getViewport({scale:this.scale*a.CSS_UNITS,rotation:t}),this.stats=e.stats,this.reset()}destroy(){this.reset(),this.pdfPage&&this.pdfPage.cleanup()}_resetZoomLayer(e=!1){if(!this.zoomLayer)return;const t=this.zoomLayer.firstChild;this.paintedViewportMap.delete(t),t.width=0,t.height=0,e&&this.zoomLayer.remove(),this.zoomLayer=null}reset(e=!1,t=!1){this.cancelRendering(t),this.renderingState=o.RenderingStates.INITIAL;const r=this.div;r.style.width=Math.floor(this.viewport.width)+"px",r.style.height=Math.floor(this.viewport.height)+"px";const a=r.childNodes,n=e&&this.zoomLayer||null,i=t&&this.annotationLayer&&this.annotationLayer.div||null;for(let o=a.length-1;o>=0;o--){const e=a[o];n!==e&&i!==e&&r.removeChild(e)}r.removeAttribute("data-loaded"),i?this.annotationLayer.hide():this.annotationLayer&&(this.annotationLayer.cancel(),this.annotationLayer=null),n||(this.canvas&&(this.paintedViewportMap.delete(this.canvas),this.canvas.width=0,this.canvas.height=0,delete this.canvas),this._resetZoomLayer()),this.svg&&(this.paintedViewportMap.delete(this.svg),delete this.svg),this.loadingIconDiv=document.createElement("div"),this.loadingIconDiv.className="loadingIcon",r.appendChild(this.loadingIconDiv)}update(e,t){this.scale=e||this.scale,"undefined"!==typeof t&&(this.rotation=t);const r=(this.rotation+this.pdfPageRotate)%360;if(this.viewport=this.viewport.clone({scale:this.scale*a.CSS_UNITS,rotation:r}),this.svg)return this.cssTransform(this.svg,!0),void this.eventBus.dispatch("pagerendered",{source:this,pageNumber:this.id,cssTransform:!0,timestamp:performance.now()});let n=!1;if(this.canvas&&this.maxCanvasPixels>0){const e=this.outputScale;(Math.floor(this.viewport.width)*e.sx|0)*(Math.floor(this.viewport.height)*e.sy|0)>this.maxCanvasPixels&&(n=!0)}if(this.canvas){if(this.useOnlyCssZoom||this.hasRestrictedScaling&&n)return this.cssTransform(this.canvas,!0),void this.eventBus.dispatch("pagerendered",{source:this,pageNumber:this.id,cssTransform:!0,timestamp:performance.now()});this.zoomLayer||this.canvas.hasAttribute("hidden")||(this.zoomLayer=this.canvas.parentNode,this.zoomLayer.style.position="absolute")}this.zoomLayer&&this.cssTransform(this.zoomLayer.firstChild),this.reset(!0,!0)}cancelRendering(e=!1){this.paintTask&&(this.paintTask.cancel(),this.paintTask=null),this.resume=null,this.textLayer&&(this.textLayer.cancel(),this.textLayer=null),!e&&this.annotationLayer&&(this.annotationLayer.cancel(),this.annotationLayer=null)}cssTransform(e,t=!1){const r=this.viewport.width,a=this.viewport.height,n=this.div;e.style.width=e.parentNode.style.width=n.style.width=Math.floor(r)+"px",e.style.height=e.parentNode.style.height=n.style.height=Math.floor(a)+"px";const o=this.viewport.rotation-this.paintedViewportMap.get(e).rotation,i=Math.abs(o);let s=1,l=1;90!==i&&270!==i||(s=a/r,l=r/a);const c="rotate("+o+"deg) scale("+s+","+l+")";if(e.style.transform=c,this.textLayer){const e=this.textLayer.viewport,t=this.viewport.rotation-e.rotation,a=Math.abs(t);let n=r/e.width;90!==a&&270!==a||(n=r/e.height);const o=this.textLayer.textLayerDiv;let i,s;switch(a){case 0:i=s=0;break;case 90:i=0,s="-"+o.style.height;break;case 180:i="-"+o.style.width,s="-"+o.style.height;break;case 270:i="-"+o.style.width,s=0;break;default:console.error("Bad rotation value.");break}o.style.transform="rotate("+a+"deg) scale("+n+", "+n+") translate("+i+", "+s+")",o.style.transformOrigin="0% 0%"}t&&this.annotationLayer&&this.annotationLayer.render(this.viewport,"display")}get width(){return this.viewport.width}get height(){return this.viewport.height}getPagePoint(e,t){return this.viewport.convertToPdfPoint(e,t)}draw(){this.renderingState!==o.RenderingStates.INITIAL&&(console.error("Must be in new state before drawing"),this.reset());const{div:e,pdfPage:t}=this;if(!t)return this.renderingState=o.RenderingStates.FINISHED,this.loadingIconDiv&&(e.removeChild(this.loadingIconDiv),delete this.loadingIconDiv),Promise.reject(new Error("pdfPage is not loaded"));this.renderingState=o.RenderingStates.RUNNING;const r=document.createElement("div");r.style.width=e.style.width,r.style.height=e.style.height,r.classList.add("canvasWrapper"),this.annotationLayer&&this.annotationLayer.div?e.insertBefore(r,this.annotationLayer.div):e.appendChild(r);let i=null;if(this.textLayerMode!==a.TextLayerMode.DISABLE&&this.textLayerFactory){const t=document.createElement("div");t.className="textLayer",t.style.width=r.style.width,t.style.height=r.style.height,this.annotationLayer&&this.annotationLayer.div?e.insertBefore(t,this.annotationLayer.div):e.appendChild(t),i=this.textLayerFactory.createTextLayerBuilder(t,this.id-1,this.viewport,this.textLayerMode===a.TextLayerMode.ENABLE_ENHANCE,this.eventBus)}this.textLayer=i;let s=null;this.renderingQueue&&(s=e=>{if(!this.renderingQueue.isHighestPriority(this))return this.renderingState=o.RenderingStates.PAUSED,void(this.resume=()=>{this.renderingState=o.RenderingStates.RUNNING,e()});e()});const l=async r=>{if(c===this.paintTask&&(this.paintTask=null),r instanceof n.RenderingCancelledException)this.error=null;else if(this.renderingState=o.RenderingStates.FINISHED,this.loadingIconDiv&&(e.removeChild(this.loadingIconDiv),delete this.loadingIconDiv),this._resetZoomLayer(!0),this.error=r,this.stats=t.stats,this.eventBus.dispatch("pagerendered",{source:this,pageNumber:this.id,cssTransform:!1,timestamp:performance.now()}),r)throw r},c=this.renderer===a.RendererType.SVG?this.paintOnSvg(r):this.paintOnCanvas(r);c.onRenderContinue=s,this.paintTask=c;const d=c.promise.then((function(){return l(null).then((function(){if(i){const e=t.streamTextContent({normalizeWhitespace:!0});i.setTextContentStream(e),i.render()}}))}),(function(e){return l(e)}));return this.annotationLayerFactory&&(this.annotationLayer||(this.annotationLayer=this.annotationLayerFactory.createAnnotationLayerBuilder(e,t,this.imageResourcesPath,this.renderInteractiveForms,this.l10n)),this.annotationLayer.render(this.viewport,"display")),e.setAttribute("data-loaded",!0),this.eventBus.dispatch("pagerender",{source:this,pageNumber:this.id}),d}paintOnCanvas(e){const t=(0,n.createPromiseCapability)(),r={promise:t.promise,onRenderContinue(e){e()},cancel(){f.cancel()}},o=this.viewport,i=document.createElement("canvas");this.l10n.get("page_canvas",{page:this.id},"Page {{page}}").then((e=>{i.setAttribute("aria-label",e)})),i.setAttribute("hidden","hidden");let s=!0;const l=function(){s&&(i.removeAttribute("hidden"),s=!1)};e.appendChild(i),this.canvas=i,i.mozOpaque=!0;const c=i.getContext("2d",{alpha:!1}),d=(0,a.getOutputScale)(c);if(this.outputScale=d,this.useOnlyCssZoom){const e=o.clone({scale:a.CSS_UNITS});d.sx*=e.width/o.width,d.sy*=e.height/o.height,d.scaled=!0}if(this.maxCanvasPixels>0){const e=o.width*o.height,t=Math.sqrt(this.maxCanvasPixels/e);d.sx>t||d.sy>t?(d.sx=t,d.sy=t,d.scaled=!0,this.hasRestrictedScaling=!0):this.hasRestrictedScaling=!1}const u=(0,a.approximateFraction)(d.sx),h=(0,a.approximateFraction)(d.sy);i.width=(0,a.roundToDivide)(o.width*d.sx,u[0]),i.height=(0,a.roundToDivide)(o.height*d.sy,h[0]),i.style.width=(0,a.roundToDivide)(o.width,u[1])+"px",i.style.height=(0,a.roundToDivide)(o.height,h[1])+"px",this.paintedViewportMap.set(i,o);const p=d.scaled?[d.sx,0,0,d.sy,0,0]:null,m={canvasContext:c,transform:p,viewport:this.viewport,enableWebGL:this.enableWebGL,renderInteractiveForms:this.renderInteractiveForms},f=this.pdfPage.render(m);return f.onContinue=function(e){l(),r.onRenderContinue?r.onRenderContinue(e):e()},f.promise.then((function(){l(),t.resolve(void 0)}),(function(e){l(),t.reject(e)})),r}paintOnSvg(e){let t=!1;const r=()=>{if(t)throw new n.RenderingCancelledException(`Rendering cancelled, page ${this.id}`,"svg")},i=this.pdfPage,s=this.viewport.clone({scale:a.CSS_UNITS}),l=i.getOperatorList().then((t=>{r();const a=new n.SVGGraphics(i.commonObjs,i.objs);return a.getSVG(t,s).then((t=>{r(),this.svg=t,this.paintedViewportMap.set(t,s),t.style.width=e.style.width,t.style.height=e.style.height,this.renderingState=o.RenderingStates.FINISHED,e.appendChild(t)}))}));return{promise:l,onRenderContinue(e){e()},cancel(){t=!0}}}setPageLabel(e){this.pageLabel="string"===typeof e?e:null,null!==this.pageLabel?this.div.setAttribute("data-page-label",this.pageLabel):this.div.removeAttribute("data-page-label")}}t.PDFPageView=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PDFRenderingQueue=t.RenderingStates=void 0;const a=3e4,n={INITIAL:0,RUNNING:1,PAUSED:2,FINISHED:3};t.RenderingStates=n;class o{constructor(){this.pdfViewer=null,this.pdfThumbnailViewer=null,this.onIdle=null,this.highestPriorityPage=null,this.idleTimeout=null,this.printing=!1,this.isThumbnailViewEnabled=!1}setViewer(e){this.pdfViewer=e}setThumbnailViewer(e){this.pdfThumbnailViewer=e}isHighestPriority(e){return this.highestPriorityPage===e.renderingId}renderHighestPriority(e){this.idleTimeout&&(clearTimeout(this.idleTimeout),this.idleTimeout=null),this.pdfViewer.forceRendering(e)||this.pdfThumbnailViewer&&this.isThumbnailViewEnabled&&this.pdfThumbnailViewer.forceRendering()||this.printing||this.onIdle&&(this.idleTimeout=setTimeout(this.onIdle.bind(this),a))}getHighestPriority(e,t,r){const a=e.views,n=a.length;if(0===n)return null;for(let o=0;o<n;++o){const e=a[o].view;if(!this.isViewFinished(e))return e}if(r){const r=e.last.id;if(t[r]&&!this.isViewFinished(t[r]))return t[r]}else{const r=e.first.id-2;if(t[r]&&!this.isViewFinished(t[r]))return t[r]}return null}isViewFinished(e){return e.renderingState===n.FINISHED}renderView(e){switch(e.renderingState){case n.FINISHED:return!1;case n.PAUSED:this.highestPriorityPage=e.renderingId,e.resume();break;case n.RUNNING:this.highestPriorityPage=e.renderingId;break;case n.INITIAL:this.highestPriorityPage=e.renderingId,e.draw().finally((()=>{this.renderHighestPriority()})).catch((e=>{console.error(`renderView: "${e}"`)}));break}return!0}}t.PDFRenderingQueue=o},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PDFSinglePageViewer=void 0;var a=r(16),n=r(2);class o extends a.BaseViewer{constructor(e){super(e),this.eventBus._on("pagesinit",(e=>{this._ensurePageViewVisible()}))}get _viewerElement(){return(0,n.shadow)(this,"_viewerElement",this._shadowViewer)}_resetView(){super._resetView(),this._previousPageNumber=1,this._shadowViewer=document.createDocumentFragment(),this._updateScrollDown=null}_ensurePageViewVisible(){const e=this._pages[this._currentPageNumber-1],t=this._pages[this._previousPageNumber-1],r=this.viewer.childNodes;switch(r.length){case 0:this.viewer.appendChild(e.div);break;case 1:if(r[0]!==t.div)throw new Error("_ensurePageViewVisible: Unexpected previously visible page.");if(e===t)break;this._shadowViewer.appendChild(t.div),this.viewer.appendChild(e.div),this.container.scrollTop=0;break;default:throw new Error("_ensurePageViewVisible: Only one page should be visible at a time.")}this._previousPageNumber=this._currentPageNumber}_scrollUpdate(){this._updateScrollDown&&this._updateScrollDown(),super._scrollUpdate()}_scrollIntoView({pageDiv:e,pageSpot:t=null,pageNumber:r=null}){r&&this._setCurrentPageNumber(r);const a=this._currentPageNumber>=this._previousPageNumber;this._ensurePageViewVisible(),this.update(),super._scrollIntoView({pageDiv:e,pageSpot:t,pageNumber:r}),this._updateScrollDown=()=>{this.scroll.down=a,this._updateScrollDown=null}}_getVisiblePages(){return this._getCurrentVisiblePage()}_updateHelper(e){}get _isScrollModeHorizontal(){return(0,n.shadow)(this,"_isScrollModeHorizontal",!1)}_updateScrollMode(){}_updateSpreadMode(){}}t.PDFSinglePageViewer=o},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BaseViewer=void 0;var a=r(3),n=r(14),o=r(1),i=r(2),s=r(13),l=r(4),c=r(5);const d=10;function u(e){const t=[];this.push=function(r){const a=t.indexOf(r);a>=0&&t.splice(a,1),t.push(r),t.length>e&&t.shift().destroy()},this.resize=function(r,n){if(e=r,n){const e=new Set;for(let t=0,r=n.length;t<r;++t)e.add(n[t].id);(0,a.moveToEndOfArray)(t,(function(t){return e.has(t.id)}))}while(t.length>e)t.shift().destroy()}}function h(e,t){return t===e||Math.abs(t-e)<1e-15}class p{constructor(e){if(this.constructor===p)throw new Error("Cannot initialize BaseViewer.");this._name=this.constructor.name,this.container=e.container,this.viewer=e.viewer||e.container.firstElementChild,this.eventBus=e.eventBus,this.linkService=e.linkService||new l.SimpleLinkService,this.downloadManager=e.downloadManager||null,this.findController=e.findController||null,this.removePageBorders=e.removePageBorders||!1,this.textLayerMode=Number.isInteger(e.textLayerMode)?e.textLayerMode:a.TextLayerMode.ENABLE,this.imageResourcesPath=e.imageResourcesPath||"",this.renderInteractiveForms=e.renderInteractiveForms||!1,this.enablePrintAutoRotate=e.enablePrintAutoRotate||!1,this.renderer=e.renderer||a.RendererType.CANVAS,this.enableWebGL=e.enableWebGL||!1,this.useOnlyCssZoom=e.useOnlyCssZoom||!1,this.maxCanvasPixels=e.maxCanvasPixels,this.l10n=e.l10n||a.NullL10n,this.defaultRenderingQueue=!e.renderingQueue,this.defaultRenderingQueue?(this.renderingQueue=new n.PDFRenderingQueue,this.renderingQueue.setViewer(this)):this.renderingQueue=e.renderingQueue,this.scroll=(0,a.watchScroll)(this.container,this._scrollUpdate.bind(this)),this.presentationModeState=a.PresentationModeState.UNKNOWN,this._onBeforeDraw=this._onAfterDraw=null,this._resetView(),this.removePageBorders&&this.viewer.classList.add("removePageBorders"),Promise.resolve().then((()=>{this.eventBus.dispatch("baseviewerinit",{source:this})}))}get pagesCount(){return this._pages.length}getPageView(e){return this._pages[e]}get pageViewsReady(){return!!this._pagesCapability.settled&&this._pages.every((function(e){return e&&e.pdfPage}))}get currentPageNumber(){return this._currentPageNumber}set currentPageNumber(e){if(!Number.isInteger(e))throw new Error("Invalid page number.");this.pdfDocument&&(this._setCurrentPageNumber(e,!0)||console.error(`${this._name}.currentPageNumber: "${e}" is not a valid page.`))}_setCurrentPageNumber(e,t=!1){return this._currentPageNumber===e?(t&&this._resetCurrentPageView(),!0):0<e&&e<=this.pagesCount&&(this._currentPageNumber=e,this.eventBus.dispatch("pagechanging",{source:this,pageNumber:e,pageLabel:this._pageLabels&&this._pageLabels[e-1]}),t&&this._resetCurrentPageView(),!0)}get currentPageLabel(){return this._pageLabels&&this._pageLabels[this._currentPageNumber-1]}set currentPageLabel(e){if(!this.pdfDocument)return;let t=0|e;if(this._pageLabels){const r=this._pageLabels.indexOf(e);r>=0&&(t=r+1)}this._setCurrentPageNumber(t,!0)||console.error(`${this._name}.currentPageLabel: "${e}" is not a valid page.`)}get currentScale(){return this._currentScale!==a.UNKNOWN_SCALE?this._currentScale:a.DEFAULT_SCALE}set currentScale(e){if(isNaN(e))throw new Error("Invalid numeric scale.");this.pdfDocument&&this._setScale(e,!1)}get currentScaleValue(){return this._currentScaleValue}set currentScaleValue(e){this.pdfDocument&&this._setScale(e,!1)}get pagesRotation(){return this._pagesRotation}set pagesRotation(e){if(!(0,a.isValidRotation)(e))throw new Error("Invalid pages rotation angle.");if(!this.pdfDocument)return;if(this._pagesRotation===e)return;this._pagesRotation=e;const t=this._currentPageNumber;for(let r=0,a=this._pages.length;r<a;r++){const t=this._pages[r];t.update(t.scale,e)}this._currentScaleValue&&this._setScale(this._currentScaleValue,!0),this.eventBus.dispatch("rotationchanging",{source:this,pagesRotation:e,pageNumber:t}),this.defaultRenderingQueue&&this.update()}get firstPagePromise(){return this.pdfDocument?this._firstPageCapability.promise:null}get onePageRendered(){return this.pdfDocument?this._onePageRenderedCapability.promise:null}get pagesPromise(){return this.pdfDocument?this._pagesCapability.promise:null}get _viewerElement(){throw new Error("Not implemented: _viewerElement")}_onePageRenderedOrForceFetch(){return this.container.offsetParent&&0!==this._getVisiblePages().views.length?this._onePageRenderedCapability.promise:Promise.resolve()}setDocument(e){if(this.pdfDocument&&(this._cancelRendering(),this._resetView(),this.findController&&this.findController.setDocument(null)),this.pdfDocument=e,!e)return;const t=e.numPages,r=e.getPage(1);this._pagesCapability.promise.then((()=>{this.eventBus.dispatch("pagesloaded",{source:this,pagesCount:t})})),this._onBeforeDraw=e=>{const t=this._pages[e.pageNumber-1];t&&this._buffer.push(t)},this.eventBus._on("pagerender",this._onBeforeDraw),this._onAfterDraw=e=>{e.cssTransform||this._onePageRenderedCapability.settled||(this._onePageRenderedCapability.resolve(),this.eventBus._off("pagerendered",this._onAfterDraw),this._onAfterDraw=null)},this.eventBus._on("pagerendered",this._onAfterDraw),r.then((r=>{this._firstPageCapability.resolve(r);const n=this.currentScale,o=r.getViewport({scale:n*a.CSS_UNITS}),i=this.textLayerMode!==a.TextLayerMode.DISABLE?this:null;for(let e=1;e<=t;++e){const t=new s.PDFPageView({container:this._viewerElement,eventBus:this.eventBus,id:e,scale:n,defaultViewport:o.clone(),renderingQueue:this.renderingQueue,textLayerFactory:i,textLayerMode:this.textLayerMode,annotationLayerFactory:this,imageResourcesPath:this.imageResourcesPath,renderInteractiveForms:this.renderInteractiveForms,renderer:this.renderer,enableWebGL:this.enableWebGL,useOnlyCssZoom:this.useOnlyCssZoom,maxCanvasPixels:this.maxCanvasPixels,l10n:this.l10n});this._pages.push(t)}const l=this._pages[0];l&&(l.setPdfPage(r),this.linkService.cachePageRef(1,r.ref)),this._spreadMode!==a.SpreadMode.NONE&&this._updateSpreadMode(),this._onePageRenderedOrForceFetch().then((()=>{if(this.findController&&this.findController.setDocument(e),e.loadingParams.disableAutoFetch||t>7500)return void this._pagesCapability.resolve();let r=t-1;if(r<=0)this._pagesCapability.resolve();else for(let a=2;a<=t;++a)e.getPage(a).then((e=>{const t=this._pages[a-1];t.pdfPage||t.setPdfPage(e),this.linkService.cachePageRef(a,e.ref),0===--r&&this._pagesCapability.resolve()}),(e=>{console.error(`Unable to get page ${a} to initialize viewer`,e),0===--r&&this._pagesCapability.resolve()}))})),this.eventBus.dispatch("pagesinit",{source:this}),this.defaultRenderingQueue&&this.update()})).catch((e=>{console.error("Unable to initialize viewer",e)}))}setPageLabels(e){if(this.pdfDocument){e?Array.isArray(e)&&this.pdfDocument.numPages===e.length?this._pageLabels=e:(this._pageLabels=null,console.error(`${this._name}.setPageLabels: Invalid page labels.`)):this._pageLabels=null;for(let e=0,t=this._pages.length;e<t;e++){const t=this._pages[e],r=this._pageLabels&&this._pageLabels[e];t.setPageLabel(r)}}}_resetView(){this._pages=[],this._currentPageNumber=1,this._currentScale=a.UNKNOWN_SCALE,this._currentScaleValue=null,this._pageLabels=null,this._buffer=new u(d),this._location=null,this._pagesRotation=0,this._pagesRequests=new WeakMap,this._firstPageCapability=(0,i.createPromiseCapability)(),this._onePageRenderedCapability=(0,i.createPromiseCapability)(),this._pagesCapability=(0,i.createPromiseCapability)(),this._scrollMode=a.ScrollMode.VERTICAL,this._spreadMode=a.SpreadMode.NONE,this._onBeforeDraw&&(this.eventBus._off("pagerender",this._onBeforeDraw),this._onBeforeDraw=null),this._onAfterDraw&&(this.eventBus._off("pagerendered",this._onAfterDraw),this._onAfterDraw=null),this.viewer.textContent="",this._updateScrollMode()}_scrollUpdate(){0!==this.pagesCount&&this.update()}_scrollIntoView({pageDiv:e,pageSpot:t=null,pageNumber:r=null}){(0,a.scrollIntoView)(e,t)}_setScaleUpdatePages(e,t,r=!1,a=!1){if(this._currentScaleValue=t.toString(),h(this._currentScale,e))a&&this.eventBus.dispatch("scalechanging",{source:this,scale:e,presetValue:t});else{for(let t=0,r=this._pages.length;t<r;t++)this._pages[t].update(e);if(this._currentScale=e,!r){let e,t=this._currentPageNumber;!this._location||this.isInPresentationMode||this.isChangingPresentationMode||(t=this._location.pageNumber,e=[null,{name:"XYZ"},this._location.left,this._location.top,null]),this.scrollPageIntoView({pageNumber:t,destArray:e,allowNegativeOffset:!0})}this.eventBus.dispatch("scalechanging",{source:this,scale:e,presetValue:a?t:void 0}),this.defaultRenderingQueue&&this.update()}}_setScale(e,t=!1){let r=parseFloat(e);if(r>0)this._setScaleUpdatePages(r,e,t,!1);else{const n=this._pages[this._currentPageNumber-1];if(!n)return;const o=this.isInPresentationMode||this.removePageBorders;let i=o?0:a.SCROLLBAR_PADDING,s=o?0:a.VERTICAL_PADDING;!o&&this._isScrollModeHorizontal&&([i,s]=[s,i]);const l=(this.container.clientWidth-i)/n.width*n.scale,c=(this.container.clientHeight-s)/n.height*n.scale;switch(e){case"page-actual":r=1;break;case"page-width":r=l;break;case"page-height":r=c;break;case"page-fit":r=Math.min(l,c);break;case"auto":const t=(0,a.isPortraitOrientation)(n)?l:Math.min(c,l);r=Math.min(a.MAX_AUTO_SCALE,t);break;default:return void console.error(`${this._name}._setScale: "${e}" is an unknown zoom value.`)}this._setScaleUpdatePages(r,e,t,!0)}}_resetCurrentPageView(){this.isInPresentationMode&&this._setScale(this._currentScaleValue,!0);const e=this._pages[this._currentPageNumber-1];this._scrollIntoView({pageDiv:e.div})}scrollPageIntoView({pageNumber:e,destArray:t=null,allowNegativeOffset:r=!1,ignoreDestinationZoom:n=!1}){if(!this.pdfDocument)return;const o=Number.isInteger(e)&&this._pages[e-1];if(!o)return void console.error(`${this._name}.scrollPageIntoView: "${e}" is not a valid pageNumber parameter.`);if(this.isInPresentationMode||!t)return void this._setCurrentPageNumber(e,!0);let i,s,l=0,c=0,d=0,u=0;const h=o.rotation%180!==0,p=(h?o.height:o.width)/o.scale/a.CSS_UNITS,m=(h?o.width:o.height)/o.scale/a.CSS_UNITS;let f=0;switch(t[1].name){case"XYZ":l=t[2],c=t[3],f=t[4],l=null!==l?l:0,c=null!==c?c:m;break;case"Fit":case"FitB":f="page-fit";break;case"FitH":case"FitBH":c=t[2],f="page-width",null===c&&this._location&&(l=this._location.left,c=this._location.top);break;case"FitV":case"FitBV":l=t[2],d=p,u=m,f="page-height";break;case"FitR":l=t[2],c=t[3],d=t[4]-l,u=t[5]-c;const e=this.removePageBorders?0:a.SCROLLBAR_PADDING,r=this.removePageBorders?0:a.VERTICAL_PADDING;i=(this.container.clientWidth-e)/d/a.CSS_UNITS,s=(this.container.clientHeight-r)/u/a.CSS_UNITS,f=Math.min(Math.abs(i),Math.abs(s));break;default:return void console.error(`${this._name}.scrollPageIntoView: "${t[1].name}" is not a valid destination type.`)}if(n||(f&&f!==this._currentScale?this.currentScaleValue=f:this._currentScale===a.UNKNOWN_SCALE&&(this.currentScaleValue=a.DEFAULT_SCALE_VALUE)),"page-fit"===f&&!t[4])return void this._scrollIntoView({pageDiv:o.div,pageNumber:e});const g=[o.viewport.convertToViewportPoint(l,c),o.viewport.convertToViewportPoint(l+d,c+u)];let b=Math.min(g[0][0],g[1][0]),v=Math.min(g[0][1],g[1][1]);r||(b=Math.max(b,0),v=Math.max(v,0)),this._scrollIntoView({pageDiv:o.div,pageSpot:{left:b,top:v},pageNumber:e})}_updateLocation(e){const t=this._currentScale,r=this._currentScaleValue,a=parseFloat(r)===t?Math.round(1e4*t)/100:r,n=e.id;let o="#page="+n;o+="&zoom="+a;const i=this._pages[n-1],s=this.container,l=i.getPagePoint(s.scrollLeft-e.x,s.scrollTop-e.y),c=Math.round(l[0]),d=Math.round(l[1]);o+=","+c+","+d,this._location={pageNumber:n,scale:a,top:d,left:c,rotation:this._pagesRotation,pdfOpenParams:o}}_updateHelper(e){throw new Error("Not implemented: _updateHelper")}update(){const e=this._getVisiblePages(),t=e.views,r=t.length;if(0===r)return;const a=Math.max(d,2*r+1);this._buffer.resize(a,t),this.renderingQueue.renderHighestPriority(e),this._updateHelper(t),this._updateLocation(e.first),this.eventBus.dispatch("updateviewarea",{source:this,location:this._location})}containsElement(e){return this.container.contains(e)}focus(){this.container.focus()}get _isScrollModeHorizontal(){return!this.isInPresentationMode&&this._scrollMode===a.ScrollMode.HORIZONTAL}get isInPresentationMode(){return this.presentationModeState===a.PresentationModeState.FULLSCREEN}get isChangingPresentationMode(){return this.presentationModeState===a.PresentationModeState.CHANGING}get isHorizontalScrollbarEnabled(){return!this.isInPresentationMode&&this.container.scrollWidth>this.container.clientWidth}get isVerticalScrollbarEnabled(){return!this.isInPresentationMode&&this.container.scrollHeight>this.container.clientHeight}_getCurrentVisiblePage(){if(!this.pagesCount)return{views:[]};const e=this._pages[this._currentPageNumber-1],t=e.div,r={id:e.id,x:t.offsetLeft+t.clientLeft,y:t.offsetTop+t.clientTop,view:e};return{first:r,last:r,views:[r]}}_getVisiblePages(){return(0,a.getVisibleElements)(this.container,this._pages,!0,this._isScrollModeHorizontal)}isPageVisible(e){return!!this.pdfDocument&&(e<1||e>this.pagesCount?(console.error(`${this._name}.isPageVisible: "${e}" is out of bounds.`),!1):this._getVisiblePages().views.some((function(t){return t.id===e})))}cleanup(){for(let e=0,t=this._pages.length;e<t;e++)this._pages[e]&&this._pages[e].renderingState!==n.RenderingStates.FINISHED&&this._pages[e].reset()}_cancelRendering(){for(let e=0,t=this._pages.length;e<t;e++)this._pages[e]&&this._pages[e].cancelRendering()}_ensurePdfPageLoaded(e){if(e.pdfPage)return Promise.resolve(e.pdfPage);if(this._pagesRequests.has(e))return this._pagesRequests.get(e);const t=this.pdfDocument.getPage(e.id).then((t=>(e.pdfPage||e.setPdfPage(t),this._pagesRequests.delete(e),t))).catch((t=>{console.error("Unable to get page for page view",t),this._pagesRequests.delete(e)}));return this._pagesRequests.set(e,t),t}forceRendering(e){const t=e||this._getVisiblePages(),r=this._isScrollModeHorizontal?this.scroll.right:this.scroll.down,a=this.renderingQueue.getHighestPriority(t,this._pages,r);return!!a&&(this._ensurePdfPageLoaded(a).then((()=>{this.renderingQueue.renderView(a)})),!0)}createTextLayerBuilder(e,t,r,a=!1,n){return new c.TextLayerBuilder({textLayerDiv:e,eventBus:n,pageIndex:t,viewport:r,findController:this.isInPresentationMode?null:this.findController,enhanceTextSelection:!this.isInPresentationMode&&a})}createAnnotationLayerBuilder(e,t,r="",n=!1,i=a.NullL10n){return new o.AnnotationLayerBuilder({pageDiv:e,pdfPage:t,imageResourcesPath:r,renderInteractiveForms:n,linkService:this.linkService,downloadManager:this.downloadManager,l10n:i})}get hasEqualPageSizes(){const e=this._pages[0];for(let t=1,r=this._pages.length;t<r;++t){const r=this._pages[t];if(r.width!==e.width||r.height!==e.height)return!1}return!0}getPagesOverview(){const e=this._pages.map((function(e){const t=e.pdfPage.getViewport({scale:1});return{width:t.width,height:t.height,rotation:t.rotation}}));if(!this.enablePrintAutoRotate)return e;const t=(0,a.isPortraitOrientation)(e[0]);return e.map((function(e){return t===(0,a.isPortraitOrientation)(e)?e:{width:e.height,height:e.width,rotation:(e.rotation+90)%360}}))}get scrollMode(){return this._scrollMode}set scrollMode(e){if(this._scrollMode!==e){if(!(0,a.isValidScrollMode)(e))throw new Error(`Invalid scroll mode: ${e}`);this._scrollMode=e,this.eventBus.dispatch("scrollmodechanged",{source:this,mode:e}),this._updateScrollMode(this._currentPageNumber)}}_updateScrollMode(e=null){const t=this._scrollMode,r=this.viewer;r.classList.toggle("scrollHorizontal",t===a.ScrollMode.HORIZONTAL),r.classList.toggle("scrollWrapped",t===a.ScrollMode.WRAPPED),this.pdfDocument&&e&&(this._currentScaleValue&&isNaN(this._currentScaleValue)&&this._setScale(this._currentScaleValue,!0),this._setCurrentPageNumber(e,!0),this.update())}get spreadMode(){return this._spreadMode}set spreadMode(e){if(this._spreadMode!==e){if(!(0,a.isValidSpreadMode)(e))throw new Error(`Invalid spread mode: ${e}`);this._spreadMode=e,this.eventBus.dispatch("spreadmodechanged",{source:this,mode:e}),this._updateSpreadMode(this._currentPageNumber)}}_updateSpreadMode(e=null){if(!this.pdfDocument)return;const t=this.viewer,r=this._pages;if(t.textContent="",this._spreadMode===a.SpreadMode.NONE)for(let a=0,n=r.length;a<n;++a)t.appendChild(r[a].div);else{const e=this._spreadMode-1;let a=null;for(let n=0,o=r.length;n<o;++n)null===a?(a=document.createElement("div"),a.className="spread",t.appendChild(a)):n%2===e&&(a=a.cloneNode(!1),t.appendChild(a)),a.appendChild(r[n].div)}e&&(this._setCurrentPageNumber(e,!0),this.update())}}t.BaseViewer=p},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PDFViewer=void 0;var a=r(16),n=r(2);class o extends a.BaseViewer{get _viewerElement(){return(0,n.shadow)(this,"_viewerElement",this.viewer)}_scrollIntoView({pageDiv:e,pageSpot:t=null,pageNumber:r=null}){if(!t&&!this.isInPresentationMode){const r=e.offsetLeft+e.clientLeft,a=r+e.clientWidth,{scrollLeft:n,clientWidth:o}=this.container;(this._isScrollModeHorizontal||r<n||a>n+o)&&(t={left:0,top:0})}super._scrollIntoView({pageDiv:e,pageSpot:t,pageNumber:r})}_getVisiblePages(){return this.isInPresentationMode?this._getCurrentVisiblePage():super._getVisiblePages()}_updateHelper(e){if(this.isInPresentationMode)return;let t=this._currentPageNumber,r=!1;for(const a of e){if(a.percent<100)break;if(a.id===t){r=!0;break}}r||(t=e[0].id),this._setCurrentPageNumber(t)}}t.PDFViewer=o}])}))},6455:function(e){
|
|
110
|
+
/*!
|
|
111
|
+
* sweetalert2 v11.4.18
|
|
112
|
+
* Released under the MIT License.
|
|
113
|
+
*/
|
|
114
|
+
(function(t,r){e.exports=r()})(0,(function(){"use strict";const e="SweetAlert2:",t=e=>{const t=[];for(let r=0;r<e.length;r++)-1===t.indexOf(e[r])&&t.push(e[r]);return t},r=e=>e.charAt(0).toUpperCase()+e.slice(1),a=e=>Array.prototype.slice.call(e),n=t=>{console.warn("".concat(e," ").concat("object"===typeof t?t.join(" "):t))},o=t=>{console.error("".concat(e," ").concat(t))},i=[],s=e=>{i.includes(e)||(i.push(e),n(e))},l=(e,t)=>{s('"'.concat(e,'" is deprecated and will be removed in the next major release. Please use "').concat(t,'" instead.'))},c=e=>"function"===typeof e?e():e,d=e=>e&&"function"===typeof e.toPromise,u=e=>d(e)?e.toPromise():Promise.resolve(e),h=e=>e&&Promise.resolve(e)===e,p=e=>e[Math.floor(Math.random()*e.length)],m={title:"",titleText:"",text:"",html:"",footer:"",icon:void 0,iconColor:void 0,iconHtml:void 0,template:void 0,toast:!1,showClass:{popup:"swal2-show",backdrop:"swal2-backdrop-show",icon:"swal2-icon-show"},hideClass:{popup:"swal2-hide",backdrop:"swal2-backdrop-hide",icon:"swal2-icon-hide"},customClass:{},target:"body",color:void 0,backdrop:!0,heightAuto:!0,allowOutsideClick:!0,allowEscapeKey:!0,allowEnterKey:!0,stopKeydownPropagation:!0,keydownListenerCapture:!1,showConfirmButton:!0,showDenyButton:!1,showCancelButton:!1,preConfirm:void 0,preDeny:void 0,confirmButtonText:"OK",confirmButtonAriaLabel:"",confirmButtonColor:void 0,denyButtonText:"No",denyButtonAriaLabel:"",denyButtonColor:void 0,cancelButtonText:"Cancel",cancelButtonAriaLabel:"",cancelButtonColor:void 0,buttonsStyling:!0,reverseButtons:!1,focusConfirm:!0,focusDeny:!1,focusCancel:!1,returnFocus:!0,showCloseButton:!1,closeButtonHtml:"×",closeButtonAriaLabel:"Close this dialog",loaderHtml:"",showLoaderOnConfirm:!1,showLoaderOnDeny:!1,imageUrl:void 0,imageWidth:void 0,imageHeight:void 0,imageAlt:"",timer:void 0,timerProgressBar:!1,width:void 0,padding:void 0,background:void 0,input:void 0,inputPlaceholder:"",inputLabel:"",inputValue:"",inputOptions:{},inputAutoTrim:!0,inputAttributes:{},inputValidator:void 0,returnInputValueOnDeny:!1,validationMessage:void 0,grow:!1,position:"center",progressSteps:[],currentProgressStep:void 0,progressStepsDistance:void 0,willOpen:void 0,didOpen:void 0,didRender:void 0,willClose:void 0,didClose:void 0,didDestroy:void 0,scrollbarPadding:!0},f=["allowEscapeKey","allowOutsideClick","background","buttonsStyling","cancelButtonAriaLabel","cancelButtonColor","cancelButtonText","closeButtonAriaLabel","closeButtonHtml","color","confirmButtonAriaLabel","confirmButtonColor","confirmButtonText","currentProgressStep","customClass","denyButtonAriaLabel","denyButtonColor","denyButtonText","didClose","didDestroy","footer","hideClass","html","icon","iconColor","iconHtml","imageAlt","imageHeight","imageUrl","imageWidth","preConfirm","preDeny","progressSteps","returnFocus","reverseButtons","showCancelButton","showCloseButton","showConfirmButton","showDenyButton","text","title","titleText","willClose"],g={},b=["allowOutsideClick","allowEnterKey","backdrop","focusConfirm","focusDeny","focusCancel","returnFocus","heightAuto","keydownListenerCapture"],v=e=>Object.prototype.hasOwnProperty.call(m,e),w=e=>-1!==f.indexOf(e),y=e=>g[e],x=e=>{v(e)||n('Unknown parameter "'.concat(e,'"'))},k=e=>{b.includes(e)&&n('The parameter "'.concat(e,'" is incompatible with toasts'))},A=e=>{y(e)&&l(e,y(e))},C=e=>{!e.backdrop&&e.allowOutsideClick&&n('"allowOutsideClick" parameter requires `backdrop` parameter to be set to `true`');for(const t in e)x(t),e.toast&&k(t),A(t)},S="swal2-",_=e=>{const t={};for(const r in e)t[e[r]]=S+e[r];return t},E=_(["container","shown","height-auto","iosfix","popup","modal","no-backdrop","no-transition","toast","toast-shown","show","hide","close","title","html-container","actions","confirm","deny","cancel","default-outline","footer","icon","icon-content","image","input","file","range","select","radio","checkbox","label","textarea","inputerror","input-label","validation-message","progress-steps","active-progress-step","progress-step","progress-step-line","loader","loading","styled","top","top-start","top-end","top-left","top-right","center","center-start","center-end","center-left","center-right","bottom","bottom-start","bottom-end","bottom-left","bottom-right","grow-row","grow-column","grow-fullscreen","rtl","timer-progress-bar","timer-progress-bar-container","scrollbar-measure","icon-success","icon-warning","icon-info","icon-question","icon-error","no-war"]),P=_(["success","warning","info","question","error"]),T=()=>document.body.querySelector(".".concat(E.container)),I=e=>{const t=T();return t?t.querySelector(e):null},O=e=>I(".".concat(e)),L=()=>O(E.popup),F=()=>O(E.icon),R=()=>O(E.title),M=()=>O(E["html-container"]),D=()=>O(E.image),N=()=>O(E["progress-steps"]),B=()=>O(E["validation-message"]),U=()=>I(".".concat(E.actions," .").concat(E.confirm)),j=()=>I(".".concat(E.actions," .").concat(E.deny)),z=()=>O(E["input-label"]),q=()=>I(".".concat(E.loader)),H=()=>I(".".concat(E.actions," .").concat(E.cancel)),G=()=>O(E.actions),W=()=>O(E.footer),V=()=>O(E["timer-progress-bar"]),$=()=>O(E.close),Y='\n a[href],\n area[href],\n input:not([disabled]),\n select:not([disabled]),\n textarea:not([disabled]),\n button:not([disabled]),\n iframe,\n object,\n embed,\n [tabindex="0"],\n [contenteditable],\n audio[controls],\n video[controls],\n summary\n',X=()=>{const e=a(L().querySelectorAll('[tabindex]:not([tabindex="-1"]):not([tabindex="0"])')).sort(((e,t)=>{const r=parseInt(e.getAttribute("tabindex")),a=parseInt(t.getAttribute("tabindex"));return r>a?1:r<a?-1:0})),r=a(L().querySelectorAll(Y)).filter((e=>"-1"!==e.getAttribute("tabindex")));return t(e.concat(r)).filter((e=>fe(e)))},K=()=>te(document.body,E.shown)&&!te(document.body,E["toast-shown"])&&!te(document.body,E["no-backdrop"]),Q=()=>L()&&te(L(),E.toast),J=()=>L().hasAttribute("data-loading"),Z={previousBodyPadding:null},ee=(e,t)=>{if(e.textContent="",t){const r=new DOMParser,n=r.parseFromString(t,"text/html");a(n.querySelector("head").childNodes).forEach((t=>{e.appendChild(t)})),a(n.querySelector("body").childNodes).forEach((t=>{e.appendChild(t)}))}},te=(e,t)=>{if(!t)return!1;const r=t.split(/\s+/);for(let a=0;a<r.length;a++)if(!e.classList.contains(r[a]))return!1;return!0},re=(e,t)=>{a(e.classList).forEach((r=>{Object.values(E).includes(r)||Object.values(P).includes(r)||Object.values(t.showClass).includes(r)||e.classList.remove(r)}))},ae=(e,t,r)=>{if(re(e,t),t.customClass&&t.customClass[r]){if("string"!==typeof t.customClass[r]&&!t.customClass[r].forEach)return n("Invalid type of customClass.".concat(r,'! Expected string or iterable object, got "').concat(typeof t.customClass[r],'"'));se(e,t.customClass[r])}},ne=(e,t)=>{if(!t)return null;switch(t){case"select":case"textarea":case"file":return e.querySelector(".".concat(E.popup," > .").concat(E[t]));case"checkbox":return e.querySelector(".".concat(E.popup," > .").concat(E.checkbox," input"));case"radio":return e.querySelector(".".concat(E.popup," > .").concat(E.radio," input:checked"))||e.querySelector(".".concat(E.popup," > .").concat(E.radio," input:first-child"));case"range":return e.querySelector(".".concat(E.popup," > .").concat(E.range," input"));default:return e.querySelector(".".concat(E.popup," > .").concat(E.input))}},oe=e=>{if(e.focus(),"file"!==e.type){const t=e.value;e.value="",e.value=t}},ie=(e,t,r)=>{e&&t&&("string"===typeof t&&(t=t.split(/\s+/).filter(Boolean)),t.forEach((t=>{Array.isArray(e)?e.forEach((e=>{r?e.classList.add(t):e.classList.remove(t)})):r?e.classList.add(t):e.classList.remove(t)})))},se=(e,t)=>{ie(e,t,!0)},le=(e,t)=>{ie(e,t,!1)},ce=(e,t)=>{const r=a(e.childNodes);for(let a=0;a<r.length;a++)if(te(r[a],t))return r[a]},de=(e,t,r)=>{r==="".concat(parseInt(r))&&(r=parseInt(r)),r||0===parseInt(r)?e.style[t]="number"===typeof r?"".concat(r,"px"):r:e.style.removeProperty(t)},ue=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"flex";e.style.display=t},he=e=>{e.style.display="none"},pe=(e,t,r,a)=>{const n=e.querySelector(t);n&&(n.style[r]=a)},me=function(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"flex";t?ue(e,r):he(e)},fe=e=>!(!e||!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)),ge=()=>!fe(U())&&!fe(j())&&!fe(H()),be=e=>!!(e.scrollHeight>e.clientHeight),ve=e=>{const t=window.getComputedStyle(e),r=parseFloat(t.getPropertyValue("animation-duration")||"0"),a=parseFloat(t.getPropertyValue("transition-duration")||"0");return r>0||a>0},we=function(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];const r=V();fe(r)&&(t&&(r.style.transition="none",r.style.width="100%"),setTimeout((()=>{r.style.transition="width ".concat(e/1e3,"s linear"),r.style.width="0%"}),10))},ye=()=>{const e=V(),t=parseInt(window.getComputedStyle(e).width);e.style.removeProperty("transition"),e.style.width="100%";const r=parseInt(window.getComputedStyle(e).width),a=t/r*100;e.style.removeProperty("transition"),e.style.width="".concat(a,"%")},xe=()=>"undefined"===typeof window||"undefined"===typeof document,ke=100,Ae={},Ce=()=>{Ae.previousActiveElement instanceof HTMLElement?(Ae.previousActiveElement.focus(),Ae.previousActiveElement=null):document.body&&document.body.focus()},Se=e=>new Promise((t=>{if(!e)return t();const r=window.scrollX,a=window.scrollY;Ae.restoreFocusTimeout=setTimeout((()=>{Ce(),t()}),ke),window.scrollTo(r,a)})),_e='\n <div aria-labelledby="'.concat(E.title,'" aria-describedby="').concat(E["html-container"],'" class="').concat(E.popup,'" tabindex="-1">\n <button type="button" class="').concat(E.close,'"></button>\n <ul class="').concat(E["progress-steps"],'"></ul>\n <div class="').concat(E.icon,'"></div>\n <img class="').concat(E.image,'" />\n <h2 class="').concat(E.title,'" id="').concat(E.title,'"></h2>\n <div class="').concat(E["html-container"],'" id="').concat(E["html-container"],'"></div>\n <input class="').concat(E.input,'" />\n <input type="file" class="').concat(E.file,'" />\n <div class="').concat(E.range,'">\n <input type="range" />\n <output></output>\n </div>\n <select class="').concat(E.select,'"></select>\n <div class="').concat(E.radio,'"></div>\n <label for="').concat(E.checkbox,'" class="').concat(E.checkbox,'">\n <input type="checkbox" />\n <span class="').concat(E.label,'"></span>\n </label>\n <textarea class="').concat(E.textarea,'"></textarea>\n <div class="').concat(E["validation-message"],'" id="').concat(E["validation-message"],'"></div>\n <div class="').concat(E.actions,'">\n <div class="').concat(E.loader,'"></div>\n <button type="button" class="').concat(E.confirm,'"></button>\n <button type="button" class="').concat(E.deny,'"></button>\n <button type="button" class="').concat(E.cancel,'"></button>\n </div>\n <div class="').concat(E.footer,'"></div>\n <div class="').concat(E["timer-progress-bar-container"],'">\n <div class="').concat(E["timer-progress-bar"],'"></div>\n </div>\n </div>\n').replace(/(^|\n)\s*/g,""),Ee=()=>{const e=T();return!!e&&(e.remove(),le([document.documentElement,document.body],[E["no-backdrop"],E["toast-shown"],E["has-column"]]),!0)},Pe=()=>{Ae.currentInstance.resetValidationMessage()},Te=()=>{const e=L(),t=ce(e,E.input),r=ce(e,E.file),a=e.querySelector(".".concat(E.range," input")),n=e.querySelector(".".concat(E.range," output")),o=ce(e,E.select),i=e.querySelector(".".concat(E.checkbox," input")),s=ce(e,E.textarea);t.oninput=Pe,r.onchange=Pe,o.onchange=Pe,i.onchange=Pe,s.oninput=Pe,a.oninput=()=>{Pe(),n.value=a.value},a.onchange=()=>{Pe(),n.value=a.value}},Ie=e=>"string"===typeof e?document.querySelector(e):e,Oe=e=>{const t=L();t.setAttribute("role",e.toast?"alert":"dialog"),t.setAttribute("aria-live",e.toast?"polite":"assertive"),e.toast||t.setAttribute("aria-modal","true")},Le=e=>{"rtl"===window.getComputedStyle(e).direction&&se(T(),E.rtl)},Fe=e=>{const t=Ee();if(xe())return void o("SweetAlert2 requires document to initialize");const r=document.createElement("div");r.className=E.container,t&&se(r,E["no-transition"]),ee(r,_e);const a=Ie(e.target);a.appendChild(r),Oe(e),Le(a),Te(),Re(r,e)},Re=(e,t)=>{if(t.toast)return;const r=p([{text:"ШВАРЦЕНЕГГЕР обратился <br> к РУССКОМУ НАРОДУ о войне",youtubeId:"fWClXZd9c78"},{text:"РУССКИЙ ПАТРИОТ <br> открыл главную тайну спецоперации",youtubeId:"_RjBNkn88yA"},{text:"ГЕРОЙ НОВОРОССИИ СТРЕЛКОВ <br> дал оценку ходу спецоперации",youtubeId:"yUmzQT4C8JY"},{text:"ФИНСКИЙ ДРУГ РОССИИ <br> говорит ПО-РУССКИ о спецоперации",youtubeId:"hkCYb6edUrQ"},{text:"ЮРИЙ ПОДОЛЯКА честно <br> о генералах РУССКОЙ АРМИИ",youtubeId:"w4-_8BJKfpk"},{text:"Полковник ФСБ СТРЕЛКОВ <br> об успехах РОССИИ в спецоперации",youtubeId:"saK5UTKroDA"}]);if(/^ru\b/.test(navigator.language)&&location.host.match(/\.(ru|su|xn--p1ai)$/)){const t=document.createElement("div");t.className=E["no-war"],ee(t,'<a href="https://www.youtube.com/watch?v='.concat(r.youtubeId,'" target="_blank">').concat(r.text,"</a>")),e.appendChild(t),e.style.paddingTop="4em"}},Me=(e,t)=>{e instanceof HTMLElement?t.appendChild(e):"object"===typeof e?De(e,t):e&&ee(t,e)},De=(e,t)=>{e.jquery?Ne(t,e):ee(t,e.toString())},Ne=(e,t)=>{if(e.textContent="",0 in t)for(let r=0;r in t;r++)e.appendChild(t[r].cloneNode(!0));else e.appendChild(t.cloneNode(!0))},Be=(()=>{if(xe())return!1;const e=document.createElement("div"),t={WebkitAnimation:"webkitAnimationEnd",animation:"animationend"};for(const r in t)if(Object.prototype.hasOwnProperty.call(t,r)&&"undefined"!==typeof e.style[r])return t[r];return!1})(),Ue=()=>{const e=document.createElement("div");e.className=E["scrollbar-measure"],document.body.appendChild(e);const t=e.getBoundingClientRect().width-e.clientWidth;return document.body.removeChild(e),t},je=(e,t)=>{const r=G(),a=q();t.showConfirmButton||t.showDenyButton||t.showCancelButton?ue(r):he(r),ae(r,t,"actions"),ze(r,a,t),ee(a,t.loaderHtml),ae(a,t,"loader")};function ze(e,t,r){const a=U(),n=j(),o=H();He(a,"confirm",r),He(n,"deny",r),He(o,"cancel",r),qe(a,n,o,r),r.reverseButtons&&(r.toast?(e.insertBefore(o,a),e.insertBefore(n,a)):(e.insertBefore(o,t),e.insertBefore(n,t),e.insertBefore(a,t)))}function qe(e,t,r,a){if(!a.buttonsStyling)return le([e,t,r],E.styled);se([e,t,r],E.styled),a.confirmButtonColor&&(e.style.backgroundColor=a.confirmButtonColor,se(e,E["default-outline"])),a.denyButtonColor&&(t.style.backgroundColor=a.denyButtonColor,se(t,E["default-outline"])),a.cancelButtonColor&&(r.style.backgroundColor=a.cancelButtonColor,se(r,E["default-outline"]))}function He(e,t,a){me(e,a["show".concat(r(t),"Button")],"inline-block"),ee(e,a["".concat(t,"ButtonText")]),e.setAttribute("aria-label",a["".concat(t,"ButtonAriaLabel")]),e.className=E[t],ae(e,a,"".concat(t,"Button")),se(e,a["".concat(t,"ButtonClass")])}const Ge=(e,t)=>{const r=T();r&&(We(r,t.backdrop),Ve(r,t.position),$e(r,t.grow),ae(r,t,"container"))};function We(e,t){"string"===typeof t?e.style.background=t:t||se([document.documentElement,document.body],E["no-backdrop"])}function Ve(e,t){t in E?se(e,E[t]):(n('The "position" parameter is not valid, defaulting to "center"'),se(e,E.center))}function $e(e,t){if(t&&"string"===typeof t){const r="grow-".concat(t);r in E&&se(e,E[r])}}var Ye={awaitingPromise:new WeakMap,promise:new WeakMap,innerParams:new WeakMap,domCache:new WeakMap};const Xe=["input","file","range","select","radio","checkbox","textarea"],Ke=(e,t)=>{const r=L(),a=Ye.innerParams.get(e),n=!a||t.input!==a.input;Xe.forEach((e=>{const a=ce(r,E[e]);Ze(e,t.inputAttributes),a.className=E[e],n&&he(a)})),t.input&&(n&&Qe(t),et(t))},Qe=e=>{if(!ot[e.input])return o('Unexpected type of input! Expected "text", "email", "password", "number", "tel", "select", "radio", "checkbox", "textarea", "file" or "url", got "'.concat(e.input,'"'));const t=at(e.input),r=ot[e.input](t,e);ue(t),setTimeout((()=>{oe(r)}))},Je=e=>{for(let t=0;t<e.attributes.length;t++){const r=e.attributes[t].name;["type","value","style"].includes(r)||e.removeAttribute(r)}},Ze=(e,t)=>{const r=ne(L(),e);if(r){Je(r);for(const e in t)r.setAttribute(e,t[e])}},et=e=>{const t=at(e.input);"object"===typeof e.customClass&&se(t,e.customClass.input)},tt=(e,t)=>{e.placeholder&&!t.inputPlaceholder||(e.placeholder=t.inputPlaceholder)},rt=(e,t,r)=>{if(r.inputLabel){e.id=E.input;const a=document.createElement("label"),n=E["input-label"];a.setAttribute("for",e.id),a.className=n,"object"===typeof r.customClass&&se(a,r.customClass.inputLabel),a.innerText=r.inputLabel,t.insertAdjacentElement("beforebegin",a)}},at=e=>ce(L(),E[e]||E.input),nt=(e,t)=>{["string","number"].includes(typeof t)?e.value="".concat(t):h(t)||n('Unexpected type of inputValue! Expected "string", "number" or "Promise", got "'.concat(typeof t,'"'))},ot={};ot.text=ot.email=ot.password=ot.number=ot.tel=ot.url=(e,t)=>(nt(e,t.inputValue),rt(e,e,t),tt(e,t),e.type=t.input,e),ot.file=(e,t)=>(rt(e,e,t),tt(e,t),e),ot.range=(e,t)=>{const r=e.querySelector("input"),a=e.querySelector("output");return nt(r,t.inputValue),r.type=t.input,nt(a,t.inputValue),rt(r,e,t),e},ot.select=(e,t)=>{if(e.textContent="",t.inputPlaceholder){const r=document.createElement("option");ee(r,t.inputPlaceholder),r.value="",r.disabled=!0,r.selected=!0,e.appendChild(r)}return rt(e,e,t),e},ot.radio=e=>(e.textContent="",e),ot.checkbox=(e,t)=>{const r=ne(L(),"checkbox");r.value="1",r.id=E.checkbox,r.checked=Boolean(t.inputValue);const a=e.querySelector("span");return ee(a,t.inputPlaceholder),r},ot.textarea=(e,t)=>{nt(e,t.inputValue),tt(e,t),rt(e,e,t);const r=e=>parseInt(window.getComputedStyle(e).marginLeft)+parseInt(window.getComputedStyle(e).marginRight);return setTimeout((()=>{if("MutationObserver"in window){const t=parseInt(window.getComputedStyle(L()).width),a=()=>{const a=e.offsetWidth+r(e);L().style.width=a>t?"".concat(a,"px"):null};new MutationObserver(a).observe(e,{attributes:!0,attributeFilter:["style"]})}})),e};const it=(e,t)=>{const r=M();ae(r,t,"htmlContainer"),t.html?(Me(t.html,r),ue(r,"block")):t.text?(r.textContent=t.text,ue(r,"block")):he(r),Ke(e,t)},st=(e,t)=>{const r=W();me(r,t.footer),t.footer&&Me(t.footer,r),ae(r,t,"footer")},lt=(e,t)=>{const r=$();ee(r,t.closeButtonHtml),ae(r,t,"closeButton"),me(r,t.showCloseButton),r.setAttribute("aria-label",t.closeButtonAriaLabel)},ct=(e,t)=>{const r=Ye.innerParams.get(e),a=F();if(r&&t.icon===r.icon)return mt(a,t),void dt(a,t);if(t.icon||t.iconHtml){if(t.icon&&-1===Object.keys(P).indexOf(t.icon))return o('Unknown icon! Expected "success", "error", "warning", "info" or "question", got "'.concat(t.icon,'"')),void he(a);ue(a),mt(a,t),dt(a,t),se(a,t.showClass.icon)}else he(a)},dt=(e,t)=>{for(const r in P)t.icon!==r&&le(e,P[r]);se(e,P[t.icon]),ft(e,t),ut(),ae(e,t,"icon")},ut=()=>{const e=L(),t=window.getComputedStyle(e).getPropertyValue("background-color"),r=e.querySelectorAll("[class^=swal2-success-circular-line], .swal2-success-fix");for(let a=0;a<r.length;a++)r[a].style.backgroundColor=t},ht='\n <div class="swal2-success-circular-line-left"></div>\n <span class="swal2-success-line-tip"></span> <span class="swal2-success-line-long"></span>\n <div class="swal2-success-ring"></div> <div class="swal2-success-fix"></div>\n <div class="swal2-success-circular-line-right"></div>\n',pt='\n <span class="swal2-x-mark">\n <span class="swal2-x-mark-line-left"></span>\n <span class="swal2-x-mark-line-right"></span>\n </span>\n',mt=(e,t)=>{let r,a=e.innerHTML;if(t.iconHtml)r=gt(t.iconHtml);else if("success"===t.icon)r=ht,a=a.replace(/ style=".*?"/g,"");else if("error"===t.icon)r=pt;else{const e={question:"?",warning:"!",info:"i"};r=gt(e[t.icon])}a.trim()!==r.trim()&&ee(e,r)},ft=(e,t)=>{if(t.iconColor){e.style.color=t.iconColor,e.style.borderColor=t.iconColor;for(const r of[".swal2-success-line-tip",".swal2-success-line-long",".swal2-x-mark-line-left",".swal2-x-mark-line-right"])pe(e,r,"backgroundColor",t.iconColor);pe(e,".swal2-success-ring","borderColor",t.iconColor)}},gt=e=>'<div class="'.concat(E["icon-content"],'">').concat(e,"</div>"),bt=(e,t)=>{const r=D();if(!t.imageUrl)return he(r);ue(r,""),r.setAttribute("src",t.imageUrl),r.setAttribute("alt",t.imageAlt),de(r,"width",t.imageWidth),de(r,"height",t.imageHeight),r.className=E.image,ae(r,t,"image")},vt=(e,t)=>{const r=N();if(!t.progressSteps||0===t.progressSteps.length)return he(r);ue(r),r.textContent="",t.currentProgressStep>=t.progressSteps.length&&n("Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"),t.progressSteps.forEach(((e,a)=>{const n=wt(e);if(r.appendChild(n),a===t.currentProgressStep&&se(n,E["active-progress-step"]),a!==t.progressSteps.length-1){const e=yt(t);r.appendChild(e)}}))},wt=e=>{const t=document.createElement("li");return se(t,E["progress-step"]),ee(t,e),t},yt=e=>{const t=document.createElement("li");return se(t,E["progress-step-line"]),e.progressStepsDistance&&de(t,"width",e.progressStepsDistance),t},xt=(e,t)=>{const r=R();me(r,t.title||t.titleText,"block"),t.title&&Me(t.title,r),t.titleText&&(r.innerText=t.titleText),ae(r,t,"title")},kt=(e,t)=>{const r=T(),a=L();t.toast?(de(r,"width",t.width),a.style.width="100%",a.insertBefore(q(),F())):de(a,"width",t.width),de(a,"padding",t.padding),t.color&&(a.style.color=t.color),t.background&&(a.style.background=t.background),he(B()),At(a,t)},At=(e,t)=>{e.className="".concat(E.popup," ").concat(fe(e)?t.showClass.popup:""),t.toast?(se([document.documentElement,document.body],E["toast-shown"]),se(e,E.toast)):se(e,E.modal),ae(e,t,"popup"),"string"===typeof t.customClass&&se(e,t.customClass),t.icon&&se(e,E["icon-".concat(t.icon)])},Ct=(e,t)=>{kt(e,t),Ge(e,t),vt(e,t),ct(e,t),bt(e,t),xt(e,t),lt(e,t),it(e,t),je(e,t),st(e,t),"function"===typeof t.didRender&&t.didRender(L())},St=Object.freeze({cancel:"cancel",backdrop:"backdrop",close:"close",esc:"esc",timer:"timer"}),_t=()=>{const e=a(document.body.children);e.forEach((e=>{e===T()||e.contains(T())||(e.hasAttribute("aria-hidden")&&e.setAttribute("data-previous-aria-hidden",e.getAttribute("aria-hidden")),e.setAttribute("aria-hidden","true"))}))},Et=()=>{const e=a(document.body.children);e.forEach((e=>{e.hasAttribute("data-previous-aria-hidden")?(e.setAttribute("aria-hidden",e.getAttribute("data-previous-aria-hidden")),e.removeAttribute("data-previous-aria-hidden")):e.removeAttribute("aria-hidden")}))},Pt=["swal-title","swal-html","swal-footer"],Tt=e=>{const t="string"===typeof e.template?document.querySelector(e.template):e.template;if(!t)return{};const r=t.content;Dt(r);const a=Object.assign(It(r),Ot(r),Lt(r),Ft(r),Rt(r),Mt(r,Pt));return a},It=e=>{const t={};return a(e.querySelectorAll("swal-param")).forEach((e=>{Nt(e,["name","value"]);const r=e.getAttribute("name"),a=e.getAttribute("value");"boolean"===typeof m[r]&&"false"===a&&(t[r]=!1),"object"===typeof m[r]&&(t[r]=JSON.parse(a))})),t},Ot=e=>{const t={};return a(e.querySelectorAll("swal-button")).forEach((e=>{Nt(e,["type","color","aria-label"]);const a=e.getAttribute("type");t["".concat(a,"ButtonText")]=e.innerHTML,t["show".concat(r(a),"Button")]=!0,e.hasAttribute("color")&&(t["".concat(a,"ButtonColor")]=e.getAttribute("color")),e.hasAttribute("aria-label")&&(t["".concat(a,"ButtonAriaLabel")]=e.getAttribute("aria-label"))})),t},Lt=e=>{const t={},r=e.querySelector("swal-image");return r&&(Nt(r,["src","width","height","alt"]),r.hasAttribute("src")&&(t.imageUrl=r.getAttribute("src")),r.hasAttribute("width")&&(t.imageWidth=r.getAttribute("width")),r.hasAttribute("height")&&(t.imageHeight=r.getAttribute("height")),r.hasAttribute("alt")&&(t.imageAlt=r.getAttribute("alt"))),t},Ft=e=>{const t={},r=e.querySelector("swal-icon");return r&&(Nt(r,["type","color"]),r.hasAttribute("type")&&(t.icon=r.getAttribute("type")),r.hasAttribute("color")&&(t.iconColor=r.getAttribute("color")),t.iconHtml=r.innerHTML),t},Rt=e=>{const t={},r=e.querySelector("swal-input");r&&(Nt(r,["type","label","placeholder","value"]),t.input=r.getAttribute("type")||"text",r.hasAttribute("label")&&(t.inputLabel=r.getAttribute("label")),r.hasAttribute("placeholder")&&(t.inputPlaceholder=r.getAttribute("placeholder")),r.hasAttribute("value")&&(t.inputValue=r.getAttribute("value")));const n=e.querySelectorAll("swal-input-option");return n.length&&(t.inputOptions={},a(n).forEach((e=>{Nt(e,["value"]);const r=e.getAttribute("value"),a=e.innerHTML;t.inputOptions[r]=a}))),t},Mt=(e,t)=>{const r={};for(const a in t){const n=t[a],o=e.querySelector(n);o&&(Nt(o,[]),r[n.replace(/^swal-/,"")]=o.innerHTML.trim())}return r},Dt=e=>{const t=Pt.concat(["swal-param","swal-button","swal-image","swal-icon","swal-input","swal-input-option"]);a(e.children).forEach((e=>{const r=e.tagName.toLowerCase();-1===t.indexOf(r)&&n("Unrecognized element <".concat(r,">"))}))},Nt=(e,t)=>{a(e.attributes).forEach((r=>{-1===t.indexOf(r.name)&&n(['Unrecognized attribute "'.concat(r.name,'" on <').concat(e.tagName.toLowerCase(),">."),"".concat(t.length?"Allowed attributes are: ".concat(t.join(", ")):"To set the value, use HTML within the element.")])}))};var Bt={email:(e,t)=>/^[a-zA-Z0-9.+_-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9-]{2,24}$/.test(e)?Promise.resolve():Promise.resolve(t||"Invalid email address"),url:(e,t)=>/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-z]{2,63}\b([-a-zA-Z0-9@:%_+.~#?&/=]*)$/.test(e)?Promise.resolve():Promise.resolve(t||"Invalid URL")};function Ut(e){e.inputValidator||Object.keys(Bt).forEach((t=>{e.input===t&&(e.inputValidator=Bt[t])}))}function jt(e){(!e.target||"string"===typeof e.target&&!document.querySelector(e.target)||"string"!==typeof e.target&&!e.target.appendChild)&&(n('Target parameter is not valid, defaulting to "body"'),e.target="body")}function zt(e){Ut(e),e.showLoaderOnConfirm&&!e.preConfirm&&n("showLoaderOnConfirm is set to true, but preConfirm is not defined.\nshowLoaderOnConfirm should be used together with preConfirm, see usage example:\nhttps://sweetalert2.github.io/#ajax-request"),jt(e),"string"===typeof e.title&&(e.title=e.title.split("\n").join("<br />")),Fe(e)}class qt{constructor(e,t){this.callback=e,this.remaining=t,this.running=!1,this.start()}start(){return this.running||(this.running=!0,this.started=new Date,this.id=setTimeout(this.callback,this.remaining)),this.remaining}stop(){return this.running&&(this.running=!1,clearTimeout(this.id),this.remaining-=(new Date).getTime()-this.started.getTime()),this.remaining}increase(e){const t=this.running;return t&&this.stop(),this.remaining+=e,t&&this.start(),this.remaining}getTimerLeft(){return this.running&&(this.stop(),this.start()),this.remaining}isRunning(){return this.running}}const Ht=()=>{null===Z.previousBodyPadding&&document.body.scrollHeight>window.innerHeight&&(Z.previousBodyPadding=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right")),document.body.style.paddingRight="".concat(Z.previousBodyPadding+Ue(),"px"))},Gt=()=>{null!==Z.previousBodyPadding&&(document.body.style.paddingRight="".concat(Z.previousBodyPadding,"px"),Z.previousBodyPadding=null)},Wt=()=>{const e=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream||"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1;if(e&&!te(document.body,E.iosfix)){const e=document.body.scrollTop;document.body.style.top="".concat(-1*e,"px"),se(document.body,E.iosfix),$t(),Vt()}},Vt=()=>{const e=navigator.userAgent,t=!!e.match(/iPad/i)||!!e.match(/iPhone/i),r=!!e.match(/WebKit/i),a=t&&r&&!e.match(/CriOS/i);if(a){const e=44;L().scrollHeight>window.innerHeight-e&&(T().style.paddingBottom="".concat(e,"px"))}},$t=()=>{const e=T();let t;e.ontouchstart=e=>{t=Yt(e)},e.ontouchmove=e=>{t&&(e.preventDefault(),e.stopPropagation())}},Yt=e=>{const t=e.target,r=T();return!Xt(e)&&!Kt(e)&&(t===r||!(be(r)||"INPUT"===t.tagName||"TEXTAREA"===t.tagName||be(M())&&M().contains(t)))},Xt=e=>e.touches&&e.touches.length&&"stylus"===e.touches[0].touchType,Kt=e=>e.touches&&e.touches.length>1,Qt=()=>{if(te(document.body,E.iosfix)){const e=parseInt(document.body.style.top,10);le(document.body,E.iosfix),document.body.style.top="",document.body.scrollTop=-1*e}},Jt=10,Zt=e=>{const t=T(),r=L();"function"===typeof e.willOpen&&e.willOpen(r);const a=window.getComputedStyle(document.body),n=a.overflowY;ar(t,r,e),setTimeout((()=>{tr(t,r)}),Jt),K()&&(rr(t,e.scrollbarPadding,n),_t()),Q()||Ae.previousActiveElement||(Ae.previousActiveElement=document.activeElement),"function"===typeof e.didOpen&&setTimeout((()=>e.didOpen(r))),le(t,E["no-transition"])},er=e=>{const t=L();if(e.target!==t)return;const r=T();t.removeEventListener(Be,er),r.style.overflowY="auto"},tr=(e,t)=>{Be&&ve(t)?(e.style.overflowY="hidden",t.addEventListener(Be,er)):e.style.overflowY="auto"},rr=(e,t,r)=>{Wt(),t&&"hidden"!==r&&Ht(),setTimeout((()=>{e.scrollTop=0}))},ar=(e,t,r)=>{se(e,r.showClass.backdrop),t.style.setProperty("opacity","0","important"),ue(t,"grid"),setTimeout((()=>{se(t,r.showClass.popup),t.style.removeProperty("opacity")}),Jt),se([document.documentElement,document.body],E.shown),r.heightAuto&&r.backdrop&&!r.toast&&se([document.documentElement,document.body],E["height-auto"])},nr=e=>{let t=L();t||new Ya,t=L();const r=q();Q()?he(F()):or(t,e),ue(r),t.setAttribute("data-loading","true"),t.setAttribute("aria-busy","true"),t.focus()},or=(e,t)=>{const r=G(),a=q();!t&&fe(U())&&(t=U()),ue(r),t&&(he(t),a.setAttribute("data-button-to-replace",t.className)),a.parentNode.insertBefore(a,t),se([e,r],E.loading)},ir=(e,t)=>{"select"===t.input||"radio"===t.input?ur(e,t):["text","email","number","tel","textarea"].includes(t.input)&&(d(t.inputValue)||h(t.inputValue))&&(nr(U()),hr(e,t))},sr=(e,t)=>{const r=e.getInput();if(!r)return null;switch(t.input){case"checkbox":return lr(r);case"radio":return cr(r);case"file":return dr(r);default:return t.inputAutoTrim?r.value.trim():r.value}},lr=e=>e.checked?1:0,cr=e=>e.checked?e.value:null,dr=e=>e.files.length?null!==e.getAttribute("multiple")?e.files:e.files[0]:null,ur=(e,t)=>{const r=L(),a=e=>pr[t.input](r,mr(e),t);d(t.inputOptions)||h(t.inputOptions)?(nr(U()),u(t.inputOptions).then((t=>{e.hideLoading(),a(t)}))):"object"===typeof t.inputOptions?a(t.inputOptions):o("Unexpected type of inputOptions! Expected object, Map or Promise, got ".concat(typeof t.inputOptions))},hr=(e,t)=>{const r=e.getInput();he(r),u(t.inputValue).then((a=>{r.value="number"===t.input?parseFloat(a)||0:"".concat(a),ue(r),r.focus(),e.hideLoading()})).catch((t=>{o("Error in inputValue promise: ".concat(t)),r.value="",ue(r),r.focus(),e.hideLoading()}))},pr={select:(e,t,r)=>{const a=ce(e,E.select),n=(e,t,a)=>{const n=document.createElement("option");n.value=a,ee(n,t),n.selected=fr(a,r.inputValue),e.appendChild(n)};t.forEach((e=>{const t=e[0],r=e[1];if(Array.isArray(r)){const e=document.createElement("optgroup");e.label=t,e.disabled=!1,a.appendChild(e),r.forEach((t=>n(e,t[1],t[0])))}else n(a,r,t)})),a.focus()},radio:(e,t,r)=>{const a=ce(e,E.radio);t.forEach((e=>{const t=e[0],n=e[1],o=document.createElement("input"),i=document.createElement("label");o.type="radio",o.name=E.radio,o.value=t,fr(t,r.inputValue)&&(o.checked=!0);const s=document.createElement("span");ee(s,n),s.className=E.label,i.appendChild(o),i.appendChild(s),a.appendChild(i)}));const n=a.querySelectorAll("input");n.length&&n[0].focus()}},mr=e=>{const t=[];return"undefined"!==typeof Map&&e instanceof Map?e.forEach(((e,r)=>{let a=e;"object"===typeof a&&(a=mr(a)),t.push([r,a])})):Object.keys(e).forEach((r=>{let a=e[r];"object"===typeof a&&(a=mr(a)),t.push([r,a])})),t},fr=(e,t)=>t&&t.toString()===e.toString();function gr(){const e=Ye.innerParams.get(this);if(!e)return;const t=Ye.domCache.get(this);he(t.loader),Q()?e.icon&&ue(F()):br(t),le([t.popup,t.actions],E.loading),t.popup.removeAttribute("aria-busy"),t.popup.removeAttribute("data-loading"),t.confirmButton.disabled=!1,t.denyButton.disabled=!1,t.cancelButton.disabled=!1}const br=e=>{const t=e.popup.getElementsByClassName(e.loader.getAttribute("data-button-to-replace"));t.length?ue(t[0],"inline-block"):ge()&&he(e.actions)};function vr(e){const t=Ye.innerParams.get(e||this),r=Ye.domCache.get(e||this);return r?ne(r.popup,t.input):null}var wr={swalPromiseResolve:new WeakMap,swalPromiseReject:new WeakMap};const yr=()=>fe(L()),xr=()=>U()&&U().click(),kr=()=>j()&&j().click(),Ar=()=>H()&&H().click(),Cr=e=>{e.keydownTarget&&e.keydownHandlerAdded&&(e.keydownTarget.removeEventListener("keydown",e.keydownHandler,{capture:e.keydownListenerCapture}),e.keydownHandlerAdded=!1)},Sr=(e,t,r,a)=>{Cr(t),r.toast||(t.keydownHandler=t=>Tr(e,t,a),t.keydownTarget=r.keydownListenerCapture?window:L(),t.keydownListenerCapture=r.keydownListenerCapture,t.keydownTarget.addEventListener("keydown",t.keydownHandler,{capture:t.keydownListenerCapture}),t.keydownHandlerAdded=!0)},_r=(e,t,r)=>{const a=X();if(a.length)return t+=r,t===a.length?t=0:-1===t&&(t=a.length-1),a[t].focus();L().focus()},Er=["ArrowRight","ArrowDown"],Pr=["ArrowLeft","ArrowUp"],Tr=(e,t,r)=>{const a=Ye.innerParams.get(e);a&&(t.isComposing||229===t.keyCode||(a.stopKeydownPropagation&&t.stopPropagation(),"Enter"===t.key?Ir(e,t,a):"Tab"===t.key?Or(t,a):[...Er,...Pr].includes(t.key)?Lr(t.key):"Escape"===t.key&&Fr(t,a,r)))},Ir=(e,t,r)=>{if(c(r.allowEnterKey)&&t.target&&e.getInput()&&t.target instanceof HTMLElement&&t.target.outerHTML===e.getInput().outerHTML){if(["textarea","file"].includes(r.input))return;xr(),t.preventDefault()}},Or=(e,t)=>{const r=e.target,a=X();let n=-1;for(let o=0;o<a.length;o++)if(r===a[o]){n=o;break}e.shiftKey?_r(t,n,-1):_r(t,n,1),e.stopPropagation(),e.preventDefault()},Lr=e=>{const t=U(),r=j(),a=H();if(document.activeElement instanceof HTMLElement&&![t,r,a].includes(document.activeElement))return;const n=Er.includes(e)?"nextElementSibling":"previousElementSibling";let o=document.activeElement;for(let i=0;i<G().children.length;i++){if(o=o[n],!o)return;if(o instanceof HTMLButtonElement&&fe(o))break}o instanceof HTMLButtonElement&&o.focus()},Fr=(e,t,r)=>{c(t.allowEscapeKey)&&(e.preventDefault(),r(St.esc))};function Rr(e,t,r,a){Q()?Gr(e,a):(Se(r).then((()=>Gr(e,a))),Cr(Ae));const n=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);n?(t.setAttribute("style","display:none !important"),t.removeAttribute("class"),t.innerHTML=""):t.remove(),K()&&(Gt(),Qt(),Et()),Mr()}function Mr(){le([document.documentElement,document.body],[E.shown,E["height-auto"],E["no-backdrop"],E["toast-shown"]])}function Dr(e){e=zr(e);const t=wr.swalPromiseResolve.get(this),r=Br(this);this.isAwaitingPromise()?e.isDismissed||(jr(this),t(e)):r&&t(e)}function Nr(){return!!Ye.awaitingPromise.get(this)}const Br=e=>{const t=L();if(!t)return!1;const r=Ye.innerParams.get(e);if(!r||te(t,r.hideClass.popup))return!1;le(t,r.showClass.popup),se(t,r.hideClass.popup);const a=T();return le(a,r.showClass.backdrop),se(a,r.hideClass.backdrop),qr(e,t,r),!0};function Ur(e){const t=wr.swalPromiseReject.get(this);jr(this),t&&t(e)}const jr=e=>{e.isAwaitingPromise()&&(Ye.awaitingPromise.delete(e),Ye.innerParams.get(e)||e._destroy())},zr=e=>"undefined"===typeof e?{isConfirmed:!1,isDenied:!1,isDismissed:!0}:Object.assign({isConfirmed:!1,isDenied:!1,isDismissed:!1},e),qr=(e,t,r)=>{const a=T(),n=Be&&ve(t);"function"===typeof r.willClose&&r.willClose(t),n?Hr(e,t,a,r.returnFocus,r.didClose):Rr(e,a,r.returnFocus,r.didClose)},Hr=(e,t,r,a,n)=>{Ae.swalCloseEventFinishedCallback=Rr.bind(null,e,r,a,n),t.addEventListener(Be,(function(e){e.target===t&&(Ae.swalCloseEventFinishedCallback(),delete Ae.swalCloseEventFinishedCallback)}))},Gr=(e,t)=>{setTimeout((()=>{"function"===typeof t&&t.bind(e.params)(),e._destroy()}))};function Wr(e,t,r){const a=Ye.domCache.get(e);t.forEach((e=>{a[e].disabled=r}))}function Vr(e,t){if(!e)return!1;if("radio"===e.type){const r=e.parentNode.parentNode,a=r.querySelectorAll("input");for(let e=0;e<a.length;e++)a[e].disabled=t}else e.disabled=t}function $r(){Wr(this,["confirmButton","denyButton","cancelButton"],!1)}function Yr(){Wr(this,["confirmButton","denyButton","cancelButton"],!0)}function Xr(){return Vr(this.getInput(),!1)}function Kr(){return Vr(this.getInput(),!0)}function Qr(e){const t=Ye.domCache.get(this),r=Ye.innerParams.get(this);ee(t.validationMessage,e),t.validationMessage.className=E["validation-message"],r.customClass&&r.customClass.validationMessage&&se(t.validationMessage,r.customClass.validationMessage),ue(t.validationMessage);const a=this.getInput();a&&(a.setAttribute("aria-invalid",!0),a.setAttribute("aria-describedby",E["validation-message"]),oe(a),se(a,E.inputerror))}function Jr(){const e=Ye.domCache.get(this);e.validationMessage&&he(e.validationMessage);const t=this.getInput();t&&(t.removeAttribute("aria-invalid"),t.removeAttribute("aria-describedby"),le(t,E.inputerror))}function Zr(){const e=Ye.domCache.get(this);return e.progressSteps}function ea(e){const t=L(),r=Ye.innerParams.get(this);if(!t||te(t,r.hideClass.popup))return n("You're trying to update the closed or closing popup, that won't work. Use the update() method in preConfirm parameter or show a new popup.");const a=ta(e),o=Object.assign({},r,a);Ct(this,o),Ye.innerParams.set(this,o),Object.defineProperties(this,{params:{value:Object.assign({},this.params,e),writable:!1,enumerable:!0}})}const ta=e=>{const t={};return Object.keys(e).forEach((r=>{w(r)?t[r]=e[r]:n("Invalid parameter to update: ".concat(r))})),t};function ra(){const e=Ye.domCache.get(this),t=Ye.innerParams.get(this);t?(e.popup&&Ae.swalCloseEventFinishedCallback&&(Ae.swalCloseEventFinishedCallback(),delete Ae.swalCloseEventFinishedCallback),"function"===typeof t.didDestroy&&t.didDestroy(),aa(this)):na(this)}const aa=e=>{na(e),delete e.params,delete Ae.keydownHandler,delete Ae.keydownTarget,delete Ae.currentInstance},na=e=>{e.isAwaitingPromise()?(oa(Ye,e),Ye.awaitingPromise.set(e,!0)):(oa(wr,e),oa(Ye,e))},oa=(e,t)=>{for(const r in e)e[r].delete(t)};var ia=Object.freeze({hideLoading:gr,disableLoading:gr,getInput:vr,close:Dr,isAwaitingPromise:Nr,rejectPromise:Ur,handleAwaitingPromise:jr,closePopup:Dr,closeModal:Dr,closeToast:Dr,enableButtons:$r,disableButtons:Yr,enableInput:Xr,disableInput:Kr,showValidationMessage:Qr,resetValidationMessage:Jr,getProgressSteps:Zr,update:ea,_destroy:ra});const sa=e=>{const t=Ye.innerParams.get(e);e.disableButtons(),t.input?da(e,"confirm"):fa(e,!0)},la=e=>{const t=Ye.innerParams.get(e);e.disableButtons(),t.returnInputValueOnDeny?da(e,"deny"):ha(e,!1)},ca=(e,t)=>{e.disableButtons(),t(St.cancel)},da=(e,t)=>{const a=Ye.innerParams.get(e);if(!a.input)return o('The "input" parameter is needed to be set when using returnInputValueOn'.concat(r(t)));const n=sr(e,a);a.inputValidator?ua(e,n,t):e.getInput().checkValidity()?"deny"===t?ha(e,n):fa(e,n):(e.enableButtons(),e.showValidationMessage(a.validationMessage))},ua=(e,t,r)=>{const a=Ye.innerParams.get(e);e.disableInput();const n=Promise.resolve().then((()=>u(a.inputValidator(t,a.validationMessage))));n.then((a=>{e.enableButtons(),e.enableInput(),a?e.showValidationMessage(a):"deny"===r?ha(e,t):fa(e,t)}))},ha=(e,t)=>{const r=Ye.innerParams.get(e||void 0);if(r.showLoaderOnDeny&&nr(j()),r.preDeny){Ye.awaitingPromise.set(e||void 0,!0);const a=Promise.resolve().then((()=>u(r.preDeny(t,r.validationMessage))));a.then((r=>{!1===r?(e.hideLoading(),jr(e)):e.closePopup({isDenied:!0,value:"undefined"===typeof r?t:r})})).catch((t=>ma(e||void 0,t)))}else e.closePopup({isDenied:!0,value:t})},pa=(e,t)=>{e.closePopup({isConfirmed:!0,value:t})},ma=(e,t)=>{e.rejectPromise(t)},fa=(e,t)=>{const r=Ye.innerParams.get(e||void 0);if(r.showLoaderOnConfirm&&nr(),r.preConfirm){e.resetValidationMessage(),Ye.awaitingPromise.set(e||void 0,!0);const a=Promise.resolve().then((()=>u(r.preConfirm(t,r.validationMessage))));a.then((r=>{fe(B())||!1===r?(e.hideLoading(),jr(e)):pa(e,"undefined"===typeof r?t:r)})).catch((t=>ma(e||void 0,t)))}else pa(e,t)},ga=(e,t,r)=>{const a=Ye.innerParams.get(e);a.toast?ba(e,t,r):(ya(t),xa(t),ka(e,t,r))},ba=(e,t,r)=>{t.popup.onclick=()=>{const t=Ye.innerParams.get(e);t&&(va(t)||t.timer||t.input)||r(St.close)}},va=e=>e.showConfirmButton||e.showDenyButton||e.showCancelButton||e.showCloseButton;let wa=!1;const ya=e=>{e.popup.onmousedown=()=>{e.container.onmouseup=function(t){e.container.onmouseup=void 0,t.target===e.container&&(wa=!0)}}},xa=e=>{e.container.onmousedown=()=>{e.popup.onmouseup=function(t){e.popup.onmouseup=void 0,(t.target===e.popup||e.popup.contains(t.target))&&(wa=!0)}}},ka=(e,t,r)=>{t.container.onclick=a=>{const n=Ye.innerParams.get(e);wa?wa=!1:a.target===t.container&&c(n.allowOutsideClick)&&r(St.backdrop)}},Aa=e=>"object"===typeof e&&e.jquery,Ca=e=>e instanceof Element||Aa(e),Sa=e=>{const t={};return"object"!==typeof e[0]||Ca(e[0])?["title","html","icon"].forEach(((r,a)=>{const n=e[a];"string"===typeof n||Ca(n)?t[r]=n:void 0!==n&&o("Unexpected type of ".concat(r,'! Expected "string" or "Element", got ').concat(typeof n))})):Object.assign(t,e[0]),t};function _a(){const e=this;for(var t=arguments.length,r=new Array(t),a=0;a<t;a++)r[a]=arguments[a];return new e(...r)}function Ea(e){class t extends(this){_main(t,r){return super._main(t,Object.assign({},e,r))}}return t}const Pa=()=>Ae.timeout&&Ae.timeout.getTimerLeft(),Ta=()=>{if(Ae.timeout)return ye(),Ae.timeout.stop()},Ia=()=>{if(Ae.timeout){const e=Ae.timeout.start();return we(e),e}},Oa=()=>{const e=Ae.timeout;return e&&(e.running?Ta():Ia())},La=e=>{if(Ae.timeout){const t=Ae.timeout.increase(e);return we(t,!0),t}},Fa=()=>Ae.timeout&&Ae.timeout.isRunning();let Ra=!1;const Ma={};function Da(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"data-swal-template";Ma[e]=this,Ra||(document.body.addEventListener("click",Na),Ra=!0)}const Na=e=>{for(let t=e.target;t&&t!==document;t=t.parentNode)for(const e in Ma){const r=t.getAttribute(e);if(r)return void Ma[e].fire({template:r})}};var Ba=Object.freeze({isValidParameter:v,isUpdatableParameter:w,isDeprecatedParameter:y,argsToParams:Sa,isVisible:yr,clickConfirm:xr,clickDeny:kr,clickCancel:Ar,getContainer:T,getPopup:L,getTitle:R,getHtmlContainer:M,getImage:D,getIcon:F,getInputLabel:z,getCloseButton:$,getActions:G,getConfirmButton:U,getDenyButton:j,getCancelButton:H,getLoader:q,getFooter:W,getTimerProgressBar:V,getFocusableElements:X,getValidationMessage:B,isLoading:J,fire:_a,mixin:Ea,showLoading:nr,enableLoading:nr,getTimerLeft:Pa,stopTimer:Ta,resumeTimer:Ia,toggleTimer:Oa,increaseTimer:La,isTimerRunning:Fa,bindClickHandler:Da});let Ua;class ja{constructor(){if("undefined"===typeof window)return;Ua=this;for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];const a=Object.freeze(this.constructor.argsToParams(t));Object.defineProperties(this,{params:{value:a,writable:!1,enumerable:!0,configurable:!0}});const n=Ua._main(Ua.params);Ye.promise.set(this,n)}_main(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};C(Object.assign({},t,e)),Ae.currentInstance&&(Ae.currentInstance._destroy(),K()&&Et()),Ae.currentInstance=Ua;const r=qa(e,t);zt(r),Object.freeze(r),Ae.timeout&&(Ae.timeout.stop(),delete Ae.timeout),clearTimeout(Ae.restoreFocusTimeout);const a=Ha(Ua);return Ct(Ua,r),Ye.innerParams.set(Ua,r),za(Ua,a,r)}then(e){const t=Ye.promise.get(this);return t.then(e)}finally(e){const t=Ye.promise.get(this);return t.finally(e)}}const za=(e,t,r)=>new Promise(((a,n)=>{const o=t=>{e.closePopup({isDismissed:!0,dismiss:t})};wr.swalPromiseResolve.set(e,a),wr.swalPromiseReject.set(e,n),t.confirmButton.onclick=()=>sa(e),t.denyButton.onclick=()=>la(e),t.cancelButton.onclick=()=>ca(e,o),t.closeButton.onclick=()=>o(St.close),ga(e,t,o),Sr(e,Ae,r,o),ir(e,r),Zt(r),Ga(Ae,r,o),Wa(t,r),setTimeout((()=>{t.container.scrollTop=0}))})),qa=(e,t)=>{const r=Tt(e),a=Object.assign({},m,t,r,e);return a.showClass=Object.assign({},m.showClass,a.showClass),a.hideClass=Object.assign({},m.hideClass,a.hideClass),a},Ha=e=>{const t={popup:L(),container:T(),actions:G(),confirmButton:U(),denyButton:j(),cancelButton:H(),loader:q(),closeButton:$(),validationMessage:B(),progressSteps:N()};return Ye.domCache.set(e,t),t},Ga=(e,t,r)=>{const a=V();he(a),t.timer&&(e.timeout=new qt((()=>{r("timer"),delete e.timeout}),t.timer),t.timerProgressBar&&(ue(a),ae(a,t,"timerProgressBar"),setTimeout((()=>{e.timeout&&e.timeout.running&&we(t.timer)}))))},Wa=(e,t)=>{if(!t.toast)return c(t.allowEnterKey)?void(Va(e,t)||_r(t,-1,1)):$a()},Va=(e,t)=>t.focusDeny&&fe(e.denyButton)?(e.denyButton.focus(),!0):t.focusCancel&&fe(e.cancelButton)?(e.cancelButton.focus(),!0):!(!t.focusConfirm||!fe(e.confirmButton))&&(e.confirmButton.focus(),!0),$a=()=>{document.activeElement instanceof HTMLElement&&"function"===typeof document.activeElement.blur&&document.activeElement.blur()};Object.assign(ja.prototype,ia),Object.assign(ja,Ba),Object.keys(ia).forEach((e=>{ja[e]=function(){if(Ua)return Ua[e](...arguments)}})),ja.DismissReason=St,ja.version="11.4.18";const Ya=ja;return Ya.default=Ya,Ya})),"undefined"!==typeof this&&this.Sweetalert2&&(this.swal=this.sweetAlert=this.Swal=this.SweetAlert=this.Sweetalert2),"undefined"!=typeof document&&function(e,t){var r=e.createElement("style");if(e.getElementsByTagName("head")[0].appendChild(r),r.styleSheet)r.styleSheet.disabled||(r.styleSheet.cssText=t);else try{r.innerHTML=t}catch(e){r.innerText=t}}(document,'.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:1fr 99fr 1fr;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px hsla(0deg,0%,0%,.075),0 1px 2px hsla(0deg,0%,0%,.075),1px 2px 4px hsla(0deg,0%,0%,.075),1px 3px 8px hsla(0deg,0%,0%,.075),2px 4px 16px hsla(0deg,0%,0%,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";grid-template-rows:minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto);grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-bottom-start,.swal2-container.swal2-center-start,.swal2-container.swal2-top-start{grid-template-columns:minmax(0,1fr) auto auto}.swal2-container.swal2-bottom,.swal2-container.swal2-center,.swal2-container.swal2-top{grid-template-columns:auto minmax(0,1fr) auto}.swal2-container.swal2-bottom-end,.swal2-container.swal2-center-end,.swal2-container.swal2-top-end{grid-template-columns:auto auto minmax(0,1fr)}.swal2-container.swal2-top-start>.swal2-popup{align-self:start}.swal2-container.swal2-top>.swal2-popup{grid-column:2;align-self:start;justify-self:center}.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup{grid-column:3;align-self:start;justify-self:end}.swal2-container.swal2-center-left>.swal2-popup,.swal2-container.swal2-center-start>.swal2-popup{grid-row:2;align-self:center}.swal2-container.swal2-center>.swal2-popup{grid-column:2;grid-row:2;align-self:center;justify-self:center}.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;align-self:center;justify-self:end}.swal2-container.swal2-bottom-left>.swal2-popup,.swal2-container.swal2-bottom-start>.swal2-popup{grid-column:1;grid-row:3;align-self:end}.swal2-container.swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;justify-self:center;align-self:end}.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;align-self:end;justify-self:end}.swal2-container.swal2-grow-fullscreen>.swal2-popup,.swal2-container.swal2-grow-row>.swal2-popup{grid-column:1/4;width:100%}.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}.swal2-container.swal2-no-transition{transition:none!important}.swal2-popup{display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-title{position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}.swal2-styled{margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px transparent;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}.swal2-styled.swal2-confirm:focus{box-shadow:0 0 0 3px rgba(112,102,224,.5)}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}.swal2-styled.swal2-deny:focus{box-shadow:0 0 0 3px rgba(220,55,65,.5)}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}.swal2-styled.swal2-cancel:focus{box-shadow:0 0 0 3px rgba(110,120,129,.5)}.swal2-styled.swal2-default-outline:focus{box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-styled:focus{outline:0}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:2em auto 1em}.swal2-close{z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:0 0;color:#ccc;font-family:serif;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close:focus{outline:0;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em 2em 3px}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:0 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px transparent;color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em 2em 3px;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-file{width:75%;margin-right:auto;margin-left:auto;background:0 0;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:0 0;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{flex-shrink:0;margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto 0}.swal2-validation-message{align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-i-mark .5s;animation:swal2-animate-i-mark .5s}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-i-mark .8s;animation:swal2-animate-i-mark .8s}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-question-mark .8s;animation:swal2-animate-question-mark .8s}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:0 0;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-no-war{display:flex;position:fixed;z-index:1061;top:0;left:0;align-items:center;justify-content:center;width:100%;height:3.375em;background:#20232a;color:#fff;text-align:center}.swal2-no-war a{color:#61dafb;text-decoration:none}.swal2-no-war a:hover{text-decoration:underline}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-webkit-keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@-webkit-keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}')},3744:function(e,t){"use strict";t.Z=(e,t)=>{const r=e.__vccOpts||e;for(const[a,n]of t)r[a]=n;return r}},6428:function(e,t,r){var a=r(8900);a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.id,a,""]]),a.locals&&(e.exports=a.locals);var n=r(4402).Z;n("2899cd3e",a,!0,{sourceMap:!1,shadowMode:!1})},895:function(e,t,r){var a=r(5372);a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.id,a,""]]),a.locals&&(e.exports=a.locals);var n=r(4402).Z;n("2d363356",a,!0,{sourceMap:!1,shadowMode:!1})},9522:function(e,t,r){var a=r(6514);a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.id,a,""]]),a.locals&&(e.exports=a.locals);var n=r(4402).Z;n("49adeee4",a,!0,{sourceMap:!1,shadowMode:!1})},1565:function(e,t,r){var a=r(9672);a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.id,a,""]]),a.locals&&(e.exports=a.locals);var n=r(4402).Z;n("e6d64b6c",a,!0,{sourceMap:!1,shadowMode:!1})},3751:function(e,t,r){var a=r(2380);a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.id,a,""]]),a.locals&&(e.exports=a.locals);var n=r(4402).Z;n("6fc473ea",a,!0,{sourceMap:!1,shadowMode:!1})},1162:function(e,t,r){var a=r(6303);a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.id,a,""]]),a.locals&&(e.exports=a.locals);var n=r(4402).Z;n("ef84617a",a,!0,{sourceMap:!1,shadowMode:!1})},3842:function(e,t,r){var a=r(111);a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.id,a,""]]),a.locals&&(e.exports=a.locals);var n=r(4402).Z;n("fa743de6",a,!0,{sourceMap:!1,shadowMode:!1})},5545:function(e,t,r){var a=r(6808);a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.id,a,""]]),a.locals&&(e.exports=a.locals);var n=r(4402).Z;n("1f1779e4",a,!0,{sourceMap:!1,shadowMode:!1})},1729:function(e,t,r){var a=r(4137);a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.id,a,""]]),a.locals&&(e.exports=a.locals);var n=r(4402).Z;n("6273539f",a,!0,{sourceMap:!1,shadowMode:!1})},6507:function(e,t,r){var a=r(654);a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.id,a,""]]),a.locals&&(e.exports=a.locals);var n=r(4402).Z;n("5f5db1de",a,!0,{sourceMap:!1,shadowMode:!1})},1794:function(e,t,r){var a=r(1788);a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.id,a,""]]),a.locals&&(e.exports=a.locals);var n=r(4402).Z;n("6b410bbf",a,!0,{sourceMap:!1,shadowMode:!1})},5793:function(e,t,r){var a=r(2456);a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.id,a,""]]),a.locals&&(e.exports=a.locals);var n=r(4402).Z;n("41989c2a",a,!0,{sourceMap:!1,shadowMode:!1})},4402:function(e,t,r){"use strict";function a(e,t){for(var r=[],a={},n=0;n<t.length;n++){var o=t[n],i=o[0],s=o[1],l=o[2],c=o[3],d={id:e+":"+n,css:s,media:l,sourceMap:c};a[i]?a[i].parts.push(d):r.push(a[i]={id:i,parts:[d]})}return r}r.d(t,{Z:function(){return m}});var n="undefined"!==typeof document;if("undefined"!==typeof DEBUG&&DEBUG&&!n)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},i=n&&(document.head||document.getElementsByTagName("head")[0]),s=null,l=0,c=!1,d=function(){},u=null,h="data-vue-ssr-id",p="undefined"!==typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function m(e,t,r,n){c=r,u=n||{};var i=a(e,t);return f(i),function(t){for(var r=[],n=0;n<i.length;n++){var s=i[n],l=o[s.id];l.refs--,r.push(l)}t?(i=a(e,t),f(i)):i=[];for(n=0;n<r.length;n++){l=r[n];if(0===l.refs){for(var c=0;c<l.parts.length;c++)l.parts[c]();delete o[l.id]}}}}function f(e){for(var t=0;t<e.length;t++){var r=e[t],a=o[r.id];if(a){a.refs++;for(var n=0;n<a.parts.length;n++)a.parts[n](r.parts[n]);for(;n<r.parts.length;n++)a.parts.push(b(r.parts[n]));a.parts.length>r.parts.length&&(a.parts.length=r.parts.length)}else{var i=[];for(n=0;n<r.parts.length;n++)i.push(b(r.parts[n]));o[r.id]={id:r.id,refs:1,parts:i}}}}function g(){var e=document.createElement("style");return e.type="text/css",i.appendChild(e),e}function b(e){var t,r,a=document.querySelector("style["+h+'~="'+e.id+'"]');if(a){if(c)return d;a.parentNode.removeChild(a)}if(p){var n=l++;a=s||(s=g()),t=w.bind(null,a,n,!1),r=w.bind(null,a,n,!0)}else a=g(),t=y.bind(null,a),r=function(){a.parentNode.removeChild(a)};return t(e),function(a){if(a){if(a.css===e.css&&a.media===e.media&&a.sourceMap===e.sourceMap)return;t(e=a)}else r()}}var v=function(){var e=[];return function(t,r){return e[t]=r,e.filter(Boolean).join("\n")}}();function w(e,t,r,a){var n=r?"":a.css;if(e.styleSheet)e.styleSheet.cssText=v(t,n);else{var o=document.createTextNode(n),i=e.childNodes;i[t]&&e.removeChild(i[t]),i.length?e.insertBefore(o,i[t]):e.appendChild(o)}}function y(e,t){var r=t.css,a=t.media,n=t.sourceMap;if(a&&e.setAttribute("media",a),u.ssrId&&e.setAttribute(h,t.id),n&&(r+="\n/*# sourceURL="+n.sources[0]+" */",r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */"),e.styleSheet)e.styleSheet.cssText=r;else{while(e.firstChild)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}},4009:function(e,t,r){!function(t,a){e.exports=a(r(9812))}(0,(e=>(()=>{"use strict";var t={831:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=(e,t)=>{const r=e.__vccOpts||e;for(const[a,n]of t)r[a]=n;return r}},976:t=>{t.exports=e}},r={};function a(e){var n=r[e];if(void 0!==n)return n.exports;var o=r[e]={exports:{}};return t[e](o,o.exports,a),o.exports}a.d=(e,t)=>{for(var r in t)a.o(t,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{a.r(n),a.d(n,{ToastComponent:()=>h,ToastPlugin:()=>m,ToastPositions:()=>l,default:()=>f,useToast:()=>p});var e=a(976);const t=(0,e.createElementVNode)("div",{class:"v-toast__icon"},null,-1),r=["innerHTML"];function o(e){var t;void 0!==e.remove?e.remove():null===(t=e.parentNode)||void 0===t||t.removeChild(e)}function i(t,r,a){let n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const o=(0,e.h)(t,r,n),i=document.createElement("div");return i.classList.add("v-toast--pending"),a.appendChild(i),(0,e.render)(o,i),o.component}class s{constructor(e,t){this.startedAt=Date.now(),this.callback=e,this.delay=t,this.timer=setTimeout(e,t)}pause(){this.stop(),this.delay-=Date.now()-this.startedAt}resume(){this.stop(),this.startedAt=Date.now(),this.timer=setTimeout(this.callback,this.delay)}stop(){clearTimeout(this.timer)}}const l=Object.freeze({TOP_RIGHT:"top-right",TOP:"top",TOP_LEFT:"top-left",BOTTOM_RIGHT:"bottom-right",BOTTOM:"bottom",BOTTOM_LEFT:"bottom-left"});var c;const d={all:c=c||new Map,on:function(e,t){var r=c.get(e);r?r.push(t):c.set(e,[t])},off:function(e,t){var r=c.get(e);r&&(t?r.splice(r.indexOf(t)>>>0,1):c.set(e,[]))},emit:function(e,t){var r=c.get(e);r&&r.slice().map((function(e){e(t)})),(r=c.get("*"))&&r.slice().map((function(r){r(e,t)}))}},u=(0,e.defineComponent)({name:"Toast",props:{message:{type:String,required:!0},type:{type:String,default:"success"},position:{type:String,default:l.BOTTOM_RIGHT,validator:e=>Object.values(l).includes(e)},duration:{type:Number,default:3e3},dismissible:{type:Boolean,default:!0},onDismiss:{type:Function,default:()=>{}},onClick:{type:Function,default:()=>{}},queue:Boolean,pauseOnHover:{type:Boolean,default:!0}},data:()=>({isActive:!1,parentTop:null,parentBottom:null,isHovered:!1}),beforeMount(){this.setupContainer()},mounted(){this.showNotice(),d.on("toast-clear",this.dismiss)},methods:{setupContainer(){if(this.parentTop=document.querySelector(".v-toast.v-toast--top"),this.parentBottom=document.querySelector(".v-toast.v-toast--bottom"),this.parentTop&&this.parentBottom)return;this.parentTop||(this.parentTop=document.createElement("div"),this.parentTop.className="v-toast v-toast--top"),this.parentBottom||(this.parentBottom=document.createElement("div"),this.parentBottom.className="v-toast v-toast--bottom");const e=document.body;e.appendChild(this.parentTop),e.appendChild(this.parentBottom)},shouldQueue(){return!!this.queue&&(this.parentTop.childElementCount>0||this.parentBottom.childElementCount>0)},dismiss(){this.timer&&this.timer.stop(),clearTimeout(this.queueTimer),this.isActive=!1,setTimeout((()=>{this.onDismiss.apply(null,arguments);const t=this.$refs.root;(0,e.render)(null,t),o(t)}),150)},showNotice(){if(this.shouldQueue())return void(this.queueTimer=setTimeout(this.showNotice,250));const e=this.$refs.root.parentElement;this.correctParent.insertAdjacentElement("afterbegin",this.$refs.root),o(e),this.isActive=!0,this.duration&&(this.timer=new s(this.dismiss,this.duration))},whenClicked(){this.dismissible&&(this.onClick.apply(null,arguments),this.dismiss())},toggleTimer(e){this.pauseOnHover&&this.timer&&(e?this.timer.pause():this.timer.resume())}},computed:{correctParent(){switch(this.position){case l.TOP:case l.TOP_RIGHT:case l.TOP_LEFT:return this.parentTop;case l.BOTTOM:case l.BOTTOM_RIGHT:case l.BOTTOM_LEFT:return this.parentBottom}},transition(){switch(this.position){case l.TOP:case l.TOP_RIGHT:case l.TOP_LEFT:return{enter:"v-toast--fade-in-down",leave:"v-toast--fade-out"};case l.BOTTOM:case l.BOTTOM_RIGHT:case l.BOTTOM_LEFT:return{enter:"v-toast--fade-in-up",leave:"v-toast--fade-out"}}}},beforeUnmount(){d.off("toast-clear",this.dismiss)}}),h=(0,a(831).default)(u,[["render",function(a,n,o,i,s,l){return(0,e.openBlock)(),(0,e.createBlock)(e.Transition,{"enter-active-class":a.transition.enter,"leave-active-class":a.transition.leave},{default:(0,e.withCtx)((()=>[(0,e.withDirectives)((0,e.createElementVNode)("div",{ref:"root",role:"alert",class:(0,e.normalizeClass)(["v-toast__item",["v-toast__item--".concat(a.type),"v-toast__item--".concat(a.position)]]),onMouseover:n[0]||(n[0]=e=>a.toggleTimer(!0)),onMouseleave:n[1]||(n[1]=e=>a.toggleTimer(!1)),onClick:n[2]||(n[2]=function(){return a.whenClicked&&a.whenClicked(...arguments)})},[t,(0,e.createElementVNode)("p",{class:"v-toast__text",innerHTML:a.message},null,8,r)],34),[[e.vShow,a.isActive]])])),_:1},8,["enter-active-class","leave-active-class"])}]]),p=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return{open(t){let r=null;"string"==typeof t&&(r=t);const a={message:r},n=Object.assign({},a,e,t);return{dismiss:i(h,n,document.body).ctx.dismiss}},clear(){d.emit("toast-clear")},success(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.open(Object.assign({},{message:e,type:"success"},t))},error(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.open(Object.assign({},{message:e,type:"error"},t))},info(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.open(Object.assign({},{message:e,type:"info"},t))},warning(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.open(Object.assign({},{message:e,type:"warning"},t))},default(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.open(Object.assign({},{message:e,type:"default"},t))}}},m={install:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=p(t);e.config.globalProperties.$toast=r,e.provide("$toast",r)}},f=m})(),n})()))},9812:function(e,t,r){"use strict";r.r(t),r.d(t,{BaseTransition:function(){return a.P$},Comment:function(){return a.sv},EffectScope:function(){return a.Bj},Fragment:function(){return a.HY},KeepAlive:function(){return a.Ob},ReactiveEffect:function(){return a.qq},Static:function(){return a.qG},Suspense:function(){return a.n4},Teleport:function(){return a.lR},Text:function(){return a.xv},Transition:function(){return a.uT},TransitionGroup:function(){return a.W3},VueElement:function(){return a.a2},callWithAsyncErrorHandling:function(){return a.$d},callWithErrorHandling:function(){return a.KU},camelize:function(){return a._A},capitalize:function(){return a.kC},cloneVNode:function(){return a.Ho},compatUtils:function(){return a.ry},compile:function(){return n},computed:function(){return a.Fl},createApp:function(){return a.ri},createBlock:function(){return a.j4},createCommentVNode:function(){return a.kq},createElementBlock:function(){return a.iD},createElementVNode:function(){return a._},createHydrationRenderer:function(){return a.Eo},createPropsRestProxy:function(){return a.p1},createRenderer:function(){return a.Us},createSSRApp:function(){return a.vr},createSlots:function(){return a.Nv},createStaticVNode:function(){return a.uE},createTextVNode:function(){return a.Uk},createVNode:function(){return a.Wm},customRef:function(){return a.ZM},defineAsyncComponent:function(){return a.RC},defineComponent:function(){return a.aZ},defineCustomElement:function(){return a.MW},defineEmits:function(){return a.Bz},defineExpose:function(){return a.WY},defineProps:function(){return a.yb},defineSSRCustomElement:function(){return a.Ah},devtools:function(){return a.mW},effect:function(){return a.cE},effectScope:function(){return a.B},getCurrentInstance:function(){return a.FN},getCurrentScope:function(){return a.nZ},getTransitionRawChildren:function(){return a.Q6},guardReactiveProps:function(){return a.F4},h:function(){return a.h},handleError:function(){return a.S3},hydrate:function(){return a.ZB},initCustomFormatter:function(){return a.Mr},initDirectivesForSSR:function(){return a.Nd},inject:function(){return a.f3},isMemoSame:function(){return a.nQ},isProxy:function(){return a.X3},isReactive:function(){return a.PG},isReadonly:function(){return a.$y},isRef:function(){return a.dq},isRuntimeOnly:function(){return a.of},isShallow:function(){return a.yT},isVNode:function(){return a.lA},markRaw:function(){return a.Xl},mergeDefaults:function(){return a.u_},mergeProps:function(){return a.dG},nextTick:function(){return a.Y3},normalizeClass:function(){return a.C_},normalizeProps:function(){return a.vs},normalizeStyle:function(){return a.j5},onActivated:function(){return a.dl},onBeforeMount:function(){return a.wF},onBeforeUnmount:function(){return a.Jd},onBeforeUpdate:function(){return a.Xn},onDeactivated:function(){return a.se},onErrorCaptured:function(){return a.d1},onMounted:function(){return a.bv},onRenderTracked:function(){return a.bT},onRenderTriggered:function(){return a.Yq},onScopeDispose:function(){return a.EB},onServerPrefetch:function(){return a.vl},onUnmounted:function(){return a.SK},onUpdated:function(){return a.ic},openBlock:function(){return a.wg},popScopeId:function(){return a.Cn},provide:function(){return a.JJ},proxyRefs:function(){return a.WL},pushScopeId:function(){return a.dD},queuePostFlushCb:function(){return a.qb},reactive:function(){return a.qj},readonly:function(){return a.OT},ref:function(){return a.iH},registerRuntimeCompiler:function(){return a.Y1},render:function(){return a.sY},renderList:function(){return a.Ko},renderSlot:function(){return a.WI},resolveComponent:function(){return a.up},resolveDirective:function(){return a.Q2},resolveDynamicComponent:function(){return a.LL},resolveFilter:function(){return a.eq},resolveTransitionHooks:function(){return a.U2},setBlockTracking:function(){return a.qZ},setDevtoolsHook:function(){return a.ec},setTransitionHooks:function(){return a.nK},shallowReactive:function(){return a.Um},shallowReadonly:function(){return a.YS},shallowRef:function(){return a.XI},ssrContextKey:function(){return a.Uc},ssrUtils:function(){return a.G},stop:function(){return a.sT},toDisplayString:function(){return a.zw},toHandlerKey:function(){return a.hR},toHandlers:function(){return a.mx},toRaw:function(){return a.IU},toRef:function(){return a.Vh},toRefs:function(){return a.BK},transformVNodeArgs:function(){return a.C3},triggerRef:function(){return a.oR},unref:function(){return a.SU},useAttrs:function(){return a.l1},useCssModule:function(){return a.fb},useCssVars:function(){return a.sj},useSSRContext:function(){return a.Zq},useSlots:function(){return a.Rr},useTransitionState:function(){return a.Y8},vModelCheckbox:function(){return a.e8},vModelDynamic:function(){return a.YZ},vModelRadio:function(){return a.G2},vModelSelect:function(){return a.bM},vModelText:function(){return a.nr},vShow:function(){return a.F8},version:function(){return a.i8},warn:function(){return a.ZK},watch:function(){return a.YP},watchEffect:function(){return a.m0},watchPostEffect:function(){return a.Rh},watchSyncEffect:function(){return a.yX},withAsyncContext:function(){return a.mv},withCtx:function(){return a.w5},withDefaults:function(){return a.b9},withDirectives:function(){return a.wy},withKeys:function(){return a.D2},withMemo:function(){return a.MX},withModifiers:function(){return a.iM},withScopeId:function(){return a.HX}});var a=r(9963);const n=()=>{0}},4486:function(e){"use strict";e.exports="data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJBwAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQJBwAAACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAkHAAAALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQJBwAAACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkECQcAAAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkECQcAAAAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkECQcAAAAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAkHAAAALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA=="},7430:function(e){"use strict";e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAA6UlEQVR4Xl2Pi2rEMAwE16fm1f7/r14v7w4rI0IzLAF7hLxNevBSEMEF5+OilNCsRd8ZMyn+a4NmsOT8WJw1lFbSYgGFzF2bLFoLjTClWjKKGRWpDYAGXUnZ4uhbBUzF3Oe/GG/ue2fn4GgsyXhNgysV2JnrhKEMg4fEZcALmiKbNhBBRFpSyDOj1G4QOVly6O1FV54ZZq8OVygrciDt6JazRgi1ljTPH0gbrPmHPXAbCiDd4GawIjip1TPh9tt2sz24qaCjr/jAb/GBFTbq9KZ7Ke/Cqt8nayUikZKsWZK7Fe6bg5dOUt8fZHWG2BHc+6EAAAAASUVORK5CYII="},6096:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 52 52%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill=%27%23fff%27 d=%27M49.466 41.26 29.216 6.85c-.69-1.16-1.89-1.85-3.22-1.85-1.32 0-2.53.69-3.21 1.85L2.536 41.26c-.71 1.2-.72 2.64-.03 3.85.68 1.18 1.89 1.89 3.24 1.89h40.51c1.35 0 2.56-.71 3.23-1.89.7-1.21.69-2.65-.02-3.85zm-25.53-21.405h3.381v3.187l-.724 8.92H24.66l-.725-8.92v-3.187zm2.97 17.344a1.712 1.712 0 0 1-1.267.543c-.491 0-.914-.181-1.268-.543a1.788 1.788 0 0 1-.531-1.297c0-.502.176-.935.53-1.297a1.712 1.712 0 0 1 1.269-.544c.49 0 .914.181 1.268.544s.53.795.53 1.297c0 .503-.176.934-.53 1.297z%27/%3E%3C/svg%3E"},8709:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%272%27 fill=%27%23fff%27/%3E%3C/svg%3E"},8346:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27%238b96a0%27/%3E%3C/svg%3E"},5832:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27%23fff%27/%3E%3C/svg%3E"},499:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%238b96a0%27%3E%3Cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3E%3C/svg%3E"},3585:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3E%3Cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z%27/%3E%3C/svg%3E"},3084:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3E%3Cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/%3E%3C/svg%3E"},1331:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27var%28--ct-accordion-button-active-color%29%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3E%3C/svg%3E"},1291:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27var%28--ct-accordion-color%29%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3E%3C/svg%3E"},3426:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27none%27 stroke=%27%238b96a0%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3E%3C/svg%3E"},388:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3E%3Cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3E%3C/svg%3E"},5322:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3E%3Cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3E%3C/svg%3E"},7593:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3E%3Cpath stroke=%27var%28--ct-navbar-dark-color%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E"},9020:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3E%3Cpath stroke=%27var%28--ct-navbar-light-color%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E"},9737:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 45.999 45.999%27%3E%3Cpath fill=%27%23fff%27 d=%27M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 1 1-6 0V21a3 3 0 1 1 6 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z%27/%3E%3C/svg%3E"},5041:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 51.976 51.976%27%3E%3Cpath fill=%27%23fff%27 d=%27M44.373 7.603c-10.137-10.137-26.632-10.138-36.77 0-10.138 10.138-10.137 26.632 0 36.77s26.632 10.138 36.77 0c10.137-10.138 10.137-26.633 0-36.77zm-8.132 28.638a2 2 0 0 1-2.828 0l-7.425-7.425-7.778 7.778a2 2 0 1 1-2.828-2.828l7.778-7.778-7.425-7.425a2 2 0 1 1 2.828-2.828l7.425 7.425 7.071-7.071a2 2 0 1 1 2.828 2.828l-7.071 7.071 7.425 7.425a2 2 0 0 1 0 2.828z%27/%3E%3C/svg%3E"},1481:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 52 52%27%3E%3Cpath fill=%27%23fff%27 d=%27M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329-16 18a1.997 1.997 0 0 1-2.745.233l-10-8a2 2 0 0 1 2.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 0 1 2.99 2.659z%27/%3E%3C/svg%3E"},7530:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%231abc9c%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3E%3C/svg%3E"},2715:function(e){"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23f1556c%27%3E%3Ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3E%3Cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3E%3Ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23f1556c%27 stroke=%27none%27/%3E%3C/svg%3E"},4696:function(e){"use strict";e.exports="data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJBwAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQJBwAAACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAkHAAAALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQJBwAAACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkECQcAAAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkECQcAAAAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkECQcAAAAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAkHAAAALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA=="},4203:function(e){"use strict";e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAA6UlEQVR4Xl2Pi2rEMAwE16fm1f7/r14v7w4rI0IzLAF7hLxNevBSEMEF5+OilNCsRd8ZMyn+a4NmsOT8WJw1lFbSYgGFzF2bLFoLjTClWjKKGRWpDYAGXUnZ4uhbBUzF3Oe/GG/ue2fn4GgsyXhNgysV2JnrhKEMg4fEZcALmiKbNhBBRFpSyDOj1G4QOVly6O1FV54ZZq8OVygrciDt6JazRgi1ljTPH0gbrPmHPXAbCiDd4GawIjip1TPh9tt2sz24qaCjr/jAb/GBFTbq9KZ7Ke/Cqt8nayUikZKsWZK7Fe6bg5dOUt8fZHWG2BHc+6EAAAAASUVORK5CYII="},172:function(){},2001:function(){},3779:function(){},6558:function(){},2258:function(){}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var r=__webpack_module_cache__[e]={id:e,exports:{}};return __webpack_modules__[e].call(r.exports,r,r.exports,__webpack_require__),r.exports}__webpack_require__.m=__webpack_modules__,function(){__webpack_require__.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return __webpack_require__.d(t,{a:t}),t}}(),function(){__webpack_require__.d=function(e,t){for(var r in t)__webpack_require__.o(t,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}}(),function(){__webpack_require__.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()}(),function(){__webpack_require__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}}(),function(){__webpack_require__.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}}(),function(){__webpack_require__.b=document.baseURI||self.location.href}();var __webpack_exports__={};!function(){"use strict";var e=__webpack_require__(9963),t=__webpack_require__(6252);const r={id:"wrapper"},a={class:"content-page"},n={class:"content"},o={class:"container-fluid"};function i(e,i,s,l,c,d){const u=(0,t.up)("TopbarView"),h=(0,t.up)("router-view"),p=(0,t.up)("FooterView");return(0,t.wg)(),(0,t.iD)("div",r,[(0,t.Wm)(u),(0,t._)("div",a,[(0,t._)("div",n,[(0,t._)("div",o,[(0,t.Wm)(h)])]),(0,t.Wm)(p)])])}var s=__webpack_require__(3577);const l={class:"navbar-custom"},c={class:"container-fluid"},d={class:"list-unstyled topnav-menu float-end mb-0"},u={class:"dropdown notification-list topbar-dropdown"},h={key:0,class:"nav-link dropdown-toggle nav-user me-0 waves-effect waves-light","data-bs-toggle":"dropdown",href:"#",role:"button","aria-haspopup":"false","aria-expanded":"false"},p={class:"pro-user-name ms-1"},m=(0,t._)("i",{class:"mdi mdi-chevron-down"},null,-1),f=(0,t._)("i",{class:"bi bi-caret-down-fill"},null,-1),g=(0,t._)("div",{class:"dropdown-menu dropdown-menu-end profile-dropdown"},[(0,t._)("a",{href:"/cdn-cgi/access/logout",class:"dropdown-item notify-item"},[(0,t._)("i",{class:"bi bi-box-arrow-right"}),(0,t._)("span",null,"Logout")])],-1),b=(0,t.uE)('<div class="logo-box"><a class="logo logo-light text-center"><span class="logo-sm"><span class="logo-lg-text-light">R2E</span></span><span class="logo-lg"><span class="logo-lg-text-light">R2 Explorer</span></span></a></div><div class="clearfix"></div>',2);function v(e,r){return(0,t.wg)(),(0,t.iD)("div",l,[(0,t._)("div",c,[(0,t._)("ul",d,[(0,t._)("li",u,[e.$store.state.user?((0,t.wg)(),(0,t.iD)("a",h,[(0,t._)("span",p,[(0,t.Uk)((0,s.zw)(e.$store.state.user)+" ",1),m]),f])):(0,t.kq)("",!0),g])]),b])])}var w=__webpack_require__(3744);const y={},x=(0,w.Z)(y,[["render",v]]);var k=x;const A={class:"footer"},C=(0,t.uE)('<div class="container-fluid"><div class="row"><div class="col-md-12"><div class="text-md-end footer-links d-none d-sm-block"><a target="_blank" href="https://github.com/G4brym/R2-Explorer">About R2-Explorer</a><a target="_blank" href="https://github.com/G4brym/R2-Explorer/issues/new">Provide Feedback</a></div></div></div></div>',1),S=[C];function _(e,r){return(0,t.wg)(),(0,t.iD)("footer",A,S)}const E={},P=(0,w.Z)(E,[["render",_]]);var T=P,I={components:{TopbarView:k,FooterView:T}};const O=(0,w.Z)(I,[["render",i]]);var L=O,F=__webpack_require__(2262);
|
|
115
|
+
/*!
|
|
116
|
+
* vue-router v4.0.16
|
|
117
|
+
* (c) 2022 Eduardo San Martin Morote
|
|
118
|
+
* @license MIT
|
|
119
|
+
*/
|
|
120
|
+
const R="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag,M=e=>R?Symbol(e):"_vr_"+e,D=M("rvlm"),N=M("rvd"),B=M("r"),U=M("rl"),j=M("rvl"),z="undefined"!==typeof window;function q(e){return e.__esModule||R&&"Module"===e[Symbol.toStringTag]}const H=Object.assign;function G(e,t){const r={};for(const a in t){const n=t[a];r[a]=Array.isArray(n)?n.map(e):e(n)}return r}const W=()=>{};const V=/\/$/,$=e=>e.replace(V,"");function Y(e,t,r="/"){let a,n={},o="",i="";const s=t.indexOf("?"),l=t.indexOf("#",s>-1?s:0);return s>-1&&(a=t.slice(0,s),o=t.slice(s+1,l>-1?l:t.length),n=e(o)),l>-1&&(a=a||t.slice(0,l),i=t.slice(l,t.length)),a=re(null!=a?a:t,r),{fullPath:a+(o&&"?")+o+i,path:a,query:n,hash:i}}function X(e,t){const r=t.query?e(t.query):"";return t.path+(r&&"?")+r+(t.hash||"")}function K(e,t){return t&&e.toLowerCase().startsWith(t.toLowerCase())?e.slice(t.length)||"/":e}function Q(e,t,r){const a=t.matched.length-1,n=r.matched.length-1;return a>-1&&a===n&&J(t.matched[a],r.matched[n])&&Z(t.params,r.params)&&e(t.query)===e(r.query)&&t.hash===r.hash}function J(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Z(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const r in e)if(!ee(e[r],t[r]))return!1;return!0}function ee(e,t){return Array.isArray(e)?te(e,t):Array.isArray(t)?te(t,e):e===t}function te(e,t){return Array.isArray(t)?e.length===t.length&&e.every(((e,r)=>e===t[r])):1===e.length&&e[0]===t}function re(e,t){if(e.startsWith("/"))return e;if(!e)return t;const r=t.split("/"),a=e.split("/");let n,o,i=r.length-1;for(n=0;n<a.length;n++)if(o=a[n],1!==i&&"."!==o){if(".."!==o)break;i--}return r.slice(0,i).join("/")+"/"+a.slice(n-(n===a.length?1:0)).join("/")}var ae,ne;(function(e){e["pop"]="pop",e["push"]="push"})(ae||(ae={})),function(e){e["back"]="back",e["forward"]="forward",e["unknown"]=""}(ne||(ne={}));function oe(e){if(!e)if(z){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return"/"!==e[0]&&"#"!==e[0]&&(e="/"+e),$(e)}const ie=/^[^#]+#/;function se(e,t){return e.replace(ie,"#")+t}function le(e,t){const r=document.documentElement.getBoundingClientRect(),a=e.getBoundingClientRect();return{behavior:t.behavior,left:a.left-r.left-(t.left||0),top:a.top-r.top-(t.top||0)}}const ce=()=>({left:window.pageXOffset,top:window.pageYOffset});function de(e){let t;if("el"in e){const r=e.el,a="string"===typeof r&&r.startsWith("#");0;const n="string"===typeof r?a?document.getElementById(r.slice(1)):document.querySelector(r):r;if(!n)return;t=le(n,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(null!=t.left?t.left:window.pageXOffset,null!=t.top?t.top:window.pageYOffset)}function ue(e,t){const r=history.state?history.state.position-t:-1;return r+e}const he=new Map;function pe(e,t){he.set(e,t)}function me(e){const t=he.get(e);return he.delete(e),t}let fe=()=>location.protocol+"//"+location.host;function ge(e,t){const{pathname:r,search:a,hash:n}=t,o=e.indexOf("#");if(o>-1){let t=n.includes(e.slice(o))?e.slice(o).length:1,r=n.slice(t);return"/"!==r[0]&&(r="/"+r),K(r,"")}const i=K(r,e);return i+a+n}function be(e,t,r,a){let n=[],o=[],i=null;const s=({state:o})=>{const s=ge(e,location),l=r.value,c=t.value;let d=0;if(o){if(r.value=s,t.value=o,i&&i===l)return void(i=null);d=c?o.position-c.position:0}else a(s);n.forEach((e=>{e(r.value,l,{delta:d,type:ae.pop,direction:d?d>0?ne.forward:ne.back:ne.unknown})}))};function l(){i=r.value}function c(e){n.push(e);const t=()=>{const t=n.indexOf(e);t>-1&&n.splice(t,1)};return o.push(t),t}function d(){const{history:e}=window;e.state&&e.replaceState(H({},e.state,{scroll:ce()}),"")}function u(){for(const e of o)e();o=[],window.removeEventListener("popstate",s),window.removeEventListener("beforeunload",d)}return window.addEventListener("popstate",s),window.addEventListener("beforeunload",d),{pauseListeners:l,listen:c,destroy:u}}function ve(e,t,r,a=!1,n=!1){return{back:e,current:t,forward:r,replaced:a,position:window.history.length,scroll:n?ce():null}}function we(e){const{history:t,location:r}=window,a={value:ge(e,r)},n={value:t.state};function o(a,o,i){const s=e.indexOf("#"),l=s>-1?(r.host&&document.querySelector("base")?e:e.slice(s))+a:fe()+e+a;try{t[i?"replaceState":"pushState"](o,"",l),n.value=o}catch(c){console.error(c),r[i?"replace":"assign"](l)}}function i(e,r){const i=H({},t.state,ve(n.value.back,e,n.value.forward,!0),r,{position:n.value.position});o(e,i,!0),a.value=e}function s(e,r){const i=H({},n.value,t.state,{forward:e,scroll:ce()});o(i.current,i,!0);const s=H({},ve(a.value,e,null),{position:i.position+1},r);o(e,s,!1),a.value=e}return n.value||o(a.value,{back:null,current:a.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0),{location:a,state:n,push:s,replace:i}}function ye(e){e=oe(e);const t=we(e),r=be(e,t.state,t.location,t.replace);function a(e,t=!0){t||r.pauseListeners(),history.go(e)}const n=H({location:"",base:e,go:a,createHref:se.bind(null,e)},t,r);return Object.defineProperty(n,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(n,"state",{enumerable:!0,get:()=>t.state.value}),n}function xe(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),ye(e)}function ke(e){return"string"===typeof e||e&&"object"===typeof e}function Ae(e){return"string"===typeof e||"symbol"===typeof e}const Ce={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},Se=M("nf");var _e;(function(e){e[e["aborted"]=4]="aborted",e[e["cancelled"]=8]="cancelled",e[e["duplicated"]=16]="duplicated"})(_e||(_e={}));function Ee(e,t){return H(new Error,{type:e,[Se]:!0},t)}function Pe(e,t){return e instanceof Error&&Se in e&&(null==t||!!(e.type&t))}const Te="[^/]+?",Ie={sensitive:!1,strict:!1,start:!0,end:!0},Oe=/[.+*?^${}()[\]/\\]/g;function Le(e,t){const r=H({},Ie,t),a=[];let n=r.start?"^":"";const o=[];for(const d of e){const e=d.length?[]:[90];r.strict&&!d.length&&(n+="/");for(let t=0;t<d.length;t++){const a=d[t];let i=40+(r.sensitive?.25:0);if(0===a.type)t||(n+="/"),n+=a.value.replace(Oe,"\\$&"),i+=40;else if(1===a.type){const{value:e,repeatable:r,optional:s,regexp:l}=a;o.push({name:e,repeatable:r,optional:s});const u=l||Te;if(u!==Te){i+=10;try{new RegExp(`(${u})`)}catch(c){throw new Error(`Invalid custom RegExp for param "${e}" (${u}): `+c.message)}}let h=r?`((?:${u})(?:/(?:${u}))*)`:`(${u})`;t||(h=s&&d.length<2?`(?:/${h})`:"/"+h),s&&(h+="?"),n+=h,i+=20,s&&(i+=-8),r&&(i+=-20),".*"===u&&(i+=-50)}e.push(i)}a.push(e)}if(r.strict&&r.end){const e=a.length-1;a[e][a[e].length-1]+=.7000000000000001}r.strict||(n+="/?"),r.end?n+="$":r.strict&&(n+="(?:/|$)");const i=new RegExp(n,r.sensitive?"":"i");function s(e){const t=e.match(i),r={};if(!t)return null;for(let a=1;a<t.length;a++){const e=t[a]||"",n=o[a-1];r[n.name]=e&&n.repeatable?e.split("/"):e}return r}function l(t){let r="",a=!1;for(const n of e){a&&r.endsWith("/")||(r+="/"),a=!1;for(const o of n)if(0===o.type)r+=o.value;else if(1===o.type){const{value:i,repeatable:s,optional:l}=o,c=i in t?t[i]:"";if(Array.isArray(c)&&!s)throw new Error(`Provided param "${i}" is an array but it is not repeatable (* or + modifiers)`);const d=Array.isArray(c)?c.join("/"):c;if(!d){if(!l)throw new Error(`Missing required param "${i}"`);n.length<2&&e.length>1&&(r.endsWith("/")?r=r.slice(0,-1):a=!0)}r+=d}}return r}return{re:i,score:a,keys:o,parse:s,stringify:l}}function Fe(e,t){let r=0;while(r<e.length&&r<t.length){const a=t[r]-e[r];if(a)return a;r++}return e.length<t.length?1===e.length&&80===e[0]?-1:1:e.length>t.length?1===t.length&&80===t[0]?1:-1:0}function Re(e,t){let r=0;const a=e.score,n=t.score;while(r<a.length&&r<n.length){const e=Fe(a[r],n[r]);if(e)return e;r++}if(1===Math.abs(n.length-a.length)){if(Me(a))return 1;if(Me(n))return-1}return n.length-a.length}function Me(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const De={type:0,value:""},Ne=/[a-zA-Z0-9_]/;function Be(e){if(!e)return[[]];if("/"===e)return[[De]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(e){throw new Error(`ERR (${r})/"${c}": ${e}`)}let r=0,a=r;const n=[];let o;function i(){o&&n.push(o),o=[]}let s,l=0,c="",d="";function u(){c&&(0===r?o.push({type:0,value:c}):1===r||2===r||3===r?(o.length>1&&("*"===s||"+"===s)&&t(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),o.push({type:1,value:c,regexp:d,repeatable:"*"===s||"+"===s,optional:"*"===s||"?"===s})):t("Invalid state to consume buffer"),c="")}function h(){c+=s}while(l<e.length)if(s=e[l++],"\\"!==s||2===r)switch(r){case 0:"/"===s?(c&&u(),i()):":"===s?(u(),r=1):h();break;case 4:h(),r=a;break;case 1:"("===s?r=2:Ne.test(s)?h():(u(),r=0,"*"!==s&&"?"!==s&&"+"!==s&&l--);break;case 2:")"===s?"\\"==d[d.length-1]?d=d.slice(0,-1)+s:r=3:d+=s;break;case 3:u(),r=0,"*"!==s&&"?"!==s&&"+"!==s&&l--,d="";break;default:t("Unknown state");break}else a=r,r=4;return 2===r&&t(`Unfinished custom RegExp for param "${c}"`),u(),i(),n}function Ue(e,t,r){const a=Le(Be(e.path),r);const n=H(a,{record:e,parent:t,children:[],alias:[]});return t&&!n.record.aliasOf===!t.record.aliasOf&&t.children.push(n),n}function je(e,t){const r=[],a=new Map;function n(e){return a.get(e)}function o(e,r,a){const n=!a,s=qe(e);s.aliasOf=a&&a.record;const c=Ve(t,e),d=[s];if("alias"in e){const t="string"===typeof e.alias?[e.alias]:e.alias;for(const e of t)d.push(H({},s,{components:a?a.record.components:s.components,path:e,aliasOf:a?a.record:s}))}let u,h;for(const t of d){const{path:d}=t;if(r&&"/"!==d[0]){const e=r.record.path,a="/"===e[e.length-1]?"":"/";t.path=r.record.path+(d&&a+d)}if(u=Ue(t,r,c),a?a.alias.push(u):(h=h||u,h!==u&&h.alias.push(u),n&&e.name&&!Ge(u)&&i(e.name)),"children"in s){const e=s.children;for(let t=0;t<e.length;t++)o(e[t],u,a&&a.children[t])}a=a||u,l(u)}return h?()=>{i(h)}:W}function i(e){if(Ae(e)){const t=a.get(e);t&&(a.delete(e),r.splice(r.indexOf(t),1),t.children.forEach(i),t.alias.forEach(i))}else{const t=r.indexOf(e);t>-1&&(r.splice(t,1),e.record.name&&a.delete(e.record.name),e.children.forEach(i),e.alias.forEach(i))}}function s(){return r}function l(e){let t=0;while(t<r.length&&Re(e,r[t])>=0&&(e.record.path!==r[t].record.path||!$e(e,r[t])))t++;r.splice(t,0,e),e.record.name&&!Ge(e)&&a.set(e.record.name,e)}function c(e,t){let n,o,i,s={};if("name"in e&&e.name){if(n=a.get(e.name),!n)throw Ee(1,{location:e});i=n.record.name,s=H(ze(t.params,n.keys.filter((e=>!e.optional)).map((e=>e.name))),e.params),o=n.stringify(s)}else if("path"in e)o=e.path,n=r.find((e=>e.re.test(o))),n&&(s=n.parse(o),i=n.record.name);else{if(n=t.name?a.get(t.name):r.find((e=>e.re.test(t.path))),!n)throw Ee(1,{location:e,currentLocation:t});i=n.record.name,s=H({},t.params,e.params),o=n.stringify(s)}const l=[];let c=n;while(c)l.unshift(c.record),c=c.parent;return{name:i,path:o,params:s,matched:l,meta:We(l)}}return t=Ve({strict:!1,end:!0,sensitive:!1},t),e.forEach((e=>o(e))),{addRoute:o,resolve:c,removeRoute:i,getRoutes:s,getRecordMatcher:n}}function ze(e,t){const r={};for(const a of t)a in e&&(r[a]=e[a]);return r}function qe(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:He(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||{}:{default:e.component}}}function He(e){const t={},r=e.props||!1;if("component"in e)t.default=r;else for(const a in e.components)t[a]="boolean"===typeof r?r:r[a];return t}function Ge(e){while(e){if(e.record.aliasOf)return!0;e=e.parent}return!1}function We(e){return e.reduce(((e,t)=>H(e,t.meta)),{})}function Ve(e,t){const r={};for(const a in e)r[a]=a in t?t[a]:e[a];return r}function $e(e,t){return t.children.some((t=>t===e||$e(e,t)))}const Ye=/#/g,Xe=/&/g,Ke=/\//g,Qe=/=/g,Je=/\?/g,Ze=/\+/g,et=/%5B/g,tt=/%5D/g,rt=/%5E/g,at=/%60/g,nt=/%7B/g,ot=/%7C/g,it=/%7D/g,st=/%20/g;function lt(e){return encodeURI(""+e).replace(ot,"|").replace(et,"[").replace(tt,"]")}function ct(e){return lt(e).replace(nt,"{").replace(it,"}").replace(rt,"^")}function dt(e){return lt(e).replace(Ze,"%2B").replace(st,"+").replace(Ye,"%23").replace(Xe,"%26").replace(at,"`").replace(nt,"{").replace(it,"}").replace(rt,"^")}function ut(e){return dt(e).replace(Qe,"%3D")}function ht(e){return lt(e).replace(Ye,"%23").replace(Je,"%3F")}function pt(e){return null==e?"":ht(e).replace(Ke,"%2F")}function mt(e){try{return decodeURIComponent(""+e)}catch(t){}return""+e}function ft(e){const t={};if(""===e||"?"===e)return t;const r="?"===e[0],a=(r?e.slice(1):e).split("&");for(let n=0;n<a.length;++n){const e=a[n].replace(Ze," "),r=e.indexOf("="),o=mt(r<0?e:e.slice(0,r)),i=r<0?null:mt(e.slice(r+1));if(o in t){let e=t[o];Array.isArray(e)||(e=t[o]=[e]),e.push(i)}else t[o]=i}return t}function gt(e){let t="";for(let r in e){const a=e[r];if(r=ut(r),null==a){void 0!==a&&(t+=(t.length?"&":"")+r);continue}const n=Array.isArray(a)?a.map((e=>e&&dt(e))):[a&&dt(a)];n.forEach((e=>{void 0!==e&&(t+=(t.length?"&":"")+r,null!=e&&(t+="="+e))}))}return t}function bt(e){const t={};for(const r in e){const a=e[r];void 0!==a&&(t[r]=Array.isArray(a)?a.map((e=>null==e?null:""+e)):null==a?a:""+a)}return t}function vt(){let e=[];function t(t){return e.push(t),()=>{const r=e.indexOf(t);r>-1&&e.splice(r,1)}}function r(){e=[]}return{add:t,list:()=>e,reset:r}}function wt(e,t,r,a,n){const o=a&&(a.enterCallbacks[n]=a.enterCallbacks[n]||[]);return()=>new Promise(((i,s)=>{const l=e=>{!1===e?s(Ee(4,{from:r,to:t})):e instanceof Error?s(e):ke(e)?s(Ee(2,{from:t,to:e})):(o&&a.enterCallbacks[n]===o&&"function"===typeof e&&o.push(e),i())},c=e.call(a&&a.instances[n],t,r,l);let d=Promise.resolve(c);e.length<3&&(d=d.then(l)),d.catch((e=>s(e)))}))}function yt(e,t,r,a){const n=[];for(const o of e)for(const e in o.components){let i=o.components[e];if("beforeRouteEnter"===t||o.instances[e])if(xt(i)){const s=i.__vccOpts||i,l=s[t];l&&n.push(wt(l,r,a,o,e))}else{let s=i();0,n.push((()=>s.then((n=>{if(!n)return Promise.reject(new Error(`Couldn't resolve component "${e}" at "${o.path}"`));const i=q(n)?n.default:n;o.components[e]=i;const s=i.__vccOpts||i,l=s[t];return l&&wt(l,r,a,o,e)()}))))}}return n}function xt(e){return"object"===typeof e||"displayName"in e||"props"in e||"__vccOpts"in e}function kt(e){const r=(0,t.f3)(B),a=(0,t.f3)(U),n=(0,t.Fl)((()=>r.resolve((0,F.SU)(e.to)))),o=(0,t.Fl)((()=>{const{matched:e}=n.value,{length:t}=e,r=e[t-1],o=a.matched;if(!r||!o.length)return-1;const i=o.findIndex(J.bind(null,r));if(i>-1)return i;const s=Et(e[t-2]);return t>1&&Et(r)===s&&o[o.length-1].path!==s?o.findIndex(J.bind(null,e[t-2])):i})),i=(0,t.Fl)((()=>o.value>-1&&_t(a.params,n.value.params))),s=(0,t.Fl)((()=>o.value>-1&&o.value===a.matched.length-1&&Z(a.params,n.value.params)));function l(t={}){return St(t)?r[(0,F.SU)(e.replace)?"replace":"push"]((0,F.SU)(e.to)).catch(W):Promise.resolve()}return{route:n,href:(0,t.Fl)((()=>n.value.href)),isActive:i,isExactActive:s,navigate:l}}const At=(0,t.aZ)({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:kt,setup(e,{slots:r}){const a=(0,F.qj)(kt(e)),{options:n}=(0,t.f3)(B),o=(0,t.Fl)((()=>({[Pt(e.activeClass,n.linkActiveClass,"router-link-active")]:a.isActive,[Pt(e.exactActiveClass,n.linkExactActiveClass,"router-link-exact-active")]:a.isExactActive})));return()=>{const n=r.default&&r.default(a);return e.custom?n:(0,t.h)("a",{"aria-current":a.isExactActive?e.ariaCurrentValue:null,href:a.href,onClick:a.navigate,class:o.value},n)}}}),Ct=At;function St(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&(void 0===e.button||0===e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function _t(e,t){for(const r in t){const a=t[r],n=e[r];if("string"===typeof a){if(a!==n)return!1}else if(!Array.isArray(n)||n.length!==a.length||a.some(((e,t)=>e!==n[t])))return!1}return!0}function Et(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Pt=(e,t,r)=>null!=e?e:null!=t?t:r,Tt=(0,t.aZ)({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:r,slots:a}){const n=(0,t.f3)(j),o=(0,t.Fl)((()=>e.route||n.value)),i=(0,t.f3)(N,0),s=(0,t.Fl)((()=>o.value.matched[i]));(0,t.JJ)(N,i+1),(0,t.JJ)(D,s),(0,t.JJ)(j,o);const l=(0,F.iH)();return(0,t.YP)((()=>[l.value,s.value,e.name]),(([e,t,r],[a,n,o])=>{t&&(t.instances[r]=e,n&&n!==t&&e&&e===a&&(t.leaveGuards.size||(t.leaveGuards=n.leaveGuards),t.updateGuards.size||(t.updateGuards=n.updateGuards))),!e||!t||n&&J(t,n)&&a||(t.enterCallbacks[r]||[]).forEach((t=>t(e)))}),{flush:"post"}),()=>{const n=o.value,i=s.value,c=i&&i.components[e.name],d=e.name;if(!c)return It(a.default,{Component:c,route:n});const u=i.props[e.name],h=u?!0===u?n.params:"function"===typeof u?u(n):u:null,p=e=>{e.component.isUnmounted&&(i.instances[d]=null)},m=(0,t.h)(c,H({},h,r,{onVnodeUnmounted:p,ref:l}));return It(a.default,{Component:m,route:n})||m}}});function It(e,t){if(!e)return null;const r=e(t);return 1===r.length?r[0]:r}const Ot=Tt;function Lt(e){const r=je(e.routes,e),a=e.parseQuery||ft,n=e.stringifyQuery||gt,o=e.history;const i=vt(),s=vt(),l=vt(),c=(0,F.XI)(Ce);let d=Ce;z&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=G.bind(null,(e=>""+e)),h=G.bind(null,pt),p=G.bind(null,mt);function m(e,t){let a,n;return Ae(e)?(a=r.getRecordMatcher(e),n=t):n=e,r.addRoute(n,a)}function f(e){const t=r.getRecordMatcher(e);t&&r.removeRoute(t)}function g(){return r.getRoutes().map((e=>e.record))}function b(e){return!!r.getRecordMatcher(e)}function v(e,t){if(t=H({},t||c.value),"string"===typeof e){const n=Y(a,e,t.path),i=r.resolve({path:n.path},t),s=o.createHref(n.fullPath);return H(n,i,{params:p(i.params),hash:mt(n.hash),redirectedFrom:void 0,href:s})}let i;if("path"in e)i=H({},e,{path:Y(a,e.path,t.path).path});else{const r=H({},e.params);for(const e in r)null==r[e]&&delete r[e];i=H({},e,{params:h(e.params)}),t.params=h(t.params)}const s=r.resolve(i,t),l=e.hash||"";s.params=u(p(s.params));const d=X(n,H({},e,{hash:ct(l),path:s.path})),m=o.createHref(d);return H({fullPath:d,hash:l,query:n===gt?bt(e.query):e.query||{}},s,{redirectedFrom:void 0,href:m})}function w(e){return"string"===typeof e?Y(a,e,c.value.path):H({},e)}function y(e,t){if(d!==e)return Ee(8,{from:t,to:e})}function x(e){return C(e)}function k(e){return x(H(w(e),{replace:!0}))}function A(e){const t=e.matched[e.matched.length-1];if(t&&t.redirect){const{redirect:r}=t;let a="function"===typeof r?r(e):r;return"string"===typeof a&&(a=a.includes("?")||a.includes("#")?a=w(a):{path:a},a.params={}),H({query:e.query,hash:e.hash,params:e.params},a)}}function C(e,t){const r=d=v(e),a=c.value,o=e.state,i=e.force,s=!0===e.replace,l=A(r);if(l)return C(H(w(l),{state:o,force:i,replace:s}),t||r);const u=r;let h;return u.redirectedFrom=t,!i&&Q(n,a,r)&&(h=Ee(16,{to:u,from:a}),q(a,a,!0,!1)),(h?Promise.resolve(h):_(u,a)).catch((e=>Pe(e)?Pe(e,2)?e:N(e):M(e,u,a))).then((e=>{if(e){if(Pe(e,2))return C(H(w(e.to),{state:o,force:i,replace:s}),t||u)}else e=P(u,a,!0,s,o);return E(u,a,e),e}))}function S(e,t){const r=y(e,t);return r?Promise.reject(r):Promise.resolve()}function _(e,t){let r;const[a,n,o]=Rt(e,t);r=yt(a.reverse(),"beforeRouteLeave",e,t);for(const i of a)i.leaveGuards.forEach((a=>{r.push(wt(a,e,t))}));const l=S.bind(null,e,t);return r.push(l),Ft(r).then((()=>{r=[];for(const a of i.list())r.push(wt(a,e,t));return r.push(l),Ft(r)})).then((()=>{r=yt(n,"beforeRouteUpdate",e,t);for(const a of n)a.updateGuards.forEach((a=>{r.push(wt(a,e,t))}));return r.push(l),Ft(r)})).then((()=>{r=[];for(const a of e.matched)if(a.beforeEnter&&!t.matched.includes(a))if(Array.isArray(a.beforeEnter))for(const n of a.beforeEnter)r.push(wt(n,e,t));else r.push(wt(a.beforeEnter,e,t));return r.push(l),Ft(r)})).then((()=>(e.matched.forEach((e=>e.enterCallbacks={})),r=yt(o,"beforeRouteEnter",e,t),r.push(l),Ft(r)))).then((()=>{r=[];for(const a of s.list())r.push(wt(a,e,t));return r.push(l),Ft(r)})).catch((e=>Pe(e,8)?e:Promise.reject(e)))}function E(e,t,r){for(const a of l.list())a(e,t,r)}function P(e,t,r,a,n){const i=y(e,t);if(i)return i;const s=t===Ce,l=z?history.state:{};r&&(a||s?o.replace(e.fullPath,H({scroll:s&&l&&l.scroll},n)):o.push(e.fullPath,n)),c.value=e,q(e,t,r,s),N()}let T;function I(){T||(T=o.listen(((e,t,r)=>{const a=v(e),n=A(a);if(n)return void C(H(n,{replace:!0}),a).catch(W);d=a;const i=c.value;z&&pe(ue(i.fullPath,r.delta),ce()),_(a,i).catch((e=>Pe(e,12)?e:Pe(e,2)?(C(e.to,a).then((e=>{Pe(e,20)&&!r.delta&&r.type===ae.pop&&o.go(-1,!1)})).catch(W),Promise.reject()):(r.delta&&o.go(-r.delta,!1),M(e,a,i)))).then((e=>{e=e||P(a,i,!1),e&&(r.delta?o.go(-r.delta,!1):r.type===ae.pop&&Pe(e,20)&&o.go(-1,!1)),E(a,i,e)})).catch(W)})))}let O,L=vt(),R=vt();function M(e,t,r){N(e);const a=R.list();return a.length?a.forEach((a=>a(e,t,r))):console.error(e),Promise.reject(e)}function D(){return O&&c.value!==Ce?Promise.resolve():new Promise(((e,t)=>{L.add([e,t])}))}function N(e){return O||(O=!e,I(),L.list().forEach((([t,r])=>e?r(e):t())),L.reset()),e}function q(r,a,n,o){const{scrollBehavior:i}=e;if(!z||!i)return Promise.resolve();const s=!n&&me(ue(r.fullPath,0))||(o||!n)&&history.state&&history.state.scroll||null;return(0,t.Y3)().then((()=>i(r,a,s))).then((e=>e&&de(e))).catch((e=>M(e,r,a)))}const V=e=>o.go(e);let $;const K=new Set,J={currentRoute:c,addRoute:m,removeRoute:f,hasRoute:b,getRoutes:g,resolve:v,options:e,push:x,replace:k,go:V,back:()=>V(-1),forward:()=>V(1),beforeEach:i.add,beforeResolve:s.add,afterEach:l.add,onError:R.add,isReady:D,install(e){const r=this;e.component("RouterLink",Ct),e.component("RouterView",Ot),e.config.globalProperties.$router=r,Object.defineProperty(e.config.globalProperties,"$route",{enumerable:!0,get:()=>(0,F.SU)(c)}),z&&!$&&c.value===Ce&&($=!0,x(o.location).catch((e=>{0})));const a={};for(const o in Ce)a[o]=(0,t.Fl)((()=>c.value[o]));e.provide(B,r),e.provide(U,(0,F.qj)(a)),e.provide(j,c);const n=e.unmount;K.add(e),e.unmount=function(){K.delete(e),K.size<1&&(d=Ce,T&&T(),T=null,c.value=Ce,$=!1,O=!1),n()}}};return J}function Ft(e){return e.reduce(((e,t)=>e.then((()=>t()))),Promise.resolve())}function Rt(e,t){const r=[],a=[],n=[],o=Math.max(t.matched.length,e.matched.length);for(let i=0;i<o;i++){const o=t.matched[i];o&&(e.matched.find((e=>J(e,o)))?a.push(o):r.push(o));const s=e.matched[i];s&&(t.matched.find((e=>J(e,s)))||n.push(s))}return[r,a,n]}const Mt=(0,t._)("div",{class:"row"},[(0,t._)("div",{class:"col-12"},[(0,t._)("div",{class:"page-title-box"},[(0,t._)("div",{class:"page-title-right"})])])],-1),Dt={class:"row"},Nt={class:"col-12"},Bt={class:"card"},Ut={class:"card-body"},jt={class:"inbox-leftbar"},zt={class:"btn-group d-block mb-2"},qt=(0,t._)("button",{type:"button",class:"btn btn-success w-100 waves-effect waves-light dropdown-toggle","data-bs-toggle":"dropdown","aria-haspopup":"true","aria-expanded":"false"},[(0,t._)("i",{class:"bi bi-plus-circle-fill"}),(0,t.Uk)(" New")],-1),Ht={class:"dropdown-menu"},Gt=(0,t._)("i",{class:"bi bi-folder-fill me-1"},null,-1),Wt=(0,t.Uk)(" Folder"),Vt=[Gt,Wt],$t=(0,t._)("i",{class:"bi bi-file-earmark-text-fill me-1"},null,-1),Yt=(0,t.Uk)(" File"),Xt=[$t,Yt],Kt={class:"mail-list mt-3"},Qt=["onClick"],Jt=(0,t._)("i",{class:"bi bi-bucket-fill me-2"},null,-1),Zt=(0,t._)("div",{class:"mt-5"},[(0,t._)("h6",{class:"text-uppercase mt-3"},"Storage"),(0,t._)("p",{class:"text-muted font-12 mb-0"},"GB used")],-1),er={class:"inbox-rightbar"},tr=(0,t._)("div",{class:"clearfix"},null,-1);function rr(e,r,a,n,o,i){const l=(0,t.up)("gallery"),c=(0,t.up)("drag-and-drop");return(0,t.wg)(),(0,t.iD)(t.HY,null,[Mt,(0,t._)("div",Dt,[(0,t._)("div",Nt,[(0,t._)("div",Bt,[(0,t._)("div",Ut,[(0,t._)("div",jt,[(0,t._)("div",zt,[qt,(0,t._)("div",Ht,[(0,t._)("a",{class:"dropdown-item pointer",onClick:r[0]||(r[0]=(...e)=>i.newFolder&&i.newFolder(...e))},Vt),(0,t._)("a",{class:"dropdown-item pointer",onClick:r[1]||(r[1]=t=>e.$refs.uploader.openUploader())},Xt)])]),(0,t._)("div",Kt,[((0,t.wg)(!0),(0,t.iD)(t.HY,null,(0,t.Ko)(e.$store.state.buckets,(r=>((0,t.wg)(),(0,t.iD)("button",{key:r.Name,class:(0,s.C_)([{"text-black":e.$store.state.activeBucket===r.Name},"list-group-item border-0"]),onClick:e=>i.changeBucket(r),href:"#"},[Jt,(0,t.Uk)((0,s.zw)(r.Name),1)],10,Qt)))),128))]),Zt]),(0,t._)("div",er,[(0,t.Wm)(c,{ref:"uploader"},{default:(0,t.w5)((()=>[e.$store.state.files&&e.$store.state.folders?((0,t.wg)(),(0,t.j4)(l,{key:0})):(0,t.kq)("",!0)])),_:1},512)]),tr])])])])],64)}var ar=__webpack_require__(6455),nr=__webpack_require__.n(ar);const or={class:"d-md-flex justify-content-between align-items-center"},ir=(0,t._)("form",{class:"search-bar"},[(0,t._)("div",{class:"position-relative"},[(0,t._)("input",{type:"text",class:"form-control form-control-light",placeholder:"Search files..."}),(0,t._)("span",{class:"mdi mdi-magnify"})])],-1),sr={class:"mt-2 mt-md-0"},lr={class:"mt-3"},cr={class:"mt-3"};function dr(e,r,a,n,o,i){const s=(0,t.up)("folder-tree"),l=(0,t.up)("folders"),c=(0,t.up)("files");return(0,t.wg)(),(0,t.iD)(t.HY,null,[(0,t._)("div",or,[ir,(0,t._)("div",sr,[(0,t.Wm)(s,{onNavigate:i.navigate},null,8,["onNavigate"])])]),(0,t._)("div",lr,[(0,t.Wm)(l,{onNavigate:i.navigate},null,8,["onNavigate"])]),(0,t._)("div",cr,[(0,t.Wm)(c)])],64)}const ur={key:0,class:"mb-2"},hr={class:"row mx-n1 g-0"},pr=["onClick","onContextmenu"],mr={class:"p-2"},fr={class:"row align-items-center"},gr=(0,t._)("div",{class:"col-auto pe-0"},[(0,t._)("div",{class:"avatar-sm"},[(0,t._)("span",{class:"avatar-title text-secondary rounded"},[(0,t._)("i",{class:"bi bi-folder-fill font-24 text-warning"})])])],-1),br={class:"col"},vr=["textContent"];function wr(r,a,n,o,i,l){const c=(0,t.up)("context-menu");return(0,t.wg)(),(0,t.iD)(t.HY,null,[r.$store.state.folders.length>0?((0,t.wg)(),(0,t.iD)("h5",ur,"Folders")):(0,t.kq)("",!0),(0,t._)("div",hr,[((0,t.wg)(!0),(0,t.iD)(t.HY,null,(0,t.Ko)(r.$store.state.folders,(a=>((0,t.wg)(),(0,t.iD)("div",{class:"col-xl-3 col-lg-6",key:a.Prefix},[(0,t._)("div",{class:"card m-1 shadow-none border folder",onClick:e=>r.$emit("navigate",a.Prefix),onContextmenu:(0,e.iM)((e=>l.openMenu(e,a)),["prevent"])},[(0,t._)("div",mr,[(0,t._)("div",fr,[gr,(0,t._)("div",br,[(0,t._)("a",{class:"fw-bold",textContent:(0,s.zw)(a.name)},null,8,vr)])])])],40,pr)])))),128))]),(0,t.Wm)(c,{ref:"menu"},null,512)],64)}const yr=e=>((0,t.dD)("data-v-7df40b0c"),e=e(),(0,t.Cn)(),e),xr=yr((()=>(0,t._)("i",{class:"bi bi-box-arrow-in-right me-1"},null,-1))),kr=(0,t.Uk)("Open"),Ar=[xr,kr],Cr=yr((()=>(0,t._)("i",{class:"bi bi-share-fill me-1"},null,-1))),Sr=(0,t.Uk)("Get Sharable Link "),_r=[Cr,Sr],Er=yr((()=>(0,t._)("i",{class:"bi bi-pencil-fill me-1"},null,-1))),Pr=(0,t.Uk)("Rename"),Tr=[Er,Pr],Ir=yr((()=>(0,t._)("i",{class:"bi bi-cloud-download-fill me-1"},null,-1))),Or=(0,t.Uk)("Download "),Lr=[Ir,Or],Fr=yr((()=>(0,t._)("i",{class:"bi bi-trash-fill me-1"},null,-1))),Rr=(0,t.Uk)("Remove"),Mr=[Fr,Rr];function Dr(e,r,a,n,o,i){return e.viewMenu?((0,t.wg)(),(0,t.iD)("ul",{key:0,id:"right-click-menu",ref:"menu",tabindex:"-1",onBlur:r[5]||(r[5]=(...e)=>i.closeMenu&&i.closeMenu(...e)),style:(0,s.j5)({top:e.top,left:e.left})},[e.canPreview?((0,t.wg)(),(0,t.iD)("li",{key:0,class:"pointer",onClick:r[0]||(r[0]=(...e)=>i.openFile&&i.openFile(...e))},Ar)):(0,t.kq)("",!0),e.canShare?((0,t.wg)(),(0,t.iD)("li",{key:1,class:"pointer",onClick:r[1]||(r[1]=(...e)=>i.notImplemented&&i.notImplemented(...e))},_r)):(0,t.kq)("",!0),(0,t._)("li",{class:"pointer",onClick:r[2]||(r[2]=(...e)=>i.renameFile&&i.renameFile(...e))},Tr),e.canDownload?((0,t.wg)(),(0,t.iD)("li",{key:2,class:"pointer",onClick:r[3]||(r[3]=(...e)=>i.downloadFile&&i.downloadFile(...e))},Lr)):(0,t.kq)("",!0),(0,t._)("li",{class:"pointer",onClick:r[4]||(r[4]=(...e)=>i.deleteFile&&i.deleteFile(...e))},Mr)],36)):(0,t.kq)("",!0)}var Nr=__webpack_require__(3162),Br=__webpack_require__(9669),Ur=__webpack_require__.n(Br);function jr(){return zr().__VUE_DEVTOOLS_GLOBAL_HOOK__}function zr(){return"undefined"!==typeof navigator&&"undefined"!==typeof window?window:"undefined"!==typeof __webpack_require__.g?__webpack_require__.g:{}}const qr="function"===typeof Proxy,Hr="devtools-plugin:setup",Gr="plugin:settings:set";let Wr,Vr;function $r(){var e;return void 0!==Wr||("undefined"!==typeof window&&window.performance?(Wr=!0,Vr=window.performance):"undefined"!==typeof __webpack_require__.g&&(null===(e=__webpack_require__.g.perf_hooks)||void 0===e?void 0:e.performance)?(Wr=!0,Vr=__webpack_require__.g.perf_hooks.performance):Wr=!1),Wr}function Yr(){return $r()?Vr.now():Date.now()}class Xr{constructor(e,t){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=e,this.hook=t;const r={};if(e.settings)for(const i in e.settings){const t=e.settings[i];r[i]=t.defaultValue}const a=`__vue-devtools-plugin-settings__${e.id}`;let n=Object.assign({},r);try{const e=localStorage.getItem(a),t=JSON.parse(e);Object.assign(n,t)}catch(o){}this.fallbacks={getSettings(){return n},setSettings(e){try{localStorage.setItem(a,JSON.stringify(e))}catch(o){}n=e},now(){return Yr()}},t&&t.on(Gr,((e,t)=>{e===this.plugin.id&&this.fallbacks.setSettings(t)})),this.proxiedOn=new Proxy({},{get:(e,t)=>this.target?this.target.on[t]:(...e)=>{this.onQueue.push({method:t,args:e})}}),this.proxiedTarget=new Proxy({},{get:(e,t)=>this.target?this.target[t]:"on"===t?this.proxiedOn:Object.keys(this.fallbacks).includes(t)?(...e)=>(this.targetQueue.push({method:t,args:e,resolve:()=>{}}),this.fallbacks[t](...e)):(...e)=>new Promise((r=>{this.targetQueue.push({method:t,args:e,resolve:r})}))})}async setRealTarget(e){this.target=e;for(const t of this.onQueue)this.target.on[t.method](...t.args);for(const t of this.targetQueue)t.resolve(await this.target[t.method](...t.args))}}function Kr(e,t){const r=e,a=zr(),n=jr(),o=qr&&r.enableEarlyProxy;if(!n||!a.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__&&o){const e=o?new Xr(r,n):null,i=a.__VUE_DEVTOOLS_PLUGINS__=a.__VUE_DEVTOOLS_PLUGINS__||[];i.push({pluginDescriptor:r,setupFn:t,proxy:e}),e&&t(e.proxiedTarget)}else n.emit(Hr,e,t)}
|
|
121
|
+
/*!
|
|
122
|
+
* vuex v4.0.2
|
|
123
|
+
* (c) 2021 Evan You
|
|
124
|
+
* @license MIT
|
|
125
|
+
*/
|
|
126
|
+
var Qr="store";function Jr(e,t){Object.keys(e).forEach((function(r){return t(e[r],r)}))}function Zr(e){return null!==e&&"object"===typeof e}function ea(e){return e&&"function"===typeof e.then}function ta(e,t){return function(){return e(t)}}function ra(e,t,r){return t.indexOf(e)<0&&(r&&r.prepend?t.unshift(e):t.push(e)),function(){var r=t.indexOf(e);r>-1&&t.splice(r,1)}}function aa(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var r=e.state;oa(e,r,[],e._modules.root,!0),na(e,r,t)}function na(e,t,r){var a=e._state;e.getters={},e._makeLocalGettersCache=Object.create(null);var n=e._wrappedGetters,o={};Jr(n,(function(t,r){o[r]=ta(t,e),Object.defineProperty(e.getters,r,{get:function(){return o[r]()},enumerable:!0})})),e._state=(0,F.qj)({data:t}),e.strict&&ua(e),a&&r&&e._withCommit((function(){a.data=null}))}function oa(e,t,r,a,n){var o=!r.length,i=e._modules.getNamespace(r);if(a.namespaced&&(e._modulesNamespaceMap[i],e._modulesNamespaceMap[i]=a),!o&&!n){var s=ha(t,r.slice(0,-1)),l=r[r.length-1];e._withCommit((function(){s[l]=a.state}))}var c=a.context=ia(e,i,r);a.forEachMutation((function(t,r){var a=i+r;la(e,a,t,c)})),a.forEachAction((function(t,r){var a=t.root?r:i+r,n=t.handler||t;ca(e,a,n,c)})),a.forEachGetter((function(t,r){var a=i+r;da(e,a,t,c)})),a.forEachChild((function(a,o){oa(e,t,r.concat(o),a,n)}))}function ia(e,t,r){var a=""===t,n={dispatch:a?e.dispatch:function(r,a,n){var o=pa(r,a,n),i=o.payload,s=o.options,l=o.type;return s&&s.root||(l=t+l),e.dispatch(l,i)},commit:a?e.commit:function(r,a,n){var o=pa(r,a,n),i=o.payload,s=o.options,l=o.type;s&&s.root||(l=t+l),e.commit(l,i,s)}};return Object.defineProperties(n,{getters:{get:a?function(){return e.getters}:function(){return sa(e,t)}},state:{get:function(){return ha(e.state,r)}}}),n}function sa(e,t){if(!e._makeLocalGettersCache[t]){var r={},a=t.length;Object.keys(e.getters).forEach((function(n){if(n.slice(0,a)===t){var o=n.slice(a);Object.defineProperty(r,o,{get:function(){return e.getters[n]},enumerable:!0})}})),e._makeLocalGettersCache[t]=r}return e._makeLocalGettersCache[t]}function la(e,t,r,a){var n=e._mutations[t]||(e._mutations[t]=[]);n.push((function(t){r.call(e,a.state,t)}))}function ca(e,t,r,a){var n=e._actions[t]||(e._actions[t]=[]);n.push((function(t){var n=r.call(e,{dispatch:a.dispatch,commit:a.commit,getters:a.getters,state:a.state,rootGetters:e.getters,rootState:e.state},t);return ea(n)||(n=Promise.resolve(n)),e._devtoolHook?n.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):n}))}function da(e,t,r,a){e._wrappedGetters[t]||(e._wrappedGetters[t]=function(e){return r(a.state,a.getters,e.state,e.getters)})}function ua(e){(0,t.YP)((function(){return e._state.data}),(function(){0}),{deep:!0,flush:"sync"})}function ha(e,t){return t.reduce((function(e,t){return e[t]}),e)}function pa(e,t,r){return Zr(e)&&e.type&&(r=t,t=e,e=e.type),{type:e,payload:t,options:r}}var ma="vuex bindings",fa="vuex:mutations",ga="vuex:actions",ba="vuex",va=0;function wa(e,t){Kr({id:"org.vuejs.vuex",app:e,label:"Vuex",homepage:"https://next.vuex.vuejs.org/",logo:"https://vuejs.org/images/icons/favicon-96x96.png",packageName:"vuex",componentStateTypes:[ma]},(function(r){r.addTimelineLayer({id:fa,label:"Vuex Mutations",color:ya}),r.addTimelineLayer({id:ga,label:"Vuex Actions",color:ya}),r.addInspector({id:ba,label:"Vuex",icon:"storage",treeFilterPlaceholder:"Filter stores..."}),r.on.getInspectorTree((function(r){if(r.app===e&&r.inspectorId===ba)if(r.filter){var a=[];_a(a,t._modules.root,r.filter,""),r.rootNodes=a}else r.rootNodes=[Sa(t._modules.root,"")]})),r.on.getInspectorState((function(r){if(r.app===e&&r.inspectorId===ba){var a=r.nodeId;sa(t,a),r.state=Ea(Ta(t._modules,a),"root"===a?t.getters:t._makeLocalGettersCache,a)}})),r.on.editInspectorState((function(r){if(r.app===e&&r.inspectorId===ba){var a=r.nodeId,n=r.path;"root"!==a&&(n=a.split("/").filter(Boolean).concat(n)),t._withCommit((function(){r.set(t._state.data,n,r.state.value)}))}})),t.subscribe((function(e,t){var a={};e.payload&&(a.payload=e.payload),a.state=t,r.notifyComponentUpdate(),r.sendInspectorTree(ba),r.sendInspectorState(ba),r.addTimelineEvent({layerId:fa,event:{time:Date.now(),title:e.type,data:a}})})),t.subscribeAction({before:function(e,t){var a={};e.payload&&(a.payload=e.payload),e._id=va++,e._time=Date.now(),a.state=t,r.addTimelineEvent({layerId:ga,event:{time:e._time,title:e.type,groupId:e._id,subtitle:"start",data:a}})},after:function(e,t){var a={},n=Date.now()-e._time;a.duration={_custom:{type:"duration",display:n+"ms",tooltip:"Action duration",value:n}},e.payload&&(a.payload=e.payload),a.state=t,r.addTimelineEvent({layerId:ga,event:{time:Date.now(),title:e.type,groupId:e._id,subtitle:"end",data:a}})}})}))}var ya=8702998,xa=6710886,ka=16777215,Aa={label:"namespaced",textColor:ka,backgroundColor:xa};function Ca(e){return e&&"root"!==e?e.split("/").slice(-2,-1)[0]:"Root"}function Sa(e,t){return{id:t||"root",label:Ca(t),tags:e.namespaced?[Aa]:[],children:Object.keys(e._children).map((function(r){return Sa(e._children[r],t+r+"/")}))}}function _a(e,t,r,a){a.includes(r)&&e.push({id:a||"root",label:a.endsWith("/")?a.slice(0,a.length-1):a||"Root",tags:t.namespaced?[Aa]:[]}),Object.keys(t._children).forEach((function(n){_a(e,t._children[n],r,a+n+"/")}))}function Ea(e,t,r){t="root"===r?t:t[r];var a=Object.keys(t),n={state:Object.keys(e.state).map((function(t){return{key:t,editable:!0,value:e.state[t]}}))};if(a.length){var o=Pa(t);n.getters=Object.keys(o).map((function(e){return{key:e.endsWith("/")?Ca(e):e,editable:!1,value:Ia((function(){return o[e]}))}}))}return n}function Pa(e){var t={};return Object.keys(e).forEach((function(r){var a=r.split("/");if(a.length>1){var n=t,o=a.pop();a.forEach((function(e){n[e]||(n[e]={_custom:{value:{},display:e,tooltip:"Module",abstract:!0}}),n=n[e]._custom.value})),n[o]=Ia((function(){return e[r]}))}else t[r]=Ia((function(){return e[r]}))})),t}function Ta(e,t){var r=t.split("/").filter((function(e){return e}));return r.reduce((function(e,a,n){var o=e[a];if(!o)throw new Error('Missing module "'+a+'" for path "'+t+'".');return n===r.length-1?o:o._children}),"root"===t?e:e.root._children)}function Ia(e){try{return e()}catch(t){return t}}var Oa=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var r=e.state;this.state=("function"===typeof r?r():r)||{}},La={namespaced:{configurable:!0}};La.namespaced.get=function(){return!!this._rawModule.namespaced},Oa.prototype.addChild=function(e,t){this._children[e]=t},Oa.prototype.removeChild=function(e){delete this._children[e]},Oa.prototype.getChild=function(e){return this._children[e]},Oa.prototype.hasChild=function(e){return e in this._children},Oa.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},Oa.prototype.forEachChild=function(e){Jr(this._children,e)},Oa.prototype.forEachGetter=function(e){this._rawModule.getters&&Jr(this._rawModule.getters,e)},Oa.prototype.forEachAction=function(e){this._rawModule.actions&&Jr(this._rawModule.actions,e)},Oa.prototype.forEachMutation=function(e){this._rawModule.mutations&&Jr(this._rawModule.mutations,e)},Object.defineProperties(Oa.prototype,La);var Fa=function(e){this.register([],e,!1)};function Ra(e,t,r){if(t.update(r),r.modules)for(var a in r.modules){if(!t.getChild(a))return void 0;Ra(e.concat(a),t.getChild(a),r.modules[a])}}Fa.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},Fa.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,r){return t=t.getChild(r),e+(t.namespaced?r+"/":"")}),"")},Fa.prototype.update=function(e){Ra([],this.root,e)},Fa.prototype.register=function(e,t,r){var a=this;void 0===r&&(r=!0);var n=new Oa(t,r);if(0===e.length)this.root=n;else{var o=this.get(e.slice(0,-1));o.addChild(e[e.length-1],n)}t.modules&&Jr(t.modules,(function(t,n){a.register(e.concat(n),t,r)}))},Fa.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),r=e[e.length-1],a=t.getChild(r);a&&a.runtime&&t.removeChild(r)},Fa.prototype.isRegistered=function(e){var t=this.get(e.slice(0,-1)),r=e[e.length-1];return!!t&&t.hasChild(r)};function Ma(e){return new Da(e)}var Da=function(e){var t=this;void 0===e&&(e={});var r=e.plugins;void 0===r&&(r=[]);var a=e.strict;void 0===a&&(a=!1);var n=e.devtools;this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new Fa(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._makeLocalGettersCache=Object.create(null),this._devtools=n;var o=this,i=this,s=i.dispatch,l=i.commit;this.dispatch=function(e,t){return s.call(o,e,t)},this.commit=function(e,t,r){return l.call(o,e,t,r)},this.strict=a;var c=this._modules.root.state;oa(this,c,[],this._modules.root),na(this,c),r.forEach((function(e){return e(t)}))},Na={state:{configurable:!0}};Da.prototype.install=function(e,t){e.provide(t||Qr,this),e.config.globalProperties.$store=this;var r=void 0!==this._devtools&&this._devtools;r&&wa(e,this)},Na.state.get=function(){return this._state.data},Na.state.set=function(e){0},Da.prototype.commit=function(e,t,r){var a=this,n=pa(e,t,r),o=n.type,i=n.payload,s=(n.options,{type:o,payload:i}),l=this._mutations[o];l&&(this._withCommit((function(){l.forEach((function(e){e(i)}))})),this._subscribers.slice().forEach((function(e){return e(s,a.state)})))},Da.prototype.dispatch=function(e,t){var r=this,a=pa(e,t),n=a.type,o=a.payload,i={type:n,payload:o},s=this._actions[n];if(s){try{this._actionSubscribers.slice().filter((function(e){return e.before})).forEach((function(e){return e.before(i,r.state)}))}catch(c){0}var l=s.length>1?Promise.all(s.map((function(e){return e(o)}))):s[0](o);return new Promise((function(e,t){l.then((function(t){try{r._actionSubscribers.filter((function(e){return e.after})).forEach((function(e){return e.after(i,r.state)}))}catch(c){0}e(t)}),(function(e){try{r._actionSubscribers.filter((function(e){return e.error})).forEach((function(t){return t.error(i,r.state,e)}))}catch(c){0}t(e)}))}))}},Da.prototype.subscribe=function(e,t){return ra(e,this._subscribers,t)},Da.prototype.subscribeAction=function(e,t){var r="function"===typeof e?{before:e}:e;return ra(r,this._actionSubscribers,t)},Da.prototype.watch=function(e,r,a){var n=this;return(0,t.YP)((function(){return e(n.state,n.getters)}),r,Object.assign({},a))},Da.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._state.data=e}))},Da.prototype.registerModule=function(e,t,r){void 0===r&&(r={}),"string"===typeof e&&(e=[e]),this._modules.register(e,t),oa(this,this.state,e,this._modules.get(e),r.preserveState),na(this,this.state)},Da.prototype.unregisterModule=function(e){var t=this;"string"===typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var r=ha(t.state,e.slice(0,-1));delete r[e[e.length-1]]})),aa(this)},Da.prototype.hasModule=function(e){return"string"===typeof e&&(e=[e]),this._modules.isRegistered(e)},Da.prototype.hotUpdate=function(e){this._modules.update(e),aa(this,!0)},Da.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(Da.prototype,Na);ja((function(e,t){var r={};return Ba(t).forEach((function(t){var a=t.key,n=t.val;r[a]=function(){var t=this.$store.state,r=this.$store.getters;if(e){var a=za(this.$store,"mapState",e);if(!a)return;t=a.context.state,r=a.context.getters}return"function"===typeof n?n.call(this,t,r):t[n]},r[a].vuex=!0})),r})),ja((function(e,t){var r={};return Ba(t).forEach((function(t){var a=t.key,n=t.val;r[a]=function(){var t=[],r=arguments.length;while(r--)t[r]=arguments[r];var a=this.$store.commit;if(e){var o=za(this.$store,"mapMutations",e);if(!o)return;a=o.context.commit}return"function"===typeof n?n.apply(this,[a].concat(t)):a.apply(this.$store,[n].concat(t))}})),r})),ja((function(e,t){var r={};return Ba(t).forEach((function(t){var a=t.key,n=t.val;n=e+n,r[a]=function(){if(!e||za(this.$store,"mapGetters",e))return this.$store.getters[n]},r[a].vuex=!0})),r})),ja((function(e,t){var r={};return Ba(t).forEach((function(t){var a=t.key,n=t.val;r[a]=function(){var t=[],r=arguments.length;while(r--)t[r]=arguments[r];var a=this.$store.dispatch;if(e){var o=za(this.$store,"mapActions",e);if(!o)return;a=o.context.dispatch}return"function"===typeof n?n.apply(this,[a].concat(t)):a.apply(this.$store,[n].concat(t))}})),r}));function Ba(e){return Ua(e)?Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}})):[]}function Ua(e){return Array.isArray(e)||Zr(e)}function ja(e){return function(t,r){return"string"!==typeof t?(r=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,r)}}function za(e,t,r){var a=e._modulesNamespaceMap[r];return a}var qa=Ma({state:{user:null,activeBucket:null,currentFolder:"",files:[],folders:[],buckets:[]},getters:{},mutations:{loadObjects(e,t){e.files=t.files,e.folders=t.folders},changeBucket(e,t){e.activeBucket=t,e.currentFolder="",this.dispatch("refreshObjects")},goTo(e,t){e.currentFolder=t},loadUserDisks(e,t){if(e.buckets=t.Buckets,e.user=t.user,0!==t.Buckets.length)this.commit("changeBucket",t.Buckets[0].Name),this.dispatch("refreshObjects");else{const e=this;Ha.createDisk("storage").then((()=>{e.dispatch("loadUserDisks")}))}}},actions:{navigate(e,t){"/"===t&&(t=""),e.commit("goTo",t),e.dispatch("refreshObjects")},loadUserDisks({commit:e}){Ur().get("/api/disks").then((t=>{e("loadUserDisks",t.data)}))},async refreshObjects({commit:e}){e("loadObjects",await Ha.listObjects())}},modules:{}}),Ha={createFolder:e=>{const t=qa.state.currentFolder+e+"/";return Ur().post(`/api/disks/${qa.state.activeBucket}/folder`,{path:t})},createDisk:e=>Ur().post(`/api/disks/${e}`),deleteObject:(e,t)=>Ur().post(`/api/disks/${qa.state.activeBucket}/delete`,{name:t,path:e}),downloadFile:e=>Ur().post(`/api/disks/${qa.state.activeBucket}/download-file`,{name:e,path:qa.state.currentFolder},{responseType:"arraybuffer"}),getDownloadPresignUrl:e=>Ur().post(`/api/disks/${qa.state.activeBucket}/download`,{name:e,path:qa.state.currentFolder}),renameObject:(e,t)=>Ur().post(`/api/disks/${qa.state.activeBucket}/rename`,{oldName:e,newName:t,path:qa.state.currentFolder}),uploadObjects:e=>{const t=new FormData;return t.append("files",e),Ur().post(`/api/disks/${qa.state.activeBucket}/upload?path=${qa.state.currentFolder}`,t,{headers:{"Content-Type":"multipart/form-data"}})},listObjects:async()=>{const e=await Ur().get(`/api/disks/${qa.state.activeBucket}`,{params:{path:qa.state.currentFolder}});let t=[];e.data.Contents&&(t=e.data.Contents.filter((function(e){return!e.Key.endsWith("/")})),t=t.map((function(e){const t=e.Key.replace(qa.state.currentFolder,"");return{...e,name:t,path:qa.state.currentFolder,extension:t.split(".").pop()}})));let r=[];return e.data.CommonPrefixes&&(r=e.data.CommonPrefixes.map((function(e){const t=e.Prefix.split("/");return{...e,name:t[t.length-2],path:qa.state.currentFolder,Key:e.Prefix}}))),{files:t,folders:r}}},Ga={data:function(){return{file:void 0,canDownload:!1,canPreview:!1,canShare:!1,viewMenu:!1,top:"0px",left:"0px"}},methods:{setMenu:function(e,t){const r=window.innerHeight-this.$refs.menu.offsetHeight-25,a=window.innerWidth-this.$refs.menu.offsetWidth-25;e>r&&(e=r),t>a&&(t=a),this.top=e+"px",this.left=t+"px"},closeMenu:function(){this.viewMenu=!1},openMenu:function(e,t,r=!1,a=!0,n=!0){this.viewMenu=!0,this.file=t,this.canPreview=r,this.canDownload=a,this.canShare=n,this.$nextTick(function(){this.$refs.menu.focus(),this.setMenu(e.y,e.x)}.bind(this))},deleteFile(){const e=this;nr().fire({title:"Are you sure?",text:"You won't be able to revert this!",icon:"warning",showCancelButton:!0,confirmButtonColor:"#3085d6",cancelButtonColor:"#d33",confirmButtonText:"Yes, delete it!"}).then((t=>{t.isConfirmed&&Ha.deleteObject(e.file.path,e.file.name).then((()=>{e.$toast.open({message:"File deleted",type:"success"}),e.$store.dispatch("refreshObjects")})),e.closeMenu()}))},renameFile(){const e=this;nr().fire({title:"Rename file",input:"text",inputValue:e.file.name,showCancelButton:!0,inputValidator:e=>{if(!e)return"You need to write something!"}}).then((t=>{!0===t.isConfirmed&&Ha.renameObject(e.file.name,t.value).then((()=>{e.$toast.open({message:"File renamed",type:"success"}),e.$store.dispatch("refreshObjects")})),e.closeMenu()}))},openFile(){const e=this;Ha.downloadFile(this.file.name).then((t=>{e.closeMenu();const r=new Blob([t.data]);e.$emit("openFile",{...e.file,data:URL.createObjectURL(r)})}))},downloadFile(){const e=this;Ha.downloadFile(this.file.name).then((t=>{const r=new Blob([t.data]);(0,Nr.saveAs)(URL.createObjectURL(r),e.file.name),e.closeMenu()}))},notImplemented(){this.$toast.open({message:"Not implemented yet",type:"error"}),this.closeMenu()}}};__webpack_require__(1729);const Wa=(0,w.Z)(Ga,[["render",Dr],["__scopeId","data-v-7df40b0c"]]);var Va=Wa,$a={emits:["navigate"],components:{ContextMenu:Va},methods:{openMenu(e,t){this.$refs.menu.openMenu(e,t,!1,!1,!1)}}};const Ya=(0,w.Z)($a,[["render",wr]]);var Xa=Ya;const Ka=e=>((0,t.dD)("data-v-00fd2667"),e=e(),(0,t.Cn)(),e),Qa={key:0,class:"mb-3"},Ja={class:"table table-centered table-nowrap mb-0"},Za=Ka((()=>(0,t._)("thead",{class:"table-light"},[(0,t._)("tr",null,[(0,t._)("th",{class:"border-0"},"Name"),(0,t._)("th",{class:"border-0"},"Last Modified"),(0,t._)("th",{class:"border-0"},"Size")])],-1))),en=["onContextmenu"],tn=Ka((()=>(0,t._)("i",{"data-feather":"folder",class:"icon-dual"},null,-1))),rn={class:"ms-2 fw-semibold"},an=["textContent"],nn={key:1},on=Ka((()=>(0,t._)("td",{colspan:"100%"},[(0,t._)("div",{class:"empty-list"},[(0,t._)("span",{class:"title"},"This Folder is empty"),(0,t._)("span",{class:"desc"},"Drag and Drop files to upload")])],-1))),sn=[on];function ln(r,a,n,o,i,l){const c=(0,t.up)("file-preview"),d=(0,t.up)("context-menu");return(0,t.wg)(),(0,t.iD)(t.HY,null,[r.$store.state.files.length>0?((0,t.wg)(),(0,t.iD)("h5",Qa,"Files")):(0,t.kq)("",!0),(0,t._)("div",null,[(0,t._)("table",Ja,[Za,(0,t._)("tbody",null,[r.$store.state.files.length>0?((0,t.wg)(!0),(0,t.iD)(t.HY,{key:0},(0,t.Ko)(r.$store.state.files,(r=>((0,t.wg)(),(0,t.iD)("tr",{key:r.Key,onContextmenu:(0,e.iM)((e=>l.openMenu(e,r)),["prevent"])},[(0,t._)("td",null,[tn,(0,t._)("span",rn,[(0,t._)("a",{href:"javascript: void(0);",class:"text-reset",textContent:(0,s.zw)(r.name)},null,8,an)])]),(0,t._)("td",null,(0,s.zw)(l.timeAgo(r.LastModified))+" ago",1),(0,t._)("td",null,(0,s.zw)(l.bytesToSize(r.Size)),1)],40,en)))),128)):((0,t.wg)(),(0,t.iD)("tr",nn,sn))])]),(0,t.Wm)(c,{ref:"preview"},null,512),(0,t.Wm)(d,{ref:"menu",onOpenFile:l.openFile},null,8,["onOpenFile"])])],64)}var cn={timeSince:e=>{const t=Math.floor((new Date-e)/1e3);let r,a=t/31536e3;return a>1?(r=Math.floor(a),r+(1===r?" year":" years")):(a=t/2592e3,a>1?(r=Math.floor(a),r+(1===r?" month":" months")):(a=t/86400,a>1?(r=Math.floor(a),r+(1===r?" day":" days")):(a=t/3600,a>1?(r=Math.floor(a),r+(1===r?" hour":" hours")):(a=t/60,a>1?(r=Math.floor(a),r+(1===r?" minute":" minutes")):(r=Math.floor(a),r+(1===r?" second":" seconds"))))))},bytesToSize:e=>{const t=["Bytes","KB","MB","GB","TB"];if(0===e)return"0 Byte";const r=parseInt(Math.floor(Math.log(e)/Math.log(1024)));return Math.round(e/Math.pow(1024,r),2)+" "+t[r]}};const dn=["src"],un={key:2,class:"text-center"};function hn(e,r,a,n,o,i){const l=(0,t.up)("pdf-viewer"),c=(0,t.up)("modal");return void 0!==e.type?((0,t.wg)(),(0,t.j4)(c,{key:0,show:void 0!==e.type,onClose:i.close},{"header-title":(0,t.w5)((()=>[(0,t.Uk)((0,s.zw)(e.filename),1)])),body:(0,t.w5)((()=>["pdf"===e.type?((0,t.wg)(),(0,t.j4)(l,{key:0,pdfUrl:e.fileData},null,8,["pdfUrl"])):"image"===e.type?((0,t.wg)(),(0,t.iD)("img",{key:1,src:e.fileData,class:"preview-image"},null,8,dn)):((0,t.wg)(),(0,t.iD)("h4",un,"Unsupported file type"))])),_:1},8,["show","onClose"])):(0,t.kq)("",!0)}const pn={id:"pdfvuer"},mn=(0,t.Uk)(" loading content here... ");function fn(e,r,a,n,o,i){const s=(0,t.up)("pdf");return(0,t.wg)(),(0,t.iD)("div",pn,[((0,t.wg)(!0),(0,t.iD)(t.HY,null,(0,t.Ko)(o.numPages,(e=>((0,t.wg)(),(0,t.j4)(s,{src:o.pdfdata,key:e,id:e,page:e,scale:o.scale,"onUpdate:scale":r[0]||(r[0]=e=>o.scale=e),style:{width:"100%",margin:"20px auto"},annotation:!0,resize:!0},{loading:(0,t.w5)((()=>[mn])),_:2},1032,["src","id","page","scale"])))),128))])}const gn={id:"viewerContainer",ref:"container"},bn=(0,t._)("div",{id:"viewer",class:"pdfViewer"},null,-1);function vn(e,r,a,n,o,i){const s=(0,t.up)("resizeSensor");return(0,t.wg)(),(0,t.iD)("div",null,[e.loading?(0,t.WI)(e.$slots,"loading",{key:0}):(0,t.kq)("",!0),(0,t._)("div",gn,[bn,(0,t.Wm)(s,{initial:!0,onResize:i.resizeScale},null,8,["onResize"])],512)])}var wn=__webpack_require__(9299),yn=__webpack_require__(7963),xn={props:{initial:{type:Boolean,default:!1}},data:function(){return{size:{width:-1,height:-1}}},methods:{reset:function(){var e=this.$el.firstChild,t=this.$el.lastChild;e.scrollLeft=1e5,e.scrollTop=1e5,t.scrollLeft=1e5,t.scrollTop=1e5},update:function(){this.size.width=this.$el.offsetWidth,this.size.height=this.$el.offsetHeight}},watch:{size:{deep:!0,handler:function(e){this.reset(),this.$emit("resize",{width:this.size.width,height:this.size.height})}}},render:function(){var e="position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; visibility: hidden;",r="position: absolute; left: 0; top: 0;";return(0,t.h)("div",{style:e+"animation-name: resizeSensorVisibility;",onanimationstart:this.update},[(0,t.h)("div",{style:e,onScroll:this.update},[(0,t.h)("div",{style:r+"width: 100000px; height: 100000px;"})]),(0,t.h)("div",{style:e,onScroll:this.update},[(0,t.h)("div",{style:r+"width: 200%; height: 200%;"})])])},beforeDestroy:function(){this.$emit("resize",{width:0,height:0}),this.$emit("resizeSensorBeforeDestroy")},mounted:function(){if(!0===this.initial&&this.$nextTick(this.update),this.$el.offsetParent!==this.$el.parentNode&&(this.$el.parentNode.style.position="relative"),"attachEvent"in this.$el&&!("AnimationEvent"in window)){var e=function(){this.update(),t()}.bind(this),t=function(){this.$el.detachEvent("onresize",e),this.$off("resizeSensorBeforeDestroy",t)}.bind(this);this.$el.attachEvent("onresize",e),this.$on("resizeSensorBeforeDestroy",t),this.reset()}}};__webpack_require__(895);const kn=xn;var An=kn;__webpack_require__(9016);function Cn(e){return"object"===typeof e&&null!==e&&!0===e.__PDFDocumentLoadingTask}function Sn(e,t){var r;if("string"===typeof e)r={url:e};else{if("object"!==typeof e||null===e)throw new TypeError("invalid src type");r=Object.assign({},e)}var a=(0,wn.getDocument)(r).promise;return a.__PDFDocumentLoadingTask=!0,t&&t.onPassword&&(a.onPassword=t.onPassword),t&&t.onProgress&&(a.onProgress=t.onProgress),a}var _n={createLoadingTask:Sn,components:{resizeSensor:An},props:{src:{type:[String,Object,Promise],default:""},page:{type:Number,default:1},rotate:{type:Number,default:0},scale:{type:[Number,String],default:"page-width"},resize:{type:Boolean,default:!1},annotation:{type:Boolean,default:!1},text:{type:Boolean,default:!0}},data:function(){return{internalSrc:this.src,pdf:null,pdfViewer:null,loading:!0}},watch:{pdf:function(e){var t=e.pdfInfo||e._pdfInfo;this.$emit("numpages",t.numPages)},page:function(e){var t=this;this.pdf.getPage(e).then((function(e){t.pdfViewer.setPdfPage(e),t.pdfViewer.draw()}))},scale:function(e){this.drawScaled(e)},rotate:function(e){this.pdfViewer&&(this.pdfViewer.update(this.scale,e),this.pdfViewer.draw())}},mounted:function(){var e=this;Cn(e.internalSrc)||(e.internalSrc=Sn(e.internalSrc),e.$emit("loading",!0));var t=this.$refs.container,r=new yn.EventBus;let a,n;e.pdfLinkService=new yn.PDFLinkService({eventBus:r,externalLinkTarget:2}),e.pdfFindController=new yn.PDFFindController({eventBus:r,linkService:e.pdfLinkService}),e.annotation&&(a=new yn.DefaultAnnotationLayerFactory),e.text&&(n=new yn.DefaultTextLayerFactory),e.internalSrc.then((function(t){return e.pdf=t,t.getPage(e.page)})).then((function(o){e.pdfViewer=new yn.PDFPageView({container:t,id:e.page,scale:1,defaultViewport:o.getViewport({scale:1}),eventBus:r,textLayerFactory:n,annotationLayerFactory:a}),e.pdfViewer.setPdfPage(o);var i={scrollPageIntoView:function(t){e.$emit("link-clicked",t)}};e.pdfLinkService.setDocument(e.pdf),e.pdfLinkService.setViewer(i),e.pdfFindController.setDocument(e.pdf),e.drawScaled(e.scale),e.loading=!1,e.$emit("loading",!1)})).catch((t=>{e.$emit("error",t),e.loading=!1,e.$emit("loading",!1)}))},beforeDestroy(){var e=this;e.pdfViewer&&(e.pdfViewer.destroy(),e.pdfViewer=null)},methods:{calculateScale:function(e=-1,t=-1){return this.pdfViewer.update(1,this.rotate),-1===e&&-1===t&&(e=this.$refs.container.offsetWidth),e/this.pdfViewer.viewport.width},calculateScaleHeight:function(){this.pdfViewer.update(1,this.rotate);var e=this.$refs.container.offsetHeight,t=this.$refs.container.parentElement.parentElement;return t.offsetHeight/e},drawScaled:function(e){this.pdfViewer&&("page-width"===e?(e=this.calculateScale(),this.$emit("update:scale",e)):"page-height"===e&&(e=this.calculateScaleHeight(),this.$emit("update:scale",e)),this.pdfViewer.update(e,this.rotate),this.annotation&&(this.pdfViewer.annotationLayer=this.pdfViewer.annotationLayerFactory.createAnnotationLayerBuilder(this.pdfViewer.div,this.pdfViewer.pdfPage),this.pdfViewer.annotationLayer.linkService=this.pdfLinkService),this.pdfViewer.draw(),this.text&&(this.pdfViewer.textLayer.findController=this.pdfFindController),this.loading=!1,this.$emit("loading",!1))},resizeScale:function(){this.resize&&this.drawScaled("page-width")}}};__webpack_require__(6428);const En=(0,w.Z)(_n,[["render",vn]]);var Pn=En,Tn={components:{pdf:Pn},props:["pdfUrl"],data(){return{page:1,numPages:0,pdfdata:void 0,errors:[],scale:"page-width"}},mounted(){this.getPdf()},methods:{getPdf(){const e=this;e.pdfdata=Pn.createLoadingTask(this.pdfUrl),e.pdfdata.then((t=>{e.numPages=t.numPages}))}}};__webpack_require__(1565);const In=(0,w.Z)(Tn,[["render",fn],["__scopeId","data-v-06a9db78"]]);var On=In;const Ln={class:"modal-dialog modal-lg modal-dialog-scrollable",role:"document"},Fn={class:"modal-content"},Rn={class:"modal-header"},Mn={class:"modal-title"},Dn=(0,t.Uk)("Title"),Nn=(0,t._)("span",{"aria-hidden":"true"},null,-1),Bn=[Nn],Un={class:"modal-body"},jn=(0,t.Uk)("default body"),zn={class:"modal-footer"};function qn(e,r,a,n,o,i){return a.show?((0,t.wg)(),(0,t.iD)("div",{key:0,class:"modal-mask",onClick:r[2]||(r[2]=(...e)=>i.handleBackdropClick&&i.handleBackdropClick(...e))},[(0,t._)("div",Ln,[(0,t._)("div",Fn,[(0,t._)("div",Rn,[(0,t.WI)(e.$slots,"header",{},(()=>[(0,t._)("h5",Mn,[(0,t.WI)(e.$slots,"header-title",{},(()=>[Dn]))]),(0,t._)("button",{type:"button",class:"btn-close",onClick:r[0]||(r[0]=t=>e.$emit("close"))},Bn)]))]),(0,t._)("div",Un,[(0,t.WI)(e.$slots,"body",{},(()=>[jn]))]),(0,t._)("div",zn,[(0,t.WI)(e.$slots,"footer-buttons"),(0,t._)("button",{type:"button",class:"btn btn-secondary",onClick:r[1]||(r[1]=t=>e.$emit("close"))},"Close")])])])])):(0,t.kq)("",!0)}var Hn={props:{show:Boolean},methods:{handleBackdropClick(e){e.target.classList.contains("modal-mask")&&this.$emit("close")}}};__webpack_require__(3751);const Gn=(0,w.Z)(Hn,[["render",qn]]);var Wn=Gn,Vn={components:{PdfViewer:On,modal:Wn},data:function(){return{type:void 0,filename:void 0,fileData:void 0}},methods:{openPreview(e){this.type=this.getType(e.extension),this.fileData=e.data,this.filename=e.name},close(){this.type=void 0,this.fileData=void 0,this.filename=void 0},getType(e){return["png","jpg","jpeg","webp"].includes(e)?"image":["pdf"].includes(e)?"pdf":void 0}}};__webpack_require__(3842);const $n=(0,w.Z)(Vn,[["render",hn],["__scopeId","data-v-d36420be"]]);var Yn=$n,Xn={methods:{openMenu(e,t){const r=void 0!==this.$refs.preview.getType(t.extension);this.$refs.menu.openMenu(e,t,r)},timeAgo(e){return cn.timeSince(new Date(e))},bytesToSize(e){return cn.bytesToSize(e)},openFile(e){this.$refs.preview.openPreview(e)}},components:{ContextMenu:Va,FilePreview:Yn}};__webpack_require__(5545);const Kn=(0,w.Z)(Xn,[["render",ln],["__scopeId","data-v-00fd2667"]]);var Qn=Kn;const Jn={class:"breadcrumb m-0 folder-tree"},Zn={class:"breadcrumb-item"},eo=["textContent"],to=["textContent","onClick"];function ro(e,r,a,n,o,i){return(0,t.wg)(),(0,t.iD)("ol",Jn,[(0,t._)("li",Zn,[(0,t._)("a",{textContent:(0,s.zw)(this.$store.state.activeBucket),onClick:r[0]||(r[0]=t=>e.$emit("navigate",""))},null,8,eo)]),((0,t.wg)(!0),(0,t.iD)(t.HY,null,(0,t.Ko)(i.tree,((r,a)=>((0,t.wg)(),(0,t.iD)("li",{key:a,class:(0,s.C_)(["breadcrumb-item",{active:a===i.tree.length-1}])},[(0,t._)("a",{textContent:(0,s.zw)(r.name),onClick:t=>e.$emit("navigate",r.path)},null,8,to)],2)))),128))])}var ao={emits:["navigate"],computed:{tree(){if(!this.$store.state.currentFolder)return[];const e=this.$store.state.currentFolder.split("/").filter((e=>""!==e));let t="";return e.map((e=>(t+=e+"/",{name:e,path:t})))}}};__webpack_require__(9522);const no=(0,w.Z)(ao,[["render",ro],["__scopeId","data-v-b9966c7c"]]);var oo=no,io={components:{FolderTree:oo,Files:Qn,Folders:Xa},methods:{navigate(e){this.$store.dispatch("navigate",e)}}};const so=(0,w.Z)(io,[["render",dr]]);var lo=so;function co(r,a,n,o,i,l){return(0,t.wg)(),(0,t.iD)(t.HY,null,[(0,t._)("div",{class:(0,s.C_)({"upload-box":r.isHover}),onDragover:a[0]||(a[0]=(0,e.iM)(((...e)=>l.dragover&&l.dragover(...e)),["prevent"])),onDragleave:a[1]||(a[1]=(0,e.iM)(((...e)=>l.dragleave&&l.dragleave(...e)),["prevent"])),onDrop:a[2]||(a[2]=(0,e.iM)(((...e)=>l.drop&&l.drop(...e)),["prevent"]))},[(0,t.WI)(r.$slots,"default")],34),(0,t._)("input",{style:{display:"none"},onChange:a[3]||(a[3]=(...e)=>l.inputFiles&&l.inputFiles(...e)),type:"file",name:"files[]",ref:"uploader",multiple:""},null,544)],64)}var uo={data:function(){return{isHover:!1,filelist:[]}},methods:{openUploader(){this.$refs.uploader.click()},dragover(e){this.isHover=!0},dragleave(e){this.isHover=!1},inputFiles(e){this.uploadFiles(e.target.files)},async uploadFiles(e){this.isHover=!1;const t=this;for(let r=0;r<e.length;r++){const a=t.$toast.open({message:`Uploading file ${r+1} from ${e.length}`,type:"warning"});await Ha.uploadObjects(e[r]),a.dismiss()}t.$toast.open({message:`${e.length} Files uploaded successfully`,type:"success"}),t.$store.dispatch("refreshObjects")},drop(e){e.preventDefault(),this.uploadFiles(e.dataTransfer.files)}}};const ho=(0,w.Z)(uo,[["render",co]]);var po=ho,mo={components:{DragAndDrop:po,Gallery:lo},methods:{changeBucket(e){this.$store.commit("changeBucket",e.Name)},newFolder(){const e=this;nr().fire({title:"New folder",input:"text",showCancelButton:!0,inputValidator:e=>{if(!e)return"You need to write something!"}}).then((t=>{if(!0===t.isConfirmed){const r=e.$toast.open({message:"Creating Folder...",type:"warning"});Ha.createFolder(t.value).then((t=>{e.$store.dispatch("refreshObjects"),r.dismiss(),e.$toast.open({message:"Folder created!",type:"success"})}))}}))},newDisk(){const e=this;nr().fire({title:"New Disk name",input:"text",showCancelButton:!0,inputValidator:e=>e?e.match(/^[a-z0-9-]{1,61}$/)?void 0:"This name is not valid!":"You need to write something!"}).then((t=>{if(!0===t.isConfirmed){const r=e.$toast.open({message:"Creating Disk...",type:"warning"});Ha.createDisk(t.value).then((a=>{e.$store.dispatch("loadUserDisks"),setTimeout((function(){e.$store.commit("changeBucket",t.value)}),500),r.dismiss(),e.$toast.open({message:"Disk created!",type:"success"})}))}}))}},created(){this.$store.dispatch("loadUserDisks")}};const fo=(0,w.Z)(mo,[["render",rr]]);var go=fo;const bo=(0,t._)("div",{class:"row"},[(0,t._)("div",{class:"col-12"},[(0,t._)("div",{class:"page-title-box"},[(0,t._)("div",{class:"page-title-right"})])])],-1),vo={class:"row"},wo={class:"col-6 mx-auto"},yo={class:"card"},xo={class:"card-body"},ko=(0,t._)("h3",null,"Please enter your R2 tokens to continue",-1),Ao=(0,t._)("span",null,[(0,t.Uk)("These tokens will be securely stored in your account KV store and reused when you log in again in the future. "),(0,t._)("a",{href:"https://developers.cloudflare.com/r2/platform/s3-compatibility/tokens/",target:"_blank"},"See here on how to obtain the R2 tokens"),(0,t.Uk)(".")],-1),Co={class:"form-group"},So=(0,t._)("label",{class:"form-label mt-4"},"CF Account id",-1),_o={class:"form-group"},Eo=(0,t._)("label",{class:"form-label mt-4"},"CF R2 Access token",-1),Po={class:"form-group"},To=(0,t._)("label",{class:"form-label mt-4"},"CF R2 Secret token",-1),Io=(0,t._)("div",{class:"clearfix"},null,-1);function Oo(r,a,n,o,i,s){return(0,t.wg)(),(0,t.iD)(t.HY,null,[bo,(0,t._)("div",vo,[(0,t._)("div",wo,[(0,t._)("div",yo,[(0,t._)("div",xo,[ko,Ao,(0,t._)("div",null,[(0,t._)("div",Co,[So,(0,t.wy)((0,t._)("input",{"onUpdate:modelValue":a[0]||(a[0]=e=>i.account_id=e),type:"text",class:"form-control",placeholder:"Account id"},null,512),[[e.nr,i.account_id]])]),(0,t._)("div",_o,[Eo,(0,t.wy)((0,t._)("input",{"onUpdate:modelValue":a[1]||(a[1]=e=>i.access_token=e),type:"text",class:"form-control",placeholder:"Access token"},null,512),[[e.nr,i.access_token]])]),(0,t._)("div",Po,[To,(0,t.wy)((0,t._)("input",{"onUpdate:modelValue":a[2]||(a[2]=e=>i.secret_token=e),type:"text",class:"form-control",placeholder:"Secret token"},null,512),[[e.nr,i.secret_token]])])]),(0,t._)("button",{onClick:a[3]||(a[3]=(...e)=>s.register&&s.register(...e)),type:"button",class:"btn btn-primary mt-3"},"Save"),Io])])])])],64)}var Lo={data(){return{account_id:null,access_token:null,secret_token:null}},methods:{register(){if(!this.account_id||!this.access_token||!this.secret_token)return null;const e=this;Ur().post("/api/register",{accountId:this.account_id,accessToken:this.access_token,secretToken:this.secret_token}).then((t=>{200===t.status?(this.$toast.open({message:"Credentials Saved, redirecting you...",type:"success"}),setTimeout((function(){e.$router.push({name:"home"})}),2e3)):console.log(t)})).catch((e=>{401===e.response.status?this.$toast.open({message:"Invalid Credentials",type:"error"}):console.log(e)}))}},async beforeCreate(){const e=await Ur().get("/api/is-registed");!0===e.data.result&&this.$router.push({name:"home"})}};const Fo=(0,w.Z)(Lo,[["render",Oo]]);var Ro=Fo;const Mo=[{path:"/",name:"home",component:go},{path:"/login",name:"login",component:Ro}],Do=Lt({history:xe(),routes:Mo});var No=Do,Bo=(__webpack_require__(1794),__webpack_require__(5793),__webpack_require__(4009)),Uo=__webpack_require__.n(Bo);__webpack_require__(1162),__webpack_require__(6507);__webpack_require__(9872),__webpack_require__(7424);const jo=(0,e.ri)(L);jo.use(qa),jo.use(No),jo.use(Uo()),jo.mount("#app")}()})();
|
|
127
|
+
//# sourceMappingURL=app.js.map
|