2024-07-01 13:00:09 +00:00
( function ( ) { const t = document . createElement ( "link" ) . relList ; if ( t && t . supports && t . supports ( "modulepreload" ) ) return ; for ( const s of document . querySelectorAll ( 'link[rel="modulepreload"]' ) ) r ( s ) ; new MutationObserver ( s => { for ( const i of s ) if ( i . type === "childList" ) for ( const a of i . addedNodes ) a . tagName === "LINK" && a . rel === "modulepreload" && r ( a ) } ) . observe ( document , { childList : ! 0 , subtree : ! 0 } ) ; function n ( s ) { const i = { } ; return s . integrity && ( i . integrity = s . integrity ) , s . referrerPolicy && ( i . referrerPolicy = s . referrerPolicy ) , s . crossOrigin === "use-credentials" ? i . credentials = "include" : s . crossOrigin === "anonymous" ? i . credentials = "omit" : i . credentials = "same-origin" , i } function r ( s ) { if ( s . ep ) return ; s . ep = ! 0 ; const i = n ( s ) ; fetch ( s . href , i ) } } ) ( ) ; / * *
2024-07-01 11:46:46 +00:00
* @ vue / shared v3 . 4.29
* ( c ) 2018 - present Yuxi ( Evan ) You and Vue contributors
* @ license MIT
2024-07-01 13:00:09 +00:00
* * //*! #__NO_SIDE_EFFECTS__ */function Os(e,t){const n=new Set(e.split(","));return r=>n.has(r)}const Z={},Ft=[],Re=()=>{},Bl=()=>!1,gr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Ss=e=>e.startsWith("onUpdate:"),me=Object.assign,Cs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Dl=Object.prototype.hasOwnProperty,q=(e,t)=>Dl.call(e,t),M=Array.isArray,Bt=e=>br(e)==="[object Map]",Ua=e=>br(e)==="[object Set]",B=e=>typeof e=="function",de=e=>typeof e=="string",Nt=e=>typeof e=="symbol",re=e=>e!==null&&typeof e=="object",Ha=e=>(re(e)||B(e))&&B(e.then)&&B(e.catch),Va=Object.prototype.toString,br=e=>Va.call(e),jl=e=>br(e).slice(8,-1),qa=e=>br(e)==="[object Object]",Ts=e=>de(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,rn=Os(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),vr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},zl=/-(\w)/g,zt=vr(e=>e.replace(zl,(t,n)=>n?n.toUpperCase():"")),Ul=/\B([A-Z])/g,Vt=vr(e=>e.replace(Ul,"-$1").toLowerCase()),Wa=vr(e=>e.charAt(0).toUpperCase()+e.slice(1)),Mr=vr(e=>e?`on${Wa(e)}`:""),ut=(e,t)=>!Object.is(e,t),$r=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},Ya=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},Hl=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let bi;const Ka=()=>bi||(bi=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function yr(e){if(M(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=de(r)?Yl(r):yr(r);if(s)for(const i in s)t[i]=s[i]}return t}else if(de(e)||re(e))return e}const Vl=/;(?![^(]*\))/g,ql=/:([^]+)/,Wl=/\/\*[^]*?\*\//g;function Yl(e){const t={};return e.replace(Wl,"").split(Vl).forEach(n=>{if(n){const r=n.split(ql);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function ke(e){let t="";if(de(e))t=e;else if(M(e))for(let n=0;n<e.length;n++){const r=ke(e[n]);r&&(t+=r+" ")}else if(re(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const Kl="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Gl=Os(Kl);function Ga(e){return!!e||e===""}const ae=e=>de(e)?e:e==null?"":M(e)||re(e)&&(e.toString===Va||!B(e.toString))?JSON.stringify(e,Xa,2):String(e),Xa=(e,t)=>t&&t.__v_isRef?Xa(e,t.value):Bt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],i)=>(n[Fr(r,i)+" =>"]=s,n),{})}:Ua(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Fr(n))}:Nt(t)?Fr(t):re(t)&&!M(t)&&!qa(t)?String(t):t,Fr=(e,t="")=>{var n;return Nt(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
2024-07-01 11:46:46 +00:00
* @ vue / reactivity v3 . 4.29
* ( c ) 2018 - present Yuxi ( Evan ) You and Vue contributors
* @ license MIT
2024-07-01 13:00:09 +00:00
* * / l e t M e ; c l a s s X l { c o n s t r u c t o r ( t = ! 1 ) { t h i s . d e t a c h e d = t , t h i s . _ a c t i v e = ! 0 , t h i s . e f f e c t s = [ ] , t h i s . c l e a n u p s = [ ] , t h i s . p a r e n t = M e , ! t & & M e & & ( t h i s . i n d e x = ( M e . s c o p e s | | ( M e . s c o p e s = [ ] ) ) . p u s h ( t h i s ) - 1 ) } g e t a c t i v e ( ) { r e t u r n t h i s . _ a c t i v e } r u n ( t ) { i f ( t h i s . _ a c t i v e ) { c o n s t n = M e ; t r y { r e t u r n M e = t h i s , t ( ) } f i n a l l y { M e = n } } } o n ( ) { M e = t h i s } o f f ( ) { M e = t h i s . p a r e n t } s t o p ( t ) { i f ( t h i s . _ a c t i v e ) { l e t n , r ; f o r ( n = 0 , r = t h i s . e f f e c t s . l e n g t h ; n < r ; n + + ) t h i s . e f f e c t s [ n ] . s t o p ( ) ; f o r ( n = 0 , r = t h i s . c l e a n u p s . l e n g t h ; n < r ; n + + ) t h i s . c l e a n u p s [ n ] ( ) ; i f ( t h i s . s c o p e s ) f o r ( n = 0 , r = t h i s . s c o p e s . l e n g t h ; n < r ; n + + ) t h i s . s c o p e s [ n ] . s t o p ( ! 0 ) ; i f ( ! t h i s . d e t a c h e d & & t h i s . p a r e n t & & ! t ) { c o n s t s = t h i s . p a r e n t . s c o p e s . p o p ( ) ; s & & s ! = = t h i s & & ( t h i s . p a r e n t . s c o p e s [ t h i s . i n d e x ] = s , s . i n d e x = t h i s . i n d e x ) } t h i s . p a r e n t = v o i d 0 , t h i s . _ a c t i v e = ! 1 } } } f u n c t i o n J l ( e , t = M e ) { t & & t . a c t i v e & & t . e f f e c t s . p u s h ( e ) } f u n c t i o n Q l ( ) { r e t u r n M e } l e t A t ; c l a s s P s { c o n s t r u c t o r ( t , n , r , s ) { t h i s . f n = t , t h i s . t r i g g e r = n , t h i s . s c h e d u l e r = r , t h i s . a c t i v e = ! 0 , t h i s . d e p s = [ ] , t h i s . _ d i r t y L e v e l = 5 , t h i s . _ t r a c k I d = 0 , t h i s . _ r u n n i n g s = 0 , t h i s . _ s h o u l d S c h e d u l e = ! 1 , t h i s . _ d e p s L e n g t h = 0 , J l ( t h i s , s ) } g e t d i r t y ( ) { i f ( t h i s . _ d i r t y L e v e l = = = 2 ) r e t u r n ! 1 ; i f ( t h i s . _ d i r t y L e v e l = = = 3 | | t h i s . _ d i r t y L e v e l = = = 4 ) { t h i s . _ d i r t y L e v e l = 1 , m t ( ) ; f o r ( l e t t = 0 ; t < t h i s . _ d e p s L e n g t h ; t + + ) { c o n s t n = t h i s . d e p s [ t ] ; i f ( n . c o m p u t e d ) { i f ( n . c o m p u t e d . e f f e c t . _ d i r t y L e v e l = = = 2 ) r e t u r n ! 0 ; i f ( Z l ( n . c o m p u t e d ) , t h i s . _ d i r t y L e v e l > = 5 ) b r e a k } } t h i s . _ d i r t y L e v e l = = = 1 & & ( t h i s . _ d i r t y L e v e l = 0 ) , g t ( ) } r e t u r n t h i s . _ d i r t y L e v e l > = 5 } s e t d i r t y ( t ) { t h i s . _ d i r t y L e v e l = t ? 5 : 0 } r u n ( ) { i f ( t h i s . _ d i r t y L e v e l = 0 , ! t h i s . a c t i v e ) r e t u r n t h i s . f n ( ) ; l e t t = c t , n = A t ; t r y { r e t u r n c t = ! 0 , A t = t h i s , t h i s . _ r u n n i n g s + + , v i ( t h i s ) , t h i s . f n ( ) } f i n a l l y { y i ( t h i s ) , t h i s . _ r u n n i n g s - - , A t = n , c t = t } } s t o p ( ) { t h i s . a c t i v e & & ( v i ( t h i s ) , y i ( t h i s ) , t h i s . o n S t o p & & t h i s . o n S t o p ( ) , t h i s . a c t i v e = ! 1 ) } } f u n c t i o n Z l ( e ) { r e t u r n e . v a l u e } f u n c t i o n v i ( e ) { e . _ t r a c k I d + + , e . _ d e p s L e n g t h = 0 } f u n c t i o n y i ( e ) { i f ( e . d e p s . l e n g t h > e . _ d e p s L e n g t h ) { f o r ( l e t t = e . _ d e p s L e n g t h ; t < e . d e p s . l e n g t h ; t + + ) J a ( e . d e p s [ t ] , e ) ; e . d e p s . l e n g t h = e . _ d e p s L e n g t h } } f u n c t i o n J a ( e , t ) { c o n s t n = e . g e t ( t ) ; n ! = = v o i d 0 & & t . _ t r a c k I d ! = = n & & ( e . d e l e t e ( t ) , e . s i z e = = = 0 & & e . c l e a n u p ( ) ) } l e t c t = ! 0 , X r = 0 ; c o n s t Q a = [ ] ; f u n c t i o n m t ( ) { Q a . p u s h ( c t ) , c t = ! 1 } f u n c t i o n g t ( ) { c o n s t e = Q a . p o p ( ) ; c t = e = = = v o i d 0 ? ! 0 : e } f u n c t i o n N s ( ) { X r + + } f u n c t i o n R s ( ) { f o r ( X r - - ; ! X r & & J r . l e n g t h ; ) J r . s h i f t ( ) ( ) } f u n c t i o n Z a ( e , t , n ) { i f ( t . g e t ( e ) ! = = e . _ t r a c k I d ) { t . s e t ( e , e . _ t r a c k I d ) ; c o n s t r = e . d e p s [ e . _ d e p s L e n g t h ] ; r ! = = t ? ( r & & J a ( r , e ) , e . d e p s [ e . _ d e p s L e n g t h + + ] = t ) : e . _ d e p s L e n g t h + + } } c o n s t J r = [ ] ; f u n c t i o n e o ( e , t , n ) { N s ( ) ; f o r ( c o n s t r o f e . k e y s ( ) ) { i f ( ! e . c o m p u t e d & & r . c o m p u t e d & & e . g e t ( r ) = = = r . _ t r a c k I d & & r . _ r u n n i n g s > 0 ) { r . _ d i r t y L e v e l = 2 ; c o n t i n u e } l e t s ; r . _ d i r t y L e v e l < t & & ( s ? ? ( s = e . g e t ( r ) = = = r . _ t r a c k I d ) ) & & ( r . _ s h o u l d S c h e d u l e | | ( r . _ s h o u l d S c h e d u l e = r . _ d i r t y L e v e l = = = 0 ) , r . c o m p u t e d & & r . _ d i r t y L e v e l = = = 2 & & ( r . _ s h o u l d S c h e d u l e = ! 0 ) , r . _ d i r t y L e v e l = t ) , r . _ s h o u l d S c h e d u l e & & ( s ? ? ( s = e . g e t ( r ) = = = r . _ t r a c k I d ) ) & & ( r . t r i g g e r ( ) , ( ! r . _ r u n n i n g s | | r . a l l o w R e c u r s e ) & & r . _ d i r t y L e v e l ! = = 3 & & ( r . _ s h o u l d S c h e d u l e = ! 1 , r . s c h e d u l e r & & J r . p u s h ( r . s c h e d u l e r ) ) ) } R s ( ) } c o n s t t o = ( e , t ) = > { c o n s t n = n e w M a p ; r e t u r n n . c l e a n u p = e , n . c o m p u t e d = t , n } , Q r = n e w W e a k M a p , O t = S y m b o l ( " " ) , Z r = S y m b o l ( " " ) ; f u n c t i o n E e ( e , t , n ) { i f ( c t & & A t ) { l e t r = Q r . g e t ( e ) ; r | | Q r . s e t ( e , r = n e w M a p ) ; l e t s = r . g e t ( n ) ; s | | r . s e t ( n , s = t o ( ( ) = > r . d e l e t e ( n ) ) ) , Z a ( A t , s ) } } f u n c t i o n Q e ( e , t , n , r , s , i ) { c o n s t a = Q r . g e t ( e ) ; i f ( ! a ) r e t u r n ; l e t o = [ ] ; i f ( t = = = " c l e a r " ) o = [ . . . a . v a l u e s ( ) ] ; e l s e i f ( n = = = " l e n g t h " & & M ( e ) ) { c o n s t l = N u m b e r ( r ) ; a . f o r E a c h ( ( u , c ) = > { ( c = = = " l e n g t h " | | ! N t ( c ) & & c > = l ) & & o . p u s h ( u ) } ) } e l s e s w i t c h ( n ! = = v o i d 0 & & o . p u s h ( a . g e t ( n ) ) , t ) { c a s e " a d d " : M ( e ) ? T s ( n ) & & o . p u s h ( a . g e t ( " l e n g t h " ) ) : ( o . p u s h ( a . g e t ( O t ) ) , B t ( e ) & & o . p u s h ( a . g e t ( Z r ) ) ) ; b r e a k ; c a s e " d e l e t e " : M ( e ) | | ( o . p u s h ( a . g e t ( O t ) ) , B t ( e ) & & o . p u s h ( a . g e t ( Z r ) ) ) ; b r e a k ; c a s e " s e t " : B t ( e ) & & o . p u s h ( a . g e t ( O t ) ) ; b r e a k } N s ( ) ; f o r ( c o n s t l o f o ) l & & e o ( l , 5 ) ; R s ( ) } c o n s t e c = O s ( " _ _ p r o t o _ _ , _ _ v _ i s R e f , _ _ i s V u e " ) , n o = n e w S e t ( O b j e c t . g e t O w n P r o p e r t y N a m e s ( S y m b o l ) . f i l t e r ( e = > e ! = = " a r g u m e n t s " & & e ! = = " c a l l e r " ) . m a p ( e = > S y m b o l [ e ] ) . f i l t e r ( N t ) ) , _ i = t c ( ) ; f u n c t i o n t c ( ) { c o n s t e = { } ; r e t u r n [ " i n c l u d e s " , " i n d e x O f " , " l a s t I n d e x O f " ] . f o r E a c h ( t = > { e [ t ] = f u n c t i o n ( . . . n ) { c o n s t r = G ( t h i s ) ; f o r ( l e t i = 0 , a = t h i s . l e n g t h ; i < a ; i + + ) E e ( r , " g e t " , i + " " ) ; c o n s t s = r [ t ] ( . . . n ) ; r e t u r n s = = = - 1 | | s = = = ! 1 ? r [ t ] ( . . . n . m a p ( G ) ) : s } } ) , [ " p u s h " , " p o p " , " s h i f t " , " u n s h i f t " , " s p l i c e " ] . f o r E a c h ( t = > { e [ t ] = f u n c t i o n ( . . . n ) { m t ( ) , N s ( ) ; c o n s t r = G ( t h i s ) [ t ] . a p p l y ( t h i s , n ) ; r e t u r n R s ( ) , g t ( ) , r } } ) , e } f u
2024-07-01 11:46:46 +00:00
* @ vue / runtime - core v3 . 4.29
* ( c ) 2018 - present Yuxi ( Evan ) You and Vue contributors
* @ license MIT
2024-07-01 13:00:09 +00:00
* * /function ft(e,t,n,r){try{return r?e(...r):e()}catch(s){wr(s,t,n)}}function De(e,t,n,r){if(B(e)){const s=ft(e,t,n,r);return s&&Ha(s)&&s.catch(i=>{wr(i,t,n)}),s}if(M(e)){const s=[];for(let i=0;i<e.length;i++)s.push(De(e[i],t,n,r));return s}}function wr(e,t,n,r=!0){const s=t?t.vnode:null;if(t){let i=t.parent;const a=t.proxy,o=`https:/ / vuejs . org / error - reference / # runtime - $ { n } ` ;for(;i;){const u=i.ec;if(u){for(let c=0;c<u.length;c++)if(u[c](e,a,o)===!1)return}i=i.parent}const l=t.appContext.config.errorHandler;if(l){mt(),ft(l,null,10,[e,a,o]),gt();return}}Ec(e,n,s,r)}function Ec(e,t,n,r=!0){console.error(e)}let hn=!1,es=!1;const ge=[];let Ve=0;const Dt=[];let at=null,xt=0;const po=Promise.resolve();let Fs=null;function Ac(e){const t=Fs||po;return e?t.then(this?e.bind(this):e):t}function Oc(e){let t=Ve+1,n=ge.length;for(;t<n;){const r=t+n>>>1,s=ge[r],i=pn(s);i<e||i===e&&s.pre?t=r+1:n=r}return t}function Bs(e){(!ge.length||!ge.includes(e,hn&&e.allowRecurse?Ve+1:Ve))&&(e.id==null?ge.push(e):ge.splice(Oc(e.id),0,e),mo())}function mo(){!hn&&!es&&(es=!0,Fs=po.then(bo))}function Sc(e){const t=ge.indexOf(e);t>Ve&&ge.splice(t,1)}function Cc(e){M(e)?Dt.push(...e):(!at||!at.includes(e,e.allowRecurse?xt+1:xt))&&Dt.push(e),mo()}function Ai(e,t,n=hn?Ve+1:0){for(;n<ge.length;n++){const r=ge[n];if(r&&r.pre){if(e&&r.id!==e.uid)continue;ge.splice(n,1),n--,r()}}}function go(e){if(Dt.length){const t=[...new Set(Dt)].sort((n,r)=>pn(n)-pn(r));if(Dt.length=0,at){at.push(...t);return}for(at=t,xt=0;xt<at.length;xt++){const n=at[xt];n.active!==!1&&n()}at=null,xt=0}}const pn=e=>e.id==null?1/0:e.id,Tc=(e,t)=>{const n=pn(e)-pn(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function bo(e){es=!1,hn=!0,ge.sort(Tc);try{for(Ve=0;Ve<ge.length;Ve++){const t=ge[Ve];t&&t.active!==!1&&ft(t,null,14)}}finally{Ve=0,ge.length=0,go(),hn=!1,Fs=null,(ge.length||Dt.length)&&bo()}}function Pc(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||Z;let s=n;const i=t.startsWith("update:"),a=i&&t.slice(7);if(a&&a in r){const c= ` $ { a === "modelValue" ? "model" : a } Modifiers ` ,{number:h,trim:m}=r[c]||Z;m&&(s=n.map(k=>de(k)?k.trim():k)),h&&(s=n.map(Hl))}let o,l=r[o=Mr(t)]||r[o=Mr(zt(t))];!l&&i&&(l=r[o=Mr(Vt(t))]),l&&De(l,e,6,s);const u=r[o+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[o])return;e.emitted[o]=!0,De(u,e,6,s)}}function vo(e,t,n=!1){const r=t.emitsCache,s=r.get(e);if(s!==void 0)return s;const i=e.emits;let a={},o=!1;if(!B(e)){const l=u=>{const c=vo(u,t,!0);c&&(o=!0,me(a,c))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!i&&!o?(re(e)&&r.set(e,null),null):(M(i)?i.forEach(l=>a[l]=null):me(a,i),re(e)&&r.set(e,a),a)}function kr(e,t){return!e||!gr(t)?!1:(t=t.slice(2).replace(/Once $ /,""),q(e,t[0].toLowerCase()+t.slice(1))||q(e,Vt(t))||q(e,t))}let Ie=null,yo=null;function lr(e){const t=Ie;return Ie=e,yo=e&&e.type.__scopeId||null,t}function Nc(e,t=Ie,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&Fi(-1);const i=lr(t);let a;try{a=e(...s)}finally{lr(i),r._d&&Fi(1)}return a};return r._n=!0,r._c=!0,r._d=!0,r}function Br(e){const{type:t,vnode:n,proxy:r,withProxy:s,propsOptions:[i],slots:a,attrs:o,emit:l,render:u,renderCache:c,props:h,data:m,setupState:k,ctx:D,inheritAttrs:L}=e,X=lr(e);let E,O;try{if(n.shapeFlag&4){const j=s||r,W=j;E=He(u.call(W,j,c,h,k,m,D)),O=o}else{const j=t;E=He(j.length>1?j(h,{attrs:o,slots:a,emit:l}):j(h,null)),O=t.props?o:Rc(o)}}catch(j){ln.length=0,wr(j,e,1),E=Y(Ct)}let P=E;if(O&&L!==!1){const j=Object.keys(O),{shapeFlag:W}=P;j.length&&W&7&&(i&&j.some(Ss)&&(O=Ic(O,i)),P=Ut(P,O,!1,!0))}return n.dirs&&(P=Ut(P,null,!1,!0),P.dirs=P.dirs?P.dirs.concat(n.dirs):n.dirs),n.transition&&(P.transition=n.transition),E=P,lr(X),E}const Rc=e=>{let t;for(const n in e)(n==="class"||n==="style"||gr(n))&&((t||(t={}))[n]=e[n]);return t},Ic=(e,t)=>{const n={};for(const r in e)(!Ss(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Lc(e,t,n){const{props:r,children:s,component:i}=e,{props:a,children:o,patchFlag:l}=t,u=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&l>=0){if(l&10
2024-07-01 11:46:46 +00:00
* @ vue / runtime - dom v3 . 4.29
* ( c ) 2018 - present Yuxi ( Evan ) You and Vue contributors
* @ license MIT
2024-07-01 13:00:09 +00:00
* * /const Mf="http:/ / www . w3 . org / 2000 / svg ",$f=" http : //www.w3.org/1998/Math/MathML",Xe=typeof document<"u"?document:null,zi=Xe&&Xe.createElement("template"),Ff={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const s=t==="svg"?Xe.createElementNS(Mf,e):t==="mathml"?Xe.createElementNS($f,e):n?Xe.createElement(e,{is:n}):Xe.createElement(e);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>Xe.createTextNode(e),createComment:e=>Xe.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Xe.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,s,i){const a=n?n.previousSibling:t.lastChild;if(s&&(s===i||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===i||!(s=s.nextSibling)););else{zi.innerHTML=r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e;const o=zi.content;if(r==="svg"||r==="mathml"){const l=o.firstChild;for(;l.firstChild;)o.appendChild(l.firstChild);o.removeChild(l)}t.insertBefore(o,n)}return[a?a.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Bf=Symbol("_vtc");function Df(e,t,n){const r=e[Bf];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const ur=Symbol("_vod"),Ho=Symbol("_vsh"),Ui={beforeMount(e,{value:t},{transition:n}){e[ur]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):Jt(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),Jt(e,!0),r.enter(e)):r.leave(e,()=>{Jt(e,!1)}):Jt(e,t))},beforeUnmount(e,{value:t}){Jt(e,t)}};function Jt(e,t){e.style.display=t?e[ur]:"none",e[Ho]=!t}const jf=Symbol(""),zf=/(^|;)\s*display\s*:/;function Uf(e,t,n){const r=e.style,s=de(n);let i=!1;if(n&&!s){if(t)if(de(t))for(const a of t.split(";")){const o=a.slice(0,a.indexOf(":")).trim();n[o]==null&&tr(r,o,"")}else for(const a in t)n[a]==null&&tr(r,a,"");for(const a in n)a==="display"&&(i=!0),tr(r,a,n[a])}else if(s){if(t!==n){const a=r[jf];a&&(n+=";"+a),r.cssText=n,i=zf.test(n)}}else t&&e.removeAttribute("style");ur in e&&(e[ur]=i?r.display:"",e[Ho]&&(r.display="none"))}const Hi=/\s*!important$/;function tr(e,t,n){if(M(n))n.forEach(r=>tr(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=Hf(e,t);Hi.test(n)?e.setProperty(Vt(r),n.replace(Hi,""),"important"):e[r]=n}}const Vi=["Webkit","Moz","ms"],zr={};function Hf(e,t){const n=zr[t];if(n)return n;let r=zt(t);if(r!=="filter"&&r in e)return zr[t]=r;r=Wa(r);for(let s=0;s<Vi.length;s++){const i=Vi[s]+r;if(i in e)return zr[t]=i}return t}const qi="http://www.w3.org/1999/xlink";function Wi(e,t,n,r,s,i=Gl(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(qi,t.slice(6,t.length)):e.setAttributeNS(qi,t,n):n==null||i&&!Ga(n)?e.removeAttribute(t):e.setAttribute(t,i?"":String(n))}function Vf(e,t,n,r,s,i,a){if(t==="innerHTML"||t==="textContent"){r&&a(r,s,i),e[t]=n??"";return}const o=e.tagName;if(t==="value"&&o!=="PROGRESS"&&!o.includes("-")){const u=o==="OPTION"?e.getAttribute("value")||"":e.value,c=n==null?"":String(n);(u!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let l=!1;if(n===""||n==null){const u=typeof e[t];u==="boolean"?n=Ga(n):n==null&&u==="string"?(n="",l=!0):u==="number"&&(n=0,l=!0)}try{e[t]=n}catch{}l&&e.removeAttribute(t)}function qf(e,t,n,r){e.addEventListener(t,n,r)}function Wf(e,t,n,r){e.removeEventListener(t,n,r)}const Yi=Symbol("_vei");function Yf(e,t,n,r,s=null){const i=e[Yi]||(e[Yi]={}),a=i[t];if(r&&a)a.value=r;else{const[o,l]=Kf(t);if(r){const u=i[t]=Jf(r,s);qf(e,o,u,l)}else a&&(Wf(e,o,a,l),i[t]=void 0)}}const Ki=/(?:Once|Passive|Capture)$/;function Kf(e){let t;if(Ki.test(e)){t={};let r;for(;r=e.match(Ki);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Vt(e.slice(2)),t]}let Ur=0;const Gf=Promise.resolve(),Xf=()=>Ur||(Gf.th
2024-07-01 11:46:46 +00:00
In order to be iterable , non - array objects must have a [ Symbol . iterator ] ( ) method . ` )}function pu(){throw new TypeError( ` Invalid attempt to destructure non - iterable instance .
2024-07-01 13:00:09 +00:00
In order to be iterable , non - array objects must have a [ Symbol . iterator ] ( ) method . ` )}var Qi=function(){},Vs={},qo={},Wo=null,Yo={mark:Qi,measure:Qi};try{typeof window<"u"&&(Vs=window),typeof document<"u"&&(qo=document),typeof MutationObserver<"u"&&(Wo=MutationObserver),typeof performance<"u"&&(Yo=performance)}catch{}var mu=Vs.navigator||{},Zi=mu.userAgent,ea=Zi===void 0?"":Zi,dt=Vs,te=qo,ta=Wo,Fn=Yo;dt.document;var rt=!!te.documentElement&&!!te.head&&typeof te.addEventListener=="function"&&typeof te.createElement=="function",Ko=~ea.indexOf("MSIE")||~ea.indexOf("Trident/"),Bn,Dn,jn,zn,Un,Ze="___FONT_AWESOME___",cs=16,Go="fa",Xo="svg-inline--fa",Tt="data-fa-i2svg",fs="data-fa-pseudo-element",gu="data-fa-pseudo-element-pending",qs="data-prefix",Ws="data-icon",na="fontawesome-i2svg",bu="async",vu=["HTML","HEAD","STYLE","SCRIPT"],Jo=function(){try{return!0}catch{return!1}}(),ee="classic",oe="sharp",Ys=[ee,oe];function An(e){return new Proxy(e,{get:function(n,r){return r in n?n[r]:n[ee]}})}var bn=An((Bn={},he(Bn,ee,{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands",fak:"kit",fakd:"kit","fa-kit":"kit","fa-kit-duotone":"kit"}),he(Bn,oe,{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"}),Bn)),vn=An((Dn={},he(Dn,ee,{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab",kit:"fak"}),he(Dn,oe,{solid:"fass",regular:"fasr",light:"fasl",thin:"fast"}),Dn)),yn=An((jn={},he(jn,ee,{fab:"fa-brands",fad:"fa-duotone",fak:"fa-kit",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"}),he(jn,oe,{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"}),jn)),yu=An((zn={},he(zn,ee,{"fa-brands":"fab","fa-duotone":"fad","fa-kit":"fak","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"}),he(zn,oe,{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"}),zn)),_u=/fa(s|r|l|t|d|b|k|ss|sr|sl|st)?[ \- \ ]/,Qo="fa-layers-text",xu=/Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp|Kit)?.*/i,wu=An((Un={},he(Un,ee,{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"}),he(Un,oe,{900:"fass",400:"fasr",300:"fasl",100:"fast"}),Un)),Zo=[1,2,3,4,5,6,7,8,9,10],ku=Zo.concat([11,12,13,14,15,16,17,18,19,20]),Eu=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],kt={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},_n=new Set;Object.keys(vn[ee]).map(_n.add.bind(_n));Object.keys(vn[oe]).map(_n.add.bind(_n));var Au=[].concat(Ys,En(_n),["2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","fw","inverse","layers-counter","layers-text","layers","li","pull-left","pull-right","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul",kt.GROUP,kt.SWAP_OPACITY,kt.PRIMARY,kt.SECONDARY]).concat(Zo.map(function(e){return"".concat(e,"x")})).concat(ku.map(function(e){return"w-".concat(e)})),cn=dt.FontAwesomeConfig||{};function Ou(e){var t=te.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}function Su(e){return e===""?!0:e==="false"?!1:e==="true"?!0:e}if(te&&typeof te.querySelector=="function"){var Cu=[["data-family-prefix","familyPrefix"],["data-css-prefix","cssPrefix"],["data-family-default","familyDefault"],["data-style-default","styleDefault"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]];Cu.forEach(function(e){var t
2024-07-01 11:46:46 +00:00
-- fa - font - solid : normal 900 1 em / 1 "Font Awesome 6 Solid" ;
-- fa - font - regular : normal 400 1 em / 1 "Font Awesome 6 Regular" ;
-- fa - font - light : normal 300 1 em / 1 "Font Awesome 6 Light" ;
-- fa - font - thin : normal 100 1 em / 1 "Font Awesome 6 Thin" ;
-- fa - font - duotone : normal 900 1 em / 1 "Font Awesome 6 Duotone" ;
-- fa - font - sharp - solid : normal 900 1 em / 1 "Font Awesome 6 Sharp" ;
-- fa - font - sharp - regular : normal 400 1 em / 1 "Font Awesome 6 Sharp" ;
-- fa - font - sharp - light : normal 300 1 em / 1 "Font Awesome 6 Sharp" ;
-- fa - font - sharp - thin : normal 100 1 em / 1 "Font Awesome 6 Sharp" ;
-- fa - font - brands : normal 400 1 em / 1 "Font Awesome 6 Brands" ;
}
svg : not ( : root ) . svg - inline -- fa , svg : not ( : host ) . svg - inline -- fa {
overflow : visible ;
box - sizing : content - box ;
}
. svg - inline -- fa {
display : var ( -- fa - display , inline - block ) ;
height : 1 em ;
overflow : visible ;
vertical - align : - 0.125 em ;
}
. svg - inline -- fa . fa - 2 xs {
vertical - align : 0.1 em ;
}
. svg - inline -- fa . fa - xs {
vertical - align : 0 em ;
}
. svg - inline -- fa . fa - sm {
vertical - align : - 0.0714285705 em ;
}
. svg - inline -- fa . fa - lg {
vertical - align : - 0.2 em ;
}
. svg - inline -- fa . fa - xl {
vertical - align : - 0.25 em ;
}
. svg - inline -- fa . fa - 2 xl {
vertical - align : - 0.3125 em ;
}
. svg - inline -- fa . fa - pull - left {
margin - right : var ( -- fa - pull - margin , 0.3 em ) ;
width : auto ;
}
. svg - inline -- fa . fa - pull - right {
margin - left : var ( -- fa - pull - margin , 0.3 em ) ;
width : auto ;
}
. svg - inline -- fa . fa - li {
width : var ( -- fa - li - width , 2 em ) ;
top : 0.25 em ;
}
. svg - inline -- fa . fa - fw {
width : var ( -- fa - fw - width , 1.25 em ) ;
}
. fa - layers svg . svg - inline -- fa {
bottom : 0 ;
left : 0 ;
margin : auto ;
position : absolute ;
right : 0 ;
top : 0 ;
}
. fa - layers - counter , . fa - layers - text {
display : inline - block ;
position : absolute ;
text - align : center ;
}
. fa - layers {
display : inline - block ;
height : 1 em ;
position : relative ;
text - align : center ;
vertical - align : - 0.125 em ;
width : 1 em ;
}
. fa - layers svg . svg - inline -- fa {
- webkit - transform - origin : center center ;
transform - origin : center center ;
}
. fa - layers - text {
left : 50 % ;
top : 50 % ;
- webkit - transform : translate ( - 50 % , - 50 % ) ;
transform : translate ( - 50 % , - 50 % ) ;
- webkit - transform - origin : center center ;
transform - origin : center center ;
}
. fa - layers - counter {
background - color : var ( -- fa - counter - background - color , # ff253a ) ;
border - radius : var ( -- fa - counter - border - radius , 1 em ) ;
box - sizing : border - box ;
color : var ( -- fa - inverse , # fff ) ;
line - height : var ( -- fa - counter - line - height , 1 ) ;
max - width : var ( -- fa - counter - max - width , 5 em ) ;
min - width : var ( -- fa - counter - min - width , 1.5 em ) ;
overflow : hidden ;
padding : var ( -- fa - counter - padding , 0.25 em 0.5 em ) ;
right : var ( -- fa - right , 0 ) ;
text - overflow : ellipsis ;
top : var ( -- fa - top , 0 ) ;
- webkit - transform : scale ( var ( -- fa - counter - scale , 0.25 ) ) ;
transform : scale ( var ( -- fa - counter - scale , 0.25 ) ) ;
- webkit - transform - origin : top right ;
transform - origin : top right ;
}
. fa - layers - bottom - right {
bottom : var ( -- fa - bottom , 0 ) ;
right : var ( -- fa - right , 0 ) ;
top : auto ;
- webkit - transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
- webkit - transform - origin : bottom right ;
transform - origin : bottom right ;
}
. fa - layers - bottom - left {
bottom : var ( -- fa - bottom , 0 ) ;
left : var ( -- fa - left , 0 ) ;
right : auto ;
top : auto ;
- webkit - transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
- webkit - transform - origin : bottom left ;
transform - origin : bottom left ;
}
. fa - layers - top - right {
top : var ( -- fa - top , 0 ) ;
right : var ( -- fa - right , 0 ) ;
- webkit - transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
- webkit - transform - origin : top right ;
transform - origin : top right ;
}
. fa - layers - top - left {
left : var ( -- fa - left , 0 ) ;
right : auto ;
top : var ( -- fa - top , 0 ) ;
- webkit - transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
- webkit - transform - origin : top left ;
transform - origin : top left ;
}
. fa - 1 x {
font - size : 1 em ;
}
. fa - 2 x {
font - size : 2 em ;
}
. fa - 3 x {
font - size : 3 em ;
}
. fa - 4 x {
font - size : 4 em ;
}
. fa - 5 x {
font - size : 5 em ;
}
. fa - 6 x {
font - size : 6 em ;
}
. fa - 7 x {
font - size : 7 em ;
}
. fa - 8 x {
font - size : 8 em ;
}
. fa - 9 x {
font - size : 9 em ;
}
. fa - 10 x {
font - size : 10 em ;
}
. fa - 2 xs {
font - size : 0.625 em ;
line - height : 0.1 em ;
vertical - align : 0.225 em ;
}
. fa - xs {
font - size : 0.75 em ;
line - height : 0.0833333337 em ;
vertical - align : 0.125 em ;
}
. fa - sm {
font - size : 0.875 em ;
line - height : 0.0714285718 em ;
vertical - align : 0.0535714295 em ;
}
. fa - lg {
font - size : 1.25 em ;
line - height : 0.05 em ;
vertical - align : - 0.075 em ;
}
. fa - xl {
font - size : 1.5 em ;
line - height : 0.0416666682 em ;
vertical - align : - 0.125 em ;
}
. fa - 2 xl {
font - size : 2 em ;
line - height : 0.03125 em ;
vertical - align : - 0.1875 em ;
}
. fa - fw {
text - align : center ;
width : 1.25 em ;
}
. fa - ul {
list - style - type : none ;
margin - left : var ( -- fa - li - margin , 2.5 em ) ;
padding - left : 0 ;
}
. fa - ul > li {
position : relative ;
}
. fa - li {
left : calc ( var ( -- fa - li - width , 2 em ) * - 1 ) ;
position : absolute ;
text - align : center ;
width : var ( -- fa - li - width , 2 em ) ;
line - height : inherit ;
}
. fa - border {
border - color : var ( -- fa - border - color , # eee ) ;
border - radius : var ( -- fa - border - radius , 0.1 em ) ;
border - style : var ( -- fa - border - style , solid ) ;
border - width : var ( -- fa - border - width , 0.08 em ) ;
padding : var ( -- fa - border - padding , 0.2 em 0.25 em 0.15 em ) ;
}
. fa - pull - left {
float : left ;
margin - right : var ( -- fa - pull - margin , 0.3 em ) ;
}
. fa - pull - right {
float : right ;
margin - left : var ( -- fa - pull - margin , 0.3 em ) ;
}
. fa - beat {
- webkit - animation - name : fa - beat ;
animation - name : fa - beat ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , ease - in - out ) ;
animation - timing - function : var ( -- fa - animation - timing , ease - in - out ) ;
}
. fa - bounce {
- webkit - animation - name : fa - bounce ;
animation - name : fa - bounce ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , cubic - bezier ( 0.28 , 0.84 , 0.42 , 1 ) ) ;
animation - timing - function : var ( -- fa - animation - timing , cubic - bezier ( 0.28 , 0.84 , 0.42 , 1 ) ) ;
}
. fa - fade {
- webkit - animation - name : fa - fade ;
animation - name : fa - fade ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , cubic - bezier ( 0.4 , 0 , 0.6 , 1 ) ) ;
animation - timing - function : var ( -- fa - animation - timing , cubic - bezier ( 0.4 , 0 , 0.6 , 1 ) ) ;
}
. fa - beat - fade {
- webkit - animation - name : fa - beat - fade ;
animation - name : fa - beat - fade ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , cubic - bezier ( 0.4 , 0 , 0.6 , 1 ) ) ;
animation - timing - function : var ( -- fa - animation - timing , cubic - bezier ( 0.4 , 0 , 0.6 , 1 ) ) ;
}
. fa - flip {
- webkit - animation - name : fa - flip ;
animation - name : fa - flip ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , ease - in - out ) ;
animation - timing - function : var ( -- fa - animation - timing , ease - in - out ) ;
}
. fa - shake {
- webkit - animation - name : fa - shake ;
animation - name : fa - shake ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , linear ) ;
animation - timing - function : var ( -- fa - animation - timing , linear ) ;
}
. fa - spin {
- webkit - animation - name : fa - spin ;
animation - name : fa - spin ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 2 s ) ;
animation - duration : var ( -- fa - animation - duration , 2 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , linear ) ;
animation - timing - function : var ( -- fa - animation - timing , linear ) ;
}
. fa - spin - reverse {
-- fa - animation - direction : reverse ;
}
. fa - pulse ,
. fa - spin - pulse {
- webkit - animation - name : fa - spin ;
animation - name : fa - spin ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , steps ( 8 ) ) ;
animation - timing - function : var ( -- fa - animation - timing , steps ( 8 ) ) ;
}
@ media ( prefers - reduced - motion : reduce ) {
. fa - beat ,
. fa - bounce ,
. fa - fade ,
. fa - beat - fade ,
. fa - flip ,
. fa - pulse ,
. fa - shake ,
. fa - spin ,
. fa - spin - pulse {
- webkit - animation - delay : - 1 ms ;
animation - delay : - 1 ms ;
- webkit - animation - duration : 1 ms ;
animation - duration : 1 ms ;
- webkit - animation - iteration - count : 1 ;
animation - iteration - count : 1 ;
- webkit - transition - delay : 0 s ;
transition - delay : 0 s ;
- webkit - transition - duration : 0 s ;
transition - duration : 0 s ;
}
}
@ - webkit - keyframes fa - beat {
0 % , 90 % {
- webkit - transform : scale ( 1 ) ;
transform : scale ( 1 ) ;
}
45 % {
- webkit - transform : scale ( var ( -- fa - beat - scale , 1.25 ) ) ;
transform : scale ( var ( -- fa - beat - scale , 1.25 ) ) ;
}
}
@ keyframes fa - beat {
0 % , 90 % {
- webkit - transform : scale ( 1 ) ;
transform : scale ( 1 ) ;
}
45 % {
- webkit - transform : scale ( var ( -- fa - beat - scale , 1.25 ) ) ;
transform : scale ( var ( -- fa - beat - scale , 1.25 ) ) ;
}
}
@ - webkit - keyframes fa - bounce {
0 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( 0 ) ;
transform : scale ( 1 , 1 ) translateY ( 0 ) ;
}
10 % {
- webkit - transform : scale ( var ( -- fa - bounce - start - scale - x , 1.1 ) , var ( -- fa - bounce - start - scale - y , 0.9 ) ) translateY ( 0 ) ;
transform : scale ( var ( -- fa - bounce - start - scale - x , 1.1 ) , var ( -- fa - bounce - start - scale - y , 0.9 ) ) translateY ( 0 ) ;
}
30 % {
- webkit - transform : scale ( var ( -- fa - bounce - jump - scale - x , 0.9 ) , var ( -- fa - bounce - jump - scale - y , 1.1 ) ) translateY ( var ( -- fa - bounce - height , - 0.5 em ) ) ;
transform : scale ( var ( -- fa - bounce - jump - scale - x , 0.9 ) , var ( -- fa - bounce - jump - scale - y , 1.1 ) ) translateY ( var ( -- fa - bounce - height , - 0.5 em ) ) ;
}
50 % {
- webkit - transform : scale ( var ( -- fa - bounce - land - scale - x , 1.05 ) , var ( -- fa - bounce - land - scale - y , 0.95 ) ) translateY ( 0 ) ;
transform : scale ( var ( -- fa - bounce - land - scale - x , 1.05 ) , var ( -- fa - bounce - land - scale - y , 0.95 ) ) translateY ( 0 ) ;
}
57 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( var ( -- fa - bounce - rebound , - 0.125 em ) ) ;
transform : scale ( 1 , 1 ) translateY ( var ( -- fa - bounce - rebound , - 0.125 em ) ) ;
}
64 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( 0 ) ;
transform : scale ( 1 , 1 ) translateY ( 0 ) ;
}
100 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( 0 ) ;
transform : scale ( 1 , 1 ) translateY ( 0 ) ;
}
}
@ keyframes fa - bounce {
0 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( 0 ) ;
transform : scale ( 1 , 1 ) translateY ( 0 ) ;
}
10 % {
- webkit - transform : scale ( var ( -- fa - bounce - start - scale - x , 1.1 ) , var ( -- fa - bounce - start - scale - y , 0.9 ) ) translateY ( 0 ) ;
transform : scale ( var ( -- fa - bounce - start - scale - x , 1.1 ) , var ( -- fa - bounce - start - scale - y , 0.9 ) ) translateY ( 0 ) ;
}
30 % {
- webkit - transform : scale ( var ( -- fa - bounce - jump - scale - x , 0.9 ) , var ( -- fa - bounce - jump - scale - y , 1.1 ) ) translateY ( var ( -- fa - bounce - height , - 0.5 em ) ) ;
transform : scale ( var ( -- fa - bounce - jump - scale - x , 0.9 ) , var ( -- fa - bounce - jump - scale - y , 1.1 ) ) translateY ( var ( -- fa - bounce - height , - 0.5 em ) ) ;
}
50 % {
- webkit - transform : scale ( var ( -- fa - bounce - land - scale - x , 1.05 ) , var ( -- fa - bounce - land - scale - y , 0.95 ) ) translateY ( 0 ) ;
transform : scale ( var ( -- fa - bounce - land - scale - x , 1.05 ) , var ( -- fa - bounce - land - scale - y , 0.95 ) ) translateY ( 0 ) ;
}
57 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( var ( -- fa - bounce - rebound , - 0.125 em ) ) ;
transform : scale ( 1 , 1 ) translateY ( var ( -- fa - bounce - rebound , - 0.125 em ) ) ;
}
64 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( 0 ) ;
transform : scale ( 1 , 1 ) translateY ( 0 ) ;
}
100 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( 0 ) ;
transform : scale ( 1 , 1 ) translateY ( 0 ) ;
}
}
@ - webkit - keyframes fa - fade {
50 % {
opacity : var ( -- fa - fade - opacity , 0.4 ) ;
}
}
@ keyframes fa - fade {
50 % {
opacity : var ( -- fa - fade - opacity , 0.4 ) ;
}
}
@ - webkit - keyframes fa - beat - fade {
0 % , 100 % {
opacity : var ( -- fa - beat - fade - opacity , 0.4 ) ;
- webkit - transform : scale ( 1 ) ;
transform : scale ( 1 ) ;
}
50 % {
opacity : 1 ;
- webkit - transform : scale ( var ( -- fa - beat - fade - scale , 1.125 ) ) ;
transform : scale ( var ( -- fa - beat - fade - scale , 1.125 ) ) ;
}
}
@ keyframes fa - beat - fade {
0 % , 100 % {
opacity : var ( -- fa - beat - fade - opacity , 0.4 ) ;
- webkit - transform : scale ( 1 ) ;
transform : scale ( 1 ) ;
}
50 % {
opacity : 1 ;
- webkit - transform : scale ( var ( -- fa - beat - fade - scale , 1.125 ) ) ;
transform : scale ( var ( -- fa - beat - fade - scale , 1.125 ) ) ;
}
}
@ - webkit - keyframes fa - flip {
50 % {
- webkit - transform : rotate3d ( var ( -- fa - flip - x , 0 ) , var ( -- fa - flip - y , 1 ) , var ( -- fa - flip - z , 0 ) , var ( -- fa - flip - angle , - 180 deg ) ) ;
transform : rotate3d ( var ( -- fa - flip - x , 0 ) , var ( -- fa - flip - y , 1 ) , var ( -- fa - flip - z , 0 ) , var ( -- fa - flip - angle , - 180 deg ) ) ;
}
}
@ keyframes fa - flip {
50 % {
- webkit - transform : rotate3d ( var ( -- fa - flip - x , 0 ) , var ( -- fa - flip - y , 1 ) , var ( -- fa - flip - z , 0 ) , var ( -- fa - flip - angle , - 180 deg ) ) ;
transform : rotate3d ( var ( -- fa - flip - x , 0 ) , var ( -- fa - flip - y , 1 ) , var ( -- fa - flip - z , 0 ) , var ( -- fa - flip - angle , - 180 deg ) ) ;
}
}
@ - webkit - keyframes fa - shake {
0 % {
- webkit - transform : rotate ( - 15 deg ) ;
transform : rotate ( - 15 deg ) ;
}
4 % {
- webkit - transform : rotate ( 15 deg ) ;
transform : rotate ( 15 deg ) ;
}
8 % , 24 % {
- webkit - transform : rotate ( - 18 deg ) ;
transform : rotate ( - 18 deg ) ;
}
12 % , 28 % {
- webkit - transform : rotate ( 18 deg ) ;
transform : rotate ( 18 deg ) ;
}
16 % {
- webkit - transform : rotate ( - 22 deg ) ;
transform : rotate ( - 22 deg ) ;
}
20 % {
- webkit - transform : rotate ( 22 deg ) ;
transform : rotate ( 22 deg ) ;
}
32 % {
- webkit - transform : rotate ( - 12 deg ) ;
transform : rotate ( - 12 deg ) ;
}
36 % {
- webkit - transform : rotate ( 12 deg ) ;
transform : rotate ( 12 deg ) ;
}
40 % , 100 % {
- webkit - transform : rotate ( 0 deg ) ;
transform : rotate ( 0 deg ) ;
}
}
@ keyframes fa - shake {
0 % {
- webkit - transform : rotate ( - 15 deg ) ;
transform : rotate ( - 15 deg ) ;
}
4 % {
- webkit - transform : rotate ( 15 deg ) ;
transform : rotate ( 15 deg ) ;
}
8 % , 24 % {
- webkit - transform : rotate ( - 18 deg ) ;
transform : rotate ( - 18 deg ) ;
}
12 % , 28 % {
- webkit - transform : rotate ( 18 deg ) ;
transform : rotate ( 18 deg ) ;
}
16 % {
- webkit - transform : rotate ( - 22 deg ) ;
transform : rotate ( - 22 deg ) ;
}
20 % {
- webkit - transform : rotate ( 22 deg ) ;
transform : rotate ( 22 deg ) ;
}
32 % {
- webkit - transform : rotate ( - 12 deg ) ;
transform : rotate ( - 12 deg ) ;
}
36 % {
- webkit - transform : rotate ( 12 deg ) ;
transform : rotate ( 12 deg ) ;
}
40 % , 100 % {
- webkit - transform : rotate ( 0 deg ) ;
transform : rotate ( 0 deg ) ;
}
}
@ - webkit - keyframes fa - spin {
0 % {
- webkit - transform : rotate ( 0 deg ) ;
transform : rotate ( 0 deg ) ;
}
100 % {
- webkit - transform : rotate ( 360 deg ) ;
transform : rotate ( 360 deg ) ;
}
}
@ keyframes fa - spin {
0 % {
- webkit - transform : rotate ( 0 deg ) ;
transform : rotate ( 0 deg ) ;
}
100 % {
- webkit - transform : rotate ( 360 deg ) ;
transform : rotate ( 360 deg ) ;
}
}
. fa - rotate - 90 {
- webkit - transform : rotate ( 90 deg ) ;
transform : rotate ( 90 deg ) ;
}
. fa - rotate - 180 {
- webkit - transform : rotate ( 180 deg ) ;
transform : rotate ( 180 deg ) ;
}
. fa - rotate - 270 {
- webkit - transform : rotate ( 270 deg ) ;
transform : rotate ( 270 deg ) ;
}
. fa - flip - horizontal {
- webkit - transform : scale ( - 1 , 1 ) ;
transform : scale ( - 1 , 1 ) ;
}
. fa - flip - vertical {
- webkit - transform : scale ( 1 , - 1 ) ;
transform : scale ( 1 , - 1 ) ;
}
. fa - flip - both ,
. fa - flip - horizontal . fa - flip - vertical {
- webkit - transform : scale ( - 1 , - 1 ) ;
transform : scale ( - 1 , - 1 ) ;
}
. fa - rotate - by {
- webkit - transform : rotate ( var ( -- fa - rotate - angle , 0 ) ) ;
transform : rotate ( var ( -- fa - rotate - angle , 0 ) ) ;
}
. fa - stack {
display : inline - block ;
vertical - align : middle ;
height : 2 em ;
position : relative ;
width : 2.5 em ;
}
. fa - stack - 1 x ,
. fa - stack - 2 x {
bottom : 0 ;
left : 0 ;
margin : auto ;
position : absolute ;
right : 0 ;
top : 0 ;
z - index : var ( -- fa - stack - z - index , auto ) ;
}
. svg - inline -- fa . fa - stack - 1 x {
height : 1 em ;
width : 1.25 em ;
}
. svg - inline -- fa . fa - stack - 2 x {
height : 2 em ;
width : 2.5 em ;
}
. fa - inverse {
color : var ( -- fa - inverse , # fff ) ;
}
. sr - only ,
. fa - sr - only {
position : absolute ;
width : 1 px ;
height : 1 px ;
padding : 0 ;
margin : - 1 px ;
overflow : hidden ;
clip : rect ( 0 , 0 , 0 , 0 ) ;
white - space : nowrap ;
border - width : 0 ;
}
. sr - only - focusable : not ( : focus ) ,
. fa - sr - only - focusable : not ( : focus ) {
position : absolute ;
width : 1 px ;
height : 1 px ;
padding : 0 ;
margin : - 1 px ;
overflow : hidden ;
clip : rect ( 0 , 0 , 0 , 0 ) ;
white - space : nowrap ;
border - width : 0 ;
}
. svg - inline -- fa . fa - primary {
fill : var ( -- fa - primary - color , currentColor ) ;
opacity : var ( -- fa - primary - opacity , 1 ) ;
}
. svg - inline -- fa . fa - secondary {
fill : var ( -- fa - secondary - color , currentColor ) ;
opacity : var ( -- fa - secondary - opacity , 0.4 ) ;
}
. svg - inline -- fa . fa - swap - opacity . fa - primary {
opacity : var ( -- fa - secondary - opacity , 0.4 ) ;
}
. svg - inline -- fa . fa - swap - opacity . fa - secondary {
opacity : var ( -- fa - primary - opacity , 1 ) ;
}
. svg - inline -- fa mask . fa - primary ,
. svg - inline -- fa mask . fa - secondary {
fill : black ;
}
. fad . fa - inverse ,
. fa - duotone . fa - inverse {
color : var ( -- fa - inverse , # fff ) ;
2024-07-01 13:00:09 +00:00
} ` ;function nl(){var e=Go,t=Xo,n=T.cssPrefix,r=T.replacementClass,s=Mu;if(n!==e||r!==t){var i=new RegExp(" \\ .".concat(e," \\ -"),"g"),a=new RegExp(" \\ --".concat(e," \\ -"),"g"),o=new RegExp(" \\ .".concat(t),"g");s=s.replace(i,".".concat(n,"-")).replace(a,"--".concat(n,"-")).replace(o,".".concat(r))}return s}var ra=!1;function Hr(){T.autoAddCss&&!ra&&(Pu(nl()),ra=!0)}var $ u={mixout:function(){return{dom:{css:nl,insertCss:Hr}}},hooks:function(){return{beforeDOMElementCreation:function(){Hr()},beforeI2svg:function(){Hr()}}}},et=dt||{};et[Ze]||(et[Ze]={});et[Ze].styles||(et[Ze].styles={});et[Ze].hooks||(et[Ze].hooks={});et[Ze].shims||(et[Ze].shims=[]);var Be=et[Ze],rl=[],Fu=function e(){te.removeEventListener("DOMContentLoaded",e),hr=1,rl.map(function(t){return t()})},hr=!1;rt&&(hr=(te.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(te.readyState),hr||te.addEventListener("DOMContentLoaded",Fu));function Bu(e){rt&&(hr?setTimeout(e,0):rl.push(e))}function On(e){var t=e.tag,n=e.attributes,r=n===void 0?{}:n,s=e.children,i=s===void 0?[]:s;return typeof e=="string"?tl(e):"<".concat(t," ").concat(Ru(r),">").concat(i.map(On).join(""),"</").concat(t,">")}function sa(e,t,n){if(e&&e[t]&&e[t][n])return{prefix:t,iconName:n,icon:e[t][n]}}var Vr=function(t,n,r,s){var i=Object.keys(t),a=i.length,o=n,l,u,c;for(r===void 0?(l=1,c=t[i[0]]):(l=0,c=r);l<a;l++)u=i[l],c=o(c,t[u],u,t);return c};function Du(e){for(var t=[],n=0,r=e.length;n<r;){var s=e.charCodeAt(n++);if(s>=55296&&s<=56319&&n<r){var i=e.charCodeAt(n++);(i&64512)==56320?t.push(((s&1023)<<10)+(i&1023)+65536):(t.push(s),n--)}else t.push(s)}return t}function us(e){var t=Du(e);return t.length===1?t[0].toString(16):null}function ju(e,t){var n=e.length,r=e.charCodeAt(t),s;return r>=55296&&r<=56319&&n>t+1&&(s=e.charCodeAt(t+1),s>=56320&&s<=57343)?(r-55296)*1024+s-56320+65536:r}function ia(e){return Object.keys(e).reduce(function(t,n){var r=e[n],s=!!r.icon;return s?t[r.iconName]=r.icon:t[n]=r,t},{})}function ds(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.skipHooks,s=r===void 0?!1:r,i=ia(t);typeof Be.hooks.addPack=="function"&&!s?Be.hooks.addPack(e,ia(t)):Be.styles[e]=S(S({},Be.styles[e]||{}),i),e==="fas"&&ds("fa",t)}var Hn,Vn,qn,Mt=Be.styles,zu=Be.shims,Uu=(Hn={},he(Hn,ee,Object.values(yn[ee])),he(Hn,oe,Object.values(yn[oe])),Hn),Xs=null,sl={},il={},al={},ol={},ll={},Hu=(Vn={},he(Vn,ee,Object.keys(bn[ee])),he(Vn,oe,Object.keys(bn[oe])),Vn);function Vu(e){return~Au.indexOf(e)}function qu(e,t){var n=t.split("-"),r=n[0],s=n.slice(1).join("-");return r===e&&s!==""&&!Vu(s)?s:null}var cl=function(){var t=function(i){return Vr(Mt,function(a,o,l){return a[l]=Vr(o,i,{}),a},{})};sl=t(function(s,i,a){if(i[3]&&(s[i[3]]=a),i[2]){var o=i[2].filter(function(l){return typeof l=="number"});o.forEach(function(l){s[l.toString(16)]=a})}return s}),il=t(function(s,i,a){if(s[a]=a,i[2]){var o=i[2].filter(function(l){return typeof l=="string"});o.forEach(function(l){s[l]=a})}return s}),ll=t(function(s,i,a){var o=i[2];return s[a]=a,o.forEach(function(l){s[l]=a}),s});var n="far"in Mt||T.autoFetchSvg,r=Vr(zu,function(s,i){var a=i[0],o=i[1],l=i[2];return o==="far"&&!n&&(o="fas"),typeof a=="string"&&(s.names[a]={prefix:o,iconName:l}),typeof a=="number"&&(s.unicodes[a.toString(16)]={prefix:o,iconName:l}),s},{names:{},unicodes:{}});al=r.names,ol=r.unicodes,Xs=Tr(T.styleDefault,{family:T.familyDefault})};Tu(function(e){Xs=Tr(e.styleDefault,{family:T.familyDefault})});cl();function Js(e,t){return(sl[e]||{})[t]}function Wu(e,t){return(il[e]||{})[t]}function Et(e,t){return(ll[e]||{})[t]}function fl(e){return al[e]||{prefix:null,iconName:null}}function Yu(e){var t=ol[e],n=Js("fas",e);return t||(n?{prefix:"fas",iconName:n}:null)||{prefix:null,iconName:null}}function ht(){return Xs}var Qs=function(){return{prefix:null,iconName:null,rest:[]}};function Tr(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.family,r=n===void 0?ee:n,s=bn[r][e],i=vn[r][e]||vn[r][s],a=e in Be.styles?e:null;return i||a||null}var aa=(qn={},he(qn,ee,Object.keys(yn[ee])),he(qn,oe,Object.keys(yn[oe])),qn
` );n.setAttribute(Tt,""),n.innerHTML=a}};function ua(e){e()}function pl(e,t){var n=typeof t=="function"?t:nr;if(e.length===0)n();else{var r=ua;T.mutateApproach===bu&&(r=dt.requestAnimationFrame||ua),r(function(){var s=cd(),i=ei.begin("mutate");e.map(s),i(),n()})}}var ti=!1;function ml(){ti=!0}function vs(){ti=!1}var pr=null;function da(e){if(ta&&T.observeMutations){var t=e.treeCallback,n=t===void 0?nr:t,r=e.nodeCallback,s=r===void 0?nr:r,i=e.pseudoElementsCallback,a=i===void 0?nr:i,o=e.observeMutationsRoot,l=o===void 0?te:o;pr=new ta(function(u){if(!ti){var c=ht();qt(u).forEach(function(h){if(h.type==="childList"&&h.addedNodes.length>0&&!fa(h.addedNodes[0])&&(T.searchPseudoElements&&a(h.target),n(h.target)),h.type==="attributes"&&h.target.parentNode&&T.searchPseudoElements&&a(h.target.parentNode),h.type==="attributes"&&fa(h.target)&&~Eu.indexOf(h.attributeName))if(h.attributeName==="class"&&od(h.target)){var m=Pr(Ks(h.target)),k=m.prefix,D=m.iconName;h.target.setAttribute(qs,k||c),D&&h.target.setAttribute(Ws,D)}else ld(h.target)&&s(h.target)})}}),rt&&pr.observe(l,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function hd(){pr&&pr.disconnect()}function pd(e){var t=e.getAttribute("style"),n=[];return t&&(n=t.split(";").reduce(function(r,s){var i=s.split(":"),a=i[0],o=i.slice(1);return a&&o.length>0&&(r[a]=o.join(":").trim()),r},{})),n}function md(e){var t=e.getAttribute("data-prefix"),n=e.getAttribute("data-icon"),r=e.innerText!==void 0?e.innerText.trim():"",s=Pr(Ks(e));return s.prefix||(s.prefix=ht()),t&&n&&(s.prefix=t,s.iconName=n),s.iconName&&s.prefix||(s.prefix&&r.length>0&&(s.iconName=Wu(s.prefix,e.innerText)||Js(s.prefix,us(e.innerText))),!s.iconName&&T.autoFetchSvg&&e.firstChild&&e.firstChild.nodeType===Node.TEXT_NODE&&(s.iconName=e.firstChild.data)),s}function gd(e){var t=qt(e.attributes).reduce(function(s,i){return s.name!=="class"&&s.name!=="style"&&(s[i.name]=i.value),s},{}),n=e.getAttribute("title"),r=e.getAttribute("data-fa-title-id");return T.autoA11y&&(n?t["aria-labelledby"]="".concat(T.replacementClass,"-title-").concat(r||xn()):(t["aria-hidden"]="true",t.focusable="false")),t}function bd(){return{iconName:null,title:null,titleId:null,prefix:null,transform:qe,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function ha(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},n=md(e),r=n.iconName,s=n.prefix,i=n.rest,a=gd(e),o=hs("parseNodeAttributes",{},e),l=t.styleParser?pd(e):[];return S({iconName:r,title:e.getAttribute("title"),titleId:e.getAttribute("data-fa-title-id"),prefix:s,transform:qe,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:i,styles:l,attributes:a}},o)}var vd=Be.styles;function gl(e){var t=T.autoReplaceSvg==="nest"?ha(e,{styleParser:!1}):ha(e);return~t.extra.classes.indexOf(Qo)?tt("generateLayersText",e,t):tt("generateSvgReplacementMutation",e,t)}var pt=new Set;Ys.map(function(e){pt.add("fa-".concat(e))});Object.keys(bn[ee]).map(pt.add.bind(pt));Object.keys(bn[oe]).map(pt.add.bind(pt));pt=En(pt);function pa(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!rt)return Promise.resolve();var n=te.documentElement.classList,r=function(h){return n.add("".concat(na,"-").concat(h))},s=function(h){return n.remove("".concat(na,"-").concat(h))},i=T.autoFetchSvg?pt:Ys.map(function(c){return"fa-".concat(c)}).concat(Object.keys(vd));i.includes("fa")||i.push("fa");var a=[".".concat(Qo,":not([").concat(Tt,"])")].concat(i.map(function(c){return".".concat(c,":not([").concat(Tt,"])")})).join(", ");if(a.length===0)return Promise.resolve();var o=[];try{o=qt(e.querySelectorAll(a))}catch{}if(o.length>0)r("pending"),s("complete");else return Promise.resolve();var l=ei.begin("onTree"),u=o.reduce(function(c,h){try{var m=gl(h);m&&c.push(m)}catch(k){Jo||k.name==="MissingIcon"&&console.error(k)}return c},[]);return new Promise(function(c,h){Promise.all(u).then(function(m){pl(m,function(){r("active"),r("complete"),s("pending"),typeof t=="function"&&t(),l(),c()})}).catch(funct
` ),e.removeAttribute(n),r()}).catch(s)}else r()}else r()})}function Cd(e){return Promise.all([ga(e,"::before"),ga(e,"::after")])}function Td(e){return e.parentNode!==document.head&&!~vu.indexOf(e.tagName.toUpperCase())&&!e.getAttribute(fs)&&(!e.parentNode||e.parentNode.tagName!=="svg")}function ba(e){if(rt)return new Promise(function(t,n){var r=qt(e.querySelectorAll("*")).filter(Td).map(Cd),s=ei.begin("searchPseudoElements");ml(),Promise.all(r).then(function(){s(),vs(),t()}).catch(function(){s(),vs(),n()})})}var Pd={hooks:function(){return{mutationObserverCallbacks:function(n){return n.pseudoElementsCallback=ba,n}}},provides:function(t){t.pseudoElements2svg=function(n){var r=n.node,s=r===void 0?te:r;T.searchPseudoElements&&ba(s)}}},va=!1,Nd={mixout:function(){return{dom:{unwatch:function(){ml(),va=!0}}}},hooks:function(){return{bootstrap:function(){da(hs("mutationObserverCallbacks",{}))},noAuto:function(){hd()},watch:function(n){var r=n.observeMutationsRoot;va?vs():da(hs("mutationObserverCallbacks",{observeMutationsRoot:r}))}}}},ya=function(t){var n={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t.toLowerCase().split(" ").reduce(function(r,s){var i=s.toLowerCase().split("-"),a=i[0],o=i.slice(1).join("-");if(a&&o==="h")return r.flipX=!0,r;if(a&&o==="v")return r.flipY=!0,r;if(o=parseFloat(o),isNaN(o))return r;switch(a){case"grow":r.size=r.size+o;break;case"shrink":r.size=r.size-o;break;case"left":r.x=r.x-o;break;case"right":r.x=r.x+o;break;case"up":r.y=r.y-o;break;case"down":r.y=r.y+o;break;case"rotate":r.rotate=r.rotate+o;break}return r},n)},Rd={mixout:function(){return{parse:{transform:function(n){return ya(n)}}}},hooks:function(){return{parseNodeAttributes:function(n,r){var s=r.getAttribute("data-fa-transform");return s&&(n.transform=ya(s)),n}}},provides:function(t){t.generateAbstractTransformGrouping=function(n){var r=n.main,s=n.transform,i=n.containerWidth,a=n.iconWidth,o={transform:"translate(".concat(i/2," 256)")},l="translate(".concat(s.x*32,", ").concat(s.y*32,") "),u="scale(".concat(s.size/16*(s.flipX?-1:1),", ").concat(s.size/16*(s.flipY?-1:1),") "),c="rotate(".concat(s.rotate," 0 0)"),h={transform:"".concat(l," ").concat(u," ").concat(c)},m={transform:"translate(".concat(a/2*-1," -256)")},k={outer:o,inner:h,path:m};return{tag:"g",attributes:S({},k.outer),children:[{tag:"g",attributes:S({},k.inner),children:[{tag:r.icon.tag,children:r.icon.children,attributes:S(S({},r.icon.attributes),k.path)}]}]}}}},Wr={x:0,y:0,width:"100%",height:"100%"};function _a(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}function Id(e){return e.tag==="g"?e.children:[e]}var Ld={hooks:function(){return{parseNodeAttributes:function(n,r){var s=r.getAttribute("data-fa-mask"),i=s?Pr(s.split(" ").map(function(a){return a.trim()})):Qs();return i.prefix||(i.prefix=ht()),n.mask=i,n.maskId=r.getAttribute("data-fa-mask-id"),n}}},provides:function(t){t.generateAbstractMask=function(n){var r=n.children,s=n.attributes,i=n.main,a=n.mask,o=n.maskId,l=n.transform,u=i.width,c=i.icon,h=a.width,m=a.icon,k=Iu({transform:l,containerWidth:h,iconWidth:u}),D={tag:"rect",attributes:S(S({},Wr),{},{fill:"white"})},L=c.children?{children:c.children.map(_a)}:{},X={tag:"g",attributes:S({},k.inner),children:[_a(S({tag:c.tag,attributes:S(S({},c.attributes),k.path)},L))]},E={tag:"g",attributes:S({},k.outer),children:[X]},O="mask-".concat(o||xn()),P="clip-".concat(o||xn()),j={tag:"mask",attributes:S(S({},Wr),{},{id:O,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[D,E]},W={tag:"defs",children:[{tag:"clipPath",attributes:{id:P},children:Id(m)},j]};return r.push(W,{tag:"rect",attributes:S({fill:"currentColor","clip-path":"url(#".concat(P,")"),mask:"url(#".concat(O,")")},Wr)}),{children:r,attributes:s}}}},Md={provides:function(t){var n=!1;dt.matchMedia&&(n=dt.matchMedia("(prefers-reduced-motion: reduce)").matches),t.missingIconAbstract=function(){var r=[],s={fill:"currentColor"},i={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};r.push({tag:"p