@momentum-design/components 0.122.5 → 0.122.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.js +428 -409
 - package/dist/browser/index.js.map +4 -4
 - package/dist/components/list/list.component.d.ts +12 -17
 - package/dist/components/list/list.component.js +29 -39
 - package/dist/components/listitem/listitem.component.d.ts +10 -0
 - package/dist/components/listitem/listitem.component.js +7 -0
 - package/dist/components/popover/popover.component.d.ts +7 -0
 - package/dist/components/popover/popover.component.js +13 -0
 - package/dist/components/popover/popover.constants.d.ts +1 -0
 - package/dist/components/popover/popover.constants.js +1 -0
 - package/dist/components/virtualizedlist/virtualizedlist.component.d.ts +244 -41
 - package/dist/components/virtualizedlist/virtualizedlist.component.js +597 -78
 - package/dist/components/virtualizedlist/virtualizedlist.constants.d.ts +7 -4
 - package/dist/components/virtualizedlist/virtualizedlist.constants.js +7 -4
 - package/dist/components/virtualizedlist/virtualizedlist.styles.js +17 -3
 - package/dist/components/virtualizedlist/virtualizedlist.types.d.ts +12 -10
 - package/dist/components/virtualizedlist/virtualizedlist.utils.d.ts +11 -0
 - package/dist/components/virtualizedlist/virtualizedlist.utils.js +23 -0
 - package/dist/custom-elements.json +2778 -1975
 - package/dist/react/index.d.ts +7 -7
 - package/dist/react/index.js +7 -7
 - package/dist/react/virtualizedlist/index.d.ts +44 -6
 - package/dist/react/virtualizedlist/index.js +44 -6
 - package/dist/utils/mixins/AutoFocusOnMountMixin.js +2 -2
 - package/dist/utils/mixins/ListNavigationMixin.d.ts +5 -2
 - package/dist/utils/mixins/ListNavigationMixin.js +77 -68
 - package/dist/utils/mixins/lifecycle/LifeCycleMixin.js +4 -0
 - package/dist/utils/mixins/lifecycle/lifecycle.contants.d.ts +1 -0
 - package/dist/utils/mixins/lifecycle/lifecycle.contants.js +1 -0
 - package/dist/utils/range.d.ts +40 -0
 - package/dist/utils/range.js +66 -0
 - package/dist/utils/virtualIndexArray.d.ts +27 -0
 - package/dist/utils/virtualIndexArray.js +42 -0
 - package/package.json +2 -2
 - package/dist/components/virtualizedlist/virtualizedlist.helper.test.d.ts +0 -22
 - package/dist/components/virtualizedlist/virtualizedlist.helper.test.js +0 -82
 
    
        package/dist/browser/index.js
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            "use strict";(()=>{var ay=Object.create;var Bd=Object.defineProperty;var sm=Object.getOwnPropertyDescriptor;var ny=Object.getOwnPropertyNames;var ly=Object.getPrototypeOf,dy=Object.prototype.hasOwnProperty;var cy=(n,o)=>()=>(o||n((o={exports:{}}).exports,o),o.exports);var hy=(n,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let a of ny(o))!dy.call(n,a)&&a!==t&&Bd(n,a,{get:()=>o[a],enumerable:!(i=sm(o,a))||i.enumerable});return n};var py=(n,o,t)=>(t=n!=null?ay(ly(n)):{},hy(o||!n||!n.__esModule?Bd(t,"default",{value:n,enumerable:!0}):t,n));var p=(n,o,t,i)=>{for(var a=i>1?void 0:i?sm(o,t):o,d=n.length-1,m;d>=0;d--)(m=n[d])&&(a=(i?m(o,t,a):m(a))||a);return i&&a&&Bd(o,t,a),a};var iu=cy((_a,ll)=>{typeof navigator<"u"&&function(n,o){typeof _a=="object"&&typeof ll<"u"?ll.exports=o():typeof define=="function"&&define.amd?define(o):(n=typeof globalThis<"u"?globalThis:n||self,n.lottie=o())}(_a,function(){"use strict";var n="http://www.w3.org/2000/svg",o="",t=!1,i=-999999,a=function(r){t=!!r},d=function(){return t},m=function(r){o=r},b=function(){return o};function C(e){return document.createElement(e)}function L(e,r){var s,l=e.length,h;for(s=0;s<l;s+=1){h=e[s].prototype;for(var c in h)Object.prototype.hasOwnProperty.call(h,c)&&(r.prototype[c]=h[c])}}function W(e,r){return Object.getOwnPropertyDescriptor(e,r)}function q(e){function r(){}return r.prototype=e,r}var it=function(){function e(r){this.audios=[],this.audioFactory=r,this._volume=1,this._isMuted=!1}return e.prototype={addAudio:function(s){this.audios.push(s)},pause:function(){var s,l=this.audios.length;for(s=0;s<l;s+=1)this.audios[s].pause()},resume:function(){var s,l=this.audios.length;for(s=0;s<l;s+=1)this.audios[s].resume()},setRate:function(s){var l,h=this.audios.length;for(l=0;l<h;l+=1)this.audios[l].setRate(s)},createAudio:function(s){return this.audioFactory?this.audioFactory(s):window.Howl?new window.Howl({src:[s]}):{isPlaying:!1,play:function(){this.isPlaying=!0},seek:function(){this.isPlaying=!1},playing:function(){},rate:function(){},setVolume:function(){}}},setAudioFactory:function(s){this.audioFactory=s},setVolume:function(s){this._volume=s,this._updateVolume()},mute:function(){this._isMuted=!0,this._updateVolume()},unmute:function(){this._isMuted=!1,this._updateVolume()},getVolume:function(){return this._volume},_updateVolume:function(){var s,l=this.audios.length;for(s=0;s<l;s+=1)this.audios[s].volume(this._volume*(this._isMuted?0:1))}},function(){return new e}}(),X=function(){function e(s,l){var h=0,c=[],v;switch(s){case"int16":case"uint8c":v=1;break;default:v=1.1;break}for(h=0;h<l;h+=1)c.push(v);return c}function r(s,l){return s==="float32"?new Float32Array(l):s==="int16"?new Int16Array(l):s==="uint8c"?new Uint8ClampedArray(l):e(s,l)}return typeof Uint8ClampedArray=="function"&&typeof Float32Array=="function"?r:e}();function rt(e){return Array.apply(null,{length:e})}function lt(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?lt=function(s){return typeof s}:lt=function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},lt(e)}var dt=!0,gt=null,At=null,Lt="",jt=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),Vt=!1,Ut=Math.pow,Zt=Math.sqrt,ne=Math.floor,ur=Math.max,ke=Math.min,Xe={};(function(){var e=["abs","acos","acosh","asin","asinh","atan","atanh","atan2","ceil","cbrt","expm1","clz32","cos","cosh","exp","floor","fround","hypot","imul","log","log1p","log2","log10","max","min","pow","random","round","sign","sin","sinh","sqrt","tan","tanh","trunc","E","LN10","LN2","LOG10E","LOG2E","PI","SQRT1_2","SQRT2"],r,s=e.length;for(r=0;r<s;r+=1)Xe[e[r]]=Math[e[r]]})();function fr(){return{}}Xe.random=Math.random,Xe.abs=function(e){var r=lt(e);if(r==="object"&&e.length){var s=rt(e.length),l,h=e.length;for(l=0;l<h;l+=1)s[l]=Math.abs(e[l]);return s}return Math.abs(e)};var vr=150,Ct=Math.PI/180,me=.5519;function Ze(e){Vt=!!e}function Qe(e){return Vt?Math.round(e):e}function Je(e){e.style.position="absolute",e.style.top=0,e.style.left=0,e.style.display="block",e.style.transformOrigin="0 0",e.style.webkitTransformOrigin="0 0",e.style.backfaceVisibility="visible",e.style.webkitBackfaceVisibility="visible",e.style.transformStyle="preserve-3d",e.style.webkitTransformStyle="preserve-3d",e.style.mozTransformStyle="preserve-3d"}function tr(e,r,s,l){this.type=e,this.currentTime=r,this.totalTime=s,this.direction=l<0?-1:1}function un(e,r){this.type=e,this.direction=r<0?-1:1}function pp(e,r,s,l){this.type=e,this.currentLoop=s,this.totalLoops=r,this.direction=l<0?-1:1}function mp(e,r,s){this.type=e,this.firstFrame=r,this.totalFrames=s}function up(e,r){this.type=e,this.target=r}function ab(e,r){this.type="renderFrameError",this.nativeError=e,this.currentTime=r}function nb(e){this.type="configError",this.nativeError=e}function VA(e,r){this.type=e,this.nativeError=r}var we=function(){var e=0;return function(){return e+=1,Lt+"__lottie_element_"+e}}();function kd(e,r,s){var l,h,c,v,x,g,k,R;switch(v=Math.floor(e*6),x=e*6-v,g=s*(1-r),k=s*(1-x*r),R=s*(1-(1-x)*r),v%6){case 0:l=s,h=R,c=g;break;case 1:l=k,h=s,c=g;break;case 2:l=g,h=s,c=R;break;case 3:l=g,h=k,c=s;break;case 4:l=R,h=g,c=s;break;case 5:l=s,h=g,c=k;break;default:break}return[l,h,c]}function wd(e,r,s){var l=Math.max(e,r,s),h=Math.min(e,r,s),c=l-h,v,x=l===0?0:c/l,g=l/255;switch(l){case h:v=0;break;case e:v=r-s+c*(r<s?6:0),v/=6*c;break;case r:v=s-e+c*2,v/=6*c;break;case s:v=e-r+c*4,v/=6*c;break;default:break}return[v,x,g]}function fp(e,r){var s=wd(e[0]*255,e[1]*255,e[2]*255);return s[1]+=r,s[1]>1?s[1]=1:s[1]<=0&&(s[1]=0),kd(s[0],s[1],s[2])}function vp(e,r){var s=wd(e[0]*255,e[1]*255,e[2]*255);return s[2]+=r,s[2]>1?s[2]=1:s[2]<0&&(s[2]=0),kd(s[0],s[1],s[2])}function gp(e,r){var s=wd(e[0]*255,e[1]*255,e[2]*255);return s[0]+=r/360,s[0]>1?s[0]-=1:s[0]<0&&(s[0]+=1),kd(s[0],s[1],s[2])}var zA=function(){var e=[],r,s;for(r=0;r<256;r+=1)s=r.toString(16),e[r]=s.length===1?"0"+s:s;return function(l,h,c){return l<0&&(l=0),h<0&&(h=0),c<0&&(c=0),"#"+e[l]+e[h]+e[c]}}(),lb=function(r){dt=!!r},db=function(){return dt},cb=function(r){gt=r},fn=function(){return gt},BA=function(r){At=r},bp=function(){return At},vn=function(r){vr=r},Ws=function(){return vr},hb=function(r){Lt=r},UA=function(){return Lt};function Tt(e){return document.createElementNS(n,e)}function gn(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?gn=function(s){return typeof s}:gn=function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},gn(e)}var js=function(){var e=1,r=[],s,l,h={onmessage:function(){},postMessage:function(M){s({data:M})}},c={postMessage:function(M){h.onmessage({data:M})}};function v(T){if(window.Worker&&window.Blob&&d()){var M=new Blob(["var _workerSelf = self; self.onmessage = ",T.toString()],{type:"text/javascript"}),D=URL.createObjectURL(M);return new Worker(D)}return s=T,h}function x(){l||(l=v(function(M){function D(){function z(Q,S){var P,f,y=Q.length,H,F,nt,ft;for(f=0;f<y;f+=1)if(P=Q[f],"ks"in P&&!P.completed){if(P.completed=!0,P.hasMask){var Et=P.masksProperties;for(F=Et.length,H=0;H<F;H+=1)if(Et[H].pt.k.i)w(Et[H].pt.k);else for(ft=Et[H].pt.k.length,nt=0;nt<ft;nt+=1)Et[H].pt.k[nt].s&&w(Et[H].pt.k[nt].s[0]),Et[H].pt.k[nt].e&&w(Et[H].pt.k[nt].e[0])}P.ty===0?(P.layers=E(P.refId,S),z(P.layers,S)):P.ty===4?A(P.shapes):P.ty===5&&xt(P)}}function N(Q,S){if(Q){var P=0,f=Q.length;for(P=0;P<f;P+=1)Q[P].t===1&&(Q[P].data.layers=E(Q[P].data.refId,S),z(Q[P].data.layers,S))}}function I(Q,S){for(var P=0,f=S.length;P<f;){if(S[P].id===Q)return S[P];P+=1}return null}function E(Q,S){var P=I(Q,S);return P?P.layers.__used?JSON.parse(JSON.stringify(P.layers)):(P.layers.__used=!0,P.layers):null}function A(Q){var S,P=Q.length,f,y;for(S=P-1;S>=0;S-=1)if(Q[S].ty==="sh")if(Q[S].ks.k.i)w(Q[S].ks.k);else for(y=Q[S].ks.k.length,f=0;f<y;f+=1)Q[S].ks.k[f].s&&w(Q[S].ks.k[f].s[0]),Q[S].ks.k[f].e&&w(Q[S].ks.k[f].e[0]);else Q[S].ty==="gr"&&A(Q[S].it)}function w(Q){var S,P=Q.i.length;for(S=0;S<P;S+=1)Q.i[S][0]+=Q.v[S][0],Q.i[S][1]+=Q.v[S][1],Q.o[S][0]+=Q.v[S][0],Q.o[S][1]+=Q.v[S][1]}function $(Q,S){var P=S?S.split("."):[100,100,100];return Q[0]>P[0]?!0:P[0]>Q[0]?!1:Q[1]>P[1]?!0:P[1]>Q[1]?!1:Q[2]>P[2]?!0:P[2]>Q[2]?!1:null}var U=function(){var Q=[4,4,14];function S(f){var y=f.t.d;f.t.d={k:[{s:y,t:0}]}}function P(f){var y,H=f.length;for(y=0;y<H;y+=1)f[y].ty===5&&S(f[y])}return function(f){if($(Q,f.v)&&(P(f.layers),f.assets)){var y,H=f.assets.length;for(y=0;y<H;y+=1)f.assets[y].layers&&P(f.assets[y].layers)}}}(),Y=function(){var Q=[4,7,99];return function(S){if(S.chars&&!$(Q,S.v)){var P,f=S.chars.length;for(P=0;P<f;P+=1){var y=S.chars[P];y.data&&y.data.shapes&&(A(y.data.shapes),y.data.ip=0,y.data.op=99999,y.data.st=0,y.data.sr=1,y.data.ks={p:{k:[0,0],a:0},s:{k:[100,100],a:0},a:{k:[0,0],a:0},r:{k:0,a:0},o:{k:100,a:0}},S.chars[P].t||(y.data.shapes.push({ty:"no"}),y.data.shapes[0].it.push({p:{k:[0,0],a:0},s:{k:[100,100],a:0},a:{k:[0,0],a:0},r:{k:0,a:0},o:{k:100,a:0},sk:{k:0,a:0},sa:{k:0,a:0},ty:"tr"})))}}}}(),tt=function(){var Q=[5,7,15];function S(f){var y=f.t.p;typeof y.a=="number"&&(y.a={a:0,k:y.a}),typeof y.p=="number"&&(y.p={a:0,k:y.p}),typeof y.r=="number"&&(y.r={a:0,k:y.r})}function P(f){var y,H=f.length;for(y=0;y<H;y+=1)f[y].ty===5&&S(f[y])}return function(f){if($(Q,f.v)&&(P(f.layers),f.assets)){var y,H=f.assets.length;for(y=0;y<H;y+=1)f.assets[y].layers&&P(f.assets[y].layers)}}}(),yt=function(){var Q=[4,1,9];function S(f){var y,H=f.length,F,nt;for(y=0;y<H;y+=1)if(f[y].ty==="gr")S(f[y].it);else if(f[y].ty==="fl"||f[y].ty==="st")if(f[y].c.k&&f[y].c.k[0].i)for(nt=f[y].c.k.length,F=0;F<nt;F+=1)f[y].c.k[F].s&&(f[y].c.k[F].s[0]/=255,f[y].c.k[F].s[1]/=255,f[y].c.k[F].s[2]/=255,f[y].c.k[F].s[3]/=255),f[y].c.k[F].e&&(f[y].c.k[F].e[0]/=255,f[y].c.k[F].e[1]/=255,f[y].c.k[F].e[2]/=255,f[y].c.k[F].e[3]/=255);else f[y].c.k[0]/=255,f[y].c.k[1]/=255,f[y].c.k[2]/=255,f[y].c.k[3]/=255}function P(f){var y,H=f.length;for(y=0;y<H;y+=1)f[y].ty===4&&S(f[y].shapes)}return function(f){if($(Q,f.v)&&(P(f.layers),f.assets)){var y,H=f.assets.length;for(y=0;y<H;y+=1)f.assets[y].layers&&P(f.assets[y].layers)}}}(),pt=function(){var Q=[4,4,18];function S(f){var y,H=f.length,F,nt;for(y=H-1;y>=0;y-=1)if(f[y].ty==="sh")if(f[y].ks.k.i)f[y].ks.k.c=f[y].closed;else for(nt=f[y].ks.k.length,F=0;F<nt;F+=1)f[y].ks.k[F].s&&(f[y].ks.k[F].s[0].c=f[y].closed),f[y].ks.k[F].e&&(f[y].ks.k[F].e[0].c=f[y].closed);else f[y].ty==="gr"&&S(f[y].it)}function P(f){var y,H,F=f.length,nt,ft,Et,Rt;for(H=0;H<F;H+=1){if(y=f[H],y.hasMask){var Mt=y.masksProperties;for(ft=Mt.length,nt=0;nt<ft;nt+=1)if(Mt[nt].pt.k.i)Mt[nt].pt.k.c=Mt[nt].cl;else for(Rt=Mt[nt].pt.k.length,Et=0;Et<Rt;Et+=1)Mt[nt].pt.k[Et].s&&(Mt[nt].pt.k[Et].s[0].c=Mt[nt].cl),Mt[nt].pt.k[Et].e&&(Mt[nt].pt.k[Et].e[0].c=Mt[nt].cl)}y.ty===4&&S(y.shapes)}}return function(f){if($(Q,f.v)&&(P(f.layers),f.assets)){var y,H=f.assets.length;for(y=0;y<H;y+=1)f.assets[y].layers&&P(f.assets[y].layers)}}}();function ot(Q){Q.__complete||(yt(Q),U(Q),Y(Q),tt(Q),pt(Q),z(Q.layers,Q.assets),N(Q.chars,Q.assets),Q.__complete=!0)}function xt(Q){Q.t.a.length===0&&"m"in Q.t.p}var ct={};return ct.completeData=ot,ct.checkColors=yt,ct.checkChars=Y,ct.checkPathProperties=tt,ct.checkShapes=pt,ct.completeLayers=z,ct}if(c.dataManager||(c.dataManager=D()),c.assetLoader||(c.assetLoader=function(){function z(I){var E=I.getResponseHeader("content-type");return E&&I.responseType==="json"&&E.indexOf("json")!==-1||I.response&&gn(I.response)==="object"?I.response:I.response&&typeof I.response=="string"?JSON.parse(I.response):I.responseText?JSON.parse(I.responseText):null}function N(I,E,A,w){var $,U=new XMLHttpRequest;try{U.responseType="json"}catch{}U.onreadystatechange=function(){if(U.readyState===4)if(U.status===200)$=z(U),A($);else try{$=z(U),A($)}catch(Y){w&&w(Y)}};try{U.open(["G","E","T"].join(""),I,!0)}catch{U.open(["G","E","T"].join(""),E+"/"+I,!0)}U.send()}return{load:N}}()),M.data.type==="loadAnimation")c.assetLoader.load(M.data.path,M.data.fullPath,function(z){c.dataManager.completeData(z),c.postMessage({id:M.data.id,payload:z,status:"success"})},function(){c.postMessage({id:M.data.id,status:"error"})});else if(M.data.type==="complete"){var O=M.data.animation;c.dataManager.completeData(O),c.postMessage({id:M.data.id,payload:O,status:"success"})}else M.data.type==="loadData"&&c.assetLoader.load(M.data.path,M.data.fullPath,function(z){c.postMessage({id:M.data.id,payload:z,status:"success"})},function(){c.postMessage({id:M.data.id,status:"error"})})}),l.onmessage=function(T){var M=T.data,D=M.id,O=r[D];r[D]=null,M.status==="success"?O.onComplete(M.payload):O.onError&&O.onError()})}function g(T,M){e+=1;var D="processId_"+e;return r[D]={onComplete:T,onError:M},D}function k(T,M,D){x();var O=g(M,D);l.postMessage({type:"loadAnimation",path:T,fullPath:window.location.origin+window.location.pathname,id:O})}function R(T,M,D){x();var O=g(M,D);l.postMessage({type:"loadData",path:T,fullPath:window.location.origin+window.location.pathname,id:O})}function G(T,M,D){x();var O=g(M,D);l.postMessage({type:"complete",animation:T,id:O})}return{loadAnimation:k,loadData:R,completeAnimation:G}}(),pb=function(){var e=function(){var N=C("canvas");N.width=1,N.height=1;var I=N.getContext("2d");return I.fillStyle="rgba(0,0,0,0)",I.fillRect(0,0,1,1),N}();function r(){this.loadedAssets+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function s(){this.loadedFootagesCount+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function l(N,I,E){var A="";if(N.e)A=N.p;else if(I){var w=N.p;w.indexOf("images/")!==-1&&(w=w.split("/")[1]),A=I+w}else A=E,A+=N.u?N.u:"",A+=N.p;return A}function h(N){var I=0,E=setInterval((function(){var A=N.getBBox();(A.width||I>500)&&(this._imageLoaded(),clearInterval(E)),I+=1}).bind(this),50)}function c(N){var I=l(N,this.assetsPath,this.path),E=Tt("image");jt?this.testImageLoaded(E):E.addEventListener("load",this._imageLoaded,!1),E.addEventListener("error",(function(){A.img=e,this._imageLoaded()}).bind(this),!1),E.setAttributeNS("http://www.w3.org/1999/xlink","href",I),this._elementHelper.append?this._elementHelper.append(E):this._elementHelper.appendChild(E);var A={img:E,assetData:N};return A}function v(N){var I=l(N,this.assetsPath,this.path),E=C("img");E.crossOrigin="anonymous",E.addEventListener("load",this._imageLoaded,!1),E.addEventListener("error",(function(){A.img=e,this._imageLoaded()}).bind(this),!1),E.src=I;var A={img:E,assetData:N};return A}function x(N){var I={assetData:N},E=l(N,this.assetsPath,this.path);return js.loadData(E,(function(A){I.img=A,this._footageLoaded()}).bind(this),(function(){I.img={},this._footageLoaded()}).bind(this)),I}function g(N,I){this.imagesLoadedCb=I;var E,A=N.length;for(E=0;E<A;E+=1)N[E].layers||(!N[E].t||N[E].t==="seq"?(this.totalImages+=1,this.images.push(this._createImageData(N[E]))):N[E].t===3&&(this.totalFootages+=1,this.images.push(this.createFootageData(N[E]))))}function k(N){this.path=N||""}function R(N){this.assetsPath=N||""}function G(N){for(var I=0,E=this.images.length;I<E;){if(this.images[I].assetData===N)return this.images[I].img;I+=1}return null}function T(){this.imagesLoadedCb=null,this.images.length=0}function M(){return this.totalImages===this.loadedAssets}function D(){return this.totalFootages===this.loadedFootagesCount}function O(N,I){N==="svg"?(this._elementHelper=I,this._createImageData=this.createImageData.bind(this)):this._createImageData=this.createImgData.bind(this)}function z(){this._imageLoaded=r.bind(this),this._footageLoaded=s.bind(this),this.testImageLoaded=h.bind(this),this.createFootageData=x.bind(this),this.assetsPath="",this.path="",this.totalImages=0,this.totalFootages=0,this.loadedAssets=0,this.loadedFootagesCount=0,this.imagesLoadedCb=null,this.images=[]}return z.prototype={loadAssets:g,setAssetsPath:R,setPath:k,loadedImages:M,loadedFootages:D,destroy:T,getAsset:G,createImgData:v,createImageData:c,imageLoaded:r,footageLoaded:s,setCacheType:O},z}();function yp(){}yp.prototype={triggerEvent:function(r,s){if(this._cbs[r])for(var l=this._cbs[r],h=0;h<l.length;h+=1)l[h](s)},addEventListener:function(r,s){return this._cbs[r]||(this._cbs[r]=[]),this._cbs[r].push(s),(function(){this.removeEventListener(r,s)}).bind(this)},removeEventListener:function(r,s){if(!s)this._cbs[r]=null;else if(this._cbs[r]){for(var l=0,h=this._cbs[r].length;l<h;)this._cbs[r][l]===s&&(this._cbs[r].splice(l,1),l-=1,h-=1),l+=1;this._cbs[r].length||(this._cbs[r]=null)}}};var mb=function(){function e(r){for(var s=r.split(`\r
         
     | 
| 
       2 
     | 
    
         
            -
            `),l={},h,c=0,v=0;v<s.length;v+=1)h=s[v].split(":"),h.length===2&&(l[h[0]]=h[1].trim(),c+=1);if(c===0)throw new Error;return l}return function(r){for(var s=[],l=0;l<r.length;l+=1){var h=r[l],c={time:h.tm,duration:h.dr};try{c.payload=JSON.parse(r[l].cm)}catch{try{c.payload=e(r[l].cm)}catch{c.payload={name:r[l].cm}}}s.push(c)}return s}}(),ub=function(){function e(r){this.compositions.push(r)}return function(){function r(s){for(var l=0,h=this.compositions.length;l<h;){if(this.compositions[l].data&&this.compositions[l].data.nm===s)return this.compositions[l].prepareFrame&&this.compositions[l].data.xt&&this.compositions[l].prepareFrame(this.currentFrame),this.compositions[l].compInterface;l+=1}return null}return r.compositions=[],r.currentFrame=0,r.registerComposition=e,r}}(),Ks={},fb=function(r,s){Ks[r]=s};function vb(e){return Ks[e]}function gb(){if(Ks.canvas)return"canvas";for(var e in Ks)if(Ks[e])return e;return""}function qs(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?qs=function(s){return typeof s}:qs=function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},qs(e)}var ut=function(){this._cbs=[],this.name="",this.path="",this.isLoaded=!1,this.currentFrame=0,this.currentRawFrame=0,this.firstFrame=0,this.totalFrames=0,this.frameRate=0,this.frameMult=0,this.playSpeed=1,this.playDirection=1,this.playCount=0,this.animationData={},this.assets=[],this.isPaused=!0,this.autoplay=!1,this.loop=!0,this.renderer=null,this.animationID=we(),this.assetsPath="",this.timeCompleted=0,this.segmentPos=0,this.isSubframeEnabled=db(),this.segments=[],this._idle=!0,this._completedLoop=!1,this.projectInterface=ub(),this.imagePreloader=new pb,this.audioController=it(),this.markers=[],this.configAnimation=this.configAnimation.bind(this),this.onSetupError=this.onSetupError.bind(this),this.onSegmentComplete=this.onSegmentComplete.bind(this),this.drawnFrameEvent=new tr("drawnFrame",0,0,0),this.expressionsPlugin=fn()};L([yp],ut),ut.prototype.setParams=function(e){(e.wrapper||e.container)&&(this.wrapper=e.wrapper||e.container);var r="svg";e.animType?r=e.animType:e.renderer&&(r=e.renderer);var s=vb(r);this.renderer=new s(this,e.rendererSettings),this.imagePreloader.setCacheType(r,this.renderer.globalData.defs),this.renderer.setProjectInterface(this.projectInterface),this.animType=r,e.loop===""||e.loop===null||e.loop===void 0||e.loop===!0?this.loop=!0:e.loop===!1?this.loop=!1:this.loop=parseInt(e.loop,10),this.autoplay="autoplay"in e?e.autoplay:!0,this.name=e.name?e.name:"",this.autoloadSegments=Object.prototype.hasOwnProperty.call(e,"autoloadSegments")?e.autoloadSegments:!0,this.assetsPath=e.assetsPath,this.initialSegment=e.initialSegment,e.audioFactory&&this.audioController.setAudioFactory(e.audioFactory),e.animationData?this.setupAnimation(e.animationData):e.path&&(e.path.lastIndexOf("\\")!==-1?this.path=e.path.substr(0,e.path.lastIndexOf("\\")+1):this.path=e.path.substr(0,e.path.lastIndexOf("/")+1),this.fileName=e.path.substr(e.path.lastIndexOf("/")+1),this.fileName=this.fileName.substr(0,this.fileName.lastIndexOf(".json")),js.loadAnimation(e.path,this.configAnimation,this.onSetupError))},ut.prototype.onSetupError=function(){this.trigger("data_failed")},ut.prototype.setupAnimation=function(e){js.completeAnimation(e,this.configAnimation)},ut.prototype.setData=function(e,r){r&&qs(r)!=="object"&&(r=JSON.parse(r));var s={wrapper:e,animationData:r},l=e.attributes;s.path=l.getNamedItem("data-animation-path")?l.getNamedItem("data-animation-path").value:l.getNamedItem("data-bm-path")?l.getNamedItem("data-bm-path").value:l.getNamedItem("bm-path")?l.getNamedItem("bm-path").value:"",s.animType=l.getNamedItem("data-anim-type")?l.getNamedItem("data-anim-type").value:l.getNamedItem("data-bm-type")?l.getNamedItem("data-bm-type").value:l.getNamedItem("bm-type")?l.getNamedItem("bm-type").value:l.getNamedItem("data-bm-renderer")?l.getNamedItem("data-bm-renderer").value:l.getNamedItem("bm-renderer")?l.getNamedItem("bm-renderer").value:gb()||"canvas";var h=l.getNamedItem("data-anim-loop")?l.getNamedItem("data-anim-loop").value:l.getNamedItem("data-bm-loop")?l.getNamedItem("data-bm-loop").value:l.getNamedItem("bm-loop")?l.getNamedItem("bm-loop").value:"";h==="false"?s.loop=!1:h==="true"?s.loop=!0:h!==""&&(s.loop=parseInt(h,10));var c=l.getNamedItem("data-anim-autoplay")?l.getNamedItem("data-anim-autoplay").value:l.getNamedItem("data-bm-autoplay")?l.getNamedItem("data-bm-autoplay").value:l.getNamedItem("bm-autoplay")?l.getNamedItem("bm-autoplay").value:!0;s.autoplay=c!=="false",s.name=l.getNamedItem("data-name")?l.getNamedItem("data-name").value:l.getNamedItem("data-bm-name")?l.getNamedItem("data-bm-name").value:l.getNamedItem("bm-name")?l.getNamedItem("bm-name").value:"";var v=l.getNamedItem("data-anim-prerender")?l.getNamedItem("data-anim-prerender").value:l.getNamedItem("data-bm-prerender")?l.getNamedItem("data-bm-prerender").value:l.getNamedItem("bm-prerender")?l.getNamedItem("bm-prerender").value:"";v==="false"&&(s.prerender=!1),s.path?this.setParams(s):this.trigger("destroy")},ut.prototype.includeLayers=function(e){e.op>this.animationData.op&&(this.animationData.op=e.op,this.totalFrames=Math.floor(e.op-this.animationData.ip));var r=this.animationData.layers,s,l=r.length,h=e.layers,c,v=h.length;for(c=0;c<v;c+=1)for(s=0;s<l;){if(r[s].id===h[c].id){r[s]=h[c];break}s+=1}if((e.chars||e.fonts)&&(this.renderer.globalData.fontManager.addChars(e.chars),this.renderer.globalData.fontManager.addFonts(e.fonts,this.renderer.globalData.defs)),e.assets)for(l=e.assets.length,s=0;s<l;s+=1)this.animationData.assets.push(e.assets[s]);this.animationData.__complete=!1,js.completeAnimation(this.animationData,this.onSegmentComplete)},ut.prototype.onSegmentComplete=function(e){this.animationData=e;var r=fn();r&&r.initExpressions(this),this.loadNextSegment()},ut.prototype.loadNextSegment=function(){var e=this.animationData.segments;if(!e||e.length===0||!this.autoloadSegments){this.trigger("data_ready"),this.timeCompleted=this.totalFrames;return}var r=e.shift();this.timeCompleted=r.time*this.frameRate;var s=this.path+this.fileName+"_"+this.segmentPos+".json";this.segmentPos+=1,js.loadData(s,this.includeLayers.bind(this),(function(){this.trigger("data_failed")}).bind(this))},ut.prototype.loadSegments=function(){var e=this.animationData.segments;e||(this.timeCompleted=this.totalFrames),this.loadNextSegment()},ut.prototype.imagesLoaded=function(){this.trigger("loaded_images"),this.checkLoaded()},ut.prototype.preloadImages=function(){this.imagePreloader.setAssetsPath(this.assetsPath),this.imagePreloader.setPath(this.path),this.imagePreloader.loadAssets(this.animationData.assets,this.imagesLoaded.bind(this))},ut.prototype.configAnimation=function(e){if(this.renderer)try{this.animationData=e,this.initialSegment?(this.totalFrames=Math.floor(this.initialSegment[1]-this.initialSegment[0]),this.firstFrame=Math.round(this.initialSegment[0])):(this.totalFrames=Math.floor(this.animationData.op-this.animationData.ip),this.firstFrame=Math.round(this.animationData.ip)),this.renderer.configAnimation(e),e.assets||(e.assets=[]),this.assets=this.animationData.assets,this.frameRate=this.animationData.fr,this.frameMult=this.animationData.fr/1e3,this.renderer.searchExtraCompositions(e.assets),this.markers=mb(e.markers||[]),this.trigger("config_ready"),this.preloadImages(),this.loadSegments(),this.updaFrameModifier(),this.waitForFontsLoaded(),this.isPaused&&this.audioController.pause()}catch(r){this.triggerConfigError(r)}},ut.prototype.waitForFontsLoaded=function(){this.renderer&&(this.renderer.globalData.fontManager.isLoaded?this.checkLoaded():setTimeout(this.waitForFontsLoaded.bind(this),20))},ut.prototype.checkLoaded=function(){if(!this.isLoaded&&this.renderer.globalData.fontManager.isLoaded&&(this.imagePreloader.loadedImages()||this.renderer.rendererType!=="canvas")&&this.imagePreloader.loadedFootages()){this.isLoaded=!0;var e=fn();e&&e.initExpressions(this),this.renderer.initItems(),setTimeout((function(){this.trigger("DOMLoaded")}).bind(this),0),this.gotoFrame(),this.autoplay&&this.play()}},ut.prototype.resize=function(e,r){var s=typeof e=="number"?e:void 0,l=typeof r=="number"?r:void 0;this.renderer.updateContainerSize(s,l)},ut.prototype.setSubframe=function(e){this.isSubframeEnabled=!!e},ut.prototype.gotoFrame=function(){this.currentFrame=this.isSubframeEnabled?this.currentRawFrame:~~this.currentRawFrame,this.timeCompleted!==this.totalFrames&&this.currentFrame>this.timeCompleted&&(this.currentFrame=this.timeCompleted),this.trigger("enterFrame"),this.renderFrame(),this.trigger("drawnFrame")},ut.prototype.renderFrame=function(){if(!(this.isLoaded===!1||!this.renderer))try{this.expressionsPlugin&&this.expressionsPlugin.resetFrame(),this.renderer.renderFrame(this.currentFrame+this.firstFrame)}catch(e){this.triggerRenderFrameError(e)}},ut.prototype.play=function(e){e&&this.name!==e||this.isPaused===!0&&(this.isPaused=!1,this.trigger("_play"),this.audioController.resume(),this._idle&&(this._idle=!1,this.trigger("_active")))},ut.prototype.pause=function(e){e&&this.name!==e||this.isPaused===!1&&(this.isPaused=!0,this.trigger("_pause"),this._idle=!0,this.trigger("_idle"),this.audioController.pause())},ut.prototype.togglePause=function(e){e&&this.name!==e||(this.isPaused===!0?this.play():this.pause())},ut.prototype.stop=function(e){e&&this.name!==e||(this.pause(),this.playCount=0,this._completedLoop=!1,this.setCurrentRawFrameValue(0))},ut.prototype.getMarkerData=function(e){for(var r,s=0;s<this.markers.length;s+=1)if(r=this.markers[s],r.payload&&r.payload.name===e)return r;return null},ut.prototype.goToAndStop=function(e,r,s){if(!(s&&this.name!==s)){var l=Number(e);if(isNaN(l)){var h=this.getMarkerData(e);h&&this.goToAndStop(h.time,!0)}else r?this.setCurrentRawFrameValue(e):this.setCurrentRawFrameValue(e*this.frameModifier);this.pause()}},ut.prototype.goToAndPlay=function(e,r,s){if(!(s&&this.name!==s)){var l=Number(e);if(isNaN(l)){var h=this.getMarkerData(e);h&&(h.duration?this.playSegments([h.time,h.time+h.duration],!0):this.goToAndStop(h.time,!0))}else this.goToAndStop(l,r,s);this.play()}},ut.prototype.advanceTime=function(e){if(!(this.isPaused===!0||this.isLoaded===!1)){var r=this.currentRawFrame+e*this.frameModifier,s=!1;r>=this.totalFrames-1&&this.frameModifier>0?!this.loop||this.playCount===this.loop?this.checkSegments(r>this.totalFrames?r%this.totalFrames:0)||(s=!0,r=this.totalFrames-1):r>=this.totalFrames?(this.playCount+=1,this.checkSegments(r%this.totalFrames)||(this.setCurrentRawFrameValue(r%this.totalFrames),this._completedLoop=!0,this.trigger("loopComplete"))):this.setCurrentRawFrameValue(r):r<0?this.checkSegments(r%this.totalFrames)||(this.loop&&!(this.playCount--<=0&&this.loop!==!0)?(this.setCurrentRawFrameValue(this.totalFrames+r%this.totalFrames),this._completedLoop?this.trigger("loopComplete"):this._completedLoop=!0):(s=!0,r=0)):this.setCurrentRawFrameValue(r),s&&(this.setCurrentRawFrameValue(r),this.pause(),this.trigger("complete"))}},ut.prototype.adjustSegment=function(e,r){this.playCount=0,e[1]<e[0]?(this.frameModifier>0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(-1)),this.totalFrames=e[0]-e[1],this.timeCompleted=this.totalFrames,this.firstFrame=e[1],this.setCurrentRawFrameValue(this.totalFrames-.001-r)):e[1]>e[0]&&(this.frameModifier<0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(1)),this.totalFrames=e[1]-e[0],this.timeCompleted=this.totalFrames,this.firstFrame=e[0],this.setCurrentRawFrameValue(.001+r)),this.trigger("segmentStart")},ut.prototype.setSegment=function(e,r){var s=-1;this.isPaused&&(this.currentRawFrame+this.firstFrame<e?s=e:this.currentRawFrame+this.firstFrame>r&&(s=r-e)),this.firstFrame=e,this.totalFrames=r-e,this.timeCompleted=this.totalFrames,s!==-1&&this.goToAndStop(s,!0)},ut.prototype.playSegments=function(e,r){if(r&&(this.segments.length=0),qs(e[0])==="object"){var s,l=e.length;for(s=0;s<l;s+=1)this.segments.push(e[s])}else this.segments.push(e);this.segments.length&&r&&this.adjustSegment(this.segments.shift(),0),this.isPaused&&this.play()},ut.prototype.resetSegments=function(e){this.segments.length=0,this.segments.push([this.animationData.ip,this.animationData.op]),e&&this.checkSegments(0)},ut.prototype.checkSegments=function(e){return this.segments.length?(this.adjustSegment(this.segments.shift(),e),!0):!1},ut.prototype.destroy=function(e){e&&this.name!==e||!this.renderer||(this.renderer.destroy(),this.imagePreloader.destroy(),this.trigger("destroy"),this._cbs=null,this.onEnterFrame=null,this.onLoopComplete=null,this.onComplete=null,this.onSegmentStart=null,this.onDestroy=null,this.renderer=null,this.expressionsPlugin=null,this.imagePreloader=null,this.projectInterface=null)},ut.prototype.setCurrentRawFrameValue=function(e){this.currentRawFrame=e,this.gotoFrame()},ut.prototype.setSpeed=function(e){this.playSpeed=e,this.updaFrameModifier()},ut.prototype.setDirection=function(e){this.playDirection=e<0?-1:1,this.updaFrameModifier()},ut.prototype.setLoop=function(e){this.loop=e},ut.prototype.setVolume=function(e,r){r&&this.name!==r||this.audioController.setVolume(e)},ut.prototype.getVolume=function(){return this.audioController.getVolume()},ut.prototype.mute=function(e){e&&this.name!==e||this.audioController.mute()},ut.prototype.unmute=function(e){e&&this.name!==e||this.audioController.unmute()},ut.prototype.updaFrameModifier=function(){this.frameModifier=this.frameMult*this.playSpeed*this.playDirection,this.audioController.setRate(this.playSpeed*this.playDirection)},ut.prototype.getPath=function(){return this.path},ut.prototype.getAssetsPath=function(e){var r="";if(e.e)r=e.p;else if(this.assetsPath){var s=e.p;s.indexOf("images/")!==-1&&(s=s.split("/")[1]),r=this.assetsPath+s}else r=this.path,r+=e.u?e.u:"",r+=e.p;return r},ut.prototype.getAssetData=function(e){for(var r=0,s=this.assets.length;r<s;){if(e===this.assets[r].id)return this.assets[r];r+=1}return null},ut.prototype.hide=function(){this.renderer.hide()},ut.prototype.show=function(){this.renderer.show()},ut.prototype.getDuration=function(e){return e?this.totalFrames:this.totalFrames/this.frameRate},ut.prototype.updateDocumentData=function(e,r,s){try{var l=this.renderer.getElementByPath(e);l.updateDocumentData(r,s)}catch{}},ut.prototype.trigger=function(e){if(this._cbs&&this._cbs[e])switch(e){case"enterFrame":this.triggerEvent(e,new tr(e,this.currentFrame,this.totalFrames,this.frameModifier));break;case"drawnFrame":this.drawnFrameEvent.currentTime=this.currentFrame,this.drawnFrameEvent.totalTime=this.totalFrames,this.drawnFrameEvent.direction=this.frameModifier,this.triggerEvent(e,this.drawnFrameEvent);break;case"loopComplete":this.triggerEvent(e,new pp(e,this.loop,this.playCount,this.frameMult));break;case"complete":this.triggerEvent(e,new un(e,this.frameMult));break;case"segmentStart":this.triggerEvent(e,new mp(e,this.firstFrame,this.totalFrames));break;case"destroy":this.triggerEvent(e,new up(e,this));break;default:this.triggerEvent(e)}e==="enterFrame"&&this.onEnterFrame&&this.onEnterFrame.call(this,new tr(e,this.currentFrame,this.totalFrames,this.frameMult)),e==="loopComplete"&&this.onLoopComplete&&this.onLoopComplete.call(this,new pp(e,this.loop,this.playCount,this.frameMult)),e==="complete"&&this.onComplete&&this.onComplete.call(this,new un(e,this.frameMult)),e==="segmentStart"&&this.onSegmentStart&&this.onSegmentStart.call(this,new mp(e,this.firstFrame,this.totalFrames)),e==="destroy"&&this.onDestroy&&this.onDestroy.call(this,new up(e,this))},ut.prototype.triggerRenderFrameError=function(e){var r=new ab(e,this.currentFrame);this.triggerEvent("error",r),this.onError&&this.onError.call(this,r)},ut.prototype.triggerConfigError=function(e){var r=new nb(e,this.currentFrame);this.triggerEvent("error",r),this.onError&&this.onError.call(this,r)};var Qt=function(){var e={},r=[],s=0,l=0,h=0,c=!0,v=!1;function x(S){for(var P=0,f=S.target;P<l;)r[P].animation===f&&(r.splice(P,1),P-=1,l-=1,f.isPaused||G()),P+=1}function g(S,P){if(!S)return null;for(var f=0;f<l;){if(r[f].elem===S&&r[f].elem!==null)return r[f].animation;f+=1}var y=new ut;return T(y,S),y.setData(S,P),y}function k(){var S,P=r.length,f=[];for(S=0;S<P;S+=1)f.push(r[S].animation);return f}function R(){h+=1,yt()}function G(){h-=1}function T(S,P){S.addEventListener("destroy",x),S.addEventListener("_active",R),S.addEventListener("_idle",G),r.push({elem:P,animation:S}),l+=1}function M(S){var P=new ut;return T(P,null),P.setParams(S),P}function D(S,P){var f;for(f=0;f<l;f+=1)r[f].animation.setSpeed(S,P)}function O(S,P){var f;for(f=0;f<l;f+=1)r[f].animation.setDirection(S,P)}function z(S){var P;for(P=0;P<l;P+=1)r[P].animation.play(S)}function N(S){var P=S-s,f;for(f=0;f<l;f+=1)r[f].animation.advanceTime(P);s=S,h&&!v?window.requestAnimationFrame(N):c=!0}function I(S){s=S,window.requestAnimationFrame(N)}function E(S){var P;for(P=0;P<l;P+=1)r[P].animation.pause(S)}function A(S,P,f){var y;for(y=0;y<l;y+=1)r[y].animation.goToAndStop(S,P,f)}function w(S){var P;for(P=0;P<l;P+=1)r[P].animation.stop(S)}function $(S){var P;for(P=0;P<l;P+=1)r[P].animation.togglePause(S)}function U(S){var P;for(P=l-1;P>=0;P-=1)r[P].animation.destroy(S)}function Y(S,P,f){var y=[].concat([].slice.call(document.getElementsByClassName("lottie")),[].slice.call(document.getElementsByClassName("bodymovin"))),H,F=y.length;for(H=0;H<F;H+=1)f&&y[H].setAttribute("data-bm-type",f),g(y[H],S);if(P&&F===0){f||(f="svg");var nt=document.getElementsByTagName("body")[0];nt.innerText="";var ft=C("div");ft.style.width="100%",ft.style.height="100%",ft.setAttribute("data-bm-type",f),nt.appendChild(ft),g(ft,S)}}function tt(){var S;for(S=0;S<l;S+=1)r[S].animation.resize()}function yt(){!v&&h&&c&&(window.requestAnimationFrame(I),c=!1)}function pt(){v=!0}function ot(){v=!1,yt()}function xt(S,P){var f;for(f=0;f<l;f+=1)r[f].animation.setVolume(S,P)}function ct(S){var P;for(P=0;P<l;P+=1)r[P].animation.mute(S)}function Q(S){var P;for(P=0;P<l;P+=1)r[P].animation.unmute(S)}return e.registerAnimation=g,e.loadAnimation=M,e.setSpeed=D,e.setDirection=O,e.play=z,e.pause=E,e.stop=w,e.togglePause=$,e.searchAnimations=Y,e.resize=tt,e.goToAndStop=A,e.destroy=U,e.freeze=pt,e.unfreeze=ot,e.setVolume=xt,e.mute=ct,e.unmute=Q,e.getRegisteredAnimations=k,e}(),Xs=function(){var e={};e.getBezierEasing=s;var r={};function s(I,E,A,w,$){var U=$||("bez_"+I+"_"+E+"_"+A+"_"+w).replace(/\./g,"p");if(r[U])return r[U];var Y=new N([I,E,A,w]);return r[U]=Y,Y}var l=4,h=.001,c=1e-7,v=10,x=11,g=1/(x-1),k=typeof Float32Array=="function";function R(I,E){return 1-3*E+3*I}function G(I,E){return 3*E-6*I}function T(I){return 3*I}function M(I,E,A){return((R(E,A)*I+G(E,A))*I+T(E))*I}function D(I,E,A){return 3*R(E,A)*I*I+2*G(E,A)*I+T(E)}function O(I,E,A,w,$){var U,Y,tt=0;do Y=E+(A-E)/2,U=M(Y,w,$)-I,U>0?A=Y:E=Y;while(Math.abs(U)>c&&++tt<v);return Y}function z(I,E,A,w){for(var $=0;$<l;++$){var U=D(E,A,w);if(U===0)return E;var Y=M(E,A,w)-I;E-=Y/U}return E}function N(I){this._p=I,this._mSampleValues=k?new Float32Array(x):new Array(x),this._precomputed=!1,this.get=this.get.bind(this)}return N.prototype={get:function(E){var A=this._p[0],w=this._p[1],$=this._p[2],U=this._p[3];return this._precomputed||this._precompute(),A===w&&$===U?E:E===0?0:E===1?1:M(this._getTForX(E),w,U)},_precompute:function(){var E=this._p[0],A=this._p[1],w=this._p[2],$=this._p[3];this._precomputed=!0,(E!==A||w!==$)&&this._calcSampleValues()},_calcSampleValues:function(){for(var E=this._p[0],A=this._p[2],w=0;w<x;++w)this._mSampleValues[w]=M(w*g,E,A)},_getTForX:function(E){for(var A=this._p[0],w=this._p[2],$=this._mSampleValues,U=0,Y=1,tt=x-1;Y!==tt&&$[Y]<=E;++Y)U+=g;--Y;var yt=(E-$[Y])/($[Y+1]-$[Y]),pt=U+yt*g,ot=D(pt,A,w);return ot>=h?z(E,pt,A,w):ot===0?pt:O(E,U,U+g,A,w)}},e}(),Ep=function(){function e(r){return r.concat(rt(r.length))}return{double:e}}(),bn=function(){return function(e,r,s){var l=0,h=e,c=rt(h),v={newElement:x,release:g};function x(){var k;return l?(l-=1,k=c[l]):k=r(),k}function g(k){l===h&&(c=Ep.double(c),h*=2),s&&s(k),c[l]=k,l+=1}return v}}(),Tp=function(){function e(){return{addedLength:0,percents:X("float32",Ws()),lengths:X("float32",Ws())}}return bn(8,e)}(),xp=function(){function e(){return{lengths:[],totalLength:0}}function r(s){var l,h=s.lengths.length;for(l=0;l<h;l+=1)Tp.release(s.lengths[l]);s.lengths.length=0}return bn(8,e,r)}();function bb(){var e=Math;function r(T,M,D,O,z,N){var I=T*O+M*z+D*N-z*O-N*T-D*M;return I>-.001&&I<.001}function s(T,M,D,O,z,N,I,E,A){if(D===0&&N===0&&A===0)return r(T,M,O,z,I,E);var w=e.sqrt(e.pow(O-T,2)+e.pow(z-M,2)+e.pow(N-D,2)),$=e.sqrt(e.pow(I-T,2)+e.pow(E-M,2)+e.pow(A-D,2)),U=e.sqrt(e.pow(I-O,2)+e.pow(E-z,2)+e.pow(A-N,2)),Y;return w>$?w>U?Y=w-$-U:Y=U-$-w:U>$?Y=U-$-w:Y=$-w-U,Y>-1e-4&&Y<1e-4}var l=function(){return function(T,M,D,O){var z=Ws(),N,I,E,A,w,$=0,U,Y=[],tt=[],yt=Tp.newElement();for(E=D.length,N=0;N<z;N+=1){for(w=N/(z-1),U=0,I=0;I<E;I+=1)A=Ut(1-w,3)*T[I]+3*Ut(1-w,2)*w*D[I]+3*(1-w)*Ut(w,2)*O[I]+Ut(w,3)*M[I],Y[I]=A,tt[I]!==null&&(U+=Ut(Y[I]-tt[I],2)),tt[I]=Y[I];U&&(U=Zt(U),$+=U),yt.percents[N]=w,yt.lengths[N]=$}return yt.addedLength=$,yt}}();function h(T){var M=xp.newElement(),D=T.c,O=T.v,z=T.o,N=T.i,I,E=T._length,A=M.lengths,w=0;for(I=0;I<E-1;I+=1)A[I]=l(O[I],O[I+1],z[I],N[I+1]),w+=A[I].addedLength;return D&&E&&(A[I]=l(O[I],O[0],z[I],N[0]),w+=A[I].addedLength),M.totalLength=w,M}function c(T){this.segmentLength=0,this.points=new Array(T)}function v(T,M){this.partialLength=T,this.point=M}var x=function(){var T={};return function(M,D,O,z){var N=(M[0]+"_"+M[1]+"_"+D[0]+"_"+D[1]+"_"+O[0]+"_"+O[1]+"_"+z[0]+"_"+z[1]).replace(/\./g,"p");if(!T[N]){var I=Ws(),E,A,w,$,U,Y=0,tt,yt,pt=null;M.length===2&&(M[0]!==D[0]||M[1]!==D[1])&&r(M[0],M[1],D[0],D[1],M[0]+O[0],M[1]+O[1])&&r(M[0],M[1],D[0],D[1],D[0]+z[0],D[1]+z[1])&&(I=2);var ot=new c(I);for(w=O.length,E=0;E<I;E+=1){for(yt=rt(w),U=E/(I-1),tt=0,A=0;A<w;A+=1)$=Ut(1-U,3)*M[A]+3*Ut(1-U,2)*U*(M[A]+O[A])+3*(1-U)*Ut(U,2)*(D[A]+z[A])+Ut(U,3)*D[A],yt[A]=$,pt!==null&&(tt+=Ut(yt[A]-pt[A],2));tt=Zt(tt),Y+=tt,ot.points[E]=new v(tt,yt),pt=yt}ot.segmentLength=Y,T[N]=ot}return T[N]}}();function g(T,M){var D=M.percents,O=M.lengths,z=D.length,N=ne((z-1)*T),I=T*M.addedLength,E=0;if(N===z-1||N===0||I===O[N])return D[N];for(var A=O[N]>I?-1:1,w=!0;w;)if(O[N]<=I&&O[N+1]>I?(E=(I-O[N])/(O[N+1]-O[N]),w=!1):N+=A,N<0||N>=z-1){if(N===z-1)return D[N];w=!1}return D[N]+(D[N+1]-D[N])*E}function k(T,M,D,O,z,N){var I=g(z,N),E=1-I,A=e.round((E*E*E*T[0]+(I*E*E+E*I*E+E*E*I)*D[0]+(I*I*E+E*I*I+I*E*I)*O[0]+I*I*I*M[0])*1e3)/1e3,w=e.round((E*E*E*T[1]+(I*E*E+E*I*E+E*E*I)*D[1]+(I*I*E+E*I*I+I*E*I)*O[1]+I*I*I*M[1])*1e3)/1e3;return[A,w]}var R=X("float32",8);function G(T,M,D,O,z,N,I){z<0?z=0:z>1&&(z=1);var E=g(z,I);N=N>1?1:N;var A=g(N,I),w,$=T.length,U=1-E,Y=1-A,tt=U*U*U,yt=E*U*U*3,pt=E*E*U*3,ot=E*E*E,xt=U*U*Y,ct=E*U*Y+U*E*Y+U*U*A,Q=E*E*Y+U*E*A+E*U*A,S=E*E*A,P=U*Y*Y,f=E*Y*Y+U*A*Y+U*Y*A,y=E*A*Y+U*A*A+E*Y*A,H=E*A*A,F=Y*Y*Y,nt=A*Y*Y+Y*A*Y+Y*Y*A,ft=A*A*Y+Y*A*A+A*Y*A,Et=A*A*A;for(w=0;w<$;w+=1)R[w*4]=e.round((tt*T[w]+yt*D[w]+pt*O[w]+ot*M[w])*1e3)/1e3,R[w*4+1]=e.round((xt*T[w]+ct*D[w]+Q*O[w]+S*M[w])*1e3)/1e3,R[w*4+2]=e.round((P*T[w]+f*D[w]+y*O[w]+H*M[w])*1e3)/1e3,R[w*4+3]=e.round((F*T[w]+nt*D[w]+ft*O[w]+Et*M[w])*1e3)/1e3;return R}return{getSegmentsLength:h,getNewSegment:G,getPointInSegment:k,buildBezierData:x,pointOnLine2D:r,pointOnLine3D:s}}var Cr=bb(),io=i,Ap=Math.abs;function Sp(e,r){var s=this.offsetTime,l;this.propType==="multidimensional"&&(l=X("float32",this.pv.length));for(var h=r.lastIndex,c=h,v=this.keyframes.length-1,x=!0,g,k,R;x;){if(g=this.keyframes[c],k=this.keyframes[c+1],c===v-1&&e>=k.t-s){g.h&&(g=k),h=0;break}if(k.t-s>e){h=c;break}c<v-1?c+=1:(h=0,x=!1)}R=this.keyframesMetadata[c]||{};var G,T,M,D,O,z,N=k.t-s,I=g.t-s,E;if(g.to){R.bezierData||(R.bezierData=Cr.buildBezierData(g.s,k.s||g.e,g.to,g.ti));var A=R.bezierData;if(e>=N||e<I){var w=e>=N?A.points.length-1:0;for(T=A.points[w].point.length,G=0;G<T;G+=1)l[G]=A.points[w].point[G]}else{R.__fnct?z=R.__fnct:(z=Xs.getBezierEasing(g.o.x,g.o.y,g.i.x,g.i.y,g.n).get,R.__fnct=z),M=z((e-I)/(N-I));var $=A.segmentLength*M,U,Y=r.lastFrame<e&&r._lastKeyframeIndex===c?r._lastAddedLength:0;for(O=r.lastFrame<e&&r._lastKeyframeIndex===c?r._lastPoint:0,x=!0,D=A.points.length;x;){if(Y+=A.points[O].partialLength,$===0||M===0||O===A.points.length-1){for(T=A.points[O].point.length,G=0;G<T;G+=1)l[G]=A.points[O].point[G];break}else if($>=Y&&$<Y+A.points[O+1].partialLength){for(U=($-Y)/A.points[O+1].partialLength,T=A.points[O].point.length,G=0;G<T;G+=1)l[G]=A.points[O].point[G]+(A.points[O+1].point[G]-A.points[O].point[G])*U;break}O<D-1?O+=1:x=!1}r._lastPoint=O,r._lastAddedLength=Y-A.points[O].partialLength,r._lastKeyframeIndex=c}}else{var tt,yt,pt,ot,xt;if(v=g.s.length,E=k.s||g.e,this.sh&&g.h!==1)if(e>=N)l[0]=E[0],l[1]=E[1],l[2]=E[2];else if(e<=I)l[0]=g.s[0],l[1]=g.s[1],l[2]=g.s[2];else{var ct=_p(g.s),Q=_p(E),S=(e-I)/(N-I);Eb(l,yb(ct,Q,S))}else for(c=0;c<v;c+=1)g.h!==1&&(e>=N?M=1:e<I?M=0:(g.o.x.constructor===Array?(R.__fnct||(R.__fnct=[]),R.__fnct[c]?z=R.__fnct[c]:(tt=g.o.x[c]===void 0?g.o.x[0]:g.o.x[c],yt=g.o.y[c]===void 0?g.o.y[0]:g.o.y[c],pt=g.i.x[c]===void 0?g.i.x[0]:g.i.x[c],ot=g.i.y[c]===void 0?g.i.y[0]:g.i.y[c],z=Xs.getBezierEasing(tt,yt,pt,ot).get,R.__fnct[c]=z)):R.__fnct?z=R.__fnct:(tt=g.o.x,yt=g.o.y,pt=g.i.x,ot=g.i.y,z=Xs.getBezierEasing(tt,yt,pt,ot).get,g.keyframeMetadata=z),M=z((e-I)/(N-I)))),E=k.s||g.e,xt=g.h===1?g.s[c]:g.s[c]+(E[c]-g.s[c])*M,this.propType==="multidimensional"?l[c]=xt:l=xt}return r.lastIndex=h,l}function yb(e,r,s){var l=[],h=e[0],c=e[1],v=e[2],x=e[3],g=r[0],k=r[1],R=r[2],G=r[3],T,M,D,O,z;return M=h*g+c*k+v*R+x*G,M<0&&(M=-M,g=-g,k=-k,R=-R,G=-G),1-M>1e-6?(T=Math.acos(M),D=Math.sin(T),O=Math.sin((1-s)*T)/D,z=Math.sin(s*T)/D):(O=1-s,z=s),l[0]=O*h+z*g,l[1]=O*c+z*k,l[2]=O*v+z*R,l[3]=O*x+z*G,l}function Eb(e,r){var s=r[0],l=r[1],h=r[2],c=r[3],v=Math.atan2(2*l*c-2*s*h,1-2*l*l-2*h*h),x=Math.asin(2*s*l+2*h*c),g=Math.atan2(2*s*c-2*l*h,1-2*s*s-2*h*h);e[0]=v/Ct,e[1]=x/Ct,e[2]=g/Ct}function _p(e){var r=e[0]*Ct,s=e[1]*Ct,l=e[2]*Ct,h=Math.cos(r/2),c=Math.cos(s/2),v=Math.cos(l/2),x=Math.sin(r/2),g=Math.sin(s/2),k=Math.sin(l/2),R=h*c*v-x*g*k,G=x*g*v+h*c*k,T=x*c*v+h*g*k,M=h*g*v-x*c*k;return[G,T,M,R]}function Ip(){var e=this.comp.renderedFrame-this.offsetTime,r=this.keyframes[0].t-this.offsetTime,s=this.keyframes[this.keyframes.length-1].t-this.offsetTime;if(!(e===this._caching.lastFrame||this._caching.lastFrame!==io&&(this._caching.lastFrame>=s&&e>=s||this._caching.lastFrame<r&&e<r))){this._caching.lastFrame>=e&&(this._caching._lastKeyframeIndex=-1,this._caching.lastIndex=0);var l=this.interpolateValue(e,this._caching);this.pv=l}return this._caching.lastFrame=e,this.pv}function yn(e){var r;if(this.propType==="unidimensional")r=e*this.mult,Ap(this.v-r)>1e-5&&(this.v=r,this._mdf=!0);else for(var s=0,l=this.v.length;s<l;)r=e[s]*this.mult,Ap(this.v[s]-r)>1e-5&&(this.v[s]=r,this._mdf=!0),s+=1}function En(){if(!(this.elem.globalData.frameId===this.frameId||!this.effectsSequence.length)){if(this.lock){this.setVValue(this.pv);return}this.lock=!0,this._mdf=this._isFirstFrame;var e,r=this.effectsSequence.length,s=this.kf?this.pv:this.data.k;for(e=0;e<r;e+=1)s=this.effectsSequence[e](s);this.setVValue(s),this._isFirstFrame=!1,this.lock=!1,this.frameId=this.elem.globalData.frameId}}function Tn(e){this.effectsSequence.push(e),this.container.addDynamicProperty(this)}function Tb(e,r,s,l){this.propType="unidimensional",this.mult=s||1,this.data=r,this.v=s?r.k*s:r.k,this.pv=r.k,this._mdf=!1,this.elem=e,this.container=l,this.comp=e.comp,this.k=!1,this.kf=!1,this.vel=0,this.effectsSequence=[],this._isFirstFrame=!0,this.getValue=En,this.setVValue=yn,this.addEffect=Tn}function xb(e,r,s,l){this.propType="multidimensional",this.mult=s||1,this.data=r,this._mdf=!1,this.elem=e,this.container=l,this.comp=e.comp,this.k=!1,this.kf=!1,this.frameId=-1;var h,c=r.k.length;for(this.v=X("float32",c),this.pv=X("float32",c),this.vel=X("float32",c),h=0;h<c;h+=1)this.v[h]=r.k[h]*this.mult,this.pv[h]=r.k[h];this._isFirstFrame=!0,this.effectsSequence=[],this.getValue=En,this.setVValue=yn,this.addEffect=Tn}function Ab(e,r,s,l){this.propType="unidimensional",this.keyframes=r.k,this.keyframesMetadata=[],this.offsetTime=e.data.st,this.frameId=-1,this._caching={lastFrame:io,lastIndex:0,value:0,_lastKeyframeIndex:-1},this.k=!0,this.kf=!0,this.data=r,this.mult=s||1,this.elem=e,this.container=l,this.comp=e.comp,this.v=io,this.pv=io,this._isFirstFrame=!0,this.getValue=En,this.setVValue=yn,this.interpolateValue=Sp,this.effectsSequence=[Ip.bind(this)],this.addEffect=Tn}function Sb(e,r,s,l){this.propType="multidimensional";var h,c=r.k.length,v,x,g,k;for(h=0;h<c-1;h+=1)r.k[h].to&&r.k[h].s&&r.k[h+1]&&r.k[h+1].s&&(v=r.k[h].s,x=r.k[h+1].s,g=r.k[h].to,k=r.k[h].ti,(v.length===2&&!(v[0]===x[0]&&v[1]===x[1])&&Cr.pointOnLine2D(v[0],v[1],x[0],x[1],v[0]+g[0],v[1]+g[1])&&Cr.pointOnLine2D(v[0],v[1],x[0],x[1],x[0]+k[0],x[1]+k[1])||v.length===3&&!(v[0]===x[0]&&v[1]===x[1]&&v[2]===x[2])&&Cr.pointOnLine3D(v[0],v[1],v[2],x[0],x[1],x[2],v[0]+g[0],v[1]+g[1],v[2]+g[2])&&Cr.pointOnLine3D(v[0],v[1],v[2],x[0],x[1],x[2],x[0]+k[0],x[1]+k[1],x[2]+k[2]))&&(r.k[h].to=null,r.k[h].ti=null),v[0]===x[0]&&v[1]===x[1]&&g[0]===0&&g[1]===0&&k[0]===0&&k[1]===0&&(v.length===2||v[2]===x[2]&&g[2]===0&&k[2]===0)&&(r.k[h].to=null,r.k[h].ti=null));this.effectsSequence=[Ip.bind(this)],this.data=r,this.keyframes=r.k,this.keyframesMetadata=[],this.offsetTime=e.data.st,this.k=!0,this.kf=!0,this._isFirstFrame=!0,this.mult=s||1,this.elem=e,this.container=l,this.comp=e.comp,this.getValue=En,this.setVValue=yn,this.interpolateValue=Sp,this.frameId=-1;var R=r.k[0].s.length;for(this.v=X("float32",R),this.pv=X("float32",R),h=0;h<R;h+=1)this.v[h]=io,this.pv[h]=io;this._caching={lastFrame:io,lastIndex:0,value:X("float32",R)},this.addEffect=Tn}var at=function(){function e(s,l,h,c,v){l.sid&&(l=s.globalData.slotManager.getProp(l));var x;if(!l.k.length)x=new Tb(s,l,c,v);else if(typeof l.k[0]=="number")x=new xb(s,l,c,v);else switch(h){case 0:x=new Ab(s,l,c,v);break;case 1:x=new Sb(s,l,c,v);break;default:break}return x.effectsSequence.length&&v.addDynamicProperty(x),x}var r={getProp:e};return r}();function le(){}le.prototype={addDynamicProperty:function(r){this.dynamicProperties.indexOf(r)===-1&&(this.dynamicProperties.push(r),this.container.addDynamicProperty(this),this._isAnimated=!0)},iterateDynamicProperties:function(){this._mdf=!1;var r,s=this.dynamicProperties.length;for(r=0;r<s;r+=1)this.dynamicProperties[r].getValue(),this.dynamicProperties[r]._mdf&&(this._mdf=!0)},initDynamicPropertyContainer:function(r){this.container=r,this.dynamicProperties=[],this._mdf=!1,this._isAnimated=!1}};var oo=function(){function e(){return X("float32",2)}return bn(8,e)}();function Yr(){this.c=!1,this._length=0,this._maxLength=8,this.v=rt(this._maxLength),this.o=rt(this._maxLength),this.i=rt(this._maxLength)}Yr.prototype.setPathData=function(e,r){this.c=e,this.setLength(r);for(var s=0;s<r;)this.v[s]=oo.newElement(),this.o[s]=oo.newElement(),this.i[s]=oo.newElement(),s+=1},Yr.prototype.setLength=function(e){for(;this._maxLength<e;)this.doubleArrayLength();this._length=e},Yr.prototype.doubleArrayLength=function(){this.v=this.v.concat(rt(this._maxLength)),this.i=this.i.concat(rt(this._maxLength)),this.o=this.o.concat(rt(this._maxLength)),this._maxLength*=2},Yr.prototype.setXYAt=function(e,r,s,l,h){var c;switch(this._length=Math.max(this._length,l+1),this._length>=this._maxLength&&this.doubleArrayLength(),s){case"v":c=this.v;break;case"i":c=this.i;break;case"o":c=this.o;break;default:c=[];break}(!c[l]||c[l]&&!h)&&(c[l]=oo.newElement()),c[l][0]=e,c[l][1]=r},Yr.prototype.setTripleAt=function(e,r,s,l,h,c,v,x){this.setXYAt(e,r,"v",v,x),this.setXYAt(s,l,"o",v,x),this.setXYAt(h,c,"i",v,x)},Yr.prototype.reverse=function(){var e=new Yr;e.setPathData(this.c,this._length);var r=this.v,s=this.o,l=this.i,h=0;this.c&&(e.setTripleAt(r[0][0],r[0][1],l[0][0],l[0][1],s[0][0],s[0][1],0,!1),h=1);var c=this._length-1,v=this._length,x;for(x=h;x<v;x+=1)e.setTripleAt(r[c][0],r[c][1],l[c][0],l[c][1],s[c][0],s[c][1],x,!1),c-=1;return e},Yr.prototype.length=function(){return this._length};var ue=function(){function e(){return new Yr}function r(h){var c=h._length,v;for(v=0;v<c;v+=1)oo.release(h.v[v]),oo.release(h.i[v]),oo.release(h.o[v]),h.v[v]=null,h.i[v]=null,h.o[v]=null;h._length=0,h.c=!1}function s(h){var c=l.newElement(),v,x=h._length===void 0?h.v.length:h._length;for(c.setLength(x),c.c=h.c,v=0;v<x;v+=1)c.setTripleAt(h.v[v][0],h.v[v][1],h.o[v][0],h.o[v][1],h.i[v][0],h.i[v][1],v);return c}var l=bn(4,e,r);return l.clone=s,l}();function Nd(){this._length=0,this._maxLength=4,this.shapes=rt(this._maxLength)}Nd.prototype.addShape=function(e){this._length===this._maxLength&&(this.shapes=this.shapes.concat(rt(this._maxLength)),this._maxLength*=2),this.shapes[this._length]=e,this._length+=1},Nd.prototype.releaseShapes=function(){var e;for(e=0;e<this._length;e+=1)ue.release(this.shapes[e]);this._length=0};var Ko=function(){var e={newShapeCollection:h,release:c},r=0,s=4,l=rt(s);function h(){var v;return r?(r-=1,v=l[r]):v=new Nd,v}function c(v){var x,g=v._length;for(x=0;x<g;x+=1)ue.release(v.shapes[x]);v._length=0,r===s&&(l=Ep.double(l),s*=2),l[r]=v,r+=1}return e}(),xn=function(){var e=-999999;function r(N,I,E){var A=E.lastIndex,w,$,U,Y,tt,yt,pt,ot,xt,ct=this.keyframes;if(N<ct[0].t-this.offsetTime)w=ct[0].s[0],U=!0,A=0;else if(N>=ct[ct.length-1].t-this.offsetTime)w=ct[ct.length-1].s?ct[ct.length-1].s[0]:ct[ct.length-2].e[0],U=!0;else{for(var Q=A,S=ct.length-1,P=!0,f,y,H;P&&(f=ct[Q],y=ct[Q+1],!(y.t-this.offsetTime>N));)Q<S-1?Q+=1:P=!1;if(H=this.keyframesMetadata[Q]||{},U=f.h===1,A=Q,!U){if(N>=y.t-this.offsetTime)ot=1;else if(N<f.t-this.offsetTime)ot=0;else{var F;H.__fnct?F=H.__fnct:(F=Xs.getBezierEasing(f.o.x,f.o.y,f.i.x,f.i.y).get,H.__fnct=F),ot=F((N-(f.t-this.offsetTime))/(y.t-this.offsetTime-(f.t-this.offsetTime)))}$=y.s?y.s[0]:f.e[0]}w=f.s[0]}for(yt=I._length,pt=w.i[0].length,E.lastIndex=A,Y=0;Y<yt;Y+=1)for(tt=0;tt<pt;tt+=1)xt=U?w.i[Y][tt]:w.i[Y][tt]+($.i[Y][tt]-w.i[Y][tt])*ot,I.i[Y][tt]=xt,xt=U?w.o[Y][tt]:w.o[Y][tt]+($.o[Y][tt]-w.o[Y][tt])*ot,I.o[Y][tt]=xt,xt=U?w.v[Y][tt]:w.v[Y][tt]+($.v[Y][tt]-w.v[Y][tt])*ot,I.v[Y][tt]=xt}function s(){var N=this.comp.renderedFrame-this.offsetTime,I=this.keyframes[0].t-this.offsetTime,E=this.keyframes[this.keyframes.length-1].t-this.offsetTime,A=this._caching.lastFrame;return A!==e&&(A<I&&N<I||A>E&&N>E)||(this._caching.lastIndex=A<N?this._caching.lastIndex:0,this.interpolateShape(N,this.pv,this._caching)),this._caching.lastFrame=N,this.pv}function l(){this.paths=this.localShapeCollection}function h(N,I){if(N._length!==I._length||N.c!==I.c)return!1;var E,A=N._length;for(E=0;E<A;E+=1)if(N.v[E][0]!==I.v[E][0]||N.v[E][1]!==I.v[E][1]||N.o[E][0]!==I.o[E][0]||N.o[E][1]!==I.o[E][1]||N.i[E][0]!==I.i[E][0]||N.i[E][1]!==I.i[E][1])return!1;return!0}function c(N){h(this.v,N)||(this.v=ue.clone(N),this.localShapeCollection.releaseShapes(),this.localShapeCollection.addShape(this.v),this._mdf=!0,this.paths=this.localShapeCollection)}function v(){if(this.elem.globalData.frameId!==this.frameId){if(!this.effectsSequence.length){this._mdf=!1;return}if(this.lock){this.setVValue(this.pv);return}this.lock=!0,this._mdf=!1;var N;this.kf?N=this.pv:this.data.ks?N=this.data.ks.k:N=this.data.pt.k;var I,E=this.effectsSequence.length;for(I=0;I<E;I+=1)N=this.effectsSequence[I](N);this.setVValue(N),this.lock=!1,this.frameId=this.elem.globalData.frameId}}function x(N,I,E){this.propType="shape",this.comp=N.comp,this.container=N,this.elem=N,this.data=I,this.k=!1,this.kf=!1,this._mdf=!1;var A=E===3?I.pt.k:I.ks.k;this.v=ue.clone(A),this.pv=ue.clone(this.v),this.localShapeCollection=Ko.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.reset=l,this.effectsSequence=[]}function g(N){this.effectsSequence.push(N),this.container.addDynamicProperty(this)}x.prototype.interpolateShape=r,x.prototype.getValue=v,x.prototype.setVValue=c,x.prototype.addEffect=g;function k(N,I,E){this.propType="shape",this.comp=N.comp,this.elem=N,this.container=N,this.offsetTime=N.data.st,this.keyframes=E===3?I.pt.k:I.ks.k,this.keyframesMetadata=[],this.k=!0,this.kf=!0;var A=this.keyframes[0].s[0].i.length;this.v=ue.newElement(),this.v.setPathData(this.keyframes[0].s[0].c,A),this.pv=ue.clone(this.v),this.localShapeCollection=Ko.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.lastFrame=e,this.reset=l,this._caching={lastFrame:e,lastIndex:0},this.effectsSequence=[s.bind(this)]}k.prototype.getValue=v,k.prototype.interpolateShape=r,k.prototype.setVValue=c,k.prototype.addEffect=g;var R=function(){var N=me;function I(E,A){this.v=ue.newElement(),this.v.setPathData(!0,4),this.localShapeCollection=Ko.newShapeCollection(),this.paths=this.localShapeCollection,this.localShapeCollection.addShape(this.v),this.d=A.d,this.elem=E,this.comp=E.comp,this.frameId=-1,this.initDynamicPropertyContainer(E),this.p=at.getProp(E,A.p,1,0,this),this.s=at.getProp(E,A.s,1,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertEllToPath())}return I.prototype={reset:l,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertEllToPath())},convertEllToPath:function(){var A=this.p.v[0],w=this.p.v[1],$=this.s.v[0]/2,U=this.s.v[1]/2,Y=this.d!==3,tt=this.v;tt.v[0][0]=A,tt.v[0][1]=w-U,tt.v[1][0]=Y?A+$:A-$,tt.v[1][1]=w,tt.v[2][0]=A,tt.v[2][1]=w+U,tt.v[3][0]=Y?A-$:A+$,tt.v[3][1]=w,tt.i[0][0]=Y?A-$*N:A+$*N,tt.i[0][1]=w-U,tt.i[1][0]=Y?A+$:A-$,tt.i[1][1]=w-U*N,tt.i[2][0]=Y?A+$*N:A-$*N,tt.i[2][1]=w+U,tt.i[3][0]=Y?A-$:A+$,tt.i[3][1]=w+U*N,tt.o[0][0]=Y?A+$*N:A-$*N,tt.o[0][1]=w-U,tt.o[1][0]=Y?A+$:A-$,tt.o[1][1]=w+U*N,tt.o[2][0]=Y?A-$*N:A+$*N,tt.o[2][1]=w+U,tt.o[3][0]=Y?A-$:A+$,tt.o[3][1]=w-U*N}},L([le],I),I}(),G=function(){function N(I,E){this.v=ue.newElement(),this.v.setPathData(!0,0),this.elem=I,this.comp=I.comp,this.data=E,this.frameId=-1,this.d=E.d,this.initDynamicPropertyContainer(I),E.sy===1?(this.ir=at.getProp(I,E.ir,0,0,this),this.is=at.getProp(I,E.is,0,.01,this),this.convertToPath=this.convertStarToPath):this.convertToPath=this.convertPolygonToPath,this.pt=at.getProp(I,E.pt,0,0,this),this.p=at.getProp(I,E.p,1,0,this),this.r=at.getProp(I,E.r,0,Ct,this),this.or=at.getProp(I,E.or,0,0,this),this.os=at.getProp(I,E.os,0,.01,this),this.localShapeCollection=Ko.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertToPath())}return N.prototype={reset:l,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertToPath())},convertStarToPath:function(){var E=Math.floor(this.pt.v)*2,A=Math.PI*2/E,w=!0,$=this.or.v,U=this.ir.v,Y=this.os.v,tt=this.is.v,yt=2*Math.PI*$/(E*2),pt=2*Math.PI*U/(E*2),ot,xt,ct,Q,S=-Math.PI/2;S+=this.r.v;var P=this.data.d===3?-1:1;for(this.v._length=0,ot=0;ot<E;ot+=1){xt=w?$:U,ct=w?Y:tt,Q=w?yt:pt;var f=xt*Math.cos(S),y=xt*Math.sin(S),H=f===0&&y===0?0:y/Math.sqrt(f*f+y*y),F=f===0&&y===0?0:-f/Math.sqrt(f*f+y*y);f+=+this.p.v[0],y+=+this.p.v[1],this.v.setTripleAt(f,y,f-H*Q*ct*P,y-F*Q*ct*P,f+H*Q*ct*P,y+F*Q*ct*P,ot,!0),w=!w,S+=A*P}},convertPolygonToPath:function(){var E=Math.floor(this.pt.v),A=Math.PI*2/E,w=this.or.v,$=this.os.v,U=2*Math.PI*w/(E*4),Y,tt=-Math.PI*.5,yt=this.data.d===3?-1:1;for(tt+=this.r.v,this.v._length=0,Y=0;Y<E;Y+=1){var pt=w*Math.cos(tt),ot=w*Math.sin(tt),xt=pt===0&&ot===0?0:ot/Math.sqrt(pt*pt+ot*ot),ct=pt===0&&ot===0?0:-pt/Math.sqrt(pt*pt+ot*ot);pt+=+this.p.v[0],ot+=+this.p.v[1],this.v.setTripleAt(pt,ot,pt-xt*U*$*yt,ot-ct*U*$*yt,pt+xt*U*$*yt,ot+ct*U*$*yt,Y,!0),tt+=A*yt}this.paths.length=0,this.paths[0]=this.v}},L([le],N),N}(),T=function(){function N(I,E){this.v=ue.newElement(),this.v.c=!0,this.localShapeCollection=Ko.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.elem=I,this.comp=I.comp,this.frameId=-1,this.d=E.d,this.initDynamicPropertyContainer(I),this.p=at.getProp(I,E.p,1,0,this),this.s=at.getProp(I,E.s,1,0,this),this.r=at.getProp(I,E.r,0,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertRectToPath())}return N.prototype={convertRectToPath:function(){var E=this.p.v[0],A=this.p.v[1],w=this.s.v[0]/2,$=this.s.v[1]/2,U=ke(w,$,this.r.v),Y=U*(1-me);this.v._length=0,this.d===2||this.d===1?(this.v.setTripleAt(E+w,A-$+U,E+w,A-$+U,E+w,A-$+Y,0,!0),this.v.setTripleAt(E+w,A+$-U,E+w,A+$-Y,E+w,A+$-U,1,!0),U!==0?(this.v.setTripleAt(E+w-U,A+$,E+w-U,A+$,E+w-Y,A+$,2,!0),this.v.setTripleAt(E-w+U,A+$,E-w+Y,A+$,E-w+U,A+$,3,!0),this.v.setTripleAt(E-w,A+$-U,E-w,A+$-U,E-w,A+$-Y,4,!0),this.v.setTripleAt(E-w,A-$+U,E-w,A-$+Y,E-w,A-$+U,5,!0),this.v.setTripleAt(E-w+U,A-$,E-w+U,A-$,E-w+Y,A-$,6,!0),this.v.setTripleAt(E+w-U,A-$,E+w-Y,A-$,E+w-U,A-$,7,!0)):(this.v.setTripleAt(E-w,A+$,E-w+Y,A+$,E-w,A+$,2),this.v.setTripleAt(E-w,A-$,E-w,A-$+Y,E-w,A-$,3))):(this.v.setTripleAt(E+w,A-$+U,E+w,A-$+Y,E+w,A-$+U,0,!0),U!==0?(this.v.setTripleAt(E+w-U,A-$,E+w-U,A-$,E+w-Y,A-$,1,!0),this.v.setTripleAt(E-w+U,A-$,E-w+Y,A-$,E-w+U,A-$,2,!0),this.v.setTripleAt(E-w,A-$+U,E-w,A-$+U,E-w,A-$+Y,3,!0),this.v.setTripleAt(E-w,A+$-U,E-w,A+$-Y,E-w,A+$-U,4,!0),this.v.setTripleAt(E-w+U,A+$,E-w+U,A+$,E-w+Y,A+$,5,!0),this.v.setTripleAt(E+w-U,A+$,E+w-Y,A+$,E+w-U,A+$,6,!0),this.v.setTripleAt(E+w,A+$-U,E+w,A+$-U,E+w,A+$-Y,7,!0)):(this.v.setTripleAt(E-w,A-$,E-w+Y,A-$,E-w,A-$,1,!0),this.v.setTripleAt(E-w,A+$,E-w,A+$-Y,E-w,A+$,2,!0),this.v.setTripleAt(E+w,A+$,E+w-Y,A+$,E+w,A+$,3,!0)))},getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertRectToPath())},reset:l},L([le],N),N}();function M(N,I,E){var A;if(E===3||E===4){var w=E===3?I.pt:I.ks,$=w.k;$.length?A=new k(N,I,E):A=new x(N,I,E)}else E===5?A=new T(N,I):E===6?A=new R(N,I):E===7&&(A=new G(N,I));return A.k&&N.addDynamicProperty(A),A}function D(){return x}function O(){return k}var z={};return z.getShapeProp=M,z.getConstructorFunction=D,z.getKeyframedConstructorFunction=O,z}();var fe=function(){var e=Math.cos,r=Math.sin,s=Math.tan,l=Math.round;function h(){return this.props[0]=1,this.props[1]=0,this.props[2]=0,this.props[3]=0,this.props[4]=0,this.props[5]=1,this.props[6]=0,this.props[7]=0,this.props[8]=0,this.props[9]=0,this.props[10]=1,this.props[11]=0,this.props[12]=0,this.props[13]=0,this.props[14]=0,this.props[15]=1,this}function c(f){if(f===0)return this;var y=e(f),H=r(f);return this._t(y,-H,0,0,H,y,0,0,0,0,1,0,0,0,0,1)}function v(f){if(f===0)return this;var y=e(f),H=r(f);return this._t(1,0,0,0,0,y,-H,0,0,H,y,0,0,0,0,1)}function x(f){if(f===0)return this;var y=e(f),H=r(f);return this._t(y,0,H,0,0,1,0,0,-H,0,y,0,0,0,0,1)}function g(f){if(f===0)return this;var y=e(f),H=r(f);return this._t(y,-H,0,0,H,y,0,0,0,0,1,0,0,0,0,1)}function k(f,y){return this._t(1,y,f,1,0,0)}function R(f,y){return this.shear(s(f),s(y))}function G(f,y){var H=e(y),F=r(y);return this._t(H,F,0,0,-F,H,0,0,0,0,1,0,0,0,0,1)._t(1,0,0,0,s(f),1,0,0,0,0,1,0,0,0,0,1)._t(H,-F,0,0,F,H,0,0,0,0,1,0,0,0,0,1)}function T(f,y,H){return!H&&H!==0&&(H=1),f===1&&y===1&&H===1?this:this._t(f,0,0,0,0,y,0,0,0,0,H,0,0,0,0,1)}function M(f,y,H,F,nt,ft,Et,Rt,Mt,Jt,Le,wr,Re,de,Ue,Dt){return this.props[0]=f,this.props[1]=y,this.props[2]=H,this.props[3]=F,this.props[4]=nt,this.props[5]=ft,this.props[6]=Et,this.props[7]=Rt,this.props[8]=Mt,this.props[9]=Jt,this.props[10]=Le,this.props[11]=wr,this.props[12]=Re,this.props[13]=de,this.props[14]=Ue,this.props[15]=Dt,this}function D(f,y,H){return H=H||0,f!==0||y!==0||H!==0?this._t(1,0,0,0,0,1,0,0,0,0,1,0,f,y,H,1):this}function O(f,y,H,F,nt,ft,Et,Rt,Mt,Jt,Le,wr,Re,de,Ue,Dt){var ht=this.props;if(f===1&&y===0&&H===0&&F===0&&nt===0&&ft===1&&Et===0&&Rt===0&&Mt===0&&Jt===0&&Le===1&&wr===0)return ht[12]=ht[12]*f+ht[15]*Re,ht[13]=ht[13]*ft+ht[15]*de,ht[14]=ht[14]*Le+ht[15]*Ue,ht[15]*=Dt,this._identityCalculated=!1,this;var Kr=ht[0],Si=ht[1],qr=ht[2],Nr=ht[3],Xr=ht[4],Zr=ht[5],Me=ht[6],_i=ht[7],Ii=ht[8],br=ht[9],Ci=ht[10],yr=ht[11],lo=ht[12],Ln=ht[13],Rn=ht[14],Mn=ht[15];return ht[0]=Kr*f+Si*nt+qr*Mt+Nr*Re,ht[1]=Kr*y+Si*ft+qr*Jt+Nr*de,ht[2]=Kr*H+Si*Et+qr*Le+Nr*Ue,ht[3]=Kr*F+Si*Rt+qr*wr+Nr*Dt,ht[4]=Xr*f+Zr*nt+Me*Mt+_i*Re,ht[5]=Xr*y+Zr*ft+Me*Jt+_i*de,ht[6]=Xr*H+Zr*Et+Me*Le+_i*Ue,ht[7]=Xr*F+Zr*Rt+Me*wr+_i*Dt,ht[8]=Ii*f+br*nt+Ci*Mt+yr*Re,ht[9]=Ii*y+br*ft+Ci*Jt+yr*de,ht[10]=Ii*H+br*Et+Ci*Le+yr*Ue,ht[11]=Ii*F+br*Rt+Ci*wr+yr*Dt,ht[12]=lo*f+Ln*nt+Rn*Mt+Mn*Re,ht[13]=lo*y+Ln*ft+Rn*Jt+Mn*de,ht[14]=lo*H+Ln*Et+Rn*Le+Mn*Ue,ht[15]=lo*F+Ln*Rt+Rn*wr+Mn*Dt,this._identityCalculated=!1,this}function z(f){var y=f.props;return this.transform(y[0],y[1],y[2],y[3],y[4],y[5],y[6],y[7],y[8],y[9],y[10],y[11],y[12],y[13],y[14],y[15])}function N(){return this._identityCalculated||(this._identity=!(this.props[0]!==1||this.props[1]!==0||this.props[2]!==0||this.props[3]!==0||this.props[4]!==0||this.props[5]!==1||this.props[6]!==0||this.props[7]!==0||this.props[8]!==0||this.props[9]!==0||this.props[10]!==1||this.props[11]!==0||this.props[12]!==0||this.props[13]!==0||this.props[14]!==0||this.props[15]!==1),this._identityCalculated=!0),this._identity}function I(f){for(var y=0;y<16;){if(f.props[y]!==this.props[y])return!1;y+=1}return!0}function E(f){var y;for(y=0;y<16;y+=1)f.props[y]=this.props[y];return f}function A(f){var y;for(y=0;y<16;y+=1)this.props[y]=f[y]}function w(f,y,H){return{x:f*this.props[0]+y*this.props[4]+H*this.props[8]+this.props[12],y:f*this.props[1]+y*this.props[5]+H*this.props[9]+this.props[13],z:f*this.props[2]+y*this.props[6]+H*this.props[10]+this.props[14]}}function $(f,y,H){return f*this.props[0]+y*this.props[4]+H*this.props[8]+this.props[12]}function U(f,y,H){return f*this.props[1]+y*this.props[5]+H*this.props[9]+this.props[13]}function Y(f,y,H){return f*this.props[2]+y*this.props[6]+H*this.props[10]+this.props[14]}function tt(){var f=this.props[0]*this.props[5]-this.props[1]*this.props[4],y=this.props[5]/f,H=-this.props[1]/f,F=-this.props[4]/f,nt=this.props[0]/f,ft=(this.props[4]*this.props[13]-this.props[5]*this.props[12])/f,Et=-(this.props[0]*this.props[13]-this.props[1]*this.props[12])/f,Rt=new fe;return Rt.props[0]=y,Rt.props[1]=H,Rt.props[4]=F,Rt.props[5]=nt,Rt.props[12]=ft,Rt.props[13]=Et,Rt}function yt(f){var y=this.getInverseMatrix();return y.applyToPointArray(f[0],f[1],f[2]||0)}function pt(f){var y,H=f.length,F=[];for(y=0;y<H;y+=1)F[y]=yt(f[y]);return F}function ot(f,y,H){var F=X("float32",6);if(this.isIdentity())F[0]=f[0],F[1]=f[1],F[2]=y[0],F[3]=y[1],F[4]=H[0],F[5]=H[1];else{var nt=this.props[0],ft=this.props[1],Et=this.props[4],Rt=this.props[5],Mt=this.props[12],Jt=this.props[13];F[0]=f[0]*nt+f[1]*Et+Mt,F[1]=f[0]*ft+f[1]*Rt+Jt,F[2]=y[0]*nt+y[1]*Et+Mt,F[3]=y[0]*ft+y[1]*Rt+Jt,F[4]=H[0]*nt+H[1]*Et+Mt,F[5]=H[0]*ft+H[1]*Rt+Jt}return F}function xt(f,y,H){var F;return this.isIdentity()?F=[f,y,H]:F=[f*this.props[0]+y*this.props[4]+H*this.props[8]+this.props[12],f*this.props[1]+y*this.props[5]+H*this.props[9]+this.props[13],f*this.props[2]+y*this.props[6]+H*this.props[10]+this.props[14]],F}function ct(f,y){if(this.isIdentity())return f+","+y;var H=this.props;return Math.round((f*H[0]+y*H[4]+H[12])*100)/100+","+Math.round((f*H[1]+y*H[5]+H[13])*100)/100}function Q(){for(var f=0,y=this.props,H="matrix3d(",F=1e4;f<16;)H+=l(y[f]*F)/F,H+=f===15?")":",",f+=1;return H}function S(f){var y=1e4;return f<1e-6&&f>0||f>-1e-6&&f<0?l(f*y)/y:f}function P(){var f=this.props,y=S(f[0]),H=S(f[1]),F=S(f[4]),nt=S(f[5]),ft=S(f[12]),Et=S(f[13]);return"matrix("+y+","+H+","+F+","+nt+","+ft+","+Et+")"}return function(){this.reset=h,this.rotate=c,this.rotateX=v,this.rotateY=x,this.rotateZ=g,this.skew=R,this.skewFromAxis=G,this.shear=k,this.scale=T,this.setTransform=M,this.translate=D,this.transform=O,this.multiply=z,this.applyToPoint=w,this.applyToX=$,this.applyToY=U,this.applyToZ=Y,this.applyToPointArray=xt,this.applyToTriplePoints=ot,this.applyToPointStringified=ct,this.toCSS=Q,this.to2dCSS=P,this.clone=E,this.cloneFromProps=A,this.equals=I,this.inversePoints=pt,this.inversePoint=yt,this.getInverseMatrix=tt,this._t=this.transform,this.isIdentity=N,this._identity=!0,this._identityCalculated=!1,this.props=X("float32",16),this.reset()}}();function An(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?An=function(s){return typeof s}:An=function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},An(e)}var Ot={},Sn="__[STANDALONE]__",Cp="__[ANIMATIONDATA]__",kp="";function _b(e){m(e)}function wp(){Sn===!0?Qt.searchAnimations(Cp,Sn,kp):Qt.searchAnimations()}function Ib(e){lb(e)}function Cb(e){hb(e)}function kb(e){return Sn===!0&&(e.animationData=JSON.parse(Cp)),Qt.loadAnimation(e)}function wb(e){if(typeof e=="string")switch(e){case"high":vn(200);break;default:case"medium":vn(50);break;case"low":vn(10);break}else!isNaN(e)&&e>1&&vn(e);Ws()>=50?Ze(!1):Ze(!0)}function Nb(){return typeof navigator<"u"}function Lb(e,r){e==="expressions"&&cb(r)}function Rb(e){switch(e){case"propertyFactory":return at;case"shapePropertyFactory":return xn;case"matrix":return fe;default:return null}}Ot.play=Qt.play,Ot.pause=Qt.pause,Ot.setLocationHref=_b,Ot.togglePause=Qt.togglePause,Ot.setSpeed=Qt.setSpeed,Ot.setDirection=Qt.setDirection,Ot.stop=Qt.stop,Ot.searchAnimations=wp,Ot.registerAnimation=Qt.registerAnimation,Ot.loadAnimation=kb,Ot.setSubframeRendering=Ib,Ot.resize=Qt.resize,Ot.goToAndStop=Qt.goToAndStop,Ot.destroy=Qt.destroy,Ot.setQuality=wb,Ot.inBrowser=Nb,Ot.installPlugin=Lb,Ot.freeze=Qt.freeze,Ot.unfreeze=Qt.unfreeze,Ot.setVolume=Qt.setVolume,Ot.mute=Qt.mute,Ot.unmute=Qt.unmute,Ot.getRegisteredAnimations=Qt.getRegisteredAnimations,Ot.useWebWorker=a,Ot.setIDPrefix=Cb,Ot.__getFactory=Rb,Ot.version="5.12.2";function Mb(){document.readyState==="complete"&&(clearInterval(Db),wp())}function Ob(e){for(var r=Np.split("&"),s=0;s<r.length;s+=1){var l=r[s].split("=");if(decodeURIComponent(l[0])==e)return decodeURIComponent(l[1])}return null}var Np="";if(Sn){var Lp=document.getElementsByTagName("script"),Pb=Lp.length-1,Rp=Lp[Pb]||{src:""};Np=Rp.src?Rp.src.replace(/^[^\?]+\??/,""):"",kp=Ob("renderer")}var Db=setInterval(Mb,100);try{!((typeof _a>"u"?"undefined":An(_a))==="object"&&typeof ll<"u")&&!(typeof define=="function"&&define.amd)&&(window.bodymovin=Ot)}catch{}var bi=function(){var e={},r={};e.registerModifier=s,e.getModifier=l;function s(h,c){r[h]||(r[h]=c)}function l(h,c,v){return new r[h](c,v)}return e}();function er(){}er.prototype.initModifierProperties=function(){},er.prototype.addShapeToModifier=function(){},er.prototype.addShape=function(e){if(!this.closed){e.sh.container.addDynamicProperty(e.sh);var r={shape:e.sh,data:e,localShapeCollection:Ko.newShapeCollection()};this.shapes.push(r),this.addShapeToModifier(r),this._isAnimated&&e.setAsAnimated()}},er.prototype.init=function(e,r){this.shapes=[],this.elem=e,this.initDynamicPropertyContainer(e),this.initModifierProperties(e,r),this.frameId=i,this.closed=!1,this.k=!1,this.dynamicProperties.length?this.k=!0:this.getValue(!0)},er.prototype.processKeys=function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties())},L([le],er);function gr(){}L([er],gr),gr.prototype.initModifierProperties=function(e,r){this.s=at.getProp(e,r.s,0,.01,this),this.e=at.getProp(e,r.e,0,.01,this),this.o=at.getProp(e,r.o,0,0,this),this.sValue=0,this.eValue=0,this.getValue=this.processKeys,this.m=r.m,this._isAnimated=!!this.s.effectsSequence.length||!!this.e.effectsSequence.length||!!this.o.effectsSequence.length},gr.prototype.addShapeToModifier=function(e){e.pathsData=[]},gr.prototype.calculateShapeEdges=function(e,r,s,l,h){var c=[];r<=1?c.push({s:e,e:r}):e>=1?c.push({s:e-1,e:r-1}):(c.push({s:e,e:1}),c.push({s:0,e:r-1}));var v=[],x,g=c.length,k;for(x=0;x<g;x+=1)if(k=c[x],!(k.e*h<l||k.s*h>l+s)){var R,G;k.s*h<=l?R=0:R=(k.s*h-l)/s,k.e*h>=l+s?G=1:G=(k.e*h-l)/s,v.push([R,G])}return v.length||v.push([0,0]),v},gr.prototype.releasePathsData=function(e){var r,s=e.length;for(r=0;r<s;r+=1)xp.release(e[r]);return e.length=0,e},gr.prototype.processShapes=function(e){var r,s;if(this._mdf||e){var l=this.o.v%360/360;if(l<0&&(l+=1),this.s.v>1?r=1+l:this.s.v<0?r=0+l:r=this.s.v+l,this.e.v>1?s=1+l:this.e.v<0?s=0+l:s=this.e.v+l,r>s){var h=r;r=s,s=h}r=Math.round(r*1e4)*1e-4,s=Math.round(s*1e4)*1e-4,this.sValue=r,this.eValue=s}else r=this.sValue,s=this.eValue;var c,v,x=this.shapes.length,g,k,R,G,T,M=0;if(s===r)for(v=0;v<x;v+=1)this.shapes[v].localShapeCollection.releaseShapes(),this.shapes[v].shape._mdf=!0,this.shapes[v].shape.paths=this.shapes[v].localShapeCollection,this._mdf&&(this.shapes[v].pathsData.length=0);else if(s===1&&r===0||s===0&&r===1){if(this._mdf)for(v=0;v<x;v+=1)this.shapes[v].pathsData.length=0,this.shapes[v].shape._mdf=!0}else{var D=[],O,z;for(v=0;v<x;v+=1)if(O=this.shapes[v],!O.shape._mdf&&!this._mdf&&!e&&this.m!==2)O.shape.paths=O.localShapeCollection;else{if(c=O.shape.paths,k=c._length,T=0,!O.shape._mdf&&O.pathsData.length)T=O.totalShapeLength;else{for(R=this.releasePathsData(O.pathsData),g=0;g<k;g+=1)G=Cr.getSegmentsLength(c.shapes[g]),R.push(G),T+=G.totalLength;O.totalShapeLength=T,O.pathsData=R}M+=T,O.shape._mdf=!0}var N=r,I=s,E=0,A;for(v=x-1;v>=0;v-=1)if(O=this.shapes[v],O.shape._mdf){for(z=O.localShapeCollection,z.releaseShapes(),this.m===2&&x>1?(A=this.calculateShapeEdges(r,s,O.totalShapeLength,E,M),E+=O.totalShapeLength):A=[[N,I]],k=A.length,g=0;g<k;g+=1){N=A[g][0],I=A[g][1],D.length=0,I<=1?D.push({s:O.totalShapeLength*N,e:O.totalShapeLength*I}):N>=1?D.push({s:O.totalShapeLength*(N-1),e:O.totalShapeLength*(I-1)}):(D.push({s:O.totalShapeLength*N,e:O.totalShapeLength}),D.push({s:0,e:O.totalShapeLength*(I-1)}));var w=this.addShapes(O,D[0]);if(D[0].s!==D[0].e){if(D.length>1){var $=O.shape.paths.shapes[O.shape.paths._length-1];if($.c){var U=w.pop();this.addPaths(w,z),w=this.addShapes(O,D[1],U)}else this.addPaths(w,z),w=this.addShapes(O,D[1])}this.addPaths(w,z)}}O.shape.paths=z}}},gr.prototype.addPaths=function(e,r){var s,l=e.length;for(s=0;s<l;s+=1)r.addShape(e[s])},gr.prototype.addSegment=function(e,r,s,l,h,c,v){h.setXYAt(r[0],r[1],"o",c),h.setXYAt(s[0],s[1],"i",c+1),v&&h.setXYAt(e[0],e[1],"v",c),h.setXYAt(l[0],l[1],"v",c+1)},gr.prototype.addSegmentFromArray=function(e,r,s,l){r.setXYAt(e[1],e[5],"o",s),r.setXYAt(e[2],e[6],"i",s+1),l&&r.setXYAt(e[0],e[4],"v",s),r.setXYAt(e[3],e[7],"v",s+1)},gr.prototype.addShapes=function(e,r,s){var l=e.pathsData,h=e.shape.paths.shapes,c,v=e.shape.paths._length,x,g,k=0,R,G,T,M,D=[],O,z=!0;for(s?(G=s._length,O=s._length):(s=ue.newElement(),G=0,O=0),D.push(s),c=0;c<v;c+=1){for(T=l[c].lengths,s.c=h[c].c,g=h[c].c?T.length:T.length+1,x=1;x<g;x+=1)if(R=T[x-1],k+R.addedLength<r.s)k+=R.addedLength,s.c=!1;else if(k>r.e){s.c=!1;break}else r.s<=k&&r.e>=k+R.addedLength?(this.addSegment(h[c].v[x-1],h[c].o[x-1],h[c].i[x],h[c].v[x],s,G,z),z=!1):(M=Cr.getNewSegment(h[c].v[x-1],h[c].v[x],h[c].o[x-1],h[c].i[x],(r.s-k)/R.addedLength,(r.e-k)/R.addedLength,T[x-1]),this.addSegmentFromArray(M,s,G,z),z=!1,s.c=!1),k+=R.addedLength,G+=1;if(h[c].c&&T.length){if(R=T[x-1],k<=r.e){var N=T[x-1].addedLength;r.s<=k&&r.e>=k+N?(this.addSegment(h[c].v[x-1],h[c].o[x-1],h[c].i[0],h[c].v[0],s,G,z),z=!1):(M=Cr.getNewSegment(h[c].v[x-1],h[c].v[0],h[c].o[x-1],h[c].i[0],(r.s-k)/N,(r.e-k)/N,T[x-1]),this.addSegmentFromArray(M,s,G,z),z=!1,s.c=!1)}else s.c=!1;k+=R.addedLength,G+=1}if(s._length&&(s.setXYAt(s.v[O][0],s.v[O][1],"i",O),s.setXYAt(s.v[s._length-1][0],s.v[s._length-1][1],"o",s._length-1)),k>r.e)break;c<v-1&&(s=ue.newElement(),z=!0,D.push(s),G=0)}return D};function Zs(){}L([er],Zs),Zs.prototype.initModifierProperties=function(e,r){this.getValue=this.processKeys,this.amount=at.getProp(e,r.a,0,null,this),this._isAnimated=!!this.amount.effectsSequence.length},Zs.prototype.processPath=function(e,r){var s=r/100,l=[0,0],h=e._length,c=0;for(c=0;c<h;c+=1)l[0]+=e.v[c][0],l[1]+=e.v[c][1];l[0]/=h,l[1]/=h;var v=ue.newElement();v.c=e.c;var x,g,k,R,G,T;for(c=0;c<h;c+=1)x=e.v[c][0]+(l[0]-e.v[c][0])*s,g=e.v[c][1]+(l[1]-e.v[c][1])*s,k=e.o[c][0]+(l[0]-e.o[c][0])*-s,R=e.o[c][1]+(l[1]-e.o[c][1])*-s,G=e.i[c][0]+(l[0]-e.i[c][0])*-s,T=e.i[c][1]+(l[1]-e.i[c][1])*-s,v.setTripleAt(x,g,k,R,G,T,c);return v},Zs.prototype.processShapes=function(e){var r,s,l=this.shapes.length,h,c,v=this.amount.v;if(v!==0){var x,g;for(s=0;s<l;s+=1){if(x=this.shapes[s],g=x.localShapeCollection,!(!x.shape._mdf&&!this._mdf&&!e))for(g.releaseShapes(),x.shape._mdf=!0,r=x.shape.paths.shapes,c=x.shape.paths._length,h=0;h<c;h+=1)g.addShape(this.processPath(r[h],v));x.shape.paths=x.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};var Ld=function(){var e=[0,0];function r(g){var k=this._mdf;this.iterateDynamicProperties(),this._mdf=this._mdf||k,this.a&&g.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.s&&g.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&g.skewFromAxis(-this.sk.v,this.sa.v),this.r?g.rotate(-this.r.v):g.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.data.p.s?this.data.p.z?g.translate(this.px.v,this.py.v,-this.pz.v):g.translate(this.px.v,this.py.v,0):g.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}function s(g){if(this.elem.globalData.frameId!==this.frameId){if(this._isDirty&&(this.precalculateMatrix(),this._isDirty=!1),this.iterateDynamicProperties(),this._mdf||g){var k;if(this.v.cloneFromProps(this.pre.props),this.appliedTransformations<1&&this.v.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations<2&&this.v.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&this.appliedTransformations<3&&this.v.skewFromAxis(-this.sk.v,this.sa.v),this.r&&this.appliedTransformations<4?this.v.rotate(-this.r.v):!this.r&&this.appliedTransformations<4&&this.v.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.autoOriented){var R,G;if(k=this.elem.globalData.frameRate,this.p&&this.p.keyframes&&this.p.getValueAtTime)this.p._caching.lastFrame+this.p.offsetTime<=this.p.keyframes[0].t?(R=this.p.getValueAtTime((this.p.keyframes[0].t+.01)/k,0),G=this.p.getValueAtTime(this.p.keyframes[0].t/k,0)):this.p._caching.lastFrame+this.p.offsetTime>=this.p.keyframes[this.p.keyframes.length-1].t?(R=this.p.getValueAtTime(this.p.keyframes[this.p.keyframes.length-1].t/k,0),G=this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length-1].t-.05)/k,0)):(R=this.p.pv,G=this.p.getValueAtTime((this.p._caching.lastFrame+this.p.offsetTime-.01)/k,this.p.offsetTime));else if(this.px&&this.px.keyframes&&this.py.keyframes&&this.px.getValueAtTime&&this.py.getValueAtTime){R=[],G=[];var T=this.px,M=this.py;T._caching.lastFrame+T.offsetTime<=T.keyframes[0].t?(R[0]=T.getValueAtTime((T.keyframes[0].t+.01)/k,0),R[1]=M.getValueAtTime((M.keyframes[0].t+.01)/k,0),G[0]=T.getValueAtTime(T.keyframes[0].t/k,0),G[1]=M.getValueAtTime(M.keyframes[0].t/k,0)):T._caching.lastFrame+T.offsetTime>=T.keyframes[T.keyframes.length-1].t?(R[0]=T.getValueAtTime(T.keyframes[T.keyframes.length-1].t/k,0),R[1]=M.getValueAtTime(M.keyframes[M.keyframes.length-1].t/k,0),G[0]=T.getValueAtTime((T.keyframes[T.keyframes.length-1].t-.01)/k,0),G[1]=M.getValueAtTime((M.keyframes[M.keyframes.length-1].t-.01)/k,0)):(R=[T.pv,M.pv],G[0]=T.getValueAtTime((T._caching.lastFrame+T.offsetTime-.01)/k,T.offsetTime),G[1]=M.getValueAtTime((M._caching.lastFrame+M.offsetTime-.01)/k,M.offsetTime))}else G=e,R=G;this.v.rotate(-Math.atan2(R[1]-G[1],R[0]-G[0]))}this.data.p&&this.data.p.s?this.data.p.z?this.v.translate(this.px.v,this.py.v,-this.pz.v):this.v.translate(this.px.v,this.py.v,0):this.v.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}this.frameId=this.elem.globalData.frameId}}function l(){if(this.appliedTransformations=0,this.pre.reset(),!this.a.effectsSequence.length)this.pre.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations=1;else return;if(!this.s.effectsSequence.length)this.pre.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.appliedTransformations=2;else return;if(this.sk)if(!this.sk.effectsSequence.length&&!this.sa.effectsSequence.length)this.pre.skewFromAxis(-this.sk.v,this.sa.v),this.appliedTransformations=3;else return;this.r?this.r.effectsSequence.length||(this.pre.rotate(-this.r.v),this.appliedTransformations=4):!this.rz.effectsSequence.length&&!this.ry.effectsSequence.length&&!this.rx.effectsSequence.length&&!this.or.effectsSequence.length&&(this.pre.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.appliedTransformations=4)}function h(){}function c(g){this._addDynamicProperty(g),this.elem.addDynamicProperty(g),this._isDirty=!0}function v(g,k,R){if(this.elem=g,this.frameId=-1,this.propType="transform",this.data=k,this.v=new fe,this.pre=new fe,this.appliedTransformations=0,this.initDynamicPropertyContainer(R||g),k.p&&k.p.s?(this.px=at.getProp(g,k.p.x,0,0,this),this.py=at.getProp(g,k.p.y,0,0,this),k.p.z&&(this.pz=at.getProp(g,k.p.z,0,0,this))):this.p=at.getProp(g,k.p||{k:[0,0,0]},1,0,this),k.rx){if(this.rx=at.getProp(g,k.rx,0,Ct,this),this.ry=at.getProp(g,k.ry,0,Ct,this),this.rz=at.getProp(g,k.rz,0,Ct,this),k.or.k[0].ti){var G,T=k.or.k.length;for(G=0;G<T;G+=1)k.or.k[G].to=null,k.or.k[G].ti=null}this.or=at.getProp(g,k.or,1,Ct,this),this.or.sh=!0}else this.r=at.getProp(g,k.r||{k:0},0,Ct,this);k.sk&&(this.sk=at.getProp(g,k.sk,0,Ct,this),this.sa=at.getProp(g,k.sa,0,Ct,this)),this.a=at.getProp(g,k.a||{k:[0,0,0]},1,0,this),this.s=at.getProp(g,k.s||{k:[100,100,100]},1,.01,this),k.o?this.o=at.getProp(g,k.o,0,.01,g):this.o={_mdf:!1,v:1},this._isDirty=!0,this.dynamicProperties.length||this.getValue(!0)}v.prototype={applyToMatrix:r,getValue:s,precalculateMatrix:l,autoOrient:h},L([le],v),v.prototype.addDynamicProperty=c,v.prototype._addDynamicProperty=le.prototype.addDynamicProperty;function x(g,k,R){return new v(g,k,R)}return{getTransformProperty:x}}();function kr(){}L([er],kr),kr.prototype.initModifierProperties=function(e,r){this.getValue=this.processKeys,this.c=at.getProp(e,r.c,0,null,this),this.o=at.getProp(e,r.o,0,null,this),this.tr=Ld.getTransformProperty(e,r.tr,this),this.so=at.getProp(e,r.tr.so,0,.01,this),this.eo=at.getProp(e,r.tr.eo,0,.01,this),this.data=r,this.dynamicProperties.length||this.getValue(!0),this._isAnimated=!!this.dynamicProperties.length,this.pMatrix=new fe,this.rMatrix=new fe,this.sMatrix=new fe,this.tMatrix=new fe,this.matrix=new fe},kr.prototype.applyTransforms=function(e,r,s,l,h,c){var v=c?-1:1,x=l.s.v[0]+(1-l.s.v[0])*(1-h),g=l.s.v[1]+(1-l.s.v[1])*(1-h);e.translate(l.p.v[0]*v*h,l.p.v[1]*v*h,l.p.v[2]),r.translate(-l.a.v[0],-l.a.v[1],l.a.v[2]),r.rotate(-l.r.v*v*h),r.translate(l.a.v[0],l.a.v[1],l.a.v[2]),s.translate(-l.a.v[0],-l.a.v[1],l.a.v[2]),s.scale(c?1/x:x,c?1/g:g),s.translate(l.a.v[0],l.a.v[1],l.a.v[2])},kr.prototype.init=function(e,r,s,l){for(this.elem=e,this.arr=r,this.pos=s,this.elemsData=l,this._currentCopies=0,this._elements=[],this._groups=[],this.frameId=-1,this.initDynamicPropertyContainer(e),this.initModifierProperties(e,r[s]);s>0;)s-=1,this._elements.unshift(r[s]);this.dynamicProperties.length?this.k=!0:this.getValue(!0)},kr.prototype.resetElements=function(e){var r,s=e.length;for(r=0;r<s;r+=1)e[r]._processed=!1,e[r].ty==="gr"&&this.resetElements(e[r].it)},kr.prototype.cloneElements=function(e){var r=JSON.parse(JSON.stringify(e));return this.resetElements(r),r},kr.prototype.changeGroupRender=function(e,r){var s,l=e.length;for(s=0;s<l;s+=1)e[s]._render=r,e[s].ty==="gr"&&this.changeGroupRender(e[s].it,r)},kr.prototype.processShapes=function(e){var r,s,l,h,c,v=!1;if(this._mdf||e){var x=Math.ceil(this.c.v);if(this._groups.length<x){for(;this._groups.length<x;){var g={it:this.cloneElements(this._elements),ty:"gr"};g.it.push({a:{a:0,ix:1,k:[0,0]},nm:"Transform",o:{a:0,ix:7,k:100},p:{a:0,ix:2,k:[0,0]},r:{a:1,ix:6,k:[{s:0,e:0,t:0},{s:0,e:0,t:1}]},s:{a:0,ix:3,k:[100,100]},sa:{a:0,ix:5,k:0},sk:{a:0,ix:4,k:0},ty:"tr"}),this.arr.splice(0,0,g),this._groups.splice(0,0,g),this._currentCopies+=1}this.elem.reloadShapes(),v=!0}c=0;var k;for(l=0;l<=this._groups.length-1;l+=1){if(k=c<x,this._groups[l]._render=k,this.changeGroupRender(this._groups[l].it,k),!k){var R=this.elemsData[l].it,G=R[R.length-1];G.transform.op.v!==0?(G.transform.op._mdf=!0,G.transform.op.v=0):G.transform.op._mdf=!1}c+=1}this._currentCopies=x;var T=this.o.v,M=T%1,D=T>0?Math.floor(T):Math.ceil(T),O=this.pMatrix.props,z=this.rMatrix.props,N=this.sMatrix.props;this.pMatrix.reset(),this.rMatrix.reset(),this.sMatrix.reset(),this.tMatrix.reset(),this.matrix.reset();var I=0;if(T>0){for(;I<D;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),I+=1;M&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,M,!1),I+=M)}else if(T<0){for(;I>D;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!0),I-=1;M&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,-M,!0),I-=M)}l=this.data.m===1?0:this._currentCopies-1,h=this.data.m===1?1:-1,c=this._currentCopies;for(var E,A;c;){if(r=this.elemsData[l].it,s=r[r.length-1].transform.mProps.v.props,A=s.length,r[r.length-1].transform.mProps._mdf=!0,r[r.length-1].transform.op._mdf=!0,r[r.length-1].transform.op.v=this._currentCopies===1?this.so.v:this.so.v+(this.eo.v-this.so.v)*(l/(this._currentCopies-1)),I!==0){for((l!==0&&h===1||l!==this._currentCopies-1&&h===-1)&&this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),this.matrix.transform(z[0],z[1],z[2],z[3],z[4],z[5],z[6],z[7],z[8],z[9],z[10],z[11],z[12],z[13],z[14],z[15]),this.matrix.transform(N[0],N[1],N[2],N[3],N[4],N[5],N[6],N[7],N[8],N[9],N[10],N[11],N[12],N[13],N[14],N[15]),this.matrix.transform(O[0],O[1],O[2],O[3],O[4],O[5],O[6],O[7],O[8],O[9],O[10],O[11],O[12],O[13],O[14],O[15]),E=0;E<A;E+=1)s[E]=this.matrix.props[E];this.matrix.reset()}else for(this.matrix.reset(),E=0;E<A;E+=1)s[E]=this.matrix.props[E];I+=1,c-=1,l+=h}}else for(c=this._currentCopies,l=0,h=1;c;)r=this.elemsData[l].it,s=r[r.length-1].transform.mProps.v.props,r[r.length-1].transform.mProps._mdf=!1,r[r.length-1].transform.op._mdf=!1,c-=1,l+=h;return v},kr.prototype.addShape=function(){};function Qs(){}L([er],Qs),Qs.prototype.initModifierProperties=function(e,r){this.getValue=this.processKeys,this.rd=at.getProp(e,r.r,0,null,this),this._isAnimated=!!this.rd.effectsSequence.length},Qs.prototype.processPath=function(e,r){var s=ue.newElement();s.c=e.c;var l,h=e._length,c,v,x,g,k,R,G=0,T,M,D,O,z,N;for(l=0;l<h;l+=1)c=e.v[l],x=e.o[l],v=e.i[l],c[0]===x[0]&&c[1]===x[1]&&c[0]===v[0]&&c[1]===v[1]?(l===0||l===h-1)&&!e.c?(s.setTripleAt(c[0],c[1],x[0],x[1],v[0],v[1],G),G+=1):(l===0?g=e.v[h-1]:g=e.v[l-1],k=Math.sqrt(Math.pow(c[0]-g[0],2)+Math.pow(c[1]-g[1],2)),R=k?Math.min(k/2,r)/k:0,z=c[0]+(g[0]-c[0])*R,T=z,N=c[1]-(c[1]-g[1])*R,M=N,D=T-(T-c[0])*me,O=M-(M-c[1])*me,s.setTripleAt(T,M,D,O,z,N,G),G+=1,l===h-1?g=e.v[0]:g=e.v[l+1],k=Math.sqrt(Math.pow(c[0]-g[0],2)+Math.pow(c[1]-g[1],2)),R=k?Math.min(k/2,r)/k:0,D=c[0]+(g[0]-c[0])*R,T=D,O=c[1]+(g[1]-c[1])*R,M=O,z=T-(T-c[0])*me,N=M-(M-c[1])*me,s.setTripleAt(T,M,D,O,z,N,G),G+=1):(s.setTripleAt(e.v[l][0],e.v[l][1],e.o[l][0],e.o[l][1],e.i[l][0],e.i[l][1],G),G+=1);return s},Qs.prototype.processShapes=function(e){var r,s,l=this.shapes.length,h,c,v=this.rd.v;if(v!==0){var x,g;for(s=0;s<l;s+=1){if(x=this.shapes[s],g=x.localShapeCollection,!(!x.shape._mdf&&!this._mdf&&!e))for(g.releaseShapes(),x.shape._mdf=!0,r=x.shape.paths.shapes,c=x.shape.paths._length,h=0;h<c;h+=1)g.addShape(this.processPath(r[h],v));x.shape.paths=x.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};function _n(e,r){return Math.abs(e-r)*1e5<=Math.min(Math.abs(e),Math.abs(r))}function Rd(e){return Math.abs(e)<=1e-5}function Mp(e,r,s){return e*(1-s)+r*s}function yi(e,r,s){return[Mp(e[0],r[0],s),Mp(e[1],r[1],s)]}function $b(e,r,s){if(e===0)return[];var l=r*r-4*e*s;if(l<0)return[];var h=-r/(2*e);if(l===0)return[h];var c=Math.sqrt(l)/(2*e);return[h-c,h+c]}function Op(e,r,s,l){return[-e+3*r-3*s+l,3*e-6*r+3*s,-3*e+3*r,e]}function Pp(e){return new Wt(e,e,e,e,!1)}function Wt(e,r,s,l,h){h&&Xo(e,r)&&(r=yi(e,l,1/3)),h&&Xo(s,l)&&(s=yi(e,l,2/3));var c=Op(e[0],r[0],s[0],l[0]),v=Op(e[1],r[1],s[1],l[1]);this.a=[c[0],v[0]],this.b=[c[1],v[1]],this.c=[c[2],v[2]],this.d=[c[3],v[3]],this.points=[e,r,s,l]}Wt.prototype.point=function(e){return[((this.a[0]*e+this.b[0])*e+this.c[0])*e+this.d[0],((this.a[1]*e+this.b[1])*e+this.c[1])*e+this.d[1]]},Wt.prototype.derivative=function(e){return[(3*e*this.a[0]+2*this.b[0])*e+this.c[0],(3*e*this.a[1]+2*this.b[1])*e+this.c[1]]},Wt.prototype.tangentAngle=function(e){var r=this.derivative(e);return Math.atan2(r[1],r[0])},Wt.prototype.normalAngle=function(e){var r=this.derivative(e);return Math.atan2(r[0],r[1])},Wt.prototype.inflectionPoints=function(){var e=this.a[1]*this.b[0]-this.a[0]*this.b[1];if(Rd(e))return[];var r=-.5*(this.a[1]*this.c[0]-this.a[0]*this.c[1])/e,s=r*r-1/3*(this.b[1]*this.c[0]-this.b[0]*this.c[1])/e;if(s<0)return[];var l=Math.sqrt(s);return Rd(l)?l>0&&l<1?[r]:[]:[r-l,r+l].filter(function(h){return h>0&&h<1})},Wt.prototype.split=function(e){if(e<=0)return[Pp(this.points[0]),this];if(e>=1)return[this,Pp(this.points[this.points.length-1])];var r=yi(this.points[0],this.points[1],e),s=yi(this.points[1],this.points[2],e),l=yi(this.points[2],this.points[3],e),h=yi(r,s,e),c=yi(s,l,e),v=yi(h,c,e);return[new Wt(this.points[0],r,h,v,!0),new Wt(v,c,l,this.points[3],!0)]};function Dp(e,r){var s=e.points[0][r],l=e.points[e.points.length-1][r];if(s>l){var h=l;l=s,s=h}for(var c=$b(3*e.a[r],2*e.b[r],e.c[r]),v=0;v<c.length;v+=1)if(c[v]>0&&c[v]<1){var x=e.point(c[v])[r];x<s?s=x:x>l&&(l=x)}return{min:s,max:l}}Wt.prototype.bounds=function(){return{x:Dp(this,0),y:Dp(this,1)}},Wt.prototype.boundingBox=function(){var e=this.bounds();return{left:e.x.min,right:e.x.max,top:e.y.min,bottom:e.y.max,width:e.x.max-e.x.min,height:e.y.max-e.y.min,cx:(e.x.max+e.x.min)/2,cy:(e.y.max+e.y.min)/2}};function In(e,r,s){var l=e.boundingBox();return{cx:l.cx,cy:l.cy,width:l.width,height:l.height,bez:e,t:(r+s)/2,t1:r,t2:s}}function $p(e){var r=e.bez.split(.5);return[In(r[0],e.t1,e.t),In(r[1],e.t,e.t2)]}function Fb(e,r){return Math.abs(e.cx-r.cx)*2<e.width+r.width&&Math.abs(e.cy-r.cy)*2<e.height+r.height}function Js(e,r,s,l,h,c){if(Fb(e,r)){if(s>=c||e.width<=l&&e.height<=l&&r.width<=l&&r.height<=l){h.push([e.t,r.t]);return}var v=$p(e),x=$p(r);Js(v[0],x[0],s+1,l,h,c),Js(v[0],x[1],s+1,l,h,c),Js(v[1],x[0],s+1,l,h,c),Js(v[1],x[1],s+1,l,h,c)}}Wt.prototype.intersections=function(e,r,s){r===void 0&&(r=2),s===void 0&&(s=7);var l=[];return Js(In(this,0,1),In(e,0,1),0,r,l,s),l},Wt.shapeSegment=function(e,r){var s=(r+1)%e.length();return new Wt(e.v[r],e.o[r],e.i[s],e.v[s],!0)},Wt.shapeSegmentInverted=function(e,r){var s=(r+1)%e.length();return new Wt(e.v[s],e.i[s],e.o[r],e.v[r],!0)};function Md(e,r){return[e[1]*r[2]-e[2]*r[1],e[2]*r[0]-e[0]*r[2],e[0]*r[1]-e[1]*r[0]]}function Cn(e,r,s,l){var h=[e[0],e[1],1],c=[r[0],r[1],1],v=[s[0],s[1],1],x=[l[0],l[1],1],g=Md(Md(h,c),Md(v,x));return Rd(g[2])?null:[g[0]/g[2],g[1]/g[2]]}function qo(e,r,s){return[e[0]+Math.cos(r)*s,e[1]-Math.sin(r)*s]}function Od(e,r){return Math.hypot(e[0]-r[0],e[1]-r[1])}function Xo(e,r){return _n(e[0],r[0])&&_n(e[1],r[1])}function ta(){}L([er],ta),ta.prototype.initModifierProperties=function(e,r){this.getValue=this.processKeys,this.amplitude=at.getProp(e,r.s,0,null,this),this.frequency=at.getProp(e,r.r,0,null,this),this.pointsType=at.getProp(e,r.pt,0,null,this),this._isAnimated=this.amplitude.effectsSequence.length!==0||this.frequency.effectsSequence.length!==0||this.pointsType.effectsSequence.length!==0};function Fp(e,r,s,l,h,c,v){var x=s-Math.PI/2,g=s+Math.PI/2,k=r[0]+Math.cos(s)*l*h,R=r[1]-Math.sin(s)*l*h;e.setTripleAt(k,R,k+Math.cos(x)*c,R-Math.sin(x)*c,k+Math.cos(g)*v,R-Math.sin(g)*v,e.length())}function Vb(e,r){var s=[r[0]-e[0],r[1]-e[1]],l=-Math.PI*.5,h=[Math.cos(l)*s[0]-Math.sin(l)*s[1],Math.sin(l)*s[0]+Math.cos(l)*s[1]];return h}function zb(e,r){var s=r===0?e.length()-1:r-1,l=(r+1)%e.length(),h=e.v[s],c=e.v[l],v=Vb(h,c);return Math.atan2(0,1)-Math.atan2(v[1],v[0])}function Vp(e,r,s,l,h,c,v){var x=zb(r,s),g=r.v[s%r._length],k=r.v[s===0?r._length-1:s-1],R=r.v[(s+1)%r._length],G=c===2?Math.sqrt(Math.pow(g[0]-k[0],2)+Math.pow(g[1]-k[1],2)):0,T=c===2?Math.sqrt(Math.pow(g[0]-R[0],2)+Math.pow(g[1]-R[1],2)):0;Fp(e,r.v[s%r._length],x,v,l,T/((h+1)*2),G/((h+1)*2),c)}function Bb(e,r,s,l,h,c){for(var v=0;v<l;v+=1){var x=(v+1)/(l+1),g=h===2?Math.sqrt(Math.pow(r.points[3][0]-r.points[0][0],2)+Math.pow(r.points[3][1]-r.points[0][1],2)):0,k=r.normalAngle(x),R=r.point(x);Fp(e,R,k,c,s,g/((l+1)*2),g/((l+1)*2),h),c=-c}return c}ta.prototype.processPath=function(e,r,s,l){var h=e._length,c=ue.newElement();if(c.c=e.c,e.c||(h-=1),h===0)return c;var v=-1,x=Wt.shapeSegment(e,0);Vp(c,e,0,r,s,l,v);for(var g=0;g<h;g+=1)v=Bb(c,x,r,s,l,-v),g===h-1&&!e.c?x=null:x=Wt.shapeSegment(e,(g+1)%h),Vp(c,e,g+1,r,s,l,v);return c},ta.prototype.processShapes=function(e){var r,s,l=this.shapes.length,h,c,v=this.amplitude.v,x=Math.max(0,Math.round(this.frequency.v)),g=this.pointsType.v;if(v!==0){var k,R;for(s=0;s<l;s+=1){if(k=this.shapes[s],R=k.localShapeCollection,!(!k.shape._mdf&&!this._mdf&&!e))for(R.releaseShapes(),k.shape._mdf=!0,r=k.shape.paths.shapes,c=k.shape.paths._length,h=0;h<c;h+=1)R.addShape(this.processPath(r[h],v,x,g));k.shape.paths=k.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};function Pd(e,r,s){var l=Math.atan2(r[0]-e[0],r[1]-e[1]);return[qo(e,l,s),qo(r,l,s)]}function Zo(e,r){var s,l,h,c,v,x,g;g=Pd(e.points[0],e.points[1],r),s=g[0],l=g[1],g=Pd(e.points[1],e.points[2],r),h=g[0],c=g[1],g=Pd(e.points[2],e.points[3],r),v=g[0],x=g[1];var k=Cn(s,l,h,c);k===null&&(k=l);var R=Cn(v,x,h,c);return R===null&&(R=v),new Wt(s,k,R,x)}function zp(e,r,s,l,h){var c=r.points[3],v=s.points[0];if(l===3||Xo(c,v))return c;if(l===2){var x=-r.tangentAngle(1),g=-s.tangentAngle(0)+Math.PI,k=Cn(c,qo(c,x+Math.PI/2,100),v,qo(v,x+Math.PI/2,100)),R=k?Od(k,c):Od(c,v)/2,G=qo(c,x,2*R*me);return e.setXYAt(G[0],G[1],"o",e.length()-1),G=qo(v,g,2*R*me),e.setTripleAt(v[0],v[1],v[0],v[1],G[0],G[1],e.length()),v}var T=Xo(c,r.points[2])?r.points[0]:r.points[2],M=Xo(v,s.points[1])?s.points[3]:s.points[1],D=Cn(T,c,v,M);return D&&Od(D,c)<h?(e.setTripleAt(D[0],D[1],D[0],D[1],D[0],D[1],e.length()),D):c}function Bp(e,r){var s=e.intersections(r);return s.length&&_n(s[0][0],1)&&s.shift(),s.length?s[0]:null}function Up(e,r){var s=e.slice(),l=r.slice(),h=Bp(e[e.length-1],r[0]);return h&&(s[e.length-1]=e[e.length-1].split(h[0])[0],l[0]=r[0].split(h[1])[1]),e.length>1&&r.length>1&&(h=Bp(e[0],r[r.length-1]),h)?[[e[0].split(h[0])[0]],[r[r.length-1].split(h[1])[1]]]:[s,l]}function Ub(e){for(var r,s=1;s<e.length;s+=1)r=Up(e[s-1],e[s]),e[s-1]=r[0],e[s]=r[1];return e.length>1&&(r=Up(e[e.length-1],e[0]),e[e.length-1]=r[0],e[0]=r[1]),e}function Gp(e,r){var s=e.inflectionPoints(),l,h,c,v;if(s.length===0)return[Zo(e,r)];if(s.length===1||_n(s[1],1))return c=e.split(s[0]),l=c[0],h=c[1],[Zo(l,r),Zo(h,r)];c=e.split(s[0]),l=c[0];var x=(s[1]-s[0])/(1-s[0]);return c=c[1].split(x),v=c[0],h=c[1],[Zo(l,r),Zo(v,r),Zo(h,r)]}function ea(){}L([er],ea),ea.prototype.initModifierProperties=function(e,r){this.getValue=this.processKeys,this.amount=at.getProp(e,r.a,0,null,this),this.miterLimit=at.getProp(e,r.ml,0,null,this),this.lineJoin=r.lj,this._isAnimated=this.amount.effectsSequence.length!==0},ea.prototype.processPath=function(e,r,s,l){var h=ue.newElement();h.c=e.c;var c=e.length();e.c||(c-=1);var v,x,g,k=[];for(v=0;v<c;v+=1)g=Wt.shapeSegment(e,v),k.push(Gp(g,r));if(!e.c)for(v=c-1;v>=0;v-=1)g=Wt.shapeSegmentInverted(e,v),k.push(Gp(g,r));k=Ub(k);var R=null,G=null;for(v=0;v<k.length;v+=1){var T=k[v];for(G&&(R=zp(h,G,T[0],s,l)),G=T[T.length-1],x=0;x<T.length;x+=1)g=T[x],R&&Xo(g.points[0],R)?h.setXYAt(g.points[1][0],g.points[1][1],"o",h.length()-1):h.setTripleAt(g.points[0][0],g.points[0][1],g.points[1][0],g.points[1][1],g.points[0][0],g.points[0][1],h.length()),h.setTripleAt(g.points[3][0],g.points[3][1],g.points[3][0],g.points[3][1],g.points[2][0],g.points[2][1],h.length()),R=g.points[3]}return k.length&&zp(h,G,k[0][0],s,l),h},ea.prototype.processShapes=function(e){var r,s,l=this.shapes.length,h,c,v=this.amount.v,x=this.miterLimit.v,g=this.lineJoin;if(v!==0){var k,R;for(s=0;s<l;s+=1){if(k=this.shapes[s],R=k.localShapeCollection,!(!k.shape._mdf&&!this._mdf&&!e))for(R.releaseShapes(),k.shape._mdf=!0,r=k.shape.paths.shapes,c=k.shape.paths._length,h=0;h<c;h+=1)R.addShape(this.processPath(r[h],v,g,x));k.shape.paths=k.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};function Hp(e){for(var r=e.fStyle?e.fStyle.split(" "):[],s="normal",l="normal",h=r.length,c,v=0;v<h;v+=1)switch(c=r[v].toLowerCase(),c){case"italic":l="italic";break;case"bold":s="700";break;case"black":s="900";break;case"medium":s="500";break;case"regular":case"normal":s="400";break;case"light":case"thin":s="200";break;default:break}return{style:l,weight:e.fWeight||s}}var so=function(){var e=5e3,r={w:0,size:0,shapes:[],data:{shapes:[]}},s=[];s=s.concat([2304,2305,2306,2307,2362,2363,2364,2364,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2387,2388,2389,2390,2391,2402,2403]);var l=127988,h=917631,c=917601,v=917626,x=65039,g=8205,k=127462,R=127487,G=["d83cdffb","d83cdffc","d83cdffd","d83cdffe","d83cdfff"];function T(S){var P=S.split(","),f,y=P.length,H=[];for(f=0;f<y;f+=1)P[f]!=="sans-serif"&&P[f]!=="monospace"&&H.push(P[f]);return H.join(",")}function M(S,P){var f=C("span");f.setAttribute("aria-hidden",!0),f.style.fontFamily=P;var y=C("span");y.innerText="giItT1WQy@!-/#",f.style.position="absolute",f.style.left="-10000px",f.style.top="-10000px",f.style.fontSize="300px",f.style.fontVariant="normal",f.style.fontStyle="normal",f.style.fontWeight="normal",f.style.letterSpacing="0",f.appendChild(y),document.body.appendChild(f);var H=y.offsetWidth;return y.style.fontFamily=T(S)+", "+P,{node:y,w:H,parent:f}}function D(){var S,P=this.fonts.length,f,y,H=P;for(S=0;S<P;S+=1)this.fonts[S].loaded?H-=1:this.fonts[S].fOrigin==="n"||this.fonts[S].origin===0?this.fonts[S].loaded=!0:(f=this.fonts[S].monoCase.node,y=this.fonts[S].monoCase.w,f.offsetWidth!==y?(H-=1,this.fonts[S].loaded=!0):(f=this.fonts[S].sansCase.node,y=this.fonts[S].sansCase.w,f.offsetWidth!==y&&(H-=1,this.fonts[S].loaded=!0)),this.fonts[S].loaded&&(this.fonts[S].sansCase.parent.parentNode.removeChild(this.fonts[S].sansCase.parent),this.fonts[S].monoCase.parent.parentNode.removeChild(this.fonts[S].monoCase.parent)));H!==0&&Date.now()-this.initTime<e?setTimeout(this.checkLoadedFontsBinded,20):setTimeout(this.setIsLoadedBinded,10)}function O(S,P){var f=document.body&&P?"svg":"canvas",y,H=Hp(S);if(f==="svg"){var F=Tt("text");F.style.fontSize="100px",F.setAttribute("font-family",S.fFamily),F.setAttribute("font-style",H.style),F.setAttribute("font-weight",H.weight),F.textContent="1",S.fClass?(F.style.fontFamily="inherit",F.setAttribute("class",S.fClass)):F.style.fontFamily=S.fFamily,P.appendChild(F),y=F}else{var nt=new OffscreenCanvas(500,500).getContext("2d");nt.font=H.style+" "+H.weight+" 100px "+S.fFamily,y=nt}function ft(Et){return f==="svg"?(y.textContent=Et,y.getComputedTextLength()):y.measureText(Et).width}return{measureText:ft}}function z(S,P){if(!S){this.isLoaded=!0;return}if(this.chars){this.isLoaded=!0,this.fonts=S.list;return}if(!document.body){this.isLoaded=!0,S.list.forEach(function(Le){Le.helper=O(Le),Le.cache={}}),this.fonts=S.list;return}var f=S.list,y,H=f.length,F=H;for(y=0;y<H;y+=1){var nt=!0,ft,Et;if(f[y].loaded=!1,f[y].monoCase=M(f[y].fFamily,"monospace"),f[y].sansCase=M(f[y].fFamily,"sans-serif"),!f[y].fPath)f[y].loaded=!0,F-=1;else if(f[y].fOrigin==="p"||f[y].origin===3){if(ft=document.querySelectorAll('style[f-forigin="p"][f-family="'+f[y].fFamily+'"], style[f-origin="3"][f-family="'+f[y].fFamily+'"]'),ft.length>0&&(nt=!1),nt){var Rt=C("style");Rt.setAttribute("f-forigin",f[y].fOrigin),Rt.setAttribute("f-origin",f[y].origin),Rt.setAttribute("f-family",f[y].fFamily),Rt.type="text/css",Rt.innerText="@font-face {font-family: "+f[y].fFamily+"; font-style: normal; src: url('"+f[y].fPath+"');}",P.appendChild(Rt)}}else if(f[y].fOrigin==="g"||f[y].origin===1){for(ft=document.querySelectorAll('link[f-forigin="g"], link[f-origin="1"]'),Et=0;Et<ft.length;Et+=1)ft[Et].href.indexOf(f[y].fPath)!==-1&&(nt=!1);if(nt){var Mt=C("link");Mt.setAttribute("f-forigin",f[y].fOrigin),Mt.setAttribute("f-origin",f[y].origin),Mt.type="text/css",Mt.rel="stylesheet",Mt.href=f[y].fPath,document.body.appendChild(Mt)}}else if(f[y].fOrigin==="t"||f[y].origin===2){for(ft=document.querySelectorAll('script[f-forigin="t"], script[f-origin="2"]'),Et=0;Et<ft.length;Et+=1)f[y].fPath===ft[Et].src&&(nt=!1);if(nt){var Jt=C("link");Jt.setAttribute("f-forigin",f[y].fOrigin),Jt.setAttribute("f-origin",f[y].origin),Jt.setAttribute("rel","stylesheet"),Jt.setAttribute("href",f[y].fPath),P.appendChild(Jt)}}f[y].helper=O(f[y],P),f[y].cache={},this.fonts.push(f[y])}F===0?this.isLoaded=!0:setTimeout(this.checkLoadedFonts.bind(this),100)}function N(S){if(S){this.chars||(this.chars=[]);var P,f=S.length,y,H=this.chars.length,F;for(P=0;P<f;P+=1){for(y=0,F=!1;y<H;)this.chars[y].style===S[P].style&&this.chars[y].fFamily===S[P].fFamily&&this.chars[y].ch===S[P].ch&&(F=!0),y+=1;F||(this.chars.push(S[P]),H+=1)}}}function I(S,P,f){for(var y=0,H=this.chars.length;y<H;){if(this.chars[y].ch===S&&this.chars[y].style===P&&this.chars[y].fFamily===f)return this.chars[y];y+=1}return(typeof S=="string"&&S.charCodeAt(0)!==13||!S)&&console&&console.warn&&!this._warned&&(this._warned=!0,console.warn("Missing character from exported characters list: ",S,P,f)),r}function E(S,P,f){var y=this.getFontByName(P),H=S;if(!y.cache[H]){var F=y.helper;if(S===" "){var nt=F.measureText("|"+S+"|"),ft=F.measureText("||");y.cache[H]=(nt-ft)/100}else y.cache[H]=F.measureText(S)/100}return y.cache[H]*f}function A(S){for(var P=0,f=this.fonts.length;P<f;){if(this.fonts[P].fName===S)return this.fonts[P];P+=1}return this.fonts[0]}function w(S){var P=0,f=S.charCodeAt(0);if(f>=55296&&f<=56319){var y=S.charCodeAt(1);y>=56320&&y<=57343&&(P=(f-55296)*1024+y-56320+65536)}return P}function $(S,P){var f=S.toString(16)+P.toString(16);return G.indexOf(f)!==-1}function U(S){return S===g}function Y(S){return S===x}function tt(S){var P=w(S);return P>=k&&P<=R}function yt(S){return tt(S.substr(0,2))&&tt(S.substr(2,2))}function pt(S){return s.indexOf(S)!==-1}function ot(S,P){var f=w(S.substr(P,2));if(f!==l)return!1;var y=0;for(P+=2;y<5;){if(f=w(S.substr(P,2)),f<c||f>v)return!1;y+=1,P+=2}return w(S.substr(P,2))===h}function xt(){this.isLoaded=!0}var ct=function(){this.fonts=[],this.chars=null,this.typekitLoaded=0,this.isLoaded=!1,this._warned=!1,this.initTime=Date.now(),this.setIsLoadedBinded=this.setIsLoaded.bind(this),this.checkLoadedFontsBinded=this.checkLoadedFonts.bind(this)};ct.isModifier=$,ct.isZeroWidthJoiner=U,ct.isFlagEmoji=yt,ct.isRegionalCode=tt,ct.isCombinedCharacter=pt,ct.isRegionalFlag=ot,ct.isVariationSelector=Y,ct.BLACK_FLAG_CODE_POINT=l;var Q={addChars:N,addFonts:z,getCharData:I,getFontByName:A,measureText:E,checkLoadedFonts:D,setIsLoaded:xt};return ct.prototype=Q,ct}();function Yp(e){this.animationData=e}Yp.prototype.getProp=function(e){return this.animationData.slots&&this.animationData.slots[e.sid]?Object.assign(e,this.animationData.slots[e.sid].p):e};function Gb(e){return new Yp(e)}function kn(){}kn.prototype={initRenderable:function(){this.isInRange=!1,this.hidden=!1,this.isTransparent=!1,this.renderableComponents=[]},addRenderableComponent:function(r){this.renderableComponents.indexOf(r)===-1&&this.renderableComponents.push(r)},removeRenderableComponent:function(r){this.renderableComponents.indexOf(r)!==-1&&this.renderableComponents.splice(this.renderableComponents.indexOf(r),1)},prepareRenderableFrame:function(r){this.checkLayerLimits(r)},checkTransparency:function(){this.finalTransform.mProp.o.v<=0?!this.isTransparent&&this.globalData.renderConfig.hideOnTransparent&&(this.isTransparent=!0,this.hide()):this.isTransparent&&(this.isTransparent=!1,this.show())},checkLayerLimits:function(r){this.data.ip-this.data.st<=r&&this.data.op-this.data.st>r?this.isInRange!==!0&&(this.globalData._mdf=!0,this._mdf=!0,this.isInRange=!0,this.show()):this.isInRange!==!1&&(this.globalData._mdf=!0,this.isInRange=!1,this.hide())},renderRenderable:function(){var r,s=this.renderableComponents.length;for(r=0;r<s;r+=1)this.renderableComponents[r].renderFrame(this._isFirstFrame)},sourceRectAtTime:function(){return{top:0,left:0,width:100,height:100}},getLayerSize:function(){return this.data.ty===5?{w:this.data.textData.width,h:this.data.textData.height}:{w:this.data.width,h:this.data.height}}};var Dd=function(){var e={0:"source-over",1:"multiply",2:"screen",3:"overlay",4:"darken",5:"lighten",6:"color-dodge",7:"color-burn",8:"hard-light",9:"soft-light",10:"difference",11:"exclusion",12:"hue",13:"saturation",14:"color",15:"luminosity"};return function(r){return e[r]||""}}();function Hb(e,r,s){this.p=at.getProp(r,e.v,0,0,s)}function Yb(e,r,s){this.p=at.getProp(r,e.v,0,0,s)}function Wb(e,r,s){this.p=at.getProp(r,e.v,1,0,s)}function jb(e,r,s){this.p=at.getProp(r,e.v,1,0,s)}function Kb(e,r,s){this.p=at.getProp(r,e.v,0,0,s)}function qb(e,r,s){this.p=at.getProp(r,e.v,0,0,s)}function Xb(e,r,s){this.p=at.getProp(r,e.v,0,0,s)}function Zb(){this.p={}}function Wp(e,r){var s=e.ef||[];this.effectElements=[];var l,h=s.length,c;for(l=0;l<h;l+=1)c=new ra(s[l],r),this.effectElements.push(c)}function ra(e,r){this.init(e,r)}L([le],ra),ra.prototype.getValue=ra.prototype.iterateDynamicProperties,ra.prototype.init=function(e,r){this.data=e,this.effectElements=[],this.initDynamicPropertyContainer(r);var s,l=this.data.ef.length,h,c=this.data.ef;for(s=0;s<l;s+=1){switch(h=null,c[s].ty){case 0:h=new Hb(c[s],r,this);break;case 1:h=new Yb(c[s],r,this);break;case 2:h=new Wb(c[s],r,this);break;case 3:h=new jb(c[s],r,this);break;case 4:case 7:h=new Xb(c[s],r,this);break;case 10:h=new Kb(c[s],r,this);break;case 11:h=new qb(c[s],r,this);break;case 5:h=new Wp(c[s],r,this);break;default:h=new Zb(c[s],r,this);break}h&&this.effectElements.push(h)}};function Ei(){}Ei.prototype={checkMasks:function(){if(!this.data.hasMask)return!1;for(var r=0,s=this.data.masksProperties.length;r<s;){if(this.data.masksProperties[r].mode!=="n"&&this.data.masksProperties[r].cl!==!1)return!0;r+=1}return!1},initExpressions:function(){var r=bp();if(r){var s=r("layer"),l=r("effects"),h=r("shape"),c=r("text"),v=r("comp");this.layerInterface=s(this),this.data.hasMask&&this.maskManager&&this.layerInterface.registerMaskInterface(this.maskManager);var x=l.createEffectsInterface(this,this.layerInterface);this.layerInterface.registerEffectsInterface(x),this.data.ty===0||this.data.xt?this.compInterface=v(this):this.data.ty===4?(this.layerInterface.shapeInterface=h(this.shapesData,this.itemsData,this.layerInterface),this.layerInterface.content=this.layerInterface.shapeInterface):this.data.ty===5&&(this.layerInterface.textInterface=c(this),this.layerInterface.text=this.layerInterface.textInterface)}},setBlendMode:function(){var r=Dd(this.data.bm),s=this.baseElement||this.layerElement;s.style["mix-blend-mode"]=r},initBaseData:function(r,s,l){this.globalData=s,this.comp=l,this.data=r,this.layerId=we(),this.data.sr||(this.data.sr=1),this.effectsManager=new Wp(this.data,this,this.dynamicProperties)},getType:function(){return this.type},sourceRectAtTime:function(){}};function Ti(){}Ti.prototype={initFrame:function(){this._isFirstFrame=!1,this.dynamicProperties=[],this._mdf=!1},prepareProperties:function(r,s){var l,h=this.dynamicProperties.length;for(l=0;l<h;l+=1)(s||this._isParent&&this.dynamicProperties[l].propType==="transform")&&(this.dynamicProperties[l].getValue(),this.dynamicProperties[l]._mdf&&(this.globalData._mdf=!0,this._mdf=!0))},addDynamicProperty:function(r){this.dynamicProperties.indexOf(r)===-1&&this.dynamicProperties.push(r)}};function xi(e,r,s){this.initFrame(),this.initRenderable(),this.assetData=r.getAssetData(e.refId),this.footageData=r.imageLoader.getAsset(this.assetData),this.initBaseData(e,r,s)}xi.prototype.prepareFrame=function(){},L([kn,Ei,Ti],xi),xi.prototype.getBaseElement=function(){return null},xi.prototype.renderFrame=function(){},xi.prototype.destroy=function(){},xi.prototype.initExpressions=function(){var e=bp();if(e){var r=e("footage");this.layerInterface=r(this)}},xi.prototype.getFootageData=function(){return this.footageData};function Ne(e,r,s){this.initFrame(),this.initRenderable(),this.assetData=r.getAssetData(e.refId),this.initBaseData(e,r,s),this._isPlaying=!1,this._canPlay=!1;var l=this.globalData.getAssetsPath(this.assetData);this.audio=this.globalData.audioController.createAudio(l),this._currentTime=0,this.globalData.audioController.addAudio(this),this._volumeMultiplier=1,this._volume=1,this._previousVolume=null,this.tm=e.tm?at.getProp(this,e.tm,0,r.frameRate,this):{_placeholder:!0},this.lv=at.getProp(this,e.au&&e.au.lv?e.au.lv:{k:[100]},1,.01,this)}Ne.prototype.prepareFrame=function(e){if(this.prepareRenderableFrame(e,!0),this.prepareProperties(e,!0),this.tm._placeholder)this._currentTime=e/this.data.sr;else{var r=this.tm.v;this._currentTime=r}this._volume=this.lv.v[0];var s=this._volume*this._volumeMultiplier;this._previousVolume!==s&&(this._previousVolume=s,this.audio.volume(s))},L([kn,Ei,Ti],Ne),Ne.prototype.renderFrame=function(){this.isInRange&&this._canPlay&&(this._isPlaying?(!this.audio.playing()||Math.abs(this._currentTime/this.globalData.frameRate-this.audio.seek())>.1)&&this.audio.seek(this._currentTime/this.globalData.frameRate):(this.audio.play(),this.audio.seek(this._currentTime/this.globalData.frameRate),this._isPlaying=!0))},Ne.prototype.show=function(){},Ne.prototype.hide=function(){this.audio.pause(),this._isPlaying=!1},Ne.prototype.pause=function(){this.audio.pause(),this._isPlaying=!1,this._canPlay=!1},Ne.prototype.resume=function(){this._canPlay=!0},Ne.prototype.setRate=function(e){this.audio.rate(e)},Ne.prototype.volume=function(e){this._volumeMultiplier=e,this._previousVolume=e*this._volume,this.audio.volume(this._previousVolume)},Ne.prototype.getBaseElement=function(){return null},Ne.prototype.destroy=function(){},Ne.prototype.sourceRectAtTime=function(){},Ne.prototype.initExpressions=function(){};function ve(){}ve.prototype.checkLayers=function(e){var r,s=this.layers.length,l;for(this.completeLayers=!0,r=s-1;r>=0;r-=1)this.elements[r]||(l=this.layers[r],l.ip-l.st<=e-this.layers[r].st&&l.op-l.st>e-this.layers[r].st&&this.buildItem(r)),this.completeLayers=this.elements[r]?this.completeLayers:!1;this.checkPendingElements()},ve.prototype.createItem=function(e){switch(e.ty){case 2:return this.createImage(e);case 0:return this.createComp(e);case 1:return this.createSolid(e);case 3:return this.createNull(e);case 4:return this.createShape(e);case 5:return this.createText(e);case 6:return this.createAudio(e);case 13:return this.createCamera(e);case 15:return this.createFootage(e);default:return this.createNull(e)}},ve.prototype.createCamera=function(){throw new Error("You're using a 3d camera. Try the html renderer.")},ve.prototype.createAudio=function(e){return new Ne(e,this.globalData,this)},ve.prototype.createFootage=function(e){return new xi(e,this.globalData,this)},ve.prototype.buildAllItems=function(){var e,r=this.layers.length;for(e=0;e<r;e+=1)this.buildItem(e);this.checkPendingElements()},ve.prototype.includeLayers=function(e){this.completeLayers=!1;var r,s=e.length,l,h=this.layers.length;for(r=0;r<s;r+=1)for(l=0;l<h;){if(this.layers[l].id===e[r].id){this.layers[l]=e[r];break}l+=1}},ve.prototype.setProjectInterface=function(e){this.globalData.projectInterface=e},ve.prototype.initItems=function(){this.globalData.progressiveLoad||this.buildAllItems()},ve.prototype.buildElementParenting=function(e,r,s){for(var l=this.elements,h=this.layers,c=0,v=h.length;c<v;)h[c].ind==r&&(!l[c]||l[c]===!0?(this.buildItem(c),this.addPendingElement(e)):(s.push(l[c]),l[c].setAsParent(),h[c].parent!==void 0?this.buildElementParenting(e,h[c].parent,s):e.setHierarchy(s))),c+=1},ve.prototype.addPendingElement=function(e){this.pendingElements.push(e)},ve.prototype.searchExtraCompositions=function(e){var r,s=e.length;for(r=0;r<s;r+=1)if(e[r].xt){var l=this.createComp(e[r]);l.initExpressions(),this.globalData.projectInterface.registerComposition(l)}},ve.prototype.getElementById=function(e){var r,s=this.elements.length;for(r=0;r<s;r+=1)if(this.elements[r].data.ind===e)return this.elements[r];return null},ve.prototype.getElementByPath=function(e){var r=e.shift(),s;if(typeof r=="number")s=this.elements[r];else{var l,h=this.elements.length;for(l=0;l<h;l+=1)if(this.elements[l].data.nm===r){s=this.elements[l];break}}return e.length===0?s:s.getElementByPath(e)},ve.prototype.setupGlobalData=function(e,r){this.globalData.fontManager=new so,this.globalData.slotManager=Gb(e),this.globalData.fontManager.addChars(e.chars),this.globalData.fontManager.addFonts(e.fonts,r),this.globalData.getAssetData=this.animationItem.getAssetData.bind(this.animationItem),this.globalData.getAssetsPath=this.animationItem.getAssetsPath.bind(this.animationItem),this.globalData.imageLoader=this.animationItem.imagePreloader,this.globalData.audioController=this.animationItem.audioController,this.globalData.frameId=0,this.globalData.frameRate=e.fr,this.globalData.nm=e.nm,this.globalData.compSize={w:e.w,h:e.h}};var Qb={TRANSFORM_EFFECT:"transformEFfect"};function Qo(){}Qo.prototype={initTransform:function(){var r=new fe;this.finalTransform={mProp:this.data.ks?Ld.getTransformProperty(this,this.data.ks,this):{o:0},_matMdf:!1,_localMatMdf:!1,_opMdf:!1,mat:r,localMat:r,localOpacity:1},this.data.ao&&(this.finalTransform.mProp.autoOriented=!0),this.data.ty},renderTransform:function(){if(this.finalTransform._opMdf=this.finalTransform.mProp.o._mdf||this._isFirstFrame,this.finalTransform._matMdf=this.finalTransform.mProp._mdf||this._isFirstFrame,this.hierarchy){var r,s=this.finalTransform.mat,l=0,h=this.hierarchy.length;if(!this.finalTransform._matMdf)for(;l<h;){if(this.hierarchy[l].finalTransform.mProp._mdf){this.finalTransform._matMdf=!0;break}l+=1}if(this.finalTransform._matMdf)for(r=this.finalTransform.mProp.v.props,s.cloneFromProps(r),l=0;l<h;l+=1)s.multiply(this.hierarchy[l].finalTransform.mProp.v)}this.finalTransform._matMdf&&(this.finalTransform._localMatMdf=this.finalTransform._matMdf),this.finalTransform._opMdf&&(this.finalTransform.localOpacity=this.finalTransform.mProp.o.v)},renderLocalTransform:function(){if(this.localTransforms){var r=0,s=this.localTransforms.length;if(this.finalTransform._localMatMdf=this.finalTransform._matMdf,!this.finalTransform._localMatMdf||!this.finalTransform._opMdf)for(;r<s;)this.localTransforms[r]._mdf&&(this.finalTransform._localMatMdf=!0),this.localTransforms[r]._opMdf&&!this.finalTransform._opMdf&&(this.finalTransform.localOpacity=this.finalTransform.mProp.o.v,this.finalTransform._opMdf=!0),r+=1;if(this.finalTransform._localMatMdf){var l=this.finalTransform.localMat;for(this.localTransforms[0].matrix.clone(l),r=1;r<s;r+=1){var h=this.localTransforms[r].matrix;l.multiply(h)}l.multiply(this.finalTransform.mat)}if(this.finalTransform._opMdf){var c=this.finalTransform.localOpacity;for(r=0;r<s;r+=1)c*=this.localTransforms[r].opacity*.01;this.finalTransform.localOpacity=c}}},searchEffectTransforms:function(){if(this.renderableEffectsManager){var r=this.renderableEffectsManager.getEffects(Qb.TRANSFORM_EFFECT);if(r.length){this.localTransforms=[],this.finalTransform.localMat=new fe;var s=0,l=r.length;for(s=0;s<l;s+=1)this.localTransforms.push(r[s])}}},globalToLocal:function(r){var s=[];s.push(this.finalTransform);for(var l=!0,h=this.comp;l;)h.finalTransform?(h.data.hasMask&&s.splice(0,0,h.finalTransform),h=h.comp):l=!1;var c,v=s.length,x;for(c=0;c<v;c+=1)x=s[c].mat.applyToPointArray(0,0,0),r=[r[0]-x[0],r[1]-x[1],0];return r},mHelper:new fe};function ao(e,r,s){this.data=e,this.element=r,this.globalData=s,this.storedData=[],this.masksProperties=this.data.masksProperties||[],this.maskElement=null;var l=this.globalData.defs,h,c=this.masksProperties?this.masksProperties.length:0;this.viewData=rt(c),this.solidPath="";var v,x=this.masksProperties,g=0,k=[],R,G,T=we(),M,D,O,z,N="clipPath",I="clip-path";for(h=0;h<c;h+=1)if((x[h].mode!=="a"&&x[h].mode!=="n"||x[h].inv||x[h].o.k!==100||x[h].o.x)&&(N="mask",I="mask"),(x[h].mode==="s"||x[h].mode==="i")&&g===0?(M=Tt("rect"),M.setAttribute("fill","#ffffff"),M.setAttribute("width",this.element.comp.data.w||0),M.setAttribute("height",this.element.comp.data.h||0),k.push(M)):M=null,v=Tt("path"),x[h].mode==="n")this.viewData[h]={op:at.getProp(this.element,x[h].o,0,.01,this.element),prop:xn.getShapeProp(this.element,x[h],3),elem:v,lastPath:""},l.appendChild(v);else{g+=1,v.setAttribute("fill",x[h].mode==="s"?"#000000":"#ffffff"),v.setAttribute("clip-rule","nonzero");var E;if(x[h].x.k!==0?(N="mask",I="mask",z=at.getProp(this.element,x[h].x,0,null,this.element),E=we(),D=Tt("filter"),D.setAttribute("id",E),O=Tt("feMorphology"),O.setAttribute("operator","erode"),O.setAttribute("in","SourceGraphic"),O.setAttribute("radius","0"),D.appendChild(O),l.appendChild(D),v.setAttribute("stroke",x[h].mode==="s"?"#000000":"#ffffff")):(O=null,z=null),this.storedData[h]={elem:v,x:z,expan:O,lastPath:"",lastOperator:"",filterId:E,lastRadius:0},x[h].mode==="i"){G=k.length;var A=Tt("g");for(R=0;R<G;R+=1)A.appendChild(k[R]);var w=Tt("mask");w.setAttribute("mask-type","alpha"),w.setAttribute("id",T+"_"+g),w.appendChild(v),l.appendChild(w),A.setAttribute("mask","url("+b()+"#"+T+"_"+g+")"),k.length=0,k.push(A)}else k.push(v);x[h].inv&&!this.solidPath&&(this.solidPath=this.createLayerSolidPath()),this.viewData[h]={elem:v,lastPath:"",op:at.getProp(this.element,x[h].o,0,.01,this.element),prop:xn.getShapeProp(this.element,x[h],3),invRect:M},this.viewData[h].prop.k||this.drawPath(x[h],this.viewData[h].prop.v,this.viewData[h])}for(this.maskElement=Tt(N),c=k.length,h=0;h<c;h+=1)this.maskElement.appendChild(k[h]);g>0&&(this.maskElement.setAttribute("id",T),this.element.maskedElement.setAttribute(I,"url("+b()+"#"+T+")"),l.appendChild(this.maskElement)),this.viewData.length&&this.element.addRenderableComponent(this)}ao.prototype.getMaskProperty=function(e){return this.viewData[e].prop},ao.prototype.renderFrame=function(e){var r=this.element.finalTransform.mat,s,l=this.masksProperties.length;for(s=0;s<l;s+=1)if((this.viewData[s].prop._mdf||e)&&this.drawPath(this.masksProperties[s],this.viewData[s].prop.v,this.viewData[s]),(this.viewData[s].op._mdf||e)&&this.viewData[s].elem.setAttribute("fill-opacity",this.viewData[s].op.v),this.masksProperties[s].mode!=="n"&&(this.viewData[s].invRect&&(this.element.finalTransform.mProp._mdf||e)&&this.viewData[s].invRect.setAttribute("transform",r.getInverseMatrix().to2dCSS()),this.storedData[s].x&&(this.storedData[s].x._mdf||e))){var h=this.storedData[s].expan;this.storedData[s].x.v<0?(this.storedData[s].lastOperator!=="erode"&&(this.storedData[s].lastOperator="erode",this.storedData[s].elem.setAttribute("filter","url("+b()+"#"+this.storedData[s].filterId+")")),h.setAttribute("radius",-this.storedData[s].x.v)):(this.storedData[s].lastOperator!=="dilate"&&(this.storedData[s].lastOperator="dilate",this.storedData[s].elem.setAttribute("filter",null)),this.storedData[s].elem.setAttribute("stroke-width",this.storedData[s].x.v*2))}},ao.prototype.getMaskelement=function(){return this.maskElement},ao.prototype.createLayerSolidPath=function(){var e="M0,0 ";return e+=" h"+this.globalData.compSize.w,e+=" v"+this.globalData.compSize.h,e+=" h-"+this.globalData.compSize.w,e+=" v-"+this.globalData.compSize.h+" ",e},ao.prototype.drawPath=function(e,r,s){var l=" M"+r.v[0][0]+","+r.v[0][1],h,c;for(c=r._length,h=1;h<c;h+=1)l+=" C"+r.o[h-1][0]+","+r.o[h-1][1]+" "+r.i[h][0]+","+r.i[h][1]+" "+r.v[h][0]+","+r.v[h][1];if(r.c&&c>1&&(l+=" C"+r.o[h-1][0]+","+r.o[h-1][1]+" "+r.i[0][0]+","+r.i[0][1]+" "+r.v[0][0]+","+r.v[0][1]),s.lastPath!==l){var v="";s.elem&&(r.c&&(v=e.inv?this.solidPath+l:l),s.elem.setAttribute("d",v)),s.lastPath=l}},ao.prototype.destroy=function(){this.element=null,this.globalData=null,this.maskElement=null,this.data=null,this.masksProperties=null};var ia=function(){var e={};e.createFilter=r,e.createAlphaToLuminanceFilter=s;function r(l,h){var c=Tt("filter");return c.setAttribute("id",l),h!==!0&&(c.setAttribute("filterUnits","objectBoundingBox"),c.setAttribute("x","0%"),c.setAttribute("y","0%"),c.setAttribute("width","100%"),c.setAttribute("height","100%")),c}function s(){var l=Tt("feColorMatrix");return l.setAttribute("type","matrix"),l.setAttribute("color-interpolation-filters","sRGB"),l.setAttribute("values","0 0 0 1 0  0 0 0 1 0  0 0 0 1 0  0 0 0 1 1"),l}return e}(),jp=function(){var e={maskType:!0,svgLumaHidden:!0,offscreenCanvas:typeof OffscreenCanvas<"u"};return(/MSIE 10/i.test(navigator.userAgent)||/MSIE 9/i.test(navigator.userAgent)||/rv:11.0/i.test(navigator.userAgent)||/Edge\/\d./i.test(navigator.userAgent))&&(e.maskType=!1),/firefox/i.test(navigator.userAgent)&&(e.svgLumaHidden=!1),e}(),wn={},Kp="filter_result_";function $d(e){var r,s="SourceGraphic",l=e.data.ef?e.data.ef.length:0,h=we(),c=ia.createFilter(h,!0),v=0;this.filters=[];var x;for(r=0;r<l;r+=1){x=null;var g=e.data.ef[r].ty;if(wn[g]){var k=wn[g].effect;x=new k(c,e.effectsManager.effectElements[r],e,Kp+v,s),s=Kp+v,wn[g].countsAsEffect&&(v+=1)}x&&this.filters.push(x)}v&&(e.globalData.defs.appendChild(c),e.layerElement.setAttribute("filter","url("+b()+"#"+h+")")),this.filters.length&&e.addRenderableComponent(this)}$d.prototype.renderFrame=function(e){var r,s=this.filters.length;for(r=0;r<s;r+=1)this.filters[r].renderFrame(e)},$d.prototype.getEffects=function(e){var r,s=this.filters.length,l=[];for(r=0;r<s;r+=1)this.filters[r].type===e&&l.push(this.filters[r]);return l};function GA(e,r,s){wn[e]={effect:r,countsAsEffect:s}}function oa(){}oa.prototype={initRendererElement:function(){this.layerElement=Tt("g")},createContainerElements:function(){this.matteElement=Tt("g"),this.transformedElement=this.layerElement,this.maskedElement=this.layerElement,this._sizeChanged=!1;var r=null;if(this.data.td){this.matteMasks={};var s=Tt("g");s.setAttribute("id",this.layerId),s.appendChild(this.layerElement),r=s,this.globalData.defs.appendChild(s)}else this.data.tt?(this.matteElement.appendChild(this.layerElement),r=this.matteElement,this.baseElement=this.matteElement):this.baseElement=this.layerElement;if(this.data.ln&&this.layerElement.setAttribute("id",this.data.ln),this.data.cl&&this.layerElement.setAttribute("class",this.data.cl),this.data.ty===0&&!this.data.hd){var l=Tt("clipPath"),h=Tt("path");h.setAttribute("d","M0,0 L"+this.data.w+",0 L"+this.data.w+","+this.data.h+" L0,"+this.data.h+"z");var c=we();if(l.setAttribute("id",c),l.appendChild(h),this.globalData.defs.appendChild(l),this.checkMasks()){var v=Tt("g");v.setAttribute("clip-path","url("+b()+"#"+c+")"),v.appendChild(this.layerElement),this.transformedElement=v,r?r.appendChild(this.transformedElement):this.baseElement=this.transformedElement}else this.layerElement.setAttribute("clip-path","url("+b()+"#"+c+")")}this.data.bm!==0&&this.setBlendMode()},renderElement:function(){this.finalTransform._localMatMdf&&this.transformedElement.setAttribute("transform",this.finalTransform.localMat.to2dCSS()),this.finalTransform._opMdf&&this.transformedElement.setAttribute("opacity",this.finalTransform.localOpacity)},destroyBaseElement:function(){this.layerElement=null,this.matteElement=null,this.maskManager.destroy()},getBaseElement:function(){return this.data.hd?null:this.baseElement},createRenderableComponents:function(){this.maskManager=new ao(this.data,this,this.globalData),this.renderableEffectsManager=new $d(this),this.searchEffectTransforms()},getMatte:function(r){if(this.matteMasks||(this.matteMasks={}),!this.matteMasks[r]){var s=this.layerId+"_"+r,l,h,c,v;if(r===1||r===3){var x=Tt("mask");x.setAttribute("id",s),x.setAttribute("mask-type",r===3?"luminance":"alpha"),c=Tt("use"),c.setAttributeNS("http://www.w3.org/1999/xlink","href","#"+this.layerId),x.appendChild(c),this.globalData.defs.appendChild(x),!jp.maskType&&r===1&&(x.setAttribute("mask-type","luminance"),l=we(),h=ia.createFilter(l),this.globalData.defs.appendChild(h),h.appendChild(ia.createAlphaToLuminanceFilter()),v=Tt("g"),v.appendChild(c),x.appendChild(v),v.setAttribute("filter","url("+b()+"#"+l+")"))}else if(r===2){var g=Tt("mask");g.setAttribute("id",s),g.setAttribute("mask-type","alpha");var k=Tt("g");g.appendChild(k),l=we(),h=ia.createFilter(l);var R=Tt("feComponentTransfer");R.setAttribute("in","SourceGraphic"),h.appendChild(R);var G=Tt("feFuncA");G.setAttribute("type","table"),G.setAttribute("tableValues","1.0 0.0"),R.appendChild(G),this.globalData.defs.appendChild(h);var T=Tt("rect");T.setAttribute("width",this.comp.data.w),T.setAttribute("height",this.comp.data.h),T.setAttribute("x","0"),T.setAttribute("y","0"),T.setAttribute("fill","#ffffff"),T.setAttribute("opacity","0"),k.setAttribute("filter","url("+b()+"#"+l+")"),k.appendChild(T),c=Tt("use"),c.setAttributeNS("http://www.w3.org/1999/xlink","href","#"+this.layerId),k.appendChild(c),jp.maskType||(g.setAttribute("mask-type","luminance"),h.appendChild(ia.createAlphaToLuminanceFilter()),v=Tt("g"),k.appendChild(T),v.appendChild(this.layerElement),k.appendChild(v)),this.globalData.defs.appendChild(g)}this.matteMasks[r]=s}return this.matteMasks[r]},setMatte:function(r){this.matteElement&&this.matteElement.setAttribute("mask","url("+b()+"#"+r+")")}};function Jo(){}Jo.prototype={initHierarchy:function(){this.hierarchy=[],this._isParent=!1,this.checkParenting()},setHierarchy:function(r){this.hierarchy=r},setAsParent:function(){this._isParent=!0},checkParenting:function(){this.data.parent!==void 0&&this.comp.buildElementParenting(this,this.data.parent,[])}};function sa(){}(function(){var e={initElement:function(s,l,h){this.initFrame(),this.initBaseData(s,l,h),this.initTransform(s,l,h),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide()},hide:function(){if(!this.hidden&&(!this.isInRange||this.isTransparent)){var s=this.baseElement||this.layerElement;s.style.display="none",this.hidden=!0}},show:function(){if(this.isInRange&&!this.isTransparent){if(!this.data.hd){var s=this.baseElement||this.layerElement;s.style.display="block"}this.hidden=!1,this._isFirstFrame=!0}},renderFrame:function(){this.data.hd||this.hidden||(this.renderTransform(),this.renderRenderable(),this.renderLocalTransform(),this.renderElement(),this.renderInnerContent(),this._isFirstFrame&&(this._isFirstFrame=!1))},renderInnerContent:function(){},prepareFrame:function(s){this._mdf=!1,this.prepareRenderableFrame(s),this.prepareProperties(s,this.isInRange),this.checkTransparency()},destroy:function(){this.innerElem=null,this.destroyBaseElement()}};L([kn,q(e)],sa)})();function aa(e,r,s){this.assetData=r.getAssetData(e.refId),this.assetData&&this.assetData.sid&&(this.assetData=r.slotManager.getProp(this.assetData)),this.initElement(e,r,s),this.sourceRect={top:0,left:0,width:this.assetData.w,height:this.assetData.h}}L([Ei,Qo,oa,Jo,Ti,sa],aa),aa.prototype.createContent=function(){var e=this.globalData.getAssetsPath(this.assetData);this.innerElem=Tt("image"),this.innerElem.setAttribute("width",this.assetData.w+"px"),this.innerElem.setAttribute("height",this.assetData.h+"px"),this.innerElem.setAttribute("preserveAspectRatio",this.assetData.pr||this.globalData.renderConfig.imagePreserveAspectRatio),this.innerElem.setAttributeNS("http://www.w3.org/1999/xlink","href",e),this.layerElement.appendChild(this.innerElem)},aa.prototype.sourceRectAtTime=function(){return this.sourceRect};function Jb(e,r){this.elem=e,this.pos=r}function qp(){}qp.prototype={addShapeToModifiers:function(r){var s,l=this.shapeModifiers.length;for(s=0;s<l;s+=1)this.shapeModifiers[s].addShape(r)},isShapeInAnimatedModifiers:function(r){for(var s=0,l=this.shapeModifiers.length;s<l;)if(this.shapeModifiers[s].isAnimatedWithShape(r))return!0;return!1},renderModifiers:function(){if(this.shapeModifiers.length){var r,s=this.shapes.length;for(r=0;r<s;r+=1)this.shapes[r].sh.reset();s=this.shapeModifiers.length;var l;for(r=s-1;r>=0&&(l=this.shapeModifiers[r].processShapes(this._isFirstFrame),!l);r-=1);}},searchProcessedElement:function(r){for(var s=this.processedElements,l=0,h=s.length;l<h;){if(s[l].elem===r)return s[l].pos;l+=1}return 0},addProcessedElement:function(r,s){for(var l=this.processedElements,h=l.length;h;)if(h-=1,l[h].elem===r){l[h].pos=s;return}l.push(new Jb(r,s))},prepareFrame:function(r){this.prepareRenderableFrame(r),this.prepareProperties(r,this.isInRange)}};var Xp={1:"butt",2:"round",3:"square"},Zp={1:"miter",2:"round",3:"bevel"};function Qp(e,r,s){this.caches=[],this.styles=[],this.transformers=e,this.lStr="",this.sh=s,this.lvl=r,this._isAnimated=!!s.k;for(var l=0,h=e.length;l<h;){if(e[l].mProps.dynamicProperties.length){this._isAnimated=!0;break}l+=1}}Qp.prototype.setAsAnimated=function(){this._isAnimated=!0};function Jp(e,r){this.data=e,this.type=e.ty,this.d="",this.lvl=r,this._mdf=!1,this.closed=e.hd===!0,this.pElem=Tt("path"),this.msElem=null}Jp.prototype.reset=function(){this.d="",this._mdf=!1};function Nn(e,r,s,l){this.elem=e,this.frameId=-1,this.dataProps=rt(r.length),this.renderer=s,this.k=!1,this.dashStr="",this.dashArray=X("float32",r.length?r.length-1:0),this.dashoffset=X("float32",1),this.initDynamicPropertyContainer(l);var h,c=r.length||0,v;for(h=0;h<c;h+=1)v=at.getProp(e,r[h].v,0,0,this),this.k=v.k||this.k,this.dataProps[h]={n:r[h].n,p:v};this.k||this.getValue(!0),this._isAnimated=this.k}Nn.prototype.getValue=function(e){if(!(this.elem.globalData.frameId===this.frameId&&!e)&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf=this._mdf||e,this._mdf)){var r=0,s=this.dataProps.length;for(this.renderer==="svg"&&(this.dashStr=""),r=0;r<s;r+=1)this.dataProps[r].n!=="o"?this.renderer==="svg"?this.dashStr+=" "+this.dataProps[r].p.v:this.dashArray[r]=this.dataProps[r].p.v:this.dashoffset[0]=this.dataProps[r].p.v}},L([le],Nn);function tm(e,r,s){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.o=at.getProp(e,r.o,0,.01,this),this.w=at.getProp(e,r.w,0,null,this),this.d=new Nn(e,r.d||{},"svg",this),this.c=at.getProp(e,r.c,1,255,this),this.style=s,this._isAnimated=!!this._isAnimated}L([le],tm);function em(e,r,s){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.o=at.getProp(e,r.o,0,.01,this),this.c=at.getProp(e,r.c,1,255,this),this.style=s}L([le],em);function rm(e,r,s){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.style=s}L([le],rm);function na(e,r,s){this.data=r,this.c=X("uint8c",r.p*4);var l=r.k.k[0].s?r.k.k[0].s.length-r.p*4:r.k.k.length-r.p*4;this.o=X("float32",l),this._cmdf=!1,this._omdf=!1,this._collapsable=this.checkCollapsable(),this._hasOpacity=l,this.initDynamicPropertyContainer(s),this.prop=at.getProp(e,r.k,1,null,this),this.k=this.prop.k,this.getValue(!0)}na.prototype.comparePoints=function(e,r){for(var s=0,l=this.o.length/2,h;s<l;){if(h=Math.abs(e[s*4]-e[r*4+s*2]),h>.01)return!1;s+=1}return!0},na.prototype.checkCollapsable=function(){if(this.o.length/2!==this.c.length/4)return!1;if(this.data.k.k[0].s)for(var e=0,r=this.data.k.k.length;e<r;){if(!this.comparePoints(this.data.k.k[e].s,this.data.p))return!1;e+=1}else if(!this.comparePoints(this.data.k.k,this.data.p))return!1;return!0},na.prototype.getValue=function(e){if(this.prop.getValue(),this._mdf=!1,this._cmdf=!1,this._omdf=!1,this.prop._mdf||e){var r,s=this.data.p*4,l,h;for(r=0;r<s;r+=1)l=r%4===0?100:255,h=Math.round(this.prop.v[r]*l),this.c[r]!==h&&(this.c[r]=h,this._cmdf=!e);if(this.o.length)for(s=this.prop.v.length,r=this.data.p*4;r<s;r+=1)l=r%2===0?100:1,h=r%2===0?Math.round(this.prop.v[r]*100):this.prop.v[r],this.o[r-this.data.p*4]!==h&&(this.o[r-this.data.p*4]=h,this._omdf=!e);this._mdf=!e}},L([le],na);function ts(e,r,s){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.initGradientData(e,r,s)}ts.prototype.initGradientData=function(e,r,s){this.o=at.getProp(e,r.o,0,.01,this),this.s=at.getProp(e,r.s,1,null,this),this.e=at.getProp(e,r.e,1,null,this),this.h=at.getProp(e,r.h||{k:0},0,.01,this),this.a=at.getProp(e,r.a||{k:0},0,Ct,this),this.g=new na(e,r.g,this),this.style=s,this.stops=[],this.setGradientData(s.pElem,r),this.setGradientOpacity(r,s),this._isAnimated=!!this._isAnimated},ts.prototype.setGradientData=function(e,r){var s=we(),l=Tt(r.t===1?"linearGradient":"radialGradient");l.setAttribute("id",s),l.setAttribute("spreadMethod","pad"),l.setAttribute("gradientUnits","userSpaceOnUse");var h=[],c,v,x;for(x=r.g.p*4,v=0;v<x;v+=4)c=Tt("stop"),l.appendChild(c),h.push(c);e.setAttribute(r.ty==="gf"?"fill":"stroke","url("+b()+"#"+s+")"),this.gf=l,this.cst=h},ts.prototype.setGradientOpacity=function(e,r){if(this.g._hasOpacity&&!this.g._collapsable){var s,l,h,c=Tt("mask"),v=Tt("path");c.appendChild(v);var x=we(),g=we();c.setAttribute("id",g);var k=Tt(e.t===1?"linearGradient":"radialGradient");k.setAttribute("id",x),k.setAttribute("spreadMethod","pad"),k.setAttribute("gradientUnits","userSpaceOnUse"),h=e.g.k.k[0].s?e.g.k.k[0].s.length:e.g.k.k.length;var R=this.stops;for(l=e.g.p*4;l<h;l+=2)s=Tt("stop"),s.setAttribute("stop-color","rgb(255,255,255)"),k.appendChild(s),R.push(s);v.setAttribute(e.ty==="gf"?"fill":"stroke","url("+b()+"#"+x+")"),e.ty==="gs"&&(v.setAttribute("stroke-linecap",Xp[e.lc||2]),v.setAttribute("stroke-linejoin",Zp[e.lj||2]),e.lj===1&&v.setAttribute("stroke-miterlimit",e.ml)),this.of=k,this.ms=c,this.ost=R,this.maskId=g,r.msElem=v}},L([le],ts);function im(e,r,s){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.w=at.getProp(e,r.w,0,null,this),this.d=new Nn(e,r.d||{},"svg",this),this.initGradientData(e,r,s),this._isAnimated=!!this._isAnimated}L([ts,le],im);function ty(){this.it=[],this.prevViewData=[],this.gr=Tt("g")}function ey(e,r,s){this.transform={mProps:e,op:r,container:s},this.elements=[],this._isAnimated=this.transform.mProps.dynamicProperties.length||this.transform.op.effectsSequence.length}var om=function(r,s,l,h){if(s===0)return"";var c=r.o,v=r.i,x=r.v,g,k=" M"+h.applyToPointStringified(x[0][0],x[0][1]);for(g=1;g<s;g+=1)k+=" C"+h.applyToPointStringified(c[g-1][0],c[g-1][1])+" "+h.applyToPointStringified(v[g][0],v[g][1])+" "+h.applyToPointStringified(x[g][0],x[g][1]);return l&&s&&(k+=" C"+h.applyToPointStringified(c[g-1][0],c[g-1][1])+" "+h.applyToPointStringified(v[0][0],v[0][1])+" "+h.applyToPointStringified(x[0][0],x[0][1]),k+="z"),k},ry=function(){var e=new fe,r=new fe,s={createRenderFunction:l};function l(G){switch(G.ty){case"fl":return x;case"gf":return k;case"gs":return g;case"st":return R;case"sh":case"el":case"rc":case"sr":return v;case"tr":return h;case"no":return c;default:return null}}function h(G,T,M){(M||T.transform.op._mdf)&&T.transform.container.setAttribute("opacity",T.transform.op.v),(M||T.transform.mProps._mdf)&&T.transform.container.setAttribute("transform",T.transform.mProps.v.to2dCSS())}function c(){}function v(G,T,M){var D,O,z,N,I,E,A=T.styles.length,w=T.lvl,$,U,Y,tt;for(E=0;E<A;E+=1){if(N=T.sh._mdf||M,T.styles[E].lvl<w){for(U=r.reset(),Y=w-T.styles[E].lvl,tt=T.transformers.length-1;!N&&Y>0;)N=T.transformers[tt].mProps._mdf||N,Y-=1,tt-=1;if(N)for(Y=w-T.styles[E].lvl,tt=T.transformers.length-1;Y>0;)U.multiply(T.transformers[tt].mProps.v),Y-=1,tt-=1}else U=e;if($=T.sh.paths,O=$._length,N){for(z="",D=0;D<O;D+=1)I=$.shapes[D],I&&I._length&&(z+=om(I,I._length,I.c,U));T.caches[E]=z}else z=T.caches[E];T.styles[E].d+=G.hd===!0?"":z,T.styles[E]._mdf=N||T.styles[E]._mdf}}function x(G,T,M){var D=T.style;(T.c._mdf||M)&&D.pElem.setAttribute("fill","rgb("+ne(T.c.v[0])+","+ne(T.c.v[1])+","+ne(T.c.v[2])+")"),(T.o._mdf||M)&&D.pElem.setAttribute("fill-opacity",T.o.v)}function g(G,T,M){k(G,T,M),R(G,T,M)}function k(G,T,M){var D=T.gf,O=T.g._hasOpacity,z=T.s.v,N=T.e.v;if(T.o._mdf||M){var I=G.ty==="gf"?"fill-opacity":"stroke-opacity";T.style.pElem.setAttribute(I,T.o.v)}if(T.s._mdf||M){var E=G.t===1?"x1":"cx",A=E==="x1"?"y1":"cy";D.setAttribute(E,z[0]),D.setAttribute(A,z[1]),O&&!T.g._collapsable&&(T.of.setAttribute(E,z[0]),T.of.setAttribute(A,z[1]))}var w,$,U,Y;if(T.g._cmdf||M){w=T.cst;var tt=T.g.c;for(U=w.length,$=0;$<U;$+=1)Y=w[$],Y.setAttribute("offset",tt[$*4]+"%"),Y.setAttribute("stop-color","rgb("+tt[$*4+1]+","+tt[$*4+2]+","+tt[$*4+3]+")")}if(O&&(T.g._omdf||M)){var yt=T.g.o;for(T.g._collapsable?w=T.cst:w=T.ost,U=w.length,$=0;$<U;$+=1)Y=w[$],T.g._collapsable||Y.setAttribute("offset",yt[$*2]+"%"),Y.setAttribute("stop-opacity",yt[$*2+1])}if(G.t===1)(T.e._mdf||M)&&(D.setAttribute("x2",N[0]),D.setAttribute("y2",N[1]),O&&!T.g._collapsable&&(T.of.setAttribute("x2",N[0]),T.of.setAttribute("y2",N[1])));else{var pt;if((T.s._mdf||T.e._mdf||M)&&(pt=Math.sqrt(Math.pow(z[0]-N[0],2)+Math.pow(z[1]-N[1],2)),D.setAttribute("r",pt),O&&!T.g._collapsable&&T.of.setAttribute("r",pt)),T.e._mdf||T.h._mdf||T.a._mdf||M){pt||(pt=Math.sqrt(Math.pow(z[0]-N[0],2)+Math.pow(z[1]-N[1],2)));var ot=Math.atan2(N[1]-z[1],N[0]-z[0]),xt=T.h.v;xt>=1?xt=.99:xt<=-1&&(xt=-.99);var ct=pt*xt,Q=Math.cos(ot+T.a.v)*ct+z[0],S=Math.sin(ot+T.a.v)*ct+z[1];D.setAttribute("fx",Q),D.setAttribute("fy",S),O&&!T.g._collapsable&&(T.of.setAttribute("fx",Q),T.of.setAttribute("fy",S))}}}function R(G,T,M){var D=T.style,O=T.d;O&&(O._mdf||M)&&O.dashStr&&(D.pElem.setAttribute("stroke-dasharray",O.dashStr),D.pElem.setAttribute("stroke-dashoffset",O.dashoffset[0])),T.c&&(T.c._mdf||M)&&D.pElem.setAttribute("stroke","rgb("+ne(T.c.v[0])+","+ne(T.c.v[1])+","+ne(T.c.v[2])+")"),(T.o._mdf||M)&&D.pElem.setAttribute("stroke-opacity",T.o.v),(T.w._mdf||M)&&(D.pElem.setAttribute("stroke-width",T.w.v),D.msElem&&D.msElem.setAttribute("stroke-width",T.w.v))}return s}();function Kt(e,r,s){this.shapes=[],this.shapesData=e.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.initElement(e,r,s),this.prevViewData=[]}L([Ei,Qo,oa,qp,Jo,Ti,sa],Kt),Kt.prototype.initSecondaryElement=function(){},Kt.prototype.identityMatrix=new fe,Kt.prototype.buildExpressionInterface=function(){},Kt.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes()},Kt.prototype.filterUniqueShapes=function(){var e,r=this.shapes.length,s,l,h=this.stylesList.length,c,v=[],x=!1;for(l=0;l<h;l+=1){for(c=this.stylesList[l],x=!1,v.length=0,e=0;e<r;e+=1)s=this.shapes[e],s.styles.indexOf(c)!==-1&&(v.push(s),x=s._isAnimated||x);v.length>1&&x&&this.setShapesAsAnimated(v)}},Kt.prototype.setShapesAsAnimated=function(e){var r,s=e.length;for(r=0;r<s;r+=1)e[r].setAsAnimated()},Kt.prototype.createStyleElement=function(e,r){var s,l=new Jp(e,r),h=l.pElem;if(e.ty==="st")s=new tm(this,e,l);else if(e.ty==="fl")s=new em(this,e,l);else if(e.ty==="gf"||e.ty==="gs"){var c=e.ty==="gf"?ts:im;s=new c(this,e,l),this.globalData.defs.appendChild(s.gf),s.maskId&&(this.globalData.defs.appendChild(s.ms),this.globalData.defs.appendChild(s.of),h.setAttribute("mask","url("+b()+"#"+s.maskId+")"))}else e.ty==="no"&&(s=new rm(this,e,l));return(e.ty==="st"||e.ty==="gs")&&(h.setAttribute("stroke-linecap",Xp[e.lc||2]),h.setAttribute("stroke-linejoin",Zp[e.lj||2]),h.setAttribute("fill-opacity","0"),e.lj===1&&h.setAttribute("stroke-miterlimit",e.ml)),e.r===2&&h.setAttribute("fill-rule","evenodd"),e.ln&&h.setAttribute("id",e.ln),e.cl&&h.setAttribute("class",e.cl),e.bm&&(h.style["mix-blend-mode"]=Dd(e.bm)),this.stylesList.push(l),this.addToAnimatedContents(e,s),s},Kt.prototype.createGroupElement=function(e){var r=new ty;return e.ln&&r.gr.setAttribute("id",e.ln),e.cl&&r.gr.setAttribute("class",e.cl),e.bm&&(r.gr.style["mix-blend-mode"]=Dd(e.bm)),r},Kt.prototype.createTransformElement=function(e,r){var s=Ld.getTransformProperty(this,e,this),l=new ey(s,s.o,r);return this.addToAnimatedContents(e,l),l},Kt.prototype.createShapeElement=function(e,r,s){var l=4;e.ty==="rc"?l=5:e.ty==="el"?l=6:e.ty==="sr"&&(l=7);var h=xn.getShapeProp(this,e,l,this),c=new Qp(r,s,h);return this.shapes.push(c),this.addShapeToModifiers(c),this.addToAnimatedContents(e,c),c},Kt.prototype.addToAnimatedContents=function(e,r){for(var s=0,l=this.animatedContents.length;s<l;){if(this.animatedContents[s].element===r)return;s+=1}this.animatedContents.push({fn:ry.createRenderFunction(e),element:r,data:e})},Kt.prototype.setElementStyles=function(e){var r=e.styles,s,l=this.stylesList.length;for(s=0;s<l;s+=1)this.stylesList[s].closed||r.push(this.stylesList[s])},Kt.prototype.reloadShapes=function(){this._isFirstFrame=!0;var e,r=this.itemsData.length;for(e=0;e<r;e+=1)this.prevViewData[e]=this.itemsData[e];for(this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes(),r=this.dynamicProperties.length,e=0;e<r;e+=1)this.dynamicProperties[e].getValue();this.renderModifiers()},Kt.prototype.searchShapes=function(e,r,s,l,h,c,v){var x=[].concat(c),g,k=e.length-1,R,G,T=[],M=[],D,O,z;for(g=k;g>=0;g-=1){if(z=this.searchProcessedElement(e[g]),z?r[g]=s[z-1]:e[g]._render=v,e[g].ty==="fl"||e[g].ty==="st"||e[g].ty==="gf"||e[g].ty==="gs"||e[g].ty==="no")z?r[g].style.closed=!1:r[g]=this.createStyleElement(e[g],h),e[g]._render&&r[g].style.pElem.parentNode!==l&&l.appendChild(r[g].style.pElem),T.push(r[g].style);else if(e[g].ty==="gr"){if(!z)r[g]=this.createGroupElement(e[g]);else for(G=r[g].it.length,R=0;R<G;R+=1)r[g].prevViewData[R]=r[g].it[R];this.searchShapes(e[g].it,r[g].it,r[g].prevViewData,r[g].gr,h+1,x,v),e[g]._render&&r[g].gr.parentNode!==l&&l.appendChild(r[g].gr)}else e[g].ty==="tr"?(z||(r[g]=this.createTransformElement(e[g],l)),D=r[g].transform,x.push(D)):e[g].ty==="sh"||e[g].ty==="rc"||e[g].ty==="el"||e[g].ty==="sr"?(z||(r[g]=this.createShapeElement(e[g],x,h)),this.setElementStyles(r[g])):e[g].ty==="tm"||e[g].ty==="rd"||e[g].ty==="ms"||e[g].ty==="pb"||e[g].ty==="zz"||e[g].ty==="op"?(z?(O=r[g],O.closed=!1):(O=bi.getModifier(e[g].ty),O.init(this,e[g]),r[g]=O,this.shapeModifiers.push(O)),M.push(O)):e[g].ty==="rp"&&(z?(O=r[g],O.closed=!0):(O=bi.getModifier(e[g].ty),r[g]=O,O.init(this,e,g,r),this.shapeModifiers.push(O),v=!1),M.push(O));this.addProcessedElement(e[g],g+1)}for(k=T.length,g=0;g<k;g+=1)T[g].closed=!0;for(k=M.length,g=0;g<k;g+=1)M[g].closed=!0},Kt.prototype.renderInnerContent=function(){this.renderModifiers();var e,r=this.stylesList.length;for(e=0;e<r;e+=1)this.stylesList[e].reset();for(this.renderShape(),e=0;e<r;e+=1)(this.stylesList[e]._mdf||this._isFirstFrame)&&(this.stylesList[e].msElem&&(this.stylesList[e].msElem.setAttribute("d",this.stylesList[e].d),this.stylesList[e].d="M0 0"+this.stylesList[e].d),this.stylesList[e].pElem.setAttribute("d",this.stylesList[e].d||"M0 0"))},Kt.prototype.renderShape=function(){var e,r=this.animatedContents.length,s;for(e=0;e<r;e+=1)s=this.animatedContents[e],(this._isFirstFrame||s.element._isAnimated)&&s.data!==!0&&s.fn(s.data,s.element,this._isFirstFrame)},Kt.prototype.destroy=function(){this.destroyBaseElement(),this.shapesData=null,this.itemsData=null};function Fd(e,r,s,l,h,c){this.o=e,this.sw=r,this.sc=s,this.fc=l,this.m=h,this.p=c,this._mdf={o:!0,sw:!!r,sc:!!s,fc:!!l,m:!0,p:!0}}Fd.prototype.update=function(e,r,s,l,h,c){this._mdf.o=!1,this._mdf.sw=!1,this._mdf.sc=!1,this._mdf.fc=!1,this._mdf.m=!1,this._mdf.p=!1;var v=!1;return this.o!==e&&(this.o=e,this._mdf.o=!0,v=!0),this.sw!==r&&(this.sw=r,this._mdf.sw=!0,v=!0),this.sc!==s&&(this.sc=s,this._mdf.sc=!0,v=!0),this.fc!==l&&(this.fc=l,this._mdf.fc=!0,v=!0),this.m!==h&&(this.m=h,this._mdf.m=!0,v=!0),c.length&&(this.p[0]!==c[0]||this.p[1]!==c[1]||this.p[4]!==c[4]||this.p[5]!==c[5]||this.p[12]!==c[12]||this.p[13]!==c[13])&&(this.p=c,this._mdf.p=!0,v=!0),v};function Ae(e,r){this._frameId=i,this.pv="",this.v="",this.kf=!1,this._isFirstFrame=!0,this._mdf=!1,r.d&&r.d.sid&&(r.d=e.globalData.slotManager.getProp(r.d)),this.data=r,this.elem=e,this.comp=this.elem.comp,this.keysIndex=0,this.canResize=!1,this.minimumFontSize=1,this.effectsSequence=[],this.currentData={ascent:0,boxWidth:this.defaultBoxWidth,f:"",fStyle:"",fWeight:"",fc:"",j:"",justifyOffset:"",l:[],lh:0,lineWidths:[],ls:"",of:"",s:"",sc:"",sw:0,t:0,tr:0,sz:0,ps:null,fillColorAnim:!1,strokeColorAnim:!1,strokeWidthAnim:!1,yOffset:0,finalSize:0,finalText:[],finalLineHeight:0,__complete:!1},this.copyData(this.currentData,this.data.d.k[0].s),this.searchProperty()||this.completeTextData(this.currentData)}Ae.prototype.defaultBoxWidth=[0,0],Ae.prototype.copyData=function(e,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},Ae.prototype.setCurrentData=function(e){e.__complete||this.completeTextData(e),this.currentData=e,this.currentData.boxWidth=this.currentData.boxWidth||this.defaultBoxWidth,this._mdf=!0},Ae.prototype.searchProperty=function(){return this.searchKeyframes()},Ae.prototype.searchKeyframes=function(){return this.kf=this.data.d.k.length>1,this.kf&&this.addEffect(this.getKeyframeValue.bind(this)),this.kf},Ae.prototype.addEffect=function(e){this.effectsSequence.push(e),this.elem.addDynamicProperty(this)},Ae.prototype.getValue=function(e){if(!((this.elem.globalData.frameId===this.frameId||!this.effectsSequence.length)&&!e)){this.currentData.t=this.data.d.k[this.keysIndex].s.t;var r=this.currentData,s=this.keysIndex;if(this.lock){this.setCurrentData(this.currentData);return}this.lock=!0,this._mdf=!1;var l,h=this.effectsSequence.length,c=e||this.data.d.k[this.keysIndex].s;for(l=0;l<h;l+=1)s!==this.keysIndex?c=this.effectsSequence[l](c,c.t):c=this.effectsSequence[l](this.currentData,c.t);r!==c&&this.setCurrentData(c),this.v=this.currentData,this.pv=this.v,this.lock=!1,this.frameId=this.elem.globalData.frameId}},Ae.prototype.getKeyframeValue=function(){for(var e=this.data.d.k,r=this.elem.comp.renderedFrame,s=0,l=e.length;s<=l-1&&!(s===l-1||e[s+1].t>r);)s+=1;return this.keysIndex!==s&&(this.keysIndex=s),this.data.d.k[this.keysIndex].s},Ae.prototype.buildFinalText=function(e){for(var r=[],s=0,l=e.length,h,c,v=!1,x=!1,g="";s<l;)v=x,x=!1,h=e.charCodeAt(s),g=e.charAt(s),so.isCombinedCharacter(h)?v=!0:h>=55296&&h<=56319?so.isRegionalFlag(e,s)?g=e.substr(s,14):(c=e.charCodeAt(s+1),c>=56320&&c<=57343&&(so.isModifier(h,c)?(g=e.substr(s,2),v=!0):so.isFlagEmoji(e.substr(s,4))?g=e.substr(s,4):g=e.substr(s,2))):h>56319?(c=e.charCodeAt(s+1),so.isVariationSelector(h)&&(v=!0)):so.isZeroWidthJoiner(h)&&(v=!0,x=!0),v?(r[r.length-1]+=g,v=!1):r.push(g),s+=g.length;return r},Ae.prototype.completeTextData=function(e){e.__complete=!0;var r=this.elem.globalData.fontManager,s=this.data,l=[],h,c,v,x=0,g,k=s.m.g,R=0,G=0,T=0,M=[],D=0,O=0,z,N,I=r.getFontByName(e.f),E,A=0,w=Hp(I);e.fWeight=w.weight,e.fStyle=w.style,e.finalSize=e.s,e.finalText=this.buildFinalText(e.t),c=e.finalText.length,e.finalLineHeight=e.lh;var $=e.tr/1e3*e.finalSize,U;if(e.sz)for(var Y=!0,tt=e.sz[0],yt=e.sz[1],pt,ot;Y;){ot=this.buildFinalText(e.t),pt=0,D=0,c=ot.length,$=e.tr/1e3*e.finalSize;var xt=-1;for(h=0;h<c;h+=1)U=ot[h].charCodeAt(0),v=!1,ot[h]===" "?xt=h:(U===13||U===3)&&(D=0,v=!0,pt+=e.finalLineHeight||e.finalSize*1.2),r.chars?(E=r.getCharData(ot[h],I.fStyle,I.fFamily),A=v?0:E.w*e.finalSize/100):A=r.measureText(ot[h],e.f,e.finalSize),D+A>tt&&ot[h]!==" "?(xt===-1?c+=1:h=xt,pt+=e.finalLineHeight||e.finalSize*1.2,ot.splice(h,xt===h?1:0,"\r"),xt=-1,D=0):(D+=A,D+=$);pt+=I.ascent*e.finalSize/100,this.canResize&&e.finalSize>this.minimumFontSize&&yt<pt?(e.finalSize-=1,e.finalLineHeight=e.finalSize*e.lh/e.s):(e.finalText=ot,c=e.finalText.length,Y=!1)}D=-$,A=0;var ct=0,Q;for(h=0;h<c;h+=1)if(v=!1,Q=e.finalText[h],U=Q.charCodeAt(0),U===13||U===3?(ct=0,M.push(D),O=D>O?D:O,D=-2*$,g="",v=!0,T+=1):g=Q,r.chars?(E=r.getCharData(Q,I.fStyle,r.getFontByName(e.f).fFamily),A=v?0:E.w*e.finalSize/100):A=r.measureText(g,e.f,e.finalSize),Q===" "?ct+=A+$:(D+=A+$+ct,ct=0),l.push({l:A,an:A,add:R,n:v,anIndexes:[],val:g,line:T,animatorJustifyOffset:0}),k==2){if(R+=A,g===""||g===" "||h===c-1){for((g===""||g===" ")&&(R-=A);G<=h;)l[G].an=R,l[G].ind=x,l[G].extra=A,G+=1;x+=1,R=0}}else if(k==3){if(R+=A,g===""||h===c-1){for(g===""&&(R-=A);G<=h;)l[G].an=R,l[G].ind=x,l[G].extra=A,G+=1;R=0,x+=1}}else l[x].ind=x,l[x].extra=0,x+=1;if(e.l=l,O=D>O?D:O,M.push(D),e.sz)e.boxWidth=e.sz[0],e.justifyOffset=0;else switch(e.boxWidth=O,e.j){case 1:e.justifyOffset=-e.boxWidth;break;case 2:e.justifyOffset=-e.boxWidth/2;break;default:e.justifyOffset=0}e.lineWidths=M;var S=s.a,P,f;N=S.length;var y,H,F=[];for(z=0;z<N;z+=1){for(P=S[z],P.a.sc&&(e.strokeColorAnim=!0),P.a.sw&&(e.strokeWidthAnim=!0),(P.a.fc||P.a.fh||P.a.fs||P.a.fb)&&(e.fillColorAnim=!0),H=0,y=P.s.b,h=0;h<c;h+=1)f=l[h],f.anIndexes[z]=H,(y==1&&f.val!==""||y==2&&f.val!==""&&f.val!==" "||y==3&&(f.n||f.val==" "||h==c-1)||y==4&&(f.n||h==c-1))&&(P.s.rn===1&&F.push(H),H+=1);s.a[z].s.totalChars=H;var nt=-1,ft;if(P.s.rn===1)for(h=0;h<c;h+=1)f=l[h],nt!=f.anIndexes[z]&&(nt=f.anIndexes[z],ft=F.splice(Math.floor(Math.random()*F.length),1)[0]),f.anIndexes[z]=ft}e.yOffset=e.finalLineHeight||e.finalSize*1.2,e.ls=e.ls||0,e.ascent=I.ascent*e.finalSize/100},Ae.prototype.updateDocumentData=function(e,r){r=r===void 0?this.keysIndex:r;var s=this.copyData({},this.data.d.k[r].s);s=this.copyData(s,e),this.data.d.k[r].s=s,this.recalculate(r),this.setCurrentData(s),this.elem.addDynamicProperty(this)},Ae.prototype.recalculate=function(e){var r=this.data.d.k[e].s;r.__complete=!1,this.keysIndex=0,this._isFirstFrame=!0,this.getValue(r)},Ae.prototype.canResizeFont=function(e){this.canResize=e,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)},Ae.prototype.setMinimumFontSize=function(e){this.minimumFontSize=Math.floor(e)||1,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)};var iy=function(){var e=Math.max,r=Math.min,s=Math.floor;function l(c,v){this._currentTextLength=-1,this.k=!1,this.data=v,this.elem=c,this.comp=c.comp,this.finalS=0,this.finalE=0,this.initDynamicPropertyContainer(c),this.s=at.getProp(c,v.s||{k:0},0,0,this),"e"in v?this.e=at.getProp(c,v.e,0,0,this):this.e={v:100},this.o=at.getProp(c,v.o||{k:0},0,0,this),this.xe=at.getProp(c,v.xe||{k:0},0,0,this),this.ne=at.getProp(c,v.ne||{k:0},0,0,this),this.sm=at.getProp(c,v.sm||{k:100},0,0,this),this.a=at.getProp(c,v.a,0,.01,this),this.dynamicProperties.length||this.getValue()}l.prototype={getMult:function(v){this._currentTextLength!==this.elem.textProperty.currentData.l.length&&this.getValue();var x=0,g=0,k=1,R=1;this.ne.v>0?x=this.ne.v/100:g=-this.ne.v/100,this.xe.v>0?k=1-this.xe.v/100:R=1+this.xe.v/100;var G=Xs.getBezierEasing(x,g,k,R).get,T=0,M=this.finalS,D=this.finalE,O=this.data.sh;if(O===2)D===M?T=v>=D?1:0:T=e(0,r(.5/(D-M)+(v-M)/(D-M),1)),T=G(T);else if(O===3)D===M?T=v>=D?0:1:T=1-e(0,r(.5/(D-M)+(v-M)/(D-M),1)),T=G(T);else if(O===4)D===M?T=0:(T=e(0,r(.5/(D-M)+(v-M)/(D-M),1)),T<.5?T*=2:T=1-2*(T-.5)),T=G(T);else if(O===5){if(D===M)T=0;else{var z=D-M;v=r(e(0,v+.5-M),D-M);var N=-z/2+v,I=z/2;T=Math.sqrt(1-N*N/(I*I))}T=G(T)}else O===6?(D===M?T=0:(v=r(e(0,v+.5-M),D-M),T=(1+Math.cos(Math.PI+Math.PI*2*v/(D-M)))/2),T=G(T)):(v>=s(M)&&(v-M<0?T=e(0,r(r(D,1)-(M-v),1)):T=e(0,r(D-v,1))),T=G(T));if(this.sm.v!==100){var E=this.sm.v*.01;E===0&&(E=1e-8);var A=.5-E*.5;T<A?T=0:(T=(T-A)/E,T>1&&(T=1))}return T*this.a.v},getValue:function(v){this.iterateDynamicProperties(),this._mdf=v||this._mdf,this._currentTextLength=this.elem.textProperty.currentData.l.length||0,v&&this.data.r===2&&(this.e.v=this._currentTextLength);var x=this.data.r===2?1:100/this.data.totalChars,g=this.o.v/x,k=this.s.v/x+g,R=this.e.v/x+g;if(k>R){var G=k;k=R,R=G}this.finalS=k,this.finalE=R}},L([le],l);function h(c,v,x){return new l(c,v,x)}return{getTextSelectorProp:h}}();function oy(e,r,s){var l={propType:!1},h=at.getProp,c=r.a;this.a={r:c.r?h(e,c.r,0,Ct,s):l,rx:c.rx?h(e,c.rx,0,Ct,s):l,ry:c.ry?h(e,c.ry,0,Ct,s):l,sk:c.sk?h(e,c.sk,0,Ct,s):l,sa:c.sa?h(e,c.sa,0,Ct,s):l,s:c.s?h(e,c.s,1,.01,s):l,a:c.a?h(e,c.a,1,0,s):l,o:c.o?h(e,c.o,0,.01,s):l,p:c.p?h(e,c.p,1,0,s):l,sw:c.sw?h(e,c.sw,0,0,s):l,sc:c.sc?h(e,c.sc,1,0,s):l,fc:c.fc?h(e,c.fc,1,0,s):l,fh:c.fh?h(e,c.fh,0,0,s):l,fs:c.fs?h(e,c.fs,0,.01,s):l,fb:c.fb?h(e,c.fb,0,.01,s):l,t:c.t?h(e,c.t,0,0,s):l},this.s=iy.getTextSelectorProp(e,r.s,s),this.s.t=r.s.t}function no(e,r,s){this._isFirstFrame=!0,this._hasMaskedPath=!1,this._frameId=-1,this._textData=e,this._renderType=r,this._elem=s,this._animatorsData=rt(this._textData.a.length),this._pathData={},this._moreOptions={alignment:{}},this.renderedLetters=[],this.lettersChangedFlag=!1,this.initDynamicPropertyContainer(s)}no.prototype.searchProperties=function(){var e,r=this._textData.a.length,s,l=at.getProp;for(e=0;e<r;e+=1)s=this._textData.a[e],this._animatorsData[e]=new oy(this._elem,s,this);this._textData.p&&"m"in this._textData.p?(this._pathData={a:l(this._elem,this._textData.p.a,0,0,this),f:l(this._elem,this._textData.p.f,0,0,this),l:l(this._elem,this._textData.p.l,0,0,this),r:l(this._elem,this._textData.p.r,0,0,this),p:l(this._elem,this._textData.p.p,0,0,this),m:this._elem.maskManager.getMaskProperty(this._textData.p.m)},this._hasMaskedPath=!0):this._hasMaskedPath=!1,this._moreOptions.alignment=l(this._elem,this._textData.m.a,1,0,this)},no.prototype.getMeasures=function(e,r){if(this.lettersChangedFlag=r,!(!this._mdf&&!this._isFirstFrame&&!r&&(!this._hasMaskedPath||!this._pathData.m._mdf))){this._isFirstFrame=!1;var s=this._moreOptions.alignment.v,l=this._animatorsData,h=this._textData,c=this.mHelper,v=this._renderType,x=this.renderedLetters.length,g,k,R,G,T=e.l,M,D,O,z,N,I,E,A,w,$,U,Y,tt,yt,pt;if(this._hasMaskedPath){if(pt=this._pathData.m,!this._pathData.n||this._pathData._mdf){var ot=pt.v;this._pathData.r.v&&(ot=ot.reverse()),M={tLength:0,segments:[]},G=ot._length-1;var xt;for(Y=0,R=0;R<G;R+=1)xt=Cr.buildBezierData(ot.v[R],ot.v[R+1],[ot.o[R][0]-ot.v[R][0],ot.o[R][1]-ot.v[R][1]],[ot.i[R+1][0]-ot.v[R+1][0],ot.i[R+1][1]-ot.v[R+1][1]]),M.tLength+=xt.segmentLength,M.segments.push(xt),Y+=xt.segmentLength;R=G,pt.v.c&&(xt=Cr.buildBezierData(ot.v[R],ot.v[0],[ot.o[R][0]-ot.v[R][0],ot.o[R][1]-ot.v[R][1]],[ot.i[0][0]-ot.v[0][0],ot.i[0][1]-ot.v[0][1]]),M.tLength+=xt.segmentLength,M.segments.push(xt),Y+=xt.segmentLength),this._pathData.pi=M}if(M=this._pathData.pi,D=this._pathData.f.v,E=0,I=1,z=0,N=!0,$=M.segments,D<0&&pt.v.c)for(M.tLength<Math.abs(D)&&(D=-Math.abs(D)%M.tLength),E=$.length-1,w=$[E].points,I=w.length-1;D<0;)D+=w[I].partialLength,I-=1,I<0&&(E-=1,w=$[E].points,I=w.length-1);w=$[E].points,A=w[I-1],O=w[I],U=O.partialLength}G=T.length,g=0,k=0;var ct=e.finalSize*1.2*.714,Q=!0,S,P,f,y,H;y=l.length;var F,nt=-1,ft,Et,Rt,Mt=D,Jt=E,Le=I,wr=-1,Re,de,Ue,Dt,ht,Kr,Si,qr,Nr="",Xr=this.defaultPropsArray,Zr;if(e.j===2||e.j===1){var Me=0,_i=0,Ii=e.j===2?-.5:-1,br=0,Ci=!0;for(R=0;R<G;R+=1)if(T[R].n){for(Me&&(Me+=_i);br<R;)T[br].animatorJustifyOffset=Me,br+=1;Me=0,Ci=!0}else{for(f=0;f<y;f+=1)S=l[f].a,S.t.propType&&(Ci&&e.j===2&&(_i+=S.t.v*Ii),P=l[f].s,F=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),F.length?Me+=S.t.v*F[0]*Ii:Me+=S.t.v*F*Ii);Ci=!1}for(Me&&(Me+=_i);br<R;)T[br].animatorJustifyOffset=Me,br+=1}for(R=0;R<G;R+=1){if(c.reset(),Re=1,T[R].n)g=0,k+=e.yOffset,k+=Q?1:0,D=Mt,Q=!1,this._hasMaskedPath&&(E=Jt,I=Le,w=$[E].points,A=w[I-1],O=w[I],U=O.partialLength,z=0),Nr="",qr="",Kr="",Zr="",Xr=this.defaultPropsArray;else{if(this._hasMaskedPath){if(wr!==T[R].line){switch(e.j){case 1:D+=Y-e.lineWidths[T[R].line];break;case 2:D+=(Y-e.lineWidths[T[R].line])/2;break;default:break}wr=T[R].line}nt!==T[R].ind&&(T[nt]&&(D+=T[nt].extra),D+=T[R].an/2,nt=T[R].ind),D+=s[0]*T[R].an*.005;var yr=0;for(f=0;f<y;f+=1)S=l[f].a,S.p.propType&&(P=l[f].s,F=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),F.length?yr+=S.p.v[0]*F[0]:yr+=S.p.v[0]*F),S.a.propType&&(P=l[f].s,F=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),F.length?yr+=S.a.v[0]*F[0]:yr+=S.a.v[0]*F);for(N=!0,this._pathData.a.v&&(D=T[0].an*.5+(Y-this._pathData.f.v-T[0].an*.5-T[T.length-1].an*.5)*nt/(G-1),D+=this._pathData.f.v);N;)z+U>=D+yr||!w?(tt=(D+yr-z)/O.partialLength,Et=A.point[0]+(O.point[0]-A.point[0])*tt,Rt=A.point[1]+(O.point[1]-A.point[1])*tt,c.translate(-s[0]*T[R].an*.005,-(s[1]*ct)*.01),N=!1):w&&(z+=O.partialLength,I+=1,I>=w.length&&(I=0,E+=1,$[E]?w=$[E].points:pt.v.c?(I=0,E=0,w=$[E].points):(z-=O.partialLength,w=null)),w&&(A=O,O=w[I],U=O.partialLength));ft=T[R].an/2-T[R].add,c.translate(-ft,0,0)}else ft=T[R].an/2-T[R].add,c.translate(-ft,0,0),c.translate(-s[0]*T[R].an*.005,-s[1]*ct*.01,0);for(f=0;f<y;f+=1)S=l[f].a,S.t.propType&&(P=l[f].s,F=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),(g!==0||e.j!==0)&&(this._hasMaskedPath?F.length?D+=S.t.v*F[0]:D+=S.t.v*F:F.length?g+=S.t.v*F[0]:g+=S.t.v*F));for(e.strokeWidthAnim&&(Ue=e.sw||0),e.strokeColorAnim&&(e.sc?de=[e.sc[0],e.sc[1],e.sc[2]]:de=[0,0,0]),e.fillColorAnim&&e.fc&&(Dt=[e.fc[0],e.fc[1],e.fc[2]]),f=0;f<y;f+=1)S=l[f].a,S.a.propType&&(P=l[f].s,F=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),F.length?c.translate(-S.a.v[0]*F[0],-S.a.v[1]*F[1],S.a.v[2]*F[2]):c.translate(-S.a.v[0]*F,-S.a.v[1]*F,S.a.v[2]*F));for(f=0;f<y;f+=1)S=l[f].a,S.s.propType&&(P=l[f].s,F=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),F.length?c.scale(1+(S.s.v[0]-1)*F[0],1+(S.s.v[1]-1)*F[1],1):c.scale(1+(S.s.v[0]-1)*F,1+(S.s.v[1]-1)*F,1));for(f=0;f<y;f+=1){if(S=l[f].a,P=l[f].s,F=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),S.sk.propType&&(F.length?c.skewFromAxis(-S.sk.v*F[0],S.sa.v*F[1]):c.skewFromAxis(-S.sk.v*F,S.sa.v*F)),S.r.propType&&(F.length?c.rotateZ(-S.r.v*F[2]):c.rotateZ(-S.r.v*F)),S.ry.propType&&(F.length?c.rotateY(S.ry.v*F[1]):c.rotateY(S.ry.v*F)),S.rx.propType&&(F.length?c.rotateX(S.rx.v*F[0]):c.rotateX(S.rx.v*F)),S.o.propType&&(F.length?Re+=(S.o.v*F[0]-Re)*F[0]:Re+=(S.o.v*F-Re)*F),e.strokeWidthAnim&&S.sw.propType&&(F.length?Ue+=S.sw.v*F[0]:Ue+=S.sw.v*F),e.strokeColorAnim&&S.sc.propType)for(ht=0;ht<3;ht+=1)F.length?de[ht]+=(S.sc.v[ht]-de[ht])*F[0]:de[ht]+=(S.sc.v[ht]-de[ht])*F;if(e.fillColorAnim&&e.fc){if(S.fc.propType)for(ht=0;ht<3;ht+=1)F.length?Dt[ht]+=(S.fc.v[ht]-Dt[ht])*F[0]:Dt[ht]+=(S.fc.v[ht]-Dt[ht])*F;S.fh.propType&&(F.length?Dt=gp(Dt,S.fh.v*F[0]):Dt=gp(Dt,S.fh.v*F)),S.fs.propType&&(F.length?Dt=fp(Dt,S.fs.v*F[0]):Dt=fp(Dt,S.fs.v*F)),S.fb.propType&&(F.length?Dt=vp(Dt,S.fb.v*F[0]):Dt=vp(Dt,S.fb.v*F))}}for(f=0;f<y;f+=1)S=l[f].a,S.p.propType&&(P=l[f].s,F=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),this._hasMaskedPath?F.length?c.translate(0,S.p.v[1]*F[0],-S.p.v[2]*F[1]):c.translate(0,S.p.v[1]*F,-S.p.v[2]*F):F.length?c.translate(S.p.v[0]*F[0],S.p.v[1]*F[1],-S.p.v[2]*F[2]):c.translate(S.p.v[0]*F,S.p.v[1]*F,-S.p.v[2]*F));if(e.strokeWidthAnim&&(Kr=Ue<0?0:Ue),e.strokeColorAnim&&(Si="rgb("+Math.round(de[0]*255)+","+Math.round(de[1]*255)+","+Math.round(de[2]*255)+")"),e.fillColorAnim&&e.fc&&(qr="rgb("+Math.round(Dt[0]*255)+","+Math.round(Dt[1]*255)+","+Math.round(Dt[2]*255)+")"),this._hasMaskedPath){if(c.translate(0,-e.ls),c.translate(0,s[1]*ct*.01+k,0),this._pathData.p.v){yt=(O.point[1]-A.point[1])/(O.point[0]-A.point[0]);var lo=Math.atan(yt)*180/Math.PI;O.point[0]<A.point[0]&&(lo+=180),c.rotate(-lo*Math.PI/180)}c.translate(Et,Rt,0),D-=s[0]*T[R].an*.005,T[R+1]&&nt!==T[R+1].ind&&(D+=T[R].an/2,D+=e.tr*.001*e.finalSize)}else{switch(c.translate(g,k,0),e.ps&&c.translate(e.ps[0],e.ps[1]+e.ascent,0),e.j){case 1:c.translate(T[R].animatorJustifyOffset+e.justifyOffset+(e.boxWidth-e.lineWidths[T[R].line]),0,0);break;case 2:c.translate(T[R].animatorJustifyOffset+e.justifyOffset+(e.boxWidth-e.lineWidths[T[R].line])/2,0,0);break;default:break}c.translate(0,-e.ls),c.translate(ft,0,0),c.translate(s[0]*T[R].an*.005,s[1]*ct*.01,0),g+=T[R].l+e.tr*.001*e.finalSize}v==="html"?Nr=c.toCSS():v==="svg"?Nr=c.to2dCSS():Xr=[c.props[0],c.props[1],c.props[2],c.props[3],c.props[4],c.props[5],c.props[6],c.props[7],c.props[8],c.props[9],c.props[10],c.props[11],c.props[12],c.props[13],c.props[14],c.props[15]],Zr=Re}x<=R?(H=new Fd(Zr,Kr,Si,qr,Nr,Xr),this.renderedLetters.push(H),x+=1,this.lettersChangedFlag=!0):(H=this.renderedLetters[R],this.lettersChangedFlag=H.update(Zr,Kr,Si,qr,Nr,Xr)||this.lettersChangedFlag)}}},no.prototype.getValue=function(){this._elem.globalData.frameId!==this._frameId&&(this._frameId=this._elem.globalData.frameId,this.iterateDynamicProperties())},no.prototype.mHelper=new fe,no.prototype.defaultPropsArray=[],L([le],no);function rr(){}rr.prototype.initElement=function(e,r,s){this.lettersChangedFlag=!0,this.initFrame(),this.initBaseData(e,r,s),this.textProperty=new Ae(this,e.t,this.dynamicProperties),this.textAnimator=new no(e.t,this.renderType,this),this.initTransform(e,r,s),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide(),this.textAnimator.searchProperties(this.dynamicProperties)},rr.prototype.prepareFrame=function(e){this._mdf=!1,this.prepareRenderableFrame(e),this.prepareProperties(e,this.isInRange)},rr.prototype.createPathShape=function(e,r){var s,l=r.length,h,c="";for(s=0;s<l;s+=1)r[s].ty==="sh"&&(h=r[s].ks.k,c+=om(h,h.i.length,!0,e));return c},rr.prototype.updateDocumentData=function(e,r){this.textProperty.updateDocumentData(e,r)},rr.prototype.canResizeFont=function(e){this.textProperty.canResizeFont(e)},rr.prototype.setMinimumFontSize=function(e){this.textProperty.setMinimumFontSize(e)},rr.prototype.applyTextPropertiesToMatrix=function(e,r,s,l,h){switch(e.ps&&r.translate(e.ps[0],e.ps[1]+e.ascent,0),r.translate(0,-e.ls,0),e.j){case 1:r.translate(e.justifyOffset+(e.boxWidth-e.lineWidths[s]),0,0);break;case 2:r.translate(e.justifyOffset+(e.boxWidth-e.lineWidths[s])/2,0,0);break;default:break}r.translate(l,h,0)},rr.prototype.buildColor=function(e){return"rgb("+Math.round(e[0]*255)+","+Math.round(e[1]*255)+","+Math.round(e[2]*255)+")"},rr.prototype.emptyProp=new Fd,rr.prototype.destroy=function(){},rr.prototype.validateText=function(){(this.textProperty._mdf||this.textProperty._isFirstFrame)&&(this.buildNewText(),this.textProperty._isFirstFrame=!1,this.textProperty._mdf=!1)};var sy={shapes:[]};function Wr(e,r,s){this.textSpans=[],this.renderType="svg",this.initElement(e,r,s)}L([Ei,Qo,oa,Jo,Ti,sa,rr],Wr),Wr.prototype.createContent=function(){this.data.singleShape&&!this.globalData.fontManager.chars&&(this.textContainer=Tt("text"))},Wr.prototype.buildTextContents=function(e){for(var r=0,s=e.length,l=[],h="";r<s;)e[r]==="\r"||e[r]===""?(l.push(h),h=""):h+=e[r],r+=1;return l.push(h),l},Wr.prototype.buildShapeData=function(e,r){if(e.shapes&&e.shapes.length){var s=e.shapes[0];if(s.it){var l=s.it[s.it.length-1];l.s&&(l.s.k[0]=r,l.s.k[1]=r)}}return e},Wr.prototype.buildNewText=function(){this.addDynamicProperty(this);var e,r,s=this.textProperty.currentData;this.renderedLetters=rt(s?s.l.length:0),s.fc?this.layerElement.setAttribute("fill",this.buildColor(s.fc)):this.layerElement.setAttribute("fill","rgba(0,0,0,0)"),s.sc&&(this.layerElement.setAttribute("stroke",this.buildColor(s.sc)),this.layerElement.setAttribute("stroke-width",s.sw)),this.layerElement.setAttribute("font-size",s.finalSize);var l=this.globalData.fontManager.getFontByName(s.f);if(l.fClass)this.layerElement.setAttribute("class",l.fClass);else{this.layerElement.setAttribute("font-family",l.fFamily);var h=s.fWeight,c=s.fStyle;this.layerElement.setAttribute("font-style",c),this.layerElement.setAttribute("font-weight",h)}this.layerElement.setAttribute("aria-label",s.t);var v=s.l||[],x=!!this.globalData.fontManager.chars;r=v.length;var g,k=this.mHelper,R="",G=this.data.singleShape,T=0,M=0,D=!0,O=s.tr*.001*s.finalSize;if(G&&!x&&!s.sz){var z=this.textContainer,N="start";switch(s.j){case 1:N="end";break;case 2:N="middle";break;default:N="start";break}z.setAttribute("text-anchor",N),z.setAttribute("letter-spacing",O);var I=this.buildTextContents(s.finalText);for(r=I.length,M=s.ps?s.ps[1]+s.ascent:0,e=0;e<r;e+=1)g=this.textSpans[e].span||Tt("tspan"),g.textContent=I[e],g.setAttribute("x",0),g.setAttribute("y",M),g.style.display="inherit",z.appendChild(g),this.textSpans[e]||(this.textSpans[e]={span:null,glyph:null}),this.textSpans[e].span=g,M+=s.finalLineHeight;this.layerElement.appendChild(z)}else{var E=this.textSpans.length,A;for(e=0;e<r;e+=1){if(this.textSpans[e]||(this.textSpans[e]={span:null,childSpan:null,glyph:null}),!x||!G||e===0){if(g=E>e?this.textSpans[e].span:Tt(x?"g":"text"),E<=e){if(g.setAttribute("stroke-linecap","butt"),g.setAttribute("stroke-linejoin","round"),g.setAttribute("stroke-miterlimit","4"),this.textSpans[e].span=g,x){var w=Tt("g");g.appendChild(w),this.textSpans[e].childSpan=w}this.textSpans[e].span=g,this.layerElement.appendChild(g)}g.style.display="inherit"}if(k.reset(),G&&(v[e].n&&(T=-O,M+=s.yOffset,M+=D?1:0,D=!1),this.applyTextPropertiesToMatrix(s,k,v[e].line,T,M),T+=v[e].l||0,T+=O),x){A=this.globalData.fontManager.getCharData(s.finalText[e],l.fStyle,this.globalData.fontManager.getFontByName(s.f).fFamily);var $;if(A.t===1)$=new la(A.data,this.globalData,this);else{var U=sy;A.data&&A.data.shapes&&(U=this.buildShapeData(A.data,s.finalSize)),$=new Kt(U,this.globalData,this)}if(this.textSpans[e].glyph){var Y=this.textSpans[e].glyph;this.textSpans[e].childSpan.removeChild(Y.layerElement),Y.destroy()}this.textSpans[e].glyph=$,$._debug=!0,$.prepareFrame(0),$.renderFrame(),this.textSpans[e].childSpan.appendChild($.layerElement),A.t===1&&this.textSpans[e].childSpan.setAttribute("transform","scale("+s.finalSize/100+","+s.finalSize/100+")")}else G&&g.setAttribute("transform","translate("+k.props[12]+","+k.props[13]+")"),g.textContent=v[e].val,g.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve")}G&&g&&g.setAttribute("d",R)}for(;e<this.textSpans.length;)this.textSpans[e].span.style.display="none",e+=1;this._sizeChanged=!0},Wr.prototype.sourceRectAtTime=function(){if(this.prepareFrame(this.comp.renderedFrame-this.data.st),this.renderInnerContent(),this._sizeChanged){this._sizeChanged=!1;var e=this.layerElement.getBBox();this.bbox={top:e.y,left:e.x,width:e.width,height:e.height}}return this.bbox},Wr.prototype.getValue=function(){var e,r=this.textSpans.length,s;for(this.renderedFrame=this.comp.renderedFrame,e=0;e<r;e+=1)s=this.textSpans[e].glyph,s&&(s.prepareFrame(this.comp.renderedFrame-this.data.st),s._mdf&&(this._mdf=!0))},Wr.prototype.renderInnerContent=function(){if(this.validateText(),(!this.data.singleShape||this._mdf)&&(this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag),this.lettersChangedFlag||this.textAnimator.lettersChangedFlag)){this._sizeChanged=!0;var e,r,s=this.textAnimator.renderedLetters,l=this.textProperty.currentData.l;r=l.length;var h,c,v;for(e=0;e<r;e+=1)l[e].n||(h=s[e],c=this.textSpans[e].span,v=this.textSpans[e].glyph,v&&v.renderFrame(),h._mdf.m&&c.setAttribute("transform",h.m),h._mdf.o&&c.setAttribute("opacity",h.o),h._mdf.sw&&c.setAttribute("stroke-width",h.sw),h._mdf.sc&&c.setAttribute("stroke",h.sc),h._mdf.fc&&c.setAttribute("fill",h.fc))}};function Vd(e,r,s){this.initElement(e,r,s)}L([aa],Vd),Vd.prototype.createContent=function(){var e=Tt("rect");e.setAttribute("width",this.data.sw),e.setAttribute("height",this.data.sh),e.setAttribute("fill",this.data.sc),this.layerElement.appendChild(e)};function Ai(e,r,s){this.initFrame(),this.initBaseData(e,r,s),this.initFrame(),this.initTransform(e,r,s),this.initHierarchy()}Ai.prototype.prepareFrame=function(e){this.prepareProperties(e,!0)},Ai.prototype.renderFrame=function(){},Ai.prototype.getBaseElement=function(){return null},Ai.prototype.destroy=function(){},Ai.prototype.sourceRectAtTime=function(){},Ai.prototype.hide=function(){},L([Ei,Qo,Jo,Ti],Ai);function re(){}L([ve],re),re.prototype.createNull=function(e){return new Ai(e,this.globalData,this)},re.prototype.createShape=function(e){return new Kt(e,this.globalData,this)},re.prototype.createText=function(e){return new Wr(e,this.globalData,this)},re.prototype.createImage=function(e){return new aa(e,this.globalData,this)},re.prototype.createSolid=function(e){return new Vd(e,this.globalData,this)},re.prototype.configAnimation=function(e){this.svgElement.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.svgElement.setAttribute("xmlns:xlink","http://www.w3.org/1999/xlink"),this.renderConfig.viewBoxSize?this.svgElement.setAttribute("viewBox",this.renderConfig.viewBoxSize):this.svgElement.setAttribute("viewBox","0 0 "+e.w+" "+e.h),this.renderConfig.viewBoxOnly||(this.svgElement.setAttribute("width",e.w),this.svgElement.setAttribute("height",e.h),this.svgElement.style.width="100%",this.svgElement.style.height="100%",this.svgElement.style.transform="translate3d(0,0,0)",this.svgElement.style.contentVisibility=this.renderConfig.contentVisibility),this.renderConfig.width&&this.svgElement.setAttribute("width",this.renderConfig.width),this.renderConfig.height&&this.svgElement.setAttribute("height",this.renderConfig.height),this.renderConfig.className&&this.svgElement.setAttribute("class",this.renderConfig.className),this.renderConfig.id&&this.svgElement.setAttribute("id",this.renderConfig.id),this.renderConfig.focusable!==void 0&&this.svgElement.setAttribute("focusable",this.renderConfig.focusable),this.svgElement.setAttribute("preserveAspectRatio",this.renderConfig.preserveAspectRatio),this.animationItem.wrapper.appendChild(this.svgElement);var r=this.globalData.defs;this.setupGlobalData(e,r),this.globalData.progressiveLoad=this.renderConfig.progressiveLoad,this.data=e;var s=Tt("clipPath"),l=Tt("rect");l.setAttribute("width",e.w),l.setAttribute("height",e.h),l.setAttribute("x",0),l.setAttribute("y",0);var h=we();s.setAttribute("id",h),s.appendChild(l),this.layerElement.setAttribute("clip-path","url("+b()+"#"+h+")"),r.appendChild(s),this.layers=e.layers,this.elements=rt(e.layers.length)},re.prototype.destroy=function(){this.animationItem.wrapper&&(this.animationItem.wrapper.innerText=""),this.layerElement=null,this.globalData.defs=null;var e,r=this.layers?this.layers.length:0;for(e=0;e<r;e+=1)this.elements[e]&&this.elements[e].destroy&&this.elements[e].destroy();this.elements.length=0,this.destroyed=!0,this.animationItem=null},re.prototype.updateContainerSize=function(){},re.prototype.findIndexByInd=function(e){var r=0,s=this.layers.length;for(r=0;r<s;r+=1)if(this.layers[r].ind===e)return r;return-1},re.prototype.buildItem=function(e){var r=this.elements;if(!(r[e]||this.layers[e].ty===99)){r[e]=!0;var s=this.createItem(this.layers[e]);if(r[e]=s,fn()&&(this.layers[e].ty===0&&this.globalData.projectInterface.registerComposition(s),s.initExpressions()),this.appendElementInPos(s,e),this.layers[e].tt){var l="tp"in this.layers[e]?this.findIndexByInd(this.layers[e].tp):e-1;if(l===-1)return;if(!this.elements[l]||this.elements[l]===!0)this.buildItem(l),this.addPendingElement(s);else{var h=r[l],c=h.getMatte(this.layers[e].tt);s.setMatte(c)}}}},re.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){var e=this.pendingElements.pop();if(e.checkParenting(),e.data.tt)for(var r=0,s=this.elements.length;r<s;){if(this.elements[r]===e){var l="tp"in e.data?this.findIndexByInd(e.data.tp):r-1,h=this.elements[l],c=h.getMatte(this.layers[r].tt);e.setMatte(c);break}r+=1}}},re.prototype.renderFrame=function(e){if(!(this.renderedFrame===e||this.destroyed)){e===null?e=this.renderedFrame:this.renderedFrame=e,this.globalData.frameNum=e,this.globalData.frameId+=1,this.globalData.projectInterface.currentFrame=e,this.globalData._mdf=!1;var r,s=this.layers.length;for(this.completeLayers||this.checkLayers(e),r=s-1;r>=0;r-=1)(this.completeLayers||this.elements[r])&&this.elements[r].prepareFrame(e-this.layers[r].st);if(this.globalData._mdf)for(r=0;r<s;r+=1)(this.completeLayers||this.elements[r])&&this.elements[r].renderFrame()}},re.prototype.appendElementInPos=function(e,r){var s=e.getBaseElement();if(s){for(var l=0,h;l<r;)this.elements[l]&&this.elements[l]!==!0&&this.elements[l].getBaseElement()&&(h=this.elements[l].getBaseElement()),l+=1;h?this.layerElement.insertBefore(s,h):this.layerElement.appendChild(s)}},re.prototype.hide=function(){this.layerElement.style.display="none"},re.prototype.show=function(){this.layerElement.style.display="block"};function jr(){}L([Ei,Qo,Jo,Ti,sa],jr),jr.prototype.initElement=function(e,r,s){this.initFrame(),this.initBaseData(e,r,s),this.initTransform(e,r,s),this.initRenderable(),this.initHierarchy(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),(this.data.xt||!r.progressiveLoad)&&this.buildAllItems(),this.hide()},jr.prototype.prepareFrame=function(e){if(this._mdf=!1,this.prepareRenderableFrame(e),this.prepareProperties(e,this.isInRange),!(!this.isInRange&&!this.data.xt)){if(this.tm._placeholder)this.renderedFrame=e/this.data.sr;else{var r=this.tm.v;r===this.data.op&&(r=this.data.op-1),this.renderedFrame=r}var s,l=this.elements.length;for(this.completeLayers||this.checkLayers(this.renderedFrame),s=l-1;s>=0;s-=1)(this.completeLayers||this.elements[s])&&(this.elements[s].prepareFrame(this.renderedFrame-this.layers[s].st),this.elements[s]._mdf&&(this._mdf=!0))}},jr.prototype.renderInnerContent=function(){var e,r=this.layers.length;for(e=0;e<r;e+=1)(this.completeLayers||this.elements[e])&&this.elements[e].renderFrame()},jr.prototype.setElements=function(e){this.elements=e},jr.prototype.getElements=function(){return this.elements},jr.prototype.destroyElements=function(){var e,r=this.layers.length;for(e=0;e<r;e+=1)this.elements[e]&&this.elements[e].destroy()},jr.prototype.destroy=function(){this.destroyElements(),this.destroyBaseElement()};function la(e,r,s){this.layers=e.layers,this.supports3d=!0,this.completeLayers=!1,this.pendingElements=[],this.elements=this.layers?rt(this.layers.length):[],this.initElement(e,r,s),this.tm=e.tm?at.getProp(this,e.tm,0,r.frameRate,this):{_placeholder:!0}}L([re,jr,oa],la),la.prototype.createComp=function(e){return new la(e,this.globalData,this)};function zd(e,r){this.animationItem=e,this.layers=null,this.renderedFrame=-1,this.svgElement=Tt("svg");var s="";if(r&&r.title){var l=Tt("title"),h=we();l.setAttribute("id",h),l.textContent=r.title,this.svgElement.appendChild(l),s+=h}if(r&&r.description){var c=Tt("desc"),v=we();c.setAttribute("id",v),c.textContent=r.description,this.svgElement.appendChild(c),s+=" "+v}s&&this.svgElement.setAttribute("aria-labelledby",s);var x=Tt("defs");this.svgElement.appendChild(x);var g=Tt("g");this.svgElement.appendChild(g),this.layerElement=g,this.renderConfig={preserveAspectRatio:r&&r.preserveAspectRatio||"xMidYMid meet",imagePreserveAspectRatio:r&&r.imagePreserveAspectRatio||"xMidYMid slice",contentVisibility:r&&r.contentVisibility||"visible",progressiveLoad:r&&r.progressiveLoad||!1,hideOnTransparent:!(r&&r.hideOnTransparent===!1),viewBoxOnly:r&&r.viewBoxOnly||!1,viewBoxSize:r&&r.viewBoxSize||!1,className:r&&r.className||"",id:r&&r.id||"",focusable:r&&r.focusable,filterSize:{width:r&&r.filterSize&&r.filterSize.width||"100%",height:r&&r.filterSize&&r.filterSize.height||"100%",x:r&&r.filterSize&&r.filterSize.x||"0%",y:r&&r.filterSize&&r.filterSize.y||"0%"},width:r&&r.width,height:r&&r.height,runExpressions:!r||r.runExpressions===void 0||r.runExpressions},this.globalData={_mdf:!1,frameNum:-1,defs:x,renderConfig:this.renderConfig},this.elements=[],this.pendingElements=[],this.destroyed=!1,this.rendererType="svg"}return L([re],zd),zd.prototype.createComp=function(e){return new la(e,this.globalData,this)},fb("svg",zd),bi.registerModifier("tm",gr),bi.registerModifier("pb",Zs),bi.registerModifier("rp",kr),bi.registerModifier("rd",Qs),bi.registerModifier("zz",ta),bi.registerModifier("op",ea),Ot})});var On=globalThis,Pn=On.ShadowRoot&&(On.ShadyCSS===void 0||On.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Ud=Symbol(),am=new WeakMap,da=class{constructor(o,t,i){if(this._$cssResult$=!0,i!==Ud)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=o,this.t=t}get styleSheet(){let o=this.o,t=this.t;if(Pn&&o===void 0){let i=t!==void 0&&t.length===1;i&&(o=am.get(t)),o===void 0&&((this.o=o=new CSSStyleSheet).replaceSync(this.cssText),i&&am.set(t,o))}return o}toString(){return this.cssText}},nm=n=>new da(typeof n=="string"?n:n+"",void 0,Ud),B=(n,...o)=>{let t=n.length===1?n[0]:o.reduce((i,a,d)=>i+(m=>{if(m._$cssResult$===!0)return m.cssText;if(typeof m=="number")return m;throw Error("Value passed to 'css' function must be a 'css' function result: "+m+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(a)+n[d+1],n[0]);return new da(t,n,Ud)},Gd=(n,o)=>{if(Pn)n.adoptedStyleSheets=o.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(let t of o){let i=document.createElement("style"),a=On.litNonce;a!==void 0&&i.setAttribute("nonce",a),i.textContent=t.cssText,n.appendChild(i)}},Dn=Pn?n=>n:n=>n instanceof CSSStyleSheet?(o=>{let t="";for(let i of o.cssRules)t+=i.cssText;return nm(t)})(n):n;var{is:my,defineProperty:uy,getOwnPropertyDescriptor:fy,getOwnPropertyNames:vy,getOwnPropertySymbols:gy,getPrototypeOf:by}=Object,ki=globalThis,lm=ki.trustedTypes,yy=lm?lm.emptyScript:"",Hd=ki.reactiveElementPolyfillSupport,ca=(n,o)=>n,ha={toAttribute(n,o){switch(o){case Boolean:n=n?yy:null;break;case Object:case Array:n=n==null?n:JSON.stringify(n)}return n},fromAttribute(n,o){let t=n;switch(o){case Boolean:t=n!==null;break;case Number:t=n===null?null:Number(n);break;case Object:case Array:try{t=JSON.parse(n)}catch{t=null}}return t}},$n=(n,o)=>!my(n,o),dm={attribute:!0,type:String,converter:ha,reflect:!1,hasChanged:$n},cm,hm;(cm=Symbol.metadata)!=null||(Symbol.metadata=Symbol("metadata")),(hm=ki.litPropertyMetadata)!=null||(ki.litPropertyMetadata=new WeakMap);var Qr=class extends HTMLElement{static addInitializer(o){var t;this._$Ei(),((t=this.l)!=null?t:this.l=[]).push(o)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(o,t=dm){if(t.state&&(t.attribute=!1),this._$Ei(),this.elementProperties.set(o,t),!t.noAccessor){let i=Symbol(),a=this.getPropertyDescriptor(o,i,t);a!==void 0&&uy(this.prototype,o,a)}}static getPropertyDescriptor(o,t,i){var m;let{get:a,set:d}=(m=fy(this.prototype,o))!=null?m:{get(){return this[t]},set(b){this[t]=b}};return{get(){return a==null?void 0:a.call(this)},set(b){let C=a==null?void 0:a.call(this);d.call(this,b),this.requestUpdate(o,C,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(o){var t;return(t=this.elementProperties.get(o))!=null?t:dm}static _$Ei(){if(this.hasOwnProperty(ca("elementProperties")))return;let o=by(this);o.finalize(),o.l!==void 0&&(this.l=[...o.l]),this.elementProperties=new Map(o.elementProperties)}static finalize(){if(this.hasOwnProperty(ca("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(ca("properties"))){let t=this.properties,i=[...vy(t),...gy(t)];for(let a of i)this.createProperty(a,t[a])}let o=this[Symbol.metadata];if(o!==null){let t=litPropertyMetadata.get(o);if(t!==void 0)for(let[i,a]of t)this.elementProperties.set(i,a)}this._$Eh=new Map;for(let[t,i]of this.elementProperties){let a=this._$Eu(t,i);a!==void 0&&this._$Eh.set(a,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(o){let t=[];if(Array.isArray(o)){let i=new Set(o.flat(1/0).reverse());for(let a of i)t.unshift(Dn(a))}else o!==void 0&&t.push(Dn(o));return t}static _$Eu(o,t){let i=t.attribute;return i===!1?void 0:typeof i=="string"?i:typeof o=="string"?o.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var o;this._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),(o=this.constructor.l)==null||o.forEach(t=>t(this))}addController(o){var t,i;((t=this._$EO)!=null?t:this._$EO=new Set).add(o),this.renderRoot!==void 0&&this.isConnected&&((i=o.hostConnected)==null||i.call(o))}removeController(o){var t;(t=this._$EO)==null||t.delete(o)}_$E_(){let o=new Map,t=this.constructor.elementProperties;for(let i of t.keys())this.hasOwnProperty(i)&&(o.set(i,this[i]),delete this[i]);o.size>0&&(this._$Ep=o)}createRenderRoot(){var t;let o=(t=this.shadowRoot)!=null?t:this.attachShadow(this.constructor.shadowRootOptions);return Gd(o,this.constructor.elementStyles),o}connectedCallback(){var o,t;(o=this.renderRoot)!=null||(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(t=this._$EO)==null||t.forEach(i=>{var a;return(a=i.hostConnected)==null?void 0:a.call(i)})}enableUpdating(o){}disconnectedCallback(){var o;(o=this._$EO)==null||o.forEach(t=>{var i;return(i=t.hostDisconnected)==null?void 0:i.call(t)})}attributeChangedCallback(o,t,i){this._$AK(o,i)}_$EC(o,t){var d;let i=this.constructor.elementProperties.get(o),a=this.constructor._$Eu(o,i);if(a!==void 0&&i.reflect===!0){let m=(((d=i.converter)==null?void 0:d.toAttribute)!==void 0?i.converter:ha).toAttribute(t,i.type);this._$Em=o,m==null?this.removeAttribute(a):this.setAttribute(a,m),this._$Em=null}}_$AK(o,t){var d;let i=this.constructor,a=i._$Eh.get(o);if(a!==void 0&&this._$Em!==a){let m=i.getPropertyOptions(a),b=typeof m.converter=="function"?{fromAttribute:m.converter}:((d=m.converter)==null?void 0:d.fromAttribute)!==void 0?m.converter:ha;this._$Em=a,this[a]=b.fromAttribute(t,m.type),this._$Em=null}}requestUpdate(o,t,i){var a;if(o!==void 0){if(i!=null||(i=this.constructor.getPropertyOptions(o)),!((a=i.hasChanged)!=null?a:$n)(this[o],t))return;this.P(o,t,i)}this.isUpdatePending===!1&&(this._$ES=this._$ET())}P(o,t,i){var a;this._$AL.has(o)||this._$AL.set(o,t),i.reflect===!0&&this._$Em!==o&&((a=this._$Ej)!=null?a:this._$Ej=new Set).add(o)}async _$ET(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}let o=this.scheduleUpdate();return o!=null&&await o,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var i,a;if(!this.isUpdatePending)return;if(!this.hasUpdated){if((i=this.renderRoot)!=null||(this.renderRoot=this.createRenderRoot()),this._$Ep){for(let[m,b]of this._$Ep)this[m]=b;this._$Ep=void 0}let d=this.constructor.elementProperties;if(d.size>0)for(let[m,b]of d)b.wrapped!==!0||this._$AL.has(m)||this[m]===void 0||this.P(m,this[m],b)}let o=!1,t=this._$AL;try{o=this.shouldUpdate(t),o?(this.willUpdate(t),(a=this._$EO)==null||a.forEach(d=>{var m;return(m=d.hostUpdate)==null?void 0:m.call(d)}),this.update(t)):this._$EU()}catch(d){throw o=!1,this._$EU(),d}o&&this._$AE(t)}willUpdate(o){}_$AE(o){var t;(t=this._$EO)==null||t.forEach(i=>{var a;return(a=i.hostUpdated)==null?void 0:a.call(i)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(o)),this.updated(o)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(o){return!0}update(o){this._$Ej&&(this._$Ej=this._$Ej.forEach(t=>this._$EC(t,this[t]))),this._$EU()}updated(o){}firstUpdated(o){}},pm;Qr.elementStyles=[],Qr.shadowRootOptions={mode:"open"},Qr[ca("elementProperties")]=new Map,Qr[ca("finalized")]=new Map,Hd==null||Hd({ReactiveElement:Qr}),((pm=ki.reactiveElementVersions)!=null?pm:ki.reactiveElementVersions=[]).push("2.0.4");var ma=globalThis,Fn=ma.trustedTypes,mm=Fn?Fn.createPolicy("lit-html",{createHTML:n=>n}):void 0,jd="$lit$",Jr=`lit$${Math.random().toFixed(9).slice(2)}$`,Kd="?"+Jr,Ey=`<${Kd}>`,po=document,ua=()=>po.createComment(""),fa=n=>n===null||typeof n!="object"&&typeof n!="function",qd=Array.isArray,Em=n=>qd(n)||typeof(n==null?void 0:n[Symbol.iterator])=="function",Yd=`[ 	
         
     | 
| 
       3 
     | 
    
         
            -
            \f\r]`, 
     | 
| 
       4 
     | 
    
         
            -
            \f\r"'\`<>=]|("|')|))|$)`,"g"),vm=/'/g,gm=/"/g,Tm=/^(?:script|style|textarea|title)$/i,Xd=n=>(o,...t)=>({_$litType$:n,strings:o,values:t}),_=Xd(1),qA=Xd(2),XA=Xd(3),ge=Symbol.for("lit-noChange"),j=Symbol.for("lit-nothing"),bm=new WeakMap,ho=po.createTreeWalker(po,129);function xm(n,o){if(!qd(n)||!n.hasOwnProperty("raw"))throw Error("invalid template strings array");return mm!==void 0?mm.createHTML(o):o}var Am=(n,o)=>{let t=n.length-1,i=[],a,d=o===2?"<svg>":o===3?"<math>":"",m=pa;for(let b=0;b<t;b++){let C=n[b],L,W,q=-1,it=0;for(;it<C.length&&(m.lastIndex=it,W=m.exec(C),W!==null);)it=m.lastIndex,m===pa?W[1]==="!--"?m=um:W[1]!==void 0?m=fm:W[2]!==void 0?(Tm.test(W[2])&&(a=RegExp("</"+W[2],"g")),m=co):W[3]!==void 0&&(m=co):m===co?W[0]===">"?(m=a!=null?a:pa,q=-1):W[1]===void 0?q=-2:(q=m.lastIndex-W[2].length,L=W[1],m=W[3]===void 0?co:W[3]==='"'?gm:vm):m===gm||m===vm?m=co:m===um||m===fm?m=pa:(m=co,a=void 0);let X=m===co&&n[b+1].startsWith("/>")?" ":"";d+=m===pa?C+Ey:q>=0?(i.push(L),C.slice(0,q)+jd+C.slice(q)+Jr+X):C+Jr+(q===-2?b:X)}return[xm(n,d+(n[t]||"<?>")+(o===2?"</svg>":o===3?"</math>":"")),i]},va=class n{constructor({strings:o,_$litType$:t},i){let a;this.parts=[];let d=0,m=0,b=o.length-1,C=this.parts,[L,W]=Am(o,t);if(this.el=n.createElement(L,i),ho.currentNode=this.el.content,t===2||t===3){let q=this.el.content.firstChild;q.replaceWith(...q.childNodes)}for(;(a=ho.nextNode())!==null&&C.length<b;){if(a.nodeType===1){if(a.hasAttributes())for(let q of a.getAttributeNames())if(q.endsWith(jd)){let it=W[m++],X=a.getAttribute(q).split(Jr),rt=/([.?@])?(.*)/.exec(it);C.push({type:1,index:d,name:rt[2],strings:X,ctor:rt[1]==="."?zn:rt[1]==="?"?Bn:rt[1]==="@"?Un:uo}),a.removeAttribute(q)}else q.startsWith(Jr)&&(C.push({type:6,index:d}),a.removeAttribute(q));if(Tm.test(a.tagName)){let q=a.textContent.split(Jr),it=q.length-1;if(it>0){a.textContent=Fn?Fn.emptyScript:"";for(let X=0;X<it;X++)a.append(q[X],ua()),ho.nextNode(),C.push({type:2,index:++d});a.append(q[it],ua())}}}else if(a.nodeType===8)if(a.data===Kd)C.push({type:2,index:d});else{let q=-1;for(;(q=a.data.indexOf(Jr,q+1))!==-1;)C.push({type:7,index:d}),q+=Jr.length-1}d++}}static createElement(o,t){let i=po.createElement("template");return i.innerHTML=o,i}};function mo(n,o,t=n,i){var m,b,C;if(o===ge)return o;let a=i!==void 0?(m=t.o)==null?void 0:m[i]:t.l,d=fa(o)?void 0:o._$litDirective$;return(a==null?void 0:a.constructor)!==d&&((b=a==null?void 0:a._$AO)==null||b.call(a,!1),d===void 0?a=void 0:(a=new d(n),a._$AT(n,t,i)),i!==void 0?((C=t.o)!=null?C:t.o=[])[i]=a:t.l=a),a!==void 0&&(o=mo(n,a._$AS(n,o.values),a,i)),o}var Vn=class{constructor(o,t){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){var L;let{el:{content:t},parts:i}=this._$AD,a=((L=o==null?void 0:o.creationScope)!=null?L:po).importNode(t,!0);ho.currentNode=a;let d=ho.nextNode(),m=0,b=0,C=i[0];for(;C!==void 0;){if(m===C.index){let W;C.type===2?W=new es(d,d.nextSibling,this,o):C.type===1?W=new C.ctor(d,C.name,C.strings,this,o):C.type===6&&(W=new Gn(d,this,o)),this._$AV.push(W),C=i[++b]}m!==(C==null?void 0:C.index)&&(d=ho.nextNode(),m++)}return ho.currentNode=po,a}p(o){let t=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(o,i,t),t+=i.strings.length-2):i._$AI(o[t])),t++}},es=class n{get _$AU(){var o,t;return(t=(o=this._$AM)==null?void 0:o._$AU)!=null?t:this.v}constructor(o,t,i,a){var d;this.type=2,this._$AH=j,this._$AN=void 0,this._$AA=o,this._$AB=t,this._$AM=i,this.options=a,this.v=(d=a==null?void 0:a.isConnected)!=null?d:!0}get parentNode(){let o=this._$AA.parentNode,t=this._$AM;return t!==void 0&&(o==null?void 0:o.nodeType)===11&&(o=t.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,t=this){o=mo(this,o,t),fa(o)?o===j||o==null||o===""?(this._$AH!==j&&this._$AR(),this._$AH=j):o!==this._$AH&&o!==ge&&this._(o):o._$litType$!==void 0?this.$(o):o.nodeType!==void 0?this.T(o):Em(o)?this.k(o):this._(o)}O(o){return this._$AA.parentNode.insertBefore(o,this._$AB)}T(o){this._$AH!==o&&(this._$AR(),this._$AH=this.O(o))}_(o){this._$AH!==j&&fa(this._$AH)?this._$AA.nextSibling.data=o:this.T(po.createTextNode(o)),this._$AH=o}$(o){var d;let{values:t,_$litType$:i}=o,a=typeof i=="number"?this._$AC(o):(i.el===void 0&&(i.el=va.createElement(xm(i.h,i.h[0]),this.options)),i);if(((d=this._$AH)==null?void 0:d._$AD)===a)this._$AH.p(t);else{let m=new Vn(a,this),b=m.u(this.options);m.p(t),this.T(b),this._$AH=m}}_$AC(o){let t=bm.get(o.strings);return t===void 0&&bm.set(o.strings,t=new va(o)),t}k(o){qd(this._$AH)||(this._$AH=[],this._$AR());let t=this._$AH,i,a=0;for(let d of o)a===t.length?t.push(i=new n(this.O(ua()),this.O(ua()),this,this.options)):i=t[a],i._$AI(d),a++;a<t.length&&(this._$AR(i&&i._$AB.nextSibling,a),t.length=a)}_$AR(o=this._$AA.nextSibling,t){var i;for((i=this._$AP)==null?void 0:i.call(this,!1,!0,t);o&&o!==this._$AB;){let a=o.nextSibling;o.remove(),o=a}}setConnected(o){var t;this._$AM===void 0&&(this.v=o,(t=this._$AP)==null||t.call(this,o))}},uo=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,t,i,a,d){this.type=1,this._$AH=j,this._$AN=void 0,this.element=o,this.name=t,this._$AM=a,this.options=d,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=j}_$AI(o,t=this,i,a){let d=this.strings,m=!1;if(d===void 0)o=mo(this,o,t,0),m=!fa(o)||o!==this._$AH&&o!==ge,m&&(this._$AH=o);else{let b=o,C,L;for(o=d[0],C=0;C<d.length-1;C++)L=mo(this,b[i+C],t,C),L===ge&&(L=this._$AH[C]),m||(m=!fa(L)||L!==this._$AH[C]),L===j?o=j:o!==j&&(o+=(L!=null?L:"")+d[C+1]),this._$AH[C]=L}m&&!a&&this.j(o)}j(o){o===j?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o!=null?o:"")}},zn=class extends uo{constructor(){super(...arguments),this.type=3}j(o){this.element[this.name]=o===j?void 0:o}},Bn=class extends uo{constructor(){super(...arguments),this.type=4}j(o){this.element.toggleAttribute(this.name,!!o&&o!==j)}},Un=class extends uo{constructor(o,t,i,a,d){super(o,t,i,a,d),this.type=5}_$AI(o,t=this){var m;if((o=(m=mo(this,o,t,0))!=null?m:j)===ge)return;let i=this._$AH,a=o===j&&i!==j||o.capture!==i.capture||o.once!==i.once||o.passive!==i.passive,d=o!==j&&(i===j||a);a&&this.element.removeEventListener(this.name,this,i),d&&this.element.addEventListener(this.name,this,o),this._$AH=o}handleEvent(o){var t,i;typeof this._$AH=="function"?this._$AH.call((i=(t=this.options)==null?void 0:t.host)!=null?i:this.element,o):this._$AH.handleEvent(o)}},Gn=class{constructor(o,t,i){this.element=o,this.type=6,this._$AN=void 0,this._$AM=t,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(o){mo(this,o)}},Sm={M:jd,P:Jr,A:Kd,C:1,L:Am,R:Vn,D:Em,V:mo,I:es,H:uo,N:Bn,U:Un,B:zn,F:Gn},Wd=ma.litHtmlPolyfillSupport,ym;Wd==null||Wd(va,es),((ym=ma.litHtmlVersions)!=null?ym:ma.litHtmlVersions=[]).push("3.2.0");var _m=(n,o,t)=>{var d,m;let i=(d=t==null?void 0:t.renderBefore)!=null?d:o,a=i._$litPart$;if(a===void 0){let b=(m=t==null?void 0:t.renderBefore)!=null?m:null;i._$litPart$=a=new es(o.insertBefore(ua(),b),b,void 0,t!=null?t:{})}return a._$AI(n),a};var wi=class extends Qr{constructor(){super(...arguments),this.renderOptions={host:this},this.o=void 0}createRenderRoot(){var t,i;let o=super.createRenderRoot();return(i=(t=this.renderOptions).renderBefore)!=null||(t.renderBefore=o.firstChild),o}update(o){let t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(o),this.o=_m(t,this.renderRoot,this.renderOptions)}connectedCallback(){var o;super.connectedCallback(),(o=this.o)==null||o.setConnected(!0)}disconnectedCallback(){var o;super.disconnectedCallback(),(o=this.o)==null||o.setConnected(!1)}render(){return ge}},Im;wi._$litElement$=!0,wi.finalized=!0,(Im=globalThis.litElementHydrateSupport)==null||Im.call(globalThis,{LitElement:wi});var Zd=globalThis.litElementPolyfillSupport;Zd==null||Zd({LitElement:wi});var Cm;((Cm=globalThis.litElementVersions)!=null?Cm:globalThis.litElementVersions=[]).push("4.1.0");var Ty={attribute:!0,type:String,converter:ha,reflect:!1,hasChanged:$n},xy=(n=Ty,o,t)=>{let{kind:i,metadata:a}=t,d=globalThis.litPropertyMetadata.get(a);if(d===void 0&&globalThis.litPropertyMetadata.set(a,d=new Map),d.set(t.name,n),i==="accessor"){let{name:m}=t;return{set(b){let C=o.get.call(this);o.set.call(this,b),this.requestUpdate(m,C,n)},init(b){return b!==void 0&&this.P(m,void 0,n),b}}}if(i==="setter"){let{name:m}=t;return function(b){let C=this[m];o.call(this,b),this.requestUpdate(m,C,n)}}throw Error("Unsupported decorator location: "+i)};function u(n){return(o,t)=>typeof t=="object"?xy(n,o,t):((i,a,d)=>{let m=a.hasOwnProperty(d);return a.constructor.createProperty(d,m?{...i,wrapped:!0}:i),m?Object.getOwnPropertyDescriptor(a,d):void 0})(n,o,t)}function vt(n){return u({...n,state:!0,attribute:!1})}var Lr=(n,o,t)=>(t.configurable=!0,t.enumerable=!0,Reflect.decorate&&typeof o!="object"&&Object.defineProperty(n,o,t),t);function ir(n,o){return(t,i,a)=>{let d=m=>{var b,C;return(C=(b=m.renderRoot)==null?void 0:b.querySelector(n))!=null?C:null};if(o){let{get:m,set:b}=typeof i=="object"?t:a!=null?a:(()=>{let C=Symbol();return{get(){return this[C]},set(L){this[C]=L}}})();return Lr(t,i,{get(){let C=m.call(this);return C===void 0&&(C=d(this),(C!==null||this.hasUpdated)&&b.call(this,C)),C}})}return Lr(t,i,{get(){return d(this)}})}}var Qd;function km(n){return(o,t)=>Lr(o,t,{get(){var i;return((i=this.renderRoot)!=null?i:Qd!=null?Qd:Qd=document.createDocumentFragment()).querySelectorAll(n)}})}function Pt(n){return(o,t)=>{let{slot:i,selector:a}=n!=null?n:{},d="slot"+(i?`[name=${i}]`:":not([name])");return Lr(o,t,{get(){var C,L;let m=(C=this.renderRoot)==null?void 0:C.querySelector(d),b=(L=m==null?void 0:m.assignedElements(n))!=null?L:[];return a===void 0?b:b.filter(W=>W.matches(a))}})}}function Hn(n){return(o,t)=>{let{slot:i}=n!=null?n:{},a="slot"+(i?`[name=${i}]`:":not([name])");return Lr(o,t,{get(){var m,b;let d=(m=this.renderRoot)==null?void 0:m.querySelector(a);return(b=d==null?void 0:d.assignedNodes(n))!=null?b:[]}})}}var Ay={PREFIX:"mdc",SEPARATOR:"-"},Sy={NAMESPACE:Ay},Jd=Sy;var _y=n=>[Jd.NAMESPACE.PREFIX,n].join(Jd.NAMESPACE.SEPARATOR),V={constructTagName:_y};var et={ALERTDIALOG:"alertdialog",BUTTON:"button",CHECKBOX:"checkbox",COMBOBOX:"combobox",DIALOG:"dialog",GROUP:"group",HEADING:"heading",IMG:"img",LIST:"list",LISTBOX:"listbox",LISTITEM:"listitem",MENU:"menu",MENUBAR:"menubar",MENUITEM:"menuitem",MENUITEMCHECKBOX:"menuitemcheckbox",MENUITEMRADIO:"menuitemradio",NAVIGATION:"navigation",OPTION:"option",PRESENTATION:"presentation",PROGRESSBAR:"progressbar",RADIO:"radio",RADIOGROUP:"radiogroup",REGION:"region",TAB:"tab",TABLIST:"tablist",TOOLTIP:"tooltip"};var wm=V.constructTagName("buttonsimple"),fo={12:12,14:14,16:16,20:20,24:24,28:28,32:32,40:40,48:48,52:52,64:64,72:72,88:88,124:124},rs={BUTTON:"button",SUBMIT:"submit",RESET:"reset"},ga={SIZE:fo[32],TYPE:rs.BUTTON,ROLE:et.BUTTON,ARIA_STATE_KEY:"aria-pressed"};var ti=V.constructTagName("button"),$t={PRIMARY:"primary",SECONDARY:"secondary",TERTIARY:"tertiary"},ba={40:40,32:32,28:28,24:24},or={64:64,52:52,20:20,...ba},vo={POSITIVE:"positive",NEGATIVE:"negative",ACCENT:"accent",PROMOTIONAL:"promotional",DEFAULT:"default"},is={PILL:"pill",ICON:"icon",PILL_WITH_ICON:"pill-with-icon"},Oe={VARIANT:$t.PRIMARY,SIZE:ba[32],COLOR:vo.DEFAULT,TYPE_INTERNAL:is.ICON,TYPE:rs.BUTTON,INVERTED:!1};var Yn=n=>{class o extends n{constructor(){super(...arguments);this.variant=Oe.VARIANT;this.color=Oe.COLOR;this.typeInternal=Oe.TYPE_INTERNAL}setVariant(a){this.setAttribute("variant",Object.values($t).includes(a)?a:Oe.VARIANT)}setColor(a){!Object.values(vo).includes(a)||this.variant===$t.TERTIARY?this.setAttribute("color",`${Oe.COLOR}`):this.setAttribute("color",a)}setSize(a){let m=this.typeInternal===is.ICON?Object.values(or).includes(a)&&!(a===or[20]&&this.variant!==$t.TERTIARY):Object.values(ba).includes(a);this.setAttribute("size",m?`${a}`:`${Oe.SIZE}`)}inferButtonType(){var L,W,q,it,X,rt;let a=(W=(L=this.shadowRoot)==null?void 0:L.querySelector("slot:not([name])"))==null?void 0:W.assignedNodes().filter(lt=>{var dt;return lt.nodeType!==Node.TEXT_NODE||((dt=lt.textContent)==null?void 0:dt.trim())}).length,d=(it=(q=this.shadowRoot)==null?void 0:q.querySelector('slot[name="prefix"]'))==null?void 0:it.assignedNodes().filter(lt=>{var dt;return lt.nodeType!==Node.TEXT_NODE||((dt=lt.textContent)==null?void 0:dt.trim())}).length,m=this.prefixIcon||d&&d>0,b=(rt=(X=this.shadowRoot)==null?void 0:X.querySelector('slot[name="postfix"]'))==null?void 0:rt.assignedNodes().filter(lt=>{var dt;return lt.nodeType!==Node.TEXT_NODE||((dt=lt.textContent)==null?void 0:dt.trim())}).length,C=this.postfixIcon||b&&b>0;a&&(m||C)?(this.typeInternal=is.PILL_WITH_ICON,this.setAttribute("data-btn-type","pill-with-icon")):!a&&(m||C)?(this.typeInternal=is.ICON,this.setAttribute("data-btn-type","icon")):(this.typeInternal=is.PILL,this.setAttribute("data-btn-type","pill"))}}return p([u({type:String,attribute:"prefix-icon",reflect:!0})],o.prototype,"prefixIcon",2),p([u({type:String,attribute:"postfix-icon",reflect:!0})],o.prototype,"postfixIcon",2),p([u({type:String})],o.prototype,"variant",2),p([u({type:String})],o.prototype,"color",2),p([vt()],o.prototype,"typeInternal",2),o};var Nm=B`
         
     | 
| 
      
 1 
     | 
    
         
            +
            "use strict";(()=>{var py=Object.create;var Ud=Object.defineProperty;var nm=Object.getOwnPropertyDescriptor;var my=Object.getOwnPropertyNames;var uy=Object.getPrototypeOf,fy=Object.prototype.hasOwnProperty;var vy=(n,o)=>()=>(o||n((o={exports:{}}).exports,o),o.exports);var gy=(n,o,t,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of my(o))!fy.call(n,s)&&s!==t&&Ud(n,s,{get:()=>o[s],enumerable:!(r=nm(o,s))||r.enumerable});return n};var by=(n,o,t)=>(t=n!=null?py(uy(n)):{},gy(o||!n||!n.__esModule?Ud(t,"default",{value:n,enumerable:!0}):t,n));var p=(n,o,t,r)=>{for(var s=r>1?void 0:r?nm(o,t):o,d=n.length-1,m;d>=0;d--)(m=n[d])&&(s=(r?m(o,t,s):m(s))||s);return r&&s&&Ud(o,t,s),s};var lu=vy((_a,ll)=>{typeof navigator<"u"&&function(n,o){typeof _a=="object"&&typeof ll<"u"?ll.exports=o():typeof define=="function"&&define.amd?define(o):(n=typeof globalThis<"u"?globalThis:n||self,n.lottie=o())}(_a,function(){"use strict";var n="http://www.w3.org/2000/svg",o="",t=!1,r=-999999,s=function(i){t=!!i},d=function(){return t},m=function(i){o=i},b=function(){return o};function x(e){return document.createElement(e)}function L(e,i){var a,l=e.length,h;for(a=0;a<l;a+=1){h=e[a].prototype;for(var c in h)Object.prototype.hasOwnProperty.call(h,c)&&(i.prototype[c]=h[c])}}function U(e,i){return Object.getOwnPropertyDescriptor(e,i)}function K(e){function i(){}return i.prototype=e,i}var Z=function(){function e(i){this.audios=[],this.audioFactory=i,this._volume=1,this._isMuted=!1}return e.prototype={addAudio:function(a){this.audios.push(a)},pause:function(){var a,l=this.audios.length;for(a=0;a<l;a+=1)this.audios[a].pause()},resume:function(){var a,l=this.audios.length;for(a=0;a<l;a+=1)this.audios[a].resume()},setRate:function(a){var l,h=this.audios.length;for(l=0;l<h;l+=1)this.audios[l].setRate(a)},createAudio:function(a){return this.audioFactory?this.audioFactory(a):window.Howl?new window.Howl({src:[a]}):{isPlaying:!1,play:function(){this.isPlaying=!0},seek:function(){this.isPlaying=!1},playing:function(){},rate:function(){},setVolume:function(){}}},setAudioFactory:function(a){this.audioFactory=a},setVolume:function(a){this._volume=a,this._updateVolume()},mute:function(){this._isMuted=!0,this._updateVolume()},unmute:function(){this._isMuted=!1,this._updateVolume()},getVolume:function(){return this._volume},_updateVolume:function(){var a,l=this.audios.length;for(a=0;a<l;a+=1)this.audios[a].volume(this._volume*(this._isMuted?0:1))}},function(){return new e}}(),X=function(){function e(a,l){var h=0,c=[],v;switch(a){case"int16":case"uint8c":v=1;break;default:v=1.1;break}for(h=0;h<l;h+=1)c.push(v);return c}function i(a,l){return a==="float32"?new Float32Array(l):a==="int16"?new Int16Array(l):a==="uint8c"?new Uint8ClampedArray(l):e(a,l)}return typeof Uint8ClampedArray=="function"&&typeof Float32Array=="function"?i:e}();function it(e){return Array.apply(null,{length:e})}function dt(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?dt=function(a){return typeof a}:dt=function(a){return a&&typeof Symbol=="function"&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},dt(e)}var lt=!0,gt=null,St=null,Ct="",Gt=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),zt=!1,Yt=Math.pow,Zt=Math.sqrt,ne=Math.floor,fr=Math.max,we=Math.min,Qe={};(function(){var e=["abs","acos","acosh","asin","asinh","atan","atanh","atan2","ceil","cbrt","expm1","clz32","cos","cosh","exp","floor","fround","hypot","imul","log","log1p","log2","log10","max","min","pow","random","round","sign","sin","sinh","sqrt","tan","tanh","trunc","E","LN10","LN2","LOG10E","LOG2E","PI","SQRT1_2","SQRT2"],i,a=e.length;for(i=0;i<a;i+=1)Qe[e[i]]=Math[e[i]]})();function vr(){return{}}Qe.random=Math.random,Qe.abs=function(e){var i=dt(e);if(i==="object"&&e.length){var a=it(e.length),l,h=e.length;for(l=0;l<h;l+=1)a[l]=Math.abs(e[l]);return a}return Math.abs(e)};var gr=150,kt=Math.PI/180,me=.5519;function Je(e){zt=!!e}function tr(e){return zt?Math.round(e):e}function er(e){e.style.position="absolute",e.style.top=0,e.style.left=0,e.style.display="block",e.style.transformOrigin="0 0",e.style.webkitTransformOrigin="0 0",e.style.backfaceVisibility="visible",e.style.webkitBackfaceVisibility="visible",e.style.transformStyle="preserve-3d",e.style.webkitTransformStyle="preserve-3d",e.style.mozTransformStyle="preserve-3d"}function rr(e,i,a,l){this.type=e,this.currentTime=i,this.totalTime=a,this.direction=l<0?-1:1}function vn(e,i){this.type=e,this.direction=i<0?-1:1}function up(e,i,a,l){this.type=e,this.currentLoop=a,this.totalLoops=i,this.direction=l<0?-1:1}function fp(e,i,a){this.type=e,this.firstFrame=i,this.totalFrames=a}function vp(e,i){this.type=e,this.target=i}function pb(e,i){this.type="renderFrameError",this.nativeError=e,this.currentTime=i}function mb(e){this.type="configError",this.nativeError=e}function GA(e,i){this.type=e,this.nativeError=i}var Ne=function(){var e=0;return function(){return e+=1,Ct+"__lottie_element_"+e}}();function wd(e,i,a){var l,h,c,v,A,g,k,R;switch(v=Math.floor(e*6),A=e*6-v,g=a*(1-i),k=a*(1-A*i),R=a*(1-(1-A)*i),v%6){case 0:l=a,h=R,c=g;break;case 1:l=k,h=a,c=g;break;case 2:l=g,h=a,c=R;break;case 3:l=g,h=k,c=a;break;case 4:l=R,h=g,c=a;break;case 5:l=a,h=g,c=k;break;default:break}return[l,h,c]}function Nd(e,i,a){var l=Math.max(e,i,a),h=Math.min(e,i,a),c=l-h,v,A=l===0?0:c/l,g=l/255;switch(l){case h:v=0;break;case e:v=i-a+c*(i<a?6:0),v/=6*c;break;case i:v=a-e+c*2,v/=6*c;break;case a:v=e-i+c*4,v/=6*c;break;default:break}return[v,A,g]}function gp(e,i){var a=Nd(e[0]*255,e[1]*255,e[2]*255);return a[1]+=i,a[1]>1?a[1]=1:a[1]<=0&&(a[1]=0),wd(a[0],a[1],a[2])}function bp(e,i){var a=Nd(e[0]*255,e[1]*255,e[2]*255);return a[2]+=i,a[2]>1?a[2]=1:a[2]<0&&(a[2]=0),wd(a[0],a[1],a[2])}function yp(e,i){var a=Nd(e[0]*255,e[1]*255,e[2]*255);return a[0]+=i/360,a[0]>1?a[0]-=1:a[0]<0&&(a[0]+=1),wd(a[0],a[1],a[2])}var YA=function(){var e=[],i,a;for(i=0;i<256;i+=1)a=i.toString(16),e[i]=a.length===1?"0"+a:a;return function(l,h,c){return l<0&&(l=0),h<0&&(h=0),c<0&&(c=0),"#"+e[l]+e[h]+e[c]}}(),ub=function(i){lt=!!i},fb=function(){return lt},vb=function(i){gt=i},gn=function(){return gt},WA=function(i){St=i},Ep=function(){return St},bn=function(i){gr=i},js=function(){return gr},gb=function(i){Ct=i},jA=function(){return Ct};function Tt(e){return document.createElementNS(n,e)}function yn(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?yn=function(a){return typeof a}:yn=function(a){return a&&typeof Symbol=="function"&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},yn(e)}var Ks=function(){var e=1,i=[],a,l,h={onmessage:function(){},postMessage:function(M){a({data:M})}},c={postMessage:function(M){h.onmessage({data:M})}};function v(T){if(window.Worker&&window.Blob&&d()){var M=new Blob(["var _workerSelf = self; self.onmessage = ",T.toString()],{type:"text/javascript"}),D=URL.createObjectURL(M);return new Worker(D)}return a=T,h}function A(){l||(l=v(function(M){function D(){function V(J,I){var P,f,y=J.length,Y,$,nt,ft;for(f=0;f<y;f+=1)if(P=J[f],"ks"in P&&!P.completed){if(P.completed=!0,P.hasMask){var Et=P.masksProperties;for($=Et.length,Y=0;Y<$;Y+=1)if(Et[Y].pt.k.i)w(Et[Y].pt.k);else for(ft=Et[Y].pt.k.length,nt=0;nt<ft;nt+=1)Et[Y].pt.k[nt].s&&w(Et[Y].pt.k[nt].s[0]),Et[Y].pt.k[nt].e&&w(Et[Y].pt.k[nt].e[0])}P.ty===0?(P.layers=E(P.refId,I),V(P.layers,I)):P.ty===4?S(P.shapes):P.ty===5&&xt(P)}}function N(J,I){if(J){var P=0,f=J.length;for(P=0;P<f;P+=1)J[P].t===1&&(J[P].data.layers=E(J[P].data.refId,I),V(J[P].data.layers,I))}}function C(J,I){for(var P=0,f=I.length;P<f;){if(I[P].id===J)return I[P];P+=1}return null}function E(J,I){var P=C(J,I);return P?P.layers.__used?JSON.parse(JSON.stringify(P.layers)):(P.layers.__used=!0,P.layers):null}function S(J){var I,P=J.length,f,y;for(I=P-1;I>=0;I-=1)if(J[I].ty==="sh")if(J[I].ks.k.i)w(J[I].ks.k);else for(y=J[I].ks.k.length,f=0;f<y;f+=1)J[I].ks.k[f].s&&w(J[I].ks.k[f].s[0]),J[I].ks.k[f].e&&w(J[I].ks.k[f].e[0]);else J[I].ty==="gr"&&S(J[I].it)}function w(J){var I,P=J.i.length;for(I=0;I<P;I+=1)J.i[I][0]+=J.v[I][0],J.i[I][1]+=J.v[I][1],J.o[I][0]+=J.v[I][0],J.o[I][1]+=J.v[I][1]}function F(J,I){var P=I?I.split("."):[100,100,100];return J[0]>P[0]?!0:P[0]>J[0]?!1:J[1]>P[1]?!0:P[1]>J[1]?!1:J[2]>P[2]?!0:P[2]>J[2]?!1:null}var H=function(){var J=[4,4,14];function I(f){var y=f.t.d;f.t.d={k:[{s:y,t:0}]}}function P(f){var y,Y=f.length;for(y=0;y<Y;y+=1)f[y].ty===5&&I(f[y])}return function(f){if(F(J,f.v)&&(P(f.layers),f.assets)){var y,Y=f.assets.length;for(y=0;y<Y;y+=1)f.assets[y].layers&&P(f.assets[y].layers)}}}(),W=function(){var J=[4,7,99];return function(I){if(I.chars&&!F(J,I.v)){var P,f=I.chars.length;for(P=0;P<f;P+=1){var y=I.chars[P];y.data&&y.data.shapes&&(S(y.data.shapes),y.data.ip=0,y.data.op=99999,y.data.st=0,y.data.sr=1,y.data.ks={p:{k:[0,0],a:0},s:{k:[100,100],a:0},a:{k:[0,0],a:0},r:{k:0,a:0},o:{k:100,a:0}},I.chars[P].t||(y.data.shapes.push({ty:"no"}),y.data.shapes[0].it.push({p:{k:[0,0],a:0},s:{k:[100,100],a:0},a:{k:[0,0],a:0},r:{k:0,a:0},o:{k:100,a:0},sk:{k:0,a:0},sa:{k:0,a:0},ty:"tr"})))}}}}(),et=function(){var J=[5,7,15];function I(f){var y=f.t.p;typeof y.a=="number"&&(y.a={a:0,k:y.a}),typeof y.p=="number"&&(y.p={a:0,k:y.p}),typeof y.r=="number"&&(y.r={a:0,k:y.r})}function P(f){var y,Y=f.length;for(y=0;y<Y;y+=1)f[y].ty===5&&I(f[y])}return function(f){if(F(J,f.v)&&(P(f.layers),f.assets)){var y,Y=f.assets.length;for(y=0;y<Y;y+=1)f.assets[y].layers&&P(f.assets[y].layers)}}}(),yt=function(){var J=[4,1,9];function I(f){var y,Y=f.length,$,nt;for(y=0;y<Y;y+=1)if(f[y].ty==="gr")I(f[y].it);else if(f[y].ty==="fl"||f[y].ty==="st")if(f[y].c.k&&f[y].c.k[0].i)for(nt=f[y].c.k.length,$=0;$<nt;$+=1)f[y].c.k[$].s&&(f[y].c.k[$].s[0]/=255,f[y].c.k[$].s[1]/=255,f[y].c.k[$].s[2]/=255,f[y].c.k[$].s[3]/=255),f[y].c.k[$].e&&(f[y].c.k[$].e[0]/=255,f[y].c.k[$].e[1]/=255,f[y].c.k[$].e[2]/=255,f[y].c.k[$].e[3]/=255);else f[y].c.k[0]/=255,f[y].c.k[1]/=255,f[y].c.k[2]/=255,f[y].c.k[3]/=255}function P(f){var y,Y=f.length;for(y=0;y<Y;y+=1)f[y].ty===4&&I(f[y].shapes)}return function(f){if(F(J,f.v)&&(P(f.layers),f.assets)){var y,Y=f.assets.length;for(y=0;y<Y;y+=1)f.assets[y].layers&&P(f.assets[y].layers)}}}(),pt=function(){var J=[4,4,18];function I(f){var y,Y=f.length,$,nt;for(y=Y-1;y>=0;y-=1)if(f[y].ty==="sh")if(f[y].ks.k.i)f[y].ks.k.c=f[y].closed;else for(nt=f[y].ks.k.length,$=0;$<nt;$+=1)f[y].ks.k[$].s&&(f[y].ks.k[$].s[0].c=f[y].closed),f[y].ks.k[$].e&&(f[y].ks.k[$].e[0].c=f[y].closed);else f[y].ty==="gr"&&I(f[y].it)}function P(f){var y,Y,$=f.length,nt,ft,Et,Rt;for(Y=0;Y<$;Y+=1){if(y=f[Y],y.hasMask){var Mt=y.masksProperties;for(ft=Mt.length,nt=0;nt<ft;nt+=1)if(Mt[nt].pt.k.i)Mt[nt].pt.k.c=Mt[nt].cl;else for(Rt=Mt[nt].pt.k.length,Et=0;Et<Rt;Et+=1)Mt[nt].pt.k[Et].s&&(Mt[nt].pt.k[Et].s[0].c=Mt[nt].cl),Mt[nt].pt.k[Et].e&&(Mt[nt].pt.k[Et].e[0].c=Mt[nt].cl)}y.ty===4&&I(y.shapes)}}return function(f){if(F(J,f.v)&&(P(f.layers),f.assets)){var y,Y=f.assets.length;for(y=0;y<Y;y+=1)f.assets[y].layers&&P(f.assets[y].layers)}}}();function ot(J){J.__complete||(yt(J),H(J),W(J),et(J),pt(J),V(J.layers,J.assets),N(J.chars,J.assets),J.__complete=!0)}function xt(J){J.t.a.length===0&&"m"in J.t.p}var ct={};return ct.completeData=ot,ct.checkColors=yt,ct.checkChars=W,ct.checkPathProperties=et,ct.checkShapes=pt,ct.completeLayers=V,ct}if(c.dataManager||(c.dataManager=D()),c.assetLoader||(c.assetLoader=function(){function V(C){var E=C.getResponseHeader("content-type");return E&&C.responseType==="json"&&E.indexOf("json")!==-1||C.response&&yn(C.response)==="object"?C.response:C.response&&typeof C.response=="string"?JSON.parse(C.response):C.responseText?JSON.parse(C.responseText):null}function N(C,E,S,w){var F,H=new XMLHttpRequest;try{H.responseType="json"}catch{}H.onreadystatechange=function(){if(H.readyState===4)if(H.status===200)F=V(H),S(F);else try{F=V(H),S(F)}catch(W){w&&w(W)}};try{H.open(["G","E","T"].join(""),C,!0)}catch{H.open(["G","E","T"].join(""),E+"/"+C,!0)}H.send()}return{load:N}}()),M.data.type==="loadAnimation")c.assetLoader.load(M.data.path,M.data.fullPath,function(V){c.dataManager.completeData(V),c.postMessage({id:M.data.id,payload:V,status:"success"})},function(){c.postMessage({id:M.data.id,status:"error"})});else if(M.data.type==="complete"){var O=M.data.animation;c.dataManager.completeData(O),c.postMessage({id:M.data.id,payload:O,status:"success"})}else M.data.type==="loadData"&&c.assetLoader.load(M.data.path,M.data.fullPath,function(V){c.postMessage({id:M.data.id,payload:V,status:"success"})},function(){c.postMessage({id:M.data.id,status:"error"})})}),l.onmessage=function(T){var M=T.data,D=M.id,O=i[D];i[D]=null,M.status==="success"?O.onComplete(M.payload):O.onError&&O.onError()})}function g(T,M){e+=1;var D="processId_"+e;return i[D]={onComplete:T,onError:M},D}function k(T,M,D){A();var O=g(M,D);l.postMessage({type:"loadAnimation",path:T,fullPath:window.location.origin+window.location.pathname,id:O})}function R(T,M,D){A();var O=g(M,D);l.postMessage({type:"loadData",path:T,fullPath:window.location.origin+window.location.pathname,id:O})}function G(T,M,D){A();var O=g(M,D);l.postMessage({type:"complete",animation:T,id:O})}return{loadAnimation:k,loadData:R,completeAnimation:G}}(),bb=function(){var e=function(){var N=x("canvas");N.width=1,N.height=1;var C=N.getContext("2d");return C.fillStyle="rgba(0,0,0,0)",C.fillRect(0,0,1,1),N}();function i(){this.loadedAssets+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function a(){this.loadedFootagesCount+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function l(N,C,E){var S="";if(N.e)S=N.p;else if(C){var w=N.p;w.indexOf("images/")!==-1&&(w=w.split("/")[1]),S=C+w}else S=E,S+=N.u?N.u:"",S+=N.p;return S}function h(N){var C=0,E=setInterval((function(){var S=N.getBBox();(S.width||C>500)&&(this._imageLoaded(),clearInterval(E)),C+=1}).bind(this),50)}function c(N){var C=l(N,this.assetsPath,this.path),E=Tt("image");Gt?this.testImageLoaded(E):E.addEventListener("load",this._imageLoaded,!1),E.addEventListener("error",(function(){S.img=e,this._imageLoaded()}).bind(this),!1),E.setAttributeNS("http://www.w3.org/1999/xlink","href",C),this._elementHelper.append?this._elementHelper.append(E):this._elementHelper.appendChild(E);var S={img:E,assetData:N};return S}function v(N){var C=l(N,this.assetsPath,this.path),E=x("img");E.crossOrigin="anonymous",E.addEventListener("load",this._imageLoaded,!1),E.addEventListener("error",(function(){S.img=e,this._imageLoaded()}).bind(this),!1),E.src=C;var S={img:E,assetData:N};return S}function A(N){var C={assetData:N},E=l(N,this.assetsPath,this.path);return Ks.loadData(E,(function(S){C.img=S,this._footageLoaded()}).bind(this),(function(){C.img={},this._footageLoaded()}).bind(this)),C}function g(N,C){this.imagesLoadedCb=C;var E,S=N.length;for(E=0;E<S;E+=1)N[E].layers||(!N[E].t||N[E].t==="seq"?(this.totalImages+=1,this.images.push(this._createImageData(N[E]))):N[E].t===3&&(this.totalFootages+=1,this.images.push(this.createFootageData(N[E]))))}function k(N){this.path=N||""}function R(N){this.assetsPath=N||""}function G(N){for(var C=0,E=this.images.length;C<E;){if(this.images[C].assetData===N)return this.images[C].img;C+=1}return null}function T(){this.imagesLoadedCb=null,this.images.length=0}function M(){return this.totalImages===this.loadedAssets}function D(){return this.totalFootages===this.loadedFootagesCount}function O(N,C){N==="svg"?(this._elementHelper=C,this._createImageData=this.createImageData.bind(this)):this._createImageData=this.createImgData.bind(this)}function V(){this._imageLoaded=i.bind(this),this._footageLoaded=a.bind(this),this.testImageLoaded=h.bind(this),this.createFootageData=A.bind(this),this.assetsPath="",this.path="",this.totalImages=0,this.totalFootages=0,this.loadedAssets=0,this.loadedFootagesCount=0,this.imagesLoadedCb=null,this.images=[]}return V.prototype={loadAssets:g,setAssetsPath:R,setPath:k,loadedImages:M,loadedFootages:D,destroy:T,getAsset:G,createImgData:v,createImageData:c,imageLoaded:i,footageLoaded:a,setCacheType:O},V}();function Tp(){}Tp.prototype={triggerEvent:function(i,a){if(this._cbs[i])for(var l=this._cbs[i],h=0;h<l.length;h+=1)l[h](a)},addEventListener:function(i,a){return this._cbs[i]||(this._cbs[i]=[]),this._cbs[i].push(a),(function(){this.removeEventListener(i,a)}).bind(this)},removeEventListener:function(i,a){if(!a)this._cbs[i]=null;else if(this._cbs[i]){for(var l=0,h=this._cbs[i].length;l<h;)this._cbs[i][l]===a&&(this._cbs[i].splice(l,1),l-=1,h-=1),l+=1;this._cbs[i].length||(this._cbs[i]=null)}}};var yb=function(){function e(i){for(var a=i.split(`\r
         
     | 
| 
      
 2 
     | 
    
         
            +
            `),l={},h,c=0,v=0;v<a.length;v+=1)h=a[v].split(":"),h.length===2&&(l[h[0]]=h[1].trim(),c+=1);if(c===0)throw new Error;return l}return function(i){for(var a=[],l=0;l<i.length;l+=1){var h=i[l],c={time:h.tm,duration:h.dr};try{c.payload=JSON.parse(i[l].cm)}catch{try{c.payload=e(i[l].cm)}catch{c.payload={name:i[l].cm}}}a.push(c)}return a}}(),Eb=function(){function e(i){this.compositions.push(i)}return function(){function i(a){for(var l=0,h=this.compositions.length;l<h;){if(this.compositions[l].data&&this.compositions[l].data.nm===a)return this.compositions[l].prepareFrame&&this.compositions[l].data.xt&&this.compositions[l].prepareFrame(this.currentFrame),this.compositions[l].compInterface;l+=1}return null}return i.compositions=[],i.currentFrame=0,i.registerComposition=e,i}}(),qs={},Tb=function(i,a){qs[i]=a};function xb(e){return qs[e]}function Ab(){if(qs.canvas)return"canvas";for(var e in qs)if(qs[e])return e;return""}function Xs(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Xs=function(a){return typeof a}:Xs=function(a){return a&&typeof Symbol=="function"&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},Xs(e)}var ut=function(){this._cbs=[],this.name="",this.path="",this.isLoaded=!1,this.currentFrame=0,this.currentRawFrame=0,this.firstFrame=0,this.totalFrames=0,this.frameRate=0,this.frameMult=0,this.playSpeed=1,this.playDirection=1,this.playCount=0,this.animationData={},this.assets=[],this.isPaused=!0,this.autoplay=!1,this.loop=!0,this.renderer=null,this.animationID=Ne(),this.assetsPath="",this.timeCompleted=0,this.segmentPos=0,this.isSubframeEnabled=fb(),this.segments=[],this._idle=!0,this._completedLoop=!1,this.projectInterface=Eb(),this.imagePreloader=new bb,this.audioController=Z(),this.markers=[],this.configAnimation=this.configAnimation.bind(this),this.onSetupError=this.onSetupError.bind(this),this.onSegmentComplete=this.onSegmentComplete.bind(this),this.drawnFrameEvent=new rr("drawnFrame",0,0,0),this.expressionsPlugin=gn()};L([Tp],ut),ut.prototype.setParams=function(e){(e.wrapper||e.container)&&(this.wrapper=e.wrapper||e.container);var i="svg";e.animType?i=e.animType:e.renderer&&(i=e.renderer);var a=xb(i);this.renderer=new a(this,e.rendererSettings),this.imagePreloader.setCacheType(i,this.renderer.globalData.defs),this.renderer.setProjectInterface(this.projectInterface),this.animType=i,e.loop===""||e.loop===null||e.loop===void 0||e.loop===!0?this.loop=!0:e.loop===!1?this.loop=!1:this.loop=parseInt(e.loop,10),this.autoplay="autoplay"in e?e.autoplay:!0,this.name=e.name?e.name:"",this.autoloadSegments=Object.prototype.hasOwnProperty.call(e,"autoloadSegments")?e.autoloadSegments:!0,this.assetsPath=e.assetsPath,this.initialSegment=e.initialSegment,e.audioFactory&&this.audioController.setAudioFactory(e.audioFactory),e.animationData?this.setupAnimation(e.animationData):e.path&&(e.path.lastIndexOf("\\")!==-1?this.path=e.path.substr(0,e.path.lastIndexOf("\\")+1):this.path=e.path.substr(0,e.path.lastIndexOf("/")+1),this.fileName=e.path.substr(e.path.lastIndexOf("/")+1),this.fileName=this.fileName.substr(0,this.fileName.lastIndexOf(".json")),Ks.loadAnimation(e.path,this.configAnimation,this.onSetupError))},ut.prototype.onSetupError=function(){this.trigger("data_failed")},ut.prototype.setupAnimation=function(e){Ks.completeAnimation(e,this.configAnimation)},ut.prototype.setData=function(e,i){i&&Xs(i)!=="object"&&(i=JSON.parse(i));var a={wrapper:e,animationData:i},l=e.attributes;a.path=l.getNamedItem("data-animation-path")?l.getNamedItem("data-animation-path").value:l.getNamedItem("data-bm-path")?l.getNamedItem("data-bm-path").value:l.getNamedItem("bm-path")?l.getNamedItem("bm-path").value:"",a.animType=l.getNamedItem("data-anim-type")?l.getNamedItem("data-anim-type").value:l.getNamedItem("data-bm-type")?l.getNamedItem("data-bm-type").value:l.getNamedItem("bm-type")?l.getNamedItem("bm-type").value:l.getNamedItem("data-bm-renderer")?l.getNamedItem("data-bm-renderer").value:l.getNamedItem("bm-renderer")?l.getNamedItem("bm-renderer").value:Ab()||"canvas";var h=l.getNamedItem("data-anim-loop")?l.getNamedItem("data-anim-loop").value:l.getNamedItem("data-bm-loop")?l.getNamedItem("data-bm-loop").value:l.getNamedItem("bm-loop")?l.getNamedItem("bm-loop").value:"";h==="false"?a.loop=!1:h==="true"?a.loop=!0:h!==""&&(a.loop=parseInt(h,10));var c=l.getNamedItem("data-anim-autoplay")?l.getNamedItem("data-anim-autoplay").value:l.getNamedItem("data-bm-autoplay")?l.getNamedItem("data-bm-autoplay").value:l.getNamedItem("bm-autoplay")?l.getNamedItem("bm-autoplay").value:!0;a.autoplay=c!=="false",a.name=l.getNamedItem("data-name")?l.getNamedItem("data-name").value:l.getNamedItem("data-bm-name")?l.getNamedItem("data-bm-name").value:l.getNamedItem("bm-name")?l.getNamedItem("bm-name").value:"";var v=l.getNamedItem("data-anim-prerender")?l.getNamedItem("data-anim-prerender").value:l.getNamedItem("data-bm-prerender")?l.getNamedItem("data-bm-prerender").value:l.getNamedItem("bm-prerender")?l.getNamedItem("bm-prerender").value:"";v==="false"&&(a.prerender=!1),a.path?this.setParams(a):this.trigger("destroy")},ut.prototype.includeLayers=function(e){e.op>this.animationData.op&&(this.animationData.op=e.op,this.totalFrames=Math.floor(e.op-this.animationData.ip));var i=this.animationData.layers,a,l=i.length,h=e.layers,c,v=h.length;for(c=0;c<v;c+=1)for(a=0;a<l;){if(i[a].id===h[c].id){i[a]=h[c];break}a+=1}if((e.chars||e.fonts)&&(this.renderer.globalData.fontManager.addChars(e.chars),this.renderer.globalData.fontManager.addFonts(e.fonts,this.renderer.globalData.defs)),e.assets)for(l=e.assets.length,a=0;a<l;a+=1)this.animationData.assets.push(e.assets[a]);this.animationData.__complete=!1,Ks.completeAnimation(this.animationData,this.onSegmentComplete)},ut.prototype.onSegmentComplete=function(e){this.animationData=e;var i=gn();i&&i.initExpressions(this),this.loadNextSegment()},ut.prototype.loadNextSegment=function(){var e=this.animationData.segments;if(!e||e.length===0||!this.autoloadSegments){this.trigger("data_ready"),this.timeCompleted=this.totalFrames;return}var i=e.shift();this.timeCompleted=i.time*this.frameRate;var a=this.path+this.fileName+"_"+this.segmentPos+".json";this.segmentPos+=1,Ks.loadData(a,this.includeLayers.bind(this),(function(){this.trigger("data_failed")}).bind(this))},ut.prototype.loadSegments=function(){var e=this.animationData.segments;e||(this.timeCompleted=this.totalFrames),this.loadNextSegment()},ut.prototype.imagesLoaded=function(){this.trigger("loaded_images"),this.checkLoaded()},ut.prototype.preloadImages=function(){this.imagePreloader.setAssetsPath(this.assetsPath),this.imagePreloader.setPath(this.path),this.imagePreloader.loadAssets(this.animationData.assets,this.imagesLoaded.bind(this))},ut.prototype.configAnimation=function(e){if(this.renderer)try{this.animationData=e,this.initialSegment?(this.totalFrames=Math.floor(this.initialSegment[1]-this.initialSegment[0]),this.firstFrame=Math.round(this.initialSegment[0])):(this.totalFrames=Math.floor(this.animationData.op-this.animationData.ip),this.firstFrame=Math.round(this.animationData.ip)),this.renderer.configAnimation(e),e.assets||(e.assets=[]),this.assets=this.animationData.assets,this.frameRate=this.animationData.fr,this.frameMult=this.animationData.fr/1e3,this.renderer.searchExtraCompositions(e.assets),this.markers=yb(e.markers||[]),this.trigger("config_ready"),this.preloadImages(),this.loadSegments(),this.updaFrameModifier(),this.waitForFontsLoaded(),this.isPaused&&this.audioController.pause()}catch(i){this.triggerConfigError(i)}},ut.prototype.waitForFontsLoaded=function(){this.renderer&&(this.renderer.globalData.fontManager.isLoaded?this.checkLoaded():setTimeout(this.waitForFontsLoaded.bind(this),20))},ut.prototype.checkLoaded=function(){if(!this.isLoaded&&this.renderer.globalData.fontManager.isLoaded&&(this.imagePreloader.loadedImages()||this.renderer.rendererType!=="canvas")&&this.imagePreloader.loadedFootages()){this.isLoaded=!0;var e=gn();e&&e.initExpressions(this),this.renderer.initItems(),setTimeout((function(){this.trigger("DOMLoaded")}).bind(this),0),this.gotoFrame(),this.autoplay&&this.play()}},ut.prototype.resize=function(e,i){var a=typeof e=="number"?e:void 0,l=typeof i=="number"?i:void 0;this.renderer.updateContainerSize(a,l)},ut.prototype.setSubframe=function(e){this.isSubframeEnabled=!!e},ut.prototype.gotoFrame=function(){this.currentFrame=this.isSubframeEnabled?this.currentRawFrame:~~this.currentRawFrame,this.timeCompleted!==this.totalFrames&&this.currentFrame>this.timeCompleted&&(this.currentFrame=this.timeCompleted),this.trigger("enterFrame"),this.renderFrame(),this.trigger("drawnFrame")},ut.prototype.renderFrame=function(){if(!(this.isLoaded===!1||!this.renderer))try{this.expressionsPlugin&&this.expressionsPlugin.resetFrame(),this.renderer.renderFrame(this.currentFrame+this.firstFrame)}catch(e){this.triggerRenderFrameError(e)}},ut.prototype.play=function(e){e&&this.name!==e||this.isPaused===!0&&(this.isPaused=!1,this.trigger("_play"),this.audioController.resume(),this._idle&&(this._idle=!1,this.trigger("_active")))},ut.prototype.pause=function(e){e&&this.name!==e||this.isPaused===!1&&(this.isPaused=!0,this.trigger("_pause"),this._idle=!0,this.trigger("_idle"),this.audioController.pause())},ut.prototype.togglePause=function(e){e&&this.name!==e||(this.isPaused===!0?this.play():this.pause())},ut.prototype.stop=function(e){e&&this.name!==e||(this.pause(),this.playCount=0,this._completedLoop=!1,this.setCurrentRawFrameValue(0))},ut.prototype.getMarkerData=function(e){for(var i,a=0;a<this.markers.length;a+=1)if(i=this.markers[a],i.payload&&i.payload.name===e)return i;return null},ut.prototype.goToAndStop=function(e,i,a){if(!(a&&this.name!==a)){var l=Number(e);if(isNaN(l)){var h=this.getMarkerData(e);h&&this.goToAndStop(h.time,!0)}else i?this.setCurrentRawFrameValue(e):this.setCurrentRawFrameValue(e*this.frameModifier);this.pause()}},ut.prototype.goToAndPlay=function(e,i,a){if(!(a&&this.name!==a)){var l=Number(e);if(isNaN(l)){var h=this.getMarkerData(e);h&&(h.duration?this.playSegments([h.time,h.time+h.duration],!0):this.goToAndStop(h.time,!0))}else this.goToAndStop(l,i,a);this.play()}},ut.prototype.advanceTime=function(e){if(!(this.isPaused===!0||this.isLoaded===!1)){var i=this.currentRawFrame+e*this.frameModifier,a=!1;i>=this.totalFrames-1&&this.frameModifier>0?!this.loop||this.playCount===this.loop?this.checkSegments(i>this.totalFrames?i%this.totalFrames:0)||(a=!0,i=this.totalFrames-1):i>=this.totalFrames?(this.playCount+=1,this.checkSegments(i%this.totalFrames)||(this.setCurrentRawFrameValue(i%this.totalFrames),this._completedLoop=!0,this.trigger("loopComplete"))):this.setCurrentRawFrameValue(i):i<0?this.checkSegments(i%this.totalFrames)||(this.loop&&!(this.playCount--<=0&&this.loop!==!0)?(this.setCurrentRawFrameValue(this.totalFrames+i%this.totalFrames),this._completedLoop?this.trigger("loopComplete"):this._completedLoop=!0):(a=!0,i=0)):this.setCurrentRawFrameValue(i),a&&(this.setCurrentRawFrameValue(i),this.pause(),this.trigger("complete"))}},ut.prototype.adjustSegment=function(e,i){this.playCount=0,e[1]<e[0]?(this.frameModifier>0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(-1)),this.totalFrames=e[0]-e[1],this.timeCompleted=this.totalFrames,this.firstFrame=e[1],this.setCurrentRawFrameValue(this.totalFrames-.001-i)):e[1]>e[0]&&(this.frameModifier<0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(1)),this.totalFrames=e[1]-e[0],this.timeCompleted=this.totalFrames,this.firstFrame=e[0],this.setCurrentRawFrameValue(.001+i)),this.trigger("segmentStart")},ut.prototype.setSegment=function(e,i){var a=-1;this.isPaused&&(this.currentRawFrame+this.firstFrame<e?a=e:this.currentRawFrame+this.firstFrame>i&&(a=i-e)),this.firstFrame=e,this.totalFrames=i-e,this.timeCompleted=this.totalFrames,a!==-1&&this.goToAndStop(a,!0)},ut.prototype.playSegments=function(e,i){if(i&&(this.segments.length=0),Xs(e[0])==="object"){var a,l=e.length;for(a=0;a<l;a+=1)this.segments.push(e[a])}else this.segments.push(e);this.segments.length&&i&&this.adjustSegment(this.segments.shift(),0),this.isPaused&&this.play()},ut.prototype.resetSegments=function(e){this.segments.length=0,this.segments.push([this.animationData.ip,this.animationData.op]),e&&this.checkSegments(0)},ut.prototype.checkSegments=function(e){return this.segments.length?(this.adjustSegment(this.segments.shift(),e),!0):!1},ut.prototype.destroy=function(e){e&&this.name!==e||!this.renderer||(this.renderer.destroy(),this.imagePreloader.destroy(),this.trigger("destroy"),this._cbs=null,this.onEnterFrame=null,this.onLoopComplete=null,this.onComplete=null,this.onSegmentStart=null,this.onDestroy=null,this.renderer=null,this.expressionsPlugin=null,this.imagePreloader=null,this.projectInterface=null)},ut.prototype.setCurrentRawFrameValue=function(e){this.currentRawFrame=e,this.gotoFrame()},ut.prototype.setSpeed=function(e){this.playSpeed=e,this.updaFrameModifier()},ut.prototype.setDirection=function(e){this.playDirection=e<0?-1:1,this.updaFrameModifier()},ut.prototype.setLoop=function(e){this.loop=e},ut.prototype.setVolume=function(e,i){i&&this.name!==i||this.audioController.setVolume(e)},ut.prototype.getVolume=function(){return this.audioController.getVolume()},ut.prototype.mute=function(e){e&&this.name!==e||this.audioController.mute()},ut.prototype.unmute=function(e){e&&this.name!==e||this.audioController.unmute()},ut.prototype.updaFrameModifier=function(){this.frameModifier=this.frameMult*this.playSpeed*this.playDirection,this.audioController.setRate(this.playSpeed*this.playDirection)},ut.prototype.getPath=function(){return this.path},ut.prototype.getAssetsPath=function(e){var i="";if(e.e)i=e.p;else if(this.assetsPath){var a=e.p;a.indexOf("images/")!==-1&&(a=a.split("/")[1]),i=this.assetsPath+a}else i=this.path,i+=e.u?e.u:"",i+=e.p;return i},ut.prototype.getAssetData=function(e){for(var i=0,a=this.assets.length;i<a;){if(e===this.assets[i].id)return this.assets[i];i+=1}return null},ut.prototype.hide=function(){this.renderer.hide()},ut.prototype.show=function(){this.renderer.show()},ut.prototype.getDuration=function(e){return e?this.totalFrames:this.totalFrames/this.frameRate},ut.prototype.updateDocumentData=function(e,i,a){try{var l=this.renderer.getElementByPath(e);l.updateDocumentData(i,a)}catch{}},ut.prototype.trigger=function(e){if(this._cbs&&this._cbs[e])switch(e){case"enterFrame":this.triggerEvent(e,new rr(e,this.currentFrame,this.totalFrames,this.frameModifier));break;case"drawnFrame":this.drawnFrameEvent.currentTime=this.currentFrame,this.drawnFrameEvent.totalTime=this.totalFrames,this.drawnFrameEvent.direction=this.frameModifier,this.triggerEvent(e,this.drawnFrameEvent);break;case"loopComplete":this.triggerEvent(e,new up(e,this.loop,this.playCount,this.frameMult));break;case"complete":this.triggerEvent(e,new vn(e,this.frameMult));break;case"segmentStart":this.triggerEvent(e,new fp(e,this.firstFrame,this.totalFrames));break;case"destroy":this.triggerEvent(e,new vp(e,this));break;default:this.triggerEvent(e)}e==="enterFrame"&&this.onEnterFrame&&this.onEnterFrame.call(this,new rr(e,this.currentFrame,this.totalFrames,this.frameMult)),e==="loopComplete"&&this.onLoopComplete&&this.onLoopComplete.call(this,new up(e,this.loop,this.playCount,this.frameMult)),e==="complete"&&this.onComplete&&this.onComplete.call(this,new vn(e,this.frameMult)),e==="segmentStart"&&this.onSegmentStart&&this.onSegmentStart.call(this,new fp(e,this.firstFrame,this.totalFrames)),e==="destroy"&&this.onDestroy&&this.onDestroy.call(this,new vp(e,this))},ut.prototype.triggerRenderFrameError=function(e){var i=new pb(e,this.currentFrame);this.triggerEvent("error",i),this.onError&&this.onError.call(this,i)},ut.prototype.triggerConfigError=function(e){var i=new mb(e,this.currentFrame);this.triggerEvent("error",i),this.onError&&this.onError.call(this,i)};var Qt=function(){var e={},i=[],a=0,l=0,h=0,c=!0,v=!1;function A(I){for(var P=0,f=I.target;P<l;)i[P].animation===f&&(i.splice(P,1),P-=1,l-=1,f.isPaused||G()),P+=1}function g(I,P){if(!I)return null;for(var f=0;f<l;){if(i[f].elem===I&&i[f].elem!==null)return i[f].animation;f+=1}var y=new ut;return T(y,I),y.setData(I,P),y}function k(){var I,P=i.length,f=[];for(I=0;I<P;I+=1)f.push(i[I].animation);return f}function R(){h+=1,yt()}function G(){h-=1}function T(I,P){I.addEventListener("destroy",A),I.addEventListener("_active",R),I.addEventListener("_idle",G),i.push({elem:P,animation:I}),l+=1}function M(I){var P=new ut;return T(P,null),P.setParams(I),P}function D(I,P){var f;for(f=0;f<l;f+=1)i[f].animation.setSpeed(I,P)}function O(I,P){var f;for(f=0;f<l;f+=1)i[f].animation.setDirection(I,P)}function V(I){var P;for(P=0;P<l;P+=1)i[P].animation.play(I)}function N(I){var P=I-a,f;for(f=0;f<l;f+=1)i[f].animation.advanceTime(P);a=I,h&&!v?window.requestAnimationFrame(N):c=!0}function C(I){a=I,window.requestAnimationFrame(N)}function E(I){var P;for(P=0;P<l;P+=1)i[P].animation.pause(I)}function S(I,P,f){var y;for(y=0;y<l;y+=1)i[y].animation.goToAndStop(I,P,f)}function w(I){var P;for(P=0;P<l;P+=1)i[P].animation.stop(I)}function F(I){var P;for(P=0;P<l;P+=1)i[P].animation.togglePause(I)}function H(I){var P;for(P=l-1;P>=0;P-=1)i[P].animation.destroy(I)}function W(I,P,f){var y=[].concat([].slice.call(document.getElementsByClassName("lottie")),[].slice.call(document.getElementsByClassName("bodymovin"))),Y,$=y.length;for(Y=0;Y<$;Y+=1)f&&y[Y].setAttribute("data-bm-type",f),g(y[Y],I);if(P&&$===0){f||(f="svg");var nt=document.getElementsByTagName("body")[0];nt.innerText="";var ft=x("div");ft.style.width="100%",ft.style.height="100%",ft.setAttribute("data-bm-type",f),nt.appendChild(ft),g(ft,I)}}function et(){var I;for(I=0;I<l;I+=1)i[I].animation.resize()}function yt(){!v&&h&&c&&(window.requestAnimationFrame(C),c=!1)}function pt(){v=!0}function ot(){v=!1,yt()}function xt(I,P){var f;for(f=0;f<l;f+=1)i[f].animation.setVolume(I,P)}function ct(I){var P;for(P=0;P<l;P+=1)i[P].animation.mute(I)}function J(I){var P;for(P=0;P<l;P+=1)i[P].animation.unmute(I)}return e.registerAnimation=g,e.loadAnimation=M,e.setSpeed=D,e.setDirection=O,e.play=V,e.pause=E,e.stop=w,e.togglePause=F,e.searchAnimations=W,e.resize=et,e.goToAndStop=S,e.destroy=H,e.freeze=pt,e.unfreeze=ot,e.setVolume=xt,e.mute=ct,e.unmute=J,e.getRegisteredAnimations=k,e}(),Zs=function(){var e={};e.getBezierEasing=a;var i={};function a(C,E,S,w,F){var H=F||("bez_"+C+"_"+E+"_"+S+"_"+w).replace(/\./g,"p");if(i[H])return i[H];var W=new N([C,E,S,w]);return i[H]=W,W}var l=4,h=.001,c=1e-7,v=10,A=11,g=1/(A-1),k=typeof Float32Array=="function";function R(C,E){return 1-3*E+3*C}function G(C,E){return 3*E-6*C}function T(C){return 3*C}function M(C,E,S){return((R(E,S)*C+G(E,S))*C+T(E))*C}function D(C,E,S){return 3*R(E,S)*C*C+2*G(E,S)*C+T(E)}function O(C,E,S,w,F){var H,W,et=0;do W=E+(S-E)/2,H=M(W,w,F)-C,H>0?S=W:E=W;while(Math.abs(H)>c&&++et<v);return W}function V(C,E,S,w){for(var F=0;F<l;++F){var H=D(E,S,w);if(H===0)return E;var W=M(E,S,w)-C;E-=W/H}return E}function N(C){this._p=C,this._mSampleValues=k?new Float32Array(A):new Array(A),this._precomputed=!1,this.get=this.get.bind(this)}return N.prototype={get:function(E){var S=this._p[0],w=this._p[1],F=this._p[2],H=this._p[3];return this._precomputed||this._precompute(),S===w&&F===H?E:E===0?0:E===1?1:M(this._getTForX(E),w,H)},_precompute:function(){var E=this._p[0],S=this._p[1],w=this._p[2],F=this._p[3];this._precomputed=!0,(E!==S||w!==F)&&this._calcSampleValues()},_calcSampleValues:function(){for(var E=this._p[0],S=this._p[2],w=0;w<A;++w)this._mSampleValues[w]=M(w*g,E,S)},_getTForX:function(E){for(var S=this._p[0],w=this._p[2],F=this._mSampleValues,H=0,W=1,et=A-1;W!==et&&F[W]<=E;++W)H+=g;--W;var yt=(E-F[W])/(F[W+1]-F[W]),pt=H+yt*g,ot=D(pt,S,w);return ot>=h?V(E,pt,S,w):ot===0?pt:O(E,H,H+g,S,w)}},e}(),xp=function(){function e(i){return i.concat(it(i.length))}return{double:e}}(),En=function(){return function(e,i,a){var l=0,h=e,c=it(h),v={newElement:A,release:g};function A(){var k;return l?(l-=1,k=c[l]):k=i(),k}function g(k){l===h&&(c=xp.double(c),h*=2),a&&a(k),c[l]=k,l+=1}return v}}(),Ap=function(){function e(){return{addedLength:0,percents:X("float32",js()),lengths:X("float32",js())}}return En(8,e)}(),Sp=function(){function e(){return{lengths:[],totalLength:0}}function i(a){var l,h=a.lengths.length;for(l=0;l<h;l+=1)Ap.release(a.lengths[l]);a.lengths.length=0}return En(8,e,i)}();function Sb(){var e=Math;function i(T,M,D,O,V,N){var C=T*O+M*V+D*N-V*O-N*T-D*M;return C>-.001&&C<.001}function a(T,M,D,O,V,N,C,E,S){if(D===0&&N===0&&S===0)return i(T,M,O,V,C,E);var w=e.sqrt(e.pow(O-T,2)+e.pow(V-M,2)+e.pow(N-D,2)),F=e.sqrt(e.pow(C-T,2)+e.pow(E-M,2)+e.pow(S-D,2)),H=e.sqrt(e.pow(C-O,2)+e.pow(E-V,2)+e.pow(S-N,2)),W;return w>F?w>H?W=w-F-H:W=H-F-w:H>F?W=H-F-w:W=F-w-H,W>-1e-4&&W<1e-4}var l=function(){return function(T,M,D,O){var V=js(),N,C,E,S,w,F=0,H,W=[],et=[],yt=Ap.newElement();for(E=D.length,N=0;N<V;N+=1){for(w=N/(V-1),H=0,C=0;C<E;C+=1)S=Yt(1-w,3)*T[C]+3*Yt(1-w,2)*w*D[C]+3*(1-w)*Yt(w,2)*O[C]+Yt(w,3)*M[C],W[C]=S,et[C]!==null&&(H+=Yt(W[C]-et[C],2)),et[C]=W[C];H&&(H=Zt(H),F+=H),yt.percents[N]=w,yt.lengths[N]=F}return yt.addedLength=F,yt}}();function h(T){var M=Sp.newElement(),D=T.c,O=T.v,V=T.o,N=T.i,C,E=T._length,S=M.lengths,w=0;for(C=0;C<E-1;C+=1)S[C]=l(O[C],O[C+1],V[C],N[C+1]),w+=S[C].addedLength;return D&&E&&(S[C]=l(O[C],O[0],V[C],N[0]),w+=S[C].addedLength),M.totalLength=w,M}function c(T){this.segmentLength=0,this.points=new Array(T)}function v(T,M){this.partialLength=T,this.point=M}var A=function(){var T={};return function(M,D,O,V){var N=(M[0]+"_"+M[1]+"_"+D[0]+"_"+D[1]+"_"+O[0]+"_"+O[1]+"_"+V[0]+"_"+V[1]).replace(/\./g,"p");if(!T[N]){var C=js(),E,S,w,F,H,W=0,et,yt,pt=null;M.length===2&&(M[0]!==D[0]||M[1]!==D[1])&&i(M[0],M[1],D[0],D[1],M[0]+O[0],M[1]+O[1])&&i(M[0],M[1],D[0],D[1],D[0]+V[0],D[1]+V[1])&&(C=2);var ot=new c(C);for(w=O.length,E=0;E<C;E+=1){for(yt=it(w),H=E/(C-1),et=0,S=0;S<w;S+=1)F=Yt(1-H,3)*M[S]+3*Yt(1-H,2)*H*(M[S]+O[S])+3*(1-H)*Yt(H,2)*(D[S]+V[S])+Yt(H,3)*D[S],yt[S]=F,pt!==null&&(et+=Yt(yt[S]-pt[S],2));et=Zt(et),W+=et,ot.points[E]=new v(et,yt),pt=yt}ot.segmentLength=W,T[N]=ot}return T[N]}}();function g(T,M){var D=M.percents,O=M.lengths,V=D.length,N=ne((V-1)*T),C=T*M.addedLength,E=0;if(N===V-1||N===0||C===O[N])return D[N];for(var S=O[N]>C?-1:1,w=!0;w;)if(O[N]<=C&&O[N+1]>C?(E=(C-O[N])/(O[N+1]-O[N]),w=!1):N+=S,N<0||N>=V-1){if(N===V-1)return D[N];w=!1}return D[N]+(D[N+1]-D[N])*E}function k(T,M,D,O,V,N){var C=g(V,N),E=1-C,S=e.round((E*E*E*T[0]+(C*E*E+E*C*E+E*E*C)*D[0]+(C*C*E+E*C*C+C*E*C)*O[0]+C*C*C*M[0])*1e3)/1e3,w=e.round((E*E*E*T[1]+(C*E*E+E*C*E+E*E*C)*D[1]+(C*C*E+E*C*C+C*E*C)*O[1]+C*C*C*M[1])*1e3)/1e3;return[S,w]}var R=X("float32",8);function G(T,M,D,O,V,N,C){V<0?V=0:V>1&&(V=1);var E=g(V,C);N=N>1?1:N;var S=g(N,C),w,F=T.length,H=1-E,W=1-S,et=H*H*H,yt=E*H*H*3,pt=E*E*H*3,ot=E*E*E,xt=H*H*W,ct=E*H*W+H*E*W+H*H*S,J=E*E*W+H*E*S+E*H*S,I=E*E*S,P=H*W*W,f=E*W*W+H*S*W+H*W*S,y=E*S*W+H*S*S+E*W*S,Y=E*S*S,$=W*W*W,nt=S*W*W+W*S*W+W*W*S,ft=S*S*W+W*S*S+S*W*S,Et=S*S*S;for(w=0;w<F;w+=1)R[w*4]=e.round((et*T[w]+yt*D[w]+pt*O[w]+ot*M[w])*1e3)/1e3,R[w*4+1]=e.round((xt*T[w]+ct*D[w]+J*O[w]+I*M[w])*1e3)/1e3,R[w*4+2]=e.round((P*T[w]+f*D[w]+y*O[w]+Y*M[w])*1e3)/1e3,R[w*4+3]=e.round(($*T[w]+nt*D[w]+ft*O[w]+Et*M[w])*1e3)/1e3;return R}return{getSegmentsLength:h,getNewSegment:G,getPointInSegment:k,buildBezierData:A,pointOnLine2D:i,pointOnLine3D:a}}var kr=Sb(),oo=r,Ip=Math.abs;function _p(e,i){var a=this.offsetTime,l;this.propType==="multidimensional"&&(l=X("float32",this.pv.length));for(var h=i.lastIndex,c=h,v=this.keyframes.length-1,A=!0,g,k,R;A;){if(g=this.keyframes[c],k=this.keyframes[c+1],c===v-1&&e>=k.t-a){g.h&&(g=k),h=0;break}if(k.t-a>e){h=c;break}c<v-1?c+=1:(h=0,A=!1)}R=this.keyframesMetadata[c]||{};var G,T,M,D,O,V,N=k.t-a,C=g.t-a,E;if(g.to){R.bezierData||(R.bezierData=kr.buildBezierData(g.s,k.s||g.e,g.to,g.ti));var S=R.bezierData;if(e>=N||e<C){var w=e>=N?S.points.length-1:0;for(T=S.points[w].point.length,G=0;G<T;G+=1)l[G]=S.points[w].point[G]}else{R.__fnct?V=R.__fnct:(V=Zs.getBezierEasing(g.o.x,g.o.y,g.i.x,g.i.y,g.n).get,R.__fnct=V),M=V((e-C)/(N-C));var F=S.segmentLength*M,H,W=i.lastFrame<e&&i._lastKeyframeIndex===c?i._lastAddedLength:0;for(O=i.lastFrame<e&&i._lastKeyframeIndex===c?i._lastPoint:0,A=!0,D=S.points.length;A;){if(W+=S.points[O].partialLength,F===0||M===0||O===S.points.length-1){for(T=S.points[O].point.length,G=0;G<T;G+=1)l[G]=S.points[O].point[G];break}else if(F>=W&&F<W+S.points[O+1].partialLength){for(H=(F-W)/S.points[O+1].partialLength,T=S.points[O].point.length,G=0;G<T;G+=1)l[G]=S.points[O].point[G]+(S.points[O+1].point[G]-S.points[O].point[G])*H;break}O<D-1?O+=1:A=!1}i._lastPoint=O,i._lastAddedLength=W-S.points[O].partialLength,i._lastKeyframeIndex=c}}else{var et,yt,pt,ot,xt;if(v=g.s.length,E=k.s||g.e,this.sh&&g.h!==1)if(e>=N)l[0]=E[0],l[1]=E[1],l[2]=E[2];else if(e<=C)l[0]=g.s[0],l[1]=g.s[1],l[2]=g.s[2];else{var ct=Cp(g.s),J=Cp(E),I=(e-C)/(N-C);_b(l,Ib(ct,J,I))}else for(c=0;c<v;c+=1)g.h!==1&&(e>=N?M=1:e<C?M=0:(g.o.x.constructor===Array?(R.__fnct||(R.__fnct=[]),R.__fnct[c]?V=R.__fnct[c]:(et=g.o.x[c]===void 0?g.o.x[0]:g.o.x[c],yt=g.o.y[c]===void 0?g.o.y[0]:g.o.y[c],pt=g.i.x[c]===void 0?g.i.x[0]:g.i.x[c],ot=g.i.y[c]===void 0?g.i.y[0]:g.i.y[c],V=Zs.getBezierEasing(et,yt,pt,ot).get,R.__fnct[c]=V)):R.__fnct?V=R.__fnct:(et=g.o.x,yt=g.o.y,pt=g.i.x,ot=g.i.y,V=Zs.getBezierEasing(et,yt,pt,ot).get,g.keyframeMetadata=V),M=V((e-C)/(N-C)))),E=k.s||g.e,xt=g.h===1?g.s[c]:g.s[c]+(E[c]-g.s[c])*M,this.propType==="multidimensional"?l[c]=xt:l=xt}return i.lastIndex=h,l}function Ib(e,i,a){var l=[],h=e[0],c=e[1],v=e[2],A=e[3],g=i[0],k=i[1],R=i[2],G=i[3],T,M,D,O,V;return M=h*g+c*k+v*R+A*G,M<0&&(M=-M,g=-g,k=-k,R=-R,G=-G),1-M>1e-6?(T=Math.acos(M),D=Math.sin(T),O=Math.sin((1-a)*T)/D,V=Math.sin(a*T)/D):(O=1-a,V=a),l[0]=O*h+V*g,l[1]=O*c+V*k,l[2]=O*v+V*R,l[3]=O*A+V*G,l}function _b(e,i){var a=i[0],l=i[1],h=i[2],c=i[3],v=Math.atan2(2*l*c-2*a*h,1-2*l*l-2*h*h),A=Math.asin(2*a*l+2*h*c),g=Math.atan2(2*a*c-2*l*h,1-2*a*a-2*h*h);e[0]=v/kt,e[1]=A/kt,e[2]=g/kt}function Cp(e){var i=e[0]*kt,a=e[1]*kt,l=e[2]*kt,h=Math.cos(i/2),c=Math.cos(a/2),v=Math.cos(l/2),A=Math.sin(i/2),g=Math.sin(a/2),k=Math.sin(l/2),R=h*c*v-A*g*k,G=A*g*v+h*c*k,T=A*c*v+h*g*k,M=h*g*v-A*c*k;return[G,T,M,R]}function kp(){var e=this.comp.renderedFrame-this.offsetTime,i=this.keyframes[0].t-this.offsetTime,a=this.keyframes[this.keyframes.length-1].t-this.offsetTime;if(!(e===this._caching.lastFrame||this._caching.lastFrame!==oo&&(this._caching.lastFrame>=a&&e>=a||this._caching.lastFrame<i&&e<i))){this._caching.lastFrame>=e&&(this._caching._lastKeyframeIndex=-1,this._caching.lastIndex=0);var l=this.interpolateValue(e,this._caching);this.pv=l}return this._caching.lastFrame=e,this.pv}function Tn(e){var i;if(this.propType==="unidimensional")i=e*this.mult,Ip(this.v-i)>1e-5&&(this.v=i,this._mdf=!0);else for(var a=0,l=this.v.length;a<l;)i=e[a]*this.mult,Ip(this.v[a]-i)>1e-5&&(this.v[a]=i,this._mdf=!0),a+=1}function xn(){if(!(this.elem.globalData.frameId===this.frameId||!this.effectsSequence.length)){if(this.lock){this.setVValue(this.pv);return}this.lock=!0,this._mdf=this._isFirstFrame;var e,i=this.effectsSequence.length,a=this.kf?this.pv:this.data.k;for(e=0;e<i;e+=1)a=this.effectsSequence[e](a);this.setVValue(a),this._isFirstFrame=!1,this.lock=!1,this.frameId=this.elem.globalData.frameId}}function An(e){this.effectsSequence.push(e),this.container.addDynamicProperty(this)}function Cb(e,i,a,l){this.propType="unidimensional",this.mult=a||1,this.data=i,this.v=a?i.k*a:i.k,this.pv=i.k,this._mdf=!1,this.elem=e,this.container=l,this.comp=e.comp,this.k=!1,this.kf=!1,this.vel=0,this.effectsSequence=[],this._isFirstFrame=!0,this.getValue=xn,this.setVValue=Tn,this.addEffect=An}function kb(e,i,a,l){this.propType="multidimensional",this.mult=a||1,this.data=i,this._mdf=!1,this.elem=e,this.container=l,this.comp=e.comp,this.k=!1,this.kf=!1,this.frameId=-1;var h,c=i.k.length;for(this.v=X("float32",c),this.pv=X("float32",c),this.vel=X("float32",c),h=0;h<c;h+=1)this.v[h]=i.k[h]*this.mult,this.pv[h]=i.k[h];this._isFirstFrame=!0,this.effectsSequence=[],this.getValue=xn,this.setVValue=Tn,this.addEffect=An}function wb(e,i,a,l){this.propType="unidimensional",this.keyframes=i.k,this.keyframesMetadata=[],this.offsetTime=e.data.st,this.frameId=-1,this._caching={lastFrame:oo,lastIndex:0,value:0,_lastKeyframeIndex:-1},this.k=!0,this.kf=!0,this.data=i,this.mult=a||1,this.elem=e,this.container=l,this.comp=e.comp,this.v=oo,this.pv=oo,this._isFirstFrame=!0,this.getValue=xn,this.setVValue=Tn,this.interpolateValue=_p,this.effectsSequence=[kp.bind(this)],this.addEffect=An}function Nb(e,i,a,l){this.propType="multidimensional";var h,c=i.k.length,v,A,g,k;for(h=0;h<c-1;h+=1)i.k[h].to&&i.k[h].s&&i.k[h+1]&&i.k[h+1].s&&(v=i.k[h].s,A=i.k[h+1].s,g=i.k[h].to,k=i.k[h].ti,(v.length===2&&!(v[0]===A[0]&&v[1]===A[1])&&kr.pointOnLine2D(v[0],v[1],A[0],A[1],v[0]+g[0],v[1]+g[1])&&kr.pointOnLine2D(v[0],v[1],A[0],A[1],A[0]+k[0],A[1]+k[1])||v.length===3&&!(v[0]===A[0]&&v[1]===A[1]&&v[2]===A[2])&&kr.pointOnLine3D(v[0],v[1],v[2],A[0],A[1],A[2],v[0]+g[0],v[1]+g[1],v[2]+g[2])&&kr.pointOnLine3D(v[0],v[1],v[2],A[0],A[1],A[2],A[0]+k[0],A[1]+k[1],A[2]+k[2]))&&(i.k[h].to=null,i.k[h].ti=null),v[0]===A[0]&&v[1]===A[1]&&g[0]===0&&g[1]===0&&k[0]===0&&k[1]===0&&(v.length===2||v[2]===A[2]&&g[2]===0&&k[2]===0)&&(i.k[h].to=null,i.k[h].ti=null));this.effectsSequence=[kp.bind(this)],this.data=i,this.keyframes=i.k,this.keyframesMetadata=[],this.offsetTime=e.data.st,this.k=!0,this.kf=!0,this._isFirstFrame=!0,this.mult=a||1,this.elem=e,this.container=l,this.comp=e.comp,this.getValue=xn,this.setVValue=Tn,this.interpolateValue=_p,this.frameId=-1;var R=i.k[0].s.length;for(this.v=X("float32",R),this.pv=X("float32",R),h=0;h<R;h+=1)this.v[h]=oo,this.pv[h]=oo;this._caching={lastFrame:oo,lastIndex:0,value:X("float32",R)},this.addEffect=An}var at=function(){function e(a,l,h,c,v){l.sid&&(l=a.globalData.slotManager.getProp(l));var A;if(!l.k.length)A=new Cb(a,l,c,v);else if(typeof l.k[0]=="number")A=new kb(a,l,c,v);else switch(h){case 0:A=new wb(a,l,c,v);break;case 1:A=new Nb(a,l,c,v);break;default:break}return A.effectsSequence.length&&v.addDynamicProperty(A),A}var i={getProp:e};return i}();function le(){}le.prototype={addDynamicProperty:function(i){this.dynamicProperties.indexOf(i)===-1&&(this.dynamicProperties.push(i),this.container.addDynamicProperty(this),this._isAnimated=!0)},iterateDynamicProperties:function(){this._mdf=!1;var i,a=this.dynamicProperties.length;for(i=0;i<a;i+=1)this.dynamicProperties[i].getValue(),this.dynamicProperties[i]._mdf&&(this._mdf=!0)},initDynamicPropertyContainer:function(i){this.container=i,this.dynamicProperties=[],this._mdf=!1,this._isAnimated=!1}};var so=function(){function e(){return X("float32",2)}return En(8,e)}();function Wr(){this.c=!1,this._length=0,this._maxLength=8,this.v=it(this._maxLength),this.o=it(this._maxLength),this.i=it(this._maxLength)}Wr.prototype.setPathData=function(e,i){this.c=e,this.setLength(i);for(var a=0;a<i;)this.v[a]=so.newElement(),this.o[a]=so.newElement(),this.i[a]=so.newElement(),a+=1},Wr.prototype.setLength=function(e){for(;this._maxLength<e;)this.doubleArrayLength();this._length=e},Wr.prototype.doubleArrayLength=function(){this.v=this.v.concat(it(this._maxLength)),this.i=this.i.concat(it(this._maxLength)),this.o=this.o.concat(it(this._maxLength)),this._maxLength*=2},Wr.prototype.setXYAt=function(e,i,a,l,h){var c;switch(this._length=Math.max(this._length,l+1),this._length>=this._maxLength&&this.doubleArrayLength(),a){case"v":c=this.v;break;case"i":c=this.i;break;case"o":c=this.o;break;default:c=[];break}(!c[l]||c[l]&&!h)&&(c[l]=so.newElement()),c[l][0]=e,c[l][1]=i},Wr.prototype.setTripleAt=function(e,i,a,l,h,c,v,A){this.setXYAt(e,i,"v",v,A),this.setXYAt(a,l,"o",v,A),this.setXYAt(h,c,"i",v,A)},Wr.prototype.reverse=function(){var e=new Wr;e.setPathData(this.c,this._length);var i=this.v,a=this.o,l=this.i,h=0;this.c&&(e.setTripleAt(i[0][0],i[0][1],l[0][0],l[0][1],a[0][0],a[0][1],0,!1),h=1);var c=this._length-1,v=this._length,A;for(A=h;A<v;A+=1)e.setTripleAt(i[c][0],i[c][1],l[c][0],l[c][1],a[c][0],a[c][1],A,!1),c-=1;return e},Wr.prototype.length=function(){return this._length};var ue=function(){function e(){return new Wr}function i(h){var c=h._length,v;for(v=0;v<c;v+=1)so.release(h.v[v]),so.release(h.i[v]),so.release(h.o[v]),h.v[v]=null,h.i[v]=null,h.o[v]=null;h._length=0,h.c=!1}function a(h){var c=l.newElement(),v,A=h._length===void 0?h.v.length:h._length;for(c.setLength(A),c.c=h.c,v=0;v<A;v+=1)c.setTripleAt(h.v[v][0],h.v[v][1],h.o[v][0],h.o[v][1],h.i[v][0],h.i[v][1],v);return c}var l=En(4,e,i);return l.clone=a,l}();function Ld(){this._length=0,this._maxLength=4,this.shapes=it(this._maxLength)}Ld.prototype.addShape=function(e){this._length===this._maxLength&&(this.shapes=this.shapes.concat(it(this._maxLength)),this._maxLength*=2),this.shapes[this._length]=e,this._length+=1},Ld.prototype.releaseShapes=function(){var e;for(e=0;e<this._length;e+=1)ue.release(this.shapes[e]);this._length=0};var qo=function(){var e={newShapeCollection:h,release:c},i=0,a=4,l=it(a);function h(){var v;return i?(i-=1,v=l[i]):v=new Ld,v}function c(v){var A,g=v._length;for(A=0;A<g;A+=1)ue.release(v.shapes[A]);v._length=0,i===a&&(l=xp.double(l),a*=2),l[i]=v,i+=1}return e}(),Sn=function(){var e=-999999;function i(N,C,E){var S=E.lastIndex,w,F,H,W,et,yt,pt,ot,xt,ct=this.keyframes;if(N<ct[0].t-this.offsetTime)w=ct[0].s[0],H=!0,S=0;else if(N>=ct[ct.length-1].t-this.offsetTime)w=ct[ct.length-1].s?ct[ct.length-1].s[0]:ct[ct.length-2].e[0],H=!0;else{for(var J=S,I=ct.length-1,P=!0,f,y,Y;P&&(f=ct[J],y=ct[J+1],!(y.t-this.offsetTime>N));)J<I-1?J+=1:P=!1;if(Y=this.keyframesMetadata[J]||{},H=f.h===1,S=J,!H){if(N>=y.t-this.offsetTime)ot=1;else if(N<f.t-this.offsetTime)ot=0;else{var $;Y.__fnct?$=Y.__fnct:($=Zs.getBezierEasing(f.o.x,f.o.y,f.i.x,f.i.y).get,Y.__fnct=$),ot=$((N-(f.t-this.offsetTime))/(y.t-this.offsetTime-(f.t-this.offsetTime)))}F=y.s?y.s[0]:f.e[0]}w=f.s[0]}for(yt=C._length,pt=w.i[0].length,E.lastIndex=S,W=0;W<yt;W+=1)for(et=0;et<pt;et+=1)xt=H?w.i[W][et]:w.i[W][et]+(F.i[W][et]-w.i[W][et])*ot,C.i[W][et]=xt,xt=H?w.o[W][et]:w.o[W][et]+(F.o[W][et]-w.o[W][et])*ot,C.o[W][et]=xt,xt=H?w.v[W][et]:w.v[W][et]+(F.v[W][et]-w.v[W][et])*ot,C.v[W][et]=xt}function a(){var N=this.comp.renderedFrame-this.offsetTime,C=this.keyframes[0].t-this.offsetTime,E=this.keyframes[this.keyframes.length-1].t-this.offsetTime,S=this._caching.lastFrame;return S!==e&&(S<C&&N<C||S>E&&N>E)||(this._caching.lastIndex=S<N?this._caching.lastIndex:0,this.interpolateShape(N,this.pv,this._caching)),this._caching.lastFrame=N,this.pv}function l(){this.paths=this.localShapeCollection}function h(N,C){if(N._length!==C._length||N.c!==C.c)return!1;var E,S=N._length;for(E=0;E<S;E+=1)if(N.v[E][0]!==C.v[E][0]||N.v[E][1]!==C.v[E][1]||N.o[E][0]!==C.o[E][0]||N.o[E][1]!==C.o[E][1]||N.i[E][0]!==C.i[E][0]||N.i[E][1]!==C.i[E][1])return!1;return!0}function c(N){h(this.v,N)||(this.v=ue.clone(N),this.localShapeCollection.releaseShapes(),this.localShapeCollection.addShape(this.v),this._mdf=!0,this.paths=this.localShapeCollection)}function v(){if(this.elem.globalData.frameId!==this.frameId){if(!this.effectsSequence.length){this._mdf=!1;return}if(this.lock){this.setVValue(this.pv);return}this.lock=!0,this._mdf=!1;var N;this.kf?N=this.pv:this.data.ks?N=this.data.ks.k:N=this.data.pt.k;var C,E=this.effectsSequence.length;for(C=0;C<E;C+=1)N=this.effectsSequence[C](N);this.setVValue(N),this.lock=!1,this.frameId=this.elem.globalData.frameId}}function A(N,C,E){this.propType="shape",this.comp=N.comp,this.container=N,this.elem=N,this.data=C,this.k=!1,this.kf=!1,this._mdf=!1;var S=E===3?C.pt.k:C.ks.k;this.v=ue.clone(S),this.pv=ue.clone(this.v),this.localShapeCollection=qo.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.reset=l,this.effectsSequence=[]}function g(N){this.effectsSequence.push(N),this.container.addDynamicProperty(this)}A.prototype.interpolateShape=i,A.prototype.getValue=v,A.prototype.setVValue=c,A.prototype.addEffect=g;function k(N,C,E){this.propType="shape",this.comp=N.comp,this.elem=N,this.container=N,this.offsetTime=N.data.st,this.keyframes=E===3?C.pt.k:C.ks.k,this.keyframesMetadata=[],this.k=!0,this.kf=!0;var S=this.keyframes[0].s[0].i.length;this.v=ue.newElement(),this.v.setPathData(this.keyframes[0].s[0].c,S),this.pv=ue.clone(this.v),this.localShapeCollection=qo.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.lastFrame=e,this.reset=l,this._caching={lastFrame:e,lastIndex:0},this.effectsSequence=[a.bind(this)]}k.prototype.getValue=v,k.prototype.interpolateShape=i,k.prototype.setVValue=c,k.prototype.addEffect=g;var R=function(){var N=me;function C(E,S){this.v=ue.newElement(),this.v.setPathData(!0,4),this.localShapeCollection=qo.newShapeCollection(),this.paths=this.localShapeCollection,this.localShapeCollection.addShape(this.v),this.d=S.d,this.elem=E,this.comp=E.comp,this.frameId=-1,this.initDynamicPropertyContainer(E),this.p=at.getProp(E,S.p,1,0,this),this.s=at.getProp(E,S.s,1,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertEllToPath())}return C.prototype={reset:l,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertEllToPath())},convertEllToPath:function(){var S=this.p.v[0],w=this.p.v[1],F=this.s.v[0]/2,H=this.s.v[1]/2,W=this.d!==3,et=this.v;et.v[0][0]=S,et.v[0][1]=w-H,et.v[1][0]=W?S+F:S-F,et.v[1][1]=w,et.v[2][0]=S,et.v[2][1]=w+H,et.v[3][0]=W?S-F:S+F,et.v[3][1]=w,et.i[0][0]=W?S-F*N:S+F*N,et.i[0][1]=w-H,et.i[1][0]=W?S+F:S-F,et.i[1][1]=w-H*N,et.i[2][0]=W?S+F*N:S-F*N,et.i[2][1]=w+H,et.i[3][0]=W?S-F:S+F,et.i[3][1]=w+H*N,et.o[0][0]=W?S+F*N:S-F*N,et.o[0][1]=w-H,et.o[1][0]=W?S+F:S-F,et.o[1][1]=w+H*N,et.o[2][0]=W?S-F*N:S+F*N,et.o[2][1]=w+H,et.o[3][0]=W?S-F:S+F,et.o[3][1]=w-H*N}},L([le],C),C}(),G=function(){function N(C,E){this.v=ue.newElement(),this.v.setPathData(!0,0),this.elem=C,this.comp=C.comp,this.data=E,this.frameId=-1,this.d=E.d,this.initDynamicPropertyContainer(C),E.sy===1?(this.ir=at.getProp(C,E.ir,0,0,this),this.is=at.getProp(C,E.is,0,.01,this),this.convertToPath=this.convertStarToPath):this.convertToPath=this.convertPolygonToPath,this.pt=at.getProp(C,E.pt,0,0,this),this.p=at.getProp(C,E.p,1,0,this),this.r=at.getProp(C,E.r,0,kt,this),this.or=at.getProp(C,E.or,0,0,this),this.os=at.getProp(C,E.os,0,.01,this),this.localShapeCollection=qo.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertToPath())}return N.prototype={reset:l,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertToPath())},convertStarToPath:function(){var E=Math.floor(this.pt.v)*2,S=Math.PI*2/E,w=!0,F=this.or.v,H=this.ir.v,W=this.os.v,et=this.is.v,yt=2*Math.PI*F/(E*2),pt=2*Math.PI*H/(E*2),ot,xt,ct,J,I=-Math.PI/2;I+=this.r.v;var P=this.data.d===3?-1:1;for(this.v._length=0,ot=0;ot<E;ot+=1){xt=w?F:H,ct=w?W:et,J=w?yt:pt;var f=xt*Math.cos(I),y=xt*Math.sin(I),Y=f===0&&y===0?0:y/Math.sqrt(f*f+y*y),$=f===0&&y===0?0:-f/Math.sqrt(f*f+y*y);f+=+this.p.v[0],y+=+this.p.v[1],this.v.setTripleAt(f,y,f-Y*J*ct*P,y-$*J*ct*P,f+Y*J*ct*P,y+$*J*ct*P,ot,!0),w=!w,I+=S*P}},convertPolygonToPath:function(){var E=Math.floor(this.pt.v),S=Math.PI*2/E,w=this.or.v,F=this.os.v,H=2*Math.PI*w/(E*4),W,et=-Math.PI*.5,yt=this.data.d===3?-1:1;for(et+=this.r.v,this.v._length=0,W=0;W<E;W+=1){var pt=w*Math.cos(et),ot=w*Math.sin(et),xt=pt===0&&ot===0?0:ot/Math.sqrt(pt*pt+ot*ot),ct=pt===0&&ot===0?0:-pt/Math.sqrt(pt*pt+ot*ot);pt+=+this.p.v[0],ot+=+this.p.v[1],this.v.setTripleAt(pt,ot,pt-xt*H*F*yt,ot-ct*H*F*yt,pt+xt*H*F*yt,ot+ct*H*F*yt,W,!0),et+=S*yt}this.paths.length=0,this.paths[0]=this.v}},L([le],N),N}(),T=function(){function N(C,E){this.v=ue.newElement(),this.v.c=!0,this.localShapeCollection=qo.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.elem=C,this.comp=C.comp,this.frameId=-1,this.d=E.d,this.initDynamicPropertyContainer(C),this.p=at.getProp(C,E.p,1,0,this),this.s=at.getProp(C,E.s,1,0,this),this.r=at.getProp(C,E.r,0,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertRectToPath())}return N.prototype={convertRectToPath:function(){var E=this.p.v[0],S=this.p.v[1],w=this.s.v[0]/2,F=this.s.v[1]/2,H=we(w,F,this.r.v),W=H*(1-me);this.v._length=0,this.d===2||this.d===1?(this.v.setTripleAt(E+w,S-F+H,E+w,S-F+H,E+w,S-F+W,0,!0),this.v.setTripleAt(E+w,S+F-H,E+w,S+F-W,E+w,S+F-H,1,!0),H!==0?(this.v.setTripleAt(E+w-H,S+F,E+w-H,S+F,E+w-W,S+F,2,!0),this.v.setTripleAt(E-w+H,S+F,E-w+W,S+F,E-w+H,S+F,3,!0),this.v.setTripleAt(E-w,S+F-H,E-w,S+F-H,E-w,S+F-W,4,!0),this.v.setTripleAt(E-w,S-F+H,E-w,S-F+W,E-w,S-F+H,5,!0),this.v.setTripleAt(E-w+H,S-F,E-w+H,S-F,E-w+W,S-F,6,!0),this.v.setTripleAt(E+w-H,S-F,E+w-W,S-F,E+w-H,S-F,7,!0)):(this.v.setTripleAt(E-w,S+F,E-w+W,S+F,E-w,S+F,2),this.v.setTripleAt(E-w,S-F,E-w,S-F+W,E-w,S-F,3))):(this.v.setTripleAt(E+w,S-F+H,E+w,S-F+W,E+w,S-F+H,0,!0),H!==0?(this.v.setTripleAt(E+w-H,S-F,E+w-H,S-F,E+w-W,S-F,1,!0),this.v.setTripleAt(E-w+H,S-F,E-w+W,S-F,E-w+H,S-F,2,!0),this.v.setTripleAt(E-w,S-F+H,E-w,S-F+H,E-w,S-F+W,3,!0),this.v.setTripleAt(E-w,S+F-H,E-w,S+F-W,E-w,S+F-H,4,!0),this.v.setTripleAt(E-w+H,S+F,E-w+H,S+F,E-w+W,S+F,5,!0),this.v.setTripleAt(E+w-H,S+F,E+w-W,S+F,E+w-H,S+F,6,!0),this.v.setTripleAt(E+w,S+F-H,E+w,S+F-H,E+w,S+F-W,7,!0)):(this.v.setTripleAt(E-w,S-F,E-w+W,S-F,E-w,S-F,1,!0),this.v.setTripleAt(E-w,S+F,E-w,S+F-W,E-w,S+F,2,!0),this.v.setTripleAt(E+w,S+F,E+w-W,S+F,E+w,S+F,3,!0)))},getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertRectToPath())},reset:l},L([le],N),N}();function M(N,C,E){var S;if(E===3||E===4){var w=E===3?C.pt:C.ks,F=w.k;F.length?S=new k(N,C,E):S=new A(N,C,E)}else E===5?S=new T(N,C):E===6?S=new R(N,C):E===7&&(S=new G(N,C));return S.k&&N.addDynamicProperty(S),S}function D(){return A}function O(){return k}var V={};return V.getShapeProp=M,V.getConstructorFunction=D,V.getKeyframedConstructorFunction=O,V}();var fe=function(){var e=Math.cos,i=Math.sin,a=Math.tan,l=Math.round;function h(){return this.props[0]=1,this.props[1]=0,this.props[2]=0,this.props[3]=0,this.props[4]=0,this.props[5]=1,this.props[6]=0,this.props[7]=0,this.props[8]=0,this.props[9]=0,this.props[10]=1,this.props[11]=0,this.props[12]=0,this.props[13]=0,this.props[14]=0,this.props[15]=1,this}function c(f){if(f===0)return this;var y=e(f),Y=i(f);return this._t(y,-Y,0,0,Y,y,0,0,0,0,1,0,0,0,0,1)}function v(f){if(f===0)return this;var y=e(f),Y=i(f);return this._t(1,0,0,0,0,y,-Y,0,0,Y,y,0,0,0,0,1)}function A(f){if(f===0)return this;var y=e(f),Y=i(f);return this._t(y,0,Y,0,0,1,0,0,-Y,0,y,0,0,0,0,1)}function g(f){if(f===0)return this;var y=e(f),Y=i(f);return this._t(y,-Y,0,0,Y,y,0,0,0,0,1,0,0,0,0,1)}function k(f,y){return this._t(1,y,f,1,0,0)}function R(f,y){return this.shear(a(f),a(y))}function G(f,y){var Y=e(y),$=i(y);return this._t(Y,$,0,0,-$,Y,0,0,0,0,1,0,0,0,0,1)._t(1,0,0,0,a(f),1,0,0,0,0,1,0,0,0,0,1)._t(Y,-$,0,0,$,Y,0,0,0,0,1,0,0,0,0,1)}function T(f,y,Y){return!Y&&Y!==0&&(Y=1),f===1&&y===1&&Y===1?this:this._t(f,0,0,0,0,y,0,0,0,0,Y,0,0,0,0,1)}function M(f,y,Y,$,nt,ft,Et,Rt,Mt,Jt,Re,Nr,Me,de,Ye,Dt){return this.props[0]=f,this.props[1]=y,this.props[2]=Y,this.props[3]=$,this.props[4]=nt,this.props[5]=ft,this.props[6]=Et,this.props[7]=Rt,this.props[8]=Mt,this.props[9]=Jt,this.props[10]=Re,this.props[11]=Nr,this.props[12]=Me,this.props[13]=de,this.props[14]=Ye,this.props[15]=Dt,this}function D(f,y,Y){return Y=Y||0,f!==0||y!==0||Y!==0?this._t(1,0,0,0,0,1,0,0,0,0,1,0,f,y,Y,1):this}function O(f,y,Y,$,nt,ft,Et,Rt,Mt,Jt,Re,Nr,Me,de,Ye,Dt){var ht=this.props;if(f===1&&y===0&&Y===0&&$===0&&nt===0&&ft===1&&Et===0&&Rt===0&&Mt===0&&Jt===0&&Re===1&&Nr===0)return ht[12]=ht[12]*f+ht[15]*Me,ht[13]=ht[13]*ft+ht[15]*de,ht[14]=ht[14]*Re+ht[15]*Ye,ht[15]*=Dt,this._identityCalculated=!1,this;var qr=ht[0],Ii=ht[1],Xr=ht[2],Lr=ht[3],Zr=ht[4],Qr=ht[5],Oe=ht[6],_i=ht[7],Ci=ht[8],yr=ht[9],ki=ht[10],Er=ht[11],co=ht[12],Mn=ht[13],On=ht[14],Pn=ht[15];return ht[0]=qr*f+Ii*nt+Xr*Mt+Lr*Me,ht[1]=qr*y+Ii*ft+Xr*Jt+Lr*de,ht[2]=qr*Y+Ii*Et+Xr*Re+Lr*Ye,ht[3]=qr*$+Ii*Rt+Xr*Nr+Lr*Dt,ht[4]=Zr*f+Qr*nt+Oe*Mt+_i*Me,ht[5]=Zr*y+Qr*ft+Oe*Jt+_i*de,ht[6]=Zr*Y+Qr*Et+Oe*Re+_i*Ye,ht[7]=Zr*$+Qr*Rt+Oe*Nr+_i*Dt,ht[8]=Ci*f+yr*nt+ki*Mt+Er*Me,ht[9]=Ci*y+yr*ft+ki*Jt+Er*de,ht[10]=Ci*Y+yr*Et+ki*Re+Er*Ye,ht[11]=Ci*$+yr*Rt+ki*Nr+Er*Dt,ht[12]=co*f+Mn*nt+On*Mt+Pn*Me,ht[13]=co*y+Mn*ft+On*Jt+Pn*de,ht[14]=co*Y+Mn*Et+On*Re+Pn*Ye,ht[15]=co*$+Mn*Rt+On*Nr+Pn*Dt,this._identityCalculated=!1,this}function V(f){var y=f.props;return this.transform(y[0],y[1],y[2],y[3],y[4],y[5],y[6],y[7],y[8],y[9],y[10],y[11],y[12],y[13],y[14],y[15])}function N(){return this._identityCalculated||(this._identity=!(this.props[0]!==1||this.props[1]!==0||this.props[2]!==0||this.props[3]!==0||this.props[4]!==0||this.props[5]!==1||this.props[6]!==0||this.props[7]!==0||this.props[8]!==0||this.props[9]!==0||this.props[10]!==1||this.props[11]!==0||this.props[12]!==0||this.props[13]!==0||this.props[14]!==0||this.props[15]!==1),this._identityCalculated=!0),this._identity}function C(f){for(var y=0;y<16;){if(f.props[y]!==this.props[y])return!1;y+=1}return!0}function E(f){var y;for(y=0;y<16;y+=1)f.props[y]=this.props[y];return f}function S(f){var y;for(y=0;y<16;y+=1)this.props[y]=f[y]}function w(f,y,Y){return{x:f*this.props[0]+y*this.props[4]+Y*this.props[8]+this.props[12],y:f*this.props[1]+y*this.props[5]+Y*this.props[9]+this.props[13],z:f*this.props[2]+y*this.props[6]+Y*this.props[10]+this.props[14]}}function F(f,y,Y){return f*this.props[0]+y*this.props[4]+Y*this.props[8]+this.props[12]}function H(f,y,Y){return f*this.props[1]+y*this.props[5]+Y*this.props[9]+this.props[13]}function W(f,y,Y){return f*this.props[2]+y*this.props[6]+Y*this.props[10]+this.props[14]}function et(){var f=this.props[0]*this.props[5]-this.props[1]*this.props[4],y=this.props[5]/f,Y=-this.props[1]/f,$=-this.props[4]/f,nt=this.props[0]/f,ft=(this.props[4]*this.props[13]-this.props[5]*this.props[12])/f,Et=-(this.props[0]*this.props[13]-this.props[1]*this.props[12])/f,Rt=new fe;return Rt.props[0]=y,Rt.props[1]=Y,Rt.props[4]=$,Rt.props[5]=nt,Rt.props[12]=ft,Rt.props[13]=Et,Rt}function yt(f){var y=this.getInverseMatrix();return y.applyToPointArray(f[0],f[1],f[2]||0)}function pt(f){var y,Y=f.length,$=[];for(y=0;y<Y;y+=1)$[y]=yt(f[y]);return $}function ot(f,y,Y){var $=X("float32",6);if(this.isIdentity())$[0]=f[0],$[1]=f[1],$[2]=y[0],$[3]=y[1],$[4]=Y[0],$[5]=Y[1];else{var nt=this.props[0],ft=this.props[1],Et=this.props[4],Rt=this.props[5],Mt=this.props[12],Jt=this.props[13];$[0]=f[0]*nt+f[1]*Et+Mt,$[1]=f[0]*ft+f[1]*Rt+Jt,$[2]=y[0]*nt+y[1]*Et+Mt,$[3]=y[0]*ft+y[1]*Rt+Jt,$[4]=Y[0]*nt+Y[1]*Et+Mt,$[5]=Y[0]*ft+Y[1]*Rt+Jt}return $}function xt(f,y,Y){var $;return this.isIdentity()?$=[f,y,Y]:$=[f*this.props[0]+y*this.props[4]+Y*this.props[8]+this.props[12],f*this.props[1]+y*this.props[5]+Y*this.props[9]+this.props[13],f*this.props[2]+y*this.props[6]+Y*this.props[10]+this.props[14]],$}function ct(f,y){if(this.isIdentity())return f+","+y;var Y=this.props;return Math.round((f*Y[0]+y*Y[4]+Y[12])*100)/100+","+Math.round((f*Y[1]+y*Y[5]+Y[13])*100)/100}function J(){for(var f=0,y=this.props,Y="matrix3d(",$=1e4;f<16;)Y+=l(y[f]*$)/$,Y+=f===15?")":",",f+=1;return Y}function I(f){var y=1e4;return f<1e-6&&f>0||f>-1e-6&&f<0?l(f*y)/y:f}function P(){var f=this.props,y=I(f[0]),Y=I(f[1]),$=I(f[4]),nt=I(f[5]),ft=I(f[12]),Et=I(f[13]);return"matrix("+y+","+Y+","+$+","+nt+","+ft+","+Et+")"}return function(){this.reset=h,this.rotate=c,this.rotateX=v,this.rotateY=A,this.rotateZ=g,this.skew=R,this.skewFromAxis=G,this.shear=k,this.scale=T,this.setTransform=M,this.translate=D,this.transform=O,this.multiply=V,this.applyToPoint=w,this.applyToX=F,this.applyToY=H,this.applyToZ=W,this.applyToPointArray=xt,this.applyToTriplePoints=ot,this.applyToPointStringified=ct,this.toCSS=J,this.to2dCSS=P,this.clone=E,this.cloneFromProps=S,this.equals=C,this.inversePoints=pt,this.inversePoint=yt,this.getInverseMatrix=et,this._t=this.transform,this.isIdentity=N,this._identity=!0,this._identityCalculated=!1,this.props=X("float32",16),this.reset()}}();function In(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?In=function(a){return typeof a}:In=function(a){return a&&typeof Symbol=="function"&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},In(e)}var Ot={},_n="__[STANDALONE]__",wp="__[ANIMATIONDATA]__",Np="";function Lb(e){m(e)}function Lp(){_n===!0?Qt.searchAnimations(wp,_n,Np):Qt.searchAnimations()}function Rb(e){ub(e)}function Mb(e){gb(e)}function Ob(e){return _n===!0&&(e.animationData=JSON.parse(wp)),Qt.loadAnimation(e)}function Pb(e){if(typeof e=="string")switch(e){case"high":bn(200);break;default:case"medium":bn(50);break;case"low":bn(10);break}else!isNaN(e)&&e>1&&bn(e);js()>=50?Je(!1):Je(!0)}function Db(){return typeof navigator<"u"}function Fb(e,i){e==="expressions"&&vb(i)}function $b(e){switch(e){case"propertyFactory":return at;case"shapePropertyFactory":return Sn;case"matrix":return fe;default:return null}}Ot.play=Qt.play,Ot.pause=Qt.pause,Ot.setLocationHref=Lb,Ot.togglePause=Qt.togglePause,Ot.setSpeed=Qt.setSpeed,Ot.setDirection=Qt.setDirection,Ot.stop=Qt.stop,Ot.searchAnimations=Lp,Ot.registerAnimation=Qt.registerAnimation,Ot.loadAnimation=Ob,Ot.setSubframeRendering=Rb,Ot.resize=Qt.resize,Ot.goToAndStop=Qt.goToAndStop,Ot.destroy=Qt.destroy,Ot.setQuality=Pb,Ot.inBrowser=Db,Ot.installPlugin=Fb,Ot.freeze=Qt.freeze,Ot.unfreeze=Qt.unfreeze,Ot.setVolume=Qt.setVolume,Ot.mute=Qt.mute,Ot.unmute=Qt.unmute,Ot.getRegisteredAnimations=Qt.getRegisteredAnimations,Ot.useWebWorker=s,Ot.setIDPrefix=Mb,Ot.__getFactory=$b,Ot.version="5.12.2";function zb(){document.readyState==="complete"&&(clearInterval(Ub),Lp())}function Vb(e){for(var i=Rp.split("&"),a=0;a<i.length;a+=1){var l=i[a].split("=");if(decodeURIComponent(l[0])==e)return decodeURIComponent(l[1])}return null}var Rp="";if(_n){var Mp=document.getElementsByTagName("script"),Bb=Mp.length-1,Op=Mp[Bb]||{src:""};Rp=Op.src?Op.src.replace(/^[^\?]+\??/,""):"",Np=Vb("renderer")}var Ub=setInterval(zb,100);try{!((typeof _a>"u"?"undefined":In(_a))==="object"&&typeof ll<"u")&&!(typeof define=="function"&&define.amd)&&(window.bodymovin=Ot)}catch{}var yi=function(){var e={},i={};e.registerModifier=a,e.getModifier=l;function a(h,c){i[h]||(i[h]=c)}function l(h,c,v){return new i[h](c,v)}return e}();function ir(){}ir.prototype.initModifierProperties=function(){},ir.prototype.addShapeToModifier=function(){},ir.prototype.addShape=function(e){if(!this.closed){e.sh.container.addDynamicProperty(e.sh);var i={shape:e.sh,data:e,localShapeCollection:qo.newShapeCollection()};this.shapes.push(i),this.addShapeToModifier(i),this._isAnimated&&e.setAsAnimated()}},ir.prototype.init=function(e,i){this.shapes=[],this.elem=e,this.initDynamicPropertyContainer(e),this.initModifierProperties(e,i),this.frameId=r,this.closed=!1,this.k=!1,this.dynamicProperties.length?this.k=!0:this.getValue(!0)},ir.prototype.processKeys=function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties())},L([le],ir);function br(){}L([ir],br),br.prototype.initModifierProperties=function(e,i){this.s=at.getProp(e,i.s,0,.01,this),this.e=at.getProp(e,i.e,0,.01,this),this.o=at.getProp(e,i.o,0,0,this),this.sValue=0,this.eValue=0,this.getValue=this.processKeys,this.m=i.m,this._isAnimated=!!this.s.effectsSequence.length||!!this.e.effectsSequence.length||!!this.o.effectsSequence.length},br.prototype.addShapeToModifier=function(e){e.pathsData=[]},br.prototype.calculateShapeEdges=function(e,i,a,l,h){var c=[];i<=1?c.push({s:e,e:i}):e>=1?c.push({s:e-1,e:i-1}):(c.push({s:e,e:1}),c.push({s:0,e:i-1}));var v=[],A,g=c.length,k;for(A=0;A<g;A+=1)if(k=c[A],!(k.e*h<l||k.s*h>l+a)){var R,G;k.s*h<=l?R=0:R=(k.s*h-l)/a,k.e*h>=l+a?G=1:G=(k.e*h-l)/a,v.push([R,G])}return v.length||v.push([0,0]),v},br.prototype.releasePathsData=function(e){var i,a=e.length;for(i=0;i<a;i+=1)Sp.release(e[i]);return e.length=0,e},br.prototype.processShapes=function(e){var i,a;if(this._mdf||e){var l=this.o.v%360/360;if(l<0&&(l+=1),this.s.v>1?i=1+l:this.s.v<0?i=0+l:i=this.s.v+l,this.e.v>1?a=1+l:this.e.v<0?a=0+l:a=this.e.v+l,i>a){var h=i;i=a,a=h}i=Math.round(i*1e4)*1e-4,a=Math.round(a*1e4)*1e-4,this.sValue=i,this.eValue=a}else i=this.sValue,a=this.eValue;var c,v,A=this.shapes.length,g,k,R,G,T,M=0;if(a===i)for(v=0;v<A;v+=1)this.shapes[v].localShapeCollection.releaseShapes(),this.shapes[v].shape._mdf=!0,this.shapes[v].shape.paths=this.shapes[v].localShapeCollection,this._mdf&&(this.shapes[v].pathsData.length=0);else if(a===1&&i===0||a===0&&i===1){if(this._mdf)for(v=0;v<A;v+=1)this.shapes[v].pathsData.length=0,this.shapes[v].shape._mdf=!0}else{var D=[],O,V;for(v=0;v<A;v+=1)if(O=this.shapes[v],!O.shape._mdf&&!this._mdf&&!e&&this.m!==2)O.shape.paths=O.localShapeCollection;else{if(c=O.shape.paths,k=c._length,T=0,!O.shape._mdf&&O.pathsData.length)T=O.totalShapeLength;else{for(R=this.releasePathsData(O.pathsData),g=0;g<k;g+=1)G=kr.getSegmentsLength(c.shapes[g]),R.push(G),T+=G.totalLength;O.totalShapeLength=T,O.pathsData=R}M+=T,O.shape._mdf=!0}var N=i,C=a,E=0,S;for(v=A-1;v>=0;v-=1)if(O=this.shapes[v],O.shape._mdf){for(V=O.localShapeCollection,V.releaseShapes(),this.m===2&&A>1?(S=this.calculateShapeEdges(i,a,O.totalShapeLength,E,M),E+=O.totalShapeLength):S=[[N,C]],k=S.length,g=0;g<k;g+=1){N=S[g][0],C=S[g][1],D.length=0,C<=1?D.push({s:O.totalShapeLength*N,e:O.totalShapeLength*C}):N>=1?D.push({s:O.totalShapeLength*(N-1),e:O.totalShapeLength*(C-1)}):(D.push({s:O.totalShapeLength*N,e:O.totalShapeLength}),D.push({s:0,e:O.totalShapeLength*(C-1)}));var w=this.addShapes(O,D[0]);if(D[0].s!==D[0].e){if(D.length>1){var F=O.shape.paths.shapes[O.shape.paths._length-1];if(F.c){var H=w.pop();this.addPaths(w,V),w=this.addShapes(O,D[1],H)}else this.addPaths(w,V),w=this.addShapes(O,D[1])}this.addPaths(w,V)}}O.shape.paths=V}}},br.prototype.addPaths=function(e,i){var a,l=e.length;for(a=0;a<l;a+=1)i.addShape(e[a])},br.prototype.addSegment=function(e,i,a,l,h,c,v){h.setXYAt(i[0],i[1],"o",c),h.setXYAt(a[0],a[1],"i",c+1),v&&h.setXYAt(e[0],e[1],"v",c),h.setXYAt(l[0],l[1],"v",c+1)},br.prototype.addSegmentFromArray=function(e,i,a,l){i.setXYAt(e[1],e[5],"o",a),i.setXYAt(e[2],e[6],"i",a+1),l&&i.setXYAt(e[0],e[4],"v",a),i.setXYAt(e[3],e[7],"v",a+1)},br.prototype.addShapes=function(e,i,a){var l=e.pathsData,h=e.shape.paths.shapes,c,v=e.shape.paths._length,A,g,k=0,R,G,T,M,D=[],O,V=!0;for(a?(G=a._length,O=a._length):(a=ue.newElement(),G=0,O=0),D.push(a),c=0;c<v;c+=1){for(T=l[c].lengths,a.c=h[c].c,g=h[c].c?T.length:T.length+1,A=1;A<g;A+=1)if(R=T[A-1],k+R.addedLength<i.s)k+=R.addedLength,a.c=!1;else if(k>i.e){a.c=!1;break}else i.s<=k&&i.e>=k+R.addedLength?(this.addSegment(h[c].v[A-1],h[c].o[A-1],h[c].i[A],h[c].v[A],a,G,V),V=!1):(M=kr.getNewSegment(h[c].v[A-1],h[c].v[A],h[c].o[A-1],h[c].i[A],(i.s-k)/R.addedLength,(i.e-k)/R.addedLength,T[A-1]),this.addSegmentFromArray(M,a,G,V),V=!1,a.c=!1),k+=R.addedLength,G+=1;if(h[c].c&&T.length){if(R=T[A-1],k<=i.e){var N=T[A-1].addedLength;i.s<=k&&i.e>=k+N?(this.addSegment(h[c].v[A-1],h[c].o[A-1],h[c].i[0],h[c].v[0],a,G,V),V=!1):(M=kr.getNewSegment(h[c].v[A-1],h[c].v[0],h[c].o[A-1],h[c].i[0],(i.s-k)/N,(i.e-k)/N,T[A-1]),this.addSegmentFromArray(M,a,G,V),V=!1,a.c=!1)}else a.c=!1;k+=R.addedLength,G+=1}if(a._length&&(a.setXYAt(a.v[O][0],a.v[O][1],"i",O),a.setXYAt(a.v[a._length-1][0],a.v[a._length-1][1],"o",a._length-1)),k>i.e)break;c<v-1&&(a=ue.newElement(),V=!0,D.push(a),G=0)}return D};function Qs(){}L([ir],Qs),Qs.prototype.initModifierProperties=function(e,i){this.getValue=this.processKeys,this.amount=at.getProp(e,i.a,0,null,this),this._isAnimated=!!this.amount.effectsSequence.length},Qs.prototype.processPath=function(e,i){var a=i/100,l=[0,0],h=e._length,c=0;for(c=0;c<h;c+=1)l[0]+=e.v[c][0],l[1]+=e.v[c][1];l[0]/=h,l[1]/=h;var v=ue.newElement();v.c=e.c;var A,g,k,R,G,T;for(c=0;c<h;c+=1)A=e.v[c][0]+(l[0]-e.v[c][0])*a,g=e.v[c][1]+(l[1]-e.v[c][1])*a,k=e.o[c][0]+(l[0]-e.o[c][0])*-a,R=e.o[c][1]+(l[1]-e.o[c][1])*-a,G=e.i[c][0]+(l[0]-e.i[c][0])*-a,T=e.i[c][1]+(l[1]-e.i[c][1])*-a,v.setTripleAt(A,g,k,R,G,T,c);return v},Qs.prototype.processShapes=function(e){var i,a,l=this.shapes.length,h,c,v=this.amount.v;if(v!==0){var A,g;for(a=0;a<l;a+=1){if(A=this.shapes[a],g=A.localShapeCollection,!(!A.shape._mdf&&!this._mdf&&!e))for(g.releaseShapes(),A.shape._mdf=!0,i=A.shape.paths.shapes,c=A.shape.paths._length,h=0;h<c;h+=1)g.addShape(this.processPath(i[h],v));A.shape.paths=A.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};var Rd=function(){var e=[0,0];function i(g){var k=this._mdf;this.iterateDynamicProperties(),this._mdf=this._mdf||k,this.a&&g.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.s&&g.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&g.skewFromAxis(-this.sk.v,this.sa.v),this.r?g.rotate(-this.r.v):g.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.data.p.s?this.data.p.z?g.translate(this.px.v,this.py.v,-this.pz.v):g.translate(this.px.v,this.py.v,0):g.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}function a(g){if(this.elem.globalData.frameId!==this.frameId){if(this._isDirty&&(this.precalculateMatrix(),this._isDirty=!1),this.iterateDynamicProperties(),this._mdf||g){var k;if(this.v.cloneFromProps(this.pre.props),this.appliedTransformations<1&&this.v.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations<2&&this.v.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&this.appliedTransformations<3&&this.v.skewFromAxis(-this.sk.v,this.sa.v),this.r&&this.appliedTransformations<4?this.v.rotate(-this.r.v):!this.r&&this.appliedTransformations<4&&this.v.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.autoOriented){var R,G;if(k=this.elem.globalData.frameRate,this.p&&this.p.keyframes&&this.p.getValueAtTime)this.p._caching.lastFrame+this.p.offsetTime<=this.p.keyframes[0].t?(R=this.p.getValueAtTime((this.p.keyframes[0].t+.01)/k,0),G=this.p.getValueAtTime(this.p.keyframes[0].t/k,0)):this.p._caching.lastFrame+this.p.offsetTime>=this.p.keyframes[this.p.keyframes.length-1].t?(R=this.p.getValueAtTime(this.p.keyframes[this.p.keyframes.length-1].t/k,0),G=this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length-1].t-.05)/k,0)):(R=this.p.pv,G=this.p.getValueAtTime((this.p._caching.lastFrame+this.p.offsetTime-.01)/k,this.p.offsetTime));else if(this.px&&this.px.keyframes&&this.py.keyframes&&this.px.getValueAtTime&&this.py.getValueAtTime){R=[],G=[];var T=this.px,M=this.py;T._caching.lastFrame+T.offsetTime<=T.keyframes[0].t?(R[0]=T.getValueAtTime((T.keyframes[0].t+.01)/k,0),R[1]=M.getValueAtTime((M.keyframes[0].t+.01)/k,0),G[0]=T.getValueAtTime(T.keyframes[0].t/k,0),G[1]=M.getValueAtTime(M.keyframes[0].t/k,0)):T._caching.lastFrame+T.offsetTime>=T.keyframes[T.keyframes.length-1].t?(R[0]=T.getValueAtTime(T.keyframes[T.keyframes.length-1].t/k,0),R[1]=M.getValueAtTime(M.keyframes[M.keyframes.length-1].t/k,0),G[0]=T.getValueAtTime((T.keyframes[T.keyframes.length-1].t-.01)/k,0),G[1]=M.getValueAtTime((M.keyframes[M.keyframes.length-1].t-.01)/k,0)):(R=[T.pv,M.pv],G[0]=T.getValueAtTime((T._caching.lastFrame+T.offsetTime-.01)/k,T.offsetTime),G[1]=M.getValueAtTime((M._caching.lastFrame+M.offsetTime-.01)/k,M.offsetTime))}else G=e,R=G;this.v.rotate(-Math.atan2(R[1]-G[1],R[0]-G[0]))}this.data.p&&this.data.p.s?this.data.p.z?this.v.translate(this.px.v,this.py.v,-this.pz.v):this.v.translate(this.px.v,this.py.v,0):this.v.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}this.frameId=this.elem.globalData.frameId}}function l(){if(this.appliedTransformations=0,this.pre.reset(),!this.a.effectsSequence.length)this.pre.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations=1;else return;if(!this.s.effectsSequence.length)this.pre.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.appliedTransformations=2;else return;if(this.sk)if(!this.sk.effectsSequence.length&&!this.sa.effectsSequence.length)this.pre.skewFromAxis(-this.sk.v,this.sa.v),this.appliedTransformations=3;else return;this.r?this.r.effectsSequence.length||(this.pre.rotate(-this.r.v),this.appliedTransformations=4):!this.rz.effectsSequence.length&&!this.ry.effectsSequence.length&&!this.rx.effectsSequence.length&&!this.or.effectsSequence.length&&(this.pre.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.appliedTransformations=4)}function h(){}function c(g){this._addDynamicProperty(g),this.elem.addDynamicProperty(g),this._isDirty=!0}function v(g,k,R){if(this.elem=g,this.frameId=-1,this.propType="transform",this.data=k,this.v=new fe,this.pre=new fe,this.appliedTransformations=0,this.initDynamicPropertyContainer(R||g),k.p&&k.p.s?(this.px=at.getProp(g,k.p.x,0,0,this),this.py=at.getProp(g,k.p.y,0,0,this),k.p.z&&(this.pz=at.getProp(g,k.p.z,0,0,this))):this.p=at.getProp(g,k.p||{k:[0,0,0]},1,0,this),k.rx){if(this.rx=at.getProp(g,k.rx,0,kt,this),this.ry=at.getProp(g,k.ry,0,kt,this),this.rz=at.getProp(g,k.rz,0,kt,this),k.or.k[0].ti){var G,T=k.or.k.length;for(G=0;G<T;G+=1)k.or.k[G].to=null,k.or.k[G].ti=null}this.or=at.getProp(g,k.or,1,kt,this),this.or.sh=!0}else this.r=at.getProp(g,k.r||{k:0},0,kt,this);k.sk&&(this.sk=at.getProp(g,k.sk,0,kt,this),this.sa=at.getProp(g,k.sa,0,kt,this)),this.a=at.getProp(g,k.a||{k:[0,0,0]},1,0,this),this.s=at.getProp(g,k.s||{k:[100,100,100]},1,.01,this),k.o?this.o=at.getProp(g,k.o,0,.01,g):this.o={_mdf:!1,v:1},this._isDirty=!0,this.dynamicProperties.length||this.getValue(!0)}v.prototype={applyToMatrix:i,getValue:a,precalculateMatrix:l,autoOrient:h},L([le],v),v.prototype.addDynamicProperty=c,v.prototype._addDynamicProperty=le.prototype.addDynamicProperty;function A(g,k,R){return new v(g,k,R)}return{getTransformProperty:A}}();function wr(){}L([ir],wr),wr.prototype.initModifierProperties=function(e,i){this.getValue=this.processKeys,this.c=at.getProp(e,i.c,0,null,this),this.o=at.getProp(e,i.o,0,null,this),this.tr=Rd.getTransformProperty(e,i.tr,this),this.so=at.getProp(e,i.tr.so,0,.01,this),this.eo=at.getProp(e,i.tr.eo,0,.01,this),this.data=i,this.dynamicProperties.length||this.getValue(!0),this._isAnimated=!!this.dynamicProperties.length,this.pMatrix=new fe,this.rMatrix=new fe,this.sMatrix=new fe,this.tMatrix=new fe,this.matrix=new fe},wr.prototype.applyTransforms=function(e,i,a,l,h,c){var v=c?-1:1,A=l.s.v[0]+(1-l.s.v[0])*(1-h),g=l.s.v[1]+(1-l.s.v[1])*(1-h);e.translate(l.p.v[0]*v*h,l.p.v[1]*v*h,l.p.v[2]),i.translate(-l.a.v[0],-l.a.v[1],l.a.v[2]),i.rotate(-l.r.v*v*h),i.translate(l.a.v[0],l.a.v[1],l.a.v[2]),a.translate(-l.a.v[0],-l.a.v[1],l.a.v[2]),a.scale(c?1/A:A,c?1/g:g),a.translate(l.a.v[0],l.a.v[1],l.a.v[2])},wr.prototype.init=function(e,i,a,l){for(this.elem=e,this.arr=i,this.pos=a,this.elemsData=l,this._currentCopies=0,this._elements=[],this._groups=[],this.frameId=-1,this.initDynamicPropertyContainer(e),this.initModifierProperties(e,i[a]);a>0;)a-=1,this._elements.unshift(i[a]);this.dynamicProperties.length?this.k=!0:this.getValue(!0)},wr.prototype.resetElements=function(e){var i,a=e.length;for(i=0;i<a;i+=1)e[i]._processed=!1,e[i].ty==="gr"&&this.resetElements(e[i].it)},wr.prototype.cloneElements=function(e){var i=JSON.parse(JSON.stringify(e));return this.resetElements(i),i},wr.prototype.changeGroupRender=function(e,i){var a,l=e.length;for(a=0;a<l;a+=1)e[a]._render=i,e[a].ty==="gr"&&this.changeGroupRender(e[a].it,i)},wr.prototype.processShapes=function(e){var i,a,l,h,c,v=!1;if(this._mdf||e){var A=Math.ceil(this.c.v);if(this._groups.length<A){for(;this._groups.length<A;){var g={it:this.cloneElements(this._elements),ty:"gr"};g.it.push({a:{a:0,ix:1,k:[0,0]},nm:"Transform",o:{a:0,ix:7,k:100},p:{a:0,ix:2,k:[0,0]},r:{a:1,ix:6,k:[{s:0,e:0,t:0},{s:0,e:0,t:1}]},s:{a:0,ix:3,k:[100,100]},sa:{a:0,ix:5,k:0},sk:{a:0,ix:4,k:0},ty:"tr"}),this.arr.splice(0,0,g),this._groups.splice(0,0,g),this._currentCopies+=1}this.elem.reloadShapes(),v=!0}c=0;var k;for(l=0;l<=this._groups.length-1;l+=1){if(k=c<A,this._groups[l]._render=k,this.changeGroupRender(this._groups[l].it,k),!k){var R=this.elemsData[l].it,G=R[R.length-1];G.transform.op.v!==0?(G.transform.op._mdf=!0,G.transform.op.v=0):G.transform.op._mdf=!1}c+=1}this._currentCopies=A;var T=this.o.v,M=T%1,D=T>0?Math.floor(T):Math.ceil(T),O=this.pMatrix.props,V=this.rMatrix.props,N=this.sMatrix.props;this.pMatrix.reset(),this.rMatrix.reset(),this.sMatrix.reset(),this.tMatrix.reset(),this.matrix.reset();var C=0;if(T>0){for(;C<D;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),C+=1;M&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,M,!1),C+=M)}else if(T<0){for(;C>D;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!0),C-=1;M&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,-M,!0),C-=M)}l=this.data.m===1?0:this._currentCopies-1,h=this.data.m===1?1:-1,c=this._currentCopies;for(var E,S;c;){if(i=this.elemsData[l].it,a=i[i.length-1].transform.mProps.v.props,S=a.length,i[i.length-1].transform.mProps._mdf=!0,i[i.length-1].transform.op._mdf=!0,i[i.length-1].transform.op.v=this._currentCopies===1?this.so.v:this.so.v+(this.eo.v-this.so.v)*(l/(this._currentCopies-1)),C!==0){for((l!==0&&h===1||l!==this._currentCopies-1&&h===-1)&&this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),this.matrix.transform(V[0],V[1],V[2],V[3],V[4],V[5],V[6],V[7],V[8],V[9],V[10],V[11],V[12],V[13],V[14],V[15]),this.matrix.transform(N[0],N[1],N[2],N[3],N[4],N[5],N[6],N[7],N[8],N[9],N[10],N[11],N[12],N[13],N[14],N[15]),this.matrix.transform(O[0],O[1],O[2],O[3],O[4],O[5],O[6],O[7],O[8],O[9],O[10],O[11],O[12],O[13],O[14],O[15]),E=0;E<S;E+=1)a[E]=this.matrix.props[E];this.matrix.reset()}else for(this.matrix.reset(),E=0;E<S;E+=1)a[E]=this.matrix.props[E];C+=1,c-=1,l+=h}}else for(c=this._currentCopies,l=0,h=1;c;)i=this.elemsData[l].it,a=i[i.length-1].transform.mProps.v.props,i[i.length-1].transform.mProps._mdf=!1,i[i.length-1].transform.op._mdf=!1,c-=1,l+=h;return v},wr.prototype.addShape=function(){};function Js(){}L([ir],Js),Js.prototype.initModifierProperties=function(e,i){this.getValue=this.processKeys,this.rd=at.getProp(e,i.r,0,null,this),this._isAnimated=!!this.rd.effectsSequence.length},Js.prototype.processPath=function(e,i){var a=ue.newElement();a.c=e.c;var l,h=e._length,c,v,A,g,k,R,G=0,T,M,D,O,V,N;for(l=0;l<h;l+=1)c=e.v[l],A=e.o[l],v=e.i[l],c[0]===A[0]&&c[1]===A[1]&&c[0]===v[0]&&c[1]===v[1]?(l===0||l===h-1)&&!e.c?(a.setTripleAt(c[0],c[1],A[0],A[1],v[0],v[1],G),G+=1):(l===0?g=e.v[h-1]:g=e.v[l-1],k=Math.sqrt(Math.pow(c[0]-g[0],2)+Math.pow(c[1]-g[1],2)),R=k?Math.min(k/2,i)/k:0,V=c[0]+(g[0]-c[0])*R,T=V,N=c[1]-(c[1]-g[1])*R,M=N,D=T-(T-c[0])*me,O=M-(M-c[1])*me,a.setTripleAt(T,M,D,O,V,N,G),G+=1,l===h-1?g=e.v[0]:g=e.v[l+1],k=Math.sqrt(Math.pow(c[0]-g[0],2)+Math.pow(c[1]-g[1],2)),R=k?Math.min(k/2,i)/k:0,D=c[0]+(g[0]-c[0])*R,T=D,O=c[1]+(g[1]-c[1])*R,M=O,V=T-(T-c[0])*me,N=M-(M-c[1])*me,a.setTripleAt(T,M,D,O,V,N,G),G+=1):(a.setTripleAt(e.v[l][0],e.v[l][1],e.o[l][0],e.o[l][1],e.i[l][0],e.i[l][1],G),G+=1);return a},Js.prototype.processShapes=function(e){var i,a,l=this.shapes.length,h,c,v=this.rd.v;if(v!==0){var A,g;for(a=0;a<l;a+=1){if(A=this.shapes[a],g=A.localShapeCollection,!(!A.shape._mdf&&!this._mdf&&!e))for(g.releaseShapes(),A.shape._mdf=!0,i=A.shape.paths.shapes,c=A.shape.paths._length,h=0;h<c;h+=1)g.addShape(this.processPath(i[h],v));A.shape.paths=A.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};function Cn(e,i){return Math.abs(e-i)*1e5<=Math.min(Math.abs(e),Math.abs(i))}function Md(e){return Math.abs(e)<=1e-5}function Pp(e,i,a){return e*(1-a)+i*a}function Ei(e,i,a){return[Pp(e[0],i[0],a),Pp(e[1],i[1],a)]}function Hb(e,i,a){if(e===0)return[];var l=i*i-4*e*a;if(l<0)return[];var h=-i/(2*e);if(l===0)return[h];var c=Math.sqrt(l)/(2*e);return[h-c,h+c]}function Dp(e,i,a,l){return[-e+3*i-3*a+l,3*e-6*i+3*a,-3*e+3*i,e]}function Fp(e){return new jt(e,e,e,e,!1)}function jt(e,i,a,l,h){h&&Zo(e,i)&&(i=Ei(e,l,1/3)),h&&Zo(a,l)&&(a=Ei(e,l,2/3));var c=Dp(e[0],i[0],a[0],l[0]),v=Dp(e[1],i[1],a[1],l[1]);this.a=[c[0],v[0]],this.b=[c[1],v[1]],this.c=[c[2],v[2]],this.d=[c[3],v[3]],this.points=[e,i,a,l]}jt.prototype.point=function(e){return[((this.a[0]*e+this.b[0])*e+this.c[0])*e+this.d[0],((this.a[1]*e+this.b[1])*e+this.c[1])*e+this.d[1]]},jt.prototype.derivative=function(e){return[(3*e*this.a[0]+2*this.b[0])*e+this.c[0],(3*e*this.a[1]+2*this.b[1])*e+this.c[1]]},jt.prototype.tangentAngle=function(e){var i=this.derivative(e);return Math.atan2(i[1],i[0])},jt.prototype.normalAngle=function(e){var i=this.derivative(e);return Math.atan2(i[0],i[1])},jt.prototype.inflectionPoints=function(){var e=this.a[1]*this.b[0]-this.a[0]*this.b[1];if(Md(e))return[];var i=-.5*(this.a[1]*this.c[0]-this.a[0]*this.c[1])/e,a=i*i-1/3*(this.b[1]*this.c[0]-this.b[0]*this.c[1])/e;if(a<0)return[];var l=Math.sqrt(a);return Md(l)?l>0&&l<1?[i]:[]:[i-l,i+l].filter(function(h){return h>0&&h<1})},jt.prototype.split=function(e){if(e<=0)return[Fp(this.points[0]),this];if(e>=1)return[this,Fp(this.points[this.points.length-1])];var i=Ei(this.points[0],this.points[1],e),a=Ei(this.points[1],this.points[2],e),l=Ei(this.points[2],this.points[3],e),h=Ei(i,a,e),c=Ei(a,l,e),v=Ei(h,c,e);return[new jt(this.points[0],i,h,v,!0),new jt(v,c,l,this.points[3],!0)]};function $p(e,i){var a=e.points[0][i],l=e.points[e.points.length-1][i];if(a>l){var h=l;l=a,a=h}for(var c=Hb(3*e.a[i],2*e.b[i],e.c[i]),v=0;v<c.length;v+=1)if(c[v]>0&&c[v]<1){var A=e.point(c[v])[i];A<a?a=A:A>l&&(l=A)}return{min:a,max:l}}jt.prototype.bounds=function(){return{x:$p(this,0),y:$p(this,1)}},jt.prototype.boundingBox=function(){var e=this.bounds();return{left:e.x.min,right:e.x.max,top:e.y.min,bottom:e.y.max,width:e.x.max-e.x.min,height:e.y.max-e.y.min,cx:(e.x.max+e.x.min)/2,cy:(e.y.max+e.y.min)/2}};function kn(e,i,a){var l=e.boundingBox();return{cx:l.cx,cy:l.cy,width:l.width,height:l.height,bez:e,t:(i+a)/2,t1:i,t2:a}}function zp(e){var i=e.bez.split(.5);return[kn(i[0],e.t1,e.t),kn(i[1],e.t,e.t2)]}function Gb(e,i){return Math.abs(e.cx-i.cx)*2<e.width+i.width&&Math.abs(e.cy-i.cy)*2<e.height+i.height}function ta(e,i,a,l,h,c){if(Gb(e,i)){if(a>=c||e.width<=l&&e.height<=l&&i.width<=l&&i.height<=l){h.push([e.t,i.t]);return}var v=zp(e),A=zp(i);ta(v[0],A[0],a+1,l,h,c),ta(v[0],A[1],a+1,l,h,c),ta(v[1],A[0],a+1,l,h,c),ta(v[1],A[1],a+1,l,h,c)}}jt.prototype.intersections=function(e,i,a){i===void 0&&(i=2),a===void 0&&(a=7);var l=[];return ta(kn(this,0,1),kn(e,0,1),0,i,l,a),l},jt.shapeSegment=function(e,i){var a=(i+1)%e.length();return new jt(e.v[i],e.o[i],e.i[a],e.v[a],!0)},jt.shapeSegmentInverted=function(e,i){var a=(i+1)%e.length();return new jt(e.v[a],e.i[a],e.o[i],e.v[i],!0)};function Od(e,i){return[e[1]*i[2]-e[2]*i[1],e[2]*i[0]-e[0]*i[2],e[0]*i[1]-e[1]*i[0]]}function wn(e,i,a,l){var h=[e[0],e[1],1],c=[i[0],i[1],1],v=[a[0],a[1],1],A=[l[0],l[1],1],g=Od(Od(h,c),Od(v,A));return Md(g[2])?null:[g[0]/g[2],g[1]/g[2]]}function Xo(e,i,a){return[e[0]+Math.cos(i)*a,e[1]-Math.sin(i)*a]}function Pd(e,i){return Math.hypot(e[0]-i[0],e[1]-i[1])}function Zo(e,i){return Cn(e[0],i[0])&&Cn(e[1],i[1])}function ea(){}L([ir],ea),ea.prototype.initModifierProperties=function(e,i){this.getValue=this.processKeys,this.amplitude=at.getProp(e,i.s,0,null,this),this.frequency=at.getProp(e,i.r,0,null,this),this.pointsType=at.getProp(e,i.pt,0,null,this),this._isAnimated=this.amplitude.effectsSequence.length!==0||this.frequency.effectsSequence.length!==0||this.pointsType.effectsSequence.length!==0};function Vp(e,i,a,l,h,c,v){var A=a-Math.PI/2,g=a+Math.PI/2,k=i[0]+Math.cos(a)*l*h,R=i[1]-Math.sin(a)*l*h;e.setTripleAt(k,R,k+Math.cos(A)*c,R-Math.sin(A)*c,k+Math.cos(g)*v,R-Math.sin(g)*v,e.length())}function Yb(e,i){var a=[i[0]-e[0],i[1]-e[1]],l=-Math.PI*.5,h=[Math.cos(l)*a[0]-Math.sin(l)*a[1],Math.sin(l)*a[0]+Math.cos(l)*a[1]];return h}function Wb(e,i){var a=i===0?e.length()-1:i-1,l=(i+1)%e.length(),h=e.v[a],c=e.v[l],v=Yb(h,c);return Math.atan2(0,1)-Math.atan2(v[1],v[0])}function Bp(e,i,a,l,h,c,v){var A=Wb(i,a),g=i.v[a%i._length],k=i.v[a===0?i._length-1:a-1],R=i.v[(a+1)%i._length],G=c===2?Math.sqrt(Math.pow(g[0]-k[0],2)+Math.pow(g[1]-k[1],2)):0,T=c===2?Math.sqrt(Math.pow(g[0]-R[0],2)+Math.pow(g[1]-R[1],2)):0;Vp(e,i.v[a%i._length],A,v,l,T/((h+1)*2),G/((h+1)*2),c)}function jb(e,i,a,l,h,c){for(var v=0;v<l;v+=1){var A=(v+1)/(l+1),g=h===2?Math.sqrt(Math.pow(i.points[3][0]-i.points[0][0],2)+Math.pow(i.points[3][1]-i.points[0][1],2)):0,k=i.normalAngle(A),R=i.point(A);Vp(e,R,k,c,a,g/((l+1)*2),g/((l+1)*2),h),c=-c}return c}ea.prototype.processPath=function(e,i,a,l){var h=e._length,c=ue.newElement();if(c.c=e.c,e.c||(h-=1),h===0)return c;var v=-1,A=jt.shapeSegment(e,0);Bp(c,e,0,i,a,l,v);for(var g=0;g<h;g+=1)v=jb(c,A,i,a,l,-v),g===h-1&&!e.c?A=null:A=jt.shapeSegment(e,(g+1)%h),Bp(c,e,g+1,i,a,l,v);return c},ea.prototype.processShapes=function(e){var i,a,l=this.shapes.length,h,c,v=this.amplitude.v,A=Math.max(0,Math.round(this.frequency.v)),g=this.pointsType.v;if(v!==0){var k,R;for(a=0;a<l;a+=1){if(k=this.shapes[a],R=k.localShapeCollection,!(!k.shape._mdf&&!this._mdf&&!e))for(R.releaseShapes(),k.shape._mdf=!0,i=k.shape.paths.shapes,c=k.shape.paths._length,h=0;h<c;h+=1)R.addShape(this.processPath(i[h],v,A,g));k.shape.paths=k.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};function Dd(e,i,a){var l=Math.atan2(i[0]-e[0],i[1]-e[1]);return[Xo(e,l,a),Xo(i,l,a)]}function Qo(e,i){var a,l,h,c,v,A,g;g=Dd(e.points[0],e.points[1],i),a=g[0],l=g[1],g=Dd(e.points[1],e.points[2],i),h=g[0],c=g[1],g=Dd(e.points[2],e.points[3],i),v=g[0],A=g[1];var k=wn(a,l,h,c);k===null&&(k=l);var R=wn(v,A,h,c);return R===null&&(R=v),new jt(a,k,R,A)}function Up(e,i,a,l,h){var c=i.points[3],v=a.points[0];if(l===3||Zo(c,v))return c;if(l===2){var A=-i.tangentAngle(1),g=-a.tangentAngle(0)+Math.PI,k=wn(c,Xo(c,A+Math.PI/2,100),v,Xo(v,A+Math.PI/2,100)),R=k?Pd(k,c):Pd(c,v)/2,G=Xo(c,A,2*R*me);return e.setXYAt(G[0],G[1],"o",e.length()-1),G=Xo(v,g,2*R*me),e.setTripleAt(v[0],v[1],v[0],v[1],G[0],G[1],e.length()),v}var T=Zo(c,i.points[2])?i.points[0]:i.points[2],M=Zo(v,a.points[1])?a.points[3]:a.points[1],D=wn(T,c,v,M);return D&&Pd(D,c)<h?(e.setTripleAt(D[0],D[1],D[0],D[1],D[0],D[1],e.length()),D):c}function Hp(e,i){var a=e.intersections(i);return a.length&&Cn(a[0][0],1)&&a.shift(),a.length?a[0]:null}function Gp(e,i){var a=e.slice(),l=i.slice(),h=Hp(e[e.length-1],i[0]);return h&&(a[e.length-1]=e[e.length-1].split(h[0])[0],l[0]=i[0].split(h[1])[1]),e.length>1&&i.length>1&&(h=Hp(e[0],i[i.length-1]),h)?[[e[0].split(h[0])[0]],[i[i.length-1].split(h[1])[1]]]:[a,l]}function Kb(e){for(var i,a=1;a<e.length;a+=1)i=Gp(e[a-1],e[a]),e[a-1]=i[0],e[a]=i[1];return e.length>1&&(i=Gp(e[e.length-1],e[0]),e[e.length-1]=i[0],e[0]=i[1]),e}function Yp(e,i){var a=e.inflectionPoints(),l,h,c,v;if(a.length===0)return[Qo(e,i)];if(a.length===1||Cn(a[1],1))return c=e.split(a[0]),l=c[0],h=c[1],[Qo(l,i),Qo(h,i)];c=e.split(a[0]),l=c[0];var A=(a[1]-a[0])/(1-a[0]);return c=c[1].split(A),v=c[0],h=c[1],[Qo(l,i),Qo(v,i),Qo(h,i)]}function ra(){}L([ir],ra),ra.prototype.initModifierProperties=function(e,i){this.getValue=this.processKeys,this.amount=at.getProp(e,i.a,0,null,this),this.miterLimit=at.getProp(e,i.ml,0,null,this),this.lineJoin=i.lj,this._isAnimated=this.amount.effectsSequence.length!==0},ra.prototype.processPath=function(e,i,a,l){var h=ue.newElement();h.c=e.c;var c=e.length();e.c||(c-=1);var v,A,g,k=[];for(v=0;v<c;v+=1)g=jt.shapeSegment(e,v),k.push(Yp(g,i));if(!e.c)for(v=c-1;v>=0;v-=1)g=jt.shapeSegmentInverted(e,v),k.push(Yp(g,i));k=Kb(k);var R=null,G=null;for(v=0;v<k.length;v+=1){var T=k[v];for(G&&(R=Up(h,G,T[0],a,l)),G=T[T.length-1],A=0;A<T.length;A+=1)g=T[A],R&&Zo(g.points[0],R)?h.setXYAt(g.points[1][0],g.points[1][1],"o",h.length()-1):h.setTripleAt(g.points[0][0],g.points[0][1],g.points[1][0],g.points[1][1],g.points[0][0],g.points[0][1],h.length()),h.setTripleAt(g.points[3][0],g.points[3][1],g.points[3][0],g.points[3][1],g.points[2][0],g.points[2][1],h.length()),R=g.points[3]}return k.length&&Up(h,G,k[0][0],a,l),h},ra.prototype.processShapes=function(e){var i,a,l=this.shapes.length,h,c,v=this.amount.v,A=this.miterLimit.v,g=this.lineJoin;if(v!==0){var k,R;for(a=0;a<l;a+=1){if(k=this.shapes[a],R=k.localShapeCollection,!(!k.shape._mdf&&!this._mdf&&!e))for(R.releaseShapes(),k.shape._mdf=!0,i=k.shape.paths.shapes,c=k.shape.paths._length,h=0;h<c;h+=1)R.addShape(this.processPath(i[h],v,g,A));k.shape.paths=k.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};function Wp(e){for(var i=e.fStyle?e.fStyle.split(" "):[],a="normal",l="normal",h=i.length,c,v=0;v<h;v+=1)switch(c=i[v].toLowerCase(),c){case"italic":l="italic";break;case"bold":a="700";break;case"black":a="900";break;case"medium":a="500";break;case"regular":case"normal":a="400";break;case"light":case"thin":a="200";break;default:break}return{style:l,weight:e.fWeight||a}}var ao=function(){var e=5e3,i={w:0,size:0,shapes:[],data:{shapes:[]}},a=[];a=a.concat([2304,2305,2306,2307,2362,2363,2364,2364,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2387,2388,2389,2390,2391,2402,2403]);var l=127988,h=917631,c=917601,v=917626,A=65039,g=8205,k=127462,R=127487,G=["d83cdffb","d83cdffc","d83cdffd","d83cdffe","d83cdfff"];function T(I){var P=I.split(","),f,y=P.length,Y=[];for(f=0;f<y;f+=1)P[f]!=="sans-serif"&&P[f]!=="monospace"&&Y.push(P[f]);return Y.join(",")}function M(I,P){var f=x("span");f.setAttribute("aria-hidden",!0),f.style.fontFamily=P;var y=x("span");y.innerText="giItT1WQy@!-/#",f.style.position="absolute",f.style.left="-10000px",f.style.top="-10000px",f.style.fontSize="300px",f.style.fontVariant="normal",f.style.fontStyle="normal",f.style.fontWeight="normal",f.style.letterSpacing="0",f.appendChild(y),document.body.appendChild(f);var Y=y.offsetWidth;return y.style.fontFamily=T(I)+", "+P,{node:y,w:Y,parent:f}}function D(){var I,P=this.fonts.length,f,y,Y=P;for(I=0;I<P;I+=1)this.fonts[I].loaded?Y-=1:this.fonts[I].fOrigin==="n"||this.fonts[I].origin===0?this.fonts[I].loaded=!0:(f=this.fonts[I].monoCase.node,y=this.fonts[I].monoCase.w,f.offsetWidth!==y?(Y-=1,this.fonts[I].loaded=!0):(f=this.fonts[I].sansCase.node,y=this.fonts[I].sansCase.w,f.offsetWidth!==y&&(Y-=1,this.fonts[I].loaded=!0)),this.fonts[I].loaded&&(this.fonts[I].sansCase.parent.parentNode.removeChild(this.fonts[I].sansCase.parent),this.fonts[I].monoCase.parent.parentNode.removeChild(this.fonts[I].monoCase.parent)));Y!==0&&Date.now()-this.initTime<e?setTimeout(this.checkLoadedFontsBinded,20):setTimeout(this.setIsLoadedBinded,10)}function O(I,P){var f=document.body&&P?"svg":"canvas",y,Y=Wp(I);if(f==="svg"){var $=Tt("text");$.style.fontSize="100px",$.setAttribute("font-family",I.fFamily),$.setAttribute("font-style",Y.style),$.setAttribute("font-weight",Y.weight),$.textContent="1",I.fClass?($.style.fontFamily="inherit",$.setAttribute("class",I.fClass)):$.style.fontFamily=I.fFamily,P.appendChild($),y=$}else{var nt=new OffscreenCanvas(500,500).getContext("2d");nt.font=Y.style+" "+Y.weight+" 100px "+I.fFamily,y=nt}function ft(Et){return f==="svg"?(y.textContent=Et,y.getComputedTextLength()):y.measureText(Et).width}return{measureText:ft}}function V(I,P){if(!I){this.isLoaded=!0;return}if(this.chars){this.isLoaded=!0,this.fonts=I.list;return}if(!document.body){this.isLoaded=!0,I.list.forEach(function(Re){Re.helper=O(Re),Re.cache={}}),this.fonts=I.list;return}var f=I.list,y,Y=f.length,$=Y;for(y=0;y<Y;y+=1){var nt=!0,ft,Et;if(f[y].loaded=!1,f[y].monoCase=M(f[y].fFamily,"monospace"),f[y].sansCase=M(f[y].fFamily,"sans-serif"),!f[y].fPath)f[y].loaded=!0,$-=1;else if(f[y].fOrigin==="p"||f[y].origin===3){if(ft=document.querySelectorAll('style[f-forigin="p"][f-family="'+f[y].fFamily+'"], style[f-origin="3"][f-family="'+f[y].fFamily+'"]'),ft.length>0&&(nt=!1),nt){var Rt=x("style");Rt.setAttribute("f-forigin",f[y].fOrigin),Rt.setAttribute("f-origin",f[y].origin),Rt.setAttribute("f-family",f[y].fFamily),Rt.type="text/css",Rt.innerText="@font-face {font-family: "+f[y].fFamily+"; font-style: normal; src: url('"+f[y].fPath+"');}",P.appendChild(Rt)}}else if(f[y].fOrigin==="g"||f[y].origin===1){for(ft=document.querySelectorAll('link[f-forigin="g"], link[f-origin="1"]'),Et=0;Et<ft.length;Et+=1)ft[Et].href.indexOf(f[y].fPath)!==-1&&(nt=!1);if(nt){var Mt=x("link");Mt.setAttribute("f-forigin",f[y].fOrigin),Mt.setAttribute("f-origin",f[y].origin),Mt.type="text/css",Mt.rel="stylesheet",Mt.href=f[y].fPath,document.body.appendChild(Mt)}}else if(f[y].fOrigin==="t"||f[y].origin===2){for(ft=document.querySelectorAll('script[f-forigin="t"], script[f-origin="2"]'),Et=0;Et<ft.length;Et+=1)f[y].fPath===ft[Et].src&&(nt=!1);if(nt){var Jt=x("link");Jt.setAttribute("f-forigin",f[y].fOrigin),Jt.setAttribute("f-origin",f[y].origin),Jt.setAttribute("rel","stylesheet"),Jt.setAttribute("href",f[y].fPath),P.appendChild(Jt)}}f[y].helper=O(f[y],P),f[y].cache={},this.fonts.push(f[y])}$===0?this.isLoaded=!0:setTimeout(this.checkLoadedFonts.bind(this),100)}function N(I){if(I){this.chars||(this.chars=[]);var P,f=I.length,y,Y=this.chars.length,$;for(P=0;P<f;P+=1){for(y=0,$=!1;y<Y;)this.chars[y].style===I[P].style&&this.chars[y].fFamily===I[P].fFamily&&this.chars[y].ch===I[P].ch&&($=!0),y+=1;$||(this.chars.push(I[P]),Y+=1)}}}function C(I,P,f){for(var y=0,Y=this.chars.length;y<Y;){if(this.chars[y].ch===I&&this.chars[y].style===P&&this.chars[y].fFamily===f)return this.chars[y];y+=1}return(typeof I=="string"&&I.charCodeAt(0)!==13||!I)&&console&&console.warn&&!this._warned&&(this._warned=!0,console.warn("Missing character from exported characters list: ",I,P,f)),i}function E(I,P,f){var y=this.getFontByName(P),Y=I;if(!y.cache[Y]){var $=y.helper;if(I===" "){var nt=$.measureText("|"+I+"|"),ft=$.measureText("||");y.cache[Y]=(nt-ft)/100}else y.cache[Y]=$.measureText(I)/100}return y.cache[Y]*f}function S(I){for(var P=0,f=this.fonts.length;P<f;){if(this.fonts[P].fName===I)return this.fonts[P];P+=1}return this.fonts[0]}function w(I){var P=0,f=I.charCodeAt(0);if(f>=55296&&f<=56319){var y=I.charCodeAt(1);y>=56320&&y<=57343&&(P=(f-55296)*1024+y-56320+65536)}return P}function F(I,P){var f=I.toString(16)+P.toString(16);return G.indexOf(f)!==-1}function H(I){return I===g}function W(I){return I===A}function et(I){var P=w(I);return P>=k&&P<=R}function yt(I){return et(I.substr(0,2))&&et(I.substr(2,2))}function pt(I){return a.indexOf(I)!==-1}function ot(I,P){var f=w(I.substr(P,2));if(f!==l)return!1;var y=0;for(P+=2;y<5;){if(f=w(I.substr(P,2)),f<c||f>v)return!1;y+=1,P+=2}return w(I.substr(P,2))===h}function xt(){this.isLoaded=!0}var ct=function(){this.fonts=[],this.chars=null,this.typekitLoaded=0,this.isLoaded=!1,this._warned=!1,this.initTime=Date.now(),this.setIsLoadedBinded=this.setIsLoaded.bind(this),this.checkLoadedFontsBinded=this.checkLoadedFonts.bind(this)};ct.isModifier=F,ct.isZeroWidthJoiner=H,ct.isFlagEmoji=yt,ct.isRegionalCode=et,ct.isCombinedCharacter=pt,ct.isRegionalFlag=ot,ct.isVariationSelector=W,ct.BLACK_FLAG_CODE_POINT=l;var J={addChars:N,addFonts:V,getCharData:C,getFontByName:S,measureText:E,checkLoadedFonts:D,setIsLoaded:xt};return ct.prototype=J,ct}();function jp(e){this.animationData=e}jp.prototype.getProp=function(e){return this.animationData.slots&&this.animationData.slots[e.sid]?Object.assign(e,this.animationData.slots[e.sid].p):e};function qb(e){return new jp(e)}function Nn(){}Nn.prototype={initRenderable:function(){this.isInRange=!1,this.hidden=!1,this.isTransparent=!1,this.renderableComponents=[]},addRenderableComponent:function(i){this.renderableComponents.indexOf(i)===-1&&this.renderableComponents.push(i)},removeRenderableComponent:function(i){this.renderableComponents.indexOf(i)!==-1&&this.renderableComponents.splice(this.renderableComponents.indexOf(i),1)},prepareRenderableFrame:function(i){this.checkLayerLimits(i)},checkTransparency:function(){this.finalTransform.mProp.o.v<=0?!this.isTransparent&&this.globalData.renderConfig.hideOnTransparent&&(this.isTransparent=!0,this.hide()):this.isTransparent&&(this.isTransparent=!1,this.show())},checkLayerLimits:function(i){this.data.ip-this.data.st<=i&&this.data.op-this.data.st>i?this.isInRange!==!0&&(this.globalData._mdf=!0,this._mdf=!0,this.isInRange=!0,this.show()):this.isInRange!==!1&&(this.globalData._mdf=!0,this.isInRange=!1,this.hide())},renderRenderable:function(){var i,a=this.renderableComponents.length;for(i=0;i<a;i+=1)this.renderableComponents[i].renderFrame(this._isFirstFrame)},sourceRectAtTime:function(){return{top:0,left:0,width:100,height:100}},getLayerSize:function(){return this.data.ty===5?{w:this.data.textData.width,h:this.data.textData.height}:{w:this.data.width,h:this.data.height}}};var Fd=function(){var e={0:"source-over",1:"multiply",2:"screen",3:"overlay",4:"darken",5:"lighten",6:"color-dodge",7:"color-burn",8:"hard-light",9:"soft-light",10:"difference",11:"exclusion",12:"hue",13:"saturation",14:"color",15:"luminosity"};return function(i){return e[i]||""}}();function Xb(e,i,a){this.p=at.getProp(i,e.v,0,0,a)}function Zb(e,i,a){this.p=at.getProp(i,e.v,0,0,a)}function Qb(e,i,a){this.p=at.getProp(i,e.v,1,0,a)}function Jb(e,i,a){this.p=at.getProp(i,e.v,1,0,a)}function ty(e,i,a){this.p=at.getProp(i,e.v,0,0,a)}function ey(e,i,a){this.p=at.getProp(i,e.v,0,0,a)}function ry(e,i,a){this.p=at.getProp(i,e.v,0,0,a)}function iy(){this.p={}}function Kp(e,i){var a=e.ef||[];this.effectElements=[];var l,h=a.length,c;for(l=0;l<h;l+=1)c=new ia(a[l],i),this.effectElements.push(c)}function ia(e,i){this.init(e,i)}L([le],ia),ia.prototype.getValue=ia.prototype.iterateDynamicProperties,ia.prototype.init=function(e,i){this.data=e,this.effectElements=[],this.initDynamicPropertyContainer(i);var a,l=this.data.ef.length,h,c=this.data.ef;for(a=0;a<l;a+=1){switch(h=null,c[a].ty){case 0:h=new Xb(c[a],i,this);break;case 1:h=new Zb(c[a],i,this);break;case 2:h=new Qb(c[a],i,this);break;case 3:h=new Jb(c[a],i,this);break;case 4:case 7:h=new ry(c[a],i,this);break;case 10:h=new ty(c[a],i,this);break;case 11:h=new ey(c[a],i,this);break;case 5:h=new Kp(c[a],i,this);break;default:h=new iy(c[a],i,this);break}h&&this.effectElements.push(h)}};function Ti(){}Ti.prototype={checkMasks:function(){if(!this.data.hasMask)return!1;for(var i=0,a=this.data.masksProperties.length;i<a;){if(this.data.masksProperties[i].mode!=="n"&&this.data.masksProperties[i].cl!==!1)return!0;i+=1}return!1},initExpressions:function(){var i=Ep();if(i){var a=i("layer"),l=i("effects"),h=i("shape"),c=i("text"),v=i("comp");this.layerInterface=a(this),this.data.hasMask&&this.maskManager&&this.layerInterface.registerMaskInterface(this.maskManager);var A=l.createEffectsInterface(this,this.layerInterface);this.layerInterface.registerEffectsInterface(A),this.data.ty===0||this.data.xt?this.compInterface=v(this):this.data.ty===4?(this.layerInterface.shapeInterface=h(this.shapesData,this.itemsData,this.layerInterface),this.layerInterface.content=this.layerInterface.shapeInterface):this.data.ty===5&&(this.layerInterface.textInterface=c(this),this.layerInterface.text=this.layerInterface.textInterface)}},setBlendMode:function(){var i=Fd(this.data.bm),a=this.baseElement||this.layerElement;a.style["mix-blend-mode"]=i},initBaseData:function(i,a,l){this.globalData=a,this.comp=l,this.data=i,this.layerId=Ne(),this.data.sr||(this.data.sr=1),this.effectsManager=new Kp(this.data,this,this.dynamicProperties)},getType:function(){return this.type},sourceRectAtTime:function(){}};function xi(){}xi.prototype={initFrame:function(){this._isFirstFrame=!1,this.dynamicProperties=[],this._mdf=!1},prepareProperties:function(i,a){var l,h=this.dynamicProperties.length;for(l=0;l<h;l+=1)(a||this._isParent&&this.dynamicProperties[l].propType==="transform")&&(this.dynamicProperties[l].getValue(),this.dynamicProperties[l]._mdf&&(this.globalData._mdf=!0,this._mdf=!0))},addDynamicProperty:function(i){this.dynamicProperties.indexOf(i)===-1&&this.dynamicProperties.push(i)}};function Ai(e,i,a){this.initFrame(),this.initRenderable(),this.assetData=i.getAssetData(e.refId),this.footageData=i.imageLoader.getAsset(this.assetData),this.initBaseData(e,i,a)}Ai.prototype.prepareFrame=function(){},L([Nn,Ti,xi],Ai),Ai.prototype.getBaseElement=function(){return null},Ai.prototype.renderFrame=function(){},Ai.prototype.destroy=function(){},Ai.prototype.initExpressions=function(){var e=Ep();if(e){var i=e("footage");this.layerInterface=i(this)}},Ai.prototype.getFootageData=function(){return this.footageData};function Le(e,i,a){this.initFrame(),this.initRenderable(),this.assetData=i.getAssetData(e.refId),this.initBaseData(e,i,a),this._isPlaying=!1,this._canPlay=!1;var l=this.globalData.getAssetsPath(this.assetData);this.audio=this.globalData.audioController.createAudio(l),this._currentTime=0,this.globalData.audioController.addAudio(this),this._volumeMultiplier=1,this._volume=1,this._previousVolume=null,this.tm=e.tm?at.getProp(this,e.tm,0,i.frameRate,this):{_placeholder:!0},this.lv=at.getProp(this,e.au&&e.au.lv?e.au.lv:{k:[100]},1,.01,this)}Le.prototype.prepareFrame=function(e){if(this.prepareRenderableFrame(e,!0),this.prepareProperties(e,!0),this.tm._placeholder)this._currentTime=e/this.data.sr;else{var i=this.tm.v;this._currentTime=i}this._volume=this.lv.v[0];var a=this._volume*this._volumeMultiplier;this._previousVolume!==a&&(this._previousVolume=a,this.audio.volume(a))},L([Nn,Ti,xi],Le),Le.prototype.renderFrame=function(){this.isInRange&&this._canPlay&&(this._isPlaying?(!this.audio.playing()||Math.abs(this._currentTime/this.globalData.frameRate-this.audio.seek())>.1)&&this.audio.seek(this._currentTime/this.globalData.frameRate):(this.audio.play(),this.audio.seek(this._currentTime/this.globalData.frameRate),this._isPlaying=!0))},Le.prototype.show=function(){},Le.prototype.hide=function(){this.audio.pause(),this._isPlaying=!1},Le.prototype.pause=function(){this.audio.pause(),this._isPlaying=!1,this._canPlay=!1},Le.prototype.resume=function(){this._canPlay=!0},Le.prototype.setRate=function(e){this.audio.rate(e)},Le.prototype.volume=function(e){this._volumeMultiplier=e,this._previousVolume=e*this._volume,this.audio.volume(this._previousVolume)},Le.prototype.getBaseElement=function(){return null},Le.prototype.destroy=function(){},Le.prototype.sourceRectAtTime=function(){},Le.prototype.initExpressions=function(){};function ve(){}ve.prototype.checkLayers=function(e){var i,a=this.layers.length,l;for(this.completeLayers=!0,i=a-1;i>=0;i-=1)this.elements[i]||(l=this.layers[i],l.ip-l.st<=e-this.layers[i].st&&l.op-l.st>e-this.layers[i].st&&this.buildItem(i)),this.completeLayers=this.elements[i]?this.completeLayers:!1;this.checkPendingElements()},ve.prototype.createItem=function(e){switch(e.ty){case 2:return this.createImage(e);case 0:return this.createComp(e);case 1:return this.createSolid(e);case 3:return this.createNull(e);case 4:return this.createShape(e);case 5:return this.createText(e);case 6:return this.createAudio(e);case 13:return this.createCamera(e);case 15:return this.createFootage(e);default:return this.createNull(e)}},ve.prototype.createCamera=function(){throw new Error("You're using a 3d camera. Try the html renderer.")},ve.prototype.createAudio=function(e){return new Le(e,this.globalData,this)},ve.prototype.createFootage=function(e){return new Ai(e,this.globalData,this)},ve.prototype.buildAllItems=function(){var e,i=this.layers.length;for(e=0;e<i;e+=1)this.buildItem(e);this.checkPendingElements()},ve.prototype.includeLayers=function(e){this.completeLayers=!1;var i,a=e.length,l,h=this.layers.length;for(i=0;i<a;i+=1)for(l=0;l<h;){if(this.layers[l].id===e[i].id){this.layers[l]=e[i];break}l+=1}},ve.prototype.setProjectInterface=function(e){this.globalData.projectInterface=e},ve.prototype.initItems=function(){this.globalData.progressiveLoad||this.buildAllItems()},ve.prototype.buildElementParenting=function(e,i,a){for(var l=this.elements,h=this.layers,c=0,v=h.length;c<v;)h[c].ind==i&&(!l[c]||l[c]===!0?(this.buildItem(c),this.addPendingElement(e)):(a.push(l[c]),l[c].setAsParent(),h[c].parent!==void 0?this.buildElementParenting(e,h[c].parent,a):e.setHierarchy(a))),c+=1},ve.prototype.addPendingElement=function(e){this.pendingElements.push(e)},ve.prototype.searchExtraCompositions=function(e){var i,a=e.length;for(i=0;i<a;i+=1)if(e[i].xt){var l=this.createComp(e[i]);l.initExpressions(),this.globalData.projectInterface.registerComposition(l)}},ve.prototype.getElementById=function(e){var i,a=this.elements.length;for(i=0;i<a;i+=1)if(this.elements[i].data.ind===e)return this.elements[i];return null},ve.prototype.getElementByPath=function(e){var i=e.shift(),a;if(typeof i=="number")a=this.elements[i];else{var l,h=this.elements.length;for(l=0;l<h;l+=1)if(this.elements[l].data.nm===i){a=this.elements[l];break}}return e.length===0?a:a.getElementByPath(e)},ve.prototype.setupGlobalData=function(e,i){this.globalData.fontManager=new ao,this.globalData.slotManager=qb(e),this.globalData.fontManager.addChars(e.chars),this.globalData.fontManager.addFonts(e.fonts,i),this.globalData.getAssetData=this.animationItem.getAssetData.bind(this.animationItem),this.globalData.getAssetsPath=this.animationItem.getAssetsPath.bind(this.animationItem),this.globalData.imageLoader=this.animationItem.imagePreloader,this.globalData.audioController=this.animationItem.audioController,this.globalData.frameId=0,this.globalData.frameRate=e.fr,this.globalData.nm=e.nm,this.globalData.compSize={w:e.w,h:e.h}};var oy={TRANSFORM_EFFECT:"transformEFfect"};function Jo(){}Jo.prototype={initTransform:function(){var i=new fe;this.finalTransform={mProp:this.data.ks?Rd.getTransformProperty(this,this.data.ks,this):{o:0},_matMdf:!1,_localMatMdf:!1,_opMdf:!1,mat:i,localMat:i,localOpacity:1},this.data.ao&&(this.finalTransform.mProp.autoOriented=!0),this.data.ty},renderTransform:function(){if(this.finalTransform._opMdf=this.finalTransform.mProp.o._mdf||this._isFirstFrame,this.finalTransform._matMdf=this.finalTransform.mProp._mdf||this._isFirstFrame,this.hierarchy){var i,a=this.finalTransform.mat,l=0,h=this.hierarchy.length;if(!this.finalTransform._matMdf)for(;l<h;){if(this.hierarchy[l].finalTransform.mProp._mdf){this.finalTransform._matMdf=!0;break}l+=1}if(this.finalTransform._matMdf)for(i=this.finalTransform.mProp.v.props,a.cloneFromProps(i),l=0;l<h;l+=1)a.multiply(this.hierarchy[l].finalTransform.mProp.v)}this.finalTransform._matMdf&&(this.finalTransform._localMatMdf=this.finalTransform._matMdf),this.finalTransform._opMdf&&(this.finalTransform.localOpacity=this.finalTransform.mProp.o.v)},renderLocalTransform:function(){if(this.localTransforms){var i=0,a=this.localTransforms.length;if(this.finalTransform._localMatMdf=this.finalTransform._matMdf,!this.finalTransform._localMatMdf||!this.finalTransform._opMdf)for(;i<a;)this.localTransforms[i]._mdf&&(this.finalTransform._localMatMdf=!0),this.localTransforms[i]._opMdf&&!this.finalTransform._opMdf&&(this.finalTransform.localOpacity=this.finalTransform.mProp.o.v,this.finalTransform._opMdf=!0),i+=1;if(this.finalTransform._localMatMdf){var l=this.finalTransform.localMat;for(this.localTransforms[0].matrix.clone(l),i=1;i<a;i+=1){var h=this.localTransforms[i].matrix;l.multiply(h)}l.multiply(this.finalTransform.mat)}if(this.finalTransform._opMdf){var c=this.finalTransform.localOpacity;for(i=0;i<a;i+=1)c*=this.localTransforms[i].opacity*.01;this.finalTransform.localOpacity=c}}},searchEffectTransforms:function(){if(this.renderableEffectsManager){var i=this.renderableEffectsManager.getEffects(oy.TRANSFORM_EFFECT);if(i.length){this.localTransforms=[],this.finalTransform.localMat=new fe;var a=0,l=i.length;for(a=0;a<l;a+=1)this.localTransforms.push(i[a])}}},globalToLocal:function(i){var a=[];a.push(this.finalTransform);for(var l=!0,h=this.comp;l;)h.finalTransform?(h.data.hasMask&&a.splice(0,0,h.finalTransform),h=h.comp):l=!1;var c,v=a.length,A;for(c=0;c<v;c+=1)A=a[c].mat.applyToPointArray(0,0,0),i=[i[0]-A[0],i[1]-A[1],0];return i},mHelper:new fe};function no(e,i,a){this.data=e,this.element=i,this.globalData=a,this.storedData=[],this.masksProperties=this.data.masksProperties||[],this.maskElement=null;var l=this.globalData.defs,h,c=this.masksProperties?this.masksProperties.length:0;this.viewData=it(c),this.solidPath="";var v,A=this.masksProperties,g=0,k=[],R,G,T=Ne(),M,D,O,V,N="clipPath",C="clip-path";for(h=0;h<c;h+=1)if((A[h].mode!=="a"&&A[h].mode!=="n"||A[h].inv||A[h].o.k!==100||A[h].o.x)&&(N="mask",C="mask"),(A[h].mode==="s"||A[h].mode==="i")&&g===0?(M=Tt("rect"),M.setAttribute("fill","#ffffff"),M.setAttribute("width",this.element.comp.data.w||0),M.setAttribute("height",this.element.comp.data.h||0),k.push(M)):M=null,v=Tt("path"),A[h].mode==="n")this.viewData[h]={op:at.getProp(this.element,A[h].o,0,.01,this.element),prop:Sn.getShapeProp(this.element,A[h],3),elem:v,lastPath:""},l.appendChild(v);else{g+=1,v.setAttribute("fill",A[h].mode==="s"?"#000000":"#ffffff"),v.setAttribute("clip-rule","nonzero");var E;if(A[h].x.k!==0?(N="mask",C="mask",V=at.getProp(this.element,A[h].x,0,null,this.element),E=Ne(),D=Tt("filter"),D.setAttribute("id",E),O=Tt("feMorphology"),O.setAttribute("operator","erode"),O.setAttribute("in","SourceGraphic"),O.setAttribute("radius","0"),D.appendChild(O),l.appendChild(D),v.setAttribute("stroke",A[h].mode==="s"?"#000000":"#ffffff")):(O=null,V=null),this.storedData[h]={elem:v,x:V,expan:O,lastPath:"",lastOperator:"",filterId:E,lastRadius:0},A[h].mode==="i"){G=k.length;var S=Tt("g");for(R=0;R<G;R+=1)S.appendChild(k[R]);var w=Tt("mask");w.setAttribute("mask-type","alpha"),w.setAttribute("id",T+"_"+g),w.appendChild(v),l.appendChild(w),S.setAttribute("mask","url("+b()+"#"+T+"_"+g+")"),k.length=0,k.push(S)}else k.push(v);A[h].inv&&!this.solidPath&&(this.solidPath=this.createLayerSolidPath()),this.viewData[h]={elem:v,lastPath:"",op:at.getProp(this.element,A[h].o,0,.01,this.element),prop:Sn.getShapeProp(this.element,A[h],3),invRect:M},this.viewData[h].prop.k||this.drawPath(A[h],this.viewData[h].prop.v,this.viewData[h])}for(this.maskElement=Tt(N),c=k.length,h=0;h<c;h+=1)this.maskElement.appendChild(k[h]);g>0&&(this.maskElement.setAttribute("id",T),this.element.maskedElement.setAttribute(C,"url("+b()+"#"+T+")"),l.appendChild(this.maskElement)),this.viewData.length&&this.element.addRenderableComponent(this)}no.prototype.getMaskProperty=function(e){return this.viewData[e].prop},no.prototype.renderFrame=function(e){var i=this.element.finalTransform.mat,a,l=this.masksProperties.length;for(a=0;a<l;a+=1)if((this.viewData[a].prop._mdf||e)&&this.drawPath(this.masksProperties[a],this.viewData[a].prop.v,this.viewData[a]),(this.viewData[a].op._mdf||e)&&this.viewData[a].elem.setAttribute("fill-opacity",this.viewData[a].op.v),this.masksProperties[a].mode!=="n"&&(this.viewData[a].invRect&&(this.element.finalTransform.mProp._mdf||e)&&this.viewData[a].invRect.setAttribute("transform",i.getInverseMatrix().to2dCSS()),this.storedData[a].x&&(this.storedData[a].x._mdf||e))){var h=this.storedData[a].expan;this.storedData[a].x.v<0?(this.storedData[a].lastOperator!=="erode"&&(this.storedData[a].lastOperator="erode",this.storedData[a].elem.setAttribute("filter","url("+b()+"#"+this.storedData[a].filterId+")")),h.setAttribute("radius",-this.storedData[a].x.v)):(this.storedData[a].lastOperator!=="dilate"&&(this.storedData[a].lastOperator="dilate",this.storedData[a].elem.setAttribute("filter",null)),this.storedData[a].elem.setAttribute("stroke-width",this.storedData[a].x.v*2))}},no.prototype.getMaskelement=function(){return this.maskElement},no.prototype.createLayerSolidPath=function(){var e="M0,0 ";return e+=" h"+this.globalData.compSize.w,e+=" v"+this.globalData.compSize.h,e+=" h-"+this.globalData.compSize.w,e+=" v-"+this.globalData.compSize.h+" ",e},no.prototype.drawPath=function(e,i,a){var l=" M"+i.v[0][0]+","+i.v[0][1],h,c;for(c=i._length,h=1;h<c;h+=1)l+=" C"+i.o[h-1][0]+","+i.o[h-1][1]+" "+i.i[h][0]+","+i.i[h][1]+" "+i.v[h][0]+","+i.v[h][1];if(i.c&&c>1&&(l+=" C"+i.o[h-1][0]+","+i.o[h-1][1]+" "+i.i[0][0]+","+i.i[0][1]+" "+i.v[0][0]+","+i.v[0][1]),a.lastPath!==l){var v="";a.elem&&(i.c&&(v=e.inv?this.solidPath+l:l),a.elem.setAttribute("d",v)),a.lastPath=l}},no.prototype.destroy=function(){this.element=null,this.globalData=null,this.maskElement=null,this.data=null,this.masksProperties=null};var oa=function(){var e={};e.createFilter=i,e.createAlphaToLuminanceFilter=a;function i(l,h){var c=Tt("filter");return c.setAttribute("id",l),h!==!0&&(c.setAttribute("filterUnits","objectBoundingBox"),c.setAttribute("x","0%"),c.setAttribute("y","0%"),c.setAttribute("width","100%"),c.setAttribute("height","100%")),c}function a(){var l=Tt("feColorMatrix");return l.setAttribute("type","matrix"),l.setAttribute("color-interpolation-filters","sRGB"),l.setAttribute("values","0 0 0 1 0  0 0 0 1 0  0 0 0 1 0  0 0 0 1 1"),l}return e}(),qp=function(){var e={maskType:!0,svgLumaHidden:!0,offscreenCanvas:typeof OffscreenCanvas<"u"};return(/MSIE 10/i.test(navigator.userAgent)||/MSIE 9/i.test(navigator.userAgent)||/rv:11.0/i.test(navigator.userAgent)||/Edge\/\d./i.test(navigator.userAgent))&&(e.maskType=!1),/firefox/i.test(navigator.userAgent)&&(e.svgLumaHidden=!1),e}(),Ln={},Xp="filter_result_";function $d(e){var i,a="SourceGraphic",l=e.data.ef?e.data.ef.length:0,h=Ne(),c=oa.createFilter(h,!0),v=0;this.filters=[];var A;for(i=0;i<l;i+=1){A=null;var g=e.data.ef[i].ty;if(Ln[g]){var k=Ln[g].effect;A=new k(c,e.effectsManager.effectElements[i],e,Xp+v,a),a=Xp+v,Ln[g].countsAsEffect&&(v+=1)}A&&this.filters.push(A)}v&&(e.globalData.defs.appendChild(c),e.layerElement.setAttribute("filter","url("+b()+"#"+h+")")),this.filters.length&&e.addRenderableComponent(this)}$d.prototype.renderFrame=function(e){var i,a=this.filters.length;for(i=0;i<a;i+=1)this.filters[i].renderFrame(e)},$d.prototype.getEffects=function(e){var i,a=this.filters.length,l=[];for(i=0;i<a;i+=1)this.filters[i].type===e&&l.push(this.filters[i]);return l};function KA(e,i,a){Ln[e]={effect:i,countsAsEffect:a}}function sa(){}sa.prototype={initRendererElement:function(){this.layerElement=Tt("g")},createContainerElements:function(){this.matteElement=Tt("g"),this.transformedElement=this.layerElement,this.maskedElement=this.layerElement,this._sizeChanged=!1;var i=null;if(this.data.td){this.matteMasks={};var a=Tt("g");a.setAttribute("id",this.layerId),a.appendChild(this.layerElement),i=a,this.globalData.defs.appendChild(a)}else this.data.tt?(this.matteElement.appendChild(this.layerElement),i=this.matteElement,this.baseElement=this.matteElement):this.baseElement=this.layerElement;if(this.data.ln&&this.layerElement.setAttribute("id",this.data.ln),this.data.cl&&this.layerElement.setAttribute("class",this.data.cl),this.data.ty===0&&!this.data.hd){var l=Tt("clipPath"),h=Tt("path");h.setAttribute("d","M0,0 L"+this.data.w+",0 L"+this.data.w+","+this.data.h+" L0,"+this.data.h+"z");var c=Ne();if(l.setAttribute("id",c),l.appendChild(h),this.globalData.defs.appendChild(l),this.checkMasks()){var v=Tt("g");v.setAttribute("clip-path","url("+b()+"#"+c+")"),v.appendChild(this.layerElement),this.transformedElement=v,i?i.appendChild(this.transformedElement):this.baseElement=this.transformedElement}else this.layerElement.setAttribute("clip-path","url("+b()+"#"+c+")")}this.data.bm!==0&&this.setBlendMode()},renderElement:function(){this.finalTransform._localMatMdf&&this.transformedElement.setAttribute("transform",this.finalTransform.localMat.to2dCSS()),this.finalTransform._opMdf&&this.transformedElement.setAttribute("opacity",this.finalTransform.localOpacity)},destroyBaseElement:function(){this.layerElement=null,this.matteElement=null,this.maskManager.destroy()},getBaseElement:function(){return this.data.hd?null:this.baseElement},createRenderableComponents:function(){this.maskManager=new no(this.data,this,this.globalData),this.renderableEffectsManager=new $d(this),this.searchEffectTransforms()},getMatte:function(i){if(this.matteMasks||(this.matteMasks={}),!this.matteMasks[i]){var a=this.layerId+"_"+i,l,h,c,v;if(i===1||i===3){var A=Tt("mask");A.setAttribute("id",a),A.setAttribute("mask-type",i===3?"luminance":"alpha"),c=Tt("use"),c.setAttributeNS("http://www.w3.org/1999/xlink","href","#"+this.layerId),A.appendChild(c),this.globalData.defs.appendChild(A),!qp.maskType&&i===1&&(A.setAttribute("mask-type","luminance"),l=Ne(),h=oa.createFilter(l),this.globalData.defs.appendChild(h),h.appendChild(oa.createAlphaToLuminanceFilter()),v=Tt("g"),v.appendChild(c),A.appendChild(v),v.setAttribute("filter","url("+b()+"#"+l+")"))}else if(i===2){var g=Tt("mask");g.setAttribute("id",a),g.setAttribute("mask-type","alpha");var k=Tt("g");g.appendChild(k),l=Ne(),h=oa.createFilter(l);var R=Tt("feComponentTransfer");R.setAttribute("in","SourceGraphic"),h.appendChild(R);var G=Tt("feFuncA");G.setAttribute("type","table"),G.setAttribute("tableValues","1.0 0.0"),R.appendChild(G),this.globalData.defs.appendChild(h);var T=Tt("rect");T.setAttribute("width",this.comp.data.w),T.setAttribute("height",this.comp.data.h),T.setAttribute("x","0"),T.setAttribute("y","0"),T.setAttribute("fill","#ffffff"),T.setAttribute("opacity","0"),k.setAttribute("filter","url("+b()+"#"+l+")"),k.appendChild(T),c=Tt("use"),c.setAttributeNS("http://www.w3.org/1999/xlink","href","#"+this.layerId),k.appendChild(c),qp.maskType||(g.setAttribute("mask-type","luminance"),h.appendChild(oa.createAlphaToLuminanceFilter()),v=Tt("g"),k.appendChild(T),v.appendChild(this.layerElement),k.appendChild(v)),this.globalData.defs.appendChild(g)}this.matteMasks[i]=a}return this.matteMasks[i]},setMatte:function(i){this.matteElement&&this.matteElement.setAttribute("mask","url("+b()+"#"+i+")")}};function ts(){}ts.prototype={initHierarchy:function(){this.hierarchy=[],this._isParent=!1,this.checkParenting()},setHierarchy:function(i){this.hierarchy=i},setAsParent:function(){this._isParent=!0},checkParenting:function(){this.data.parent!==void 0&&this.comp.buildElementParenting(this,this.data.parent,[])}};function aa(){}(function(){var e={initElement:function(a,l,h){this.initFrame(),this.initBaseData(a,l,h),this.initTransform(a,l,h),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide()},hide:function(){if(!this.hidden&&(!this.isInRange||this.isTransparent)){var a=this.baseElement||this.layerElement;a.style.display="none",this.hidden=!0}},show:function(){if(this.isInRange&&!this.isTransparent){if(!this.data.hd){var a=this.baseElement||this.layerElement;a.style.display="block"}this.hidden=!1,this._isFirstFrame=!0}},renderFrame:function(){this.data.hd||this.hidden||(this.renderTransform(),this.renderRenderable(),this.renderLocalTransform(),this.renderElement(),this.renderInnerContent(),this._isFirstFrame&&(this._isFirstFrame=!1))},renderInnerContent:function(){},prepareFrame:function(a){this._mdf=!1,this.prepareRenderableFrame(a),this.prepareProperties(a,this.isInRange),this.checkTransparency()},destroy:function(){this.innerElem=null,this.destroyBaseElement()}};L([Nn,K(e)],aa)})();function na(e,i,a){this.assetData=i.getAssetData(e.refId),this.assetData&&this.assetData.sid&&(this.assetData=i.slotManager.getProp(this.assetData)),this.initElement(e,i,a),this.sourceRect={top:0,left:0,width:this.assetData.w,height:this.assetData.h}}L([Ti,Jo,sa,ts,xi,aa],na),na.prototype.createContent=function(){var e=this.globalData.getAssetsPath(this.assetData);this.innerElem=Tt("image"),this.innerElem.setAttribute("width",this.assetData.w+"px"),this.innerElem.setAttribute("height",this.assetData.h+"px"),this.innerElem.setAttribute("preserveAspectRatio",this.assetData.pr||this.globalData.renderConfig.imagePreserveAspectRatio),this.innerElem.setAttributeNS("http://www.w3.org/1999/xlink","href",e),this.layerElement.appendChild(this.innerElem)},na.prototype.sourceRectAtTime=function(){return this.sourceRect};function sy(e,i){this.elem=e,this.pos=i}function Zp(){}Zp.prototype={addShapeToModifiers:function(i){var a,l=this.shapeModifiers.length;for(a=0;a<l;a+=1)this.shapeModifiers[a].addShape(i)},isShapeInAnimatedModifiers:function(i){for(var a=0,l=this.shapeModifiers.length;a<l;)if(this.shapeModifiers[a].isAnimatedWithShape(i))return!0;return!1},renderModifiers:function(){if(this.shapeModifiers.length){var i,a=this.shapes.length;for(i=0;i<a;i+=1)this.shapes[i].sh.reset();a=this.shapeModifiers.length;var l;for(i=a-1;i>=0&&(l=this.shapeModifiers[i].processShapes(this._isFirstFrame),!l);i-=1);}},searchProcessedElement:function(i){for(var a=this.processedElements,l=0,h=a.length;l<h;){if(a[l].elem===i)return a[l].pos;l+=1}return 0},addProcessedElement:function(i,a){for(var l=this.processedElements,h=l.length;h;)if(h-=1,l[h].elem===i){l[h].pos=a;return}l.push(new sy(i,a))},prepareFrame:function(i){this.prepareRenderableFrame(i),this.prepareProperties(i,this.isInRange)}};var Qp={1:"butt",2:"round",3:"square"},Jp={1:"miter",2:"round",3:"bevel"};function tm(e,i,a){this.caches=[],this.styles=[],this.transformers=e,this.lStr="",this.sh=a,this.lvl=i,this._isAnimated=!!a.k;for(var l=0,h=e.length;l<h;){if(e[l].mProps.dynamicProperties.length){this._isAnimated=!0;break}l+=1}}tm.prototype.setAsAnimated=function(){this._isAnimated=!0};function em(e,i){this.data=e,this.type=e.ty,this.d="",this.lvl=i,this._mdf=!1,this.closed=e.hd===!0,this.pElem=Tt("path"),this.msElem=null}em.prototype.reset=function(){this.d="",this._mdf=!1};function Rn(e,i,a,l){this.elem=e,this.frameId=-1,this.dataProps=it(i.length),this.renderer=a,this.k=!1,this.dashStr="",this.dashArray=X("float32",i.length?i.length-1:0),this.dashoffset=X("float32",1),this.initDynamicPropertyContainer(l);var h,c=i.length||0,v;for(h=0;h<c;h+=1)v=at.getProp(e,i[h].v,0,0,this),this.k=v.k||this.k,this.dataProps[h]={n:i[h].n,p:v};this.k||this.getValue(!0),this._isAnimated=this.k}Rn.prototype.getValue=function(e){if(!(this.elem.globalData.frameId===this.frameId&&!e)&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf=this._mdf||e,this._mdf)){var i=0,a=this.dataProps.length;for(this.renderer==="svg"&&(this.dashStr=""),i=0;i<a;i+=1)this.dataProps[i].n!=="o"?this.renderer==="svg"?this.dashStr+=" "+this.dataProps[i].p.v:this.dashArray[i]=this.dataProps[i].p.v:this.dashoffset[0]=this.dataProps[i].p.v}},L([le],Rn);function rm(e,i,a){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.o=at.getProp(e,i.o,0,.01,this),this.w=at.getProp(e,i.w,0,null,this),this.d=new Rn(e,i.d||{},"svg",this),this.c=at.getProp(e,i.c,1,255,this),this.style=a,this._isAnimated=!!this._isAnimated}L([le],rm);function im(e,i,a){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.o=at.getProp(e,i.o,0,.01,this),this.c=at.getProp(e,i.c,1,255,this),this.style=a}L([le],im);function om(e,i,a){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.style=a}L([le],om);function la(e,i,a){this.data=i,this.c=X("uint8c",i.p*4);var l=i.k.k[0].s?i.k.k[0].s.length-i.p*4:i.k.k.length-i.p*4;this.o=X("float32",l),this._cmdf=!1,this._omdf=!1,this._collapsable=this.checkCollapsable(),this._hasOpacity=l,this.initDynamicPropertyContainer(a),this.prop=at.getProp(e,i.k,1,null,this),this.k=this.prop.k,this.getValue(!0)}la.prototype.comparePoints=function(e,i){for(var a=0,l=this.o.length/2,h;a<l;){if(h=Math.abs(e[a*4]-e[i*4+a*2]),h>.01)return!1;a+=1}return!0},la.prototype.checkCollapsable=function(){if(this.o.length/2!==this.c.length/4)return!1;if(this.data.k.k[0].s)for(var e=0,i=this.data.k.k.length;e<i;){if(!this.comparePoints(this.data.k.k[e].s,this.data.p))return!1;e+=1}else if(!this.comparePoints(this.data.k.k,this.data.p))return!1;return!0},la.prototype.getValue=function(e){if(this.prop.getValue(),this._mdf=!1,this._cmdf=!1,this._omdf=!1,this.prop._mdf||e){var i,a=this.data.p*4,l,h;for(i=0;i<a;i+=1)l=i%4===0?100:255,h=Math.round(this.prop.v[i]*l),this.c[i]!==h&&(this.c[i]=h,this._cmdf=!e);if(this.o.length)for(a=this.prop.v.length,i=this.data.p*4;i<a;i+=1)l=i%2===0?100:1,h=i%2===0?Math.round(this.prop.v[i]*100):this.prop.v[i],this.o[i-this.data.p*4]!==h&&(this.o[i-this.data.p*4]=h,this._omdf=!e);this._mdf=!e}},L([le],la);function es(e,i,a){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.initGradientData(e,i,a)}es.prototype.initGradientData=function(e,i,a){this.o=at.getProp(e,i.o,0,.01,this),this.s=at.getProp(e,i.s,1,null,this),this.e=at.getProp(e,i.e,1,null,this),this.h=at.getProp(e,i.h||{k:0},0,.01,this),this.a=at.getProp(e,i.a||{k:0},0,kt,this),this.g=new la(e,i.g,this),this.style=a,this.stops=[],this.setGradientData(a.pElem,i),this.setGradientOpacity(i,a),this._isAnimated=!!this._isAnimated},es.prototype.setGradientData=function(e,i){var a=Ne(),l=Tt(i.t===1?"linearGradient":"radialGradient");l.setAttribute("id",a),l.setAttribute("spreadMethod","pad"),l.setAttribute("gradientUnits","userSpaceOnUse");var h=[],c,v,A;for(A=i.g.p*4,v=0;v<A;v+=4)c=Tt("stop"),l.appendChild(c),h.push(c);e.setAttribute(i.ty==="gf"?"fill":"stroke","url("+b()+"#"+a+")"),this.gf=l,this.cst=h},es.prototype.setGradientOpacity=function(e,i){if(this.g._hasOpacity&&!this.g._collapsable){var a,l,h,c=Tt("mask"),v=Tt("path");c.appendChild(v);var A=Ne(),g=Ne();c.setAttribute("id",g);var k=Tt(e.t===1?"linearGradient":"radialGradient");k.setAttribute("id",A),k.setAttribute("spreadMethod","pad"),k.setAttribute("gradientUnits","userSpaceOnUse"),h=e.g.k.k[0].s?e.g.k.k[0].s.length:e.g.k.k.length;var R=this.stops;for(l=e.g.p*4;l<h;l+=2)a=Tt("stop"),a.setAttribute("stop-color","rgb(255,255,255)"),k.appendChild(a),R.push(a);v.setAttribute(e.ty==="gf"?"fill":"stroke","url("+b()+"#"+A+")"),e.ty==="gs"&&(v.setAttribute("stroke-linecap",Qp[e.lc||2]),v.setAttribute("stroke-linejoin",Jp[e.lj||2]),e.lj===1&&v.setAttribute("stroke-miterlimit",e.ml)),this.of=k,this.ms=c,this.ost=R,this.maskId=g,i.msElem=v}},L([le],es);function sm(e,i,a){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.w=at.getProp(e,i.w,0,null,this),this.d=new Rn(e,i.d||{},"svg",this),this.initGradientData(e,i,a),this._isAnimated=!!this._isAnimated}L([es,le],sm);function ay(){this.it=[],this.prevViewData=[],this.gr=Tt("g")}function ny(e,i,a){this.transform={mProps:e,op:i,container:a},this.elements=[],this._isAnimated=this.transform.mProps.dynamicProperties.length||this.transform.op.effectsSequence.length}var am=function(i,a,l,h){if(a===0)return"";var c=i.o,v=i.i,A=i.v,g,k=" M"+h.applyToPointStringified(A[0][0],A[0][1]);for(g=1;g<a;g+=1)k+=" C"+h.applyToPointStringified(c[g-1][0],c[g-1][1])+" "+h.applyToPointStringified(v[g][0],v[g][1])+" "+h.applyToPointStringified(A[g][0],A[g][1]);return l&&a&&(k+=" C"+h.applyToPointStringified(c[g-1][0],c[g-1][1])+" "+h.applyToPointStringified(v[0][0],v[0][1])+" "+h.applyToPointStringified(A[0][0],A[0][1]),k+="z"),k},ly=function(){var e=new fe,i=new fe,a={createRenderFunction:l};function l(G){switch(G.ty){case"fl":return A;case"gf":return k;case"gs":return g;case"st":return R;case"sh":case"el":case"rc":case"sr":return v;case"tr":return h;case"no":return c;default:return null}}function h(G,T,M){(M||T.transform.op._mdf)&&T.transform.container.setAttribute("opacity",T.transform.op.v),(M||T.transform.mProps._mdf)&&T.transform.container.setAttribute("transform",T.transform.mProps.v.to2dCSS())}function c(){}function v(G,T,M){var D,O,V,N,C,E,S=T.styles.length,w=T.lvl,F,H,W,et;for(E=0;E<S;E+=1){if(N=T.sh._mdf||M,T.styles[E].lvl<w){for(H=i.reset(),W=w-T.styles[E].lvl,et=T.transformers.length-1;!N&&W>0;)N=T.transformers[et].mProps._mdf||N,W-=1,et-=1;if(N)for(W=w-T.styles[E].lvl,et=T.transformers.length-1;W>0;)H.multiply(T.transformers[et].mProps.v),W-=1,et-=1}else H=e;if(F=T.sh.paths,O=F._length,N){for(V="",D=0;D<O;D+=1)C=F.shapes[D],C&&C._length&&(V+=am(C,C._length,C.c,H));T.caches[E]=V}else V=T.caches[E];T.styles[E].d+=G.hd===!0?"":V,T.styles[E]._mdf=N||T.styles[E]._mdf}}function A(G,T,M){var D=T.style;(T.c._mdf||M)&&D.pElem.setAttribute("fill","rgb("+ne(T.c.v[0])+","+ne(T.c.v[1])+","+ne(T.c.v[2])+")"),(T.o._mdf||M)&&D.pElem.setAttribute("fill-opacity",T.o.v)}function g(G,T,M){k(G,T,M),R(G,T,M)}function k(G,T,M){var D=T.gf,O=T.g._hasOpacity,V=T.s.v,N=T.e.v;if(T.o._mdf||M){var C=G.ty==="gf"?"fill-opacity":"stroke-opacity";T.style.pElem.setAttribute(C,T.o.v)}if(T.s._mdf||M){var E=G.t===1?"x1":"cx",S=E==="x1"?"y1":"cy";D.setAttribute(E,V[0]),D.setAttribute(S,V[1]),O&&!T.g._collapsable&&(T.of.setAttribute(E,V[0]),T.of.setAttribute(S,V[1]))}var w,F,H,W;if(T.g._cmdf||M){w=T.cst;var et=T.g.c;for(H=w.length,F=0;F<H;F+=1)W=w[F],W.setAttribute("offset",et[F*4]+"%"),W.setAttribute("stop-color","rgb("+et[F*4+1]+","+et[F*4+2]+","+et[F*4+3]+")")}if(O&&(T.g._omdf||M)){var yt=T.g.o;for(T.g._collapsable?w=T.cst:w=T.ost,H=w.length,F=0;F<H;F+=1)W=w[F],T.g._collapsable||W.setAttribute("offset",yt[F*2]+"%"),W.setAttribute("stop-opacity",yt[F*2+1])}if(G.t===1)(T.e._mdf||M)&&(D.setAttribute("x2",N[0]),D.setAttribute("y2",N[1]),O&&!T.g._collapsable&&(T.of.setAttribute("x2",N[0]),T.of.setAttribute("y2",N[1])));else{var pt;if((T.s._mdf||T.e._mdf||M)&&(pt=Math.sqrt(Math.pow(V[0]-N[0],2)+Math.pow(V[1]-N[1],2)),D.setAttribute("r",pt),O&&!T.g._collapsable&&T.of.setAttribute("r",pt)),T.e._mdf||T.h._mdf||T.a._mdf||M){pt||(pt=Math.sqrt(Math.pow(V[0]-N[0],2)+Math.pow(V[1]-N[1],2)));var ot=Math.atan2(N[1]-V[1],N[0]-V[0]),xt=T.h.v;xt>=1?xt=.99:xt<=-1&&(xt=-.99);var ct=pt*xt,J=Math.cos(ot+T.a.v)*ct+V[0],I=Math.sin(ot+T.a.v)*ct+V[1];D.setAttribute("fx",J),D.setAttribute("fy",I),O&&!T.g._collapsable&&(T.of.setAttribute("fx",J),T.of.setAttribute("fy",I))}}}function R(G,T,M){var D=T.style,O=T.d;O&&(O._mdf||M)&&O.dashStr&&(D.pElem.setAttribute("stroke-dasharray",O.dashStr),D.pElem.setAttribute("stroke-dashoffset",O.dashoffset[0])),T.c&&(T.c._mdf||M)&&D.pElem.setAttribute("stroke","rgb("+ne(T.c.v[0])+","+ne(T.c.v[1])+","+ne(T.c.v[2])+")"),(T.o._mdf||M)&&D.pElem.setAttribute("stroke-opacity",T.o.v),(T.w._mdf||M)&&(D.pElem.setAttribute("stroke-width",T.w.v),D.msElem&&D.msElem.setAttribute("stroke-width",T.w.v))}return a}();function Kt(e,i,a){this.shapes=[],this.shapesData=e.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.initElement(e,i,a),this.prevViewData=[]}L([Ti,Jo,sa,Zp,ts,xi,aa],Kt),Kt.prototype.initSecondaryElement=function(){},Kt.prototype.identityMatrix=new fe,Kt.prototype.buildExpressionInterface=function(){},Kt.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes()},Kt.prototype.filterUniqueShapes=function(){var e,i=this.shapes.length,a,l,h=this.stylesList.length,c,v=[],A=!1;for(l=0;l<h;l+=1){for(c=this.stylesList[l],A=!1,v.length=0,e=0;e<i;e+=1)a=this.shapes[e],a.styles.indexOf(c)!==-1&&(v.push(a),A=a._isAnimated||A);v.length>1&&A&&this.setShapesAsAnimated(v)}},Kt.prototype.setShapesAsAnimated=function(e){var i,a=e.length;for(i=0;i<a;i+=1)e[i].setAsAnimated()},Kt.prototype.createStyleElement=function(e,i){var a,l=new em(e,i),h=l.pElem;if(e.ty==="st")a=new rm(this,e,l);else if(e.ty==="fl")a=new im(this,e,l);else if(e.ty==="gf"||e.ty==="gs"){var c=e.ty==="gf"?es:sm;a=new c(this,e,l),this.globalData.defs.appendChild(a.gf),a.maskId&&(this.globalData.defs.appendChild(a.ms),this.globalData.defs.appendChild(a.of),h.setAttribute("mask","url("+b()+"#"+a.maskId+")"))}else e.ty==="no"&&(a=new om(this,e,l));return(e.ty==="st"||e.ty==="gs")&&(h.setAttribute("stroke-linecap",Qp[e.lc||2]),h.setAttribute("stroke-linejoin",Jp[e.lj||2]),h.setAttribute("fill-opacity","0"),e.lj===1&&h.setAttribute("stroke-miterlimit",e.ml)),e.r===2&&h.setAttribute("fill-rule","evenodd"),e.ln&&h.setAttribute("id",e.ln),e.cl&&h.setAttribute("class",e.cl),e.bm&&(h.style["mix-blend-mode"]=Fd(e.bm)),this.stylesList.push(l),this.addToAnimatedContents(e,a),a},Kt.prototype.createGroupElement=function(e){var i=new ay;return e.ln&&i.gr.setAttribute("id",e.ln),e.cl&&i.gr.setAttribute("class",e.cl),e.bm&&(i.gr.style["mix-blend-mode"]=Fd(e.bm)),i},Kt.prototype.createTransformElement=function(e,i){var a=Rd.getTransformProperty(this,e,this),l=new ny(a,a.o,i);return this.addToAnimatedContents(e,l),l},Kt.prototype.createShapeElement=function(e,i,a){var l=4;e.ty==="rc"?l=5:e.ty==="el"?l=6:e.ty==="sr"&&(l=7);var h=Sn.getShapeProp(this,e,l,this),c=new tm(i,a,h);return this.shapes.push(c),this.addShapeToModifiers(c),this.addToAnimatedContents(e,c),c},Kt.prototype.addToAnimatedContents=function(e,i){for(var a=0,l=this.animatedContents.length;a<l;){if(this.animatedContents[a].element===i)return;a+=1}this.animatedContents.push({fn:ly.createRenderFunction(e),element:i,data:e})},Kt.prototype.setElementStyles=function(e){var i=e.styles,a,l=this.stylesList.length;for(a=0;a<l;a+=1)this.stylesList[a].closed||i.push(this.stylesList[a])},Kt.prototype.reloadShapes=function(){this._isFirstFrame=!0;var e,i=this.itemsData.length;for(e=0;e<i;e+=1)this.prevViewData[e]=this.itemsData[e];for(this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes(),i=this.dynamicProperties.length,e=0;e<i;e+=1)this.dynamicProperties[e].getValue();this.renderModifiers()},Kt.prototype.searchShapes=function(e,i,a,l,h,c,v){var A=[].concat(c),g,k=e.length-1,R,G,T=[],M=[],D,O,V;for(g=k;g>=0;g-=1){if(V=this.searchProcessedElement(e[g]),V?i[g]=a[V-1]:e[g]._render=v,e[g].ty==="fl"||e[g].ty==="st"||e[g].ty==="gf"||e[g].ty==="gs"||e[g].ty==="no")V?i[g].style.closed=!1:i[g]=this.createStyleElement(e[g],h),e[g]._render&&i[g].style.pElem.parentNode!==l&&l.appendChild(i[g].style.pElem),T.push(i[g].style);else if(e[g].ty==="gr"){if(!V)i[g]=this.createGroupElement(e[g]);else for(G=i[g].it.length,R=0;R<G;R+=1)i[g].prevViewData[R]=i[g].it[R];this.searchShapes(e[g].it,i[g].it,i[g].prevViewData,i[g].gr,h+1,A,v),e[g]._render&&i[g].gr.parentNode!==l&&l.appendChild(i[g].gr)}else e[g].ty==="tr"?(V||(i[g]=this.createTransformElement(e[g],l)),D=i[g].transform,A.push(D)):e[g].ty==="sh"||e[g].ty==="rc"||e[g].ty==="el"||e[g].ty==="sr"?(V||(i[g]=this.createShapeElement(e[g],A,h)),this.setElementStyles(i[g])):e[g].ty==="tm"||e[g].ty==="rd"||e[g].ty==="ms"||e[g].ty==="pb"||e[g].ty==="zz"||e[g].ty==="op"?(V?(O=i[g],O.closed=!1):(O=yi.getModifier(e[g].ty),O.init(this,e[g]),i[g]=O,this.shapeModifiers.push(O)),M.push(O)):e[g].ty==="rp"&&(V?(O=i[g],O.closed=!0):(O=yi.getModifier(e[g].ty),i[g]=O,O.init(this,e,g,i),this.shapeModifiers.push(O),v=!1),M.push(O));this.addProcessedElement(e[g],g+1)}for(k=T.length,g=0;g<k;g+=1)T[g].closed=!0;for(k=M.length,g=0;g<k;g+=1)M[g].closed=!0},Kt.prototype.renderInnerContent=function(){this.renderModifiers();var e,i=this.stylesList.length;for(e=0;e<i;e+=1)this.stylesList[e].reset();for(this.renderShape(),e=0;e<i;e+=1)(this.stylesList[e]._mdf||this._isFirstFrame)&&(this.stylesList[e].msElem&&(this.stylesList[e].msElem.setAttribute("d",this.stylesList[e].d),this.stylesList[e].d="M0 0"+this.stylesList[e].d),this.stylesList[e].pElem.setAttribute("d",this.stylesList[e].d||"M0 0"))},Kt.prototype.renderShape=function(){var e,i=this.animatedContents.length,a;for(e=0;e<i;e+=1)a=this.animatedContents[e],(this._isFirstFrame||a.element._isAnimated)&&a.data!==!0&&a.fn(a.data,a.element,this._isFirstFrame)},Kt.prototype.destroy=function(){this.destroyBaseElement(),this.shapesData=null,this.itemsData=null};function zd(e,i,a,l,h,c){this.o=e,this.sw=i,this.sc=a,this.fc=l,this.m=h,this.p=c,this._mdf={o:!0,sw:!!i,sc:!!a,fc:!!l,m:!0,p:!0}}zd.prototype.update=function(e,i,a,l,h,c){this._mdf.o=!1,this._mdf.sw=!1,this._mdf.sc=!1,this._mdf.fc=!1,this._mdf.m=!1,this._mdf.p=!1;var v=!1;return this.o!==e&&(this.o=e,this._mdf.o=!0,v=!0),this.sw!==i&&(this.sw=i,this._mdf.sw=!0,v=!0),this.sc!==a&&(this.sc=a,this._mdf.sc=!0,v=!0),this.fc!==l&&(this.fc=l,this._mdf.fc=!0,v=!0),this.m!==h&&(this.m=h,this._mdf.m=!0,v=!0),c.length&&(this.p[0]!==c[0]||this.p[1]!==c[1]||this.p[4]!==c[4]||this.p[5]!==c[5]||this.p[12]!==c[12]||this.p[13]!==c[13])&&(this.p=c,this._mdf.p=!0,v=!0),v};function Se(e,i){this._frameId=r,this.pv="",this.v="",this.kf=!1,this._isFirstFrame=!0,this._mdf=!1,i.d&&i.d.sid&&(i.d=e.globalData.slotManager.getProp(i.d)),this.data=i,this.elem=e,this.comp=this.elem.comp,this.keysIndex=0,this.canResize=!1,this.minimumFontSize=1,this.effectsSequence=[],this.currentData={ascent:0,boxWidth:this.defaultBoxWidth,f:"",fStyle:"",fWeight:"",fc:"",j:"",justifyOffset:"",l:[],lh:0,lineWidths:[],ls:"",of:"",s:"",sc:"",sw:0,t:0,tr:0,sz:0,ps:null,fillColorAnim:!1,strokeColorAnim:!1,strokeWidthAnim:!1,yOffset:0,finalSize:0,finalText:[],finalLineHeight:0,__complete:!1},this.copyData(this.currentData,this.data.d.k[0].s),this.searchProperty()||this.completeTextData(this.currentData)}Se.prototype.defaultBoxWidth=[0,0],Se.prototype.copyData=function(e,i){for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(e[a]=i[a]);return e},Se.prototype.setCurrentData=function(e){e.__complete||this.completeTextData(e),this.currentData=e,this.currentData.boxWidth=this.currentData.boxWidth||this.defaultBoxWidth,this._mdf=!0},Se.prototype.searchProperty=function(){return this.searchKeyframes()},Se.prototype.searchKeyframes=function(){return this.kf=this.data.d.k.length>1,this.kf&&this.addEffect(this.getKeyframeValue.bind(this)),this.kf},Se.prototype.addEffect=function(e){this.effectsSequence.push(e),this.elem.addDynamicProperty(this)},Se.prototype.getValue=function(e){if(!((this.elem.globalData.frameId===this.frameId||!this.effectsSequence.length)&&!e)){this.currentData.t=this.data.d.k[this.keysIndex].s.t;var i=this.currentData,a=this.keysIndex;if(this.lock){this.setCurrentData(this.currentData);return}this.lock=!0,this._mdf=!1;var l,h=this.effectsSequence.length,c=e||this.data.d.k[this.keysIndex].s;for(l=0;l<h;l+=1)a!==this.keysIndex?c=this.effectsSequence[l](c,c.t):c=this.effectsSequence[l](this.currentData,c.t);i!==c&&this.setCurrentData(c),this.v=this.currentData,this.pv=this.v,this.lock=!1,this.frameId=this.elem.globalData.frameId}},Se.prototype.getKeyframeValue=function(){for(var e=this.data.d.k,i=this.elem.comp.renderedFrame,a=0,l=e.length;a<=l-1&&!(a===l-1||e[a+1].t>i);)a+=1;return this.keysIndex!==a&&(this.keysIndex=a),this.data.d.k[this.keysIndex].s},Se.prototype.buildFinalText=function(e){for(var i=[],a=0,l=e.length,h,c,v=!1,A=!1,g="";a<l;)v=A,A=!1,h=e.charCodeAt(a),g=e.charAt(a),ao.isCombinedCharacter(h)?v=!0:h>=55296&&h<=56319?ao.isRegionalFlag(e,a)?g=e.substr(a,14):(c=e.charCodeAt(a+1),c>=56320&&c<=57343&&(ao.isModifier(h,c)?(g=e.substr(a,2),v=!0):ao.isFlagEmoji(e.substr(a,4))?g=e.substr(a,4):g=e.substr(a,2))):h>56319?(c=e.charCodeAt(a+1),ao.isVariationSelector(h)&&(v=!0)):ao.isZeroWidthJoiner(h)&&(v=!0,A=!0),v?(i[i.length-1]+=g,v=!1):i.push(g),a+=g.length;return i},Se.prototype.completeTextData=function(e){e.__complete=!0;var i=this.elem.globalData.fontManager,a=this.data,l=[],h,c,v,A=0,g,k=a.m.g,R=0,G=0,T=0,M=[],D=0,O=0,V,N,C=i.getFontByName(e.f),E,S=0,w=Wp(C);e.fWeight=w.weight,e.fStyle=w.style,e.finalSize=e.s,e.finalText=this.buildFinalText(e.t),c=e.finalText.length,e.finalLineHeight=e.lh;var F=e.tr/1e3*e.finalSize,H;if(e.sz)for(var W=!0,et=e.sz[0],yt=e.sz[1],pt,ot;W;){ot=this.buildFinalText(e.t),pt=0,D=0,c=ot.length,F=e.tr/1e3*e.finalSize;var xt=-1;for(h=0;h<c;h+=1)H=ot[h].charCodeAt(0),v=!1,ot[h]===" "?xt=h:(H===13||H===3)&&(D=0,v=!0,pt+=e.finalLineHeight||e.finalSize*1.2),i.chars?(E=i.getCharData(ot[h],C.fStyle,C.fFamily),S=v?0:E.w*e.finalSize/100):S=i.measureText(ot[h],e.f,e.finalSize),D+S>et&&ot[h]!==" "?(xt===-1?c+=1:h=xt,pt+=e.finalLineHeight||e.finalSize*1.2,ot.splice(h,xt===h?1:0,"\r"),xt=-1,D=0):(D+=S,D+=F);pt+=C.ascent*e.finalSize/100,this.canResize&&e.finalSize>this.minimumFontSize&&yt<pt?(e.finalSize-=1,e.finalLineHeight=e.finalSize*e.lh/e.s):(e.finalText=ot,c=e.finalText.length,W=!1)}D=-F,S=0;var ct=0,J;for(h=0;h<c;h+=1)if(v=!1,J=e.finalText[h],H=J.charCodeAt(0),H===13||H===3?(ct=0,M.push(D),O=D>O?D:O,D=-2*F,g="",v=!0,T+=1):g=J,i.chars?(E=i.getCharData(J,C.fStyle,i.getFontByName(e.f).fFamily),S=v?0:E.w*e.finalSize/100):S=i.measureText(g,e.f,e.finalSize),J===" "?ct+=S+F:(D+=S+F+ct,ct=0),l.push({l:S,an:S,add:R,n:v,anIndexes:[],val:g,line:T,animatorJustifyOffset:0}),k==2){if(R+=S,g===""||g===" "||h===c-1){for((g===""||g===" ")&&(R-=S);G<=h;)l[G].an=R,l[G].ind=A,l[G].extra=S,G+=1;A+=1,R=0}}else if(k==3){if(R+=S,g===""||h===c-1){for(g===""&&(R-=S);G<=h;)l[G].an=R,l[G].ind=A,l[G].extra=S,G+=1;R=0,A+=1}}else l[A].ind=A,l[A].extra=0,A+=1;if(e.l=l,O=D>O?D:O,M.push(D),e.sz)e.boxWidth=e.sz[0],e.justifyOffset=0;else switch(e.boxWidth=O,e.j){case 1:e.justifyOffset=-e.boxWidth;break;case 2:e.justifyOffset=-e.boxWidth/2;break;default:e.justifyOffset=0}e.lineWidths=M;var I=a.a,P,f;N=I.length;var y,Y,$=[];for(V=0;V<N;V+=1){for(P=I[V],P.a.sc&&(e.strokeColorAnim=!0),P.a.sw&&(e.strokeWidthAnim=!0),(P.a.fc||P.a.fh||P.a.fs||P.a.fb)&&(e.fillColorAnim=!0),Y=0,y=P.s.b,h=0;h<c;h+=1)f=l[h],f.anIndexes[V]=Y,(y==1&&f.val!==""||y==2&&f.val!==""&&f.val!==" "||y==3&&(f.n||f.val==" "||h==c-1)||y==4&&(f.n||h==c-1))&&(P.s.rn===1&&$.push(Y),Y+=1);a.a[V].s.totalChars=Y;var nt=-1,ft;if(P.s.rn===1)for(h=0;h<c;h+=1)f=l[h],nt!=f.anIndexes[V]&&(nt=f.anIndexes[V],ft=$.splice(Math.floor(Math.random()*$.length),1)[0]),f.anIndexes[V]=ft}e.yOffset=e.finalLineHeight||e.finalSize*1.2,e.ls=e.ls||0,e.ascent=C.ascent*e.finalSize/100},Se.prototype.updateDocumentData=function(e,i){i=i===void 0?this.keysIndex:i;var a=this.copyData({},this.data.d.k[i].s);a=this.copyData(a,e),this.data.d.k[i].s=a,this.recalculate(i),this.setCurrentData(a),this.elem.addDynamicProperty(this)},Se.prototype.recalculate=function(e){var i=this.data.d.k[e].s;i.__complete=!1,this.keysIndex=0,this._isFirstFrame=!0,this.getValue(i)},Se.prototype.canResizeFont=function(e){this.canResize=e,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)},Se.prototype.setMinimumFontSize=function(e){this.minimumFontSize=Math.floor(e)||1,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)};var dy=function(){var e=Math.max,i=Math.min,a=Math.floor;function l(c,v){this._currentTextLength=-1,this.k=!1,this.data=v,this.elem=c,this.comp=c.comp,this.finalS=0,this.finalE=0,this.initDynamicPropertyContainer(c),this.s=at.getProp(c,v.s||{k:0},0,0,this),"e"in v?this.e=at.getProp(c,v.e,0,0,this):this.e={v:100},this.o=at.getProp(c,v.o||{k:0},0,0,this),this.xe=at.getProp(c,v.xe||{k:0},0,0,this),this.ne=at.getProp(c,v.ne||{k:0},0,0,this),this.sm=at.getProp(c,v.sm||{k:100},0,0,this),this.a=at.getProp(c,v.a,0,.01,this),this.dynamicProperties.length||this.getValue()}l.prototype={getMult:function(v){this._currentTextLength!==this.elem.textProperty.currentData.l.length&&this.getValue();var A=0,g=0,k=1,R=1;this.ne.v>0?A=this.ne.v/100:g=-this.ne.v/100,this.xe.v>0?k=1-this.xe.v/100:R=1+this.xe.v/100;var G=Zs.getBezierEasing(A,g,k,R).get,T=0,M=this.finalS,D=this.finalE,O=this.data.sh;if(O===2)D===M?T=v>=D?1:0:T=e(0,i(.5/(D-M)+(v-M)/(D-M),1)),T=G(T);else if(O===3)D===M?T=v>=D?0:1:T=1-e(0,i(.5/(D-M)+(v-M)/(D-M),1)),T=G(T);else if(O===4)D===M?T=0:(T=e(0,i(.5/(D-M)+(v-M)/(D-M),1)),T<.5?T*=2:T=1-2*(T-.5)),T=G(T);else if(O===5){if(D===M)T=0;else{var V=D-M;v=i(e(0,v+.5-M),D-M);var N=-V/2+v,C=V/2;T=Math.sqrt(1-N*N/(C*C))}T=G(T)}else O===6?(D===M?T=0:(v=i(e(0,v+.5-M),D-M),T=(1+Math.cos(Math.PI+Math.PI*2*v/(D-M)))/2),T=G(T)):(v>=a(M)&&(v-M<0?T=e(0,i(i(D,1)-(M-v),1)):T=e(0,i(D-v,1))),T=G(T));if(this.sm.v!==100){var E=this.sm.v*.01;E===0&&(E=1e-8);var S=.5-E*.5;T<S?T=0:(T=(T-S)/E,T>1&&(T=1))}return T*this.a.v},getValue:function(v){this.iterateDynamicProperties(),this._mdf=v||this._mdf,this._currentTextLength=this.elem.textProperty.currentData.l.length||0,v&&this.data.r===2&&(this.e.v=this._currentTextLength);var A=this.data.r===2?1:100/this.data.totalChars,g=this.o.v/A,k=this.s.v/A+g,R=this.e.v/A+g;if(k>R){var G=k;k=R,R=G}this.finalS=k,this.finalE=R}},L([le],l);function h(c,v,A){return new l(c,v,A)}return{getTextSelectorProp:h}}();function cy(e,i,a){var l={propType:!1},h=at.getProp,c=i.a;this.a={r:c.r?h(e,c.r,0,kt,a):l,rx:c.rx?h(e,c.rx,0,kt,a):l,ry:c.ry?h(e,c.ry,0,kt,a):l,sk:c.sk?h(e,c.sk,0,kt,a):l,sa:c.sa?h(e,c.sa,0,kt,a):l,s:c.s?h(e,c.s,1,.01,a):l,a:c.a?h(e,c.a,1,0,a):l,o:c.o?h(e,c.o,0,.01,a):l,p:c.p?h(e,c.p,1,0,a):l,sw:c.sw?h(e,c.sw,0,0,a):l,sc:c.sc?h(e,c.sc,1,0,a):l,fc:c.fc?h(e,c.fc,1,0,a):l,fh:c.fh?h(e,c.fh,0,0,a):l,fs:c.fs?h(e,c.fs,0,.01,a):l,fb:c.fb?h(e,c.fb,0,.01,a):l,t:c.t?h(e,c.t,0,0,a):l},this.s=dy.getTextSelectorProp(e,i.s,a),this.s.t=i.s.t}function lo(e,i,a){this._isFirstFrame=!0,this._hasMaskedPath=!1,this._frameId=-1,this._textData=e,this._renderType=i,this._elem=a,this._animatorsData=it(this._textData.a.length),this._pathData={},this._moreOptions={alignment:{}},this.renderedLetters=[],this.lettersChangedFlag=!1,this.initDynamicPropertyContainer(a)}lo.prototype.searchProperties=function(){var e,i=this._textData.a.length,a,l=at.getProp;for(e=0;e<i;e+=1)a=this._textData.a[e],this._animatorsData[e]=new cy(this._elem,a,this);this._textData.p&&"m"in this._textData.p?(this._pathData={a:l(this._elem,this._textData.p.a,0,0,this),f:l(this._elem,this._textData.p.f,0,0,this),l:l(this._elem,this._textData.p.l,0,0,this),r:l(this._elem,this._textData.p.r,0,0,this),p:l(this._elem,this._textData.p.p,0,0,this),m:this._elem.maskManager.getMaskProperty(this._textData.p.m)},this._hasMaskedPath=!0):this._hasMaskedPath=!1,this._moreOptions.alignment=l(this._elem,this._textData.m.a,1,0,this)},lo.prototype.getMeasures=function(e,i){if(this.lettersChangedFlag=i,!(!this._mdf&&!this._isFirstFrame&&!i&&(!this._hasMaskedPath||!this._pathData.m._mdf))){this._isFirstFrame=!1;var a=this._moreOptions.alignment.v,l=this._animatorsData,h=this._textData,c=this.mHelper,v=this._renderType,A=this.renderedLetters.length,g,k,R,G,T=e.l,M,D,O,V,N,C,E,S,w,F,H,W,et,yt,pt;if(this._hasMaskedPath){if(pt=this._pathData.m,!this._pathData.n||this._pathData._mdf){var ot=pt.v;this._pathData.r.v&&(ot=ot.reverse()),M={tLength:0,segments:[]},G=ot._length-1;var xt;for(W=0,R=0;R<G;R+=1)xt=kr.buildBezierData(ot.v[R],ot.v[R+1],[ot.o[R][0]-ot.v[R][0],ot.o[R][1]-ot.v[R][1]],[ot.i[R+1][0]-ot.v[R+1][0],ot.i[R+1][1]-ot.v[R+1][1]]),M.tLength+=xt.segmentLength,M.segments.push(xt),W+=xt.segmentLength;R=G,pt.v.c&&(xt=kr.buildBezierData(ot.v[R],ot.v[0],[ot.o[R][0]-ot.v[R][0],ot.o[R][1]-ot.v[R][1]],[ot.i[0][0]-ot.v[0][0],ot.i[0][1]-ot.v[0][1]]),M.tLength+=xt.segmentLength,M.segments.push(xt),W+=xt.segmentLength),this._pathData.pi=M}if(M=this._pathData.pi,D=this._pathData.f.v,E=0,C=1,V=0,N=!0,F=M.segments,D<0&&pt.v.c)for(M.tLength<Math.abs(D)&&(D=-Math.abs(D)%M.tLength),E=F.length-1,w=F[E].points,C=w.length-1;D<0;)D+=w[C].partialLength,C-=1,C<0&&(E-=1,w=F[E].points,C=w.length-1);w=F[E].points,S=w[C-1],O=w[C],H=O.partialLength}G=T.length,g=0,k=0;var ct=e.finalSize*1.2*.714,J=!0,I,P,f,y,Y;y=l.length;var $,nt=-1,ft,Et,Rt,Mt=D,Jt=E,Re=C,Nr=-1,Me,de,Ye,Dt,ht,qr,Ii,Xr,Lr="",Zr=this.defaultPropsArray,Qr;if(e.j===2||e.j===1){var Oe=0,_i=0,Ci=e.j===2?-.5:-1,yr=0,ki=!0;for(R=0;R<G;R+=1)if(T[R].n){for(Oe&&(Oe+=_i);yr<R;)T[yr].animatorJustifyOffset=Oe,yr+=1;Oe=0,ki=!0}else{for(f=0;f<y;f+=1)I=l[f].a,I.t.propType&&(ki&&e.j===2&&(_i+=I.t.v*Ci),P=l[f].s,$=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),$.length?Oe+=I.t.v*$[0]*Ci:Oe+=I.t.v*$*Ci);ki=!1}for(Oe&&(Oe+=_i);yr<R;)T[yr].animatorJustifyOffset=Oe,yr+=1}for(R=0;R<G;R+=1){if(c.reset(),Me=1,T[R].n)g=0,k+=e.yOffset,k+=J?1:0,D=Mt,J=!1,this._hasMaskedPath&&(E=Jt,C=Re,w=F[E].points,S=w[C-1],O=w[C],H=O.partialLength,V=0),Lr="",Xr="",qr="",Qr="",Zr=this.defaultPropsArray;else{if(this._hasMaskedPath){if(Nr!==T[R].line){switch(e.j){case 1:D+=W-e.lineWidths[T[R].line];break;case 2:D+=(W-e.lineWidths[T[R].line])/2;break;default:break}Nr=T[R].line}nt!==T[R].ind&&(T[nt]&&(D+=T[nt].extra),D+=T[R].an/2,nt=T[R].ind),D+=a[0]*T[R].an*.005;var Er=0;for(f=0;f<y;f+=1)I=l[f].a,I.p.propType&&(P=l[f].s,$=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),$.length?Er+=I.p.v[0]*$[0]:Er+=I.p.v[0]*$),I.a.propType&&(P=l[f].s,$=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),$.length?Er+=I.a.v[0]*$[0]:Er+=I.a.v[0]*$);for(N=!0,this._pathData.a.v&&(D=T[0].an*.5+(W-this._pathData.f.v-T[0].an*.5-T[T.length-1].an*.5)*nt/(G-1),D+=this._pathData.f.v);N;)V+H>=D+Er||!w?(et=(D+Er-V)/O.partialLength,Et=S.point[0]+(O.point[0]-S.point[0])*et,Rt=S.point[1]+(O.point[1]-S.point[1])*et,c.translate(-a[0]*T[R].an*.005,-(a[1]*ct)*.01),N=!1):w&&(V+=O.partialLength,C+=1,C>=w.length&&(C=0,E+=1,F[E]?w=F[E].points:pt.v.c?(C=0,E=0,w=F[E].points):(V-=O.partialLength,w=null)),w&&(S=O,O=w[C],H=O.partialLength));ft=T[R].an/2-T[R].add,c.translate(-ft,0,0)}else ft=T[R].an/2-T[R].add,c.translate(-ft,0,0),c.translate(-a[0]*T[R].an*.005,-a[1]*ct*.01,0);for(f=0;f<y;f+=1)I=l[f].a,I.t.propType&&(P=l[f].s,$=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),(g!==0||e.j!==0)&&(this._hasMaskedPath?$.length?D+=I.t.v*$[0]:D+=I.t.v*$:$.length?g+=I.t.v*$[0]:g+=I.t.v*$));for(e.strokeWidthAnim&&(Ye=e.sw||0),e.strokeColorAnim&&(e.sc?de=[e.sc[0],e.sc[1],e.sc[2]]:de=[0,0,0]),e.fillColorAnim&&e.fc&&(Dt=[e.fc[0],e.fc[1],e.fc[2]]),f=0;f<y;f+=1)I=l[f].a,I.a.propType&&(P=l[f].s,$=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),$.length?c.translate(-I.a.v[0]*$[0],-I.a.v[1]*$[1],I.a.v[2]*$[2]):c.translate(-I.a.v[0]*$,-I.a.v[1]*$,I.a.v[2]*$));for(f=0;f<y;f+=1)I=l[f].a,I.s.propType&&(P=l[f].s,$=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),$.length?c.scale(1+(I.s.v[0]-1)*$[0],1+(I.s.v[1]-1)*$[1],1):c.scale(1+(I.s.v[0]-1)*$,1+(I.s.v[1]-1)*$,1));for(f=0;f<y;f+=1){if(I=l[f].a,P=l[f].s,$=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),I.sk.propType&&($.length?c.skewFromAxis(-I.sk.v*$[0],I.sa.v*$[1]):c.skewFromAxis(-I.sk.v*$,I.sa.v*$)),I.r.propType&&($.length?c.rotateZ(-I.r.v*$[2]):c.rotateZ(-I.r.v*$)),I.ry.propType&&($.length?c.rotateY(I.ry.v*$[1]):c.rotateY(I.ry.v*$)),I.rx.propType&&($.length?c.rotateX(I.rx.v*$[0]):c.rotateX(I.rx.v*$)),I.o.propType&&($.length?Me+=(I.o.v*$[0]-Me)*$[0]:Me+=(I.o.v*$-Me)*$),e.strokeWidthAnim&&I.sw.propType&&($.length?Ye+=I.sw.v*$[0]:Ye+=I.sw.v*$),e.strokeColorAnim&&I.sc.propType)for(ht=0;ht<3;ht+=1)$.length?de[ht]+=(I.sc.v[ht]-de[ht])*$[0]:de[ht]+=(I.sc.v[ht]-de[ht])*$;if(e.fillColorAnim&&e.fc){if(I.fc.propType)for(ht=0;ht<3;ht+=1)$.length?Dt[ht]+=(I.fc.v[ht]-Dt[ht])*$[0]:Dt[ht]+=(I.fc.v[ht]-Dt[ht])*$;I.fh.propType&&($.length?Dt=yp(Dt,I.fh.v*$[0]):Dt=yp(Dt,I.fh.v*$)),I.fs.propType&&($.length?Dt=gp(Dt,I.fs.v*$[0]):Dt=gp(Dt,I.fs.v*$)),I.fb.propType&&($.length?Dt=bp(Dt,I.fb.v*$[0]):Dt=bp(Dt,I.fb.v*$))}}for(f=0;f<y;f+=1)I=l[f].a,I.p.propType&&(P=l[f].s,$=P.getMult(T[R].anIndexes[f],h.a[f].s.totalChars),this._hasMaskedPath?$.length?c.translate(0,I.p.v[1]*$[0],-I.p.v[2]*$[1]):c.translate(0,I.p.v[1]*$,-I.p.v[2]*$):$.length?c.translate(I.p.v[0]*$[0],I.p.v[1]*$[1],-I.p.v[2]*$[2]):c.translate(I.p.v[0]*$,I.p.v[1]*$,-I.p.v[2]*$));if(e.strokeWidthAnim&&(qr=Ye<0?0:Ye),e.strokeColorAnim&&(Ii="rgb("+Math.round(de[0]*255)+","+Math.round(de[1]*255)+","+Math.round(de[2]*255)+")"),e.fillColorAnim&&e.fc&&(Xr="rgb("+Math.round(Dt[0]*255)+","+Math.round(Dt[1]*255)+","+Math.round(Dt[2]*255)+")"),this._hasMaskedPath){if(c.translate(0,-e.ls),c.translate(0,a[1]*ct*.01+k,0),this._pathData.p.v){yt=(O.point[1]-S.point[1])/(O.point[0]-S.point[0]);var co=Math.atan(yt)*180/Math.PI;O.point[0]<S.point[0]&&(co+=180),c.rotate(-co*Math.PI/180)}c.translate(Et,Rt,0),D-=a[0]*T[R].an*.005,T[R+1]&&nt!==T[R+1].ind&&(D+=T[R].an/2,D+=e.tr*.001*e.finalSize)}else{switch(c.translate(g,k,0),e.ps&&c.translate(e.ps[0],e.ps[1]+e.ascent,0),e.j){case 1:c.translate(T[R].animatorJustifyOffset+e.justifyOffset+(e.boxWidth-e.lineWidths[T[R].line]),0,0);break;case 2:c.translate(T[R].animatorJustifyOffset+e.justifyOffset+(e.boxWidth-e.lineWidths[T[R].line])/2,0,0);break;default:break}c.translate(0,-e.ls),c.translate(ft,0,0),c.translate(a[0]*T[R].an*.005,a[1]*ct*.01,0),g+=T[R].l+e.tr*.001*e.finalSize}v==="html"?Lr=c.toCSS():v==="svg"?Lr=c.to2dCSS():Zr=[c.props[0],c.props[1],c.props[2],c.props[3],c.props[4],c.props[5],c.props[6],c.props[7],c.props[8],c.props[9],c.props[10],c.props[11],c.props[12],c.props[13],c.props[14],c.props[15]],Qr=Me}A<=R?(Y=new zd(Qr,qr,Ii,Xr,Lr,Zr),this.renderedLetters.push(Y),A+=1,this.lettersChangedFlag=!0):(Y=this.renderedLetters[R],this.lettersChangedFlag=Y.update(Qr,qr,Ii,Xr,Lr,Zr)||this.lettersChangedFlag)}}},lo.prototype.getValue=function(){this._elem.globalData.frameId!==this._frameId&&(this._frameId=this._elem.globalData.frameId,this.iterateDynamicProperties())},lo.prototype.mHelper=new fe,lo.prototype.defaultPropsArray=[],L([le],lo);function or(){}or.prototype.initElement=function(e,i,a){this.lettersChangedFlag=!0,this.initFrame(),this.initBaseData(e,i,a),this.textProperty=new Se(this,e.t,this.dynamicProperties),this.textAnimator=new lo(e.t,this.renderType,this),this.initTransform(e,i,a),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide(),this.textAnimator.searchProperties(this.dynamicProperties)},or.prototype.prepareFrame=function(e){this._mdf=!1,this.prepareRenderableFrame(e),this.prepareProperties(e,this.isInRange)},or.prototype.createPathShape=function(e,i){var a,l=i.length,h,c="";for(a=0;a<l;a+=1)i[a].ty==="sh"&&(h=i[a].ks.k,c+=am(h,h.i.length,!0,e));return c},or.prototype.updateDocumentData=function(e,i){this.textProperty.updateDocumentData(e,i)},or.prototype.canResizeFont=function(e){this.textProperty.canResizeFont(e)},or.prototype.setMinimumFontSize=function(e){this.textProperty.setMinimumFontSize(e)},or.prototype.applyTextPropertiesToMatrix=function(e,i,a,l,h){switch(e.ps&&i.translate(e.ps[0],e.ps[1]+e.ascent,0),i.translate(0,-e.ls,0),e.j){case 1:i.translate(e.justifyOffset+(e.boxWidth-e.lineWidths[a]),0,0);break;case 2:i.translate(e.justifyOffset+(e.boxWidth-e.lineWidths[a])/2,0,0);break;default:break}i.translate(l,h,0)},or.prototype.buildColor=function(e){return"rgb("+Math.round(e[0]*255)+","+Math.round(e[1]*255)+","+Math.round(e[2]*255)+")"},or.prototype.emptyProp=new zd,or.prototype.destroy=function(){},or.prototype.validateText=function(){(this.textProperty._mdf||this.textProperty._isFirstFrame)&&(this.buildNewText(),this.textProperty._isFirstFrame=!1,this.textProperty._mdf=!1)};var hy={shapes:[]};function jr(e,i,a){this.textSpans=[],this.renderType="svg",this.initElement(e,i,a)}L([Ti,Jo,sa,ts,xi,aa,or],jr),jr.prototype.createContent=function(){this.data.singleShape&&!this.globalData.fontManager.chars&&(this.textContainer=Tt("text"))},jr.prototype.buildTextContents=function(e){for(var i=0,a=e.length,l=[],h="";i<a;)e[i]==="\r"||e[i]===""?(l.push(h),h=""):h+=e[i],i+=1;return l.push(h),l},jr.prototype.buildShapeData=function(e,i){if(e.shapes&&e.shapes.length){var a=e.shapes[0];if(a.it){var l=a.it[a.it.length-1];l.s&&(l.s.k[0]=i,l.s.k[1]=i)}}return e},jr.prototype.buildNewText=function(){this.addDynamicProperty(this);var e,i,a=this.textProperty.currentData;this.renderedLetters=it(a?a.l.length:0),a.fc?this.layerElement.setAttribute("fill",this.buildColor(a.fc)):this.layerElement.setAttribute("fill","rgba(0,0,0,0)"),a.sc&&(this.layerElement.setAttribute("stroke",this.buildColor(a.sc)),this.layerElement.setAttribute("stroke-width",a.sw)),this.layerElement.setAttribute("font-size",a.finalSize);var l=this.globalData.fontManager.getFontByName(a.f);if(l.fClass)this.layerElement.setAttribute("class",l.fClass);else{this.layerElement.setAttribute("font-family",l.fFamily);var h=a.fWeight,c=a.fStyle;this.layerElement.setAttribute("font-style",c),this.layerElement.setAttribute("font-weight",h)}this.layerElement.setAttribute("aria-label",a.t);var v=a.l||[],A=!!this.globalData.fontManager.chars;i=v.length;var g,k=this.mHelper,R="",G=this.data.singleShape,T=0,M=0,D=!0,O=a.tr*.001*a.finalSize;if(G&&!A&&!a.sz){var V=this.textContainer,N="start";switch(a.j){case 1:N="end";break;case 2:N="middle";break;default:N="start";break}V.setAttribute("text-anchor",N),V.setAttribute("letter-spacing",O);var C=this.buildTextContents(a.finalText);for(i=C.length,M=a.ps?a.ps[1]+a.ascent:0,e=0;e<i;e+=1)g=this.textSpans[e].span||Tt("tspan"),g.textContent=C[e],g.setAttribute("x",0),g.setAttribute("y",M),g.style.display="inherit",V.appendChild(g),this.textSpans[e]||(this.textSpans[e]={span:null,glyph:null}),this.textSpans[e].span=g,M+=a.finalLineHeight;this.layerElement.appendChild(V)}else{var E=this.textSpans.length,S;for(e=0;e<i;e+=1){if(this.textSpans[e]||(this.textSpans[e]={span:null,childSpan:null,glyph:null}),!A||!G||e===0){if(g=E>e?this.textSpans[e].span:Tt(A?"g":"text"),E<=e){if(g.setAttribute("stroke-linecap","butt"),g.setAttribute("stroke-linejoin","round"),g.setAttribute("stroke-miterlimit","4"),this.textSpans[e].span=g,A){var w=Tt("g");g.appendChild(w),this.textSpans[e].childSpan=w}this.textSpans[e].span=g,this.layerElement.appendChild(g)}g.style.display="inherit"}if(k.reset(),G&&(v[e].n&&(T=-O,M+=a.yOffset,M+=D?1:0,D=!1),this.applyTextPropertiesToMatrix(a,k,v[e].line,T,M),T+=v[e].l||0,T+=O),A){S=this.globalData.fontManager.getCharData(a.finalText[e],l.fStyle,this.globalData.fontManager.getFontByName(a.f).fFamily);var F;if(S.t===1)F=new da(S.data,this.globalData,this);else{var H=hy;S.data&&S.data.shapes&&(H=this.buildShapeData(S.data,a.finalSize)),F=new Kt(H,this.globalData,this)}if(this.textSpans[e].glyph){var W=this.textSpans[e].glyph;this.textSpans[e].childSpan.removeChild(W.layerElement),W.destroy()}this.textSpans[e].glyph=F,F._debug=!0,F.prepareFrame(0),F.renderFrame(),this.textSpans[e].childSpan.appendChild(F.layerElement),S.t===1&&this.textSpans[e].childSpan.setAttribute("transform","scale("+a.finalSize/100+","+a.finalSize/100+")")}else G&&g.setAttribute("transform","translate("+k.props[12]+","+k.props[13]+")"),g.textContent=v[e].val,g.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve")}G&&g&&g.setAttribute("d",R)}for(;e<this.textSpans.length;)this.textSpans[e].span.style.display="none",e+=1;this._sizeChanged=!0},jr.prototype.sourceRectAtTime=function(){if(this.prepareFrame(this.comp.renderedFrame-this.data.st),this.renderInnerContent(),this._sizeChanged){this._sizeChanged=!1;var e=this.layerElement.getBBox();this.bbox={top:e.y,left:e.x,width:e.width,height:e.height}}return this.bbox},jr.prototype.getValue=function(){var e,i=this.textSpans.length,a;for(this.renderedFrame=this.comp.renderedFrame,e=0;e<i;e+=1)a=this.textSpans[e].glyph,a&&(a.prepareFrame(this.comp.renderedFrame-this.data.st),a._mdf&&(this._mdf=!0))},jr.prototype.renderInnerContent=function(){if(this.validateText(),(!this.data.singleShape||this._mdf)&&(this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag),this.lettersChangedFlag||this.textAnimator.lettersChangedFlag)){this._sizeChanged=!0;var e,i,a=this.textAnimator.renderedLetters,l=this.textProperty.currentData.l;i=l.length;var h,c,v;for(e=0;e<i;e+=1)l[e].n||(h=a[e],c=this.textSpans[e].span,v=this.textSpans[e].glyph,v&&v.renderFrame(),h._mdf.m&&c.setAttribute("transform",h.m),h._mdf.o&&c.setAttribute("opacity",h.o),h._mdf.sw&&c.setAttribute("stroke-width",h.sw),h._mdf.sc&&c.setAttribute("stroke",h.sc),h._mdf.fc&&c.setAttribute("fill",h.fc))}};function Vd(e,i,a){this.initElement(e,i,a)}L([na],Vd),Vd.prototype.createContent=function(){var e=Tt("rect");e.setAttribute("width",this.data.sw),e.setAttribute("height",this.data.sh),e.setAttribute("fill",this.data.sc),this.layerElement.appendChild(e)};function Si(e,i,a){this.initFrame(),this.initBaseData(e,i,a),this.initFrame(),this.initTransform(e,i,a),this.initHierarchy()}Si.prototype.prepareFrame=function(e){this.prepareProperties(e,!0)},Si.prototype.renderFrame=function(){},Si.prototype.getBaseElement=function(){return null},Si.prototype.destroy=function(){},Si.prototype.sourceRectAtTime=function(){},Si.prototype.hide=function(){},L([Ti,Jo,ts,xi],Si);function re(){}L([ve],re),re.prototype.createNull=function(e){return new Si(e,this.globalData,this)},re.prototype.createShape=function(e){return new Kt(e,this.globalData,this)},re.prototype.createText=function(e){return new jr(e,this.globalData,this)},re.prototype.createImage=function(e){return new na(e,this.globalData,this)},re.prototype.createSolid=function(e){return new Vd(e,this.globalData,this)},re.prototype.configAnimation=function(e){this.svgElement.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.svgElement.setAttribute("xmlns:xlink","http://www.w3.org/1999/xlink"),this.renderConfig.viewBoxSize?this.svgElement.setAttribute("viewBox",this.renderConfig.viewBoxSize):this.svgElement.setAttribute("viewBox","0 0 "+e.w+" "+e.h),this.renderConfig.viewBoxOnly||(this.svgElement.setAttribute("width",e.w),this.svgElement.setAttribute("height",e.h),this.svgElement.style.width="100%",this.svgElement.style.height="100%",this.svgElement.style.transform="translate3d(0,0,0)",this.svgElement.style.contentVisibility=this.renderConfig.contentVisibility),this.renderConfig.width&&this.svgElement.setAttribute("width",this.renderConfig.width),this.renderConfig.height&&this.svgElement.setAttribute("height",this.renderConfig.height),this.renderConfig.className&&this.svgElement.setAttribute("class",this.renderConfig.className),this.renderConfig.id&&this.svgElement.setAttribute("id",this.renderConfig.id),this.renderConfig.focusable!==void 0&&this.svgElement.setAttribute("focusable",this.renderConfig.focusable),this.svgElement.setAttribute("preserveAspectRatio",this.renderConfig.preserveAspectRatio),this.animationItem.wrapper.appendChild(this.svgElement);var i=this.globalData.defs;this.setupGlobalData(e,i),this.globalData.progressiveLoad=this.renderConfig.progressiveLoad,this.data=e;var a=Tt("clipPath"),l=Tt("rect");l.setAttribute("width",e.w),l.setAttribute("height",e.h),l.setAttribute("x",0),l.setAttribute("y",0);var h=Ne();a.setAttribute("id",h),a.appendChild(l),this.layerElement.setAttribute("clip-path","url("+b()+"#"+h+")"),i.appendChild(a),this.layers=e.layers,this.elements=it(e.layers.length)},re.prototype.destroy=function(){this.animationItem.wrapper&&(this.animationItem.wrapper.innerText=""),this.layerElement=null,this.globalData.defs=null;var e,i=this.layers?this.layers.length:0;for(e=0;e<i;e+=1)this.elements[e]&&this.elements[e].destroy&&this.elements[e].destroy();this.elements.length=0,this.destroyed=!0,this.animationItem=null},re.prototype.updateContainerSize=function(){},re.prototype.findIndexByInd=function(e){var i=0,a=this.layers.length;for(i=0;i<a;i+=1)if(this.layers[i].ind===e)return i;return-1},re.prototype.buildItem=function(e){var i=this.elements;if(!(i[e]||this.layers[e].ty===99)){i[e]=!0;var a=this.createItem(this.layers[e]);if(i[e]=a,gn()&&(this.layers[e].ty===0&&this.globalData.projectInterface.registerComposition(a),a.initExpressions()),this.appendElementInPos(a,e),this.layers[e].tt){var l="tp"in this.layers[e]?this.findIndexByInd(this.layers[e].tp):e-1;if(l===-1)return;if(!this.elements[l]||this.elements[l]===!0)this.buildItem(l),this.addPendingElement(a);else{var h=i[l],c=h.getMatte(this.layers[e].tt);a.setMatte(c)}}}},re.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){var e=this.pendingElements.pop();if(e.checkParenting(),e.data.tt)for(var i=0,a=this.elements.length;i<a;){if(this.elements[i]===e){var l="tp"in e.data?this.findIndexByInd(e.data.tp):i-1,h=this.elements[l],c=h.getMatte(this.layers[i].tt);e.setMatte(c);break}i+=1}}},re.prototype.renderFrame=function(e){if(!(this.renderedFrame===e||this.destroyed)){e===null?e=this.renderedFrame:this.renderedFrame=e,this.globalData.frameNum=e,this.globalData.frameId+=1,this.globalData.projectInterface.currentFrame=e,this.globalData._mdf=!1;var i,a=this.layers.length;for(this.completeLayers||this.checkLayers(e),i=a-1;i>=0;i-=1)(this.completeLayers||this.elements[i])&&this.elements[i].prepareFrame(e-this.layers[i].st);if(this.globalData._mdf)for(i=0;i<a;i+=1)(this.completeLayers||this.elements[i])&&this.elements[i].renderFrame()}},re.prototype.appendElementInPos=function(e,i){var a=e.getBaseElement();if(a){for(var l=0,h;l<i;)this.elements[l]&&this.elements[l]!==!0&&this.elements[l].getBaseElement()&&(h=this.elements[l].getBaseElement()),l+=1;h?this.layerElement.insertBefore(a,h):this.layerElement.appendChild(a)}},re.prototype.hide=function(){this.layerElement.style.display="none"},re.prototype.show=function(){this.layerElement.style.display="block"};function Kr(){}L([Ti,Jo,ts,xi,aa],Kr),Kr.prototype.initElement=function(e,i,a){this.initFrame(),this.initBaseData(e,i,a),this.initTransform(e,i,a),this.initRenderable(),this.initHierarchy(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),(this.data.xt||!i.progressiveLoad)&&this.buildAllItems(),this.hide()},Kr.prototype.prepareFrame=function(e){if(this._mdf=!1,this.prepareRenderableFrame(e),this.prepareProperties(e,this.isInRange),!(!this.isInRange&&!this.data.xt)){if(this.tm._placeholder)this.renderedFrame=e/this.data.sr;else{var i=this.tm.v;i===this.data.op&&(i=this.data.op-1),this.renderedFrame=i}var a,l=this.elements.length;for(this.completeLayers||this.checkLayers(this.renderedFrame),a=l-1;a>=0;a-=1)(this.completeLayers||this.elements[a])&&(this.elements[a].prepareFrame(this.renderedFrame-this.layers[a].st),this.elements[a]._mdf&&(this._mdf=!0))}},Kr.prototype.renderInnerContent=function(){var e,i=this.layers.length;for(e=0;e<i;e+=1)(this.completeLayers||this.elements[e])&&this.elements[e].renderFrame()},Kr.prototype.setElements=function(e){this.elements=e},Kr.prototype.getElements=function(){return this.elements},Kr.prototype.destroyElements=function(){var e,i=this.layers.length;for(e=0;e<i;e+=1)this.elements[e]&&this.elements[e].destroy()},Kr.prototype.destroy=function(){this.destroyElements(),this.destroyBaseElement()};function da(e,i,a){this.layers=e.layers,this.supports3d=!0,this.completeLayers=!1,this.pendingElements=[],this.elements=this.layers?it(this.layers.length):[],this.initElement(e,i,a),this.tm=e.tm?at.getProp(this,e.tm,0,i.frameRate,this):{_placeholder:!0}}L([re,Kr,sa],da),da.prototype.createComp=function(e){return new da(e,this.globalData,this)};function Bd(e,i){this.animationItem=e,this.layers=null,this.renderedFrame=-1,this.svgElement=Tt("svg");var a="";if(i&&i.title){var l=Tt("title"),h=Ne();l.setAttribute("id",h),l.textContent=i.title,this.svgElement.appendChild(l),a+=h}if(i&&i.description){var c=Tt("desc"),v=Ne();c.setAttribute("id",v),c.textContent=i.description,this.svgElement.appendChild(c),a+=" "+v}a&&this.svgElement.setAttribute("aria-labelledby",a);var A=Tt("defs");this.svgElement.appendChild(A);var g=Tt("g");this.svgElement.appendChild(g),this.layerElement=g,this.renderConfig={preserveAspectRatio:i&&i.preserveAspectRatio||"xMidYMid meet",imagePreserveAspectRatio:i&&i.imagePreserveAspectRatio||"xMidYMid slice",contentVisibility:i&&i.contentVisibility||"visible",progressiveLoad:i&&i.progressiveLoad||!1,hideOnTransparent:!(i&&i.hideOnTransparent===!1),viewBoxOnly:i&&i.viewBoxOnly||!1,viewBoxSize:i&&i.viewBoxSize||!1,className:i&&i.className||"",id:i&&i.id||"",focusable:i&&i.focusable,filterSize:{width:i&&i.filterSize&&i.filterSize.width||"100%",height:i&&i.filterSize&&i.filterSize.height||"100%",x:i&&i.filterSize&&i.filterSize.x||"0%",y:i&&i.filterSize&&i.filterSize.y||"0%"},width:i&&i.width,height:i&&i.height,runExpressions:!i||i.runExpressions===void 0||i.runExpressions},this.globalData={_mdf:!1,frameNum:-1,defs:A,renderConfig:this.renderConfig},this.elements=[],this.pendingElements=[],this.destroyed=!1,this.rendererType="svg"}return L([re],Bd),Bd.prototype.createComp=function(e){return new da(e,this.globalData,this)},Tb("svg",Bd),yi.registerModifier("tm",br),yi.registerModifier("pb",Qs),yi.registerModifier("rp",wr),yi.registerModifier("rd",Js),yi.registerModifier("zz",ea),yi.registerModifier("op",ra),Ot})});var Dn=globalThis,Fn=Dn.ShadowRoot&&(Dn.ShadyCSS===void 0||Dn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Hd=Symbol(),lm=new WeakMap,ca=class{constructor(o,t,r){if(this._$cssResult$=!0,r!==Hd)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=o,this.t=t}get styleSheet(){let o=this.o,t=this.t;if(Fn&&o===void 0){let r=t!==void 0&&t.length===1;r&&(o=lm.get(t)),o===void 0&&((this.o=o=new CSSStyleSheet).replaceSync(this.cssText),r&&lm.set(t,o))}return o}toString(){return this.cssText}},dm=n=>new ca(typeof n=="string"?n:n+"",void 0,Hd),B=(n,...o)=>{let t=n.length===1?n[0]:o.reduce((r,s,d)=>r+(m=>{if(m._$cssResult$===!0)return m.cssText;if(typeof m=="number")return m;throw Error("Value passed to 'css' function must be a 'css' function result: "+m+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(s)+n[d+1],n[0]);return new ca(t,n,Hd)},Gd=(n,o)=>{if(Fn)n.adoptedStyleSheets=o.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(let t of o){let r=document.createElement("style"),s=Dn.litNonce;s!==void 0&&r.setAttribute("nonce",s),r.textContent=t.cssText,n.appendChild(r)}},$n=Fn?n=>n:n=>n instanceof CSSStyleSheet?(o=>{let t="";for(let r of o.cssRules)t+=r.cssText;return dm(t)})(n):n;var{is:yy,defineProperty:Ey,getOwnPropertyDescriptor:Ty,getOwnPropertyNames:xy,getOwnPropertySymbols:Ay,getPrototypeOf:Sy}=Object,wi=globalThis,cm=wi.trustedTypes,Iy=cm?cm.emptyScript:"",Yd=wi.reactiveElementPolyfillSupport,ha=(n,o)=>n,pa={toAttribute(n,o){switch(o){case Boolean:n=n?Iy:null;break;case Object:case Array:n=n==null?n:JSON.stringify(n)}return n},fromAttribute(n,o){let t=n;switch(o){case Boolean:t=n!==null;break;case Number:t=n===null?null:Number(n);break;case Object:case Array:try{t=JSON.parse(n)}catch{t=null}}return t}},zn=(n,o)=>!yy(n,o),hm={attribute:!0,type:String,converter:pa,reflect:!1,hasChanged:zn},pm,mm;(pm=Symbol.metadata)!=null||(Symbol.metadata=Symbol("metadata")),(mm=wi.litPropertyMetadata)!=null||(wi.litPropertyMetadata=new WeakMap);var Jr=class extends HTMLElement{static addInitializer(o){var t;this._$Ei(),((t=this.l)!=null?t:this.l=[]).push(o)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(o,t=hm){if(t.state&&(t.attribute=!1),this._$Ei(),this.elementProperties.set(o,t),!t.noAccessor){let r=Symbol(),s=this.getPropertyDescriptor(o,r,t);s!==void 0&&Ey(this.prototype,o,s)}}static getPropertyDescriptor(o,t,r){var m;let{get:s,set:d}=(m=Ty(this.prototype,o))!=null?m:{get(){return this[t]},set(b){this[t]=b}};return{get(){return s==null?void 0:s.call(this)},set(b){let x=s==null?void 0:s.call(this);d.call(this,b),this.requestUpdate(o,x,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(o){var t;return(t=this.elementProperties.get(o))!=null?t:hm}static _$Ei(){if(this.hasOwnProperty(ha("elementProperties")))return;let o=Sy(this);o.finalize(),o.l!==void 0&&(this.l=[...o.l]),this.elementProperties=new Map(o.elementProperties)}static finalize(){if(this.hasOwnProperty(ha("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(ha("properties"))){let t=this.properties,r=[...xy(t),...Ay(t)];for(let s of r)this.createProperty(s,t[s])}let o=this[Symbol.metadata];if(o!==null){let t=litPropertyMetadata.get(o);if(t!==void 0)for(let[r,s]of t)this.elementProperties.set(r,s)}this._$Eh=new Map;for(let[t,r]of this.elementProperties){let s=this._$Eu(t,r);s!==void 0&&this._$Eh.set(s,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(o){let t=[];if(Array.isArray(o)){let r=new Set(o.flat(1/0).reverse());for(let s of r)t.unshift($n(s))}else o!==void 0&&t.push($n(o));return t}static _$Eu(o,t){let r=t.attribute;return r===!1?void 0:typeof r=="string"?r:typeof o=="string"?o.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var o;this._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),(o=this.constructor.l)==null||o.forEach(t=>t(this))}addController(o){var t,r;((t=this._$EO)!=null?t:this._$EO=new Set).add(o),this.renderRoot!==void 0&&this.isConnected&&((r=o.hostConnected)==null||r.call(o))}removeController(o){var t;(t=this._$EO)==null||t.delete(o)}_$E_(){let o=new Map,t=this.constructor.elementProperties;for(let r of t.keys())this.hasOwnProperty(r)&&(o.set(r,this[r]),delete this[r]);o.size>0&&(this._$Ep=o)}createRenderRoot(){var t;let o=(t=this.shadowRoot)!=null?t:this.attachShadow(this.constructor.shadowRootOptions);return Gd(o,this.constructor.elementStyles),o}connectedCallback(){var o,t;(o=this.renderRoot)!=null||(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(t=this._$EO)==null||t.forEach(r=>{var s;return(s=r.hostConnected)==null?void 0:s.call(r)})}enableUpdating(o){}disconnectedCallback(){var o;(o=this._$EO)==null||o.forEach(t=>{var r;return(r=t.hostDisconnected)==null?void 0:r.call(t)})}attributeChangedCallback(o,t,r){this._$AK(o,r)}_$EC(o,t){var d;let r=this.constructor.elementProperties.get(o),s=this.constructor._$Eu(o,r);if(s!==void 0&&r.reflect===!0){let m=(((d=r.converter)==null?void 0:d.toAttribute)!==void 0?r.converter:pa).toAttribute(t,r.type);this._$Em=o,m==null?this.removeAttribute(s):this.setAttribute(s,m),this._$Em=null}}_$AK(o,t){var d;let r=this.constructor,s=r._$Eh.get(o);if(s!==void 0&&this._$Em!==s){let m=r.getPropertyOptions(s),b=typeof m.converter=="function"?{fromAttribute:m.converter}:((d=m.converter)==null?void 0:d.fromAttribute)!==void 0?m.converter:pa;this._$Em=s,this[s]=b.fromAttribute(t,m.type),this._$Em=null}}requestUpdate(o,t,r){var s;if(o!==void 0){if(r!=null||(r=this.constructor.getPropertyOptions(o)),!((s=r.hasChanged)!=null?s:zn)(this[o],t))return;this.P(o,t,r)}this.isUpdatePending===!1&&(this._$ES=this._$ET())}P(o,t,r){var s;this._$AL.has(o)||this._$AL.set(o,t),r.reflect===!0&&this._$Em!==o&&((s=this._$Ej)!=null?s:this._$Ej=new Set).add(o)}async _$ET(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}let o=this.scheduleUpdate();return o!=null&&await o,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var r,s;if(!this.isUpdatePending)return;if(!this.hasUpdated){if((r=this.renderRoot)!=null||(this.renderRoot=this.createRenderRoot()),this._$Ep){for(let[m,b]of this._$Ep)this[m]=b;this._$Ep=void 0}let d=this.constructor.elementProperties;if(d.size>0)for(let[m,b]of d)b.wrapped!==!0||this._$AL.has(m)||this[m]===void 0||this.P(m,this[m],b)}let o=!1,t=this._$AL;try{o=this.shouldUpdate(t),o?(this.willUpdate(t),(s=this._$EO)==null||s.forEach(d=>{var m;return(m=d.hostUpdate)==null?void 0:m.call(d)}),this.update(t)):this._$EU()}catch(d){throw o=!1,this._$EU(),d}o&&this._$AE(t)}willUpdate(o){}_$AE(o){var t;(t=this._$EO)==null||t.forEach(r=>{var s;return(s=r.hostUpdated)==null?void 0:s.call(r)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(o)),this.updated(o)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(o){return!0}update(o){this._$Ej&&(this._$Ej=this._$Ej.forEach(t=>this._$EC(t,this[t]))),this._$EU()}updated(o){}firstUpdated(o){}},um;Jr.elementStyles=[],Jr.shadowRootOptions={mode:"open"},Jr[ha("elementProperties")]=new Map,Jr[ha("finalized")]=new Map,Yd==null||Yd({ReactiveElement:Jr}),((um=wi.reactiveElementVersions)!=null?um:wi.reactiveElementVersions=[]).push("2.0.4");var ua=globalThis,Vn=ua.trustedTypes,fm=Vn?Vn.createPolicy("lit-html",{createHTML:n=>n}):void 0,Kd="$lit$",ti=`lit$${Math.random().toFixed(9).slice(2)}$`,qd="?"+ti,_y=`<${qd}>`,mo=document,fa=()=>mo.createComment(""),va=n=>n===null||typeof n!="object"&&typeof n!="function",Xd=Array.isArray,xm=n=>Xd(n)||typeof(n==null?void 0:n[Symbol.iterator])=="function",Wd=`[ 	
         
     | 
| 
      
 3 
     | 
    
         
            +
            \f\r]`,ma=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,vm=/-->/g,gm=/>/g,ho=RegExp(`>|${Wd}(?:([^\\s"'>=/]+)(${Wd}*=${Wd}*(?:[^ 	
         
     | 
| 
      
 4 
     | 
    
         
            +
            \f\r"'\`<>=]|("|')|))|$)`,"g"),bm=/'/g,ym=/"/g,Am=/^(?:script|style|textarea|title)$/i,Zd=n=>(o,...t)=>({_$litType$:n,strings:o,values:t}),_=Zd(1),t0=Zd(2),e0=Zd(3),ge=Symbol.for("lit-noChange"),j=Symbol.for("lit-nothing"),Em=new WeakMap,po=mo.createTreeWalker(mo,129);function Sm(n,o){if(!Xd(n)||!n.hasOwnProperty("raw"))throw Error("invalid template strings array");return fm!==void 0?fm.createHTML(o):o}var Im=(n,o)=>{let t=n.length-1,r=[],s,d=o===2?"<svg>":o===3?"<math>":"",m=ma;for(let b=0;b<t;b++){let x=n[b],L,U,K=-1,Z=0;for(;Z<x.length&&(m.lastIndex=Z,U=m.exec(x),U!==null);)Z=m.lastIndex,m===ma?U[1]==="!--"?m=vm:U[1]!==void 0?m=gm:U[2]!==void 0?(Am.test(U[2])&&(s=RegExp("</"+U[2],"g")),m=ho):U[3]!==void 0&&(m=ho):m===ho?U[0]===">"?(m=s!=null?s:ma,K=-1):U[1]===void 0?K=-2:(K=m.lastIndex-U[2].length,L=U[1],m=U[3]===void 0?ho:U[3]==='"'?ym:bm):m===ym||m===bm?m=ho:m===vm||m===gm?m=ma:(m=ho,s=void 0);let X=m===ho&&n[b+1].startsWith("/>")?" ":"";d+=m===ma?x+_y:K>=0?(r.push(L),x.slice(0,K)+Kd+x.slice(K)+ti+X):x+ti+(K===-2?b:X)}return[Sm(n,d+(n[t]||"<?>")+(o===2?"</svg>":o===3?"</math>":"")),r]},ga=class n{constructor({strings:o,_$litType$:t},r){let s;this.parts=[];let d=0,m=0,b=o.length-1,x=this.parts,[L,U]=Im(o,t);if(this.el=n.createElement(L,r),po.currentNode=this.el.content,t===2||t===3){let K=this.el.content.firstChild;K.replaceWith(...K.childNodes)}for(;(s=po.nextNode())!==null&&x.length<b;){if(s.nodeType===1){if(s.hasAttributes())for(let K of s.getAttributeNames())if(K.endsWith(Kd)){let Z=U[m++],X=s.getAttribute(K).split(ti),it=/([.?@])?(.*)/.exec(Z);x.push({type:1,index:d,name:it[2],strings:X,ctor:it[1]==="."?Un:it[1]==="?"?Hn:it[1]==="@"?Gn:fo}),s.removeAttribute(K)}else K.startsWith(ti)&&(x.push({type:6,index:d}),s.removeAttribute(K));if(Am.test(s.tagName)){let K=s.textContent.split(ti),Z=K.length-1;if(Z>0){s.textContent=Vn?Vn.emptyScript:"";for(let X=0;X<Z;X++)s.append(K[X],fa()),po.nextNode(),x.push({type:2,index:++d});s.append(K[Z],fa())}}}else if(s.nodeType===8)if(s.data===qd)x.push({type:2,index:d});else{let K=-1;for(;(K=s.data.indexOf(ti,K+1))!==-1;)x.push({type:7,index:d}),K+=ti.length-1}d++}}static createElement(o,t){let r=mo.createElement("template");return r.innerHTML=o,r}};function uo(n,o,t=n,r){var m,b,x;if(o===ge)return o;let s=r!==void 0?(m=t.o)==null?void 0:m[r]:t.l,d=va(o)?void 0:o._$litDirective$;return(s==null?void 0:s.constructor)!==d&&((b=s==null?void 0:s._$AO)==null||b.call(s,!1),d===void 0?s=void 0:(s=new d(n),s._$AT(n,t,r)),r!==void 0?((x=t.o)!=null?x:t.o=[])[r]=s:t.l=s),s!==void 0&&(o=uo(n,s._$AS(n,o.values),s,r)),o}var Bn=class{constructor(o,t){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){var L;let{el:{content:t},parts:r}=this._$AD,s=((L=o==null?void 0:o.creationScope)!=null?L:mo).importNode(t,!0);po.currentNode=s;let d=po.nextNode(),m=0,b=0,x=r[0];for(;x!==void 0;){if(m===x.index){let U;x.type===2?U=new rs(d,d.nextSibling,this,o):x.type===1?U=new x.ctor(d,x.name,x.strings,this,o):x.type===6&&(U=new Yn(d,this,o)),this._$AV.push(U),x=r[++b]}m!==(x==null?void 0:x.index)&&(d=po.nextNode(),m++)}return po.currentNode=mo,s}p(o){let t=0;for(let r of this._$AV)r!==void 0&&(r.strings!==void 0?(r._$AI(o,r,t),t+=r.strings.length-2):r._$AI(o[t])),t++}},rs=class n{get _$AU(){var o,t;return(t=(o=this._$AM)==null?void 0:o._$AU)!=null?t:this.v}constructor(o,t,r,s){var d;this.type=2,this._$AH=j,this._$AN=void 0,this._$AA=o,this._$AB=t,this._$AM=r,this.options=s,this.v=(d=s==null?void 0:s.isConnected)!=null?d:!0}get parentNode(){let o=this._$AA.parentNode,t=this._$AM;return t!==void 0&&(o==null?void 0:o.nodeType)===11&&(o=t.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,t=this){o=uo(this,o,t),va(o)?o===j||o==null||o===""?(this._$AH!==j&&this._$AR(),this._$AH=j):o!==this._$AH&&o!==ge&&this._(o):o._$litType$!==void 0?this.$(o):o.nodeType!==void 0?this.T(o):xm(o)?this.k(o):this._(o)}O(o){return this._$AA.parentNode.insertBefore(o,this._$AB)}T(o){this._$AH!==o&&(this._$AR(),this._$AH=this.O(o))}_(o){this._$AH!==j&&va(this._$AH)?this._$AA.nextSibling.data=o:this.T(mo.createTextNode(o)),this._$AH=o}$(o){var d;let{values:t,_$litType$:r}=o,s=typeof r=="number"?this._$AC(o):(r.el===void 0&&(r.el=ga.createElement(Sm(r.h,r.h[0]),this.options)),r);if(((d=this._$AH)==null?void 0:d._$AD)===s)this._$AH.p(t);else{let m=new Bn(s,this),b=m.u(this.options);m.p(t),this.T(b),this._$AH=m}}_$AC(o){let t=Em.get(o.strings);return t===void 0&&Em.set(o.strings,t=new ga(o)),t}k(o){Xd(this._$AH)||(this._$AH=[],this._$AR());let t=this._$AH,r,s=0;for(let d of o)s===t.length?t.push(r=new n(this.O(fa()),this.O(fa()),this,this.options)):r=t[s],r._$AI(d),s++;s<t.length&&(this._$AR(r&&r._$AB.nextSibling,s),t.length=s)}_$AR(o=this._$AA.nextSibling,t){var r;for((r=this._$AP)==null?void 0:r.call(this,!1,!0,t);o&&o!==this._$AB;){let s=o.nextSibling;o.remove(),o=s}}setConnected(o){var t;this._$AM===void 0&&(this.v=o,(t=this._$AP)==null||t.call(this,o))}},fo=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,t,r,s,d){this.type=1,this._$AH=j,this._$AN=void 0,this.element=o,this.name=t,this._$AM=s,this.options=d,r.length>2||r[0]!==""||r[1]!==""?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=j}_$AI(o,t=this,r,s){let d=this.strings,m=!1;if(d===void 0)o=uo(this,o,t,0),m=!va(o)||o!==this._$AH&&o!==ge,m&&(this._$AH=o);else{let b=o,x,L;for(o=d[0],x=0;x<d.length-1;x++)L=uo(this,b[r+x],t,x),L===ge&&(L=this._$AH[x]),m||(m=!va(L)||L!==this._$AH[x]),L===j?o=j:o!==j&&(o+=(L!=null?L:"")+d[x+1]),this._$AH[x]=L}m&&!s&&this.j(o)}j(o){o===j?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o!=null?o:"")}},Un=class extends fo{constructor(){super(...arguments),this.type=3}j(o){this.element[this.name]=o===j?void 0:o}},Hn=class extends fo{constructor(){super(...arguments),this.type=4}j(o){this.element.toggleAttribute(this.name,!!o&&o!==j)}},Gn=class extends fo{constructor(o,t,r,s,d){super(o,t,r,s,d),this.type=5}_$AI(o,t=this){var m;if((o=(m=uo(this,o,t,0))!=null?m:j)===ge)return;let r=this._$AH,s=o===j&&r!==j||o.capture!==r.capture||o.once!==r.once||o.passive!==r.passive,d=o!==j&&(r===j||s);s&&this.element.removeEventListener(this.name,this,r),d&&this.element.addEventListener(this.name,this,o),this._$AH=o}handleEvent(o){var t,r;typeof this._$AH=="function"?this._$AH.call((r=(t=this.options)==null?void 0:t.host)!=null?r:this.element,o):this._$AH.handleEvent(o)}},Yn=class{constructor(o,t,r){this.element=o,this.type=6,this._$AN=void 0,this._$AM=t,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(o){uo(this,o)}},_m={M:Kd,P:ti,A:qd,C:1,L:Im,R:Bn,D:xm,V:uo,I:rs,H:fo,N:Hn,U:Gn,B:Un,F:Yn},jd=ua.litHtmlPolyfillSupport,Tm;jd==null||jd(ga,rs),((Tm=ua.litHtmlVersions)!=null?Tm:ua.litHtmlVersions=[]).push("3.2.0");var Cm=(n,o,t)=>{var d,m;let r=(d=t==null?void 0:t.renderBefore)!=null?d:o,s=r._$litPart$;if(s===void 0){let b=(m=t==null?void 0:t.renderBefore)!=null?m:null;r._$litPart$=s=new rs(o.insertBefore(fa(),b),b,void 0,t!=null?t:{})}return s._$AI(n),s};var Ni=class extends Jr{constructor(){super(...arguments),this.renderOptions={host:this},this.o=void 0}createRenderRoot(){var t,r;let o=super.createRenderRoot();return(r=(t=this.renderOptions).renderBefore)!=null||(t.renderBefore=o.firstChild),o}update(o){let t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(o),this.o=Cm(t,this.renderRoot,this.renderOptions)}connectedCallback(){var o;super.connectedCallback(),(o=this.o)==null||o.setConnected(!0)}disconnectedCallback(){var o;super.disconnectedCallback(),(o=this.o)==null||o.setConnected(!1)}render(){return ge}},km;Ni._$litElement$=!0,Ni.finalized=!0,(km=globalThis.litElementHydrateSupport)==null||km.call(globalThis,{LitElement:Ni});var Qd=globalThis.litElementPolyfillSupport;Qd==null||Qd({LitElement:Ni});var wm;((wm=globalThis.litElementVersions)!=null?wm:globalThis.litElementVersions=[]).push("4.1.0");var Cy={attribute:!0,type:String,converter:pa,reflect:!1,hasChanged:zn},ky=(n=Cy,o,t)=>{let{kind:r,metadata:s}=t,d=globalThis.litPropertyMetadata.get(s);if(d===void 0&&globalThis.litPropertyMetadata.set(s,d=new Map),d.set(t.name,n),r==="accessor"){let{name:m}=t;return{set(b){let x=o.get.call(this);o.set.call(this,b),this.requestUpdate(m,x,n)},init(b){return b!==void 0&&this.P(m,void 0,n),b}}}if(r==="setter"){let{name:m}=t;return function(b){let x=this[m];o.call(this,b),this.requestUpdate(m,x,n)}}throw Error("Unsupported decorator location: "+r)};function u(n){return(o,t)=>typeof t=="object"?ky(n,o,t):((r,s,d)=>{let m=s.hasOwnProperty(d);return s.constructor.createProperty(d,m?{...r,wrapped:!0}:r),m?Object.getOwnPropertyDescriptor(s,d):void 0})(n,o,t)}function vt(n){return u({...n,state:!0,attribute:!1})}function Nm(n){return(o,t)=>{let r=typeof o=="function"?o:o[t];Object.assign(r,n)}}var Rr=(n,o,t)=>(t.configurable=!0,t.enumerable=!0,Reflect.decorate&&typeof o!="object"&&Object.defineProperty(n,o,t),t);function be(n,o){return(t,r,s)=>{let d=m=>{var b,x;return(x=(b=m.renderRoot)==null?void 0:b.querySelector(n))!=null?x:null};if(o){let{get:m,set:b}=typeof r=="object"?t:s!=null?s:(()=>{let x=Symbol();return{get(){return this[x]},set(L){this[x]=L}}})();return Rr(t,r,{get(){let x=m.call(this);return x===void 0&&(x=d(this),(x!==null||this.hasUpdated)&&b.call(this,x)),x}})}return Rr(t,r,{get(){return d(this)}})}}var Jd;function Lm(n){return(o,t)=>Rr(o,t,{get(){var r;return((r=this.renderRoot)!=null?r:Jd!=null?Jd:Jd=document.createDocumentFragment()).querySelectorAll(n)}})}function Pt(n){return(o,t)=>{let{slot:r,selector:s}=n!=null?n:{},d="slot"+(r?`[name=${r}]`:":not([name])");return Rr(o,t,{get(){var x,L;let m=(x=this.renderRoot)==null?void 0:x.querySelector(d),b=(L=m==null?void 0:m.assignedElements(n))!=null?L:[];return s===void 0?b:b.filter(U=>U.matches(s))}})}}function Wn(n){return(o,t)=>{let{slot:r}=n!=null?n:{},s="slot"+(r?`[name=${r}]`:":not([name])");return Rr(o,t,{get(){var m,b;let d=(m=this.renderRoot)==null?void 0:m.querySelector(s);return(b=d==null?void 0:d.assignedNodes(n))!=null?b:[]}})}}var wy={PREFIX:"mdc",SEPARATOR:"-"},Ny={NAMESPACE:wy},tc=Ny;var Ly=n=>[tc.NAMESPACE.PREFIX,n].join(tc.NAMESPACE.SEPARATOR),z={constructTagName:Ly};var rt={ALERTDIALOG:"alertdialog",BUTTON:"button",CHECKBOX:"checkbox",COMBOBOX:"combobox",DIALOG:"dialog",GROUP:"group",HEADING:"heading",IMG:"img",LIST:"list",LISTBOX:"listbox",LISTITEM:"listitem",MENU:"menu",MENUBAR:"menubar",MENUITEM:"menuitem",MENUITEMCHECKBOX:"menuitemcheckbox",MENUITEMRADIO:"menuitemradio",NAVIGATION:"navigation",OPTION:"option",PRESENTATION:"presentation",PROGRESSBAR:"progressbar",RADIO:"radio",RADIOGROUP:"radiogroup",REGION:"region",TAB:"tab",TABLIST:"tablist",TOOLTIP:"tooltip"};var Rm=z.constructTagName("buttonsimple"),vo={12:12,14:14,16:16,20:20,24:24,28:28,32:32,40:40,48:48,52:52,64:64,72:72,88:88,124:124},is={BUTTON:"button",SUBMIT:"submit",RESET:"reset"},ba={SIZE:vo[32],TYPE:is.BUTTON,ROLE:rt.BUTTON,ARIA_STATE_KEY:"aria-pressed"};var ei=z.constructTagName("button"),Ft={PRIMARY:"primary",SECONDARY:"secondary",TERTIARY:"tertiary"},ya={40:40,32:32,28:28,24:24},sr={64:64,52:52,20:20,...ya},go={POSITIVE:"positive",NEGATIVE:"negative",ACCENT:"accent",PROMOTIONAL:"promotional",DEFAULT:"default"},os={PILL:"pill",ICON:"icon",PILL_WITH_ICON:"pill-with-icon"},Pe={VARIANT:Ft.PRIMARY,SIZE:ya[32],COLOR:go.DEFAULT,TYPE_INTERNAL:os.ICON,TYPE:is.BUTTON,INVERTED:!1};var jn=n=>{class o extends n{constructor(){super(...arguments);this.variant=Pe.VARIANT;this.color=Pe.COLOR;this.typeInternal=Pe.TYPE_INTERNAL}setVariant(s){this.setAttribute("variant",Object.values(Ft).includes(s)?s:Pe.VARIANT)}setColor(s){!Object.values(go).includes(s)||this.variant===Ft.TERTIARY?this.setAttribute("color",`${Pe.COLOR}`):this.setAttribute("color",s)}setSize(s){let m=this.typeInternal===os.ICON?Object.values(sr).includes(s)&&!(s===sr[20]&&this.variant!==Ft.TERTIARY):Object.values(ya).includes(s);this.setAttribute("size",m?`${s}`:`${Pe.SIZE}`)}inferButtonType(){var L,U,K,Z,X,it;let s=(U=(L=this.shadowRoot)==null?void 0:L.querySelector("slot:not([name])"))==null?void 0:U.assignedNodes().filter(dt=>{var lt;return dt.nodeType!==Node.TEXT_NODE||((lt=dt.textContent)==null?void 0:lt.trim())}).length,d=(Z=(K=this.shadowRoot)==null?void 0:K.querySelector('slot[name="prefix"]'))==null?void 0:Z.assignedNodes().filter(dt=>{var lt;return dt.nodeType!==Node.TEXT_NODE||((lt=dt.textContent)==null?void 0:lt.trim())}).length,m=this.prefixIcon||d&&d>0,b=(it=(X=this.shadowRoot)==null?void 0:X.querySelector('slot[name="postfix"]'))==null?void 0:it.assignedNodes().filter(dt=>{var lt;return dt.nodeType!==Node.TEXT_NODE||((lt=dt.textContent)==null?void 0:lt.trim())}).length,x=this.postfixIcon||b&&b>0;s&&(m||x)?(this.typeInternal=os.PILL_WITH_ICON,this.setAttribute("data-btn-type","pill-with-icon")):!s&&(m||x)?(this.typeInternal=os.ICON,this.setAttribute("data-btn-type","icon")):(this.typeInternal=os.PILL,this.setAttribute("data-btn-type","pill"))}}return p([u({type:String,attribute:"prefix-icon",reflect:!0})],o.prototype,"prefixIcon",2),p([u({type:String,attribute:"postfix-icon",reflect:!0})],o.prototype,"postfixIcon",2),p([u({type:String})],o.prototype,"variant",2),p([u({type:String})],o.prototype,"color",2),p([vt()],o.prototype,"typeInternal",2),o};var Mm=B`
         
     | 
| 
       5 
5 
     | 
    
         
             
              :host {
         
     | 
| 
       6 
6 
     | 
    
         
             
                box-sizing: border-box;
         
     | 
| 
       7 
7 
     | 
    
         
             
              }
         
     | 
| 
         @@ -11,11 +11,11 @@ 
     | 
|
| 
       11 
11 
     | 
    
         
             
              :host *::after {
         
     | 
| 
       12 
12 
     | 
    
         
             
                box-sizing: inherit;
         
     | 
| 
       13 
13 
     | 
    
         
             
              }
         
     | 
| 
       14 
     | 
    
         
            -
            `;var  
     | 
| 
      
 14 
     | 
    
         
            +
            `;var Kn=class extends Ni{static register(o){customElements.get(o)||customElements.define(o,this)}};Kn.styles=[Mm];var Om=Kn;var q=Om;var Li=class extends Event{constructor(o,t,r){super("context-request",{bubbles:!0,composed:!0}),this.context=o,this.callback=t,this.subscribe=r!=null?r:!1}};var ss=class{constructor(o,t,r,s){var d;if(this.subscribe=!1,this.provided=!1,this.value=void 0,this.t=(m,b)=>{this.unsubscribe&&(this.unsubscribe!==b&&(this.provided=!1,this.unsubscribe()),this.subscribe||this.unsubscribe()),this.value=m,this.host.requestUpdate(),this.provided&&!this.subscribe||(this.provided=!0,this.callback&&this.callback(m,b)),this.unsubscribe=b},this.host=o,t.context!==void 0){let m=t;this.context=m.context,this.callback=m.callback,this.subscribe=(d=m.subscribe)!=null?d:!1}else this.context=t,this.callback=r,this.subscribe=s!=null?s:!1;this.host.addController(this)}hostConnected(){this.dispatchRequest()}hostDisconnected(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=void 0)}dispatchRequest(){this.host.dispatchEvent(new Li(this.context,this.t,this.subscribe))}};var qn=class{get value(){return this.o}set value(o){this.setValue(o)}setValue(o,t=!1){let r=t||!Object.is(o,this.o);this.o=o,r&&this.updateObservers()}constructor(o){this.subscriptions=new Map,this.updateObservers=()=>{for(let[t,{disposer:r}]of this.subscriptions)t(this.o,r)},o!==void 0&&(this.value=o)}addCallback(o,t,r){if(!r)return void o(this.value);this.subscriptions.has(o)||this.subscriptions.set(o,{disposer:()=>{this.subscriptions.delete(o)},consumerHost:t});let{disposer:s}=this.subscriptions.get(o);o(this.value,s)}clearCallbacks(){this.subscriptions.clear()}};var ec=class extends Event{constructor(o){super("context-provider",{bubbles:!0,composed:!0}),this.context=o}},as=class extends qn{constructor(o,t,r){var s,d;super(t.context!==void 0?t.initialValue:r),this.onContextRequest=m=>{let b=m.composedPath()[0];m.context===this.context&&b!==this.host&&(m.stopPropagation(),this.addCallback(m.callback,b,m.subscribe))},this.onProviderRequest=m=>{let b=m.composedPath()[0];if(m.context!==this.context||b===this.host)return;let x=new Set;for(let[L,{consumerHost:U}]of this.subscriptions)x.has(L)||(x.add(L),U.dispatchEvent(new Li(this.context,L,!0)));m.stopPropagation()},this.host=o,t.context!==void 0?this.context=t.context:this.context=t,this.attachListeners(),(d=(s=this.host).addController)==null||d.call(s,this)}attachListeners(){this.host.addEventListener("context-request",this.onContextRequest),this.host.addEventListener("context-provider",this.onProviderRequest)}hostConnected(){this.host.dispatchEvent(new ec(this.context))}};var Ry=B`
         
     | 
| 
       15 
15 
     | 
    
         
             
              :host {
         
     | 
| 
       16 
16 
     | 
    
         
             
                display: contents;
         
     | 
| 
       17 
17 
     | 
    
         
             
              }
         
     | 
| 
       18 
     | 
    
         
            -
            `, 
     | 
| 
      
 18 
     | 
    
         
            +
            `,Pm=Ry;var Xn=class extends q{constructor({context:o,initialValue:t}){super(),this.context=new as(this,{context:o,initialValue:t})}render(){return this.updateContext(),_`<slot></slot>`}};Xn.styles=[...q.styles,Pm];var Dm=Xn;var De=Dm;var Q={ARROW_DOWN:"ArrowDown",ARROW_LEFT:"ArrowLeft",ARROW_RIGHT:"ArrowRight",ARROW_UP:"ArrowUp",END:"End",ENTER:"Enter",ESCAPE:"Escape",HOME:"Home",PAGE_DOWN:"PageDown",PAGE_UP:"PageUp",SHIFT_TAB:"Shift+Tab",SPACE:" ",TAB:"Tab"};var ye=n=>{class o extends n{constructor(){super(...arguments);this.elementToAutoFocus=null;this.autoFocusOnMount=!1}async firstUpdated(s){super.firstUpdated(s),this.autoFocusOnMount&&(await this.updateComplete,(this.elementToAutoFocus||this).focus())}}return p([u({type:Boolean,reflect:!0,attribute:"auto-focus-on-mount"})],o.prototype,"autoFocusOnMount",2),o};var Bt=n=>{class o extends n{}return p([u({reflect:!0,type:Boolean})],o.prototype,"disabled",2),o};var Mr=n=>{class o extends n{constructor(){super(...arguments);this.tabIndex=0}}return p([u({reflect:!0,type:Number})],o.prototype,"tabIndex",2),o};var bt=B`
         
     | 
| 
       19 
19 
     | 
    
         
             
              :host {
         
     | 
| 
       20 
20 
     | 
    
         
             
                align-items: center;
         
     | 
| 
       21 
21 
     | 
    
         
             
                display: flex;
         
     | 
| 
         @@ -23,7 +23,7 @@ 
     | 
|
| 
       23 
23 
     | 
    
         
             
                justify-content: center;
         
     | 
| 
       24 
24 
     | 
    
         
             
                width: fit-content;
         
     | 
| 
       25 
25 
     | 
    
         
             
              }
         
     | 
| 
       26 
     | 
    
         
            -
            `, 
     | 
| 
      
 26 
     | 
    
         
            +
            `,Ri=B`
         
     | 
| 
       27 
27 
     | 
    
         
             
              :host {
         
     | 
| 
       28 
28 
     | 
    
         
             
                --mdc-focus-ring-inner-color: var(--mds-color-theme-focus-default-0);
         
     | 
| 
       29 
29 
     | 
    
         
             
                --mdc-focus-ring-middle-color: var(--mds-color-theme-focus-default-1);
         
     | 
| 
         @@ -36,10 +36,10 @@ 
     | 
|
| 
       36 
36 
     | 
    
         
             
                --mdc-focus-ring-middle-offset: var(--mdc-focus-ring-inner-width);
         
     | 
| 
       37 
37 
     | 
    
         
             
                --mdc-focus-ring-outer-offset: calc(var(--mdc-focus-ring-inner-width) + var(--mdc-focus-ring-middle-width));
         
     | 
| 
       38 
38 
     | 
    
         
             
              }
         
     | 
| 
       39 
     | 
    
         
            -
            `, 
     | 
| 
      
 39 
     | 
    
         
            +
            `,Mi=B`0 0 0 var(--mdc-focus-ring-inner-width) var(--mdc-focus-ring-inner-color),
         
     | 
| 
       40 
40 
     | 
    
         
             
                0 0 0 var(--mdc-focus-ring-middle-width) var(--mdc-focus-ring-middle-color),
         
     | 
| 
       41 
41 
     | 
    
         
             
                0 0 0 var(--mdc-focus-ring-outer-width) var(--mdc-focus-ring-outer-color)
         
     | 
| 
       42 
     | 
    
         
            -
              `, 
     | 
| 
      
 42 
     | 
    
         
            +
              `,At=(n=!1)=>n?[Ri,B`
         
     | 
| 
       43 
43 
     | 
    
         
             
                    .mdc-focus-ring:focus-visible {
         
     | 
| 
       44 
44 
     | 
    
         
             
                      outline: none;
         
     | 
| 
       45 
45 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -49,7 +49,7 @@ 
     | 
|
| 
       49 
49 
     | 
    
         
             
                    /* Add focus ring to parent when child is focused. The parent element must have class name mdc-focus-ring */
         
     | 
| 
       50 
50 
     | 
    
         
             
                    .mdc-focus-ring:focus-within {
         
     | 
| 
       51 
51 
     | 
    
         
             
                      position: relative;
         
     | 
| 
       52 
     | 
    
         
            -
                      box-shadow: ${ 
     | 
| 
      
 52 
     | 
    
         
            +
                      box-shadow: ${Mi};
         
     | 
| 
       53 
53 
     | 
    
         
             
                    }
         
     | 
| 
       54 
54 
     | 
    
         
             
                    /* Remove focus ring from parent when children has its own focus ring.
         
     | 
| 
       55 
55 
     | 
    
         
             
                        The child element must have class name own-focus-ring */
         
     | 
| 
         @@ -63,14 +63,14 @@ 
     | 
|
| 
       63 
63 
     | 
    
         
             
                        outline: 0.125rem solid var(--mds-color-theme-focus-default-0);
         
     | 
| 
       64 
64 
     | 
    
         
             
                      }
         
     | 
| 
       65 
65 
     | 
    
         
             
                    }
         
     | 
| 
       66 
     | 
    
         
            -
                  `]:[ 
     | 
| 
      
 66 
     | 
    
         
            +
                  `]:[Ri,B`
         
     | 
| 
       67 
67 
     | 
    
         
             
                  :host([disabled]:focus) {
         
     | 
| 
       68 
68 
     | 
    
         
             
                    box-shadow: none;
         
     | 
| 
       69 
69 
     | 
    
         
             
                  }
         
     | 
| 
       70 
70 
     | 
    
         
             
                  :host(:focus-visible) {
         
     | 
| 
       71 
71 
     | 
    
         
             
                    outline: none;
         
     | 
| 
       72 
72 
     | 
    
         
             
                    position: relative;
         
     | 
| 
       73 
     | 
    
         
            -
                    box-shadow: ${ 
     | 
| 
      
 73 
     | 
    
         
            +
                    box-shadow: ${Mi};
         
     | 
| 
       74 
74 
     | 
    
         
             
                  }
         
     | 
| 
       75 
75 
     | 
    
         
             
                  /* High Contrast Mode */
         
     | 
| 
       76 
76 
     | 
    
         
             
                  @media (forced-colors: active) {
         
     | 
| 
         @@ -78,7 +78,7 @@ 
     | 
|
| 
       78 
78 
     | 
    
         
             
                      outline: 0.125rem solid var(--mds-color-theme-focus-default-0);
         
     | 
| 
       79 
79 
     | 
    
         
             
                    }
         
     | 
| 
       80 
80 
     | 
    
         
             
                  }
         
     | 
| 
       81 
     | 
    
         
            -
                `];var  
     | 
| 
      
 81 
     | 
    
         
            +
                `];var My=[bt,B`
         
     | 
| 
       82 
82 
     | 
    
         
             
                :host {
         
     | 
| 
       83 
83 
     | 
    
         
             
                  --mdc-button-height: unset;
         
     | 
| 
       84 
84 
     | 
    
         
             
                  --mdc-button-background: transparent;
         
     | 
| 
         @@ -131,7 +131,7 @@ 
     | 
|
| 
       131 
131 
     | 
    
         
             
                :host([size='20']) {
         
     | 
| 
       132 
132 
     | 
    
         
             
                  --mdc-button-height: 1.25rem;
         
     | 
| 
       133 
133 
     | 
    
         
             
                }
         
     | 
| 
       134 
     | 
    
         
            -
              `,... 
     | 
| 
      
 134 
     | 
    
         
            +
              `,...At()],Fm=My;var We=class extends ye(Mr(Bt(q))){constructor(){super();this.size=ba.SIZE;this.role=ba.ROLE;this.type=ba.TYPE;this.prevTabindex=0;this.internals=this.attachInternals(),this.addEventListener("click",this.executeAction.bind(this)),this.addEventListener("keydown",this.handleKeyDown.bind(this)),this.addEventListener("keyup",this.handleKeyUp.bind(this)),this.addEventListener("blur",this.handleBlur.bind(this))}get form(){return this.internals.form}update(t){super.update(t),t.has("disabled")&&this.setDisabled(this,this.disabled),t.has("softDisabled")&&this.setSoftDisabled(this,this.softDisabled),t.has("active")&&(this.active!==void 0&&(this.ariaStateKey=this.ariaStateKey||ba.ARIA_STATE_KEY),this.setActive(this,this.active))}executeAction(){this.type===is.SUBMIT&&this.form&&this.form.requestSubmit(),this.type===is.RESET&&this.form&&this.form.reset()}setActive(t,r){this.ariaStateKey&&this.ariaStateKey.split(",").filter(d=>d.trim().startsWith("aria-")).forEach(d=>{r===!0?t.setAttribute(d.trim(),"true"):r===!1?t.setAttribute(d.trim(),"false"):t.removeAttribute(d.trim())})}setSoftDisabled(t,r){r?t.setAttribute("aria-disabled","true"):t.removeAttribute("aria-disabled")}setDisabled(t,r){r?(t.setAttribute("aria-disabled","true"),this.prevTabindex=this.tabIndex,this.tabIndex=-1):(this.tabIndex===-1&&(this.tabIndex=this.prevTabindex),t.removeAttribute("aria-disabled"))}triggerClickEvent(){let t=new MouseEvent("click",{bubbles:!0,cancelable:!0,composed:!0,view:window});this.dispatchEvent(t)}handleBlur(){this.classList.contains("pressed")&&this.classList.remove("pressed")}handleKeyDown(t){[Q.ENTER,Q.SPACE].includes(t.key)&&(this.classList.add("pressed"),t.key===Q.ENTER&&this.triggerClickEvent(),t.preventDefault())}handleKeyUp(t){[Q.ENTER,Q.SPACE].includes(t.key)&&(this.classList.remove("pressed"),t.key===Q.SPACE&&this.triggerClickEvent())}render(){return _` <slot></slot> `}};We.formAssociated=!0,We.styles=[...q.styles,...Fm],p([u({type:Boolean,reflect:!0})],We.prototype,"active",2),p([u({type:Boolean,attribute:"soft-disabled",reflect:!0})],We.prototype,"softDisabled",2),p([u({type:Number,reflect:!0})],We.prototype,"size",2),p([u({type:String,reflect:!0})],We.prototype,"role",2),p([u({type:String,reflect:!0})],We.prototype,"ariaStateKey",2),p([u({reflect:!0})],We.prototype,"type",2),p([u({type:String,reflect:!0})],We.prototype,"name",2),p([u({type:String,reflect:!0})],We.prototype,"value",2);var ie=We;var Oy=B`
         
     | 
| 
       135 
135 
     | 
    
         
             
              :host {
         
     | 
| 
       136 
136 
     | 
    
         
             
                --mdc-button-prefix-icon-size: 1rem;
         
     | 
| 
       137 
137 
     | 
    
         
             
                --mdc-button-postfix-icon-size: 1rem;
         
     | 
| 
         @@ -416,7 +416,7 @@ 
     | 
|
| 
       416 
416 
     | 
    
         
             
              :host::part(postfix-icon) {
         
     | 
| 
       417 
417 
     | 
    
         
             
                flex-shrink: 0;
         
     | 
| 
       418 
418 
     | 
    
         
             
              }
         
     | 
| 
       419 
     | 
    
         
            -
             
     | 
| 
      
 419 
     | 
    
         
            +
            `,$m=[Oy];var bo=n=>{let o=n.split("-"),t=["bold","filled","regular","light"];return o.filter(r=>!t.includes(r)).join("-")};var ri=class extends jn(ie){constructor(){super(...arguments);this.size=Pe.SIZE;this.inverted=Pe.INVERTED;this.role=rt.BUTTON}update(t){super.update(t),t.has("active")&&this.inferFilledIconName(this.active),t.has("size")&&this.setSize(this.size),t.has("variant")&&(this.setVariant(this.variant),this.setSize(this.size)),t.has("color")&&this.setColor(this.color),t.has("typeInternal")&&this.setSize(this.size),(t.has("prefixIcon")||t.has("postfixIcon"))&&(this.inferFilledIconName(this.active),this.inferButtonType())}inferFilledIconName(t){t?(this.prefixIcon&&(this.prefixFilledIconName=`${bo(this.prefixIcon)}-filled`),this.postfixIcon&&(this.postfixFilledIconName=`${bo(this.postfixIcon)}-filled`)):(this.prefixFilledIconName=this.prefixIcon,this.postfixFilledIconName=this.postfixIcon)}render(){return _`
         
     | 
| 
       420 
420 
     | 
    
         
             
                  <slot name="prefix" part="prefix">
         
     | 
| 
       421 
421 
     | 
    
         
             
                    ${this.prefixFilledIconName?_` <mdc-icon
         
     | 
| 
       422 
422 
     | 
    
         
             
                          name="${this.prefixFilledIconName}"
         
     | 
| 
         @@ -432,7 +432,7 @@ 
     | 
|
| 
       432 
432 
     | 
    
         
             
                          length-unit="rem"
         
     | 
| 
       433 
433 
     | 
    
         
             
                        ></mdc-icon>`:""}
         
     | 
| 
       434 
434 
     | 
    
         
             
                  </slot>
         
     | 
| 
       435 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 435 
     | 
    
         
            +
                `}};ri.styles=[...ie.styles,...$m],p([u({type:Number})],ri.prototype,"size",2),p([u({type:Boolean,reflect:!0})],ri.prototype,"inverted",2),p([u({type:String,reflect:!0})],ri.prototype,"role",2),p([vt()],ri.prototype,"prefixFilledIconName",2),p([vt()],ri.prototype,"postfixFilledIconName",2);var yo=ri;var Py=n=>{let{host:o,context:t,subscribe:r}=n;return new ss(o,{context:t,subscribe:r!=null?r:!0})},Dy={consume:Py},Fe=Dy;var Zn=z.constructTagName("iconprovider"),zm=["svg"],Vm=["em","rem","px","%"],Fy={px:16,em:1,rem:1,"%":100},ii={FILE_EXTENSION:"svg",LENGTH_UNIT:"em",SIZE:Fy.em,ICON_SET:"momentum-icons"};var Qn=class{};Qn.context=Zn;var Jn=Qn;var Or=class extends De{constructor(){super({context:Jn.context,initialValue:new Jn});this.iconSet=ii.ICON_SET;this.fileExtension=ii.FILE_EXTENSION;this.lengthUnit=ii.LENGTH_UNIT;this.size=ii.SIZE}static get Context(){return Jn.context}updateValuesInContext(){this.fileExtension&&zm.includes(this.fileExtension)?this.context.value.fileExtension=this.fileExtension:(this.fileExtension=ii.FILE_EXTENSION,this.context.value.fileExtension=ii.FILE_EXTENSION),this.context.value.iconSet=this.iconSet,this.context.value.url=this.url,this.context.value.size=this.size,this.context.value.cacheName=this.cacheName,this.context.value.cacheStrategy=this.cacheStrategy,this.lengthUnit&&Vm.includes(this.lengthUnit)?this.context.value.lengthUnit=this.lengthUnit:(this.lengthUnit=ii.LENGTH_UNIT,this.context.value.lengthUnit=ii.LENGTH_UNIT)}updateContext(){(this.context.value.fileExtension!==this.fileExtension||this.context.value.iconSet!==this.iconSet||this.context.value.url!==this.url||this.context.value.lengthUnit!==this.lengthUnit||this.context.value.size!==this.size||this.context.value.cacheName!==this.cacheName||this.context.value.cacheStrategy!==this.cacheStrategy)&&(this.updateValuesInContext(),this.context.updateObservers())}};p([u({type:String,attribute:"icon-set",reflect:!0})],Or.prototype,"iconSet",2),p([u({type:String})],Or.prototype,"url",2),p([u({type:String,attribute:"file-extension",reflect:!0})],Or.prototype,"fileExtension",2),p([u({type:String,attribute:"length-unit",reflect:!0})],Or.prototype,"lengthUnit",2),p([u({type:Number,reflect:!0})],Or.prototype,"size",2),p([u({type:String,attribute:"cache-strategy"})],Or.prototype,"cacheStrategy",2),p([u({type:String,attribute:"cache-name"})],Or.prototype,"cacheName",2);var Ea=Or;var $y=[bt,B`
         
     | 
| 
       436 
436 
     | 
    
         
             
                :host {
         
     | 
| 
       437 
437 
     | 
    
         
             
                  --mdc-icon-fill-color: currentColor;
         
     | 
| 
       438 
438 
     | 
    
         
             
                  --mdc-icon-size: var(--computed-icon-size);
         
     | 
| 
         @@ -447,7 +447,7 @@ 
     | 
|
| 
       447 
447 
     | 
    
         
             
                  width: 100%;
         
     | 
| 
       448 
448 
     | 
    
         
             
                  fill: var(--mdc-icon-fill-color);
         
     | 
| 
       449 
449 
     | 
    
         
             
                }
         
     | 
| 
       450 
     | 
    
         
            -
              `,... 
     | 
| 
      
 450 
     | 
    
         
            +
              `,...At()],Bm=$y;var Ta={},Um=async n=>(Ta[n]===void 0&&(Ta[n]=new Map),{async set(o,t){Ta[n].set(o.url,await t.text())},async get(o){return Ta[n].get(o.url)},async delete(o){Ta[n].delete(o.url)}}),Hm=async n=>{let o=await caches.open(n);return{set:async(t,r)=>{await o.put(t,r)},get:async t=>{let r=await o.match(t);return r==null?void 0:r.text()},delete:async t=>{await o.delete(t)}}},tl=async(n,o)=>o==="in-memory-cache"?Um(n):Hm(n);var Gm=async n=>fetch(n).then(o=>{if(!o.ok)throw new Error("There was a problem while fetching the icon!");return o}),Ym=async({url:n,name:o,fileExtension:t,cacheStrategy:r,cacheName:s,renewSignal:d})=>{let m=d(),b=new Request(`${n}/${o}.${t}`,{signal:m});return!s||!r||!["in-memory-cache","web-cache-api"].includes(r)?Gm(b).then(x=>x.text()):tl(s,r).then(x=>x.get(b).then(L=>L||Gm(b.clone()).then(U=>{var K;return U.status<400&&U.headers.has("content-type")?(K=x.set)==null?void 0:K.call(x,b,U.clone()).then(()=>U.text()):U.text()})).catch(L=>{throw new Error(`Error in caching the Icon ${o}, ${L}`)}))};var Wm=z.constructTagName("icon"),rc={NAME:void 0,SIZE:1};var je=class extends q{constructor(){super();this.name=rc.NAME;this.ariaLabel=null;this.ariaLabelledby=null;this.iconProviderContext=Fe.consume({host:this,context:Ea.Context});this.abortController=new AbortController}prepareIconElement(t){let r=new DOMParser().parseFromString(t,"text/html").body.children[0];return this.name&&r.setAttribute("data-name",this.name),r.setAttribute("part","icon"),r.setAttribute("aria-hidden","true"),r}async getIconData(){if(this.iconProviderContext.value){let{fileExtension:r,url:s,cacheName:d,iconSet:m,cacheStrategy:b}=this.iconProviderContext.value;if(m==="custom-icons"&&s&&r&&this.name){let x=()=>{var L;return(L=this.abortController)==null||L.abort(),this.abortController=new AbortController,this.abortController.signal};return Ym({url:s,name:this.name,fileExtension:r,cacheName:d,cacheStrategy:b,renewSignal:x}).then(L=>{let U=this.prepareIconElement(L);this.handleIconLoadedSuccess(U)}).catch(L=>{this.handleIconLoadedFailure(L)})}if(m==="momentum-icons"&&this.name)return import(`@momentum-design/icons/dist/ts/${this.name}.ts`).then(x=>{this.handleIconLoadedSuccess(x.default())}).catch(x=>{this.handleIconLoadedFailure(x)})}let t=new Error("IconProvider not found or not properly set up.");return this.handleIconLoadedFailure(t),Promise.reject(t)}handleIconLoadedSuccess(t){this.iconData=t;let r=new Event("load",{bubbles:!0,cancelable:!0});this.dispatchEvent(r)}handleIconLoadedFailure(t){let r=new CustomEvent("error",{bubbles:!0,cancelable:!0,detail:{error:t}});this.dispatchEvent(r)}updateSize(){var t;if(this.computedIconSize&&(this.lengthUnit||this.lengthUnitFromContext)){let r=`${this.computedIconSize}${(t=this.lengthUnit)!=null?t:this.lengthUnitFromContext}`;this.style.setProperty("--computed-icon-size",r)}}get computedIconSize(){var t,r;return(r=(t=this.size)!=null?t:this.sizeFromContext)!=null?r:rc.SIZE}updated(t){var r,s,d,m;super.updated(t),t.has("name")&&this.getIconData().catch(b=>{b.name!=="AbortError"&&this.onerror&&this.onerror(b)}),(t.has("ariaLabel")||t.has("ariaLabelledby"))&&(this.role=this.ariaLabel||this.ariaLabelledby?"img":null),(t.has("size")||t.has("lengthUnit"))&&this.updateSize(),this.lengthUnitFromContext!==((r=this.iconProviderContext.value)==null?void 0:r.lengthUnit)&&(this.lengthUnitFromContext=(s=this.iconProviderContext.value)==null?void 0:s.lengthUnit,this.updateSize()),this.sizeFromContext!==((d=this.iconProviderContext.value)==null?void 0:d.size)&&(this.sizeFromContext=(m=this.iconProviderContext.value)==null?void 0:m.size,this.updateSize())}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.abortController)==null||t.abort(),this.abortController=void 0}render(){return _` ${this.iconData} `}};je.styles=[...q.styles,...Bm],p([vt()],je.prototype,"iconData",2),p([vt()],je.prototype,"lengthUnitFromContext",2),p([vt()],je.prototype,"sizeFromContext",2),p([u({type:String,reflect:!0})],je.prototype,"name",2),p([u({type:Number})],je.prototype,"size",2),p([u({type:String,attribute:"length-unit"})],je.prototype,"lengthUnit",2),p([u({type:String,attribute:"aria-label"})],je.prototype,"ariaLabel",2),p([u({type:String,attribute:"aria-labelledby"})],je.prototype,"ariaLabelledby",2),p([vt()],je.prototype,"abortController",2);var ic=je;ic.register(Wm);var zy=ic;yo.register(ei);var Vy=yo;var jm=B`
         
     | 
| 
       451 
451 
     | 
    
         
             
              :host::part(text) {
         
     | 
| 
       452 
452 
     | 
    
         
             
                font-size: unset;
         
     | 
| 
       453 
453 
     | 
    
         
             
                font-weight: unset;
         
     | 
| 
         @@ -690,14 +690,14 @@ 
     | 
|
| 
       690 
690 
     | 
    
         
             
                text-decoration: var(--mds-font-apps-body-small-regular-text-decoration);
         
     | 
| 
       691 
691 
     | 
    
         
             
                text-transform: var(--mds-font-apps-body-small-regular-text-case);
         
     | 
| 
       692 
692 
     | 
    
         
             
              }
         
     | 
| 
       693 
     | 
    
         
            -
            `;var  
     | 
| 
      
 693 
     | 
    
         
            +
            `;var By=[B`
         
     | 
| 
       694 
694 
     | 
    
         
             
                :host {
         
     | 
| 
       695 
695 
     | 
    
         
             
                  --mdc-text-font-family: var(--mdc-themeprovider-font-family);
         
     | 
| 
       696 
696 
     | 
    
         | 
| 
       697 
697 
     | 
    
         
             
                  display: block;
         
     | 
| 
       698 
698 
     | 
    
         
             
                  font-family: var(--mdc-text-font-family);
         
     | 
| 
       699 
699 
     | 
    
         
             
                }
         
     | 
| 
       700 
     | 
    
         
            -
              `, 
     | 
| 
      
 700 
     | 
    
         
            +
              `,jm],Km=By;var xa=z.constructTagName("text"),st={BODY_SMALL_REGULAR:"body-small-regular",BODY_SMALL_MEDIUM:"body-small-medium",BODY_SMALL_BOLD:"body-small-bold",BODY_MIDSIZE_REGULAR:"body-midsize-regular",BODY_MIDSIZE_MEDIUM:"body-midsize-medium",BODY_MIDSIZE_BOLD:"body-midsize-bold",BODY_LARGE_REGULAR:"body-large-regular",BODY_LARGE_MEDIUM:"body-large-medium",BODY_LARGE_BOLD:"body-large-bold",BODY_SMALL_REGULAR_UNDERLINE:"body-small-regular-underline",BODY_SMALL_MEDIUM_UNDERLINE:"body-small-medium-underline",BODY_MIDSIZE_REGULAR_UNDERLINE:"body-midsize-regular-underline",BODY_MIDSIZE_MEDIUM_UNDERLINE:"body-midsize-medium-underline",BODY_LARGE_REGULAR_UNDERLINE:"body-large-regular-underline",BODY_LARGE_MEDIUM_UNDERLINE:"body-large-medium-underline",HEADING_SMALL_REGULAR:"heading-small-regular",HEADING_SMALL_MEDIUM:"heading-small-medium",HEADING_SMALL_BOLD:"heading-small-bold",HEADING_MIDSIZE_REGULAR:"heading-midsize-regular",HEADING_MIDSIZE_MEDIUM:"heading-midsize-medium",HEADING_MIDSIZE_BOLD:"heading-midsize-bold",HEADING_LARGE_REGULAR:"heading-large-regular",HEADING_LARGE_MEDIUM:"heading-large-medium",HEADING_LARGE_BOLD:"heading-large-bold",HEADING_XLARGE_REGULAR:"heading-xlarge-regular",HEADING_XLARGE_MEDIUM:"heading-xlarge-medium",HEADING_XLARGE_BOLD:"heading-xlarge-bold",HEADLINE_SMALL_LIGHT:"headline-small-light",HEADLINE_SMALL_REGULAR:"headline-small-regular"},mt={H1:"h1",H2:"h2",H3:"h3",H4:"h4",H5:"h5",H6:"h6",P:"p",SMALL:"small",SPAN:"span",DIV:"div"},Ee={TYPE:st.BODY_MIDSIZE_MEDIUM,TEXT_ELEMENT_TAGNAME:mt.P,CSS_PART_TEXT:"text",CHILDREN:"The quick brown fox jumps over the lazy dog"};var ls=class extends q{constructor(){super(...arguments);this.type=Ee.TYPE;this.tagname=Ee.TEXT_ELEMENT_TAGNAME}render(){switch(this.tagname){case mt.H1:return _`<h1 part=${Ee.CSS_PART_TEXT}><slot></slot></h1>`;case mt.H2:return _`<h2 part=${Ee.CSS_PART_TEXT}><slot></slot></h2>`;case mt.H3:return _`<h3 part=${Ee.CSS_PART_TEXT}><slot></slot></h3>`;case mt.H4:return _`<h4 part=${Ee.CSS_PART_TEXT}><slot></slot></h4>`;case mt.H5:return _`<h5 part=${Ee.CSS_PART_TEXT}><slot></slot></h5>`;case mt.H6:return _`<h6 part=${Ee.CSS_PART_TEXT}><slot></slot></h6>`;case mt.DIV:return _`<div part=${Ee.CSS_PART_TEXT}><slot></slot></div>`;case mt.SPAN:return _`<span part=${Ee.CSS_PART_TEXT}><slot></slot></span>`;case mt.SMALL:return _`<small part=${Ee.CSS_PART_TEXT}><slot></slot></small>`;case mt.P:default:return _`<p part=${Ee.CSS_PART_TEXT}><slot></slot></p>`}}};ls.styles=[...q.styles,...Km],p([u({attribute:"type",reflect:!0,type:String})],ls.prototype,"type",2),p([u({attribute:"tagname",reflect:!0,type:String})],ls.prototype,"tagname",2);var oc=ls;oc.register(xa);var Uy=oc;var tt=n=>n!=null?n:j;var ce=[];for(let n=0;n<256;++n)ce.push((n+256).toString(16).slice(1));function qm(n,o=0){return(ce[n[o+0]]+ce[n[o+1]]+ce[n[o+2]]+ce[n[o+3]]+"-"+ce[n[o+4]]+ce[n[o+5]]+"-"+ce[n[o+6]]+ce[n[o+7]]+"-"+ce[n[o+8]]+ce[n[o+9]]+"-"+ce[n[o+10]]+ce[n[o+11]]+ce[n[o+12]]+ce[n[o+13]]+ce[n[o+14]]+ce[n[o+15]]).toLowerCase()}var sc,Hy=new Uint8Array(16);function ac(){if(!sc){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");sc=crypto.getRandomValues.bind(crypto)}return sc(Hy)}var Gy=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),nc={randomUUID:Gy};function Yy(n,o,t){var s,d,m;if(nc.randomUUID&&!o&&!n)return nc.randomUUID();n=n||{};let r=(m=(d=n.random)!=null?d:(s=n.rng)==null?void 0:s.call(n))!=null?m:ac();if(r.length<16)throw new Error("Random bytes length must be >= 16");if(r[6]=r[6]&15|64,r[8]=r[8]&63|128,o){if(t=t||0,t<0||t+16>o.length)throw new RangeError(`UUID byte range ${t}:${t+15} is out of buffer bounds`);for(let b=0;b<16;++b)o[t+b]=r[b];return o}return qm(r)}var Te=Yy;var Xm=z.constructTagName("accordiongroup"),lc={SMALL:"small",LARGE:"large"},Wy={BORDERLESS:"borderless",CONTAINED:"contained",STACKED:"stacked"},Aa={SIZE:lc.SMALL,VARIANT:Wy.STACKED};var el=z.constructTagName("accordionbutton"),Sa={ARROW_UP:"arrow-up-bold",ARROW_DOWN:"arrow-down-bold"},jy={DEFAULT:"default",BORDERLESS:"borderless"},Oi={EXPANDED:!1,SIZE:lc.SMALL,DATA_ARIA_LEVEL:3,VARIANT:jy.DEFAULT,ICON_NAME:Sa.ARROW_UP};var Ky=B`
         
     | 
| 
       701 
701 
     | 
    
         
             
              :host {
         
     | 
| 
       702 
702 
     | 
    
         
             
                --mdc-accordionbutton-border-color: var(--mds-color-theme-outline-secondary-normal);
         
     | 
| 
       703 
703 
     | 
    
         
             
                --mdc-accordionbutton-hover-color: var(--mds-color-theme-background-primary-hover);
         
     | 
| 
         @@ -814,7 +814,7 @@ 
     | 
|
| 
       814 
814 
     | 
    
         
             
              :host([variant='default']:not([expanded]))::part(header-section) {
         
     | 
| 
       815 
815 
     | 
    
         
             
                border-bottom: none;
         
     | 
| 
       816 
816 
     | 
    
         
             
              }
         
     | 
| 
       817 
     | 
    
         
            -
            `, 
     | 
| 
      
 817 
     | 
    
         
            +
            `,Zm=[Ky,...At(!0)];var Pr=class extends Bt(q){constructor(){super(...arguments);this.size=Oi.SIZE;this.variant=Oi.VARIANT;this.dataAriaLevel=Oi.DATA_ARIA_LEVEL;this.expanded=Oi.EXPANDED;this.headSectionId=`head-section-${Te()}`;this.bodySectionId=`body-section-${Te()}`}handleHeaderClick(){this.disabled||(this.expanded=!this.expanded,this.dispatchHeaderClickEvent())}dispatchHeaderClickEvent(){let t=new CustomEvent("shown",{bubbles:!0,cancelable:!0,detail:{expanded:this.expanded}});this.dispatchEvent(t)}handleKeyDown(t){(t.key===Q.ENTER||t.key===Q.SPACE)&&this.handleHeaderClick()}renderIcon(t){return t?_`<mdc-icon name="${t}" length-unit="rem" size="1"></mdc-icon>`:j}renderHeadingText(){return this.headerText?_`<mdc-text id="${this.headSectionId}" type="${st.BODY_LARGE_REGULAR}" tagname=${mt.SPAN}
         
     | 
| 
       818 
818 
     | 
    
         
             
                      >${this.headerText}</mdc-text
         
     | 
| 
       819 
819 
     | 
    
         
             
                    >`:j}renderHeader(){return _`
         
     | 
| 
       820 
820 
     | 
    
         
             
                  <div
         
     | 
| 
         @@ -822,13 +822,13 @@ 
     | 
|
| 
       822 
822 
     | 
    
         
             
                    class="mdc-focus-ring"
         
     | 
| 
       823 
823 
     | 
    
         
             
                    @click="${this.handleHeaderClick}"
         
     | 
| 
       824 
824 
     | 
    
         
             
                    @keydown="${this.handleKeyDown}"
         
     | 
| 
       825 
     | 
    
         
            -
                    role="${ 
     | 
| 
      
 825 
     | 
    
         
            +
                    role="${rt.HEADING}"
         
     | 
| 
       826 
826 
     | 
    
         
             
                    aria-level="${this.dataAriaLevel}"
         
     | 
| 
       827 
827 
     | 
    
         
             
                    tabindex="${this.disabled?-1:0}"
         
     | 
| 
       828 
828 
     | 
    
         
             
                  >
         
     | 
| 
       829 
829 
     | 
    
         
             
                    <div
         
     | 
| 
       830 
830 
     | 
    
         
             
                      part="header-button-section"
         
     | 
| 
       831 
     | 
    
         
            -
                      role="${ 
     | 
| 
      
 831 
     | 
    
         
            +
                      role="${rt.BUTTON}"
         
     | 
| 
       832 
832 
     | 
    
         
             
                      aria-expanded="${this.expanded}"
         
     | 
| 
       833 
833 
     | 
    
         
             
                      aria-controls="${this.bodySectionId}"
         
     | 
| 
       834 
834 
     | 
    
         
             
                    >
         
     | 
| 
         @@ -838,14 +838,14 @@ 
     | 
|
| 
       838 
838 
     | 
    
         
             
                      </div>
         
     | 
| 
       839 
839 
     | 
    
         
             
                    </div>
         
     | 
| 
       840 
840 
     | 
    
         
             
                  </div>
         
     | 
| 
       841 
     | 
    
         
            -
                `}getArrowIconName(){return this.disabled? 
     | 
| 
      
 841 
     | 
    
         
            +
                `}getArrowIconName(){return this.disabled?Sa.ARROW_DOWN:this.expanded?Sa.ARROW_UP:Sa.ARROW_DOWN}renderBody(){return this.disabled?j:this.expanded?_`<div
         
     | 
| 
       842 
842 
     | 
    
         
             
                    id="${this.bodySectionId}"
         
     | 
| 
       843 
843 
     | 
    
         
             
                    aria-labelledby="${this.headSectionId}"
         
     | 
| 
       844 
844 
     | 
    
         
             
                    part="body-section"
         
     | 
| 
       845 
     | 
    
         
            -
                    role="${ 
     | 
| 
      
 845 
     | 
    
         
            +
                    role="${rt.REGION}"
         
     | 
| 
       846 
846 
     | 
    
         
             
                  >
         
     | 
| 
       847 
847 
     | 
    
         
             
                    <slot></slot>
         
     | 
| 
       848 
     | 
    
         
            -
                  </div>`:j}updated(t){super.updated(t),t.has("disabled")&&this.setAttribute("aria-disabled",`${this.disabled}`),t.has("dataAriaLevel")&&!this.dataAriaLevel&&(this.dataAriaLevel= 
     | 
| 
      
 848 
     | 
    
         
            +
                  </div>`:j}updated(t){super.updated(t),t.has("disabled")&&this.setAttribute("aria-disabled",`${this.disabled}`),t.has("dataAriaLevel")&&!this.dataAriaLevel&&(this.dataAriaLevel=Oi.DATA_ARIA_LEVEL),t.has("size")&&!this.size&&(this.size=Oi.SIZE),t.has("variant")&&!this.variant&&(this.variant=Oi.VARIANT)}render(){return _` ${this.renderHeader()} ${this.renderBody()} `}};Pr.styles=[...q.styles,...Zm],p([u({type:String,reflect:!0})],Pr.prototype,"size",2),p([u({type:String,reflect:!0})],Pr.prototype,"variant",2),p([u({type:Number,reflect:!0,attribute:"data-aria-level"})],Pr.prototype,"dataAriaLevel",2),p([u({type:Boolean,reflect:!0})],Pr.prototype,"expanded",2),p([u({type:String,reflect:!0,attribute:"header-text"})],Pr.prototype,"headerText",2),p([u({type:String,attribute:"prefix-icon"})],Pr.prototype,"prefixIcon",2);var ds=Pr;var qy=B`
         
     | 
| 
       849 
849 
     | 
    
         
             
              :host::part(header-section) {
         
     | 
| 
       850 
850 
     | 
    
         
             
                display: flex;
         
     | 
| 
       851 
851 
     | 
    
         
             
                align-items: center;
         
     | 
| 
         @@ -859,11 +859,11 @@ 
     | 
|
| 
       859 
859 
     | 
    
         
             
              :host::part(trailing-header__button) {
         
     | 
| 
       860 
860 
     | 
    
         
             
                margin: 0.125rem;
         
     | 
| 
       861 
861 
     | 
    
         
             
              }
         
     | 
| 
       862 
     | 
    
         
            -
            `, 
     | 
| 
      
 862 
     | 
    
         
            +
            `,Qm=[qy];var Pi=class extends ds{update(o){super.update(o),o.has("disabled")&&[...this.leadingControlsSlot,...this.trailingControlsSlot].forEach(t=>{this.disabled?t.setAttribute("disabled",""):t.removeAttribute("disabled")})}renderHeader(){return _`
         
     | 
| 
       863 
863 
     | 
    
         
             
                  <div part="header-section">
         
     | 
| 
       864 
864 
     | 
    
         
             
                    <div part="leading-header">
         
     | 
| 
       865 
865 
     | 
    
         
             
                      ${this.renderIcon(this.prefixIcon)}
         
     | 
| 
       866 
     | 
    
         
            -
                      <div role="${ 
     | 
| 
      
 866 
     | 
    
         
            +
                      <div role="${rt.HEADING}" aria-level="${this.dataAriaLevel}">${this.renderHeadingText()}</div>
         
     | 
| 
       867 
867 
     | 
    
         
             
                      <slot name="leading-controls"></slot>
         
     | 
| 
       868 
868 
     | 
    
         
             
                    </div>
         
     | 
| 
       869 
869 
     | 
    
         
             
                    <div part="trailing-header">
         
     | 
| 
         @@ -874,14 +874,14 @@ 
     | 
|
| 
       874 
874 
     | 
    
         
             
                        @click="${this.handleHeaderClick}"
         
     | 
| 
       875 
875 
     | 
    
         
             
                        aria-controls="${this.bodySectionId}"
         
     | 
| 
       876 
876 
     | 
    
         
             
                        aria-expanded="${this.expanded}"
         
     | 
| 
       877 
     | 
    
         
            -
                        aria-label="${ 
     | 
| 
      
 877 
     | 
    
         
            +
                        aria-label="${tt(this.expanded?this.closeButtonAriaLabel:this.openButtonAriaLabel)}"
         
     | 
| 
       878 
878 
     | 
    
         
             
                        prefix-icon="${this.getArrowIconName()}"
         
     | 
| 
       879 
     | 
    
         
            -
                        variant="${ 
     | 
| 
       880 
     | 
    
         
            -
                        size="${ 
     | 
| 
      
 879 
     | 
    
         
            +
                        variant="${Ft.TERTIARY}"
         
     | 
| 
      
 880 
     | 
    
         
            +
                        size="${sr[20]}"
         
     | 
| 
       881 
881 
     | 
    
         
             
                      ></mdc-button>
         
     | 
| 
       882 
882 
     | 
    
         
             
                    </div>
         
     | 
| 
       883 
883 
     | 
    
         
             
                  </div>
         
     | 
| 
       884 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 884 
     | 
    
         
            +
                `}};Pi.styles=[...ds.styles,...Qm],p([Pt({slot:"leading-controls"})],Pi.prototype,"leadingControlsSlot",2),p([Pt({slot:"trailing-controls"})],Pi.prototype,"trailingControlsSlot",2),p([u({type:String,attribute:"open-button-aria-label",reflect:!0})],Pi.prototype,"openButtonAriaLabel",2),p([u({type:String,attribute:"close-button-aria-label",reflect:!0})],Pi.prototype,"closeButtonAriaLabel",2);var dc=Pi;var rl=z.constructTagName("accordion");dc.register(rl);var Xy=dc;var Zy=B`
         
     | 
| 
       885 
885 
     | 
    
         
             
              :host {
         
     | 
| 
       886 
886 
     | 
    
         
             
                --mdc-accordiongroup-border-color: var(--mds-color-theme-outline-secondary-normal);
         
     | 
| 
       887 
887 
     | 
    
         | 
| 
         @@ -925,7 +925,7 @@ 
     | 
|
| 
       925 
925 
     | 
    
         
             
              :host([variant='borderless']) ::slotted(mdc-accordionbutton[expanded]) {
         
     | 
| 
       926 
926 
     | 
    
         
             
                border-bottom: 1px solid var(--mdc-accordiongroup-border-color);
         
     | 
| 
       927 
927 
     | 
    
         
             
              }
         
     | 
| 
       928 
     | 
    
         
            -
            `, 
     | 
| 
      
 928 
     | 
    
         
            +
            `,Jm=[Zy,...At()];var oi=class extends q{constructor(){super();this.size=Aa.SIZE;this.variant=Aa.VARIANT;this.allowMultiple=!1;this.addEventListener("shown",this.handleAccordionExpanded)}handleAccordionExpanded(t){this.allowMultiple||[...this.accordionItems,...this.accordionButtonItems].forEach(r=>{r!==t.target&&r.hasAttribute("expanded")&&r.toggleAttribute("expanded")})}setChildrenAccordionAttributes(t,r){[...this.accordionItems].forEach(s=>{s.setAttribute(t,r)}),[...this.accordionButtonItems].forEach(s=>{s.setAttribute(t,r)})}updated(t){super.updated(t),t.has("size")&&(this.size||(this.size=Aa.SIZE),this.setChildrenAccordionAttributes("size",this.size)),t.has("variant")&&(this.variant||(this.variant=Aa.VARIANT),this.setChildrenAccordionAttributes("variant",this.variant))}render(){return _` <slot></slot> `}};oi.styles=[...q.styles,...Jm],p([u({type:String,reflect:!0})],oi.prototype,"size",2),p([u({type:String,reflect:!0})],oi.prototype,"variant",2),p([u({type:Boolean,reflect:!0,attribute:"allow-multiple"})],oi.prototype,"allowMultiple",2),p([Pt({selector:rl})],oi.prototype,"accordionItems",2),p([Pt({selector:el})],oi.prototype,"accordionButtonItems",2);var cc=oi;cc.register(Xm);var Qy=cc;ds.register(el);var Jy=ds;var tE=B`
         
     | 
| 
       929 
929 
     | 
    
         
             
              :host {
         
     | 
| 
       930 
930 
     | 
    
         
             
                height: 1.5rem;
         
     | 
| 
       931 
931 
     | 
    
         
             
                gap: 0.25rem;
         
     | 
| 
         @@ -1027,29 +1027,29 @@ 
     | 
|
| 
       1027 
1027 
     | 
    
         
             
              :host([variant='informational']:active) {
         
     | 
| 
       1028 
1028 
     | 
    
         
             
                --mdc-chip-background-color: var(--mds-color-theme-background-alert-theme-active);
         
     | 
| 
       1029 
1029 
     | 
    
         
             
              }
         
     | 
| 
       1030 
     | 
    
         
            -
            `, 
     | 
| 
       1031 
     | 
    
         
            -
                  <mdc-icon part="icon" name="${ 
     | 
| 
       1032 
     | 
    
         
            -
                  ${this.label?_`<mdc-text part="label" type="${ 
     | 
| 
      
 1030 
     | 
    
         
            +
            `,tu=[bt,tE,...At()];var eu=z.constructTagName("alertchip"),Eo={NEUTRAL:"neutral",ERROR:"error",SUCCESS:"success",WARNING:"warning",INFORMATIONAL:"informational"},cs={VARIANT:Eo.NEUTRAL,TEXT_TYPE:st.BODY_MIDSIZE_REGULAR,TAG_NAME:mt.SPAN,SIZE:vo[24],ROLE:"button"};var ru=n=>({[Eo.ERROR]:"error-legacy-badge-filled",[Eo.WARNING]:"warning-badge-filled",[Eo.SUCCESS]:"check-circle-badge-filled",[Eo.INFORMATIONAL]:"info-badge-filled",[Eo.NEUTRAL]:"dnd-presence-badge-filled"})[n];var hs=class extends ie{constructor(){super(...arguments);this.variant=cs.VARIANT;this.label=""}connectedCallback(){super.connectedCallback(),this.disabled=void 0,this.softDisabled=void 0,this.active=void 0,this.size=cs.SIZE,this.role=cs.ROLE}render(){return _`
         
     | 
| 
      
 1031 
     | 
    
         
            +
                  <mdc-icon part="icon" name="${ru(this.variant)}" length-unit="rem" size="1"></mdc-icon>
         
     | 
| 
      
 1032 
     | 
    
         
            +
                  ${this.label?_`<mdc-text part="label" type="${cs.TEXT_TYPE}" tagname="${cs.TAG_NAME}"
         
     | 
| 
       1033 
1033 
     | 
    
         
             
                        >${this.label}</mdc-text
         
     | 
| 
       1034 
1034 
     | 
    
         
             
                      >`:j}
         
     | 
| 
       1035 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 1035 
     | 
    
         
            +
                `}};hs.styles=[...q.styles,...tu],p([u({type:String})],hs.prototype,"variant",2),p([u({type:String})],hs.prototype,"label",2);var hc=hs;hc.register(eu);var eE=hc;var{I:rE}=_m;var il=n=>n.strings===void 0,iu=()=>document.createComment(""),ps=(n,o,t)=>{var d;let r=n._$AA.parentNode,s=o===void 0?n._$AB:o._$AA;if(t===void 0){let m=r.insertBefore(iu(),s),b=r.insertBefore(iu(),s);t=new rE(m,b,n,n.options)}else{let m=t._$AB.nextSibling,b=t._$AM,x=b!==n;if(x){let L;(d=t._$AQ)==null||d.call(t,n),t._$AM=n,t._$AP!==void 0&&(L=n._$AU)!==b._$AU&&t._$AP(L)}if(m!==s||x){let L=t._$AA;for(;L!==m;){let U=L.nextSibling;r.insertBefore(L,s),L=U}}}return t},Di=(n,o,t=n)=>(n._$AI(o,t),n),iE={},ol=(n,o=iE)=>n._$AH=o,ou=n=>n._$AH,sl=n=>{var r;(r=n._$AP)==null||r.call(n,!1,!0);let o=n._$AA,t=n._$AB.nextSibling;for(;o!==t;){let s=o.nextSibling;o.remove(),o=s}};var Ke={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},si=n=>(...o)=>({_$litDirective$:n,values:o}),Dr=class{constructor(o){}get _$AU(){return this._$AM._$AU}_$AT(o,t,r){this.t=o,this._$AM=t,this.i=r}_$AS(o,t){return this.update(o,t)}update(o,t){return this.render(...t)}};var Ia=(n,o)=>{var r;let t=n._$AN;if(t===void 0)return!1;for(let s of t)(r=s._$AO)==null||r.call(s,o,!1),Ia(s,o);return!0},al=n=>{let o,t;do{if((o=n._$AM)===void 0)break;t=o._$AN,t.delete(n),n=o}while((t==null?void 0:t.size)===0)},su=n=>{for(let o;o=n._$AM;n=o){let t=o._$AN;if(t===void 0)o._$AN=t=new Set;else if(t.has(n))break;t.add(n),aE(o)}};function oE(n){this._$AN!==void 0?(al(this),this._$AM=n,su(this)):this._$AM=n}function sE(n,o=!1,t=0){let r=this._$AH,s=this._$AN;if(s!==void 0&&s.size!==0)if(o)if(Array.isArray(r))for(let d=t;d<r.length;d++)Ia(r[d],!1),al(r[d]);else r!=null&&(Ia(r,!1),al(r));else Ia(this,n)}var aE=n=>{var o,t;n.type==Ke.CHILD&&((o=n._$AP)!=null||(n._$AP=sE),(t=n._$AQ)!=null||(n._$AQ=oE))},nl=class extends Dr{constructor(){super(...arguments),this._$AN=void 0}_$AT(o,t,r){super._$AT(o,t,r),su(this),this.isConnected=o._$AU}_$AO(o,t=!0){var r,s;o!==this.isConnected&&(this.isConnected=o,o?(r=this.reconnected)==null||r.call(this):(s=this.disconnected)==null||s.call(this)),t&&(Ia(this,o),al(this))}setValue(o){if(il(this.t))this.t._$AI(o,this);else{let t=[...this.t._$AH];t[this.i]=o,this.t._$AI(t,this,0)}}disconnected(){}reconnected(){}};var au=()=>new mc,mc=class{},pc=new WeakMap,nu=si(class extends nl{render(n){return j}update(n,[o]){var r;let t=o!==this.Y;return t&&this.Y!==void 0&&this.rt(void 0),(t||this.lt!==this.ct)&&(this.Y=o,this.ht=(r=n.options)==null?void 0:r.host,this.rt(this.ct=n.element)),j}rt(n){var o;if(this.isConnected||(n=void 0),typeof this.Y=="function"){let t=(o=this.ht)!=null?o:globalThis,r=pc.get(t);r===void 0&&(r=new WeakMap,pc.set(t,r)),r.get(this.Y)!==void 0&&this.Y.call(this.ht,void 0),r.set(this.Y,n),n!==void 0&&this.Y.call(this.ht,n)}else this.Y.value=n}get lt(){var n,o,t;return typeof this.Y=="function"?(o=pc.get((n=this.ht)!=null?n:globalThis))==null?void 0:o.get(this.Y):(t=this.Y)==null?void 0:t.value}disconnected(){this.lt===this.ct&&this.rt(void 0)}reconnected(){this.rt(this.ct)}});var hu=by(lu());var uc={audio_video:"./lottie/audio_video.json",calling:"./lottie/calling.json",alert_32px_loop:"./lottie/cisco-ai-assistant/alert_32px_loop.json",hello_32px:"./lottie/cisco-ai-assistant/hello_32px.json",processing_32px_end:"./lottie/cisco-ai-assistant/processing_32px_end.json",processing_32px_loop:"./lottie/cisco-ai-assistant/processing_32px_loop.json",processing_32px_start:"./lottie/cisco-ai-assistant/processing_32px_start.json",responding_32px_end:"./lottie/cisco-ai-assistant/responding_32px_end.json",responding_32px_loop:"./lottie/cisco-ai-assistant/responding_32px_loop.json",responding_32px_start:"./lottie/cisco-ai-assistant/responding_32px_start.json",contacts:"./lottie/contacts.json",discoverability_badge:"./lottie/discoverability_badge.json",heart_opacity_test:"./lottie/heart_opacity_test.json",meeting:"./lottie/meeting.json",personal_insight:"./lottie/personal_insight.json",celebrate:"./lottie/reactions/celebrate.json",clap_dark:"./lottie/reactions/clap_dark.json",clap_light:"./lottie/reactions/clap_light.json",clap_medium_dark:"./lottie/reactions/clap_medium_dark.json",clap_medium_light:"./lottie/reactions/clap_medium_light.json",clap_medium:"./lottie/reactions/clap_medium.json",clap_yellow:"./lottie/reactions/clap_yellow.json",fire:"./lottie/reactions/fire.json",haha:"./lottie/reactions/haha.json",heart:"./lottie/reactions/heart.json",on_video_celebrate:"./lottie/reactions/on_video/on_video_celebrate.json",on_video_clap_dark:"./lottie/reactions/on_video/on_video_clap_dark.json",on_video_clap_light:"./lottie/reactions/on_video/on_video_clap_light.json",on_video_clap_medium_dark:"./lottie/reactions/on_video/on_video_clap_medium_dark.json",on_video_clap_medium_light:"./lottie/reactions/on_video/on_video_clap_medium_light.json",on_video_clap_medium:"./lottie/reactions/on_video/on_video_clap_medium.json",on_video_clap_yellow:"./lottie/reactions/on_video/on_video_clap_yellow.json",on_video_fire:"./lottie/reactions/on_video/on_video_fire.json",on_video_haha:"./lottie/reactions/on_video/on_video_haha.json",on_video_heart:"./lottie/reactions/on_video/on_video_heart.json",on_video_prayer_dark:"./lottie/reactions/on_video/on_video_prayer_dark.json",on_video_prayer_light:"./lottie/reactions/on_video/on_video_prayer_light.json",on_video_prayer_medium_dark:"./lottie/reactions/on_video/on_video_prayer_medium_dark.json",on_video_prayer_medium_light:"./lottie/reactions/on_video/on_video_prayer_medium_light.json",on_video_prayer_medium:"./lottie/reactions/on_video/on_video_prayer_medium.json",on_video_prayer_yellow:"./lottie/reactions/on_video/on_video_prayer_yellow.json",on_video_raise_hand_dark:"./lottie/reactions/on_video/on_video_raise_hand_dark.json",on_video_raise_hand_light:"./lottie/reactions/on_video/on_video_raise_hand_light.json",on_video_raise_hand_medium_dark:"./lottie/reactions/on_video/on_video_raise_hand_medium_dark.json",on_video_raise_hand_medium_light:"./lottie/reactions/on_video/on_video_raise_hand_medium_light.json",on_video_raise_hand_medium:"./lottie/reactions/on_video/on_video_raise_hand_medium.json",on_video_raise_hand_yellow:"./lottie/reactions/on_video/on_video_raise_hand_yellow.json",on_video_sad:"./lottie/reactions/on_video/on_video_sad.json",on_video_slow_down:"./lottie/reactions/on_video/on_video_slow_down.json",on_video_smile:"./lottie/reactions/on_video/on_video_smile.json",on_video_speed_up:"./lottie/reactions/on_video/on_video_speed_up.json",on_video_thumb_down_dark:"./lottie/reactions/on_video/on_video_thumb_down_dark.json",on_video_thumb_down_light:"./lottie/reactions/on_video/on_video_thumb_down_light.json",on_video_thumb_down_medium_dark:"./lottie/reactions/on_video/on_video_thumb_down_medium_dark.json",on_video_thumb_down_medium_light:"./lottie/reactions/on_video/on_video_thumb_down_medium_light.json",on_video_thumb_down_medium:"./lottie/reactions/on_video/on_video_thumb_down_medium.json",on_video_thumb_down_yellow:"./lottie/reactions/on_video/on_video_thumb_down_yellow.json",on_video_thumb_up_dark:"./lottie/reactions/on_video/on_video_thumb_up_dark.json",on_video_thumb_up_light:"./lottie/reactions/on_video/on_video_thumb_up_light.json",on_video_thumb_up_medium_dark:"./lottie/reactions/on_video/on_video_thumb_up_medium_dark.json",on_video_thumb_up_medium_light:"./lottie/reactions/on_video/on_video_thumb_up_medium_light.json",on_video_thumb_up_medium:"./lottie/reactions/on_video/on_video_thumb_up_medium.json",on_video_thumb_up_yellow:"./lottie/reactions/on_video/on_video_thumb_up_yellow.json",on_video_wow:"./lottie/reactions/on_video/on_video_wow.json",prayer_dark:"./lottie/reactions/prayer_dark.json",prayer_light:"./lottie/reactions/prayer_light.json",prayer_medium_dark:"./lottie/reactions/prayer_medium_dark.json",prayer_medium_light:"./lottie/reactions/prayer_medium_light.json",prayer_medium:"./lottie/reactions/prayer_medium.json",prayer_yellow:"./lottie/reactions/prayer_yellow.json",raise_hand_dark:"./lottie/reactions/raise_hand_dark.json",raise_hand_light:"./lottie/reactions/raise_hand_light.json",raise_hand_medium_dark:"./lottie/reactions/raise_hand_medium_dark.json",raise_hand_medium_light:"./lottie/reactions/raise_hand_medium_light.json",raise_hand_medium:"./lottie/reactions/raise_hand_medium.json",raise_hand_yellow:"./lottie/reactions/raise_hand_yellow.json",sad:"./lottie/reactions/sad.json",slow_down:"./lottie/reactions/slow_down.json",smile:"./lottie/reactions/smile.json",speed_up:"./lottie/reactions/speed_up.json",thumb_down_dark:"./lottie/reactions/thumb_down_dark.json",thumb_down_light:"./lottie/reactions/thumb_down_light.json",thumb_down_medium_dark:"./lottie/reactions/thumb_down_medium_dark.json",thumb_down_medium_light:"./lottie/reactions/thumb_down_medium_light.json",thumb_down_medium:"./lottie/reactions/thumb_down_medium.json",thumb_down_yellow:"./lottie/reactions/thumb_down_yellow.json",thumb_up_dark:"./lottie/reactions/thumb_up_dark.json",thumb_up_light:"./lottie/reactions/thumb_up_light.json",thumb_up_medium_dark:"./lottie/reactions/thumb_up_medium_dark.json",thumb_up_medium_light:"./lottie/reactions/thumb_up_medium_light.json",thumb_up_medium:"./lottie/reactions/thumb_up_medium.json",thumb_up_yellow:"./lottie/reactions/thumb_up_yellow.json",wow:"./lottie/reactions/wow.json",space:"./lottie/space.json",success:"./lottie/success.json",teams:"./lottie/teams.json",webex_logo_loop:"./lottie/webex_logo_loop.json",welcome:"./lottie/welcome.json"};var nE=[bt,B`
         
     | 
| 
       1036 
1036 
     | 
    
         
             
                :host svg {
         
     | 
| 
       1037 
1037 
     | 
    
         
             
                  display: block;
         
     | 
| 
       1038 
1038 
     | 
    
         
             
                }
         
     | 
| 
       1039 
     | 
    
         
            -
              `], 
     | 
| 
      
 1039 
     | 
    
         
            +
              `],du=nE;var cu=z.constructTagName("animation"),dl={NAME:void 0,AUTO_PLAY:!0,LOOP:"true"};var ai=class extends q{constructor(){super(...arguments);this.name=dl.NAME;this.loop=dl.LOOP;this.autoplay=dl.AUTO_PLAY;this.ariaLabel=null;this.ariaLabelledby=null;this.containerRef=au();this.onCompleteHandler=()=>{let t=new CustomEvent("complete",{detail:{name:this.name},bubbles:!0});this.dispatchEvent(t)}}get animation(){return this.lottieInstance}getLoopValue(){return this.loop==="true"?!0:this.loop==="false"?!1:this.loop?Number(this.loop):!0}onLoadSuccessHandler(t){this.lottieInstance&&(this.lottieInstance.removeEventListener("complete",this.onCompleteHandler),this.lottieInstance.destroy()),this.containerRef.value&&(this.lottieInstance=hu.default.loadAnimation({container:this.containerRef.value,renderer:"svg",loop:this.getLoopValue(),autoplay:this.autoplay,animationData:t,name:this.name}),this.lottieInstance.addEventListener("complete",this.onCompleteHandler)),this.dispatchEvent(new CustomEvent("load",{bubbles:!0,cancelable:!0,detail:{name:this.name}}))}onLoadFailHandler(t){let r=new CustomEvent("error",{bubbles:!0,cancelable:!0,detail:{error:t}});this.dispatchEvent(r)}getAnimationData(){this.name&&uc[this.name]?import(`@momentum-design/animations/dist/lottie${uc[this.name].replace(/^\.\/lottie/,"")}`).then(r=>this.onLoadSuccessHandler(r.default)).catch(r=>this.onLoadFailHandler(r)):this.onLoadFailHandler(new Error(`Invalid animation name: ${this.name}`))}updated(t){super.updated(t),(t.has("name")||t.has("loop")||t.has("autoplay"))&&this.getAnimationData(),(t.has("ariaLabel")||t.has("ariaLabelledby"))&&(this.role=this.ariaLabel||this.ariaLabelledby?rt.IMG:null)}disconnectedCallback(){super.disconnectedCallback(),this.lottieInstance&&(this.lottieInstance.removeEventListener("complete",this.onCompleteHandler),this.lottieInstance.destroy(),this.lottieInstance=void 0)}render(){return _`<div aria-hidden="true" ${nu(this.containerRef)}></div>`}};ai.styles=[...q.styles,...du],p([u({type:String,reflect:!0})],ai.prototype,"name",2),p([u({type:String,reflect:!0})],ai.prototype,"loop",2),p([u({type:Boolean,reflect:!0})],ai.prototype,"autoplay",2),p([u({type:String,attribute:"aria-label"})],ai.prototype,"ariaLabel",2),p([u({type:String,attribute:"aria-labelledby"})],ai.prototype,"ariaLabelledby",2);var fc=ai;fc.register(cu);var lE=fc;var ms=class{static get stackArray(){return Array.from(this.stack)}static addKeydownListener(o){this.currentKeydownListener=o,document.addEventListener("keydown",o)}static removeKeydownListener(){this.currentKeydownListener&&document.removeEventListener("keydown",this.currentKeydownListener)}static activate(o){this.stackArray.forEach(t=>{t!==o&&t.setIsFocusTrapActivated(!1)}),this.stack.add(o),this.removeKeydownListener(),this.addKeydownListener(o.handleTabKeydown.bind(o))}static deactivate(o){if(this.stack.has(o)&&(this.stack.delete(o),this.removeKeydownListener(),this.stack.size>0)){let t=this.stackArray.pop();t&&(t.setIsFocusTrapActivated(!0),this.addKeydownListener(t.handleTabKeydown.bind(t)))}}};ms.stack=new Set,ms.currentKeydownListener=null;var cl=n=>{class o extends n{constructor(){super(...arguments);this.shouldFocusTrapWrap=!0;this.focusTrapIndex=-1;this.focusableElements=[];this.isFocusTrapActivated=!1}setIsFocusTrapActivated(s){this.isFocusTrapActivated=s}activateFocusTrap(){this.setIsFocusTrapActivated(!0),ms.activate(this)}deactivateFocusTrap(){this.setIsFocusTrapActivated(!1),ms.deactivate(this),this.focusTrapIndex=-1}hasNoClientRects(s){return s.getClientRects().length===0}hasZeroDimensions(s){let{width:d,height:m}=s.getBoundingClientRect(),{offsetWidth:b,offsetHeight:x}=s;return b+x+m+d===0}isNotVisible(s){return this.hasZeroDimensions(s)||this.hasNoClientRects(s)}hasHiddenStyle(s){let{display:d,opacity:m,visibility:b}=s.style;return d==="none"||m==="0"||b==="hidden"||b==="collapse"}hasComputedHidden(s){let d=getComputedStyle(s);return d.visibility==="hidden"||d.height==="0"||d.display==="none"}isHidden(s){return s.hasAttribute("hidden")||s.getAttribute("aria-hidden")==="true"||this.hasHiddenStyle(s)||this.isNotVisible(s)||this.hasComputedHidden(s)}isDisabled(s){return s.disabled}isNotTabbable(s){return s.getAttribute("tabindex")==="-1"}isInteractiveElement(s){return!!(new Set(["BUTTON","DETAILS","EMBED","IFRAME","SELECT","TEXTAREA"]).has(s.tagName)||s instanceof HTMLAnchorElement&&s.hasAttribute("href")||s instanceof HTMLInputElement&&s.type!=="hidden"||(s instanceof HTMLAudioElement||s instanceof HTMLVideoElement)&&s.hasAttribute("controls")||(s instanceof HTMLImageElement||s instanceof HTMLObjectElement)&&s.hasAttribute("usemap")||s.hasAttribute("tabindex")&&s.tabIndex>-1)}isFocusable(s){return this.isHidden(s)||this.isNotTabbable(s)||this.isDisabled(s)?!1:this.isInteractiveElement(s)}findFocusable(s,d=new Set){s instanceof HTMLElement&&this.isFocusable(s)&&d.add(s);let m=[];return s.children.length?m=Array.from(s.children):s instanceof HTMLElement&&s.shadowRoot&&(m=Array.from(s.shadowRoot.children)),m.forEach(b=>{let x=b;this.isFocusable(x)&&d.add(x),x.shadowRoot?this.findFocusable(x.shadowRoot,d):x.tagName==="SLOT"?x.assignedElements({flatten:!0}).forEach(U=>{U instanceof HTMLElement&&this.findFocusable(U,d)}):this.findFocusable(x,d)}),[...d]}setFocusableElements(){this.shadowRoot&&(this.focusableElements=this.findFocusable(this.shadowRoot,new Set))}setInitialFocus(s=0){this.setFocusableElements(),!(this.focusableElements.length===0||!this.focusTrap)&&this.focusableElements[s]&&(this.focusTrapIndex=s,this.focusableElements[s].focus({preventScroll:!0}))}calculateNextIndex(s,d){let{length:m}=this.focusableElements;if(s===-1)return d>0?0:m-1;let b=s+d;return this.shouldFocusTrapWrap?(b<0&&(b=m-1),b>=m&&(b=0)):(b<0&&(b=0),b>=m&&(b=m-1)),b}getDeepActiveElement(){var d;let s=document.activeElement||document.body;for(;s instanceof HTMLElement&&((d=s.shadowRoot)!=null&&d.activeElement);)s=s.shadowRoot.activeElement;return s||document.body}findElement(s){return this.focusableElements.findIndex(d=>this.isEqualFocusNode(s,d))}isEqualFocusNode(s,d){return s.nodeType>=0?d.isEqualNode(s)&&d===s:!1}trapFocus(s){if(this.setFocusableElements(),this.focusableElements.length===0)return;let d=this.getDeepActiveElement(),m=this.findElement(d);s.shiftKey?this.focusTrapIndex=this.calculateNextIndex(m,-1):this.focusTrapIndex=this.calculateNextIndex(m,1);let x=this.focusableElements[this.focusTrapIndex];x.tagName!=="IFRAME"&&x&&(s.preventDefault(),x.focus())}handleTabKeydown(s){this.isFocusTrapActivated&&s.key==="Tab"&&this.trapFocus(s)}}return p([u({type:Boolean,reflect:!0,attribute:"should-focus-trap-wrap"})],o.prototype,"shouldFocusTrapWrap",2),o};var hl=n=>{class o extends n{constructor(){super(...arguments);this.isPreventScrollActive=!1;this.previousDocumentBodyStyleOverflow=""}activatePreventScroll(){this.preventScroll&&!this.isPreventScrollActive&&(this.isPreventScrollActive=!0,this.previousDocumentBodyStyleOverflow=document.body.style.overflow,document.body.style.overflow="hidden")}deactivatePreventScroll(){this.isPreventScrollActive&&(this.isPreventScrollActive=!1,document.body.style.overflow=this.previousDocumentBodyStyleOverflow)}}return o};var pl=z.constructTagName("link"),ml={LARGE:"large",MIDSIZE:"midsize",SMALL:"small"},ul={LARGE:1,MIDSIZE:.875,SMALL:.75},pu={LINK_SIZE:ml.LARGE};var mu=z.constructTagName("card"),vc={BORDER:"border",GHOST:"ghost",PROMOTIONAL:"promotional"},dE={HORIZONTAL:"horizontal",VERTICAL:"vertical"},oe={VARIANT:vc.BORDER,ORIENTATION:dE.VERTICAL,TITLE_TYPE:st.HEADING_SMALL_BOLD,SUBTITLE_TYPE:st.BODY_MIDSIZE_MEDIUM,TAGNAME:mt.SPAN,ICON_SIZE:1.5,ICON_LENGTH_UNIT:"rem",LINK:pl,BUTTON:ei};var us=n=>{class o extends n{updateFooterButtonColors(r){let s=[...this.footerButtonPrimary||[],...this.footerButtonSecondary||[]];s==null||s.forEach(d=>{r===vc.PROMOTIONAL?d.setAttribute("color",go.PROMOTIONAL):d.setAttribute("color",go.DEFAULT)})}handleFooterSlot(r,s){var m,b,x;let d=[];r===oe.LINK&&((m=this.footerLink)!=null&&m.length)?d=this.footerLink:r===oe.BUTTON&&s===Ft.PRIMARY&&((b=this.footerButtonPrimary)!=null&&b.length)?d=this.footerButtonPrimary:r===oe.BUTTON&&s===Ft.SECONDARY&&((x=this.footerButtonSecondary)!=null&&x.length)&&(d=this.footerButtonSecondary);for(let L=1;L<d.length;L+=1)d[L].remove();d.forEach(L=>{L.matches(r)||L.remove(),s&&L.setAttribute("variant",s)})}renderFooter(){return _` <slot name="footer">
         
     | 
| 
       1040 
1040 
     | 
    
         
             
                    <div part="footer">
         
     | 
| 
       1041 
1041 
     | 
    
         
             
                      <slot name="footer-link" @slotchange=${()=>this.handleFooterSlot(oe.LINK)}></slot>
         
     | 
| 
       1042 
1042 
     | 
    
         
             
                      <slot
         
     | 
| 
       1043 
1043 
     | 
    
         
             
                        name="footer-button-secondary"
         
     | 
| 
       1044 
     | 
    
         
            -
                        @slotchange=${()=>this.handleFooterSlot(oe.BUTTON 
     | 
| 
      
 1044 
     | 
    
         
            +
                        @slotchange=${()=>this.handleFooterSlot(oe.BUTTON,Ft.SECONDARY)}
         
     | 
| 
       1045 
1045 
     | 
    
         
             
                      ></slot>
         
     | 
| 
       1046 
1046 
     | 
    
         
             
                      <slot
         
     | 
| 
       1047 
1047 
     | 
    
         
             
                        name="footer-button-primary"
         
     | 
| 
       1048 
     | 
    
         
            -
                        @slotchange=${()=>this.handleFooterSlot(oe.BUTTON 
     | 
| 
      
 1048 
     | 
    
         
            +
                        @slotchange=${()=>this.handleFooterSlot(oe.BUTTON,Ft.PRIMARY)}
         
     | 
| 
       1049 
1049 
     | 
    
         
             
                      ></slot>
         
     | 
| 
       1050 
1050 
     | 
    
         
             
                    </div>
         
     | 
| 
       1051 
     | 
    
         
            -
                  </slot>`}}return p([Pt({slot:"footer-link"})],o.prototype,"footerLink",2),p([Pt({slot:"footer-button-primary"})],o.prototype,"footerButtonPrimary",2),p([Pt({slot:"footer-button-secondary"})],o.prototype,"footerButtonSecondary",2),o};var fl=n=>{class o extends n{constructor(){super(...arguments);this.isBackdropInvisible=!1;this.backdropElement=null}createBackdrop( 
     | 
| 
       1052 
     | 
    
         
            -
                    .${ 
     | 
| 
      
 1051 
     | 
    
         
            +
                  </slot>`}}return p([Pt({slot:"footer-link"})],o.prototype,"footerLink",2),p([Pt({slot:"footer-button-primary"})],o.prototype,"footerButtonPrimary",2),p([Pt({slot:"footer-button-secondary"})],o.prototype,"footerButtonSecondary",2),o};var fl=n=>{class o extends n{constructor(){super(...arguments);this.isBackdropInvisible=!1;this.backdropElement=null}createBackdrop(s){let d=document.createElement("div");d.classList.add(`${s}-backdrop`);let m=document.createElement("style");m.textContent=`
         
     | 
| 
      
 1052 
     | 
    
         
            +
                    .${s}-backdrop {
         
     | 
| 
       1053 
1053 
     | 
    
         
             
                      position: fixed;
         
     | 
| 
       1054 
1054 
     | 
    
         
             
                      top: 0;
         
     | 
| 
       1055 
1055 
     | 
    
         
             
                      left: 0;
         
     | 
| 
         @@ -1058,7 +1058,7 @@ 
     | 
|
| 
       1058 
1058 
     | 
    
         
             
                      background: ${this.isBackdropInvisible?"transparent":"var(--mds-color-theme-common-overlays-secondary-normal)"};
         
     | 
| 
       1059 
1059 
     | 
    
         
             
                      z-index: ${this.zIndex-1};
         
     | 
| 
       1060 
1060 
     | 
    
         
             
                    }
         
     | 
| 
       1061 
     | 
    
         
            -
                  `,d.appendChild(m);let  
     | 
| 
      
 1061 
     | 
    
         
            +
                  `,d.appendChild(m);let x=document.getElementById(this.backdropAppendTo)||this.parentElement;x==null||x.appendChild(d),this.backdropElement=d}removeBackdrop(){this.backdropElement&&(this.backdropElement.remove(),this.backdropElement=null)}keepElementAboveBackdrop(s){s&&(this.elementOriginalStyle={zIndex:s.style.zIndex,position:s.style.position},s.style.zIndex=`${this.zIndex}`,["fixed","absolute"].includes(window.getComputedStyle(s).position)||(s.style.position="relative"))}moveElementBackAfterBackdropRemoval(s){!s||!this.elementOriginalStyle||(s.style.zIndex=this.elementOriginalStyle.zIndex,s.style.position=this.elementOriginalStyle.position,this.elementOriginalStyle=void 0)}}return o};var uu=z.constructTagName("dialog"),gc={DEFAULT:"default",PROMOTIONAL:"promotional"},ar={VISIBLE:!1,Z_INDEX:1e3,ROLE:"dialog",SIZE:"small",HEADER_TAG_NAME:"h2",DESCRIPTION_TAG_NAME:"p",CANCEL_ICON:"cancel-bold",VARIANT:gc.DEFAULT,DISABLE_ARIA_HAS_POPUP:!1,FOCUS_TRAP:!0};var Fi=class{static dispatchDialogEvent(o,t,r=!0){t.dispatchEvent(new CustomEvent(o,{detail:{show:t.visible},composed:!0,bubbles:r}))}static onShowDialog(o){this.dispatchDialogEvent("shown",o)}static onHideDialog(o){this.dispatchDialogEvent("hidden",o)}static onCloseDialog(o,t=!0){this.dispatchDialogEvent("close",o,t)}static onCreatedDialog(o){this.dispatchDialogEvent("created",o)}static onDestroyedDialog(o){this.dispatchDialogEvent("destroyed",o)}};var cE=B`
         
     | 
| 
       1062 
1062 
     | 
    
         
             
              :host {
         
     | 
| 
       1063 
1063 
     | 
    
         
             
                --mdc-dialog-primary-background-color: var(--mds-color-theme-background-solid-primary-normal);
         
     | 
| 
       1064 
1064 
     | 
    
         
             
                --mdc-dialog-border-color: var(--mds-color-theme-outline-secondary-normal);
         
     | 
| 
         @@ -1201,7 +1201,7 @@ 
     | 
|
| 
       1201 
1201 
     | 
    
         
             
              mdc-text::part(text) {
         
     | 
| 
       1202 
1202 
     | 
    
         
             
                margin: 0;
         
     | 
| 
       1203 
1203 
     | 
    
         
             
              }
         
     | 
| 
       1204 
     | 
    
         
            -
            `, 
     | 
| 
      
 1204 
     | 
    
         
            +
            `,fu=[cE];var Wt=class extends fl(hl(cl(us(q)))){constructor(){super(...arguments);this.id="";this.visible=ar.VISIBLE;this.zIndex=ar.Z_INDEX;this.size=ar.SIZE;this.variant=ar.VARIANT;this.closeButtonAriaLabel=null;this.ariaLabel=null;this.ariaLabelledby=null;this.ariaDescribedby=null;this.ariaDescription=null;this.headerTagName=ar.HEADER_TAG_NAME;this.descriptionTagName=ar.DESCRIPTION_TAG_NAME;this.role=ar.ROLE;this.disableAriaHasPopup=ar.DISABLE_ARIA_HAS_POPUP;this.focusTrap=ar.FOCUS_TRAP;this.preventScroll=!0;this.triggerElement=null;this.lastActiveElement=null;this.onEscapeKeydown=t=>{!this.visible||t.code!=="Escape"||(t.preventDefault(),t.stopPropagation(),this.closeDialog())}}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",this.onEscapeKeydown.bind(this))}disconnectedCallback(){var t,r;super.disconnectedCallback(),this.removeEventListener("keydown",this.onEscapeKeydown),this.removeBackdrop(),(t=this.triggerElement)==null||t.setAttribute("aria-expanded","false"),this.deactivatePreventScroll(),(r=this.deactivateFocusTrap)==null||r.call(this),this.focusBackToTrigger(),Fi.onDestroyedDialog(this)}applyZIndex(){var t;this.style.setProperty("z-index",`${this.zIndex}`),(t=this.backdropElement)==null||t.style.setProperty("z-index",`${this.zIndex-1}`)}async firstUpdated(t){super.firstUpdated(t),this.setAttribute("aria-modal","true"),this.setupAriaLabelledDescribedBy(),this.applyZIndex(),Fi.onCreatedDialog(this)}async updated(t){if(super.updated(t),t.has("triggerId")&&(this.triggerElement=this.getRootNode().querySelector(`[id="${this.triggerId}"]`),this.setupAriaHasPopup()),t.has("visible")){let r=t.get("visible");await this.isOpenUpdated(r,this.visible)}t.has("zIndex")&&(this.zIndex===null&&(this.zIndex=ar.Z_INDEX),this.applyZIndex()),t.has("variant")&&this.updateFooterButtonColors(this.variant),(t.has("ariaLabel")||t.has("ariaLabelledby")||t.has("ariaDescribedby")||t.has("ariaDescription")||t.has("headerText")||t.has("descriptionText"))&&this.setupAriaLabelledDescribedBy(),t.has("focusTrap")&&!this.focusTrap&&this.visible&&this.deactivateFocusTrap()}setupAriaHasPopup(){var t,r;this.disableAriaHasPopup||(r=this.triggerElement)==null||r.setAttribute("aria-haspopup",((t=this.triggerElement)==null?void 0:t.getAttribute("aria-haspopup"))||"dialog")}setupAriaLabelledDescribedBy(){!this.ariaLabelledby&&!this.ariaLabel&&(this.headerText?this.setAttribute("aria-label",this.headerText):this.triggerId&&this.setAttribute("aria-labelledby",this.triggerId)),!this.ariaDescribedby&&!this.ariaDescription&&(this.descriptionText?this.setAttribute("aria-description",this.descriptionText):this.triggerId&&this.setAttribute("aria-describedby",this.triggerId))}closeDialog(){Fi.onCloseDialog(this,!1)}async isOpenUpdated(t,r){var s,d,m,b,x;t!==r&&(r&&!t?(this.lastActiveElement=document.activeElement,this.removeBackdrop(),this.createBackdrop("dialog"),this.activatePreventScroll(),await this.updateComplete,this.focusTrap&&((s=this.activateFocusTrap)==null||s.call(this)),(d=this.setInitialFocus)==null||d.call(this),(m=this.triggerElement)==null||m.setAttribute("aria-expanded","true"),Fi.onShowDialog(this)):!r&&t&&(this.removeBackdrop(),(b=this.triggerElement)==null||b.setAttribute("aria-expanded","false"),this.deactivatePreventScroll(),(x=this.deactivateFocusTrap)==null||x.call(this),this.focusBackToTrigger(),Fi.onHideDialog(this)))}focusBackToTrigger(){this.triggerElement?this.triggerElement.focus():this.lastActiveElement&&this.lastActiveElement.focus&&this.lastActiveElement.focus()}renderHeader(){return this.headerText?_` <div part="header-section">
         
     | 
| 
       1205 
1205 
     | 
    
         
             
                      <div part="header">
         
     | 
| 
       1206 
1206 
     | 
    
         
             
                        <slot name="header-prefix"></slot>
         
     | 
| 
       1207 
1207 
     | 
    
         
             
                        <mdc-text
         
     | 
| 
         @@ -1225,14 +1225,14 @@ 
     | 
|
| 
       1225 
1225 
     | 
    
         
             
                  ${this.renderHeader()}
         
     | 
| 
       1226 
1226 
     | 
    
         
             
                  <mdc-button
         
     | 
| 
       1227 
1227 
     | 
    
         
             
                    part="dialog-close-btn"
         
     | 
| 
       1228 
     | 
    
         
            -
                    prefix-icon="${ 
     | 
| 
       1229 
     | 
    
         
            -
                    variant="${ 
     | 
| 
       1230 
     | 
    
         
            -
                    size="${ 
     | 
| 
       1231 
     | 
    
         
            -
                    aria-label="${ 
     | 
| 
      
 1228 
     | 
    
         
            +
                    prefix-icon="${ar.CANCEL_ICON}"
         
     | 
| 
      
 1229 
     | 
    
         
            +
                    variant="${Ft.TERTIARY}"
         
     | 
| 
      
 1230 
     | 
    
         
            +
                    size="${sr[20]}"
         
     | 
| 
      
 1231 
     | 
    
         
            +
                    aria-label="${tt(this.closeButtonAriaLabel)||""}"
         
     | 
| 
       1232 
1232 
     | 
    
         
             
                    @click="${this.closeDialog}"
         
     | 
| 
       1233 
1233 
     | 
    
         
             
                  ></mdc-button>
         
     | 
| 
       1234 
1234 
     | 
    
         
             
                  ${this.renderBody()} ${this.renderFooter()}
         
     | 
| 
       1235 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 1235 
     | 
    
         
            +
                `}};Wt.styles=[...q.styles,...fu],p([u({type:String,reflect:!0})],Wt.prototype,"id",2),p([u({type:String,reflect:!0})],Wt.prototype,"triggerId",2),p([u({type:Boolean,reflect:!0})],Wt.prototype,"visible",2),p([u({type:Number,reflect:!0,attribute:"z-index"})],Wt.prototype,"zIndex",2),p([u({type:String,reflect:!0})],Wt.prototype,"size",2),p([u({type:String,reflect:!0})],Wt.prototype,"variant",2),p([u({type:String,attribute:"close-button-aria-label"})],Wt.prototype,"closeButtonAriaLabel",2),p([u({type:String,reflect:!0,attribute:"aria-label"})],Wt.prototype,"ariaLabel",2),p([u({type:String,reflect:!0,attribute:"aria-labelledby"})],Wt.prototype,"ariaLabelledby",2),p([u({type:String,reflect:!0,attribute:"aria-describedby"})],Wt.prototype,"ariaDescribedby",2),p([u({type:String,reflect:!0,attribute:"aria-description"})],Wt.prototype,"ariaDescription",2),p([u({type:String,reflect:!0,attribute:"header-text"})],Wt.prototype,"headerText",2),p([u({type:String,reflect:!0,attribute:"description-text"})],Wt.prototype,"descriptionText",2),p([u({type:String,reflect:!0,attribute:"header-tag-name"})],Wt.prototype,"headerTagName",2),p([u({type:String,reflect:!0,attribute:"description-tag-name"})],Wt.prototype,"descriptionTagName",2),p([u({type:String,reflect:!0})],Wt.prototype,"role",2),p([u({type:Boolean,reflect:!0,attribute:"disable-aria-haspopup"})],Wt.prototype,"disableAriaHasPopup",2),p([u({type:Boolean,reflect:!0,attribute:"focus-trap"})],Wt.prototype,"focusTrap",2);var fs=Wt;var hE=B`
         
     | 
| 
       1236 
1236 
     | 
    
         
             
              :host {
         
     | 
| 
       1237 
1237 
     | 
    
         
             
                --mdc-announcementdialog-illustration-background-color: var(--mds-color-theme-background-solid-secondary-normal);
         
     | 
| 
       1238 
1238 
     | 
    
         | 
| 
         @@ -1281,11 +1281,11 @@ 
     | 
|
| 
       1281 
1281 
     | 
    
         
             
                  margin-inline-end: 0;
         
     | 
| 
       1282 
1282 
     | 
    
         
             
                }
         
     | 
| 
       1283 
1283 
     | 
    
         
             
              }
         
     | 
| 
       1284 
     | 
    
         
            -
            `, 
     | 
| 
      
 1284 
     | 
    
         
            +
            `,vu=[hE];var gu=z.constructTagName("announcementdialog");var bu={SIZE:"medium"};var vs=class extends fs{constructor(){super(...arguments);this.size=bu.SIZE}connectedCallback(){super.connectedCallback(),this.variant=gc.DEFAULT}renderHeader(){return _`${j}`}renderBody(){return _`
         
     | 
| 
       1285 
1285 
     | 
    
         
             
                  <div part="body">
         
     | 
| 
       1286 
1286 
     | 
    
         
             
                    <div part="illustration-container">
         
     | 
| 
       1287 
1287 
     | 
    
         
             
                      <slot name="illustration-container">
         
     | 
| 
       1288 
     | 
    
         
            -
                        <mdc-illustration name="${ 
     | 
| 
      
 1288 
     | 
    
         
            +
                        <mdc-illustration name="${tt(this.illustration)}"></mdc-illustration>
         
     | 
| 
       1289 
1289 
     | 
    
         
             
                      </slot>
         
     | 
| 
       1290 
1290 
     | 
    
         
             
                    </div>
         
     | 
| 
       1291 
1291 
     | 
    
         
             
                    <div part="content-container">
         
     | 
| 
         @@ -1301,7 +1301,7 @@ 
     | 
|
| 
       1301 
1301 
     | 
    
         
             
                      </slot>
         
     | 
| 
       1302 
1302 
     | 
    
         
             
                    </div>
         
     | 
| 
       1303 
1303 
     | 
    
         
             
                  </div>
         
     | 
| 
       1304 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 1304 
     | 
    
         
            +
                `}};vs.styles=[...fs.styles,...vu],p([u({type:String,reflect:!0})],vs.prototype,"illustration",2),p([u({type:String,reflect:!0})],vs.prototype,"size",2);var bc=vs;var vl=z.constructTagName("illustrationprovider"),yu=["svg"],Ca={FILE_EXTENSION:"svg",ILLUSTRATION_SET:"momentum-illustrations"};var gl=class{};gl.context=vl;var bl=gl;var $i=class extends De{constructor(){super({context:bl.context,initialValue:new bl});this.illustrationSet=Ca.ILLUSTRATION_SET;this.fileExtension=Ca.FILE_EXTENSION}static get Context(){return bl.context}updateValuesInContext(){this.fileExtension&&yu.includes(this.fileExtension)?this.context.value.fileExtension=this.fileExtension:(this.fileExtension=Ca.FILE_EXTENSION,this.context.value.fileExtension=Ca.FILE_EXTENSION),this.context.value.illustrationSet=this.illustrationSet,this.context.value.url=this.url,this.context.value.cacheName=this.cacheName,this.context.value.cacheStrategy=this.cacheStrategy}updateContext(){(this.context.value.fileExtension!==this.fileExtension||this.context.value.illustrationSet!==this.illustrationSet||this.context.value.url!==this.url||this.context.value.cacheName!==this.cacheName||this.context.value.cacheStrategy!==this.cacheStrategy)&&(this.updateValuesInContext(),this.context.updateObservers())}};p([u({type:String,attribute:"illustration-set",reflect:!0})],$i.prototype,"illustrationSet",2),p([u({type:String})],$i.prototype,"url",2),p([u({type:String,attribute:"file-extension",reflect:!0})],$i.prototype,"fileExtension",2),p([u({type:String,attribute:"cache-strategy"})],$i.prototype,"cacheStrategy",2),p([u({type:String,attribute:"cache-name"})],$i.prototype,"cacheName",2);var ka=$i;var pE=[bt,B`
         
     | 
| 
       1305 
1305 
     | 
    
         
             
                :host {
         
     | 
| 
       1306 
1306 
     | 
    
         
             
                  --mdc-illustration-size: auto;
         
     | 
| 
       1307 
1307 
     | 
    
         
             
                }
         
     | 
| 
         @@ -1309,7 +1309,7 @@ 
     | 
|
| 
       1309 
1309 
     | 
    
         
             
                  height: var(--mdc-illustration-size);
         
     | 
| 
       1310 
1310 
     | 
    
         
             
                  width: var(--mdc-illustration-size);
         
     | 
| 
       1311 
1311 
     | 
    
         
             
                }
         
     | 
| 
       1312 
     | 
    
         
            -
              `], 
     | 
| 
      
 1312 
     | 
    
         
            +
              `],Eu=pE;var Tu=async n=>fetch(n).then(o=>{if(!o.ok)throw new Error("There was a problem while fetching the illustration!");return o}),xu=async({url:n,name:o,fileExtension:t,cacheStrategy:r,cacheName:s,renewSignal:d})=>{let m=d(),b=new Request(`${n}/${o}.${t}`,{signal:m});return!s||!r||!["in-memory-cache","web-cache-api"].includes(r)?Tu(b).then(x=>x.text()):tl(s,r).then(x=>x.get(b).then(L=>L||Tu(b.clone()).then(U=>{var K;return U.status<400&&U.headers.has("content-type")?(K=x.set)==null?void 0:K.call(x,b,U.clone()).then(()=>U.text()):U.text()})).catch(L=>{throw new Error(`Error in caching the Illustration ${o}, ${L}`)}))};var Au=z.constructTagName("illustration"),Su={NAME:void 0};var ni=class extends q{constructor(){super();this.name=Su.NAME;this.ariaLabel=null;this.ariaLabelledby=null;this.illustrationProviderContext=Fe.consume({host:this,context:ka.Context});this.abortController=new AbortController}prepareIllustrationElement(t){let r=new DOMParser().parseFromString(t,"text/html").body.children[0];return this.name&&r.setAttribute("data-name",this.name),r.setAttribute("part","illustration"),r.setAttribute("aria-hidden","true"),r}async getIllustrationData(){if(this.illustrationProviderContext.value){let{fileExtension:r,url:s,cacheName:d,illustrationSet:m,cacheStrategy:b}=this.illustrationProviderContext.value;if(m==="custom-illustrations"&&s&&r&&this.name){let x=()=>{var L;return(L=this.abortController)==null||L.abort(),this.abortController=new AbortController,this.abortController.signal};return xu({url:s,name:this.name,fileExtension:r,cacheName:d,cacheStrategy:b,renewSignal:x}).then(L=>{let U=this.prepareIllustrationElement(L);this.handleIllustrationLoadedSuccess(U)}).catch(L=>{this.handleIllustrationLoadedFailure(L)})}if(m==="momentum-illustrations"&&this.name)return import(`@momentum-design/illustrations/dist/ts/${this.name}.ts`).then(x=>{this.handleIllustrationLoadedSuccess(x.default())}).catch(x=>{this.handleIllustrationLoadedFailure(x)})}let t=new Error("IllustrationProvider not found or not properly set up.");return this.handleIllustrationLoadedFailure(t),Promise.reject(t)}handleIllustrationLoadedSuccess(t){this.illustrationData=t;let r=new Event("load",{bubbles:!0,cancelable:!0});this.dispatchEvent(r)}handleIllustrationLoadedFailure(t){let r=new CustomEvent("error",{bubbles:!0,cancelable:!0,detail:{error:t}});this.dispatchEvent(r)}updated(t){super.updated(t),t.has("name")&&this.getIllustrationData().catch(r=>{r.name!=="AbortError"&&this.onerror&&this.onerror(r)}),(t.has("ariaLabel")||t.has("ariaLabelledby"))&&(this.role=this.ariaLabel||this.ariaLabelledby?rt.IMG:null)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.abortController)==null||t.abort(),this.abortController=void 0}render(){return _` ${this.illustrationData} `}};ni.styles=[...q.styles,...Eu],p([vt()],ni.prototype,"illustrationData",2),p([u({type:String,reflect:!0})],ni.prototype,"name",2),p([u({type:String,attribute:"aria-label"})],ni.prototype,"ariaLabel",2),p([u({type:String,attribute:"aria-labelledby"})],ni.prototype,"ariaLabelledby",2),p([vt()],ni.prototype,"abortController",2);var yc=ni;yc.register(Au);var mE=yc;bc.register(gu);var uE=bc;var fE=B`
         
     | 
| 
       1313 
1313 
     | 
    
         
             
              :host {
         
     | 
| 
       1314 
1314 
     | 
    
         
             
                --mdc-appheader-height: 4rem;
         
     | 
| 
       1315 
1315 
     | 
    
         
             
              }
         
     | 
| 
         @@ -1343,7 +1343,7 @@ 
     | 
|
| 
       1343 
1343 
     | 
    
         
             
                justify-content: flex-end;
         
     | 
| 
       1344 
1344 
     | 
    
         
             
                flex: 1;
         
     | 
| 
       1345 
1345 
     | 
    
         
             
              }
         
     | 
| 
       1346 
     | 
    
         
            -
            `, 
     | 
| 
      
 1346 
     | 
    
         
            +
            `,Iu=[fE];var yl=class extends q{render(){return _`
         
     | 
| 
       1347 
1347 
     | 
    
         
             
                  <header part="container">
         
     | 
| 
       1348 
1348 
     | 
    
         
             
                    <div part="leading-section">
         
     | 
| 
       1349 
1349 
     | 
    
         
             
                      <slot name="leading"></slot>
         
     | 
| 
         @@ -1353,7 +1353,7 @@ 
     | 
|
| 
       1353 
1353 
     | 
    
         
             
                      <slot name="trailing"></slot>
         
     | 
| 
       1354 
1354 
     | 
    
         
             
                    </div>
         
     | 
| 
       1355 
1355 
     | 
    
         
             
                  </header>
         
     | 
| 
       1356 
     | 
    
         
            -
                `}};yl.styles=[... 
     | 
| 
      
 1356 
     | 
    
         
            +
                `}};yl.styles=[...q.styles,...Iu];var Ec=yl;var _u=z.constructTagName("appheader");Ec.register(_u);var vE=Ec;var Cu=z.constructTagName("avatar"),Ie={COUNTER:"counter",ICON:"icon",PHOTO:"photo",TEXT:"text"},Tc=99,gE="user-regular",Vt={24:24,32:32,48:48,64:64,72:72,88:88,124:124},gs={TYPE:Ie.PHOTO,SIZE:Vt[32],ICON_NAME:gE};var El=n=>{class o extends n{constructor(){super(...arguments);this.size=gs.SIZE;this.isTyping=!1}}return p([u({type:String})],o.prototype,"src",2),p([u({type:String})],o.prototype,"initials",2),p([u({type:String})],o.prototype,"presence",2),p([u({type:Number,reflect:!0,attribute:"size"})],o.prototype,"size",2),p([u({type:Number})],o.prototype,"counter",2),p([u({type:Boolean,attribute:"is-typing"})],o.prototype,"isTyping",2),o};var qt=n=>{class o extends n{}return p([u({type:String,attribute:"icon-name"})],o.prototype,"iconName",2),o};var bE=[bt,B`
         
     | 
| 
       1357 
1357 
     | 
    
         
             
                :host {
         
     | 
| 
       1358 
1358 
     | 
    
         
             
                  --mdc-avatar-default-background-color: var(--mds-color-theme-avatar-default);
         
     | 
| 
       1359 
1359 
     | 
    
         
             
                  --mdc-avatar-default-foreground-color: var(--mds-color-theme-common-text-primary-normal);
         
     | 
| 
         @@ -1509,23 +1509,23 @@ 
     | 
|
| 
       1509 
1509 
     | 
    
         
             
                    outline: 0.125rem solid;
         
     | 
| 
       1510 
1510 
     | 
    
         
             
                  }
         
     | 
| 
       1511 
1511 
     | 
    
         
             
                }
         
     | 
| 
       1512 
     | 
    
         
            -
              `], 
     | 
| 
       1513 
     | 
    
         
            -
                    <mdc-presence part="presence" type="${this.presence}" size="${ 
     | 
| 
      
 1512 
     | 
    
         
            +
              `],ku=bE;var wu=z.constructTagName("presence"),xe={ACTIVE:"active",AWAY:"away",AWAY_CALLING:"away-calling",BUSY:"busy",DND:"dnd",MEETING:"meeting",ON_CALL:"on-call",ON_DEVICE:"on-device",ON_MOBILE:"on-mobile",PAUSE:"pause",PTO:"pto",PRESENTING:"presenting",QUIET:"quiet",SCHEDULED:"scheduled"},Xt={24:24,32:32,48:48,64:64,72:72,88:88,124:124},bs={TYPE:xe.ACTIVE,SIZE:Xt[32]};var Nu=n=>({[Vt[124]]:Xt[124],[Vt[88]]:Xt[88],[Vt[72]]:Xt[72],[Vt[64]]:Xt[64],[Vt[48]]:Xt[48],[Vt[32]]:Xt[32],[Vt[24]]:Xt[24]})[n]||Xt[32],Lu=n=>({[Vt[124]]:4.75,[Vt[88]]:3,[Vt[72]]:2.5,[Vt[64]]:2.25,[Vt[48]]:1.75,[Vt[32]]:1.25,[Vt[24]]:1})[n]||1.25,Ru=n=>({[Vt[124]]:st.HEADING_XLARGE_MEDIUM,[Vt[88]]:st.HEADING_LARGE_MEDIUM,[Vt[72]]:st.HEADING_MIDSIZE_MEDIUM,[Vt[64]]:st.HEADING_SMALL_MEDIUM,[Vt[48]]:st.HEADING_SMALL_MEDIUM,[Vt[32]]:st.BODY_MIDSIZE_MEDIUM,[Vt[24]]:st.BODY_SMALL_MEDIUM})[n]||st.BODY_MIDSIZE_MEDIUM;var wa=class extends El(qt(q)){constructor(){super(...arguments);this.isPhotoLoaded=!1}connectedCallback(){super.connectedCallback(),this.setAttribute("aria-hidden","true")}getPresenceTemplateBasedOnType(t){return t===Ie.COUNTER&&(this.counter||this.counter===0)||this.isTyping?j:this.presence?_`
         
     | 
| 
      
 1513 
     | 
    
         
            +
                    <mdc-presence part="presence" type="${this.presence}" size="${Nu(this.size)}"></mdc-presence>
         
     | 
| 
       1514 
1514 
     | 
    
         
             
                  `:j}handleOnLoad(){this.isPhotoLoaded=!0}handleOnError(){this.isPhotoLoaded=!1,this.onerror&&this.onerror("There was a problem while fetching the <img/>. Please check the src attribute and try again.")}photoTemplate(){return _`
         
     | 
| 
       1515 
1515 
     | 
    
         
             
                  <img
         
     | 
| 
       1516 
1516 
     | 
    
         
             
                    part="photo"
         
     | 
| 
       1517 
     | 
    
         
            -
                    src="${ 
     | 
| 
      
 1517 
     | 
    
         
            +
                    src="${tt(this.src)}"
         
     | 
| 
       1518 
1518 
     | 
    
         
             
                    aria-hidden="true"
         
     | 
| 
       1519 
1519 
     | 
    
         
             
                    ?hidden="${!this.isPhotoLoaded}"
         
     | 
| 
       1520 
1520 
     | 
    
         
             
                    @load="${this.handleOnLoad}"
         
     | 
| 
       1521 
1521 
     | 
    
         
             
                    @error="${this.handleOnError}"
         
     | 
| 
       1522 
1522 
     | 
    
         
             
                  />
         
     | 
| 
       1523 
     | 
    
         
            -
                `}iconTemplate(){let t=this.iconName|| 
     | 
| 
       1524 
     | 
    
         
            -
                  <mdc-icon name="${ 
     | 
| 
       1525 
     | 
    
         
            -
                `}textTemplate(t){return _` <mdc-text type="${ 
     | 
| 
      
 1523 
     | 
    
         
            +
                `}iconTemplate(){let t=this.iconName||gs.ICON_NAME;return _`
         
     | 
| 
      
 1524 
     | 
    
         
            +
                  <mdc-icon name="${tt(t)}" length-unit="rem" size="${Lu(this.size)}"></mdc-icon>
         
     | 
| 
      
 1525 
     | 
    
         
            +
                `}textTemplate(t){return _` <mdc-text type="${Ru(this.size)}" tagname="span"> ${t} </mdc-text> `}generateCounterText(t){return t<0?"0":t>Tc?`${Tc}+`:t.toString()}generateInitialsText(t){return t.toUpperCase().slice(0,2)}generateTextContent(t){let r="";return t===Ie.TEXT&&this.initials&&(r=this.generateInitialsText(this.initials)),t===Ie.COUNTER&&(this.counter||this.counter===0)&&(r=this.generateCounterText(this.counter)),this.textTemplate(r)}getTypeBasedOnInputs(){return this.src?Ie.PHOTO:this.iconName?Ie.ICON:this.initials?Ie.TEXT:this.counter||this.counter===0?Ie.COUNTER:Ie.ICON}getTemplateBasedOnType(t){switch(t){case Ie.PHOTO:return this.photoTemplate();case Ie.TEXT:case Ie.COUNTER:return this.generateTextContent(t);case Ie.ICON:default:return this.iconTemplate()}}getLoadingContent(){return this.isTyping?_`<div part="loading-wrapper"><div part="loader"></div></div>`:j}getPhotoPlaceHolderContent(t){return this.isPhotoLoaded?j:t===Ie.PHOTO?this.initials?this.textTemplate(this.generateInitialsText(this.initials)):this.iconTemplate():j}update(t){super.update(t),t.has("src")&&!this.src&&(this.isPhotoLoaded=!1)}render(){let t=this.getTypeBasedOnInputs();return _`
         
     | 
| 
       1526 
1526 
     | 
    
         
             
                  ${this.getPhotoPlaceHolderContent(t)} ${this.getTemplateBasedOnType(t)} ${this.getLoadingContent()}
         
     | 
| 
       1527 
1527 
     | 
    
         
             
                  ${this.getPresenceTemplateBasedOnType(t)}
         
     | 
| 
       1528 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 1528 
     | 
    
         
            +
                `}};wa.styles=[...q.styles,...ku],p([vt()],wa.prototype,"isPhotoLoaded",2);var xc=wa;var yE=[bt,B`
         
     | 
| 
       1529 
1529 
     | 
    
         
             
                :host {
         
     | 
| 
       1530 
1530 
     | 
    
         
             
                  --mdc-presence-active-background-color: var(--mds-color-theme-indicator-stable);
         
     | 
| 
       1531 
1531 
     | 
    
         
             
                  --mdc-presence-away-background-color: var(--mds-color-theme-indicator-locked);
         
     | 
| 
         @@ -1619,17 +1619,17 @@ 
     | 
|
| 
       1619 
1619 
     | 
    
         
             
                :host::part(mdc-presence-icon__scheduled) {
         
     | 
| 
       1620 
1620 
     | 
    
         
             
                  color: var(--mdc-presence-scheduled-background-color);
         
     | 
| 
       1621 
1621 
     | 
    
         
             
                }
         
     | 
| 
       1622 
     | 
    
         
            -
              `], 
     | 
| 
      
 1622 
     | 
    
         
            +
              `],Mu=yE;var Ou=n=>{switch(n){case xe.AWAY:return"recents-presence-badge-filled";case xe.AWAY_CALLING:return"away-calling-presence-filled";case xe.BUSY:return"busy-presence-bold";case xe.DND:return"dnd-presence-badge-filled";case xe.MEETING:return"camera-filled";case xe.ON_CALL:return"handset-filled";case xe.ON_DEVICE:return"generic-device-video-badge-filled";case xe.ON_MOBILE:return"phone-badge-filled";case xe.PAUSE:return"pause-badge-filled";case xe.PTO:return"pto-presence-filled";case xe.PRESENTING:return"share-screen-badge-filled";case xe.QUIET:return"quiet-hours-presence-filled";case xe.SCHEDULED:return"meetings-presence-badge-filled";case xe.ACTIVE:default:return"active-presence-small-filled"}},Pu=n=>({[Xt[124]]:2.25,[Xt[88]]:1.625,[Xt[72]]:1.3125,[Xt[64]]:1.1875,[Xt[48]]:.875,[Xt[32]]:.875,[Xt[24]]:.875})[n]||.875;var To=class extends q{constructor(){super(...arguments);this.type=bs.TYPE;this.size=bs.SIZE;this.currentIconType=bs.TYPE}update(t){super.update(t),t.has("size")&&this.setSize(this.size)}setSize(t){this.setAttribute("size",Object.values(Xt).includes(t)?`${t}`:bs.SIZE.toString())}get icon(){let t=Ou(this.type);return t==="active-presence-small-filled"&&(this.type=bs.TYPE),t}handleOnLoad(){this.currentIconType=this.type}handleOnError(){this.onerror&&this.onerror("There was a problem while fetching the icon. Please check the icon name and try again.")}render(){return _`
         
     | 
| 
       1623 
1623 
     | 
    
         
             
                  <div part="presence-content">
         
     | 
| 
       1624 
1624 
     | 
    
         
             
                    <mdc-icon
         
     | 
| 
       1625 
1625 
     | 
    
         
             
                      part="mdc-presence-icon mdc-presence-icon__${this.currentIconType}"
         
     | 
| 
       1626 
1626 
     | 
    
         
             
                      name="${this.icon}"
         
     | 
| 
       1627 
     | 
    
         
            -
                      size="${ 
     | 
| 
      
 1627 
     | 
    
         
            +
                      size="${Pu(this.size)}"
         
     | 
| 
       1628 
1628 
     | 
    
         
             
                      @load="${this.handleOnLoad}"
         
     | 
| 
       1629 
1629 
     | 
    
         
             
                      @error="${this.handleOnError}"
         
     | 
| 
       1630 
1630 
     | 
    
         
             
                    ></mdc-icon>
         
     | 
| 
       1631 
1631 
     | 
    
         
             
                  </div>
         
     | 
| 
       1632 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 1632 
     | 
    
         
            +
                `}};To.styles=[...q.styles,...Mu],p([u({type:String,reflect:!0})],To.prototype,"type",2),p([u({type:Number,reflect:!0})],To.prototype,"size",2),p([vt()],To.prototype,"currentIconType",2);var Ac=To;Ac.register(wu);var EE=Ac;xc.register(Cu);var TE=xc;var xE=[bt,B`
         
     | 
| 
       1633 
1633 
     | 
    
         
             
                :host {
         
     | 
| 
       1634 
1634 
     | 
    
         
             
                  --mdc-avatarbutton-overlay-background-color-rest: var(--mds-color-theme-avatar-ghost);
         
     | 
| 
       1635 
1635 
     | 
    
         
             
                  --mdc-avatarbutton-overlay-background-color-hover: var(--mds-color-theme-avatar-hover);
         
     | 
| 
         @@ -1658,19 +1658,19 @@ 
     | 
|
| 
       1658 
1658 
     | 
    
         
             
                :host::part(presence) {
         
     | 
| 
       1659 
1659 
     | 
    
         
             
                  z-index: 2;
         
     | 
| 
       1660 
1660 
     | 
    
         
             
                }
         
     | 
| 
       1661 
     | 
    
         
            -
              `,... 
     | 
| 
      
 1661 
     | 
    
         
            +
              `,...At()],Du=xE;var Na=class extends El(qt(ie)){constructor(){super(...arguments);this.ariaLabel=null}connectedCallback(){super.connectedCallback(),this.active=void 0,this.disabled=void 0,this.softDisabled=void 0,this.role=rt.BUTTON,this.type=Pe.TYPE}update(t){super.update(t),t.has("size")&&this.setSize(this.size)}setSize(t){this.setAttribute("size",Object.values(Vt).includes(t)?`${t}`:gs.SIZE.toString())}render(){return _`
         
     | 
| 
       1662 
1662 
     | 
    
         
             
                  <div part="overlay" aria-hidden="true"></div>
         
     | 
| 
       1663 
1663 
     | 
    
         
             
                  <mdc-avatar
         
     | 
| 
       1664 
1664 
     | 
    
         
             
                    exportparts="content, photo, presence, loading-wrapper, loader"
         
     | 
| 
       1665 
1665 
     | 
    
         
             
                    ?is-typing="${this.isTyping}"
         
     | 
| 
       1666 
     | 
    
         
            -
                    counter="${ 
     | 
| 
       1667 
     | 
    
         
            -
                    icon-name="${ 
     | 
| 
       1668 
     | 
    
         
            -
                    initials="${ 
     | 
| 
       1669 
     | 
    
         
            -
                    presence="${ 
     | 
| 
       1670 
     | 
    
         
            -
                    size="${ 
     | 
| 
       1671 
     | 
    
         
            -
                    src="${ 
     | 
| 
      
 1666 
     | 
    
         
            +
                    counter="${tt(this.counter)}"
         
     | 
| 
      
 1667 
     | 
    
         
            +
                    icon-name="${tt(this.iconName)}"
         
     | 
| 
      
 1668 
     | 
    
         
            +
                    initials="${tt(this.initials)}"
         
     | 
| 
      
 1669 
     | 
    
         
            +
                    presence="${tt(this.presence)}"
         
     | 
| 
      
 1670 
     | 
    
         
            +
                    size="${tt(this.size)}"
         
     | 
| 
      
 1671 
     | 
    
         
            +
                    src="${tt(this.src)}"
         
     | 
| 
       1672 
1672 
     | 
    
         
             
                  ></mdc-avatar>
         
     | 
| 
       1673 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 1673 
     | 
    
         
            +
                `}};Na.styles=[...Du],p([u({type:String,attribute:"aria-label"})],Na.prototype,"ariaLabel",2);var Sc=Na;var Fu=z.constructTagName("avatarbutton");Sc.register(Fu);var AE=Sc;var $u=z.constructTagName("badge"),nr={DOT:"dot",ICON:"icon",COUNTER:"counter",SUCCESS:"success",WARNING:"warning",ERROR:"error"},Tl={SUCCESS_ICON_NAME:"check-circle-badge-filled",WARNING_ICON_NAME:"warning-badge-filled",ERROR_ICON_NAME:"error-legacy-badge-filled"},Ic={PRIMARY:"primary",SECONDARY:"secondary"},zi={TYPE:nr.DOT,MAX_COUNTER:99,MAX_COUNTER_LIMIT:999,VARIANT:Ic.PRIMARY,ICON_SIZE:1};var SE=[bt,B`
         
     | 
| 
       1674 
1674 
     | 
    
         
             
                :host {
         
     | 
| 
       1675 
1675 
     | 
    
         
             
                  --mdc-badge-primary-foreground-color: var(--mds-color-theme-common-text-primary-normal);
         
     | 
| 
       1676 
1676 
     | 
    
         
             
                  --mdc-badge-primary-background-color: var(--mds-color-theme-background-accent-normal);
         
     | 
| 
         @@ -1746,11 +1746,11 @@ 
     | 
|
| 
       1746 
1746 
     | 
    
         
             
                    outline: none;
         
     | 
| 
       1747 
1747 
     | 
    
         
             
                  }
         
     | 
| 
       1748 
1748 
     | 
    
         
             
                }
         
     | 
| 
       1749 
     | 
    
         
            -
              `], 
     | 
| 
      
 1749 
     | 
    
         
            +
              `],zu=SE;var Fr=class extends qt(q){constructor(){super(...arguments);this.variant=zi.VARIANT;this.maxCounter=zi.MAX_COUNTER;this.overlay=!1;this.ariaLabel=null}getCounterText(t,r){return r===void 0||typeof r!="number"||t===0?"":r>t?`${t}+`:t>zi.MAX_COUNTER_LIMIT||r>zi.MAX_COUNTER_LIMIT?`${zi.MAX_COUNTER_LIMIT}+`:r.toString()}getBadgeIcon(t){return _`
         
     | 
| 
       1750 
1750 
     | 
    
         
             
                  <mdc-icon
         
     | 
| 
       1751 
1751 
     | 
    
         
             
                    part="badge-icon ${this.overlay?"badge-overlay":""}"
         
     | 
| 
       1752 
     | 
    
         
            -
                    name="${ 
     | 
| 
       1753 
     | 
    
         
            -
                    size="${ 
     | 
| 
      
 1752 
     | 
    
         
            +
                    name="${tt(t)}"
         
     | 
| 
      
 1753 
     | 
    
         
            +
                    size="${zi.ICON_SIZE}"
         
     | 
| 
       1754 
1754 
     | 
    
         
             
                  ></mdc-icon>
         
     | 
| 
       1755 
1755 
     | 
    
         
             
                `}getBadgeDot(){return _`<div part="badge-dot ${this.overlay?"badge-overlay":""}"></div>`}getBadgeCounterText(){return _`
         
     | 
| 
       1756 
1756 
     | 
    
         
             
                  <mdc-text
         
     | 
| 
         @@ -1760,7 +1760,7 @@ 
     | 
|
| 
       1760 
1760 
     | 
    
         
             
                  >
         
     | 
| 
       1761 
1761 
     | 
    
         
             
                    ${this.getCounterText(this.maxCounter,this.counter)}
         
     | 
| 
       1762 
1762 
     | 
    
         
             
                  </mdc-text>
         
     | 
| 
       1763 
     | 
    
         
            -
                `}setRoleByAriaLabel(){this.ariaLabel?this.role= 
     | 
| 
      
 1763 
     | 
    
         
            +
                `}setRoleByAriaLabel(){this.ariaLabel?this.role=rt.IMG:this.role=null}getBadgeContentBasedOnType(){this.variant&&!Object.values(Ic).includes(this.variant)&&(this.variant=zi.VARIANT);let{iconName:t,type:r}=this;switch(r){case nr.ICON:return this.getBadgeIcon(t||"");case nr.COUNTER:return this.getBadgeCounterText();case nr.SUCCESS:return this.getBadgeIcon(Tl.SUCCESS_ICON_NAME);case nr.WARNING:return this.getBadgeIcon(Tl.WARNING_ICON_NAME);case nr.ERROR:return this.getBadgeIcon(Tl.ERROR_ICON_NAME);case nr.DOT:default:return this.type=nr.DOT,this.getBadgeDot()}}update(t){super.update(t),t.has("ariaLabel")&&this.setRoleByAriaLabel()}render(){return this.getBadgeContentBasedOnType()}};Fr.styles=[...q.styles,...zu],p([u({type:String,reflect:!0})],Fr.prototype,"type",2),p([u({type:String,reflect:!0})],Fr.prototype,"variant",2),p([u({type:Number})],Fr.prototype,"counter",2),p([u({type:Number,attribute:"max-counter",reflect:!0})],Fr.prototype,"maxCounter",2),p([u({type:Boolean})],Fr.prototype,"overlay",2),p([u({type:String,attribute:"aria-label"})],Fr.prototype,"ariaLabel",2);var _c=Fr;_c.register($u);var IE=_c;var _E=B`
         
     | 
| 
       1764 
1764 
     | 
    
         
             
              :host {
         
     | 
| 
       1765 
1765 
     | 
    
         
             
                display: block;
         
     | 
| 
       1766 
1766 
     | 
    
         
             
                height: 100%;
         
     | 
| 
         @@ -1774,7 +1774,7 @@ 
     | 
|
| 
       1774 
1774 
     | 
    
         
             
                width: 100%;
         
     | 
| 
       1775 
1775 
     | 
    
         
             
                object-fit: contain;
         
     | 
| 
       1776 
1776 
     | 
    
         
             
              }
         
     | 
| 
       1777 
     | 
    
         
            -
            `, 
     | 
| 
      
 1777 
     | 
    
         
            +
            `,Vu=[_E];var xo=class extends q{async getBrandVisualData(){if(this.name)return import(`@momentum-design/brand-visuals/dist/ts/${this.name}.ts`).then(t=>{this.handleBrandVisualLoadedSuccess(t.default())}).catch(t=>{this.handleBrandVisualLoadedFailure(t)});let o=new Error("No brandvisual name provided.");return this.handleBrandVisualLoadedFailure(o),Promise.reject(o)}updated(o){super.updated(o),o.has("name")&&this.getBrandVisualData().catch(t=>{this.onerror&&this.onerror(t)}),o.has("altText")&&this.brandVisualData&&(this.brandVisualData=this.injectHtmlAttributes(this.brandVisualData,{alt:this.altText}))}injectTemplateAttributes(o,t,r){let m=new DOMParser().parseFromString(o.strings[0],"text/html").querySelector(t);return m&&Object.entries(r).forEach(([b,x])=>{m.setAttribute(b,x)}),m||o}injectHtmlAttributes(o,t){return Object.entries(t).forEach(([r,s])=>{o.setAttribute(r,s)}),o}handleBrandVisualLoadedSuccess(o){this.brandVisualData=this.injectTemplateAttributes(o,"img",{alt:this.altText});let t=new Event("load",{bubbles:!0,cancelable:!0});this.dispatchEvent(t)}handleBrandVisualLoadedFailure(o){let t=new CustomEvent("error",{bubbles:!0,cancelable:!0,detail:{error:o}});this.dispatchEvent(t)}render(){return _` ${this.brandVisualData} `}};xo.styles=[...q.styles,...Vu],p([vt()],xo.prototype,"brandVisualData",2),p([u({type:String,reflect:!0})],xo.prototype,"name",2),p([u({type:String,reflect:!0})],xo.prototype,"altText",2);var Cc=xo;var Bu=z.constructTagName("brandvisual");Cc.register(Bu);var CE=Cc;var kE=B`
         
     | 
| 
       1778 
1778 
     | 
    
         
             
              :host {
         
     | 
| 
       1779 
1779 
     | 
    
         
             
                --mdc-bullet-background-color: var(--mds-color-theme-outline-secondary-normal);
         
     | 
| 
       1780 
1780 
     | 
    
         
             
                --mdc-bullet-size-small: 0.25rem;
         
     | 
| 
         @@ -1795,7 +1795,7 @@ 
     | 
|
| 
       1795 
1795 
     | 
    
         
             
              :host([size='large']) {
         
     | 
| 
       1796 
1796 
     | 
    
         
             
                height: var(--mdc-bullet-size-large);
         
     | 
| 
       1797 
1797 
     | 
    
         
             
              }
         
     | 
| 
       1798 
     | 
    
         
            -
             
     | 
| 
      
 1798 
     | 
    
         
            +
            `,Uu=[kE];var Hu=z.constructTagName("bullet"),Gu={SMALL:"small",MEDIUM:"medium",LARGE:"large"};var La=class extends q{constructor(){super(...arguments);this.size=Gu.SMALL}};La.styles=[...q.styles,...Uu],p([u({type:String,reflect:!0})],La.prototype,"size",2);var kc=La;kc.register(Hu);var wE=kc;var Yu=z.constructTagName("buttongroup"),NE={40:40,32:32,28:28,24:24},LE={HORIZONTAL:"horizontal",VERTICAL:"vertical"},RE={PRIMARY:"primary",SECONDARY:"secondary"},xl={SIZE:NE[28],VARIANT:RE.PRIMARY,ORIENTATION:LE.HORIZONTAL};var ME=B`
         
     | 
| 
       1799 
1799 
     | 
    
         
             
              :host {
         
     | 
| 
       1800 
1800 
     | 
    
         
             
                --mdc-buttongroup-border-radius: 1.25rem;
         
     | 
| 
       1801 
1801 
     | 
    
         
             
                --mdc-buttongroup-border-color: var(--mds-color-theme-outline-button-normal);
         
     | 
| 
         @@ -1895,7 +1895,7 @@ 
     | 
|
| 
       1895 
1895 
     | 
    
         
             
              :host([compact][orientation='horizontal'][size='40']) ::slotted(mdc-button) {
         
     | 
| 
       1896 
1896 
     | 
    
         
             
                width: 2.5rem;
         
     | 
| 
       1897 
1897 
     | 
    
         
             
              }
         
     | 
| 
       1898 
     | 
    
         
            -
            `, 
     | 
| 
      
 1898 
     | 
    
         
            +
            `,Wu=[bt,ME];var li=class extends q{constructor(){super(...arguments);this.orientation=xl.ORIENTATION;this.variant=xl.VARIANT;this.size=xl.SIZE;this.compact=!1}handleSlotChange(){this.buttons.forEach(t=>{t.setAttribute("size",this.size.toString()),t.setAttribute("variant",this.variant)})}updated(t){super.updated(t),(t.has("size")||t.has("variant"))&&this.handleSlotChange()}render(){return _`<div part="container"><slot @slotchange=${this.handleSlotChange}></slot></div>`}};li.styles=[...q.styles,...Wu],p([u({type:String,reflect:!0})],li.prototype,"orientation",2),p([u({type:String,reflect:!0})],li.prototype,"variant",2),p([u({type:Number,reflect:!0})],li.prototype,"size",2),p([u({type:Boolean,reflect:!0})],li.prototype,"compact",2),p([Pt({selector:"mdc-button"})],li.prototype,"buttons",2);var wc=li;wc.register(Yu);var OE=wc;var Ut=n=>{class o extends n{constructor(){super(...arguments);this.dataAriaLabel=null}}return p([u({type:String,reflect:!0,attribute:"data-aria-label"})],o.prototype,"dataAriaLabel",2),o};var ju=z.constructTagName("linksimple"),ys={INLINE:!1,INVERTED:!1};var PE=[bt,B`
         
     | 
| 
       1899 
1899 
     | 
    
         
             
                :host {
         
     | 
| 
       1900 
1900 
     | 
    
         
             
                  --mdc-link-border-radius: 0.25rem;
         
     | 
| 
       1901 
1901 
     | 
    
         
             
                  --mdc-link-color-active: var(--mds-color-theme-text-accent-active);
         
     | 
| 
         @@ -1974,24 +1974,24 @@ 
     | 
|
| 
       1974 
1974 
     | 
    
         
             
                :host([inline])::part(anchor) {
         
     | 
| 
       1975 
1975 
     | 
    
         
             
                  text-decoration: var(--mds-font-apps-body-large-regular-underline-text-decoration);
         
     | 
| 
       1976 
1976 
     | 
    
         
             
                }
         
     | 
| 
       1977 
     | 
    
         
            -
              `,... 
     | 
| 
      
 1977 
     | 
    
         
            +
              `,...At(!0)],Ku=PE;var $e=class extends Ut(Bt(q)){constructor(){super(...arguments);this.inline=ys.INLINE;this.inverted=ys.INVERTED;this.target="_self"}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this.handleNavigation.bind(this)),this.addEventListener("keydown",this.handleNavigation.bind(this))}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this.handleNavigation.bind(this)),this.removeEventListener("keydown",this.handleNavigation.bind(this))}handleNavigation(t){this.disabled&&(t.preventDefault(),t.stopImmediatePropagation())}setDisabled(t){t?this.setAttribute("aria-disabled","true"):this.removeAttribute("aria-disabled")}update(t){super.update(t),t.has("disabled")&&this.setDisabled(this.disabled)}renderAnchorContent(){return _`<slot></slot>`}render(){var t;return _`
         
     | 
| 
       1978 
1978 
     | 
    
         
             
                  <a
         
     | 
| 
       1979 
1979 
     | 
    
         
             
                    class="mdc-focus-ring"
         
     | 
| 
       1980 
1980 
     | 
    
         
             
                    part="anchor"
         
     | 
| 
       1981 
1981 
     | 
    
         
             
                    href="${this.href}"
         
     | 
| 
       1982 
1982 
     | 
    
         
             
                    target="${this.target}"
         
     | 
| 
       1983 
     | 
    
         
            -
                    rel="${ 
     | 
| 
       1984 
     | 
    
         
            -
                    download="${ 
     | 
| 
       1985 
     | 
    
         
            -
                    ping="${ 
     | 
| 
       1986 
     | 
    
         
            -
                    hreflang="${ 
     | 
| 
       1987 
     | 
    
         
            -
                    type="${ 
     | 
| 
       1988 
     | 
    
         
            -
                    referrerpolicy="${ 
     | 
| 
      
 1983 
     | 
    
         
            +
                    rel="${tt(this.rel)}"
         
     | 
| 
      
 1984 
     | 
    
         
            +
                    download="${tt(this.download)}"
         
     | 
| 
      
 1985 
     | 
    
         
            +
                    ping="${tt(this.ping)}"
         
     | 
| 
      
 1986 
     | 
    
         
            +
                    hreflang="${tt(this.hreflang)}"
         
     | 
| 
      
 1987 
     | 
    
         
            +
                    type="${tt(this.type)}"
         
     | 
| 
      
 1988 
     | 
    
         
            +
                    referrerpolicy="${tt(this.referrerpolicy)}"
         
     | 
| 
       1989 
1989 
     | 
    
         
             
                    aria-label="${(t=this.dataAriaLabel)!=null?t:""}"
         
     | 
| 
       1990 
1990 
     | 
    
         
             
                    tabindex="${this.disabled?-1:0}"
         
     | 
| 
       1991 
1991 
     | 
    
         
             
                  >
         
     | 
| 
       1992 
1992 
     | 
    
         
             
                    ${this.renderAnchorContent()}
         
     | 
| 
       1993 
1993 
     | 
    
         
             
                  </a>
         
     | 
| 
       1994 
     | 
    
         
            -
                `}};$e.styles=[... 
     | 
| 
      
 1994 
     | 
    
         
            +
                `}};$e.styles=[...q.styles,...Ku],p([u({type:Boolean,reflect:!0})],$e.prototype,"inline",2),p([u({type:Boolean,reflect:!0})],$e.prototype,"inverted",2),p([u({type:String,reflect:!0})],$e.prototype,"href",2),p([u({type:String,reflect:!0})],$e.prototype,"target",2),p([u({type:String,reflect:!0})],$e.prototype,"rel",2),p([u({type:String,reflect:!0})],$e.prototype,"download",2),p([u({type:String,reflect:!0})],$e.prototype,"ping",2),p([u({type:String,reflect:!0})],$e.prototype,"hreflang",2),p([u({type:String,reflect:!0})],$e.prototype,"type",2),p([u({type:String,reflect:!0})],$e.prototype,"referrerpolicy",2);var $r=$e;var DE=B`
         
     | 
| 
       1995 
1995 
     | 
    
         
             
              :host {
         
     | 
| 
       1996 
1996 
     | 
    
         
             
                border: unset;
         
     | 
| 
       1997 
1997 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2045,11 +2045,11 @@ 
     | 
|
| 
       2045 
2045 
     | 
    
         
             
              :host([variant='secondary'][soft-disabled])::part(anchor) {
         
     | 
| 
       2046 
2046 
     | 
    
         
             
                border-color: var(--mdc-button-border-color);
         
     | 
| 
       2047 
2047 
     | 
    
         
             
              }
         
     | 
| 
       2048 
     | 
    
         
            -
            `, 
     | 
| 
      
 2048 
     | 
    
         
            +
            `,qu=[DE,...At(!0)];var Es=class extends jn($r){constructor(){super(...arguments);this.size=Pe.SIZE}setSoftDisabled(t,r){r?t.setAttribute("aria-disabled","true"):t.removeAttribute("aria-disabled")}update(t){super.update(t),t.has("softDisabled")&&this.setSoftDisabled(this,this.softDisabled),t.has("size")&&this.setSize(this.size),t.has("variant")&&(this.setVariant(this.variant),this.setSize(this.size)),t.has("color")&&this.setColor(this.color),t.has("typeInternal")&&this.setSize(this.size),(t.has("prefixIcon")||t.has("postfixIcon"))&&this.inferButtonType()}renderAnchorContent(){return _`
         
     | 
| 
       2049 
2049 
     | 
    
         
             
                  ${this.prefixIcon?_`<mdc-icon name="${this.prefixIcon}" part="prefix-icon" length-unit="rem"></mdc-icon>`:""}
         
     | 
| 
       2050 
2050 
     | 
    
         
             
                  <slot @slotchange="${this.inferButtonType}" part="button-text"></slot>
         
     | 
| 
       2051 
2051 
     | 
    
         
             
                  ${this.postfixIcon?_`<mdc-icon name="${this.postfixIcon}" part="postfix-icon" length-unit="rem"></mdc-icon>`:""}
         
     | 
| 
       2052 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 2052 
     | 
    
         
            +
                `}};Es.styles=[...yo.styles,...qu],p([u({type:Number,reflect:!0})],Es.prototype,"size",2),p([u({type:Boolean,attribute:"soft-disabled",reflect:!0})],Es.prototype,"softDisabled",2);var Nc=Es;var Xu=z.constructTagName("buttonlink");Nc.register(Xu);var FE=Nc;var Al=n=>{class o extends n{constructor(){super(...arguments);this.cardTitle="";this.subtitle="";this.imageSrc="";this.imageAlt="";this.variant=oe.VARIANT;this.orientation=oe.ORIENTATION;this.titleTagName=oe.TAGNAME;this.subtitleTagName=oe.TAGNAME}renderImage(){return this.imageSrc?_`<div part="image-wrapper"><img part="image" src="${this.imageSrc}" alt="${this.imageAlt}" /></div>`:j}renderIcon(){return this.iconName?_`<mdc-icon
         
     | 
| 
       2053 
2053 
     | 
    
         
             
                        part="icon"
         
     | 
| 
       2054 
2054 
     | 
    
         
             
                        size="${oe.ICON_SIZE}"
         
     | 
| 
       2055 
2055 
     | 
    
         
             
                        length-unit="${oe.ICON_LENGTH_UNIT}"
         
     | 
| 
         @@ -2059,7 +2059,7 @@ 
     | 
|
| 
       2059 
2059 
     | 
    
         
             
                    ${this.subtitle?_`<mdc-text part="subtitle" type="${oe.SUBTITLE_TYPE}" tagname="${this.subtitleTagName}"
         
     | 
| 
       2060 
2060 
     | 
    
         
             
                          >${this.subtitle}</mdc-text
         
     | 
| 
       2061 
2061 
     | 
    
         
             
                        >`:j}
         
     | 
| 
       2062 
     | 
    
         
            -
                  </div>`}}return p([u({type:String,attribute:"card-title",reflect:!0})],o.prototype,"cardTitle",2),p([u({type:String,reflect:!0})],o.prototype,"subtitle",2),p([u({type:String,attribute:"image-src",reflect:!0})],o.prototype,"imageSrc",2),p([u({type:String,attribute:"image-alt",reflect:!0})],o.prototype,"imageAlt",2),p([u({type:String,reflect:!0})],o.prototype,"variant",2),p([u({type:String,reflect:!0})],o.prototype,"orientation",2),p([u({type:String,attribute:"title-tag-name",reflect:!0})],o.prototype,"titleTagName",2),p([u({type:String,attribute:"subtitle-tag-name",reflect:!0})],o.prototype,"subtitleTagName",2),p([u({type:String,attribute:"icon-name",reflect:!0})],o.prototype,"iconName",2),o};var  
     | 
| 
      
 2062 
     | 
    
         
            +
                  </div>`}}return p([u({type:String,attribute:"card-title",reflect:!0})],o.prototype,"cardTitle",2),p([u({type:String,reflect:!0})],o.prototype,"subtitle",2),p([u({type:String,attribute:"image-src",reflect:!0})],o.prototype,"imageSrc",2),p([u({type:String,attribute:"image-alt",reflect:!0})],o.prototype,"imageAlt",2),p([u({type:String,reflect:!0})],o.prototype,"variant",2),p([u({type:String,reflect:!0})],o.prototype,"orientation",2),p([u({type:String,attribute:"title-tag-name",reflect:!0})],o.prototype,"titleTagName",2),p([u({type:String,attribute:"subtitle-tag-name",reflect:!0})],o.prototype,"subtitleTagName",2),p([u({type:String,attribute:"icon-name",reflect:!0})],o.prototype,"iconName",2),o};var $E=B`
         
     | 
| 
       2063 
2063 
     | 
    
         
             
              :host {
         
     | 
| 
       2064 
2064 
     | 
    
         
             
                --mdc-card-width: 20rem;
         
     | 
| 
       2065 
2065 
     | 
    
         
             
                align-items: stretch;
         
     | 
| 
         @@ -2168,7 +2168,7 @@ 
     | 
|
| 
       2168 
2168 
     | 
    
         
             
              mdc-text::part(text) {
         
     | 
| 
       2169 
2169 
     | 
    
         
             
                margin: 0;
         
     | 
| 
       2170 
2170 
     | 
    
         
             
              }
         
     | 
| 
       2171 
     | 
    
         
            -
            `, 
     | 
| 
      
 2171 
     | 
    
         
            +
            `,Zu=[bt,$E];var Ra=class extends Al(us(q)){constructor(){super(...arguments);this.handleIconButtons=()=>{var t;(t=this.iconButtons)==null||t.forEach(r=>{r.matches(oe.BUTTON)&&(r.setAttribute("variant",Ft.TERTIARY),r.setAttribute("size","32"))})}}update(t){super.update(t),t.has("variant")&&this.updateFooterButtonColors(this.variant)}renderHeader(){return this.cardTitle?_`<div part="header">
         
     | 
| 
       2172 
2172 
     | 
    
         
             
                  ${this.renderIcon()} ${this.renderTitle()}
         
     | 
| 
       2173 
2173 
     | 
    
         
             
                  <div part="icon-button"><slot name="icon-button" @slotchange=${this.handleIconButtons}></slot></div>
         
     | 
| 
       2174 
2174 
     | 
    
         
             
                </div>`:j}render(){return _`
         
     | 
| 
         @@ -2182,7 +2182,7 @@ 
     | 
|
| 
       2182 
2182 
     | 
    
         
             
                    </div>
         
     | 
| 
       2183 
2183 
     | 
    
         
             
                    ${this.renderFooter()}
         
     | 
| 
       2184 
2184 
     | 
    
         
             
                  </div>
         
     | 
| 
       2185 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 2185 
     | 
    
         
            +
                `}};Ra.styles=[...q.styles,...Zu],p([Pt({slot:"icon-button"})],Ra.prototype,"iconButtons",2);var Tr=Ra;Tr.register(mu);var zE=Tr;var VE=B`
         
     | 
| 
       2186 
2186 
     | 
    
         
             
              :host {
         
     | 
| 
       2187 
2187 
     | 
    
         
             
                cursor: pointer;
         
     | 
| 
       2188 
2188 
     | 
    
         
             
                user-select: none;
         
     | 
| 
         @@ -2204,7 +2204,7 @@ 
     | 
|
| 
       2204 
2204 
     | 
    
         
             
              :host([disabled])::part(image) {
         
     | 
| 
       2205 
2205 
     | 
    
         
             
                opacity: 0.5;
         
     | 
| 
       2206 
2206 
     | 
    
         
             
              }
         
     | 
| 
       2207 
     | 
    
         
            -
            `, 
     | 
| 
      
 2207 
     | 
    
         
            +
            `,Qu=[VE,...At()];var Sl=class extends Al(ie){connectedCallback(){super.connectedCallback(),this.active=void 0,this.size=void 0}renderHeader(){return this.cardTitle?_`<div part="header">${this.renderIcon()} ${this.renderTitle()}</div>`:j}render(){return _`
         
     | 
| 
       2208 
2208 
     | 
    
         
             
                  ${this.renderImage()}
         
     | 
| 
       2209 
2209 
     | 
    
         
             
                  <div part="body">
         
     | 
| 
       2210 
2210 
     | 
    
         
             
                    ${this.renderHeader()}
         
     | 
| 
         @@ -2212,7 +2212,7 @@ 
     | 
|
| 
       2212 
2212 
     | 
    
         
             
                    <slot name="body"></slot>
         
     | 
| 
       2213 
2213 
     | 
    
         
             
                    <slot name="after-body"></slot>
         
     | 
| 
       2214 
2214 
     | 
    
         
             
                  </div>
         
     | 
| 
       2215 
     | 
    
         
            -
                `}};Sl.styles=[... 
     | 
| 
      
 2215 
     | 
    
         
            +
                `}};Sl.styles=[...Tr.styles,...Qu];var Lc=Sl;var Ju=z.constructTagName("cardbutton");Lc.register(Ju);var BE=Lc;var tf=z.constructTagName("cardcheckbox"),Rc={DEFAULT:"check-circle-bold",CHECKED:"check-circle-filled"},Il={CHECK:"check",CHECKBOX:"checkbox"},_l={SELECTION_TYPE:Il.CHECK,ICON_SIZE:1.5,ICON_LENGTH_UNIT:"rem"};var UE=B`
         
     | 
| 
       2216 
2216 
     | 
    
         
             
              :host {
         
     | 
| 
       2217 
2217 
     | 
    
         
             
                cursor: pointer;
         
     | 
| 
       2218 
2218 
     | 
    
         
             
                user-select: none;
         
     | 
| 
         @@ -2269,12 +2269,12 @@ 
     | 
|
| 
       2269 
2269 
     | 
    
         
             
              :host([disabled])::part(check-icon) {
         
     | 
| 
       2270 
2270 
     | 
    
         
             
                color: var(--mds-color-theme-text-primary-disabled);
         
     | 
| 
       2271 
2271 
     | 
    
         
             
              }
         
     | 
| 
       2272 
     | 
    
         
            -
            `, 
     | 
| 
      
 2272 
     | 
    
         
            +
            `,ef=[UE,...At()];var Ts=class extends Bt(Mr(Tr)){constructor(){super();this.checked=!1;this.selectionType=_l.SELECTION_TYPE;this.addEventListener("click",this.toggleChecked.bind(this)),this.addEventListener("keydown",this.toggleOnEnter.bind(this)),this.addEventListener("keyup",this.toggleOnSpace.bind(this))}connectedCallback(){super.connectedCallback(),this.role=rt.CHECKBOX}update(t){super.update(t),t.has("checked")&&this.setAttribute("aria-checked",`${this.checked}`),t.has("disabled")&&(this.setAttribute("aria-disabled",`${this.disabled}`),this.tabIndex=this.disabled?-1:0)}toggleChecked(){this.disabled||(this.checked=!this.checked),this.dispatchEvent(new Event("change",{bubbles:!0,composed:!0}))}toggleOnEnter(t){t.key===Q.ENTER&&this.toggleChecked()}toggleOnSpace(t){t.key===Q.SPACE&&this.toggleChecked()}renderSelection(){let t=this.checked?Rc.CHECKED:Rc.DEFAULT;switch(this.selectionType){case Il.CHECK:return _`<mdc-icon
         
     | 
| 
       2273 
2273 
     | 
    
         
             
                      part="check check-icon"
         
     | 
| 
       2274 
     | 
    
         
            -
                      size="${ 
     | 
| 
       2275 
     | 
    
         
            -
                      length-unit="${ 
     | 
| 
      
 2274 
     | 
    
         
            +
                      size="${_l.ICON_SIZE}"
         
     | 
| 
      
 2275 
     | 
    
         
            +
                      length-unit="${_l.ICON_LENGTH_UNIT}"
         
     | 
| 
       2276 
2276 
     | 
    
         
             
                      name="${t}"
         
     | 
| 
       2277 
     | 
    
         
            -
                    ></mdc-icon>`;case  
     | 
| 
      
 2277 
     | 
    
         
            +
                    ></mdc-icon>`;case Il.CHECKBOX:return _`<mdc-staticcheckbox
         
     | 
| 
       2278 
2278 
     | 
    
         
             
                      part="check"
         
     | 
| 
       2279 
2279 
     | 
    
         
             
                      ?checked="${this.checked}"
         
     | 
| 
       2280 
2280 
     | 
    
         
             
                      ?disabled="${this.disabled}"
         
     | 
| 
         @@ -2286,7 +2286,7 @@ 
     | 
|
| 
       2286 
2286 
     | 
    
         
             
                    <slot name="body"></slot>
         
     | 
| 
       2287 
2287 
     | 
    
         
             
                    <slot name="after-body"></slot>
         
     | 
| 
       2288 
2288 
     | 
    
         
             
                  </div>
         
     | 
| 
       2289 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 2289 
     | 
    
         
            +
                `}};Ts.styles=[...Tr.styles,...ef],p([u({type:Boolean,reflect:!0})],Ts.prototype,"checked",2),p([u({type:String,attribute:"selection-type",reflect:!0})],Ts.prototype,"selectionType",2);var Mc=Ts;var HE=[B`
         
     | 
| 
       2290 
2290 
     | 
    
         
             
                :host {
         
     | 
| 
       2291 
2291 
     | 
    
         
             
                  --mdc-checkbox-border-color: var(--mds-color-theme-outline-input-normal);
         
     | 
| 
       2292 
2292 
     | 
    
         
             
                  --mdc-checkbox-background-color: var(--mds-color-theme-control-inactive-normal);
         
     | 
| 
         @@ -2364,7 +2364,7 @@ 
     | 
|
| 
       2364 
2364 
     | 
    
         
             
                    --mdc-checkbox-icon-color: GrayText;
         
     | 
| 
       2365 
2365 
     | 
    
         
             
                  }
         
     | 
| 
       2366 
2366 
     | 
    
         
             
                }
         
     | 
| 
       2367 
     | 
    
         
            -
              `], 
     | 
| 
      
 2367 
     | 
    
         
            +
              `],rf=HE;var of=z.constructTagName("formfieldwrapper"),$t={DEFAULT:"default",ERROR:"error",PRIORITY:"priority",SUCCESS:"success",WARNING:"warning"},Lt={VALIDATION:$t.DEFAULT,HELPER_TEXT_ID:"helper-text-id",HEADING_ID:"heading-id",ICON_SIZE:20,INFO_ICON:"info-badge-filled",TOGGLETIP_PLACEMENT:"top",TOGGLETIP_STRATEGY:"absolute"},Ma={TAGNAME:mt.SPAN,TYPE:st.BODY_MIDSIZE_REGULAR,HEADER_TYPE:st.BODY_MIDSIZE_BOLD};var sf=z.constructTagName("checkbox"),Cl={CHECKED:"check-bold",INDETERMINATE:"minus-bold"},af={ERROR:$t.ERROR,DEFAULT:$t.DEFAULT};var nf=z.constructTagName("staticcheckbox");var Vi=class extends Bt(q){constructor(){super(...arguments);this.checked=!1;this.indeterminate=!1;this.readonly=!1;this.softDisabled=!1}render(){let t=this.checked||this.indeterminate?_`
         
     | 
| 
       2368 
2368 
     | 
    
         
             
                        <mdc-icon
         
     | 
| 
       2369 
2369 
     | 
    
         
             
                          part="checkbox-icon"
         
     | 
| 
       2370 
2370 
     | 
    
         
             
                          name="${this.indeterminate?Cl.INDETERMINATE:Cl.CHECKED}"
         
     | 
| 
         @@ -2372,7 +2372,7 @@ 
     | 
|
| 
       2372 
2372 
     | 
    
         
             
                          length-unit="rem"
         
     | 
| 
       2373 
2373 
     | 
    
         
             
                        ></mdc-icon>
         
     | 
| 
       2374 
2374 
     | 
    
         
             
                      `:j;return _`<slot></slot>
         
     | 
| 
       2375 
     | 
    
         
            -
                  <div part="icon-container">${t}</div>`}};Vi.styles=[... 
     | 
| 
      
 2375 
     | 
    
         
            +
                  <div part="icon-container">${t}</div>`}};Vi.styles=[...q.styles,...rf],p([u({type:Boolean,reflect:!0})],Vi.prototype,"checked",2),p([u({type:Boolean,reflect:!0})],Vi.prototype,"indeterminate",2),p([u({type:Boolean,reflect:!0})],Vi.prototype,"readonly",2),p([u({type:Boolean,attribute:"soft-disabled",reflect:!0})],Vi.prototype,"softDisabled",2);var Oc=Vi;Oc.register(nf);var GE=Oc;Mc.register(tf);var YE=Mc;var WE=B`
         
     | 
| 
       2376 
2376 
     | 
    
         
             
              :host {
         
     | 
| 
       2377 
2377 
     | 
    
         
             
                cursor: pointer;
         
     | 
| 
       2378 
2378 
     | 
    
         
             
                user-select: none;
         
     | 
| 
         @@ -2425,7 +2425,7 @@ 
     | 
|
| 
       2425 
2425 
     | 
    
         
             
              :host([disabled])::part(image) {
         
     | 
| 
       2426 
2426 
     | 
    
         
             
                opacity: 0.5;
         
     | 
| 
       2427 
2427 
     | 
    
         
             
              }
         
     | 
| 
       2428 
     | 
    
         
            -
            `, 
     | 
| 
      
 2428 
     | 
    
         
            +
            `,lf=[WE,...At()];var xs=class extends Bt(Mr(Tr)){constructor(){super();this.checked=!1;this.name="";this.addEventListener("click",this.toggleChecked.bind(this)),this.addEventListener("keydown",this.toggleOnEnter.bind(this)),this.addEventListener("keyup",this.toggleOnSpace.bind(this))}connectedCallback(){super.connectedCallback(),this.role=rt.RADIO}getAllCardsWithinSameGroup(){return Array.from(document.querySelectorAll(`mdc-cardradio[name="${this.name}"]`))}toggleChecked(){if(this.disabled||this.checked)return;this.getAllCardsWithinSameGroup().forEach(r=>{r.checked=!1}),this.checked=!0,this.dispatchEvent(new Event("change",{bubbles:!0,composed:!0}))}setDisabled(t){this.setAttribute("aria-disabled",`${t}`),this.tabIndex=t?-1:0}update(t){super.update(t),t.has("checked")&&this.setAttribute("aria-checked",`${this.checked}`),t.has("disabled")&&this.setDisabled(this.disabled)}updateCardRadio(t,r){t[r].focus(),t[r].toggleChecked()}toggleOnEnter(t){if(this.disabled)return;let s=this.getAllCardsWithinSameGroup().filter(m=>!m.disabled),d=s.indexOf(this);if(["ArrowDown","ArrowRight"].includes(t.key)){let m=(d+1)%s.length;this.updateCardRadio(s,m)}else if(["ArrowUp","ArrowLeft"].includes(t.key)){let m=(d-1+s.length)%s.length;this.updateCardRadio(s,m)}t.key===Q.ENTER&&this.toggleChecked()}toggleOnSpace(t){t.key===Q.SPACE&&this.toggleChecked()}renderHeader(){return this.cardTitle?_`<div part="header">
         
     | 
| 
       2429 
2429 
     | 
    
         
             
                  ${this.renderIcon()} ${this.renderTitle()}
         
     | 
| 
       2430 
2430 
     | 
    
         
             
                  <mdc-staticradio part="check" ?checked="${this.checked}" ?disabled="${this.disabled}"></mdc-staticradio>
         
     | 
| 
       2431 
2431 
     | 
    
         
             
                </div>`:j}render(){return _`
         
     | 
| 
         @@ -2436,7 +2436,7 @@ 
     | 
|
| 
       2436 
2436 
     | 
    
         
             
                    <slot name="body"></slot>
         
     | 
| 
       2437 
2437 
     | 
    
         
             
                    <slot name="after-body"></slot>
         
     | 
| 
       2438 
2438 
     | 
    
         
             
                  </div>
         
     | 
| 
       2439 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 2439 
     | 
    
         
            +
                `}};xs.styles=[...Tr.styles,...lf],p([u({type:Boolean,reflect:!0})],xs.prototype,"checked",2),p([u({type:String})],xs.prototype,"name",2);var Pc=xs;var kl=z.constructTagName("cardradio");var jE=[B`
         
     | 
| 
       2440 
2440 
     | 
    
         
             
                :host {
         
     | 
| 
       2441 
2441 
     | 
    
         
             
                  --mdc-radio-inner-circle-size: 0.375rem;
         
     | 
| 
       2442 
2442 
     | 
    
         
             
                  --mdc-radio-outer-circle-size: 1rem;
         
     | 
| 
         @@ -2533,8 +2533,8 @@ 
     | 
|
| 
       2533 
2533 
     | 
    
         
             
                    --mdc-radio-outer-circle-background-color: GrayText;
         
     | 
| 
       2534 
2534 
     | 
    
         
             
                  }
         
     | 
| 
       2535 
2535 
     | 
    
         
             
                }
         
     | 
| 
       2536 
     | 
    
         
            -
              `], 
     | 
| 
       2537 
     | 
    
         
            -
                  <span part="radio-icon" class="radio-icon"></span>`}};xo.styles=[...K.styles,...of],p([u({type:Boolean,reflect:!0})],xo.prototype,"checked",2),p([u({type:Boolean,reflect:!0})],xo.prototype,"readonly",2),p([u({type:Boolean,attribute:"soft-disabled",reflect:!0})],xo.prototype,"softDisabled",2);var Pc=xo;var sf=V.constructTagName("staticradio");Pc.register(sf);var UE=Pc;Oc.register(kl);var GE=Oc;var Fr=Math.min,_e=Math.max,Oa=Math.round,Pa=Math.floor,Tr=n=>({x:n,y:n}),HE={left:"right",right:"left",bottom:"top",top:"bottom"},YE={start:"end",end:"start"};function Nl(n,o,t){return _e(n,Fr(o,t))}function Ao(n,o){return typeof n=="function"?n(o):n}function li(n){return n.split("-")[0]}function So(n){return n.split("-")[1]}function Dc(n){return n==="x"?"y":"x"}function Ll(n){return n==="y"?"height":"width"}var WE=new Set(["top","bottom"]);function Vr(n){return WE.has(li(n))?"y":"x"}function Rl(n){return Dc(Vr(n))}function lf(n,o,t){t===void 0&&(t=!1);let i=So(n),a=Rl(n),d=Ll(a),m=a==="x"?i===(t?"end":"start")?"right":"left":i==="start"?"bottom":"top";return o.reference[d]>o.floating[d]&&(m=Ma(m)),[m,Ma(m)]}function df(n){let o=Ma(n);return[wl(n),o,wl(o)]}function wl(n){return n.replace(/start|end/g,o=>YE[o])}var af=["left","right"],nf=["right","left"],jE=["top","bottom"],KE=["bottom","top"];function qE(n,o,t){switch(n){case"top":case"bottom":return t?o?nf:af:o?af:nf;case"left":case"right":return o?jE:KE;default:return[]}}function cf(n,o,t,i){let a=So(n),d=qE(li(n),t==="start",i);return a&&(d=d.map(m=>m+"-"+a),o&&(d=d.concat(d.map(wl)))),d}function Ma(n){return n.replace(/left|right|bottom|top/g,o=>HE[o])}function XE(n){return{top:0,right:0,bottom:0,left:0,...n}}function $c(n){return typeof n!="number"?XE(n):{top:n,right:n,bottom:n,left:n}}function _o(n){let{x:o,y:t,width:i,height:a}=n;return{width:i,height:a,top:t,left:o,right:o+i,bottom:t+a,x:o,y:t}}function hf(n,o,t){let{reference:i,floating:a}=n,d=Vr(o),m=Rl(o),b=Ll(m),C=li(o),L=d==="y",W=i.x+i.width/2-a.width/2,q=i.y+i.height/2-a.height/2,it=i[b]/2-a[b]/2,X;switch(C){case"top":X={x:W,y:i.y-a.height};break;case"bottom":X={x:W,y:i.y+i.height};break;case"right":X={x:i.x+i.width,y:q};break;case"left":X={x:i.x-a.width,y:q};break;default:X={x:i.x,y:i.y}}switch(So(o)){case"start":X[m]-=it*(t&&L?-1:1);break;case"end":X[m]+=it*(t&&L?-1:1);break}return X}var pf=async(n,o,t)=>{let{placement:i="bottom",strategy:a="absolute",middleware:d=[],platform:m}=t,b=d.filter(Boolean),C=await(m.isRTL==null?void 0:m.isRTL(o)),L=await m.getElementRects({reference:n,floating:o,strategy:a}),{x:W,y:q}=hf(L,i,C),it=i,X={},rt=0;for(let lt=0;lt<b.length;lt++){let{name:dt,fn:gt}=b[lt],{x:At,y:Lt,data:jt,reset:Vt}=await gt({x:W,y:q,initialPlacement:i,placement:it,strategy:a,middlewareData:X,rects:L,platform:m,elements:{reference:n,floating:o}});W=At!=null?At:W,q=Lt!=null?Lt:q,X={...X,[dt]:{...X[dt],...jt}},Vt&&rt<=50&&(rt++,typeof Vt=="object"&&(Vt.placement&&(it=Vt.placement),Vt.rects&&(L=Vt.rects===!0?await m.getElementRects({reference:n,floating:o,strategy:a}):Vt.rects),{x:W,y:q}=hf(L,it,C)),lt=-1)}return{x:W,y:q,placement:it,strategy:a,middlewareData:X}};async function Ml(n,o){var t;o===void 0&&(o={});let{x:i,y:a,platform:d,rects:m,elements:b,strategy:C}=n,{boundary:L="clippingAncestors",rootBoundary:W="viewport",elementContext:q="floating",altBoundary:it=!1,padding:X=0}=Ao(o,n),rt=$c(X),dt=b[it?q==="floating"?"reference":"floating":q],gt=_o(await d.getClippingRect({element:(t=await(d.isElement==null?void 0:d.isElement(dt)))==null||t?dt:dt.contextElement||await(d.getDocumentElement==null?void 0:d.getDocumentElement(b.floating)),boundary:L,rootBoundary:W,strategy:C})),At=q==="floating"?{x:i,y:a,width:m.floating.width,height:m.floating.height}:m.reference,Lt=await(d.getOffsetParent==null?void 0:d.getOffsetParent(b.floating)),jt=await(d.isElement==null?void 0:d.isElement(Lt))?await(d.getScale==null?void 0:d.getScale(Lt))||{x:1,y:1}:{x:1,y:1},Vt=_o(d.convertOffsetParentRelativeRectToViewportRelativeRect?await d.convertOffsetParentRelativeRectToViewportRelativeRect({elements:b,rect:At,offsetParent:Lt,strategy:C}):At);return{top:(gt.top-Vt.top+rt.top)/jt.y,bottom:(Vt.bottom-gt.bottom+rt.bottom)/jt.y,left:(gt.left-Vt.left+rt.left)/jt.x,right:(Vt.right-gt.right+rt.right)/jt.x}}var mf=n=>({name:"arrow",options:n,async fn(o){let{x:t,y:i,placement:a,rects:d,platform:m,elements:b,middlewareData:C}=o,{element:L,padding:W=0}=Ao(n,o)||{};if(L==null)return{};let q=$c(W),it={x:t,y:i},X=Rl(a),rt=Ll(X),lt=await m.getDimensions(L),dt=X==="y",gt=dt?"top":"left",At=dt?"bottom":"right",Lt=dt?"clientHeight":"clientWidth",jt=d.reference[rt]+d.reference[X]-it[X]-d.floating[rt],Vt=it[X]-d.reference[X],Ut=await(m.getOffsetParent==null?void 0:m.getOffsetParent(L)),Zt=Ut?Ut[Lt]:0;(!Zt||!await(m.isElement==null?void 0:m.isElement(Ut)))&&(Zt=b.floating[Lt]||d.floating[rt]);let ne=jt/2-Vt/2,ur=Zt/2-lt[rt]/2-1,ke=Fr(q[gt],ur),Xe=Fr(q[At],ur),fr=ke,vr=Zt-lt[rt]-Xe,Ct=Zt/2-lt[rt]/2+ne,me=Nl(fr,Ct,vr),Ze=!C.arrow&&So(a)!=null&&Ct!==me&&d.reference[rt]/2-(Ct<fr?ke:Xe)-lt[rt]/2<0,Qe=Ze?Ct<fr?Ct-fr:Ct-vr:0;return{[X]:it[X]+Qe,data:{[X]:me,centerOffset:Ct-me-Qe,...Ze&&{alignmentOffset:Qe}},reset:Ze}}});var uf=function(n){return n===void 0&&(n={}),{name:"flip",options:n,async fn(o){var t,i;let{placement:a,middlewareData:d,rects:m,initialPlacement:b,platform:C,elements:L}=o,{mainAxis:W=!0,crossAxis:q=!0,fallbackPlacements:it,fallbackStrategy:X="bestFit",fallbackAxisSideDirection:rt="none",flipAlignment:lt=!0,...dt}=Ao(n,o);if((t=d.arrow)!=null&&t.alignmentOffset)return{};let gt=li(a),At=Vr(b),Lt=li(b)===b,jt=await(C.isRTL==null?void 0:C.isRTL(L.floating)),Vt=it||(Lt||!lt?[Ma(b)]:df(b)),Ut=rt!=="none";!it&&Ut&&Vt.push(...cf(b,lt,rt,jt));let Zt=[b,...Vt],ne=await Ml(o,dt),ur=[],ke=((i=d.flip)==null?void 0:i.overflows)||[];if(W&&ur.push(ne[gt]),q){let Ct=lf(a,m,jt);ur.push(ne[Ct[0]],ne[Ct[1]])}if(ke=[...ke,{placement:a,overflows:ur}],!ur.every(Ct=>Ct<=0)){var Xe,fr;let Ct=(((Xe=d.flip)==null?void 0:Xe.index)||0)+1,me=Zt[Ct];if(me&&(!(q==="alignment"?At!==Vr(me):!1)||ke.every(Je=>Je.overflows[0]>0&&Vr(Je.placement)===At)))return{data:{index:Ct,overflows:ke},reset:{placement:me}};let Ze=(fr=ke.filter(Qe=>Qe.overflows[0]<=0).sort((Qe,Je)=>Qe.overflows[1]-Je.overflows[1])[0])==null?void 0:fr.placement;if(!Ze)switch(X){case"bestFit":{var vr;let Qe=(vr=ke.filter(Je=>{if(Ut){let tr=Vr(Je.placement);return tr===At||tr==="y"}return!0}).map(Je=>[Je.placement,Je.overflows.filter(tr=>tr>0).reduce((tr,un)=>tr+un,0)]).sort((Je,tr)=>Je[1]-tr[1])[0])==null?void 0:vr[0];Qe&&(Ze=Qe);break}case"initialPlacement":Ze=b;break}if(a!==Ze)return{reset:{placement:Ze}}}return{}}}};var ZE=new Set(["left","top"]);async function QE(n,o){let{placement:t,platform:i,elements:a}=n,d=await(i.isRTL==null?void 0:i.isRTL(a.floating)),m=li(t),b=So(t),C=Vr(t)==="y",L=ZE.has(m)?-1:1,W=d&&C?-1:1,q=Ao(o,n),{mainAxis:it,crossAxis:X,alignmentAxis:rt}=typeof q=="number"?{mainAxis:q,crossAxis:0,alignmentAxis:null}:{mainAxis:q.mainAxis||0,crossAxis:q.crossAxis||0,alignmentAxis:q.alignmentAxis};return b&&typeof rt=="number"&&(X=b==="end"?rt*-1:rt),C?{x:X*W,y:it*L}:{x:it*L,y:X*W}}var ff=function(n){return n===void 0&&(n=0),{name:"offset",options:n,async fn(o){var t,i;let{x:a,y:d,placement:m,middlewareData:b}=o,C=await QE(o,n);return m===((t=b.offset)==null?void 0:t.placement)&&(i=b.arrow)!=null&&i.alignmentOffset?{}:{x:a+C.x,y:d+C.y,data:{...C,placement:m}}}}},vf=function(n){return n===void 0&&(n={}),{name:"shift",options:n,async fn(o){let{x:t,y:i,placement:a}=o,{mainAxis:d=!0,crossAxis:m=!1,limiter:b={fn:dt=>{let{x:gt,y:At}=dt;return{x:gt,y:At}}},...C}=Ao(n,o),L={x:t,y:i},W=await Ml(o,C),q=Vr(li(a)),it=Dc(q),X=L[it],rt=L[q];if(d){let dt=it==="y"?"top":"left",gt=it==="y"?"bottom":"right",At=X+W[dt],Lt=X-W[gt];X=Nl(At,X,Lt)}if(m){let dt=q==="y"?"top":"left",gt=q==="y"?"bottom":"right",At=rt+W[dt],Lt=rt-W[gt];rt=Nl(At,rt,Lt)}let lt=b.fn({...o,[it]:X,[q]:rt});return{...lt,data:{x:lt.x-t,y:lt.y-i,enabled:{[it]:d,[q]:m}}}}}};var gf=function(n){return n===void 0&&(n={}),{name:"size",options:n,async fn(o){var t,i;let{placement:a,rects:d,platform:m,elements:b}=o,{apply:C=()=>{},...L}=Ao(n,o),W=await Ml(o,L),q=li(a),it=So(a),X=Vr(a)==="y",{width:rt,height:lt}=d.floating,dt,gt;q==="top"||q==="bottom"?(dt=q,gt=it===(await(m.isRTL==null?void 0:m.isRTL(b.floating))?"start":"end")?"left":"right"):(gt=q,dt=it==="end"?"top":"bottom");let At=lt-W.top-W.bottom,Lt=rt-W.left-W.right,jt=Fr(lt-W[dt],At),Vt=Fr(rt-W[gt],Lt),Ut=!o.middlewareData.shift,Zt=jt,ne=Vt;if((t=o.middlewareData.shift)!=null&&t.enabled.x&&(ne=Lt),(i=o.middlewareData.shift)!=null&&i.enabled.y&&(Zt=At),Ut&&!it){let ke=_e(W.left,0),Xe=_e(W.right,0),fr=_e(W.top,0),vr=_e(W.bottom,0);X?ne=rt-2*(ke!==0||Xe!==0?ke+Xe:_e(W.left,W.right)):Zt=lt-2*(fr!==0||vr!==0?fr+vr:_e(W.top,W.bottom))}await C({...o,availableWidth:ne,availableHeight:Zt});let ur=await m.getDimensions(b.floating);return rt!==ur.width||lt!==ur.height?{reset:{rects:!0}}:{}}}};function Ol(){return typeof window<"u"}function Io(n){return yf(n)?(n.nodeName||"").toLowerCase():"#document"}function Fe(n){var o;return(n==null||(o=n.ownerDocument)==null?void 0:o.defaultView)||window}function xr(n){var o;return(o=(yf(n)?n.ownerDocument:n.document)||window.document)==null?void 0:o.documentElement}function yf(n){return Ol()?n instanceof Node||n instanceof Fe(n).Node:!1}function nr(n){return Ol()?n instanceof Element||n instanceof Fe(n).Element:!1}function Ar(n){return Ol()?n instanceof HTMLElement||n instanceof Fe(n).HTMLElement:!1}function bf(n){return!Ol()||typeof ShadowRoot>"u"?!1:n instanceof ShadowRoot||n instanceof Fe(n).ShadowRoot}var JE=new Set(["inline","contents"]);function As(n){let{overflow:o,overflowX:t,overflowY:i,display:a}=lr(n);return/auto|scroll|overlay|hidden|clip/.test(o+i+t)&&!JE.has(a)}var tT=new Set(["table","td","th"]);function Ef(n){return tT.has(Io(n))}var eT=[":popover-open",":modal"];function Da(n){return eT.some(o=>{try{return n.matches(o)}catch{return!1}})}var rT=["transform","translate","scale","rotate","perspective"],iT=["transform","translate","scale","rotate","perspective","filter"],oT=["paint","layout","strict","content"];function Pl(n){let o=Dl(),t=nr(n)?lr(n):n;return rT.some(i=>t[i]?t[i]!=="none":!1)||(t.containerType?t.containerType!=="normal":!1)||!o&&(t.backdropFilter?t.backdropFilter!=="none":!1)||!o&&(t.filter?t.filter!=="none":!1)||iT.some(i=>(t.willChange||"").includes(i))||oT.some(i=>(t.contain||"").includes(i))}function Tf(n){let o=di(n);for(;Ar(o)&&!Co(o);){if(Pl(o))return o;if(Da(o))return null;o=di(o)}return null}function Dl(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}var sT=new Set(["html","body","#document"]);function Co(n){return sT.has(Io(n))}function lr(n){return Fe(n).getComputedStyle(n)}function $a(n){return nr(n)?{scrollLeft:n.scrollLeft,scrollTop:n.scrollTop}:{scrollLeft:n.scrollX,scrollTop:n.scrollY}}function di(n){if(Io(n)==="html")return n;let o=n.assignedSlot||n.parentNode||bf(n)&&n.host||xr(n);return bf(o)?o.host:o}function xf(n){let o=di(n);return Co(o)?n.ownerDocument?n.ownerDocument.body:n.body:Ar(o)&&As(o)?o:xf(o)}function xs(n,o,t){var i;o===void 0&&(o=[]),t===void 0&&(t=!0);let a=xf(n),d=a===((i=n.ownerDocument)==null?void 0:i.body),m=Fe(a);if(d){let b=$l(m);return o.concat(m,m.visualViewport||[],As(a)?a:[],b&&t?xs(b):[])}return o.concat(a,xs(a,[],t))}function $l(n){return n.parent&&Object.getPrototypeOf(n.parent)?n.frameElement:null}function _f(n){let o=lr(n),t=parseFloat(o.width)||0,i=parseFloat(o.height)||0,a=Ar(n),d=a?n.offsetWidth:t,m=a?n.offsetHeight:i,b=Oa(t)!==d||Oa(i)!==m;return b&&(t=d,i=m),{width:t,height:i,$:b}}function Vc(n){return nr(n)?n:n.contextElement}function Ss(n){let o=Vc(n);if(!Ar(o))return Tr(1);let t=o.getBoundingClientRect(),{width:i,height:a,$:d}=_f(o),m=(d?Oa(t.width):t.width)/i,b=(d?Oa(t.height):t.height)/a;return(!m||!Number.isFinite(m))&&(m=1),(!b||!Number.isFinite(b))&&(b=1),{x:m,y:b}}var aT=Tr(0);function If(n){let o=Fe(n);return!Dl()||!o.visualViewport?aT:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function nT(n,o,t){return o===void 0&&(o=!1),!t||o&&t!==Fe(n)?!1:o}function ko(n,o,t,i){o===void 0&&(o=!1),t===void 0&&(t=!1);let a=n.getBoundingClientRect(),d=Vc(n),m=Tr(1);o&&(i?nr(i)&&(m=Ss(i)):m=Ss(n));let b=nT(d,t,i)?If(d):Tr(0),C=(a.left+b.x)/m.x,L=(a.top+b.y)/m.y,W=a.width/m.x,q=a.height/m.y;if(d){let it=Fe(d),X=i&&nr(i)?Fe(i):i,rt=it,lt=$l(rt);for(;lt&&i&&X!==rt;){let dt=Ss(lt),gt=lt.getBoundingClientRect(),At=lr(lt),Lt=gt.left+(lt.clientLeft+parseFloat(At.paddingLeft))*dt.x,jt=gt.top+(lt.clientTop+parseFloat(At.paddingTop))*dt.y;C*=dt.x,L*=dt.y,W*=dt.x,q*=dt.y,C+=Lt,L+=jt,rt=Fe(lt),lt=$l(rt)}}return _o({width:W,height:q,x:C,y:L})}function zc(n,o){let t=$a(n).scrollLeft;return o?o.left+t:ko(xr(n)).left+t}function Cf(n,o,t){t===void 0&&(t=!1);let i=n.getBoundingClientRect(),a=i.left+o.scrollLeft-(t?0:zc(n,i)),d=i.top+o.scrollTop;return{x:a,y:d}}function lT(n){let{elements:o,rect:t,offsetParent:i,strategy:a}=n,d=a==="fixed",m=xr(i),b=o?Da(o.floating):!1;if(i===m||b&&d)return t;let C={scrollLeft:0,scrollTop:0},L=Tr(1),W=Tr(0),q=Ar(i);if((q||!q&&!d)&&((Io(i)!=="body"||As(m))&&(C=$a(i)),Ar(i))){let X=ko(i);L=Ss(i),W.x=X.x+i.clientLeft,W.y=X.y+i.clientTop}let it=m&&!q&&!d?Cf(m,C,!0):Tr(0);return{width:t.width*L.x,height:t.height*L.y,x:t.x*L.x-C.scrollLeft*L.x+W.x+it.x,y:t.y*L.y-C.scrollTop*L.y+W.y+it.y}}function dT(n){return Array.from(n.getClientRects())}function cT(n){let o=xr(n),t=$a(n),i=n.ownerDocument.body,a=_e(o.scrollWidth,o.clientWidth,i.scrollWidth,i.clientWidth),d=_e(o.scrollHeight,o.clientHeight,i.scrollHeight,i.clientHeight),m=-t.scrollLeft+zc(n),b=-t.scrollTop;return lr(i).direction==="rtl"&&(m+=_e(o.clientWidth,i.clientWidth)-a),{width:a,height:d,x:m,y:b}}function hT(n,o){let t=Fe(n),i=xr(n),a=t.visualViewport,d=i.clientWidth,m=i.clientHeight,b=0,C=0;if(a){d=a.width,m=a.height;let L=Dl();(!L||L&&o==="fixed")&&(b=a.offsetLeft,C=a.offsetTop)}return{width:d,height:m,x:b,y:C}}var pT=new Set(["absolute","fixed"]);function mT(n,o){let t=ko(n,!0,o==="fixed"),i=t.top+n.clientTop,a=t.left+n.clientLeft,d=Ar(n)?Ss(n):Tr(1),m=n.clientWidth*d.x,b=n.clientHeight*d.y,C=a*d.x,L=i*d.y;return{width:m,height:b,x:C,y:L}}function Af(n,o,t){let i;if(o==="viewport")i=hT(n,t);else if(o==="document")i=cT(xr(n));else if(nr(o))i=mT(o,t);else{let a=If(n);i={x:o.x-a.x,y:o.y-a.y,width:o.width,height:o.height}}return _o(i)}function kf(n,o){let t=di(n);return t===o||!nr(t)||Co(t)?!1:lr(t).position==="fixed"||kf(t,o)}function uT(n,o){let t=o.get(n);if(t)return t;let i=xs(n,[],!1).filter(b=>nr(b)&&Io(b)!=="body"),a=null,d=lr(n).position==="fixed",m=d?di(n):n;for(;nr(m)&&!Co(m);){let b=lr(m),C=Pl(m);!C&&b.position==="fixed"&&(a=null),(d?!C&&!a:!C&&b.position==="static"&&!!a&&pT.has(a.position)||As(m)&&!C&&kf(n,m))?i=i.filter(W=>W!==m):a=b,m=di(m)}return o.set(n,i),i}function fT(n){let{element:o,boundary:t,rootBoundary:i,strategy:a}=n,m=[...t==="clippingAncestors"?Da(o)?[]:uT(o,this._c):[].concat(t),i],b=m[0],C=m.reduce((L,W)=>{let q=Af(o,W,a);return L.top=_e(q.top,L.top),L.right=Fr(q.right,L.right),L.bottom=Fr(q.bottom,L.bottom),L.left=_e(q.left,L.left),L},Af(o,b,a));return{width:C.right-C.left,height:C.bottom-C.top,x:C.left,y:C.top}}function vT(n){let{width:o,height:t}=_f(n);return{width:o,height:t}}function gT(n,o,t){let i=Ar(o),a=xr(o),d=t==="fixed",m=ko(n,!0,d,o),b={scrollLeft:0,scrollTop:0},C=Tr(0);function L(){C.x=zc(a)}if(i||!i&&!d)if((Io(o)!=="body"||As(a))&&(b=$a(o)),i){let X=ko(o,!0,d,o);C.x=X.x+o.clientLeft,C.y=X.y+o.clientTop}else a&&L();d&&!i&&a&&L();let W=a&&!i&&!d?Cf(a,b):Tr(0),q=m.left+b.scrollLeft-C.x-W.x,it=m.top+b.scrollTop-C.y-W.y;return{x:q,y:it,width:m.width,height:m.height}}function Fc(n){return lr(n).position==="static"}function Sf(n,o){if(!Ar(n)||lr(n).position==="fixed")return null;if(o)return o(n);let t=n.offsetParent;return xr(n)===t&&(t=t.ownerDocument.body),t}function wf(n,o){let t=Fe(n);if(Da(n))return t;if(!Ar(n)){let a=di(n);for(;a&&!Co(a);){if(nr(a)&&!Fc(a))return a;a=di(a)}return t}let i=Sf(n,o);for(;i&&Ef(i)&&Fc(i);)i=Sf(i,o);return i&&Co(i)&&Fc(i)&&!Pl(i)?t:i||Tf(n)||t}var bT=async function(n){let o=this.getOffsetParent||wf,t=this.getDimensions,i=await t(n.floating);return{reference:gT(n.reference,await o(n.floating),n.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}};function yT(n){return lr(n).direction==="rtl"}var ET={convertOffsetParentRelativeRectToViewportRelativeRect:lT,getDocumentElement:xr,getClippingRect:fT,getOffsetParent:wf,getElementRects:bT,getClientRects:dT,getDimensions:vT,getScale:Ss,isElement:nr,isRTL:yT};function Nf(n,o){return n.x===o.x&&n.y===o.y&&n.width===o.width&&n.height===o.height}function TT(n,o){let t=null,i,a=xr(n);function d(){var b;clearTimeout(i),(b=t)==null||b.disconnect(),t=null}function m(b,C){b===void 0&&(b=!1),C===void 0&&(C=1),d();let L=n.getBoundingClientRect(),{left:W,top:q,width:it,height:X}=L;if(b||o(),!it||!X)return;let rt=Pa(q),lt=Pa(a.clientWidth-(W+it)),dt=Pa(a.clientHeight-(q+X)),gt=Pa(W),Lt={rootMargin:-rt+"px "+-lt+"px "+-dt+"px "+-gt+"px",threshold:_e(0,Fr(1,C))||1},jt=!0;function Vt(Ut){let Zt=Ut[0].intersectionRatio;if(Zt!==C){if(!jt)return m();Zt?m(!1,Zt):i=setTimeout(()=>{m(!1,1e-7)},1e3)}Zt===1&&!Nf(L,n.getBoundingClientRect())&&m(),jt=!1}try{t=new IntersectionObserver(Vt,{...Lt,root:a.ownerDocument})}catch{t=new IntersectionObserver(Vt,Lt)}t.observe(n)}return m(!0),d}function Lf(n,o,t,i){i===void 0&&(i={});let{ancestorScroll:a=!0,ancestorResize:d=!0,elementResize:m=typeof ResizeObserver=="function",layoutShift:b=typeof IntersectionObserver=="function",animationFrame:C=!1}=i,L=Vc(n),W=a||d?[...L?xs(L):[],...xs(o)]:[];W.forEach(gt=>{a&>.addEventListener("scroll",t,{passive:!0}),d&>.addEventListener("resize",t)});let q=L&&b?TT(L,t):null,it=-1,X=null;m&&(X=new ResizeObserver(gt=>{let[At]=gt;At&&At.target===L&&X&&(X.unobserve(o),cancelAnimationFrame(it),it=requestAnimationFrame(()=>{var Lt;(Lt=X)==null||Lt.observe(o)})),t()}),L&&!C&&X.observe(L),X.observe(o));let rt,lt=C?ko(n):null;C&&dt();function dt(){let gt=ko(n);lt&&!Nf(lt,gt)&&t(),lt=gt,rt=requestAnimationFrame(dt)}return t(),()=>{var gt;W.forEach(At=>{a&&At.removeEventListener("scroll",t),d&&At.removeEventListener("resize",t)}),q==null||q(),(gt=X)==null||gt.disconnect(),X=null,C&&cancelAnimationFrame(rt)}}var Rf=ff;var Mf=vf,Of=uf,Pf=gf;var Df=mf;var $f=(n,o,t)=>{let i=new Map,a={platform:ET,...t},d={...a.platform,_c:i};return pf(n,o,{...a,platform:d})};var Ff=V.constructTagName("popover"),kt={LEFT_START:"left-start",LEFT:"left",LEFT_END:"left-end",RIGHT_START:"right-start",RIGHT:"right",RIGHT_END:"right-end",TOP_START:"top-start",TOP:"top",TOP_END:"top-end",BOTTOM_START:"bottom-start",BOTTOM:"bottom",BOTTOM_END:"bottom-end"},ci={CLICK:"click",MOUSEENTER:"mouseenter",FOCUSIN:"focusin",MANUAL:"manual"},wo={TONAL:"tonal",CONTRAST:"contrast"},xT={ABSOLUTE:"absolute",FIXED:"fixed"},_t={PLACEMENT:kt.BOTTOM,TRIGGER:ci.CLICK,COLOR:wo.TONAL,STRATEGY:xT.ABSOLUTE,OFFSET:4,BOUNDARY:"clippingAncestors",BOUNDARY_ROOT:"viewport",BOUNDARY_PADDING:0,VISIBLE:!1,ARROW:!1,CLOSE_BUTTON:!1,FOCUS_TRAP:!1,INTERACTIVE:!1,PREVENT_SCROLL:!1,HIDE_ON_ESCAPE:!1,HIDE_ON_BLUR:!1,HIDE_ON_CLICK_OUTSIDE:!1,FOCUS_BACK:!1,BACKDROP:!1,FLIP:!0,SIZE:!1,DELAY:"0,0",ROLE:et.DIALOG,Z_INDEX:1e3,DISABLE_ARIA_EXPANDED:!1,PROPAGATE_EVENT_ON_ESCAPE:!1,KEEP_CONNECTED_TOOLTIP_OPEN:!1,IS_BACKDROP_INVISIBLE:!0};var hi=class{static dispatchPopoverEvent(o,t){t.dispatchEvent(new CustomEvent(o,{detail:{show:t.visible},composed:!0,bubbles:!0}))}static onShowPopover(o){this.dispatchPopoverEvent("shown",o)}static onHidePopover(o){this.dispatchPopoverEvent("hidden",o)}static onCreatedPopover(o){this.dispatchPopoverEvent("created",o)}static onDestroyedPopover(o){this.dispatchPopoverEvent("destroyed",o)}static onEscapeKeyPressed(o){this.dispatchPopoverEvent("closebyescape",o)}static onClickOutside(o){this.dispatchPopoverEvent("closebyoutsideclick",o)}};var Bc=class{constructor(){this.stack=[]}push(o){this.stack.push(o)}pop(){return this.stack.pop()}peek(){return this.stack[this.stack.length-1]}remove(o){this.stack=this.stack.filter(t=>t!==o)}has(o){return this.stack.includes(o)}clear(){this.stack=[]}},Ie=new Bc;var AT=B`
         
     | 
| 
      
 2536 
     | 
    
         
            +
              `],df=jE;var Ao=class extends Bt(q){constructor(){super(...arguments);this.checked=!1;this.readonly=!1;this.softDisabled=!1}render(){return _` <slot></slot>
         
     | 
| 
      
 2537 
     | 
    
         
            +
                  <span part="radio-icon" class="radio-icon"></span>`}};Ao.styles=[...q.styles,...df],p([u({type:Boolean,reflect:!0})],Ao.prototype,"checked",2),p([u({type:Boolean,reflect:!0})],Ao.prototype,"readonly",2),p([u({type:Boolean,attribute:"soft-disabled",reflect:!0})],Ao.prototype,"softDisabled",2);var Dc=Ao;var cf=z.constructTagName("staticradio");Dc.register(cf);var KE=Dc;Pc.register(kl);var qE=Pc;var zr=Math.min,_e=Math.max,Pa=Math.round,Da=Math.floor,xr=n=>({x:n,y:n}),XE={left:"right",right:"left",bottom:"top",top:"bottom"},ZE={start:"end",end:"start"};function Nl(n,o,t){return _e(n,zr(o,t))}function So(n,o){return typeof n=="function"?n(o):n}function di(n){return n.split("-")[0]}function Io(n){return n.split("-")[1]}function Fc(n){return n==="x"?"y":"x"}function Ll(n){return n==="y"?"height":"width"}var QE=new Set(["top","bottom"]);function Vr(n){return QE.has(di(n))?"y":"x"}function Rl(n){return Fc(Vr(n))}function mf(n,o,t){t===void 0&&(t=!1);let r=Io(n),s=Rl(n),d=Ll(s),m=s==="x"?r===(t?"end":"start")?"right":"left":r==="start"?"bottom":"top";return o.reference[d]>o.floating[d]&&(m=Oa(m)),[m,Oa(m)]}function uf(n){let o=Oa(n);return[wl(n),o,wl(o)]}function wl(n){return n.replace(/start|end/g,o=>ZE[o])}var hf=["left","right"],pf=["right","left"],JE=["top","bottom"],tT=["bottom","top"];function eT(n,o,t){switch(n){case"top":case"bottom":return t?o?pf:hf:o?hf:pf;case"left":case"right":return o?JE:tT;default:return[]}}function ff(n,o,t,r){let s=Io(n),d=eT(di(n),t==="start",r);return s&&(d=d.map(m=>m+"-"+s),o&&(d=d.concat(d.map(wl)))),d}function Oa(n){return n.replace(/left|right|bottom|top/g,o=>XE[o])}function rT(n){return{top:0,right:0,bottom:0,left:0,...n}}function $c(n){return typeof n!="number"?rT(n):{top:n,right:n,bottom:n,left:n}}function _o(n){let{x:o,y:t,width:r,height:s}=n;return{width:r,height:s,top:t,left:o,right:o+r,bottom:t+s,x:o,y:t}}function vf(n,o,t){let{reference:r,floating:s}=n,d=Vr(o),m=Rl(o),b=Ll(m),x=di(o),L=d==="y",U=r.x+r.width/2-s.width/2,K=r.y+r.height/2-s.height/2,Z=r[b]/2-s[b]/2,X;switch(x){case"top":X={x:U,y:r.y-s.height};break;case"bottom":X={x:U,y:r.y+r.height};break;case"right":X={x:r.x+r.width,y:K};break;case"left":X={x:r.x-s.width,y:K};break;default:X={x:r.x,y:r.y}}switch(Io(o)){case"start":X[m]-=Z*(t&&L?-1:1);break;case"end":X[m]+=Z*(t&&L?-1:1);break}return X}var gf=async(n,o,t)=>{let{placement:r="bottom",strategy:s="absolute",middleware:d=[],platform:m}=t,b=d.filter(Boolean),x=await(m.isRTL==null?void 0:m.isRTL(o)),L=await m.getElementRects({reference:n,floating:o,strategy:s}),{x:U,y:K}=vf(L,r,x),Z=r,X={},it=0;for(let dt=0;dt<b.length;dt++){let{name:lt,fn:gt}=b[dt],{x:St,y:Ct,data:Gt,reset:zt}=await gt({x:U,y:K,initialPlacement:r,placement:Z,strategy:s,middlewareData:X,rects:L,platform:m,elements:{reference:n,floating:o}});U=St!=null?St:U,K=Ct!=null?Ct:K,X={...X,[lt]:{...X[lt],...Gt}},zt&&it<=50&&(it++,typeof zt=="object"&&(zt.placement&&(Z=zt.placement),zt.rects&&(L=zt.rects===!0?await m.getElementRects({reference:n,floating:o,strategy:s}):zt.rects),{x:U,y:K}=vf(L,Z,x)),dt=-1)}return{x:U,y:K,placement:Z,strategy:s,middlewareData:X}};async function Ml(n,o){var t;o===void 0&&(o={});let{x:r,y:s,platform:d,rects:m,elements:b,strategy:x}=n,{boundary:L="clippingAncestors",rootBoundary:U="viewport",elementContext:K="floating",altBoundary:Z=!1,padding:X=0}=So(o,n),it=$c(X),lt=b[Z?K==="floating"?"reference":"floating":K],gt=_o(await d.getClippingRect({element:(t=await(d.isElement==null?void 0:d.isElement(lt)))==null||t?lt:lt.contextElement||await(d.getDocumentElement==null?void 0:d.getDocumentElement(b.floating)),boundary:L,rootBoundary:U,strategy:x})),St=K==="floating"?{x:r,y:s,width:m.floating.width,height:m.floating.height}:m.reference,Ct=await(d.getOffsetParent==null?void 0:d.getOffsetParent(b.floating)),Gt=await(d.isElement==null?void 0:d.isElement(Ct))?await(d.getScale==null?void 0:d.getScale(Ct))||{x:1,y:1}:{x:1,y:1},zt=_o(d.convertOffsetParentRelativeRectToViewportRelativeRect?await d.convertOffsetParentRelativeRectToViewportRelativeRect({elements:b,rect:St,offsetParent:Ct,strategy:x}):St);return{top:(gt.top-zt.top+it.top)/Gt.y,bottom:(zt.bottom-gt.bottom+it.bottom)/Gt.y,left:(gt.left-zt.left+it.left)/Gt.x,right:(zt.right-gt.right+it.right)/Gt.x}}var bf=n=>({name:"arrow",options:n,async fn(o){let{x:t,y:r,placement:s,rects:d,platform:m,elements:b,middlewareData:x}=o,{element:L,padding:U=0}=So(n,o)||{};if(L==null)return{};let K=$c(U),Z={x:t,y:r},X=Rl(s),it=Ll(X),dt=await m.getDimensions(L),lt=X==="y",gt=lt?"top":"left",St=lt?"bottom":"right",Ct=lt?"clientHeight":"clientWidth",Gt=d.reference[it]+d.reference[X]-Z[X]-d.floating[it],zt=Z[X]-d.reference[X],Yt=await(m.getOffsetParent==null?void 0:m.getOffsetParent(L)),Zt=Yt?Yt[Ct]:0;(!Zt||!await(m.isElement==null?void 0:m.isElement(Yt)))&&(Zt=b.floating[Ct]||d.floating[it]);let ne=Gt/2-zt/2,fr=Zt/2-dt[it]/2-1,we=zr(K[gt],fr),Qe=zr(K[St],fr),vr=we,gr=Zt-dt[it]-Qe,kt=Zt/2-dt[it]/2+ne,me=Nl(vr,kt,gr),Je=!x.arrow&&Io(s)!=null&&kt!==me&&d.reference[it]/2-(kt<vr?we:Qe)-dt[it]/2<0,tr=Je?kt<vr?kt-vr:kt-gr:0;return{[X]:Z[X]+tr,data:{[X]:me,centerOffset:kt-me-tr,...Je&&{alignmentOffset:tr}},reset:Je}}});var yf=function(n){return n===void 0&&(n={}),{name:"flip",options:n,async fn(o){var t,r;let{placement:s,middlewareData:d,rects:m,initialPlacement:b,platform:x,elements:L}=o,{mainAxis:U=!0,crossAxis:K=!0,fallbackPlacements:Z,fallbackStrategy:X="bestFit",fallbackAxisSideDirection:it="none",flipAlignment:dt=!0,...lt}=So(n,o);if((t=d.arrow)!=null&&t.alignmentOffset)return{};let gt=di(s),St=Vr(b),Ct=di(b)===b,Gt=await(x.isRTL==null?void 0:x.isRTL(L.floating)),zt=Z||(Ct||!dt?[Oa(b)]:uf(b)),Yt=it!=="none";!Z&&Yt&&zt.push(...ff(b,dt,it,Gt));let Zt=[b,...zt],ne=await Ml(o,lt),fr=[],we=((r=d.flip)==null?void 0:r.overflows)||[];if(U&&fr.push(ne[gt]),K){let kt=mf(s,m,Gt);fr.push(ne[kt[0]],ne[kt[1]])}if(we=[...we,{placement:s,overflows:fr}],!fr.every(kt=>kt<=0)){var Qe,vr;let kt=(((Qe=d.flip)==null?void 0:Qe.index)||0)+1,me=Zt[kt];if(me&&(!(K==="alignment"?St!==Vr(me):!1)||we.every(er=>er.overflows[0]>0&&Vr(er.placement)===St)))return{data:{index:kt,overflows:we},reset:{placement:me}};let Je=(vr=we.filter(tr=>tr.overflows[0]<=0).sort((tr,er)=>tr.overflows[1]-er.overflows[1])[0])==null?void 0:vr.placement;if(!Je)switch(X){case"bestFit":{var gr;let tr=(gr=we.filter(er=>{if(Yt){let rr=Vr(er.placement);return rr===St||rr==="y"}return!0}).map(er=>[er.placement,er.overflows.filter(rr=>rr>0).reduce((rr,vn)=>rr+vn,0)]).sort((er,rr)=>er[1]-rr[1])[0])==null?void 0:gr[0];tr&&(Je=tr);break}case"initialPlacement":Je=b;break}if(s!==Je)return{reset:{placement:Je}}}return{}}}};var iT=new Set(["left","top"]);async function oT(n,o){let{placement:t,platform:r,elements:s}=n,d=await(r.isRTL==null?void 0:r.isRTL(s.floating)),m=di(t),b=Io(t),x=Vr(t)==="y",L=iT.has(m)?-1:1,U=d&&x?-1:1,K=So(o,n),{mainAxis:Z,crossAxis:X,alignmentAxis:it}=typeof K=="number"?{mainAxis:K,crossAxis:0,alignmentAxis:null}:{mainAxis:K.mainAxis||0,crossAxis:K.crossAxis||0,alignmentAxis:K.alignmentAxis};return b&&typeof it=="number"&&(X=b==="end"?it*-1:it),x?{x:X*U,y:Z*L}:{x:Z*L,y:X*U}}var Ef=function(n){return n===void 0&&(n=0),{name:"offset",options:n,async fn(o){var t,r;let{x:s,y:d,placement:m,middlewareData:b}=o,x=await oT(o,n);return m===((t=b.offset)==null?void 0:t.placement)&&(r=b.arrow)!=null&&r.alignmentOffset?{}:{x:s+x.x,y:d+x.y,data:{...x,placement:m}}}}},Tf=function(n){return n===void 0&&(n={}),{name:"shift",options:n,async fn(o){let{x:t,y:r,placement:s}=o,{mainAxis:d=!0,crossAxis:m=!1,limiter:b={fn:lt=>{let{x:gt,y:St}=lt;return{x:gt,y:St}}},...x}=So(n,o),L={x:t,y:r},U=await Ml(o,x),K=Vr(di(s)),Z=Fc(K),X=L[Z],it=L[K];if(d){let lt=Z==="y"?"top":"left",gt=Z==="y"?"bottom":"right",St=X+U[lt],Ct=X-U[gt];X=Nl(St,X,Ct)}if(m){let lt=K==="y"?"top":"left",gt=K==="y"?"bottom":"right",St=it+U[lt],Ct=it-U[gt];it=Nl(St,it,Ct)}let dt=b.fn({...o,[Z]:X,[K]:it});return{...dt,data:{x:dt.x-t,y:dt.y-r,enabled:{[Z]:d,[K]:m}}}}}};var xf=function(n){return n===void 0&&(n={}),{name:"size",options:n,async fn(o){var t,r;let{placement:s,rects:d,platform:m,elements:b}=o,{apply:x=()=>{},...L}=So(n,o),U=await Ml(o,L),K=di(s),Z=Io(s),X=Vr(s)==="y",{width:it,height:dt}=d.floating,lt,gt;K==="top"||K==="bottom"?(lt=K,gt=Z===(await(m.isRTL==null?void 0:m.isRTL(b.floating))?"start":"end")?"left":"right"):(gt=K,lt=Z==="end"?"top":"bottom");let St=dt-U.top-U.bottom,Ct=it-U.left-U.right,Gt=zr(dt-U[lt],St),zt=zr(it-U[gt],Ct),Yt=!o.middlewareData.shift,Zt=Gt,ne=zt;if((t=o.middlewareData.shift)!=null&&t.enabled.x&&(ne=Ct),(r=o.middlewareData.shift)!=null&&r.enabled.y&&(Zt=St),Yt&&!Z){let we=_e(U.left,0),Qe=_e(U.right,0),vr=_e(U.top,0),gr=_e(U.bottom,0);X?ne=it-2*(we!==0||Qe!==0?we+Qe:_e(U.left,U.right)):Zt=dt-2*(vr!==0||gr!==0?vr+gr:_e(U.top,U.bottom))}await x({...o,availableWidth:ne,availableHeight:Zt});let fr=await m.getDimensions(b.floating);return it!==fr.width||dt!==fr.height?{reset:{rects:!0}}:{}}}};function Ol(){return typeof window<"u"}function Co(n){return Sf(n)?(n.nodeName||"").toLowerCase():"#document"}function ze(n){var o;return(n==null||(o=n.ownerDocument)==null?void 0:o.defaultView)||window}function Ar(n){var o;return(o=(Sf(n)?n.ownerDocument:n.document)||window.document)==null?void 0:o.documentElement}function Sf(n){return Ol()?n instanceof Node||n instanceof ze(n).Node:!1}function lr(n){return Ol()?n instanceof Element||n instanceof ze(n).Element:!1}function Sr(n){return Ol()?n instanceof HTMLElement||n instanceof ze(n).HTMLElement:!1}function Af(n){return!Ol()||typeof ShadowRoot>"u"?!1:n instanceof ShadowRoot||n instanceof ze(n).ShadowRoot}var sT=new Set(["inline","contents"]);function Ss(n){let{overflow:o,overflowX:t,overflowY:r,display:s}=dr(n);return/auto|scroll|overlay|hidden|clip/.test(o+r+t)&&!sT.has(s)}var aT=new Set(["table","td","th"]);function If(n){return aT.has(Co(n))}var nT=[":popover-open",":modal"];function Fa(n){return nT.some(o=>{try{return n.matches(o)}catch{return!1}})}var lT=["transform","translate","scale","rotate","perspective"],dT=["transform","translate","scale","rotate","perspective","filter"],cT=["paint","layout","strict","content"];function Pl(n){let o=Dl(),t=lr(n)?dr(n):n;return lT.some(r=>t[r]?t[r]!=="none":!1)||(t.containerType?t.containerType!=="normal":!1)||!o&&(t.backdropFilter?t.backdropFilter!=="none":!1)||!o&&(t.filter?t.filter!=="none":!1)||dT.some(r=>(t.willChange||"").includes(r))||cT.some(r=>(t.contain||"").includes(r))}function _f(n){let o=ci(n);for(;Sr(o)&&!ko(o);){if(Pl(o))return o;if(Fa(o))return null;o=ci(o)}return null}function Dl(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}var hT=new Set(["html","body","#document"]);function ko(n){return hT.has(Co(n))}function dr(n){return ze(n).getComputedStyle(n)}function $a(n){return lr(n)?{scrollLeft:n.scrollLeft,scrollTop:n.scrollTop}:{scrollLeft:n.scrollX,scrollTop:n.scrollY}}function ci(n){if(Co(n)==="html")return n;let o=n.assignedSlot||n.parentNode||Af(n)&&n.host||Ar(n);return Af(o)?o.host:o}function Cf(n){let o=ci(n);return ko(o)?n.ownerDocument?n.ownerDocument.body:n.body:Sr(o)&&Ss(o)?o:Cf(o)}function As(n,o,t){var r;o===void 0&&(o=[]),t===void 0&&(t=!0);let s=Cf(n),d=s===((r=n.ownerDocument)==null?void 0:r.body),m=ze(s);if(d){let b=Fl(m);return o.concat(m,m.visualViewport||[],Ss(s)?s:[],b&&t?As(b):[])}return o.concat(s,As(s,[],t))}function Fl(n){return n.parent&&Object.getPrototypeOf(n.parent)?n.frameElement:null}function Nf(n){let o=dr(n),t=parseFloat(o.width)||0,r=parseFloat(o.height)||0,s=Sr(n),d=s?n.offsetWidth:t,m=s?n.offsetHeight:r,b=Pa(t)!==d||Pa(r)!==m;return b&&(t=d,r=m),{width:t,height:r,$:b}}function Vc(n){return lr(n)?n:n.contextElement}function Is(n){let o=Vc(n);if(!Sr(o))return xr(1);let t=o.getBoundingClientRect(),{width:r,height:s,$:d}=Nf(o),m=(d?Pa(t.width):t.width)/r,b=(d?Pa(t.height):t.height)/s;return(!m||!Number.isFinite(m))&&(m=1),(!b||!Number.isFinite(b))&&(b=1),{x:m,y:b}}var pT=xr(0);function Lf(n){let o=ze(n);return!Dl()||!o.visualViewport?pT:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function mT(n,o,t){return o===void 0&&(o=!1),!t||o&&t!==ze(n)?!1:o}function wo(n,o,t,r){o===void 0&&(o=!1),t===void 0&&(t=!1);let s=n.getBoundingClientRect(),d=Vc(n),m=xr(1);o&&(r?lr(r)&&(m=Is(r)):m=Is(n));let b=mT(d,t,r)?Lf(d):xr(0),x=(s.left+b.x)/m.x,L=(s.top+b.y)/m.y,U=s.width/m.x,K=s.height/m.y;if(d){let Z=ze(d),X=r&&lr(r)?ze(r):r,it=Z,dt=Fl(it);for(;dt&&r&&X!==it;){let lt=Is(dt),gt=dt.getBoundingClientRect(),St=dr(dt),Ct=gt.left+(dt.clientLeft+parseFloat(St.paddingLeft))*lt.x,Gt=gt.top+(dt.clientTop+parseFloat(St.paddingTop))*lt.y;x*=lt.x,L*=lt.y,U*=lt.x,K*=lt.y,x+=Ct,L+=Gt,it=ze(dt),dt=Fl(it)}}return _o({width:U,height:K,x,y:L})}function Bc(n,o){let t=$a(n).scrollLeft;return o?o.left+t:wo(Ar(n)).left+t}function Rf(n,o,t){t===void 0&&(t=!1);let r=n.getBoundingClientRect(),s=r.left+o.scrollLeft-(t?0:Bc(n,r)),d=r.top+o.scrollTop;return{x:s,y:d}}function uT(n){let{elements:o,rect:t,offsetParent:r,strategy:s}=n,d=s==="fixed",m=Ar(r),b=o?Fa(o.floating):!1;if(r===m||b&&d)return t;let x={scrollLeft:0,scrollTop:0},L=xr(1),U=xr(0),K=Sr(r);if((K||!K&&!d)&&((Co(r)!=="body"||Ss(m))&&(x=$a(r)),Sr(r))){let X=wo(r);L=Is(r),U.x=X.x+r.clientLeft,U.y=X.y+r.clientTop}let Z=m&&!K&&!d?Rf(m,x,!0):xr(0);return{width:t.width*L.x,height:t.height*L.y,x:t.x*L.x-x.scrollLeft*L.x+U.x+Z.x,y:t.y*L.y-x.scrollTop*L.y+U.y+Z.y}}function fT(n){return Array.from(n.getClientRects())}function vT(n){let o=Ar(n),t=$a(n),r=n.ownerDocument.body,s=_e(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),d=_e(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight),m=-t.scrollLeft+Bc(n),b=-t.scrollTop;return dr(r).direction==="rtl"&&(m+=_e(o.clientWidth,r.clientWidth)-s),{width:s,height:d,x:m,y:b}}function gT(n,o){let t=ze(n),r=Ar(n),s=t.visualViewport,d=r.clientWidth,m=r.clientHeight,b=0,x=0;if(s){d=s.width,m=s.height;let L=Dl();(!L||L&&o==="fixed")&&(b=s.offsetLeft,x=s.offsetTop)}return{width:d,height:m,x:b,y:x}}var bT=new Set(["absolute","fixed"]);function yT(n,o){let t=wo(n,!0,o==="fixed"),r=t.top+n.clientTop,s=t.left+n.clientLeft,d=Sr(n)?Is(n):xr(1),m=n.clientWidth*d.x,b=n.clientHeight*d.y,x=s*d.x,L=r*d.y;return{width:m,height:b,x,y:L}}function kf(n,o,t){let r;if(o==="viewport")r=gT(n,t);else if(o==="document")r=vT(Ar(n));else if(lr(o))r=yT(o,t);else{let s=Lf(n);r={x:o.x-s.x,y:o.y-s.y,width:o.width,height:o.height}}return _o(r)}function Mf(n,o){let t=ci(n);return t===o||!lr(t)||ko(t)?!1:dr(t).position==="fixed"||Mf(t,o)}function ET(n,o){let t=o.get(n);if(t)return t;let r=As(n,[],!1).filter(b=>lr(b)&&Co(b)!=="body"),s=null,d=dr(n).position==="fixed",m=d?ci(n):n;for(;lr(m)&&!ko(m);){let b=dr(m),x=Pl(m);!x&&b.position==="fixed"&&(s=null),(d?!x&&!s:!x&&b.position==="static"&&!!s&&bT.has(s.position)||Ss(m)&&!x&&Mf(n,m))?r=r.filter(U=>U!==m):s=b,m=ci(m)}return o.set(n,r),r}function TT(n){let{element:o,boundary:t,rootBoundary:r,strategy:s}=n,m=[...t==="clippingAncestors"?Fa(o)?[]:ET(o,this._c):[].concat(t),r],b=m[0],x=m.reduce((L,U)=>{let K=kf(o,U,s);return L.top=_e(K.top,L.top),L.right=zr(K.right,L.right),L.bottom=zr(K.bottom,L.bottom),L.left=_e(K.left,L.left),L},kf(o,b,s));return{width:x.right-x.left,height:x.bottom-x.top,x:x.left,y:x.top}}function xT(n){let{width:o,height:t}=Nf(n);return{width:o,height:t}}function AT(n,o,t){let r=Sr(o),s=Ar(o),d=t==="fixed",m=wo(n,!0,d,o),b={scrollLeft:0,scrollTop:0},x=xr(0);function L(){x.x=Bc(s)}if(r||!r&&!d)if((Co(o)!=="body"||Ss(s))&&(b=$a(o)),r){let X=wo(o,!0,d,o);x.x=X.x+o.clientLeft,x.y=X.y+o.clientTop}else s&&L();d&&!r&&s&&L();let U=s&&!r&&!d?Rf(s,b):xr(0),K=m.left+b.scrollLeft-x.x-U.x,Z=m.top+b.scrollTop-x.y-U.y;return{x:K,y:Z,width:m.width,height:m.height}}function zc(n){return dr(n).position==="static"}function wf(n,o){if(!Sr(n)||dr(n).position==="fixed")return null;if(o)return o(n);let t=n.offsetParent;return Ar(n)===t&&(t=t.ownerDocument.body),t}function Of(n,o){let t=ze(n);if(Fa(n))return t;if(!Sr(n)){let s=ci(n);for(;s&&!ko(s);){if(lr(s)&&!zc(s))return s;s=ci(s)}return t}let r=wf(n,o);for(;r&&If(r)&&zc(r);)r=wf(r,o);return r&&ko(r)&&zc(r)&&!Pl(r)?t:r||_f(n)||t}var ST=async function(n){let o=this.getOffsetParent||Of,t=this.getDimensions,r=await t(n.floating);return{reference:AT(n.reference,await o(n.floating),n.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function IT(n){return dr(n).direction==="rtl"}var _T={convertOffsetParentRelativeRectToViewportRelativeRect:uT,getDocumentElement:Ar,getClippingRect:TT,getOffsetParent:Of,getElementRects:ST,getClientRects:fT,getDimensions:xT,getScale:Is,isElement:lr,isRTL:IT};function Pf(n,o){return n.x===o.x&&n.y===o.y&&n.width===o.width&&n.height===o.height}function CT(n,o){let t=null,r,s=Ar(n);function d(){var b;clearTimeout(r),(b=t)==null||b.disconnect(),t=null}function m(b,x){b===void 0&&(b=!1),x===void 0&&(x=1),d();let L=n.getBoundingClientRect(),{left:U,top:K,width:Z,height:X}=L;if(b||o(),!Z||!X)return;let it=Da(K),dt=Da(s.clientWidth-(U+Z)),lt=Da(s.clientHeight-(K+X)),gt=Da(U),Ct={rootMargin:-it+"px "+-dt+"px "+-lt+"px "+-gt+"px",threshold:_e(0,zr(1,x))||1},Gt=!0;function zt(Yt){let Zt=Yt[0].intersectionRatio;if(Zt!==x){if(!Gt)return m();Zt?m(!1,Zt):r=setTimeout(()=>{m(!1,1e-7)},1e3)}Zt===1&&!Pf(L,n.getBoundingClientRect())&&m(),Gt=!1}try{t=new IntersectionObserver(zt,{...Ct,root:s.ownerDocument})}catch{t=new IntersectionObserver(zt,Ct)}t.observe(n)}return m(!0),d}function Df(n,o,t,r){r===void 0&&(r={});let{ancestorScroll:s=!0,ancestorResize:d=!0,elementResize:m=typeof ResizeObserver=="function",layoutShift:b=typeof IntersectionObserver=="function",animationFrame:x=!1}=r,L=Vc(n),U=s||d?[...L?As(L):[],...As(o)]:[];U.forEach(gt=>{s&>.addEventListener("scroll",t,{passive:!0}),d&>.addEventListener("resize",t)});let K=L&&b?CT(L,t):null,Z=-1,X=null;m&&(X=new ResizeObserver(gt=>{let[St]=gt;St&&St.target===L&&X&&(X.unobserve(o),cancelAnimationFrame(Z),Z=requestAnimationFrame(()=>{var Ct;(Ct=X)==null||Ct.observe(o)})),t()}),L&&!x&&X.observe(L),X.observe(o));let it,dt=x?wo(n):null;x&<();function lt(){let gt=wo(n);dt&&!Pf(dt,gt)&&t(),dt=gt,it=requestAnimationFrame(lt)}return t(),()=>{var gt;U.forEach(St=>{s&&St.removeEventListener("scroll",t),d&&St.removeEventListener("resize",t)}),K==null||K(),(gt=X)==null||gt.disconnect(),X=null,x&&cancelAnimationFrame(it)}}var Ff=Ef;var $f=Tf,zf=yf,Vf=xf;var Bf=bf;var Uf=(n,o,t)=>{let r=new Map,s={platform:_T,...t},d={...s.platform,_c:r};return gf(n,o,{...s,platform:d})};var Hf=z.constructTagName("popover"),wt={LEFT_START:"left-start",LEFT:"left",LEFT_END:"left-end",RIGHT_START:"right-start",RIGHT:"right",RIGHT_END:"right-end",TOP_START:"top-start",TOP:"top",TOP_END:"top-end",BOTTOM_START:"bottom-start",BOTTOM:"bottom",BOTTOM_END:"bottom-end"},hi={CLICK:"click",MOUSEENTER:"mouseenter",FOCUSIN:"focusin",MANUAL:"manual"},No={TONAL:"tonal",CONTRAST:"contrast"},kT={ABSOLUTE:"absolute",FIXED:"fixed"},It={PLACEMENT:wt.BOTTOM,TRIGGER:hi.CLICK,COLOR:No.TONAL,STRATEGY:kT.ABSOLUTE,OFFSET:4,BOUNDARY:"clippingAncestors",BOUNDARY_ROOT:"viewport",BOUNDARY_PADDING:0,VISIBLE:!1,ARROW:!1,CLOSE_BUTTON:!1,FOCUS_TRAP:!1,INTERACTIVE:!1,PREVENT_SCROLL:!1,HIDE_ON_ESCAPE:!1,HIDE_ON_BLUR:!1,HIDE_ON_CLICK_OUTSIDE:!1,FOCUS_BACK:!1,BACKDROP:!1,FLIP:!0,SIZE:!1,DELAY:"0,0",ROLE:rt.DIALOG,Z_INDEX:1e3,DISABLE_ARIA_EXPANDED:!1,PROPAGATE_EVENT_ON_ESCAPE:!1,KEEP_CONNECTED_TOOLTIP_OPEN:!1,IS_BACKDROP_INVISIBLE:!0,ANIMATION_FRAME:!1};var pi=class{static dispatchPopoverEvent(o,t){t.dispatchEvent(new CustomEvent(o,{detail:{show:t.visible},composed:!0,bubbles:!0}))}static onShowPopover(o){this.dispatchPopoverEvent("shown",o)}static onHidePopover(o){this.dispatchPopoverEvent("hidden",o)}static onCreatedPopover(o){this.dispatchPopoverEvent("created",o)}static onDestroyedPopover(o){this.dispatchPopoverEvent("destroyed",o)}static onEscapeKeyPressed(o){this.dispatchPopoverEvent("closebyescape",o)}static onClickOutside(o){this.dispatchPopoverEvent("closebyoutsideclick",o)}};var Uc=class{constructor(){this.stack=[]}push(o){this.stack.push(o)}pop(){return this.stack.pop()}peek(){return this.stack[this.stack.length-1]}remove(o){this.stack=this.stack.filter(t=>t!==o)}has(o){return this.stack.includes(o)}clear(){this.stack=[]}},Ce=new Uc;var wT=B`
         
     | 
| 
       2538 
2538 
     | 
    
         
             
              :host {
         
     | 
| 
       2539 
2539 
     | 
    
         
             
                --mdc-popover-arrow-border-radius: 0.1875rem;
         
     | 
| 
       2540 
2540 
     | 
    
         
             
                --mdc-popover-arrow-border: 0.0625rem solid var(--mds-color-theme-outline-secondary-normal);
         
     | 
| 
         @@ -2656,21 +2656,21 @@ 
     | 
|
| 
       2656 
2656 
     | 
    
         
             
                border-top-right-radius: var(--mdc-popover-arrow-border-radius);
         
     | 
| 
       2657 
2657 
     | 
    
         
             
                border-bottom-left-radius: 100%;
         
     | 
| 
       2658 
2658 
     | 
    
         
             
              }
         
     | 
| 
       2659 
     | 
    
         
            -
            `,Vf=[AT];var Vl=V.constructTagName("popoverportal"),Fl=class extends K{connectedCallback(){super.connectedCallback(),this.ariaHidden="true",this.style.display="none"}disconnectedCallback(){var o;super.disconnectedCallback(),(o=this.onDisconnect)==null||o.call(this)}};var zl=class{constructor(o){this.portalElement=null;this.disconnectAfterAppendTo=!1;this.arrowPixelChange=!1;this.popover=o}setupDelay(){try{let[o,t]=this.popover.delay.split(",").map(i=>{let a=parseInt(i,10);if(Number.isNaN(a)||a<0)throw new Error(`Invalid delay value: ${i}`);return a});return[o,t]}catch{return this.popover.delay="0,0",[0,0]}}setupHoverBridge(o){let t=this.popover.renderRoot.querySelector('div[part="popover-hover-bridge"]');Object.assign(t.style,{top:"",left:"",right:"",bottom:""});let i=`calc(${this.popover.showArrow?"0.75rem + ":""}${this.popover.offset}px)`,a=this.popover.offsetHeight||0,d=this.popover.offsetWidth||0;if(t)switch(o.split("-")[0]){case"top":t.style.height=i,t.style.bottom=`calc(-1 * (${i}))`,t.style.left="50%",t.style.width=`${d}px`;break;case"left":t.style.height=`${a}px`,t.style.width=i,t.style.right=`calc(-1.5 * (${i}))`;break;case"right":t.style.height=`${a}px`,t.style.width=i,t.style.left=`calc(-0.5 * (${i}))`;break;case"bottom":default:t.style.height=i,t.style.top=`calc(-1 * (${i}))`,t.style.left="50%",t.style.width=`${d}px`;break}}setupAppendTo(){var o,t;if(this.popover.appendTo){let i=document.getElementById(this.popover.appendTo);i&&!Array.from(i.children).includes(this.popover)&&(this.disconnectAfterAppendTo=!0,this.portalElement=document.createElement(Vl),this.portalElement.onDisconnect=()=>{this.popover.remove(),this.portalElement=null},(t=(o=this.popover.parentElement)==null?void 0:o.appendChild)==null||t.call(o,this.portalElement),i.appendChild(this.popover))}}cleanupAppendTo(){!this.disconnectAfterAppendTo&&this.portalElement&&this.portalElement.remove(),this.disconnectAfterAppendTo=!1}updateAriaLabels(){var o,t,i;this.popover.interactive&&this.popover.role&&(this.popover.ariaLabel||(this.popover.ariaLabel=((o=this.popover.triggerElement)==null?void 0:o.ariaLabel)||((t=this.popover.triggerElement)==null?void 0:t.textContent)||""),!this.popover.ariaLabelledby&&!this.popover.ariaLabel&&(this.popover.ariaLabelledby=((i=this.popover.triggerElement)==null?void 0:i.id)||""))}updateAriaModal(){this.popover.role===et.DIALOG||this.popover.role===et.ALERTDIALOG?this.popover.setAttribute("aria-modal","true"):this.popover.removeAttribute("aria-modal")}updateAriaExpandedAttribute(){var o,t,i;this.popover.disableAriaExpanded||((o=this.popover.triggerElement)==null||o.setAttribute("aria-expanded",`${this.popover.visible}`),(i=this.popover.triggerElement)==null||i.setAttribute("aria-haspopup",((t=this.popover.triggerElement)==null?void 0:t.getAttribute("aria-haspopup"))||this.popover.role||"dialog"))}updateArrowStyle(o,t){var W;if(!this.popover.arrowElement)return;let i=t.split("-")[0],a={top:"bottom",right:"left",bottom:"top",left:"right"}[i],{x:d,y:m}=o,b=this.popover.arrowElement.getBoundingClientRect(),C=(W=this.popover.arrowElement.offsetParent)==null?void 0:W.getBoundingClientRect();if(!this.arrowPixelChange){let q=C!=null&&C[a]?12-Math.abs(b[a]-C[a]):0;Math.round(q)===1?this.arrowPixelChange=!0:this.arrowPixelChange=!1}let L=this.arrowPixelChange?.5:0;this.popover.arrowElement.setAttribute("data-side",i),Object.assign(this.popover.arrowElement.style,{left:d!=null?`${d}px`:"",top:m!=null?`${m}px`:"",[a]:`${-this.popover.arrowElement.offsetHeight/2-L}px`})}updatePopoverStyle(o,t){Object.assign(this.popover.style,{left:`${o}px`,top:`${t}px`})}};var It=class extends fl(hl(cl(K))){constructor(){super();this.id="";this.triggerID="";this.trigger=_t.TRIGGER;this.placement=_t.PLACEMENT;this.color=_t.COLOR;this.visible=_t.VISIBLE;this.offset=_t.OFFSET;this.boundary=_t.BOUNDARY;this.boundaryRoot=_t.BOUNDARY_ROOT;this.focusTrap=_t.FOCUS_TRAP;this.preventScroll=_t.PREVENT_SCROLL;this.showArrow=_t.ARROW;this.closeButton=_t.CLOSE_BUTTON;this.interactive=_t.INTERACTIVE;this.delay=_t.DELAY;this.hideOnEscape=_t.HIDE_ON_ESCAPE;this.propagateEventOnEscape=_t.PROPAGATE_EVENT_ON_ESCAPE;this.hideOnBlur=_t.HIDE_ON_BLUR;this.hideOnOutsideClick=_t.HIDE_ON_CLICK_OUTSIDE;this.focusBackToTrigger=_t.FOCUS_BACK;this.backdrop=_t.BACKDROP;this.isBackdropInvisible=_t.IS_BACKDROP_INVISIBLE;this.flip=_t.FLIP;this.size=_t.SIZE;this.zIndex=_t.Z_INDEX;this.closeButtonAriaLabel=null;this.strategy=_t.STRATEGY;this.role=_t.ROLE;this.ariaLabelledby=null;this.ariaDescribedby=null;this.disableAriaExpanded=_t.DISABLE_ARIA_EXPANDED;this.keepConnectedTooltipOpen=_t.KEEP_CONNECTED_TOOLTIP_OPEN;this.arrowElement=null;this.hoverTimer=null;this.isHovered=!1;this.openDelay=0;this.closeDelay=0;this.floatingUICleanupFunction=null;this.shouldSuppressOpening=!1;this.parseTrigger=()=>{var d;let a=(((d=this.trigger)==null?void 0:d.split(" "))||[]).filter(m=>Object.values(ci).includes(m)).length>0?this.trigger:_t.TRIGGER;a==="mouseenter"&&(this.interactive?a="mouseenter click":a="mouseenter focusin"),this.trigger=a};this.setupTriggerListeners=()=>{if(this.trigger.includes("click")&&document.addEventListener("click",this.togglePopoverVisible,{capture:!0}),this.trigger.includes("mouseenter")){let t=this.renderRoot.querySelector('div[part="popover-hover-bridge"]');t==null||t.addEventListener("mouseenter",this.show),document.addEventListener("mouseenter",this.handleMouseEnter,{capture:!0}),document.addEventListener("mouseleave",this.handleMouseLeave,{capture:!0}),this.addEventListener("mouseenter",this.cancelCloseDelay),this.addEventListener("mouseleave",this.startCloseDelay)}this.trigger.includes("focusin")&&(document.addEventListener("focusin",this.handleFocusIn,{capture:!0}),this.interactive||document.addEventListener("focusout",this.handleFocusOut,{capture:!0}))};this.removeTriggerListeners=()=>{document.removeEventListener("click",this.togglePopoverVisible,{capture:!0});let t=this.renderRoot.querySelector('div[part="popover-hover-bridge"]');t==null||t.removeEventListener("mouseenter",this.show),document.removeEventListener("mouseenter",this.handleMouseEnter,{capture:!0}),document.removeEventListener("mouseleave",this.handleMouseLeave,{capture:!0}),this.removeEventListener("mouseenter",this.cancelCloseDelay),this.removeEventListener("mouseleave",this.startCloseDelay),document.removeEventListener("focusin",this.handleFocusIn,{capture:!0}),document.removeEventListener("focusout",this.handleFocusOut,{capture:!0})};this.removeAllListeners=()=>{this.removeTriggerListeners(),this.hideOnOutsideClick&&document.removeEventListener("click",this.onOutsidePopoverClick,{capture:!0}),this.hideOnEscape&&(this.removeEventListener("keydown",this.onEscapeKeydown),document.removeEventListener("keydown",this.onEscapeKeydown,{capture:!0})),this.hideOnBlur&&this.removeEventListener("focusout",this.onPopoverFocusOut)};this.onOutsidePopoverClick=t=>{if(Ie.peek()!==this)return;let i=t.composedPath(),a=this.contains(t.target)||i.includes(this.triggerElement)||i.includes(this),d=this.backdropElement?i.includes(this.backdropElement):!1;(!a||d)&&(this.hide(),hi.onClickOutside(this))};this.onEscapeKeydown=t=>{!this.visible||t.code!=="Escape"||(this.propagateEventOnEscape||t.stopPropagation(),t.preventDefault(),this.hide(),hi.onEscapeKeyPressed(this))};this.onPopoverFocusOut=t=>{this.contains(t.relatedTarget)||this.hide()};this.handleMouseEnter=t=>{this.isEventFromTrigger(t)&&(this.isHovered=!0,this.show())};this.handleMouseLeave=t=>{this.isEventFromTrigger(t)&&(this.isHovered=!1,this.startCloseDelay())};this.handleFocusOut=t=>{this.isEventFromTrigger(t)&&(this.isHovered||this.hide())};this.handleFocusIn=t=>{var i;this.isEventFromTrigger(t)&&((i=this.triggerElement)!=null&&i.matches(":focus-visible")||this.isHovered)&&this.show()};this.startCloseDelay=()=>{this.interactive?this.hoverTimer=window.setTimeout(()=>{this.visible=!1},this.closeDelay):this.hide()};this.cancelCloseDelay=()=>{this.hoverTimer&&(window.clearTimeout(this.hoverTimer),this.hoverTimer=null)};this.show=()=>{this.visible||this.shouldSuppressOpening||(this.cancelCloseDelay(),this.openDelay>0?setTimeout(()=>{this.visible=!0},this.openDelay):this.visible=!0)};this.hide=()=>{this.closeDelay?setTimeout(()=>{this.visible=!1},this.closeDelay):this.visible=!1};this.togglePopoverVisible=t=>{this.isEventFromTrigger(t)&&(this.visible?this.hide():this.show())};this.positionPopover=()=>{let{triggerElement:t}=this;if(!t)return;let i=!this.boundary||this.boundary==="clippingAncestors"?"clippingAncestors":Array.from(document.querySelectorAll(this.boundary)),a=this.boundaryRoot,d=[Mf({boundary:i,rootBoundary:a,padding:this.boundaryPadding})],m=this.offset;if(this.flip&&d.push(Of({boundary:i,rootBoundary:a})),this.size){let b=L=>{this.style.setProperty("--mdc-popover-internal-available-height",`${L}px`)},C=this.renderRoot.querySelector('[part="popover-content"]');d.push(Pf({boundary:i,rootBoundary:a,apply({availableHeight:L}){C&&(Object.assign(C.style,{maxHeight:`${L}px`,overflowY:"auto"}),b(L))},padding:50}))}if(this.showArrow&&(this.arrowElement=this.renderRoot.querySelector('div[part="popover-arrow"]'),this.arrowElement)){let b=this.arrowElement.offsetHeight,C=Math.sqrt(2*b**2)/2;m+=C,d.push(Df({element:this.arrowElement,padding:12}))}d.push(Rf(m)),this.floatingUICleanupFunction=Lf(t,this,async()=>{let{triggerElement:b}=this;if(!b)return;let C=this.adjustPlacementForRtl(this.placement),{x:L,y:W,middlewareData:q,placement:it}=await $f(b,this,{placement:C,middleware:d,strategy:this.strategy});this.utils.updatePopoverStyle(L,W),q.arrow&&this.arrowElement&&this.utils.updateArrowStyle(q.arrow,it),this.trigger.includes("mouseenter")&&this.utils.setupHoverBridge(it)})};this.utils=new zl(this),this.parseTrigger(),[this.openDelay,this.closeDelay]=this.utils.setupDelay()}get connectedTooltip(){let t=this.getRootNode().querySelectorAll(`mdc-tooltip[triggerID="${this.triggerID}"]`);return Array.from(t).find(i=>i!==this)}get triggerElement(){return this.getRootNode().querySelector(`[id="${this.triggerID}"]`)}async firstUpdated(t){super.firstUpdated(t),hi.onCreatedPopover(this)}connectedCallback(){super.connectedCallback(),this.style.zIndex=`${this.zIndex}`,this.utils.setupAppendTo(),this.setupTriggerListeners()}async disconnectedCallback(){var t,i;super.disconnectedCallback(),this.removeAllListeners(),(t=this.deactivateFocusTrap)==null||t.call(this),this.deactivatePreventScroll(),this.moveElementBackAfterBackdropRemoval(this.triggerElement),this.removeBackdrop(),(i=this.floatingUICleanupFunction)==null||i.call(this),this.cancelCloseDelay(),this.keepConnectedTooltipOpen||this.connectedTooltip&&(this.connectedTooltip.shouldSuppressOpening=!1),this.utils.cleanupAppendTo(),hi.onDestroyedPopover(this),Ie.remove(this)}async updated(t){if(super.updated(t),t.has("visible")){let i=t.get("visible")||!1;await this.isOpenUpdated(i,this.visible),this.utils.updateAriaExpandedAttribute()}t.has("trigger")&&(this.parseTrigger(),this.removeTriggerListeners(),this.setupTriggerListeners()),t.has("placement")&&this.setAttribute("placement",Object.values(kt).includes(this.placement)?this.placement:_t.PLACEMENT),t.has("delay")&&([this.openDelay,this.closeDelay]=this.utils.setupDelay()),t.has("color")&&this.setAttribute("color",Object.values(wo).includes(this.color)?this.color:_t.COLOR),t.has("zIndex")&&this.setAttribute("z-index",`${this.zIndex}`),t.has("appendTo")&&(this.appendTo?this.utils.setupAppendTo():this.utils.cleanupAppendTo()),(t.has("interactive")||t.has("aria-label")||t.has("aria-labelledby"))&&this.utils.updateAriaLabels(),t.has("role")&&(this.role===""&&(this.role=null),this.utils.updateAriaModal()),t.has("disableAriaExpanded")&&this.utils.updateAriaExpandedAttribute(),t.has("focusTrap")&&!this.focusTrap&&this.visible&&this.deactivateFocusTrap(),t.has("preventScroll")&&(!this.preventScroll&&this.visible?this.deactivatePreventScroll():this.preventScroll&&this.visible&&this.activatePreventScroll())}async isOpenUpdated(t,i){var d,m;let{triggerElement:a}=this;t===i||!a||(i&&!this.shouldSuppressOpening?(Ie.peek()!==this&&Ie.push(this),this.keepConnectedTooltipOpen||this.connectedTooltip&&(this.connectedTooltip.visible=!1,this.connectedTooltip.shouldSuppressOpening=!0),this.backdrop&&!this.backdropElement&&(this.createBackdrop("popover"),this.keepElementAboveBackdrop(a)),this.positionPopover(),this.hideOnBlur&&(this.addEventListener("focusout",this.onPopoverFocusOut),this.trigger==="click"&&(a.style.pointerEvents="none")),this.hideOnEscape&&(this.addEventListener("keydown",this.onEscapeKeydown),document.addEventListener("keydown",this.onEscapeKeydown)),this.activatePreventScroll(),this.hideOnOutsideClick&&document.addEventListener("click",this.onOutsidePopoverClick,{capture:!0}),setTimeout(()=>{var b,C;this.interactive&&this.focusTrap&&((b=this.activateFocusTrap)==null||b.call(this),(C=this.setInitialFocus)==null||C.call(this))},0),hi.onShowPopover(this)):(Ie.peek()===this&&Ie.pop(),(d=this.floatingUICleanupFunction)==null||d.call(this),this.backdrop&&(this.moveElementBackAfterBackdropRemoval(a),this.removeBackdrop()),this.hideOnBlur&&(this.removeEventListener("focusout",this.onPopoverFocusOut),this.trigger==="click"&&(a.style.pointerEvents="")),this.hideOnOutsideClick&&document.removeEventListener("click",this.onOutsidePopoverClick,{capture:!0}),this.hideOnEscape&&(this.removeEventListener("keydown",this.onEscapeKeydown),document.removeEventListener("keydown",this.onEscapeKeydown)),this.deactivatePreventScroll(),(m=this.deactivateFocusTrap)==null||m.call(this),this.focusBackToTrigger&&(a==null||a.focus()),this.keepConnectedTooltipOpen||this.connectedTooltip&&(this.connectedTooltip.shouldSuppressOpening=!1),hi.onHidePopover(this)))}isEventFromTrigger(t){var i;return this.triggerID?t.composed?t.composedPath().some(a=>(a==null?void 0:a.id)===this.triggerID):((i=t.target)==null?void 0:i.id)===this.triggerID:!1}isRtl(){return window.getComputedStyle(this).direction==="rtl"}adjustPlacementForRtl(t){if(!this.isRtl())return t;switch(t){case kt.LEFT:return kt.RIGHT;case kt.LEFT_START:return kt.RIGHT_START;case kt.LEFT_END:return kt.RIGHT_END;case kt.RIGHT:return kt.LEFT;case kt.RIGHT_START:return kt.LEFT_START;case kt.RIGHT_END:return kt.LEFT_END;default:return t}}render(){return _`
         
     | 
| 
      
 2659 
     | 
    
         
            +
            `,Gf=[wT];var zl=z.constructTagName("popoverportal"),$l=class extends q{connectedCallback(){super.connectedCallback(),this.ariaHidden="true",this.style.display="none"}disconnectedCallback(){var o;super.disconnectedCallback(),(o=this.onDisconnect)==null||o.call(this)}};var Vl=class{constructor(o){this.portalElement=null;this.disconnectAfterAppendTo=!1;this.arrowPixelChange=!1;this.popover=o}setupDelay(){try{let[o,t]=this.popover.delay.split(",").map(r=>{let s=parseInt(r,10);if(Number.isNaN(s)||s<0)throw new Error(`Invalid delay value: ${r}`);return s});return[o,t]}catch{return this.popover.delay="0,0",[0,0]}}setupHoverBridge(o){let t=this.popover.renderRoot.querySelector('div[part="popover-hover-bridge"]');Object.assign(t.style,{top:"",left:"",right:"",bottom:""});let r=`calc(${this.popover.showArrow?"0.75rem + ":""}${this.popover.offset}px)`,s=this.popover.offsetHeight||0,d=this.popover.offsetWidth||0;if(t)switch(o.split("-")[0]){case"top":t.style.height=r,t.style.bottom=`calc(-1 * (${r}))`,t.style.left="50%",t.style.width=`${d}px`;break;case"left":t.style.height=`${s}px`,t.style.width=r,t.style.right=`calc(-1.5 * (${r}))`;break;case"right":t.style.height=`${s}px`,t.style.width=r,t.style.left=`calc(-0.5 * (${r}))`;break;case"bottom":default:t.style.height=r,t.style.top=`calc(-1 * (${r}))`,t.style.left="50%",t.style.width=`${d}px`;break}}setupAppendTo(){var o,t;if(this.popover.appendTo){let r=document.getElementById(this.popover.appendTo);r&&!Array.from(r.children).includes(this.popover)&&(this.disconnectAfterAppendTo=!0,this.portalElement=document.createElement(zl),this.portalElement.onDisconnect=()=>{this.popover.remove(),this.portalElement=null},(t=(o=this.popover.parentElement)==null?void 0:o.appendChild)==null||t.call(o,this.portalElement),r.appendChild(this.popover))}}cleanupAppendTo(){!this.disconnectAfterAppendTo&&this.portalElement&&this.portalElement.remove(),this.disconnectAfterAppendTo=!1}updateAriaLabels(){var o,t,r;this.popover.interactive&&this.popover.role&&(this.popover.ariaLabel||(this.popover.ariaLabel=((o=this.popover.triggerElement)==null?void 0:o.ariaLabel)||((t=this.popover.triggerElement)==null?void 0:t.textContent)||""),!this.popover.ariaLabelledby&&!this.popover.ariaLabel&&(this.popover.ariaLabelledby=((r=this.popover.triggerElement)==null?void 0:r.id)||""))}updateAriaModal(){this.popover.role===rt.DIALOG||this.popover.role===rt.ALERTDIALOG?this.popover.setAttribute("aria-modal","true"):this.popover.removeAttribute("aria-modal")}updateAriaExpandedAttribute(){var o,t,r;this.popover.disableAriaExpanded||((o=this.popover.triggerElement)==null||o.setAttribute("aria-expanded",`${this.popover.visible}`),(r=this.popover.triggerElement)==null||r.setAttribute("aria-haspopup",((t=this.popover.triggerElement)==null?void 0:t.getAttribute("aria-haspopup"))||this.popover.role||"dialog"))}updateArrowStyle(o,t){var U;if(!this.popover.arrowElement)return;let r=t.split("-")[0],s={top:"bottom",right:"left",bottom:"top",left:"right"}[r],{x:d,y:m}=o,b=this.popover.arrowElement.getBoundingClientRect(),x=(U=this.popover.arrowElement.offsetParent)==null?void 0:U.getBoundingClientRect();if(!this.arrowPixelChange){let K=x!=null&&x[s]?12-Math.abs(b[s]-x[s]):0;Math.round(K)===1?this.arrowPixelChange=!0:this.arrowPixelChange=!1}let L=this.arrowPixelChange?.5:0;this.popover.arrowElement.setAttribute("data-side",r),Object.assign(this.popover.arrowElement.style,{left:d!=null?`${d}px`:"",top:m!=null?`${m}px`:"",[s]:`${-this.popover.arrowElement.offsetHeight/2-L}px`})}updatePopoverStyle(o,t){Object.assign(this.popover.style,{left:`${o}px`,top:`${t}px`})}};var _t=class extends fl(hl(cl(q))){constructor(){super();this.id="";this.triggerID="";this.trigger=It.TRIGGER;this.placement=It.PLACEMENT;this.color=It.COLOR;this.visible=It.VISIBLE;this.offset=It.OFFSET;this.boundary=It.BOUNDARY;this.boundaryRoot=It.BOUNDARY_ROOT;this.focusTrap=It.FOCUS_TRAP;this.preventScroll=It.PREVENT_SCROLL;this.showArrow=It.ARROW;this.closeButton=It.CLOSE_BUTTON;this.interactive=It.INTERACTIVE;this.delay=It.DELAY;this.hideOnEscape=It.HIDE_ON_ESCAPE;this.propagateEventOnEscape=It.PROPAGATE_EVENT_ON_ESCAPE;this.hideOnBlur=It.HIDE_ON_BLUR;this.hideOnOutsideClick=It.HIDE_ON_CLICK_OUTSIDE;this.focusBackToTrigger=It.FOCUS_BACK;this.backdrop=It.BACKDROP;this.isBackdropInvisible=It.IS_BACKDROP_INVISIBLE;this.flip=It.FLIP;this.size=It.SIZE;this.zIndex=It.Z_INDEX;this.closeButtonAriaLabel=null;this.strategy=It.STRATEGY;this.role=It.ROLE;this.ariaLabelledby=null;this.ariaDescribedby=null;this.disableAriaExpanded=It.DISABLE_ARIA_EXPANDED;this.keepConnectedTooltipOpen=It.KEEP_CONNECTED_TOOLTIP_OPEN;this.animationFrame=It.ANIMATION_FRAME;this.arrowElement=null;this.hoverTimer=null;this.isHovered=!1;this.openDelay=0;this.closeDelay=0;this.floatingUICleanupFunction=null;this.shouldSuppressOpening=!1;this.parseTrigger=()=>{var d;let s=(((d=this.trigger)==null?void 0:d.split(" "))||[]).filter(m=>Object.values(hi).includes(m)).length>0?this.trigger:It.TRIGGER;s==="mouseenter"&&(this.interactive?s="mouseenter click":s="mouseenter focusin"),this.trigger=s};this.setupTriggerListeners=()=>{if(this.trigger.includes("click")&&document.addEventListener("click",this.togglePopoverVisible,{capture:!0}),this.trigger.includes("mouseenter")){let t=this.renderRoot.querySelector('div[part="popover-hover-bridge"]');t==null||t.addEventListener("mouseenter",this.show),document.addEventListener("mouseenter",this.handleMouseEnter,{capture:!0}),document.addEventListener("mouseleave",this.handleMouseLeave,{capture:!0}),this.addEventListener("mouseenter",this.cancelCloseDelay),this.addEventListener("mouseleave",this.startCloseDelay)}this.trigger.includes("focusin")&&(document.addEventListener("focusin",this.handleFocusIn,{capture:!0}),this.interactive||document.addEventListener("focusout",this.handleFocusOut,{capture:!0}))};this.removeTriggerListeners=()=>{document.removeEventListener("click",this.togglePopoverVisible,{capture:!0});let t=this.renderRoot.querySelector('div[part="popover-hover-bridge"]');t==null||t.removeEventListener("mouseenter",this.show),document.removeEventListener("mouseenter",this.handleMouseEnter,{capture:!0}),document.removeEventListener("mouseleave",this.handleMouseLeave,{capture:!0}),this.removeEventListener("mouseenter",this.cancelCloseDelay),this.removeEventListener("mouseleave",this.startCloseDelay),document.removeEventListener("focusin",this.handleFocusIn,{capture:!0}),document.removeEventListener("focusout",this.handleFocusOut,{capture:!0})};this.removeAllListeners=()=>{this.removeTriggerListeners(),this.hideOnOutsideClick&&document.removeEventListener("click",this.onOutsidePopoverClick,{capture:!0}),this.hideOnEscape&&(this.removeEventListener("keydown",this.onEscapeKeydown),document.removeEventListener("keydown",this.onEscapeKeydown,{capture:!0})),this.hideOnBlur&&this.removeEventListener("focusout",this.onPopoverFocusOut)};this.onOutsidePopoverClick=t=>{if(Ce.peek()!==this)return;let r=t.composedPath(),s=this.contains(t.target)||r.includes(this.triggerElement)||r.includes(this),d=this.backdropElement?r.includes(this.backdropElement):!1;(!s||d)&&(this.hide(),pi.onClickOutside(this))};this.onEscapeKeydown=t=>{!this.visible||t.code!=="Escape"||(this.propagateEventOnEscape||t.stopPropagation(),t.preventDefault(),this.hide(),pi.onEscapeKeyPressed(this))};this.onPopoverFocusOut=t=>{this.contains(t.relatedTarget)||this.hide()};this.handleMouseEnter=t=>{this.isEventFromTrigger(t)&&(this.isHovered=!0,this.show())};this.handleMouseLeave=t=>{this.isEventFromTrigger(t)&&(this.isHovered=!1,this.startCloseDelay())};this.handleFocusOut=t=>{this.isEventFromTrigger(t)&&(this.isHovered||this.hide())};this.handleFocusIn=t=>{var r;this.isEventFromTrigger(t)&&((r=this.triggerElement)!=null&&r.matches(":focus-visible")||this.isHovered)&&this.show()};this.startCloseDelay=()=>{this.interactive?this.hoverTimer=window.setTimeout(()=>{this.visible=!1},this.closeDelay):this.hide()};this.cancelCloseDelay=()=>{this.hoverTimer&&(window.clearTimeout(this.hoverTimer),this.hoverTimer=null)};this.show=()=>{this.visible||this.shouldSuppressOpening||(this.cancelCloseDelay(),this.openDelay>0?setTimeout(()=>{this.visible=!0},this.openDelay):this.visible=!0)};this.hide=()=>{this.closeDelay?setTimeout(()=>{this.visible=!1},this.closeDelay):this.visible=!1};this.togglePopoverVisible=t=>{this.isEventFromTrigger(t)&&(this.visible?this.hide():this.show())};this.positionPopover=()=>{let{triggerElement:t}=this;if(!t)return;let r=!this.boundary||this.boundary==="clippingAncestors"?"clippingAncestors":Array.from(document.querySelectorAll(this.boundary)),s=this.boundaryRoot,d=[$f({boundary:r,rootBoundary:s,padding:this.boundaryPadding})],m=this.offset;if(this.flip&&d.push(zf({boundary:r,rootBoundary:s})),this.size){let b=L=>{this.style.setProperty("--mdc-popover-internal-available-height",`${L}px`)},x=this.renderRoot.querySelector('[part="popover-content"]');d.push(Vf({boundary:r,rootBoundary:s,apply({availableHeight:L}){x&&(Object.assign(x.style,{maxHeight:`${L}px`,overflowY:"auto"}),b(L))},padding:50}))}if(this.showArrow&&(this.arrowElement=this.renderRoot.querySelector('div[part="popover-arrow"]'),this.arrowElement)){let b=this.arrowElement.offsetHeight,x=Math.sqrt(2*b**2)/2;m+=x,d.push(Bf({element:this.arrowElement,padding:12}))}d.push(Ff(m)),this.floatingUICleanupFunction=Df(t,this,async()=>{let{triggerElement:b}=this;if(!b)return;let x=this.adjustPlacementForRtl(this.placement),{x:L,y:U,middlewareData:K,placement:Z}=await Uf(b,this,{placement:x,middleware:d,strategy:this.strategy});this.utils.updatePopoverStyle(L,U),K.arrow&&this.arrowElement&&this.utils.updateArrowStyle(K.arrow,Z),this.trigger.includes("mouseenter")&&this.utils.setupHoverBridge(Z)},{animationFrame:this.animationFrame})};this.utils=new Vl(this),this.parseTrigger(),[this.openDelay,this.closeDelay]=this.utils.setupDelay()}get connectedTooltip(){let t=this.getRootNode().querySelectorAll(`mdc-tooltip[triggerID="${this.triggerID}"]`);return Array.from(t).find(r=>r!==this)}get triggerElement(){return this.getRootNode().querySelector(`[id="${this.triggerID}"]`)}async firstUpdated(t){super.firstUpdated(t),pi.onCreatedPopover(this)}connectedCallback(){super.connectedCallback(),this.style.zIndex=`${this.zIndex}`,this.utils.setupAppendTo(),this.setupTriggerListeners()}async disconnectedCallback(){var t,r;super.disconnectedCallback(),this.removeAllListeners(),(t=this.deactivateFocusTrap)==null||t.call(this),this.deactivatePreventScroll(),this.moveElementBackAfterBackdropRemoval(this.triggerElement),this.removeBackdrop(),(r=this.floatingUICleanupFunction)==null||r.call(this),this.cancelCloseDelay(),this.keepConnectedTooltipOpen||this.connectedTooltip&&(this.connectedTooltip.shouldSuppressOpening=!1),this.utils.cleanupAppendTo(),pi.onDestroyedPopover(this),Ce.remove(this)}async updated(t){if(super.updated(t),t.has("visible")){let r=t.get("visible")||!1;await this.isOpenUpdated(r,this.visible),this.utils.updateAriaExpandedAttribute()}t.has("trigger")&&(this.parseTrigger(),this.removeTriggerListeners(),this.setupTriggerListeners()),t.has("placement")&&this.setAttribute("placement",Object.values(wt).includes(this.placement)?this.placement:It.PLACEMENT),t.has("delay")&&([this.openDelay,this.closeDelay]=this.utils.setupDelay()),t.has("color")&&this.setAttribute("color",Object.values(No).includes(this.color)?this.color:It.COLOR),t.has("zIndex")&&this.setAttribute("z-index",`${this.zIndex}`),t.has("appendTo")&&(this.appendTo?this.utils.setupAppendTo():this.utils.cleanupAppendTo()),(t.has("interactive")||t.has("aria-label")||t.has("aria-labelledby"))&&this.utils.updateAriaLabels(),t.has("role")&&(this.role===""&&(this.role=null),this.utils.updateAriaModal()),t.has("disableAriaExpanded")&&this.utils.updateAriaExpandedAttribute(),t.has("focusTrap")&&!this.focusTrap&&this.visible&&this.deactivateFocusTrap(),t.has("preventScroll")&&(!this.preventScroll&&this.visible?this.deactivatePreventScroll():this.preventScroll&&this.visible&&this.activatePreventScroll())}async isOpenUpdated(t,r){var d,m;let{triggerElement:s}=this;t===r||!s||(r&&!this.shouldSuppressOpening?(Ce.peek()!==this&&Ce.push(this),this.keepConnectedTooltipOpen||this.connectedTooltip&&(this.connectedTooltip.visible=!1,this.connectedTooltip.shouldSuppressOpening=!0),this.backdrop&&!this.backdropElement&&(this.createBackdrop("popover"),this.keepElementAboveBackdrop(s)),this.positionPopover(),this.hideOnBlur&&(this.addEventListener("focusout",this.onPopoverFocusOut),this.trigger==="click"&&(s.style.pointerEvents="none")),this.hideOnEscape&&(this.addEventListener("keydown",this.onEscapeKeydown),document.addEventListener("keydown",this.onEscapeKeydown)),this.activatePreventScroll(),this.hideOnOutsideClick&&document.addEventListener("click",this.onOutsidePopoverClick,{capture:!0}),setTimeout(()=>{var b,x;this.interactive&&this.focusTrap&&((b=this.activateFocusTrap)==null||b.call(this),(x=this.setInitialFocus)==null||x.call(this))},0),pi.onShowPopover(this)):(Ce.peek()===this&&Ce.pop(),(d=this.floatingUICleanupFunction)==null||d.call(this),this.backdrop&&(this.moveElementBackAfterBackdropRemoval(s),this.removeBackdrop()),this.hideOnBlur&&(this.removeEventListener("focusout",this.onPopoverFocusOut),this.trigger==="click"&&(s.style.pointerEvents="")),this.hideOnOutsideClick&&document.removeEventListener("click",this.onOutsidePopoverClick,{capture:!0}),this.hideOnEscape&&(this.removeEventListener("keydown",this.onEscapeKeydown),document.removeEventListener("keydown",this.onEscapeKeydown)),this.deactivatePreventScroll(),(m=this.deactivateFocusTrap)==null||m.call(this),this.focusBackToTrigger&&(s==null||s.focus()),this.keepConnectedTooltipOpen||this.connectedTooltip&&(this.connectedTooltip.shouldSuppressOpening=!1),pi.onHidePopover(this)))}isEventFromTrigger(t){var r;return this.triggerID?t.composed?t.composedPath().some(s=>(s==null?void 0:s.id)===this.triggerID):((r=t.target)==null?void 0:r.id)===this.triggerID:!1}isRtl(){return window.getComputedStyle(this).direction==="rtl"}adjustPlacementForRtl(t){if(!this.isRtl())return t;switch(t){case wt.LEFT:return wt.RIGHT;case wt.LEFT_START:return wt.RIGHT_START;case wt.LEFT_END:return wt.RIGHT_END;case wt.RIGHT:return wt.LEFT;case wt.RIGHT_START:return wt.LEFT_START;case wt.RIGHT_END:return wt.LEFT_END;default:return t}}render(){return _`
         
     | 
| 
       2660 
2660 
     | 
    
         
             
                  <div part="popover-hover-bridge"></div>
         
     | 
| 
       2661 
2661 
     | 
    
         
             
                  ${this.closeButton?_` <mdc-button
         
     | 
| 
       2662 
2662 
     | 
    
         
             
                        part="popover-close"
         
     | 
| 
       2663 
2663 
     | 
    
         
             
                        prefix-icon="cancel-bold"
         
     | 
| 
       2664 
2664 
     | 
    
         
             
                        variant="tertiary"
         
     | 
| 
       2665 
2665 
     | 
    
         
             
                        size="20"
         
     | 
| 
       2666 
     | 
    
         
            -
                        aria-label=${ 
     | 
| 
      
 2666 
     | 
    
         
            +
                        aria-label=${tt(this.closeButtonAriaLabel)||""}
         
     | 
| 
       2667 
2667 
     | 
    
         
             
                        @click="${this.hide}"
         
     | 
| 
       2668 
2668 
     | 
    
         
             
                      ></mdc-button>`:j}
         
     | 
| 
       2669 
2669 
     | 
    
         
             
                  ${this.showArrow?_`<div class="popover-arrow" part="popover-arrow"></div>`:j}
         
     | 
| 
       2670 
2670 
     | 
    
         
             
                  <div part="popover-content">
         
     | 
| 
       2671 
2671 
     | 
    
         
             
                    <slot></slot>
         
     | 
| 
       2672 
2672 
     | 
    
         
             
                  </div>
         
     | 
| 
       2673 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 2673 
     | 
    
         
            +
                `}};_t.styles=[...q.styles,...Gf],p([u({type:String,reflect:!0})],_t.prototype,"id",2),p([u({type:String,reflect:!0})],_t.prototype,"triggerID",2),p([u({type:String,reflect:!0})],_t.prototype,"trigger",2),p([u({type:String,reflect:!0})],_t.prototype,"placement",2),p([u({type:String,reflect:!0})],_t.prototype,"color",2),p([u({type:Boolean,reflect:!0})],_t.prototype,"visible",2),p([u({type:Number,reflect:!0})],_t.prototype,"offset",2),p([u({type:String,reflect:!0,attribute:"boundary"})],_t.prototype,"boundary",2),p([u({type:String,reflect:!0,attribute:"boundary-root"})],_t.prototype,"boundaryRoot",2),p([u({type:Number,reflect:!0,attribute:"boundary-padding"})],_t.prototype,"boundaryPadding",2),p([u({type:Boolean,reflect:!0,attribute:"focus-trap"})],_t.prototype,"focusTrap",2),p([u({type:Boolean,reflect:!0,attribute:"prevent-scroll"})],_t.prototype,"preventScroll",2),p([u({type:Boolean,reflect:!0,attribute:"show-arrow"})],_t.prototype,"showArrow",2),p([u({type:Boolean,reflect:!0,attribute:"close-button"})],_t.prototype,"closeButton",2),p([u({type:Boolean,reflect:!0})],_t.prototype,"interactive",2),p([u({type:String,reflect:!0})],_t.prototype,"delay",2),p([u({type:Boolean,reflect:!0,attribute:"hide-on-escape"})],_t.prototype,"hideOnEscape",2),p([u({type:Boolean,reflect:!0,attribute:"propagate-event-on-escape"})],_t.prototype,"propagateEventOnEscape",2),p([u({type:Boolean,reflect:!0,attribute:"hide-on-blur"})],_t.prototype,"hideOnBlur",2),p([u({type:Boolean,reflect:!0,attribute:"hide-on-outside-click"})],_t.prototype,"hideOnOutsideClick",2),p([u({type:Boolean,reflect:!0,attribute:"focus-back-to-trigger"})],_t.prototype,"focusBackToTrigger",2),p([u({type:Boolean,reflect:!0})],_t.prototype,"backdrop",2),p([u({type:String,reflect:!0,attribute:"backdrop-append-to"})],_t.prototype,"backdropAppendTo",2),p([u({type:Boolean,reflect:!0,attribute:"is-backdrop-invisible"})],_t.prototype,"isBackdropInvisible",2),p([u({type:Boolean,reflect:!0})],_t.prototype,"flip",2),p([u({type:Boolean,reflect:!0})],_t.prototype,"size",2),p([u({type:Number,reflect:!0,attribute:"z-index"})],_t.prototype,"zIndex",2),p([u({type:String,reflect:!0,attribute:"append-to"})],_t.prototype,"appendTo",2),p([u({type:String,attribute:"close-button-aria-label",reflect:!0})],_t.prototype,"closeButtonAriaLabel",2),p([u({type:String,reflect:!0})],_t.prototype,"strategy",2),p([u({type:String,reflect:!0})],_t.prototype,"role",2),p([u({type:String,reflect:!0,attribute:"aria-labelledby"})],_t.prototype,"ariaLabelledby",2),p([u({type:String,reflect:!0,attribute:"aria-describedby"})],_t.prototype,"ariaDescribedby",2),p([u({type:Boolean,reflect:!0,attribute:"disable-aria-expanded"})],_t.prototype,"disableAriaExpanded",2),p([u({type:Boolean,reflect:!0,attribute:"keep-connected-tooltip-open"})],_t.prototype,"keepConnectedTooltipOpen",2),p([u({type:Boolean,reflect:!0,attribute:"animation-frame"})],_t.prototype,"animationFrame",2);var Ve=_t;var Yf=z.constructTagName("toggletip"),Lo={CLOSE_BUTTON:!0,CLOSE_BUTTON_ARIA_LABEL:"Close",OFFSET:4,PLACEMENT:wt.TOP,CLICK:hi.CLICK,SHOW_ARROW:!0};var NT=B`
         
     | 
| 
       2674 
2674 
     | 
    
         
             
              :host {
         
     | 
| 
       2675 
2675 
     | 
    
         
             
                --mdc-toggletip-max-width: 400px;
         
     | 
| 
       2676 
2676 
     | 
    
         
             
                --mdc-toggletip-text-color: var(--mds-color-theme-text-primary-normal);
         
     | 
| 
         @@ -2700,20 +2700,20 @@ 
     | 
|
| 
       2700 
2700 
     | 
    
         
             
              :host([close-button]:dir(rtl))::part(popover-content) {
         
     | 
| 
       2701 
2701 
     | 
    
         
             
                margin-left: 2rem;
         
     | 
| 
       2702 
2702 
     | 
    
         
             
              }
         
     | 
| 
       2703 
     | 
    
         
            -
            `, 
     | 
| 
      
 2703 
     | 
    
         
            +
            `,Wf=[NT];var Bi=class extends Ve{constructor(){super(...arguments);this.currentAnnouncement="";this.placement=Lo.PLACEMENT}connectedCallback(){var t;super.connectedCallback(),this.closeButton=(t=this.closeButton)!=null?t:Lo.CLOSE_BUTTON,this.closeButtonAriaLabel=Lo.CLOSE_BUTTON_ARIA_LABEL,this.trigger=Lo.CLICK,this.showArrow=Lo.SHOW_ARROW,this.interactive=!0,this.backdrop=!0,this.hideOnBlur=!0,this.hideOnEscape=!0,this.hideOnOutsideClick=!0,this.disableAriaExpanded=!1,this.focusBackToTrigger=!0,this.focusTrap=!0}getToggleTipText(){var t,r;return((r=(t=this.defaultSlotNodes)==null?void 0:t.map(s=>s.textContent).join(" "))==null?void 0:r.trim())||""}onPlacementUpdated(){Object.values(wt).includes(this.placement)||(this.placement=Lo.PLACEMENT)}update(t){super.update(t),t.has("placement")&&this.onPlacementUpdated(),t.has("visible")&&(this.currentAnnouncement=this.visible?this.getToggleTipText():"")}render(){return _`
         
     | 
| 
       2704 
2704 
     | 
    
         
             
                  ${super.render()}
         
     | 
| 
       2705 
2705 
     | 
    
         
             
                  <mdc-screenreaderannouncer
         
     | 
| 
       2706 
     | 
    
         
            -
                    identity="${ 
     | 
| 
      
 2706 
     | 
    
         
            +
                    identity="${tt(this.screenreaderAnnouncerIdentity)}"
         
     | 
| 
       2707 
2707 
     | 
    
         
             
                    announcement="${this.currentAnnouncement}"
         
     | 
| 
       2708 
2708 
     | 
    
         
             
                    delay="300"
         
     | 
| 
       2709 
2709 
     | 
    
         
             
                  >
         
     | 
| 
       2710 
2710 
     | 
    
         
             
                  </mdc-screenreaderannouncer>
         
     | 
| 
       2711 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 2711 
     | 
    
         
            +
                `}};Bi.styles=[...Ve.styles,...Wf],p([Wn()],Bi.prototype,"defaultSlotNodes",2),p([vt()],Bi.prototype,"currentAnnouncement",2),p([u({type:String,reflect:!0,attribute:"screenreader-announcer-identity"})],Bi.prototype,"screenreaderAnnouncerIdentity",2),p([u({type:String,reflect:!0})],Bi.prototype,"placement",2);var Hc=Bi;function jf(n,o=500){let t,r=(...s)=>{t!==void 0&&window.clearTimeout(t),t=window.setTimeout(()=>{t=void 0,n(...s)},o)};return r.cancel=()=>{t!==void 0&&(window.clearTimeout(t),t=void 0)},r}var Kf=z.constructTagName("screenreaderannouncer"),LT={ASSERTIVE:"assertive",POLITE:"polite",OFF:"off"},Ro={ARIA_LIVE:LT.POLITE,DELAY:150,IDENTITY:"mdc-screenreaderannouncer-identity",TIMEOUT:2e4,DEBOUNCE:500};var RT=[B`
         
     | 
| 
       2712 
2712 
     | 
    
         
             
                :host {
         
     | 
| 
       2713 
2713 
     | 
    
         
             
                  display: none;
         
     | 
| 
       2714 
2714 
     | 
    
         
             
                  visibility: hidden;
         
     | 
| 
       2715 
2715 
     | 
    
         
             
                }
         
     | 
| 
       2716 
     | 
    
         
            -
              `], 
     | 
| 
      
 2716 
     | 
    
         
            +
              `],qf=RT;var Br=class extends q{constructor(){super(...arguments);this.announcement="";this.identity="";this.dataAriaLive=Ro.ARIA_LIVE;this.delay=Ro.DELAY;this.timeout=Ro.TIMEOUT;this.debounceTime=Ro.DEBOUNCE;this.timeOutIds=[];this.ariaLiveAnnouncementIds=[]}announce(t,r,s,d){var m;if(t.length>0){let b=`mdc-screenreaderannouncer-announcement-${Te()}`,x=document.createElement("div");x.setAttribute("id",b),x.setAttribute("aria-live",d),(m=document.getElementById(this.identity))==null||m.appendChild(x);let L=window.setTimeout(()=>{let U=document.createElement("p");U.textContent=t,x.appendChild(U),this.ariaLiveAnnouncementIds.push(b);let K=window.setTimeout(()=>{var Z;(Z=document.getElementById(b))==null||Z.remove()},s);this.timeOutIds.push(K)},r);this.timeOutIds.push(L)}}clearTimeOutsAndAnnouncements(){this.timeOutIds.forEach(t=>{window.clearTimeout(t)}),this.ariaLiveAnnouncementIds.forEach(t=>{var r;(r=document.getElementById(t))==null||r.remove()})}createAnnouncementAriaLiveRegion(){let t=document.getElementById(this.identity);if(!t){t=document.createElement("div"),t.id=this.identity;let r=document.createElement("style");r.textContent=`
         
     | 
| 
       2717 
2717 
     | 
    
         
             
                    .mdc-screenreaderannouncer__visually-hidden {
         
     | 
| 
       2718 
2718 
     | 
    
         
             
                      clip: rect(0 0 0 0);
         
     | 
| 
       2719 
2719 
     | 
    
         
             
                      clip-path: inset(50%);
         
     | 
| 
         @@ -2723,7 +2723,7 @@ 
     | 
|
| 
       2723 
2723 
     | 
    
         
             
                      white-space: nowrap;
         
     | 
| 
       2724 
2724 
     | 
    
         
             
                      width: 1px;
         
     | 
| 
       2725 
2725 
     | 
    
         
             
                    }
         
     | 
| 
       2726 
     | 
    
         
            -
                  `,t.appendChild( 
     | 
| 
      
 2726 
     | 
    
         
            +
                  `,t.appendChild(r),t.classList.add("mdc-screenreaderannouncer__visually-hidden"),document.body.appendChild(t)}}setupDebouncedAnnounce(){this.debouncedAnnounce=jf(()=>{this.announcement.length>0&&(this.announce(this.announcement,this.delay,this.timeout,this.dataAriaLive),this.announcement="")},this.debounceTime)}connectedCallback(){super.connectedCallback(),this.identity.length===0&&(this.identity=Ro.IDENTITY),this.createAnnouncementAriaLiveRegion(),this.setupDebouncedAnnounce()}disconnectedCallback(){var t;super.disconnectedCallback(),this.clearTimeOutsAndAnnouncements(),(t=this.debouncedAnnounce)==null||t.cancel()}updated(t){var r;t.has("identity")&&this.identity.length===0&&(this.identity=Ro.IDENTITY,this.createAnnouncementAriaLiveRegion()),t.has("debounceTime")&&this.setupDebouncedAnnounce(),t.has("announcement")&&this.announcement.length>0&&((r=this.debouncedAnnounce)==null||r.call(this))}};Br.styles=[...q.styles,...qf],p([u({type:String,reflect:!0})],Br.prototype,"announcement",2),p([u({type:String,reflect:!0})],Br.prototype,"identity",2),p([u({type:String,reflect:!0,attribute:"data-aria-live"})],Br.prototype,"dataAriaLive",2),p([u({type:Number,reflect:!0})],Br.prototype,"delay",2),p([u({type:Number,reflect:!0})],Br.prototype,"timeout",2),p([u({type:Number,reflect:!0,attribute:"debounce-time"})],Br.prototype,"debounceTime",2);var Gc=Br;Gc.register(Kf);var MT=Gc;Hc.register(Yf);var OT=Hc;var Ae=n=>{class o extends n{constructor(){super(...arguments);this.name="";this.value="";this.internals=this.attachInternals()}get form(){return this.internals.form}get validity(){return this.internals.validity}get willValidate(){return this.internals.willValidate}setValidity(){this.inputElement&&this.internals.setValidity(this.inputElement.validity,this.inputElement.validationMessage,this.inputElement)}checkValidity(){return this.setValidity(),this.internals.checkValidity()}reportValidity(){return this.setValidity(),this.internals.reportValidity()}}return o.formAssociated=!0,p([u({reflect:!0,type:String})],o.prototype,"name",2),p([u({reflect:!0,type:String})],o.prototype,"value",2),p([u({reflect:!0,type:String,attribute:"validation-message"})],o.prototype,"validationMessage",2),p([be("input")],o.prototype,"inputElement",2),o};var PT=B`
         
     | 
| 
       2727 
2727 
     | 
    
         
             
              :host {
         
     | 
| 
       2728 
2728 
     | 
    
         
             
                --mdc-label-font-size: var(--mds-font-apps-body-midsize-medium-font-size);
         
     | 
| 
       2729 
2729 
     | 
    
         
             
                --mdc-label-font-weight: var(--mds-font-apps-body-midsize-medium-font-weight);
         
     | 
| 
         @@ -2801,32 +2801,32 @@ 
     | 
|
| 
       2801 
2801 
     | 
    
         
             
                pointer-events: none;
         
     | 
| 
       2802 
2802 
     | 
    
         
             
                cursor: default;
         
     | 
| 
       2803 
2803 
     | 
    
         
             
              }
         
     | 
| 
       2804 
     | 
    
         
            -
            `, 
     | 
| 
       2805 
     | 
    
         
            -
                      id="${ 
     | 
| 
       2806 
     | 
    
         
            -
                      tagname="${ 
     | 
| 
       2807 
     | 
    
         
            -
                      type="${ 
     | 
| 
      
 2804 
     | 
    
         
            +
            `,Xf=[bt,PT];var Zf=n=>({[$t.ERROR]:"error-legacy-badge-filled",[$t.WARNING]:"warning-badge-filled",[$t.SUCCESS]:"check-circle-badge-filled",[$t.PRIORITY]:"priority-badge-filled",[$t.DEFAULT]:""})[n]||"";var Be=class extends Bt(q){constructor(){super(...arguments);this.inputId=`mdc-el-${Te()}`;this.required=!1;this.helpTextType=Lt.VALIDATION;this.toggletipPlacement=Lt.TOGGLETIP_PLACEMENT;this.toggletipStrategy=Lt.TOGGLETIP_STRATEGY;this.readonly=!1;this.softDisabled=!1;this.shouldRenderLabel=!0}renderLabelElement(){return this.label?this.shouldRenderLabel?_`<label for="${this.inputId}" id="${Lt.HEADING_ID}" part="label">${this.label}</label>`:_` <mdc-text
         
     | 
| 
      
 2805 
     | 
    
         
            +
                      id="${Lt.HEADING_ID}"
         
     | 
| 
      
 2806 
     | 
    
         
            +
                      tagname="${Ma.TAGNAME}"
         
     | 
| 
      
 2807 
     | 
    
         
            +
                      type="${Ma.HEADER_TYPE}"
         
     | 
| 
       2808 
2808 
     | 
    
         
             
                      part="label"
         
     | 
| 
       2809 
2809 
     | 
    
         
             
                      >${this.label}</mdc-text
         
     | 
| 
       2810 
     | 
    
         
            -
                    >`:j}renderHelpTextIcon(){if(!this.helpText)return j;let t= 
     | 
| 
      
 2810 
     | 
    
         
            +
                    >`:j}renderHelpTextIcon(){if(!this.helpText)return j;let t=Zf(this.helpTextType||Lt.VALIDATION);return t&&!this.disabled?_`<mdc-icon part="helper-icon" size="1" length-unit="rem" name=${t}></mdc-icon>`:j}renderHelpText(){return this.helpText?_`
         
     | 
| 
       2811 
2811 
     | 
    
         
             
                  <mdc-text
         
     | 
| 
       2812 
     | 
    
         
            -
                    id="${ 
     | 
| 
      
 2812 
     | 
    
         
            +
                    id="${Lt.HELPER_TEXT_ID}"
         
     | 
| 
       2813 
2813 
     | 
    
         
             
                    part="help-text"
         
     | 
| 
       2814 
     | 
    
         
            -
                    tagname=${ 
     | 
| 
       2815 
     | 
    
         
            -
                    type=${ 
     | 
| 
      
 2814 
     | 
    
         
            +
                    tagname=${Ma.TAGNAME}
         
     | 
| 
      
 2815 
     | 
    
         
            +
                    type=${Ma.TYPE}
         
     | 
| 
       2816 
2816 
     | 
    
         
             
                  >
         
     | 
| 
       2817 
2817 
     | 
    
         
             
                    ${this.helpText}
         
     | 
| 
       2818 
2818 
     | 
    
         
             
                  </mdc-text>
         
     | 
| 
       2819 
     | 
    
         
            -
                `:j}renderLabel(){if(!this.label)return j;let t=`toggletip-trigger-${ 
     | 
| 
      
 2819 
     | 
    
         
            +
                `:j}renderLabel(){if(!this.label)return j;let t=`toggletip-trigger-${Te()}`,r=this.disabled||this.softDisabled;return _`<div part="label-text">
         
     | 
| 
       2820 
2820 
     | 
    
         
             
                  <slot name="label">${this.renderLabelElement()}</slot>
         
     | 
| 
       2821 
2821 
     | 
    
         
             
                  ${this.required?_`<span part="required-indicator">*</span>`:j}
         
     | 
| 
       2822 
2822 
     | 
    
         
             
                  <slot name="toggletip">
         
     | 
| 
       2823 
2823 
     | 
    
         
             
                    ${this.toggletipText?_` <mdc-button
         
     | 
| 
       2824 
2824 
     | 
    
         
             
                            part="info-icon-btn"
         
     | 
| 
       2825 
     | 
    
         
            -
                            prefix-icon="${ 
     | 
| 
       2826 
     | 
    
         
            -
                            size="${ 
     | 
| 
       2827 
     | 
    
         
            -
                            variant="${ 
     | 
| 
       2828 
     | 
    
         
            -
                            aria-label="${ 
     | 
| 
       2829 
     | 
    
         
            -
                            ?disabled="${ 
     | 
| 
      
 2825 
     | 
    
         
            +
                            prefix-icon="${Lt.INFO_ICON}"
         
     | 
| 
      
 2826 
     | 
    
         
            +
                            size="${Lt.ICON_SIZE}"
         
     | 
| 
      
 2827 
     | 
    
         
            +
                            variant="${Ft.TERTIARY}"
         
     | 
| 
      
 2828 
     | 
    
         
            +
                            aria-label="${tt(this.infoIconAriaLabel)}"
         
     | 
| 
      
 2829 
     | 
    
         
            +
                            ?disabled="${r}"
         
     | 
| 
       2830 
2830 
     | 
    
         
             
                            ?soft-disabled="${this.softDisabled}"
         
     | 
| 
       2831 
2831 
     | 
    
         
             
                            id="${t}"
         
     | 
| 
       2832 
2832 
     | 
    
         
             
                          ></mdc-button>
         
     | 
| 
         @@ -2843,7 +2843,7 @@ 
     | 
|
| 
       2843 
2843 
     | 
    
         
             
                </div>`}renderHelperText(){return this.helpText?_`<div part="help-text-container">
         
     | 
| 
       2844 
2844 
     | 
    
         
             
                  <slot name="help-icon">${this.renderHelpTextIcon()}</slot>
         
     | 
| 
       2845 
2845 
     | 
    
         
             
                  <slot name="help-text">${this.renderHelpText()}</slot>
         
     | 
| 
       2846 
     | 
    
         
            -
                </div>`:j}}; 
     | 
| 
      
 2846 
     | 
    
         
            +
                </div>`:j}};Be.styles=[...q.styles,...Xf],p([u({reflect:!0,type:String})],Be.prototype,"label",2),p([u({type:Boolean,reflect:!0,attribute:"required"})],Be.prototype,"required",2),p([u({reflect:!0,attribute:"help-text-type"})],Be.prototype,"helpTextType",2),p([u({type:String,reflect:!0,attribute:"help-text"})],Be.prototype,"helpText",2),p([u({type:String,reflect:!0,attribute:"toggletip-text"})],Be.prototype,"toggletipText",2),p([u({type:String,reflect:!0,attribute:"toggletip-placement"})],Be.prototype,"toggletipPlacement",2),p([u({type:String,reflect:!0,attribute:"toggletip-strategy"})],Be.prototype,"toggletipStrategy",2),p([u({type:String,reflect:!0,attribute:"info-icon-aria-label"})],Be.prototype,"infoIconAriaLabel",2),p([u({type:Boolean,reflect:!0})],Be.prototype,"readonly",2),p([u({type:Boolean,reflect:!0,attribute:"soft-disabled"})],Be.prototype,"softDisabled",2);var se=Be;var DT=[B`
         
     | 
| 
       2847 
2847 
     | 
    
         
             
                :host {
         
     | 
| 
       2848 
2848 
     | 
    
         
             
                  flex-direction: row;
         
     | 
| 
       2849 
2849 
     | 
    
         
             
                  align-items: flex-start;
         
     | 
| 
         @@ -2913,7 +2913,7 @@ 
     | 
|
| 
       2913 
2913 
     | 
    
         
             
                :host([soft-disabled]) {
         
     | 
| 
       2914 
2914 
     | 
    
         
             
                  pointer-events: none;
         
     | 
| 
       2915 
2915 
     | 
    
         
             
                }
         
     | 
| 
       2916 
     | 
    
         
            -
              `,... 
     | 
| 
      
 2916 
     | 
    
         
            +
              `,...At(!0)],Qf=DT;var Ui=class extends ye(Ae(Ut(se))){constructor(){super(...arguments);this.checked=!1;this.indeterminate=!1;this.autofocus=!1;this.helpTextType=af.DEFAULT;this.renderLabelAndHelperText=()=>this.label?_`<div part="text-container">${this.renderLabel()} ${this.renderHelperText()}</div>`:j}firstUpdated(t){this.inputElement&&this.autoFocusOnMount&&(this.elementToAutoFocus=this.inputElement),super.firstUpdated(t)}setFormValue(){let t=null;this.checked?t=this.value?this.value:"on":t=null,this.manageRequired(),this.internals.setFormValue(t)}manageRequired(){!this.checked&&this.required?(this.validationMessage?this.inputElement.setCustomValidity(this.validationMessage):this.inputElement.setCustomValidity(""),this.setValidity()):this.internals.setValidity({})}formResetCallback(){this.checked=!1,this.indeterminate=!1}formStateRestoreCallback(t){t&&(this.checked=!0)}toggleState(){!this.disabled&&!this.softDisabled&&!this.readonly&&(this.checked=!this.checked,this.indeterminate=!1)}handleKeyDown(t){var r;(this.readonly||this.softDisabled)&&t.key===Q.SPACE&&t.preventDefault(),t.key===Q.ENTER&&((r=this.form)==null||r.requestSubmit())}handleChange(t){this.toggleState();let r=t.constructor;this.dispatchEvent(new r(t.type,t))}update(t){super.update(t),t.has("checked")&&this.setFormValue()}render(){var t;return _`
         
     | 
| 
       2917 
2917 
     | 
    
         
             
                  <mdc-staticcheckbox
         
     | 
| 
       2918 
2918 
     | 
    
         
             
                    part="static-checkbox"
         
     | 
| 
       2919 
2919 
     | 
    
         
             
                    class="mdc-focus-ring"
         
     | 
| 
         @@ -2927,8 +2927,8 @@ 
     | 
|
| 
       2927 
2927 
     | 
    
         
             
                      id="${this.inputId}"
         
     | 
| 
       2928 
2928 
     | 
    
         
             
                      type="checkbox"
         
     | 
| 
       2929 
2929 
     | 
    
         
             
                      part="checkbox-input"
         
     | 
| 
       2930 
     | 
    
         
            -
                      name="${ 
     | 
| 
       2931 
     | 
    
         
            -
                      value="${ 
     | 
| 
      
 2930 
     | 
    
         
            +
                      name="${tt(this.name)}"
         
     | 
| 
      
 2931 
     | 
    
         
            +
                      value="${tt(this.value)}"
         
     | 
| 
       2932 
2932 
     | 
    
         
             
                      ?required="${this.required}"
         
     | 
| 
       2933 
2933 
     | 
    
         
             
                      .checked="${this.checked}"
         
     | 
| 
       2934 
2934 
     | 
    
         
             
                      aria-checked="${this.indeterminate?"mixed":this.checked}"
         
     | 
| 
         @@ -2937,13 +2937,13 @@ 
     | 
|
| 
       2937 
2937 
     | 
    
         
             
                      ?readonly="${this.readonly}"
         
     | 
| 
       2938 
2938 
     | 
    
         
             
                      aria-label="${(t=this.dataAriaLabel)!=null?t:""}"
         
     | 
| 
       2939 
2939 
     | 
    
         
             
                      tabindex="${this.disabled?-1:0}"
         
     | 
| 
       2940 
     | 
    
         
            -
                      aria-describedby="${ 
     | 
| 
      
 2940 
     | 
    
         
            +
                      aria-describedby="${tt(this.helpText?Lt.HELPER_TEXT_ID:"")}"
         
     | 
| 
       2941 
2941 
     | 
    
         
             
                      @change=${this.handleChange}
         
     | 
| 
       2942 
2942 
     | 
    
         
             
                      @keydown=${this.handleKeyDown}
         
     | 
| 
       2943 
2943 
     | 
    
         
             
                    />
         
     | 
| 
       2944 
2944 
     | 
    
         
             
                  </mdc-staticcheckbox>
         
     | 
| 
       2945 
2945 
     | 
    
         
             
                  ${this.renderLabelAndHelperText()}
         
     | 
| 
       2946 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 2946 
     | 
    
         
            +
                `}};Ui.styles=[...se.styles,...Qf],p([u({type:Boolean,reflect:!0})],Ui.prototype,"checked",2),p([u({type:Boolean,reflect:!0})],Ui.prototype,"indeterminate",2),p([u({type:Boolean,reflect:!0})],Ui.prototype,"autofocus",2),p([u({type:String,reflect:!0,attribute:"help-text-type"})],Ui.prototype,"helpTextType",2);var Yc=Ui;Yc.register(sf);var FT=Yc;var Jf=z.constructTagName("staticchip"),Wc={DEFAULT:"default",COBALT:"cobalt",GOLD:"gold",LIME:"lime",MINT:"mint",ORANGE:"orange",PINK:"pink",PURPLE:"purple",SLATE:"slate",VIOLET:"violet"},Bl={COLOR:Wc.DEFAULT,TEXT_TYPE:st.BODY_MIDSIZE_REGULAR,TAG_NAME:mt.SPAN};var $T=B`
         
     | 
| 
       2947 
2947 
     | 
    
         
             
              :host {
         
     | 
| 
       2948 
2948 
     | 
    
         
             
                height: 1.5rem;
         
     | 
| 
       2949 
2949 
     | 
    
         
             
                gap: 0.25rem;
         
     | 
| 
         @@ -3005,12 +3005,12 @@ 
     | 
|
| 
       3005 
3005 
     | 
    
         
             
                --mdc-chip-border-color: var(--mds-color-theme-outline-label-violet);
         
     | 
| 
       3006 
3006 
     | 
    
         
             
                --mdc-chip-background-color: var(--mds-color-theme-background-label-violet-normal);
         
     | 
| 
       3007 
3007 
     | 
    
         
             
              }
         
     | 
| 
       3008 
     | 
    
         
            -
            `, 
     | 
| 
      
 3008 
     | 
    
         
            +
            `,tv=[bt,$T];var _s=class extends qt(q){constructor(){super(...arguments);this.color=Bl.COLOR;this.label=""}renderIcon(){return this.iconName?_` <mdc-icon name="${this.iconName}" length-unit="rem" size="1"></mdc-icon> `:j}render(){return _`
         
     | 
| 
       3009 
3009 
     | 
    
         
             
                  ${this.renderIcon()}
         
     | 
| 
       3010 
3010 
     | 
    
         
             
                  ${this.label?_`<mdc-text part="label" type="${Bl.TEXT_TYPE}" tagname="${Bl.TAG_NAME}"
         
     | 
| 
       3011 
3011 
     | 
    
         
             
                        >${this.label}</mdc-text
         
     | 
| 
       3012 
3012 
     | 
    
         
             
                      >`:j}
         
     | 
| 
       3013 
     | 
    
         
            -
                `}};_s.styles=[... 
     | 
| 
      
 3013 
     | 
    
         
            +
                `}};_s.styles=[...q.styles,...tv],p([u({type:String,reflect:!0})],_s.prototype,"color",2),p([u({type:String})],_s.prototype,"label",2);var za=_s;var ev=z.constructTagName("chip"),Cs={COLOR:Wc.DEFAULT,TEXT_TYPE:st.BODY_MIDSIZE_REGULAR,TAG_NAME:mt.SPAN,SIZE:vo[24],ROLE:rt.BUTTON};var zT=B`
         
     | 
| 
       3014 
3014 
     | 
    
         
             
              :host {
         
     | 
| 
       3015 
3015 
     | 
    
         
             
                cursor: pointer;
         
     | 
| 
       3016 
3016 
     | 
    
         
             
                height: 1.5rem;
         
     | 
| 
         @@ -3104,12 +3104,12 @@ 
     | 
|
| 
       3104 
3104 
     | 
    
         
             
                --mdc-chip-color: var(--mds-color-theme-text-primary-disabled);
         
     | 
| 
       3105 
3105 
     | 
    
         
             
                cursor: auto;
         
     | 
| 
       3106 
3106 
     | 
    
         
             
              }
         
     | 
| 
       3107 
     | 
    
         
            -
            `, 
     | 
| 
      
 3107 
     | 
    
         
            +
            `,rv=[bt,zT,...At()];var ks=class extends qt(ie){constructor(){super(...arguments);this.color=Cs.COLOR;this.label=""}connectedCallback(){super.connectedCallback(),this.role=Cs.ROLE,this.size=Cs.SIZE,this.active=void 0,this.softDisabled=void 0}renderIcon(){return this.iconName?_` <mdc-icon name="${this.iconName}" length-unit="rem" size="1"></mdc-icon> `:j}render(){return _`
         
     | 
| 
       3108 
3108 
     | 
    
         
             
                  ${this.renderIcon()}
         
     | 
| 
       3109 
     | 
    
         
            -
                  ${this.label?_`<mdc-text part="label" type="${ 
     | 
| 
      
 3109 
     | 
    
         
            +
                  ${this.label?_`<mdc-text part="label" type="${Cs.TEXT_TYPE}" tagname="${Cs.TAG_NAME}"
         
     | 
| 
       3110 
3110 
     | 
    
         
             
                        >${this.label}</mdc-text
         
     | 
| 
       3111 
3111 
     | 
    
         
             
                      >`:j}
         
     | 
| 
       3112 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 3112 
     | 
    
         
            +
                `}};ks.styles=[...za.styles,...rv],p([u({type:String,reflect:!0})],ks.prototype,"color",2),p([u({type:String})],ks.prototype,"label",2);var ws=ks;ws.register(ev);var VT=ws;var iv=z.constructTagName("coachmark"),Mo={COLOR:No.CONTRAST,TRIGGER:hi.MANUAL,ARROW:!0,CLOSE_BUTTON:!0,DISABLE_ARIA_EXPANDED:!0};var Oo=class extends Ve{constructor(){super(...arguments);this.trigger=Mo.TRIGGER;this.showArrow=Mo.ARROW;this.closeButton=Mo.CLOSE_BUTTON;this.disableAriaExpanded=Mo.DISABLE_ARIA_EXPANDED}connectedCallback(){super.connectedCallback(),this.color=Mo.COLOR,this.showArrow=Mo.ARROW}};p([u({type:String,reflect:!0})],Oo.prototype,"trigger",2),p([u({type:Boolean,attribute:"show-arrow"})],Oo.prototype,"showArrow",2),p([u({type:Boolean,reflect:!0,attribute:"close-button"})],Oo.prototype,"closeButton",2),p([u({type:Boolean,reflect:!0,attribute:"disable-aria-expanded"})],Oo.prototype,"disableAriaExpanded",2);var jc=Oo;jc.register(iv);var BT=jc;var Ul=z.constructTagName("controltypeprovider"),Hl={CONTROL_TYPE:"uncontrolled"},Gl=["controlled","uncontrolled"];var UT=Ul,Kc=UT;var Yl=class extends De{constructor(){super({context:Kc});this.innerControlType=Hl.CONTROL_TYPE}static get Context(){return Kc}set controlType(t){Gl.includes(t)&&(this.innerControlType=t)}get controlType(){return this.innerControlType}updateContext(){this.context.value!==this.controlType&&(this.context.value=this.controlType,this.context.updateObservers())}};p([u({type:String,attribute:"control-type",reflect:!0})],Yl.prototype,"controlType",1);var qc=Yl;qc.register(Ul);var Xc=qc;fs.register(uu);var HT=fs;var Va=z.constructTagName("divider"),Po={HORIZONTAL:"horizontal",VERTICAL:"vertical"},Ba={SOLID:"solid",GRADIENT:"gradient"},cr={POSITIVE:"positive",NEGATIVE:"negative"},Ua={UP:"arrow-up-regular",DOWN:"arrow-down-regular",LEFT:"arrow-left-regular",RIGHT:"arrow-right-regular"},Do={ORIENTATION:Po.HORIZONTAL,VARIANT:Ba.SOLID,ARROW_DIRECTION:cr.NEGATIVE,BUTTON_DIRECTION:cr.NEGATIVE};var GT=[bt,B`
         
     | 
| 
       3113 
3113 
     | 
    
         
             
                :host {
         
     | 
| 
       3114 
3114 
     | 
    
         
             
                  --mdc-divider-background-color: var(--mds-color-theme-outline-secondary-normal);
         
     | 
| 
       3115 
3115 
     | 
    
         
             
                  --mdc-divider-width: 0.0625rem;
         
     | 
| 
         @@ -3310,11 +3310,11 @@ 
     | 
|
| 
       3310 
3310 
     | 
    
         
             
                :host([data-hidden]) {
         
     | 
| 
       3311 
3311 
     | 
    
         
             
                  display: none;
         
     | 
| 
       3312 
3312 
     | 
    
         
             
                }
         
     | 
| 
       3313 
     | 
    
         
            -
              `], 
     | 
| 
      
 3313 
     | 
    
         
            +
              `],ov=GT;var Hi=class extends q{constructor(){super(...arguments);this.orientation=Do.ORIENTATION;this.variant=Do.VARIANT;this.arrowDirection=Do.ARROW_DIRECTION;this.buttonPosition=Do.BUTTON_DIRECTION}setVariant(t){this.setAttribute("variant",Object.values(Ba).includes(t)?t:Do.VARIANT)}setOrientation(t){this.setAttribute("orientation",Object.values(Po).includes(t)?t:Do.ORIENTATION)}ensureValidDirections(){let t=this.orientation===Po.HORIZONTAL?cr.NEGATIVE:cr.POSITIVE;Object.values(cr).includes(this.buttonPosition)||(this.buttonPosition=t),Object.values(cr).includes(this.arrowDirection)||(this.arrowDirection=t)}setGrabberButton(){this.ensureValidDirections();let t=this.querySelector("mdc-button");if(t){let r=this.getArrowIcon();t.setAttribute("variant","secondary"),t.setAttribute("prefix-icon",r)}}getArrowIcon(){let t=this.orientation===Po.HORIZONTAL,r=this.arrowDirection===cr.POSITIVE;return t?r?Ua.UP:Ua.DOWN:r?Ua.RIGHT:Ua.LEFT}update(t){super.update(t),t.has("orientation")&&this.setOrientation(this.orientation),t.has("variant")&&this.setVariant(this.variant),(t.has("orientation")||t.has("arrowDirection")||t.has("buttonPosition"))&&this.setGrabberButton()}inferDividerType(){var m;let t=(m=this.shadowRoot)==null?void 0:m.querySelector("slot"),r=(t==null?void 0:t.assignedElements({flatten:!0}))||[];if(r.length>1)return;let s=r.some(b=>b.tagName===xa.toUpperCase()),d=r.some(b=>b.tagName===ei.toUpperCase());s&&!d?this.setAttribute("data-type","mdc-text-divider"):!s&&d&&(this.setAttribute("data-type","mdc-grabber-divider"),this.setGrabberButton())}connectedCallback(){super.connectedCallback(),this.setAttribute("data-type","mdc-primary-divider")}render(){return _`
         
     | 
| 
       3314 
3314 
     | 
    
         
             
                  <div></div>
         
     | 
| 
       3315 
3315 
     | 
    
         
             
                  <slot @slotchange=${this.inferDividerType}></slot>
         
     | 
| 
       3316 
3316 
     | 
    
         
             
                  <div></div>
         
     | 
| 
       3317 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 3317 
     | 
    
         
            +
                `}};Hi.styles=[...q.styles,...ov],p([u({type:String,reflect:!0})],Hi.prototype,"orientation",2),p([u({type:String,reflect:!0})],Hi.prototype,"variant",2),p([u({type:String,attribute:"arrow-direction",reflect:!0})],Hi.prototype,"arrowDirection",2),p([u({type:String,attribute:"button-position",reflect:!0})],Hi.prototype,"buttonPosition",2);var Zc=Hi;Zc.register(Va);var YT=Zc;var WT=B`
         
     | 
| 
       3318 
3318 
     | 
    
         
             
              :host([selected]) {
         
     | 
| 
       3319 
3319 
     | 
    
         
             
                border: 2px solid;
         
     | 
| 
       3320 
3320 
     | 
    
         
             
                --mdc-chip-background-color: var(--mds-color-theme-background-label-default-active);
         
     | 
| 
         @@ -3336,7 +3336,7 @@ 
     | 
|
| 
       3336 
3336 
     | 
    
         
             
                --mdc-chip-color: var(--mds-color-theme-text-primary-disabled);
         
     | 
| 
       3337 
3337 
     | 
    
         
             
                cursor: auto;
         
     | 
| 
       3338 
3338 
     | 
    
         
             
              }
         
     | 
| 
       3339 
     | 
    
         
            -
            `, 
     | 
| 
      
 3339 
     | 
    
         
            +
            `,sv=[WT];var av=z.constructTagName("filterchip"),Qc={ICON_NAME:"check-bold",COLOR:"default"};var Ha=class extends ws{constructor(){super(...arguments);this.selected=!1}connectedCallback(){super.connectedCallback(),this.color=Qc.COLOR}setSelected(t){t?(this.iconName=Qc.ICON_NAME,this.setAttribute("aria-pressed","true")):(this.iconName=void 0,this.setAttribute("aria-pressed","false"))}executeAction(){this.selected=!this.selected}update(t){super.update(t),t.has("selected")&&this.setSelected(this.selected)}};Ha.styles=[...ws.styles,...sv],p([u({type:Boolean,reflect:!0})],Ha.prototype,"selected",2);var Jc=Ha;Jc.register(av);var jT=Jc;var KT=B`
         
     | 
| 
       3340 
3340 
     | 
    
         
             
              :host::part(container) {
         
     | 
| 
       3341 
3341 
     | 
    
         
             
                display: flex;
         
     | 
| 
       3342 
3342 
     | 
    
         
             
                flex-direction: column;
         
     | 
| 
         @@ -3348,18 +3348,18 @@ 
     | 
|
| 
       3348 
3348 
     | 
    
         
             
                flex-direction: column;
         
     | 
| 
       3349 
3349 
     | 
    
         
             
                gap: 0.25rem;
         
     | 
| 
       3350 
3350 
     | 
    
         
             
              }
         
     | 
| 
       3351 
     | 
    
         
            -
            `, 
     | 
| 
      
 3351 
     | 
    
         
            +
            `,nv=[KT];var Wl=class extends Ut(se){constructor(){super(...arguments);this.isRadio=!1}connectedCallback(){super.connectedCallback(),this.shouldRenderLabel=!1,this.disabled=void 0}render(){var t;return _`
         
     | 
| 
       3352 
3352 
     | 
    
         
             
                  <div
         
     | 
| 
       3353 
3353 
     | 
    
         
             
                    part="container"
         
     | 
| 
       3354 
     | 
    
         
            -
                    role="${this.isRadio? 
     | 
| 
       3355 
     | 
    
         
            -
                    aria-labelledby="${ 
     | 
| 
       3356 
     | 
    
         
            -
                    aria-describedby="${ 
     | 
| 
      
 3354 
     | 
    
         
            +
                    role="${this.isRadio?rt.RADIOGROUP:rt.GROUP}"
         
     | 
| 
      
 3355 
     | 
    
         
            +
                    aria-labelledby="${Lt.HEADING_ID}"
         
     | 
| 
      
 3356 
     | 
    
         
            +
                    aria-describedby="${tt(this.helpText?Lt.HELPER_TEXT_ID:"")}"
         
     | 
| 
       3357 
3357 
     | 
    
         
             
                    aria-label="${(t=this.dataAriaLabel)!=null?t:""}"
         
     | 
| 
       3358 
3358 
     | 
    
         
             
                  >
         
     | 
| 
       3359 
3359 
     | 
    
         
             
                    <div part="group-header">${this.renderLabel()} ${this.renderHelperText()}</div>
         
     | 
| 
       3360 
3360 
     | 
    
         
             
                    <slot></slot>
         
     | 
| 
       3361 
3361 
     | 
    
         
             
                  </div>
         
     | 
| 
       3362 
     | 
    
         
            -
                `}};Wl.styles=[...se.styles,... 
     | 
| 
      
 3362 
     | 
    
         
            +
                `}};Wl.styles=[...se.styles,...nv];var th=Wl;var lv=z.constructTagName("formfieldgroup");th.register(lv);var jl=th;Ea.register(Zn);var qT=Ea;ka.register(vl);var XT=ka;var Fo=si(class extends Dr{constructor(n){if(super(n),n.type!==Ke.PROPERTY&&n.type!==Ke.ATTRIBUTE&&n.type!==Ke.BOOLEAN_ATTRIBUTE)throw Error("The `live` directive is not allowed on child or event bindings");if(!il(n))throw Error("`live` bindings can only contain a single expression")}render(n){return n}update(n,[o]){if(o===ge||o===j)return o;let t=n.element,r=n.name;if(n.type===Ke.PROPERTY){if(o===t[r])return ge}else if(n.type===Ke.BOOLEAN_ATTRIBUTE){if(!!o===t.hasAttribute(r))return ge}else if(n.type===Ke.ATTRIBUTE&&t.getAttribute(r)===o+"")return ge;return ol(n),o}});se.register(of);var hr=se;var dv=z.constructTagName("input"),Kl={OFF:"off",NONE:"none",ON:"on",SENTENCES:"sentences",WORDS:"words",CHARACTERS:"characters"},Ns={OFF:"off",ON:"on"},Gi={PASSWORD:"password",TEXT:"text",SEARCH:"search"},cv={MAX_LENGTH:10,VALIDATION:$t.ERROR},mi={VALIDATION:$t.DEFAULT,ICON_SIZE_VALUE:1,ICON_SIZE_UNIT:"rem",CLEAR_BUTTON_ICON:"cancel-bold",CLEAR_BUTTON_VARIANT:Ft.TERTIARY,CLEAR_BUTTON_SIZE:sr[20],PREFIX_TEXT_TYPE:st.BODY_MIDSIZE_REGULAR,PREFIX_TEXT_TAG:mt.SPAN,AUTO_COMPLETE:Ns.OFF,INPUT_TYPE:Gi.TEXT};var ZT=[B`
         
     | 
| 
       3363 
3363 
     | 
    
         
             
                :host {
         
     | 
| 
       3364 
3364 
     | 
    
         
             
                  --mdc-input-text-color: var(--mds-color-theme-text-primary-normal);
         
     | 
| 
       3365 
3365 
     | 
    
         
             
                  --mdc-input-border-color: var(--mds-color-theme-outline-input-normal);
         
     | 
| 
         @@ -3469,55 +3469,55 @@ 
     | 
|
| 
       3469 
3469 
     | 
    
         
             
                  opacity: 0;
         
     | 
| 
       3470 
3470 
     | 
    
         
             
                  pointer-events: none;
         
     | 
| 
       3471 
3471 
     | 
    
         
             
                }
         
     | 
| 
       3472 
     | 
    
         
            -
              `,... 
     | 
| 
      
 3472 
     | 
    
         
            +
              `,...At(!0)],hv=ZT;var ae=class extends ye(Ae(Ut(hr))){constructor(){super(...arguments);this.placeholder="";this.trailingButton=!1;this.autocapitalize=Kl.OFF;this.autocomplete=Ns.OFF;this.clearAriaLabel="";this.dataAriaDescribedby=null}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.inputElement&&(this.setInputValidity(),this.internals.setFormValue(this.inputElement.value))}).catch(t=>{this.onerror&&this.onerror(t)})}firstUpdated(t){this.inputElement&&this.autoFocusOnMount&&(this.elementToAutoFocus=this.inputElement),super.firstUpdated(t)}formResetCallback(){this.value="",this.inputElement.value="",this.setInputValidity(),this.requestUpdate()}formStateRestoreCallback(t){this.value=t}attributeChangedCallback(t,r,s){super.attributeChangedCallback(t,r,s),t==="validation-message"&&this.updateComplete.then(()=>{this.setInputValidity()}).catch(d=>{this.onerror&&this.onerror(d)})}setInputValidity(){this.inputElement.setCustomValidity(""),!this.inputElement.validity.valid&&this.validationMessage&&this.inputElement.setCustomValidity(this.validationMessage),this.setValidity()}updateValue(){this.value=this.inputElement.value,this.internals.setFormValue(this.inputElement.value)}onInput(){this.updateValue(),this.setInputValidity(),this.checkValidity()}onChange(t){this.updateValue(),this.setInputValidity();let r=t.constructor;this.dispatchEvent(new r(t.type,t))}handleKeyDown(t){var r;t.key===Q.ENTER&&((r=this.form)==null||r.requestSubmit())}renderLeadingIcon(){return this.leadingIcon?_`
         
     | 
| 
       3473 
3473 
     | 
    
         
             
                  <mdc-icon
         
     | 
| 
       3474 
3474 
     | 
    
         
             
                    part="leading-icon"
         
     | 
| 
       3475 
3475 
     | 
    
         
             
                    name=${this.leadingIcon}
         
     | 
| 
       3476 
     | 
    
         
            -
                    size="${ 
     | 
| 
       3477 
     | 
    
         
            -
                    length-unit="${ 
     | 
| 
      
 3476 
     | 
    
         
            +
                    size="${mi.ICON_SIZE_VALUE}"
         
     | 
| 
      
 3477 
     | 
    
         
            +
                    length-unit="${mi.ICON_SIZE_UNIT}"
         
     | 
| 
       3478 
3478 
     | 
    
         
             
                  >
         
     | 
| 
       3479 
3479 
     | 
    
         
             
                  </mdc-icon>
         
     | 
| 
       3480 
3480 
     | 
    
         
             
                `:j}renderPrefixText(){return this.prefixText?_`
         
     | 
| 
       3481 
3481 
     | 
    
         
             
                  <mdc-text
         
     | 
| 
       3482 
3482 
     | 
    
         
             
                    part="prefix-text"
         
     | 
| 
       3483 
     | 
    
         
            -
                    tagname="${ 
     | 
| 
       3484 
     | 
    
         
            -
                    type="${ 
     | 
| 
      
 3483 
     | 
    
         
            +
                    tagname="${mi.PREFIX_TEXT_TAG}"
         
     | 
| 
      
 3484 
     | 
    
         
            +
                    type="${mi.PREFIX_TEXT_TYPE}"
         
     | 
| 
       3485 
3485 
     | 
    
         
             
                    aria-hidden="true"
         
     | 
| 
       3486 
3486 
     | 
    
         
             
                  >
         
     | 
| 
       3487 
     | 
    
         
            -
                    ${this.prefixText.slice(0, 
     | 
| 
      
 3487 
     | 
    
         
            +
                    ${this.prefixText.slice(0,cv.MAX_LENGTH)}
         
     | 
| 
       3488 
3488 
     | 
    
         
             
                  </mdc-text>
         
     | 
| 
       3489 
     | 
    
         
            -
                `:j}clearInputText(){var t;this.value="",(t=this.inputElement)==null||t.focus(),this.dispatchEvent(new CustomEvent("clear",{bubbles:!0,composed:!0}))}renderTrailingButton(t=!1){let  
     | 
| 
      
 3489 
     | 
    
         
            +
                `:j}clearInputText(){var t;this.value="",(t=this.inputElement)==null||t.focus(),this.dispatchEvent(new CustomEvent("clear",{bubbles:!0,composed:!0}))}renderTrailingButton(t=!1){let r=t||this.value&&this.trailingButton;return r?_`
         
     | 
| 
       3490 
3490 
     | 
    
         
             
                  <mdc-button
         
     | 
| 
       3491 
3491 
     | 
    
         
             
                    part="trailing-button"
         
     | 
| 
       3492 
     | 
    
         
            -
                    class="own-focus-ring ${ 
     | 
| 
       3493 
     | 
    
         
            -
                    prefix-icon="${ 
     | 
| 
       3494 
     | 
    
         
            -
                    variant="${ 
     | 
| 
       3495 
     | 
    
         
            -
                    size="${ 
     | 
| 
      
 3492 
     | 
    
         
            +
                    class="own-focus-ring ${r?"":"hidden"}"
         
     | 
| 
      
 3493 
     | 
    
         
            +
                    prefix-icon="${mi.CLEAR_BUTTON_ICON}"
         
     | 
| 
      
 3494 
     | 
    
         
            +
                    variant="${mi.CLEAR_BUTTON_VARIANT}"
         
     | 
| 
      
 3495 
     | 
    
         
            +
                    size="${mi.CLEAR_BUTTON_SIZE}"
         
     | 
| 
       3496 
3496 
     | 
    
         
             
                    aria-label="${this.clearAriaLabel}"
         
     | 
| 
       3497 
3497 
     | 
    
         
             
                    @click=${this.clearInputText}
         
     | 
| 
       3498 
     | 
    
         
            -
                    ?disabled=${this.disabled||this.readonly||! 
     | 
| 
      
 3498 
     | 
    
         
            +
                    ?disabled=${this.disabled||this.readonly||!r}
         
     | 
| 
       3499 
3499 
     | 
    
         
             
                  ></mdc-button>
         
     | 
| 
       3500 
     | 
    
         
            -
                `:j}renderInputElement(t, 
     | 
| 
      
 3500 
     | 
    
         
            +
                `:j}renderInputElement(t,r=!1){var d,m;let s=r?"":this.placeholder;return _`<input
         
     | 
| 
       3501 
3501 
     | 
    
         
             
                  aria-label="${(d=this.dataAriaLabel)!=null?d:""}"
         
     | 
| 
       3502 
3502 
     | 
    
         
             
                  part="input-text"
         
     | 
| 
       3503 
3503 
     | 
    
         
             
                  id="${this.inputId}"
         
     | 
| 
       3504 
3504 
     | 
    
         
             
                  name="${this.name}"
         
     | 
| 
       3505 
     | 
    
         
            -
                  .value="${ 
     | 
| 
      
 3505 
     | 
    
         
            +
                  .value="${Fo(this.value)}"
         
     | 
| 
       3506 
3506 
     | 
    
         
             
                  ?disabled="${this.disabled}"
         
     | 
| 
       3507 
3507 
     | 
    
         
             
                  ?readonly="${this.readonly}"
         
     | 
| 
       3508 
3508 
     | 
    
         
             
                  ?required="${this.required}"
         
     | 
| 
       3509 
3509 
     | 
    
         
             
                  type="${t}"
         
     | 
| 
       3510 
     | 
    
         
            -
                  aria-describedby="${ 
     | 
| 
      
 3510 
     | 
    
         
            +
                  aria-describedby="${tt(this.helpText?Lt.HELPER_TEXT_ID:(m=this.dataAriaDescribedby)!=null?m:"")}"
         
     | 
| 
       3511 
3511 
     | 
    
         
             
                  aria-invalid="${this.helpTextType==="error"?"true":"false"}"
         
     | 
| 
       3512 
     | 
    
         
            -
                  placeholder=${ 
     | 
| 
       3513 
     | 
    
         
            -
                  minlength=${ 
     | 
| 
       3514 
     | 
    
         
            -
                  maxlength=${ 
     | 
| 
      
 3512 
     | 
    
         
            +
                  placeholder=${tt(s)}
         
     | 
| 
      
 3513 
     | 
    
         
            +
                  minlength=${tt(this.minlength)}
         
     | 
| 
      
 3514 
     | 
    
         
            +
                  maxlength=${tt(this.maxlength)}
         
     | 
| 
       3515 
3515 
     | 
    
         
             
                  autocapitalize=${this.autocapitalize}
         
     | 
| 
       3516 
3516 
     | 
    
         
             
                  autocomplete=${this.autocomplete}
         
     | 
| 
       3517 
     | 
    
         
            -
                  dirname=${ 
     | 
| 
       3518 
     | 
    
         
            -
                  pattern=${ 
     | 
| 
       3519 
     | 
    
         
            -
                  list=${ 
     | 
| 
       3520 
     | 
    
         
            -
                  size=${ 
     | 
| 
      
 3517 
     | 
    
         
            +
                  dirname=${tt(this.dirname)}
         
     | 
| 
      
 3518 
     | 
    
         
            +
                  pattern=${tt(this.pattern)}
         
     | 
| 
      
 3519 
     | 
    
         
            +
                  list=${tt(this.list)}
         
     | 
| 
      
 3520 
     | 
    
         
            +
                  size=${tt(this.size)}
         
     | 
| 
       3521 
3521 
     | 
    
         
             
                  @input=${this.onInput}
         
     | 
| 
       3522 
3522 
     | 
    
         
             
                  @change=${this.onChange}
         
     | 
| 
       3523 
3523 
     | 
    
         
             
                  @keydown=${this.handleKeyDown}
         
     | 
| 
         @@ -3527,12 +3527,12 @@ 
     | 
|
| 
       3527 
3527 
     | 
    
         
             
                    <slot name="input-leading-icon">${this.renderLeadingIcon()}</slot>
         
     | 
| 
       3528 
3528 
     | 
    
         
             
                    <div part="input-section">
         
     | 
| 
       3529 
3529 
     | 
    
         
             
                      <slot name="input-prefix-text">${this.renderPrefixText()}</slot>
         
     | 
| 
       3530 
     | 
    
         
            -
                      <slot name="input">${this.renderInputElement( 
     | 
| 
      
 3530 
     | 
    
         
            +
                      <slot name="input">${this.renderInputElement(mi.INPUT_TYPE)}</slot>
         
     | 
| 
       3531 
3531 
     | 
    
         
             
                    </div>
         
     | 
| 
       3532 
3532 
     | 
    
         
             
                    <slot name="trailing-button">${this.renderTrailingButton()}</slot>
         
     | 
| 
       3533 
3533 
     | 
    
         
             
                  </div>
         
     | 
| 
       3534 
3534 
     | 
    
         
             
                  ${this.helpText?this.renderHelperText():j}
         
     | 
| 
       3535 
     | 
    
         
            -
                `}};ae.styles=[... 
     | 
| 
      
 3535 
     | 
    
         
            +
                `}};ae.styles=[...hr.styles,...hv],p([u({type:String})],ae.prototype,"placeholder",2),p([u({type:String,attribute:"prefix-text"})],ae.prototype,"prefixText",2),p([u({type:String,attribute:"leading-icon"})],ae.prototype,"leadingIcon",2),p([u({type:Boolean,attribute:"trailing-button"})],ae.prototype,"trailingButton",2),p([u({type:Number})],ae.prototype,"maxlength",2),p([u({type:Number})],ae.prototype,"minlength",2),p([u({type:String})],ae.prototype,"autocapitalize",2),p([u({type:String})],ae.prototype,"autocomplete",2),p([u({type:String})],ae.prototype,"dirname",2),p([u({type:String})],ae.prototype,"pattern",2),p([u({type:String})],ae.prototype,"list",2),p([u({type:Number})],ae.prototype,"size",2),p([u({type:String,attribute:"clear-aria-label"})],ae.prototype,"clearAriaLabel",2),p([u({type:String,reflect:!0,attribute:"data-aria-describedby"})],ae.prototype,"dataAriaDescribedby",2);var Ir=ae;Ir.register(dv);var QT=Ir;var JT=B`
         
     | 
| 
       3536 
3536 
     | 
    
         
             
              :host {
         
     | 
| 
       3537 
3537 
     | 
    
         
             
                height: 1.5rem;
         
     | 
| 
       3538 
3538 
     | 
    
         
             
                gap: 0.25rem;
         
     | 
| 
         @@ -3568,7 +3568,7 @@ 
     | 
|
| 
       3568 
3568 
     | 
    
         
             
                width: 1.25rem;
         
     | 
| 
       3569 
3569 
     | 
    
         
             
                height: 1.25rem;
         
     | 
| 
       3570 
3570 
     | 
    
         
             
              }
         
     | 
| 
       3571 
     | 
    
         
            -
            `, 
     | 
| 
      
 3571 
     | 
    
         
            +
            `,pv=[bt,JT];var ql=z.constructTagName("inputchip"),Xl={TEXT_TYPE:st.BODY_MIDSIZE_REGULAR,TAG_NAME:mt.SPAN,CLOSE_ICON:"cancel-bold"};var $o=class extends qt(Bt(q)){constructor(){super(...arguments);this.label="";this.error=!1;this.clearAriaLabel=""}renderPrefix(){return _`
         
     | 
| 
       3572 
3572 
     | 
    
         
             
                  <slot name="prefix">
         
     | 
| 
       3573 
3573 
     | 
    
         
             
                    ${this.iconName?_`<mdc-icon part="icon" name="${this.iconName}" length-unit="rem" size="1"></mdc-icon>`:j}
         
     | 
| 
       3574 
3574 
     | 
    
         
             
                  </slot>
         
     | 
| 
         @@ -3586,7 +3586,7 @@ 
     | 
|
| 
       3586 
3586 
     | 
    
         
             
                    size="20"
         
     | 
| 
       3587 
3587 
     | 
    
         
             
                    @click="${this.handleClose}"
         
     | 
| 
       3588 
3588 
     | 
    
         
             
                  ></mdc-button>
         
     | 
| 
       3589 
     | 
    
         
            -
                `}};$o.styles=[... 
     | 
| 
      
 3589 
     | 
    
         
            +
                `}};$o.styles=[...q.styles,...pv],p([u({type:String})],$o.prototype,"label",2),p([u({type:Boolean})],$o.prototype,"error",2),p([u({type:String,attribute:"clear-aria-label"})],$o.prototype,"clearAriaLabel",2);var eh=$o;eh.register(ql);var tx=eh;var ex=B`
         
     | 
| 
       3590 
3590 
     | 
    
         
             
              :host::part(anchor) {
         
     | 
| 
       3591 
3591 
     | 
    
         
             
                display: flex;
         
     | 
| 
       3592 
3592 
     | 
    
         
             
                align-items: center;
         
     | 
| 
         @@ -3646,8 +3646,8 @@ 
     | 
|
| 
       3646 
3646 
     | 
    
         
             
                text-decoration: var(--mds-font-apps-body-small-regular-underline-text-decoration);
         
     | 
| 
       3647 
3647 
     | 
    
         
             
                text-transform: var(--mds-font-apps-body-small-regular-underline-text-case);
         
     | 
| 
       3648 
3648 
     | 
    
         
             
              }
         
     | 
| 
       3649 
     | 
    
         
            -
            `, 
     | 
| 
       3650 
     | 
    
         
            -
                  ${this.iconName?_`<mdc-icon part="icon" name="${this.iconName}" size="${this.getIconSize()}" length-unit="rem"></mdc-icon>`:j}`}};Ga.styles=[...$r.styles,... 
     | 
| 
      
 3649 
     | 
    
         
            +
            `,mv=[ex];var Ga=class extends qt($r){constructor(){super(...arguments);this.size=pu.LINK_SIZE}getIconSize(){switch(this.size){case ml.SMALL:return ul.SMALL;case ml.MIDSIZE:return ul.MIDSIZE;default:return ul.LARGE}}renderAnchorContent(){return _` <slot></slot>
         
     | 
| 
      
 3650 
     | 
    
         
            +
                  ${this.iconName?_`<mdc-icon part="icon" name="${this.iconName}" size="${this.getIconSize()}" length-unit="rem"></mdc-icon>`:j}`}};Ga.styles=[...$r.styles,...mv],p([u({type:String,reflect:!0})],Ga.prototype,"size",2);var rh=Ga;rh.register(pl);var rx=rh;var uv=z.constructTagName("linkbutton"),Ls={12:12,14:14,16:16},Rs={SIZE:Ls[16],ROLE:rt.BUTTON,INLINE:ys.INLINE,INVERTED:ys.INVERTED};var fv=n=>{switch(n){case Ls[12]:return .75;case Ls[14]:return .875;default:return 1}};var ix=B`
         
     | 
| 
       3651 
3651 
     | 
    
         
             
              :host {
         
     | 
| 
       3652 
3652 
     | 
    
         
             
                gap: 0.25rem;
         
     | 
| 
       3653 
3653 
     | 
    
         
             
                cursor: pointer;
         
     | 
| 
         @@ -3746,10 +3746,10 @@ 
     | 
|
| 
       3746 
3746 
     | 
    
         
             
                color: var(--mdc-link-color-disabled);
         
     | 
| 
       3747 
3747 
     | 
    
         
             
                pointer-events: none;
         
     | 
| 
       3748 
3748 
     | 
    
         
             
              }
         
     | 
| 
       3749 
     | 
    
         
            -
            `, 
     | 
| 
      
 3749 
     | 
    
         
            +
            `,vv=[ix,...At()];var zo=class extends qt(ie){constructor(){super(...arguments);this.size=Rs.SIZE;this.inline=Rs.INLINE;this.inverted=Rs.INVERTED}connectedCallback(){super.connectedCallback(),this.active=void 0,this.role=Rs.ROLE}update(t){super.update(t),t.has("size")&&this.setSize(this.size)}setSize(t){this.setAttribute("size",Object.values(Ls).includes(t)?`${t}`:Rs.SIZE.toString())}render(){return _`
         
     | 
| 
       3750 
3750 
     | 
    
         
             
                  <slot></slot>
         
     | 
| 
       3751 
     | 
    
         
            -
                  ${this.iconName?_` <mdc-icon name=${this.iconName} size=${ 
     | 
| 
       3752 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 3751 
     | 
    
         
            +
                  ${this.iconName?_` <mdc-icon name=${this.iconName} size=${fv(this.size)} length-unit="rem"></mdc-icon> `:j}
         
     | 
| 
      
 3752 
     | 
    
         
            +
                `}};zo.styles=[...$r.styles,...vv],p([u({type:Number,reflect:!0})],zo.prototype,"size",2),p([u({type:Boolean,reflect:!0})],zo.prototype,"inline",2),p([u({type:Boolean,reflect:!0})],zo.prototype,"inverted",2);var ih=zo;ih.register(uv);var ox=ih;$r.register(ju);var sx=$r;var Ms=n=>{class o extends n{constructor(...s){super(...s);this.loop="true";this.propagateAllKeyEvents=!1;this.initialFocus=0;this.handleNavigationClick=s=>{let d=s.target,m=this.getCurrentIndex(d);if(m!==-1){let b=!(this.navItems.at(m)!==d&&document.activeElement===s.target);this.resetTabIndexAndSetFocus(m,void 0,b)}};this.addEventListener("keydown",this.handleNavigationKeyDown.bind(this)),this.addEventListener("click",this.handleNavigationClick)}async firstUpdated(s){super.firstUpdated(s),this.setInitialFocus()}setInitialFocus(){let s=Math.max(Math.min(this.initialFocus,this.navItems.length-1),0);this.resetTabIndexAndSetFocus(s,void 0,!1)}handleNavigationKeyDown(s){let d=new Set([Q.ARROW_DOWN,Q.ARROW_UP,Q.HOME,Q.END]),m=window.getComputedStyle(this).direction==="rtl",b=this.resolveDirectionKey(s.key,m);if(!d.has(b))return;let x=s.target,L=this.getCurrentIndex(x);if(L!==-1){switch(this.resetTabIndexes(L),b){case Q.HOME:{this.resetTabIndexAndSetFocus(0,L);break}case Q.END:{this.resetTabIndexAndSetFocus(this.navItems.length-1,L);break}case Q.ARROW_DOWN:{let U=this.shouldLoop()?0:L,K=L+1===this.navItems.length?U:L+1;this.resetTabIndexAndSetFocus(K,L);break}case Q.ARROW_UP:{let U=this.shouldLoop()?this.navItems.length-1:L,K=L-1===-1?U:L-1;this.resetTabIndexAndSetFocus(K,L);break}default:break}this.propagateAllKeyEvents||(s.stopPropagation(),s.preventDefault())}}getCurrentIndex(s){return s?this.navItems.findIndex(d=>d===s||!!(d.compareDocumentPosition(s)&Node.DOCUMENT_POSITION_CONTAINED_BY)):-1}resetTabIndexes(s,d=!0){var m;if(this.navItems.length>0){this.navItems.forEach(L=>L.setAttribute("tabindex","-1"));let b=this.navItems.at(s)?s:0,x=(m=this.navItems.at(b))!=null?m:this.navItems.find(Boolean);x&&(x.setAttribute("tabindex","0"),d&&x.focus())}}resetTabIndexAndSetFocus(s,d,m=!0){var L;let{navItems:b}=this;if(b.length===0)return;let x=(L=b.at(s))!=null?L:b.find(Boolean);s===d&&x&&x.getAttribute("tabindex")==="0"||(d===void 0?b.forEach(U=>U.setAttribute("tabindex","-1")):b.at(d)&&b.at(d).setAttribute("tabindex","-1"),x.setAttribute("tabindex","0"),m&&(x.focus({preventScroll:!0}),x.scrollIntoView({block:"nearest"})))}resolveDirectionKey(s,d){if(!d)return s;switch(s){case Q.ARROW_LEFT:return Q.ARROW_RIGHT;case Q.ARROW_RIGHT:return Q.ARROW_LEFT;default:return s}}shouldLoop(){return this.loop!=="false"}}return o};var Zl=z.constructTagName("listitem"),Ya={FULL_WIDTH:"full-width",INSET_PILL:"inset-pill",INSET_RECTANGLE:"inset-rectangle"},gv={VARIANT:Ya.FULL_WIDTH};var Ht={CREATED:"created",FIRST_UPDATE_COMPLETED:"first-update-completed",DESTROYED:"destroyed",MODIFIED:"modified"};var bv=(n,o)=>!!(n.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_FOLLOWING);var ax=n=>!!n,Ur=class{constructor(o,t){this.cache=[];this.itemCreationHandler=o=>{this.addItem(o.target,void 0)};this.itemDestroyHandler=o=>{this.delete(o.detail.originalTarget)};this.host=o,o.addController(this),this.isValidItem=(t==null?void 0:t.isValidItem)||ax,this.onStoreUpdate=t==null?void 0:t.onStoreUpdate}get items(){return this.cache}hostConnected(){this.host.addEventListener(Ht.CREATED,this.itemCreationHandler),this.host.addEventListener(Ht.DESTROYED,this.itemDestroyHandler)}hostDisconnected(){this.host.removeEventListener(Ht.CREATED,this.itemCreationHandler),this.host.removeEventListener(Ht.DESTROYED,this.itemDestroyHandler),this.reset()}add(o){this.addItem(o,void 0)}addAt(o,t){this.addItem(o,t)}addItem(o,t=void 0){var s;let r=o;if(this.isValidItem(r)&&!this.cache.includes(r)){let d=t===void 0?this.cache.findIndex(m=>bv(r,m)):t;this.onStoreUpdate&&((s=this.onStoreUpdate)==null||s.call(this,r,"added",d===-1?this.cache.length:d,this.cache.slice())),d===-1?this.cache.push(r):d>=0&&this.cache.splice(d,0,r)}}delete(o){var r;let t=this.cache.indexOf(o);t!==-1&&(this.onStoreUpdate&&((r=this.onStoreUpdate)==null||r.call(this,o,"removed",t,this.cache.slice())),this.cache.splice(t,1))}reset(o){this.cache.length=0,o&&this.cache.push(...o)}};var Yi=n=>{class o extends n{constructor(...s){super(...s);this.handleItemCreation=s=>{let d=s.target;d&&d.addEventListener(Ht.DESTROYED,this.handleItemRemovedEvent)};this.handleItemRemovedEvent=s=>{s.stopImmediatePropagation(),s.target&&s.type===Ht.DESTROYED&&(s.target.removeEventListener(Ht.DESTROYED,this.handleItemRemovedEvent),this.dispatchEvent(new CustomEvent(s.type,{bubbles:s.bubbles,composed:s.composed,detail:{originalTarget:s.target}})))};this.addEventListener(Ht.CREATED,this.handleItemCreation)}}return o};var nx=B`
         
     | 
| 
       3753 
3753 
     | 
    
         
             
              :host {
         
     | 
| 
       3754 
3754 
     | 
    
         
             
                display: flex;
         
     | 
| 
       3755 
3755 
     | 
    
         
             
                flex-direction: column;
         
     | 
| 
         @@ -3764,11 +3764,11 @@ 
     | 
|
| 
       3764 
3764 
     | 
    
         
             
                scroll-padding-top: 0.25rem;
         
     | 
| 
       3765 
3765 
     | 
    
         
             
                scroll-padding-bottom: 0.25rem;
         
     | 
| 
       3766 
3766 
     | 
    
         
             
              }
         
     | 
| 
       3767 
     | 
    
         
            -
            `, 
     | 
| 
      
 3767 
     | 
    
         
            +
            `,yv=[nx];var Ev=z.constructTagName("list");var oh={LOOP:"true",INITIAL_FOCUS:0};var Os=class extends Ms(Yi(q)){constructor(){super();this.loop=oh.LOOP;this.initialFocus=oh.INITIAL_FOCUS;this.focusWithin=!1;this.handleModifiedEvent=t=>{let r=t.target;switch(t.detail.change){case"enabled":this.itemsStore.add(r);break;case"disabled":this.itemsStore.delete(r);break;default:break}};this.addEventListener(Ht.MODIFIED,this.handleModifiedEvent),this.addEventListener("focusin",this.handleFocusEvent),this.addEventListener("focusout",this.handleFocusEvent),this.itemsStore=new Ur(this,{isValidItem:this.isValidItem,onStoreUpdate:this.onElementStoreUpdate.bind(this)})}connectedCallback(){super.connectedCallback(),this.role=rt.LIST}get navItems(){return this.itemsStore.items}onElementStoreUpdate(t,r,s){if(r==="added")t.tabIndex=-1;else if(r==="removed"&&t.tabIndex===0){let d=s+1;d>=this.navItems.length&&(d=s-1),this.resetTabIndexes(d,this.focusWithin)}}handleFocusEvent(t){t.type==="focusout"&&t.relatedTarget===null||(this.focusWithin=t.type==="focusin")}isValidItem(t){return t.matches(`${Zl}:not([disabled])`)}render(){return _`
         
     | 
| 
       3768 
3768 
     | 
    
         
             
                  <slot name="list-header"></slot>
         
     | 
| 
       3769 
3769 
     | 
    
         
             
                  <!-- make the container slot role presentation to keep it ignored in a11y tree -->
         
     | 
| 
       3770 
3770 
     | 
    
         
             
                  <slot part="container" role="presentation"></slot>
         
     | 
| 
       3771 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 3771 
     | 
    
         
            +
                `}};Os.styles=[...q.styles,...yv],p([u({type:String,reflect:!0})],Os.prototype,"loop",2),p([u({type:Number,reflect:!0,attribute:"initial-focus"})],Os.prototype,"initialFocus",2);var Ps=Os;Ps.register(Ev);var sh=Ps;var lx=B`
         
     | 
| 
       3772 
3772 
     | 
    
         
             
              :host {
         
     | 
| 
       3773 
3773 
     | 
    
         
             
                --mdc-listheader-padding: 0.5rem 0.75rem;
         
     | 
| 
       3774 
3774 
     | 
    
         
             
                --mdc-listheader-gap: 0.5rem;
         
     | 
| 
         @@ -3795,7 +3795,7 @@ 
     | 
|
| 
       3795 
3795 
     | 
    
         
             
              :host::part(postfix-icon) {
         
     | 
| 
       3796 
3796 
     | 
    
         
             
                flex-shrink: 0;
         
     | 
| 
       3797 
3797 
     | 
    
         
             
              }
         
     | 
| 
       3798 
     | 
    
         
            -
            `, 
     | 
| 
      
 3798 
     | 
    
         
            +
            `,Tv=[lx];var Wi=class extends q{constructor(){super(...arguments);this.disabled=!1}render(){return _`
         
     | 
| 
       3799 
3799 
     | 
    
         
             
                  ${this.prefixIcon?_`<mdc-icon
         
     | 
| 
       3800 
3800 
     | 
    
         
             
                        part="prefix-icon"
         
     | 
| 
       3801 
3801 
     | 
    
         
             
                        name="${this.prefixIcon}"
         
     | 
| 
         @@ -3814,7 +3814,7 @@ 
     | 
|
| 
       3814 
3814 
     | 
    
         
             
                        size="1"
         
     | 
| 
       3815 
3815 
     | 
    
         
             
                        length-unit="rem"
         
     | 
| 
       3816 
3816 
     | 
    
         
             
                      ></mdc-icon>`:j}
         
     | 
| 
       3817 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 3817 
     | 
    
         
            +
                `}};Wi.styles=[...q.styles,...Tv],p([u({type:String,attribute:"prefix-icon"})],Wi.prototype,"prefixIcon",2),p([u({type:String,attribute:"postfix-icon"})],Wi.prototype,"postfixIcon",2),p([u({type:String,attribute:"header-text"})],Wi.prototype,"headerText",2),p([u({type:Boolean,reflect:!0})],Wi.prototype,"disabled",2);var ah=Wi;var xv=z.constructTagName("listheader");ah.register(xv);var dx=ah;var Av=n=>{class o extends n{connectedCallback(){super.connectedCallback(),this.dispatchEvent(new Event(Ht.CREATED,{bubbles:!0,composed:!0})),this.updateComplete.then(()=>{this.dispatchEvent(new Event(Ht.FIRST_UPDATE_COMPLETED,{bubbles:!0,composed:!0}))})}disconnectedCallback(){super.disconnectedCallback(),this.dispatchEvent(new Event(Ht.DESTROYED,{bubbles:!0,composed:!0}))}dispatchModifiedEvent(r){this.dispatchEvent(new CustomEvent(Ht.MODIFIED,{detail:{change:r},bubbles:!0,composed:!0}))}}return o};var Wa=class{static dispatchListItemEvent(o,t){t.dispatchEvent(new Event(o,{composed:!0,bubbles:!0}))}static onDisableListItem(o){this.dispatchListItemEvent("disabled",o)}static onEnableListItem(o){this.dispatchListItemEvent("enabled",o)}static onCreatedListItem(o){setTimeout(()=>{this.dispatchListItemEvent("created",o)},0)}static onDestroyedListItem(o){this.dispatchListItemEvent("destroyed",o)}};var cx=B`
         
     | 
| 
       3818 
3818 
     | 
    
         
             
              :host {
         
     | 
| 
       3819 
3819 
     | 
    
         
             
                --mdc-listitem-default-background-color: var(--mds-color-theme-background-primary-ghost);
         
     | 
| 
       3820 
3820 
     | 
    
         
             
                --mdc-listitem-background-color-hover: var(--mds-color-theme-background-primary-hover);
         
     | 
| 
         @@ -3923,11 +3923,11 @@ 
     | 
|
| 
       3923 
3923 
     | 
    
         
             
                flex-direction: row;
         
     | 
| 
       3924 
3924 
     | 
    
         
             
                flex-shrink: 0;
         
     | 
| 
       3925 
3925 
     | 
    
         
             
              }
         
     | 
| 
       3926 
     | 
    
         
            -
            `, 
     | 
| 
      
 3926 
     | 
    
         
            +
            `,Sv=[cx,...At()];var Ue=class extends Bt(Mr(Av(q))){constructor(){super();this.variant=gv.VARIANT;this.addEventListener("keydown",this.handleKeyDown.bind(this)),this.addEventListener("click",this.handleClick.bind(this))}connectedCallback(){super.connectedCallback(),this.role=this.role||rt.LISTITEM}handleClick(t){this.disabled&&(t.stopImmediatePropagation(),t.preventDefault())}handleKeyDown(t){(t.key===Q.ENTER||t.key===Q.SPACE)&&this.triggerClickEvent(t)&&t.preventDefault()}triggerClickEvent(t){if(t.target!==this&&document.activeElement===t.target)return!1;let s=new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window});return this.dispatchEvent(s),!0}getText(t,r,s){return _`
         
     | 
| 
       3927 
3927 
     | 
    
         
             
                  <slot name="${t}">
         
     | 
| 
       3928 
     | 
    
         
            -
                    ${ 
     | 
| 
      
 3928 
     | 
    
         
            +
                    ${s?_`<mdc-text part="${t}" type="${r}" tagname="${mt.SPAN}">${s}</mdc-text>`:j}
         
     | 
| 
       3929 
3929 
     | 
    
         
             
                  </slot>
         
     | 
| 
       3930 
     | 
    
         
            -
                `}disableSlottedChildren(t=!1){[...this.leadingControlsSlot,...this.trailingControlsSlot].forEach( 
     | 
| 
      
 3930 
     | 
    
         
            +
                `}disableSlottedChildren(t=!1){[...this.leadingControlsSlot,...this.trailingControlsSlot].forEach(r=>{t?(r.setAttribute("disabled",""),Wa.onDisableListItem(this)):(r.removeAttribute("disabled"),Wa.onEnableListItem(this))}),this.setAttribute("aria-disabled",`${t}`)}update(t){super.update(t),t.has("disabled")&&(this.tabIndex=this.disabled?-1:0,this.disableSlottedChildren(this.disabled),this.dispatchModifiedEvent(this.disabled?"disabled":"enabled")),t.has("softDisabled")&&this.disableSlottedChildren(this.softDisabled),t.has("dataIndex")&&(this.ariaPosInSet=`${this.dataIndex!==void 0?this.dataIndex+1:""}`)}renderTrailingControls(){return _`<slot
         
     | 
| 
       3931 
3931 
     | 
    
         
             
                  name="trailing-controls"
         
     | 
| 
       3932 
3932 
     | 
    
         
             
                  @click=${this.stopEventPropagation}
         
     | 
| 
       3933 
3933 
     | 
    
         
             
                  @keyup=${this.stopEventPropagation}
         
     | 
| 
         @@ -3937,7 +3937,7 @@ 
     | 
|
| 
       3937 
3937 
     | 
    
         
             
                  @click=${this.stopEventPropagation}
         
     | 
| 
       3938 
3938 
     | 
    
         
             
                  @keyup=${this.stopEventPropagation}
         
     | 
| 
       3939 
3939 
     | 
    
         
             
                  @keydown=${this.stopEventPropagation}
         
     | 
| 
       3940 
     | 
    
         
            -
                ></slot>`}stopEventPropagation(t){(t instanceof KeyboardEvent&&(t.key=== 
     | 
| 
      
 3940 
     | 
    
         
            +
                ></slot>`}stopEventPropagation(t){(t instanceof KeyboardEvent&&(t.key===Q.ENTER||t.key===Q.SPACE)||t instanceof MouseEvent)&&t.stopPropagation()}render(){return _`
         
     | 
| 
       3941 
3941 
     | 
    
         
             
                  <slot name="content">
         
     | 
| 
       3942 
3942 
     | 
    
         
             
                    <div part="leading">
         
     | 
| 
       3943 
3943 
     | 
    
         
             
                      ${this.renderLeadingControls()}
         
     | 
| 
         @@ -3955,7 +3955,7 @@ 
     | 
|
| 
       3955 
3955 
     | 
    
         
             
                      ${this.renderTrailingControls()}
         
     | 
| 
       3956 
3956 
     | 
    
         
             
                    </div>
         
     | 
| 
       3957 
3957 
     | 
    
         
             
                  </slot>
         
     | 
| 
       3958 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 3958 
     | 
    
         
            +
                `}};Ue.styles=[...q.styles,...Sv],p([Pt({slot:"leading-controls"})],Ue.prototype,"leadingControlsSlot",2),p([Pt({slot:"trailing-controls"})],Ue.prototype,"trailingControlsSlot",2),p([u({type:String,reflect:!0})],Ue.prototype,"variant",2),p([u({type:String,reflect:!0})],Ue.prototype,"label",2),p([u({type:String,reflect:!0,attribute:"secondary-label"})],Ue.prototype,"secondaryLabel",2),p([u({type:String,reflect:!0,attribute:"tertiary-label"})],Ue.prototype,"tertiaryLabel",2),p([u({type:String,reflect:!0,attribute:"side-header-text"})],Ue.prototype,"sideHeaderText",2),p([u({type:String,reflect:!0,attribute:"subline-text"})],Ue.prototype,"sublineText",2),p([u({type:Boolean,reflect:!0,attribute:"soft-disabled"})],Ue.prototype,"softDisabled",2),p([u({type:Number,reflect:!0,attribute:"data-index"})],Ue.prototype,"dataIndex",2);var ui=Ue;ui.register(Zl);var hx=ui;var px=B`
         
     | 
| 
       3959 
3959 
     | 
    
         
             
              :host {
         
     | 
| 
       3960 
3960 
     | 
    
         
             
                --mdc-marker-width: 0.25rem;
         
     | 
| 
       3961 
3961 
     | 
    
         
             
                --mdc-marker-solid-background-color: var(--mds-color-theme-outline-secondary-normal);
         
     | 
| 
         @@ -3980,7 +3980,7 @@ 
     | 
|
| 
       3980 
3980 
     | 
    
         
             
                  var(--mdc-marker-striped-background-color) 0.375rem
         
     | 
| 
       3981 
3981 
     | 
    
         
             
                );
         
     | 
| 
       3982 
3982 
     | 
    
         
             
              }
         
     | 
| 
       3983 
     | 
    
         
            -
            `, 
     | 
| 
      
 3983 
     | 
    
         
            +
            `,Iv=[px];var _v=z.constructTagName("marker"),Cv={SOLID:"solid",STRIPED:"striped"};var ja=class extends q{constructor(){super(...arguments);this.variant=Cv.SOLID}};ja.styles=[...q.styles,...Iv],p([u({type:String,reflect:!0})],ja.prototype,"variant",2);var nh=ja;nh.register(_v);var mx=nh;var te=z.constructTagName("menupopover"),lh={PLACEMENT:wt.BOTTOM_START,ORIENTATION:"vertical"};var fi=z.constructTagName("menusection"),kv={DIVIDER_VARIANT:"solid"};var ji=z.constructTagName("sidenavigation"),Hr={FIXED_EXPANDED:"fixed-expanded",FIXED_COLLAPSED:"fixed-collapsed",FLEXIBLE:"flexible",HIDDEN:"hidden"},Ql={VARIANT:Hr.FLEXIBLE};var Ka=z.constructTagName("menubar"),wv={ORIENTATION:"vertical"};var ux=B`
         
     | 
| 
       3984 
3984 
     | 
    
         
             
              :host {
         
     | 
| 
       3985 
3985 
     | 
    
         
             
                display: flex;
         
     | 
| 
       3986 
3986 
     | 
    
         
             
              }
         
     | 
| 
         @@ -3992,7 +3992,7 @@ 
     | 
|
| 
       3992 
3992 
     | 
    
         
             
              :host([aria-orientation='vertical']) {
         
     | 
| 
       3993 
3993 
     | 
    
         
             
                flex-direction: column;
         
     | 
| 
       3994 
3994 
     | 
    
         
             
              }
         
     | 
| 
       3995 
     | 
    
         
            -
            `, 
     | 
| 
      
 3995 
     | 
    
         
            +
            `,Nv=[ux];var qa=class extends q{constructor(){super(),this.addEventListener("click",this.handleClick.bind(this)),this.addEventListener("keydown",this.handleKeyDown.bind(this))}async connectedCallback(){var o;super.connectedCallback(),this.role=rt.MENUBAR,this.ariaOrientation=wv.ORIENTATION,await this.updateComplete,(o=this.menusections)==null||o.forEach(t=>{t.setAttribute("divider-variant","gradient")})}get menuItems(){var d,m;let o=(d=this.shadowRoot)==null?void 0:d.querySelector("slot"),t=(m=o==null?void 0:o.assignedElements({flatten:!0}))!=null?m:[],r=[],s=b=>{b.role===rt.MENUITEM&&!b.hasAttribute("disabled")?r.push(b):b.tagName.toLowerCase()===fi&&Array.from(b.children).forEach(s)};return t.forEach(s),r}getVisibleSubMenusOfItems(o){let t=[];return!o||o.length===0||o.forEach(r=>{var m;let s=r.getAttribute("id");if(!s)return;let d=(m=document.querySelector)==null?void 0:m.call(document,`${te}[triggerid="${s}"]`);d&&d.visible&&t.push(d)}),t}getAllPopovers(){var s,d;if(!this.menuItems.length)return[];let o=(d=(s=this.menuItems[0])==null?void 0:s.closest(ji))!=null?d:this;if(!o)return[];let t=[],r=m=>{m.querySelectorAll(`${te}`).forEach(b=>{t.push(b)}),m.querySelectorAll("slot").forEach(b=>{b.assignedElements({flatten:!0}).forEach(r)})};return r(o),t}update(o){super.update(o)}firstUpdated(o){super.firstUpdated(o),this.resetTabIndexAndSetActiveTabIndex(this.menuItems),this.updatePopoverPlacement()}handleClick(o){let t=o.target;if(!t||!this.isTopLevelMenuItem(t))return;let r=this.menuItems.filter(d=>d!==t);this.getVisibleSubMenusOfItems(r).forEach(d=>{d.hide()})}resetTabIndexAndSetActiveTabIndex(o){o.forEach((t,r)=>{let s=r===0?"0":"-1";t==null||t.setAttribute("tabindex",s)})}getCurrentIndex(o){return this.menuItems.findIndex(t=>t===o||t===o.parentElement)}getSubmenu(o){if(o)return this.getAllPopovers().find(t=>t.getAttribute("triggerid")===o)}showSubmenu(o){if(!o||!this.menuItems.find(s=>s.getAttribute("id")===o))return;let r=this.getSubmenu(o);r&&r.show()}updatePopoverPlacement(){let o=wt.RIGHT_START;this.getAllPopovers().forEach(t=>{t.setAttribute("placement",o)})}updateTabIndexAndFocus(o,t,r){var s,d,m;r<0||t<0||(t!==r&&((s=o[t])==null||s.setAttribute("tabindex","-1"),(d=o[r])==null||d.setAttribute("tabindex","0")),(m=o[r])==null||m.focus())}navigateToMenuItem(o,t,r=!1){var m;let{length:s}=this.menuItems;if(s===0)return;let d=o;if(d=t==="prev"?(o-1+s)%s:(o+1)%s,this.updateTabIndexAndFocus(this.menuItems,o,d),r){let b=(m=this.menuItems[d])==null?void 0:m.getAttribute("id");this.getSubmenu(b)&&!this.menuItems[d].hasAttribute("soft-disabled")&&this.showSubmenu(b)}}getKeyWithDirectionFix(o){return window.getComputedStyle(this).direction==="rtl"?o===Q.ARROW_LEFT?Q.ARROW_RIGHT:o===Q.ARROW_RIGHT?Q.ARROW_LEFT:o:o}isTopLevelMenuItem(o){var d;let t=o.parentElement;if(!t||o.role!==rt.MENUITEM)return!1;let r=t.tagName.toLowerCase(),s=(d=t.parentElement)==null?void 0:d.tagName.toLowerCase();return r===Ka||r===ji||r===fi&&(s===Ka||s===ji)}isNestedMenuItem(o){return!!o.closest(te)&&o.role===rt.MENUITEM}async closeAllMenuPopovers(){let o=[];for(;Ce.peek();){let t=Ce.pop();t&&(t.hide(),o.push(t))}await Promise.all(o.map(t=>t.updateComplete))}async crossMenubarNavigationOnLeft(o){if(o.role===rt.MENUITEM){let r=o.closest(te),s=r==null?void 0:r.getAttribute("triggerid"),d=this.menuItems.find(m=>m.getAttribute("id")===s);if(d){this.isTopLevelMenuItem(d)&&(r==null||r.hide()),await(r==null?void 0:r.updateComplete);let m=this.getCurrentIndex(d);this.navigateToMenuItem(m,"prev",!0)}}}async crossMenubarNavigationOnRight(o){if(this.isTopLevelMenuItem(o)&&this.getSubmenu(o.id)&&!o.hasAttribute("soft-disabled"))this.showSubmenu(o.id);else if(this.isNestedMenuItem(o)&&!this.getSubmenu(o.id)){await this.closeAllMenuPopovers();let t=this.getParentMenuItemIndex(o);t>=0&&this.navigateToMenuItem(t,"next",!0)}}getParentMenuItemIndex(o){let t=o.parentElement;for(;t;){if(t.tagName.toLowerCase()===te){let r=t.getAttribute("triggerid"),s=this.menuItems.find(d=>d.getAttribute("id")===r);if(s)return this.isTopLevelMenuItem(s)?this.menuItems.findIndex(d=>d===s):this.getParentMenuItemIndex(s)}t=t.parentElement}return-1}async handleKeyDown(o){let t=this.getCurrentIndex(o.target);switch(this.getKeyWithDirectionFix(o.key)){case Q.HOME:this.updateTabIndexAndFocus(this.menuItems,t,0);break;case Q.END:this.updateTabIndexAndFocus(this.menuItems,t,this.menuItems.length-1);break;case Q.ARROW_LEFT:{let s=t>=0?this.menuItems[t]:o.target;await this.crossMenubarNavigationOnLeft(s);break}case Q.ARROW_RIGHT:{let s=t>=0?this.menuItems[t]:o.target;await this.crossMenubarNavigationOnRight(s);break}case Q.ARROW_UP:{this.navigateToMenuItem(t,"prev"),o.preventDefault();break}case Q.ARROW_DOWN:{this.navigateToMenuItem(t,"next"),o.preventDefault();break}default:break}}render(){return _`<slot role="${rt.GROUP}"></slot>`}};qa.styles=[...q.styles,...Nv],p([Pt({selector:"mdc-menusection",flatten:!0})],qa.prototype,"menusections",2);var dh=qa;dh.register(Ka);var fx=dh;var Xa=z.constructTagName("menuitem"),Za={LEFT:"arrow-left-bold",RIGHT:"arrow-right-bold"},ch={POSITIVE:"positive",NEGATIVE:"negative"},hh={LEADING:"leading",TRAILING:"trailing"};var vx=B`
         
     | 
| 
       3996 
3996 
     | 
    
         
             
              :host(:dir(rtl))::part(trailing-arrow),
         
     | 
| 
       3997 
3997 
     | 
    
         
             
              :host(:dir(rtl))::part(leading-arrow) {
         
     | 
| 
       3998 
3998 
     | 
    
         
             
                transform: rotate(180deg);
         
     | 
| 
         @@ -4001,7 +4001,7 @@ 
     | 
|
| 
       4001 
4001 
     | 
    
         
             
              :host::part(leading-arrow) {
         
     | 
| 
       4002 
4002 
     | 
    
         
             
                --mdc-icon-size: 1.25rem;
         
     | 
| 
       4003 
4003 
     | 
    
         
             
              }
         
     | 
| 
       4004 
     | 
    
         
            -
            `, 
     | 
| 
      
 4004 
     | 
    
         
            +
            `,Lv=[vx];var Ki=class extends ui{constructor(){super(),this.addEventListener("keyup",this.handleKeyUp.bind(this))}handleKeyDown(o){o.key===Q.ENTER&&(this.triggerClickEvent(o),o.preventDefault())}handleKeyUp(o){o.key===Q.SPACE&&(this.triggerClickEvent(o),o.preventDefault())}connectedCallback(){super.connectedCallback(),this.role=rt.MENUITEM,this.variant=Ya.INSET_RECTANGLE}renderTrailingControls(){let o=this.arrowDirection===ch.NEGATIVE?Za.LEFT:Za.RIGHT;return _`
         
     | 
| 
       4005 
4005 
     | 
    
         
             
                  <slot
         
     | 
| 
       4006 
4006 
     | 
    
         
             
                    name="trailing-controls"
         
     | 
| 
       4007 
4007 
     | 
    
         
             
                    @click=${this.stopEventPropagation}
         
     | 
| 
         @@ -4009,7 +4009,7 @@ 
     | 
|
| 
       4009 
4009 
     | 
    
         
             
                    @keydown=${this.stopEventPropagation}
         
     | 
| 
       4010 
4010 
     | 
    
         
             
                  ></slot>
         
     | 
| 
       4011 
4011 
     | 
    
         
             
                  ${this.arrowPosition===hh.TRAILING?_`<mdc-icon name="${o}" length-unit="rem" part="trailing-arrow"></mdc-icon>`:j}
         
     | 
| 
       4012 
     | 
    
         
            -
                `}renderLeadingControls(){let o=this.arrowDirection===ch.POSITIVE? 
     | 
| 
      
 4012 
     | 
    
         
            +
                `}renderLeadingControls(){let o=this.arrowDirection===ch.POSITIVE?Za.RIGHT:Za.LEFT;return _`
         
     | 
| 
       4013 
4013 
     | 
    
         
             
                  <slot
         
     | 
| 
       4014 
4014 
     | 
    
         
             
                    name="leading-controls"
         
     | 
| 
       4015 
4015 
     | 
    
         
             
                    @click=${this.stopEventPropagation}
         
     | 
| 
         @@ -4017,7 +4017,7 @@ 
     | 
|
| 
       4017 
4017 
     | 
    
         
             
                    @keydown=${this.stopEventPropagation}
         
     | 
| 
       4018 
4018 
     | 
    
         
             
                  ></slot>
         
     | 
| 
       4019 
4019 
     | 
    
         
             
                  ${this.arrowPosition===hh.LEADING?_`<mdc-icon name="${o}" length-unit="rem" part="leading-arrow"></mdc-icon>`:j}
         
     | 
| 
       4020 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 4020 
     | 
    
         
            +
                `}};Ki.styles=[...ui.styles,...Lv],p([u({type:String,reflect:!0,attribute:"arrow-position"})],Ki.prototype,"arrowPosition",2),p([u({type:String,reflect:!0,attribute:"arrow-direction"})],Ki.prototype,"arrowDirection",2),p([u({type:String,reflect:!0})],Ki.prototype,"name",2),p([u({type:String,reflect:!0})],Ki.prototype,"value",2);var pr=Ki;pr.register(Xa);var gx=pr;var Rv=z.constructTagName("statictoggle"),bx={DEFAULT:"default",COMPACT:"compact"},ph={CHECKED:"check-bold",UNCHECKED:"cancel-bold"},Mv={compact:.75,default:1.25},Ov={SIZE:bx.DEFAULT};var yx=[B`
         
     | 
| 
       4021 
4021 
     | 
    
         
             
                :host {
         
     | 
| 
       4022 
4022 
     | 
    
         
             
                  --mdc-toggle-width: 3rem;
         
     | 
| 
       4023 
4023 
     | 
    
         
             
                  --mdc-toggle-height: 1.5rem;
         
     | 
| 
         @@ -4111,17 +4111,17 @@ 
     | 
|
| 
       4111 
4111 
     | 
    
         
             
                    border: 1px solid GrayText;
         
     | 
| 
       4112 
4112 
     | 
    
         
             
                  }
         
     | 
| 
       4113 
4113 
     | 
    
         
             
                }
         
     | 
| 
       4114 
     | 
    
         
            -
              `], 
     | 
| 
      
 4114 
     | 
    
         
            +
              `],Pv=yx;var qi=class extends Bt(q){constructor(){super(...arguments);this.checked=!1;this.size=Ov.SIZE;this.readonly=!1;this.softDisabled=!1}render(){return _`
         
     | 
| 
       4115 
4115 
     | 
    
         
             
                  <slot></slot>
         
     | 
| 
       4116 
4116 
     | 
    
         
             
                  <div part="slider">
         
     | 
| 
       4117 
4117 
     | 
    
         
             
                    <mdc-icon
         
     | 
| 
       4118 
4118 
     | 
    
         
             
                      name="${this.checked?ph.CHECKED:ph.UNCHECKED}"
         
     | 
| 
       4119 
4119 
     | 
    
         
             
                      part="toggle-icon"
         
     | 
| 
       4120 
4120 
     | 
    
         
             
                      length-unit="rem"
         
     | 
| 
       4121 
     | 
    
         
            -
                      size="${ 
     | 
| 
      
 4121 
     | 
    
         
            +
                      size="${Mv[this.size]}"
         
     | 
| 
       4122 
4122 
     | 
    
         
             
                    ></mdc-icon>
         
     | 
| 
       4123 
4123 
     | 
    
         
             
                  </div>
         
     | 
| 
       4124 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 4124 
     | 
    
         
            +
                `}};qi.styles=[...q.styles,...Pv],p([u({type:Boolean,reflect:!0})],qi.prototype,"checked",2),p([u({type:String,reflect:!0})],qi.prototype,"size",2),p([u({type:Boolean,reflect:!0})],qi.prototype,"readonly",2),p([u({type:Boolean,attribute:"soft-disabled",reflect:!0})],qi.prototype,"softDisabled",2);var mh=qi;mh.register(Rv);var Ex=mh;var Qa=z.constructTagName("tooltip"),qe={DESCRIPTION:"description",LABEL:"label",NONE:"none"},Xi={BACKDROP:!1,DELAY:"0,0",OFFSET:4,PLACEMENT:wt.TOP,SHOW_ARROW:!0,TOOLTIP_TYPE:qe.DESCRIPTION};var Tx=B`
         
     | 
| 
       4125 
4125 
     | 
    
         
             
              :host {
         
     | 
| 
       4126 
4126 
     | 
    
         
             
                --mdc-tooltip-max-width: 400px;
         
     | 
| 
       4127 
4127 
     | 
    
         
             
                --mdc-tooltip-padding: 0.75rem;
         
     | 
| 
         @@ -4145,34 +4145,34 @@ 
     | 
|
| 
       4145 
4145 
     | 
    
         
             
              :host([color='contrast'])::part(popover-content) {
         
     | 
| 
       4146 
4146 
     | 
    
         
             
                color: var(--mdc-tooltip-text-color-contrast);
         
     | 
| 
       4147 
4147 
     | 
    
         
             
              }
         
     | 
| 
       4148 
     | 
    
         
            -
            `, 
     | 
| 
      
 4148 
     | 
    
         
            +
            `,Dv=[Tx];var Ds=class extends Ve{constructor(){super(...arguments);this.tooltipType=Xi.TOOLTIP_TYPE}connectedCallback(){super.connectedCallback(),this.backdrop=!1,this.delay=this.delay||Xi.DELAY,this.focusTrap=!1,this.hideOnBlur=!0,this.hideOnEscape=!0,this.interactive=!1,this.offset=this.offset||Xi.OFFSET,this.placement=this.placement||Xi.PLACEMENT,this.role=rt.TOOLTIP,this.trigger="mouseenter focusin",this.preventScroll=!1,this.flip=!0,this.preventScroll=!1,this.closeButton=!1,this.hideOnOutsideClick=!1,this.focusBackToTrigger=!1,this.size=!1,this.disableAriaExpanded=!0}getTooltipText(){var t,r;return((r=(t=this.defaultSlotNodes)==null?void 0:t.map(s=>s.textContent).join(" "))==null?void 0:r.trim())||""}setTooltipType(t){this.setAttribute("tooltip-type",Object.values(qe).includes(t)?t:Xi.TOOLTIP_TYPE)}async onIdUpdated(){if(this.id.length===0&&(this.id=`mdc-tooltip-${Te()}`),await this.updateComplete,this.triggerElement)switch(this.tooltipType){case qe.DESCRIPTION:this.triggerElement.setAttribute("aria-describedby",this.id);break;case qe.LABEL:this.triggerElement.setAttribute("aria-labelledby",this.id);break;default:break}}onPlacementUpdated(){Object.values(wt).includes(this.placement)||(this.placement=Xi.PLACEMENT)}onTooltipTypeUpdated(t){let r=t.get("tooltipType");if(Object.values(qe).includes(this.tooltipType)||this.setTooltipType(Xi.TOOLTIP_TYPE),this.triggerElement){let s=this.getTooltipText();switch(this.tooltipType){case qe.DESCRIPTION:r===qe.LABEL&&this.triggerElement.removeAttribute("aria-labelledby"),this.triggerElement.setAttribute("aria-describedby",this.id);break;case qe.LABEL:r===qe.DESCRIPTION&&this.triggerElement.removeAttribute("aria-describedby"),this.triggerElement.setAttribute("aria-labelledby",this.id);break;default:r===qe.DESCRIPTION?this.triggerElement.removeAttribute("aria-describedby"):r===qe.LABEL&&this.triggerElement.removeAttribute("aria-labelledby");break}s.length>0&&this.tooltipType!==qe.NONE&&!this.ariaLabel&&(this.ariaLabel=s)}}async update(t){super.update(t),t.has("id")&&await this.onIdUpdated(),t.has("placement")&&this.onPlacementUpdated(),t.has("tooltipType")&&this.onTooltipTypeUpdated(t)}};Ds.styles=[...Ve.styles,...Dv],p([u({type:String,attribute:"tooltip-type",reflect:!0})],Ds.prototype,"tooltipType",2),p([Wn()],Ds.prototype,"defaultSlotNodes",2);var uh=Ds;uh.register(Qa);var xx=uh;var Zi=si(class extends Dr{constructor(n){var o;if(super(n),n.type!==Ke.ATTRIBUTE||n.name!=="class"||((o=n.strings)==null?void 0:o.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(n){return" "+Object.keys(n).filter(o=>n[o]).join(" ")+" "}update(n,[o]){var r,s;if(this.st===void 0){this.st=new Set,n.strings!==void 0&&(this.nt=new Set(n.strings.join(" ").split(/\s/).filter(d=>d!=="")));for(let d in o)o[d]&&!((r=this.nt)!=null&&r.has(d))&&this.st.add(d);return this.render(o)}let t=n.element.classList;for(let d of this.st)d in o||(t.remove(d),this.st.delete(d));for(let d in o){let m=!!o[d];m===this.st.has(d)||(s=this.nt)!=null&&s.has(d)||(m?(t.add(d),this.st.add(d)):(t.remove(d),this.st.delete(d)))}return ge}});var Fv=z.constructTagName("toggle"),Ja={DEFAULT:"default",COMPACT:"compact"};var fh={SIZE:Ja.DEFAULT,VALIDATION_MESSAGE:"Please toggle this switch if you want to proceed."};var Jl=n=>{class o extends n{constructor(){super(...arguments);this.controlTypeProviderContext=Fe.consume({host:this,context:Xc.Context})}willUpdate(){this.controlType&&Gl.includes(this.controlType)||(this.controlTypeProviderContext.value?this.controlType=this.controlTypeProviderContext.value:this.controlType=Hl.CONTROL_TYPE)}}return p([u({type:String,attribute:"control-type",reflect:!0})],o.prototype,"controlType",2),o};var td=z.constructTagName("menuitemcheckbox"),tn={NONE:"none",CHECKBOX:"checkbox",CHECKMARK:"checkmark",TOGGLE:"toggle"},$v={INDICATOR:tn.CHECKBOX};var Ax=B`
         
     | 
| 
       4149 
4149 
     | 
    
         
             
              :host::part(checkmark-icon) {
         
     | 
| 
       4150 
4150 
     | 
    
         
             
                --mdc-icon-fill-color: currentColor;
         
     | 
| 
       4151 
4151 
     | 
    
         
             
              }
         
     | 
| 
       4152 
4152 
     | 
    
         
             
              :host .hidden-checkmark {
         
     | 
| 
       4153 
4153 
     | 
    
         
             
                visibility: hidden;
         
     | 
| 
       4154 
4154 
     | 
    
         
             
              }
         
     | 
| 
       4155 
     | 
    
         
            -
            `, 
     | 
| 
      
 4155 
     | 
    
         
            +
            `,zv=[Ax];var Fs=class extends Jl(pr){constructor(){super();this.checked=!1;this.indicator=$v.INDICATOR;this.addEventListener("click",this.handleMouseClick.bind(this))}connectedCallback(){super.connectedCallback(),this.role=rt.MENUITEMCHECKBOX}handleMouseClick(){this.disabled||(this.controlType!=="controlled"&&(this.checked=!this.checked),this.dispatchEvent(new Event("change",{bubbles:!0,composed:!0})))}update(t){super.update(t),t.has("checked")&&(this.ariaChecked=`${this.checked}`)}staticCheckbox(){return this.indicator===tn.CHECKBOX?_`
         
     | 
| 
       4156 
4156 
     | 
    
         
             
                    <mdc-staticcheckbox
         
     | 
| 
       4157 
4157 
     | 
    
         
             
                      slot="leading-controls"
         
     | 
| 
       4158 
4158 
     | 
    
         
             
                      ?checked="${this.checked}"
         
     | 
| 
       4159 
4159 
     | 
    
         
             
                      ?disabled="${this.disabled}"
         
     | 
| 
       4160 
4160 
     | 
    
         
             
                      ?soft-disabled="${this.softDisabled}"
         
     | 
| 
       4161 
4161 
     | 
    
         
             
                    ></mdc-staticcheckbox>
         
     | 
| 
       4162 
     | 
    
         
            -
                  `:j}staticToggle(){return this.indicator=== 
     | 
| 
      
 4162 
     | 
    
         
            +
                  `:j}staticToggle(){return this.indicator===tn.TOGGLE?_`
         
     | 
| 
       4163 
4163 
     | 
    
         
             
                    <mdc-statictoggle
         
     | 
| 
       4164 
4164 
     | 
    
         
             
                      slot="trailing-controls"
         
     | 
| 
       4165 
4165 
     | 
    
         
             
                      ?checked="${this.checked}"
         
     | 
| 
       4166 
4166 
     | 
    
         
             
                      ?disabled="${this.disabled}"
         
     | 
| 
       4167 
4167 
     | 
    
         
             
                      ?soft-disabled="${this.softDisabled}"
         
     | 
| 
       4168 
     | 
    
         
            -
                      size="${ 
     | 
| 
      
 4168 
     | 
    
         
            +
                      size="${Ja.COMPACT}"
         
     | 
| 
       4169 
4169 
     | 
    
         
             
                    ></mdc-statictoggle>
         
     | 
| 
       4170 
     | 
    
         
            -
                  `:j}getCheckmarkIcon(){return this.indicator=== 
     | 
| 
      
 4170 
     | 
    
         
            +
                  `:j}getCheckmarkIcon(){return this.indicator===tn.CHECKMARK?_`
         
     | 
| 
       4171 
4171 
     | 
    
         
             
                    <mdc-icon
         
     | 
| 
       4172 
4172 
     | 
    
         
             
                      slot="trailing-controls"
         
     | 
| 
       4173 
4173 
     | 
    
         
             
                      name="check-bold"
         
     | 
| 
       4174 
4174 
     | 
    
         
             
                      part="checkmark-icon"
         
     | 
| 
       4175 
     | 
    
         
            -
                      class=${ 
     | 
| 
      
 4175 
     | 
    
         
            +
                      class=${Zi({"hidden-checkmark":!this.checked})}
         
     | 
| 
       4176 
4176 
     | 
    
         
             
                    ></mdc-icon>
         
     | 
| 
       4177 
4177 
     | 
    
         
             
                  `:j}render(){return _`
         
     | 
| 
       4178 
4178 
     | 
    
         
             
                  <slot name="content">
         
     | 
| 
         @@ -4194,14 +4194,14 @@ 
     | 
|
| 
       4194 
4194 
     | 
    
         
             
                      ${this.staticToggle()} ${this.getCheckmarkIcon()}
         
     | 
| 
       4195 
4195 
     | 
    
         
             
                    </div>
         
     | 
| 
       4196 
4196 
     | 
    
         
             
                  </slot>
         
     | 
| 
       4197 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 4197 
     | 
    
         
            +
                `}};Fs.styles=[...pr.styles,...zv],p([u({type:Boolean,reflect:!0})],Fs.prototype,"checked",2),p([u({type:String,reflect:!0})],Fs.prototype,"indicator",2);var vh=Fs;vh.register(td);var Sx=vh;var ed=z.constructTagName("menuitemradio"),rd={NONE:"none",RADIO:"radio",CHECKMARK:"checkmark"},Vv={INDICATOR:rd.RADIO};var Ix=B`
         
     | 
| 
       4198 
4198 
     | 
    
         
             
              :host::part(checkmark-icon) {
         
     | 
| 
       4199 
4199 
     | 
    
         
             
                --mdc-icon-fill-color: currentColor;
         
     | 
| 
       4200 
4200 
     | 
    
         
             
              }
         
     | 
| 
       4201 
4201 
     | 
    
         
             
              :host .hidden-checkmark {
         
     | 
| 
       4202 
4202 
     | 
    
         
             
                visibility: hidden;
         
     | 
| 
       4203 
4203 
     | 
    
         
             
              }
         
     | 
| 
       4204 
     | 
    
         
            -
            `, 
     | 
| 
      
 4204 
     | 
    
         
            +
            `,Bv=[Ix];var $s=class extends Jl(pr){constructor(){super();this.checked=!1;this.indicator=Vv.INDICATOR;this.addEventListener("click",this.handleMouseClick.bind(this))}connectedCallback(){super.connectedCallback(),this.role=rt.MENUITEMRADIO}getAllRadiosWithinSameGroup(){let t=this.closest(`${fi}, ${te}`);return!t||!this.name?[]:Array.from(t.querySelectorAll(`${this.tagName}[name="${this.name}"]`))}updateOtherRadiosCheckedState(){this.getAllRadiosWithinSameGroup().forEach(r=>{r!==this&&r.removeAttribute("checked")})}handleMouseClick(){this.disabled||this.checked||(this.controlType!=="controlled"&&(this.updateOtherRadiosCheckedState(),this.checked=!0),this.dispatchEvent(new Event("change",{bubbles:!0,composed:!0})))}update(t){super.update(t),t.has("checked")&&(this.ariaChecked=`${this.checked}`,t.get("checked")===!1&&this.checked&&this.updateOtherRadiosCheckedState())}renderStaticRadio(){return this.indicator===rd.RADIO?_`
         
     | 
| 
       4205 
4205 
     | 
    
         
             
                    <mdc-staticradio
         
     | 
| 
       4206 
4206 
     | 
    
         
             
                      slot="leading-controls"
         
     | 
| 
       4207 
4207 
     | 
    
         
             
                      ?checked="${this.checked}"
         
     | 
| 
         @@ -4213,7 +4213,7 @@ 
     | 
|
| 
       4213 
4213 
     | 
    
         
             
                      slot="trailing-controls"
         
     | 
| 
       4214 
4214 
     | 
    
         
             
                      name="check-bold"
         
     | 
| 
       4215 
4215 
     | 
    
         
             
                      part="checkmark-icon"
         
     | 
| 
       4216 
     | 
    
         
            -
                      class=${ 
     | 
| 
      
 4216 
     | 
    
         
            +
                      class=${Zi({"hidden-checkmark":!this.checked})}
         
     | 
| 
       4217 
4217 
     | 
    
         
             
                    ></mdc-icon>
         
     | 
| 
       4218 
4218 
     | 
    
         
             
                  `:j}render(){return _`
         
     | 
| 
       4219 
4219 
     | 
    
         
             
                  <slot name="content">
         
     | 
| 
         @@ -4235,7 +4235,7 @@ 
     | 
|
| 
       4235 
4235 
     | 
    
         
             
                      ${this.renderCheckmarkIcon()}
         
     | 
| 
       4236 
4236 
     | 
    
         
             
                    </div>
         
     | 
| 
       4237 
4237 
     | 
    
         
             
                  </slot>
         
     | 
| 
       4238 
     | 
    
         
            -
                `}} 
     | 
| 
      
 4238 
     | 
    
         
            +
                `}};$s.styles=[...pr.styles,...Bv],p([u({type:Boolean,reflect:!0})],$s.prototype,"checked",2),p([u({type:String,reflect:!0})],$s.prototype,"indicator",2);var gh=$s;gh.register(ed);var _x=gh;var Qi=z.constructTagName("navmenuitem"),Uv={DOT:nr.DOT,COUNTER:nr.COUNTER},Hv={RIGHT_ARROW:"arrow-right-bold"},Gv={MAX_COUNTER:99,TEXT_TYPE:st.BODY_MIDSIZE_REGULAR,TAG_NAME:mt.SPAN,SIZE:vo[24],VARIANT:Hr.FLEXIBLE};var Cx=B`
         
     | 
| 
       4239 
4239 
     | 
    
         
             
              :host::part(popover-content) {
         
     | 
| 
       4240 
4240 
     | 
    
         
             
                padding: 0.75rem 0.5rem;
         
     | 
| 
       4241 
4241 
     | 
    
         
             
              }
         
     | 
| 
         @@ -4243,7 +4243,7 @@ 
     | 
|
| 
       4243 
4243 
     | 
    
         
             
              ::slotted(mdc-divider) {
         
     | 
| 
       4244 
4244 
     | 
    
         
             
                margin-block: 0.25rem;
         
     | 
| 
       4245 
4245 
     | 
    
         
             
              }
         
     | 
| 
       4246 
     | 
    
         
            -
            `, 
     | 
| 
      
 4246 
     | 
    
         
            +
            `,Yv=[Cx];var en=n=>{var t;if(!n)return!1;let o=(t=n.getAttribute("role"))==null?void 0:t.toLowerCase();return o===rt.MENUITEM||o===rt.MENUITEMCHECKBOX||o===rt.MENUITEMRADIO},bh=n=>{var o;return((o=n==null?void 0:n.tagName)==null?void 0:o.toLowerCase())===te};var rn=class extends Ve{constructor(){super();this.placement=lh.PLACEMENT;this.menuItems=[];this.menuItemsWithSubMenus=[];this.onOutsidePopoverClick=t=>{if(Ce.peek()!==this)return;let r=t.composedPath(),s=this.contains(t.target)||r.includes(this.triggerElement)||r.includes(this),d=this.backdropElement?r.includes(this.backdropElement):!1;(!s||d)&&this.closeAllMenuPopovers()};this.togglePopoverVisible=t=>{var r;(r=this.triggerElement)!=null&&r.hasAttribute("soft-disabled")||!this.isEventFromTrigger(t)||(this.visible?this.hide():this.show())};this.handleItemCreation=t=>{let r=t.target;en(r)&&(t.stopImmediatePropagation(),r.addEventListener("destroyed",this.handleItemChangeEvent),r.addEventListener("disabled",this.handleItemChangeEvent))};this.handleItemChangeEvent=t=>{t.stopImmediatePropagation(),t.target&&t.type==="destroyed"&&(t.target.removeEventListener("destroyed",this.handleItemChangeEvent),t.target.removeEventListener("disabled",this.handleItemChangeEvent)),this.resetMenuNavigation()};this.resetMenuNavigation=()=>{this.collectMenuItems(),this.menuItems.find(r=>r.getAttribute("tabindex")==="0")||this.resetTabIndexes(0)};this.handleKeyDown=t=>{let r=!1;this.collectMenuItems();let s=t.target,d=this.getCurrentIndex(s);if(d===-1)return;this.resetTabIndexes(d);let m=window.getComputedStyle(this).direction==="rtl";switch(this.resolveDirectionKey(t.key,m)){case Q.HOME:{this.resetTabIndexAndSetFocus(0,d),r=!0;break}case Q.END:{this.resetTabIndexAndSetFocus(this.menuItems.length-1,d),r=!0;break}case Q.ARROW_DOWN:{let x=d+1===this.menuItems.length?0:d+1;this.resetTabIndexAndSetFocus(x,d),r=!0;break}case Q.ARROW_UP:{let x=d-1===-1?this.menuItems.length-1:d-1;this.resetTabIndexAndSetFocus(x,d),r=!0;break}case Q.ARROW_RIGHT:{let x=this.getSubMenuPopoverOfTarget(s);x&&(x.show(),r=!0);break}case Q.ARROW_LEFT:{bh(this.parentElement)&&(this.hide(),this.resetTabIndexAndSetFocus(0,d),r=!0);break}case Q.ESCAPE:{this.resetTabIndexAndSetFocus(0,d),r=!0;break}case Q.ENTER:{this.getSubMenuPopoverOfTarget(s)||(this.closeAllMenuPopovers(),this.fireMenuItemAction(s),r=!0);break}case Q.SPACE:{r=!0;break}default:break}r&&(t.stopPropagation(),t.preventDefault())};this.handleKeyUp=t=>{let r=!1,s=t.target;switch(t.key){case Q.SPACE:{s.matches(`${ed}, ${td}`)||this.getSubMenuPopoverOfTarget(s)||(this.closeAllMenuPopovers(),this.fireMenuItemAction(s),r=!0);break}default:break}r&&(t.stopPropagation(),t.preventDefault())};this.addEventListener("keydown",this.handleKeyDown),this.addEventListener("keyup",this.handleKeyUp),this.addEventListener("click",this.handleMouseClick),this.addEventListener("created",this.handleItemCreation)}getSubMenuPopoverOfTarget(t){var s,d;let r=t.getAttribute("id");return r?(d=(s=this.parentElement)==null?void 0:s.querySelector)==null?void 0:d.call(s,`${te}[triggerid="${r}"]`):null}collectMenuItems(){var s;let t=(s=this.shadowRoot)==null?void 0:s.querySelector("slot"),r=(t==null?void 0:t.assignedElements({flatten:!0}))||[];this.menuItems=r.map(d=>d.tagName.toLowerCase()===fi?Array.from(d.children).filter(m=>en(m)):en(d)?d:[]).flat().filter(d=>!!d&&!d.hasAttribute("disabled")),this.menuItemsWithSubMenus=this.menuItems.filter(d=>this.getSubMenuPopoverOfTarget(d))}getOpenSubMenusOfItems(t){let r=[];return!t||t.length===0||t.forEach(s=>{let d=this.getSubMenuPopoverOfTarget(s);d&&d.visible&&r.push(d)}),r}connectedCallback(){super.connectedCallback(),this.role=rt.MENU,this.ariaOrientation=lh.ORIENTATION,this.backdrop=!1,this.color=No.TONAL,this.disableAriaExpanded=!1,this.focusBackToTrigger=!0,this.focusTrap=!0,this.hideOnEscape=!0,this.hideOnOutsideClick=!0,this.interactive=!0,this.showArrow=!1,this.closeButton=!1,this.closeButtonAriaLabel=null}async isOpenUpdated(t,r){return t===r||!this.triggerElement?Promise.resolve():(r&&(this.backdrop=![Xa,Qi].includes(this.triggerElement.tagName.toLowerCase())),r===!1&&this.menuItemsWithSubMenus.forEach(s=>{let d=this.getSubMenuPopoverOfTarget(s);d&&d.hide()}),this.resetMenuNavigation(),super.isOpenUpdated(t,r))}async firstUpdated(t){await super.firstUpdated(t),this.collectMenuItems(),this.resetTabIndexes(0)}resetTabIndexes(t){this.menuItems.length>0&&(this.menuItems.forEach(r=>r.setAttribute("tabindex","-1")),this.menuItems[t].setAttribute("tabindex","0"),this.menuItems[t].focus())}getCurrentIndex(t){return this.menuItems.findIndex(r=>r===t)}resetTabIndexAndSetFocus(t,r){t!==r&&(this.menuItems[r].setAttribute("tabindex","-1"),this.menuItems[t].setAttribute("tabindex","0"),this.menuItems[t].focus())}closeAllMenuPopovers(t){for(;Ce.peek()!==t&&bh(Ce.peek());){let r=Ce.pop();if(r)r.hide();else break}}closeOtherSubMenusOnSameLevel(t){let r=this.menuItemsWithSubMenus.filter(d=>d!==t);this.getOpenSubMenusOfItems(r).forEach(d=>{d.hide()})}fireMenuItemAction(t){t.matches(Xa)&&t.dispatchEvent(new Event("action",{bubbles:!0,composed:!0}))}handleMouseClick(t){let r=t.target;if(t.stopPropagation(),!(!en(r)||!t.isTrusted)){if(this.getSubMenuPopoverOfTarget(r)){this.closeOtherSubMenusOnSameLevel(r);return}this.closeAllMenuPopovers(),this.fireMenuItemAction(r)}}resolveDirectionKey(t,r){if(!r)return t;switch(t){case Q.ARROW_LEFT:return Q.ARROW_RIGHT;case Q.ARROW_RIGHT:return Q.ARROW_LEFT;default:return t}}};rn.styles=[...Ve.styles,...Yv],p([u({type:String,reflect:!0})],rn.prototype,"placement",2);var yh=rn;yh.register(te);var kx=yh;var id=class{constructor(o,t,r){this.variant=o,this.expanded=t,this.parentNavTooltipText=r}hasSiblingWithTriggerId(o){var s,d;let t=o==null?void 0:o.getAttribute("id");return t?Array.from((d=(s=o==null?void 0:o.parentElement)==null?void 0:s.children)!=null?d:[]).some(m=>m!==o&&m.tagName.toLowerCase()===te&&m.getAttribute("triggerid")===t):!1}getParentNavMenuItems(o){if(!o)return[];let t=[],r=o;for(;r;){let s=r==null?void 0:r.closest(te);if(!s)break;let d=s.getAttribute("triggerid");if(!d)break;let m=document.getElementById(d);if(m&&m.tagName.toLowerCase()===Qi)t.push(m),r=m;else break}return t}setCurrentActiveNavMenuItem(o){var d;let t=((d=this.currentActiveNavMenuItem)==null?void 0:d.navId)===(o==null?void 0:o.navId),r=(o==null?void 0:o.disableAriaCurrent)||this.hasSiblingWithTriggerId(o)||(o==null?void 0:o.softDisabled);if(t||r||(this.currentActiveNavMenuItem&&(this.currentActiveNavMenuItem.removeAttribute("aria-current"),this.currentActiveNavMenuItem.removeAttribute("active"),this.getParentNavMenuItems(this.currentActiveNavMenuItem).forEach(b=>{b.removeAttribute("tooltip-text"),b.removeAttribute("tooltip-placement"),b.removeAttribute("active")})),!o))return;this.currentActiveNavMenuItem=o,o.setAttribute("aria-current","page"),o.setAttribute("active",""),this.getParentNavMenuItems(o).forEach(m=>{m.setAttribute("tooltip-text",this.parentNavTooltipText||""),m.setAttribute("tooltip-placement",wt.BOTTOM),m.setAttribute("active","")})}};id.context=ji;var od=id;var wx=B`
         
     | 
| 
       4247 
4247 
     | 
    
         
             
              :host {
         
     | 
| 
       4248 
4248 
     | 
    
         
             
                --mdc-sidenavigation-expanded-width: 15rem;
         
     | 
| 
       4249 
4249 
     | 
    
         
             
                --mdc-sidenavigation-collapsed-width: 4.5rem;
         
     | 
| 
         @@ -4313,7 +4313,7 @@ 
     | 
|
| 
       4313 
4313 
     | 
    
         
             
              :host::part(vertical-divider-button) {
         
     | 
| 
       4314 
4314 
     | 
    
         
             
                z-index: var(--mdc-sidenavigation-vertical-divider-button-z-index);
         
     | 
| 
       4315 
4315 
     | 
    
         
             
              }
         
     | 
| 
       4316 
     | 
    
         
            -
            `, 
     | 
| 
      
 4316 
     | 
    
         
            +
            `,Wv=[wx];var vi=class extends De{constructor(){super({context:od.context,initialValue:new od(Ql.VARIANT,!0)});this.variant=Ql.VARIANT;this.footerText="";this.handleNestedNavMenuItemActiveChange=t=>{var r;if((r=this.context)!=null&&r.value){let s=this.findNav(this.navMenuItems,t.detail.navId);this.context.value.setCurrentActiveNavMenuItem(s)}};this.findNav=(t,r)=>t.find(s=>s.navId===r);this.addEventListener("activechange",this.handleNestedNavMenuItemActiveChange.bind(this))}connectedCallback(){super.connectedCallback(),this.role=rt.NAVIGATION}static get Context(){return od.context}updated(t){if(super.updated(t),t.has("variant"))switch(this.setVariant(this.variant),this.variant){case Hr.FIXED_EXPANDED:this.expanded=!0;break;case Hr.FIXED_COLLAPSED:this.expanded=!1;break;default:}(t.has("variant")||t.has("expanded"))&&this.updateContext()}firstUpdated(t){super.firstUpdated(t),this.variant===Hr.FLEXIBLE&&this.expanded===void 0&&(this.expanded=!0,this.updateContext())}updateContext(){(this.context.value.variant!==this.variant||this.context.value.expanded!==this.expanded||this.context.value.parentNavTooltipText!==this.parentNavTooltipText)&&(this.context.value.variant=this.variant,this.context.value.expanded=this.expanded,this.context.value.parentNavTooltipText=this.parentNavTooltipText,this.context.updateObservers())}get navMenuItems(){return Array.from(this.querySelectorAll(`${Qi}:not([disabled])`))}setVariant(t){this.setAttribute("variant",Object.values(Hr).includes(t)?t:Ql.VARIANT)}toggleSideNavigation(){this.expanded=!this.expanded,this.dispatchEvent(new CustomEvent("toggle",{detail:{expanded:this.expanded}}))}preventScrollOnSpace(t){t.key===Q.SPACE&&t.preventDefault()}render(){var t;return this.variant===Hr.HIDDEN?_``:_`
         
     | 
| 
       4317 
4317 
     | 
    
         
             
                  <div part="side-navigation-container" id="side-nav-container">
         
     | 
| 
       4318 
4318 
     | 
    
         
             
                    <div part="scrollable-section" tabindex="-1" @keydown=${this.preventScrollOnSpace}>
         
     | 
| 
       4319 
4319 
     | 
    
         
             
                      <slot name="scrollable-section">
         
     | 
| 
         @@ -4337,12 +4337,12 @@ 
     | 
|
| 
       4337 
4337 
     | 
    
         
             
                      </div>
         
     | 
| 
       4338 
4338 
     | 
    
         
             
                    </div>
         
     | 
| 
       4339 
4339 
     | 
    
         
             
                  </div>
         
     | 
| 
       4340 
     | 
    
         
            -
                  ${this.variant=== 
     | 
| 
      
 4340 
     | 
    
         
            +
                  ${this.variant===Hr.FLEXIBLE?_`<mdc-divider
         
     | 
| 
       4341 
4341 
     | 
    
         
             
                        part="vertical-divider"
         
     | 
| 
       4342 
     | 
    
         
            -
                        orientation=${ 
     | 
| 
       4343 
     | 
    
         
            -
                        variant=${ 
     | 
| 
       4344 
     | 
    
         
            -
                        arrow-direction=${this.expanded? 
     | 
| 
       4345 
     | 
    
         
            -
                        button-position=${ 
     | 
| 
      
 4342 
     | 
    
         
            +
                        orientation=${Po.VERTICAL}
         
     | 
| 
      
 4343 
     | 
    
         
            +
                        variant=${Ba.GRADIENT}
         
     | 
| 
      
 4344 
     | 
    
         
            +
                        arrow-direction=${this.expanded?cr.NEGATIVE:cr.POSITIVE}
         
     | 
| 
      
 4345 
     | 
    
         
            +
                        button-position=${cr.POSITIVE}
         
     | 
| 
       4346 
4346 
     | 
    
         
             
                      >
         
     | 
| 
       4347 
4347 
     | 
    
         
             
                        <mdc-button
         
     | 
| 
       4348 
4348 
     | 
    
         
             
                          part="vertical-divider-button"
         
     | 
| 
         @@ -4352,7 +4352,7 @@ 
     | 
|
| 
       4352 
4352 
     | 
    
         
             
                          aria-controls="side-nav-container"
         
     | 
| 
       4353 
4353 
     | 
    
         
             
                        ></mdc-button>
         
     | 
| 
       4354 
4354 
     | 
    
         
             
                      </mdc-divider>`:j}
         
     | 
| 
       4355 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 4355 
     | 
    
         
            +
                `}};vi.styles=[...q.styles,...Wv],p([u({type:String,reflect:!0})],vi.prototype,"variant",2),p([u({type:String,reflect:!0,attribute:"footer-text"})],vi.prototype,"footerText",2),p([u({type:Boolean,reflect:!0})],vi.prototype,"expanded",2),p([u({type:String,reflect:!0,attribute:"grabber-btn-aria-label"})],vi.prototype,"grabberBtnAriaLabel",2),p([u({type:String,reflect:!0,attribute:"parent-nav-tooltip-text"})],vi.prototype,"parentNavTooltipText",2);var Vo=vi;var Nx=B`
         
     | 
| 
       4356 
4356 
     | 
    
         
             
              :host {
         
     | 
| 
       4357 
4357 
     | 
    
         
             
                display: flex;
         
     | 
| 
       4358 
4358 
     | 
    
         
             
                flex-direction: column;
         
     | 
| 
         @@ -4370,16 +4370,16 @@ 
     | 
|
| 
       4370 
4370 
     | 
    
         
             
              :host(:dir(rtl))::part(align-header) {
         
     | 
| 
       4371 
4371 
     | 
    
         
             
                padding-right: 1.75rem;
         
     | 
| 
       4372 
4372 
     | 
    
         
             
              }
         
     | 
| 
       4373 
     | 
    
         
            -
            `, 
     | 
| 
       4374 
     | 
    
         
            -
                    part="header ${( 
     | 
| 
      
 4373 
     | 
    
         
            +
            `,jv=[Nx];var Gr=class extends q{constructor(){super(...arguments);this.ariaLabel=null;this.headerText=null;this.showDivider=!1;this.dividerVariant=kv.DIVIDER_VARIANT;this.hideHeaderText=!1;this.sideNavigationContext=Fe.consume({host:this,context:Vo.Context})}connectedCallback(){super.connectedCallback(),this.setAttribute("role",rt.GROUP)}update(t){var d;super.update(t),(t.has("ariaLabel")||t.has("headerText"))&&(!this.ariaLabel||this.ariaLabel===t.get("headerText"))&&(this.ariaLabel=this.headerText||"");let r=(d=this.sideNavigationContext)==null?void 0:d.value;if(!r)return;let{expanded:s}=r;this.hideHeaderText=!s}renderHeader(){var t,r;return this.headerText?_` <mdc-listheader
         
     | 
| 
      
 4374 
     | 
    
         
            +
                    part="header ${(r=(t=this.sideNavigationContext)==null?void 0:t.value)!=null&&r.expanded?"align-header":""}"
         
     | 
| 
       4375 
4375 
     | 
    
         
             
                    header-text="${this.headerText}"
         
     | 
| 
       4376 
     | 
    
         
            -
                    prefix-icon="${ 
     | 
| 
      
 4376 
     | 
    
         
            +
                    prefix-icon="${tt(this.prefixIcon)}"
         
     | 
| 
       4377 
4377 
     | 
    
         
             
                  >
         
     | 
| 
       4378 
4378 
     | 
    
         
             
                  </mdc-listheader>`:null}render(){return _`
         
     | 
| 
       4379 
4379 
     | 
    
         
             
                  ${this.hideHeaderText?null:this.renderHeader()}
         
     | 
| 
       4380 
4380 
     | 
    
         
             
                  <slot part="container"></slot>
         
     | 
| 
       4381 
4381 
     | 
    
         
             
                  ${this.showDivider?_`<mdc-divider variant="${this.dividerVariant}" part="divider"></mdc-divider>`:null}
         
     | 
| 
       4382 
     | 
    
         
            -
                `}};Gr.styles=[... 
     | 
| 
      
 4382 
     | 
    
         
            +
                `}};Gr.styles=[...q.styles,...jv],p([u({type:String,reflect:!0,attribute:"aria-label"})],Gr.prototype,"ariaLabel",2),p([u({type:String,reflect:!0,attribute:"header-text"})],Gr.prototype,"headerText",2),p([u({type:String,attribute:"prefix-icon"})],Gr.prototype,"prefixIcon",2),p([u({type:Boolean,reflect:!0,attribute:"show-divider"})],Gr.prototype,"showDivider",2),p([u({type:String,reflect:!0,attribute:"divider-variant"})],Gr.prototype,"dividerVariant",2),p([u({type:Boolean,reflect:!0,attribute:"hide-header-text"})],Gr.prototype,"hideHeaderText",2);var Eh=Gr;Eh.register(fi);var Lx=Eh;var Rx=[bt,B`
         
     | 
| 
       4383 
4383 
     | 
    
         
             
                :host {
         
     | 
| 
       4384 
4384 
     | 
    
         
             
                  --mdc-navmenuitem-color: var(--mds-color-theme-text-primary-normal);
         
     | 
| 
       4385 
4385 
     | 
    
         
             
                  --mdc-navmenuitem-disabled-color: var(--mds-color-theme-text-primary-disabled);
         
     | 
| 
         @@ -4524,7 +4524,7 @@ 
     | 
|
| 
       4524 
4524 
     | 
    
         
             
                  left: -0.75rem;
         
     | 
| 
       4525 
4525 
     | 
    
         
             
                  top: 0.875rem;
         
     | 
| 
       4526 
4526 
     | 
    
         
             
                }
         
     | 
| 
       4527 
     | 
    
         
            -
              `,... 
     | 
| 
      
 4527 
     | 
    
         
            +
              `,...At()],Kv=Rx;var Xe=class extends qt(pr){constructor(){super();this.maxCounter=Gv.MAX_COUNTER;this.ariaLabel=null;this.sideNavigationContext=Fe.consume({host:this,context:Vo.Context});this.emitNavMenuItemActiveChange=t=>{let r=new CustomEvent("activechange",{detail:{navId:this.navId,active:t},bubbles:!0});this.dispatchEvent(r)};this.addEventListener("click",this.handleClickEvent.bind(this)),this.addEventListener("focusin",this.renderDynamicTooltip.bind(this)),this.addEventListener("mouseenter",this.renderDynamicTooltip.bind(this)),this.addEventListener("focusout",this.removeTooltip.bind(this)),this.addEventListener("mouseout",this.removeTooltip.bind(this))}connectedCallback(){super.connectedCallback(),this.variant=void 0,!this.navId&&this.onerror&&this.onerror("[mdc-navmenuitem] navId is required and was not provided."),this.toggleAttribute("in-menupopover",this.isNested())}disconnectedCallback(){super.disconnectedCallback(),this.removeTooltip()}updated(){var r,s;let t=(r=this.sideNavigationContext)==null?void 0:r.value;if(t)if(this.showLabel=this.isNested()?!0:t.expanded,this.showLabel)this.removeAttribute("aria-label");else{let d=(s=this.label)!=null?s:"";this.ariaLabel=this.ariaLabel||d,this.setAttribute("aria-label",d)}}removeTooltip(){let t=document.querySelector(`${Qa}[triggerid="${this.id}"]`);t&&t.remove()}renderDynamicTooltip(){if(!this.tooltipText)return;this.id||(this.id=`mdc-navmenuitem-${Te()}`),this.removeTooltip();let t=document.createElement(Qa);t.id=`mdc-navmenuitem-tooltip-${Te()}`,t.textContent=this.tooltipText,t.setAttribute("triggerid",this.id),t.setAttribute("visible",""),t.setAttribute("show-arrow",""),this.hasAttribute("slot")&&t.setAttribute("slot",this.getAttribute("slot")||""),this.after(t)}isNested(){let t=this.parentElement;for(;t;){if(t.tagName.toLowerCase()===te)return!0;t=t.parentElement}return!1}modifyIconName(t){if(!this.iconName)return;let r=this.iconName.endsWith("-filled"),s=bo(this.iconName);t?r||(this.prevIconName=this.iconName,this.iconName=`${s}-filled`):this.prevIconName&&(this.iconName=this.prevIconName)}handleClickEvent(){this.disabled||this.emitNavMenuItemActiveChange(this.active)}update(t){super.update(t),t.has("active")&&this.modifyIconName(this.active)}renderTextLabel(t){return _`
         
     | 
| 
       4528 
4528 
     | 
    
         
             
                  <mdc-text
         
     | 
| 
       4529 
4529 
     | 
    
         
             
                    type=${this.active?st.BODY_MIDSIZE_BOLD:st.BODY_MIDSIZE_MEDIUM}
         
     | 
| 
       4530 
4530 
     | 
    
         
             
                    tagname=${mt.SPAN}
         
     | 
| 
         @@ -4534,26 +4534,26 @@ 
     | 
|
| 
       4534 
4534 
     | 
    
         
             
                  </mdc-text>
         
     | 
| 
       4535 
4535 
     | 
    
         
             
                `}renderArrowIcon(t){return _`
         
     | 
| 
       4536 
4536 
     | 
    
         
             
                  <mdc-icon
         
     | 
| 
       4537 
     | 
    
         
            -
                    name=${ 
     | 
| 
      
 4537 
     | 
    
         
            +
                    name=${Hv.RIGHT_ARROW}
         
     | 
| 
       4538 
4538 
     | 
    
         
             
                    length-unit="rem"
         
     | 
| 
       4539 
4539 
     | 
    
         
             
                    part="trailing-arrow ${t?"":"arrow"}"
         
     | 
| 
       4540 
4540 
     | 
    
         
             
                  ></mdc-icon>
         
     | 
| 
       4541 
     | 
    
         
            -
                `}renderBadge(t){return Object.values( 
     | 
| 
      
 4541 
     | 
    
         
            +
                `}renderBadge(t){return Object.values(Uv).includes(this.badgeType)?_`
         
     | 
| 
       4542 
4542 
     | 
    
         
             
                  <mdc-badge
         
     | 
| 
       4543 
4543 
     | 
    
         
             
                    part="${t?"":"badge"}"
         
     | 
| 
       4544 
     | 
    
         
            -
                    type="${ 
     | 
| 
       4545 
     | 
    
         
            -
                    counter="${ 
     | 
| 
      
 4544 
     | 
    
         
            +
                    type="${tt(this.badgeType)}"
         
     | 
| 
      
 4545 
     | 
    
         
            +
                    counter="${tt(this.counter)}"
         
     | 
| 
       4546 
4546 
     | 
    
         
             
                    max-counter="${this.maxCounter}"
         
     | 
| 
       4547 
4547 
     | 
    
         
             
                  >
         
     | 
| 
       4548 
4548 
     | 
    
         
             
                  </mdc-badge>
         
     | 
| 
       4549 
     | 
    
         
            -
                `:j}render(){var  
     | 
| 
      
 4549 
     | 
    
         
            +
                `:j}render(){var r;let t=(r=this.sideNavigationContext)==null?void 0:r.value;return _`
         
     | 
| 
       4550 
4550 
     | 
    
         
             
                  <div part="icon-container">
         
     | 
| 
       4551 
4551 
     | 
    
         
             
                    <mdc-icon name="${this.iconName}" size="1.5" length-unit="rem" part="icon"></mdc-icon>
         
     | 
| 
       4552 
4552 
     | 
    
         
             
                    ${this.showLabel?j:this.renderBadge(this.showLabel)}
         
     | 
| 
       4553 
4553 
     | 
    
         
             
                  </div>
         
     | 
| 
       4554 
4554 
     | 
    
         
             
                  ${this.showLabel?_`${this.renderTextLabel(this.label)}${this.renderBadge(this.showLabel)}`:j}
         
     | 
| 
       4555 
4555 
     | 
    
         
             
                  ${t!=null&&t.hasSiblingWithTriggerId(this)?this.renderArrowIcon(this.showLabel):j}
         
     | 
| 
       4556 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 4556 
     | 
    
         
            +
                `}};Xe.styles=[...pr.styles,...Kv],p([u({type:Boolean,reflect:!0})],Xe.prototype,"active",2),p([u({type:String,reflect:!0,attribute:"badge-type"})],Xe.prototype,"badgeType",2),p([u({type:Number,reflect:!0})],Xe.prototype,"counter",2),p([u({type:Number,attribute:"max-counter",reflect:!0})],Xe.prototype,"maxCounter",2),p([u({type:String,reflect:!0,attribute:"nav-id"})],Xe.prototype,"navId",2),p([u({type:Boolean,reflect:!0,attribute:"show-label"})],Xe.prototype,"showLabel",2),p([u({type:String,attribute:"aria-label"})],Xe.prototype,"ariaLabel",2),p([u({type:Boolean,reflect:!0,attribute:"disable-aria-current"})],Xe.prototype,"disableAriaCurrent",2),p([u({type:String,reflect:!0,attribute:"tooltip-text"})],Xe.prototype,"tooltipText",2);var Th=Xe;Th.register(Qi);var Mx=Th;var qv="check-bold",mr=z.constructTagName("option");var on=z.constructTagName("optgroup"),xh="header-id";var Ox=B`
         
     | 
| 
       4557 
4557 
     | 
    
         
             
              :host {
         
     | 
| 
       4558 
4558 
     | 
    
         
             
                --mdc-optgroup-disabled-color: var(--mds-color-theme-text-primary-disabled);
         
     | 
| 
       4559 
4559 
     | 
    
         
             
              }
         
     | 
| 
         @@ -4569,7 +4569,7 @@ 
     | 
|
| 
       4569 
4569 
     | 
    
         
             
              :host([data-hidden]) {
         
     | 
| 
       4570 
4570 
     | 
    
         
             
                display: none;
         
     | 
| 
       4571 
4571 
     | 
    
         
             
              }
         
     | 
| 
       4572 
     | 
    
         
            -
            `, 
     | 
| 
      
 4572 
     | 
    
         
            +
            `,Xv=[Ox];var zs=class extends Ut(Bt(q)){setDisabledForAllOptions(){this.options.forEach(o=>{this.disabled?o.setAttribute("disabled",""):o.removeAttribute("disabled")})}updated(o){super.updated(o),o.has("disabled")&&this.setDisabledForAllOptions()}render(){var t;let o=this.label?_`
         
     | 
| 
       4573 
4573 
     | 
    
         
             
                      <mdc-text
         
     | 
| 
       4574 
4574 
     | 
    
         
             
                        id="${xh}"
         
     | 
| 
       4575 
4575 
     | 
    
         
             
                        part="header-text"
         
     | 
| 
         @@ -4579,14 +4579,14 @@ 
     | 
|
| 
       4579 
4579 
     | 
    
         
             
                      >
         
     | 
| 
       4580 
4580 
     | 
    
         
             
                    `:j;return _`
         
     | 
| 
       4581 
4581 
     | 
    
         
             
                  <div
         
     | 
| 
       4582 
     | 
    
         
            -
                    role="${ 
     | 
| 
      
 4582 
     | 
    
         
            +
                    role="${rt.GROUP}"
         
     | 
| 
       4583 
4583 
     | 
    
         
             
                    aria-labelledby="${this.label?xh:""}"
         
     | 
| 
       4584 
4584 
     | 
    
         
             
                    aria-label="${(t=this.dataAriaLabel)!=null?t:""}"
         
     | 
| 
       4585 
4585 
     | 
    
         
             
                  >
         
     | 
| 
       4586 
4586 
     | 
    
         
             
                    ${o}
         
     | 
| 
       4587 
     | 
    
         
            -
                    <slot role="${ 
     | 
| 
      
 4587 
     | 
    
         
            +
                    <slot role="${rt.PRESENTATION}"></slot>
         
     | 
| 
       4588 
4588 
     | 
    
         
             
                  </div>
         
     | 
| 
       4589 
     | 
    
         
            -
                `}} 
     | 
| 
      
 4589 
     | 
    
         
            +
                `}};zs.styles=[...q.styles,...Xv],p([u({type:String,reflect:!0})],zs.prototype,"label",2),p([Pt({selector:mr})],zs.prototype,"options",2);var Ah=zs;Ah.register(on);var Px=Ah;var Dx=[Ri,B`
         
     | 
| 
       4590 
4590 
     | 
    
         
             
                :host {
         
     | 
| 
       4591 
4591 
     | 
    
         
             
                  --mdc-listitem-column-gap: 0.75rem;
         
     | 
| 
       4592 
4592 
     | 
    
         
             
                  --mdc-option-icon-width: 1rem;
         
     | 
| 
         @@ -4610,12 +4610,12 @@ 
     | 
|
| 
       4610 
4610 
     | 
    
         
             
                :host([data-focused]) {
         
     | 
| 
       4611 
4611 
     | 
    
         
             
                  outline: none;
         
     | 
| 
       4612 
4612 
     | 
    
         
             
                  position: relative;
         
     | 
| 
       4613 
     | 
    
         
            -
                  box-shadow: ${ 
     | 
| 
      
 4613 
     | 
    
         
            +
                  box-shadow: ${Mi};
         
     | 
| 
       4614 
4614 
     | 
    
         
             
                }
         
     | 
| 
       4615 
4615 
     | 
    
         
             
                :host([data-hidden]) {
         
     | 
| 
       4616 
4616 
     | 
    
         
             
                  display: none;
         
     | 
| 
       4617 
4617 
     | 
    
         
             
                }
         
     | 
| 
       4618 
     | 
    
         
            -
              `], 
     | 
| 
      
 4618 
     | 
    
         
            +
              `],Zv=Dx;var Bo=class extends Ae(ui){constructor(){super(...arguments);this.selected=!1;this.ariaLabel=null}connectedCallback(){super.connectedCallback(),this.role=rt.OPTION,this.variant=Ya.INSET_RECTANGLE,this.setAttribute("aria-selected",`${this.selected}`),this.setAttribute("aria-disabled",`${!!this.disabled}`),this.name=void 0,this.sideHeaderText=void 0,this.sublineText=void 0}update(t){super.update(t),t.has("selected")&&(this.setAttribute("aria-selected",`${this.selected}`),this.dispatchModifiedEvent(this.selected?"selected":"unselected"))}renderIcon(t,r){return _` <mdc-icon length-unit="rem" slot="${t}" name="${r}"></mdc-icon> `}render(){let t=this.selected?this.renderIcon("trailing-controls",qv):j;return _`
         
     | 
| 
       4619 
4619 
     | 
    
         
             
                  <div part="leading">
         
     | 
| 
       4620 
4620 
     | 
    
         
             
                    <slot name="leading-controls">
         
     | 
| 
       4621 
4621 
     | 
    
         
             
                      ${this.prefixIcon?this.renderIcon("leading-controls",this.prefixIcon):j}
         
     | 
| 
         @@ -4626,18 +4626,18 @@ 
     | 
|
| 
       4626 
4626 
     | 
    
         
             
                    </div>
         
     | 
| 
       4627 
4627 
     | 
    
         
             
                  </div>
         
     | 
| 
       4628 
4628 
     | 
    
         
             
                  <div part="trailing">${t}</div>
         
     | 
| 
       4629 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 4629 
     | 
    
         
            +
                `}};Bo.styles=[...ui.styles,...Zv],p([u({type:Boolean,reflect:!0})],Bo.prototype,"selected",2),p([u({type:String,reflect:!0,attribute:"prefix-icon"})],Bo.prototype,"prefixIcon",2),p([u({type:String,reflect:!0,attribute:"aria-label"})],Bo.prototype,"ariaLabel",2);var Sh=Bo;Sh.register(mr);var Fx=Sh;var Ih={HIDE_BOLD:"hide-bold",SHOW_BOLD:"show-bold"},Qv=z.constructTagName("password");var Ji=class extends Ir{constructor(){super(...arguments);this.showButtonAriaLabel="";this.hideButtonAriaLabel="";this.helpTextType=Lt.VALIDATION;this.showPassword=!1}connectedCallback(){super.connectedCallback(),this.trailingButton=!0}toggleShowPassword(){this.showPassword=!this.showPassword}renderTrailingButton(t=!1){let r=t||this.value;return r?_`
         
     | 
| 
       4630 
4630 
     | 
    
         
             
                  <mdc-button
         
     | 
| 
       4631 
4631 
     | 
    
         
             
                    part="trailing-button"
         
     | 
| 
       4632 
     | 
    
         
            -
                    class="own-focus-ring ${ 
     | 
| 
       4633 
     | 
    
         
            -
                    variant=${ 
     | 
| 
       4634 
     | 
    
         
            -
                    ?disabled=${this.disabled||this.readonly||! 
     | 
| 
       4635 
     | 
    
         
            -
                    size="${ 
     | 
| 
      
 4632 
     | 
    
         
            +
                    class="own-focus-ring ${r?"":"hidden"}"
         
     | 
| 
      
 4633 
     | 
    
         
            +
                    variant=${Ft.TERTIARY}
         
     | 
| 
      
 4634 
     | 
    
         
            +
                    ?disabled=${this.disabled||this.readonly||!r}
         
     | 
| 
      
 4635 
     | 
    
         
            +
                    size="${Lt.ICON_SIZE}"
         
     | 
| 
       4636 
4636 
     | 
    
         
             
                    @click=${this.toggleShowPassword}
         
     | 
| 
       4637 
4637 
     | 
    
         
             
                    aria-label=${this.showPassword?this.hideButtonAriaLabel:this.showButtonAriaLabel}
         
     | 
| 
       4638 
     | 
    
         
            -
                    prefix-icon=${this.showPassword? 
     | 
| 
      
 4638 
     | 
    
         
            +
                    prefix-icon=${this.showPassword?Ih.HIDE_BOLD:Ih.SHOW_BOLD}
         
     | 
| 
       4639 
4639 
     | 
    
         
             
                  ></mdc-button>
         
     | 
| 
       4640 
     | 
    
         
            -
                `:j}renderInputElement(t, 
     | 
| 
      
 4640 
     | 
    
         
            +
                `:j}renderInputElement(t,r){let s=this.showPassword?Gi.TEXT:Gi.PASSWORD;return super.renderInputElement(s,r)}};Ji.styles=[...Ir.styles],p([u({type:String,attribute:"show-button-aria-label",reflect:!0})],Ji.prototype,"showButtonAriaLabel",2),p([u({type:String,attribute:"hide-button-aria-label",reflect:!0})],Ji.prototype,"hideButtonAriaLabel",2),p([u({type:String,attribute:"help-text-type"})],Ji.prototype,"helpTextType",2),p([vt()],Ji.prototype,"showPassword",2);var _h=Ji;_h.register(Qv);var $x=_h;Ve.register(Hf);$l.register(zl);var zx=Ve;var sd=z.constructTagName("progressbar"),ad={DEFAULT:"default",INLINE:"inline"},Jv={VARIANT:ad.DEFAULT,VALIDATION:$t.DEFAULT};var Vx=[bt,B`
         
     | 
| 
       4641 
4641 
     | 
    
         
             
                :host {
         
     | 
| 
       4642 
4642 
     | 
    
         
             
                  --mdc-progressbar-background-color: var(--mds-color-theme-control-indicator-inactive-normal);
         
     | 
| 
       4643 
4643 
     | 
    
         
             
                  --mdc-progressbar-progress-background-color: var(--mds-color-theme-control-active-normal);
         
     | 
| 
         @@ -4710,19 +4710,19 @@ 
     | 
|
| 
       4710 
4710 
     | 
    
         
             
                    border: var(--mdc-progressbar-border);
         
     | 
| 
       4711 
4711 
     | 
    
         
             
                  }
         
     | 
| 
       4712 
4712 
     | 
    
         
             
                }
         
     | 
| 
       4713 
     | 
    
         
            -
              `], 
     | 
| 
      
 4713 
     | 
    
         
            +
              `],tg=Vx;var Uo=class extends Ut(hr){constructor(){super(...arguments);this.variant=Jv.VARIANT;this.value="0";this.error=!1;this.renderProgressbar=()=>{var d;let t=this.getValidationVariant(),r=this.clampedValue>0&&this.clampedValue<100,s=this.error?"100":`${this.clampedValue}`;return _`
         
     | 
| 
       4714 
4714 
     | 
    
         
             
                  <div
         
     | 
| 
       4715 
     | 
    
         
            -
                    part="progress-container ${ 
     | 
| 
       4716 
     | 
    
         
            -
                    role="${ 
     | 
| 
      
 4715 
     | 
    
         
            +
                    part="progress-container ${r?"gap":""}"
         
     | 
| 
      
 4716 
     | 
    
         
            +
                    role="${rt.PROGRESSBAR}"
         
     | 
| 
       4717 
4717 
     | 
    
         
             
                    aria-valuenow="${this.clampedValue}"
         
     | 
| 
       4718 
4718 
     | 
    
         
             
                    aria-valuemin="0"
         
     | 
| 
       4719 
4719 
     | 
    
         
             
                    aria-valuemax="100"
         
     | 
| 
       4720 
4720 
     | 
    
         
             
                    aria-label="${(d=this.dataAriaLabel)!=null?d:""}"
         
     | 
| 
       4721 
4721 
     | 
    
         
             
                  >
         
     | 
| 
       4722 
     | 
    
         
            -
                    <div part="progress-bar ${t}" style="width: ${ 
     | 
| 
      
 4722 
     | 
    
         
            +
                    <div part="progress-bar ${t}" style="width: ${s}%"></div>
         
     | 
| 
       4723 
4723 
     | 
    
         
             
                    <div part="remaining"></div>
         
     | 
| 
       4724 
4724 
     | 
    
         
             
                  </div>
         
     | 
| 
       4725 
     | 
    
         
            -
                `}}connectedCallback(){super.connectedCallback(),this.id=`${sd}-${ 
     | 
| 
      
 4725 
     | 
    
         
            +
                `}}connectedCallback(){super.connectedCallback(),this.id=`${sd}-${Te()}`,this.disabled=void 0,this.toggletipText=void 0,this.toggletipPlacement=void 0}get clampedValue(){let t=Number(this.value);return Number.isNaN(t)?0:Math.max(0,Math.min(100,t))}getValidationVariant(){return this.error?this.helpTextType=$t.ERROR:this.clampedValue===100?this.helpTextType=$t.SUCCESS:this.helpTextType=$t.DEFAULT,this.helpTextType}render(){let t=this.variant===ad.INLINE;return _`
         
     | 
| 
       4726 
4726 
     | 
    
         
             
                  ${t?_`<div part="inline-label-container">${this.renderLabelElement()} ${this.renderProgressbar()}</div>`:_`
         
     | 
| 
       4727 
4727 
     | 
    
         
             
                        <div part="label-container">
         
     | 
| 
       4728 
4728 
     | 
    
         
             
                          ${this.renderLabelElement()}
         
     | 
| 
         @@ -4730,7 +4730,7 @@ 
     | 
|
| 
       4730 
4730 
     | 
    
         
             
                        </div>
         
     | 
| 
       4731 
4731 
     | 
    
         
             
                        ${this.renderProgressbar()} ${this.renderHelperText()}
         
     | 
| 
       4732 
4732 
     | 
    
         
             
                      `}
         
     | 
| 
       4733 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 4733 
     | 
    
         
            +
                `}};Uo.styles=[...hr.styles,...tg],p([u({type:String,reflect:!0})],Uo.prototype,"variant",2),p([u({type:String,reflect:!0})],Uo.prototype,"value",2),p([u({type:Boolean,attribute:"error"})],Uo.prototype,"error",2);var sn=Uo;sn.register(sd);var Bx=sn;var eg=z.constructTagName("progressspinner"),ee={RADIUS:20,CIRCUMFERENCE:2*Math.PI*20,STROKE_WIDTH:4,GAP_SIZE:7.5,ERROR_ICON_SIZE:2,SUCCESS_ICON_SIZE:3,ICON_LENGTH_UNIT:"em"},Ch={CHECK_CIRCLE_BOLD:"check-circle-bold",ERROR_LEGACY_FILLED:"error-legacy-filled"};var kh=n=>{if(n===0)return 0;let o=n/100*ee.CIRCUMFERENCE-ee.GAP_SIZE;return Math.max(o,.1*n)},rg=n=>{let o=ee.CIRCUMFERENCE-kh(n)-2*ee.GAP_SIZE;return n===0?ee.CIRCUMFERENCE:o<0?0:o},ig=n=>n===0?0:ee.GAP_SIZE*.5,og=(n,o)=>{let t=o+ee.GAP_SIZE*1.5;return n===0?0:t};var Ux=B`
         
     | 
| 
       4734 
4734 
     | 
    
         
             
              :host {
         
     | 
| 
       4735 
4735 
     | 
    
         
             
                --mdc-spinner-size: 3rem;
         
     | 
| 
       4736 
4736 
     | 
    
         
             
                --mdc-track-color: var(--mds-color-theme-control-indicator-inactive-normal);
         
     | 
| 
         @@ -4777,10 +4777,10 @@ 
     | 
|
| 
       4777 
4777 
     | 
    
         
             
                color: var(--mdc-progress-error-color);
         
     | 
| 
       4778 
4778 
     | 
    
         
             
                margin: calc(1 / 6 * var(--mdc-spinner-size));
         
     | 
| 
       4779 
4779 
     | 
    
         
             
              }
         
     | 
| 
       4780 
     | 
    
         
            -
            `, 
     | 
| 
      
 4780 
     | 
    
         
            +
            `,sg=[Ux];var nd=class extends sn{connectedCallback(){super.connectedCallback(),this.id="",this.disabled=void 0,this.helpTextType=void 0,this.helpText=void 0,this.required=void 0,this.variant=void 0,this.label=void 0}renderProgressSpinner(){var d;let o=kh(this.clampedValue),t=rg(this.clampedValue),r=ig(this.clampedValue),s=og(this.clampedValue,o);return _`
         
     | 
| 
       4781 
4781 
     | 
    
         
             
                  <div
         
     | 
| 
       4782 
4782 
     | 
    
         
             
                    part="spinner-container ${this.variant}"
         
     | 
| 
       4783 
     | 
    
         
            -
                    role="${ 
     | 
| 
      
 4783 
     | 
    
         
            +
                    role="${rt.PROGRESSBAR}"
         
     | 
| 
       4784 
4784 
     | 
    
         
             
                    aria-valuenow="${this.clampedValue}"
         
     | 
| 
       4785 
4785 
     | 
    
         
             
                    aria-valuemin="0"
         
     | 
| 
       4786 
4786 
     | 
    
         
             
                    aria-valuemax="100"
         
     | 
| 
         @@ -4794,7 +4794,7 @@ 
     | 
|
| 
       4794 
4794 
     | 
    
         
             
                        r="${ee.RADIUS}"
         
     | 
| 
       4795 
4795 
     | 
    
         
             
                        stroke-width="${t===0?0:ee.STROKE_WIDTH}"
         
     | 
| 
       4796 
4796 
     | 
    
         
             
                        stroke-dasharray="${t} ${ee.CIRCUMFERENCE}"
         
     | 
| 
       4797 
     | 
    
         
            -
                        stroke-dashoffset="-${ 
     | 
| 
      
 4797 
     | 
    
         
            +
                        stroke-dashoffset="-${s}"
         
     | 
| 
       4798 
4798 
     | 
    
         
             
                      />
         
     | 
| 
       4799 
4799 
     | 
    
         
             
                      <circle
         
     | 
| 
       4800 
4800 
     | 
    
         
             
                        part="spinner-progress"
         
     | 
| 
         @@ -4803,7 +4803,7 @@ 
     | 
|
| 
       4803 
4803 
     | 
    
         
             
                        r="${ee.RADIUS}"
         
     | 
| 
       4804 
4804 
     | 
    
         
             
                        stroke-width="${o===0?0:ee.STROKE_WIDTH}"
         
     | 
| 
       4805 
4805 
     | 
    
         
             
                        stroke-dasharray="${o} ${ee.CIRCUMFERENCE}"
         
     | 
| 
       4806 
     | 
    
         
            -
                        stroke-dashoffset="-${ 
     | 
| 
      
 4806 
     | 
    
         
            +
                        stroke-dashoffset="-${r}"
         
     | 
| 
       4807 
4807 
     | 
    
         
             
                      />
         
     | 
| 
       4808 
4808 
     | 
    
         
             
                    </svg>
         
     | 
| 
       4809 
4809 
     | 
    
         
             
                  </div>
         
     | 
| 
         @@ -4823,7 +4823,7 @@ 
     | 
|
| 
       4823 
4823 
     | 
    
         
             
                    size="${ee.SUCCESS_ICON_SIZE}"
         
     | 
| 
       4824 
4824 
     | 
    
         
             
                    length-unit="${ee.ICON_LENGTH_UNIT}"
         
     | 
| 
       4825 
4825 
     | 
    
         
             
                  ></mdc-icon>
         
     | 
| 
       4826 
     | 
    
         
            -
                `}render(){return this.error?this.renderErrorState():this.clampedValue===100?this.renderSuccessState():_` ${this.renderProgressSpinner()}`}};nd.styles=[... 
     | 
| 
      
 4826 
     | 
    
         
            +
                `}render(){return this.error?this.renderErrorState():this.clampedValue===100?this.renderSuccessState():_` ${this.renderProgressSpinner()}`}};nd.styles=[...q.styles,...sg];var wh=nd;wh.register(eg);var Hx=wh;var Gx=[bt,B`
         
     | 
| 
       4827 
4827 
     | 
    
         
             
                :host {
         
     | 
| 
       4828 
4828 
     | 
    
         
             
                  display: flex;
         
     | 
| 
       4829 
4829 
     | 
    
         
             
                  flex-direction: row;
         
     | 
| 
         @@ -4885,7 +4885,7 @@ 
     | 
|
| 
       4885 
4885 
     | 
    
         
             
                :host([soft-disabled]) {
         
     | 
| 
       4886 
4886 
     | 
    
         
             
                  pointer-events: none;
         
     | 
| 
       4887 
4887 
     | 
    
         
             
                }
         
     | 
| 
       4888 
     | 
    
         
            -
              `,... 
     | 
| 
      
 4888 
     | 
    
         
            +
              `,...At(!0)],ag=Gx;var an=class extends ye(Ae(Ut(se))){constructor(){super(...arguments);this.checked=!1;this.renderLabelAndHelperText=()=>this.label?_`<div part="text-container">${this.renderLabel()} ${this.renderHelperText()}</div>`:j}connectedCallback(){super.connectedCallback(),this.helpTextType=void 0}firstUpdated(t){this.updateTabIndex(),this.inputElement&&this.autoFocusOnMount&&(this.elementToAutoFocus=this.inputElement),super.firstUpdated(t)}getAllRadiosWithinSameGroup(){return Array.from(document.querySelectorAll(`mdc-radio[name="${this.name}"]`))}formResetCallback(){this.getAllRadiosWithinSameGroup().forEach(r=>{r.checked=!1}),this.updateComplete.then(()=>{this.setActualFormValue()}).catch(r=>{this.onerror&&this.onerror(r)})}formStateRestoreCallback(t){this.value===t&&t!==""&&(this.checked=!0)}setComponentValidity(t){t?this.internals.setValidity({}):this.required&&!this.checked&&(this.validationMessage?this.inputElement.setCustomValidity(this.validationMessage):this.inputElement.setCustomValidity(""),this.setValidity()),this.updateTabIndex()}setGroupValidity(t,r){this.updateComplete.then(()=>{t.forEach(s=>{s.setComponentValidity(r)})}).catch(s=>{this.onerror&&this.onerror(s)})}setActualFormValue(){let t="";this.checked?t=this.value?this.value:"on":t=null;let r=this.getAllRadiosWithinSameGroup();if(this.checked)this.setGroupValidity(r,!0);else{let s=r.some(b=>b.required),d=!!r.find(b=>b.checked),m=s&&!d;this.setGroupValidity(r,!m)}this.internals.setFormValue(t)}handleChange(){var s;if(this.disabled||this.readonly||this.softDisabled)return;this.getAllRadiosWithinSameGroup().forEach(d=>{var b;let m=(b=d.shadowRoot)==null?void 0:b.querySelector("input");m&&(d.checked=!1,m.checked=!1)}),this.checked=!0;let r=(s=this.shadowRoot)==null?void 0:s.querySelector("input");r&&(r.checked=!0),this.dispatchEvent(new Event("change",{bubbles:!0,composed:!0}))}updateRadio(t,r){var s,d;(d=(s=t[r].shadowRoot)==null?void 0:s.querySelector("input"))==null||d.focus(),t[r].handleChange()}handleKeyDown(t){var m;if(this.disabled)return;(this.readonly||this.softDisabled)&&t.key===Q.SPACE&&t.preventDefault();let s=this.getAllRadiosWithinSameGroup().filter(b=>!b.disabled),d=s.indexOf(this);if(["ArrowDown","ArrowRight"].includes(t.key)){let b=(d+1)%s.length;this.updateRadio(s,b)}else if(["ArrowUp","ArrowLeft"].includes(t.key)){let b=(d-1+s.length)%s.length;this.updateRadio(s,b)}else t.key===Q.SPACE&&this.updateRadio(s,d);this.updateTabIndex(),t.key===Q.ENTER&&((m=this.form)==null||m.requestSubmit())}updateTabIndex(){let t=this.getAllRadiosWithinSameGroup(),r=t.find(d=>d.checked),s=t.find(d=>!d.disabled);t.forEach(d=>{var b;let m=(b=d.shadowRoot)==null?void 0:b.querySelector("input");m&&(m.tabIndex=-1,(d===r||!r&&d===s)&&(m.tabIndex=0))})}update(t){super.update(t),t.has("checked")&&this.setActualFormValue()}render(){var t;return _`
         
     | 
| 
       4889 
4889 
     | 
    
         
             
                  <mdc-staticradio
         
     | 
| 
       4890 
4890 
     | 
    
         
             
                    class="mdc-focus-ring"
         
     | 
| 
       4891 
4891 
     | 
    
         
             
                    ?checked="${this.checked}"
         
     | 
| 
         @@ -4898,10 +4898,10 @@ 
     | 
|
| 
       4898 
4898 
     | 
    
         
             
                      id="${this.inputId}"
         
     | 
| 
       4899 
4899 
     | 
    
         
             
                      part="radio-input"
         
     | 
| 
       4900 
4900 
     | 
    
         
             
                      type="radio"
         
     | 
| 
       4901 
     | 
    
         
            -
                      role="${ 
     | 
| 
      
 4901 
     | 
    
         
            +
                      role="${rt.RADIO}"
         
     | 
| 
       4902 
4902 
     | 
    
         
             
                      ?autofocus="${this.autofocus}"
         
     | 
| 
       4903 
     | 
    
         
            -
                      name="${ 
     | 
| 
       4904 
     | 
    
         
            -
                      value="${ 
     | 
| 
      
 4903 
     | 
    
         
            +
                      name="${tt(this.name)}"
         
     | 
| 
      
 4904 
     | 
    
         
            +
                      value="${tt(this.value)}"
         
     | 
| 
       4905 
4905 
     | 
    
         
             
                      ?required="${this.required}"
         
     | 
| 
       4906 
4906 
     | 
    
         
             
                      @change=${this.handleChange}
         
     | 
| 
       4907 
4907 
     | 
    
         
             
                      @keydown=${this.handleKeyDown}
         
     | 
| 
         @@ -4909,12 +4909,12 @@ 
     | 
|
| 
       4909 
4909 
     | 
    
         
             
                      ?readonly=${this.readonly}
         
     | 
| 
       4910 
4910 
     | 
    
         
             
                      ?disabled=${this.disabled}
         
     | 
| 
       4911 
4911 
     | 
    
         
             
                      aria-checked="${this.checked}"
         
     | 
| 
       4912 
     | 
    
         
            -
                      aria-describedby="${ 
     | 
| 
      
 4912 
     | 
    
         
            +
                      aria-describedby="${tt(this.helpText?Lt.HELPER_TEXT_ID:"")}"
         
     | 
| 
       4913 
4913 
     | 
    
         
             
                      aria-label="${(t=this.dataAriaLabel)!=null?t:""}"
         
     | 
| 
       4914 
4914 
     | 
    
         
             
                    />
         
     | 
| 
       4915 
4915 
     | 
    
         
             
                  </mdc-staticradio>
         
     | 
| 
       4916 
4916 
     | 
    
         
             
                  ${this.renderLabelAndHelperText()}
         
     | 
| 
       4917 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 4917 
     | 
    
         
            +
                `}};an.styles=[...se.styles,...ag],p([u({type:Boolean,reflect:!0})],an.prototype,"checked",2);var Nh=an;var ld=z.constructTagName("radio");Nh.register(ld);var Yx=Nh;var nn=class extends jl{constructor(){super();this.name="";this.isRadio=!0}firstUpdated(){var t,r,s,d,m;(m=(d=(s=(r=Array.from(((t=this.shadowRoot)==null?void 0:t.querySelectorAll("slot"))||[]))==null?void 0:r.flatMap(b=>b.assignedElements({flatten:!0})))==null?void 0:s.filter(b=>b.tagName.toLowerCase()===ld||b.tagName.toLowerCase()===kl))==null?void 0:d.filter(b=>!b.hasAttribute("name")))==null||m.forEach(b=>{b.setAttribute("name",this.name),this.required&&b.setAttribute("required",this.required.toString())})}};nn.styles=[...jl.styles],p([u({type:String})],nn.prototype,"name",2);var Lh=nn;var ng=z.constructTagName("radiogroup");Lh.register(ng);var Wx=Lh;var jx=B`
         
     | 
| 
       4918 
4918 
     | 
    
         
             
              :host::part(filters-container) {
         
     | 
| 
       4919 
4919 
     | 
    
         
             
                display: flex;
         
     | 
| 
       4920 
4920 
     | 
    
         
             
                gap: 0.25rem;
         
     | 
| 
         @@ -4944,10 +4944,10 @@ 
     | 
|
| 
       4944 
4944 
     | 
    
         
             
                position: relative;
         
     | 
| 
       4945 
4945 
     | 
    
         
             
                scrollbar-width: none;
         
     | 
| 
       4946 
4946 
     | 
    
         
             
              }
         
     | 
| 
       4947 
     | 
    
         
            -
            `, 
     | 
| 
      
 4947 
     | 
    
         
            +
            `,lg=[jx];var dg=z.constructTagName("searchfield"),ln={TYPE:Gi.SEARCH,ICON:"search-bold",CLOSE_BTN:!0,INPUT_CHIP_TAG:ql};var Ho=class extends Ir{constructor(){super(...arguments);this.isInputFocused=!1;this.hasInputChips=!1}handleKeyDown(t){super.handleKeyDown(t),t.key===Q.ESCAPE&&this.clearInputText()}connectedCallback(){super.connectedCallback(),this.leadingIcon=ln.ICON,this.trailingButton=ln.CLOSE_BTN,this.helpText=void 0,this.helpTextType=void 0,this.required=void 0,this.validationMessage=void 0,this.prefixText=void 0}renderInputChips(){var t;this.hasInputChips=!!((t=this.inputChips)!=null&&t.length),this.inputChips&&this.inputChips.forEach(r=>{r.matches(ln.INPUT_CHIP_TAG)||r.remove()})}firstUpdated(t){this.inputElement.onfocus=()=>{this.isInputFocused=!0},this.inputElement.onblur=()=>{this.isInputFocused=!1},super.firstUpdated(t)}clearInputText(){var t;super.clearInputText(),(t=this.inputChips)==null||t.forEach(r=>{r.dispatchEvent(new CustomEvent("remove",{bubbles:!0,composed:!0}))})}render(){return _`
         
     | 
| 
       4948 
4948 
     | 
    
         
             
                  ${this.renderLabelElement()}
         
     | 
| 
       4949 
4949 
     | 
    
         
             
                  <div
         
     | 
| 
       4950 
     | 
    
         
            -
                    class="${ 
     | 
| 
      
 4950 
     | 
    
         
            +
                    class="${Zi({"mdc-focus-ring":this.isInputFocused})}"
         
     | 
| 
       4951 
4951 
     | 
    
         
             
                    part="input-container"
         
     | 
| 
       4952 
4952 
     | 
    
         
             
                  >
         
     | 
| 
       4953 
4953 
     | 
    
         
             
                    ${this.renderLeadingIcon()}
         
     | 
| 
         @@ -4955,16 +4955,16 @@ 
     | 
|
| 
       4955 
4955 
     | 
    
         
             
                      <div
         
     | 
| 
       4956 
4956 
     | 
    
         
             
                        part="filters-container"
         
     | 
| 
       4957 
4957 
     | 
    
         
             
                        @click=${()=>this.inputElement.focus()}
         
     | 
| 
       4958 
     | 
    
         
            -
                        @keydown=${t=>t.key=== 
     | 
| 
       4959 
     | 
    
         
            -
                        @keyup=${t=>t.key=== 
     | 
| 
      
 4958 
     | 
    
         
            +
                        @keydown=${t=>t.key===Q.ENTER?this.inputElement.focus():null}
         
     | 
| 
      
 4959 
     | 
    
         
            +
                        @keyup=${t=>t.key===Q.SPACE?this.inputElement.focus():null}
         
     | 
| 
       4960 
4960 
     | 
    
         
             
                      >
         
     | 
| 
       4961 
4961 
     | 
    
         
             
                        <slot name="filters" @slotchange=${this.renderInputChips}></slot>
         
     | 
| 
       4962 
4962 
     | 
    
         
             
                      </div>
         
     | 
| 
       4963 
     | 
    
         
            -
                      ${this.renderInputElement( 
     | 
| 
      
 4963 
     | 
    
         
            +
                      ${this.renderInputElement(ln.TYPE,this.hasInputChips)}
         
     | 
| 
       4964 
4964 
     | 
    
         
             
                    </div>
         
     | 
| 
       4965 
4965 
     | 
    
         
             
                    ${this.renderTrailingButton(this.hasInputChips)}
         
     | 
| 
       4966 
4966 
     | 
    
         
             
                  </div>
         
     | 
| 
       4967 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 4967 
     | 
    
         
            +
                `}};Ho.styles=[...Ir.styles,...lg],p([Pt({slot:"filters"})],Ho.prototype,"inputChips",2),p([vt()],Ho.prototype,"isInputFocused",2),p([vt()],Ho.prototype,"hasInputChips",2);var Vs=Ho;Vs.register(dg);var Kx=Vs;var qx=B`
         
     | 
| 
       4968 
4968 
     | 
    
         
             
              :host {
         
     | 
| 
       4969 
4969 
     | 
    
         
             
                --mdc-searchpopover-width: 100%;
         
     | 
| 
       4970 
4970 
     | 
    
         
             
                --mdc-searchpopover-popover-width: var(--mdc-searchpopover-width);
         
     | 
| 
         @@ -4984,12 +4984,12 @@ 
     | 
|
| 
       4984 
4984 
     | 
    
         
             
                min-width: auto;
         
     | 
| 
       4985 
4985 
     | 
    
         
             
                padding: 0.75rem 0.5rem;
         
     | 
| 
       4986 
4986 
     | 
    
         
             
              }
         
     | 
| 
       4987 
     | 
    
         
            -
            `, 
     | 
| 
       4988 
     | 
    
         
            -
                  aria-label="${( 
     | 
| 
      
 4987 
     | 
    
         
            +
            `,cg=[qx];var hg=z.constructTagName("searchpopover"),Rh={TYPE:Gi.TEXT,DISPLAY_POPOVER:!1},Mh="searchpopover-container-triggerid",dd="searchpopover-popoverid";var to=class extends Vs{constructor(){super(...arguments);this.displayPopover=Rh.DISPLAY_POPOVER;this.placement=wt.BOTTOM_START;this.popoverZIndex=It.Z_INDEX}renderInputElement(){var r,s;let t=this.hasInputChips?"":this.placeholder;return _`<input
         
     | 
| 
      
 4988 
     | 
    
         
            +
                  aria-label="${(r=this.dataAriaLabel)!=null?r:""}"
         
     | 
| 
       4989 
4989 
     | 
    
         
             
                  part="input-text"
         
     | 
| 
       4990 
4990 
     | 
    
         
             
                  id="${this.inputId}"
         
     | 
| 
       4991 
4991 
     | 
    
         
             
                  name="${this.name}"
         
     | 
| 
       4992 
     | 
    
         
            -
                  .value="${ 
     | 
| 
      
 4992 
     | 
    
         
            +
                  .value="${Fo(this.value)}"
         
     | 
| 
       4993 
4993 
     | 
    
         
             
                  ?disabled="${this.disabled}"
         
     | 
| 
       4994 
4994 
     | 
    
         
             
                  ?readonly="${this.readonly}"
         
     | 
| 
       4995 
4995 
     | 
    
         
             
                  ?required="${this.required}"
         
     | 
| 
         @@ -4997,26 +4997,26 @@ 
     | 
|
| 
       4997 
4997 
     | 
    
         
             
                  aria-expanded="${this.displayPopover?"true":"false"}"
         
     | 
| 
       4998 
4998 
     | 
    
         
             
                  aria-controls="${dd}"
         
     | 
| 
       4999 
4999 
     | 
    
         
             
                  aria-owns="${dd}"
         
     | 
| 
       5000 
     | 
    
         
            -
                  aria-haspopup="${ 
     | 
| 
       5001 
     | 
    
         
            -
                  aria-describedby="${ 
     | 
| 
      
 5000 
     | 
    
         
            +
                  aria-haspopup="${rt.DIALOG}"
         
     | 
| 
      
 5001 
     | 
    
         
            +
                  aria-describedby="${tt(this.helpText?Lt.HELPER_TEXT_ID:(s=this.dataAriaDescribedby)!=null?s:"")}"
         
     | 
| 
       5002 
5002 
     | 
    
         
             
                  aria-invalid="${this.helpTextType==="error"?"true":"false"}"
         
     | 
| 
       5003 
     | 
    
         
            -
                  placeholder=${ 
     | 
| 
       5004 
     | 
    
         
            -
                  minlength=${ 
     | 
| 
       5005 
     | 
    
         
            -
                  maxlength=${ 
     | 
| 
      
 5003 
     | 
    
         
            +
                  placeholder=${tt(t)}
         
     | 
| 
      
 5004 
     | 
    
         
            +
                  minlength=${tt(this.minlength)}
         
     | 
| 
      
 5005 
     | 
    
         
            +
                  maxlength=${tt(this.maxlength)}
         
     | 
| 
       5006 
5006 
     | 
    
         
             
                  autocapitalize=${this.autocapitalize}
         
     | 
| 
       5007 
5007 
     | 
    
         
             
                  autocomplete=${this.autocomplete}
         
     | 
| 
       5008 
     | 
    
         
            -
                  dirname=${ 
     | 
| 
       5009 
     | 
    
         
            -
                  pattern=${ 
     | 
| 
       5010 
     | 
    
         
            -
                  list=${ 
     | 
| 
       5011 
     | 
    
         
            -
                  size=${ 
     | 
| 
      
 5008 
     | 
    
         
            +
                  dirname=${tt(this.dirname)}
         
     | 
| 
      
 5009 
     | 
    
         
            +
                  pattern=${tt(this.pattern)}
         
     | 
| 
      
 5010 
     | 
    
         
            +
                  list=${tt(this.list)}
         
     | 
| 
      
 5011 
     | 
    
         
            +
                  size=${tt(this.size)}
         
     | 
| 
       5012 
5012 
     | 
    
         
             
                  @input=${this.onInput}
         
     | 
| 
       5013 
5013 
     | 
    
         
             
                  @change=${this.onChange}
         
     | 
| 
       5014 
5014 
     | 
    
         
             
                  @keydown=${this.handleKeyDown}
         
     | 
| 
       5015 
     | 
    
         
            -
                  role=${ 
     | 
| 
      
 5015 
     | 
    
         
            +
                  role=${tt(rt.COMBOBOX)}
         
     | 
| 
       5016 
5016 
     | 
    
         
             
                />`}render(){return _`
         
     | 
| 
       5017 
5017 
     | 
    
         
             
                  ${this.renderLabelElement()}
         
     | 
| 
       5018 
5018 
     | 
    
         
             
                  <div
         
     | 
| 
       5019 
     | 
    
         
            -
                    class="${ 
     | 
| 
      
 5019 
     | 
    
         
            +
                    class="${Zi({"mdc-focus-ring":this.isInputFocused})}"
         
     | 
| 
       5020 
5020 
     | 
    
         
             
                    part="input-container"
         
     | 
| 
       5021 
5021 
     | 
    
         
             
                    id="${Mh}"
         
     | 
| 
       5022 
5022 
     | 
    
         
             
                  >
         
     | 
| 
         @@ -5025,8 +5025,8 @@ 
     | 
|
| 
       5025 
5025 
     | 
    
         
             
                      <div
         
     | 
| 
       5026 
5026 
     | 
    
         
             
                        part="filters-container"
         
     | 
| 
       5027 
5027 
     | 
    
         
             
                        @click=${()=>this.inputElement.focus()}
         
     | 
| 
       5028 
     | 
    
         
            -
                        @keydown=${t=>t.key=== 
     | 
| 
       5029 
     | 
    
         
            -
                        @keyup=${t=>t.key=== 
     | 
| 
      
 5028 
     | 
    
         
            +
                        @keydown=${t=>t.key===Q.ENTER?this.inputElement.focus():null}
         
     | 
| 
      
 5029 
     | 
    
         
            +
                        @keyup=${t=>t.key===Q.SPACE?this.inputElement.focus():null}
         
     | 
| 
       5030 
5030 
     | 
    
         
             
                      >
         
     | 
| 
       5031 
5031 
     | 
    
         
             
                        <slot name="filters" @slotchange=${this.renderInputChips}></slot>
         
     | 
| 
       5032 
5032 
     | 
    
         
             
                      </div>
         
     | 
| 
         @@ -5045,14 +5045,14 @@ 
     | 
|
| 
       5045 
5045 
     | 
    
         
             
                    focus-back-to-trigger
         
     | 
| 
       5046 
5046 
     | 
    
         
             
                    size
         
     | 
| 
       5047 
5047 
     | 
    
         
             
                    placement="${this.placement}"
         
     | 
| 
       5048 
     | 
    
         
            -
                    aria-label="${ 
     | 
| 
      
 5048 
     | 
    
         
            +
                    aria-label="${tt(this.popoverAriaLabel)}"
         
     | 
| 
       5049 
5049 
     | 
    
         
             
                    disable-aria-expanded
         
     | 
| 
       5050 
     | 
    
         
            -
                    z-index="${ 
     | 
| 
      
 5050 
     | 
    
         
            +
                    z-index="${tt(this.popoverZIndex)}"
         
     | 
| 
       5051 
5051 
     | 
    
         
             
                    exportparts="popover-content"
         
     | 
| 
       5052 
5052 
     | 
    
         
             
                  >
         
     | 
| 
       5053 
5053 
     | 
    
         
             
                    <slot></slot>
         
     | 
| 
       5054 
5054 
     | 
    
         
             
                  </mdc-popover>
         
     | 
| 
       5055 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 5055 
     | 
    
         
            +
                `}};to.styles=[...Vs.styles,...cg],p([u({type:Boolean,reflect:!0,attribute:"display-popover"})],to.prototype,"displayPopover",2),p([u({type:String,reflect:!0})],to.prototype,"placement",2),p([u({type:Number,reflect:!0,attribute:"popover-z-index"})],to.prototype,"popoverZIndex",2),p([u({type:String,reflect:!0,attribute:"popover-aria-label"})],to.prototype,"popoverAriaLabel",2);var Oh=to;Oh.register(hg);var Xx=Oh;var pg=z.constructTagName("select"),Ph={ARROW_UP:"arrow-up-bold",ARROW_DOWN:"arrow-down-bold"},cd="select-base-triggerid",mg="select-listbox";var Zx=B`
         
     | 
| 
       5056 
5056 
     | 
    
         
             
              :host {
         
     | 
| 
       5057 
5057 
     | 
    
         
             
                --mdc-select-background-color: var(--mds-color-theme-background-primary-ghost);
         
     | 
| 
       5058 
5058 
     | 
    
         
             
                --mdc-select-text-color: var(--mds-color-theme-text-secondary-normal);
         
     | 
| 
         @@ -5158,7 +5158,7 @@ 
     | 
|
| 
       5158 
5158 
     | 
    
         
             
              :host([soft-disabled])::part(base-text) {
         
     | 
| 
       5159 
5159 
     | 
    
         
             
                --mdc-select-text-color: var(--mds-color-theme-text-primary-disabled);
         
     | 
| 
       5160 
5160 
     | 
    
         
             
              }
         
     | 
| 
       5161 
     | 
    
         
            -
            `, 
     | 
| 
      
 5161 
     | 
    
         
            +
            `,ug=[Zx,...At(!0)];var Ze=class extends Ms(Yi(ye(Ae(Ut(se))))){constructor(){super();this.placement=wt.BOTTOM_START;this.boundary=It.BOUNDARY;this.strategy=It.STRATEGY;this.popoverZIndex=It.Z_INDEX;this.displayPopover=!1;this.initialSelectedOption=null;this.itemsStore=new Ur(this,{isValidItem:this.isValidItem,onStoreUpdate:this.onStoreUpdate});this.addEventListener(Ht.MODIFIED,this.handleModifiedEvent)}connectedCallback(){super.connectedCallback(),this.loop="false",this.initialFocus=0}get navItems(){return this.itemsStore.items}attributeChangedCallback(t,r,s){var d;if(super.attributeChangedCallback(t,r,s),t==="value"&&s!==""&&s!==r&&s!==((d=this.selectedOption)==null?void 0:d.value)&&this.navItems.length){let m=this.getFirstSelectedOption(),b=this.getFirstOption(),x=this.navItems.find(U=>U.value===s),L=null;if(x)L=x;else if(this.placeholder)L=null;else if(b)L=b;else if(m)L=m;else return;this.updateComplete.then(()=>{this.setSelectedOption(L)}).catch(U=>{this.onerror&&this.onerror(U)})}}onStoreUpdate(t,r,s){switch(r){case"added":t.setAttribute("tabindex","-1");break;case"removed":{if(s===-1||t.tabIndex!==0)return;let d=s+1;if(d>=this.navItems.length&&(d=s-1),d===-1){this.displayPopover=!1,this.handleNativeInputFocus();return}this.resetTabIndexes(d);break}default:break}}isValidItem(t){return t.matches(`${mr}:not([disabled])`)}getFirstSelectedOption(){return this.navItems.find(t=>t.hasAttribute("selected"))}getFirstOption(){return this.navItems[0]}handleModifiedEvent(t){let r=t.target,s=this.getFirstSelectedOption();switch(t.detail.change){case"selected":{s?this.setSelectedOption(s):this.setSelectedOption(r);break}case"unselected":{s?this.setSelectedOption(s):this.setSelectedOption(this.placeholder?null:this.getFirstOption());break}case"enabled":{this.itemsStore.add(r);break}case"disabled":{this.itemsStore.delete(r);break}default:break}}async firstUpdated(t){await this.updateComplete;let r=this.getFirstSelectedOption();if(r)this.initialSelectedOption=r,this.setSelectedOption(r);else if(this.placeholder)this.placeholder&&this.setInputValidity();else{let s=this.getFirstOption();this.setSelectedOption(s),this.fireEvents()}this.inputElement&&this.autoFocusOnMount&&(this.elementToAutoFocus=this.inputElement),super.firstUpdated(t)}updated(t){super.updated(t),(t.has("disabled")||t.has("softDisabled")||t.has("readonly"))&&(this.disabled||this.softDisabled||this.readonly)&&(this.displayPopover=!1)}handleOptionsClick(t){let r=t.target;r&&r.tagName===mr.toUpperCase()&&!r.hasAttribute("disabled")&&!r.hasAttribute("soft-disabled")&&(this.setSelectedOption(r),this.displayPopover=!1,this.fireEvents())}setSelectedOption(t){var r,s,d;t!==this.selectedOption&&(this.updateSelectedInChildOptions(t),this.resetTabIndexes(this.navItems.indexOf(t)),this.selectedOption=t,this.value=(s=(r=this.selectedOption)==null?void 0:r.value)!=null?s:"",this.internals.setFormValue(this.value),(d=this.inputElement)==null||d.setAttribute("value",this.value),this.setInputValidity())}updateSelectedInChildOptions(t){t==null||t.setAttribute("selected","true"),this.navItems.forEach(r=>{r!==t&&r.removeAttribute("selected")})}fireEvents(){this.dispatchInput(this.selectedOption),this.dispatchChange(this.selectedOption)}setInputValidity(){var t,r;!this.selectedOption&&this.required&&this.validationMessage?(t=this.inputElement)==null||t.setCustomValidity(this.validationMessage):(r=this.inputElement)==null||r.setCustomValidity(""),this.setValidity()}formResetCallback(){var r;let t=this.initialSelectedOption||null;((r=this.selectedOption)==null?void 0:r.value)!==(t==null?void 0:t.value)&&(this.setSelectedOption(t),this.fireEvents())}formStateRestoreCallback(t){var s;let r=this.navItems.find(d=>d.value===t||d.label===t);((s=this.selectedOption)==null?void 0:s.value)!==(r==null?void 0:r.value)&&(this.setSelectedOption(r||null),this.fireEvents())}dispatchChange(t){this.dispatchEvent(new CustomEvent("change",{detail:{value:t==null?void 0:t.value,label:t==null?void 0:t.label},composed:!0,bubbles:!0}))}dispatchInput(t){this.dispatchEvent(new CustomEvent("input",{detail:{value:t==null?void 0:t.value,label:t==null?void 0:t.label},composed:!0,bubbles:!0}))}handleClickCombobox(t){this.disabled||this.softDisabled||this.readonly||(this.displayPopover=!this.displayPopover,t.stopPropagation())}handleKeydownCombobox(t){if(!(this.disabled||this.softDisabled||this.readonly))switch(t.key){case Q.ARROW_DOWN:case Q.ARROW_UP:this.displayPopover=!0,t.preventDefault(),t.stopPropagation();break;case Q.ENTER:case Q.SPACE:this.displayPopover=!0,t.preventDefault(),t.stopPropagation();break;case Q.HOME:{this.displayPopover=!0,this.resetTabIndexAndSetFocus(0),t.preventDefault();break}case Q.END:{this.displayPopover=!0,this.resetTabIndexAndSetFocus(this.navItems.length-1),t.preventDefault();break}default:break}}handleNativeInputFocus(){this.visualCombobox.focus()}render(){var t,r,s,d,m,b;return _`
         
     | 
| 
       5162 
5162 
     | 
    
         
             
                  ${this.renderLabel()}
         
     | 
| 
       5163 
5163 
     | 
    
         
             
                  <div part="container">
         
     | 
| 
       5164 
5164 
     | 
    
         
             
                    <div
         
     | 
| 
         @@ -5168,21 +5168,21 @@ 
     | 
|
| 
       5168 
5168 
     | 
    
         
             
                      @keydown="${this.handleKeydownCombobox}"
         
     | 
| 
       5169 
5169 
     | 
    
         
             
                      tabindex="${this.disabled?"-1":"0"}"
         
     | 
| 
       5170 
5170 
     | 
    
         
             
                      class="${this.disabled?"":"mdc-focus-ring"}"
         
     | 
| 
       5171 
     | 
    
         
            -
                      role="${ 
     | 
| 
       5172 
     | 
    
         
            -
                      aria-controls="${ 
     | 
| 
      
 5171 
     | 
    
         
            +
                      role="${rt.COMBOBOX}"
         
     | 
| 
      
 5172 
     | 
    
         
            +
                      aria-controls="${mg}"
         
     | 
| 
       5173 
5173 
     | 
    
         
             
                      aria-label="${(t=this.dataAriaLabel)!=null?t:""}"
         
     | 
| 
       5174 
     | 
    
         
            -
                      aria-labelledby="${this.label? 
     | 
| 
      
 5174 
     | 
    
         
            +
                      aria-labelledby="${this.label?Lt.HEADING_ID:""}"
         
     | 
| 
       5175 
5175 
     | 
    
         
             
                      aria-expanded="${this.displayPopover?"true":"false"}"
         
     | 
| 
       5176 
     | 
    
         
            -
                      aria-haspopup="${ 
     | 
| 
      
 5176 
     | 
    
         
            +
                      aria-haspopup="${rt.LISTBOX}"
         
     | 
| 
       5177 
5177 
     | 
    
         
             
                      aria-required="${this.required?"true":"false"}"
         
     | 
| 
       5178 
     | 
    
         
            -
                      aria-invalid="${this.helpTextType 
     | 
| 
       5179 
     | 
    
         
            -
                      aria-disabled="${ 
     | 
| 
       5180 
     | 
    
         
            -
                      aria-readonly="${ 
     | 
| 
      
 5178 
     | 
    
         
            +
                      aria-invalid="${this.helpTextType===$t.ERROR?"true":"false"}"
         
     | 
| 
      
 5179 
     | 
    
         
            +
                      aria-disabled="${tt(this.disabled||this.softDisabled)}"
         
     | 
| 
      
 5180 
     | 
    
         
            +
                      aria-readonly="${tt(this.readonly)}"
         
     | 
| 
       5181 
5181 
     | 
    
         
             
                    >
         
     | 
| 
       5182 
     | 
    
         
            -
                      ${( 
     | 
| 
      
 5182 
     | 
    
         
            +
                      ${(r=this.selectedOption)!=null&&r.prefixIcon?_`<mdc-icon
         
     | 
| 
       5183 
5183 
     | 
    
         
             
                            length-unit="rem"
         
     | 
| 
       5184 
5184 
     | 
    
         
             
                            size="1"
         
     | 
| 
       5185 
     | 
    
         
            -
                            name="${( 
     | 
| 
      
 5185 
     | 
    
         
            +
                            name="${(s=this.selectedOption)==null?void 0:s.prefixIcon}"
         
     | 
| 
       5186 
5186 
     | 
    
         
             
                            part="selected-icon"
         
     | 
| 
       5187 
5187 
     | 
    
         
             
                          ></mdc-icon>`:j}
         
     | 
| 
       5188 
5188 
     | 
    
         
             
                      <mdc-text
         
     | 
| 
         @@ -5212,7 +5212,7 @@ 
     | 
|
| 
       5212 
5212 
     | 
    
         
             
                      aria-hidden="true"
         
     | 
| 
       5213 
5213 
     | 
    
         
             
                      @focus=${this.handleNativeInputFocus}
         
     | 
| 
       5214 
5214 
     | 
    
         
             
                      @invalid=${this.setInputValidity}
         
     | 
| 
       5215 
     | 
    
         
            -
                      aria-disabled="${ 
     | 
| 
      
 5215 
     | 
    
         
            +
                      aria-disabled="${tt(this.disabled||this.softDisabled)}"
         
     | 
| 
       5216 
5216 
     | 
    
         
             
                    />
         
     | 
| 
       5217 
5217 
     | 
    
         
             
                    <mdc-popover
         
     | 
| 
       5218 
5218 
     | 
    
         
             
                      trigger="manual"
         
     | 
| 
         @@ -5221,25 +5221,25 @@ 
     | 
|
| 
       5221 
5221 
     | 
    
         
             
                      ?visible="${this.displayPopover}"
         
     | 
| 
       5222 
5222 
     | 
    
         
             
                      role=""
         
     | 
| 
       5223 
5223 
     | 
    
         
             
                      backdrop
         
     | 
| 
       5224 
     | 
    
         
            -
                      backdrop-append-to="${ 
     | 
| 
      
 5224 
     | 
    
         
            +
                      backdrop-append-to="${tt(this.backdropAppendTo)}"
         
     | 
| 
       5225 
5225 
     | 
    
         
             
                      hide-on-outside-click
         
     | 
| 
       5226 
5226 
     | 
    
         
             
                      hide-on-escape
         
     | 
| 
       5227 
5227 
     | 
    
         
             
                      focus-back-to-trigger
         
     | 
| 
       5228 
5228 
     | 
    
         
             
                      focus-trap
         
     | 
| 
       5229 
5229 
     | 
    
         
             
                      size
         
     | 
| 
       5230 
     | 
    
         
            -
                      boundary="${ 
     | 
| 
       5231 
     | 
    
         
            -
                      strategy="${ 
     | 
| 
      
 5230 
     | 
    
         
            +
                      boundary="${tt(this.boundary)}"
         
     | 
| 
      
 5231 
     | 
    
         
            +
                      strategy="${tt(this.strategy)}"
         
     | 
| 
       5232 
5232 
     | 
    
         
             
                      placement="${this.placement}"
         
     | 
| 
       5233 
5233 
     | 
    
         
             
                      @closebyescape="${()=>{this.displayPopover=!1}}"
         
     | 
| 
       5234 
5234 
     | 
    
         
             
                      @closebyoutsideclick="${()=>{this.displayPopover=!1}}"
         
     | 
| 
       5235 
     | 
    
         
            -
                      z-index="${ 
     | 
| 
      
 5235 
     | 
    
         
            +
                      z-index="${tt(this.popoverZIndex)}"
         
     | 
| 
       5236 
5236 
     | 
    
         
             
                      exportparts="popover-content"
         
     | 
| 
       5237 
5237 
     | 
    
         
             
                    >
         
     | 
| 
       5238 
5238 
     | 
    
         
             
                      <slot @click="${this.handleOptionsClick}"></slot>
         
     | 
| 
       5239 
5239 
     | 
    
         
             
                    </mdc-popover>
         
     | 
| 
       5240 
5240 
     | 
    
         
             
                  </div>
         
     | 
| 
       5241 
5241 
     | 
    
         
             
                  ${this.renderHelperText()}
         
     | 
| 
       5242 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 5242 
     | 
    
         
            +
                `}};Ze.styles=[...se.styles,...ug],p([u({type:String})],Ze.prototype,"placeholder",2),p([u({type:String,reflect:!0})],Ze.prototype,"placement",2),p([u({type:String,reflect:!0,attribute:"boundary"})],Ze.prototype,"boundary",2),p([u({type:String,reflect:!0,attribute:"strategy"})],Ze.prototype,"strategy",2),p([u({type:Number,reflect:!0,attribute:"popover-z-index"})],Ze.prototype,"popoverZIndex",2),p([u({type:String,reflect:!0,attribute:"backdrop-append-to"})],Ze.prototype,"backdropAppendTo",2),p([be(`[id="${cd}"]`)],Ze.prototype,"visualCombobox",2),p([vt()],Ze.prototype,"selectedOption",2),p([vt()],Ze.prototype,"displayPopover",2);var Dh=Ze;Dh.register(pg);var Qx=Dh;var Fh=class extends q{connectedCallback(){super.connectedCallback(),this.role=rt.LISTBOX}createRenderRoot(){return this}},$h=Fh;var hd=z.constructTagName("selectlistbox");$h.register(hd);var Jx=$h;Vo.register(ji);var tA=Vo;var fg=z.constructTagName("skeleton"),vg={BUTTON:"button",CIRCULAR:"circular",RECTANGULAR:"rectangular",ROUNDED:"rounded"},gg={VARIANT:vg.RECTANGULAR};var eA=B`
         
     | 
| 
       5243 
5243 
     | 
    
         
             
              :host {
         
     | 
| 
       5244 
5244 
     | 
    
         
             
                --mdc-skeleton-background-color: var(--mds-color-theme-background-skeleton-normal);
         
     | 
| 
       5245 
5245 
     | 
    
         
             
                --mdc-skeleton-height: 100%;
         
     | 
| 
         @@ -5276,7 +5276,7 @@ 
     | 
|
| 
       5276 
5276 
     | 
    
         
             
              ::slotted(*) {
         
     | 
| 
       5277 
5277 
     | 
    
         
             
                visibility: hidden;
         
     | 
| 
       5278 
5278 
     | 
    
         
             
              }
         
     | 
| 
       5279 
     | 
    
         
            -
            `, 
     | 
| 
      
 5279 
     | 
    
         
            +
            `,bg=eA;var dn=class extends q{constructor(){super(...arguments);this.variant=gg.VARIANT}connectedCallback(){super.connectedCallback(),this.setAttribute("aria-hidden","true")}firstUpdated(t){super.firstUpdated(t),this.checkSlotContent()}checkSlotContent(){var r;let t=(r=this.shadowRoot)==null?void 0:r.querySelector("slot");t&&(t.assignedNodes().length>0?this.setAttribute("has-content",""):this.removeAttribute("has-content"))}render(){return _`<slot @slotchange=${this.checkSlotContent}></slot>`}};dn.styles=[...q.styles,bg],p([u({type:String,reflect:!0})],dn.prototype,"variant",2);var zh=dn;zh.register(fg);var rA=zh;var iA=[bt,B`
         
     | 
| 
       5280 
5280 
     | 
    
         
             
                :host {
         
     | 
| 
       5281 
5281 
     | 
    
         
             
                  --mdc-spinner-default-color: var(--mds-color-theme-control-active-normal);
         
     | 
| 
       5282 
5282 
     | 
    
         
             
                  --mdc-spinner-inverted-color: var(--mds-color-theme-inverted-control-active-normal);
         
     | 
| 
         @@ -5340,11 +5340,11 @@ 
     | 
|
| 
       5340 
5340 
     | 
    
         
             
                    stroke-dashoffset: -292;
         
     | 
| 
       5341 
5341 
     | 
    
         
             
                  }
         
     | 
| 
       5342 
5342 
     | 
    
         
             
                }
         
     | 
| 
       5343 
     | 
    
         
            -
              `], 
     | 
| 
      
 5343 
     | 
    
         
            +
              `],yg=iA;var Eg=z.constructTagName("spinner"),oA={LARGE:"large",MIDSIZE:"midsize",SMALL:"small"},sA={STANDALONE:"standalone",BUTTON:"button"},pd={VARIANT:sA.STANDALONE,SIZE:oA.MIDSIZE,INVERTED:!1};var eo=class extends q{constructor(){super(...arguments);this.inverted=pd.INVERTED;this.size=pd.SIZE;this.ariaLabel=null;this.variant=pd.VARIANT}updated(t){super.updated(t),t.has("ariaLabel")&&(this.role=this.ariaLabel?rt.IMG:null,this.ariaHidden=this.ariaLabel?"false":"true")}render(){return _`
         
     | 
| 
       5344 
5344 
     | 
    
         
             
                  <svg part="container" viewBox="0 0 100 100">
         
     | 
| 
       5345 
5345 
     | 
    
         
             
                    <circle part="circle" cx="50" cy="50" r="46"></circle>
         
     | 
| 
       5346 
5346 
     | 
    
         
             
                  </svg>
         
     | 
| 
       5347 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 5347 
     | 
    
         
            +
                `}};eo.styles=[...q.styles,...yg],p([u({type:Boolean,reflect:!0})],eo.prototype,"inverted",2),p([u({type:String,reflect:!0})],eo.prototype,"size",2),p([u({type:String,attribute:"aria-label"})],eo.prototype,"ariaLabel",2),p([u({type:String,reflect:!0})],eo.prototype,"variant",2);var Vh=eo;Vh.register(Eg);var aA=Vh;za.register(Jf);var nA=za;var lA={COMPLETE:"complete",INCOMPLETE:"incomplete"},Bh={VERTICAL:"vertical",HORIZONTAL:"horizontal"},Uh={STATUS:lA.INCOMPLETE,ORIENTATION:Bh.HORIZONTAL},Tg=z.constructTagName("stepperconnector");var xg=z.constructTagName("stepperitem"),Hh={INLINE:"inline",STACKED:"stacked"},gi={COMPLETED:"completed",CURRENT:"current",ERROR_CURRENT:"error-current",ERROR_INCOMPLETE:"error-incomplete",NOT_STARTED:"not-started"},md={COMPLETED:"check-bold",ERROR:"error-legacy-badge-filled",PENCIL:"edit-bold"},Gh={VARIANT:Hh.INLINE,STATUS:gi.NOT_STARTED};var ud=z.constructTagName("stepper"),cn={ORIENTATION:Bh.HORIZONTAL,VARIANT:Hh.INLINE};var fd=class{constructor(o,t){this.orientation=o,this.variant=t}};fd.context=ud;var vd=fd;var dA=B`
         
     | 
| 
       5348 
5348 
     | 
    
         
             
              :host {
         
     | 
| 
       5349 
5349 
     | 
    
         
             
                gap: 0.5rem;
         
     | 
| 
       5350 
5350 
     | 
    
         
             
              }
         
     | 
| 
         @@ -5381,7 +5381,7 @@ 
     | 
|
| 
       5381 
5381 
     | 
    
         
             
                padding-top: 0.9375rem;
         
     | 
| 
       5382 
5382 
     | 
    
         
             
                margin: 0 -3rem;
         
     | 
| 
       5383 
5383 
     | 
    
         
             
              }
         
     | 
| 
       5384 
     | 
    
         
            -
            `, 
     | 
| 
      
 5384 
     | 
    
         
            +
            `,Ag=[bt,dA];var Bs=class extends De{constructor(){super({context:vd.context,initialValue:new vd(cn.ORIENTATION,cn.VARIANT)});this.orientation=cn.ORIENTATION;this.variant=cn.VARIANT}connectedCallback(){super.connectedCallback(),this.role=rt.LIST}static get Context(){return vd.context}updated(t){(t.has("orientation")||t.has("variant"))&&this.updateContext()}updateContext(){(this.context.value.variant!==this.variant||this.context.value.orientation!==this.orientation)&&(this.context.value.variant=this.variant,this.context.value.orientation=this.orientation,this.context.updateObservers())}render(){return _` <slot></slot> `}};Bs.styles=[...q.styles,...Ag],p([u({type:String,reflect:!0})],Bs.prototype,"orientation",2),p([u({type:String,reflect:!0})],Bs.prototype,"variant",2);var Go=Bs;Go.register(ud);var cA=Go;var hA=B`
         
     | 
| 
       5385 
5385 
     | 
    
         
             
              :host {
         
     | 
| 
       5386 
5386 
     | 
    
         
             
                --mdc-stepperconnector-complete-background: var(--mds-color-theme-outline-theme-normal);
         
     | 
| 
       5387 
5387 
     | 
    
         
             
                --mdc-stepperconnector-incomplete-background: var(--mds-color-theme-outline-primary-normal);
         
     | 
| 
         @@ -5416,7 +5416,7 @@ 
     | 
|
| 
       5416 
5416 
     | 
    
         
             
                  border-left: 1px solid var(--mdc-stepperconnector-complete-background);
         
     | 
| 
       5417 
5417 
     | 
    
         
             
                }
         
     | 
| 
       5418 
5418 
     | 
    
         
             
              }
         
     | 
| 
       5419 
     | 
    
         
            -
            `, 
     | 
| 
      
 5419 
     | 
    
         
            +
            `,Sg=[hA];var Us=class extends q{constructor(){super(...arguments);this.status=Uh.STATUS;this.orientation=Uh.ORIENTATION;this.stepperContext=Fe.consume({host:this,context:Go.Context})}updated(t){var s;super.updated(t);let r=(s=this.stepperContext)==null?void 0:s.value;!r||!r.orientation||(this.orientation=r.orientation)}render(){return _` <div part="connector"></div> `}};Us.styles=[...q.styles,...Sg],p([u({type:String,reflect:!0})],Us.prototype,"status",2),p([u({type:String,reflect:!0})],Us.prototype,"orientation",2);var Yh=Us;Yh.register(Tg);var pA=Yh;var mA=B`
         
     | 
| 
       5420 
5420 
     | 
    
         
             
              :host {
         
     | 
| 
       5421 
5421 
     | 
    
         
             
                gap: 0.5rem;
         
     | 
| 
       5422 
5422 
     | 
    
         
             
                border-radius: 0.25rem;
         
     | 
| 
         @@ -5573,14 +5573,14 @@ 
     | 
|
| 
       5573 
5573 
     | 
    
         
             
              :host([status='error-incomplete']:active) {
         
     | 
| 
       5574 
5574 
     | 
    
         
             
                --mdc-stepperitem-help-text-color: var(--mds-color-theme-text-error-active);
         
     | 
| 
       5575 
5575 
     | 
    
         
             
              }
         
     | 
| 
       5576 
     | 
    
         
            -
            `, 
     | 
| 
      
 5576 
     | 
    
         
            +
            `,Ig=[bt,mA,...At()];var bi=class extends Mr(q){constructor(){super();this.variant=Gh.VARIANT;this.status=Gh.STATUS;this.label="";this.stepperContext=Fe.consume({host:this,context:Go.Context});this.addEventListener("keydown",this.handleKeyDown.bind(this)),this.addEventListener("keyup",this.handleKeyUp.bind(this))}updated(t){var s;super.updated(t);let r=(s=this.stepperContext)==null?void 0:s.value;!r||!r.variant||(this.variant=r.variant)}connectedCallback(){super.connectedCallback(),this.role=rt.LISTITEM}handleKeyDown(t){[Q.ENTER,Q.SPACE].includes(t.key)&&(this.classList.add("pressed"),t.key===Q.ENTER&&this.triggerClickEvent(),t.preventDefault())}triggerClickEvent(){let t=new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window});this.dispatchEvent(t)}handleKeyUp(t){[Q.ENTER,Q.SPACE].includes(t.key)&&(this.classList.remove("pressed"),t.key===Q.SPACE&&this.triggerClickEvent())}renderStatusIcon(){return this.status===gi.COMPLETED?_`<mdc-icon part="status-icon" name=${md.COMPLETED} length-unit="rem" size="1"></mdc-icon>`:this.status===gi.ERROR_CURRENT||this.status===gi.CURRENT?_`<mdc-icon part="status-icon" name=${md.PENCIL} length-unit="rem" size="1"></mdc-icon>`:this.stepNumber&&(this.status===gi.NOT_STARTED||this.status===gi.ERROR_INCOMPLETE)?_`<mdc-text part="step-number" tagname=${mt.SPAN} type=${st.BODY_MIDSIZE_REGULAR}
         
     | 
| 
       5577 
5577 
     | 
    
         
             
                    >${this.stepNumber}</mdc-text
         
     | 
| 
       5578 
5578 
     | 
    
         
             
                  >`:j}renderHelpText(){if(!this.helpText)return j;let t=_`<mdc-text
         
     | 
| 
       5579 
5579 
     | 
    
         
             
                  part="help-text"
         
     | 
| 
       5580 
5580 
     | 
    
         
             
                  tagname=${mt.SPAN}
         
     | 
| 
       5581 
5581 
     | 
    
         
             
                  type=${st.BODY_MIDSIZE_REGULAR}
         
     | 
| 
       5582 
5582 
     | 
    
         
             
                  >${this.helpText}</mdc-text
         
     | 
| 
       5583 
     | 
    
         
            -
                >`;return this.status=== 
     | 
| 
      
 5583 
     | 
    
         
            +
                >`;return this.status===gi.ERROR_INCOMPLETE||this.status===gi.ERROR_CURRENT?_`<div part="help-text-container">
         
     | 
| 
       5584 
5584 
     | 
    
         
             
                    <mdc-icon part="help-icon" name=${md.ERROR} length-unit="rem" size="1"></mdc-icon>
         
     | 
| 
       5585 
5585 
     | 
    
         
             
                    ${t}
         
     | 
| 
       5586 
5586 
     | 
    
         
             
                  </div>`:t}render(){return _` <div part="status-container">${this.renderStatusIcon()}</div>
         
     | 
| 
         @@ -5589,7 +5589,7 @@ 
     | 
|
| 
       5589 
5589 
     | 
    
         
             
                          >${this.label}</mdc-text
         
     | 
| 
       5590 
5590 
     | 
    
         
             
                        >`:j}
         
     | 
| 
       5591 
5591 
     | 
    
         
             
                    ${this.renderHelpText()}
         
     | 
| 
       5592 
     | 
    
         
            -
                  </div>`}}; 
     | 
| 
      
 5592 
     | 
    
         
            +
                  </div>`}};bi.styles=[...q.styles,...Ig],p([u({type:String,reflect:!0})],bi.prototype,"variant",2),p([u({type:String,reflect:!0})],bi.prototype,"status",2),p([u({type:String,reflect:!0})],bi.prototype,"label",2),p([u({type:String,reflect:!0,attribute:"help-text"})],bi.prototype,"helpText",2),p([u({type:Number,reflect:!0,attribute:"step-number"})],bi.prototype,"stepNumber",2);var Wh=bi;Wh.register(xg);var uA=Wh;var _g=z.constructTagName("tab"),jh={GLASS:"glass",LINE:"line",PILL:"pill"},gd={VARIANT:jh.PILL,ACTIVE:!1};var fA=[bt,B`
         
     | 
| 
       5593 
5593 
     | 
    
         
             
                :host {
         
     | 
| 
       5594 
5594 
     | 
    
         
             
                  --mdc-tab-content-gap: 0.5rem;
         
     | 
| 
       5595 
5595 
     | 
    
         
             
                  --mdc-tab-height: 2rem;
         
     | 
| 
         @@ -5839,7 +5839,7 @@ 
     | 
|
| 
       5839 
5839 
     | 
    
         
             
                  background-color: var(--mdc-tab-pill-active-background-color-disabled);
         
     | 
| 
       5840 
5840 
     | 
    
         
             
                  color: var(--mdc-tab-pill-active-color-disabled);
         
     | 
| 
       5841 
5841 
     | 
    
         
             
                }
         
     | 
| 
       5842 
     | 
    
         
            -
              `,... 
     | 
| 
      
 5842 
     | 
    
         
            +
              `,...At()],Cg=fA;var ro=class extends qt(ie){constructor(){super(...arguments);this.active=gd.ACTIVE;this.variant=gd.VARIANT;this.handleTabActiveChange=t=>{let r=new CustomEvent("activechange",{detail:{tabId:this.tabId,active:t},bubbles:!0});this.dispatchEvent(r)}}connectedCallback(){super.connectedCallback(),this.role=rt.TAB,this.size=void 0,this.type=void 0,this.ariaStateKey="aria-selected",!this.tabId&&this.onerror&&this.onerror("tab id is required")}modifyIconName(t){this.iconName&&(t?(this.prevIconName=this.iconName,this.iconName=`${bo(this.iconName)}-filled`):this.prevIconName&&(this.iconName=this.prevIconName))}setVariant(t){this.setAttribute("variant",Object.values(jh).includes(t)?t:gd.VARIANT)}setActive(t,r){super.setActive(t,r),this.modifyIconName(r)}executeAction(){this.handleTabActiveChange(this.active)}update(t){super.update(t),t.has("variant")&&this.setVariant(this.variant)}render(){return _`
         
     | 
| 
       5843 
5843 
     | 
    
         
             
                  <div part="container">
         
     | 
| 
       5844 
5844 
     | 
    
         
             
                    <slot name="prefix">
         
     | 
| 
       5845 
5845 
     | 
    
         
             
                      ${this.iconName?_` <mdc-icon name="${this.iconName}" size="1" length-unit="rem" part="icon"></mdc-icon>`:j}
         
     | 
| 
         @@ -5855,7 +5855,7 @@ 
     | 
|
| 
       5855 
5855 
     | 
    
         
             
                    <slot name="chip"></slot>
         
     | 
| 
       5856 
5856 
     | 
    
         
             
                  </div>
         
     | 
| 
       5857 
5857 
     | 
    
         
             
                  <div part="indicator"></div>
         
     | 
| 
       5858 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 5858 
     | 
    
         
            +
                `}};ro.styles=[...ie.styles,...Cg],p([u({type:Boolean,reflect:!0})],ro.prototype,"active",2),p([u({type:String,reflect:!0})],ro.prototype,"text",2),p([u({type:String,reflect:!0})],ro.prototype,"variant",2),p([u({type:String,reflect:!0,attribute:"tab-id"})],ro.prototype,"tabId",2);var ur=ro;ur.register(_g);var vA=ur;var gA=[Ri,B`
         
     | 
| 
       5859 
5859 
     | 
    
         
             
                :host {
         
     | 
| 
       5860 
5860 
     | 
    
         
             
                  --mdc-tablist-focus-ring-outer-width: var(--mdc-focus-ring-outer-width);
         
     | 
| 
       5861 
5861 
     | 
    
         
             
                  --mdc-tablist-gap: 0.5rem;
         
     | 
| 
         @@ -5885,16 +5885,16 @@ 
     | 
|
| 
       5885 
5885 
     | 
    
         
             
                :host mdc-button[prefix-icon='arrow-right-regular'] {
         
     | 
| 
       5886 
5886 
     | 
    
         
             
                  margin-left: var(--mdc-tablist-arrow-button-margin);
         
     | 
| 
       5887 
5887 
     | 
    
         
             
                }
         
     | 
| 
       5888 
     | 
    
         
            -
              `], 
     | 
| 
      
 5888 
     | 
    
         
            +
              `],kg=[...gA];var wg=z.constructTagName("tablist"),hn={LEFT:"ArrowLeft",RIGHT:"ArrowRight",HOME:"Home",END:"End"},Hs={FORWARD:"forward",BACKWARD:"backward"};var bd=n=>n[0],Kh=n=>n[n.length-1],Ng=(n,o)=>{let t=n.findIndex(r=>o===r)-1;return n[(t+n.length)%n.length]},Lg=(n,o)=>{let t=n.findIndex(r=>o===r)+1;return n[t%n.length]},Rg=(n,o)=>n.find(t=>t.tabId===o),qh=n=>n.find(o=>o.active);var _r=class extends q{constructor(){super();this.showForwardArrowButton=!1;this.showBackwardArrowButton=!1;this.addEventListener("keydown",this.handleKeydown.bind(this)),this.addEventListener("activechange",this.handleNestedTabActiveChange)}isRtl(){var t;return((t=document.querySelector("html"))==null?void 0:t.getAttribute("dir"))==="rtl"||window.getComputedStyle(this).direction==="rtl"}async firstUpdated(){var s,d,m;if(!this.tabs)return;if(Array.isArray(this.tabs)&&this.tabs.length===0){this.onerror&&this.onerror("The tablist component must have at least one child tab");return}let t=this.tabs.map(b=>b.tabId);new Set(t).size!==this.tabs.length&&this.onerror&&this.onerror("The tabs inside the tab list must have unique tab ids"),new ResizeObserver(async()=>{await this.handleArrowButtonVisibility()}).observe(this),this.activeTabId||(this.activeTabId=(s=bd(this.tabs))==null?void 0:s.tabId),(d=this.tabsContainer)==null||d.addEventListener("focusin",this.handleFocus.bind(this)),(m=this.tabsContainer)==null||m.addEventListener("mousedown",this.handleMousedown.bind(this))}disconnectedCallback(){var t,r;super.disconnectedCallback(),(t=this.tabsContainer)==null||t.removeEventListener("focusin",this.handleFocus),(r=this.tabsContainer)==null||r.removeEventListener("mousedown",this.handleMousedown)}async update(t){if(super.update(t),t.has("activeTabId")){if(!this.tabs||!this.activeTabId)return;let r=Rg(this.tabs,this.activeTabId);if(!(r instanceof ur))return;this.setActiveTab(r),t.get("activeTabId")?(this.fireTabChangeEvent(r),await this.focusTab(r)):this.resetTabIndexAndSetNewTabIndex(r)}}fireTabChangeEvent(t){let r=new CustomEvent("change",{detail:{tabId:t.tabId}});this.dispatchEvent(r)}async handleFocus(t){if(t.relatedTarget instanceof ur||!(t.target instanceof ur))return;let r=qh(this.tabs||[]);r instanceof ur&&await this.focusTab(r)}handleMousedown(t){t.target instanceof ur&&t.preventDefault()}async handleNestedTabActiveChange(t){t.stopPropagation();let r=t.target;r instanceof ur&&(this.setActiveTab(r),await this.focusTab(r),this.activeTabId=r.tabId)}resetTabIndexAndSetNewTabIndex(t){var r;(r=this.tabs)==null||r.forEach(s=>{s.setAttribute("tabindex",s===t?"0":"-1")})}setActiveTab(t){var r;(r=this.tabs)==null||r.forEach(s=>{s===t?s.setAttribute("active",""):s.removeAttribute("active")})}async focusTab(t){t instanceof ur&&(t!==(document==null?void 0:document.activeElement)&&(this.resetTabIndexAndSetNewTabIndex(t),t.focus()),await this.handleArrowButtonVisibility())}async handleKeydown(t){let r=t.target;if(!(r instanceof ur)||!this.tabs)return;let s=Ng(this.tabs,r),d=Lg(this.tabs,r),m=bd(this.tabs),b=Kh(this.tabs);switch(t.code){case hn.LEFT:t.preventDefault(),await this.focusTab(this.isRtl()?d:s);break;case hn.RIGHT:t.preventDefault(),await this.focusTab(this.isRtl()?s:d);break;case hn.HOME:await this.focusTab(m);break;case hn.END:await this.focusTab(b);break;default:}}shouldShowArrowButton(t){return t===Hs.FORWARD?this.showForwardArrowButton:this.showBackwardArrowButton}async switchFocus(){var t,r;await this.updateComplete,!this.showBackwardArrowButton&&!this.showForwardArrowButton?(t=qh(this.tabs||[]))==null||t.focus():(this.showBackwardArrowButton&&!this.showForwardArrowButton||this.showForwardArrowButton&&!this.showBackwardArrowButton)&&((r=this.notFocusedArrowButton)==null||r.focus())}async handleArrowButtonVisibility(){var K,Z,X;if(!this.tabs||!this.tabsContainer)return;let t=!1;((K=this.shadowRoot)==null?void 0:K.activeElement)instanceof yo&&(t=!0);let r=bd(this.tabs),s=Kh(this.tabs),d=r.getBoundingClientRect().left,m=(Z=this.tabsContainer)==null?void 0:Z.getBoundingClientRect().left,b=s.getBoundingClientRect().right,x=(X=this.tabsContainer)==null?void 0:X.getBoundingClientRect().right,L=r.getBoundingClientRect().right,U=s.getBoundingClientRect().left;if(!this.isRtl()){d<=m?this.showBackwardArrowButton=!0:this.showBackwardArrowButton=!1,b>x?this.showForwardArrowButton=!0:this.showForwardArrowButton=!1,t&&await this.switchFocus();return}L>x?this.showBackwardArrowButton=!0:this.showBackwardArrowButton=!1,U<m?this.showForwardArrowButton=!0:this.showForwardArrowButton=!1,t&&await this.switchFocus()}async scrollTabs(t){var d;let r=this.isRtl()?-1:1,s=this.isRtl()?1:-1;(d=this.tabsContainer)==null||d.scrollBy({left:this.tabsContainer.clientWidth*(t===Hs.FORWARD?r:s),behavior:"instant"}),await this.handleArrowButtonVisibility()}render(){let t=this.isRtl()?"left":"right",r=this.isRtl()?"right":"left",s=d=>_` ${this.shouldShowArrowButton(d)?_`<mdc-button
         
     | 
| 
       5889 
5889 
     | 
    
         
             
                        variant="tertiary"
         
     | 
| 
       5890 
     | 
    
         
            -
                        prefix-icon="arrow-${d=== 
     | 
| 
       5891 
     | 
    
         
            -
                        aria-label="Scroll tabs ${d=== 
     | 
| 
      
 5890 
     | 
    
         
            +
                        prefix-icon="arrow-${d===Hs.FORWARD?t:r}-regular"
         
     | 
| 
      
 5891 
     | 
    
         
            +
                        aria-label="Scroll tabs ${d===Hs.FORWARD?t:r}"
         
     | 
| 
       5892 
5892 
     | 
    
         
             
                        @click="${()=>this.scrollTabs(d)}"
         
     | 
| 
       5893 
     | 
    
         
            -
                      ></mdc-button>`:j}`;return _` ${ 
     | 
| 
       5894 
     | 
    
         
            -
                  <div part="container" role="${ 
     | 
| 
      
 5893 
     | 
    
         
            +
                      ></mdc-button>`:j}`;return _` ${s("backward")}
         
     | 
| 
      
 5894 
     | 
    
         
            +
                  <div part="container" role="${rt.TABLIST}" tabindex="-1" aria-label="${tt(this.dataAriaLabel)}">
         
     | 
| 
       5895 
5895 
     | 
    
         
             
                    <slot></slot>
         
     | 
| 
       5896 
5896 
     | 
    
         
             
                  </div>
         
     | 
| 
       5897 
     | 
    
         
            -
                  ${ 
     | 
| 
      
 5897 
     | 
    
         
            +
                  ${s(Hs.FORWARD)}`}};_r.styles=[...q.styles,...kg],p([u({type:String,attribute:"active-tab-id",reflect:!0})],_r.prototype,"activeTabId",2),p([u({type:String,attribute:"data-aria-label"})],_r.prototype,"dataAriaLabel",2),p([be('[part="container"]')],_r.prototype,"tabsContainer",2),p([be("mdc-button:not(:focus-visible)")],_r.prototype,"notFocusedArrowButton",2),p([Pt({selector:"mdc-tab"})],_r.prototype,"tabs",2),p([vt()],_r.prototype,"showForwardArrowButton",2),p([vt()],_r.prototype,"showBackwardArrowButton",2);var Xh=_r;Xh.register(wg);var bA=Xh;var Mg=z.constructTagName("textarea"),Zh={HARD:"hard",SOFT:"soft"},Og={OFF:"off",ON:"on"},yd={CHARACTER_COUNTER_TYPE:st.BODY_MIDSIZE_REGULAR,ROWS:5,COLS:40,WRAP:Zh.SOFT};var yA=[B`
         
     | 
| 
       5898 
5898 
     | 
    
         
             
                :host {
         
     | 
| 
       5899 
5899 
     | 
    
         
             
                  --mdc-textarea-text-color: var(--mds-color-theme-text-primary-normal);
         
     | 
| 
       5900 
5900 
     | 
    
         
             
                  --mdc-textarea-border-color: var(--mds-color-theme-outline-input-normal);
         
     | 
| 
         @@ -5992,7 +5992,7 @@ 
     | 
|
| 
       5992 
5992 
     | 
    
         
             
                  opacity: 0;
         
     | 
| 
       5993 
5993 
     | 
    
         
             
                  pointer-events: none;
         
     | 
| 
       5994 
5994 
     | 
    
         
             
                }
         
     | 
| 
       5995 
     | 
    
         
            -
              `,... 
     | 
| 
      
 5995 
     | 
    
         
            +
              `,...At(!0)],Pg=yA;var he=class extends ye(Ae(Ut(hr))){constructor(){super(...arguments);this.rows=yd.ROWS;this.cols=yd.COLS;this.wrap=Zh.SOFT;this.autocapitalize=Kl.OFF;this.autocomplete=Og.OFF;this.characterLimitExceedingFired=!1}get textarea(){return this.inputElement}connectedCallback(){var t;super.connectedCallback(),this.value=((t=this.textContent)==null?void 0:t.trim())||this.value,this.updateComplete.then(()=>{this.textarea&&(this.textarea.checkValidity(),this.setTextareaValidity(),this.internals.setFormValue(this.textarea.value))}).catch(r=>{this.onerror&&this.onerror(r)})}firstUpdated(t){this.inputElement&&this.autoFocusOnMount&&(this.elementToAutoFocus=this.inputElement),super.firstUpdated(t)}setTextareaValidity(){this.required&&this.validationMessage&&this.value===""?this.textarea.setCustomValidity(this.validationMessage):this.maxCharacterLimit&&this.value.length>this.maxCharacterLimit&&this.helpTextType===$t.ERROR&&this.helpText?this.textarea.setCustomValidity(this.helpText):this.textarea.setCustomValidity(""),this.setValidity()}formResetCallback(){this.value="",this.requestUpdate()}formStateRestoreCallback(t){this.value=t}handleValueChange(){this.updateComplete.then(()=>{this.setTextareaValidity()}).catch(t=>{this.onerror&&this.onerror(t)})}updated(t){super.updated(t),t.has("value")&&(this.handleValueChange(),this.handleCharacterOverflowStateChange())}attributeChangedCallback(t,r,s){super.attributeChangedCallback(t,r,s),["maxlength","minlength","required"].includes(t)&&this.updateComplete.then(()=>{this.setTextareaValidity()}).catch(m=>{this.onerror&&this.onerror(m)})}dispatchCharacterOverflowStateChangeEvent(){this.dispatchEvent(new CustomEvent("limitexceeded",{detail:{currentCharacterCount:this.value.length,maxCharacterLimit:this.maxCharacterLimit,value:this.value},bubbles:!0,composed:!0}))}handleCharacterOverflowStateChange(){this.maxCharacterLimit&&(this.value.length>this.maxCharacterLimit&&!this.characterLimitExceedingFired?(this.dispatchCharacterOverflowStateChangeEvent(),this.characterLimitExceedingFired=!0):this.value.length<=this.maxCharacterLimit&&this.characterLimitExceedingFired&&(this.dispatchCharacterOverflowStateChangeEvent(),this.characterLimitExceedingFired=!1))}updateValue(){this.value=this.textarea.value,this.internals.setFormValue(this.textarea.value),this.announceMaxLengthWarning()}announceMaxLengthWarning(){this.ariaLiveAnnouncer="",!(!this.maxCharacterLimit||this.value.length===0)&&(this.helpText&&this.value.length>this.maxCharacterLimit?this.updateComplete.then(()=>{this.ariaLiveAnnouncer=this.helpText}).catch(()=>{}):this.characterLimitAnnouncement&&this.value.length<=this.maxCharacterLimit&&(this.ariaLiveAnnouncer=this.characterLimitAnnouncement.replace("%{number-of-characters}",this.value.length.toString()).replace("%{max-character-limit}",this.maxCharacterLimit.toString())))}onChange(t){this.updateValue();let r=t.constructor;this.dispatchEvent(new r(t.type,t))}renderCharacterCounter(){return this.maxCharacterLimit?_`
         
     | 
| 
       5996 
5996 
     | 
    
         
             
                  <mdc-text part="character-counter" tagname="span" type=${yd.CHARACTER_COUNTER_TYPE}>
         
     | 
| 
       5997 
5997 
     | 
    
         
             
                    ${this.value.length}/${this.maxCharacterLimit}
         
     | 
| 
       5998 
5998 
     | 
    
         
             
                  </mdc-text>
         
     | 
| 
         @@ -6008,28 +6008,28 @@ 
     | 
|
| 
       6008 
6008 
     | 
    
         
             
                      ?disabled="${this.disabled}"
         
     | 
| 
       6009 
6009 
     | 
    
         
             
                      ?readonly="${this.readonly}"
         
     | 
| 
       6010 
6010 
     | 
    
         
             
                      ?required="${this.required}"
         
     | 
| 
       6011 
     | 
    
         
            -
                      placeholder=${ 
     | 
| 
       6012 
     | 
    
         
            -
                      rows=${ 
     | 
| 
       6013 
     | 
    
         
            -
                      cols=${ 
     | 
| 
       6014 
     | 
    
         
            -
                      wrap=${ 
     | 
| 
      
 6011 
     | 
    
         
            +
                      placeholder=${tt(this.placeholder)}
         
     | 
| 
      
 6012 
     | 
    
         
            +
                      rows=${tt(this.rows)}
         
     | 
| 
      
 6013 
     | 
    
         
            +
                      cols=${tt(this.cols)}
         
     | 
| 
      
 6014 
     | 
    
         
            +
                      wrap=${tt(this.wrap)}
         
     | 
| 
       6015 
6015 
     | 
    
         
             
                      autocapitalize=${this.autocapitalize}
         
     | 
| 
       6016 
6016 
     | 
    
         
             
                      autocomplete=${this.autocomplete}
         
     | 
| 
       6017 
     | 
    
         
            -
                      minlength=${ 
     | 
| 
       6018 
     | 
    
         
            -
                      maxlength=${ 
     | 
| 
       6019 
     | 
    
         
            -
                      dirname=${ 
     | 
| 
      
 6017 
     | 
    
         
            +
                      minlength=${tt(this.minlength)}
         
     | 
| 
      
 6018 
     | 
    
         
            +
                      maxlength=${tt(this.maxlength)}
         
     | 
| 
      
 6019 
     | 
    
         
            +
                      dirname=${tt(this.dirname)}
         
     | 
| 
       6020 
6020 
     | 
    
         
             
                      @input=${this.updateValue}
         
     | 
| 
       6021 
6021 
     | 
    
         
             
                      @change=${this.onChange}
         
     | 
| 
       6022 
     | 
    
         
            -
                      aria-describedby="${ 
     | 
| 
      
 6022 
     | 
    
         
            +
                      aria-describedby="${tt(this.helpText?Lt.HELPER_TEXT_ID:"")}"
         
     | 
| 
       6023 
6023 
     | 
    
         
             
                      aria-invalid="${this.helpTextType==="error"?"true":"false"}"
         
     | 
| 
       6024 
6024 
     | 
    
         
             
                    ></textarea>
         
     | 
| 
       6025 
6025 
     | 
    
         
             
                    <mdc-screenreaderannouncer
         
     | 
| 
       6026 
6026 
     | 
    
         
             
                      identity="${this.inputId}"
         
     | 
| 
       6027 
     | 
    
         
            -
                      announcement="${ 
     | 
| 
      
 6027 
     | 
    
         
            +
                      announcement="${tt(this.ariaLiveAnnouncer)}"
         
     | 
| 
       6028 
6028 
     | 
    
         
             
                      data-aria-live="polite"
         
     | 
| 
       6029 
6029 
     | 
    
         
             
                    ></mdc-screenreaderannouncer>
         
     | 
| 
       6030 
6030 
     | 
    
         
             
                  </div>
         
     | 
| 
       6031 
6031 
     | 
    
         
             
                  ${this.renderTextareaFooter()}
         
     | 
| 
       6032 
     | 
    
         
            -
                `}};he.styles=[... 
     | 
| 
      
 6032 
     | 
    
         
            +
                `}};he.styles=[...hr.styles,...Pg],p([u({type:String})],he.prototype,"placeholder",2),p([u({type:Number})],he.prototype,"rows",2),p([u({type:Number})],he.prototype,"cols",2),p([u({type:String})],he.prototype,"wrap",2),p([u({type:String})],he.prototype,"autocapitalize",2),p([u({type:String})],he.prototype,"autocomplete",2),p([u({type:String})],he.prototype,"dirname",2),p([u({type:Number})],he.prototype,"maxlength",2),p([u({type:Number})],he.prototype,"minlength",2),p([u({type:Number,attribute:"max-character-limit"})],he.prototype,"maxCharacterLimit",2),p([u({type:String,attribute:"character-limit-announcement"})],he.prototype,"characterLimitAnnouncement",2),p([be("textarea")],he.prototype,"inputElement",2),p([vt()],he.prototype,"ariaLiveAnnouncer",2);var Qh=he;Qh.register(Mg);var EA=Qh;var TA=[B`
         
     | 
| 
       6033 
6033 
     | 
    
         
             
                :host {
         
     | 
| 
       6034 
6034 
     | 
    
         
             
                  display: block;
         
     | 
| 
       6035 
6035 
     | 
    
         
             
                  position: relative;
         
     | 
| 
         @@ -6043,18 +6043,18 @@ 
     | 
|
| 
       6043 
6043 
     | 
    
         
             
                :host::part(typewriter-hidden) {
         
     | 
| 
       6044 
6044 
     | 
    
         
             
                  display: none;
         
     | 
| 
       6045 
6045 
     | 
    
         
             
                }
         
     | 
| 
       6046 
     | 
    
         
            -
              `], 
     | 
| 
       6047 
     | 
    
         
            -
                  <div part="${ 
     | 
| 
      
 6046 
     | 
    
         
            +
              `],Dg=TA;var Fg=z.constructTagName("typewriter"),Yo={VERY_SLOW:240,SLOW:120,NORMAL:60,FAST:20,VERY_FAST:1},Yr={TYPE:Ee.TYPE,TEXT_ELEMENT_TAGNAME:Ee.TEXT_ELEMENT_TAGNAME,CSS_PART_TEXT:"text",CSS_PART_CONTAINER:"container",CSS_PART_HIDDEN:"typewriter-hidden",CHILDREN:"",SPEED:"normal",CUSTOM_EVENT:{TYPING_COMPLETE:"typing-complete"}};var Cr=class extends q{constructor(){super(...arguments);this.type=Yr.TYPE;this.tagname=Yr.TEXT_ELEMENT_TAGNAME;this.speed=Yr.SPEED;this.maxQueueSize=Number.MAX_SAFE_INTEGER;this.displayedText="";this.originalText="";this.currentIndex=0;this.typingTimeout=null;this.pendingTimeouts=new Set;this.textChunkQueue=[];this.previousTextContent="";this.typingComplete=!0}connectedCallback(){super.connectedCallback(),this.createTimeout(()=>{this.captureAndProcessContent()},0)}disconnectedCallback(){this.clearTypingAnimation(),this.clearAllTimeouts(),super.disconnectedCallback()}createTimeout(t,r){let s=window.setTimeout(()=>{this.pendingTimeouts.delete(s),t()},r);return this.pendingTimeouts.add(s),s}clearAllTimeouts(){this.pendingTimeouts.forEach(t=>clearTimeout(t)),this.pendingTimeouts.clear()}clearQueue(){this.textChunkQueue.length=0}addTextChunk(t,r,s){t&&(this.maxQueueSize<Number.MAX_SAFE_INTEGER&&this.textChunkQueue.length>=this.maxQueueSize&&this.textChunkQueue.splice(0,this.textChunkQueue.length-this.maxQueueSize+1),this.textChunkQueue.push({text:t,speed:r,instant:s}),this.processChunkQueue())}addInstantTextChunk(t){this.addTextChunk(t,void 0,!0)}processChunkQueue(){this.textChunkQueue.length>0&&this.processNextChunk()}processNextChunk(){if(this.textChunkQueue.length===0)return;let t=this.textChunkQueue.shift(),r=this.speed;t.speed!==void 0&&(this.speed=t.speed),this.originalText+=t.text,this.typingComplete=!1,t.instant?(this.displayedText=this.originalText,this.currentIndex=this.originalText.length,this.typingComplete=!0,this.requestUpdate(),t.speed!==void 0&&(this.speed=r),this.textChunkQueue.length>0?this.createTimeout(()=>{this.processNextChunk()},0):this.dispatchEvent(new CustomEvent(Yr.CUSTOM_EVENT.TYPING_COMPLETE,{bubbles:!0,composed:!0}))):this.startTypingAnimation(()=>{t.speed!==void 0&&(this.speed=r),this.textChunkQueue.length>0?this.createTimeout(()=>{this.processNextChunk()},0):this.dispatchEvent(new CustomEvent(Yr.CUSTOM_EVENT.TYPING_COMPLETE,{bubbles:!0,composed:!0}))})}getTypingDelayMs(){let t=this.speed;switch(t){case"slow":return Yo.SLOW;case"fast":return Yo.FAST;case"very-slow":return Yo.VERY_SLOW;case"very-fast":return Yo.VERY_FAST;case"normal":return Yo.NORMAL;default:{let r=parseInt(t,10);return Number.isNaN(r)?Yo.NORMAL:Math.max(10,r)}}}updated(t){super.updated(t),t.has("speed")&&!this.typingComplete&&this.textChunkQueue.length===0&&this.startTypingAnimation()}captureAndProcessContent(){var s;let t=(s=this.shadowRoot)==null?void 0:s.querySelector("slot");if(!t)return;let r=t.assignedNodes().filter(d=>d.nodeType===Node.TEXT_NODE||d.nodeType===Node.ELEMENT_NODE).map(d=>d.textContent||"").join("");r!==this.previousTextContent&&(this.displayedText===""||!r.includes(this.displayedText)?(this.originalText=r,this.displayedText="",this.currentIndex=0,this.typingComplete=!1):(this.originalText=r,this.typingComplete=!1),this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:{content:this.originalText,isTyping:!this.typingComplete}})),this.previousTextContent=r,this.startTypingAnimation())}startTypingAnimation(t){if(this.clearTypingAnimation(),this.displayedText===this.originalText){this.typingComplete=!0,t&&this.createTimeout(()=>{t()},0);return}this.currentIndex=this.displayedText.length,this.typingComplete=!1;let r=()=>{if(this.currentIndex<this.originalText.length){let s=this.originalText[this.currentIndex],d=this.displayedText+s;d!==this.displayedText&&(this.displayedText=d,this.requestUpdate()),this.currentIndex+=1,this.typingTimeout=window.setTimeout(r,this.getTypingDelayMs())}else this.clearTypingAnimation(),this.typingComplete=!0,t?this.createTimeout(()=>{t()},0):this.createTimeout(()=>{this.dispatchEvent(new CustomEvent(Yr.CUSTOM_EVENT.TYPING_COMPLETE,{bubbles:!0,composed:!0,detail:{finalContent:this.originalText}}))},0)};this.typingTimeout=window.setTimeout(r,this.getTypingDelayMs())}clearTypingAnimation(){this.typingTimeout!==null&&(clearTimeout(this.typingTimeout),this.typingTimeout=null)}handleSlotChange(){this.captureAndProcessContent()}render(){return _`
         
     | 
| 
      
 6047 
     | 
    
         
            +
                  <div part="${Yr.CSS_PART_CONTAINER}" aria-live="polite" aria-busy="${!this.typingComplete}">
         
     | 
| 
       6048 
6048 
     | 
    
         
             
                    <mdc-text
         
     | 
| 
       6049 
     | 
    
         
            -
                      part="${ 
     | 
| 
      
 6049 
     | 
    
         
            +
                      part="${Yr.CSS_PART_TEXT}"
         
     | 
| 
       6050 
6050 
     | 
    
         
             
                      type="${this.type}"
         
     | 
| 
       6051 
     | 
    
         
            -
                      tagname="${ 
     | 
| 
      
 6051 
     | 
    
         
            +
                      tagname="${tt(this.tagname)}"
         
     | 
| 
       6052 
6052 
     | 
    
         
             
                      aria-label="${this.originalText}"
         
     | 
| 
       6053 
6053 
     | 
    
         
             
                      >${this.displayedText}</mdc-text
         
     | 
| 
       6054 
6054 
     | 
    
         
             
                    >
         
     | 
| 
       6055 
     | 
    
         
            -
                    <slot @slotchange=${this.handleSlotChange} part="${ 
     | 
| 
      
 6055 
     | 
    
         
            +
                    <slot @slotchange=${this.handleSlotChange} part="${Yr.CSS_PART_HIDDEN}"></slot>
         
     | 
| 
       6056 
6056 
     | 
    
         
             
                  </div>
         
     | 
| 
       6057 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 6057 
     | 
    
         
            +
                `}};Cr.styles=[...q.styles,...Dg],p([u({attribute:"type",reflect:!0,type:String})],Cr.prototype,"type",2),p([u({attribute:"tagname",reflect:!0,type:String})],Cr.prototype,"tagname",2),p([u({attribute:"speed",reflect:!0})],Cr.prototype,"speed",2),p([u({attribute:"max-queue-size",type:Number,reflect:!0})],Cr.prototype,"maxQueueSize",2),p([vt()],Cr.prototype,"displayedText",2),p([vt()],Cr.prototype,"originalText",2),p([vt()],Cr.prototype,"typingComplete",2);var Jh=Cr;Jh.register(Fg);var xA=Jh;var Ed=z.constructTagName("themeprovider"),tp={THEMECLASS:"mds-theme-stable-darkWebex"};var Td=class{constructor(o){this.themeclass=o}};Td.context=Ed;var xd=Td;var AA=B`
         
     | 
| 
       6058 
6058 
     | 
    
         
             
              :host {
         
     | 
| 
       6059 
6059 
     | 
    
         
             
                --mdc-themeprovider-color-default: var(--mds-color-theme-text-primary-normal);
         
     | 
| 
       6060 
6060 
     | 
    
         
             
                --mdc-themeprovider-font-family: var(--mds-font-family-primary);
         
     | 
| 
         @@ -6081,7 +6081,7 @@ 
     | 
|
| 
       6081 
6081 
     | 
    
         
             
              * {
         
     | 
| 
       6082 
6082 
     | 
    
         
             
                scrollbar-color: var(--mdc-themeprovider-scrollbar-thumb-color) var(--mdc-themeprovider-scrollbar-track-color);
         
     | 
| 
       6083 
6083 
     | 
    
         
             
              }
         
     | 
| 
       6084 
     | 
    
         
            -
             
     | 
| 
      
 6084 
     | 
    
         
            +
            `,$g=[AA];var Gs=class extends De{constructor(){super({context:xd.context,initialValue:new xd(tp.THEMECLASS)});this.themeclass=tp.THEMECLASS}static get Context(){return xd.context}updated(t){super.updated(t),t.has("themeclass")&&(this.setThemeInClassList(),this.currentThemeClass=this.themeclass)}updateContext(){this.context.value.themeclass!==this.themeclass&&(this.context.value.themeclass=this.themeclass,this.context.updateObservers())}setThemeInClassList(){this.currentThemeClass&&this.classList.remove(...this.currentThemeClass.split(" ")),this.themeclass&&this.classList.add(...this.themeclass.split(" "))}};Gs.styles=[...De.styles,...$g],p([vt()],Gs.prototype,"currentThemeClass",2),p([u({type:String})],Gs.prototype,"themeclass",2);var ep=Gs;ep.register(Ed);var SA=ep;var zg=z.constructTagName("toast"),pn={CUSTOM:"custom",SUCCESS:"success",WARNING:"warning",ERROR:"error"},Ad={SUCCESS_ICON_NAME:"check-circle-bold",WARNING_ICON_NAME:"warning-bold",ERROR_ICON_NAME:"error-legacy-bold"},He={HEADER_TAG_NAME:"h2",CANCEL_ICON:"cancel-bold",ARROW_UP_BOLD:"arrow-up-bold",ARROW_DOWN_BOLD:"arrow-down-bold",PREFIX_ICON_SIZE:1.5,CLOSE_ICON_SIZE:sr[20],BUTTON:ei,PRIMARY_BUTTON:Ft.PRIMARY,SECONDARY_BUTTON:Ft.SECONDARY,TERTIARY_BUTTON:Ft.TERTIARY,VARIANT:pn.CUSTOM};var Vg=n=>{switch(n){case pn.SUCCESS:return Ad.SUCCESS_ICON_NAME;case pn.WARNING:return Ad.WARNING_ICON_NAME;case pn.ERROR:return Ad.ERROR_ICON_NAME;default:return null}};var IA=B`
         
     | 
| 
       6085 
6085 
     | 
    
         
             
              :host {
         
     | 
| 
       6086 
6086 
     | 
    
         
             
                --mdc-toast-background-color: var(--mds-color-theme-background-solid-primary-normal);
         
     | 
| 
       6087 
6087 
     | 
    
         
             
                --mdc-toast-border-color: var(--mds-color-theme-outline-primary-normal);
         
     | 
| 
         @@ -6166,14 +6166,14 @@ 
     | 
|
| 
       6166 
6166 
     | 
    
         
             
              mdc-text::part(text) {
         
     | 
| 
       6167 
6167 
     | 
    
         
             
                margin: 0;
         
     | 
| 
       6168 
6168 
     | 
    
         
             
              }
         
     | 
| 
       6169 
     | 
    
         
            -
            `, 
     | 
| 
       6170 
     | 
    
         
            -
                  <mdc-icon name="${t}" size="${ 
     | 
| 
      
 6169 
     | 
    
         
            +
            `,Bg=[IA];var ke=class extends us(q){constructor(){super(...arguments);this.variant=He.VARIANT;this.headerTagName=He.HEADER_TAG_NAME;this.ariaLabel=null;this.isDetailVisible=!1;this.hasDetailedSlot=!1;this.hasFooterButtons=""}closeToast(){let t=new CustomEvent("close",{bubbles:!0,composed:!0,detail:{id:this.id}});this.dispatchEvent(t)}toggleDetailVisibility(){this.isDetailVisible=!this.isDetailVisible}updateDetailedSlotPresence(){var t,r;this.hasDetailedSlot=(r=(t=this.detailedElements)==null?void 0:t.some(s=>{var d;return(d=s.textContent)==null?void 0:d.trim()}))!=null?r:!1}updateFooterButtonsPresence(){var t,r,s,d;this.hasFooterButtons=((r=(t=this.footerButtonPrimary)==null?void 0:t.length)!=null?r:0)>0||((d=(s=this.footerButtonSecondary)==null?void 0:s.length)!=null?d:0)>0||this.shouldRenderToggleButton()?"has-footer-buttons":""}firstUpdated(t){super.firstUpdated(t),this.updateDetailedSlotPresence()}renderIcon(t){return t?_`
         
     | 
| 
      
 6170 
     | 
    
         
            +
                  <mdc-icon name="${t}" size="${He.PREFIX_ICON_SIZE}" part="toast-prefix-icon"></mdc-icon>
         
     | 
| 
       6171 
6171 
     | 
    
         
             
                `:j}shouldRenderToggleButton(){return this.hasDetailedSlot&&this.showMoreText&&this.showLessText}renderToggleDetailButton(){return this.shouldRenderToggleButton()?_`
         
     | 
| 
       6172 
6172 
     | 
    
         
             
                  <mdc-button
         
     | 
| 
       6173 
6173 
     | 
    
         
             
                    variant="tertiary"
         
     | 
| 
       6174 
6174 
     | 
    
         
             
                    part="footer-button-toggle"
         
     | 
| 
       6175 
6175 
     | 
    
         
             
                    @click="${this.toggleDetailVisibility}"
         
     | 
| 
       6176 
     | 
    
         
            -
                    postfix-icon="${this.isDetailVisible? 
     | 
| 
      
 6176 
     | 
    
         
            +
                    postfix-icon="${this.isDetailVisible?He.ARROW_UP_BOLD:He.ARROW_DOWN_BOLD}"
         
     | 
| 
       6177 
6177 
     | 
    
         
             
                  >
         
     | 
| 
       6178 
6178 
     | 
    
         
             
                    ${this.isDetailVisible?this.showLessText:this.showMoreText}
         
     | 
| 
       6179 
6179 
     | 
    
         
             
                  </mdc-button>
         
     | 
| 
         @@ -6181,21 +6181,21 @@ 
     | 
|
| 
       6181 
6181 
     | 
    
         
             
                      <mdc-text part="toast-header" tagname="${this.headerTagName}" type="${st.BODY_LARGE_BOLD}">
         
     | 
| 
       6182 
6182 
     | 
    
         
             
                        ${this.headerText}
         
     | 
| 
       6183 
6183 
     | 
    
         
             
                      </mdc-text>
         
     | 
| 
       6184 
     | 
    
         
            -
                    `:j}handleFooterSlot(t, 
     | 
| 
      
 6184 
     | 
    
         
            +
                    `:j}handleFooterSlot(t,r){super.handleFooterSlot(t,r),this.updateFooterButtonsPresence()}renderFooter(){return this.updateFooterButtonsPresence(),_` <slot name="footer">
         
     | 
| 
       6185 
6185 
     | 
    
         
             
                  <div part="footer ${this.hasFooterButtons}">
         
     | 
| 
       6186 
6186 
     | 
    
         
             
                    ${this.renderToggleDetailButton()}
         
     | 
| 
       6187 
6187 
     | 
    
         
             
                    <slot
         
     | 
| 
       6188 
6188 
     | 
    
         
             
                      name="footer-button-secondary"
         
     | 
| 
       6189 
     | 
    
         
            -
                      @slotchange=${()=>this.handleFooterSlot( 
     | 
| 
      
 6189 
     | 
    
         
            +
                      @slotchange=${()=>this.handleFooterSlot(He.BUTTON,He.SECONDARY_BUTTON)}
         
     | 
| 
       6190 
6190 
     | 
    
         
             
                    ></slot>
         
     | 
| 
       6191 
6191 
     | 
    
         
             
                    <slot
         
     | 
| 
       6192 
6192 
     | 
    
         
             
                      name="footer-button-primary"
         
     | 
| 
       6193 
     | 
    
         
            -
                      @slotchange=${()=>this.handleFooterSlot( 
     | 
| 
      
 6193 
     | 
    
         
            +
                      @slotchange=${()=>this.handleFooterSlot(He.BUTTON,He.PRIMARY_BUTTON)}
         
     | 
| 
       6194 
6194 
     | 
    
         
             
                    ></slot>
         
     | 
| 
       6195 
6195 
     | 
    
         
             
                  </div>
         
     | 
| 
       6196 
6196 
     | 
    
         
             
                </slot>`}render(){var t;return _`
         
     | 
| 
       6197 
6197 
     | 
    
         
             
                  <div part="content-container">
         
     | 
| 
       6198 
     | 
    
         
            -
                    ${this.variant=== 
     | 
| 
      
 6198 
     | 
    
         
            +
                    ${this.variant===He.VARIANT?_`<slot name="content-prefix"></slot>`:_`${this.renderIcon((t=Vg(this.variant))!=null?t:"")}`}
         
     | 
| 
       6199 
6199 
     | 
    
         
             
                    <div part="toast-content">
         
     | 
| 
       6200 
6200 
     | 
    
         
             
                      ${this.renderHeader()}
         
     | 
| 
       6201 
6201 
     | 
    
         
             
                      <slot name="toast-body-normal"></slot>
         
     | 
| 
         @@ -6205,15 +6205,15 @@ 
     | 
|
| 
       6205 
6205 
     | 
    
         
             
                    </div>
         
     | 
| 
       6206 
6206 
     | 
    
         
             
                    <mdc-button
         
     | 
| 
       6207 
6207 
     | 
    
         
             
                      part="toast-close-btn"
         
     | 
| 
       6208 
     | 
    
         
            -
                      prefix-icon="${ 
     | 
| 
       6209 
     | 
    
         
            -
                      variant="${ 
     | 
| 
       6210 
     | 
    
         
            -
                      size="${ 
     | 
| 
       6211 
     | 
    
         
            -
                      aria-label="${ 
     | 
| 
      
 6208 
     | 
    
         
            +
                      prefix-icon="${He.CANCEL_ICON}"
         
     | 
| 
      
 6209 
     | 
    
         
            +
                      variant="${He.TERTIARY_BUTTON}"
         
     | 
| 
      
 6210 
     | 
    
         
            +
                      size="${He.CLOSE_ICON_SIZE}"
         
     | 
| 
      
 6211 
     | 
    
         
            +
                      aria-label="${tt(this.closeButtonAriaLabel)}"
         
     | 
| 
       6212 
6212 
     | 
    
         
             
                      @click="${this.closeToast}"
         
     | 
| 
       6213 
6213 
     | 
    
         
             
                    ></mdc-button>
         
     | 
| 
       6214 
6214 
     | 
    
         
             
                  </div>
         
     | 
| 
       6215 
6215 
     | 
    
         
             
                  ${this.renderFooter()}
         
     | 
| 
       6216 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 6216 
     | 
    
         
            +
                `}};ke.styles=[...q.styles,...Bg],p([u({type:String,reflect:!0})],ke.prototype,"variant",2),p([u({type:String,attribute:"close-button-aria-label"})],ke.prototype,"closeButtonAriaLabel",2),p([u({type:String,reflect:!0,attribute:"header-text"})],ke.prototype,"headerText",2),p([u({type:String,reflect:!0,attribute:"header-tag-name"})],ke.prototype,"headerTagName",2),p([u({type:String,reflect:!0,attribute:"aria-label"})],ke.prototype,"ariaLabel",2),p([u({type:String,reflect:!0,attribute:"show-more-text"})],ke.prototype,"showMoreText",2),p([u({type:String,reflect:!0,attribute:"show-less-text"})],ke.prototype,"showLessText",2),p([vt()],ke.prototype,"isDetailVisible",2),p([vt()],ke.prototype,"hasDetailedSlot",2),p([Pt({slot:"toast-body-detailed",flatten:!0})],ke.prototype,"detailedElements",2),p([vt()],ke.prototype,"hasFooterButtons",2);var rp=ke;rp.register(zg);var _A=rp;var CA=[bt,B`
         
     | 
| 
       6217 
6217 
     | 
    
         
             
                /* Grid layout for labeled toggles */
         
     | 
| 
       6218 
6218 
     | 
    
         
             
                :host([label]),
         
     | 
| 
       6219 
6219 
     | 
    
         
             
                :host([help-text]) {
         
     | 
| 
         @@ -6282,7 +6282,7 @@ 
     | 
|
| 
       6282 
6282 
     | 
    
         
             
                :host([soft-disabled]) {
         
     | 
| 
       6283 
6283 
     | 
    
         
             
                  pointer-events: none;
         
     | 
| 
       6284 
6284 
     | 
    
         
             
                }
         
     | 
| 
       6285 
     | 
    
         
            -
              `,... 
     | 
| 
      
 6285 
     | 
    
         
            +
              `,...At(!0)],Ug=CA;var Ys=class extends ye(Ae(Ut(hr))){constructor(){super(...arguments);this.checked=!1;this.size=fh.SIZE}connectedCallback(){super.connectedCallback(),this.helpTextType=void 0}firstUpdated(t){this.inputElement&&this.autoFocusOnMount&&(this.elementToAutoFocus=this.inputElement),super.firstUpdated(t)}formResetCallback(){this.checked=!1}formStateRestoreCallback(t){t&&(this.checked=!0)}manageRequired(){!this.checked&&this.required?(this.validationMessage?this.inputElement.setCustomValidity(this.validationMessage):this.inputElement.setCustomValidity(""),this.setValidity()):this.internals.setValidity({})}setFormValue(){let t=null;this.checked?t=this.value?this.value:"isActive":t=null,this.manageRequired(),this.internals.setFormValue(t)}toggleState(){!this.disabled&&!this.softDisabled&&!this.readonly&&(this.checked=!this.checked)}handleKeyDown(t){var r;(this.readonly||this.softDisabled)&&t.key===Q.SPACE&&t.preventDefault(),t.key===Q.ENTER&&((r=this.form)==null||r.requestSubmit())}handleChange(t){this.toggleState();let r=t.constructor;this.dispatchEvent(new r(t.type,t))}setToggleSize(t){this.setAttribute("size",Object.values(Ja).includes(t)?t:fh.SIZE)}update(t){super.update(t),t.has("checked")&&this.setFormValue(),t.has("size")&&this.setToggleSize(this.size)}render(){var t;return _`
         
     | 
| 
       6286 
6286 
     | 
    
         
             
                  <mdc-statictoggle
         
     | 
| 
       6287 
6287 
     | 
    
         
             
                    ?checked="${this.checked}"
         
     | 
| 
       6288 
6288 
     | 
    
         
             
                    ?disabled="${this.disabled}"
         
     | 
| 
         @@ -6296,15 +6296,15 @@ 
     | 
|
| 
       6296 
6296 
     | 
    
         
             
                      id="${this.inputId}"
         
     | 
| 
       6297 
6297 
     | 
    
         
             
                      type="checkbox"
         
     | 
| 
       6298 
6298 
     | 
    
         
             
                      part="toggle-input"
         
     | 
| 
       6299 
     | 
    
         
            -
                      role="${ 
     | 
| 
      
 6299 
     | 
    
         
            +
                      role="${rt.CHECKBOX}"
         
     | 
| 
       6300 
6300 
     | 
    
         
             
                      ?required="${this.required}"
         
     | 
| 
       6301 
     | 
    
         
            -
                      name="${ 
     | 
| 
       6302 
     | 
    
         
            -
                      value="${ 
     | 
| 
      
 6301 
     | 
    
         
            +
                      name="${tt(this.name)}"
         
     | 
| 
      
 6302 
     | 
    
         
            +
                      value="${tt(this.value)}"
         
     | 
| 
       6303 
6303 
     | 
    
         
             
                      .checked="${this.checked}"
         
     | 
| 
       6304 
6304 
     | 
    
         
             
                      aria-checked="${this.checked}"
         
     | 
| 
       6305 
6305 
     | 
    
         
             
                      .disabled="${this.disabled}"
         
     | 
| 
       6306 
6306 
     | 
    
         
             
                      ?readonly="${this.readonly}"
         
     | 
| 
       6307 
     | 
    
         
            -
                      aria-describedby="${ 
     | 
| 
      
 6307 
     | 
    
         
            +
                      aria-describedby="${tt(this.helpText?Lt.HELPER_TEXT_ID:"")}"
         
     | 
| 
       6308 
6308 
     | 
    
         
             
                      aria-label="${(t=this.dataAriaLabel)!=null?t:""}"
         
     | 
| 
       6309 
6309 
     | 
    
         
             
                      tabindex="${this.disabled?-1:0}"
         
     | 
| 
       6310 
6310 
     | 
    
         
             
                      @change="${this.handleChange}"
         
     | 
| 
         @@ -6312,24 +6312,43 @@ 
     | 
|
| 
       6312 
6312 
     | 
    
         
             
                    />
         
     | 
| 
       6313 
6313 
     | 
    
         
             
                  </mdc-statictoggle>
         
     | 
| 
       6314 
6314 
     | 
    
         
             
                  ${this.renderLabel()} ${this.renderHelperText()}
         
     | 
| 
       6315 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 6315 
     | 
    
         
            +
                `}};Ys.styles=[...hr.styles,...Ug],p([u({type:Boolean,reflect:!0})],Ys.prototype,"checked",2),p([u({type:String,reflect:!0})],Ys.prototype,"size",2);var ip=Ys;ip.register(Fv);var kA=ip;function Wo(n,o,t){var m;let r=(m=t.initialDeps)!=null?m:[],s;function d(){var b,x,L,U;let K;t.key&&((b=t.debug)!=null&&b.call(t))&&(K=Date.now());let Z=n();if(!(Z.length!==r.length||Z.some((dt,lt)=>r[lt]!==dt)))return s;r=Z;let it;if(t.key&&((x=t.debug)!=null&&x.call(t))&&(it=Date.now()),s=o(...Z),t.key&&((L=t.debug)!=null&&L.call(t))){let dt=Math.round((Date.now()-K)*100)/100,lt=Math.round((Date.now()-it)*100)/100,gt=lt/16,St=(Ct,Gt)=>{for(Ct=String(Ct);Ct.length<Gt;)Ct=" "+Ct;return Ct};console.info(`%c\u23F1 ${St(lt,5)} /${St(dt,5)} ms`,`
         
     | 
| 
       6316 
6316 
     | 
    
         
             
                        font-size: .6rem;
         
     | 
| 
       6317 
6317 
     | 
    
         
             
                        font-weight: bold;
         
     | 
| 
       6318 
     | 
    
         
            -
                        color: hsl(${Math.max(0,Math.min(120-120*dt,120))}deg 100% 31%);`,t==null?void 0:t.key)}return(L=t==null?void 0:t.onChange)==null||L.call(t,a),a}}function Sd(n,o){if(n===void 0)throw new Error(`Unexpected undefined${o?`: ${o}`:""}`);return n}var Fg=(n,o)=>Math.abs(n-o)<1,Vg=(n,o,t)=>{let i;return function(...a){n.clearTimeout(i),i=n.setTimeout(()=>o.apply(this,a),t)}};var AA=n=>n,SA=n=>{let o=Math.max(n.startIndex-n.overscan,0),t=Math.min(n.endIndex+n.overscan,n.count-1),i=[];for(let a=o;a<=t;a++)i.push(a);return i},Bg=(n,o)=>{let t=n.scrollElement;if(!t)return;let i=n.targetWindow;if(!i)return;let a=m=>{let{width:b,height:C}=m;o({width:Math.round(b),height:Math.round(C)})};if(a(t.getBoundingClientRect()),!i.ResizeObserver)return()=>{};let d=new i.ResizeObserver(m=>{let b=m[0];if(b!=null&&b.borderBoxSize){let C=b.borderBoxSize[0];if(C){a({width:C.inlineSize,height:C.blockSize});return}}a(t.getBoundingClientRect())});return d.observe(t,{box:"border-box"}),()=>{d.unobserve(t)}},zg={passive:!0};var _A=typeof window>"u"?!0:"onscrollend"in window,Ug=(n,o)=>{let t=n.scrollElement;if(!t)return;let i=n.targetWindow;if(!i)return;let a=0,d=n.options.useScrollendEvent&&_A?()=>{}:Vg(i,()=>{o(a,!1)},n.options.isScrollingResetDelay),m=L=>()=>{let{horizontal:W,isRtl:q}=n.options;a=W?t.scrollLeft*(q&&-1||1):t.scrollTop,d(),o(a,L)},b=m(!0),C=m(!1);return C(),t.addEventListener("scroll",b,zg),t.addEventListener("scrollend",C,zg),()=>{t.removeEventListener("scroll",b),t.removeEventListener("scrollend",C)}};var IA=(n,o,t)=>{if(o!=null&&o.borderBoxSize){let i=o.borderBoxSize[0];if(i)return Math.round(i[t.options.horizontal?"inlineSize":"blockSize"])}return Math.round(n.getBoundingClientRect()[t.options.horizontal?"width":"height"])};var Gg=(n,{adjustments:o=0,behavior:t},i)=>{var a,d;let m=n+o;(d=(a=i.scrollElement)==null?void 0:a.scrollTo)==null||d.call(a,{[i.options.horizontal?"left":"top"]:m,behavior:t})},_d=class{constructor(o){this.unsubs=[],this.scrollElement=null,this.targetWindow=null,this.isScrolling=!1,this.scrollToIndexTimeoutId=null,this.measurementsCache=[],this.itemSizeCache=new Map,this.pendingMeasuredCacheIndexes=[],this.scrollRect=null,this.scrollOffset=null,this.scrollDirection=null,this.scrollAdjustments=0,this.elementsCache=new Map,this.observer=(()=>{let t=null,i=()=>t||(!this.targetWindow||!this.targetWindow.ResizeObserver?null:t=new this.targetWindow.ResizeObserver(a=>{a.forEach(d=>{this._measureElement(d.target,d)})}));return{disconnect:()=>{var a;(a=i())==null||a.disconnect(),t=null},observe:a=>{var d;return(d=i())==null?void 0:d.observe(a,{box:"border-box"})},unobserve:a=>{var d;return(d=i())==null?void 0:d.unobserve(a)}}})(),this.range=null,this.setOptions=t=>{Object.entries(t).forEach(([i,a])=>{typeof a>"u"&&delete t[i]}),this.options={debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:AA,rangeExtractor:SA,onChange:()=>{},measureElement:IA,initialRect:{width:0,height:0},scrollMargin:0,gap:0,indexAttribute:"data-index",initialMeasurementsCache:[],lanes:1,isScrollingResetDelay:150,enabled:!0,isRtl:!1,useScrollendEvent:!0,...t}},this.notify=t=>{var i,a;(a=(i=this.options).onChange)==null||a.call(i,this,t)},this.maybeNotify=Yo(()=>(this.calculateRange(),[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]),t=>{this.notify(t)},{key:!1,debug:()=>this.options.debug,initialDeps:[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]}),this.cleanup=()=>{this.unsubs.filter(Boolean).forEach(t=>t()),this.unsubs=[],this.observer.disconnect(),this.scrollElement=null,this.targetWindow=null},this._didMount=()=>()=>{this.cleanup()},this._willUpdate=()=>{var a;var t;let i=this.options.enabled?this.options.getScrollElement():null;if(this.scrollElement!==i){if(this.cleanup(),!i){this.maybeNotify();return}this.scrollElement=i,this.scrollElement&&"ownerDocument"in this.scrollElement?this.targetWindow=this.scrollElement.ownerDocument.defaultView:this.targetWindow=(a=(t=this.scrollElement)==null?void 0:t.window)!=null?a:null,this.elementsCache.forEach(d=>{this.observer.observe(d)}),this._scrollToOffset(this.getScrollOffset(),{adjustments:void 0,behavior:void 0}),this.unsubs.push(this.options.observeElementRect(this,d=>{this.scrollRect=d,this.maybeNotify()})),this.unsubs.push(this.options.observeElementOffset(this,(d,m)=>{this.scrollAdjustments=0,this.scrollDirection=m?this.getScrollOffset()<d?"forward":"backward":null,this.scrollOffset=d,this.isScrolling=m,this.maybeNotify()}))}},this.getSize=()=>{var t;return this.options.enabled?(this.scrollRect=(t=this.scrollRect)!=null?t:this.options.initialRect,this.scrollRect[this.options.horizontal?"width":"height"]):(this.scrollRect=null,0)},this.getScrollOffset=()=>{var t;return this.options.enabled?(this.scrollOffset=(t=this.scrollOffset)!=null?t:typeof this.options.initialOffset=="function"?this.options.initialOffset():this.options.initialOffset,this.scrollOffset):(this.scrollOffset=null,0)},this.getFurthestMeasurement=(t,i)=>{let a=new Map,d=new Map;for(let m=i-1;m>=0;m--){let b=t[m];if(a.has(b.lane))continue;let C=d.get(b.lane);if(C==null||b.end>C.end?d.set(b.lane,b):b.end<C.end&&a.set(b.lane,!0),a.size===this.options.lanes)break}return d.size===this.options.lanes?Array.from(d.values()).sort((m,b)=>m.end===b.end?m.index-b.index:m.end-b.end)[0]:void 0},this.getMeasurementOptions=Yo(()=>[this.options.count,this.options.paddingStart,this.options.scrollMargin,this.options.getItemKey,this.options.enabled],(t,i,a,d,m)=>(this.pendingMeasuredCacheIndexes=[],{count:t,paddingStart:i,scrollMargin:a,getItemKey:d,enabled:m}),{key:!1}),this.getMeasurements=Yo(()=>[this.getMeasurementOptions(),this.itemSizeCache],({count:t,paddingStart:i,scrollMargin:a,getItemKey:d,enabled:m},b)=>{if(!m)return this.measurementsCache=[],this.itemSizeCache.clear(),[];this.measurementsCache.length===0&&(this.measurementsCache=this.options.initialMeasurementsCache,this.measurementsCache.forEach(W=>{this.itemSizeCache.set(W.key,W.size)}));let C=this.pendingMeasuredCacheIndexes.length>0?Math.min(...this.pendingMeasuredCacheIndexes):0;this.pendingMeasuredCacheIndexes=[];let L=this.measurementsCache.slice(0,C);for(let W=C;W<t;W++){let q=d(W),it=this.options.lanes===1?L[W-1]:this.getFurthestMeasurement(L,W),X=it?it.end+this.options.gap:i+a,rt=b.get(q),lt=typeof rt=="number"?rt:this.options.estimateSize(W),dt=X+lt,gt=it?it.lane:W%this.options.lanes;L[W]={index:W,start:X,size:lt,end:dt,key:q,lane:gt}}return this.measurementsCache=L,L},{key:!1,debug:()=>this.options.debug}),this.calculateRange=Yo(()=>[this.getMeasurements(),this.getSize(),this.getScrollOffset()],(t,i,a)=>this.range=t.length>0&&i>0?CA({measurements:t,outerSize:i,scrollOffset:a}):null,{key:!1,debug:()=>this.options.debug}),this.getIndexes=Yo(()=>{let t=null,i=null,a=this.calculateRange();return a&&(t=a.startIndex,i=a.endIndex),[this.options.rangeExtractor,this.options.overscan,this.options.count,t,i]},(t,i,a,d,m)=>d===null||m===null?[]:t({startIndex:d,endIndex:m,overscan:i,count:a}),{key:!1,debug:()=>this.options.debug}),this.indexFromElement=t=>{let i=this.options.indexAttribute,a=t.getAttribute(i);return a?parseInt(a,10):(console.warn(`Missing attribute name '${i}={index}' on measured element.`),-1)},this._measureElement=(t,i)=>{let a=this.indexFromElement(t),d=this.measurementsCache[a];if(!d)return;let m=d.key,b=this.elementsCache.get(m);b!==t&&(b&&this.observer.unobserve(b),this.observer.observe(t),this.elementsCache.set(m,t)),t.isConnected&&this.resizeItem(a,this.options.measureElement(t,i,this))},this.resizeItem=(t,i)=>{var b;let a=this.measurementsCache[t];if(!a)return;let d=(b=this.itemSizeCache.get(a.key))!=null?b:a.size,m=i-d;m!==0&&((this.shouldAdjustScrollPositionOnItemSizeChange!==void 0?this.shouldAdjustScrollPositionOnItemSizeChange(a,m,this):a.start<this.getScrollOffset()+this.scrollAdjustments)&&this._scrollToOffset(this.getScrollOffset(),{adjustments:this.scrollAdjustments+=m,behavior:void 0}),this.pendingMeasuredCacheIndexes.push(a.index),this.itemSizeCache=new Map(this.itemSizeCache.set(a.key,i)),this.notify(!1))},this.measureElement=t=>{if(!t){this.elementsCache.forEach((i,a)=>{i.isConnected||(this.observer.unobserve(i),this.elementsCache.delete(a))});return}this._measureElement(t,void 0)},this.getVirtualItems=Yo(()=>[this.getIndexes(),this.getMeasurements()],(t,i)=>{let a=[];for(let d=0,m=t.length;d<m;d++){let b=t[d],C=i[b];a.push(C)}return a},{key:!1,debug:()=>this.options.debug}),this.getVirtualItemForOffset=t=>{let i=this.getMeasurements();if(i.length!==0)return Sd(i[Hg(0,i.length-1,a=>Sd(i[a]).start,t)])},this.getOffsetForAlignment=(t,i)=>{let a=this.getSize(),d=this.getScrollOffset();i==="auto"&&t>=d+a&&(i="end"),i==="end"&&(t-=a);let m=this.options.horizontal?"scrollWidth":"scrollHeight",C=(this.scrollElement?"document"in this.scrollElement?this.scrollElement.document.documentElement[m]:this.scrollElement[m]:0)-a;return Math.max(Math.min(C,t),0)},this.getOffsetForIndex=(t,i="auto")=>{t=Math.max(0,Math.min(t,this.options.count-1));let a=this.measurementsCache[t];if(!a)return;let d=this.getSize(),m=this.getScrollOffset();if(i==="auto")if(a.end>=m+d-this.options.scrollPaddingEnd)i="end";else if(a.start<=m+this.options.scrollPaddingStart)i="start";else return[m,i];let b=a.start-this.options.scrollPaddingStart+(a.size-d)/2;switch(i){case"center":return[this.getOffsetForAlignment(b,i),i];case"end":return[this.getOffsetForAlignment(a.end+this.options.scrollPaddingEnd,i),i];default:return[this.getOffsetForAlignment(a.start-this.options.scrollPaddingStart,i),i]}},this.isDynamicMode=()=>this.elementsCache.size>0,this.cancelScrollToIndex=()=>{this.scrollToIndexTimeoutId!==null&&this.targetWindow&&(this.targetWindow.clearTimeout(this.scrollToIndexTimeoutId),this.scrollToIndexTimeoutId=null)},this.scrollToOffset=(t,{align:i="start",behavior:a}={})=>{this.cancelScrollToIndex(),a==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),this._scrollToOffset(this.getOffsetForAlignment(t,i),{adjustments:void 0,behavior:a})},this.scrollToIndex=(t,{align:i="auto",behavior:a}={})=>{t=Math.max(0,Math.min(t,this.options.count-1)),this.cancelScrollToIndex(),a==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size.");let d=this.getOffsetForIndex(t,i);if(!d)return;let[m,b]=d;this._scrollToOffset(m,{adjustments:void 0,behavior:a}),a!=="smooth"&&this.isDynamicMode()&&this.targetWindow&&(this.scrollToIndexTimeoutId=this.targetWindow.setTimeout(()=>{if(this.scrollToIndexTimeoutId=null,this.elementsCache.has(this.options.getItemKey(t))){let[L]=Sd(this.getOffsetForIndex(t,b));Fg(L,this.getScrollOffset())||this.scrollToIndex(t,{align:b,behavior:a})}else this.scrollToIndex(t,{align:b,behavior:a})}))},this.scrollBy=(t,{behavior:i}={})=>{this.cancelScrollToIndex(),i==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),this._scrollToOffset(this.getScrollOffset()+t,{adjustments:void 0,behavior:i})},this.getTotalSize=()=>{var d;var t;let i=this.getMeasurements(),a;return i.length===0?a=this.options.paddingStart:a=this.options.lanes===1?(d=(t=i[i.length-1])==null?void 0:t.end)!=null?d:0:Math.max(...i.slice(-this.options.lanes).map(m=>m.end)),Math.max(a-this.options.scrollMargin+this.options.paddingEnd,0)},this._scrollToOffset=(t,{adjustments:i,behavior:a})=>{this.options.scrollToFn(t,{behavior:a,adjustments:i},this)},this.measure=()=>{this.itemSizeCache=new Map,this.notify(!1)},this.setOptions(o)}},Hg=(n,o,t,i)=>{for(;n<=o;){let a=(n+o)/2|0,d=t(a);if(d<i)n=a+1;else if(d>i)o=a-1;else return a}return n>0?n-1:0};function CA({measurements:n,outerSize:o,scrollOffset:t}){let i=n.length-1,d=Hg(0,i,b=>n[b].start,t),m=d;for(;m<i&&n[m].end<t+o;)m++;return{startIndex:d,endIndex:m}}var op=class{constructor(o,t){this.cleanup=()=>{},(this.host=o).addController(this);let i={...t,onChange:(a,d)=>{var m;this.host.updateComplete.then(()=>this.host.requestUpdate()),(m=t.onChange)==null||m.call(t,a,d)}};this.virtualizer=new _d(i)}getVirtualizer(){return this.virtualizer}async hostConnected(){this.cleanup=this.virtualizer._didMount()}hostUpdated(){this.virtualizer._willUpdate()}hostDisconnected(){this.cleanup()}},Id=class extends op{constructor(o,t){super(o,{observeElementRect:Bg,observeElementOffset:Ug,scrollToFn:Gg,...t})}};var kA=[B`
         
     | 
| 
      
 6318 
     | 
    
         
            +
                        color: hsl(${Math.max(0,Math.min(120-120*gt,120))}deg 100% 31%);`,t==null?void 0:t.key)}return(U=t==null?void 0:t.onChange)==null||U.call(t,s),s}return d.updateDeps=b=>{r=b},d}function op(n,o){if(n===void 0)throw new Error(`Unexpected undefined${o?`: ${o}`:""}`);return n}var Hg=(n,o)=>Math.abs(n-o)<1.01,Gg=(n,o,t)=>{let r;return function(...s){n.clearTimeout(r),r=n.setTimeout(()=>o.apply(this,s),t)}};var Yg=n=>{let{offsetWidth:o,offsetHeight:t}=n;return{width:o,height:t}},wA=n=>n,sp=n=>{let o=Math.max(n.startIndex-n.overscan,0),t=Math.min(n.endIndex+n.overscan,n.count-1),r=[];for(let s=o;s<=t;s++)r.push(s);return r},Kg=(n,o)=>{let t=n.scrollElement;if(!t)return;let r=n.targetWindow;if(!r)return;let s=m=>{let{width:b,height:x}=m;o({width:Math.round(b),height:Math.round(x)})};if(s(Yg(t)),!r.ResizeObserver)return()=>{};let d=new r.ResizeObserver(m=>{let b=()=>{let x=m[0];if(x!=null&&x.borderBoxSize){let L=x.borderBoxSize[0];if(L){s({width:L.inlineSize,height:L.blockSize});return}}s(Yg(t))};n.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(b):b()});return d.observe(t,{box:"border-box"}),()=>{d.unobserve(t)}},Wg={passive:!0};var jg=typeof window>"u"?!0:"onscrollend"in window,qg=(n,o)=>{let t=n.scrollElement;if(!t)return;let r=n.targetWindow;if(!r)return;let s=0,d=n.options.useScrollendEvent&&jg?()=>{}:Gg(r,()=>{o(s,!1)},n.options.isScrollingResetDelay),m=U=>()=>{let{horizontal:K,isRtl:Z}=n.options;s=K?t.scrollLeft*(Z&&-1||1):t.scrollTop,d(),o(s,U)},b=m(!0),x=m(!1);x(),t.addEventListener("scroll",b,Wg);let L=n.options.useScrollendEvent&&jg;return L&&t.addEventListener("scrollend",x,Wg),()=>{t.removeEventListener("scroll",b),L&&t.removeEventListener("scrollend",x)}};var NA=(n,o,t)=>{if(o!=null&&o.borderBoxSize){let r=o.borderBoxSize[0];if(r)return Math.round(r[t.options.horizontal?"inlineSize":"blockSize"])}return n[t.options.horizontal?"offsetWidth":"offsetHeight"]};var Xg=(n,{adjustments:o=0,behavior:t},r)=>{var s,d;let m=n+o;(d=(s=r.scrollElement)==null?void 0:s.scrollTo)==null||d.call(s,{[r.options.horizontal?"left":"top"]:m,behavior:t})},Sd=class{constructor(o){this.unsubs=[],this.scrollElement=null,this.targetWindow=null,this.isScrolling=!1,this.measurementsCache=[],this.itemSizeCache=new Map,this.pendingMeasuredCacheIndexes=[],this.scrollRect=null,this.scrollOffset=null,this.scrollDirection=null,this.scrollAdjustments=0,this.elementsCache=new Map,this.observer=(()=>{let t=null,r=()=>t||(!this.targetWindow||!this.targetWindow.ResizeObserver?null:t=new this.targetWindow.ResizeObserver(s=>{s.forEach(d=>{let m=()=>{this._measureElement(d.target,d)};this.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(m):m()})}));return{disconnect:()=>{var s;(s=r())==null||s.disconnect(),t=null},observe:s=>{var d;return(d=r())==null?void 0:d.observe(s,{box:"border-box"})},unobserve:s=>{var d;return(d=r())==null?void 0:d.unobserve(s)}}})(),this.range=null,this.setOptions=t=>{Object.entries(t).forEach(([r,s])=>{typeof s>"u"&&delete t[r]}),this.options={debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:wA,rangeExtractor:sp,onChange:()=>{},measureElement:NA,initialRect:{width:0,height:0},scrollMargin:0,gap:0,indexAttribute:"data-index",initialMeasurementsCache:[],lanes:1,isScrollingResetDelay:150,enabled:!0,isRtl:!1,useScrollendEvent:!1,useAnimationFrameWithResizeObserver:!1,...t}},this.notify=t=>{var r,s;(s=(r=this.options).onChange)==null||s.call(r,this,t)},this.maybeNotify=Wo(()=>(this.calculateRange(),[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]),t=>{this.notify(t)},{key:!1,debug:()=>this.options.debug,initialDeps:[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]}),this.cleanup=()=>{this.unsubs.filter(Boolean).forEach(t=>t()),this.unsubs=[],this.observer.disconnect(),this.scrollElement=null,this.targetWindow=null},this._didMount=()=>()=>{this.cleanup()},this._willUpdate=()=>{var s;var t;let r=this.options.enabled?this.options.getScrollElement():null;if(this.scrollElement!==r){if(this.cleanup(),!r){this.maybeNotify();return}this.scrollElement=r,this.scrollElement&&"ownerDocument"in this.scrollElement?this.targetWindow=this.scrollElement.ownerDocument.defaultView:this.targetWindow=(s=(t=this.scrollElement)==null?void 0:t.window)!=null?s:null,this.elementsCache.forEach(d=>{this.observer.observe(d)}),this._scrollToOffset(this.getScrollOffset(),{adjustments:void 0,behavior:void 0}),this.unsubs.push(this.options.observeElementRect(this,d=>{this.scrollRect=d,this.maybeNotify()})),this.unsubs.push(this.options.observeElementOffset(this,(d,m)=>{this.scrollAdjustments=0,this.scrollDirection=m?this.getScrollOffset()<d?"forward":"backward":null,this.scrollOffset=d,this.isScrolling=m,this.maybeNotify()}))}},this.getSize=()=>{var t;return this.options.enabled?(this.scrollRect=(t=this.scrollRect)!=null?t:this.options.initialRect,this.scrollRect[this.options.horizontal?"width":"height"]):(this.scrollRect=null,0)},this.getScrollOffset=()=>{var t;return this.options.enabled?(this.scrollOffset=(t=this.scrollOffset)!=null?t:typeof this.options.initialOffset=="function"?this.options.initialOffset():this.options.initialOffset,this.scrollOffset):(this.scrollOffset=null,0)},this.getFurthestMeasurement=(t,r)=>{let s=new Map,d=new Map;for(let m=r-1;m>=0;m--){let b=t[m];if(s.has(b.lane))continue;let x=d.get(b.lane);if(x==null||b.end>x.end?d.set(b.lane,b):b.end<x.end&&s.set(b.lane,!0),s.size===this.options.lanes)break}return d.size===this.options.lanes?Array.from(d.values()).sort((m,b)=>m.end===b.end?m.index-b.index:m.end-b.end)[0]:void 0},this.getMeasurementOptions=Wo(()=>[this.options.count,this.options.paddingStart,this.options.scrollMargin,this.options.getItemKey,this.options.enabled],(t,r,s,d,m)=>(this.pendingMeasuredCacheIndexes=[],{count:t,paddingStart:r,scrollMargin:s,getItemKey:d,enabled:m}),{key:!1}),this.getMeasurements=Wo(()=>[this.getMeasurementOptions(),this.itemSizeCache],({count:t,paddingStart:r,scrollMargin:s,getItemKey:d,enabled:m},b)=>{if(!m)return this.measurementsCache=[],this.itemSizeCache.clear(),[];this.measurementsCache.length===0&&(this.measurementsCache=this.options.initialMeasurementsCache,this.measurementsCache.forEach(U=>{this.itemSizeCache.set(U.key,U.size)}));let x=this.pendingMeasuredCacheIndexes.length>0?Math.min(...this.pendingMeasuredCacheIndexes):0;this.pendingMeasuredCacheIndexes=[];let L=this.measurementsCache.slice(0,x);for(let U=x;U<t;U++){let K=d(U),Z=this.options.lanes===1?L[U-1]:this.getFurthestMeasurement(L,U),X=Z?Z.end+this.options.gap:r+s,it=b.get(K),dt=typeof it=="number"?it:this.options.estimateSize(U),lt=X+dt,gt=Z?Z.lane:U%this.options.lanes;L[U]={index:U,start:X,size:dt,end:lt,key:K,lane:gt}}return this.measurementsCache=L,L},{key:!1,debug:()=>this.options.debug}),this.calculateRange=Wo(()=>[this.getMeasurements(),this.getSize(),this.getScrollOffset(),this.options.lanes],(t,r,s,d)=>this.range=t.length>0&&r>0?LA({measurements:t,outerSize:r,scrollOffset:s,lanes:d}):null,{key:!1,debug:()=>this.options.debug}),this.getVirtualIndexes=Wo(()=>{let t=null,r=null,s=this.calculateRange();return s&&(t=s.startIndex,r=s.endIndex),this.maybeNotify.updateDeps([this.isScrolling,t,r]),[this.options.rangeExtractor,this.options.overscan,this.options.count,t,r]},(t,r,s,d,m)=>d===null||m===null?[]:t({startIndex:d,endIndex:m,overscan:r,count:s}),{key:!1,debug:()=>this.options.debug}),this.indexFromElement=t=>{let r=this.options.indexAttribute,s=t.getAttribute(r);return s?parseInt(s,10):(console.warn(`Missing attribute name '${r}={index}' on measured element.`),-1)},this._measureElement=(t,r)=>{let s=this.indexFromElement(t),d=this.measurementsCache[s];if(!d)return;let m=d.key,b=this.elementsCache.get(m);b!==t&&(b&&this.observer.unobserve(b),this.observer.observe(t),this.elementsCache.set(m,t)),t.isConnected&&this.resizeItem(s,this.options.measureElement(t,r,this))},this.resizeItem=(t,r)=>{var b;let s=this.measurementsCache[t];if(!s)return;let d=(b=this.itemSizeCache.get(s.key))!=null?b:s.size,m=r-d;m!==0&&((this.shouldAdjustScrollPositionOnItemSizeChange!==void 0?this.shouldAdjustScrollPositionOnItemSizeChange(s,m,this):s.start<this.getScrollOffset()+this.scrollAdjustments)&&this._scrollToOffset(this.getScrollOffset(),{adjustments:this.scrollAdjustments+=m,behavior:void 0}),this.pendingMeasuredCacheIndexes.push(s.index),this.itemSizeCache=new Map(this.itemSizeCache.set(s.key,r)),this.notify(!1))},this.measureElement=t=>{if(!t){this.elementsCache.forEach((r,s)=>{r.isConnected||(this.observer.unobserve(r),this.elementsCache.delete(s))});return}this._measureElement(t,void 0)},this.getVirtualItems=Wo(()=>[this.getVirtualIndexes(),this.getMeasurements()],(t,r)=>{let s=[];for(let d=0,m=t.length;d<m;d++){let b=t[d],x=r[b];s.push(x)}return s},{key:!1,debug:()=>this.options.debug}),this.getVirtualItemForOffset=t=>{let r=this.getMeasurements();if(r.length!==0)return op(r[Zg(0,r.length-1,s=>op(r[s]).start,t)])},this.getOffsetForAlignment=(t,r,s=0)=>{let d=this.getSize(),m=this.getScrollOffset();r==="auto"&&(r=t>=m+d?"end":"start"),r==="center"?t+=(s-d)/2:r==="end"&&(t-=d);let b=this.getTotalSize()+this.options.scrollMargin-d;return Math.max(Math.min(b,t),0)},this.getOffsetForIndex=(t,r="auto")=>{t=Math.max(0,Math.min(t,this.options.count-1));let s=this.measurementsCache[t];if(!s)return;let d=this.getSize(),m=this.getScrollOffset();if(r==="auto")if(s.end>=m+d-this.options.scrollPaddingEnd)r="end";else if(s.start<=m+this.options.scrollPaddingStart)r="start";else return[m,r];let b=r==="end"?s.end+this.options.scrollPaddingEnd:s.start-this.options.scrollPaddingStart;return[this.getOffsetForAlignment(b,r,s.size),r]},this.isDynamicMode=()=>this.elementsCache.size>0,this.scrollToOffset=(t,{align:r="start",behavior:s}={})=>{s==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),this._scrollToOffset(this.getOffsetForAlignment(t,r),{adjustments:void 0,behavior:s})},this.scrollToIndex=(t,{align:r="auto",behavior:s}={})=>{s==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),t=Math.max(0,Math.min(t,this.options.count-1));let d=0,m=10,b=L=>{if(!this.targetWindow)return;let U=this.getOffsetForIndex(t,L);if(!U){console.warn("Failed to get offset for index:",t);return}let[K,Z]=U;this._scrollToOffset(K,{adjustments:void 0,behavior:s}),this.targetWindow.requestAnimationFrame(()=>{let X=this.getScrollOffset(),it=this.getOffsetForIndex(t,Z);if(!it){console.warn("Failed to get offset for index:",t);return}Hg(it[0],X)||x(Z)})},x=L=>{this.targetWindow&&(d++,d<m?this.targetWindow.requestAnimationFrame(()=>b(L)):console.warn(`Failed to scroll to index ${t} after ${m} attempts.`))};b(r)},this.scrollBy=(t,{behavior:r}={})=>{r==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),this._scrollToOffset(this.getScrollOffset()+t,{adjustments:void 0,behavior:r})},this.getTotalSize=()=>{var d;var t;let r=this.getMeasurements(),s;if(r.length===0)s=this.options.paddingStart;else if(this.options.lanes===1)s=(d=(t=r[r.length-1])==null?void 0:t.end)!=null?d:0;else{let m=Array(this.options.lanes).fill(null),b=r.length-1;for(;b>=0&&m.some(x=>x===null);){let x=r[b];m[x.lane]===null&&(m[x.lane]=x.end),b--}s=Math.max(...m.filter(x=>x!==null))}return Math.max(s-this.options.scrollMargin+this.options.paddingEnd,0)},this._scrollToOffset=(t,{adjustments:r,behavior:s})=>{this.options.scrollToFn(t,{behavior:s,adjustments:r},this)},this.measure=()=>{this.itemSizeCache=new Map,this.notify(!1)},this.setOptions(o)}},Zg=(n,o,t,r)=>{for(;n<=o;){let s=(n+o)/2|0,d=t(s);if(d<r)n=s+1;else if(d>r)o=s-1;else return s}return n>0?n-1:0};function LA({measurements:n,outerSize:o,scrollOffset:t,lanes:r}){let s=n.length-1,d=x=>n[x].start;if(n.length<=r)return{startIndex:0,endIndex:s};let m=Zg(0,s,d,t),b=m;if(r===1)for(;b<s&&n[b].end<t+o;)b++;else if(r>1){let x=Array(r).fill(0);for(;b<s&&x.some(U=>U<t+o);){let U=n[b];x[U.lane]=U.end,b++}let L=Array(r).fill(t+o);for(;m>=0&&L.some(U=>U>=t);){let U=n[m];L[U.lane]=U.start,m--}m=Math.max(0,m-m%r),b=Math.min(s,b+(r-1-b%r))}return{startIndex:m,endIndex:b}}var ap=class{constructor(o,t){this.cleanup=()=>{},(this.host=o).addController(this);let r={...t,onChange:(s,d)=>{var m;this.host.updateComplete.then(()=>this.host.requestUpdate()),(m=t.onChange)==null||m.call(t,s,d)}};this.virtualizer=new Sd(r)}getVirtualizer(){return this.virtualizer}async hostConnected(){this.cleanup=this.virtualizer._didMount()}hostUpdated(){this.virtualizer._willUpdate()}hostDisconnected(){this.cleanup()}},Id=class extends ap{constructor(o,t){super(o,{observeElementRect:Kg,observeElementOffset:qg,scrollToFn:Xg,...t})}};var RA={includeEnd:!1},_d=class{constructor(o,t,r={}){let s={...RA,...r};this.start=o,this.end=t,this.includeEnd=s.includeEnd}includes(o){let{start:t,end:r,includeEnd:s}=this,d=Math.min(t,r),m=Math.max(t,r);return s?o>=d&&o<=m:o>=d&&o<m}iter(o=1){if(o<=0)throw new Error("Step must be a positive non-zero number");let t=o*(this.start<=this.end?1:-1),{includeEnd:r,end:s}=this,d=this.start,m=!1;return{next:()=>{if(m)return{value:void 0,done:!0};let b=d;return d+=t,(r?b>s:b>=s)?(m=!0,{value:void 0,done:!0}):{value:b,done:!1}}}}[Symbol.iterator](){return this.iter()}};var Cd=class{constructor(o,t,r){this.getIndex=()=>0;this.items=o,this.getIndex=t,this.lengthFn=r}get length(){return this.lengthFn()}at(o){return this.items.find(t=>this.getIndex(t)===o)}map(o,t){return this.items.map((r,s,d)=>o.call(t,r,this.getIndex(r),d))}forEach(o,t){this.items.forEach((r,s,d)=>{o.call(t,r,this.getIndex(r),d)})}findIndex(o,t){let r=this.items.find((s,d,m)=>o.call(t,s,this.getIndex(s),m));return r?this.getIndex(r):-1}find(o,t){return this.items.find((r,s,d)=>o.call(t,r,this.getIndex(r),d))}};var MA=[B`
         
     | 
| 
      
 6319 
     | 
    
         
            +
                :host {
         
     | 
| 
      
 6320 
     | 
    
         
            +
                  height: 100%;
         
     | 
| 
      
 6321 
     | 
    
         
            +
                }
         
     | 
| 
      
 6322 
     | 
    
         
            +
             
     | 
| 
       6319 
6323 
     | 
    
         
             
                :host::part(scroll) {
         
     | 
| 
       6320 
6324 
     | 
    
         
             
                  height: 100%;
         
     | 
| 
       6321 
6325 
     | 
    
         
             
                  width: 100%;
         
     | 
| 
       6322 
6326 
     | 
    
         
             
                  overflow-y: auto;
         
     | 
| 
      
 6327 
     | 
    
         
            +
                  scroll-padding: 0.25rem 0;
         
     | 
| 
      
 6328 
     | 
    
         
            +
                  contain: strict;
         
     | 
| 
      
 6329 
     | 
    
         
            +
                  overflow-anchor: none;
         
     | 
| 
      
 6330 
     | 
    
         
            +
                  scrollbar-gutter: stable;
         
     | 
| 
       6323 
6331 
     | 
    
         
             
                }
         
     | 
| 
       6324 
     | 
    
         
            -
             
     | 
| 
       6325 
     | 
    
         
            -
             
     | 
| 
       6326 
     | 
    
         
            -
                   
     | 
| 
      
 6332 
     | 
    
         
            +
             
     | 
| 
      
 6333 
     | 
    
         
            +
                :host::part(wrapper) {
         
     | 
| 
      
 6334 
     | 
    
         
            +
                  padding: 0 0.25rem;
         
     | 
| 
       6327 
6335 
     | 
    
         
             
                }
         
     | 
| 
       6328 
     | 
    
         
            -
             
     | 
| 
       6329 
     | 
    
         
            -
             
     | 
| 
       6330 
     | 
    
         
            -
             
     | 
| 
       6331 
     | 
    
         
            -
                   
     | 
| 
       6332 
     | 
    
         
            -
             
     | 
| 
      
 6336 
     | 
    
         
            +
             
     | 
| 
      
 6337 
     | 
    
         
            +
                ::slotted([data-virtualized-hidden]) {
         
     | 
| 
      
 6338 
     | 
    
         
            +
                  position: absolute !important;
         
     | 
| 
      
 6339 
     | 
    
         
            +
                  top: var(--mdc-virtualizedlist-hidden-top) !important;
         
     | 
| 
      
 6340 
     | 
    
         
            +
                  left: 0 !important;
         
     | 
| 
      
 6341 
     | 
    
         
            +
                }
         
     | 
| 
      
 6342 
     | 
    
         
            +
              `],Qg=MA;var Jg=z.constructTagName("virtualizedlist"),N8=z.constructTagName("virtualizedwrapper"),mn={VIRTUALIZER_PROPS:{count:0,estimateSize:()=>0,getItemKey:n=>n},LOOP:"false",SCROLL_ANCHORING:!1,IS_AT_BOTTOM_THRESHOLD:16};var Ge=class extends Ut(Ps){constructor(){super();this.virtualizerProps=mn.VIRTUALIZER_PROPS;this.loop=mn.LOOP;this.scrollAnchoring=mn.SCROLL_ANCHORING;this.observeSizeChanges=!1;this.revertList=!1;this.atBottomThreshold=mn.IS_AT_BOTTOM_THRESHOLD;this.virtualizer=null;this.virtualizedNavItems=null;this.virtualizerController=null;this.selectedIndex=this.initialFocus;this.selectedKey=null;this.firstIndex=0;this.firstKey=null;this.hiddenIndexes=[];this.atBottomValue="no";this.atBottomTimer=-1;this.lastScrollPosition=0;this.endOfScrollQueue=[];this.handleElementFirstUpdateCompleted=t=>{var r,s;this.observeSizeChanges&&this.navItems.find(d=>d===t.target)!==void 0&&((s=(r=this.virtualizer)==null?void 0:r.measureElement)==null||s.call(r,t.target))};this.addEventListener("wheel",this.handleWheelEvent.bind(this)),this.addEventListener(Ht.FIRST_UPDATE_COMPLETED,this.handleElementFirstUpdateCompleted.bind(this))}get virtualItems(){var t,r;return(r=(t=this.virtualizer)==null?void 0:t.getVirtualItems())!=null?r:[]}get navItems(){var t,r,s,d;if(((t=this.virtualizedNavItems)==null?void 0:t.items)!==super.navItems){let m=(d=(s=(r=this.virtualizer)==null?void 0:r.options)==null?void 0:s.indexAttribute)!=null?d:"data-index";this.virtualizedNavItems=new Cd(super.navItems,b=>Number(b.getAttribute(m)),()=>this.virtualizerProps.count)}return this.virtualizedNavItems}get atBottom(){return this.atBottomValue}set atBottom(t){(this.atBottomValue!==t||t==="yes"&&this.atBottomTimer===-1)&&(this.atBottomValue=t,t==="yes"?this.scrollToBottom():this.clearScrollToBottomTimer())}get totalListHeight(){var t,r;return(r=(t=this.virtualizer)==null?void 0:t.getTotalSize())!=null?r:0}connectedCallback(){this.virtualizerController=new Id(this,{...this.virtualizerProps,horizontal:!1,getScrollElement:()=>this.scrollRef,onChange:this.onVListStateChangeHandler.bind(this),rangeExtractor:this.virtualizerRangeExtractor.bind(this)}),this.virtualizer=this.virtualizerController.getVirtualizer(),super.connectedCallback(),this.role=null,this.atBottom=this.revertList&&this.scrollAnchoring?"yes":"no"}disconnectedCallback(){super.disconnectedCallback(),this.clearScrollToBottomTimer(),this.virtualizerController=null,this.virtualizer=null}async update(t){super.update(t),t.has("virtualizerProps")&&await this.handleVirtualizerPropsUpdate(t.get("virtualizerProps")),t.has("observeSizeChanges")&&this.navItems.forEach(r=>{var s,d;this.observeSizeChanges&&((d=(s=this.virtualizer)==null?void 0:s.measureElement)==null||d.call(s,r))}),t.has("scrollAnchoring")&&(this.scrollAnchoring?this.checkAtBottom():this.atBottom="no"),t.has("revertList")&&this.revertList&&this.scrollAnchoring&&(this.atBottom="yes"),t.has("atBottomThreshold")&&this.scrollAnchoring&&this.checkAtBottom()}async handleVirtualizerPropsUpdate(t){var d,m;let{virtualizer:r}=this;if(!r)return;let s=r.measurementsCache.slice();if(r.setOptions({...r.options,...this.virtualizerProps}),this.virtualizerProps.count!==(t==null?void 0:t.count)&&(this.emitChangeEvent(),this.syncUI()),this.scrollAnchoring&&s.length>0){let b=Math.abs(this.virtualizerProps.count-((d=t==null?void 0:t.count)!=null?d:0)),x=this.selectedIndex,L=this.firstKey,U=new _d(x-b,x+b,{includeEnd:!0}),K=(m=Array.from(U).find(X=>r.options.getItemKey(X)===this.selectedKey))!=null?m:this.selectedIndex;if(this.setSelectedIndex(K),this.requestUpdate(),await this.updateComplete,this.atBottom==="yes"){this.scrollToBottom();return}if(this.focusWithin&&x!==this.selectedIndex||!this.focusWithin&&this.firstKey!==L){let X=r.measurementsCache[this.selectedIndex].end-s[x].end;this.scrollRef.scrollTop+=X}}}setInitialFocus(){setTimeout(async()=>{if(!this.virtualizer)return;let{scrollToIndex:t}=this.virtualizer;if(this.setSelectedIndex(this.initialFocus),this.selectedIndex>=this.navItems.length)return;t(this.selectedIndex,{align:"center"}),this.navItems.find(this.isElementSelected,this)&&this.resetTabIndexes(this.selectedIndex,!1)},0)}emitChangeEvent(){var r,s,d,m,b;(s=(r=this.virtualizerProps).onChange)==null||s.call(r,this.virtualizer,this.virtualizer.isScrolling);let t={virtualizer:this.virtualizer,virtualItems:(b=(m=(d=this.virtualizer)==null?void 0:d.getVirtualItems)==null?void 0:m.call(d))!=null?b:[]};this.dispatchEvent(new CustomEvent("virtualitemschange",{detail:t,bubbles:!1,cancelable:!1}))}virtualizerRangeExtractor(t){var x,L,U,K;let{navItems:r,virtualizerProps:s,virtualizer:d}=this,m=(L=(x=s.rangeExtractor)==null?void 0:x.call(s,t))!=null?L:sp(t);return this.hiddenIndexes.forEach(Z=>{let X=r.at(Z);X&&(X.removeAttribute("data-virtualized-hidden"),X.style.removeProperty("--mdc-virtualizedlist-hidden-top"))}),this.firstIndex=t.startIndex,this.firstKey=(K=(U=this.virtualizer)==null?void 0:U.options.getItemKey(this.firstIndex))!=null?K:null,this.hiddenIndexes.length=0,[this.selectedIndex-1,this.selectedIndex,this.selectedIndex+1].forEach(Z=>{var X;m.includes(Z)||(Z<t.startIndex&&Z>=0&&(m.unshift(Z),this.hiddenIndexes.push(Z)),Z>t.endIndex&&Z<((X=d==null?void 0:d.options.count)!=null?X:0)&&(m.push(Z),this.hiddenIndexes.push(Z)))}),this.updateHiddenItemsPosition(),m.sort((Z,X)=>Z-X),m}updateHiddenItemsPosition(){let{navItems:t,virtualizerProps:r,virtualizer:s}=this;if(!s||r.count===0)return;let{measurementsCache:d,range:m}=s;this.hiddenIndexes.forEach(b=>{var L;let x=t.at(b);if(x){let U=d[(L=m==null?void 0:m.startIndex)!=null?L:0],K=d[b];x.setAttribute("data-virtualized-hidden","true"),x.style.setProperty("--mdc-virtualizedlist-hidden-top",`${K.start-U.start}px`)}})}isElementSelected(t){var r;return((r=this.virtualizer)==null?void 0:r.indexFromElement(t))===this.selectedIndex}setSelectedIndex(t){if(this.virtualizer){let{count:r,getItemKey:s}=this.virtualizer.options;this.selectedIndex=Math.max(0,Math.min(r-1,t)),this.selectedKey=s(t),this.scrollAnchoring&&this.selectedIndex+1===r&&(this.atBottom="yes")}}onElementStoreUpdate(t,r){if(r==="added"){let s=this.isElementSelected(t);t.tabIndex=s?0:-1,this.setAriaSetSize(t)}else r==="removed"&&t.tabIndex===0&&queueMicrotask(()=>{this.resetTabIndexes(this.selectedIndex,this.focusWithin)})}async onVListStateChangeHandler(t,r){this.syncUI(),await this.updateComplete,this.requestUpdate(),!r&&this.endOfScrollQueue.length>0&&(this.endOfScrollQueue.forEach(s=>s()),this.endOfScrollQueue.length=0),this.checkAtBottom(),this.emitChangeEvent()}onScrollHandler(t){let r=t.target;this.atBottom==="re-evaluate"||r.scrollTop<this.lastScrollPosition?this.atBottom="no":this.checkAtBottom(),this.lastScrollPosition=r.scrollTop}checkAtBottom(){let{clientHeight:t,scrollHeight:r,scrollTop:s}=this.scrollRef;this.scrollAnchoring&&this.virtualizer&&this.atBottom==="no"&&r>t-this.atBottomThreshold&&!this.virtualizer.isScrolling&&(this.atBottom=r-s<=t+this.atBottomThreshold?"yes":"no")}handleNavigationKeyDown(t){var r,s,d,m;switch(t.key){case Q.HOME:{(s=(r=this.virtualizer)==null?void 0:r.scrollToIndex)==null||s.call(r,0,{align:"start"}),this.endOfScrollQueue.push(()=>this.resetTabIndexes(0));break}case Q.END:{let b=this.virtualizerProps.count-1;(m=(d=this.virtualizer)==null?void 0:d.scrollToIndex)==null||m.call(d,b,{align:"end"}),this.endOfScrollQueue.push(()=>this.resetTabIndexes(b));break}case Q.ARROW_UP:{this.atBottom="re-evaluate";break}default:}super.handleNavigationKeyDown(t)}resetTabIndexes(t,r=!0){super.resetTabIndexes(t,r),this.setSelectedIndex(t)}resetTabIndexAndSetFocus(t,r,s){if(this.navItems.find(m=>{var b;return((b=this.virtualizer)==null?void 0:b.indexFromElement(m))===t})===void 0){this.scrollToIndex(t,{}),this.endOfScrollQueue.push(()=>{super.resetTabIndexAndSetFocus(t,r,s),this.setSelectedIndex(t)});return}super.resetTabIndexAndSetFocus(t,r,s),this.setSelectedIndex(t)}setAriaSetSize(t){var r,s;t.setAttribute("aria-setsize",`${(s=(r=this.virtualizer)==null?void 0:r.options.count)!=null?s:-1}`)}scrollToBottom(){if(this.clearScrollToBottomTimer(),this.atBottom==="yes"&&this.scrollRef){let{clientHeight:t,scrollHeight:r,scrollTop:s}=this.scrollRef;this.totalListHeight>t&&(this.scrollRef.scrollTop+=r-t-s),this.atBottomTimer=requestAnimationFrame(this.scrollToBottom.bind(this))}}clearScrollToBottomTimer(){cancelAnimationFrame(this.atBottomTimer),this.atBottomTimer=-1}scrollToIndex(t,r){var s,d;(d=(s=this.virtualizer).scrollToIndex)==null||d.call(s,t,r),this.atBottom=this.scrollAnchoring&&t+1===this.virtualizerProps.count?"yes":"no"}syncUI(){var d;let t=this.virtualItems.find(({index:m})=>!this.hiddenIndexes.includes(m)),r=(d=t==null?void 0:t.start)!=null?d:0;window.getComputedStyle(this);let s=0;this.revertList&&this.scrollRef.clientHeight>=this.totalListHeight&&(s=this.scrollRef.clientHeight-this.totalListHeight),this.wrapperRef.style.height=`${this.totalListHeight}px`,this.containerRef.style.transform=`translateY(${s+r}px)`}handleWheelEvent(t){t.deltaY<0&&(this.atBottom="re-evaluate")}render(){var t;return _`
         
     | 
| 
      
 6343 
     | 
    
         
            +
                  <slot name="list-header"></slot>
         
     | 
| 
      
 6344 
     | 
    
         
            +
                  <div part="scroll" tabindex="-1" @scroll="${this.onScrollHandler}">
         
     | 
| 
      
 6345 
     | 
    
         
            +
                    <div part="wrapper">
         
     | 
| 
      
 6346 
     | 
    
         
            +
                      <div part="container" role="list" aria-label="${(t=this.dataAriaLabel)!=null?t:""}">
         
     | 
| 
      
 6347 
     | 
    
         
            +
                        <slot role="presentation"></slot>
         
     | 
| 
      
 6348 
     | 
    
         
            +
                      </div>
         
     | 
| 
      
 6349 
     | 
    
         
            +
                    </div>
         
     | 
| 
      
 6350 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 6351 
     | 
    
         
            +
                `}};Ge.styles=[...Ps.styles,...Qg],p([u({type:Object})],Ge.prototype,"virtualizerProps",2),p([u({type:String,reflect:!0})],Ge.prototype,"loop",2),p([u({type:Boolean,attribute:"scroll-anchoring",reflect:!0})],Ge.prototype,"scrollAnchoring",2),p([u({type:Boolean,reflect:!0,attribute:"observe-size-changes"})],Ge.prototype,"observeSizeChanges",2),p([u({type:Boolean,reflect:!0,attribute:"revert-list"})],Ge.prototype,"revertList",2),p([u({type:Number,reflect:!0,attribute:"at-bottom-threshold"})],Ge.prototype,"atBottomThreshold",2),p([be('[part="scroll"]',!0)],Ge.prototype,"scrollRef",2),p([be('[part="wrapper"]',!0)],Ge.prototype,"wrapperRef",2),p([be('[part="container"]',!0)],Ge.prototype,"containerRef",2),p([Nm({passive:!0})],Ge.prototype,"onScrollHandler",1);var np=Ge;np.register(Jg);var OA=np;ie.register(Rm);var tb=z.constructTagName("combobox"),lp={ARROW_UP:"arrow-up-bold",ARROW_DOWN:"arrow-down-bold"},eb="list";var dp="combobox-trigger-id";var un=class{static dispatchComboboxEvent(o,t,r,s=!0){o.dispatchEvent(new CustomEvent(t,{detail:{value:r==null?void 0:r.value,label:r==null?void 0:r.label},composed:!0,bubbles:s}))}static onInputCombobox(o,t){this.dispatchComboboxEvent(o,"input",t)}static onChangeCombobox(o,t){this.dispatchComboboxEvent(o,"change",t)}};var PA=B`
         
     | 
| 
       6333 
6352 
     | 
    
         
             
              :host {
         
     | 
| 
       6334 
6353 
     | 
    
         
             
                --mdc-combobox-border-color: var(--mds-color-theme-outline-input-normal);
         
     | 
| 
       6335 
6354 
     | 
    
         
             
                --mdc-combobox-icon-color: var(--mds-color-theme-text-primary-normal);
         
     | 
| 
         @@ -6434,19 +6453,19 @@ 
     | 
|
| 
       6434 
6453 
     | 
    
         
             
                  --mdc-icon-fill-color: ButtonText;
         
     | 
| 
       6435 
6454 
     | 
    
         
             
                }
         
     | 
| 
       6436 
6455 
     | 
    
         
             
              }
         
     | 
| 
       6437 
     | 
    
         
            -
            `, 
     | 
| 
      
 6456 
     | 
    
         
            +
            `,rb=[PA];var pe=class extends Yi(ye(Ae(Ut(se)))){constructor(){super();this.placement=wt.BOTTOM_START;this.boundary=It.BOUNDARY;this.strategy=It.STRATEGY;this.popoverZIndex=It.Z_INDEX;this.isOpen=!1;this.filteredValue="";this.initialSelectedOption=null;this.handleUpdateError=t=>{this.onerror&&this.onerror(t)};this.handleDestroyEvent=t=>{let r=t.detail.originalTarget;if(r&&(!this.isValidItem(r)||r.tabIndex!==0))return;let s=this.navItems.findIndex(m=>m===r);if(s===-1)return;let d=s+1;d>=this.navItems.length&&(d=s-1)};this.addEventListener(Ht.DESTROYED,this.handleDestroyEvent),this.itemsStore=new Ur(this,{isValidItem:this.isValidItem})}get navItems(){return this.itemsStore.items}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.inputElement&&(this.setInputValidity(),this.internals.setFormValue(this.inputElement.value))}).catch(this.handleUpdateError)}isValidItem(t){return t.matches(`${mr}:not([disabled])`)}openPopover(){this.isOpen=!0}closePopover(){this.isOpen=!1}toggleDropdown(){this.isOpen=!this.isOpen}compareOptionWithValue(t,r){return(t.getAttribute("label")||"").toLowerCase().startsWith(r==null?void 0:r.toLowerCase())}getFirstSelectedOption(){return this.navItems.find(t=>t.hasAttribute("selected"))}getVisibleOptions(t){return this.navItems.filter(r=>this.compareOptionWithValue(r,t))}setSelectedValue(t){this.value=(t==null?void 0:t.getAttribute("value"))||"",this.filteredValue=(t==null?void 0:t.getAttribute("label"))||"",this.internals.setFormValue(this.value),this.updateHiddenOptions(),this.updateSelectedOption(t),this.setInputValidity(),this.resetHelpText(),un.onInputCombobox(this,t),un.onChangeCombobox(this,t)}resetSelectedValue(){this.value="",this.internals.setFormValue(this.value),this.resetHelpText()}resetHelpText(){this.invalidCustomValueText&&this.helpText===this.invalidCustomValueText&&(this.helpText="",this.helpTextType=$t.DEFAULT)}attributeChangedCallback(t,r,s){super.attributeChangedCallback(t,r,s),t==="validation-message"&&this.updateComplete.then(()=>{this.setInputValidity()}).catch(this.handleUpdateError)}async firstUpdated(t){await this.updateComplete,this.inputElement&&this.autoFocusOnMount&&(this.elementToAutoFocus=this.inputElement),super.firstUpdated(t);let r=this.getFirstSelectedOption();if(r)this.initialSelectedOption=r,this.setSelectedValue(r);else if(this.value){let s=this.navItems.find(d=>d.value===this.value);this.setSelectedValue(s)}else this.placeholder&&this.setInputValidity();this.navItems.forEach(s=>{s.setAttribute("tabindex","-1")})}updated(t){super.updated(t),(t.has("slottedListboxes")||t.has("isOpen"))&&(this.visualCombobox&&"ariaControlsElements"in this.visualCombobox&&(this.visualCombobox.ariaControlsElements=this.slottedListboxes),this.dropDownButton&&"ariaControlsElements"in this.dropDownButton&&(this.dropDownButton.ariaControlsElements=this.slottedListboxes)),(t.has("disabled")||t.has("readonly"))&&(this.disabled||this.readonly)&&this.closePopover()}setInputValidity(){var t,r;!this.value&&this.required?(this.validationMessage?(t=this.inputElement)==null||t.setCustomValidity(this.validationMessage):(r=this.inputElement)==null||r.setCustomValidity(""),this.setValidity()):this.internals.setValidity({})}formResetCallback(){var r;let t=this.initialSelectedOption||null;this.setSelectedValue(t),this.filteredValue=(r=t==null?void 0:t.label)!=null?r:"",this.setInputValidity()}formStateRestoreCallback(t){let r=this.navItems.find(s=>s.value===t||s.label===t);this.setSelectedValue(r||null)}handleNativeInputFocus(){this.visualCombobox.focus()}resetFocusedOption(){this.navItems.filter(t=>t.hasAttribute("data-focused")).forEach(t=>this.updateOptionAttributes(t,!1))}updateSelectedOption(t){this.navItems.forEach(r=>{r.removeAttribute("selected")}),t==null||t.setAttribute("selected","")}updateOptionAttributes(t,r){t!==void 0&&(r?t.setAttribute("data-focused",""):t.removeAttribute("data-focused"),t.setAttribute("aria-selected",r.toString()))}handleBlurChange(){let t=this.getVisibleOptions(this.filteredValue),r=t.findIndex(s=>s.hasAttribute("data-focused"));if(r!==-1){this.setSelectedValue(t[r]),this.closePopover();return}r===-1&&this.filteredValue!==""&&this.invalidCustomValueText&&!this.getFirstSelectedOption()&&(this.helpText=this.invalidCustomValueText,this.helpTextType=$t.ERROR),this.setInputValidity()}updateFocusAndScrollIntoView(t,r,s){var d;this.updateOptionAttributes(t[r],!1),this.updateOptionAttributes(t[s],!0),(d=t[s])==null||d.scrollIntoView({block:"nearest"})}handleInputKeydown(t){let r=this.getVisibleOptions(this.filteredValue),s=r.findIndex(d=>d.hasAttribute("data-focused"));switch(t.key){case Q.ARROW_DOWN:{this.openPopover();let d=r.length-1===s?0:s+1;this.updateFocusAndScrollIntoView(r,s,d),t.preventDefault();break}case Q.ARROW_UP:{this.openPopover();let d=s===-1||s===0?r.length-1:s-1;this.updateFocusAndScrollIntoView(r,s,d),t.preventDefault();break}case Q.ENTER:{if(s===-1)return;this.setSelectedValue(r[s]),this.isOpen===!0&&this.closePopover();break}case Q.ESCAPE:{s!==-1&&this.updateOptionAttributes(r[s],!1),r.length&&this.shouldDisplayPopover(r.length)?this.closePopover():(this.resetSelectedValue(),this.filteredValue="");break}case Q.TAB:{this.closePopover();break}case Q.HOME:case Q.END:{this.resetFocusedOption();break}default:break}}updateHiddenOptions(){this.navItems.forEach(t=>{this.compareOptionWithValue(t,this.filteredValue)?(t.removeAttribute("data-hidden"),this.showOptionGroupAndDivider(t)):(t.setAttribute("data-hidden",""),this.hideOptionGroupAndDivider(t))})}hideOptionGroupAndDivider(t){var r,s,d;(r=t.parentElement)!=null&&r.matches(on)&&((s=Array.from(t.parentElement.children))==null?void 0:s.filter(b=>!b.hasAttribute("data-hidden"))).length===0&&(t.parentElement.setAttribute("data-hidden",""),(d=t.parentElement.nextElementSibling)!=null&&d.matches(Va)&&t.parentElement.nextElementSibling.setAttribute("data-hidden",""))}showOptionGroupAndDivider(t){var r,s,d;(r=t.parentElement)!=null&&r.matches(on)&&((s=Array.from(t.parentElement.children))==null?void 0:s.filter(b=>!b.hasAttribute("data-hidden"))).length>0&&(t.parentElement.removeAttribute("data-hidden"),(d=t.parentElement.nextElementSibling)!=null&&d.matches(Va)&&t.parentElement.nextElementSibling.removeAttribute("data-hidden"))}handleInputChange(t){var r;this.filteredValue=t.target.value,this.resetSelectedValue(),this.resetFocusedOption(),this.updateHiddenOptions(),(r=this.getFirstSelectedOption())==null||r.removeAttribute("selected"),this.isOpen===!1&&this.openPopover()}handleOptionsClick(t){var s;let r=(s=t.target.closest(mr))!=null?s:null;r&&!r.hasAttribute("disabled")&&(this.setSelectedValue(r),this.closePopover(),this.updateComplete.then(()=>this.handleNativeInputFocus()).catch(this.handleUpdateError))}shouldDisplayPopover(t){return this.disabled||this.readonly?!1:t?this.isOpen:!!this.noResultText}renderNativeInput(){return _`
         
     | 
| 
       6438 
6457 
     | 
    
         
             
                  <input
         
     | 
| 
       6439 
6458 
     | 
    
         
             
                    id="${this.inputId}"
         
     | 
| 
       6440 
6459 
     | 
    
         
             
                    name="${this.name}"
         
     | 
| 
       6441 
6460 
     | 
    
         
             
                    type="text"
         
     | 
| 
       6442 
     | 
    
         
            -
                    .value="${ 
     | 
| 
      
 6461 
     | 
    
         
            +
                    .value="${Fo(this.value)}"
         
     | 
| 
       6443 
6462 
     | 
    
         
             
                    aria-hidden="true"
         
     | 
| 
       6444 
6463 
     | 
    
         
             
                    part="internal-native-input"
         
     | 
| 
       6445 
6464 
     | 
    
         
             
                    tabindex="-1"
         
     | 
| 
       6446 
6465 
     | 
    
         
             
                    ?required=${this.required}
         
     | 
| 
       6447 
6466 
     | 
    
         
             
                    ?disabled=${this.disabled}
         
     | 
| 
       6448 
6467 
     | 
    
         
             
                    ?readonly=${this.readonly}
         
     | 
| 
       6449 
     | 
    
         
            -
                    autocomplete="${ 
     | 
| 
      
 6468 
     | 
    
         
            +
                    autocomplete="${Ns.OFF}"
         
     | 
| 
       6450 
6469 
     | 
    
         
             
                    @focus=${this.handleNativeInputFocus}
         
     | 
| 
       6451 
6470 
     | 
    
         
             
                    @invalid=${this.setInputValidity}
         
     | 
| 
       6452 
6471 
     | 
    
         
             
                  />
         
     | 
| 
         @@ -6455,30 +6474,30 @@ 
     | 
|
| 
       6455 
6474 
     | 
    
         
             
                    id="${this.id}"
         
     | 
| 
       6456 
6475 
     | 
    
         
             
                    slot="input"
         
     | 
| 
       6457 
6476 
     | 
    
         
             
                    ?disabled="${this.disabled}"
         
     | 
| 
       6458 
     | 
    
         
            -
                    .value="${ 
     | 
| 
       6459 
     | 
    
         
            -
                    autocomplete="${ 
     | 
| 
      
 6477 
     | 
    
         
            +
                    .value="${Fo(this.filteredValue)}"
         
     | 
| 
      
 6478 
     | 
    
         
            +
                    autocomplete="${Ns.OFF}"
         
     | 
| 
       6460 
6479 
     | 
    
         
             
                    part="input-text"
         
     | 
| 
       6461 
     | 
    
         
            -
                    placeholder="${ 
     | 
| 
       6462 
     | 
    
         
            -
                    role="${ 
     | 
| 
      
 6480 
     | 
    
         
            +
                    placeholder="${tt(this.placeholder)}"
         
     | 
| 
      
 6481 
     | 
    
         
            +
                    role="${rt.COMBOBOX}"
         
     | 
| 
       6463 
6482 
     | 
    
         
             
                    ?readonly="${this.readonly}"
         
     | 
| 
       6464 
6483 
     | 
    
         
             
                    ?required="${this.required}"
         
     | 
| 
       6465 
6484 
     | 
    
         
             
                    @input=${this.handleInputChange}
         
     | 
| 
       6466 
6485 
     | 
    
         
             
                    @keydown=${this.handleInputKeydown}
         
     | 
| 
       6467 
6486 
     | 
    
         
             
                    @blur="${this.handleBlurChange}"
         
     | 
| 
       6468 
     | 
    
         
            -
                    aria-autocomplete="${ 
     | 
| 
       6469 
     | 
    
         
            -
                    aria-describedby="${ 
     | 
| 
      
 6487 
     | 
    
         
            +
                    aria-autocomplete="${eb}"
         
     | 
| 
      
 6488 
     | 
    
         
            +
                    aria-describedby="${tt(this.helpText?Lt.HELPER_TEXT_ID:"")}"
         
     | 
| 
       6470 
6489 
     | 
    
         
             
                    aria-disabled="${this.disabled?"true":"false"}"
         
     | 
| 
       6471 
6490 
     | 
    
         
             
                    aria-expanded="${this.isOpen?"true":"false"}"
         
     | 
| 
       6472 
     | 
    
         
            -
                    aria-haspopup="${ 
     | 
| 
       6473 
     | 
    
         
            -
                    aria-invalid="${this.helpTextType 
     | 
| 
      
 6491 
     | 
    
         
            +
                    aria-haspopup="${rt.LISTBOX}"
         
     | 
| 
      
 6492 
     | 
    
         
            +
                    aria-invalid="${this.helpTextType===$t.ERROR?"true":"false"}"
         
     | 
| 
       6474 
6493 
     | 
    
         
             
                    aria-label="${(t=this.dataAriaLabel)!=null?t:""}"
         
     | 
| 
       6475 
     | 
    
         
            -
                    aria-labelledby="${this.label? 
     | 
| 
      
 6494 
     | 
    
         
            +
                    aria-labelledby="${this.label?Lt.HEADING_ID:""}"
         
     | 
| 
       6476 
6495 
     | 
    
         
             
                    aria-readonly="${this.readonly?"true":"false"}"
         
     | 
| 
       6477 
6496 
     | 
    
         
             
                    aria-required="${this.required?"true":"false"}"
         
     | 
| 
       6478 
6497 
     | 
    
         
             
                  />
         
     | 
| 
       6479 
     | 
    
         
            -
                `}renderNoResultsText(t){return t===0&&this.noResultText?_`<mdc-listitem part="no-result-text" tabindex="-1" role="" label="${this.noResultText}"></mdc-listitem>`:j}render(){var  
     | 
| 
      
 6498 
     | 
    
         
            +
                `}renderNoResultsText(t){return t===0&&this.noResultText?_`<mdc-listitem part="no-result-text" tabindex="-1" role="" label="${this.noResultText}"></mdc-listitem>`:j}render(){var r;let t=this.getVisibleOptions(this.filteredValue);return _`
         
     | 
| 
       6480 
6499 
     | 
    
         
             
                  ${this.renderLabel()}
         
     | 
| 
       6481 
     | 
    
         
            -
                  <div part="combobox__base" id="${ 
     | 
| 
      
 6500 
     | 
    
         
            +
                  <div part="combobox__base" id="${dp}">
         
     | 
| 
       6482 
6501 
     | 
    
         
             
                    ${this.renderNativeInput()}
         
     | 
| 
       6483 
6502 
     | 
    
         
             
                    <mdc-input
         
     | 
| 
       6484 
6503 
     | 
    
         
             
                      @click="${()=>this.toggleDropdown()}"
         
     | 
| 
         @@ -6494,11 +6513,11 @@ 
     | 
|
| 
       6494 
6513 
     | 
    
         
             
                      ?disabled="${this.disabled}"
         
     | 
| 
       6495 
6514 
     | 
    
         
             
                      tabindex="-1"
         
     | 
| 
       6496 
6515 
     | 
    
         
             
                      aria-expanded="${this.isOpen?"true":"false"}"
         
     | 
| 
       6497 
     | 
    
         
            -
                      aria-label="${( 
     | 
| 
      
 6516 
     | 
    
         
            +
                      aria-label="${(r=this.dataAriaLabel)!=null?r:""}"
         
     | 
| 
       6498 
6517 
     | 
    
         
             
                    >
         
     | 
| 
       6499 
6518 
     | 
    
         
             
                      <mdc-icon
         
     | 
| 
       6500 
6519 
     | 
    
         
             
                        part="combobox__button-icon"
         
     | 
| 
       6501 
     | 
    
         
            -
                        name="${this.shouldDisplayPopover(t.length)? 
     | 
| 
      
 6520 
     | 
    
         
            +
                        name="${this.shouldDisplayPopover(t.length)?lp.ARROW_UP:lp.ARROW_DOWN}"
         
     | 
| 
       6502 
6521 
     | 
    
         
             
                        size="1"
         
     | 
| 
       6503 
6522 
     | 
    
         
             
                        length-unit="rem"
         
     | 
| 
       6504 
6523 
     | 
    
         
             
                      ></mdc-icon>
         
     | 
| 
         @@ -6508,8 +6527,8 @@ 
     | 
|
| 
       6508 
6527 
     | 
    
         
             
                      @closebyescape="${()=>{this.closePopover()}}"
         
     | 
| 
       6509 
6528 
     | 
    
         
             
                      @closebyoutsideclick="${()=>{this.closePopover(),this.handleNativeInputFocus()}}"
         
     | 
| 
       6510 
6529 
     | 
    
         
             
                      backdrop
         
     | 
| 
       6511 
     | 
    
         
            -
                      backdrop-append-to="${ 
     | 
| 
       6512 
     | 
    
         
            -
                      boundary="${ 
     | 
| 
      
 6530 
     | 
    
         
            +
                      backdrop-append-to="${tt(this.backdropAppendTo)}"
         
     | 
| 
      
 6531 
     | 
    
         
            +
                      boundary="${tt(this.boundary)}"
         
     | 
| 
       6513 
6532 
     | 
    
         
             
                      disable-aria-expanded
         
     | 
| 
       6514 
6533 
     | 
    
         
             
                      exportparts="popover-content"
         
     | 
| 
       6515 
6534 
     | 
    
         
             
                      hide-on-escape
         
     | 
| 
         @@ -6518,17 +6537,17 @@ 
     | 
|
| 
       6518 
6537 
     | 
    
         
             
                      placement="${this.placement}"
         
     | 
| 
       6519 
6538 
     | 
    
         
             
                      role=""
         
     | 
| 
       6520 
6539 
     | 
    
         
             
                      size
         
     | 
| 
       6521 
     | 
    
         
            -
                      strategy="${ 
     | 
| 
       6522 
     | 
    
         
            -
                      trigger="${ 
     | 
| 
       6523 
     | 
    
         
            -
                      triggerid="${ 
     | 
| 
       6524 
     | 
    
         
            -
                      z-index="${ 
     | 
| 
      
 6540 
     | 
    
         
            +
                      strategy="${tt(this.strategy)}"
         
     | 
| 
      
 6541 
     | 
    
         
            +
                      trigger="${hi.MANUAL}"
         
     | 
| 
      
 6542 
     | 
    
         
            +
                      triggerid="${dp}"
         
     | 
| 
      
 6543 
     | 
    
         
            +
                      z-index="${tt(this.popoverZIndex)}"
         
     | 
| 
       6525 
6544 
     | 
    
         
             
                    >
         
     | 
| 
       6526 
6545 
     | 
    
         
             
                      ${this.renderNoResultsText(t.length)}
         
     | 
| 
       6527 
6546 
     | 
    
         
             
                      <slot @click="${this.handleOptionsClick}"></slot>
         
     | 
| 
       6528 
6547 
     | 
    
         
             
                    </mdc-popover>
         
     | 
| 
       6529 
6548 
     | 
    
         
             
                  </div>
         
     | 
| 
       6530 
6549 
     | 
    
         
             
                  ${this.renderHelperText()}
         
     | 
| 
       6531 
     | 
    
         
            -
                `}};pe.styles=[... 
     | 
| 
      
 6550 
     | 
    
         
            +
                `}};pe.styles=[...Ir.styles,...se.styles,...rb],p([u({type:String})],pe.prototype,"placeholder",2),p([u({type:String,reflect:!0})],pe.prototype,"placement",2),p([u({type:String,attribute:"no-result-text",reflect:!0})],pe.prototype,"noResultText",2),p([u({type:String,attribute:"invalid-custom-value-text",reflect:!0})],pe.prototype,"invalidCustomValueText",2),p([u({type:String,reflect:!0})],pe.prototype,"boundary",2),p([u({type:String,reflect:!0})],pe.prototype,"strategy",2),p([u({type:Number,reflect:!0,attribute:"popover-z-index"})],pe.prototype,"popoverZIndex",2),p([u({type:String,reflect:!0,attribute:"backdrop-append-to"})],pe.prototype,"backdropAppendTo",2),p([be(`[role="${rt.COMBOBOX}"]`)],pe.prototype,"visualCombobox",2),p([be('[part="combobox__button"]')],pe.prototype,"dropDownButton",2),p([Pt({selector:hd})],pe.prototype,"slottedListboxes",2),p([vt()],pe.prototype,"isOpen",2),p([vt()],pe.prototype,"filteredValue",2);var cp=pe;cp.register(tb);var DA=cp;var ib=(n,o,t)=>{let r=new Map;for(let s=o;s<=t;s++)r.set(n[s],s);return r},ob=si(class extends Dr{constructor(n){if(super(n),n.type!==Ke.CHILD)throw Error("repeat() can only be used in text expressions")}dt(n,o,t){let r;t===void 0?t=o:o!==void 0&&(r=o);let s=[],d=[],m=0;for(let b of n)s[m]=r?r(b,m):m,d[m]=t(b,m),m++;return{values:d,keys:s}}render(n,o,t){return this.dt(n,o,t).values}update(n,[o,t,r]){var dt;let s=ou(n),{values:d,keys:m}=this.dt(o,t,r);if(!Array.isArray(s))return this.ut=m,d;let b=(dt=this.ut)!=null?dt:this.ut=[],x=[],L,U,K=0,Z=s.length-1,X=0,it=d.length-1;for(;K<=Z&&X<=it;)if(s[K]===null)K++;else if(s[Z]===null)Z--;else if(b[K]===m[X])x[X]=Di(s[K],d[X]),K++,X++;else if(b[Z]===m[it])x[it]=Di(s[Z],d[it]),Z--,it--;else if(b[K]===m[it])x[it]=Di(s[K],d[it]),ps(n,x[it+1],s[K]),K++,it--;else if(b[Z]===m[X])x[X]=Di(s[Z],d[X]),ps(n,s[K],s[Z]),Z--,X++;else if(L===void 0&&(L=ib(m,X,it),U=ib(b,K,Z)),L.has(b[K]))if(L.has(b[Z])){let lt=U.get(m[X]),gt=lt!==void 0?s[lt]:null;if(gt===null){let St=ps(n,s[K]);Di(St,d[X]),x[X]=St}else x[X]=Di(gt,d[X]),ps(n,s[K],gt),s[lt]=null;X++}else sl(s[Z]),Z--;else sl(s[K]),K++;for(;X<=it;){let lt=ps(n,x[it+1]);Di(lt,d[X]),x[X++]=lt}for(;K<=Z;){let lt=s[K++];lt!==null&&sl(lt)}return this.ut=m,ol(n,x),ge}});var sb=z.constructTagName("slider"),FA={START:"start",END:"end",UNDEFINED:void 0},io={MIN:0,MAX:100,STEP:1,STATE:FA.UNDEFINED,ICON_SIZE:1.25,ICON_LENGTH_UNIT:"rem"};var $A=B`
         
     | 
| 
       6532 
6551 
     | 
    
         
             
              :host {
         
     | 
| 
       6533 
6552 
     | 
    
         
             
                width: 100%;
         
     | 
| 
       6534 
6553 
     | 
    
         
             
                --mdc-slider-tooltip-left: 0;
         
     | 
| 
         @@ -6696,15 +6715,15 @@ 
     | 
|
| 
       6696 
6715 
     | 
    
         
             
              }
         
     | 
| 
       6697 
6716 
     | 
    
         | 
| 
       6698 
6717 
     | 
    
         
             
              input[type='range']:focus::-webkit-slider-thumb {
         
     | 
| 
       6699 
     | 
    
         
            -
                box-shadow: ${ 
     | 
| 
      
 6718 
     | 
    
         
            +
                box-shadow: ${Mi};
         
     | 
| 
       6700 
6719 
     | 
    
         
             
              }
         
     | 
| 
       6701 
6720 
     | 
    
         | 
| 
       6702 
6721 
     | 
    
         
             
              input[type='range']:focus::-moz-range-thumb {
         
     | 
| 
       6703 
     | 
    
         
            -
                box-shadow: ${ 
     | 
| 
      
 6722 
     | 
    
         
            +
                box-shadow: ${Mi};
         
     | 
| 
       6704 
6723 
     | 
    
         
             
              }
         
     | 
| 
       6705 
6724 
     | 
    
         | 
| 
       6706 
6725 
     | 
    
         
             
              input[type='range']:focus::-ms-thumb {
         
     | 
| 
       6707 
     | 
    
         
            -
                box-shadow: ${ 
     | 
| 
      
 6726 
     | 
    
         
            +
                box-shadow: ${Mi};
         
     | 
| 
       6708 
6727 
     | 
    
         
             
              }
         
     | 
| 
       6709 
6728 
     | 
    
         | 
| 
       6710 
6729 
     | 
    
         
             
              :host::part(slider-tooltip) {
         
     | 
| 
         @@ -6750,24 +6769,24 @@ 
     | 
|
| 
       6750 
6769 
     | 
    
         
             
                  border: 1px solid;
         
     | 
| 
       6751 
6770 
     | 
    
         
             
                }
         
     | 
| 
       6752 
6771 
     | 
    
         
             
              }
         
     | 
| 
       6753 
     | 
    
         
            -
            `, 
     | 
| 
      
 6772 
     | 
    
         
            +
            `,ab=[Ri,$A];var Nt=class extends q{constructor(){super();this.thumbFocused=io.STATE;this.thumbHovered=io.STATE;this.range=!1;this.min=io.MIN;this.max=io.MAX;this.step=io.STEP;this.addEventListener("keydown",this.preventChange.bind(this)),this.addEventListener("mousedown",this.preventChange.bind(this))}updated(t){super.updated(t),(t.has("value")||t.has("step")||t.has("min")||t.has("max")||t.has("disabled")||t.has("softDisabled")||t.has("range")||t.has("valueStart")||t.has("valueEnd"))&&this.updateTrackStyling(),t.has("softDisabled")&&this.setSoftDisabled(),(t.has("range")||t.has("valueStart")||t.has("valueEnd"))&&this.initializeRangeSlider()}preventChange(t){this.softDisabled&&(t instanceof KeyboardEvent&&t.key!==Q.TAB||!(t instanceof KeyboardEvent))&&(t.preventDefault(),t.stopPropagation())}setSoftDisabled(){this.inputElements.forEach(t=>{let r=t;this.softDisabled?r.setAttribute("aria-disabled","true"):r.removeAttribute("aria-disabled")})}initializeRangeSlider(){this.valueStart===void 0&&(this.valueStart=this.min),this.valueEnd===void 0&&(this.valueEnd=this.max),this.handleInput(0),this.handleInput(1)}handleInput(t){let r=this.inputElements[t];if(r)if(t===0){if(!this.valueEnd)return;let s=Number(r.value);s>this.valueEnd?(r.value=String(this.valueEnd),this.valueStart=this.valueEnd):s>=this.min&&s<this.valueEnd?this.valueStart=s:s<this.min&&(r.value=String(this.min),this.valueStart=this.min)}else{if(!this.valueStart)return;let s=Number(r.value);s<this.valueStart?(r.value=String(this.valueStart),this.valueEnd=this.valueStart):s<=this.max&&s>this.valueStart?this.valueEnd=s:s>this.max&&(r.value=String(this.max),this.valueEnd=this.max)}}iconTemplate(t,r){return typeof t=="string"&&t.length>0?_`<mdc-icon
         
     | 
| 
       6754 
6773 
     | 
    
         
             
                      name="${t}"
         
     | 
| 
       6755 
     | 
    
         
            -
                      part="${ 
     | 
| 
       6756 
     | 
    
         
            -
                      length-unit="${ 
     | 
| 
       6757 
     | 
    
         
            -
                      size="${ 
     | 
| 
       6758 
     | 
    
         
            -
                    ></mdc-icon>`:null}tooltipTemplate(t, 
     | 
| 
      
 6774 
     | 
    
         
            +
                      part="${r}"
         
     | 
| 
      
 6775 
     | 
    
         
            +
                      length-unit="${io.ICON_LENGTH_UNIT}"
         
     | 
| 
      
 6776 
     | 
    
         
            +
                      size="${io.ICON_SIZE}"
         
     | 
| 
      
 6777 
     | 
    
         
            +
                    ></mdc-icon>`:null}tooltipTemplate(t,r){let[s,d]=this.inputElements,m=r==="end"?d:s,b=Number(m==null?void 0:m.value);if(typeof b!="number"||Number.isNaN(b)||this.max===this.min||this.disabled||this.hideTooltip)return j;let x=(b-this.min)/(this.max-this.min);return _`<div part="slider-tooltip" aria-hidden="true" style="--mdc-slider-tooltip-left: ${x}">
         
     | 
| 
       6759 
6778 
     | 
    
         
             
                  ${t||b}
         
     | 
| 
       6760 
     | 
    
         
            -
                </div> `}updateTrackStyling(){let t="var(--mdc-slider-progress-color)", 
     | 
| 
      
 6779 
     | 
    
         
            +
                </div> `}updateTrackStyling(){let t="var(--mdc-slider-progress-color)",r="var(--mdc-slider-track-color)";if((this.disabled||this.softDisabled)&&(t="var(--mds-color-theme-control-active-disabled)",r="var(--mds-color-theme-control-inactive-disabled)"),this.range){if(!this.inputElements[1])return;let s=Number(this.inputElements[0].value),d=Number(this.inputElements[1].value),m=Number(this.inputElements[0].max)||1,b=Math.max(0,Math.min(100,(s-this.min)/(m-this.min)*100)),x=Math.max(0,Math.min(100,(d-this.min)/(m-this.min)*100));this.inputElements[1].style.background=`linear-gradient(
         
     | 
| 
       6761 
6780 
     | 
    
         
             
                    to right,
         
     | 
| 
       6762 
     | 
    
         
            -
                    ${ 
     | 
| 
       6763 
     | 
    
         
            -
                    ${ 
     | 
| 
      
 6781 
     | 
    
         
            +
                    ${r} 0%,
         
     | 
| 
      
 6782 
     | 
    
         
            +
                    ${r} ${b}%,
         
     | 
| 
       6764 
6783 
     | 
    
         
             
                    ${t} ${b}%,
         
     | 
| 
       6765 
     | 
    
         
            -
                    ${t} ${ 
     | 
| 
       6766 
     | 
    
         
            -
                    ${ 
     | 
| 
       6767 
     | 
    
         
            -
                    ${ 
     | 
| 
       6768 
     | 
    
         
            -
                  )`}else{if(!this.inputElements[0])return;let  
     | 
| 
       6769 
     | 
    
         
            -
                    ${ 
     | 
| 
       6770 
     | 
    
         
            -
                  </div>`:j}render(){var t, 
     | 
| 
      
 6784 
     | 
    
         
            +
                    ${t} ${x}%,
         
     | 
| 
      
 6785 
     | 
    
         
            +
                    ${r} ${x}%,
         
     | 
| 
      
 6786 
     | 
    
         
            +
                    ${r} 100%
         
     | 
| 
      
 6787 
     | 
    
         
            +
                  )`}else{if(!this.inputElements[0])return;let s=Number(this.inputElements[0].value),d=Number(this.inputElements[0].max)||1,m=Math.max(0,Math.min(100,(s-this.min)/(d-this.min)*100));this.inputElements[0].style.background=`linear-gradient(to right, ${t} ${m}%, ${r} ${m}%)`}}onInput(t){let r=t.target;this.value=Number(r.value)}onChange(t){let r=t.target;this.value=Number(r.value),this.dispatchEvent(new CustomEvent("change",{detail:{value:this.value}}))}onChangeStart(t){let r=t.target;this.valueStart=Number(r.value),this.dispatchEvent(new CustomEvent("change",{detail:{valueStart:this.valueStart,valueEnd:this.valueEnd}}))}onChangeEnd(t){let r=t.target;this.valueEnd=Number(r.value),this.dispatchEvent(new CustomEvent("change",{detail:{valueEnd:this.valueEnd,valueStart:this.valueStart}}))}getTickStyles(t){if(this.max===this.min)return"";let r=(t-this.min)/(this.max-this.min),s=[];if(this.inputElements[0]){let m=(Number(this.inputElements[0].value)-this.min)/(this.max-this.min);s.push(m)}if(this.range&&this.inputElements[1]){let m=(Number(this.inputElements[1].value)-this.min)/(this.max-this.min);s.push(m)}return s.includes(r)?"display:none;":`--mdc-slider-tick-left:${r};`}renderTicks(){let t=[];if(this.step&&this.step>1)for(let r=this.min;r<=this.max;r+=this.step)t.push(r);return this.step>1?_` <div part="slider-ticks">
         
     | 
| 
      
 6788 
     | 
    
         
            +
                    ${ob(t,r=>r,r=>_`<span part="slider-tick" style=${this.getTickStyles(r)}></span>`)}
         
     | 
| 
      
 6789 
     | 
    
         
            +
                  </div>`:j}render(){var t,r,s,d,m,b,x,L,U,K,Z,X,it,dt,lt,gt,St;return _`
         
     | 
| 
       6771 
6790 
     | 
    
         
             
                  ${this.label?_`<label part="slider-label" for="single-slider">${this.label}</label>`:null}
         
     | 
| 
       6772 
6791 
     | 
    
         
             
                  <div part="slider-track">
         
     | 
| 
       6773 
6792 
     | 
    
         
             
                    ${this.iconTemplate(this.leadingIcon,"leading-icon")}
         
     | 
| 
         @@ -6781,9 +6800,9 @@ 
     | 
|
| 
       6781 
6800 
     | 
    
         
             
                              min="${this.min}"
         
     | 
| 
       6782 
6801 
     | 
    
         
             
                              max="${this.max}"
         
     | 
| 
       6783 
6802 
     | 
    
         
             
                              step="${(t=this.step)!=null?t:1}"
         
     | 
| 
       6784 
     | 
    
         
            -
                              .value="${String(( 
     | 
| 
      
 6803 
     | 
    
         
            +
                              .value="${String((r=this.valueStart)!=null?r:this.min)}"
         
     | 
| 
       6785 
6804 
     | 
    
         
             
                              ?disabled="${this.disabled}"
         
     | 
| 
       6786 
     | 
    
         
            -
                              name="${( 
     | 
| 
      
 6805 
     | 
    
         
            +
                              name="${(s=this.nameStart)!=null?s:""}"
         
     | 
| 
       6787 
6806 
     | 
    
         
             
                              aria-valuemin="${this.min}"
         
     | 
| 
       6788 
6807 
     | 
    
         
             
                              aria-valuemax="${this.max}"
         
     | 
| 
       6789 
6808 
     | 
    
         
             
                              aria-valuenow="${(d=this.valueStart)!=null?d:this.min}"
         
     | 
| 
         @@ -6807,7 +6826,7 @@ 
     | 
|
| 
       6807 
6826 
     | 
    
         
             
                              step="${(m=this.step)!=null?m:1}"
         
     | 
| 
       6808 
6827 
     | 
    
         
             
                              .value="${String((b=this.valueEnd)!=null?b:this.max)}"
         
     | 
| 
       6809 
6828 
     | 
    
         
             
                              ?disabled="${this.disabled}"
         
     | 
| 
       6810 
     | 
    
         
            -
                              name="${( 
     | 
| 
      
 6829 
     | 
    
         
            +
                              name="${(x=this.nameEnd)!=null?x:""}"
         
     | 
| 
       6811 
6830 
     | 
    
         
             
                              aria-valuemin="${this.min}"
         
     | 
| 
       6812 
6831 
     | 
    
         
             
                              aria-valuemax="${this.max}"
         
     | 
| 
       6813 
6832 
     | 
    
         
             
                              aria-valuenow="${(L=this.valueEnd)!=null?L:this.max}"
         
     | 
| 
         @@ -6829,15 +6848,15 @@ 
     | 
|
| 
       6829 
6848 
     | 
    
         
             
                              type="range"
         
     | 
| 
       6830 
6849 
     | 
    
         
             
                              min="${this.min}"
         
     | 
| 
       6831 
6850 
     | 
    
         
             
                              max="${this.max}"
         
     | 
| 
       6832 
     | 
    
         
            -
                              step="${( 
     | 
| 
       6833 
     | 
    
         
            -
                              .value="${String(( 
     | 
| 
      
 6851 
     | 
    
         
            +
                              step="${(U=this.step)!=null?U:1}"
         
     | 
| 
      
 6852 
     | 
    
         
            +
                              .value="${String((K=this.value)!=null?K:this.min)}"
         
     | 
| 
       6834 
6853 
     | 
    
         
             
                              ?disabled="${this.disabled}"
         
     | 
| 
       6835 
     | 
    
         
            -
                              name="${( 
     | 
| 
      
 6854 
     | 
    
         
            +
                              name="${(Z=this.name)!=null?Z:""}"
         
     | 
| 
       6836 
6855 
     | 
    
         
             
                              aria-valuemin="${this.min}"
         
     | 
| 
       6837 
6856 
     | 
    
         
             
                              aria-valuemax="${this.max}"
         
     | 
| 
       6838 
6857 
     | 
    
         
             
                              aria-valuenow="${(X=this.value)!=null?X:this.min}"
         
     | 
| 
       6839 
     | 
    
         
            -
                              aria-label="${( 
     | 
| 
       6840 
     | 
    
         
            -
                              aria-valuetext="${( 
     | 
| 
      
 6858 
     | 
    
         
            +
                              aria-label="${(dt=(it=this.dataAriaLabel)!=null?it:this.label)!=null?dt:""}"
         
     | 
| 
      
 6859 
     | 
    
         
            +
                              aria-valuetext="${(St=(lt=this.dataAriaValuetext)!=null?lt:this.valueLabel)!=null?St:String((gt=this.value)!=null?gt:"")}"
         
     | 
| 
       6841 
6860 
     | 
    
         
             
                              tabindex="${this.disabled?-1:0}"
         
     | 
| 
       6842 
6861 
     | 
    
         
             
                              @input=${this.onInput}
         
     | 
| 
       6843 
6862 
     | 
    
         
             
                              @change=${this.onChange}
         
     | 
| 
         @@ -6855,7 +6874,7 @@ 
     | 
|
| 
       6855 
6874 
     | 
    
         
             
                    ${this.labelStart?_`<span part="slider-label-start">${this.labelStart}</span>`:null}
         
     | 
| 
       6856 
6875 
     | 
    
         
             
                    ${this.labelEnd?_`<span part="slider-label-end">${this.labelEnd}</span>`:null}
         
     | 
| 
       6857 
6876 
     | 
    
         
             
                  </div>
         
     | 
| 
       6858 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 6877 
     | 
    
         
            +
                `}};Nt.styles=[...q.styles,...ab],p([vt()],Nt.prototype,"thumbFocused",2),p([vt()],Nt.prototype,"thumbHovered",2),p([u({reflect:!0,type:Boolean})],Nt.prototype,"range",2),p([u({reflect:!0,type:Number})],Nt.prototype,"min",2),p([u({reflect:!0,type:Number})],Nt.prototype,"max",2),p([u({reflect:!0,type:Boolean})],Nt.prototype,"disabled",2),p([u({reflect:!0,type:Boolean,attribute:"soft-disabled"})],Nt.prototype,"softDisabled",2),p([u({reflect:!0,type:String,attribute:"leading-icon"})],Nt.prototype,"leadingIcon",2),p([u({reflect:!0,type:String,attribute:"trailing-icon"})],Nt.prototype,"trailingIcon",2),p([u({reflect:!0,type:Number})],Nt.prototype,"value",2),p([u({reflect:!0,type:Number,attribute:"value-start"})],Nt.prototype,"valueStart",2),p([u({reflect:!0,type:Number,attribute:"value-end"})],Nt.prototype,"valueEnd",2),p([u({reflect:!0,type:Number})],Nt.prototype,"step",2),p([u({reflect:!0,type:String})],Nt.prototype,"label",2),p([u({reflect:!0,type:String,attribute:"label-start"})],Nt.prototype,"labelStart",2),p([u({reflect:!0,type:String,attribute:"label-end"})],Nt.prototype,"labelEnd",2),p([u({reflect:!0,type:String,attribute:"value-label"})],Nt.prototype,"valueLabel",2),p([u({reflect:!0,type:String,attribute:"value-label-start"})],Nt.prototype,"valueLabelStart",2),p([u({reflect:!0,type:String,attribute:"value-label-end"})],Nt.prototype,"valueLabelEnd",2),p([u({reflect:!0,type:String})],Nt.prototype,"name",2),p([u({reflect:!0,type:String,attribute:"name-start"})],Nt.prototype,"nameStart",2),p([u({reflect:!0,type:String,attribute:"name-end"})],Nt.prototype,"nameEnd",2),p([u({reflect:!0,type:String,attribute:"data-aria-label"})],Nt.prototype,"dataAriaLabel",2),p([u({reflect:!0,type:String,attribute:"start-aria-label"})],Nt.prototype,"startAriaLabel",2),p([u({reflect:!0,type:String,attribute:"end-aria-label"})],Nt.prototype,"endAriaLabel",2),p([u({reflect:!0,type:String,attribute:"data-aria-valuetext"})],Nt.prototype,"dataAriaValuetext",2),p([u({reflect:!0,type:String,attribute:"start-aria-valuetext"})],Nt.prototype,"startAriaValuetext",2),p([u({reflect:!0,type:String,attribute:"end-aria-valuetext"})],Nt.prototype,"endAriaValueText",2),p([u({reflect:!0,type:Boolean,attribute:"hide-tooltip"})],Nt.prototype,"hideTooltip",2),p([Lm('input[type="range"]')],Nt.prototype,"inputElements",2);var hp=Nt;hp.register(sb);var zA=hp;var VA=B`
         
     | 
| 
       6859 
6878 
     | 
    
         
             
              :host {
         
     | 
| 
       6860 
6879 
     | 
    
         
             
                --mdc-listbox-max-height: auto;
         
     | 
| 
       6861 
6880 
     | 
    
         | 
| 
         @@ -6872,7 +6891,7 @@ 
     | 
|
| 
       6872 
6891 
     | 
    
         
             
              ::slotted(mdc-option) {
         
     | 
| 
       6873 
6892 
     | 
    
         
             
                width: 100%;
         
     | 
| 
       6874 
6893 
     | 
    
         
             
              }
         
     | 
| 
       6875 
     | 
    
         
            -
            `, 
     | 
| 
      
 6894 
     | 
    
         
            +
            `,nb=[VA];var jo=class extends Ms(Yi(q)){constructor(){super();this.loop="false";this.name=void 0;this.value=void 0;this.itemsStore=new Ur(this,{isValidItem:this.isValidItem});this.handleDestroyEvent=()=>{this.handleNoSelection()};this.addEventListener("click",this.handleClick),this.addEventListener("modified",this.handleModifiedEvent),this.addEventListener("destroyed",this.handleDestroyEvent)}connectedCallback(){super.connectedCallback(),this.role=rt.LISTBOX}handleModifiedEvent(t){let r=t.target;switch(t.detail.change){case"enabled":this.itemsStore.add(r);break;case"disabled":this.itemsStore.delete(r);break;case"selected":this.setSelectedOption(r,!1,!1);break;case"unselected":this.handleNoSelection();break;default:break}}handleNoSelection(){this.getFirstSelectedOption()||(this.selectedOption=void 0,this.value=void 0)}get navItems(){return this.itemsStore.items}isValidItem(t){return t.matches(`${mr}:not([disabled])`)}handleClick(t){let r=t.target;this.isValidItem(r)&&this.setSelectedOption(r)}getFirstSelectedOption(){return this.itemsStore.items.find(t=>t.matches("[selected]"))}updated(t){if(t.has("value")){let r=this.itemsStore.items.find(s=>s.value===this.value);r?this.setSelectedOption(r,!1):this.setSelectedOption(null,!1)}}setSelectedOption(t,r=!0,s=!0){t!=null&&t.disabled||t!=null&&t.softDisabled||(s&&this.updateSelectedInChildOptions(t),this.selectedOption=t,this.value=t==null?void 0:t.value,r&&this.fireEvents())}updateSelectedInChildOptions(t){this.itemsStore.items.forEach(r=>r.removeAttribute("selected")),t==null||t.toggleAttribute("selected",!0)}fireEvents(){this.selectedOption&&this.dispatchEvent(new Event("change",{composed:!0,bubbles:!0}))}render(){return _`<slot part="container"></slot>`}};jo.styles=[...sh.styles,...nb],p([u({type:String,reflect:!0})],jo.prototype,"name",2),p([u({type:String,reflect:!0})],jo.prototype,"value",2),p([vt()],jo.prototype,"selectedOption",2);var pp=jo;var lb=z.constructTagName("listbox");pp.register(lb);var BA=pp;var db=z.constructTagName("banner"),Ws={CUSTOM:"custom",INFORMATIONAL:"informational",WARNING:"warning",ERROR:"error",SUCCESS:"success"},fn={INFORMATIONAL_ICON_NAME:"info-circle-bold",SUCCESS_ICON_NAME:"check-circle-bold",WARNING_ICON_NAME:"warning-bold",ERROR_ICON_NAME:"error-legacy-bold"},kd={VARIANT:Ws.CUSTOM,PREFIX_ICON_SIZE:1.5};var UA=B`
         
     | 
| 
       6876 
6895 
     | 
    
         
             
              :host {
         
     | 
| 
       6877 
6896 
     | 
    
         
             
                --mdc-banner-background-color: var(--mds-color-theme-background-solid-primary-normal);
         
     | 
| 
       6878 
6897 
     | 
    
         
             
                --mdc-banner-border-color: var(--mds-color-theme-outline-secondary-normal);
         
     | 
| 
         @@ -6955,10 +6974,10 @@ 
     | 
|
| 
       6955 
6974 
     | 
    
         
             
                gap: var(--mdc-banner-gap);
         
     | 
| 
       6956 
6975 
     | 
    
         
             
                flex-wrap: wrap;
         
     | 
| 
       6957 
6976 
     | 
    
         
             
              }
         
     | 
| 
       6958 
     | 
    
         
            -
            `, 
     | 
| 
      
 6977 
     | 
    
         
            +
            `,cb=[UA];var hb=n=>{switch(n){case Ws.INFORMATIONAL:return fn.INFORMATIONAL_ICON_NAME;case Ws.SUCCESS:return fn.SUCCESS_ICON_NAME;case Ws.WARNING:return fn.WARNING_ICON_NAME;case Ws.ERROR:return fn.ERROR_ICON_NAME;default:return null}};var Ko=class extends q{constructor(){super(...arguments);this.variant=kd.VARIANT;this.label=""}renderIcon(t){return t?_`
         
     | 
| 
       6959 
6978 
     | 
    
         
             
                  <mdc-icon
         
     | 
| 
       6960 
6979 
     | 
    
         
             
                    name="${t}"
         
     | 
| 
       6961 
     | 
    
         
            -
                    size="${ 
     | 
| 
      
 6980 
     | 
    
         
            +
                    size="${kd.PREFIX_ICON_SIZE}"
         
     | 
| 
       6962 
6981 
     | 
    
         
             
                    part="leading-icon"
         
     | 
| 
       6963 
6982 
     | 
    
         
             
                    length-unit="rem"
         
     | 
| 
       6964 
6983 
     | 
    
         
             
                  ></mdc-icon>
         
     | 
| 
         @@ -6973,7 +6992,7 @@ 
     | 
|
| 
       6973 
6992 
     | 
    
         
             
                  <slot name="content">
         
     | 
| 
       6974 
6993 
     | 
    
         
             
                    <div part="leading">
         
     | 
| 
       6975 
6994 
     | 
    
         
             
                      <slot name="leading-icon">
         
     | 
| 
       6976 
     | 
    
         
            -
                        ${this.variant!== 
     | 
| 
      
 6995 
     | 
    
         
            +
                        ${this.variant!==kd.VARIANT?this.renderIcon((t=hb(this.variant))!=null?t:""):j}
         
     | 
| 
       6977 
6996 
     | 
    
         
             
                      </slot>
         
     | 
| 
       6978 
6997 
     | 
    
         
             
                      <slot name="leading-text">
         
     | 
| 
       6979 
6998 
     | 
    
         
             
                        <div part="leading-text">${this.getTextLabel()}</div>
         
     | 
| 
         @@ -6983,7 +7002,7 @@ 
     | 
|
| 
       6983 
7002 
     | 
    
         
             
                      <slot name="trailing-actions"></slot>
         
     | 
| 
       6984 
7003 
     | 
    
         
             
                    </div>
         
     | 
| 
       6985 
7004 
     | 
    
         
             
                  </slot>
         
     | 
| 
       6986 
     | 
    
         
            -
                `}}; 
     | 
| 
      
 7005 
     | 
    
         
            +
                `}};Ko.styles=[...q.styles,...cb],p([u({type:String,reflect:!0})],Ko.prototype,"variant",2),p([u({type:String,reflect:!0})],Ko.prototype,"label",2),p([u({type:String,reflect:!0,attribute:"secondary-label"})],Ko.prototype,"secondaryLabel",2);var mp=Ko;mp.register(db);var HA=mp;})();
         
     | 
| 
       6987 
7006 
     | 
    
         
             
            /*! Bundled license information:
         
     | 
| 
       6988 
7007 
     | 
    
         | 
| 
       6989 
7008 
     | 
    
         
             
            lottie-web/build/player/lottie_light.js:
         
     |